@charset "UTF-8";
/* CSS Document */
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {
/* ==============================
 * CSR 共通タイトル（SP） start
 * ============================== */
.section-title {
  display: flex;
  align-items: center;
  gap: 4vw;
  background-color: #F2F2EF;
  padding: 8vw 6.5vw;
}
.title-line {

}
.title-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
}
/* ==============================
 * CSR 共通タイトル（SP） end
 * ============================== */


/* ==============================
 * CSR 共通セクション（SP） start
 * ============================== */
.csr-wrapper {
  padding: 10vw 0 0 0;
  background-color: #F2F2EF;
}
.csr_section {
  width: 87vw;
  margin: 0 auto 12vw auto;
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
.csr_section .title {
  color: #124378;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.csr_section .text {
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: justify;
}
.csr_section .image {
  width: 100%;
}
.csr_section .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: 4vw 4vw 0 #d6dcdf;
}
/* reverse は無効化（SPでは縦積みで統一） */
.csr_section.reverse {
  direction: ltr;
}
/* ==============================
 * CSR 共通セクション（SP） end
 * ============================== */


/* ==============================
 * CSR 所在地セクション（SP） start
 * ============================== */
.csr_address {
  background-color: #f3f3f0;
  padding: 0 0 0 0;
  text-align: center;
}
.csr_address .border-line {
  width: 87vw;
  height: 1px;
  background-color: #444;
  margin: 0 auto 6vw auto;
}
.csr_address .address-box {
  width: 100vw;
  background-color: #fff;
  display: block;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.csr_address .address-box strong {
  font-size: 1.1rem;
  font-weight: bold;
}
.csr_address .address-box a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}
/* ==============================
 * CSR 所在地セクション（SP） end
 * ============================== */


/* ==============================
 * CSR 芦屋学園 セクション04（SP） start
 * ============================== */
.section-ashiya-04 {
  width: 87vw;
  margin: 0 auto 12vw auto;
}
.section-ashiya-04 .title {
  color: #124378;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.section-ashiya-04 .text {
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
}
/* ==============================
 * CSR 芦屋学園 セクション04（SP） end
 * ============================== */
}