﻿@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: normal;
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  appearance: none;
}

[type=checkbox] {
  appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:focus-visible:not(:disabled),
[type=button]:focus-visible:not(:disabled),
[type=reset]:focus-visible:not(:disabled),
[type=submit]:focus-visible:not(:disabled) {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:focus, select:focus-visible {
  outline: none;
}
select.on-tab:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}
select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* stylelint-disable */
:root {
  --imgpath: "../img/design/";
  --notification-height: 36px;
  --scroll-x: 0px;
  --scroll-y: 0px;
  --header-height: 88px;
  --sp-header-height: 64px;
}

html {
  font-size: 62.5%;
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  min-width: 345px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #1e242c;
  font-size: 1.4rem;
}
body.is-fixed {
  overflow: hidden;
}

iframe,
img {
  max-width: 100%;
  vertical-align: top;
}

iframe[src*="youtube.com/embed/"] {
  height: auto;
  aspect-ratio: 16/9;
}

a {
  color: #1e242c;
}

hr {
  border-top: 1px solid #ededed;
}

.is-hidden {
  display: none;
}

.js-acc-btn {
  position: relative;
  width: 34px;
  height: 34px;
  overflow: hidden;
  background-color: #ededed;
  border-radius: 50%;
}
.js-acc-wrap .js-acc-btn {
  pointer-events: none;
}
.js-acc-btn::before, .js-acc-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #1e242c;
  transition: transform 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.js-acc-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.js-acc-btn.is-active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.js-acc-body {
  display: none;
}
.js-acc-body.is-active {
  display: block;
}

.splide {
  position: relative;
}
.splide .splide__track {
  overflow: visible;
}

.splide__arrows .splide__arrow {
  z-index: 9;
  width: 56px;
  height: 56px;
  border: 0;
}
.splide__arrows .splide__arrow:not([disabled]) {
  opacity: 1;
}
.splide__arrows .splide__arrow--prev {
  left: -72px;
}
.splide__arrows .splide__arrow--next {
  right: -72px;
}

.splide__controls {
  margin-top: 16px;
}

.splide__pagination {
  position: relative;
  inset: 0;
  gap: 10px;
  align-items: center;
  padding: 0;
  margin-inline: auto;
  margin-top: 16px;
}
.splide__pagination li {
  width: 33px;
  height: 3px;
}
.splide__pagination .splide__pagination__page {
  width: 100%;
  height: 100%;
  margin: 0;
  vertical-align: top;
  background-color: #cdcdcd;
  border: 0;
  border-radius: 0;
  opacity: 1;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #00a6e7;
  transform: none;
}

.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}

@keyframes scrollline {
  0% {
    transform: scaleY(0) translateZ(0);
    transform-origin: bottom;
  }
  25% {
    transform: scaleY(1) translateZ(0);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1) translateZ(0);
    transform-origin: top;
  }
  75% {
    transform: scaleY(0) translateZ(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0) translateZ(0);
    transform-origin: top;
  }
}
@keyframes fadein {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes slideup {
  0% {
    transform: translateY(100%) translateZ(0);
  }
  100% {
    transform: translateY(0) translateZ(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 7px;
}
.breadcrumb_list li {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.breadcrumb_list li:not(:first-child) {
  padding-left: 1em;
}
.breadcrumb_list li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: ">";
  transform: translateY(-50%);
}
.breadcrumb_list li a {
  text-decoration: underline;
}
.breadcrumb_list li:last-child a {
  text-decoration: none;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: center;
  margin-top: 64px;
}
.btn-wrap.is-s {
  gap: 16px 8px;
  justify-content: flex-start;
}
.btn-wrap:first-child {
  margin-top: 0;
}
.btn-wrap .serif {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #00a6e7;
}
.btn-wrap .serif::before, .btn-wrap .serif::after {
  display: block;
  width: 16px;
  height: 25px;
  content: "";
  background: url("../img//common/icn-serif.svg") 50% 50%/100% 100% no-repeat;
}
.btn-wrap .serif::after {
  transform: scaleX(-1);
}

.btn {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 21px 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #00a6e7;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #00a6e7;
  border-radius: 30px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn.is-blue {
  color: #fff;
  background-color: #00a6e7;
}
.btn.is-wide {
  min-width: 360px;
}
.btn.is-md {
  padding: 16px 14px;
  border-width: 2px;
}
.btn.is-arrow-m::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  content: "";
  background: #f1f5f9 url(../img/icn/arrow-s.svg) no-repeat center center/10px;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  transform: translateY(-50%);
}
.btn.is-arrow-m:hover::after {
  background-color: #fff;
}

.btn--s:not(:has(label)), .btn--s:has(label) label {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  font-family: 500;
  font-size: 14px;
  line-height: 1;
  color: #00a6e7;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #00a6e7;
  border-radius: 20px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn--s:hover:not(:has(label)), .btn--s:has(label) label:hover {
  color: #fff;
  background-color: #00a6e7;
}

.btn--s {
  display: inline-block;
}
.btn--s:has(label) label input {
  display: none;
}
.btn--s:has(label) label:has(input:checked) {
  color: #fff;
  background-color: #00a6e7;
}
.btn--m {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #00a6e7;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #00a6e7;
  border-radius: 8px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn--m.is-blue {
  color: #fff;
  background-color: #00a6e7;
}
.btn--m.is-black {
  color: #1e242c;
  border: 1px solid #1e242c;
}
.btn--m.is-arrow-down::before {
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: border-color 0.3s ease-in-out;
  transform: scaleX(0.85) translateY(-2px) rotate(45deg);
}
.is-open .btn--m.is-arrow-down::before {
  transform: scaleX(0.85) translateY(2px) rotate(-135deg);
}

.card-listwrap {
  background-color: #e7f9ff;
}

.card-list:not(.splide) {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.card {
  flex: 1;
}
.card a {
  display: block;
}
.card_img {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 16px;
}
.card_img img {
  width: 100%;
  transition: transform 0.08s ease-in-out;
}
.card_category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  line-height: 1;
}
.card_category span {
  padding: 6px 8px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #eee;
  border-radius: 2px;
}
.card_ttl {
  display: -webkit-box;
  max-height: 3.1em;
  margin-top: 12px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  color: #1e242c;
  text-overflow: ellipsis;
  letter-spacing: 0.32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card_txt {
  display: -webkit-box;
  max-height: 7.5em;
  margin-top: 8px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.875;
  color: #484848;
  text-overflow: ellipsis;
  letter-spacing: 0.32px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #00a6e7;
  border-top: 1px dashed #00a6e7;
  border-bottom: 1px dashed #00a6e7;
}
.card_tags span {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}
.card_tags span::before {
  font-size: 18px;
  content: "#";
}
.card_data {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0;
  margin-top: 12px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  color: #00a6e7;
  border-top: 1px dashed #00a6e7;
  border-bottom: 1px dashed #00a6e7;
}
.top-webinar .card_data {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}
.card_data dl {
  display: flex;
  gap: 12px;
}
.card_data dt {
  flex-shrink: 0;
  font-weight: 500;
}
.card_data dd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fixmenu {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 100;
  width: 202px;
  height: 272px;
  padding: 62px 20px 20px 66px;
  background: url("../img/top/bg-fixmenu.svg") no-repeat center center/contain;
}
.fixmenu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fixmenu ul li a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1;
}
.fixmenu ul li a small {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  color: #484848;
  letter-spacing: 0.1em;
}
.fixmenu ul li a small::before {
  display: block;
  width: 6px;
  height: 2px;
  content: "";
  background-color: #00a6e7;
}
.fixmenu ul li a span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.footer {
  position: relative;
  margin-top: auto;
  background-color: #00a6e7;
}
.footer .inner {
  padding: 40px 20px;
}
.footer_cards {
  display: flex;
  gap: 24px;
  max-width: 1296px;
  margin-inline: auto;
}
.footer_card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
}
.footer_card_icon {
  width: 56px;
  height: 56px;
}
.footer_card_icon img {
  width: 100%;
  height: auto;
}
.footer_card_title {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #1e242c;
}
.footer_card_desc {
  font-size: 12px;
  color: #484848;
  text-align: center;
}
.footer_card_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
}
.footer_card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  transition: opacity 0.2s ease-in-out;
}
.footer_card_btn {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.footer_card_btn.is-facebook {
  padding: 0;
  background-color: transparent;
}
.footer_card_btn.is-facebook img {
  width: 40px;
  height: 40px;
}
.footer_card_btn.is-elementary {
  background-color: #71b8e5;
}
.footer_card_btn.is-high {
  background-color: #396bc4;
}
.footer_card_btn.is-juku {
  background-color: #1c259d;
}
.footer_credits {
  display: flex;
  justify-content: space-between;
  padding: 50px 40px;
  margin-top: 24px;
  background-color: #e7f9ff;
  border-radius: 8px;
}
.footer_credits_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer_credits_links {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #1e242c;
}
.footer_credits_link {
  color: #1e242c;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.footer_credits_sep {
  color: #cdcdcd;
}
.footer_credits_copyright {
  font-size: 12px;
  color: #484848;
}
.footer .footer_logo a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.footer .footer_logo img {
  width: auto;
  height: 62px;
}

.hdg {
  margin-bottom: 64px;
  line-height: 1;
  text-align: center;
}
.hdg span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.hdg.is-blue span {
  color: #00a6e7;
}

.header {
  position: fixed;
  top: 16px;
  right: 20px;
  left: calc(var(--scroll-x, 0) * -1 + 20px);
  z-index: 999;
}
.header_wrap {
  z-index: 99;
  margin-inline: auto;
  font-weight: 500;
  background-color: #fff;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-inline: auto;
}
.header_logo a {
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.header_logo a span {
  display: block;
  font-weight: 500;
  color: #00a6e7;
}
.header_logo a img {
  width: 85px;
}
.header_hamburger::before, .header_hamburger::after,
.header_hamburger span {
  position: absolute;
  left: 50%;
  display: block;
  width: 24px;
  height: 2px;
  margin-left: -12px;
  content: "";
  background-color: #00a3d6;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, bottom 0.1s ease-in-out, top 0.1s ease-in-out;
}
.header_hamburger::before {
  top: 8px;
}
.header_hamburger::after {
  bottom: 8px;
}
.header_hamburger span {
  top: 50%;
  margin-top: -1px;
}
.header_hamburger.is-active::before {
  top: 16px;
  transform: rotate(135deg);
}
.header_hamburger.is-active::after {
  top: auto;
  bottom: 16px;
  transform: rotate(45deg);
}
.header_hamburger.is-active span {
  opacity: 0;
}
.header_nav {
  display: flex;
}
.header_nav_list {
  display: flex;
  gap: 64px;
}
.header_nav_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
}
.header_nav_item > a {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #1e242c;
  letter-spacing: 0.1em;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.header_nav_item > a::before {
  display: block;
  height: 24px;
  content: "";
}
.header_nav_item.is-concept > a::before {
  width: 16px;
  background: url("../img/header/icn-concept.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-campaign > a::before {
  width: 21px;
  background: url("../img/header/icn-campaign.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-timeline > a::before {
  width: 24px;
  background: url("../img/header/icn-timeline.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-story > a::before {
  width: 28px;
  background: url("../img/header/icn-story.svg") 50% 50%/100% no-repeat;
}
.header_nav_contact {
  overflow: clip;
  border-radius: 0 8px 8px 0;
}
.header_nav_contact > a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background-color: #00a6e7;
}
.header_nav_contact > a::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-contact_wh.svg#icn-contact_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 18px;
}
.header_subnav-hdg a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.header_subnav-list {
  display: flex;
  font-size: 14px;
}
.header_subnav-list li a {
  font-weight: 400;
  color: #484848;
}

.inner {
  width: 100%;
  max-width: 1336px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.inner.is-wide {
  max-width: 1400px;
}
.inner.is-narrow {
  max-width: 1040px;
}

.linkarrow--blank-wh, .linkarrow--blank2, .linkarrow--blank, .linkarrow--s, .linkarrow--full, .linkarrow {
  position: relative;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-weight: bold;
  text-decoration: none !important;
}

.linkarrow::after {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img//icn/icn-linkarrow.svg") 50% 50%/100% no-repeat;
}
.linkarrow--full {
  display: flex;
  justify-content: space-between;
}
.linkarrow--full::after {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img//icn/icn-linkarrow.svg") 50% 50%/100% no-repeat;
}
.linkarrow--s {
  font-size: 1.2rem;
}
.linkarrow--s::after {
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}
.linkarrow--blank::after {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img//icn/icn-blank.svg") 50% 50%/100% no-repeat;
}
.linkarrow--blank2::after {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 16px;
  content: "";
  background: url("../img//icn/icn-blank2.svg") 50% 50%/100% no-repeat;
}
.linkarrow--blank-wh::after {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../img//icn/icn-blank_wh.svg") 50% 50%/100% no-repeat;
}

.menu {
  position: fixed;
  top: var(--sp-header-height);
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  max-width: 560px;
  height: calc(var(--vh) * 100 - var(--sp-header-height));
  overflow-y: auto;
  overscroll-behavior: none;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  scrollbar-gutter: stable;
}
.menu.is-active {
  visibility: visible;
  opacity: 1;
}
.menu_inner {
  padding: 28px 15px;
}
.menu_search form {
  position: relative;
}
.menu_search input[type=text] {
  width: 100%;
  height: 48px;
  padding-right: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
}
.menu_search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 100%;
}
.menu_list {
  margin-top: 28px;
  border-top: 1px solid #e0e0e0;
}
.menu_list_item {
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.menu_list_item a {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 32px;
  padding-block: 15px;
}
.menu_list_item:not(:has(.js-acc-btn)) a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  content: "";
  background: url("../img/icn/icn-linkarrow.svg") no-repeat 100% 0;
  background-size: 32px;
}
.menu_list_item .js-acc-btn {
  position: absolute;
  top: 12px;
  right: 0;
}
.menu_list_item .menu_listsub {
  padding-bottom: 10px;
  padding-left: 8px;
}
.menu_list_item .menu_listsub li {
  margin-bottom: 4px;
  font-size: 1.2rem;
}
.menu_list_item .menu_listsub a {
  min-height: initial;
  padding: 0;
}
.menu_list_item .menu_listsub a::after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: 20px;
}
.menu_list_item .menu_listsub dl {
  margin-top: 10px;
  margin-left: 12px;
}
.menu_list_item .menu_listsub dl:not(:last-child) {
  margin-bottom: 18px;
}
.menu_list_item .menu_listsub dl dt {
  font-weight: bold;
}
.menu_list_item .menu_listsub dl dd {
  margin-top: 6px;
}
.menu_list_item .menu_listsub dl dd ul li {
  font-weight: normal;
}
.menu_list_item .menu_listsub dl dd ul li:not(:first-child) {
  margin-top: 8px;
}
.menu_list_item .menu_listsub dl dd ul a {
  font-size: 1.2rem;
}

.pagination {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  line-height: 1.2;
}
.pagination a {
  font-weight: 500;
  color: #00a6e7;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.pagination__prev a, .pagination__next a {
  position: relative;
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.pagination__prev a::before, .pagination__next a::before {
  display: flex;
  width: 48px;
  height: 48px;
  content: "";
  border: 1px solid #00a6e7;
  border-radius: 50%;
}
.pagination__top {
  padding: 0 16px;
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
.pagination__prev a::before {
  background: url("../img//icn/arrow-prev.svg") 50% 50%/12px no-repeat;
}
.pagination__next a {
  flex-direction: row-reverse;
}
.pagination__next a::before {
  background: url("../img//icn/arrow-next.svg") 50% 50%/12px no-repeat;
}

@keyframes quizModalIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes quizModalOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes quizBackdropIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes quizBackdropOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.quiz-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px;
  max-width: calc(100vw - 32px);
  padding: 0;
  margin: 0;
  overflow: visible;
  overscroll-behavior: none;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  animation: quizModalIn 0.3s ease-in-out forwards;
  translate: -50% -50%;
}
.quiz-modal.is-closing {
  animation: quizModalOut 0.3s ease-in-out forwards;
}
.quiz-modal.is-closing::backdrop {
  animation: quizBackdropOut 0.3s ease-in-out forwards;
}
.quiz-modal::backdrop {
  overscroll-behavior: none;
  background-color: rgba(0, 0, 0, 0.5);
  animation: quizBackdropIn 0.3s ease-in-out forwards;
}
.quiz-modal_inner {
  position: relative;
  padding: 40px 44px 48px;
}
.quiz-modal_close {
  position: absolute;
  top: -28px;
  right: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-color: #1e242c;
  border: 1px solid #fff;
  border-radius: 50%;
}
.quiz-modal_close::before, .quiz-modal_close::after {
  position: absolute;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #fff;
  border-radius: 1px;
}
.quiz-modal_close::before {
  rotate: 45deg;
}
.quiz-modal_close::after {
  rotate: -45deg;
}
.quiz-modal_header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 24px;
}
.quiz-modal_num {
  display: flex;
  gap: 4px;
  align-items: baseline;
  font-size: 18px;
  font-weight: 700;
  color: #1e242c;
}
.quiz-modal_num-index {
  font-family: "Jost", sans-serif;
}
.quiz-modal_border {
  width: 100%;
  height: 1px;
  background-color: #1e242c;
}
.quiz-modal_question {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #1e242c;
  text-align: center;
}
.quiz-modal_choices {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.quiz-modal_choice {
  width: 240px;
  height: 48px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #00a6e7;
  border: none;
  border-radius: 5px;
  transition: opacity 0.2s ease-in-out;
}

.section {
  position: relative;
  background-color: #fff;
}
.section.is-blue {
  background-color: #e7f9ff;
}
.section.story {
  padding: 160px 0;
}

.slider-fv .splide__slide > a {
  position: relative;
  display: block;
}
.slider-fv .splide__slide img {
  width: 100%;
  vertical-align: top;
}

.slider-fv .splide__slide {
  border-radius: 16px;
  overflow: hidden;
}
.slider-fv .splide__controls {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  margin: 0 auto;
}

.story {
  background-color: #e7f9ff;
}
.story .hdg {
  margin-bottom: 0;
}
.story_year {
  position: sticky;
  top: 0;
  padding-top: 64px;
  background-color: #e7f9ff;
}
.story_year:not(:last-child) {
  padding-bottom: 64px;
}
.story_year .btn-wrap {
  width: 100%;
}
.story_year + .story_year {
  border-top: 1px solid #cdcdcd;
}
.story_year_label {
  line-height: 1;
  text-align: center;
}
.story_year_label-year {
  font-family: "Jost", sans-serif;
  font-size: 138px;
  font-weight: 200;
  line-height: 1;
  color: #484848;
}
.story_year_label-num {
  font-family: "Jost", sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  color: #1e242c;
  letter-spacing: 0.08em;
}
.story_year_info {
  display: flex;
  flex-direction: column;
  grid-area: info;
  gap: 16px;
  margin-top: 30px;
}
.story_year_info-service {
  font-size: 16px;
  font-weight: 500;
  color: #1e242c;
}
.story_year_info-tags {
  font-size: 14px;
  color: #666;
}
.story_year_cards {
  display: flex;
  grid-area: cards;
  gap: 24px;
}
.story_card {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  transition: opacity 0.2s ease-in-out;
}
.story_card_img {
  width: 100%;
  aspect-ratio: 306/180;
  background-color: #d9d9d9;
  border-radius: 8px 8px 0 0;
}
.story_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story_card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  letter-spacing: 0.02em;
}
.story_card_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.667;
  color: #1e242c;
}
.story_card_name {
  font-size: 14px;
  color: #484848;
}
.story .btn-wrap {
  grid-area: btn;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  padding-top: calc(var(--header-height) + 32px);
  overflow-x: clip;
}

.u-hide {
  display: none !important;
}

.u-radius {
  border-radius: 16px;
  overflow: hidden;
}

.u-align-center {
  text-align: center !important;
}
.u-align-left {
  text-align: left !important;
}
.u-align-right {
  text-align: right !important;
}
.u-align-justify {
  text-align: justify !important;
}

.u-valign-top {
  vertical-align: top !important;
}
.u-valign-middle {
  vertical-align: middle !important;
}
.u-valign-bottom {
  vertical-align: bottom !important;
}

.u-icn-arrow-down {
  display: block;
  line-height: 1;
}
.u-icn-arrow-down::before {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-down.svg#arrow-down-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.u-icn-arrow-m {
  display: block;
  line-height: 1;
}
.u-icn-arrow-m::before {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-m.svg#arrow-m-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.u-icn-arrow-next {
  display: block;
  line-height: 1;
}
.u-icn-arrow-next::before {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-next.svg#arrow-next-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 11px;
  height: 10px;
}
.u-icn-arrow-prev {
  display: block;
  line-height: 1;
}
.u-icn-arrow-prev::before {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-prev.svg#arrow-prev-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 11px;
  height: 10px;
}
.u-icn-arrow-circle-s {
  display: block;
  line-height: 1;
}
.u-icn-arrow-circle-s::before {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-circle-s.svg#arrow-circle-s-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.u-icn-arrow-s {
  display: block;
  line-height: 1;
}
.u-icn-arrow-s::before {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-s.svg#arrow-s-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 10px;
  height: 10px;
}
.u-icn-carousel-next {
  display: block;
  line-height: 1;
}
.u-icn-carousel-next::before {
  display: block;
  content: "";
  background-image: url(../img/icn/carousel-next.svg#carousel-next-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.u-icn-carousel-prev {
  display: block;
  line-height: 1;
}
.u-icn-carousel-prev::before {
  display: block;
  content: "";
  background-image: url(../img/icn/carousel-prev.svg#carousel-prev-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.u-icn-hdg-green {
  display: block;
  line-height: 1;
}
.u-icn-hdg-green::before {
  display: block;
  content: "";
  background-image: url(../img/icn/hdg-green.svg#hdg-green-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 36px;
  height: 36px;
}
.u-icn-hdg-orange {
  display: block;
  line-height: 1;
}
.u-icn-hdg-orange::before {
  display: block;
  content: "";
  background-image: url(../img/icn/hdg-orange.svg#hdg-orange-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 36px;
  height: 36px;
}
.u-icn-hdg-yellow {
  display: block;
  line-height: 1;
}
.u-icn-hdg-yellow::before {
  display: block;
  content: "";
  background-image: url(../img/icn/hdg-yellow.svg#hdg-yellow-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 36px;
  height: 36px;
}
.u-icn-icn-cancel {
  display: block;
  line-height: 1;
}
.u-icn-icn-cancel::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-cancel.svg#icn-cancel-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.u-icn-icn-column {
  display: block;
  line-height: 1;
}
.u-icn-icn-column::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-column.svg#icn-column-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.u-icn-icn-contact_wh {
  display: block;
  line-height: 1;
}
.u-icn-icn-contact_wh::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-contact_wh.svg#icn-contact_wh-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 18px;
}
.u-icn-icn-data {
  display: block;
  line-height: 1;
}
.u-icn-icn-data::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-data.svg#icn-data-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.u-icn-icn-example {
  display: block;
  line-height: 1;
}
.u-icn-icn-example::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-example.svg#icn-example-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.u-icn-icn-faq {
  display: block;
  line-height: 1;
}
.u-icn-icn-faq::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-faq.svg#icn-faq-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.u-icn-icn-mov {
  display: block;
  line-height: 1;
}
.u-icn-icn-mov::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-mov.svg#icn-mov-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.u-icn-icn-search {
  display: block;
  line-height: 1;
}
.u-icn-icn-search::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-search.svg#icn-search-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.u-icn-icn-text {
  display: block;
  line-height: 1;
}
.u-icn-icn-text::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-text.svg#icn-text-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.u-icn-icn-webinar {
  display: block;
  line-height: 1;
}
.u-icn-icn-webinar::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-webinar.svg#icn-webinar-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 26px;
  height: 2Żpx;
}

.u-hide {
  display: none !important;
}

.u-radius {
  border-radius: 16px;
  overflow: hidden;
}

.u-lh-10 {
  line-height: 1;
}
.u-lh-12 {
  line-height: 1.2;
}
.u-lh-15 {
  line-height: 1.5;
}
.u-lh-18 {
  line-height: 1.8;
}
.u-lh-20 {
  line-height: 2;
}

.u-mb-auto {
  margin-bottom: auto !important;
}
.u-mb-0 {
  margin-bottom: 0px !important;
}
.u-mb-4 {
  margin-bottom: 4px !important;
}
.u-mb-8 {
  margin-bottom: 8px !important;
}
.u-mb-12 {
  margin-bottom: 12px !important;
}
.u-mb-16 {
  margin-bottom: 16px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-24 {
  margin-bottom: 24px !important;
}
.u-mb-28 {
  margin-bottom: 28px !important;
}
.u-mb-32 {
  margin-bottom: 32px !important;
}
.u-mb-36 {
  margin-bottom: 36px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-auto {
  margin-top: auto !important;
}
.u-mt-0 {
  margin-top: 0px !important;
}
.u-mt-4 {
  margin-top: 4px !important;
}
.u-mt-8 {
  margin-top: 8px !important;
}
.u-mt-12 {
  margin-top: 12px !important;
}
.u-mt-16 {
  margin-top: 16px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-24 {
  margin-top: 24px !important;
}
.u-mt-28 {
  margin-top: 28px !important;
}
.u-mt-32 {
  margin-top: 32px !important;
}
.u-mt-36 {
  margin-top: 36px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}

.page-section {
  margin-bottom: 154px;
}
.page-section:first-child {
  margin-top: 154px;
}
.page__hdg {
  padding-bottom: 16px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid #cdcdcd;
}
.page__figure {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 8px;
}
.page__figure:not(:first-child) {
  margin-top: 36px;
}
.page__info {
  text-align: center;
}
.page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 16px;
}
.page__tags span {
  font-size: 14px;
  color: #8d8d8d;
}
.page__service {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
}
.page__name {
  margin-top: 16px;
}
.page__lead {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-block {
  padding: 40px;
}
.page-block + .page-block {
  margin-top: 64px;
}
.page-block.is-blue {
  background-color: #e7f9ff;
  border-radius: 16px;
}
.page-block__cols {
  display: flex;
  gap: 40px;
}
.page-block__col .page__figure:first-child {
  margin-top: 0;
}
.page-block__col .page__figure:last-child {
  margin-bottom: 0;
}
.page-block__col .page-faq__head {
  padding: 24px;
}
.page-block__col .page-faq__contents {
  padding: 24px;
}
.page-faq {
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}
.page-faq__head {
  padding: 24px 70px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00a6e7;
}
.page-faq__hdg {
  line-height: 1;
  text-align: center;
}
.page-faq__hdg:not(:last-child) {
  margin-bottom: 10px;
}
.page-faq__hdg i {
  margin-right: 8px;
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.page-faq__hdg span {
  font-size: 20px;
  font-weight: 500;
}
.page-faq__hdg.is-q {
  color: #fbff00;
}
.page-faq__hdg.is-a {
  color: #00a6e7;
}
.page-faq__contents {
  padding: 40px 70px;
  background-color: #e7f9ff;
}
.page-faq__contents a {
  font-weight: 500;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.page .page-bnr {
  margin-top: 64px;
}
.page .page-bnr a.is-elibrary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 160px;
  padding: 24px;
  margin: auto;
  margin: 0 auto;
  color: #00a6e7;
  background: url("../img/common/bnr-elibrary_bg.png") no-repeat 50% 50%/cover;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.page .page-bnr a.is-elibrary span {
  padding-top: 36px;
  font-size: 20px;
  font-weight: 700;
}
.page .page-bnr a.is-elibrary small {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}
.page .page-bnr a.is-elibrary small::after {
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/icn/arrow-circle-s_bl.svg") 50% 50%/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .breadcrumb {
    margin-bottom: 30px;
  }
  .btn--m:hover {
    color: #fff;
    background-color: #00a6e7;
  }
  .btn--m.is-black:hover {
    color: #fff;
    background-color: #1e242c;
  }
  .btn--m.is-arrow-down:hover::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .card-list.splide::before, .card-list.splide::after {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    pointer-events: none;
    content: "";
  }
  .card-list.splide::before {
    right: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50px, white 100%);
  }
  .card-list.splide::after {
    left: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50px, white 100%);
  }
  .card a:hover .card_img img {
    transform: scale(1.1);
  }
  .card a:hover .card_ttl {
    text-decoration: underline;
  }
  .footer_card.is-sns {
    width: 476px;
  }
  .footer_card.is-ict {
    width: 796px;
  }
  .header_wrap {
    right: 40px;
    left: 40px;
    min-width: 1216px;
    max-width: 1360px;
    height: var(--header-height);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .header_inner {
    gap: clamp(28px, 2vw, 40px);
    padding: 16px 24px;
  }
  .header_hamburger {
    display: none;
  }
  .header_nav_contact > a {
    width: clamp(100px, 8vw, 120px);
    height: var(--header-height);
  }
  .header_subnav {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    width: max-content;
    padding: 24px 40px 24px 112px;
    text-align: left;
    visibility: hidden;
    background-color: #fff;
    border: 3px solid #00a6e7;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transform: translateX(-50%);
  }
  .header_nav_item:hover .header_subnav {
    visibility: visible;
    opacity: 1;
  }
  .header_subnav::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    border-color: transparent transparent #00a6e7;
    border-width: 0 12px 18.5px;
    transform: translate3d(-50%, -100%, 0);
  }
  .header_subnav::after {
    position: absolute;
    top: 1px;
    left: 50%;
    content: "";
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 9px 14.5px;
    transform: translate3d(-50%, -100%, 0);
  }
  .is-text .header_subnav {
    background: #fff url("../img/icn/icn-text.svg") 40px 50%/48px no-repeat;
  }
  .is-mov .header_subnav {
    background: #fff url("../img/icn/icn-mov.svg") 40px 50%/48px no-repeat;
  }
  .is-example .header_subnav {
    background: #fff url("../img/icn/icn-example.svg") 40px 50%/48px no-repeat;
  }
  .is-data .header_subnav {
    background: #fff url("../img/icn/icn-data.svg") 40px 50%/48px no-repeat;
  }
  .is-column .header_subnav {
    background: #fff url("../img/icn/icn-column.svg") 40px 50%/48px no-repeat;
  }
  .is-webinar .header_subnav {
    background: #fff url("../img/icn/icn-webinar.svg") 40px 50%/48px no-repeat;
  }
  .is-faq .header_subnav {
    background: #fff url("../img/icn/icn-faq.svg") 40px 50%/48px no-repeat;
  }
  .header_subnav-hdg {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
  }
  .header_subnav-hdg a::before {
    display: block;
    content: "";
    background-image: url(../img/icn/arrow-circle-s.svg#arrow-circle-s-view);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  .header_subnav-list {
    gap: 24px;
  }
  .linkarrow--blank::after {
    width: 28px;
    height: 28px;
  }
  .linkarrow--blank-wh::after {
    width: 24px;
    height: 24px;
  }
  .menu {
    top: var(--header-height);
    height: calc(var(--vh) * 100 - var(--header-height));
  }
  .menu_inner {
    padding-inline: 40px;
  }
  .story_year {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }
  .story_year .btn-wrap {
    margin-top: 0;
  }
  .story_year_head {
    width: 244px;
  }
  .story_year_body {
    width: 966px;
  }
  .story_year_cards.splide {
    visibility: visible;
  }
  .story_year_cards .splide__track,
  .story_year_cards .splide__list {
    display: contents !important;
  }
  .story_year_cards .splide__slide {
    display: flex;
    flex: 1;
  }
  .story_year_cards .splide__arrows,
  .story_year_cards .splide__pagination {
    display: none;
  }
  .wrapper {
    min-width: 1296px;
  }
  .u-sp {
    display: none !important;
  }
  .u-align-centerpc {
    text-align: center !important;
  }
  .u-align-leftpc {
    text-align: left !important;
  }
  .u-align-rightpc {
    text-align: right !important;
  }
  .u-align-justifypc {
    text-align: justify !important;
  }
  .u-valign-toppc {
    vertical-align: top !important;
  }
  .u-valign-middlepc {
    vertical-align: middle !important;
  }
  .u-valign-bottompc {
    vertical-align: bottom !important;
  }
  .u-sp {
    display: none !important;
  }
  .u-mb-pc0 {
    margin-bottom: 0px !important;
  }
  .u-mb-pc4 {
    margin-bottom: 4px !important;
  }
  .u-mb-pc8 {
    margin-bottom: 8px !important;
  }
  .u-mb-pc12 {
    margin-bottom: 12px !important;
  }
  .u-mb-pc16 {
    margin-bottom: 16px !important;
  }
  .u-mb-pc20 {
    margin-bottom: 20px !important;
  }
  .u-mb-pc24 {
    margin-bottom: 24px !important;
  }
  .u-mb-pc28 {
    margin-bottom: 28px !important;
  }
  .u-mb-pc32 {
    margin-bottom: 32px !important;
  }
  .u-mb-pc36 {
    margin-bottom: 36px !important;
  }
  .u-mb-pc40 {
    margin-bottom: 40px !important;
  }
  .u-mt-pc0 {
    margin-top: 0px !important;
  }
  .u-mt-pc4 {
    margin-top: 4px !important;
  }
  .u-mt-pc8 {
    margin-top: 8px !important;
  }
  .u-mt-pc12 {
    margin-top: 12px !important;
  }
  .u-mt-pc16 {
    margin-top: 16px !important;
  }
  .u-mt-pc20 {
    margin-top: 20px !important;
  }
  .u-mt-pc24 {
    margin-top: 24px !important;
  }
  .u-mt-pc28 {
    margin-top: 28px !important;
  }
  .u-mt-pc32 {
    margin-top: 32px !important;
  }
  .u-mt-pc36 {
    margin-top: 36px !important;
  }
  .u-mt-pc40 {
    margin-top: 40px !important;
  }
  .page-block__col {
    width: 57.61%;
  }
  .page-block__col.is-narrow {
    width: 37.61%;
  }
  .page-block__col .page-faq__contents {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .splide__arrows .splide__arrow {
    width: 40px;
    height: 40px;
  }
  .splide__arrows .splide__arrow--prev {
    left: -40px;
    margin-top: -8px;
  }
  .splide__arrows .splide__arrow--next {
    right: -40px;
    margin-top: -8px;
  }
  .breadcrumb {
    margin-top: 12px;
    margin-bottom: 40px;
  }
  .breadcrumb_list li {
    font-size: 13px;
  }
  .btn-wrap.is-s {
    gap: 10px 8px;
  }
  .btn.is-wide {
    min-width: 315px;
    min-height: 60px;
    padding: 20px;
  }
  .btn--m {
    font-size: 14px;
  }
  .card-list:not(.splide) {
    flex-direction: column;
    gap: 25px;
  }
  .card-list.splide {
    margin: 0 30px;
  }
  .card-list.splide::before, .card-list.splide::after {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    pointer-events: none;
    content: "";
  }
  .card-list.splide::before {
    right: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, white 100%);
  }
  .card-list.splide::after {
    left: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 100%);
  }
  .card_category span {
    font-size: 10px;
  }
  .card_ttl {
    font-size: 18px;
  }
  .card_txt {
    font-size: 14px;
  }
  .fixmenu {
    display: none !important;
  }
  .footer .inner {
    padding: 24px 15px;
  }
  .footer_cards {
    flex-direction: column;
  }
  .footer_card {
    padding: 24px 10px;
  }
  .footer_card_btns {
    flex-direction: column;
    gap: 16px;
  }
  .footer_card_btn {
    width: 100%;
  }
  .footer_credits {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 24px;
  }
  .footer_credits_inner {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .footer_credits_right {
    align-items: flex-start;
  }
  .footer_credits_copyright {
    margin-top: 24px;
    color: #fff;
    text-align: center;
  }
  .hdg span {
    font-size: 32px;
  }
  .header {
    top: 0;
    right: 0;
    left: 0;
  }
  .header_wrap {
    height: var(--sp-header-height);
    border-bottom: 1px solid #ededed;
  }
  .header_inner {
    justify-content: center;
  }
  .header_logo a span {
    margin-bottom: 2px;
    font-size: 11px;
  }
  .header_hamburger {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
  }
  .header_nav {
    position: fixed;
    top: var(--sp-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: calc(var(--vh) * 100 - var(--sp-header-height));
    padding: 76px 80px 44px;
    overflow-x: clip;
    overflow-y: auto;
    overscroll-behavior: none;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .header_nav.is-active {
    visibility: visible;
    opacity: 1;
  }
  .header_nav_list {
    flex-direction: column;
  }
  .header_nav_item {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header_nav_item > .js-acc-btn {
    width: 24px;
    height: 24px;
  }
  .header_nav_item > .js-acc-btn::before, .header_nav_item > .js-acc-btn::after {
    width: 12px;
    height: 2px;
  }
  .header_nav_item:not(:has(.js-acc-btn)) > a {
    display: flex;
    width: 100%;
  }
  .header_nav_item:not(:has(.js-acc-btn)) > a::after {
    display: block;
    content: "";
    background-image: url(../img/icn/arrow-circle-s.svg#arrow-circle-s-view);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 24px;
    height: 24px;
  }
  .header_nav_item:not(:has(.js-acc-btn)) > a::after {
    margin-left: auto;
  }
  .header_nav_contact {
    margin-top: 55px;
    border-radius: 32px;
  }
  .header_nav_contact > a {
    flex-direction: row;
    gap: 8px;
    padding: 20px;
    font-size: 14px;
  }
  .header_nav_contact > a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    background: #f1f5f9 url("../img/icn/arrow-s.svg") 50% 50%/10px no-repeat;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .header_subnav {
    width: 100%;
    padding: 12px 0 0 48px;
  }
  .header_subnav-hdg {
    margin-bottom: 10px;
  }
  .header_subnav-hdg a {
    gap: 0;
    font-weight: 400;
    color: #484848;
  }
  .header_subnav-hdg a::after {
    content: "TOP";
  }
  .header_subnav-list {
    flex-direction: column;
    gap: 10px;
  }
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pagination__prev a::before, .pagination__next a::before {
    width: 40px;
    height: 40px;
  }
  .quiz-modal {
    top: 50%;
    max-height: calc(var(--vh, 1vh) * 100 - 80px);
    translate: -50% -50%;
  }
  .quiz-modal_inner {
    padding: 32px 20px 40px;
  }
  .quiz-modal_close {
    top: -8px;
    right: -8px;
    width: 32px;
    height: 32px;
  }
  .quiz-modal_close::before, .quiz-modal_close::after {
    width: 12px;
  }
  .quiz-modal_question {
    font-size: 14px;
  }
  .section.story {
    padding: 80px 0;
  }
  .story_year {
    padding-inline: 15px;
    margin-inline: -15px;
  }
  .story_year .btn-wrap {
    margin-top: 40px;
  }
  .story_year_label {
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  .story_year_label-year {
    font-size: 60px;
  }
  .story_year_label-num {
    font-size: 60px;
  }
  .story_year_info {
    align-items: center;
    margin-top: 24px;
  }
  .story_year_body {
    margin-top: 40px;
  }
  .story_year_cards {
    display: block;
    padding: 0 24px;
  }
  .story_year_cards .splide__track {
    overflow: visible;
  }
  .story_year_cards .splide__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    translate: 0 -50%;
  }
  .story_year_cards .splide__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    pointer-events: all;
    cursor: pointer;
    border: none;
    border-radius: 50%;
  }
  .story_year_cards .splide__arrow img {
    display: block;
  }
  .story_year_cards .splide__arrow--prev {
    left: 0;
  }
  .story_year_cards .splide__arrow--next {
    right: 0;
  }
  .story_year_cards .splide__arrow[disabled] {
    opacity: 0.3;
  }
  .story_year_cards .splide__pagination {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-top: 24px;
  }
  .story_year_cards .splide__pagination__page {
    width: 35px;
    height: 3px;
    padding: 0;
    cursor: pointer;
    background-color: #cdcdcd;
    border: none;
    border-radius: 1px;
    transition: background-color 0.2s ease-in-out;
  }
  .story_year_cards .splide__pagination__page.is-active {
    background-color: #00a6e7;
  }
  .story_card {
    flex: 0 0 auto;
  }
  .wrapper {
    padding-top: var(--sp-header-height);
  }
  .u-pc {
    display: none !important;
  }
  .u-align-centersp {
    text-align: center !important;
  }
  .u-align-leftsp {
    text-align: left !important;
  }
  .u-align-rightsp {
    text-align: right !important;
  }
  .u-align-justifysp {
    text-align: justify !important;
  }
  .u-valign-topsp {
    vertical-align: top !important;
  }
  .u-valign-middlesp {
    vertical-align: middle !important;
  }
  .u-valign-bottomsp {
    vertical-align: bottom !important;
  }
  .u-pc {
    display: none !important;
  }
  .u-mb-sp0 {
    margin-bottom: 0px !important;
  }
  .u-mb-sp4 {
    margin-bottom: 4px !important;
  }
  .u-mb-sp8 {
    margin-bottom: 8px !important;
  }
  .u-mb-sp12 {
    margin-bottom: 12px !important;
  }
  .u-mb-sp16 {
    margin-bottom: 16px !important;
  }
  .u-mb-sp20 {
    margin-bottom: 20px !important;
  }
  .u-mb-sp24 {
    margin-bottom: 24px !important;
  }
  .u-mb-sp28 {
    margin-bottom: 28px !important;
  }
  .u-mb-sp32 {
    margin-bottom: 32px !important;
  }
  .u-mb-sp36 {
    margin-bottom: 36px !important;
  }
  .u-mb-sp40 {
    margin-bottom: 40px !important;
  }
  .u-mt-sp0 {
    margin-top: 0px !important;
  }
  .u-mt-sp4 {
    margin-top: 4px !important;
  }
  .u-mt-sp8 {
    margin-top: 8px !important;
  }
  .u-mt-sp12 {
    margin-top: 12px !important;
  }
  .u-mt-sp16 {
    margin-top: 16px !important;
  }
  .u-mt-sp20 {
    margin-top: 20px !important;
  }
  .u-mt-sp24 {
    margin-top: 24px !important;
  }
  .u-mt-sp28 {
    margin-top: 28px !important;
  }
  .u-mt-sp32 {
    margin-top: 32px !important;
  }
  .u-mt-sp36 {
    margin-top: 36px !important;
  }
  .u-mt-sp40 {
    margin-top: 40px !important;
  }
  .page-section {
    margin-bottom: 40px;
  }
  .page-section:first-child {
    margin-top: 80px;
  }
  .page__hdg {
    margin-bottom: 24px;
    font-size: 26px;
    text-align: center;
  }
  .page__figure {
    margin-bottom: 16px;
  }
  .page__figure:not(:first-child) {
    margin-top: 24px;
  }
  .page__service {
    margin-top: 8px;
    font-size: 16px;
  }
  .page__name {
    margin-top: 8px;
  }
  .page__lead {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .page-block {
    padding: 0;
  }
  .page-block + .page-block {
    margin-top: 40px;
  }
  .page-block__cols {
    flex-direction: column;
    gap: 0;
  }
  .page-faq {
    padding: 0;
  }
  .page-faq__head {
    padding: 24px;
    font-size: 16px;
  }
  .page-faq__hdg i {
    font-size: 20px;
  }
  .page-faq__hdg span {
    font-size: 16px;
  }
  .page-faq__contents {
    padding: 24px;
  }
  .page .page-bnr a.is-elibrary {
    width: 285px;
    padding: 10px;
    background: url("../img/common/bnr-elibrary_bg_sp.png") no-repeat 50% 50%/cover;
  }
  .page .page-bnr a.is-elibrary span {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .btn:hover {
    color: #fff;
    background-color: #00a6e7;
  }
  .footer_card_btn:hover {
    opacity: 0.6;
  }
  .footer_credits_link:hover {
    opacity: 0.6;
  }
  .footer .footer_logo a:hover {
    opacity: 0.6;
  }
  .header_logo a:hover {
    opacity: 0.6;
  }
  .header_nav_item > a:hover {
    opacity: 0.6;
  }
  .pagination a:hover {
    opacity: 0.6;
  }
  .quiz-modal_choice:hover {
    opacity: 0.8;
  }
  .story_card:hover {
    opacity: 0.8;
  }
  .page-faq__contents a:hover {
    opacity: 0.6;
  }
  .page .page-bnr a.is-elibrary:hover {
    opacity: 0.6;
  }
}