@charset "UTF-8";
/* line 3, style.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

/* line 12, style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 16, style.scss */
body {
  line-height: 1; }

/* line 20, style.scss */
ol, ul {
  list-style: none; }

/* line 24, style.scss */
blockquote, q {
  quotes: none; }

/* line 29, style.scss */
blockquote:before, blockquote:after {
  content: none; }

/* line 35, style.scss */
q:before, q:after {
  content: none; }

/* line 40, style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 45, style.scss */
.clearfix {
  display: inline-block; }
  /* line 46, style.scss */
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

/* Hides from IE Mac */
/* line 60, style.scss */
* html .clearfix {
  height: 1%; }

/* line 64, style.scss */
.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
/* line 70, style.scss */
body {
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 700; }

/* line 77, style.scss */
img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

/* line 87, style.scss */
a {
  text-decoration: none; }

/* line 91, style.scss */
strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
/* line 97, style.scss */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

/* line 106, style.scss */
#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

/* line 112, style.scss */
#resbtn {
  -webkit-appearance: none; }

/* line 116, style.scss */
.ancr {
  position: relative;
  transition: 0.5s; }

/* line 121, style.scss */
.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

/* line 132, style.scss */
.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
/* line 140, style.scss */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 149, style.scss */
body {
  background: #000; }

/* line 153, style.scss */
.font_bc {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal; }

/* PC */
@media screen and (min-width: 901px) {
  /* line 162, style.scss */
  #content .main_cont {
    width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  /* line 169, style.scss */
  #content .left_cont {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(50% - 375px);
    height: 100vh;
    background: url("../img/mv_bg.jpg") no-repeat left top;
    background-size: cover; }
    /* line 178, style.scss */
    #content .left_cont .left_cont_list {
      position: absolute;
      left: 30px;
      bottom: 35px; }
      /* line 183, style.scss */
      #content .left_cont .left_cont_list li {
        font-weight: 600;
        font-size: 36px;
        line-height: 1.5em; }
        /* line 188, style.scss */
        #content .left_cont .left_cont_list li a {
          color: #EBFF52;
          display: inline-block; }
          /* line 192, style.scss */
          #content .left_cont .left_cont_list li a:hover {
            background: #FC77AA; }
  /* line 200, style.scss */
  #content .right_cont {
    position: fixed;
    right: 0;
    top: 0;
    width: calc(50% - 375px);
    height: 100vh;
    background: url("../img/mv_bg.jpg") no-repeat right top;
    background-size: cover; }
    /* line 209, style.scss */
    #content .right_cont .txt {
      width: 40%;
      position: absolute;
      right: 30px;
      top: 30px; }

  /* line 218, style.scss */
  .sub_ttl_01 {
    display: inline-block;
    font-size: 30px;
    border: solid 1px #000;
    font-weight: 700;
    padding: 2px;
    margin-bottom: 50px; }
    /* line 226, style.scss */
    .sub_ttl_01.sub_ttl_01-2 {
      color: #FC77AA;
      border-color: #FC77AA; }

  /* line 232, style.scss */
  .btn01 {
    color: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: #EBFF52;
    border: solid 2px #EBFF52;
    font-size: 38px;
    padding: 32px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: 0.3s; }
    /* line 249, style.scss */
    .btn01:hover {
      background: #000;
      color: #EBFF52;
      transition: 0.3s; }
      /* line 254, style.scss */
      .btn01:hover:before {
        background-image: url("../img/icon_link_02.png"); }
    /* line 259, style.scss */
    .btn01:before {
      content: '';
      width: 27px;
      height: 27px;
      background: url("../img/icon_link.png") no-repeat center;
      background-size: contain;
      display: block;
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%); }

  /* line 273, style.scss */
  .btn02 {
    color: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: #EBFF52;
    border: solid 2px #EBFF52;
    font-size: 33px;
    padding: 35px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    border: solid 4px #000;
    border-bottom: solid 10px #000; }
    /* line 292, style.scss */
    .btn02 span {
      background: url("../img/ttl_whbg.png") no-repeat center bottom;
      background-size: contain; }
    /* line 297, style.scss */
    .btn02:hover {
      background: #000;
      color: #EBFF52;
      transition: 0.3s; }
      /* line 302, style.scss */
      .btn02:hover:before {
        background-image: url("../img/icon_link_02.png"); }
    /* line 307, style.scss */
    .btn02:before {
      content: '';
      width: 27px;
      height: 27px;
      background: url("../img/icon_link.png") no-repeat center;
      background-size: contain;
      display: block;
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%); }

  /*#sch {
    text-align: center;
    padding: 120px 0;
    background: #fff;

    .sch_btn {
      margin-bottom: 40px;
    }

    .biko {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      text-align: left;
      line-height: 1.5em;

      li {
        position: relative;
        padding-left: 1.5em;

        &:before {
          content: '※';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 20px;
        }
      }
    }

    .sch_ttl {
      display: inline-block;
      position: relative;

      img {
        width: 680px;
        position: relative;
        z-index: 2;
      }

      &:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 42px;
        background: #000;
        padding: 0 0 1px;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%);
      }
    }

    .sub_ttl_01 {
      margin-top: -20px;
    }

    .sch_ch {
      display: none;

      &:checked + .sc_label {
        background-image: url("../img/arr_02.png");

        + .sch_hyo {
          height: auto;
          transition: 0.3s;
        }
      }
    }

    .sch_table {
      position: relative;
      padding-bottom: 120px;
      width: 100%;
      max-width: 700px;
      margin: 0 auto 60px;

      .sc_label {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        display: inline-block;
        font-weight: 700;
        font-size: 48px;
        padding: 10px 63px 10px 0;
        background: url("../img/arr_01.png") no-repeat right top 55%;
        background-size: 23px;
        border-bottom: solid 1px #000000;
      }

      .sch_hyo {
        height: 440px;
        overflow: hidden;

        table {
          width: 100%;
          font-weight: 600;

          tr {
            th {
              width: 25%;
              text-align: center;
              background: #fff;
              font-size: 28px;
              padding: 12px 0;
            }

            td {
              width: 25%;
              background: #000;
              color: #fff;
              text-align: center;
              border-bottom: solid 11px #fff;
              vertical-align: middle;
              line-height: 1.2em;
              padding: 10px 0;
              position: relative;

              &.td01 {
                font-size: 48px;

                span {
                  font-size: 24px;
                }
              }

              &.td02, &.td03 {
                font-size: 28px;
              }

              &.td04 {
                font-size: 48px;

                span {
                  font-size: 24px;
                }
              }

              .line {
                width: 1px;
                height: calc(100% - 20px);
                position: absolute;
                right: 0;
                top: 10px;
                border-right: dotted 1px #fff;
                display: block;
              }
            }
          }
        }
      }
    }
  }*/
  @keyframes spin {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  /* line 488, style.scss */
  #mv {
    position: relative;
    height: 1079px; }
    /* line 492, style.scss */
    #mv .cir_01 {
      width: 280px;
      position: absolute;
      top: 23px;
      background: url("../img/cir01_bg.png") no-repeat center;
      background-size: contain;
      left: -56px; }
      /* line 500, style.scss */
      #mv .cir_01 .cir_01_img {
        animation: spin 14s linear infinite; }
    /* line 505, style.scss */
    #mv .cir_02 {
      width: 225px;
      position: absolute;
      top: 556px;
      background: url("../img/cir02_bg.png") no-repeat center;
      background-size: contain;
      right: -51px; }
      /* line 513, style.scss */
      #mv .cir_02 .cir_02_img {
        animation: spin 14s linear infinite; }
    /* line 518, style.scss */
    #mv .cir_03 {
      width: 195px;
      position: absolute;
      bottom: 113px;
      background: url("../img/cir03_bg.png") no-repeat center;
      background-size: contain;
      left: -36px; }
      /* line 526, style.scss */
      #mv .cir_03 .cir_03_img {
        animation: spin 14s linear infinite; }
    /* line 531, style.scss */
    #mv .mv_icon_01 {
      position: absolute;
      z-index: 1;
      width: 220px;
      top: 230px;
      left: 0; }
    /* line 539, style.scss */
    #mv .mv_icon_02 {
      position: absolute;
      z-index: 1;
      width: 320px;
      top: 12px;
      right: -85px; }
    /* line 547, style.scss */
    #mv .mv_icon_03 {
      position: absolute;
      z-index: 1;
      width: 240px;
      bottom: 0;
      right: -30px; }
    /* line 555, style.scss */
    #mv .mv_txt {
      position: absolute;
      left: 50%;
      top: 90px;
      transform: translateX(-50%);
      width: 214px; }
    /* line 563, style.scss */
    #mv .mv_logo {
      position: absolute;
      left: 50%;
      top: 398px;
      transform: translateX(-50%);
      width: 653px; }
    /* line 571, style.scss */
    #mv .mv_scroll {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 211px; }
      /* line 578, style.scss */
      #mv .mv_scroll a {
        display: block; }
    /* line 583, style.scss */
    #mv .mv_ttl {
      color: #fff;
      position: absolute;
      left: 50%;
      bottom: 161px;
      transform: translateX(-50%);
      width: 350px;
      text-align: center;
      font-size: 20px;
      line-height: 1.4em; }

  /* line 596, style.scss */
  #about {
    padding: 120px 0 75px;
    background: #FC77AA;
    text-align: center; }
    /* line 601, style.scss */
    #about .biko {
      display: inline-block;
      text-align: left;
      line-height: 1.5em; }
      /* line 606, style.scss */
      #about .biko li {
        position: relative;
        padding-left: 1.5em; }
        /* line 610, style.scss */
        #about .biko li:before {
          content: '※';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 20px; }
    /* line 620, style.scss */
    #about .txt_01 {
      font-size: 28px;
      line-height: 1.4em; }
      /* line 624, style.scss */
      #about .txt_01 span {
        font-size: 20px; }
    /* line 629, style.scss */
    #about .sch_btn {
      margin: 73px 0 40px; }
    /* line 633, style.scss */
    #about .about_ttl {
      display: inline-block;
      position: relative; }
      /* line 637, style.scss */
      #about .about_ttl img {
        width: 420px;
        position: relative;
        z-index: 2; }
      /* line 643, style.scss */
      #about .about_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 42px;
        background: #000;
        padding: 0 0 1px;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 658, style.scss */
    #about .sub_ttl_01 {
      margin-top: -22px;
      position: relative;
      top: -2px; }

  /* line 665, style.scss */
  #req {
    padding: 120px 0;
    text-align: center; }
    /* line 669, style.scss */
    #req .req_ttl {
      display: inline-block;
      position: relative; }
      /* line 672, style.scss */
      #req .req_ttl img {
        width: 700px;
        position: relative;
        z-index: 2; }
      /* line 677, style.scss */
      #req .req_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 100%;
        height: 42px;
        background: #FC77AA;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 691, style.scss */
    #req .sub_ttl_01 {
      margin-top: -12px;
      position: relative;
      margin-bottom: 80px;
      padding: 5px;
      color: #FC77AA;
      border: solid 1px #FC77AA; }
    /* line 700, style.scss */
    #req .req_list {
      display: inline-block;
      color: #fff;
      text-align: left; }
      /* line 705, style.scss */
      #req .req_list li {
        font-size: 32px;
        line-height: 1.4em;
        margin-bottom: 45px;
        padding-left: 100px;
        background: url("../img/icon_ch_yellow.png") no-repeat center left;
        background-size: 75px; }
        /* line 712, style.scss */
        #req .req_list li:last-child {
          margin-bottom: 0; }

  /* line 719, style.scss */
  #sch {
    padding: 120px 0;
    background: #fff;
    text-align: center; }
    /* line 723, style.scss */
    #sch .sch_ttl {
      display: inline-block;
      position: relative; }
      /* line 726, style.scss */
      #sch .sch_ttl img {
        width: 661px;
        position: relative;
        z-index: 2; }
      /* line 731, style.scss */
      #sch .sch_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 677px;
        height: 42px;
        background: #000;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 745, style.scss */
    #sch .sub_ttl_01 {
      margin-top: -14px;
      position: relative;
      margin-bottom: 50px;
      padding: 5px 18px; }
    /* line 751, style.scss */
    #sch .sch_boxes {
      width: 700px;
      margin: 0 auto 30px; }
      /* line 754, style.scss */
      #sch .sch_boxes .sch_box {
        box-sizing: border-box;
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #000000;
        border: solid 1px #707070; }
        /* line 762, style.scss */
        #sch .sch_boxes .sch_box:nth-child(n+2) {
          margin-top: 5px; }
        /* line 765, style.scss */
        #sch .sch_boxes .sch_box .sch_box_date {
          width: 320px;
          padding: 11px 0 11px 20px;
          box-sizing: border-box;
          color: #000;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          background: #fff; }
          /* line 774, style.scss */
          #sch .sch_boxes .sch_box .sch_box_date .date {
            width: 122px;
            font-size: 24px;
            letter-spacing: 0;
            line-height: 1.5em;
            text-align: left; }
            /* line 780, style.scss */
            #sch .sch_boxes .sch_box .sch_box_date .date:last-child {
              width: 127px; }
            /* line 783, style.scss */
            #sch .sch_boxes .sch_box .sch_box_date .date span {
              display: inline-block;
              font-size: 48px;
              line-height: 1.2em;
              font-weight: 600;
              margin-right: 5px; }
          /* line 791, style.scss */
          #sch .sch_boxes .sch_box .sch_box_date .arrow {
            width: 15px;
            margin: 5px 16px 0 11px; }
        /* line 796, style.scss */
        #sch .sch_boxes .sch_box .sch_box_right {
          width: 341px;
          color: #fff;
          position: relative; }
          /* line 800, style.scss */
          #sch .sch_boxes .sch_box .sch_box_right .place {
            /*width: 252px;*/
            width: 100%;
            font-size: 28px;
            line-height: 1.35em;
            font-weight: bold; }
          /* line 807, style.scss */
          #sch .sch_boxes .sch_box .sch_box_right .etc {
            font-size: 18px;
            line-height: 1.5em;
            font-weight: bold;
            position: absolute;
            right: 0;
            bottom: 0; }
    /* line 818, style.scss */
    #sch .causion {
      width: 700px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: left; }

  /* line 828, style.scss */
  #step {
    text-align: center;
    position: relative;
    padding: 50px 0 120px; }
    /* line 833, style.scss */
    #step .step_icon01 {
      position: absolute;
      left: 0;
      top: 0;
      width: 180px; }
    /* line 840, style.scss */
    #step .step_icon02 {
      width: 162px;
      position: absolute;
      right: 0;
      top: 107px; }
    /* line 847, style.scss */
    #step .step_flow {
      width: 100%;
      max-width: 625px;
      margin: 0 auto;
      position: relative; }
      /* line 853, style.scss */
      #step .step_flow:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #FC77AA;
        position: absolute;
        left: 70px;
        top: 0;
        z-index: 1; }
      /* line 865, style.scss */
      #step .step_flow .step_flow_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        margin-bottom: 60px;
        position: relative;
        z-index: 2; }
        /* line 874, style.scss */
        #step .step_flow .step_flow_box:last-child {
          margin-bottom: 0; }
        /* line 878, style.scss */
        #step .step_flow .step_flow_box .step_flow_left {
          width: 140px; }
          /* line 881, style.scss */
          #step .step_flow .step_flow_box .step_flow_left img {
            display: block; }
        /* line 886, style.scss */
        #step .step_flow .step_flow_box .step_flow_right {
          width: calc(100% - 170px);
          text-align: left; }
          /* line 890, style.scss */
          #step .step_flow .step_flow_box .step_flow_right .ttl {
            font-size: 32px;
            line-height: 1.5em;
            color: #FC77AA; }
          /* line 896, style.scss */
          #step .step_flow .step_flow_box .step_flow_right .txt {
            font-size: 24px;
            line-height: 1.5em; }
    /* line 904, style.scss */
    #step .step_ttl {
      display: inline-block;
      position: relative; }
      /* line 908, style.scss */
      #step .step_ttl img {
        width: 356px;
        position: relative;
        z-index: 2; }
      /* line 914, style.scss */
      #step .step_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 100%;
        height: 42px;
        background: #FC77AA;
        padding: 0 6px;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 929, style.scss */
    #step .sub_ttl_01 {
      margin-top: -22px;
      position: relative;
      top: -3px;
      margin-bottom: 80px; }

  /* line 937, style.scss */
  #time_sch {
    padding: 120px 0;
    background: #fff;
    text-align: center; }
    /* line 941, style.scss */
    #time_sch .time_sch_ttl {
      display: inline-block;
      position: relative; }
      /* line 944, style.scss */
      #time_sch .time_sch_ttl img {
        width: 662px;
        position: relative;
        z-index: 2; }
      /* line 949, style.scss */
      #time_sch .time_sch_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 13px;
        width: 345px;
        height: 42px;
        background: #000;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%); }
      /* line 962, style.scss */
      #time_sch .time_sch_ttl:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 55px;
        width: 680px;
        height: 42px;
        background: #000;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%); }
    /* line 976, style.scss */
    #time_sch .sub_ttl_01 {
      margin-top: -14px;
      position: relative;
      margin-bottom: 30px;
      padding: 7px 9px; }
    /* line 982, style.scss */
    #time_sch .ex {
      font-size: 28px;
      line-height: 1.5em;
      font-weight: bold;
      margin-bottom: 39px; }
    /* line 988, style.scss */
    #time_sch .time_sch_cont {
      width: 700px;
      margin: 0 auto; }
      /* line 991, style.scss */
      #time_sch .time_sch_cont:last-of-type {
        margin: 60px auto 40px; }
      /* line 994, style.scss */
      #time_sch .time_sch_cont .day {
        font-size: 36px;
        line-height: 1.2em;
        font-weight: 600;
        padding: 8px 0;
        background: #EBFF52;
        margin-bottom: 30px; }
      /* line 1003, style.scss */
      #time_sch .time_sch_cont .time_sch_boxes .time_sch_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        /* line 1007, style.scss */
        #time_sch .time_sch_cont .time_sch_boxes .time_sch_box:nth-child(n+2) {
          margin-top: 30px; }
        /* line 1010, style.scss */
        #time_sch .time_sch_cont .time_sch_boxes .time_sch_box .time {
          width: 120px;
          height: 50px;
          font-size: 36px;
          line-height: 50px;
          font-weight: 600;
          color: #fff;
          border-radius: 25px;
          background: #000; }
        /* line 1020, style.scss */
        #time_sch .time_sch_cont .time_sch_boxes .time_sch_box .txt {
          width: 545px;
          font-size: 32px;
          line-height: 1.4687em;
          font-weight: bold;
          text-align: left; }
    /* line 1030, style.scss */
    #time_sch .causion {
      width: 700px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: bold;
      text-align: left; }

  /* line 1040, style.scss */
  #voice {
    background: #FC77AA;
    padding: 120px 0;
    text-align: center; }
    /* line 1045, style.scss */
    #voice .voice_ttl {
      display: inline-block;
      position: relative; }
      /* line 1049, style.scss */
      #voice .voice_ttl img {
        width: 420px;
        position: relative;
        z-index: 2; }
      /* line 1055, style.scss */
      #voice .voice_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 42px;
        background: #000;
        padding: 0 0 1px;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 1070, style.scss */
    #voice .sub_ttl_01 {
      margin-top: -22px;
      position: relative;
      top: -2px; }
    /* line 1076, style.scss */
    #voice .voice_boxes {
      width: 700px;
      margin: 0 auto; }
      /* line 1080, style.scss */
      #voice .voice_boxes .voice_box {
        margin-bottom: 60px;
        text-align: left;
        position: relative; }
        /* line 1085, style.scss */
        #voice .voice_boxes .voice_box:last-child {
          margin-bottom: 90px; }
        /* line 1089, style.scss */
        #voice .voice_boxes .voice_box:nth-child(2n) {
          text-align: right; }
          /* line 1092, style.scss */
          #voice .voice_boxes .voice_box:nth-child(2n) .voice_box_left {
            right: auto;
            left: 0; }
        /* line 1098, style.scss */
        #voice .voice_boxes .voice_box .voice_box_left {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 206px;
          right: 0; }
        /* line 1106, style.scss */
        #voice .voice_boxes .voice_box .voice_box_right {
          background: #fff;
          box-sizing: border-box;
          border-bottom: solid 2px #000;
          border-right: solid 2px #000;
          display: inline-block;
          width: 518px;
          text-align: left;
          padding: 30px;
          box-sizing: border-box; }
          /* line 1117, style.scss */
          #voice .voice_boxes .voice_box .voice_box_right .voice_txt {
            font-size: 28px;
            line-height: 1.6em;
            padding-bottom: 30px;
            margin-bottom: 20px;
            border-bottom: solid 1px #000000; }
          /* line 1125, style.scss */
          #voice .voice_boxes .voice_box .voice_box_right .voice_name {
            font-size: 24px; }

  /* line 1133, style.scss */
  #entry {
    text-align: center;
    padding: 120px 0; }
    /* line 1137, style.scss */
    #entry .entry_ttl {
      display: inline-block;
      position: relative; }
      /* line 1141, style.scss */
      #entry .entry_ttl img {
        width: 468px;
        position: relative;
        z-index: 2; }
      /* line 1147, style.scss */
      #entry .entry_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 100%;
        height: 42px;
        background: #FC77AA;
        padding: 0 6px;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 1162, style.scss */
    #entry .sub_ttl_01 {
      margin-top: -22px;
      position: relative;
      top: -3px; }
    /* line 1168, style.scss */
    #entry .entry_btn {
      width: 100%;
      max-width: 628px;
      margin: 0 auto 60px; }
      /* line 1173, style.scss */
      #entry .entry_btn a {
        border: solid 5px #EBFF51;
        width: 100%;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        display: inline-block;
        background: #fff;
        box-sizing: border-box;
        color: #000;
        font-size: 40px;
        padding: 15px 0; }
        /* line 1186, style.scss */
        #entry .entry_btn a span {
          display: inline-block;
          background: url("../img/icon_line.png") no-repeat left center;
          padding: 30px 0 30px 124px;
          background-size: contain; }
    /* line 1195, style.scss */
    #entry .txt {
      color: #fff;
      font-size: 20px;
      line-height: 1.45em; }

  /* line 1202, style.scss */
  #faq {
    background: #fff;
    padding: 120px 0;
    text-align: center; }
    /* line 1207, style.scss */
    #faq .faq_ttl {
      display: inline-block;
      position: relative; }
      /* line 1211, style.scss */
      #faq .faq_ttl img {
        width: 310px;
        position: relative;
        z-index: 2; }
      /* line 1217, style.scss */
      #faq .faq_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 42px;
        background: #000;
        padding: 0 22px;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 1232, style.scss */
    #faq .sub_ttl_01 {
      margin-top: -20px; }
    /* line 1236, style.scss */
    #faq .faq_boxes {
      width: 100%;
      max-width: 670px;
      margin: 0 auto;
      text-align: left; }
      /* line 1242, style.scss */
      #faq .faq_boxes .faq_box {
        margin-bottom: 50px;
        position: relative;
        padding-left: 96px;
        box-sizing: border-box;
        background: url("../img/icon_faq_q.png") no-repeat left top;
        background-size: 80px; }
        /* line 1250, style.scss */
        #faq .faq_boxes .faq_box:last-child {
          margin-bottom: 0; }
        /* line 1254, style.scss */
        #faq .faq_boxes .faq_box .faq_box_ttl {
          border-bottom: solid 1px #000000;
          font-size: 31px;
          line-height: 1.5em;
          font-weight: 700;
          padding-bottom: 20px;
          margin-bottom: 20px; }
        /* line 1263, style.scss */
        #faq .faq_boxes .faq_box .faq_box_conte {
          box-sizing: border-box;
          padding-left: 70px;
          background: url("../img/icon_faq_a.png") no-repeat left top 2px;
          background-size: 54px;
          font-size: 25px;
          line-height: 1.5em; }

  /* line 1275, style.scss */
  #cta {
    display: none !important; }

  /* line 1279, style.scss */
  #foot {
    padding: 120px 0;
    text-align: center;
    color: #FFFFFF; }
    /* line 1284, style.scss */
    #foot .foot_logo {
      width: 265px;
      margin: 0 auto 39px; }
      /* line 1288, style.scss */
      #foot .foot_logo img {
        display: block; }
    /* line 1293, style.scss */
    #foot .foot_name {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.5em; }
    /* line 1299, style.scss */
    #foot .foot_txt {
      font-size: 24px;
      line-height: 1.5em; }

  /* line 1305, style.scss */
  .sponly {
    display: none !important; } }
/* SP */
@media screen and (max-width: 900px) {
  /* line 1312, style.scss */
  html {
    font-size: calc(1vw * 100 / 750); }

  /* line 1316, style.scss */
  .hid {
    overflow: hidden; }

  @keyframes smenu {
    0% {
      transform: translateX(50rem);
      opacity: 0; }
    100% {
      transform: translateX(0);
      opacity: 1; } }
  /* line 1332, style.scss */
  .smch {
    display: none; }
    /* line 1335, style.scss */
    .smch:checked + .smlabel {
      background-image: url("../img/menu_02.png"); }
      /* line 1338, style.scss */
      .smch:checked + .smlabel + .spmenu {
        opacity: 1;
        visibility: visible;
        transition: 0.3s; }
        /* line 1344, style.scss */
        .smch:checked + .smlabel + .spmenu .spmenu_list li:nth-child(1) {
          animation-name: smenu;
          animation-delay: 0.2s;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          animation-fill-mode: forwards; }
        /* line 1352, style.scss */
        .smch:checked + .smlabel + .spmenu .spmenu_list li:nth-child(2) {
          animation-name: smenu;
          animation-delay: 0.3s;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          animation-fill-mode: forwards; }
        /* line 1360, style.scss */
        .smch:checked + .smlabel + .spmenu .spmenu_list li:nth-child(3) {
          animation-name: smenu;
          animation-delay: 0.4s;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          animation-fill-mode: forwards; }
        /* line 1368, style.scss */
        .smch:checked + .smlabel + .spmenu .spmenu_list li:nth-child(4) {
          animation-name: smenu;
          animation-delay: 0.5s;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          animation-fill-mode: forwards; }
        /* line 1376, style.scss */
        .smch:checked + .smlabel + .spmenu .spmenu_list li:nth-child(5) {
          animation-name: smenu;
          animation-delay: 0.6s;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          animation-fill-mode: forwards; }
        /* line 1384, style.scss */
        .smch:checked + .smlabel + .spmenu .spmenu_list li:nth-child(6) {
          animation-name: smenu;
          animation-delay: 0.7s;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          animation-fill-mode: forwards; }
        /* line 1392, style.scss */
        .smch:checked + .smlabel + .spmenu .spmenu_list li:nth-child(7) {
          animation-name: smenu;
          animation-delay: 0.8s;
          animation-duration: 0.5s;
          animation-iteration-count: 1;
          animation-fill-mode: forwards; }

  /* line 1404, style.scss */
  .smlabel {
    display: block;
    position: fixed;
    top: 20rem;
    right: 20rem;
    width: 100rem;
    height: 100rem;
    background: url("../img/menu_01.png") no-repeat center;
    background-size: contain;
    z-index: 11; }

  /* line 1416, style.scss */
  .spmenu {
    padding-top: 150rem;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    box-sizing: border-box;
    background: #000;
    opacity: 0;
    visibility: hidden; }
    /* line 1430, style.scss */
    .spmenu .spmenu_logo {
      width: 338rem;
      margin: 0 auto 150rem; }
    /* line 1435, style.scss */
    .spmenu .spmenu_list {
      font-weight: 600; }
      /* line 1438, style.scss */
      .spmenu .spmenu_list li {
        opacity: 0;
        transform: translateZ(50rem);
        font-size: 80rem;
        text-align: center;
        margin-bottom: 50rem; }
        /* line 1445, style.scss */
        .spmenu .spmenu_list li a {
          color: #FC77AA;
          display: block; }

  /* line 1454, style.scss */
  #content .main_cont {
    width: 750rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden; }
  /* line 1462, style.scss */
  #content .left_cont, #content .right_cont {
    display: none; }

  /* line 1467, style.scss */
  .sub_ttl_01 {
    display: inline-block;
    font-size: 30rem;
    border: solid 1rem #000;
    font-weight: 700;
    padding: 2rem;
    margin-bottom: 50rem; }
    /* line 1475, style.scss */
    .sub_ttl_01.sub_ttl_01-2 {
      color: #FC77AA;
      border-color: #FC77AA; }

  /* line 1481, style.scss */
  .btn01 {
    color: #000;
    border-radius: 100rem;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    width: 100%;
    max-width: 700rem;
    margin: 0 auto;
    background: #EBFF52;
    border: solid 2rem #EBFF52;
    font-size: 38rem;
    padding: 32rem 0;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: 0.3s; }
    /* line 1498, style.scss */
    .btn01:hover {
      background: #000;
      color: #EBFF52;
      transition: 0.3s; }
      /* line 1503, style.scss */
      .btn01:hover:before {
        background-image: url("../img/icon_link_02.png"); }
    /* line 1508, style.scss */
    .btn01:before {
      content: '';
      width: 27rem;
      height: 27rem;
      background: url("../img/icon_link.png") no-repeat center;
      background-size: contain;
      display: block;
      position: absolute;
      right: 40rem;
      top: 50%;
      transform: translateY(-50%); }

  /* line 1522, style.scss */
  .btn02 {
    color: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    width: 100%;
    max-width: 700rem;
    margin: 0 auto;
    background: #EBFF52;
    border: solid 2rem #EBFF52;
    font-size: 33rem;
    padding: 35rem 0;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    border: solid 4rem #000;
    border-bottom: solid 10rem #000; }
    /* line 1541, style.scss */
    .btn02 span {
      background: url("../img/ttl_whbg.png") no-repeat center bottom;
      background-size: contain; }
    /* line 1546, style.scss */
    .btn02:hover {
      background: #000;
      color: #EBFF52;
      transition: 0.3s; }
      /* line 1551, style.scss */
      .btn02:hover:before {
        background-image: url("../img/icon_link_02.png"); }
    /* line 1556, style.scss */
    .btn02:before {
      content: '';
      width: 27rem;
      height: 27rem;
      background: url("../img/icon_link.png") no-repeat center;
      background-size: contain;
      display: block;
      position: absolute;
      right: 40rem;
      top: 50%;
      transform: translateY(-50%); }

  /*#sch {
    text-align: center;
    padding: 120rem 0;
    background: #fff;

    .sch_btn {
      margin-bottom: 40rem;
    }

    .sch_ttl {
      display: inline-block;
      position: relative;

      img {
        width: 680rem;
        position: relative;
        z-index: 2;
      }

      &:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 42rem;
        background: #000;
        padding: 0 0 1rem;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%);
      }
    }

    .sub_ttl_01 {
      margin-top: -20rem;
    }

    .sch_ch {
      display: none;

      &:checked + .sc_label {
        background-image: url("../img/arr_02.png");

        + .sch_hyo {
          height: auto;
          transition: 0.3s;
        }
      }
    }

    .sch_table {
      position: relative;
      padding-bottom: 120rem;
      width: 100%;
      max-width: 700rem;
      margin: 0 auto 60rem;

      .sc_label {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        display: inline-block;
        font-weight: 700;
        font-size: 48rem;
        padding: 10rem 63rem 10rem 0;
        background: url("../img/arr_01.png") no-repeat right top 55%;
        background-size: 23rem;
        border-bottom: solid 1rem #000000;
      }

      .sch_hyo {
        height: 440rem;
        overflow: hidden;

        table {
          width: 100%;
          font-weight: 600;

          tr {
            th {
              width: 25%;
              text-align: center;
              background: #fff;
              font-size: 28rem;
              padding: 12rem 0;
            }

            td {
              width: 25%;
              background: #000;
              color: #fff;
              text-align: center;
              border-bottom: solid 11rem #fff;
              vertical-align: middle;
              line-height: 1.2em;
              padding: 10rem 0;
              position: relative;

              &.td01 {
                font-size: 48rem;

                span {
                  font-size: 24rem;
                }
              }

              &.td02, &.td03 {
                font-size: 28rem;
              }

              &.td04 {
                font-size: 48rem;

                span {
                  font-size: 24rem;
                }
              }

              .line {
                width: 1rem;
                height: calc(100% - 20rem);
                position: absolute;
                right: 0;
                top: 10rem;
                border-right: dotted 1rem #fff;
                display: block;
              }
            }
          }
        }
      }
    }
  }*/
  @keyframes spin {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  /* line 1716, style.scss */
  #mv {
    position: relative;
    height: 1079rem; }
    /* line 1720, style.scss */
    #mv .cir_01 {
      width: 280rem;
      position: absolute;
      top: 23rem;
      background: url("../img/cir01_bg.png") no-repeat center;
      background-size: contain;
      left: -56rem; }
      /* line 1728, style.scss */
      #mv .cir_01 .cir_01_img {
        animation: spin 14s linear infinite; }
    /* line 1733, style.scss */
    #mv .cir_02 {
      width: 225rem;
      position: absolute;
      top: 556rem;
      background: url("../img/cir02_bg.png") no-repeat center;
      background-size: contain;
      right: -51rem; }
      /* line 1741, style.scss */
      #mv .cir_02 .cir_02_img {
        animation: spin 14s linear infinite; }
    /* line 1746, style.scss */
    #mv .cir_03 {
      width: 195rem;
      position: absolute;
      bottom: 113rem;
      background: url("../img/cir03_bg.png") no-repeat center;
      background-size: contain;
      left: -36rem; }
      /* line 1754, style.scss */
      #mv .cir_03 .cir_03_img {
        animation: spin 14s linear infinite; }
    /* line 1759, style.scss */
    #mv .mv_icon_01 {
      position: absolute;
      z-index: 1;
      width: 220rem;
      top: 230rem;
      left: 0; }
    /* line 1767, style.scss */
    #mv .mv_icon_02 {
      position: absolute;
      z-index: 1;
      width: 320rem;
      top: 12rem;
      right: -85rem; }
    /* line 1775, style.scss */
    #mv .mv_icon_03 {
      position: absolute;
      z-index: 1;
      width: 240rem;
      bottom: 0;
      right: -30rem; }
    /* line 1783, style.scss */
    #mv .mv_txt {
      position: absolute;
      left: 50%;
      top: 90rem;
      transform: translateX(-50%);
      width: 215rem; }
    /* line 1791, style.scss */
    #mv .mv_logo {
      position: absolute;
      left: 50%;
      top: 398rem;
      transform: translateX(-50%);
      width: 653rem; }
    /* line 1799, style.scss */
    #mv .mv_scroll {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 211rem; }
      /* line 1806, style.scss */
      #mv .mv_scroll a {
        display: block; }
    /* line 1811, style.scss */
    #mv .mv_ttl {
      color: #fff;
      position: absolute;
      left: 50%;
      bottom: 161rem;
      transform: translateX(-50%);
      width: 350rem;
      text-align: center;
      font-size: 20rem;
      line-height: 1.4em; }

  /* line 1824, style.scss */
  #about {
    padding: 120rem 0;
    background: #FC77AA;
    text-align: center; }
    /* line 1829, style.scss */
    #about .txt_01 {
      font-size: 28rem;
      line-height: 1.4em; }
      /* line 1833, style.scss */
      #about .txt_01 span {
        font-size: 20rem; }
    /* line 1838, style.scss */
    #about .sch_btn {
      margin: 73rem 0 40rem; }
    /* line 1842, style.scss */
    #about .biko {
      display: inline-block;
      text-align: left; }
      /* line 1846, style.scss */
      #about .biko li {
        position: relative;
        padding-left: 1.5em;
        font-size: 18rem;
        line-height: 1.5em; }
        /* line 1852, style.scss */
        #about .biko li:before {
          content: '※';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 20rem; }
    /* line 1862, style.scss */
    #about .about_ttl {
      display: inline-block;
      position: relative; }
      /* line 1866, style.scss */
      #about .about_ttl img {
        width: 420rem;
        position: relative;
        z-index: 2; }
      /* line 1872, style.scss */
      #about .about_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 42rem;
        background: #000;
        padding: 0 0 1rem;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 1887, style.scss */
    #about .sub_ttl_01 {
      margin-top: -22rem;
      position: relative;
      top: -2rem; }

  /* line 1894, style.scss */
  #req {
    padding: 120rem 0;
    text-align: center; }
    /* line 1898, style.scss */
    #req .req_ttl {
      display: inline-block;
      position: relative; }
      /* line 1902, style.scss */
      #req .req_ttl img {
        width: 700rem;
        position: relative;
        z-index: 2; }
      /* line 1907, style.scss */
      #req .req_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 100%;
        height: 42rem;
        background: #FC77AA;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 1922, style.scss */
    #req .sub_ttl_01 {
      margin-top: -12rem;
      position: relative;
      margin-bottom: 80rem;
      padding: 5rem;
      color: #FC77AA;
      border: solid 1rem #FC77AA; }
    /* line 1931, style.scss */
    #req .req_list {
      display: inline-block;
      color: #fff;
      text-align: left; }
      /* line 1935, style.scss */
      #req .req_list li {
        font-size: 32rem;
        line-height: 1.4em;
        margin-bottom: 45rem;
        padding-left: 100rem;
        background: url("../img/icon_ch_yellow.png") no-repeat center left;
        background-size: 75rem; }
        /* line 1942, style.scss */
        #req .req_list li:last-child {
          margin-bottom: 0; }

  /* line 1949, style.scss */
  #sch {
    padding: 120rem 0;
    background: #fff;
    text-align: center; }
    /* line 1953, style.scss */
    #sch .sch_ttl {
      display: inline-block;
      position: relative; }
      /* line 1956, style.scss */
      #sch .sch_ttl img {
        width: 661rem;
        position: relative;
        z-index: 2; }
      /* line 1961, style.scss */
      #sch .sch_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 677rem;
        height: 42rem;
        background: #000;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 1975, style.scss */
    #sch .sub_ttl_01 {
      margin-top: -14rem;
      position: relative;
      margin-bottom: 50rem;
      padding: 5rem 18rem; }
    /* line 1981, style.scss */
    #sch .sch_boxes {
      width: 700rem;
      margin: 0 auto 30rem; }
      /* line 1984, style.scss */
      #sch .sch_boxes .sch_box {
        box-sizing: border-box;
        padding: 10rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #000000;
        border: solid 1rem #707070; }
        /* line 1992, style.scss */
        #sch .sch_boxes .sch_box:nth-child(n+2) {
          margin-top: 5rem; }
        /* line 1995, style.scss */
        #sch .sch_boxes .sch_box .sch_box_date {
          width: 320rem;
          padding: 11rem 0 11rem 20rem;
          box-sizing: border-box;
          color: #000;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          background: #fff; }
          /* line 2004, style.scss */
          #sch .sch_boxes .sch_box .sch_box_date .date {
            width: 122rem;
            font-size: 24rem;
            letter-spacing: 0;
            line-height: 1.5em;
            text-align: left; }
            /* line 2010, style.scss */
            #sch .sch_boxes .sch_box .sch_box_date .date:last-child {
              width: 127rem; }
            /* line 2013, style.scss */
            #sch .sch_boxes .sch_box .sch_box_date .date span {
              display: inline-block;
              font-size: 48rem;
              line-height: 1.2em;
              font-weight: 600;
              margin-right: 5rem; }
          /* line 2021, style.scss */
          #sch .sch_boxes .sch_box .sch_box_date .arrow {
            width: 15rem;
            margin: 5rem 16rem 0 11rem; }
        /* line 2026, style.scss */
        #sch .sch_boxes .sch_box .sch_box_right {
          width: 341rem;
          color: #fff;
          position: relative; }
          /* line 2030, style.scss */
          #sch .sch_boxes .sch_box .sch_box_right .place {
            /*width: 252rem;*/
            width: 100%;
            font-size: 28rem;
            line-height: 1.35em;
            font-weight: bold; }
          /* line 2037, style.scss */
          #sch .sch_boxes .sch_box .sch_box_right .etc {
            font-size: 18rem;
            line-height: 1.5em;
            font-weight: bold;
            position: absolute;
            right: 0;
            bottom: 0; }
    /* line 2048, style.scss */
    #sch .causion {
      width: 700rem;
      margin: 0 auto;
      font-size: 20rem;
      line-height: 1.5em;
      font-weight: bold;
      text-align: left; }

  /* line 2058, style.scss */
  #step {
    text-align: center;
    position: relative;
    padding: 50rem 0 120rem; }
    /* line 2063, style.scss */
    #step .step_icon01 {
      position: absolute;
      left: 0;
      top: 0;
      width: 180rem; }
    /* line 2070, style.scss */
    #step .step_icon02 {
      width: 162rem;
      position: absolute;
      right: 0;
      top: 107rem; }
    /* line 2077, style.scss */
    #step .step_flow {
      width: 100%;
      max-width: 625rem;
      margin: 0 auto;
      position: relative; }
      /* line 2083, style.scss */
      #step .step_flow:before {
        content: '';
        display: block;
        width: 1rem;
        height: 100%;
        background: #FC77AA;
        position: absolute;
        left: 70rem;
        top: 0;
        z-index: 1; }
      /* line 2095, style.scss */
      #step .step_flow .step_flow_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        margin-bottom: 60rem;
        position: relative;
        z-index: 2; }
        /* line 2104, style.scss */
        #step .step_flow .step_flow_box:last-child {
          margin-bottom: 0; }
        /* line 2108, style.scss */
        #step .step_flow .step_flow_box .step_flow_left {
          width: 140rem; }
          /* line 2111, style.scss */
          #step .step_flow .step_flow_box .step_flow_left img {
            display: block; }
        /* line 2116, style.scss */
        #step .step_flow .step_flow_box .step_flow_right {
          width: calc(100% - 170rem);
          text-align: left; }
          /* line 2120, style.scss */
          #step .step_flow .step_flow_box .step_flow_right .ttl {
            font-size: 32rem;
            line-height: 1.5em;
            color: #FC77AA; }
          /* line 2126, style.scss */
          #step .step_flow .step_flow_box .step_flow_right .txt {
            font-size: 24rem;
            line-height: 1.5em; }
    /* line 2134, style.scss */
    #step .step_ttl {
      display: inline-block;
      position: relative; }
      /* line 2138, style.scss */
      #step .step_ttl img {
        width: 356rem;
        position: relative;
        z-index: 2; }
      /* line 2144, style.scss */
      #step .step_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 100%;
        height: 42rem;
        background: #FC77AA;
        padding: 0 6rem;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 2159, style.scss */
    #step .sub_ttl_01 {
      margin-top: -22rem;
      position: relative;
      top: -3rem;
      margin-bottom: 80rem; }

  /* line 2167, style.scss */
  #time_sch {
    padding: 120rem 0;
    background: #fff;
    text-align: center; }
    /* line 2171, style.scss */
    #time_sch .time_sch_ttl {
      display: inline-block;
      position: relative; }
      /* line 2174, style.scss */
      #time_sch .time_sch_ttl img {
        width: 662rem;
        position: relative;
        z-index: 2; }
      /* line 2179, style.scss */
      #time_sch .time_sch_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 13rem;
        width: 345rem;
        height: 42rem;
        background: #000;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%); }
      /* line 2192, style.scss */
      #time_sch .time_sch_ttl:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 55rem;
        width: 680rem;
        height: 42rem;
        background: #000;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%); }
    /* line 2206, style.scss */
    #time_sch .sub_ttl_01 {
      margin-top: -14rem;
      position: relative;
      margin-bottom: 30rem;
      padding: 7rem 18rem; }
    /* line 2212, style.scss */
    #time_sch .ex {
      font-size: 28rem;
      line-height: 1.5em;
      font-weight: bold;
      margin-bottom: 39rem; }
    /* line 2218, style.scss */
    #time_sch .time_sch_cont {
      width: 700rem;
      margin: 0 auto; }
      /* line 2221, style.scss */
      #time_sch .time_sch_cont:last-of-type {
        margin: 60rem auto 40rem; }
      /* line 2224, style.scss */
      #time_sch .time_sch_cont .day {
        font-size: 36rem;
        line-height: 1.2em;
        font-weight: 600;
        padding: 8rem 0;
        background: #EBFF52;
        margin-bottom: 30rem; }
      /* line 2233, style.scss */
      #time_sch .time_sch_cont .time_sch_boxes .time_sch_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        /* line 2237, style.scss */
        #time_sch .time_sch_cont .time_sch_boxes .time_sch_box:nth-child(n+2) {
          margin-top: 30rem; }
        /* line 2240, style.scss */
        #time_sch .time_sch_cont .time_sch_boxes .time_sch_box .time {
          width: 120rem;
          height: 50rem;
          font-size: 36rem;
          line-height: 50rem;
          font-weight: 600;
          color: #fff;
          border-radius: 25rem;
          background: #000; }
        /* line 2250, style.scss */
        #time_sch .time_sch_cont .time_sch_boxes .time_sch_box .txt {
          width: 545rem;
          font-size: 32rem;
          line-height: 1.4687em;
          font-weight: bold;
          text-align: left; }
    /* line 2260, style.scss */
    #time_sch .causion {
      width: 700rem;
      margin: 0 auto;
      font-size: 20rem;
      line-height: 1.5em;
      font-weight: bold;
      text-align: left; }

  /* line 2270, style.scss */
  #voice {
    background: #FC77AA;
    padding: 120rem 0;
    text-align: center; }
    /* line 2275, style.scss */
    #voice .voice_ttl {
      display: inline-block;
      position: relative; }
      /* line 2279, style.scss */
      #voice .voice_ttl img {
        width: 420rem;
        position: relative;
        z-index: 2; }
      /* line 2285, style.scss */
      #voice .voice_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 42rem;
        background: #000;
        padding: 0 0 1rem;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 2300, style.scss */
    #voice .sub_ttl_01 {
      margin-top: -22rem;
      position: relative;
      top: -2rem; }
    /* line 2306, style.scss */
    #voice .voice_boxes {
      width: 700rem;
      margin: 0 auto; }
      /* line 2310, style.scss */
      #voice .voice_boxes .voice_box {
        margin-bottom: 60rem;
        text-align: left;
        position: relative; }
        /* line 2315, style.scss */
        #voice .voice_boxes .voice_box:last-child {
          margin-bottom: 90rem; }
        /* line 2319, style.scss */
        #voice .voice_boxes .voice_box:nth-child(2n) {
          text-align: right; }
          /* line 2322, style.scss */
          #voice .voice_boxes .voice_box:nth-child(2n) .voice_box_left {
            right: auto;
            left: 0; }
        /* line 2328, style.scss */
        #voice .voice_boxes .voice_box .voice_box_left {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 206rem;
          right: 0; }
        /* line 2336, style.scss */
        #voice .voice_boxes .voice_box .voice_box_right {
          background: #fff;
          box-sizing: border-box;
          border-bottom: solid 2rem #000;
          border-right: solid 2rem #000;
          display: inline-block;
          width: 518rem;
          text-align: left;
          padding: 30rem;
          box-sizing: border-box; }
          /* line 2347, style.scss */
          #voice .voice_boxes .voice_box .voice_box_right .voice_txt {
            font-size: 28rem;
            line-height: 1.6em;
            padding-bottom: 30rem;
            margin-bottom: 20rem;
            border-bottom: solid 1rem #000000; }
          /* line 2355, style.scss */
          #voice .voice_boxes .voice_box .voice_box_right .voice_name {
            font-size: 24rem; }

  /* line 2363, style.scss */
  #entry {
    text-align: center;
    padding: 120rem 0; }
    /* line 2367, style.scss */
    #entry .entry_ttl {
      display: inline-block;
      position: relative; }
      /* line 2371, style.scss */
      #entry .entry_ttl img {
        width: 468rem;
        position: relative;
        z-index: 2; }
      /* line 2377, style.scss */
      #entry .entry_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 100%;
        height: 42rem;
        background: #FC77AA;
        padding: 0 6rem;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 2392, style.scss */
    #entry .sub_ttl_01 {
      margin-top: -22rem;
      position: relative;
      top: -3rem; }
    /* line 2398, style.scss */
    #entry .entry_btn {
      width: 100%;
      max-width: 628rem;
      margin: 0 auto 60rem; }
      /* line 2403, style.scss */
      #entry .entry_btn a {
        border: solid 5rem #EBFF51;
        width: 100%;
        border-radius: 100rem;
        -webkit-border-radius: 100rem;
        -moz-border-radius: 100rem;
        display: inline-block;
        background: #fff;
        box-sizing: border-box;
        color: #000;
        font-size: 40rem;
        padding: 15rem 0; }
        /* line 2416, style.scss */
        #entry .entry_btn a span {
          display: inline-block;
          background: url("../img/icon_line.png") no-repeat left center;
          padding: 30rem 0 30rem 124rem;
          background-size: contain; }
    /* line 2425, style.scss */
    #entry .txt {
      color: #fff;
      font-size: 20rem;
      line-height: 1.45em; }

  /* line 2432, style.scss */
  #faq {
    background: #fff;
    padding: 120rem 0;
    text-align: center; }
    /* line 2437, style.scss */
    #faq .faq_ttl {
      display: inline-block;
      position: relative; }
      /* line 2441, style.scss */
      #faq .faq_ttl img {
        width: 310rem;
        position: relative;
        z-index: 2; }
      /* line 2447, style.scss */
      #faq .faq_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 42rem;
        background: #000;
        padding: 0 22rem;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    /* line 2462, style.scss */
    #faq .sub_ttl_01 {
      margin-top: -20rem; }
    /* line 2466, style.scss */
    #faq .faq_boxes {
      width: 100%;
      max-width: 670rem;
      margin: 0 auto;
      text-align: left; }
      /* line 2472, style.scss */
      #faq .faq_boxes .faq_box {
        margin-bottom: 50rem;
        position: relative;
        padding-left: 96rem;
        box-sizing: border-box;
        background: url("../img/icon_faq_q.png") no-repeat left top;
        background-size: 80rem; }
        /* line 2480, style.scss */
        #faq .faq_boxes .faq_box:last-child {
          margin-bottom: 0; }
        /* line 2484, style.scss */
        #faq .faq_boxes .faq_box .faq_box_ttl {
          border-bottom: solid 1rem #000000;
          font-size: 31rem;
          line-height: 1.5em;
          font-weight: 700;
          padding-bottom: 20rem;
          margin-bottom: 20rem; }
        /* line 2493, style.scss */
        #faq .faq_boxes .faq_box .faq_box_conte {
          box-sizing: border-box;
          padding-left: 70rem;
          background: url("../img/icon_faq_a.png") no-repeat left top 2rem;
          background-size: 54rem;
          font-size: 25rem;
          line-height: 1.5em; }

  /* line 2505, style.scss */
  #cta {
    width: 650rem;
    position: fixed;
    bottom: 30rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9; }
    /* line 2512, style.scss */
    #cta .cta_btn {
      width: 100%; }
      /* line 2514, style.scss */
      #cta .cta_btn a {
        border: solid 5rem #EBFF51;
        width: 100%;
        border-radius: 100rem;
        -webkit-border-radius: 100rem;
        -moz-border-radius: 100rem;
        display: inline-block;
        background: #fff;
        box-sizing: border-box;
        color: #000;
        font-size: 40rem;
        padding: 30rem 0 30rem 60rem; }
        /* line 2524, style.scss */
        #cta .cta_btn a span {
          display: inline-block;
          background: url("../img/icon_line.png") no-repeat left center;
          padding: 9rem 0 9rem 100rem;
          background-size: contain; }

  /* line 2534, style.scss */
  #foot {
    padding: 120rem 0;
    text-align: center;
    color: #FFFFFF; }
    /* line 2539, style.scss */
    #foot .foot_logo {
      width: 265rem;
      margin: 0 auto 39rem; }
      /* line 2543, style.scss */
      #foot .foot_logo img {
        display: block; }
    /* line 2548, style.scss */
    #foot .foot_name {
      font-size: 28rem;
      font-weight: 700;
      line-height: 1.5em; }
    /* line 2554, style.scss */
    #foot .foot_txt {
      font-size: 24rem;
      line-height: 1.5em; } }

/*# sourceMappingURL=style.css.map */
