@charset "UTF-8";
/* Initial Setup */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.commonH2 {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 38px;
}
@media (max-width: 1000px) {
  .commonH2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .commonH2 {
    font-size: 24px;
  }
}

.commontext {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 14px;
}

.main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

/* CSS Document */
/*
  ------------------------------------
  ####################################
   #Common style
  ####################################
  ------------------------------------
*/
/* Reset */
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: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* clearfix */
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

html {
  background: #fff;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 1px;
}
body.is-hidden {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    width: 100%;
  }
}

.error {
  color: red;
  margin: 10px 0;
}

.wrap {
  overflow: hidden;
  width: 100%;
  transition: opacity 0.3s;
}
.wrap.js-load {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #222222;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

small {
  font-size: 85%;
}

.no_post {
  text-align: center;
  width: 100%;
}

.is-pc {
  display: block;
}

.is-pc-flex {
  display: flex;
}

.is-pc-ib {
  display: inline-block;
}

.is-sp,
.is-sp-flex,
.is-sp-flex,
.is-sp-ib {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
  .is-sp-flex {
    display: flex !important;
  }
  .is-sp-ib {
    display: inline-block !important;
  }
  .is-pc,
  .is-pc-flex,
  .is-pc-ib {
    display: none !important;
  }
}
#wpadminbar {
  position: fixed !important;
}

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: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

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

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button],
input[type=text],
input[type=submit] {
  border-radius: 0;
}

textarea {
  resize: none;
  border-radius: 0;
}

th,
td {
  border-collapse: collapse;
}

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

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

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

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #c39731;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Layout Components */
.footer {
  background-color: black;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 42px 0;
}
@media (max-width: 1024px) {
  .footer {
    padding: 42px 32px;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 42px 24px;
  }
}
.footer--cont {
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer--cont {
    flex-direction: column;
    gap: 30px;
  }
}
.footer--cont .linkbox {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  gap: 23px;
}
@media (max-width: 425px) {
  .footer--cont .linkbox {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.footer--cont .linkbox .box1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 70px;
}
@media (max-width: 1024px) {
  .footer--cont .linkbox .box1 {
    gap: 20px;
  }
}
@media (max-width: 425px) {
  .footer--cont .linkbox .box1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer--cont .linkbox .box1 a {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.footer--cont .linkbox .box2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-left: auto;
}
@media (max-width: 425px) {
  .footer--cont .linkbox .box2 {
    flex-direction: column;
    align-items: flex-end;
  }
}
.footer--cont .linkbox .box2 a {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
}
.footer--logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.footer--logo .logo {
  width: 140px;
  height: auto;
}
.footer--logo--text {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 20px;
  z-index: 999;
}
.header--logo {
  padding-left: 20px;
}
.header--linkbox {
  display: flex;
  gap: 20px;
  padding: 3px 40px 3px 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .header--linkbox {
    flex-direction: column;
    position: fixed;
    z-index: 999;
    right: -100%;
    top: 0;
    height: 100%;
    width: 300px;
    padding: 30px 40px 3px 30px;
    transition: 0.3s;
  }
}
@media (max-width: 1200px) {
  .header--linkbox.open {
    right: 0%;
    transition: 0.3s;
  }
}
.header--linkbox::after {
  content: "";
  width: 100%;
  height: 28px;
  background-color: #333333;
  border-radius: 25px 0 0 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 0;
}
@media (max-width: 1200px) {
  .header--linkbox::after {
    height: 100%;
    border-radius: 0%;
  }
}
.header--linkbox .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px 9px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.header--linkbox .link .text {
  color: white;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.header--linkbox .link .icon {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header--linkbox .link.material {
  background-color: #DBFF79;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.header--linkbox .link.material .text {
  color: #333333;
}
.header--linkbox .link.material:hover {
  opacity: 1;
}
.header--linkbox .link.contact {
  background-color: #FBDB6F;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.header--linkbox .link.contact .text {
  color: #333333;
}
.header--linkbox .link.contact:hover {
  opacity: 1;
}

.headerlp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 20px;
  z-index: 999;
}
.headerlp--logo {
  padding-left: 20px;
  transform: translateY(5px);
}
.headerlp--linkbox {
  display: flex;
  gap: 20px;
  padding: 3px 40px 3px 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .headerlp--linkbox {
    display: contents;
    padding: 50px 0px 3px 0px;
  }
}
.headerlp--linkbox::after {
  content: "";
  width: 100%;
  height: 28px;
  background-color: #333333;
  border-radius: 25px 0 0 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 0;
}
@media (max-width: 1200px) {
  .headerlp--linkbox::after {
    display: none;
  }
}
.headerlp--linkbox .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px 9px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.headerlp--linkbox .link .text {
  color: white;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.headerlp--linkbox .link .icon {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerlp--linkbox .link.material {
  background-color: #DBFF79;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.headerlp--linkbox .link.material .text {
  color: #333333;
}
.headerlp--linkbox .link.material:hover {
  opacity: 1;
}
.headerlp--linkbox .link.contact {
  background-color: #FBDB6F;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.headerlp--linkbox .link.contact .text {
  color: #333333;
}
.headerlp--linkbox .link.contact:hover {
  opacity: 1;
}
.headerlp--sublinkbox {
  display: flex;
  gap: 10px;
  padding: 3px 40px 3px 30px;
  position: relative;
  background-color: #333333;
  border-radius: 25px 0 0 25px;
}
@media (max-width: 1200px) {
  .headerlp--sublinkbox {
    display: contents;
    background-color: rgba(51, 51, 51, 0);
  }
}
.headerlp--sublinkbox .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 16px 0px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.headerlp--sublinkbox .link .text {
  color: #fff;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.headerlp--sublinkbox .link .icon {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerlp--sublinkbox .link.material {
  background-color: #DBFF79;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.headerlp--sublinkbox .link.material .text {
  color: #333333;
}
.headerlp--sublinkbox .link.material:hover {
  opacity: 1;
}
.headerlp--sublinkbox .link.contact {
  background-color: #FBDB6F;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.headerlp--sublinkbox .link.contact .text {
  color: #333333;
}
.headerlp--sublinkbox .link.contact:hover {
  opacity: 1;
}
.headerlp .colmnbox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1200px) {
  .headerlp .colmnbox {
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 999;
    right: -100%;
    top: 0;
    height: 100%;
    width: 300px;
    justify-content: flex-start;
    background-color: #333333;
    transition: 0.3s;
    padding: 50px 0;
    gap: 10px;
  }
  .headerlp .colmnbox .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px 9px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
  }
  .headerlp .colmnbox .link .text {
    color: #333333;
    font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .headerlp .colmnbox .link .text {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .headerlp .colmnbox .link .icon {
    width: 13px;
    height: 13px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .headerlp .colmnbox .link.material {
    background-color: #DBFF79;
    border: 2px solid #333333;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
    padding: 10px 22px 9px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .headerlp .colmnbox .link.material {
    order: 10;
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .headerlp .colmnbox .link.material .text {
    color: #333333;
  }
  .headerlp .colmnbox .link.material:hover {
    opacity: 1;
  }
  .headerlp .colmnbox .link.contact {
    background-color: #FBDB6F;
    border: 2px solid #333333;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
    padding: 10px 22px 9px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .headerlp .colmnbox .link.contact {
    order: 11;
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .headerlp .colmnbox .link.contact .text {
    color: #333333;
  }
  .headerlp .colmnbox .link.contact:hover {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .headerlp .colmnbox.open {
    right: 0%;
    transition: 0.3s;
  }
}

.SP-header {
  display: none;
}
@media (max-width: 1200px) {
  .SP-header {
    position: fixed;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    top: 31px;
    right: 25px;
    z-index: 999;
  }
  .SP-header span {
    width: 100%;
    height: 2px;
    min-height: 2px;
    background-color: #333333;
    display: block;
    transition: 0.3s;
  }
  .SP-header.open {
    z-index: 1000;
  }
  .SP-header.open .line1 {
    rotate: 48deg;
    transition: 0.3s;
    transform: translate(6px, 5px);
    background-color: #fff;
  }
  .SP-header.open .line2 {
    width: 0;
    transition: 0.3s;
    background-color: #fff;
  }
  .SP-header.open .line3 {
    rotate: -48deg;
    transition: 0.3s;
    transform: translate(5px, -4px);
    background-color: #fff;
  }
}

.kv {
  padding-top: 60px;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 804px;
}
@media (max-width: 425px) {
  .kv {
    max-height: 667px;
    min-height: 667px;
  }
}
.kv.newsdetail-page {
  max-height: 350px;
  min-height: 350px;
  margin-bottom: 0px;
}
.kv.newsdetail-archive {
  margin-bottom: 0px;
}
.kv--newstitle {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 11;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv--newstitle.detail {
  top: 30%;
}
.kv--newstitle .inner {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1100px) {
  .kv--newstitle .inner {
    width: 90%;
  }
}
.kv--newstitle .content {
  position: relative;
}
.kv--newstitle .content .title {
  font-family: "Noto Sans JP", serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  color: #171717;
}
.kv--newstitle .content .text {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: -20px;
  right: -75px;
  rotate: -20deg;
}
.kv--content {
  top: 53%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .kv--content {
    padding: 0 32px;
  }
}
.kv--content .label {
  background-color: #333333;
  width: 100%;
  padding: 8px 24px 9px;
  color: #fff;
  margin-bottom: 24px;
  border-radius: 18px;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  max-width: 363px;
}
@media (max-width: 425px) {
  .kv--content .label {
    text-align: center;
  }
}
.kv--content .title {
  font-family: "Noto Sans JP", serif;
  color: #171717;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 425px) {
  .kv--content .title {
    font-size: 48px;
  }
}
.kv--content .title.lp {
  line-height: 150%;
  font-size: 36px;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .kv--content .title.lp {
    font-size: 34px;
  }
}
@media (max-width: 425px) {
  .kv--content .title.lp {
    font-size: 22px;
  }
}
.kv--content .subtitle {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-family: "Yu Gothic UI";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 100%;
}
.kv--content .text {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
}
.kv--content .text.lp {
  line-height: 200%;
  font-weight: 500;
  font-size: 18px;
  color: #333;
}
@media (max-width: 425px) {
  .kv--content .text.lp {
    font-size: 12px;
  }
}
.kv--content .button {
  margin-top: 60px;
  padding: 15px 26px 17px 36px;
  background-color: #FBDB6F;
  border: 2px solid #333333;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  border-radius: 40px;
}
.kv--content .flexbox-kv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 43px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .kv--content .flexbox-kv {
    justify-content: center;
    gap: 10px;
  }
}
.kv--content .flexbox-kv .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px 9px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  width: calc(100% / 2 - 25px * (2 - 1) / 2);
  position: relative;
}
@media (max-width: 768px) {
  .kv--content .flexbox-kv .link {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
    padding: 10px 0px 9px;
  }
}
.kv--content .flexbox-kv .link .linktext {
  color: #333333;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 768px) {
  .kv--content .flexbox-kv .link .linktext {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .kv--content .flexbox-kv .link .linktext {
    font-size: 12px;
    transform: translate(10%, 0%);
  }
}
.kv--content .flexbox-kv .link .icon {
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
}
.kv--content .flexbox-kv .link.material {
  background-color: #DBFF79;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.kv--content .flexbox-kv .link.material .text {
  color: #333333;
}
.kv--content .flexbox-kv .link.material:hover {
  opacity: 1;
}
.kv--content .flexbox-kv .link.contact {
  background-color: #FBDB6F;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.kv--content .flexbox-kv .link.contact .text {
  color: #333333;
}
.kv--content .flexbox-kv .link.contact:hover {
  opacity: 1;
}
.kv--content .flexbox-kv .link.stand {
  width: 300px;
}
@media (max-width: 600px) {
  .kv--content .flexbox-kv .link.stand {
    width: 200px;
  }
}
.kv--content .flexbox-kv .link.stand .linktext {
  transform: translate(0%, 0%);
}
.kv--content-text {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .kv--content-text {
    width: 70%;
  }
}
@media (max-width: 425px) {
  .kv--content-text {
    width: 100%;
  }
}
.kv--content-img {
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
}
@media (max-width: 768px) {
  .kv--content-img {
    display: none;
  }
}
.kv--newsbox {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .kv--newsbox {
    width: 90%;
  }
}
.kv--newsbox .listbox {
  width: 100%;
  max-width: 1100px;
  padding: 40px 50px;
  background-color: #ebfbff;
  border-radius: 20px;
  height: 100%;
  min-height: 500px;
}
.kv--newsbox .listbox .list {
  width: 100%;
}
.kv--newsbox .listbox .list--link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 60px;
  border-bottom: 1px solid #8090AC;
  padding: 16px 0;
}
@media (max-width: 425px) {
  .kv--newsbox .listbox .list--link {
    gap: 20px;
  }
}
.kv--newsbox .listbox .list--link--day {
  color: #8090AC;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 80px;
}
.kv--newsbox .listbox .list--link--text {
  color: #333;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  overflow: hidden;
  text-wrap: nowrap;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 425px) {
  .kv--newsbox .listbox .list--link--text {
    max-width: 45ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.kv--newsbox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 352px;
  background-color: #333333;
  border-radius: 20px;
}
.kv--newsbox .pagination .page-button {
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 2px;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
}
.kv--newsbox .pagination .page-button:disabled {
  cursor: not-allowed;
}
.kv--newsbox .pagination .page-button.active {
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
}
.kv--newsbox .pagination .page-button.icon {
  padding: 10px 15px;
}
.kv--newsbox .disabled-button {
  background: #ccc;
  /* グレーにする */
  color: #666;
  /* テキストを薄く */
  cursor: not-allowed;
  /* カーソルを変更 */
  pointer-events: none;
  /* クリックを無効にする */
}
.kv--main-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .kv--main-img {
    right: -69%;
  }
}
.kv--main-img.lp {
  width: 100%;
}
@media (max-width: 1024px) {
  .kv--main-img.lp {
    right: -35%;
    min-width: 1400px;
  }
}
@media (max-width: 768px) {
  .kv--main-img.lp {
    right: -75%;
    min-width: 1400px;
  }
}
@media (max-width: 425px) {
  .kv--main-img.lp {
    right: -200%;
    min-width: 1300px;
  }
}
@media (max-width: 375px) {
  .kv--main-img.lp {
    right: -246%;
    min-width: 1300px;
  }
}
.kv--main-img.newsback {
  right: unset;
  left: 0;
}
.kv--main-img.newsdetailback {
  right: unset;
  left: 0%;
  width: 1200px;
}
.kv--footer-item {
  color: #F8F8F8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E2E2E2;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-wrap: nowrap;
  z-index: 9;
}
.kv--sidebar {
  z-index: 10;
  display: flex;
  gap: 200px;
  bottom: 4%;
  left: 1%;
  position: absolute;
}

.news {
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .news {
    padding: 0 32px;
  }
}
@media (max-width: 700px) {
  .news {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 425px) {
  .news {
    padding: 0 24px;
  }
}
.news--cont {
  width: 30%;
}
@media (max-width: 600px) {
  .news--cont {
    width: 100%;
  }
}
.news--cont .button {
  color: #333;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 15px 7px 24px;
  display: flex;
  align-items: center;
  border: solid 2px #333333;
  border-radius: 40px;
  margin-top: 59px;
  width: 153px;
}
.news--cont .button--icon {
  margin-left: 14px;
}
.news--list {
  width: 70%;
}
@media (max-width: 600px) {
  .news--list {
    width: 100%;
  }
}
.news--list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 30px;
  border-bottom: 1px solid #8090AC;
  padding: 16px 0;
}
@media (max-width: 425px) {
  .news--list .item {
    gap: 20px;
  }
}
.news--list .item--day {
  color: #8090AC;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 15%;
  min-width: 80px;
}
.news--list .item--text {
  color: #333;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 70%;
  overflow: hidden;
  text-wrap: nowrap;
  display: inline-block;
  max-width: 45ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 425px) {
  .news--list .item--text {
    max-width: 45ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.company {
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 80px;
}
@media (max-width: 900px) {
  .company {
    flex-direction: column;
  }
}
.company--top {
  width: 100%;
  position: relative;
  z-index: 0;
}
.company--top .topimg {
  width: 100%;
}
.company--top .text {
  position: absolute;
  background-color: white;
  padding: 26px 30px 0;
  bottom: 0;
  left: 25px;
  border-radius: 20px 20px 0 0;
}
.company--cont {
  display: flex;
  align-items: flex-start;
  gap: 3%;
  width: 100%;
  position: relative;
  z-index: 1;
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .company--cont {
    padding: 0 32px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .company--cont {
    padding: 0 24px;
  }
}
.company--cont .company-info {
  width: 50%;
  border-collapse: collapse;
  margin: 40px 0 0;
  font-family: Arial, sans-serif;
}
@media (max-width: 900px) {
  .company--cont .company-info {
    width: 100%;
  }
}
.company--cont .company-info__row {
  border-bottom: 1px solid #8090AC;
}
@media (max-width: 900px) {
  .company--cont .company-info__row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.company--cont .company-info__header {
  width: 20%;
  padding: 10px 15px;
  font-weight: 400;
  color: #8090AC;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 900px) {
  .company--cont .company-info__header {
    width: 100%;
  }
}
.company--cont .company-info__data {
  width: 80%;
  padding: 10px 15px;
  color: #333333;
  text-align: left;
  vertical-align: top;
  line-height: 180%;
}
@media (max-width: 900px) {
  .company--cont .company-info__data {
    width: 100%;
  }
}
.company--cont .company-info__data .sponly {
  display: none;
}
@media (max-width: 900px) {
  .company--cont .company-info__data .sponly {
    display: inline;
  }
}
.company--cont .company-info__data .text {
  display: flex;
}
.company--cont .company-info__data .text .span {
  display: block;
}
.company--cont .imgbox {
  width: 50%;
  transform: translate(0, -40px);
}
@media (max-width: 1024px) {
  .company--cont .imgbox {
    transform: translate(0);
  }
}
@media (max-width: 900px) {
  .company--cont .imgbox {
    display: none;
  }
}
.company--cont .imgbox .mainimg {
  width: 100%;
}

.contactlink {
  margin-top: 80px;
  width: 100%;
  height: 303px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1024px) {
  .contactlink {
    padding: 0 32px;
  }
}
@media (max-width: 425px) {
  .contactlink {
    padding: 0 24px;
  }
}
.contactlink.newspage {
  margin-top: 0;
}
.contactlink--buttonbox {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 500px) {
  .contactlink--buttonbox {
    flex-direction: column;
    gap: 25px;
  }
}
.contactlink--buttonbox .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px 9px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 500px) {
  .contactlink--buttonbox .link {
    width: 100%;
  }
}
.contactlink--buttonbox .link .text {
  color: white;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.contactlink--buttonbox .link .icon {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactlink--buttonbox .link.material {
  background-color: #DBFF79;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.contactlink--buttonbox .link.material .text {
  color: #333333;
}
.contactlink--buttonbox .link.material:hover {
  opacity: 1;
}
.contactlink--buttonbox .link.contact {
  background-color: #FBDB6F;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
}
.contactlink--buttonbox .link.contact .text {
  color: #333333;
}
.contactlink--buttonbox .link.contact:hover {
  opacity: 1;
}
.contactlink .backimg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.update {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 0 32px;
}
@media (max-width: 425px) {
  .update {
    padding: 0 24px;
  }
}
.update--box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebfbff;
  border: 6px solid #dcdcdc;
  border-radius: 8px;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .update--box {
    width: 100%;
    transform: translate(0px, 0px);
  }
}
.update--box .update-notice {
  padding: 16px;
  width: 100%;
  max-width: 1100px;
}
.update--box .update-notice__header {
  background-color: #FBDB6F;
  color: #333;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
}
.update--box .update-notice__date {
  display: flex;
  align-items: flex-start;
}
.update--box .update-notice__date .title {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  display: block;
  width: 70px;
  min-width: 70px;
}
.update--box .update-notice__date .text {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  display: block;
}
.update--box .update-notice__description {
  display: flex;
  align-items: flex-start;
}
.update--box .update-notice__description .title {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  display: block;
  width: 70px;
  min-width: 70px;
}
.update--box .update-notice__description .text {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  display: block;
}

.display-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .display-section {
    padding: 0 32px;
  }
}
@media (max-width: 425px) {
  .display-section {
    padding: 0 24px;
  }
}
.display-section .inner {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .display-section .inner {
    flex-direction: column;
  }
}
.display-section__content {
  flex: 1;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.display-section__title {
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 16px;
}
.display-section__title .small {
  font-family: "Noto Sans", serif;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 480px) {
  .display-section__title .small br {
    display: none;
  }
}
.display-section__description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 12px;
}
.display-section__image {
  flex: 1;
  text-align: center;
  display: flex;
}
.display-section__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.feature-gallery {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 62px 0;
}
@media (max-width: 1024px) {
  .feature-gallery {
    padding: 62px 32px;
  }
}
@media (max-width: 425px) {
  .feature-gallery {
    padding: 62px 24px;
  }
}
.feature-gallery__textbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 43px;
  z-index: 1;
}
.feature-gallery__back {
  position: absolute;
  width: 800px;
  height: 100%;
  background-color: #ebfbff;
  z-index: 0;
  top: 0;
  border-radius: 29px;
}
.feature-gallery__cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  z-index: 0;
}
@media (max-width: 768px) {
  .feature-gallery__cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .feature-gallery__cont {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.feature-gallery__item {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.feature-gallery__item:hover {
  transform: translateY(-4px);
  transition: 0.3s ease;
}
.feature-gallery__image {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #eee;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-gallery__caption {
  color: #333;
  margin: 12px 0;
  text-align: center;
  position: relative;
}
.feature-gallery__caption .text {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.feature-gallery__caption::after {
  content: "";
  background-color: #BFF8FF;
  width: 100px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.feature-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .feature-section {
    padding: 0 32px;
  }
}
@media (max-width: 425px) {
  .feature-section {
    padding: 0 24px;
  }
}
.feature-section .labelimg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 80px);
}
@media (max-width: 1100px) {
  .feature-section .labelimg {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .feature-section .labelimg {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
  }
}
.feature-section .title {
  margin: 80px 0 0;
  text-align: center;
}
.feature-section__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4%;
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .feature-section__item {
    flex-direction: column;
    max-width: 500px;
    gap: 20px;
  }
}
.feature-section__item:nth-child(3n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .feature-section__item:nth-child(3n) {
    flex-direction: column;
  }
}
.feature-section__item:nth-child(5n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .feature-section__item:nth-child(5n) {
    flex-direction: column;
  }
}
.feature-section__item.last {
  position: relative;
  padding-bottom: 80px;
  align-items: flex-end;
}
@media (max-width: 425px) {
  .feature-section__item.last {
    padding-bottom: 20px;
  }
}
.feature-section__item.last .background {
  position: absolute;
  width: 100%;
  height: 212px;
  background-color: #FFFFFF;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  min-width: 1200px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1100px) {
  .feature-section__item.last .background {
    min-width: 103%;
  }
}
.feature-section__item.last .feature-section__content {
  z-index: 2;
}
@media (max-width: 425px) {
  .feature-section__item.last .feature-section__content {
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
  .feature-section__item.last .feature-section__content .feature-section__subtitle {
    margin-bottom: 20px;
  }
}
.feature-section__item.last .feature-section__image {
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: auto;
  aspect-ratio: unset;
}
@media (max-width: 425px) {
  .feature-section__item.last .feature-section__image {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: unset;
    aspect-ratio: 16/8;
    height: auto;
  }
}
.feature-section__image {
  flex: 1;
  max-width: 45%;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 10/7;
}
@media (max-width: 768px) {
  .feature-section__image {
    max-width: 100%;
    width: 100%;
  }
}
.feature-section__content {
  flex: 2;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 768px) {
  .feature-section__content {
    max-width: 100%;
    width: 100%;
  }
}
.feature-section__tag {
  display: flex;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  border-radius: 4px;
  margin-bottom: 16px;
  z-index: 1;
  min-width: 125px;
  align-items: center;
  justify-content: flex-start;
}
.feature-section__tag .tag {
  margin-right: auto;
}
.feature-section__tag::before {
  content: "";
  background-color: #FFBB4E;
  width: 18px;
  height: 32px;
  margin-right: auto;
}
.feature-section__tag.type1 {
  background-color: #FFEAC7;
}
.feature-section__tag.type1::before {
  content: "";
  background-color: #FFBB4E;
  width: 18px;
  height: 32px;
  margin-right: auto;
}
.feature-section__tag.type2 {
  background-color: #FEFDC4;
}
.feature-section__tag.type2::before {
  content: "";
  background-color: #FDF84D;
  width: 18px;
  height: 32px;
  margin-right: auto;
}
.feature-section__tag.type3 {
  background-color: #DAFF79;
}
.feature-section__tag.type3::before {
  content: "";
  background-color: #B2FF36;
  width: 18px;
  height: 32px;
  margin-right: auto;
}
.feature-section__title {
  font-size: 38px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #222;
  margin-bottom: 12px;
  z-index: 1;
}
@media (max-width: 425px) {
  .feature-section__title {
    font-size: 26px;
  }
}
.feature-section__subtitle {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  z-index: 1;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .feature-section__subtitle {
    font-size: 14px;
  }
}
.feature-section__description {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  z-index: 1;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .feature-section__description {
    font-size: 14px;
  }
}
.feature-section__backimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 0;
  width: 300px;
}
@media (max-width: 768px) {
  .feature-section__backimg {
    width: 250px;
  }
}

.lineup {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 80px;
}
@media (max-width: 1024px) {
  .lineup {
    padding: 40px 32px;
  }
}
@media (max-width: 425px) {
  .lineup {
    padding: 40px 24px;
  }
}
.lineup__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
}
.lineup__subtitle {
  font-size: 16px;
  color: #5dc1e8;
  font-weight: normal;
  margin-left: 8px;
  display: inline-block;
  font-style: italic;
}
.lineup__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .lineup__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .lineup__items {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.lineup__item {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  transition: transform 0.3s;
}
.lineup__item:hover {
  transform: translateY(-5px);
}
@media (max-width: 425px) {
  .lineup__item {
    padding: 0;
  }
}
.lineup__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 4px;
}
.lineup__image.item1 {
  scale: 0.7;
}
.lineup__image.item2 {
  scale: 0.85;
}
.lineup__image.item3 {
  scale: 1;
}
.lineup__product-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.lineup__description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.specs-table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .specs-table {
    padding: 2rem 32px;
  }
}
@media (max-width: 768px) {
  .specs-table {
    padding: 0 32px;
  }
}
@media (max-width: 425px) {
  .specs-table {
    padding: 0 24px;
  }
}
.specs-table .link {
  font-size: 14px;
  font-weight: 900;
  color: #222;
  background-color: #DBFF79;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
  border-radius: 25px;
  margin-bottom: 20px;
  max-width: 250px;
  display: block;
  text-align: center;
}
.specs-table__container {
  border: 4px solid #999999;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ebfbff;
}
.specs-table__container.detail {
  margin-top: 30px;
}
.specs-table__wrapper {
  padding: 1.5rem;
  overflow-x: auto;
}
.specs-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.specs-table__head {
  background-color: rgba(255, 255, 255, 0);
}
.specs-table__row:last-child .specs-table__cell {
  border-bottom: none;
}
.specs-table__header {
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  min-width: 200px;
}
.specs-table__header:not(:first-child) {
  border-left: 1px solid #999999;
}
.specs-table__header--empty {
  width: 12rem;
  border-bottom: none;
}
.specs-table__button {
  font-size: 14px;
  font-weight: 900;
  color: #222;
  background-color: #FBDB6F;
  border: 2px solid #333333;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  padding: 10px 22px 9px;
  border-radius: 25px;
  width: 100%;
  display: block;
  text-align: center;
}
.specs-table__body .specs-table__row:nth-child(even) {
  background-color: rgba(249, 250, 251, 0);
}
.specs-table__cell {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  font-size: 14px;
  vertical-align: middle;
}
.specs-table__cell--label {
  text-align: left;
  font-weight: normal;
  border-left: 1px solid #999999;
}
.specs-table__cell--category {
  text-align: left;
  border-left: none;
}
.specs-table__cell:first-child {
  border-left: none;
}
.specs-table__cell--extra {
  border-left: 1px solid #999999 !important;
}
@media (max-width: 768px) {
  .specs-table .specs-table__wrapper {
    padding: 1rem;
  }
  .specs-table .specs-table__header,
  .specs-table .specs-table__cell {
    padding: 0.75rem;
  }
}

.case-study {
  padding: 82px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  width: 100%;
}
@media (max-width: 1024px) {
  .case-study {
    padding: 82px 32px;
  }
}
@media (max-width: 425px) {
  .case-study {
    padding: 82px 24px;
  }
}
.case-study__container {
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.case-study__header {
  text-align: center;
  margin-bottom: 4rem;
}
.case-study__title {
  margin-bottom: 0.5rem;
  text-align: center;
}
.case-study__subtitle {
  font-size: 1.5rem;
  font-style: italic;
  color: #60a5fa;
}
.case-study__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .case-study__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .case-study__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .case-study__grid.grid4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.case-study__item {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study__logo {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}

.use-cases {
  padding: 82px 0 0px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .use-cases {
    padding: 82px 32px 0px;
  }
}
@media (max-width: 425px) {
  .use-cases {
    padding: 82px 24px 0px;
  }
}
.use-cases .backorange {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .use-cases .backorange {
    min-height: 500px;
  }
}
.use-cases.nopad {
  padding: 0;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .use-cases.nopad {
    padding: 20px 32px 0px;
  }
}
@media (max-width: 425px) {
  .use-cases.nopad {
    padding: 0px 24px 0px;
  }
}
.use-cases.nopad .backorange {
  position: absolute;
  width: 100%;
  top: unset;
  bottom: -60px;
  left: 0;
  z-index: -1;
  max-height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .use-cases.nopad .backorange {
    min-height: 300px;
  }
}
.use-cases__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .use-cases__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.use-cases__header {
  margin-bottom: 80px;
}
.use-cases__title {
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: 500;
}
@media (max-width: 650px) {
  .use-cases__title {
    font-size: 18px;
  }
}
.use-cases__subtitle {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.use-cases__subtitle-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  line-height: 47px;
  font-weight: 900;
}
@media (max-width: 650px) {
  .use-cases__subtitle-text {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .use-cases__subtitle-text {
    font-size: 17px;
  }
}
.use-cases__subtitle-highlight {
  position: relative;
}
.use-cases__subtitle-highlight-text {
  background-color: #1a1a1a;
  color: white;
  padding: 0 8px;
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 650px) {
  .use-cases__subtitle-highlight-text {
    font-size: 24px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
  }
}
@media (max-width: 425px) {
  .use-cases__subtitle-highlight-text {
    font-size: 17px;
  }
}
.use-cases__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .use-cases__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .use-cases__grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
  }
}

.use-case {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.use-case__speech-bubble {
  position: relative;
  background-color: white;
  padding: 21px 0 18px;
  border-radius: 9999px;
  box-shadow: 6px 10px 6px -3px rgba(0, 0, 0, 0.3);
  width: 90%;
  margin: 0 auto 2rem;
  border: #dfdfdf solid 1px;
}
.use-case__speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid white;
}
.use-case__speech-bubble-text {
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
}
.use-case__image-wrapper {
  border-radius: 0.5rem;
  overflow: hidden;
}
.use-case__image {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.use-case__description {
  line-height: 1.7;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
}

.qa {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1024px) {
  .qa {
    padding: 0 32px;
  }
}
@media (max-width: 425px) {
  .qa {
    padding: 0 24px;
  }
}
.qa .title {
  text-align: center;
  margin-bottom: 80px;
}
.qa .inner {
  width: 100%;
  max-width: 1100px;
  z-index: 1;
  position: relative;
}
.qa .qa_box {
  margin-bottom: 20px;
}
.qa .qa_box .qa_q {
  cursor: pointer;
  color: #fff;
  position: relative;
}
.qa .toggle_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -15px;
  transform: translateY(3px);
}
@media (max-width: 425px) {
  .qa .toggle_icon {
    right: 3%;
  }
}
.qa .toggle_icon:before {
  position: absolute;
  content: "▼";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  color: #333333;
  transition: 0.3s;
}
.qa .qa_q.open .toggle_icon:before {
  rotate: 180deg;
  transition: 0.3s;
}
.qa .qa_box .qa_a {
  display: none;
  box-sizing: border-box;
}
.qa .qa_a {
  display: none;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
}
.qa .q_txt {
  display: block;
  display: flex;
  gap: 16px;
  width: 100%;
}
.qa .q_txt .text {
  color: #171717;
  font-size: 16px;
  background-color: #F0F0F0;
  padding: 19px 24px 16px;
  width: 100%;
}
@media (max-width: 425px) {
  .qa .q_txt .text {
    font-size: 17px;
    padding: 19px 45px 16px 15px;
  }
}
.qa .q_txt::before {
  content: "Q";
  color: #4AB1E6;
  font-size: 20px;
  font-weight: bold;
  background-color: #F0F0F0;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 425px) {
  .qa .q_txt::before {
    font-size: 17px;
    padding: 10px 18px;
  }
}
.qa .a_txt {
  display: block;
  display: flex;
  gap: 16px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.qa .a_txt .text {
  color: #171717;
  font-size: 16px;
  padding: 19px 24px 16px;
  width: 100%;
}
@media (max-width: 425px) {
  .qa .a_txt .text {
    font-size: 17px;
    padding: 19px 15px 16px 15px;
  }
}
.qa .a_txt::before {
  content: "A";
  color: #ED34D1;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 24px;
}
@media (max-width: 425px) {
  .qa .a_txt::before {
    font-size: 17px;
    padding: 19px 18px 16px;
  }
}
.qa .back {
  width: 100%;
  height: 150px;
  background-color: #ebfbff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}

.contactbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 82px;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .contactbox {
    padding: 0px 32px 120px;
  }
}
@media (max-width: 425px) {
  .contactbox {
    padding: 0px 24px 120px;
  }
}
.contactbox .contact-form {
  background-color: #ebfbff;
  padding: 60px 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 1100px;
  z-index: 1;
  position: relative;
  border-radius: 14px;
}
@media (max-width: 425px) {
  .contactbox .contact-form {
    padding: 30px 15px;
    border: 4px solid #C1C1C1;
  }
}
.contactbox .contact-form::before {
  content: "";
  background-color: #ebfbff;
  width: 100%;
  height: 100%;
  display: block;
  min-height: 578px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 4px solid #C1C1C1;
  border-bottom: 4px solid #C1C1C1;
  border-left: 4px solid #C1C1C1;
  border-right: 4px solid #C1C1C1;
  z-index: 0;
  border-radius: 14px;
}
@media (max-width: 600px) {
  .contactbox .contact-form::before {
    display: none;
  }
}
.contactbox .contact-form__title {
  margin-bottom: 82px;
  text-align: center;
}
.contactbox .contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 1;
  position: relative;
}
.contactbox .contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.contactbox .contact-form__group--inline {
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 600px) {
  .contactbox .contact-form__group--inline {
    flex-direction: column;
  }
}
.contactbox .contact-form__group--inline .flexcont {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (max-width: 600px) {
  .contactbox .contact-form__group--inline .flexcont {
    width: 100%;
  }
}
.contactbox .contact-form__group--inline .flexcont .post {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
.contactbox .contact-form__group--inline .flexcont .post .post-text {
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
.contactbox .contact-form__label {
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contactbox .contact-form__label {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .contactbox .contact-form__label {
    font-size: 14px;
  }
}
.contactbox .contact-form__required {
  color: #EB461E;
  margin-left: 19px;
  font-size: 10px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
}
.contactbox .contact-form__input, .contactbox .contact-form__textarea {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #999999;
  background-color: #ffffff;
  color: #333;
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  .contactbox .contact-form__input, .contactbox .contact-form__textarea {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .contactbox .contact-form__input, .contactbox .contact-form__textarea {
    padding: 14px 20px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .contactbox .contact-form__input, .contactbox .contact-form__textarea {
    font-size: 12px;
  }
}
.contactbox .contact-form__input:focus, .contactbox .contact-form__textarea:focus {
  outline: none;
}
.contactbox .contact-form__select {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #999999;
  background-color: #ffffff;
  color: #333;
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
@media (max-width: 768px) {
  .contactbox .contact-form__select {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .contactbox .contact-form__select {
    padding: 14px 20px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .contactbox .contact-form__select {
    font-size: 12px;
  }
}
.contactbox .contact-form__select:focus {
  outline: none;
  background-color: #f0f0f0;
}
.contactbox .contact-form .selectbox {
  width: 100%;
  position: relative;
}
.contactbox .contact-form .selectbox .arrow {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
}
.contactbox .contact-form__textarea {
  height: 120px;
  resize: none;
}
.contactbox .contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactbox .contact-form__actions .contact-form__button {
  background: #FBDB6F;
  border-radius: 40px;
  color: #333333;
  border: 2px solid #333333;
  padding: 19px 64px 20px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 18px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  position: relative;
}
@media (max-width: 425px) {
  .contactbox .contact-form__actions .contact-form__button {
    font-size: 14px;
    padding: 19px 0px 20px;
    width: 100%;
  }
}
.contactbox .contact-form__actions .contact-form__button .arrow {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translate(0, -50%);
}
.contactbox .backimg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 0;
  height: 60%;
}
.contactbox .backimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.post-content .inner {
  width: 100%;
  max-width: 1100px;
  background-color: #FFF;
  transform: translateY(-120px);
  padding: 50px 50px 0;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 425px) {
  .post-content .inner {
    padding: 50px 24px;
  }
}
.post-content__title {
  font-family: "Noto Sans JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
.post-content__date {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #999999;
}
.post-content p {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
.post-content h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 26px;
  font-weight: 700;
  padding: 40px 0 31px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-bottom: 26px;
}
.post-content h3 {
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: 700;
  padding: 31px 0;
}
.post-content h4 {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  padding: 31px 0;
}
.post-content h5 {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  padding: 31px 0;
}
.post-content h6 {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  padding: 31px 0;
}
.post-content ul {
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin: 20px 0;
  border-radius: 6px;
}
.post-content ul li {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.post-content ol {
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin: 20px 0;
  border-radius: 6px;
}
.post-content ol li {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.post-content .wp-block-image {
  display: flex;
  justify-content: center;
}
.post-content .wp-block-image img {
  max-width: 600px;
  margin: 40px 0;
}
.post-content .wp-block-table {
  margin-bottom: 30px;
}
.post-content .wp-block-table .has-fixed-layout {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #333333;
  overflow-x: auto;
}
.post-content .wp-block-table .has-fixed-layout th {
  border: 1px solid #CCCCCC;
}
.post-content .wp-block-table thead {
  background-color: #ebfbff;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.post-content .wp-block-table td {
  border: 1px solid #CCCCCC;
}
.post-content .wp-block-table .wp-element-caption {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 700;
}
.post-content .wp-block-quote p {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  position: relative;
}
.post-content .wp-block-quote p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  background-image: url(../../img/newsdetail/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.post-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}
.post-buttons .inner {
  width: 100%;
  max-width: 1100px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 425px) {
  .post-buttons .inner {
    padding: 50px 24px;
  }
}
.post-buttons .line {
  border-top: 3px solid #333333;
  width: 100%;
  margin-bottom: 50px;
}
.post-buttons .button {
  width: 252px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFF;
  padding: 16px 10px 16px 0;
  border-radius: 34px;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 500;
}
.post-buttons .button img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}

.policy-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.policy-content .inner {
  width: 100%;
  max-width: 1100px;
  background-color: #FFF;
  transform: translateY(-120px);
  padding: 50px 50px 0;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 425px) {
  .policy-content .inner {
    padding: 50px 24px;
  }
}
.policy-content p {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
.policy-content .day {
  width: 100%;
  text-align: right;
}
.policy-content strong {
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
.policy-content__title {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 70px;
}
.policy-content__cont {
  width: 100%;
  margin-bottom: 70px;
}
.policy-content h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 23px;
  font-weight: 700;
  padding: 0px 0 21px;
  border-bottom: 1px solid #707070;
  margin-bottom: 16px;
}
.policy-content h3 {
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: 700;
  padding: 31px 0;
}
.policy-content h4 {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 700;
  padding: 31px 0;
}
.policy-content h5 {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  padding: 31px 0;
}
.policy-content h6 {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  padding: 31px 0;
}
.policy-content ul {
  width: 100%;
  padding: 32px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin: 20px 0;
  border-radius: 6px;
}
.policy-content ul li {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  list-style-type: disc;
}
.policy-content ol {
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin: 20px 0;
  border-radius: 6px;
}
.policy-content ol li {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.policy-content .wp-block-image {
  display: flex;
  justify-content: center;
}
.policy-content .wp-block-image img {
  max-width: 600px;
  margin: 40px 0;
}
.policy-content .wp-block-table {
  margin-bottom: 30px;
}
.policy-content .wp-block-table .has-fixed-layout {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #333333;
  overflow-x: auto;
}
.policy-content .wp-block-table .has-fixed-layout th {
  border: 1px solid #CCCCCC;
}
.policy-content .wp-block-table thead {
  background-color: #ebfbff;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.policy-content .wp-block-table td {
  border: 1px solid #CCCCCC;
}
.policy-content .wp-block-table .wp-element-caption {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 700;
}
.policy-content .wp-block-quote p {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  position: relative;
}
.policy-content .wp-block-quote p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  background-image: url(../../img/newsdetail/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Module Components */
/* CSS Document */
.fi,
.fi-mult > * {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}

.single,
.mult > * {
  opacity: 0.9;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}

.s-left,
.m-left > *:nth-child(odd) {
  transform: translate3d(-15%, 0, 0);
}

.s-right,
.m-right > *:nth-child(even) {
  transform: translate3d(15%, 0, 0);
}

.s-top,
.m-top > * {
  transform: translate3d(0, -20px, 0);
}

.s-under,
.m-under > * {
  transform: translate3d(0, 20px, 0);
}

.s-rt {
  transform: translate3d(50px, -50px, 0);
}

.s-ru {
  transform: translate3d(50px, 50px, 0);
}

.s-lt {
  transform: translate3d(-50px, -50px, 0);
}

.s-lu {
  transform: translate3d(-50px, 50px, 0);
}

.s-block {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: transparent;
  transition: color 0.6s 0.3s;
}
.s-block .c-ttlMid__service--icon {
  transition: opacity;
  opacity: 0;
}
.s-block:before {
  content: "";
  position: absolute;
  background: #222222;
  width: 100%;
  height: 100%;
  left: -100%;
  z-index: 1;
}
.s-block.pActive {
  color: unset;
}
.s-block.pActive:before {
  animation: blockAnimation 1s forwards ease;
}
.s-block.pActive .c-ttlMid__service--icon {
  opacity: 1;
}

@keyframes blockAnimation {
  0% {
    left: calc(-100% - 1px);
  }
  100% {
    left: calc(100% + 1px);
  }
}
.rotate {
  transform: rotate(30deg);
}
.rotate.pActive {
  transform: rotate(0deg);
}

.scale {
  transform: scale(0.3);
}
.scale.pActive {
  transform: scale(1);
}

.bound {
  animation: key1 0.3s ease infinite alternate;
}

@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.single.pActive,
.mult > .pActive,
.fi.pActive,
.fi-mult > .pActive {
  opacity: 1;
  --webkit-transform: translate3d(0,0,0);
  transform: translate3d(0, 0, 0);
}

.delay2sec {
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay4sec {
  transition: all 4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 4s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay6sec {
  transition: all 6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 6s cubic-bezier(0.4, 0, 0.2, 1);
}

.lg-backdrop {
  background: #181818 !important;
}

.lg-toolbar {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
}

.lg-prev, .lg-next {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1200px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
@media screen and (max-width: 768px) {
  .modaal-container {
    width: calc(100% - 40px);
  }
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #222222;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    right: 10px;
    top: 3px;
  }
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  content: "";
  position: absolute;
  background: #222222;
  width: 80%;
  height: 2px;
}
.modaal-close:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
}
.modaal-close:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */