.fixed-bar {
  display: none;
}
.l-main {
  background: url(../img/top-bg.jpg);
  background-size: contain;
  padding: 0 0 100px;
  overflow-x: hidden;
}
.l-section {
  padding: 0;
}
/*=============================================================
  p-kv
=============================================================*/
.p-kv,
.p-mv {
  position: relative;
}
/* .p-visual
------------------------------------------ */
.p-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
}
.p-visual .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.p-visual .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-visual img {
  position: absolute;
  top: 0;
}
.p-visual img.p-visual__img01 {
  left: 0;
  width: 53%;
}
.p-visual img.p-visual__img02 {
  right: 0;
  width: 50%;
}
.p-visual__pagination.swiper-pagination-bullets {
  position: absolute;
  top: 144px;
  bottom: auto;
  right: 30px;
  left: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
}
.p-visual__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  box-shadow: 0px 4px 4px 0px #00000080 inset;
  opacity: 1;
  transition:
    opacity 0.5s ease,
    background-color 0.5s ease;
}
.p-visual__pagination .swiper-pagination-bullet-active {
  background: #f3ff80;
}
.p-visual__pagination .swiper-pagination-bullet:hover {
  opacity: 0.4;
}

/* .p-mv
------------------------------------------ */
.p-mv__heading {
  height: clamp(260px, 33vw, 780px);
}
.p-mv__heading-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: clamp(1.4rem, 1.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 10%;
  font-family: var(--fontEng);
}
.p-mv__heading-eng {
  display: block;
  font-size: clamp(2.8rem, 3.8vw, 5.6rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 4%;
  letter-spacing: 10%;
  font-family: var(--fontEng);
}
.p-mv__announcement {
  position: absolute;
  bottom: -40%;
  right: 0;
  z-index: 2;
}
.p-mv__announcement::after {
  content: "";
  width: clamp(240px, 23vw, 336px);
  height: clamp(240px, 23vw, 336px);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-mv__announcement-link {
  width: clamp(240px, 23vw, 336px);
  height: clamp(240px, 23vw, 336px);
  background-color: rgba(243, 255, 128, 0.9);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  transition: background-color 0.5s ease;
}
.p-mv__announcement-heading {
  color: #666;
  font-size: 1.6rem;
}
.p-mv__announcement-heading span {
  font-size: 1.4rem;
  padding-left: 10px;
  display: inline;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}
.p-mv__announcement-subject {
  font-size: clamp(1.4rem, 1.3vw, 2rem);
  font-weight: 700;
  color: #000;
  margin: 7% 0 5%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
  text-align: center;
}
.p-mv__announcement-arrow {
  margin-left: auto;
}
@media (min-width: 1800px) {
  .p-mv__announcement {
    bottom: -240px;
  }
}
@media (max-width: 1500px) {
  .p-mv__announcement {
    bottom: -45%;
    right: -2%;
  }
  .p-mv__announcement-link,
  .p-mv__announcement::after {
    transform: scale(0.8);
  }
}

/*=============================================================
  p-annoucement
=============================================================*/
.p-annoucement {
  margin-top: clamp(15%, 15vw, 20%);
  padding: 0 10px 29px 10px;
  position: relative;
}
.p-annoucement .c-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 160%;
  color: #000;
  /*  min-height: calc(1.6rem * 1.6 * 2); */
}
.p-annoucement-swiper__button {
  position: relative;
  top: 24px;
  display: flex;
  width: 132px;
  margin: 0 0 0 auto;
  gap: 24px;
}
.p-annoucement__prev svg,
.p-annoucement__next svg {
  display: none;
}
.p-annoucement__prev,
.p-annoucement__next {
  width: 54px;
  height: 54px;
  background: #d9d9d9;
  border-radius: 50%;
  transition: opacity 0.5s ease;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-annoucement__prev::before,
.p-annoucement__prev::after,
.p-annoucement__next::before,
.p-annoucement__next::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #131313;
  position: absolute;
  left: 50%;
  border-radius: 10px;
}
.p-annoucement__prev::before,
.p-annoucement__next::before {
  top: calc(50% - 5px);
  transform: translateX(-30%) rotate(45deg);
}
.p-annoucement__prev::after,
.p-annoucement__next::after {
  top: calc(50% + 4px);
  transform: translateX(-30%) rotate(-45deg);
}
.p-annoucement__prev::before {
  transform: translateX(-30%) rotate(-45deg);
  left: 45%;
}
.p-annoucement__prev::after {
  transform: translateX(-30%) rotate(45deg);
  left: 45%;
}
@media (hover: hover) {
  .p-annoucement__prev:hover,
  .p-annoucement__next:hover {
    opacity: 0.4;
  }
}

/*=============================================================
  c-card
=============================================================*/
.c-card {
  background: #fff;
  border-radius: 9px;
  height: auto;
}
.c-card__image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.c-card__image picture {
  display: block;
}
.c-card__image img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
  /*  max-height: 225px; */
  object-fit: cover;
  aspect-ratio: 890 / 466;
}
.c-card__content {
  min-height: 104px;
  background: #fff;
  padding: 22px 80px 22px 37px;
}
.c-card__text {
  font-weight: 400;
}
.c-card .c-link {
  display: block;
  padding: 0;
  box-shadow: 0px 3.37px 3.37px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
.c-card .c-link::after {
  right: 25px;
  top: auto;
  bottom: 15px;
}
.c-card__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 9px;
  margin-top: 10px;
}
.c-tag {
  font-size: 1.2rem;
  color: #727272;
  position: relative;
  margin-left: 10px;
  line-height: 160%;
}
.c-tag::before {
  content: "#";
  position: absolute;
  top: 0;
  left: -10px;
}
.c-card__content {
  position: relative;
}
.c-card .c-card__content::after {
  content: "";
  background: url(../assets/img/icon-arrow--g.svg) no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.c-card .c-link::after {
  content: none;
}
.c-card .c-link:hover {
  color: #000;
  text-decoration: none;
}

/*=============================================================
  bg-image
=============================================================*/
.bg-image {
  position: absolute;
  top: 0;
  z-index: -9999;
}
.bg-image img {
  min-height: 2400px;
}

/*=============================================================
  p-heading
=============================================================*/
.p-heading--lv2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 2px;
  line-height: 1;
}
.p-heading--lv2 .u-font--eng {
  font-size: 3.2rem;
  display: block;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}
.p-heading--lv2 + .u-lead {
  letter-spacing: 2px;
}

/*=============================================================
  p-caution
=============================================================*/
.p-caution,
.p-news {
  position: relative;
  z-index: 1;
}
.p-caution .p-heading--lv2 {
  font-size: 3.2rem;
}
.p-caution__list {
  background: #fff;
  border-radius: 40px;
  padding: 24px 6%;
  box-shadow: 0px 4px 20px 0px rgba(3, 28, 47, 0.2);
  mix-blend-mode: luminosity;
}
.c-list--caution {
  margin-left: 3.3rem;
}
.c-list--caution .c-list__item + .c-list__item {
  margin-top: 15px;
}
.c-list--caution .c-list__item {
  line-height: 1;
}
.c-list--caution .c-list__item span:not(.c-filesize),
.c-list--caution .c-list__item a {
  position: relative;
  color: #c83030;
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-list--caution .c-list__item span:not(.c-filesize)::before,
.c-list--caution .c-list__item a::before {
  content: "";
  background: url(../assets/img/icon-caution.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 19px;
  position: absolute;
  top: 0;
  left: -3rem;
  display: block;
}
.c-list--caution .c-list__item a::after {
  bottom: -2px;
  top: auto;
}
.c-list--caution .c-list__item a:hover {
  text-decoration: underline;
}
.c-list--caution .c-filesize {
  color: #c83030;
}

/*=============================================================
  p-news
=============================================================*/
.p-news {
  position: relative;
}
.p-news__block {
  background: #fff;
  border-radius: 40px;
  padding: 50px 6%;
  box-shadow: 0px 4px 20px 0px rgba(3, 28, 47, 0.2);
}
.c-news {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 50px;
}
.c-news dt {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
  align-items: baseline;
  padding: 24px 25px 24px 0;
  line-height: 1.4;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 2px;
  width: 205px;
}
.c-news dd {
  width: calc(100% - 205px);
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.6;
}
.c-news dt:last-of-type,
.c-news dd:last-of-type {
  border-bottom: none;
}
.c-news .c-link {
  display: block;
  padding: 24px 40px 24px 0;
  line-height: 1.8;
  color: #333;
}
.c-news .c-link::after {
  content: "";
  background: url(../assets/img/icon-arrow--g.svg) no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-news__date {
  font-size: 1.4rem;
}
.c-label__new {
  background: #0059a9;
  color: #fff;
  font-size: 1.2rem;
  width: 42px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding-bottom: 2px;
  position: relative;
  top: -3px;
  margin-left: 5px;
}

[class*="__label"] {
  display: block;
  text-align: center;
  width: 93px;
  font-size: 1.2rem;
  padding: 4px 0;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: 700;
}
.c-filesize {
  font-size: 1.4rem;
  position: relative;
  margin-left: 8px;
}
.c-filesize::before {
  content: "";
  background: url(../assets/img/icon-pdf.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  top: 3px;
  left: 0;
}

/*=============================================================
  p-message
=============================================================*/
.p-message .p-heading--lv2 {
  color: #fff;
}
.p-message .u-lead {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}
.p-message .u-grid--col2 {
  margin-bottom: 0;
}
.p-message .item {
  background: #fff;
  border-radius: 40px 40px 40px 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 680 / 300;
  box-shadow: 0px 0px 20px 0px rgb(3 28 47 / 30%);
}
.p-message .item:nth-of-type(2) {
  border-radius: 40px 40px 0 40px;
}
.p-message .item a {
  display: grid;
  grid-template-columns: 60% 40%;
  height: 100%;
}
.p-message .text-block {
  position: relative;
}
.p-message__deco01 {
  position: absolute;
  top: 0;
  right: -9%;
}
.p-message__deco01::before,
.p-message__deco01::after {
  width: clamp(40px, 4vw, 61px);
  height: clamp(60px, 6vw, 94px);
  border-radius: 0 0 0 clamp(20px, 3vw, 40px);
  display: block;
  position: absolute;
}
.p-message__deco01::before {
  content: "";
  background: #ffab94;
  top: 0;
  right: 0;
  z-index: 2;
}
.p-message__deco01::after {
  content: "";
  background: #05246c;
  top: 30px;
  right: clamp(20px, 2.3vw, 30px);
  z-index: 0;
}
.p-message .item:nth-of-type(2) .p-message__deco01 {
  transform: scaleX(-1);
  right: auto;
  left: -9%;
}
.p-message__deco02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(24px, 3vw, 45px);
  height: clamp(31px, 4.5vw, 60px);
}
.p-message__deco02::before,
.p-message__deco02::after {
  width: clamp(15px, 2vw, 28px);
  height: clamp(22px, 3vw, 43px);
  border-radius: 0 clamp(20px, 3vw, 20px) 0 0;
  display: block;
  position: absolute;
}
.p-message__deco02::before {
  content: "";
  background: #ffab94;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-message__deco02::after {
  content: "";
  background: #05246c;
  top: 0;
  right: 0;
  z-index: 0;
}
.p-message .item:nth-of-type(2) .p-message__deco02 {
  transform: scaleX(-1);
  right: -1px;
  left: auto;
}
.p-message .text-block .inner {
  align-items: center;
  color: #000;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 80%;
  max-width: 290px;
}
.p-message .item:nth-of-type(2) .text-block .inner {
  left: 19%;
}
.p-message .message-ttl {
  font-size: clamp(1.4rem, 1.7vw, 2.4rem);
  line-height: 150%;
  letter-spacing: 10%;
}
.p-message .flex {
  display: flex;
  gap: 7%;
  align-items: center;
  margin-top: 1.3vw;
}
.p-message .message-name {
  font-size: clamp(1.2rem, 1.5vw, 1.9rem);
  font-weight: bold;
  letter-spacing: 8%;
}
.p-message .c-link {
  padding: 0;
  color: #727272;
}
.p-message .c-link {
  font-size: clamp(0.9rem, 1.2vw, 1.8rem);
  position: relative;
  padding-right: 13%;
  letter-spacing: 8%;
  margin-top: 0;
}
.p-message .c-link::after {
  content: none;
}
.p-message .c-link::before {
  content: "";
  background: url(../assets/img/icon-arrow--g.svg) no-repeat;
  width: clamp(14px, 2vw, 24px);
  height: clamp(14px, 2vw, 24px);
  background-size: contain;
  position: absolute;
  top: 10%;
  right: 0;
}
.p-message .item:nth-of-type(2) a {
  grid-template-columns: 40% 60%;
}
.p-message .item:nth-of-type(2) .text-block {
  order: 2;
}
.p-message .img-block {
  overflow: hidden;
}
.p-message img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.p-message .item a:hover .c-link {
  text-decoration: none;
}

/*=============================================================
  p-group
=============================================================*/
.p-group .p-heading--lv2 {
  color: #fff;
}
.p-group .u-lead {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.p-group__figure .c-figure {
  position: relative;
}
.p-group__figure .c-figure::after {
  content: "";
  background: url(../img/group-img01_hover.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-group__figure .c-link {
  position: absolute;
  bottom: 12%;
  left: 3%;
  color: #fff;
}
.p-group__figure .c-link::after {
  background: url(../assets/img/icon-arrow--w.svg) no-repeat;
  background-size: cover;
  top: 5px;
  right: -10px;
}
.p-group__figure a {
  display: block;
}
.p-group__figure .c-link {
  text-decoration: none;
}
.p-group__link {
  margin: 20px 0 0;
}
.p-group__link-item .c-link__button {
  background: #f3ff80;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px;
  transition: background 0.5s ease;
}
.p-group__link-item .c-link__button:hover {
  background: rgba(243, 255, 128, 0.4);
}
.p-group__link .c-link__button {
  display: block;
  text-align: center;
  border-radius: 40px;
  width: 100%;
}
.p-group__link .c-link__button::before {
  border-radius: 40px;
}
.p-group__link .c-link__button img {
  display: block;
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
}
.p-group__link .c-link__button a {
  border-radius: 40px;
  padding: 28px 20px 25px;
}
.p-group__link .c-link {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  margin-top: 15px;
}
.p-group__link .c-link span {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  padding-left: 10px;
  font-weight: 500;
}

/*=============================================================
  figure-scroll
=============================================================*/
.figure-scroll figure {
  position: relative;
}
.figure-scroll .icon-scroll {
  display: none;
}

/*=============================================================
  p-xrossing
=============================================================*/
.p-xrossing {
  position: relative;
}
.p-xrossing__title {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.p-xrossing__title img.p-xrossing__logo {
  width: clamp(460px, 48vw, 695px);
  margin: 0 auto;
  display: block;
}
.p-xrossing__title .p-heading--lv2 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
}
.p-xrossing__title .p-heading--lv2 .u-font--eng {
  margin-bottom: 0;
}
.p-xrossing__list {
  margin: 56px 0 3%;
  padding: 0 5px 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-xrossing__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    transform: none !important;
  }
  .p-xrossing__list .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
  .p-xrossing__list .swiper-slide-duplicate {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .p-xrossing__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    transform: none !important;
  }
  .p-xrossing__list .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
  .p-xrossing__list .swiper-slide-duplicate {
    display: none !important;
  }
}
.p-xrossing__list .c-link .c-card__image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.p-xrossing__list .c-link .c-card__image img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
  transform-origin: center center;
  will-change: transform;
  max-height: 231px;
  object-fit: cover;
  aspect-ratio: 311 / 166;
}
.p-xrossing__list .c-link:hover .c-card__image img {
  transform: scale(1.1);
}
.p-xrossing__list .c-card .c-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-xrossing__list .c-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 44px 16px 16px;
}
.p-xrossing__list .c-card__title {
  color: #000;
  font-size: 1.8rem;
  line-height: 160%;
  margin-bottom: 10px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-xrossing__list .c-card__tag {
  margin-top: auto;
}
.p-xrossing__list .c-card__content::after {
  bottom: auto;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.p-xrossing-swiper__button {
  position: relative;
  top: 24px;
  display: flex;
  width: 128px;
  margin: 0 0 0 auto;
  gap: 24px;
}
.p-xrossing__prev svg,
.p-xrossing__next svg {
  display: none;
}
@media (min-width: 768px) {
  .p-xrossing-swiper__button {
    display: none;
  }
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   Tablet
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 1023px) {
  /*=============================================================
    p-annoucement
  =============================================================*/
  .p-annoucement {
    margin-top: 190px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 0 30px 0;
  }
  .p-annoucement .l-container {
    width: auto;
  }
  .p-mv__announcement {
    bottom: -170px;
    right: -1%;
  }
  .p-mv__announcement-link,
  .p-mv__announcement::after {
    transform: scale(1);
  }
  .p-mv__announcement-link,
  .p-mv__announcement::after {
    width: clamp(200px, 23vw, 336px);
    height: clamp(200px, 23vw, 336px);
  }
  .p-visual__pagination.swiper-pagination-bullets {
    top: 126px;
    right: 0;
  }
  .p-annoucement-swiper__button {
    width: min(1400px, 100% - 10%);
    margin-inline: auto;
    justify-content: flex-end;
  }

  /*=============================================================
    p-message
  =============================================================*/
  .p-message__deco01::before,
  .p-message__deco01::after {
    width: clamp(31px, 4vw, 40px);
    height: clamp(48px, 6vw, 60px);
  }
  .p-message__deco01::after {
    top: 15px;
  }

  /*=============================================================
    p-xrossing
  =============================================================*/
  .p-xrossing {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .p-xrossing-swiper__button {
    width: min(1400px, 100% - 10%);
    margin-inline: auto;
    justify-content: flex-end;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 767px) {
  .l-main {
    background: url(../img/top-bg_sp.jpg);
    background-size: contain;
    padding-top: 68px;
  }
  .bg-image img {
    min-height: 3600px;
    object-fit: cover;
    object-position: 38% 50%;
  }
  .c-link__button {
    max-width: 200px;
  }

  /*=============================================================
    p-mv
  =============================================================*/
  .p-mv__heading {
    height: clamp(250px, 87vw, 667px);
  }
  .p-mv__heading-text {
    font-size: clamp(1.4rem, 3vw, 2.1rem);
    letter-spacing: 2px;
    top: 50%;
  }
  .p-mv__heading-eng {
    font-size: clamp(2.2rem, 5.5vw, 4rem);
  }
  .p-visual img.p-visual__img01 {
    left: 0;
    width: 55%;
    top: -10px;
  }
  .p-visual img.p-visual__img02 {
    right: 0;
    width: 52%;
    top: 60px;
  }
  .p-visual__pagination .swiper-pagination-bullet {
    width: clamp(9px, 2.5vw, 20px);
    height: clamp(9px, 2.5vw, 20px);
    box-shadow: 0px 2px 4px 0px #00000080 inset;
  }
  .p-visual__pagination.swiper-pagination-bullets {
    top: 3%;
    gap: 8px;
  }

  /*=============================================================
    p-mv__announcement
  =============================================================*/
  .p-mv__announcement {
    position: relative;
    margin-top: 116px;
    bottom: 0;
    right: 0;
  }
  .p-mv__announcement-link {
    transform: none;
    background-color: rgba(243, 255, 128, 1);
  }
  .p-mv__announcement::after {
    content: none;
  }
  .p-mv__announcement-link {
    display: grid;
    align-items: end;
    gap: 5px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 18px;
    max-width: 550px;
    width: 100%;
    height: auto;
    padding: 16px 20px;
    margin: 0 auto;
  }
  .p-mv__announcement-heading {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .p-mv__announcement-subject {
    grid-column: 1 / 2;
    grid-row: 2;
    margin: 0;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 400;
  }
  .p-mv__announcement-arrow {
    grid-column: 2 / 3;
    grid-row: 2;
  }

  /*=============================================================
    p-annoucement
  =============================================================*/
  .p-annoucement {
    margin-top: 8%;
    margin-bottom: -32px;
    z-index: 11;
  }
  .p-annoucement .c-card__text {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
  }
  .p-annoucement-swiper__button {
    gap: 16px;
  }
  .p-annoucement-swiper__button {
    top: 20px;
  }
  .p-annoucement .p-annoucement__prev,
  .p-annoucement .p-annoucement__next {
    width: 33px;
    height: 33px;
  }
  .p-annoucement__prev::before,
  .p-annoucement__prev::after,
  .p-annoucement__next::before,
  .p-annoucement__next::after {
    width: 8px;
    height: 1px;
  }
  .p-annoucement__prev::before,
  .p-annoucement__next::before {
    top: calc(50% - 2px);
  }
  .p-annoucement__prev::after,
  .p-annoucement__next::after {
    top: calc(50% + 3px);
  }
  .p-annoucement .c-card__content {
    min-height: 94px;
    padding: 8px 8px 36px 8px;
  }
  .p-annoucement .c-card__content::after {
    bottom: 10px;
    right: 10px;
  }

  /*=============================================================
    p-caution
  =============================================================*/
  .p-caution .p-heading--lv2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .p-caution__list {
    border-radius: 20px;
    padding: 20px 6%;
  }

  /*=============================================================
    p-news
  =============================================================*/
  .p-news {
    padding-top: 60px;
  }
  .c-news {
    margin: -20px 0 16px;
  }
  .c-news dt {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    flex-direction: row-reverse;
    gap: 15px;
  }
  .c-news dd {
    width: 100%;
    padding: 10px 0 16px;
  }
  .c-news dt:not(:first-of-type) {
    margin-top: 0;
    padding-top: 16px;
  }
  .c-news dd:not(:first-of-type) {
    padding-top: 10px;
  }
  .c-link__button {
    max-width: 300px;
    width: 70%;
    border-radius: 18px;
  }
  .c-link__button a {
    padding: 12px 0;
    border-radius: 12px;
  }
  .c-news .c-link {
    padding: 0 32px 0 0;
  }
  .p-news__block {
    border-radius: 20px;
    padding: 48px 4%;
  }
  [class*="__label"] {
    width: 80px;
    padding: 4px 0;
  }

  /*=============================================================
    p-heading
  =============================================================*/
  .p-heading--lv2 {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  .p-heading--lv2 .u-font--eng {
    font-size: 2.8rem;
    display: block;
  }

  /*=============================================================
    p-message
  =============================================================*/
  .p-message .u-grid--col2 {
    gap: 40px;
  }
  .p-message .item {
    aspect-ratio: unset;
    border-radius: 20px 20px 20px 0;
  }
  .p-message .item:nth-of-type(2) {
    border-radius: 20px 20px 20px 0;
  }
  .p-message .item a {
    grid-template-columns: 1fr !important;
  }
  .p-message .text-block {
    height: 220px;
  }
  .p-message__deco01 {
    right: 0;
  }
  .p-message .item:nth-of-type(2) .p-message__deco01 {
    transform: none;
    right: 0;
    left: auto;
  }
  .p-message__deco01::before,
  .p-message__deco01::after {
    width: clamp(44px, 8vw, 60px);
    height: clamp(68px, 13vw, 100px);
    border-radius: 0 0 0 40px;
  }
  .p-message__deco01::after {
    top: 20px;
    right: clamp(28px, 5vw, 40px);
  }
  .p-message__deco02 {
    width: 49px;
    height: 67px;
  }
  .p-message .item:nth-of-type(2) .p-message__deco02 {
    transform: none;
    right: auto;
    left: 0;
  }
  .p-message__deco02::before,
  .p-message__deco02::after {
    width: 30px;
    height: 46px;
  }
  .p-message .text-block .inner {
    position: relative;
    top: 40%;
    left: 7%;
    max-width: none;
  }
  .p-message .item:nth-of-type(2) .text-block .inner {
    left: 7%;
  }
  .p-message .item:nth-of-type(1) .text-block {
    order: 2;
  }
  .p-message .message-ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-message .flex {
    margin-top: 15px;
    gap: 6%;
  }
  .p-message .message-name {
    font-size: 1.6rem;
  }
  .p-message .c-link {
    font-size: 1.6rem;
    padding-right: 30px;
  }
  .p-message .c-link::before {
    width: 24px;
    height: 24px;
  }
  .p-message .img-block {
    height: clamp(200px, 50vw, 350px);
    text-align: center;
    background: #e7ebec;
  }

  /*=============================================================
    p-group
  =============================================================*/
  .p-group .u-lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .p-group__figure.figure-scroll {
    margin-left: calc(50% - 50vw);
  }
  .p-group__figure.figure-scroll .icon-scroll {
    left: 55%;
    transform: translate(-50%, -50%);
  }
  .p-group__figure .c-figure {
    display: inline-flex;
    min-width: 280px;
  }
  .p-group__figure .c-figure img {
    height: 410px;
  }
  .p-group__figure .c-link {
    left: 3%;
  }
  .p-group__figure::-webkit-scrollbar {
    display: none;
  }
  .p-group__link {
    gap: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .p-group__link .c-link__button {
    max-width: 470px;
    width: 100%;
  }
  .p-group__link .c-link__button,
  .p-group__link .c-link__button a,
  .p-group__link .c-link__button::before {
    border-radius: 20px;
  }
  .p-group__link .c-link__button img {
    display: block;
    margin: auto;
  }

  /*=============================================================
    figure-scroll
  =============================================================*/
  .figure-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .figure-scroll figure {
    width: auto;
    scroll-snap-align: start;
  }
  .figure-scroll figure img {
    width: auto;
    max-width: none;
    display: block;
  }
  .figure-scroll .icon-scroll {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .figure-scroll .icon-scroll.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  /*=============================================================
    p-xrossing
  =============================================================*/
  .p-xrossing .l-container {
    width: auto;
  }
  .p-xrossing__title img.p-xrossing__logo {
    max-width: 450px;
    width: 80%;
  }
  .p-xrossing__list .c-card__title {
    font-size: 1.4rem;
    -webkit-line-clamp: 4;
    margin-bottom: 10px;
    padding-right: 38px;
  }
  .p-xrossing-swiper__button {
    gap: 16px;
  }
  .p-xrossing-swiper__button {
    top: 20px;
  }
  .p-xrossing__prev,
  .p-xrossing__next {
    width: 32px;
    height: 33px;
  }
  .p-xrossing__list {
    margin: 40px 0;
    padding: 0 0 25px;
  }
  .p-xrossing .c-card__content::after {
    bottom: 10px;
    right: 10px;
  }
  .p-xrossing__list .c-card__content::after {
    right: 16px;
    transform: translateY(10%);
  }
  .p-xrossing .c-link__button {
    width: 55%;
  }
  .p-xrossing__prev,
  .p-xrossing__next {
    width: 33px;
    height: 33px;
    background: #d9d9d9;
    border-radius: 50%;
    transition: opacity 0.5s ease;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .p-xrossing__prev::before,
  .p-xrossing__prev::after,
  .p-xrossing__next::before,
  .p-xrossing__next::after {
    content: "";
    width: 8px;
    height: 1px;
    background: #131313;
    position: absolute;
    left: 50%;
    border-radius: 10px;
  }
  .p-xrossing__prev::before,
  .p-xrossing__next::before {
    top: calc(50% - 2px);
    transform: translateX(-30%) rotate(45deg);
  }
  .p-xrossing__prev::after,
  .p-xrossing__next::after {
    top: calc(50% + 3px);
    transform: translateX(-30%) rotate(-45deg);
  }
  .p-xrossing__prev::before {
    transform: translateX(-30%) rotate(-45deg);
    left: 45%;
  }
  .p-xrossing__prev::after {
    transform: translateX(-30%) rotate(45deg);
    left: 45%;
  }
  .p-xrossing__list .c-card__content {
    padding: 12px 12px 12px 16px;
  }
  .p-xrossing .c-tag {
    font-size: 1.1rem;
    line-height: 140%;
  }
}
@media (max-width: 550px) {
  /*=============================================================
    p-mv
  =============================================================*/
  .p-mv__heading {
    height: clamp(270px, 85vw, 470px);
  }
  /*=============================================================
    p-xrossing
  =============================================================*/
  .p-xrossing__title .u-lead {
    font-size: 1.3rem;
  }
}
@media (max-width: 420px) {
  /*=============================================================
    p-mv
  =============================================================*/
  .p-mv__heading {
    height: clamp(270px, 75vw, 620px);
  }
}
