@charset "UTF-8";

/* ---------------------------------------------------------
catch
----------------------------------------------------------*/
#catch h2 {
  color: #000;
}

#catch h2::before {
  background: url(../../common/imgs/ico-about_b.svg) center center no-repeat;
  background-size: contain;
  width: 34px;
  height: 40px;
}

#catch ul.slider .slick-arrow {
  background: rgba(0,0,0,.9);
}

/* ---------------------------------------------------------
about
----------------------------------------------------------*/
#about {
}

#about h3.title {
  display: block;
  border-bottom: 1px solid #ccc;
}

#about h3.title span {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  font-size: 4rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  border-bottom: 1px solid #000;
  margin: 0 0 -1px 0;
}

@media screen and (max-width: 640px) {

#about h3.title span {
  font-size: 6.25vw;
  line-height: 9.375vw;
}
}

#about .text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 45px;
  line-height: 4.5rem;
}

@media screen and (max-width: 640px) {

#about .text {
  font-size: 3.75vw;
  line-height: 7.03125vw;
}
}

#about .innner {
  padding: 5% 0;
}

#about .youtube {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 5%;
  padding-top: 56.25%;
}

#about .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about ul.colBox {
}

#about ul.colBox li {
  flex-basis: 47.5%;
}

#about ul.colBox li div {
  padding: 5% 0;
}

#about ul.colBox li .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 45px;
  line-height: 4.5rem;
  padding: 0 0 5px 0;
}

@media screen and (max-width: 640px) {

#about ul.colBox li .ttl {
  font-size: 4.375vw;
  line-height: 5vw;
}
}

#about ul.colBox li .text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 45px;
  line-height: 4.5rem;
}

@media screen and (max-width: 640px) {

#about ul.colBox li .text {
  font-size: 3vw;
  line-height: 5vw;
}
}
