@charset "UTF-8";
/* CSS Document */
/*//////////PCサイズ///////////*/
@media screen and (min-width: 768px) {
/* ==============================
ポートフォリオタイトル start 
============================== */
.section-title {
  display: flex;
  align-items: center;
  gap: 2vw;
  background-color: #F2F2EF;
  padding-bottom: 5vw;
}
.title-line {
  width: 8vw;
    height: 0.4rem;
  flex-shrink: 0;
}
.title-text {
  font-size: 1.8rem;
  font-weight: 100;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
}
.property-tags .tag {
  display: inline-block;
  font-size: 0.8rem;
  color: #000;
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
  text-decoration: none;
}
/* タグ色クラス（正式色） */
.csr{
background-color: #124378;
}
/* ==============================
ポートフォリオタイトル end 
============================== */
/* ==============================
CSR カンボディア 全体ラッパー start
============================== */
.csr-wrapper {
  padding-bottom: 10vw;
  background-color: #F2F2EF;
}
/* ==============================
CSR カンボディア 全体ラッパー end
============================== */

/* ==============================
CSR カンボディア 共通セクションスタイル start
============================== */
.csr_section {
  max-width: 80vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46vw 1fr;
  gap: 4rem;
  align-items: center;
  padding: 4rem 0;
}

.csr_section:nth-of-type(even) {
  direction: rtl;
}

.csr_section:nth-of-type(even) .text {
  direction: ltr;
}

.csr_section .title,
.section-ashiya-04 .title {
  color: #124378;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.csr_section .text,
.section-ashiya-04 .text {
  font-size: 1rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.csr_section .image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.csr_section .image img {
  width: 25vw;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: 2vw 2vw 0 #d6dcdf;
}
/* ==============================
CSR カンボディア 共通セクションスタイル end
============================== */

/* ==============================
CSR カンボディア 所在地セクション start
============================== */
.csr_address {
  background-color: #f3f3f0;
  padding: 6rem 0 0 0;
  text-align: center;
}

.csr_address .border-line {
  width: 82vw;
  height: 1px;
  background-color: #444;
  margin: 0 auto 3rem;
}

.csr_address .address-box {
width: 80vw;
  background-color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 2;
  box-shadow: 0 0 10px 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;
}
/* ==============================
CSR カンボディア 所在地セクション end
============================== */
/* ==============================
CSR 芦屋学園 セクション04 start
============================== */
.section-ashiya-04 {
  max-width: 80vw;
  margin: 0 auto;
  padding: 0 0;
}
/* ==============================
CSR 芦屋学園 セクション04 end
============================== */

}