@charset "UTF-8";
/*===============================
scss 変数ファイル
================================*/
/*
カラー
================================*/
/*
メディアクエリ
================================*/
#home .kv {
  background-image: url("../../images/home/kv_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#home .kv .wrap {
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #home .kv .wrap {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #home .kv .wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  #home .kv .wrap {
    padding-top: 100px;
  }
}
#home .kv .wrap .kv__img {
  margin-left: -60px;
  margin-right: -60px;
}
@media screen and (min-width: 768px) {
  #home .kv .wrap .kv__img {
    margin-left: 0;
    margin-right: 0;
  }
}
#home .kv .wrap .kv__text {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 500px;
}
@media screen and (min-width: 640px) {
  #home .kv .wrap .kv__text {
    bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  #home .kv .wrap .kv__text {
    width: 100%;
    max-width: 100%;
    bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #home .kv .wrap .kv__text {
    bottom: 120px;
  }
}
#home .h_about {
  position: relative;
  overflow: hidden;
  background-image: url("../../images/home/h_about_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#home .h_about:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../../images/home/h_about_back1-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  #home .h_about:before {
    background-size: cover;
    background-image: url("../../images/home/h_about_back1-pc.png");
  }
}
#home .h_about .h_about__container {
  position: relative;
  z-index: 10;
}
#home .h_about .h_about__container__logo {
  text-align: center;
  margin-top: -10px;
}
#home .h_about .h_about__container__logo img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  #home .h_about .h_about__container__logo img {
    max-width: 125px;
  }
}
@media screen and (min-width: 1200px) {
  #home .h_about .h_about__container__logo img {
    max-width: 150px;
  }
}
#home .h_about .h_about__container__text {
  margin: 20px auto 0;
  max-width: 510px;
}
@media screen and (min-width: 768px) {
  #home .h_about .h_about__container__text {
    max-width: 100%;
    text-align: center;
  }
}
#home .h_about .h_about__container__text p {
  line-height: 2em;
}
#home .h_about .h_about__container__text p:not(:first-child) {
  margin-top: 15px;
}
#home .h_works {
  position: relative;
}
#home .h_works:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background: #F1F1F1;
}
#home .h_works__slider {
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  #home .h_works__slider {
    width: 100%;
  }
}
#home .h_works__slider .swiper-wrapper .swiper-slide a {
  display: block;
  color: #000;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.6%;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text {
  position: relative;
  background: #fff;
  padding: 20px 25px 25px;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text:after {
  position: absolute;
  bottom: 20px;
  right: 25px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #20427B;
  font-size: 2rem;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__heading {
  font-weight: 900;
  line-height: 1.6em;
  font-size: 1.6rem;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList {
  margin-top: 15px;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl:not(:first-child) {
  margin-top: 15px;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl dt {
  width: 70px;
  margin-right: 10px;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl dd:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: ":";
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl dd ul {
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl dd ul li {
  position: relative;
  margin-top: 10px;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl dd ul li:not(:last-child) {
  margin-right: 15px;
}
#home .h_works__slider .swiper-wrapper .swiper-slide a .block__text__metaList dl dd ul li:not(:last-child):after {
  content: "、";
  position: absolute;
  bottom: 0;
  right: -15px;
}
#home .h_works__slider .arrow .swiper-button-next, #home .h_works__slider .arrow .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  margin-top: -20px;
}
#home .h_works__slider .arrow .swiper-button-next:after, #home .h_works__slider .arrow .swiper-button-prev:after {
  display: none;
}
#home .h_works__slider .arrow .swiper-button-next {
  background-image: url("../../images/common/slide_arrow.svg");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#home .h_works__slider .arrow .swiper-button-prev {
  background-image: url("../../images/common/slide_arrow.svg");
}
#home .h_staff {
  position: relative;
  overflow: hidden;
}
#home .h_staff:before, #home .h_staff:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("../../images/home/h_staff_textBack.svg");
  background-repeat: repeat-x;
  background-size: 100% auto;
  width: 900px;
  height: 72.2471px;
}
@media screen and (min-width: 768px) {
  #home .h_staff:before, #home .h_staff:after {
    width: 1920px;
    height: 157px;
  }
}
#home .h_staff:before {
  top: -1px;
  left: 0;
  background-position: center left;
  -webkit-animation: bg-slider-left 100s linear infinite;
          animation: bg-slider-left 100s linear infinite;
}
@media screen and (min-width: 768px) {
  #home .h_staff:before {
    top: -3px;
  }
}
#home .h_staff:after {
  bottom: -2px;
  left: 0;
  background-position: center right;
  -webkit-animation: bg-slider-right 100s linear infinite;
          animation: bg-slider-right 100s linear infinite;
}
@-webkit-keyframes bg-slider-left {
  0% {
    background-position: -1800px center;
  }
  100% {
    background-position: 1800px center;
  }
}
@keyframes bg-slider-left {
  0% {
    background-position: -1800px center;
  }
  100% {
    background-position: 1800px center;
  }
}
@-webkit-keyframes bg-slider-right {
  0% {
    background-position: 1800px center;
  }
  100% {
    background-position: -1800px center;
  }
}
@keyframes bg-slider-right {
  0% {
    background-position: 1800px center;
  }
  100% {
    background-position: -1800px center;
  }
}
#home .h_staff__container {
  position: relative;
  background-image: url("../../images/home/h_staff_back-sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  #home .h_staff__container {
    padding: 50px;
    background-image: url("../../images/home/h_staff_back-pc.jpg");
  }
}
@media screen and (min-width: 1024px) {
  #home .h_staff__container {
    padding: 80px;
  }
}
#home .h_staff__container__inner {
  padding: 25px;
  background: #fff;
  max-width: 700px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #home .h_staff__container__inner {
    padding: 50px 0;
  }
}
#home .h_staff__container__inner .heading-style1 {
  margin-bottom: 30px;
}
#home .h_staff__container__inner__text {
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  #home .h_staff__container__inner__text {
    text-align: center;
  }
}
#home .h_staff__container__inner__text p {
  line-height: 2em;
}
#home .h_staff__container__inner__text p:not(:first-child) {
  margin-top: 15px;
}
#home .h_staff__container__inner .btn-style1 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #home .h_news__container__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home .h_news__container__heading .heading-style1 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #home .h_news__container__heading .btn-style1 {
    margin-top: 0;
    width: 300px;
  }
}
#home .h_news__container__newsList {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  #home .h_news__container__newsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #home .h_news__container__newsList {
    margin-top: 50px;
  }
}
#home .h_news__container__newsList .item {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 640px) {
  #home .h_news__container__newsList .item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #home .h_news__container__newsList .item {
    width: calc(50% - 25px);
    margin-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #home .h_news__container__newsList .item {
    width: calc(50% - 50px);
    margin-right: 100px;
  }
}
#home .h_news__container__newsList .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  #home .h_news__container__newsList .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 640px) {
  #home .h_news__container__newsList .item:nth-child(2n) {
    margin-right: 0;
  }
}
#home .h_news__container__newsList .item .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home .h_news__container__newsList .item .block__img {
  position: relative;
  overflow: hidden;
  width: 30%;
  padding-bottom: 30%;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  #home .h_news__container__newsList .item .block__img {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #home .h_news__container__newsList .item .block__img {
    width: 25%;
    padding-bottom: 25%;
  }
}
#home .h_news__container__newsList .item .block__img a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#home .h_news__container__newsList .item .block__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#home .h_news__container__newsList .item .block__text__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  #home .h_news__container__newsList .item .block__text__meta {
    font-size: 1.4rem;
  }
}
#home .h_news__container__newsList .item .block__text__meta .category a {
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  border: 1px solid #20427B;
}
@media screen and (min-width: 1024px) {
  #home .h_news__container__newsList .item .block__text__meta .category a {
    padding: 8px 10px;
  }
}
#home .h_news__container__newsList .item .block__text__meta .date {
  color: #ccc;
}
#home .h_news__container__newsList .item .block__text__heading {
  margin-top: 15px;
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  #home .h_news__container__newsList .item .block__text__heading {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #home .h_news__container__newsList .item .block__text__heading {
    font-size: 1.8rem;
  }
}
#home .h_news__container__newsList .item .block__text__heading a {
  color: #000;
}