/***********/
/* パンくず */
/***********/
ol.breadcrumb {
    width: 100%;
    padding: 2% 5%;
    margin: auto;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
}
ol.breadcrumb li + li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    transform: rotate(45deg);
    margin-right: 5px;
    margin-left: 5px;
}
ol.breadcrumb li span {
  font-size: clamp(12px, 2.5vw, 14px);
}
@media screen and (max-width: 1024px) {
  ol.breadcrumb {
    display: none;
  }
}


/*******************/
/* 機能一覧 */
/*******************/
.fv-catch {
    height: 210px;
    background-color: #1eb299;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
}

/* 左右の柄の共通設定 */
.fv-catch::before,
.fv-catch::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* 左側の柄 */
.fv-catch::before {
    left: 0;
    background-image: url(/assets/img/bg-left.png);
    background-position: left center;
}

/* 右側の柄 */
.fv-catch::after {
    right: 0;
    background-image: url(/assets/img/bg-right.png);
    background-position: right center;
}

/* TOP以外 */
.fv-catch h1.title {
  font-size: clamp(32px, 3.5vw, 50px);
  margin: 0;
  color: white;
  line-height: 1.2;
  z-index: 10;
  padding-right: 10px;
}
.fv-catch h1.title span {
  font-size: clamp(10px, 2.5vw, 20px);
  color: #fff;
}

.fv-catch h1.title span {
  font-size: 16px;
  font-weight: bold;
}
.page-wrapper {
  padding: 40px 10px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fv-catch {
    position: relative;
  }
  .fv-catch h1.title {
    position: absolute;
    top: 20px;
  }
  .fv-catch::before {
    left: -100px;
  }
  .fv-catch::after {
    width: 170px;
    top: 50px;
    right: -70px;
  }
}


/* 共通 */
/* TOP H2 */
.title01 {
  font-size: clamp(22px, 2.5vw, 40px);
  text-align: center;
}
.title01 span {
  font-size: clamp(26px, 4.5vw, 60px);
  line-height: 1.1;
}
.title02 {
  font-size: clamp(18px, 2.5vw, 32px);
  text-align: center;
}
.title02 span.white {
  font-size: clamp(26px, 2.5vw, 60px);
  color: #fff;
}
/* よくある質問 */
.title02 span.txt-green {
    font-size: clamp(14px, 2.5vw, 16px);
}
.title02 {
  font-size: clamp(30px, 2.5vw, 40px);
  text-align: center;
}

/* TOP タイトル */
.title03 {
  font-size: clamp(18px, 2.5vw, 25px);
  font-weight: bold;
}

/* 共通　サービス内容 */
.service h3 {
    font-size: clamp(34px, 4vw, 60px);
}
.service h3 .txt-green {
    font-size: clamp(34px, 4.5vw, 80px);
    line-height: 1.2!important;
}

span.marker {
  font-size: clamp(20px, 3.5vw, 32px);
  background: linear-gradient(transparent 80%, yellow 80%);
}

h3 span.marker {
  font-size: clamp(34px, 4vw, 60px)!important;
}
@media only screen and (max-width: 890px) {
  .service h3 {
    font-size: 32px;
  }
}

/* テキストカラー */
.txt-grade {
  display: inline-block;
  background: linear-gradient(135deg, #1bb097 0%, #7fd153 100%);
  background: -webkit-linear-gradient(-45deg, #1bb097 0%, #7fd153 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.txt-green {
  color: #19a48d;
  font-weight: bold;
}

.gradation {
  background-image: linear-gradient(90deg, #1bb097 58%, #7fd153);
}
.bgMain{
  background-color: #bbe8e0;
}
.bgSub{
  background-color: #e8f7f5;
}
.bgWhite {
  background-color: #fff;
}
.bgGray {
  background-color: #5c636b;
}
.bgGreen {
  background-color: #19a48d;
}
.bgNavy {
  font-size: clamp(26px, 5vw, 60px) !important;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  background-color: #213244;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
}

/* 共通パーツ　パンくず */
@media only screen and (max-width: 890px) {
  .breadcrumb {
    display: none;
  }
}

/**************************/
/* 共通パーツ　お問い合わせ */
/**************************/
.inquiry {
  padding: 50px 0px;
}
.inquiry .inquiry-container {
  position: relative;
}
.inquiry .cat03 {
  position: absolute;
  top: -23%;
  right: 24%;
  height: 24%;
  width: auto;
  }

.inquiry .title02 {
  color: #fff;
  font-weight: bold;
  font-size: clamp(26px, 2.5vw, 32px);
}
.inquiry .wrapper {
  background-image: url(/assets/img/bgimg01.png);
  padding: 50px 10px;
}
.inquiry ul {
  max-width: 1030px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.inquiry ul li {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.inquiry ul li p {
  text-align: center;
}
.inquiry ul li .tel-number {
  text-align: center;
  margin-left: 40px;
}
.inquiry ul li .tel-number a {
  font-size: clamp(30px, 2.5vw, 44px);
  color: #ff7900;
  font-weight: bold;
  position: relative;
}
.inquiry ul li .tel-number a img {
  position: absolute;
  bottom: 4px;
  left: -52px;
}
.inquiry .title03 {
  padding-bottom: 15;
}

/* ボタン */
.inquiry .button {
  background-color:#ff7900;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: clamp(18px, 2.5vw, 20px);
  transition: all 0.4s ease;
  position: relative;
  box-shadow: 0 9px 0 #c46200;
  max-width: 380px;
  display: block;
  position: relative;
  margin:0 auto;
}

.inquiry .button:hover {
  transform: translateY(9px);
  background-color: #f58a20;
  box-shadow: 0 1px 0 #c46200;
}
img.icon-left {
  position: relative;
  top: -8px;
  left: 0px;
}
img.icon-right {
  position: relative;
  top: -4px;
  right: -6%;
  width: 25px;
}

@media only screen and (max-width: 890px) {
  .inquiry .cat03 {
    top: -10%;
    right: 21%;
    height: 11%;
  }
  .inquiry .wrapper {
    margin-top: 10px;
    padding: 20px;
  }
  .inquiry ul {
    display: block;
  }
  .inquiry ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 30px 20px;
  }
  .inquiry ul li .tel-number a img {
    position: absolute;
    bottom: 5%;
    left: -38px;
    width: 34px;
  }
}
@media only screen and (max-width: 485px) {
  .inquiry .cat03 {
    top: -6%;
    right: 1%;
    height: 6%;
  }
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 10px;
}
.nav-btn {
  flex: 1;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.nav-btn.main {
  background-color: #1bb097;
  box-shadow: 0 10px 0 #14806d;
}
.nav-btn.main .btn-text {
  color: #fff;
  font-size: clamp(14px, 2.5vw, 20px);
}
.nav-btn.sub {
  background-color: #ececec;
  color: #1bb097;
  box-shadow: 0 10px 0 #b3b3b3;
}
.nav-btn.sub .btn-text {
  font-size: clamp(14px, 2.5vw, 20px);
}
.nav-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 6px 0 currentColor;
}
.nav-btn.sub:hover {
  box-shadow: 0 6px 0 #b3b3b3;
}

.nav-btn.main:hover {
  box-shadow: 0 6px 0 #14806d;
}

.nav-btn:active {
  transform: translateY(6px);
  box-shadow: 0 0 0 transparent;
}

.arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #1bb097;
  border-right: 3px solid #1bb097;
  position: absolute;
  top: 50%;
}

.arrow.left {
  left: 20px;
  transform: translateY(-50%) rotate(-135deg);
}

.arrow.right {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.btn-text {
  padding: 0 30px;
}


@media screen and (max-width: 768px) {
  .btn-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
  }

  .nav-btn {
    width: auto;
    height: 50px;
    font-size: 14px;
    box-shadow: 0 6px 0 currentColor;
  }


  .nav-btn.main { box-shadow: 0 6px 0 #14806d; }
  .nav-btn.sub { box-shadow: 0 6px 0 #b3b3b3; }


  .btn-container .main {
    flex: 4;
    max-width: none;
  }
  .btn-container .sub {
    flex: 1;
    max-width: none;
  }

  .btn-text {
    padding: 0 5px;
    line-height: 1.2;
  }

  .arrow.left {
    left: 0;
    right: 0;
    margin: 0 auto;
}
  .arrow.right {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}


/* 画面いっぱいの▽ */
.san_box {
  background: #fff;
  position: relative;
  margin: 0 0 60px;
}
.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.san_box .san_in {
  text-align: center;
  padding: 30px 0 0;
}
.san_box .san_in .san_t_a {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
.san_box .san_in .san_t_b {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

/* 機能詳細リスト */
.description > ul {
    padding: 50px 15px;

}
.description > ul > li {
    background-color: #fff;
    max-width: 950px;
    padding: 50px;
    margin: 0 auto 30px;
    border-radius: 20px;
    justify-content: space-between;
}

.description ul li:nth-child(even) {
  flex-direction: row-reverse;
  align-items: center;
}

.description ul li .left, .description ul li .right {
  align-items: center;
  margin: 0 auto;
}

.description ul li .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.2;
}

.description ul li .left .lead {
  line-height: 1.8;
}

.description ul li .left .text-heading {
    position: relative;
    display: inline-block;
    font-size: clamp(24px, 5vw, 30px);
    font-weight: bold;
    line-height: 1.4;
    color: #1bb097;
    padding: 0 25px 5px 25px;
    margin-bottom: 15px;
}
.description ul li .right {
    max-width: 350px;
}


/* 左括弧装飾 */
.description ul li .left .text-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../img/parens-left.png) no-repeat left top / contain;
}

/* 右括弧装飾 */
.description ul li .left .text-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../img/parens-right.png) no-repeat right bottom / contain;
}

.description ul li .right picture {
    max-width: 400px;
}

.description ul li div p small {
  text-align: left;
  display: block;
  margin-top: 10px;
}


@media screen and (max-width: 768px) {
    .description > ul > li {
      padding: 30px 10px;
    }
    .description ul li .left .text-heading {
        padding: 0 25px;
    }
    .description ul li .left .text-heading::before,
    .description ul li .left .text-heading::after {
        width: 18px;
        height: 18px;
    }
    .description ul li .left {
        display: block;
        /* text-align: center; */
    }
    .description p small {
      margin: 0 10px;
    }
}

/* 装飾親要素の設定 */
.description ul{
  position: relative;
    overflow: visible;
  z-index: 0;
}

/* ネコ 装飾画像共通の設定 */
.deco01,
.deco02,
.deco03,
.deco04,
.deco05,
.deco06,
.deco07 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  max-width: 100%;
}

/* ネコdeco01個別の位置調整 */
.deco01 {
  top: 3%;
  left: 0%;
  width: 24%;
}

/* ネコdeco02個別の位置調整 */
.deco02  {
  bottom: 30%;
  right: 0%;
  width: 24%;
}

/* ネコdeco03個別の位置調整 */
.deco03  {
  bottom: -9%;
  right: 0px;
  width: 17%;
}

/* ネコdeco07個別の位置調整 */
.deco07 {
  bottom: -13%;
  right: 0;
  width: 14%;
}

/* ラインdeco05個別の位置調整 */
.deco05 {
  top: 60%;
  left: 0%;
  width: 12%;
}

/* ラインdeco06個別の位置調整 */
.deco06 {
  top: 0%;
  right: 0%;
  width: 13%;
}

@media screen and (max-width: 768px) {
  /* ネコdeco01 */
  .deco01 {
    width: 40%;
    top: -20px;
  }
  /* ネコdeco02 */
  .deco02 {
    top: 40%;
    right: 0px;
    width: 40%;
  }
  /* ネコdeco03 */
  .deco03 {
    bottom: -3%;
    right: 0px;
    width: 32%;
  }
}

/***************/
/* よくある質問 */
/***************/
.qa-section {
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 20px;
}
.qa-item {
  background-color: #f3fafa;
  border-radius: 20px;
  padding: 25px 30px 25px 70px;
  margin-bottom: 20px;
  border: solid 2px #88cccc;
}
.qa-item:last-child {
  margin-bottom: 0;
}
.qa-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  position: relative;
}
.question img {
    max-width: 45px;
    position: absolute;
    left: -50px;
    top: -3px;
}
.answer img {
    max-width: 35px;
    position: absolute;
    left: -40px;
    top: 7px;
}
.qa-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  padding: 5px 0 0 10px;
}
.question .qa-text {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .qa-item {
    padding: 20px 15px 20px 55px;
  }

  .question img {
    max-width: 45px;
    left: -46px;
    top: -3px;
  }

.qa-section {
    margin: 20px auto;
}
  .qa-text {
    font-size: 14px;
    padding: 3px 0 0 5px;
  }
}

/* QA装飾 */
.qa {
  position: relative;
}
.deco10,
.deco11 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  max-width: 100%;
}

/* ラインdeco10個別の位置調整 */
.deco10 {
  top: 15%;
  right: 0%;
  width: 12%;
}

/* ラインdeco11個別の位置調整 */
.deco11 {
  bottom: 5%;
  left: 0%;
  width: 12%;
}

/***************/
/* 特定商取引法 */
/***************/
.legal-wrapper {
    padding: 70px 20px;
    background-color: #ffffff;
    color: #333;
}
/* .w1050 {
    max-width: 1050px;
    margin: 0 auto;
} */
.law-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    line-height: 1.8;
}
.law-table th {
    width: 30%;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    background-color: #e8f7f5;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    font-size: 15px;
    color: #1bb299;
}
.law-table td {
    width: 70%;
    padding: 20px;
    vertical-align: top;
    border-bottom: 1px solid #e5e7eb;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .law-table th,
    .law-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .law-table th {
        padding-bottom: 5px;
        background-color: transparent;
        border-bottom: none;
        font-size: 14px;
    }

    .law-table td {
        padding-top: 5px;
        padding-bottom: 25px;
        font-size: 14px;
    }
}

/***********/
/* 利用規約 */
/***********/
.terms h2 {
  color: #1bb299;
  font-size: 20px;
  margin: 30px 0 20px;
  background-color: #e8f7f5;
  padding: 10px;
}
.terms h3 {
  padding: 0 10px 5px;
  margin-top: 20px;
}
.terms p {
  padding-left: 10px;
}
.terms .numbers-inside {
  padding-left: 20px;
}
.terms p,.terms ul {
  /* padding: 10px 10px 0; */
}
.terms ul li {
  position: relative;
  padding: 0 0 0 30px!important;
}
.terms ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 21px;
  transform: translateY(-60%) translateX(0%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #1bb299;
}
.terms ol {
  counter-reset: listnum;
  list-style: none;
  padding: 0;
}
.terms ol li {
  position: relative;
  padding: 10px 10px 2px;
}
.terms ol > li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 2px;
  color: #1bb299;
  vertical-align: middle;
  font-size: clamp(14px, 5vw, 16px);
  font-family: roboto;
  font-weight: bold;
}
.terms p.right {
  width: 100%;
  text-align: right;
  display: block;
  margin-top: 20px;
}


/***************/
/* 導入事例一覧 */
/***************/
.case-studies .comming-soon {
  font-weight: bold;
  font-size: clamp(60px, 5vw, 80px);
  text-align: center;
  color: #1bb299;
  line-height: 1.2;
}
.case-studies p {
  text-align: center;
}