@charset "UTF-8";
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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

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

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; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

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

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

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

body {
  background: #000; }

.font_bc {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal; }

/* PC */
@media screen and (min-width: 901px) {
  #content .main_cont {
    width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  #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; }
    #content .left_cont .left_cont_list {
      position: absolute;
      left: 30px;
      bottom: 35px; }
      #content .left_cont .left_cont_list li {
        font-weight: 600;
        font-size: 36px;
        line-height: 1.5em; }
        #content .left_cont .left_cont_list li a {
          color: #EBFF52;
          display: inline-block; }
          #content .left_cont .left_cont_list li a:hover {
            background: #FC77AA; }
  #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; }
    #content .right_cont .txt {
      width: 40%;
      position: absolute;
      right: 30px;
      top: 30px; }

  .sub_ttl_01 {
    display: inline-block;
    font-size: 30px;
    border: solid 1px #000;
    font-weight: 700;
    padding: 2px;
    margin-bottom: 50px; }
    .sub_ttl_01.sub_ttl_01-2 {
      color: #FC77AA;
      border-color: #FC77AA; }

  .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; }
    .btn01:hover {
      background: #000;
      color: #EBFF52;
      transition: 0.3s; }
      .btn01:hover:before {
        background-image: url("../img/icon_link_02.png"); }
    .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%); }

  .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; }
    .btn02 span {
      background: url("../img/ttl_whbg.png") no-repeat center bottom;
      background-size: contain; }
    .btn02:hover {
      background: #000;
      color: #EBFF52;
      transition: 0.3s; }
      .btn02:hover:before {
        background-image: url("../img/icon_link_02.png"); }
    .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 .sch_btn {
      margin-bottom: 40px; }
    #sch .biko {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      text-align: left;
      line-height: 1.5em; }
      #sch .biko li {
        position: relative;
        padding-left: 1.5em; }
        #sch .biko li:before {
          content: '※';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 20px; }
    #sch .sch_ttl {
      display: inline-block;
      position: relative; }
      #sch .sch_ttl img {
        width: 680px;
        position: relative;
        z-index: 2; }
      #sch .sch_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%); }
    #sch .sub_ttl_01 {
      margin-top: -20px; }
    #sch .sch_ch {
      display: none; }
    #sch .sch_ch:checked + .sc_label {
      background-image: url("../img/arr_02.png"); }
    #sch .sch_ch:checked + .sc_label + .sch_hyo {
      height: auto;
      transition: 0.3s; }
    #sch .sch_table {
      position: relative;
      padding-bottom: 120px;
      width: 100%;
      max-width: 700px;
      margin: 0 auto 60px; }
      #sch .sch_table .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 .sch_table .sch_hyo {
        height: 440px;
        overflow: hidden; }
        #sch .sch_table .sch_hyo table {
          width: 100%;
          font-weight: 600; }
          #sch .sch_table .sch_hyo table tr th {
            width: 25%;
            text-align: center;
            background: #fff;
            font-size: 28px;
            padding: 12px 0; }
          #sch .sch_table .sch_hyo table tr 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; }
            #sch .sch_table .sch_hyo table tr td.td01 {
              font-size: 48px; }
              #sch .sch_table .sch_hyo table tr td.td01 span {
                font-size: 24px; }
            #sch .sch_table .sch_hyo table tr td.td02 {
              font-size: 28px; }
            #sch .sch_table .sch_hyo table tr td.td03 {
              font-size: 28px; }
            #sch .sch_table .sch_hyo table tr td.td04 {
              font-size: 48px; }
              #sch .sch_table .sch_hyo table tr td.td04 span {
                font-size: 24px; }
            #sch .sch_table .sch_hyo table tr td .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); } }
  #mv {
    position: relative;
    height: 1070px; }
    #mv .cir_01 {
      width: 280px;
      position: absolute;
      top: 23px;
      background: url("../img/cir01_bg.png") no-repeat center;
      background-size: contain;
      left: -56px; }
      #mv .cir_01 .cir_01_img {
        animation: spin 14s linear infinite; }
    #mv .cir_02 {
      width: 225px;
      position: absolute;
      top: 556px;
      background: url("../img/cir02_bg.png") no-repeat center;
      background-size: contain;
      right: -51px; }
      #mv .cir_02 .cir_02_img {
        animation: spin 14s linear infinite; }
    #mv .cir_03 {
      width: 195px;
      position: absolute;
      bottom: 113px;
      background: url("../img/cir03_bg.png") no-repeat center;
      background-size: contain;
      left: -36px; }
      #mv .cir_03 .cir_03_img {
        animation: spin 14s linear infinite; }
    #mv .mv_icon_01 {
      position: absolute;
      z-index: 1;
      width: 220px;
      top: 230px;
      left: 0; }
    #mv .mv_icon_02 {
      position: absolute;
      z-index: 1;
      width: 320px;
      top: 12px;
      right: -85px; }
    #mv .mv_icon_03 {
      position: absolute;
      z-index: 1;
      width: 240px;
      bottom: 0;
      right: -30px; }
    #mv .mv_txt {
      position: absolute;
      left: 50%;
      top: 90px;
      transform: translateX(-50%);
      width: 214px; }
    #mv .mv_logo {
      position: absolute;
      left: 50%;
      top: 422px;
      transform: translateX(-50%);
      width: 653px; }
    #mv .mv_scroll {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 211px; }
      #mv .mv_scroll a {
        display: block; }
    #mv .mv_ttl {
      color: #fff;
      position: absolute;
      left: 50%;
      bottom: 229px;
      transform: translateX(-50%);
      width: 390px;
      text-align: center;
      font-size: 28px;
      line-height: 1.4em; }

  #about {
    padding: 120px 0 75px;
    background: #FC77AA;
    text-align: center; }
    #about .biko {
      display: inline-block;
      text-align: left;
      line-height: 1.5em; }
      #about .biko li {
        position: relative;
        padding-left: 1.5em; }
        #about .biko li:before {
          content: '※';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 20px; }
    #about .txt_01 {
      font-size: 28px;
      line-height: 1.4em; }
      #about .txt_01 span {
        font-size: 20px; }
    #about .sch_btn {
      margin: 73px 0 40px; }
    #about .about_ttl {
      display: inline-block;
      position: relative; }
      #about .about_ttl img {
        width: 420px;
        position: relative;
        z-index: 2; }
      #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%); }
    #about .sub_ttl_01 {
      margin-top: -22px;
      position: relative;
      top: -2px; }

  #req {
    padding: 96px 0;
    text-align: center;
    background: #fff; }
    #req .req_ttl {
      display: inline-block;
      position: relative; }
      #req .req_ttl img {
        width: 700px;
        position: relative;
        z-index: 2; }
      #req .req_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 100%;
        height: 42px;
        background: #000;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    #req .sub_ttl_01 {
      margin-top: -12px;
      position: relative;
      margin-bottom: 80px;
      padding: 5px; }
    #req .req_list {
      display: inline-block;
      text-align: left; }
      #req .req_list li {
        font-size: 32px;
        line-height: 1.4em;
        margin-bottom: 45px;
        padding-left: 100px;
        background: url("../img/icon_ch.png") no-repeat center left;
        background-size: 75px; }
        #req .req_list li:last-child {
          margin-bottom: 0; }

  #step {
    text-align: center;
    position: relative;
    padding: 50px 0 120px; }
    #step .step_icon01 {
      position: absolute;
      left: 0;
      top: 0;
      width: 180px; }
    #step .step_icon02 {
      width: 162px;
      position: absolute;
      right: 0;
      top: 107px; }
    #step .step_flow {
      width: 100%;
      max-width: 625px;
      margin: 0 auto;
      position: relative; }
      #step .step_flow:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #FC77AA;
        position: absolute;
        left: 70px;
        top: 0;
        z-index: 1; }
      #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; }
        #step .step_flow .step_flow_box:last-child {
          margin-bottom: 0; }
        #step .step_flow .step_flow_box .step_flow_left {
          width: 140px; }
          #step .step_flow .step_flow_box .step_flow_left img {
            display: block; }
        #step .step_flow .step_flow_box .step_flow_right {
          width: calc(100% - 170px);
          text-align: left; }
          #step .step_flow .step_flow_box .step_flow_right .ttl {
            font-size: 32px;
            line-height: 1.5em;
            color: #FC77AA; }
          #step .step_flow .step_flow_box .step_flow_right .txt {
            font-size: 24px;
            line-height: 1.5em; }
    #step .step_ttl {
      display: inline-block;
      position: relative; }
      #step .step_ttl img {
        width: 356px;
        position: relative;
        z-index: 2; }
      #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%); }
    #step .sub_ttl_01 {
      margin-top: -22px;
      position: relative;
      top: -3px;
      margin-bottom: 80px; }

  #voice {
    background: #FC77AA;
    padding: 120px 0;
    text-align: center; }
    #voice .voice_ttl {
      display: inline-block;
      position: relative; }
      #voice .voice_ttl img {
        width: 420px;
        position: relative;
        z-index: 2; }
      #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%); }
    #voice .sub_ttl_01 {
      margin-top: -22px;
      position: relative;
      top: -2px; }
    #voice .voice_boxes {
      width: 700px;
      margin: 0 auto; }
      #voice .voice_boxes .voice_box {
        margin-bottom: 60px;
        text-align: left;
        position: relative; }
        #voice .voice_boxes .voice_box:last-child {
          margin-bottom: 90px; }
        #voice .voice_boxes .voice_box:nth-child(2n) {
          text-align: right; }
          #voice .voice_boxes .voice_box:nth-child(2n) .voice_box_left {
            right: auto;
            left: 0; }
        #voice .voice_boxes .voice_box .voice_box_left {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 206px;
          right: 0; }
        #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; }
          #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; }
          #voice .voice_boxes .voice_box .voice_box_right .voice_name {
            font-size: 24px; }

  #entry {
    text-align: center;
    padding: 120px 0; }
    #entry .entry_ttl {
      display: inline-block;
      position: relative; }
      #entry .entry_ttl img {
        width: 468px;
        position: relative;
        z-index: 2; }
      #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%); }
    #entry .sub_ttl_01 {
      margin-top: -22px;
      position: relative;
      top: -3px; }
    #entry .entry_btn {
      width: 100%;
      max-width: 628px;
      margin: 0 auto 60px; }
      #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; }
        #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; }
    #entry .txt {
      color: #fff;
      font-size: 20px;
      line-height: 1.45em; }

  #faq {
    background: #fff;
    padding: 120px 0;
    text-align: center; }
    #faq .faq_ttl {
      display: inline-block;
      position: relative; }
      #faq .faq_ttl img {
        width: 310px;
        position: relative;
        z-index: 2; }
      #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%); }
    #faq .sub_ttl_01 {
      margin-top: -20px; }
    #faq .faq_boxes {
      width: 100%;
      max-width: 670px;
      margin: 0 auto;
      text-align: left; }
      #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; }
        #faq .faq_boxes .faq_box:last-child {
          margin-bottom: 0; }
        #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; }
        #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; }

  #foot {
    padding: 120px 0;
    text-align: center;
    color: #FFFFFF; }
    #foot .foot_logo {
      width: 265px;
      margin: 0 auto 39px; }
      #foot .foot_logo img {
        display: block; }
    #foot .foot_name {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.5em; }
    #foot .foot_txt {
      font-size: 24px;
      line-height: 1.5em; }

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

  .hid {
    overflow: hidden; }

  @keyframes smenu {
    0% {
      transform: translateX(50rem);
      opacity: 0; }
    100% {
      transform: translateX(0);
      opacity: 1; } }
  .smch {
    display: none; }

  .smch:checked + .smlabel {
    background-image: url("../img/menu_02.png"); }

  .smch:checked + .smlabel + .spmenu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s; }
    .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; }
    .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; }
    .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; }
    .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; }
    .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; }
    .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; }
    .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; }

  .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; }

  .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; }
    .spmenu .spmenu_logo {
      width: 338rem;
      margin: 0 auto 150rem; }
    .spmenu .spmenu_list {
      font-weight: 600; }
      .spmenu .spmenu_list li {
        opacity: 0;
        transform: translateZ(50rem);
        font-size: 80rem;
        text-align: center;
        margin-bottom: 50rem; }
        .spmenu .spmenu_list li a {
          color: #FC77AA;
          display: block; }

  #content .main_cont {
    width: 750rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden; }
  #content .left_cont {
    display: none; }
  #content .right_cont {
    display: none; }

  .sub_ttl_01 {
    display: inline-block;
    font-size: 30rem;
    border: solid 1rem #000;
    font-weight: 700;
    padding: 2rem;
    margin-bottom: 50rem; }
    .sub_ttl_01.sub_ttl_01-2 {
      color: #FC77AA;
      border-color: #FC77AA; }

  .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; }
    .btn01:hover {
      background: #000;
      color: #EBFF52;
      transition: 0.3s; }
      .btn01:hover:before {
        background-image: url("../img/icon_link_02.png"); }
    .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%); }

  .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; }
    .btn02 span {
      background: url("../img/ttl_whbg.png") no-repeat center bottom;
      background-size: contain; }
    .btn02:hover {
      background: #000;
      color: #EBFF52;
      transition: 0.3s; }
      .btn02:hover:before {
        background-image: url("../img/icon_link_02.png"); }
    .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 .sch_btn {
      margin-bottom: 40rem; }
    #sch .sch_ttl {
      display: inline-block;
      position: relative; }
      #sch .sch_ttl img {
        width: 680rem;
        position: relative;
        z-index: 2; }
      #sch .sch_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%); }
    #sch .sub_ttl_01 {
      margin-top: -20rem; }
    #sch .sch_ch {
      display: none; }
    #sch .sch_ch:checked + .sc_label {
      background-image: url("../img/arr_02.png"); }
    #sch .sch_ch:checked + .sc_label + .sch_hyo {
      height: auto;
      transition: 0.3s; }
    #sch .sch_table {
      position: relative;
      padding-bottom: 120rem;
      width: 100%;
      max-width: 700rem;
      margin: 0 auto 60rem; }
      #sch .sch_table .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 .sch_table .sch_hyo {
        height: 440rem;
        overflow: hidden; }
        #sch .sch_table .sch_hyo table {
          width: 100%;
          font-weight: 600; }
          #sch .sch_table .sch_hyo table tr th {
            width: 25%;
            text-align: center;
            background: #fff;
            font-size: 28rem;
            padding: 12rem 0; }
          #sch .sch_table .sch_hyo table tr 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; }
            #sch .sch_table .sch_hyo table tr td.td01 {
              font-size: 48rem; }
              #sch .sch_table .sch_hyo table tr td.td01 span {
                font-size: 24rem; }
            #sch .sch_table .sch_hyo table tr td.td02 {
              font-size: 28rem; }
            #sch .sch_table .sch_hyo table tr td.td03 {
              font-size: 28rem; }
            #sch .sch_table .sch_hyo table tr td.td04 {
              font-size: 48rem; }
              #sch .sch_table .sch_hyo table tr td.td04 span {
                font-size: 24rem; }
            #sch .sch_table .sch_hyo table tr td .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); } }
  #mv {
    position: relative;
    height: 1070rem; }
    #mv .cir_01 {
      width: 280rem;
      position: absolute;
      top: 23rem;
      background: url("../img/cir01_bg.png") no-repeat center;
      background-size: contain;
      left: -56rem; }
      #mv .cir_01 .cir_01_img {
        animation: spin 14s linear infinite; }
    #mv .cir_02 {
      width: 225rem;
      position: absolute;
      top: 556rem;
      background: url("../img/cir02_bg.png") no-repeat center;
      background-size: contain;
      right: -51rem; }
      #mv .cir_02 .cir_02_img {
        animation: spin 14s linear infinite; }
    #mv .cir_03 {
      width: 195rem;
      position: absolute;
      bottom: 113rem;
      background: url("../img/cir03_bg.png") no-repeat center;
      background-size: contain;
      left: -36rem; }
      #mv .cir_03 .cir_03_img {
        animation: spin 14s linear infinite; }
    #mv .mv_icon_01 {
      position: absolute;
      z-index: 1;
      width: 220rem;
      top: 230rem;
      left: 0; }
    #mv .mv_icon_02 {
      position: absolute;
      z-index: 1;
      width: 320rem;
      top: 12rem;
      right: -85rem; }
    #mv .mv_icon_03 {
      position: absolute;
      z-index: 1;
      width: 240rem;
      bottom: 0;
      right: -30rem; }
    #mv .mv_txt {
      position: absolute;
      left: 50%;
      top: 90rem;
      transform: translateX(-50%);
      width: 214rem; }
    #mv .mv_logo {
      position: absolute;
      left: 50%;
      top: 422rem;
      transform: translateX(-50%);
      width: 653rem; }
    #mv .mv_scroll {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 211rem; }
      #mv .mv_scroll a {
        display: block; }
    #mv .mv_ttl {
      color: #fff;
      position: absolute;
      left: 50%;
      bottom: 229rem;
      transform: translateX(-50%);
      width: 390rem;
      text-align: center;
      font-size: 28rem;
      line-height: 1.4em; }

  #about {
    padding: 120rem 0 76rem;
    background: #FC77AA;
    text-align: center; }
    #about .txt_01 {
      font-size: 28rem;
      line-height: 1.4em; }
      #about .txt_01 span {
        font-size: 20rem; }
    #about .sch_btn {
      margin: 73rem 0 40rem; }
    #about .biko {
      display: inline-block;
      text-align: left; }
      #about .biko li {
        position: relative;
        padding-left: 1.5em;
        font-size: 18rem;
        line-height: 1.5em; }
        #about .biko li:before {
          content: '※';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 20rem; }
    #about .about_ttl {
      display: inline-block;
      position: relative; }
      #about .about_ttl img {
        width: 420rem;
        position: relative;
        z-index: 2; }
      #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%); }
    #about .sub_ttl_01 {
      margin-top: -22rem;
      position: relative;
      top: -2rem; }

  #req {
    padding: 96rem 0;
    text-align: center;
    background: #fff; }
    #req .req_ttl {
      display: inline-block;
      position: relative; }
      #req .req_ttl img {
        width: 700rem;
        position: relative;
        z-index: 2; }
      #req .req_ttl:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 51%;
        width: 100%;
        height: 42rem;
        background: #000;
        padding: 0 0;
        z-index: 1;
        transform: translateX(-50%) translateY(-50%); }
    #req .sub_ttl_01 {
      margin-top: -12rem;
      position: relative;
      margin-bottom: 80rem;
      padding: 5rem; }
    #req .req_list {
      display: inline-block;
      text-align: left; }
      #req .req_list li {
        font-size: 32rem;
        line-height: 1.4em;
        margin-bottom: 45rem;
        padding-left: 100rem;
        background: url("../img/icon_ch.png") no-repeat center left;
        background-size: 75rem; }
        #req .req_list li:last-child {
          margin-bottom: 0; }

  #step {
    text-align: center;
    position: relative;
    padding: 50rem 0 120rem; }
    #step .step_icon01 {
      position: absolute;
      left: 0;
      top: 0;
      width: 180rem; }
    #step .step_icon02 {
      width: 162rem;
      position: absolute;
      right: 0;
      top: 107rem; }
    #step .step_flow {
      width: 100%;
      max-width: 625rem;
      margin: 0 auto;
      position: relative; }
      #step .step_flow:before {
        content: '';
        display: block;
        width: 1rem;
        height: 100%;
        background: #FC77AA;
        position: absolute;
        left: 70rem;
        top: 0;
        z-index: 1; }
      #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; }
        #step .step_flow .step_flow_box:last-child {
          margin-bottom: 0; }
        #step .step_flow .step_flow_box .step_flow_left {
          width: 140rem; }
          #step .step_flow .step_flow_box .step_flow_left img {
            display: block; }
        #step .step_flow .step_flow_box .step_flow_right {
          width: calc(100% - 170rem);
          text-align: left; }
          #step .step_flow .step_flow_box .step_flow_right .ttl {
            font-size: 32rem;
            line-height: 1.5em;
            color: #FC77AA; }
          #step .step_flow .step_flow_box .step_flow_right .txt {
            font-size: 24rem;
            line-height: 1.5em; }
    #step .step_ttl {
      display: inline-block;
      position: relative; }
      #step .step_ttl img {
        width: 356rem;
        position: relative;
        z-index: 2; }
      #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%); }
    #step .sub_ttl_01 {
      margin-top: -22rem;
      position: relative;
      top: -3rem;
      margin-bottom: 80rem; }

  #voice {
    background: #FC77AA;
    padding: 120rem 0;
    text-align: center; }
    #voice .voice_ttl {
      display: inline-block;
      position: relative; }
      #voice .voice_ttl img {
        width: 420rem;
        position: relative;
        z-index: 2; }
      #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%); }
    #voice .sub_ttl_01 {
      margin-top: -22rem;
      position: relative;
      top: -2rem; }
    #voice .voice_boxes {
      width: 700rem;
      margin: 0 auto; }
      #voice .voice_boxes .voice_box {
        margin-bottom: 60rem;
        text-align: left;
        position: relative; }
        #voice .voice_boxes .voice_box:last-child {
          margin-bottom: 90rem; }
        #voice .voice_boxes .voice_box:nth-child(2n) {
          text-align: right; }
          #voice .voice_boxes .voice_box:nth-child(2n) .voice_box_left {
            right: auto;
            left: 0; }
        #voice .voice_boxes .voice_box .voice_box_left {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 206rem;
          right: 0; }
        #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; }
          #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; }
          #voice .voice_boxes .voice_box .voice_box_right .voice_name {
            font-size: 24rem; }

  #entry {
    text-align: center;
    padding: 120rem 0; }
    #entry .entry_ttl {
      display: inline-block;
      position: relative; }
      #entry .entry_ttl img {
        width: 468rem;
        position: relative;
        z-index: 2; }
      #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%); }
    #entry .sub_ttl_01 {
      margin-top: -22rem;
      position: relative;
      top: -3rem; }
    #entry .entry_btn {
      width: 100%;
      max-width: 628rem;
      margin: 0 auto 60rem; }
      #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; }
        #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; }
    #entry .txt {
      color: #fff;
      font-size: 20rem;
      line-height: 1.45em; }

  #faq {
    background: #fff;
    padding: 120rem 0;
    text-align: center; }
    #faq .faq_ttl {
      display: inline-block;
      position: relative; }
      #faq .faq_ttl img {
        width: 310rem;
        position: relative;
        z-index: 2; }
      #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%); }
    #faq .sub_ttl_01 {
      margin-top: -20rem; }
    #faq .faq_boxes {
      width: 100%;
      max-width: 670rem;
      margin: 0 auto;
      text-align: left; }
      #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; }
        #faq .faq_boxes .faq_box:last-child {
          margin-bottom: 0; }
        #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; }
        #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; }

  #foot {
    padding: 120rem 0;
    text-align: center;
    color: #FFFFFF; }
    #foot .foot_logo {
      width: 265rem;
      margin: 0 auto 39rem; }
      #foot .foot_logo img {
        display: block; }
    #foot .foot_name {
      font-size: 28rem;
      font-weight: 700;
      line-height: 1.5em; }
    #foot .foot_txt {
      font-size: 24rem;
      line-height: 1.5em; } }
