@charset "UTF-8";
/*
Theme Name: hifumi

*/
a {
  word-break: break-all;
}

body {
  font-size: 14px;
  line-height: 1.7;
  color: #2b2b2b;
  font-family: "Noto Sans JP", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Lato", sans-serif;
  font-family: "Marcellus SC", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: 'Reggae One', cursive; */
}

p {
  font-family: "Kaisei Tokumin", serif;
  font-family: "Shippori Mincho", serif;
  font-family: "Zen Antique", serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.alignleft {
  float: left;
  margin: 0px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0px 0px 15px 15px;
}

.aligncenter {
  display: block;
  margin: auto;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

li {
  list-style: none;
}

h2, h3 {
  clear: both;
}

.bold {
  font-weight: bold;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  caption-side: top;
}

/*********** パーツ*******************/
/*********** グーグルマップのIFLAME*******************/
.google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

/*********** ヘッダー*******************/
/*********** ナビゲーション*******************/
#navi {
  /* background: rgba(255,255,255,0.6); */
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#navi nav.navbar {
  padding: 0;
}
#navi button.navbar-toggler {
  outline: #fff;
  border-color: #fff;
}
#navi button.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#navi {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  #navi {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(19%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 170, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 19%, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(0, 170, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgb(255, 255, 255) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 19%, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(0, 170, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgb(255, 255, 255) 100%);
  }
}

#navmenu1 ul li {
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#navmenu1 ul li a {
  font-size: 1rem;
  color: #535353;
  font-weight: bold;
  position: relative;
}
#navmenu1 ul li.small {
  padding: 0px 15px;
}

#navmenu1 ul li {
  text-align: center;
}

#navmenu1 ul li a span {
  display: block;
  font-size: 0.6rem;
  text-align: center;
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
}

.dropdown {
  z-index: 2;
}

#navmenu1 .sub {
  left: 10%;
  top: 3em;
  background-color: #3cb371;
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
@media (min-width: 992px) {
  #navmenu1 .sub {
    position: absolute;
  }
}
#navmenu1 .sub li {
  padding: 0;
  text-align: center;
}

#navmenu1 .sub.active {
  min-height: 100%;
  height: auto;
}

#navmenu1 .sub > li > a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 10px;
}

#navmenu1 .sub > li > a:hover {
  background-color: #78ffb7;
  opacity: 1;
}

/*********** メインイメージ*******************/
#main {
  position: relative;
}
#main .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 700px;
  width: 100%;
  background: url(images/sp-1.jpg);
}
#main .swiper-wrapper .swiper-slide p {
  padding: 1rem 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #150045;
  font-size: 2rem;
}
#main .swiper-wrapper .swiper-slide p span {
  display: block;
  font-size: 0.7em;
}
#main .swiper-wrapper .swiper-slide.sp-2 {
  background: url(images/sp-2.jpg);
}
#main .swiper-wrapper .swiper-slide.sp-2 p {
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.5);
  color: #150045;
}
#main .swiper-wrapper .swiper-slide.sp-3 {
  background: url(images/sp-3.jpg);
}
#main .swiper-wrapper .swiper-slide.sp-3 p {
  background: rgba(255, 255, 255, 0.5);
  color: #150045;
}

/***********お知らせ*******************/
#messaage {
  position: relative;
}
#messaage:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
#messaage .message {
  position: absolute;
  color: #ffffff;
}
@media (min-width: 992px) {
  #messaage .message {
    left: 10%;
  }
}
#messaage .message.scroll-image {
  top: 0;
  opacity: 0;
}
#messaage .message.scroll-image.visible {
  opacity: 1;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  top: 5%;
}
@media (min-width: 992px) {
  #messaage .message.scroll-image.visible {
    top: 35%;
  }
}
#messaage video {
  width: 100%;
  max-width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  #messaage video {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

/***********お知らせ*******************/
.bg_info {
  position: relative;
  background: #ebebeb;
}

/*********** 見出し*******************/
#top .head-2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
#top .head-2 h2 {
  font-size: 2.5rem;
  font-family: "Libre Baskerville", serif;
}
#top .head-2 span {
  font-size: 0.4em;
  display: block;
}

/***********お知らせ*******************/
#info table.news {
  font-size: 16px;
  color: #474747;
}
#info table.news tr {
  border-bottom: 1px solid #cbcbcb;
}
#info table.news tr th {
  font-size: 16px;
}
#info table.news tr td span.category {
  display: inline-block;
  padding: 0.3em 0.5em;
  background-color: #150045;
  color: #fff;
  font-size: 0.7em;
}
#info table.news tr a {
  color: #414141;
}
#info a.btn-more {
  display: inline-block;
  position: relative;
  border: 2px solid rgb(255, 255, 255);
  padding: 0.5em 4em;
  font-size: 18px;
  background: transparent;
  color: #fff;
  position: relative;
  font-family: "Libre Baskerville", serif;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: #150045;
}
#info a.btn-more:hover {
  background: #3e2085;
  border: 2px solid #150045;
  text-decoration: none;
}

#top #info .head-2 h2 {
  color: #323232;
  font-family: "Lato", sans-serif;
  font-family: "Libre Baskerville", serif;
}

/**************サービスエリア***********************/
#service {
  overflow: hidden;
}
#service .text-box {
  text-align: left;
  padding-top: 30%;
  padding-left: 2rem;
  padding-right: 2rem;
}
#service .text-box h3 {
  text-align: center;
}
#service #service1 {
  background: url(images/service1.jpg) no-repeat center/100%;
  position: relative;
  z-index: 1;
}
#service #service2 {
  background: url(images/service2.jpg) no-repeat center/100%;
  position: relative;
  z-index: 1;
}
#service #service3 {
  background: url(images/service3.jpg) no-repeat center/100%;
  position: relative;
  z-index: 1;
}
#service #service4 {
  background: url(images/service4.jpg) no-repeat center/100%;
  position: relative;
  z-index: 1;
}
#service #service1:before, #service #service2:before, #service #service3:before, #service #service4:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 60, 146, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
#service #service1, #service #service2, #service #service3, #service #service4 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#service #service1:hover, #service #service2:hover, #service #service3:hover, #service #service4:hover {
  background-size: 120%;
}
#service a.btn-more.bk {
  display: inline-block;
  position: relative;
  border: 2px solid rgb(255, 255, 255);
  padding: 0.5em 4em;
  font-size: 18px;
  background: transparent;
  color: #fff;
  position: relative;
  font-family: "Libre Baskerville", serif;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#service a.btn-more.bk:hover {
  background: #150045;
  border: 2px solid #150045;
  text-decoration: none;
}
#service a.btn-more.bk:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 10px 10px;
  border-color: transparent transparent #0265cf transparent;
  bottom: 2px;
  right: 2px;
}
#service .scroll-image {
  opacity: 0;
  position: relative;
  right: 100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#service .scroll-image.visible {
  opacity: 1;
  right: 0;
}
#service .reverse .scroll-image {
  right: -100%;
}
#service .scroll-image.left {
  opacity: 0;
  position: relative;
  right: auto;
  left: 100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#service .scroll-image.left.visible {
  opacity: 1;
  right: 0;
  left: 0;
}

/**************recruit***********************/
#recruit {
  padding: 200px 0px;
}
#recruit .row {
  padding-top: 1.5rem;
  background-color: #cbf3ff;
}
#recruit a.btn-more {
  display: inline-block;
  position: relative;
  border: 2px solid rgb(255, 255, 255);
  padding: 0.5em 4em;
  font-size: 18px;
  background: transparent;
  color: #fff;
  position: relative;
  font-family: "Libre Baskerville", serif;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: #150045;
}
#recruit a.btn-more:hover {
  background: #3e2085;
  border: 2px solid #150045;
  text-decoration: none;
}
#recruit .text-box {
  padding-left: 100px;
}
#recruit .img-wrap {
  position: relative;
}
#recruit .img-wrap img.img-left {
  position: absolute;
  right: 0;
  top: -90px;
}

/**************問合せエリア***********************/
#contact {
  padding: 4rem 0;
  background: url(images/bg_contact.png) no-repeat center/cover fixed;
}
#contact p {
  color: #fff;
}

/**************footer************************/
#footer {
  background: rgb(255, 255, 255);
}
#footer .foot_navi ul {
  padding-left: 0;
  padding-right: 0;
}
#footer .foot_navi ul li {
  font-weight: normal;
  font-size: 14px;
}
#footer .foot_navi ul li.midashi {
  font-size: 1rem;
  font-weight: bold;
}
#footer .foot_navi ul li a {
  display: block;
  margin: 5px;
  padding-left: 7px;
  text-decoration: none;
  color: rgb(83, 83, 83);
  position: relative;
}
#footer .foot_navi ul li a:before {
  position: absolute;
  left: -5px;
  content: "";
  width: 15px;
  height: 15px;
  top: 7px;
}
#footer .copyright {
  background-color: rgb(232, 232, 232);
  padding: 0.4rem 0;
}

#headerbg {
  background: url(images/header_zeh2.jpg) no-repeat center/cover;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
#headerbg.energy {
  background: url(images/header_energy.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #headerbg.energy {
    background: url(images/header_energy.jpg) no-repeat center/cover;
  }
}
#headerbg.recruit {
  background: url(images/header_recruit.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #headerbg.recruit {
    background: url(images/header_recruit.jpg) no-repeat center/cover;
  }
}
#headerbg.industrial {
  background: url(images/header_industrial.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #headerbg.industrial {
    background: url(images/header_industrial.jpg) no-repeat center/cover;
  }
}
#headerbg.used {
  background: url(images/header_used.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #headerbg.used {
    background: url(images/header_used.jpg) no-repeat center/cover;
  }
}
#headerbg.zeh {
  background: url(images/header_zeh2.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #headerbg.zeh {
    background: url(images/header_zeh2.jpg) no-repeat center/cover;
  }
}
#headerbg.contact {
  background: url(images/header_contact.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #headerbg.contact {
    background: url(images/header_contact.jpg) no-repeat center/cover;
  }
}
#headerbg.recruit {
  background: url(images/header_recruit.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #headerbg.recruit {
    background: url(images/header_recruit.jpg) no-repeat center/cover;
  }
}
#headerbg.company {
  background: url(images/header_company.jpg) no-repeat center/cover;
}
@media (min-width: 992px) {
  #headerbg.company {
    background: url(images/header_company.jpg) no-repeat center/cover;
  }
}
#headerbg .title {
  padding: 0.5rem 2rem;
  z-index: 3;
}
#headerbg .title h1 {
  font-weight: bold;
  font-size: 6.5vw;
  color: #fff;
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem;
  top: 40px;
}
@media (min-width: 992px) {
  #headerbg .title h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  #headerbg .title h1 {
    top: auto;
  }
}
#headerbg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(1, 1, 1, 0.4862745098);
  z-index: 2;
}

.kasou .heading {
  text-align: center;
}
.kasou .heading h2 {
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  color: #3cb371;
  line-height: 40px;
  padding-bottom: 5px;
  border-bottom: solid 4px #3cb371;
  margin: 60px 0px 30px;
}
@media (min-width: 992px) {
  .kasou .heading h2 {
    font-size: 2rem;
  }
}
.kasou h3 {
  font-size: 1.2rem;
  border-bottom: solid 2px #949494;
  color: #474747;
  padding: 0.4rem 0 0.4rem 1.5em;
  margin-bottom: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 992px) {
  .kasou h3 {
    font-size: 1.5rem;
  }
}
.kasou h3::before {
  content: "";
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #3cb371;
  position: absolute;
  left: 0.1em;
  top: 0.75em;
}
.kasou .head-3 {
  text-align: center;
}
.kasou .head-3 h3 {
  display: inline-block;
  border-bottom: dotted 4px #3cb371;
  color: #3cb371;
  padding: 0.4rem 0.8rem 0.4rem;
  background-color: #fffced;
}
.kasou .head-3 h3:before {
  content: none;
}

/*************numarea****************/
.numArea h3 {
  padding: 0.5em 0 0.5em 1.7em;
  position: relative;
  color: #1b1b1b;
}
.numArea h3 span.number {
  position: absolute;
  background: #3cb371;
  border-radius: 50%;
  font-size: 1.1em;
  color: #fff;
  border: #3cb371 1px solid;
  display: inline-block;
  padding: 0 0.3em;
  font-family: "Libre Baskerville", serif;
  left: 0em;
  top: 0.4em;
}
.numArea h5 {
  padding: 0.5em 0 0.5em 1.5em;
  position: relative;
  color: #0087c6;
}
.numArea h5:before {
  content: "";
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #0087c6;
}

.bg-cream {
  background-color: rgb(251, 255, 231);
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.numArea .point {
  border: 2px solid #cbcbcb;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px rgba(0, 0, 0, 0.3);
}

.numArea .point li {
  border-right: 1px solid rgb(220, 220, 220);
  border-bottom: 1px solid rgb(220, 220, 220);
}

span.maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff66));
  background: -webkit-linear-gradient(transparent 40%, #ffff66 40%);
  background: linear-gradient(transparent 40%, #ffff66 40%);
}

p.lead {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: center;
}
@media (min-width: 992px) {
  p.lead {
    font-size: 2rem;
  }
}

/*********** 未来を照らす、産業用太陽光発電のエネルギー革命！*******************/
.bg-sangyou {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: url(images/bg-sangyou.png) no-repeat center/60%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-orange {
  background-color: #f28e0c;
}

.fukidashi {
  border-radius: 15px;
  position: relative;
}
.fukidashi p {
  font-size: 2rem;
  font-weight: bold;
}

.fukidashi:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f28e0c;
  right: -10px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .fukidashi:before {
    top: auto;
    bottom: -5px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 50%;
  }
}
/*********** flow　流れ*******************/
#flow ul li .inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#flow ul li .inner:before {
  content: "";
  background-color: rgba(4, 4, 4, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
#flow ul li .inner .skew {
  position: absolute;
  color: #fff;
  background-color: #3cb371;
  padding: 10px 20px 10px 30px;
  -webkit-transform: skew(-15deg, 0deg);
          transform: skew(-15deg, 0deg);
  left: -10px;
  z-index: 3;
}

#flow ul li .inner:hover:before {
  background-color: rgba(4, 4, 4, 0.7);
}

#flow h5 span.number {
  font-family: "Anton", sans-serif;
  padding-right: 5px;
}

/***********よくある質問****************/
#faq dl dt {
  background-color: #3cb371;
  color: #fff;
  padding: 0.7rem 2.8rem 0.7rem 2rem;
  font-size: 1.3rem;
  position: relative;
  font-weight: bold;
  border: 1px solid #3cb371;
}
@media (min-width: 992px) {
  #faq dl dt {
    padding: 0.7rem 0.5rem 0.7rem 5rem;
    font-size: 1.5rem;
  }
}
#faq dl dt:before {
  content: "Q";
  position: absolute;
  top: 11px;
  left: 0.5rem;
}
@media (min-width: 992px) {
  #faq dl dt:before {
    top: 11px;
    left: 3.5rem;
  }
}
#faq dl dt span.aicon {
  position: absolute;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  right: 10px;
  top: 14px;
}
#faq dl dt span.aicon:before {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #3cb371;
  top: 48%;
  left: calc(25px - 50%);
}
#faq dl dt span.aicon:after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #3cb371;
  top: 48%;
  left: calc(25px - 50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq dl dd {
  display: none;
  -webkit-box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
          box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
  padding: 0.7rem 2.8rem 0.7rem 2rem;
  font-size: 30px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 992px) {
  #faq dl dd {
    padding: 0.7rem 0.5rem 0.7rem 5rem;
    font-size: 30px;
  }
}
#faq dl dd:before {
  content: "A";
  position: absolute;
  top: 5px;
  left: 0.5rem;
}
@media (min-width: 992px) {
  #faq dl dd:before {
    top: 0px;
    left: 3.5rem;
  }
}
#faq dl dd.on {
  display: block;
}
#faq dl dd p {
  margin-bottom: 0;
}

#faq dt.on span.aicon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

ul.numbox {
  margin-bottom: 1.5rem;
}
ul.numbox li .inner {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  height: 100%;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
ul.numbox li .inner h4 {
  padding: 0.5rem 0.2rem 0;
  text-align: center;
  font-weight: bold;
}
ul.numbox li .inner h4.small {
  font-size: 1.3rem;
}
ul.numbox li .inner h4.orange {
  color: #F39C12;
}
ul.numbox li .inner h4.blue {
  color: #3498DB;
}
ul.numbox li .inner h4.green {
  color: #1ABC9C;
}
ul.numbox li .inner h4.red {
  color: #E74C3C;
}
ul.numbox li .inner h4.purple {
  color: #9B59B6;
}
ul.numbox li .inner h4.darkred {
  color: #C0392B;
}
ul.numbox li .inner h4.navy {
  color: #34495E;
}
ul.numbox li .inner h4.rightgreen {
  color: #2ECC71;
}
ul.numbox li .inner h4 span {
  font-family: "Anton", sans-serif;
  padding-right: 5px;
}
ul.numbox li .inner .body {
  padding: 0.2rem 0.5rem 0.5rem;
}

#merit, #sasuna, #flowttl, #case, #carbon, #credit, #guarantee, #case, #flow {
  padding-top: 100px; /* ヘッダーの高さと同じ */
  margin-top: -100px; /* ヘッダーの高さと同じ値の負のマージン */
}

.pointArea .heading .pointbox {
  text-align: center;
}
.pointArea .heading .pointbox p {
  display: inline-block;
  background-color: #1ABC9C;
  border-radius: 30px;
  padding: 0.2rem 0.8rem;
  color: #fff;
  font-family: "Anton", sans-serif;
  margin-bottom: 1rem;
}
.pointArea .heading h3 {
  border: none !important;
  color: #3cb371;
  padding: 0 !important;
  margin-bottom: 1rem !important;
  text-align: center !important;
}
.pointArea .heading h3:before {
  content: none !important;
}

.kasou .flow_box .box {
  margin-bottom: 1rem;
}
.kasou .flow_box .box span.num {
  display: inline-block;
  background-color: #3cb371;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  height: 100px;
  width: 100px;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.kasou .flow_box .box span.num.end:after {
  content: none;
}
.kasou .flow_box .box span.num:after {
  content: "";
  height: 50px;
  width: 2px;
  border-right: 4px dotted #3cb371;
  position: absolute;
  bottom: -73px;
  left: 49%;
}
.kasou .flow_box .box .content {
  background-color: #f1f1f1;
  padding: 1rem 1rem;
  border-radius: 20px;
}
.kasou .flow_box .box .content h3 {
  padding: 0;
  border: none;
}
.kasou .flow_box .box .content h3:before {
  content: none;
}
.kasou .flow_box .box .content p {
  margin-bottom: 0.5rem;
}

#contact h2 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  #contact h2 {
    font-size: 2rem;
  }
}

.wrap {
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

h3.title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: left;
  padding-left: 5px;
}
h3.title:before {
  content: none;
}

.img {
  margin-bottom: 4rem;
}
.img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.pr_box {
  position: relative;
  margin-top: 20px;
  border: 2px solid #3cb371;
  border-radius: 8px;
  padding: 20px;
  background-color: #fdffe2;
  margin-bottom: 1.5rem;
}
.pr_box span {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 10px;
  background-color: #3cb371;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  font-size: 1.2em;
  font-weight: bold;
}
.pr_box span i {
  margin-right: 1px;
}
.pr_box .pr p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.table.block {
  width: 100%;
  font-size: 1rem;
  border-collapse: collapse;
}
.table.block th {
  background-color: #3cb371;
  color: #ffffff;
  padding: 10px;
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 2px solid #3cb371;
}
.table.block th i {
  margin-right: 5px;
}
.table.block td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.table.block .block th {
  width: 30%;
  border-bottom: 1px solid #fff;
}/*# sourceMappingURL=style.css.map */