@charset "utf-8";

/* --------------------------------------------


top


---------------------------------------------- */


.single {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.single ul {
  list-style-type: disc;
  margin-left: 2rem;
}

.caution {
  width: 94%;
  margin: 40px auto;
  text-align: center;
}

.caution p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.caution a.linkBtn {
  margin: 20px auto;
  font-size: 24px;
  font-size: 2.4rem;
}

.caution__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.caution__flex a {
  text-align: center;
}

.caution__flex img {
  display: block;
  margin: auto;
}

.top {
  display: flex;
  margin: 160px 0 80px;
}

.top__image {
  position: relative;
  width: 100%;
  max-width: 960px;
}

.top__image .top__logo {
  position: absolute;
  content: "";
  width: 160px;
  height: 40px;
  top: 20px;
  left: 20px;
}

.top__detail {
  width: 90%;
  max-width: 520px;
  margin: 0 60px;
  font-size: 16px;
  font-size: 1.6rem;
}

.top__detail h1,
.top__detail h2 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}

.top__detail p {
  margin: 20px 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.top__detail p span {
  font-size: 14px;
  font-size: 1.4rem;
}


.top__detail div {
  position: relative;
  border: solid 2px #302015;
  padding: 30px 20px 20px;
}

.top__detail div h3 {
  position: absolute;
  content: "";
  padding: 10px 20px;
  top: -28px;
  left: -28px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #fff;
}

.top__detail div h3::before {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: sub;
  background-image: url(../_image/product/good.svg);
  background-size: cover;
}

.top__detail div p {
  margin: 0;
}

.top__detail li {
  font-size: 16px;
  font-size: 1.6rem;
}


@media only screen and (max-width:640px) {
  .caution a.linkBtn {
    width: 100%;
    max-width: 100%;
  }

  .caution__flex {
    display: block;
    margin: auto;
    text-align: center;
  }

  .caution__flex a {
    display: block;
    margin: 40px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .top {
    display: block;
    margin: 160px 0 60px;
  }

  .top__detail {
    max-width: 90%;
    margin: 20px auto;
  }

  .top__detail h1,
  .top__detail h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .top__detail p {
    margin: 20px 0 60px;
  }

  .top__detail div {
    position: relative;
    border: solid 1px #302015;
    padding: 100px 20px 20px;
  }

  .top__detail div h3 {
    top: -36px;
  }

  .top__detail div h3::before {
    margin-right: 12px;
    width: 48px;
    height: 48px;
  }
}


/* --------------------------------------------


single__link


---------------------------------------------- */

.single__link {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 720px;
  margin: 80px auto;
}

.single .linkBtn {
  margin: 20px 0;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.single__link .linkBtn {
  max-width: 48%;
}


.single__link.test {
  display: block;
  position: fixed;
  right: 0;
  bottom: 60px;
  width: 240px;
  z-index: 999;
  margin: 0;
}

.single .test .linkBtn {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px;
  background: #302015;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}


.single__link.test .contactBtn {
  border-top: solid 2px #ccc;
}


@media only screen and (max-width:640px) {

  .single__link {
    display: block;
    bottom: 0;
    width: 90%;
  }

  .single__link .linkBtn {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    font-size: 2rem;
  }

  .single__link .contactBtn p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }


  .single__link.test {
    display: flex;
    position: fixed;
    gap: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .single .test .linkBtn {
    display: flex;
    width: 50%;
    max-width: 50%;
    font-size: 20px;
    font-size: 2rem;
  }


  .single__link.test .contactBtn {
    border-top: none;
    border-left: solid 2px #ccc;
  }
}





/* --------------------------------------------


lead


---------------------------------------------- */


.lead {
  padding: 80px 0;
  background-color: rgba(55, 202, 216, 0.2)
}

.lead__wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.lead__wrap h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}

.lead__wrap h2 small {
  font-size: 0.5em;
}

.lead__wrap p {
  margin: 40px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.lead__image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lead__image img {
  width: 48%;
}

@media only screen and (max-width:640px) {

  .lead {
    padding: 60px 0;
  }

  .lead__wrap {
    width: 94%;
  }

  .lead__wrap h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .lead__wrap h2 small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .lead__image {
    flex-direction: column;
  }

  .lead__image img {
    width: 100%;
  }
}

/* --------------------------------------------


feature


---------------------------------------------- */

.feature {
  padding: 120px 0;
  background-color: #F7F7F7;
}

.feature h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.feature h2 small {
  font-size: 0.5em;
}

.feature__wrap {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1080px;
  margin: 60px auto;
}

.feature__box {
  width: 340px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 2px #B9B9B9;
}

.feature__box h3 {
  margin: 20px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

.feature__box p,
.feature__box li {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width:640px) {

  .feature {
    padding: 60px 0;
  }

  .feature h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .feature h2 small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .feature__wrap {
    flex-direction: column;
    gap: 40px;
    margin: 60px auto;
  }

  .feature__box {
    width: 100%;
  }
}

/* --------------------------------------------


youtube


---------------------------------------------- */

.youtube {
  margin: 120px auto;
}

.youtube h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}

.youtube h2 small {
  font-size: 0.5em;
}

.youtube__box {
  width: 100%;
  max-width: 1080px;
  margin: 60px auto;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:640px) {
  .youtube {
    margin: 60px 0;
  }

  .youtube h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .youtube h2 small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* --------------------------------------------


usecase


---------------------------------------------- */

.usecase {
  padding: 120px 0;
  background-color: #F7F7F7;
}

.usecase h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}

.usecase h2 small {
  font-size: 0.5em;
}

.interview__wrap {
  display: flex;
  justify-content: space-between;
}

.interview__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  width: 600px;
  margin: auto;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 2px #B9B9B9;
}

.interview__box.plus {
  display: block;
  width: 45%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 2px #B9B9B9;
}

.interview__box p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}

.interview__box img {
  width: 200px;
  margin-right: 20px;
}

.interview__box.plus img {
  width: 60%;
  margin: 0;
}

@media only screen and (max-width:640px) {
  .usecase {
    padding: 60px 0;
  }

  .usecase h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .usecase h2 small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .interview__wrap {
    display: block;
  }

  .interview__box {
    width: 94%;
    margin: 40px auto;
    flex-direction: column;
  }

  .interview__box.plus {
    width: 94%;
    margin: 40px auto;
  }

  .interview__box img {
    width: 60%;
  }
}

/* --------------------------------------------


function


---------------------------------------------- */

.function {
  margin: 120px 0;
}

.function h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
}

.function h3 {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.function p {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.function .table__long p {
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
}

.function table {
  max-width: 1200px;
  table-layout: fixed;
  margin: 20px auto 60px;

}

.function table th,
.function table td {
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  border: solid 1px #302015;
}

.function table th {
  width: 240px;
  text-align: center;
  font-weight: bold;
  background-color: #E1E1E1;
}

.function table.center th,
.function table.center td {
  text-align: center;
  vertical-align: middle;
}

.function table a img {
  width: 120px;
  margin: 0 8px 0 16px;
}

@media only screen and (max-width:640px) {
  .function {
    margin: 60px 0;
  }

  .function h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .function .table__wrap {
    width: 94%;
    margin: auto;
  }

  .function .table__wrap table {
    width: 100%;
  }

  .function .table__wrap th,
  .function .table__wrap td {
    display: block;
    width: 100%;
  }

  .function .table__long {
    margin-top: 40px;
    overflow-x: scroll;
    padding: 0 3%;
  }

  .function .table__long table {
    white-space: nowrap;
    overflow-x: auto;
  }

  .function .table__long table th,
  .function .table__long table td {
    text-align: justify;
  }

  .function table a img {
    width: 160px;
  }
}

/* --------------------------------------------


option


---------------------------------------------- */

.option {
  padding: 120px 0;
  background-color: #E1E1E1;
}

.option h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

.option>p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.option__wrap {
  width: 94%;
  max-width: 960px;
  margin: 60px auto;
}

.option__box {
  display: flex;
  align-items: start;
  gap: 40px;
  margin: 40px 0;
  padding: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  box-shadow: 0px 0px 20px 2px #B9B9B9;
}

.option__box img {
  max-width: 400px;
}

.option__box h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.option__box p {
  margin: 20px 0;
}

.option__box h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}


@media only screen and (max-width:640px) {

  .option {
    padding: 60px 0;
  }

  .option__box {
    display: block;
  }

  .option__box img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .option__box h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* --------------------------------------------


faq


---------------------------------------------- */


.faq {
  margin: 120px 0;
}

.faq h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
}

.faq img {
  display: block;
  max-width: 600px;
  margin: 20px auto;
}

/* アコーディオン */

.accordion {
  width: 94%;
  max-width: 960px;
  margin: 50px auto;
}

.accordion__title {
  position: relative;
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  border: solid 3px #E1E1E1;
  background-color: #E1E1E1;
  cursor: pointer;
  user-select: none;
}

.accordion__title::after {
  position: absolute;
  content: "▲";
  top: 8px;
  right: 20px;
  transform: rotate(-180deg);
  z-index: 900;
  transition: 0.5s;
}

.accordion__title.is-active::after {
  transform: rotate(0deg);
  transition: 0.5s;
}

.accordion__content {
  display: none;
  padding: 20px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  border: solid 3px #E1E1E1;
}

@media only screen and (max-width:640px) {

  .faq {
    margin: 60px 0;
  }

  .faq h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .accordion__title {
    position: relative;
    margin-top: 40px;
    padding: 10px 80px 10px 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}




/* --------------------------------------------


price


---------------------------------------------- */

.price {
  padding: 120px 0;
  background-color: #F7F7F7;
}

.price h2 {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}

.price__wrap {
  width: 1080px;
  margin: 60px auto;
}

.price__table {
  position: relative;
  width: 100%;
}

.price__table .border {
    border-left: 5px solid #37CAD8;
    border-right: 5px solid #37CAD8;
  }

  .price__table .head {
    position: relative;
    border-top: 5px solid #37CAD8;
  }

  .price__table .under {
    border-bottom: 5px solid #37CAD8;
  }

.price__table .head::before {
  border: 5px solid #37CAD8;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: inset 0 20px 0 #37CAD8;
  box-shadow: inset 0 20px 0 #37CAD8;
  content: "";
  position: absolute;
  left: -5px;
  top: -20px;
  height: 20px;
  width: 100%;
}

.price__table th,
.price__table td {
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: solid 4px #F7F7F7;
}

.price__table th {
  font-weight: bold;
  color: #fff;
  background-color: #838383;
}

.price__table .price__th {
  width: 190px;
}

.price__table thead th {
  font-size: 20px;
  font-size: 2rem;
  color: #302015;
  background-color: #B6ECF1;
}

.price__table thead th span {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}

.price__table .price__cation {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: super;
}

.price__table thead th:first-child {
  background-color: transparent;
}

.price__table thead th:nth-of-type(2) {
  color: #fff;
  background-color: #37CAD8;
}

.price__table td {
  width: 295px;
}

.price p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width:640px) {
  .price {
    padding: 60px 3%;
  }

  .price h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .price__wrap {
    width: 100%;
  }

  .price__table {
    table-layout: fixed;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .price__table th {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .price__table thead th {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .price__table td {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .price__table thead th span {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .price__table th:not(thead th) {
    position: sticky;
    top: 0;
    left: 0;
  }

  .price__table::before {
    display: none;
  }

  .price__table .border {
    border-left: 5px solid #37CAD8;
    border-right: 5px solid #37CAD8;
  }

  .price__table .top {
    border-top: 5px solid #37CAD8;
  }

  .price__table .under {
    border-bottom: 5px solid #37CAD8;
  }

  .price p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}





/* --------------------------------------------


list


---------------------------------------------- */

.list {
  margin: 120px 0;
}

.list h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
}


.list__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  width: 94%;
  max-width: 960px;
  margin: 60px auto;
}

.list__box {
  width: 94%;
  max-width: 300px;
  padding: 20px;
  box-shadow: 0px 0px 20px 2px #B9B9B9;

}

.list__box h3 {
  margin: 12px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.list__box p,
.list__box li {
  font-size: 16px;
  font-size: 1.6rem;
}

.list__notion {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width:640px) {
  .list h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .list__box {
    width: 100%;
    max-width: 100%;

  }

  .list__box h3 {
    margin: 12px 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }

}


/* --------------------------------------------


catalog


---------------------------------------------- */


.catalog {
  padding: 120px 0;
  background-color: rgba(55, 202, 216, 0.2)
}

.catalog h2 {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}

.catalog .catalog__detail {
  margin: 60px auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.catalog__wrap {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 60px;
}

.catalog__wrap img {
  width: 200px;
}

.catalog__wrap form {
  width: 540px;
}

.catalog__wrap form p {
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.catalog__wrap input,
.catalog__wrap textarea {
  width: 100%;
  margin-top: 4px;
  padding: 0 4px;
}

.catalog__wrap textarea {
  height: 160px;
}


.catalog__wrap input[type="submit"] {
  display: flex;
  width: 320px;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #302015;
  border: none;
  cursor: pointer;
}

.catalog label span {
  font-size: 0.7em;
  vertical-align: super;
}

@media only screen and (max-width:640px) {

  .catalog {
    padding: 80px 3%;
  }

  .catalog .catalog__detail {
    margin: 40px auto;
  }

  .catalog__wrap {
    display: block;
    text-align: center;
  }

  .catalog .catalog__detail {
    text-align: justify;
  }

  .catalog__wrap img {
    width: 70%;
  }

  .catalog__wrap form {
    width: 100%;
    margin-top: 40px;
  }

  .catalog__wrap input[type="submit"] {
    display: flex;
    width: 320px;
    margin: 40px auto 0;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #302015;
    border: none;
    cursor: pointer;
  }


}

/* --------------------------------------------


single__contact


---------------------------------------------- */

.single__contact {
  padding: 80px 3%;
  background-color: #E1E1E1;
  border-top: solid 5px #fff;
}

.single__contact p {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.single__contact a {
  margin: 40px auto;
}

@media only screen and (max-width:640px) {}