@charset "UTF-8";

.hidden-wrap {
  overflow: hidden;
}

.hero {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 120px;
}

.hero-info {
  opacity: 0;
  transition: opacity 600ms ease 300ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
}

.hero-slide {
  position: relative;
  width: 76vw;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation: 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms 1 forwards show-animation;
}

.hero-slide .swiper {
  overflow: visible;
  height: 106.66667vw;
}

.hero-slide .swiper-slide {
  overflow: visible;
}

.hero-slide .swiper-slide-prev .hero-info {
  transition-delay: 0ms, 0ms;
}

.hero-slide .swiper-slide-next .hero-info {
  transform: translateX(-3%);
}

.hero-slide .swiper-slide-next .hero-slide-img a {
  width: 0;
}

.hero-slide .swiper-slide-active .hero-info {
  opacity: 1;
  transform: translateX(0);
}

.hero-slide .swiper-slide-active .hero-slide-img a {
  transition-duration: 600ms;
  transition-delay: 0ms;
}

.hero-slide-box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.hero-slide-img {
  position: relative;
  margin-bottom: 10px;
  padding-top: 76vw;
}

.hero-slide-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: width 0ms ease 600ms;
}

.hero-slide-img a:focus-visible {
  outline-offset: 2px;
}

.hero-slide-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  width: 100%;
  height: 100%;
}

.hero-slide .pager {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  margin-left: -46.66667vw;
}

.hero-slide .pager-arrow.next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 100%;
  background: #08287F;
  background: linear-gradient(160deg, #4B76D2 0%, #08287F 100%);
  border-radius: 4px 0 0 0;
  font-size: 24px;
  transform: translateY(-100%);
  pointer-events: none;
}

.hero-slide .pager-arrow.next *[class^='icon-'] {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  transform: translate(-50%, -50%);
}

.hero-scrolldown-wrap {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 76vw;
}

.hero-scrolldown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 2.93333vw;
  z-index: 1;
  width: 1.75em;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-scrolldown-text {
  margin-top: 0;
  writing-mode: vertical-rl;
}

.hero-scrolldown-bar {
  position: relative;
  width: 1px;
  height: 50px;
  overflow: hidden;
}

.hero-scrolldown-bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #08287F;
  animation: 2500ms ease 0ms infinite forwards bar-updown;
}

.hero-obj {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, black 20%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 50%);
  mask-image: linear-gradient(90deg, black 20%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 50%);
  -webkit-mask-size: 450% 100%;
  mask-size: 450% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  animation: 1000ms ease-out 1000ms forwards mask-animation;
}

.hero-obj img {
  display: block;
}

.hero-obj-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40vw;
  height: 0;
  padding-top: 40vw;
  background: #F0F0F0;
}

.about {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #08287F;
}

.about-inner {
  display: flex;
  flex-direction: column;
  gap: 4.26667vw;
  margin-top: 50px;
  padding: 0 4vw;
}

.about *[class^="text-"] {
  width: 100%;
  margin-top: -0.5em;
}

.ranking {
  position: relative;
  overflow: hidden;
}

.ranking .swiper {
  margin: 0;
}

.ranking .swiper-wrapper {
  flex-direction: column;
  gap: 44px;
}

.ranking-wrap {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #CCCCCC;
}

.ranking-inner {
  padding: 0 4vw;
}

.ranking-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ranking .card {
  overflow: visible;
}

.ranking .card-item {
  width: auto !important;
  height: auto !important;
}

.ranking .btn {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.ranking #ranking_more {
  display: none;
}

.ranking #ranking_more:checked ~ .card .card-item {
  display: block;
}

.ranking #ranking_more:checked ~ .btn:not(.close) {
  display: none;
}

.ranking #ranking_more:checked ~ .btn.close {
  display: block;
}

#mouseStalker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: rgba(8, 40, 127, 0.8);
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms ease;
}

#mouseStalker.scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}

#mouseStalker.show {
  opacity: 1;
}

#mouseStalker .mousein {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#mouseStalker *[class^='icon-'] {
  font-size: 56px;
  color: #fff;
}

.articles {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.articles-inner {
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 100%;
}

.articles-header {
  grid-row: 1;
}

.articles-primary {
  grid-row: 2;
}

.articles-secondary {
  grid-row: 3;
}

.articles-footer {
  grid-row: 4;
}

.articles-nav-btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  padding: 20px 4vw;
}

.articles-nav-btn-item {
  position: relative;
  z-index: 1;
  width: auto;
  min-width: 70px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 3px 15px 4px;
  border: 1px solid #08287F;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #08287F;
}

.articles-nav-btn-item:focus-visible {
  outline-offset: 2px;
}

.articles-nav-btn-item:first-child {
  font-size: 14px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.articles-nav-btn-item:not(:last-child) {
  margin-right: 10px;
}

.articles-nav-btn-item:empty::before {
  content: '　';
}

.articles-nav-btn-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #08287F;
  background: linear-gradient(120deg, #4B76D2 0%, #08287F 50%);
  border-radius: 0 4px 4px 0;
  transform: translateX(-100%);
}

.articles-nav-btn-item[data-current='true'] {
  color: #fff;
  transition: none;
}

.articles-nav-btn-item[data-current='true']::after {
  transform: translateX(0);
  transition: none;
}

.articles-nav-filter {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  border-top: 2px solid #08287F;
  border-bottom: 1px solid #CCCCCC;
}

.articles-nav-filter-btn {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 4vw;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #08287F;
}

.articles-nav-filter-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: #4b76d2;
  background: linear-gradient(120deg, #4b76d2 0%, #08287f 50%);
  border-radius: 100%;
  transform: translateY(-50%);
}

.articles-nav-filter-btn *[class^='icon-'] {
  font-size: 24px;
  color: #fff;
}

.articles-nav-filter-tag {
  display: none;
}

.articles-nav-filter-tag[data-visible='true'] {
  padding: 10px 0;
}

.articles-nav-filter-tag-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.articles-nav-filter-tag-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 6px 4vw;
  background-color: #F0F0F0;
  border-radius: 4px;
}

.articles-nav-filter-tag-item[data-visible='false'] {
  opacity: 0;
  transform: translate3d(20%, 0, 0);
  transition: opacity 250ms ease-in, transform 250ms ease-out;
}

.articles-nav-filter-tag-text {
  width: calc(100% - 20px - 13px);
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  color: #08287F;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articles-nav-filter-tag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
}

.articles-nav-filter-tag-icon *[class^='icon-'] {
  font-size: 18px;
  color: #08287F;
}

.articles-nav-filter-tag-btn {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #08287F;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.06em;
  border-bottom: solid 1px #08287F;
  margin-top: 18px;
}

.articles-nav-tag {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4vw 8vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.articles-nav-tag-wrap {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.articles-nav-tag-wrap::-webkit-scrollbar {
  display: none;
}

.articles-nav-tag-item {
  white-space: nowrap;
}

.articles-nav-tag-item .input-check input:focus-visible + .input-check-inner .input-check-text-JP span {
  padding: 0 2px;
  outline-offset: -2px;
}

.articles-secondary-navmenu {
  position: sticky;
  top: 60px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  z-index: 1;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 50px;
  pointer-events: none;
}

.articles-secondary-navmenu *[class*='icon-'] {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 4px;
  font-size: 20px;
  color: #4D4D4D;
}

.articles-secondary-navmenu *[class*='text-'] {
  letter-spacing: 0.04em;
}

.articles-secondary-navmenu p {
  opacity: 0;
  transition: opacity 200ms;
}

.articles-secondary-navmenu[data-active='true'] {
  pointer-events: auto;
}

.articles-secondary-navmenu[data-active='true'] p {
  opacity: 1;
}

.articles-secondary .card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 4vw;
  width: 92vw;
  margin: 0 auto;
}

.articles-secondary .card-item-date:empty::before {
  content: '　';
  display: block;
}

.articles-secondary .card-item-title:empty::before {
  content: '　';
  display: block;
  width: 100%;
  background: #F0F0F0;
}

.articles-secondary .card-item-tag:empty::before {
  content: '　';
  display: block;
  width: 10em;
}

.articles-footer {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.scrollbar-width-checker1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
}

.scrollbar-width-checker2 {
  height: 1px;
}

.modal-overlay {
  display: none;
}

.modal-wrap {
  display: grid;
}

.modal-wrap.enter {
  grid-template-rows: 0fr;
}

.modal-wrap.enter-active,
.modal-wrap.enter-done {
  grid-template-rows: 1fr;
  transition: grid-template-rows 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.modal-wrap.exit {
  grid-template-rows: 1fr;
}

.modal-wrap.exit-active,
.modal-wrap.exit-done {
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.modal-content {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
}

.modal-content .scrollbar_track {
  z-index: 1;
}

.modal-close {
  display: none;
}

.modal-nav {
  display: none;
}

.modal-nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.modal-block {
  display: flex;
  flex-direction: column;
  padding: 10px 4vw 30px;
}

.modal-block-item {
  display: flex;
  flex-direction: column;
}

.modal-block-item:not(:last-child) {
  margin-bottom: 30px;
}

.modal-block-item *[class*='title-'] {
  width: 100%;
}

.modal-block-item *[class*='title-']:not(:last-child) {
  margin-bottom: 20px;
}

.modal-block-item-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 4%;
  width: 100%;
}

.modal-block-item-content .input-check[data-span='2'] {
  grid-column: span 2;
}

.modal-block-item-content .input-check[data-span='full'] {
  grid-column: 1 / -1;
}

.modal-block-item-content .input-check-all .input-check-inner {
  color: #08287F;
}

.modal-block-item-content .input-check-all input[data-state='all'] + .input-check-inner .icon-ic-check {
  visibility: visible;
  color: #fff;
}

.modal-block-item-content .input-check-all input[data-state='all'] + .input-check-inner .icon-ic-check::before {
  content: '\e909';
}

.modal-block-item-content .input-check-all input[data-state='any'] + .input-check-inner .icon-ic-check {
  visibility: visible;
  color: #08287F;
}

.modal-block-item-content .input-check-all input[data-state='any'] + .input-check-inner .icon-ic-check::before {
  content: '\e911';
}

.modal-bottom {
  padding: 10px 0 10px;
  background: rgba(240, 240, 240, 0.9);
}

.modal-bottom-count {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  color: #08287F;
  text-align: center;
  margin-bottom: 10px;
}

.modal-bottom-count strong {
  padding: 0 4px;
  font-size: 150%;
}

.modal-bottom-btns {
  display: flex;
  justify-content: center;
  gap: 2.66667vw;
}

.modal-bottom-btns .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #000;
}

.feature {
  position: relative;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translate3d(0, 20%, 0);
}

.feature.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature::before {
  content: "";
  display: block;
  position: absolute;
  top: 138px;
  right: -8vw;
  width: 100vw;
  height: calc(100% - 138px);
  background: #F0F0F0;
  pointer-events: none;
}

.feature::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8vw;
  width: 88vw;
  padding-top: 86.13333vw;
  background: #4b76d2;
  background: linear-gradient(160deg, #4b76d2 0%, #08287f 50%);
  border-radius: 0 8px 0 0;
  pointer-events: none;
}

.feature-inner {
  position: relative;
  padding-top: 58px;
  padding-bottom: 80px;
}

.feature-slide .swiper {
  overflow: visible;
  height: auto;
}

.feature .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.feature-img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.feature-img span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: width 0ms ease;
}

.swiper-slide-next .feature-img span {
  width: 0;
}

.swiper-slide-prev .feature-img span {
  width: 100%;
}

.swiper-slide-active .feature-img span {
  transition-duration: 600ms;
}

.feature-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCCCCC;
  transform: translateX(-100%);
}

.feature-content {
  width: 100%;
  opacity: 0;
  transition: opacity 600ms ease 400ms, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
}

.swiper-slide-prev .feature-content {
  transition-delay: 0ms, 0ms;
}

.swiper-slide-next .feature-content {
  transform: translateX(-3%);
}

.swiper-slide-active .feature-content {
  opacity: 1;
}

.swiper-slide-active .feature-content .hidden-copy span {
  transform: translate(0, 0);
}

.feature-content .hidden-copy span {
  transform: translate(0, 105%);
}

.feature-content .btn {
  margin-right: auto;
  margin-left: auto;
}

.feature .pager {
  position: absolute;
  top: -43px;
  left: 0;
  z-index: 1;
}

.feature .pager .pager-arrow *[class^="icon-"] {
  color: #FFF;
}

.business {
  position: relative;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}

.business-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.business-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.business-img img {
  position: relative;
}

.business-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08287F;
  transform: translateX(-100%);
}

.business-content {
  width: 100%;
}

.business-content .btn {
  margin-right: auto;
  margin-left: auto;
}

.consultant {
  position: relative;
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
}

.consultant::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8vw;
  width: 100vw;
  height: 100%;
  background: #F0F0F0;
}

.consultant-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}

.consultant-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.consultant-img img {
  position: relative;
}

.consultant-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08287F;
  transform: translateX(-100%);
}

.consultant-content {
  width: 100%;
}

.consultant-content .btn {
  margin-right: auto;
  margin-left: auto;
}

.news {
  position: relative;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}

.news-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  padding-top: 50px;
  border-top: 2px solid #08287F;
}

.news-title {
  width: 84vw;
  margin-right: auto;
  margin-left: auto;
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 84vw;
  margin-right: auto;
  margin-left: auto;
}

.news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.33333vw;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #CCCCCC;
}

#top_news .news-item:first-child {
  padding-top: 0;
}

.news-item-info {
  width: 68vw;
}

.news-item-info::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #08287F;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news-item-header {
  display: flex;
}

.news-item-date {
  margin-top: 0;
  line-height: 1.45;
}

.news-item-categories {
  display: flex;
  gap: 8px;
  border-left: solid 1px #08287F;
  padding-left: 10px;
  margin-left: 10px;
}

.news-item-categories span {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
}

.news .btn {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .hero-info {
    width: 49.2569%;
    margin-bottom: 3.18471%;
    text-align: right;
  }

  .hero-slide {
    width: 92%;
  }

  .hero-slide .swiper {
    height: 35.15625vw;
  }

  .hero-slide-box {
    flex-direction: row;
    gap: 5.09554%;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
  }

  .hero-slide-img {
    width: 38.21656%;
    margin-bottom: 0;
    padding-top: 38.21656%;
  }

  .hero-slide .pager {
    margin-left: 0.84926%;
  }

  .hero-slide .pager .pager-control {
    border-color: transparent;
  }

  .hero-scrolldown-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }

  .hero-scrolldown {
    right: 4.92857%;
  }

  .hero-scrolldown img {
    display: block;
    animation: 10000ms linear 0ms infinite forwards bnr-rotate;
  }

  .hero-obj {
    top: 0;
    bottom: auto;
    left: 0;
    width: 44%;
    margin-top: -4.88281%;
  }

  .hero-obj-circle {
    top: auto;
    bottom: 0;
    left: auto;
    right: -20.85714%;
    width: 52.85714%;
    margin-bottom: -32.5%;
    padding-top: 52.85714%;
    border-radius: 100%;
  }

  .about {
    width: 92%;
    padding-bottom: 80px;
  }

  .about-inner {
    flex-direction: row;
    gap: 2.79503%;
    margin-top: 80px;
    padding: 0 4.34783%;
  }

  .about *[class^="text-"] {
    width: 80.95238%;
  }

  .ranking .swiper {
    width: 560px;
  }

  .ranking .swiper-wrapper {
    display: inline-grid;
    grid-template-columns: repeat(10, 240px);
    gap: 40px;
    width: auto;
  }

  .ranking-wrap {
    width: 92%;
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .ranking-inner {
    padding: 0 4.34783%;
  }

  .ranking-title {
    gap: 20px;
  }

  .articles {
    width: 92%;
  }

  .articles-inner {
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 196px 1fr;
    gap: 0 4.34783%;
  }

  .articles-header {
    grid-row: 1;
    grid-column: 2 / 3;
  }

  .articles-primary {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }

  .articles-secondary {
    grid-row: 2;
    grid-column: 2 / 3;
  }

  .articles-footer {
    grid-row: 3;
    grid-column: 1 / 3;
  }

  .articles-nav {
    display: block;
  }

  .articles-nav-btn {
    flex-direction: column;
    padding: 0;
    margin-bottom: 30px;
  }

  .articles-nav-btn-item {
    width: 100%;
    padding: 8px 0 8px 10px;
    border: none;
    border-radius: 0 4px 4px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #1A1A1A;
  }

  .articles-nav-btn-item:first-child {
    font-size: 16px;
  }

  .articles-nav-filter {
    padding: 10px 0;
  }

  .articles-nav-filter-btn {
    margin-bottom: 0;
    padding: 10px;
  }

  .articles-nav-filter-btn::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 7em;
    height: 2px;
    background: #08287F;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform 500ms ease;
  }

  .articles-nav-filter-btn-icon {
    right: 10px;
    width: 20px;
    height: 20px;
    background: #F0F0F0;
    border-radius: 4px;
  }

  .articles-nav-filter-btn *[class^='icon-'] {
    font-size: 18px;
    color: #4D4D4D;
  }

  .articles-nav-filter-tag {
    display: block;
  }

  .articles-nav-filter-tag-item {
    padding: 6px 10px;
  }

  .articles-nav-tag {
    flex-direction: column;
    gap: 20px;
    padding-left: 10px;
    padding-right: 0;
  }

  .articles-secondary-navmenu {
    display: none;
  }

  .articles-secondary .card {
    width: 100%;
  }

  .articles-footer {
    margin-top: 80px;
  }

  html:has(.modal-wrap[data-visible='true']) {
    overflow: hidden;
    padding-right: var(--scroll-bar-width);
  }

  .modal-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100%;
    padding: 48px 0;
    background-color: #08287F;
    overflow-y: scroll;
    transition: opacity 400ms ease;
    opacity: 0;
  }

  .modal-wrap.enter {
    opacity: 0;
  }

  .modal-wrap.enter-active,
  .modal-wrap.enter-done {
    opacity: 1;
    transition: opacity 400ms ease;
  }

  .modal-wrap.exit {
    opacity: 1;
  }

  .modal-wrap.exit-active,
  .modal-wrap.exit-done {
    opacity: 0;
    transition: opacity 400ms ease;
  }

  .modal-content {
    display: flex;
    width: 84%;
    min-height: 34.28571vw;
    max-height: 100%;
    margin: auto;
  }

  .modal-inner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    overscroll-behavior: contain;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .modal-inner::-webkit-scrollbar {
    display: none;
  }

  .modal-close {
    display: flex;
    position: absolute;
    top: 15px;
    right: 4vw;
    top: 26px;
    right: 26px;
  }

  .modal-nav {
    display: block;
    position: sticky;
    top: 0;
    padding: 80px 4.7619% 30px;
    border-bottom: 1px solid #08287F;
    background: #fff;
    border-radius: 8px 8px 0 0;
    z-index: 1;
  }

  .modal-block {
    padding: 50px 4.7619%;
  }

  .modal-block-item {
    flex-direction: row;
  }

  .modal-block-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .modal-block-item *[class*='title-'] {
    width: 168px;
  }

  .modal-block-item *[class*='title-']:not(:last-child) {
    margin-bottom: 0;
  }

  .modal-block-item-content {
    width: calc(100% - 168px);
  }

  .modal-bottom {
    position: sticky;
    bottom: 0;
    padding: 20px 0 30px;
    border-radius: 0 0 8px 8px;
  }

  .modal-bottom-count {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 20px;
  }

  .modal-bottom-btns {
    gap: 10px;
  }

  .feature {
    width: 92%;
  }

  .feature::before {
    top: 0;
    right: -4.34783%;
    width: 78.26087%;
    height: 100%;
  }

  .feature::after {
    top: 160px;
    left: -8.69565%;
    width: 39.13043%;
    padding-top: 39.13043%;
    border-radius: 0 0 8px 0;
  }

  .feature-inner {
    padding-top: 80px;
    padding-bottom: 160px;
    padding-left: 4.34783%;
    padding-right: 4.34783%;
  }

  .feature .swiper-slide {
    flex-direction: row;
    align-items: flex-start;
    gap: 4.7619%;
  }

  .feature-img {
    width: 42.85714%;
    padding-top: 42.85714%;
  }

  .feature-content {
    width: 52.38095%;
  }

  .feature-content p[class*="text-JP-"] {
    height: 14em;
  }

  .feature-content .btn {
    width: 100%;
    max-width: 360px;
    margin-right: 0;
    margin-left: 0;
  }

  .feature .pager {
    top: auto;
    bottom: -80px;
    left: 47.82609%;
  }

  .feature .pager .pager-arrow *[class^="icon-"] {
    color: #08287F;
  }

  .business {
    width: 92%;
  }

  .business-inner {
    flex-direction: row-reverse;
    gap: 8.69565%;
    padding-left: 4.34783%;
    padding-right: 4.34783%;
  }

  .business-img {
    width: 42.85714%;
  }

  .business-content {
    width: 47.61905%;
  }

  .business-content .btn {
    margin-right: 0;
    margin-left: 0;
  }

  .consultant {
    width: 92%;
  }

  .consultant::before {
    left: -4.34783%;
    width: 108.69565%;
  }

  .consultant-inner {
    flex-direction: row;
    gap: 8.69565%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 4.34783%;
    padding-right: 4.34783%;
  }

  .consultant-img {
    width: 42.85714%;
  }

  .consultant-content {
    width: 47.61905%;
  }

  .consultant-content .btn {
    margin-right: 0;
    margin-left: 0;
  }

  .news {
    width: 84%;
  }

  .news-inner {
    flex-direction: row;
    gap: 4.7619%;
  }

  .news-title {
    width: 168px;
    margin-right: 0;
    margin-left: 0;
  }

  .news-content {
    width: calc(100% - 168px - 56 / 1176 * 100%);
    margin-right: 0;
    margin-left: 0;
  }

  .news-item {
    gap: 4.41176%;
  }

  .news-item-info {
    width: calc(100% - 70px - 42 / 952 * 100%);
  }

  .news-item-categories {
    padding-left: 20px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-height: 600px) {
  .modal-wrap {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .modal-nav {
    padding-top: 6.66667vh;
    padding-bottom: 2.5vh;
  }

  .modal-block {
    padding-top: 4.16667vh;
    padding-bottom: 4.16667vh;
  }

  .modal-bottom {
    padding-top: 1.66667vh;
    padding-bottom: 2.5vh;
  }

  .modal-bottom-count {
    margin-bottom: 1.66667vh;
  }

  .modal-bottom-btns .btn {
    padding-top: 1.91667vh;
    padding-bottom: 1.91667vh;
  }
}

@media screen and (min-width: 1025px) {
  .hero-info {
    width: 45.65217%;
    margin-bottom: 80px;
  }

  .hero-slide .swiper {
    height: 40vw;
  }

  .hero-slide-box {
    gap: 2.17391%;
  }

  .hero-slide-img {
    width: 43.47826%;
    padding-top: 43.47826%;
  }

  .hero-slide .pager {
    margin-left: -4.50311%;
  }

  .hero-obj {
    margin-top: 0;
  }

  .ranking .swiper {
    width: 73.71429vw;
  }

  .ranking .swiper-wrapper {
    grid-template-columns: repeat(10, 20vw);
    gap: 4.57143vw;
  }

  .articles-secondary .card {
    grid-template-columns: 1fr;
    gap: 0 5.40541%;
    width: 100%;
    border-top: solid 2px #08287F;
  }

  .modal-block-item-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-content p[class*="text-JP-"] {
    height: 10em;
  }
}

@media screen and (min-width: 1366px) {
  .modal-block-item-content {
    grid-template-columns: repeat(4, 1fr);
  }

  .feature .swiper-slide {
    align-items: center;
  }

  .feature-content p[class*="text-JP-"] {
    height: 6em;
  }
}

@media screen and (max-width: 1024.8px) {
  .hero-info .title-JP-004 br {
    display: none;
  }
}

@media screen and (max-width: 767.8px) {
  .hero-info .title-ENG-007 {
    color: #4D4D4D;
  }

  .ranking .card .card-item {
    display: block;
  }

  .ranking .card .card-item:nth-child(n + 6) {
    display: none;
  }

  .ranking .card .card-item-link {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 15px;
  }

  .ranking .card .card-info h3 {
    margin-bottom: 40px;
  }

  .ranking .card .card-item-categories {
    margin-top: -27px;
    margin-left: 105px;
  }

  .ranking .btn.close {
    display: none;
    width: 280px;
    padding: 18px;
  }

  .ranking .btn.close .btn-text-ENG {
    font-size: 15px;
  }

  .ranking .btn.close *[class*="icon-ic-"] {
    display: block;
  }

  #mouseStalker {
    display: none;
  }

  .articles-nav-filter-btn *[class^='icon-']::before {
    content: '\e90a';
  }

  .articles-nav-filter-btn *[class^='icon-'][data-opened='true'] {
    transform: rotate(180deg);
  }

  .feature .pager .pager-indicator.swiper-pagination-bullets .pager-indicator-item::after {
    background: transparent;
    border-color: #fff;
  }

  .feature .pager .pager-indicator.swiper-pagination-bullets .pager-indicator-item.swiper-pagination-bullet-active::after {
    background: #FFF;
    border-color: #4B76D2;
  }

  .feature .pager .pager-indicator.swiper-pagination-bullets .pager-control {
    background: #08287F;
  }

  .feature .pager .pager-indicator.swiper-pagination-bullets .pager-control *[class^='icon-'] {
    color: #FFF;
  }

  .news-title h2 {
    display: flex;
    gap: 0.25em;
  }
}

@media (hover: hover) {
  .articles-nav-btn-item {
    transition: color 500ms ease;
  }

  .articles-nav-btn-item:hover {
    color: #fff;
  }

  .articles-nav-btn-item:hover::after {
    transform: translateX(0);
  }

  .articles-nav-btn-item::after {
    transition: transform 500ms ease;
  }

  .articles-nav-filter-btn:hover::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .news-item:hover .news-item-info::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .articles-nav-btn-item:hover {
    color: #fff;
  }

  .articles-nav-btn-item:hover::after {
    transform: translateX(0);
  }

  .articles-nav-filter-btn:hover::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }

  .news-item:hover .news-item-info::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }
}