@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; }

.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: "Inter", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%; }

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; }

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; }

/*フォント*/
.lato {
  font-family: "Lato", sans-serif; }

.notosans {
  font-family: "Noto Sans JP", sans-serif; }

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

button {
  cursor: pointer; }

/* PC */
@media screen and (min-width: 798px) {
  .sponly {
    display: none !important; }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    height: auto;
    justify-content: center; }
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .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;
  	}
  }*/
  #mv {
    width: 100%;
    max-width: 100%;
    background: #00a5b5ff;
    box-sizing: border-box; }
    #mv .mv_head {
      box-sizing: border-box;
      padding: 16px 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: linear-gradient(90deg, #f9fafbff 100%, #14b8a6 100%, #0d9488 100%); }
      #mv .mv_head .mv_head_img {
        width: 20%; }
      #mv .mv_head .mv_head_txt {
        width: 80%; }
        #mv .mv_head .mv_head_txt p {
          width: 90%;
          font-size: 28px;
          line-height: 32px;
          font-weight: 600;
          color: #00a5b5ff; }
    #mv .mv_cont {
      width: calc( 100% - 40px );
      max-width: calc( 100% - 40px );
      margin: 20px;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      flex: none;
      overflow-x: visible;
      overflow-y: visible; }
      #mv .mv_cont .mv_box {
        width: calc( 100% - 20px );
        max-width: calc( 100% - 20px );
        margin: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex: none; }
        #mv .mv_cont .mv_box .mv_box_left {
          width: 53%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          flex: none;
          gap: 5px; }
          #mv .mv_cont .mv_box .mv_box_left .mv_ttl {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 5px; }
            #mv .mv_cont .mv_box .mv_box_left .mv_ttl h1 {
              font-size: 48px;
              line-height: 1.4em;
              font-weight: 800;
              color: #fcff00;
              text-align: center; }
            #mv .mv_cont .mv_box .mv_box_left .mv_ttl .mv_txt {
              font-size: 28px;
              line-height: 1.4em;
              font-weight: 600;
              color: #fff; }
          #mv .mv_cont .mv_box .mv_box_left .mv_btn {
            width: 100%;
            margin: 10px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 32px; }
            #mv .mv_cont .mv_box .mv_box_left .mv_btn .btn {
              width: calc( 30% - 22px);
              max-width: calc( 30% - 22px);
              font-size: 18px;
              line-height: 28px;
              font-weight: 600;
              text-align: center;
              padding: 5px 0;
              border-radius: 8px;
              border: none;
              cursor: pointer; }
              #mv .mv_cont .mv_box .mv_box_left .mv_btn .btn.contact {
                color: #00a5b5;
                background: #fff; }
              #mv .mv_cont .mv_box .mv_box_left .mv_btn .btn.dl {
                color: #fff;
                background: #EF4444; }
        #mv .mv_cont .mv_box .mv_img {
          width: 50%;
          display: flex;
          flex: none; } }
@media screen and (min-width: 798px) and (max-width: 1140px) {
  #mv {
    width: 100%; }
    #mv .mv_cont {
      width: 100%; }
      #mv .mv_cont .mv_box .mv_box_left .mv_btn {
        margin: 15px 0; }
        #mv .mv_cont .mv_box .mv_box_left .mv_btn .btn {
          width: calc( 45% - 17px);
          max-width: calc( 45% - 17px); } }
@media screen and (min-width: 798px) {
  #case {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 24px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 48px;
    background: #f9fafb; }
    #case .case_ttl {
      width: 100%;
      max-width: 100%;
      text-align: center;
      font-size: 36px;
      line-height: 40px;
      font-weight: 600;
      color: #1F2937; }
    #case .case_boxes {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-content: flex-start;
      gap: 32px; }
      #case .case_boxes .case_box {
        width: calc( 32% - ( 32px * 0.68 ) );
        max-width: calc( 32% - ( 32px * 0.68 ) );
        box-sizing: border-box;
        padding: 33px;
        border-radius: 16px;
        border: solid 1px #E5E7EB;
        box-shadow: -1px 4px 6px -4px rgba(0, 0, 0, 0.1000000015);
        background: #fff;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 24px; }
        #case .case_boxes .case_box .case_box_head {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 4px; }
          #case .case_boxes .case_box .case_box_head .case_box_head_left {
            width: calc( 70% - ( 4px * 0.3 ) );
            max-width: calc( 70% - ( 4px * 0.3 ) );
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            gap: 24px; }
            #case .case_boxes .case_box .case_box_head .case_box_head_left .case_box_num {
              width: 100%;
              display: flex;
              justify-content: flex-start;
              align-items: center;
              gap: 12px; }
              #case .case_boxes .case_box .case_box_head .case_box_head_left .case_box_num .dot {
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background: #14B8A6; }
              #case .case_boxes .case_box .case_box_head .case_box_head_left .case_box_num .num {
                font-size: 18px;
                line-height: 28px;
                font-weight: 600;
                color: #0D9488; }
            #case .case_boxes .case_box .case_box_head .case_box_head_left .case_box_ttl {
              font-size: 20px;
              line-height: 32px;
              font-weight: 600;
              color: #1F2937; }
          #case .case_boxes .case_box .case_box_head .case_box_img {
            width: calc( 30% - ( 4px * 0.7 ) );
            max-width: calc( 30% - ( 4px * 0.7 ) ); }
          #case .case_boxes .case_box .case_box_head.short {
            gap: 11px; }
            #case .case_boxes .case_box .case_box_head.short .case_box_head_left {
              width: calc( 65% - ( 11px * 0.35000000000000003 ) );
              max-width: calc( 65% - ( 11px * 0.35000000000000003 ) ); }
            #case .case_boxes .case_box .case_box_head.short .case_box_img {
              width: calc( 35% - ( 11px * 0.65 ) );
              max-width: calc( 35% - ( 11px * 0.65 ) ); }
        #case .case_boxes .case_box .case_box_list {
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          gap: 16px; }
          #case .case_boxes .case_box .case_box_list .case_box_txt {
            display: flex;
            justify-content: flex-start;
            gap: 12px; }
            #case .case_boxes .case_box .case_box_list .case_box_txt .dot {
              width: 8px;
              height: 8px;
              margin-top: 8px;
              border-radius: 100%;
              background: #F87171;
              display: flex;
              flex: none; }
            #case .case_boxes .case_box .case_box_list .case_box_txt .txt {
              width: auto;
              max-width: 100%;
              box-sizing: border-box;
              padding-right: 13px;
              display: flex;
              flex: none; }
              #case .case_boxes .case_box .case_box_list .case_box_txt .txt p {
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                color: #4B5563; }

  #about {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px 24px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    background: linear-gradient(90deg, #f0fdfa, #ccfbf1); }
    #about .about_ttl {
      width: 100%;
      max-width: 100%;
      font-size: 36px;
      line-height: 40px;
      font-weight: 600;
      color: #1F2937;
      text-align: center; }
    #about .about_boxes {
      width: 96%;
      max-width: 96%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 37px;
      box-sizing: border-box;
      padding: 30px;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1000000015); }
      #about .about_boxes .about_box {
        width: calc( 50% - ( 37px * 0.5 ) );
        max-width: calc( 50% - ( 37px * 0.5 ) );
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 7px; }
        #about .about_boxes .about_box .about_box_ttl {
          font-size: 24px;
          line-height: 32px;
          font-weight: 600;
          color: #1F2937; }
        #about .about_boxes .about_box .about_box_list {
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          gap: 4px; }
          #about .about_boxes .about_box .about_box_list .about_box_txt {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 8px; }
            #about .about_boxes .about_box .about_box_list .about_box_txt:first-child .txt p {
              margin: 3px 0; }
            #about .about_boxes .about_box .about_box_list .about_box_txt .dot {
              width: 8px;
              height: 8px;
              border-radius: 100%;
              background: #14B8A6;
              display: flex;
              flex: none; }
            #about .about_boxes .about_box .about_box_list .about_box_txt .txt {
              width: auto;
              max-width: 100%;
              font-size: 18px;
              line-height: 29px;
              font-weight: 400;
              color: #374151; }

  #reason {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px 24px 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 64px;
    background: #f9fafbff; }
    #reason .reason_ttl {
      width: 100%;
      max-width: 100%;
      font-size: 36px;
      line-height: 40px;
      font-weight: 600;
      color: #1F2937;
      text-align: center; }
    #reason .reason_boxes {
      width: 96%;
      max-width: 96%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      gap: 30px; }
      #reason .reason_boxes .reason_box {
        width: 100%;
        max-width: 100%;
        height: 250px;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 16px;
        background: #fff; }
        #reason .reason_boxes .reason_box .reason_box_left {
          width: calc( 65% - ( 10px * 0.35000000000000003 ) );
          max-width: calc( 65% - ( 10px * 0.35000000000000003 ) );
          height: calc( 85% - ( 10px * 0.15000000000000002 ) );
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-direction: column; }
          #reason .reason_boxes .reason_box .reason_box_left .reason_box_num {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 12px; }
            #reason .reason_boxes .reason_box .reason_box_left .reason_box_num .dot {
              width: 8px;
              height: 8px;
              border-radius: 100%;
              background: #14B8A6; }
            #reason .reason_boxes .reason_box .reason_box_left .reason_box_num .num {
              font-size: 19px;
              line-height: 28px;
              font-weight: 600;
              color: #0D9488; }
          #reason .reason_boxes .reason_box .reason_box_left .reason_box_ttl {
            font-size: 30px;
            line-height: 36px;
            font-weight: 600;
            color: #1F2937;
            margin-top: 32px; }
          #reason .reason_boxes .reason_box .reason_box_left .reason_box_txt {
            font-size: 18px;
            line-height: 29px;
            font-weight: 400;
            color: #4B5563;
            margin-top: 23px; }
        #reason .reason_boxes .reason_box .reason_box_img {
          width: calc( 35% - ( 10px * 0.65 ) );
          max-width: calc( 35% - ( 10px * 0.65 ) );
          display: flex;
          justify-content: center;
          align-items: center; }
          #reason .reason_boxes .reason_box .reason_box_img img {
            width: 315px; }

  #faq {
    width: 100%;
    max-width: 100%;
    height: 380px;
    box-sizing: border-box;
    padding: 40px 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background: #f5f7f7; }
    #faq h1 {
      font-size: 32px;
      letter-spacing: 0;
      line-height: 1.4em;
      font-weight: 600;
      color: #333;
      margin-bottom: 40px; }
    #faq .faq_cont {
      width: 1280px;
      max-width: calc(100% - 80px);
      margin: 0 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #faq .faq_cont button {
        width: calc(50% - 16px);
        max-width: calc(50% - 16px);
        height: 78px;
        box-sizing: border-box;
        padding: 16px;
        margin: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: solid 2px #2F9CA5;
        border-radius: 8px;
        background: #fff;
        transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }
        #faq .faq_cont button:hover {
          background: #e1e5e5;
          transform: scale(1.02, 1.02); }
        #faq .faq_cont button .faq_btn_txt {
          width: 90%;
          max-width: 90%;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          text-align: left; }
          #faq .faq_cont button .faq_btn_txt .faq_btn_q {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 600;
            color: #309da5; }
          #faq .faq_cont button .faq_btn_txt .faq_btn_txt {
            width: auto;
            max-width: calc(100% - 8px);
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 400;
            color: #309da5;
            margin: 2px 8px 0 0; }
        #faq .faq_cont button i {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #f5f7f7;
          border-radius: 30px;
          color: #309da5;
          font-size: 24px;
          margin: 0px 0px 0px 0px;
          padding: 1px 3px 2px 3px;
          max-width: 100%;
          position: relative; }
    #faq .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      z-index: 11; }
      #faq .modal .modal-bg {
        position: absolute;
        height: 100vh;
        width: 100%;
        background: rgba(0, 0, 0, 0.16); }
      #faq .modal .modal-content {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        #faq .modal .modal-content .modal_inner {
          width: 400px;
          max-width: calc(100% - 40px);
          height: 240px;
          box-sizing: border-box;
          padding: 20px;
          margin: 20px;
          background: #fff;
          border-radius: 8px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          position: relative;
          z-index: 12; }
          #faq .modal .modal-content .modal_inner h2 {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 600;
            color: #309da5;
            margin-bottom: 10px; }
          #faq .modal .modal-content .modal_inner .modal_txt {
            font-size: 15px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 400;
            color: #333; }
            #faq .modal .modal-content .modal_inner .modal_txt span {
              font-weight: 800; } }
@media screen and (min-width: 798px) and (max-width: 1140px) {
  #faq .faq_cont {
    max-width: 100%; }
    #faq .faq_cont button {
      padding: 12px;
      margin: 0px 4px 8px; } }
@media screen and (min-width: 798px) {
  /*問い合わせ系のモーダル*/
  .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: auto;
        max-width: 100%;
        height: 85vh;
        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 h1 {
          font-size: 20px;
          letter-spacing: 0;
          line-height: 1.4em;
          font-weight: 600;
          color: #333;
          padding-bottom: 8px;
          text-align: center; }
        .modal02 .modal-content .modal_inner .modal_txt {
          font-size: 11px;
          line-height: 1.4em;
          font-weight: 400;
          color: #333333;
          text-align: center; }
        .modal02 .modal-content .modal_inner .modal_form {
          width: 100%;
          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 {
        justify-content: center; }
        .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 h1 {
            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: 85vh; }
        .modal02.dl .modal-content .modal_inner .modal_form {
          height: 88%; }

  .float_btn {
    display: none; }

  footer {
    width: 100%;
    max-width: 100%; }
    footer .footer_inner {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 40px 24px 30px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      gap: 24px;
      background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 50%, #0d9488 100%); }
      footer .footer_inner .ttl {
        width: 100%;
        max-width: 100%;
        font-size: 36px;
        line-height: 40px;
        font-weight: 600;
        color: #fff;
        text-align: center; }
      footer .footer_inner .txt {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        text-align: center; }
      footer .footer_inner .footer_btn {
        width: 100%;
        padding-top: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px; }
        footer .footer_inner .footer_btn .btn {
          width: auto;
          max-width: 100%;
          height: 44px;
          font-size: 18px;
          line-height: 28px;
          font-weight: 600;
          text-align: center;
          box-sizing: border-box;
          padding: 12px 32px 12px 32px;
          border-radius: 6px;
          border: none;
          cursor: pointer;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          footer .footer_inner .footer_btn .btn.contact {
            color: #00a5b5;
            background: #fff; }
          footer .footer_inner .footer_btn .btn.dl {
            color: #fff;
            background: #EF4444; } }
/* SP */
@media screen and (max-width: 797px) {
  .pconly {
    display: none !important; }

  .content {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    height: auto;
    justify-content: center; }
    .content .content_inner {
      width: 100%;
      max-width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .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;
  	}
  }*/
  #mv {
    width: 100%;
    max-width: 100%;
    background: #00a5b5ff;
    box-sizing: border-box; }
    #mv .mv_head {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-wrap: wrap;
      background: linear-gradient(90deg, #f9fafbff 100%, #14b8a6 100%, #0d9488 100%); }
      #mv .mv_head .mv_head_img {
        width: 60%;
        max-width: 100%;
        flex: none;
        display: flex;
        justify-content: center; }
        #mv .mv_head .mv_head_img img {
          width: 314px;
          margin: 0 5px; }
      #mv .mv_head .mv_head_txt {
        width: 90%;
        margin-bottom: 10px; }
        #mv .mv_head .mv_head_txt p {
          width: calc( 100% - 10px );
          max-width: calc( 100% - 10px );
          margin: 0 5px;
          font-size: 16px;
          line-height: 32px;
          font-weight: 600;
          color: #00a5b5;
          text-align: center; }
    #mv .mv_cont {
      width: 100%;
      max-width: 100%;
      padding: 15px 10px;
      box-sizing: border-box; }
      #mv .mv_cont .mv_box {
        width: calc( 100% - 20px );
        max-width: calc( 100% - 20px );
        margin: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex: none;
        gap: 5px 0px; }
        #mv .mv_cont .mv_box .mv_box_left {
          width: 100%;
          max-width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          flex: none;
          gap: 7px; }
          #mv .mv_cont .mv_box .mv_box_left .mv_ttl {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 7px; }
            #mv .mv_cont .mv_box .mv_box_left .mv_ttl h1 {
              font-size: 36px;
              line-height: 1.4em;
              font-weight: 800;
              color: #fcff00;
              text-align: center; }
            #mv .mv_cont .mv_box .mv_box_left .mv_ttl .mv_txt {
              font-size: 28px;
              line-height: 1.4em;
              font-weight: 600;
              color: #fff; }
          #mv .mv_cont .mv_box .mv_box_left .mv_btn {
            width: 100%;
            margin: 10px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 14px;
            margin: 15px 0; }
            #mv .mv_cont .mv_box .mv_box_left .mv_btn .btn {
              width: calc( 60% - ( 14px * 0.4 ) );
              max-width: calc( 60% - ( 14px * 0.4 ) );
              font-size: 13px;
              line-height: 28px;
              font-weight: 600;
              text-align: center;
              padding: 5px 0;
              border-radius: 8px;
              border: none;
              cursor: pointer; }
              #mv .mv_cont .mv_box .mv_box_left .mv_btn .btn.contact {
                color: #00a5b5;
                background: #fff; }
              #mv .mv_cont .mv_box .mv_box_left .mv_btn .btn.dl {
                color: #fff;
                background: #EF4444; }
        #mv .mv_cont .mv_box .mv_img {
          width: 50%;
          display: flex;
          flex: none; }

  #case {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 28px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    background: #f9fafb; }
    #case .case_ttl {
      width: 100%;
      max-width: 100%;
      text-align: center;
      font-size: 20px;
      line-height: 40px;
      font-weight: 600;
      color: #1F2937; }
    #case .case_boxes {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-content: flex-start;
      flex-wrap: wrap;
      gap: 14px 0px; }
      #case .case_boxes .case_box {
        width: 90%;
        max-width: 90%;
        box-sizing: border-box;
        padding: 16px;
        border-radius: 16px;
        border: solid 1px #E5E7EB;
        box-shadow: -1px 4px 6px -4px rgba(0, 0, 0, 0.1000000015);
        background: #fff;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px; }
        #case .case_boxes .case_box .case_box_head {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 10px; }
          #case .case_boxes .case_box .case_box_head .case_box_head_left {
            width: calc( 70% - ( 10px * 0.3 ) );
            max-width: calc( 70% - ( 10px * 0.3 ) );
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            gap: 10px; }
            #case .case_boxes .case_box .case_box_head .case_box_head_left .case_box_num {
              width: 100%;
              display: flex;
              justify-content: flex-start;
              align-items: center;
              gap: 4px; }
              #case .case_boxes .case_box .case_box_head .case_box_head_left .case_box_num .dot {
                width: 8px;
                height: 8px;
                border-radius: 100%;
                background: #14B8A6; }
              #case .case_boxes .case_box .case_box_head .case_box_head_left .case_box_num .num {
                font-size: 13px;
                line-height: 28px;
                font-weight: 600;
                color: #0D9488; }
            #case .case_boxes .case_box .case_box_head .case_box_head_left .case_box_ttl {
              font-size: 18px;
              line-height: 32px;
              font-weight: 600;
              color: #1F2937; }
          #case .case_boxes .case_box .case_box_head .case_box_img {
            width: calc( 30% - 3px - ( 10px * 0.7 ) );
            max-width: calc( 30% - 3px - ( 10px * 0.7 ) ); }
        #case .case_boxes .case_box .case_box_list {
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          gap: 6px; }
          #case .case_boxes .case_box .case_box_list .case_box_txt {
            display: flex;
            justify-content: flex-start;
            gap: 4px; }
            #case .case_boxes .case_box .case_box_list .case_box_txt .dot {
              width: 8px;
              height: 8px;
              margin-top: 8px;
              border-radius: 100%;
              background: #F87171;
              display: flex;
              flex: none; }
            #case .case_boxes .case_box .case_box_list .case_box_txt .txt {
              width: 561px;
              max-width: 100%;
              box-sizing: border-box;
              padding-right: 13px;
              display: flex;
              flex: none; }
              #case .case_boxes .case_box .case_box_list .case_box_txt .txt p {
                font-size: 13px;
                line-height: 24px;
                font-weight: 400;
                color: #4B5563; }

  #about {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 28px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    background: linear-gradient(90deg, #f0fdfa, #ccfbf1); }
    #about .about_ttl {
      width: 100%;
      max-width: 100%;
      font-size: 20px;
      line-height: 40px;
      font-weight: 600;
      color: #1F2937;
      text-align: center; }
    #about .about_boxes {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      gap: 0;
      box-sizing: border-box;
      padding: 14px;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1000000015); }
      #about .about_boxes .about_box {
        width: 100%;
        max-width: 90%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 7px; }
        #about .about_boxes .about_box .about_box_ttl {
          font-size: 15px;
          line-height: 32px;
          font-weight: 600;
          color: #1F2937; }
        #about .about_boxes .about_box .about_box_list {
          display: flex;
          justify-content: flex-start;
          flex-direction: column;
          gap: 6px; }
          #about .about_boxes .about_box .about_box_list .about_box_txt {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 2px; }
            #about .about_boxes .about_box .about_box_list .about_box_txt:first-child .txt p {
              margin: 3px 0; }
            #about .about_boxes .about_box .about_box_list .about_box_txt .dot {
              width: 8px;
              height: 8px;
              border-radius: 100%;
              background: #14B8A6;
              display: flex;
              flex: none; }
            #about .about_boxes .about_box .about_box_list .about_box_txt .txt {
              width: auto;
              max-width: 100%;
              font-size: 13px;
              line-height: 29px;
              font-weight: 400;
              color: #374151; }

  #reason {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 28px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 28px;
    background: #f9fafb; }
    #reason .reason_ttl {
      width: 100%;
      max-width: 100%;
      font-size: 20px;
      line-height: 40px;
      font-weight: 600;
      color: #1F2937;
      text-align: center; }
    #reason .reason_boxes {
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      gap: 28px; }
      #reason .reason_boxes .reason_box {
        width: 100%;
        max-width: 100%;
        height: calc( 33% - ( 28px * 0.67 ) );
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px 0px;
        border-radius: 16px;
        background: #fff; }
        #reason .reason_boxes .reason_box .reason_box_left {
          width: 100%;
          max-width: 100%;
          height: calc( 85% - ( 20px * 0.15000000000000002 ) );
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-direction: column; }
          #reason .reason_boxes .reason_box .reason_box_left .reason_box_num {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4px; }
            #reason .reason_boxes .reason_box .reason_box_left .reason_box_num .dot {
              width: 8px;
              height: 8px;
              border-radius: 100%;
              background: #14B8A6; }
            #reason .reason_boxes .reason_box .reason_box_left .reason_box_num .num {
              font-size: 14px;
              line-height: 28px;
              font-weight: 600;
              color: #0D9488; }
          #reason .reason_boxes .reason_box .reason_box_left .reason_box_ttl {
            width: 100%;
            font-size: 20px;
            line-height: 36px;
            font-weight: 600;
            color: #1F2937;
            margin-top: 12px;
            text-align: center; }
          #reason .reason_boxes .reason_box .reason_box_left .reason_box_txt {
            width: 100%;
            font-size: 16px;
            line-height: 29px;
            font-weight: 400;
            color: #4B5563;
            text-align: center;
            margin-top: 23px; }
        #reason .reason_boxes .reason_box .reason_box_img {
          width: 100%;
          max-width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          #reason .reason_boxes .reason_box .reason_box_img img {
            width: 65%; }

  #faq {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background: #f5f7f7; }
    #faq h1 {
      font-size: 24px;
      letter-spacing: 0;
      line-height: 1.4em;
      font-weight: 600;
      color: #333;
      margin-bottom: 24px; }
    #faq .faq_cont {
      width: 1280px;
      max-width: calc(100% - 48px);
      margin: 0 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #faq .faq_cont button {
        width: calc(100% - 16px);
        max-width: calc(100% - 16px);
        height: calc(25% - 16px);
        box-sizing: border-box;
        padding: 16px;
        margin: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: solid 2px #2F9CA5;
        border-radius: 8px;
        background: #fff;
        transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }
        #faq .faq_cont button:hover {
          background: #e1e5e5;
          transform: scale(1.02, 1.02); }
        #faq .faq_cont button .faq_btn_txt {
          width: 86%;
          max-width: 86%;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          text-align: left; }
          #faq .faq_cont button .faq_btn_txt .faq_btn_q {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 600;
            color: #309da5; }
          #faq .faq_cont button .faq_btn_txt .faq_btn_txt {
            width: auto;
            max-width: 100%;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 500;
            color: #309da5; }
        #faq .faq_cont button i {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #f5f7f7;
          border-radius: 30px;
          color: #309da5;
          font-size: 24px;
          margin: 0px 0px 0px 0px;
          padding: 1px 3px 2px 3px;
          max-width: 100%;
          position: relative; }
    #faq .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      z-index: 11; }
      #faq .modal .modal-bg {
        position: absolute;
        height: 100vh;
        width: 100%;
        background: rgba(0, 0, 0, 0.16); }
      #faq .modal .modal-content {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        #faq .modal .modal-content .modal_inner {
          width: 400px;
          max-width: calc(100% - 40px);
          height: 240px;
          box-sizing: border-box;
          padding: 20px;
          margin: 20px;
          background: #fff;
          border-radius: 8px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          position: relative;
          z-index: 12; }
          #faq .modal .modal-content .modal_inner h2 {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 600;
            color: #309da5;
            margin-bottom: 10px; }
          #faq .modal .modal-content .modal_inner .modal_txt {
            font-size: 15px;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: 400;
            color: #333; }
            #faq .modal .modal-content .modal_inner .modal_txt span {
              font-weight: 800; }

  /*問い合わせ系のモーダル*/
  .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: 95%;
        max-width: 95%;
        height: calc(100% - 48px);
        box-sizing: border-box;
        padding: 16px 16px 1px 16px;
        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: 24px;
          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 h1 {
          font-size: 18px;
          letter-spacing: 0;
          line-height: 1.4em;
          font-weight: 800;
          color: #333;
          text-align: center; }
        .modal02 .modal-content .modal_inner .modal_txt {
          font-size: 11px;
          line-height: 1.4em;
          font-weight: 400;
          color: #333333;
          text-align: center; }
        .modal02 .modal-content .modal_inner .modal_form {
          width: 100%;
          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 {
        justify-content: center; }
        .modal02.contact .modal-content .modal_inner h1 {
          padding-bottom: 8px; }
        .modal02.contact .modal-content .modal_inner .modal_form {
          height: 100%; }
    .modal02.dl {
      width: 100%; }
      .modal02.dl .modal-content {
        justify-content: center; }
        .modal02.dl .modal-content .modal_inner h1 {
          margin-bottom: 20px; }
        .modal02.dl .modal-content .modal_inner .modal_form {
          height: 88%; }

  .float_btn {
    display: none; }

  footer {
    width: 100%;
    max-width: 100%; }
    footer .footer_inner {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 28px 10px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      gap: 10px;
      background: linear-gradient(135deg, #2dd4bf 0%, #14b8a6 50%, #0d9488 100%); }
      footer .footer_inner .ttl {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        line-height: 40px;
        font-weight: 600;
        color: #fff;
        text-align: center; }
      footer .footer_inner .txt {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        text-align: center; }
      footer .footer_inner .footer_btn {
        width: 100%;
        padding-top: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px 0px; }
        footer .footer_inner .footer_btn .btn {
          width: 100%;
          max-width: 100%;
          height: 44px;
          font-size: 13px;
          line-height: 28px;
          font-weight: 600;
          text-align: center;
          box-sizing: border-box;
          padding: 12px 32px 12px 32px;
          border-radius: 6px;
          border: none;
          cursor: pointer;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          footer .footer_inner .footer_btn .btn.contact {
            color: #0D9488;
            background: #fff; }
          footer .footer_inner .footer_btn .btn.dl {
            color: #fff;
            background: #EF4444; } }

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