@charset "UTF-8";
html {
  overflow-x: hidden;
  font-size: 10px;
  margin: 0;
  padding: 0; }

:root {
  --skyblue:#E6F2F6;
  --blue1:#41C1EB;
  --blue2:#0891CE;
  --green1:#00BD9E;
  --green2:#BFF4EB;
  --yellow:#FAEF6F; }

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333333;
  line-height: 1.6; }

img {
  vertical-align: bottom;
  display: block;
  margin: 0; }

a {
  cursor: pointer;
  transition: opacity .3s;
  text-decoration: none; }
  a:hover {
    opacity: .6; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

h1, h2, h3, h4 {
  margin: 0; }

p {
  margin: 0; }

.pc_only {
  display: none; }

.sp_none {
  display: none; }

.wrap {
  width: 100%;
  display: flex; }

.right_wrap {
  width: 100%; }

header {
  width: calc(100% - 20px);
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1000; }
  header .logo {
    width: 175px; }
    header .logo img {
      width: 100%;
      height: auto;
      margin-left: -5px; }
  header nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
    header nav .nav_cta {
      width: 66px;
      height: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--green1);
      background-color: #fff;
      border-radius: 4px;
      font-size: 1rem;
      margin-right: 6px;
      margin-top: 3px; }
    header nav .search {
      width: 72px;
      height: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: solid 1px #fff;
      border-radius: 4px;
      box-sizing: border-box;
      margin-top: 3px; }
      header nav .search img {
        width: 13px;
        height: auto;
        margin-right: 4px; }
      header nav .search p {
        color: #fff;
        font-size: 1rem; }

.fv_wrap {
  width: 100%;
  height: 535px;
  background: #0891ce;
  background-image: linear-gradient(100deg, #0891ce 0%, #8cdbf5 100%);
  margin-top: -50px;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative; }
  .fv_wrap .fv_inner_wrap {
    width: calc(100% - 20px);
    max-width: 440px;
    margin: 0 auto;
    position: relative; }
    .fv_wrap .fv_inner_wrap h1 {
      color: #fff;
      font-size: 2.8rem;
      line-height: 1.4;
      margin-top: 10px;
      position: relative;
      z-index: 2; }
      .fv_wrap .fv_inner_wrap h1 span {
        font-size: 2rem; }
    .fv_wrap .fv_inner_wrap .income_wrap {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #1ABD9E;
      background: linear-gradient(135deg, #1abd9e 0%, #2bd2f0 100%);
      border: solid 2px #fff;
      position: absolute;
      top: 360px;
      right: 10px;
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3); }
      .fv_wrap .fv_inner_wrap .income_wrap .income_top {
        font-size: 1.1rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        color: #fff;
        margin-top: 20px; }
      .fv_wrap .fv_inner_wrap .income_wrap .income_before {
        font-size: 1.3rem;
        color: #fff;
        font-weight: 700;
        margin-top: 4px; }
        .fv_wrap .fv_inner_wrap .income_wrap .income_before span {
          font-size: 1.1rem; }
      .fv_wrap .fv_inner_wrap .income_wrap .income_tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: 8px solid #ffffff;
        border-bottom: 0; }
      .fv_wrap .fv_inner_wrap .income_wrap .income_after {
        font-size: 1.8rem;
        color: #fff;
        font-weight: 700;
        margin-top: 0;
        border-bottom: solid 1px #fff;
        line-height: 1.2; }
        .fv_wrap .fv_inner_wrap .income_wrap .income_after span {
          font-size: 1.4rem; }
    .fv_wrap .fv_inner_wrap .fv_man {
      width: 235px;
      height: auto;
      position: absolute;
      top: 98px;
      right: -40px;
      z-index: 1; }
    .fv_wrap .fv_inner_wrap .fv_circle_1 {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      border: solid 40px #8CDBF5;
      position: absolute;
      top: -120px;
      right: -70px;
      box-sizing: border-box; }
    .fv_wrap .fv_inner_wrap .fv_circle_2 {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      border: solid 40px #8CDBF5;
      position: absolute;
      top: 180px;
      right: 30px;
      box-sizing: border-box; }
    .fv_wrap .fv_inner_wrap .game {
      width: 100px;
      height: auto;
      position: absolute;
      top: 140px;
      left: 60px;
      display: none; }
    .fv_wrap .fv_inner_wrap .gear {
      width: 80px;
      height: auto;
      position: absolute;
      top: 190px;
      left: 10px;
      display: none; }
  .fv_wrap .appeal_wrap {
    width: 100%;
    height: 190px;
    background-color: rgba(8, 145, 206, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .fv_wrap .appeal_wrap .appeal_inner_wrap {
      width: calc(100% - 20px);
      margin: 16px auto 0 auto;
      max-width: 440px;
      position: relative; }
      .fv_wrap .appeal_wrap .appeal_inner_wrap .appeal_items {
        height: 27px;
        position: absolute;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 600;
        padding: 0 6px;
        line-height: 2.7rem;
        border: solid 1px #fff;
        border-radius: 4px; }
      .fv_wrap .appeal_wrap .appeal_inner_wrap .item1 {
        top: 0;
        left: 0; }
      .fv_wrap .appeal_wrap .appeal_inner_wrap .item2 {
        top: 74px;
        left: 0; }
      .fv_wrap .appeal_wrap .appeal_inner_wrap .item3 {
        top: 37px;
        left: 0; }

.fv_cta {
  width: calc(100% - 20px);
  max-width: 380px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 10px 16px 20px 16px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center; }
  .fv_cta h2 {
    display: inline-block;
    font-size: 2rem;
    position: relative; }
    .fv_cta h2::before {
      content: "";
      width: 100%;
      height: 9px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: var(--green2);
      z-index: -1; }
  .fv_cta p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    margin: 10px auto 20px auto; }
  .fv_cta .fv_a_wrap {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .fv_cta .fv_a_wrap .fv_pre_a {
      width: 140px;
      height: 40px;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 700;
      background-color: var(--green1);
      padding: 0 8px;
      box-sizing: border-box;
      line-height: 40px;
      border-radius: 4px;
      position: relative; }
      .fv_cta .fv_a_wrap .fv_pre_a::after {
        content: "";
        width: 8px;
        height: 13px;
        position: absolute;
        top: 13px;
        right: 8px;
        background-image: url("../img/cta_arrow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }

.common_section {
  width: calc(100% - 20px);
  margin: 40px auto 0 auto;
  max-width: 440px; }

.section_cap {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px; }
  .section_cap span {
    color: var(--blue2); }

.language {
  position: relative; }
  .language::before {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: solid 40px #DCF4FC;
    box-sizing: border-box;
    position: absolute;
    top: -150px;
    left: -70px;
    z-index: -1; }

.language_wrap {
  width: 100%;
  padding: 10px 16px 10px 16px;
  box-sizing: border-box;
  background-color: var(--skyblue);
  border-radius: 6px; }
  .language_wrap p {
    text-align: center;
    font-size: 1.2rem;
    color: var(--blue2);
    margin-bottom: 10px; }
  .language_wrap .language_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .language_wrap .language_ul .language_items {
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--blue2);
      padding: 0 10px;
      height: 22px;
      line-height: 2.2rem;
      text-align: center;
      background-color: #fff;
      border: solid 1px var(--blue2);
      border-radius: 2px;
      margin: 0 8px 8px 0; }

.sample_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .sample_wrap .tab_switch {
    display: none; }
  .sample_wrap .tab_label {
    width: 67px;
    height: 30px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: var(--skyblue);
    order: -1;
    cursor: pointer;
    transition: all .3s;
    margin: 0 2px 20px 2px; }
    .sample_wrap .tab_label:hover {
      opacity: .6; }
  .sample_wrap .sample_content {
    width: 100%;
    display: none; }
  .sample_wrap .tab_switch:checked + .tab_label {
    background-color: var(--blue2);
    color: #fff; }
  .sample_wrap .tab_switch:checked + .tab_label + .sample_content {
    display: block; }

.slide_wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center; }

.indicator {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center; }

.list {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  list-style: none;
  cursor: pointer;
  background-color: var(--skyblue); }

.list.active {
  background-color: var(--blue1); }

.slide {
  /*スライド全体 */
  height: 300px;
  display: flex;
  overflow-x: auto;
  gap: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none; }

/*Google Chrome、Safariへの対応*/
.slide::-webkit-scrollbar {
  display: none; }

.slide_items {
  /* スライドの中身 */
  width: 230px;
  min-width: 230px;
  height: 270px;
  scroll-snap-align: center;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 6px;
  background: #41c1eb;
  background: linear-gradient(135deg, #41c1eb 0%, #0891ce 100%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }
  .slide_items .sample_language {
    display: inline-block;
    background-color: #FAEF6F;
    color: var(--blue2);
    font-weight: 700;
    font-size: 1.2rem;
    padding: 1px 6px;
    border-radius: 2px; }
  .slide_items h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 6px 0 10px 0; }
  .slide_items .sample_inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .slide_items .sample_inner .sample_icon_wrap {
      width: 13px;
      height: 13px;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .slide_items .sample_inner .sample_icon_wrap .yen {
        width: 7px;
        height: auto; }
      .slide_items .sample_inner .sample_icon_wrap .clock {
        width: 9px;
        height: auto; }
    .slide_items .sample_inner .sample_doc {
      font-size: 1.4rem;
      color: #fff;
      font-weight: 600;
      margin-left: 4px; }
  .slide_items .time {
    margin-bottom: 10px; }
  .slide_items h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-top: 4px;
    background-color: var(--blue2);
    display: inline-block;
    padding: 0 6px;
    border-radius: 3px;
    line-height: 18px; }
  .slide_items p {
    font-size: 1.2rem;
    color: #fff; }

.reason {
  position: relative;
  margin-top: 80px; }
  .reason::before {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: solid 40px #DCF4FC;
    box-sizing: border-box;
    position: absolute;
    top: -60px;
    right: -70px;
    z-index: -1; }
  .reason::after {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: solid 40px #DCF4FC;
    box-sizing: border-box;
    position: absolute;
    bottom: -290px;
    left: -70px;
    z-index: -1; }

.reason_back {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  position: relative;
  background-color: rgba(8, 145, 206, 0.5);
  height: 500px;
  margin-top: 120px; }
  .reason_back .reason_wrap {
    position: absolute;
    width: 100%;
    top: -100px;
    left: 0; }
    .reason_back .reason_wrap .reason_item_wrap {
      width: calc(100% - 20px);
      max-width: 440px;
      margin: 10px auto;
      background-color: #fff;
      padding: 10px 16px 24px 16px;
      box-sizing: border-box;
      border-radius: 6px;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }
      .reason_back .reason_wrap .reason_item_wrap h3 {
        font-size: 1.6rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        margin-bottom: 10px; }
        .reason_back .reason_wrap .reason_item_wrap h3 span {
          font-size: 3.2rem;
          color: var(--blue2);
          margin-right: 4px; }
        .reason_back .reason_wrap .reason_item_wrap h3::before {
          content: "";
          width: 100%;
          height: 10px;
          position: absolute;
          bottom: 10px;
          left: 0;
          background-color: var(--yellow);
          z-index: -1; }
      .reason_back .reason_wrap .reason_item_wrap .reason_item_inner {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; }
        .reason_back .reason_wrap .reason_item_wrap .reason_item_inner p {
          font-size: 1.4rem; }
          .reason_back .reason_wrap .reason_item_wrap .reason_item_inner p span {
            color: var(--blue2); }
        .reason_back .reason_wrap .reason_item_wrap .reason_item_inner .reason_img_1 {
          width: 110px;
          height: auto;
          margin-left: 10px;
          margin-right: 0; }
        .reason_back .reason_wrap .reason_item_wrap .reason_item_inner .reason_img_2 {
          width: 120px;
          height: auto;
          margin-left: 0;
          margin-right: 10px; }
        .reason_back .reason_wrap .reason_item_wrap .reason_item_inner .reason_img_3 {
          width: 130px;
          height: auto;
          margin-left: 10px;
          margin-right: 0; }
      .reason_back .reason_wrap .reason_item_wrap .reason_inner_2 {
        flex-direction: row-reverse; }

.cta {
  margin-top: 250px;
  margin-bottom: 60px; }

@media screen and (min-width: 368px) {
  .cta {
    margin-top: 200px;
    margin-bottom: 60px; } }
.cta a {
  display: block;
  width: 320px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background-color: var(--green1);
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }

.voice {
  position: relative;
  overflow-y: hidden;
  height: auto;
  margin-bottom: 60px; }

.more {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .more .more_button {
    display: none; }
  .more #more_label_1 {
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #333;
    cursor: pointer;
    transition: all .3s; }
    .more #more_label_1:hover {
      opacity: .6; }

.height400 {
  height: 400px; }

.white_none {
  display: none !important; }

.voice_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .voice_ul .voice_items {
    width: 100%;
    padding: 20px 16px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: var(--skyblue);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
    .voice_ul .voice_items img {
      width: 82px;
      height: auto;
      margin-right: 16px; }
    .voice_ul .voice_items p {
      font-size: 1.4rem; }
    .voice_ul .voice_items:nth-child(2), .voice_ul .voice_items:nth-child(4) {
      background-color: var(--green2); }

#more_label_2 {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #333;
  cursor: pointer;
  transition: all .3s;
  margin: 20px auto; }
  #more_label_2:hover {
    opacity: .6; }

.flow {
  position: relative; }
  .flow::before {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: solid 40px #DCF4FC;
    box-sizing: border-box;
    position: absolute;
    bottom: -110px;
    right: -70px;
    z-index: -1; }

.flow_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .flow_ul .flow_items {
    width: 100%;
    border: solid 2px var(--blue1);
    border-radius: 6px;
    background-color: #fff;
    padding: 20px 16px;
    box-sizing: border-box;
    margin: 16px 0;
    position: relative; }
    .flow_ul .flow_items h3 {
      text-align: center;
      font-size: 2rem;
      margin-top: 16px;
      margin-bottom: 10px; }
    .flow_ul .flow_items p {
      font-size: 1.4rem; }
      .flow_ul .flow_items p span {
        color: var(--blue2); }
    .flow_ul .flow_items a {
      display: block;
      width: 310px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      font-size: 2rem;
      color: #fff;
      background-color: var(--green1);
      border-radius: 6px;
      margin: 10px auto 0 auto; }
  .flow_ul .flow_1::before {
    content: "01";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--blue1);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 2.4rem;
    font-weight: 700;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px); }
  .flow_ul .flow_2::before {
    content: "02";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--blue1);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 2.4rem;
    font-weight: 700;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px); }
  .flow_ul .flow_3::before {
    content: "03";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--blue1);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 2.4rem;
    font-weight: 700;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px); }
  .flow_ul .flow_4::before {
    content: "04";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--blue1);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 2.4rem;
    font-weight: 700;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px); }

.howto {
  position: relative;
  overflow-y: hidden;
  margin-bottom: 60px; }
  .howto p {
    font-size: 1.4rem; }
  .howto h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--blue2);
    text-align: center;
    margin: 30px 0 16px 0; }
  .howto img {
    width: 340px;
    height: auto;
    margin: 20px auto; }

.height300 {
  height: 300px; }

.white_none_h {
  display: none !important; }

#more_label_h_1 {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #333;
  cursor: pointer;
  transition: all .3s; }
  #more_label_h_1:hover {
    opacity: .6; }

#more_label_h_2 {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #333;
  cursor: pointer;
  transition: all .3s;
  margin: 20px auto; }
  #more_label_h_2:hover {
    opacity: .6; }

.cta_2 {
  margin-top: 60px;
  margin-bottom: 60px; }
  .cta_2 a {
    display: block;
    width: 320px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    background-color: var(--green1);
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }

.faq {
  width: 100%;
  background-color: var(--skyblue);
  padding: 30px 10px 50px 10px;
  box-sizing: border-box;
  max-width: none;
  margin-bottom: 80px;
  position: relative; }
  .faq::after {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: solid 40px #DCF4FC;
    box-sizing: border-box;
    position: absolute;
    bottom: -170px;
    left: -70px;
    z-index: -1; }
  .faq .faq_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .faq .faq_ul .faq_items {
      width: 100%;
      max-width: 440px;
      background-color: #fff;
      border-radius: 6px;
      padding: 0 16px;
      box-sizing: border-box;
      box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.35);
      margin-bottom: 10px;
      transition: all .3s;
      cursor: pointer; }
      .faq .faq_ul .faq_items .question {
        font-size: 1.4rem;
        font-weight: 700;
        padding-left: 50px;
        box-sizing: border-box;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px; }
        .faq .faq_ul .faq_items .question::before {
          content: "Q";
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background-color: var(--blue1);
          color: #fff;
          text-align: center;
          line-height: 40px;
          position: absolute;
          top: -9px;
          left: 0;
          font-size: 2rem;
          font-weight: 700; }
      .faq .faq_ul .faq_items .answer {
        font-size: 1.4rem;
        padding-left: 50px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 14px;
        margin-top: 26px;
        transition: all .3s; }
        .faq .faq_ul .faq_items .answer::before {
          content: "A";
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background-color: var(--green2);
          text-align: center;
          line-height: 40px;
          position: absolute;
          top: -9px;
          left: 0;
          font-size: 2rem;
          font-weight: 700; }
      .faq .faq_ul .faq_items .answer_none {
        opacity: 0;
        line-height: 0;
        margin-bottom: 0;
        margin-top: 0; }
        .faq .faq_ul .faq_items .answer_none::before {
          display: none; }

footer {
  width: 100%;
  background-color: #333;
  padding-top: 20px; }
  footer .footer_inner {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: 440px; }
    footer .footer_inner .footer_logo {
      width: 300px;
      display: block;
      margin: 0 auto 40px auto; }
      footer .footer_inner .footer_logo img {
        width: 100%;
        height: auto; }
    footer .footer_inner .footer_a {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      footer .footer_inner .footer_a a {
        font-size: 1.4rem;
        color: #fff;
        margin-bottom: 10px; }
    footer .footer_inner p {
      font-size: 1rem;
      color: #fff;
      text-align: center;
      margin-top: 60px; }

@media screen and (min-width: 450px) {
  .cta {
    margin-top: 160px;
    margin-bottom: 60px; } }
@media screen and (min-width: 768px) {
  .sp_none {
    display: block; }

  .sp_only {
    display: none; }

  header {
    width: calc(100% - 40px); }
    header .logo {
      width: 175px; }
      header .logo img {
        width: 100%;
        height: auto;
        margin-left: -5px; }
    header nav {
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center; }
      header nav .nav_cta {
        width: 76px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--green1);
        background-color: #fff;
        border-radius: 4px;
        font-size: 1.2rem;
        margin-right: 6px;
        margin-top: 3px; }
      header nav .search {
        width: 82px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px #fff;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 3px; }
        header nav .search img {
          width: 13px;
          height: auto;
          margin-right: 4px; }
        header nav .search p {
          color: #fff;
          font-size: 1.2rem; }

  .fv_wrap .fv_inner_wrap {
    width: calc(100% - 40px);
    max-width: 728px; }
    .fv_wrap .fv_inner_wrap h1 {
      color: #fff;
      font-size: 3.4rem;
      line-height: 1.2;
      margin-top: 10px;
      position: relative;
      z-index: 1; }
      .fv_wrap .fv_inner_wrap h1 span {
        font-size: 2rem; }
    .fv_wrap .fv_inner_wrap .income_wrap {
      top: 210px;
      right: 20px; }
    .fv_wrap .fv_inner_wrap .fv_man {
      width: 280px;
      top: -15px;
      right: -10px; }
    .fv_wrap .fv_inner_wrap .fv_circle_1 {
      right: -40px; }
    .fv_wrap .fv_inner_wrap .fv_circle_2 {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      border: solid 40px #8CDBF5;
      position: absolute;
      top: 130px;
      right: 70px;
      box-sizing: border-box; }
    .fv_wrap .fv_inner_wrap .game {
      width: 130px;
      top: 120px;
      left: 390px; }
    .fv_wrap .fv_inner_wrap .gear {
      width: 90px;
      top: 200px;
      left: 340px; }
  .fv_wrap .appeal_wrap {
    width: calc(100% - 40px);
    max-width: 728px;
    height: 100px;
    background-color: transparent;
    bottom: auto;
    top: 240px;
    left: calc(50% - 364px); }
    .fv_wrap .appeal_wrap .appeal_inner_wrap {
      width: 100%;
      height: 100%;
      margin: 0;
      max-width: 440px;
      position: relative; }
      .fv_wrap .appeal_wrap .appeal_inner_wrap .appeal_items {
        height: 37px;
        font-size: 1.6rem;
        padding: 0 10px;
        line-height: 3.7rem;
        background-color: rgba(8, 145, 206, 0.5);
        border-radius: 6px; }
      .fv_wrap .appeal_wrap .appeal_inner_wrap .item1 {
        top: 0;
        left: 0; }
      .fv_wrap .appeal_wrap .appeal_inner_wrap .item2 {
        top: 0;
        left: 158px; }
      .fv_wrap .appeal_wrap .appeal_inner_wrap .item3 {
        top: 47px;
        left: 0; }

  .fv_cta {
    margin: -140px auto 60px auto; }
    .fv_cta h2 {
      display: inline-block;
      font-size: 2rem;
      position: relative; }
      .fv_cta h2::before {
        content: "";
        width: 100%;
        height: 9px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--green2);
        z-index: -1; }
    .fv_cta p {
      font-size: 1.4rem;
      text-align: center;
      line-height: 1.4;
      margin: 10px auto 20px auto; }
    .fv_cta .fv_a_wrap {
      width: 300px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .fv_cta .fv_a_wrap .fv_pre_a {
        width: 140px;
        height: 40px;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 700;
        background-color: var(--green1);
        padding: 0 8px;
        box-sizing: border-box;
        line-height: 40px;
        border-radius: 4px;
        position: relative; }
        .fv_cta .fv_a_wrap .fv_pre_a::after {
          content: "";
          width: 8px;
          height: 13px;
          position: absolute;
          top: 13px;
          right: 8px;
          background-image: url("../img/cta_arrow.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }

  .common_section {
    width: calc(100% - 40px);
    margin: 60px auto 0 auto;
    max-width: 728px; }

  .section_cap {
    font-size: 3rem;
    margin-bottom: 40px; }

  .language::before {
    width: 250px;
    height: 250px;
    top: -160px;
    left: -80px; }

  .language_wrap {
    width: 100%;
    padding: 16px 30px 16px 30px;
    box-sizing: border-box;
    background-color: var(--skyblue);
    border-radius: 6px; }
    .language_wrap p {
      text-align: center;
      font-size: 1.2rem;
      color: var(--blue2);
      margin-bottom: 10px; }
    .language_wrap .language_ul {
      justify-content: center; }
      .language_wrap .language_ul .language_items {
        font-size: 1.4rem;
        padding: 3px 10px;
        height: 24px;
        line-height: 2.4rem;
        border-radius: 3px;
        margin: 0 12px 12px 0; }

  .indicator {
    display: none; }

  .reason {
    position: relative; }
    .reason::before {
      width: 250px;
      height: 250px;
      top: 40px;
      right: -80px; }
    .reason::after {
      width: 250px;
      height: 250px;
      bottom: -160px;
      left: -80px; }

  .reason_back {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    position: relative;
    background-color: rgba(8, 145, 206, 0.5);
    height: 500px;
    margin-top: 120px; }
    .reason_back .reason_wrap {
      position: absolute;
      width: 728px;
      top: -80px;
      left: calc(50% - 364px); }
      .reason_back .reason_wrap .reason_item_wrap {
        max-width: 520px;
        margin: 10px auto 20px auto;
        padding: 10px 16px 24px 16px; }
        .reason_back .reason_wrap .reason_item_wrap h3 {
          font-size: 1.8rem;
          display: inline-block;
          position: relative;
          z-index: 1;
          margin-bottom: 10px; }
        .reason_back .reason_wrap .reason_item_wrap .reason_item_inner p {
          font-size: 1.6rem; }
        .reason_back .reason_wrap .reason_item_wrap .reason_item_inner .reason_img_1 {
          width: 120px;
          margin-left: 20px;
          margin-right: 0; }
        .reason_back .reason_wrap .reason_item_wrap .reason_item_inner .reason_img_2 {
          width: 130px;
          margin-left: 20px;
          margin-right: 0; }
        .reason_back .reason_wrap .reason_item_wrap .reason_item_inner .reason_img_3 {
          width: 140px;
          margin-left: 20px;
          margin-right: 0; }
        .reason_back .reason_wrap .reason_item_wrap .reason_inner_2 {
          flex-direction: row; }
      .reason_back .reason_wrap .reason1 {
        margin: 10px auto 20px 0; }
      .reason_back .reason_wrap .reason3 {
        margin: 10px 0 20px auto; }

  .cta {
    margin-top: 210px;
    margin-bottom: 70px; }
    .cta a {
      width: 340px;
      height: 65px;
      line-height: 65px;
      font-size: 2.4rem; }

  .voice {
    height: auto;
    margin-bottom: 70px; }

  .more {
    display: none; }
    .more .more_button {
      display: none; }

  .height400 {
    height: auto; }

  .voice_ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly; }
    .voice_ul .voice_items {
      width: 48%;
      margin-bottom: 0; }
      .voice_ul .voice_items img {
        width: 82px;
        height: auto;
        margin-right: 16px; }
      .voice_ul .voice_items p {
        font-size: 1.4rem; }

  #more_label_2 {
    display: none; }

  .flow::before {
    width: 250px;
    height: 250px;
    bottom: -190px;
    right: -80px; }

  .flow_1_inner {
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .flow_1_inner p {
      width: 100% !important; }

  .flow_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 80px; }
    .flow_ul .flow_items {
      width: 95%;
      padding: 30px 24px 30px 40px;
      margin: 6px 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: nowrap; }
      .flow_ul .flow_items h3 {
        margin-top: 0;
        margin-bottom: 0;
        display: inline-block;
        width: 130px;
        margin-right: 20px;
        line-height: 1.3; }
      .flow_ul .flow_items p {
        font-size: 1.6rem;
        width: calc(100% - 150px); }
      .flow_ul .flow_items a {
        margin: 20px 0 0 0; }
    .flow_ul .flow_1::before {
      top: calc(50% - 25px);
      left: -25px; }
    .flow_ul .flow_2::before {
      top: calc(50% - 25px);
      left: -25px; }
    .flow_ul .flow_3::before {
      top: calc(50% - 25px);
      left: -25px; }
    .flow_ul .flow_4::before {
      top: calc(50% - 25px);
      left: -25px; }

  .howto {
    max-width: 600px; }
    .howto p {
      font-size: 1.6rem; }
    .howto h3 {
      font-size: 2.4rem;
      font-weight: 700;
      color: var(--blue2);
      text-align: center;
      margin: 40px 0 24px 0; }
    .howto img {
      width: 340px;
      height: auto;
      margin: 20px auto; }

  .height300 {
    height: auto; }

  .white_none_h {
    display: none !important; }

  #more_label_h_2 {
    display: none; }

  .cta_2 {
    margin-top: 60px;
    margin-bottom: 80px; }
    .cta_2 a {
      width: 340px;
      height: 65px;
      line-height: 65px;
      font-size: 2.4rem; }

  .faq {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 40px 10px 50px 10px;
    max-width: none;
    margin-bottom: 140px;
    position: relative; }
    .faq::after {
      content: "";
      width: 250px;
      height: 250px;
      bottom: -170px;
      left: -70px; }
    .faq .faq_ul .faq_items {
      max-width: 600px; }
      .faq .faq_ul .faq_items .question {
        font-size: 1.6rem; }
      .faq .faq_ul .faq_items .answer {
        font-size: 1.6rem; }
      .faq .faq_ul .faq_items .answer_none {
        opacity: 0;
        line-height: 0;
        margin-bottom: 0;
        margin-top: 0; }
        .faq .faq_ul .faq_items .answer_none::before {
          display: none; }

  footer .footer_inner {
    width: calc(100% - 40px);
    padding-top: 30px;
    max-width: 728px; }
    footer .footer_inner .footer_logo {
      width: 340px;
      margin: 0 auto 50px auto; }
    footer .footer_inner .footer_a a {
      font-size: 1.6rem; }
    footer .footer_inner p {
      font-size: 1.2rem; } }
@media screen and (min-width: 1024px) {
  .pc_only {
    display: block; }

  .pc_none {
    display: none !important; }

  .left_wrap {
    width: 360px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 0px 8px 0px rgba(0, 0, 0, 0.35); }

  .right_wrap {
    width: calc(100% - 360px);
    margin-left: 360px;
    min-width: 920px; }

  .left_wrap_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .left_wrap_inner .pc_cta_logo {
      width: 290px;
      height: auto;
      margin-bottom: 30px; }
    .left_wrap_inner .easy {
      display: inline-block;
      font-size: 1.6rem;
      font-weight: 700;
      color: var(--blue2);
      padding: 4px 12px;
      border: solid 1px var(--blue2);
      border-radius: 3px; }
    .left_wrap_inner h2 {
      display: inline-block;
      font-size: 2.4rem;
      position: relative;
      margin-bottom: 16px; }
      .left_wrap_inner h2::before {
        content: "";
        width: 100%;
        height: 9px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--green2);
        z-index: -1; }
    .left_wrap_inner p {
      font-size: 1.6rem;
      text-align: center;
      line-height: 1.4;
      margin: 10px auto 24px auto; }
    .left_wrap_inner .fv_a_wrap {
      width: 300px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .left_wrap_inner .fv_a_wrap .fv_pre_a {
        width: 140px;
        height: 40px;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 700;
        background-color: var(--green1);
        padding: 0 8px;
        box-sizing: border-box;
        line-height: 40px;
        border-radius: 4px;
        position: relative; }
        .left_wrap_inner .fv_a_wrap .fv_pre_a::after {
          content: "";
          width: 8px;
          height: 13px;
          position: absolute;
          top: 13px;
          right: 8px;
          background-image: url("../img/cta_arrow.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }

  header .logo {
    width: 200px; }

  .fv_wrap {
    overflow-y: hidden;
    height: 385px; }
    .fv_wrap .fv_inner_wrap h1 {
      padding-top: 25px; }
    .fv_wrap .fv_inner_wrap .fv_man {
      top: -15px;
      right: -10px; }
    .fv_wrap .fv_inner_wrap .game {
      top: 110px;
      left: 390px; }
    .fv_wrap .fv_inner_wrap .gear {
      top: 200px;
      left: 340px; }
    .fv_wrap .appeal_wrap {
      top: 250px; }

  .fv_cta {
    display: none; }

  .language::before {
    width: 320px;
    height: 320px;
    top: -220px;
    left: -150px; }

  .reason::before {
    width: 320px;
    height: 320px;
    top: -30px;
    right: -150px; }
  .reason::after {
    width: 320px;
    height: 320px;
    bottom: -220px;
    left: -150px; }

  .flow::before {
    width: 320px;
    height: 320px;
    bottom: -190px;
    right: -150px; }

  .faq::after {
    content: "";
    width: 320px;
    height: 320px;
    bottom: -250px;
    left: calc(50% - 530px); }

  .language .income_wrap {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #1ABD9E;
    background: linear-gradient(135deg, #1abd9e 0%, #2bd2f0 100%);
    border: solid 2px #fff;
    position: absolute;
    top: -170px;
    right: -10px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3); }
    .language .income_wrap .income_top {
      font-size: 1.3rem;
      font-weight: 700;
      text-align: center;
      line-height: 1.2;
      color: #fff;
      margin-top: 20px; }
    .language .income_wrap .income_before {
      font-size: 2rem;
      color: #fff;
      font-weight: 700;
      margin-top: 4px; }
      .language .income_wrap .income_before span {
        font-size: 1.6rem; }
    .language .income_wrap .income_tri {
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-top: 8px solid #ffffff;
      border-bottom: 0; }
    .language .income_wrap .income_after {
      font-size: 2.8rem;
      color: #fff;
      font-weight: 700;
      margin-top: 0;
      border-bottom: solid 2px #fff;
      line-height: 1.2; }
      .language .income_wrap .income_after span {
        font-size: 2rem; } }
