@charset "utf-8";

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

table {
  border-collapse: collapse;
}

/*------------------------------------------------------------
●common
-------------------------------------------------------------*/
:root {
  --txt-basic: #333;
  --txt-color: #00155f;
  --bs-white: #fff;
  --bs-gray: #f5f5f5;
  --bs-orange: #f58323;
  --bs-red: #df6f5f;
  --btn-inq: #00ad19;
}

body {
  background: var(--bs-white);
  color: var(--txt-basic);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

a:link,
a:visited {
  color: #039;
  text-decoration: underline;
}

a:hover,
a:active {
  color: var(--bs-blue);
}
a,
a img {
  transition: 0.4s;
}
a:hover img {
  opacity: 0.7;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25em;
}

.contents {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.fbox_sb {
  display: flex;
  justify-content: space-between;
}

.bc_gray {
  background: var(--bs-gray);
}
.bc_gray-inn {
  background: var(--bs-white);
}
.bc_gray-inn.p-trbl {
  padding: 1.5em;
}

section {
  padding: 4rem 0;
}

.main-title {
  color: var(--txt-color);
  font-size: 1.5rem;
  margin-bottom: .5em;
  text-align: center;
}

.txt-j {
  text-align: justify;
}

ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.box_btn_inq {
  margin-top: 2.5rem;
  text-align: center;
}

label {
  cursor: pointer;
}

.box_paragraph p + p {
  margin-top: 1em;
}

.youtube__aspect-ratio {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 3em;
}

.youtube__aspect-ratio iframe {
  width: 100%;
  height: 100%;
}

.annotation {
  color: #444;
  font-size: .875rem;
}

/*header*/
/*-----------------------------------------------------------*/
header {
  background: var(--btn-white);
  border-bottom: 4px solid #959595;
  padding: 5px 0;
}

header .fbox_sb {
  align-items: center;
  height: 50px;
}

.logo {
  background: url(../img/logo.png) 0 0 no-repeat;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 505px;
}

a.btn_inq {
  background: var(--btn-inq) url(../img/icon-mail.png) 15px 50% no-repeat;
  border-radius: 3px;
  color: var(--bs-white);
  display: inline-block;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 2em 0 3.5em;
  text-decoration: none;
}

a.btn_inq:hover {
  background-color: #008e11;
}

a.btn_inq.btn_dl {
  background-image: url(../img/icon-dl.png);
  padding-left: 3em;
}

header a.btn_inq {
  height: 40px;
  line-height: 40px;
}

/*mv*/
/*-----------------------------------------------------------*/
.mv {
  background: url(../img/mv.png) 0 50% no-repeat;
  background-size: cover;
  min-height: 400px;
  text-align: left;
}


.catch-copy {
  padding: 1rem 0 0;
}

.catch-copy h1 {
  color: var(--txt-color);
  font-size: 2.25rem;
  line-height: 1.2;
}

.catch-copy h1 span {
  color: var(--txt-basic);
  font-size: 1.125rem;
  font-weight: normal;
}

.catch-copy ul {
  font-size: 1rem;
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
}

.catch-copy li {
  background: url(../img/icon-check.png) 0 50% no-repeat;
  padding-left: 20px;
}

.catch-copy ul li:not(:last-child) {
  margin-bottom: 0.25em;
}

/*read*/
/*-----------------------------------------------------------*/
.read-title {
  color: var(--txt-color);
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1em;
}
.read-title span {
  color: var(--txt-basic);
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: .25rem;
}
.read-txt {
  display: block;
  margin: 0 auto 1.5em;
  text-align: justify;
  width: 70%;
}

.closing-text {
  color: var(--btn-inq);
  font-weight: bold;
  text-align: center;
}


/*box_problems*/
/*-----------------------------------------------------------*/
.box_problems .bc_gray-inn + .bc_gray-inn {
  margin-top: 2.5em;
}

.contents-trouble {
  display: flex;
  position: relative;
}
.contents-trouble p {
  background: var(--txt-color) url(../img/bg_trouble.png) 0 100% no-repeat;
  box-sizing: content-box;
  color: #fff;
  font-size: 1.75rem;
  padding: 1em 1em 1em 140px;
  width: 11em;
}

.list-trouble {
  box-sizing: border-box;
  padding: 1em .5em;
  width: calc(100% - (150px + 11em));
}

.list-trouble ul {
  font-size: 1.125rem;
  margin: 0 0 0 1.5em;
  padding: 0;
}

.contents-trouble::after {
  background-color: var(--bs-orange);
  bottom: -50px;
  clip-path: polygon(30% 0, 70% 0, 70% 54%, 100% 54%, 50% 100%, 0 54%, 30% 54%);
  display: inline-block;
  content: "";
  height: 34px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 60px;
}

.txt-leave {
  font-size: 2.125rem;
  line-height: 1.2;
  margin: 60px auto 1em;
  text-align: center;
}
.txt-leave span {
  font-size: 1.375rem;
}

.horizontal-imglist {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  list-style: none;
  margin: 0 auto 2em;
  padding: 0;
}

.horizontal-imglist img {
  display: block;
  height: 9.375rem;
  width: auto;
}

/*box_point*/
/*-----------------------------------------------------------*/
.list-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em 2em;
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}
ul.list-point li {
  background-color: #f8f0e4;
  background-position: 1em 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  margin-bottom: 0;
  padding: 1em 1em 1em calc(2em + 80px);
  width: calc((100% - 4rem) / 3);
}
.list-point li:first-child {
  background-image: url(../img/point01_cost-1.png);
}
.list-point li:nth-child(2) {
  background-image: url(../img/point02_jyunansei-1.png);
}
.list-point li:nth-child(3) {
  background-image: url(../img/point03_speed-1.png);
}
.list-point li:nth-child(4) {
  background-image: url(../img/point04_taikajyu-1.png);
}
.list-point li:nth-child(5) {
  background-image: url(../img/point05_anzen-1.png);
}
.list-point li:last-child {
  background-image: url(../img/point06_mente-1.png);
}

.list-point strong {
  color: var(--txt-color);
  font-size: 1.25rem;
  display: block;
  margin-bottom: .25em;
}

.step-instructions {
  display: flex;
  justify-content: space-between;
  gap: 0 3em;
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}
.step-instructions li {
  margin-bottom: 0;
  width: calc((100% - 9rem) / 4);
}

.step-instructions img {
  display: block;
  height: 9.375rem;
  width: auto;
}

.step-instructions div {
  align-items: center;
  display: flex;
  gap: 0 1rem;
  margin-top: .5em;
}

.name-step {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}


.box-production.fbox_sb {
  gap: 0 3em;
}
.tbl-production,
.box-tbl-cost {
  width: calc(100% - (340px + 3em));
}

.tbl-production,
.tbl-cost {
  border-top: 1px solid #ccc;
}
.tbl-cost {
  width: 100%;
}

.tbl-production td,
.tbl-cost td {
  border-bottom: 1px solid #ccc;
  padding: 0.25em;
}
.tbl-production tr:first-of-type td,
.tbl-cost tr:first-of-type td {
  background: #f6f6f6;
}
.tbl-production tr:nth-of-type(odd) td,
.tbl-cost tr:nth-of-type(odd) td {
  background: #fcfcfc;
}
.tbl-production tr:first-of-type td,
.tbl-production tr td:first-of-type,
.tbl-cost tr:first-of-type td,
.tbl-cost tr td:first-of-type {
  font-weight: 700;
}
.tbl-cost td {
  vertical-align: top;
}

.list-check {
  background: url(../img/icon-check.png) 0 0 no-repeat;
  display: block;
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}

.box-graph {
  min-width: 340px;
}
.special-conditions {
  gap: 0 20px;
  justify-content: start;
}

.special-conditions .view-larger img {
  height: 150px;
}

.special-conditions ul {
  margin-top: 0.5em;
}

/*features*/
/*-----------------------------------------------------------*/
.box_features .fbox_sb {
  gap: 0 5%;
}

.features-point h3 {
  margin-bottom: 0.4em;
  text-align: center;
}

.features-point .txt-j {
  margin-top: 0.5em;
}

.box_features + .box_features {
  margin-top: 4em;
}

.features_material {
  text-align: center;
}

.material {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.material strong {
  margin-left: 1em;
}

.point01 ul,
.point02 ul {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
}

.point01 img {
  height: 100px;
}

.point02 li {
  display: flex;
  gap: 0 20px;
}

.point02 li:not(:last-child) {
  margin-bottom: 1em;
}
.point02 span {
  display: block;
  height: 40px;
  width: 80px;
}

/*use-cases_appli*/
/*-----------------------------------------------------------*/
.use-cases_appli .fbox_sb {
  gap: 0 2rem;
}
.box_use-cases,
.box_appli {
  background: #fff;
  padding: 1em;
}
.box_use-cases {
  width: 53%;
}

.box_use-cases div {
  display: block;
  float: left;
  margin: 0 1.5em 1.5em 0;
  max-width: 12.5rem;
  width: 50%;
}
.box_use-cases img {
  display: block;
  height: auto;
  width: 100%;
}
.box_use-cases dt span {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 2px .5em;
}
.box_use-cases dt:first-of-type span {
  background: #999;
}
.box_use-cases dt:last-of-type {
  margin-top: 1.5em;
}
.box_use-cases dt:last-of-type span {
  background: #df6f5f;
}
.box_use-cases dd {
  margin-top: 5px;
}
.box_appli ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box_appli li::before {
  color: var(--bs-orange);
  content: "●";
  margin-right: .5em;
}

/*white-paper*/
/*-----------------------------------------------------------*/
#catalog.fbox_sb {
  flex-wrap: wrap;
  gap: 4rem 2rem;
}

.box_faq,
.box_white-paper {
  box-sizing: border-box;
  width: calc(50% - 1rem);
}

.box_faq dl,
.box_faq dt,
.box_faq dd {
  display: block;
}
.box_faq dt {
  font-weight: bold;
  padding: .5em .5em 0;
}
.box_faq dd {
  padding: 0 .5em .5em;
}
.box_faq dt:nth-of-type(odd),
.box_faq dd:nth-of-type(odd) {
  background: #fcfcfc;
}

.box_white-paper > div {
  background: #fcfcfc;
  padding: 1em;
}

.box_white-paper .fbox_sb {
  margin: .6em 0 1em;
}

.box_white-paper ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}

.white-paper ul li:not(:last-child) {
  margin-bottom: 0;
}

.white-paper .title-line {
  font-size: 1rem;
}

.white-paper p {
  margin: 0 0 1em 0;
}

.white-paper .fbox_sb {
  gap: 0 2%;
}

.box_spec {
  width: 45%;
}


.list-spec,
.list-spec-exp {
  display: flex;
  flex-wrap: wrap;
}
.list-spec {
  border-top: 1px solid #ddd;
}
.list-spec > dt,
.list-spec > dd {
  border-bottom: 1px solid #ddd;
  padding: .5em;
}
.list-spec > dt {
  background: #f6f6f6;
  width: 6em;
}
.list-spec > dd {
  width: calc(100% - 6em);
}

.list-spec-exp dt {
  width: 6em;
}
.list-spec-exp dd {
  width: calc(100% - 6em);
}



.wp-info .fbox_sb {
  gap: 0 1em;
}
.wp-info-img {
  width: 190px;
}
.wp-info-txt {
  flex: 1;
}

.wp-info {
  flex: 1;
}

.wp-pagelist li {
  display: block;
}
.wp-pagelist li span {
  display: block;
  line-height: 1.4;
}

.wp-pagelist li span:first-of-type {
  width: 2.5em;
}
.wp-pagelist li span:last-of-type {
  margin: -1.4em 0 0 3.5em;
  text-indent: -1em;
}


.box_spec {
}

/*comp*/
/*-----------------------------------------------------------*/
.bg-company {
  background-image: url(../img/bg_comp.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.box_comp {
  padding-bottom: 2em;
}

.box_comp .fbox_sb {
  gap: 0 20px;
}

.bm-border {
  border-bottom: 1em solid var(--bs-gray);
  padding-bottom: 2em;
}

.box_comp p {
  margin-bottom: 1em;
}

.info-company,
.info-company dt,
.info-company dd {
  display: block;
  line-height: 1.4;
}

.info-company dt {
  font-weight: bold;
  width: 6em;
}
.info-company dd {
  margin: -1.4em 0 0.25em 7em;
}

.list-company {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-company span {
  display: inline-block;
  width: 6em;
}

.campaign {
  margin-top: 1.5em;
}



/*ask*/
/*-----------------------------------------------------------*/
.accordion {
  margin-bottom: 3rem;
}

.link-privacy a {
  background: url(../img/icon_newwindow.png) 100% 50% no-repeat;
  display: inline-block;
  padding-right: 1.5em;
}

/*ベース*/
.toggle {
  display: none;
}

.Label:hover {
  text-decoration: underline;
}

.Label,
.detail {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.4s;
}

.detail {
  /*本文*/
  height: 0;
  padding: 0;
  overflow: hidden;
}

.toggle:checked + .Label + .detail {
  /*開閉時*/
  height: auto;
  padding: 10px 0;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

#ask h3 {
  border-bottom: 2px solid #959595;
  margin: 0 0 0.7em;
  padding: 0 5% 0.25em;
}

.required {
  background: var(--bs-orange);
  border-radius: 3px;
  color: var(--bs-white);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0.5em;
  padding: 0 0.5em;
  vertical-align: middle;
}

.required_box {
  border: 1px solid var(--bs-orange);
  background: #ffffed;
}
textarea.required_box {
  margin-top: 0.25em;
}

.ask_purpose {
  display: block;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0 5%;
}

.ask_purpose li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.ask_purpose li:not(:first-child) {
  margin-left: 3em;
}

.ask_purpose input {
  margin-right: 5px;
}

.ask_txt {
  margin: 0 5% 2rem;
}

.ask_txt textarea {
  width: 100%;
}

.table1 {
  margin: 0 5% 2rem;
}

.table1 tr td {
  padding: 8px 0;
}

.table1 tr td:first-of-type {
  position: relative;
  width: 9em;
}

.table1 tr td:first-of-type .required {
  position: absolute;
  right: 15px;
}

.submit {
  text-align: center;
}

input[type="submit"] {
  background: var(--bs-orange);
  border: 0 none;
  border-radius: 3px;
  color: var(--bs-white);
  cursor: pointer;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  transition: 0.4s;
}

input[type="submit"]:hover {
  background-color: var(--btn-inq);
  box-shadow: 2px 2px 0 var(--bs-orange) inset,
    2px -2px 0 var(--bs-orange) inset, -2px 2px 0 var(--bs-orange) inset,
    -2px -2px 0 var(--bs-orange) inset;
}

.link-dl {
  background: #fffff0;
  border: 1px solid var(--txt-color);
  border-radius: 1em;
  margin: 3em auto;
  padding: 1em;
  text-align: center;
  width: 70%;
}
.link-dl a {
  background: url(../img/icon_newwindow.png) 100% 50% no-repeat;
  display: inline-block;
  padding-right: 1.5em;
}
.link-dl img {
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
}

/*footer*/
/*-----------------------------------------------------------*/
footer {
  background: #e8e8e8;
  border-top: 1px solid #e8e8e8;
  font-size: 0.8rem;
  text-align: center;
}

footer img {
  margin: 0 auto;
}

footer div {
  background: var(--bs-white);
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 959px) {
  header .fbox_sb {
    height: auto;
  }
  .mv video {
    height: 50vh;
    min-height: 400px;
    width: auto;
  }
  .box_problems .fbox_sb {
    gap: 2em 0;
  }
  .tbl-production,
  .box-tbl-cost {
    width: 100%;
  }
  .box-graph {
    margin: 0 auto;
  }
  a.view-larger img,
  .itemlist-solution01 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .fbox_sb {
    justify-content: normal;
    flex-flow: column;
  }

  .img_comp {
    display: none;
  }

  .table1,
  .table1 tr,
  .table1 td {
    display: block;
  }

  .table1 tr:not(:last-of-type) {
    margin-bottom: 1em;
  }

  input[type="text"] {
    width: 100%;
  }
  .contents-trouble,
  .horizontal-imglist,
  .step-instructions {
    flex-flow: column;
  }
  .contents-trouble p,
  .list-trouble,
  .box_white-paper {
    width: auto;
  }
  .step-instructions li {
    align-items: flex-start;
    display: flex;
    gap: 0 2em;
    margin-bottom: 2em;
    width: 100%;
  }
  .horizontal-imglist span {
    width: 220px;
  }
  .horizontal-imglist img {
    height: calc(9.375rem / 2);
  }
  .step-instructions div {
    margin-top: 0;
    width: calc(100% - (220px + 2em));
  }
  .box_use-cases,
  .box_spec {
    margin-bottom: 4em;
    width: auto;
  }
  .box_white-paper {
    text-align: center;
  }
  .wp-info-img {
    margin: 0 auto 1em;
  }
  .list-company span {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 959px) {
  .point01 .fbox_sb,
  .itemlist-solution01 {
    flex-flow: row;
    justify-content: space-around;
  }
  ul.list-point li {
    width: calc((100% - 2rem) / 2);
  }
}

@media screen and (max-width: 576px) {
  .catch-copy h1 {
    font-size: 2rem;
  }

  .catch-copy h1::first-line {
    font-size: 0.8em;
  }

  .catch-copy h1 span {
    font-size: 0.8em;
  }
  .read-title,
  .contents-trouble h2 span,
  .main-title {
    text-align: left;
  }
  .read-txt,
  .contents-trouble ul {
    width: 90%;
  }
  .itemlist-solution01 {
    flex-flow: column;
    gap: 2em 0;
  }
  .info-company dt {
    width: auto;
  }
  .info-company dd {
    margin: 0 0 1em 0;
  }
  .none_sp {
    display: none;
  }
  ul.list-point li {
    flex-flow: column;
    width: 100%;
  }
}
