@charset "UTF-8";

/*============================
	footer
============================*/
.footer {
  padding: 0 11rem 5.8rem 12.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*============================
	common
============================*/
.common__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .common__inner {
    width: 90%;
  }
}

.common__ttl {
  font-size: max(30px, 6.6rem);
  font-weight: 100;
  letter-spacing: 0.11em;
  line-height: 1;
  position: relative;
}

.common__ttl--small {
  width: 41.7rem;
  font-size: max(24px, 5rem);
  border-bottom: solid 1px var(--color-black);
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .common__ttl {
    margin: 0 2rem;
  }

  .common__ttl--small {
    width: 100%;
  }
}

.common__ttl::before {
  content: "";
  width: max(50px, 8.1rem);
  height: max(50px, 8.1rem);
  border-radius: 50%;
  border: solid 1px var(--color-red);
  position: absolute;
  left: -3.6rem;
  bottom: 0.8rem;
  z-index: -1;
}

.common__ttl--small::before {
  width: max(40px, 6.2rem);
  height: max(40px, 6.2rem);
  left: -2.7rem;
  bottom: 2.8rem;
}

.common__btn {
  width: max-content;
  margin-left: auto;
}

.common__btn a {
  width: max(60px, 10.8rem);
  height: max(60px, 10.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-top: solid 1px var(--color-red);
  border-right: solid 1px var(--color-red);
  border-bottom: solid 1px var(--text-color);
  border-left: solid 1px var(--text-color);
  position: absolute;
  transform: translate(-50%, -50%) rotate(-15deg);
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
}

.common__btn--bl a::before {
  border-bottom: solid 1px var(--color-black);
  border-left: solid 1px var(--color-black);
}

@media (min-width: 768px) {
  .common__btn a:hover::before {
    transform: translate(-50%, -50%) rotate(-15deg) scale(1.04);
    opacity: 0;
  }
}

.common__btn a::after {
  content: "MORE";
  position: absolute;
  transform: translateX(-100%);
  left: 0.4rem;
  bottom: -0.5rem;
}

.common__btn--bl a::after {
  color: var(--color-black);
}

.common__btn a img {
  display: block;
  width: max(26px, 4.4rem);
  height: max(12px, 2.05rem);
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .common__btn a:hover img {
    transform: translateX(15%);
  }
}

/*============================
	opening
============================*/
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#opening {
  background: url("../img/mv_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  animation: opacity 3s linear both;
}

#opening.none {
  display: none;
}

/*============================
	hero
============================*/
.hero {
  background: url("../img/mv_bg-wt.jpg") no-repeat center / cover;
  width: 100%;
  height: max(80rem, 100vh);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 7rem 10rem;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(60rem, 100vh);
  }
}

.hero__ttl,
.hero__img {
  animation: fadeUp 0.5s 4s ease both;
}

.hero__ttl {
  font-family: var(--font-en);
  font-size: max(20px, 4.5rem);
  font-weight: 100;
  color: var(--color-black);
  letter-spacing: 0.3em;
  line-height: 1;
}

.hero__img {
  width: 22.8rem;
}

@media (max-width: 767px) {
  .hero__img {
    width: 18rem;
  }
}

/*============================
	news
============================*/
.news {
  background-color: var(--text-color);
  padding: 12rem 0 11.6rem;
  position: relative;
}

.news::before {
  content: "";
  background-color: var(--color-black);
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.news__btn-wrapper {
  display: flex;
  align-items: flex-end;
}

.news__wrapper {
  width: 97.2rem;
  height: auto;
  display: flex;
  gap: 6rem 5.1rem;
  margin: 6rem 0 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .news__wrapper {
    width: 100%;
    flex-direction: column;
    margin: 6rem auto 0;
  }
}

.news__item {
  width: 29rem;
}

@media (max-width: 767px) {
  .news__item {
    width: 100%;
  }
}

.news__item-thumbnail {
  width: 100%;
  height: 18.1rem;
  margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .news__item-thumbnail {
    height: 36rem;
  }
}

.news__item-link,
.news__item-time {
  left: 0.11em;
}

.news__item-time {
  margin-bottom: 1.5rem;
}



/* .CMS-NEWS-INDEX {
  width: 97.2rem;
  height: auto;
  display: flex;
  gap: 6rem 5.1rem;
  margin: 6rem 0 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 100%;
    flex-direction: column;
    margin: 6rem auto 0;
  }
}

.CMS-NEWS-ITEM {
  width: 29rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-ITEM {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 18.1rem;
  margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  left: 0.11em;
}

.CMS-NEWS-TIME {
  margin-bottom: 1.5rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
} */

/*============================
	about
============================*/
.about {
  background-color: var(--text-color);
  border-radius: 4rem 4rem 0 0;
  color: var(--color-black);
  padding: 16rem 0 17rem;
  position: relative;
  z-index: 1;
}

.about::before {
  content: "";
  background: url("../img/about_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  border-radius: 4rem 4rem 0 0;
  opacity: 0;
  position: absolute;
  transform: scale(0.95);
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.8s ease-in-out;
}

.about.bg_opacity::before {
  opacity: 1;
  transform: none;
}

.about__img {
  width: 97.8rem;
  margin: 7.6rem auto 11.5rem;
}

@media (max-width: 767px) {
  .about__img {
    width: 95%;
    margin: 7.6rem auto 8rem;
  }
}

.about__txt {
  width: 72.7rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-left: 9.5rem;
}

@media (max-width: 767px) {
  .about__txt {
    width: 90%;
    margin: 0 auto;
  }
}

.about .common__btn {
  margin-top: -5.7rem;
}

@media (max-width: 767px) {
  .about .common__btn {
    margin-top: 0;
  }
}

/*============================
	service
============================*/
.service {
  padding: 28rem 0 23.5rem;
}

.service__contents {
  display: flex;
  align-items: flex-end;
  column-gap: 7.3rem;
}

@media (max-width: 767px) {
  .service__contents {
    flex-direction: column;
    align-items: flex-start;
  }

  .service__txt-wrapper {
    width: 100%;
  }
}

.service__txt {
  width: 40.7rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 6.2rem 1.6rem 18rem 5.4rem;
}

@media (max-width: 767px) {
  .service__txt {
    width: auto;
    margin: 5rem 2rem 8rem;
  }
}

.service__list {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}

@media (max-width: 767px) {
  .service__list {
    margin-bottom: 8rem;
    row-gap: 8rem;
  }
}

.service__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: relative;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .service__list-item:hover a {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .service__list-item a {
    opacity: 1;
  }
}

.service__list-item img {
  width: 50.2rem;
  height: 32.1rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -20rem;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.service__list-item:nth-of-type(1) img {
  top: -8rem;
}

.service__list-item:nth-of-type(2) img {
  top: -8rem;
}

.service__list-item:nth-of-type(3) img {
  top: -12rem;
}

.service__list-item:nth-of-type(4) img {
  top: -17rem;
}

@media (min-width: 768px) {
  .service__list-item:hover img {
    opacity: 0.3;
    transform: rotate3d(1, -1, 0, 10deg);
  }
}

@media (max-width: 767px) {
  .service__list-item img {
    display: block;
    width: 85%;
    height: auto;
    opacity: 0.3;
    margin-left: auto;
    margin-right: -5.2%;
    pointer-events: all;
    position: static;
  }

  .service__list-txt {
    width: max(270px, 55rem);
    max-width: max-content;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
}

.service__list-item span {
  display: block;
  font-family: var(--font-number);
  font-size: 7.9rem;
  font-weight: 100;
  color: var(--color-red);
  letter-spacing: 0.11em;
  line-height: 1;
  margin: 0 0 -4rem -2.5rem;
}

.service__list-item p {
  font-size: max(18px, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-shadow: 4px 5px 5px rgba(0, 0, 0, 0.95);
  padding-right: 6rem;
  position: relative;
}

.service__list-item p::after {
  content: "";
  background: url("../img/service_arw.png") no-repeat center / contain;
  width: 3.5rem;
  height: 2rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .service__list-item:hover p::after {
    right: -1rem;
  }
}

/*============================
	link
============================*/
.link {
  background: url("../img/link_bg.jpg") no-repeat center / cover;
  color: var(--color-black);
}

.link__list {
  width: 125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 3.4rem 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .link__list {
    width: 90%;
    display: block;
    padding: 0 3.4rem;
  }
}

.link__list-item:nth-of-type(1) {
  border-right: solid 1px var(--color-black);
  padding: 4.5rem 7.3rem 2.3rem 9.8rem;
}

.link__list-item:nth-of-type(2) {
  padding: 4.5rem 10.7rem 5.9rem 9.9rem;
}

@media (max-width: 767px) {
  .link__list-item:nth-of-type(1) {
    border-right: none;
    border-bottom: solid 1px var(--color-black);
    padding: max(30px, 4.5rem) 2rem;
  }

  .link__list-item:nth-of-type(2) {
    padding: max(30px, 4.5rem) 2rem;
  }
}

.link__recruit-txt {
  width: 41.7rem;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 1.2rem;
  margin: 4.5rem 0;
}

@media (max-width: 767px) {
  .link__recruit-txt {
    width: 100%;
  }
}

.link__contact-mail a,
.link__contact-tel a {
  display: block;
  width: 100%;
  border-bottom: solid 1px var(--color-black);
  font-size: max(12px, 1.7rem);
  letter-spacing: 0.11em;
  position: relative;
}

.link__contact-mail a {
  padding: 3rem 0 3rem 10rem;
  margin-top: 4rem;
}

.link__contact-tel a {
  padding: 1.8rem 0 1.8rem 10rem;
  margin-top: 3rem;
}

.link__contact-tel a span {
  display: block;
  width: 22.2rem;
  height: 2.9rem;
  margin-top: 1rem;
}

.link__contact-tel a span img {
  display: block;
}

@media (max-width: 767px) {
  .link__contact-tel a {
    text-decoration: none;
  }

  .link__contact-tel a span {
    width: max(151px, 22.2rem);
    height: max(20px, 2.9rem);
    position: relative;
  }

  .link__contact-tel a span::after {
    content: "";
    background-color: var(--color-black);
    width: 105%;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -3px;
  }
}

.link__contact-mail a::before,
.link__contact-mail a::after,
.link__contact-tel a::before,
.link__contact-tel a::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.link__contact-mail a::before {
  background: url("../img/contact_icon-1.png") no-repeat center / contain;
  width: max(30px, 4.9rem);
  height: max(20.4px, 3.35rem);
  left: 1.5rem;
}

.link__contact-tel a::before {
  background: url("../img/contact_icon-2.png") no-repeat center / contain;
  width: max(28px, 4.2rem);
  height: max(28px, 4.2rem);
  left: 2.4rem;
}

.link__contact-mail a::after,
.link__contact-tel a::after {
  background: url("../img/btn_arw-bl.png") no-repeat center / contain;
  width: max(26px, 4.4rem);
  height: max(12px, 2.05rem);
  right: 1rem;
  transition: 0.3s ease-in-out;
}

.link__contact-tel a::after {
  top: auto;
  bottom: 20%;
}

@media (min-width: 768px) {
  .link__contact-mail a:hover::after,
  .link__contact-tel a:hover::after {
    right: 0;
  }
}

/*============================
	company
============================*/
.company {
  padding: 16rem 0 30.9rem;
  position: relative;
}

@media (max-width: 767px) {
  .company {
    padding: 16rem 0 max(200px, 30.9rem);
  }
}

.company::before {
  content: "";
  background: url("../img/company_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transform: translateY(-50%) scale(0.95);
  top: 50%;
  left: 0;
  z-index: -1;
  transition: 0.8s ease-in-out;
}

.company.bg_opacity::before {
  opacity: 0.25;
  transform: translateY(-50%);
}

.company__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 7.1rem;
  margin: 10rem auto 7rem;
  margin: -1rem auto 0;
}

@media (max-width: 767px) {
  .company__contents {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
  }
}

.company__list-wrapper {
  width: 100%;
}

.company__list {
  max-width: 70rem;
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem calc(50% - 50vw) 6.5rem auto;
}

@media (max-width: 767px) {
  .company__list {
    margin: 0 0 6.5rem 0;
  }
}

.company__list dt,
.company__list dd {
  letter-spacing: 0.05em;
}

.company__list dt {
  width: max(75px, 13rem);
  font-weight: 100;
  padding: 2.5rem 1.6rem;
}

.company__list dd {
  width: calc(100% - max(75px, 13rem));
  border-bottom: solid 1px var(--text-color);
  padding: 2.5rem 0;
}

@media (max-width: 900px) {
  .company__list dd {
    padding: 2.5rem 9rem 2.5rem 0;
  }
}

@media (min-width: 768px) {
  .company__list dt {
    border-bottom: solid 1px var(--text-color);
  }
}

@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;
  }
}
