@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* sect-hero
============================================================ */
.sect-hero {
  width: 100%;
  overflow: hidden;
}
.hero__img {
  width: 100%;
  aspect-ratio: 1920/776;
  object-fit: cover;
  min-height: 220px;
  max-height: 565px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
}
@media screen and (max-width: 481px) {
}

/* sect-news
============================================================ */
.sect-news {
  padding: 40px 0 55px;
}
.news__title {
  max-width: 420px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 3px solid #4298d4;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
.news__subtitle {
  display: block;
  margin-top: 10px;
  color: #003b76;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.news__list {
  width: 100%;
  max-width: 640px;
  max-height: 210px;
  margin: 40px auto 0;
  overflow-y: scroll;
  border: 1px solid #9fa0a0;
}
.news__list__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin: 0 40px;
  padding: 10px 0;
  border-bottom: 1px solid #9fa0a0;
}
.news__list__item:last-child {
  border-bottom: none;
}
.news__list__date {
  flex-shrink: 0;
  min-width: 90px;
}
.news__list__excerpt {
  margin-top: 5px;
  text-align: justify;
}
.news__btn {
  margin-top: 20px;
  text-align: center;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-news {
    padding: 25px 0 35px;
  }
  .news__title {
    font-size: 27px;
  }
  .news__subtitle {
    margin-top: 7px;
    font-size: 12px;
  }
  .news__list {
    margin-top: 25px;
  }
  .news__list__item {
    flex-direction: column;
    margin: 0 20px;
    gap: 0;
  }
  .news__list__excerpt {
    margin-top: 3px;
  }
  .news__btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 481px) {
}

/* sect-philosophy
============================================================ */
.sect-philosophy {
  padding: 45px 0;
  background-color: #f9f0ae;
}
.philosophy__title {
  padding-bottom: 10px;
  border-bottom: 3px solid #4298d4;
  font-size: 36px;
  font-weight: bold;
}
.philosophy__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 25px;
  gap: 60px;
}
.philosophy__text {
  flex: 2;
  font-size: 17px;
  line-height: 2.05;
  text-align: justify;
}
.philosophy__text p + p {
  margin-top: 1em;
}
.philosophy__lead {
  color: #004c99;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.9px;
  line-height: 1.4;
}
.philosophy__lead span {
  display: inline-block;
}
.philosophy__image {
  flex: 1;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  text-align: center;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-philosophy {
    padding: 25px 0;
  }
  .philosophy__title {
    font-size: 26px;
  }
  .philosophy__content {
    flex-direction: column;
    margin-top: 15px;
    gap: 15px;
  }
  .philosophy__text {
    font-size: 15px;
  }
  .philosophy__lead {
    font-size: 20px;
    line-height: 1.6;
  }
  .philosophy__image {
    width: 100%;
    max-width: 340px;
  }
}
@media screen and (max-width: 481px) {
  .philosophy__text {
    font-size: 14px;
  }
  .philosophy__lead {
    font-size: 18px;
  }
}

/* sect-consultation
============================================================ */
.sect-consultation {
  padding: 45px 0 65px;
}
.consultation__title {
  padding: 10px;
  border-radius: 14px;
  background-color: #003b76;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}
.consultation__list__wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.consultation__list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.consultation__list__item {
  position: relative;
  padding-left: 32px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
}
.consultation__list__item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 100vmax;
  background-color: #4298d4;
}
.consultation__list__item span {
  display: inline-block;
}
.consultation__image {
  margin-top: 22px;
  text-align: center;
}
.consultation__image img {
  width: 100%;
  max-width: 354px;
}
.consultation__msg {
  margin-top: 10px;
  color: #003b76;
  font-weight: bold;
  text-align: center;
}
.consultation__msg__main {
  display: inline-block;
  font-size: 36px;
}
.consultation__msg__sub {
  display: inline-block;
  font-size: 28px;
}
.consultation__action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1px;
  gap: 30px;
}
.consultation__action__item,
.consultation__action__item:visited {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 380px;
  min-height: 80px;
  padding: 6px 10px;
  border-radius: 5px;
  background: #4298d4;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.4px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  gap: 4px;
}
.consultation__action__item:hover {
  opacity: 0.6;
}
.consultation__action__tel {
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
}
.consultation__action__form {
  padding: 6px 20px;
}
.consultation__action__tel span {
  font-size: 30px;
  letter-spacing: 0.2px;
  line-height: 1;
  vertical-align: baseline;
}
.consultation__action__tel small {
  margin-top: -3px;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 1.4px;
  line-height: 1;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-consultation {
    padding: 25px 0 35px;
  }
  .consultation__title {
    border-radius: 10px;
    font-size: 28px;
  }
  .consultation__list__wrap {
    margin-top: 19px;
  }
  .consultation__list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  .consultation__list__item {
    padding-left: 26px;
    font-size: 20px;
  }
  .consultation__list__item::before {
    top: 15px;
    width: 18px;
    height: 18px;
  }
  .consultation__list__item span {
    display: inline-block;
  }
  .consultation__image img {
    max-width: 294px;
  }
  .consultation__msg__main {
    font-size: 26px;
  }
  .consultation__msg__sub {
    font-size: 18px;
  }
  .consultation__action {
    margin-top: 11px;
    gap: 15px;
  }
  .consultation__action__item,
  .consultation__action__item:visited {
    max-width: 300px;
    min-height: 60px;
    font-size: 20px;
  }
  .consultation__action__item:hover {
    opacity: 0.6;
  }
  .consultation__action__tel {
    font-size: 24px;
  }
  .consultation__action__form {
    padding: 6px 20px;
  }
  .consultation__action__tel span {
    font-size: 20px;
  }
  .consultation__action__tel small {
    font-size: 13px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 481px) {
  .consultation__title {
    font-size: 23px;
  }
}

/* sect-business
============================================================ */
.sect-business {
  padding: 45px 0 65px;
  background-color: #e8eff9;
}
.business__title {
  font-size: 36px;
  font-weight: bold;
}
.business__content {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 3px solid #4298d4;
}
.business__title + .business__content {
  margin-top: 15px;
}
.business__content__title {
  color: #003b76;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}
.business__content__title a {
  color: #003b76;
}
.business__content__title span {
  display: inline-block;
}
.business__content__text {
  margin-top: 30px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
}
.business__content__text span {
  display: inline-block;
}
.business__content__list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 7px;
  gap: 11px;
}
.business__content__list__item {
  position: relative;
  padding-left: 21px;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.4;
}
.business__content__list__item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 100vmax;
  background-color: #4298d4;
}
.business__content__list__item span {
  display: inline-block;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 961px) {
  .sect-business {
    padding: 25px 0 35px;
  }
  .business__title {
    font-size: 26px;
  }
  .business__content {
    margin-top: 20px;
    padding-top: 20px;
  }
  .business__title + .business__content {
    margin-top: 15px;
  }
  .business__content__title {
    font-size: 20px;
  }
  .business__content__text {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.6;
  }
  .business__content__list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
    gap: 11px;
  }
  .business__content__list__item {
    padding-left: 18px;
    font-size: 15px;
  }
  .business__content__list__item::before {
    top: 12px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 481px) {
}
@media screen and (max-width: 361px) {
  .business__content__text {
    font-size: 15px;
  }
}
