@charset "UTF-8";
.l-inner {
  width: 100%;
  max-width: 1096px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* ad_because */
.ad_because {
  background: #F2F7FB;
  padding-top: 100px;
  margin-top: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ad_because {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.ad_because_ttl {
  font-size: 38px;
  color: #242536;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .ad_because_ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .ad_because_ttl {
    font-size: 7.4666666667vw;
  }
}
.ad_because_ttl span {
  line-height: 1.1;
}
.ad_because_ttl span:first-of-type {
  font-size: 153px;
  color: #FF9900;
}
@media screen and (max-width: 1023px) {
  .ad_because_ttl span:first-of-type {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ad_because_ttl span:first-of-type {
    font-size: 16vw;
  }
}
.ad_because_ttl span:nth-of-type(2) {
  font-size: 94px;
}
@media screen and (max-width: 1023px) {
  .ad_because_ttl span:nth-of-type(2) {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ad_because_ttl span:nth-of-type(2) {
    font-size: 10.6666666667vw;
  }
}

.ad_because_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 38px;
  font-weight: 500;
  background: #242536;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1023px) {
  .ad_because_number {
    font-size: 28px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .ad_because_number {
    font-size: 5.3333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}

.ad_because_subttl {
  font-family: source-han-serif-japanese, serif;
  font-size: 48px;
  font-weight: 600;
  color: #242536;
  line-height: 1.45;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .ad_because_subttl {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ad_because_subttl {
    font-size: 6.4vw;
  }
}

/* ad_cost */
.ad_cost {
  max-width: 90%;
  margin: 0 auto;
}

/* ad_header */
.ad_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.ad_header_logo {
  width: 85px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ad_header_logo {
    width: 10.6666666667vw;
    margin-top: 10px;
  }
}

/* ad_mv */
.ad_mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ad_mv {
    height: auto;
  }
}

.ad_mv_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ad_mv_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.ad_mv_txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 37%;
  opacity: 0;
  font-size: 63px;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .ad_mv_txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ad_mv_txt {
    font-size: 5.3333333333vw;
  }
}
.ad_mv_txt .large {
  font-size: 82px;
}
@media screen and (max-width: 1023px) {
  .ad_mv_txt .large {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ad_mv_txt .large {
    font-size: 7.4666666667vw;
  }
}
.ad_mv_txt .large span {
  position: relative;
}
.ad_mv_txt .large span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5px;
}
@media screen and (max-width: 1023px) {
  .ad_mv_txt .large span::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ad_mv_txt .large span::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: -2px;
  }
}

/* ad_point */
.ad_point {
  padding: 75px 0 85px;
}

.ad_point_ttl span {
  color: #3399FF;
  border-bottom: 3px solid #3399FF;
}
@media screen and (max-width: 767px) {
  .ad_point_ttl span {
    border-bottom: 2px solid #3399FF;
  }
}

.ad_point_imgs {
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .ad_point_imgs {
    margin-right: 0;
  }
}

.ad_point_img {
  width: 48%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ad_point_img {
    width: 80%;
  }
}

.ad_point_item {
  text-align: left;
  border: 1px solid #242536;
  padding: 15px 18px;
  width: 35%;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .ad_point_item {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .ad_point_item {
    width: 100%;
    position: relative;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
.ad_point_item:first-child {
  left: 2%;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .ad_point_item:first-child {
    left: unset;
    top: unset;
  }
}
.ad_point_item:first-child .ad_point_item_ttl::before {
  background: #FF4D1A;
}
.ad_point_item:first-child .ad_point_item_border {
  right: -93px;
  bottom: 0;
}
.ad_point_item:nth-child(2) {
  left: 5%;
  top: 55%;
}
@media screen and (max-width: 767px) {
  .ad_point_item:nth-child(2) {
    left: unset;
    top: unset;
  }
}
.ad_point_item:nth-child(2) .ad_point_item_ttl::before {
  background: #F18C47;
}
.ad_point_item:nth-child(2) .ad_point_item_border {
  right: -93px;
  bottom: 10%;
}
.ad_point_item:nth-child(3) {
  right: -4%;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .ad_point_item:nth-child(3) {
    right: unset;
    top: unset;
  }
}
.ad_point_item:nth-child(3) .ad_point_item_ttl::before {
  background: #3399FF;
}
.ad_point_item:nth-child(3) .ad_point_item_border {
  left: -93px;
  bottom: 0;
}
.ad_point_item:nth-child(4) {
  right: 0%;
  top: 43%;
}
@media screen and (max-width: 767px) {
  .ad_point_item:nth-child(4) {
    right: unset;
    top: unset;
  }
}
.ad_point_item:nth-child(4) .ad_point_item_ttl::before {
  background: #B488BB;
}
.ad_point_item:nth-child(4) .ad_point_item_border {
  left: -93px;
  top: -30%;
}
.ad_point_item:last-child {
  right: -1%;
  top: 72%;
}
@media screen and (max-width: 767px) {
  .ad_point_item:last-child {
    right: unset;
    top: unset;
  }
}
.ad_point_item:last-child .ad_point_item_ttl::before {
  background: #ED81A9;
}
.ad_point_item:last-child .ad_point_item_border {
  left: -93px;
  top: -30%;
}

.ad_point_item_ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #242536;
  padding-left: 31px;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ad_point_item_ttl {
    font-size: 14px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ad_point_item_ttl {
    font-size: 16px;
  }
}
.ad_point_item_ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 1023px) {
  .ad_point_item_ttl::before {
    width: 12px;
    height: 12px;
  }
}

.ad_point_item_txt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .ad_point_item_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ad_point_item_txt {
    font-size: 14px;
  }
}
.ad_point_item_txt span {
  font-size: 10px;
}

.ad_point_item_border {
  position: absolute;
  width: 93px;
}
@media screen and (max-width: 767px) {
  .ad_point_item_border {
    display: none;
  }
}

/* ad_realization */
.ad_realization {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ad_realization {
    margin-bottom: 40px;
  }
}

.ad_realization_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ad_realization_cards {
    display: block;
  }
}

.ad_realization_card {
  border: 3px solid #2D2147;
  width: calc(33.33333% - 11.33333px);
}
@media screen and (max-width: 767px) {
  .ad_realization_card {
    width: 100%;
  }
  .ad_realization_card:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.ad_realization_card:not(:nth-child(3n+1)) {
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .ad_realization_card:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.ad_realization_card:first-child .ad_realization_card_ttl span {
  color: #63A7DC;
}
.ad_realization_card:first-child .ad_realization_card_ttl::after {
  background: #63A7DC;
}
.ad_realization_card:nth-child(2) .ad_realization_card_ttl span {
  color: #B488BB;
}
.ad_realization_card:nth-child(2) .ad_realization_card_ttl::after {
  background: #B488BB;
}
.ad_realization_card:last-child .ad_realization_card_ttl span {
  color: #ED81A9;
}
.ad_realization_card:last-child .ad_realization_card_ttl::after {
  background: #ED81A9;
}

.ad_realization_card_img {
  width: 100%;
}

.ad_realization_card_body {
  padding: 25px 30px 45px;
}
@media screen and (max-width: 767px) {
  .ad_realization_card_body {
    padding: 20px 20px;
  }
}

.ad_realization_card_ttl {
  position: relative;
  font-size: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ad_realization_card_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.ad_realization_card_ttl::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -17px;
}
@media screen and (max-width: 767px) {
  .ad_realization_card_ttl::after {
    width: 100px;
    bottom: -10px;
  }
}

.ad_realization_card_txt {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ad_realization_card_txt {
    text-align: justify;
  }
}

/* ad_table */
.ad_table {
  background: #F2F7FB;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ad_table {
    overflow: unset;
  }
}

/* ad_voice */
.ad_voice {
  background: url(../assets/img/figure/ad_voice_bg.png) no-repeat center/cover;
  padding: 75px 0 145px;
}
@media screen and (max-width: 767px) {
  .ad_voice {
    padding: 60px 0;
  }
}

.ad_voice_inner {
  max-width: 1284px;
}

.ad_voice_ttl {
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .ad_voice_ttl {
    margin-bottom: 40px;
  }
}
.ad_voice_ttl span {
  color: #3399FF;
  border-bottom: 3px solid #3399FF;
}
@media screen and (max-width: 767px) {
  .ad_voice_ttl span {
    border-bottom: 2px solid #3399FF;
  }
}

.ad_voice_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -53px;
}
@media screen and (max-width: 767px) {
  .ad_voice_items {
    display: block;
    margin-bottom: -20px;
  }
}

.ad_voice_item {
  text-align: left;
  width: calc(33.33333% - 15.33333px);
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .07);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, .07);
  padding: 35px 30px;
  margin-bottom: 53px;
}
@media screen and (max-width: 1023px) {
  .ad_voice_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .ad_voice_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ad_voice_item:not(:nth-child(3n)) {
  margin-right: 23px;
}
@media screen and (max-width: 1023px) {
  .ad_voice_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .ad_voice_item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ad_voice_item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.ad_voice_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

.ad_voice_item_icon {
  position: absolute;
  top: -5px;
  right: 0;
  width: 66px;
  max-width: 30%;
}

.ad_voice_item_img {
  width: 70px;
  min-width: 70px;
  margin-right: 15px;
}

.ad_voice_item_body {
  position: relative;
  z-index: 3;
}

.ad_voice_item_ttl {
  font-size: 16px;
  font-weight: 700;
  color: #242536;
  letter-spacing: 0.03em;
  line-height: 1.68;
  margin-bottom: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .ad_voice_item_ttl {
    white-space: unset;
  }
  .ad_voice_item_ttl br {
    display: none;
  }
}

.ad_voice_item_tag span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #173D8A;
  border-radius: 13px;
  background: #F2F7FB;
  padding: 2px 11px;
}

.ad_voice_item_txt {
  line-height: 2.1;
  font-size: 14px;
}

/* ad_worries */
.ad_worries {
  background: url(../assets/img/figure/ad_worries_bg.png) no-repeat center bottom/cover;
  padding: 72px 0 132px;
}
@media screen and (max-width: 767px) {
  .ad_worries {
    padding: 60px 0 80px;
  }
}

.ad_worries_ttl.section_ttl {
  color: #fff;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .ad_worries_ttl.section_ttl {
    margin-bottom: 30px;
  }
}
.ad_worries_ttl.section_ttl span {
  color: #F5AA00;
  border-bottom: 3px solid #F5AA00;
}
@media screen and (max-width: 767px) {
  .ad_worries_ttl.section_ttl span {
    border-bottom: 2px solid #F5AA00;
  }
}

.ad_worries_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .ad_worries_items {
    display: block;
  }
}

.ad_worries_item {
  width: 475px;
  max-width: 48%;
  height: 203px;
  background: url(../assets/img/figure/ad_worries_fukidashi.png) no-repeat center/contain;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .ad_worries_item {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .ad_worries_item {
    width: 350px;
    height: 150px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.ad_worries_item:last-child {
  margin: 0 auto;
}

.ad_worries_item_txt {
  color: #242536;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .ad_worries_item_txt {
    font-size: 15px;
  }
}
.ad_worries_item_txt span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ad_worries_item_txt span {
    font-size: 18px;
  }
}

/* 上書き用CSS */
.trial .trial__free {
  display: block;
}

.trial--container {
  width: 750px;
  max-width: 100%;
}
.trial--container::before {
  background: #4598D5;
  border: none;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  top: -50px;
  left: -50px;
}
.trial--container::after {
  display: none;
}
.trial--container .trial__ttl {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .trial--container .trial__ttl {
    font-size: 18px;
  }
}
.trial--container .price__head img {
  width: 110px;
  height: 110px;
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .trial--container .price__head img {
    width: 60px;
    height: 60px;
  }
}
.trial--container .trial__price__komi {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .trial--container .trial__price__komi {
    font-size: 15px;
    margin-right: 0;
  }
}
.trial--container .trial__single {
  font-size: 18px;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .trial--container .trial__single {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .trial--container .trial__single span {
    display: block;
  }
}
.trial--container .trial__free {
  margin-bottom: 0;
}
.trial--container .trial__multiple {
  letter-spacing: 0.1em;
}
.trial--container .trial__multiple small {
  font-size: 10px;
}
.trial--container .trial__multiple b {
  color: #E33C15;
}

@media screen and (max-width: 767px) {
  .ad_comp {
    padding: 60px 0;
  }
}

.ad_comp .cos_per {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .ad_comp .inn {
    padding: 0;
  }
}

.global-satisfaction .ff_min {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .global-satisfaction .ff_min {
    font-size: 7.4666666667vw;
  }
}

.flow .ff_min {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flow .ff_min {
    font-size: 6.4vw;
    margin-bottom: 40px;
  }
}
.flow .ff_min span {
  display: block;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .flow .ff_min span {
    font-size: 5.3333333333vw;
  }
}

.trial {
  padding: 0;
}

.trial .trial__free {
  margin-bottom: 0;
}

.trial--container .trial__multiple {
  margin-top: 16px;
  margin-top: 1rem;
}

.ad_comp .ad_because_subttl span {
  font-size: 62px;
}
@media screen and (max-width: 1023px) {
  .ad_comp .ad_because_subttl span {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .ad_comp .ad_because_subttl span {
    font-size: 9.6vw;
  }
}
.ad_comp .ad_because_subttl span span:first-child {
  color: #B488BB;
}
.ad_comp .ad_because_subttl span span:nth-child(2) {
  color: #FF9900;
}

.ad_comp .cos_per {
  border: none;
}

.ad_comp .cos_per .bxs {
  padding: 60px 0 0;
}
@media screen and (max-width: 1023px) {
  .ad_comp .cos_per .bxs {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ad_comp .cos_per .bx .tx p {
    padding: 0 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .ad_comp .cos_per .bxs {
    padding: 12vw 0 8vw;
  }
}

.tbl_block .row .circ span.red {
  color: #FF4D1A;
}

.u-notes--bottom {
  text-align: left;
  width: 670px;
  max-width: 95%;
  margin: 100px auto 60px;
}
@media screen and (max-width: 767px) {
  .u-notes--bottom {
    margin-top: 60px;
  }
}

main {
  overflow-x: hidden;
}

/* section_ttl */
.section_ttl {
  font-family: source-han-serif-japanese, serif;
  font-size: 48px;
  font-weight: 600;
  color: #242536;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
  .section_ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .section_ttl {
    font-size: 5.3333333333vw;
  }
}
.section_ttl span {
  font-size: 72px;
}
@media screen and (max-width: 1023px) {
  .section_ttl span {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section_ttl span {
    font-size: 8.5333333333vw;
  }
}
/*# sourceMappingURL=figure.css.map */
