@charset "UTF-8";

/* ========================================
  お問い合わせ
======================================== */

.ais-contact {
  position: relative;
  z-index: 1;
}
.ais-contact__visual {
  position: absolute;
  margin: 0;
  line-height: 0;
  pointer-events: none;
}
.ais-contact__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.ais-contact__catch-line,
.ais-contact__lead-line {
  display: block;
}
.ais-contact__points-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.ais-contact__points-icon {
  display: block;
  line-height: 0;
}
.ais-contact__points-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.ais-contact__points-text {
  margin: 0;
}
.ais-contact__points-item {
  border-bottom: 1px dashed #D6D3D3;
}

/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px), print {

.ais-contact__hero {
  position: relative;
  width: min(95%, 1280px);
  margin-inline: auto;
  padding-block: 116px 30px;
  text-align: center;
}

.ais-contact__visual--staff01 {
  left: 128px;
  bottom: -183px;
  width: 170px;
}
.ais-contact__visual--staff02 {
  right: 137px;
  top: 85px;
  width: 118px;
}

.ais-contact__catch {
  margin: 0 0 55px;
  color: var(--orange, #ED6C00);
  font-size: 36px;
  font-weight: 700;
  line-height: 2.11111;
  letter-spacing: 0.1em;
}

.ais-contact__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.58333;
  color: #000;
  letter-spacing: 0;
}

/* 安心ポイント */
.ais-contact__points {
  width: min(95%, 800px);
  margin: 0 auto 80px;
  padding: 72px 109px;
  background: #FFF;
  box-sizing: border-box;
}
.ais-contact__points-head {
  position: relative;
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: 0;
}
.ais-contact__points-marker {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 385px;
  max-width: 100%;
  height: 14px;
  background: #D3EFF0;
  z-index: 0;
}
.ais-contact__points-ttl {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--black, #3D3D3D);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.ais-contact__points-list {
  gap: 14px;
  width: min(95%, 500px);
  margin-inline: auto;
}
.ais-contact__points-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 30px;
  align-items: start;
  border-bottom: 1px dashed #D6D3D3;
  padding-bottom: 16px;
  padding-inline: 53px;
}
.ais-contact__points-icon {
  width: 24px;
}
.ais-contact__points-text {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 700;
  line-height: 1.375;
  color: var(--black, #3D3D3D);
  letter-spacing: 0;
}
.ais-contact__points-line {
  grid-column: 1 / -1;
  display: block;
  width: min(100%, 500px);
  margin-inline: auto;
  line-height: 0;
}
.ais-contact__points-line img {
  display: block;
  width: 100%;
  height: auto;
}

}

/* ========================================
  @media screen and (min-width: 768px) and (max-width:1200px)
======================================== */
@media screen and (min-width:768px) and (max-width:1200px) {
  .ais-contact__visual--staff01 {
    left: 10.667vw;
    bottom: -15.25vw;
    width: 14.167vw;
  }
  .ais-contact__visual--staff02 {
    right: 11.417vw;
    top: 7.083vw;
    width: 9.833vw;
  }
  
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {

.ais-contact__hero {
  position: relative;
  width: min(95%, 91.787vw);
  margin-inline: auto;
  padding-block: 4.662vw 3.865vw;
  text-align: center;
}

.ais-contact__visual--staff01 {
  width: 14.976vw;
  left: 0.106vw;
  top: 42.826vw;
  bottom: auto;
}
.ais-contact__visual--staff02 {
  width: 9.662vw;
  right: 3.706vw;
  left: auto;
  top: 36.304vw;
  bottom: auto;
}

.ais-contact__catch {
  margin: 0 0 9.662vw;
  color: var(--orange, #ED6C00);
  font-size: 4.831vw;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.ais-contact__lead {
  margin: 0;
  font-size: 4.348vw;
  font-weight: 500;
  line-height: 2;
  color: #000;
  letter-spacing: 0;
}

.ais-contact__points {
  width: min(95%, 91.787vw);
  margin: 0 auto 18.662vw;
  padding: 14.493vw 5.072vw 14.662vw;
  background: #FFF;
  box-sizing: border-box;
}
.ais-contact__points-head {
  margin-bottom: 7.729vw;
}
.ais-contact__points-marker {
  display: none;
}
.ais-contact__points-ttl {
  font-size: 5.797vw;
  font-weight: 700;
  line-height: 1.41667;
  letter-spacing: 0;
  text-align: center;
}
.ais-contact__points-ttl-line {
  display: block;
  position: relative;
  z-index: 1;
}
.ais-contact__points-ttl-line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 3.382vw;
  background: #D3EFF0;
  z-index: -1;
  width: 57.014vw;
}
.ais-contact__points-ttl-line:first-child::before {
  width: 57.005vw;
}
.ais-contact__points-ttl-line:last-child::before {
  width: 39.614vw;
}

.ais-contact__points-list {
  gap: 3.382vw;
  width: 100%;
}
.ais-contact__points-item {
  display: flex;
  gap: 2.415vw;
  align-items: center;
  grid-template-columns: none;
  padding-inline: 0;
  padding-bottom: 3.082vw;
}
.ais-contact__points-icon {
  width: 4.831vw;
  flex-shrink: 0;
}
.ais-contact__points-text {
  font-size: 3.382vw;
  font-weight: 500;
  line-height: 1.57143;
  color: #000;
  letter-spacing: 0;
}

}
