@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-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * リード文
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.lead {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../../_images/index/lead-bg.png") no-repeat;
  background-size: cover;
  background-position: top;
}
.lead .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.lead .main-section {
  position: relative;
  min-height: 550px;
}
.lead .main-section .detail {
  min-width: 540px;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

.lead .main-section .detail .title {
  text-align: left;
}
.lead .main-section .detail .title span {
  color: var(--c-orange);
}

.lead .main-section .detail .text {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .lead .main-section .detail {
    min-width: 100%;
    width: 100%;
    padding-top: 1em;
  }
  .lead .main-section .detail .title {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.lead .main-section picture {
  position: absolute;
  top: 0;
  width: calc( 50% - 50px );
  left: 0;
  border-radius: 0px 40px 40px 0px;
}
.lead .main-section picture img {
  width: 100%;
  height: 550px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 0px 40px 40px 0px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .lead .main-section picture {
    width: 100%;
    display: block;
    padding: 0 20px;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    left: 0;
    border-radius: 40px;
  }
  .lead .main-section picture img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
    left: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lead .main-section picture img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
  }
}


/* ****************************************************************************************************
   * 会社案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.company {
  position: relative;
  background: url("../../_images/index/company-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.company .body {
  max-width: 1120px;
}
.company .column p {
  color: #fff;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company {
    position: relative;
    background: url("../../_images/index/company-bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.company .title {
  color: #fff;
}
.company .title::after {
  color: #fff;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.company .btn {
  background: none;
  border-color: #fff;
  color: #fff;
  width: 300px;
}
.company .btn:hover {
  background: var(--c-orange);
  opacity: 1;
}


/* ****************************************************************************************************
   * 事業内容
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.business {
  position: relative;
  background: #f7f1ed;
  padding-top: 100px;
  padding-bottom: 100px;
}
.business .body {
  max-width: 1120px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.business .layout-flex-2 {
  margin-top: 50px;
}

.business .layout-flex-2 li {
  position: relative;
  transition: 0.6s;
}
.business .layout-flex-2 li .photo {
  text-align: center;
}
.business .layout-flex-2 li::after {
  transition: 0.6s;
}

.business .layout-flex-2 li .btn {
  margin-top: -30px;
}
.business .layout-flex-2 li:hover .btn::after {
  right: 0.5em;
}
.business .layout-flex-2 li a span {
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:820px) {
  /*ブラウザの幅が736px以下の時*/
  .business .btn {
    width: 250px;
  }
}



