@charset "UTF-8";
/* Initial Setup */
/* Web Fonts: Helvetica Neue LT Std (OTF) */
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url(../../assets/font/HelveticaNeueLTStd-BdEx.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url(../../assets/font/HelveticaNeueLTStd-HvEx.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url(../../assets/font/HelveticaNeueLTStd-BlkEx.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Utility: apply Helvetica family */
/* 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;
}

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

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

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

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

html {
  background: #fff;
  font-size: 10px;
  scroll-behavior: smooth;
  font-family: "M PLUS 1p", sans-serif;
}

body {
  width: 100%;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 1px;
  touch-action: manipulation;
  touch-action: pan-x pan-y;
  font-weight: 500;
}
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;
}

.single-head {
  width: 100%;
  transition: opacity 0.3s;
}
.single-head.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;
}

.customize-support .l-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .customize-support .l-header {
    top: 46px;
  }
}

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;
  appearance: none;
}

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

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

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

* {
  box-sizing: border-box;
}

.u-pc {
  display: block;
}

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

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

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

@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
  .u-sp-flex {
    display: flex !important;
  }
  .u-sp-ib {
    display: inline-block !important;
  }
  .u-pc,
  .u-pc-flex,
  .u-pc-ib {
    display: none !important;
  }
}
.u-m0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-m4 {
  margin: 4px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-mx4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.u-my4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.u-m8 {
  margin: 8px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-mx8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-m12 {
  margin: 12px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-mx12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-my12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-m16 {
  margin: 16px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-mx16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-m24 {
  margin: 24px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-mx24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-m28 {
  margin: 28px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-mx28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.u-my28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-m32 {
  margin: 32px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-mx32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-m36 {
  margin: 36px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-mx36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.u-my36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-m48 {
  margin: 48px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-mx48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-my48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-m56 {
  margin: 56px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-mx56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.u-my56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-m64 {
  margin: 64px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-mx64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.u-my64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-m0__sm {
    margin: 0px !important;
  }
  .u-mt0__sm {
    margin-top: 0px !important;
  }
  .u-mr0__sm {
    margin-right: 0px !important;
  }
  .u-mb0__sm {
    margin-bottom: 0px !important;
  }
  .u-ml0__sm {
    margin-left: 0px !important;
  }
  .u-mx0__sm {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-my0__sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m4__sm {
    margin: 4px !important;
  }
  .u-mt4__sm {
    margin-top: 4px !important;
  }
  .u-mr4__sm {
    margin-right: 4px !important;
  }
  .u-mb4__sm {
    margin-bottom: 4px !important;
  }
  .u-ml4__sm {
    margin-left: 4px !important;
  }
  .u-mx4__sm {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .u-my4__sm {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m8__sm {
    margin: 8px !important;
  }
  .u-mt8__sm {
    margin-top: 8px !important;
  }
  .u-mr8__sm {
    margin-right: 8px !important;
  }
  .u-mb8__sm {
    margin-bottom: 8px !important;
  }
  .u-ml8__sm {
    margin-left: 8px !important;
  }
  .u-mx8__sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-my8__sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m10__sm {
    margin: 10px !important;
  }
  .u-mt10__sm {
    margin-top: 10px !important;
  }
  .u-mr10__sm {
    margin-right: 10px !important;
  }
  .u-mb10__sm {
    margin-bottom: 10px !important;
  }
  .u-ml10__sm {
    margin-left: 10px !important;
  }
  .u-mx10__sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .u-my10__sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m12__sm {
    margin: 12px !important;
  }
  .u-mt12__sm {
    margin-top: 12px !important;
  }
  .u-mr12__sm {
    margin-right: 12px !important;
  }
  .u-mb12__sm {
    margin-bottom: 12px !important;
  }
  .u-ml12__sm {
    margin-left: 12px !important;
  }
  .u-mx12__sm {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .u-my12__sm {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m16__sm {
    margin: 16px !important;
  }
  .u-mt16__sm {
    margin-top: 16px !important;
  }
  .u-mr16__sm {
    margin-right: 16px !important;
  }
  .u-mb16__sm {
    margin-bottom: 16px !important;
  }
  .u-ml16__sm {
    margin-left: 16px !important;
  }
  .u-mx16__sm {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-my16__sm {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m20__sm {
    margin: 20px !important;
  }
  .u-mt20__sm {
    margin-top: 20px !important;
  }
  .u-mr20__sm {
    margin-right: 20px !important;
  }
  .u-mb20__sm {
    margin-bottom: 20px !important;
  }
  .u-ml20__sm {
    margin-left: 20px !important;
  }
  .u-mx20__sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-my20__sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m24__sm {
    margin: 24px !important;
  }
  .u-mt24__sm {
    margin-top: 24px !important;
  }
  .u-mr24__sm {
    margin-right: 24px !important;
  }
  .u-mb24__sm {
    margin-bottom: 24px !important;
  }
  .u-ml24__sm {
    margin-left: 24px !important;
  }
  .u-mx24__sm {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-my24__sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m28__sm {
    margin: 28px !important;
  }
  .u-mt28__sm {
    margin-top: 28px !important;
  }
  .u-mr28__sm {
    margin-right: 28px !important;
  }
  .u-mb28__sm {
    margin-bottom: 28px !important;
  }
  .u-ml28__sm {
    margin-left: 28px !important;
  }
  .u-mx28__sm {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .u-my28__sm {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m30__sm {
    margin: 30px !important;
  }
  .u-mt30__sm {
    margin-top: 30px !important;
  }
  .u-mr30__sm {
    margin-right: 30px !important;
  }
  .u-mb30__sm {
    margin-bottom: 30px !important;
  }
  .u-ml30__sm {
    margin-left: 30px !important;
  }
  .u-mx30__sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .u-my30__sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m32__sm {
    margin: 32px !important;
  }
  .u-mt32__sm {
    margin-top: 32px !important;
  }
  .u-mr32__sm {
    margin-right: 32px !important;
  }
  .u-mb32__sm {
    margin-bottom: 32px !important;
  }
  .u-ml32__sm {
    margin-left: 32px !important;
  }
  .u-mx32__sm {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-my32__sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m36__sm {
    margin: 36px !important;
  }
  .u-mt36__sm {
    margin-top: 36px !important;
  }
  .u-mr36__sm {
    margin-right: 36px !important;
  }
  .u-mb36__sm {
    margin-bottom: 36px !important;
  }
  .u-ml36__sm {
    margin-left: 36px !important;
  }
  .u-mx36__sm {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .u-my36__sm {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m40__sm {
    margin: 40px !important;
  }
  .u-mt40__sm {
    margin-top: 40px !important;
  }
  .u-mr40__sm {
    margin-right: 40px !important;
  }
  .u-mb40__sm {
    margin-bottom: 40px !important;
  }
  .u-ml40__sm {
    margin-left: 40px !important;
  }
  .u-mx40__sm {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-my40__sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m48__sm {
    margin: 48px !important;
  }
  .u-mt48__sm {
    margin-top: 48px !important;
  }
  .u-mr48__sm {
    margin-right: 48px !important;
  }
  .u-mb48__sm {
    margin-bottom: 48px !important;
  }
  .u-ml48__sm {
    margin-left: 48px !important;
  }
  .u-mx48__sm {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .u-my48__sm {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m50__sm {
    margin: 50px !important;
  }
  .u-mt50__sm {
    margin-top: 50px !important;
  }
  .u-mr50__sm {
    margin-right: 50px !important;
  }
  .u-mb50__sm {
    margin-bottom: 50px !important;
  }
  .u-ml50__sm {
    margin-left: 50px !important;
  }
  .u-mx50__sm {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .u-my50__sm {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m56__sm {
    margin: 56px !important;
  }
  .u-mt56__sm {
    margin-top: 56px !important;
  }
  .u-mr56__sm {
    margin-right: 56px !important;
  }
  .u-mb56__sm {
    margin-bottom: 56px !important;
  }
  .u-ml56__sm {
    margin-left: 56px !important;
  }
  .u-mx56__sm {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .u-my56__sm {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m60__sm {
    margin: 60px !important;
  }
  .u-mt60__sm {
    margin-top: 60px !important;
  }
  .u-mr60__sm {
    margin-right: 60px !important;
  }
  .u-mb60__sm {
    margin-bottom: 60px !important;
  }
  .u-ml60__sm {
    margin-left: 60px !important;
  }
  .u-mx60__sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .u-my60__sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m64__sm {
    margin: 64px !important;
  }
  .u-mt64__sm {
    margin-top: 64px !important;
  }
  .u-mr64__sm {
    margin-right: 64px !important;
  }
  .u-mb64__sm {
    margin-bottom: 64px !important;
  }
  .u-ml64__sm {
    margin-left: 64px !important;
  }
  .u-mx64__sm {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .u-my64__sm {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m70__sm {
    margin: 70px !important;
  }
  .u-mt70__sm {
    margin-top: 70px !important;
  }
  .u-mr70__sm {
    margin-right: 70px !important;
  }
  .u-mb70__sm {
    margin-bottom: 70px !important;
  }
  .u-ml70__sm {
    margin-left: 70px !important;
  }
  .u-mx70__sm {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .u-my70__sm {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m80__sm {
    margin: 80px !important;
  }
  .u-mt80__sm {
    margin-top: 80px !important;
  }
  .u-mr80__sm {
    margin-right: 80px !important;
  }
  .u-mb80__sm {
    margin-bottom: 80px !important;
  }
  .u-ml80__sm {
    margin-left: 80px !important;
  }
  .u-mx80__sm {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-my80__sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m90__sm {
    margin: 90px !important;
  }
  .u-mt90__sm {
    margin-top: 90px !important;
  }
  .u-mr90__sm {
    margin-right: 90px !important;
  }
  .u-mb90__sm {
    margin-bottom: 90px !important;
  }
  .u-ml90__sm {
    margin-left: 90px !important;
  }
  .u-mx90__sm {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .u-my90__sm {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m100__sm {
    margin: 100px !important;
  }
  .u-mt100__sm {
    margin-top: 100px !important;
  }
  .u-mr100__sm {
    margin-right: 100px !important;
  }
  .u-mb100__sm {
    margin-bottom: 100px !important;
  }
  .u-ml100__sm {
    margin-left: 100px !important;
  }
  .u-mx100__sm {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .u-my100__sm {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
.u-mx_auto {
  margin-left: auto;
  margin-right: auto;
}

.u-p0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-p4 {
  padding: 4px !important;
}

.u-pt4 {
  padding-top: 4px !important;
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-px4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.u-py4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.u-p8 {
  padding: 8px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-px8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-py8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-p12 {
  padding: 12px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-px12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-py12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-p16 {
  padding: 16px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-px16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-py16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-p24 {
  padding: 24px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-px24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-py24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-p28 {
  padding: 28px !important;
}

.u-pt28 {
  padding-top: 28px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-px28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.u-py28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-p32 {
  padding: 32px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-px32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-py32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-p36 {
  padding: 36px !important;
}

.u-pt36 {
  padding-top: 36px !important;
}

.u-pr36 {
  padding-right: 36px !important;
}

.u-pb36 {
  padding-bottom: 36px !important;
}

.u-pl36 {
  padding-left: 36px !important;
}

.u-px36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.u-py36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-p48 {
  padding: 48px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-px48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-py48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-p56 {
  padding: 56px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-px56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.u-py56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-p64 {
  padding: 64px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-px64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.u-py64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-p0__sm {
    padding: 0px !important;
  }
  .u-pt0__sm {
    padding-top: 0px !important;
  }
  .u-pr0__sm {
    padding-right: 0px !important;
  }
  .u-pb0__sm {
    padding-bottom: 0px !important;
  }
  .u-pl0__sm {
    padding-left: 0px !important;
  }
  .u-px0__sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0__sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p4__sm {
    padding: 4px !important;
  }
  .u-pt4__sm {
    padding-top: 4px !important;
  }
  .u-pr4__sm {
    padding-right: 4px !important;
  }
  .u-pb4__sm {
    padding-bottom: 4px !important;
  }
  .u-pl4__sm {
    padding-left: 4px !important;
  }
  .u-px4__sm {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .u-py4__sm {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p8__sm {
    padding: 8px !important;
  }
  .u-pt8__sm {
    padding-top: 8px !important;
  }
  .u-pr8__sm {
    padding-right: 8px !important;
  }
  .u-pb8__sm {
    padding-bottom: 8px !important;
  }
  .u-pl8__sm {
    padding-left: 8px !important;
  }
  .u-px8__sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .u-py8__sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p10__sm {
    padding: 10px !important;
  }
  .u-pt10__sm {
    padding-top: 10px !important;
  }
  .u-pr10__sm {
    padding-right: 10px !important;
  }
  .u-pb10__sm {
    padding-bottom: 10px !important;
  }
  .u-pl10__sm {
    padding-left: 10px !important;
  }
  .u-px10__sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10__sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p12__sm {
    padding: 12px !important;
  }
  .u-pt12__sm {
    padding-top: 12px !important;
  }
  .u-pr12__sm {
    padding-right: 12px !important;
  }
  .u-pb12__sm {
    padding-bottom: 12px !important;
  }
  .u-pl12__sm {
    padding-left: 12px !important;
  }
  .u-px12__sm {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .u-py12__sm {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p16__sm {
    padding: 16px !important;
  }
  .u-pt16__sm {
    padding-top: 16px !important;
  }
  .u-pr16__sm {
    padding-right: 16px !important;
  }
  .u-pb16__sm {
    padding-bottom: 16px !important;
  }
  .u-pl16__sm {
    padding-left: 16px !important;
  }
  .u-px16__sm {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .u-py16__sm {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p20__sm {
    padding: 20px !important;
  }
  .u-pt20__sm {
    padding-top: 20px !important;
  }
  .u-pr20__sm {
    padding-right: 20px !important;
  }
  .u-pb20__sm {
    padding-bottom: 20px !important;
  }
  .u-pl20__sm {
    padding-left: 20px !important;
  }
  .u-px20__sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20__sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p24__sm {
    padding: 24px !important;
  }
  .u-pt24__sm {
    padding-top: 24px !important;
  }
  .u-pr24__sm {
    padding-right: 24px !important;
  }
  .u-pb24__sm {
    padding-bottom: 24px !important;
  }
  .u-pl24__sm {
    padding-left: 24px !important;
  }
  .u-px24__sm {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .u-py24__sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p28__sm {
    padding: 28px !important;
  }
  .u-pt28__sm {
    padding-top: 28px !important;
  }
  .u-pr28__sm {
    padding-right: 28px !important;
  }
  .u-pb28__sm {
    padding-bottom: 28px !important;
  }
  .u-pl28__sm {
    padding-left: 28px !important;
  }
  .u-px28__sm {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .u-py28__sm {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p30__sm {
    padding: 30px !important;
  }
  .u-pt30__sm {
    padding-top: 30px !important;
  }
  .u-pr30__sm {
    padding-right: 30px !important;
  }
  .u-pb30__sm {
    padding-bottom: 30px !important;
  }
  .u-pl30__sm {
    padding-left: 30px !important;
  }
  .u-px30__sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30__sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p32__sm {
    padding: 32px !important;
  }
  .u-pt32__sm {
    padding-top: 32px !important;
  }
  .u-pr32__sm {
    padding-right: 32px !important;
  }
  .u-pb32__sm {
    padding-bottom: 32px !important;
  }
  .u-pl32__sm {
    padding-left: 32px !important;
  }
  .u-px32__sm {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .u-py32__sm {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p36__sm {
    padding: 36px !important;
  }
  .u-pt36__sm {
    padding-top: 36px !important;
  }
  .u-pr36__sm {
    padding-right: 36px !important;
  }
  .u-pb36__sm {
    padding-bottom: 36px !important;
  }
  .u-pl36__sm {
    padding-left: 36px !important;
  }
  .u-px36__sm {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .u-py36__sm {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p40__sm {
    padding: 40px !important;
  }
  .u-pt40__sm {
    padding-top: 40px !important;
  }
  .u-pr40__sm {
    padding-right: 40px !important;
  }
  .u-pb40__sm {
    padding-bottom: 40px !important;
  }
  .u-pl40__sm {
    padding-left: 40px !important;
  }
  .u-px40__sm {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40__sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p48__sm {
    padding: 48px !important;
  }
  .u-pt48__sm {
    padding-top: 48px !important;
  }
  .u-pr48__sm {
    padding-right: 48px !important;
  }
  .u-pb48__sm {
    padding-bottom: 48px !important;
  }
  .u-pl48__sm {
    padding-left: 48px !important;
  }
  .u-px48__sm {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .u-py48__sm {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p50__sm {
    padding: 50px !important;
  }
  .u-pt50__sm {
    padding-top: 50px !important;
  }
  .u-pr50__sm {
    padding-right: 50px !important;
  }
  .u-pb50__sm {
    padding-bottom: 50px !important;
  }
  .u-pl50__sm {
    padding-left: 50px !important;
  }
  .u-px50__sm {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50__sm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p56__sm {
    padding: 56px !important;
  }
  .u-pt56__sm {
    padding-top: 56px !important;
  }
  .u-pr56__sm {
    padding-right: 56px !important;
  }
  .u-pb56__sm {
    padding-bottom: 56px !important;
  }
  .u-pl56__sm {
    padding-left: 56px !important;
  }
  .u-px56__sm {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .u-py56__sm {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p60__sm {
    padding: 60px !important;
  }
  .u-pt60__sm {
    padding-top: 60px !important;
  }
  .u-pr60__sm {
    padding-right: 60px !important;
  }
  .u-pb60__sm {
    padding-bottom: 60px !important;
  }
  .u-pl60__sm {
    padding-left: 60px !important;
  }
  .u-px60__sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60__sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p64__sm {
    padding: 64px !important;
  }
  .u-pt64__sm {
    padding-top: 64px !important;
  }
  .u-pr64__sm {
    padding-right: 64px !important;
  }
  .u-pb64__sm {
    padding-bottom: 64px !important;
  }
  .u-pl64__sm {
    padding-left: 64px !important;
  }
  .u-px64__sm {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .u-py64__sm {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p70__sm {
    padding: 70px !important;
  }
  .u-pt70__sm {
    padding-top: 70px !important;
  }
  .u-pr70__sm {
    padding-right: 70px !important;
  }
  .u-pb70__sm {
    padding-bottom: 70px !important;
  }
  .u-pl70__sm {
    padding-left: 70px !important;
  }
  .u-px70__sm {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70__sm {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p80__sm {
    padding: 80px !important;
  }
  .u-pt80__sm {
    padding-top: 80px !important;
  }
  .u-pr80__sm {
    padding-right: 80px !important;
  }
  .u-pb80__sm {
    padding-bottom: 80px !important;
  }
  .u-pl80__sm {
    padding-left: 80px !important;
  }
  .u-px80__sm {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80__sm {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p90__sm {
    padding: 90px !important;
  }
  .u-pt90__sm {
    padding-top: 90px !important;
  }
  .u-pr90__sm {
    padding-right: 90px !important;
  }
  .u-pb90__sm {
    padding-bottom: 90px !important;
  }
  .u-pl90__sm {
    padding-left: 90px !important;
  }
  .u-px90__sm {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90__sm {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p100__sm {
    padding: 100px !important;
  }
  .u-pt100__sm {
    padding-top: 100px !important;
  }
  .u-pr100__sm {
    padding-right: 100px !important;
  }
  .u-pb100__sm {
    padding-bottom: 100px !important;
  }
  .u-pl100__sm {
    padding-left: 100px !important;
  }
  .u-px100__sm {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100__sm {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.c-breadcrumb {
  position: relative;
  gap: 20px;
  background: #111;
  padding-top: 70px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__list {
  position: relative;
  background: #00FF00;
  display: flex;
  width: fit-content;
  min-width: 500px;
  gap: 25px;
}
.c-breadcrumb__list:after {
  content: "";
  position: absolute;
  background: #00FF00;
  width: 100vw;
  height: 100%;
  right: calc(100% - 1px);
  top: 0;
}
.c-breadcrumb__list:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-bottom-color: #00FF00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: calc(100% - 16px);
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__list {
    padding: 0 5%;
  }
}
.c-breadcrumb__item {
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
}
.c-breadcrumb__item:last-child:after {
  content: none;
}
.c-breadcrumb__item:after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: calc(100% + 10px);
}

.c-inner, .c-inner.--small, .c-inner.--mid, .c-inner.--wide {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .c-inner, .c-inner.--small, .c-inner.--mid, .c-inner.--wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .c-inner, .c-inner.--small, .c-inner.--mid, .c-inner.--wide {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner, .c-inner.--small, .c-inner.--mid, .c-inner.--wide {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.c-inner.--wide {
  max-width: 1400px;
}
.c-inner.--mid {
  max-width: 1200px;
}
.c-inner.--small {
  max-width: 1000px;
}

.c-title {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 2.4px;
  color: #333333;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}
@media (max-width: 1300px) {
  .c-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 4rem;
  }
}

.c-edit h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 3em 0 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .c-edit h2 {
    font-size: 2rem;
  }
}
.c-edit h3 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 2.5em;
  position: relative;
  margin: 2em 0 1em;
}
.c-edit h3:before {
  content: "";
  position: absolute;
  width: 2em;
  height: 1px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
  border-bottom: 1px solid #00FF00;
}
.c-edit h4 {
  color: #00FF00;
  font-weight: 600;
  margin: 1.5em 0 1em;
}
.c-edit p {
  line-height: 2.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .c-edit p {
    line-height: 2;
  }
}
.c-edit figure {
  margin: 40px 0;
}
.c-edit figure img {
  border-radius: 10px;
}
.c-edit table {
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background: #fff;
  table-layout: fixed;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-edit table {
    min-width: 700px;
  }
}
.c-edit thead th {
  background: #E3EBF5;
  text-align: center;
  padding: 15px 5px;
  line-height: 1.4;
  color: #00FF00;
  font-weight: 500;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #fff;
}
.c-edit thead th:first-child {
  border-radius: 5px 0 0 0;
}
.c-edit thead th:last-child {
  border-radius: 0 5px 0 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-edit thead th {
    padding: 10px 5px;
  }
}
.c-edit tbody th, .c-edit tbody td {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-edit tbody th, .c-edit tbody td {
    padding: 10px 10px;
  }
}
.c-edit tbody th {
  background: #F8FBFE;
}
.c-edit ul {
  border: 1px solid #E8E8E8;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .c-edit ul {
    padding: 20px;
    gap: 0.6em;
  }
}
.c-edit ul li {
  position: relative;
  padding-left: 1em;
  font-weight: 400;
}
.c-edit ul li:before {
  content: "";
  position: absolute;
  background: #00FF00;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.6em;
}
.c-edit ol {
  border: 1px solid #E8E8E8;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  counter-reset: ol 0;
}
@media screen and (max-width: 768px) {
  .c-edit ol {
    padding: 20px;
    gap: 0.6em;
  }
}
.c-edit ol li {
  position: relative;
  padding-left: 2.3em;
  counter-increment: ol 1;
}
.c-edit ol li:before {
  color: #00FF00;
  font-weight: 500;
  position: absolute;
  content: counter(ol, decimal-leading-zero) ".";
  left: 0;
  top: 0;
}

.c-titleMid {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.4px;
  color: #333333;
  width: 100%;
  text-align: left;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 1300px) {
  .c-titleMid {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-titleMid {
    font-size: 3.2rem;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #00FF00;
  padding: 0.6em 35px 0.6em 20px;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #111111;
  border-radius: 0 100px 100px 0;
  position: relative;
}
.c-btn__icon {
  width: 9px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.c-btn.--black {
  background-color: #111111;
  color: #00FF00;
}

.c-btnSm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 50px;
  border: 1px solid #333333;
  padding: 0.2em 2.5em 0.2em 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-btnSm {
    padding: 0.5em 2em 0.4em 5px;
  }
}
.c-btnSm.--black {
  background: #333333;
  filter: drop-shadow(0 6px 0 #666666);
}
.c-btnSm.--green {
  background: #00FF00;
  filter: drop-shadow(0 6px 0 #333333);
}
.c-btnSm.--green > .c-btnSm__text {
  color: #333333;
}
.c-btnSm__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.84px;
  margin-left: 6px;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .c-btnSm__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .c-btnSm__text {
    font-size: 1.2rem;
  }
}
.c-btnSm__arrow {
  width: 0.8em;
  height: 0.8em;
  margin-left: auto;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
@media screen and (max-width: 768px) {
  .c-btnSm__arrow {
    right: 10px;
    width: 0.7em;
    height: 0.7em;
  }
}

.c-cardTop {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 60px;
  position: relative;
}
.c-cardTop__img {
  width: 100%;
  margin-bottom: 20px;
}
.c-cardTop__imgItem {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 3px 10px 0 rgba(51, 51, 51, 0.15);
}
.c-cardTop__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  width: 100%;
}
@media (max-width: 1300px) {
  .c-cardTop__title {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .c-cardTop__title {
    font-size: 18px;
  }
}
.c-cardTop__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #333333;
  width: 100%;
}
@media (max-width: 1300px) {
  .c-cardTop__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-cardTop__text {
    font-size: 14px;
  }
}
.c-cardTop__textbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}
.c-cardTop__btnGroup {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 1030px) {
  .c-cardTop__btnGroup {
    gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  .c-cardTop__btnGroup {
    gap: 5px;
  }
}
.c-pager {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 15px;
  color: #AAAAAA;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-pager {
    gap: 5px 10px;
    margin-top: 40px;
  }
}
.c-pager__link {
  padding: 0.3em 0.4em 0.3em;
}
.c-pager__link, .c-pager__prev, .c-pager__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #AAAAAA;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pager__link, .c-pager__prev, .c-pager__next {
    font-size: 1.5rem;
  }
}
.c-pager__link.is-current {
  background: #111111;
  color: #00FF00;
}
.c-pager__prev, .c-pager__next {
  width: 20px;
  height: 16px;
}
.c-pager__prev.is-hidden, .c-pager__next.is-hidden {
  pointer-events: none;
  opacity: 0.3;
}
.c-pager__prev:after, .c-pager__next:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-pager__prev:after {
  background: url(../../assets/img/btn-comp-arrow.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(180deg) scale(1);
}
.c-pager__next:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  background: url(../../assets/img/btn-comp-arrow.svg) center center no-repeat;
  background-size: contain;
}

.c-text {
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.c-chat {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 430px;
  height: 400px;
  transform: translateX(calc(100% + 10px));
  background: #1f2023;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  overflow: hidden;
  border-radius: 10px;
  font-family: sans-serif;
  border: 1px solid #3e3f42;
  z-index: 51;
  transition: transform 0.4s;
}
@media screen and (max-width: 768px) {
  .c-chat {
    width: 85%;
    max-width: 400px;
  }
}
.c-chat.js-active {
  transform: translateX(0);
}
.c-chat__log {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 20px;
}
.c-chat__message {
  margin: 8px 0;
  padding: 10px;
  border-radius: 8px;
  max-width: 80%;
  display: inline-block;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-chat__message {
    max-width: 90%;
  }
}
.c-chat__message.-user {
  background-color: #b1ff73;
  float: right;
}
.c-chat__message.-user:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #b1ff73;
  left: calc(100% - 1px);
  top: 10px;
}
.c-chat__message.-bot {
  background-color: #eee;
  float: left;
}
.c-chat__message.-bot:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #eee;
  right: calc(100% - 1px);
  top: 10px;
}
.c-chat__buttons {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.c-chat__buttons .c-btnSm {
  padding: 8px 15px;
  color: #fff;
  background: #2b2d30;
  border: 1px solid #42444a;
  border-radius: 40px;
  cursor: pointer;
}
.c-chat__close {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 10;
  background: #42444a;
}
.c-chat__close:before, .c-chat__close:after {
  content: "";
  position: absolute;
  background: #eee;
  width: 70%;
  height: 1px;
}
.c-chat__close:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.c-chat__close:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
}
.c-chat__open {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  cursor: pointer;
  z-index: 50;
  background: #00FF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
}
.c-chat__openImg {
  width: 70%;
}

.c-table {
  width: 100%;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .c-table {
    overflow: auto;
  }
}
.c-table caption {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 100%;
  color: #333333;
  margin-top: 20px;
  caption-side: bottom;
  text-align: left;
}
@media (max-width: 768px) {
  .c-table caption {
    font-size: 14px;
    line-height: 180%;
  }
}
.c-table table {
  border-collapse: collapse;
  border: 1px solid #333333;
  overflow: auto;
  width: fit-content;
}
@media (max-width: 1140px) {
  .c-table table {
    margin: 0;
  }
}
.c-table thead {
  background-color: #333333;
  min-width: 630px;
}
.c-table thead tr:first-child {
  border-left: none;
}
.c-table thead tr th {
  min-width: 209px;
  text-align: center;
  line-height: 34px;
  border-left: 1px solid #FAFAFA;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #fff;
}
@media (max-width: 768px) {
  .c-table thead tr th {
    font-size: 14px;
  }
}
.c-table tbody tr td {
  min-width: 209px;
  max-width: 209px;
  border: 1px solid #333333;
  line-height: 34px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #333333;
}
@media (max-width: 768px) {
  .c-table tbody tr td {
    font-size: 14px;
  }
}

.c-user {
  width: 100%;
  background-color: #F2F2EC;
  padding: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .c-user {
    padding: 25px;
  }
}
.c-user::before, .c-user::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-user::before, .c-user::after {
    width: 250px;
    background-size: 580px;
  }
}
.c-user::before {
  background-image: url(../../assets/img/post/user-left.svg);
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-user::before {
    background-position: right center;
  }
}
.c-user::after {
  background-image: url(../../assets/img/post/user-right.svg);
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .c-user::after {
    background-position: left center;
  }
}
.c-user__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  width: 100%;
  margin-top: 15px;
  padding-left: 110px;
}
@media screen and (max-width: 768px) {
  .c-user__text {
    padding-left: 0;
    font-size: 14px;
    line-height: 180%;
  }
}
.c-user__imgItem {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}
.c-user__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.c-user__info__name {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  line-height: 100%;
  text-align: start;
  margin-top: 15px;
}
.c-user__info__text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
.c-user__iconList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  width: 100%;
}
.c-user__iconList::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-left: 6px;
}
.c-user__icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: block;
  margin-right: 4px;
}
.c-user__iconItem {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.c-user__mainText {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-left: 100px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-user__mainText {
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* Layout Components */
.page-title-cont {
  width: 100%;
  margin-top: 120px;
  background-color: #EDEDDE;
  padding: 60px 50px 0;
}
@media (max-width: 768px) {
  .page-title-cont {
    padding: 40px 24px 0;
    margin-top: 100px;
  }
}
.page-title-cont .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.page-title-cont .title {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 80px;
  letter-spacing: 2.4px;
  line-height: 96px;
  color: #333333;
  padding-bottom: 36px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 1300px) {
  .page-title-cont .title {
    font-size: 60px;
    line-height: 100%;
    padding-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .page-title-cont .title {
    font-size: 40px;
  }
}
.page-title-cont .title.no-border {
  border-bottom: none;
  padding-bottom: 0;
}
.page-title-cont .Pabout-label {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  background-color: #00FF00;
  padding: 0px 47px 0px 16px;
  margin-top: 40px;
  display: inline-block;
}
.page-title-cont .Pabout-text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 48px;
  color: #333333;
  padding-bottom: 52px;
}
@media (max-width: 1300px) {
  .page-title-cont .Pabout-text {
    font-size: 35px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .page-title-cont .Pabout-text {
    font-size: 30px;
  }
}
.page-title-cont .Pceo-text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 48px;
  color: #333333;
  padding-bottom: 52px;
  margin-top: 29px;
  position: relative;
}
@media (max-width: 1150px) {
  .page-title-cont .Pceo-text {
    font-size: 30px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .page-title-cont .Pceo-text {
    padding-bottom: 10px;
  }
}
.page-title-cont .Pceo-text .icon {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 8px 10px 15px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1000px) {
  .page-title-cont .Pceo-text .icon {
    width: 300px;
  }
}
@media (max-width: 850px) {
  .page-title-cont .Pceo-text .icon {
    display: none;
  }
}
.page-title-cont .Pceo-text .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .page-title-cont .Pceo-text .sp-only {
    display: block;
  }
}
.page-title-cont .Pservice-text {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  margin: 36px 0 0;
  padding-bottom: 51px;
}
@media (max-width: 1300px) {
  .page-title-cont .Pservice-text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page-title-cont .Pservice-text {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.page-title-cont .Pnews-btn-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 40px;
  margin-top: 22px;
}
.page-title-cont .Pnews-btn-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
}
.page-title-cont .Pnews-btn-list .btn-item {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 24px 0 10px;
  background-color: #FAFAFA;
}
.page-title-cont .Pnews-btn-list .btn-item.active {
  background-color: #333333;
  color: #00FF00;
}
.page-title-cont .Pcontact-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  margin-top: 36px;
  padding-bottom: 81px;
}
@media (max-width: 768px) {
  .page-title-cont .Pcontact-text {
    margin-top: 20px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 180%;
  }
}

.btn-comp-type1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  background-color: #333333;
  padding: 21px 28px 22px 58px;
  width: auto;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  line-height: 19px;
  color: #00FF00;
  border-radius: 0 34px 34px 0;
}
@media (max-width: 768px) {
  .btn-comp-type1 {
    padding: 15px 20px 16px 40px;
    font-size: 14px;
  }
}
.btn-comp-type1 .icon {
  width: 9px;
  height: 8px;
  margin-left: auto;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.btn-group .btn-black {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 36px;
  width: 216px;
  border-radius: 20px;
  border: 1px solid #333333;
  padding: 0 15px 0 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .btn-group .btn-black {
    width: 178px;
  }
}
.btn-group .btn-black .text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.84px;
  margin-left: 6px;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .btn-group .btn-black .text {
    font-size: 14px;
  }
}
.btn-group .btn-black .arrow {
  width: 12px;
  height: 12px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.btn-group .btn-black::before {
  content: "";
  background-color: #333333;
  height: 36px;
  width: 216px;
  border-radius: 20px;
  border: 1px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 768px) {
  .btn-group .btn-black::before {
    width: 178px;
  }
}
.btn-group .btn-black::after {
  content: "";
  display: block;
  height: 36px;
  width: 216px;
  border-radius: 20px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -32%);
  z-index: -1;
}
@media (max-width: 768px) {
  .btn-group .btn-black::after {
    width: 178px;
  }
}
.btn-group .btn-green {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 36px;
  width: 178px;
  border-radius: 20px;
  border: 1px solid #333333;
  padding: 0 15px 0 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .btn-group .btn-green {
    width: 148px;
  }
}
.btn-group .btn-green .text {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.84px;
  margin-left: 6px;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .btn-group .btn-green .text {
    font-size: 14px;
  }
}
.btn-group .btn-green .arrow {
  width: 12px;
  height: 12px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.btn-group .btn-green::before {
  content: "";
  background-color: #00FF00;
  height: 36px;
  width: 178px;
  border-radius: 20px;
  border: 1px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 768px) {
  .btn-group .btn-green::before {
    width: 148px;
  }
}
.btn-group .btn-green::after {
  content: "";
  display: block;
  height: 36px;
  width: 178px;
  border-radius: 20px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -32%);
  z-index: -1;
}
@media (max-width: 768px) {
  .btn-group .btn-green::after {
    width: 148px;
  }
}

.l-cta {
  width: 100%;
  position: relative;
  min-height: 507px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-cta {
    min-height: 350px;
  }
}
.l-cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.l-cta__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.l-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .l-cta__inner {
    flex-direction: column;
    padding: 50px 0;
  }
}
.l-cta__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 40%;
}
@media (max-width: 768px) {
  .l-cta__link {
    width: 100%;
  }
}
.l-cta__title {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 1200px) {
  .l-cta__title {
    font-size: 5rem;
  }
}
@media (max-width: 1000px) {
  .l-cta__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    font-size: 3.4rem;
  }
}
.l-cta__text {
  font-size: 14px;
  letter-spacing: 1.6px;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .l-cta__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__text {
    margin-top: 15px;
  }
}
.l-cta__btn {
  margin-top: 60px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .l-cta__btn {
    margin-top: 30px;
  }
}
.l-cta__line {
  width: 20%;
  height: 387px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .l-cta__line {
    width: 100%;
    height: 90px;
  }
}
.l-cta__line .line {
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
  display: block;
  transform: rotate(20deg);
}
@media (max-width: 768px) {
  .l-cta__line .line {
    transform: rotate(0deg);
    width: 90%;
    max-width: 500px;
    height: 2px;
  }
}

.l-footer {
  width: 100%;
  padding: 90px 0 40px;
  background: transparent linear-gradient(254deg, #111111 0%, #363636 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1200px) {
  .l-footer {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 50px 0 0;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    gap: 20px;
  }
}
.l-footer__logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 49px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logoImg {
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}
.l-footer__nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    width: 90%;
    max-width: 500px;
  }
}
.l-footer__navList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 75px;
}
@media (max-width: 768px) {
  .l-footer__navList {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
}
.l-footer__navLink {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer__navLink {
    width: 100%;
    border-bottom: 1px solid #333;
  }
}
.l-footer__navItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .l-footer__navItem {
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    gap: 5px;
    text-align: center;
  }
  .l-footer__navItem.--first {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.l-footer__minLink {
  font-size: 15px;
  font-weight: 500;
  color: #C6C6C6;
}
@media screen and (max-width: 768px) {
  .l-footer__minLink {
    width: 100%;
  }
}
.l-footer__policy {
  width: 100%;
  max-width: 1300px;
  margin: 74px auto 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .l-footer__policy {
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__policy {
    margin: 40px auto 0;
  }
}
.l-footer__policyList {
  display: flex;
  align-items: center;
  gap: 54px;
}
.l-footer__policyLink {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer__policyLink {
    font-size: 14px;
  }
}
.l-footer__copyright {
  width: 100%;
}
@media (max-width: 1200px) {
  .l-footer__copyright {
    display: none;
  }
}
.l-footer__copyrightText {
  font-size: 15px;
  font-weight: normal;
  color: #C6C6C6;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
}
.l-footer__copyrightSp {
  display: none;
}
@media (max-width: 1200px) {
  .l-footer__copyrightSp {
    display: block;
  }
}
.l-footer__copyrightSpText {
  margin-top: 40px;
  background: #222222;
  font-size: 15px;
  padding-top: 1.4em;
  padding-bottom: 1em;
  font-weight: normal;
  color: #C6C6C6;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.l-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #111111;
}
.l-header__inner {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 60px;
  }
}
.l-header__logo {
  position: relative;
  z-index: 111;
}
@media (max-width: 1200px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__logo-img {
  display: block;
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
@media (max-width: 1200px) {
  .l-header__nav-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__nav-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 10px;
    max-width: 600px;
  }
}
.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1100px) {
  .l-header__nav {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100svh;
    width: 100%;
    background-color: #111111;
    z-index: 100;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    transition-property: opacity, visibility;
  }
}
@media (max-width: 1100px) {
  .l-header__nav.js-active {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__nav__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: 4px;
  margin: 0 13px;
}
.l-header__nav__img {
  width: 100%;
  height: 100%;
}
.l-header__nav__lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
@media (max-width: 1100px) {
  .l-header__nav__lang {
    width: 100%;
    margin-top: 20px;
    max-width: 500px;
  }
}
.l-header__nav__btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.28px;
  color: #AAAAAA;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  background-color: #FFFFFF;
  padding: 0.35em 0 0.35em 0;
  position: relative;
  border: 1px solid #AAAAAA;
}
@media (max-width: 1100px) {
  .l-header__nav__btn {
    width: 50%;
    font-size: 1.8rem;
    height: initial;
  }
}
.l-header__nav__btn.left {
  border-radius: 100px 0 0 100px;
  padding-left: 0.5em;
  filter: drop-shadow(0 3px 0 #333333);
}
.l-header__nav__btn.right {
  border-radius: 0 100px 100px 0;
  padding-right: 0.5em;
  filter: drop-shadow(0 3px 0 #333333);
}
.l-header__nav__btn.js-active {
  border: 1px solid #00FF00;
  background-color: #00FF00;
  color: #333333;
}
.l-header__navChild {
  position: absolute;
  background: #222222;
  left: -10px;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-property: opacity, visibility;
}
@media screen and (max-width: 1100px) {
  .l-header__navChild {
    opacity: 1;
    visibility: visible;
    width: 100%;
    align-items: center;
    left: initial;
    position: static;
    gap: 0;
    padding: 5px;
  }
}
.l-header__navChildItem {
  display: block;
  color: #eee;
  width: 11.5em;
  font-size: 1.2rem;
}
@media screen and (max-width: 1100px) {
  .l-header__navChildItem {
    text-align: center;
    font-size: 1.6rem;
    width: 100%;
    padding: 2px;
  }
}
.l-header__navChildItem {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
}
.l-header__nav-item.--dropDownMenu:hover .l-header__navChild {
  opacity: 1;
  visibility: visible;
}
.l-header__nav-item {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-item {
    width: 100%;
  }
}
.l-header__nav-item.--dropDownMenu {
  cursor: pointer;
}
.l-header__nav-item__link {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.68px;
  display: block;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-item__link {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
  }
}
.l-header__nav-search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 49px;
  background-color: #00FF00;
  border-radius: 40px;
  width: 134px;
  border: 1px solid #333333;
  padding: 0.2em 12px 0.3em 9px;
  position: relative;
  filter: drop-shadow(0 3px 0 #333333);
}
@media (max-width: 1100px) {
  .l-header__nav-search {
    margin-left: 0;
    margin-top: 20px;
    border-radius: 100px;
    width: fit-content;
    text-align: center;
    position: relative;
    padding: 5px 50px;
  }
}
.l-header__nav-search__icon {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-search__icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
    left: 15px;
  }
}
.l-header__nav-search__text {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.84px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-left: 6px;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-search__text {
    font-size: 2rem;
  }
}
.l-header__nav-search__arrow {
  width: 7px;
  height: 6px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .l-header__nav-search__arrow {
    position: absolute;
    font-size: 2rem;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
    right: 15px;
  }
}
.l-header__btn-menu {
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .l-header__btn-menu {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 101;
  }
}
.l-header__btn-menu .line {
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  transition: all 0.3s ease;
}
.l-header__btn-menu .line:nth-child(2) {
  margin: 5px 0;
}
.l-header__btn-menu .line:nth-child(3) {
  margin: 5px 0;
}
.l-header__btn-menu.js-active .line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  transition: all 0.3s ease;
}
.l-header__btn-menu.js-active .line:nth-child(2) {
  opacity: 0;
  transition: all 0.3s ease;
}
.l-header__btn-menu.js-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
  transition: all 0.3s ease;
}
.l-header.front-page {
  background-color: rgba(17, 17, 17, 0);
}
.l-header.front-page.bg-active {
  background: transparent linear-gradient(254deg, #111111 0%, #363636 100%) 0 0 no-repeat;
}

.l-underTitle {
  width: 100%;
  background-color: #EDEDDE;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .l-underTitle {
    padding-top: 100px;
  }
}
.l-underTitle__title {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 2.4px;
  line-height: 1;
  color: #333333;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 1300px) {
  .l-underTitle__title {
    font-size: 60px;
    line-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-underTitle__title {
    font-size: 3.2rem;
  }
}
.l-underTitle__title.--noBorder {
  border-bottom: none;
  padding-bottom: 0;
}
.l-underTitle__label {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  background-color: #00FF00;
  padding: 0.4em 10px 0.4em;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 768px) {
  .l-underTitle__label {
    font-size: 1.8rem;
  }
}
.l-underTitle__text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 48px;
  color: #333333;
  padding-bottom: 52px;
}
@media (max-width: 1300px) {
  .l-underTitle__text {
    font-size: 35px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .l-underTitle__text {
    font-size: 2.4rem;
  }
}
.l-underTitle__lead {
  font-size: 2.8rem;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .l-underTitle__lead {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .l-underTitle__lead {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
.l-underTitle__btnList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .l-underTitle__btnList {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.l-underTitle__btnList::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
}
@media screen and (max-width: 768px) {
  .l-underTitle__btnList::after {
    content: none;
  }
}
.l-underTitle__btnItem {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0.3em 10px 0.3em 10px;
  background-color: #FAFAFA;
  line-height: 1;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .l-underTitle__btnItem {
    font-size: 1.4rem;
  }
}
.l-underTitle__btnItem.is-active {
  background-color: #333333;
  color: #00FF00;
}

.l-topKeyVisual {
  background: transparent linear-gradient(254deg, #111111 0%, #363636 100%) 0 0 no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
  height: 100svh;
  max-height: 800px;
  width: 100%;
  padding: 0 50px;
  border-left: #00FF00 solid 6px;
  border-right: #00FF00 solid 6px;
}
.l-topKeyVisual:before, .l-topKeyVisual:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 21px;
  top: 0;
  background: center center no-repeat;
  background-size: contain;
}
.l-topKeyVisual:before {
  left: 0;
  background-image: url(../../assets/img/kv-line-left.svg);
}
.l-topKeyVisual:after {
  right: 0;
  background-image: url(../../assets/img/kv-line-right.svg);
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual {
    padding: 0 20px;
    max-height: 600px;
  }
}
.l-topKeyVisual__img {
  width: 886.5px;
  object-fit: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual__img {
    top: -40px;
    width: 90%;
    max-width: 500px;
  }
}
.l-topKeyVisual__news {
  width: 100%;
  position: absolute;
  bottom: 39px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual__news {
    flex-wrap: wrap;
  }
}
.l-topKeyVisual__newsItem {
  gap: 5px;
  width: calc(100% - 215px - 20px);
  position: relative;
  bottom: -8px;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual__newsItem {
    width: 100%;
    margin-bottom: 5px;
  }
}
.l-topKeyVisual__newsItem__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual__newsItem__title {
    gap: 10px;
  }
}
.l-topKeyVisual__newsItem__date {
  letter-spacing: 1.4px;
  font-size: 14px;
  font-weight: 700;
  color: #EEEED4;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual__newsItem__date {
    font-size: 1.2rem;
  }
}
.l-topKeyVisual__newsItem__type {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #EEEED4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.3em 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual__newsItem__type {
    font-size: 1.2rem;
  }
}
.l-topKeyVisual__newsItem__type::before, .l-topKeyVisual__newsItem__type::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-topKeyVisual__newsItem__type::before {
  background: url(../../assets/img/kv-news-title-left.svg) center no-repeat;
  background-size: contain;
  left: 0;
}
.l-topKeyVisual__newsItem__type::after {
  background: url(../../assets/img/kv-news-title-right.svg) center no-repeat;
  background-size: contain;
  right: 0;
}
.l-topKeyVisual__newsItem__content {
  letter-spacing: 1.4px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual__newsItem__content {
    font-size: 1.3rem;
  }
}
.l-topKeyVisual__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-topKeyVisual__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.l-topKeyVisual__scroll {
  display: flex;
  margin-left: auto;
  align-items: flex-end;
  justify-content: flex-start;
  width: 240px;
}
@media (max-width: 768px) {
  .l-topKeyVisual__scroll {
    margin-left: auto;
  }
}
.l-topKeyVisual__scroll__line {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1px;
  width: 94px;
}
.l-topKeyVisual__scroll__line1 {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.l-topKeyVisual__scroll__line2 {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.l-topKeyVisual__scroll__text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  position: relative;
  bottom: 0;
  margin-left: 8px;
}
.l-topKeyVisual__scroll__arrow {
  width: 48px;
  height: 16px;
  margin-left: 5px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-topKeyVisual__scroll__arrowImg {
  width: 8px;
  height: 6px;
  object-fit: contain;
}
.l-topKeyVisual__line-bottom {
  width: 600px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 1;
  background: url(../../assets/img/kv-line-bottom.svg) left center no-repeat;
}
@media screen and (max-width: 1300px) {
  .l-topKeyVisual__line-bottom {
    max-width: 600px;
    width: 30%;
  }
}

.l-topAbout {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #363636 0 0 no-repeat padding-box;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-topAbout {
    padding: 60px 0;
  }
}
.l-topAbout__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .l-topAbout__inner {
    flex-direction: column;
    gap: 30px;
  }
}
.l-topAbout__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 21px;
  width: 50%;
}
@media (max-width: 1000px) {
  .l-topAbout__content {
    width: 100%;
  }
}
.l-topAbout__content__title span {
  display: inline-block;
  background: #00FF00;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 4.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.3em 10px 0.3em;
  line-height: 1;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .l-topAbout__content__title span {
    font-size: 3.3rem;
  }
}
@media (max-width: 425px) {
  .l-topAbout__content__title span {
    font-size: 2.2rem;
  }
}
.l-topAbout__content__subtitle {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 6.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #EEEED4;
  line-height: 1;
}
@media (max-width: 1300px) {
  .l-topAbout__content__subtitle {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-topAbout__content__subtitle {
    font-size: 3.6rem;
  }
}
.l-topAbout__view {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 50%;
  padding-left: 60px;
}
@media (max-width: 1300px) {
  .l-topAbout__view {
    padding-left: 30px;
  }
}
@media (max-width: 1000px) {
  .l-topAbout__view {
    width: 100%;
    padding-left: 0;
    gap: 10px;
  }
}
.l-topAbout__view__green {
  display: block;
  background: #00FF00;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding: 2px 10px;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 1300px) {
  .l-topAbout__view__green {
    font-size: 2.8rem;
  }
}
.l-topAbout__view__title {
  font-size: 4.1rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.2;
  color: #FAFAFA;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1300px) {
  .l-topAbout__view__title {
    font-size: 3.3rem;
  }
}
@media (max-width: 425px) {
  .l-topAbout__view__title {
    font-size: 2.3rem;
  }
}
.l-topAbout__view__title:before {
  content: "";
  position: absolute;
  background: #E0E0E0;
  width: 100vw;
  height: 1px;
  left: 0;
  bottom: 0;
}
.l-topAbout__view__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 2.2;
  color: #FAFAFA;
}
@media (max-width: 1300px) {
  .l-topAbout__view__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-topAbout__view__text {
    line-height: 1.8;
  }
}
.l-topAbout__btn {
  margin-top: 40px;
}

.l-topService {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #EDEDDE;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-topService {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-topService__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-topService__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .l-topService__inner {
    display: contents;
  }
}
.l-topService__btn {
  max-width: 295px;
}
@media screen and (max-width: 768px) {
  .l-topService__btn {
    order: 3;
    margin: 60px auto 0;
  }
}
.l-topService__title {
  flex: 1;
  border-bottom: 1px solid #AAAAAA;
}
.l-topService__content {
  width: 100%;
  max-width: 1300px;
  margin: 60px auto 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1000px) {
  .l-topService__content {
    gap: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-topService__content {
    gap: 40px 20px;
    margin-top: 40px;
  }
}
.l-topService__card {
  width: calc(100% / 2 - 60px * (2 - 1) / 2);
}
@media (max-width: 1000px) {
  .l-topService__card {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-topService__card {
    width: calc(100% / 1 - 20px * (1 - 1) / 1);
  }
}

.l-topNews {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l-topNews {
    padding: 60px 0;
  }
}
.l-topNews__inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  .l-topNews__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-topNews__inner {
    flex-direction: column;
    gap: 0;
  }
}
.l-topNews__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 330px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-topNews__content {
    width: 100%;
    padding-bottom: 0;
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .l-topNews__title {
    order: 0;
  }
}
.l-topNews__tabList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-topNews__tabList {
    order: 1;
    flex-wrap: wrap;
    flex-direction: initial;
    justify-content: stretch;
    gap: 5px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.l-topNews__tabItem {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: normal;
  color: #333333;
  background-color: #EDEDDE;
  width: 100%;
  padding: 0.4em 10px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .l-topNews__tabItem {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .l-topNews__tabItem {
    font-size: 16px;
    width: fit-content;
  }
}
.l-topNews__tabItem.js-tab {
  background-color: #333333;
  color: #00FF00;
}
.l-topNews__tabItem:hover {
  transition: all 0.3s ease;
  background-color: #333333;
  color: #00FF00;
}
.l-topNews__btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-topNews__btn {
    position: relative;
    order: 4;
    margin: 40px auto 0;
  }
}
.l-topNews__list {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-topNews__list {
    order: 2;
  }
}
.l-topNews__list.js-tab {
  display: flex;
}
.l-topNews__listItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 21px;
  border-bottom: 1px solid #AAAAAA;
  width: 100%;
  padding: 40px 0;
}
.l-topNews__listItem:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .l-topNews__listItem {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-topNews__listItem {
    padding: 20px 0;
  }
  .l-topNews__listItem:first-child {
    padding-top: 10px;
  }
}
.l-topNews__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 21px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-topNews__link {
    gap: 10px;
  }
}
.l-topNews__link__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-topNews__link__date {
  font-weight: 800;
}
.l-topNews__link__line {
  width: 2px;
  height: 26px;
  background-color: #333333;
  margin: 0 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .l-topNews__link__line {
    height: 20px;
    margin: 0 10px 0 10px;
  }
}
.l-topNews__link__label {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  padding: 0.3em 18px 0.2em;
  height: 22px;
  background-color: #EDEDDE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}
.l-topNews__link__label::before, .l-topNews__link__label::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-topNews__link__label::before {
  background: url(../../assets/img/news-label-left.svg) center center no-repeat;
  background-size: contain;
  left: 8px;
}
.l-topNews__link__label::after {
  background: url(../../assets/img/news-label-right.svg) center center no-repeat;
  background-size: contain;
  right: 8px;
}
.l-topNews__link__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  width: 100%;
}
@media (max-width: 768px) {
  .l-topNews__link__text {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.l-about {
  width: 100%;
  padding: 70px 0 70px;
}
@media (max-width: 768px) {
  .l-about {
    padding: 50px 0 50px;
  }
}
.l-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 40px;
}
@media (max-width: 1100px) {
  .l-about__inner {
    flex-wrap: wrap;
  }
}
.l-about__title {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: #111111;
  margin-bottom: 21px;
  text-align: left;
  width: 50%;
}
@media (max-width: 1300px) {
  .l-about__title {
    font-size: 2.8rem;
    line-height: 140%;
  }
}
@media (max-width: 1050px) {
  .l-about__title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l-about__title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.l-about__box {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
@media (max-width: 1050px) {
  .l-about__box {
    width: 100%;
    justify-content: flex-start;
  }
}
.l-about__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 2;
  color: #333333;
}
@media (max-width: 1100px) {
  .l-about__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .l-about__text {
    font-size: 14px;
    line-height: 160%;
  }
}

.l-aboutBtn {
  width: 100%;
  background-color: #EDEDDE;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-aboutBtn {
    padding: 50px 0;
  }
}
.l-aboutBtn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1150px) {
  .l-aboutBtn__inner {
    flex-direction: column;
  }
}
.l-aboutBtn__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  background-color: #363636;
  padding: 20px 30px 18px;
  position: relative;
}
@media (max-width: 1150px) {
  .l-aboutBtn__btn {
    width: 100%;
  }
}
.l-aboutBtn__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  display: block;
  width: 500px;
  height: 16px;
  background-image: url(../../assets/img/btn-cont-line.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 40px;
}
@media screen and (max-width: 768px) {
  .l-aboutBtn__btn::after {
    background-position: 200px;
  }
}
.l-aboutBtn__title {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #00FF00;
}
@media screen and (max-width: 950px) {
  .l-aboutBtn__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-aboutBtn__title {
    font-size: 25px;
  }
}
.l-aboutBtn__text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.l-aboutBtn__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.52px;
  color: #EDEDDE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .l-aboutBtn__label {
    font-size: 14px;
  }
}
.l-aboutBtn__arrowWrap {
  overflow: hidden;
}
.l-aboutBtn__arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}

.l-aboutVision {
  width: 100%;
  padding: 80px 0;
  background-color: #363636;
}
@media (max-width: 768px) {
  .l-aboutVision {
    padding: 50px 0;
  }
}
.l-aboutVision__text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.9px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #EDEDDE;
}
@media (max-width: 1300px) {
  .l-aboutVision__text {
    font-size: 35px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .l-aboutVision__text {
    font-size: 2.4rem;
  }
}
.l-aboutVision__text span {
  line-height: 48px;
}
@media (max-width: 768px) {
  .l-aboutVision__text span {
    line-height: 120%;
  }
}
.l-aboutVision__textMin {
  font-size: 24px;
  letter-spacing: 0;
  color: #EDEDDE;
  margin-top: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .l-aboutVision__textMin {
    font-size: 14px;
  }
}
.l-aboutVision__listBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-top: 1px solid #AAAAAA;
  margin-top: 26px;
}
.l-aboutVision__listItem {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  padding-top: calc(0.6em + 20px);
  padding-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 1050px) {
  .l-aboutVision__listItem {
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .l-aboutVision__listItem {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    height: auto;
    padding: 20px 0;
  }
}
.l-aboutVision__listItem__title {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .l-aboutVision__listItem__title {
    font-size: 2rem;
    width: 100%;
    min-width: 100%;
    line-height: 100%;
  }
}
.l-aboutVision__listItem__text {
  font-weight: 500;
  font-size: 2rem;
  width: 100%;
  flex: 1;
  color: #333333;
}
@media (max-width: 768px) {
  .l-aboutVision__listItem__text {
    width: 100%;
    min-width: 100%;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
.l-aboutVision.--list {
  background: #fff;
}

.l-ceoMessage {
  width: 100%;
  padding: 50px 0 70px;
}
@media (max-width: 768px) {
  .l-ceoMessage {
    padding: 50px 0 50px;
    overflow: hidden;
  }
}
.l-ceoMessage__inner {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-ceoMessage__inner {
    display: flex;
    flex-direction: column;
  }
}
.l-ceoMessage__photo {
  position: relative;
}
.l-ceoMessage__icon {
  position: absolute;
  right: 0;
  top: -100px;
}
@media screen and (max-width: 1100px) {
  .l-ceoMessage__icon {
    position: absolute;
    display: block;
    object-fit: cover;
    aspect-ratio: 1/1;
    z-index: -1;
    top: -50px;
    right: -50px;
    opacity: 0.4;
  }
}
.l-ceoMessage__text {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #333333;
}
@media (max-width: 1100px) {
  .l-ceoMessage__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.l-company {
  padding: 60px 0 30px;
}
@media (max-width: 768px) {
  .l-company {
    padding: 40px 0;
  }
}
.l-company__greenBar {
  width: 8px;
  height: 24px;
  background-color: #00FF00;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-company__greenBar::before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #333333;
}
.l-company__addressItem {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #AAAAAA;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .l-company__addressItem {
    flex-wrap: wrap;
    height: initial;
    padding: 15px 0;
  }
}
.l-company__addressItem__title {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
  display: flex;
  justify-content: flex-start;
  width: 110px;
  font-weight: 700;
  margin-right: 70px;
}
@media (max-width: 768px) {
  .l-company__addressItem__title {
    font-size: 1.4rem;
  }
}
.l-company__addressItem__text {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .l-company__addressItem__text {
    font-size: 1.4rem;
    width: 100%;
    flex: initial;
    margin-top: 5px;
  }
}
.l-company__infoMap {
  width: 100%;
  padding: 60px 0;
  background-color: #363636;
}
@media (max-width: 768px) {
  .l-company__infoMap {
    padding: 30px 0;
  }
}
.l-company__infoMapIframe {
  width: 100%;
  height: 440px;
}
@media (max-width: 768px) {
  .l-company__infoMapIframe {
    height: 250px;
  }
}

.l-serviceArchive {
  width: 100%;
  padding: 100px 0;
  background-color: #EDEDDE;
}
@media (max-width: 768px) {
  .l-serviceArchive {
    padding: 20px 0 60px;
  }
}
.l-serviceArchive__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 130px;
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__inner {
    gap: 40px;
  }
}
.l-serviceArchive__item {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
  gap: 40px;
  padding-bottom: 30px;
  min-height: 350px;
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__item {
    flex-wrap: wrap;
    min-height: initial;
    background: #fff;
    gap: 0;
    padding: 10px 10px 20px;
  }
}
.l-serviceArchive__item::after {
  content: "";
  position: absolute;
  background: #CCCCCC;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  bottom: 0;
  z-index: 1;
}
.l-serviceArchive__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 100px);
  height: calc(100% + 80px);
  background-color: #FFFFFF;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__item::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__item::after {
    content: none;
  }
}
.l-serviceArchive__textbox {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
@media (max-width: 1000px) {
  .l-serviceArchive__textbox {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__textbox {
    width: 100%;
    flex: initial;
    display: contents;
  }
}
.l-serviceArchive__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
    order: 3;
  }
}
.l-serviceArchive__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    order: 2;
  }
}
.l-serviceArchive__img {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .l-serviceArchive__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__img {
    width: calc(100% + 20px);
    margin: -10px -10px 20px;
    order: 1;
  }
}
.l-serviceArchive__imgItem {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 8px 10px 15px rgba(0, 0, 0, 0.1019607843);
}
.l-serviceArchive__btnGroup {
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-serviceArchive__btnGroup {
    position: static;
    order: 5;
  }
}

.l-serviceSingle {
  width: 100%;
  padding: 80px 0;
  background-color: #EDEDDE;
}
@media (max-width: 1000px) {
  .l-serviceSingle {
    padding: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .l-serviceSingle {
    padding: 60px 0 40px;
  }
}
.l-serviceSingle__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1000px) {
  .l-serviceSingle__inner {
    flex-direction: column;
    gap: 0;
  }
}
.l-serviceSingle__mainImg {
  width: 50%;
  box-shadow: 8px 10px 15px rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1000px) {
  .l-serviceSingle__mainImg {
    width: calc(100% + 80px);
    margin: 0 -40px 30px;
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .l-serviceSingle__mainImg {
    width: calc(100% + 10vw);
    margin: 0 -5vw 30px;
  }
}
.l-serviceSingle__mainImg__item {
  width: 100%;
  max-width: 650px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .l-serviceSingle__mainImg__item {
    max-width: 100%;
  }
}
.l-serviceSingle__textbox {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .l-serviceSingle__textbox {
    display: contents;
  }
}
.l-serviceSingle__label {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  background-color: #00FF00;
  line-height: 100%;
  padding: 0.4em 10px 0 10px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .l-serviceSingle__label {
    font-size: 14px;
  }
}
.l-serviceSingle__title {
  font-size: 45px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
@media (max-width: 1200px) {
  .l-serviceSingle__title {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .l-serviceSingle__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .l-serviceSingle__title {
    font-size: 24px;
  }
}
.l-serviceSingle__mainText {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.8;
  color: #333333;
}
@media (max-width: 1200px) {
  .l-serviceSingle__mainText {
    font-size: 14px;
  }
}
.l-serviceSingle__line {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .l-serviceSingle__line {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.l-serviceSingle__iconList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .l-serviceSingle__iconList {
    margin-top: 0;
  }
}
.l-serviceSingle__iconList__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  margin-right: 32px;
}
.l-serviceSingle__icon {
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 4px;
}
.l-serviceSingle__icon__item {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-newsArchive {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-newsArchive {
    padding: 40px 0 60px;
  }
}
.l-newsArchive__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
.l-newsArchive__itemImg {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .l-newsArchive__itemImg {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 20px;
  }
}
.l-newsArchive__item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-newsArchive__item {
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }
}
.l-newsArchive__itemLink {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  gap: 21px;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .l-newsArchive__itemLink {
    flex: initial;
    gap: 10px;
    border-bottom: none;
  }
}
.l-newsArchive__itemBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-newsArchive__itemBox__date {
  font-weight: 800;
  padding-top: 0.1em;
}
.l-newsArchive__itemBox__line {
  width: 2px;
  height: 22px;
  background-color: #333333;
  margin: 0 15px 0 15px;
}
.l-newsArchive__itemBox__text {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
  font-size: 1.6rem;
}
.l-newsArchive__itemBox__label {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  padding: 0.3em 20px;
  line-height: 1;
  background-color: #EDEDDE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}
.l-newsArchive__itemBox__label::before, .l-newsArchive__itemBox__label:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-newsArchive__itemBox__label::before {
  background-image: url(../../assets/img/news-label-left.svg);
  left: 10px;
}
.l-newsArchive__itemBox__label::after {
  background-image: url(../../assets/img/news-label-right.svg);
  right: 10px;
}

.l-newsSingle {
  width: 100%;
  padding: 80px 0 20px;
  background-color: #EDEDDE;
}
@media (max-width: 768px) {
  .l-newsSingle {
    padding: 50px 0 20px;
    margin-top: 60px;
  }
}
.l-newsSingle__inner {
  display: flex;
  align-items: flex-start;
}
.l-newsSingle__textbox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.l-newsSingle__title {
  font-size: 45px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .l-newsSingle__title {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .l-newsSingle__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .l-newsSingle__title {
    font-size: 24px;
  }
}
.l-newsSingle__mainText {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.8;
  color: #333333;
}
@media (max-width: 1200px) {
  .l-newsSingle__mainText {
    font-size: 14px;
  }
}
.l-newsSingle__line {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .l-newsSingle__line {
    margin-top: 20px;
  }
}
.l-newsSingle__iconList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-newsSingle__iconList {
    justify-content: flex-end;
    width: 100%;
  }
}
.l-newsSingle__iconList__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  margin-right: 32px;
}
.l-newsSingle__icon {
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 4px;
}
.l-newsSingle__icon__item {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-newsSingle__dateList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .l-newsSingle__dateList {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }
}
.l-newsSingle__date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-newsSingle__date__text {
  font-size: 16px;
  font-weight: 800;
}
.l-newsSingle__date__line {
  width: 2px;
  height: 24px;
  background-color: #333333;
  margin: 0 20px 0 20px;
}
.l-newsSingle__date__label {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  padding: 0 25px;
  background-color: #00FF00;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}
.l-newsSingle__date__label::before, .l-newsSingle__date__label::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  z-index: 1;
}
.l-newsSingle__date__label::before {
  background-image: url(../../assets/img/news-label-left.svg);
  left: 15px;
}
.l-newsSingle__date__label::after {
  background-image: url(../../assets/img/news-label-right.svg);
  right: 15px;
}

.l-contact {
  width: 100%;
  padding: 80px 0 80px;
  background-color: #EDEDDE;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding: 60px 0 60px;
  }
}
.l-contact__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 768px) {
  .l-contact__list {
    gap: 10px;
  }
}
.l-contact__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .l-contact__item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}
.l-contact__item.textarea {
  align-items: flex-start;
}
.l-contact__item .select {
  width: 100%;
  height: 52px;
  padding: 0 12px;
  border: 1px solid #AAAAAA;
  border-radius: 0;
  appearance: none;
  background-image: url(../../assets/img/contact-select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 8px;
}
.l-contact__item .input {
  width: 100%;
  height: 52px;
  padding: 0 12px;
  border: 1px solid #AAAAAA;
  border-radius: 0;
}
.l-contact__item .textarea {
  width: 100%;
  height: 100%;
  padding: 12px;
  resize: none;
  border: 1px solid #AAAAAA;
  border-radius: 0;
}
.l-contact__itemDetail {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-contact__itemDetail {
    flex: initial;
    width: 100%;
  }
}
.l-contact__itemTitle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 150px;
  position: relative;
  margin-right: 108px;
  padding-left: 20px;
  font-weight: 700;
  padding-top: 1em;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .l-contact__itemTitle {
    width: 100%;
  }
}
.l-contact__itemTitle::before, .l-contact__itemTitle::after {
  top: 1em;
}
.l-contact__itemTitle::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  min-width: 2px;
  left: 0;
  background-color: #333333;
}
.l-contact__itemTitle::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 24px;
  left: 2px;
  background-color: #00FF00;
}
.l-contact__text {
  margin-left: 16px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #333333;
}
.l-contact__required {
  color: #F22828;
  font-size: 14px;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transform: translateY(-4px);
}
.l-contact__submit {
  width: initial;
  max-width: 250px;
  cursor: pointer;
  border-radius: 0 80px 80px 0 !important;
}

.l-recruit {
  width: 100%;
  padding: 50px 0 60px;
}
.l-recruit__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 60px;
}
.l-recruit__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  padding-bottom: 41px;
  border-bottom: 1px solid #AAAAAA;
}
@media (max-width: 768px) {
  .l-recruit__item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.l-recruit__itemNumber {
  font-size: 3.5rem;
  line-height: 100%;
  width: 2.5em;
  padding-top: 0.1em;
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-recruit__itemNumber {
    font-size: 3rem;
    width: 100%;
  }
}
.l-recruit__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 10px;
}
.l-recruit__categoryItem {
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #00FF00;
  display: inline-block;
  width: auto;
  padding: 0.2em 15px 0.2em 15px;
  line-height: 1;
  border-bottom: none;
}
.l-recruit__itemContent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-recruit__itemContent {
    width: 100%;
    flex: initial;
  }
}
.l-recruit__itemContent__title {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 1.6;
  margin-bottom: 0.4em;
  color: #333333;
}
@media (max-width: 768px) {
  .l-recruit__itemContent__title {
    font-size: 2rem;
  }
}
.l-recruit__itemContent__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
}
@media (max-width: 768px) {
  .l-recruit__itemContent__text {
    font-size: 1.4rem;
    line-height: 180%;
  }
}
.l-recruit__itemContent__dl {
  margin-top: 10px;
  background: #EDEDDE;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
}
.l-recruit__itemContent__dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.4em;
  position: relative;
  padding-left: 0.8em;
}
.l-recruit__itemContent__dt:before {
  left: 0;
  content: "";
  position: absolute;
  background: #00FF00;
  width: 5px;
  height: 80%;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-recruit__itemContent__dd {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
}
.l-recruit__itemContent__dd:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.l-recruitSummary {
  background: #EDEDDE;
  padding: 40px 0;
}
.l-recruitSummary__titleWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-recruitSummary__titleWrap__title {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  background-color: #00FF00;
  display: inline-block;
  width: auto;
  padding: 0.4em 15px 0.4em 15px;
  margin-right: 12px;
  line-height: 1;
  border-bottom: none;
}
.l-recruitSummary__titleWrap__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 38px;
  color: #AAAAAA;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.l-recruitSummary__titleWrap__text::before, .l-recruitSummary__titleWrap__text:after {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-recruitSummary__titleWrap__text::before {
  background-image: url(../../assets/img/recruit-left.svg);
}
.l-recruitSummary__titleWrap__text::after {
  background-image: url(../../assets/img/recruit-right.svg);
}
.l-recruitSummary__subtitle {
  font-size: 28px;
  font-weight: 800;
  margin-top: 11px;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .l-recruitSummary__subtitle {
    font-size: 22px;
  }
}

.l-recruitWork {
  width: 100%;
  padding: 60px 0 80px;
  background-color: #363636;
}
@media (max-width: 768px) {
  .l-recruitWork {
    padding: 60px 0 60px;
  }
}
.l-recruitWork__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 42px;
}
.l-recruitWork__boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.l-recruitWork__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
  text-wrap-mode: nowrap;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
  width: 100%;
}
.l-recruitWork__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
}
.l-recruitWork__textbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 900px) {
  .l-recruitWork__textbox {
    gap: 10px;
  }
}
.l-recruitWork__textbox__number {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  color: #111111;
  background-color: #00FF00;
  line-height: 100%;
  padding: 0.2em 20px 0.2em;
}
@media (max-width: 900px) {
  .l-recruitWork__textbox__number {
    font-size: 18px;
  }
}
.l-recruitWork__textbox__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 38px;
  color: #EDEDDE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 900px) {
  .l-recruitWork__textbox__title {
    font-size: 14px;
    line-height: 140%;
  }
}
.l-recruitWork__textbox__title::before, .l-recruitWork__textbox__title::after {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-recruitWork__textbox__title::before {
  background-image: url(../../assets/img/recruit-left-work.svg);
}
.l-recruitWork__textbox__title::after {
  background-image: url(../../assets/img/recruit-right-work.svg);
}
.l-recruitWork__mainText {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  color: #EDEDDE;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  .l-recruitWork__mainText {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-recruitWork__mainText {
    font-size: 2.4rem;
  }
}
.l-recruitWork__box {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .l-recruitWork__box {
    flex-direction: column;
  }
}
.l-recruitWork__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .l-recruitWork__list {
    gap: 10px;
  }
}
.l-recruitWork__item {
  flex: 1;
  position: relative;
}
.l-recruitWork__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background-color: #EDEDDE;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .l-recruitWork__item::before {
    top: 100%;
    transform: translateY(0);
    width: 100%;
    right: 0;
    height: 1px;
    opacity: 0.4;
  }
}
.l-recruitWork__itemText {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  font-size: 16px;
  padding-left: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #EDEDDE;
}
@media screen and (max-width: 1000px) {
  .l-recruitWork__itemText {
    width: 280px;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .l-recruitWork__itemText {
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}

.l-post {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-post {
    padding: 50px 0;
  }
}
.l-post__title {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 38px;
  color: #333333;
  width: 100%;
}
@media (max-width: 768px) {
  .l-post__title {
    font-size: 24px;
  }
}
.l-post__subtitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  width: 100%;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .l-post__subtitle {
    font-size: 14px;
  }
}
.l-post .flex-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  margin: 51px auto 130px;
  position: relative;
}
@media (max-width: 1000px) {
  .l-post .flex-content {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .l-post .flex-content {
    flex-direction: column;
    gap: 50px;
  }
}
.l-post .flex-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 320px;
  background-color: #F5F5F5;
  position: absolute;
  top: 50px;
  left: 100px;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-post .flex-content::after {
    height: 100%;
  }
}
@media (max-width: 425px) {
  .l-post .flex-content::after {
    left: 50px;
  }
}
.l-post .flex-content .item {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .l-post .flex-content .item {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}
@media (max-width: 768px) {
  .l-post .flex-content .item {
    width: 100%;
  }
}
.l-post .flex-content .item__img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin: 0;
}
@media (max-width: 768px) {
  .l-post .flex-content .item__img {
    max-width: 100%;
  }
}
.l-post .flex-content .item__title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 16px;
}
.l-post .flex-content .item__title .title-text {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2px;
  position: relative;
  gap: 9px;
}
@media (max-width: 768px) {
  .l-post .flex-content .item__title .title-text {
    font-size: 14px;
  }
}
.l-post .flex-content .item__title .title-text::before {
  content: "";
  display: block;
  width: 8px;
  height: 24px;
  background-color: #00FF00;
}
.l-post .flex-content .item__title .title-text::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  min-width: 2px;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-post .flex-content .item__title .title-line {
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
  margin-top: 13px;
}
.l-post .flex-content .item__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 24px;
  color: #333333;
  width: 100%;
  margin-top: 10px;
}
.l-post h2 {
  font-size: 34px;
  font-weight: 800;
  color: #333333;
  line-height: 100%;
  width: 100%;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .l-post h2 {
    font-size: 24px;
  }
}
.l-post h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin-top: 22px;
}
.l-post h3 {
  font-size: 28px;
  font-weight: 800;
  color: #333333;
  line-height: 140%;
  width: 100%;
}
@media (max-width: 768px) {
  .l-post h3 {
    font-size: 20px;
  }
}
.l-post h4 {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  line-height: 140%;
  width: 100%;
}
@media (max-width: 768px) {
  .l-post h4 {
    font-size: 18px;
  }
}
.l-post h5 {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  line-height: 140%;
  width: 100%;
}
@media (max-width: 768px) {
  .l-post h5 {
    font-size: 16px;
  }
}
.l-post h6 {
  font-size: 18px;
  font-weight: 800;
  color: #333333;
  line-height: 140%;
  width: 100%;
}
@media (max-width: 768px) {
  .l-post h6 {
    font-size: 14px;
  }
}
.l-post p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 768px) {
  .l-post p {
    font-size: 14px;
  }
}
.l-post ul {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  width: 100%;
  padding-left: 20px;
}
.l-post ul li {
  list-style: disc;
}
.l-post ol {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  list-style: decimal;
  padding-left: 20px;
  width: 100%;
}
.l-post blockquote {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  padding: 30px;
  background-color: #F2F2ED;
  margin: 40px 0 0;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .l-post blockquote {
    font-size: 14px;
    line-height: 180%;
  }
}
.l-post .line {
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
  margin-top: 48px;
}
.l-post .main-icon-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  width: 100%;
  margin: 15px auto;
  gap: 4px;
}
.l-post .main-icon-list .icon-list__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  width: auto;
  margin: 0px 28px 0 auto;
}
.l-post .main-icon-list .icon-item {
  width: 36px;
  height: 36px;
  display: block;
}
.l-post .main-icon-list .icon-item .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.l-post .select-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.l-post .select-box .prev {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  width: calc(100% / 2 - 10px * (2 - 1) / 2);
  background-color: #333333;
  padding: 21px 0px 22px 28px;
  border-radius: 30px 0 0 30px;
}
.l-post .select-box .prev .icon {
  width: 9px;
  height: 8px;
  object-fit: cover;
  margin: 0;
}
.l-post .select-box .prev .text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 19px;
  color: #00FF00;
}
.l-post .select-box .next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  width: calc(100% / 2 - 10px * (2 - 1) / 2);
  background-color: #333333;
  padding: 21px 28px 22px 0px;
  border-radius: 0 30px 30px 0;
}
.l-post .select-box .next .icon {
  width: 9px;
  height: 8px;
  object-fit: cover;
  margin: 0;
}
.l-post .select-box .next .text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 19px;
  width: auto;
  color: #00FF00;
  margin: 0;
}
.l-post .back {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 100%;
  color: #333333;
  width: auto;
  margin: 0 auto;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.l-post .back::before {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  background-image: url(../../assets/img/news-label-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-post .back::after {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  background-image: url(../../assets/img/news-label-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.l-postSupplement {
  padding-bottom: 100px;
}
.l-postSupplement .line {
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
  margin-top: 48px;
}
.l-postSupplement .main-icon-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  width: 100%;
  margin: 15px auto;
  gap: 4px;
}
.l-postSupplement .main-icon-list .icon-list__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 34px;
  color: #333333;
  width: auto;
  margin: 0px 28px 0 auto;
}
.l-postSupplement .main-icon-list .icon-item {
  width: 36px;
  height: 36px;
  display: block;
}
.l-postSupplement .main-icon-list .icon-item .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.l-postSupplement .select-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.l-postSupplement .select-box .prev {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  width: calc(100% / 2 - 10px * (2 - 1) / 2);
  background-color: #333333;
  padding: 21px 0px 22px 28px;
  border-radius: 30px 0 0 30px;
}
.l-postSupplement .select-box .prev .icon {
  width: 9px;
  height: 8px;
  object-fit: cover;
  margin: 0;
}
.l-postSupplement .select-box .prev .text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 19px;
  color: #00FF00;
}
.l-postSupplement .select-box .next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  width: calc(100% / 2 - 10px * (2 - 1) / 2);
  background-color: #333333;
  padding: 21px 28px 22px 0px;
  border-radius: 0 30px 30px 0;
}
.l-postSupplement .select-box .next .icon {
  width: 9px;
  height: 8px;
  object-fit: cover;
  margin: 0;
}
.l-postSupplement .select-box .next .text {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 19px;
  width: auto;
  color: #00FF00;
  margin: 0;
}
.l-postSupplement .back {
  font-family: "Helvetica Neue LT Std", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 100%;
  color: #333333;
  width: auto;
  margin: 0 auto;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.l-postSupplement .back::before {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  background-image: url(../../assets/img/news-label-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-postSupplement .back::after {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  background-image: url(../../assets/img/news-label-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 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) {
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0);
}

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

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

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

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

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

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

.s-lu {
  -webkit-transform: translate3d(-50px, 50px, 0);
  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);
}

/**
 * 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);
  -webkit-backface-visibility: hidden;
  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;
  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%;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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