@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * NEWS & TOPICS
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main .news {
  position: relative;
  z-index: 1;
  background-color: rgba(0,0,0,.5);
}
#main .news .body {
  position: relative;
}
@media (min-width:1121px) {
  #main .news {
    margin-top: -160px;
  }
  #main .news .body {
    height: 160px;
  }
  #main .news .body {
    max-width: 1120px;
    align-items: stretch;
    padding: 0 20px;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:769px) {
  /*ブラウザの幅が736px以下の時*/
  #main .news .body:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: calc( 100% + 20px );
    height: 100%;
    background: #28b9d7;
    background : linear-gradient(to left, rgb(0, 173, 227) 0%, rgb(0, 58, 129) 100%)
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 左側
/* ------------------------------------------------------------------------------------------------- */

#main .news .col-1 {
  position: relative;
  width: 23%;
  background : linear-gradient(90deg, rgba(0, 173, 227, 1) 0%, rgba(0, 58, 129, 1) 50%);
  min-height: 160px;
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}

@media (min-width:769px) {
  #main .news .col-1 .inner {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    padding-right: 2em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#main .news .col-1 h2.title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#main .news .col-1 .btn-area {
  font-size: 1.6rem;
  font-weight: bold;
}
#main .news .col-1 .btn-area .btn-1 {
  color: #fff;
}
#main .news .col-1 .btn-area .btn-1 span {
  position: relative;
  padding-right: 2.0em;
}
#main .news .col-1 .btn-area .btn-1 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/link-arrow-w.png") no-repeat;
  width: 22px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.1s;
}
#main .news .col-1 .btn-area .btn-1:hover span::after {
  right: -0.2em;
}

/* ----------------------------------------------------------------------------------------------------
   * 右側
/* ------------------------------------------------------------------------------------------------- */

#main .news .col-2 {
  width: 75%;
  display: flex;
  align-items: center;
  padding: 1em 0;
}
#main .news .col-2 .list {
  width: 100%;
}
#main .news .col-2 .list .item {
  width: 100%;
  display: table;
  padding: .5em 0;
  color: #fff;
}
#main .news .col-2 .list .item time,
#main .news .col-2 .list .item span {
  display: table-cell;
  vertical-align: top;
}
#main .news .col-2 .list .item time {
  width: 7em;
  font-weight: bold;
}
#main .news .col-2 .list .item:hover {
  color: var(--c-l-blue);
}
#main .news .col-2 .btn {
  width: 200px;
}
#main .news .col-2 .btn .btn-1 {
  width: 100%;
}
@media (max-width:768px) {
  #main .news {
    padding-bottom: 30px;
  }
  #main .news .body {
    display: block;
  }
  #main .news .col-1,
  #main .news .col-2 {
    width: 100%;
  }
  #main .news .col-1 {
    padding: 1em 0 0;
    background: none;
    min-height: 100%;
  }
  #main .news .col-1 h2 {
    font-size: 3.6rem;
    text-align: center;
  }
  #main .news .col-1 .btn-area .btn-1 {
    color: #fff;
    text-align: center;
    display: block;
  } 
  #main .news .col-2 {
    padding: 0;
  }
  #main .news .col-2 .list {
    width: 100%;
  }
  #main .news .col-2 .btn {
    width: 100%;
    margin-top: 20px;
  }
}


/* ****************************************************************************************************
   * 鹿山製作所の特長
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.feature {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../../_images/index/feature-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 1;
  height: 700px;
}
.feature::before {
  content: "";
  display: block;
  background: url("../../_images/index/feature-1.png") no-repeat;
  width: 450px;
  height: 320px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 100px;
  z-index: -1;
}
.feature::after {
  content: "";
  display: block;
  background: url("../../_images/index/feature-2.png") no-repeat;
  width: 450px;
  height: 320px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 100px;
  z-index: -1;
}

.feature .body {
  max-width: 640px;
  width: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  .feature::before {
    content: "";
    display: block;
    background: url("../../_images/index/feature-1.png") no-repeat;
    width: 225px;
    height: 160px;
    background-size: 225px 160px;
  }
  .feature::after {
    content: "";
    display: block;
    background: url("../../_images/index/feature-2.png") no-repeat;
    width: 225px;
    height: 160px;
    background-size: 225px 160px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .feature::before,
  .feature::after {
    display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  .feature {
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.feature .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
.feature .title::before {
  content: attr(data-text);
  display: block;
  color: var(--c-l-blue);
  font-size: 5.5rem;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .feature .title {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .feature .title::before {
    content: attr(data-text);
    display: block;
    color: var(--c-l-blue);
    font-size: 3.5rem;
    line-height: 1.4;
  } 
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.feature .lead {}

.feature .btn {
  width: 270px;
}



/* ****************************************************************************************************
   * 事業内容
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.business {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background: url("../../_images/index/business-bg.jpg") no-repeat;
  background-size: cover;
  height: 700px;
}
.business .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  .business {
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.business .title {
  position: relative;
  text-align: left;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}
.business .title::before {
  content: attr(data-text);
  display: block;
  font-size: 5.5rem;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .business .title {
    position: relative;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .business .title::before {
    content: attr(data-text);
    display: block;
    font-size: 3.5rem;
    line-height: 1.4;
  } 
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.business .photo {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50% - 100px);
}
.business picture {
  position: relative;
  display: block;
}
.business picture img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
}


.business .detail {
  max-width: 640px;
  width: 56%;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}
.business .detail .content {
  max-width: 600px;
}
.business .detail .content p {
  color: #fff;
}
.business .detail .content .btn {
  width: 270px;
  background: none;
  border: 1px solid #fff;
}
.business .detail .content .btn:hover {
  opacity: 0.7;
  transition: 0.2s opacity;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 900px) {
  /*ブラウザの幅が736px以下の時*/
  .business .photo {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0%);
    width: 90%;
    margin: 0 auto;
  }
  .business picture img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
  }
  
  .business .detail {
    max-width: 640px;
    width: 100%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }
  .business .detail .content {
    max-width: 100%;
  }
}


/* ****************************************************************************************************
   * 設備紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.facility {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background: url("../../_images/index/facility-bg.png") no-repeat;
  background-size: cover;
  height: 700px;
}
.facility .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  .facility {
    height: auto;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.facility .title {
  position: relative;
  text-align: left;
  font-size: 2.0rem;
  font-weight: bold;
}
.facility .title::before {
  content: attr(data-text);
  display: block;
  color: var(--c-l-blue);
  font-size: 5.5rem;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .facility .title {
    position: relative;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .facility .title::before {
    content: attr(data-text);
    display: block;
    color: var(--c-l-blue);
    font-size: 3.5rem;
    line-height: 1.4;
  } 
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.facility .photo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 100px);
}
.facility picture {
  position: relative;
  display: block;
}
.facility picture img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
}
.facility .detail {
  max-width: 640px;
  width: 56%;
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-start;
}
.facility .detail .content {
  max-width: 600px;
}
.facility .detail .content .btn {
  width: 270px;
  margin: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .facility .photo {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    width: 90%;
    margin: 0 auto;
  }
  .facility picture img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
  }
  .facility .detail {
    max-width: 640px;
    width: 100%;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-start;
  }
  .facility .detail .content {
    max-width: 100%;
  }
  .facility .detail .content .btn {
    margin: 0 auto;
  }
}


/* ****************************************************************************************************
   * 会社案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.company {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../../_images/index/company-bg.png") no-repeat;
  background-size: cover;
}

.company .body {
  max-width: 1120px;
  width: auto;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.company .title {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
.company .title::before {
  content: attr(data-text);
  display: block;
  color: var(--c-l-blue);
  font-size: 5.5rem;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .title {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .company .title::before {
    content: attr(data-text);
    display: block;
    color: var(--c-l-blue);
    font-size: 3.5rem;
    line-height: 1.4;
  } 
}
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.company .layout-flex-3 {
  justify-content: center;
  column-gap: 50px;
}
.company .layout-flex-3 > * {
  padding: 0;
}

.company .layout-flex-3 li {}

.company .layout-flex-3 li a.item {
  position: relative;
  display: block;
  color: #fff;
}
.company .layout-flex-3 li .item .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  transition: .2s;
}
.company .layout-flex-3 li .item .content .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: bold;
  min-height: 3em;
}
.company .layout-flex-3 li .item .content .btn-area {
  margin-top: 0;
}
.company .layout-flex-3 li .item .content .btn-1 {
  font-size: 1.6rem;
}
.company .layout-flex-3 li .item .content .btn-1 span {
  position: relative;
  padding-right: 3em;
}
.company .layout-flex-3 li .item .content .btn-1 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/link-arrow-w-l.png") no-repeat;
  width: 42px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.1s;
}
.company .layout-flex-3 li .item .content:hover span::after {
  right: -0.2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .layout-flex-3 {
    justify-content: center;
    column-gap: 20px;
  }
  .company .layout-flex-3  > * {
    width: 47%;
    margin: 0;
  }
  .company .layout-flex-3 li .item .content .text {
    font-size: 1.6rem;
  }
}

/* ****************************************************************************************************
   * 採用情報
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.recruit {
  position: relative;
  margin-top: 100px;
}
.recruit .bg {
  background: url("../../_images/index/recruit-1.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
.recruit .bg a {
  display: block;
  background-color: rgba(0,0,0,0.4);
  height: 500px;
  transition: .6s;
}
.recruit .bg a:hover {
  background-color: rgba(0,0,0,0);
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .recruit {
    position: relative;
    margin-top: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.recruit .title {
  position: relative;
  text-align: left;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}
.recruit .title::before {
  content: attr(data-text);
  display: block;
  font-size: 5.5rem;
  line-height: 1.4;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .recruit .title {
    position: relative;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
  }
  .recruit .title::before {
    content: attr(data-text);
    display: block;
    font-size: 3.5rem;
    line-height: 1.4;
    color: var(--c-l-blue);
  } 
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.recruit .content {
  width: 50%;
  min-width: 710px;
  padding: 0 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.recruit .content .text {
  color: #fff;
}
.recruit > a {
  display: block;
  height: 100%;
}
.recruit > a:hover {
  background: rgba(255,255,255,.4);
}

.recruit .link-btn {
  margin-top: 40px;
}
.recruit .btn {
  width: 270px;
  margin: 0 auto;
}
.recruit .btn:hover {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .recruit .content {
    width: 100%;
    min-width: 100%;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .recruit .content .text {
    color: #333;
  }
  .recruit picture {
    display: block;
    margin-top: 1em;
  }
}



