body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* header */
.header {
  width: 100%;
}
.header__sp {
  display: none;
}
@media screen and (max-width: 940px) {
  .header {
    display: none;
  }
  .header__sp {
    display: block;
    width: 100%;
  }
}
/* /header */
/* sec1 */
.sec1 {
  background-image: url(../img/pc_btnbg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
}
.sec1__ttl {
  width: 290px;
  padding-top: 30px;
  margin: 0 auto;
}
.sec1__ttl2 {
  position: relative;
  z-index: 2;
  top: 10px;
  left: 0;
  width: 653px;
  margin: 0 auto;
}
.sec1__ttl2-sp {
  display: none;
}
.sec1__frame {
  position: absolute;
  width: 100%;
  max-width: 700px;
  height: 890px;
  top: 132px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sec1__text-box {
  position: relative;
  z-index: 2;
  display: grid;
}
.sec1__number {
  width: 69px;
  margin: 0 auto;
}
.sec1__text {
  width: 574px;
  margin: 0 auto;
}
.sec1__text2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -2px;
  color: #fff;
  background-color: #df5656;
  width: 653px;
  height: 56px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto 0;
}
.sec1__text-span {
  color: #ffff33;
}
.sec1__text3 {
  background-color: #df5656;
  color: #ffff33;
  width: 270px;
  height: 75px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto 40px;
  font-size: 33px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -2px;
}
.sec1__text-img {
  width: 426px;
  margin: 0 auto;
}
.sec1__line {
  width: 628px;
  margin: 0 auto 35px;
  border-bottom: 3px dotted;
}
.sec1__text4 {
  font-size: 33px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -3px;
}
.sec1__text5 {
  font-size: 47px;
  font-weight: 600;
  line-height: 59px;
  letter-spacing: -2px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 55%,
    #ffff00 85%
  );
  width: 653px;
  margin: 0 auto;
}
.sec1__text-span2 {
  font-size: 36px;
}
.sec1__text6 {
  font-size: 47px;
  font-weight: 600;
  line-height: 59px;
  letter-spacing: -2px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 55%,
    #ffff00 85%
  );
  width: 483px;
  margin: 0 auto;
}
.sec1__text-span3 {
  display: inline-block;
  transform: rotate(20deg);
  margin-left: -15px;
  font-size: 50px;
  vertical-align: bottom;
}
.sec1__cycle {
  width: 338px;
  margin: 30px auto;
}
.line {
  width: 539px;
  margin: 0 auto;
}
.sec1__text-sp {
  display: none;
}
.line-sp {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec1__ttl {
    width: 32.1vw;
  }
  .sec1__ttl2 {
    display: none;
  }
  .sec1__ttl2-sp {
    display: block;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 45vw;
    margin: 0 auto;
  }
  .sec1__frame {
    padding: 0 30px;
    height: 86%;
    top: 13vw;
  }
  .sec1__text {
    display: none;
  }
  .sec1__text-sp {
    display: block;
    width: 60vw;
    margin: 0 auto;
  }
  .sec1__text-img {
    width: 60vw;
  }
  .sec1__text3 {
    font-size: 4.4vw;
    line-height: 5.2vw;
    width: 33.5vw;
    height: 10vw;
  }
  .sec1__text2 {
    display: grid;
    width: 60vw;
    height: 12.5vw;
    font-size: 4vw;
    line-height: 4.9vw;
    border-radius: 7vw;
  }
  .sec1__text-span {
    font-size: 4.4vw;
    margin-top: -3vw;
  }
  .sec1__line {
    width: 60vw;
  }
  .sec1__text4 {
    font-size: 3.5vw;
    line-height: 38px;
  }
  .sec1__text5 {
    font-size: 4vw;
    line-height: 4.7vw;
    width: 55vw;
    letter-spacing: -1px;
  }
  .sec1__text-span2 {
    font-size: 2.8vw;
  }
  .sec1__text6 {
    font-size: 4vw;
    line-height: 4.7vw;
    width: 43vw;
    letter-spacing: -1px;
  }
  .sec1__text-span3 {
    font-size: 4vw;
    margin-left: 0;
  }
  .sec1__cycle {
    width: 34vw;
  }
  .line {
    display: none;
  }
  .line-sp {
    display: block;
    width: 60vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .sec1__frame {
    top: 15vw;
  }
}
@media screen and (max-width: 550px) {
  .sec1__ttl {
    width: 45vw;
    padding-top: 3.4vw;
  }
  .sec1__ttl2-sp {
    width: 60vw;
  }
  .sec1__text-box {
    width: 70vw;
  }
  .sec1__text-sp {
    width: 100%;
  }
  .sec1__text2 {
    width: 100%;
    height: 16vw;
    font-size: 5vw;
  }
  .sec1__text-span {
    font-size: 5.5vw;
  }
  .sec1__text-img {
    width: 100%;
  }
  .sec1__text3 {
    font-size: 5.5vw;
    width: 45vw;
    margin: 5px auto 15px;
  }
  .sec1__line {
    width: 100%;
    margin: 0 auto;
  }
  .sec1__text4 {
    font-size: 4.8vw;
    line-height: 9vw;
    margin-top: 2.3vw;
  }
  .sec1__text5 {
    width: 100%;
    font-size: 5vw;
  }
  .sec1__text-span2 {
    font-size: 3.8vw;
  }
  .sec1__text6 {
    width: 55vw;
    font-size: 5.2vw;
    margin-top: 5px;
  }
  .sec1__cycle {
    width: 52vw;
    margin: 15px auto;
  }
  .line-sp {
    width: 100%;
  }
  .sec1__number {
    width: 15vw;
    margin: 1.5vw auto;
  }
}
/* /sec1 */
/* sec2 */
.sec2 {
  background-image: url(../img/sec2@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 90vw;
}
.sec2__ttl {
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -2px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  padding-top: 50px;
}
.sec2__span {
  font-size: 70px;
  line-height: 84px;
  color: #fdf13f;
}
.sec2__span2 {
  font-size: 63px;
  line-height: 76px;
  margin-left: -10px;
}
.pc__hidden,
.pc__hidden2 {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec2 {
    background-image: url(../img/sec2-sp.png);
    height: 158vw;
  }
  .pc__hidden {
    display: block;
  }
  .sec2__ttl {
    font-size: 6vw;
    line-height: 6.6vw;
    padding-top: 30px;
  }
  .sec2__span {
    font-size: 7vw;
    line-height: 8.4vw;
  }
  .sec2__span2 {
    font-size: 6.3vw;
    line-height: 7.6vw;
    margin-left: -1vw;
  }
}
@media screen and (max-width: 550px) {
  .sec2__ttl {
    font-size: 8vw;
    line-height: 9vw;
    padding-top: 15px;
  }
  .sec2__span {
    font-size: 8.7vw;
  }
  .sec2 {
    height: 165vw;
  }
}
/* /sec2 */
/* sec3 */
.sec3 {
  background-image: url(../img/sec3@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 120px;
  height: 73vw;
  text-align: center;
}
.sec3__ttl {
  margin: -80px auto 60px;
  width: 785px;
}
.sec3__text-box,
.sec3__text-box2 {
  width: 785px;
  margin: 0 auto 40px;
  text-align: left;
}
.sec3__text,
.sec3__text2,
.sec3__text-pc,
.sec3__text3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: -3px;
}
.sec3__text2 {
  width: 405px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 55%,
    #ffff00 85%
  );
}
.sec3__text3 {
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
}
.sec3__text-sp2,
.sec3__text-sp {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec3 {
    background-image: url(../img/sec3-sp.png);
    height: 111vw;
    margin-top: 25vw;
  }
  .sec3__ttl {
    width: 90vw;
  }
  .sp__hidden {
    display: none;
  }
  .sec3__text-box,
  .sec3__text-box2 {
    width: 60vw;
  }
  .sec3__text,
  .sec3__text2,
  .sec3__text-pc,
  .sec3__text3,
  .sec3__text-sp2,
  .sec3__text-sp {
    font-size: 3vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
  .sec3__text-pc {
    display: none;
  }
  .sec3__text-sp2,
  .sec3__text-sp {
    display: flex;
    font-size: 3vw;
    font-weight: 700;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
  .sec3__text-sp2 {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 55%,
      #ffff00 85%
    );
    display: inline-block;
  }
  .sec3__text2 {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .sec3__text-box,
  .sec3__text-box2 {
    width: 80%;
    margin: 0 auto 30px;
  }
  .sec3__text,
  .sec3__text2,
  .sec3__text-pc,
  .sec3__text3,
  .sec3__text-sp2,
  .sec3__text-sp {
    font-size: 4.3vw;
    line-height: 5.5vw;
  }
  .sec3__ttl {
    margin: -80px auto 35px;
  }
}
/* /sec3 */
/* sec4 */
.sec4 {
  background-image: url(../img/sec4.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vw;
}
.sec4__ttl {
  width: 100%;
}
.sec4__ttl-sp {
  display: none;
}
.sec4__box {
  width: 825px;
  margin: 30px auto 0;
  text-align: center;
}
.sec4__ttl-text {
  color: #df5656;
  font-size: 6.8vw;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: -1px;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
}
.sec4__ttl-span {
  color: #000;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: -4px;
}
.sec4__ttl-text2 {
  font-size: 5vw;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: -5px;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
}
.sec4__img {
  width: 500px;
  margin-bottom: 40px;
}
.sec4__text {
  font-size: 3vw;
  font-weight: 900;
  line-height: 53px;
  color: #df5656;
  letter-spacing: -2.5px;
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
}
@media screen and (max-width: 940px) {
  .sec4 {
    height: 110vw;
  }
  .sec4__ttl {
    display: none;
  }
  .sec4__ttl-sp {
    display: block;
  }
  .sec4__box {
    width: 54%;
    margin: 0 auto;
  }
  .sec4__ttl-text {
    font-size: 5vw;
    line-height: 6vw;
  }
  .sec4__ttl-span {
    font-size: 3.8vw;
    line-height: 4.5vw;
  }
  .sec4__img {
    width: 42vw;
    margin-bottom: 2vw;
  }
  .sec4__text {
    font-size: 3.3vw;
    line-height: 5.3vw;
  }
  .pc__hidden2 {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .sec4__box {
    width: 85%;
    margin: 0 auto;
  }
  .sec4__ttl-text {
    font-size: 6.2vw;
    font-weight: 900;
    margin-top: 1vw;
    letter-spacing: 0;
  }
  .sec4__ttl-span {
    font-size: 4.5vw;
  }
  .sec4__ttl-text2 {
    font-size: 6.2vw;
    font-weight: 900;
    line-height: 11.5vw;
  }
  .sec4__img {
    width: 56vw;
    margin-bottom: 3.2vw;
  }
  .sec4__text {
    font-size: 4vw;
    line-height: 5.7vw;
    letter-spacing: -0.5px;
    width: 60vw;
    margin: 0 auto;
  }
}
/* /sec4 */
/* sec5 */
.sec5__bg {
  position: relative;
}
.sec5__box {
  width: 795px;
  margin: 0 auto;
  position: absolute;
  top: 82vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec5__text {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}
.sec5__text-span {
  font-size: 19px;
  font-weight: 800;
  line-height: 30px;
  color: #df5656;
}
.sec5__bg2 {
  position: relative;
}
.sec5__text-box2 {
  width: 795px;
  margin: 0 auto;
  position: absolute;
  top: 38vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec5__text-box3 {
  width: 795px;
  margin: 0 auto;
  position: absolute;
  top: 105vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec5__check {
  width: 20px;
  vertical-align: baseline;
}
.sec5__li {
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  color: #df5656;
}
.sec5__text-box4 {
  width: 795px;
  margin: 0 auto;
  position: absolute;
  top: 120vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec5__text2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}
.sec5__sp_img {
  display: none;
}
.sec5__sp_img2 {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec5__img,
  .sec5__img2 {
    display: none;
  }
  .sec5__sp_img {
    display: block;
    height: 225vw;
  }
  .sec5__sp_img2 {
    display: block;
    height: 292vw;
  }
  .sec5__box {
    width: 80%;
    top: 100vw;
  }
  .sec5__text {
    font-size: 2.8vw;
    font-weight: 500;
    line-height: 4.7vw;
  }
  .sec5__text-span {
    font-size: 2.8vw;
    line-height: 4.7vw;
  }
  .sec5__text-box2 {
    width: 75%;
    top: 41vw;
  }
  .sec5__text-box3 {
    width: 75%;
    top: 174vw;
  }
  .sec5__li {
    font-size: 3vw;
    line-height: 3.6vw;
    margin: 10px auto;
  }
  .sec5__sp_text {
    display: block;
    margin-left: 2.5vw;
  }
  .sec5__text-box4 {
    width: 75%;
    top: 212vw;
  }
  .sec5__text2 {
    font-size: 2.8vw;
    font-weight: 500;
    line-height: 4.7vw;
  }
}
@media screen and (max-width: 550px) {
  .sec5__box {
    width: 73%;
    top: 98vw;
  }
  .sec5__sp_img {
    height: 240vw;
    margin-bottom: 100px;
  }
  .sec5__text,
  .sec5__text-span,
  .sec5__text2 {
    font-size: 3.5vw;
    line-height: 6.2vw;
  }
  .sec5__text-span {
    font-weight: 600;
  }
  .sec5__text-box2 {
    width: 85%;
    top: 40vw;
  }
  .sec5__text-box3 {
    width: 85%;
    top: 212vw;
  }
  .sec5__li {
    font-size: 4vw;
    line-height: 5.4vw;
  }
  .sec5__sp_text {
    margin-left: 4.5vw;
  }
  .sec5__text-box4 {
    width: 85%;
    top: 250vw;
  }
  .sec5__sp_img2 {
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .sec5__check {
    width: 4vw;
  }
}
/* /sec5 */
/* sec6 */
.sec6 {
  padding-top: 15vw;
  overflow-x: hidden;
}
.sec6__bg {
  background-image: url(../img/sec6-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 82.6vw;
}
.sec6__box {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.sec6__text-box {
  width: 600px;
  background-color: rgba(255, 255, 255, 84%);
  position: absolute;
  top: 18vw;
  right: 0;
  padding: 40px;
  border-radius: 30px;
}
.sec6__text {
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -2px;
  border-bottom: 2px dotted #df5656;
}
.sec6__text-box2 {
  position: relative;
  top: 65vw;
  left: 0;
}
.sec6__text2 {
  font-size: 3.5vw;
  font-weight: 800;
  line-height: 49px;
  color: #009999;
  text-align: center;
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
}
.sec6__sp_img {
  display: none;
}
.sec6__sp__box {
  display: none;
}
.sec6__sp__text-box2 {
  display: none;
}
.sec6__sp__text2 {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec6__img {
    display: none;
  }
  .sec6__sp_img {
    display: block;
  }
  .sec6__sp__box {
    display: block;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    padding: 10px 0 15px;
  }
  .sec6__sp__text {
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 4.2vw;
    letter-spacing: -1px;
  }
  .sec6__sp__text__span {
    font-weight: 900;
    color: #009999;
    letter-spacing: 0;
  }
  .sec6__text-box {
    top: 10vw;
    width: 44vw;
    right: auto;
    left: 40vw;
    padding: 20px;
  }
  .sec6__text {
    display: none;
  }
  .sec6__sp__text2 {
    display: inline-block;
    font-size: 3vw;
    font-weight: 700;
    line-height: 5.9vw;
    letter-spacing: -1px;
    border-bottom: 2px dotted #df5656;
  }
  .sec6__text-box2 {
    display: none;
  }
  .sec6__sp__text-box2 {
    display: block;
    width: 62%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .sec6__text2 {
    font-size: 3.7vw;
    font-weight: 800;
    line-height: 4.4vw;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 550px) {
  .sec6__sp__box {
    width: 85%;
  }
  .sec6__sp__text {
    font-size: 3.9vw;
    line-height: 5vw;
    letter-spacing: 0px;
  }
  .sec6__text-box {
    width: 54vw;
    left: 33vw;
    padding: 1.4vw 6vw;
    top: 3vw;
    border-radius: 15px;
  }
  .sec6__sp__text2 {
    font-size: 3.6vw;
  }
  .sec6__sp__text-box2 {
    width: 77%;
  }
  .sec6__text2 {
    font-size: 4.3vw;
    font-weight: 900;
    line-height: 6vw;
    letter-spacing: 0px;
  }
}
/* /sec6 */
/* sec7 */
.sec7 {
  position: relative;
}
.sec7__img {
  width: 100%;
}
.sec7__box {
  position: absolute;
  width: 77vw;
  top: 59vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 6vw 0;
}
.sec7__ttl-text {
  font-size: 2.6vw;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: -2px;
  color: #009999;
}
.sec7__text {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -2px;
}
.sec7__sp__img {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec7__img {
    display: none;
  }
  .sec7__sp__img {
    display: block;
  }
  .sec7__box {
    width: 77%;
    padding: 18vw 0;
    top: 73vw;
  }
  .sec7__ttl-text {
    font-size: 3.5vw;
    line-height: 5.2vw;
    letter-spacing: 0;
  }
  .sec7__text {
    font-size: 3.3vw;
    line-height: 3.6vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 550px) {
  .sec7__ttl-text {
    font-size: 4.1vw;
    line-height: 6.4vw;
  }
  .sec7__text {
    font-size: 3.6vw;
    line-height: 5vw;
  }
  .sec7__box {
    padding: 8vw 0;
  }
}
/* /sec7 */
/* sec8 */
.sec8 {
  position: relative;
}
.sec8__bg {
  width: 100%;
}
.sec8__box {
  position: absolute;
  width: 760px;
  top: 20vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec8__box ul {
  margin: 100px auto 60px;
}
.sec8__li {
  display: flex;
  align-items: center;
}
.sec8__check {
  width: 20px;
  height: 20px;
}
.sec8__li-p {
  font-size: 31px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: -1px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 70%,
    #ffff00 85%
  );
  color: #009999;
}
.sec8__text {
  font-size: 30px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -2px;
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
}
.sec8__sp__bg {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec8__bg {
    display: none;
  }
  .sec8__sp__bg {
    display: block;
  }
  .sec8__box {
    width: 67vw;
  }
  .sec8__box ul {
    margin: 12vw auto 4vw;
  }
  .sec8__li-p {
    font-size: 3.8vw;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 75%,
      #ffff01 95%
    );
  }
  .sec8__text {
    font-size: 3.5vw;
    line-height: 5.2vw;
  }
}
@media screen and (max-width: 550px) {
  .sec8__box {
    width: 80%;
    top: 23vw;
  }
  .sec8__box ul {
    margin: 12vw auto 7vw;
  }
  .sec8__check {
    width: 4.5vw;
    height: 4.5vw;
  }
  .sec8__li-p {
    font-size: 4.5vw;
    line-height: 8vw;
  }
  .sec8__text {
    font-size: 4vw;
    line-height: 5.8vw;
    font-weight: 700;
    letter-spacing: -1.2px;
  }
}
/* /sec8 */
/* sec9 */
.sec9 {
  position: relative;
  margin-bottom: 50px;
}
.sec9__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec9__box {
  padding-top: 250px;
}
.sec9__item-box,
.sec9__item-box2,
.sec9__item-box3 {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec9__text-box {
  width: 420px;
}
.sec9__text-box2 {
  display: flex;
}
.sec9__img {
  width: 360px;
}
.sec9__img2 {
  width: 230px;
}
.sec9__ttl {
  font-size: 2.5vw;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: -2.5px;
  color: #009999;
  text-align: center;
  margin-bottom: 20px;
}
.sec9__ttl__span {
  margin-left: -6px;
}
.sec9__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.sec9__text2 {
  width: 250px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -2px;
}
.sec9__img3 {
  width: 450px;
}
.sec9__img4 {
  width: 300px;
}
.sec9__item-box2 {
  margin: 100px auto 30px;
}
.sec9__item-box3 {
  justify-content: center;
}
.sec9__sp__bg {
  display: none;
}
.sec9__sp__box {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec9 {
    margin: 0;
  }
  .sec9__bg {
    display: none;
  }
  .sec9__sp__bg {
    display: block;
    position: absolute;
    width: 100%;
    /* height: 100%; */
  }
  .sec9__box {
    display: none;
  }
  .sec9__sp__box {
    display: block;
    padding-top: 33vw;
  }
  .sec9__text-box {
    width: 80%;
    margin: 0 auto;
  }
  .sec9__ttl {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 4vw;
  }
  .sec9__text,
  .sec9__text2 {
    font-size: 2.8vw;
    font-weight: 500;
    line-height: 4.7vw;
    letter-spacing: 0;
  }
  .sec9__text2 {
    width: 67%;
  }
  .sec9__img2 {
    width: 24.2vw;
  }
  .sec9__item-box2 {
    margin: 20px auto 0;
    display: block;
    width: 100%;
  }
  .sec9__text-box4 {
    max-width: 80%;
    margin: 0 auto;
  }
  .sec9__item-box3 {
    width: 100%;
  }
  .sec9__img3 {
    width: 100%;
  }
  .sec9__img4 {
    width: 25.3vw;
  }
}
@media screen and (max-width: 550px) {
  .sec9__ttl {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .sec9__text,
  .sec9__text2 {
    font-size: 4vw;
    line-height: 7vw;
  }
  .sec9__img2 {
    width: 40vw;
  }
  .sec9__img4 {
    width: 60vw;
  }
}
/* /sec9 */
/* sec10 */
.sec10 {
  position: relative;
}
.sec10-1 {
  text-align: center;
  position: relative;
}
.sec10__img {
  width: 100%;
}
.sec10__img2 {
  width: 800px;
  margin: 60px auto;
  position: relative;
}
.sec10__list-box {
  position: absolute;
  width: 710px;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
}
.sec10__li-p {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -2px;
  color: #009999;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 70%,
    #ffff00 85%
  );
  margin: 6px 0;
}
.sec10__check {
  width: 30px;
}
.sec10__text {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 25px;
  letter-spacing: -2px;
}
.sec10__list-box2 {
  text-align: left;
  position: absolute;
  width: 660px;
  top: 575px;
  left: 50%;
  transform: translateX(-50%);
}
.sec10__li {
  font-size: 33px;
  font-weight: 600;
  line-height: 39px;
  color: #df5656;
  letter-spacing: -2px;
  margin: 20px 0;
}
.sec10__check2 {
  width: 30px;
  margin-right: 10px;
}
.sec10__span {
  margin-left: 40px;
  display: block;
}
.sec10_2 {
  position: relative;
  text-align: center;
}
.sec10__img3 {
  width: 100%;
}
.sec10__text-box {
  position: absolute;
  width: 68vw;
  top: 23vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec10__text2 {
  font-size: 3.8vw;
  font-weight: 800;
  line-height: 46px;
  border-bottom: 4px dotted #fff;
  padding: 8px 0 12px;
}
.sec10__text3 {
  font-size: 3.8vw;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: -2px;
  margin-top: 25px;
}
.sec10__sp__img {
  display: none;
}
.sec10__sp-img2 {
  display: none;
}
.sec10__sp-img3 {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec10__img {
    display: none;
  }
  .sec10__sp__img {
    display: block;
  }
  .sec10__img2 {
    display: none;
  }
  .sec10__sp-img2 {
    display: block;
    width: 93%;
    margin: 30px auto;
  }
  .sec10__list-box {
    display: none;
  }
  .sec10__list-box2 {
    display: none;
  }
  .sec10__img3 {
    display: none;
  }
  .sec10__sp-img3 {
    display: block;
  }
  .sec10__text-box {
    width: 80%;
    top: 33vw;
  }
  .sec10__text2 {
    font-size: 3.2vw;
    line-height: 3.8vw;
    border-bottom: 3.5px dotted #fff;
    padding: 4px 0 8px;
  }
  .sec10__text3 {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 3.8vw;
    margin-top: 12px;
  }
}
@media screen and (max-width: 550px) {
  .sec10__check {
    width: 3vw;
  }
  .sec10__li-p {
    font-size: 3.8vw;
    line-height: 7.9vw;
  }
  .sec10__span {
    margin-left: 6.4vw;
  }
  .sec10__list-box2 {
    width: 67%;
    top: 62vw;
  }
  .sec10__check2 {
    margin-right: 1.5vw;
    vertical-align: middle;
  }
  .sec10__li {
    font-size: 3.8vw;
    line-height: 5vw;
  }
  .sec10__span {
    margin-left: 4vw;
  }
  .sec10__text2,
  .sec10__text3 {
    font-size: 4.3vw;
  }
}
/* /sec10 */
/* sec11 */
.sec11 {
  position: relative;
}
.sec11__img {
  width: 100%;
  margin-top: 20px;
}
.sec11__box {
  position: absolute;
  width: 70vw;
  top: 23vw;
  left: 50%;
  transform: translateX(-50%);
}
.sec11__text-box {
  display: grid;
  justify-content: end;
}
.sec11__text-box4 {
  display: flex;
  justify-content: space-between;
}
.sec11__text-box5 {
  width: 24vw;
}
.sec11__text {
  font-size: 33px;
  font-weight: 600;
  line-height: 55px;
  color: #009999;
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
  letter-spacing: -2px;
}
.sec11__text-box2 {
  margin-top: 50px;
  text-align: center;
}
.sec11__text2 {
  font-size: 33px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: -2px;
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
  color: #009999;
}
.sec11__text3 {
  font-size: 33px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: -2px;
  text-shadow: 0px 0px 3px #fff, 0px 0px 6px #fff, 0px 0px 9px #fff,
    2px 2px 9px #fff, -2px -2px 9px #fff, 0px 0px 12px #fff, 0px 0px 15px #fff;
  color: #009999;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 70%,
    #ffff00 85%
  );
  width: 650px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec11__sp__img {
  display: none;
}
.sec11__text-box3 {
  display: none;
}
@media screen and (max-width: 940px) {
  .sec11__img {
    display: none;
  }
  .sec11__sp__img {
    display: block;
    margin-top: 20px;
  }
  .sec11__text-box2 {
    display: none;
  }
  .sec11__box {
    width: 80%;
    top: 45vw;
  }
  .sec11__text {
    font-size: 3.3vw;
    line-height: 5.3vw;
  }
  .sec11__text-box3 {
    display: block;
    position: relative;
    width: 80%;
    top: -20vw;
    text-align: center;
    margin: 0 auto;
  }
  .sec11__text2 {
    font-size: 4.2vw;
    line-height: 7vw;
  }
  .sec11__text3 {
    font-size: 4.2vw;
    line-height: 7vw;
    width: fit-content;
  }
}
@media screen and (max-width: 550px) {
  .sec11__box {
    width: 55%;
    top: 35vw;
    left: 58%;
  }
  .sec11__text {
    font-size: 4.6vw;
    line-height: 7vw;
  }
  .sec11__text2,
  .sec11__text3,
  .sec11__text3 {
    font-size: 6vw;
    line-height: 9vw;
  }
}
/* /sec11 */
/* footer */
footer {
  width: 100%;
  height: 150px;
  background-color: #1fbabc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 940px) {
  footer {
    height: 100px;
  }
}
/* /footer */
img {
  width: 100%;
}
/* 下層page */
.company__ttl {
  text-align: center;
  font-size: 3vw;
  margin: 2vw auto;
}
table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
table th,
table td {
  padding: 2vw 0;
}
table th {
  width: 22vw;
}
@media screen and (max-width: 940px) {
  table tr {
    display: grid;
    padding: 0 20px;
  }
  table th {
    width: 100%;
  }
  table td {
    border-bottom: 2px dotted;
  }
  table tr:last-of-type {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .company__ttl {
    font-size: 7vw;
  }
}
