@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* second */
/* ============================================ */
.footer {
  background: #F5F5F5;
}

.second-mainvisual__img {
  padding-top: 20.83%;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-mainvisual__img {
    padding-top: 66.67%;
  }
}
@media all and (max-width: 896px) {
  .second-mainvisual__img::before {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, #fff 20%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.second-mainvisual__figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.second-mainvisual__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/400;
  border-radius: 0 0 64px 0;
}
@media all and (max-width: 896px) {
  .second-mainvisual__figure img {
    aspect-ratio: 6/4;
    border-radius: 0 0 32px 0;
  }
}
.second-mainvisual__wrapper {
  position: relative;
}
.second-mainvisual__ttl {
  margin-top: -1.25vw;
  margin-right: 4.17vw;
  display: inline-block;
  padding: 0.37em 2em 0.37em 1.33em;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-radius: 0 9999px 9999px 0;
  font-size: clamp(1.625rem, 1.2745rem + 1.4379vw, 3rem);
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  color: #fff;
  background: #4EBDD2;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .second-mainvisual__ttl {
    margin-top: -3.08vw;
    padding: 12px 40px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    margin-right: 40px;
  }
}
@media all and (max-width: 480px) {
  .second-mainvisual__ttl {
    padding: 10px 32px 10px 16px;
    margin-right: 15px;
  }
}

.second-breadcrumb {
  width: 100%;
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .second-breadcrumb {
    margin-top: 16px;
    position: static;
  }
}
.second-breadcrumb__wrapper {
  width: 91.66%;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .second-breadcrumb__wrapper {
    width: calc(100% - 80px);
  }
}
@media all and (max-width: 480px) {
  .second-breadcrumb__wrapper {
    width: calc(100% - 30px);
  }
}
.second-breadcrumb__list {
  font-size: clamp(0.875rem, 0.8431rem + 0.1307vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin: 0 0 0 auto;
}
@media all and (max-width: 896px) {
  .second-breadcrumb__list {
    margin: 0;
  }
}
.second-breadcrumb__list__item a {
  color: #4EBDD2;
  text-decoration: underline;
}
.second-breadcrumb__list__item::after {
  content: "/";
  margin: 0 0.8em;
}
.second-breadcrumb__list__item:last-of-type::after {
  content: none;
}

.second-anchor__list {
  font-size: clamp(0.875rem, 0.6697rem + 0.8421vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px 40px;
}
@media all and (max-width: 896px) {
  .second-anchor__list {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px 24px;
  }
}
@media all and (max-width: 480px) {
  .second-anchor__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.second-anchor__list__link {
  text-align: center;
  display: block;
  padding: 20px 52px;
  background: #4EBDD2;
  color: #fff;
  border-radius: 9999px;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-anchor__list__link {
    padding: 16px 42px;
  }
}
.second-anchor__list__link::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/common/circle_arrow_bottom_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .second-anchor__list__link::after {
    width: 18px;
    height: 18px;
    right: 16px;
  }
}
.second-anchor__list__link.--blue {
  background: #0097E0;
}

.second-ttl {
  font-size: clamp(1.5rem, 1.2947rem + 0.8421vw, 2rem);
  font-weight: 700;
}
.second-ttl:first-letter {
  color: #4EBDD2;
}

/* notfound */
/* ============================================ */
.notfound-wrapper {
  padding: 40px 0 150px;
}
@media all and (max-width: 896px) {
  .notfound-wrapper {
    padding: 32px 0 80px;
  }
}
.notfound-txt {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .notfound-txt {
    margin-top: 32px;
  }
}
.notfound .footer {
  background: #fff;
}