/* home-Hero
-----------------------------------*/
.home-Hero {
  position: relative;
}
.home-Hero_CatchText {
  position: absolute;
  left: 29px;
  top: 102px;
  z-index: 10;
}
.home-Hero_CatchText::before, .home-Hero_CatchText::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  display: block;
  position: absolute;
}
.home-Hero_CatchText::before {
  width: 233px;
  height: 28px;
  background-image: url("../common/img/ico_01.svg");
  left: -4px;
  top: 103px;
  z-index: 3;
}
.home-Hero_CatchText::after {
  width: 96px;
  height: 85px;
  background-image: url("../common/img/ico_02.png");
  right: -23px;
  top: -45px;
  z-index: 1;
}
.home-Hero_Catch_Image {
  width: 229px;
  height: auto;
  filter: drop-shadow(0 0 2.3px #fff) drop-shadow(0 0 2.3px #fff) drop-shadow(0 0 2.3px rgba(255, 255, 255, 0.5));
  position: relative;
  z-index: 2;
}
.home-Hero_Text {
  margin-top: 32px;
}
.home-Hero_Text_Image {
  width: 214px;
  height: auto;
  filter: drop-shadow(0 0 1.5px #fff) drop-shadow(0 0 1.5px #fff) drop-shadow(0 0 1.5px #fff);
  transform: translateX(-1px);
  position: relative;
  z-index: 2;
}
.home-Hero_Slider {
  opacity: 0;
}
.home-Hero_Slider.slick-initialized {
  opacity: 1;
}
.home-Hero_Slider_Item {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-Hero_Slider_Item-01 {
  background-image: url("../img/slider_home_01.jpg");
}
.home-Hero_Slider_Item-02 {
  background-image: url("../img/slider_home_02.jpg");
}
.home-Hero_Slider_Item-03 {
  background-image: url("../img/slider_home_03.jpg");
}
.home-Hero_Slider_Item-04 {
  background-image: url("../img/slider_home_04.jpg");
}
.home-Hero_Slider_Item-05 {
  background-image: url("../img/slider_home_05.jpg");
}

@media only screen and (min-width: 600px) {
  .home-Hero_CatchText {
    left: 49px;
    top: 152px;
  }
  .home-Hero_CatchText::before {
    width: 349px;
    height: 42px;
    top: 153px;
  }
  .home-Hero_CatchText::after {
    width: 144px;
    height: 128px;
    right: -38px;
    top: -69px;
  }
  .home-Hero_Catch_Image {
    width: 343px;
  }
  .home-Hero_Text {
    margin-top: 45px;
  }
  .home-Hero_Text_Image {
    width: 321px;
  }
  .home-Hero_Slider_Item {
    height: 610px;
  }
}
@media only screen and (min-width: 960px) {
  .home-Hero_CatchText {
    left: 86px;
    top: 184px;
  }
  .home-Hero_CatchText::before {
    width: 430px;
    height: 52px;
    left: -6px;
    top: 188px;
  }
  .home-Hero_CatchText::after {
    width: 176px;
    height: 156px;
    right: -46px;
    top: -84px;
  }
  .home-Hero_Catch_Image {
    width: 418px;
  }
  .home-Hero_Text {
    margin-top: 61px;
  }
  .home-Hero_Text_Image {
    width: 391px;
  }
  .home-Hero_Slider_Item {
    height: 800px;
  }
}
@media only screen and (min-width: 1240px) {
  .home-Hero_CatchText {
    left: calc(50% - 534px);
  }
}
/* home-Intro
-----------------------------------*/
.home-Intro {
  font-size: 123.1%;
  line-height: 1.9375;
  max-width: 560px;
  margin: 44px auto 0;
  padding: 0 20px;
}

@media only screen and (min-width: 960px) {
  .home-Intro {
    margin-top: 92px;
  }
}
/* home-Message
-----------------------------------*/
.home-Message {
  max-width: 1000px;
  margin: 56px auto 0;
  padding: 27px 20px 0;
  position: relative;
}
.home-Message::before {
  content: "";
  height: 1px;
  background-color: #b4b4b4;
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
}
.home-Message_Col + .home-Message_Col {
  margin-top: 23px;
}
.home-Message_Text {
  font-size: 123.1%;
}

@media only screen and (min-width: 600px) {
  .home-Message {
    display: flex;
    justify-content: space-between;
  }
  .home-Message_Col {
    width: calc(50% - 15px);
  }
  .home-Message_Col + .home-Message_Col {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .home-Message {
    margin-top: 73px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .home-Message::before {
    left: 50px;
    right: 50px;
  }
  .home-Message_Col {
    width: calc(50% - 30px);
  }
}
/* home-Pickup
-----------------------------------*/
.home-Pickup {
  margin-top: 55px;
}
.home-Pickup_Item {
  padding-top: 280px;
  position: relative;
}
.home-Pickup_Item::before {
  content: "";
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.home-Pickup_Item + .home-Pickup_Item {
  margin-top: 90px;
}
.home-Pickup_Item-company::before {
  background-image: url("../img/bg_home_01.jpg");
}
.home-Pickup_Item-business::before {
  background-image: url("../img/bg_home_02.jpg");
}
.home-Pickup_Inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.home-Pickup_Title {
  text-align: left;
}
.home-Pickup_Text {
  font-size: 123.1%;
}
.home-Pickup_Title + .home-Pickup_Text {
  margin-top: 37px;
}
.home-Pickup_Text + .home-Pickup_Text {
  margin-top: 10px;
}
.home-Pickup_Btn {
  margin-top: 52px;
}
.home-Pickup_Btn .sw-Btn01 {
  width: 180px;
}

@media only screen and (min-width: 600px) {
  .home-Pickup_Item {
    padding-top: 380px;
  }
  .home-Pickup_Item::before {
    height: 340px;
  }
}
@media only screen and (min-width: 960px) {
  .home-Pickup {
    margin-top: 114px;
  }
  .home-Pickup_Item {
    padding: 110px 0 90px;
  }
  .home-Pickup_Item::before {
    width: 50%;
    height: auto;
    bottom: 0;
  }
  .home-Pickup_Item + .home-Pickup_Item {
    margin-top: 0;
  }
  .home-Pickup_Item:nth-child(odd)::before {
    left: auto;
    right: 0;
  }
  .home-Pickup_Item:nth-child(odd) .home-Pickup_Title,
  .home-Pickup_Item:nth-child(odd) .home-Pickup_Text,
  .home-Pickup_Item:nth-child(odd) .home-Pickup_Btn {
    margin-right: calc(50% + 50px);
  }
  .home-Pickup_Item:nth-child(even) .home-Pickup_Title,
  .home-Pickup_Item:nth-child(even) .home-Pickup_Text,
  .home-Pickup_Item:nth-child(even) .home-Pickup_Btn {
    margin-left: calc(50% + 50px);
  }
  .home-Pickup_Inner {
    padding: 0 40px;
  }
  .home-Pickup_Btn {
    margin-top: 63px;
  }
}
/* home-Feature
-----------------------------------*/
.home-Feature {
  background: url("../img/bg_home_03.jpg") no-repeat center center;
  background-size: cover;
  margin: 90px 0 70px;
  padding: 100px 0 90px;
}
.home-Feature_Inner {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 40px;
}
.home-Feature_Title {
  color: #fff;
}
.home-Feature_Title::before {
  color: #fff;
}
.home-Feature_Text {
  color: #fff;
  font-size: 123.1%;
}
.home-Feature_Title + .home-Feature_Text {
  margin-top: 37px;
}
.home-Feature_Text + .home-Feature_Text {
  margin-top: 10px;
}
.home-Feature_Btn {
  text-align: center;
  margin-top: 56px;
}
.home-Feature_Btn .sw-Btn01 {
  color: #fff;
  width: 180px;
  border-color: #fff;
}

@media only screen and (min-width: 960px) {
  .home-Feature {
    margin: 0 0 120px;
    padding-top: 111px;
  }
  .home-Feature_Btn {
    margin-top: 38px;
  }
  .home-Feature_Btn .sw-Btn01:hover {
    color: #f0a000;
    background-color: #fff;
  }
}