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

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

/* line 2, style_fv1-2.scss */
body {
  line-height: 1; }

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

/* line 2, style_fv1-2.scss */
blockquote, q {
  quotes: none; }

/* line 2, style_fv1-2.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

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

/* line 4, style_fv1-2.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

/* line 12, style_fv1-2.scss */
.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
/* line 14, style_fv1-2.scss */
* html .clearfix {
  height: 1%; }

/* line 15, style_fv1-2.scss */
.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
/* line 18, style_fv1-2.scss */
body {
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%; }

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

/* line 24, style_fv1-2.scss */
a {
  text-decoration: none; }

/* line 25, style_fv1-2.scss */
strong {
  font-weight: bold; }

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

/* line 28, style_fv1-2.scss */
#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

/* line 29, style_fv1-2.scss */
#resbtn {
  -webkit-appearance: none; }

/* line 30, style_fv1-2.scss */
.ancr {
  position: relative;
  transition: 0.5s; }

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

/* line 32, style_fv1-2.scss */
.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

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

/*フォント*/
/* line 38, style_fv1-2.scss */
.roboto {
  font-family: "Roboto", sans-serif; }

/* line 39, style_fv1-2.scss */
.lato {
  font-family: "Lato", sans-serif; }

/* line 40, style_fv1-2.scss */
.notosans {
  font-family: "Noto Sans JP", sans-serif; }

/* line 41, style_fv1-2.scss */
.poppins {
  font-family: "Poppins", sans-serif; }

/*見出し（見出ゴMB1）の代わり*/
/* line 43, style_fv1-2.scss */
.font01 {
  font-family: "M PLUS 1p", sans-serif; }

@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/* PC */
@media screen and (min-width: 798px) {
  /* line 56, style_fv1-2.scss */
  .sponly {
    display: none !important; }

  /* line 58, style_fv1-2.scss */
  a {
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }

  /* line 60, style_fv1-2.scss */
  header {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; }
    /* line 70, style_fv1-2.scss */
    header .header_inner {
      width: calc(100% - 48px);
      max-width: calc(100% - 48px);
      height: 72px;
      box-sizing: border-box;
      padding: 16px;
      margin: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); }
      /* line 83, style_fv1-2.scss */
      header .header_inner .header_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        /* line 88, style_fv1-2.scss */
        header .header_inner .header_left a.header_logo {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          box-sizing: border-box;
          padding: 8px; }
          /* line 95, style_fv1-2.scss */
          header .header_inner .header_left a.header_logo img {
            width: 180px;
            height: auto; }
      /* line 101, style_fv1-2.scss */
      header .header_inner .header_right {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box; }
        /* line 107, style_fv1-2.scss */
        header .header_inner .header_right a {
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          box-sizing: border-box;
          border-radius: 4px;
          border: solid 1px #333;
          background: #fff;
          transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }
          /* line 118, style_fv1-2.scss */
          header .header_inner .header_right a:hover {
            background: #f5f7f7; }
          /* line 121, style_fv1-2.scss */
          header .header_inner .header_right a.recruit {
            width: 217px;
            max-width: calc(100% - 16px);
            margin-right: 16px; }
          /* line 126, style_fv1-2.scss */
          header .header_inner .header_right a.login {
            width: 112px;
            max-width: calc(100% - 16px);
            margin-right: 16px; }
          /* line 131, style_fv1-2.scss */
          header .header_inner .header_right a.signup {
            width: 158px;
            max-width: 100%;
            background: #de4861;
            border: none; }
          /* line 137, style_fv1-2.scss */
          header .header_inner .header_right a:hover.signup {
            background: #309da5; }
          /* line 140, style_fv1-2.scss */
          header .header_inner .header_right a p {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1;
            font-weight: 600;
            color: #14191a;
            text-align: center;
            transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }
          /* line 149, style_fv1-2.scss */
          header .header_inner .header_right a:hover p {
            color: #309da5; }
          /* line 152, style_fv1-2.scss */
          header .header_inner .header_right a.signup p {
            color: #fff; }
          /* line 155, style_fv1-2.scss */
          header .header_inner .header_right a:hover.signup p {
            color: #fff; }

  /* line 162, style_fv1-2.scss */
  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    height: auto;
    justify-content: center; }
    /* line 170, style_fv1-2.scss */
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column; }
      /* line 177, style_fv1-2.scss */
      .content .content_inner.content_inner::-webkit-scrollbar {
        display: none; }

  /*@media screen and (max-width: 1280px) {
      .content_inner {
          width: 70%;
          max-width: 70%;
          justify-content: flex-start;
      }
  }*/
  /* line 191, style_fv1-2.scss */
  #mv {
    width: 100%;
    max-width: 100%;
    height: 781px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex: none; }
    /* line 201, style_fv1-2.scss */
    #mv::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/fv1-2/mv_bg.webp") no-repeat center;
      background-size: cover;
      z-index: -2; }
    /* line 212, style_fv1-2.scss */
    #mv .mv_left {
      width: 600px;
      max-width: calc(100% - -17px);
      height: 100%;
      margin: 0px -17px 0px 0px;
      padding-top: 181px;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      flex: none; }
      /* line 224, style_fv1-2.scss */
      #mv .mv_left h1 {
        font-size: 67px;
        letter-spacing: 0;
        line-height: 1.4em;
        font-weight: 500;
        color: #134f50; }
      /* line 231, style_fv1-2.scss */
      #mv .mv_left a.signup {
        width: 427px;
        max-width: 100%;
        margin-top: 56px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }
        /* line 240, style_fv1-2.scss */
        #mv .mv_left a.signup img {
          width: 516px;
          height: auto; }
        /* line 244, style_fv1-2.scss */
        #mv .mv_left a.signup:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }
    /* line 250, style_fv1-2.scss */
    #mv .mv_right_img {
      width: 660px;
      height: auto; }

  /* line 256, style_fv1-2.scss */
  #corp {
    width: 100%;
    max-width: 100%;
    padding-bottom: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    /* line 264, style_fv1-2.scss */
    #corp .ttlarea {
      width: 600px;
      max-width: 100%;
      text-align: center;
      margin-top: 70px; }
      /* line 269, style_fv1-2.scss */
      #corp .ttlarea.media {
        margin-top: 80px; }
      /* line 272, style_fv1-2.scss */
      #corp .ttlarea .ttl {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 1.4em;
        color: #157577;
        font-weight: 700;
        font-family: 'Hiragino Sans', sans-serif; }
        /* line 279, style_fv1-2.scss */
        #corp .ttlarea .ttl.btm {
          line-height: 1.75em; }
        /* line 282, style_fv1-2.scss */
        #corp .ttlarea .ttl strong {
          font-size: 40px;
          color: #ff6604;
          display: inline; }
      /* line 288, style_fv1-2.scss */
      #corp .ttlarea.corp {
        width: 1000px; }
        /* line 291, style_fv1-2.scss */
        #corp .ttlarea.corp .ttl span {
          font-size: 14px; }
        /* line 295, style_fv1-2.scss */
        #corp .ttlarea.corp .small {
          width: 700px;
          max-width: 100%;
          margin: 0 auto;
          color: #157577;
          font-size: 16px;
          line-height: 1.5em;
          font-weight: 600;
          font-family: 'Hiragino Sans', sans-serif;
          text-align: right; }
    /* line 308, style_fv1-2.scss */
    #corp .corp_cont {
      width: 1280px;
      max-width: calc(100% - 80px);
      margin: 20px 40px 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      /* line 316, style_fv1-2.scss */
      #corp .corp_cont .corp_icon {
        width: auto;
        max-width: calc(100% - 24px);
        height: 33px;
        margin: 12px 12px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        /* line 325, style_fv1-2.scss */
        #corp .corp_cont .corp_icon img {
          width: auto;
          height: 100%; }
        /* line 330, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon01 img {
          height: 41px; }
        /* line 335, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon04 img {
          width: 72px;
          height: auto; }
        /* line 340, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon05 {
          height: 40px; }
        /* line 343, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon11 {
          height: 28px; }
        /* line 346, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon12 {
          height: 35px; }
        /* line 349, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon13 {
          height: 35px; }
        /* line 352, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon14 {
          height: 26px; }
          /* line 354, style_fv1-2.scss */
          #corp .corp_cont .corp_icon.icon14 img {
            height: 22px; }
        /* line 358, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon15 {
          height: 26px; }
        /* line 361, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon16 {
          height: 26px; }
        /* line 364, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon17 {
          height: 26px; }
    /* line 369, style_fv1-2.scss */
    #corp .media_cont {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      margin-top: 39px;
      transition-timing-function: cubic-bezier(0, 0, 0.99, 0.98); }
      /* line 378, style_fv1-2.scss */
      #corp .media_cont .media_box {
        width: auto;
        max-width: 100%;
        display: flex;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        outline-offset: -4px;
        transition-property: transform;
        will-change: transform;
        transform: translateX(-100%);
        transition-duration: 24000ms;
        animation: loop-slide 20s infinite linear 1s both; }
        /* line 392, style_fv1-2.scss */
        #corp .media_cont .media_box img {
          width: 100%;
          height: auto; }

  /* line 400, style_fv1-2.scss */
  #reason {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 89px 0 120px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: hidden; }
    /* line 410, style_fv1-2.scss */
    #reason::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/fv1-2/reason_bg.webp") no-repeat center;
      background-size: cover;
      z-index: -2; }
    /* line 421, style_fv1-2.scss */
    #reason .reason_ttl {
      width: 600px;
      max-width: 100%;
      text-align: center; }
      /* line 425, style_fv1-2.scss */
      #reason .reason_ttl .ttl {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 1.4em;
        color: #157577;
        font-weight: 700;
        font-family: 'Hiragino Sans', sans-serif; }
        /* line 432, style_fv1-2.scss */
        #reason .reason_ttl .ttl.btm {
          line-height: 1.75em; }
        /* line 435, style_fv1-2.scss */
        #reason .reason_ttl .ttl strong {
          font-size: 40px;
          color: #ff6604; }
    /* line 441, style_fv1-2.scss */
    #reason .reason_head {
      width: 1280px;
      max-width: 100%;
      margin-top: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px 32px; }
      /* line 450, style_fv1-2.scss */
      #reason .reason_head .reason_head_box {
        width: 529px;
        max-width: 100%;
        height: 135px;
        box-sizing: border-box;
        padding-left: 43px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 44px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
        /* line 463, style_fv1-2.scss */
        #reason .reason_head .reason_head_box .reason_head_box_left {
          width: auto;
          max-width: 100%;
          color: #157577;
          text-align: center;
          font-size: 24px;
          line-height: 1.6; }
          /* line 470, style_fv1-2.scss */
          #reason .reason_head .reason_head_box .reason_head_box_left .reason_head_box_point {
            font-size: 22px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 600; }
          /* line 476, style_fv1-2.scss */
          #reason .reason_head .reason_head_box .reason_head_box_left .reason_head_box_num {
            font-size: 58px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 600; }
            /* line 481, style_fv1-2.scss */
            #reason .reason_head .reason_head_box .reason_head_box_left .reason_head_box_num strong {
              font-size: 58px;
              font-weight: 600; }
        /* line 488, style_fv1-2.scss */
        #reason .reason_head .reason_head_box .reason_head_box_right {
          width: auto;
          max-width: 100%;
          color: #157577;
          text-align: center;
          font-size: 22px;
          letter-spacing: 0;
          line-height: 1.6em;
          font-weight: 500;
          font-family: 'Hiragino Sans', sans-serif; }
          /* line 498, style_fv1-2.scss */
          #reason .reason_head .reason_head_box .reason_head_box_right .reason_head_box_txt {
            font-size: 22px;
            line-height: 1.4em; }
            /* line 501, style_fv1-2.scss */
            #reason .reason_head .reason_head_box .reason_head_box_right .reason_head_box_txt strong {
              color: #ff6604;
              font-weight: 500; }
        /* line 507, style_fv1-2.scss */
        #reason .reason_head .reason_head_box:nth-of-type(2) .reason_head_box_right {
          text-align: left; }
    /* line 512, style_fv1-2.scss */
    #reason img.reason_arrow {
      width: 66px;
      height: auto;
      margin-top: 44px; }
    /* line 517, style_fv1-2.scss */
    #reason .reason_box {
      width: 1087px;
      max-width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-wrap: wrap;
      position: relative; }
      /* line 525, style_fv1-2.scss */
      #reason .reason_box .reason_box_txt {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; }
        /* line 532, style_fv1-2.scss */
        #reason .reason_box .reason_box_txt img.reason_box_txt_img {
          width: 390px;
          height: auto; }
        /* line 536, style_fv1-2.scss */
        #reason .reason_box .reason_box_txt a {
          width: auto;
          max-width: 100%;
          display: flex;
          align-items: center;
          flex-direction: column;
          margin-top: 15px; }
          /* line 543, style_fv1-2.scss */
          #reason .reason_box .reason_box_txt a img {
            width: 366px;
            height: auto; }
          /* line 547, style_fv1-2.scss */
          #reason .reason_box .reason_box_txt a:hover {
            opacity: 0.7; }
      /* line 552, style_fv1-2.scss */
      #reason .reason_box .reason_box_img {
        position: absolute;
        height: auto;
        z-index: -1; }
      /* line 558, style_fv1-2.scss */
      #reason .reason_box.box01 .reason_box_img {
        width: 1008px;
        left: -57px;
        top: -70px; }
      /* line 564, style_fv1-2.scss */
      #reason .reason_box.box02 {
        justify-content: flex-start;
        margin-top: 155px; }
        /* line 567, style_fv1-2.scss */
        #reason .reason_box.box02 .reason_box_img {
          width: 741px;
          right: -175px;
          top: 0; }
      /* line 573, style_fv1-2.scss */
      #reason .reason_box.box03 {
        margin-top: 155px; }
        /* line 575, style_fv1-2.scss */
        #reason .reason_box.box03 .reason_box_img {
          width: 946px;
          left: 0;
          top: 0; }
      /* line 581, style_fv1-2.scss */
      #reason .reason_box.box04 {
        justify-content: flex-start;
        margin-top: 155px; }
        /* line 584, style_fv1-2.scss */
        #reason .reason_box.box04 .reason_box_img {
          width: 741px;
          right: -175px;
          top: 0; }

  /* line 593, style_fv1-2.scss */
  .signup_banner {
    width: 100%;
    max-width: 100%;
    height: 265px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    /* line 602, style_fv1-2.scss */
    .signup_banner::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/fv1-2/signup_banner_bg.webp") no-repeat center;
      background-size: cover;
      z-index: -2; }
    /* line 613, style_fv1-2.scss */
    .signup_banner a {
      width: 454px;
      max-width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column; }
      /* line 620, style_fv1-2.scss */
      .signup_banner a:hover {
        opacity: 0.8;
        transform: scale(1.1, 1.1); }
      /* line 624, style_fv1-2.scss */
      .signup_banner a img {
        width: 516px;
        height: auto; }

  /* line 631, style_fv1-2.scss */
  #user {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 100px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background: #f5f7f7; }
    /* line 641, style_fv1-2.scss */
    #user .user_ttl {
      width: 876px;
      height: auto; }
    /* line 645, style_fv1-2.scss */
    #user .user_cont {
      width: calc(100% - 80px);
      max-width: calc(100% - 80px);
      margin: 48px 40px 0px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 81px; }
      /* line 653, style_fv1-2.scss */
      #user .user_cont a.user_box {
        width: calc(33.3% - 54.027px);
        max-width: calc(33.3% - 54.027px);
        height: 330.81px;
        box-sizing: border-box;
        padding: 8px;
        background: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; }
        /* line 664, style_fv1-2.scss */
        #user .user_cont a.user_box img.user_box_img {
          width: 100%;
          height: auto;
          border-radius: 8px; }
        /* line 669, style_fv1-2.scss */
        #user .user_cont a.user_box .user_box_txtarea {
          max-width: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-direction: column; }
          /* line 675, style_fv1-2.scss */
          #user .user_cont a.user_box .user_box_txtarea .user_box_ttl {
            font-size: 15px;
            letter-spacing: -0.04em;
            line-height: 1.4em;
            font-weight: 500;
            color: #333333;
            margin-top: 8px; }
          /* line 683, style_fv1-2.scss */
          #user .user_cont a.user_box .user_box_txtarea .user_box_date {
            font-size: 13px;
            letter-spacing: -0.04em;
            line-height: 1.4em;
            font-weight: 500;
            color: #9b9b9b;
            margin-top: 4px; }
    /* line 694, style_fv1-2.scss */
    #user a.user_btn {
      width: 360px;
      max-width: 100%;
      display: flex;
      margin-top: 40px; }
      /* line 699, style_fv1-2.scss */
      #user a.user_btn img {
        width: 100%;
        height: auto;
        box-shadow: 0px 0px 0px rgba(190, 1, 0, 0.3); }

  /* line 707, style_fv1-2.scss */
  .banner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
    height: 447px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; }
    /* line 718, style_fv1-2.scss */
    .banner .banner_bg {
      width: 100%;
      max-width: 100%;
      height: 447px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
      /* line 726, style_fv1-2.scss */
      .banner .banner_bg::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url("../img/fv1-2/banner_bg.webp") no-repeat center;
        background-size: cover; }
    /* line 737, style_fv1-2.scss */
    .banner h2 {
      width: auto;
      max-width: calc(100% - 60px);
      font-size: 36px;
      letter-spacing: 0;
      line-height: 1.5em;
      font-weight: 500;
      color: #fff;
      text-align: center;
      margin: 0 30px; }
    /* line 748, style_fv1-2.scss */
    .banner .banner_btn {
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 40px; }
      /* line 754, style_fv1-2.scss */
      .banner .banner_btn a {
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
        padding: 16px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        /* line 764, style_fv1-2.scss */
        .banner .banner_btn a.signup {
          background: #fff; }
          /* line 766, style_fv1-2.scss */
          .banner .banner_btn a.signup p {
            letter-spacing: 0;
            line-height: 1;
            color: #309da5;
            font-weight: 500; }
            /* line 771, style_fv1-2.scss */
            .banner .banner_btn a.signup p.big {
              font-size: 16px;
              height: 14px;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column; }
            /* line 779, style_fv1-2.scss */
            .banner .banner_btn a.signup p.small {
              font-size: 14px; }
        /* line 784, style_fv1-2.scss */
        .banner .banner_btn a.contact {
          max-width: calc(100% - 16px);
          margin-left: 16px;
          background: #309da5;
          border: solid 1px #fff; }
          /* line 789, style_fv1-2.scss */
          .banner .banner_btn a.contact p {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1;
            color: #fff;
            font-weight: 500; }
        /* line 797, style_fv1-2.scss */
        .banner .banner_btn a:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }

  /* line 805, style_fv1-2.scss */
  .float_btn {
    display: none; }

  /* line 807, style_fv1-2.scss */
  footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 64px 0 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f5f7f7; }
    /* line 817, style_fv1-2.scss */
    footer .footer_menu {
      width: 1100px;
      max-width: calc(100% - 60px);
      margin: 0px 30px 69px;
      display: flex;
      justify-content: space-between; }
      /* line 823, style_fv1-2.scss */
      footer .footer_menu .footer_left {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: flex-start; }
        /* line 828, style_fv1-2.scss */
        footer .footer_menu .footer_left ul {
          width: auto;
          max-width: calc(100% - 48px);
          margin-right: 48px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-direction: column; }
          /* line 836, style_fv1-2.scss */
          footer .footer_menu .footer_left ul li {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.5em;
            font-weight: 600;
            color: #404c4d; }
          /* line 843, style_fv1-2.scss */
          footer .footer_menu .footer_left ul a {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.5em;
            font-weight: 400;
            color: #404c4d;
            margin-top: 12px;
            display: flex; }
            /* line 851, style_fv1-2.scss */
            footer .footer_menu .footer_left ul a:nth-of-type(1) {
              margin-top: 20px; }
      /* line 857, style_fv1-2.scss */
      footer .footer_menu .footer_right {
        width: 234px;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; }
        /* line 864, style_fv1-2.scss */
        footer .footer_menu .footer_right a {
          width: 234px;
          max-width: 100%;
          height: 48px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 4px;
          box-sizing: border-box; }
          /* line 873, style_fv1-2.scss */
          footer .footer_menu .footer_right a.signup {
            background: #de4861;
            flex-direction: column; }
            /* line 876, style_fv1-2.scss */
            footer .footer_menu .footer_right a.signup p {
              font-size: 16px;
              letter-spacing: 0;
              line-height: 1.4em;
              color: #fff;
              font-weight: 600;
              text-align: center; }
          /* line 885, style_fv1-2.scss */
          footer .footer_menu .footer_right a.contact {
            border: solid 1px #404c4d;
            border-radius: 3px;
            margin-top: 16px; }
            /* line 889, style_fv1-2.scss */
            footer .footer_menu .footer_right a.contact p {
              font-size: 14px;
              letter-spacing: 0;
              line-height: 1.4em;
              color: #404c4d;
              font-weight: 600;
              text-align: center; }
            /* line 897, style_fv1-2.scss */
            footer .footer_menu .footer_right a.contact .icon {
              width: 16px;
              max-width: calc(100% - 8px);
              height: 16px;
              margin: 0px 0px 0px 8px;
              position: relative; }
              /* line 903, style_fv1-2.scss */
              footer .footer_menu .footer_right a.contact .icon::before {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: url("../img/fv1-2/footer_btn_icon.svg") no-repeat center;
                background-size: cover; }
    /* line 918, style_fv1-2.scss */
    footer .footer_btm {
      width: 1100px;
      max-width: calc(100% - 60px);
      margin: 0px 30px;
      padding: 41px 0px 46px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: solid 1px #e1e5e5; }
      /* line 928, style_fv1-2.scss */
      footer .footer_btm .footer_logo {
        width: 140px;
        height: auto; }
      /* line 932, style_fv1-2.scss */
      footer .footer_btm .footer_btm_right {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        /* line 938, style_fv1-2.scss */
        footer .footer_btm .footer_btm_right .footer_sns {
          display: flex;
          justify-content: center;
          align-items: center; }
          /* line 942, style_fv1-2.scss */
          footer .footer_btm .footer_btm_right .footer_sns a {
            display: flex;
            align-items: center;
            position: relative; }
            /* line 946, style_fv1-2.scss */
            footer .footer_btm .footer_btm_right .footer_sns a::before {
              position: absolute;
              content: "";
              width: 100%;
              height: 100%;
              left: 0;
              top: 0;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center; }
            /* line 957, style_fv1-2.scss */
            footer .footer_btm .footer_btm_right .footer_sns a.x {
              width: 18px;
              max-width: 100%;
              height: 18px; }
              /* line 961, style_fv1-2.scss */
              footer .footer_btm .footer_btm_right .footer_sns a.x::before {
                background-image: url("../img/fv1-2/x-icon.webp"); }
            /* line 965, style_fv1-2.scss */
            footer .footer_btm .footer_btm_right .footer_sns a.note {
              width: 32px;
              max-width: calc(100% - 4px);
              height: 32px;
              margin-left: 6px; }
              /* line 970, style_fv1-2.scss */
              footer .footer_btm .footer_btm_right .footer_sns a.note::before {
                background-image: url("../img/fv1-2/note_icon.svg"); }
        /* line 976, style_fv1-2.scss */
        footer .footer_btm .footer_btm_right .footer_btm_btn {
          display: none; }
        /* line 979, style_fv1-2.scss */
        footer .footer_btm .footer_btm_right .copyright {
          width: auto;
          max-width: calc(100% - 20px);
          font-size: 14px;
          letter-spacing: 0;
          line-height: 1.5em;
          color: #404c4d;
          font-weight: 500;
          margin-left: 20px; } }
/* SP */
@media screen and (max-width: 797px) {
  /* line 996, style_fv1-2.scss */
  .pconly {
    display: none !important; }

  /* line 998, style_fv1-2.scss */
  a {
    transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }

  /* line 1000, style_fv1-2.scss */
  header {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; }
    /* line 1010, style_fv1-2.scss */
    header .header_inner {
      width: calc(100% - 16px);
      max-width: calc(100% - 16px);
      height: 48px;
      box-sizing: border-box;
      padding: 8px 12px;
      margin: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); }
      /* line 1023, style_fv1-2.scss */
      header .header_inner .header_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        /* line 1028, style_fv1-2.scss */
        header .header_inner .header_left a.header_logo {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          box-sizing: border-box; }
          /* line 1034, style_fv1-2.scss */
          header .header_inner .header_left a.header_logo img {
            width: 40px;
            height: 40px; }
      /* line 1040, style_fv1-2.scss */
      header .header_inner .header_right {
        max-width: calc(100% - 20px);
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        margin-left: 20px; }
        /* line 1047, style_fv1-2.scss */
        header .header_inner .header_right a {
          height: 32px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          box-sizing: border-box;
          border-radius: 4px;
          border: solid 1px #333;
          background: #fff;
          transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }
          /* line 1058, style_fv1-2.scss */
          header .header_inner .header_right a:hover {
            background: #f5f7f7; }
          /* line 1061, style_fv1-2.scss */
          header .header_inner .header_right a.recruit {
            width: 80px;
            max-width: calc(100% - 8px);
            margin-right: 8px; }
          /* line 1066, style_fv1-2.scss */
          header .header_inner .header_right a.login {
            width: 60px;
            max-width: calc(100% - 8px);
            margin-right: 8px; }
          /* line 1071, style_fv1-2.scss */
          header .header_inner .header_right a.signup {
            width: 110px;
            max-width: 100%;
            background: #de4861;
            border: none; }
          /* line 1077, style_fv1-2.scss */
          header .header_inner .header_right a:hover.signup {
            background: #309da5; }
          /* line 1080, style_fv1-2.scss */
          header .header_inner .header_right a p {
            font-size: 10px;
            letter-spacing: 0;
            line-height: 1;
            font-weight: 600;
            color: #14191a;
            text-align: center;
            transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }
          /* line 1089, style_fv1-2.scss */
          header .header_inner .header_right a:hover p {
            color: #309da5; }
          /* line 1092, style_fv1-2.scss */
          header .header_inner .header_right a.signup p {
            color: #fff; }
          /* line 1095, style_fv1-2.scss */
          header .header_inner .header_right a:hover.signup p {
            color: #fff; }

  /* line 1102, style_fv1-2.scss */
  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    height: auto;
    justify-content: center; }
    /* line 1110, style_fv1-2.scss */
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column; }
      /* line 1117, style_fv1-2.scss */
      .content .content_inner.content_inner::-webkit-scrollbar {
        display: none; }

  /*@media screen and (max-width: 1280px) {
      .content_inner {
          width: 70%;
          max-width: 70%;
          justify-content: flex-start;
      }
  }*/
  /* line 1131, style_fv1-2.scss */
  #mv {
    width: 100%;
    max-width: 100%;
    height: 668px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box; }
    /* line 1141, style_fv1-2.scss */
    #mv::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/fv1-2/mv_bg_sp.webp") no-repeat center;
      background-size: cover;
      z-index: -2; }
    /* line 1152, style_fv1-2.scss */
    #mv .mv_left {
      width: 334px;
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      margin-top: 100px; }
      /* line 1160, style_fv1-2.scss */
      #mv .mv_left h1 {
        width: 100%;
        max-width: 100%;
        font-size: 34px;
        letter-spacing: 0;
        line-height: 1.2em;
        font-weight: 500;
        color: #134f50; }
      /* line 1169, style_fv1-2.scss */
      #mv .mv_left a.signup {
        width: 342px;
        max-width: calc(100% - -6px);
        margin: 30px 0px 0px -6px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        /* line 1176, style_fv1-2.scss */
        #mv .mv_left a.signup img {
          width: 516px;
          height: auto;
          margin-top: 255px; }
        /* line 1181, style_fv1-2.scss */
        #mv .mv_left a.signup:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }
    /* line 1187, style_fv1-2.scss */
    #mv .mv_btnarea {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      /* line 1193, style_fv1-2.scss */
      #mv .mv_btnarea a {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column; }
        /* line 1198, style_fv1-2.scss */
        #mv .mv_btnarea a:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }
        /* line 1202, style_fv1-2.scss */
        #mv .mv_btnarea a img {
          width: 516px;
          height: auto; }
        /* line 1206, style_fv1-2.scss */
        #mv .mv_btnarea a.app {
          width: 147px;
          max-width: 100%;
          margin-top: 7px; }
        /* line 1211, style_fv1-2.scss */
        #mv .mv_btnarea a.google {
          width: 175px;
          max-width: 100%; }

  /* line 1219, style_fv1-2.scss */
  #corp {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    /* line 1227, style_fv1-2.scss */
    #corp .ttlarea {
      width: 600px;
      max-width: 100%;
      text-align: center;
      margin-top: 50px; }
      /* line 1232, style_fv1-2.scss */
      #corp .ttlarea.media {
        margin-top: 50px; }
      /* line 1235, style_fv1-2.scss */
      #corp .ttlarea .ttl {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.4em;
        color: #157577;
        font-weight: 700;
        font-family: 'Hiragino Sans', sans-serif; }
        /* line 1242, style_fv1-2.scss */
        #corp .ttlarea .ttl.btm {
          line-height: 1.735em; }
        /* line 1245, style_fv1-2.scss */
        #corp .ttlarea .ttl strong {
          font-size: 20px;
          color: #ff6604;
          display: inline; }
      /* line 1251, style_fv1-2.scss */
      #corp .ttlarea.corp {
        width: 1000px; }
        /* line 1254, style_fv1-2.scss */
        #corp .ttlarea.corp .ttl span {
          font-size: 10px; }
        /* line 1258, style_fv1-2.scss */
        #corp .ttlarea.corp .small {
          width: 375px;
          max-width: 100%;
          margin: 0 auto;
          color: #157577;
          font-size: 10px;
          line-height: 1.5em;
          font-weight: 600;
          font-family: 'Hiragino Sans', sans-serif;
          text-align: right;
          padding-right: 1em;
          box-sizing: border-box; }
    /* line 1273, style_fv1-2.scss */
    #corp .corp_cont {
      width: 100%;
      max-width: 100%;
      margin: 8px 0 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      /* line 1281, style_fv1-2.scss */
      #corp .corp_cont .corp_icon {
        width: auto;
        max-width: calc(100% - 8px);
        height: 20px;
        margin: 7px 4px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        /* line 1290, style_fv1-2.scss */
        #corp .corp_cont .corp_icon img {
          width: auto;
          height: 100%; }
        /* line 1295, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon04 img {
          width: 45px;
          height: auto; }
        /* line 1301, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon11 img {
          height: 12px; }
        /* line 1306, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon14 img {
          height: 60%; }
        /* line 1311, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon15 img {
          height: 12px; }
        /* line 1316, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon16 img {
          height: 12px; }
        /* line 1320, style_fv1-2.scss */
        #corp .corp_cont .corp_icon.icon17 {
          margin: 8px 4px 0;
          height: 26px; }
          /* line 1323, style_fv1-2.scss */
          #corp .corp_cont .corp_icon.icon17 img {
            height: 14px; }
    /* line 1329, style_fv1-2.scss */
    #corp .media_cont {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      margin-top: 26px;
      transition-timing-function: cubic-bezier(0, 0, 0.99, 0.98); }
      /* line 1338, style_fv1-2.scss */
      #corp .media_cont .media_box {
        width: 300%;
        max-width: 300%;
        display: flex;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        outline-offset: -4px;
        transition-property: transform;
        will-change: transform;
        transform: translateX(-100%);
        transition-duration: 24000ms;
        animation: loop-slide 20s infinite linear 1s both; }
        /* line 1352, style_fv1-2.scss */
        #corp .media_cont .media_box img {
          width: 100%;
          height: auto; }

  /* line 1360, style_fv1-2.scss */
  #reason {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 0 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow: hidden; }
    /* line 1370, style_fv1-2.scss */
    #reason::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/fv1-2/reason_bg_sp.webp") no-repeat center;
      background-size: cover;
      z-index: -2; }
    /* line 1381, style_fv1-2.scss */
    #reason .reason_ttl {
      width: 600px;
      max-width: 100%;
      text-align: center; }
      /* line 1385, style_fv1-2.scss */
      #reason .reason_ttl .ttl {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.4em;
        color: #157577;
        font-weight: 700;
        font-family: 'Hiragino Sans', sans-serif; }
        /* line 1392, style_fv1-2.scss */
        #reason .reason_ttl .ttl.btm {
          line-height: 1.75em; }
        /* line 1395, style_fv1-2.scss */
        #reason .reason_ttl .ttl strong {
          font-size: 20px;
          color: #ff6604; }
    /* line 1401, style_fv1-2.scss */
    #reason .reason_head {
      width: 1280px;
      max-width: 100%;
      margin-top: 23px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 13px 32px; }
      /* line 1410, style_fv1-2.scss */
      #reason .reason_head .reason_head_box {
        width: 317px;
        max-width: 100%;
        height: 81px;
        box-sizing: border-box;
        padding-left: 25px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 23px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
        /* line 1423, style_fv1-2.scss */
        #reason .reason_head .reason_head_box .reason_head_box_left {
          width: auto;
          max-width: 100%;
          color: #157577;
          text-align: center;
          font-size: 24px;
          line-height: 1.6; }
          /* line 1430, style_fv1-2.scss */
          #reason .reason_head .reason_head_box .reason_head_box_left .reason_head_box_point {
            font-size: 12px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 600; }
          /* line 1436, style_fv1-2.scss */
          #reason .reason_head .reason_head_box .reason_head_box_left .reason_head_box_num {
            font-size: 35px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 600;
            display: block; }
            /* line 1442, style_fv1-2.scss */
            #reason .reason_head .reason_head_box .reason_head_box_left .reason_head_box_num strong {
              font-size: 35px;
              font-weight: 600; }
        /* line 1449, style_fv1-2.scss */
        #reason .reason_head .reason_head_box .reason_head_box_right {
          width: auto;
          max-width: 100%;
          color: #157577;
          text-align: center;
          font-size: 15px;
          letter-spacing: 0;
          line-height: 1.6em;
          font-weight: 500;
          font-family: 'Hiragino Sans', sans-serif; }
          /* line 1459, style_fv1-2.scss */
          #reason .reason_head .reason_head_box .reason_head_box_right .reason_head_box_txt {
            font-size: 15px;
            line-height: 1.4em; }
            /* line 1462, style_fv1-2.scss */
            #reason .reason_head .reason_head_box .reason_head_box_right .reason_head_box_txt strong {
              color: #ff6604;
              font-weight: 600; }
        /* line 1468, style_fv1-2.scss */
        #reason .reason_head .reason_head_box:nth-of-type(2) .reason_head_box_right {
          text-align: left; }
    /* line 1473, style_fv1-2.scss */
    #reason img.reason_arrow {
      width: 30px;
      height: auto;
      margin-top: 15px; }
    /* line 1478, style_fv1-2.scss */
    #reason .reason_box {
      width: auto;
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      position: relative; }
      /* line 1486, style_fv1-2.scss */
      #reason .reason_box .reason_box_txt {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; }
        /* line 1493, style_fv1-2.scss */
        #reason .reason_box .reason_box_txt img.reason_box_txt_img {
          width: 390px;
          height: auto; }
        /* line 1497, style_fv1-2.scss */
        #reason .reason_box .reason_box_txt a {
          width: auto;
          max-width: 100%;
          display: flex;
          align-items: center;
          flex-direction: column;
          margin-top: 15px; }
          /* line 1504, style_fv1-2.scss */
          #reason .reason_box .reason_box_txt a img {
            width: 300px;
            height: auto; }
          /* line 1508, style_fv1-2.scss */
          #reason .reason_box .reason_box_txt a:hover {
            opacity: 0.7; }
      /* line 1513, style_fv1-2.scss */
      #reason .reason_box.box02 {
        margin-top: 40px; }
      /* line 1516, style_fv1-2.scss */
      #reason .reason_box.box03 {
        margin-top: 40px; }
      /* line 1519, style_fv1-2.scss */
      #reason .reason_box.box04 {
        margin-top: 40px; }

  /* line 1525, style_fv1-2.scss */
  .signup_banner {
    width: 100%;
    max-width: 100%;
    height: 177px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    /* line 1534, style_fv1-2.scss */
    .signup_banner::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/fv1-2/signup_banner_bg.webp") no-repeat center;
      background-size: cover;
      z-index: -2; }
    /* line 1545, style_fv1-2.scss */
    .signup_banner a {
      width: 322px;
      max-width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column; }
      /* line 1552, style_fv1-2.scss */
      .signup_banner a:hover {
        opacity: 0.8;
        transform: scale(1.1, 1.1); }
      /* line 1556, style_fv1-2.scss */
      .signup_banner a img {
        width: 516px;
        height: auto; }

  /* line 1563, style_fv1-2.scss */
  #user {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background: #f5f7f7; }
    /* line 1573, style_fv1-2.scss */
    #user .user_ttl {
      width: 335px;
      height: auto; }
    /* line 1577, style_fv1-2.scss */
    #user .user_cont {
      width: 335px;
      max-width: 100%;
      margin: 48px 0 0px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      gap: 26px; }
      /* line 1586, style_fv1-2.scss */
      #user .user_cont a.user_box {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 0 16px;
        background: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; }
        /* line 1596, style_fv1-2.scss */
        #user .user_cont a.user_box img.user_box_img {
          width: 100%;
          height: auto;
          border-radius: 8px; }
        /* line 1601, style_fv1-2.scss */
        #user .user_cont a.user_box .user_box_txtarea {
          width: calc(100% - 16px);
          max-width: calc(100% - 16px);
          margin: 20px 8px 0;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-direction: column; }
          /* line 1609, style_fv1-2.scss */
          #user .user_cont a.user_box .user_box_txtarea .user_box_ttl {
            font-size: 14px;
            letter-spacing: -0.01em;
            line-height: 1.5em;
            font-weight: 500;
            color: #333333; }
          /* line 1616, style_fv1-2.scss */
          #user .user_cont a.user_box .user_box_txtarea .user_box_date {
            font-size: 14px;
            letter-spacing: -0.01em;
            line-height: 1.5em;
            font-weight: 500;
            color: #9b9b9b; }
    /* line 1626, style_fv1-2.scss */
    #user a.user_btn {
      width: 85.6%;
      max-width: 85.6%;
      display: flex;
      margin-top: 40px; }
      /* line 1631, style_fv1-2.scss */
      #user a.user_btn img {
        width: 100%;
        height: auto; }

  /* line 1638, style_fv1-2.scss */
  #corporation {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    /* line 1646, style_fv1-2.scss */
    #corporation .corporation_img {
      width: 375px;
      height: auto; }
    /* line 1650, style_fv1-2.scss */
    #corporation .corporation_btn {
      width: auto;
      max-width: 100%;
      margin-top: 40px;
      display: flex; }
      /* line 1655, style_fv1-2.scss */
      #corporation .corporation_btn img {
        width: 333px; }
    /* line 1659, style_fv1-2.scss */
    #corporation h2.media_ttl {
      width: 100%;
      max-width: 100%;
      text-align: center;
      font-size: 20px;
      letter-spacing: 0.11em;
      line-height: 1.8em;
      font-weight: 700;
      color: #309da5;
      margin-top: 49px; }
    /* line 1670, style_fv1-2.scss */
    #corporation .media_cont {
      width: 1100px;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px 12px;
      margin-top: 30px; }
      /* line 1679, style_fv1-2.scss */
      #corporation .media_cont .media_cont_img {
        width: 161px;
        height: auto;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11); }

  /* line 1687, style_fv1-2.scss */
  .banner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 60px 0;
    height: 337px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative; }
    /* line 1698, style_fv1-2.scss */
    .banner .banner_bg {
      width: 100%;
      max-width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
      /* line 1706, style_fv1-2.scss */
      .banner .banner_bg::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url("../img/fv1-2/banner_bg_sp.webp") no-repeat center;
        background-size: cover; }
    /* line 1717, style_fv1-2.scss */
    .banner h2 {
      width: auto;
      max-width: calc(100% - 32px);
      font-size: 23px;
      letter-spacing: 0;
      line-height: 1.5em;
      font-weight: 500;
      color: #fff;
      text-align: center;
      margin: 0 16px; }
    /* line 1728, style_fv1-2.scss */
    .banner .banner_btn {
      width: calc(100% - 60px);
      max-width: calc(100% - 60px);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 40px 30px 0px; }
      /* line 1736, style_fv1-2.scss */
      .banner .banner_btn a {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 16px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        /* line 1746, style_fv1-2.scss */
        .banner .banner_btn a.signup {
          background: #fff; }
          /* line 1748, style_fv1-2.scss */
          .banner .banner_btn a.signup p {
            letter-spacing: 0;
            line-height: 1;
            color: #309da5;
            font-weight: 500; }
            /* line 1753, style_fv1-2.scss */
            .banner .banner_btn a.signup p.big {
              font-size: 16px;
              height: 14px;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column; }
            /* line 1761, style_fv1-2.scss */
            .banner .banner_btn a.signup p.small {
              font-size: 14px; }
        /* line 1766, style_fv1-2.scss */
        .banner .banner_btn a.contact {
          background: #309da5;
          border: solid 1px #fff;
          margin-top: 20px; }
          /* line 1770, style_fv1-2.scss */
          .banner .banner_btn a.contact p {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1;
            color: #fff;
            font-weight: 500; }
        /* line 1778, style_fv1-2.scss */
        .banner .banner_btn a:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }

  /* line 1786, style_fv1-2.scss */
  .float_btn {
    display: none; }

  /* line 1788, style_fv1-2.scss */
  footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 64px 0 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f5f7f7; }
    /* line 1798, style_fv1-2.scss */
    footer .footer_menu {
      width: 1100px;
      max-width: calc(100% - 60px);
      margin: 0px 30px 40px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      /* line 1806, style_fv1-2.scss */
      footer .footer_menu .footer_left {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-start; }
        /* line 1811, style_fv1-2.scss */
        footer .footer_menu .footer_left ul {
          width: auto;
          max-width: calc(100% - 48px);
          margin-right: 48px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-direction: column; }
          /* line 1819, style_fv1-2.scss */
          footer .footer_menu .footer_left ul li {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.5em;
            font-weight: 600;
            color: #404c4d; }
          /* line 1826, style_fv1-2.scss */
          footer .footer_menu .footer_left ul a {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.5em;
            font-weight: 400;
            color: #404c4d;
            margin-top: 12px;
            display: flex; }
            /* line 1834, style_fv1-2.scss */
            footer .footer_menu .footer_left ul a:nth-of-type(1) {
              margin-top: 20px; }
      /* line 1840, style_fv1-2.scss */
      footer .footer_menu .footer_right {
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; }
        /* line 1848, style_fv1-2.scss */
        footer .footer_menu .footer_right a {
          width: 100%;
          max-width: 100%;
          height: 48px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 4px;
          box-sizing: border-box; }
          /* line 1857, style_fv1-2.scss */
          footer .footer_menu .footer_right a.signup {
            background: #de4861;
            flex-direction: column; }
            /* line 1860, style_fv1-2.scss */
            footer .footer_menu .footer_right a.signup p {
              font-size: 16px;
              letter-spacing: 0;
              line-height: 1.4em;
              color: #fff;
              font-weight: 600;
              text-align: center; }
          /* line 1869, style_fv1-2.scss */
          footer .footer_menu .footer_right a.contact {
            border: solid 1px #404c4d;
            border-radius: 3px;
            margin-top: 16px; }
            /* line 1873, style_fv1-2.scss */
            footer .footer_menu .footer_right a.contact p {
              font-size: 14px;
              letter-spacing: 0;
              line-height: 1.4em;
              color: #404c4d;
              font-weight: 600;
              text-align: center; }
            /* line 1881, style_fv1-2.scss */
            footer .footer_menu .footer_right a.contact .icon {
              width: 16px;
              max-width: calc(100% - 8px);
              height: 16px;
              margin: 0px 0px 0px 8px;
              position: relative; }
              /* line 1887, style_fv1-2.scss */
              footer .footer_menu .footer_right a.contact .icon::before {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: url("../img/fv1-2/footer_btn_icon.svg") no-repeat center;
                background-size: cover; }
    /* line 1902, style_fv1-2.scss */
    footer .footer_btm {
      width: 1100px;
      max-width: calc(100% - 60px);
      margin: 0px 30px;
      padding: 41px 0px 46px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      border-top: solid 1px #e1e5e5; }
      /* line 1913, style_fv1-2.scss */
      footer .footer_btm .footer_logo {
        width: 140px;
        height: auto; }
      /* line 1917, style_fv1-2.scss */
      footer .footer_btm .footer_btm_right {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column; }
        /* line 1924, style_fv1-2.scss */
        footer .footer_btm .footer_btm_right .footer_sns {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 30px; }
          /* line 1929, style_fv1-2.scss */
          footer .footer_btm .footer_btm_right .footer_sns a {
            display: flex;
            align-items: center;
            position: relative; }
            /* line 1933, style_fv1-2.scss */
            footer .footer_btm .footer_btm_right .footer_sns a::before {
              position: absolute;
              content: "";
              width: 100%;
              height: 100%;
              left: 0;
              top: 0;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center; }
            /* line 1944, style_fv1-2.scss */
            footer .footer_btm .footer_btm_right .footer_sns a.x {
              width: 18px;
              max-width: 100%;
              height: 18px; }
              /* line 1948, style_fv1-2.scss */
              footer .footer_btm .footer_btm_right .footer_sns a.x::before {
                background-image: url("../img/fv1-2/x-icon.webp"); }
            /* line 1952, style_fv1-2.scss */
            footer .footer_btm .footer_btm_right .footer_sns a.note {
              width: 32px;
              max-width: calc(100% - 4px);
              height: 32px;
              margin-left: 6px; }
              /* line 1957, style_fv1-2.scss */
              footer .footer_btm .footer_btm_right .footer_sns a.note::before {
                background-image: url("../img/fv1-2/note_icon.svg"); }
        /* line 1963, style_fv1-2.scss */
        footer .footer_btm .footer_btm_right .footer_btm_btn {
          width: 100%;
          max-width: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-direction: column;
          margin-top: 42px; }
          /* line 1971, style_fv1-2.scss */
          footer .footer_btm .footer_btm_right .footer_btm_btn a {
            width: auto;
            max-width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            /* line 1978, style_fv1-2.scss */
            footer .footer_btm .footer_btm_right .footer_btm_btn a.google {
              margin-top: 21px; }
            /* line 1981, style_fv1-2.scss */
            footer .footer_btm .footer_btm_right .footer_btm_btn a img {
              width: 220px;
              height: auto;
              line-height: 0; }
        /* line 1988, style_fv1-2.scss */
        footer .footer_btm .footer_btm_right .copyright {
          width: auto;
          max-width: 100%;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 1.5em;
          color: #404c4d;
          font-weight: 500;
          margin-top: 30px; } }

/*# sourceMappingURL=style_fv1-2.css.map */
