@charset "utf-8";

/* タイトル */
.title {
  background-image: url(../img-top/image-01-02.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45vw;
  max-height: 575px;
  position: relative;
}

.heading {
  position: absolute;
  top: 1rem;
  margin-left: 2%;
}

.title .heading p {
  font-size: 3.5rem;
  margin: 0;
}

.title .heading .conm {
  font-size: 1.8rem;
}

.title img {
  min-width: 50px;
  padding-top: 36%;
  width: 20%;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0.67em 0;
}

/* インフォメーション */
.info {
  position: relative;
}

.info_t {
  text-shadow: 3px 4px 3px rgb(61 70 70);
  white-space: nowrap;
}

/* ニュース＆トピックス */
.news .text {
  margin: auto;
  margin-bottom: 3rem;
}

.news .text a{
  text-decoration: underline;
}

.news .text tr th {
  padding-right: 1rem;
  vertical-align: top;
}
.news .text tr td{
  text-align: left;
}

/* 選ばれる理由 */
.select {
  margin-left: 6%;
  margin-right: 6%;
}

.select .content {
  display: flex;
  justify-content: center;
}

.select .text {
  letter-spacing: 0.6px;
  line-height: 2.5;
  width: 43%;
}

.select .img {
  margin-left: 1rem;
}

.select img {
  max-height: 300px;
}

/* 選ばれる理由＆事業内容の背景画像 */
.back {
  position: absolute;
  top: -8rem;
}

.back img {
  max-width: 209px;
  width: 75%;
}

/* 事業内容 */
.zigyo {
  position: relative;
}

.zigyo .content {
  align-items: stretch;
  display: flex;
  width: 100%;
}

.zigyo .content .col-4 {
  padding: 1.0rem 1.0rem 0.5rem 1.0rem;
  position: relative;
  width: 55%;
}

.zigyo .content .col-9 {
  width: 60%;
}

.zigyo .content .col-3 {
  padding: 0.5rem 3rem 0.5rem 1rem;
  width: 40%;
}

.zigyo .content .col-4 img {
  max-width: 100px;
  width: 28%;
}

.zigyo .content .col-4 .text {
  font-size: 1.2rem;
  margin: 0.75rem 0 0 0;
}

/* ==========================================================================
  レスポンシブ対応用メディアクエリー
   ========================================================================== */
/* PC */
@media only screen and (min-width: 1200px) {

  /* タイトル */
  .title .heading p {
    font-size: 4.0rem;
  }

  .title .heading .conm {
    font-size: 2.5rem;
  }
}

/* タブレット横, PC */
@media only screen and (max-width: 792px) {

  /* タイトル */
  .title {
    padding-top: 0;
  }

  .title .heading p {
    font-size: 3.2rem;
  }

  .logo-img {
    display: none;
  }

  .left-content .btn span,
  .service .btn span {
    padding: 0% 5%;
  }

  .heading {
    margin-left: 5%;
    top: 2rem;
  }

  .title .heading .conm {
    font-size: 1.3rem;
  }

  .title img {
    padding-top: 1rem;
  }

  /* 選ばれる理由 */
  .select .img {
    margin-bottom: 0.5rem;
    margin-left: 0.2rem;
    order: 1;
    width: 100%;
  }

  .select .text {
    line-height: 2;
    order: 2;
    width: 100%;
  }

  .select .content {
    flex-wrap: wrap;
  }

  /* 選ばれる理由＆事業内容の背景画像 */
  .back {
    top: -5rem;
  }

  .back img {
    max-width: 125px;
    width: 100%;
  }

  /* 事業内容 */
  .zigyo .content {
    flex-wrap: wrap;
  }

  .zigyo .content .col-4,
  .zigyo .content .col-9,
  .zigyo .content .col-3 {
    width: 100%;
  }

  .zigyo .content .col-4 {
    order: 2;
  }

  .zigyo .content .col-8 {
    flex-direction: column;
    order: 1;
    width: 100%;
  }

  .zigyo .content .col-4 img {
    margin-bottom: 0.25rem;
    max-width: 90px;
    width: 25%;
  }

  .zigyo .content .col-4 .text {
    padding-bottom: 2rem;
  }
}

/* スマートフォン横、タブレット縦j */
@media only screen and (max-width: 415px) {

  /* タイトル */
  .title {
    height: 290px;
  }

  .title .heading p {
    font-size: 2rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  /* ニュース＆トピックス */
  dl dt,
  dl dd {
    text-align: left;
    width: 55%;
  }

  /* 選ばれる理由＆事業内容の背景画像 */
  .back img {
    max-width: 153px;
    width: 44%;
  }

}