@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(12px, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  filter: drop-shadow(0 0 1rem var(--green)) drop-shadow(0 0 1rem var(--green));
}

.common__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(24px, 4.8rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insta .common__ttl span {
  text-transform: capitalize;
}

.common__btn {
  width: max(180px, 23.3rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--green);
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  position: relative;
}

.common__btn--wt a {
  background-color: var(--white);
  color: var(--green);
}

.common__btn a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 1px var(--green);
  box-sizing: content-box;
  top: 2px;
  left: 2px;
}

.common__btn--wt a::before {
  border: solid 1px var(--white);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(20px, 2.4rem);
  height: max(4.5px, 0.55rem);
}

.common__btn--wt a::after {
  background: url("../img/btn_arw-g.png") no-repeat center / contain;
}

.access::before,
.others::before {
  content: "";
  background: url("../img/texture-1-deco.png") no-repeat top center / cover;
  width: 100%;
  height: 6rem;
  position: absolute;
  transform: translateY(-100%);
  top: 1px;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .access::before,
  .others::before {
    height: 3.2rem;
  }
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
  width: 100%;
  height: 16.5rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  padding: 19rem 0 22rem;
  position: relative;
}

.concept::before,
.concept::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.concept::before {
  background: url("../img/concept_deco-1.png") no-repeat center / contain;
  width: 67rem;
  height: 33rem;
  left: 0;
  bottom: 0;
}

.concept::after {
  background: url("../img/concept_deco-2.png") no-repeat center / contain;
  width: 30.8rem;
  height: 51.5rem;
  right: 6rem;
  bottom: -20rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .concept::before {
    width: 55rem;
    height: 27.1rem;
  }

  .concept::after {
    width: 20rem;
    height: 33.4rem;
    right: 1rem;
    bottom: -10rem;
  }
}

.concept__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.concept__txt-wrapper::before {
  content: "";
  background: url("../img/concept_txt-deco.png") no-repeat center / contain;
  width: 13.4rem;
  height: 27.4rem;
  position: absolute;
  top: -9rem;
  right: -7rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept__txt-wrapper::before {
    top: -7rem;
    right: -1rem;
  }
}

.concept .common__ttl {
  display: block;
  margin: 0.5rem 0 5rem;
}

.concept .common__ttl span {
  display: block;
  width: max-content;
  font-size: max(40px, 8rem);
  font-style: italic;
}

.concept__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.concept__txt-wrapper p {
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 2.5rem 0 7rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 55rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
  }
}

/*============================
	system
============================*/
.system {
  position: relative;
}

.system::before {
  content: "";
  background: url("../img/system_deco.png") no-repeat center top / cover;
  width: 100%;
  height: 6rem;
  position: absolute;
  transform: translateY(-100%);
  top: 1px;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .system::before {
    height: 3.2rem;
  }
}

.system__inner {
  padding: 10rem 0 11.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .system__inner {
    padding: 10rem 0 15rem;
  }
}

.system__inner::before,
.system__inner::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 26.8rem;
  height: 25.8rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  pointer-events: none;
}

.system__inner::after {
  top: auto;
  left: auto;
  right: 8.5rem;
  bottom: -6.5rem;
}

@media screen and (max-width: 767px) {
  .system__inner::before,
  .system__inner::after {
    width: 22rem;
    height: 21.2rem;
    top: 0;
    left: -2rem;
  }

  .system__inner::after {
    top: auto;
    left: auto;
    right: -2rem;
  }
}

.system__list {
  width: 90rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 5rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .system__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.system__list-item {
  width: 100%;
  padding-bottom: 4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .system__list-item {
    padding: 0 4rem 5rem;
  }
}

.system__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid max(2px, 0.4rem) var(--white);
  filter: drop-shadow(0 0 0.8rem var(--white)) drop-shadow(0 0 0.5rem var(--white));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.system__list h3 {
  background-color: var(--black);
  width: max-content;
  font-size: max(14px, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
  margin: -2.8rem auto 2.5rem;
}

.system__list h3 span {
  font-family: var(--font-en);
  font-size: max(21px, 3.4rem);
  font-weight: 800;
}

.system__list-item ul {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.system__list-item ul li {
  font-size: max(20px, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 1rem max(12px, 1.8rem);
}

.system__list-item ul li small {
  font-size: max(16px, 2.4rem);
}

.system__list-item ul li span {
  background-color: #029cce;
  width: max(65px, 7rem);
  font-size: max(12px, 1.6rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 0;
  position: relative;
}

.system__list-item ul li:nth-of-type(2) span {
  background-color: #ff6490;
}

.system__list-item ul li span::before,
.system__list-item ul li span::after {
  content: "";
  background-color: #029cce;
  width: max(5px, 0.7rem);
  height: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
  position: absolute;
  transform: translateX(-100%);
  top: 0;
  left: 0.1rem;
}

.system__list-item ul li:nth-of-type(2) span::before,
.system__list-item ul li:nth-of-type(2) span::after {
  background-color: #ff6490;
}

.system__list-item ul li span::after {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateX(100%);
  left: auto;
  right: 0.1rem;
}

.system__list p {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 2.5rem auto 0;
}

/*============================
	news
============================*/
.news {
  padding: 12rem 0;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.news::before {
  background: url("../img/news_deco-1.png") no-repeat center / contain;
  width: 20rem;
  height: 23.6rem;
  top: 4rem;
  left: 11rem;
}

.news::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 21.4rem;
  height: 22.2rem;
  right: 11.5rem;
  bottom: -7rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .news::before {
    width: 16rem;
    height: 18.9rem;
    top: 3rem;
    left: 0;
  }

  .news::after {
    width: 17rem;
    height: 17.6rem;
    right: 0;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 7.5rem auto 8.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--white);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-1);
  padding: 10rem 0 12.5rem;
  position: relative;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 2rem 7.5rem;
  margin: 12rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 62rem;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 3rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 1.6rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  padding: 10rem 0 14.5rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.insta::before {
  background: url("../img/deco_1.png") no-repeat center / contain;
  width: 26.8rem;
  height: 25.8rem;
  top: 13rem;
  right: 9rem;
}

.insta::after {
  background: url("../img/deco_2.png") no-repeat center / contain;
  width: 25.2rem;
  height: 26.6rem;
  left: 8.5rem;
  bottom: -4rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 22rem;
    height: 21.2rem;
    top: 3rem;
    right: -4rem;
  }

  .insta::after {
    width: 21rem;
    height: 22.1rem;
    left: -4rem;
    bottom: -8rem;
  }
}

.insta__contents {
  width: 88.7rem;
  margin: 6.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.9rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	others
============================*/
.others {
  background: var(--bg-1);
  padding: 17.5rem 0 14.5rem;
  position: relative;
}

.others__list {
  width: 90rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .others__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.others__list li {
  width: 100%;
  padding-bottom: 6.5rem;
  position: relative;
}

.others__list li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid max(2px, 0.4rem) var(--white);
  border-top: none;
  filter: drop-shadow(0 0 1rem var(--green)) drop-shadow(0 0 1rem var(--green));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.others__list .common__ttl span {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: -2.4rem;
}

.others__list .common__ttl span::before,
.others__list .common__ttl span::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 100%;
  height: max(2px, 0.4rem);
}

.others__list p {
  text-align: center;
  padding: 0 5rem;
  margin: 4.5rem auto 5rem;
}

/* .others__list li:nth-of-type(2) p{
  margin: 10rem auto 9rem;
}

@media screen and (max-width: 767px){

  .others__list li:nth-of-type(2) p{
   margin: 4.5rem auto 5rem;
}

} */