body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 26px;
  font-style: normal;
  color: #333;
  line-height: 1;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wrapper {
  width: 750px;
  margin-inline: auto;
  overflow-x: hidden;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

#fv {
  background: url(../img/fv_bg.png) no-repeat center 0/100%;
  height: 2300px;
  padding: 47px 0 0;
  position: relative;
  z-index: 2;
}
#fv .fv_txt01 {
  background: url(../img/fv_dot.png) no-repeat center bottom/100%;
  width: 635px;
  margin-inline: auto;
  padding: 0 0 18px;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0;
  white-space: nowrap;
}
#fv .fv_txt01 strong {
  color: #D21E46;
  font-size: 52px;
  font-weight: 700;
}
#fv h1 {
  width: 584px;
  margin: 59px 0 415px 46px;
}
#fv .fv_list {
  display: flex;
  justify-content: center;
  gap: 15px;
}
#fv .fv_list li {
  background: url(../img/fv_li.png) no-repeat center 0/100%;
  width: 220px;
  height: 240px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: 600;
  padding: 20px 0 0;
}
#fv .fv_list li .ico {
  width: 70px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 7px;
}
#fv .fv_list li .fv_list_txt {
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fv .fv_list li strong {
  font-weight: 600;
  color: #FDE680;
}
#fv .fv_list li sup {
  font-size: 50%;
}
#fv .fv_award {
  margin: 29px auto -13px;
}
#fv .fv_note {
  width: 690px;
  margin-inline: auto;
}
#fv .fv_note li {
  font-size: 22px;
  line-height: 40px;
}

.dl {
  width: 748px;
  margin-inline: auto;
  position: relative;
}
.dl ul {
  width: 100%;
  position: absolute;
  top: 177px;
  left: 110px;
  display: flex;
  align-items: center;
  gap: 44px;
}
.dl li:nth-child(1) {
  width: 226px;
}
.dl li:nth-child(2) {
  width: 258px;
}
@media (any-hover: hover) {
  .dl a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}

#worry {
  background: url(../img/worry_bg.jpg) no-repeat center 0/100%;
  height: 1790px;
  margin: -76px 0 0;
  padding: 140px 0 0;
}
#worry h2 {
  width: 682px;
  margin-inline: auto;
}
#worry .worry_txt {
  position: relative;
  height: 953px;
}
#worry .worry_txt p {
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  letter-spacing: -0.06em;
}
#worry .worry_txt p:nth-of-type(1) {
  top: 150px;
  left: 40px;
}
#worry .worry_txt p:nth-of-type(2) {
  top: 78px;
  left: 400px;
}
#worry .worry_txt p:nth-of-type(3) {
  top: 620px;
  left: 65px;
}
#worry .worry_txt p:nth-of-type(4) {
  top: 535px;
  left: 440px;
}
#worry .worry_txt p strong {
  font-size: 38px;
  line-height: 48px;
  color: #001333;
  display: block;
}
#worry .worry_solutuion {
  width: 710px;
  margin-inline: auto;
}

#save {
  background: url(../img/save_bg.jpg) no-repeat center 0/100%;
  height: 3670px;
  padding: 90px 0 0;
}
#save h2 {
  width: 602px;
  margin-inline: auto;
}
#save .save_img {
  width: 751px;
  margin: 28px 0 30px 30px;
}
#save .save_list {
  width: 690px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 30px 0;
}
#save .save_list li {
  background: #D21E46;
  border-radius: 50px 0px;
  width: 330px;
  height: 420px;
  padding: 42px 0 0;
}
#save .save_list li:nth-child(2), #save .save_list li:nth-child(3), #save .save_list li:nth-child(6) {
  background: rgba(219, 75, 107, 0.8);
}
#save .save_list li:nth-child(1) .txt {
  font-size: 80px;
  line-height: 90px;
}
#save .save_list li:nth-child(3) .txt {
  font-size: 48px;
  line-height: 58px;
  margin-top: -10px;
}
#save .save_list li:nth-child(4) {
  padding-top: 50px;
}
#save .save_list li:nth-child(4) .txt {
  font-size: 50px;
  line-height: 54px;
  margin-top: -25px;
}
#save .save_list .ico {
  width: 115px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
#save .save_list .txt {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 208px;
}
#save .save_list .txt strong {
  color: #FDF2B4;
  font-weight: 600;
}
#save .save_list .txt sup {
  font-size: 50%;
}
#save .save_option {
  background: url(../img/option.png) no-repeat center 0/100%;
  width: 690px;
  height: 360px;
  margin: 22px auto 35px;
  padding: 108px 0 0;
}
#save .save_option ul {
  width: 580px;
  margin: 0 auto 53px;
}
#save .save_option li {
  font-weight: 700;
  font-size: 30px;
  padding: 0 0 0 60px;
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}
#save .save_option li span {
  font-size: 30px;
  font-weight: 400;
}
#save .save_option li i {
  font-style: normal;
  font-size: 20px;
}
#save .save_option p {
  width: 580px;
  margin-inline: auto;
  font-size: 28px;
}
#save .save_note {
  width: 690px;
  margin: 10px auto 0;
}
#save .save_note li {
  font-size: 22px;
  line-height: 40px;
}

#step {
  background: url(../img/step_bg_top.png) no-repeat center 0, url(../img/step_bg.jpg) no-repeat center bottom;
  height: 4443px;
  padding: 344px 0 0;
  margin: -190px 0 0;
  position: relative;
  z-index: 2;
}
#step h2 {
  width: 696px;
  margin: 0 auto 55px;
}
#step .step_sub {
  display: flex;
  align-items: center;
  margin-left: 40px;
  gap: 22px;
}
#step .step_sub .num {
  width: 150px;
}
#step .step_sub h3 {
  color: #D21E46;
  font-size: 50px;
  line-height: 60px;
}
#step .step_inner {
  display: flex;
}
#step .arw {
  width: 328px;
  margin-inline: auto;
}
#step .step01 {
  margin-bottom: 13px;
}
#step .step01 .step_sub {
  margin-bottom: 40px;
}
#step .step01 .step_inner {
  gap: 0 20px;
  margin-bottom: 50px;
}
#step .step01 .type_ttl {
  width: 380px;
  height: 60px;
  background: #333;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  font-size: 27px;
  color: #fff;
  margin: 0 0 35px 46px;
}
#step .step01 .type_ttl img {
  width: 80px;
  margin: 0 15px 0 -20px;
}
#step .step01 .type_ttl.photo {
  margin-top: 83px;
}
#step .step01 .txt01 {
  width: 365px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 0 0 0 55px;
}
#step .step01 .txt01 p {
  font-weight: 700;
  margin-right: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#step .step01 .txt01 p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
}
#step .step01 .txt01 span {
  color: #fff;
  background: #87B6BE;
  display: block;
  width: 100px;
  height: 40px;
  border-radius: 100vh;
  text-align: center;
  padding: 6px 0 0;
  margin: 0 0 0 10px;
}
#step .step01 .txt01 i {
  font-style: normal;
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
#step .step01 .desc {
  width: 360px;
  margin: 10px 0 0 50px;
  font-size: 27px;
  line-height: 45px;
  font-weight: 400;
}
#step .step01 .image {
  width: 270px;
  margin-top: -5px;
}
#step .step02 {
  margin-bottom: 23px;
}
#step .step02 .step_sub {
  margin-bottom: 40px;
}
#step .step02 .step_inner {
  gap: 0 35px;
  margin-bottom: 20px;
}
#step .step02 .txt_wrap {
  width: 365px;
  margin: 0 0 0 55px;
}
#step .step02 .txt_wrap .txt01 p {
  font-size: 27px;
  line-height: 47px;
  margin-bottom: 48px;
}
#step .step02 .txt_wrap .txt01 li {
  font-size: 27px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  margin-bottom: 33px;
}
#step .step02 .txt_wrap .txt01 li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
}
#step .step02 .image01 {
  width: 250px;
}
#step .step02 .image02 {
  width: 694px;
  margin: 0 auto 20px;
}
#step .step03 .step_sub {
  margin-bottom: 45px;
}
#step .step03 .step_inner {
  gap: 0 35px;
  margin-bottom: 30px;
}
#step .step03 .txt_wrap {
  width: 365px;
  margin: 0 0 0 55px;
}
#step .step03 .txt_wrap .txt01 p {
  font-size: 27px;
  line-height: 47px;
  margin-bottom: 30px;
}
#step .step03 .image01 {
  width: 250px;
  margin-top: -35px;
}
#step .step04 {
  margin-bottom: 55px;
}
#step .step04 .step_sub {
  margin-bottom: 35px;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
#step .step04 .step_sub span {
  font-size: 30px;
  display: block;
  line-height: 1;
}
#step .step04 .note {
  font-size: 22px;
  margin: 0 0 75px 57px;
  font-weight: 400;
}
#step .step04 .post {
  background: #FEF0B2;
  width: 720px;
  height: 100px;
  border-radius: 0px 50px 50px 0px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 190px;
}
#step .step04 .post img {
  width: 126px;
  position: absolute;
  bottom: 0;
  left: 55px;
}
#step .step04 .post p {
  font-size: 32px;
  font-weight: 700;
}
#step .step04 .post p strong {
  color: #D21E46;
  font-size: 42px;
  font-weight: 700;
}

#voice {
  background: url(../img/voice_bg.jpg) no-repeat center 0/100%;
  height: 2750px;
  padding: 100px 0 0;
}
#voice h2 {
  background: url(../img/voice_ttl.png) no-repeat center 0/100%;
  width: 650px;
  height: 298px;
  margin: 0 auto 102px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  padding: 104px 0 0;
}
#voice h2 strong {
  display: block;
  font-weight: 700;
  font-size: 80px;
  margin-top: 10px;
}
#voice h2 strong i {
  font-style: normal;
  font-size: 70%;
}
#voice .box {
  padding: 62px 0 0 60px;
}
#voice .box h3 {
  color: #D21E46;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 80px;
}
#voice .box p {
  width: 550px;
  font-size: 27px;
  line-height: 47px;
  font-weight: 400;
}
#voice .box p strong {
  background: #FDF2B4;
  font-weight: 700;
}
#voice .box01 {
  height: 640px;
  margin-bottom: 110px;
}
#voice .box02 {
  height: 590px;
  margin: 0 0 110px 80px;
}
#voice .box02 h3 {
  padding-left: 210px;
}

#end {
  background: url(../img/end_bg.png) no-repeat center 0/100%;
  height: 1286px;
  margin-top: -136px;
  padding: 210px 0 0;
}
#end h2 {
  width: 481px;
  margin-inline: auto;
}
#end .end_list {
  display: flex;
  justify-content: center;
  margin: 340px auto 15px;
  gap: 15px;
}
#end .end_list li {
  background: url(../img/maru.png) no-repeat center 0/100%;
  width: 220px;
  height: 220px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#end .end_list li p {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
}
#end .end_list li strong {
  color: #FEF0B2;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.4666666667vw;
  }
  #fv {
    background: url(../img/fv_bg.png) no-repeat center 0/100% 100%;
    height: 306.6666666667vw;
    padding: 6.2666666667vw 0 0;
    position: relative;
    z-index: 2;
  }
  #fv .fv_txt01 {
    background: url(../img/fv_dot.png) no-repeat center bottom/100%;
    width: 84.6666666667vw;
    margin-inline: auto;
    padding: 0 0 2.4vw;
    text-align: center;
    font-weight: 700;
    font-size: 4.5333333333vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #fv .fv_txt01 strong {
    color: #D21E46;
    font-size: 6.9333333333vw;
    font-weight: 700;
  }
  #fv h1 {
    width: 77.8666666667vw;
    margin: 7.8666666667vw 0 55.3333333333vw 6.1333333333vw;
  }
  #fv .fv_list {
    display: flex;
    justify-content: center;
    gap: 2vw;
  }
  #fv .fv_list li {
    background: url(../img/fv_li.png) no-repeat center 0/100%;
    width: 29.3333333333vw;
    height: 32vw;
    text-align: center;
    color: #fff;
    font-size: 4.5333333333vw;
    line-height: 5.6vw;
    letter-spacing: 0;
    font-weight: 600;
    padding: 2.6666666667vw 0 0;
  }
  #fv .fv_list li .ico {
    width: 9.3333333333vw;
    height: 8.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.9333333333vw;
  }
  #fv .fv_list li .fv_list_txt {
    height: 16.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #fv .fv_list li strong {
    font-weight: 600;
    color: #FDE680;
  }
  #fv .fv_list li sup {
    font-size: 50%;
  }
  #fv .fv_award {
    margin: 3.8666666667vw auto -1.7333333333vw;
  }
  #fv .fv_note {
    width: 92vw;
    margin-inline: auto;
  }
  #fv .fv_note li {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
  }
  .dl {
    width: 99.7333333333vw;
    margin-inline: auto;
    position: relative;
  }
  .dl ul {
    width: 100%;
    position: absolute;
    top: 23.6vw;
    left: 14.6666666667vw;
    display: flex;
    align-items: center;
    gap: 5.8666666667vw;
  }
  .dl li:nth-child(1) {
    width: 30.1333333333vw;
  }
  .dl li:nth-child(2) {
    width: 34.4vw;
  }
}
@media screen and (max-width: 768px) and (any-hover: hover) {
  .dl a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #worry {
    background: url(../img/worry_bg.jpg) no-repeat center 0/100% 100%;
    height: 238.6666666667vw;
    margin: -10.1333333333vw 0 0;
    padding: 18.6666666667vw 0 0;
  }
  #worry h2 {
    width: 90.9333333333vw;
    margin-inline: auto;
  }
  #worry .worry_txt {
    position: relative;
    height: 127.0666666667vw;
  }
  #worry .worry_txt p {
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    font-size: 4vw;
    line-height: 4.6666666667vw;
    position: absolute;
    letter-spacing: -0.06em;
  }
  #worry .worry_txt p:nth-of-type(1) {
    top: 20vw;
    left: 5.3333333333vw;
  }
  #worry .worry_txt p:nth-of-type(2) {
    top: 10.4vw;
    left: 53.3333333333vw;
  }
  #worry .worry_txt p:nth-of-type(3) {
    top: 82.6666666667vw;
    left: 8.6666666667vw;
  }
  #worry .worry_txt p:nth-of-type(4) {
    top: 71.3333333333vw;
    left: 58.6666666667vw;
  }
  #worry .worry_txt p strong {
    font-size: 5.0666666667vw;
    line-height: 6.4vw;
    color: #001333;
    display: block;
  }
  #worry .worry_solutuion {
    width: 94.6666666667vw;
    margin-inline: auto;
  }
  #save {
    background: url(../img/save_bg.jpg) no-repeat center 0/100% 100%;
    height: 489.3333333333vw;
    padding: 12vw 0 0;
  }
  #save h2 {
    width: 80.2666666667vw;
    margin-inline: auto;
  }
  #save .save_img {
    width: 100.1333333333vw;
    margin: 3.7333333333vw 0 4vw 4vw;
  }
  #save .save_list {
    width: 92vw;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 4vw 0;
  }
  #save .save_list li {
    background: #D21E46;
    border-radius: 6.6666666667vw 0vw;
    width: 44vw;
    height: 56vw;
    padding: 5.6vw 0 0;
  }
  #save .save_list li:nth-child(2), #save .save_list li:nth-child(3), #save .save_list li:nth-child(6) {
    background: rgba(219, 75, 107, 0.8);
  }
  #save .save_list li:nth-child(1) .txt {
    font-size: 10.6666666667vw;
    line-height: 12vw;
  }
  #save .save_list li:nth-child(3) .txt {
    font-size: 6.4vw;
    line-height: 7.7333333333vw;
    margin-top: -1.3333333333vw;
  }
  #save .save_list li:nth-child(4) {
    padding-top: 6.6666666667vw;
  }
  #save .save_list li:nth-child(4) .txt {
    font-size: 6.6666666667vw;
    line-height: 7.2vw;
    margin-top: -3.3333333333vw;
  }
  #save .save_list .ico {
    width: 15.3333333333vw;
    height: 14.1333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4vw;
  }
  #save .save_list .txt {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 5.6vw;
    line-height: 6.9333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27.7333333333vw;
  }
  #save .save_list .txt strong {
    color: #FDF2B4;
    font-weight: 600;
  }
  #save .save_list .txt sup {
    font-size: 50%;
  }
  #save .save_option {
    background: url(../img/option.png) no-repeat center 0/100%;
    width: 92vw;
    height: 48vw;
    margin: 2.9333333333vw auto 4.6666666667vw;
    padding: 14.4vw 0 0;
  }
  #save .save_option ul {
    width: 77.3333333333vw;
    margin: 0 auto 7.0666666667vw;
  }
  #save .save_option li {
    font-weight: 700;
    font-size: 4vw;
    padding: 0 0 0 8vw;
    margin: 0 0 5.3333333333vw;
    display: flex;
    justify-content: space-between;
  }
  #save .save_option li span {
    font-size: 4vw;
    font-weight: 400;
  }
  #save .save_option li i {
    font-style: normal;
    font-size: 2.6666666667vw;
  }
  #save .save_option p {
    width: 77.3333333333vw;
    margin-inline: auto;
    font-size: 3.7333333333vw;
  }
  #save .save_note {
    width: 92vw;
    margin: 1.3333333333vw auto 0;
  }
  #save .save_note li {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
  }
  #step {
    background: url(../img/step_bg_top.png) no-repeat center 0, url(../img/step_bg.jpg) no-repeat center bottom;
    background-size: 100% auto, 100% 100%;
    height: 592.4vw;
    padding: 45.8666666667vw 0 0;
    margin: -25.3333333333vw 0 0;
    position: relative;
    z-index: 2;
  }
  #step h2 {
    width: 92.8vw;
    margin: 0 auto 7.3333333333vw;
  }
  #step .step_sub {
    display: flex;
    align-items: center;
    margin-left: 5.3333333333vw;
    gap: 2.9333333333vw;
  }
  #step .step_sub .num {
    width: 20vw;
  }
  #step .step_sub h3 {
    color: #D21E46;
    font-size: 6.6666666667vw;
    line-height: 8vw;
  }
  #step .step_inner {
    display: flex;
  }
  #step .arw {
    width: 43.7333333333vw;
    margin-inline: auto;
  }
  #step .step01 {
    margin-bottom: 1.7333333333vw;
  }
  #step .step01 .step_sub {
    margin-bottom: 5.3333333333vw;
  }
  #step .step01 .step_inner {
    gap: 0 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  #step .step01 .type_ttl {
    width: 50.6666666667vw;
    height: 8vw;
    background: #333;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    font-size: 3.6vw;
    color: #fff;
    margin: 0 0 4.6666666667vw 6.1333333333vw;
  }
  #step .step01 .type_ttl img {
    width: 10.6666666667vw;
    margin: 0 2vw 0 -2.6666666667vw;
  }
  #step .step01 .type_ttl.photo {
    margin-top: 11.0666666667vw;
  }
  #step .step01 .txt01 {
    width: 48.6666666667vw;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 0 0 7.3333333333vw;
  }
  #step .step01 .txt01 p {
    font-weight: 700;
    margin-right: 2vw;
    display: flex;
    align-items: center;
    gap: 1.6vw;
  }
  #step .step01 .txt01 p::before {
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    background: #333;
  }
  #step .step01 .txt01 span {
    color: #fff;
    background: #87B6BE;
    display: block;
    width: 13.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 100vh;
    text-align: center;
    padding: 0.8vw 0 0;
    margin: 0 0 0 1.3333333333vw;
  }
  #step .step01 .txt01 i {
    font-style: normal;
    width: 100%;
    text-align: right;
    margin-top: 1.3333333333vw;
  }
  #step .step01 .desc {
    width: 48vw;
    margin: 1.3333333333vw 0 0 6.6666666667vw;
    font-size: 3.6vw;
    line-height: 6vw;
    font-weight: 400;
  }
  #step .step01 .image {
    width: 36vw;
    margin-top: -0.6666666667vw;
  }
  #step .step02 {
    margin-bottom: 3.0666666667vw;
  }
  #step .step02 .step_sub {
    margin-bottom: 5.3333333333vw;
  }
  #step .step02 .step_inner {
    gap: 0 4.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  #step .step02 .txt_wrap {
    width: 48.6666666667vw;
    margin: 0 0 0 7.3333333333vw;
  }
  #step .step02 .txt_wrap .txt01 p {
    font-size: 3.6vw;
    line-height: 6.2666666667vw;
    margin-bottom: 6.4vw;
  }
  #step .step02 .txt_wrap .txt01 li {
    font-size: 3.6vw;
    display: flex;
    align-items: center;
    gap: 2vw;
    font-weight: 700;
    margin-bottom: 4.4vw;
  }
  #step .step02 .txt_wrap .txt01 li::before {
    content: "";
    display: block;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    background: #333;
  }
  #step .step02 .image01 {
    width: 33.3333333333vw;
  }
  #step .step02 .image02 {
    width: 92.5333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
  #step .step03 .step_sub {
    margin-bottom: 6vw;
  }
  #step .step03 .step_inner {
    gap: 0 4.6666666667vw;
    margin-bottom: 4vw;
  }
  #step .step03 .txt_wrap {
    width: 48.6666666667vw;
    margin: 0 0 0 7.3333333333vw;
  }
  #step .step03 .txt_wrap .txt01 p {
    font-size: 3.6vw;
    line-height: 6.2666666667vw;
    margin-bottom: 4vw;
  }
  #step .step03 .image01 {
    width: 33.3333333333vw;
    margin-top: -4.6666666667vw;
  }
  #step .step04 {
    margin-bottom: 7.3333333333vw;
  }
  #step .step04 .step_sub {
    margin-bottom: 4.6666666667vw;
    white-space: nowrap;
    letter-spacing: -0.05em;
  }
  #step .step04 .step_sub span {
    font-size: 4vw;
    display: block;
    line-height: 1;
  }
  #step .step04 .note {
    font-size: 2.9333333333vw;
    margin: 0 0 10vw 7.6vw;
    font-weight: 400;
  }
  #step .step04 .post {
    background: #FEF0B2;
    width: 96vw;
    height: 13.3333333333vw;
    border-radius: 0vw 6.6666666667vw 6.6666666667vw 0vw;
    box-shadow: 0.9333333333vw 0.9333333333vw 0.6666666667vw rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 25.3333333333vw;
  }
  #step .step04 .post img {
    width: 16.8vw;
    position: absolute;
    bottom: 0;
    left: 7.3333333333vw;
  }
  #step .step04 .post p {
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
  #step .step04 .post p strong {
    color: #D21E46;
    font-size: 5.6vw;
    font-weight: 700;
  }
  #voice {
    background: url(../img/voice_bg.jpg) no-repeat center 0/100% 100%;
    height: 366.6666666667vw;
    padding: 13.3333333333vw 0 0;
  }
  #voice h2 {
    background: url(../img/voice_ttl.png) no-repeat center 0/100%;
    width: 86.6666666667vw;
    height: 39.7333333333vw;
    margin: 0 auto 13.6vw;
    color: #fff;
    text-align: center;
    font-size: 6.6666666667vw;
    font-weight: 600;
    padding: 13.8666666667vw 0 0;
  }
  #voice h2 strong {
    display: block;
    font-weight: 700;
    font-size: 10.6666666667vw;
    margin-top: 1.3333333333vw;
  }
  #voice h2 strong i {
    font-style: normal;
    font-size: 70%;
  }
  #voice .box {
    padding: 8.2666666667vw 0 0 8vw;
  }
  #voice .box h3 {
    color: #D21E46;
    font-size: 6.1333333333vw;
    line-height: 7.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  #voice .box p {
    width: 73.3333333333vw;
    font-size: 3.6vw;
    line-height: 6.2666666667vw;
    font-weight: 400;
  }
  #voice .box p strong {
    background: #FDF2B4;
    font-weight: 700;
  }
  #voice .box01 {
    height: 85.3333333333vw;
    margin-bottom: 14.6666666667vw;
  }
  #voice .box02 {
    height: 78.6666666667vw;
    margin: 0 0 14.6666666667vw 10.6666666667vw;
  }
  #voice .box02 h3 {
    padding-left: 28vw;
  }
  #end {
    background: url(../img/end_bg.png) no-repeat center 0/100% 100%;
    height: 171.4666666667vw;
    margin-top: -18.1333333333vw;
    padding: 28vw 0 0;
  }
  #end h2 {
    width: 64.1333333333vw;
    margin-inline: auto;
  }
  #end .end_list {
    display: flex;
    justify-content: center;
    margin: 45.3333333333vw auto 2vw;
    gap: 2vw;
  }
  #end .end_list li {
    background: url(../img/maru.png) no-repeat center 0/100%;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #end .end_list li p {
    font-size: 4.5333333333vw;
    line-height: 5.6vw;
    font-weight: 600;
  }
  #end .end_list li strong {
    color: #FEF0B2;
    font-weight: 600;
  }
}/*# sourceMappingURL=style.css.map */