@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__h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}

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

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





.sec2 {
  width: 90%;
  max-width: 1120px;
  margin: 150px auto 200px;
}

.faq__text {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
  line-height: 1.8;
}

.sec2__nav1__ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}

.title-icon {
  width: 80px;
  padding-top: 150px;
  margin: 0 auto 30px;
}

.sec2__h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sec2__nav1__ul__li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sec2__nav1__ul__li__a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  transition: 0.4s;
  transition-timing-function: ease-out;
  background: linear-gradient(90deg, #0c72b5, #0288d1, #0c72b5) 0 / 200% 100%;
  color: #FFFFFF;
}

.sec2__nav1__ul__li__a:hover {
  background-position: 100% 0;
}

.sec2__nav1__ul__li__a span {
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  transform: translate(-2px, -2px);
  rotate: 45deg;
  transition: 0.4s;
  transition-timing-function: ease-out;
}

.sec2__nav1__ul__li__a:hover span {
  transform: translate(2px, 2px);
}

.sec2__nav2__ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}

.sec2__nav2__ul__li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sec2__nav2__ul__li__a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  transition: 0.4s;
  transition-timing-function: ease-out;
  background: linear-gradient(90deg, #0c72b5, #0288d1, #0c72b5) 0 / 200% 100%;
  color: #FFFFFF;
}

.sec2__nav2__ul__li__a:hover {
  background-position: 100% 0;
}

.sec2__nav2__ul__li__a span {
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  transform: translate(-2px, -2px);
  rotate: 45deg;
  transition: 0.4s;
  transition-timing-function: ease-out;
}

.sec2__nav2__ul__li__a:hover span {
  transform: translate(2px, 2px);
}

.content__title {
  padding-top: 150px;
  margin-top: -90px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}


@media (max-width: 1024px) {

  .sec2 {
    margin-top: 125px;
    margin-bottom: 150px;
  }

  .sec2__nav1__ul {
    gap: 75px;
  }

  .faq__text {
    font-size: 1.5rem;
  }

  .title-icon {
    padding-top: 125px;
  }

  .sec2__h2 {
    font-size: 2.5rem;
  }

  .sec2__nav2__ul {
    flex-wrap: wrap;
    gap: 30px;
    width: 450px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .sec2__nav2__ul__li {
    width: 200px;
  }

  .sec2__nav2__ul__li__a {
    width: 200px;
  }

  .content__title {
    font-size: 2.2rem;
  }

  .sec2__nav2__ul {
    width: 300px;
  }

  .sec2__nav2__ul__li {
    width: 300px;
  }

  .sec2__nav2__ul__li__a {
    width: 300px;
  }
}


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

  .sec2__nav1__ul {
    gap: 30px;
    flex-direction: column;
  }

  .title-icon {
    padding-top: 100px;
  }

  .sec2__h2 {
    font-size: 2.2rem;
  }

  .content__title {
    font-size: 2rem;
  }

  .faq__text {
    font-size: 1.4rem;
    margin-bottom: 80px;
  }

  .sec2__nav1__ul__li__a {
    width: 300px;
    margin: 0 auto;
  }
}





.sec11__wapper__ul__li {
  display: flex;
}

.title {
  width: 100%;
  display: block;
  position: relative;
  padding: 15px 50px 15px 65px;
  cursor: pointer;
  font-weight: 700;
}

.title span {
  position: absolute;
  font-size: 3rem;
  background: linear-gradient(90deg, #0288d1 0%, #0c72b5 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  vertical-align: sub;
  line-height: 1;
  left: 25px;
  top: 11.5px;
  font-weight: 400;
}

.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background-color: #0288D1;
  transition: all .2s ease-out;
}

.title::before {
  top: 25px;
  right: 20px;
  transform: rotate(0deg);
}

.title::after {
  top: 25px;
  right: 20px;
  transform: rotate(90deg);
}

.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

.box {
  transition: 0.4s;
  transition-timing-function: ease-out;
  overflow: hidden;
  max-height: 0;
}

.box__text {
  padding: 5px 50px 15px 65px;
  line-height: 2.8rem;
}

.box__text a {
  color: #66ABFA;
  transition: 0.6s;
  transition-timing-function: ease-out;
}

.box__text a:hover {
  opacity: 0.5;
}

.sec11__wapper__ul__li__left {
  width: 30%;
  min-width: 220px;
  margin-right: 50px;
}

.sec11__wapper__ul__li__left__image {
  display: block;
  width: 30%;
  max-width: 100px;
  margin: 0 auto 20px;
}

.sec11__wapper__ul__li__ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sec11__wapper__ul__li__ul__li {
  border-radius: 30px;
  border: solid 1px #BFBFBF;
}

.sec11__wapper__ul__li__left__h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 50px;
}

.sec11__wapper__ul__li__left__h3 span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: linear-gradient(90deg, #0288d1 0%, #0c72b5 100%);
}

.sec11__wapper__ul2 .sec11__wapper__ul__li__left__h3 span {
  background: linear-gradient(90deg, #F6AE01 0%, #EC7101 100%);
}

.sec11__wapper__ul__li__left__button {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 100px;
  transition: 0.4s;
  transition-timing-function: ease-out;
  background: linear-gradient(90deg, #0c72b5, #0288d1, #0c72b5) 0 / 200% 100%;
  color: #FFFFFF;
  margin: 0 auto;
}

.sec11__wapper__ul__li__left__button:hover {
  background-position: 100% 0;
}

.sec11__wapper__ul__li__left__button span {
  width: 11px;
  height: 11px;
  border-right: solid 1.2px #FFFFFF;
  border-bottom: solid 1.2px #FFFFFF;
  transform: rotate(-45deg);
  transition: 0.4s;
  transition-timing-function: ease-out;
}

.sec11__wapper__ul__li__left__button:hover span {
  transform: rotate(-45deg) translate(7px, 7px);
}

.sec11__sp {
  display: none;
}

@media (max-width: 1023px) {

  .sec11__sp {
    display: flex;
  }

  .sec11__pc {
    display: none;
  }

  .sec11 {
    padding: 125px 0;
  }

  .sec11__wapper__h2 {
    font-size: 3.5rem;
  }

  .sec11__wapper__p {
    font-size: 1.7rem;
    margin-bottom: 50px;
  }

  .sec11__wapper__ul__li {
    flex-direction: column;
    gap: 50px;
  }

  .sec11__wapper__ul__li__left {
    margin: 0 auto;
  }

  .sec11__wapper__ul__li__left__h3 {
    margin-bottom: 0;
  }
}


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

  .sec11__wapper__h2 {
    font-size: 3rem;
    text-align: center;
  }

  .sec11__wapper__p {
    text-align: center;
    font-size: 1.4rem;
  }

  .sec11__wapper__ul__li {
    gap: 50px;
  }

  .box__text {
    font-size: 1.4rem;
  }

  .sec11__wapper__ul1 {
    margin-bottom: 100px;
  }
}

.b-cycle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: black;
  background: linear-gradient(90deg, #0288d1 0%, #0c72b5 100%);
}

.o-cycle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #F6AE01 0%, #EC7101 100%);
  display: block;
}


display: block;
}