/* breakpoint */
/* ============================================ */
@media (max-width: 1023.9px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 1023.9px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023.9px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1023.9px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

#imageTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  background-size: cover;
  margin-bottom: 50px;
}

#imageTitle.title1 {
  background: url("../../images/title1.jpg") no-repeat center;
  background-size: 100% auto;
}

#imageTitle.title2 {
  background: url("../../images/title2.jpg") no-repeat center;
  background-size: 100% auto;
}

#imageTitle.title3 {
  background: url("../../images/title3.jpg") no-repeat center;
  background-size: 100% auto;
}

#imageTitle.title4 {
  background: url("../../images/title4.jpg") no-repeat center;
  background-size: 100% auto;
}

#imageTitle.title5 {
  background: url("../../images/title5.jpg") no-repeat center;
  background-size: 100% auto;
}

#imageTitle.title6 {
  background: url("../../images/title6.jpg") no-repeat center;
  background-size: 100% auto;
}

#imageTitle.title7 {
  background: url("../../images/title7.jpg") no-repeat center;
  background-size: 100% auto;
}

#imageTitle.title8 {
  background: url("../../images/title8.jpg") no-repeat center;
  background-size: 100% auto;
}

@media (max-width: 1023.9px) {
  #imageTitle {
    height: 160px;
    margin-bottom: 30px;
  }
  #imageTitle.title1, #imageTitle.title2, #imageTitle.title3, #imageTitle.title4, #imageTitle.title5, #imageTitle.title6, #imageTitle.title7, #imageTitle.title8 {
    background-size: cover;
  }
}

.reformPage {
  padding: 20px;
  background: #f8fafc;
}

.reformPage .featureWrap {
  max-width: 960px;
  margin: 0 auto;
}

.reformPage .featureWrap .subject {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.08em;
  margin: 0 0 40px;
  position: relative;
  padding-bottom: 14px;
}

.reformPage .featureWrap .subject::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #caa46a;
  transform: translateX(-50%);
}

.reformPage .featureWrap dl {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 0 0 20px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.reformPage .featureWrap dl dt {
  min-width: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  background: linear-gradient(135deg, #caa46a, #e3c995);
  border-radius: 999px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.reformPage .featureWrap dl dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #374151;
}

.reformPage .featureWrap dl dd br {
  content: "";
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .reformPage {
    padding: 40px 16px;
  }
  .reformPage .featureWrap .subject {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .reformPage .featureWrap dl {
    flex-direction: column;
    padding: 18px 16px;
  }
  .reformPage .featureWrap dl dt {
    align-self: flex-start;
    margin-bottom: 8px;
  }
  .reformPage .featureWrap dl dd {
    font-size: 14px;
  }
}

.reform-nagare {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 0;
}

.reform-nagare li {
  list-style: none;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reform-nagare h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  color: #111827;
}

.reform-nagare h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  background: #f3e6c6;
  color: #8b5a2b;
}

.reform-nagare p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #374151;
}

.reform-nagare p br {
  content: "";
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 1023.9px) {
  .reform-nagare {
    margin: 20px auto 40px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .reform-nagare li {
    padding: 16px 14px 18px;
  }
  .reform-nagare h3 {
    font-size: 16px;
  }
  .reform-nagare h3 span {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .reform-nagare p {
    font-size: 13px;
  }
}

.company-info {
  padding: 40px 20px;
  background: #fff;
  color: #111827;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.company-info__title {
  max-width: 960px;
  margin: 0 auto 20px;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.company-info__table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff;
}

.company-info__table th,
.company-info__table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 14px;
  vertical-align: top;
}

.company-info__table th {
  width: 220px;
  color: #111827;
  text-align: left;
  font-weight: 500;
  background: #f5f5f5;
}

.company-info__table td {
  background: #ffffff;
  line-height: 1.8;
}

.company-info__list {
  margin: 0;
  padding-left: 18px;
}

.company-info__list li {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .company-info {
    padding: 30px 12px;
  }
  .company-info__table th,
  .company-info__table td {
    padding: 10px 12px;
    font-size: 13px;
  }
  .company-info__table th {
    width: 140px;
    white-space: nowrap;
  }
}

/*=== contact page				============================================================================================================*/
.contactPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contactPage .contents {
  width: 1000px;
  margin: 0 auto;
}

.contactPage .contents .zenkoku {
  text-align: center;
  margin: 0 0 20px 0;
}

@media (max-width: 1023.9px) {
  .contactPage .contents {
    width: 100%;
  }
}

.contactPage .contents p.exp {
  text-align: center;
}

@media (max-width: 1023.9px) {
  .contactPage .contents p.exp {
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
  }
}

/*=== privacy page				============================================================================================================*/
.privacyPage {
  margin: 0 auto;
  width: 1000px;
}

.privacyPage dl {
  margin-bottom: 15px;
}

.privacyPage dl dt {
  background: #f8f8f8;
  padding: 10px;
  font-weight: bold;
}

.privacyPage dl dd {
  padding: 5px 10px;
}

@media (max-width: 1023.9px) {
  .privacyPage {
    width: 100%;
    font-size: 14px;
  }
}

.antisocial-policy {
  max-width: 900px;
  margin: 40px auto 60px;
  padding: 0 20px;
  color: #111827;
  line-height: 1.8;
  background: #fff;
}

.antisocial-policy__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.antisocial-policy__intro {
  font-size: 14px;
  margin-bottom: 24px;
}

.antisocial-policy__intro br {
  content: "";
  display: block;
  margin-bottom: 4px;
}

.antisocial-policy__list {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
}

.antisocial-policy__list > li {
  margin-bottom: 20px;
}

.antisocial-policy__list h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
}

.antisocial-policy__list p {
  font-size: 14px;
  margin: 0 0 8px;
}

.antisocial-policy__list ul {
  margin: 0 0 8px 1.2em;
  padding-left: 0;
  list-style: disc;
}

.antisocial-policy__list ul li {
  font-size: 14px;
  margin-bottom: 4px;
}

.antisocial-policy__closing {
  font-size: 14px;
  margin: 16px 0 24px;
}

.antisocial-policy__sign {
  font-size: 14px;
  line-height: 1.6;
}

.antisocial-policy__sign p {
  margin: 0;
}

@media (max-width: 768px) {
  .antisocial-policy {
    margin: 30px auto 40px;
    padding: 0 12px;
  }
  .antisocial-policy__title {
    font-size: 18px;
  }
  .antisocial-policy__intro,
  .antisocial-policy__list p,
  .antisocial-policy__list ul li, .antisocial-policy__closing, .antisocial-policy__sign {
    font-size: 13px;
  }
}
