html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #000;
  font-style: normal;
}
html * {
  font-weight: 400;
}

@font-face {
  font-family: FuturaStdBook;
  src: url("../fonts/FuturaStdBook.otf");
}
@font-face {
  font-family: FuturaStdHeavyOblique;
  src: url("../fonts/FuturaStdHeavyOblique.otf");
}
@font-face {
  font-family: FuturaStdBoldCondensedOblique;
  src: url("../fonts/FuturaStdBoldCondensedOblique.otf");
}
.font01 {
  font-family: FuturaStdBook;
}

.font02 {
  font-family: FuturaStdHeavyOblique;
}

.font03 {
  font-family: FuturaStdBoldCondensedOblique;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* TB */
.tb{
  display: none;
}
@media (min-width: 900px) and (max-width: 1070px) {
  .tb{
    display: block;
  }
}
.op {
  display: block !important;
}

.os {
  display: none !important;
}

.indent{
  text-indent: -1em;
  padding-left: 1em;
}

main section {
  position: relative;
}
main section .idpoint {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -100px;
  left: 0;
}
main section .mainttl {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: 500;
  background-image: url(../img/icon_wave.svg);
  background-size: 40px auto;
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
main section.s01 .wrapper {
  position: relative;
}
main section.s01 .wrapper .ttlbox {
  max-width: 1100px;
  width: 100%;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
}
main section.s01 .wrapper .ttlbox h1 {
  font-size: 16px;
}
main section.s01 .wrapper .ttlbox h1 span {
  font-size: 60px;
  color: #ef6a00;
  letter-spacing: 4px;
  display: inline-block;
  margin-right: 25px;
}
main section.s01 .wrapper .ttlbox .t01 {
  font-size: 27px;
}
main section.s01 .wrapper .gnav {
  max-width: 1100px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
}
main section.s01 .wrapper .gnav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .gnav ul li {
  width: calc((100% - 60px) / 4);
}
main section.s01 .wrapper .gnav ul li a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 80px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
  text-decoration: none;
  color: #000;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .gnav ul li a::after{
  position: absolute;
  content: "";
  background-image: url(../img/arrow.svg);
  width: 8px;
  height: 16px;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;

}
main section.s01 .wrapper .gnav ul li a span {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 24px;
}
main section.s01 .wrapper .gnav ul li a:hover {
  opacity: 1;
  background-color: #ef6a00;
  color: #fff;
}
main section.s01 .wrapper .gnav ul li a:hover::after{
  background-image: url(../img/arrow-active.svg);
}
main section.s01 .wrapper .questionnaire{
  max-width: 1100px;
  width: 100%;
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
}
main section.s01 .wrapper .questionnaire p{
  width: 100%;
}
main section.s01 .wrapper .questionnaire p a{
  display: inline-block;
  /* background-image: url(../img/fv_questionnaire.svg); */
  background-image: url(../img/fv_questionnaire.webp);
  max-width: 300px;
  width: 100%;
  height: 100px;
  padding: 0 20px;
}
main section.s01 .wrapper .questionnaire p a:hover{
  /* background-image: url(../img/fv_questionnaire-active.svg); */
  background-image: url(../img/fv_questionnaire-active.webp);
  opacity: 1;
}
main section.s01 .wrapper .bg {
  width: 100%;
  display: block;
}
main section.s02 {
  margin-top: 120px;
  padding: 0 40px 100px;
  background-image: url(../img/s0202.svg);
  background-size: 100% auto;
  /* background-position: bottom 0 center; */
  background-position: center top;
  background-repeat: no-repeat;
}
main section.s02 .idpoint {
  top: 20px;
}
main section.s02 .wrapper {
  max-width: 1060px;
  margin: 0 auto;
}
main section.s02 .wrapper .t01 {
  /* font-size: 16px;
  line-height: 180%; */
  font-size: 22px;
  text-align: center;
  line-height: 38px;
}
main section.s02 .wrapper .t01 img {
  width: 500px;
  display: block;
  float: left;
  margin: 0 50px 30px 0;
}
main section.s03 {
  padding: 80px 40px 120px;
  background-color: #f1f3f4;
}
main section.s03 .idpoint {
  top: 20px;
}
main section.s03 .wrapper {
  max-width: 1060px;
  margin: 0 auto;
}
main section.s03 .wrapper .t01 {
  font-size: 22px;
  text-align: center;
  line-height: 38px;
}
main section.s03 .wrapper .photobox {
  position: relative;
  margin-top: 50px;
}
main section.s03 .wrapper .photobox img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .photobox dl {
  width: 226px;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid #ef6a00;
  position: absolute;
  right: 90px;
  bottom: 130px;
  padding: 30px 0 30px 50px;
}
main section.s03 .wrapper .photobox dl dt {
  font-size: 18px;
  font-weight: 500;
}
main section.s03 .wrapper .photobox dl dd {
  font-size: 26px;
  font-weight: 500;
}
main section.s03 .wrapper .t02 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 40px;
}
main section.s03 .wrapper .subttl {
  font-size: 22px;
  line-height: 38px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  margin-top: 60px;
}
main section.s03 .wrapper .subttl::before {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #ef6a00;
}
main section.s03 .wrapper .qa_dl {
  margin-top: 25px;
}
main section.s03 .wrapper .qa_dl dt {
  background-image: url(../img/icon_q.svg);
  background-size: 24.5px auto;
  background-position: top 5px left 0;
  background-repeat: no-repeat;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #ef6a00;
  line-height: 180%;
}
main section.s03 .wrapper .qa_dl dd {
  font-size: 16px;
  line-height: 185%;
  margin-top: 15px;
}
main section.s03 .wrapper .box01,
main section.s03 .wrapper .box02 {
  margin-top: 30px;
}
main section.s03 .wrapper .box01 img,
main section.s03 .wrapper .box02 img {
  width: 450px;
  display: block;
  float: left;
  margin: 0 50px 30px 0;
}
main section.s03 .wrapper .box01 .q,
main section.s03 .wrapper .box02 .q {
  background-image: url(../img/icon_q.svg);
  background-size: 24.5px auto;
  background-position: top 2px left 0;
  background-repeat: no-repeat;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #ef6a00;
  line-height: 180%;
  padding-bottom: 15px;
}
main section.s03 .wrapper .box01 .txt,
main section.s03 .wrapper .box02 .txt {
  font-size: 16px;
  line-height: 185%;
}
main section.s03 .wrapper .box02 img {
  float: right;
  margin: 0 0 30px 50px;
}
main section.s03 .wrapper .box03 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper .box03 img {
  width: 350px;
  display: block;
}
main section.s03 .wrapper .box03 .txtbox {
  width: calc(100% - 350px);
  padding-left: 45px;
}
main section.s03 .wrapper .box03 .txtbox .t05 {
  font-size: 18px;
  font-weight: 500;
}
main section.s03 .wrapper .box03 .txtbox .t05 span {
  font-size: 16px;
  font-weight: 400;
}
main section.s03 .wrapper .box03 .txtbox .t06 {
  border-bottom: 1px solid #ef6a00;
  position: relative;
  height: 20px;
  margin-top: 15px;
}
main section.s03 .wrapper .box03 .txtbox .t06 span {
  display: inline-block;
  background-color: #f1f3f4;
  padding: 0 5px 5px 0;
  font-size: 18px;
  font-weight: 500;
  color: #ef6a00;
  position: absolute;
  bottom: -10px;
  left: 0;
}
main section.s03 .wrapper .box03 .txtbox .t07 {
  font-size: 16px;
  line-height: 185%;
  margin-top: 10px;
}
main section.s04 {
  padding: 80px 40px 120px;
  background-image: url(../img/s0402.svg);
  background-size: calc(100% - 20px) auto;
  background-repeat: no-repeat;
  background-position: bottom 10px right 0;
}
main section.s04 .idpoint {
  top: 20px;
}
main section.s04 .bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
}
main section.s04 .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
main section.s04 .wrapper .t01 {
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}
main section.s04 .wrapper .box01 {
  background-color: #fff;
  padding: 10px;
  position: relative;
  margin-top: 60px;
  -webkit-box-shadow: 4px 4px 12px rgba(81, 8, 13, 0.1);
          box-shadow: 4px 4px 12px rgba(81, 8, 13, 0.1);
}
main section.s04 .wrapper .box01::before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../img/bg_dots01.png);
  background-size: auto 3px;
  background-position: top 0 left 0;
  background-repeat: repeat-x;
}
main section.s04 .wrapper .box01::after {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  background-image: url(../img/bg_dots01.png);
  background-size: auto 3px;
  background-position: top 0 left 0;
  background-repeat: repeat-x;
}
main section.s04 .wrapper .box01 .inner {
  position: relative;
}
main section.s04 .wrapper .box01 .inner::before {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../img/bg_dots02.png);
  background-size: 3px auto;
  background-position: top 0 left 0;
  background-repeat: repeat-y;
}
main section.s04 .wrapper .box01 .inner::after {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/bg_dots02.png);
  background-size: 3px auto;
  background-position: top 0 left 0;
  background-repeat: repeat-y;
}
main section.s04 .wrapper .box01 .inner {
  padding-top: 50px;
}
main section.s04 .wrapper .box01 .inner .logo {
  width: 250px;
  display: block;
  margin: 0 auto;
}
main section.s04 .wrapper .box01 .inner .t02 {
  text-align: center;
  margin-top: 10px;
}
main section.s04 .wrapper .box01 .inner .t02 span {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fce1cc));
  background: linear-gradient(transparent 50%, #fce1cc 50%);
}
main section.s04 .wrapper .box01 .inner .t03 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}
main section.s04 .wrapper .box01 .inner .dl01 {
  width: calc(100% - 100px);
  margin: 30px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s04 .wrapper .box01 .inner .dl01 dt {
  width: calc(50% - 85px);
}
main section.s04 .wrapper .box01 .inner .dl01 dt img {
  max-width: 100%;
  width: 100%;
  display: block;
}
main section.s04 .wrapper .box01 .inner .dl01 dd {
  width: calc(50% + 85px);
  padding-left: 50px;
  font-size: 18px;
  line-height: 170%;
  font-weight: 500;
}



main section.s04 .wrapper .box01 .inner .dl03 {
  padding: 50px 50px 50px;
  margin: 50px auto 0;
  background-color: #f0ede5;
}
main section.s04 .wrapper .box01 .inner .dl03 dt {
  font-weight: bold;
  background-color: #fff;
  font-size: 20px;
  line-height: 150%;
  padding: 5px 20px;
  border-radius: 50px;
}
main section.s04 .wrapper .box01 .inner .dl03 dd {
  font-size: 16px;
  line-height: 185%;
  margin-top: 10px;
}
main section.s04 .wrapper .box0102 {
  margin-top: 80px;
}
main section.s04 .wrapper .box0102 .inner .logo {
  width: 304px;
}
main section.s04 .wrapper .box0102 .inner .dl01 dt img {
  width: 276px;
  margin: 0 auto;
}
main section.s05 {
  background-color: #fdf0e6;
  padding: 80px 40px;
  margin-top: 100px;
}
main section.s05 .idpoint {
  top: 20px;
}
main section.s05 .idpoint {
  top: 20px;
}
main section.s05 .wrapper {
  max-width: 1060px;
  margin: 0 auto;
}
main section.s05 .wrapper .t01 {
  text-align: right;
  font-size: 16px;
}
/* main section.s05 .wrapper .graphlist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
main section.s05 .wrapper .graphlist li {
  width: 47.5%;
  background-color: #fff;
  padding: 2% 0 4%;
}
main section.s05 .wrapper .graphlist li.li02 {
  padding: 4.8% 0 4%;
}
main section.s05 .wrapper .graphlist li img {
  width: 74.5%;
  max-width: 376px;
  display: block;
  margin: 0 auto;
} */
main section.s05 .wrapper .dl01 {
  margin-top: 50px;
}
main section.s05 .wrapper .dl01 dt {
  text-align: center;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  padding: 15px 0;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
main section.s05 .wrapper .dl01 dt.active::before{
  opacity: 1;
  
}
main section.s05 .wrapper .dl01 dt::before{
  content: "";
  opacity: 0;
  transition: all ease .3s;
  transition-delay: .9s;
  position: absolute;
  width: 90vw;
  max-width: 710px;
  height: 240px;
  background-image: url(../img/s0517-arrow.svg);
  z-index: -1;
  top: 41%;
  left: 13%;
  @media (min-width: 900px) and (max-width: 1200px) {
    width: 62vw;
  }
}
main section.s05 .wrapper .dl01 dd {
  /* background-color: #fff; */
  padding: 45px 40px 20px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
main section.s05 .wrapper .dl01 dd img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper .dl02 {
  margin-top: 50px;
}
main section.s05 .wrapper .dl02 dt {
  background-color: #FFF;
  border: 1px solid #ef6a00;
  /* text-align: center; */
  font-size: 20px;
  line-height: 45px;
  color: #333;
  font-weight: 500;
  padding: 2.5px 0 2.5px 25px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
main section.s05 .wrapper .dl02 dt img {
  width: 99px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
main section.s05 .wrapper .dl02 dd {
  /* background-color: #fff; */
  padding: 40px 40px 40px;
  margin-top: -25px;
  text-indent: -1em;
  position: relative;
  z-index: 1;
}
main section.s05 .wrapper .dl02 dd + dd{
  padding-top: 0;
}
main section.survey{
  /* padding: 0 40px 110px; */
  background-image: url(../img/survey.svg);
  background-size: 100% auto;
  /* background-position: bottom 0 center; */
  background-position: center top;
  background-repeat: no-repeat;
}
main section.s06 {
  padding: 0 40px 110px;
  background-image: url(../img/s0602.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
main section.s06 .wrapper {
  position: relative;
  z-index: 2;
  background-color: #f7f6f0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 0 80px;
  -webkit-box-shadow: 0 5px 10px rgba(81, 8, 13, 0.2);
          box-shadow: 0 5px 10px rgba(81, 8, 13, 0.2);
}
main section.s06 .bg {
  width: 150px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
}

/* 共通 */
main section .btn_link {
  width: 420px;
  border: 1px solid #9e9e9e;
  text-decoration: none;
  display: block;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000;
  background-color: #ffffff;
  padding: 20px 0;
  background-image: url(../img/s0603.svg);
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
main section .btn_link:hover {
  opacity: 1;
  color: #fff;
  background-color: #9e9e9e;
  background-image: url(../img/s0603_hover.svg);
}

@media screen and (max-width: 899px) {
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -100px;
    left: 0;
  }
  main section .mainttl {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    background-image: url(../img/icon_wave.svg);
    background-size: 40px auto;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
  }
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper .ttlbox {
    max-width: 1100px;
    width: 100%;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 20px;
  }
  main section.s01 .wrapper .ttlbox h1 {
    font-size: 12px;
    text-align: center;
  }
  main section.s01 .wrapper .ttlbox h1 span {
    font-size: 42px;
    color: #ef6a00;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    margin-right: 0;
    line-height: 115%;
    padding-bottom: 5px;
  }
  main section.s01 .wrapper .ttlbox .t01 {
    font-size: 18px;
    text-align: center;
    line-height: 130%;
    margin-top: 10px;
  }
  main section.s01 .wrapper .gnav {
    max-width: 1100px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 15px;
  }
  main section.s01 .wrapper .gnav ul {
    display: block;
    margin-bottom: 10px;
  }
  main section.s01 .wrapper .gnav ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  main section.s01 .wrapper .gnav ul li a {
    width: 100%;
    height: calc((100vw - 30px) * 0.215);
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    color: #000;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .gnav ul li a span {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  main section.s01 .wrapper .gnav ul li a:hover {
    opacity: 1;
    background-color: #ef6a00;
    color: #fff;
  }
  main section.s01 .wrapper .questionnaire{
    top: 220px;
  }
  main section.s01 .wrapper .questionnaire p{
    text-align: center;
  }
  main section.s01 .wrapper .bg {
    width: 100%;
    display: block;
  }
  main section.s02 {
    padding: 55px 15px 20vw;
    background-image: url(../img/s0202_sp.svg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  main section.s02 .idpoint {
    top: 5px;
  }
  main section.s02 .wrapper {
    max-width: 1060px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .t01 {
    font-size: 16px;
    line-height: 180%;
  }
  main section.s02 .wrapper .t01 img {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    float: none;
  }
  main section.s03 {
    padding: 55px 15px 55px;
    background-color: #f1f3f4;
  }
  main section.s03 .idpoint {
    top: 5px;
  }
  main section.s03 .wrapper {
    max-width: 1060px;
    margin: 0 auto;
  }
  main section.s03 .wrapper .t01 {
    font-size: 19px;
    text-align: center;
    line-height: 38px;
  }
  main section.s03 .wrapper .photobox {
    position: relative;
    margin-top: 35px;
  }
  main section.s03 .wrapper .photobox img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .photobox dl {
    width: 168px;
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid #ef6a00;
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    margin: 0 auto;
    padding: 1px 0 4px 20px;
  }
  main section.s03 .wrapper .photobox dl dt {
    font-size: 18px;
    font-weight: 500;
  }
  main section.s03 .wrapper .photobox dl dd {
    line-height: 140%;
    font-size: 26px;
    font-weight: 500;
  }
  main section.s03 .wrapper .t02 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 35px;
  }
  main section.s03 .wrapper .subttl {
    font-size: 22px;
    line-height: 38px;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
    margin-top: 60px;
  }
  main section.s03 .wrapper .subttl::before {
    content: "";
    width: 1px;
    height: calc(100% - 16px);
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #ef6a00;
  }
  main section.s03 .wrapper .qa_dl {
    margin-top: 25px;
  }
  main section.s03 .wrapper .qa_dl dt {
    background-image: url(../img/icon_q.svg);
    background-size: 24.5px auto;
    background-position: top 5px left 0;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 500;
    color: #ef6a00;
    line-height: 180%;
  }
  main section.s03 .wrapper .qa_dl dd {
    font-size: 16px;
    line-height: 185%;
    margin-top: 15px;
  }
  main section.s03 .wrapper .box01,
  main section.s03 .wrapper .box02 {
    margin-top: 30px;
  }
  main section.s03 .wrapper .box01 img,
  main section.s03 .wrapper .box02 img {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    display: block;
  }
  main section.s03 .wrapper .box01 .q,
  main section.s03 .wrapper .box02 .q {
    background-image: url(../img/icon_q.svg);
    background-size: 24.5px auto;
    background-position: top 2px left 0;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 500;
    color: #ef6a00;
    line-height: 180%;
    padding-bottom: 15px;
  }
  main section.s03 .wrapper .box01 .txt,
  main section.s03 .wrapper .box02 .txt {
    font-size: 16px;
    line-height: 185%;
  }
  main section.s03 .wrapper .box02 img {
    width: 100%;
    float: none;
    margin: 0 0 35px;
  }
  main section.s03 .wrapper .box03 {
    display: block;
    background-color: #fff;
    margin-top: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 25px;
  }
  main section.s03 .wrapper .box03 img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  main section.s03 .wrapper .box03 .txtbox {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  main section.s03 .wrapper .box03 .txtbox .t05 {
    font-size: 18px;
    font-weight: 500;
  }
  main section.s03 .wrapper .box03 .txtbox .t05 span {
    font-size: 16px;
    font-weight: 400;
  }
  main section.s03 .wrapper .box03 .txtbox .t06 {
    border-bottom: 1px solid #ef6a00;
    position: relative;
    height: 20px;
    margin-top: 15px;
  }
  main section.s03 .wrapper .box03 .txtbox .t06 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 5px 5px 0;
    font-size: 18px;
    font-weight: 500;
    color: #ef6a00;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  main section.s03 .wrapper .box03 .txtbox .t07 {
    font-size: 16px;
    line-height: 185%;
    margin-top: 10px;
  }
  main section.s04 {
    padding: 55px 15px 25vw;
    background-image: url(../img/s0402_sp.svg);
    background-size: calc(100% - 20px) auto;
    background-repeat: no-repeat;
    background-position: bottom 10px right 0;
  }
  main section.s04 .idpoint {
    top: 5px;
  }
  main section.s04 .bg {
    width: 100%;
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
  }
  main section.s04 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .t01 {
    font-size: 22px;
    line-height: 38px;
    text-align: center;
  }
  main section.s04 .wrapper .box01 {
    background-color: #fff;
    padding: 5px;
    position: relative;
    margin-top: 60px;
    -webkit-box-shadow: 2px 2px 8px rgba(81, 8, 13, 0.2);
            box-shadow: 2px 2px 8px rgba(81, 8, 13, 0.2);
  }
  main section.s04 .wrapper .box01::before {
    display: block;
    content: "";
    width: calc(100% - 10px);
    height: 3px;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/bg_dots01.png);
    background-size: auto 3px;
    background-position: top 0 left 0;
    background-repeat: repeat-x;
  }
  main section.s04 .wrapper .box01::after {
    display: block;
    content: "";
    width: calc(100% - 10px);
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/bg_dots01.png);
    background-size: auto 3px;
    background-position: top 0 left 0;
    background-repeat: repeat-x;
  }
  main section.s04 .wrapper .box01 .inner {
    position: relative;
  }
  main section.s04 .wrapper .box01 .inner::before {
    display: block;
    content: "";
    width: 3px;
    height: calc(100% - 5px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(../img/bg_dots02.png);
    background-size: 3px auto;
    background-position: top 0 left 0;
    background-repeat: repeat-y;
  }
  main section.s04 .wrapper .box01 .inner::after {
    display: block;
    content: "";
    width: 3px;
    height: calc(100% - 5px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/bg_dots02.png);
    background-size: 3px auto;
    background-position: top 0 left 0;
    background-repeat: repeat-y;
  }
  main section.s04 .wrapper .box01 .inner {
    padding-top: 50px;
  }
  main section.s04 .wrapper .box01 .inner .logo {
    width: 250px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper .box01 .inner .t02 {
    text-align: center;
    margin-top: 10px;
  }
  main section.s04 .wrapper .box01 .inner .t02 span {
    font-size: 20px;
    font-weight: 500;
    padding: 0 5px 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fce1cc));
    background: linear-gradient(transparent 50%, #fce1cc 50%);
  }
  main section.s04 .wrapper .box01 .inner .t03 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
  }
  main section.s04 .wrapper .box01 .inner .dl01 {
    width: 100%;
    margin: 30px auto 0;
    display: block;
    padding: 0 25px;
  }
  main section.s04 .wrapper .box01 .inner .dl01 dt {
    width: 100%;
  }
  main section.s04 .wrapper .box01 .inner .dl01 dt img {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .box01 .inner .dl01 dd {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    margin-top: 40px;
    line-height: 170%;
    font-weight: 500;
  }





  main section.s04 .wrapper .box01 .inner .dl03 {
    width: calc(100% + 10px);
    padding: 35px 25px 50px;
    margin: 40px -5px -5px;
    background-color: #f0ede5;
  }
  main section.s04 .wrapper .box01 .inner .dl03 dt {
    font-weight: bold;
    background-color: #fff;
    font-size: 18px;
    line-height: 150%;
    padding: 5px 10px;
    border-radius: 50px;
  }
  main section.s04 .wrapper .box01 .inner .dl03 dd {
    font-size: 16px;
    line-height: 185%;
    margin-top: 10px;
  }
  main section.s04 .wrapper .box0102 {
    margin-top: 55px;
  }
  main section.s04 .wrapper .box0102 .inner .logo {
    width: 275px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  main section.s04 .wrapper .box0102 .inner .dl01 dt img {
    width: 70%;
    margin: 0 auto;
  }
  main section.s05 {
    background-color: #fdf0e6;
    padding: 55px 15px;
  }
  main section.s05 .idpoint {
    top: 5px;
  }
  main section.s05 .wrapper {
    max-width: 1060px;
    margin: 0 auto;
  }
  main section.s05 .wrapper .t01 {
    text-align: right;
    font-size: 16px;
  }
  /* main section.s05 .wrapper .graphlist {
    display: block;
    margin-top: 30px;
  }
  main section.s05 .wrapper .graphlist li {
    width: 100%;
    background-color: #fff;
    padding: 8% 0 10%;
  }
  main section.s05 .wrapper .graphlist li.li02 {
    padding: 10.8% 0 10%;
    margin-top: 25px;
  }
  main section.s05 .wrapper .graphlist li img {
    width: 74.5%;
    max-width: 376px;
    display: block;
    margin: 0 auto;
  } */
  main section.s05 .wrapper .dl01 {
    margin-top: 20px;
  }
  main section.s05 .wrapper .dl01 dt {
    /* background-color: #577590; */
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    font-weight: 500;
    padding: 15px 0;
    border-radius: 50px;
    position: relative;
    z-index: 2;
  }
  main section.s05 .wrapper .dl01 dt::before{
    width: 80vw;
    max-width: 510px;
    height: 25vw;
    top: 60%;
    left: 0;
  }
  main section.s05 .wrapper .dl01 dd {
    /* background-color: #fff; */
    padding: 45px 20px 40px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
  }
  main section.s05 .wrapper .dl01 dd img {
    width: 100%;
    max-width: 278px;
    margin: 0 auto;
    display: block;
  }
  main section.s05 .wrapper .dl02 {
    margin-top: 20px;
  }
  main section.s05 .wrapper .dl02 dt{
    line-height: 40px;
  }
  main section.s05 .wrapper .dl02 dd{
    padding: 40px 20px 40px 40px;
    font-size: 16px;
  }
  main section.s05 .wrapper .dl02 dd:last-of-type{
    padding-bottom: 0;
  }
  main section.survey{
    background-image: url(../img/survey-sp.svg);
    background-position: top 0 center;
    margin-top: 45px;
    padding: 0;
  }


  main section.s06 {
    padding: 22vw 15px 22vw;
    background-image: url(../img/s0602_sp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
  }
  main section.s06 .wrapper {
    position: relative;
    z-index: 2;
    background-color: #f7f6f0;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px 60px;
    -webkit-box-shadow: 0 2px 5px rgba(81, 8, 13, 0.1);
            box-shadow: 0 2px 5px rgba(81, 8, 13, 0.1);
  }
  main section .btn_link {
    width: 285px;
    max-width: 100%;
    border: 1px solid #9e9e9e;
    text-decoration: none;
    display: block;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    padding: 15px 0;
    background-image: url(../img/s0603.svg);
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-size: 10px auto;
  }
  main section .btn_link:hover {
    opacity: 1;
    color: #fff;
    background-color: #9e9e9e;
    background-image: url(../img/s0603_hover.svg);
  }
  main section.s06 .bg {
    width: 20vw;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
  }
}
.effect {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}