@charset "UTF-8";
/* line 2, style_fv1-4.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-4.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

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

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

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

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

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

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

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

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

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

/* ---------- 初期 ---------- */
/* line 18, style_fv1-4.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-4.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-4.scss */
a {
  text-decoration: none; }

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

/* ---------- /共通部分 ---------- */
/* line 27, style_fv1-4.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-4.scss */
#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

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

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

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

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

/* ---------- /参考タグ部分 ---------- */
/* line 35, style_fv1-4.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-4.scss */
.roboto {
  font-family: "Roboto", sans-serif; }

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

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

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

/*見出し（見出ゴMB1）の代わり*/
/* line 43, style_fv1-4.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-4.scss */
  .sponly {
    display: none !important; }

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

  /* line 60, style_fv1-4.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-4.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-4.scss */
      header .header_inner .header_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        /* line 88, style_fv1-4.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-4.scss */
          header .header_inner .header_left a.header_logo img {
            width: 180px;
            height: auto; }
      /* line 101, style_fv1-4.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-4.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-4.scss */
          header .header_inner .header_right a:hover {
            background: #f5f7f7; }
          /* line 121, style_fv1-4.scss */
          header .header_inner .header_right a.recruit {
            width: 217px;
            max-width: calc(100% - 16px);
            margin-right: 16px; }
          /* line 126, style_fv1-4.scss */
          header .header_inner .header_right a.login {
            width: 112px;
            max-width: calc(100% - 16px);
            margin-right: 16px; }
          /* line 131, style_fv1-4.scss */
          header .header_inner .header_right a.signup {
            width: 158px;
            max-width: 100%;
            background: #de4861;
            border: none; }
          /* line 137, style_fv1-4.scss */
          header .header_inner .header_right a:hover.signup {
            background: #309da5; }
          /* line 140, style_fv1-4.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-4.scss */
          header .header_inner .header_right a:hover p {
            color: #309da5; }
          /* line 152, style_fv1-4.scss */
          header .header_inner .header_right a.signup p {
            color: #fff; }
          /* line 155, style_fv1-4.scss */
          header .header_inner .header_right a:hover.signup p {
            color: #fff; }

  /* line 162, style_fv1-4.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-4.scss */
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column; }
      /* line 177, style_fv1-4.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-4.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-4.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-4.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-4.scss */
      #mv .mv_left h1 {
        font-size: 67px;
        letter-spacing: 0;
        line-height: 1.4em;
        font-weight: 500;
        color: #134f50; }
      /* line 231, style_fv1-4.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-4.scss */
        #mv .mv_left a.signup img {
          width: 516px;
          height: auto; }
        /* line 244, style_fv1-4.scss */
        #mv .mv_left a.signup:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }
    /* line 250, style_fv1-4.scss */
    #mv .mv_right_img {
      width: 660px;
      height: auto; }

  /* line 256, style_fv1-4.scss */
  #about {
    width: 100%;
    max-width: 100%;
    height: 653px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    /* line 264, style_fv1-4.scss */
    #about::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/fv1-4/about_bg_sp.webp") no-repeat center;
      background-size: cover;
      z-index: -2; }
    /* line 275, style_fv1-4.scss */
    #about .about_left {
      width: 496px;
      max-width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column; }
      /* line 283, style_fv1-4.scss */
      #about .about_left img.about_ttl {
        width: 448.55px;
        height: auto; }
      /* line 287, style_fv1-4.scss */
      #about .about_left p {
        color: #fff;
        line-height: 1.4em;
        letter-spacing: 0;
        margin-top: 18px; }
        /* line 292, style_fv1-4.scss */
        #about .about_left p.about_txt_01 {
          font-size: 22px; }
        /* line 295, style_fv1-4.scss */
        #about .about_left p.about_txt_02 {
          font-size: 18px; }
        /* line 298, style_fv1-4.scss */
        #about .about_left p.about_txt_03 {
          font-size: 16px; }
      /* line 302, style_fv1-4.scss */
      #about .about_left a {
        width: 516px;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
        margin-top: 43px; }
        /* line 310, style_fv1-4.scss */
        #about .about_left a img {
          width: 516px;
          height: auto; }
        /* line 314, style_fv1-4.scss */
        #about .about_left a:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }
    /* line 320, style_fv1-4.scss */
    #about img.about_img {
      width: 700px;
      height: auto; }

  /* line 326, style_fv1-4.scss */
  #corp {
    width: 100%;
    max-width: 100%;
    padding-bottom: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    /* line 334, style_fv1-4.scss */
    #corp .ttlarea {
      width: 600px;
      max-width: 100%;
      text-align: center;
      margin-top: 70px; }
      /* line 339, style_fv1-4.scss */
      #corp .ttlarea.media {
        margin-top: 80px; }
      /* line 342, style_fv1-4.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 349, style_fv1-4.scss */
        #corp .ttlarea .ttl.btm {
          line-height: 1.75em; }
        /* line 352, style_fv1-4.scss */
        #corp .ttlarea .ttl strong {
          font-size: 40px;
          color: #ff6604;
          display: inline; }
      /* line 358, style_fv1-4.scss */
      #corp .ttlarea.corp {
        width: 1000px; }
        /* line 361, style_fv1-4.scss */
        #corp .ttlarea.corp .ttl span {
          font-size: 14px; }
        /* line 365, style_fv1-4.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 378, style_fv1-4.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 386, style_fv1-4.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 395, style_fv1-4.scss */
        #corp .corp_cont .corp_icon img {
          width: auto;
          height: 100%; }
        /* line 400, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon01 img {
          height: 41px; }
        /* line 405, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon04 img {
          width: 72px;
          height: auto; }
        /* line 410, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon05 {
          height: 40px; }
        /* line 413, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon11 {
          height: 28px; }
        /* line 416, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon12 {
          height: 35px; }
        /* line 419, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon13 {
          height: 35px; }
        /* line 422, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon14 {
          height: 26px; }
          /* line 424, style_fv1-4.scss */
          #corp .corp_cont .corp_icon.icon14 img {
            height: 22px; }
        /* line 428, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon15 {
          height: 26px; }
        /* line 431, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon16 {
          height: 26px; }
        /* line 434, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon17 {
          height: 26px; }
    /* line 439, style_fv1-4.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 448, style_fv1-4.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 462, style_fv1-4.scss */
        #corp .media_cont .media_box img {
          width: 100%;
          height: auto; }

  /* line 470, style_fv1-4.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 480, style_fv1-4.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 491, style_fv1-4.scss */
    #reason .reason_ttl {
      width: 600px;
      max-width: 100%;
      text-align: center; }
      /* line 495, style_fv1-4.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 502, style_fv1-4.scss */
        #reason .reason_ttl .ttl.btm {
          line-height: 1.75em; }
        /* line 505, style_fv1-4.scss */
        #reason .reason_ttl .ttl strong {
          font-size: 40px;
          color: #ff6604; }
    /* line 511, style_fv1-4.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 520, style_fv1-4.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 533, style_fv1-4.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 540, style_fv1-4.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 546, style_fv1-4.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 551, style_fv1-4.scss */
            #reason .reason_head .reason_head_box .reason_head_box_left .reason_head_box_num strong {
              font-size: 58px;
              font-weight: 600; }
        /* line 558, style_fv1-4.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 568, style_fv1-4.scss */
          #reason .reason_head .reason_head_box .reason_head_box_right .reason_head_box_txt {
            font-size: 22px;
            line-height: 1.4em; }
            /* line 571, style_fv1-4.scss */
            #reason .reason_head .reason_head_box .reason_head_box_right .reason_head_box_txt strong {
              color: #ff6604;
              font-weight: 600; }
        /* line 577, style_fv1-4.scss */
        #reason .reason_head .reason_head_box:nth-of-type(2) .reason_head_box_right {
          text-align: left; }
    /* line 582, style_fv1-4.scss */
    #reason img.reason_arrow {
      width: 66px;
      height: auto;
      margin-top: 44px; }
    /* line 587, style_fv1-4.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 595, style_fv1-4.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 602, style_fv1-4.scss */
        #reason .reason_box .reason_box_txt img.reason_box_txt_img {
          width: 390px;
          height: auto; }
        /* line 606, style_fv1-4.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 613, style_fv1-4.scss */
          #reason .reason_box .reason_box_txt a img {
            width: 366px;
            height: auto; }
          /* line 617, style_fv1-4.scss */
          #reason .reason_box .reason_box_txt a:hover {
            opacity: 0.7; }
      /* line 622, style_fv1-4.scss */
      #reason .reason_box .reason_box_img {
        position: absolute;
        height: auto;
        z-index: -1; }
      /* line 628, style_fv1-4.scss */
      #reason .reason_box.box01 .reason_box_img {
        width: 1008px;
        left: -57px;
        top: -70px; }
      /* line 634, style_fv1-4.scss */
      #reason .reason_box.box02 {
        justify-content: flex-start;
        margin-top: 155px; }
        /* line 637, style_fv1-4.scss */
        #reason .reason_box.box02 .reason_box_img {
          width: 741px;
          right: -175px;
          top: 0; }
      /* line 643, style_fv1-4.scss */
      #reason .reason_box.box03 {
        margin-top: 155px; }
        /* line 645, style_fv1-4.scss */
        #reason .reason_box.box03 .reason_box_img {
          width: 946px;
          left: 0;
          top: 0; }
      /* line 651, style_fv1-4.scss */
      #reason .reason_box.box04 {
        justify-content: flex-start;
        margin-top: 155px; }
        /* line 654, style_fv1-4.scss */
        #reason .reason_box.box04 .reason_box_img {
          width: 741px;
          right: -175px;
          top: 0; }

  /* line 663, style_fv1-4.scss */
  .signup_banner {
    width: 100%;
    max-width: 100%;
    height: 265px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    /* line 672, style_fv1-4.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 683, style_fv1-4.scss */
    .signup_banner a {
      width: 454px;
      max-width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column; }
      /* line 690, style_fv1-4.scss */
      .signup_banner a:hover {
        opacity: 0.8;
        transform: scale(1.1, 1.1); }
      /* line 694, style_fv1-4.scss */
      .signup_banner a img {
        width: 516px;
        height: auto; }

  /* line 701, style_fv1-4.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 711, style_fv1-4.scss */
    #user .user_ttl {
      width: 876px;
      height: auto; }
    /* line 715, style_fv1-4.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 723, style_fv1-4.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 734, style_fv1-4.scss */
        #user .user_cont a.user_box img.user_box_img {
          width: 100%;
          height: auto;
          border-radius: 8px; }
        /* line 739, style_fv1-4.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 745, style_fv1-4.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 753, style_fv1-4.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 764, style_fv1-4.scss */
    #user a.user_btn {
      width: 360px;
      max-width: 100%;
      display: flex;
      margin-top: 40px; }
      /* line 769, style_fv1-4.scss */
      #user a.user_btn img {
        width: 100%;
        height: auto;
        box-shadow: 0px 0px 0px rgba(190, 1, 0, 0.3); }

  /* line 777, style_fv1-4.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 788, style_fv1-4.scss */
    .banner .banner_bg {
      width: 100%;
      max-width: 100%;
      height: 447px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
      /* line 796, style_fv1-4.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 807, style_fv1-4.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 818, style_fv1-4.scss */
    .banner .banner_btn {
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 40px; }
      /* line 824, style_fv1-4.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 834, style_fv1-4.scss */
        .banner .banner_btn a.signup {
          background: #fff; }
          /* line 836, style_fv1-4.scss */
          .banner .banner_btn a.signup p {
            letter-spacing: 0;
            line-height: 1;
            color: #309da5;
            font-weight: 500; }
            /* line 841, style_fv1-4.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 849, style_fv1-4.scss */
            .banner .banner_btn a.signup p.small {
              font-size: 14px; }
        /* line 854, style_fv1-4.scss */
        .banner .banner_btn a.contact {
          max-width: calc(100% - 16px);
          margin-left: 16px;
          background: #309da5;
          border: solid 1px #fff; }
          /* line 859, style_fv1-4.scss */
          .banner .banner_btn a.contact p {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1;
            color: #fff;
            font-weight: 500; }
        /* line 867, style_fv1-4.scss */
        .banner .banner_btn a:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }

  /* line 875, style_fv1-4.scss */
  .float_btn {
    display: none; }

  /* line 877, style_fv1-4.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 887, style_fv1-4.scss */
    footer .footer_menu {
      width: 1100px;
      max-width: calc(100% - 60px);
      margin: 0px 30px 69px;
      display: flex;
      justify-content: space-between; }
      /* line 893, style_fv1-4.scss */
      footer .footer_menu .footer_left {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: flex-start; }
        /* line 898, style_fv1-4.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 906, style_fv1-4.scss */
          footer .footer_menu .footer_left ul li {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.5em;
            font-weight: 600;
            color: #404c4d; }
          /* line 913, style_fv1-4.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 921, style_fv1-4.scss */
            footer .footer_menu .footer_left ul a:nth-of-type(1) {
              margin-top: 20px; }
      /* line 927, style_fv1-4.scss */
      footer .footer_menu .footer_right {
        width: 234px;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column; }
        /* line 934, style_fv1-4.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 943, style_fv1-4.scss */
          footer .footer_menu .footer_right a.signup {
            background: #de4861;
            flex-direction: column; }
            /* line 946, style_fv1-4.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 955, style_fv1-4.scss */
          footer .footer_menu .footer_right a.contact {
            border: solid 1px #404c4d;
            border-radius: 3px;
            margin-top: 16px; }
            /* line 959, style_fv1-4.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 967, style_fv1-4.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 973, style_fv1-4.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 988, style_fv1-4.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 998, style_fv1-4.scss */
      footer .footer_btm .footer_logo {
        width: 140px;
        height: auto; }
      /* line 1002, style_fv1-4.scss */
      footer .footer_btm .footer_btm_right {
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        /* line 1008, style_fv1-4.scss */
        footer .footer_btm .footer_btm_right .footer_sns {
          display: flex;
          justify-content: center;
          align-items: center; }
          /* line 1012, style_fv1-4.scss */
          footer .footer_btm .footer_btm_right .footer_sns a {
            display: flex;
            align-items: center;
            position: relative; }
            /* line 1016, style_fv1-4.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 1027, style_fv1-4.scss */
            footer .footer_btm .footer_btm_right .footer_sns a.x {
              width: 18px;
              max-width: 100%;
              height: 18px; }
              /* line 1031, style_fv1-4.scss */
              footer .footer_btm .footer_btm_right .footer_sns a.x::before {
                background-image: url("../img/fv1-2/x-icon.webp"); }
            /* line 1035, style_fv1-4.scss */
            footer .footer_btm .footer_btm_right .footer_sns a.note {
              width: 32px;
              max-width: calc(100% - 4px);
              height: 32px;
              margin-left: 6px; }
              /* line 1040, style_fv1-4.scss */
              footer .footer_btm .footer_btm_right .footer_sns a.note::before {
                background-image: url("../img/fv1-2/note_icon.svg"); }
        /* line 1046, style_fv1-4.scss */
        footer .footer_btm .footer_btm_right .footer_btm_btn {
          display: none; }
        /* line 1049, style_fv1-4.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 1066, style_fv1-4.scss */
  .pconly {
    display: none !important; }

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

  /* line 1070, style_fv1-4.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 1080, style_fv1-4.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 1093, style_fv1-4.scss */
      header .header_inner .header_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        /* line 1098, style_fv1-4.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 1104, style_fv1-4.scss */
          header .header_inner .header_left a.header_logo img {
            width: 40px;
            height: 40px; }
      /* line 1110, style_fv1-4.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 1117, style_fv1-4.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 1128, style_fv1-4.scss */
          header .header_inner .header_right a:hover {
            background: #f5f7f7; }
          /* line 1131, style_fv1-4.scss */
          header .header_inner .header_right a.recruit {
            width: 80px;
            max-width: calc(100% - 8px);
            margin-right: 8px; }
          /* line 1136, style_fv1-4.scss */
          header .header_inner .header_right a.login {
            width: 60px;
            max-width: calc(100% - 8px);
            margin-right: 8px; }
          /* line 1141, style_fv1-4.scss */
          header .header_inner .header_right a.signup {
            width: 110px;
            max-width: 100%;
            background: #de4861;
            border: none; }
          /* line 1147, style_fv1-4.scss */
          header .header_inner .header_right a:hover.signup {
            background: #309da5; }
          /* line 1150, style_fv1-4.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 1159, style_fv1-4.scss */
          header .header_inner .header_right a:hover p {
            color: #309da5; }
          /* line 1162, style_fv1-4.scss */
          header .header_inner .header_right a.signup p {
            color: #fff; }
          /* line 1165, style_fv1-4.scss */
          header .header_inner .header_right a:hover.signup p {
            color: #fff; }

  /* line 1172, style_fv1-4.scss */
  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    height: auto;
    justify-content: center; }
    /* line 1180, style_fv1-4.scss */
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column; }
      /* line 1187, style_fv1-4.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 1201, style_fv1-4.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 1211, style_fv1-4.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 1222, style_fv1-4.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 1230, style_fv1-4.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 1239, style_fv1-4.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 1246, style_fv1-4.scss */
        #mv .mv_left a.signup img {
          width: 516px;
          height: auto;
          margin-top: 255px; }
        /* line 1251, style_fv1-4.scss */
        #mv .mv_left a.signup:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }
    /* line 1257, style_fv1-4.scss */
    #mv .mv_btnarea {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      /* line 1263, style_fv1-4.scss */
      #mv .mv_btnarea a {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column; }
        /* line 1268, style_fv1-4.scss */
        #mv .mv_btnarea a:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }
        /* line 1272, style_fv1-4.scss */
        #mv .mv_btnarea a img {
          width: 516px;
          height: auto; }
        /* line 1276, style_fv1-4.scss */
        #mv .mv_btnarea a.app {
          width: 147px;
          max-width: 100%;
          margin-top: 7px; }
        /* line 1281, style_fv1-4.scss */
        #mv .mv_btnarea a.google {
          width: 175px;
          max-width: 100%; }

  /* line 1289, style_fv1-4.scss */
  #about {
    width: 100%;
    max-width: 100%;
    height: 653px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap; }
    /* line 1298, style_fv1-4.scss */
    #about::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/fv1-4/about_bg_sp.webp") no-repeat center;
      background-size: cover;
      z-index: -2; }
    /* line 1309, style_fv1-4.scss */
    #about .about_left {
      width: 330px;
      max-width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column; }
      /* line 1317, style_fv1-4.scss */
      #about .about_left img.about_img {
        width: 500px;
        height: auto; }
      /* line 1321, style_fv1-4.scss */
      #about .about_left img.about_ttl {
        width: 265px;
        height: auto; }
      /* line 1325, style_fv1-4.scss */
      #about .about_left p {
        color: #fff;
        line-height: 1.4em;
        letter-spacing: 0;
        margin-top: 18px; }
        /* line 1330, style_fv1-4.scss */
        #about .about_left p.about_txt_01 {
          font-size: 15px; }
        /* line 1333, style_fv1-4.scss */
        #about .about_left p.about_txt_02 {
          font-size: 12px; }
        /* line 1336, style_fv1-4.scss */
        #about .about_left p.about_txt_03 {
          font-size: 11px; }
      /* line 1340, style_fv1-4.scss */
      #about .about_left a {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column; }
        /* line 1345, style_fv1-4.scss */
        #about .about_left a img {
          width: 516px;
          height: auto; }
        /* line 1349, style_fv1-4.scss */
        #about .about_left a:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }
        /* line 1353, style_fv1-4.scss */
        #about .about_left a.signup {
          width: 516px;
          max-width: calc(100% - -15px);
          margin: 43px -15px 0px 0px; }
        /* line 1358, style_fv1-4.scss */
        #about .about_left a.app {
          width: 147px;
          max-width: 100%;
          margin-top: 7px; }
        /* line 1363, style_fv1-4.scss */
        #about .about_left a.google {
          width: 175px;
          max-width: 100%; }
      /* line 1368, style_fv1-4.scss */
      #about .about_left .about_btn {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }

  /* line 1378, style_fv1-4.scss */
  #corp {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    /* line 1386, style_fv1-4.scss */
    #corp .ttlarea {
      width: 600px;
      max-width: 100%;
      text-align: center;
      margin-top: 50px; }
      /* line 1391, style_fv1-4.scss */
      #corp .ttlarea.media {
        margin-top: 50px; }
      /* line 1394, style_fv1-4.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 1401, style_fv1-4.scss */
        #corp .ttlarea .ttl.btm {
          line-height: 1.735em; }
        /* line 1404, style_fv1-4.scss */
        #corp .ttlarea .ttl strong {
          font-size: 20px;
          color: #ff6604;
          display: inline; }
      /* line 1410, style_fv1-4.scss */
      #corp .ttlarea.corp {
        width: 1000px; }
        /* line 1413, style_fv1-4.scss */
        #corp .ttlarea.corp .ttl span {
          font-size: 10px; }
        /* line 1417, style_fv1-4.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 1432, style_fv1-4.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 1440, style_fv1-4.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 1449, style_fv1-4.scss */
        #corp .corp_cont .corp_icon img {
          width: auto;
          height: 100%; }
        /* line 1454, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon04 img {
          width: 45px;
          height: auto; }
        /* line 1460, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon11 img {
          height: 12px; }
        /* line 1465, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon14 img {
          height: 60%; }
        /* line 1470, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon15 img {
          height: 12px; }
        /* line 1475, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon16 img {
          height: 12px; }
        /* line 1479, style_fv1-4.scss */
        #corp .corp_cont .corp_icon.icon17 {
          margin: 8px 4px 0;
          height: 26px; }
          /* line 1482, style_fv1-4.scss */
          #corp .corp_cont .corp_icon.icon17 img {
            height: 14px; }
    /* line 1488, style_fv1-4.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 1497, style_fv1-4.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 1511, style_fv1-4.scss */
        #corp .media_cont .media_box img {
          width: 100%;
          height: auto; }

  /* line 1519, style_fv1-4.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 1529, style_fv1-4.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 1540, style_fv1-4.scss */
    #reason .reason_ttl {
      width: 600px;
      max-width: 100%;
      text-align: center; }
      /* line 1544, style_fv1-4.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 1551, style_fv1-4.scss */
        #reason .reason_ttl .ttl.btm {
          line-height: 1.75em; }
        /* line 1554, style_fv1-4.scss */
        #reason .reason_ttl .ttl strong {
          font-size: 20px;
          color: #ff6604; }
    /* line 1560, style_fv1-4.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 1569, style_fv1-4.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 1582, style_fv1-4.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 1589, style_fv1-4.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 1595, style_fv1-4.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 1601, style_fv1-4.scss */
            #reason .reason_head .reason_head_box .reason_head_box_left .reason_head_box_num strong {
              font-size: 35px;
              font-weight: 600; }
        /* line 1608, style_fv1-4.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 1618, style_fv1-4.scss */
          #reason .reason_head .reason_head_box .reason_head_box_right .reason_head_box_txt {
            font-size: 15px;
            line-height: 1.4em; }
            /* line 1621, style_fv1-4.scss */
            #reason .reason_head .reason_head_box .reason_head_box_right .reason_head_box_txt strong {
              color: #ff6604;
              font-weight: 600; }
        /* line 1627, style_fv1-4.scss */
        #reason .reason_head .reason_head_box:nth-of-type(2) .reason_head_box_right {
          text-align: left; }
    /* line 1632, style_fv1-4.scss */
    #reason img.reason_arrow {
      width: 30px;
      height: auto;
      margin-top: 15px; }
    /* line 1637, style_fv1-4.scss */
    #reason .reason_box {
      width: auto;
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      position: relative; }
      /* line 1645, style_fv1-4.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 1652, style_fv1-4.scss */
        #reason .reason_box .reason_box_txt img.reason_box_txt_img {
          width: 390px;
          height: auto; }
        /* line 1656, style_fv1-4.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 1663, style_fv1-4.scss */
          #reason .reason_box .reason_box_txt a img {
            width: 300px;
            height: auto; }
          /* line 1667, style_fv1-4.scss */
          #reason .reason_box .reason_box_txt a:hover {
            opacity: 0.7; }
      /* line 1672, style_fv1-4.scss */
      #reason .reason_box.box02 {
        margin-top: 40px; }
      /* line 1675, style_fv1-4.scss */
      #reason .reason_box.box03 {
        margin-top: 40px; }
      /* line 1678, style_fv1-4.scss */
      #reason .reason_box.box04 {
        margin-top: 40px; }

  /* line 1684, style_fv1-4.scss */
  .signup_banner {
    width: 100%;
    max-width: 100%;
    height: 177px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    /* line 1693, style_fv1-4.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 1704, style_fv1-4.scss */
    .signup_banner a {
      width: 322px;
      max-width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column; }
      /* line 1711, style_fv1-4.scss */
      .signup_banner a:hover {
        opacity: 0.8;
        transform: scale(1.1, 1.1); }
      /* line 1715, style_fv1-4.scss */
      .signup_banner a img {
        width: 516px;
        height: auto; }

  /* line 1722, style_fv1-4.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 1732, style_fv1-4.scss */
    #user .user_ttl {
      width: 335px;
      height: auto; }
    /* line 1736, style_fv1-4.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 1745, style_fv1-4.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 1755, style_fv1-4.scss */
        #user .user_cont a.user_box img.user_box_img {
          width: 100%;
          height: auto;
          border-radius: 8px; }
        /* line 1760, style_fv1-4.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 1768, style_fv1-4.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 1775, style_fv1-4.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 1785, style_fv1-4.scss */
    #user a.user_btn {
      width: 85.6%;
      max-width: 85.6%;
      display: flex;
      margin-top: 40px; }
      /* line 1790, style_fv1-4.scss */
      #user a.user_btn img {
        width: 100%;
        height: auto; }

  /* line 1797, style_fv1-4.scss */
  #corporation {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column; }
    /* line 1805, style_fv1-4.scss */
    #corporation .corporation_img {
      width: 375px;
      height: auto; }
    /* line 1809, style_fv1-4.scss */
    #corporation .corporation_btn {
      width: auto;
      max-width: 100%;
      margin-top: 40px;
      display: flex; }
      /* line 1814, style_fv1-4.scss */
      #corporation .corporation_btn img {
        width: 333px; }
    /* line 1818, style_fv1-4.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 1829, style_fv1-4.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 1838, style_fv1-4.scss */
      #corporation .media_cont .media_cont_img {
        width: 161px;
        height: auto;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11); }

  /* line 1846, style_fv1-4.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 1857, style_fv1-4.scss */
    .banner .banner_bg {
      width: 100%;
      max-width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
      /* line 1865, style_fv1-4.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 1876, style_fv1-4.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 1887, style_fv1-4.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 1895, style_fv1-4.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 1905, style_fv1-4.scss */
        .banner .banner_btn a.signup {
          background: #fff; }
          /* line 1907, style_fv1-4.scss */
          .banner .banner_btn a.signup p {
            letter-spacing: 0;
            line-height: 1;
            color: #309da5;
            font-weight: 500; }
            /* line 1912, style_fv1-4.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 1920, style_fv1-4.scss */
            .banner .banner_btn a.signup p.small {
              font-size: 14px; }
        /* line 1925, style_fv1-4.scss */
        .banner .banner_btn a.contact {
          background: #309da5;
          border: solid 1px #fff;
          margin-top: 20px; }
          /* line 1929, style_fv1-4.scss */
          .banner .banner_btn a.contact p {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1;
            color: #fff;
            font-weight: 500; }
        /* line 1937, style_fv1-4.scss */
        .banner .banner_btn a:hover {
          opacity: 0.8;
          transform: scale(1.1, 1.1); }

  /* line 1945, style_fv1-4.scss */
  .float_btn {
    display: none; }

  /* line 1947, style_fv1-4.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 1957, style_fv1-4.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 1965, style_fv1-4.scss */
      footer .footer_menu .footer_left {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-start; }
        /* line 1970, style_fv1-4.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 1978, style_fv1-4.scss */
          footer .footer_menu .footer_left ul li {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.5em;
            font-weight: 600;
            color: #404c4d; }
          /* line 1985, style_fv1-4.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 1993, style_fv1-4.scss */
            footer .footer_menu .footer_left ul a:nth-of-type(1) {
              margin-top: 20px; }
      /* line 1999, style_fv1-4.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 2007, style_fv1-4.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 2016, style_fv1-4.scss */
          footer .footer_menu .footer_right a.signup {
            background: #de4861;
            flex-direction: column; }
            /* line 2019, style_fv1-4.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 2028, style_fv1-4.scss */
          footer .footer_menu .footer_right a.contact {
            border: solid 1px #404c4d;
            border-radius: 3px;
            margin-top: 16px; }
            /* line 2032, style_fv1-4.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 2040, style_fv1-4.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 2046, style_fv1-4.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 2061, style_fv1-4.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 2072, style_fv1-4.scss */
      footer .footer_btm .footer_logo {
        width: 140px;
        height: auto; }
      /* line 2076, style_fv1-4.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 2083, style_fv1-4.scss */
        footer .footer_btm .footer_btm_right .footer_sns {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 30px; }
          /* line 2088, style_fv1-4.scss */
          footer .footer_btm .footer_btm_right .footer_sns a {
            display: flex;
            align-items: center;
            position: relative; }
            /* line 2092, style_fv1-4.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 2103, style_fv1-4.scss */
            footer .footer_btm .footer_btm_right .footer_sns a.x {
              width: 18px;
              max-width: 100%;
              height: 18px; }
              /* line 2107, style_fv1-4.scss */
              footer .footer_btm .footer_btm_right .footer_sns a.x::before {
                background-image: url("../img/fv1-2/x-icon.webp"); }
            /* line 2111, style_fv1-4.scss */
            footer .footer_btm .footer_btm_right .footer_sns a.note {
              width: 32px;
              max-width: calc(100% - 4px);
              height: 32px;
              margin-left: 6px; }
              /* line 2116, style_fv1-4.scss */
              footer .footer_btm .footer_btm_right .footer_sns a.note::before {
                background-image: url("../img/fv1-2/note_icon.svg"); }
        /* line 2122, style_fv1-4.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 2130, style_fv1-4.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 2137, style_fv1-4.scss */
            footer .footer_btm .footer_btm_right .footer_btm_btn a.google {
              margin-top: 21px; }
            /* line 2140, style_fv1-4.scss */
            footer .footer_btm .footer_btm_right .footer_btm_btn a img {
              width: 220px;
              height: auto;
              line-height: 0; }
        /* line 2147, style_fv1-4.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-4.css.map */
