* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: #f0f0f0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
section {
  width: 100%;
  padding: 1.4em 1em;
}
section .inner {
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section {
    padding: 2.4em 1em;
  }
}

.bg1 {
  background: #BDF0F8;
}

.bg2 {
  background: #E8F8FB;
}

.bg3 {
  background: #fff;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #38C0DA;
}
header .hd-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
  padding: 0.4em 0.6em;
}
header .hd-inner .hd-logo {
  display: block;
  width: 50%;
  max-width: 220px;
}
header .hd-inner .hd-btn_block {
  display: flex;
  justify-content: space-around;
  gap: 0.4em;
  width: 45%;
}
header .hd-inner .hd-btn_block .hd-icon-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  line-height: 1.2;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 6px;
  padding: 0.4em 0 0.6em;
}
header .hd-inner .hd-btn_block .hd-icon-btn .icon {
  width: 50%;
}
header .hd-inner .hd-btn_block .hd-icon-btn.tel {
  background: #e63329;
}
header .hd-inner .hd-btn_block .hd-icon-btn.mail {
  background: #FF6B35;
}
header .hd-inner .hd-btn_block .hd-icon-btn.line {
  background: #06C755;
}
@media (min-width: 768px) {
  header .hd-inner {
    padding: 0.6em;
  }
  header .hd-inner .hd-btn_block {
    justify-content: flex-end;
    width: auto;
  }
  header .hd-inner .hd-btn_block .hd-tel-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    line-height: 1.4;
    margin-right: 0.4em;
  }
  header .hd-inner .hd-btn_block .hd-tel-block .hd-tel-label {
    font-size: 1.2rem;
    color: #888;
  }
  header .hd-inner .hd-btn_block .hd-tel-block .hd-tel-num {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #38C0DA;
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.5px;
  }
  header .hd-inner .hd-btn_block .hd-tel-block .hd-tel-num .icon {
    width: auto;
    height: 1em;
  }
  header .hd-inner .hd-btn_block .hd-icon-btn {
    width: 80px;
    font-size: 1.1rem;
    padding-top: 0;
  }
  header .hd-inner .hd-btn_block .hd-icon-btn .icon {
    width: 36%;
  }
}

.fv {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .fv {
    background: url("../images/fv_gb.webp") center/cover no-repeat;
  }
  .fv img {
    display: block;
    max-width: 750px;
    margin: 0 auto;
    padding: 0.4em 0 0;
  }
}

h2.ttl1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/ttl1.webp") center/100% 100% no-repeat;
  font-size: 2rem;
  font-weight: 900;
  border: none;
  border-radius: 0;
  min-height: 58px;
}
h2.ttl1::before, h2.ttl1::after {
  content: none;
}
@media (min-width: 768px) {
  h2.ttl1 {
    font-size: 2.8rem;
    min-height: 80px;
    padding: 18px 96px;
  }
}

.anshin h2 {
  margin-bottom: 0.8em;
}
.anshin h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.anshin h3 span {
  position: relative;
  color: #ff3636;
}
.anshin h3 span::before, .anshin h3 span::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/title_icon.png) 0/contain no-repeat;
  top: 40%;
  transform: translateY(-50%);
}
.anshin h3 span::before {
  left: -1.1em;
}
.anshin h3 span::after {
  right: -1.1em;
  transform: translateY(-50%) scale(-1, 1);
}
@media (min-width: 768px) {
  .anshin h3 {
    font-size: 1.4em;
  }
}

.anshin-box {
  display: flex;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.anshin-box .anshin-item {
  flex: 1;
  background: #fff;
  border-right: 2px dashed #38C0DA;
  padding: 0.6em 0.4em;
}
.anshin-box .anshin-item:last-child {
  border-right: 0;
}
.anshin-box .anshin-item .anshin-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #e8f5fb;
  border-radius: 50%;
  margin: 0 auto 0.2em;
}
.anshin-box .anshin-item .anshin-icon img {
  width: 70%;
  margin: auto;
}
.anshin-box .anshin-item .anshin-label {
  color: #002a77;
  font-weight: bold;
}
.anshin-box .anshin-item .anshin-val {
  display: inline-block;
  color: #e74c3c;
  font-size: clamp(1.4rem, 15vw, 5rem);
  font-weight: 900;
  line-height: 1;
}
.anshin-box .anshin-item .anshin-val span {
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .anshin-box {
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    justify-content: center;
    gap: 2em;
  }
  .anshin-box .anshin-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    flex: none;
    border-radius: 50%;
    border-right: none;
  }
  .anshin-box .anshin-item .anshin-icon {
    height: auto;
    background: none;
    border-radius: 0;
    margin: 0 0 0.5em;
  }
  .anshin-box .anshin-item .anshin-icon img {
    margin: 0;
  }
  .anshin-box .anshin-item .anshin-label {
    font-size: 2rem;
  }
  .anshin-box .anshin-item .anshin-val {
    font-size: 5rem;
  }
}

.reason .reason-title {
  width: fit-content;
  font-size: clamp(1.4rem, 7vw, 4rem);
  margin: 0 auto 2.8em;
}
.reason .reason-title .sub-title {
  display: block;
  color: #38C0DA;
  font-size: 0.7em;
  font-weight: 700;
}
.reason .reason-title .main_title {
  position: relative;
  margin-bottom: 1em;
}
.reason .reason-title .main_title .num {
  color: #FF6B35;
  font-size: 1.6em;
  line-height: 1;
}
.reason .reason-title .main_title::before, .reason .reason-title .main_title::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1.2em;
  background: url(../images/title_icon2.webp) 0/contain no-repeat;
  bottom: 0;
}
.reason .reason-title .main_title::before {
  left: -0.9em;
}
.reason .reason-title .main_title::after {
  right: -0.9em;
  transform: scale(-1, 1);
}
@media (min-width: 768px) {
  .reason .reason-title {
    margin-bottom: 1em;
  }
}

.reason-item {
  background: #fff;
  border: 1px solid #38C0DA;
  border-radius: 12px;
  margin-bottom: 3.8em;
}
.reason-item:last-child {
  margin-bottom: 0;
}
.reason-item h3 {
  position: relative;
  background: #38C0DA;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
  padding: 0.6em 0;
  z-index: 1;
}
.reason-item h3 .yellow {
  color: #FFE57F;
}
.reason-item h3 .reason-badge {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #38C0DA;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding-top: 10px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: -48px;
}
.reason-item h3 .reason-badge .num {
  font-size: 2.4rem;
  line-height: 1;
}
.reason-item .item-body {
  line-height: 1.7;
  font-size: 1.4rem;
  text-align: left;
  padding: 0.6em 0.8em;
}
@media (min-width: 768px) {
  .reason-item {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-areas: "head photo" "body photo";
    margin-bottom: 1.4em;
  }
  .reason-item h3 {
    grid-area: head;
    background: transparent;
    color: #333;
    font-size: 2.2rem;
    text-align: left;
    border-radius: 0;
    padding: 0.6em 0.8em 0;
  }
  .reason-item h3 .yellow {
    color: #38C0DA;
  }
  .reason-item h3 .reason-badge {
    position: static;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    width: auto;
    height: auto;
    font-size: 0.7em;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
    padding: 4px 16px 4px 10px;
    transform: none;
    margin-bottom: 0.4em;
    z-index: auto;
  }
  .reason-item h3 .reason-badge .num {
    font-size: 1.4em;
    line-height: 1;
  }
  .reason-item .item-photo {
    grid-area: photo;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
  }
  .reason-item .item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .reason-item .item-body {
    grid-area: body;
    font-size: 1.6rem;
    padding: 0.6em 1.4em;
  }
}

.cases {
  padding-bottom: 2em;
}
.cases .cases-title {
  margin-bottom: 0.6em;
}
.cases .cases-swiper {
  padding-bottom: 32px;
}

.case-card {
  background: #fff;
  border: 1px solid #cce8f4;
  border-radius: 12px;
  overflow: hidden;
}
.case-card .card-head {
  display: flex;
  align-items: flex-start;
  padding: 14px 16px 10px;
  gap: 10px;
}
.case-card .card-head .case-num {
  background: #38C0DA;
  color: #fff;
  border-radius: 6px;
  padding: 4px 8px;
}
.case-card .card-head .case-num .label {
  font-size: 1rem;
  font-weight: 700;
}
.case-card .card-head .case-num .num {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.case-card .card-head .case-title {
  font-size: 1.6rem;
  font-weight: 900;
}
.case-card .card-head .case-location {
  font-size: 1.2rem;
  text-align: left;
}
.case-card .case-photos {
  width: 94%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.case-card .case-photos .case-photo {
  position: relative;
  flex: 1;
}
.case-card .case-photos .case-photo.before {
  border: 1px solid #888;
}
.case-card .case-photos .case-photo.after {
  border: 1px solid #38C0DA;
}
.case-card .case-photos .case-photo .photo-label {
  position: absolute;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 3px;
  top: 6px;
  left: 6px;
}
.case-card .case-photos .case-photo .photo-label.before {
  background: #888;
}
.case-card .case-photos .case-photo .photo-label.after {
  background: #38C0DA;
}
.case-card .case-details {
  display: flex;
  border-top: 1px solid #f0f0f0;
  margin-top: 0.4em;
}
.case-card .case-details .case-detail-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 4px;
  border-right: 1px solid #f0f0f0;
}
.case-card .case-details .case-detail-item:last-child {
  border-right: none;
}
.case-card .case-details .case-detail-item .case-detail-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 4px;
}
.case-card .case-details .case-detail-item .case-detail-val {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}
.case-card .case-details .case-detail-item .case-detail-label {
  font-size: 1.1rem;
  color: #888;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .case-card .card-head .case-location {
    font-size: 1.4rem;
  }
  .case-card .case-details .case-detail-item .case-detail-label {
    font-size: 1.3rem;
  }
}

.form-sec {
  width: 100%;
  padding: 0;
  background: #fff;
}
.form-sec h2 {
  position: relative;
  overflow: visible;
  background: #1a2a3a;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 1em 0 0.5em;
}
.form-sec h2 .form-ribbon {
  position: absolute;
  background: #C8960A;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.3em 2em;
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0 50%);
  white-space: nowrap;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .form-sec {
    padding-top: 0.6em;
  }
  .form-sec h2 {
    font-size: 2.4rem;
  }
  .form-sec h2 .form-ribbon {
    top: -22px;
  }
}

.form-box {
  background: #1a2a3a;
  padding: 0 0.8em 1.4em;
}
.form-box .inner {
  background: #fff;
  border-radius: 6px;
  padding: 1em 0;
}

.form-lead {
  width: 94%;
  font-size: 1.4rem;
  color: #555;
  text-align: left;
  border: 1px solid #555;
  border-radius: 6px;
  margin: 0 auto 1.4em;
  padding: 0.4em 0.6em;
}
@media (min-width: 768px) {
  .form-lead {
    font-size: 1.6rem;
    text-align: center;
  }
}

.mailform {
  width: 90%;
  margin: 0 auto;
}
.mailform dt {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.2em 0 0.4em;
  text-align: left;
}
.mailform dt:first-child {
  margin-top: 0;
}
.mailform dt i {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 3px;
}
.mailform dd {
  text-align: left;
}
.mailform dd input[type=text],
.mailform dd input[type=email],
.mailform dd input[type=tel],
.mailform dd select,
.mailform dd textarea {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.7em 0.8em;
  font-size: 1.5rem;
  font-family: inherit;
  color: #1a1a1a;
  outline: none;
}
.mailform dd input[type=text]:focus,
.mailform dd input[type=email]:focus,
.mailform dd input[type=tel]:focus,
.mailform dd select:focus,
.mailform dd textarea:focus {
  background: #fff;
  border-color: #38C0DA;
}
.mailform dd textarea {
  resize: vertical;
  min-height: 120px;
}
.mailform .form_submit {
  position: relative;
  margin: 1em 0;
}
.mailform .form_submit::after {
  content: "";
  position: absolute;
  right: 1.2em;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.mailform .form_submit .form_submit_button {
  display: block;
  width: 100%;
  background: #FF6B35;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0 6px 0 #c44e1f;
  transition: transform 0.1s, box-shadow 0.1s;
}
@media (min-width: 768px) {
  .mailform .form_submit .form_submit_button {
    font-size: 1.8rem;
  }
}

.error_blank {
  color: #ff0000;
  font-size: 1.2rem;
}

.trouble {
  padding-inline: 0;
}
.trouble .trouble-title {
  width: 94%;
  position: relative;
  border-bottom: 1px solid #00b3d6;
  margin: 0 auto 1em;
}
.trouble .trouble-title::before, .trouble .trouble-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #00b3d6;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.trouble .trouble-title::before {
  border-top-color: #00b3d6;
  top: 100%;
}
.trouble .trouble-title::after {
  border-top-color: #fff;
  top: calc(100% - 2px);
}
.trouble .trouble-title h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 0.4em;
  font-size: 1.8rem;
}
.trouble .trouble-title h2 span {
  color: #00b3d6;
  font-size: 1.2em;
}
.trouble .trouble-title h2::before, .trouble .trouble-title h2::after {
  content: "";
  position: absolute;
  width: 30px;
  background: url("../images/deco-trouble-l.webp") center/contain no-repeat;
  aspect-ratio: 10/15;
  top: 40%;
  transform: translateY(-50%);
}
.trouble .trouble-title h2::before {
  left: -34px;
}
.trouble .trouble-title h2::after {
  right: -34px;
  transform: translateY(-50%) scaleX(-1);
}
.trouble .trouble-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
  padding: 1em 0.6em 1.4em;
}
.trouble .trouble-box .trouble-card {
  position: relative;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #38C0DA;
  box-shadow: 0 3px 6px rgba(0, 71, 138, 0.4);
  padding: 0.6em 0.6em 0.4em;
}
.trouble .trouble-box .trouble-card::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  background: #38C0DA url(../images/trouble_icon.svg) center/50% no-repeat;
  border-radius: 50%;
  transform: translateY(-50%);
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.trouble .trouble-box .card-title {
  font-weight: 900;
  margin-bottom: 0.4em;
}
.trouble .trouble-box .card-title span {
  color: #38C0DA;
}
.trouble .trouble-box .card-photo img {
  border-radius: 6px;
}
.trouble .trouble-box .card-text {
  line-height: 1.8;
  font-size: 1.3rem;
  text-align: left;
  margin-top: 0.4em;
}
@media (min-width: 768px) {
  .trouble .trouble-title::before, .trouble .trouble-title::after {
    border-right-width: 14px;
    border-left-width: 14px;
    border-top-width: 16px;
  }
  .trouble .trouble-title h2 {
    font-size: 2.6rem;
  }
  .trouble .trouble-title h2::before, .trouble .trouble-title h2::after {
    width: 38px;
  }
  .trouble .trouble-title h2::before {
    left: -40px;
  }
  .trouble .trouble-title h2::after {
    right: -40px;
  }
  .trouble .trouble-box {
    gap: 20px;
  }
  .trouble .trouble-box .trouble-card {
    position: relative;
    padding-bottom: 1.8em;
  }
  .trouble .trouble-box .trouble-card .card-title {
    position: absolute;
    font-size: 1.8rem;
    background: #38C0DA;
    color: #fff;
    padding: 0.4em 0.6em;
  }
  .trouble .trouble-box .trouble-card .card-title br {
    display: none;
  }
  .trouble .trouble-box .trouble-card .card-title span {
    color: #ffff00;
  }
  .trouble .trouble-box .trouble-card .card-photo {
    width: 90%;
    margin-left: auto;
  }
  .trouble .trouble-box .trouble-card .card-text {
    position: absolute;
    width: 70%;
    background: rgba(255, 255, 255, 0.76);
    padding-bottom: 0.4em;
    font-size: 1.5rem;
    bottom: 0;
  }
}

.trouble-cta {
  overflow: hidden;
  width: 94%;
  border: 1px solid #9defff;
  border-radius: 12px;
  margin: 0 auto 1em;
  padding: 0.6em 0.6em 0.8em;
}
.trouble-cta .trouble-cta-title {
  position: relative;
  font-size: clamp(1.4rem, 5vw, 2rem);
  font-weight: 900;
  margin-bottom: 0.4em;
  padding-left: 24%;
  z-index: 1;
}
.trouble-cta .trouble-cta-title em {
  font-style: normal;
  color: #38C0DA;
}
.trouble-cta .trouble-cta-title .icon {
  position: absolute;
  width: 24%;
  aspect-ratio: 30/33;
  top: 0;
  left: 0;
}
.trouble-cta .trouble-points {
  display: flex;
  gap: 10px;
  list-style-type: none;
}
.trouble-cta .trouble-points li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 3.6vw, 1.6rem);
  gap: 4px;
  text-align: center;
  font-weight: 700;
  color: #333;
  background: #fff;
  border: 1px solid #cce8f4;
  border-top: #38C0DA 2px solid;
  border-radius: 8px;
  padding: 10px 0;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.trouble-cta .trouble-points li .trouble-icon {
  width: 34%;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  .trouble-cta {
    display: flex;
    align-items: center;
  }
  .trouble-cta .trouble-cta-title {
    flex: 1;
    font-size: 1.9rem;
    margin-bottom: 0;
    padding-left: 13%;
  }
  .trouble-cta .trouble-points {
    flex: 1;
  }
  .trouble-cta .trouble-points li {
    font-size: 1.3rem;
  }
}

.service h2 {
  margin-bottom: 0.4em;
}
.service h3 {
  position: relative;
  width: fit-content;
  font-size: 1.8rem;
  margin: 0 auto 1.2em;
}
.service h3::before, .service h3::after {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../images/title_icon.png) 0/contain no-repeat;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}
.service h3::before {
  left: -1.4em;
}
.service h3::after {
  right: -1.4em;
  transform: translateY(-50%) scale(-1, 1) rotate(-30deg);
}
@media (min-width: 768px) {
  .service h3 {
    font-size: 2.2rem;
  }
  .service h3::before {
    left: -1.6em;
  }
  .service h3::after {
    right: -1.6em;
  }
}

.service-cards .card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #38C0DA;
  margin-bottom: 1.8em;
}
.service-cards .card:last-child {
  margin-bottom: 0;
}
.service-cards .card .card-badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  aspect-ratio: 1/1;
  background: #38C0DA;
  border: 3px solid #fff;
  border-radius: 50%;
  top: -7%;
  left: -4%;
  z-index: 1;
}
.service-cards .card .card-badge img {
  width: 70%;
}
.service-cards .card .card-img {
  width: 90%;
  margin: 0 auto;
  padding: 1em;
}
.service-cards .card .card-img img {
  border-radius: 6px;
}
.service-cards .card .card-title {
  background: #38C0DA;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0.3em 0 0.4em;
}
.service-cards .card .card-desc {
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
  padding: 0.4em 0.6em 0.6em;
}
@media (min-width: 768px) {
  .service-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }
  .service-cards .card {
    margin-bottom: 0;
  }
}

.area {
  background: #f5f5f5;
}
.area .area-title {
  margin-bottom: 0.8em;
}
.area .area-sub {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.area .area-sub span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.area .area-points {
  display: inline-flex;
  gap: 0.6em;
  margin-bottom: 1em;
}
.area .area-points p {
  font-size: clamp(1rem, 3.8vw, 1.8rem);
  font-weight: 700;
  border: 2px solid #ff0000;
  border-radius: 6px;
  padding: 0.4em 0.8em;
  color: #ff0000;
  line-height: 1.6;
}
.area .area-map {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  .area .area-sub {
    font-size: 1.6rem;
  }
}

.area-accordion .area-acc-toggle {
  display: none;
}
.area-accordion .area-acc-item {
  border-bottom: 1px solid #ccc;
}
.area-accordion .area-acc-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 0.4em;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
.area-accordion .area-acc-head::before, .area-accordion .area-acc-head::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #38C0DA;
  border-radius: 1px;
  top: 50%;
  right: 6%;
}
.area-accordion .area-acc-head::before {
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
}
.area-accordion .area-acc-head::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.area-accordion .area-acc-toggle:checked ~ .area-acc-head::after {
  transform: translateY(-50%) rotate(0deg);
}
.area-accordion .area-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #464646;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 0 0.4em;
  text-align: left;
}
.area-accordion .area-acc-toggle:checked ~ .area-acc-body {
  max-height: 600px;
  padding: 0.4em 0.4em 1em;
}
@media (min-width: 768px) {
  .area-accordion .area-acc-head {
    font-size: 1.8rem;
  }
  .area-accordion .area-acc-body {
    font-size: 1.5rem;
  }
}

.cta {
  position: relative;
  background: url("../images/cta_bg.png") left top/cover no-repeat;
  overflow: hidden;
  padding: 0;
}
.cta .inner {
  background: rgba(26, 42, 58, 0.7);
  padding: 2em 1em;
}
.cta .inner h2 {
  font-size: clamp(1.6rem, 6.4vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.8em;
}
.cta .inner h2 .cta-label {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 0.6em;
  font-weight: 700;
  border-radius: 20px;
  letter-spacing: 1px;
  margin-bottom: 0.2em;
  padding: 4px 20px;
}
.cta .inner .cta-card {
  background: #fff;
  border-radius: 16px;
  padding: 1em 1em 0.6em;
}
.cta .inner .cta-card .cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
.cta .inner .cta-card .cta-grid .cta-item {
  background: #1a2a3a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.4em 0;
}
.cta .inner .cta-card .cta-grid .cta-item .val {
  color: #ffff00;
  font-size: 1.2em;
  font-weight: 900;
}
@media (min-width: 768px) {
  .cta .inner {
    max-width: 100%;
  }
  .cta .inner .cta-card {
    max-width: 700px;
    margin: 0 auto;
    padding: 1.4em 2em 2em;
  }
  .cta .inner .cta-card .cta-grid .cta-item {
    font-size: 2rem;
    padding: 0.2em 0 0.4em;
  }
  .cta .cta-btn-row {
    display: flex;
    gap: 20px;
  }
  .cta .cta-btn-row .btn {
    flex: 1;
    margin-bottom: 0;
  }
}

.btn {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 10px 0 10px 14px;
}
.btn::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  background: 0/contain no-repeat;
  top: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .btn {
    font-size: 2.4rem;
    margin-bottom: 24px;
    padding: 18px 0 18px 4%;
  }
}

.btn-tel {
  background: #e63329;
  box-shadow: 0 6px 0 #991f16;
  padding-top: 8px;
}
.btn-tel::before {
  background-image: url(../images/btn_tel.png);
  width: 14%;
  left: 4px;
}
.btn-tel .sub {
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .btn-tel {
    padding: 8px 0 14px;
  }
  .btn-tel .sub {
    font-size: 1.2rem;
  }
}

.tel-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.tel-modal.is-open {
  display: flex;
}
.tel-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.tel-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  padding: 30px 20px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}
.tel-modal__close {
  position: absolute;
  top: 5px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #555;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
}
.tel-modal__title {
  margin-bottom: 18px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
}
.tel-modal__number {
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: #e63329;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 0 #9b211a;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.2s ease;
}
.tel-modal__number:hover {
  filter: brightness(1.06);
}
.tel-modal__number:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 #9b211a;
}
.tel-modal__number:focus-visible {
  outline: 3px solid #222;
  outline-offset: 3px;
}
.tel-modal__number + .tel-modal__number {
  margin-top: 17px;
}
.tel-modal__number span,
.tel-modal__number strong {
  display: block;
}
.tel-modal__number span {
  font-size: 1.3rem;
}
.tel-modal__number strong {
  font-size: 2.4rem;
  line-height: 1.35;
}
.tel-modal__number--area {
  background: #ff5d2b;
  color: #fff;
  box-shadow: 0 5px 0 #b8320d;
}
.tel-modal__number--area:active {
  box-shadow: 0 1px 0 #b8320d;
}

body.tel-modal-open {
  overflow: hidden;
}

.btn-mail {
  background: #FF6B35;
  box-shadow: 0 6px 0 rgb(99, 7, 0);
}
.btn-mail::before {
  background-image: url(../images/btn_mail.png);
  width: 11%;
  left: 8px;
}
@media (min-width: 768px) {
  .btn-mail::before {
    width: 15%;
  }
}

.btn-line {
  background: #06C755;
  box-shadow: 0 6px 0 #006b2d;
}
.btn-line::before {
  background-image: url(../images/btn_line.png);
  width: 12%;
  left: 8px;
}
@media (min-width: 768px) {
  .btn-line::before {
    width: 15%;
  }
}

.owner .owner-title {
  margin-bottom: 32px;
}
.owner .owner-title .title-sub {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00b3d6;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .owner .owner-title .title-sub {
    font-size: 1.8rem;
  }
}
.owner .owner-title h2 {
  position: relative;
  font-size: clamp(1.6rem, 6vw, 3rem);
  font-weight: 900;
  padding: 0 1.2em;
  z-index: 1;
}
.owner .owner-title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #868686;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.owner .owner-title h2 span {
  display: inline-block;
  background: #f0f0f0;
  padding: 0 0.4em;
}

.owner-hero {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.2em;
  background: url("../images/owner_bg.webp") center/cover no-repeat;
}
.owner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
}
.owner-hero .hero-content {
  position: relative;
  z-index: 1;
  padding-top: 1.4em;
}
.owner-hero .hero-content .hero-images {
  height: 300px;
  overflow: hidden;
}
.owner-hero .hero-content .text-area {
  background: #fff;
  border-radius: 6px 6px 0 0;
  padding: 0.6em;
}
.owner-hero .hero-content .text-area .owner-catch {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0.6em;
}
.owner-hero .hero-content .text-area .owner-catch span {
  color: #ff3c00;
}
.owner-hero .hero-content .text-area .owner-body {
  color: #555;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
}
.owner-hero .hero-content .text-area .owner-body p {
  margin-bottom: 1em;
}
.owner-hero .hero-content .text-area .owner-sign {
  text-align: right;
  font-size: 1.3rem;
}
.owner-hero .hero-content .text-area .owner-sign span {
  font-size: 1.4em;
  font-weight: 900;
}
@media (min-width: 768px) {
  .owner-hero .hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .owner-hero .hero-content .hero-images {
    height: auto;
  }
  .owner-hero .hero-content .text-area {
    background: transparent;
  }
  .owner-hero .hero-content .text-area .owner-catch {
    font-size: 1.8rem;
  }
}

.owner-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
.owner-points .owner-point {
  background: #fff;
  border-radius: 10px;
  padding: 0.6em;
}
.owner-points .owner-point .point-icon {
  width: 60%;
  margin: 0 auto 0.4em;
}
.owner-points .owner-point .point-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #38C0DA;
}
@media (min-width: 768px) {
  .owner-points .owner-point .point-icon {
    width: 30%;
  }
}

.voice {
  width: 100%;
}
.voice h2 {
  margin-bottom: 1em;
}
.voice .voice-wrap {
  margin-bottom: 1.6em;
}
.voice .voice-wrap .voice-title {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 2px solid #38C0DA;
  border-radius: 10px;
  padding: 0.4em 0.9em;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.voice .voice-wrap .voice-title::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 40px;
  width: 20px;
  height: 16px;
  background: #38C0DA;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.voice .voice-wrap .voice-title::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 42px;
  width: 17px;
  height: 13px;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  z-index: 1;
}
.voice .voice-card {
  background: #dffaff;
  border-radius: 12px;
}
.voice .voice-card .voice-header {
  display: flex;
  align-items: center;
  gap: 0.6em 0.8em;
  padding: 0.8em 0.8em 0.6em;
  border-bottom: 1px solid #38C0DA;
}
.voice .voice-card .voice-header .voice-icon {
  width: 52px;
  height: 52px;
}
.voice .voice-card .voice-header .voice-name {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.2em;
}
.voice .voice-card .voice-header .voice-stars {
  color: #f5a623;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 1;
  text-align: left;
}
.voice .voice-card .voice-comment {
  color: #3d3d3d;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.8;
  padding: 0 0.8em 0.8em;
}
@media (min-width: 768px) {
  .voice .voice-wrap {
    max-width: 640px;
    margin-inline: auto;
    text-align: left;
  }
  .voice .voice-wrap .voice-title {
    font-size: 2rem;
    margin-left: 20px;
  }
  .voice .voice-card .voice-header {
    margin-bottom: 0.6em;
  }
  .voice .voice-card .voice-header .voice-icon {
    width: 80px;
    height: 80px;
  }
  .voice .voice-card .voice-header .voice-name {
    font-size: 1.8rem;
  }
  .voice .voice-card .voice-header .voice-stars {
    font-size: 2.2rem;
  }
  .voice .voice-card .voice-comment {
    font-size: 1.6rem;
    padding: 0 1em 1em;
  }
}

.price h2 {
  margin-bottom: 0.6em;
}
.price ul.price-includes {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6em 0.8em;
  margin-bottom: 0.4em;
}
.price ul.price-includes li {
  background: #38C0DA;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.2em 1em;
  border-radius: 999px;
}
.price h3 {
  position: relative;
  width: fit-content;
  color: #ff3636;
  font-size: 1.2em;
  margin: 0 auto 0.8em;
}
.price h3::before, .price h3::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/title_icon.png) 0/contain no-repeat;
  top: 40%;
  transform: translateY(-50%);
}
.price h3::before {
  left: -1.1em;
}
.price h3::after {
  right: -1.1em;
  transform: translateY(-50%) scale(-1, 1);
}
.price .price-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #38C0DA;
  overflow: hidden;
  margin-bottom: 2em;
}
.price .price-card .price-name {
  background: #38C0DA;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  padding: 0.4em 0;
}
.price .price-card .card-meter {
  background: #ddf5ff;
  font-size: 1.3rem;
  text-align: left;
  padding: 10px 12px;
}
.price .price-card .card-meter span {
  color: #38C0DA;
  font-weight: 700;
}
.price .price-card .price-img {
  width: 80%;
  margin: 0.8em auto;
}
.price .price-card .price-recommend {
  background: #fff6e8;
  border-radius: 8px;
  margin-bottom: 0.6em;
  padding: 10px 12px;
}
.price .price-card .price-recommend .recommend-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.price .price-card .price-recommend .recommend-label img {
  width: auto;
  height: 1.2em;
}
.price .price-card .price-recommend .recommend-text {
  color: #555;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.6;
}
.price .price-card .card-price .card-price-left {
  text-align: center;
}
.price .price-card .card-regular {
  font-size: 1.3rem;
  color: #999;
  text-decoration: line-through;
}
.price .price-card .card-amount {
  color: #e74c3c;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}
.price .price-card .card-amount .small {
  font-size: 0.6em;
  margin-left: 2px;
}
.price .price-card .card-amount .small .color {
  font-size: 0.6em;
  color: #999;
  font-weight: 400;
}
.price .price-card .card-discount {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 6px;
  margin: 0.7em 0 0.8em;
  padding: 0.1em 2em 0.4em;
}
.price .price-card .card-discount span {
  font-size: 0.6em;
  line-height: 1;
}
@media (min-width: 768px) {
  .price ul.price-includes li {
    font-size: 1.7rem;
    margin-bottom: 0.3em;
  }
  .price h3 {
    font-size: 1.4em;
  }
  .price .price-card {
    display: grid;
    grid-template-columns: 3.5fr 6.5fr;
  }
  .price .price-card .price-name {
    grid-column: 1/-1;
  }
  .price .price-card .card-meter {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: 1.5rem;
  }
  .price .price-card .price-img {
    grid-column: 1;
    grid-row: 3/span 3;
    width: 86%;
    align-self: center;
  }
  .price .price-card .price-recommend {
    grid-column: 2;
    grid-row: 3;
    margin-bottom: 0;
  }
  .price .price-card .price-recommend .recommend-label {
    font-size: 1.5rem;
  }
  .price .price-card .price-recommend .recommend-text {
    font-size: 1.4rem;
  }
  .price .price-card .card-price {
    grid-column: 2;
    grid-row: 4/span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 0 1em 0.8em;
  }
  .price .price-card .card-price .card-price-left {
    text-align: center;
  }
  .price .price-card .card-price .card-discount {
    font-size: 2.8rem;
    padding: 0.4em 1em;
  }
}

.flow h2 {
  margin-bottom: 0.6em;
}
.flow .flow-sub {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 0.9em;
  z-index: 1;
}
.flow .flow-sub span {
  color: #00b3d6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .flow .flow-sub {
    font-size: 1.8rem;
  }
}

.flow-step {
  border: 1px solid #38C0DA;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.flow-step .right {
  position: relative;
  padding-top: 1.4em;
}
.flow-step .right .flow-badge {
  position: absolute;
  background: #38C0DA;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 20px;
  padding: 0.2em 1em;
  left: 14px;
  top: -14px;
  z-index: 1;
}
.flow-step .step-title {
  width: 94%;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 0.4em;
  text-align: left;
}
.flow-step .step-desc {
  width: 94%;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  .flow-step {
    display: flex;
    align-items: center;
    gap: 0 1em;
  }
  .flow-step .flow-photo {
    flex: 4;
  }
  .flow-step .right {
    flex: 6;
    padding: 0;
  }
  .flow-step .right .flow-badge {
    position: static;
    width: fit-content;
    margin-bottom: 0.4em;
  }
  .flow-step .right .step-title {
    width: 100%;
    font-size: 1.8rem;
  }
  .flow-step .right .step-desc {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.flow-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px 0;
}
.flow-arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38C0DA;
  box-shadow: 0 12px 0 rgba(56, 192, 218, 0.75), 0 24px 0 rgba(56, 192, 218, 0.45);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .flow-arrow {
    margin: 20px 0;
  }
  .flow-arrow::before {
    width: 7px;
    height: 7px;
    box-shadow: 0 16px 0 rgba(56, 192, 218, 0.75), 0 32px 0 rgba(56, 192, 218, 0.45);
    margin-bottom: 32px;
  }
}

.faq .faq-title {
  margin-bottom: 1.4em;
}
.faq .faq-title .title-sub {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00b3d6;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .faq .faq-title .title-sub {
    font-size: 1.8rem;
  }
}
.faq .faq-title h2 {
  position: relative;
  font-size: clamp(1.6rem, 6vw, 3rem);
  font-weight: 900;
  padding: 0 1.2em;
  z-index: 1;
}
.faq .faq-title h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #868686;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.faq .faq-title h2 span {
  display: inline-block;
  background: #f0f0f0;
  padding: 0 0.4em;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1em;
}
.faq-item input {
  display: none;
}
.faq-item .faq-q {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  background: #f0f8fc;
  padding: 12px 14px;
  gap: 6px;
}
.faq-item .faq-q .faq-icon {
  flex-shrink: 0;
  color: #378ADD;
  font-family: serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.faq-item .faq-q .faq-text {
  flex: 1;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.faq-item .faq-q .faq-arrow {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.faq-item .faq-q .faq-arrow::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #378ADD;
  border-bottom: 1.5px solid #378ADD;
  top: 3px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: transform 0.3s ease, top 0.3s ease;
}
.faq-item .faq-a {
  display: none;
  background: #fff;
  padding: 12px 14px;
  gap: 10px;
  border-top: 1px dashed #ddd;
}
.faq-item .faq-a .faq-text {
  color: #555;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
  margin: 0;
}
.faq-item input:checked + .faq-q + .faq-a {
  display: flex;
}
.faq-item input:checked + .faq-q .faq-arrow::before {
  transform: translateX(-50%) rotate(-135deg);
  top: 5px;
}
@media (min-width: 768px) {
  .faq-item .faq-icon {
    font-size: 2rem;
  }
  .faq-item .faq-q .faq-text {
    font-size: 1.6rem;
  }
  .faq-item .faq-a .faq-text {
    font-size: 1.5rem;
  }
}

.form-sec2 {
  background: #f0f0f0;
  padding: 1.4em 1em;
}
.form-sec2 .inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 1em 0;
}
.form-sec2 .form2-title {
  margin-bottom: 1.4em;
}
.form-sec2 .form2-title .title-sub {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00b3d6;
  letter-spacing: 3px;
}
.form-sec2 .form2-title h2 {
  background: none;
  color: #333;
  font-size: clamp(1.6rem, 6vw, 3rem);
  font-weight: 900;
  padding: 0 1.2em;
  z-index: 1;
}
.form-sec2 .form-lead {
  width: 90%;
  background: #f5f5f5;
  border: none;
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  .form-sec2 {
    padding: 0;
  }
  .form-sec2 .inner {
    border-radius: 0;
  }
}

.area2 {
  width: 100%;
}
.area2 h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #38C0DA;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #38C0DA;
}
.area2 h2::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #38C0DA;
}
.area2 .area2-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 20px;
}
.area2 .area2-tabs .area2-tab {
  padding: 8px 24px;
  white-space: nowrap;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #ddd;
  background: #fff;
  color: #888;
  transition: all 0.2s;
}
.area2 .area2-tabs .area2-tab.active {
  background: #38C0DA;
  border-color: #38C0DA;
  color: #fff;
}
.area2 .area2-content {
  display: none;
}
.area2 .area2-content.active {
  display: block;
}
.area2 .area2-text {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  border-radius: 8px;
  text-align: left;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a2a3a;
  z-index: 200;
  padding: 0.4em 0.6em 0.8em;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
}
.sticky-cta .sticky-cta-text {
  color: #fff;
  font-size: clamp(1.1rem, 4.6vw, 1.4rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}

.sticky-btns {
  display: flex;
  gap: 8px;
  max-width: 700px;
  margin: 0 auto;
}
.sticky-btns .sticky-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #fff;
  font-size: clamp(1.1rem, 4vw, 1.6rem);
  font-weight: 700;
  border-radius: 6px;
  padding: 0.4em 0;
}
.sticky-btns .sticky-btn img {
  width: 22px;
}
.sticky-btns .sticky-btn-tel {
  background: #e63329;
}
.sticky-btns .sticky-btn-mail {
  background: #FF6B35;
}
.sticky-btns .sticky-btn-line {
  background: #06C755;
}
@media (min-width: 768px) {
  .sticky-btns .sticky-btn img {
    width: 30px;
  }
}

.footer {
  width: 100%;
  background: #1a2a3a;
  padding: 24px 0.8em;
}
.footer .inner {
  max-width: 750px;
  margin: 0 auto;
}
.footer .inner .footer-logo {
  max-width: 110px;
}
.footer .inner .footer-sub {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 6px;
}
.footer .footer-info {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.2em 12px;
  margin-top: 1.4em;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.7;
}
.footer .footer-info dt {
  color: #cecece;
  font-size: 1.1em;
  white-space: nowrap;
  text-align: left;
}
.footer .footer-info dd {
  margin: 0;
  text-align: left;
}
.footer .footer-copy {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2em;
  }
  .footer .footer-copy {
    font-size: 1.4rem;
  }
}