@charset "UTF-8";
/* --
top.css
トップページ

 ------------------------------------
-- */
/*-----------------------------------

	$font

-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;400;500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*-----------------------------------

	$color

-----------------------------------*/
/*-----------------------------------

	$mixin

-----------------------------------*/
/*-----------------------------------

	$contents
コンテンツ共有パーツ

-----------------------------------*/
/* --
top.css
トップページ

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
/*-----------------------------------

	$icon
	矢印アイコン（CSS mask + data-URI SVG）

-----------------------------------*/
.section-heading {
  margin-bottom: clamp(5rem, 10.3333333333rem + -6.9444444444vw, 2rem);
}
@media (max-width: 768px) {
  .section-heading {
    margin-bottom: 2rem;
  }
}
.section-heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: clamp(1.8rem, -0.6888888889rem + 3.2407407407vw, 3.2rem);
  font-weight: 700;
  color: #006699;
  line-height: 1.6;
  margin: 0;
}
.section-heading h2::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.6rem;
  background-color: #ff9900;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.7em;
}
@media (max-width: 768px) {
  .section-heading h2::before {
    width: 2rem;
    height: 0.4rem;
  }
}
@media (max-width: 768px) {
  .section-heading h2 {
    gap: 8px;
  }
}

.page-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28rem;
  background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .page-hero::before {
    display: none;
  }
}
.page-hero__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-hero__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-hero__inner {
  padding-top: 5.2rem;
}
@media (max-width: 768px) {
  .page-hero__inner {
    padding: 0;
  }
}
.page-hero__title {
  color: #fff;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-hero__title {
    background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
    padding: 1.5rem 2rem 2rem;
  }
}
.page-hero__title-label {
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.6rem, -0.5333333333rem + 2.7777777778vw, 2.8rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .page-hero__title-label {
    line-height: normal;
  }
}
.page-hero__title-label span {
  font-weight: 200;
}
.page-hero__title-label b {
  margin-left: 0.25em;
}
.page-hero__title h2 {
  font-size: clamp(2.4rem, -1.8666666667rem + 5.5555555556vw, 4.8rem);
  font-weight: 8700;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .page-hero__title h2 {
    line-height: normal;
  }
}
.page-hero__lead {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-hero__lead {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-hero__lead {
  padding-top: 4rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .page-hero__lead {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background: #fff;
  }
}
.page-hero__lead .section-heading {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-hero__lead .section-heading {
    margin-bottom: 1.5rem;
  }
}
.page-hero__inner > .page-hero__lead {
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.page-hero__lead-text {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.462962963vw, 1.8rem);
  font-weight: 400;
  line-height: 2;
  color: #090909;
  text-align: left;
}

.contents-mv {
  margin-right: calc(50% - 50vw);
}
.contents-mv img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contents-mv {
    margin-left: calc(50% - 50vw);
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*-----------------------------------

	$contents
コンテンツ共有パーツ

-----------------------------------*/
/*-----------------------------------

	$top
	トップページ固有コンテンツ

-----------------------------------*/
.link-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: clamp(1.5rem, 0.9666666667rem + 0.6944444444vw, 1.8rem);
  font-weight: 700;
  line-height: normal;
  color: #006699;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .link-more {
    gap: 0.5rem;
  }
}
.link-more:hover {
  opacity: 0.8;
}
.link-more--light {
  color: #fff;
}
.link-more::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #006699;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M10.33 8.65L13.67 12L10.33 15.35' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M10.33 8.65L13.67 12L10.33 15.35' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 768px) {
  .link-more::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.link-more--light::after {
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M10.33 8.65L13.67 12L10.33 15.35' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M10.33 8.65L13.67 12L10.33 15.35' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

.mainvisual {
  position: relative;
}
.mainvisual__slide {
  position: relative;
}
.mainvisual__photo {
  position: relative;
  z-index: 0;
}
.mainvisual__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 144/72;
}
@media (max-width: 768px) {
  .mainvisual__photo img {
    aspect-ratio: 375/300;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mainvisual__photo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60.2%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 102, 153, 0)), to(rgba(0, 102, 153, 0.6)));
  background: linear-gradient(90deg, rgba(0, 102, 153, 0) 0%, rgba(0, 102, 153, 0.6) 100%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .mainvisual__photo::after {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 102, 153, 0)), to(rgba(0, 102, 153, 0.55)));
    background: linear-gradient(180deg, rgba(0, 102, 153, 0) 40%, rgba(0, 102, 153, 0.55) 100%);
  }
}
.mainvisual__copy {
  position: absolute;
  right: 10.4166666667%;
  bottom: 6.9444444444%;
  color: #fff;
}
@media (max-width: 768px) {
  .mainvisual__copy {
    right: 8%;
    bottom: 8%;
  }
}
.mainvisual__lead {
  font-size: clamp(2.4rem, 0.2666666667rem + 2.7777777778vw, 3.6rem);
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 480px) {
  .mainvisual__lead {
    font-size: 1.6rem;
  }
}
@media (min-width: 1440px) {
  .mainvisual__lead {
    font-size: 2.5vw;
  }
}
.mainvisual__title {
  font-size: clamp(3.6rem, -1.3777777778rem + 6.4814814815vw, 6.4rem);
  font-weight: 900;
  line-height: normal;
  margin: 0;
}
@media (max-width: 480px) {
  .mainvisual__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .mainvisual__title {
    font-size: 4.4444444444vw;
  }
}
.mainvisual .slick-arrow {
  display: none !important;
}
.mainvisual .slick-dots {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  right: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  width: auto;
  margin: auto;
  padding: 0;
  list-style: none;
  z-index: 3;
}
@media (max-width: 768px) {
  .mainvisual .slick-dots {
    bottom: 1rem;
    gap: 0.8rem;
  }
}
.mainvisual .slick-dots li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  padding: 0;
}
.mainvisual .slick-dots li button {
  display: block;
  position: static;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #111;
  opacity: 0.3;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.mainvisual .slick-dots li button::before {
  content: none;
  display: none;
}
.mainvisual .slick-dots li.slick-active button {
  opacity: 1;
}

.top-join {
  padding: 10rem 0 0;
}
@media (max-width: 768px) {
  .top-join {
    padding: 2rem 0 0;
  }
}
.top-join__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .top-join__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.top-join__link {
  display: block;
  max-width: 78rem;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.top-join__link:hover {
  opacity: 0.8;
}
.top-join__link img {
  display: block;
  width: 100%;
  height: auto;
}

.top-service {
  position: relative;
  padding: 10rem 0 12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfefe), to(#baeafb));
  background: linear-gradient(180deg, #fcfefe 0%, #baeafb 100%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-service {
    padding: 4rem 0;
  }
}
.top-service::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -48.1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 144rem;
  max-width: none;
  height: 124.5rem;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top-service::before {
    top: -20rem;
    width: 100%;
    height: 60rem;
  }
}
.top-service::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  aspect-ratio: 211/152;
  background: url("../images/top/service-bg.png") no-repeat 50% 100%/192rem auto;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .top-service::after {
    background-size: 160%;
    top: 0;
    bottom: auto;
    background-position: 50% 50%;
  }
}
.top-service .common__title-01 {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .top-service .common__title-01 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.top-service__inner {
  position: relative;
  z-index: 1;
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .top-service__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .top-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.top-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 5rem rgba(48, 145, 179, 0.2);
          box-shadow: 0 0 5rem rgba(48, 145, 179, 0.2);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.top-service__card:hover {
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  opacity: 1;
}
.top-service__image {
  position: relative;
}
.top-service__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 153, 0.25);
}
.top-service__image:hover::after {
  background: rgba(0, 102, 153, 0.4);
}
.top-service__image img {
  display: block;
  width: 100%;
}
.top-service__image span {
  position: absolute;
  bottom: 0.5rem;
  left: 2rem;
  font-family: "Heebo", sans-serif;
  font-size: clamp(4.8rem, -3.7333333333rem + 11.1111111111vw, 9.6rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top-service__image span {
    bottom: 1.4rem;
  }
}
.top-service__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 8.4rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .top-service__body {
    min-height: 6.9rem;
    min-height: inherit;
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
}
.top-service__body::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background-color: #006699;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M10.33 8.65L13.67 12L10.33 15.35' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000' stroke-width='1.5'/%3E%3Cpath d='M10.33 8.65L13.67 12L10.33 15.35' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.top-service__title {
  font-size: clamp(1.6rem, 0.8888888889rem + 0.9259259259vw, 2rem);
  font-weight: 700;
  line-height: normal;
  color: #006699;
  margin: 0;
  text-align: center;
}

.top-detail {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .top-detail {
    padding: 4rem 0;
  }
}
.top-detail--01 {
  background: linear-gradient(281deg, #36a9ff 0.37%, #006699 100%);
  color: #fff;
}
.top-detail--02 {
  background: #fff;
  color: #090909;
}
.top-detail--02 .top-detail__label {
  color: #090909;
}
.top-detail--02 .top-detail__label span:first-child {
  font-weight: 200;
}
.top-detail--02 b {
  color: #006699;
}
.top-detail--02 .top-detail__title {
  color: #006699;
}
.top-detail--02 .top-detail__lead {
  color: #090909;
}
.top-detail--02 .top-detail__more {
  text-align: right;
}
.top-detail__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .top-detail__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.top-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 768px) {
  .top-detail__inner {
    gap: 3rem;
  }
}
.top-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .top-detail__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.top-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .top-detail__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-detail__heading {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .top-detail__heading {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.top-detail__label {
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.6rem, 0.8888888889rem + 0.9259259259vw, 2rem);
  font-weight: 200;
  line-height: normal;
  margin: 0;
}
.top-detail__label span {
  font-weight: 200;
}
.top-detail__label b {
  font-weight: 800;
  margin-left: 0.25em;
}
.top-detail__title {
  font-size: clamp(2.8rem, -0.7555555556rem + 4.6296296296vw, 4.8rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.top-detail__lead {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.462962963vw, 1.8rem);
  margin: 0 0 3rem;
}
@media (max-width: 768px) {
  .top-detail__lead {
    margin-bottom: 2rem;
  }
}
.top-detail__more {
  margin: 0;
  width: 100%;
  text-align: right;
}
.top-detail__visual {
  width: 44%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-detail__visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.top-detail__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 480/336;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-detail__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
}
@media (max-width: 768px) {
  .top-detail__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.top-detail__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.6rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .top-detail__card {
    gap: 2rem;
    padding: 3rem;
  }
}
.top-detail__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  text-align: center;
}
.top-detail__card-title {
  font-size: clamp(2rem, 0.2222222222rem + 2.3148148148vw, 3rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.top-detail__card-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.top-detail__card-visual img {
  display: block;
  width: auto;
  max-width: 13.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .top-detail__card-visual img {
    max-width: 9rem;
  }
}
.top-detail__card-visual p {
  font-size: clamp(1.8rem, 0.7333333333rem + 1.3888888889vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.top-detail__card-text {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 1.6;
  margin: 0;
}

.top-info {
  position: relative;
  padding: 10rem 0 12rem;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-info {
    padding: 4rem 0 6rem;
  }
}
.top-info::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/pastnews-bg.svg") no-repeat 0% 0%/192rem auto;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .top-info::before {
    background-position: 0% 0%;
  }
}
@media (max-width: 768px) {
  .top-info::before {
    top: auto;
    bottom: 0;
    background-position: 50% 100%;
    background-size: 170rem auto;
  }
}
.top-info .common__title-01 {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .top-info .common__title-01 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.top-info__inner {
  position: relative;
  z-index: 1;
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .top-info__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.top-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .top-info__list {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.top-info__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
  background: #fff;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(48, 145, 179, 0.1);
          box-shadow: 0 0 1.5rem rgba(48, 145, 179, 0.1);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-info__item {
    gap: 0;
    padding: 1.5rem 4rem 1.5rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-info__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.6rem;
  background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.top-info__item:hover {
  opacity: 1;
}
.top-info__item:hover::before {
  opacity: 1;
}
.top-info__item:hover time,
.top-info__item:hover p {
  color: #fff;
}
.top-info__item:hover::after {
  background-color: #fff;
}
.top-info__item::after {
  content: "";
  position: absolute;
  right: 2.6rem;
  top: 50%;
  z-index: 1;
  width: 0.8rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #006699;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 768px) {
  .top-info__item::after {
    right: 1.5rem;
  }
}
.top-info__item time {
  position: relative;
  z-index: 1;
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  font-weight: 700;
  line-height: normal;
  color: #090909;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.top-info__item p {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  font-weight: 700;
  line-height: normal;
  color: #006699;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .top-info__item p {
    font-size: 1.6rem;
  }
}
.top-info__more {
  margin: 0;
  text-align: right;
}

.top-member {
  padding: 10rem 0 12rem;
  background: linear-gradient(-76.79deg, #ffd900 0.37%, #ff9900 100%);
}
@media (max-width: 768px) {
  .top-member {
    padding: 4rem 0 6rem;
    background: linear-gradient(-85.15deg, #ffd900 0.37%, #ff9900 100%);
  }
}
.top-member .common__title-01 {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .top-member .common__title-01 {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.top-member .common__title-01 span:first-child {
  color: #fff;
}
.top-member .common__title-01 span:last-of-type {
  color: #090909;
}
.top-member__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .top-member__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.top-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .top-member__list {
    gap: 1rem;
  }
}
.top-member__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
  background: #fff;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(48, 145, 179, 0.1);
          box-shadow: 0 0 1.5rem rgba(48, 145, 179, 0.1);
}
@media (max-width: 768px) {
  .top-member__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 2rem;
  }
}
.top-member__meta {
  display: contents;
}
.top-member__meta time {
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.2rem, 0.4888888889rem + 0.9259259259vw, 1.6rem);
  font-weight: 700;
  line-height: normal;
  color: #090909;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .top-member__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.top-member__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 2rem;
  border-radius: 6.8rem;
  background: #ff9900;
  font-size: clamp(1.2rem, 0.8444444444rem + 0.462962963vw, 1.4rem);
  font-weight: 700;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .top-member__badge {
    padding: 0.2rem 2rem;
  }
}
.top-member__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  color: #090909;
  margin: 0;
  min-width: 0;
}

.top-promote {
  position: relative;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .top-promote {
    padding-bottom: 4rem;
  }
}
.top-promote::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40rem;
  bottom: 0;
  background: linear-gradient(281deg, #36a9ff 0.37%, #006699 100%);
  z-index: 0;
}
@media (max-width: 768px) {
  .top-promote::before {
    top: 15rem;
  }
}
.top-promote__hero {
  height: 40rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-promote__hero {
    height: 15rem;
  }
}
.top-promote__hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-promote__panel {
  position: relative;
  z-index: 1;
  margin-top: -10rem;
}
@media (max-width: 768px) {
  .top-promote__panel {
    margin-top: -5rem;
  }
}
.top-promote__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .top-promote__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.top-promote__inner {
  width: 96%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(48, 145, 179, 0.2);
          box-shadow: 0 0 2.5rem rgba(48, 145, 179, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 1200px) {
  .top-promote__inner {
    padding: 4rem;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .top-promote__inner {
    padding: 3rem;
    gap: 3rem;
    border-radius: 1rem;
  }
}
@media (max-width: 768px) {
  .top-promote__inner .common__title-01 {
    text-align: center;
  }
}
.top-promote__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1200px) {
  .top-promote__body {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .top-promote__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.top-promote__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-promote__text p {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 3;
  margin: 0;
}
@media (max-width: 1200px) {
  .top-promote__text p br {
    display: none;
  }
}
@media (max-width: 768px) {
  .top-promote__text p {
    line-height: 2;
  }
}
.top-promote__visual {
  overflow: hidden;
  width: 44%;
}
.top-promote__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 480/486;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .top-promote__visual {
    width: 100%;
  }
}

.top-banner {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#baeafb), to(#fcfefe));
  background: linear-gradient(180deg, #baeafb 0%, #fcfefe 100%);
}
@media (max-width: 768px) {
  .top-banner {
    padding: 6rem 0;
  }
}
@media (max-width: 480px) {
  .top-banner {
    padding: 4rem 0;
  }
}
.top-banner__list {
  width: 90%;
  max-width: 114rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2%;
  margin: auto;
}
.top-banner__list li {
  width: 19.7368421053%;
  max-width: 22.5rem;
}
.top-banner__list li img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .top-banner__list {
    max-width: 48rem;
    margin: auto;
  }
  .top-banner__list li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .top-banner__list li {
    width: 100%;
  }
}