@charset "UTF-8";
.mt-45 {
  margin-top: 45px;
}
.mt-80 {
  margin-top: 80px;
}

.mb-45 {
  margin-bottom: 45px;
}
.mb-80 {
  margin-bottom: 80px;
}

img + .mt--10 {
  margin-top: -10px;
  margin-bottom: 10px;
}

.text-sm {
  font-size: 1.6rem !important;
}

.underline {
  color: #00b43c;
}

.page-campaign .site-content {
  padding-bottom: 0;
  border-bottom: none;
  background-color: #fff;
  letter-spacing: 0.075em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.page-campaign .section_wrap {
  max-width: none;
}
.page-campaign .section_wrap .content:not(:last-child) {
  margin-bottom: 60px;
}
.page-campaign .section_wrap.pt-0 {
  padding-top: 0;
}
.page-campaign .content {
  max-width: 750px;
  padding: 0 50px;
}
.page-campaign img {
  max-width: 100%;
  height: auto;
}
.page-campaign ul.note li {
  letter-spacing: 0;
}
.page-campaign ul.note.noindent li {
  margin-left: 0;
  text-indent: 0;
}
.page-campaign a.link-icon {
  position: relative;
  border-bottom: 2px solid #00b43c;
  color: #00b43c;
  font-size: 26px;
}
.page-campaign a.link-icon::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  right: -25px;
  bottom: 8px;
  display: inline-block;
  background: url(../images/icon_link.svg) no-repeat center/contain;
}

.headline-01 {
  margin-bottom: -16px;
  position: relative;
  z-index: 1;
  color: #00b43c;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 40px;
}
.headline-01 span {
  padding: 0 20px;
  position: relative;
  background-color: #fff;
}
.headline-01 span::before {
  content: "";
  width: 19px;
  height: 52px;
  position: absolute;
  bottom: -10px;
  left: -13px;
  display: inline-block;
  background: url(../images/back_slash.svg) no-repeat center/contain;
}
.headline-01 span::after {
  content: "";
  width: 19px;
  height: 52px;
  position: absolute;
  right: -13px;
  bottom: -10px;
  display: inline-block;
  background: url(../images/slash.svg) no-repeat center/contain;
}
.headline-02 {
  padding-bottom: 45px;
  color: #00b43c;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 34px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.f-green {
  color: #00b43c;
}

.bg-yellow {
  background-color: rgba(255, 255, 0, 0.15);
}

.bg-white {
  background-color: #fff;
}

hr.line-dash {
  margin-top: 70px;
  padding-bottom: 70px;
  border: none;
  border-top: 3px dashed #00b43c;
  background: none;
}

.bottom-dash {
  border-bottom: 3px dashed #00b43c;
}

.main-area {
  text-align: center;
}

.hero-obj {
  margin-right: -50px;
  margin-bottom: 30px;
  margin-left: -50px;
}
.hero-obj.mb-0 {
  margin-bottom: 0;
}
.hero-obj.mt-65 {
  margin-top: 65px;
}

.block-period dt {
  margin-bottom: 30px;
  color: #00b43c;
  letter-spacing: 0.055em;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.7727272727;
}
.block-period dt span {
  border-bottom: 2px solid #00b43c;
}

.period-text-wrap p {
  letter-spacing: 0;
  font-size: 26px;
  line-height: 1.8461538462;
}
.period-text-wrap .font-bold {
  font-weight: 600;
}
.period-text-wrap strong {
  position: relative;
  color: #4d4d4d;
  font-weight: 600;
  font-size: inherit;
}
.period-text-wrap strong.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff0));
  background: -webkit-linear-gradient(transparent 60%, #ff0 60%);
  background: linear-gradient(transparent 60%, #ff0 60%);
}
.period-text-wrap strong.font-grn {
  color: #00b43c;
}
.period-text-wrap ul {
  color: #888;
  text-align: left;
  font-size: 23px;
}
.period-text-wrap ul + p {
  margin-top: 20px;
}

.note-block {
  margin-top: 30px;
  text-align: left;
  font-size: 14px;
}
.note-block li {
  margin-left: 1em;
  text-indent: -1em;
}
.note-block li::before {
  content: "・";
}

.btn-application {
  width: 650px;
  max-width: 100%;
  height: 115px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  background-color: #f56f74;
  color: #fff !important;
  letter-spacing: 0.08em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 34px;
}

#fixed_banner {
  width: 100%;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#fixed_banner a {
  width: 600px;
  max-width: 100%;
  height: 110px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: url(../images/icon_memo.png) #ff636f no-repeat 100px 50%/50px 48px;
  color: #fff;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
#fixed_banner.open {
  width: 100%;
  z-index: 9;
  display: block;
}

.flow-block {
  padding: 40px 22px;
  position: relative;
  border: 2px solid #00b43c;
  border-radius: 21px;
  background-color: #fff;
}
.flow-block dt {
  margin-bottom: 35px;
  padding: 2.5px 10px;
  background-color: #00b43c;
  color: #fff;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
.flow-block p {
  letter-spacing: 0;
  font-size: 26px;
  line-height: 1.8461538462;
}
.flow-block .image-area {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.flow-block .image-area img {
  width: 100%;
  height: auto;
}
.flow-block ul {
  color: #888;
  font-size: 23px;
}
.flow-block a {
  margin-top: 40px;
  display: inline-block;
}
.flow-block + h3 {
  padding-top: 75px;
}
.flow-block.fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: -40px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  border-width: 50px 40px 0 40px;
  border-style: solid;
  border-color: #00b43c transparent transparent transparent;
}
.flow-block.fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: -37px;
  position: absolute;
  bottom: -47px;
  left: 50%;
  z-index: 10;
  border-width: 47px 37px 0 37px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.system-block {
  padding: 70px 20px;
  border-radius: 20px;
}
.system-block dt {
  margin-bottom: 20px;
  color: #00b43c;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5882352941;
}
.system-block dd {
  font-size: 26px;
}

.title-block {
  margin-right: -50px;
  margin-left: -50px;
  text-align: center;
}
.title-block img {
  margin: auto;
  display: block;
}
.title-block img + img {
  margin-top: 30px;
}

.price-text-wrap {
  padding-top: 45px;
}
.price-text-wrap.pt-0 {
  padding-top: 0;
}

.price-text-block {
  margin-bottom: 70px;
}
.price-text-block dt {
  margin-bottom: 25px;
  color: #00b43c;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
}
.price-text-block dt span {
  border-bottom: 2px solid #00b43c;
}
.price-text-block dd p {
  font-size: 26px;
  line-height: 1.8461538462;
}
.price-text-block:first-of-type {
  margin-top: 50px;
}

.point-text-block {
  margin-bottom: 65px;
  padding: 40px 15px;
  border: 2px solid #00b43c;
  border-radius: 50px 0 50px 0;
  background-color: #fff;
  color: #000;
  text-align: center;
}
.point-text-block img {
  padding-bottom: 12px;
}
.point-text-block span {
  position: relative;
  letter-spacing: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.6923076923;
}
.point-text-block span::after {
  content: "";
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ff0;
}

.memo-text-area {
  width: 570px;
  max-width: 100%;
  margin: 0 auto 55px auto;
}
.memo-text-area p {
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5882352941;
}
.memo-text-area ul {
  font-size: 23px;
}

.text-list li {
  padding-bottom: 57.5px;
}
.text-list li + li {
  margin-top: 70px;
}
.text-list li:not(:last-child) {
  margin-bottom: 0;
}

.link-block a {
  position: relative;
  display: block;
}
.link-block span {
  width: 400px;
  max-width: 100%;
  height: 115px;
  margin-left: -200px;
  position: absolute;
  bottom: -57.5px;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  background-color: #ccc;
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 34px;
}
.link-block.step span {
  background-color: #73b964;
}
.link-block.ace span {
  background-color: #e27f1d;
}

@media only screen and (max-width: 768px) {
  .mt-45 {
    margin-top: 6.4vw;
  }
  .mt-80 {
    margin-top: 10.6666666667vw;
  }
  .page-campaign .section_wrap {
    padding: 10.6666666667vw 0;
  }
  .page-campaign .content {
    max-width: 100%;
    padding: 0 6.6666666667vw;
  }
  .page-campaign a.link-icon {
    font-size: 3.4666666667vw;
  }
  .page-campaign a.link-icon::after {
    content: "";
    width: 2.5333333333vw;
    height: 2.5333333333vw;
    right: -3.3333333333vw;
    bottom: 1.0666666667vw;
  }
  .headline-01 {
    margin-bottom: -2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .headline-01 span {
    padding: 0 2.6666666667vw;
  }
  .headline-01 span::before {
    width: 2.5333333333vw;
    height: 6.9333333333vw;
    bottom: -1.3333333333vw;
    left: -1.7333333333vw;
  }
  .headline-01 span::after {
    content: "";
    width: 2.5333333333vw;
    height: 6.9333333333vw;
    right: -1.7333333333vw;
    bottom: -1.3333333333vw;
  }
  .headline-02 {
    padding-bottom: 6vw;
    font-size: 4.5333333333vw;
  }
  hr.line-dash {
    margin-top: 9.3333333333vw;
    padding-bottom: 9.3333333333vw;
  }
  .hero-obj {
    margin-right: -6.6666666667vw;
    margin-bottom: 4vw;
    margin-left: -6.6666666667vw;
  }
  .block-period {
    margin-top: 4vw;
  }
  .block-period dt {
    letter-spacing: 0.05em;
    font-size: 5.8666666667vw;
  }
  .period-text-wrap p {
    font-size: 3.4666666667vw;
  }
  .period-text-wrap ul {
    font-size: 3.0666666667vw;
  }
  .period-text-wrap li {
    font-size: 3.0666666667vw;
  }
  .note-block {
    font-size: 2.6666666667vw;
  }
  .note-block li {
    font-size: 2.6666666667vw;
  }
  .btn-application {
    width: 86.6666666667vw;
    max-width: 100%;
    height: 15.3333333333vw;
    border-radius: 2vw;
    font-size: 4.5333333333vw;
  }
  #fixed_banner {
    padding: 2vw 0;
  }
  #fixed_banner a {
    width: 80vw;
    height: 14.6666666667vw;
    border-radius: 1.3333333333vw;
    background: url(../images/icon_memo.png) #ff636f no-repeat 13.3333333333vw 50%;
    background-size: 6.6666666667vw 6.4vw;
    font-size: 4.5333333333vw;
    line-height: 1;
  }
  .flow-block {
    padding: 5.3333333333vw 2.9333333333vw;
    border-radius: 2.8vw;
  }
  .flow-block dt {
    margin-bottom: 4.6666666667vw;
    padding: 0.3333333333vw 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
  .flow-block p {
    font-size: 3.4666666667vw;
  }
  .flow-block .image-area {
    margin-bottom: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .flow-block ul {
    font-size: 3.0666666667vw;
  }
  .flow-block a {
    margin-top: 5.3333333333vw;
  }
  .flow-block + h3 {
    padding-top: 10vw;
  }
  .flow-block.fukidashi::before {
    margin-left: -5.3333333333vw;
    bottom: -6.6666666667vw;
    border-width: 6.6666666667vw 5.3333333333vw 0 5.3333333333vw;
  }
  .flow-block.fukidashi::after {
    margin-left: -4.9333333333vw;
    bottom: -6.2666666667vw;
    border-width: 6.2666666667vw 4.9333333333vw 0 4.9333333333vw;
  }
  .system-block {
    padding: 9.3333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .system-block dt {
    margin-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
  .system-block dd {
    font-size: 3.4666666667vw;
  }
  .title-block {
    margin-right: -6.6666666667vw;
    margin-left: -6.6666666667vw;
  }
  .title-block img + img {
    margin-top: 4vw;
  }
  .title-block img:first-child {
    width: 93.6vw;
  }
  .price-text-wrap {
    padding-top: 6vw;
  }
  .price-text-block {
    margin-bottom: 9.3333333333vw;
  }
  .price-text-block dt {
    margin-bottom: 3.3333333333vw;
    font-size: 4vw;
  }
  .price-text-block dd p {
    font-size: 3.4666666667vw;
  }
  .price-text-block:first-of-type {
    margin-top: 6.6666666667vw;
  }
  .point-text-block {
    margin-bottom: 8.6666666667vw;
    padding: 5.3333333333vw 2vw;
    border-radius: 6.6666666667vw 0 6.6666666667vw 0;
  }
  .point-text-block p {
    margin-bottom: 0;
  }
  .point-text-block img {
    width: 17.4666666667vw;
    padding-bottom: 1.6vw;
  }
  .point-text-block span {
    position: relative;
    z-index: 0;
    font-size: 3.3333333333vw;
  }
  .point-text-block span::after {
    height: 1.7333333333vw;
  }
  .memo-text-area {
    width: 76vw;
    margin-bottom: 7.3333333333vw;
  }
  .memo-text-area p {
    margin-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
  .memo-text-area ul {
    font-size: 3.0666666667vw;
  }
  .text-list li {
    padding-bottom: 7.6666666667vw;
  }
  .text-list li + li {
    margin-top: 9.3333333333vw;
  }
  .link-block span {
    width: 53.3333333333vw;
    height: 15.3333333333vw;
    margin-left: -26.6666666667vw;
    bottom: -7.6666666667vw;
    border-radius: 1.6vw;
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 375px) {
  .flow-block.fukidashi::after {
    margin-left: -5.0666666667vw;
    bottom: -5.8666666667vw;
    border-width: 6.4vw 5.0666666667vw 0 5.0666666667vw;
  }
}