@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* ボーダーボックスの変更*/
/* ボーダーボックスの変更*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
icon回転
----------------------------------------------------*/
/*----------------------------------------------------
矢印
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 初期：bg塗りあり、枠線塗りあり ⇨ hoverで反転 */
/* 初期：bg塗りなし、枠線塗りあり ⇨ hoverで反転 */
/* 右矢印付き 「▶︎」*/
/* ボタン矢印あり 「 ---\ 」*/
/* '+' ありボタン */
/* hoverするとブワッとかわる */
/*----------------------------------------------------
#about ビニプロ.comとは
----------------------------------------------------*/
#about {
  padding-bottom: 61px;
  /* 751- */
  /* CT⇨センターの意味*/
}
#about .ttl_about h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
  color: #1BA1E6;
  margin-bottom: 24px;
}
#about .ttl_about h2 span {
  position: relative;
}
#about .ttl_about h2 span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #1BA1E6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
}
#about .flowImage {
  margin: 126px auto 0;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 751px) {
  #about .flowImage {
    width: 260px;
  }
  #about .flowImage img {
    max-width: 260px;
  }
}
@media all and (min-width: 751px) {
  #about .flowImage {
    margin: 100px auto 91px;
  }
}
#about .intro {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.025em;
  line-height: 2.359;
  margin-bottom: 31px;
}
#about .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: 29px;
}
#about .contact {
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 2;
}
#about .textArea {
  margin-bottom: 45px;
}
@media all and (min-width: 751px) {
  #about {
    padding-bottom: 89px;
  }
  #about .ttl_about h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
    margin-bottom: 24px;
  }
  #about .ttl_about h2 span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: #1BA1E6;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -60px;
  }
  #about .intro {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
  #about .text {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.142;
  }
  #about .contact {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 2.142;
  }
}
@media all and (min-width: 1161px) {
  #about .head_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 43px 0 64px 75px;
  }
  #about .textArea {
    max-width: 578px;
  }
}
#about .checkArea {
  margin-top: 55px;
  padding: 38px 24px;
  background-color: #1BA1E6;
  color: white;
  /* PC */
  /* 751- */
}
#about .checkArea .check_ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6667;
  margin-bottom: 20px;
}
#about .checkArea .check_ttl span {
  position: relative;
}
#about .checkArea .check_ttl span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 53px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -62px;
}
#about .checkArea .checkText {
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.846;
}
@media all and (min-width: 751px) {
  #about .checkArea {
    padding: 39px 63px;
    margin: 0 auto;
    max-width: 1000px;
  }
  #about .checkArea .check_ttl {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.6667;
  }
  #about .checkArea .checkText {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 1.866;
  }
}

/*----------------------------------------------------
strong 株式会社チームライクの強み
----------------------------------------------------*/
#strong {
  padding: 43px 0 52px;
  background-color: #E2EBF0;
  /* 751- */
  /* CT⇨センターの意味*/
}
#strong .box {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 27px 27px;
  -webkit-box-shadow: 0px 0px 15px rgba(27, 161, 230, 0.2);
          box-shadow: 0px 0px 15px rgba(27, 161, 230, 0.2);
  /* -750 */
}
#strong .box .box_image {
  margin: 0 auto 10px;
  width: 100px;
}
#strong .box.one .box_image img {
  width: 97px;
}
#strong .box.two .box_image img {
  width: 97px;
}
#strong .box.three .box_image img {
  width: 83px;
}
@media all and (max-width: 751px) {
  #strong .box {
    margin-bottom: 16px;
  }
}
#strong .ttl_min {
  text-align: center;
  margin-bottom: 15px;
}
#strong .ttl {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.733;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #D0E8FF));
  background: linear-gradient(transparent 60%, #D0E8FF 0%);
}
#strong .number {
  position: relative;
  display: inline-block;
  color: #1BA1E6;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
}
#strong .number::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 110%;
  background-color: #1BA1E6;
  bottom: -3px;
}
#strong .text {
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.846;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (min-width: 751px) {
  #strong {
    padding: 87px 0 77px;
  }
  #strong .box {
    padding: 20px 27px 27px;
    margin-bottom: 30px;
  }
  #strong .box .box_image {
    width: 173px;
    margin: 0 auto 20px;
  }
  #strong .box.one .box_image img {
    width: 173px;
  }
  #strong .box.two .box_image img {
    width: 167px;
  }
  #strong .box.three .box_image img {
    width: 150px;
  }
  #strong ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #strong ul .box {
    width: 48%;
  }
  #strong .secTitle {
    margin-bottom: 86px;
  }
  #strong .ttl_min {
    margin-bottom: 22px;
  }
  #strong .ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.733;
  }
  #strong .number {
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.6667;
  }
  #strong .number::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 110%;
    background-color: #1BA1E6;
  }
  #strong .text {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.846;
  }
}
@media all and (min-width: 1161px) {
  #strong ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #strong ul .box {
    width: 31.896%;
  }
}

/*----------------------------------------------------
サービスの安定供給、低価格・短納期を目的とした自社工場
----------------------------------------------------*/
#plant {
  padding: 50px 0 56px;
  /* 751- */
  /* CT⇨センターの意味*/
}
#plant .plantBox {
  padding: 50px 28px;
  border: 4px solid #A7CFE6;
  /* -375 */
}
@media all and (max-width: 375px) {
  #plant .plantBox {
    padding: 50px 15px;
  }
}
#plant h2 {
  position: relative;
}
#plant h2 span::after {
  background: none;
}
#plant h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #1BA1E6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -23px;
}
#plant .lt_img {
  margin-bottom: 31px;
}
#plant .lt_img li {
  /* -750 */
}
@media all and (max-width: 751px) {
  #plant .lt_img li {
    margin-bottom: 12px;
  }
  #plant .lt_img li:last-child {
    margin-bottom: 0px;
  }
}
#plant .intro {
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.846;
}
#plant .btnArea {
  text-align: center;
}
#plant .btn {
  color: #1BA1E6;
  background: #ffffff;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 147, 255, 0.16));
          filter: drop-shadow(0px 0px 20px rgba(0, 147, 255, 0.16));
  /* 751- */
  max-width: 290px;
}
#plant .btn span {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #plant .btn:hover {
    background-color: #1BA1E6;
    color: #ffffff;
  }
}
#plant .btn span {
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.6667;
}
@media all and (min-width: 751px) {
  #plant .secTitle {
    margin-bottom: 76px;
  }
  #plant h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 93px;
    background-color: #1BA1E6;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -35px;
  }
  #plant .intro {
    margin-bottom: 50px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.846;
  }
  #plant .btn {
    color: #1BA1E6;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 147, 255, 0.16));
            filter: drop-shadow(0px 0px 20px rgba(0, 147, 255, 0.16));
    /* 751- */
    max-width: 408px;
    height: 60px;
  }
  #plant .btn span {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media all and (min-width: 751px) and (min-width: 751px) {
  #plant .btn:hover {
    background-color: #1BA1E6;
    color: #ffffff;
  }
}
@media all and (min-width: 751px) {
  #plant .btn span {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.6667;
  }
}
@media all and (min-width: 751px) {
  #plant .lt_img {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plant .lt_img li {
    width: 48%;
  }
}
@media all and (min-width: 1161px) {
  #plant .plantBox {
    padding: 80px 80px;
  }
}

/*----------------------------------------------------
工事・施工も対応。
----------------------------------------------------*/
#construction {
  padding-bottom: 65px;
  background: url("../images/service/net_japan_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  /* -750 */
  /* 751- */
  /* CT⇨センターの意味*/
}
@media all and (max-width: 751px) {
  #construction {
    padding-top: 30px;
  }
}
#construction .secTitle {
  text-align: left;
}
#construction .secTitle span {
  position: relative;
}
#construction .secTitle span::after {
  left: 0px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#construction .text {
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.846;
  margin-bottom: 20px;
}
#construction .btnArea {
  text-align: center;
}
#construction .btn {
  width: 84.0579%;
}
@media all and (min-width: 751px) {
  #construction {
    padding: 117px 0 130px;
    background-position: right 100px top 50px;
  }
  #construction .secTitle {
    margin-bottom: 89px;
  }
  #construction .secTitle span::after {
    bottom: -45px;
    width: 93px;
  }
  #construction .text {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 2;
    margin-bottom: 48px;
  }
  #construction .btnArea {
    text-align: left;
  }
  #construction .btn {
    width: 408px;
  }
}
@media all and (min-width: 1161px) {
  #construction {
    background: url("../images/service/net_japan_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 512px 522px;
    max-width: 1366px;
    margin: 0 auto;
    background-position: left top 80px;
  }
  #construction .textArea {
    margin: 0 0 0 auto;
    width: 656px;
  }
}

/*----------------------------------------------------
運営サイト
----------------------------------------------------*/
#manageSite {
  background-color: #F7F8F8;
  padding-bottom: 41px;
  /* 751- */
  /* CT⇨センターの意味*/
}
#manageSite li {
  /* -750 */
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(27, 161, 230, 0.2);
          box-shadow: 0px 0px 15px rgba(27, 161, 230, 0.2);
}
@media all and (max-width: 751px) {
  #manageSite li {
    margin-bottom: 15px;
  }
}
#manageSite .title {
  background-color: #1BA1E6;
  color: #ffffff;
  text-align: center;
  padding: 26px 0;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 1.538;
}
#manageSite .imageArea {
  position: relative;
  text-align: center;
  padding: 30px 0;
}
#manageSite .imageArea::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 1px solid #1BA1E6;
  border-right: 1px solid #1BA1E6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
#manageSite .binipro .title {
  padding: 15px 13px;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.538;
}
#manageSite .binipro .title span,
#manageSite .binydepo .title span{
  display: block;
  color: #B4D9EA;
  font-size: 11px;
  letter-spacing: -0.03em;
  line-height: 2;
}
#manageSite .binipro .imageArea img,
#manageSite .binydepo .imageArea img,
#manageSite .agridepo .imageArea img,
#manageSite .sheetory .imageArea img {
  width: 133px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #manageSite .binipro .imageArea img,
  #manageSite .binydepo .imageArea img,
  #manageSite .agridepo .imageArea img,
  #manageSite .sheetory .imageArea img {
    width: 217px;
  }
}
#manageSite .net .imageArea img {
  width: 171px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #manageSite .net .imageArea img {
    width: 247px;
  }
}
#manageSite .tent .imageArea img {
  width: 169px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #manageSite .tent .imageArea img {
    width: 244px;
  }
}
#manageSite .cover .imageArea img {
  width: 154px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #manageSite .cover .imageArea img {
    width: 231px;
  }
}
#manageSite .yodoya .imageArea img {
  width: 153px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #manageSite .yodoya .imageArea img {
    width: 221px;
  }
}
#manageSite .metal .imageArea img {
  width: 125px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #manageSite .metal .imageArea img {
    width: 189px;
  }
}
@media all and (min-width: 751px) {
  #manageSite .title {
    border: 1px solid #1BA1E6;
    height: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #manageSite ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #manageSite li {
    width: 48%;
    margin-bottom: 40px;
  }
  #manageSite li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #manageSite li a:hover {
    opacity: 0.4;
  }
  #manageSite li a:hover .imageArea::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-top: 1px solid #1BA1E6;
    border-right: 1px solid #1BA1E6;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 8px);
    -webkit-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
  }
  #manageSite .imageArea {
    padding-top: 40px;
    height: 120px;
  }
  #manageSite .imageArea::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media all and (min-width: 1161px) {
  #manageSite li {
    width: 31%;
  }
}
/*# sourceMappingURL=service.css.map */