@charset "UTF-8";
html, body {
  color: #030304;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.wrapper {
  max-width: 2400px;
  margin-inline: auto;
}

.container {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 2%;
}

.sec-ttl {
  margin-top: 110px;
  margin-bottom: 75px;
}

.btn {
  display: block;
  margin-inline: auto;
  text-align: center;
  width: 200px;
  padding: 8px 48px;
  margin-top: 16px;
  border: 1px solid #F58634;
  color: #F58634;
}
.btn:hover {
  border: 1px solid #F58634;
  background-color: #F58634;
  color: #FAFAFF;
}

.box {
  padding-top: 110px;
  padding-bottom: 16px;
  background-color: #F7F7F7;
}
.box .sec-ttl {
  margin-top: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F58634;
}
header .logo {
  width: 100px;
  margin-left: 72px;
  padding-top: 8px;
}
header .pc-nav {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}
header .pc-nav li {
  margin-right: 72px;
  position: relative;
}
header .pc-nav li::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FAFAFF;
  opacity: 0;
  transition: all 0.7s;
}
header .pc-nav li:hover::before {
  opacity: 1;
}
header .pc-nav li a {
  display: inline-block;
  color: #FAFAFF;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
header .sp-nav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background-color: #F58634;
  color: #FAFAFF;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
header .sp-nav li {
  text-align: center;
}
header .sp-nav a {
  color: #FAFAFF;
}
header .tgl-btn {
  display: none;
  z-index: 20;
}

.fv {
  background-image: url(../E-WISE-img/top-page/FV.jpg);
  background-size: cover;
  background-position: right;
  height: 100vh;
  position: relative;
}
.fv .fv-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FAFAFF;
}
.fv .fv-inner h2 {
  font-size: clamp(2rem, 0.795rem + 6.02vw, 5.313rem);
}
.fv .fv-inner p {
  font-size: 27px;
}

.about .container {
  margin-bottom: 80px;
}
.about .sec-ttl {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.about .sec-ttl::before {
  content: "About us";
  font-size: 28px;
  font-weight: normal;
  color: #F58634;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.about .sec-ttl::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #F58634;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.about-inner {
  display: flex;
  align-items: center;
}
.about-inner img, .about-inner div {
  width: 50%;
}
.about-inner .about-text {
  padding: 24px;
}
.about-inner .about-text h4 {
  margin-bottom: 24px;
}

.service {
  padding-block: 40px 80px;
  background-image: url(../E-WISE-img/top-page/service-back.png);
  background-size: cover;
}
.service .sec-ttl {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.service .sec-ttl::before {
  content: "Service";
  font-size: 28px;
  font-weight: normal;
  color: #F58634;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.service .sec-ttl::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #F58634;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.service ul {
  display: flex;
  gap: 48px;
}
.service ul li {
  width: 33.3333333333%;
  text-align: center;
  background-color: #FAFAFF;
  padding-bottom: 8px;
}
.service ul li h4, .service ul li p {
  padding-inline: 8px;
}

.service.service-page {
  padding-block: 0 80px;
}

.howto .sec-ttl {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.howto .sec-ttl::before {
  content: "How it Works";
  font-size: 28px;
  font-weight: normal;
  color: #F58634;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.howto .sec-ttl::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #F58634;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.howto ul li {
  display: flex;
  align-items: center;
}
.howto ul li:nth-child(2), .howto ul li:nth-child(4) {
  flex-direction: row-reverse;
}
.howto ul li img, .howto ul li .howto-list-inner {
  width: 50%;
  padding-block: 24px 24px;
  padding-inline: 80px;
}

.company {
  background-image: url(../E-WISE-img/top-page/会社概要背景.jpg);
  padding-block: 48px 100px;
}
.company .sec-ttl {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.company .sec-ttl::before {
  content: "Company";
  font-size: 28px;
  font-weight: normal;
  color: #F58634;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.company .sec-ttl::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #F58634;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.company .company-inner {
  display: flex;
  align-items: center;
}
.company .company-inner iframe, .company .company-inner .inner-right {
  width: 50%;
}
.company .company-inner iframe {
  padding: 20px;
}
.company .company-inner .inner-right {
  color: #FAFAFF;
  margin-left: 20px;
}
.company .company-inner .inner-right dt, .company .company-inner .inner-right dd {
  font-size: 24px;
  font-weight: bold;
}
.company .company-inner .inner-right dd {
  font-weight: normal;
  margin-bottom: 44px;
}
.company .company-inner .btn {
  display: block;
  margin-inline: auto;
  text-align: center;
  width: 200px;
  padding: 8px 48px;
  margin-top: 16px;
  border: 1px solid #FAFAFF;
  color: #FAFAFF;
}
.company .company-inner .btn:hover {
  border: 1px solid #F58634;
  background-color: #F58634;
  color: #FAFAFF;
}
.company .company-inner .btn {
  margin-inline: 0;
}
.company .sp-btn {
  display: none;
}

.contact {
  background-color: #F58634;
  padding-top: 64px;
  text-align: center;
  color: #FAFAFF;
  padding-bottom: 80px;
}
.contact .sec-ttl {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.contact .sec-ttl::before {
  content: "Contact";
  font-size: 28px;
  font-weight: normal;
  color: #FAFAFF;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.contact .sec-ttl::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #FAFAFF;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.contact .sec-ttl {
  margin-top: 0;
}
.contact .btn {
  display: block;
  margin-inline: auto;
  text-align: center;
  width: 200px;
  padding: 8px 48px;
  margin-top: 16px;
  border: 1px solid #FAFAFF;
  color: #FAFAFF;
}
.contact .btn:hover {
  border: 1px solid #F58634;
  background-color: #FAFAFF;
  color: #F58634;
}
.contact .btn {
  width: 400px;
}

footer {
  background-color: #030304;
  color: #FAFAFF;
  text-align: center;
  padding-block: 32px;
}

.about-page {
  text-align: center;
}
.about-page .about-box {
  padding-top: 110px;
  padding-bottom: 16px;
  background-color: #F7F7F7;
}
.about-page .about-box .sec-ttl {
  margin-top: 0;
}
.about-page .container {
  margin-top: 80px;
}
.about-page .about-inner {
  text-align: left;
}

.strong {
  padding-block: 16px 96px;
  background-color: #F7F7F7;
}
.strong h3 {
  text-align: center;
  font-family: M PLUS 1;
  font-size: 35px;
  font-weight: bold;
}
.strong ol {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
.strong ol li {
  width: 33.3333333333%;
  padding-block: 56px 48px;
  padding-inline: 16px;
  background-color: #FAFAFF;
  border-radius: 16px;
  position: relative;
  list-style: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.135);
}
.strong ol li::before {
  position: absolute;
  top: -4px;
  left: 8px;
  font-size: 40px;
  color: #F58634;
}
.strong ol li:nth-of-type(1)::before {
  content: "01";
}
.strong ol li:nth-of-type(2)::before {
  content: "02";
}
.strong ol li:nth-of-type(3)::before {
  content: "03";
}
.strong ol li h4 {
  margin-bottom: 16px;
}

.service-contents {
  padding-inline: 5%;
}

.service-page {
  background-image: none;
}
.service-page p {
  text-align: center;
}

.service-contents .service-content {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
.service-contents .service-content div {
  width: 70%;
  padding: 16px;
}
.service-contents .service-content div .service-content-list {
  margin-top: 16px;
  list-style-type: disc;
  list-style-position: inside;
}
.service-contents .service-content img {
  width: 30%;
  padding: 16px;
}

.company-page {
  background-image: none;
}
.company-page p {
  text-align: center;
}

.company.company-page {
  padding-block: 0 100px;
}

.company-difinition {
  padding-inline: 10%;
}
.company-difinition dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 128px;
}
.company-difinition dl dt, .company-difinition dl dd {
  border: 1px solid #ECECEC;
  padding-block: 4%;
  padding-inline: 6.5%;
  align-items: center;
}
.company-difinition dl dt {
  width: 30%;
}
.company-difinition dl dd {
  width: 70%;
}

.contact-page {
  background-color: #F7F7F7;
  color: #030304;
}
.contact-page .sec-ttl {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.contact-page .sec-ttl::before {
  content: "Contact";
  font-size: 28px;
  font-weight: normal;
  color: #F58634;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-page .sec-ttl::after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #F58634;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-form dt, .contact-form input {
  padding-block: 10px;
}
.contact-form label span {
  color: red;
  padding-left: 5px;
}
.contact-form input, .contact-form textarea {
  border: 1px solid #ECECEC;
  width: 100%;
}
.contact-form textarea {
  min-height: 100px; /* 最小の高さ */
  max-height: 500px; /* 最大の高さ */
}
.contact-form .btn {
  margin-bottom: 56px;
}

.contact-form p .btn {
  width:30%;
  border: 1px solid #F58634;
}

@media (max-width: 640px) {
  header .logo {
    margin-left: 16px;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: o;
    z-index: 10;
  }
  header .pc-nav {
    display: none;
  }
  header .tgl-btn {
    display: block;
    width: 40px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    margin-right: 16px;
    right: 0;
    z-index: 30;
    transition: all 0.5s;
  }
  header .tgl-btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FAFAFF;
    transition: all 0.5s;
  }
  header .tgl-btn span:nth-child(1) {
    top: 30%;
  }
  header .tgl-btn span:nth-child(2) {
    top: 50%;
  }
  header .tgl-btn span:nth-child(3) {
    top: 70%;
  }
  .open .sp-nav {
    display: block;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
  }
  .open .tgl-btn span:nth-child(1) {
    transform: rotate(-315deg);
    top: 50%;
    background-color: #FAFAFF;
  }
  .open .tgl-btn span:nth-child(2) {
    opacity: 0;
  }
  .open .tgl-btn span:nth-child(3) {
    transform: rotate(315deg);
    top: 50%;
    background-color: #FAFAFF;
  }
  .fv {
    background-image: url(../E-WISE-img/top-page/sp-FV.png);
  }
  .about .sec-ttl {
    font-size: 20px;
  }
  .about .sec-ttl::before {
    font-size: 15px;
  }
  .about-inner {
    flex-direction: column;
  }
  .about-inner img, .about-inner div {
    width: 100%;
  }
  .service .sec-ttl {
    font-size: 20px;
  }
  .service .sec-ttl::before {
    font-size: 15px;
  }
  .service ul {
    padding-inline: 64px;
    flex-direction: column;
  }
  .service ul li {
    width: 100%;
  }
  .howto .sec-ttl {
    font-size: 20px;
  }
  .howto .sec-ttl::before {
    font-size: 15px;
  }
  .howto .sec-ttl-description {
    padding-inline: 24px;
  }
  .howto ul li {
    flex-direction: column-reverse;
  }
  .howto ul li:nth-child(2), .howto ul li:nth-child(4) {
    flex-direction: column-reverse;
  }
  .howto ul li:nth-child(2) p, .howto ul li:nth-child(4) p {
    width: 100%;
  }
  .howto ul li img, .howto ul li .howto-list-inner {
    width: 50%;
    padding-block: 24px;
    padding-inline: 24px;
  }
  .howto ul li .howto-list-inner {
    width: 100%;
  }
  .company {
    background-image: url(../E-WISE-img/top-page/sp-会社概要背景.png);
    background-position: bottom;
    background-size: cover;
    padding-block: 48px 100px;
  }
  .company .sec-ttl {
    font-size: 20px;
  }
  .company .sec-ttl::before {
    font-size: 15px;
  }
  .company .company-inner {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .company .company-inner iframe, .company .company-inner .inner-right {
    width: 100%;
  }
  .company .company-inner .inner-right .pc-btn {
    display: none;
  }
  .company .sp-btn {
    display: block;
    display: block;
    margin-inline: auto;
    text-align: center;
    width: 200px;
    padding: 8px 48px;
    margin-top: 16px;
    border: 1px solid #FAFAFF;
    color: #FAFAFF;
  }
  .company .sp-btn:hover {
    border: 1px solid #F58634;
    background-color: #F58634;
    color: #FAFAFF;
  }
  .contact {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .contact .sec-ttl {
    font-size: 20px;
  }
  .contact .sec-ttl::before {
    font-size: 15px;
  }
  .contact .btn {
    width: 60%;
    word-break: auto-phrase;
  }
  .about-page .about-box {
    padding-top: 140px;
  }
  .about-page .sec-ttl-description {
    padding-inline: 24px;
  }
  .strong ol {
    flex-direction: column;
  }
  .strong ol li {
    width: 80%;
    margin-inline: auto;
  }
  .service-page .box {
    padding-top: 140px;
  }
  .service-page .sec-ttl-description {
    padding-inline: 24px;
  }
  .service-contents .service-content {
    flex-direction: column;
  }
  .service-contents .service-content img, .service-contents .service-content div {
    width: 90%;
  }
  .company-page .box {
    padding-top: 140px;
  }
  .company-page .sec-ttl-description {
    padding-inline: 24px;
  }
  .company.company-page {
    background-image: none;
  }
  .contact-page {
    padding-top: 140px;
  }
  .contact-page .sec-ttl-description {
    padding-inline: 24px;
  }
}/*# sourceMappingURL=style.css.map */