﻿@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: bottom;
}

/* 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;
  -webkit-appearance: none;
          appearance: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
          appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: 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 {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: 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;
}

: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%;
}

body {
  width: 100%;
  min-width: 345px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #333;
  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: #333;
}

hr {
  border-top: 1px solid #f0f0f0;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
textarea {
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

input[type=radio] {
  width: 24px;
  height: 24px;
  padding: 4px;
  vertical-align: middle;
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 50%;
  outline: 1px solid #cdcdcd;
  accent-color: #00a6e7;
  -webkit-appearance: none;
          appearance: none;
}
input[type=radio]:hover {
  background-color: #00a6e7;
}
input[type=radio]:checked {
  background-color: #00a6e7;
  outline: 1px solid #00a6e7;
  accent-color: #00a6e7;
}

input[type=checkbox] {
  width: 24px;
  height: 24px;
  color: #fff;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  outline: 1px solid #cdcdcd;
  accent-color: #00a6e7;
  -webkit-appearance: none;
          appearance: none;
}
input[type=checkbox]:hover {
  background: #fff url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.52 0L4.157 6.825L1.48 3.953L0 5.541L4.157 10L12 1.588L10.52 0Z' fill='%2300a6e7'/%3E%3C/svg%3E") no-repeat center center/12px;
}
input[type=checkbox]:checked {
  background: #00a6e7 url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.52 0L4.157 6.825L1.48 3.953L0 5.541L4.157 10L12 1.588L10.52 0Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center/12px;
  outline: 1px solid #00a6e7;
}

label:has(input[type=radio]), label:has(input[type=checkbox]) {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

select {
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8L6.99382e-07 9.85421e-07L16 1.43051e-06L8 8Z' fill='%231E242C'/%3E%3C/svg%3E") no-repeat right 16px top 50%/12px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

.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 {
  flex-shrink: 1;
  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);
  }
}
.accordion_item {
  padding: 0 32px;
  background-color: #fff;
  border-radius: 16px;
}
.accordion_item + .accordion_item {
  margin-top: 24px;
}
.accordion_item_hdg {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 28px 90px 28px 0;
  font-size: 20px;
  font-weight: 700;
}
.accordion_item_hdg.is-faq::before {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #00a6e7;
  content: "Q";
}
.accordion_item_hdg .js-acc-btn {
  right: 0;
  flex-shrink: 0;
  margin-left: auto;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.accordion_item_body {
  padding: 28px 0;
  border-top: 1px solid #ededed;
}
.accordion_item_body .block-search .inner {
  padding: 0;
}
.accordion_item_body .block-search.is-cat .block-search_body {
  background-color: #eafefe;
}
.accordion_item_body .block-search.is-cat .block-search_body.has-search-fold .js-search-fold-target:not(.is-open)::after {
  background: linear-gradient(to bottom, rgba(234, 254, 254, 0) 0, #eafefe 80%);
}
.accordion_item_body .block-search.is-freeword .block-search_body {
  padding: 0 0 12px;
}
.accordion_item_body .block-tabs_nav button.is-active {
  background-color: #eafefe;
}

.anchornav {
  margin-bottom: 64px;
}
.anchornav ul {
  display: flex;
}
.anchornav li {
  display: flex;
  flex: 1;
  min-width: 0;
}
.anchornav li:not(:first-child) {
  border-left: 1px solid #cdcdcd;
}
.anchornav li a {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  min-width: 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #00a6e7;
  text-align: center;
  letter-spacing: -0.05em;
}
.anchornav li a span {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.anchornav li a::after {
  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;
}
.anchornav li a::after {
  flex-shrink: 0;
  margin: auto;
}

.block-cards {
  position: relative;
  background-color: #e7f9ff;
}
.block-cards_hitnum {
  position: relative;
  padding-left: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}
.block-cards_hitnum strong {
  font-size: 32px;
  font-weight: 500;
}
.block-cards_hitnum::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #00a6e7;
  border-radius: 50%;
  transform: translateY(-50%);
}
.block-search + .block-cards_list {
  margin-top: 64px;
}
.block-cards_list + .block-cards_list {
  margin-top: 80px;
}
.block-cards_list .card-list:not(.splide) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.block-cards_list.is-backnumber .card-list:not(.splide) {
  grid-template-columns: repeat(4, 1fr);
}
.block-cards-result {
  position: relative;
}

.block-form p {
  font-size: 18px;
  line-height: 1.7777777778;
}
.block-form p + p {
  margin-top: 16px;
}
.block-form p.is-small {
  font-size: 14px;
}
.block-form form:not(:first-child) {
  margin-top: 64px;
}
.block-form_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.block-form_list + .block-form_list {
  border-top: none;
}
.block-form_list > dt {
  flex-shrink: 0;
  width: 36%;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 700;
  background-color: #f6f6f6;
}
.block-form_list > dd {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 12px 24px;
  max-width: 64%;
  padding: 24px 40px;
  background-color: #fff;
}
.block-form_list > dd label {
  margin-right: 0;
}
.block-form_col {
  display: flex;
  flex: 1;
  gap: 12px;
  align-items: center;
}
.block-form_col > dt {
  flex-shrink: 0;
  width: 40px;
  font-weight: 400;
  text-align: center;
}
.block-form_policy p {
  font-size: 14px;
}
.block-form_policy-box {
  height: 320px;
  padding: 24px 40px;
  margin-bottom: 20px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
}
.block-form_policy-box p {
  font-size: 16px;
  line-height: 1.875;
}
.block-form_policy-box p + p {
  margin-top: 24px;
}
.block-form_policy-agreement {
  margin: 16px 0 40px;
}

.block-monthly {
  position: relative;
  margin-bottom: 80px;
}
.block-monthly_wrap {
  position: relative;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.block-monthly_wrap::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 75px;
  height: 19px;
  content: "";
  background: url(../img/top/arrow-kuru.svg) no-repeat center center/100% 100%;
  transform: translate(-50%, -50%);
}
.block-monthly dl {
  position: relative;
  flex: 1;
  padding: 20px;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 20px;
}
.block-monthly dl dt {
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 32px;
  text-align: center;
}
.block-monthly dl dt img {
  margin-right: 16px;
}
.block-monthly dl dt strong {
  font-size: 40px;
}
.block-monthly dl dt small {
  font-size: 24px;
}
.block-monthly dl dd {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}
.block-others {
  position: relative;
}
.block-others::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 260px;
  content: "";
  background: url(../img/common/wave-top_wh2.svg) no-repeat center 100px/100% 100%;
}
.block-others_list {
  display: flex;
  gap: 48px;
  justify-content: space-between;
}
.block-others_list:not(:first-child) {
  margin-top: 24px;
}
.block-others_item {
  flex: 1;
}
.block-others_item a {
  display: block;
}
.block-others_item a img {
  width: 100%;
}
.block-others .btn-wrap {
  margin-top: 80px;
}

.block-search-wrap {
  position: relative;
  background-color: #e7f9ff;
}

.block-search:not(:last-child) {
  margin-bottom: 64px;
}
.block-search + .block-search {
  margin-top: 64px;
}
.block-search_body {
  padding: 40px 100px;
  background-color: #fff;
  border-radius: 16px;
}
.block-search_block + .block-search_block {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #ededed;
}
.block-search_block p {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #484848;
}
.block-search_ttl {
  position: relative;
  padding-left: 16px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.block-search_ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: rgba(0, 166, 231, 0.5);
  border-radius: 50%;
  transform: translateY(-50%);
}
.block-search_list.is-tag .btn--s {
  gap: 2px;
}
.block-search_list.is-tag .btn--s::before {
  margin-top: -1px;
  font-size: 18px;
  line-height: 0.8;
  content: "#";
}
.block-search_keyword {
  display: flex;
}
.block-search_keyword input[type=text] {
  width: 100%;
  padding: 18px 18px 18px 56px;
  font-size: 18px;
  line-height: 1;
  background: #fff url(../img/icn/icn-search.svg) no-repeat 26px center/20px;
  border: 2px solid #00a6e7;
  border-radius: 36px 0 0 36px;
}
.block-search_keyword input[type=submit] {
  width: 140px;
  padding: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00a6e7;
  border: none;
  border-radius: 0 36px 36px 0;
}
.block-search_toggle {
  transition: margin-top 0.1s ease-in-out;
}
.block-search_toggle:not(:has(.is-close)) {
  margin-top: 0;
}
.block-search_btns {
  margin-top: 40px;
}
.block-search_btns .js-search-reset {
  cursor: default;
}
.block-search .block-tabs .block-search_body {
  border-radius: 0 16px 16px;
}
.block-search.is-cat .block-search_body:not(.has-search-fold) .block-search_toggle {
  display: none;
}
.block-search.is-cat .block-search_body.has-search-fold .js-search-fold-target {
  position: relative;
  max-height: 390px;
  overflow: hidden;
}
.block-search.is-cat .block-search_body.has-search-fold .js-search-fold-target:not(.is-open)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 80%);
}
.block-search.is-cat .block-search_body.has-search-fold .js-search-fold-target.is-open {
  max-height: none;
}
.block-search.is-cat .block-search_body.has-search-fold .js-search-fold-target.is-open::after {
  display: none;
}

.block-tabs_nav {
  display: flex;
  gap: 14px;
}
.block-tabs_nav button {
  flex: 0 1 210px;
  padding: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #8d8d8d;
  text-align: center;
  background-color: #ededed;
  border-radius: 16px 16px 0 0;
}
.block-tabs_nav button.is-active {
  color: #00a6e7;
  background-color: #fff;
}
.block-tabs_contents {
  position: relative;
}
.block-tabs_body {
  display: none;
}
.block-tabs_body.is-active {
  display: block;
}

.block:not(:first-child), .block + .block {
  margin-top: 64px;
}
.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: 40px;
}
.btn-wrap.is-s {
  gap: 16px 8px;
  justify-content: flex-start;
}
.btn-wrap:first-child {
  margin-top: 0;
}

.btn {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 16px 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 i[class*=u-icn-] {
  transition: filter 0.3s ease-in-out;
}
.btn.is-active {
  color: #fff;
  background-color: #00a6e7;
}
.btn.is-active i[class*=u-icn-] {
  filter: saturate(0) brightness(2);
}
.btn.is-blue {
  color: #fff;
  background-color: #00a6e7;
}
.btn.is-wide {
  min-width: 360px;
}
.btn.is-wider {
  min-width: 476px;
  padding: 20px;
}
.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.is-active::after {
  background-color: #fff;
}

.btn--s:not(:has(label)), .btn--s.is-active 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:not(:has(label)) i[class*=u-icn-], .btn--s.is-active label i[class*=u-icn-], .btn--s:has(label) label i[class*=u-icn-] {
  transition: filter 0.3s ease-in-out;
}
.is-active.btn--s:not(:has(label)), .btn--s.is-active label.is-active, .btn--s:has(label) label.is-active {
  color: #fff;
  background-color: #00a6e7;
}
.is-active.btn--s:not(:has(label)) i[class*=u-icn-], .btn--s.is-active label.is-active i[class*=u-icn-], .btn--s:has(label) label.is-active i[class*=u-icn-] {
  filter: saturate(0) brightness(2);
}

.btn--s {
  display: inline-block;
}
.btn--s.is-active label input, .btn--s:has(label) label input {
  display: none;
}
.btn--s.is-active label:has(input:checked), .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: 11px 20px;
  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 i[class*=u-icn-] {
  transition: filter 0.3s ease-in-out;
}
.btn--m.is-active {
  color: #fff;
  background-color: #00a6e7;
}
.btn--m.is-active i[class*=u-icn-] {
  filter: saturate(0) brightness(2);
}
.btn--m.is-blue {
  color: #fff;
  background-color: #00a6e7;
}
.btn--m.is-black {
  color: #1e242c;
  border: 1px solid #1e242c;
}
.btn--m.is-black.is-active {
  color: #fff;
  background-color: #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 0.3s ease-in-out;
  transform: scaleX(0.85) translateY(-2px) rotate(45deg);
}
.is-open .btn--m.is-arrow-down::before, .btn--m.is-arrow-down.is-close::before {
  transform: scaleX(0.85) translateY(2px) rotate(-135deg);
}
.btn--m.is-arrow-down.is-active::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.card-listwrap {
  background-color: #e7f9ff;
}

.card-list:not(.splide) {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
body:not(.page-top) .card-list.splide::before, body:not(.page-top) .card-list.splide::after {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  pointer-events: none;
  content: "";
}
body:not(.page-top) .card-list.splide::before {
  right: 100%;
  background: linear-gradient(to left, rgba(231, 249, 255, 0) 0, #e7f9ff 100%);
}
body:not(.page-top) .card-list.splide::after {
  left: 100%;
  background: linear-gradient(to right, rgba(231, 249, 255, 0) 0, #e7f9ff 100%);
}
.card-list.splide .splide__pagination {
  z-index: 2;
  flex-wrap: nowrap;
  margin: 24px -30px 0;
}

.card {
  flex: 1;
}
.card a {
  display: block;
}
.card_img-slider, .card_img, .card_movie {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 8px;
}
.card_img-slider iframe,
.card_img-slider img, .card_img iframe,
.card_img img, .card_movie iframe,
.card_movie img {
  width: 100%;
  transition: transform 0.08s ease-in-out;
}
.card_img-slider iframe, .card_img iframe, .card_movie iframe {
  height: 100%;
}
.card_img-slider {
  position: relative;
}
.card_img-slider_container {
  display: flex;
  flex-flow: nowrap;
  gap: 0;
  width: 100%;
  transition: transform 0.2s ease-in-out;
}
.card_img-slider_item {
  flex-shrink: 0;
  width: 100%;
}
.card_img-slider_num {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 2px 5px;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #1e242c;
  border-radius: 10px;
}
.card_img-slider_num span {
  display: none;
}
.card_img-slider_num span.js-card-slider_total {
  display: inline;
}
.card_img-slider:hover .card_img-slider_num span {
  display: inline;
}
.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_category span.is-orange {
  background-color: #f8a544;
}
.card_category span.is-green {
  background-color: #abd16f;
}
.card_category span.is-skyblue {
  background-color: #78cdd8;
}
.card_category span.is-blue {
  background-color: #7890d8;
}
.card_date {
  display: flex;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
}
.card_date span {
  font-size: 15px;
  font-weight: 500;
}
.card_date small {
  margin-right: 1em;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.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: 16px;
  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 span {
  margin-right: 12px;
}
.card_data dd:not(.is-naiyo) {
  display: -webkit-box;
  max-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card_data dd.is-naiyo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.card_data dd.is-naiyo span {
  margin-right: 0;
}
.faq_ttl {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
.faq_ttl:not(:first-child) {
  margin-top: 24px;
}
.faq p {
  line-height: 1.6;
}
.faq p:not(:first-child) {
  margin-top: 6px;
}
.faq p small {
  font-size: 12px;
}
.faq_cols {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.faq_cols:not(:first-child) {
  margin-top: 24px;
}
.faq_col.is-pic {
  flex-shrink: 0;
  width: 246px;
}
.faq ul.is-disc {
  padding-left: 20px;
}
.faq ul.is-disc li {
  list-style: disc;
}
.faq ul.is-disc li + li {
  margin-top: 8px;
}

.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: "PT Sans", 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 {
  margin-top: auto;
}
.footer_nav {
  padding: 40px 0 80px;
  text-align: center;
  background-color: #ecf4f7;
}
.footer_links {
  margin-top: 40px;
  text-align: left;
}
.footer_links_list {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 48px;
  justify-content: center;
}
.footer_links_item {
  flex: 1 1 214px;
}
.footer_links_item-hdg {
  font-size: 16px;
  font-weight: 700;
}
.footer_links_item-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 26px;
  margin-top: 18px;
}
.footer_links_item-list li a {
  color: #484848;
}
.footer_credits {
  padding: 16px 0;
  color: #484848;
}
.footer_credits .inner {
  display: flex;
  justify-content: space-between;
}
.footer_credits_list {
  display: flex;
  gap: 28px;
}
.footer_credits_list a {
  color: #484848;
}
.footer_credits_copyright {
  font-size: 12px;
}

.hdg-block {
  position: relative;
}
.hdg-block::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 200px;
  content: "";
  background: #fff url(../img/common/wave-bottom_lightsky.svg) no-repeat center 100%/100% 100%;
}

.hdg {
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
}
.hdg small {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #8d8d8d;
  letter-spacing: 0.1em;
}
.hdg span {
  display: block;
  margin-top: 10px;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #00a6e7;
  letter-spacing: 0.1em;
}

.hdg--s {
  min-height: 36px;
  padding-left: 44px;
  margin-bottom: 36px;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.hdg--s:not(:first-child) {
  margin-top: 80px;
}
.hdg--s.is-yellow {
  background: url(../img/icn/hdg-yellow.svg) no-repeat 0 0/36px;
}
.hdg--s.is-green {
  background: url(../img/icn/hdg-green.svg) no-repeat 0 0/36px;
}
.hdg--s.is-orange {
  background: url(../img/icn/hdg-orange.svg) no-repeat 0 0/36px;
}
.hdg--s.is-pink {
  background: url(../img/icn/hdg-pink.svg) no-repeat 0 0/36px;
}
.hdg--s.is-pink2 {
  background: url(../img/icn/hdg-pink2.svg) no-repeat 0 0/36px;
}

.hdg--xs {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.hdg--xs:not(:first-child) {
  margin-top: 36px;
}
.hdg--xs::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: rgba(0, 166, 231, 0.5);
  border-radius: 50%;
}
.hdg--xs.is-plain {
  padding-left: 0;
}
.hdg--xs.is-plain::before {
  display: none;
}

.header {
  position: fixed;
  top: 16px;
  right: 20px;
  left: calc(var(--scroll-x, 0px) * -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;
}
.header_logo a span {
  display: block;
  font-weight: 500;
  color: #00a6e7;
}
.header_logo a img {
  width: 152px;
}
.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: #00a6e7;
  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(45deg);
}
.header_hamburger.is-active::after {
  opacity: 0;
}
.header_hamburger.is-active span {
  bottom: 16px;
  transform: rotate(-45deg);
}
.header_nav {
  display: flex;
}
.header_nav_list {
  display: flex;
  gap: 24px;
}
.header_nav_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
.header_nav_item > a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #1e242c;
}
.header_nav_item > a::before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
}
.header_nav_item.is-text > a::before {
  background: url("../img/icn/icn-text.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-mov > a::before {
  background: url("../img/icn/icn-mov.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-example > a::before {
  background: url("../img/icn/icn-example.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-data > a::before {
  background: url("../img/icn/icn-data.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-column > a::before {
  background: url("../img/icn/icn-column.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-webinar > a::before {
  background: url("../img/icn/icn-webinar.svg") 50% 50%/100% no-repeat;
}
.header_nav_item.is-faq > a::before {
  background: url("../img/icn/icn-faq.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: 1240px;
  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 #333;
  border-bottom: 2px solid #333;
  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;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal.is-open {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  background-color: rgba(51, 51, 51, 0.7);
}
.modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  pointer-events: none;
}
.modal__close {
  z-index: 3;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  margin-left: auto;
  pointer-events: all;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}
.modal__container {
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  min-height: 200px;
  overflow: auto;
  pointer-events: all;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.modal__container_inner {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: none;
}
.modal__content {
  padding: 28px 20px 32px;
}
.modal__hdg {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-size: 2rem;
}
.modal__hdg span {
  display: inline-block;
  flex: 1 0 auto;
}
.modal__hdg.is-border {
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.modal__hdg.is-center {
  text-align: center;
}
.modal__hdg:not(:first-child) {
  margin-top: 24px;
}
.modal__hdg + .txt:not(:first-child) {
  margin-top: 28px;
}
.modal__btn-close {
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  align-items: center;
  justify-content: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  margin-inline: auto;
  font-weight: bold;
  line-height: 1;
  pointer-events: all;
  background-color: #fff;
  font-size: 1.2rem;
}
.modal__btn-close {
  border-radius: 30px;
  overflow: hidden;
}

.modal-topping {
  padding: 20px;
}
.modal-topping_head-hdg {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}
.modal-topping_head .figure {
  margin-inline: auto;
  margin-top: 20px !important;
}
.modal-topping_head .txt {
  margin-top: 24px !important;
}
.modal-topping_txt {
  font-size: 1.2rem;
}
.modal-topping_txt ul li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  -webkit-text-decoration: -1em;
          text-decoration: -1em;
}
.modal-topping_txt ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 48px;
}
.pager_btn {
  font-family: "Roboto", sans-serif;
  font-family: 500;
  font-size: 20px;
  text-align: center;
}
.pager_btn_inr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 48px;
  transition: opacity 0.3s ease-in-out;
}
.pager_btn.is-active {
  font-weight: 700;
}
.pager_btn.is-active .pager_btn_inr {
  color: #00a6e7;
}
.pager_btn.is-active .pager_btn_inr::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #00a6e7;
}
.pager_btn.prev .pager_btn_inr, .pager_btn.next .pager_btn_inr {
  width: 48px;
  border: 1px solid #00a6e7;
  border-radius: 50%;
}
.pager_btn.prev {
  margin-right: 40px;
}
.pager_btn.prev .pager_btn_inr::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;
}
.pager_btn.next {
  margin-left: 40px;
}
.pager_btn.next .pager_btn_inr::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;
}

.qa {
  position: relative;
  padding: 20px 15px 6px;
  background-color: #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
}
.qa + .qa {
  margin-top: 12px;
}
.qa a {
  text-decoration: underline;
}
.qa_hdg {
  display: flex;
  gap: 4px;
  padding-right: 40px;
  margin-bottom: 14px;
  font-size: 1.4rem;
}
.qa_hdg strong {
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  font-size: 2rem;
}
.qa_hdg button {
  position: absolute;
  top: 14px;
  right: 16px;
}
.qa_body {
  position: relative;
  padding: 16px 12px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.qa_txt {
  display: flex;
  gap: 4px;
  font-weight: bold;
}
.qa_txt strong {
  font-family: "PT Sans", sans-serif;
  font-size: 1.6rem;
}
.qa_txt p {
  margin-top: 3px;
}

.relatedlink {
  margin-top: 56px;
}
.relatedlink_list {
  padding: 28px 32px;
  background-color: #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
}
.relatedlink_item {
  position: relative;
  text-align: center;
}
.relatedlink_sns {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.relatedlink_sns svg,
.relatedlink_sns img {
  width: 32px;
}
.relatedlink_brand {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 405px;
  margin-inline: auto;
}
.relatedlink_bnr, .relatedlink_bnr--povotown {
  display: flex;
  justify-content: center;
}
.relatedlink_bnr img, .relatedlink_bnr--povotown img {
  width: 100%;
}

.section.is-lightsky {
  position: relative;
  background-color: #e7f9ff;
}

.slider-fv .splide__slide > a {
  position: relative;
  display: block;
}
.slider-fv .splide__slide img {
  width: 100%;
  vertical-align: top;
}

.slider-fv .splide__list {
  background-color: #767778;
}
.slider-fv .splide__slide {
  border-radius: 16px;
  overflow: hidden;
}
.slider-fv .splide__controls {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  padding-top: 112px;
  overflow-x: clip;
}

.u-hide {
  display: none !important;
}

.u-radius {
  border-radius: 16px;
  overflow: hidden;
}

.u-red {
  color: #f00;
}

.u-strong {
  font-weight: 700;
}

.u-txt-small {
  font-size: 12px;
}

.u-txt-large {
  font-size: 18px;
}

.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-down_gr {
  display: block;
  line-height: 1;
}
.u-icn-arrow-down_gr::before {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-down_gr.svg#arrow-down_gr-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-circle-s_bl {
  display: block;
  line-height: 1;
}
.u-icn-arrow-circle-s_bl::before {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-circle-s_bl.svg#arrow-circle-s_bl-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-thumbsup {
  display: block;
  line-height: 1;
}
.u-icn-icn-thumbsup::before {
  display: block;
  content: "";
  background-image: url(../img/icn/icn-thumbsup.svg#icn-thumbsup-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.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-red {
  color: #f00;
}

.u-strong {
  font-weight: 700;
}

.u-txt-small {
  font-size: 12px;
}

.u-txt-large {
  font-size: 18px;
}

.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-column:has(.detail-wrap) .block-others {
  padding-top: 80px;
  margin-top: 0;
}
.page-column:has(.detail-wrap) .block-others::before {
  display: none;
}
.page-column .block-monthly::before {
  position: absolute;
  right: 35px;
  bottom: -74px;
  z-index: 1;
  display: block;
  width: 91px;
  height: 120px;
  content: "";
  background: url(../img/column/illust-compasses.png) no-repeat center center/contain;
}
.page-column .block-monthly_wrap::before {
  position: absolute;
  top: -74px;
  left: -71px;
  z-index: 1;
  display: block;
  width: 99px;
  height: 107px;
  pointer-events: none;
  content: "";
  background: url(../img/column/illust-note.png) no-repeat center center/contain;
}
.page-column .block-search.is-popular {
  position: relative;
}
.page-column .block-search.is-popular .inner {
  position: relative;
}
.page-column .block-search.is-popular .inner::before {
  position: absolute;
  bottom: -35px;
  left: -43px;
  z-index: 1;
  display: block;
  width: 73px;
  height: 119px;
  pointer-events: none;
  content: "";
  background: url(../img/column/illust-pens.png) no-repeat center center/contain;
}
.page-column .block-cards_list {
  position: relative;
}
.page-column .block-cards_list.is-backnumber::before {
  position: absolute;
  top: -121px;
  right: -63px;
  z-index: 1;
  display: block;
  width: 121px;
  height: 91px;
  pointer-events: none;
  content: "";
  background: url(../img/column/illust-book.png) no-repeat center center/contain;
}
.page-column .block-cards_list.is-backnumber::after {
  position: absolute;
  top: 252px;
  left: -135px;
  z-index: 1;
  display: block;
  width: 110px;
  height: 92px;
  pointer-events: none;
  content: "";
  background: url(../img/column/illust-sticky.png) no-repeat center center/contain;
}
.page-column__bg {
  position: absolute;
  z-index: 1;
  display: block;
}
.page-column__bg.is-pencils {
  right: -103px;
  bottom: 20%;
  width: 84px;
  height: 107px;
  background: url(../img/column/illust-pencils.png) no-repeat center center/contain;
}
.page-column__bg.is-wordbook {
  bottom: -188px;
  left: 5px;
  width: 111px;
  height: 79px;
  background: url(../img/column/illust-wordbook.png) no-repeat center center/contain;
}
.page-column .detail {
  position: relative;
}
.page-column .detail-wrap {
  margin-top: 50px;
  overflow: clip;
}
.page-column .detail-wrap .inner {
  position: relative;
}
.page-column .detail-hdg {
  margin-bottom: 40px;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.page-column .detail-hdg--s {
  padding-bottom: 21px;
  margin-bottom: 32px;
  font-family: "GenJyuuGothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #00a6e7;
  border-bottom: 1px solid #cdcdcd;
}
.page-column .detail-hdg--s:not(:first-child) {
  margin-top: 80px;
}
.page-column .detail-hdg--s + * {
  margin-top: 32px;
}
.page-column .detail-hdg--xs {
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.page-column .detail-lead:not(:first-child) {
  margin-top: 40px;
}
.page-column .detail p {
  line-height: 1.875;
}
.page-column .detail p + p {
  margin-top: 24px;
}
.page-column .detail figure {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
}
.page-column .detail figure:not(:last-child) {
  margin-bottom: 16px;
}
.page-column .detail figure:not(:first-child) {
  margin-top: 24px;
}
.page-column .detail figure + p:not(.detail-lead):not([class*=is-text-]) {
  margin-top: 24px;
}
.page-column .detail a.is-arrow {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.page-column .detail a.is-arrow::after {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-circle-s_bl.svg#arrow-circle-s_bl-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.page-column .detail a.is-arrow::after {
  position: relative;
  top: 1px;
}
.page-column .detail a.is-full {
  justify-content: space-between;
  width: 100%;
}
.page-column .detail .js-like-btn.is-active {
  pointer-events: none;
  cursor: default;
}
.page-column .detail .js-like-btn.is-active span::after {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translateY(-50%) rotate(-50deg);
}
.page-column .detail-toc {
  padding: 40px;
  margin-top: 40px;
  background-color: #eafefe;
  border-radius: 8px;
}
.page-column .detail-toc.is-next {
  margin-top: 80px;
}
.page-column .detail-toc dt {
  font-size: 24px;
  font-weight: bold;
}
.page-column .detail-toc dd {
  margin-top: 12px;
}
.page-column .detail-toc dd ul li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #cdcdcd;
}
.page-column .detail-toc dd ul li:not(:has(a)) {
  padding-left: 16px;
}
.page-column .detail-toc dd ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #75d2f3;
  border-radius: 50%;
  transform: translateY(-50%);
}
.page-column .detail-toc dd ul li a {
  position: relative;
  display: block;
  padding-right: 30px;
  padding-left: 16px;
  line-height: 1.4;
}
.page-column .detail-toc dd ul li a::after {
  display: block;
  content: "";
  background-image: url(../img/icn/arrow-down_gr.svg#arrow-down_gr-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.page-column .detail-toc dd ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
}
.page-column .detail-cols {
  display: flex;
  margin-top: 24px;
}
.page-column .detail-cols > * {
  flex: 1;
}
.page-column .detail-cols.is-2col {
  gap: 48px;
}
.page-column .detail-cols.is-3col {
  gap: 32px;
}
.page-column .detail-cols.is-4col {
  gap: 24px;
}
.page-column .detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
}
.page-column .detail .is-bold {
  font-weight: bold;
}
.page-column .detail .is-text-sm {
  font-size: 14px;
  line-height: 1.4;
}
.page-column .detail .is-text-md {
  font-size: 16px;
}
.page-column .detail .is-text-lg {
  font-size: 18px;
}
.page-column .detail .is-text-xl {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .block-cards {
    padding-bottom: 260px;
  }
  .block-cards-result {
    margin-top: 80px;
  }
  .block-others {
    padding-top: 260px;
    padding-bottom: 160px;
    margin-top: -260px;
  }
  .block-search-wrap {
    padding-bottom: 260px;
  }
  .block-search_btns .js-search-reset:hover {
    color: #00a6e7;
    background-color: #fff;
    opacity: 0.8;
  }
  .block-search_btns .js-search-reset:active {
    color: #fff;
    cursor: pointer;
    background-color: #00a6e7;
  }
  .block-search.is-cat .block-search_body.has-search-fold.is-top-page .block-search_toggle {
    display: none;
  }
  .block-search.is-cat .block-search_body.has-search-fold.is-top-page .js-search-fold-target {
    max-height: none;
    overflow: visible;
  }
  .block-search.is-cat .block-search_body.has-search-fold.is-top-page .js-search-fold-target::after {
    display: none;
  }
  .breadcrumb {
    margin-bottom: 30px;
  }
  .btn:hover {
    color: #fff;
    background-color: #00a6e7;
  }
  .btn:hover i[class*=u-icn-] {
    filter: saturate(0) brightness(2);
  }
  .btn.is-arrow-m:hover::after {
    background-color: #fff;
  }
  .btn--s:hover:not(:has(label)), .btn--s.is-active label:hover, .btn--s:has(label) label:hover {
    color: #fff;
    background-color: #00a6e7;
  }
  .btn--s:hover:not(:has(label)) i[class*=u-icn-], .btn--s.is-active label:hover i[class*=u-icn-], .btn--s:has(label) label:hover i[class*=u-icn-] {
    filter: saturate(0) brightness(2);
  }
  .btn--m:hover {
    color: #fff;
    background-color: #00a6e7;
  }
  .btn--m:hover i[class*=u-icn-] {
    filter: saturate(0) brightness(2);
  }
  .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 a:hover .card_img img {
    transform: scale(1.1);
  }
  .card a:hover .card_ttl {
    text-decoration: underline;
  }
  .footer_links_item-hdg a {
    display: inline-flex;
    gap: 6px;
    align-items: center;
  }
  .footer_links_item-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;
  }
  .hdg-block {
    padding-bottom: 260px;
  }
  .header {
    margin: 0 auto;
  }
  .header_wrap {
    right: 40px;
    left: 40px;
    min-width: 1160px;
    max-width: 1360px;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(51, 51, 51, 0.1);
  }
  .header_inner {
    gap: clamp(28px, 2vw, 40px);
  }
  .header_logo {
    padding-left: clamp(34px, 2.9vw, 40px);
  }
  .header_hamburger {
    display: none;
  }
  .header_nav {
    gap: clamp(32px, 2vw, 40px);
  }
  .header_nav_list {
    gap: 24px;
  }
  .header_nav_item {
    font-size: clamp(12px, 1vw, 14px);
  }
  .header_nav_item > a {
    gap: clamp(6px, 0.5vw, 8px);
  }
  .header_nav_item > a::before {
    width: clamp(20px, 1.7vw, 24px);
    height: clamp(20px, 1.7vw, 24px);
  }
  .header_nav_contact > a {
    width: clamp(100px, 8vw, 120px);
    height: 80px;
  }
  .header_subnav {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    width: -webkit-max-content;
    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;
  }
  .modal {
    transform: translate3d(calc(var(--scroll-x) * -1), 0, 0);
  }
  .modal__inner {
    max-width: 800px;
    max-height: calc(var(--vh, 1vh) * 100 - 112px);
  }
  #modal-simulate .modal__inner {
    max-width: 700px;
  }
  .modal__close:hover {
    opacity: 0.6;
  }
  .modal__container {
    height: 100%;
    margin: 12px 0 16px;
    pointer-events: all;
  }
  .modal__content {
    padding: 56px 40px 64px;
  }
  .modal__content .is-narrow {
    width: 86%;
    margin-inline: auto;
  }
  .modal__hdg {
    font-size: 2.6rem;
  }
  .modal__hdg + .txt:not(:first-child) {
    margin-top: 40px;
  }
  .modal__btn-close {
    font-size: 1.4rem;
  }
  .modal__btn-close {
    width: 200px;
    height: 48px;
  }
  .modal-topping {
    padding: 40px;
  }
  .modal-topping_head-hdg {
    font-size: 2rem;
  }
  .modal-topping_head-hdg {
    margin-bottom: 24px;
    text-align: center;
  }
  .modal-topping_head .figure {
    width: 375px;
    margin-top: 24px !important;
  }
  .modal-topping_txt {
    font-size: 1.6rem;
  }
  .modal-topping_txt {
    padding-right: 30px;
  }
  .pager_btn_inr:hover {
    opacity: 0.7;
  }
  .qa {
    padding: 24px 24px 0;
  }
  .qa_hdg {
    font-size: 1.6rem;
  }
  .qa_hdg {
    margin-bottom: 24px;
  }
  .qa_hdg strong {
    font-size: 2.4rem;
  }
  .qa_hdg button {
    top: 16px;
    right: 24px;
    width: 40px;
    height: 40px;
  }
  .qa_hdg button::after, .qa_hdg button.is-active::after {
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
  .qa_body {
    padding: 12px;
    margin-bottom: 26px;
  }
  .qa_txt strong {
    font-size: 1.8rem;
  }
  .relatedlink {
    margin-top: 64px;
  }
  .relatedlink .hdg--h3 {
    font-size: 2.2rem;
  }
  .relatedlink_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 22px 40px;
  }
  .relatedlink_item {
    padding: 32px;
  }
  .relatedlink_item.is-sns {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  .relatedlink_item:last-child::after {
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 0;
    display: block;
    width: 0;
    content: "";
    border-right: 1px solid #e0e0e0;
  }
  .relatedlink_sns svg,
  .relatedlink_sns img {
    width: 40px;
  }
  .relatedlink_brand {
    min-height: 107px;
  }
  .relatedlink_bnr img, .relatedlink_bnr--povotown img {
    max-width: 321px;
  }
  .relatedlink_bnr--povotown img {
    max-width: 267px;
  }
  .section.is-lightsky {
    padding-bottom: 260px;
  }
  .wrapper {
    min-width: 1200px;
  }
  .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-column .detail::before {
    position: absolute;
    top: 2662px;
    right: -386px;
    z-index: -1;
    display: block;
    width: 478px;
    height: 395px;
    content: "";
    background: url(../img/column/bg-right.svg) no-repeat center center/contain;
  }
  .page-column .detail::after {
    position: absolute;
    top: 4751px;
    left: -294px;
    z-index: -1;
    display: block;
    width: 328px;
    height: 277px;
    content: "";
    background: url(../img/column/bg-left2.svg) no-repeat center center/contain;
  }
  .page-column .detail-wrap .inner::before {
    position: absolute;
    top: 0;
    right: -288px;
    z-index: -1;
    display: block;
    width: 330px;
    height: 272px;
    content: "";
    background: url(../img/column/bg-right.svg) no-repeat center center/contain;
  }
  .page-column .detail-wrap .inner::after {
    position: absolute;
    top: 1547px;
    left: -298px;
    z-index: -1;
    display: block;
    width: 274px;
    height: 249px;
    content: "";
    background: url(../img/column/bg-left.svg) no-repeat center center/contain;
  }
}
@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;
  }
  .accordion_item {
    padding: 0 15px;
  }
  .accordion_item + .accordion_item {
    margin-top: 15px;
  }
  .accordion_item_hdg {
    padding: 15px 46px 15px 0;
    font-size: 16px;
  }
  .accordion_item_hdg.is-faq::before {
    font-size: 24px;
  }
  .accordion_item_body {
    padding: 20px 0;
  }
  .anchornav {
    margin-bottom: 40px;
  }
  .anchornav li a {
    padding: 0 2px;
    font-size: 12px;
    line-height: 1.28;
  }
  .block-cards {
    padding: 0 0 80px;
  }
  .block-cards_hitnum {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .block-cards_hitnum strong {
    font-size: 20px;
  }
  .block-cards_list {
    padding: 0 30px;
  }
  .block-search + .block-cards_list {
    margin-top: 40px;
  }
  .block-cards_list + .block-cards_list {
    margin-top: 40px;
  }
  .block-cards_list .card-list:not(.splide) {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .block-cards_list.is-backnumber .card-list:not(.splide) {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-cards .btn-wrap {
    margin: 25px 0 0;
  }
  .block-cards-result {
    margin-top: 40px;
  }
  .block-monthly_wrap {
    flex-direction: column;
    gap: 25px;
  }
  .block-monthly_wrap::after {
    width: 45px;
    height: 12px;
    transform: translate(-50%, -50%) rotate(-90deg) scaleX(-1);
  }
  .block-monthly dl {
    padding: 15px 10px;
  }
  .block-monthly dl dt {
    font-size: 24px;
    text-indent: -64px;
  }
  .block-monthly dl dt img {
    width: 48px;
    height: 48px;
  }
  .block-monthly dl dt strong {
    font-size: 32px;
  }
  .block-monthly dl dt small {
    font-size: 16px;
  }
  .block-monthly dl dd {
    margin-top: 12px;
    font-size: 16px;
  }
  .block-others {
    padding: 108px 0 80px;
    margin-top: -66px;
  }
  .block-others::before {
    height: 66px;
    background-color: transparent;
    background-position: center 27px;
  }
  .block-others_list {
    margin: 0 30px;
  }
  .block-others_list.splide {
    display: block;
  }
  .block-others_list.splide::before, .block-others_list.splide::after {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    pointer-events: none;
    content: "";
  }
  .block-others_list.splide::before {
    right: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, white 100%);
  }
  .block-others_list.splide::after {
    left: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 100%);
  }
  .block-others_list.splide .splide__track {
    width: 100%;
    overflow: visible;
  }
  .block-others_item {
    flex: 1 0 100%;
  }
  .block-others .btn-wrap {
    margin-top: 40px;
  }
  .block-search:not(:last-child) {
    margin-bottom: 40px;
  }
  .block-search + .block-search {
    margin-top: 40px;
  }
  .block-search_body {
    padding: 25px 15px;
  }
  .block-search_block + .block-search_block {
    padding-top: 24px;
    margin-top: 24px;
  }
  .block-search_block p {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
  }
  .block-search_ttl {
    padding-left: 12px;
    margin-bottom: 12px;
    font-size: 16px;
  }
  .block-search_keyword input[type=text] {
    padding: 12px 12px 12px 48px;
    font-size: 14px;
    background-position: 18px center;
  }
  .block-search_keyword input[type=submit] {
    width: 75px;
    padding: 10px 12px 10px 8px;
    font-size: 14px;
  }
  .block-search.is-cat .block-search_body.has-search-fold .js-search-fold-target {
    max-height: 430px;
  }
  .block-tabs_nav {
    gap: 5px;
  }
  .block-tabs_nav button {
    flex-basis: 135px;
    padding: 16px 10px;
    font-size: 16px;
  }
  .block:not(:first-child), .block + .block {
    margin-top: 40px;
  }
  .breadcrumb {
    margin-top: 12px;
    margin-bottom: 40px;
  }
  .breadcrumb_list {
    flex-wrap: nowrap;
    padding: 0 15px;
    margin: 0 -15px;
    overflow-x: auto;
  }
  .breadcrumb_list li {
    flex-shrink: 0;
    font-size: 13px;
  }
  .btn-wrap.is-s {
    gap: 10px 8px;
  }
  .btn {
    font-size: 14px;
  }
  .btn.is-wide {
    min-width: 315px;
    min-height: 60px;
    padding: 20px;
  }
  .btn.is-wider {
    min-width: 315px;
    min-height: 60px;
    padding: 21px;
  }
  .btn--m {
    font-size: 14px;
  }
  .card-list:not(.splide) {
    flex-direction: column;
    gap: 25px;
  }
  .card_category span {
    font-size: 10px;
  }
  .card_date {
    font-size: 10px;
  }
  .card_ttl {
    font-size: 18px;
  }
  .card_txt {
    font-size: 14px;
  }
  .faq_ttl {
    font-size: 16px;
  }
  .faq_cols {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .fixmenu {
    display: none !important;
  }
  .footer_nav {
    padding: 40px 10px;
  }
  .footer_logo {
    display: none;
  }
  .footer_links {
    margin-top: 0;
  }
  .footer_links_list {
    gap: 16px;
  }
  .footer_links_item {
    flex: 0 0 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #cdcdcd;
  }
  .footer_links_item-hdg {
    display: flex;
    justify-content: space-between;
  }
  .footer_links_item-hdg .js-acc-btn {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    background-color: #fff;
  }
  .footer_links_item-hdg .js-acc-btn::before, .footer_links_item-hdg .js-acc-btn::after {
    width: 12px;
    height: 2px;
  }
  .footer_links_item-hdg:not(:has(.js-acc-btn)) a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .footer_links_item-hdg: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;
  }
  .footer_links_item-list {
    padding-left: 20px;
  }
  .footer_links_item-list:is(.js-acc-body):not(.is-active) {
    display: none;
  }
  .footer_links_item-list li + li {
    margin-top: 16px;
  }
  .footer_credits {
    padding: 20px 0;
  }
  .footer_credits .inner {
    display: block;
    padding: 0 25px;
    font-size: 12px;
  }
  .footer_credits_list {
    flex-direction: column;
    gap: 12px;
  }
  .footer_credits_copyright {
    margin-top: 22px;
  }
  .hdg-block {
    padding-bottom: 68px;
  }
  .hdg-block::before {
    height: 66px;
  }
  .hdg {
    margin-bottom: 40px;
  }
  .hdg small {
    font-size: 16px;
  }
  .hdg span {
    font-size: 32px;
  }
  .hdg--s {
    min-height: 28px;
    padding-left: 34px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
    background-size: 28px;
  }
  .hdg--s:not(:first-child) {
    margin-top: 40px;
  }
  .hdg--s.is-yellow {
    background-size: 28px;
  }
  .hdg--s.is-green {
    background-size: 28px;
  }
  .hdg--s.is-orange {
    background-size: 28px;
  }
  .hdg--s.is-pink {
    background-size: 28px;
  }
  .hdg--s.is-pink2 {
    background-size: 28px;
  }
  .hdg--xs {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .header {
    top: 0;
    right: 0;
    left: 0;
  }
  .header_wrap {
    height: 64px;
    border-bottom: 1px solid #ededed;
  }
  .header_inner {
    justify-content: center;
  }
  .header_logo a span {
    margin-bottom: 2px;
    font-size: 11px;
  }
  .header_logo a img {
    width: 117px;
  }
  .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: 36px 25px 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;
    gap: 14px;
  }
  .header_nav_item {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #ededed;
  }
  .header_nav_item > a {
    gap: 22px;
    font-size: 16px;
    font-weight: 700;
  }
  .header_nav_item > a::before {
    width: 26px;
    height: 26px;
  }
  .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.is-column > a::after {
    margin-left: -22px;
    content: "一覧";
  }
  .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;
  }
  .modal {
    max-height: max(var(--vh) * 100, 100dvh);
    padding: 10px 15px;
  }
  .modal__inner {
    max-height: calc(var(--vh, 1vh) * 100 - 96px);
  }
  .modal__container {
    margin: 8px 0 12px;
    overflow-x: clip;
    overflow-y: auto;
  }
  .modal-topping_txt {
    padding: 28px 20px;
  }
  .pager {
    gap: min(15px, 4vw);
  }
  .pager_btn {
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
  }
  .pager_btn_inr {
    width: 15px;
    height: min(48px, 12.8vw);
  }
  .pager_btn.prev .pager_btn_inr, .pager_btn.next .pager_btn_inr {
    width: min(48px, 12.8vw);
  }
  .pager_btn.prev {
    margin-right: min(12px, 3vw);
  }
  .pager_btn.next {
    margin-left: min(12px, 3vw);
  }
  .relatedlink_item + .relatedlink_item {
    margin-top: 32px;
  }
  .relatedlink_bnr img, .relatedlink_bnr--povotown img {
    max-width: 281px;
  }
  .relatedlink_bnr--povotown img {
    max-width: 225px;
  }
  .section.is-lightsky {
    padding-bottom: 68px;
  }
  .wrapper {
    padding-top: 64px;
  }
  .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-column .block-monthly::before {
    right: 10px;
    bottom: -34px;
    width: 42px;
    height: 56px;
  }
  .page-column .block-monthly_wrap::before {
    top: -24px;
    left: -23px;
    width: 46px;
    height: 50px;
  }
  .page-column .block-search.is-popular .inner::before {
    bottom: -34px;
    left: 8px;
    width: 34px;
    height: 56px;
  }
  .page-column .block-cards_list.is-backnumber::before {
    top: -59px;
    right: -10px;
    width: 57px;
    height: 43px;
  }
  .page-column .block-cards_list.is-backnumber::after {
    top: 16.5%;
    left: -27px;
    width: 51px;
    height: 43px;
  }
  .page-column__bg.is-pencils {
    top: 33.5%;
    right: -7px;
    bottom: auto;
    width: 40px;
    height: 50px;
  }
  .page-column__bg.is-wordbook {
    bottom: 24%;
    left: -20px;
    width: 52px;
    height: 37px;
  }
  .page-column .detail-wrap {
    margin-top: 40px;
  }
  .page-column .detail-hdg {
    margin-bottom: 24px;
    font-size: 26px;
  }
  .page-column .detail-hdg--s {
    padding-bottom: 14px;
    margin-bottom: 24px;
    font-size: 24px;
  }
  .page-column .detail-hdg--s:not(:first-child) {
    margin-top: 40px;
  }
  .page-column .detail-hdg--s + * {
    margin-top: 24px;
  }
  .page-column .detail-hdg--xs {
    margin-top: 24px;
    margin-bottom: 14px;
    font-size: 20px;
  }
  .page-column .detail-lead {
    margin-top: 32px;
    font-size: 16px;
  }
  .page-column .detail-lead:not(:first-child) {
    margin-top: 24px;
  }
  .page-column .detail p + p {
    margin-top: 16px;
  }
  .page-column .detail p + .detail-hdg--xs {
    margin-top: 32px;
  }
  .page-column .detail figure:not(:last-child) {
    margin-bottom: 14px;
  }
  .page-column .detail figure:not(:first-child) {
    margin-top: 14px;
  }
  .page-column .detail figure + p:not(.detail-lead):not([class*=is-text-]) {
    margin-top: 14px;
  }
  .page-column .detail .btn-wrap + .btn-wrap {
    margin-top: 24px;
  }
  .page-column .detail .btn--m {
    min-width: 315px;
    font-weight: 500;
  }
  .page-column .detail-toc {
    padding: 24px 10px;
    margin: 24px 0 80px;
  }
  .page-column .detail-toc.is-next {
    margin: 80px 0 0;
  }
  .page-column .detail-cols {
    flex-direction: column;
  }
  .page-column .detail-cols.is-2col {
    gap: 20px;
  }
  .page-column .detail-cols.is-3col {
    gap: 24px;
    margin-top: 16px;
  }
  .page-column .detail-links {
    gap: 12px 16px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.4;
  }
  .page-column .detail .is-text-lg {
    font-size: 16px;
  }
  .page-column .detail .is-text-xl {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .relatedlink_item.is-sns {
    grid-column: span 2;
  }
}