@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #1D1D1D;
  font-feature-settings: "halt";
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 900;
}

.en {
  font-family: "Chakra Petch", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 700;
}

/* KV
--------------------------------------------------*/
#kv {
  padding: 130px 0 80px;
}
@media screen and (max-width: 999px) {
  #kv {
    padding: 104px 0 60px;
  }
}
#kv .kv_inner {
  display: flex;
  gap: 3.57vw;
  width: 90%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #kv .kv_inner {
    gap: 20px;
  }
}
#kv .kv_inner .left {
  flex: 0 0 52.5%;
  z-index: 1;
}
#kv .kv_inner .left .sub_catch {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1D1D1D;
  padding: 6px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #kv .kv_inner .left .sub_catch {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 449px) {
  #kv .kv_inner .left .sub_catch {
    padding: 6px;
  }
}
#kv .kv_inner .left .sub_catch .sub_catch_txt {
  font-size: 1.42vw;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .sub_catch .sub_catch_txt {
    font-size: clamp(1.2rem, 3.8vw, 2rem);
  }
}
#kv .kv_inner .left .main_catch {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #kv .kv_inner .left .main_catch {
    margin-bottom: 15px;
  }
}
#kv .kv_inner .left .main_catch h2 .main_catch_txt {
  line-height: 1.4;
  font-size: 3.64vw;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .main_catch h2 .main_catch_txt {
    font-size: 6.81vw;
    display: block;
  }
}
#kv .kv_inner .left .main_catch h2 .main_catch_txt .regular_txt {
  font-weight: 400;
}
#kv .kv_inner .left .main_catch h2 .main_catch_txt .small_txt {
  font-size: 2.74vw;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .main_catch h2 .main_catch_txt .small_txt {
    font-size: 5.13vw;
  }
}
#kv .kv_inner .left .main_catch h2 .main_catch_txt .big_txt {
  font-size: 4.09vw;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .main_catch h2 .main_catch_txt .big_txt {
    font-size: 7.67vw;
  }
}
#kv .kv_inner .left .main_catch h2 .main_catch_txt .transform_txt {
  padding-left: 4px;
  display: inline-block;
  transform: rotate(10deg);
}
#kv .kv_inner .left .value_list {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .value_list {
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  #kv .kv_inner .left .value_list {
    margin-bottom: 15px;
  }
}
#kv .kv_inner .left .value_list .item {
  width: 15.42vw;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .value_list .item {
    flex: 1;
    width: 100%;
  }
}
#kv .kv_inner .left .value_list .item .text_wrap {
  display: grid;
  gap: 4px;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .value_list .item .text_wrap {
    gap: 2px;
  }
}
#kv .kv_inner .left .value_list .item .text_wrap .yellow_txt {
  color: #FFF111;
  font-size: 1.64vw;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .value_list .item .text_wrap .yellow_txt {
    font-size: clamp(1rem, 2.8vw, 3rem);
  }
}
#kv .kv_inner .left .value_list .item .text_wrap .sub_txt {
  font-size: 1vw;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .value_list .item .text_wrap .sub_txt {
    font-size: clamp(0.8rem, 2.05vw, 1.8rem);
  }
}
#kv .kv_inner .left .value_list .item .value_bg {
  position: absolute;
  left: 0;
  top: 0;
}
#kv .kv_inner .left .btn_list {
  display: flex;
  gap: 10px 15px;
}
@media screen and (max-width: 768px) {
  #kv .kv_inner .left .btn_list {
    flex-wrap: wrap;
  }
}
#kv .kv_inner .left .btn_list .btn {
  width: calc((100% - 15px) / 2);
  max-width: 329px;
  height: 80px;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .left .btn_list .btn {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.8rem, 4.61vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  #kv .kv_inner .left .btn_list .btn {
    height: 70px;
  }
}
#kv .kv_inner .left .btn_list .btn.download_btn {
  background-color: #EA5414;
}
#kv .kv_inner .right {
  flex: 1;
  position: relative;
  z-index: 1;
}
#kv .kv_inner .right .img {
  position: absolute;
}
#kv .kv_inner .right .img:first-child {
  width: auto;
  height: 79.7%;
}
#kv .kv_inner .right .img:last-child {
  width: 79%;
  height: auto;
  bottom: 0;
}
#kv .kv_inner .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kv .kv_inner .bg_img {
  position: absolute;
  left: -7%;
  bottom: 34px;
  width: 77.42vw;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #kv .kv_inner .bg_img {
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  #kv .kv_inner .bg_img {
    bottom: 58%;
  }
}
#kv .kv_inner .bg_img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* メーターAI遠隔監視とは
--------------------------------------------------*/
#about {
  background-color: #0C3780;
  padding-bottom: 80px;
  margin-top: 100px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #about {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
#about::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 100'><g clip-path='url(%23clip0_830_64)'><ellipse cx='700' cy='190.5' rx='929' ry='190.5' fill='%230C3780'/></g><defs><clipPath id='clip0_830_64'><rect width='1400' height='100' fill='white'/></clipPath></defs></svg>") no-repeat center top;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about::before {
    top: -60px;
    height: 60px;
  }
}
#about .about_inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  z-index: 2;
}
#about .about_inner .sec_title {
  color: #fff;
}
#about .about_inner .sec_title .fukidashi {
  font-size: clamp(2rem, 2vw, 2.4rem);
  line-height: 1.4;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #about .about_inner .sec_title .fukidashi {
    font-size: clamp(1.6rem, 4.1vw, 2rem);
  }
}
@media screen and (min-width: 520px) {
  #about .about_inner .sec_title .fukidashi br {
    display: none;
  }
}
#about .about_inner .sec_title .fukidashi::before, #about .about_inner .sec_title .fukidashi::after {
  content: "";
  position: absolute;
  width: 2px;
  height: clamp(2rem, 2vw, 2.4rem);
  background-color: #fff;
  top: 50%;
}
@media screen and (max-width: 999px) {
  #about .about_inner .sec_title .fukidashi::before, #about .about_inner .sec_title .fukidashi::after {
    height: clamp(1.6rem, 5.33vw, 2rem);
  }
}
@media screen and (max-width: 449px) {
  #about .about_inner .sec_title .fukidashi::before, #about .about_inner .sec_title .fukidashi::after {
    top: auto;
    bottom: 0;
    transform: translateY(0) skewX(30deg);
  }
}
#about .about_inner .sec_title .fukidashi::before {
  left: -20px;
  transform: translateY(-50%) skewX(30deg);
}
#about .about_inner .sec_title .fukidashi::after {
  right: -20px;
  transform: translateY(-50%) skewX(-30deg);
}
#about .about_inner .sec_title h3 {
  font-size: clamp(4.2rem, 4.2vw, 6.2rem);
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  #about .about_inner .sec_title h3 {
    font-size: clamp(2rem, 6.66vw, 3.6rem);
  }
}
#about .about_inner .sec_title h3 .yellow_txt {
  color: #FFF111;
}
#about .about_inner .about_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about_list {
    flex-direction: column;
  }
}
#about .about_inner .about_list .item {
  width: calc((100% - 20px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  padding: 20px 30px;
  border-top: solid 5px #EA5414;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about_list .item {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  #about .about_inner .about_list .item {
    flex-direction: column;
  }
}
#about .about_inner .about_list .item .left .orange_txt {
  font-size: clamp(2.2rem, 2.2vw, 2.6rem);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #about .about_inner .about_list .item .left .orange_txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #about .about_inner .about_list .item .left .orange_txt {
    text-align: center;
    margin-bottom: 10px;
  }
  #about .about_inner .about_list .item .left .orange_txt br {
    display: none;
  }
}
#about .about_inner .about_list .item .right {
  flex: 0 0 14.28vw;
  max-width: 200px;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about_list .item .right {
    max-width: 160px;
  }
}

/* 解決できます
--------------------------------------------------*/
#solution {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #solution {
    padding: 60px 0;
  }
}
#solution .solution_inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
#solution .solution_inner .sec_title {
  margin-bottom: 85px;
}
@media screen and (max-width: 999px) {
  #solution .solution_inner .sec_title {
    margin-bottom: 65px;
  }
}
#solution .solution_inner .sec_title h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}
#solution .solution_inner .sec_title h3 img {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 999px) {
  #solution .solution_inner .sec_title h3 img {
    height: clamp(40px, 8.88vw, 70px);
  }
}
#solution .solution_inner .solution_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;
}
@media screen and (max-width: 999px) {
  #solution .solution_inner .solution_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution_inner .solution_list {
    gap: 50px;
  }
}
#solution .solution_inner .solution_list .item {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #solution .solution_inner .solution_list .item {
    padding: 0 15px 15px;
    gap: 15px;
  }
}
#solution .solution_inner .solution_list .item .assignment_wrap {
  position: relative;
  background-color: #0C3780;
  border-radius: 5px;
  margin-top: -20px;
}
#solution .solution_inner .solution_list .item .assignment_wrap::after {
  content: "";
  position: absolute;
  background: url(../img/assignment_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 45px;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  #solution .solution_inner .solution_list .item .assignment_wrap::after {
    width: 18px;
    height: 30px;
    bottom: -30px;
  }
}
#solution .solution_inner .solution_list .item .assignment_wrap .number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: solid 1px #0C3780;
  border-radius: 100vh;
  width: 80px;
  height: 27px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  #solution .solution_inner .solution_list .item .assignment_wrap .number {
    top: -11px;
    width: 68px;
    height: 22px;
  }
}
#solution .solution_inner .solution_list .item .assignment_wrap .number .blue_txt {
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  #solution .solution_inner .solution_list .item .assignment_wrap .number .blue_txt {
    font-size: 1.2rem;
  }
}
#solution .solution_inner .solution_list .item .assignment_wrap .number .blue_txt .big_txt {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #solution .solution_inner .solution_list .item .assignment_wrap .number .blue_txt .big_txt {
    font-size: 2rem;
  }
}
#solution .solution_inner .solution_list .item .assignment_wrap .content {
  padding: 20px 15px;
}
#solution .solution_inner .solution_list .item .assignment_wrap .content p {
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #solution .solution_inner .solution_list .item .assignment_wrap .content p {
    font-size: clamp(1.4rem, 4.66vw, 1.8rem);
  }
}
#solution .solution_inner .solution_list .item .solution_wrap {
  background-color: #FFFDE0;
  border-radius: 5px;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 30px;
}
@media screen and (max-width: 999px) {
  #solution .solution_inner .solution_list .item .solution_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #solution .solution_inner .solution_list .item .solution_wrap {
    padding: 20px 15px;
  }
}
#solution .solution_inner .solution_list .item .solution_wrap p {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #solution .solution_inner .solution_list .item .solution_wrap p {
    font-size: clamp(1.6rem, 5.33vw, 2rem);
  }
}

/* できること
--------------------------------------------------*/
#can-do {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #can-do {
    padding: 60px 0;
  }
}
#can-do .can-do_inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
#can-do .can-do_inner .sec_title h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}
#can-do .can-do_inner .sec_title h3 img {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 999px) {
  #can-do .can-do_inner .sec_title h3 img {
    height: clamp(40px, 8.88vw, 70px);
  }
}
#can-do .can-do_inner .can-do_list {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #can-do .can-do_inner .can-do_list {
    gap: 20px;
  }
}
#can-do .can-do_inner .can-do_list .item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#can-do .can-do_inner .can-do_list .item .number {
  background-color: #0C3780;
  padding: 6px 0;
}
#can-do .can-do_inner .can-do_list .item .number .en {
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 999px) {
  #can-do .can-do_inner .can-do_list .item .number .en {
    font-size: 2rem;
  }
}
#can-do .can-do_inner .can-do_list .item .number .en .big_txt {
  font-size: 3.8rem;
}
@media screen and (max-width: 999px) {
  #can-do .can-do_inner .can-do_list .item .number .en .big_txt {
    font-size: 3rem;
  }
}
#can-do .can-do_inner .can-do_list .item .flex_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #can-do .can-do_inner .can-do_list .item .flex_area {
    gap: 20px;
    padding: 20px;
    text-align: center;
  }
}
#can-do .can-do_inner .can-do_list .item .flex_area .txt_wrap {
  flex: 0 0 49%;
}
@media screen and (max-width: 999px) {
  #can-do .can-do_inner .can-do_list .item .flex_area .txt_wrap {
    flex: 1;
  }
}
#can-do .can-do_inner .can-do_list .item .flex_area .txt_wrap .orange_txt {
  font-size: clamp(2.6rem, 2.6vw, 3.2rem);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  #can-do .can-do_inner .can-do_list .item .flex_area .txt_wrap .orange_txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1199px) {
  #can-do .can-do_inner .can-do_list .item .flex_area .txt_wrap .content br {
    display: none;
  }
}
#can-do .can-do_inner .can-do_list .item .flex_area .img {
  flex: 0 0 38%;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #can-do .can-do_inner .can-do_list .item .flex_area .img {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  #can-do .can-do_inner .can-do_list .item:nth-child(2) .flex_area, #can-do .can-do_inner .can-do_list .item:nth-child(4) .flex_area {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #can-do .can-do_inner .can-do_list .item:nth-child(3) .flex_area, #can-do .can-do_inner .can-do_list .item:nth-child(5) .flex_area {
    flex-direction: column;
  }
}
#can-do .can-do_inner .can-do_list .item:first-child .flex_area {
  flex-direction: column;
  gap: 15px;
  text-align: center;
  padding: 50px 30px;
}
@media screen and (max-width: 768px) {
  #can-do .can-do_inner .can-do_list .item:first-child .flex_area {
    padding: 20px;
  }
}
#can-do .can-do_inner .can-do_list .item:first-child .flex_area .txt_wrap {
  flex: auto;
}
#can-do .can-do_inner .can-do_list .item:first-child .flex_area .img {
  width: 78.6%;
}
@media screen and (max-width: 999px) {
  #can-do .can-do_inner .can-do_list .item:first-child .flex_area .img {
    width: 100%;
  }
}

/* 特長
--------------------------------------------------*/
#features {
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #features {
    padding: 60px 0;
  }
}
#features .features_inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
#features .features_inner .sec_title {
  margin-bottom: 63px;
}
@media screen and (max-width: 999px) {
  #features .features_inner .sec_title {
    margin-bottom: 43px;
  }
}
#features .features_inner .sec_title h3 .big_txt {
  font-size: clamp(5.6rem, 5.6vw, 6.2rem);
}
@media screen and (max-width: 999px) {
  #features .features_inner .sec_title h3 .big_txt {
    font-size: clamp(3.8rem, 12.66vw, 5.6rem);
  }
}
#features .features_inner .features_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media screen and (max-width: 768px) {
  #features .features_inner .features_list {
    gap: 31px;
  }
}
#features .features_inner .features_list .item {
  width: calc((100% - 40px) / 3);
  background-color: #F5F5F5;
  padding: 30px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #features .features_inner .features_list .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #features .features_inner .features_list .item {
    width: 100%;
  }
}
#features .features_inner .features_list .item .number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0C3780;
  border-radius: 100vh;
  width: 80px;
  height: 27px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  #features .features_inner .features_list .item .number {
    top: -11px;
    width: 68px;
    height: 22px;
  }
}
#features .features_inner .features_list .item .number p {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  #features .features_inner .features_list .item .number p {
    font-size: 1.2rem;
  }
}
#features .features_inner .features_list .item .number p .big_txt {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #features .features_inner .features_list .item .number p .big_txt {
    font-size: 2rem;
  }
}
#features .features_inner .features_list .item .img {
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
}
@media screen and (max-width: 768px) {
  #features .features_inner .features_list .item .img {
    height: 60px;
  }
}
#features .features_inner .features_list .item .img img {
  width: 100%;
  height: 100%;
}

/* 利用イメージ
--------------------------------------------------*/
#flow {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #flow {
    padding: 60px 0;
  }
}
#flow .flow_inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
#flow .flow_inner .org-chart a.org-chart_img {
  display: block;
}
@media screen and (max-width: 768px) {
  #flow .flow_inner .org-chart .zoom_text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #0C3780;
  }
}
@media screen and (max-width: 449px) {
  #flow .flow_inner .org-chart .zoom_text {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}
#flow .flow_inner .org-chart .zoom_text img {
  width: 14px;
}
@media screen and (max-width: 449px) {
  #flow .flow_inner .org-chart .zoom_text img {
    width: 12px;
  }
}

/* ダッシュボード体験
--------------------------------------------------*/
#dashboard {
  background-color: #fff;
  padding: 80px 0;
  margin-inline: auto;
  margin: 0 20px 80px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #dashboard {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #dashboard {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
#dashboard .dashboard_inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
#dashboard .dashboard_inner .dashboard_area {
  text-align: center;
}

/* 選ばれる理由
--------------------------------------------------*/
#reason {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #reason {
    padding: 60px 0;
  }
}
#reason .reason_inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
#reason .reason_inner .reason_list {
  display: grid;
  gap: 30px;
}
#reason .reason_inner .reason_list .item {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #reason .reason_inner .reason_list .item {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #reason .reason_inner .reason_list .item {
    padding: 30px 20px;
  }
}
#reason .reason_inner .reason_list .item .number {
  position: absolute;
  top: -15px;
  right: 10px;
  font-size: clamp(4rem, 4vw, 4.6rem);
}
@media screen and (max-width: 768px) {
  #reason .reason_inner .reason_list .item .number {
    font-size: 3.2rem;
  }
}
#reason .reason_inner .reason_list .item .top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E7E7E7;
}
#reason .reason_inner .reason_list .item .top .orange_txt {
  font-size: clamp(2.4rem, 2.4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  padding-left: 1.4em;
}
@media screen and (max-width: 999px) {
  #reason .reason_inner .reason_list .item .top .orange_txt {
    font-size: 2rem;
  }
}
#reason .reason_inner .reason_list .item .top .orange_txt::before {
  content: "";
  position: absolute;
  background: url(../img/check_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.25em;
}

/* 料金
--------------------------------------------------*/
#fee {
  background-color: #0C3780;
  padding-bottom: 80px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fee {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
#fee::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 100'><g clip-path='url(%23clip0_830_64)'><ellipse cx='700' cy='190.5' rx='929' ry='190.5' fill='%230C3780'/></g><defs><clipPath id='clip0_830_64'><rect width='1400' height='100' fill='white'/></clipPath></defs></svg>") no-repeat center top;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #fee::before {
    top: -60px;
    height: 60px;
  }
}
#fee .fee_inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
#fee .fee_inner .sec_title {
  margin-bottom: 65px;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .sec_title {
    margin-bottom: 45px;
  }
}
#fee .fee_inner .sec_title h3 {
  color: #fff;
}
#fee .fee_inner .flex_area {
  display: grid;
  grid-template-columns: 1fr 36px 1fr;
  gap: 16px;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area {
    grid-template-columns: 1fr;
  }
}
#fee .fee_inner .flex_area .item {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 33px 20px 20px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item {
    padding: 27px 20px 20px;
  }
}
#fee .fee_inner .flex_area .item .title {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  background-color: #00B1DD;
  border-radius: 100vh;
  width: 87%;
  text-align: center;
  padding: 10px 0;
}
#fee .fee_inner .flex_area .item .title p {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item .title p {
    font-size: 2.2rem;
  }
}
#fee .fee_inner .flex_area .item.left .amount_wrap {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item.left .amount_wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item.left .amount_wrap .gray_txt {
    font-size: 1.4rem;
  }
}
#fee .fee_inner .flex_area .item.left .amount_wrap .orange_txt {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item.left .amount_wrap .orange_txt {
    font-size: clamp(2.4rem, 8vw, 3.4rem);
  }
}
#fee .fee_inner .flex_area .item.left .amount_wrap .orange_txt .big_txt {
  font-size: 6rem;
  padding-right: 3px;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item.left .amount_wrap .orange_txt .big_txt {
    font-size: clamp(4.2rem, 14vw, 5.4rem);
  }
}
#fee .fee_inner .flex_area .item.left .note_list {
  background-color: #F5F5F5;
  padding: 15px;
  width: 100%;
}
#fee .fee_inner .flex_area .item.left .note_list li {
  font-size: 1.2rem;
  padding-left: 1em;
  position: relative;
}
#fee .fee_inner .flex_area .item.left .note_list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#fee .fee_inner .flex_area .item.left .note_list li:not(:last-child) {
  margin-bottom: 2px;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item.right {
    padding: 27px 20px 10px;
  }
}
#fee .fee_inner .flex_area .item.right .orange_txt {
  font-size: clamp(2.8rem, 2.8vw, 3.2rem);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin: auto;
  padding: 40px 0;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item.right .orange_txt {
    font-size: clamp(2.4rem, 8vw, 2.8rem);
    padding: 30px 0;
  }
}
#fee .fee_inner .flex_area .item.right .contact_txt {
  text-align: center;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item.right .contact_txt {
    font-size: 1.4rem;
  }
}
#fee .fee_inner .flex_area .item.right .contact_txt .link_txt {
  color: #00B1DD;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .item.right .contact_txt .link_txt {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  #fee .fee_inner .flex_area .item.right .contact_txt .link_txt:hover {
    opacity: 0.7;
  }
}
#fee .fee_inner .flex_area .plus {
  position: relative;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .plus {
    margin: 12px 0 27px;
  }
}
#fee .fee_inner .flex_area .plus::before, #fee .fee_inner .flex_area .plus::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .flex_area .plus::before, #fee .fee_inner .flex_area .plus::after {
    width: 30px;
  }
}
#fee .fee_inner .flex_area .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#fee .fee_inner .fukidashi {
  display: block;
  background-color: #EA5414;
  border-radius: 5px;
  text-align: center;
  margin-top: 34px;
  padding: 15px 0;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .fukidashi {
    padding: 10px 0;
  }
}
#fee .fee_inner .fukidashi::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17px 10px;
  border-color: transparent transparent #EA5414 transparent;
}
#fee .fee_inner .fukidashi p {
  font-size: clamp(2rem, 2vw, 2.6rem);
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #fee .fee_inner .fukidashi p {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  #fee .fee_inner .fukidashi:hover {
    opacity: 0.7;
  }
}

/* 機能一覧
--------------------------------------------------*/
#function {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #function {
    padding-top: 60px;
  }
}
#function .function_inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 619px) {
  #function .function_inner .table_wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 5vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #function .function_inner .table_wrapper table {
    width: auto;
    min-width: 100%;
    padding-right: 5vw;
  }
}
#function .function_inner .table_wrapper table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
#function .function_inner .table_wrapper table tr th,
#function .function_inner .table_wrapper table tr td {
  padding: 20px 30px;
  line-height: 1.4;
  vertical-align: middle;
  border-bottom: solid 1px #E7E7E7;
}
@media screen and (max-width: 999px) {
  #function .function_inner .table_wrapper table tr th,
  #function .function_inner .table_wrapper table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 449px) {
  #function .function_inner .table_wrapper table tr th,
  #function .function_inner .table_wrapper table tr td {
    padding: 15px;
    font-size: 1.4rem;
  }
}
#function .function_inner .table_wrapper table tr:last-child th,
#function .function_inner .table_wrapper table tr:last-child td {
  border-bottom: none;
}
#function .function_inner .table_wrapper table tr th {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  color: #fff;
  background-color: #0C3780;
  text-align: left;
  width: clamp(240px, 24vw, 280px);
}
@media screen and (max-width: 999px) {
  #function .function_inner .table_wrapper table tr th {
    width: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 449px) {
  #function .function_inner .table_wrapper table tr th {
    font-size: 1.4rem;
  }
}
#function .function_inner .table_wrapper table tr td {
  background-color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 619px) {
  #function .function_inner .table_wrapper table tr td {
    min-width: 500px;
  }
}
@media screen and (max-width: 449px) {
  #function .function_inner .table_wrapper table tr td {
    min-width: 400px;
  }
}
#function .function_inner .table_wrapper table tr:first-child th {
  border-top-left-radius: 5px;
}
#function .function_inner .table_wrapper table tr:first-child td {
  border-top-right-radius: 5px;
}
#function .function_inner .table_wrapper table tr:last-child th {
  border-bottom-left-radius: 5px;
}
#function .function_inner .table_wrapper table tr:last-child td {
  border-bottom-right-radius: 5px;
}

/* 導入事例
--------------------------------------------------*/
#case-study {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #case-study {
    padding-top: 60px;
  }
}
#case-study .case-study_inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
#case-study .case-study_inner .case-study_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 869px) {
  #case-study .case-study_inner .case-study_list {
    grid-template-columns: 1fr;
  }
}
#case-study .case-study_inner .case-study_list .item {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}
#case-study .case-study_inner .case-study_list .item .img {
  width: auto;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 869px) {
  #case-study .case-study_inner .case-study_list .item .img {
    height: auto;
  }
}
#case-study .case-study_inner .case-study_list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case-study .case-study_inner .case-study_list .item .txt_wrap {
  margin-top: 15px;
}
#case-study .case-study_inner .case-study_list .item .txt_wrap .top {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #E7E7E7;
}
#case-study .case-study_inner .case-study_list .item .txt_wrap .bottom .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 15px;
}
#case-study .case-study_inner .case-study_list .item .txt_wrap .bottom .tag_list .tag {
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 15px;
  background-color: #EA5414;
  color: #fff;
  border-radius: 3px;
}

/* よくある質問
--------------------------------------------------*/
#faq {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 60px 0;
  }
}
#faq .faq_inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
#faq .faq_inner .faq_list {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  #faq .faq_inner .faq_list {
    gap: 15px;
  }
}
#faq .faq_inner .faq_list .wrap_faq_box {
  background-color: #fff;
  border-radius: 5px;
}
#faq .faq_inner .faq_list .wrap_faq_box .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 999px) {
  #faq .faq_inner .faq_list .wrap_faq_box .question {
    padding: 15px;
  }
}
#faq .faq_inner .faq_list .wrap_faq_box .question .text_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  #faq .faq_inner .faq_list .wrap_faq_box .question .text_wrap {
    gap: 10px;
  }
}
#faq .faq_inner .faq_list .wrap_faq_box .question .text_wrap .blue {
  font-size: 2.6rem;
  color: #fff;
  background-color: #0C3780;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  #faq .faq_inner .faq_list .wrap_faq_box .question .text_wrap .blue {
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
}
#faq .faq_inner .faq_list .wrap_faq_box .question .text_wrap .text {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 999px) {
  #faq .faq_inner .faq_list .wrap_faq_box .question .text_wrap .text {
    font-size: 1.8rem;
  }
}
#faq .faq_inner .faq_list .wrap_faq_box .question .plus {
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  #faq .faq_inner .faq_list .wrap_faq_box .question .plus {
    width: 15px;
    height: 15px;
  }
}
#faq .faq_inner .faq_list .wrap_faq_box .question .plus::before, #faq .faq_inner .faq_list .wrap_faq_box .question .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #0C3780;
}
#faq .faq_inner .faq_list .wrap_faq_box .question .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
#faq .faq_inner .faq_list .wrap_faq_box .question.open .plus::after {
  transform: translate(-50%, -50%) rotate(90deg) rotate(45deg);
  opacity: 0;
}
@media (hover: hover) {
  #faq .faq_inner .faq_list .wrap_faq_box .question:hover {
    opacity: 0.7;
  }
}
#faq .faq_inner .faq_list .wrap_faq_box .answer {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: solid 1px #E7E7E7;
  padding: 20px 25px;
}
@media screen and (max-width: 999px) {
  #faq .faq_inner .faq_list .wrap_faq_box .answer {
    gap: 10px;
    padding: 15px;
  }
}
#faq .faq_inner .faq_list .wrap_faq_box .answer .orange {
  font-size: 2.6rem;
  color: #fff;
  background-color: #EA5414;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  #faq .faq_inner .faq_list .wrap_faq_box .answer .orange {
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
}