@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	当社について
//////////////////////////////////////////////////*/
.l-section {
  margin-bottom: 8rem;
}

.section-container {
  padding: 0 2rem;
}

@media screen and (min-width: 769px) {
  .section-container {
    padding: 0;
  }
}
.section_01 .u-card {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem;
}
.section_01 .u-card .u-card__item {
  flex: 100%;
  padding: 2rem 2rem 3rem;
  border-radius: 1.5rem;
  background: #fff;
}
.section_01 .u-card .u-card__item .icon {
  font-size: 1rem;
  text-align: center;
  margin: auto auto 1rem;
}
.section_01 .u-card .u-card__item .title {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #155AA8;
}

@media screen and (min-width: 769px) {
  .section_01 .u-card {
    gap: 2.8rem;
  }
  .section_01 .u-card .u-card__item {
    flex: 0 0 calc((100% - 5.6rem) / 3);
    padding: 2.4rem 2rem 3rem;
  }
  .section_01 .u-card .u-card__item .icon {
    margin: auto auto 2.6rem;
  }
  .section_01 .u-card .u-card__item .title {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
.section_02 .u-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.section_02 .u-card .u-card__item {
  flex: 100%;
  display: grid;
  grid-template-columns: 6rem 1fr;
  align-items: center;
  gap: 2rem;
  padding: 2rem 2rem;
  border-radius: 1rem;
  background: #F3F6FA;
}
.section_02 .u-card .u-card__item .title {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: #155AA8;
  aspect-ratio: 1;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 100%;
  background: #fff;
}
.section_02 .u-card .u-card__item .title .num {
  display: block;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
}
.section_02 .u-card .u-card__item .note {
  font-weight: 700;
}
.section_02 .schedule {
  margin: 0 -2rem;
}
.section_02 .schedule .schedule-title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.section_02 .schedule .schedule-body {
  padding: 3.6rem 2rem;
  border: 2px solid #155AA8;
  border-radius: 1.5rem;
}
.section_02 .schedule .schedule-body img {
  width: 220%;
}

@media screen and (min-width: 769px) {
  .section_02 .u-card {
    grid-template-columns: repeat(3, 20rem);
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  .section_02 .u-card .u-card__item {
    grid-template-columns: 1fr;
    grid-template-rows: 2.8rem 1fr;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    width: 20rem;
    padding: 3rem 0 2rem;
    aspect-ratio: 1;
    border-radius: 100%;
    text-align: center;
  }
  .section_02 .u-card .u-card__item .title {
    flex-flow: row wrap;
    gap: 0.6rem;
    width: fit-content;
    height: 2.8rem;
    margin: auto;
    padding: 0 1em;
    aspect-ratio: auto;
    font-size: 1.3rem;
    border-radius: 50vw;
  }
  .section_02 .u-card .u-card__item .note {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1.8;
  }
  .section_02 .schedule {
    margin: auto;
  }
  .section_02 .schedule .schedule-body {
    padding: 7rem 4rem;
    border-radius: 3rem;
  }
  .section_02 .schedule .schedule-body img {
    width: 100%;
  }
}
.section_03 .l-section {
  margin-bottom: 15rem;
}
.section_03 .map img {
  border-radius: 1.5rem;
}
.section_03 .places .place-item {
  margin-bottom: 3.6rem;
}
.section_03 .places .place-item .place-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #155AA8;
}
.section_03 .places .place-item .place-title .icon {
  width: 4rem;
}
.section_03 .places .place-item .place-title .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #155AA8;
}
.section_03 .places .place-item .place-body .place-body__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  line-height: 1.75;
  border-bottom: 1px solid #B9C7D7;
}

@media screen and (min-width: 769px) {
  .section_03 .l-section {
    margin-bottom: 30rem;
  }
  .section_03 .map img {
    border-radius: 3rem;
  }
  .section_03 .places .place-item {
    margin-bottom: 5rem;
  }
  .section_03 .places .place-item .place-title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .section_03 .places .place-item .place-title .icon {
    width: 4.4rem;
  }
  .section_03 .places .place-item .place-title .title {
    font-size: 2rem;
  }
  .section_03 .places .place-item .place-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
