@charset "UTF-8";
:root {
  --blue:#0167ff;
  --hel:"HelveticaNeueLTPro-Md";
  --hel-l:"HelveticaNeueLTPro-UltLt";
  --hel-b:"HelveticaNeueLTPro-Bd";
}

.top-business__list-small {
  color: #fff;
  font-size: 1.13rem;
  line-height: 1.4;
}

html {
  scroll-padding-top: 80px;
}

.top-msg__slider {
  font-family: var(--hel-l);
}

.site-header.is-active {
  -webkit-backdrop-filter: blur(10px);
}

.page-head {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../img/webp/common/sky-2009916.webp) no-repeat center/ cover;
  margin-bottom: 7vw;
}
.page-outline-main .page-head {
  background: url(../img/webp/outline/33590439_l.webp) no-repeat center/ cover;
}
.page-greeting-main .page-head {
  background: url(../img/webp/greeting/1446686_l.webp) no-repeat center/ cover;
}
.page-philosophy-main .page-head {
  background: url(../img/webp/philosophy/france-1790999.webp) no-repeat center/ cover;
}
.page-business-main .page-head {
  background: url(../img/webp/business/refreshing-471950.webp) no-repeat center/ cover;
}
.page-pop-master-main .page-head {
  background: url(../img/webp/business/p0305-H2000.webp) no-repeat center/ cover;
}
.page-attendance-mgmt-sys .page-head {
  background: url(../img/webp/business/25558594_l-H.webp) no-repeat center/ cover;
}
.page-original-project .page-head {
  background: url(../img/webp/business/lawn-7728984-H.webp) no-repeat center/ cover;
}
/*.page-sustainability-main .page-head {
  background: url(../img/webp/sustainability/sustainability-hero.webp) no-repeat center/ cover;
}*/
.page-company-main .page-head {
  background: url(../img/webp/company/456013_l.webp) no-repeat center/ cover;
}
.page-inquiry-main .page-head {
  background: url(../img/webp/inquiry/business-2717066.webp) no-repeat center/ cover;
}
.page-news-index .page-head, .page-news-detail .page-head {
  background: url(../img/webp/news/radio-mast-5149414.webp) no-repeat center/ cover;
}

.page-head__inner {
  color: #fff;
  width: 90%;
  max-width: 1200px;
  padding: 17vw 0 18vw;
  margin: 0 auto;
  /*display: flex;*/
  justify-content: space-between;
  align-items: end;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
@media (max-width: 1200px) {
  .page-head__inner {
    padding: 15vw 0 16vw;
  }
}
@media (max-width: 834px) {
  .page-head__inner {
    flex-direction: column;

    padding: 15vw 0 16vw;
  }
}

.page-head__title-en {
  font-size: 9rem;
  font-weight: 600;
  font-family:HelveticaNeue, Arial, Helvetica, sans-serif;
}
.page-head__title-jp {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .page-head__title-en {
    font-size: 7rem;
  }
  .page-head__title-jp {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
@media (max-width: 834px) {
  .page-head__title {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page-head__title-en {
    font-size: 4rem;
  }
  .page-head__title-jp {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.page-news-index time, .page-news-detail time {
  color: #444444;
  font-size: 1.4rem;
}

.news__page-flex {
  display: flex;
  gap: 70px;
  padding-top: 7vw;
}

#news__list-sec {
  width: calc(100% - 400px);
}

.news__aside {
  width: 330px;
}

.news__list li {
  border-bottom: 1px solid #eaeaea;
}
.news__list li a {
  display: flex;
  gap: 50px;
  padding-bottom: 80px;
  padding-top: 80px;
  transition-duration: 0.3s;
}
.news__list li a .img {
  width: 280px;
  aspect-ratio: 3/2;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.news__list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover;
  -o-object-position: center center;
    object-position: center center;
}
.news__list li a .cont {
  width: calc(100% - 330px);
}
.news__list li a:hover {
  transition-duration: 0.3s;
  opacity: 0.7;
}
.news__list li:first-of-type a {
  padding-top: 0;
}
.news__list li:last-of-type {
  border-bottom: none;
}

#news__list-sec {
  padding: 0;
}

.news__option-bl {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.news__cate {
  padding: 8px 17px;
  background-color: #0167ff;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 3px;
}

.news__lsit-ttl {
  font-size: 2.6rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.news__list-txt {
  font-size: 1.7rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.news__list-btn {
  display: flex;
  gap: 10px;
  color: #0167ff;
  font-size: 1.6rem;
  font-weight: 500;
  align-items: center;
  margin: 0 0 0 auto;
  background-color: transparent;
  border: none;
}
.news__list-btn .material-symbols-outlined {
  transition-duration: 0.5s;
}

.news__list li a:hover .news__list-btn .material-symbols-outlined {
  transform: translateX(3px);
  transition-duration: 0.5s;
}

.news__side {
  margin-bottom: 60px;
}

.news__side-ttl {
  font-size: 3.6rem;
  line-height: 1.4;
  color: #0167ff;
  border-bottom: 2px solid #0167ff;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-bottom: 7px;
  font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
}
.news__side-ttl::before {
  content: "●";
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(-5px);
}

.news__side-list li {
  padding: 15px 0;
}
.news__side-list li a {
  color: #444444;
  font-size: 1.6rem;
}

.news__side-list.tag li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  display: inline-block;
  margin: 15px 15px 0 0;
}
.news__side-list.tag li a {
  display: inline-block;
  padding: 7px 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F4F4F4;
  border-radius: 4px;
}

.nav-open {
  position: relative;
  cursor: pointer;
}

.nav-open::after { /* 閉じている時 */
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #444444;
  border-right: 1px solid #444444;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 30%;
  transition-duration: 0.5s;
}

.nav-open.active::after { /* 開いている時 */
  transform: rotate(-135deg);
  transition-duration: 0.5s;
}

.nav-open + .news__side-list {
  display: none;
}

.news__detail-ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #444444;
  border-bottom: 2px solid #444;
  margin-bottom: 40px;
}

.news__post p {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #444444;
}
.news__post h2 {
  color: #0167ff;
  border-bottom: 2px solid #0167ff;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 2rem;
}
.news__post img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  margin-bottom: 40px;
}
.news__post h3 {
  color: #0167ff;
  font-size: 1.8rem;
  font-weight: 500;
  border-left: 7px solid #0167ff;
  line-height: 1.4;
  padding-left: 10px;
  margin-bottom: 30px;
}
.news__post h4 {
  color: #444;
  font-size: 1.8rem;
  font-weight: 500;
  border-left: 7px solid #444444;
  line-height: 1.4;
  padding-left: 10px;
  margin-bottom: 30px;
}
.news__post h5 {
  color: #444;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #444444;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.news__post h6 {
  color: #444;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}

.news__detail-back-link-bl {
  margin-top: 200px;
  border-top: 1px solid #eaeaea;
  padding: 30px 0 7vw;
}
.news__detail-back-link-bl a {
  color: #0167ff;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  transition-duration: 0.3s;
}
.news__detail-back-link-bl a .material-symbols-outlined {
  font-size: 1em;
  transition-duration: 0.3s;
}
.news__detail-back-link-bl a:hover {
  transition-duration: 0.3s;
  opacity: 0.7;
}
.news__detail-back-link-bl a:hover .material-symbols-outlined {
  transform: translateX(3px);
  transition-duration: 0.3s;
}

#toc_container {
  background: #f4f4f4 !important;
  width: 640px !important;
  padding: 40px !important;
  border: none !important;
  margin-bottom: 1em;
  display: table;
  font-size: 100% !important;
  max-width: 100%;
  margin-bottom: 40px !important;
}

#toc_container p.toc_title {
  text-align: center;
  font-weight: 500 !important;
  margin: 0;
  padding: 0;
  font-size: 2.2rem !important;
  color: #0167ff !important;
  font-family: HelveticaNeue, Arial, Helvetica, sans-serif !important;
}

#toc_container a {
  text-decoration: none;
  text-shadow: none;
  line-height: 1.7 !important;
  margin-bottom: 15px !important;
  font-size: 1.5rem !important;
  display: block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 100px;
}

.page-numbers.current {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue);
  color: #fff;
}
.page-numbers.next .material-symbols-outlined {
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #444;
}
.page-numbers.prev .material-symbols-outlined {
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #444;
}

@media screen and (max-width: 1245px) {
  .news__aside {
    width: 200px;
  }
  #news__list-sec {
    width: calc(100% - 240px);
  }
  .news__page-flex {
    gap: 40px;
  }
  .news__list li a {
    gap: 30px;
  }
  .news__list li a .cont {
    width: calc(100% - 210px);
  }
  .news__side-ttl {
    font-size: 2.4rem;
  }
  .news__side-ttl::before {
    font-size: 1rem;
    transform: translateY(-3px);
  }
  .news__option-bl {
    margin-bottom: 15px;
    gap: 15px;
  }
  .page-news-index time, .page-news-detail time {
    font-size: 1.2rem;
  }
  .news__cate {
    padding: 6px 12px;
    font-size: 1.2rem;
  }
  .news__lsit-ttl {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .news__list-txt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .news__list li a {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .news__side-list li {
    padding: 12px 0;
  }
  .news__side-list li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .news__page-flex {
    flex-direction: column;
  }
  #news__list-sec {
    width: 100%;
  }
  .news__aside {
    width: 300px;
    max-width: 100%;
  }
  .news__side {
    margin-bottom: 40px;
  }
  .news__lsit-ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .news__detail-ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .news__post p {
    margin-bottom: 30px;
  }
  .news__post h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .news__post h3, .news__post h4, .news__post h5 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .news__post h6 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .news__detail-back-link-bl {
    margin-top: 60px;
    border-top: 1px solid #eaeaea;
    padding: 30px 0 50px;
  }
  .page-news-detail {
    padding-bottom: 30px;
  }
  #toc_container {
    padding: 30px !important;
  }
  html {
    scroll-padding-top: 67px;
  }
}
@media screen and (max-width: 640px) {
  .news__list li a .img {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }
  .news__list li a {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .news__list li a .cont {
    width: 100%;
  }
  .news__side-ttl {
    font-size: 2rem;
  }
  .news__side-ttl::before {
    transform: scale(0.8) translateY(-3px);
  }
}
img {
  height: auto;
}

.tab {
  margin: 0 auto;
}

.tab-list {
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}

.tab-list-item {
  width: 240px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999999;
  cursor: pointer;
  border: none;
  background-color: #fff;
}

.tab-contents {
  width: 100%;
  display: none;
}

.is-btn-active {
  background-color: #0167ff !important;
  color: #fff !important;
}

.is-contents-active {
  display: block;
}

.rec__tab-list > li {
  display: flex;
  width: 100%;
  line-height: 1.7;
}
.rec__tab-list > li .cont {
  padding: 30px 20px;
  width: 75%;
  border-bottom: 1px solid #dedede;
}
.rec__tab-list > li .cont p {
  font-size: 1.5rem;
}

.rec__tab-list-ttl {
  padding: 30px 20px;
  width: 25%;
  border-bottom: 1px solid #0167ff;
  font-size: 1.5rem;
  font-weight: 500;
}

.rec__tab-list-small {
  padding-left: 1.2em;
  font-size: 1.5rem;
}
.rec__tab-list-small li {
  position: relative;
  margin-bottom: 20px;
}
.rec__tab-list-small li:last-of-type {
  margin-bottom: 0;
}
.rec__tab-list-small li::before {
  content: "●";
  color: #0167ff;
  position: absolute;
  left: -1.6em;
  display: block;
  font-size: 70%;
  transform: translateY(5px);
}

.mb20 {
  margin-bottom: 20px !important;
}

.under834-only {
  display: none;
}

.under834-none {
  display: inline-block;
}

@media (max-width: 1200px) {
  .tab-list-item {
    width: 180px;
    height: 50px;
  }
}
@media (max-width: 834px) {
  .under834-only {
    display: inline-block;
  }
  .under834-none {
    display: none;
  }
  .tab-list-item {
    width: 120px;
    height: 40px;
    font-size: 1.4rem;
  }
  .tab-list {
    padding: 10px;
    gap: 10px;
    margin: 0 auto 30px;
  }
  .rec__tab-list > li .cont {
    padding: 10px 0 20px;
    width: 100%;
    border-bottom: none;
  }
  .rec__tab-list-ttl {
    padding: 10px 0;
    width: 100%;
  }
  .rec__tab-list > li {
    flex-wrap: wrap;
  }
}
.page-case-main .page-head {
  background: url(../img/webp/case/hero.webp) no-repeat center/cover;
}

.case__detail {
  padding: 18vw 0 120px;
  margin-top: -15vw;
}
.case__detail .inner {
  padding: 0;
  color: #444444;
}
.case__detail .inner .txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
}
.case__list li .img {
  margin-bottom: 30px;
  aspect-ratio: 366/274;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.case__list li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case__list-ttl-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}

.case__list-ttl {
  font-size: 2.4rem;
  font-weight: 500;
}

.case__pref {
  color: #0167ff;
  font-weight: 500;
  padding: 9px 12px 5px;
  background-color: #f0f1f2;
  border-radius: 3px;
}

.case__list-cont {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
  word-break: break-all;
}
.case__list-cont dt {
  width: 190px;
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
  padding: 10px 20px 10px 0;
}
.case__list-cont dd {
  width: calc(100% - 190px);
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}

@media (max-width: 1200px) {
  .case__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
  .case__detail {
    padding: 18vw 0 80px;
  }
}
@media (max-width: 834px) {
  .case__list {
    grid-template-columns: 1fr;
    gap: 40px 30px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .case__list-cont dt {
    width: 100%;
    padding: 10px 0 0;
    border-bottom: none;
  }
  .case__list-ttl {
    font-size: 2rem;
  }
  .case__pref {
    font-size: 1.2rem;
  }
  .case__list-cont dd {
    width: 100%;
    padding: 5px 0 10px;
  }
  .case__list-ttl-flex {
    margin-bottom: 10px;
  }
  .case__list li .img {
    margin-bottom: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .case__detail {
    padding: 18vw 0 60px;
  }
}
.inner-s {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.inquiry_list li {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
}
.inquiry_list li select {
  width: 260px;
  background-color: #f9f9f9;
  border: none;
  padding: 10px;
  height: 48px;
}
.inquiry_list .inquiry_item {
  width: 300px;
  display: flex;
  gap: 15px;
  font-size: 1.7rem;
  padding-top: 10px;
}
.inquiry_list .inquiry_item span {
  display: flex;
  gap: 10px;
}
.inquiry_list .inquiry_item .required {
  background-color: #f0844a;
  border-radius: 4px;
  line-height: 0.6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  width: 50px;
  align-items: center;
  height: 20px;
}
.inquiry_list .inquiry_input-flex p {
  display: flex;
  align-items: center;
  gap: 15px;
}
.inquiry_list .inquiry_input-flex input {
  width: 150px !important;
}
.inquiry_list .inquiry_input-address-wrapper {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.inquiry_list .inquiry_input-address-wrapper input {
  width: 100%;
  padding: 8px;
  background-color: #f9f9f9;
  border: none;
  font-size: 1.6rem;
  height: 48px;
}
.inquiry_list .inquiry_input-wrapper {
  width: calc(100% - 300px);
}
.inquiry_list .inquiry_input-wrapper.w680 {
  max-width: calc(100% - 300px);
  width: 680px;
}
.inquiry_list .inquiry_input-wrapper input, .inquiry_list .inquiry_input-wrapper textarea {
  width: 100%;
  padding: 8px;
  background-color: #f9f9f9;
  border: none;
  font-size: 1.6rem;
  border-radius: 3px;
  height: 48px;
}
.inquiry_list .inquiry_input-wrapper textarea {
  height: 330px;
  resize: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
}

.wpcf7-list-item-label { 
  color: #444444;
  cursor: pointer;
  font-size: 16px;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #444444;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 12px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after { /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 9px;
  height: 15px;
  border-bottom: 3px solid #444;
  border-right: 3px solid #444;
  transform: rotate(45deg);
}

.new-tab {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background-size: contain;
  background-position: center center;
  background-image: url(/root/content/themes/arknet/img/inquiry/new-tab.svg);
}
.inquiry_btn_outer {
  text-align: center;
  margin-top: 4.0rem;
}
.inquiry_btn {
  width: 390px;
  height: 80px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 2.0rem;
  color: #444;
  padding-bottom: 12rem;
}

.inquiry_btn input {
  width: 100%;
  height: 80px;
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: none;
}

#inquiry-cont {
  padding-bottom: 100px;
}

.select-bl {
  position: relative;
}
.select-bl::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  display: block;
  white-space: nowrap;
  position: absolute;
  margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem;
}

.privacy__bl {
  margin-top: 25px;
  /*height: 590px;*/
  width: 100%;
  /*overflow-y: scroll;*/
  padding: 60px 30px 60px 60px;
  scrollbar-width: thin;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  border: 1px solid #a7aabd;
  border-radius: 6px;
  background-color: #fff;
  border: none;
  scrollbar-width: 16px;
  scrollbar-color: #d8d8d8;
}
.privacy__bl #toc_container {
  display: none;
}
.privacy__bl p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.privacy__bl h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 1.7rem;
  margin-bottom: 18px;
}

.privacy__bl::-webkit-scrollbar {
  width: 16px;
}

.privacy__bl::-webkit-scrollbar-track {
  background-color: #fff;
}

.privacy__bl::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border-radius: 8px;
}

.privacy__main-ttl {
  text-align: center;
  color: var(--blue);
  display: block;
  font-size: 4rem;
  font-family: var(--hel);
  margin-bottom: 50px;
}

.privacy__title {
  text-align: center;
  color: var(--blue);
  font-size: 2.2rem;
  margin-bottom: 35px;
}

.privacy__bl-wrapper {
  padding: 80px 0 120px;
  background-color: #f9f9f9;
  margin-top: 60px;
}
.privacy__bl-wrapper .wpcf7-form-control-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto;
}

.inquiry-sec {
  padding: 0;
}

.inquiry-inner {
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*.wpcf7-not-valid {
  background-color: #fadac8 !important;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid {
  background-color: transparent !important;
}*/

.page-inquiry-main #toc_container {
  display: none;
}

.inquiry_step-list {
  display: flex;
  width: 400px;
  justify-content: space-between;
  margin: 0 auto 60px;
  position: relative;
}
.inquiry_step-list::after {
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 26px;
  display: block;
  content: "";
  z-index: -1;
  height: 1px;
  background-color: #ccc;
}
.inquiry_step-list li .num {
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 8px;
  font-family: var(--hel);
  border: 1px solid #ccc;
  color: #ccc;
}
.inquiry_step-list li .txt {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  color: #ccc;
}
.inquiry_step-list li.active .num {
  background-color: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
}
.inquiry_step-list li.active .txt {
  color: #000;
}

#zip-button {
  width: 102px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  border: none;
}

.inquiry_main-ttl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.7;
}

.inquiry_caution-list {
  margin-bottom: 80px;
}
.inquiry_caution-list li {
  margin-bottom: 15px;
  line-height: 1.7;
}
.inquiry_caution-list li p {
  text-align: center;
  font-size: 1.6rem;
}

/*.wpcf7 form .wpcf7-response-output {
  margin: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  white-space: nowrap;
}*/

.inquiry_thanks-btn-bl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
.inquiry_thanks-btn-bl .c-btn__01 {
  padding: 0;
  justify-content: center;
  background-color: var(--blue);
  color: #fff;
}
.inquiry_thanks-btn-bl .c-btn__01[data-color=blue] .ico:before {
  background: #fff;
}
.inquiry_thanks-btn-bl .c-btn__01:hover[data-color=blue] {
  color: #fff;
}

.inquiry-confirm {
  display: none;
}

/*.wpcf7-form.sent .inquiry-confirm {
  display: block;
}
.wpcf7-form.sent .inquiry-confirm.inquiry_step-list {
  display: flex;
}
.wpcf7-form.sent .inquiry-input {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}*/

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.inquiry-page .grecaptcha-badge {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 834px) {
  .inquiry_list li {
    padding: 0 0 30px;
  }
  .inquiry_list .inquiry_item {
    width: 100%;
    gap: 0;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .inquiry_list .inquiry_item label {
    display: inline-block;
    margin-right: 10px;
  }
  .check-txt {
    font-size: 1.5rem;
    margin: 30px 0 30px;
  }
  #inquiry-page .under__main-ttl {
    margin-bottom: 0;
  }
  #inquiry-cont {
    padding-bottom: 60px;
  }
  .inquiry_list .inquiry_input-wrapper {
    width: 100%;
  }
  .inquiry_list .inquiry_input-wrapper.w680 {
    max-width: 100%;
    width: 100%;
  }
  .inquiry_list .inquiry_input-address-wrapper {
    width: 100%;
  }
  .inquiry_step-list {
    width: 200px;
    margin: 0 auto 30px;
  }
  .inquiry_step-list li .num {
    width: 40px;
    font-size: 1.8rem;
  }
  .inquiry_step-list::after {
    top: 20px;
  }
  .inquiry_step-list li .txt {
    font-size: 1.3rem;
  }
  .inquiry_main-ttl {
    font-size: 1.6rem;
  }
  .inquiry_caution-list li p {
    text-align: left;
    font-size: 1.4rem;
  }
  .inquiry_caution-list {
    margin-bottom: 40px;
  }
  .inquiry_list .inquiry_input-wrapper textarea {
    height: 220px;
  }
  .privacy__bl-wrapper {
    padding: 30px 0 120px;
    margin-top: 30px;
  }
  .privacy__bl {
    margin-top: 25px;
    height: 300px;
    padding: 30px 10px 10px 20px;
  }
  .privacy__main-ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .privacy__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .privacy__bl p {
    font-size: 1.4rem;
  }
  .privacy__bl h4 {
    font-size: 1.5rem;
    margin-bottom: 14px;
    line-height: 1.5;
    padding-bottom: 2px;
  }
  /*.wpcf7-list-item-label {
    font-size: 14px;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.4rem;
    white-space: initial;
    width: 90%;
  }*/
  .privacy__bl-wrapper {
    padding: 30px 0 80px;
  }
  /*.wpcf7 form .wpcf7-response-output {
    bottom: 5px;
  }*/
  .inquiry_list .inquiry_input-wrapper input {
    height: 43px;
  }
  .inquiry_list .inquiry_input-wrapper textarea {
    height: 200px;
  }
}
@media (max-width: 640px) {
  footer.non-tab {
    padding: 60px 0 40px;
  }
}

.company-sec {
  padding: 7vw 0 10vw;
}

.company__lsit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 50px;
}
.company__lsit .img {
  margin-bottom: 25px;
}
.company__lsit .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.company__lsit a {
  transition-duration: 0.3s;
}
.company__lsit a:hover {
  transition-duration: 0.3s;
  opacity: 0.7;
}

.company__list-ttl-bl {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.company__list-ttl {
  font-size: 2.8rem;
  font-weight: 500;
}

.company__list-ttl-en {
  font-size: 2rem;
  font-family: var(--hel);
  color: var(--blue);
}

@media (max-width: 1200px) {
  .company__list-ttl {
    font-size: 2.4rem;
  }
  .company__list-ttl-en {
    font-size: 1.8rem;
  }
  .company__lsit {
    gap: 50px 40px;
  }
}
@media (max-width: 834px) {
  .company__inner {
    padding: 0;
  }
  .company__lsit {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .company__list-ttl {
    font-size: 2.2rem;
  }
  .company__list-ttl-en {
    font-size: 1.7rem;
  }
  .company__list-ttl-bl {
    gap: 15px;
    margin-bottom: 10px;
  }
  .company-sec {
    padding: 7vw 0 15vw;
  }
}

.js-fadeZoom > .hosoku::before {
  display: none;
}

.js-fadeZoom > .hosoku {
  font-size: 2.1rem;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.map-link {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 13px;
  border-radius: 30px;
  background-color: var(--blue);
  color: #fff;
  font-size: 1.4rem;
  margin: 0 10px;
}

.page-epc-main .page-head {
  background: url(../img/webp/epc/hero.webp) no-repeat center/cover;
}

.page-head__title-en.business-only {
  font-size: 2.4rem;
}

.page-head__title-jp.business-only {
  font-size: 7.2rem;
}

.epc-intr {
  padding: 15vw 0 12vw;
  margin-top: -16vw;
  position: relative;
  overflow: hidden;
  background: rgb(1, 104, 236);
  background: linear-gradient(34deg, rgb(1, 104, 236) 0%, rgb(0, 184, 249) 100%);
}

.epc__loop-slider {
  color: #fff;
  opacity: 0.1;
  position: relative;
  font-size: 10vw;
  font-family: var(--hel-l);
}
.epc__loop-slider .slick-slide {
  padding-bottom: 1vw;
  padding-top: 5px;
}

.epc__loop-slider-bl {
  top: 13vw;
  left: 0;
}

.epc__intr-ttl-bl {
  margin-top: -5vw;
}

.epc__intr-ttl {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.6;
  margin-bottom: 100px;
}
.epc__intr-ttl .small {
  display: block;
  text-align: center;
  font-size: 3.2rem;
}

.epc__intr-img {
  margin-bottom: 70px;
}

.epc__intr-flex {
  display: flex;
  line-height: 1.8;
}
.epc__intr-flex .txt {
  font-size: 1.5rem;
  color: #fff;
  width: 50%;
}

.epc__intr-flex-ttl {
  width: 50%;
  padding-right: 20px;
  color: #fff;
  font-size: 3.2rem;
}

.epc-about {
  border-radius: 60px;
  padding: 100px 0;
  background-color: #f9f9f9;
  margin-top: -60px;
}

.epc__about-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8%;
}
.epc__about-flex .img {
  position: sticky;
  top: 50px;
  height: -moz-fit-content;
  height: fit-content;
}
.epc__about-flex .cont > .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 60px;
}

.epc__main-ttl {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.epc__main-ttl-en {
  font-size: 2.1rem;
  font-family: var(--hel);
  line-height: 1.6;
  margin-bottom: 5px;
}
.epc__main-ttl-en::before {
  content: "●";
  margin-right: 10px;
  font-size: 80%;
  color: var(--blue);
  transform: translateY(-2px);
  display: inline-block;
}

.epc__main-ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.6;
}

.epc__about-ttl-middle {
  line-height: 1.6;
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.epc__about-list li {
  border-radius: 10px;
  padding: 40px 50px;
  background-color: #fff;
  margin-bottom: 25px;
}
.epc__about-list li .icon {
  width: 52px;
  margin-bottom: 10px;
}
.epc__about-list li > .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.epc__about-list li:last-of-type {
  margin-bottom: 0;
}

.epc__about-list-ttl {
  line-height: 1.8;
  font-size: 2.4rem;
  font-weight: 500;
}

.epc__about-list-ttl-en {
  font-family: var(--hel);
  color: var(--blue);
  font-size: 1.2rem;
  margin-bottom: 35px;
  line-height: 1.8;
}

.epc-power {
  border-radius: 60px;
  padding: 100px 0;
  margin-top: -60px;
  margin-bottom: -60px;
  overflow: hidden;
  background-color: #fff;
}

.epc__power-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
}

.epc__main-txt {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
}
.epc__main-txt .small {
  font-size: 2.1rem;
  display: block;
}

.epc__main-ttl-bl .epc__main-ttl {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.epc__line {
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin-bottom: 50px;
}

.epc__power-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}
.epc__power-list li {
  border-right: 1px solid var(--blue);
  padding: 40px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.epc__power-list li .float-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.epc__power-list li .float-img.p1 {
  background-image: url(../img/webp/epc/bg-icon01.webp);
}
.epc__power-list li .float-img.p2 {
  background-image: url(../img/webp/epc/bg-icon02.webp);
}
.epc__power-list li .float-img.p3 {
  background-image: url(../img/webp/epc/bg-icon03.webp);
}
.epc__power-list li .float-img.p4 {
  background-image: url(../img/webp/epc/bg-icon04.webp);
}
.epc__power-list li:last-of-type {
  border-right: none;
}

.epc__power-list-small {
  text-align: center;
  color: var(--blue);
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
.epc__power-list-small .small {
  display: block;
  text-align: center;
  font-size: 1.3rem;
}

.epc__power-list-txt {
  text-align: center;
  font-size: 1.8rem;
  color: var(--blue);
}
.epc__power-list-txt .big {
  font-size: 6.2rem;
  font-family: var(--hel);
}

.epc__power-place-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
.epc__power-place-list .img {
  margin-bottom: 25px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.epc__power-place-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.epc__power-place-ttl {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.epc__power-place-table {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 5px;
}
.epc__power-place-table dt {
  width: 22%;
  font-weight: 500;
}
.epc__power-place-table dd {
  width: 75%;
}

@media screen and (max-width: 1350px) {
  .epc__power-list-txt .big {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .epc__intr-ttl {
    font-size: 3.4rem;
    margin-bottom: 60px;
  }
  .epc__intr-ttl .small {
    font-size: 2.6rem;
  }
  .epc__intr-flex-ttl {
    font-size: 2.6rem;
  }
  .page-head__title-en.business-only {
    font-size: 2.1rem;
  }
  .page-head__title-jp.business-only {
    font-size: 5.2rem;
  }
  .epc__main-ttl-en {
    font-size: 1.9rem;
  }
  .epc__main-ttl {
    font-size: 3.2rem;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .epc__about-list li {
    padding: 40px 30px;
  }
  .epc__about-list-ttl {
    font-size: 2rem;
  }
  .epc__about-list-ttl-en {
    margin-bottom: 20px;
  }
  .epc__power-list-small {
    font-size: 1.5rem;
  }
  .epc__power-list-small .small {
    font-size: 1.2rem;
  }
  .epc__power-list-txt {
    font-size: 1.1rem;
  }
  .epc__power-list-txt .big {
    font-size: 3rem;
  }
  .epc__main-txt {
    font-size: 2.6rem;
  }
  .epc__main-txt .small {
    font-size: 1.8rem;
  }
  .epc__power-place-table dt {
    width: 30%;
  }
  .epc__power-place-table dd {
    width: 67%;
  }
  .epc__power-place-ttl {
    font-size: 1.9rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .page-head__title-jp.business-only {
    font-size: 3.8rem;
  }
  .page-head__title-en.business-only {
    font-size: 1.6rem;
  }
  .epc__intr-ttl .small {
    font-size: max(3.4vw, 1.8rem);
  }
  .epc__intr-ttl {
    font-size: max(5vw, 2.3rem);
    margin-bottom: 30px;
  }
  .epc__intr-img {
    margin-bottom: 40px;
  }
  .epc__intr-flex-ttl {
    width: 100%;
    padding-right: 0;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .epc__intr-flex .txt {
    font-size: 1.4rem;
    width: 100%;
  }
  .epc-about {
    border-radius: 30px;
    padding: 50px 0 80px;
    margin-top: -30px;
  }
  .epc__about-flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .epc__about-flex .img {
    position: relative;
    top: 0;
    height: auto;
  }
  .epc__main-ttl-en {
    font-size: 1.7rem;
  }
  .epc__main-ttl {
    font-size: 2.4rem;
    padding-bottom: 8px;
    margin-bottom: 25px;
  }
  .epc__about-ttl-middle {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .epc__about-flex .cont > .txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .epc__about-list li {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .epc__about-list li .icon {
    width: 40px;
  }
  .epc__about-list-ttl {
    font-size: 1.8rem;
  }
  .epc__about-list-ttl-en {
    margin-bottom: 10px;
  }
  .epc__about-list li > .txt {
    font-size: 1.4rem;
  }
  .epc__intr-flex {
    flex-direction: column;
  }
  .epc-intr {
    padding: 15vw 0 75px;
  }
  .epc-power {
    border-radius: 30px;
    padding: 50px 0;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .epc__power-flex {
    padding-bottom: 15px;
    flex-direction: column;
    gap: 10px;
  }
  .epc__line {
    margin-bottom: 30px;
  }
  .epc__power-list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .epc__power-list li:nth-of-type(2) {
    border-right: none;
    border-bottom: 1px solid var(--blue);
  }
  .epc__power-list li:first-of-type {
    border-bottom: 1px solid var(--blue);
  }
  .epc__power-place-list {
    gap: 40px 20px;
  }
  .epc__power-place-table dt {
    width: 100%;
  }
  .epc__power-place-table dd {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .epc__power-place-table {
    font-size: 1.4rem;
  }
  .epc__power-list li .float-img {
    width: 85%;
    height: 85%;
  }
  .epc__main-txt .small {
    font-size: 1.4rem;
  }
  .epc__main-txt {
    font-size: 2rem;
  }
  .epc__loop-slider {
    font-size: 16vw;
  }
  .page-epc-main .epc__main-ttl-bl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .epc__intr-ttl {
    font-size: 2.2rem;
  }
  .epc__intr-ttl .small {
    font-size: 1.7rem;
  }
  .epc__loop-slider {
    font-size: 15vw;
  }
}
.page-maintenance-main .page-head {
  background: url(../img/webp/maintenance/hero.webp) no-repeat center/cover;
}
.page-maintenance-main .epc__loop-slider {
  font-size: 10.4vw;
}

.maintenance__main-ttl {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.8;
}

.om-service__list li {
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 30px;
  margin-bottom: 25px;
}
.om-service__list li .txt {
  line-height: 1.8;
  font-size: 1.5rem;
}

.om-service__ttl-flex {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}
.om-service__ttl-flex .icon {
  width: 59px;
}
.om-service__ttl-flex .cont {
  width: calc(100% - 79px);
}

.om-service__ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.om-service__ttl-en {
  font-family: var(--hel);
  color: var(--blue);
  font-size: 1.2rem;
  font-style: 500;
}
.om-service__ttl-en.green {
  color: #00cc04;
}

.om-service__tag-bl {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.om-service__tag-bl .tag {
  border-radius: 3px;
  border: 1px solid var(--blue);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--blue);
  padding: 7px 17px 5px;
}
.om-service__tag-bl .tag.green {
  border-color: #00cc04;
  color: #00cc04;
}

.mo__main-txt {
  width: 500px;
  max-width: calc(100% - 500px);
  line-height: 1.8;
  font-size: 1.5rem;
}

.mo__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 3%;
}
.mo__list li {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.mo__list li .img {
  margin-bottom: 15px;
}
.mo__list li .img img {
  border-radius: 10px;
}
.mo__list li .ttl {
  font-size: 2.1rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .page-head__title-jp.business-only.mt {
    font-size: 4.4rem;
  }
  .om-service__tag-bl .tag {
    font-size: 1.4rem;
    padding: 7px 10px 5px;
  }
  .om-service__ttl {
    font-size: 2.4rem;
  }
  .om-service__ttl-flex .icon {
    width: 50px;
  }
  .om-service__ttl-flex {
    gap: 15px;
  }
  .om-service__ttl-flex .cont {
    width: calc(100% - 65px);
  }
  .mo__list li .ttl {
    font-size: 1.5rem;
  }
  .mo__main-txt {
    max-width: calc(100% - 420px);
  }
}
@media screen and (max-width: 834px) {
  /*.maintenance__main-ttl {
    font-size: 1.4rem;
  }*/
  .om-service__list li {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .om-service__ttl {
    font-size: 1.9rem;
  }
  .om-service__tag-bl .tag {
    font-size: 1.3rem;
  }
  .om-service__tag-bl {
    gap: 5px;
  }
  .mo__main-txt {
    max-width: 100%;
    font-size: 1.4rem;
  }
  .mo__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 3%;
  }
  .mo__list li .ttl {
    font-size: 1.35rem;
  }
  .page-head__title-jp.business-only.mt {
    font-size: 3rem;
  }
  .page-maintenance-main .epc__loop-slider {
    font-size: 16.5vw;
  }
}
.page-solar-main .page-head {
  background: url(../img/webp/solar/hero.webp) no-repeat center/cover;
}
.page-solar-main .epc-power {
  background-color: #f9f9f9;
}

.solar__main-flex {
  display: flex;
  margin-bottom: 50px;
}
.solar__main-flex .cont {
  width: 50%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solar__main-flex .cont .txt {
  color: #fff;
  line-height: 1.8;
  font-size: 1.5rem;
}
.solar__main-flex .img {
  width: 50%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.solar__main-ttl {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.solar__main-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.solar__main-list li {
  background-color: #66c7f9;
  background: linear-gradient(34deg, rgb(102, 190, 248) 0%, rgb(102, 200, 249) 100%);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.solar__main-list li .icon {
  width: 30px;
}

.solar__main-list-txt {
  width: calc(100% - 50px);
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
}
.solar__main-list-txt .blue {
  color: var(--blue);
  font-size: 1.5rem;
  display: block;
}

.solar__main-ttl-bl {
  margin-bottom: 30px;
}
.solar__main-ttl-bl .epc__main-ttl {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.solar__main-ttl-bl .mo__main-txt {
  width: 100%;
  max-width: 100%;
}

.solar-flex {
  display: flex;
  gap: 4%;
}
.solar-flex .img {
  width: 49%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.solar-flex .cont {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solar-flex .cont .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

.solar-flex-ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}

.solar-flex-ttl-small {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.solar__place-bl {
  padding: 55px 6% 100px;
  background-color: #fff;
}

.solar__place-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 15px;
}

.solar__place-txt {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.solar__place-list {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(2, 1fr);
}
.solar__place-list .img {
  margin-bottom: 20px;
}

.solar__place-list-ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}

.slide-bl-txt {
  display: none;
}

.solar__place-bl {
  margin-top: 60px;
  border-radius: 10px;
}

.mt60 {
  margin-top: 60px;
}

.epc-power.sa .epc__main-txt {
  font-weight: normal;
  font-size: 1.5rem;
  width: 500px;
  padding-left: 10px;
  max-width: calc(100% - 500px);
  margin-top: 45px;
}

.under640-only {
  display: none;
}

@media screen and (max-width: 1350px) {
  .solar__main-list-txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .solar__main-flex .cont {
    width: 60%;
    padding-right: 40px;
  }
  .solar__main-flex .img {
    width: 40%;
  }
  .solar__main-ttl {
    font-size: 2.6rem;
  }
  .solar__main-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .solar-flex-ttl {
    font-size: 3rem;
  }
  .solar-flex-ttl-small {
    font-size: 1.8rem;
  }
  .solar__place-ttl {
    font-size: 2.6rem;
  }
  .solar__place-list-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .page-solar-main .epc__loop-slider {
    font-size: 14vw;
  }
  .solar__main-flex {
    margin-bottom: 40px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .solar__main-flex .img {
    width: 100%;
  }
  .solar__main-ttl {
    font-size: 2.1rem;
  }
  .solar__main-flex .cont {
    width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
  }
  .solar__main-flex .cont .txt {
    font-size: 1.4rem;
  }
  .solar__main-list {
    gap: 10px;
  }
  .solar__main-list li {
    padding: 20px 10px 15px;
    gap: 12px;
  }
  .solar__main-list li .icon {
    width: 20px;
  }
  .solar__main-list-txt {
    font-size: 1.55rem;
    width: calc(100% - 32px);
  }
  .solar__main-list-txt .blue {
    font-size: 1.3rem;
  }
  .solar-flex-ttl {
    font-size: 2.3rem;
    margin-bottom: 0px;
  }
  .solar-flex {
    gap: 20px;
    flex-direction: column;
  }
  .solar-flex .img {
    width: 100%;
  }
  .solar-flex .cont {
    width: 100%;
  }
  .solar-flex-ttl-small {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .solar-flex .cont .txt {
    font-size: 1.4rem;
  }
  .solar__place-txt {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .solar__place-bl {
    margin-top: 40px;
    padding: 40px 4% 70px;
  }
  .solar__place-ttl {
    font-size: 2.2rem;
  }
  .solar__place-list .img {
    margin-bottom: 10px;
  }
  .solar__place-list-ttl {
    font-size: 1.7rem;
  }
  .slide-bl {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .slide-bl img {
    width: 800px;
    max-width: 800px;
  }
  .slide-bl-txt {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .solar__place-bl.p2 {
    padding-bottom: 40px;
  }*/
  .epc-power.sa .epc__main-txt {
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .page-solar-main .epc__main-ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .solar__main-list {
    grid-template-columns: 1fr;
  }
  .solar__main-flex {
    margin-bottom: 20px;
  }
  .solar__main-ttl {
    margin-bottom: 10px;
  }
  .under640-only {
    display: inline-block;
  }
  .solar__place-list-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .solar__place-ttl {
    font-size: 1.8rem;
  }
  .page-solar-main .epc__main-ttl {
    font-size: 2rem;
  }
  .slide-bl img {
    width: 650px;
    max-width: 650px;
  }
  .solar-flex-ttl {
    font-size: 2.2rem;
  }
  .solar-flex-ttl-small {
    font-size: 1.5rem;
  }
}
.page-renewable-main .page-head {
  background: url(../img/webp/renewable/hero.webp) no-repeat center/cover;
}
.page-renewable-main .epc__line {
  margin-bottom: 0;
}
.page-renewable-main .page-head__inner {
  flex-wrap: wrap;
}

.renew__intr {
  border-radius: 0 0 60px 60px;
  padding-bottom: 120px;
  position: relative;
}

.renew__intr-flex {
  display: flex;
  color: #fff;
  margin-bottom: 50px;
}
.renew__intr-flex .ttl-bl {
  width: 50%;
  padding-right: 20px;
}
.renew__intr-flex .txt {
  font-size: 1.5rem;
  width: 50%;
  line-height: 1.8;
}

.renew__intr-ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

.renew__intr-ttl-middle {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.renew__main-img {
  margin-top: -10vw;
  position: relative;
}

.renew-about {
  padding: 180px 0;
  margin-top: -60px;
  position: relative;
  z-index: -1;
}

.renew__about-flex {
  display: flex;
}
.renew__about-flex .img {
  padding-right: 50px;
  width: 50%;
}
.renew__about-flex .img img {
  border-radius: 10px;
}
.renew__about-flex .cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.renew__about-flex .cont .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

.renew__about-ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.renew__about-ttl .small {
  font-size: 3.2rem;
  display: block;
}

.renew-ad {
  border-radius: 60px;
  padding: 120px 0;
  margin: -60px 0;
  background-color: #f9f9f9;
}

.renew-ad__main-txt {
  width: 50%;
  font-size: 1.5rem;
  line-height: 1.8;
}

.m_s_only {
  display: none;
}

.renew-ad__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
.renew-ad__list li {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.renew-ad__list li .num {
  position: absolute;
  font-size: 6rem;
  font-family: var(--hel);
  opacity: 0.1;
  top: 15px;
  right: 15px;
  font-weight: 300;
  color: var(--blue);
}
.renew-ad__list li .icon {
  width: 46px;
  margin-bottom: 12px;
}
.renew-ad__list li .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.renew-ad__list li .ttl-en {
  font-family: var(--hel);
  font-size: 1.2rem;
  color: var(--blue);
  margin-bottom: 30px;
}
.renew-ad__list li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

.renew-ad__detail-list > li {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.renew-ad__detail-list > li .ttl-bl {
  padding-top: 70px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 50px;
}
.renew-ad__detail-list > li > .cont {
  padding: 70px 0 0 50px;
  border-left: 1px solid #dddddd;
}
.renew-ad__detail-list > li > .cont .img {
  margin-bottom: 30px;
}
.renew-ad__detail-list > li > .cont .img img {
  border-radius: 10px;
}
.renew-ad__detail-list > li > .cont .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.renew-ad__detail-list > li > .cont .txt small {
  font-size: 70%;
}

.renew-ad__detail-list-ttl {
  display: flex;
  align-items: center;
  gap: 12px;
}
.renew-ad__detail-list-ttl .num {
  font-weight: 500;
  color: var(--blue);
  font-family: var(--hel);
  font-size: 4.2rem;
}
.renew-ad__detail-list-ttl .ttl-box .ja {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.renew-ad__detail-list-ttl .ttl-box .en {
  font-family: var(--hel);
  color: var(--blue);
  font-size: 1.2rem;
  display: block;
}

.renew-ad__detail-ttl-check {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
  padding-left: 38px;
}
.renew-ad__detail-ttl-check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  background-image: url(../img/renewable/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.renew__tax-list li {
  background-color: #fff;
  padding: 40px;
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.renew__tax-list li:last-of-type {
  margin-bottom: 0;
}
.renew__tax-list li .img {
  width: calc(45% - 25px);
}
.renew__tax-list li .img img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 0 !important;
}
.renew__tax-list li .cont {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.renew__tax-list li .cont .ttl {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.renew__tax-list li .cont .txt {
  font-size: 1.5rem;
}
.renew__tax-list li .cont .txt .small {
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 1200px) {
  .renew__intr-ttl {
    font-size: 3.2rem;
  }
  .renew__intr-ttl-middle {
    font-size: 2rem;
  }
  .renew__about-ttl {
    font-size: 3.2rem;
  }
  .renew__about-ttl .small {
    font-size: 2.2rem;
  }
  .renew-ad__list li .ttl {
    font-size: 2rem;
  }
  .renew-ad__list li .num {
    font-size: 4.5rem;
  }
  .renew-ad__detail-list-ttl .ttl-box .ja {
    font-size: 2.4rem;
  }
  .renew-ad__detail-list > li {
    grid-template-columns: 250px 1fr;
  }
  .renew-ad__detail-ttl-check {
    font-size: 2.2rem;
  }
  .renew__tax-list li .cont .ttl {
    font-size: 1.9rem;
  }
  .renew__tax-list li .img {
    width: 100%;
  }
  .renew__tax-list li {
    gap: 5px;
    flex-direction: column;
  }
  .renew__tax-list li .cont {
    width: 100%;
  }
  .m_s_only {
    display: inline-block;
  }
}
@media screen and (max-width: 834px) {
  .renew__inner {
    padding: 0;
  }
  .renew__intr-flex .ttl-bl {
    width: 100%;
    padding-right: 0;
  }
  .renew__intr-ttl {
    font-size: max(5vw, 2.4rem);
    text-align: center;
    margin-bottom: 7px;
  }
  .renew__intr-ttl-middle {
    font-size: max(4vw, 1.5rem);
    text-align: center;
    margin-bottom: 15px;
  }
  .renew__intr-flex .txt {
    font-size: 1.4rem;
    width: 100%;
  }
  .renew__intr-flex {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .renew__intr {
    border-radius: 0 0 30px 30px;
    padding-bottom: 60px;
  }
  .renew-about {
    padding: 90px 0;
    margin-top: -30px;
  }
  .renew__about-flex {
    flex-direction: column;
  }
  .renew__about-flex .img {
    padding-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .renew__about-ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .renew__about-ttl .small {
    font-size: 1.9rem;
  }
  .renew__about-flex .cont .txt {
    font-size: 1.4rem;
  }
  .renew-ad__main-txt {
    width: 100%;
    font-size: 1.4rem;
  }
  .renew-ad {
    border-radius: 30px;
    padding: 50px 0;
    margin: -30px 0;
  }
  .renew-ad__list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
  .renew-ad__list li .icon {
    width: 37px;
  }
  .renew-ad__list li .ttl {
    font-size: 1.7rem;
  }
  .renew-ad__list li .num {
    font-size: 4rem;
  }
  .renew-ad__list li .ttl-en {
    margin-bottom: 15px;
  }
  .renew-ad__list li .txt {
    font-size: 1.4rem;
  }
  .renew-ad__detail-list > li {
    display: block;
  }
  .renew-ad__detail-list > li .ttl-bl {
    padding-top: 40px;
    position: relative;
    top: 0;
  }
  .renew-ad__detail-list > li > .cont {
    padding: 20px 0 0;
    border-left: none;
  }
  .renew__about-flex .cont {
    width: 100%;
  }
  .renew-ad__detail-list-ttl .num {
    font-size: 3.2rem;
  }
  .renew-ad__detail-list-ttl .ttl-box .ja {
    font-size: 2rem;
  }
  .renew-ad__detail-ttl-check {
    font-size: 1.8rem;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .renew-ad__detail-ttl-check::before {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
  .renew-ad__detail-list > li > .cont .img {
    margin-bottom: 20px;
  }
  .renew-ad__detail-list > li > .cont .txt {
    font-size: 1.4rem;
  }
  .renew__tax-list li {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .renew__tax-list li .cont .ttl {
    font-size: 1.7rem;
  }
  .m_s_only {
    display: none;
  }
  .renew-ad__detail-list li:nth-of-type(2), .renew-ad__detail-list li:nth-of-type(4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m_s_only {
    display: inline-block;
  }
}

.page-business-main .top-business__list {
  margin-top: 40px;
}
.page-business-main .top-business__list .top-business__list-ttl {
  color: #fff;
}
.page-business-main .top-business__list .c-txt__02 {
  color: #fff;
}

.notfound__loop-slider-item {
  padding: 0 15px;
}
.notfound__loop-slider-item img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.notfound__top {
  padding: 18vw 0 120px;
  margin-top: -15vw;
}
.notfound__top .inner {
  padding: 0 0 100px;
  color: #444444;
}
.notfound__top .inner .txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.notfound__main-ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}

.notfound__main-ttl-middle {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 60px;
}

.notfound__main-ttl-small {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.notfound__loop-bl-wrapper {
  position: relative;
}

.notfound__detail {
  border-radius: 60px;
  background-color: #f9f9f9;
  padding: 120px 0;
  color: #444444;
  margin-bottom: -60px;
}

.notfound__detail-ttl {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.notfound__btn-l {
  margin: 60px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1200px) {
  .notfound__main-ttl {
    font-size: 3rem;
  }
  .notfound__main-ttl-middle {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .notfound__main-ttl-small {
    font-size: 2rem;
  }
  .notfound__top .inner {
    padding: 0 0 60px;
  }
  .notfound__detail {
    padding: 80px 0;
  }
  .notfound__detail-ttl {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .notfound__top {
    padding: 18vw 0 80px;
  }
}
@media (max-width: 834px) {
  .notfound__main-ttl {
    font-size: 2.4rem;
  }
  .notfound__main-ttl-middle {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .notfound__main-ttl-small {
    font-size: 1.6rem;
  }
  .notfound__top .inner .txt {
    text-align: left;
    font-size: 1.4rem;
  }
  .notfound__top .inner {
    padding: 0 0 20px;
  }
  .notfound__top {
    padding: 18vw 0 50px;
  }
  .notfound__detail {
    padding: 60px 0;
    border-radius: 30px;
    margin-bottom: -30px;
  }
  .notfound__detail-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .notfound__loop-slider-item {
    padding: 0 7px;
  }
}

/*.inner {
  display: none!important;
}*/