@charset "UTF-8";

/*TOPキャッチコピーの表示部分記述*/
#mv .mv_text h2 {
  opacity: 0;
  transform: scale(1.5);
  animation: zoomFadeIn 2s ease-in-out forwards 2s;
}
#mv .mv_text p {
  opacity: 0;
  transform: scale(1.5);
  animation: zoomFadeIn 2s ease-in-out forwards 3.5s;
}
@keyframes zoomFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*MVの鳥が飛ぶアニメーション*/
.animation-container01 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.illustration01 {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 70px;
  height: 68px;
  background: url(/common/upload_data/hayakawa-kougyoucom/image/btn_swallow05_2.png)
    no-repeat;
  background-size: contain;
  transform: rotate(45deg);
  animation: moveUpRight 4s linear 3s forwards;
  z-index: 10;
}
.illustration02 {
  position: absolute;
  bottom: 450px;
  right: -80px;
  width: 70px;
  height: 68px;
  background: url(/common/upload_data/hayakawa-kougyoucom/image/btn_swallow06_1.png)
    no-repeat;
  background-size: contain;
  animation: moveRightLeft 4s linear 5s forwards;
  z-index: 10;
}
@keyframes moveUpRight {
  to {
    transform: translate(calc(100vw + 80px), -80px) rotate(45deg);
  }
}
@keyframes moveRightLeft {
  to {
    transform: translateX(calc(-100vw - 80px));
  }
}
@media screen and (max-width: 580px) {
  .illustration01 {
    bottom: initial;
    top: 150px;
    width: 50px;
    height: 48px;
  }
  .illustration02 {
    bottom: initial;
    top: 200px;
    width: 50px;
    height: 48px;
  }
}

/*コラムの所*/
#top_column + div {
  padding: 140px 0 40px;
}
#top_column + .block_news_1 ul > li {
  box-shadow: 0 2px 20px rgba(119, 125, 129, 0.2);
  border: none;
  margin-top: 10px;
  padding: 10px;
  background: #fff;
}
#top_column + .block_news_1 .content_wrapper li a:hover p {
  opacity: 1;
  color: var(--i_main_color);
}
#top_column + .block_news_1 li > p::before,
#top_column + .block_news_1 li a > p::before {
  display: none;
}
#top_column + .block_news_1 li a {
  background: url(/common/upload_data/hayakawa-kougyoucom/image/blog_arrow01.png)
    right 20px center/10px auto no-repeat;
}
#top_column + .block_news_1 li a:hover {
  animation: news_arrow_right 0.8s ease 0s infinite;
}
@keyframes news_arrow_right {
  0% {
    background-position: right 25px center;
  }
  50% {
    background-position: right 15px center;
  }
  90% {
    background-position: right 15px center;
  }
  100% {
    background-position: right 25px center;
  }
}
#top_column + .block_news_1 ul {
  width: 960px;
}
@media screen and (max-width: 900px) {
  #top_column + .block_news_1 ul {
    width: 90%;
  }
  #top_column + .block_news_1 li a {
    display: block;
  }
}
/*会社概要とご案内の所*/
#top_colum2 + section .content_wrapper {
  padding: 0;
}
#top_colum2 + section .heading.block_header_1 p::before {
  display: none;
}
.top2_parts_wrap {
  display: flex;
  background: linear-gradient(#fff, #f3f3f3, #f3f3f3, transparent, transparent),
    url(/common/upload_data/hayakawa-kougyoucom/file/cont_bg01.jpg) left bottom
      no-repeat;
  background-size: cover;
  padding-bottom: 210px;
  position: relative;
}
.top2_parts_right,
.top2_parts_left {
  width: 50%;
}
.top2_parts_right .inner_item_img iframe {
  width: 100%;
  height: 450px;
}
.top2_parts_right .heading h3 {
  margin-top: 10px;
}
.top2_parts_right dl {
  border-top: 1px solid var(--i_border_color);
  padding: 10px;
  display: flex;
}
.top2_parts_right dl dt {
  margin-right: 50px;
  font-size: 1.4rem;
}
.top2_parts_right dl dd {
  font-size: 1.4rem;
}
.top2_parts_left > div {
  position: absolute;
  top: 25%;
  padding: 0 100px;
  /*! color: #fff; */
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}
.top2_parts_right {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.top2_parts_right > div {
  display: flex;
  background: #fff;
  margin: 20px 75px 75px;
  padding: 50px;
}
.top2_parts_right > div .inner_item_txt {
  padding-left: 40px;
}
.top2_parts_right > div .inner_item_txt,
.top2_parts_right > div .inner_item_img {
  width: 50% !important;
}
.map_logo {
  width: 120px;
}
#top_colum2 + section .wrapper_item {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#top_colum2 + section.move .wrapper_item {
  opacity: 1;
  -webkit-animation: showFromBottom 1s ease 0.5s both 1 normal;
  animation: showFromBottom 1s ease 0.5s both 1 normal;
}
#top_colum2 + section.move .wrapper_item:nth-child(2) {
  animation-delay: 0.7s;
}
@media screen and (max-width: 1550px) {
  .top2_parts_right > div {
    margin: 10px auto 60px;
    padding: 25px;
  }
  .top2_parts_left > div {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .top2_parts_wrap {
    display: block;
    background-size: contain;
    padding-bottom: 210px;
  }
  .top2_parts_right,
  .top2_parts_left {
    width: 100%;
  }
  .top2_parts_left > div {
    position: static;
  }
  .top2_parts_left .inner_item_txt {
    position: relative;
  }
  .top2_parts_left > div {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 650px) {
  .top2_parts_right > div {
    display: block;
  }
  .top2_parts_right > div .inner_item_txt,
  .top2_parts_right > div .inner_item_img {
    width: 100% !important;
  }
  .top2_parts_right > div .inner_item_txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .top2_parts_wrap {
    padding-bottom: 100px;
    background: linear-gradient(#fff, #f3f3f3, transparent),
      url(/common/upload_data/hayakawa-kougyoucom/file/cont_bg01.jpg) left
        bottom no-repeat,
      #f3f3f3;
    background-size: contain;
  }
}
/*採用情報の所*/
#top_recruit + div .heading.block_header_4 .h {
  font-size: 1.8rem !important;
}
#top_recruit + div .inner_item {
  width: 30%;
}
#top_recruit + div .inner_item:nth-of-type(2) {
  margin-top: 50px;
}
#top_recruit + div .inner_item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #top_recruit + div .inner_item {
    width: inherit;
  }
  #top_recruit + div .inner_item:nth-of-type(2) {
    margin-top: inherit;
  }
  #top_recruit + div .inner_item:last-of-type {
    margin-right: inherit;
  }
}
/*イメージの所*/
#top_image + .widget_gallery01.add_design1 .inner_item > a img {
  height: 470px;
}
#top_image + .widget_gallery01.add_design1 .inner_item > a {
  height: 250px;
}
#top_image + .widget_gallery01.add_design1 .slick-arrow {
    display: block;
    text-indent: -10000px;
    outline: none;
    line-height: 1px;
    font-size: 1px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    border: none;
    margin-top: -15px;
    border: 1px solid var(--i_border_color);
}
#top_image + .widget_gallery01.add_design1 .slick-arrow {
    height: 40px;
    width: 30px;
    top: auto;
    bottom: -70px;
    left: 60px !important;
    z-index: 2;
}
#top_image + .widget_gallery01.add_design1.width_fixed .slick-prev {
    left: 20px !important;
}

#top_image + .widget_gallery01 button {
    background: var(--i_btn_color);
}
#top_image + .widget_gallery01 .slick-arrow::before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
#top_image + div .block_button_1 {
    margin-top: 30px !important;
}
@media screen and (max-width: 900px) {
  #top_image + div {
    margin-right: 0px;
  }
  #top_image + .widget_gallery01.add_design1 .slick-arrow:before {
    width: 10px;
    height: 10px;
    left: calc(50% - 8px) !important;
  }
  #top_image + .widget_gallery01.add_design1 .slick-prev:before {
    left: calc(50% - 2px) !important;
  }
  #top_image + .widget_gallery01.add_design1 .slick-arrow {
    height: 30px;
    width: 20px;
    bottom: -50px;
    left: 20px !important;
  }
  #top_image + .widget_gallery01.add_design1.width_fixed .slick-prev {
    left: 0px !important;
  }
}
@media screen and (max-width: 900px) {
  #top_image + div .block_button_1 {
    margin-top: 80px !important;
  }
}
/*見出し部分調整*/
#top_image + div .heading.block_header_1 p::before,
#top_blog_title + section .heading.block_header_1 p::before,
#top_recruit + div .heading.block_header_1 p::before {
  left: -130px;
}
@media screen and (max-width: 450px) {
  #top_image + div .heading.block_header_1 p::before,
  #top_blog_title + section .heading.block_header_1 p::before,
  #top_recruit + div .heading.block_header_1 p::before {
    left: -65px;
  }
}

a[id^='top_service_pc'] + div .inner_item a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 500px) {
  #top_column + div.block_news_1 ul li div {
    width: calc(100% - 60px);
  }
  #top_service_pc01 + div.composite_box01.block_images_1 a + .inner_item_txt,
  #top_service_pc03 + div.composite_box01.block_images_1 a + .inner_item_txt {
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: 75px;
    justify-content: space-between;
  }
  a[id^='top_service_pc'] + div.composite_box01 .inner_item .heading {
    margin-bottom: 0;
  }
}
