@charset "UTF-8";
/*------------------------------------------------------
 共通
-------------------------------------------------------*/
.sitemap h6 {
  margin-top: 0.7em;
  margin-bottom: 0.4em; }
  .sitemap h6 a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin-top: 0.7em;
    margin-bottom: 0.4em; }
.sitemap ul {
  padding-left: 0; }
  .sitemap ul li {
    list-style: none;
    margin-bottom: 0.5em;
    padding-left: 1em;
    position: relative; }
    .sitemap ul li:before {
      position: absolute;
      content: "";
      display: block;
      width: 0.6em;
      height: 0.6em;
      background: #006F6F;
      border-radius: 50%;
      left: 0;
      top: 0.4em; }
    .sitemap ul li a {
      color: #000;
      margin-right: 2em; }

/*------------------------------------------------------
 導入事例
-------------------------------------------------------*/
.sns__container {
  display: flex; }

.sns__container a {
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
  padding: 0.4em;
  line-height: 0;
  font-size: 25px; }

.sns__container a:hover {
  opacity: 0.6; }

a.sns__x {
  color: #000; }

a.sns__facebook {
  color: #1877f2; }

a.sns__line {
  color: #1dcd00; }

.tag-wrap h6 {
  margin: 0;
  padding: 0.5em 0;
  border-right: 1px solid #ccc;
  font-size: 15px; }
  @media screen and (max-width: 768px) {
    .tag-wrap h6 {
      border-right: none; } }

/*------------------------------------------------------
 機能紹介
-------------------------------------------------------*/
.kinou_text img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(65, 172, 183, 0.3); }

.bg-green {
  background: linear-gradient(45deg, #e6f5ed, #cae6e6); }

.bg-green2 {
  background: #cae6e6; }

.chosen-item {
  position: relative;
  margin-top: 150px; }
  @media screen and (max-width: 768px) {
    .chosen-item {
      margin-top: 70px; } }
  .chosen-item:before {
    content: "";
    display: block;
    width: 300%;
    transform: rotate(-8deg);
    background: url("../img/common/bg-dot.svg");
    background-size: 440px;
    position: absolute;
    background-position: center;
    top: 30px;
    bottom: 30px;
    left: 50%;
    margin-left: -150%; }
    @media screen and (max-width: 768px) {
      .chosen-item:before {
        background-size: 300px; } }
  .chosen-item .container {
    position: relative; }
  .chosen-item .chosen-item-num {
    width: 28%; }
    @media screen and (max-width: 768px) {
      .chosen-item .chosen-item-num {
        width: 40%; }
        .chosen-item .chosen-item-num img {
          margin-top: -20%; } }
  .chosen-item .chosen-item-header {
    display: flex;
    flex: 1; }
    @media screen and (max-width: 768px) {
      .chosen-item .chosen-item-header {
        display: block; } }
    .chosen-item .chosen-item-header .chosen-item-title {
      flex: 1; }
      .chosen-item .chosen-item-header .chosen-item-title h3 {
        color: #407797;
        font-weight: 900;
        position: relative;
        padding-top: 0.2em;
        padding-bottom: 0.5em;
        padding-left: 1em;
        font-size: 40px; }
        @media screen and (max-width: 768px) {
          .chosen-item .chosen-item-header .chosen-item-title h3 {
            font-size: 24px;
            padding-right: 1em; } }
        .chosen-item .chosen-item-header .chosen-item-title h3:after {
          content: "";
          display: block;
          position: absolute;
          width: 2000px;
          left: 0;
          bottom: 0;
          border-bottom: 1px solid #407797; }
        .chosen-item .chosen-item-header .chosen-item-title h3:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: -5px;
          border-radius: 50%;
          width: 10px;
          height: 10px;
          background: #407797; }
      .chosen-item .chosen-item-header .chosen-item-title p {
        font-size: 20px;
        margin-left: 1.5em; }
        @media screen and (max-width: 768px) {
          .chosen-item .chosen-item-header .chosen-item-title p {
            font-size: 14px;
            margin-right: 1.5em; } }

.kinou-card_01 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin: auto;
  max-width: 500px;
  box-shadow: 0 0 25px rgba(65, 172, 183, 0.5);
  height: 100%; }
  .kinou-card_01 ul.dot {
    padding: 20px;
    border-radius: 10px 10px 0 0; }
  .kinou-card_01 h3 {
    position: relative;
    background: rgba(255, 255, 120, 0.5);
    padding: 0.6em 1em 0.6em 6em;
    border-radius: 10px 10px 0 0;
    font-weight: bold; }
    .kinou-card_01 h3 span {
      display: flex;
      background: #407797;
      color: #fff;
      width: 5em;
      height: 5em;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      text-align: center;
      font-weight: 900;
      position: absolute;
      top: -0.2em;
      left: 0.2em; }
  .kinou-card_01 .image {
    position: relative;
    padding-bottom: 55%;
    margin: 20px; }
    .kinou-card_01 .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }

.kinou-card_02 {
  background: #fff;
  border: 7px solid #f5b477;
  border-radius: 8px;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 0 20px rgba(65, 172, 183, 0.4); }
  .kinou-card_02 h3 {
    text-align: center;
    border-bottom: 2px solid #f5b477;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-weight: bold; }

.more-item {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.5); }
  .more-item h2 {
    line-height: 2; }
  .more-item h2 span {
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(0.15em 0.15em at center center, #407797, #407797 100%, transparent, transparent);
    padding-top: .3em; }

/*------------------------------------------------------
　リスト
-------------------------------------------------------*/
ul.dot {
  padding-left: 0; }
  ul.dot.row {
    justify-content: center; }
    ul.dot.row li {
      margin-right: 1em; }
  ul.dot li {
    list-style: none;
    margin-bottom: 0.5em;
    padding-left: 1em;
    position: relative; }
    ul.dot li:before {
      position: absolute;
      content: "";
      display: block;
      width: 0.6em;
      height: 0.6em;
      background: #f3895e;
      border-radius: 50%;
      left: 0;
      top: 0.4em; }
    ul.dot li a {
      color: #000;
      margin-right: 2em; }

/*------------------------------------------------------
　価格・連携システム
-------------------------------------------------------*/
@font-face {
  font-family: 'LINE Seed Sans Bold';
  src: url("../fonts/LINESeedSans_Bd.otf"); }
.lineseed {
  font-family: 'LINE Seed Sans Bold'; }

.price-wrap {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.7);
  margin-top: -50px;
  position: relative; }

.plan {
  display: flex; }
  @media screen and (max-width: 768px) {
    .plan {
      display: block; } }
  .plan .light {
    background: #f8f38b;
    width: 25%;
    padding: 20px;
    border-radius: 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .plan .light {
        width: 100%; } }
    .plan .light h5 {
      margin-bottom: 10px;
      font-weight: bold;
      color: #333;
      font-size: 18px;
      min-height: 55px;
      padding-left: 3em; }
    .plan .light > span {
      position: absolute;
      border-radius: 50%;
      background: #ef821d;
      color: #fff;
      font-weight: bold;
      width: 5em;
      height: 5em;
      display: flex;
      justify-content: center;
      align-items: center;
      transform: rotate(-20deg);
      left: -1em;
      top: 0; }
  .plan .houjin {
    background: #b9f0f0;
    width: 75%;
    padding: 20px;
    border-radius: 20px; }
    @media screen and (max-width: 768px) {
      .plan .houjin {
        width: 100%; } }
    .plan .houjin h5 {
      text-align: center;
      margin-bottom: 10px;
      font-weight: bold;
      color: #333;
      min-height: 55px; }
    .plan .houjin .row {
      margin: 0;
      gap: 20px;
      flex-wrap: nowrap; }
      @media screen and (max-width: 768px) {
        .plan .houjin .row {
          flex-wrap: wrap; } }
  .plan .plan-item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    min-height: 390px; }
    @media screen and (max-width: 768px) {
      .plan .plan-item {
        min-height: 0; } }
    .plan .plan-item h6 {
      background: #1e5e82;
      color: #fff;
      text-align: center;
      padding: 0.5em;
      font-size: 16px; }
    .plan .plan-item .riyou {
      background: #407797;
      color: #fff;
      text-align: center;
      padding: 0.3em; }
      .plan .plan-item .riyou span {
        font-size: 200%;
        padding: 0 0.2em; }
    .plan .plan-item .dounyu {
      text-align: center;
      border-bottom: 1px solid #aaa;
      color: #1e5e82;
      font-weight: bold;
      padding: 0.5em 0 0 0;
      margin-bottom: 1em; }
      .plan .plan-item .dounyu span {
        font-size: 220%; }
    .plan .plan-item .list ul {
      list-style: none;
      min-height: 4em; }
      .plan .plan-item .list ul li {
        padding: 0.2em 0 0.2em 2em;
        position: relative; }
        .plan .plan-item .list ul li:after {
          content: "";
          background: url("../img/price/ok.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 1.5em;
          height: 1.5em;
          display: block;
          position: absolute;
          left: 0;
          top: 0.2em; }
        .plan .plan-item .list ul li.batsu:after {
          content: "";
          background: url("../img/price/batsu.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 1.5em;
          height: 1.5em;
          display: block;
          position: absolute;
          left: 0;
          top: 0.2em; }
    .plan .plan-item .taiou {
      text-align: center;
      font-weight: bold;
      color: #333;
      margin-top: 10px;
      line-height: 1.2; }
      .plan .plan-item .taiou span {
        font-size: 140%; }
        .plan .plan-item .taiou span span {
          font-size: 170%;
          padding: 0 0.1em; }
      .plan .plan-item .taiou p {
        margin: 0; }
    .plan .plan-item .inner {
      padding: 10px; }

@media screen and (max-width: 768px) {
  table.plan-table tr {
    display: block; } }
table.plan-table tr th {
  text-align: left; }
  @media screen and (max-width: 768px) {
    table.plan-table tr th {
      display: block; } }
  table.plan-table tr th span {
    background: #1e5e82;
    color: #fff;
    padding: 0.1em 1em;
    border-radius: 0.3em; }
table.plan-table tr td, table.plan-table tr th {
  padding: 0.7em; }
table.plan-table.other tr th span {
  border: 2px solid #1e5e82;
  color: #1e5e82;
  background: #fff; }

span.line {
  background: linear-gradient(transparent 60%, #ff6 60%); }

.row.center {
  justify-content: center; }

table.table-hikaku {
  border-collapse: separate;
  border-spacing: 10px 0;
  font-weight: bold;
  color: #555;
  font-size: 14px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    table.table-hikaku {
      font-size: 12px;
      border-spacing: 3px 0; } }
  table.table-hikaku .orange {
    color: #ea5504; }
  table.table-hikaku thead tr th {
    vertical-align: bottom; }
    table.table-hikaku thead tr th span {
      background: #6692ac;
      border-radius: 10px 10px 0 0;
      display: block;
      padding: 0.5em 0;
      color: #fff;
      font-weight: bold;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        table.table-hikaku thead tr th span {
          font-size: 16px; } }
    table.table-hikaku thead tr th:nth-child(2) span {
      background: #1e5e82;
      border-radius: 10px 10px 0 0;
      display: block;
      padding: 0.7em 0;
      color: #fff;
      font-weight: bold;
      font-size: 24px; }
      @media screen and (max-width: 768px) {
        table.table-hikaku thead tr th:nth-child(2) span {
          font-size: 18px; } }
  table.table-hikaku tbody tr th, table.table-hikaku tbody tr td {
    background: #e6f0f0;
    padding: 1em; }
    @media screen and (max-width: 768px) {
      table.table-hikaku tbody tr th, table.table-hikaku tbody tr td {
        padding: 0.5em; } }
  table.table-hikaku tbody tr th {
    text-align: left;
    color: #1e5e82;
    vertical-align: middle; }
  table.table-hikaku tbody tr td {
    text-align: center;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      table.table-hikaku tbody tr td img {
        width: 25px; } }
  table.table-hikaku tbody tr td:nth-child(2) {
    background: #ffeaa0;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      table.table-hikaku tbody tr td:nth-child(2) {
        font-size: 13px; } }
  table.table-hikaku tbody tr:nth-child(even) th, table.table-hikaku tbody tr:nth-child(even) td {
    background: #fff; }
  table.table-hikaku tbody tr:nth-child(even) td:nth-child(2) {
    background: #fff9e4; }

.renkei {
  position: relative; }
  .renkei:before {
    content: "";
    display: block;
    width: 100%;
    background: url("../img/common/bg-dot.svg");
    background-size: 440px;
    position: absolute;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0; }
  .renkei .page_content {
    position: relative; }

.kinou-card_03 {
  background: #fff;
  border: 7px solid #c6e6eb;
  border-radius: 8px;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 0 20px rgba(65, 172, 183, 0.2); }
  .kinou-card_03 h3 {
    text-align: center;
    border-bottom: 2px solid #c6e6eb;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-weight: bold; }
