@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;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-lower .visual {
  background: url("../../_images/business/visual.jpg") no-repeat;
  background-size: cover;
}

/* ****************************************************************************************************
   * 事業内容
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.business {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.business .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .business {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ****************************************************************************************************
   * リード文
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#lead.section {
  padding-bottom: 0;
}
#lead p {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #lead p {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

/* ****************************************************************************************************
   * 主な業務内容
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#business.business {
  padding-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.business .layout-flex-2 {
  margin-top: 60px;
}

.business .layout-flex-2 {}
.business .layout-flex-2 > * {}

.business .layout-flex-2 li {
  margin-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.business .layout-flex-2 li .title-1 {
  color: var(--c-l-blue);
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin-top: 0.5em;
}
.business .layout-flex-2 li .text {
  margin-top: 0;
}

.business .layout-flex-2 li .images {
  position: relative;
  text-align: center;
  display: block;
}
.business .layout-flex-2 li .images img {
  position: relative;
  display: block;
  margin: 0 auto;
}
.business .layout-flex-2 li .images span {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100px;
  height: 116px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
  margin-top: -30px;
  margin-left: 40px;
}
.business .layout-flex-2 li .images span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-icon.png") no-repeat;
  width: 100px;
  height: 116px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .business .layout-flex-2 {
    margin-top: 3em;
    justify-content: center;
    column-gap: 10px; 
  }
  .business .layout-flex-2 > * {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .business .layout-flex-2 li .title-1 {
    font-size: 2.2rem;
  }
  
  .business .layout-flex-2 li .images span {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 58px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 0.5em;
    color: #fff;
    font-size: 2.2rem;
    margin-top: -20px;
    margin-left: -10px;
  }
  .business .layout-flex-2 li .images span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-icon.png") no-repeat;
    width: 50px;
    height: 58px;
    background-size: 100%;
  }
}

/* ****************************************************************************************************
   * 加工技術・対応範囲
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#processing {
  padding-top: 100px;
  padding-bottom: 100px;
}

#processing .lead {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #processing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #processing .lead {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#processing picture {
  display: block;
  margin-top: 30px;
}

/* ----------------------------------------------------------------------------------------------------
   * 加工可能範囲
/* ------------------------------------------------------------------------------------------------- */

.business .box {
  margin-top: 50px;
  background: #fff;
  padding: 50px 1em;
  border: 7px double var(--c-l-blue);
}
.business .box .title {
  font-size: 3.0rem;
  font-weight: 600;
  color: var(--c-l-blue);
  line-height: 1.4;
  text-align: center;
}
.business .box .item {
  max-width: 560px;
  margin: 30px auto 0;
}
.business .box .item.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.business .box span.text-1 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--c-l-blue);
  line-height: 1.4;
}

.business .box span.title-1 {
  background: var(--c-l-blue);
  text-align: center;
  padding: 0.6em;
  color: #fff;
  line-height: 1.0;
  margin-right: 1em;
}
.business .box span.text-2 {
  font-size: 1.8rem;
}

.business .box .text {
  text-align: center;
  color: var(--c-l-blue);
  font-size: 2.2rem;
  font-weight: bold;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .business .box {
    margin-top: 20px;
    padding: 20px;
  }
  .business .box .title {
    font-size: 2.4rem;
  }
  .business .box .item {
    max-width: 100%;
    margin: 1em auto 0;
  }
  .business .box .item.flex {
    display: block;
    text-align: center;
  }
  .business .box .item > * {
    display: inline-block;
    margin-bottom: 1em;
  }
  .business .box span.text-1 {
    font-size: 2.0rem;
  }
  .business .box span.title-1 {
    background: var(--c-l-blue);
    text-align: center;
    padding: 0.6em;
    color: #fff;
    line-height: 1.0;
    margin-right: 0;
  }
  .business .box span.text-2 {
    font-size: 1.6rem;
  }
  .business .box .text {
    margin-top: 0;
    text-align: left;
    color: var(--c-l-blue);
    font-size: 1.8rem;
    font-weight: bold;
  }
}
