@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.width {
  width: 1500px;
}
@media all and (max-width: 1350px) {
  .width {
    width: calc(100% - 30px);
  }
}

.top-mainvisual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2.13/1;
}
@media all and (max-width: 896px) {
  .top-mainvisual {
    aspect-ratio: 1/1.3;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual {
    aspect-ratio: 0.59/1;
  }
}
.top-mainvisual::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(242, 242, 242, 0), rgba(242, 242, 242, 0.99));
}
.top-mainvisual #loading {
  display: none;
}
@media all and (max-width: 896px) {
  .top-mainvisual #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .top-mainvisual #loading.hidden {
    opacity: 0;
    visibility: hidden;
  }
}
.top-mainvisual .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.top-mainvisual__tit {
  position: relative;
  text-align: center;
  margin-top: 7%;
  margin-left: -22%;
}
@media all and (max-width: 1367px) {
  .top-mainvisual__tit {
    margin-top: 2%;
  }
}
@media all and (max-width: 1025px) {
  .top-mainvisual__tit {
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__tit {
    margin-top: 10%;
  }
}
@media all and (max-width: 1440px) {
  .top-mainvisual__tit img {
    max-width: 43%;
  }
}
@media all and (max-width: 1025px) {
  .top-mainvisual__tit img {
    max-width: 70%;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__tit img {
    margin: auto;
    max-width: 100%;
  }
}
.top-mainvisual__lineobject {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.top-mainvisual__lineobject svg {
  width: 100%;
}
.top-mainvisual__lineobject #top-mainvisual_pc {
  position: absolute;
  top: -28%;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1680px) {
  .top-mainvisual__lineobject #top-mainvisual_pc {
    top: -19%;
  }
}
@media all and (max-width: 1440px) {
  .top-mainvisual__lineobject #top-mainvisual_pc {
    top: -15%;
  }
}
@media all and (max-width: 1367px) {
  .top-mainvisual__lineobject #top-mainvisual_pc {
    top: -28%;
  }
}
@media all and (max-width: 1025px) {
  .top-mainvisual__lineobject #top-mainvisual_pc {
    top: -10%;
  }
}
.top-mainvisual__lineobject #top-mainvisual_sp {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 480px) {
  .top-mainvisual__lineobject #top-mainvisual_sp {
    top: 0;
  }
}
@media all and (max-width: 375px) {
  .top-mainvisual__lineobject #top-mainvisual_sp {
    top: 3%;
  }
}
@media all and (max-width: 340px) {
  .top-mainvisual__lineobject #top-mainvisual_sp {
    top: 0;
  }
}
@media all and (max-width: 320px) {
  .top-mainvisual__lineobject #top-mainvisual_sp {
    top: 3%;
  }
}
.top-mainvisual__filmbox {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
@media all and (max-width: 1367px) {
  .top-mainvisual__filmbox {
    top: 120px;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__filmbox {
    top: 180px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__filmbox {
    top: 350px;
  }
}
@media all and (max-width: 340px) {
  .top-mainvisual__filmbox {
    top: 290px;
  }
}
.top-mainvisual__filmbox ul.pconly {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-mainvisual__filmbox ul.pconly {
    display: none;
  }
}
.top-mainvisual__filmbox ul.pconly li {
  width: calc(14.2857142857% - 12px);
  animation: film_anime 1s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
.top-mainvisual__filmbox ul.pconly li img {
  width: 100%;
}
.top-mainvisual__filmbox ul.pconly li:first-child {
  animation-delay: 0s;
}
.top-mainvisual__filmbox ul.pconly li:nth-child(2) {
  padding-top: 100px;
  animation-delay: 0.1s;
}
.top-mainvisual__filmbox ul.pconly li:nth-child(3) {
  padding-top: 150px;
  animation-delay: 0.2s;
}
.top-mainvisual__filmbox ul.pconly li:nth-child(4) {
  padding-top: 200px;
  animation-delay: 0.3s;
}
.top-mainvisual__filmbox ul.pconly li:nth-child(5) {
  padding-top: 150px;
  animation-delay: 0.4s;
}
.top-mainvisual__filmbox ul.pconly li:nth-child(6) {
  padding-top: 100px;
  animation-delay: 0.5s;
}
.top-mainvisual__filmbox ul.pconly li:nth-child(7) {
  animation-delay: 0.6s;
}
.top-mainvisual__filmbox ul.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .top-mainvisual__filmbox ul.sponly {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
    margin: 300px auto 0;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__filmbox ul.sponly {
    margin: 0 auto;
  }
}
.top-mainvisual__filmbox ul.sponly li {
  width: 32.8333333333%;
  animation: film_anime 1s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
.top-mainvisual__filmbox ul.sponly li:first-child {
  animation-delay: 0s;
}
.top-mainvisual__filmbox ul.sponly li:nth-child(2) {
  padding-top: 60px;
  animation-delay: 0.2s;
}
.top-mainvisual__filmbox ul.sponly li:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes film_anime {
  0% {
    opacity: 0;
    transition: 0.5s;
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.top-search {
  position: relative;
  padding-top: 200px;
}
@media all and (max-width: 480px) {
  .top-search {
    padding-top: 80px;
  }
}
.top-search__inner {
  margin-right: calc(50% - 50vw);
}
.top-search__inner .top_tit {
  text-shadow: 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2;
}
.top-search__wrap {
  position: relative;
  background: #61C6B1;
  border-radius: 8px 0 0 8px;
  padding: 80px 5%;
  margin-top: 70px;
}
@media all and (max-width: 896px) {
  .top-search__wrap {
    padding: 50px 30px;
  }
}
.top-search__box {
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-search__box h3 {
  font-size: min(6.2vw, 2.4rem);
  font-weight: 700;
  color: #fff;
}
.top-search__keyword {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
}
.top-search__keyword--box {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  height: 68px;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 30px;
}
@media all and (max-width: 480px) {
  .top-search__keyword--box {
    height: 50px;
    padding: 5px 10px 5px 20px;
  }
}
.top-search__keyword--text {
  height: 48px;
  width: calc(100% - 90px);
  border-radius: 50px;
  padding-left: 3%;
  background: url(../../assets/images/common/icon_search_green.svg) left center/20px no-repeat;
}
@media all and (max-width: 480px) {
  .top-search__keyword--text {
    height: 42px;
    padding-left: 8%;
    font-size: 1.6rem;
  }
}
.top-search__keyword--text:focus {
  outline: none;
}
.top-search__keyword--wrap {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  background: #2A2A2A;
}
.top-search__keyword--wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #019878;
  transition: width 0.3s ease-out;
  z-index: 1;
  border-radius: 50px;
}
.top-search__keyword--wrap:hover::after {
  width: 100%;
}
.top-search__keyword--btn {
  position: relative;
  z-index: 2;
  width: auto;
  padding: 0 23px;
  height: 48px;
  font-size: 1.6rem;
  background: none;
  border: none;
  color: #fff;
}
@media all and (max-width: 480px) {
  .top-search__keyword--btn {
    height: 42px;
  }
}
.top-search__keyword--btn:hover {
  cursor: pointer;
}
.top-search__genre {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .top-search__genre {
    width: 100%;
  }
}
.top-search__genre ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.top-search__genre ul li label {
  cursor: pointer;
  display: inline-block;
}
.top-search__genre ul li label span {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  color: #2A2A2A;
  background: #fff;
  padding: 8px 33px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .top-search__genre ul li label span {
    padding: 5px 18px;
  }
}
@media all and (max-width: 480px) {
  .top-search__genre ul li label span {
    font-size: min(3.8vw, 1.4rem);
  }
}
.top-search__genre ul li input {
  display: none;
}
.top-search__genre ul li input[type=checkbox]:checked + span {
  color: #fff;
  background: #2A2A2A;
}
.top-search__area {
  width: 29%;
}
@media all and (max-width: 1367px) {
  .top-search__area {
    width: 33%;
  }
}
@media all and (max-width: 1025px) {
  .top-search__area {
    width: 100%;
    margin-top: 30px;
  }
}
.top-search__area .top-search__search_btn {
  margin-top: 20px;
}
.top-search__area .top-search__search_inner {
  width: 100%;
}
@media all and (max-width: 1025px) {
  .top-search__area .top-search__search_inner {
    width: 420px;
  }
}
@media all and (max-width: 480px) {
  .top-search__area .top-search__search_inner {
    width: 300px;
  }
}
@media (width < 350px) {
  .top-search__area .top-search__search_inner {
    width: 250px;
  }
}
.top-search__map {
  position: relative;
  max-width: 330px;
  margin: auto;
}
.top-search__map ul {
  margin-top: 20px;
}
.top-search__map ul li {
  position: absolute;
}
.top-search__map ul li label {
  cursor: pointer;
  display: inline-block;
}
.top-search__map ul li label span {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #2A2A2A;
  padding: 5px 30px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 1200px) {
  .top-search__map ul li label span {
    padding: 5px 18px;
  }
}
@media all and (max-width: 480px) {
  .top-search__map ul li label span {
    font-size: min(3.8vw, 1.4rem);
  }
}
@media all and (max-width: 350px) {
  .top-search__map ul li label span {
    padding: 5px 10px;
  }
}
.top-search__map ul li input {
  display: none;
}
.top-search__map ul li input[type=checkbox]:checked + span {
  color: #fff;
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.top-search__map ul li.izu {
  bottom: 26px;
  right: -19px;
}
@media all and (max-width: 1200px) {
  .top-search__map ul li.izu {
    bottom: 45px;
    right: 7px;
  }
}
.top-search__map ul li.izu span {
  color: #A988A8;
  border-color: #A988A8;
}
.top-search__map ul li.fuji {
  top: 7px;
  right: 18px;
}
@media all and (max-width: 1200px) {
  .top-search__map ul li.fuji {
    top: 60px;
    right: 40px;
  }
}
.top-search__map ul li.fuji span {
  color: #6196C6;
  border-color: #6196C6;
}
.top-search__map ul li.chubu {
  top: 132px;
  left: 150px;
}
@media all and (max-width: 1200px) {
  .top-search__map ul li.chubu {
    top: 90px;
    left: 116px;
  }
}
.top-search__map ul li.chubu span {
  color: #C1B653;
  border-color: #C1B653;
}
.top-search__map ul li.west {
  bottom: 100px;
  left: 0;
}
@media all and (max-width: 1200px) {
  .top-search__map ul li.west {
    bottom: 45px;
    left: 3%;
  }
}
@media all and (max-width: 350px) {
  .top-search__map ul li.west {
    bottom: 45px;
    left: 0;
  }
}
.top-search__map ul li.west span {
  color: #C67361;
  border-color: #C67361;
}
.top-search__map div {
  text-align: right;
}
.top-search__map div img {
  width: 330px;
}
.top-search__search_btn {
  width: 100%;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .top-search__search_btn {
    margin-top: 30px;
  }
}
.top-search__search_inner {
  display: inline-block;
  position: relative;
  width: 420px;
  padding: 25px;
  text-align: center;
  border-radius: 50px;
  background-color: #2A2A2A;
  overflow: hidden;
  cursor: pointer;
}
@media all and (max-width: 480px) {
  .top-search__search_inner {
    width: 300px;
    padding: 15px;
  }
}
@media all and (max-width: 360px) {
  .top-search__search_inner {
    width: 250px;
  }
}
.top-search__search_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 0.3s ease-out;
  z-index: 1;
}
.top-search__search_inner:hover input {
  color: #019878;
  background: url(../../assets/images/common/icon_search_green.svg) center right 5px/24px no-repeat;
}
.top-search__search_inner:hover::after {
  width: 105%;
  border-radius: 50px;
}
.top-search__search_inner input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.05em;
  background: url(../../assets/images/common/icon_search_white.svg) center right 5px/24px no-repeat;
}
@media all and (max-width: 480px) {
  .top-search__search_inner input {
    font-size: min(4.6vw, 1.8rem);
  }
}
.top-search__txtobject {
  position: absolute;
  top: -165px;
  right: 10px;
  font-size: 23rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  z-index: -1;
  line-height: 0.75;
}
@media all and (max-width: 1367px) {
  .top-search__txtobject {
    top: -150px;
    font-size: 20rem;
  }
}
@media all and (max-width: 1025px) {
  .top-search__txtobject {
    font-size: 17rem;
  }
}
@media all and (max-width: 896px) {
  .top-search__txtobject {
    top: -115px;
    right: auto;
    left: 0;
    font-size: 20vw;
  }
}
@media all and (max-width: 480px) {
  .top-search__txtobject {
    top: -75px;
    font-size: min(20vw, 8rem);
  }
}
.top-search__lineobject {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .top-search__lineobject {
    width: 40%;
    left: auto;
    right: 0;
    transform: scale(-1, 1);
  }
}
@media all and (max-width: 480px) {
  .top-search__lineobject {
    top: -110px;
  }
}
.top-search__lineobject svg {
  width: 100%;
}

.top-location {
  position: relative;
  padding-top: 160px;
}
@media all and (max-width: 480px) {
  .top-location {
    padding-top: 100px;
  }
}
.top-location__inner {
  margin-right: calc(50% - 50vw);
}
.top-location__wrap {
  position: relative;
  padding: 0 0 80px 5%;
  margin-top: 80px;
}
@media all and (max-width: 1350px) {
  .top-location__wrap {
    padding: 0 0 80px 3%;
  }
}
@media all and (max-width: 480px) {
  .top-location__wrap {
    padding: 0 0 80px 0;
  }
}
.top-location__slide .splide__slide-card {
  border-radius: 8px;
}
.top-location__slide .splide__slide-card a {
  transition: 0.5s;
}
.top-location__slide .splide__slide-card a figure {
  position: relative;
  aspect-ratio: 1.33/1;
  overflow: hidden;
  border-radius: 4px;
}
.top-location__slide .splide__slide-card a figure::before, .top-location__slide .splide__slide-card a figure::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/line_frame.svg) top center/auto repeat-x;
  width: 100%;
  height: 8px;
  z-index: 1;
  opacity: 0.8;
  left: 6px;
}
@media all and (max-width: 480px) {
  .top-location__slide .splide__slide-card a figure::before, .top-location__slide .splide__slide-card a figure::after {
    background: url(../../assets/images/common/line_frame.svg) top center/12px repeat-x;
  }
}
.top-location__slide .splide__slide-card a figure::before {
  top: 8px;
}
.top-location__slide .splide__slide-card a figure::after {
  bottom: 8px;
}
.top-location__slide .splide__slide-card a figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
  transition: transform 0.5s ease;
}
.top-location__slide .splide__slide-card a .splide__slide-arrow {
  transition: 0.5s;
}
.top-location__slide .splide__slide-card a:hover h3 {
  color: #019878;
  text-decoration: underline;
}
.top-location__slide .splide__slide-card a:hover .splide__slide-arrow {
  background: #019878;
}
.top-location__slide .splide__slide-card a:hover .splide__slide-arrow svg {
  transform: translateX(5px);
  transition: 0.5s;
}
.top-location__slide .splide__slide-card a:hover .splide__slide-arrow svg path {
  fill: #fff;
}
.top-location__slide .splide__slide-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  .top-location__slide .splide__slide-txt {
    margin-top: 10px;
  }
}
.top-location__slide .splide__slide-txt h3 {
  font-size: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 17em;
}
@media all and (max-width: 480px) {
  .top-location__slide .splide__slide-txt h3 {
    font-size: min(4.6vw, 1.8rem);
    max-width: 12em;
  }
}
.top-location__slide .splide__slide-arrow {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .top-location__slide .splide__slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.top-location__slide .splide__slide .common-linkbtn {
  margin-top: 25px;
}
.top-location__slide .splide__arrow {
  width: 80px;
  height: 80px;
  background: #fff;
  top: 100%;
  opacity: 1;
}
@media all and (max-width: 480px) {
  .top-location__slide .splide__arrow {
    width: 60px;
    height: 60px;
  }
}
.top-location__slide .splide__arrow:hover {
  opacity: 1;
  background: #019878;
}
.top-location__slide .splide__arrow:hover svg {
  transition: 0.5s;
}
.top-location__slide .splide__arrow:hover svg path {
  fill: #fff;
}
.top-location__slide .splide__arrow--prev {
  left: auto;
  right: 176px;
}
@media all and (max-width: 896px) {
  .top-location__slide .splide__arrow--prev {
    right: 120px;
  }
}
@media all and (max-width: 480px) {
  .top-location__slide .splide__arrow--prev {
    right: 83px;
  }
}
.top-location__slide .splide__arrow--prev:hover svg {
  transform: scaleX(-1) translateX(8px);
}
.top-location__slide .splide__arrow--next {
  right: 80px;
}
@media all and (max-width: 896px) {
  .top-location__slide .splide__arrow--next {
    right: 30px;
  }
}
@media all and (max-width: 480px) {
  .top-location__slide .splide__arrow--next {
    right: 15px;
  }
}
.top-location__slide .splide__arrow--next:hover svg {
  transform: translateX(8px);
}
.top-location__slide .splide .splide__pagination {
  bottom: -48px;
}
@media all and (max-width: 896px) {
  .top-location__slide .splide .splide__pagination {
    bottom: -42px;
  }
}
.top-location__slide .splide .splide__pagination__page {
  width: 16px;
  height: 16px;
  margin: 3px 5px;
  background: #fff;
  opacity: 1 !important;
}
.top-location__slide .splide .splide__pagination__page.is-active {
  transform: none;
  background: #61C6B1;
  opacity: 1 !important;
}
.top-location__slide-progress {
  background: #fff;
  margin-top: 60px;
  width: calc(100% - 326px);
}
@media all and (max-width: 896px) {
  .top-location__slide-progress {
    width: calc(100% - 230px);
  }
}
@media all and (max-width: 480px) {
  .top-location__slide-progress {
    width: calc(100% - 159px);
  }
}
.top-location__slide-progress-bar {
  background: #019878;
  height: 3px;
  transition: width 500ms ease;
  width: 0;
}
.top-location__txtobject {
  position: absolute;
  top: -165px;
  right: 10px;
  font-size: 23rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  z-index: -1;
  line-height: 0.75;
}
@media all and (max-width: 1367px) {
  .top-location__txtobject {
    top: -150px;
    font-size: 20rem;
  }
}
@media all and (max-width: 1025px) {
  .top-location__txtobject {
    font-size: 17rem;
  }
}
@media all and (max-width: 896px) {
  .top-location__txtobject {
    top: -115px;
    right: auto;
    left: 15px;
    font-size: 20vw;
  }
}
@media all and (max-width: 480px) {
  .top-location__txtobject {
    top: -75px;
    left: -5px;
    font-size: min(20vw, 8rem);
  }
}

.top-charm {
  position: relative;
  padding-top: 200px;
}
@media all and (max-width: 480px) {
  .top-charm {
    padding-top: 100px;
  }
}
.top-charm__inner {
  margin-right: calc(50% - 50vw);
}
@media all and (max-width: 896px) {
  .top-charm__inner {
    margin-right: 0;
  }
}
.top-charm .common-btn.pconly {
  margin: 80px auto 0 0;
}
@media all and (max-width: 1025px) {
  .top-charm .common-btn.pconly {
    display: none;
  }
}
.top-charm .common-btn.sponly {
  margin: 50px auto 0 0;
}
@media all and (max-width: 1025px) {
  .top-charm .common-btn.sponly {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .top-charm .common-btn.sponly {
    margin: 50px auto 0;
  }
}
.top-charm .common-btn.sponly > a {
  width: 400px;
}
@media all and (max-width: 480px) {
  .top-charm .common-btn.sponly > a {
    width: 320px;
  }
}
@media all and (max-width: 375px) {
  .top-charm .common-btn.sponly > a {
    width: 300px;
  }
}
.top-charm__wrap {
  position: relative;
  padding: 0 5.5% 80px 5%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1350px) {
  .top-charm__wrap {
    padding: 0 5.5% 80px 3%;
  }
}
@media all and (max-width: 1025px) {
  .top-charm__wrap {
    padding: 0 30px 80px 20px;
  }
}
@media all and (max-width: 896px) {
  .top-charm__wrap {
    padding: 0 20px 100px;
  }
}
@media all and (max-width: 480px) {
  .top-charm__wrap {
    padding: 0 0 100px;
  }
}
.top-charm__txt {
  width: 32%;
}
@media all and (max-width: 1025px) {
  .top-charm__txt {
    width: 100%;
  }
}
.top-charm__txt p {
  font-size: 1.8rem;
}
@media all and (max-width: 480px) {
  .top-charm__txt p {
    font-size: min(4.6vw, 1.8rem);
  }
}
.top-charm__img {
  width: 63%;
}
@media all and (max-width: 1025px) {
  .top-charm__img {
    width: 100%;
    margin-top: 50px;
  }
}
@media all and (max-width: 480px) {
  .top-charm__img {
    margin-top: 30px;
  }
}
.top-charm__img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .top-charm__img ul {
    gap: 25px 0;
  }
}
@media all and (max-width: 480px) {
  .top-charm__img ul {
    gap: 16px 0;
  }
}
.top-charm__img ul li {
  position: relative;
  width: calc(25% - 15px);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: 0.5s;
}
@media all and (max-width: 896px) {
  .top-charm__img ul li {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 480px) {
  .top-charm__img ul li {
    width: calc(50% - 8px);
  }
}
.top-charm__img ul li::before, .top-charm__img ul li::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/line_frame.svg) top left/auto repeat-x;
  width: 100%;
  height: 8px;
  z-index: 1;
  opacity: 0.8;
  left: 3px;
}
@media all and (max-width: 480px) {
  .top-charm__img ul li::before, .top-charm__img ul li::after {
    background: url(../../assets/images/common/line_frame.svg) top left/12px repeat-x;
    left: 0;
  }
}
.top-charm__img ul li::before {
  top: 8px;
}
.top-charm__img ul li::after {
  bottom: 8px;
}
.top-charm__img ul li a {
  position: relative;
  display: block;
}
@media all and (max-width: 896px) {
  .top-charm__img ul li a {
    aspect-ratio: 1/1;
  }
}
.top-charm__img ul li a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: 0.8;
  border-radius: 4px;
}
.top-charm__img ul li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  border-radius: 4px;
  transition: background 0.5s, opacity 0.5s;
}
.top-charm__img ul li a img {
  width: 100%;
  border-radius: 4px;
}
@media all and (max-width: 896px) {
  .top-charm__img ul li a img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.top-charm__img ul li a:hover {
  opacity: 1;
}
.top-charm__img ul li a:hover::after {
  background: rgb(0, 0, 0);
  opacity: 0.6;
}
.top-charm__img ul li a:hover .top-charm__img--arrow {
  background: #fff;
}
.top-charm__img ul li a:hover .top-charm__img--arrow svg path {
  fill: #2A2A2A;
}
.top-charm__img--en {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media all and (max-width: 480px) {
  .top-charm__img--en {
    top: -17px;
    font-size: min(3.1vw, 1.2rem);
  }
}
.top-charm__img--arrow {
  display: grid;
  place-content: center;
  border: 1px solid #fff;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  margin: 15px auto 0;
}
@media all and (max-width: 480px) {
  .top-charm__img--arrow {
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
  }
}
.top-charm__img--name {
  position: absolute;
  content: "";
  top: 37%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .top-charm__img--name {
    top: 30%;
  }
}
.top-charm__img--name h3 {
  position: relative;
  font-size: 3.3rem;
}
@media all and (max-width: 480px) {
  .top-charm__img--name h3 {
    font-size: min(6.2vw, 2.4rem);
  }
}
.top-charm__txtobject {
  position: absolute;
  top: -165px;
  right: 10px;
  font-size: 23rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  z-index: -1;
  line-height: 0.75;
}
@media all and (max-width: 1367px) {
  .top-charm__txtobject {
    top: -150px;
    font-size: 20rem;
  }
}
@media all and (max-width: 1025px) {
  .top-charm__txtobject {
    font-size: 17rem;
  }
}
@media all and (max-width: 896px) {
  .top-charm__txtobject {
    top: -115px;
    right: auto;
    left: 0;
    font-size: 20vw;
  }
}
@media all and (max-width: 480px) {
  .top-charm__txtobject {
    top: -75px;
    font-size: min(20vw, 8rem);
  }
}
.top-charm__lineobject {
  position: absolute;
  top: 17%;
  left: 0;
  z-index: -2;
  width: 100%;
}
@media all and (max-width: 896px) {
  .top-charm__lineobject {
    top: -20px;
    left: 0;
  }
}
.top-charm__lineobject svg {
  width: 100%;
}

.top-about {
  position: relative;
  padding-top: 300px;
  background: #fff;
}
@media all and (max-width: 480px) {
  .top-about {
    padding-top: 220px;
  }
}
.top-about__wrap {
  position: relative;
  padding: 0 0 0 5%;
}
@media all and (max-width: 1350px) {
  .top-about__wrap {
    padding: 0 0 0 3%;
  }
}
@media all and (max-width: 896px) {
  .top-about__wrap {
    padding: 0;
  }
}
.top-about .top_tit {
  margin-top: -120px;
  padding-left: 0;
}
@media all and (max-width: 480px) {
  .top-about .top_tit {
    line-height: 1.4;
  }
}
.top-about__column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 130px;
}
@media all and (max-width: 896px) {
  .top-about__column {
    padding-bottom: 100px;
  }
}
.top-about__txt {
  width: 39%;
}
@media all and (max-width: 1367px) {
  .top-about__txt {
    width: 45%;
  }
}
@media all and (max-width: 896px) {
  .top-about__txt {
    width: 100%;
    order: 2;
  }
}
.top-about__txt h3 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 75px;
}
@media all and (max-width: 896px) {
  .top-about__txt h3 {
    text-align: center;
    font-weight: 700;
  }
}
@media all and (max-width: 480px) {
  .top-about__txt h3 {
    font-size: min(8.2vw, 3.2rem);
    margin-bottom: 30px;
  }
}
.top-about__txt h3 span.color {
  color: #019878;
}
.top-about__txt h3 + p {
  font-size: min(4.6vw, 1.8rem);
  line-height: 2;
}
.top-about__txt .common-btn {
  margin: 50px auto 0 0;
}
@media all and (max-width: 896px) {
  .top-about__txt .common-btn {
    margin: 50px auto 0;
  }
}
.top-about__copy {
  margin: 100px 0 30px;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .top-about__copy {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .top-about__copy {
    margin: 50px 0 20px;
    font-size: min(5.1vw, 2rem);
    line-height: 1.8;
  }
}
.top-about__img {
  width: 47%;
}
@media all and (max-width: 896px) {
  .top-about__img {
    width: 100%;
    order: 1;
    margin-top: 80px;
  }
}
.top-about__img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.top-about__img ul li {
  position: relative;
  width: calc(50% - 20px);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: 0.5s;
}
@media all and (max-width: 480px) {
  .top-about__img ul li {
    width: calc(50% - 10px);
  }
}
.top-about__img ul li::before, .top-about__img ul li::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/line_frame.svg) top left/auto repeat-x;
  width: 98%;
  height: 8px;
  z-index: 1;
  opacity: 0.8;
  left: 8px;
}
@media all and (max-width: 480px) {
  .top-about__img ul li::before, .top-about__img ul li::after {
    background: url(../../assets/images/common/line_frame.svg) top left/12px repeat-x;
  }
}
.top-about__img ul li::before {
  top: 8px;
}
.top-about__img ul li::after {
  bottom: 8px;
}
.top-about__img ul li img {
  width: 100%;
  border-radius: 4px;
}
.top-about__img ul li:last-child {
  margin-top: 100px;
}
@media all and (max-width: 480px) {
  .top-about__img ul li:last-child {
    margin-top: 55px;
  }
}
.top-about__other {
  background: #F2F2F2;
  padding-top: 120px;
}
@media all and (max-width: 480px) {
  .top-about__other {
    padding-top: 100px;
  }
}
.top-about__other .width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .top-about__other .width {
    padding: 0;
    gap: 32px;
  }
}
.top-about__other--card {
  width: 48.5%;
  background: #fff;
  border-radius: 5px;
}
@media all and (max-width: 896px) {
  .top-about__other--card {
    width: 100%;
  }
}
.top-about__other--card.wide {
  width: 100%;
  margin-top: 50px;
  padding: 60px;
}
@media all and (max-width: 1025px) {
  .top-about__other--card.wide {
    padding: 60px 40px;
  }
}
@media all and (max-width: 480px) {
  .top-about__other--card.wide {
    margin-top: 0;
    padding: 60px 30px 30px;
  }
}
.top-about__other--card > a {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.top-about__other--card > a:hover {
  opacity: 1;
  background: #019878;
  color: #fff;
}
.top-about__other--card > a:hover h2 span.en {
  color: #fff;
}
.top-about__other--card > a:hover .top-about__other--arrow svg path {
  fill: #fff;
}
.top-about__other--txt {
  order: 2;
  width: 100%;
  padding: 100px 60px 60px;
  border-radius: 0 0 5px 5px;
}
@media all and (max-width: 1025px) {
  .top-about__other--txt {
    padding: 100px 40px 60px;
  }
}
@media all and (max-width: 480px) {
  .top-about__other--txt {
    padding: 60px 30px 30px;
  }
}
.top-about__other--txt h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .top-about__other--txt h2 {
    font-size: min(5.7vw, 2.2rem);
  }
}
.top-about__other--txt h2 span.en {
  position: absolute;
  top: -45px;
  left: 5px;
  font-size: 1.6rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #019878;
}
@media all and (max-width: 480px) {
  .top-about__other--txt h2 span.en {
    top: -26px;
    left: 3px;
    font-size: min(3.1vw, 1.2rem);
  }
}
.top-about__other--txt p {
  margin-top: 45px;
  font-size: 1.8rem;
  line-height: 2;
}
@media all and (max-width: 480px) {
  .top-about__other--txt p {
    margin-top: 10px;
    font-size: min(4.1vw, 1.6rem);
  }
}
.top-about__other--txt p:not(.top-about__other--arrow) {
  min-height: 6em;
}
@media all and (max-width: 896px) {
  .top-about__other--txt p:not(.top-about__other--arrow) {
    min-height: auto;
  }
}
.top-about__other--txt p.top-about__other--arrow {
  margin-top: 10px;
}
.top-about__other--arrow {
  text-align: right;
}
.top-about__other--img {
  order: 1;
  width: 100%;
}
.top-about__other--img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-about__other--img ul li {
  width: calc(33.3333333333% - 7px);
}
@media all and (max-width: 480px) {
  .top-about__other--img ul li {
    width: calc(33.3333333333% - 4px);
  }
}
.top-about__other--img ul li:first-child img {
  border-radius: 5px 0 0 0;
}
.top-about__other--img ul li:last-child img {
  border-radius: 0 5px 0 0;
}
.top-about__howto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-about__howto h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  max-width: 9em;
}
@media all and (max-width: 1025px) {
  .top-about__howto h2 {
    max-width: none;
  }
}
@media all and (max-width: 480px) {
  .top-about__howto h2 {
    font-size: min(5.7vw, 2.2rem);
    width: 100%;
  }
}
.top-about__howto h2 span.en {
  display: none;
}
@media all and (max-width: 480px) {
  .top-about__howto h2 span.en {
    display: block;
    position: absolute;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #019878;
    top: -26px;
    left: 3px;
    font-size: min(3.1vw, 1.2rem);
  }
}
.top-about__howto--detail {
  width: 76%;
  padding-left: 5%;
  border-left: 1px solid #DADFDE;
}
@media all and (max-width: 1025px) {
  .top-about__howto--detail {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-top: 35px;
  }
}
@media all and (max-width: 480px) {
  .top-about__howto--detail {
    margin-top: 15px;
  }
}
.top-about__howto--detail .common-btn {
  margin-top: 40px;
  margin-inline: initial;
  max-width: 540px;
}
@media all and (max-width: 480px) {
  .top-about__howto--detail .common-btn {
    margin-top: 30px;
  }
}
.top-about__howto--detail h3 {
  margin-top: 65px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #019878;
  letter-spacing: 0.2rem;
}
@media all and (max-width: 480px) {
  .top-about__howto--detail h3 {
    margin-top: 40px;
    font-size: min(4.3vw, 1.8rem);
  }
}
.top-about__howto--detail .common-list__normal {
  margin-top: 20px;
}
.top-about__howto--detail .notetxt {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 25px;
}
.top-about__txtobject {
  position: absolute;
  top: 135px;
  left: 0;
  font-size: 23rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  color: #019878;
  line-height: 0.75;
  opacity: 0.1;
}
@media all and (max-width: 1367px) {
  .top-about__txtobject {
    top: 150px;
    font-size: 20rem;
  }
}
@media all and (max-width: 1025px) {
  .top-about__txtobject {
    font-size: 17rem;
  }
}
@media all and (max-width: 896px) {
  .top-about__txtobject {
    top: 280px;
    font-size: 20vw;
    left: 15px;
  }
}
@media all and (max-width: 480px) {
  .top-about__txtobject {
    top: 200px;
    font-size: min(20vw, 8rem);
    left: 10px;
  }
}
.top-about__txtobject.moveRight.current {
  opacity: 0.1;
}
.top-about__lineobject {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1440px) {
  .top-about__lineobject {
    left: -22%;
  }
}
@media all and (max-width: 1367px) {
  .top-about__lineobject {
    left: -40%;
  }
}
@media all and (max-width: 1025px) {
  .top-about__lineobject {
    left: -70%;
  }
}
@media all and (max-width: 896px) {
  .top-about__lineobject {
    top: -70px;
    left: 0;
    width: 100%;
  }
}
.top-about__lineobject svg {
  width: 100%;
}

.top-post {
  position: relative;
  margin-top: 120px;
  background: #61C6B1;
  color: #fff;
  padding: 130px 0 200px;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .top-post {
    margin-top: 80px;
    padding: 80px 0;
  }
}
.top-post h2 {
  position: relative;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  z-index: 1;
  text-align: center;
}
@media all and (max-width: 1350px) {
  .top-post h2 {
    font-size: 4rem;
  }
}
@media all and (max-width: 480px) {
  .top-post h2 {
    font-size: min(6.2vw, 2.4rem);
  }
}
.top-post h2 + p {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.5;
  margin-top: 45px;
  z-index: 1;
  text-align: center;
}
@media all and (max-width: 480px) {
  .top-post h2 + p {
    font-size: min(4.1vw, 1.6rem);
  }
}
.top-post__btnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 20px 40px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .top-post__btnwrap {
    margin: 50px auto 0;
    width: calc(100% - 40px);
  }
}
.top-post__btnwrap li {
  width: 400px;
}
.top-post__imgleft {
  position: absolute;
  top: 128px;
  left: 3%;
  width: 26%;
  height: 720px;
}
@media all and (max-width: 1600px) {
  .top-post__imgleft {
    top: 80px;
    width: 23%;
    height: 520px;
  }
}
@media all and (max-width: 896px) {
  .top-post__imgleft {
    display: none;
  }
}
.top-post__imgleft--ocject1 {
  position: absolute;
  top: 0;
  left: 35px;
}
@media all and (max-width: 1700px) {
  .top-post__imgleft--ocject1 {
    left: 0;
    width: 35%;
  }
}
.top-post__imgleft--ocject1::before, .top-post__imgleft--ocject1:after {
  position: absolute;
  content: "";
  height: 17px;
  width: 34px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #61C6B1;
}
.top-post__imgleft--ocject1::before {
  top: -3px;
  left: -11px;
  transform: rotate(-45deg);
}
.top-post__imgleft--ocject1:after {
  bottom: -3px;
  right: -11px;
  transform: rotate(135deg);
}
.top-post__imgleft--ocject1 img {
  max-width: 180px;
}
@media all and (max-width: 1700px) {
  .top-post__imgleft--ocject1 img {
    max-width: 100%;
  }
}
.top-post__imgleft--ocject2 {
  position: absolute;
  top: 100px;
  right: 0;
  text-align: right;
}
@media all and (max-width: 1600px) {
  .top-post__imgleft--ocject2 {
    width: 50%;
  }
}
@media all and (max-width: 1200px) {
  .top-post__imgleft--ocject2 {
    top: 130px;
    right: 29%;
  }
}
.top-post__imgleft--ocject2::before, .top-post__imgleft--ocject2:after {
  position: absolute;
  content: "";
  height: 21px;
  width: 42px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #61C6B1;
}
.top-post__imgleft--ocject2::before {
  top: -4px;
  left: -14px;
  transform: rotate(-45deg);
}
.top-post__imgleft--ocject2:after {
  bottom: -4px;
  right: -14px;
  transform: rotate(135deg);
}
.top-post__imgleft--ocject2 img {
  max-width: 230px;
}
@media all and (max-width: 1600px) {
  .top-post__imgleft--ocject2 img {
    max-width: 100%;
  }
}
.top-post__imgleft--ocject3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1600px) {
  .top-post__imgleft--ocject3 {
    width: 70%;
  }
}
.top-post__imgleft--ocject3::before, .top-post__imgleft--ocject3:after {
  position: absolute;
  content: "";
  height: 31px;
  width: 62px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #61C6B1;
}
.top-post__imgleft--ocject3::before {
  top: -6px;
  left: -21px;
  transform: rotate(-45deg);
}
.top-post__imgleft--ocject3:after {
  bottom: -6px;
  right: -21px;
  transform: rotate(135deg);
}
.top-post__imgleft--ocject3 img {
  max-width: 320px;
}
@media all and (max-width: 1600px) {
  .top-post__imgleft--ocject3 img {
    max-width: 100%;
  }
}
.top-post__imgleft img {
  border-radius: 4px;
}
.top-post__imgright {
  position: absolute;
  top: 175px;
  right: 3%;
  width: 22%;
  height: 675px;
}
@media all and (max-width: 1600px) {
  .top-post__imgright {
    top: 127px;
    width: 23%;
    height: 450px;
  }
}
@media all and (max-width: 896px) {
  .top-post__imgright {
    display: none;
  }
}
.top-post__imgright--ocject1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1600px) {
  .top-post__imgright--ocject1 {
    width: 70%;
  }
}
@media all and (max-width: 1200px) {
  .top-post__imgright--ocject1 {
    left: 34%;
  }
}
.top-post__imgright--ocject1::before, .top-post__imgright--ocject1:after {
  position: absolute;
  content: "";
  height: 16px;
  width: 32px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #61C6B1;
}
.top-post__imgright--ocject1::before {
  top: -3px;
  left: -11px;
  transform: rotate(-45deg);
}
.top-post__imgright--ocject1:after {
  bottom: -3px;
  right: -11px;
  transform: rotate(135deg);
}
.top-post__imgright--ocject1 img {
  max-width: 315px;
}
@media all and (max-width: 1600px) {
  .top-post__imgright--ocject1 img {
    max-width: 100%;
  }
}
.top-post__imgright--ocject2 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
@media all and (max-width: 1600px) {
  .top-post__imgright--ocject2 {
    width: 50%;
  }
}
.top-post__imgright--ocject2::before, .top-post__imgright--ocject2:after {
  position: absolute;
  content: "";
  height: 11px;
  width: 22px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #61C6B1;
}
.top-post__imgright--ocject2::before {
  top: -2px;
  left: -8px;
  transform: rotate(-45deg);
}
.top-post__imgright--ocject2:after {
  bottom: -2px;
  right: -8px;
  transform: rotate(135deg);
}
.top-post__imgright--ocject2 img {
  max-width: 225px;
}
@media all and (max-width: 1600px) {
  .top-post__imgright--ocject2 img {
    max-width: 100%;
  }
}
.top-post__imgright img {
  border-radius: 4px;
}
.top-post__imgsp {
  text-align: center;
  margin-bottom: 50px;
}
.top-post__lineobject {
  position: absolute;
  right: 0;
  bottom: -23.2%;
}
@media all and (max-width: 896px) {
  .top-post__lineobject {
    width: 100%;
  }
}
.top-post__lineobject svg {
  width: 100%;
}

.top-news {
  position: relative;
  padding: 150px 0 0;
}
@media all and (max-width: 480px) {
  .top-news {
    padding: 100px 0 0;
  }
}
.top-news__wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0 0 5%;
}
@media all and (max-width: 1350px) {
  .top-news__wrap {
    padding: 75px 0 0 3%;
  }
}
@media all and (max-width: 896px) {
  .top-news__wrap {
    padding: 30px 0 0;
  }
}
@media all and (max-width: 480px) {
  .top-news__wrap {
    padding: 100px 0 0;
  }
}
.top-news__wrap ul + dl {
  border-top: 1px solid #DADFDE;
}
.top-news__wrap dl {
  width: 100%;
  padding: 25px 0 25px 30px;
  border-bottom: 1px solid #DADFDE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 640px) {
  .top-news__wrap dl {
    padding: 25px 0 25px 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media all and (max-width: 896px) {
  .top-news__wrap dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 480px) {
  .top-news__wrap dl {
    padding: 0 10px 15px 10px;
  }
}
.top-news__wrap dl dt {
  font-size: min(3.8vw, 1.4rem);
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
  min-width: 90px;
}
@media all and (max-width: 480px) {
  .top-news__wrap dl dt {
    min-width: 100px;
  }
}
.top-news__wrap dl:last-child {
  margin-bottom: 0;
}
.top-news__wrap .common-btn {
  margin-top: 40px;
}
.top-news__wrap .common-btn a {
  width: 250px;
  font-size: 1.8rem;
}
.top-news__tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .top-news__tag {
    padding-left: 2.5%;
  }
}
@media all and (max-width: 480px) {
  .top-news__tag {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.top-news__tag li label {
  cursor: pointer;
  display: inline-block;
}
.top-news__tag li label span {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  color: #2A2A2A;
  background: #fff;
  padding: 0 16px 1px;
  font-size: min(3.8vw, 1.4rem);
  line-height: 2;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .top-news__tag li label span {
    padding: 5px 18px;
  }
}
@media all and (max-width: 480px) {
  .top-news__tag li label span {
    padding: 1px 10px;
    font-size: min(3.8vw, 1.4rem);
  }
}
.top-news__tag li input[type=radio] {
  display: none;
}
.top-news__tag li input[type=radio]:checked + span {
  color: #fff;
  background: #2A2A2A;
  font-weight: 400;
}
.top-news__newslist {
  width: 1280px;
  min-height: 300px;
}
@media all and (max-width: 1350px) {
  .top-news__newslist {
    width: 90vw;
  }
}
@media all and (max-width: 896px) {
  .top-news__newslist {
    margin-left: 2.5%;
  }
}
@media all and (max-width: 640px) {
  .top-news__newslist {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .top-news__newslist {
    margin-left: 0;
    min-height: 200px;
  }
}
.top-news__cate {
  font-size: min(3.1vw, 1.2rem);
  text-align: center;
  padding: 3px;
  border-radius: 4px;
  width: 120px;
  line-height: 1.8;
  background: #2A2A2A;
  color: #fff;
}
@media all and (max-width: 640px) {
  .top-news__cate {
    width: auto;
    max-width: 100%;
  }
}
.top-news__txt {
  width: 73%;
}
@media all and (max-width: 1025px) {
  .top-news__txt {
    width: 60%;
  }
}
@media all and (max-width: 640px) {
  .top-news__txt {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.top-news__txt a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 2;
}
.top-news__txt a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 2em;
}
@media all and (max-width: 896px) {
  .top-news__txt a span {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media all and (max-width: 480px) {
  .top-news__txt a span {
    font-size: min(4.1vw, 1.6rem);
    white-space: nowrap;
  }
}
.top-news__txt a svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.top-news__txt a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #019878;
}
.top-news__txt a:hover svg path {
  fill: #019878;
}
.top-news__txtobject {
  position: absolute;
  top: 100px;
  right: 0;
  font-size: 23rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  z-index: -1;
  line-height: 0.75;
}
@media all and (max-width: 1367px) {
  .top-news__txtobject {
    font-size: 20rem;
  }
}
@media all and (max-width: 1025px) {
  .top-news__txtobject {
    font-size: 17rem;
  }
}
@media all and (max-width: 896px) {
  .top-news__txtobject {
    font-size: 20vw;
  }
}
@media all and (max-width: 480px) {
  .top-news__txtobject {
    top: 150px;
    right: auto;
    left: 10px;
    font-size: min(20vw, 8rem);
  }
}

@media all and (max-width: 480px) {
  .common-btn {
    max-width: 320px;
  }
}
.common-cv {
  position: relative;
}
@media all and (max-width: 1300px) {
  .common-cv {
    padding: 200px 0 120px;
  }
}
.common-cv__txt {
  width: 49%;
}
@media all and (max-width: 896px) {
  .common-cv__txt {
    width: 100%;
  }
}
.common-cv__copy span {
  font-size: 3.2rem;
  padding: 5px 22px;
}
@media all and (max-width: 480px) {
  .common-cv__copy span {
    font-size: 2rem;
    padding: 3px 10px;
  }
}
.common-cv h2 {
  font-size: 4rem;
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  .common-cv h2 {
    font-size: min(7.7vw, 3rem);
  }
}
.common-cv h2 br.onlytop {
  display: block;
}
@media all and (max-width: 1300px) {
  .common-cv h2 br.portraitonly {
    display: block;
  }
}
.common-cv__btn {
  margin-top: 70px;
  max-width: 100%;
}
@media all and (max-width: 896px) {
  .common-cv__btn {
    margin-top: 45px;
  }
}
.common-cv__btn li a {
  padding-top: 10px;
  font-size: 2rem;
}
@media all and (max-width: 1367px) {
  .common-cv__btn li a {
    font-size: 1.5vw;
  }
}
@media all and (max-width: 896px) {
  .common-cv__btn li a {
    padding: 20px 100px;
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .common-cv__btn li a {
    padding: 16px 16px 16px 60px;
    font-size: 1.6rem;
  }
}
.common-cv__btn li a svg.icon, .common-cv__btn li a img.icon {
  top: 38px;
}
@media all and (max-width: 1367px) {
  .common-cv__btn li a svg.icon, .common-cv__btn li a img.icon {
    top: 25px;
  }
}
@media all and (max-width: 896px) {
  .common-cv__btn li a svg.icon, .common-cv__btn li a img.icon {
    top: 50%;
  }
}
.common-cv__btn li a svg.arrow, .common-cv__btn li a img.arrow {
  bottom: 30px;
}
@media all and (max-width: 1367px) {
  .common-cv__btn li a svg.arrow, .common-cv__btn li a img.arrow {
    bottom: 25px;
  }
}
@media all and (max-width: 896px) {
  .common-cv__btn li a svg.arrow, .common-cv__btn li a img.arrow {
    bottom: auto;
  }
}
.common-cv__img {
  width: 44%;
}
@media all and (max-width: 896px) {
  .common-cv__img {
    width: 100%;
  }
}
.common-cv__img ul li:first-child {
  margin-top: 170px;
}
@media all and (max-width: 480px) {
  .common-cv__img ul li:first-child {
    margin-top: 88px;
  }
}
.common-cv__img ul li:last-child {
  width: 40%;
}
.common-cv__img ul li:last-child img {
  width: 100%;
  max-width: 259px;
}
.common-cv__img ul li img {
  border-radius: 4px;
}
.common-cv__object {
  position: absolute;
  right: 6%;
  bottom: 0;
}
@media all and (max-width: 1500px) {
  .common-cv__object {
    right: 2%;
  }
}
@media all and (max-width: 1300px) {
  .common-cv__object {
    bottom: 120px;
  }
}
@media all and (max-width: 480px) {
  .common-cv__object {
    right: 13px;
    bottom: 50px;
  }
}
.common-cv__object img, .common-cv__object svg {
  width: 468px;
}
@media all and (max-width: 1680px) {
  .common-cv__object img, .common-cv__object svg {
    max-width: 80%;
  }
}
@media all and (max-width: 1500px) {
  .common-cv__object img, .common-cv__object svg {
    max-width: 60%;
  }
}
.common-cv .top-cv__lineobject--top {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .common-cv .top-cv__lineobject--top {
    top: 20px;
  }
}
@media all and (max-width: 480px) {
  .common-cv .top-cv__lineobject--top {
    top: -30px;
    right: auto;
    left: 15%;
  }
}
.common-cv .top-cv__lineobject--bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .common-cv .top-cv__lineobject--bottom {
    right: auto;
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .common-cv .top-cv__lineobject--bottom.pconly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .common-cv .top-cv__lineobject--bottom.pconly {
    display: none;
  }
}

.top_tit {
  font-size: 4rem;
  font-weight: 600;
  padding-left: 5%;
  letter-spacing: 0.12em;
}
@media all and (max-width: 1350px) {
  .top_tit {
    padding-left: 2.5%;
  }
}
@media all and (max-width: 480px) {
  .top_tit {
    font-size: min(7.7vw, 3rem);
    padding-left: 0;
  }
}

@media (width < 360px) {
  html[lang=th] body .top-search__map ul li.chubu {
    top: 80px;
  }
}

/***************************************************
 * Generated by SVG Artista on 11/11/2024, 4:53:00 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .top-mainvisual_pc_szok {
  stroke-dashoffset: 1380.5576171875px;
  stroke-dasharray: 1380.5576171875px;
  fill: transparent;
  transition: stroke-dashoffset 1.5s linear 0s, fill 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
svg .top-mainvisual_pc_line {
  stroke-dashoffset: 3890.2980957031px;
  stroke-dasharray: 3890.2980957031px;
  transition: stroke-dashoffset 1.5s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg .top-mainvisual_sp_szok {
  stroke-dashoffset: 908.5490112305px;
  stroke-dasharray: 908.5490112305px;
  fill: transparent;
  transition: stroke-dashoffset 1.5s linear 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}
svg .top-mainvisual_sp_line {
  stroke-dashoffset: 1692.6235351563px;
  stroke-dasharray: 1692.6235351563px;
  transition: stroke-dashoffset 1.5s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .top-mainvisual_pc_szok {
  stroke-dashoffset: 0;
  fill: rgb(1, 152, 120);
}
svg.active .top-mainvisual_pc_line {
  stroke-dashoffset: 0;
}
svg.active .top-mainvisual_sp_szok {
  stroke-dashoffset: 0;
  fill: rgb(1, 152, 120);
}
svg.active .top-mainvisual_sp_line {
  stroke-dashoffset: 0;
}

svg .top-search__line {
  stroke-dashoffset: 1301.4504394531px;
  stroke-dasharray: 1301.4504394531px;
  transition: stroke-dashoffset 1.2s linear 0s;
}
svg.active .top-search__line {
  stroke-dashoffset: 0;
}

svg .top-charm__line {
  stroke-dashoffset: 5198.2578125px;
  stroke-dasharray: 5198.2578125px;
  transition: stroke-dashoffset 1.5s linear 0s;
}
@media all and (max-width: 480px) {
  svg .top-charm__line {
    stroke-width: 5px;
  }
}

svg.active .top-charm__line {
  stroke-dashoffset: 10396.515625px;
}
@media all and (max-width: 480px) {
  svg.active .top-charm__line {
    stroke-width: 5px;
  }
}

svg .top-about__line {
  stroke-dashoffset: 2188.4606933594px;
  stroke-dasharray: 2188.4606933594px;
  transition: stroke-dashoffset 1.5s linear 0s;
}
@media all and (max-width: 480px) {
  svg .top-about__line {
    stroke-width: 3px;
  }
}

svg.active .top-about__line {
  stroke-dashoffset: 0;
}
@media all and (max-width: 480px) {
  svg.active .top-about__line {
    stroke-width: 3px;
  }
}

svg .top-post__line {
  stroke-dashoffset: 2440.4331054688px;
  stroke-dasharray: 2440.4331054688px;
  transition: stroke-dashoffset 1.5s linear 0s;
}

svg.active .top-post__line {
  stroke-dashoffset: 0;
}

svg .top-cv__line--top {
  stroke-dashoffset: 2390.1735839844px;
  stroke-dasharray: 2390.1735839844px;
  transition: stroke-dashoffset 1.5s linear 0s;
  stroke-width: 2px;
}
@media all and (max-width: 480px) {
  svg .top-cv__line--top {
    stroke-width: 1px;
  }
}

svg.active .top-cv__line--top {
  stroke-dashoffset: 0;
}

svg .top-cv__linepc--bottom1 {
  stroke-dashoffset: 4918px;
  stroke-dasharray: 4918px;
  fill: transparent;
  transition: stroke-dashoffset 3s linear 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .top-cv__linepc--bottom1 {
  stroke-dashoffset: 9836px;
  fill: rgb(255, 255, 255);
}

svg .top-cv__linepc--bottom2 {
  stroke-dashoffset: 11792.7861328125px;
  stroke-dasharray: 11792.7861328125px;
  transition: stroke-dashoffset 3s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .top-cv__linepc--bottom2 {
  stroke-dashoffset: 23585.572265625px;
}

svg .top-cv__linesp--bottom1 {
  stroke-dashoffset: 1240px;
  stroke-dasharray: 1240px;
  fill: transparent;
  transition: stroke-dashoffset 3s linear 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  stroke-width: 2px;
}
@media all and (max-width: 480px) {
  svg .top-cv__linesp--bottom1 {
    stroke-width: 1px;
  }
}
svg .top-cv__linesp--bottom2 {
  stroke-dashoffset: 3613.6943359375px;
  stroke-dasharray: 3613.6943359375px;
  transition: stroke-dashoffset 3s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  stroke-width: 2px;
}
@media all and (max-width: 480px) {
  svg .top-cv__linesp--bottom2 {
    stroke-width: 1px;
  }
}
svg.active .top-cv__linesp--bottom1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg.active .top-cv__linesp--bottom2 {
  stroke-dashoffset: 0;
}