@charset "UTF-8";
@media screen and (min-width: 1024px) {
  .site {
    margin-top: 0;
  }

  .site-header {
    background-color: transparent;
  }

  .header--inner {
    background-color: #fff;
    border-radius: 51px;
  }
}

.gnav {
  display: revert;
}

.gnav--list .item:first-child {
  display: none;
}

@media screen and (min-width: 1024px) {
  .gnav--list .item:first-child {
    display: revert;
  }
}

.mv--bg {
  aspect-ratio: 376/451;
  background-image: url("../img/top/mv_sp.jpg");
  background-size: cover;
  position: relative;
}

.mv--bg .heading {
  width: 90%;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42%;
}

.mv--bg .heading img {
  width: 100%;
}

.mv--bottom {
  padding-top: 15px;
  padding-bottom: 17px;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mv--bg {
    aspect-ratio: 1400/632;
    background-image: url("../img/top/mv.jpg");
  }

  .mv--bg .heading {
    width: 43%;
    left: auto;
    right: 5.6%;
    bottom: 9%;
  }

  .mv--bottom {
    display: none;
  }
}

.sec-1 {
  padding-top: 35px;
  padding-bottom: 62px;
}

.sec-1 .heading-lv1 {
  margin-bottom: 38px;
}

.sec-1 .link-btn {
  margin-top: 28px;
}

.sec-1 .point--list {
  display: grid;
  justify-items: center;
  row-gap: 55px;
  margin-top: 91px;
}

.sec-1 .point--list .item {
  display: grid;
  row-gap: 15px;
  max-width: 400px;
  padding: 0 12px;
  position: relative;
}

.sec-1 .point--list .label {
  display: flex;
  align-items: center;
  column-gap: 21px;
  padding: 7px 28px 10px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(270deg, #4bc59c 0%, #70c6a9 100%);
  border-radius: 34px;
  position: absolute;
  top: -24px;
  left: -4px;
}

.sec-1 .point--list .num {
  font-size: 40px;
  font-weight: 900;
}

.sec-1 .point--list .img {
  aspect-ratio: 312/206;
  border-radius: 16px;
  overflow: hidden;
}

.sec-1 .point--list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-1 .point--list dd {
  letter-spacing: 0.1em;
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .sec-1 .point--list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: start;
    column-gap: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .sec-1 .point--list {
    margin-top: 101px;
  }

  .sec-1 .point--list .item {
    row-gap: 18px;
    padding: 0;
  }

  .sec-1 .point--list .label {
    left: -15px;
  }
}

.sec-2 {
  padding-top: 39px;
  padding-bottom: 64px;
  background-color: #edfaf5;
}

.sec-2 .heading-lv1 {
  margin-bottom: 40px;
}

.sec-2 .list {
  display: grid;
  row-gap: 34px;
}

.sec-2 .list .item {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  padding: 32px 18px 42px;
  border: 1px solid #707070;
  border-radius: 16px;
}

.sec-2 .list .item-1 {
  background-color: rgba(213, 238, 229, 0.75);
}

.sec-2 .list .item-2 {
  background-color: rgba(211, 231, 245, 0.75);
}

.sec-2 .list .item--name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.sec-2 .list .item--address {
  margin-top: 13px;
  line-height: 1.875;
  text-align: center;
}

.sec-2 .list .item--tel {
  margin-top: 18px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}

.sec-2 .list .item--tel .label {
  font-size: 16px;
}

.sec-2 .list .item--link {
  max-width: 365px;
  margin-top: 18px;
  margin-inline: auto;
  letter-spacing: 0.1em;
}

.sec-2 .link-btn a {
  padding: 7px 60px 9px 35px;
  background-position: center right 25px;
  background-size: 32px auto;
}

.sec-2 .link-btn a span span {
  display: inline-block;
}

.sec-2 .schedule {
  margin-top: 31px;
}

@media screen and (min-width: 768px) {
  .sec-2 .list {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: start;
    column-gap: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .sec-2 .list .item--link {
    margin-top: 26px;
  }

  .sec-2 .schedule {
    margin-top: 71px;
  }
}

.sec-3 {
  padding-top: 43px;
  padding-bottom: 34px;
}

.sec-3 .heading-lv1 {
  margin-bottom: 55px;
}

.sec-3 .box-1 .img img {
  max-width: 168px;
  margin-inline: auto;
  border-radius: 10px;
}

.sec-3 .box-1 .img figcaption {
  margin-top: 7px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec-3 .box-1 .message {
  display: grid;
  row-gap: 24px;
  margin-top: -132px;
  padding: 177px 17px 38px;
  letter-spacing: 0.1em;
  background-color: rgba(179, 214, 239, 0.28);
  border-radius: 17px;
}

.sec-3 .box-2 {
  margin-top: 31px;
  padding: 35px 20px;
  background-color: #f0f0f0;
  border-radius: 15px;
}

.sec-3 .box-2 .heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec-3 .box-2 .list {
  display: grid;
  row-gap: 14px;
  margin-top: 39px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.sec-3 .box-2 .item {
  padding-bottom: 14px;
  border-bottom: 2px solid #cfcfcf;
}

.sec-3 .box-2 .wrap {
  display: inline-block;
}

@media screen and (min-width: 375px) {
  .sec-3 .box-2 .item {
    display: grid;
    grid-template-columns: 4.8em 1fr;
    column-gap: 18px;
  }

  .sec-3 .box-2 .item dt {
    text-align: right;
  }

  .sec-3 .box-2 .nowrap {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .sec-3 .inner {
    max-width: 752px;
  }

  .sec-3 .heading-lv1 {
    margin-bottom: 24px;
  }

  .sec-3 .box-1 {
    padding-top: 117px;
    position: relative;
  }

  .sec-3 .box-1 .img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec-3 .box-1 .img img {
    max-width: 273px;
  }

  .sec-3 .box-1 .img figcaption {
    margin-top: 11px;
    text-align: left;
  }

  .sec-3 .box-1 .message {
    width: 72%;
    max-width: 538px;
    margin-left: auto;
    margin-top: 0;
    padding: 36px 40px 35px 93px;
  }

  .sec-3 .box-2 {
    margin-top: 33px;
    padding: 35px 41px;
  }

  .sec-3 .box-2 .item {
    grid-template-columns: 6.9em 1fr;
    column-gap: 57px;
  }
}

@media screen and (min-width: 1024px) {
  .sec-3 {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .sec-3 .heading-lv1 {
    margin-bottom: 24px;
  }

  .sec-3 .box-2 {
    margin-top: 33px;
    padding: 35px 41px;
  }
}

.sec-4 {
  padding-top: 64px;
  padding-bottom: 81px;
  background-color: #edfaf5;
  background-image: url("../img/top/area_bg.jpg");
  background-position: top 30% right 14%;
  background-size: 350% auto;
}

.sec-4 .heading-lv1 {
  margin-bottom: 46px;
}

.sec-4 .heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec-4 .text {
  margin-top: 34px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  text-align: center;
}

.sec-4 .map {
  max-width: 656px;
  margin-top: 25px;
  margin-inline: auto;
  position: relative;
}

.sec-4 .map .label {
  color: #fff;
  font-size: clamp(9px, 2.4vw, 18px);
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  top: 46.7%;
  left: 42.7%;
}

@media screen and (min-width: 768px) {
  .sec-4 {
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  .sec-4 {
    padding-top: 72px;
    padding-bottom: 81px;
  }

  .sec-4 .heading-lv1 {
    margin-bottom: 50px;
  }

  .sec-4 .text {
    margin-top: 18px;
  }

  .sec-4 .img {
    margin-top: 45px;
  }
}

.sec-5 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.sec-5 .heading-lv1 {
  margin-bottom: 70px;
}

.sec-5 .heading-lv2 {
  margin-top: 36px;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #70c6a9;
  border-radius: 35px;
}

.sec-5 .lead{
  position: relative;
}

.sec-5 .lead .text {
  max-width: 360px;
  width: 80%;
  padding: 10px 10px 6px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec-5 .box-1,
.sec-5 .box-3 {
  display: grid;
  row-gap: 34px;
}

.sec-5 .box-1 .img,
.sec-5 .box-3 .img {
  max-width: 260px;
  margin-inline: auto;
  border-radius: 15px;
  overflow: hidden;
}

.sec-5 .box-1 .text,
.sec-5 .box-3 .text {
  display: grid;
  row-gap: 34px;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.sec-5 .box-1 {
  margin-top: 25px;
}

.sec-5 .box-2 {
  display: grid;
  justify-content: center;
  row-gap: 22px;
  margin-top: 45px;
  padding: 28px 18px 27px 14px;
  background-color: #edfaf5;
  border-radius: 16px;
}

.sec-5 .box-2 .heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec-5 .box-2 .list {
  letter-spacing: 0.1em;
  line-height: 2.125;
}

.sec-5 .box-2 .list li {
  padding-left: 20px;
  position: relative;
}

.sec-5 .box-2 .list li::before {
  content: '';
  display: block;
  aspect-ratio: 1;
  width: 9px;
  background-color: #70c6a9;
  border-radius: 50%;
  position: absolute;
  top: 0.9em;
  left: 0;
}

.sec-5 .box-3 {
  margin-top: 36px;
}

.sec-5 .box-4 .item,
.sec-5 .box-5 .item,
.sec-5 .box-6 .item {
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 14px;
}

.sec-5 .box-4,
.sec-5 .box-5 {
  padding-bottom: 61px;
}

.sec-5 .box-4 .item,
.sec-5 .box-5 .item {
  border: 2px solid var(--item-color, currentcolor);
  position: relative;
}

.sec-5 .box-4 .item::after,
.sec-5 .box-5 .item::after {
  content: '';
  display: block;
  height: 61px;
  background-position: center top;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  translate: 0 100%;
}

.sec-5 .box-4 .item em,
.sec-5 .box-5 .item em {
  color: var(--item-color, currentcolor);
  font-weight: bold;
}

.sec-5 .box-4 {
  --item-color: #2478b6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  margin-top: 36px;
}

.sec-5 .box-4 .item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 12px 1px 9px;
  font-size: 14px;
}

.sec-5 .box-4 .item::after {
  background-image: url("../img/top/care_arrow01.svg");
}

.sec-5 .box-5 {
  --item-color: #70c6a9;
  margin-top: 13px;
}

.sec-5 .box-5 .item {
  max-width: 588px;
  margin-inline: auto;
  padding: 21px;
  line-height: 1.875;
}

.sec-5 .box-5 .item::after {
  background-image: url("../img/top/care_arrow02.svg");
}

.sec-5 .box-5 .item em {
  display: inline-block;
}

.sec-5 .box-6 {
  margin-top: 4px;
}

.sec-5 .box-6 .item {
  max-width: 260px;
  margin-inline: auto;
  padding: 22px;
  color: #fff;
  font-weight: bold;
  background-color: #fd8fbb;
}

@media screen and (min-width: 768px) {
  .sec-5 .lead .text {
    width: 100%;
    max-width: 620px;
    font-size: 20px;
  }
  .sec-5 .box-1,
  .sec-5 .box-2,
  .sec-5 .box-3 {
    width: 90%;
    max-width: 892px;
    margin-inline: auto;
  }

  .sec-5 .box-2 {
    justify-content: unset;
    row-gap: 30px;
    padding: 20px 83px 44px;
  }

  .sec-5 .box-4 {
    column-gap: 13px;
    max-width: 806px;
    margin-inline: auto;
    margin-top: 48px;
  }

  .sec-5 .box-4 .item {
    padding: 36px 35px;
    font-size: 16px;
  }

  .sec-5 .box-5 .item {
    max-width: 588px;
    padding: 36px 28px;
  }
}

@media screen and (min-width: 1024px) {
  .sec-5 {
    padding-top: 81px;
    padding-bottom: 54px;
  }

  .sec-5 .heading-lv1 {
    margin-bottom: 50px;
  }

  .sec-5 .heading-lv2 {
    margin-top: 52px;
  }

  .sec-5 .lead .text {
    padding: 18px 35px 19px;
    font-size: 22px;
  }

  .sec-5 .box-1,
  .sec-5 .box-3 {
    grid-template-columns: 260px 1fr;
    column-gap: 23px;
    align-items: start;
  }

  .sec-5 .box-1 .text,
  .sec-5 .box-3 .text {
    row-gap: 30px;
  }

  .sec-5 .box-1 {
    margin-top: 47px;
  }

  .sec-5 .box-2 {
    margin-top: 30px;
  }

  .sec-5 .box-3 {
    margin-top: 48px;
  }
}


/* 横スクロール */
.lead {
  overflow: hidden;
  width: 100%;
}
.slider {
  display: flex;
  width: 350%;
  animation: slide-loop 40s linear infinite;
}
.list {
  display: flex;
  width: 100%;
}
.list li {
  width: 25%;
  flex-shrink: 0;
}
.list img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .slider {
    width: 200%;
  }
  .sec-5 .lead .text br{
    display: none;
  }
}