.l-topnews__tab {
  margin-top: 0px;
}
.c-iconlink {
  display: inline-block;
  padding-right: 20px;
}
.p-sort__more a {
  margin-right: 16px;
}
.p-sort__more a:last-child {
  margin-right: 0;
}
.p-sort {
  display: block;
}
.p-sort__more {
  display: block;
  margin: 20px 24px 20px 0;
  width: auto;
}
img.mv_blog {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .c-language {
    display: none;
  }
}
.language-menu-container {
  position: relative;
  /* 位置を相対的に設定 */
  display: inline-block;
  /* ラベルのサイズに合わせてインラインブロック */
}
.js-header-dropdown-hook {
  margin-top: 10px;
  background-color: #fff;
  /* メニューの背景色 */
  border: 1px solid #ccc;
  /* 境界線の追加 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* 影を追加 */
  padding: 10px;
  width: 280px;
  /* メニューの幅 */
  display: block;
  /* メニューは常に表示 */
}
.language-dl {
  margin: 0;
  padding: 0;
  border: none;
}
.language-items {
  margin-bottom: 10px;
  margin-top: 10px;
}
.language-hdg.global-heading {
  color: #00a9e0;
  /* Global の色 */
  font-weight: bold;
  margin-bottom: 5px;
  /* 見出しとリストの間隔 */
}
.language-hdg.select-location-heading {
  color: #00a9e0;
  /* Select Location の色 */
  font-weight: bold;
  margin-bottom: 5px;
  /* 見出しとリストの間隔 */
}
.language-ul {
  padding: 0;
  list-style-type: none;
  /* リストのスタイルを削除 */
  display: flex;
  /* フレックスボックスを使用 */
  flex-direction: row;
  /* 行方向 */
  flex-wrap: wrap;
  /* 要素を折り返す */
}
.language-li {
  flex: 1 1 50%;
  /* 各リストアイテムが2列で表示 */
  box-sizing: border-box;
  /* padding, borderを含める */
  padding: 5px;
  /* リストアイテムのパディング */
}
.language-anchor {
  text-decoration: none;
  color: #333;
  /* テキスト色 */
  padding: 10px 15px;
  /* 上下10px、左右15pxのパディングを追加 */
  display: block;
  /* リンクをブロック要素に */
  transition: color 0.3s;
  /* 色変化のエフェクト */
  font-size: 15px!important;
}
.language-anchor:hover {
  color: #00a9e0;
  /* ホバー時のテキスト色 */
}
.language-anchor:focus {
  outline: none;
  /* フォーカス時のアウトラインを削除 */
  background-color: #f0f0f0;
  /* フォーカス時の背景色 */
}
.language-items dt {
  font-weight: normal;
}
.corporate_blog_subtitle {
  color: #00a9e0;
  margin-left: 5px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .corporate_blog_subtitle {
    font-size: 1.2rem !important;
    margin-left: 10px;
    margin-top: 10px;
  }
}
.l-intro__inner {
  max-width: 1520px;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  align-items: center;
}
.l-intro__inner.slide1 {
  grid-template-rows: 1fr 1fr 0.5fr;
}
.l-intro__inner__sub {
  justify-content: space-evenly;
}
@media (max-width:768px) {
  .l-intro__inner__sub {
    justify-content: flex-start;
  }
}
.l-intro__title img {
  width: min(37vw, 100%);
}
.l-intro__image img {
  display: block;
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: auto;
}
.l-intro__inner p {
  display: none;
}
/*
@media (max-width:768px) {
  .l-container {
    margin-top: -120px;
  }
}
*/

@media (min-width:769px) {
  .fv_bottom_text {
    display: none;
  }
  .l-intro__inner p {
    display: block;
  }
}
/* ################################################################## */

.l-intro__copytext {
  display: block;
  color: #fff;
  font-size: clamp(11px, calc(26 / 1440 * 100vw), 26px);
  line-height: 1.377;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.fv_bottom_text {
  width: auto;
  height: 180px;
  max-height: 180px;
  background-color: #00a9e0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}
.fv_bottom_text p {
  display: inline-block;
  text-align: left;
}
@media (min-width:769px) {
  .l-intro__copytext {
    display: block;
    color: #fff;
    font-weight: 500;
    /* font-size: clamp(0.625rem, -0.043rem + 1.39vw, 1.625rem); */
    font-size: clamp(0.813rem, 0.475rem + 0.68vw, 1.313rem);
    font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.7;
  }
  .fv_bottom_text {
    display: none;
  }
  .l-intro__inner p {
    display: block;
  }
}
/* ################################################################## */

@media only screen and (min-width:769px) {
  .Hero__Heading__center {
    align-self: start;
    /* margin-top: min(calc(25 / 1440* 100vw), 56px); */
    margin-top: min(calc(120 / 1440* 100vw), 200px);
  }
}
@media screen and (max-width: 768px) {
  .Hero__Heading__center {
    margin: 20px auto;
    text-align: center;
    align-self: start;
  }
}
.Hero__Heading {
  font-weight: 700;
  font-size: clamp(2.625rem, -0.214rem + 5.91vw, 6.875rem);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Hero__Heading {
    /* margin-top: 4vw; */
    font-size: clamp(2.375rem, 0.467rem + 8.14vw, 4.375rem);
    line-height: 1.25;
  }
}
.Hero__Heading span:not(.corporate_blog) {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .Hero__Heading span:not(.corporate_blog) {
    margin-bottom: 6px;
  }
}
@media (min-width: 768.02px) {
  .pc\:tw-mt-\[24px\] {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .Text {
    font-size: 12px;
    line-height: 2.31;
  }
}
/* ################################################################## */

/*
@media only screen and (min-width:769px) and (max-width: 1921px) {
  .l-intro_carousel {
    max-height:calc(100vh - 110px);
  }
}

@media only screen and (min-width:769px) and (max-width: 1921px) {
  .l-intro_carousel img {
    max-height:calc(100vh - 110px);
  }
}
*/

.l-intro_carousel {
  margin-top: 110px;
}
@media only screen and (max-width: 1119px) {
  .l-intro_carousel {
    margin-top: 50px;
  }
}
.l-intro__title {
  margin-top: min(calc(120 / 1440* 100vw), 200px);
  margin-bottom: 0;
  align-self: start;
}
.l-intro__title.bloom_into_the_future {
  margin-top: min(calc(33 / 1440* 100vw), 56px);
  align-self: auto;
}
@media screen and (max-width: 768px) {
  .l-intro__title {
    top: 0;
    margin-top: 20px;
  }
  .l-intro__title img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.l-intro__image {
  overflow: hidden;
}
:root {
  --swiper-theme-color: #00a9e0;
}
.c-direction.is-white.top-fv .c-direction__icon:after {
  background-position: 0 0
}
/* ページネーション */

.swiper-pagination {
  position: absolute;
  z-index: 3;
  /* bottom: calc(21px - 30vw) !important; */
  bottom: auto!important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    transform: translateY(-30px) !important;
  }
}
@media only screen and (min-width:769px) {
  .pagination-container {
    position: relative;
    bottom: calc(3.5vw) !important;
    width: 100%;
    height: 50px;
  }
  .swiper-pagination {
    bottom: calc(4vw) !important;
  }
  .pagination-text {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 4;
    bottom: calc(1.8vw) !important;
    display: flex;
    gap: 8px;
  }
  .pagination-title {
    width: 100px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 0.8vw;
    font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .swiper-pagination-bullet::after {
    content: attr(data-label);
    position: absolute;
    color: var(--bullet-text-color, #fff);
    font-weight: 700;
    text-align: center;
    font-size: 0.85vw;
    font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.3;
    top: calc(1vw) !important;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 行数を1に設定 */
    -webkit-box-pack: center;
    overflow: hidden;
    /* はみ出した部分を隠す */
    white-space: nowrap;
    /* テキストを1行で表示する */
    text-shadow: var(--bullet-text-shadow, none);
  }
}
.swiper-pagination-bullet {
  position: relative;
  border: 1px solid #00a9e0;
  width: 180px;
  height: 10px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .pagination-text {
    display: none;
  }
  .swiper-pagination-bullet {
    position: relative;
    border: 1px solid #00a9e0;
    width: 70px;
    /* モバイルでも適切な幅 */
    height: 10px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00a9e0;
}
@media only screen and (min-width: 769px) {
  .swiper-pagination-bullet::before {
    background-color: #00a9e0;
  }
}
.swiper-pagination-bullet-active::before {
  animation: paginationActive 5s linear forwards;
  /* 7秒に設定 */
}
@keyframes paginationActive {
  100% {
    width: 100%;
  }
}
.Pagination-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 100px;
}
/* ページ送りボタン */

.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
@media only screen and (max-width: 768px) {
  .l-topnews {
    margin-top: 20px;
  }
}