@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(14px, 2rem);
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.about .common__ttl,
.access .common__ttl {
  flex-direction: row;
  align-items: baseline;
}

.common__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(30px, 6rem);
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
}

.common__btn {
  width: max(196px, 24.5rem);
  height: max(40px, 5rem);
  margin: 0 auto;
}

.common__btn a {
  background: var(--grad-1);
  width: 100%;
  height: 100%;
  border-radius: max(17px, 2.3rem);
  font-size: max(14px, 1.7rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-left: 2rem;
}

.common__btn--wt a {
  background: none;
  border: solid 2px var(--white);
  border-radius: 10rem;
}

.common__btn a::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: max(6px, 0.8rem);
  height: max(9px, 1.2rem);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.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;
}

/*============================
	news
============================*/
.news {
  padding: 18.5rem 0 20rem;
  position: relative;
}

.news::before {
  content: "";
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 15.4rem;
  height: 14.6rem;
  position: absolute;
  right: 17rem;
  bottom: -0.6rem;
}

@media (max-width: 767px) {
  .news::before {
    width: 12rem;
    height: 11.4rem;
    right: 4rem;
    bottom: -1rem;
  }
}

.CMS-NEWS-INDEX {
  width: 90.4rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.2rem;
  margin: 6rem auto;
}

@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: 17rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.CMS-NEWS-TIME {
  font-weight: 900;
  color: var(--blue);
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	about
============================*/
.about {
  background: var(--bg-1);
  padding: 0 0 18rem;
  position: relative;
}

.about::before,
.about::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about::before {
  background-color: var(--white);
  width: 100%;
  height: 18rem;
  top: 0;
  left: 0;
}

.about::after {
  background: url("../img/about_deco.png") no-repeat center / contain;
  width: 22.2rem;
  height: 18.6rem;
  left: 16.2rem;
  bottom: -6rem;
}

@media (max-width: 767px) {
  .about::after {
    width: 15rem;
    height: 12.5rem;
    left: 4rem;
    bottom: -3rem;
  }
}

.about__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem 14.5rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.about__txt-wrapper {
  width: 100%;
  padding-top: 7.5rem;
}

@media (max-width: 767px) {
  .about__txt-wrapper {
    padding-top: 0;
  }
}

.about__txt-wrapper h3 {
  font-size: max(14px, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .about__txt-wrapper h3 {
    margin-top: 4rem;
  }
}

.about__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin: 2rem 0 10rem;
}

@media (min-width: 768px) {
  .about .common__btn {
    margin: 0;
  }
}

.about__img-list {
  width: 75rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw - 6rem);
}

@media (max-width: 767px) {
  .about__img-list {
    width: 90%;
    margin: 0;
  }
}

.about__img-list li {
  border-radius: 3rem;
  overflow: hidden;
}

.about__img-list li:nth-of-type(2) {
  width: 35rem;
  margin: -14.4rem -5.5rem 0 auto;
}

@media (max-width: 767px) {
  .about__img-list li:nth-of-type(2) {
    width: 50%;
    margin: -12rem -7rem 0 auto;
  }
}

/*============================
	service
============================*/
.service {
  padding: 17.5rem 0 24rem;
}

@media (max-width: 767px) {
  .service {
    padding: 14rem 0 18rem;
  }
}

.service__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  margin: 13rem auto 14.5rem;
}

@media (max-width: 767px) {
  .service__list {
    width: 90%;
  }
}

.service__list-item {
  display: flex;
  gap: 4rem 12rem;
}

.service__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .service__list-item,
  .service__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.service__txt-wrapper {
  width: 100%;
}

.service__txt-wrapper h3 {
  font-size: max(14px, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.service__txt-wrapper h3 span {
  display: block;
  background-color: var(--yellow);
  width: 100%;
  border-radius: 1rem;
  font-size: max(16px, 2.4rem);
  letter-spacing: 0.1em;
  padding: 0.9rem 2.5rem;
  margin-bottom: 4rem;
}

.service__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.service__shop {
  background: url("../img/service_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: max(80px, 12rem);
  border-radius: 3rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}

.service__shop p {
  font-size: max(14px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service__btn a {
  width: max(120px, 19rem);
  height: max(30px, 4rem);
  border: solid 1px var(--white);
  border-radius: 10rem;
  font-size: max(10px, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-left: 1rem;
}

.service__btn a::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: max(4px, 0.6rem);
  height: max(6px, 0.9rem);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.service__img {
  width: 46rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: -1.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .service__img {
    width: 100%;
    margin: 0;
  }
}

.service__img::before,
.service__img::after {
  content: "";
  font-family: var(--font-en);
  font-size: 18.4rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 2px var(--yellow);
  text-stroke: 2px var(--yellow);
  line-height: 1;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.service__list-item:nth-of-type(1) .service__img::before {
  content: "01";
  top: -1rem;
  left: -7rem;
}

.service__list-item:nth-of-type(2) .service__img::before {
  content: "02";
  top: -1rem;
  right: -7rem;
}

.service__list-item:nth-of-type(3) .service__img::before {
  content: "03";
  top: -1rem;
  left: -7rem;
}

.service__list-item:nth-of-type(1) .service__img::after {
  background: url("../img/service_deco-1.png") no-repeat center / contain;
  width: 12.2rem;
  height: 12.2rem;
  left: -9rem;
  bottom: 0;
}

.service__list-item:nth-of-type(2) .service__img::after {
  background: url("../img/service_deco-2.png") no-repeat center / contain;
  width: 9rem;
  height: 10.8rem;
  right: -7.7rem;
  bottom: -0.5rem;
}

.service__list-item:nth-of-type(3) .service__img::after {
  background: url("../img/service_deco-3.png") no-repeat center / contain;
  width: 14.8rem;
  height: 12.4rem;
  left: -6rem;
  bottom: -9rem;
}

@media (max-width: 767px) {
  .service__list-item:nth-of-type(1) .service__img::before,
  .service__list-item:nth-of-type(2) .service__img::before,
  .service__list-item:nth-of-type(3) .service__img::before {
    right: auto;
    left: 0;
  }

  .service__list-item:nth-of-type(1) .service__img::after {
    width: 10rem;
    height: 10rem;
    left: 0;
  }

  .service__list-item:nth-of-type(2) .service__img::after {
    width: 8rem;
    height: 9.6rem;
    right: 0;
  }

  .service__list-item:nth-of-type(3) .service__img::after {
    background: url("../img/service_deco-3.png") no-repeat center / contain;
    width: 11rem;
    height: 9.2rem;
    left: 0;
    bottom: 0;
  }
}

.service__img img {
  border-radius: 50%;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-1);
  padding: 12rem 0 14.5rem;
}

.gallery__slider {
  height: 23.1rem;
  margin: 7rem 0 12rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 33.4rem;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 1rem;
}

/*============================
	access
============================*/
.access {
  padding: 10rem 0 12rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 4rem 8rem;
  margin: 8rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access__img {
  width: 50rem;
  height: 100%;
  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: 5rem 0 14rem;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.7rem 0.8rem;
}

.access__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
  color: var(--blue);
}

.access__list dd {
  width: calc(100% - max(75px, 13rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px #9b9a9a;
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px #9b9a9a;
  }
}

@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;
  }
}

.access__map {
  width: 61rem;
  height: 55rem;
  border-radius: 0 6rem 6rem 0;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

@media (max-width: 767px) {
  .access__map {
    width: 100%;
    height: 55rem;
    border-radius: 6rem;
    margin-left: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-1);
  padding: 15.5rem 0 18rem;
  position: relative;
}

.insta::before,
.insta::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.insta::before {
  background: url("../img/insta_deco-1.png") no-repeat center / contain;
  width: 15.6rem;
  height: 13.4rem;
  top: 13.3rem;
  left: 11rem;
}

.insta::after {
  background: url("../img/insta_deco-2.png") no-repeat center / contain;
  width: 17.4rem;
  height: 17.4rem;
  right: 8rem;
  bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 10rem;
    height: 8.5rem;
    top: 8rem;
    left: 3rem;
  }

  .insta::after {
    width: 12rem;
    height: 12rem;
    right: 4rem;
    bottom: 4rem;
  }
}

.insta__contents {
  width: 82rem;
  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: 1.8rem;
}

.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: 26.1rem;
  height: 26.1rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	others
============================*/
.others {
  padding: 20rem 0 23rem;
}

@media screen and (max-width: 767px) {
  .others {
    padding: 10rem 0 13rem;
  }
}

.others__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 8rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .others__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.others__list li {
  background: var(--grad-2);
  border-radius: 4rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 8rem 6rem;
}

.others .common__ttl {
  color: var(--white);
  letter-spacing: 0;
}

.others .common__ttl::before {
  content: "";
  display: block;
  background: url("../img/recruit_deco.png") no-repeat center / contain;
  width: 6.4rem;
  height: 7.2rem;
}

.others li:nth-of-type(2) .common__ttl::before {
  background: url("../img/contact_deco.png") no-repeat center / contain;
}

.others .common__ttl span {
  font-size: max(30px, 6.4rem);
  font-weight: 700;
  color: var(--white);
}

.others__list p {
  letter-spacing: 0.1em;
  text-align: center;
  margin: 2rem 0 5rem;
}
