@charset "UTF-8";
/* ヘッダー======================================== */
.page-header {
  background-image: url("/about/images/header.jpg");
}
.list-normal1.flow .list::after {
  content: none;
}

/* 特徴======================================== */
.tokutyou {
  background: #dff0ef;
}
.tokutyou .list-normal1.flow .list {
  border: none;
}
.tokutyou h3 {
  border-bottom: 3px dotted #00a5af; /* お好みの色にしてOK */
  padding-bottom: 5px; /* 下に少し余白 */
  border-radius: 0px;
  color: #323232;
  text-align: center;
}
.tokutyou .kokoro h3 {
  border-bottom: 3px dotted #ffb0ce; /* お好みの色にしてOK */
}
.tokutyou .list-normal1 {
  margin-top: 3em;
}
.inline-block {
  display: inline-block;
}
.inline-block span {
  color: #009999;
  font-weight: 900;
}
/* 講師・カウンセラー======================================== */
.katagaki .label {
  margin-bottom: 1em;
  color: #fff;
  background: #009999;
}
.list-normal1 {
  margin-bottom: 3em;
}
.profile .list-normal1.flow .list {
  justify-content: start;
}
/* 施設======================================== */
/* 共通スタイル */
.info-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1119.7px;
  margin: 0 auto;
}

.info-box {
  padding: 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.6;
  flex: 1 1 400px; /* 基本は2カラム想定 */
}

.info-box div {
  margin-bottom: 0.8rem;
  padding: 0.6rem 1rem;
  border-radius: 8px;
}

.info-box div:nth-child(odd) {
  background-color: #eafaf8;
}

.info-box div:nth-child(even) {
  background-color: #ffffff;
}

.info-box .info-label {
  display: inline-block;
  font-weight: bold;
  color: #007d7e;
  width: 6em;
}

.info-image-bg {
  flex: 1 1 300px;
  aspect-ratio: 4 / 3;
  background-image: url("/about/images/faci.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  min-width: 280px;
}

/* アクセス======================================== */
.access-info {
  text-align: center;
  padding: 2rem 1rem;
}

.access-header h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 900;
}

.access-header p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.access-methods {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.access-box {
  flex: 1 1 200px;
  border-radius: 12px;
  text-align: center;
}

.access-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #009999;
}

.access-title {
  display: inline-block;
  color: #008080;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-weight: bold;
  margin-bottom: 1rem;
  background-color: #dff0ef;
}

.access-box p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

/* アイコン */
.access .fas {
  font-size: 1.8em;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .access-methods {
    flex-direction: column;
    align-items: center;
  }

  .access-box {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top_about {
    text-align: center;
  }
  .txt_b {
    text-align: center !important;
  }
  .inline-block {
    margin: 1em auto;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .list-normal1.flow .list {
    width: 100%;
  }
  .info-container {
    flex-direction: column;
  }

  .info-box,
  .info-image-bg {
    width: 100%;
    max-width: 100%;
  }

  .info-box {
    padding: 1.2rem;
  }
}
