@charset "UTF-8";
/* バナーエリアの最大値 */
.rn_wrap {
  overflow-x: hidden;
  background: #E5EEF6;
}

@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_only_pc {
    display: none !important;
  }
}
@media screen and (max-width: 647px) {
  .rn_only_pc {
    display: none !important;
  }
}

.rn_only_sp {
  display: none !important;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_only_sp {
    display: revert !important;
  }
}
@media screen and (max-width: 647px) {
  .rn_only_sp {
    display: revert !important;
  }
}

.rn_btn {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 40px;
  background: #0052a4;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.rn_btn:hover {
  background: #33bec3;
  text-decoration: none;
}
.rn_btn:link, .rn_btn:visited, .rn_btn:active {
  color: #fff;
}
.rn_btn.is_secondary {
  background: #fff;
  color: #0052a4;
  border: 1px solid #0052a4;
}
.rn_btn.is_secondary:hover {
  background: #33bec3;
  border: 1px solid #33bec3;
  color: #fff;
}
.rn_btn.is_secondary:hover .rn_btn_arrow {
  fill: #fff;
}
.rn_btn.is_secondary:hover .rn_btn_blank {
  stroke: #fff;
}
.rn_btn.is_secondary .rn_btn_arrow {
  fill: #0052a4;
}
.rn_btn.is_secondary .rn_btn_blank {
  stroke: #0052a4;
}
.rn_btn.is_outline {
  background: transparent;
  border: 1px solid #fff;
}
@media screen and (max-width: 647px) {
  .rn_btn {
    padding: 16px 32px;
    font-size: 14px;
    width: auto;
  }
}
.rn_btn .rn_btn_arrow {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: 0.3s;
}
.rn_btn .rn_btn_blank {
  width: 14px;
  height: 14px;
  stroke: #fff;
  transition: 0.3s;
}

.rn_text_link {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.48px;
}
.rn_text_link:link, .rn_text_link:visited, .rn_text_link:active {
  color: #fff;
}
.rn_text_link:hover {
  color: #2da9ae;
  text-decoration: none;
}
.rn_text_link:hover span {
  border-bottom: 1px solid #2da9ae;
}
.rn_text_link:hover .rn_text_link_arrow {
  fill: #2da9ae;
}
.rn_text_link:hover .rn_text_link_blank {
  stroke: #2da9ae;
}
.rn_text_link:hover.is_bright {
  color: #55ced3;
}
.rn_text_link:hover.is_bright span {
  border-bottom: 1px solid #55ced3;
}
.rn_text_link:hover.is_bright .rn_text_link_arrow {
  fill: #55ced3;
}
.rn_text_link:hover.is_bright .rn_text_link_blank {
  stroke: #55ced3;
}
.rn_text_link:hover.is_secondary {
  color: #2da9ae;
}
.rn_text_link:hover.is_secondary span {
  border-bottom: 1px solid #2da9ae;
}
.rn_text_link:hover.is_secondary .rn_text_link_arrow {
  fill: #2da9ae;
}
.rn_text_link:hover.is_secondary .rn_text_link_blank {
  stroke: #2da9ae;
}
.rn_text_link:hover.is_secondary.is_bright {
  color: #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright span {
  border-bottom: 1px solid #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright .rn_text_link_arrow {
  fill: #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright .rn_text_link_blank {
  stroke: #55ced3;
}
.rn_text_link:hover.is_inline {
  text-decoration-color: #2da9ae;
}
.rn_text_link:hover.is_inline span {
  border-bottom: none;
}
.rn_text_link span {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.rn_text_link.is_secondary {
  color: #0052a4;
}
.rn_text_link.is_secondary span {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #0052a4;
}
.rn_text_link.is_secondary .rn_text_link_blank {
  stroke: #0052a4;
}
.rn_text_link.is_secondary .rn_text_link_arrow {
  fill: #0052a4;
}
.rn_text_link.is_inline {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #0052a4;
}
.rn_text_link.is_inline span {
  border-bottom: none;
}
.rn_text_link .rn_text_link_arrow {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: 0.3s;
}
.rn_text_link .rn_text_link_blank {
  width: 14px;
  height: 14px;
  stroke: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_text_link {
    justify-content: center;
  }
}
@media screen and (max-width: 647px) {
  .rn_text_link {
    justify-content: center;
  }
}

:is(h1, h2):has(> .rn_heading_main):has(> .rn_heading_sub) {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.rn_heading_main {
  margin-right: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_heading_main {
    font-size: 40px;
  }
}
@media screen and (max-width: 647px) {
  .rn_heading_main {
    font-size: 40px;
  }
}

.rn_heading_sub {
  position: relative;
  font-size: 20px;
  color: #323c46;
  font-weight: 700;
  line-height: 1.8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_heading_sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 647px) {
  .rn_heading_sub {
    font-size: 16px;
  }
}
.rn_heading_sub::before {
  content: "／";
  position: relative;
  top: 0;
  left: 0;
  width: 1em;
  margin-right: 0.5em;
}

.js_fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.js_fadein.is_shown {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .js_fadein {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.rn_foot .rn_footTop {
  display: none;
}

.sec_kv {
  width: 100%;
  min-height: calc(100vh - 85px + 60px); /* - ヘッダーの高さ + バナーの重なっている分の高さ */
  background: #266DC1;
  position: relative;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv {
    min-height: calc(100vh + 60px); /*  バナーの重なっている分の高さ */
  }
}
@media screen and (max-width: 647px) {
  .sec_kv {
    min-height: calc(100vh + 60px); /*  バナーの重なっている分の高さ */
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv.-has_infomation {
    min-height: 100vh;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv.-has_infomation {
    min-height: 100vh;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv.-has_infomation .sec_kv_inner {
    padding-top: 39.4230769231vh;
    padding-bottom: 4.8076923077vh;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv.-has_infomation .sec_kv_inner {
    padding-top: 39.4230769231vh;
    padding-bottom: 4.8076923077vh;
  }
}

.sec_kv_video_wrapper {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.sec_kv_video {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  transform: translate(-50%, -50%);
  max-width: none;
  opacity: 0;
  transition: opacity 2000ms ease-out;
}
@media screen and (min-width: 1008px) {
  .sec_kv_video {
    top: 60%;
    left: 50%;
    min-width: 2000px;
    width: 104.17vw; /* 2000px / 1920px */
  }
}
@media screen and (min-width: 1008px) and (max-width: 1024px) {
  .sec_kv_video {
    top: 66%;
    left: 34%;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv_video {
    top: 60%;
    left: 30%;
    min-width: auto;
    max-width: none;
    /* 既定: `min-height: calc(100vh + 60px)` 相当の高さをカバー（中心 60% 想定で辺 ≒ 1.2H → +72px） */
    width: max(245.7vw + 147.4px, 140vw, 120vh + 72px);
  }
}
@media screen and (max-width: 647px) {
  .sec_kv_video {
    top: 40%;
    left: 20%;
    min-width: auto;
    max-width: none;
    /* 既定: `min-height: calc(100vh + 60px)` 相当。中心 40% 想定で辺 ≒ 1.2H → +72px */
    width: max(245.7vw + 147.4px, 160vw, 120vh + 72px);
    /* 下端付近のみフェードし、`.sec_kv` 背景と接続（上は全面表示） */
    -webkit-mask-image: linear-gradient(to top, transparent 0%, #000 32%);
    mask-image: linear-gradient(to top, transparent 0%, #000 32%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

.sec_kv.is_video_playing .sec_kv_video {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .sec_kv_video {
    transition: none;
  }
}
.sec_kv_inner {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1008px) {
  .sec_kv_inner {
    padding: 195px 20px 80px; /* padding-bottom: バナーエリア重なり分（60px） + アルファ */
  }
}
@media screen and (min-width: 1440px) {
  .sec_kv_inner {
    gap: max(2.0833333333vw, 40px);
    max-width: max(66.6666666667vw, 1280px);
    padding: max(23.9263803681vh, 195px) 0 80px; /* padding-bottom: バナーエリア重なり分（60px） + アルファ */
  }
}
@media screen and (min-width: 1008px) and (max-width: 1024px) {
  .sec_kv_inner {
    padding: 56.25vh 20px 80px; /* padding-bottom: バナーエリア重なり分（60px） + アルファ */
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv_inner {
    gap: 20px;
    padding: 56.25vh 15px 80px; /* padding-bottom: バナーエリア重なり分（60px） + アルファ */
  }
}
@media screen and (max-width: 647px) {
  .sec_kv_inner {
    gap: 20px;
    padding: 56.25vh 15px 80px; /* padding-bottom: バナーエリア重なり分（60px） + アルファ */
  }
}

.sec_kv_heading {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-weight: bold;
  font-size: 72px;
  color: #fff;
  line-height: 1.25;
  text-shadow: 2px 2px 20px rgba(0, 34, 68, 0.2);
}
@media screen and (min-width: 1440px) {
  .sec_kv_heading {
    font-size: max(3.75vw, 72px);
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv_heading {
    font-size: 42px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv_heading {
    font-size: 42px;
    letter-spacing: 0.8px;
  }
}

.sec_kv_text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  text-shadow: 2px 2px 20px rgba(0, 34, 68, 0.2);
}
@media screen and (min-width: 1440px) {
  .sec_kv_text {
    font-size: max(1.0416666667vw, 20px);
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv_text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv_text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.8px;
  }
}

.sec_banner {
  z-index: 3;
  position: relative;
  overflow: visible;
  margin-top: -60px;
  padding-top: 0;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_banner {
    margin-top: -60px;
  }
}
@media screen and (max-width: 647px) {
  .sec_banner {
    margin-top: -60px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv.-has_infomation + .sec_banner {
    margin-top: 70px;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv.-has_infomation + .sec_banner {
    margin-top: 70px;
  }
}

.sec_banner_inner {
  max-width: 1990px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1008px) {
  .sec_banner_inner {
    margin: 0 20px;
  }
}
@media screen and (min-width: 2030px) {
  .sec_banner_inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_banner_inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_banner_inner {
    max-width: 100%;
  }
}

.sec_banner_list {
  position: relative;
  left: calc(50% - 191px);
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease-out;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_banner_list {
    gap: 17px;
    left: calc(50% - 114.5px);
  }
}
@media screen and (max-width: 647px) {
  .sec_banner_list {
    gap: 17px;
    left: calc(50% - 114.5px);
  }
}

.sec_banner_item {
  width: 382px;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.sec_banner_item:hover {
  opacity: 1;
}
.sec_banner_item:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}
.sec_banner_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_banner_item {
    width: 229px;
    height: 120px;
  }
}
@media screen and (max-width: 647px) {
  .sec_banner_item {
    width: 229px;
    height: 120px;
  }
}

.sec_banner_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 24px auto 0;
}
@media screen and (min-width: 1008px) {
  .sec_banner_nav {
    padding: 0 20px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_banner_nav {
    max-width: calc(100% - 30px);
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_banner_nav {
    max-width: calc(100% - 30px);
    margin: 16px auto 0;
  }
}

.sec_banner_arrows {
  display: flex;
  gap: 8px;
}

.sec_banner_arrow {
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  padding: 0;
  transition: 0.3s;
}
.sec_banner_arrow:hover svg {
  fill: #fff;
}
.sec_banner_arrow.-prev {
  transform: rotate(180deg);
}
.sec_banner_arrow:hover {
  background: #2da9ae;
}
.sec_banner_arrow svg {
  width: 7px;
  height: 12px;
  fill: #0052a4;
  transition: 0.3s;
}

.sec_banner_dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_banner_dots {
    gap: 4px;
  }
}
@media screen and (max-width: 647px) {
  .sec_banner_dots {
    gap: 4px;
  }
}

.sec_banner_dot {
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  position: relative;
  width: 80px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_banner_dot {
    width: 22px;
  }
}
@media screen and (max-width: 647px) {
  .sec_banner_dot {
    width: 22px;
  }
}
.sec_banner_dot:hover {
  opacity: 0.7;
}
.sec_banner_dot.is_active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #2da9ae;
  animation: sec_banner_dot_active_animation 5s linear infinite;
}

.sec_banner.is_banner_paused .sec_banner_dot.is_active::after {
  animation-play-state: paused;
}

@keyframes sec_banner_dot_active_animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.sec_banner_pause {
  width: 44px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee8e8;
  border-radius: 30px;
  background: #323c46;
  cursor: pointer;
  margin-left: 16px;
  position: relative;
  transition: 0.3s;
}
.sec_banner_pause:hover {
  background: #2da9ae;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_banner_pause {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 647px) {
  .sec_banner_pause {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
}
.sec_banner_pause::before {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.sec_banner_pause[aria-pressed=true]::before {
  display: block;
}
.sec_banner_pause[aria-pressed=true] .sec_banner_pause_bar {
  display: none;
}

.sec_infomation {
  margin: 40px 20px 0;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_infomation {
    margin: 64px 15px 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_infomation {
    margin: 64px 15px 0;
  }
}
.sec_kv .sec_infomation {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: calc(100% - 40px);
  margin-top: 0;
  padding-bottom: 100px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_kv .sec_infomation {
    width: calc(100% - 30px);
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_kv .sec_infomation {
    width: calc(100% - 30px);
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.sec_infomation + .sec_press {
  padding-top: 160px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_infomation + .sec_press {
    padding-top: 64px;
  }
}
@media screen and (max-width: 647px) {
  .sec_infomation + .sec_press {
    padding-top: 64px;
  }
}

.sec_infomation_box {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_infomation_box {
    max-width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_infomation_box {
    max-width: 100%;
  }
}

.sec_infomation_link {
  position: relative;
  box-sizing: border-box;
  background: #FFF0F2;
  border: 2px solid #FC3152;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  color: #e64c5a;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (min-width: 648px) {
  .sec_infomation_link {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 72px;
    padding: 24px 24px 24px 0;
    box-shadow: 0 1px 2px rgba(35, 80, 160, 0.06);
    overflow: hidden;
  }
}
@media screen and (max-width: 647px) {
  .sec_infomation_link {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 14px;
    padding: 24px;
    box-shadow: 0 1px 0 rgba(230, 76, 90, 0.06);
  }
}
@media (hover: hover) {
  .sec_infomation_link:hover {
    background: #FED6DC;
    text-decoration: none;
  }
}
.sec_infomation_link:focus-visible {
  outline: 2px solid #0052a4;
  outline-offset: 2px;
}

.sec_infomation_label {
  color: #FC3152;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 648px) {
  .sec_infomation_label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 13px 40px;
    font-size: 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 647px) {
  .sec_infomation_label {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-size: 15px;
  }
}

.sec_infomation_divider {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  background: #e64c5a;
  opacity: 0.85;
}
@media screen and (max-width: 647px) {
  .sec_infomation_divider {
    display: none;
  }
}

.sec_infomation_body {
  min-width: 0;
}
@media screen and (min-width: 648px) {
  .sec_infomation_body {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 40px;
  }
}
@media screen and (max-width: 647px) {
  .sec_infomation_body {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.sec_infomation_text {
  margin: 0;
  width: 100%;
  color: #FC3152;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
@media screen and (min-width: 648px) {
  .sec_infomation_text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.sec_infomation_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e64c5a;
}
@media screen and (min-width: 648px) {
  .sec_infomation_icon {
    align-self: stretch;
    padding: 16px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 647px) {
  .sec_infomation_icon {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 1px;
  }
}

.sec_infomation_icon_svg {
  display: block;
  width: 8px;
  height: 14px;
}
@media screen and (min-width: 648px) {
  .sec_infomation_icon_svg {
    width: 9px;
    height: 15px;
  }
}

.sec_press {
  background: #E5EEF6;
  padding: 200px 20px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_press {
    padding: 120px 15px 100px;
  }
}
@media screen and (max-width: 647px) {
  .sec_press {
    padding: 120px 15px 100px;
  }
}

.sec_press_inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  display: grid;
  justify-content: space-between;
  grid-template-rows: 1fr auto;
  grid-template-columns: auto 1fr;
  row-gap: 80px;
  column-gap: 24px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_press_inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_press_inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.sec_press_grid01 {
  justify-self: start;
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
}

.sec_press_grid02 {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_press_grid02 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 647px) {
  .sec_press_grid02 {
    margin-top: 64px;
  }
}

.sec_press_grid03 {
  justify-self: end;
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_press_grid03 {
    align-items: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 647px) {
  .sec_press_grid03 {
    align-items: center;
    margin-top: 40px;
  }
}

.sec_press_heading {
  color: #323c46;
}

.sec_press_more {
  background: #0052a4;
  color: #fff;
  padding: 20px 40px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: 0.3s;
}
.sec_press_more:hover {
  opacity: 0.8;
}
.sec_press_more img {
  width: 12px;
  height: 7px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_press_more {
    position: static;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 647px) {
  .sec_press_more {
    position: static;
    display: flex;
    justify-content: center;
  }
}

.sec_press_list {
  max-width: 1140px;
  margin: 0 auto;
}
.sec_press_list .sec_press_list_head,
.sec_press_list .sec_press_list_body {
  margin: 0;
}
.sec_press_list .sec_press_list_head {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 16px 0;
  border-top: 1px solid #dce6f0;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_press_list .sec_press_list_head {
    gap: 16px;
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_press_list .sec_press_list_head {
    gap: 16px;
    padding: 24px 0 0;
  }
}
.sec_press_list .sec_press_list_body {
  margin-top: 16px;
  padding: 0 16px 32px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_press_list .sec_press_list_body {
    padding: 0 0 24px;
  }
}
@media screen and (max-width: 647px) {
  .sec_press_list .sec_press_list_body {
    padding: 0 0 24px;
  }
}
.sec_press_list .sec_press_list_body:last-child {
  border-bottom: 1px solid #dce6f0;
}
.sec_press_list .sec_press_list_link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.35;
  color: #323c46;
  font-weight: 500;
  font-feature-settings: "palt";
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_press_list .sec_press_list_link {
    letter-spacing: 0.8px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media screen and (max-width: 647px) {
  .sec_press_list .sec_press_list_link {
    letter-spacing: 0.8px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.sec_press_list .sec_press_list_link:hover {
  color: #2da9ae;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #2da9ae;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.sec_press_category {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin: 0 !important;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.36px;
}
.sec_press_category.is_info {
  background: #6486aa;
}
.sec_press_category.is_media, .sec_press_category.is_publicity {
  background: #5cc1eb;
}
.sec_press_category.is_release {
  background: #115fb1;
}

.sec_press_date {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #323c46;
  letter-spacing: 0.42px;
}

.sec_vision {
  z-index: 2;
  position: relative;
}
.sec_vision::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 340px;
  background: #E5EEF6;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision::before {
    height: 100px;
  }
}
@media screen and (max-width: 647px) {
  .sec_vision::before {
    height: 100px;
  }
}

.sec_vision_bg {
  position: relative;
  overflow: hidden;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  background: linear-gradient(270deg, #FFF 23.82%, #0052A4 100%);
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision_bg {
    max-width: calc(100% - 30px);
    background: linear-gradient(180deg, #0052A4 25%, #558CC2 45%, #FFF 80%);
  }
}
@media screen and (max-width: 647px) {
  .sec_vision_bg {
    max-width: calc(100% - 30px);
    background: linear-gradient(180deg, #0052A4 25%, #558CC2 45%, #FFF 80%);
  }
}

.sec_vision_inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 64px 130px 120px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision_inner {
    gap: 40px;
    padding: 64px 24px 387px;
  }
}
@media screen and (max-width: 647px) {
  .sec_vision_inner {
    gap: 40px;
    padding: 64px 24px 387px;
  }
}

.sec_vision_graphic {
  position: absolute;
  right: -39px;
  top: auto;
  bottom: -73px;
  --card-w: 835px;
  --card-h: calc(var(--card-w) * (496 / 835));
  --gap: 64px;
  --count: 6;
  width: var(--card-w);
  height: calc(var(--card-h) + (var(--count) - 1) * var(--gap));
  overflow: visible;
  display: block;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision_graphic {
    --card-w: calc(474px / 375px * 100vw);
    --stack-h: calc(var(--card-w) * (813 / 835));
    --gap: calc((var(--stack-h) - var(--card-h)) / (var(--count) - 1));
    height: var(--stack-h);
    top: auto;
    bottom: 2.1333333333vw;
    left: 5.3333333333vw;
    right: auto;
  }
}
@media screen and (max-width: 647px) {
  .sec_vision_graphic {
    --card-w: calc(474px / 375px * 100vw);
    --stack-h: calc(var(--card-w) * (813 / 835));
    --gap: calc((var(--stack-h) - var(--card-h)) / (var(--count) - 1));
    height: var(--stack-h);
    top: auto;
    bottom: 2.1333333333vw;
    left: 5.3333333333vw;
    right: auto;
  }
}

.sec_vision_stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec_vision_card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 835/496;
  object-fit: contain;
  transform: translate3d(0, 0, 0) scale(0.96);
  opacity: 0;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 600ms ease-out;
  transition-delay: calc(var(--i) * 80ms);
  will-change: transform, opacity;
}
.sec_vision_card img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.sec_vision_card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.sec_vision_stack.is_active .sec_vision_card {
  transform: translate3d(0, calc(var(--i) * var(--gap) * -1), 0) scale(1);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .sec_vision_card {
    transition: none;
  }
}
.sec_vision_label {
  position: relative;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision_label {
    font-size: 16px;
  }
}
@media screen and (max-width: 647px) {
  .sec_vision_label {
    font-size: 16px;
  }
}

.sec_vision_content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision_content {
    gap: 48px;
  }
}
@media screen and (max-width: 647px) {
  .sec_vision_content {
    gap: 48px;
  }
}

.sec_vision_heading {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 72px;
  color: #fff;
  line-height: 1.1;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision_heading {
    font-size: 48px;
  }
}
@media screen and (max-width: 647px) {
  .sec_vision_heading {
    font-size: 48px;
  }
}

.sec_vision_body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  width: 558px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 2.25;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision_body {
    width: 100%;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 647px) {
  .sec_vision_body {
    width: 100%;
    letter-spacing: 0.9px;
  }
}

.sec_vision_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  background: #0052a4;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: 0.3s;
}
.sec_vision_link:hover {
  opacity: 0.8;
}
.sec_vision_link img {
  width: 12px;
  height: 7px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_vision_link {
    width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_vision_link {
    width: 100%;
  }
}

.sec_wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -513px;
  background: linear-gradient(158deg, #328DCE 10.26%, #266DC1 97.5%);
}
@media screen and (max-width: 647px) {
  .sec_wrapper {
    margin-top: -950px;
  }
}
.sec_wrapper::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 513px;
}
@media screen and (max-width: 647px) {
  .sec_wrapper::before {
    height: 950px;
  }
}

.sec_business {
  padding: 0 20px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business {
    padding: 0 15px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business {
    padding: 0 15px;
  }
}

.sec_business_inner {
  z-index: 2;
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 0 80px;
  display: grid;
  justify-content: space-between;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(0, 400px) minmax(0, 655px);
  row-gap: 64px;
  column-gap: 24px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 120px 0 60px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 120px 0 60px;
  }
}

.sec_business_grid01 {
  justify-self: start;
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 40px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_grid01 {
    gap: 40px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_grid01 {
    gap: 40px;
  }
}

.sec_business_grid02 {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_grid02 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_grid02 {
    margin-top: 64px;
  }
}

.sec_business_grid03 {
  justify-self: start;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_grid03 {
    align-items: center;
    margin-top: 88px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_grid03 {
    align-items: center;
    margin-top: 88px;
  }
}

.sec_business_heading {
  color: #fff;
}
.sec_business_heading .rn_heading_sub {
  color: #fff;
}

.sec_business_text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_text {
    position: static;
    width: 100%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_text {
    position: static;
    width: 100%;
    letter-spacing: 0.8px;
  }
}

.sec_business_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 30px;
  background: #0052a4;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: 0.3s;
}
.sec_business_link:hover {
  opacity: 0.8;
}
.sec_business_link img {
  width: 12px;
  height: 7px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_link {
    position: static;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_link {
    position: static;
    display: flex;
    justify-content: center;
  }
}

.sec_business_contact {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #FFF;
  text-decoration-thickness: 5%; /* 0.8px */
  text-underline-offset: 60%; /* 9.6px */
  text-underline-position: from-font;
}
.sec_business_contact:link, .sec_business_contact:visited, .sec_business_contact:active {
  color: #fff;
  text-decoration: underline;
}
.sec_business_contact:hover {
  opacity: 0.8;
  text-decoration: none;
}
.sec_business_contact img {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_contact {
    position: static;
    margin-top: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_contact {
    position: static;
    margin-top: 24px;
    justify-content: center;
  }
}

@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_nav {
    width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_nav {
    width: 100%;
  }
}

.sec_business_nav_item {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 24px;
  color: #fff;
  transition: 0.3s;
}
.sec_business_nav_item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sec_business_nav_item:hover .sec_business_nav_icon {
  opacity: 1;
}

.sec_business_nav_icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.sec_business_nav_icon img {
  width: 100%;
  height: 100%;
}

.sec_business_nav_label {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_nav_label {
    font-size: 20px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_nav_label {
    font-size: 20px;
  }
}

.sec_business_nav_desc {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  opacity: 0.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}
.sec_business_nav_item:hover .sec_business_nav_desc, .sec_business_nav_item.is_active .sec_business_nav_desc {
  max-height: 200px;
  margin-top: 16px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_business_nav_desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 647px) {
  .sec_business_nav_desc {
    font-size: 13px;
  }
}

.sec_business_nav_text {
  flex: 1;
}

.sec_strengths {
  z-index: 1;
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths {
    padding: 60px 0 160px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths {
    padding: 60px 0;
  }
}

@keyframes rotateCircle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.sec_strengths_inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.sec_strengths_inner::before {
  position: absolute;
  top: 71%;
  left: 49%;
  transform: translate(-50%, -50%) rotate(-1deg);
  content: "";
  display: block;
  width: 1440px;
  height: 1510px;
  background: url("/assets/cdn/pages/top/images/strengths_circle.png") no-repeat center center/100% auto;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_inner::before {
    display: none;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_inner::before {
    display: none;
  }
}

.sec_strengths_heading {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  position: relative;
  font-weight: bold;
  font-size: 42px;
  color: #fff;
  margin-bottom: 48px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_heading {
    font-size: 32px;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_heading {
    font-size: 32px;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }
}

.sec_strengths_cards {
  position: relative;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_cards {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_cards {
    flex-direction: column;
    gap: 16px;
  }
}

.sec_strengths_card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc((100% - 48px) / 3);
  backdrop-filter: blur(20px);
  overflow: hidden;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_card {
    width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_card {
    width: 100%;
  }
}

.sec_strengths_card_header {
  flex: 1 1 auto;
  padding: 40px 24px 26px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1008px) {
  .sec_strengths_card_header {
    max-height: 162px;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_card_header {
    padding: 24px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_card_header {
    padding: 24px;
  }
}

.sec_strengths_card_number {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #33bec3;
  letter-spacing: 0;
}

.sec_strengths_card_title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #323c46;
}

.sec_strengths_card_body {
  flex: 1 1 auto;
  padding: 43px 24px 24px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  min-height: 321px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_card_body {
    min-height: auto;
    padding: 24px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_card_body {
    min-height: auto;
    padding: 24px;
  }
}

.sec_strengths_stat_label {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_stat_label {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_stat_label {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.sec_strengths_stat_value {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin-top: 8px;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  background: #0052a4;
}

.sec_strengths_stat_number {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_stat_number {
    font-size: 56px;
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_stat_number {
    font-size: 56px;
    letter-spacing: 2.8px;
  }
}

.sec_strengths_stat_unit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_stat_unit {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_stat_unit {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.sec_strengths_data_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.sec_strengths_data_list li {
  display: inline-block;
  background: #0052a4;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_strengths_data_list li {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 647px) {
  .sec_strengths_data_list li {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

.sec_strengths_data_etc {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  letter-spacing: 0.48px;
  background: #0052a4;
}

.sec_strengths_stat + .sec_strengths_stat {
  margin-top: 32px;
}

.sec_strengths_note {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin-top: 16px;
  text-align: right;
  font-size: 12px;
  opacity: 0.6;
  color: #fff;
}

.sec_service {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  padding: 80px 0 200px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service {
    display: block;
    padding: 60px 15px 200px;
  }
}
@media screen and (max-width: 647px) {
  .sec_service {
    display: block;
    padding: 60px 15px 200px;
  }
}

.sec_service_inner {
  max-width: calc(1140px + (100% - 1140px) / 2);
  width: 100%;
  margin-left: 20px;
  display: grid;
  justify-content: space-between;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(0, 382px) minmax(0, 805px);
  row-gap: 64px;
  column-gap: 24px;
}
@media screen and (min-width: 1440px) {
  .sec_service_inner {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 150px; /* (1440px - 1140px) / 2 */
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service_inner {
    grid-template-columns: 45% 55%;
    margin-left: 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_service_inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: 0;
  }
}

.sec_service_grid01 {
  justify-self: start;
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 40px;
}
@media screen and (max-width: 647px) {
  .sec_service_grid01 {
    gap: 40px;
  }
}

.sec_service_grid02 {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 647px) {
  .sec_service_grid02 {
    margin-top: 64px;
  }
}

.sec_service_grid03 {
  justify-self: start;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 647px) {
  .sec_service_grid03 {
    align-items: center;
    gap: 19px;
    margin-top: 40px;
  }
}

.sec_service_heading {
  color: #fff;
}
.sec_service_heading .rn_heading_sub {
  color: #fff;
}

.sec_service_text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service_text {
    position: static;
    width: 100%;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 647px) {
  .sec_service_text {
    position: static;
    width: 100%;
    letter-spacing: 0.8px;
  }
}

.sec_service_photo {
  width: 100%;
  overflow: hidden;
}
.sec_service_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_service_photo {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_service_photo {
    position: static;
    width: 100%;
  }
}

.sec_company {
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background: #E5EEF6;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_company {
    padding: 40px 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_company {
    padding: 40px 0;
  }
}

.sec_company_inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

@keyframes sec_company_img_pc_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc((380px * 6 + 230px * 6) * -1));
  }
}
@keyframes sec_company_img_sp_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc((213px * 6 + 130px * 6) * -1));
  }
}
@keyframes sec_company_filter_pc_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes sec_company_filter_sp_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sec_company_imageList {
  position: relative;
  display: flex;
  gap: 230px;
  width: 7090px; /* 380 * $sec-company-img-variation-twice + 230 * ($sec-company-img-variation-twice - 1) */
  animation: sec_company_img_pc_animation 90s linear infinite;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_company_imageList {
    gap: 130px;
    width: 3986px; /* 213 * $sec-company-img-variation-twice + 130 * ($sec-company-img-variation-twice - 1) */
    animation: sec_company_img_sp_animation 90s linear infinite;
  }
}
@media screen and (max-width: 647px) {
  .sec_company_imageList {
    gap: 130px;
    width: 3986px; /* 213 * $sec-company-img-variation-twice + 130 * ($sec-company-img-variation-twice - 1) */
    animation: sec_company_img_pc_animation 90s linear infinite;
  }
}
.sec_company_imageList.-upper {
  left: -269px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_company_imageList.-upper {
    left: -57px;
  }
}
@media screen and (max-width: 647px) {
  .sec_company_imageList.-upper {
    left: -57px;
  }
}
.sec_company_imageList.-lower {
  top: -85px;
  left: 46px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_company_imageList.-lower {
    top: -48px;
    left: 120px;
  }
}
@media screen and (max-width: 647px) {
  .sec_company_imageList.-lower {
    top: -48px;
    left: 120px;
  }
}

.sec_company_filter {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_company_filter_list {
  position: relative;
  display: flex;
  width: 200%;
  height: 100%;
  animation: sec_company_filter_pc_animation 30s linear infinite;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_company_filter_list {
    animation: sec_company_filter_sp_animation 30s linear infinite;
  }
}
@media screen and (max-width: 647px) {
  .sec_company_filter_list {
    animation: sec_company_filter_pc_animation 30s linear infinite;
  }
}

.sec_company_filter_item {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec_company_blur {
  position: absolute;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_company_blur {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
  }
}
@media screen and (max-width: 647px) {
  .sec_company_blur {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
  }
}
.sec_company_blur.-mini {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_company_blur.-mini {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
@media screen and (max-width: 647px) {
  .sec_company_blur.-mini {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.sec_company_blur:nth-of-type(1) {
  left: 47.5vw;
  top: 6.8055555556vw;
}
.sec_company_blur:nth-of-type(2) {
  left: 85.6944444444vw;
  top: 21.3888888889vw;
}
.sec_company_blur:nth-of-type(3) {
  left: 77.0833333333vw;
  top: 16.3194444444vw;
}
.sec_company_blur:nth-of-type(4) {
  left: 17.9861111111vw;
  top: 8.3333333333vw;
}
.sec_company_blur:nth-of-type(5) {
  left: 27.1527777778vw;
  top: 22.5vw;
}
.sec_company_blur:nth-of-type(6) {
  left: 4.6527777778vw;
  top: 4.1666666667vw;
}

.sec_sustainability {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  padding: 160px 0 120px;
  background: #fff;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_sustainability {
    display: block;
    padding: 120px 15px 80px;
  }
}
@media screen and (max-width: 647px) {
  .sec_sustainability {
    display: block;
    padding: 120px 15px 80px;
  }
}

.sec_sustainability_inner {
  max-width: calc(1140px + (100% - 1140px) / 2);
  width: 100%;
  margin-left: 20px;
  display: grid;
  justify-content: space-between;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(0, 614px) minmax(0, 611px);
  row-gap: 64px;
  column-gap: 24px;
}
@media screen and (min-width: 1440px) {
  .sec_sustainability_inner {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 150px; /* (1440px - 1140px) / 2 */
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_sustainability_inner {
    grid-template-columns: 45% 55%;
    margin-left: 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_sustainability_inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: 0;
  }
}

.sec_sustainability_grid01 {
  justify-self: start;
  grid-column: 1/2;
  grid-row: 1/2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 40px;
}
@media screen and (max-width: 647px) {
  .sec_sustainability_grid01 {
    gap: 40px;
  }
}

.sec_sustainability_grid02 {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 647px) {
  .sec_sustainability_grid02 {
    margin-top: 64px;
  }
}

.sec_sustainability_grid03 {
  justify-self: start;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 647px) {
  .sec_sustainability_grid03 {
    align-items: center;
    gap: 24px;
    margin-top: 40px;
  }
}

.sec_sustainability_heading {
  min-width: 0;
  max-width: 100%;
  color: #323c46;
}

.sec_sustainability_text {
  flex: 1;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #323c46;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_sustainability_text {
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 647px) {
  .sec_sustainability_text {
    letter-spacing: 0.8px;
  }
}

.sec_sustainability_photo {
  width: 100%;
  overflow: hidden;
}
.sec_sustainability_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_sustainability_photo {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_sustainability_photo {
    position: static;
    width: 100%;
  }
}

.sec_weekly {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly {
    display: block;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly {
    display: block;
  }
}
.sec_weekly::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 590px;
  background: #fff;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly::before {
    display: none;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly::before {
    display: none;
  }
}

.sec_weekly_inner {
  z-index: 2;
  position: relative;
  background: #0052a4;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_inner {
    flex-direction: column;
    max-width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_inner {
    flex-direction: column;
    max-width: 100%;
  }
}
.sec_weekly_inner::before {
  z-index: 2;
  position: absolute;
  top: -74px;
  left: 127px;
  content: "";
  display: block;
  width: 1443px;
  height: 700px;
  transform: rotate(19.935deg);
  transform-origin: left bottom;
  border-radius: 1443px;
  opacity: 0.4;
  background: #FFF;
  filter: blur(202.3121337891px);
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_inner::before {
    top: auto;
    bottom: 75px;
    width: 821px;
    height: 473px;
    transform: rotate(0);
    border-radius: 821px;
    filter: blur(100px);
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_inner::before {
    top: auto;
    bottom: 75px;
    left: 82px;
    width: 821px;
    height: 473px;
    transform: rotate(0);
    border-radius: 821px;
    filter: blur(100px);
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_inner::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 154.6666666667vw;
    background: url("/assets/cdn/pages/top/images/weekly_left_bg_sp.png") 0% 0%/100% auto no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%);
    mix-blend-mode: luminosity;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_inner::after {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 154.6666666667vw;
    background: url("/assets/cdn/pages/top/images/weekly_left_bg_sp.png") 0% 0%/100% auto no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%);
    mix-blend-mode: luminosity;
  }
}

.sec_weekly_left {
  flex: 0 0 29.71%;
  z-index: 3;
  position: relative;
  min-width: 416px;
  display: flex;
  justify-content: center;
  padding-top: 80px;
  background: url("/assets/cdn/pages/top/images/weekly_left_bg_pc.png") left bottom/cover no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%);
  mix-blend-mode: luminosity;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_left {
    flex: 0 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding: 40px 15px 56px;
    background: none;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_left {
    flex: 0 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding: 40px 15px 56px;
    background: none;
  }
}

.sec_weekly_title {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
  line-height: 1.25;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_title {
    font-size: 36px;
  }
}

.sec_weekly_right {
  flex: 1 1 70.29%;
  z-index: 3;
  position: relative;
  padding: 90px 80px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_right {
    flex: 0 0 auto;
    padding: 0 24px 60px;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_right {
    flex: 0 0 auto;
    padding: 0 24px 60px;
  }
}

.sec_weekly_subtitle {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_subtitle {
    font-size: 24px;
  }
}

.sec_weekly_subtitle_quotes::before, .sec_weekly_subtitle_quotes::after {
  color: rgb(255, 255, 255);
  font-feature-settings: "palt";
}
.sec_weekly_subtitle_quotes::before {
  content: "「";
}
.sec_weekly_subtitle_quotes::after {
  content: "」";
}

.sec_weekly_desc {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1440px) {
  .sec_weekly_desc {
    max-width: calc(70.29vw - (80px + (100vw - 1440px) / 2)); /* 右エリア - （右エリアの左の余白 + 右エリアの右の余白） */
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_desc {
    margin-top: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_desc {
    margin-top: 32px;
    font-size: 16px;
  }
}

.sec_weekly_cards {
  display: flex;
  gap: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 647px) {
  .sec_weekly_cards {
    flex-direction: column;
    gap: 16px;
  }
}

.sec_weekly_card {
  flex: 1;
  overflow: hidden;
  max-width: 400px;
  background: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_card {
    max-width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_card {
    max-width: 100%;
  }
}
.sec_weekly_card:hover {
  text-decoration: none;
}
.sec_weekly_card:hover .sec_weekly_card_img img {
  transform: scale(1.1);
}
.sec_weekly_card:hover .sec_weekly_card_body {
  background: #33bec3;
}
.sec_weekly_card:hover .sec_weekly_card_arrow {
  opacity: 1;
}

.sec_weekly_card_img {
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
}
.sec_weekly_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.sec_weekly_card_body {
  flex: 1 0 auto;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0052a4;
  transition: 0.3s;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_card_body {
    padding: 16px;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_card_body {
    padding: 16px;
  }
}

.sec_weekly_card_label {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_card_label {
    font-size: 24px;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_card_label {
    font-size: 24px;
  }
}

.sec_weekly_card_sub {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.7px;
  color: #fff;
  margin-top: 4px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_card_sub {
    margin-top: 10px;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_card_sub {
    margin-top: 10px;
  }
}

.sec_weekly_card_arrow {
  width: 14px;
  height: 24px;
  fill: #fff;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_weekly_card_arrow {
    width: 11px;
    height: 20px;
  }
}
@media screen and (max-width: 647px) {
  .sec_weekly_card_arrow {
    width: 11px;
    height: 20px;
  }
}

.sec_recruit {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -513px;
  padding: 0 20px 196px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit {
    display: block;
    margin-top: 0;
    padding: 0 15px 120px;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit {
    display: block;
    margin-top: 0;
    padding: 0 15px 120px;
  }
}
.sec_recruit::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 513px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit::before {
    display: none;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit::before {
    display: none;
  }
}

.sec_recruit_inner {
  position: relative;
  max-width: calc(1140px + (100% - 1140px) / 2);
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(0, 610px) minmax(0, 555px) minmax(0, 61px); /* 85 - 24 */
  row-gap: 64px;
  column-gap: 24px;
  padding-top: 164px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 120px;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-top: 120px;
  }
}

.sec_recruit_grid01 {
  position: relative;
  justify-self: start;
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 64px;
  min-width: 0;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_grid01 {
    z-index: 2;
    gap: 64px;
    width: 100%;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_grid01 {
    z-index: 2;
    gap: 64px;
    width: 100%;
  }
}

.sec_recruit_grid02 {
  position: relative;
  grid-column: 2/3;
  grid-row: 1/3;
  position: relative;
  max-width: 555px;
  width: 100%;
  height: 555px;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_grid02 {
    z-index: 1;
    margin-top: -34px;
    max-width: 345px;
    height: 345px;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_grid02 {
    z-index: 1;
    margin-top: -34px;
    max-width: 345px;
    height: 345px;
  }
}

.sec_recruit_grid03 {
  position: relative;
  justify-self: start;
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_grid03 {
    align-items: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_grid03 {
    align-items: center;
    margin-top: 40px;
  }
}

.sec_recruit_heading {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 64px;
  color: #323c46;
  line-height: 1;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_heading {
    font-size: 40px;
  }
}

.sec_recruit_copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.sec_recruit_copy.rn_only_pc {
  display: flex;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_copy.rn_only_sp {
    display: flex !important;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_copy.rn_only_sp {
    display: flex !important;
  }
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_copy {
    align-self: center;
    gap: 8px;
    max-width: 345px;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_copy {
    align-self: center;
    gap: 8px;
    max-width: 345px;
  }
}

.sec_recruit_copy-stagger {
  width: 100%;
}
.sec_recruit_copy-stagger .sec_recruit_copy_line:nth-child(1) {
  align-self: flex-start;
}
.sec_recruit_copy-stagger .sec_recruit_copy_line:nth-child(2) {
  align-self: center;
}
.sec_recruit_copy-stagger .sec_recruit_copy_line:nth-child(3) {
  align-self: flex-end;
}

.sec_recruit_copy_line {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  max-width: 100%;
}
.sec_recruit_copy_line span {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2.4px;
  font-feature-settings: "pwid" on;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(103deg, #0052a4 4%, #33bec3 197%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_copy_line span {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_copy_line span {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

.sec_recruit_carousel_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec_recruit_carousel {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-out;
}
.sec_recruit_carousel.-active01 {
  transform: rotate(0);
}
.sec_recruit_carousel.-active01 .sec_recruit_carousel_item:nth-of-type(1) {
  z-index: 3;
}
.sec_recruit_carousel.-active01 .sec_recruit_carousel_item:nth-of-type(2) {
  z-index: 2;
}
.sec_recruit_carousel.-active01 .sec_recruit_carousel_item:nth-of-type(3) {
  z-index: 1;
}
.sec_recruit_carousel.-active02 {
  transform: rotate(-15deg);
}
.sec_recruit_carousel.-active02 .sec_recruit_carousel_item:nth-of-type(1) {
  z-index: 1;
}
.sec_recruit_carousel.-active02 .sec_recruit_carousel_item:nth-of-type(2) {
  z-index: 3;
}
.sec_recruit_carousel.-active02 .sec_recruit_carousel_item:nth-of-type(3) {
  z-index: 2;
}
.sec_recruit_carousel.-active03 {
  transform: rotate(-30deg);
}
.sec_recruit_carousel.-active03 .sec_recruit_carousel_item:nth-of-type(1) {
  z-index: 2;
}
.sec_recruit_carousel.-active03 .sec_recruit_carousel_item:nth-of-type(2) {
  z-index: 1;
}
.sec_recruit_carousel.-active03 .sec_recruit_carousel_item:nth-of-type(3) {
  z-index: 3;
}

.sec_recruit_carousel_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
  transition: filter 0.6s ease-out;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
}
.sec_recruit_carousel_item.is_active {
  animation: sec_recruit_slide_fadein 0.6s ease-out 0.3s both;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.18));
}
.sec_recruit_carousel_item.is_prev {
  z-index: 4;
  animation: sec_recruit_slide_prev_pulse 0.6s ease-out 0.1s both;
  transition-duration: 0.1s;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.22));
}
.sec_recruit_carousel_item:nth-of-type(1) {
  transform: rotate(-15deg);
}
.sec_recruit_carousel_item:nth-of-type(2) {
  transform: rotate(0);
}
.sec_recruit_carousel_item:nth-of-type(3) {
  transform: rotate(15deg);
}

@keyframes sec_recruit_slide_fadein {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sec_recruit_slide_prev_pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sec_recruit_carousel {
    transition: none;
  }
  .sec_recruit_carousel_item {
    transition: none;
    animation: none;
  }
}
.sec_recruit_diamond {
  width: 392px;
  height: 392px;
  transform: rotate(45deg);
  border-radius: 16px;
  overflow: hidden;
}
.sec_recruit_diamond img {
  width: 142%;
  height: 142%;
  max-width: none;
  object-fit: cover;
  transform: rotate(-30deg);
  transform-origin: center center;
  position: relative;
  left: -21%;
  top: -21%;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_diamond {
    width: 244px;
    height: 244px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_diamond {
    width: 244px;
    height: 244px;
    border-radius: 20px;
  }
}

.sec_recruit_indicators {
  --sec-recruit-autoplay: 5000ms;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 8px;
  margin-top: 16px;
  justify-content: center;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .sec_recruit_indicators {
    justify-content: flex-end;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 647px) {
  .sec_recruit_indicators {
    justify-content: flex-end;
    left: auto;
    right: 0;
  }
}

.sec_recruit_indicator {
  position: relative;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  transition: opacity 0.3s;
}
.sec_recruit_indicator:focus-visible {
  outline: 2px solid #0052a4;
  outline-offset: 2px;
}
.sec_recruit_indicator .sec_recruit_indicator_svg {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
}
.sec_recruit_indicator .sec_recruit_indicator_ring {
  fill: none;
  stroke: #2da9ae;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.sec_recruit_indicator .sec_recruit_indicator_dot {
  position: relative;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #323c46;
  transition: background 0.3s;
}
.sec_recruit_indicator.is_active .sec_recruit_indicator_svg {
  opacity: 1;
}
.sec_recruit_indicator.is_active .sec_recruit_indicator_ring {
  animation: sec_recruit_indicator_ring_fill var(--sec-recruit-autoplay, 5000ms) linear forwards;
}
.sec_recruit_indicator.is_active .sec_recruit_indicator_dot {
  background: #2da9ae;
}

@keyframes sec_recruit_indicator_ring_fill {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sec_recruit_indicator.is_active .sec_recruit_indicator_ring {
    animation: none;
    stroke-dashoffset: 0;
  }
}

/*# sourceMappingURL=page.css.map */
