@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(24px, 4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.common__btn {
  width: max(150px, 24rem);
  height: max(40px, 4.8rem);
  margin: 0 auto;
}

.common__btn a {
  background-color: var(--red);
  width: 100%;
  height: 100%;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.common__btn--wt a {
  background-color: transparent;
  border: solid 1px var(--white);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(6px, 0.7rem);
  height: max(12px, 1.4rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::after {
  content: "";
  background-image: linear-gradient(0deg, var(--white), #0066a4);
  width: 100%;
  height: 18rem;
  opacity: 0.6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 10px;
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -3.5rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #e0d9c9;
  width: 7px !important;
  height: 7px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--red);
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  font-size: max(10px, 1.4rem);
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.3em;
  line-height: 1;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: absolute;
  left: 6rem;
  bottom: -6rem;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 1px;
  height: max(60px, 12.5rem);
  animation: scroll 2.5s infinite;
}

/*============================
	news
============================*/
.news {
  padding: 17.5rem 0 19rem;
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: url("../img/news_deco.png") no-repeat center / contain;
  width: 26.8rem;
  height: 26.8rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.news::after {
  transform: scale(-1, -1);
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 20rem;
    height: 20rem;
  }
}

.CMS-NEWS-INDEX {
  width: 96.5rem;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin: 7.5rem auto 13rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: flex;
  border-bottom: solid 1px #ada699;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    flex-direction: column;
  }
}

.CMS-NEWS-LINK {
  color: #333;
  letter-spacing: 0.1em;
  padding: 2.6rem 3rem;
}

.CMS-NEWS-TIME {
  width: 29rem;
  font-size: max(12px, 1.4rem);
  color: #ada699;
  letter-spacing: 0.2em;
  flex-shrink: 0;
  padding: 2.6rem 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK,
  .CMS-NEWS-TIME {
    width: 100%;
  }

  .CMS-NEWS-LINK {
    padding: 1rem 2rem 1.5rem;
  }

  .CMS-NEWS-TIME {
    padding: 0 2rem;
  }
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	about
============================*/
.about {
  padding: 21rem 0 34.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .about {
    display: flex;
    flex-direction: column-reverse;
    padding: 10rem 0 16rem;
  }
}

.about__txt-wrapper {
  width: 75rem;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about__txt-wrapper {
    width: 90%;
  }
}

.about__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 6rem 0;
}

.about__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.about__img-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .about__img-list {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 8rem;
    position: static;
  }
}

.about__img-list::before,
.about__img-list::after {
  content: "";
  background-color: var(--blue);
  width: 30.6rem;
  height: 28.4rem;
  position: absolute;
  top: 16rem;
  left: 0;
}

.about__img-list::after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 15rem;
}

@media (max-width: 767px) {
  .about__img-list::before,
  .about__img-list::after {
    width: 100%;
    height: 33.9rem;
    position: static;
  }
}

.about__img-list li {
  display: block;
  width: 30.6rem;
  position: absolute;
  top: 16rem;
  right: 0;
}

.about__img-list li:nth-of-type(2) {
  top: auto;
  right: auto;
  left: 0;
  bottom: 15rem;
}

@media (max-width: 767px) {
  .about__img-list li,
  .about__img-list li:nth-of-type(2) {
    width: 100%;
    position: static;
  }
}

/*============================
	service
============================*/
.service {
  background: url("../img/service_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 13rem 0 20.5rem;
}

.service__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 12rem;
  margin: 10rem auto 15rem;
}

@media (max-width: 767px) {
  .service__list {
    width: 90%;
  }
}

.service__list-item {
  display: flex;
  gap: 4rem 6.4rem;
}

.service__list-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .service__list-item,
  .service__list-item:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

.service__txt-wrapper {
  width: 100%;
  padding-top: 3rem;
  position: relative;
}

@media (max-width: 767px) {
  .service__txt-wrapper {
    padding-top: 0;
  }
}

.service__txt-wrapper::before {
  content: "01";
  font-family: var(--font-tel);
  font-size: 23rem;
  font-weight: 600;
  color: #1b3f8f;
  line-height: 1;
  position: absolute;
  top: -7rem;
  right: 0;
  z-index: -1;
}

.service__list-item:nth-of-type(2) .service__txt-wrapper::before {
  content: "02";
  top: 0;
}

.service__list-item:nth-of-type(3) .service__txt-wrapper::before {
  content: "03";
  top: 0;
}

@media (max-width: 767px) {
  .service__txt-wrapper::before,
  .service__list-item:nth-of-type(2) .service__txt-wrapper::before,
  .service__list-item:nth-of-type(3) .service__txt-wrapper::before {
    top: -3rem;
  }
}

.service__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}

.service__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
}

.service__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .service__img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .service__img span {
    background-color: var(--white);
    width: max(3px, 0.5rem);
    height: 45rem;
    position: absolute;
    transform: translateY(100%);
    bottom: 0;
    right: 7.5rem;
  }

  .service__list-item:nth-of-type(2) .service__img span {
    /* height: 12rem; */
    right: auto;
    left: 9rem;
  }

  .service__img span::before {
    content: "";
    background-color: var(--white);
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 6rem;
    left: 50%;
  }
}

/*============================
	case
============================*/
.case {
  padding: 15.5rem 0 19.5rem;
  position: relative;
}

.case::before,
.case::after {
  content: "";
  background: url("../img/case_deco.png") no-repeat center / contain;
  width: 28rem;
  height: 29.2rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.case::after {
  transform: scale(-1, -1);
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .case::before,
  .case::after {
    width: 21rem;
    height: 21.9rem;
  }
}

.case__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin: 9.5rem auto 12rem;
}

@media (max-width: 767px) {
  .case__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.case__list li {
  border: solid 1px var(--blue);
}

.case__img {
  width: 100%;
}

.case__txt-wrapper {
  padding: 2.5rem 2rem 3rem;
}

.case__txt-wrapper h3 {
  font-size: max(12px, 1.8rem);
  font-weight: 600;
  margin-bottom: 2rem;
}

/*============================
	company
============================*/
.company {
  background: url("../img/company_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 12.5rem 0 17.5rem;
}

.company__map {
  width: 110rem;
  height: 40rem;
  margin: 9rem auto 7.5rem;
}

@media (max-width: 767px) {
  .company__map {
    width: 90%;
  }
}

.company__list-wrapper {
  width: 106rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 7.5rem;
}

@media (max-width: 767px) {
  .company__list-wrapper {
    width: 90%;
    flex-direction: column;
  }
}

.company__list {
  width: 48rem;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .company__list {
    width: 100%;
  }

  .company__list:first-of-type {
    border-bottom: solid 1px var(--white);
  }
}

.company__list dt,
.company__list dd {
  letter-spacing: 0.05em;
  padding: 2.2rem 1rem;
}

.company__list dt {
  width: max(75px, 13rem);
  font-weight: 700;
}

.company__list dd {
  width: calc(100% - max(75px, 13rem));
}

.company__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--white);
}

@media (min-width: 768px) {
  .company__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--white);
  }
}

@media (max-width: 767px) {
  .company__list dt,
  .company__list dd {
    width: 100%;
  }

  .company__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .company__list dd {
    padding: 0 1.6rem 2rem;
  }
}

/*============================
	others
============================*/
.others {
  padding: 14rem 0 17rem;
}

.others__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .others__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.recruit,
.contact {
  border: solid 3px var(--blue);
  padding: 0 3.5rem 4rem;
}

.others__list .common__ttl {
  height: 16rem;
  justify-content: center;
}

.recruit__img {
  width: 100%;
}

.recruit p {
  margin: 2.5rem 0 4.5rem;
}

.contact__list {
  color: var(--white);
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}

.contact__list li {
  background-color: var(--blue);
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1.5rem 3.5rem;
}

.contact__list li::before {
  content: "";
  display: block;
  background: url("../img/mail_icon.png") no-repeat center / contain;
  width: 5.8rem;
  height: 3.9rem;
  flex-shrink: 0;
}

.contact__list li:nth-of-type(2):before {
  background: url("../img/tel_icon.png") no-repeat center / contain;
  width: 5.7rem;
  height: 5.7rem;
}

.contact__txt-wrapper {
  width: 100%;
  border-left: solid 1px var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0 2rem 3rem;
}

.contact__txt-wrapper h3 {
  font-size: max(14px, 2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

.contact__txt-wrapper p {
  letter-spacing: 0.1em;
  margin: 1rem 0 1.5rem;
}

.contact__tel {
  font-family: var(--font-tel);
  font-size: max(24px, 3.9rem);
  font-weight: 600;
}

/*============================
	parallax
============================*/
.parallax {
  width: 100%;
  height: 40rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
}

.parallax::before {
  content: "";
  background: url("../img/parallax_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
