@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap");
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,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
}

body,
html {
  width: 100%;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  font-weight: 400;
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html,
body {
  font-size: 16px;
}

@media all and (max-width: 640px) {
  html,
  body {
    font-size: 4vw;
  }
}
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: #000000;
  background-color: #fcfcfc;
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

a {
  color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}

:placeholder-shown {
  color: #C4C4C4;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

.anim {
  backface-visibility: hidden;
  will-change: transform;
}

.anim--slow {
  animation-duration: 1.5s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

@media all and (min-width: 641px) {
  .anim--delay-pc {
    animation-delay: 0.5s !important;
  }
}

.anim--delay2 {
  animation-delay: 1s !important;
}

@media all and (min-width: 641px) {
  .anim--delay2-pc {
    animation-delay: 1s !important;
  }
}

.anim-hide {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 1.15s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 1.15s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 1.15s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 1.15s ease 0s 1 alternate forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(2rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-blurIn {
  opacity: 0;
}
.anim-blurIn.onAnim {
  animation: blurIn 1.15s ease 0s 1 alternate forwards;
}

.hidden-box {
  overflow: hidden;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-05 {
  letter-spacing: 0.05em;
}

.ls-1 {
  letter-spacing: 0.1em;
}

@media all and (min-width: 641px) {
  br.br-sp {
    display: none;
  }
}

.mt-0 {
  margin-top: 0rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pt-110 {
  padding-top: 6.875rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pt-130 {
  padding-top: 8.125rem;
}

.pt-140 {
  padding-top: 8.75rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pb-130 {
  padding-bottom: 8.125rem;
}

.pb-140 {
  padding-bottom: 8.75rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-50 {
  padding-left: 3.125rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pl-90 {
  padding-left: 5.625rem;
}

.pl-100 {
  padding-left: 6.25rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-50 {
  margin-left: 3.125rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

.ml-80 {
  margin-left: 5rem;
}

.ml-90 {
  margin-left: 5.625rem;
}

.ml-100 {
  margin-left: 6.25rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-50 {
  padding-right: 3.125rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pr-90 {
  padding-right: 5.625rem;
}

.pr-100 {
  padding-right: 6.25rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.px-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.p-10 {
  padding: 0.625rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-100 {
  padding: 6.25rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.my-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.align-center {
  align-items: center !important;
}

@media all and (max-width: 640px) {
  .mt-0-sp {
    margin-top: 0rem;
  }
  .mt-10-sp {
    margin-top: 0.625rem;
  }
  .mt-20-sp {
    margin-top: 1.25rem;
  }
  .mt-30-sp {
    margin-top: 1.875rem;
  }
  .mt-40-sp {
    margin-top: 2.5rem;
  }
  .mt-50-sp {
    margin-top: 3.125rem;
  }
  .mt-60-sp {
    margin-top: 3.75rem;
  }
  .mt-70-sp {
    margin-top: 4.375rem;
  }
  .mt-80-sp {
    margin-top: 5rem;
  }
  .mt-90-sp {
    margin-top: 5.625rem;
  }
  .mt-100-sp {
    margin-top: 6.25rem;
  }
  .mb-0-sp {
    margin-bottom: 0rem;
  }
  .mb-10-sp {
    margin-bottom: 0.625rem;
  }
  .mb-20-sp {
    margin-bottom: 1.25rem;
  }
  .mb-30-sp {
    margin-bottom: 1.875rem;
  }
  .mb-40-sp {
    margin-bottom: 2.5rem;
  }
  .mb-50-sp {
    margin-bottom: 3.125rem;
  }
  .mb-60-sp {
    margin-bottom: 3.75rem;
  }
  .mb-70-sp {
    margin-bottom: 4.375rem;
  }
  .mb-80-sp {
    margin-bottom: 5rem;
  }
  .mb-90-sp {
    margin-bottom: 5.625rem;
  }
  .mb-100-sp {
    margin-bottom: 6.25rem;
  }
  .pt-0-sp {
    padding-top: 0rem;
  }
  .pt-10-sp {
    padding-top: 0.625rem;
  }
  .pt-20-sp {
    padding-top: 1.25rem;
  }
  .pt-30-sp {
    padding-top: 1.875rem;
  }
  .pt-40-sp {
    padding-top: 2.5rem;
  }
  .pt-50-sp {
    padding-top: 3.125rem;
  }
  .pt-60-sp {
    padding-top: 3.75rem;
  }
  .pt-70-sp {
    padding-top: 4.375rem;
  }
  .pt-80-sp {
    padding-top: 5rem;
  }
  .pt-90-sp {
    padding-top: 5.625rem;
  }
  .pt-100-sp {
    padding-top: 6.25rem;
  }
  .pb-0-sp {
    padding-bottom: 0rem;
  }
  .pb-10-sp {
    padding-bottom: 0.625rem;
  }
  .pb-20-sp {
    padding-bottom: 1.25rem;
  }
  .pb-30-sp {
    padding-bottom: 1.875rem;
  }
  .pb-40-sp {
    padding-bottom: 2.5rem;
  }
  .pb-50-sp {
    padding-bottom: 3.125rem;
  }
  .pb-60-sp {
    padding-bottom: 3.75rem;
  }
  .pb-70-sp {
    padding-bottom: 4.375rem;
  }
  .pb-80-sp {
    padding-bottom: 5rem;
  }
  .pb-90-sp {
    padding-bottom: 5.625rem;
  }
  .pb-100-sp {
    padding-bottom: 6.25rem;
  }
  .py-0-sp {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .py-10-sp {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .py-20-sp {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .py-30-sp {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .py-40-sp {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-50-sp {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .py-60-sp {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .py-70-sp {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .py-80-sp {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-90-sp {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .py-100-sp {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .px-0-sp {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-10-sp {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .px-20-sp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .px-30-sp {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .px-40-sp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .px-50-sp {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .px-60-sp {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .px-70-sp {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .px-80-sp {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-90-sp {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .px-100-sp {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .my-0-sp {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .my-10-sp {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .my-20-sp {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .my-30-sp {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .my-40-sp {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .my-50-sp {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .my-60-sp {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .my-70-sp {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .my-80-sp {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .my-90-sp {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .my-100-sp {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .align-center-sp {
    align-items: center !important;
  }
}
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fz10 {
  font-size: 0.625rem;
}

.fz11 {
  font-size: 0.6875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

@media all and (max-width: 640px) {
  .fz10-sp {
    font-size: 0.625rem;
  }
}

@media all and (max-width: 640px) {
  .fz11-sp {
    font-size: 0.6875rem;
  }
}

@media all and (max-width: 640px) {
  .fz12-sp {
    font-size: 0.75rem;
  }
}

@media all and (max-width: 640px) {
  .fz13-sp {
    font-size: 0.8125rem;
  }
}

@media all and (max-width: 640px) {
  .fz14-sp {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 640px) {
  .fz15-sp {
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 640px) {
  .fz16-sp {
    font-size: 1rem;
  }
}

@media all and (max-width: 640px) {
  .fz17-sp {
    font-size: 1.0625rem;
  }
}

@media all and (max-width: 640px) {
  .fz18-sp {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 640px) {
  .fz19-sp {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 640px) {
  .fz20-sp {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 640px) {
  .fz21-sp {
    font-size: 1.3125rem;
  }
}

@media all and (max-width: 640px) {
  .fz22-sp {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 640px) {
  .fz23-sp {
    font-size: 1.4375rem;
  }
}

@media all and (max-width: 640px) {
  .fz24-sp {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 640px) {
  .fz25-sp {
    font-size: 1.5625rem;
  }
}

@media all and (max-width: 640px) {
  .fz26-sp {
    font-size: 1.625rem;
  }
}

@media all and (max-width: 640px) {
  .fz27-sp {
    font-size: 1.6875rem;
  }
}

@media all and (max-width: 640px) {
  .fz28-sp {
    font-size: 1.75rem;
  }
}

@media all and (max-width: 640px) {
  .fz29-sp {
    font-size: 1.8125rem;
  }
}

@media all and (max-width: 640px) {
  .fz30-sp {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 640px) {
  .fz31-sp {
    font-size: 1.9375rem;
  }
}

@media all and (max-width: 640px) {
  .fz32-sp {
    font-size: 2rem;
  }
}

@media all and (max-width: 640px) {
  .fz33-sp {
    font-size: 2.0625rem;
  }
}

@media all and (max-width: 640px) {
  .fz34-sp {
    font-size: 2.125rem;
  }
}

@media all and (max-width: 640px) {
  .fz35-sp {
    font-size: 2.1875rem;
  }
}

@media all and (max-width: 640px) {
  .fz36-sp {
    font-size: 2.25rem;
  }
}

@media all and (max-width: 640px) {
  .fz37-sp {
    font-size: 2.3125rem;
  }
}

@media all and (max-width: 640px) {
  .fz38-sp {
    font-size: 2.375rem;
  }
}

@media all and (max-width: 640px) {
  .fz39-sp {
    font-size: 2.4375rem;
  }
}

@media all and (max-width: 640px) {
  .fz40-sp {
    font-size: 2.5rem;
  }
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2_0 {
  line-height: 2;
}

.lh-2_2 {
  line-height: 2.2;
}

.lh-2_5 {
  line-height: 2.5;
}

[class*=items-].items-start {
  align-items: flex-start;
}

[class*=items-].items-center {
  align-items: center;
}

[class*=items-].items-end {
  align-items: flex-end;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}

.pos-static {
  position: static !important;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media all and (min-width: 641px) {
  .pc-text-center {
    text-align: center;
  }
}

@media all and (max-width: 640px) {
  .sp-text-center {
    text-align: center;
  }
}

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

.w-25p {
  width: 25%;
}

.w-50p {
  width: 50%;
}

.w-75p {
  width: 75%;
}

.w-100p {
  width: 100%;
}

.reset-svg {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

@media all and (max-width: 640px) {
  .sp-flex-column {
    flex-direction: column;
  }
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

@media all and (max-width: 640px) {
  .justify-start-sp {
    justify-content: flex-start;
  }
}

@media all and (max-width: 640px) {
  .justify-center-sp {
    justify-content: center;
  }
}

@media all and (max-width: 640px) {
  .justify-end-sp {
    justify-content: flex-end;
  }
}

.flex-1 {
  flex: 1;
}

.flex-06 {
  flex: 0.6;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-80 {
  gap: 5rem;
}

.gap-90 {
  gap: 5.625rem;
}

.gap-100 {
  gap: 6.25rem;
}

@media all and (max-width: 640px) {
  .gap-10-sp {
    gap: 0.625rem;
  }
}

@media all and (max-width: 640px) {
  .gap-15-sp {
    gap: 0.9375rem;
  }
}

@media all and (max-width: 640px) {
  .gap-20-sp {
    gap: 1.25rem;
  }
}

@media all and (max-width: 640px) {
  .gap-25-sp {
    gap: 1.5625rem;
  }
}

@media all and (max-width: 640px) {
  .gap-30-sp {
    gap: 1.875rem;
  }
}

@media all and (max-width: 640px) {
  .gap-40-sp {
    gap: 2.5rem;
  }
}

@media all and (max-width: 640px) {
  .gap-50-sp {
    gap: 3.125rem;
  }
}

@media all and (max-width: 640px) {
  .gap-60-sp {
    gap: 3.75rem;
  }
}

@media all and (max-width: 640px) {
  .gap-70-sp {
    gap: 4.375rem;
  }
}

@media all and (max-width: 640px) {
  .gap-80-sp {
    gap: 5rem;
  }
}

@media all and (max-width: 640px) {
  .gap-90-sp {
    gap: 5.625rem;
  }
}

@media all and (max-width: 640px) {
  .gap-100-sp {
    gap: 6.25rem;
  }
}

.color-key {
  color: #2185EA;
}

.color-key2 {
  color: #0073E7;
}

.color-key3 {
  color: #FABD00;
}

.color-key4 {
  color: #7EBE25;
}

.color-key5 {
  color: #F85987;
}

.color-main {
  color: #000000;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #afafaf;
}

.bd-bt {
  position: relative;
}
.bd-bt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #6C6C6C 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}

.bd-bb {
  position: relative;
}
.bd-bb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #6C6C6C 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}

html[data-theme=dark] .dark-invert-white {
  filter: brightness(0) invert(1);
}

.u-hide-pc {
  display: none !important;
}

.u-hide-sp {
  display: block !important;
}

@media all and (max-width: 640px) {
  .u-hide-pc {
    display: block !important;
  }
  .u-hide-sp {
    display: none !important;
  }
}
.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

@media all and (min-width: 641px) {
  .d-flex-pc {
    display: flex;
  }
}

@media all and (min-width: 641px) {
  .d-block-pc {
    display: block;
  }
}

@media all and (min-width: 641px) {
  .d-none-pc {
    display: none;
  }
}

@media all and (min-width: 641px) {
  .d-inline-pc {
    display: inline;
  }
}

@media all and (min-width: 641px) {
  .d-iblock-pc {
    display: inline-block;
  }
}

@media all and (max-width: 640px) {
  .d-flex-sp {
    display: flex;
  }
}

@media all and (max-width: 640px) {
  .d-block-sp {
    display: block;
  }
}

@media all and (max-width: 640px) {
  .d-none-sp {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .d-inline-sp {
    display: inline;
  }
}

@media all and (max-width: 640px) {
  .d-iblock-sp {
    display: inline-block;
  }
}

.maxw-400 {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-580 {
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-640 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-680 {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-720 {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-740 {
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-760 {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-800 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.h-auto {
  height: auto;
}

@media all and (max-width: 640px) {
  .sp-w90 {
    width: calc(100% + 1.25rem);
    position: relative;
    left: -0.625rem;
  }
}

@media all and (max-width: 640px) {
  .sp-w100 {
    width: calc(100% + 2.5rem);
    position: relative;
    left: -1.25rem;
  }
}

.grid {
  display: grid;
}

.gtc-1 {
  grid-template-columns: 1fr;
}

.gtc-2 {
  grid-template-columns: 1fr 1fr;
}

.gtc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-40-100 {
  grid-template-columns: 0.4fr 1fr;
}

.grid-50-100 {
  grid-template-columns: 0.5fr 1fr;
}

.grid-60-100 {
  grid-template-columns: 0.6fr 1fr;
}

.grid-80-100 {
  grid-template-columns: 0.8fr 1fr;
}

.grid-100-40 {
  grid-template-columns: 1fr 0.4fr;
}

.grid-100-50 {
  grid-template-columns: 1fr 0.5fr;
}

.grid-100-60 {
  grid-template-columns: 1fr 0.6fr;
}

.grid-100-80 {
  grid-template-columns: 1fr 0.8fr;
}

.grid-60-100 {
  grid-template-columns: 0.6fr 1fr;
}

.grid-100-100 {
  grid-template-columns: 1fr 1fr;
}

.grid-80-100 {
  grid-template-columns: 0.8fr 1fr;
}

.grid-100-60 {
  grid-template-columns: 1fr 0.6fr;
}

.grid-100-80 {
  grid-template-columns: 1fr 0.8fr;
}

@media all and (max-width: 640px) {
  .gtc-2-sp {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 640px) {
  .gtc-1-sp {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 640px) {
  .grid-40-100-sp {
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (max-width: 640px) {
  .grid-60-100-sp {
    grid-template-columns: 0.6fr 1fr;
  }
}

@media all and (max-width: 640px) {
  .grid-80-100-sp {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media all and (max-width: 640px) {
  .grid-100-40-sp {
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (max-width: 640px) {
  .grid-100-60-sp {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (max-width: 640px) {
  .grid-100-80-sp {
    grid-template-columns: 1fr 0.8fr;
  }
}

@media all and (min-width: 641px) {
  .gtc-2-pc {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (min-width: 641px) {
  .grid-40-100-pc {
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (min-width: 641px) {
  .grid-60-100-pc {
    grid-template-columns: 0.6fr 1fr;
  }
}

@media all and (min-width: 641px) {
  .grid-80-100-pc {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media all and (min-width: 641px) {
  .grid-100-40-pc {
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (min-width: 641px) {
  .grid-100-60-pc {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (min-width: 641px) {
  .grid-100-80-pc {
    grid-template-columns: 1fr 0.8fr;
  }
}

.list-none {
  list-style: none;
}

.list-disc {
  list-style: disc;
}

.list-circle {
  list-style: circle;
}

.list-square {
  list-style: square;
}

.list-decimal {
  list-style: decimal;
}

.list-lower-alpha {
  list-style: lower-alpha;
}

.list-upper-alpha {
  list-style: upper-alpha;
}

.list-lower-roman {
  list-style: lower-roman;
}

.list-upper-roman {
  list-style: upper-roman;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
  padding-left: 1.25em;
}

.list-marker-gap-10 > li {
  padding-left: 0.625rem;
}

.list-marker-gap-15 > li {
  padding-left: 0.9375rem;
}

.list-marker-gap-20 > li {
  padding-left: 1.25rem;
}

.list-marker-gap-25 > li {
  padding-left: 1.5625rem;
}

.list-marker-gap-30 > li {
  padding-left: 1.875rem;
}

.list-marker-gap-35 > li {
  padding-left: 2.1875rem;
}

.list-marker-gap-40 > li {
  padding-left: 2.5rem;
}

.list-marker-gap-50 > li {
  padding-left: 3.125rem;
}

.list-gap-10 > li {
  margin-bottom: 0.625rem;
}

.list-gap-15 > li {
  margin-bottom: 0.9375rem;
}

.list-gap-20 > li {
  margin-bottom: 1.25rem;
}

.list-gap-30 > li {
  margin-bottom: 1.875rem;
}

.list-no-last-margin > li:last-child {
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

.inner {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  backface-visibility: hidden;
}
@media all and (max-width: 640px) {
  .inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.inner-box-hg {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-xl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-l {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-m {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-s {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

body {
  overflow-x: hidden;
  /* 横スクロールを無効化 */
}

.cmn-arrow {
  width: 1.5rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.0625rem solid #707070;
  background-color: #fff;
  transition: all 0.2s ease 0s;
}
.cmn-arrow:hover {
  text-decoration: none;
}
.cmn-arrow--single {
  transition: all 0.2s ease 0s;
}
.cmn-arrow--single:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-arrow--single:hover {
    border-color: #0073E7;
    background-color: #0073E7;
    color: #fff;
    translate: 0.3125rem 0;
  }
}
.cmn-arrow--single:active {
  border-color: #0073E7;
  background-color: #0073E7;
  color: #fff;
  translate: 0.3125rem 0;
}
.cmn-arrow--white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.cmn-arrow .arrow {
  width: 0.625rem;
  aspect-ratio: 1/1;
  mask-image: url("../images/common/ic_arrow.svg");
  -webkit-mask-image: url("../images/common/ic_arrow.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: currentColor;
  transition: all 0.2s ease 0s;
}
.cmn-arrow .arrow:hover {
  text-decoration: none;
}

.cmn-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 12.5rem;
  min-height: 2.5rem;
  border-radius: 3.75rem;
  border: 0.0625rem solid currentColor;
  background-color: #fff;
  padding: 0.625rem 2.1875rem;
  line-height: 1.2;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
  position: relative;
  transition: all 0.2s ease 0s;
}
.cmn-btn:hover {
  text-decoration: none;
}
.cmn-btn .text {
  transition: all 0.2s ease 0s;
}
.cmn-btn .text:hover {
  text-decoration: none;
}
.cmn-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-btn:hover {
    background-color: currentColor;
  }
  .cmn-btn:hover .text {
    color: #fff;
  }
  .cmn-btn:hover:after {
    background-color: #fff;
    right: 0;
  }
}
.cmn-btn:active {
  background-color: currentColor;
}
.cmn-btn:active .text {
  color: #fff;
}
.cmn-btn:active:after {
  background-color: #fff;
  right: 0;
}

.small-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0073E7;
  font-size: 0.875rem;
  line-height: 1.2;
  border: 0.0625rem solid #0073E7;
  background-color: #fff;
  padding: 0.3125rem 1.25rem;
  border-radius: calc(infinity * 1px);
  min-width: 8.125rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.small-btn:hover {
  text-decoration: none;
}
.small-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .small-btn:hover {
    background-color: #0073E7;
    color: #fff;
  }
}
.small-btn:active {
  background-color: #0073E7;
  color: #fff;
}

.cmn-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  line-height: 1.2;
  font-size: 2.5rem;
}
@media all and (max-width: 640px) {
  .cmn-heading {
    font-size: 1.875rem;
  }
}
.cmn-heading:before {
  content: "";
  display: block;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/logo_symbol.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cmn-heading .en {
  font-weight: 900;
  color: #0073E7;
}
.cmn-heading .ja {
  font-size: 0.5em;
  letter-spacing: 0.05em;
}
.cmn-heading--white {
  color: #fff;
}
.cmn-heading--white:before {
  filter: brightness(0) invert(1);
}
.cmn-heading--white .en {
  color: #fff;
}
.cmn-heading--white .ja {
  color: #fff;
}

.icon-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  .icon-heading {
    font-size: 1.125rem;
  }
}
.icon-heading:before {
  content: "";
  display: block;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/logo_symbol.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bar-heading {
  font-size: 1.125rem;
  border-left: 0.375rem solid #0073E7;
  padding-left: 0.6em;
  line-height: 1.6;
  letter-spacing: 0;
}

.bg-key {
  background-color: #2185EA;
}

.rad-10 {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.before-dot {
  position: relative;
}
.before-dot:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  top: 0;
}

.after-dot {
  position: relative;
}
.after-dot:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-visual {
  width: 100%;
  height: 16.25rem;
  background-color: #0073E7;
  background-image: url(../images/common/page_visual.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 1080px) {
  .page-visual {
    height: 12.5rem;
  }
}
@media all and (max-width: 640px) {
  .page-visual {
    height: 10rem;
  }
}

.cmn-tbl-wrap {
  overflow-x: auto;
  padding-bottom: 0.625rem;
}
@media all and (max-width: 1080px) {
  .cmn-tbl-wrap {
    width: calc(100% + 3.125rem);
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.cmn-tbl {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media all and (max-width: 640px) {
  .cmn-tbl {
    width: 180%;
  }
}
.cmn-tbl thead {
  background-color: #0073E7;
  color: #fff;
}
.cmn-tbl thead th {
  text-align: center;
  padding: 0.625rem 0.3125rem;
  vertical-align: middle;
  border: 1px solid #707070;
}
.cmn-tbl thead th.small {
  padding: 0.3125rem;
  font-size: 0.8em;
  line-height: 1.2;
}
.cmn-tbl tbody td {
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border: 1px solid #707070;
}
.cmn-tbl tbody td a {
  display: inline-block;
  width: 1.75rem;
  padding: 0.3125rem;
  aspect-ratio: 1/1;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.cmn-tbl tbody td a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cmn-tbl tbody td a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.cmn-tbl tbody td a:active {
  opacity: 0.7;
  text-decoration: none;
}
.cmn-tbl tbody td a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media all and (min-width: 641px) {
  .cmn-tbl tbody tr:hover td {
    background-color: #f5f5f5;
  }
}

.termWrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.termWrap__heading {
  margin-bottom: 0.5em;
  font-size: 1.1428571429em;
}

.video-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mainHeader__common {
  position: fixed;
  top: 3.125rem;
  left: 3.75rem;
  width: calc(100% - 7.5rem);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 950;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  padding: 0 3.75rem;
  border-radius: 2.5rem;
  height: 5rem;
}
@media all and (max-width: 1220px) {
  .mainHeader__common {
    width: calc(100% - 3.75rem);
    left: 1.875rem;
    padding: 0 1.875rem;
  }
}
@media all and (max-width: 968px) {
  .mainHeader__common {
    padding-right: 0.9375rem;
    height: 3.75rem;
    top: 1.875rem;
    border-radius: 1.875rem;
  }
  .mainHeader__common.active {
    background-color: #fff;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common {
    padding: 0 0.9375rem;
    top: 1.25rem;
    width: calc(100% - 1.875rem);
    left: 0.9375rem;
  }
}
.mainHeader__common__logo {
  max-width: 15.625rem;
}
@media all and (max-width: 1220px) {
  .mainHeader__common__logo {
    max-width: 12.5rem;
  }
}
.mainHeader__common__logo a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__common__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__common__nav {
  display: flex;
}
@media all and (max-width: 968px) {
  .mainHeader__common__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background-color: #fff;
    z-index: 1000;
    border-radius: 0 0 1.875rem 1.875rem;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .mainHeader__common__nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.mainHeader__common__list {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media all and (max-width: 968px) {
  .mainHeader__common__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    width: 100%;
    padding: 1.25rem;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__common__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mainHeader__common__list__link {
  padding: 0.625rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0.3em;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 1220px) {
  .mainHeader__common__list__link {
    padding: 0.625rem 0.9375rem;
  }
}
.mainHeader__common__list__link .ja {
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__link .ja:hover {
  text-decoration: none;
}
.mainHeader__common__list__link .en {
  font-size: 0.7142857143em;
  color: #0073E7;
  text-shadow: 0.02em 0 0 #0073E7, -0.02em 0 0 #0073E7, 0 0.02em 0 #0073E7, 0 -0.02em 0 #0073E7;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__list__link .en:hover {
  text-decoration: none;
}
.mainHeader__common__list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__common__list__link:hover .ja {
    color: #2185EA;
    text-shadow: 0.01em 0 0 #2185EA, -0.01em 0 0 #2185EA, 0 0.01em 0 #2185EA, 0 -0.01em 0 #2185EA;
  }
  .mainHeader__common__list__link:hover .en {
    color: #000000;
    font-weight: normal;
    text-shadow: none;
  }
}
.mainHeader__common__list__link:active .ja {
  color: #2185EA;
  text-shadow: 0.01em 0 0 #2185EA, -0.01em 0 0 #2185EA, 0 0.01em 0 #2185EA, 0 -0.01em 0 #2185EA;
}
.mainHeader__common__list__link:active .en {
  color: #000000;
  font-weight: normal;
  text-shadow: none;
}
.mainHeader__common__nav-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  background-color: #0073E7;
}
@media all and (min-width: 969px) {
  .mainHeader__common__nav-btn {
    display: none;
  }
}
.mainHeader__common__nav-btn .line {
  display: block;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.125rem;
  background-color: #fff;
  transition: all 0.2s ease 0s;
}
.mainHeader__common__nav-btn .line:hover {
  text-decoration: none;
}
.mainHeader__common__nav-btn .line:nth-child(1) {
  margin-top: -0.375rem;
}
.mainHeader__common__nav-btn .line:nth-child(3) {
  margin-top: 0.375rem;
}
.mainHeader__common__nav-btn.active .line:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mainHeader__common__nav-btn.active .line:nth-child(2) {
  scale: 0 1;
}
.mainHeader__common__nav-btn.active .line:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fixedBar {
  position: fixed;
  z-index: 100;
  pointer-events: none;
  background-color: #2185EA;
  transition: all 0.3s;
}
.fixedBar.top {
  top: 0;
  left: 0;
  height: 0.875rem;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .fixedBar.top {
    height: 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .fixedBar.top {
    height: 0.3125rem;
  }
}
.fixedBar.bottom {
  bottom: 0;
  left: 0;
  height: 0.875rem;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .fixedBar.bottom {
    height: 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .fixedBar.bottom {
    height: 0.3125rem;
  }
}
.fixedBar.left {
  left: 0;
  top: 0;
  height: 100%;
  height: 100lvh;
  width: 0.875rem;
}
@media all and (max-width: 1080px) {
  .fixedBar.left {
    width: 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .fixedBar.left {
    width: 0.3125rem;
  }
}
.fixedBar.right {
  right: 0;
  top: 0;
  height: 100%;
  height: 100lvh;
  width: 0.875rem;
}
@media all and (max-width: 1080px) {
  .fixedBar.right {
    width: 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .fixedBar.right {
    width: 0.3125rem;
  }
}

.foot-links {
  padding: 5rem 0;
  background-color: #0073E7;
}
@media (max-width: 900px) {
  .foot-links {
    padding: 2.5rem 0;
  }
}
.foot-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5rem, 2vw);
}
@media (max-width: 900px) {
  .foot-links__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.foot-links__link {
  display: block;
  min-height: 12.5rem;
  padding: 2.5rem 0.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .foot-links__link {
    min-height: 0.625rem;
    aspect-ratio: 56/24;
  }
}
.foot-links__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 3;
  transition: all 0.2s ease 0s;
}
.foot-links__link:before:hover {
  text-decoration: none;
}
.foot-links__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .foot-links__link:hover:before {
    opacity: 0.4;
  }
  .foot-links__link:hover img {
    transform: scale(1.05);
  }
  .foot-links__link:hover .cmn-arrow {
    border-color: #0073E7;
    background-color: #0073E7;
  }
  .foot-links__link:hover .cmn-arrow .arrow {
    background-color: #fff;
  }
}
.foot-links__link:active:before {
  opacity: 0.4;
}
.foot-links__link:active img {
  transform: scale(1.05);
}
.foot-links__link:active .cmn-arrow {
  border-color: #0073E7;
  background-color: #0073E7;
}
.foot-links__link:active .cmn-arrow .arrow {
  background-color: #fff;
}
.foot-links .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.foot-links .image img {
  transition: all 0.2s ease 0s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.foot-links .image img:hover {
  text-decoration: none;
}
.foot-links .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  flex-direction: column;
  gap: 0.625rem;
}
.foot-links .heading .en {
  font-size: 1.5rem;
  font-weight: 700;
}
.foot-links .heading .ja {
  font-size: 0.875rem;
}
.foot-links .cmn-arrow {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 10;
}

.fixedContact {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  z-index: 990;
  transition: all 1s;
}
@media all and (max-width: 640px) {
  .fixedContact {
    top: auto;
    transform: none;
    right: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    gap: 0;
  }
}
@media all and (min-width: 641px) {
  .fixedContact.is-hidden {
    right: -6.25rem;
  }
}
@media all and (max-width: 640px) {
  .fixedContact.is-hidden {
    bottom: -6.25rem;
  }
}
@media all and (min-width: 641px) {
  .fixedContact.is-hidden-imp {
    right: -6.25rem !important;
  }
}
@media all and (max-width: 640px) {
  .fixedContact.is-hidden-imp {
    bottom: -6.25rem !important;
  }
}
.fixedContact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #2185EA;
  line-height: 1.2;
  padding: 1.25rem 0.8125rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fixedContact a:hover {
  text-decoration: none;
}
@media all and (min-width: 641px) {
  .fixedContact a {
    border-radius: 0.625rem 0 0 0.625rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media all and (max-width: 640px) {
  .fixedContact a {
    padding: 0.625rem 0.625rem;
    justify-content: center;
    flex: 1;
  }
}
.fixedContact a:hover {
  text-decoration: none;
}
@media (hover: hover) and (min-width: 641px) {
  .fixedContact a:hover {
    translate: 0.3125rem 0;
  }
}
@media all and (min-width: 641px) {
  .fixedContact a:active {
    translate: 0.3125rem 0;
  }
}
.fixedContact a .icon {
  background-color: #fff;
  width: 1.625rem;
  height: 1.625rem;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media all and (max-width: 640px) {
  .fixedContact a .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.fixedContact a.inquiry {
  background-color: #F85987;
}
.fixedContact a.inquiry .icon {
  mask-image: url(../images/common/ic_mail.svg);
  -webkit-mask-image: url(../images/common/ic_mail.svg);
}
.fixedContact a.request .icon {
  mask-image: url(../images/common/ic_book.svg);
  -webkit-mask-image: url(../images/common/ic_book.svg);
}

.mainFooter {
  padding: 6.25rem 0;
  background-image: url(../images/common/foot_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 640px) {
  .mainFooter {
    padding: 3.125rem 0;
  }
}
.mainFooter__inner {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: min(4.375rem, 4vw);
}
@media (max-width: 800px) {
  .mainFooter__inner {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}
.mainFooter__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .mainFooter__left {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.mainFooter__left .links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.mainFooter__left .links li > * {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: #fff;
  font-size: 1.125rem;
}
.mainFooter__left .links li > * .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.mainFooter__left .links li > * .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainFooter__logo {
  width: 100%;
  margin-bottom: 1.875rem;
  filter: brightness(0) invert(1);
}
.mainFooter__logo img {
  width: 100%;
}
.mainFooter__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 640px) {
  .mainFooter__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mainFooter__nav__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.mainFooter__nav__column:before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(to bottom, #fff, #fff 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
.mainFooter__nav__column:last-child:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: repeating-linear-gradient(to bottom, #fff, #fff 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
@media all and (max-width: 640px) {
  .mainFooter__nav__column:nth-child(2n):after {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: repeating-linear-gradient(to bottom, #fff, #fff 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  }
}
.mainFooter__nav__column a {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  padding: 1em;
  width: 100%;
  max-width: 8.75rem;
}

.foot-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0 1.875rem;
  flex-direction: column;
}
@media all and (min-width: 641px) {
  .foot-copyright {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 640px) {
  .foot-copyright {
    padding-bottom: 4.0625rem;
    gap: 0.625rem;
  }
}
.foot-copyright .sodachan-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.foot-copyright .sodachan-logo .text {
  font-size: 0.75rem;
}
.foot-copyright .copyright {
  font-size: 0.75rem;
}

.fixed-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
  width: 2.5rem;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media all and (max-width: 1080px) {
  .fixed-nav {
    right: 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .fixed-nav {
    right: 0.3125rem;
    top: auto;
    width: calc(100% - 0.625rem);
    transform: none;
    bottom: 0.3125rem;
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.fixed-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.15em;
  gap: 0.625rem;
  padding: 1.25rem 0.3125rem;
  background-color: #fff;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.fixed-nav a:hover {
  text-decoration: none;
}
.fixed-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .fixed-nav a:hover {
    filter: brightness(0.95);
  }
}
.fixed-nav a:active {
  filter: brightness(0.95);
}
@media all and (min-width: 641px) {
  .fixed-nav a {
    min-height: 10.625rem;
    box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    border-radius: 0.625rem 0rem 0rem 0.625rem;
  }
}
@media all and (max-width: 640px) {
  .fixed-nav a {
    flex-direction: row;
    padding: 0.5rem 0.3125rem;
  }
}
.fixed-nav a.catalog {
  background-color: #2185EA;
  color: #fff;
  font-weight: 500;
}
.fixed-nav a .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.fixed-nav a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media all and (min-width: 641px) {
  .fixed-nav a .text {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.top-fv {
  height: 100vh;
  height: 100svh;
  position: relative;
  background-color: #0073E7;
}
.top-fv:not(.is-loaded) .videoContainer {
  opacity: 0;
}
.top-fv:not(.is-loaded) .top-fv__title {
  opacity: 0;
  translate: -10% -50%;
}
.top-fv__title {
  position: absolute;
  top: 50%;
  left: 3.75rem;
  translate: 0 -50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  text-shadow: 0px 0.0625rem 0.5rem rgba(0, 0, 0, 0.3);
  line-height: 1;
  z-index: 20;
  transition: all 1.5s 1.15s;
  line-height: 1.4;
  gap: 0.625rem;
}
@media all and (max-width: 1080px) {
  .top-fv__title {
    left: 2.5rem;
  }
}
@media all and (max-width: 640px) {
  .top-fv__title {
    left: 1.5625rem;
  }
}
.top-fv__title__main {
  font-weight: 700;
  letter-spacing: 0.075em;
  font-size: 2.5rem;
}
.top-fv__title__main strong {
  font-size: 1.5em;
}
@media all and (max-width: 640px) {
  .top-fv__title__main {
    font-size: 1.5rem;
  }
}
.top-fv__title__sub {
  font-size: 1.25rem;
}
@media all and (max-width: 640px) {
  .top-fv__title__sub {
    font-size: 0.875rem;
  }
}
.top-fv__videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100svh;
  z-index: 10;
}
.top-fv__videoWrap .videoContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 2s 0.2s;
}
.top-fv__videoWrap .videoContainer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-new-wrap {
  background-color: #0073E7;
  padding-bottom: 6.25rem;
}
@media all and (max-width: 640px) {
  .top-new-wrap {
    padding-bottom: 4.375rem;
  }
}

.top-new {
  position: relative;
  z-index: 15;
  margin-top: -6.875rem;
  border-radius: 0.625rem;
  padding: 1.875rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .top-new {
    grid-template-columns: 0.3fr 1fr;
    gap: 0.625rem;
    padding: 0.9375rem;
    margin-top: -3.75rem;
  }
}
.top-new__image a {
  display: block;
  width: 100%;
  aspect-ratio: 300/168;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 640px) {
  .top-new__image a {
    aspect-ratio: 1/1;
  }
}
.top-new__image a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-new__image a:hover img {
    transform: scale(1.1);
  }
}
.top-new__image a:active img {
  transform: scale(1.1);
}
.top-new__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.top-new__image a img:hover {
  text-decoration: none;
}
.top-new__content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media all and (max-width: 640px) {
  .top-new__content {
    display: grid;
    grid-template-columns: 1fr 1.5rem;
    gap: 0.625rem;
    align-items: center;
  }
}
.top-new__title {
  color: #0073E7;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 640px) {
  .top-new__title {
    font-size: 0.875rem;
    grid-column: 1/3;
  }
}
.top-new__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (max-width: 640px) {
  .top-new__text {
    -webkit-line-clamp: 2;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.top-news {
  position: relative;
  padding-top: 6.25rem;
}
@media all and (max-width: 640px) {
  .top-news {
    padding-top: 3.75rem;
  }
}
.top-news__title {
  font-weight: 900;
  font-size: 6.25rem;
  line-height: 0.8;
  color: #fff;
}
@media all and (max-width: 640px) {
  .top-news__title {
    font-size: 4.5rem;
  }
}
.top-news__link {
  margin-top: -3.125rem;
  margin-bottom: 0.625rem;
}
.top-news__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  gap: 0.625rem;
  transition: all 0.2s ease 0s;
}
.top-news__link a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-news__link a:hover .cmn-arrow {
    background-color: #fff;
  }
  .top-news__link a:hover .cmn-arrow .arrow {
    background-color: #0073E7;
  }
}
.top-news__link a:active .cmn-arrow {
  background-color: #fff;
}
.top-news__link a:active .cmn-arrow .arrow {
  background-color: #0073E7;
}
.top-news__box {
  padding: 3.75rem 1.875rem;
  background-color: #fff;
  position: relative;
  z-index: 5;
  border-radius: 0.625rem;
}
@media all and (max-width: 640px) {
  .top-news__box {
    padding: 1.875rem 1.25rem;
  }
}
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 968px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}
.product-list__link {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: all 0.2s ease 0s;
}
.product-list__link.is-hover .product-list__video {
  opacity: 1;
}
.product-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .product-list__link:hover .cmn-arrow {
    border-color: #0073E7;
    background-color: #0073E7;
    color: #fff;
  }
}
.product-list__link:active .cmn-arrow {
  border-color: #0073E7;
  background-color: #0073E7;
  color: #fff;
}
.product-list__imageWrap {
  width: 100%;
  aspect-ratio: 320/168;
  position: relative;
}
.product-list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 320/188;
}
.product-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.product-list__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.4s;
  opacity: 0;
}
.product-list__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  line-height: 1.4;
}
.product-list__title .text {
  font-size: 0.875rem;
}
.product-list__title .cmn-arrow {
  flex-shrink: 0;
}

.product-bg {
  position: absolute;
  bottom: min(-4.375rem, -8%);
  right: min(-15.625rem, 15%);
  width: min(25rem, 32%);
  aspect-ratio: 1/1;
  z-index: 10;
  z-index: -1;
  pointer-events: none;
}
@media all and (max-width: 1080px) {
  .product-bg {
    bottom: min(-3.125rem, -6%);
    right: min(-5.625rem, 10%);
    width: min(18.75rem, 24%);
  }
}
@media all and (max-width: 640px) {
  .product-bg {
    display: none;
  }
}
.product-bg img {
  width: 100%;
  opacity: 0.1;
}

.product-other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 2.5rem;
}
@media all and (max-width: 640px) {
  .product-other-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-other-list li {
  line-height: 1.4;
  font-size: 0.875rem;
  padding-left: 1em;
  position: relative;
}
.product-other-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.product-other {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25rem min(3.75rem, 3%);
}
@media all and (max-width: 1080px) {
  .product-other {
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }
}
.product-other__item {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: min(2.5rem, 6%);
  line-height: 1.4;
}
.product-other__image {
  aspect-ratio: 225/118;
}
.product-other__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-other__title {
  font-size: 1.25rem;
  margin-bottom: 0.75em;
  letter-spacing: 0;
}
@media all and (max-width: 640px) {
  .product-other__title {
    font-size: 1rem;
  }
}
.product-other__pdf {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
}
.product-other__pdf .icon {
  width: 1.125rem;
  height: 1.125rem;
  mask-image: url(../images/common/ic_pdf.svg);
  -webkit-mask-image: url(../images/common/ic_pdf.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: currentColor;
  transition: all 0.2s ease 0s;
}
.product-other__pdf .icon:hover {
  text-decoration: none;
}
.product-other__pdf:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .product-other__pdf:hover {
    color: #0073E7;
  }
}
.product-other__pdf:active {
  color: #0073E7;
}

.catalog-header {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .catalog-header {
    display: block;
  }
  .catalog-header .img {
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
    width: 25%;
  }
  .catalog-header:after {
    content: "";
    display: block;
    clear: both;
  }
}

.catalog-nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}
.catalog-nav a {
  min-width: 10rem;
  background-color: #0073E7;
  color: #fff;
  line-height: 1.2;
  padding: 0.3125rem 1.25rem;
  border-radius: calc(infinity * 1px);
  text-align: center;
  position: relative;
  border: 0.0625rem solid #0073E7;
  font-size: 0.875rem;
  transition: all 0.2s ease 0s;
}
.catalog-nav a:after {
  content: "";
  width: 0.625rem;
  aspect-ratio: 1/1;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  mask-image: url(../images/common/ic_arrow.svg);
  -webkit-mask-image: url(../images/common/ic_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all 0.2s ease 0s;
}
.catalog-nav a:after:hover {
  text-decoration: none;
}
.catalog-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .catalog-nav a:hover {
    background-color: #fff;
    color: #0073E7;
  }
}
.catalog-nav a:active {
  background-color: #fff;
  color: #0073E7;
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 968px) {
  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .catalog-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}
.catalog-list li a {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  line-height: 1.4;
  transition: all 0.2s ease 0s;
}
.catalog-list li a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .catalog-list li a:hover {
    color: #0073E7;
  }
  .catalog-list li a:hover img {
    scale: 1.1;
  }
}
.catalog-list li a:active {
  color: #0073E7;
}
.catalog-list li a:active img {
  scale: 1.1;
}
@media all and (max-width: 640px) {
  .catalog-list li a {
    flex-direction: row;
  }
}
.catalog-list .img {
  aspect-ratio: 320/168;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .catalog-list .img {
    width: 30%;
    aspect-ratio: 1.45/1;
    flex-shrink: 0;
  }
}
.catalog-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.catalog-list .img img:hover {
  text-decoration: none;
}
.catalog-list .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
@media all and (max-width: 640px) {
  .catalog-list .text {
    flex-direction: column;
    flex: 1;
    align-items: normal;
    gap: 0.3125rem;
    justify-content: center;
  }
}
.catalog-list .icon {
  width: 1.125rem;
  height: 1.125rem;
  background-color: currentColor;
  mask-image: url(../images/common/ic_pdf.svg);
  -webkit-mask-image: url(../images/common/ic_pdf.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .catalog-list .icon {
    margin-left: auto;
  }
}

.document-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .document-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}
.document-list li a {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  line-height: 1.4;
  transition: all 0.2s ease 0s;
}
.document-list li a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .document-list li a:hover {
    color: #0073E7;
  }
  .document-list li a:hover .img:after {
    opacity: 0.1;
  }
}
.document-list li a:active {
  color: #0073E7;
}
.document-list li a:active .img:after {
  opacity: 0.1;
}
@media all and (max-width: 640px) {
  .document-list li a {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.document-list li .img {
  aspect-ratio: 500/250;
  overflow: hidden;
  position: relative;
  border: 0.0625rem solid #e0e0e0;
}
.document-list li .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0073E7;
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.document-list li .img:after:hover {
  text-decoration: none;
}
.document-list li .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 640px) {
  .document-list li .img {
    width: 30%;
    aspect-ratio: 1.45/1;
    flex-shrink: 0;
  }
}
.document-list li .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
@media all and (max-width: 640px) {
  .document-list li .text {
    flex-direction: column;
    flex: 1;
    align-items: normal;
    gap: 0.3125rem;
    justify-content: center;
  }
}
.document-list .icon {
  width: 1.125rem;
  height: 1.125rem;
  background-color: currentColor;
  mask-image: url(../images/common/ic_pdf.svg);
  -webkit-mask-image: url(../images/common/ic_pdf.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .document-list .icon {
    margin-left: auto;
  }
}

.company-nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.625rem 2.5rem;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .company-nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    font-size: 0.75rem;
  }
}
.company-nav ul a {
  display: flex;
  border: 0.0625rem solid #0073E7;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  line-height: 1.2;
  border-radius: calc(infinity * 1px);
  position: relative;
  color: #0073E7;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.company-nav ul a:after {
  content: "";
  width: 0.625rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../images/common/ic_arrow.svg);
  -webkit-mask-image: url(../images/common/ic_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: currentColor;
}
@media all and (max-width: 640px) {
  .company-nav ul a:after {
    right: 0.625rem;
  }
}
.company-nav ul a:hover {
  text-decoration: none;
}
.company-nav ul a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .company-nav ul a:hover {
    background-color: #0073E7;
    color: #fff;
  }
}
.company-nav ul a:active {
  background-color: #0073E7;
  color: #fff;
}

.company-profile {
  border: 0.0625rem solid #DEDEDE;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem 1.875rem;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .company-profile {
    padding: 0.625rem 1.25rem;
  }
}
.company-profile__table {
  max-width: 56.25rem;
  margin: 0 auto;
}
.company-profile__item {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  padding: 2.5rem 0;
  position: relative;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .company-profile__item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 1.25rem 0;
  }
}
.company-profile__item:not(:first-child):before {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  top: 0;
}
.company-profile__item .place {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.company-profile__item .place .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0073E7;
  font-size: 0.75rem;
  line-height: 1.2;
  border: 0.0625rem solid #0073E7;
  color: #fff;
  padding: 0.3125rem 1.25rem;
  border-radius: calc(infinity * 1px);
  min-width: 10rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.company-profile__item .place .btn:hover {
  text-decoration: none;
}
.company-profile__item .place .btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .company-profile__item .place .btn:hover {
    background-color: #fff;
    color: #0073E7;
  }
}
.company-profile__item .place .btn:active {
  background-color: #fff;
  color: #0073E7;
}
.company-profile__title {
  position: relative;
  padding-right: 1em;
}
@media all and (max-width: 640px) {
  .company-profile__title {
    font-weight: 500;
  }
}
.company-profile__title:after {
  content: ":";
  position: absolute;
  right: 0;
}
@media all and (max-width: 640px) {
  .company-profile__title:after {
    display: none;
  }
}

.history-box {
  border: 0.0625rem solid #DEDEDE;
  border-radius: 0.625rem;
  padding: 1.25rem 1.875rem;
  font-size: 0.875rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  max-height: 33.75rem;
}
.history-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 16.25rem;
  z-index: 5;
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  background: linear-gradient(to top, #fff, transparent);
}
.history-box.is-open {
  max-height: none !important;
}
.history-box.is-open:before {
  display: none;
}
.history-box.is-open .history-box__btn {
  display: none !important;
}
@media all and (max-width: 640px) {
  .history-box {
    padding: 0.625rem 1.25rem;
  }
}
.history-box__btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  z-index: 10;
  background-color: #0073E7;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0 0 0.625rem 0.625rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease 0s;
}
.history-box__btn:hover {
  text-decoration: none;
}
.history-box__btn .cmn-arrow {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.history-box__table {
  max-width: 56.25rem;
  margin: 0 auto;
}
.history-box__item {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  padding: 1.875rem 0;
  position: relative;
  gap: 1.875rem;
}
@media all and (max-width: 640px) {
  .history-box__item {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 1.25rem 0;
  }
}
.history-box__item:not(:first-child):before {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  top: 0;
}
.history-box__title {
  position: relative;
  padding-right: 1em;
}
@media all and (max-width: 640px) {
  .history-box__title {
    font-weight: 500;
  }
}
.history-box__title:after {
  content: ":";
  position: absolute;
  right: 0;
}
@media all and (max-width: 640px) {
  .history-box__title:after {
    display: none;
  }
}
.history-box__content__flex {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: space-between;
}
.history-box__content__flex .image {
  width: 9.375rem;
}

.base-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media all and (max-width: 1080px) {
  .base-list {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-list__item {
  border: 0.0625rem solid #DEDEDE;
  padding: 1.875rem;
  border-radius: 0.625rem;
  background-color: #fff;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .base-list__item {
    padding: 1.25rem;
  }
}
.base-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.base-list__title {
  font-size: 1.5rem;
  display: flex;
  align-items: baseline;
  letter-spacing: 0;
}
@media all and (max-width: 640px) {
  .base-list__title {
    font-size: 1.25rem;
  }
}
.base-list__title .small {
  font-size: 0.75em;
}
.base-list__maplink {
  background-color: #0073E7;
  color: #fff;
  line-height: 1.2;
  font-size: 0.75rem;
  padding: 0.1875rem 0.625rem;
  border: 0.0625rem solid #0073E7;
  border-radius: calc(infinity * 1px);
  max-width: 7.5rem;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.base-list__maplink:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .base-list__maplink {
    max-width: 6.25rem;
  }
}
.base-list__maplink:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .base-list__maplink:hover {
    background-color: #fff;
    color: #0073E7;
  }
}
.base-list__maplink:active {
  background-color: #fff;
  color: #0073E7;
}
.base-list__image {
  margin-bottom: 1.25rem;
}
.base-list__image img {
  width: 100%;
}
.base-list__address {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.base-list__content {
  line-height: 1.6;
}
.base-list dl {
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 0 1.25rem;
}
.base-list dl sup {
  font-size: 0.75em;
  position: relative;
  top: -0.5em;
}
.base-list dl dt {
  position: relative;
}
.base-list dl dt:after {
  content: ":";
  position: absolute;
  right: 0;
}
.base-list dl.l-gap {
  gap: 0.9375rem 1.25rem;
}

.news-list__item {
  padding: 1.875rem 0;
  position: relative;
  font-size: 0.875rem;
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .news-list__item {
    grid-template-columns: 1fr;
    gap: 0.3125rem;
    line-height: 1.4;
    padding: 1.25rem 0;
  }
}
.news-list__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.0625rem;
  background: repeating-linear-gradient(to right, #707070, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
.news-list__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background: repeating-linear-gradient(to right, #707070, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
}
.news-list__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list__title a:hover {
  color: #2185EA;
}

.new_product-list__item {
  padding: 5rem 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .new_product-list__item {
    padding: 2.5rem 0;
    gap: 1.875rem;
  }
}
.new_product-list__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  bottom: 0;
}
.new_product-list__item:first-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-image: repeating-linear-gradient(to right, #707070 0, #707070 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 640px) {
  .new_product-list__item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.new_product-list__content {
  display: flex;
  flex-direction: column;
}
.new_product-list__image a {
  display: block;
  aspect-ratio: 500/263;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.new_product-list__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease 0s;
}
.new_product-list__image a img:hover {
  text-decoration: none;
}
.new_product-list__image a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .new_product-list__image a:hover img {
    transform: scale(1.1);
  }
}
.new_product-list__image a:active img {
  transform: scale(1.1);
}
.new_product-list__title {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
.new_product-list__text {
  margin-bottom: 2.5rem;
}
.new_product-list__link {
  display: flex;
  justify-content: flex-start;
}
.new_product-list__link a {
  font-size: 0.875rem;
  width: 11.25rem;
  border-radius: calc(infinity * 1px);
  border: 0.0625rem solid #0073E7;
  background-color: #0073E7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.new_product-list__link a:hover {
  text-decoration: none;
}
.new_product-list__link a:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  mask-image: url("../images/common/ic_arrow.svg");
  -webkit-mask-image: url("../images/common/ic_arrow.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.new_product-list__link a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .new_product-list__link a:hover {
    background-color: #fff;
    color: #0073E7;
  }
}
.new_product-list__link a:active {
  background-color: #fff;
  color: #0073E7;
}

.single-header {
  margin-bottom: 3.125rem;
}
.single-header__title {
  font-size: 1.5rem;
}
@media all and (max-width: 640px) {
  .single-header__title {
    font-size: 1.125rem;
  }
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}
.pager .nav-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
  line-height: 1.2;
}
.pager .nav-links a,
.pager .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  height: 2.25rem;
  padding: 0.2em 0.5em;
  min-width: 2.25rem;
  border: 0.0625rem solid #acacac;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover,
.pager .nav-links span:hover {
  text-decoration: none;
}
.pager .nav-links a {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .nav-links a:hover {
    color: #0073E7;
  }
}
.pager .nav-links a:active {
  color: #0073E7;
}
.pager .nav-links .current,
.pager .nav-links span.current {
  color: #fff;
  background-color: #0073E7;
  cursor: default;
  background: #0073E7;
  border: 0.0625rem solid #0073E7;
}
.pager .nav-links .dots {
  background: transparent;
  border: none;
  color: #000000;
  cursor: default;
  pointer-events: none;
}
.pager .prev,
.pager .next {
  display: none;
}

.news-list-wrap {
  background-color: #fff;
  border: 0.0625rem solid #DEDEDE;
  border-radius: 0.625rem;
  padding: 3.75rem 1.875rem;
}
@media all and (max-width: 640px) {
  .news-list-wrap {
    padding: 2.5rem 1.25rem;
  }
}
.news-list-wrap .news-list {
  margin: 0 auto;
  max-width: 56.25rem;
}

.post-content strong {
  background-color: #2185EA;
  color: #fff;
  font-weight: 700;
}
.post-content small {
  font-size: 0.8em;
}
.post-content em {
  font-style: italic;
}
.post-content p a {
  color: #0073E7;
  text-decoration: underline;
}
.post-content p a:hover {
  text-decoration: none;
}
.post-content__block {
  margin-bottom: 3.125rem;
}
.post-content__block:last-child {
  margin-bottom: 0;
}
.post-content__block.content-wysiwyg p {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
.post-content__block.content-wysiwyg p:last-child {
  margin-bottom: 0;
}
.post-content__block.content-heading1 {
  font-size: 1.125rem;
  border-left: 0.375rem solid #0073E7;
  padding-left: 0.6em;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.post-content__block.content-heading2 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.post-content__block.content-heading3 {
  margin-bottom: 1.25rem;
}
.post-content__block.content-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.25rem;
}
@media all and (max-width: 640px) {
  .post-content__block.content-images {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }
}
.post-content__block.content-images .image-list__item {
  display: block;
}
.post-content__block.content-images .image-list__item .image-list__img img {
  display: block;
  width: 100%;
  height: auto;
}
.post-content__block.content-images .image-list__item figcaption {
  margin-top: 0.9375rem;
}
.post-content__block.content-list {
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.post-content__block.content-list li {
  padding-left: 1.25em;
  position: relative;
}
.post-content__block.content-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #2185EA;
}
.post-content__block.image-text-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: min(4.375rem, 5vw);
  flex-wrap: wrap;
}
@media all and (max-width: 968px) {
  .post-content__block.image-text-block {
    flex-direction: column;
    gap: 3.125rem;
  }
}
.post-content__block.image-text-block .image-text-images {
  flex: 1 1;
}
.post-content__block.image-text-block .image-text-content {
  flex: 1 1;
}
.post-content__block.image-text-block .image-text-content.image-pos-left {
  order: 2;
}
.post-content__block.image-text-block .image-text-content.image-pos-right {
  order: -1;
}
.post-content__block.image-text-block .image-text-content .text-body {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
.post-content__block.image-text-block .image-text-content .text-body:last-child {
  margin-bottom: 0;
}
.post-content__block.image-text-block .image-text-content .text-heading1 {
  font-size: 1.3125rem;
  color: #2185EA;
  margin-bottom: 1.875rem;
}
.post-content__block.image-text-block .image-text-content .text-heading2 {
  font-size: 1.3125rem;
  margin-bottom: 1.875rem;
}
.post-content__block.image-text-block .image-text-content .text-heading3 {
  margin-bottom: 1.25rem;
}

.prev-wrap {
  display: flex;
  justify-content: flex-start;
}
.prev-wrap a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #0073E7;
  min-width: 8.125rem;
  justify-content: center;
  border: 0.0625rem solid #0073E7;
  padding: 0.3125rem 1.25rem;
  border-radius: calc(infinity * 1px);
  line-height: 1.2;
  transition: all 0.2s ease 0s;
}
.prev-wrap a:hover {
  text-decoration: none;
}
.prev-wrap a:hover {
  background-color: #0073E7;
  color: #fff;
}

.form-container {
  background-color: #fff;
  padding: 3.75rem 1.875rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #DEDEDE;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 640px) {
  .form-container {
    padding: 2.5rem 1.25rem;
  }
}

.form-table {
  max-width: 46.25rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media all and (max-width: 640px) {
  .form-table {
    grid-template-columns: 1fr;
  }
}
.form-table__item dt {
  line-height: 1.4;
  font-size: 0.875rem;
  margin-bottom: 0.75em;
}
.form-table__item dt .required {
  color: #ff0000;
}
@media all and (max-width: 640px) {
  .form-table__item dt {
    font-size: 1rem;
  }
}
.form-table__item.col-full {
  grid-column: 1/-1;
}
.form-table input[type=text],
.form-table input[type=email],
.form-table input[type=tel],
.form-table input[type=number],
.form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100% !important;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  letter-spacing: 0.1em;
  color: #000000;
  box-sizing: border-box;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .form-table input[type=text],
  .form-table input[type=email],
  .form-table input[type=tel],
  .form-table input[type=number],
  .form-table textarea {
    font-size: 1rem;
  }
}
.form-table input[type=text]:read-only,
.form-table input[type=email]:read-only,
.form-table input[type=tel]:read-only,
.form-table input[type=number]:read-only,
.form-table textarea:read-only {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  margin-top: 0.375rem;
}
.form-table input[type=text]::placeholder,
.form-table input[type=email]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=number]::placeholder,
.form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}
.form-table select {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  padding-right: 2.5rem;
  color: #000000;
  background-image: url(../images/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .form-table select {
    font-size: 1rem;
  }
}
.form-table select.empty-value {
  color: #d3d3d3;
}
.form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  resize: vertical;
  width: 100%;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  border-radius: 0.625rem;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #000000;
  box-sizing: border-box;
  min-height: 12.5rem;
  font-size: 0.875rem;
}
@media all and (max-width: 640px) {
  .form-table textarea {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .form-table textarea {
    min-height: 12.5rem;
  }
}
.form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}

.form-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 3.75rem;
}
@media all and (max-width: 640px) {
  .form-actions {
    margin-top: 1.25rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ff0000;
  color: #fff;
  border: 0;
}

.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent {
  background-color: #008000;
  color: #fff;
  border: 0;
}

.submit-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin: 0 auto;
  font-size: 0.875rem;
  background-color: #2185EA;
  max-width: 20rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 0.75rem 2.1875rem;
  border-radius: calc(infinity * 1px);
  border: 0.0625rem solid #2185EA;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.submit-btn:hover {
  text-decoration: none;
}
.submit-btn:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  mask-image: url(../images/common/ic_arrow.svg);
  -webkit-mask-image: url(../images/common/ic_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.submit-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .submit-btn:hover {
    background-color: #fff;
    color: #2185EA;
  }
}
.submit-btn:active {
  background-color: #fff;
  color: #2185EA;
}

.form-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media all and (max-width: 640px) {
  .form-links {
    margin-top: 1.875rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.form-links__item {
  display: flex;
  width: 100%;
  margin: 0 auto;
  font-size: 0.875rem;
  background-color: #fff;
  color: #2185EA;
  text-align: center;
  line-height: 1.2;
  padding: 0.75rem 2.1875rem;
  border-radius: calc(infinity * 1px);
  border: 0.0625rem solid #2185EA;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.form-links__item:hover {
  text-decoration: none;
}
.form-links__item:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  mask-image: url(../images/common/ic_arrow.svg);
  -webkit-mask-image: url(../images/common/ic_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.form-links__item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .form-links__item:hover {
    background-color: #2185EA;
    color: #fff;
  }
}
.form-links__item:active {
  background-color: #2185EA;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */