@charset "UTF-8";
/*
Theme Name: 株式会社ヒロテックエンジニアリング
*/
@font-face {
  font-family: "hannari";
  src: url("font/Hannari.otf") format("OpenType");
}
@font-face {
  font-family: "roman";
  src: url("font/TimesNewRoman400.ttf") format("truetype");
}
@font-face {
  font-family: "gungseo";
  src: url("font/gungseo-regular.ttf") format("truetype");
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  outline: none;
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease-out;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

h1,
h2,
h3,
p,
dl,
dd,
label,
ul {
  margin: 0;
}

dt {
  font-weight: normal;
}

p,
a {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  p,
  a {
    font-size: 1.6rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.7rem;
  box-sizing: border-box;
  font-family: "hannari", serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

/* flexbox */
.flex {
  display: flex;
}

.flex-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex-pc {
    display: block;
  }
}

.f-center {
  justify-content: center;
}

.f-end {
  justify-content: flex-end;
}

.f-start {
  justify-content: flex-start;
}

.f-middle {
  align-items: center;
}

.f-bottom {
  align-items: flex-end;
}

.f-between {
  justify-content: space-between;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-column {
  flex-direction: column;
}

.f-reverse {
  flex-direction: row-reverse;
}

/* レスポンシブ */
.view-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .view-pc {
    display: none;
  }
}

.view-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .view-sp {
    display: block;
  }
}

.view-tab {
  display: block;
}
@media screen and (max-width: 575px) {
  .view-tab {
    display: none;
  }
}

.view-dt {
  display: block;
}
@media screen and (max-width: 991px) {
  .view-dt {
    display: none;
  }
}

.view-md {
  display: block;
}
@media screen and (max-width: 767px) {
  .view-md {
    display: none;
  }
}

.view-lg {
  display: none;
}
@media screen and (max-width: 1199px) {
  .view-lg {
    display: block;
  }
}

.view-ssp {
  display: none;
}
@media screen and (max-width: 575px) {
  .view-ssp {
    display: block;
  }
}

.view-xl {
  display: block;
}
@media screen and (max-width: 1199px) {
  .view-xl {
    display: none;
  }
}

/* 幅設定 */
.inner-def {
  max-width: 1240px;
  margin: 0 auto;
}

.inner-large {
  max-width: 1320px;
  margin: 0 auto;
}

.inner-small {
  max-width: 1100px;
  margin: 0 auto;
}

/* フォント */
.f-roman {
  font-family: "roman", serif;
}

/* ユーティリティー */
.sec-container {
  position: absolute;
  max-width: 730px;
  padding: 80px 60px 60px 75px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .sec-container {
    max-width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-container {
    position: static;
    max-width: 100%;
    padding: 0 15px;
  }
}
.sec-container:before {
  z-index: -1;
  top: 0;
  right: 0;
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .sec-container:before {
    transform: translateY(0);
  }
}
.sec-container .inner {
  opacity: 0;
}
.sec-container .sec-ttl {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .sec-container .sec-ttl {
    margin-bottom: 25px;
  }
}
.sec-container p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec-container p {
    margin-bottom: 35px;
  }
}

.sec-img {
  max-width: 68vw;
  height: 670px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-img {
    max-width: 100%;
    height: 250px;
    margin: 20px 15px;
  }
}

.sec-cover {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-cover span {
  position: absolute;
  width: 25%;
  height: 100%;
  display: block;
  background: #f1f1f1;
  z-index: 2;
}
.sec-cover span:nth-child(1) {
  left: 0;
}
.sec-cover span:nth-child(2) {
  left: 25%;
}
.sec-cover span:nth-child(3) {
  left: 50%;
}
.sec-cover span:nth-child(4) {
  left: 75%;
}

.sec-inner {
  position: relative;
}
.sec-inner.from-right.is-invasion .sec-cover span {
  transform: translateY(100%);
}
.sec-inner.from-right.is-invasion .sec-cover span:nth-child(1) {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
}
.sec-inner.from-right.is-invasion .sec-cover span:nth-child(2) {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.4s;
}
.sec-inner.from-right.is-invasion .sec-cover span:nth-child(3) {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}
.sec-inner.from-right.is-invasion .sec-cover span:nth-child(4) {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
}
.sec-inner.from-left.is-invasion .sec-cover span {
  transform: translateY(100%);
}
.sec-inner.from-left.is-invasion .sec-cover span:nth-child(1) {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .sec-inner.from-left.is-invasion .sec-cover span:nth-child(1) {
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
  }
}
.sec-inner.from-left.is-invasion .sec-cover span:nth-child(2) {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .sec-inner.from-left.is-invasion .sec-cover span:nth-child(2) {
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.4s;
  }
}
.sec-inner.from-left.is-invasion .sec-cover span:nth-child(3) {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.4s;
}
@media screen and (max-width: 767px) {
  .sec-inner.from-left.is-invasion .sec-cover span:nth-child(3) {
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  }
}
.sec-inner.from-left.is-invasion .sec-cover span:nth-child(4) {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s;
}
@media screen and (max-width: 767px) {
  .sec-inner.from-left.is-invasion .sec-cover span:nth-child(4) {
    transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
  }
}
.sec-inner.is-invasion .sec-container:before {
  transform: translateY(0);
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
}
.sec-inner.is-invasion .sec-container .inner {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 1s;
  opacity: 1;
}

.ac {
  text-align: center;
}

.wrap {
  opacity: 0;
}
.wrap.is-show {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 1;
}

/* タイトル */
.sec-ttl .en {
  font-size: 1.5rem;
  color: #059bb1;
  font-family: "roman", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-ttl .en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .sec-ttl .en {
    font-size: 1.3rem;
  }
}
.sec-ttl .ja {
  display: block;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec-ttl .ja {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .sec-ttl .ja {
    font-size: 2.2rem;
  }
}
.sec-ttl .sub-ttl {
  color: #60bc9b;
  line-height: 1.5;
  margin-top: 8px;
}

/* ボタン */
.button {
  color: #059bb1;
  font-family: "roman", serif;
  font-size: 1.5rem;
  padding-right: 100px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .button {
    padding-right: 95px;
  }
}
.button:hover {
  color: #059bb1;
  margin-right: -8px;
}
.button:after {
  position: absolute;
  top: -4px;
  right: 0;
  content: "";
  background: url(images/arrow.png) no-repeat;
  background-size: contain;
  width: 90px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .button:after {
    top: 0;
    right: 10px;
    width: 75px;
    height: 17px;
  }
}

.button-wrap {
  display: flex;
  justify-content: flex-end;
}

/* メインビジュアル */
.main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main-visual__catch {
  text-align: center;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 0;
}
.main-visual__catch > span {
  opacity: 0;
  display: inline-block;
  font-size: 3.7rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .main-visual__catch > span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .main-visual__catch > span {
    font-size: 2.7rem;
  }
}

.home .main-visual {
  background: url(images/mv_1.jpg) no-repeat center bottom;
  background-size: cover;
}
.home .main-visual__catch > span.txt01 {
  transform: translateX(50px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 2.5s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt01 {
    transform: translateX(25px);
    transition: 2.14s cubic-bezier(0.22, 0.61, 0.36, 1) 2.51s;
  }
}
.home .main-visual__catch > span.txt02 {
  transform: translateX(45px);
  transition: 2.14s cubic-bezier(0.22, 0.61, 0.36, 1) 2.51s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt02 {
    transform: translateX(20px);
    transition: 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) 2.53s;
  }
}
.home .main-visual__catch > span.txt03 {
  transform: translateX(40px);
  transition: 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) 2.53s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt03 {
    transform: translateX(15px);
    transition: 1.9s cubic-bezier(0.22, 0.61, 0.36, 1) 2.51s;
  }
}
.home .main-visual__catch > span.txt04 {
  transform: translateX(35px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 2.56s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt04 {
    transform: translateX(10px);
    transition: 1.79s cubic-bezier(0.22, 0.61, 0.36, 1) 2.71s;
  }
}
.home .main-visual__catch > span.txt05 {
  transform: translateX(30px);
  transition: 1.9s cubic-bezier(0.22, 0.61, 0.36, 1) 2.51s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt05 {
    transform: translateX(5px);
    transition: 1.72s cubic-bezier(0.22, 0.61, 0.36, 1) 2.86s;
  }
}
.home .main-visual__catch > span.txt06 {
  transform: translateX(25px);
  transition: 1.84s cubic-bezier(0.22, 0.61, 0.36, 1) 2.65s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt06 {
    transform: translateX(0);
    transition: 1.69s cubic-bezier(0.22, 0.61, 0.36, 1) 3.05s;
  }
}
.home .main-visual__catch > span.txt07 {
  transform: translateX(20px);
  transition: 1.79s cubic-bezier(0.22, 0.61, 0.36, 1) 2.71s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt07 {
    transform: translateX(-5px);
    transition: 1.72s cubic-bezier(0.22, 0.61, 0.36, 1) 2.86s;
  }
}
.home .main-visual__catch > span.txt08 {
  transform: translateX(15px);
  transition: 1.75s cubic-bezier(0.22, 0.61, 0.36, 1) 2.78s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt08 {
    transform: translateX(-10px);
    transition: 1.79s cubic-bezier(0.22, 0.61, 0.36, 1) 2.71s;
  }
}
.home .main-visual__catch > span.txt09 {
  transform: translateX(10px);
  transition: 1.72s cubic-bezier(0.22, 0.61, 0.36, 1) 2.86s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt09 {
    transform: translateX(-15px);
    transition: 1.9s cubic-bezier(0.22, 0.61, 0.36, 1) 2.6s;
  }
}
.home .main-visual__catch > span.txt10 {
  transform: translateX(5px);
  transition: 1.7s cubic-bezier(0.22, 0.61, 0.36, 1) 2.95s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt10 {
    transform: translateX(-20px);
    transition: 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) 2.53s;
  }
}
.home .main-visual__catch > span.txt11 {
  transform: translateX(0);
  transition: 1.69s cubic-bezier(0.22, 0.61, 0.36, 1) 3.05s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt11 {
    transform: translateX(30px);
    transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 2.51s;
  }
}
.home .main-visual__catch > span.txt12 {
  transform: translateX(-5px);
  transition: 1.7s cubic-bezier(0.22, 0.61, 0.36, 1) 2.95s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt12 {
    transform: translateX(25px);
    transition: 2.14s cubic-bezier(0.22, 0.61, 0.36, 1) 2.51s;
  }
}
.home .main-visual__catch > span.txt13 {
  transform: translateX(-10px);
  transition: 1.72s cubic-bezier(0.22, 0.61, 0.36, 1) 2.86s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt13 {
    transform: translateX(20px);
    transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 2.56s;
  }
}
.home .main-visual__catch > span.txt14 {
  transform: translateX(-15px);
  transition: 1.75s cubic-bezier(0.22, 0.61, 0.36, 1) 2.78s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt14 {
    transform: translateX(15px);
    transition: 1.84s cubic-bezier(0.22, 0.61, 0.36, 1) 2.65s;
  }
}
.home .main-visual__catch > span.txt15 {
  transform: translateX(-20px);
  transition: 1.79s cubic-bezier(0.22, 0.61, 0.36, 1) 2.71s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt15 {
    transform: translateX(10px);
    transition: 1.75s cubic-bezier(0.22, 0.61, 0.36, 1) 2.78s;
  }
}
.home .main-visual__catch > span.txt16 {
  transform: translateX(-25px);
  transition: 1.84s cubic-bezier(0.22, 0.61, 0.36, 1) 2.65s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt16 {
    transform: translateX(5px);
    transition: 1.7s cubic-bezier(0.22, 0.61, 0.36, 1) 2.95s;
  }
}
.home .main-visual__catch > span.txt17 {
  transform: translateX(-30px);
  transition: 1.9s cubic-bezier(0.22, 0.61, 0.36, 1) 2.6s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt17 {
    transform: translateX(-5px);
    transition: 1.7s cubic-bezier(0.22, 0.61, 0.36, 1) 2.95s;
  }
}
.home .main-visual__catch > span.txt18 {
  transform: translateX(-35px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 2.56s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt18 {
    transform: translateX(-10px);
    transition: 1.75s cubic-bezier(0.22, 0.61, 0.36, 1) 2.78s;
  }
}
.home .main-visual__catch > span.txt19 {
  transform: translateX(-40px);
  transition: 2.05s cubic-bezier(0.22, 0.61, 0.36, 1) 2.53s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt19 {
    transform: translateX(-15px);
    transition: 1.84s cubic-bezier(0.22, 0.61, 0.36, 1) 2.65s;
  }
}
.home .main-visual__catch > span.txt20 {
  transform: translateX(-45px);
  transition: 2.14s cubic-bezier(0.22, 0.61, 0.36, 1) 2.51s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt20 {
    transform: translateX(-20px);
    transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 2.56s;
  }
}
.home .main-visual__catch > span.txt21 {
  transform: translateX(-50px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 2.5s;
}
@media screen and (max-width: 767px) {
  .home .main-visual__catch > span.txt21 {
    transform: translateX(-25px);
    transition: 2.14s cubic-bezier(0.22, 0.61, 0.36, 1) 2.51s;
  }
}
.home .main-visual__catch.is-show > span {
  opacity: 1;
  transform: translateX(0);
}

.page-id-9 .main-visual {
  background: url(images/mv_2.jpg) no-repeat center;
  background-size: cover;
}
.page-id-9 .main-visual__catch > span.txt01 {
  transform: translateX(10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-9 .main-visual__catch > span.txt02 {
  transform: translateX(5px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 0.56s;
}
.page-id-9 .main-visual__catch > span.txt03 {
  transform: translateX(-5px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 0.56s;
}
.page-id-9 .main-visual__catch > span.txt04 {
  transform: translateX(-10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-9 .main-visual__catch > span.txt05 {
  transform: translateX(-10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-9 .main-visual__catch > span.txt06 {
  transform: translateX(-10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}

.page-id-9 .main-visual__catch > span.txt07 {
  transform: translateX(-10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-9 .main-visual__catch.is-show > span {
  opacity: 1;
  transform: translateX(0);
}

.page-id-11 .main-visual {
  background: url(images/mv_3.jpg) no-repeat center;
  background-size: cover;
}
.page-id-11 .main-visual__catch > span.txt01 {
  transform: translateX(10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-11 .main-visual__catch > span.txt02 {
  transform: translateX(5px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 0.56s;
}
.page-id-11 .main-visual__catch > span.txt03 {
  transform: translateX(-5px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 0.56s;
}
.page-id-11 .main-visual__catch > span.txt04 {
  transform: translateX(-10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-11 .main-visual__catch.is-show > span {
  opacity: 1;
  transform: translateX(0);
}

.page-id-13 .main-visual {
  background: url(images/mv_4.jpg) no-repeat center;
  background-size: cover;
}
.page-id-13 .main-visual__catch > span.txt01 {
  transform: translateX(15px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-13 .main-visual__catch > span.txt02 {
  transform: translateX(10px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 0.54s;
}
.page-id-13 .main-visual__catch > span.txt03 {
  transform: translateX(5px);
  transition: 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.59s;
}
.page-id-13 .main-visual__catch > span.txt04 {
  transform: translateX(-5px);
  transition: 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.59s;
}
.page-id-13 .main-visual__catch > span.txt05 {
  transform: translateX(-10px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 0.54s;
}
.page-id-13 .main-visual__catch > span.txt06 {
  transform: translateX(-15px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-13 .main-visual__catch.is-show > span {
  opacity: 1;
  transform: translateX(0);
}

/* スクロールボタン */
.scroll-wrap {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  opacity: 0;
}
.scroll-wrap.is-show {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 3.5s;
  opacity: 1;
}

.scroll p {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-family: "roman", serif;
}

.arrow {
  width: 1px;
  height: 80px;
  margin: 5px auto 0;
  position: relative;
  overflow: hidden;
}
.arrow:before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 0;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    transform: translate3d(-50%, 100px, 0);
  }
}
/* スクロールアニメーション */
.fadeIn {
  opacity: 0;
}

.fadeIn.is-invasion {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
  opacity: 1;
}

.slideRight {
  overflow: hidden;
  position: relative;
}
.slideRight:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  z-index: 1;
}

.slideRight.is-invasion:before {
  transform: translateX(100%);
  transition: 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
}

/* ナビゲーション */
.menu-bar {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 8px;
  height: 60px;
}
.menu-bar.is-fixed {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.menu-bar__logo {
  display: block;
  transition: 0.4s ease;
}
.menu-bar__logo img {
  width: 200px;
}

.menu-bar__menu {
  display: block;
  background: #fff;
  width: 30px;
}

.humberger-link {
  perspective: 1000;
  cursor: pointer;
}

.humberger {
  transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.humberger__item {
  margin: 4px auto;
  display: block;
  background: #222;
  width: 22px;
  height: 1px;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu-bar__text {
  position: relative;
  color: #222;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  font-style: italic;
  margin-top: 3px;
  height: 13px;
  width: 30px;
  overflow: hidden;
}
.menu-bar__text:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #c5c5c5;
  transform: translateX(-100%);
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-bar__text > span {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.menu-bar__text-menu {
  opacity: 1;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu-bar__text-close {
  opacity: 0;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mobile-nav {
  margin-top: 60px;
  perspective: 1000;
  visibility: hidden;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #222;
  opacity: 0;
  transform: translateX(-100%);
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mobile-nav__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/mv.jpg);
  background-size: cover;
  transform: scale(0.6);
  opacity: 0;
  transition: 0s cubic-bezier(0.22, 0.61, 0.36, 1) 1s;
}

.humberger-link.is-active .humberger {
  transform: rotateY(-180deg) translate(0px, 2px);
}
.humberger-link.is-active .humberger__item:nth-child(1) {
  transform: translateY(4px) rotate(-135deg);
}
.humberger-link.is-active .humberger__item:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
.humberger-link.is-active .humberger__item:nth-child(3) {
  transform: translateY(-6px) rotate(135deg);
}
.humberger-link.is-active .menu-bar__text:before {
  transform: translateX(100%);
}
.humberger-link.is-active .menu-bar__text-menu {
  opacity: 0;
}
.humberger-link.is-active .menu-bar__text-close {
  opacity: 1;
}

.mobile-nav__list {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  text-align: center;
  list-style-type: none;
}

.mobile-nav__item {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-nav__item > a {
  line-height: 1;
  color: #fff;
  transition: 0.4s ease;
  text-decoration: none;
  display: inline-block;
}
.mobile-nav__item > a:hover {
  opacity: 0.7;
}
.mobile-nav__item > a .ja {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 5px;
}
.mobile-nav__item > a .en {
  font-size: 1.4rem;
  font-family: "roman", serif;
}
.mobile-nav__item:before {
  content: " ";
  display: block;
  width: 10px;
  height: 1px;
  margin: 25px auto;
  background: #c5c5c5;
}
.mobile-nav__item:first-child:before {
  display: none;
}

.mobile-nav.is-active {
  visibility: visible;
  transform: translateX(0%);
  opacity: 1;
}
.mobile-nav.is-active .mobile-nav__image {
  transform: scale(1);
  opacity: 0.2;
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 1s;
}
.mobile-nav.is-active .mobile-nav__item:nth-child(1) {
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.405s;
}
.mobile-nav.is-active .mobile-nav__item:nth-child(2) {
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.52s;
}
.mobile-nav.is-active .mobile-nav__item:nth-child(3) {
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.645s;
}
.mobile-nav.is-active .mobile-nav__item:nth-child(4) {
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.78s;
}
.mobile-nav.is-active .mobile-nav__item {
  opacity: 1;
  transform: translateX(0px);
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu-bar__menu.is-active .menu-bar__text-menu {
  opacity: 0;
}

.global-nav {
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
}

.global-nav__list {
  display: flex;
  margin-right: 3vw;
}

.global-nav__item + .global-nav__item {
  margin-left: 70px;
}
@media screen and (max-width: 991px) {
  .global-nav__item + .global-nav__item {
    margin-left: 60px;
  }
}
.global-nav__item a {
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}
.global-nav__item a:hover {
  opacity: 0.7;
}
.global-nav__item a .ja {
  font-size: 1.8rem;
  display: block;
  line-height: 1.4;
}
.global-nav__item a .en {
  font-size: 1.4rem;
  font-family: "roman", serif;
}

.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-115%);
}
.header.is-show {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 3.5s;
  transform: translateY(0);
}

.page-id-9 .header.is-show,
.page-id-11 .header.is-show,
.page-id-13 .header.is-show {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
}
.page-id-9 .scroll-wrap.is-show,
.page-id-11 .scroll-wrap.is-show,
.page-id-13 .scroll-wrap.is-show {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
}

.top-logo {
  margin-left: 2.5vw;
  margin-top: -10px;
}
.top-logo img {
  width: 240px;
}

.md-head {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .md-head {
    display: none;
  }
}
.md-head.is-fixed {
  background-color: rgba(255, 255, 255, 0.8);
}
.md-head.is-fixed .global-nav {
  border: none;
}
.md-head.is-fixed .global-nav__item a {
  color: #333;
}
.md-head.is-fixed .global-nav__item a .en {
  color: #059bb1;
}

.sm-head {
  display: none;
}
@media screen and (max-width: 767px) {
  .sm-head {
    display: block;
  }
}

/* ローディング */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.loading.is-hide {
  display: none;
}
.loading .loading__logo {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.loading .loading__logo img {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .loading .loading__logo img {
    width: 300px;
  }
}
.loading .loading__logo img.is-hide {
  animation: sdb 1s 0.2s forwards;
}
.loading img {
  width: 100%;
  height: 100vh;
}

@keyframes sdb {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* フッター */
.footer {
  background: linear-gradient(to right, #5ebb9b, #079cb1);
  padding: 55px 15px 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 45px 15px 20px;
  }
}

.footer__inner {
  max-width: 1340px;
  margin: 0 auto;
  color: #fff;
}

.footer__info-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer__info-list {
    margin-bottom: 30px;
  }
}
.footer__info-list li {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__info-list li {
    font-size: 1.5rem;
  }
}
.footer__info-list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer__info-list li + li {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .footer__info-list .fax {
    margin-top: 0;
  }
}
.footer__info-list li a {
  color: #fff !important;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
.footer__logo img {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 260px;
  }
}

.copyright {
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-family: "roman", serif;
}
@media screen and (max-width: 575px) {
  .copyright {
    text-align: left;
    font-size: 1.4rem;
  }
}

/* トップページ */
.main {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 80px;
  }
}

.concept {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 40px 0;
  }
}
.concept .sec-ttl .ja {
  line-height: 1.9;
}

.concept__txt {
  margin-top: 18px;
}

.strength {
  padding: 100px 0 220px;
}
@media screen and (max-width: 767px) {
  .strength {
    padding: 40px 0;
  }
}
.strength .sec-ttl {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .strength .sec-ttl {
    text-align: left;
  }
}
.strength .box-wrap {
  margin-top: 20px;
}
.strength .box-wrap > div {
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 767px) {
  .strength .box-wrap > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .strength .box-wrap div + div {
    margin-top: 20px;
  }
}
.strength .box-wrap.is-invasion > div {
  opacity: 1;
  transform: translateY(0);
}
.strength .box-wrap.is-invasion > div:nth-child(1) {
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.strength .box-wrap.is-invasion > div:nth-child(2) {
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.strength .box-wrap.is-invasion > div:nth-child(3) {
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}

.strength__box {
  color: #fff;
  padding: 90px 3vw 70px;
  min-height: 100%;
}
@media screen and (max-width: 991px) {
  .strength__box {
    padding: 50px 3vw 40px;
  }
}
@media screen and (max-width: 767px) {
  .strength__box {
    padding: 50px 6vw 40px;
  }
}
.strength__box.box1 {
  background: url(images/strength_1.jpg) no-repeat center;
  background-size: cover;
}
.strength__box.box2 {
  background: url(images/strength_2.jpg) no-repeat center;
  background-size: cover;
}
.strength__box.box3 {
  background: url(images/strength_3.jpg) no-repeat center;
  background-size: cover;
}
.strength__box h3 {
  text-align: center;
  font-size: 3.7rem;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .strength__box h3 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 991px) {
  .strength__box h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.company {
  padding: 100px 0 220px;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .company .sec-ttl {
    padding: 0 15px;
  }
}
.company .sec-img {
  background: url(images/top-company.jpg) no-repeat;
  background-size: cover;
}
.company .sec-container {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .company .sec-container {
    transform: translateY(0);
  }
}

.works {
  padding: 100px 0 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works {
    padding: 40px 0;
  }
}
.works .sec-img {
  background: url(images/works.jpg) no-repeat;
  background-size: cover;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .works .sec-img {
    margin-left: 15px;
  }
}
.works .sec-container {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .works .sec-container {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .works .sec-ttl {
    padding: 0 15px;
  }
}

.recruit {
  padding: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 40px 0;
  }
}
.recruit .sec-ttl {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .recruit .sec-ttl {
    margin-bottom: 5px;
  }
}

.recruit__txt {
  max-width: 600px;
  margin: 5px auto 50px;
}

.recruit__img {
  padding-left: 0;
  padding-right: 0;
}

.contact {
  max-width: 1050px;
  margin: 0 auto;
}
.contact .sec-ttl {
  text-align: center;
}

.contact__inner {
  display: block;
  background: url(images/contact.jpg) no-repeat center;
  background-size: cover;
  padding: 38px 8vw 78px;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 30px 3vw 50px;
  }
}

.contact__txt {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__txt {
    margin-bottom: 40px;
  }
}

.contact__info {
  border: 1px solid #707070;
  padding: 10px;
  max-width: 300px;
  text-align: center;
  white-space: nowrap;
}
.contact__info.mail {
  margin-left: auto;
}
.contact__info p {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-family: "roman", serif;
}
@media screen and (max-width: 767px) {
  .contact__info p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .contact__info p {
    font-size: 2.2rem;
  }
}
.contact__info span {
  color: #059bb1;
  font-size: 1.4rem;
  font-family: "roman", serif;
}
@media screen and (max-width: 767px) {
  .contact__info span {
    font-size: 1.3rem;
  }
}

#map {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
}

/* 会社概要ページ */
.idea {
  padding: 100px 0 110px;
}
@media screen and (max-width: 767px) {
  .idea {
    padding: 40px 0;
  }
}
.idea .sec-ttl {
  text-align: center;
}

.idea__ttl {
  text-align: center;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .idea__ttl {
    font-size: 2.8rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .idea__ttl {
    font-size: 2.2rem;
  }
}

.company-top-logo {
  text-align: center;
  margin-bottom: 165px;
}
@media screen and (max-width: 767px) {
  .company-top-logo {
    margin-bottom: 70px;
  }
}
.company-top-logo img {
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .company-top-logo img {
    max-width: 430px;
  }
}
@media screen and (max-width: 575px) {
  .company-top-logo img {
    max-width: 330px;
  }
}

.message {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 40px 0;
  }
}
.message .sec-ttl {
  text-align: center;
}

.message__txt {
  max-width: 600px;
  margin: 20px auto 38px;
}

.ceo {
  text-align: center;
}
.ceo span {
  margin-left: 26px;
}
.ceo span img {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .ceo span img {
    width: 180px;
  }
}

.outline {
  padding: 100px 0 90px;
}
@media screen and (max-width: 767px) {
  .outline {
    padding: 40px 0;
  }
}
.outline .sec-ttl {
  text-align: center;
}

.outline__table {
  max-width: 750px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .outline__table {
    margin: 40px auto 0;
  }
}
.outline__table table {
  width: 100%;
}
.outline__table table th,
.outline__table table td {
  border: 1px solid #6f6f6f;
  vertical-align: middle;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .outline__table table th,
  .outline__table table td {
    padding: 15px;
  }
}
.outline__table table th {
  width: 25%;
}
.outline__table table td {
  width: 75%;
}

.history {
  padding: 100px 0 260px;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 40px 0;
  }
}
.history .sec-ttl {
  text-align: center;
}

.history__list-pc {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .history__list-pc {
    display: none;
  }
}
.history__list-pc .block1,
.history__list-pc .block3 {
  position: relative;
  width: 100%;
}
.history__list-pc .block1 .history__txt {
  justify-content: flex-end;
}
.history__list-pc .block2 img {
  min-width: 330px;
  width: 330px;
}
@media screen and (max-width: 991px) {
  .history__list-pc .block2 img {
    min-width: 300px;
    width: 300px;
  }
}
.history__list-pc .block3 .history__txt {
  margin-left: -22px;
}

.history__list-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .history__list-sp {
    display: block;
    margin-top: 40px;
    padding-left: 12vw;
    overflow: hidden;
  }
}
.history__list-sp .history__txt {
  position: relative;
}
.history__list-sp .history__txt:before {
  content: "";
  width: 0;
  padding-top: 100%;
  border-left: 1px solid #059ab0;
  position: absolute;
  top: 0;
  left: -37px;
}
.history__list-sp .history__txt + .history__txt {
  margin-top: 40px;
}
.history__list-sp .history__txt:first-child:before {
  top: 12px;
}
.history__list-sp .history__txt dt {
  position: relative;
}
.history__list-sp .history__txt dt:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #059ab0;
  margin: 0 10px 0 0;
  position: absolute;
  top: 0.5em;
  left: -40px;
}

.history__txt {
  display: flex;
  font-size: 1.7rem;
  letter-spacing: 0.07em;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .history__txt {
    display: block;
    font-size: 1.6rem;
  }
}
.history__txt dt {
  min-width: 110px;
}
.history__txt.txt1 {
  top: 90px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt1 {
    top: 58px;
  }
}
.history__txt.txt2 {
  top: 273px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt2 {
    top: 225px;
  }
}
.history__txt.txt3 {
  top: 522px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt3 {
    top: 452px;
  }
}
.history__txt.txt4 {
  top: 5px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt4 {
    top: -20px;
  }
}
.history__txt.txt5 {
  top: 170px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt5 {
    top: 130px;
  }
}
.history__txt.txt6 {
  top: 399px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt6 {
    top: 338px;
  }
}
.history__txt.txt7 {
  top: 170px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt7 {
    top: 130px;
  }
}
.history__txt.txt8 {
  top: 399px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt8 {
    top: 338px;
  }
}
.history__txt.txt9 {
  top: 170px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt9 {
    top: 130px;
  }
}
.history__txt.txt10 {
  top: 399px;
}
@media screen and (max-width: 991px) {
  .history__txt.txt10 {
    top: 338px;
  }
}
/* 事業内容ページ */
.page-id-11 .sec-img {
  max-width: 51.5vw;
  height: 720px;
}
@media screen and (max-width: 767px) {
  .page-id-11 .sec-img {
    max-width: 100%;
    height: 250px;
  }
}
.page-id-11 .sec-container {
  max-width: 900px;
  padding: 60px 60px 60px 75px;
}
@media screen and (max-width: 991px) {
  .page-id-11 .sec-container {
    max-width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .page-id-11 .sec-container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.works-top {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .works-top {
    padding: 40px 0;
  }
}
.works-top .sec-ttl {
  text-align: center;
}
.works-top .sec-ttl .ja {
  margin-top: 15px;
}

.air {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .air {
    padding: 40px 0 0;
  }
}
.air .sec-img {
  background: url(images/air.jpg) no-repeat;
  background-size: cover;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .air .sec-img {
    margin-left: 15px;
  }
}
.air .sec-container {
  margin-left: auto;
  left: 0;
  bottom: 0;
}
.air .sec-container p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .air .sec-ttl {
    padding: 0 15px;
  }
}

.can {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .can {
    padding: 40px 0 0;
  }
}
.can .sec-img {
  background: url(images/can.jpg) no-repeat;
  background-size: cover;
}
.can .sec-container {
  margin-left: auto;
  right: 0;
  bottom: 0;
}
.can .sec-container p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .can .sec-ttl {
    padding: 0 15px;
  }
}

.ele {
  padding: 35px 0 50px;
}
@media screen and (max-width: 767px) {
  .ele {
    padding: 40px 0 0;
  }
}
.ele .sec-img {
  background: url(images/ele.jpg) no-repeat;
  background-size: cover;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ele .sec-img {
    margin-left: 15px;
  }
}
.ele .sec-container {
  left: 0;
  bottom: 0;
}
.ele .sec-container p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ele .sec-ttl {
    padding: 0 15px;
  }
}

.fac {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .fac {
    padding: 40px 0 0;
  }
}
.fac .sec-img {
  background: url(images/fac.jpg) no-repeat;
  background-size: cover;
}
.fac .sec-container {
  margin-left: auto;
  right: 0;
  bottom: 0;
}
.fac .sec-container p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fac .sec-ttl {
    padding: 0 15px;
  }
}

.cons {
  padding: 40px 0 110px;
}
@media screen and (max-width: 767px) {
  .cons {
    padding: 40px 0;
  }
}
.cons .sec-img {
  background: url(images/cons.jpg) no-repeat;
  background-size: cover;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cons .sec-img {
    margin-left: 15px;
  }
}
.cons .sec-container {
  left: 0;
  bottom: 0;
}
.cons .sec-container p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cons .sec-ttl {
    padding: 0 15px;
  }
}

.results {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .results {
    padding: 40px 0;
  }
}
.results .sec-ttl {
  text-align: center;
}

.results__list {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .results__list {
    margin-top: 35px;
    margin-bottom: 40px;
  }
}
.results__list li {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .results__list li {
    font-size: 1.6rem;
  }
}

.results__img {
  padding-left: 0;
  padding-right: 0;
}

/* コンタクトページ */
.contact-area {
  padding: 150px 0 90px;
}
@media screen and (max-width: 767px) {
  .contact-area {
    padding: 50px 0 80px;
  }
}

.contact-head,
.contact-body {
  background: #f4f4f4;
}

.contact-head {
  margin-bottom: 50px;
  padding: 45px 15px;
}
@media screen and (max-width: 767px) {
  .contact-head {
    margin-bottom: 40px;
    padding: 35px 10px;
  }
}
.contact-head p {
  text-align: center;
}

.notice {
  color: #f03437;
}

.contact-body {
  padding: 105px 15px;
}
@media screen and (max-width: 767px) {
  .contact-body {
    padding: 50px 10px;
  }
}

.form__list {
  max-width: 510px;
  margin: 0 auto;
}

.form__item + .form__item {
  margin-top: 13px;
}
.form__item dt {
  margin-bottom: 7px;
}
.form__item dd input[type="text"],
.form__item dd input[type="tel"],
.form__item dd input[type="email"],
.form__item dd select,
.form__item dd textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #059bb1;
  box-shadow: none;
  background: #fff;
}
.form__item dd input[type="text"],
.form__item dd input[type="tel"],
.form__item dd input[type="email"],
.form__item dd select {
  height: 30px;
}

label,
.submit {
  font-size: 1.7rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  label,
  .submit {
    font-size: 1.6rem;
  }
}

.checkbox {
  margin: 25px 0;
  text-align: center;
}

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

.submit {
  background: #059bb1;
  width: 190px;
  color: #fff;
  padding: 5px;
  transition: 0.3s;
  border: none;
}
.submit:hover {
  opacity: 0.7;
}

.page-id-13 .contact__inner {
  pointer-events: none;
}

.contact2 .contact__inner {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .contact2 .contact__inner {
    padding-top: 60px;
  }
}

.recruit__table {
  max-width: 750px;
  margin: 70px auto 0;
}

.recruit__table table th,
.recruit__table table td {
  padding: 22px;
}

@media screen and (max-width: 767px) {
  .recruit__table table th,
  .recruit__table table td {
    padding: 15px;
  }
}

span.wpcf7-list-item {
  margin: 0;
}

input.wpcf7-submit {
  height: 70px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  input.wpcf7-submit {
    height: 60px;
    font-size: 1.7rem;
  }
}

/* 沿革修正データ */
.history__list-md {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .history__list-md {
    display: none;
  }
}
.history__list-md .block {
  width: 650px;
}
.history__list-md .block1 {
  margin-top: 80px;
  padding-right: 150px;
}
.history__list-md .block1 .history__txt {
  justify-content: flex-end;
}
.history__list-md .block1 .history__txt:before {
  right: -151px;
}
.history__list-md .block1 .history__txt:after {
  right: -158px;
}
@media screen and (max-width: 991px) {
  .history__list-md .block1 .history__txt:after {
    top: 29px;
  }
}
.history__list-md .block1 .history__txt dd {
  position: relative;
}
.history__list-md .block1 .history__txt dd:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -155px;
  width: 140px;
  height: 1px;
  background: #059ab0;
}
@media screen and (max-width: 991px) {
  .history__list-md .block1 .history__txt dd:after {
    right: -151px;
  }
}
.history__list-md .block2 {
  padding-left: 150px;
}
.history__list-md .block2 .history__txt:before {
  left: -150px;
}
.history__list-md .block2 .history__txt:after {
  left: -157px;
}
.history__list-md .block2 .history__txt dt {
  position: relative;
}
.history__list-md .block2 .history__txt dt:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -155px;
  width: 140px;
  height: 1px;
  background: #059ab0;
}
@media screen and (max-width: 991px) {
  .history__list-md .block2 .history__txt dt:after {
    left: -151px;
  }
}
.history__list-md .history__txt {
  position: relative;
}
.history__list-md .history__txt:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #059ab0;
  position: absolute;
  top: 0.3em;
}
.history__list-md .history__txt + .history__txt {
  margin-top: 140px;
}
.history__list-md .history__txt:before {
  content: "";
  width: 0;
  padding-top: 100%;
  border-left: 1px solid #059ab0;
  position: absolute;
  top: 0;
}
.history__list-md .history__txt:first-child:before {
  top: 12px;
}

/* 取扱商品ページ */
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 30px 15px 50px;
  }
}

.f-imgs {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .f-imgs {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}

.sec-ttl2 .en {
  display: block;
  font-size: 1.8rem;
  color: #0b7f91;
  letter-spacing: 0.05em;
  font-family: "roman", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-ttl2 .en {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.sec-ttl2 .ja {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-ttl2 .ja {
    font-size: 2.2rem;
  }
}

.sec-ttl3 {
  font-size: 2.1rem;
  color: #10798d;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-ttl3 {
    font-size: 1.8rem;
  }
}
.sec-ttl3 + .sec-txt {
  margin-top: 15px;
}

.sec-txt {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-txt {
    font-size: 1.4rem;
  }
}

.global-nav__item {
  position: relative;
}
.global-nav__item:hover .dropdown {
  visibility: visible;
  opacity: 1;
}
.global-nav__item .dropdown {
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 100;
  transition: 0.4s ease;
  visibility: hidden;
  opacity: 0;
  width: 165px;
  padding-top: 20px;
}
.global-nav__item .dropdown ul {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 1px;
  padding: 20px 20px 20px 25px;
}
.global-nav__item .dropdown a {
  display: block;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5;
  position: relative;
}
.global-nav__item .dropdown a:after {
  content: "";
  background: url(images/products/arrow_right.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
}

.mobile-nav {
  overflow-y: scroll;
  padding: 15vh 0;
}

.mobile-nav__list {
  transform: translate(0, 0);
  position: static;
}

.mobile-nav.is-active .mobile-nav__item:nth-child(5) {
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.925s;
}

.mobile-nav__item > div {
  position: relative;
}
.mobile-nav__item > div > a {
  line-height: 1;
  color: #fff;
  transition: 0.4s ease;
  text-decoration: none;
  display: inline-block;
}
.mobile-nav__item > div > a .ja {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 5px;
}
.mobile-nav__item > div > a .en {
  font-size: 1.4rem;
  font-family: "roman", serif;
}
.mobile-nav__item > div .toggle-btn {
  position: absolute;
  background: url(images/products/plus.png) no-repeat;
  background-size: contain;
  top: 0;
  left: calc(50% + 65px);
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.mobile-nav__item > div .toggle-btn.open {
  background: url(images/products/minus.png) no-repeat;
  background-size: contain;
}
.mobile-nav__item > div .submenu {
  display: none;
}
.mobile-nav__item > div .submenu__item {
  padding-top: 10px;
}
.mobile-nav__item > div .submenu__item a {
  font-size: 1.6rem;
  color: #fff;
}

.page-id-64 .header.is-show {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
}
.page-id-64 .scroll-wrap.is-show {
  transition: 1s cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
}
.page-id-64 .main-visual {
  background: url(images/mv_5.png) no-repeat center;
  background-size: cover;
}
.page-id-64 .main-visual__catch > span.txt01 {
  transform: translateX(10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-64 .main-visual__catch > span.txt02 {
  transform: translateX(5px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 0.56s;
}
.page-id-64 .main-visual__catch > span.txt03 {
  transform: translateX(-5px);
  transition: 1.97s cubic-bezier(0.22, 0.61, 0.36, 1) 0.56s;
}
.page-id-64 .main-visual__catch > span.txt04 {
  transform: translateX(-10px);
  transition: 2.24s cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
}
.page-id-64 .main-visual__catch.is-show > span {
  opacity: 1;
  transform: translateX(0);
}
.page-id-64 main {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .page-id-64 main {
    padding-top: 140px;
  }
}

.products-nav {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .products-nav {
    padding-bottom: 20px;
  }
}
.products-nav ul {
  display: flex;
  justify-content: center;
}
.products-nav ul li {
  max-width: 320px;
  width: 100%;
  border-bottom: 1px solid #aeaeae;
}
.products-nav ul li a {
  display: block;
  padding-bottom: 7px;
  position: relative;
}
.products-nav ul li a:after {
  content: "";
  background: url(images/products/arrow_bottom.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
}
.products-nav ul li h4 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .products-nav ul li h4 {
    font-size: 1.8rem;
  }
}
.products-nav ul li p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .products-nav ul li p {
    font-size: 1.3rem;
  }
}

.products-top {
  padding: 100px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .products-top {
    padding: 90px 0 50px;
  }
}

.products-top__ttl {
  margin-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products-top__ttl {
    margin-bottom: 80px;
  }
}
.products-top__ttl:after {
  content: "Air-conditioning\a energy-saving material";
  position: absolute;
  bottom: -10px;
  left: 592px;
  font-size: 7rem;
  color: rgba(11, 127, 145, 0.1);
  font-family: "gungseo";
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-align: right;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .products-top__ttl:after {
    bottom: -55px;
    left: auto;
    right: 0px;
    font-size: 2.5rem;
  }
}
.products-top__ttl .top {
  display: block;
  font-size: 2.2rem;
  color: #38a4b7;
  letter-spacing: 0.07em;
  position: relative;
  margin-bottom: 18px;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .products-top__ttl .top {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
.products-top__ttl .top:before {
  content: "";
  background: url(images/products/products1@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .products-top__ttl .top:before {
    width: 26px;
    height: 26px;
  }
}
.products-top__ttl h2 {
  font-size: 8.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .products-top__ttl h2 {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .products-top__ttl h2 {
    font-size: 2.9rem;
    margin-bottom: 20px;
  }
}
.products-top__ttl .bottom {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  .products-top__ttl .bottom {
    font-size: 1.3rem;
  }
}
.products-top__ttl .bottom:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 30px;
  background-color: #5db0b7;
}

@media screen and (max-width: 767px) {
  .products-slider {
    margin-bottom: 50px;
  }
}

.products-top__content h3 {
  font-size: 2.1rem;
  color: #5db0b7;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .products-top__content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .products-top__content h3 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
.products-top__content p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .products-top__content p {
    font-size: 1.4rem;
  }
}

.installation-method {
  background-color: rgba(241, 239, 239, 0.4);
  padding: 80px 68px;
}
@media screen and (max-width: 1199px) {
  .installation-method {
    padding: 80px 5vw;
  }
}
@media screen and (max-width: 767px) {
  .installation-method {
    padding: 40px 5vw;
  }
}
.installation-method .sec-ttl2 {
  margin-bottom: 30px;
}
.installation-method h4 {
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .installation-method h4 {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.installation-method p {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .installation-method p {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

.installation-method__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 37px;
}
@media screen and (max-width: 1199px) {
  .installation-method__imgs {
    gap: 0 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .installation-method__imgs {
    display: none;
  }
}
.installation-method__imgs.is-invasion > div {
  opacity: 1;
  transform: translateY(0);
}
.installation-method__imgs > div {
  opacity: 0;
  transform: translateY(50px);
  position: relative;
}
.installation-method__imgs > div:nth-child(1) {
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.installation-method__imgs > div:nth-child(1):after {
  content: "01";
}
.installation-method__imgs > div:nth-child(2) {
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.installation-method__imgs > div:nth-child(2):after {
  content: "02";
}
.installation-method__imgs > div:nth-child(3) {
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.installation-method__imgs > div:nth-child(3):after {
  content: "03";
}
.installation-method__imgs > div:after {
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 5rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "gungseo";
}
@media screen and (max-width: 991px) {
  .installation-method__imgs > div:after {
    font-size: 4rem;
  }
}

.products-slider.slick-dotted.slick-slider {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .products-slider.slick-dotted.slick-slider {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.products-slider .slick-dots {
  top: -38px;
  right: 0;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .products-slider .slick-dots {
    top: auto;
    right: 10px;
    bottom: -30px;
  }
}

.installation-method-slider {
  display: none;
}
@media screen and (max-width: 767px) {
  .installation-method-slider {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .installation-method-slider .slick-slide {
    position: relative;
  }
  .installation-method-slider .slick-slide:after {
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 4.9rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "gungseo";
  }
  .installation-method-slider .slick-slide[data-slick-index="0"]:after {
    content: "01";
  }
  .installation-method-slider .slick-slide[data-slick-index="1"]:after {
    content: "02";
  }
  .installation-method-slider .slick-slide[data-slick-index="2"]:after {
    content: "03";
  }
  .installation-method-slider .slick-prev,
  .installation-method-slider .slick-next {
    width: 28px;
    height: 28px;
  }
  .installation-method-slider .slick-prev {
    left: -50px;
  }
  .installation-method-slider .slick-next {
    right: -50px;
  }
  .installation-method-slider .slick-prev:before,
  .installation-method-slider .slick-next:before {
    display: block;
    width: 28px;
    height: 28px;
    opacity: 1;
  }
  .installation-method-slider .slick-prev:before {
    content: "";
    background: url(images/products/botan1_sp@2x.png) no-repeat center;
    background-size: contain;
  }
  .installation-method-slider .slick-next:before {
    content: "";
    background: url(images/products/botan2_sp@2x.png) no-repeat center;
    background-size: contain;
  }
  .installation-method-slider .slick-dots {
    bottom: -30px;
  }
}

.products-slider .slick-dots li,
.installation-method-slider .slick-dots li {
  width: 10px;
  height: 15px;
}
.products-slider .slick-dots li button:before,
.installation-method-slider .slick-dots li button:before {
  content: "•";
  font-size: 5rem;
  line-height: 5px;
  left: -6px;
  width: 15px;
  height: 15px;
  color: #d0d0d0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .products-slider .slick-dots li button:before,
  .installation-method-slider .slick-dots li button:before {
    font-size: 4rem;
  }
}
.products-slider .slick-dots li.slick-active button:before,
.installation-method-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #5db0b7;
}

.strength {
  padding: 140px 0 80px;
}
@media screen and (max-width: 767px) {
  .strength {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .strength .sec-ttl2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .strength .sec-ttl2 {
    margin-bottom: 30px;
  }
}

.strength__list {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .strength__list {
    display: block;
    margin-bottom: 45px;
  }
}

.strength__item {
  width: 33.3%;
  padding: 0 10px 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strength__item {
    width: 100%;
    padding: 10px 0 45px;
  }
}
.strength__item:not(:last-child) {
  border-right: 0.5px solid #9d9d9d;
}
@media screen and (max-width: 767px) {
  .strength__item:not(:last-child) {
    border-right: none;
    border-bottom: 0.5px solid #9d9d9d;
  }
}
.strength__item:nth-child(1) .icon:before {
  background: url(images/products/icon1@2x.png) no-repeat center;
  background-size: contain;
  width: 57px;
  height: 66px;
}
@media screen and (max-width: 767px) {
  .strength__item:nth-child(1) .icon:before {
    width: 48px;
    height: 56px;
  }
}
.strength__item:nth-child(2) .icon:before {
  background: url(images/products/icon2@2x.png) no-repeat center;
  background-size: contain;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .strength__item:nth-child(2) .icon:before {
    width: 43px;
    height: 43px;
  }
}
.strength__item:nth-child(3) .icon:before {
  background: url(images/products/icon3@2x.png) no-repeat center;
  background-size: contain;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .strength__item:nth-child(3) .icon:before {
    width: 43px;
    height: 43px;
  }
}
.strength__item .icon {
  height: 110px;
  position: relative;
}
.strength__item .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.strength__item p {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .strength__item p {
    font-size: 1.4rem;
  }
}
.strength__item span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-top: 5px;
}

.power-consumption__block {
  margin-top: 35px;
  padding: 50px 100px;
  background-color: rgba(241, 239, 239, 0.4);
}
@media screen and (max-width: 1199px) {
  .power-consumption__block {
    padding: 50px 8vw;
  }
}
@media screen and (max-width: 767px) {
  .power-consumption__block {
    padding: 40px 5vw;
  }
}
.power-consumption__block .inner {
  margin-bottom: 22px;
  padding-bottom: 39px;
  background-image: linear-gradient(to right, #c7c7c7 6px, transparent 6px);
  background-size: 11px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.power-consumption__block dl {
  letter-spacing: 0.03em;
  display: flex;
}
@media screen and (max-width: 767px) {
  .power-consumption__block dl {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .power-consumption__block dl + dl {
    margin-top: 15px;
  }
}
.power-consumption__block dl dt {
  min-width: 57px;
  font-size: 1.3rem;
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .power-consumption__block dl dt {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 3px;
    margin-right: 0;
  }
}
.power-consumption__block dl dd {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .power-consumption__block dl dd {
    font-size: 1.1rem;
  }
}
.power-consumption__block dl dd + dd {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .power-consumption__block dl dd + dd {
    margin-left: 0;
  }
}
.power-consumption__block h4 {
  font-size: 1.5rem;
  color: #33a0b4;
  letter-spacing: 0.05em;
  text-align: center;
}
.power-consumption__block p {
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 22px;
}
.power-consumption__block .img01 {
  max-width: 285px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .power-consumption__block .img01 {
    margin: 0 auto 60px;
  }
}
.power-consumption__block .img02 {
  max-width: 286px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .power-consumption__block .img02 {
    margin: 0 auto;
    padding-left: 15px;
  }
}

.logic-evidence {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .logic-evidence {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .logic-evidence .sec-ttl2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .logic-evidence .sec-ttl2 {
    margin-bottom: 35px;
  }
}

.airflow-change__block {
  margin-top: 35px;
  margin-bottom: 70px;
  padding: 25px 30px 60px;
  background-color: rgba(241, 239, 239, 0.4);
  position: relative;
}
@media screen and (max-width: 767px) {
  .airflow-change__block {
    padding: 40px 5vw;
  }
}
.airflow-change__block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5px;
  height: 72%;
  background-color: #9d9d9d;
}
@media screen and (max-width: 767px) {
  .airflow-change__block:before {
    content: none;
  }
}
.airflow-change__block .img01 {
  max-width: 340px;
  height: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .airflow-change__block .img01 {
    height: auto;
    margin-bottom: 20px;
  }
}
.airflow-change__block .img02 {
  max-width: 300px;
  height: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .airflow-change__block .img02 {
    height: auto;
    border-top: 0.5px solid #9d9d9d;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 32px;
  }
}
.airflow-change__block p {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}

.jis__block {
  margin-top: 35px;
  padding: 55px 65px;
  background-color: rgba(241, 239, 239, 0.4);
}
@media screen and (max-width: 1199px) {
  .jis__block {
    padding: 55px 5vw;
  }
}
@media screen and (max-width: 767px) {
  .jis__block {
    padding: 40px 5vw 45px;
  }
}
.jis__block .img01 {
  max-width: 370px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .jis__block .img01 {
    margin: 0 auto;
  }
}
.jis__block p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .jis__block p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

.suction-temperature {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .suction-temperature {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .suction-temperature .sec-ttl2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .suction-temperature .sec-ttl2 {
    margin-bottom: 35px;
  }
}

.thermography__block {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .thermography__block {
    margin-bottom: 50px;
  }
}

.thermography__block {
  margin-top: 40px;
  padding: 55px 65px;
  background-color: rgba(241, 239, 239, 0.4);
}
@media screen and (max-width: 1199px) {
  .thermography__block {
    padding: 55px 5vw;
  }
}
@media screen and (max-width: 767px) {
  .thermography__block {
    margin-top: 20px;
    padding: 40px 5vw 45px;
  }
}
.thermography__block .img01 {
  max-width: 310px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .thermography__block .img01 {
    margin: 0 auto;
  }
}
.thermography__block p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .thermography__block p {
    font-size: 1.4rem;
  }
}
.thermography__block p + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .thermography__block p + p {
    margin-bottom: 20px;
  }
}

.iso__block {
  margin-top: 40px;
  padding: 55px 65px;
  background-color: rgba(241, 239, 239, 0.4);
}
@media screen and (max-width: 1199px) {
  .iso__block {
    padding: 55px 5vw;
  }
}
@media screen and (max-width: 767px) {
  .iso__block {
    margin-top: 20px;
    padding: 40px 5vw 45px;
  }
}
.iso__block .img01 {
  max-width: 330px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .iso__block .img01 {
    margin: 0 auto;
  }
}
.iso__block p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .iso__block p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.achievement {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .achievement {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .achievement .sec-ttl2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .achievement .sec-ttl2 {
    margin-bottom: 35px;
  }
}

.achievement__list ul li {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .achievement__list ul li {
    font-size: 1.5rem;
  }
}
.achievement__list ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 11px;
  height: 2px;
  background-color: #33a0b4;
}
@media screen and (max-width: 767px) {
  .achievement__list ul li:before {
    top: 9.5px;
  }
}
.achievement__list ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .achievement__list ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.achievement__list p {
  font-size: 1.6rem;
  color: #707070;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .achievement__list p {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.sdgs {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  .sdgs {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .sdgs .sec-ttl2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs .sec-ttl2 {
    margin-bottom: 35px;
  }
}

.sdgs__block {
  margin-top: 35px;
  padding: 55px 65px;
  background-color: rgba(241, 239, 239, 0.4);
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  .sdgs__block {
    padding: 55px 5vw;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__block {
    padding: 40px 5vw 45px;
  }
}
.sdgs__block h3 {
  font-size: 2.1rem;
  color: #33a0b4;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sdgs__block h3 {
    font-size: 1.7rem;
  }
}
.sdgs__block p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .sdgs__block p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.sdgs__block dl {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sdgs__block dl {
    font-size: 1.4rem;
  }
}
.sdgs__block dl + dl {
  margin-top: 15px;
}
.sdgs__block dl:nth-child(1) dt:before {
  background-color: #fdad2a;
}
.sdgs__block dl:nth-child(2) dt:before {
  background-color: #e8521c;
}
.sdgs__block dl dt {
  margin-bottom: 10px;
  padding-left: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sdgs__block dl dt {
    margin-bottom: 5px;
    padding-left: 12px;
  }
}
.sdgs__block dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .sdgs__block dl dt:before {
    width: 4px;
    height: 13px;
  }
}
.sdgs__block .img01 {
  max-width: 370px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sdgs__block .img01 {
    margin: 25px auto 30px;
  }
}
.sdgs__block .img02 {
  max-width: 345px;
  margin-left: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .sdgs__block .img02 {
    margin: 0 auto 10px;
  }
}
.sdgs__block .caption {
  font-size: 1rem;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sdgs__block .caption {
    text-align: center;
  }
}

.sdgs__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sdgs__list {
    max-width: 240px;
    margin: 40px auto 0;
  }
}
.sdgs__list h4 {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.sdgs__list ul {
  width: 122%;
  margin-left: 0;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .sdgs__list ul {
    width: 100%;
  }
}
.sdgs__list ul li {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .sdgs__list ul li {
    font-size: 1.4rem;
  }
}
.sdgs__list ul li:last-child {
  color: #707070;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .sdgs__list ul li:last-child {
    text-align: right;
  }
}
.sdgs__list ul li span {
  position: relative;
  display: inline-block;
  padding-left: 3px;
}
.sdgs__list ul li span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -15px;
  width: 8px;
  height: 1.5px;
  background-color: #33a0b4;
}
@media screen and (max-width: 767px) {
  .sdgs__list ul li span:before {
    top: 10px;
  }
}

/* 2025.4.14　事業内容ページ レイアウト変更 */
.cons {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .cons {
    padding: 40px 0 0;
  }
}

.air {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .air {
    padding: 40px 0 0;
  }
}

.ele {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .ele {
    padding: 40px 0 0;
  }
}

.can {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .can {
    padding: 40px 0 0;
  }
}

.fac {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .fac {
    padding: 40px 0;
  }
}

.air .sec-container {
  left: auto;
  right: 0;
}

.air .sec-img {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .air .sec-img {
    margin-left: 15px;
  }
}

.fac .sec-container {
  margin-left: 0;
  left: 0;
  right: auto;
}

.fac .sec-img {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .fac .sec-img {
    margin-left: 15px;
  }
}

/* 2025.7.20 改修 */
.message {
  padding: 100px 0 80px;
}

@media screen and (max-width: 767px) {
  .message {
    padding: 40px 0;
  }
}

.ceo_img {
  margin-top: 30px;
  text-align: center;
}

.ceo_img img {
  width: 600px;
}

.outline__imgs {
  max-width: 920px;
  margin: 140px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
}

@media screen and (max-width: 767px) {
  .outline__imgs {
    max-width: 250px;
    margin: 90px auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0;
  }
}

.sponsor {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 200px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .sponsor {
    margin: 0 auto 100px;
  }
}

.sponsor .inner {
  width: 100%;
  background-color: rgba(241, 239, 239, 0.39);
  padding: 110px 120px;
  display: flex;
  align-items: center;
  gap: 115px;
}

@media screen and (max-width: 1199px) {
  .sponsor .inner {
    padding: 110px 8vw;
    gap: 9vw;
  }
}

@media screen and (max-width: 767px) {
  .sponsor .inner {
    display: block;
    padding: 50px 35px;
  }
}

.sponsor .sec-ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sponsor .sec-ttl {
    margin-bottom: 20px;
  }
}

.sponsor .sec-ttl .ja {
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .sponsor .sec-ttl .ja {
    font-size: 2.5rem;
  }
}

.sponsor__img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sponsor__img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sponsor__content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sponsor__content {
    width: 100%;
    text-align: center;
  }
}

.relocation {
  padding: 120px 0 100px;
}

@media screen and (max-width: 767px) {
  .relocation {
    padding: 40px 0;
  }
}

.relocation .sec-img {
  background: url(images/relocation1.png) no-repeat;
  background-size: cover;
}

.relocation .sec-container {
  margin-left: auto;
  right: 0;
  bottom: 0;
}

.relocation .sec-container p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .relocation .sec-ttl {
    padding: 0 15px;
  }
}

.fac {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .fac {
    padding: 40px 0 0;
  }
}
