@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none; } }

@media (max-width: 767px) {
  .hidden-sp {
    display: none; } }

.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.apply {
  margin-bottom: 100px;
  text-align: center; }
  @media (max-width: 767px) {
    .apply {
      margin-bottom: 40px; } }

.col {
  display: flex; }
  @media (max-width: 767px) {
    .col {
      display: block; } }

.ttl_section {
  font-size: 3.0rem;
  font-weight: bold;
  border-bottom: solid 1px #f7ab00;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-family: Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .ttl_section:before, .ttl_section:after {
    position: absolute;
    content: '';
    transform: translate(50%, 0); }
  .ttl_section:after {
    width: 728px;
    height: 1px;
    background: #00A0E9;
    bottom: -5px;
    right: 50%; }
  .ttl_section:before {
    width: 377px;
    height: 1px;
    background: #f7ab00;
    bottom: -10px;
    right: 50%; }
  @media (max-width: 767px) {
    .ttl_section {
      font-size: 2.3rem; }
      .ttl_section:after {
        width: 85%; }
      .ttl_section:before {
        width: 70%; } }

@media (max-width: 767px) {
  #eyecatch img {
    width: 100%; } }

#breadcrumbs {
  background: #dfeeff;
  padding: 5px 0; }
  #breadcrumbs ol li {
    display: inline-block;
    line-height: 1;
    margin-right: 5px; }
    #breadcrumbs ol li:before {
      content: "＞";
      display: inline-block;
      vertical-align: top;
      margin-right: 2px; }
    #breadcrumbs ol li:first-child:before {
      content: normal; }
  @media (max-width: 767px) {
    #breadcrumbs ol li {
      margin-right: 3px; }
      #breadcrumbs ol li:before {
        margin-right: 2px; } }

.pagination:empty {
  display: none; }

.pagination {
  background: #dfeeff;
  padding: 10px; }
  .pagination .page-numbers {
    display: inline-block !important;
    border: solid 1px #4a6e92;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #fff;
    width: 2em;
    padding: 6px 0;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px; }
    .pagination .page-numbers.current {
      background: #b2d6ff; }

table {
  width: 100%; }
  table th, table td {
    padding: 15px;
    text-align: left;
    border: solid 1px #c2d9e9;
    box-sizing: border-box; }
  table th {
    background: #e7f3fb;
    color: #345372;
    font-weight: bold; }
  table td {
    background: #fff; }
  @media (max-width: 767px) {
    table {
      display: block; }
      table tbody, table tr, table th, table td {
        width: 100% !important;
        display: block; }
      table th {
        padding: 5px 2px 3px; }
        table th:before {
          margin-right: 1px; }
      table td {
        padding-top: 5px; } }

.animate_fadeintop {
  transform: translateY(50px);
  transition: transform 1s, opacity 1s;
  opacity: 0; }
  .animate_fadeintop.delighter.started {
    transform: translateY(0);
    opacity: 1; }

html {
  font-size: 62.5%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: #555; }
  @media (max-width: 767px) {
    body {
      font-size: 1.5em; } }

.bold {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: bold; }

#wrap {
  min-width: 1200px;
  margin: auto; }
  @media (max-width: 767px) {
    #wrap {
      width: 100%;
      min-width: auto;
      min-width: initial; } }

.container {
  width: 1080px;
  margin: auto; }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px; } }

button#btn_nav {
  display: none; }
  @media (max-width: 767px) {
    button#btn_nav {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      background: #fff;
      border: none;
      width: 44px;
      height: 44px;
      cursor: pointer; } }

header .logo {
  text-align: center;
  padding: 20px 0; }

header #gnav {
  display: block;
  padding: 15px 0; }
  header #gnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  header #gnav li a {
    display: block; }

@media (max-width: 767px) {
  header .logo {
    position: fixed;
    padding: 10px 0;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 3px #f1f1f1;
    z-index: 1; }
  header #gnav {
    display: none;
    padding: 0; }
    header #gnav ul {
      display: block;
      padding: 0; }
    header #gnav li {
      display: block;
      border-left: 0;
      padding: 0;
      width: 100% !important; }
      header #gnav li:first-child {
        border-top: 0; }
      header #gnav li br {
        display: none; }
      header #gnav li a {
        padding: 10px 0; } }

main {
  display: block; }
  @media (max-width: 767px) {
    main {
      padding-top: 70px; } }

#totop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer; }
  @media (max-width: 767px) {
    #totop {
      width: 44px;
      height: 44px; } }

footer {
  font-size: 1.4rem; }
  footer .footer_top {
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }
    footer .footer_top .footer_logo {
      display: flex;
      align-items: center; }
      footer .footer_top .footer_logo p {
        padding: 5px 15px; }
  footer .footer_bottom {
    background: linear-gradient(90deg, #f6ab00 50%, #59C3E1 50%);
    height: 15px; }
  footer .copyright {
    text-align: right; }
    footer .copyright a {
      text-decoration: none;
      color: #000; }
    footer .copyright a:hover {
      color: #f6ab02; }
  @media (max-width: 767px) {
    footer .footer_top {
      padding: 25px 10px; }
    footer .copyright {
      text-align: left;
      margin-top: 10px; } }

#mv {
  margin: auto;
  background: url(../img/top/mv.jpg) no-repeat center center, linear-gradient(90deg, #f6ab00 50%, #59C3E1 50%);
  background-size: contain;
  margin-bottom: 100px;
  padding: 150px 0; }
  @media (max-width: 767px) {
    #mv {
      background: none;
      padding: 0;
      margin-bottom: 40px; } }

.sp_mv {
  display: none; }
  @media (max-width: 767px) {
    .sp_mv {
      display: block; } }

.mv_inner {
  background: #fff;
  position: relative; }
  .mv_inner .banner_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: auto;
    padding: 50px 0; }
    .mv_inner .banner_wrap .txt_block {
      font-size: 2.4rem;
      font-weight: bold;
      color: #fff;
      text-align: center;
      width: 340px; }
      .mv_inner .banner_wrap .txt_block p {
        background: #f7ac03;
        padding: 5px;
        border-radius: 10px;
        display: inline-block; }
      .mv_inner .banner_wrap .txt_block img {
        padding: 40px 0; }
    .mv_inner .banner_wrap .logo_main {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      width: 550px;
      height: 550px;
      z-index: 10;
      text-align: center;
      padding: 181px 0;
      box-sizing: border-box;
      box-shadow: 1px 1px 10px 2px #e6e1e1;
      left: 50%;
      transform: translate(-50%, 0px); }
    .mv_inner .banner_wrap .price_block {
      margin-right: 35px;
      font-family: "BIZ UDPゴシック";
      width: 300px; }
      .mv_inner .banner_wrap .price_block p {
        color: #59C3E1;
        font-size: 2.8rem;
        background: #F3F3F3;
        display: block;
        border-radius: 10px;
        font-weight: bold;
        text-align: center; }
      .mv_inner .banner_wrap .price_block .price {
        border-radius: 10px;
        background: #59C3E1;
        margin-top: 70px;
        color: #fff;
        position: relative;
        text-indent: -0.8em;
        padding-left: 1.1em;
        font-size: 4.6rem;
        line-height: 1;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left; }
        .mv_inner .banner_wrap .price_block .price span {
          font-size: 2.3rem; }
        .mv_inner .banner_wrap .price_block .price:before {
          position: absolute;
          content: '';
          background: url(../img/common/icon_01.png) no-repeat;
          top: -58px;
          left: 50%;
          transform: translate(-50%, 0%);
          width: 8px;
          height: 44px; }
  @media (max-width: 767px) {
    .mv_inner {
      display: none; }
      .mv_inner .banner_wrap {
        display: block; }
        .mv_inner .banner_wrap .txt_block {
          margin: auto;
          font-size: 1.8rem;
          max-width: 320px; }
          .mv_inner .banner_wrap .txt_block img {
            width: 150px;
            padding: 8px 0; }
        .mv_inner .banner_wrap .logo_main {
          position: relative;
          position: relative;
          width: 190px;
          height: 190px;
          padding: 0; } }

#for_sme {
  margin-bottom: 100px;
  font-family: Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  #for_sme .col {
    justify-content: space-around;
    align-items: center;
    line-height: 2.4;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 80px 0 120px; }
    #for_sme .col .circle_txt {
      background: #59C3E1;
      width: 317px;
      height: 317px;
      border-radius: 50%;
      color: #fff; }
      #for_sme .col .circle_txt span {
        font-size: 3.2rem; }
      #for_sme .col .circle_txt p {
        text-align: center;
        padding-top: 35px; }
    #for_sme .col .txt {
      width: 585px; }
      #for_sme .col .txt span {
        color: #F7AB00; }
    @media (max-width: 767px) {
      #for_sme .col {
        font-size: 1.8rem;
        margin: 40px 0 60px; }
        #for_sme .col .circle_txt {
          width: 250px;
          height: 250px;
          margin: 0 auto 20px; }
          #for_sme .col .circle_txt span {
            font-size: 1.4rem; }
          #for_sme .col .circle_txt p {
            text-align: center;
            padding-top: 35px; }
        #for_sme .col .txt {
          width: auto; } }
  #for_sme .support {
    position: relative;
    width: 940px;
    margin: 0 auto 180px; }
    #for_sme .support .txt {
      font-size: 4.0rem;
      font-weight: bold; }
      #for_sme .support .txt em {
        color: #59C3E1; }
    #for_sme .support .img {
      position: absolute;
      right: 50px;
      top: -35px;
      width: 300px; }
    @media (max-width: 767px) {
      #for_sme .support {
        width: auto;
        margin: 0; }
        #for_sme .support .txt {
          font-size: 2.8rem; }
        #for_sme .support .img {
          position: relative;
          right: 0;
          top: 0;
          width: 220px;
          margin: 10px auto 0; } }
  @media (max-width: 767px) {
    #for_sme {
      margin-bottom: 50px; } }

#simulation {
  margin-bottom: 100px; }
  #simulation .points {
    margin: 50px 0;
    border-bottom: dotted 1px #F7AB00; }
    #simulation .points li {
      display: flex;
      justify-content: space-between;
      border-top: dotted 1px #F7AB00;
      padding: 25px 0;
      background: #fffbf2; }
      #simulation .points li:nth-child(even) {
        background: transparent; }
      #simulation .points li img {
        height: 100%;
        padding-left: 18px; }
      #simulation .points li .txt {
        width: 875px; }
        #simulation .points li .txt .series {
          color: #4ac0dc;
          font-size: 2.0rem;
          letter-spacing: 1px;
          margin: 0;
          font-weight: bold; }
          #simulation .points li .txt .series .num {
            font-size: 1.6rem; }
        #simulation .points li .txt h3 {
          color: #f6ab02;
          font-size: 3.0rem;
          margin: 0 0 5px;
          font-weight: bold;
          font-family: Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        #simulation .points li .txt small {
          font-size: 12px;
          color: #a8a8a8; }
  @media (max-width: 767px) {
    #simulation {
      margin-bottom: 40px; }
      #simulation .points li {
        display: block;
        text-align: center;
        padding: 10px; }
        #simulation .points li img {
          padding-left: 0; }
        #simulation .points li .txt {
          width: auto; }
          #simulation .points li .txt h3 {
            font-size: 2.2rem; }
          #simulation .points li .txt .detail {
            text-align: left; } }

.box_condition {
  border: solid 8px #f8f7f7;
  width: 95%;
  margin: 20px auto 0;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box; }
  .box_condition .ttl {
    font-weight: bold; }
  .box_condition .condition_lst {
    padding-top: 10px; }
    .box_condition .condition_lst li {
      list-style-type: disc;
      margin: 15px 0 0px 20px; }
  @media (max-width: 767px) {
    .box_condition {
      margin-bottom: 40px;
      padding: 10px; } }

#target {
  margin-bottom: 100px;
  text-align: center; }
  #target .txt {
    padding: 50px 0; }
  #target .col {
    justify-content: space-between; }
  @media (max-width: 767px) {
    #target {
      margin-bottom: 40px; }
      #target .txt {
        padding: 25px 0; }
      #target .col img {
        margin-bottom: 20px; } }

#plans {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    #plans .scroll_box {
      overflow-x: scroll;
      float: none;
      white-space: nowrap; }
      #plans .scroll_box:before, #plans .scroll_box:after {
        content: "←スワイプで左右にスクロールできます→";
        font-size: 10px;
        color: #999; }
      #plans .scroll_box > img {
        display: block;
        max-width: auto;
        max-width: initial; }
      #plans .scroll_box > table, #plans .scroll_box > img {
        width: 640px; }
      #plans .scroll_box::-webkit-scrollbar {
        height: 10px; }
      #plans .scroll_box::-webkit-scrollbar-track {
        background: #F1F1F1;
        border-radius: 5px; }
      #plans .scroll_box::-webkit-scrollbar-thumb {
        background: #BCBCBC;
        border-radius: 5px; } }
  @media (max-width: 767px) {
    #plans {
      margin-bottom: 40px; } }

/*
#float{
    .tel-side, .mail-side, .hoken-side{
        display: block;
        position: fixed;
        width: 15%;
    }
    .tel-side{
        z-index: 99;
        top: 50px;
        right: 1%;
    }
    .mail-side{
        top: 210px;
        z-index: 99;
        right: 1%; 
    }
    .hoken-side{
        z-index: 99;
        top: 50px;
        left: 1%;
    }
    @include max-mq() {
        //スマートフォンサイズの時の処理
    }
}*/
#top_info dt {
  float: left;
  clear: left; }

#top_info dd {
  padding-left: 10em; }

#loading {
  display: none; }

.thanks {
  padding: 20px;
  font-size: 1.8rem; }

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 30px; }
  .table_form td {
    vertical-align: middle;
    padding: 10px; }
    @media (max-width: 767px) {
      .table_form td {
        padding: 10px 5px; } }
  .table_form th {
    width: 225px;
    text-align: left;
    vertical-align: top;
    position: relative;
    background-clip: padding-box !important;
    font-weight: bold; }
    @media (max-width: 767px) {
      .table_form th {
        padding: 5px; } }
    .table_form th:after {
      position: absolute;
      right: 15px;
      top: 17px;
      font-size: 65%;
      padding: 4px 5px;
      line-height: 1;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .table_form th:after {
          top: 5px;
          right: 10px; } }
    .table_form th.required:after {
      content: "必須";
      color: #fff;
      background: #c90000; }
    .table_form th.option:after {
      content: "任意";
      color: #fff;
      background: #999999; }

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  border: solid 1px #e6edf2;
  background: #e6edf2;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333; }
  .table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
    outline: none;
    border: solid 1px #e6edf2;
    background: #fff; }

.table_form input[type="checkbox"]:checked + span, .table_form input[type="radio"]:checked + span {
  font-weight: bold; }

.table_form textarea {
  width: 100%;
  height: 130px; }

.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px; }
  .table_form select option {
    padding: 0; }

.table_form .mwform-tel-field input[type="text"], .table_form .mwform-zip-field input[type="text"] {
  width: 5em; }

.table_form .horizontal-item {
  width: 49%;
  display: inline-block; }
  .table_form .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-left: 0 !important; }
  @media (max-width: 767px) {
    .table_form .horizontal-item {
      width: auto;
      display: block; } }

.table_form .mwform-radio-field {
  width: auto;
  display: inline-block; }
  .table_form .mwform-radio-field + .horizontal-item {
    margin-left: 10px !important; }

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center; }
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    height: 60px;
    width: 220px;
    border: none;
    font-weight: bold;
    margin: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    background: #000;
    color: #fff; }
    .form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
      opacity: 0.8; }
    @media (max-width: 767px) {
      .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
        max-width: 80%; } }
    .form_button input[type=submit].confirm, .form_button input[type=submit].submit, .form_button input[type=button].confirm, .form_button input[type=button].submit, .form_button button[type=submit].confirm, .form_button button[type=submit].submit {
      background: linear-gradient(#ffd52c 48%, #ecb429 52%);
      background-size: 25px, auto;
      border-bottom: 3px solid #000; }
    .form_button input[type=submit].back, .form_button input[type=button].back, .form_button button[type=submit].back {
      border-bottom: 3px solid #0e3e61; }

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem; }
  .frm.danger:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    border: 10px solid #c90000;
    border-color: transparent;
    border-bottom-color: #c90000; }
