@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  color: #474747;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 5rem;
}

.common__ttl--row {
  flex-direction: row;
  align-items: baseline;
}

.about .common__ttl {
  flex-direction: row;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(50px, 9rem);
  font-weight: 500;
  color: var(--brown);
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.common__ttl--bl span {
  color: var(--blue);
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: linear-gradient(90deg, #00a36f, #72ab58);
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  font-family: var(--font-en);
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  position: relative;
}

.common__btn span {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  color: #44b36a;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__wrapper {
  position: absolute;
  top: 20rem;
  right: 4rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero__wrapper {
    display: flex;
    gap: 4rem;
    top: auto;
    right: auto;
    left: 5%;
    bottom: 10%;
  }
}

.hero__ttl {
  font-size: max(18px, 3.2rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.1em;
  line-height: 2;
  filter: drop-shadow(0 0 0.8rem #325e37);
}

@media (max-width: 767px) {
  .hero__ttl {
    font-size: max(14px, 2.4rem);
  }
}

.hero__img {
  display: block;
  width: 60rem;
  margin: 8.5rem 0 0 -6.5rem;
}

@media (max-width: 767px) {
  .hero__img {
    width: 30rem;
    margin: 0;
  }
}

.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 {
  background: var(--bg-2);
  padding: 8rem 0 9.5rem;
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 7rem;
  margin: 6rem auto 7.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: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  color: #211815;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	about
============================*/
.about {
  padding: 9.5rem 0;
}

@media (max-width: 767px) {
  .about {
    padding: 8rem 0 10rem;
  }
}

.about__contents {
  width: 110rem;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 5rem;
  }
}

.about__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .about__txt-wrapper {
    padding-bottom: 16rem;
  }
}

.about__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  margin-top: 10rem;
}

.about__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin: 2rem 0 10rem;
}

@media (min-width: 768px) {
  .about .common__btn {
    margin: 0;
  }
}

.about__img {
  width: 61rem;
  height: 100%;
  flex-shrink: 0;
  margin: 0 -8rem 0 -4.5rem;
}

@media (max-width: 767px) {
  .about__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	business
============================*/
.business {
  background: var(--bg-2);
  padding: 10rem 0 18.5rem;
}

.business__txt {
  width: 90%;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin: 4rem auto 9rem;
}

.business__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .business__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.business__list li {
  background-color: var(--white);
}

.business__img {
  width: 100%;
}

.business__txt-wrapper {
  padding: 4rem 3rem 3rem;
  position: relative;
}

@media (max-width: 767px) {
  .business__txt-wrapper {
    padding: 4rem 5rem 5rem;
  }
}

.business__txt-wrapper::before {
  content: "1";
  font-size: 12rem;
  font-weight: 700;
  color: #f4f4f4;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 2rem;
  pointer-events: none;
  z-index: -1;
}

.business__list li:nth-of-type(2) .business__txt-wrapper::before {
  content: "2";
}

.business__list li:nth-of-type(3) .business__txt-wrapper::before {
  content: "3";
}

.business__list li:nth-of-type(4) .business__txt-wrapper::before {
  content: "4";
}

.business__list li:nth-of-type(5) .business__txt-wrapper::before {
  content: "5";
}

.business__list li:nth-of-type(6) .business__txt-wrapper::before {
  content: "6";
}

.business__list h3 {
  min-height: 10rem;
  font-size: max(14px, 1.8rem);
  font-weight: 700;
  color: #01016c;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

/*============================
	contact
============================*/
.contact {
  padding: 9rem 0 11.5rem;
  position: relative;
}

.contact::before {
  content: "";
  background: url("../img/contact_deco.png") no-repeat center / contain;
  width: 68.2rem;
  height: 24.6rem;
  position: absolute;
  top: -10.5rem;
  left: -22.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .contact::before {
    width: 50rem;
    height: 18rem;
    top: -10rem;
    left: -15rem;
  }
}

.contact__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5rem;
  margin: 9.5rem auto 0;
}

@media (max-width: 767px) {
  .contact__list {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
  }
}

.contact__list li {
  font-size: max(12px, 1.8rem);
  font-weight: 700;
  color: var(--white);
  text-align: center;
}

.contact__list li a {
  background-color: #005f97;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding: max(20px, 2.5rem) 0;
}

.contact__list li:nth-of-type(2) a {
  background-color: #009540;
}

.contact__list li span {
  font-size: max(21px, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact__list li:nth-of-type(2) span {
  font-size: max(21px, 3.6rem);
}

.contact__list li span::before {
  content: "";
  display: block;
  background: url("../img/tel_icon.png") no-repeat center / contain;
  width: max(30px, 5.4rem);
  height: max(30px, 5.4rem);
}

.contact__list li:nth-of-type(2) span::before {
  background: url("../img/mail.icon.png") no-repeat center / contain;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-2);
  padding: 22rem 0 23.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access__map {
  width: 63rem;
  height: 50rem;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__map {
    width: 100%;
    margin: 0;
  }
}

.access .common__ttl {
  margin: 2rem 0 6rem;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  color: #231815;
  padding: 2.7rem 0.5rem;
}

.access__list dt {
  width: max(95px, 13.5rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(95px, 13.5rem));
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--black);
  }
}

@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;
  }
}

.access__underline {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0 0 0 auto;
  }
}
