@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* font */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background: #FFF;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding-left: 0 !important;
  overflow-x: clip;
  width: 100%;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

:where(body) {
  /* 大見出し */
  /* 本文 */
  /* 説明小さめ */
  /* カテゴリ */
  /* スペック詳細 */
  /* スペックコピー */
  /* 品番 */
}
:where(body) .main-heading {
  font-family: var(--family-zen);
  font-size: 24px;
  font-weight: var(--weight-medium);
  letter-spacing: 0.1em;
  line-height: 1.45;
}
:where(body) .base-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
:where(body) .description-text {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
:where(body) .category-text {
  font-family: var(--family-mon);
  font-size: 24px;
  font-weight: var(--weight-medium);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
:where(body) .spec-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
:where(body) .spec-copy {
  font-size: 14px;
  font-weight: var(--weight-medium);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
:where(body) .product-text {
  font-size: 22px;
  font-weight: var(--weight-semibold);
  letter-spacing: 0.05em;
  line-height: 1.1;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
}

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

body {
  background: url(../img/bg_main.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body {
    background: url(../img/bg_main_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-content-header {
  position: fixed;
  top: 33px;
  left: 50%;
  width: calc(100% - 60px);
  height: 44px;
  max-width: 1270px;
  padding: 9px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-content-header {
    width: calc(100% - 34px);
    top: 20px;
    padding: 12px 15px;
  }
}
.l-content-header .logo {
  position: relative;
  width: 118px;
  z-index: 101;
}
.l-content-header .menu_pc {
  position: relative;
  display: flex;
  gap: 40px;
}
.l-content-header .menu_pc .bar {
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #41567B;
}
.l-content-header .menu_pc a {
  font-size: 18px;
  color: #42587B;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.l-content-header .hamburger {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 30px;
  height: 20px;
  z-index: 101;
}
.l-content-header .hamburger span {
  position: absolute;
  left: 0;
  top: calc(50% - 1.5px);
  display: block;
  width: 100%;
  height: 3px;
  background: #42587B;
  border-radius: 3px;
}
.l-content-header .hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #42587B;
  border-radius: 3px;
}
.l-content-header .hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #42587B;
  border-radius: 3px;
}

.menu_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 32px;
  background: rgba(37, 60, 136, 0.95);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
}
.menu_sp .logo {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 118px;
}
.menu_sp .splinks {
  width: 100%;
  text-align: right;
}
.menu_sp .splinks div {
  padding: 15px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.menu_sp .splinks div:nth-child(1) {
  transition-delay: 0.3s;
}
.menu_sp .splinks div:nth-child(2) {
  transition-delay: 0.5s;
}
.menu_sp .splinks div:nth-child(3) {
  transition-delay: 0.7s;
}
.menu_sp .splinks div:nth-child(4) {
  transition-delay: 0.9s;
}
.menu_sp .splinks div:nth-child(5) {
  transition-delay: 1.1s;
}
.menu_sp .splinks a {
  display: inline-block;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.menu_sp .hamburger {
  position: absolute;
  top: 32px;
  right: 30px;
  width: 30px;
  height: 20px;
  z-index: 101;
}
.menu_sp .hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1.5px);
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transform: rotate(45deg);
}
.menu_sp .hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(50% - 1.5px);
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-45deg);
}
.menu_sp .logo-product {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: 92px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.3s;
}
.menu_sp.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu_sp.is-open .splinks div {
  opacity: 1;
  transform: translateX(0);
}
.menu_sp.is-open .logo-product {
  opacity: 1;
  transform: translateY(0);
}

/* hamburger */
.hamburger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: var(--color-black-default);
  cursor: pointer;
  display: none;
  place-items: center;
  width: 30px; /* 全体の幅 */
  height: 24px; /* 全体の高さ */
  padding: 0;
  position: relative;
  transition: transform 0.6s, width 0.6s;
  z-index: var(--z-index-hamburger);
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: flex;
  }
}

.hamburger-line {
  background-color: var(--color-black-default);
  height: 2px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  transition: inherit;
}

.hamburger-line::before,
.hamburger-line::after {
  background-color: var(--color-black-default);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.hamburger-line::before {
  top: -11px;
}

.hamburger-line::after {
  top: 11px;
}

.hamburger[aria-expanded=true] .hamburger-line {
  background-color: transparent;
}

.hamburger[aria-expanded=true] .hamburger-line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger[aria-expanded=true] .hamburger-line::after {
  top: 0;
  transform: rotate(-45deg);
}

.u-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.global-nav {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .global-nav {
    display: none;
  }
}
.global-nav .label {
  align-items: center;
  background-color: var(--color-gray-lighter);
  border-radius: 5px;
  display: inline-flex;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: var(--weight-medium);
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.global-nav .links {
  display: flex;
  align-items: center;
}
.global-nav .link-item {
  letter-spacing: 0.15em;
  position: relative;
}
.global-nav .link-item:not(:first-of-type) {
  border-left: 1px solid var(--color-gray-disabled);
}
.global-nav .link-item:not(:last-of-type) {
  padding-right: 16px;
}
.global-nav .link-item.--disabled .popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: var(--color-black-default);
  color: #fff;
  font-family: var(--family-mon);
  font-weight: var(--weight-semibold);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  position: absolute;
  bottom: -46px;
  left: 80px;
  transition-duration: 0.2s;
}
.global-nav .link-item.--disabled .popup::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: var(--color-black-default);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -100%;
}
.global-nav .link-item.--disabled:hover .popup {
  opacity: 1;
  visibility: visible;
}
.global-nav .link-item .link {
  display: inline-block;
  padding: 24px 44px 24px 16px;
  background: var(--color-gray-lightest);
  border-radius: 0 0 10px 10px;
  font-family: var(--family-mon);
  font-weight: var(--weight-medium);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  text-align: center;
}
.global-nav .link-item .link:after {
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(../img/icon_blank.svg) no-repeat center center;
  background-size: contain;
}
.global-nav .link-item.--disabled .link {
  color: var(--color-gray-disabled);
}
.global-nav .link-item .link:before {
  background: transparent;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition-duration: 0.2s;
  width: 100%;
}
.global-nav .link-item.--current .link:before {
  background: var(--color-blue-grade);
  left: 0;
  opacity: 1;
}
.global-nav .link-item.--disabled .link:before {
  background: transparent;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.ani-fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.ani-fadeIn.is-on {
  opacity: 1;
  transform: translateY(0);
}

.ani-oneLetter span {
  display: inline-block;
  -webkit-mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
          mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
  -webkit-mask-size: 400% 400%;
          mask-size: 400% 400%;
  transition: -webkit-mask-position 0.8s;
  transition: mask-position 0.8s;
  transition: mask-position 0.8s, -webkit-mask-position 0.8s;
}
.ani-oneLetter.is-on span {
  -webkit-mask-position: 0 0%;
          mask-position: 0 0%;
}

/*タイトルsvg*/
.section-heading {
  text-align: center;
}
.section-heading .sectitle-h1 {
  font-family: "Jost", sans-serif;
  font-size: 27px;
  font-weight: 300;
  color: #253C88;
}

svg .a1 {
  stroke-dashoffset: 31.9330948034px;
  stroke-dasharray: 31.9330948034px;
  transition: stroke-dashoffset 0.5s ease-in-out 0s;
}

.section-heading.is-on svg .a1 {
  transition-delay: 0.3s;
  stroke-dashoffset: 0;
}

svg .a2 {
  stroke-dashoffset: 28.5653266907px;
  stroke-dasharray: 28.5653266907px;
  transition: stroke-dashoffset 0.5s ease-in-out 0s;
}

.section-heading.is-on svg .a2 {
  transition-delay: 0.3s;
  stroke-dashoffset: 0;
}

svg .a3 {
  stroke-dashoffset: 28.5707321167px;
  stroke-dasharray: 28.5707321167px;
  transition: stroke-dashoffset 0.5s ease-in-out 0s;
}

.section-heading.is-on svg .a3 {
  transition-delay: 0.3s;
  stroke-dashoffset: 0;
}

svg .a4 {
  stroke-dashoffset: 51.9999694824px;
  stroke-dasharray: 51.9999694824px;
  transition: stroke-dashoffset 0.5s ease-in-out 0s;
}

.section-heading.is-on svg .a4 {
  transition-delay: 0.3s;
  stroke-dashoffset: 0;
}

/*タイトルsvg*/
/* background */
.bg-back01 {
  position: relative;
  z-index: 0;
  padding-bottom: 230px;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .bg-back01 {
    padding-bottom: 160px;
  }
}

/* main-vuisual */
.main-visual {
  position: relative;
  width: 100vw;
  height: 180vh;
  height: 180dvh;
}
.main-visual .content {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.main-visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual .bg video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.main-visual .inner {
  position: relative;
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding: 60px 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-visual .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
  }
}
.main-visual .prelead {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-visual .prelead {
    width: 100%;
    font-size: 15px;
  }
}
.main-visual .lead {
  width: 73.3333333333%;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .main-visual .lead {
    width: 65.8666666667vw;
  }
}
.main-visual .logo {
  position: absolute;
  right: 20px;
  bottom: 60px;
  width: 16.8333333333%;
}
@media screen and (max-width: 767px) {
  .main-visual .logo {
    position: static;
    width: 20.5333333333vw;
  }
}
.main-visual .desc {
  width: 73.3333333333%;
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-visual .desc {
    width: 100%;
    font-size: 12px;
  }
}
.main-visual .ani-mv-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1.3s, transform 0.5s;
  transition-delay: opacity 0.3s;
}
.main-visual .ani-mv-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1.3s, transform 0.5s;
  transition-delay: opacity 0.3s;
}
.main-visual.is-on .ani-mv-left,
.main-visual.is-on .ani-mv-right {
  opacity: 1;
  transform: translateX(0);
}

/* section-standard */
.sec-standard {
  margin-top: 100px;
  padding: 0 20px 130px;
}
@media screen and (max-width: 767px) {
  .sec-standard {
    margin-top: 150px;
    padding: 0 32px 100px;
  }
}
.sec-standard .inner {
  max-width: 1000px;
  margin-inline: auto;
}
.sec-standard .logo {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-standard .logo {
    margin-top: 30px;
  }
}
.sec-standard .prelead {
  margin-top: 40px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #253C88;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-standard .prelead {
    margin-top: 30px;
    font-size: 20px;
  }
}
.sec-standard .lead {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #253C88;
  font-size: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec-standard .lead {
    margin-top: 8px;
    line-height: 1.3;
  }
}
.sec-standard .body {
  margin-top: 30px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec-standard .body {
    margin-top: 20px;
    text-align: left;
  }
}
.sec-standard .list {
  display: flex;
  justify-content: space-between;
  max-width: 965px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec-standard .list {
    display: block;
    margin-top: 20px;
  }
}
.sec-standard .list .each {
  position: relative;
  width: 30.5699481865%;
  padding-top: 42px;
  padding-bottom: 142px;
}
@media screen and (max-width: 767px) {
  .sec-standard .list .each {
    width: 245px;
    margin-inline: auto;
    margin-top: 30px;
    padding-bottom: 114px;
  }
}
.sec-standard .list .each:before {
  content: "";
  position: absolute;
  top: 7.4px;
  left: 7.4px;
  width: calc(100% - 14.8px);
  aspect-ratio: 280/367;
  background: url(../img/line_lead_pad.svg) no-repeat center center;
  background-size: cover;
}
.sec-standard .list .each:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/line_lead_circle.svg) no-repeat center center;
  background-size: cover;
  animation: rotation 20s infinite linear;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec-standard .list .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .sec-standard .list .icon {
    height: 33px;
  }
}
.sec-standard .list .list-en {
  margin-top: 5px;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  color: #253C88;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-standard .list .list-en {
    font-size: 11px;
  }
}
.sec-standard .list .list-ja {
  margin-top: 5px;
  font-size: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #253C88;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-standard .list .list-ja {
    font-size: 20px;
  }
}
.sec-standard .list .list-desc {
  margin-top: 14px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.88;
  letter-spacing: 0.05em;
  color: #484848;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-standard .list .list-desc {
    line-height: 1.6;
    margin-top: 10px;
  }
}

/* block-feature */
.block-feature {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .block-feature {
    display: block;
  }
}
.block-feature .column-bg {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .block-feature .column-bg {
    width: 100%;
    height: 0;
  }
}
.block-feature .column-bg .panel {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .block-feature .column-bg .panel {
    height: 101.3333333333vw;
  }
}
.block-feature .column-bg .panel img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-feature .column-bg .js-panel02 img,
.block-feature .column-bg .js-panel03 img {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  transform: scale(1.4);
}
.block-feature .column-content {
  position: relative;
  width: 50%;
  height: 300vh;
}
@media screen and (max-width: 767px) {
  .block-feature .column-content {
    width: 100%;
    height: auto;
  }
}
.block-feature .column-content .row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .block-feature .column-content .row {
    display: block;
    height: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-feature .column-content .row.js-trigger-panel01 {
    padding-top: 0;
    margin-top: 0;
  }
}
.block-feature .column-content .content {
  width: 390px;
}
@media screen and (max-width: 767px) {
  .block-feature .column-content .content {
    width: 100%;
    padding: 60px 32px 80px;
  }
}
.block-feature .column-content .heading {
  position: relative;
  height: 62px;
}
.block-feature .column-content .heading .circle {
  position: absolute;
  width: 98px;
  height: 62px;
  top: 0;
  left: calc(50% - 49px);
}
.block-feature .column-content .heading .circle svg .svg-elem-1 {
  stroke-dashoffset: 234px;
  stroke-dasharray: 234px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.block-feature .column-content .heading .circle svg .svg-elem-2 {
  stroke-dashoffset: 234px;
  stroke-dasharray: 234px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.block-feature .column-content .heading .circle svg .svg-elem-3 {
  stroke-dashoffset: 196.7787445226px;
  stroke-dasharray: 196.7787445226px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.block-feature .column-content .heading .circle svg .svg-elem-4 {
  stroke-dashoffset: 193.637151869px;
  stroke-dasharray: 193.637151869px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
}
.block-feature .column-content .heading .circle svg .svg-elem-5 {
  stroke-dashoffset: 171.6460032938px;
  stroke-dasharray: 171.6460032938px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
}
.block-feature .column-content .heading .circle svg .svg-elem-6 {
  stroke-dashoffset: 168.5044106403px;
  stroke-dasharray: 168.5044106403px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
.block-feature .column-content .heading .circle svg .svg-elem-7 {
  stroke-dashoffset: 196.7787445226px;
  stroke-dasharray: 196.7787445226px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
}
.block-feature .column-content .heading .circle svg .svg-elem-8 {
  stroke-dashoffset: 193.637151869px;
  stroke-dasharray: 193.637151869px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
}
.block-feature .column-content .heading .circle svg .svg-elem-9 {
  stroke-dashoffset: 171.6460032938px;
  stroke-dasharray: 171.6460032938px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
}
.block-feature .column-content .heading .circle svg .svg-elem-10 {
  stroke-dashoffset: 168.5044106403px;
  stroke-dasharray: 168.5044106403px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s;
}
.block-feature .column-content .heading .circle.is-on svg .svg-elem-1,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-2,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-3,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-4,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-5,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-6,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-7,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-8,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-9,
.block-feature .column-content .heading .circle.is-on svg .svg-elem-10 {
  transition-delay: 0.3s;
  stroke-dashoffset: 0;
}
.block-feature .column-content .heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #253C88;
  font-size: 14px;
  font-family: "Jost", sans-serif;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.block-feature .column-content .ja {
  margin-top: 30px;
  color: #253C88;
  font-size: 32px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  letter-spacing: 0.04em;
}
.block-feature .column-content .body {
  margin-top: 20px;
  line-height: 1.88;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #484848;
  letter-spacing: 0.05em;
}
.block-feature .column-content .img01 {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .block-feature .column-content .img01 {
    margin-top: 30px;
  }
}
.block-feature .column-content .img01:before {
  content: "";
  position: absolute;
  left: 14.3048128342%;
  top: 41.3533834586%;
  width: 40.1069518717%;
  height: 19.5488721805%;
  background: rgba(37, 60, 136, 0.2);
  border-radius: 2px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0.5s;
}
.block-feature .column-content .img01:after {
  content: "";
  position: absolute;
  left: 14.3048128342%;
  top: 76.6917293233%;
  width: 66.8449197861%;
  height: 19.5488721805%;
  background: rgb(37, 60, 136);
  border-radius: 2px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0.5s;
}
.block-feature .column-content .img01.is-on:before {
  clip-path: inset(0 0 0 0);
}
.block-feature .column-content .img01.is-on:after {
  clip-path: inset(0 0 0 0);
}
.block-feature .column-content .img02 {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .block-feature .column-content .img02 {
    margin-top: 25px;
  }
}
.block-feature .column-content .img02 .arrow {
  position: absolute;
  top: 28.2191780822%;
  left: 56.3862928349%;
  width: 14.1744548287%;
  height: 40.2739726027%;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.5s ease-out 0.5s;
}
.block-feature .column-content .img02.is-on .arrow {
  clip-path: inset(0 0 0 0);
}
.block-feature .column-content .img03 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .block-feature .column-content .img03 {
    margin-top: 20px;
  }
}

/* section-comparison */
.section-comparison {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .section-comparison {
    margin-top: 20px;
    padding: 0 17px;
  }
}
.section-comparison .inner {
  max-width: 1000px;
  margin-inline: auto;
}
.section-comparison .sectitle {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #253C88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-comparison .sectitle {
    font-size: 18px;
  }
}
.section-comparison .lead {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #253C88;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-comparison .lead {
    font-size: 23px;
  }
}
.section-comparison .table_wrap {
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
  margin-top: 50px;
}
.section-comparison .table {
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .section-comparison .table {
    width: 795px;
    padding-bottom: 10px;
  }
}
.section-comparison .column-label {
  width: 17.5%;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-label {
    width: 100px;
  }
}
.section-comparison .column-label .th {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-label .th {
    height: 30px;
  }
}
.section-comparison .column-label .td {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 23px;
  margin-top: 15px;
  color: #253C88;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-label .td {
    padding: 8px;
    margin-top: 12px;
    font-size: 13px;
  }
}
.section-comparison .column-label .td:nth-of-type(1) {
  height: 66px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-label .td:nth-of-type(1) {
    height: 52px;
  }
}
.section-comparison .column-label .td:nth-of-type(2) {
  height: 66px;
  background: rgba(37, 60, 136, 0.3);
}
@media screen and (max-width: 767px) {
  .section-comparison .column-label .td:nth-of-type(2) {
    height: 52px;
  }
}
.section-comparison .column-label .td:nth-of-type(3) {
  height: 110px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-label .td:nth-of-type(3) {
    height: 90px;
  }
}
.section-comparison .column-label .td:nth-of-type(4) {
  height: 66px;
  background: rgba(37, 60, 136, 0.3);
}
@media screen and (max-width: 767px) {
  .section-comparison .column-label .td:nth-of-type(4) {
    height: 52px;
  }
}
.section-comparison .column-content {
  position: relative;
  width: 25.5%;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-content {
    width: 220px;
  }
}
.section-comparison .column-content .th {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #253C88;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-content .th {
    height: 30px;
  }
}
.section-comparison .column-content .td {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  padding: 5px 23px;
  border-radius: 3px;
  color: #253C88;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-content .td {
    margin-top: 12px;
    padding: 8px;
  }
}
.section-comparison .column-content .td:nth-of-type(1) {
  height: 66px;
  background: #fff;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-content .td:nth-of-type(1) {
    height: 52px;
  }
}
.section-comparison .column-content .td:nth-of-type(2) {
  height: 66px;
  background: rgba(37, 60, 136, 0.3);
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-content .td:nth-of-type(2) {
    height: 52px;
    font-size: 16px;
  }
}
.section-comparison .column-content .td:nth-of-type(3) {
  height: 110px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-content .td:nth-of-type(3) {
    height: 90px;
    font-size: 12px;
    padding: 7px 3px;
  }
}
.section-comparison .column-content .td:nth-of-type(4) {
  height: 66px;
  background: rgba(37, 60, 136, 0.3);
  text-align: center;
}
.section-comparison .column-content .td:nth-of-type(4) img {
  height: 38px;
}
@media screen and (max-width: 767px) {
  .section-comparison .column-content .td:nth-of-type(4) {
    height: 52px;
  }
}
.section-comparison .column-content .td .machine {
  font-feature-settings: "palt";
}
.section-comparison .column-main:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 17px;
  width: calc(100% + 10px);
  height: calc(100% - 12px);
  border-radius: 5px;
  border: 2px solid #253C88;
  z-index: 0;
}
.section-comparison .column-main .th, .section-comparison .column-main .td {
  position: relative;
}

.block-column {
  width: calc(100% - 34px);
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 100px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 25px 60px;
}
@media screen and (max-width: 767px) {
  .block-column {
    margin-top: 90px;
    padding: 40px 25px;
  }
}
.block-column .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .block-column .inner {
    display: block;
  }
}
.block-column .column01 {
  width: 67%;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .block-column .column01 {
    width: 100%;
  }
}
.block-column .logo {
  width: 27.6%;
}
@media screen and (max-width: 767px) {
  .block-column .logo {
    width: 176px;
    margin-inline: auto;
    margin-top: 30px;
  }
}
.block-column .column02 {
  width: 46%;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .block-column .column02 {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block-column .column02 .body {
    font-size: 14px;
  }
}
.block-column .column03 {
  position: relative;
  width: 46%;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .block-column .column03 {
    width: 100%;
    margin-top: 30px;
  }
}
.block-column .column03:before {
  content: "";
  position: absolute;
  left: -9%;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px dashed #253C88;
}
@media screen and (max-width: 767px) {
  .block-column .column03:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .block-column .column03 .body {
    font-size: 14px;
  }
}
.block-column .heading {
  position: relative;
  padding-left: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  color: #253C88;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .block-column .heading {
    font-size: 18px;
  }
}
.block-column .heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(../img/icon_exclamation.svg) no-repeat center center;
  background-size: contain;
}
.block-column .body {
  margin-top: 15px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #484848;
  letter-spacing: 0.05em;
}
.block-column .note {
  margin-top: 7px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #484848;
  letter-spacing: 0.05em;
}

.section-features {
  margin-top: 150px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .section-features {
    margin-top: 80px;
  }
}
.section-features .lead {
  margin-top: 8px;
  text-align: center;
  color: #253C88;
  font-size: 33px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-features .lead {
    font-size: 28px;
  }
}
.section-features .features-slider {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 60px;
}
.section-features .features-slider .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .section-features .features-slider .swiper {
    overflow: hidden;
  }
}
.section-features .features-slider .swiper-slide {
  transform: scale(0.8);
  filter: brightness(1.1) blur(8px);
  transition: transform 0.3s, filter 0.1s;
}
.section-features .features-slider .swiper-slide-active {
  transform: scale(1);
  filter: brightness(1) blur(0);
}
.section-features .features-slider .swiper-slide-prev {
  transform-origin: right center;
}
.section-features .features-slider .swiper-slide-next {
  transform-origin: left center;
}
.section-features .features-slider .swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #253C88;
  transition: background-color 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-features .features-slider .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
.section-features .features-slider .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 18px;
  width: 13px;
  height: 20px;
  background: url(../img/arrow_slider_prev.svg) no-repeat center center;
  background-size: contain;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .section-features .features-slider .swiper-button-prev:before {
    right: 14px;
    width: 10px;
    height: 16px;
    top: calc(50% - 8px);
  }
}
.section-features .features-slider .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .section-features .features-slider .swiper-button-prev:hover:before {
    right: 23px;
  }
  .section-features .features-slider .swiper-button-prev:hover:after {
    opacity: 1;
  }
}
@media (hover: none) {
  .section-features .features-slider .swiper-button-prev:active:before {
    right: 17px;
  }
  .section-features .features-slider .swiper-button-prev:active:after {
    opacity: 1;
  }
}
.section-features .features-slider .swiper-button-prev svg {
  display: none;
}
.section-features .features-slider .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #253C88;
  transition: background-color 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-features .features-slider .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
.section-features .features-slider .swiper-button-next:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 18px;
  width: 13px;
  height: 20px;
  background: url(../img/arrow_slider_next.svg) no-repeat center center;
  background-size: contain;
  transition: left 0.3s;
}
@media screen and (max-width: 767px) {
  .section-features .features-slider .swiper-button-next:before {
    left: 14px;
    width: 10px;
    height: 16px;
    top: calc(50% - 8px);
  }
}
.section-features .features-slider .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .section-features .features-slider .swiper-button-next:hover:before {
    left: 23px;
  }
  .section-features .features-slider .swiper-button-next:hover:after {
    opacity: 1;
  }
}
@media (hover: none) {
  .section-features .features-slider .swiper-button-next:hover:before {
    left: 17px;
  }
  .section-features .features-slider .swiper-button-next:hover:after {
    opacity: 1;
  }
}
.section-features .features-slider .swiper-button-next svg {
  display: none;
}
.section-features .features-slider .slide {
  position: relative;
  width: 800px;
  max-width: calc(100% - 120px);
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
}
.section-features .features-slider .slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  color: #42587b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-features .features-slider .slide .text {
    padding: 12px 5px;
    line-height: 1.5;
    font-size: 15px;
  }
}

.block-topic {
  width: calc(100% - 34px);
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 180px;
  background-repeat: no-repeat;
  border-radius: 10px;
  background: rgba(37, 60, 136, 0.6);
  padding: 44px 26px 50px;
}
@media screen and (max-width: 767px) {
  .block-topic {
    margin-top: 60px;
  }
}
.block-topic .inner {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
}
.block-topic h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .block-topic h2 {
    font-size: 18px;
  }
}
.block-topic .lead {
  margin-top: 13px;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .block-topic .lead {
    font-size: 23px;
  }
}
.block-topic .body {
  width: 69%;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .block-topic .body {
    width: 100%;
    line-height: 1.88;
  }
}
.block-topic .note {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .block-topic .note {
    margin-top: 20px;
  }
}
.block-topic .logo {
  position: absolute;
  right: 0;
  top: 19.0909090909%;
  width: 27.6%;
}
@media screen and (max-width: 767px) {
  .block-topic .logo {
    position: relative;
    top: initial;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
.block-topic .logo:after {
  content: "※";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  font-size: 16px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .block-topic .logo:after {
    margin-top: 20px;
    transform: translateX(10%);
  }
}

.bg-white {
  position: relative;
  border-radius: 40px;
  padding-top: 150px;
  padding-bottom: 110px;
  background: #FFF;
  margin-top: -60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg-white {
    padding-top: 60px;
    padding-bottom: 0;
    border-radius: 40px 40px 0 0;
  }
}

.block-products {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .block-products {
    padding-bottom: 0;
  }
}
.block-products .icon {
  text-align: center;
}
.block-products .en {
  text-align: center;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #253C88;
  letter-spacing: 0.05em;
}
.block-products .ja {
  margin-top: 17px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #253C88;
}
.block-products .body {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .block-products .body {
    padding: 0 32px;
    font-size: 16px;
    text-align: left;
  }
}

.block-type-scroll {
  position: relative;
}
@media screen and (max-width: 767px) {
  .block-type-scroll {
    height: auto;
  }
}
.block-type-scroll__in {
  position: relative;
}
@media screen and (max-width: 767px) {
  .block-type-scroll__in {
    height: auto;
  }
}

.block-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .block-type {
    display: block;
    height: auto;
  }
}
.block-type .content {
  display: flex;
  align-items: center;
  width: 39.3333333333%;
}
@media screen and (max-width: 767px) {
  .block-type .content {
    width: 100%;
    padding: 60px 32px;
  }
}
.block-type .content .inner {
  width: 100%;
  max-width: 440px;
}
.block-type .content .num {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #253C88;
  letter-spacing: 0.05em;
}
.block-type .content .lead {
  margin-top: 9px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #253C88;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .block-type .content .lead {
    font-size: 23px;
  }
}
.block-type .content .product {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .block-type .content .product {
    margin-top: 15px;
  }
}
.block-type .content .product .main {
  position: relative;
  max-width: 222px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .block-type .content .product .main {
    max-width: 198px;
  }
}
.block-type .content .product .main .black {
  opacity: 0;
  transition: opacity 0.1s;
}
.block-type .content .product .main .white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s;
}
.block-type .content .product .main img.is-current {
  opacity: 1;
}
.block-type .content .color {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block-type .content .color {
    gap: 15px;
  }
}
.block-type .content .color button {
  box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .block-type .content .color button {
    width: 32px;
    height: 32px;
  }
}
.block-type .content .color button:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0;
  transition: opacity 0.1s;
}
.block-type .content .color button.is-current:after {
  opacity: 1;
}
.block-type .content .color button.black {
  background: #000;
}
.block-type .content .color button.white {
  background: #fff;
}
.block-type .content .purchase {
  margin-top: 5px;
}
.block-type .content .purchase .serial {
  font-size: 18px;
  color: #253C88;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .block-type .content .purchase .serial {
    font-size: 16px;
  }
}
.block-type .content .purchase .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.block-type .content .purchase .btns a {
  position: relative;
  display: block;
  width: 47.7272727273%;
  border-radius: 100px;
  background: #253C88;
  padding: 12px 10px 12px 0;
  text-decoration: none;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-type .content .purchase .btns a {
    font-size: 13px;
  }
}
.block-type .content .purchase .btns a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
.block-type .content .purchase .btns a:after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 18px;
  width: 10px;
  height: 18px;
  background: url(../img/arrow_btn.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .block-type .content .purchase .btns a:after {
    top: calc(50% - 5px);
    right: 12px;
    width: 5px;
    height: 10px;
  }
}
.block-type .content .purchase .btns a:hover:before {
  opacity: 1;
}
.block-type .content .purchase .btns a:hover:after {
  transform: translateX(4px);
}
.block-type .content .purchase .btns + .serial {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .block-type .content .purchase .btns + .serial {
    margin-top: 20px;
  }
}
.block-type .img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 55.4%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .block-type .img {
    width: 100%;
    height: 108.2666666667vw;
  }
}
.block-type .img .img01 {
  position: relative;
  width: 100%;
  height: calc(57.7777777778% - 5px);
  transition-delay: 0s;
}
.block-type .img .img02 {
  position: relative;
  width: calc(50% - 5px);
  height: calc(42.2222222222% - 5px);
  transition-delay: 0.2s;
}
.block-type .img .img03 {
  position: relative;
  width: calc(50% - 5px);
  height: calc(42.2222222222% - 5px);
  transition-delay: 0.4s;
}
.block-type .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-type01 .content .inner {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .block-type01 .content .inner {
    margin-inline: auto;
  }
}

.block-type02 {
  margin-top: 110px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .block-type02 {
    margin-top: 20px;
  }
}
.block-type02 .content .inner {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .block-type02 .content .inner {
    margin-inline: auto;
  }
}

.bg-back02 {
  position: relative;
  margin-top: -60px;
  z-index: 0;
  padding-top: 210px;
}
@media screen and (max-width: 767px) {
  .bg-back02 {
    padding-top: 140px;
  }
}

.section-qa {
  width: calc(100% - 34px);
  max-width: 1200px;
  margin-inline: auto;
  padding: 55px 25px 80px;
  background: #fff;
  border-radius: 10px;
}
.section-qa .inner {
  max-width: 1000px;
  margin-inline: auto;
}
.section-qa .heading .mark {
  position: relative;
  width: 40px;
  height: 40px;
  margin-inline: auto;
}
.section-qa .heading .mark .circle svg .svg-elem-1 {
  stroke-dashoffset: 56.3834915161px;
  stroke-dasharray: 56.3834915161px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section-qa .heading .mark .circle svg .svg-elem-2 {
  stroke-dashoffset: 56.3939437866px;
  stroke-dasharray: 56.3939437866px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}
.section-qa .heading .mark .circle svg .svg-elem-3 {
  stroke-dashoffset: 96.2477796077px;
  stroke-dasharray: 96.2477796077px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
}
.section-qa .heading .mark .circle.is-on svg .svg-elem-1,
.section-qa .heading .mark .circle.is-on svg .svg-elem-2,
.section-qa .heading .mark .circle.is-on svg .svg-elem-3 {
  transition-delay: 0.3s;
  stroke-dashoffset: 0;
}
.section-qa .heading .mark .icon {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 6px);
  width: 12px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-qa .heading .title {
  margin-top: 5px;
  font-size: 35px;
  text-align: center;
  color: #253C88;
  font-family: "Jost", sans-serif;
}
.section-qa .heading .title span {
  font-size: 30px;
}
.section-qa .list .row {
  margin-top: 30px;
}
.section-qa .list .row .q {
  position: relative;
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding-bottom: 16px;
  padding-left: 35px;
  padding-right: 30px;
  border-bottom: 1px solid #253C88;
  color: #253C88;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.section-qa .list .row .q:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  color: #253C88;
  font-weight: 400;
}
.section-qa .list .row .q .indicator {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.section-qa .list .row .q .indicator:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #253C88;
}
.section-qa .list .row .q .indicator:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #253C88;
}
.section-qa .list .row .q.is-open .indicator:after {
  opacity: 0;
}
.section-qa .list .row .a {
  position: relative;
  display: none;
  margin-top: 20px;
  padding-left: 35px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  color: #484848;
}
.section-qa .list .row .a:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  color: #253C88;
  font-weight: 400;
}

.l-footer {
  background-color: var(--color-gray-lightest);
  padding: 0 20px 64px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 16px 58px;
    margin-top: 80px;
  }
}
.l-footer .banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  max-width: 1200px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .banners {
    width: 100%;
    margin-inline: auto;
    gap: 20px;
  }
}
.l-footer .banner {
  transition: opacity 0.3s;
  flex: 0 0 100%;
}
.l-footer .banner.col-3 {
  flex: 0 0 calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .l-footer .banner.col-3 {
    flex: 0 0 100%;
  }
}
.l-footer .banner:hover {
  opacity: 0.7;
}
.l-footer .border {
  border-bottom: 1px dashed var(--color-gray-light);
  height: 1px;
  margin-inline: auto;
  margin-top: 72px;
  max-width: 1128px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer .border {
    margin-top: 24px;
  }
}
.l-footer .sns {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer .sns {
    margin-top: 80px;
  }
}
.l-footer .sns .sectitle {
  text-align: center;
  color: #253C88;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 23px;
  font-weight: 700;
}
.l-footer .sns .body {
  margin-top: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .l-footer .sns .body {
    font-size: 16px;
  }
}
.l-footer .links {
  display: flex;
  justify-content: space-between;
  max-width: 436px;
  margin-inline: auto;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .l-footer .links {
    gap: 16px;
    flex-wrap: wrap;
    max-width: 222px;
  }
}
.l-footer .link {
  transition: opacity 0.3s;
}
.l-footer .link:hover {
  opacity: 0.7;
}
.l-footer .logo {
  margin-top: 144px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    margin-top: 80px;
  }
}
.l-footer .copyright {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.scroll-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 9999;
}
.scroll-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=local.css.map */