@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-image: url(../images/tp0101.webp);
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
main section.s01 .wrapper {
  padding: 20px 40px 1px;
}
main section.s01 .wrapper .photobox {
  width: 100%;
  max-width: 1465px;
  margin: 0 auto;
  position: relative;
}
main section.s01 .wrapper .photobox h1 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .photobox .arrow {
  width: 2.59%;
  display: block;
  position: absolute;
  right: 0;
  bottom: -2.4%;
  left: 0;
  margin: 0 auto;
}
main section.s02 {
  background-color: #FFFDF7;
}
main section.s02 .wrapper .mailform {
  display: block;
  min-height: 1350px;
  padding-top: 65px;
}
main section.s02 .wrapper .mailform.ended {
  min-height: 950px;
}
main section.s02 .wrapper .mailform .question_dl {
  width: 854px;
  margin: 0 auto;
  display: none;
}
main section.s02 .wrapper .mailform .question_dl.question_dl01 {
  display: block;
}
main section.s02 .wrapper .mailform .question_dl.question_dl01 .dt .iconbox {
  display: block;
}
main section.s02 .wrapper .mailform .question_dl .dt {
  position: relative;
  background-color: #FFC403;
  border-radius: 10px 10px 0 0;
  padding-left: 90px;
}
main section.s02 .wrapper .mailform .question_dl .dt .iconbox {
  width: 156px;
  position: absolute;
  top: -26px;
  left: -50px;
  z-index: 10;
  display: none;
}
main section.s02 .wrapper .mailform .question_dl .dt .iconbox .icon {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .mailform .question_dl .dt .iconbox p {
  background-color: #FFC403;
  border-radius: 50px;
  width: 103px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 100%;
  padding: 5px 0;
  position: absolute;
  bottom: -10px;
  left: 18px;
}
main section.s02 .wrapper .mailform .question_dl .dt .txt {
  padding: 24px 0;
}
main section.s02 .wrapper .mailform .question_dl .dt .txt span {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
}
main section.s02 .wrapper .mailform .question_dl .dd {
  background-color: #FFF3CC;
  padding: 70px 50px;
  position: relative;
  border-radius: 0 0 10px 10px;
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 60px;
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 li {
  width: calc(50% - 30px);
  position: relative;
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 li:first-child::after {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  right: -60px;
  bottom: -40px;
  background-image: url(../images/icon_yubi.webp);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: fluffy 2s infinite;
          animation: fluffy 2s infinite;
  pointer-events: none;
}
@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(15px, 15px);
            transform: translate(15px, 15px);
  }
}
@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(15px, 15px);
            transform: translate(15px, 15px);
  }
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 li.long {
  width: 100%;
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 li.checked label {
  background-color: #F7CD00;
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 li.checked label p {
  color: #fff;
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 li label {
  width: 100%;
  display: block;
  background-color: #fff;
  cursor: pointer;
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 li label input {
  display: none;
}
main section.s02 .wrapper .mailform .question_dl .dd .list01 li label p {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  padding: 28px 0;
}
main section.s02 .wrapper .mailform .question_dl .dd .list02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 60px;
}
main section.s02 .wrapper .mailform .question_dl .dd .list02 li {
  width: calc(50% - 30px);
}
main section.s02 .wrapper .mailform .question_dl .dd .list02 li .t01 {
  border-left: 5px solid #FFC403;
  padding: 6px 0 6px 10px;
  font-size: 29px;
  line-height: 100%;
  font-weight: bold;
}
main section.s02 .wrapper .mailform .question_dl .dd .list02 li .t01.dn {
  opacity: 0;
}
main section.s02 .wrapper .mailform .question_dl .dd .list02 li .t01 span {
  display: inline-block;
  vertical-align: top;
  background-color: #F00;
  font-size: 11px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 30px;
  line-height: 100%;
  padding: 3px 0;
  margin-left: 10px;
}
main section.s02 .wrapper .mailform .question_dl .dd .list02 li input {
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  font-size: 25px;
  line-height: 100%;
  padding: 10px 20px;
  font-weight: bold;
  outline: none;
  margin-top: 15px;
}
main section.s02 .wrapper .mailform .question_dl .dd .list02 li input:placeholder {
  color: #969696;
}
main section.s02 .wrapper .mailform .question_dl .dd .btn_next {
  width: 320px;
  font-size: 34px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 9px;
  background-color: #393939;
  padding: 15px 0;
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: center right 30px;
  pointer-events: none;
  background-color: #eee;
}
main section.s02 .wrapper .mailform .question_dl .dd .btn_next.active {
  pointer-events: all;
  background-color: #393939;
}
main section.s02 .wrapper .mailform .question_dl .dd .btn_next:hover {
  background-color: #FFC403;
}
main section.s02 .wrapper .mailform .companybox {
  width: 854px;
  margin: 80px auto 0;
}
main section.s02 .wrapper .mailform .companybox .t11 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #4097D3;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 0;
}
main section.s02 .wrapper .mailform .companybox .t11 span {
  display: block;
  font-size: 25px;
}
main section.s02 .wrapper .mailform .companybox .box01 {
  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;
  padding: 20px 0;
}
main section.s02 .wrapper .mailform .companybox .box01 .box0101 {
  width: calc(100% - 427px);
}
main section.s02 .wrapper .mailform .companybox .box01 .box0101 img {
  width: 171px;
  display: block;
  margin: 0 auto;
}
main section.s02 .wrapper .mailform .companybox .box01 .photo {
  width: 427px;
  display: block;
}
main section.s02 .wrapper .mailform .companybox .t12 span {
  font-size: 25px;
  font-weight: bold;
  background-image: url(../images/combox03.png);
  background-size: 20px auto;
  background-repeat: repeat-x;
  background-position: bottom 0 left 0;
  padding-bottom: 10px;
  line-height: 180%;
}
main section.s02 .wrapper .mailform .endbox {
  margin-top: -40px;
  background-image: url(../images/tp0202.webp);
  background-size: cover;
  background-position: center center;
  padding: 70px 0 0;
  display: none;
}
main section.s02 .wrapper .mailform .endbox .t02 {
  text-align: center;
}
main section.s02 .wrapper .mailform .endbox .t02 span {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  border-bottom: 2px solid #212121;
  font-weight: bold;
}
main section.s02 .wrapper .mailform .endbox .termsbox {
  width: 920px;
  background-color: #fff;
  margin: 20px auto 0;
  padding: 15px;
  height: 240px;
  overflow-y: scroll;
}
main section.s02 .wrapper .mailform .endbox .termsbox .t03 {
  font-size: 25px;
  font-weight: bold;
}
main section.s02 .wrapper .mailform .endbox .termsbox .t04 {
  font-size: 16px;
  line-height: 150%;
  margin-top: 20px;
}
main section.s02 .wrapper .mailform .endbox .termsbox dl {
  margin-top: 30px;
}
main section.s02 .wrapper .mailform .endbox .termsbox dl dt {
  font-size: 25px;
  font-weight: bold;
  border-left: 9px solid #F7CD04;
  padding-left: 10px;
}
main section.s02 .wrapper .mailform .endbox .termsbox dl dd {
  margin-top: 15px;
  font-size: 16px;
  line-height: 150%;
}
main section.s02 .wrapper .mailform .endbox .termsbox dl dd .bold {
  font-weight: bold;
  margin-top: 5px;
}
main section.s02 .wrapper .mailform .endbox .termsbox dl dd ul li {
  padding-left: 16px;
  position: relative;
}
main section.s02 .wrapper .mailform .endbox .termsbox dl dd ul li::before {
  content: "・";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s02 .wrapper .mailform .agree {
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  font-weight: bold;
}
main section.s02 .wrapper .mailform .agree span {
  color: #000;
  border-bottom: 1px solid #000;
}
main section.s02 .wrapper .mailform .submitbtn {
  width: 591px;
  height: 112px;
  display: block;
  font-size: 0;
  background-color: transparent;
  border: none;
  margin: 40px auto 0;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-image: url(../images/btn_submit.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
main section.s02 .wrapper .mailform .submitbtn:hover {
  opacity: 0.7;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    background-image: none;
    z-index: 2;
  }
  main section.s01 .wrapper {
    padding: 0;
  }
  main section.s01 .wrapper .photobox {
    width: 100%;
    max-width: 1465px;
    margin: 0 auto;
    position: relative;
  }
  main section.s01 .wrapper .photobox h1 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .photobox .arrow {
    display: none;
  }
  main section.s02 {
    background-color: #FFFDF7;
  }
  main section.s02 .wrapper .mailform {
    display: block;
    min-height: 480px;
    padding-top: 0px;
  }
  main section.s02 .wrapper .mailform.ended {
    min-height: 480px;
  }
  main section.s02 .wrapper .mailform .question_dl {
    width: 100%;
    margin: 0 auto;
    display: none;
    padding-top: 10px;
    margin-top: -10px;
  }
  main section.s02 .wrapper .mailform .question_dl .dt {
    position: relative;
    background-color: #FFC403;
    border-radius: 10px 10px 0 0;
    padding-left: 100px;
  }
  main section.s02 .wrapper .mailform .question_dl .dt .iconbox {
    width: 80px;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 10;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  main section.s02 .wrapper .mailform .question_dl .dt .iconbox .icon {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .mailform .question_dl .dt .iconbox p {
    background-color: #FFC403;
    border-radius: 50px;
    width: 62px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 100%;
    padding: 5px 0;
    position: absolute;
    bottom: -10px;
    left: 5px;
  }
  main section.s02 .wrapper .mailform .question_dl .dt .txt {
    height: 56px;
    padding: 0;
    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.s02 .wrapper .mailform .question_dl .dt .txt span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
  }
  main section.s02 .wrapper .mailform .question_dl .dd {
    background-color: #FFF3CC;
    padding: 40px 30px;
    position: relative;
    border-radius: 0 0 10px 10px;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 15px;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 li {
    width: calc(50% - 7.5px);
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 li:first-child::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 100;
    right: -23px;
    bottom: -10px;
    background-image: url(../images/icon_yubi.webp);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: fluffy 2s infinite;
            animation: fluffy 2s infinite;
  }
  @-webkit-keyframes fluffy {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
  }
  @keyframes fluffy {
    0%, 100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 li.long {
    width: 100%;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 li.checked label {
    background-color: #F7CD00;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 li.checked label p {
    color: #fff;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 li label {
    width: 100%;
    display: block;
    background-color: #fff;
    cursor: pointer;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 li label input {
    display: none;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list01 li label p {
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    padding: 13px 0;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 15px;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list02 li {
    width: calc(50% - 7.5px);
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list02 li .t01 {
    width: calc(100% + 15px);
    border-left: 5px solid #FFC403;
    padding: 2px 0 2px 4px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 140%;
    font-weight: bold;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list02 li .t01.dn {
    opacity: 0;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list02 li .t01 span {
    display: inline-block;
    vertical-align: top;
    background-color: #F00;
    font-size: 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 24px;
    line-height: 100%;
    padding: 3px 0;
    margin-top: 3px;
    margin-left: 5px;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list02 li input {
    width: 100%;
    display: block;
    border: none;
    background-color: #fff;
    font-size: 16px;
    line-height: 100%;
    padding: 5px 10px;
    font-weight: bold;
    outline: none;
    margin-top: 9px;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .list02 li input:placeholder {
    color: #969696;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .btn_next {
    width: 200px;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 0;
    background-color: #393939;
    padding: 10px 0;
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center right 15px;
    pointer-events: none;
    background-color: #eee;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .btn_next.active {
    pointer-events: all;
    background-color: #393939;
  }
  main section.s02 .wrapper .mailform .question_dl .dd .btn_next:hover {
    background-color: #FFC403;
  }
  main section.s02 .wrapper .mailform .companybox {
    width: 100%;
    margin: 80px auto 0;
    padding-bottom: 40px;
  }
  main section.s02 .wrapper .mailform .companybox .t11 {
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #4097D3;
    border-radius: 0;
    font-weight: bold;
    padding: 10px 0;
  }
  main section.s02 .wrapper .mailform .companybox .t11 span {
    display: block;
    font-size: 15px;
  }
  main section.s02 .wrapper .mailform .companybox .box01 {
    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;
    padding: 10px 0;
  }
  main section.s02 .wrapper .mailform .companybox .box01 .box0101 {
    width: 52%;
  }
  main section.s02 .wrapper .mailform .companybox .box01 .box0101 img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  main section.s02 .wrapper .mailform .companybox .box01 .photo {
    width: 48%;
    display: block;
  }
  main section.s02 .wrapper .mailform .companybox .t12 {
    padding: 0 15px;
  }
  main section.s02 .wrapper .mailform .companybox .t12 span {
    font-size: 13px;
    font-weight: bold;
    background-image: url(../images/combox03.png);
    background-size: 10px auto;
    background-repeat: repeat-x;
    background-position: bottom 0 left 0;
    padding-bottom: 4px;
    line-height: 180%;
  }
  main section.s02 .wrapper .mailform .endbox {
    margin-top: -30px;
    margin-bottom: -10px;
    background-image: url(../images/tp0202.webp);
    background-size: cover;
    background-position: center center;
    padding: 40px 30px 0;
    display: none;
  }
  main section.s02 .wrapper .mailform .endbox .t02 {
    text-align: center;
  }
  main section.s02 .wrapper .mailform .endbox .t02 span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    border-bottom: 2px solid #212121;
    font-weight: bold;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox {
    width: 100%;
    background-color: #fff;
    margin: 10px auto 0;
    padding: 15px;
    height: 240px;
    overflow-y: scroll;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox .t03 {
    font-size: 13px;
    font-weight: bold;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox .t04 {
    font-size: 9px;
    line-height: 150%;
    margin-top: 20px;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox dl {
    margin-top: 15px;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox dl dt {
    font-size: 13px;
    font-weight: bold;
    border-left: 3px solid #F7CD04;
    padding-left: 6px;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox dl dd {
    margin-top: 8px;
    font-size: 9px;
    line-height: 150%;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox dl dd .bold {
    font-weight: bold;
    margin-top: 3px;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox dl dd ul li {
    padding-left: 9px;
    position: relative;
  }
  main section.s02 .wrapper .mailform .endbox .termsbox dl dd ul li::before {
    content: "・";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper .mailform .agree {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
  }
  main section.s02 .wrapper .mailform .submitbtn {
    width: 310px;
    height: 55px;
    display: block;
    font-size: 0;
    background-color: transparent;
    border: none;
    margin: 10px auto 0;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background-image: url(../images/btn_submit.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  main section.s02 .wrapper .mailform .submitbtn:hover {
    opacity: 0.7;
  }
}