@charset "utf-8";

/*========= レイアウト ===============*/
body {
  background-color: #fff;
}

h2 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 30px 0;
}
p {
  margin-top: 20px;
}
small {
  color: #fff;
  display: block;
  text-align: center;
}
#header {
  width: 100vw;
}

section {
  width: 100%;
}

/*========= hero ===============*/
.hero {
  padding-top: 5%;
  padding-bottom: 3%;
  text-align: center;
}
.hero_imgbox {
  margin-bottom: 2%;
}
.hero img {
  width: 80%;
  max-width: 1300px;
  height: auto;
}
.hero_txtbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_txtbox p {
  text-align: left;
  font-size: 2.3rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .hero {
    padding-top: 160px;
  }
  .hero_txtbox p {
    font-size: 1.2rem;
  }
}

/*========= section 1 ===============*/
.sec_01 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec_01::before {
  position: absolute;
  content: "";
  top: 15%;
  background-color: #f1f4f5;
  width: 100%;
  height: 115%;
  z-index: -1;
}
.sec_01_imgbox {
  width: 43vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_01_imgbox img {
  width: 100%;
}
.sec_01_txtbox {
  width: 600px;
  display: flex;
  align-items: center;
}
.sec_01_txtbox p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .sec_01::before {
    height: 98%;
  }
  .sec_01_imgbox {
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .sec_01_txtbox {
    width: 80vw;
    display: flex;
    align-items: center;
  }
  .sec_01_txtbox p {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/*========= section 2 ===============*/
.sec_02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec_02_imgbox {
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_02_imgbox img {
  width: 100%;
  border-radius: 9999px;
}
.sec_02_txtbox1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.sec_02_txtbox1 p {
  text-align: left;
  font-size: 2.3rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 2px;
}
.sec_02_txtbox2 {
  width: 480px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.sec_02_txtbox2 p {
  font-size: 1rem;
  font-weight: 400;
}
.sec_02_txtbox3 {
  width: 960px;
  display: flex;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.sec_02_txtbox3 p {
  font-size: 0.9rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .sec_02_imgbox {
    width: 90vw;
  }
  .sec_02_txtbox1 {
    margin-top: 40px;
  }
  .sec_02_txtbox1 p {
    font-size: 1.2rem;
  }
  .sec_02_txtbox2 {
    width: 80vw;
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  .sec_02_txtbox3 {
    width: 80vw;
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sec_02_txtbox3 p {
    font-size: 0.8rem;
    margin-top: 0;
  }
}

/*========= section 2 SP ===============*/
.sec_02_sp {
  width: 80vw;
  margin: 0 auto 60px auto;
}
.sec_02_sp_wrap {
  display: flex;
  justify-content: space-between;
}
.sec_02_sp_wrap img {
  border-radius: 10px;
}

/*========= section 3 PC ===============*/
.sec_03 {
  width: 960px;
  margin: 0 auto;
}
.sec03 p {
  font-size: 14px;
}

/*========= section 3 SP ===============*/
.sec_03_sp {
  width: 80vw;
  margin: 0 auto;
}
.sec_03_sp p {
  font-size: 0.8rem;
}
