@charset "UTF-8";

/* common */

.container {
  max-width: 850px;
  padding: 9.5rem 0 0;
}

.btn-box {
  text-align: right;
}

/* main */

#catch {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

#catch .catch-bg {
  background-image: url(../images/catch-about-2400x1600.jpg);
  background-size: cover;
  background-position: center;
  height: 150px;
}

#catch .catch-bg-filter {
  background-color: rgba(236, 242, 245, 0.4);
  height: 100%;
}

#about-contents .container {
  padding: 0;
}

#about-contents .about-contents-bg {
  /* background-color: var(--body-bg-sub); */
  border-radius: 3px;
  padding: 1.5rem 1rem;
  margin: 0 auto;
}

#about-contents .box {
  margin-bottom: 1.2rem;
}

#about-contents .box:last-child {
  margin-bottom: 0.8rem;
}

#about-contents .box .annotation {
  font-size: 80%;
}

#about-contents .section-title {
  color: #fff;
  background-color: var(--main-color);
  display: inline-block;
  text-align: center;
  font-family: var(--font-family-01);
  font-size: 18px;
  padding: 2px 6px;
  margin-bottom: 0.4rem;
}

#about-contents .address-list {
  margin-bottom: 0.4rem;
}

#about-contents .address-list li {
  margin-bottom: 0.2rem;
}

#about-contents .address-list h4 {
  color: var(--main-color);
  font-family: var(--font-family-01);
  font-size: 18px;
  margin-bottom: -0.2rem;
}

#about-contents address {
  font-family: var(--font-family-01);
  font-size: 17px;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  /* main */

  #catch {
    margin-top: 3.5rem;
    margin-bottom: 4.5rem;
  }

  #catch .catch-bg {
    height: 250px;
  }

  #about-contents .about-contents-bg {
    max-width: 700px;
    padding: 3rem 2.5rem;
  }

  #about-contents .box {
    margin-bottom: 1.5rem;
  }

  #about-contents address {
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
  #catch .catch-bg {
    height: 250px;
  }
}
