@charset "utf-8";

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}

.wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrapper .title {
  width: 90%;
  max-width: 1200px;
  display: block;
  padding: 90px 0 60px;
  margin: 0 auto;
  border-bottom: 1px solid #DADDD8;
}

.wrapper .title>div {
  display: flex;
  align-items: center;
}

.wrapper .title>div>span {
  font-size: 11px;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  margin-right: 15px;
}

.wrapper .title>div>small {
  font-size: 10px;
}

.wrapper .title>h1 {
  font-size: 23px;
  margin-top: 10px;
}

@media(min-width:1000px) {
  .wrapper .title {
    padding: 90px 50px;
  }

  .wrapper .title>h1 {
    font-size: 34px;
  }
}

.wrapper .info_body {
  width: 90%;
  max-width: 900px;
  margin: 60px auto 60px;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 50px;
}

.wrapper .info_body h3 {
  font-size: 12px;
  margin-bottom: 30px;
}

.wrapper .info_body p {
  line-height: 2.4;
  font-size: 13px;
  margin-bottom: 25px;
}

.wrapper .info_body h3 {
  font-size: 18px;
}

.wrapper .info_body .underline {
  text-decoration: underline;
}

.wrapper .info_body small {
  display: flex;
  margin-bottom: 8px;
}

.wrapper .info_body small span {
  margin-right: 5px;
}

.wrapper .info_body img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media(min-width:1000px) {
  .wrapper .info_body h3 {
    opacity: .7;
  }

  .wrapper .info_body p {
    line-height: 2.4;
    font-size: 16px;
  }
}


.wrapper .info_sub {
  width: 90%;
  max-width: 900px;
  margin: 60px auto;
}

.wrapper .info_sub h3 {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.wrapper .info_sub p {
  font-size: 13px;
  display: block;
  max-width: 700px;
  margin: 10px auto 0;
}


@media(min-width:1000px) {
  .wrapper .info_sub {
    margin: 120px auto;
  }

  .wrapper .info_sub p {
    font-size: 14px;
  }
}

.wrapper .list {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 60px;
}

.wrapper .list h4 {
  font-size: 15px;
  margin-bottom: 35px;
}

.wrapper .list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 13px;
}

.wrapper .list ul img {
  margin-bottom: 5px;
}

@media(min-width:768px) {
  .wrapper .list {
    margin-bottom: 120px;
  }

  .wrapper .list ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }

  .wrapper .list h4 {
    margin-bottom: 50px;
  }
}

.wrapper .attention h2 {
  font-size: 36px;
  color: #B0B2AF;
  display: block;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 50px;
}

.wrapper .attention h2 span {
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

.wrapper .attention {
  width: 100%;
  margin: 80px auto;
}


.wrapper .attention ul {
  width: 90%;
  margin: auto;
}

.wrapper .attention li {
  border-top: 1px solid #DADDD8;
  padding: 40px 0;
}

.wrapper .attention ul li h5 {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: auto;
  text-align: left;
  width: 100%;
}

.wrapper .attention ul li h5 span {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #1C1C1C;
  margin-right: 20px;
  font-size: 14px;
}

.wrapper .attention ul li p {
  font-size: 13px;
  width: 100%;
  margin: 20px auto 0 auto;
  letter-spacing: 1.3px;
  line-height: 2.4;
}

@media(min-width:1000px) {
  .wrapper .attention {
    width: 80%;
    margin: 120px auto;
  }

  .wrapper .attention h2 {
    font-size: 54px;
    margin-bottom: 50px;
  }

  .wrapper .attention h2 span {
    font-size: 14px;
  }

  .wrapper .attention h1 {
    font-size: 33px;
    margin: 200px auto 100px;
  }

  .wrapper .attention ul {
    width: 100%;
  }

  .wrapper .attention li {
    padding: 50px 0;
  }

  .wrapper .attention ul li h5 {
    font-size: 18px;
    width: 80%;
  }

  .wrapper .attention ul li h5 span {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #1C1C1C;
    margin-right: 20px;
    font-size: 14px;
  }

  .wrapper .attention ul li p {
    font-size: 15px;
    width: 72%;
  }


}


.wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper .swiper-slide b {
  width: 85%;
  margin: 15px auto 0;
  font-size: 13px;
}

.wrapper .swiper-slide b span {
  text-decoration: underline;
}