@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;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  word-wrap: break-word;
}

.sec2__wapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec2__wapper__small {
  display: block;
  text-align: center;
  font-weight: 400;
}

.sec2__wapper__h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0288D1;
  text-align: center;
  margin-bottom: 100px;
}

.sec2__wapper p {
  margin-bottom: 50px;
}


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

  .sec2__wapper__small {
    font-size: 1.5rem;
  }

  .sec2__wapper__h2 {
    font-size: 2.5rem;
    margin-bottom: 75px;
  }

  .sec2__wapper p,
  .sec2__wapper a {
    font-size: 1.5rem;
  }
}


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

  .sec2__wapper__small {
    font-size: 1.4rem;
  }

  .sec2__wapper__h2 {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }

  .sec2__wapper p,
  .sec2__wapper a {
    font-size: 1.4rem;
  }


}




.br {
  display: none;
}

section:not(.sec1) a {
  text-decoration: underline;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

section a:hover {
  opacity: 0.5;
}

@media (max-width: 600px) {
  .br {
    display: block;
  }

  .sp {
    display: none;
  }
}