@charset "UTF-8";
/* --------------------------
 * mainVisual
-------------------------- */
@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(19px);
  }
}
@media screen and (max-width: 1920px) {
  @keyframes fadeInText {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(13px);
    }
  }
}
@media screen and (max-width: 1680px) {
  @keyframes fadeInText {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(12px);
    }
  }
}
@media screen and (max-width: 1440px) {
  @keyframes fadeInText {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(10px);
    }
  }
}
@media screen and (max-width: 1024px) {
  @keyframes fadeInText {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(8px);
    }
  }
}
.mainVisual {
  padding: 15px;
  height: 100vh;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 1536px) {
  .mainVisual {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .mainVisual {
    padding: 0px;
    height: 100svh;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    padding: 0px;
  }
}
.mainVisual.min {
  height: auto;
  padding: 0px;
}
.mainVisual.min .mainVisual__inner {
  position: relative;
  width: auto;
  padding: 0;
  padding-top: 43vh;
}
@media screen and (max-width: 1440px) {
  .mainVisual.min .mainVisual__inner {
    padding-top: 40vh;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual.min .mainVisual__inner {
    padding-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.min .mainVisual__inner {
    padding-top: 200px;
  }
}
.mainVisual.min .mainVisual__inner img {
  display: none;
}
.mainVisual.min .mainVisual__inner::after {
  content: none;
}
.mainVisual.min .mainVisual__inner::before {
  content: none;
}
.mainVisual.min .mainVisual__inner .title {
  text-align: center;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .mainVisual.min .mainVisual__inner .title {
    bottom: 0;
  }
}
.mainVisual.min .mainVisual__inner .title p {
  color: #42AF90;
  font-weight: 400;
}
.mainVisual.min .mainVisual__inner .title p::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .mainVisual.min .mainVisual__inner .title p {
    font-size: 10vw;
  }
}
.mainVisual.min .mainVisual__inner .title p span {
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mainVisual.min .mainVisual__inner .title p span {
    padding-bottom: 5px;
  }
}
.mainVisual.min .mainVisual__inner .title h1 {
  color: #222222;
  font-size: 2.4rem;
}
.mainVisual.min .mainVisual__inner .title h1::before {
  content: none;
}
@media screen and (max-width: 1440px) {
  .mainVisual.min .mainVisual__inner .title h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual.min .mainVisual__inner .title h1 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.min .mainVisual__inner .title h1 {
    font-size: 1.8rem;
  }
}
.mainVisual.topics {
  padding: 0;
  height: auto;
}
.mainVisual.topics.lg .mainVisual__inner {
  position: relative;
  width: auto;
  padding: 0 12%;
  padding-top: 25vh;
}
@media screen and (max-width: 1024px) {
  .mainVisual.topics.lg .mainVisual__inner {
    padding: 0 50px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics.lg .mainVisual__inner {
    padding: 0 16px;
    padding-top: 125px;
  }
}
.mainVisual.topics.lg .mainVisual__inner::after {
  content: none;
}
.mainVisual.topics.lg .mainVisual__inner::before {
  content: none;
}
.mainVisual.topics.lg .mainVisual__inner .crumbs {
  position: absolute;
  right: 12%;
  bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .mainVisual.topics.lg .mainVisual__inner .crumbs {
    display: none;
  }
}
.mainVisual.topics.lg .mainVisual__inner .topics_title p {
  font-size: 3rem;
  line-height: 1;
  color: #42AF90;
  margin-bottom: 10px;
  letter-spacing: 2px;
  margin-left: 7px;
}
@media screen and (max-width: 1024px) {
  .mainVisual.topics.lg .mainVisual__inner .topics_title p {
    font-size: 2.1rem;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics.lg .mainVisual__inner .topics_title p {
    font-size: 1.8rem;
    margin-left: 3px;
    margin-bottom: 5px;
  }
}
.mainVisual.topics.lg .mainVisual__inner .topics_title h1 {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1680px) {
  .mainVisual.topics.lg .mainVisual__inner .topics_title h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .mainVisual.topics.lg .mainVisual__inner .topics_title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .mainVisual.topics.lg .mainVisual__inner .topics_title h1 {
    font-size: 2.7rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics.lg .mainVisual__inner .topics_title h1 {
    font-size: 2.4rem;
  }
}
.mainVisual.topics .mainVisual__inner {
  color: #222222;
  width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  padding-top: 250px;
  background-color: transparent;
  position: relative;
  border-radius: 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .mainVisual.topics .mainVisual__inner {
    width: 800px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual.topics .mainVisual__inner {
    padding: 200px 50px 0;
    margin: 0;
    width: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics .mainVisual__inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 120px;
    margin-bottom: 0;
    width: auto;
    border-radius: 0px;
  }
}
.mainVisual.topics .mainVisual__inner::after {
  content: none;
}
.mainVisual.topics .mainVisual__inner::before {
  content: none;
}
.mainVisual.topics .mainVisual__inner .topics_title p {
  font-size: 3.2rem;
  line-height: 1;
  color: #42AF90;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1440px) {
  .mainVisual.topics .mainVisual__inner .topics_title p {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual.topics .mainVisual__inner .topics_title p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics .mainVisual__inner .topics_title p {
    font-size: 2.1rem;
  }
}
.mainVisual.topics .mainVisual__inner .topics_title h1 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .mainVisual.topics .mainVisual__inner .topics_title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual.topics .mainVisual__inner .topics_title h1 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics .mainVisual__inner .topics_title h1 {
    font-size: 2.1rem;
    margin-bottom: 35px;
  }
}
.mainVisual.topics .mainVisual__inner .fin {
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  background-color: #C05483;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  border-radius: 3px !important;
  width: 200px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .mainVisual.topics .mainVisual__inner .fin {
    font-size: 1.5rem;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics .mainVisual__inner .fin {
    font-size: 1.3rem;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.mainVisual.topics .mainVisual__inner ul.cat {
  line-height: 25px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mainVisual.topics .mainVisual__inner ul.cat {
    line-height: 22px;
  }
}
.mainVisual.topics .mainVisual__inner ul.cat li {
  font-size: 1.4rem;
  padding: 0 15px;
  color: #FFFFFF;
  background-color: #42AF90;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .mainVisual.topics .mainVisual__inner ul.cat li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics .mainVisual__inner ul.cat li {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}
.mainVisual.topics .mainVisual__inner .date {
  font-size: 1.6rem;
  margin-top: 5px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .mainVisual.topics .mainVisual__inner .date {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .mainVisual.topics .mainVisual__inner .date {
    font-size: 1.5rem;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual.topics .mainVisual__inner .date {
    font-size: 1.4rem;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 5px;
    margin-bottom: 25px;
    margin-right: 50px;
  }
}
.mainVisual.topics .mainVisual__inner dl {
  font-size: 1.8rem;
  border-radius: 5px;
  transition: 0.3s ease all;
  margin-top: 15px;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1536px) {
  .mainVisual.topics .mainVisual__inner dl {
    font-size: 1.3rem;
  }
}
.mainVisual.topics .mainVisual__inner dl dt {
  padding: 15px 20px;
  width: 120px;
  float: left;
  font-weight: 500;
  text-align: center;
  background-color: #FFFFFF;
  border-right: 5px solid #F8F5EC;
  color: #222222;
}
.mainVisual.topics .mainVisual__inner dl dd {
  margin-left: 120px;
  font-weight: 500;
  padding: 15px 25px;
  background-color: #FFFFFF;
}
.mainVisual.active .mainVisual__inner img {
  width: 100%;
}
.mainVisual.active .mainVisual__inner .title h1 {
  animation: leftin ease 1s forwards;
}
.mainVisual.active .mainVisual__inner .title p::before {
  width: 100%;
  transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1) all;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(1) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(2) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(3) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(4) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(5) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(6) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(7) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(8) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(9) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 0.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(10) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(11) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(12) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(13) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(14) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(15) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(16) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(17) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(18) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(19) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 1.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(20) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(21) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(22) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(23) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(24) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(25) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(26) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(27) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(28) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(29) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 2.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(30) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(31) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(32) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(33) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(34) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(35) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(36) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(37) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(38) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(39) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 3.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(40) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(41) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(42) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(43) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(44) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(45) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(46) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(47) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(48) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(49) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 4.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(50) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(51) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(52) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(53) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(54) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(55) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(56) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(57) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(58) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(59) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 5.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(60) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(61) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(62) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(63) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(64) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(65) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(66) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(67) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(68) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(69) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 6.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(70) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(71) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(72) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(73) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(74) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(75) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(76) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(77) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(78) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(79) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 7.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(80) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(81) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(82) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(83) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(84) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(85) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(86) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(87) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(88) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(89) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 8.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(90) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(91) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.1s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(92) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.2s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(93) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.3s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(94) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.4s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(95) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.5s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(96) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.6s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(97) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.7s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(98) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.8s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(99) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 9.9s;
}
.mainVisual.active .mainVisual__inner .title p .animTx span:nth-child(100) {
  animation: fadeInText 0.5s ease forwards;
  animation-delay: 10s;
}
.mainVisual.active .mainVisual__inner .title p.min {
  animation: leftin ease 0.75s 0.1s forwards;
}
.mainVisual.active .mainVisual__inner .sns ul li:nth-child(4) {
  animation: topin 0.5s ease forwards;
}
.mainVisual.active .mainVisual__inner .sns ul li:nth-child(3) {
  animation: topin 0.5s 0.1s ease forwards;
}
.mainVisual.active .mainVisual__inner .sns ul li:nth-child(2) {
  animation: topin 0.5s 0.2s ease forwards;
}
.mainVisual.active .mainVisual__inner .sns ul li:nth-child(1) {
  animation: topin 0.5s 0.4s ease forwards;
}
.mainVisual__inner {
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainVisual__inner {
    border-radius: 0px;
  }
}
.mainVisual__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #33856E;
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: 8;
}
.mainVisual__inner::before {
  content: "";
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 9;
}
.mainVisual__inner > .title {
  position: absolute;
  z-index: 9;
  bottom: 25px;
  left: 75px;
  color: #FFFFFF;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner > .title {
    bottom: 15px;
    left: 60px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner > .title {
    bottom: 10px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner > .title {
    bottom: 75px;
    left: 16px;
  }
}
.mainVisual__inner > .title h1 {
  font-size: 1.4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .mainVisual__inner > .title h1 {
    font-size: 2.7vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner > .title h1 {
    font-size: 4.1vw;
    letter-spacing: 0;
    margin-bottom: 7px;
  }
}
.mainVisual__inner > .title h1::before {
  content: "●";
  font-size: 0.6vw;
  color: #42AF90;
  margin-right: 10px;
  position: relative;
  top: -0.3em;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .mainVisual__inner > .title h1::before {
    font-size: 2.1vw;
    top: -0.1em;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner > .title h1::before {
    font-size: 2.7vw;
    top: -0.1em;
    margin-left: 0px;
    margin-right: 7px;
  }
}
.mainVisual__inner > .title p {
  font-size: 4vw;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner > .title p {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainVisual__inner > .title p {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner > .title p {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner > .title p {
    font-size: 13vw;
  }
}
.mainVisual__inner > .title p::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .mainVisual__inner > .title p.spmin {
    font-size: 10vw;
    letter-spacing: 0.04em;
  }
}
.mainVisual__inner > .title p .animTx {
  position: relative;
}
.mainVisual__inner > .title p .animTx span {
  transform: translateY(100px);
  display: inline-block;
  opacity: 0;
}
.mainVisual__inner > .title p.min {
  font-size: 1.4vw;
  color: #42AF90;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .mainVisual__inner > .title p.min {
    font-size: 3.2vw;
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual__inner > .title p.min {
    font-size: 4vw;
    top: 0px;
  }
}
.mainVisual__inner > .title p.min::before {
  content: none;
}
.mainVisual__inner .mainimg {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainVisual__inner .mainimg img {
  width: 120%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: width 1.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 767px) {
  .mainVisual__inner .mainimg img {
    width: 100%;
    height: 100%;
  }
}
.mainVisual__inner .sns {
  position: absolute;
  bottom: 60px;
  right: 250px;
  z-index: 999;
  width: 240px;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner .sns {
    bottom: 50px;
    width: 210px;
    right: 220px;
  }
}
@media screen and (max-width: 1280px) {
  .mainVisual__inner .sns {
    right: 200px;
  }
}
@media screen and (max-width: 960px) {
  .mainVisual__inner .sns {
    display: none;
  }
}
.mainVisual__inner .sns > ul {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .mainVisual__inner .sns > ul {
    gap: 10px;
  }
}
.mainVisual__inner .sns > ul li {
  width: 25%;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50em;
  transition: 0.3s ease all;
  opacity: 0;
}
.mainVisual__inner .sns > ul li:hover {
  background-color: #ECEACF;
}
.mainVisual__inner .sns > ul li a {
  aspect-ratio: 1/1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainVisual__inner .sns > ul li a img {
  width: 100%;
}

/* --------------------------
 * contents
-------------------------- */
.contents {
  padding: 150px 0 50px;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 75px 0 50px;
  }
}

/* --------------------------
 * title
-------------------------- */
.title_lg {
  text-align: center;
  margin-bottom: 75px;
  display: block;
  border-top: 1px solid #FFFFFF;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .title_lg {
    margin: 0 -16px 25px;
    padding-top: 35px;
  }
}
.title_lg h2 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .title_lg h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title_lg h2 {
    font-size: 2.1rem;
  }
}
.title_lg p {
  font-size: 1.6rem;
  color: #42AF90;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .title_lg p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title_lg p {
    font-size: 1.2rem;
  }
}
.title_lg .note {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .title_lg .note {
    padding: 0 16px;
  }
}
.title_lg .note span {
  background-color: #42AF90;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  border-radius: 50em;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  .title_lg .note span {
    font-size: 1.6rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .title_lg .note span {
    font-size: 1.5rem;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .title_lg .note span {
    line-height: 1.6;
    padding: 10px 10px;
    font-size: 1.4rem;
    border-radius: 5px;
    width: 100%;
  }
}

.title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 35px;
  }
}
.title .en {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .title .en {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title .en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title .en {
    font-size: 3rem;
  }
}
.title h2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .title h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .title h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.title.center {
  text-align: center;
  line-height: 1;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .title.center {
    margin-bottom: 75px;
  }
}
.title.center .en {
  font-size: 4.2rem;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .title.center .en {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .title.center .en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title.center .en {
    font-size: 2.7rem;
  }
}
.title.center .en::before {
  content: "●";
  position: absolute;
  top: -30px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #42AF90;
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .title.center .en::before {
    font-size: 0.8rem;
    top: -20px;
  }
}
.title.center .ja {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .title.center .ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .title.center .ja {
    font-size: 1.4rem;
  }
}

/* --------------------------
 * pageNav
-------------------------- */
.pageNav {
  display: none;
}
@media screen and (max-width: 960px) {
  .pageNav {
    padding: 0 50px;
    margin-bottom: 100px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pageNav {
    padding: 0 16px;
    margin-bottom: 50px;
    margin-top: -50px;
  }
}
.pageNav ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .pageNav ul {
    gap: 0;
    flex-wrap: wrap;
    margin: 0 -3px;
    justify-content: left;
  }
}
@media screen and (max-width: 960px) {
  .pageNav ul li {
    padding: 0 3px;
    width: 33.3333%;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .pageNav ul li {
    padding: 0 3px;
    width: 50%;
    margin-bottom: 6px;
  }
}
.pageNav ul li a {
  line-height: 45px;
  height: 45px;
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 50em;
  padding: 0 25px;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 60px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .pageNav ul li a {
    font-size: 1.5rem;
    padding: 0 20px;
    line-height: 40px;
    height: 42px;
  }
}
@media screen and (max-width: 960px) {
  .pageNav ul li a {
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pageNav ul li a {
    font-size: 1.2rem;
    padding: 0 0px;
    padding-left: 15px;
    line-height: 40px;
    height: 42px;
  }
}
.pageNav ul li a img {
  width: 12px;
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 1440px) {
  .pageNav ul li a img {
    right: 16px;
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pageNav ul li a img {
    right: 15px;
    width: 10px;
  }
}
.pageNav ul li a:hover {
  background-color: #f5f5f5;
}

/* --------------------------
 * concept
-------------------------- */
.concept {
  position: relative;
  z-index: 9;
  padding-top: 15vh;
  padding-bottom: 75px;
}
@media screen and (max-width: 960px) {
  .concept {
    padding-top: 7vh;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.concept .mainImg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .concept .mainImg {
    left: -75%;
    width: 285%;
    top: -3%;
  }
}
@media screen and (max-width: 767px) {
  .concept .mainImg {
    display: none;
  }
}
.concept .lead {
  writing-mode: vertical-rl;
  width: auto;
  margin: 8vh auto -58vh;
}
@media screen and (max-width: 960px) {
  .concept .lead {
    position: absolute;
    margin: 0;
    left: 75px;
    z-index: 9;
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .concept .lead {
    left: 25px;
    top: 25px;
  }
}
.concept .lead p {
  display: block;
  font-size: 2vw;
  font-weight: 500;
  position: relative;
  top: -15vh;
}
@media screen and (max-width: 960px) {
  .concept .lead p {
    top: -10vh;
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .concept .lead p {
    font-size: 6.4vw;
  }
}
.concept .lead p span {
  margin: 0 5px;
  background-color: #FFFFFF;
  color: #222222;
  padding: 0.4em 0.3em;
  line-height: 1;
  display: inline-block;
  letter-spacing: 2px;
}
.concept .lead p:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .concept .lead p:nth-child(2) {
    margin-top: 25px;
  }
}
.concept .flexWrap {
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap {
    display: block;
    align-items: inherit;
  }
}
.concept .flexWrap .item__inner {
  padding-left: 23%;
  padding-bottom: 17vh;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item__inner {
    padding-left: 50px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item__inner {
    padding: 0 25px;
  }
}
.concept .flexWrap .item__inner .tx {
  font-size: 1.1vw;
  line-height: 2;
  padding-top: 25px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item__inner .tx {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item__inner .tx {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 0px;
  }
}
.concept .flexWrap .item:nth-child(1) {
  position: relative;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item:nth-child(1) {
    display: block;
    width: 100%;
    position: relative;
    right: 0;
    top: 0%;
  }
}
.concept .flexWrap .item:nth-child(1) .photo {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.concept .flexWrap .item:nth-child(1) .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept .flexWrap .item:nth-child(1) .photo:nth-child(1) {
  width: 75%;
  aspect-ratio: 3/2.8;
  border-radius: 20px 0 0 20px;
  position: absolute;
  top: -15%;
  right: 0;
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(1) {
    width: 80%;
    top: 0;
    position: relative;
    right: 0;
    border-radius: 0 10px 10px 0;
    aspect-ratio: 3/2;
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(1) {
    aspect-ratio: 1/1;
    width: calc(100% - 25px);
    border-radius: 0 5px 5px 0;
  }
}
.concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
  width: 55%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media screen and (max-width: 1920px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 1440px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
    width: 50%;
    left: 0;
    margin-left: 50%;
    border-radius: 10px 0 0 10px;
    position: relative;
    margin-top: 20px;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item:nth-child(1) .photo:nth-child(2) {
    width: calc(100% - 25px);
    margin-left: 25px;
    border-radius: 5px 0 0 5px;
    aspect-ratio: 3/2;
    margin-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  .concept .flexWrap .item:nth-child(2) {
    width: 100%;
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .concept .flexWrap .item:nth-child(2) {
    margin-top: 50px;
  }
}

/* --------------------------
 * message
-------------------------- */
@media screen and (max-width: 960px) {
  .message .container .flexWrap {
    display: block;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .message .container .flexWrap {
    padding-top: 50px;
  }
}
.message .container .flexWrap .item:nth-child(1) {
  width: 70%;
}
@media screen and (max-width: 960px) {
  .message .container .flexWrap .item:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .message .container .flexWrap .item:nth-child(1) {
    width: 100%;
    padding: 0 9px;
  }
}
.message .container .flexWrap .item:nth-child(2) {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .message .container .flexWrap .item:nth-child(2) {
    width: 35%;
    position: absolute;
    top: -35px;
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .message .container .flexWrap .item:nth-child(2) {
    width: 80%;
    position: relative;
    top: inherit;
    right: inherit;
    margin: 50px auto 0;
  }
}
.message .container .flexWrap .item figure {
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 50em;
}
@media screen and (max-width: 960px) {
  .message .container .flexWrap .item figure {
    margin-bottom: 20px;
  }
}
.message .container .flexWrap .item h3 {
  padding: 50px 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .message .container .flexWrap .item h3 {
    font-size: 2.1rem;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .message .container .flexWrap .item h3 {
    font-size: 2rem;
    padding-top: 0px;
    padding-bottom: 25px;
    line-height: 1.6;
  }
}
.message .container .flexWrap .item .tx {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .message .container .flexWrap .item .tx {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .message .container .flexWrap .item .tx {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.message .container .flexWrap .item .position {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .message .container .flexWrap .item .position {
    font-size: 1.4rem;
  }
}
.message .container .flexWrap .item .name {
  text-align: center;
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  .message .container .flexWrap .item .name {
    font-size: 2.4rem;
  }
}
.message .container .flexWrap .item .name span {
  margin-top: 15px;
  display: block;
  font-size: 1.4rem;
  color: #42AF90;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .message .container .flexWrap .item .name span {
    font-size: 1.3rem;
  }
}

/* --------------------------
 * guide
-------------------------- */
.guide {
  /* スクロールバーの背景部分をカスタマイズ */
  /* スクロールバーの操作部分をカスタマイズ */
  /* スクロールバーの操作部分にホバーした時のスタイル */
}
.guide .btn {
  margin: 50px auto 0;
}
.guide .block {
  margin-bottom: 200px;
}
@media screen and (max-width: 1440px) {
  .guide .block {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .guide .block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .guide .block {
    margin-bottom: 75px;
  }
}
.guide .block:last-child {
  margin-bottom: 0;
}
.guide .video {
  aspect-ratio: 16/9;
  background-color: #222222;
}
.guide .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .guide .tableScroll {
    overflow-x: scroll;
    margin-bottom: 25px;
  }
}
.guide .tableScroll::-webkit-scrollbar {
  width: 5px; /* スクロールバーの幅 */
  height: 5px; /* スクロールバーの高さ */
}
.guide .tableScroll::-webkit-scrollbar-track {
  background: #FFFFFF; /* スクロールバーの背景色 */
  border-radius: 5px; /* 角丸にする */
}
.guide .tableScroll::-webkit-scrollbar-thumb {
  background: #42AF90; /* スクロールバーの操作部分の背景色 */
  border-radius: 5px; /* 角丸にする */
}
.guide .tableScroll::-webkit-scrollbar-thumb:hover {
  background: #42AF90; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.guide .table {
  margin: 25px 0;
  width: 100%;
  background-color: #FFFFFF;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 1440px) {
  .guide .table {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .guide .table {
    width: 800px;
    margin-bottom: 15px;
  }
}
.guide .table.non {
  width: 100%;
  margin-bottom: 25px;
}
.guide .table td, .guide .table th {
  padding: 15px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  text-align: center;
}
.guide .table thead tr {
  background-color: #42AF90;
  color: #FFFFFF;
  font-weight: 500;
}
.guide .table tbody th {
  background-color: #f5f5f5;
  font-weight: 500;
}

/* --------------------------
 * stay
-------------------------- */
.stay {
  position: relative;
  padding-bottom: 0;
}
.stay .mainImg {
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.stay .container h2 {
  font-size: 1.8vw;
  line-height: 1.8;
  margin-bottom: 2.5em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .stay .container h2 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1280px) {
  .stay .container h2 {
    margin-bottom: 1em;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 1024px) {
  .stay .container h2 {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .stay .container h2 {
    margin-bottom: 0px;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
.stay .container .map figure {
  margin-bottom: 50px;
}
.stay .container .flexWrap {
  gap: 75px;
  padding: 50px 0 150px;
}
@media screen and (max-width: 1440px) {
  .stay .container .flexWrap {
    gap: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .stay .container .flexWrap {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .stay .container .flexWrap {
    gap: 25px;
  }
}
@media screen and (max-width: 960px) {
  .stay .container .flexWrap {
    gap: 0px;
    margin: 0 -10px;
    padding-bottom: 100px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .stay .container .flexWrap {
    margin: 0 -5px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .stay .container .flexWrap .item {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .stay .container .flexWrap .item {
    padding: 0 5px;
    margin-bottom: 25px;
  }
}
.stay .container .flexWrap .item:nth-child(even) {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .stay .container .flexWrap .item:nth-child(even) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .stay .container .flexWrap .item:nth-child(even) {
    margin-top: 0;
  }
}
.stay .container .flexWrap .item a {
  position: relative;
}
.stay .container .flexWrap .item a .num {
  line-height: 0.5;
  font-size: 3.2vw;
  color: #ECEACF;
  z-index: 99;
  width: 100%;
  text-align: center;
  transition: 0.3s ease all;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .stay .container .flexWrap .item a .num {
    font-size: 3vw;
  }
}
@media screen and (max-width: 960px) {
  .stay .container .flexWrap .item a .num {
    display: none;
  }
}
.stay .container .flexWrap .item a figure {
  overflow: hidden;
  border-radius: 5px;
  display: block;
  background-color: #000;
  aspect-ratio: 3/4;
  position: relative;
}
@media screen and (max-width: 960px) {
  .stay .container .flexWrap .item a figure {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  .stay .container .flexWrap .item a figure {
    border-radius: 3px;
  }
}
.stay .container .flexWrap .item a figure .lgimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease all;
}
.stay .container .flexWrap .item a figure .arrow {
  width: 32px;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .stay .container .flexWrap .item a figure .arrow {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .stay .container .flexWrap .item a figure .arrow {
    right: 5px;
    bottom: 5px;
    width: 20px;
  }
}
.stay .container .flexWrap .item a h3 {
  font-weight: 500;
  font-size: 2.1rem;
  text-align: center;
  margin-top: 15px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1280px) {
  .stay .container .flexWrap .item a h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .stay .container .flexWrap .item a h3 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.stay .container .flexWrap .item a .en {
  font-size: 1.3rem;
  text-align: center;
  color: #42AF90;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1280px) {
  .stay .container .flexWrap .item a .en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .stay .container .flexWrap .item a .en {
    font-size: 1rem;
  }
}
.stay .container .flexWrap .item a:hover figure .arrow {
  transform: scale(1.1);
}
.stay .container .flexWrap .item a:hover figure .lgimg {
  transform: scale(1.05);
  opacity: 0.7;
}
.stay .container .flexWrap .item a:hover .num, .stay .container .flexWrap .item a:hover h3 {
  color: #42AF90;
}

/* --------------------------
 * yama
-------------------------- */
.yama {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 100px;
  position: relative;
  bottom: -1px;
  left: 0%;
}
@media screen and (max-width: 1024px) {
  .yama {
    bottom: -5px;
    margin-top: 50px;
  }
}
.yama.mtnon {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .yama.mtnon {
    bottom: -5px;
  }
}

/* --------------------------
 * tani
-------------------------- */
.tani {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -1px;
  left: 0%;
}
@media screen and (max-width: 1024px) {
  .tani {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .tani {
    top: -10px;
  }
}

/* --------------------------
 * access
-------------------------- */
.access {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .access {
    padding-bottom: 25px;
  }
}
.access .container .flexWrap {
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap {
    display: block;
    align-items: inherit;
  }
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item {
    width: 100%;
    position: relative;
  }
}
.access .container .flexWrap .item figure {
  width: 75%;
  margin-bottom: -15%;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item figure {
    width: 85%;
    margin-bottom: -15%;
  }
}
@media screen and (max-width: 1440px) {
  .access .container .flexWrap .item figure {
    width: 85%;
    margin-bottom: -15%;
  }
}
@media screen and (max-width: 1024px) {
  .access .container .flexWrap .item figure {
    margin-bottom: -10%;
  }
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item figure {
    position: absolute;
    top: -100px;
    right: 0px;
    margin-bottom: 0;
    width: 70%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item figure {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: inherit;
    width: 100%;
    z-index: -1;
    margin-bottom: -60px;
  }
}
.access .container .flexWrap .item h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item h3 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item h3 {
    margin-top: 0;
    text-align: center;
  }
}
.access .container .flexWrap .item .address {
  margin-bottom: 35px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item .address {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item .address {
    text-align: center;
  }
}
.access .container .flexWrap .item .tel {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item .tel {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item .tel {
    text-align: center;
  }
}
.access .container .flexWrap .item .tel span {
  font-size: 2.1rem;
  margin-right: 5px;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item .tel span {
    font-size: 1.8rem;
  }
}
.access .container .flexWrap .item .time {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .access .container .flexWrap .item .time {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .access .container .flexWrap .item .time {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item .time {
    margin-bottom: 75px;
    text-align: center;
  }
}
.access .container .flexWrap .item dl dt {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 20px;
  border-left: 5px solid #42AF90;
  padding-left: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1440px) {
  .access .container .flexWrap .item dl dt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item dl dt {
    font-size: 1.8rem;
    padding-left: 15px;
    line-height: 20px;
  }
}
.access .container .flexWrap .item dl dt span {
  font-size: 1.2rem;
  color: #42AF90;
  margin-left: 15px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item dl dt span {
    font-size: 1.1rem;
  }
}
.access .container .flexWrap .item dl dd {
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  .access .container .flexWrap .item dl dd {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item dl dd {
    margin-bottom: 50px;
  }
}
.access .container .flexWrap .item dl dd .btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .access .container .flexWrap .item dl dd .btn {
    margin-top: 20px;
  }
}
.access .container .flexWrap .item dl dd:last-child {
  margin-bottom: 0;
}
.access .container .map {
  aspect-ratio: 16/7;
  margin-top: 100px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .access .container .map {
    margin-top: 75px;
  }
}
@media screen and (max-width: 960px) {
  .access .container .map {
    aspect-ratio: 3/2;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .access .container .map {
    aspect-ratio: 1/1;
    border-radius: 5px;
  }
}
.access .container .map iframe {
  width: 100%;
  height: 100%;
}

/* --------------------------
 * facilities
-------------------------- */
.facilities .map {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  .facilities .map {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .facilities .map {
    margin-bottom: 75px;
  }
}
.facilities .map figure {
  margin-bottom: 50px;
}
.facilities .cat {
  display: flex;
  line-height: 24px;
  gap: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  .facilities .cat {
    gap: 3px;
    line-height: 20px;
    top: 10px;
    left: 10px;
  }
}
.facilities .cat > li {
  display: block;
  padding: 0 5px;
  background-color: #FFE108;
  color: #222222;
  font-size: 1.2rem;
  border-radius: 2px;
}
@media screen and (max-width: 1440px) {
  .facilities .cat > li {
    font-size: 1.2rem;
    padding: 0 7px;
  }
}
.facilities .block {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  .facilities .block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .facilities .block {
    margin-bottom: 75px;
  }
}
.facilities .block .flexWrap {
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 960px) {
  .facilities .block .flexWrap {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .facilities .block .flexWrap {
    margin: 0;
    display: block;
  }
}
.facilities .block .flexWrap .remodal {
  display: none;
}
.facilities .block .flexWrap .item {
  padding: 20px 15px 30px;
  clear: both;
}
@media screen and (max-width: 1440px) {
  .facilities .block .flexWrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .facilities .block .flexWrap .item {
    padding: 10px 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .facilities .block .flexWrap .item {
    width: 100%;
    padding: 0px 0px 0px;
    margin-bottom: 35px;
  }
}
.facilities .block .flexWrap .item a figure img {
  transition: 0.5s ease all;
}
.facilities .block .flexWrap .item a:hover figure img {
  transform: scale(1.05);
}
.facilities .block .flexWrap .item a:hover figure .plan {
  background-color: #33856E;
}
.facilities .block .flexWrap .item a:hover h3 {
  color: #42AF90;
}
.facilities .block .flexWrap .item a:hover p {
  opacity: 0.7;
}
.facilities .block .flexWrap .item figure {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.facilities .block .flexWrap .item figure > .cat {
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .facilities .block .flexWrap .item figure > .cat {
    top: 10px;
    left: 10px;
  }
}
.facilities .block .flexWrap .item figure .arrow {
  width: 32px;
  height: auto;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  .facilities .block .flexWrap .item figure .arrow {
    width: 30px;
    right: 10px;
    bottom: 10px;
  }
}
.facilities .block .flexWrap .item figure .plan {
  transition: 0.5s ease all;
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 30px;
  padding: 0 12px;
  padding-left: 20px;
  background-color: #42AF90;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 50em;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.facilities .block .flexWrap .item figure .plan img {
  width: 6px;
  height: auto;
  margin-left: 12px;
}
.facilities .block .flexWrap .item h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .facilities .block .flexWrap .item h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .facilities .block .flexWrap .item h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.facilities .block .flexWrap .item h3.adjust {
  margin-top: -30px;
  padding-right: 120px;
}
.facilities .block .flexWrap .item p {
  font-size: 1.5rem;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .facilities .block .flexWrap .item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .facilities .block .flexWrap .item p {
    font-size: 1.3rem;
  }
}
.facilities .block .flexWrap .item .btn {
  float: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .facilities .block .flexWrap .item .btn {
    margin-top: 15px;
  }
}
.facilities .imgloop {
  margin-bottom: -150px;
  position: relative;
  z-index: 9;
}

.overview {
  background-color: #ECEACF;
  padding: 250px 0 150px;
}
@media screen and (max-width: 1024px) {
  .overview {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 250px 0 75px;
  }
}

/* --------------------------
 * faq
-------------------------- */
.faq h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .faq h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
.faq dl {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .faq dl {
    margin-bottom: 75px;
  }
}
.faq dl:last-child {
  margin-bottom: 0px;
}
.faq dl span {
  font-size: 2.1rem;
  font-weight: 600;
  width: 50px;
  display: block;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 23px;
}
.faq dl dt {
  padding: 20px 55px;
  padding-right: 70px;
  line-height: 1.6;
  background-color: #FFFFFF;
  margin-top: 7px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.faq dl dt span {
  color: #42AF90;
}
.faq dl dt .plus {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
  transition: all 0.3s ease;
  background-color: #F8F5EC;
  border-radius: 50em;
}
.faq dl dt .plus span {
  height: 1px;
  width: 60%;
  background-color: #222222;
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
}
.faq dl dt .plus span:nth-of-type(2) {
  transform: rotate(90deg);
}
.faq dl dt:hover {
  opacity: 0.7;
}
.faq dl dt.open {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.faq dl dt.open .plus {
  transform: rotate(45deg);
}
.faq dl dd {
  position: relative;
  display: none;
  padding: 20px;
  padding-left: 55px;
  line-height: 1.6;
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #f5f5f5;
}
.faq dl dd span {
  color: #C05483;
}

/* --------------------------
 * policy
-------------------------- */
.policy .note {
  background-color: #FFFFFF;
  padding: 35px 40px;
  border-radius: 10px;
  margin-bottom: 50px;
  border: 1px solid #eeeeee;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .policy .note {
    padding: 25px 35px;
  }
}
@media screen and (max-width: 767px) {
  .policy .note {
    padding: 20px 25px;
    margin-bottom: 35px;
  }
}

/* --------------------------
 * contactWrap
-------------------------- */
.contactWrap .kakunin {
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .contactWrap .kakunin {
    padding: 50px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .kakunin {
    padding: 20px 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.contactWrap .kakunin .lead {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 35px;
  color: #222222;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contactWrap .kakunin .lead {
    font-size: 2.1rem;
    margin-bottom: 25px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .kakunin .lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0;
    text-align: center;
  }
}
.contactWrap .kakunin .lead span {
  border-bottom: 2px solid #222222;
}
.contactWrap .kakunin p {
  font-weight: 500;
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .contactWrap .kakunin p {
    text-align: left;
    font-size: 1.6rem;
  }
  .contactWrap .kakunin p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .kakunin p {
    font-size: 1.5rem;
  }
}
.contactWrap .kakunin .btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .contactWrap .kakunin .btn {
    margin: 25px auto 0;
  }
}
.contactWrap h2 {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 100px;
  font-size: 2.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contactWrap h2 {
    font-size: 2.4rem;
    margin-top: 75px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 960px) {
  .contactWrap h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap h2 {
    font-size: 1.8rem;
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
.contactWrap h2 span {
  border-bottom: 1px solid #222222;
}
.contactWrap .telBox {
  background-color: #FFFFFF;
  text-align: center;
  padding: 60px 100px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .contactWrap .telBox {
    padding: 50px 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .telBox {
    padding: 30px 0 25px;
  }
}
.contactWrap .telBox .time {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .contactWrap .telBox .time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .telBox .time {
    font-size: 1.4rem;
  }
}
.contactWrap .telBox a.PromptM {
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1;
  padding-right: 20px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .contactWrap .telBox a.PromptM {
    font-size: 4.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contactWrap .telBox a.PromptM {
    font-size: 3.2rem;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.contactWrap .telBox a.PromptM img {
  width: 40px;
  height: auto;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .contactWrap .telBox a.PromptM img {
    width: 25px;
    margin-right: 15px;
  }
}

/* --------------------------
 * postList
-------------------------- */
.postList .flexWrap {
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
  .postList .flexWrap {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1280px) {
  .postList .flexWrap {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .postList .flexWrap {
    margin: 0;
  }
}
.postList .flexWrap .item {
  padding: 0 25px 50px;
}
@media screen and (max-width: 1440px) {
  .postList .flexWrap .item {
    padding: 0 15px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .postList .flexWrap .item {
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .postList .flexWrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .postList .flexWrap .item {
    width: 100%;
    padding: 0 0 35px;
  }
}
.postList .flexWrap .item a figure {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.postList .flexWrap .item a figure img {
  transition: 0.3s ease all;
}
.postList .flexWrap .item a figure ul {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  line-height: 20px;
  flex-wrap: wrap;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1680px) {
  .postList .flexWrap .item a figure ul {
    margin: 10px 0 5px;
  }
}
@media screen and (max-width: 1280px) {
  .postList .flexWrap .item a figure ul {
    line-height: 18px;
  }
}
.postList .flexWrap .item a figure ul li {
  display: block;
  padding: 0 5px;
  background-color: #FFE108;
  color: #222222;
  font-size: 1.2rem;
  border-radius: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1680px) {
  .postList .flexWrap .item a figure ul li {
    font-size: 1.1rem;
    padding: 0 5px;
  }
}
@media screen and (max-width: 1280px) {
  .postList .flexWrap .item a figure ul li {
    border-radius: 2px;
  }
}
@media screen and (max-width: 960px) {
  .postList .flexWrap .item a figure ul li {
    padding: 0 4px;
  }
}
.postList .flexWrap .item a figure p {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #FFE108;
  color: #222222;
  font-size: 1.4rem;
  border-radius: 2px;
  font-weight: 500;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1680px) {
  .postList .flexWrap .item a figure p {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1280px) {
  .postList .flexWrap .item a figure p {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.postList .flexWrap .item a figure p.red {
  background-color: #C05483;
  color: #FFFFFF;
}
.postList .flexWrap .item a figure p.bk {
  background-color: #222222;
  color: #FFFFFF;
}
.postList .flexWrap .item a > .info {
  display: flex;
  line-height: 20px;
  height: 20px;
  margin-top: 20px;
  transition: 0.3s ease all;
  margin-bottom: 10px;
}
.postList .flexWrap .item a > .info > .date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222222;
  margin-right: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .postList .flexWrap .item a > .info > .date {
    font-size: 1.3rem;
  }
}
.postList .flexWrap .item a > .info > .cat {
  display: flex;
  line-height: 20px;
  gap: 5px;
}
.postList .flexWrap .item a > .info > .cat li {
  display: block;
  padding: 0 7px;
  background-color: #42AF90;
  color: #FFFFFF;
  font-size: 1.3rem;
  border-radius: 2px;
}
.postList .flexWrap .item a > .cat {
  display: flex;
  line-height: 20px;
  margin: 15px 0 0;
  flex-wrap: wrap;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1680px) {
  .postList .flexWrap .item a > .cat {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1280px) {
  .postList .flexWrap .item a > .cat {
    line-height: 18px;
  }
}
.postList .flexWrap .item a > .cat li {
  display: block;
  padding: 0 7px;
  background-color: #42AF90;
  color: #FFFFFF;
  font-size: 1.2rem;
  border-radius: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1680px) {
  .postList .flexWrap .item a > .cat li {
    font-size: 1.1rem;
    padding: 0 5px;
  }
}
@media screen and (max-width: 1280px) {
  .postList .flexWrap .item a > .cat li {
    border-radius: 2px;
  }
}
@media screen and (max-width: 960px) {
  .postList .flexWrap .item a > .cat li {
    padding: 0 4px;
  }
}
.postList .flexWrap .item a > .icon {
  display: flex;
  padding-top: 0px;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.postList .flexWrap .item a > .icon li {
  width: 6.25%;
  display: block;
  padding: 0 1px 2px;
  color: #222222;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .postList .flexWrap .item a > .icon li {
    padding: 0 1px 2px;
    width: 10%;
  }
}
.postList .flexWrap .item a > .icon li img {
  width: 100%;
  height: auto;
}
.postList .flexWrap .item a h3 {
  font-weight: 500;
  font-size: 2rem;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .postList .flexWrap .item a h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .postList .flexWrap .item a h3 {
    font-size: 1.7rem;
  }
}
.postList .flexWrap .item a .en {
  font-size: 1.3rem;
  text-align: center;
  color: #42AF90;
  line-height: 1;
  margin-top: 5px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1024px) {
  .postList .flexWrap .item a .en {
    margin-top: 3px;
  }
}
.postList .flexWrap .item a .price {
  text-align: right;
  padding-top: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .postList .flexWrap .item a .price {
    font-size: 1.3rem;
  }
}
.postList .flexWrap .item a .price span {
  font-size: 2.1rem;
  margin-left: 7px;
}
@media screen and (max-width: 1440px) {
  .postList .flexWrap .item a .price span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .postList .flexWrap .item a .price span {
    font-size: 1.7rem;
  }
}
.postList .flexWrap .item a .address {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .postList .flexWrap .item a .address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .postList .flexWrap .item a .address {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.postList .flexWrap .item a dl {
  background-color: #FFFFFF;
  padding: 10px 15px;
  font-size: 1.4rem;
  border-radius: 3px;
  transition: 0.3s ease all;
  margin-top: 15px;
}
@media screen and (max-width: 1536px) {
  .postList .flexWrap .item a dl {
    font-size: 1.3rem;
  }
}
.postList .flexWrap .item a dl dt {
  width: 70px;
  float: left;
  font-weight: 500;
}
.postList .flexWrap .item a dl dd {
  margin-left: 70px;
  font-weight: 500;
}
.postList .flexWrap .item a:hover figure img {
  opacity: 0.6;
  transform: scale(1.05);
}
.postList .flexWrap .item a:hover .info, .postList .flexWrap .item a:hover .price {
  opacity: 0.6;
}
.postList .flexWrap .item a:hover h3 {
  color: #42AF90;
}
.postList.color {
  background-color: #ECEACF;
  padding: 125px 0 75px;
}
@media screen and (max-width: 1024px) {
  .postList.color {
    padding: 100px 0 50px;
  }
}
.postList.color h3 {
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .postList.color h3 {
    padding-top: 10px;
  }
}
.postList.spot {
  background-color: #ECEACF;
  padding: 150px 0 75px;
}
@media screen and (max-width: 960px) {
  .postList.spot {
    padding: 125px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .postList.spot {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 1440px) {
  .postList.spot .flexWrap .item {
    width: 50%;
  }
}
.postList.spot .flexWrap .item figure {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.postList.spot .flexWrap .item figure p {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #FFE108;
  color: #222222;
  font-size: 1.4rem;
  border-radius: 2px;
  font-weight: 500;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1680px) {
  .postList.spot .flexWrap .item figure p {
    padding: 0 7px;
  }
}
@media screen and (max-width: 1280px) {
  .postList.spot .flexWrap .item figure p {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.postList.spot .flexWrap .item figure p.red {
  background-color: #C05483;
  color: #FFFFFF;
}
.postList.spot .flexWrap .item figure p.bk {
  background-color: #222222;
  color: #FFFFFF;
}
.postList.spot .flexWrap .item h3 {
  font-weight: 500;
  font-size: 1.7rem;
  margin: 15px 0 0;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1440px) {
  .postList.spot .flexWrap .item h3 {
    font-size: 1.6rem;
    margin: 15px 0 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .postList.spot .flexWrap .item h3 {
    font-size: 1.5rem;
    margin: 10px 0 0;
    line-height: 1.4;
  }
}
.postList.spot .flexWrap .item .address {
  margin-top: 5px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .postList.spot .flexWrap .item .address {
    padding-bottom: 10px;
  }
}
.postList.event .flexWrap .item a figure {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.postList.event .flexWrap .item a figure img {
  transition: 0.3s ease all;
}
.postList.event .flexWrap .item a h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .postList.event .flexWrap .item a h3 {
    font-size: 1.8rem;
  }
}
.postList.event .flexWrap .item a p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .postList.event .flexWrap .item a p {
    font-size: 1.3rem;
  }
}
.postList.event .flexWrap .item a dl {
  background-color: #FFFFFF;
  padding: 10px 15px;
  font-size: 1.4rem;
  border-radius: 3px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .postList.event .flexWrap .item a dl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .postList.event .flexWrap .item a dl {
    font-size: 1.2rem;
  }
}
.postList.event .flexWrap .item a dl dt {
  width: 70px;
  float: left;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .postList.event .flexWrap .item a dl dt {
    width: 50px;
  }
}
.postList.event .flexWrap .item a dl dd {
  margin-left: 70px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .postList.event .flexWrap .item a dl dd {
    margin-left: 50px;
  }
}
.postList.event .flexWrap .item a:hover h3 {
  color: #42AF90;
}
.postList.event .flexWrap .item a:hover p {
  color: #999;
}
.postList.event .flexWrap .item a:hover dl {
  opacity: 0.7;
}
.postList.event .flexWrap .item a:hover figure img {
  transform: scale(1.1);
}
.postList.min .flexWrap {
  margin: 0 -25px;
}
@media screen and (max-width: 1440px) {
  .postList.min .flexWrap {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 1024px) {
  .postList.min .flexWrap {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 960px) {
  .postList.min .flexWrap {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap {
    margin: 0 -5px;
  }
}
.postList.min .flexWrap .item {
  padding: 0 25px 40px;
}
@media screen and (max-width: 1440px) {
  .postList.min .flexWrap .item {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .postList.min .flexWrap .item {
    width: 33.3333%;
    padding: 0 15px 40px;
  }
}
@media screen and (max-width: 960px) {
  .postList.min .flexWrap .item {
    width: 50%;
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap .item {
    padding: 0 5px 20px;
  }
}
.postList.min .flexWrap .item a figure p {
  padding: 0 7px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .postList.min .flexWrap .item a figure p {
    font-size: 1.2rem;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap .item a figure p {
    font-size: 1.1rem;
    padding: 0 5px;
    line-height: 18px;
    top: 5px;
    right: 5px;
  }
}
.postList.min .flexWrap .item a .cat {
  margin-bottom: -10px;
}
.postList.min .flexWrap .item a .date {
  font-size: 1.5rem;
  font-weight: 400;
  color: #42AF90;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: -10px;
}
@media screen and (max-width: 1440px) {
  .postList.min .flexWrap .item a .date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .postList.min .flexWrap .item a .date {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap .item a .date {
    font-size: 1.2rem;
  }
}
.postList.min .flexWrap .item a h3 {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .postList.min .flexWrap .item a h3 {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .postList.min .flexWrap .item a h3 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap .item a h3 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.postList.min .flexWrap .item a h3.lg {
  font-size: 2.1rem;
  margin-top: 0px;
}
@media screen and (max-width: 1440px) {
  .postList.min .flexWrap .item a h3.lg {
    font-size: 1.8rem;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .postList.min .flexWrap .item a h3.lg {
    font-size: 1.8rem;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap .item a h3.lg {
    font-size: 1.5rem;
  }
}
.postList.min .flexWrap .item a .en {
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .postList.min .flexWrap .item a .en {
    margin-top: 5px;
    font-size: 1.1rem;
  }
}
.postList.min .flexWrap .item a dl {
  background-color: #FFFFFF;
  padding: 10px 15px;
  font-size: 1.4rem;
  border-radius: 3px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1536px) {
  .postList.min .flexWrap .item a dl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .postList.min .flexWrap .item a dl {
    font-size: 1.2rem;
  }
}
.postList.min .flexWrap .item a dl dt {
  width: 70px;
  float: left;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .postList.min .flexWrap .item a dl dt {
    width: 50px;
  }
}
.postList.min .flexWrap .item a dl dd {
  margin-left: 70px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .postList.min .flexWrap .item a dl dd {
    margin-left: 50px;
  }
}
.postList.min .flexWrap .item a .price {
  font-size: 1.3rem;
}
@media screen and (max-width: 1440px) {
  .postList.min .flexWrap .item a .price {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap .item a .price {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.postList.min .flexWrap .item a .price span {
  font-size: 2rem;
  margin-left: 7px;
}
@media screen and (max-width: 1440px) {
  .postList.min .flexWrap .item a .price span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap .item a .price span {
    font-size: 1.4rem;
    margin-left: 5px;
    letter-spacing: 0.5px;
  }
}
.postList.min .flexWrap .item a .address {
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .postList.min .flexWrap .item a .address {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .postList.min .flexWrap .item a .address {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.postList .block {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .postList .block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .postList .block {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .postList .block {
    margin-bottom: 50px;
  }
}
.postList .block:last-child {
  margin-bottom: 0;
}
.postList .catList {
  height: 40px;
  margin-bottom: 50px;
  padding-left: 195px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .postList .catList {
    height: 36px;
    line-height: 36px;
    padding-left: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .postList .catList {
    height: auto;
    margin-bottom: 50px;
    padding-left: 0;
    padding-top: 0px;
  }
}
.postList .catList p {
  width: 180px;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 1440px) {
  .postList .catList p {
    font-size: 1.6rem;
    width: 165px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .postList .catList p {
    position: relative;
    left: inherit;
    top: inherit;
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
    line-height: 1;
    height: auto;
    margin-bottom: 20px;
    border-right: none;
  }
}
.postList .catList ul {
  display: flex;
  gap: 5px;
  height: 40px;
}
@media screen and (max-width: 1440px) {
  .postList .catList ul {
    height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .postList .catList ul {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 0;
    margin: 0 -3px;
  }
}
.postList .catList ul li {
  line-height: 40px;
  height: 40px;
  border-radius: 50em;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .postList .catList ul li {
    line-height: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .postList .catList ul li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    border-radius: 0em;
  }
}
@media screen and (max-width: 767px) {
  .postList .catList ul li {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 6px;
    border-radius: 0em;
  }
}
.postList .catList ul li a {
  display: block;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 0 18px;
}
@media screen and (max-width: 1440px) {
  .postList .catList ul li a {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .postList .catList ul li a {
    font-size: 1.5rem;
    display: block;
    padding: 0;
    border-radius: 50em;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .postList .catList ul li a {
    font-size: 1.4rem;
    display: block;
  }
}
.postList .catList ul li a:hover {
  background-color: #FFFFFF;
  color: #222222;
}
@media screen and (max-width: 1024px) {
  .postList .catList ul li a:hover {
    background-color: #42AF90;
    color: #FFFFFF;
  }
}
.postList .catList ul li.active a {
  padding: 0 18px;
  background-color: #42AF90;
  color: #FFFFFF;
}

/* --------------------------
 * single
-------------------------- */
.single {
  margin: 0px auto 200px;
}
@media screen and (max-width: 1024px) {
  .single {
    margin-bottom: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single {
    margin-bottom: 0px;
  }
}
.single__inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .single__inner {
    width: 800px;
  }
}
@media screen and (max-width: 960px) {
  .single__inner {
    padding: 0 50px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .single__inner {
    padding: 0 16px;
    width: auto;
  }
}
.single__inner .main {
  width: 100%;
  position: relative;
}
.single__inner .main .thumb {
  display: block;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #dddddd;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .single__inner .main .thumb {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .single__inner .main .thumb {
    margin: 0px -16px;
  }
}
.single__inner .main .thumb figure {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .single__inner .main .thumb figure {
    border-radius: 0px;
    margin-top: 0;
  }
}
.single__inner .main .text {
  margin-top: 50px;
  position: relative;
  width: 100%;
  line-height: 2;
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .single__inner .main .text {
    margin-bottom: 50px;
    margin-top: 0px;
    line-height: 2;
    letter-spacing: 0px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .single__inner .main .text {
    margin-bottom: 32px;
    line-height: 1.6;
    margin-top: 32px;
    font-size: 1.5rem;
  }
}
.single__inner .main .text h2,
.single__inner .main .text .wp-editor h2 {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media screen and (max-width: 1366px) {
  .single__inner .main .text h2,
  .single__inner .main .text .wp-editor h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .single__inner .main .text h2,
  .single__inner .main .text .wp-editor h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .single__inner .main .text h2,
  .single__inner .main .text .wp-editor h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
.single__inner .main .text h3,
.single__inner .main .text .wp-editor h3 {
  display: block;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: 500;
  border-left: 5px solid #42AF90;
  padding: 0 25px;
  padding-right: 0;
  font-size: 2.1rem;
}
@media screen and (max-width: 1366px) {
  .single__inner .main .text h3,
  .single__inner .main .text .wp-editor h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .single__inner .main .text h3,
  .single__inner .main .text .wp-editor h3 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .single__inner .main .text h3,
  .single__inner .main .text .wp-editor h3 {
    font-size: 1.6rem;
    padding: 2px 10px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.single__inner .main .text a {
  color: #222222;
  text-decoration: underline;
}
.single__inner .main .text img {
  margin: 50px auto !important;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 700px;
  display: block;
  position: relative;
}
.single__inner .main .text img.alignright {
  display: block;
  float: none;
  margin: 0;
}
.single__inner .main .text img.alignleft {
  display: block;
  float: none;
  margin: 0;
}
.single__inner .main .text img.aligncenter {
  display: block;
  margin: 0;
}
.single__inner .main .text img.alignnone {
  display: block;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .single__inner .main .text img {
    margin: 35px auto !important;
  }
}
@media screen and (max-width: 767px) {
  .single__inner .main .text img {
    margin: 25px auto !important;
  }
}
.single__inner .main .share {
  display: none;
}
@media screen and (max-width: 1024px) {
  .single__inner .main .share {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .single__inner .main .share {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 20px;
  }
}
.single__inner .main .share li {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}
.single__inner .main .share li a {
  display: block;
  text-align: center;
  height: 40px;
  overflow: hidden;
  border-radius: 3px;
}
.single__inner .main .share li a:hover {
  opacity: 0.7;
}
.single__inner .main .share li:nth-child(1) a {
  background-color: #3B5998;
  line-height: 37px;
}
.single__inner .main .share li:nth-child(1) a img {
  width: 30px;
  max-height: 30px;
}
.single__inner .main .share li:nth-child(2) a {
  background-color: #111;
  line-height: 38px;
}
.single__inner .main .share li:nth-child(2) a img {
  width: 18px;
  max-height: 20px;
}
.single__inner .main .share li:nth-child(3) a {
  background-color: #1dcd00;
  line-height: 36px;
}
.single__inner .main .share li:nth-child(3) a img {
  width: 25px;
  max-height: 25px;
}
.single__inner .main .share li:nth-child(4) a {
  background-color: #C8232C;
  line-height: 37px;
}
.single__inner .main .share li:nth-child(4) a img {
  width: 21px;
  max-height: 21px;
}
.single__inner .social {
  float: right;
  width: 50px;
  height: 50px;
  display: block;
  position: sticky;
  top: 250px;
  margin-right: -100px;
  height: 215px;
}
@media screen and (max-width: 1024px) {
  .single__inner .social {
    display: none;
  }
}
.single__inner .social li {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 5px;
}
.single__inner .social li a {
  display: block;
  text-align: center;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
}
.single__inner .social li a:hover {
  opacity: 0.7;
}
.single__inner .social li:nth-child(1) a {
  background-color: #3B5998;
  line-height: 45px;
}
.single__inner .social li:nth-child(1) a img {
  width: 30px;
  max-height: 30px;
}
.single__inner .social li:nth-child(2) a {
  background-color: #111;
  line-height: 47px;
}
.single__inner .social li:nth-child(2) a img {
  width: 22px;
  max-height: 22px;
}
.single__inner .social li:nth-child(3) a {
  background-color: #1dcd00;
  line-height: 47px;
}
.single__inner .social li:nth-child(3) a img {
  width: 25px;
  max-height: 25px;
}
.single__inner .social li:nth-child(4) a {
  background-color: #C8232C;
  line-height: 47px;
}
.single__inner .social li:nth-child(4) a img {
  width: 21px;
  max-height: 21px;
}

/* --------------------------
 * plan
-------------------------- */
.detailImg {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  margin: 0 -10%;
  margin-bottom: 100px;
  /* ページネーションのサイズと色 */
}
@media screen and (max-width: 767px) {
  .detailImg {
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
}
.detailImg > .cat {
  top: 15px;
  left: 15px;
}
.detailImg .swiper-pagination {
  z-index: 99;
}
.detailImg .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.detailImg .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
  margin-left: 15px;
}
.detailImg .swiper-pagination-bullet {
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.detailImg .swiper-pagination-bullet-active {
  background-color: #42AF90;
}
.detailImg .slider_prev {
  left: 10%;
}
.detailImg .slider_prev img {
  transform: scale(-1, 1);
}
.detailImg .slider_next {
  right: 10%;
}
.detailImg .slider_prev, .detailImg .slider_next {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 99;
  cursor: pointer;
  transition: 0.3s ease all;
  border-radius: 50em;
}
.detailImg .slider_prev img, .detailImg .slider_next img {
  width: 18px;
  height: auto;
}
.detailImg .slider_prev:hover, .detailImg .slider_next:hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .detailImg .slider_prev, .detailImg .slider_next {
    display: none;
  }
}

.plan .btn {
  margin: 150px auto 150px;
}
@media screen and (max-width: 1440px) {
  .plan .btn {
    margin: 100px auto 150px;
  }
}
@media screen and (max-width: 1024px) {
  .plan .btn {
    margin: 75px auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .plan .btn {
    margin: 75px auto 75px;
  }
}
.plan .container > .flexWrap {
  gap: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .plan .container > .flexWrap {
    gap: 0;
    display: block;
    align-items: inherit;
  }
}
.plan .container > .flexWrap .item:nth-child(1) {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .plan .container > .flexWrap .item:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item:nth-child(1) {
    margin-bottom: 50px;
  }
}
.plan .container > .flexWrap .item:nth-child(1) .icon {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  flex-wrap: wrap;
  margin: 0 -1px;
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item:nth-child(1) .icon {
    padding-bottom: 40px;
  }
}
.plan .container > .flexWrap .item:nth-child(1) .icon li {
  width: 6.25%;
  display: block;
  padding: 0 1px 2px;
  color: #222222;
}
@media screen and (max-width: 1440px) {
  .plan .container > .flexWrap .item:nth-child(1) .icon li {
    padding: 0 1px 10px;
    width: 7.65%;
  }
}
@media screen and (max-width: 1024px) {
  .plan .container > .flexWrap .item:nth-child(1) .icon li {
    padding: 0 1px 2px;
    width: 7.69%;
  }
}
@media screen and (max-width: 960px) {
  .plan .container > .flexWrap .item:nth-child(1) .icon li {
    padding: 0 1px 10px;
    width: 8.3%;
  }
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item:nth-child(1) .icon li {
    padding: 0 1px 10px;
    width: 12.5%;
  }
}
.plan .container > .flexWrap .item:nth-child(1) .icon li img {
  width: 100%;
  height: auto;
}
.plan .container > .flexWrap .item:nth-child(1) .icon li p {
  padding-top: 5px;
  line-height: 1;
  font-size: 0.85rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item:nth-child(1) .icon li p {
    padding-top: 3px;
    font-size: 0.75rem;
  }
}
.plan .container > .flexWrap .item:nth-child(2) {
  width: 35%;
  position: sticky;
  top: 200px;
}
@media screen and (max-width: 1024px) {
  .plan .container > .flexWrap .item:nth-child(2) {
    max-width: 60%;
    position: relative;
    top: inherit;
    margin: 0 auto;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item:nth-child(2) {
    max-width: inherit;
    width: 100%;
  }
}
.plan .container > .flexWrap .item__inner .box {
  background-color: #FFFFFF;
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .plan .container > .flexWrap .item__inner .box {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item__inner .box {
    padding: 15px;
  }
}
.plan .container > .flexWrap .item__inner .box > .cat {
  display: flex;
  line-height: 24px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1680px) {
  .plan .container > .flexWrap .item__inner .box > .cat {
    margin: 0 0 5px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .plan .container > .flexWrap .item__inner .box > .cat {
    line-height: 20px;
  }
}
.plan .container > .flexWrap .item__inner .box > .cat li {
  display: block;
  padding: 0 7px;
  background-color: #FFE108;
  color: #222222;
  font-size: 1.3rem;
  border-radius: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1680px) {
  .plan .container > .flexWrap .item__inner .box > .cat li {
    font-size: 1.2rem;
    padding: 0 5px;
  }
}
@media screen and (max-width: 1280px) {
  .plan .container > .flexWrap .item__inner .box > .cat li {
    border-radius: 2px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 960px) {
  .plan .container > .flexWrap .item__inner .box > .cat li {
    padding: 0 4px;
  }
}
.plan .container > .flexWrap .item__inner .box h4 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .plan .container > .flexWrap .item__inner .box h4 {
    font-size: 1.8rem;
  }
}
.plan .container > .flexWrap .item__inner .box .price {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .plan .container > .flexWrap .item__inner .box .price {
    font-size: 1.4rem;
  }
}
.plan .container > .flexWrap .item__inner .box .price span {
  font-size: 2.8rem;
  margin-left: 10px;
  letter-spacing: 1px;
  margin-right: 5px;
}
@media screen and (max-width: 1440px) {
  .plan .container > .flexWrap .item__inner .box .price span {
    font-size: 2.4rem;
  }
}
.plan .container > .flexWrap .item__inner .box .tojitsu {
  background-color: #ECEACF;
  color: #222222;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .plan .container > .flexWrap .item__inner .box .tojitsu {
    font-size: 1.6rem;
  }
}
.plan .container > .flexWrap .item__inner .box .rsvBtn {
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #42AF90;
  position: relative;
}
.plan .container > .flexWrap .item__inner .box .rsvBtn::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.5s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
.plan .container > .flexWrap .item__inner .box .rsvBtn a {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .plan .container > .flexWrap .item__inner .box .rsvBtn a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item__inner .box .rsvBtn a {
    padding-left: 20px;
  }
}
.plan .container > .flexWrap .item__inner .box .rsvBtn a img {
  width: 14px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item__inner .box .rsvBtn a img {
    right: 20px;
  }
}
.plan .container > .flexWrap .item__inner .box .rsvBtn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.plan .container > .flexWrap .item__inner .share {
  display: flex;
  margin-top: 25px;
  justify-content: right;
}
@media screen and (max-width: 1024px) {
  .plan .container > .flexWrap .item__inner .share {
    justify-content: center;
  }
}
.plan .container > .flexWrap .item__inner .share p {
  font-size: 1.8rem;
  margin-right: 25px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item__inner .share p {
    font-size: 1.6rem;
    margin-right: 20px;
  }
}
.plan .container > .flexWrap .item__inner .share ul {
  display: flex;
  gap: 5px;
}
.plan .container > .flexWrap .item__inner .share ul li {
  width: 50px;
  height: 50px;
  display: block;
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item__inner .share ul li {
    width: 40px;
    height: 40px;
  }
}
.plan .container > .flexWrap .item__inner .share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .plan .container > .flexWrap .item__inner .share ul li a {
    height: 40px;
    border-radius: 2px;
  }
}
.plan .container > .flexWrap .item__inner .share ul li a:hover {
  opacity: 0.7;
}
.plan .container > .flexWrap .item__inner .share ul li:nth-child(1) a {
  background-color: #3B5998;
  line-height: 45px;
}
.plan .container > .flexWrap .item__inner .share ul li:nth-child(1) a img {
  width: 40px;
}
.plan .container > .flexWrap .item__inner .share ul li:nth-child(2) a {
  background-color: #111;
  line-height: 47px;
}
.plan .container > .flexWrap .item__inner .share ul li:nth-child(2) a img {
  width: 38px;
}
.plan .container > .flexWrap .item__inner .share ul li:nth-child(3) a {
  background-color: #1dcd00;
  line-height: 47px;
}
.plan .container > .flexWrap .item__inner .share ul li:nth-child(3) a img {
  width: 25px;
}
.plan .container > .flexWrap .item__inner .share ul li:nth-child(4) a {
  background-color: #C8232C;
  line-height: 47px;
}
.plan .container > .flexWrap .item__inner .share ul li:nth-child(4) a img {
  width: 18px;
}
.plan .desc {
  font-size: 1.8rem;
  padding: 25px 35px;
  line-height: 2;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .plan .desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 50px;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .plan .desc {
    font-size: 1.5rem;
    padding: 15px 18px;
    margin-bottom: 25px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.plan h2 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .plan h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .plan h2 {
    font-size: 1.6rem;
  }
}
.plan h2::before {
  content: "●";
  color: #42AF90;
  margin-right: 10px;
}
.plan dl.list {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .plan dl.list {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .plan dl.list {
    margin-bottom: 50px;
  }
}
.plan .cook {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .plan .cook {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .plan .cook {
    margin-bottom: 50px;
  }
}
.plan .cook .flexWrap {
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .plan .cook .flexWrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.plan .cook .flexWrap .item {
  width: 25% !important;
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .plan .cook .flexWrap .item {
    margin-bottom: 10px !important;
  }
}
.plan .check {
  display: flex;
  gap: 20px;
  line-height: 50px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .plan .check {
    line-height: 40px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .plan .check {
    display: block;
    line-height: 40px;
    gap: 0;
    margin-bottom: 35px;
  }
}
.plan .check li {
  background-color: #FFFFFF;
  display: block;
  font-size: 1.9rem;
  width: 50%;
  font-weight: 500;
  overflow: hidden;
  border-radius: 3px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .plan .check li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .plan .check li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .check li {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.plan .check li span {
  display: inline-block;
  background-color: #42AF90;
  color: #FFFFFF;
  margin-right: 15%;
  width: 50%;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  .plan .check li span {
    margin-right: 15%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .plan .check li span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .check li span {
    font-size: 1.6rem;
  }
}
.plan .tx {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .plan .tx {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .tx {
    font-size: 1.4rem;
  }
}
.plan .flow {
  font-size: 1.8rem;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .plan .flow {
    font-size: 1.6rem;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .plan .flow {
    margin-bottom: 50px;
  }
}
.plan .flow li {
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}
.plan .flow li:last-child {
  margin-bottom: 0;
}
.plan .flow li span {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50em;
  background-color: #222222;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.plan .link {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .plan .link {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 -5px;
  }
}
.plan .link__item {
  display: block;
  line-height: 55px;
  height: 55px;
  width: 25%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .plan .link__item {
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .plan .link__item {
    padding: 0 5px;
    width: 50%;
    margin-bottom: 10px;
    line-height: 45px;
    height: 45px;
  }
}
.plan .link__item a {
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  position: relative;
  z-index: 9;
  border-radius: 50em;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .plan .link__item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .plan .link__item a {
    font-size: 1.5rem;
  }
}
.plan .link__item a:hover {
  background-color: #ECEACF;
}/*# sourceMappingURL=misc.css.map */