@charset "UTF-8";
/***********************
        about
***********************/
.about-wrap {
  padding: 75px 30px;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
h2 span {
  color: #727C98;
}

@media screen and (max-width: 600px) {
  .wrap980 {
    padding: initial;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 15px;
    text-align: center;
  }
}

/* ----- .introduction -----*/
.contents-wrapper.introduction {
  margin-top: 20px;
}
.introduction .row {
  margin-bottom: 50px;
}
.row .item-left {
  width: 430px;
  margin-right: 20px;
}
.row .item-left img {
  width: 100%;
  height: 202px;
  object-fit: cover;
}
.row .item-right {
  width: 46%;
}
.row .item-right p {
  margin-bottom: 20px;
  line-height: 28px;
}
.link {
  padding-left: 16px;
}
.link a {
  font-size: 1.4rem;
  position: relative;
  text-decoration: underline;
}
.link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) translateY(-50%);
}
.link a:hover {
  opacity: 0.8;
}
.introduction .row.sec {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .introduction .row {
    margin-bottom: 30px;
    padding: 0;
  }
  .row.flex.between {
    display: block;
  }
  .row .item-left, .row .item-right {
    width: 100%;
  }
  .row .item-left img {
    margin: auto;
    display: block;
    height: auto;
  }
  .item-left img.pc {
    display: none;
  }
  .row .item-right p {
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  .link {
    padding-left: 32px;
  }
}


.small {
  font-size: 1rem;
  text-align: right;
}


@media screen and (max-width: 600px) {
  .item-right img {
    margin: auto;
  }
  #about .btn-wrap.b-gray {
    padding: 2rem 0 3rem;
  }
  #about .btn-wrap.b-gray .btn {
    width: 100%;
  }
  #about .id-wrap {
    padding: 30px 20px;
  }
  #about .id-wrap .item-left {
    margin-bottom: 20px;
  }
  #about .id-wrap .item-right p {
    padding: 0;
  }
  #about .item-bottom.flex.between {
    display: block;
  }
  .item-left.t-bottom img {
    height: 144px;
  }
}