<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -----------------------------------------------------------------------------------------------------------------------------------------------*/
.gray {
  color: #6E6E6E; }

.black {
  color: #00100E; }

.blue {
  color: #00B4FA; }

.light_blue {
  color: #5BDAFD; }

.red {
  color: #FF0000; }

.white {
  color: #FFFFFF; }

/* -----------------------------------------------------------------------------------------------------------------------------------------------*/
.font10 {
  font-size: 10px; }
  @media (max-width: 735px) {
    .font10 {
      font-size: 8px; } }

.font11 {
  font-size: 11px; }

.font12 {
  font-size: 12px; }

.font13 {
  font-size: 13px; }
  @media (max-width: 735px) {
    .font13 {
      font-size: 10px; } }

.font13_12 {
  font-size: 13px; }
  @media (max-width: 735px) {
    .font13_12 {
      font-size: 12px; } }

.font13_13 {
  font-size: 13px; }
  @media (max-width: 735px) {
    .font13_13 {
      font-size: 13px; } }

.font14 {
  font-size: 14px; }

.font15 {
  font-size: 15px; }
  @media (max-width: 735px) {
    .font15 {
      font-size: 13px; } }

.font15_15 {
  font-size: 15px; }
  @media (max-width: 735px) {
    .font15_15 {
      font-size: 15px; } }

.font16 {
  font-size: 16px; }
  @media (max-width: 735px) {
    .font16 {
      font-size: 13px; } }

.font16_16 {
  font-size: 16px; }
  @media (max-width: 735px) {
    .font16_16 {
      font-size: 16px; } }

.font16_14 {
  font-size: 16px; }
  @media (max-width: 735px) {
    .font16_14 {
      font-size: 14px; } }

.font16_15 {
  font-size: 16px; }
  @media (max-width: 735px) {
    .font16_15 {
      font-size: 15px; } }

.font17 {
  font-size: 17px; }

.font18 {
  font-size: 18px; }
  @media (max-width: 735px) {
    .font18 {
      font-size: 16px; } }

.font19_13 {
  font-size: 19px; }
  @media (max-width: 735px) {
    .font19_13 {
      font-size: 13px; } }

.font19_15 {
  font-size: 19px; }
  @media (max-width: 735px) {
    .font19_15 {
      font-size: 15px; } }

.font20 {
  font-size: 20px; }

.font21 {
  font-size: 21px; }
  @media (max-width: 735px) {
    .font21 {
      font-size: 19px; } }

.font23 {
  font-size: 23px; }

.font24 {
  font-size: 24px; }
  @media (max-width: 735px) {
    .font24 {
      font-size: 13px; } }

.font25 {
  font-size: 25px; }
  @media (max-width: 735px) {
    .font25 {
      font-size: 23px; } }

.font27 {
  font-size: 27px; }
  @media (max-width: 735px) {
    .font27 {
      font-size: 20px; } }

.font29 {
  font-size: 29px; }
  @media (max-width: 735px) {
    .font29 {
      font-size: 23px; } }

.font30 {
  font-size: 30px; }
  @media (max-width: 735px) {
    .font30 {
      font-size: 20px; } }

.font31 {
  font-size: 31px;
  margin: 0; }
  @media (max-width: 735px) {
    .font31 {
      font-size: 19px; } }

.font32 {
  font-size: 32px; }
  @media (max-width: 735px) {
    .font32 {
      font-size: 20px; } }

.font32_23 {
  font-size: 32px; }
  @media (max-width: 735px) {
    .font32_23 {
      font-size: 23px; } }

.font33 {
  font-size: 33px; }

.font37 {
  font-size: 37px; }
  @media (max-width: 735px) {
    .font37 {
      font-size: 23px; } }

.font40 {
  font-size: 40px;
  margin: 0 14px 0 0; }

.font50 {
  font-size: 50px; }

/* -----------------------------------------------------------------------------------------------------------------------------------------------*/
.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.midium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.blak {
  font-weight: 900; }

/* -----------------------------------------------------------------------------------------------------------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box; }

body {
  margin: 0 auto; }

.inner {
  text-align: center;
  margin: 0 auto;
  max-width: 1046px;
  width: 100%; }
  @media screen and (max-width: 1046px) {
    .inner {
      width: 90%; } }

.bg_blue {
  background-color: #EAF8FF;
  border-radius: 64px;
  max-width: 1194px;
  width: 100%;
  margin: 188px auto;
  text-align: center; }
  @media screen and (max-width: 1194px) {
    .bg_blue {
      width: 93%; } }
  @media (max-width: 735px) {
    .bg_blue {
      margin: 95px auto; } }

.flex {
  display: flex; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.flex_al_c {
  align-items: center; }

.red_underline {
  border-bottom: 4px solid #FF0000; }

.dot {
  -webkit-text-emphasis: filled;
  text-emphasis: filled; }

.margin0 {
  margin: 0; }

.magin_bt0 {
  margin-bottom: 0; }

.magin_tp0 {
  margin-top: 0; }

.line-height1 {
  line-height: 1.7; }

/* -----------------------------------------------------------------------------------------------------------------------------------------------*/
header {
  position: relative; }
  header .heder_inner .header_bg {
    background-color: #00B4FA;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    /* はじめは通常の要素と同じように存在し、スクロールをすると親要素に固定 */
    width: 100%;
    /* 幅いっぱいを指定 */
    top: 0;
    /* 上下の固定位置を上から0pxにする */
    left: 0;
    /* 左右の固定位置を左から0pxにする */
    z-index: 998;
    /* 画面の最前面に表示するために指定する */
    /* mix-blend-mode: multiply; */
    /* 重なる要素の色を識別して要素の色を変更できる */
    padding: 20px 0; }
    @media (max-width: 735px) {
      header .heder_inner .header_bg {
        padding: 15px 0; } }
    header .heder_inner .header_bg .header_01 {
      max-width: 1016px;
      margin: 0 auto;
      align-items: center; }
      @media screen and (max-width: 1016px) {
        header .heder_inner .header_bg .header_01 {
          margin: 0 20px; } }
      header .heder_inner .header_bg .header_01 a:hover {
        opacity: 0.5; }
      header .heder_inner .header_bg .header_01 .header_logo {
        width: 280px;
        max-width: 100%;
        height: auto; }
        @media (max-width: 735px) {
          header .heder_inner .header_bg .header_01 .header_logo {
            width: 185px; } }
        @media screen and (max-width: 400px) {
          header .heder_inner .header_bg .header_01 .header_logo {
            width: 185px; } }
  header .heder_inner .header_02 {
    position: fixed;
    z-index: 999;
    width: 100%; }
    header .heder_inner .header_02 .CTA_btn {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 20px;
      min-width: 170px;
      height: 40px;
      margin-left: 3%;
      text-align: center;
      transition: .5s;
      cursor: pointer; }
      @media screen and (max-width: 860px) {
        header .heder_inner .header_02 .CTA_btn {
          min-width: 121px;
          height: 34px; }
          header .heder_inner .header_02 .CTA_btn span {
            font-size: 13px; } }
    header .heder_inner .header_02 .CTA_contact_btn_1 {
      background-color: #FFFFFF;
      position: absolute;
      top: -125px;
      right: calc(50% - 417px); }
      @media screen and (max-width: 1230px) {
        header .heder_inner .header_02 .CTA_contact_btn_1 {
          right: 370px; } }
      @media screen and (max-width: 860px) {
        header .heder_inner .header_02 .CTA_contact_btn_1 {
          position: absolute;
          top: -120px;
          right: 270px; } }
      @media (max-width: 735px) {
        header .heder_inner .header_02 .CTA_contact_btn_1 {
          position: absolute;
          top: -71px;
          left: 430px; } }
      @media screen and (max-width: 600px) {
        header .heder_inner .header_02 .CTA_contact_btn_1 {
          position: absolute;
          top: -71px;
          left: 317px; } }
      @media screen and (max-width: 500px) {
        header .heder_inner .header_02 .CTA_contact_btn_1 {
          position: absolute;
          top: -71px;
          left: 218px; } }
      @media screen and (max-width: 400px) {
        header .heder_inner .header_02 .CTA_contact_btn_1 {
          position: absolute;
          top: -67px;
          left: 240px; } }
      @media screen and (max-width: 385px) {
        header .heder_inner .header_02 .CTA_contact_btn_1 {
          position: absolute;
          top: -67px;
          left: 214px; } }
    header .heder_inner .header_02 .CTA_contact_btn_1:hover {
      background-color: #f0f1f1; }
    header .heder_inner .header_02 .CTA_free_btn_1 {
      background-color: #FF0000;
      position: absolute;
      top: -125px;
      right: calc(50% - 597px); }
      @media screen and (max-width: 1230px) {
        header .heder_inner .header_02 .CTA_free_btn_1 {
          right: 190px; } }
      @media screen and (max-width: 860px) {
        header .heder_inner .header_02 .CTA_free_btn_1 {
          position: absolute;
          top: -120px;
          right: 140px; } }
      @media (max-width: 735px) {
        header .heder_inner .header_02 .CTA_free_btn_1 {
          display: none; } }
    header .heder_inner .header_02 .CTA_free_btn_1:hover {
      background-color: #e20404; }
    header .heder_inner .header_02 .CTA_free-demo_btn_1 {
      background-color: #FF0000;
      position: absolute;
      top: -125px;
      right: calc(50% - 597px); }
      @media screen and (max-width: 1230px) {
        header .heder_inner .header_02 .CTA_free-demo_btn_1 {
          right: 10px; } }
      @media screen and (max-width: 860px) {
        header .heder_inner .header_02 .CTA_free-demo_btn_1 {
          position: absolute;
          top: -120px; } }
      @media (max-width: 735px) {
        header .heder_inner .header_02 .CTA_free-demo_btn_1 {
          display: none; } }
    header .heder_inner .header_02 .CTA_free-demo_btn_1:hover {
      background-color: #e20404; }

main {
  margin-top: 150px; }
  @media (max-width: 735px) {
    main {
      margin-top: 83px; } }

.fv {
  position: relative; }
  @media (min-width: 735px) {
    .fv {
      padding-top: 20px; } }
  @media (min-width: 735px) {
    .fv .fv_inner .br_1 {
      display: none; } }
  .fv .fv_inner .fv_content {
    position: relative;
    max-width: 1044px;
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px; }
    @media (max-width: 735px) {
      .fv .fv_inner .fv_content {
        text-align: center; } }
    .fv .fv_inner .fv_content .fv_img_right {
      transform: translateY(0%); }
      @media screen and (max-width: 1044px) {
        .fv .fv_inner .fv_content .fv_img_right {
          width: 51.953125%; } }
      @media (max-width: 735px) {
        .fv .fv_inner .fv_content .fv_img_right {
          width: 100%;
          padding-bottom: 30px; } }
      @media (min-width: 735px) {
        .fv .fv_inner .fv_content .fv_img_right {
          position: absolute;
          right: -2px;
          bottom: -11%;
          transform: translateY(11%); } }
      .fv .fv_inner .fv_content .fv_img_right img {
        max-width: 100%; }
        @media (min-width: 735px) {
          .fv .fv_inner .fv_content .fv_img_right img {
            width: 594px;
            max-width: 100%;
            padding-top: 0.75%; } }
  .fv .fv_text01,
  .fv .fv_text02,
  .fv .fv_text03,
  .fv .fv_img {
    z-index: 2;
    position: relative; }
  .fv .fv_txt {
    width: 400px;
    text-align: center;
    font-weight: 700;
    position: relative; }
    .fv .fv_txt:before {
      content: "";
      position: absolute;
      background-color: #E4F8FE;
      height: 30px;
      width: calc(100% - 40px);
      z-index: -1;
      left: 0;
      right: 0;
      top: 1px;
      bottom: 0;
      margin: auto; }
    .fv .fv_txt:after {
      content: "";
      position: absolute;
      background-color: #E4F8FE;
      height: 8px;
      width: 50px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      z-index: -1;
      left: 0;
      right: 0;
      top: 28px;
      margin: auto; }
    @media screen and (max-width: 500px) {
      .fv .fv_txt {
        width: auto;
        margin: 10px 0 15px; } }
@media (max-width: 735px) and (max-width: 735px) {
  .fv .fv_text01,
  .fv .fv_text02,
  .fv .fv_text03 {
    position: static; } }
  @media (max-width: 735px) {
    .fv .fv_img_right {
      background: #020024;
      background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, #f9fafc 14%, #dbf7ff 47%, #f9fafc 80%, rgba(0, 212, 255, 0) 100%); } }
  @media screen and (max-width: 1044px) {
    .fv .fv_text01 {
      font-size: 1.53vw; } }
  @media (max-width: 735px) {
    .fv .fv_text01 {
      font-size: 3vw; } }
  .fv .fv_text02 {
    font-size: 47px;
    margin: 0; }
    @media (max-width: 735px) {
      .fv .fv_text02 {
        font-size: 5.7vw; } }
  .fv .fv_text03 {
    display: block;
    margin-bottom: 15px; }
    @media (max-width: 735px) {
      .fv .fv_text03 {
        text-align: left; } }
  .fv sup {
    vertical-align: top;
    font-size: 0.3em; }
  @media screen and (max-width: 1044px) {
    .fv .fv_img {
      width: 60.05747126436782%; } }
  @media (max-width: 735px) {
    .fv .fv_img {
      width: 80%;
      margin: 0 auto;
      justify-content: center;
      top: -30px; } }
  @media screen and (max-width: 500px) {
    .fv .fv_img {
      width: 95%;
      margin: 0 auto;
      justify-content: center;
      top: -25px; } }
  .fv .fv_img img {
    width: 133px;
    max-width: 100%;
    height: auto; }
    @media screen and (max-width: 1044px) {
      .fv .fv_img img {
        width: calc(100% /3); } }
    @media (max-width: 735px) {
      .fv .fv_img img {
        margin-left: -3%; } }
  .fv .fv_img .CTA_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 35px;
    width: 100%;
    height: 70px;
    max-width: 100%;
    text-align: center;
    transition: .5s;
    cursor: pointer; }
    @media (min-width: 735px) {
      .fv .fv_img .CTA_btn {
        width: 40%; } }
  .fv .fv_img .CTA_free_btn_2 {
    background-color: #FF0000;
    box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16); }
    @media (min-width: 735px) {
      .fv .fv_img .CTA_free_btn_2 {
        margin: 15px 0 15px; } }
  .fv .fv_img .CTA_free_btn_2:hover {
    background-color: #e20404;
    box-shadow: none; }
  @media (min-width: 735px) {
    .fv .fv_bg {
      background: #020024;
      background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, #f9fafc 35%, #dbf7ff 60%, #f9fafc 75%, rgba(0, 212, 255, 0) 100%);
      position: absolute;
      top: 92px;
      left: 0;
      height: 382px;
      width: 100%;
      z-index: -1; } }

.about {
  margin-top: 123px;
  margin-bottom: 222px; }
  @media (max-width: 735px) {
    .about {
      margin-top: 67px; } }
  @media (min-width: 735px) {
    .about .br_1 {
      display: none; } }
  .about .ABOUT_img {
    width: 90%; }
    @media (max-width: 735px) {
      .about .ABOUT_img {
        display: none; } }
  .about .ABOUT_sp_img {
    width: 100%; }
    @media (min-width: 735px) {
      .about .ABOUT_sp_img {
        display: none; } }
  .about .about_text {
    margin: 42px auto; }
    @media (max-width: 735px) {
      .about .about_text {
        margin: 0 auto; } }
  .about .history {
    position: relative; }
    .about .history .bg_blue {
      position: relative;
      padding: 3% 82px 2% 45px;
      margin: 60px auto; }
      @media screen and (max-width: 915px) {
        .about .history .bg_blue {
          padding: 51px 28px 20px 28px; } }
      .about .history .bg_blue .background_img {
        position: absolute;
        top: -5%;
        left: 50%; }
      @media screen and (min-width: 916px) {
        .about .history .bg_blue .about_flex {
          display: flex;
          justify-content: space-around;
          align-self: flex-start; } }
      .about .history .bg_blue .about_flex .flex_right {
        flex-basis: 50%; }
      .about .history .bg_blue .background_map {
        margin-top: -150px;
        margin-left: -36%; }
        @media screen and (max-width: 915px) {
          .about .history .bg_blue .background_map {
            margin-top: -18px;
            margin-left: 45%; } }
        .about .history .bg_blue .background_map .background_map_img {
          width: 220px;
          max-width: 100%;
          height: auto; }

@media screen and (min-width: 390px) {
  .cta {
    background-image: url(../img/CTA_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 20%;
    width: 100%; } }
@media screen and (max-width: 390px) {
  .cta {
    background-image: url(../img/CTA_background_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 390px;
    max-width: 100%;
    height: auto; } }
.cta .inner {
  padding: 3%;
  width: 100%; }
  @media screen and (max-width: 616px) {
    .cta .inner {
      padding: 15% 3%; } }
  @media (min-width: 735px) {
    .cta .inner br {
      display: none; } }
  .cta .inner .cta_flex {
    max-width: 1194px;
    margin: 0 auto; }
    @media screen and (min-width: 617px) {
      .cta .inner .cta_flex {
        display: flex;
        justify-content: space-around;
        align-items: flex-end; } }
    .cta .inner .cta_flex .CTA_btn {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 35px;
      width: 280px;
      height: 70px;
      max-width: 100%;
      margin-left: 3%;
      text-align: center;
      transition: .5s;
      cursor: pointer; }
      @media screen and (max-width: 616px) {
        .cta .inner .cta_flex .CTA_btn {
          width: 240px;
          height: 50px; } }
    .cta .inner .cta_flex .CTA_free_btn_2 {
      background-color: #FF0000;
      box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16); }
    .cta .inner .cta_flex .CTA_free_btn_2:hover {
      background-color: #e20404;
      box-shadow: none; }
    .cta .inner .cta_flex .CTA_contact_btn_2 {
      background-color: #FFFFFF;
      box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16); }
    .cta .inner .cta_flex .CTA_contact_btn_2:hover {
      background-color: #f0f1f1;
      box-shadow: none; }
    .cta .inner .cta_flex .CTA_contact_btn_3 {
      background-color: #FFFFFF;
      border: 2px solid #FF0000;
      box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16); }
    .cta .inner .cta_flex .CTA_contact_btn_3:hover {
      background-color: #f0f1f1;
      border: 2px solid #FF0000;
      box-shadow: none; }

@media (max-width: 735px) {
  .cta_pc {
    display: none; } }

.point_box {
  background-color: #ffffff;
  border-radius: 64px;
  padding: 50px 4% 73px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 49px auto 0; }
  @media (max-width: 735px) {
    .point_box {
      border-radius: 38px;
      padding: 6% 6%; } }

.point4 .bg_blue {
  padding-top: 40px;
  padding-bottom: 90px; }
  @media (max-width: 735px) {
    .point4 .bg_blue {
      padding-top: 23px;
      padding-bottom: 55px; } }
  .point4 .bg_blue .point_box01 {
    width: 90%; }
    .point4 .bg_blue .point_box01 .point1_1 {
      align-items: center; }
    @media (min-width: 735px) {
      .point4 .bg_blue .point_box01 .point1_2 {
        margin-top: 42px; } }
    .point4 .bg_blue .point_box01 .point1_2 .point4_01_img_1 {
      width: 40%;
      height: auto; }
      @media (max-width: 735px) {
        .point4 .bg_blue .point_box01 .point1_2 .point4_01_img_1 {
          width: 75%; } }
    @media (min-width: 735px) {
      .point4 .bg_blue .point_box01 .point1_2 {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 735px) {
      .point4 .bg_blue .point_box01 .point1_2 .point1_3 {
        margin-left: 7%; } }
    .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 20px; }
      .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_bg {
        background-color: rgba(0, 0, 0, 0.16);
        border-radius: 20px 20px 0 0;
        padding: 9px 0 8px 0; }
      @media (min-width: 735px) {
        .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 {
          display: flex;
          justify-content: space-between;
          align-items: baseline;
          padding: 12px 8% 29px; } }
      @media (max-width: 735px) {
        .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 {
          padding: 7px 5%; } }
      @media (max-width: 735px) {
        .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 {
          display: flex;
          justify-content: space-around;
          align-items: center;
          text-align: left;
          margin: 0 auto;
          margin-bottom: 10px; } }
      @media screen and (max-width: 500px) {
        .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 {
          justify-content: space-between; } }
      .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 .POINT4_01_img_2 {
        width: 78%;
        height: auto; }
        @media (max-width: 735px) {
          .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 .POINT4_01_img_2 {
            width: 43%; } }
      .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 .POINT4_01_img_3 {
        width: 78%;
        height: auto; }
        @media (max-width: 735px) {
          .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 .POINT4_01_img_3 {
            width: 43%; } }
      .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 .POINT4_01_img_4 {
        width: 67%;
        height: auto; }
        @media (max-width: 735px) {
          .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 .POINT4_01_img_4 {
            width: 37%; } }
      @media screen and (max-width: 500px) {
        .point4 .bg_blue .point_box01 .point1_2 .point1_3 .point1_4 .point1_5 .point1_6 p {
          flex-basis: 120px; } }
  .point4 .bg_blue .point_box02 {
    width: 90%; }
    .point4 .bg_blue .point_box02 .point2_1 {
      align-items: center; }
    .point4 .bg_blue .point_box02 .point2_2 {
      margin: 0 auto;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 20px; }
      .point4 .bg_blue .point_box02 .point2_2 .point2_bg {
        background-color: #00B4FA;
        border-radius: 20px 20px 0 0;
        padding: 9px 0 8px 0; }
        @media screen and (min-width: 441px) {
          .point4 .bg_blue .point_box02 .point2_2 .point2_bg br {
            display: none; } }
      .point4 .bg_blue .point_box02 .point2_2 .point2_3 {
        padding: 0 3% 4%; }
        @media (min-width: 735px) {
          .point4 .bg_blue .point_box02 .point2_2 .point2_3 {
            display: flex;
            justify-content: center; } }
        .point4 .bg_blue .point_box02 .point2_2 .point2_3 .point2_4 {
          margin: 0 1%;
          flex-basis: 30%; }
          .point4 .bg_blue .point_box02 .point2_2 .point2_3 .point2_4 .point2_5 {
            justify-content: center; }
          .point4 .bg_blue .point_box02 .point2_2 .point2_3 .point2_4 .POINT4_02_img_1 {
            width: 109px;
            max-width: 100%;
            height: auto; }
          .point4 .bg_blue .point_box02 .point2_2 .point2_3 .point2_4 .POINT4_02_img_2 {
            width: 205px;
            max-width: 100%;
            height: auto; }
          .point4 .bg_blue .point_box02 .point2_2 .point2_3 .point2_4 .POINT4_02_img_3 {
            width: 88px;
            max-width: 100%;
            height: 116px; }
  .point4 .bg_blue .point_box0304 {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 735px) {
      .point4 .bg_blue .point_box0304 {
        display: flex;
        justify-content: space-between; } }
    .point4 .bg_blue .point_box0304 .point_box03 {
      flex-basis: 47%;
      background-color: #ffffff;
      border-radius: 64px;
      padding: 50px 4% 25px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      margin: 49px auto 0; }
      @media (max-width: 735px) {
        .point4 .bg_blue .point_box0304 .point_box03 {
          border-radius: 38px;
          padding: 6% 6%; } }
      .point4 .bg_blue .point_box0304 .point_box03 .point3_1 {
        align-items: center; }
      .point4 .bg_blue .point_box0304 .point_box03 .POINT4_03_img_1 {
        margin: 31px auto 14px; }
    .point4 .bg_blue .point_box0304 .point_box04 {
      flex-basis: 47%;
      flex-basis: 47%;
      background-color: #ffffff;
      border-radius: 64px;
      padding: 50px 4% 25px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      margin: 49px auto 0; }
      @media (max-width: 735px) {
        .point4 .bg_blue .point_box0304 .point_box04 {
          border-radius: 38px;
          padding: 6% 6%; } }
      .point4 .bg_blue .point_box0304 .point_box04 .point4_1 {
        align-items: center; }
      .point4 .bg_blue .point_box0304 .point_box04 .POINT4_04_img_1 {
        margin: 64px auto 25px; }
        @media (max-width: 735px) {
          .point4 .bg_blue .point_box0304 .point_box04 .POINT4_04_img_1 {
            margin: 11px auto 11px; } }

.case_box01 {
  flex-basis: 48%; }
  @media (max-width: 735px) {
    .case_box01 {
      margin-top: 48px; } }

@media (max-width: 735px) {
  .case_box01_01 {
    display: none; } }

.case_box02 {
  background-color: #EDEDED;
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 35%;
  padding: 9px 0 10px; }
  .case_box02 p {
    margin: 0; }

.case_box03 {
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.16);
  border-radius: 0 36px 36px 36px;
  padding: 6% 5%; }
  @media (min-width: 735px) {
    .case_box03 .case_flex {
      display: flex;
      justify-content: space-around; } }
  .case_box03 .case_flex img {
    width: 189px;
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 1046px) {
    .case_box03 .case_flex .br_1 {
      display: none; } }
  .case_box03 .case12_kadai,
  .case_box03 .case12_riyou {
    height: auto; }
    @media (min-width: 735px) {
      .case_box03 .case12_kadai,
      .case_box03 .case12_riyou {
        min-height: 257px; } }
  .case_box03 .case34_kadai,
  .case_box03 .case34_riyou {
    height: auto; }
    @media (min-width: 735px) {
      .case_box03 .case34_kadai,
      .case_box03 .case34_riyou {
        min-height: 311px; } }
  .case_box03 .case56_kadai,
  .case_box03 .case56_riyou {
    height: auto; }
    @media (min-width: 735px) {
      .case_box03 .case56_kadai,
      .case_box03 .case56_riyou {
        min-height: 127px; } }

.user_voice .inner {
  margin-bottom: 237px; }
  @media (max-width: 735px) {
    .user_voice .inner {
      margin-bottom: 120px; } }
  @media (min-width: 735px) {
    .user_voice .inner .case_wrap {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      margin-top: 57px; } }

.price_box {
  background-color: #ffffff;
  border-radius: 36px;
  box-shadow: 0 4px 7px #b8b7b7;
  flex-basis: 31.5%;
  padding: 1% 3% 3% 3%;
  position: relative; }
  @media (max-width: 735px) {
    .price_box {
      margin-top: 60px;
      padding: 1% 3% 6% 3%; } }
  @media (max-width: 735px) {
    .price_box .price_content {
      margin-left: 10%; } }
  .price_box .price_content .price_flex {
    align-items: flex-end; }
    .price_box .price_content .price_flex .text_left_pc {
      text-align: left; }

@media (min-width: 735px) {
  .price .bg_blue {
    padding-top: 67px;
    padding-bottom: 90px; } }
@media (max-width: 735px) {
  .price .bg_blue {
    padding-top: 23px;
    padding-bottom: 50px; } }
.price .bg_blue .price_01 {
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 735px) {
    .price .bg_blue .price_01 {
      display: flex;
      justify-content: space-between; } }
  .price .bg_blue .price_01 .osusume {
    background-color: #FF2B06;
    border-radius: 42px;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: -7%;
    left: -7%; }
@media (min-width: 735px) {
  .price .bg_blue .price_bg {
    background-image: url(../img/PRICE_background.png);
    background-repeat: no-repeat;
    background-position: center 50px;
    margin-top: 50px; } }
.price .bg_blue .price_bg .price_img {
  margin: 0 auto; }
  @media (min-width: 735px) {
    .price .bg_blue .price_bg .price_img {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .price .bg_blue .price_bg .price_img .PRICE_img {
    width: 335px;
    max-width: 100%;
    height: auto; }
    @media (max-width: 735px) {
      .price .bg_blue .price_bg .price_img .PRICE_img {
        display: none; } }
  .price .bg_blue .price_bg .price_img .PRICE_img_sp {
    width: 300px;
    max-width: 100%;
    height: auto; }
    @media (min-width: 735px) {
      .price .bg_blue .price_bg .price_img .PRICE_img_sp {
        display: none; } }
  @media (max-width: 735px) {
    .price .bg_blue .price_bg .price_img .price_bg_sp {
      background-image: url(../img/PRICE_background_sp.png);
      background-repeat: no-repeat;
      background-position: center; } }
.price .bg_blue .price_bg .to_trial {
  padding-top: 50px; }
  .price .bg_blue .price_bg .to_trial .CTA_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 35px;
    width: 280px;
    height: 70px;
    max-width: 100%;
    margin-left: 3%;
    text-align: center;
    transition: .5s;
    cursor: pointer; }
    @media screen and (max-width: 616px) {
      .price .bg_blue .price_bg .to_trial .CTA_btn {
        width: 240px;
        height: 50px; } }
  .price .bg_blue .price_bg .to_trial .CTA_free_btn_2 {
    background-color: #FF0000;
    box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16); }
  .price .bg_blue .price_bg .to_trial .CTA_free_btn_2:hover {
    background-color: #e20404;
    box-shadow: none; }

.flow_box {
  background-color: #ffffff;
  border-radius: 36px;
  box-shadow: 0 0 10px #b8b7b7;
  padding: 43px 5%;
  margin-top: 44px; }
  @media (min-width: 735px) {
    .flow_box .flow_flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .flow_box .flow_flex img {
        flex-basis: 13%;
        align-self: center;
        width: 80%;
        margin-right: 18px; }
      .flow_box .flow_flex div {
        flex-basis: 82%;
        align-self: center; } }
  .flow_box .flow_flex .flow_flex_text {
    align-items: center; }
  .flow_box .flow_flex .flow_flex_text_02 {
    align-items: flex-start;
    margin-top: 33px;
    margin-bottom: 33px; }
    .flow_box .flow_flex .flow_flex_text_02 p {
      margin: 0; }
  .flow_box .flow_accordion {
    /* --------アイコン作成-------- */
    /* アコーディオンが開いた時のスタイル */
    /* アイコンのバーのスタイル */ }
    @media (min-width: 735px) {
      .flow_box .flow_accordion br {
        display: none; } }
    .flow_box .flow_accordion .flow_pc {
      max-width: 95%;
      height: auto; }
      @media (max-width: 735px) {
        .flow_box .flow_accordion .flow_pc {
          display: none; } }
    .flow_box .flow_accordion .flow_sp {
      max-width: 90%;
      height: auto; }
      @media (min-width: 735px) {
        .flow_box .flow_accordion .flow_sp {
          display: none; } }
    .flow_box .flow_accordion .accordion_flex {
      background-color: #E9E9E8;
      box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16);
      max-width: 470px;
      margin: 0 auto; }
      @media (min-width: 735px) {
        .flow_box .flow_accordion .accordion_flex {
          border-radius: 31px;
          justify-content: space-around;
          align-items: center; }
          .flow_box .flow_accordion .accordion_flex br {
            display: none; } }
      @media (max-width: 735px) {
        .flow_box .flow_accordion .accordion_flex {
          border-radius: 38px;
          justify-content: space-around;
          align-items: center; }
          .flow_box .flow_accordion .accordion_flex p {
            text-align: center; } }
    .flow_box .flow_accordion .accordion_flex:hover {
      background-color: #e9e9e8d3;
      box-shadow: none; }
    .flow_box .flow_accordion .flow_accordion_content {
      padding: 54px 0 16px; }
      @media (min-width: 735px) {
        .flow_box .flow_accordion .flow_accordion_content {
          text-align: left; } }
      @media (max-width: 735px) {
        .flow_box .flow_accordion .flow_accordion_content {
          text-align: center; } }
      .flow_box .flow_accordion .flow_accordion_content .flex {
        justify-content: space-around; }
    .flow_box .flow_accordion summary::-webkit-details-marker {
      display: none; }
    .flow_box .flow_accordion summary {
      list-style: none; }
    .flow_box .flow_accordion .icon {
      position: relative;
      width: 18px;
      margin-left: 6px;
      flex-shrink: 0;
      transform-origin: center 43%;
      transition: 0.4s; }
    .flow_box .flow_accordion[open] .icon {
      transform: rotate(180deg);
      transition: 0.4s; }
    .flow_box .flow_accordion .icon::before,
    .flow_box .flow_accordion .icon::after {
      content: "";
      position: absolute;
      display: block;
      width: 11px;
      height: 3px;
      background-color: #000000; }
    .flow_box .flow_accordion .icon::before {
      left: 0;
      transform: rotate(45deg); }
    .flow_box .flow_accordion .icon::after {
      right: 0;
      transform: rotate(-45deg); }
  .flow_box details[open] .icon {
    transform: rotate(180deg);
    transition: 0.4s; }

.flow {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 1080px) {
    .flow {
      width: 90%; } }
  .flow .flow_inner {
    position: relative;
    margin: 157px auto 315px; }
    @media (max-width: 735px) {
      .flow .flow_inner {
        margin: 120px auto 140px; } }
    .flow .flow_inner .flow_bg .FLOW_background {
      position: absolute;
      top: -25%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1;
      width: 543px;
      max-width: 100%; }
      @media (max-width: 735px) {
        .flow .flow_inner .flow_bg .FLOW_background {
          display: none; } }
    .flow .flow_inner .flow_bg .FLOW_background_sp {
      position: absolute;
      top: 18%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
      @media (min-width: 735px) {
        .flow .flow_inner .flow_bg .FLOW_background_sp {
          display: none; } }
      @media screen and (max-width: 440px) {
        .flow .flow_inner .flow_bg .FLOW_background_sp {
          top: 26%; } }

.floathig .floating_bnr {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 50%;
  max-width: 375px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.6s ease; }
  @media screen and (min-width: 431px) {
    .floathig .floating_bnr {
      display: none; } }
.floathig .floating_bnr.is-fixed {
  opacity: 1;
  transition: 0.6s ease;
  z-index: 99; }

.contact_inner {
  max-width: 725px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center; }
  @media (max-width: 735px) {
    .contact_inner {
      width: 90%; } }
  .contact_inner form .select_contain {
    list-style: none;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0; }
    .contact_inner form .select_contain li {
      text-align: left;
      padding: 0;
      margin: 0; }
      @media (max-width: 735px) {
        .contact_inner form .select_contain li {
          margin-bottom: 20px; } }
    .contact_inner form .select_contain input[type=checkbox] {
      opacity: 0; }
      .contact_inner form .select_contain input[type=checkbox] + label {
        position: relative;
        padding-left: 5px;
        font-size: 0.8em; }
        .contact_inner form .select_contain input[type=checkbox] + label:before {
          position: absolute;
          content: "";
          top: 0;
          left: -25px;
          width: 20px;
          height: 20px;
          border: 2px solid #1dbde6;
          border-radius: 4px;
          background-color: #fff;
          -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16); }
      .contact_inner form .select_contain input[type=checkbox]:checked + label:after {
        position: absolute;
        content: "";
        top: 0;
        left: -21px;
        width: 14px;
        height: 7px;
        border-bottom: 2px solid;
        border-left: 2px solid;
        border-color: #1dbde6;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -5px; }
  @media (min-width: 735px) {
    .contact_inner form .contact_flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin: 38px 0; } }
  @media (max-width: 735px) {
    .contact_inner form .contact_flex {
      text-align: left; } }
  .contact_inner form .contact_flex input[type=text],
  .contact_inner form .contact_flex input[type=number],
  .contact_inner form .contact_flex input[type=email],
  .contact_inner form .contact_flex textarea {
    flex-basis: 70%;
    border: 2px solid #00B4FA;
    border-radius: 6px;
    box-shadow: 0 3px 6px #b8b7b7;
    padding: 0.5em; }
    @media (max-width: 735px) {
      .contact_inner form .contact_flex input[type=text],
      .contact_inner form .contact_flex input[type=number],
      .contact_inner form .contact_flex input[type=email],
      .contact_inner form .contact_flex textarea {
        width: 100%; } }
  .contact_inner form .contact_flex input[type=text]:focus,
  .contact_inner form .contact_flex input[type=number]:focus,
  .contact_inner form .contact_flex input[type=email]:focus,
  .contact_inner form .contact_flex textarea:focus {
    border-color: #2644f1;
    /* 枠線の色 */
    background-color: #ffc;
    /* 背景色 */
    outline: none;
    /* ※ブラウザが標準で付加する線を消す */ }
  .contact_inner form .contact_flex input[type=date] {
    position: relative;
    padding: 0 10px;
    width: 120px;
    height: 36px;
    border: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
    border-bottom: 2px solid #00b4fa; }
  @media (min-width: 735px) {
    .contact_inner form .contact_flex .date_contain p:not(:first-child) {
      padding-left: 15px; } }
  @media (min-width: 735px) {
    .contact_inner form .contact_flex .date_contain .sp {
      display: none; } }
  @media (max-width: 735px) {
    .contact_inner form .contact_flex .date_contain .sp {
      display: inline-block; } }
  .contact_inner form .contact_flex.select_contain {
    margin: 0; }
  .contact_inner form .contact_flex .time_contain {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact_inner form .contact_flex .time_contain li {
      width: 25%;
      margin-bottom: 20px; }
      @media (max-width: 735px) {
        .contact_inner form .contact_flex .time_contain li {
          width: 100%; } }
  .contact_inner form .privacypolicy {
    font-size: 12px;
    max-width: 721px;
    margin: 50px auto;
    height: 179px;
    overflow-y: scroll;
    padding: 12px 25px;
    border: 1px solid black;
    background-color: #ebeaea;
    line-height: 1.5; }
    .contact_inner form .privacypolicy dl {
      text-align: left;
      counter-reset: num; }
      .contact_inner form .privacypolicy dl dt:before {
        counter-increment: num;
        content: counter(num) "."; }
      .contact_inner form .privacypolicy dl dt {
        margin: 1rem 0 5px; }
      .contact_inner form .privacypolicy dl dd {
        margin-inline-start: 0; }
  .contact_inner form .privacypolicy_flex {
    /*------チェックボックス-----*/ }
    .contact_inner form .privacypolicy_flex input[type=checkbox] {
      opacity: 0;
      /*デフォルトのチェックボックスを非表示風に(非表示にするとバリエーションエラーが表示できない)*/ }
    .contact_inner form .privacypolicy_flex input[type=checkbox] + label {
      position: relative;
      padding-left: 30px;
      /*boxとその右に来るテキストとの間を調整*/ }
    .contact_inner form .privacypolicy_flex input[type=checkbox] + label:before {
      /*beforeは、チェックを入れる前の状態の指定*/
      position: absolute;
      /*display、position、contentまで、新たにboxをCSSで書くのに存在させるために必要*/
      content: "";
      top: 0;
      left: 2px;
      width: 20px;
      /*boxの幅*/
      height: 20px;
      /*boxの高さ*/
      border: 2px solid #1dbde6;
      /*枠線*/
      border-radius: 4px;
      /*角丸*/
      background-color: #fff;
      /*boxの背景色*/ }
    .contact_inner form .privacypolicy_flex input[type=checkbox]:checked + label:after {
      /*beforeは、チェックを入れた後の状態の指定*/
      position: absolute;
      /*display、position、contentまで、新た線をCSSで書くのに存在させるために必要*/
      content: "";
      top: 0;
      left: 6px;
      width: 14px;
      /*width~transformまで。幅を14px高さ7pxの2pxの実線を左と下に引く。そしてそれを-45度回転*/
      height: 7px;
      border-bottom: 2px solid;
      border-left: 2px solid;
      border-color: #1dbde6;
      /*実線つまりチェックの色*/
      transform: rotate(-45deg);
      top: 50%;
      /*回転したチェックの位置調整、上から50%に配置*/
      /*回転したチェックの位置調整、左から4pxに配置*/
      margin-top: -5px;
      /*回転したチェックの位置調整、上に5px戻す*/ }
  .contact_inner form .submit_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 35px;
    min-width: 280px;
    height: 70px;
    margin-left: 3%;
    text-align: center;
    transition: .5s;
    margin: 63px auto;
    background-color: #FFFFFF;
    border: 2px solid #FF0000;
    box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16); }
  .contact_inner form .submit_btn:hover {
    background-color: #f0f1f1;
    border: 2px solid #FF0000;
    box-shadow: none; }

footer .footer_inner {
  background-color: #F9F9F9;
  margin: 0 auto;
  text-align: center;
  padding-top: 64px; }
  @media screen and (max-width: 430px) {
    footer .footer_inner {
      padding-top: 30px; } }
  footer .footer_inner .footer_flex {
    margin: 0 auto 58px;
    max-width: 530px;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 530px) {
      footer .footer_inner .footer_flex {
        width: 90%; } }
    @media screen and (max-width: 430px) {
      footer .footer_inner .footer_flex {
        justify-content: space-around;
        width: 65%; } }
    footer .footer_inner .footer_flex a,
    footer .footer_inner .footer_flex a:visited {
      color: inherit;
      text-decoration: none; }
    footer .footer_inner .footer_flex a:hover {
      opacity: 0.5; }
    footer .footer_inner .footer_flex a {
      margin: 0.5em 0.2em; }
</pre></body></html>