@charset "UTF-8";
/* ========================================================
変数
======================================================== */
/* ========================================================
mixin
======================================================== */
/*font-family
------------------------------------------------------------------------------------------------------------------*/
/*font-weight
------------------------------------------------------------------------------------------------------------------*/
/*opacity
------------------------------------------------------------------------------------------------------------------*/
/*triangle
------------------------------------------------------------------------------------------------------------------*/
/*triangle2
------------------------------------------------------------------------------------------------------------------*/
/*arrow
------------------------------------------------------------------------------------------------------------------*/
/*theme_arrow
------------------------------------------------------------------------------------------------------------------*/
/* ========================================================
変数
======================================================== */
/* ========================================================
	top.css => トップページ用CSS
======================================================== */
/* slick
------------------------------------------------------------- */
.slider li {
  position: relative;
}

.slider img {
  width: 100%;
  height: 800px;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.main_visual {
  position: relative;
}

/*青い線の削除*/
.slick-slide:focus {
  outline: none;
}

@media screen and (max-width: 1360px) {
  .slider img {
    height: 50vw;
  }
}

@media screen and (max-width: 960px) {
  .slider img {
    height: auto;
  }
}

.main_title_area {
  /*   width: ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 700px; */
}

.main_title_inner {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 5vw;
  padding: 60px 80px;
  transform: translate(0%, -50%);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
}

.main_title_inner span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 6px;
}

.main_title_inner h1 + p {
  position: relative;
}

.main_title_inner h1 + p:before {
  -webkit-transform: translate(-50%, 0%);
  position: absolute;
  top: 13px;
  left: 50%;
  left: 50%;
  width: 5em;
  height: 6px;
  transform: translate(-50%, 0%);
  background: #27F748;
  content: "";
}

.main_title_inner p {
  padding-top: 3em;
  font-size: 1.4rem;
}

@media screen and (max-width: 1360px) {
  .main_title_inner {
    left: 0vw;
  }
}

@media screen and (max-width: 960px) {
  .main_title_area {
    -webkit-transform: translate(-50%, 0%);
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0%);
  }
  .main_title_inner {
    -webkit-transform: translate(0%, 0%);
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: auto;
    padding: 3vw 3vw;
    transform: translate(0%, 0%);
    font-size: 1.6rem;
  }
  .main_title_inner span {
    font-size: 3.6rem;
    letter-spacing: 4px;
  }
  .main_title_inner p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 960px) {
  .main_title_inner {
    font-size: 1.5rem;
  }
  .main_title_inner span {
    font-size: 3.2rem;
  }
  .main_title_inner p {
    font-size: 1.3rem;
  }
}

/* with1200px ver
.main_title_area {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 700px;
}

.main_title_inner {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-0%, -50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 60px 80px;
    text-align: center;
    font-size: 1.9rem;

    span {
        display: block;
        @include fontNoto-m;
        font-size: 4.2rem;
        letter-spacing: 6px;
    }

    h1+p {
        position: relative;

        &:before {
            content: "";
            background: #27F748;
            top: 13px;
            left: 50%;
            width: 5em;
            height: 6px;
            position: absolute;
            left: 50%;

            transform: translate(-50%, -0%);
        }
    }

    p {
        padding-top: 3em;
        font-size: 1.4rem;
    }
}


@media screen and (max-width: 1200px) {

    .main_title_area {
        width: 100%;
        max-width: 95%;
        margin: auto;
    }

}

@media screen and (max-width: 960px) {

    .main_title_area {
        width: 100%;
        position: absolute;
        top: auto;
        left: 50%;
        transform: translate(-50%, -0%);
        height: auto;
        bottom:20px;
    }
    
    .main_title_inner {
        width: 90%;
        margin: auto;
        padding: 3vw 3vw;
        position: relative;
        top: auto;
        left: auto;
        transform: translate(-0%, -0%);
        font-size: 1.6rem;

        span {

            font-size: 3.6rem;
            letter-spacing: 4px;
        }

        p {
            font-size: 1.3rem;
        }

    }
}
@media screen and (max-width: 960px) {
    .main_title_inner {
        font-size: 1.5rem;

        span {

            font-size: 3.2rem;

        }

        p {
            font-size: 1.3rem;
        }

    }
} */
/* lead
------------------------------------------------------------- */
.lead {
  font-size: 2.1rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .lead {
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 1.6rem;
  }
}

/* コンテンツ
------------------------------------------------------------- */
.top_con_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 0;
}

.top_con_list > li {
  width: 46%;
}

.top_con_list > li .img img {
  height: 170px;
}

.top_con_list > li .text {
  -webkit-box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative;
  max-width: 90%;
  margin: -30px auto auto auto;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0px 0px 18px -6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.top_con_list > li .text:before {
  -webkit-transform: translate(-50%, 0%);
  -webkit-transition: 0.5s;
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 38px;
  height: 10px;
  transform: translate(-50%, 0%);
  background: url(../../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}

.top_con_list > li .text:hover:before {
  -webkit-transform: translate(-50%, 0%);
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 5%;
  right: 0%;
  width: 38px;
  height: 10px;
  transform: translate(-50%, 0%);
  background: url(../../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.top_con_list > li .text a {
  display: block;
  position: relative;
}

.top_con_list > li .text .text:hover:before {
  right: 0;
}

.top_con_list > li .top_con_title {
  width: 180px;
}

@media screen and (max-width: 960px) {
  .top_con_list {
    max-width: 95%;
    margin: auto;
    padding: 60px 0;
  }
}

@media screen and (max-width: 680px) {
  .top_con_list {
    display: block;
    max-width: 100%;
    padding: 30px 0;
  }
  .top_con_list > li {
    width: 100%;
  }
  .top_con_list > li .text {
    position: relative;
    max-width: 80%;
    margin: -50px 0 auto auto;
    padding: 10px 10px;
  }
  .top_con_list > li + li {
    margin-top: 5%;
  }
}

.top_con_title {
  margin: 0 auto 0 0;
  font-size: 1.8rem;
  text-align: center;
}

.top_con_title span {
  display: block;
  color: #2388E8;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
  .top_con_title {
    font-size: 1.5rem;
  }
  .top_con_title span {
    font-size: 2.4rem;
  }
}

/* Recruit
-------------------------------------------------------------------- */
.recruit_area {
  padding-bottom: 70px;
}

.recruit_area .img {
  width: 75%;
}

.recruit_area .img img {
  height: 480px;
}

.recruit_area .top_con_title {
  margin-bottom: 30px;
}

.recruit_area .top_con_title span {
  font-size: 3.5rem;
}

.recruit_area .text {
  position: relative;
  width: 25%;
  background: #FF954D;
}

.recruit_area .text_inner {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit_area .btn a {
  color: #fff;
}

.recruit_area .btn a:hover {
  color: #FF954D;
}

@media screen and (max-width: 1200px) {
  .recruit_area .img img {
    height: 40vw;
  }
}

@media screen and (max-width: 960px) {
  .recruit_area {
    padding-bottom: 50px;
  }
  .recruit_area .img {
    width: 100%;
  }
  .recruit_area .img img {
    height: auto;
  }
  .recruit_area .top_con_title {
    margin: auto;
    margin-bottom: 10px;
  }
  .recruit_area .top_con_title span {
    font-size: 3.5rem;
  }
  .recruit_area .text {
    position: static;
    width: 100%;
    padding: 60px 0;
  }
  .recruit_area .text_inner {
    -webkit-transform: translate(0%, 0%);
    position: static;
    top: auto;
    left: atuo;
    transform: translate(0%, 0%);
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .recruit_area .top_con_title span {
    font-size: 3.0rem;
  }
  .recruit_area .text {
    padding: 40px 0;
  }
}

.arrow_ore {
  position: relative;
}

.arrow_ore:hover {
  opacity: 1;
}

.arrow_ore:before {
  -webkit-transform: translate(-50%, 0%);
  z-index: 3;
  position: absolute;
  top: 50%;
  top: 37%;
  right: 5%;
  right: 3%;
  width: 26px;
  height: 6px;
  transform: translate(-50%, 0%);
  background: url(../../images/arrow.svg);
  background: url(../../images/arrow_ff.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.arrow_ore:hover:before {
  -webkit-transform: translate(-50%, 0%);
  z-index: 3;
  position: absolute;
  top: 50%;
  top: 37%;
  right: 5%;
  right: 3%;
  width: 26px;
  height: 6px;
  transform: translate(-50%, 0%);
  background: url(../../images/arrow.svg);
  background: url(../../images/arrow_ore.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

/*# sourceMappingURL=../map/pages/top.css.map */
