@charset "UTF-8";

/* footer */
.ft02 {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
}
footer .ft02 div {
  width: 320px;
  margin: 0 auto 20px;
}
footer .ft02 p {
  font-size: 11px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  footer .ft02 div {
    width: 240px;
  }
}
@media (max-width: 1024px) {
}

/* main */
.bg_white h4 {
}
.bg_white .inner {
  padding: 20px 0;
  background-color: #fff;
}
.bg_white .inner dl {
  display: flex;
  align-items: stretch;
  gap: 0 15px;
}
.bg_white .inner dl + dl {
  margin-top: 10px;
}
.bg_white .inner dt {
  width: 95px;
  padding: 5px;
  background-color: #4b8f82;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg_white .inner dd {
  padding: 5px 0;
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3e3a39;
}

.gmap {
  background-color: #c97985;
  padding: 3px 1rem;
  margin-left: 1rem;
  border-radius: 15px;
}
.gmap a {
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.gmap a:hover,
.tel_btn a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.tel_btn {
  display: none;
}

.office_wrap + .office_wrap {
  margin-top: 50px;
}
.office_box + .office_box {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
@media (max-width: 428px) {
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.relative {
  position: relative;
}
.cap_wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.cap {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: break-all;
}
.img_cap {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 0;
  background-color: rgba(55, 55, 55, 0.6);
  font-size: 10px;
  padding: 5px;
}
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
:root {
  --main-color: #55a694;
  --bg-color: #f8fbf9;
  --text-color: #333;
  --accent-color: #d97706;
  --white: #ffffff;
}

section.sns_content {
  background-color: #fff;
  padding: 50px;
  border-radius: var(--radius);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  max-width: 940px;
  margin: 0 auto;
}
section.sns_content + section.sns_content {
  margin-top: 50px;
}

h3 {
  font-family: 'noto-sans-cjk-jp', sans-serif;
  font-weight: 800;
  font-style: normal;
  color: var(--main-color);
  position: relative;
  font-size: 2rem;
  line-height: 1.1666;
  letter-spacing: 0.1em;
  max-width: 940px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--main-color);
}
/*  */
h4 {
  font-family: 'noto-sans-cjk-jp', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--main-color);
  border-left: 5px solid var(--main-color);
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
p.txt {
  font-size: 1rem;
  line-height: 1.8;
  color: #3e3a39;
}
p.txt span {
  font-weight: bold;
  border-bottom: 1px solid #3e3a39;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.photo-item {
  aspect-ratio: 4/3;
  background-color: #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 0.9rem;
  background-size: cover;
  background-position: center;
}

.terms-box {
  height: 600px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 50px 15px;
  background: #fafafa;
  font-size: 0.85rem;
  margin: 20px auto;
  border-radius: 4px;
}

.cta-area {
  display: block;
  text-align: center;
}
.btn {
  display: inline-block;
  background-color: var(--main-color);
  color: var(--white);
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  transition:
    transform 0.2s,
    background-color 0.2s;
  box-shadow: 0 4px 15px rgba(85, 166, 148, 0.3);
}

.btn:hover {
  background-color: #448a7a;
  transform: translateY(-2px);
}

.terms-box li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
.terms-box li ul {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}

.terms-box h5 {
  font-family: 'noto-sans-cjk-jp', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: var(--main-color);
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.terms-box ul + h5 {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  section.sns_content {
    max-width: 90%;
    padding: 20px;
  }
  h3.office {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  h4 {
    font-size: 1.25rem;
  }
  p.txt {
    font-size: 14px;
  }
  .terms-box h5 {
    font-size: 18px;
  }
  .terms-box {
    padding: 30px 15px;
  }
  .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}
