@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

#top #lay-header {
  background: none;
  position: absolute;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #top #lay-header {
    position: fixed;
  }
}

/* top-kv-wrap
============================================================ */
.top-kv-wrap {
  width: calc(100% - 50px);
  height: calc(100vh - 50px);
  background: url(../img/top/top-kv-bg.png) center 0 no-repeat;
  background-size: cover;
  position: relative;
  margin-left: 50px;
}
.top-kv-wrap .top-kv-wrap-max {
  max-width: 1550px;
  height: calc(100vh - 50px);
  margin: 0 auto;
  position: relative;
}
.top-kv-wrap .kv-catch-block {
  position: absolute;
  top: calc(50% + 77px);
  left: 85px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.top-kv-wrap .kv-catch-block .title {
  width: 54.063vw;
  max-width: 865px;
}
.top-kv-wrap .kv-slider-block {
  background-color: #fff;
  max-width: 650px;
  width: 40.625vw;
  display: block;
  position: absolute;
  top: 170px;
  right: 100px;
  z-index: 1;
  opacity: 0;
}
.top-kv-wrap .kv-slider-box .slide-item {
  max-width: 650px;
  width: 40.625vw;
  height: calc(100vh - 170px + 20px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-thum {
  position: absolute;
  bottom: 50px;
  left: 100px;
  display: flex;
}
.thumbnail-item {
  width: 15px;
  height: 27px;
  background: url(../img/top/slide-dot-img.png) 0 0 no-repeat;
  background-size: 15px auto;
  margin-right: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: .2;
  cursor: pointer;
}
.thumbnail-item:last-child {
  margin-right: 0;
}
.thumbnail-item.thumbnail-current {
  opacity: 1;
}

.slick-dots,
.slick-prev:before,
.slick-next:before {
  display: none !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1065px) {
  .top-kv-wrap {
    width: 100%;
    height: auto;
    background: url(../img/top/top-kv-bg-sp.png) center 0 no-repeat;
    background-size: cover;
    margin-left: 0;
  }
  .top-kv-wrap .top-kv-wrap-max {
    max-width: 100%;
    height: auto;
    padding: 20px 20px 50px;
    box-sizing: border-box;
  }
  .top-kv-wrap .kv-catch-block {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .top-kv-wrap .kv-catch-block .title {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .top-kv-wrap .kv-slider-block {
    max-width: 100%;
    width: 100%;
    position: static;
  }
  .top-kv-wrap .kv-slider-box .slide-item {
    max-width: 100%;
    width: 100%;
    height: 463px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-thum {
    position: absolute;
    top: 450px;
    bottom: auto;
    left: auto;
    right: 40px;
    display: flex;
  }
  .thumbnail-item {
    width: 7px;
    height: 12px;
    background: url(../img/top/slide-dot-img.png) 0 0 no-repeat;
    background-size: 7px auto;
    margin-right: 10px;
  }
}

/* section-about
============================================================ */
.section-about {
  margin-top: 190px;
}
.section-about .com-section-inner {
  position: relative;
}
.section-about .img-wrap {
  height: 500px;
  background: url(../img/top/about-img-1.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.section-about .img-wrap .catch-text {
  position: relative;
  height: 500px;
}
.section-about .img-wrap .catch-text img {
  width: 433px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.section-about .desc-wrap {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.section-about .desc-wrap .title {
  margin-bottom: 20px;
}
.section-about .desc-wrap .title img {
  height: 45px;
}
.section-about .desc-wrap .flex-wrap {
  display: flex;
  align-items: flex-start;
}
.section-about .desc-wrap .text {
  width: calc(100% - 280px);
  padding-right: 60px;
  box-sizing: border-box;
}
.section-about .desc-wrap .about-btn {
  width: 280px;
  margin-left: auto;
  display: block;
}
.section-about .desc-wrap .about-btn a,
.section-about .desc-wrap .about-btn a::before,
.section-about .desc-wrap .about-btn a::after {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-about .desc-wrap .about-btn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  height: 70px;
  padding: 26px 20px 0;
  border-radius: 50px;
  background-color: #eee;
  border: solid 2px #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-about .desc-wrap .about-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 70px;
  border-radius: 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a337b+0,3c89c2+100 */
  background: #2a337b; /* Old browsers */
  background: -moz-linear-gradient(left,  #2a337b 0%, #3c89c2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #2a337b 0%,#3c89c2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #2a337b 0%,#3c89c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a337b', endColorstr='#3c89c2',GradientType=1 ); /* IE6-9 */
  z-index: -1;
}
.section-about .desc-wrap .about-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 9px;
  background: url(../img/top/icon-arrow-left-wh.png) 0 0 no-repeat;
  background-size: 20px auto;
}
.section-about .desc-wrap .about-btn a span {
}
.section-about .desc-wrap .about-btn a:hover::after {
  background: url(../img/top/icon-arrow-left-bl.png) 0 0 no-repeat;
  background-size: 20px auto;
}
.section-about .desc-wrap .about-btn a:hover {
  color: #008ac7;
  border-color: #008ac7;
  text-decoration: none;
}
.section-about .desc-wrap .about-btn a:hover::before {
  left: 0;
  background: #fff;
}

.section-about .-pats-img-A::before,
.section-about .-pats-img-B::before {
  content: "";
  position: absolute;
  background: url(../img/common/kv-parts-A.png) 0 0 no-repeat;
  z-index: -1;
}
.section-about .-pats-img-A::before {
  top: -120px;
  left: -57px;
  width: 260px;
  height: 260px;
  background-size: 260px auto;
}
.section-about .-pats-img-B::before {
  top: 78px;
  right: -241px;
  width: 400px;
  height: 400px;
  background-size: 400px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-about {
    margin-top: 0;
  }
  .section-about .img-wrap-sp {
    margin-bottom: -22px;
  }
  .section-about .img-wrap {
    height: auto;
    background: none;
  }
  .section-about .img-wrap .catch-text {
    position: relative;
    width: 100%;
    height: auto;
  }
  .section-about .img-wrap .catch-text img {
    width: calc(100% + 15px);
    position: relative;
    top: 0;
    left: -20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: 370px;
  }
  .section-about .desc-wrap {
    margin-top: 60px;
  }
  .section-about .desc-wrap .title {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-about .desc-wrap .title img {
    height: 30px;
  }
  .section-about .desc-wrap .flex-wrap {
    display: block;
  }
  .section-about .desc-wrap .text {
    width: 100%;
    padding-right: 0;
  }
  .section-about .desc-wrap .about-btn {
    width: 280px;
    margin: 25px auto 0;
  }
  .section-about .desc-wrap .about-btn a,
  .section-about .desc-wrap .about-btn a::before,
  .section-about .desc-wrap .about-btn a::after {
    -webkit-transition: none;
    transition: none;
  }
  .section-about .desc-wrap .about-btn a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
    height: 70px;
    padding: 26px 20px 0;
    border-radius: 50px;
    background-color: #eee;
    border: solid 2px #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .section-about .desc-wrap .about-btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 70px;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a337b+0,3c89c2+100 */
    background: #2a337b; /* Old browsers */
    background: -moz-linear-gradient(left,  #2a337b 0%, #3c89c2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2a337b 0%,#3c89c2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2a337b 0%,#3c89c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a337b', endColorstr='#3c89c2',GradientType=1 ); /* IE6-9 */
    z-index: -1;
  }
  .section-about .desc-wrap .about-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 9px;
    background: url(../img/top/icon-arrow-left-wh.png) 0 0 no-repeat;
    background-size: 20px auto;
  }
  .section-about .desc-wrap .about-btn a:hover::after {
    background: url(../img/top/icon-arrow-left-wh.png) 0 0 no-repeat;
    background-size: 20px auto;
  }
  .section-about .desc-wrap .about-btn a:hover {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
  }
  .section-about .desc-wrap .about-btn a:hover::before {
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a337b+0,3c89c2+100 */
    background: #2a337b; /* Old browsers */
    background: -moz-linear-gradient(left,  #2a337b 0%, #3c89c2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2a337b 0%,#3c89c2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2a337b 0%,#3c89c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a337b', endColorstr='#3c89c2',GradientType=1 ); /* IE6-9 */
  }

  .section-about .-pats-img-B::before,
  .section-about .-pats-img-B::after {
    content: "";
    position: absolute;
    background: url(../img/common/kv-parts-A.png) 0 0 no-repeat;
    z-index: -1;
  }
  .section-about .-pats-img-B::before {
    top: 348px;
    left: -98px;
    width: 260px;
    height: 260px;
    background-size: 260px auto;
  }
  .section-about .-pats-img-B::after {
    top: -232px;
    right: -77px;
    width: 260px;
    height: 260px;
    background-size: 260px auto;
  }
  .section-about .-pats-img-A::before {
    display: none;
  }

}

/* top-bl-bg-wrap
============================================================ */
.top-bl-bg-wrap {
  width: 590px;
}
.top-bl-bg-wrap a {
  display: block;
  height: 300px;
  padding: 84px 60px 0;
  box-sizing: border-box;
  background: url(../img/top/top-bg-img-parts-1.png) center 0 no-repeat;
  background-size: cover;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top-bl-bg-wrap .title,
.top-bl-bg-wrap .text {
  color: #fff;
}
.top-bl-bg-wrap .title {
  font-size: 0;
  line-height: 1;
}
.top-bl-bg-wrap .title img {
  width: auto;
  height: 36px;
}
.top-bl-bg-wrap .text {
  margin-top: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .top-bl-bg-wrap {
    width: 100%;
  }
  .top-bl-bg-wrap a {
    height: auto;
    padding: 40px 20px 40px;
    background: url(../img/top/top-bg-img-parts-1-sp.png) center 0 no-repeat;
    background-size: cover;
  }
  .top-bl-bg-wrap .title {
    text-align: center;
  }
  .top-bl-bg-wrap .title img {
    width: auto;
    height: 50px;
  }
  .top-bl-bg-wrap .text {
    margin-top: 23px;
  }
}

/* section-newscan
============================================================ */
.section-newscan {
  margin-top: 140px;
}
.section-newscan,
.section-newscan .com-section-inner {
  height: 560px;
  position: relative;
}
.section-newscan .top-bl-bg-wrap {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.section-newscan .img-wrap {
}
.section-newscan .img-wrap {
  width: calc(50% + 500px);
  height: 500px;
  position: absolute;
  top: 0;
  right: calc(50% - 500px);
  background: url(../img/top/newscan-img-1.jpg) left 0 no-repeat;
  background-size: cover;
  z-index: -1;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-newscan {
    margin-top: 98px;
  }
  .section-newscan,
  .section-newscan .com-section-inner {
    height: auto;
  }
  .section-newscan .top-bl-bg-wrap {
    position: static;
  }
  .section-newscan .img-wrap {
    width: 100%;
    height: 200px;
    position: static;
    background: url(../img/top/newscan-img-1-sp.jpg) center 0 no-repeat;
    background-size: cover;
    margin-bottom: -30px;
  }
}

/* section-hydrogen
============================================================ */
.section-hydrogen {
  margin-top: 100px;
}
.section-hydrogen,
.section-hydrogen .com-section-inner {
  height: 560px;
  position: relative;
}
.section-hydrogen .top-bl-bg-wrap {
  position: absolute;
  bottom: 0;
  left: 40px;
}
.section-hydrogen .img-wrap {
}
.section-hydrogen .img-wrap {
  width: calc(50% + 500px);
  height: 500px;
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
  background: url(../img/top/hydrogen-img-1.jpg) left 0 no-repeat;
  background-size: cover;
  z-index: -1;
}

.section-hydrogen .-pats-img-A::before {
  content: "";
  position: absolute;
  background: url(../img/common/kv-parts-A.png) 0 0 no-repeat;
  z-index: -2;
  bottom: -143px;
  left: -386px;
  width: 400px;
  height: 400px;
  background-size: 400px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-hydrogen {
    margin-top: 60px;
  }
  .section-hydrogen,
  .section-hydrogen .com-section-inner {
    height: auto;
  }
  .section-hydrogen .top-bl-bg-wrap {
    position: static;
  }
  .section-hydrogen .img-wrap {
    width: 100%;
    height: 200px;
    position: static;
    background: url(../img/top/hydrogen-img-1-sp.jpg) center 0 no-repeat;
    background-size: cover;
    margin-bottom: -30px;
  }

  .section-hydrogen .-pats-img-A::before {
    display: none;
  }
}

/* section-clinic
============================================================ */
.section-clinic {
  margin-top: 100px;
}
.section-clinic a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  height: 250px;
  background: url(../img/top/clinic-img-1.png) center 0 no-repeat;
  background-size: cover;
}
.section-clinic .inner {
  border: solid 3px #fff;
  padding: 52px 20px 33px;
  box-sizing: border-box;
}
.section-clinic .inner .title,
.section-clinic .inner .text {
  color: #fff;
  text-align: center;
}
.section-clinic .inner .title {
  font-size: 24px;
  font-weight: bold;
}
.section-clinic .inner .text {
  margin-top: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-clinic {
    margin-top: 60px;
  }
  .section-clinic a {
    height: auto;
    background: url(../img/top/clinic-img-1-sp.png) center no-repeat;
    background-size: cover;
  }
  .section-clinic .inner {
    padding: 67px 10px 54px;
  }
  .section-clinic .inner .text {
    margin-top: 24px;
  }
}

/* section-info
============================================================ */
.section-info {
  margin-top: 94px;
}
.section-info .title {
  font-size: 30px;
  font-weight: bold;
  color: #008ac7;
  line-height: 1.5;
  padding-bottom: 13px;
  border-bottom: solid 1px #008ac7;
}
.section-info table th,
.section-info table td {
  text-align: left;
  vertical-align: top;
  padding: 19px 20px;
  padding-left: 0;
  border-bottom: dotted 2px #dbdbdb;
}
.section-info table th {
  font-size: 12px;
  color: #848484;
  width: 100px;
  padding-top: 22px;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-info .title {
    line-height: 1;
  }
  .section-info table th,
  .section-info table td {
    padding: 19px 0;
    width: 100%;
    display: block;
  }
  .section-info table th {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .section-info table td {
    padding-top: 5px;
  }
}


/* section-sns-wrap
============================================================ */
.section-sns-wrap {
  margin-top: 150px;
  display: flex;
}
.section-sns-wrap > * {
  width: 50%;
}
.section-sns-wrap a {
  display: block;
  position: relative;
}
.section-instagram .inner,
.section-youtube .inner {
  height: 400px;
  background: url(../img/top/instagram-img-1.png) center center no-repeat;
  background-size: cover;
}
.section-youtube .inner {
  background: url(../img/top/youtube-img-1.png) center center no-repeat;
  background-size: cover;
}
.section-instagram .text-img,
.section-youtube .text-img {
  width: 416px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-youtube .text-img {
  width: 238px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-sns-wrap {
    margin-top: 100px;
    display: block;
  }
  .section-sns-wrap > * {
    width: 100%;
  }
  .section-instagram .text-img {
    width: 250px;
  }
  .section-youtube .text-img {
    width: 238px;
  }
  .section-instagram .inner,
  .section-youtube .inner {
    height: 375px;
    background: url(../img/top/instagram-img-1-sp.png) center center no-repeat;
    background-size: cover;
  }
  .section-youtube .inner {
    background: url(../img/top/youtube-img-1-sp.png) center center no-repeat;
    background-size: cover;
  }
}

/* top-link-btn
============================================================ */
.top-link-btn-body {
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top-link-btn::before,
.top-link-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../img/top/top-link-btn-A.png) 0 0 no-repeat;
  background-size: 60px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
}
.top-link-btn-body .top-link-btn::before {
  width: 60px;
  height: 60px;
  background: url(../img/top/top-link-btn-A-hover.png) 0 0 no-repeat;
  background-size: 60px;
}
.section-instagram .top-link-btn::after,
.section-youtube .top-link-btn::after {
  width: 80px;
  height: 80px;
  background: url(../img/top/top-link-btn-B.png) 0 0 no-repeat;
  background-size: 80px;
}
.section-youtube .top-link-btn::after {
  width: 80px;
  height: 80px;
  background: url(../img/top/top-link-btn-C.png) 0 0 no-repeat;
  background-size: 80px;
}
.section-instagram .top-link-btn-body .top-link-btn::before,
.section-youtube .top-link-btn-body .top-link-btn::before {
  width: 80px;
  height: 80px;
  background: url(../img/top/top-link-btn-B-hover.png) 0 0 no-repeat;
  background-size: 80px;
}
.section-youtube .top-link-btn-body .top-link-btn::before {
  width: 80px;
  height: 80px;
  background: url(../img/top/top-link-btn-C-hover.png) 0 0 no-repeat;
  background-size: 80px;
}
.top-link-btn-body:hover {
  text-decoration: none;
}
.top-link-btn-body:hover .top-link-btn::after {
  opacity: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .top-link-btn::before,
  .top-link-btn::after {
    width: 40px;
    height: 40px;
    background: url(../img/top/top-link-btn-A-sp.png) 0 0 no-repeat;
    background-size: 40px;
    -webkit-transition: none;
    transition: none;
  }
  .top-link-btn-body .top-link-btn::before {
    width: 40px;
    height: 40px;
    background: url(../img/top/top-link-btn-A-sp.png) 0 0 no-repeat;
    background-size: 40px;
  }
  .section-instagram .top-link-btn::before {
    width: 40px;
    height: 40px;
    background: url(../img/top/top-link-btn-B-sp.png) 0 0 no-repeat;
    background-size: 40px;
  }
  .section-youtube .top-link-btn::before {
    width: 40px;
    height: 40px;
    background: url(../img/top/top-link-btn-C-sp.png) 0 0 no-repeat;
    background-size: 40px;
  }
  .section-instagram .top-link-btn-body .top-link-btn::before,
  .section-instagram .top-link-btn-body .top-link-btn::after {
    width: 40px;
    height: 40px;
    background: url(../img/top/top-link-btn-B-sp.png) 0 0 no-repeat;
    background-size: 40px;
  }
  .section-youtube .top-link-btn-body .top-link-btn::before,
  .section-youtube .top-link-btn-body .top-link-btn::after {
    width: 40px;
    height: 40px;
    background: url(../img/top/top-link-btn-C-sp.png) 0 0 no-repeat;
    background-size: 40px;
  }
}


