/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

area {
  outline: none;
  border: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

:root {
  --transition: 0.3s ease-out;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray: #4A4A4A;
  --color-gray200: #EDECEF;
  --color-lightGray: #5B6179;
  --color-blueGray: #7D869A;
  --color-blue400: #2E55DC;
  --primary-main: #2C69FF;
  --primary-dark: #1C3384;
}

body {
  background: var(--color-white);
  overflow: hidden;
  color: var(--color-gray);
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

main a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: var(--color-gray);
  text-decoration: none;
}
main li {
  list-style-type: none;
}
main img {
  vertical-align: bottom;
}

#fancybox-wrap #fancybox-close img {
  width: auto;
  height: 12px;
}
.site-main {
  position: relative;
  padding: 0 0 60px;
}

.top-section {
  width: 100%;
}
.top-section + .top-section {
  margin-top: 120px;
}
.top-section#top-topics {
  margin-top: 81px;
}

.top-section_inner {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1368px;
}
.top-section._full .top-section_inner {
  max-width: none;
}

.top-section_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.top-section._full .top-section_head {
  margin: 0 auto;
  max-width: 1288px;
}

.heading {
  color: #4A4A4A;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.heading._small {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.button {
  height: 100%;
}
.button a {
  display: flex;
  align-items: center;
  transition: background var(--transition);
  border-radius: 1000px;
  background-color: #2C69FF;
  padding: 17px 32px 15px;
  height: 100%;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.button a:hover {
  background-color: #1C3384;
}
.button a span {
  display: block;
  position: relative;
  padding-right: 32px;
  width: 100%;
}
.button a span:after {
  position: absolute;
  top: 48%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/home/2025new/img/arrow_button_white.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
.button._white a {
  transition: color ease-out 0.3s, text-decoration-color ease-out 0.3s;
  border: 1px solid #999999;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 11px 31px;
  min-height: 80px;
  color: #4A4A4A;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.button._white a:hover {
  color: #2C69FF;
  text-decoration-color: #2C69FF;
}
.button._white a span:after {
  background-image: url("/home/2025new/img/arrow_button.svg");
  width: 32px;
  height: 32px;
}

.arrow_link {
  display: flex !important;
  color: #2C69FF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.arrow_link._large {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.arrow_link._large span:after {
  margin-bottom: -6px;
}
.arrow_link span {
  position: relative;
  transition: text-decoration-color 0.2s ease-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.arrow_link span:hover {
  text-decoration: underline;
  text-decoration-color: #2C69FF;
}
.arrow_link span:after {
  display: inline-block;
  margin-bottom: -7px;
  background-image: url("/home/2025new/img/arrow_button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}

#top-kv {
  position: relative;
  padding: 64px 0 88px;
}
#top-kv .slide {
  position: relative;
  z-index: 10;
}
#top-kv .slide-item {
  box-sizing: content-box;
  padding: 0 24px;
  width: 848px;
}
#top-kv .slide-item a {
  display: block;
  padding: 0;
  text-decoration: none;
}
#top-kv .slide-item a:hover img {
  opacity: unset;
}

.top-kv_slide-image {
  transition: opacity var(--transition);
}
.top-kv_slide-image img {
  border-radius: 16px;
}
#top-kv .slide-item a:hover .top-kv_slide-image {
  opacity: 0.85;
}

.top-kv_slide-video {
  position: relative;
  transition: opacity var(--transition);
  height: 100%;
}
#top-kv .slide-item a:hover .top-kv_slide-video {
  opacity: 0.85;
}
.top-kv_slide-video .player video {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.top-kv_slide-video .player .video_pc {
  display: flex;
}
.top-kv_slide-video .player .video_sp {
  display: none;
}

.top-kv_slide-text {
  transition: text-decoration-color var(--transition);
  margin-top: 24px;
  color: #4A4A4A;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-color: transparent;
}
#top-kv .slide-item a:hover .top-kv_slide-text {
  text-decoration-color: #4A4A4A;
}

.top-kv_button-unit {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
  width: 848px;
  height: 477px;
  pointer-events: none;
}

.top-kv_button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease-out;
  border-radius: 1000px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 48px;
  height: 48px;
  pointer-events: auto;
}
.top-kv_button:hover {
  opacity: 0.6;
}
.top-kv_button img {
  width: 24px;
  height: 24px;
}
.top-kv_button.prev {
  margin-left: -24px;
}
.top-kv_button.next {
  margin-right: -24px;
}

#top-kv .controller {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  height: 24px;
}

#top-kv .controller .inner {
  display: flex;
  align-items: center;
  gap: 0 16px;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 0 16px;
}

#top-kv .controller .track {
  display: flex;
  gap: 0 16px;
}
#top-kv .controller .track a {
  display: block;
  position: relative;
  transition: opacity 0.4s ease-out;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#top-kv .controller .track a:hover {
  opacity: 0.6;
}
#top-kv .controller .track a span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #7D869A;
  width: 100%;
  height: 2px;
}
#top-kv .controller .track a span i {
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s linear;
  background: #2E55DC;
  width: 100%;
  height: 100%;
}
#top-kv .controller .track a.current {
  width: 80px;
}
#top-kv .controller .track a.current span {
  background: #DCDCDC;
}
#top-kv .controller .track a.seeking span i {
  transform: scaleX(1);
}

#top-kv .controller .play,
#top-kv .controller .pause {
  display: none;
  position: relative;
  transition: opacity 0.4s ease-out;
  width: 24px;
  height: 24px;
}
#top-kv .controller .play img,
#top-kv .controller .pause img {
  display: block;
}

#top-kv .controller[data-status=paused] .play,
#top-kv .controller[data-status=playing] .pause {
  display: block;
}

#top-kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#top-kv .bg span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.2s ease-out;
  width: 100%;
  height: 100%;
}
#top-kv .bg span.show {
  opacity: 1;
}
#top-kv .bg span.hide {
  visibility: hidden;
  opacity: 0 !important;
}

.top-notice {
  position: relative;
  z-index: 1;
  margin: -41px 0 0 auto;
  max-width: 1055px;
}

.top-notice_inner {
  display: flex;
  gap: 0 33px;
  margin-left: 32px;
  border-radius: 15px 0 0 15px;
  background-color: #F8F9FC;
  padding: 25px 36px 24px 36px;
  width: calc(100% - 35px);
}

.top-notice_heading {
  position: relative;
  color: #1C3384;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.top-notice_heading:after {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  background-color: #1C3384;
  width: 1px;
  height: 100%;
  content: "";
}

html[data-script-enabled=true] .mod-ticker-01.js-carousel {
  align-items: center;
}

.mod-ticker-01 {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.mod-ticker-01.js-carousel .slick-inner {
  width: 100%;
}

.mod-ticker-01.js-carousel .mod-list-news-02 > div {
  align-items: center;
  gap: 0 12px;
}

.mod-ticker-01.js-carousel .mod-list-news-02 > div > .date {
  flex: none;
  margin: 0;
  padding: 2px 0 0 0;
  min-width: auto;
  max-width: none;
}

.mod-list-news-02 .date > .inner {
  min-width: auto;
  color: #5B6179;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.mod-ticker-01.js-carousel .mod-list-news-02 > div > .desc {
  flex: 1;
  overflow: hidden;
}

.mod-ticker-01.js-carousel .mod-list-news-02 > div > .desc > .inner {
  overflow: hidden;
}

.mod-ticker-01.js-carousel .mod-list-news-02 > div > .desc > .inner > a {
  display: block;
  position: relative;
  padding: 2px 24px 0 0;
  width: 100%;
  color: #4A4A4A;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
}
.mod-ticker-01.js-carousel .mod-list-news-02 > div > .desc > .inner > a:hover span {
  text-decoration-color: #4A4A4A;
}
.mod-ticker-01.js-carousel .mod-list-news-02 > div > .desc > .inner > a:after {
  position: absolute;
  top: 48%;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  border: none;
  background-image: url("/home/2025new/img/arrow_button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
.mod-ticker-01.js-carousel .mod-list-news-02 > div > .desc > .inner > a > span {
  transition: text-decoration-color 0.2s ease-out;
  overflow: hidden;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mod-ticker-01.js-carousel .slick-arrow.slick-prev,
.mod-ticker-01.js-carousel .slick-arrow.slick-next,
.mod-ticker-01.js-carousel .slick-dots-wrap {
  display: none !important;
}

.important-notice_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.important-notice_heading {
  flex: 1;
}

.important-notice_link a {
  position: relative;
  padding-left: 31px;
}
.important-notice_link a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("/home/2025new/img/top/icon_notice.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  content: "";
}

.topics-slide {
  margin-top: 56px;
}

.topics-slide .slide-item {
  width: 378px;
}
.topics-slide .slide-item a {
  display: block;
  padding: 0;
}
.topics-slide .slide-item a:hover .topics-slide_unit {
  opacity: 0.75;
}
.topics-slide .slide-item a:hover .topics-slide_title {
  color: #2C69FF;
  text-decoration-color: #2C69FF;
}

.topics-slide_image {
  display: block;
}
.topics-slide_image img {
  border-radius: 15px;
}

.topics-slide_unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px 0;
  transition: opacity var(--transition);
  margin-top: 16px;
}

.topics-slide_date {
  color: #5B6179;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.topics-slide_title {
  transition: color 0.2s ease-out, text-decoration-color 0.2s ease-out;
  color: #4A4A4A;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.topics-slide_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.top-pickup_slide-contents {
  margin: 59px -40px 0;
}

.top-pickup_slide .swiper-wrapper {
  width: 100%;
}

.top-pickup_slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  height: 600px;
}

.top-pickup_slide-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.top-pickup_slide-image picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 1460px;
  min-height: 600px;
}

.top-pickup_slide-inner {
  position: relative;
  z-index: 1;
  padding: 0 32px;
  width: 100%;
  max-width: 1288px;
}

.top-pickup_slide-unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 580px;
}
.top-pickup_slide-item._right .top-pickup_slide-unit {
  margin: 0 0 0 auto;
}

.top-pickup_slide-heading {
  color: #5B6179;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.3;
}
.top-pickup_slide-item._white .top-pickup_slide-heading {
  color: #FFFFFF;
}

.top-pickup_slide-title {
  margin-top: 41px;
  color: #5B6179;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.top-pickup_slide-item._white .top-pickup_slide-title {
  color: #FFFFFF;
}

.top-pickup_slide-text {
  margin-top: 16px;
  color: #4A4A4A;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.top-pickup_slide-item._white .top-pickup_slide-text {
  color: #FFFFFF;
}

.top-pickup_slide-button {
  margin-top: 56px;
}

.top-search_link {
  display: flex;
  gap: 0 32px;
  margin-top: 56px;
}

.top-search_link-item {
  width: 100%;
}
.top-search_link-item a {
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease-out;
  border-radius: 100px;
  background-color: #EDECEF;
  padding: 48px 40px;
  width: 100%;
  height: 100%;
  color: #4A4A4A;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.top-search_link-item a:hover {
  background-color: #D5DDF8;
}
.top-search_link-item a span {
  display: block;
  position: relative;
  padding: 0 24px 0 43px;
  width: 100%;
}
.top-search_link-item a span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  content: "";
}
.top-search_link-item a span:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/home/2025new/img/arrow_button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
.top-search_link-item._industry a span:before {
  background-image: url("/home/2025new/img/top/icon_industry.svg");
}
.top-search_link-item._keyword a span:before {
  background-image: url("/home/2025new/img/top/icon_keyword.svg");
}
.top-search_link-item._name a span:before {
  background-image: url("/home/2025new/img/top/icon_name.svg");
}

.top-search_box {
  margin-top: 55px;
}

.mf_finder_searchBox_items {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
}

.mf_finder_searchBox_query_wrap {
  position: relative;
  flex: 1;
  width: 100%;
}
.mf_finder_searchBox_query_wrap:has(.mf_finder_searchBox_suggest_items) input {
  border-radius: 8px 8px 0 0;
}
.mf_finder_searchBox_query_wrap input {
  margin: 0;
  border: 1px solid #313131;
  border-radius: 8px;
  background-color: #F8F8F8;
  padding: 17px 24px 15px 23px;
  width: 100%;
  height: 66px;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.mf_finder_searchBox_query_wrap input:placeholder {
  opacity: 1;
  color: #5B6179;
}

.mf_finder_searchBox_suggest_items {
  position: absolute;
  z-index: 5;
  margin-top: -1px;
  border: 1px solid #313131;
  border-radius: 0 0 8px 8px;
  background: #FFFFFF;
  padding: 0;
  width: 100%;
  overflow: hidden;
  list-style-type: none;
}

.mf_finder_searchBox_suggest_item a {
  display: block;
  transition: background 0.2s ease-out;
  padding: 8px 24px;
  color: #4A4A4A;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.mf_finder_searchBox_suggest_item a:hover {
  background: #F8F8F8;
}

.mf_finder_searchBox_submit {
  position: relative;
  transition: background 0.2s ease-out;
  border-radius: 100px;
  background: #2C69FF;
  width: 96px;
  height: 66px;
  font-size: 0;
}
.mf_finder_searchBox_submit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/home/2025new/img/icon_search.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  pointer-events: none;
  content: "";
}
.mf_finder_searchBox_submit:hover {
  background: #1c3384;
}

.mf_finder_searchBox_links {
  display: none;
}

.top-solution {
  background-color: #EDECEF;
}

.top-solution_inner {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  margin: 0 auto;
  padding: 120px 32px;
  width: 100%;
  max-width: 1288px;
}

.top-solution_heading {
  width: 100%;
  max-width: 260px;
  color: #4A4A4A;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.top-solution_unit {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 0 44px;
  width: 100%;
}

.top-solution_list {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  width: 100%;
  max-width: 430px;
}

.top-solution_item a {
  display: block;
  color: #2C69FF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.top-solution_item a:hover span {
  text-decoration-color: #2C69FF;
}
.top-solution_item a span {
  display: block;
  position: relative;
  transition: text-decoration-color 0.2s ease-out;
  padding-right: 32px;
  width: 100%;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.top-solution_item a span:after {
  position: absolute;
  top: 6px;
  right: 0;
  background-image: url("/home/2025new/img/arrow_button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}

#v3r-news.comp-tab-news.js-tab {
  margin-top: 54px;
}

#v3r-news.comp-tab-news.js-tab .tab-list {
  display: flex;
  position: absolute;
  top: -114px;
  left: 0;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  border: none;
  padding: 0 0 0 515px;
  width: 100%;
}
#v3r-news.comp-tab-news.js-tab .tab-list li {
  display: flex;
  align-items: center;
  transition: background 0.2s ease-out;
  border: 1px solid #2C69FF;
  width: auto;
  max-width: none;
  min-height: 58px;
}
#v3r-news.comp-tab-news.js-tab .tab-list li:first-child {
  border-radius: 100px 0 0 100px;
}
#v3r-news.comp-tab-news.js-tab .tab-list li:last-child {
  border-radius: 0 100px 100px 0;
}
#v3r-news.comp-tab-news.js-tab .tab-list li:hover {
  background-color: #2C69FF;
}
#v3r-news.comp-tab-news.js-tab .tab-list li:hover span {
  color: #FFFFFF;
}
#v3r-news.comp-tab-news.js-tab .tab-list li[role=tab][aria-selected=true] {
  border-bottom: 1px solid #2C69FF;
  background-color: #2C69FF;
}
#v3r-news.comp-tab-news.js-tab .tab-list li + li {
  border-left: none;
}
#v3r-news.comp-tab-news.js-tab .tab-list li span {
  transition: color 0.2s ease-out;
  padding: 1px 32px 0 31px;
  color: #2C69FF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
#v3r-news.comp-tab-news.js-tab .tab-list li span:before {
  content: none !important;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list {
  border-top: 1px solid #999999;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li {
  display: flex;
  align-items: center;
  gap: 0 60px;
  border-bottom: 1px solid #999999;
  padding: 0 !important;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .desc {
  flex: 1;
  margin: 0;
  width: 100%;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .desc .inner a {
  display: block;
  position: relative;
  transition: color 0.2s ease-out, text-decoration-color 0.2s ease-out;
  padding: 31px 56px 31px 0;
  color: #4A4A4A;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-color: transparent;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .desc .inner a:hover {
  color: #2C69FF;
  text-decoration-color: #2C69FF;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .desc .inner a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/home/2025new/img/arrow_button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .date .inner {
  min-width: 144px;
  color: #5B6179;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn {
  margin-top: 56px;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn a {
  transition: background 0.2s ease-out;
  background: #2C69FF;
  padding: 16px 64px 16px 32px;
  width: auto;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn a:hover {
  background: #1C3384;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn a:before {
  content: none;
}
#v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn a:after {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  margin: 0;
  border: none;
  background-image: url("/home/2025new/img/arrow_button_white.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}

.top-movie {
  display: flex;
  gap: 32px;
  margin-top: 56px;
}

.top-movie_item {
  width: 100%;
}

.top-movie_thumbnail {
  display: block;
  position: relative;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.top-movie_thumbnail:hover {
  opacity: 0.85;
}
.top-movie_thumbnail:hover:before {
  background-color: #1C3384;
}
.top-movie_thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease-out;
  border-radius: 100px;
  background-color: rgba(74, 74, 74, 0.8);
  width: 80px;
  height: 80px;
  content: "";
}
.top-movie_thumbnail:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/home/2025new/img/icon_play.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  content: "";
}
.top-movie_thumbnail img {
  border-radius: 16px;
}

.mod-media-video {
  margin: 0;
}

.top-movie_text {
  margin-top: 16px;
  color: #4A4A4A;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
}

.modal_bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 648px;
  height: auto;
  overflow: hidden;
}

.modal_close {
  text-align: right;
}
.modal_close span {
  position: relative;
  padding-right: 14px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
.modal_close span:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 100px;
  background-color: #FFFFFF;
  width: 14px;
  height: 1px;
  content: "";
}
.modal_close span:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  border-radius: 100px;
  background-color: #FFFFFF;
  width: 14px;
  height: 1px;
  content: "";
}

.scroll-slide .controller {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  gap: 0 68px;
  margin-top: 40px;
  height: 24px;
}
.scroll-slide .controller.compact {
  display: none;
}

.scroll-slide .scrollbar {
  position: relative;
  width: 94px;
  height: 10px;
}
.scroll-slide .scrollbar:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #C4C4C4;
  width: 100%;
  height: 2px;
  content: "";
}

.scroll-slide .swiper-scrollbar-drag {
  z-index: 10;
  border-radius: 0;
  background: none;
}
.scroll-slide .swiper-scrollbar-drag:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 5px;
  background: #2C69FF;
  width: 100%;
  height: 10px;
  content: "";
}

.scroll-slide .button_unit {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.scroll-slide .button-prev,
.scroll-slide .button-next {
  transition: opacity 0.4s ease-out;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.scroll-slide .button-prev:hover,
.scroll-slide .button-next:hover {
  opacity: 0.6;
}
.scroll-slide .button-prev button,
.scroll-slide .button-next button {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  .site-main {
    padding: 0 0 20px;
  }
  .top-section + .top-section {
    margin-top: 80px;
  }
  .top-section#top-topics {
    margin-top: 48px;
  }
  .top-section_inner {
    padding: 0 20px;
  }
  .heading {
    font-size: 2.8rem;
  }
  .heading._small {
    font-size: 2.2rem;
  }
  .button a {
    padding: 8px 16px 8px;
    font-size: 1rem;
  }
  .button._sp-large a {
    padding: 14px 32px 14px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  .button._white a {
    padding: 8px 15px;
    min-height: 64px;
    font-size: 1.4rem;
  }
  .arrow_link._large {
    font-size: 1.4rem;
  }
  #top-kv {
    padding: 0 0 80px;
  }
  #top-kv .slide {
    padding-bottom: 24px;
  }
  #top-kv .slide-item {
    padding: 0;
    width: 100vw;
  }
  .top-kv_slide-image img {
    border-radius: 0;
  }
  .top-kv_slide-video .player video {
    border-radius: 0;
  }
  .top-kv_slide-video .player .video_pc {
    display: none;
  }
  .top-kv_slide-video .player .video_sp {
    display: flex;
  }
  .top-kv_slide-text {
    margin: 33px 0 31px 0;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .top-kv_button-unit {
    top: 2px;
    width: calc(100% + 64px);
    height: 20px;
  }
  .top-kv_button {
    border-radius: 0;
    background-color: transparent;
    width: 24px;
    height: 24px;
  }
  .top-kv_button.prev {
    margin-left: 0;
  }
  .top-kv_button.next {
    margin-right: 0;
  }
  #top-kv .controller {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .top-notice {
    margin: -46px 0 0 auto;
  }
  .top-notice_inner {
    flex-direction: column;
    gap: 3px 0;
    padding: 12px 13px 15px 16px;
  }
  .top-notice_heading:after {
    content: none;
  }
  html[data-script-enabled=true] .mod-ticker-01.js-carousel {
    align-items: flex-start;
    padding: 0;
  }
  .mod-ticker-01.js-carousel .mod-list-news-02 > div {
    flex-direction: row;
  }
  .mod-ticker-01.js-carousel .mod-list-news-02 > div > .date {
    padding: 0;
  }
  .mod-list-news-02 .date > .inner {
    color: #5B6179;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .mod-ticker-01.js-carousel .mod-list-news-02 > div > .desc > .inner > a {
    padding: 0 24px 0 0;
  }
  .topics-slide {
    margin-top: 40px;
  }
  .topics-slide .slide-item {
    width: 280px;
  }
  .topics-slide_date {
    font-size: 1rem;
  }
  .topics-slide_title {
    font-size: 1.6rem;
  }
  .topics-slide_link {
    justify-content: flex-start;
    margin-top: 9px;
  }
  .top-pickup_slide-contents {
    margin: 28px -20px 0;
  }
  .top-pickup_slide-item {
    align-items: flex-start;
    padding: 40px 20px 20px 20px;
    height: 865px;
  }
  .top-pickup_slide-image picture img {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    min-width: 768px;
    min-height: 865px;
  }
  .top-pickup_slide-inner {
    padding: 0;
  }
  .top-pickup_slide-unit {
    width: 100%;
    max-width: none;
  }
  .top-pickup_slide-heading {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .top-pickup_slide-title {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .top-pickup_slide-text {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .top-pickup_slide-text br {
    display: none;
  }
  .top-search_link-item a {
    padding: 20px 28px 21px 28px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  .top-search_link-item a span {
    padding: 0 24px 0 32px;
  }
  .top-search_link-item a span:before {
    width: 24px;
    height: 24px;
  }
  .top-search_box {
    margin-top: 39px;
  }
  .mf_finder_searchBox_items {
    gap: 0 8px;
  }
  .mf_finder_searchBox_query_wrap input {
    padding: 10px 15px;
    height: 48px;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .mf_finder_searchBox_submit {
    width: 88px;
    height: 48px;
  }
  .top-solution_inner {
    gap: 21px 20px;
    padding: 56px 20px;
  }
  .top-solution_heading {
    max-width: none;
  }
  .top-solution_list {
    max-width: none;
  }
  .top-solution_item a {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .top-solution_item a span:after {
    top: 1px;
  }
  #v3r-news.comp-tab-news.js-tab {
    margin-top: 40px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-list {
    position: static;
    justify-content: flex-start;
    padding: 0;
  }
  #v3r-news.comp-tab-news.js-tab .tab-list li {
    min-height: 43px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-list li span {
    padding: 0 12px 0 11px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel {
    margin-top: 56px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .desc .inner a:after {
    width: 24px;
    height: 24px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .date .inner {
    min-width: 112px;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn {
    margin-top: 32px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-btn a {
    padding: 14px 64px 15px 32px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  .top-movie_thumbnail:before {
    width: 58px;
    height: 58px;
  }
  .top-movie_thumbnail:after {
    width: 34px;
    height: 34px;
  }
  .top-movie_text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .scroll-slide .controller {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
  .top-notice_inner {
    gap: 2px 0;
  }
  .important-notice_head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-pickup_slide-item {
    height: 578px;
  }
  .top-pickup_slide-image picture img {
    min-width: 375px;
    min-height: 578px;
  }
  .top-pickup_slide-button {
    margin-top: 25px;
  }
  .top-search_link {
    flex-direction: column;
    gap: 12px 0;
    margin-top: 40px;
  }
  .top-solution_unit {
    flex-direction: column;
    gap: 8px 0;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 25px 0 24px !important;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .desc .inner a {
    padding: 0 40px 0 4px;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .top-movie {
    flex-direction: column;
    margin-top: 41px;
  }
  .scroll-slide .controller {
    gap: 0 28px;
  }
  .scroll-slide .scrollbar {
    width: 100%;
    max-width: 235px;
  }
}
@media print, screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .important-notice_heading span span {
    display: block;
  }
  .top-pickup_slide-button {
    margin-top: 24px;
  }
  .top-search_link {
    gap: 0 12px;
    margin-top: 40px;
  }
  .top-solution_unit {
    gap: 0 88px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li {
    gap: 0 20px;
  }
  #v3r-news.comp-tab-news.js-tab .tab-panel .inner .mod-link-news .list li .desc .inner a {
    padding: 25px 40px 24px 0;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .top-movie {
    margin-top: 40px;
  }
}
