@charset "UTF-8";
/*
placeholder color
@include placeholderColor(#c4c4c4);
 */

/* ##################################################

各ページの個別コンテンツ設定
・基本的にページ個別で使用するもの
・複数ページで使用するパーツはsg-common.cssへ記述

--------------------------------------------------

■about
■business
■recruit
■product

################################################## */

/* ==================================================
	■about
================================================== */

/* ▽ SP layout ========== */

@media only screen and (max-width: 640px) {
  .btn-pdf {
    text-align: center;
  }
}

/* ========== end △ */

.btn-pdf a {
  display: inline-block;
  padding: 5px 20px 3px;
  border: 2px solid #0f3653;
  background-color: #0f3653;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  transition: .2s;
}

/* ▽ PC layout ========== */

@media print, screen and (min-width: 641px) {
  .btn-pdf a:hover {
    background-color: #fff;
    color: #0f3653;
  }
}

/* ========== end △ */

.signature-txt {
  margin-top: 3%;
  text-align: right;
}

/* ▽ PC layout ========== */

@media print, screen and (min-width: 641px) {
  .signature-txt {
    margin-top: 20px;
  }
}

/* ========== end △ */

/* ==================================================
	■business
================================================== */

.business-box {
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 3%;
  border: 11px solid #f7f7f7;
  font-size: 16px;
}

/* ▽ PC layout ========== */

@media print, screen and (min-width: 641px) {
  .business-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
  }
}

/* ========== end △ */

.business-box dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* ▽ PC layout ========== */

@media print, screen and (min-width: 641px) {
  .business-box dt {
    font-size: 20px;
  }
}

/* ========== end △ */

.special-head {
  box-sizing: border-box;
  padding: 5%;
  background: url(../img/special-bg.jpg) 50% 50%/cover no-repeat;
  color: #FFF;
  font-size: 16px;
}

.special-head p {
  color: #fff;
}

/* ▽ PC layout ========== */

@media print, screen and (min-width: 641px) {
  .special-head {
    padding: 40px 50px;
    font-size: 18px;
  }
}

/* ========== end △ */

.special-head .ttl {
  position: relative;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 3px solid #dadada;
  font-size: 20px;
  font-weight: bold;
}

/* ▽ PC layout ========== */

@media print, screen and (min-width: 641px) {
  .special-head p {
    color: #FFF;
  }
  .special-head .ttl {
    font-size: 24px;
  }
}

/* ========== end △ */

.special-head .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background-color: #078C03;
}

/* ==================================================
	■recruit
================================================== */

/* ==================================================
	■product
================================================== */