@charset "shift_jis";

/* デフォルト打ち消し用 */
div#header_breadcrumbs {
  width: 950px;
  max-width: 100%;
  box-sizing: border-box;
}
div#title_area {
  width: 950px;
  max-width: 100%;
}
#contents_wrap {
  width: 950px;
  max-width: 100%;
}
#contents_wrap #main_area {
  width: 725px;
  max-width: calc(100% - 230px);
}
#main .container {
  padding:0;
  margin: 0 auto;
}
@media screen and (min-width:768px){
  #main .container {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media screen and (max-width:767px){
  #contents_wrap #main_area {
    width: 100%;
    max-width: 100%;
  }
  div#title_area {
    padding-left: 10px;
    box-sizing: border-box;
  }
}

/* .sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
} */

/* ------------------------
  eco solution top-page
------------------------- */
img {
  max-width: 100%;
  width: 100%;
}
/* hero
-------------------------*/
.hero {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 50px;
  height: auto;
  line-height: 0;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.hero__inner {
  position: relative;
}
.hero__read {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.hero__read h2 {
  margin: 40px auto;
  text-align: center;
  min-height: 45%;
  width: auto;
}
.hero__read-copy {
  display: inline-block;
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
.hero__read-copy span {
  display: inline-block;
  position: relative;
}
.hero__read-copy span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  left: calc(50% - 4px);
}
.hero__links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43%;
}
.hero__links__item {
  position: absolute;
}
.hero__links__item.item-03,
.hero__links__item.item-05 {
  width: 71px;
}
.hero__links__item.item-01,
.hero__links__item.item-02,
.hero__links__item.item-04 {
  width: 136px;
}
.hero__links__item.item-01 {
  top: 0;
  left: 3%;
}
.hero__links__item.item-02 {
  bottom: 20%;
  left: 21%;
}
.hero__links__item.item-03 {
  left: 48.5%;
  top: 31%;
}
.hero__links__item.item-04 {
  right: 19%;
  top: 37%;
}
.hero__links__item.item-05 {
  top: 0;
  right: 6%;
}
.hero__links__item .hover-area {
  display: block;
  width: 100%;
  position: relative;
  transition: all .2s ease-out;
  transform-origin: center bottom;
  cursor: pointer;
}
.hero__links__item.item-01 .hover-area {
  animation: bounce 4s linear .4s infinite;
}
.hero__links__item.item-02 .hover-area {
  animation: bounce 4.5s linear 0s infinite;
}
.hero__links__item.item-03 .hover-area {
  animation: bounce 4.2s linear 1.2s infinite;
}
.hero__links__item.item-04 .hover-area {
  animation: bounce 3.7s linear 1s infinite;
}
.hero__links__item.item-05 .hover-area {
  animation: bounce 4.7s linear .8s infinite;
}

.hero__links__item .back ,
.hero__links__item .front {
  transition: all .3s ease-out;
  backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.hero__links__item .front {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.hero__links__item .back {
  width: 100%;
  opacity:0;
}

/* only pc */
@media screen and (min-width:768px){
  .hero__links__item .hover-area:hover {
    animation-play-state: paused;
  }
  .hero__links__item .hover-area:hover .front {
    opacity: 0;
  }
  .hero__links__item .hover-area:hover .back {
    opacity: 1;
  }
  .hero__links__item .hover-area:hover .back,
  .hero__links__item .hover-area:hover .front {
    transform: scale(1.2);
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
  }
  .hero__links__detail {
    display: none;
  }
}

.hero__primary-link {
  display: flex;
  width: 78%;
  max-width: 0 auto;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
}
.hero__primary-link__item {
  width: 30%;
  height: 100%;
}
.hero__primary-link__item a {
  display: flex;
  height: 100%;
  color: #fff;
  border-radius: 15px;
  flex-wrap: wrap;
  padding: 20px 15px 15px 15px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: opacity .3s ease;
}
.hero__primary-link__item a:hover {
  opacity: .8;
}
.hero__primary-link__item a:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 15px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
}
.hero__primary-link__item a:after {
  content: "";
  position: absolute;
  top: 41px;
  left: 20px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
}
.hero__primary-link__item.color-01 a {
  background: #2CA87D;
}
.hero__primary-link__item.color-01 a:after {
  border-top-color: #2CA87D;
  border-right-color: #2CA87D;
}
.hero__primary-link__item.color-02 a {
  background: #5E81CE;
}
.hero__primary-link__item.color-02 a:after {
  border-top-color: #5E81CE;
  border-right-color: #5E81CE;
}
.hero__primary-link__item.color-03 a {
  background: #CE5880;
}
.hero__primary-link__item.color-03 a:after {
  border-top-color: #CE5880;
  border-right-color: #CE5880;
}
.hero__primary-link__item .link-copy {
  font-size: 18px;
  font-weight: bold;
  padding-left: 28px;
  width: calc(100% - 28%);
  box-sizing: border-box;
  line-height: 1.4;
}
.hero__primary-link__item .img {
  width: 28%;
}
.hero__primary-link__item .text {
  width: 100%;
  font-size: 12px;
  padding-top: 10px;
  margin-top: 15px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #fff;
  line-height: 1.2;
}


/* main
-------------------------*/
.es-main {
  width: 100%;
}
.es-main h3 {
  width: 100%;
  font-size: 33px;
  color: #323232;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 45px;
  line-height:1.5em;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.es-main__img {
  width: 100%;
}
.es-main__img figcaption {
  display: block;
  text-align: center;
}
.es-main__img img {
  margin: 0 auto;
}
.es-main__img .img {
  width: 100%;
}
.es-main__text {

}
.es-main__text .title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #323232;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.es-main__text .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.es-main__text .notes {
  font-size: 12px;
  line-height: 1.6;
}
.es-main__text .notes span {
  display: inline-block;
}
.es-main__text .notes span:nth-child(2n) {
  padding-left: 2em;
}
.es-main__kw {
  width: 100%;
  padding: 60px 0 30px;
}
.es-main__kw .title {
  text-align: center;
  position: relative;
  font-size: 24px;
  color: #323232;
  font-weight: 600;
  margin: 0 auto 45px;
  z-index: 2;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.es-main__kw .title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
}
.es-main__kw .title:after {
  content: "";
  position: relative;
  width: 7em;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 3.5em);
  z-index: -1;
}
.kw-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.kw-list__item {
  width: 30%;
}
.kw-list__item .img {
  display: block;
  width: 125px;
  max-width: 100%;
  margin: 0 auto 25px;
}
.kw-list__item .name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 0 1em;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.kw-list__item .text {
  font-size: 14px;
  line-height: 1.8;
}
.is--pc {
  display: block;
}
.is--sp {
  display: none;
}


/* ~ 949 */
@media screen and (max-width:949px){
  .hero__read {
    top: 2.9vw;
  }
  .hero__read h2 {
    margin: 4.2vw auto;
    min-height: 40%;
  }
  .hero__read-copy {
    font-size: 4.3vw;
    line-height: 1.4;
  }
  .hero__links {
    height: 43%;
  }
  .hero__links__item {
    position: absolute;
  }
  .hero__links__item.item-03,
  .hero__links__item.item-05 {
    width: 71px;
  }
  .hero__links__item.item-01,
  .hero__links__item.item-02,
  .hero__links__item.item-04 {
    width: 136px;
  }
  .hero__primary-link {
    width: 82%;
    top: 23vw;
  }
  .hero__primary-link__item .hover-area {
    padding: 2.2vw 1.4vw 1.4vw 1.4vw;
  }
  .hero__primary-link__item .hover-area:before {
    top: 3.8vw;
    left: 1.6vw;
    width: 1.7vw;
    height: 1.7vw;
  }
  .hero__primary-link__item .hover-area:after {
    top: 4.4vw;
    left: 2vw;
    width: .4vw;
    height: .4vw;
  }
  .hero__primary-link__item .link-copy {
    font-size: 1.9vw;
    padding-left: 2.9vw;
    width: calc(100% - 30%);
  }
  .hero__primary-link__item .img {
    width: 30%;
  }
  .hero__primary-link__item .text {
    font-size: 1.3vw;
    padding-top: 1vw;
    margin-top: 1.1vw;
  }
}

/* ~ 767 */
@media screen and (max-width:767px){

  /* hero
  -------------------------*/
  /* .hero {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 50px;
    height: auto;
    line-height: 0;
  }
  .hero__inner {
    position: relative;
  } */
  .hero__read {
    left: 50%;
    top: 2.5vw;
  }
  .hero__read h2 {
    margin: 7.6vw auto;
    text-align: center;
    min-height: initial;
    width: auto;
  }
  .hero__read-copy {
    font-size: 9.4vw;
    line-height: 1.8;
  }
  .hero__read-copy span {
    padding-top: 2vw;
  }
  .hero__read-copy span:before {
    top: 1.5vw;
    content: "";
    width: 1.8vw;
    height: 1.8vw;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - .9vw);
  }
  .hero__links {
    height: 56vw;
    bottom: 22vw;
  }
  .hero__links__item {
    position: absolute;
  }
  .hero__links__item.item-03,
  .hero__links__item.item-05 {
    width: 16vw;
  }
  .hero__links__item.item-01,
  .hero__links__item.item-02,
  .hero__links__item.item-04 {
    width: 31vw;
  }
  .hero__links__item.item-01 {
    top: 9%;
    left: 7.5%;
  }
  .hero__links__item.item-02 {
    bottom: 6%;
    left: 4%;
  }
  .hero__links__item.item-03 {
    left: 45.5%;
    top: 44%;
  }
  .hero__links__item.item-04 {
    right: 2%;
    top: 35%;
  }
  .hero__links__item.item-05 {
    top: 7%;
    right: 30.5%;
  }
  .hero__links__item .hover-area {
    display: block;
    width: 100%;
    position: relative;
    transition: all .2s ease-out;
    transform-origin: center bottom;
  }
  .hero__links__item.item-01 .hover-area {
    animation: bounce_sp 4s linear .4s infinite;
  }
  .hero__links__item.item-02 .hover-area {
    animation: bounce_sp 4.5s linear 0s infinite;
  }
  .hero__links__item.item-03 .hover-area {
    animation: bounce_sp 4.2s linear 1.2s infinite;
  }
  .hero__links__item.item-04 .hover-area {
    animation: bounce_sp 3.7s linear 1s infinite;
  }
  .hero__links__item.item-05 .hover-area {
    animation: bounce_sp 4.7s linear .8s infinite;
  }
  .hero__links__item .front {
    width: 100%;
    position: relative;
  }
  .hero__links__detail {
    position: absolute;
    bottom: 3vw;
    left: 0;
    width: 100%;
    height: 20vw;
    box-sizing: border-box;
    padding: 3vw 5vw;
    line-height: 1;
    letter-spacing: .1em;
  }
  .hero__links__detail .default {
    background: rgba(255,255,255, .9);
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.4vw;
    color: #959595;
    font-weight: 600;
    box-shadow:0px 0px 9px 0px rgba(0,0,0,.1);
  }
  .hero__links__detail .default img {
    width: 20px;
    margin-bottom: 6px;
    margin-right: 10px;
    animation: flash 2s linear infinite;
  }
  @keyframes flash {
    0%,100% {
      opacity: 1;
    }

    50% {
      opacity: 0.3;
    }
  }
  .hero__links__detail .default.is--hide {
    opacity: 0;
  }
  .hero__detail-list {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 3vw 5vw;
    top: 0;
    left: 0;
  }
  .hero__detail-list__item {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow:0px 0px 9px 0px rgba(0,0,0,.1);
  }
  .hero__detail-list__link {
    width: 100%;
    height: 100%;
    font-size: 4.6vw;
    font-weight: 600;
    padding-left: 1em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .hero__detail-list__link span {
    padding-right: 6vw;
    position: relative;
  }
  .hero__detail-list__link span:before {
    display: inline-flex;
    content: "";
    width: 2.4vw;
    height: 2.4vw;
    transform: rotate(45deg);
    border-top-width: 3px;
    border-right-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    position: absolute;
    top: calc(50% - 1.2vw);
    left: -4.2vw;
  }
  .hero__detail-list__link.type-01 {
    color: #85CBBF;
  }
  .hero__detail-list__link.type-02 {
    color: #649DE7;
  }
  .hero__primary-link {
    flex-wrap: wrap;
    width: 78%;
    top: 74vw;
  }
  .hero__primary-link__item {
    width: 100%;
    height: auto;
    margin-bottom: 7vw;
  }
  .hero__primary-link__item a {
    display: flex;
    height: 100%;
    color: #fff;
    border-radius: 15px;
    flex-wrap: wrap;
    padding: 5vw 4.8vw 4.2vw 4.8vw;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    transition: opacity .3s ease;
  }
  .hero__primary-link__item a:hover {
    opacity: .8;
  }
  .hero__primary-link__item a:before {
    content: "";
    position: absolute;
    top: 10vw;
    left: 5vw;
    width: 6vw;
    height: 6vw;
    background: #fff;
    border-radius: 50%;
  }
  .hero__primary-link__item a:after {
    content: "";
    position: absolute;
    top: 12vw;
    left: 6.7vw;
    width: 2vw;
    height: 2vw;
    border-top-width: .6vw;
    border-right-width: .6vw;
  }
  .hero__primary-link__item .link-copy {
    font-size: 6.2vw;
    padding-left: 10vw;
    width: calc(100% - 30%);
    box-sizing: border-box;
    line-height: 1.4;
  }
  .hero__primary-link__item .img {
    width: 29%;
  }
  .hero__primary-link__item .text {
    width: 100%;
    font-size: 4.2vw;
    padding-top: 3.2vw;
    margin-top: 2vw;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    border-top: .3vw solid #fff;
    line-height: 1.2;
  }

  /* main
  -------------------------*/
  .es-main {
    max-width: 92%;
    margin: 0 auto;
  }
  .es-main h3 {
    font-size: 4.8vw;
    margin: 0 auto 1.5em;
  }
  .es-main__img {
    width: 100%;
  }
  .es-main__img figcaption {
    max-width: 65%;
    margin: 0 auto;
  }
  .es-main__img img {
    margin: 0 auto;
  }
  .es-main__img .img {
    width: 100%;
  }
  .es-main__text {

  }
  .es-main__text .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .es-main__text .text {
    margin-bottom: 1.5em;
  }
  .es-main__text .notes span:nth-child(2n) {
    padding-left: 0;
  }
  .es-main__kw {
    padding: 80px 0 0;
  }
  .es-main__kw .title {
    font-size: 24px;
  }
  .kw-list {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .kw-list__item {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #666;
  }
  .kw-list__item:last-child {
    border-bottom: none;
  }
  .kw-list__item .img {
    margin: 0 auto 20px;
  }
  .kw-list__item .name {
  }
  .kw-list__item .text {
    padding: 0 8%;
  }
  .is--pc {
    display: none;
  }
  .is--sp {
    display: block;
  }

  .js--icon {

  }
  .js--link {
    display: none;
    opacity: 0;
  }
  .js--link.is--show {
    display: block;
    opacity: 1;
  }
  .js--link .hero__detail-list__link {
    opacity: 0;
  }
  .js--link.is--show .hero__detail-list__link {
    animation: show .6s linear 0s ;
    opacity: 1;
  }
}


/* keyframe animation
-------------------------*/

@keyframes bounce {
  0% { transform: translateY(0) }
  30% { transform: translateY(-18px) }
  60% { transform: translateY(-2px) }
  80% { transform: translateY(6px) }
  100% { transform: translateY(0) }
}
@keyframes bounce_sp {
  0% { transform: translateY(0) }
  30% { transform: translateY(-10px) }
  60% { transform: translateY(-2px) }
  80% { transform: translateY(4px) }
  100% { transform: translateY(0) }
}
@keyframes show {
  from { opacity: 0; transform: translateY(5%)}
  to { opacity: 1; transform: translateY(0)}
}

.ems{
	position: relative;
}
.ems .btn01{
	position: absolute;
	top:68%;
	left:15%;
}
.ems .btn02{
	position: absolute;
	top:82%;
	left:45%;
}
.ems .btn03{
	position: absolute;
	top:68%;
	left:68%;
}
