@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.mainWrap .secLinkForm {
  padding: 5.5rem 0;
}
@media screen and (max-width: 1199px) {
  .mainWrap .secLinkForm {
    padding: 2rem 0;
  }
}
.mainWrap .secLinkForm .inner-m {
  justify-content: center;
  gap: 0 7.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap .secLinkForm .inner-m {
    gap: 0 2rem;
  }
}
.mainWrap .secLinkForm .inner-m a.formBtn {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 32px;
  width: 410px;
  height: 95px;
  padding-top: 1.5rem;
  border-radius: 48px;
}
@media screen and (max-width: 1199px) {
  .mainWrap .secLinkForm .inner-m a.formBtn {
    font-size: 1rem;
    line-height: 16px;
    width: 155px;
    height: 40px;
    padding-top: 0.3rem;
  }
}
.mainWrap .secLinkForm .inner-m a.formBtn img.ico1 {
  width: 33px;
  vertical-align: -5px;
  margin-right: 0.3rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap .secLinkForm .inner-m a.formBtn img.ico1 {
    width: 10px;
    vertical-align: -1px;
    margin-right: 0;
  }
}
.mainWrap .secLinkForm .inner-m a.formBtn img.ico2 {
  width: 17px;
  vertical-align: -3px;
  margin-left: 0.1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap .secLinkForm .inner-m a.formBtn img.ico2 {
    width: 5px;
    vertical-align: 0px;
    margin-left: 0;
  }
}

.lineBtn a {
  background: #CFE9EA;
  height: 62px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 1.5rem;
  border-radius: 31px;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1199px) {
  .lineBtn a {
    font-size: 0.8rem;
    height: 25px;
    padding: 0 0.5rem;
    gap: 0 0.2rem;
  }
}
.lineBtn a img {
  width: 24.5px;
}
@media screen and (max-width: 1199px) {
  .lineBtn a img {
    width: 10px;
  }
}

/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
.mainWrap.-top .secMv .mv {
  background: url("/assets/img/mv.jpg") no-repeat;
  height: 840px;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv {
    background-size: cover;
    background-position: center;
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .mainWrap.-top .secMv .mv {
    height: 250px;
  }
}
.mainWrap.-top .secMv .mv::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.mainWrap.-top .secMv .mv .txtLogo {
  position: absolute;
  top: 15rem;
  left: 9rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv .txtLogo {
    top: 2rem;
    left: 2rem;
  }
}
.mainWrap.-top .secMv .mv .txtLogo p {
  font-size: 5rem;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv .txtLogo p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mainWrap.-top .secMv .mv .txtLogo p {
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secMv .mv .txtLogo p .small {
  font-size: 4rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv .txtLogo p .small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mainWrap.-top .secMv .mv .txtLogo p .small {
    font-size: 1.2rem;
  }
}
.mainWrap.-top .secMv .mv .txtLogo img {
  width: 658px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv .txtLogo img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .mainWrap.-top .secMv .mv .txtLogo img {
    width: 200px;
  }
}
.mainWrap.-top .secMv .mv ul {
  position: absolute;
  bottom: -11rem;
  width: 100%;
  justify-content: center;
  gap: 0 6rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv ul {
    gap: 0 2rem;
    bottom: -4.5rem;
  }
}
.mainWrap.-top .secMv .mv ul li {
  background: #C6E7F9;
  border: 5px solid #009FE8;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 45px;
  width: 230px;
  height: 230px;
  border-radius: 115px;
  padding-top: 7rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv ul li {
    border: 3px solid #009FE8;
    font-size: 1.6rem;
    line-height: 18px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding-top: 2.2rem;
  }
}
.mainWrap.-top .secMv .mv ul li img {
  height: 187px;
  position: absolute;
  top: -12rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv ul li img {
    height: 65px;
    top: -5rem;
  }
}
.mainWrap.-top .secMv .mv ul li span {
  font-size: 3rem;
  display: block;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .mv ul li span {
    font-size: 1.2rem;
  }
}
.mainWrap.-top .secMv .btmTxt {
  font-size: 4.6rem;
  font-weight: 500;
  padding: 13.5rem 0 10rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secMv .btmTxt {
    font-size: 1.4rem;
    padding: 6rem 0 4rem;
  }
}
.mainWrap.-top .secFlow {
  background: #DEF1FB;
}
.mainWrap.-top .secFlow ul {
  gap: 5.5rem 6.5rem;
  max-width: 800px;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow ul {
    gap: 2rem;
    margin: 0 auto 2rem;
  }
}
.mainWrap.-top .secFlow ul li {
  width: calc(33.33% - 4.3333333333rem);
  border: 5px solid #009FE8;
  border-radius: 12px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow ul li {
    width: calc(33.33% - 1.3333333333rem);
    border: 2px solid #009FE8;
    border-radius: 8px;
  }
}
.mainWrap.-top .secFlow ul li .step {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 21px;
  padding: 0.5rem 0 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow ul li .step {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.3rem 0 0.5rem;
  }
}
.mainWrap.-top .secFlow ul li .txt {
  font-size: 2.1rem;
  padding: 0.5rem 0 0.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow ul li .txt {
    font-size: 1rem;
  }
}
.mainWrap.-top .secFlow .infoTxt {
  font-size: 2rem;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow .infoTxt {
    font-size: 1rem;
    line-height: 18px;
    padding-bottom: 2rem;
  }
}
.mainWrap.-top .secCampaign .mainTtl {
  font-size: 13rem;
  line-height: 200px;
  margin-bottom: 1.5rem;
  position: relative;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .mainTtl {
    font-size: 3.8rem;
    line-height: 80px;
    margin-bottom: 0.6rem;
    padding-bottom: 0;
  }
}
.mainWrap.-top .secCampaign .mainTtl::before, .mainWrap.-top .secCampaign .mainTtl::after {
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  width: 100%;
  top: 1rem;
  background: #FFF;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .mainTtl::before, .mainWrap.-top .secCampaign .mainTtl::after {
    height: 0.6rem;
    top: 0.4rem;
  }
}
.mainWrap.-top .secCampaign .mainTtl::after {
  top: auto;
  bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .mainTtl::after {
    bottom: 0.4rem;
  }
}
.mainWrap.-top .secCampaign .readBox,
.mainWrap.-top .secCampaign .balloon {
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox,
  .mainWrap.-top .secCampaign .balloon {
    padding: 1.5rem 0;
  }
}
.mainWrap.-top .secCampaign .readBox::after,
.mainWrap.-top .secCampaign .balloon::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
  border-top: 63px solid #E95462;
  border-bottom: 0;
  bottom: -6.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox::after,
  .mainWrap.-top .secCampaign .balloon::after {
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 24px solid #E95462;
    bottom: -2.4rem;
  }
}
.mainWrap.-top .secCampaign .readBox .lin1,
.mainWrap.-top .secCampaign .balloon .lin1 {
  font-size: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox .lin1,
  .mainWrap.-top .secCampaign .balloon .lin1 {
    font-size: 1.5rem;
  }
}
.mainWrap.-top .secCampaign .readBox .lin2,
.mainWrap.-top .secCampaign .balloon .lin2 {
  font-size: 9.7rem;
  font-weight: 500;
  margin-top: -2rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox .lin2,
  .mainWrap.-top .secCampaign .balloon .lin2 {
    font-size: 3.4rem;
    font-weight: 500;
    margin-top: -0.5rem;
  }
}
.mainWrap.-top .secCampaign .readBox .lin2 span,
.mainWrap.-top .secCampaign .balloon .lin2 span {
  font-size: 8rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox .lin2 span,
  .mainWrap.-top .secCampaign .balloon .lin2 span {
    font-size: 3rem;
  }
}
.mainWrap.-top .secCampaign .readBox .lin3,
.mainWrap.-top .secCampaign .balloon .lin3 {
  font-size: 20rem;
  font-weight: 500;
  margin-top: -9rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox .lin3,
  .mainWrap.-top .secCampaign .balloon .lin3 {
    font-size: 7rem;
    margin-top: -2.5rem;
  }
}
.mainWrap.-top .secCampaign .readBox .lin3 .vertical,
.mainWrap.-top .secCampaign .balloon .lin3 .vertical {
  background: #fff;
  color: #E95462;
  font-size: 5.5rem;
  border-radius: 13px;
  display: inline-block;
  width: 60px;
  font-weight: normal;
  line-height: 58px;
  height: 140px;
  vertical-align: 29px;
  margin-right: 4rem;
  padding-top: 0.4rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox .lin3 .vertical,
  .mainWrap.-top .secCampaign .balloon .lin3 .vertical {
    font-size: 1.8rem;
    height: 53px;
    width: 23px;
    line-height: 20px;
    border-radius: 5px;
    margin-right: 1.5rem;
    vertical-align: 10px;
  }
}
.mainWrap.-top .secCampaign .readBox .lin3 .yen,
.mainWrap.-top .secCampaign .balloon .lin3 .yen {
  font-size: 10rem;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox .lin3 .yen,
  .mainWrap.-top .secCampaign .balloon .lin3 .yen {
    font-size: 3.5rem;
  }
}
.mainWrap.-top .secCampaign .readBox .lin3 .tax,
.mainWrap.-top .secCampaign .balloon .lin3 .tax {
  font-size: 5rem;
  font-weight: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  vertical-align: -43px;
  margin-left: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox .lin3 .tax,
  .mainWrap.-top .secCampaign .balloon .lin3 .tax {
    font-size: 1.8rem;
    vertical-align: -17px;
    margin-left: 1rem;
  }
}
.mainWrap.-top .secCampaign .readBox .lin4,
.mainWrap.-top .secCampaign .balloon .lin4 {
  font-size: 7rem;
  font-weight: 500;
  margin-top: -5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .readBox .lin4,
  .mainWrap.-top .secCampaign .balloon .lin4 {
    font-size: 2.4rem;
    margin-top: -1.5rem;
  }
}
.mainWrap.-top .secCampaign .balloon {
  padding-top: 4rem;
  border-radius: 25px;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .balloon {
    padding-top: 2rem;
    border-radius: 12px;
    margin-bottom: 4.5rem;
  }
}
.mainWrap.-top .secCampaign .balloon .lin1 {
  font-weight: bold;
}
.mainWrap.-top .secCampaign .balloon .lin3 {
  font-size: 18rem;
  margin-top: -6rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .balloon .lin3 {
    font-size: 6rem;
    margin-top: -1rem;
  }
}
.mainWrap.-top .secCampaign .balloon .lin3 .vertical {
  font-size: 4.5rem;
  line-height: 50px;
  height: 130px;
  padding-top: 1rem;
  vertical-align: 26px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .balloon .lin3 .vertical {
    font-size: 1.8rem;
    height: 53px;
    line-height: 20px;
    vertical-align: 10px;
    padding-top: 0.4rem;
  }
}
.mainWrap.-top .secCampaign .balloon .lin3 .tax {
  font-size: 4.5rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .balloon .lin3 .tax {
    font-size: 1.8rem;
    margin-left: 1rem;
  }
}
.mainWrap.-top .secCampaign .balloon .notes {
  font-size: 3.1rem;
  margin-top: -2rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .balloon .notes {
    font-size: 1.4rem;
    margin-top: -0.5rem;
  }
}
.mainWrap.-top .secCampaign .balloon.bal1 {
  background: #fff;
  border: 3px solid #E95462;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .balloon.bal1 {
    padding-bottom: 1rem;
    border: 2px solid #E95462;
  }
}
.mainWrap.-top .secCampaign .balloon.bal1::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
  border-top: 63px solid #fff;
  border-bottom: 0;
  bottom: -5.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .balloon.bal1::before {
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 24px solid #fff;
    bottom: -2.1rem;
  }
}
.mainWrap.-top .secCampaign .balloon.bal1 .lin3 .vertical {
  background: #E95462;
  color: #fff;
}
.mainWrap.-top .secCampaign .-bgCream .inner-m {
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m {
    padding-top: 5rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .now {
  font-size: 4rem;
  font-weight: bold;
  background: #fff;
  width: 230px;
  height: 230px;
  border: 3px solid #E95462;
  border-radius: 115px;
  position: relative;
  margin: 0 auto 6.5rem;
  line-height: 90px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .now {
    font-size: 2rem;
    line-height: 40px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto 2.5rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .now::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid #E95462;
  border-bottom: 0;
  bottom: -3.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .now::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #E95462;
    bottom: -1.7rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .now::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid #fff;
  border-bottom: 0;
  bottom: -3.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .now::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
    bottom: -1.2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .now span {
  font-size: 12rem;
  display: block;
  padding-top: 3.7rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .now span {
    font-size: 5rem;
    padding-top: 1.3rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .ttlLarge {
  font-size: 8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .ttlLarge {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .ttlLarge.pointTtl2 {
  font-size: 6.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .ttlLarge.pointTtl2 {
    font-size: 2.2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox {
  background: #fff;
  border: 3px solid #E95462;
  border-radius: 25px;
  padding-top: 8.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox {
    border: 2px solid #E95462;
    border-radius: 12px;
    padding-top: 2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optTtl {
  font-size: 6.4rem;
  line-height: 100px;
  margin-bottom: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optTtl {
    font-size: 2rem;
    line-height: 35px;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optTtl span {
  font-size: 9rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optTtl span {
    font-size: 3.2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optTtl span.yen {
  font-size: 5.6rem;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optTtl span.yen {
    font-size: 2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optTtl span.yen.narr {
  margin: 0 -2.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optTtl span.yen.narr {
    margin: 0 -1rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .subTtl {
  font-size: 4.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .subTtl {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .subTxt {
  font-size: 2.7rem;
  line-height: 50px;
  margin-bottom: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .subTxt {
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optImg {
  width: 583px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .optImg {
    width: 210px;
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl {
  border-radius: 10px;
  border: 2px solid #0068B6;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl {
    border: 1px solid #0068B6;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl .ttl {
  font-size: 2.5rem;
  font-weight: bold;
  width: 100%;
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl .ttl {
    font-size: 1.2rem;
    padding: 0.3rem 0 0.4rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl dt {
  font-size: 2.3rem;
  font-weight: normal;
  width: 496px;
  border-top: 2px solid #0068B6;
  border-right: 2px solid #0068B6;
  padding: 0.5rem 0 0.7rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl dt {
    font-size: 1.2rem;
    width: 55%;
    border-top: 1px solid #0068B6;
    border-right: 1px solid #0068B6;
    padding: 0.3rem 0 0.4rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl dd {
  font-size: 2.1rem;
  width: 300px;
  border-top: 2px solid #0068B6;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl dd {
    font-size: 1.2rem;
    width: 45%;
    border-top: 1px solid #0068B6;
    padding-top: 0.3rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl dd .val {
  font-size: 2.5rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl dd .val {
    font-size: 1.3rem;
    margin-left: 0.2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl dd .yen {
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s dl dd .yen {
    font-size: 1rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .aboutTtl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .aboutTtl {
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .aboutTxt {
  font-size: 1.8rem;
  margin-bottom: 7rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .aboutTxt {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .pointTtl {
  font-size: 4.1rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .pointTtl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .pointTxt {
  font-size: 2.2rem;
  line-height: 40px;
  margin-bottom: 6rem;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .pointTxt {
    font-size: 1rem;
    line-height: 16px;
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .btmBox {
  border-radius: 10px;
  padding: 2.5rem 0 4.5rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .btmBox {
    border-radius: 5px;
    padding: 1rem 0 2rem;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .btmBox .readTxt {
  font-size: 3rem;
  line-height: 46px;
  margin-bottom: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .btmBox .readTxt {
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .btmBox .circle {
  font-size: 6rem;
  font-weight: 500;
  line-height: 80px;
  border: 3px solid #fff;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 50%;
  height: 348px;
  padding-top: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secCampaign .-bgCream .inner-m .optionBox .inner-s .btmBox .circle {
    font-size: 2.2rem;
    line-height: 34px;
    width: 260px;
    height: 160px;
    padding-top: 2.5rem;
  }
}
.mainWrap.-top .secPrice {
  background: #DEF1FB;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice {
    overflow: inherit;
    padding-bottom: 2.5rem;
  }
}
.mainWrap.-top .secPrice .inner-m .personImg {
  height: 197px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .personImg {
    height: 75px;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secPrice .inner-m .airName {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .airName {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secPrice .inner-m dl {
  width: 100%;
  border: 2px solid #0068B6;
  border-radius: 12px;
  margin-bottom: 6rem;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m dl {
    border: 1px solid #0068B6;
    border-radius: 6px;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secPrice .inner-m dl dt {
  font-size: 2.8rem;
  width: 66.66%;
  border-right: 2px solid #0068B6;
  border-bottom: 2px solid #0068B6;
  padding: 0.5rem 0 0.5rem;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m dl dt {
    border-right: 1px solid #0068B6;
    border-bottom: 1px solid #0068B6;
    font-size: 1.2rem;
    padding: 0.3rem 0 0.3rem;
  }
}
.mainWrap.-top .secPrice .inner-m dl dt:nth-child(3) {
  border-bottom: none;
}
.mainWrap.-top .secPrice .inner-m dl dd {
  width: 33.33%;
  font-size: 3.2rem;
  border-bottom: 2px solid #0068B6;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m dl dd {
    border-bottom: 1px solid #0068B6;
    font-size: 1.2rem;
    padding: 0.3rem 0 0.3rem;
  }
}
.mainWrap.-top .secPrice .inner-m dl dd:last-child {
  border-bottom: none;
}
.mainWrap.-top .secPrice .inner-m dl dd .yen {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m dl dd .yen {
    font-size: 1rem;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox {
  border: 2px solid #0068B6;
  border-radius: 12px;
  padding: 3.5rem 0 2.5rem;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox {
    border: 1px solid #0068B6;
    border-radius: 6px;
    padding: 1.5rem 0 1rem;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .type {
  font-size: 4rem;
  line-height: 65px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .type {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .pointPrice {
  justify-content: center;
  gap: 0 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .pointPrice {
    gap: 0 1rem;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .left {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 47px;
  height: 187px;
  width: 186px;
  background: url("/assets/img/circle-bg.png") no-repeat;
  border-radius: 93px;
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .left {
    font-size: 1.4rem;
    line-height: 18px;
    background-size: 75px;
    width: 75px;
    height: 75px;
    padding-top: 2rem;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .price {
  font-size: 10.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .price {
    font-size: 3.8rem;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .price .yen {
  font-size: 6.9rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .price .yen {
    font-size: 2.6rem;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .price .tax {
  font-size: 6.1rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .price .tax {
    font-size: 2rem;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .price .tax .narr {
  margin: 0 -2.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .price .tax .narr {
    margin: 0 -1rem;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .notes {
  font-size: 3rem;
  text-align: left;
  line-height: 45px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .pointPrice .right .notes {
    font-size: 1rem;
    line-height: 16px;
  }
}
.mainWrap.-top .secPrice .inner-m .bizBox .btmTxt {
  font-size: 6.1rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secPrice .inner-m .bizBox .btmTxt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 {
    overflow: inherit;
  }
}
.mainWrap.-top .secFlow2 h2.baseTtl {
  font-size: 2.8rem;
  padding-top: 18.7rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 h2.baseTtl {
    font-size: 1.2rem;
    padding-top: 7.5rem;
  }
}
.mainWrap.-top .secFlow2 ul {
  gap: 0 5.5rem;
  margin-bottom: 7.5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul {
    gap: 3rem 0;
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secFlow2 ul li {
  width: 175px;
  height: 175px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 3.8rem;
  font-weight: 500;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li {
    font-size: 2rem;
    width: 130px;
    height: 130px;
  }
}
.mainWrap.-top .secFlow2 ul li::after {
  content: "";
  display: block;
  background: url("/assets/img/icon-arrow-right2.png") no-repeat;
  position: absolute;
  width: 45px;
  background-size: 45px;
  height: 35px;
  right: -4.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2rem;
    background-size: 25px;
    transform: rotate(90deg);
    width: 25px;
    height: 19px;
  }
}
.mainWrap.-top .secFlow2 ul li:last-child::after {
  display: none;
}
.mainWrap.-top .secFlow2 ul li.first {
  width: 215px;
  height: 215px;
  border: 5px solid #009FE8;
  border-radius: 12px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li.first {
    width: 150px;
    height: 130px;
    border: 3px solid #009FE8;
    border-radius: 6px;
  }
}
.mainWrap.-top .secFlow2 ul li.first::after {
  top: 8.7rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li.first::after {
    top: auto;
    bottom: -2.2rem;
  }
}
.mainWrap.-top .secFlow2 ul li.first .ttl {
  font-size: 2.3rem;
  padding: 0rem 0 0.5rem;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li.first .ttl {
    font-size: 1.2rem;
    padding: 0rem 0 0.3rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secFlow2 ul li.first .readTxt {
  font-size: 1.7rem;
  line-height: 22px;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li.first .readTxt {
    font-size: 1.1rem;
    line-height: 15px;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secFlow2 ul li.first a.formBtn {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  height: 44px;
  line-height: 44px;
  width: 180px;
  margin: 0 auto;
  border-radius: 22px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li.first a.formBtn {
    font-size: 1rem;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0.3rem;
  }
}
.mainWrap.-top .secFlow2 ul li.first a.formBtn .ico1 {
  width: 13px;
  vertical-align: -1px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li.first a.formBtn .ico1 {
    width: 8px;
    vertical-align: 0px;
  }
}
.mainWrap.-top .secFlow2 ul li.first a.formBtn .ico2 {
  width: 7px;
  vertical-align: 0px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li.first a.formBtn .ico2 {
    width: 4px;
    vertical-align: 1px;
  }
}
.mainWrap.-top .secFlow2 ul li.first .tel {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li.first .tel {
    font-size: 1.4rem;
  }
}
.mainWrap.-top .secFlow2 ul li span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 ul li span {
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secFlow2 .areaBox {
  padding: 5rem 0 6rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 .areaBox {
    padding: 3rem 0 3rem;
  }
}
.mainWrap.-top .secFlow2 .areaBox .cir {
  width: 150px;
  height: 150px;
  margin: 0 auto 2.5rem;
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 150px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 .areaBox .cir {
    font-size: 1.6rem;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secFlow2 .areaBox .area {
  font-size: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 .areaBox .area {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secFlow2 .areaBox .notes {
  font-size: 3.6rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFlow2 .areaBox .notes {
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secFaq {
  padding-bottom: 18rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFaq {
    overflow: inherit;
    padding-bottom: 7rem;
  }
}
.mainWrap.-top .secFaq .faqBox {
  margin-bottom: 1rem;
}
.mainWrap.-top .secFaq .faqBox .medium {
  font-weight: 500;
}
.mainWrap.-top .secFaq .faqBox .bold {
  font-weight: bold;
}
.mainWrap.-top .secFaq .faqBox .num {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFaq .faqBox .num {
    font-size: 2.4rem;
    margin-bottom: 0.3rem;
  }
}
.mainWrap.-top .secFaq .faqBox .question {
  font-size: 2.2rem;
  font-weight: bold;
  background: #BAE2F8;
  padding: 2rem 0;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFaq .faqBox .question {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
.mainWrap.-top .secFaq .faqBox .answer {
  background: #F8D2E2;
  font-size: 2.3rem;
  line-height: 50px;
  padding: 1.5rem 0 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFaq .faqBox .answer {
    font-size: 1.2rem;
    line-height: 24px;
    padding: 1rem 0 1.5rem;
  }
}
.mainWrap.-top .secFaq .faqBox .answer .small {
  font-size: 2.1rem;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFaq .faqBox .answer .small {
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secFaq .faqBox .answer .large {
  font-size: 3.7rem;
  line-height: 90px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFaq .faqBox .answer .large {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.mainWrap.-top .secFaq .faqBox .answer .lhNarrow {
  line-height: 40px;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFaq .faqBox .answer .lhNarrow {
    line-height: 24px;
  }
}
.mainWrap.-top .secFaq .faqBox .answer .lhNarrow.lhSmall {
  line-height: 35px;
  margin-top: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secFaq .faqBox .answer .lhNarrow.lhSmall {
    line-height: 24px;
    margin-top: 0.5rem;
  }
}
.mainWrap.-top .secOrder {
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder {
    overflow: inherit;
    padding-bottom: 4rem;
  }
}
.mainWrap.-top .secOrder .btnFlex {
  justify-content: center;
  gap: 0 7.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder .btnFlex {
    gap: 0 2rem;
  }
}
.mainWrap.-top .secOrder .tel {
  font-size: 10rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder .tel {
    font-size: 3.4rem;
  }
  .mainWrap.-top .secOrder .tel a {
    color: #E95462;
  }
}
.mainWrap.-top .secOrder .contactTxt {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder .contactTxt {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secOrder .lineBtn {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder .lineBtn {
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secOrder .lineBtn a {
  width: 460px;
  height: 115px;
  border-radius: 58px;
  margin: 0 auto;
  color: #000;
  font-size: 3rem;
  justify-content: center;
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder .lineBtn a {
    font-size: 1.6rem;
    width: 250px;
    height: 60px;
  }
}
.mainWrap.-top .secOrder .lineBtn a img {
  width: 46px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder .lineBtn a img {
    width: 25px;
    margin-right: 0.3rem;
  }
}
.mainWrap.-top .secOrder .sns {
  justify-content: center;
  gap: 0 8rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder .sns {
    gap: 0 3rem;
  }
}
.mainWrap.-top .secOrder .sns a {
  width: auto;
  height: auto;
  padding: 0;
}
.mainWrap.-top .secOrder .sns a img {
  width: 96px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secOrder .sns a img {
    width: 45px;
  }
}
.mainWrap.-top .secSupport {
  background: #F6C8DD;
  padding: 6rem 0 9rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport {
    padding: 3rem 0 4rem;
  }
}
.mainWrap.-top .secSupport .mainTtl {
  margin-bottom: 2.5rem;
  font-size: 7.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .mainTtl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secSupport .seminar {
  border: 3px solid #E8546B;
  border-radius: 12px;
  padding-bottom: 3rem;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar {
    border: 2px solid #E8546B;
    border-radius: 6px;
    padding-bottom: 1.5rem;
  }
}
.mainWrap.-top .secSupport .seminar .ttl {
  font-size: 4.5rem;
  font-weight: bold;
  padding: 1.5rem 0 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    padding: 0.8rem 0 1.2rem;
  }
}
.mainWrap.-top .secSupport .seminar .txt1 {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .txt1 {
    font-size: 1.4rem;
  }
}
.mainWrap.-top .secSupport .seminar .txt2 {
  max-width: 900px;
  text-align: left;
  margin: 0 auto 2.5rem;
  font-size: 3rem;
  line-height: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .txt2 {
    font-size: 1.2rem;
    line-height: 22px;
    max-width: 310px;
    margin: 0 auto 1rem;
  }
}
.mainWrap.-top .secSupport .seminar .txt3 {
  background: #F9DBE8;
  width: 900px;
  margin: 0 auto 2rem;
  border-radius: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 42px;
  padding: 1.2rem 0;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .txt3 {
    width: 310px;
    font-size: 1.2rem;
    border-radius: 10px;
    line-height: 22px;
    padding: 0.8rem 0;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secSupport .seminar .telForm {
  justify-content: center;
  gap: 0 2.5rem;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .telForm {
    gap: 0 1rem;
  }
}
.mainWrap.-top .secSupport .seminar .telForm .tel {
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .telForm .tel {
    font-size: 1.8rem;
  }
}
.mainWrap.-top .secSupport .seminar .telForm .tel span {
  font-size: 6rem;
  font-weight: normal;
}
.mainWrap.-top .secSupport .seminar .telForm a.formBtn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  height: 60px;
  width: 290px;
  justify-content: center;
  border-radius: 38px;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .telForm a.formBtn {
    font-size: 1rem;
    width: 135px;
    height: 30px;
  }
}
.mainWrap.-top .secSupport .seminar .telForm a.formBtn .ico1 {
  width: 27px;
  margin-right: 0.5rem;
  padding-top: 0.2rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .telForm a.formBtn .ico1 {
    width: 10px;
    margin-right: 0.2rem;
    padding-top: 0.1rem;
  }
}
.mainWrap.-top .secSupport .seminar .telForm a.formBtn .ico2 {
  width: 13px;
  padding-top: 0.3rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secSupport .seminar .telForm a.formBtn .ico2 {
    width: 5px;
    padding-top: 0rem;
    margin-left: 0.2rem;
  }
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
body.contact.home {
  background: #FFF7E9;
}
body.contact.biz {
  background: #DEF1FB;
}
body.contact .secHeader {
  padding-top: 15rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secHeader {
    padding-top: 5rem;
  }
}
body.contact .secHeader img {
  width: 400px;
  margin: 0 auto 10rem;
  display: block;
}
@media screen and (max-width: 1199px) {
  body.contact .secHeader img {
    width: 180px;
    margin: 0 auto;
  }
}
body.contact .secForm {
  padding: 4.5rem 0 7.5rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm {
    padding: 4.5rem 2rem 6.5rem;
  }
}
body.contact .secForm .inner-m {
  border: 3px solid #E95560;
  border-radius: 15px;
  background: #fff;
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m {
    padding-bottom: 3rem;
  }
}
body.contact .secForm .inner-m h2.baseTtl {
  top: -13rem;
  margin-bottom: -5rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m h2.baseTtl {
    top: -3rem;
    margin-bottom: -2rem;
  }
}
body.contact .secForm .inner-m .introTxt {
  font-size: 1.8rem;
  margin-bottom: 6rem;
  line-height: 35px;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .introTxt {
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 3.5rem;
    text-align: left;
  }
}
body.contact .secForm .inner-m .telHour {
  border: 4px solid #E95560;
  width: 500px;
  margin: 0 auto 10rem;
  border-radius: 25px;
  padding: 0 0 1.5rem;
  max-width: 500px;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .telHour {
    width: 100%;
    margin-bottom: 5rem;
    border-radius: 12px;
  }
}
body.contact .secForm .inner-m .telHour .tel {
  font-size: 6.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .telHour .tel {
    font-size: 3rem;
  }
}
body.contact .secForm .inner-m .formInner {
  max-width: 720px;
  margin: 0 auto;
}
body.contact .secForm .inner-m .formInner dl {
  margin-bottom: 5rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .formInner dl {
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
}
body.contact .secForm .inner-m .formInner dl dt {
  display: flex;
  gap: 0 1rem;
  padding-left: 0;
  width: 265px;
  padding-top: 1.2rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .formInner dl dt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 1rem;
  }
}
body.contact .secForm .inner-m .formInner dl dt .required {
  font-size: 1.2rem;
  background: #E95462;
  color: #fff;
  border-radius: 5px;
  line-height: 24px;
  padding: 0rem 1rem;
}
body.contact .secForm .inner-m .formInner dl dd {
  width: calc(100% - 265px);
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .formInner dl dd {
    width: 100%;
  }
}
body.contact .secForm .inner-m .formInner dl dd p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
body.contact .secForm .inner-m .formInner dl dd.radio {
  padding-top: 1rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .formInner dl dd.radio {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem 0;
  }
}
body.contact .secForm .inner-m .formInner dl dd.radio input {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 2px;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .formInner dl dd.radio span {
    margin-left: 0 !important;
  }
}
body.contact .secForm .inner-m .formInner dl dd.radio.type1 span:nth-child(3) {
  margin-left: 0;
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .formInner dl dd.radio.type1 span:nth-child(3) {
    margin-top: 0;
  }
}
body.contact .secForm .inner-m .formInner dl dd input[type=text],
body.contact .secForm .inner-m .formInner dl dd input[type=tel],
body.contact .secForm .inner-m .formInner dl dd textarea {
  padding: 1rem 0 1rem 1rem;
  max-width: 100%;
  border: 1px solid #B3B3B3;
}
body.contact .secForm .inner-m .formInner dl dd textarea {
  width: 100%;
}
body.contact .secForm .inner-m .formInner dl.type2 dd p {
  margin-top: 0.5rem;
}
body.contact .secForm .inner-m .formInner dl.type2 dd p a {
  color: #009FE8;
  margin: 0 0.2rem;
}
body.contact .secForm .inner-m .formInner dl.type3 dd input[type=text] {
  margin-bottom: 2.5rem;
}
body.contact .secForm .inner-m .formInner dl.type3 dd input[type=file] {
  border: 1px solid #B3B3B3;
  padding: 1.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 22px;
}
body.contact .secForm .inner-m .formInner dl.address span {
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
body.contact .secForm .inner-m .formInner dl.address .formPostcode {
  margin-bottom: 2rem;
}
body.contact .secForm .inner-m .formInner dl.address .formPostcode input {
  width: 115px;
}
body.contact .secForm .inner-m .formInner dl.address .formPostcode p {
  margin-left: 1rem;
  padding-top: 1.2rem;
}
body.contact .secForm .inner-m .privacyBox {
  background: #E6E6E6;
  max-width: 900px;
  margin: 0 auto 3rem;
  border-radius: 10px;
  font-size: 1.4rem;
  padding: 2rem 3rem;
}
body.contact .secForm .inner-m .privacyBox .ttl {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
body.contact .secForm .inner-m .agree {
  text-align: center;
  margin-bottom: 10rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .agree {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}
body.contact .secForm .inner-m .agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: -3px;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .agree input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .agree label {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .agree label span {
    width: 230px;
    text-align: left;
  }
}
body.contact .secForm .inner-m .submit {
  gap: 0 2rem;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .submit {
    gap: 0 1.5rem;
  }
}
body.contact .secForm .inner-m .submit input {
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #E95560;
  padding: 1.5rem 5rem;
  border-radius: 31px;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .submit input {
    font-size: 1.6rem;
    padding: 1.2rem 5rem;
    margin-bottom: 2rem;
  }
}
body.contact .secForm .inner-m .mw_wp_form_confirm .required,
body.contact .secForm .inner-m .mw_wp_form_confirm .confirmNone,
body.contact .secForm .inner-m .mw_wp_form_confirm .privacyBox,
body.contact .secForm .inner-m .mw_wp_form_confirm .agree,
body.contact .secForm .inner-m .mw_wp_form_confirm dd p {
  display: none;
}
body.contact .secForm .inner-m .mw_wp_form_confirm dt,
body.contact .secForm .inner-m .mw_wp_form_confirm dd {
  padding-top: 0 !important;
}
@media screen and (max-width: 1199px) {
  body.contact .secForm .inner-m .thanksTxt {
    font-size: 1.4rem;
    line-height: 26px;
    text-align: left;
  }
}
body.contact .footerArea {
  margin-bottom: 10rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  body.contact .footerArea {
    margin-top: 0;
    margin-bottom: 6rem;
  }
}
body.contact .footerArea img {
  width: 310px;
  display: block;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 1199px) {
  body.contact .footerArea img {
    width: 250px;
  }
}
body.contact .footerArea a {
  color: #008BD5;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  body.contact .footerArea a {
    font-size: 1.8rem;
  }
}
body.contact.biz .secForm h3 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
  color: #008BD5;
}
@media screen and (max-width: 1199px) {
  body.contact.biz .secForm h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
body.contact.biz .secForm .telHour {
  border: 4px solid #008BD5;
}
body.contact.biz .secForm .inner-m {
  border: none;
}
body.contact.biz .secForm .inner-m .formInner dl dt .required {
  background: #008BD5;
}
body.contact.biz .secForm .inner-m .submit input {
  background: #008BD5;
}
body.contact #go_pagetop {
  bottom: 9rem !important;
}
/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  top: 0;
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 64px;
}
@keyframes float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page.css.map */