@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  ヘッダー上書き
----------------------------------------------------*/
header {
  position: absolute;
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
header ul.global-nav a {
  color: #fff;
}
header.fixed-op {
  opacity: 0 !important;
}
header.fixed {
  opacity: 1 !important;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header.fixed ul.global-nav a {
  color: #222;
}

/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.mainimage-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: url(../images/home/mainimage.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: max(16vh, 10rem);
}
@media screen and (max-width: 767.98px) {
  .mainimage-area {
    background-image: url(../images/home/mainimage_smp.jpg);
    padding-top: 8rem;
    height: 540px;
  }
}
.mainimage-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .container {
    display: block;
  }
}
.mainimage-area .container .catch {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  text-shadow: 0 0.2rem 0.5rem rgba(201, 221, 255, 0.8);
}
@media screen and (max-width: 991.98px) {
  .mainimage-area .container .catch {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .container .catch {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
.mainimage-area .container .catch span {
  display: inline-block;
  background: url(../images/home/fig_catch.svg) no-repeat center center;
  background-size: contain;
  font-size: 1.5em;
  padding: 0.3em 0.7em 0.6em 0.3em;
  line-height: 1;
  margin-top: 1rem;
  margin-right: 1rem;
  text-shadow: none;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .container .catch span {
    font-size: 1.2em;
  }
}
.mainimage-area .container p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.5;
  text-shadow: 0 0.2rem 0.5rem rgba(201, 221, 255, 0.2);
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .container p {
    font-size: 1.4rem;
    line-height: 2;
    text-shadow: 0 0.1rem 0.5rem #000;
  }
}

/*----------------------------------------------------
  コンテンツ
----------------------------------------------------*/
.home-title {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .home-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .home-title {
    font-size: 2.4rem;
  }
}

.section-wrap {
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .section-wrap {
    padding: 5rem 0 0;
  }
}

.work-block {
  border-top: 5px solid #008C4F;
  background-color: #fff;
  padding: 3rem 3rem 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .work-block {
    padding: 2rem 2rem 0;
  }
}
.work-block .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .work-block .contents {
    display: block;
  }
}
.work-block .contents .title {
  width: 350px;
}
@media screen and (max-width: 767.98px) {
  .work-block .contents .title {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.work-block .contents .title h3 {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .work-block .contents .title h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .work-block .contents .title h3 {
    font-size: 2.4rem;
  }
}
.work-block .contents .title span {
  display: inline-block;
  background-color: #DEEECB;
  padding: 0.1em 0.5em;
}
.work-block .contents .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.work-block .contents .text h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .work-block .contents .text h4 {
    font-size: 2rem;
  }
}
.work-block ul.images-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 767.98px) {
  .work-block ul.images-list {
    margin: 0 -1rem;
  }
}
.work-block ul.images-list li {
  width: 33.3333%;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .work-block ul.images-list li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}
.work-block ul.images-list li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.work-block ul.images-list li figcaption {
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .work-block ul.images-list li figcaption {
    font-size: 1.2rem;
  }
}