@charset "UTF-8";
/* CSS Document */

.sec1 {
  width: 100%;
  height: 375px;
  position: relative;
  background: url(../images/common/other-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec1__title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}

.sec1__h1 {
  font-size: 3.6rem;
  font-weight: 700;
}

.sec1__title small {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}


@media (max-width: 1024px) {
  .sec1__h1 {
    font-size: 2.8rem;
  }

  .sec1__title small {
    font-size: 1.5rem;
  }
}


@media (max-width: 600px) {
  .sec1__h1 {
    font-size: 2rem;
  }

  .sec1__title small {
    font-size: 1.4rem;
  }
}




.sec2 {
  padding: 150px 0;
  background: url(../images/company-message/sec2/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec2__wapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.sec2__wapper h2 {
  font-size: 3.4rem;
  color: #2768BE;
  font-weight: 400;
  margin-bottom: 25px;
}

.sec2__wapper p {
  font-size: 2.4rem;
  font-weight: 400;
}


@media (max-width: 1024px) {
  .sec2 {
    padding: 125px 0;
  }


  .sec2__wapper h2 {
    font-size: 2.8rem;
  }

  .sec2__wapper p {
    font-size: 2.1rem;
  }
}


@media (max-width: 600px) {
  .sec2 {
    padding: 100px 0;
  }


  .sec2__wapper h2 {
    font-size: 2.2rem;
  }

  .sec2__wapper p {
    font-size: 1.8rem;
  }
}




.sec3 {
  padding: 150px 0;
}

.sec3__wapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.sec3__wapper h2 {
  font-size: 2.8rem;
  color: #2768BE;
  font-weight: 400;
  margin-bottom: 50px;
}

.sec3__wapper p {
  text-align: left;
  line-height: 1.8;
  font-weight: 400;
}


@media (max-width: 1024px) {
  .sec3 {
    padding: 125px 0;
  }

  .sec3__wapper h2 {
    font-size: 2.4rem;
  }

  .sec3__wapper p {
    font-size: 1.5rem;
  }
}


@media (max-width: 600px) {

  .sec3 {
    padding: 100px 0;
  }

  .sec3__wapper h2 {
    font-size: 2.0rem;
  }

  .sec3__wapper p {
    font-size: 1.4rem;
  }
}




.sec4__title {
  background-image: url(../images/company-message/sec4/bg.jpg);
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 5%;
  color: #FFFFFF;
  text-align: center;
}

.sec4__title h2 {
  font-size: 3.8rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.sec4__title p {
  font-size: 2rem;
  font-weight: 400;
}

.sec4__contents {
  background: #E8F2F9;
  padding: 125px 0;
}

.sec4__contents__ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 125px 5%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.sec4__contents__ul__li h3 {
  font-size: 2.8rem;
  color: #2768BE;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}

.sec4__contents__ul__li p {
  line-height: 1.8;
}

.sec4__contents__name {
  margin-top: 30px;
  text-align: center;
}

.sec4__contents__name small {
  font-size: 1.8rem;
  font-weight: 400;
}

.sec4__contents__name h2 {
  font-size: 3rem;
  font-weight: 400;
}


@media (max-width: 1024px) {
  .sec4__title {
    padding: 175px 0;
  }

  .sec4__title h2 {
    font-size: 3.4rem;
  }


  .sec4__title p {
    font-size: 1.8rem;
  }

  .sec4__contents {
    padding: 100px 0;
  }

  .sec4__contents__ul {
    padding: 100px 5%;
  }

  .sec4__contents__ul__li h3 {
    font-size: 2.4rem;
  }

  .sec4__contents__ul__li p {
    font-size: 1.5rem;
  }
}


@media (max-width: 600px) {
  .sec4__title {
    padding: 150px 0;
  }

  .sec4__title h2 {
    font-size: 3rem;
  }

  .sec4__title p {
    font-size: 1.6rem;
  }

  .sec4__contents {
    padding: 75px 0;
  }

  .sec4__contents__ul {
    padding: 75px 5%;
  }

  .sec4__contents__ul__li h3 {
    font-size: 2.0rem;
  }

  .sec4__contents__ul__li p {
    font-size: 1.4rem;
  }
}




.navigation {
  padding: 180px 0;
}

.navigation__wapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.navigation__wapper__li {
  width: calc(100% / 3 - 33.35px);
}

.navigation__wapper__li__a {
  display: block;
}

.navigation__wapper__li__a__image {
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.navigation__wapper__li__a__image img {
  aspect-ratio: 16/9;
  transform-origin: center;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.navigation__wapper__li__a:hover img {
  scale: 1.1;
}

.navigation__wapper__li__a h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
}

@media (max-width: 1024px) {

  .navigation {
    padding: 140px 0;
  }

  .navigation__wapper__li__a h2 {
    font-size: 2.4rem;
  }

  .navigation__wapper__li {
    width: calc(100% / 2 - 25px);
  }
}

@media (max-width: 600px) {

  .navigation {
    padding: 100px 0;
  }

  .navigation__wapper__li__a h2 {
    font-size: 2rem;
  }

  .navigation__wapper__li {
    width: 100%;
  }
}