@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__p1 {
  margin-bottom: 50px;
}


.sec2__wapper ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sec2__wapper ul li h3 {
  margin-left: -10px;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.sec2__wapper ul li ul {
  gap: 2.5px;
}

.sec2__wapper ul li ul li {
  list-style: inside;
}

.sec2__wapper ul li ul li::marker {
  font-weight: 400;
  font-size: 1rem;
}

.marginbottom {
  margin-bottom: 10px;
}

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

  .sec2__wapper__small {
    font-size: 1.5rem;
  }

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

  .sec2__wapper ul li h3 {
    font-size: 1.7rem;
  }

  .sec2__wapper__p1,
  .sec2__wapper ul li p,
  .sec2__wapper ul li ul {
    font-size: 1.5rem;
  }
}


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

  .sec2__wapper__small {
    font-size: 1.4rem;
  }

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

  .snslist {
    display: flex;
    flex-direction: column;
    gap: 15px !important;
  }

  .snslist li {
    display: flex;
    flex-direction: column;
  }

  .sec2__wapper ul li h3 {
    font-size: 1.6rem;
  }

  .sec2__wapper__p1,
  .sec2__wapper ul li p,
  .sec2__wapper ul li ul {
    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;
}

section a:hover {
  opacity: 0.5;
}

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

  .sp {
    display: none;
  }
}