:root {
  --red:#F24713;
  --navy:#3D66A1;
  --blue2:#F0F6FF;
  --blue3:#23B6DC;
  --dark_blue:#1A4480; }

html {
  overflow-x: hidden;
  font-size: 10px; }

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

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

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  transition: all .3s; }

a:hover {
  opacity: .6; }

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

h1 {
  margin: 0; }

.pc_only {
  display: none; }

.tab_only {
  display: none; }

.sp_none {
  display: none; }

.wrap {
  width: 100vw; }

.flex_left {
  width: 100%; }

.gheader {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  .gheader .header_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .gheader .header_inner .logo {
      display: block; }
      .gheader .header_inner .logo img {
        width: 200px;
        height: auto; }
    .gheader .header_inner .header_cta {
      background-color: var(--red);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.4rem;
      width: 100px;
      height: 28px;
      border-radius: 4px;
      font-weight: 700; }

.fv {
  margin-top: -50px;
  width: 100%;
  position: relative;
  position: relative;
  height: 535px; }
  .fv .sp_fv_back {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .fv h1 {
    font-size: 2.6rem;
    font-weight: 700;
    position: absolute;
    top: 100px;
    left: 10px;
    color: #fff; }
    .fv h1 span {
      display: inline-block;
      font-size: 3rem;
      background-color: #fff;
      padding: 0 6px;
      color: var(--navy); }
  .fv .fv_docu {
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    top: 190px;
    left: 10px; }
  .fv .hex1 {
    width: 200px;
    height: auto;
    position: absolute;
    top: -70px;
    right: -40px; }
  .fv .hex2 {
    width: 130px;
    height: auto;
    position: absolute;
    top: 290px;
    left: -40px; }
  .fv .fv_man {
    width: 370px;
    height: auto;
    position: absolute;
    top: 255px;
    right: -10px; }

.blue_wrap {
  width: 100%;
  padding: 240px 10px 0px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-color: var(--blue2); }

.jobs_wrap {
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
  padding: 14px 10px;
  box-sizing: border-box;
  background: #497bc4;
  background: linear-gradient(90deg, #497bc4 0%, #16478e 100%);
  position: absolute;
  top: -30px;
  left: 0; }

.income {
  width: 280px;
  height: auto;
  position: absolute;
  top: -20px;
  right: -40px;
  z-index: 1; }

.game {
  width: 200px;
  height: auto;
  position: absolute;
  top: 110px;
  left: 0px;
  z-index: 1; }

.toform_wrap {
  width: 100%;
  background-color: #fff;
  padding: 70px 10px 100px 10px;
  box-sizing: border-box;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto; }

.toform_logo {
  width: 290px;
  height: auto;
  display: flex; }

.toform_cap {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  background-color: var(--blue3);
  padding: 0 10px;
  border-radius: 4px; }
  .toform_cap span {
    font-size: 2.4rem; }

.toform_p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0;
  color: #333; }

.toform_tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 10px solid #333333;
  border-bottom: 0;
  margin-bottom: 16px; }

.toform_check_area {
  width: 100%;
  max-width: 410px;
  height: 360px;
  background-color: #FAFAFA;
  border-radius: 10px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700; }
  .toform_check_area .check_item {
    position: relative;
    width: 220px;
    text-align: left;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 10px; }
    .toform_check_area .check_item :hover {
      cursor: pointer; }
    .toform_check_area .check_item input[type=radio] {
      display: none; }
    .toform_check_area .check_item .check::before {
      background: #fff;
      border-radius: 4px;
      content: '';
      display: block;
      height: 16px;
      left: 0;
      margin-top: -8px;
      position: absolute;
      top: 12px;
      width: 16px;
      box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .toform_check_area .check_item .check::after {
      background: var(--navy);
      border-radius: 4px;
      content: '\f00c';
      font-family: "Font Awesome 5 Free";
      color: #fff;
      display: block;
      height: 16px;
      left: 0;
      margin-top: -8px;
      opacity: 0;
      position: absolute;
      top: 12px;
      width: 16px;
      font-size: 1.1rem;
      text-align: center;
      box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .toform_check_area .check_item input[type=radio]:checked + .check::after {
      opacity: 1; }
  .toform_check_area .next {
    font-size: 2rem;
    width: 280px;
    height: 63px;
    background-color: var(--red);
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-top: 40px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2); }

.appeal_area {
  width: 100%; }
  .appeal_area .appeal_ul {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 40px; }
    .appeal_area .appeal_ul .appeal_items {
      width: 240px;
      color: #333;
      margin-top: 30px;
      background-color: #fff;
      padding: 0 20px  20px 20px;
      border-radius: 10px;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); }
      .appeal_area .appeal_ul .appeal_items .game_bar {
        width: 75px;
        height: 4px;
        background-color: #FF7783;
        margin: 0 auto; }
      .appeal_area .appeal_ul .appeal_items .docu_bar {
        width: 75px;
        height: 4px;
        background-color: #DE9C1F;
        margin: 0 auto; }
      .appeal_area .appeal_ul .appeal_items .agent_bar {
        width: 75px;
        height: 4px;
        background-color: #6C9B2B;
        margin: 0 auto; }
      .appeal_area .appeal_ul .appeal_items .icon_wrap {
        height: 80px; }
      .appeal_area .appeal_ul .appeal_items .game_icon {
        width: 100px;
        height: auto;
        margin: 20px auto auto auto; }
      .appeal_area .appeal_ul .appeal_items .docu_icon {
        width: 70px;
        height: auto;
        margin: 20px auto auto auto; }
      .appeal_area .appeal_ul .appeal_items .agent_icon {
        width: 60px;
        height: auto;
        margin: 20px auto auto auto; }
      .appeal_area .appeal_ul .appeal_items h2 {
        color: var(--navy);
        text-align: center;
        font-size: 1.8rem; }
      .appeal_area .appeal_ul .appeal_items p {
        font-size: 1.4rem; }

.gfooter {
  width: 100%;
  position: relative;
  margin-top: 80px; }
  .gfooter .footer_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 50px 0; }
    .gfooter .footer_ul .footer_li {
      margin-bottom: 10px; }
      .gfooter .footer_ul .footer_li a {
        color: #fff;
        font-size: 1.4rem; }
  .gfooter small {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.1rem; }
  .gfooter .sp_footer_back {
    width: calc(100% + 20px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: -10px;
    transform: scale(-1, -1);
    z-index: -1; }

@media screen and (min-width: 500px) {
  .fv h1 {
    left: calc(50% - 220px); }
  .fv .fv_docu {
    left: calc(50% - 220px); }
  .fv .hex1 {
    right: calc(50% - 260px); }
  .fv .hex2 {
    left: calc(50% - 260px); }
  .fv .fv_man {
    right: calc(50% - 260px); }

  .jobs_wrap div {
    margin-left: calc(50% - 220px); }

  .income {
    right: calc(50% - 290px); }

  .game {
    left: calc(50% - 220px); } }
@media screen and (min-width: 768px) {
  .sp_none {
    display: block; }

  .sp_only {
    display: none; }

  .tab_only {
    display: block; }

  .gheader {
    padding: 0 30px; }
    .gheader .header_inner .header_cta {
      width: 100px; }

  .fv .sp_fv_back {
    display: none; }
  .fv .pc_fv_back {
    width: 120%;
    height: auto;
    position: absolute;
    top: 0;
    left: -10%; }
  .fv h1 {
    font-size: 3.4rem;
    left: calc(50% - 345px); }
    .fv h1 span {
      font-size: 4rem; }
  .fv .fv_docu {
    font-size: 1.6rem;
    left: calc(50% - 345px);
    top: 210px; }
  .fv .hex1 {
    top: 10px;
    width: 210px;
    right: calc(50% - 450px); }
  .fv .hex2 {
    width: 150px;
    top: 270px;
    left: calc(50% - 60px); }
  .fv .fv_man {
    width: 430px;
    top: 125px;
    right: calc(50% - 430px); }

  .blue_wrap {
    padding: 30px 30px 0 30px;
    background-color: transparent; }

  .jobs_wrap {
    font-size: 1.6rem;
    width: calc(50% + 90px);
    padding: 16px 0;
    border-radius: 0 10px 10px 0;
    top: -210px; }
    .jobs_wrap div {
      margin-left: calc(50vw - 347px);
      margin-right: auto; }

  .income {
    width: 320px;
    height: auto;
    position: absolute;
    top: -200px;
    right: calc(50% - 410px);
    z-index: 1; }

  .game {
    width: 230px;
    height: auto;
    position: absolute;
    top: -80px;
    left: calc(50% - 370px);
    z-index: 1; }

  .appeal_area .appeal_ul {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px; }
    .appeal_area .appeal_ul .appeal_items {
      width: 220px;
      color: #333;
      margin-top: 30px;
      background-color: #fff;
      padding: 0 14px  20px 14px;
      border-radius: 10px;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
      box-sizing: border-box; }
      .appeal_area .appeal_ul .appeal_items .game_bar {
        width: 75px;
        height: 4px;
        background-color: #FF7783;
        margin: 0 auto; }
      .appeal_area .appeal_ul .appeal_items .docu_bar {
        width: 75px;
        height: 4px;
        background-color: #DE9C1F;
        margin: 0 auto; }
      .appeal_area .appeal_ul .appeal_items .agent_bar {
        width: 75px;
        height: 4px;
        background-color: #6C9B2B;
        margin: 0 auto; }
      .appeal_area .appeal_ul .appeal_items .icon_wrap {
        height: 80px; }
      .appeal_area .appeal_ul .appeal_items .game_icon {
        width: 100px;
        height: auto;
        margin: 20px auto auto auto; }
      .appeal_area .appeal_ul .appeal_items .docu_icon {
        width: 70px;
        height: auto;
        margin: 20px auto auto auto; }
      .appeal_area .appeal_ul .appeal_items .agent_icon {
        width: 60px;
        height: auto;
        margin: 20px auto auto auto; }
      .appeal_area .appeal_ul .appeal_items h2 {
        color: var(--navy);
        text-align: center;
        font-size: 1.8rem; }
      .appeal_area .appeal_ul .appeal_items p {
        font-size: 1.4rem; }

  .gfooter small {
    text-align: center; }
  .gfooter .sp_footer_back {
    display: none; }
  .gfooter .pc_footer_back {
    width: 120%;
    bottom: 0;
    left: -10%;
    position: absolute;
    transform: scale(1, -1);
    z-index: -1; } }
@media screen and (min-width: 1280px) {
  .pc_only {
    display: block; }

  .pc_none {
    display: none !important; }

  .background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #3C66C5;
    z-index: -1; }

  .wrap {
    width: 100vw;
    position: relative;
    background-color: var(--blue2); }

  .flex_left {
    width: calc(100% - 380px);
    margin-right: 380px; }

  .flex_right {
    width: 380px;
    height: 100vh;
    overflow: auto;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0; }
    .flex_right .toform_wrap {
      height: 100%;
      min-height: 700px;
      box-shadow: none;
      border-radius: 0;
      padding: 50px 20px 100px 20px;
      overflow: auto;
      scrollbar-width: none; }

  .gheader {
    padding: 0 30px; }
    .gheader .header_inner .company {
      font-size: 1.4rem;
      color: #fff; }

  .fv .pc_fv_back {
    width: 120%;
    height: auto;
    position: absolute;
    top: -100px;
    left: -10%; }
  .fv h1 {
    left: calc(50% - 410px);
    z-index: 1; }
    .fv h1 span {
      font-size: 4rem; }
  .fv .fv_docu {
    left: calc(50% - 410px);
    top: 210px;
    z-index: 1; }
  .fv .hex1 {
    top: -20px;
    width: 170px;
    right: calc(50% - 510px); }
  .fv .hex2 {
    width: 100px;
    left: calc(50% - 20px); }
  .fv .fv_man {
    min-width: 400px;
    width: 50%;
    max-width: 440px;
    top: auto;
    bottom: 110px;
    right: calc(50% - 430px);
    z-index: 0; }

  .blue_wrap {
    padding: 0 30px;
    margin-top: -80px; }

  .jobs_wrap {
    width: calc(50% + 90px);
    padding: 16px 0;
    border-radius: 0 10px 10px 0;
    top: -130px; }
    .jobs_wrap div {
      margin-left: calc(50vw - 600px);
      margin-right: auto; }

  .income {
    width: 320px;
    height: auto;
    position: absolute;
    top: -220px;
    right: calc(50% - 470px);
    z-index: 1; }

  .game {
    width: 230px;
    height: auto;
    position: absolute;
    top: 100px;
    left: auto;
    right: calc(50% - 450px);
    z-index: 1; }

  .appeal_area .appeal_ul {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 0 0;
    margin-left: calc(50% - 410px);
    padding-top: 0; }
    .appeal_area .appeal_ul .appeal_items {
      box-sizing: border-box;
      width: 200px; }
      .appeal_area .appeal_ul .appeal_items p {
        font-size: 1.6rem; }

  .flex_right_inner {
    width: 100%;
    height: 100%;
    min-height: 700px;
    position: relative;
    overflow: hidden; }
    .flex_right_inner .deco1 {
      top: -140px;
      right: -40px;
      z-index: 1; }
    .flex_right_inner .deco2 {
      bottom: -140px;
      left: -40px;
      z-index: 1; }

  .toform_check_area .next {
    margin-top: 20px; }

  .gfooter .footer_ul {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0 0; }
    .gfooter .footer_ul .footer_li {
      padding: 0 10px;
      border-right: 1px solid #fff; }
    .gfooter .footer_ul .footer_li:nth-child(1) {
      padding: 0 10px 0 0; }
    .gfooter .footer_ul .footer_li:nth-child(3) {
      border-right: none; }
  .gfooter .pc_footer_back {
    width: 120%;
    bottom: -160px;
    left: -10%;
    position: absolute;
    transform: scale(1, -1);
    z-index: -1; } }
@media screen and (min-width: 1500px) {
  .fv .pc_fv_back {
    width: 120%;
    height: auto;
    position: absolute;
    top: -200px;
    left: -10%; }
  .fv h1 {
    top: 120px;
    font-size: 4rem;
    left: calc(50% - 470px); }
    .fv h1 span {
      font-size: 4.4rem; }
  .fv .fv_docu {
    left: calc(50% - 470px);
    top: 240px;
    z-index: 1; }
  .fv .hex1 {
    top: -20px;
    width: 190px;
    right: calc(50% - 540px); }
  .fv .hex2 {
    width: 100px;
    left: calc(50% - 20px); }
  .fv .fv_man {
    min-width: auto;
    width: 500px;
    max-width: none;
    top: auto;
    bottom: 70px;
    right: calc(50% - 490px); }

  .blue_wrap {
    padding: 0 30px;
    margin-top: -80px; }

  .jobs_wrap {
    width: calc(50% + 20px);
    padding: 16px 0;
    border-radius: 0 10px 10px 0;
    top: -100px; }
    .jobs_wrap div {
      margin-left: calc(50vw - 660px);
      margin-right: auto; }

  .income {
    width: 350px;
    height: auto;
    position: absolute;
    top: -190px;
    right: calc(50% - 560px);
    z-index: 1; }

  .game {
    width: 250px;
    height: auto;
    position: absolute;
    top: 110px;
    left: auto;
    right: calc(50% - 540px);
    z-index: 1; }

  .appeal_area .appeal_ul {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 0 0;
    margin-left: calc(50% - 470px);
    padding-top: 0; }
    .appeal_area .appeal_ul .appeal_items {
      box-sizing: border-box;
      width: 220px; }
      .appeal_area .appeal_ul .appeal_items p {
        font-size: 1.6rem; }

  .gfooter {
    width: calc(100% + 60px);
    background-color: #3C66C5;
    box-sizing: border-box;
    margin-left: -30px; }
    .gfooter .pc_footer_back {
      display: none; } }
