/* Color styles ------------*/
/* Swiper ------------------*/
html {
  scroll-behavior: smooth;
}

/* ===== ホームページ：ヘッダーをキービジュアルの上に重ねる ===== */
#home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
}
#home header .inner .nav_list ul li a {
  color: #fff;
}
#home header .inner .nav_list ul li a::after {
  background-color: #fff;
}

.main_area__slider {
  position: relative;
}
.main_area__slider .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.main_area__slider .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.main_area__slider .swiper-pagination {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  display: block;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  z-index: 1;
}
.main_area__slider .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: rgba(255, 255, 255, 0.4);
}
.main_area__slider .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}
.main_area__slider .swiper-pagination-bullet-active {
  background-color: #056509;
}
.main_area__slider .slide-media {
  width: 100%;
}
.main_area__slider .slide-media img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.main_area__slider .slide-media img {
  transition: 7s 1s ease-out;
}
.main_area__slider .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.main_area__slider_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0.35) 100%);
  z-index: 10;
}
.main_area__slider_info .blur {
  transition-delay: 1s;
}
.main_area__slider_info_title {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  padding: 0 2rem;
}
.main_area__slider_info_title span {
  font-size: 50px;
}
.sp-br {
  display: none;
}
.pc-br {
  display: none;
}
@media (max-width: 599px) {
  .main_area__slider .slide-media {
    min-height: 140vw;
    overflow: hidden;
  }
  .main_area__slider .slide-media img {
    height: 140vw;
    object-fit: cover;
    object-position: center;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .main_area__slider_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .main_area__slider_info_title {
    position: static;
    padding: 20vw 5vw 4vw;
    flex: 1;
    display: flex;
    align-items: flex-start;
  }
  .main_area__slider_info_title h2 span {
    font-size: 6.5vw;
    white-space: nowrap;
  }
  .main_area__slider_info_title .sp-br {
    display: none;
  }
  .main_area__slider_info_title {
    text-align: center;
  }
  .main_area__slider_info_title .slider_sub {
    font-size: 3vw;
    margin-top: 0.5rem;
  }
  .main_area__slider_info_tel {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
  .main_area__slider_info_tel .response_time_text {
    font-size: 0.75rem;
  }
  .main_area__slider_info_tel {
    position: static;
  }
}
@media (min-width: 600px) {
  .pc-br {
    display: block;
  }
}
.main_area__slider_info_title h2 {
  text-shadow: 0 2px 16px rgba(0,0,0,0.7);
}
.main_area__slider_info_title .slider_sub {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-shadow: 0 1px 10px rgba(0,0,0,0.8);
}
@media (min-width: 600px) {
  .main_area__slider_info_title .slider_sub {
    font-size: 1.1rem;
  }
}
.main_area__slider_info_tel {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.2rem 2rem;
  font-size: 2rem;
  background: rgba(0,0,0,0.35);
  text-shadow: 0 1px 8px rgba(0,0,0,0.8);
}
.main_area__slider_info_tel .response_time_text {
  font-size: 1rem;
}

.corporate_area {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.corporate_area__txt_box {
  position: relative;
  width: 70vw;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
}
.corporate_area__txt_box p {
  font-size: 1rem;
  line-height: 2;
}
.corporate_area__txt_box p + p {
  margin-top: 1.5em;
}
.corporate_area__txt_box .hover_bgarrow {
  width: 70vw;
  height: 16vw;
  margin-top: 12vw;
  padding: 0 6vw;
  color: #056509;
}
@media (min-width: 600px) {
  .corporate_area__txt_box .hover_bgarrow {
    width: 300px;
    height: 80px;
    margin-top: 100px;
    padding: 0 24px;
  }
}
.corporate_area__txt_box .hover_bgarrow span {
  height: 1em;
  line-height: 1em;
}
.corporate_area__txt_box .hover_bgarrow:hover span {
  color: #fff;
}
.corporate_area__txt_box .hover_bgarrow:hover::after {
  color: #fff;
}
.corporate_area__img_box {
  position: relative;
  margin: 8vw 0;
  height: 30vw;
  width: 100%;
  z-index: 0;
}
.corporate_area__img_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #47AA4B;
  -webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.corporate_area__img_box img {
  position: relative;
  top: 6vw;
  left: 6vw;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 960px) {
  .corporate_area {
    flex-direction: row;
    justify-content: flex-end;
  }
  .corporate_area__txt_box {
    width: 40%;
    margin: 0;
  }
  .corporate_area__txt_box .hover_bgarrow {
    margin-left: 0;
  }
  .corporate_area__img_box {
    width: 40%;
    margin: 0;
  }
  .corporate_area__img_box::after {
    -webkit-clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .corporate_area__img_box img {
    top: -40px;
    left: 64px;
    -webkit-clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.works_area {
  position: relative;
}
.works_area__title {
  position: relative;
  height: 20vw;
  z-index: 0;
}
@media (min-width: 600px) {
  .works_area__title {
    height: 184px;
  }
}
.works_area__title::after {
  content: "";
  position: absolute;
  top: 0.5px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.works_area__slider {
  overflow: hidden;
  background-color: #f2f2f2;
}
.works_area__slider_inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10vw;
}
.works_area__slider_inner .swiper {
  overflow: visible;
}
.works_area__slider_inner .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
}
.works_area__slider_inner .swiper-slide:not(.swiper-slide-visible) .slide {
  opacity: 0.3;
}
.works_area__slider_inner .swiper .swiper-pagination {
  flex-wrap: nowrap;
  margin-top: 8vw;
  padding-bottom: 1rem;
}
.works_area__slider_inner a:hover {
  opacity: 1;
}
@media (min-width: 960px) {
  .works_area__slider_inner {
    padding: 0 100px;
  }
  .works_area__slider_inner .swiper {
    overflow: hidden;
  }
  .works_area__slider_inner .swiper .swiper-pagination {
    margin-top: 40px;
  }
}
.works_area__slider .slide {
  padding-top: 16px;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.works_area__slider .slide-media {
  width: 100%;
  padding-top: 65%;
  border-radius: 4px;
}
.works_area__slider .slide-media img {
  height: calc(100% + 16px);
}
.works_area__slider .slide-content {
  padding: 1rem 0 2rem;
  font-size: 1rem;
}
.works_area__slider .slide-content__category {
  padding: 0.2em 1em;
  font-size: 1em;
  color: #fff;
}
.works_area__slider .slide-content__title {
  font-size: 1.4em;
  margin: 1em 0;
}
.works_area__slider .slide-content__date {
  font-size: 1em;
}
.works_area__slider .slide:hover {
  transform: translateY(-16px);
}
.works_area__linkToList {
  position: relative;
  height: 20vw;
}
@media (min-width: 600px) {
  .works_area__linkToList {
    height: 184px;
  }
  .works_area__linkToList .hover_underarrow {
    top: -40%;
  }
}
.works_area__linkToList .hover_underarrow {
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.works_area__linkToList::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 0;
}
.works_area .service_btn_box {
  padding: 6rem 3rem 0;
}
@media (min-width: 600px) {
  .works_area .service_btn_box .guid_btn {
    flex-direction: row;
  }
}
.works_area .service_btn_box .guid_btn__image_box img {
  height: 16vw;
}
@media (min-width: 600px) {
  .works_area .service_btn_box .guid_btn__image_box img {
    height: 120px;
  }
}
.works_area .service_btn_box .guid_btn__txt_box {
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .works_area .service_btn_box .guid_btn__txt_box {
    margin-left: 2rem;
  }
  .works_area .service_btn_box .guid_btn__txt_box .text_center {
    text-align: left;
  }
}
.works_area .service_btn_box .guid_btn__txt_box h5 {
  color: #056509;
  font-size: 6.4vw;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.08em;
  transition: all 0.1s linear;
}
@media (min-width: 600px) {
  .works_area .service_btn_box .guid_btn__txt_box h5 {
    font-size: 32px;
  }
}
.works_area .service_btn_box .guid_btn__txt_box .ff_garamond {
  margin-top: 0.8em;
  letter-spacing: 0.14em;
  font-size: 1rem;
  color: #999;
}
.works_area .service_btn_box .guid_btn__txt_box p:last-of-type {
  margin-top: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.works_area .service_btn_box .guid_btn:hover h5 {
  color: #47AA4B;
}

@keyframes mailSlider-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}/*# sourceMappingURL=style.css.map */