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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

button {
  padding: 0;
  margin: 0;
  border: none; }

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

.clearfix {
  display: inline-block; }

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

.clearfix {
  display: block; }

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

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

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

#resbtn {
  -webkit-appearance: none; }

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

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

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

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

/*フォント*/
.font_zenkaku_go {
  font-family: "Zen Kaku Gothic New", sans-serif; }

button {
  cursor: pointer; }

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/* PC */
@media screen and (min-width: 840px) {
  .sponly {
    display: none !important; }

  header {
    width: 75%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 23px; }
    header .header_inner {
      width: 97.55%;
      max-width: 1826px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      padding: 14px 26px 14px 39px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.12); }
      header .header_inner .logo {
        width: 140px; }
      header .header_inner .header_btn {
        display: flex;
        justify-content: flex-end; }
        header .header_inner .header_btn a {
          display: block;
          width: 193px;
          font-size: 15px;
          letter-spacing: 0.03em;
          line-height: 1.5em;
          font-weight: 600;
          color: #0AA4B4;
          text-align: center;
          padding: 8px 0;
          border-radius: 5px;
          border: solid 2px #0AA4B4; }
          header .header_inner .header_btn a:last-child {
            margin-left: 15px; }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    position: relative; }
    .content .content_inner {
      width: 75%;
      width: 100%;
      max-width: 75%;
      max-width: 100%;
      margin-top: 0;
      position: relative;
      /*display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;*/ }
      .content .content_inner.content_inner::-webkit-scrollbar {
        display: none; }

  .content_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    /* ここで画像30%を表現 */
    background: url("../img/funding/content_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0.2; }

  #mv {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 128px;
    background: #EDF7FF;
    z-index: 3; }
    #mv .mv_img {
      width: 100%; }
    #mv .mv_box {
      width: 100%;
      position: absolute;
      bottom: 8.3%;
      left: 50%;
      transform: translateX(-50%); }
      #mv .mv_box .mv_btn {
        display: flex;
        justify-content: center;
        align-items: center; }
        #mv .mv_box .mv_btn .btn {
          width: 24.322%;
          margin: 0 15px; }
          #mv .mv_box .mv_btn .btn button {
            display: block;
            width: 100%;
            background: none;
            font-size: 0;
            border: none;
            padding: 0;
            filter: drop-shadow(0.4166vw 0.4166vw 0 #0BA4B4);
            transition: 0.3s; }
            #mv .mv_box .mv_btn .btn button:hover {
              filter: none;
              transform: translate(0.4166vw, 0.4166vw); }

  #intro {
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
    background: #fff;
    position: relative;
    z-index: 2; }
    #intro .intro_scroll {
      width: 100%;
      display: flex;
      justify-content: space-between;
      overflow: hidden; }
      #intro .intro_scroll .intro_logo {
        flex-shrink: 0;
        display: flex;
        justify-content: space-between;
        animation: infinity-scroll-left 50s infinite linear 0.5s both;
        background: #fff; }
        #intro .intro_scroll .intro_logo img {
          width: auto;
          height: 5.2vw;
          margin: 0 33px;
          mix-blend-mode: multiply; }
      #intro .intro_scroll:nth-of-type(2) {
        margin-top: 13px; }
        #intro .intro_scroll:nth-of-type(2) .intro_logo {
          flex-shrink: 0;
          display: flex;
          justify-content: space-between;
          animation: infinity-scroll-left 50s infinite linear 0.5s both; }

  #opening {
    position: relative; }
    #opening .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #EDF7FF; }
    #opening .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 150px 0 250px;
      position: relative;
      z-index: 3; }
      #opening .inner h2 {
        font-size: 49px;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 75px; }
        #opening .inner h2 span {
          display: inline-block;
          text-decoration: underline;
          text-decoration-thickness: 8px;
          /* 線の太さ */
          text-underline-offset: 23px;
          /* 文字からの距離 */
          text-decoration-color: #0AA4B4;
          /* 線の色 */ }
      #opening .inner .opening_boxes {
        display: flex;
        justify-content: space-between;
        margin-bottom: 175px; }
        #opening .inner .opening_boxes .opening_box {
          width: 18.9%;
          min-height: 307px;
          box-sizing: border-box;
          padding-bottom: 25px;
          border-radius: 15px;
          background: #fff;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          flex-direction: column; }
          #opening .inner .opening_boxes .opening_box:nth-child(1) {
            padding-top: 18px; }
            #opening .inner .opening_boxes .opening_box:nth-child(1) .opening_box_img {
              width: 46.772%;
              margin-bottom: 17px; }
          #opening .inner .opening_boxes .opening_box:nth-child(2) {
            padding-top: 39px; }
            #opening .inner .opening_boxes .opening_box:nth-child(2) .opening_box_img {
              width: 82.01%;
              margin-bottom: 39px; }
          #opening .inner .opening_boxes .opening_box:nth-child(3) {
            padding-top: 43px; }
            #opening .inner .opening_boxes .opening_box:nth-child(3) .opening_box_img {
              width: 64.76%;
              margin-bottom: 43px; }
          #opening .inner .opening_boxes .opening_box:nth-child(4) {
            padding-top: 34px; }
            #opening .inner .opening_boxes .opening_box:nth-child(4) .opening_box_img {
              width: 57.28%;
              margin-bottom: 38px; }
          #opening .inner .opening_boxes .opening_box:nth-child(5) {
            padding-top: 37px; }
            #opening .inner .opening_boxes .opening_box:nth-child(5) .opening_box_img {
              width: 80.01%;
              margin-bottom: 35px; }
          #opening .inner .opening_boxes .opening_box .opening_box_img {
            margin: 0 auto; }
          #opening .inner .opening_boxes .opening_box .opening_box_txt {
            min-height: 120px;
            font-size: 18px;
            line-height: 1.4em;
            font-weight: 900;
            color: #007580;
            text-align: center;
            box-sizing: border-box;
            padding: 0 5px;
            display: flex;
            justify-content: center;
            align-items: center; }
            #opening .inner .opening_boxes .opening_box .opening_box_txt.small {
              font-size: 17px; }
      #opening .inner .opening_btm {
        width: 100%;
        padding: 28px 0;
        position: relative;
        background: url("../img/funding/opening_btm_line_01.png") no-repeat top center, url("../img/funding/opening_btm_line_02.png") no-repeat center bottom;
        background-size: 100% auto, 100% auto; }
        #opening .inner .opening_btm .opening_btm_box {
          width: 95%;
          margin: 0 auto;
          padding: 28px 0 50px;
          background: #fff; }
          #opening .inner .opening_btm .opening_btm_box .opening_btm_box_img {
            width: 207px;
            margin: 0 auto 27px; }
          #opening .inner .opening_btm .opening_btm_box .opening_btm_box_txt {
            font-size: 58px;
            letter-spacing: 0.02em;
            line-height: 1.4em;
            font-weight: 900;
            color: #0AA4B4;
            text-align: center; }

  #media {
    position: relative; }
    #media .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #B2ECF3; }
    #media .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 150px 0;
      position: relative;
      z-index: 3; }
      #media .inner h2 {
        font-size: 49px;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 75px; }
        #media .inner h2 span {
          display: inline-block;
          text-decoration: underline;
          text-decoration-thickness: 8px;
          /* 線の太さ */
          text-underline-offset: 23px;
          /* 文字からの距離 */
          text-decoration-color: #fff;
          /* 線の色 */ }
      #media .inner .media_cont {
        text-align: center; }
        #media .inner .media_cont .media_head {
          box-sizing: border-box;
          border-radius: 10px;
          border: solid 3px #fff;
          overflow: hidden; }
          #media .inner .media_cont .media_head .media_txt {
            padding: 27px 0 30px;
            font-size: 30px;
            letter-spacing: 0.02em;
            line-height: 1.3em;
            font-weight: 900; }
          #media .inner .media_cont .media_head .media_box {
            padding: 30px 0 65px;
            background: #fff; }
            #media .inner .media_cont .media_head .media_box .media_box_txt {
              font-size: 20px;
              letter-spacing: 0.02em;
              line-height: 2em;
              font-weight: 900;
              color: #0AA4B4; }
            #media .inner .media_cont .media_head .media_box .media_box_img {
              width: 87%;
              margin: 30px auto 0; }
        #media .inner .media_cont .arrow {
          width: 397px;
          margin: 35px auto; }
        #media .inner .media_cont .media_box_02 {
          padding: 30px 0 38px;
          background: #fff;
          border-radius: 10px; }
          #media .inner .media_cont .media_box_02 .media_box_txt {
            font-size: 33px;
            letter-spacing: 0.02em;
            line-height: 1.4em;
            font-weight: 900;
            color: #0AA4B4; }
          #media .inner .media_cont .media_box_02 .media_box_img {
            width: 92.2%;
            margin: 20px auto 0; }

  #service {
    position: relative; }
    #service .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #0AA4B4; }
    #service .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 150px 0 200px;
      position: relative;
      z-index: 3; }
      #service .inner h2 {
        font-size: 49px;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        color: #fff;
        text-align: center;
        margin-bottom: 75px; }
        #service .inner h2 span {
          display: inline-block;
          padding-bottom: 8px;
          background: linear-gradient(90deg, #0EE3F9, #CCECEF);
          background-repeat: no-repeat;
          background-size: 100% 8px;
          background-position: 0 100%; }
      #service .inner .service_boxes {
        display: flex;
        justify-content: space-between; }
        #service .inner .service_boxes .service_box {
          width: 32.5%;
          padding-bottom: 25px;
          border-radius: 10px;
          background: #EEFDFF;
          overflow: hidden;
          text-align: center; }
          #service .inner .service_boxes .service_box .cat {
            font-size: 25px;
            line-height: 1.4em;
            font-weight: 900;
            color: #fff;
            padding: 7px 0;
            background: linear-gradient(90deg, #14ACBC, #0C7680); }
          #service .inner .service_boxes .service_box .service_box_img {
            padding-top: 15px; }
            #service .inner .service_boxes .service_box .service_box_img span {
              display: inline-block;
              width: 100%;
              font-size: 20px;
              line-height: 1.4em;
              font-weight: 900;
              color: #007580; }
          #service .inner .service_boxes .service_box.box01 .service_box_img img {
            display: inline-block;
            width: 48.923%;
            margin: 16px 0 17px; }
          #service .inner .service_boxes .service_box.box02 .service_box_img img {
            display: inline-block;
            width: 47.907%;
            margin: 20px 0 21px; }
          #service .inner .service_boxes .service_box.box03 .service_box_img img {
            display: inline-block;
            width: 35.369%;
            margin: 15px 0; }
          #service .inner .service_boxes .service_box .service_box_txt {
            font-size: 15px;
            line-height: 1.7em;
            font-weight: 900;
            box-sizing: border-box;
            padding: 0 0.5em 39px;
            background: url("../img/funding/service_box_txt_bg.png") no-repeat center bottom;
            background-size: 100% auto;
            margin-bottom: 15px; }
            #service .inner .service_boxes .service_box .service_box_txt span {
              color: #0AA4B4; }
          #service .inner .service_boxes .service_box .service_box_summary {
            font-size: 27px;
            line-height: 1.7em;
            font-weight: 900;
            color: #0AA4B4; }

  #point {
    width: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden; }
    #point .inner {
      width: 1000px;
      max-width: 95%;
      margin: 0 auto;
      padding: 150px 0 200px; }
      #point .inner h2 {
        font-size: 66px;
        letter-spacing: 0.02em;
        line-height: 1.4em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 100px;
        background: linear-gradient(90deg, #14ACBC, #0C7680);
        background-position: center;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent; }
        #point .inner h2 span {
          display: inline-block;
          font-size: 72px; }
      #point .inner .point_cont {
        width: 920px;
        max-width: 90%;
        margin: 0 auto; }
        #point .inner .point_cont .point_box {
          width: 100%;
          position: relative;
          box-sizing: border-box;
          margin-bottom: 120px; }
          #point .inner .point_cont .point_box .point_box_num {
            width: 6.739%;
            position: absolute;
            top: 0; }
          #point .inner .point_cont .point_box .point_box_right {
            width: 55.489%; }
            #point .inner .point_cont .point_box .point_box_right h3 {
              font-size: 40px;
              letter-spacing: 0.02em;
              line-height: 1.4em;
              font-weight: 500;
              background: linear-gradient(to right, #14ACBC, #0C7680);
              background-position: center;
              -webkit-background-clip: text;
              background-clip: text;
              -webkit-text-fill-color: transparent;
              margin-bottom: 20px; }
              #point .inner .point_cont .point_box .point_box_right h3 span {
                display: inline-block;
                position: relative; }
                #point .inner .point_cont .point_box .point_box_right h3 span.label::before {
                  position: absolute;
                  content: "";
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                  background: #FFFF01;
                  z-index: -1; }
                #point .inner .point_cont .point_box .point_box_right h3 span.txt {
                  z-index: 3;
                  background: linear-gradient(to right, #14ACBC, #0C7680);
                  background-position: center;
                  -webkit-background-clip: text;
                  background-clip: text;
                  -webkit-text-fill-color: transparent; }
            #point .inner .point_cont .point_box .point_box_right ul li {
              font-size: 16px;
              line-height: 1.8em;
              font-weight: bold;
              box-sizing: border-box;
              padding-left: 21px;
              position: relative; }
              #point .inner .point_cont .point_box .point_box_right ul li:nth-child(n+2) {
                margin-top: 5px; }
              #point .inner .point_cont .point_box .point_box_right ul li::before {
                position: absolute;
                content: "";
                width: 10px;
                height: 10px;
                top: 10px;
                left: 0;
                border-radius: 100%;
                background: #0AA4B4; }
              #point .inner .point_cont .point_box .point_box_right ul li span {
                color: #007580;
                text-decoration: underline 3px;
                text-underline-offset: 5px;
                /* 文字からの距離 */ }
            #point .inner .point_cont .point_box .point_box_right .point_box_txt {
              font-size: 16px;
              line-height: 1.8em;
              font-weight: bold; }
              #point .inner .point_cont .point_box .point_box_right .point_box_txt span {
                color: #007580;
                text-decoration: underline 3px;
                text-underline-offset: 5px;
                /* 文字からの距離 */ }
            #point .inner .point_cont .point_box .point_box_right .point_btn {
              width: 265px;
              margin-top: 20px; }
              #point .inner .point_cont .point_box .point_box_right .point_btn a {
                display: block;
                width: 100%;
                transition: 0.3s; }
                #point .inner .point_cont .point_box .point_box_right .point_btn a:hover {
                  filter: brightness(1.2); }
          #point .inner .point_cont .point_box .point_box_img {
            position: absolute; }
          #point .inner .point_cont .point_box:nth-child(1) .point_box_img {
            width: 72.826%;
            top: 81px;
            left: -16.63%; }
          #point .inner .point_cont .point_box:nth-child(1) .point_box_right {
            width: 58%; }
          #point .inner .point_cont .point_box:nth-child(2) {
            margin-bottom: 133px; }
            #point .inner .point_cont .point_box:nth-child(2) .point_box_img {
              width: 36.304%;
              top: -70px;
              right: -2.5%; }
            #point .inner .point_cont .point_box:nth-child(2) .point_box_right {
              width: 58%; }
          #point .inner .point_cont .point_box:nth-child(3) {
            margin-bottom: 133px; }
            #point .inner .point_cont .point_box:nth-child(3) .point_box_img {
              width: 42.913%;
              top: -55px;
              left: -6.52%; }
          #point .inner .point_cont .point_box:nth-child(4) {
            margin-bottom: 0; }
            #point .inner .point_cont .point_box:nth-child(4) .point_box_img {
              width: 44.456%;
              top: -25px;
              right: -5.97%; }
          #point .inner .point_cont .point_box:nth-child(2n-1) {
            padding-right: 8.913%; }
            #point .inner .point_cont .point_box:nth-child(2n-1) .point_box_num {
              right: 0; }
            #point .inner .point_cont .point_box:nth-child(2n-1) .point_box_right {
              margin-left: auto; }
          #point .inner .point_cont .point_box:nth-child(2n) {
            padding-left: 8.913%; }
            #point .inner .point_cont .point_box:nth-child(2n) .point_box_num {
              left: 0; }

  /*そもそもYOUTRUSTとはのモーダル*/
  .modal03 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 11; }
    .modal03 .modal-bg {
      position: absolute;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .modal03 .modal-content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .modal03 .modal-content .modal_inner {
        width: 900px;
        max-width: 100%;
        height: 95vh;
        box-sizing: border-box;
        padding: 39px 0 80px;
        background: #fff;
        border-radius: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 12;
        overflow: scroll; }
        .modal03 .modal-content .modal_inner .btn {
          width: 100%;
          max-width: 100%;
          height: 25px;
          margin-bottom: 20px;
          display: flex;
          justify-content: flex-end;
          box-sizing: border-box;
          padding-right: 43px; }
          .modal03 .modal-content .modal_inner .btn button {
            color: #333;
            font-size: 25px;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none; }
        .modal03 .modal-content .modal_inner h5 {
          font-size: 43px;
          letter-spacing: 0.02em;
          line-height: 1.4em;
          font-weight: 500;
          text-align: center;
          background: linear-gradient(90deg, #00CADF, #0C7680);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-bottom: 60px; }
          .modal03 .modal-content .modal_inner h5 span {
            font-size: 34px; }
        .modal03 .modal-content .modal_inner .modal_box_01 {
          max-width: 95%;
          max-width: 766px;
          margin: 0 auto 60px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-direction: row-reverse; }
          .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_img {
            width: 48.17%; }
          .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_right {
            width: 49.347%; }
            .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_right p {
              font-size: 14px;
              line-height: 2em;
              font-weight: bold; }
              .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_right p:nth-of-type(2) {
                margin: 15px 0; }
              .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_right p.small {
                font-size: 10px;
                line-height: 1.8em; }
        .modal03 .modal-content .modal_inner .modal_box_02 {
          max-width: 95%;
          max-width: 766px;
          margin: 0 auto 60px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .modal03 .modal-content .modal_inner .modal_box_02 .modal_box_img {
            width: 26.631%; }
          .modal03 .modal-content .modal_inner .modal_box_02 .modal_box_right {
            width: 66.579%; }
            .modal03 .modal-content .modal_inner .modal_box_02 .modal_box_right h6 {
              font-size: 30px;
              line-height: 1.4em;
              font-weight: 500;
              background: linear-gradient(90deg, #00CADF, #0C7680);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              margin-bottom: 7px; }
            .modal03 .modal-content .modal_inner .modal_box_02 .modal_box_right p {
              font-size: 14px;
              line-height: 2em;
              font-weight: bold; }
        .modal03 .modal-content .modal_inner .modal_box_03 {
          max-width: 95%;
          max-width: 766px;
          margin: 0 auto 60px; }
        .modal03 .modal-content .modal_inner .modal_close_btn {
          width: 112px;
          margin: 0 auto;
          text-align: center;
          cursor: pointer; }
          .modal03 .modal-content .modal_inner .modal_close_btn div {
            font-size: 16px;
            letter-spacing: 0.03em;
            line-height: 1.5en;
            font-weight: bold;
            padding: 9px 0;
            border-radius: 5px;
            border: solid 2px #000; }

  #result {
    position: relative; }
    #result .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #B2ECF3; }
    #result .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 200px 0 150px;
      position: relative;
      z-index: 3; }
      #result .inner h2 {
        font-size: 58px;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        color: #000;
        text-align: center;
        margin-bottom: 75px; }
        #result .inner h2 span {
          display: inline-block;
          padding-bottom: 8px;
          background: linear-gradient(90deg, #0EE3F9, #6DE7F4);
          background-repeat: no-repeat;
          background-size: 100% 8px;
          background-position: 0 100%; }
      #result .inner .name {
        font-size: 25px;
        line-height: 1.4em;
        font-weight: 900;
        color: #fff;
        text-align: center;
        padding: 16px 0;
        background: #0AA4B4; }
      #result .inner .result_cont {
        padding-bottom: 45px;
        border-radius: 20px;
        background: #FAFAFA;
        overflow: hidden; }
        #result .inner .result_cont .result_cont_ttl {
          font-size: 33px;
          letter-spacing: 0.02em;
          line-height: 1.4em;
          font-weight: 900;
          color: #0AA4B4;
          text-align: center;
          margin: 57px 0; }
        #result .inner .result_cont .result_cont_txt {
          width: 730px;
          max-width: 95%;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #result .inner .result_cont .result_cont_txt .img {
            width: 50.547%; }
          #result .inner .result_cont .result_cont_txt .txt {
            width: 43.972%;
            font-size: 20px;
            line-height: 1.4em;
            font-weight: 900; }
            #result .inner .result_cont .result_cont_txt .txt .color {
              color: #0AA4B4; }
            #result .inner .result_cont .result_cont_txt .txt .small {
              font-size: 10px;
              line-height: 1;
              font-weight: 400;
              position: relative;
              top: -1em; }
        #result .inner .result_cont .result_cont_img {
          width: 66%;
          margin: 57px auto; }
        #result .inner .result_cont .result_cont_btm {
          width: 800px;
          max-width: 95%;
          margin: 0 auto;
          padding: 21px 0;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 10px;
          background: #fff; }
          #result .inner .result_cont .result_cont_btm .result_cont_btm_txt {
            font-size: 33px;
            letter-spacing: 0.02em;
            line-height: 1.3em;
            font-weight: 900;
            color: #0AA4B4;
            margin-right: 84px; }
          #result .inner .result_cont .result_cont_btm .result_cont_btm_img {
            display: block;
            width: 36.25%;
            transition: 0.3s; }
            #result .inner .result_cont .result_cont_btm .result_cont_btm_img:hover {
              opacity: 0.8; }
      #result .inner .result_boxes {
        display: flex;
        justify-content: space-between; }
        #result .inner .result_boxes .result_box {
          width: 49%;
          border-radius: 20px;
          background: #FAFAFA;
          overflow: hidden;
          padding-bottom: 45px; }
          #result .inner .result_boxes .result_box .result_box_img {
            width: 91.836%;
            margin: 40px auto; }
          #result .inner .result_boxes .result_box .result_box_txt {
            font-size: 15px;
            line-height: 1.7em;
            font-weight: 900;
            text-align: center; }
            #result .inner .result_boxes .result_box .result_box_txt span {
              display: inline-block; }
            #result .inner .result_boxes .result_box .result_box_txt .color {
              font-size: 25px;
              color: #0AA4B4;
              line-height: 1.5em;
              vertical-align: -0.2em;
              margin-top: 4px; }
              #result .inner .result_boxes .result_box .result_box_txt .color .num {
                font-size: 31px;
                margin-left: 10px;
                vertical-align: -0.05em; }
              #result .inner .result_boxes .result_box .result_box_txt .color .wave {
                line-height: 1.44em;
                text-decoration: underline;
                text-decoration-style: wavy;
                text-decoration-color: #0AA4B4;
                text-decoration-thickness: 3px;
                text-underline-offset: 6px; }

  #ex_product {
    position: relative;
    z-index: 3; }
    #ex_product .inner {
      padding: 150px 0 100px; }
      #ex_product .inner h2 {
        font-size: 58px;
        letter-spacing: 0.02em;
        line-height: 1.4em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 75px; }
        #ex_product .inner h2 span {
          display: inline-block;
          padding-bottom: 15px;
          background: linear-gradient(90deg, #0EE3F9, #6DE7F4);
          background-repeat: no-repeat;
          background-size: 100% 8px;
          background-position: 0 100%; }
      #ex_product .inner .ex_product_scroll {
        width: 100%;
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
        #ex_product .inner .ex_product_scroll .ex_product_box {
          flex-shrink: 0;
          display: flex;
          justify-content: space-between;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
          background: #fff; }
          #ex_product .inner .ex_product_scroll .ex_product_box .ex_product_box_img {
            width: 26.76vw;
            margin: 0 10px; }
        #ex_product .inner .ex_product_scroll.scroll2 {
          margin-top: 75px; }
          #ex_product .inner .ex_product_scroll.scroll2 .ex_product_box .ex_product_box_img {
            transform: translateX(-104px); }
      #ex_product .inner .en_product_btn {
        width: 351px;
        margin: 75px auto 0; }
        #ex_product .inner .en_product_btn a {
          display: block;
          width: 100%;
          font-size: 20px;
          line-height: 1.7em;
          font-weight: 900;
          color: #fff;
          text-align: center;
          box-sizing: border-box;
          padding: 7px 0;
          border-radius: 100px;
          border: solid 2px #0AA4B4;
          background: #0AA4B4;
          transition: 0.3s; }
          #ex_product .inner .en_product_btn a:hover {
            color: #0AA4B4;
            background: #fff; }

  #ex_event {
    position: relative;
    z-index: 3; }
    #ex_event .inner {
      width: 1000px;
      max-width: 95%;
      margin: 0 auto;
      padding: 100px 0; }
      #ex_event .inner h2 {
        font-size: 58px;
        letter-spacing: 0.02em;
        line-height: 1.4em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 75px; }
        #ex_event .inner h2 span {
          display: inline-block;
          padding-bottom: 15px;
          background: linear-gradient(90deg, #0EE3F9, #6DE7F4);
          background-repeat: no-repeat;
          background-size: 100% 8px;
          background-position: 0 100%; }
      #ex_event .inner .ex_event_boxes {
        display: flex;
        justify-content: space-between; }
        #ex_event .inner .ex_event_boxes .ex_event_box {
          width: 49%; }

  #faq {
    width: 100%;
    position: relative;
    z-index: 3; }
    #faq .inner {
      width: 95%;
      max-width: 1000px;
      margin: 0 auto;
      padding-bottom: 150px; }
      #faq .inner h2 {
        font-size: 58px;
        letter-spacing: 0.02em;
        line-height: 1.4em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 75px; }
        #faq .inner h2 span {
          display: inline-block;
          padding-bottom: 15px;
          background: linear-gradient(90deg, #0EE3F9, #6DE7F4);
          background-repeat: no-repeat;
          background-size: 100% 8px;
          background-position: 0 100%; }
      #faq .inner .faq_boxes {
        width: 100%;
        border-top: solid 2px #14E3F9; }
        #faq .inner .faq_boxes .faq_box {
          width: 100%;
          border-bottom: solid 2px #14E3F9; }
          #faq .inner .faq_boxes .faq_box .q_box {
            width: 100%;
            box-sizing: border-box;
            padding: 20px 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            position: relative;
            cursor: pointer; }
            #faq .inner .faq_boxes .faq_box .q_box .icon {
              width: 30px;
              margin-right: 16px; }
            #faq .inner .faq_boxes .faq_box .q_box p {
              flex: 1;
              font-size: 20px;
              letter-spacing: 0.05em;
              line-height: 1.2em;
              font-weight: 900;
              box-sizing: border-box;
              padding-right: 40px; }
            #faq .inner .faq_boxes .faq_box .q_box::before {
              position: absolute;
              content: "";
              width: 18px;
              height: 4px;
              right: 5px;
              top: 50%;
              transform: translateY(-50%);
              background: #000; }
            #faq .inner .faq_boxes .faq_box .q_box::after {
              position: absolute;
              content: "";
              width: 18px;
              height: 4px;
              right: 5px;
              top: 50%;
              transform: translateY(-50%) rotate(-90deg);
              background: #000;
              transition: 0.3s; }
            #faq .inner .faq_boxes .faq_box .q_box.open::after {
              transform: translateY(-50%) rotate(0); }
          #faq .inner .faq_boxes .faq_box .a_box {
            display: none;
            box-sizing: border-box;
            padding: 0 0 20px; }
            #faq .inner .faq_boxes .faq_box .a_box .a_box_txt {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              #faq .inner .faq_boxes .faq_box .a_box .a_box_txt .icon {
                width: 30px;
                margin-right: 16px; }
              #faq .inner .faq_boxes .faq_box .a_box .a_box_txt .a_txt {
                flex: 1;
                font-size: 18px;
                letter-spacing: 0.05em;
                line-height: 1.6em;
                font-weight: 600; }
                #faq .inner .faq_boxes .faq_box .a_box .a_box_txt .a_txt span {
                  display: inline-block;
                  color: #14E3F9;
                  text-decoration: underline;
                  cursor: pointer; }

  /*問い合わせ系のモーダル*/
  .modal02 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 11; }
    .modal02 .modal-bg {
      position: absolute;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .modal02 .modal-content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      align-items: center; }
      .modal02 .modal-content .modal_inner {
        width: 560px;
        max-width: 100%;
        height: 90vh;
        box-sizing: border-box;
        padding: 24px;
        background: #fff;
        border-radius: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 12;
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }
        .modal02 .modal-content .modal_inner .btn {
          width: 100%;
          max-width: 100%;
          height: 20px;
          margin-bottom: 20px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          flex-direction: column; }
          .modal02 .modal-content .modal_inner .btn button {
            color: #333;
            font-size: 24px;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none; }
        .modal02 .modal-content .modal_inner .modal_ttl {
          font-size: 20px;
          letter-spacing: 0;
          line-height: 1.4em;
          font-weight: 600;
          color: #333;
          padding-bottom: 16px;
          text-align: center; }
        .modal02 .modal-content .modal_inner .modal_form {
          width: 541px;
          max-width: 100%;
          height: 88%; }
          .modal02 .modal-content .modal_inner .modal_form iframe {
            width: 100%;
            height: 100%; }
    .modal02.contact {
      width: 100%; }
      .modal02.contact .modal-content .modal_inner {
        width: auto;
        margin-top: 80px;
        height: 85vh; }
        .modal02.contact .modal-content .modal_inner .btn {
          margin-bottom: 25px; }
        .modal02.contact .modal-content .modal_inner .modal_ttl {
          padding-bottom: 8px; }
        .modal02.contact .modal-content .modal_inner .modal_form {
          height: 100%; }
    .modal02.dl {
      width: 100%; }
      .modal02.dl .modal-content .modal_inner {
        margin-top: 80px;
        height: 90vh; }
        .modal02.dl .modal-content .modal_inner .modal_form {
          height: 88%; }

  footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 15px;
    position: relative;
    z-index: 3; }
    footer .footer_inner {
      width: 98%;
      max-width: 1000px;
      margin: 0 auto 43px;
      padding: 60px 0px 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 40px; }
      footer .footer_inner .footer_left {
        width: auto;
        max-width: 100%; }
        footer .footer_inner .footer_left .footer_logo {
          width: 143px;
          margin-bottom: 33px; }
        footer .footer_inner .footer_left .footer_menu {
          width: auto;
          display: flex;
          justify-content: flex-start; }
          footer .footer_inner .footer_left .footer_menu dl {
            width: auto;
            max-width: calc(100% - 58px);
            margin-right: 58px; }
            footer .footer_inner .footer_left .footer_menu dl dt {
              font-size: 15px;
              letter-spacing: 0.03em;
              line-height: 1.4em;
              font-weight: bold; }
            footer .footer_inner .footer_left .footer_menu dl dd {
              font-size: 13px;
              letter-spacing: 0.03em;
              line-height: 1.4em;
              font-weight: 500;
              margin-top: 13px; }
              footer .footer_inner .footer_left .footer_menu dl dd a {
                color: #000; }
      footer .footer_inner .footer_right {
        width: auto;
        max-width: 100%;
        padding-top: 20px; }
        footer .footer_inner .footer_right a {
          display: block;
          width: 231px;
          max-width: 100%;
          height: 44px;
          font-size: 16px;
          letter-spacing: 0.02em;
          line-height: 44px;
          font-weight: 900;
          color: #045A60;
          text-align: center;
          margin-bottom: 11px;
          cursor: pointer;
          transition: 0.3s; }
          footer .footer_inner .footer_right a:last-child {
            margin-bottom: 0; }
          footer .footer_inner .footer_right a:hover {
            filter: brightness(1.1); }
    footer .copyright {
      font-size: 12px;
      line-height: 2em;
      text-align: center; }

  /*side*/
  #side {
    display: none !important;
    width: 25%;
    max-width: 25%;
    height: 100vh;
    box-sizing: border-box;
    padding: 30px 16px 16px 16px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: column;
    background: #e9f7f8;
    left: auto;
    position: fixed;
    right: 0px;
    top: 0;
    transform-origin: center center;
    z-index: 2; }
    #side .side_ttl {
      font-size: 20px;
      letter-spacing: 0;
      line-height: 1.3em;
      font-weight: 500;
      text-align: center;
      padding-bottom: 8px; }
    #side .side_form {
      width: 100%;
      max-width: 100%;
      height: auto;
      flex: 1;
      position: relative;
      z-index: 0; }
      #side .side_form iframe {
        width: 100%;
        height: 100%; }

  .float_btn {
    display: none !important; } }
/* SP */
@media screen and (max-width: 839px) {
  .pconly {
    display: none !important; }

  html {
    font-size: calc(1vw * 100 / 375); }

  header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 6rem; }
    header .header_inner {
      width: 360rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      padding: 7rem 10rem;
      background: #fff;
      border-radius: 5rem;
      box-shadow: 0 0 4rem rgba(0, 0, 0, 0.25); }
      header .header_inner .logo {
        width: 67rem; }
      header .header_inner .header_btn {
        display: flex;
        justify-content: flex-end; }
        header .header_inner .header_btn a {
          display: block;
          width: 90rem;
          font-size: 8rem;
          letter-spacing: 0.03em;
          line-height: 1.5em;
          font-weight: 600;
          color: #0AA4B4;
          text-align: center;
          padding: 6rem 0;
          border-radius: 3rem;
          border: solid 1rem #0AA4B4; }
          header .header_inner .header_btn a:last-child {
            margin-left: 5rem; }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    position: relative; }
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      margin-top: 0;
      position: relative;
      /*display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;*/ }
      .content .content_inner.content_inner::-webkit-scrollbar {
        display: none; }

  .content_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* ここで画像30%を表現 */
    background: url("../img/funding/content_bg_sp.jpg") center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0.3; }

  #mv {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 54rem;
    background: #EDF7FF;
    z-index: 3; }
    #mv .mv_img {
      width: 100%; }
    #mv .mv_box {
      width: 280rem;
      position: absolute;
      bottom: 62rem;
      left: 50%;
      transform: translateX(-50%); }
      #mv .mv_box .mv_btn .btn {
        width: 100%; }
        #mv .mv_box .mv_btn .btn:first-child {
          margin-bottom: 17rem; }
        #mv .mv_box .mv_btn .btn button {
          display: block;
          width: 100%;
          background: none;
          font-size: 0;
          border: none;
          padding: 0;
          filter: drop-shadow(4.8rem 4.8rem #004E56); }

  #intro {
    width: 100%;
    max-width: 100%;
    padding: 30rem 0;
    background: #fff;
    position: relative;
    z-index: 2; }
    #intro .intro_scroll {
      width: 100%;
      display: flex;
      justify-content: space-between;
      overflow: hidden; }
      #intro .intro_scroll .intro_logo {
        flex-shrink: 0;
        display: flex;
        justify-content: space-between;
        animation: infinity-scroll-left 25.21s infinite linear 0.5s both;
        background: #fff; }
        #intro .intro_scroll .intro_logo img {
          width: auto;
          height: 60rem;
          margin: 0 24rem; }
      #intro .intro_scroll:nth-of-type(2) {
        margin-top: 23rem; }
        #intro .intro_scroll:nth-of-type(2) .intro_logo {
          flex-shrink: 0;
          display: flex;
          justify-content: space-between;
          animation: infinity-scroll-left 30s infinite linear 0.5s both; }

  #opening {
    position: relative; }
    #opening .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #EDF7FF; }
    #opening .inner {
      margin: 0 auto;
      padding: 50rem 0 100rem;
      position: relative;
      z-index: 3; }
      #opening .inner h2 {
        font-size: 24rem;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 40rem; }
        #opening .inner h2 span {
          display: inline-block;
          text-decoration: underline;
          text-decoration-thickness: 4rem;
          /* 線の太さ */
          text-underline-offset: 11rem;
          /* 文字からの距離 */
          text-decoration-color: #0AA4B4;
          /* 線の色 */ }
      #opening .inner .opening_boxes {
        display: flex;
        justify-content: space-between;
        margin-bottom: 90rem;
        position: relative; }
        #opening .inner .opening_boxes::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: url("../img/funding/opening_boxes_bg_sp.png") no-repeat;
          background-size: contain;
          pointer-events: none;
          z-index: 4; }
        #opening .inner .opening_boxes .opening_box {
          min-height: 307px;
          box-sizing: border-box;
          padding-bottom: 25rem;
          border-radius: 15px;
          background: #fff;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          flex-direction: column;
          margin: 0 6.5rem; }
          #opening .inner .opening_boxes .opening_box.box01 {
            padding-top: 18px; }
            #opening .inner .opening_boxes .opening_box.box01 .opening_box_img {
              width: 46.772%;
              margin-bottom: 17px; }
          #opening .inner .opening_boxes .opening_box.box02 {
            padding-top: 39px; }
            #opening .inner .opening_boxes .opening_box.box02 .opening_box_img {
              width: 82.01%;
              margin-bottom: 39px; }
          #opening .inner .opening_boxes .opening_box.box03 {
            padding-top: 43px; }
            #opening .inner .opening_boxes .opening_box.box03 .opening_box_img {
              width: 64.76%;
              margin-bottom: 43px; }
          #opening .inner .opening_boxes .opening_box.box04 {
            padding-top: 34px; }
            #opening .inner .opening_boxes .opening_box.box04 .opening_box_img {
              width: 57.28%;
              margin-bottom: 38px; }
          #opening .inner .opening_boxes .opening_box.box05 {
            padding-top: 37px; }
            #opening .inner .opening_boxes .opening_box.box05 .opening_box_img {
              width: 80.01%;
              margin-bottom: 35px; }
          #opening .inner .opening_boxes .opening_box .opening_box_img {
            margin: 0 auto; }
          #opening .inner .opening_boxes .opening_box .opening_box_txt {
            min-height: 120px;
            font-size: 18px;
            line-height: 1.4em;
            font-weight: 900;
            color: #007580;
            text-align: center;
            box-sizing: border-box;
            padding: 0 5px;
            display: flex;
            justify-content: center;
            align-items: center; }
            #opening .inner .opening_boxes .opening_box .opening_box_txt.small {
              font-size: 17px; }
        #opening .inner .opening_boxes .prev-arrow {
          width: 37rem;
          position: absolute;
          left: 54rem;
          top: 50%;
          transform: translateY(-50%);
          z-index: 5; }
        #opening .inner .opening_boxes .next-arrow {
          width: 37rem;
          position: absolute;
          right: 54rem;
          top: 50%;
          transform: translateY(-50%);
          z-index: 5; }
      #opening .inner .opening_btm {
        width: 360rem;
        margin: 0 auto;
        padding: 16rem 0;
        position: relative;
        background: url("../img/funding/opening_btm_line_01.png") no-repeat top center, url("../img/funding/opening_btm_line_02.png") no-repeat center bottom;
        background-size: 100% auto, 100% auto; }
        #opening .inner .opening_btm .opening_btm_box {
          width: 330rem;
          margin: 0 auto;
          padding: 16rem 0 22rem;
          background: #fff; }
          #opening .inner .opening_btm .opening_btm_box .opening_btm_box_img {
            width: 103rem;
            margin: 0 auto 15rem; }
          #opening .inner .opening_btm .opening_btm_box .opening_btm_box_txt {
            font-size: 29rem;
            letter-spacing: 0.02em;
            line-height: 1.4em;
            font-weight: 900;
            color: #0AA4B4;
            text-align: center; }

  #media {
    position: relative; }
    #media .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #B2ECF3; }
    #media .inner {
      width: 360rem;
      margin: 0 auto;
      padding: 70rem 0;
      position: relative;
      z-index: 3; }
      #media .inner h2 {
        font-size: 24rem;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 40rem; }
        #media .inner h2 span {
          display: inline-block;
          text-decoration: underline;
          text-decoration-thickness: 4rem;
          /* 線の太さ */
          text-underline-offset: 11rem;
          /* 文字からの距離 */
          text-decoration-color: #fff;
          /* 線の色 */ }
      #media .inner .media_cont {
        text-align: center; }
        #media .inner .media_cont .media_head {
          box-sizing: border-box;
          border-radius: 7rem;
          border: solid 3rem #fff;
          overflow: hidden; }
          #media .inner .media_cont .media_head .media_txt {
            padding: 18rem 0 21rem;
            font-size: 21rem;
            letter-spacing: 0.02em;
            line-height: 1.3em;
            font-weight: 900; }
          #media .inner .media_cont .media_head .media_box {
            padding: 20rem 0 30rem;
            background: #fff; }
            #media .inner .media_cont .media_head .media_box .media_box_txt {
              font-size: 20px;
              letter-spacing: 0.02em;
              line-height: 2em;
              font-weight: 900;
              color: #0AA4B4; }
            #media .inner .media_cont .media_head .media_box .media_box_img {
              width: 100%;
              margin: 20rem auto 0; }
        #media .inner .media_cont .arrow {
          width: 278rem;
          margin: 24rem auto; }
        #media .inner .media_cont .media_box_02 {
          padding: 30rem 0 22rem;
          background: #fff;
          border-radius: 20rem; }
          #media .inner .media_cont .media_box_02 .media_box_txt {
            font-size: 33rem;
            letter-spacing: 0.02em;
            line-height: 1.4em;
            font-weight: 900;
            color: #0AA4B4; }
          #media .inner .media_cont .media_box_02 .media_box_img {
            width: 100%;
            margin: 55rem auto 0; }

  #service {
    position: relative; }
    #service .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #0AA4B4; }
    #service .inner {
      width: 325rem;
      margin: 0 auto;
      padding: 70rem 0 100rem;
      position: relative;
      z-index: 3; }
      #service .inner h2 {
        font-size: 29rem;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        color: #fff;
        text-align: center;
        margin-bottom: 40rem; }
        #service .inner h2 span {
          display: inline-block;
          padding-bottom: 3rem;
          background: linear-gradient(90deg, #0EE3F9, #CCECEF);
          background-repeat: no-repeat;
          background-size: 100% 4rem;
          background-position: 0 100%; }
      #service .inner .service_boxes .service_box {
        width: 100%;
        padding-bottom: 25rem;
        border-radius: 10px;
        background: #EEFDFF;
        overflow: hidden;
        text-align: center; }
        #service .inner .service_boxes .service_box .cat {
          font-size: 25rem;
          line-height: 1.4em;
          font-weight: 900;
          color: #fff;
          padding: 7rem 0;
          background: linear-gradient(90deg, #14ACBC, #0C7680); }
        #service .inner .service_boxes .service_box .service_box_img {
          padding-top: 15rem; }
          #service .inner .service_boxes .service_box .service_box_img span {
            display: inline-block;
            width: 100%;
            font-size: 20rem;
            line-height: 1.4em;
            font-weight: 900;
            color: #007580; }
        #service .inner .service_boxes .service_box.box01 .service_box_img img {
          display: inline-block;
          width: 48.923%;
          margin: 16rem 0 17rem; }
        #service .inner .service_boxes .service_box.box02 {
          margin: 30rem 0; }
          #service .inner .service_boxes .service_box.box02 .service_box_img img {
            display: inline-block;
            width: 47.907%;
            margin: 20rem 0 21rem; }
        #service .inner .service_boxes .service_box.box03 .service_box_img img {
          display: inline-block;
          width: 35.369%;
          margin: 15rem 0; }
        #service .inner .service_boxes .service_box .service_box_txt {
          font-size: 15rem;
          line-height: 1.7em;
          font-weight: 900;
          box-sizing: border-box;
          padding: 0 0.5em 39rem;
          background: url("../img/funding/service_box_txt_bg.png") no-repeat center bottom;
          background-size: 100% auto;
          margin-bottom: 15rem; }
          #service .inner .service_boxes .service_box .service_box_txt span {
            color: #0AA4B4; }
        #service .inner .service_boxes .service_box .service_box_summary {
          font-size: 27rem;
          line-height: 1.5em;
          font-weight: 900;
          color: #0AA4B4; }

  #point {
    width: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden; }
    #point .inner {
      width: 330rem;
      margin: 0 auto;
      padding: 70rem 0; }
      #point .inner h2 {
        font-size: 31rem;
        letter-spacing: 0.02em;
        line-height: 1.4em;
        font-weight: 900;
        text-align: center;
        margin-bottom: 20rem;
        background: linear-gradient(90deg, #14ACBC, #0C7680);
        background-position: center;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent; }
        #point .inner h2 span {
          display: inline-block;
          font-size: 34rem; }
      #point .inner .point_cont {
        margin: 0 auto; }
        #point .inner .point_cont .point_box {
          width: 100%;
          position: relative;
          box-sizing: border-box;
          padding: 351rem 15rem 38rem;
          margin-bottom: 60rem; }
          #point .inner .point_cont .point_box .point_box_num {
            width: 43rem;
            position: absolute;
            top: 0;
            z-index: 2; }
          #point .inner .point_cont .point_box .point_box_right {
            width: 100%; }
            #point .inner .point_cont .point_box .point_box_right h3 {
              font-size: 28rem;
              letter-spacing: 0.02em;
              line-height: 1.4em;
              font-weight: 500;
              background: linear-gradient(to right, #14ACBC, #0C7680);
              background-position: center;
              -webkit-background-clip: text;
              background-clip: text;
              -webkit-text-fill-color: transparent;
              margin-bottom: 17rem; }
              #point .inner .point_cont .point_box .point_box_right h3 span {
                display: inline-block;
                position: relative; }
                #point .inner .point_cont .point_box .point_box_right h3 span.label::before {
                  position: absolute;
                  content: "";
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                  background: #FFFF01;
                  z-index: -1; }
                #point .inner .point_cont .point_box .point_box_right h3 span.txt {
                  z-index: 3;
                  background: linear-gradient(to right, #14ACBC, #0C7680);
                  background-position: center;
                  -webkit-background-clip: text;
                  background-clip: text;
                  -webkit-text-fill-color: transparent; }
            #point .inner .point_cont .point_box .point_box_right ul li {
              font-size: 14rem;
              line-height: 1.8em;
              font-weight: bold;
              box-sizing: border-box;
              padding-left: 18rem;
              position: relative; }
              #point .inner .point_cont .point_box .point_box_right ul li:nth-child(n+2) {
                margin-top: 5px; }
              #point .inner .point_cont .point_box .point_box_right ul li::before {
                position: absolute;
                content: "";
                width: 9rem;
                height: 9rem;
                top: 8rem;
                left: 0;
                border-radius: 100%;
                background: #0AA4B4; }
              #point .inner .point_cont .point_box .point_box_right ul li span {
                color: #007580;
                text-decoration: underline 2rem;
                text-underline-offset: 4rem;
                /* 文字からの距離 */ }
            #point .inner .point_cont .point_box .point_box_right .point_box_txt {
              font-size: 14rem;
              line-height: 1.8em;
              font-weight: bold; }
              #point .inner .point_cont .point_box .point_box_right .point_box_txt span {
                color: #007580;
                text-decoration: underline 2rem;
                text-underline-offset: 4rem;
                /* 文字からの距離 */ }
            #point .inner .point_cont .point_box .point_box_right .point_btn {
              width: 232rem;
              margin-top: 17rem; }
              #point .inner .point_cont .point_box .point_box_right .point_btn a {
                display: block;
                width: 100%;
                transition: 0.3s; }
                #point .inner .point_cont .point_box .point_box_right .point_btn a:hover {
                  filter: brightness(1.2); }
          #point .inner .point_cont .point_box .point_box_img {
            position: absolute; }
          #point .inner .point_cont .point_box:nth-child(1) {
            padding-top: 296rem; }
            #point .inner .point_cont .point_box:nth-child(1) .point_box_img {
              width: 100%;
              top: 16rem; }
          #point .inner .point_cont .point_box:nth-child(2) .point_box_img {
            width: 235rem;
            top: 13rem;
            right: 28rem; }
          #point .inner .point_cont .point_box:nth-child(3) .point_box_img {
            width: 273rem;
            top: 38rem;
            left: 50%;
            transform: translateX(-50%); }
          #point .inner .point_cont .point_box:nth-child(4) {
            margin-bottom: 0; }
            #point .inner .point_cont .point_box:nth-child(4) .point_box_img {
              width: 283rem;
              top: 38rem;
              left: 50%;
              transform: translateX(-50%); }
          #point .inner .point_cont .point_box:nth-child(2n-1) .point_box_num {
            right: 0; }
          #point .inner .point_cont .point_box:nth-child(2n) .point_box_num {
            left: 0; }

  /*そもそもYOUTRUSTとはのモーダル*/
  .modal03 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 11; }
    .modal03 .modal-bg {
      position: absolute;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .modal03 .modal-content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      .modal03 .modal-content .modal_inner {
        width: 365rem;
        max-width: 100%;
        height: 95vh;
        box-sizing: border-box;
        padding: 28rem 0 50rem;
        background: #fff;
        border-radius: 20rem;
        position: relative;
        z-index: 12;
        overflow: scroll; }
        .modal03 .modal-content .modal_inner .btn {
          width: 100%;
          max-width: 100%;
          height: 25rem;
          margin-bottom: 3rem;
          display: flex;
          justify-content: flex-end;
          box-sizing: border-box;
          padding-right: 27rem; }
          .modal03 .modal-content .modal_inner .btn button {
            color: #333;
            font-size: 25rem;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none; }
        .modal03 .modal-content .modal_inner h5 {
          font-size: 21rem;
          letter-spacing: 0.02em;
          line-height: 1.4em;
          font-weight: 500;
          text-align: center;
          background: linear-gradient(90deg, #00CADF, #0C7680);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          margin-bottom: 40rem; }
          .modal03 .modal-content .modal_inner h5 span {
            font-size: 17rem; }
        .modal03 .modal-content .modal_inner .modal_box_01 {
          width: 330rem;
          margin: 0 auto 40rem; }
          .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_img {
            width: 310rem;
            margin-bottom: 18rem; }
          .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_right p {
            font-size: 14rem;
            line-height: 2em;
            font-weight: bold; }
            .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_right p:nth-of-type(2) {
              margin: 15px 0; }
            .modal03 .modal-content .modal_inner .modal_box_01 .modal_box_right p.small {
              font-size: 10rem;
              line-height: 1.8em; }
        .modal03 .modal-content .modal_inner .modal_box_02 {
          width: 330rem;
          margin: 0 auto 40rem; }
          .modal03 .modal-content .modal_inner .modal_box_02 .modal_box_img {
            width: 204rem;
            margin: 0 auto 51rem; }
          .modal03 .modal-content .modal_inner .modal_box_02 .modal_box_right h6 {
            font-size: 18rem;
            line-height: 1.4em;
            font-weight: 500;
            background: linear-gradient(90deg, #00CADF, #0C7680);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 7rem; }
          .modal03 .modal-content .modal_inner .modal_box_02 .modal_box_right p {
            font-size: 14rem;
            line-height: 2em;
            font-weight: bold; }
        .modal03 .modal-content .modal_inner .modal_box_03 {
          width: 350rem;
          margin: 0 auto 40rem; }
        .modal03 .modal-content .modal_inner .modal_close_btn {
          width: 112rem;
          margin: 0 auto;
          text-align: center;
          cursor: pointer; }
          .modal03 .modal-content .modal_inner .modal_close_btn div {
            font-size: 16rem;
            letter-spacing: 0.03em;
            line-height: 1.5em;
            font-weight: 600;
            padding: 9rem 0;
            border-radius: 5rem;
            border: solid 2rem #000; }

  #result {
    position: relative; }
    #result .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: #B2ECF3; }
    #result .inner {
      width: 360rem;
      margin: 0 auto;
      padding: 100rem 0;
      position: relative;
      z-index: 3; }
      #result .inner h2 {
        font-size: 29rem;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        color: #000;
        text-align: center;
        margin-bottom: 40rem; }
        #result .inner h2 span {
          display: inline-block;
          padding-bottom: 3rem;
          background: linear-gradient(90deg, #0EE3F9, #6DE7F4);
          background-repeat: no-repeat;
          background-size: 100% 4rem;
          background-position: 0 100%; }
      #result .inner .name {
        font-size: 18rem;
        line-height: 1.4em;
        font-weight: 900;
        color: #fff;
        text-align: center;
        padding: 11rem 0;
        background: #0AA4B4; }
      #result .inner .result_cont {
        padding-bottom: 31rem;
        border-radius: 14rem;
        background: #FAFAFA;
        overflow: hidden; }
        #result .inner .result_cont .result_cont_ttl {
          font-size: 23rem;
          letter-spacing: 0.02em;
          line-height: 1.4em;
          font-weight: 900;
          color: #0AA4B4;
          text-align: center;
          margin: 40rem 0; }
        #result .inner .result_cont .result_cont_txt {
          width: 259rem;
          margin: 0 auto; }
          #result .inner .result_cont .result_cont_txt .txt {
            width: 225rem;
            margin: 13rem auto 0;
            font-size: 14rem;
            line-height: 1.4em;
            font-weight: 900; }
            #result .inner .result_cont .result_cont_txt .txt .color {
              color: #0AA4B4; }
            #result .inner .result_cont .result_cont_txt .txt .small {
              font-size: 7rem;
              line-height: 0;
              font-weight: 400;
              position: relative;
              top: -1em; }
        #result .inner .result_cont .result_cont_img {
          width: 348rem;
          margin: 40rem 0 36rem auto; }
        #result .inner .result_cont .result_cont_btm {
          width: 330rem;
          margin: 0 auto;
          padding: 20rem 0;
          border-radius: 10px;
          background: #fff; }
          #result .inner .result_cont .result_cont_btm .result_cont_btm_txt {
            font-size: 23rem;
            letter-spacing: 0.02em;
            line-height: 1.3em;
            font-weight: 900;
            color: #0AA4B4;
            text-align: center; }
          #result .inner .result_cont .result_cont_btm .result_cont_btm_img {
            display: block;
            width: 274rem;
            margin: 15rem auto 0; }
      #result .inner .result_boxes .result_box {
        width: 100%;
        border-radius: 14rem;
        background: #FAFAFA;
        overflow: hidden;
        padding-bottom: 30rem; }
        #result .inner .result_boxes .result_box:first-child {
          margin-bottom: 40rem; }
        #result .inner .result_boxes .result_box .result_box_img {
          width: 315rem;
          margin: 28rem auto; }
        #result .inner .result_boxes .result_box .result_box_txt {
          font-size: 15rem;
          line-height: 1.7em;
          font-weight: 900;
          text-align: center; }
          #result .inner .result_boxes .result_box .result_box_txt span {
            display: inline-block; }
          #result .inner .result_boxes .result_box .result_box_txt .color {
            font-size: 25rem;
            color: #0AA4B4;
            line-height: 1.5em;
            vertical-align: -0.2em;
            margin-top: 4rem; }
            #result .inner .result_boxes .result_box .result_box_txt .color .num {
              font-size: 31rem;
              vertical-align: -0.05em; }
            #result .inner .result_boxes .result_box .result_box_txt .color .wave {
              line-height: 1.44em;
              text-decoration: underline;
              text-decoration-style: wavy;
              text-decoration-color: #0AA4B4;
              text-decoration-thickness: 3rem;
              text-underline-offset: 6rem; }

  #ex_product {
    position: relative;
    z-index: 3; }
    #ex_product .inner {
      padding: 100rem 0 50rem; }
      #ex_product .inner h2 {
        font-size: 29rem;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        color: #000;
        text-align: center;
        margin-bottom: 40rem; }
        #ex_product .inner h2 span {
          display: inline-block;
          padding-bottom: 3rem;
          background: linear-gradient(90deg, #0EE3F9, #6DE7F4);
          background-repeat: no-repeat;
          background-size: 100% 4rem;
          background-position: 0 100%; }
      #ex_product .inner .ex_product_scroll {
        width: 100%;
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
        #ex_product .inner .ex_product_scroll .ex_product_box {
          flex-shrink: 0;
          display: flex;
          justify-content: space-between;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
          background: #fff; }
          #ex_product .inner .ex_product_scroll .ex_product_box .ex_product_box_img {
            width: 359rem;
            margin: 0 7rem; }
        #ex_product .inner .ex_product_scroll.scroll2 {
          margin-top: 40rem; }
          #ex_product .inner .ex_product_scroll.scroll2 .ex_product_box .ex_product_box_img {
            transform: translateX(-180rem); }
      #ex_product .inner .en_product_btn {
        width: 298rem;
        margin: 40rem auto 0; }
        #ex_product .inner .en_product_btn a {
          display: block;
          width: 100%;
          font-size: 16rem;
          line-height: 1.7em;
          font-weight: 900;
          color: #fff;
          text-align: center;
          box-sizing: border-box;
          padding: 8rem 0;
          border-radius: 100rem;
          border: solid 1rem #0AA4B4;
          background: #0AA4B4; }

  #ex_event {
    position: relative;
    z-index: 3; }
    #ex_event .inner {
      width: 330rem;
      margin: 0 auto;
      padding: 50rem 0; }
      #ex_event .inner h2 {
        font-size: 29rem;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        color: #000;
        text-align: center;
        margin-bottom: 40rem; }
        #ex_event .inner h2 span {
          display: inline-block;
          padding-bottom: 3rem;
          background: linear-gradient(90deg, #0EE3F9, #6DE7F4);
          background-repeat: no-repeat;
          background-size: 100% 4rem;
          background-position: 0 100%; }
      #ex_event .inner .ex_event_boxes .ex_event_box:first-child {
        margin-bottom: 14rem; }

  #faq {
    width: 100%;
    position: relative;
    z-index: 3; }
    #faq .inner {
      width: 330rem;
      margin: 0 auto;
      padding: 50rem 0; }
      #faq .inner h2 {
        font-size: 29rem;
        letter-spacing: 0.02em;
        line-height: 2em;
        font-weight: 900;
        color: #000;
        text-align: center;
        margin-bottom: 40rem; }
        #faq .inner h2 span {
          display: inline-block;
          padding-bottom: 3rem;
          background: linear-gradient(90deg, #0EE3F9, #6DE7F4);
          background-repeat: no-repeat;
          background-size: 100% 4rem;
          background-position: 0 100%; }
      #faq .inner .faq_boxes {
        width: 100%;
        border-top: solid 2rem #14E3F9; }
        #faq .inner .faq_boxes .faq_box {
          width: 100%;
          border-bottom: solid 2rem #14E3F9; }
          #faq .inner .faq_boxes .faq_box .q_box {
            width: 100%;
            box-sizing: border-box;
            padding: 16rem 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            position: relative;
            cursor: pointer; }
            #faq .inner .faq_boxes .faq_box .q_box .icon {
              width: 26rem;
              margin-right: 14rem; }
            #faq .inner .faq_boxes .faq_box .q_box p {
              flex: 1;
              font-size: 16rem;
              letter-spacing: 0.05em;
              line-height: 1.5em;
              font-weight: 900;
              box-sizing: border-box;
              padding-right: 35rem; }
            #faq .inner .faq_boxes .faq_box .q_box::before {
              position: absolute;
              content: "";
              width: 18rem;
              height: 4rem;
              right: 2rem;
              top: 50%;
              transform: translateY(-50%);
              background: #000; }
            #faq .inner .faq_boxes .faq_box .q_box::after {
              position: absolute;
              content: "";
              width: 18rem;
              height: 4rem;
              right: 2rem;
              top: 50%;
              transform: translateY(-50%) rotate(-90deg);
              background: #000;
              transition: 0.3s; }
            #faq .inner .faq_boxes .faq_box .q_box.open::after {
              transform: translateY(-50%) rotate(0); }
          #faq .inner .faq_boxes .faq_box .a_box {
            display: none;
            box-sizing: border-box;
            padding: 0 0 16rem; }
            #faq .inner .faq_boxes .faq_box .a_box .a_box_txt {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              #faq .inner .faq_boxes .faq_box .a_box .a_box_txt .icon {
                width: 26rem;
                margin-right: 14rem; }
              #faq .inner .faq_boxes .faq_box .a_box .a_box_txt .a_txt {
                flex: 1;
                font-size: 14rem;
                letter-spacing: 0.05em;
                line-height: 1.6em;
                font-weight: 600; }
                #faq .inner .faq_boxes .faq_box .a_box .a_box_txt .a_txt span {
                  display: inline-block;
                  color: #14E3F9;
                  text-decoration: underline;
                  cursor: pointer; }

  /*問い合わせ系のモーダル*/
  .modal02 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11; }
    .modal02 .modal-bg {
      position: absolute;
      height: 100vh;
      width: 100%;
      background: rgba(0, 0, 0, 0.4); }
    .modal02 .modal-content {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      align-items: center; }
      .modal02 .modal-content .modal_inner {
        width: 100%;
        max-width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 16rem;
        background: #fff;
        border-radius: 16rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 12;
        box-shadow: 0rem 6rem 15rem rgba(0, 0, 0, 0.2); }
        .modal02 .modal-content .modal_inner .btn {
          width: 100%;
          max-width: 100%;
          height: 20rem;
          margin-bottom: 20rem;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          flex-direction: column; }
          .modal02 .modal-content .modal_inner .btn button {
            color: #333;
            font-size: 24rem;
            background: transparent;
            padding: 0;
            margin: 0;
            border: none; }
        .modal02 .modal-content .modal_inner .modal_ttl {
          font-size: 18rem;
          letter-spacing: 0;
          line-height: 1.4em;
          font-weight: 900;
          color: #333;
          padding-bottom: 16rem;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
        .modal02 .modal-content .modal_inner .modal_form {
          width: 541rem;
          max-width: 100%;
          height: 88%; }
          .modal02 .modal-content .modal_inner .modal_form iframe {
            width: 100%;
            height: 100%; }
    .modal02.contact {
      width: 100%; }
      .modal02.contact .modal-content .modal_inner {
        width: 95%;
        max-width: 95%;
        margin: 24rem 0;
        height: calc(100% - 48rem);
        padding: 16rem; }
        .modal02.contact .modal-content .modal_inner .btn {
          margin-bottom: 25rem; }
        .modal02.contact .modal-content .modal_inner .modal_ttl {
          font-size: 18rem;
          height: calc(5% - 20rem);
          padding-bottom: 8rem;
          margin: 0rem 0rem 20rem 0rem;
          max-width: 100%; }
        .modal02.contact .modal-content .modal_inner .modal_form {
          width: 541rem;
          height: 95%; }
    .modal02.dl {
      width: 100%; }
      .modal02.dl .modal-content .modal_inner h1 {
        height: 5%; }
      .modal02.dl .modal-content .modal_inner .modal_form {
        height: 88%;
        flex: 1; }

  footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 17rem;
    position: relative;
    z-index: 3; }
    footer .footer_inner {
      width: 320rem;
      margin: 0 auto 20rem;
      padding: 45rem 0px 0;
      margin-bottom: 40rem; }
      footer .footer_inner .footer_left {
        width: auto;
        max-width: 100%;
        margin-bottom: 70rem; }
        footer .footer_inner .footer_left .footer_logo {
          width: 132rem;
          margin: 0 auto 40rem; }
        footer .footer_inner .footer_left .footer_menu {
          width: 232rem;
          margin: 0 auto; }
          footer .footer_inner .footer_left .footer_menu dl:nth-child(n+2) {
            margin-top: 25rem; }
          footer .footer_inner .footer_left .footer_menu dl dt {
            font-size: 15rem;
            letter-spacing: 0.03em;
            line-height: 1.4em;
            font-weight: bold; }
          footer .footer_inner .footer_left .footer_menu dl dd {
            font-size: 13rem;
            letter-spacing: 0.03em;
            line-height: 1.4em;
            font-weight: 500;
            margin-top: 13rem; }
            footer .footer_inner .footer_left .footer_menu dl dd a {
              color: #000; }
      footer .footer_inner .footer_right {
        width: 232rem;
        margin: 0 auto; }
        footer .footer_inner .footer_right a {
          display: block;
          width: 100%;
          margin-bottom: 11rem; }
          footer .footer_inner .footer_right a:last-child {
            margin-bottom: 0; }
    footer .copyright {
      font-size: 12px;
      line-height: 2em;
      text-align: center; }

  /*side*/
  #side {
    display: none !important; } }

/*# sourceMappingURL=style_funding.css.map */
