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

  ▼Default：
    transition 0.2s ease-in-out
    hover opacity 0.7
  ----------------
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media all and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

/*
  ----------------
  Base styles
  ----------------
  */
html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
}

.site-wrapper {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
a::before, a::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

figure {
  margin: 0;
}

@media all and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media all and (max-width : 768px) {
  .container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}
/*
  ----------------
  Base font settings
  ----------------
*/
body {
  color: #333;
  font-size: 18px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 22px;
}

@media all and (max-width : 768px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
/*
  ----------------
  ユーティリティー
  ----------------
*/
.container {
  position: relative;
}
@media all and (min-width: 769px) {
  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media all and (max-width : 768px) {
  .container {
    padding: 0 20px;
  }
}

@media all and (min-width: 769px) {
  .H2Title {
    font-size: 36px;
    font-weight: bold;
  }
  .H3Title {
    font-size: 32px;
  }
  .H4Title {
    font-size: 22px;
  }
}

@media all and (max-width : 768px) {
  .H2Title {
    font-size: 22px;
    font-weight: bold;
  }
  .H3Title {
    font-size: 20px;
  }
  .H4Title {
    font-size: 18px;
    text-align: center;
  }
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

/*
  ----------------
  レスポンシブ用のユーティリティー
  ----------------
*/
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width : 768px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width : 577px) {
  .tab-only {
    display: none !important;
  }
}

/*
  ----------------
  Header common
  ----------------
*/
.Header {
  background-color: #fff;
}

.HeaderInner {
  padding: 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width : 768px) {
  .HeaderInner {
    padding: 14px 16px;
  }
}

.HeaderLogo {
  max-width: 220px;
}
@media all and (max-width : 768px) {
  .HeaderLogo {
    max-width: 120px;
  }
}

@media all and (max-width : 768px) {
  .HeaderLogo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*
  ----------------
  Footer common
  ----------------
*/
/*
  ----------------
   Modules common
  ----------------
*/
.BtnContact {
  background-color: #ff812c;
  -webkit-border-radius: 60px;
          border-radius: 60px;
  display: inline-block;
  width: 240px;
  height: 60px;
  margin-inline: auto;
  padding-inline: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width : 768px) {
  .BtnContact {
    width: 140px;
    height: 34px;
  }
}

.BtnContact p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width : 768px) {
  .BtnContact p {
    font-size: 12px;
  }
}

.SectionLine {
  max-width: 1080px;
  margin-block: 100px;
}
@media all and (max-width : 768px) {
  .SectionLine {
    margin-block: 50px;
  }
}

/*
  ----------------
  TOP（ページ名） | ** セクション名やブロック名など **
  ----------------
*/
.Issue01 {
  margin-top: 80px;
}
@media all and (max-width : 768px) {
  .Issue01 {
    margin-top: 60px;
  }
}

.Issue01 ul {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: min(1.85714286vw, 26px);
}
@media all and (max-width : 768px) {
  .Issue01 ul {
    margin-top: 40px;
    margin-inline: auto;
    max-width: 500px;
    grid-template-columns: repeat(2, 1fr);
    gap: max(3.125vw, 16px);
  }
}

.Issue01 ul > li {
  background-color: #000;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Issue01 ul > li > p {
  color: #fff;
  font-size: min(1.57142857vw, 22px);
  letter-spacing: -0.01em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width : 768px) {
  .Issue01 ul > li > p {
    font-size: max(2.34375vw, 12px);
  }
}

.Issue01 ul > li > p::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.SolutionCardList {
  margin-top: 80px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.14285714vw, 30px);
}

@media all and (max-width : 768px) {
  .SolutionCardList {
    margin-top: 40px;
  }
}

.SolutionCardItemTextWrap {
  background-color: #ccc;
  border-radius: 20px 20px 0 0;
  padding: 20px 30px;
}

@media all and (max-width : 768px) {
  .SolutionCardItemTextWrap {
    border-radius: 2.60416667vw 2.60416667vw 0 0;
    padding-block: min(2.08333333vw, 16px);
    padding-inline: min(2.86458333vw, 22px);
  }
}

.SolutionCardItemText {
  background-color: #ccc;
  border-radius: 20px 20px 0 0;
  font-size: min(1.85714286vw, 26px);
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              1px 0 0 #fff, -1px 0 0 #fff,
              0 1px 0 #fff, 0 -1px 0 #fff;
  letter-spacing: -0.05em;
}

@media all and (max-width : 768px) {
  .SolutionCardItemText {
    font-size: min(2.08333333vw, 16px);
  }
}

.SolutionStepList {
  /* border: 1px solid black; */
  width: 100%;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;

  /* padding: 10px; */
  margin-top: 30px;
}

@media all and (max-width : 768px) {
  .SolutionStepList {
    padding: min(1.30208333vw, 10px);
    margin-top: 16px;
  }
}


.Conversion {
  margin-top: 100px;
}

@media all and (max-width : 768px) {
  .Conversion {
    margin-top: 40px;
  }
}

.Conversion01 {
  background: url(/ja/lp1/assets/images/conductor01.png) no-repeat center center / cover;
}
.Conversion02 {
  background: url(/ja/lp1/assets/images/conductor02.png) no-repeat center center / cover;
}

.ConversionInner {
  padding-block: min(8.57142857vw, 120px);
}
@media all and (max-width : 768px) {
  .ConversionInner {
    padding-block: min(10.4166667vw, 80px);
  }
}

.ConversionText {
  border-bottom: 2px solid #fff;
  color: #fff;
  /* font-size: 26px; */
  font-size: min(2vw, 26px);
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  max-width: 80%;
  margin-inline: auto;
  padding-bottom: 8px;
}

@media all and (max-width : 768px) {
  .ConversionText {
    font-size: 17px;
    font-size: min(2.21354167vw, 17px);
    max-width: 90%;
  }
}

@media all and (max-width : 576px) {
  .ConversionText {
    /* font-size: 16px; */
    font-size: min(3.33333333vw, 16px);
  }
}

.Conversion .BtnContact {
  margin-top: 80px;
}
@media all and (max-width : 768px) {
  .Conversion .BtnContact {
    margin-top: min(9.09090909vw, 60px);
  }
}

.Issue02 {
  margin-top: 80px;
}
@media all and (max-width : 768px) {
  .Issue02 {
    margin-top: 60px;
  }
}

.Issue02Inner {
  max-width: 1120px;
}

.Issue02 ul {
  margin-top: 60px;
}
@media all and (max-width : 768px) {
  .Issue02 ul {
    margin-top: 30px;
  }
}

.Issue02 ul > li + li {
  margin-top: 80px;
}
@media all and (max-width : 768px) {
  .Issue02 ul > li + li {
    margin-top: 60px;
  }
}

@media all and (min-width: 769px) {
  .Issue02ContentWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.Issue02Content p {
  font-size: 16px;
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .Issue02Content p {
    font-size: 14px;
    text-align: center;
  }
}

.Issue02Image {
  max-width: 400px;
}
@media all and (max-width : 768px) {
  .Issue02Image {
    max-width: 260px;
    margin-top: 20px;
    margin-inline: auto;
  }
}

.ForteMain {
  margin-top: 60px;
}
@media all and (max-width : 768px) {
  .ForteMain {
    margin-top: 30px;
  }
}

.ForteMainText {
  text-align: center;
}
@media all and (max-width : 768px) {
  .ForteMainText {
    font-size: 16px;
  }
}

.ForteMainImage {
  max-width: 1000px;
  margin-top: 40px;
  margin-inline: auto;
}

.ForteSub ul {
  margin-top: 60px;
}

.ForteSub ul > li + li {
  margin-top: 60px;
}

@media all and (min-width: 769px) {
  .ForteSubContentWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

@media all and (max-width : 768px) {
  .ForteSubContent .H3Title {
    text-align: center;
  }
}

.ForteSubContent .H4Title {
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .ForteSubContent .H4Title {
    font-size: 16px;
  }
}

.ForteSubContent p {
  margin-top: 12px;
}
@media all and (max-width : 768px) {
  .ForteSubContent p {
    font-size: 14px;
    text-align: center;
  }
}

.ForteSubImage {
  width: 100%;
  max-width: 400px;
}
@media all and (max-width : 768px) {
  .ForteSubImage {
    margin-top: 16px;
    margin-inline: auto;
  }
}

.InstallationExample {
  margin-top: 140px;
}
@media all and (max-width : 768px) {
  .InstallationExample {
    margin-top: 100px;
  }
}

.InstallationExampleImage {
  margin-top: 40px;
}

.SystemConfig {
  margin-top: 140px;
}
@media all and (max-width : 768px) {
  .SystemConfig {
    margin-top: 100px;
  }
}

.SystemConfigTextWrap {
  text-align: center;
  margin-top: 40px;
}

@media all and (max-width : 768px) {
  .SystemConfigTextWrap {
    margin-top: 20px;
  }
}

.SystemConfigText {
  display: inline-block;
  font-size: 22px;
  text-align: left;
}

@media all and (max-width : 768px) {
  .SystemConfigText {
    font-size: 14px;
  }
}

.SystemConfigImage {
  margin-top: 20px;
}

@media all and (max-width : 768px) {
  .SystemConfigImage {
    margin-top: 10px;
  }
}

.CaseStudy {
  margin-top: 140px;
}
@media all and (max-width : 768px) {
  .CaseStudy {
    margin-top: 100px;
  }
}

.InstallationFlow {
  margin-top: 140px;
}
@media all and (max-width : 768px) {
  .InstallationFlow {
    margin-top: 100px;
  }
}

.InstallationFlowImage {
  margin-top: 40px;
}

.Footer {
  margin-top: 160px;
}

.FooterInner {
  padding: 20px 20px 16px;
}

.FooterLogo {
  max-width: 220px;
  margin-inline: auto;
  margin-bottom: 16px;
}
@media all and (max-width : 768px) {
  .FooterLogo {
    max-width: 160px;
  }
}

.FooterCopyright {
  font-size: 12px;
  text-align: center;
}

/*
  ----------------
  Import all
  ----------------
*/
/*--------------------------------------------------
 Base
--------------------------------------------------*/
/*--------------------------------------------------
 Modules
--------------------------------------------------*/
/*--------------------------------------------------
 Pages
--------------------------------------------------*/
/*# sourceMappingURL=main.css.map */
