@charset "UTF-8";
@import url("/en/css/fonts/icon.css");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/* =======================================

  BROWSER RESET

 ======================================= */
html,
body,
div,
span,
nav,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
button,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-style: inherit;
  font-weight: inherit;
  background: transparent;
}

html {
  font-size: 62.5%;
  line-height: 1;
  overflow-y: scroll;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

sup {
  display: inline-block;
  font-size: 70%;
  vertical-align: super;
  position: relative;
  inset: -0.2em auto auto;
}

sub {
  font-size: 70%;
  vertical-align: sub;
}

ul {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

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

/* form */
input {
  vertical-align: middle;
  font-family: inherit;
  border: none;
  border-radius: 0;
  background: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

textarea {
  resize: vertical;
  font-family: inherit;
  border: none;
  border-radius: 0;
  background: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  vertical-align: middle;
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option {
  padding-right: 10px;
}

/* for iOS15 safari */
input,
button,
select {
  color: inherit;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

/* ------------------------------
   HTML5 ELEMENTS
 ------------------------------ */
header,
footer,
article,
section,
aside,
main,
nav,
menu,
details,
summary,
figcaption,
figure {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* =======================================

  BASE

======================================= */
@media only screen and (max-width: 767px) {
  html.menu_open,
  html.menu_open body {
    overflow: hidden;
  }
}

html.modal_menu_open,
html.modal_menu_open body {
  overflow: hidden;
}

body {
  opacity: 0;
  visibility: hidden;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
  font-family: "Inter Tight", sans-serif;
  position: relative;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

@supports (-webkit-appearance: none) {
  a[href^=http] {
    word-break: keep-all;
  }
}
p {
  font-size: 1.6rem;
  margin-bottom: 24px;
}

.text_indent {
  text-indent: 1em;
}

a {
  color: #e51636;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

.tel a {
  text-decoration: underline;
}

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

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

/* =======================================

  AOS

======================================= */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=fade-up-balloon] {
  transform: translate3d(0, 80px, 0);
}

[data-aos=fade-down-arrow] {
  transform: translate3d(0, -30px, 0);
}

/* =======================================

  UTILITY

======================================= */
/*-----------------------------------------
  color
-----------------------------------------*/
.color_site_primary {
  color: #e51636 !important;
}

.color_text_base {
  color: #222 !important;
}

.color_text_white {
  color: #fff !important;
}

/*-----------------------------------------
  bg color
-----------------------------------------*/
.color_bg_site_primary {
  background-color: #e51636 !important;
}

.color_bg_white {
  background-color: #fff !important;
}

/*-----------------------------------------
  font
-----------------------------------------*/
.font_family_alphanumeric {
  font-family: "Inter Tight", sans-serif !important;
}

/*-----------------------------------------
  font_size
-----------------------------------------*/
.fs_20 {
  font-size: 2rem !important;
}

.fs_18 {
  font-size: 1.8rem !important;
}

.fs_16 {
  font-size: 1.6rem !important;
}

.fs_15 {
  font-size: 1.5rem !important;
}

.fs_14 {
  font-size: 1.4rem !important;
}

.fs_13 {
  font-size: 1.3rem !important;
}

.fs_12 {
  font-size: 1.2rem !important;
}

.fs_11 {
  font-size: 1.1rem !important;
}

.fs_10 {
  font-size: 1rem !important;
}

/*-----------------------------------------
  font_weight
-----------------------------------------*/
.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

/*-----------------------------------------
  align
-----------------------------------------*/
.align_r {
  text-align: right !important;
}

.align_c {
  text-align: center !important;
}

.align_l {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .sp_align_c {
    text-align: center !important;
  }
}

.v_align_t {
  vertical-align: top !important;
}

.v_align_m {
  vertical-align: middle !important;
}

.v_align_b {
  vertical-align: bottom !important;
}

.centered {
  display: table;
  margin-inline: auto !important;
}

.left_side {
  display: table;
  margin-inline: 0 auto !important;
}

.right_side {
  display: table;
  margin-inline: auto 0 !important;
}

/*-----------------------------------------
  white-space
-----------------------------------------*/
.nowrap {
  white-space: nowrap;
}

/*-----------------------------------------
  border
-----------------------------------------*/
.no_border {
  border: 0 !important;
}

/*-----------------------------------------
  flex
-----------------------------------------*/
.justify_content_s {
  justify-content: flex-start;
}

.justify_content_c {
  justify-content: center;
}

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

.align_items_s {
  align-items: flex-start;
}

.align_items_c {
  align-items: center;
}

.align_items_e {
  align-items: flex-end;
}

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

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

/*-----------------------------------------
  display
-----------------------------------------*/
.display_block {
  display: block !important;
}

.display_inline_block {
  display: inline-block !important;
}

.display_inline {
  display: inline !important;
}

.display_flex {
  display: flex !important;
}

/*-----------------------------------------
  display PC / SP
-----------------------------------------*/
.pc {
  display: block !important;
}

.pc_table_cell {
  display: table-cell !important;
}

.pc_inline {
  display: inline-block !important;
}

.pc_flex {
  display: flex !important;
}

.pc_only {
  display: block !important;
}

.pc_tablet {
  display: block !important;
}

.tablet {
  display: none !important;
}

.sp_tablet {
  display: none !important;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pc_table_cell {
    display: none !important;
  }
  .pc_inline {
    display: none !important;
  }
  .pc_flex {
    display: none !important;
  }
  .pc_tablet {
    display: none !important;
  }
  .tablet {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline-block !important;
  }
}
/*-----------------------------------------
  opacity
-----------------------------------------*/
.opacity_1 {
  opacity: 1 !important;
}

/*-----------------------------------------
  width
-----------------------------------------*/
.w_1 {
  width: 1% !important;
}

.w_max_1 {
  max-width: 1% !important;
}

.w_min_1 {
  min-width: 1% !important;
}

.w_2 {
  width: 2% !important;
}

.w_max_2 {
  max-width: 2% !important;
}

.w_min_2 {
  min-width: 2% !important;
}

.w_3 {
  width: 3% !important;
}

.w_max_3 {
  max-width: 3% !important;
}

.w_min_3 {
  min-width: 3% !important;
}

.w_4 {
  width: 4% !important;
}

.w_max_4 {
  max-width: 4% !important;
}

.w_min_4 {
  min-width: 4% !important;
}

.w_5 {
  width: 5% !important;
}

.w_max_5 {
  max-width: 5% !important;
}

.w_min_5 {
  min-width: 5% !important;
}

.w_6 {
  width: 6% !important;
}

.w_max_6 {
  max-width: 6% !important;
}

.w_min_6 {
  min-width: 6% !important;
}

.w_7 {
  width: 7% !important;
}

.w_max_7 {
  max-width: 7% !important;
}

.w_min_7 {
  min-width: 7% !important;
}

.w_8 {
  width: 8% !important;
}

.w_max_8 {
  max-width: 8% !important;
}

.w_min_8 {
  min-width: 8% !important;
}

.w_9 {
  width: 9% !important;
}

.w_max_9 {
  max-width: 9% !important;
}

.w_min_9 {
  min-width: 9% !important;
}

.w_10 {
  width: 10% !important;
}

.w_max_10 {
  max-width: 10% !important;
}

.w_min_10 {
  min-width: 10% !important;
}

.w_11 {
  width: 11% !important;
}

.w_max_11 {
  max-width: 11% !important;
}

.w_min_11 {
  min-width: 11% !important;
}

.w_12 {
  width: 12% !important;
}

.w_max_12 {
  max-width: 12% !important;
}

.w_min_12 {
  min-width: 12% !important;
}

.w_13 {
  width: 13% !important;
}

.w_max_13 {
  max-width: 13% !important;
}

.w_min_13 {
  min-width: 13% !important;
}

.w_14 {
  width: 14% !important;
}

.w_max_14 {
  max-width: 14% !important;
}

.w_min_14 {
  min-width: 14% !important;
}

.w_15 {
  width: 15% !important;
}

.w_max_15 {
  max-width: 15% !important;
}

.w_min_15 {
  min-width: 15% !important;
}

.w_16 {
  width: 16% !important;
}

.w_max_16 {
  max-width: 16% !important;
}

.w_min_16 {
  min-width: 16% !important;
}

.w_17 {
  width: 17% !important;
}

.w_max_17 {
  max-width: 17% !important;
}

.w_min_17 {
  min-width: 17% !important;
}

.w_18 {
  width: 18% !important;
}

.w_max_18 {
  max-width: 18% !important;
}

.w_min_18 {
  min-width: 18% !important;
}

.w_19 {
  width: 19% !important;
}

.w_max_19 {
  max-width: 19% !important;
}

.w_min_19 {
  min-width: 19% !important;
}

.w_20 {
  width: 20% !important;
}

.w_max_20 {
  max-width: 20% !important;
}

.w_min_20 {
  min-width: 20% !important;
}

.w_21 {
  width: 21% !important;
}

.w_max_21 {
  max-width: 21% !important;
}

.w_min_21 {
  min-width: 21% !important;
}

.w_22 {
  width: 22% !important;
}

.w_max_22 {
  max-width: 22% !important;
}

.w_min_22 {
  min-width: 22% !important;
}

.w_23 {
  width: 23% !important;
}

.w_max_23 {
  max-width: 23% !important;
}

.w_min_23 {
  min-width: 23% !important;
}

.w_24 {
  width: 24% !important;
}

.w_max_24 {
  max-width: 24% !important;
}

.w_min_24 {
  min-width: 24% !important;
}

.w_25 {
  width: 25% !important;
}

.w_max_25 {
  max-width: 25% !important;
}

.w_min_25 {
  min-width: 25% !important;
}

.w_26 {
  width: 26% !important;
}

.w_max_26 {
  max-width: 26% !important;
}

.w_min_26 {
  min-width: 26% !important;
}

.w_27 {
  width: 27% !important;
}

.w_max_27 {
  max-width: 27% !important;
}

.w_min_27 {
  min-width: 27% !important;
}

.w_28 {
  width: 28% !important;
}

.w_max_28 {
  max-width: 28% !important;
}

.w_min_28 {
  min-width: 28% !important;
}

.w_29 {
  width: 29% !important;
}

.w_max_29 {
  max-width: 29% !important;
}

.w_min_29 {
  min-width: 29% !important;
}

.w_30 {
  width: 30% !important;
}

.w_max_30 {
  max-width: 30% !important;
}

.w_min_30 {
  min-width: 30% !important;
}

.w_31 {
  width: 31% !important;
}

.w_max_31 {
  max-width: 31% !important;
}

.w_min_31 {
  min-width: 31% !important;
}

.w_32 {
  width: 32% !important;
}

.w_max_32 {
  max-width: 32% !important;
}

.w_min_32 {
  min-width: 32% !important;
}

.w_33 {
  width: 33% !important;
}

.w_max_33 {
  max-width: 33% !important;
}

.w_min_33 {
  min-width: 33% !important;
}

.w_34 {
  width: 34% !important;
}

.w_max_34 {
  max-width: 34% !important;
}

.w_min_34 {
  min-width: 34% !important;
}

.w_35 {
  width: 35% !important;
}

.w_max_35 {
  max-width: 35% !important;
}

.w_min_35 {
  min-width: 35% !important;
}

.w_36 {
  width: 36% !important;
}

.w_max_36 {
  max-width: 36% !important;
}

.w_min_36 {
  min-width: 36% !important;
}

.w_37 {
  width: 37% !important;
}

.w_max_37 {
  max-width: 37% !important;
}

.w_min_37 {
  min-width: 37% !important;
}

.w_38 {
  width: 38% !important;
}

.w_max_38 {
  max-width: 38% !important;
}

.w_min_38 {
  min-width: 38% !important;
}

.w_39 {
  width: 39% !important;
}

.w_max_39 {
  max-width: 39% !important;
}

.w_min_39 {
  min-width: 39% !important;
}

.w_40 {
  width: 40% !important;
}

.w_max_40 {
  max-width: 40% !important;
}

.w_min_40 {
  min-width: 40% !important;
}

.w_41 {
  width: 41% !important;
}

.w_max_41 {
  max-width: 41% !important;
}

.w_min_41 {
  min-width: 41% !important;
}

.w_42 {
  width: 42% !important;
}

.w_max_42 {
  max-width: 42% !important;
}

.w_min_42 {
  min-width: 42% !important;
}

.w_43 {
  width: 43% !important;
}

.w_max_43 {
  max-width: 43% !important;
}

.w_min_43 {
  min-width: 43% !important;
}

.w_44 {
  width: 44% !important;
}

.w_max_44 {
  max-width: 44% !important;
}

.w_min_44 {
  min-width: 44% !important;
}

.w_45 {
  width: 45% !important;
}

.w_max_45 {
  max-width: 45% !important;
}

.w_min_45 {
  min-width: 45% !important;
}

.w_46 {
  width: 46% !important;
}

.w_max_46 {
  max-width: 46% !important;
}

.w_min_46 {
  min-width: 46% !important;
}

.w_47 {
  width: 47% !important;
}

.w_max_47 {
  max-width: 47% !important;
}

.w_min_47 {
  min-width: 47% !important;
}

.w_48 {
  width: 48% !important;
}

.w_max_48 {
  max-width: 48% !important;
}

.w_min_48 {
  min-width: 48% !important;
}

.w_49 {
  width: 49% !important;
}

.w_max_49 {
  max-width: 49% !important;
}

.w_min_49 {
  min-width: 49% !important;
}

.w_50 {
  width: 50% !important;
}

.w_max_50 {
  max-width: 50% !important;
}

.w_min_50 {
  min-width: 50% !important;
}

.w_51 {
  width: 51% !important;
}

.w_max_51 {
  max-width: 51% !important;
}

.w_min_51 {
  min-width: 51% !important;
}

.w_52 {
  width: 52% !important;
}

.w_max_52 {
  max-width: 52% !important;
}

.w_min_52 {
  min-width: 52% !important;
}

.w_53 {
  width: 53% !important;
}

.w_max_53 {
  max-width: 53% !important;
}

.w_min_53 {
  min-width: 53% !important;
}

.w_54 {
  width: 54% !important;
}

.w_max_54 {
  max-width: 54% !important;
}

.w_min_54 {
  min-width: 54% !important;
}

.w_55 {
  width: 55% !important;
}

.w_max_55 {
  max-width: 55% !important;
}

.w_min_55 {
  min-width: 55% !important;
}

.w_56 {
  width: 56% !important;
}

.w_max_56 {
  max-width: 56% !important;
}

.w_min_56 {
  min-width: 56% !important;
}

.w_57 {
  width: 57% !important;
}

.w_max_57 {
  max-width: 57% !important;
}

.w_min_57 {
  min-width: 57% !important;
}

.w_58 {
  width: 58% !important;
}

.w_max_58 {
  max-width: 58% !important;
}

.w_min_58 {
  min-width: 58% !important;
}

.w_59 {
  width: 59% !important;
}

.w_max_59 {
  max-width: 59% !important;
}

.w_min_59 {
  min-width: 59% !important;
}

.w_60 {
  width: 60% !important;
}

.w_max_60 {
  max-width: 60% !important;
}

.w_min_60 {
  min-width: 60% !important;
}

.w_61 {
  width: 61% !important;
}

.w_max_61 {
  max-width: 61% !important;
}

.w_min_61 {
  min-width: 61% !important;
}

.w_62 {
  width: 62% !important;
}

.w_max_62 {
  max-width: 62% !important;
}

.w_min_62 {
  min-width: 62% !important;
}

.w_63 {
  width: 63% !important;
}

.w_max_63 {
  max-width: 63% !important;
}

.w_min_63 {
  min-width: 63% !important;
}

.w_64 {
  width: 64% !important;
}

.w_max_64 {
  max-width: 64% !important;
}

.w_min_64 {
  min-width: 64% !important;
}

.w_65 {
  width: 65% !important;
}

.w_max_65 {
  max-width: 65% !important;
}

.w_min_65 {
  min-width: 65% !important;
}

.w_66 {
  width: 66% !important;
}

.w_max_66 {
  max-width: 66% !important;
}

.w_min_66 {
  min-width: 66% !important;
}

.w_67 {
  width: 67% !important;
}

.w_max_67 {
  max-width: 67% !important;
}

.w_min_67 {
  min-width: 67% !important;
}

.w_68 {
  width: 68% !important;
}

.w_max_68 {
  max-width: 68% !important;
}

.w_min_68 {
  min-width: 68% !important;
}

.w_69 {
  width: 69% !important;
}

.w_max_69 {
  max-width: 69% !important;
}

.w_min_69 {
  min-width: 69% !important;
}

.w_70 {
  width: 70% !important;
}

.w_max_70 {
  max-width: 70% !important;
}

.w_min_70 {
  min-width: 70% !important;
}

.w_71 {
  width: 71% !important;
}

.w_max_71 {
  max-width: 71% !important;
}

.w_min_71 {
  min-width: 71% !important;
}

.w_72 {
  width: 72% !important;
}

.w_max_72 {
  max-width: 72% !important;
}

.w_min_72 {
  min-width: 72% !important;
}

.w_73 {
  width: 73% !important;
}

.w_max_73 {
  max-width: 73% !important;
}

.w_min_73 {
  min-width: 73% !important;
}

.w_74 {
  width: 74% !important;
}

.w_max_74 {
  max-width: 74% !important;
}

.w_min_74 {
  min-width: 74% !important;
}

.w_75 {
  width: 75% !important;
}

.w_max_75 {
  max-width: 75% !important;
}

.w_min_75 {
  min-width: 75% !important;
}

.w_76 {
  width: 76% !important;
}

.w_max_76 {
  max-width: 76% !important;
}

.w_min_76 {
  min-width: 76% !important;
}

.w_77 {
  width: 77% !important;
}

.w_max_77 {
  max-width: 77% !important;
}

.w_min_77 {
  min-width: 77% !important;
}

.w_78 {
  width: 78% !important;
}

.w_max_78 {
  max-width: 78% !important;
}

.w_min_78 {
  min-width: 78% !important;
}

.w_79 {
  width: 79% !important;
}

.w_max_79 {
  max-width: 79% !important;
}

.w_min_79 {
  min-width: 79% !important;
}

.w_80 {
  width: 80% !important;
}

.w_max_80 {
  max-width: 80% !important;
}

.w_min_80 {
  min-width: 80% !important;
}

.w_81 {
  width: 81% !important;
}

.w_max_81 {
  max-width: 81% !important;
}

.w_min_81 {
  min-width: 81% !important;
}

.w_82 {
  width: 82% !important;
}

.w_max_82 {
  max-width: 82% !important;
}

.w_min_82 {
  min-width: 82% !important;
}

.w_83 {
  width: 83% !important;
}

.w_max_83 {
  max-width: 83% !important;
}

.w_min_83 {
  min-width: 83% !important;
}

.w_84 {
  width: 84% !important;
}

.w_max_84 {
  max-width: 84% !important;
}

.w_min_84 {
  min-width: 84% !important;
}

.w_85 {
  width: 85% !important;
}

.w_max_85 {
  max-width: 85% !important;
}

.w_min_85 {
  min-width: 85% !important;
}

.w_86 {
  width: 86% !important;
}

.w_max_86 {
  max-width: 86% !important;
}

.w_min_86 {
  min-width: 86% !important;
}

.w_87 {
  width: 87% !important;
}

.w_max_87 {
  max-width: 87% !important;
}

.w_min_87 {
  min-width: 87% !important;
}

.w_88 {
  width: 88% !important;
}

.w_max_88 {
  max-width: 88% !important;
}

.w_min_88 {
  min-width: 88% !important;
}

.w_89 {
  width: 89% !important;
}

.w_max_89 {
  max-width: 89% !important;
}

.w_min_89 {
  min-width: 89% !important;
}

.w_90 {
  width: 90% !important;
}

.w_max_90 {
  max-width: 90% !important;
}

.w_min_90 {
  min-width: 90% !important;
}

.w_91 {
  width: 91% !important;
}

.w_max_91 {
  max-width: 91% !important;
}

.w_min_91 {
  min-width: 91% !important;
}

.w_92 {
  width: 92% !important;
}

.w_max_92 {
  max-width: 92% !important;
}

.w_min_92 {
  min-width: 92% !important;
}

.w_93 {
  width: 93% !important;
}

.w_max_93 {
  max-width: 93% !important;
}

.w_min_93 {
  min-width: 93% !important;
}

.w_94 {
  width: 94% !important;
}

.w_max_94 {
  max-width: 94% !important;
}

.w_min_94 {
  min-width: 94% !important;
}

.w_95 {
  width: 95% !important;
}

.w_max_95 {
  max-width: 95% !important;
}

.w_min_95 {
  min-width: 95% !important;
}

.w_96 {
  width: 96% !important;
}

.w_max_96 {
  max-width: 96% !important;
}

.w_min_96 {
  min-width: 96% !important;
}

.w_97 {
  width: 97% !important;
}

.w_max_97 {
  max-width: 97% !important;
}

.w_min_97 {
  min-width: 97% !important;
}

.w_98 {
  width: 98% !important;
}

.w_max_98 {
  max-width: 98% !important;
}

.w_min_98 {
  min-width: 98% !important;
}

.w_99 {
  width: 99% !important;
}

.w_max_99 {
  max-width: 99% !important;
}

.w_min_99 {
  min-width: 99% !important;
}

.w_100 {
  width: 100% !important;
}

.w_max_100 {
  max-width: 100% !important;
}

.w_min_100 {
  min-width: 100% !important;
}

.full {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .sp_full {
    width: 100% !important;
  }
  .w_sp1 {
    width: 1% !important;
  }
  .w_sp2 {
    width: 2% !important;
  }
  .w_sp3 {
    width: 3% !important;
  }
  .w_sp4 {
    width: 4% !important;
  }
  .w_sp5 {
    width: 5% !important;
  }
  .w_sp6 {
    width: 6% !important;
  }
  .w_sp7 {
    width: 7% !important;
  }
  .w_sp8 {
    width: 8% !important;
  }
  .w_sp9 {
    width: 9% !important;
  }
  .w_sp10 {
    width: 10% !important;
  }
  .w_sp11 {
    width: 11% !important;
  }
  .w_sp12 {
    width: 12% !important;
  }
  .w_sp13 {
    width: 13% !important;
  }
  .w_sp14 {
    width: 14% !important;
  }
  .w_sp15 {
    width: 15% !important;
  }
  .w_sp16 {
    width: 16% !important;
  }
  .w_sp17 {
    width: 17% !important;
  }
  .w_sp18 {
    width: 18% !important;
  }
  .w_sp19 {
    width: 19% !important;
  }
  .w_sp20 {
    width: 20% !important;
  }
  .w_sp21 {
    width: 21% !important;
  }
  .w_sp22 {
    width: 22% !important;
  }
  .w_sp23 {
    width: 23% !important;
  }
  .w_sp24 {
    width: 24% !important;
  }
  .w_sp25 {
    width: 25% !important;
  }
  .w_sp26 {
    width: 26% !important;
  }
  .w_sp27 {
    width: 27% !important;
  }
  .w_sp28 {
    width: 28% !important;
  }
  .w_sp29 {
    width: 29% !important;
  }
  .w_sp30 {
    width: 30% !important;
  }
  .w_sp31 {
    width: 31% !important;
  }
  .w_sp32 {
    width: 32% !important;
  }
  .w_sp33 {
    width: 33% !important;
  }
  .w_sp34 {
    width: 34% !important;
  }
  .w_sp35 {
    width: 35% !important;
  }
  .w_sp36 {
    width: 36% !important;
  }
  .w_sp37 {
    width: 37% !important;
  }
  .w_sp38 {
    width: 38% !important;
  }
  .w_sp39 {
    width: 39% !important;
  }
  .w_sp40 {
    width: 40% !important;
  }
  .w_sp41 {
    width: 41% !important;
  }
  .w_sp42 {
    width: 42% !important;
  }
  .w_sp43 {
    width: 43% !important;
  }
  .w_sp44 {
    width: 44% !important;
  }
  .w_sp45 {
    width: 45% !important;
  }
  .w_sp46 {
    width: 46% !important;
  }
  .w_sp47 {
    width: 47% !important;
  }
  .w_sp48 {
    width: 48% !important;
  }
  .w_sp49 {
    width: 49% !important;
  }
  .w_sp50 {
    width: 50% !important;
  }
  .w_sp51 {
    width: 51% !important;
  }
  .w_sp52 {
    width: 52% !important;
  }
  .w_sp53 {
    width: 53% !important;
  }
  .w_sp54 {
    width: 54% !important;
  }
  .w_sp55 {
    width: 55% !important;
  }
  .w_sp56 {
    width: 56% !important;
  }
  .w_sp57 {
    width: 57% !important;
  }
  .w_sp58 {
    width: 58% !important;
  }
  .w_sp59 {
    width: 59% !important;
  }
  .w_sp60 {
    width: 60% !important;
  }
  .w_sp61 {
    width: 61% !important;
  }
  .w_sp62 {
    width: 62% !important;
  }
  .w_sp63 {
    width: 63% !important;
  }
  .w_sp64 {
    width: 64% !important;
  }
  .w_sp65 {
    width: 65% !important;
  }
  .w_sp66 {
    width: 66% !important;
  }
  .w_sp67 {
    width: 67% !important;
  }
  .w_sp68 {
    width: 68% !important;
  }
  .w_sp69 {
    width: 69% !important;
  }
  .w_sp70 {
    width: 70% !important;
  }
  .w_sp71 {
    width: 71% !important;
  }
  .w_sp72 {
    width: 72% !important;
  }
  .w_sp73 {
    width: 73% !important;
  }
  .w_sp74 {
    width: 74% !important;
  }
  .w_sp75 {
    width: 75% !important;
  }
  .w_sp76 {
    width: 76% !important;
  }
  .w_sp77 {
    width: 77% !important;
  }
  .w_sp78 {
    width: 78% !important;
  }
  .w_sp79 {
    width: 79% !important;
  }
  .w_sp80 {
    width: 80% !important;
  }
  .w_sp81 {
    width: 81% !important;
  }
  .w_sp82 {
    width: 82% !important;
  }
  .w_sp83 {
    width: 83% !important;
  }
  .w_sp84 {
    width: 84% !important;
  }
  .w_sp85 {
    width: 85% !important;
  }
  .w_sp86 {
    width: 86% !important;
  }
  .w_sp87 {
    width: 87% !important;
  }
  .w_sp88 {
    width: 88% !important;
  }
  .w_sp89 {
    width: 89% !important;
  }
  .w_sp90 {
    width: 90% !important;
  }
  .w_sp91 {
    width: 91% !important;
  }
  .w_sp92 {
    width: 92% !important;
  }
  .w_sp93 {
    width: 93% !important;
  }
  .w_sp94 {
    width: 94% !important;
  }
  .w_sp95 {
    width: 95% !important;
  }
  .w_sp96 {
    width: 96% !important;
  }
  .w_sp97 {
    width: 97% !important;
  }
  .w_sp98 {
    width: 98% !important;
  }
  .w_sp99 {
    width: 99% !important;
  }
  .w_sp100 {
    width: 100% !important;
  }
}
/*-----------------------------------------
  radius
-----------------------------------------*/
.radius_0 {
  border-radius: 0 !important;
}

.radius_4 {
  border-radius: 4px !important;
}

.radius_8 {
  border-radius: 8px !important;
}

.radius_12 {
  border-radius: 12px !important;
}

.radius_16 {
  border-radius: 16px !important;
}

.radius_24 {
  border-radius: 24px !important;
}

.radius_32 {
  border-radius: 32px !important;
}

.radius_36 {
  border-radius: 36px !important;
}

.radius_40 {
  border-radius: 40px !important;
}

.radius_48 {
  border-radius: 48px !important;
}

.radius_56 {
  border-radius: 56px !important;
}

.radius_64 {
  border-radius: 64px !important;
}

.radius_72 {
  border-radius: 72px !important;
}

.radius_80 {
  border-radius: 80px !important;
}

@media only screen and (max-width: 767px) {
  .radius_0 {
    border-radius: 0 !important;
  }
  .radius_4 {
    border-radius: 4px !important;
  }
  .radius_8 {
    border-radius: 8px !important;
  }
  .radius_12 {
    border-radius: 12px !important;
  }
  .radius_16 {
    border-radius: 16px !important;
  }
  .radius_24 {
    border-radius: 24px !important;
  }
  .radius_32 {
    border-radius: 32px !important;
  }
  .radius_36 {
    border-radius: 36px !important;
  }
  .radius_40 {
    border-radius: 40px !important;
  }
  .radius_48 {
    border-radius: 48px !important;
  }
  .radius_56 {
    border-radius: 56px !important;
  }
  .radius_64 {
    border-radius: 64px !important;
  }
  .radius_72 {
    border-radius: 72px !important;
  }
  .radius_80 {
    border-radius: 80px !important;
  }
}
/*-----------------------------------------
  margin
-----------------------------------------*/
.ma_0 {
  margin: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.my_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx_0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ma_4 {
  margin: 4px !important;
}
.mb_4 {
  margin-bottom: 4px !important;
}
.mt_4 {
  margin-top: 4px !important;
}
.ml_4 {
  margin-left: 4px !important;
}
.mr_4 {
  margin-right: 4px !important;
}
.my_4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx_4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.ma_8 {
  margin: 8px !important;
}
.mb_8 {
  margin-bottom: 8px !important;
}
.mt_8 {
  margin-top: 8px !important;
}
.ml_8 {
  margin-left: 8px !important;
}
.mr_8 {
  margin-right: 8px !important;
}
.my_8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx_8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.ma_12 {
  margin: 12px !important;
}
.mb_12 {
  margin-bottom: 12px !important;
}
.mt_12 {
  margin-top: 12px !important;
}
.ml_12 {
  margin-left: 12px !important;
}
.mr_12 {
  margin-right: 12px !important;
}
.my_12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mx_12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.ma_16 {
  margin: 16px !important;
}
.mb_16 {
  margin-bottom: 16px !important;
}
.mt_16 {
  margin-top: 16px !important;
}
.ml_16 {
  margin-left: 16px !important;
}
.mr_16 {
  margin-right: 16px !important;
}
.my_16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx_16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.ma_24 {
  margin: 24px !important;
}
.mb_24 {
  margin-bottom: 24px !important;
}
.mt_24 {
  margin-top: 24px !important;
}
.ml_24 {
  margin-left: 24px !important;
}
.mr_24 {
  margin-right: 24px !important;
}
.my_24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx_24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.ma_32 {
  margin: 32px !important;
}
.mb_32 {
  margin-bottom: 32px !important;
}
.mt_32 {
  margin-top: 32px !important;
}
.ml_32 {
  margin-left: 32px !important;
}
.mr_32 {
  margin-right: 32px !important;
}
.my_32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mx_32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.ma_36 {
  margin: 36px !important;
}
.mb_36 {
  margin-bottom: 36px !important;
}
.mt_36 {
  margin-top: 36px !important;
}
.ml_36 {
  margin-left: 36px !important;
}
.mr_36 {
  margin-right: 36px !important;
}
.my_36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mx_36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.ma_40 {
  margin: 40px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
.mr_40 {
  margin-right: 40px !important;
}
.my_40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx_40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.ma_48 {
  margin: 48px !important;
}
.mb_48 {
  margin-bottom: 48px !important;
}
.mt_48 {
  margin-top: 48px !important;
}
.ml_48 {
  margin-left: 48px !important;
}
.mr_48 {
  margin-right: 48px !important;
}
.my_48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx_48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.ma_56 {
  margin: 56px !important;
}
.mb_56 {
  margin-bottom: 56px !important;
}
.mt_56 {
  margin-top: 56px !important;
}
.ml_56 {
  margin-left: 56px !important;
}
.mr_56 {
  margin-right: 56px !important;
}
.my_56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.mx_56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.ma_64 {
  margin: 64px !important;
}
.mb_64 {
  margin-bottom: 64px !important;
}
.mt_64 {
  margin-top: 64px !important;
}
.ml_64 {
  margin-left: 64px !important;
}
.mr_64 {
  margin-right: 64px !important;
}
.my_64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mx_64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.ma_72 {
  margin: 72px !important;
}
.mb_72 {
  margin-bottom: 72px !important;
}
.mt_72 {
  margin-top: 72px !important;
}
.ml_72 {
  margin-left: 72px !important;
}
.mr_72 {
  margin-right: 72px !important;
}
.my_72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.mx_72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.ma_80 {
  margin: 80px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mt_80 {
  margin-top: 80px !important;
}
.ml_80 {
  margin-left: 80px !important;
}
.mr_80 {
  margin-right: 80px !important;
}
.my_80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mx_80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .sp_ma_0 {
    margin: 0 !important;
  }
  .sp_mb_0 {
    margin-bottom: 0 !important;
  }
  .sp_mt_0 {
    margin-top: 0 !important;
  }
  .sp_ml_0 {
    margin-left: 0 !important;
  }
  .sp_mr_0 {
    margin-right: 0 !important;
  }
  .sp_my_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sp_mx_0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sp_ma_4 {
    margin: 4px !important;
  }
  .sp_mb_4 {
    margin-bottom: 4px !important;
  }
  .sp_mt_4 {
    margin-top: 4px !important;
  }
  .sp_ml_4 {
    margin-left: 4px !important;
  }
  .sp_mr_4 {
    margin-right: 4px !important;
  }
  .sp_my_4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .sp_mx_4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .sp_ma_8 {
    margin: 8px !important;
  }
  .sp_mb_8 {
    margin-bottom: 8px !important;
  }
  .sp_mt_8 {
    margin-top: 8px !important;
  }
  .sp_ml_8 {
    margin-left: 8px !important;
  }
  .sp_mr_8 {
    margin-right: 8px !important;
  }
  .sp_my_8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .sp_mx_8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .sp_ma_12 {
    margin: 12px !important;
  }
  .sp_mb_12 {
    margin-bottom: 12px !important;
  }
  .sp_mt_12 {
    margin-top: 12px !important;
  }
  .sp_ml_12 {
    margin-left: 12px !important;
  }
  .sp_mr_12 {
    margin-right: 12px !important;
  }
  .sp_my_12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .sp_mx_12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .sp_ma_16 {
    margin: 16px !important;
  }
  .sp_mb_16 {
    margin-bottom: 16px !important;
  }
  .sp_mt_16 {
    margin-top: 16px !important;
  }
  .sp_ml_16 {
    margin-left: 16px !important;
  }
  .sp_mr_16 {
    margin-right: 16px !important;
  }
  .sp_my_16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .sp_mx_16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .sp_ma_24 {
    margin: 24px !important;
  }
  .sp_mb_24 {
    margin-bottom: 24px !important;
  }
  .sp_mt_24 {
    margin-top: 24px !important;
  }
  .sp_ml_24 {
    margin-left: 24px !important;
  }
  .sp_mr_24 {
    margin-right: 24px !important;
  }
  .sp_my_24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .sp_mx_24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .sp_ma_32 {
    margin: 32px !important;
  }
  .sp_mb_32 {
    margin-bottom: 32px !important;
  }
  .sp_mt_32 {
    margin-top: 32px !important;
  }
  .sp_ml_32 {
    margin-left: 32px !important;
  }
  .sp_mr_32 {
    margin-right: 32px !important;
  }
  .sp_my_32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .sp_mx_32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .sp_ma_36 {
    margin: 36px !important;
  }
  .sp_mb_36 {
    margin-bottom: 36px !important;
  }
  .sp_mt_36 {
    margin-top: 36px !important;
  }
  .sp_ml_36 {
    margin-left: 36px !important;
  }
  .sp_mr_36 {
    margin-right: 36px !important;
  }
  .sp_my_36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .sp_mx_36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .sp_ma_40 {
    margin: 40px !important;
  }
  .sp_mb_40 {
    margin-bottom: 40px !important;
  }
  .sp_mt_40 {
    margin-top: 40px !important;
  }
  .sp_ml_40 {
    margin-left: 40px !important;
  }
  .sp_mr_40 {
    margin-right: 40px !important;
  }
  .sp_my_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp_mx_40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .sp_ma_48 {
    margin: 48px !important;
  }
  .sp_mb_48 {
    margin-bottom: 48px !important;
  }
  .sp_mt_48 {
    margin-top: 48px !important;
  }
  .sp_ml_48 {
    margin-left: 48px !important;
  }
  .sp_mr_48 {
    margin-right: 48px !important;
  }
  .sp_my_48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .sp_mx_48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .sp_ma_56 {
    margin: 56px !important;
  }
  .sp_mb_56 {
    margin-bottom: 56px !important;
  }
  .sp_mt_56 {
    margin-top: 56px !important;
  }
  .sp_ml_56 {
    margin-left: 56px !important;
  }
  .sp_mr_56 {
    margin-right: 56px !important;
  }
  .sp_my_56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .sp_mx_56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .sp_ma_64 {
    margin: 64px !important;
  }
  .sp_mb_64 {
    margin-bottom: 64px !important;
  }
  .sp_mt_64 {
    margin-top: 64px !important;
  }
  .sp_ml_64 {
    margin-left: 64px !important;
  }
  .sp_mr_64 {
    margin-right: 64px !important;
  }
  .sp_my_64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .sp_mx_64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .sp_ma_72 {
    margin: 72px !important;
  }
  .sp_mb_72 {
    margin-bottom: 72px !important;
  }
  .sp_mt_72 {
    margin-top: 72px !important;
  }
  .sp_ml_72 {
    margin-left: 72px !important;
  }
  .sp_mr_72 {
    margin-right: 72px !important;
  }
  .sp_my_72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .sp_mx_72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .sp_ma_80 {
    margin: 80px !important;
  }
  .sp_mb_80 {
    margin-bottom: 80px !important;
  }
  .sp_mt_80 {
    margin-top: 80px !important;
  }
  .sp_ml_80 {
    margin-left: 80px !important;
  }
  .sp_mr_80 {
    margin-right: 80px !important;
  }
  .sp_my_80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .sp_mx_80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
}
/*-----------------------------------------
  padding
-----------------------------------------*/
.pa_0 {
  padding: 0 !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pt_0 {
  padding-top: 0 !important;
}
.pl_0 {
  padding-left: 0 !important;
}
.pr_0 {
  padding-right: 0 !important;
}
.py_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px_0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pa_4 {
  padding: 4px !important;
}
.pb_4 {
  padding-bottom: 4px !important;
}
.pt_4 {
  padding-top: 4px !important;
}
.pl_4 {
  padding-left: 4px !important;
}
.pr_4 {
  padding-right: 4px !important;
}
.py_4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px_4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.pa_8 {
  padding: 8px !important;
}
.pb_8 {
  padding-bottom: 8px !important;
}
.pt_8 {
  padding-top: 8px !important;
}
.pl_8 {
  padding-left: 8px !important;
}
.pr_8 {
  padding-right: 8px !important;
}
.py_8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px_8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.pa_12 {
  padding: 12px !important;
}
.pb_12 {
  padding-bottom: 12px !important;
}
.pt_12 {
  padding-top: 12px !important;
}
.pl_12 {
  padding-left: 12px !important;
}
.pr_12 {
  padding-right: 12px !important;
}
.py_12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px_12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pa_16 {
  padding: 16px !important;
}
.pb_16 {
  padding-bottom: 16px !important;
}
.pt_16 {
  padding-top: 16px !important;
}
.pl_16 {
  padding-left: 16px !important;
}
.pr_16 {
  padding-right: 16px !important;
}
.py_16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px_16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.pa_24 {
  padding: 24px !important;
}
.pb_24 {
  padding-bottom: 24px !important;
}
.pt_24 {
  padding-top: 24px !important;
}
.pl_24 {
  padding-left: 24px !important;
}
.pr_24 {
  padding-right: 24px !important;
}
.py_24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px_24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.pa_32 {
  padding: 32px !important;
}
.pb_32 {
  padding-bottom: 32px !important;
}
.pt_32 {
  padding-top: 32px !important;
}
.pl_32 {
  padding-left: 32px !important;
}
.pr_32 {
  padding-right: 32px !important;
}
.py_32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.px_32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.pa_36 {
  padding: 36px !important;
}
.pb_36 {
  padding-bottom: 36px !important;
}
.pt_36 {
  padding-top: 36px !important;
}
.pl_36 {
  padding-left: 36px !important;
}
.pr_36 {
  padding-right: 36px !important;
}
.py_36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.px_36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.pa_40 {
  padding: 40px !important;
}
.pb_40 {
  padding-bottom: 40px !important;
}
.pt_40 {
  padding-top: 40px !important;
}
.pl_40 {
  padding-left: 40px !important;
}
.pr_40 {
  padding-right: 40px !important;
}
.py_40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px_40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pa_48 {
  padding: 48px !important;
}
.pb_48 {
  padding-bottom: 48px !important;
}
.pt_48 {
  padding-top: 48px !important;
}
.pl_48 {
  padding-left: 48px !important;
}
.pr_48 {
  padding-right: 48px !important;
}
.py_48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px_48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.pa_56 {
  padding: 56px !important;
}
.pb_56 {
  padding-bottom: 56px !important;
}
.pt_56 {
  padding-top: 56px !important;
}
.pl_56 {
  padding-left: 56px !important;
}
.pr_56 {
  padding-right: 56px !important;
}
.py_56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.px_56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.pa_64 {
  padding: 64px !important;
}
.pb_64 {
  padding-bottom: 64px !important;
}
.pt_64 {
  padding-top: 64px !important;
}
.pl_64 {
  padding-left: 64px !important;
}
.pr_64 {
  padding-right: 64px !important;
}
.py_64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.px_64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.pa_72 {
  padding: 72px !important;
}
.pb_72 {
  padding-bottom: 72px !important;
}
.pt_72 {
  padding-top: 72px !important;
}
.pl_72 {
  padding-left: 72px !important;
}
.pr_72 {
  padding-right: 72px !important;
}
.py_72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.px_72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.pa_80 {
  padding: 80px !important;
}
.pb_80 {
  padding-bottom: 80px !important;
}
.pt_80 {
  padding-top: 80px !important;
}
.pl_80 {
  padding-left: 80px !important;
}
.pr_80 {
  padding-right: 80px !important;
}
.py_80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px_80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

@media only screen and (max-width: 767px) {
  .sp_pa_0 {
    padding: 0 !important;
  }
  .sp_pb_0 {
    padding-bottom: 0 !important;
  }
  .sp_pt_0 {
    padding-top: 0 !important;
  }
  .sp_pl_0 {
    padding-left: 0 !important;
  }
  .sp_pr_0 {
    padding-right: 0 !important;
  }
  .sp_py_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sp_px_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sp_pa_4 {
    padding: 4px !important;
  }
  .sp_pb_4 {
    padding-bottom: 4px !important;
  }
  .sp_pt_4 {
    padding-top: 4px !important;
  }
  .sp_pl_4 {
    padding-left: 4px !important;
  }
  .sp_pr_4 {
    padding-right: 4px !important;
  }
  .sp_py_4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .sp_px_4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .sp_pa_8 {
    padding: 8px !important;
  }
  .sp_pb_8 {
    padding-bottom: 8px !important;
  }
  .sp_pt_8 {
    padding-top: 8px !important;
  }
  .sp_pl_8 {
    padding-left: 8px !important;
  }
  .sp_pr_8 {
    padding-right: 8px !important;
  }
  .sp_py_8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .sp_px_8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .sp_pa_12 {
    padding: 12px !important;
  }
  .sp_pb_12 {
    padding-bottom: 12px !important;
  }
  .sp_pt_12 {
    padding-top: 12px !important;
  }
  .sp_pl_12 {
    padding-left: 12px !important;
  }
  .sp_pr_12 {
    padding-right: 12px !important;
  }
  .sp_py_12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .sp_px_12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .sp_pa_16 {
    padding: 16px !important;
  }
  .sp_pb_16 {
    padding-bottom: 16px !important;
  }
  .sp_pt_16 {
    padding-top: 16px !important;
  }
  .sp_pl_16 {
    padding-left: 16px !important;
  }
  .sp_pr_16 {
    padding-right: 16px !important;
  }
  .sp_py_16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .sp_px_16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .sp_pa_24 {
    padding: 24px !important;
  }
  .sp_pb_24 {
    padding-bottom: 24px !important;
  }
  .sp_pt_24 {
    padding-top: 24px !important;
  }
  .sp_pl_24 {
    padding-left: 24px !important;
  }
  .sp_pr_24 {
    padding-right: 24px !important;
  }
  .sp_py_24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sp_px_24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .sp_pa_32 {
    padding: 32px !important;
  }
  .sp_pb_32 {
    padding-bottom: 32px !important;
  }
  .sp_pt_32 {
    padding-top: 32px !important;
  }
  .sp_pl_32 {
    padding-left: 32px !important;
  }
  .sp_pr_32 {
    padding-right: 32px !important;
  }
  .sp_py_32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .sp_px_32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .sp_pa_36 {
    padding: 36px !important;
  }
  .sp_pb_36 {
    padding-bottom: 36px !important;
  }
  .sp_pt_36 {
    padding-top: 36px !important;
  }
  .sp_pl_36 {
    padding-left: 36px !important;
  }
  .sp_pr_36 {
    padding-right: 36px !important;
  }
  .sp_py_36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .sp_px_36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .sp_pa_40 {
    padding: 40px !important;
  }
  .sp_pb_40 {
    padding-bottom: 40px !important;
  }
  .sp_pt_40 {
    padding-top: 40px !important;
  }
  .sp_pl_40 {
    padding-left: 40px !important;
  }
  .sp_pr_40 {
    padding-right: 40px !important;
  }
  .sp_py_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp_px_40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .sp_pa_48 {
    padding: 48px !important;
  }
  .sp_pb_48 {
    padding-bottom: 48px !important;
  }
  .sp_pt_48 {
    padding-top: 48px !important;
  }
  .sp_pl_48 {
    padding-left: 48px !important;
  }
  .sp_pr_48 {
    padding-right: 48px !important;
  }
  .sp_py_48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .sp_px_48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .sp_pa_56 {
    padding: 56px !important;
  }
  .sp_pb_56 {
    padding-bottom: 56px !important;
  }
  .sp_pt_56 {
    padding-top: 56px !important;
  }
  .sp_pl_56 {
    padding-left: 56px !important;
  }
  .sp_pr_56 {
    padding-right: 56px !important;
  }
  .sp_py_56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .sp_px_56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .sp_pa_64 {
    padding: 64px !important;
  }
  .sp_pb_64 {
    padding-bottom: 64px !important;
  }
  .sp_pt_64 {
    padding-top: 64px !important;
  }
  .sp_pl_64 {
    padding-left: 64px !important;
  }
  .sp_pr_64 {
    padding-right: 64px !important;
  }
  .sp_py_64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .sp_px_64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .sp_pa_72 {
    padding: 72px !important;
  }
  .sp_pb_72 {
    padding-bottom: 72px !important;
  }
  .sp_pt_72 {
    padding-top: 72px !important;
  }
  .sp_pl_72 {
    padding-left: 72px !important;
  }
  .sp_pr_72 {
    padding-right: 72px !important;
  }
  .sp_py_72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .sp_px_72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .sp_pa_80 {
    padding: 80px !important;
  }
  .sp_pb_80 {
    padding-bottom: 80px !important;
  }
  .sp_pt_80 {
    padding-top: 80px !important;
  }
  .sp_pl_80 {
    padding-left: 80px !important;
  }
  .sp_pr_80 {
    padding-right: 80px !important;
  }
  .sp_py_80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sp_px_80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
}
/* =======================================

  COMMON

======================================= */
body {
  background: #f7f7f7;
}

/*-----------------------------------------
  layout
-----------------------------------------*/
.cont_outer {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 48px;
}
@media only screen and (max-width: 980px) {
  .cont_outer {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cont_outer {
    padding-inline: 20px;
  }
}

.cont_inner {
  max-width: 1140px;
  margin-inline: auto;
}
@media only screen and (max-width: 980px) {
  .cont_inner {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cont_inner {
    padding-inline: 0;
  }
}
.cont_inner.size_m {
  max-width: 1340px;
}
.cont_inner.size_l {
  max-width: 1440px;
}

/*-----------------------------------------
  bg_area
-----------------------------------------*/
.bg_area {
  padding: 12px 24px;
  background: #fff;
  border-radius: 2px;
}

/*-----------------------------------------
  btn
-----------------------------------------*/
.btn_wrap {
  max-width: 928px;
  margin-inline: auto;
}

.btn {
  display: table;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.18;
  color: #222;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .btn:hover {
    opacity: 1;
  }
  .btn:hover .btn_text {
    color: #e51636;
  }
  .btn:hover .btn_circle_arrow::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
  .btn:hover .btn_circle_arrow.circle_white::after {
    background: rgba(255, 255, 255, 0.16);
    text-indent: 14px;
  }
}
.btn.type_list {
  color: #e51636;
  background: #f7f7f7;
  border: 1px solid #e51636;
  border-radius: 2px;
  padding: 7px 12px 8px 36px;
  position: relative;
}
@media (any-hover: hover) {
  .btn.type_list:hover {
    opacity: 0.6;
  }
}
.btn.type_list::before {
  content: "\e905";
  font-family: "kyb";
  font-size: 2.1rem;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.btn.type_list .btn_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.btn.type_rss {
  color: #ee802f;
  background: #f7f7f7;
  border: 1px solid #ee802f;
  border-radius: 2px;
  padding: 7px 12px 8px 26px;
  position: relative;
}
@media (any-hover: hover) {
  .btn.type_rss:hover {
    opacity: 0.6;
  }
  .btn.type_rss:hover .btn_text {
    color: #ee802f;
  }
}
.btn.type_rss::before {
  content: "\e90a";
  font-family: "kyb";
  font-size: 2rem;
  line-height: 1;
  color: #ee802f;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.btn.type_rss .btn_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.btn.type_pdf {
  color: #222;
  text-align: left;
  border: 1px solid #e51636;
  border-radius: 2px;
  padding: 22px 48px 22px 24px;
  position: relative;
}
.btn.type_pdf::before {
  content: "";
  width: 16px;
  height: 19px;
  background: url(/en/files/common-icon_img_pdf.svg) center no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn.type_pdf:hover {
    opacity: 0.6;
  }
  .btn.type_pdf:hover .btn_text {
    color: #222;
  }
}
.btn.type_pdf .btn_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.btn.type_pdf .size {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #666;
  margin-left: 8px;
}
.btn.type_pdf.no_icon {
  padding: 22px 24px;
}
.btn.type_pdf.no_icon::before {
  content: none;
}
.btn.type_pdf.icon_variable:not([href$=".pdf"]) {
  padding-right: 24px;
}
.btn.type_pdf.icon_variable:not([href$=".pdf"])::before {
  content: none;
}
.btn.type_excel {
  color: #222;
  text-align: left;
  border: 1px solid #e51636;
  border-radius: 2px;
  padding: 22px 48px 22px 24px;
  position: relative;
}
.btn.type_excel::before {
  content: "";
  width: 16px;
  height: 19px;
  background: url(/en/files/common-icon_img_excel.svg) center no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn.type_excel:hover {
    opacity: 0.6;
  }
  .btn.type_excel:hover .btn_text {
    color: #222;
  }
}
.btn.type_excel .btn_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.btn.type_excel .size {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #666;
  margin-left: 8px;
}
.btn.type_excel.no_icon {
  padding: 22px 24px;
}
.btn.type_excel.no_icon::before {
  content: none;
}
.btn.type_map {
  color: #222;
  border: 1px solid #e51636;
  border-radius: 2px;
  padding: 13px 55px 13px 27px;
  position: relative;
}
.btn.type_map::before {
  content: "\e911";
  font-family: "kyb";
  font-size: 1.8rem;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn.type_map:hover {
    opacity: 0.6;
  }
  .btn.type_map:hover .btn_text {
    color: #222;
  }
}
.btn.type_map .btn_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.btn.type_map .btn_text[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
.btn.type_icon {
  color: #222;
  text-align: left;
  border: 1px solid #e51636;
  border-radius: 2px;
  background: #fff;
  padding: 35px 24px 36px 104px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn.type_icon {
    padding: 24px 24px 24px 74px;
  }
}
.btn.type_icon::before {
  font-family: "kyb";
  font-size: 3.4rem;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .btn.type_icon::before {
    left: 24px;
  }
}
.btn.type_icon .icon_calendar_bell::before {
  font-size: 4rem;
}
.btn.type_icon.btn_maxw {
  max-width: 560px;
  width: 100%;
}
.btn.type_icon.add_arrow {
  padding: 35px 122px 36px 104px;
}
@media only screen and (max-width: 767px) {
  .btn.type_icon.add_arrow {
    padding: 24px 74px;
  }
}
.btn.type_icon.add_arrow::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 1.6rem;
  font-weight: normal;
  color: #e51636;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .btn.type_icon.add_arrow::after {
    right: 20px;
  }
}
@media (any-hover: hover) {
  .btn.type_icon:hover {
    opacity: 0.6;
  }
  .btn.type_icon:hover::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
.btn.type_icon .btn_text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #e51636;
}
.btn.type_icon .btn_text[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
.btn.type_line {
  color: #222;
  border: 1px solid #e51636;
  border-radius: 2px;
  padding: 20px 73px 20px 24px;
  position: relative;
}
@media (any-hover: hover) {
  .btn.type_line:hover .secondary_heading {
    color: #e51636;
  }
  .btn.type_line:hover::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
.btn.type_line::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 2.4rem;
  font-weight: normal;
  color: #e51636;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .btn.type_line::after {
    right: 20px;
  }
}
.btn.type_line .btn_text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  transition: all 0.3s ease-out;
}
.btn.type_line .btn_text[lang=en] {
  font-family: "Inter Tight", sans-serif;
}
.btn.type_title_set {
  width: 100%;
  display: flex;
  gap: 34px;
  align-items: flex-end;
  padding: 45px 174px 52px 64px;
  border: 1px solid #e51636;
  position: relative;
}
@media (any-hover: hover) {
  .btn.type_title_set:hover .secondary_heading {
    color: #e51636;
  }
  .btn.type_title_set:hover::after {
    background: rgba(255, 208, 208, 0.16);
    text-indent: 14px;
  }
}
@media only screen and (max-width: 1080px) {
  .btn.type_title_set {
    gap: 20px;
    padding: 45px 124px 52px 40px;
  }
}
@media only screen and (max-width: 980px) {
  .btn.type_title_set {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 80px 24px 20px;
  }
}
.btn.type_title_set::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 2.4rem;
  font-weight: normal;
  color: #e51636;
  position: absolute;
  top: 50%;
  right: 64px;
  transform: translateY(-50%);
  transition: all 0.2s linear;
  text-indent: 0;
}
@media only screen and (max-width: 1080px) {
  .btn.type_title_set::after {
    width: 64px;
    height: 64px;
    right: 40px;
  }
}
@media only screen and (max-width: 980px) {
  .btn.type_title_set::after {
    width: 48px;
    height: 48px;
    right: 20px;
  }
}
.btn.type_title_set .secondary_heading {
  white-space: nowrap;
  text-align: left;
  margin-bottom: 0;
  transition: all 0.2s linear;
}
.btn.type_title_set .btn_text {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 8px;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 980px) {
  .btn.type_title_set .btn_text {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .btn.type_title_set .btn_text {
    margin-bottom: 0;
  }
}

.btn_circle_arrow {
  display: flex;
  align-items: center;
}
.btn_circle_arrow::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 208, 208, 0.45);
  border-radius: 50%;
  content: "\e900";
  font-family: "kyb";
  font-size: 2.4rem;
  font-weight: normal;
  color: #e51636;
  position: relative;
  right: 0;
  transition: all 0.2s linear;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .btn_circle_arrow::after {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
.btn_circle_arrow:has(.btn_text) {
  min-height: 64px;
}
@media only screen and (max-width: 767px) {
  .btn_circle_arrow:has(.btn_text) {
    min-height: 40px;
  }
}
.btn_circle_arrow:has(.btn_text) .btn_text {
  flex: 1;
  position: relative;
  z-index: 1;
  margin-right: -24px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .btn_circle_arrow:has(.btn_text) .btn_text {
    margin-right: -10px;
  }
}
.btn_circle_arrow.circle_white::after {
  background: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.btn_circle_arrow.circle_white:has(.btn_text) .btn_text {
  color: #fff;
}
.btn_circle_arrow.size_l::after {
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .btn_circle_arrow.size_l::after {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

.text_link {
  padding-right: 4px;
}
.text_link .link_text {
  text-decoration: underline;
}
.text_link[target=_blank]:not([href$=".pdf"])::after {
  content: "\e901";
  font-family: "kyb";
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #e51636;
  padding-left: 6px;
}
.text_link[href$=".pdf"] .link_text::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 19px;
  background: url(/en/files/common-icon_img_pdf.svg) center no-repeat;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.text_link[href$=".pdf"]:has(.size) .link_text::after {
  content: none;
}
.text_link[href$=".pdf"] .size {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #666;
  margin-left: 8px;
}
.text_link[href$=".pdf"] .size::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 19px;
  background: url(/en/files/common-icon_img_pdf.svg) center no-repeat;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

/*-----------------------------------------
 select
-----------------------------------------*/
.select_wrap {
  border: 1px solid #444;
  position: relative;
}
.select_wrap::before {
  content: "\e90d";
  font-family: "kyb";
  color: #222;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 12px;
}
.select_wrap select {
  padding: 12px 50px 12px 16px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #222;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*-----------------------------------------
  news_list
-----------------------------------------*/
.news_area .btn_link_area {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .news_area .btn_link_area {
    flex-direction: column;
    align-items: flex-end;
  }
}

.news_list_wrap:not(:has(.news_item))::before {
  content: "no articles.";
  display: block;
  padding: 20px 0;
}

.news_list .news_item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .news_list .news_item:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
}
.news_list .news_item > *:not(ul) {
  display: flex;
  gap: 4px 16px;
  align-items: center;
  color: #222;
  padding: 16px 12px 16px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news_list .news_item > *:not(ul) {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 16px 0;
  }
}
.news_list .news_item a:focus-visible {
  outline-offset: -1px;
}
.news_list .news_item .date {
  min-width: 78px;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #444;
  white-space: nowrap;
}
.news_list .news_item .label {
  min-width: 100px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
  text-align: center;
  padding: 6px;
  border: 1px solid #e2e2e2;
}
.news_list .news_item .title {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.86;
  color: #222;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .news_list .news_item .title {
    flex: initial;
    width: 100%;
  }
}
.news_list .news_item .size {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .news_list .news_item .size {
    line-height: 2.2;
  }
}
.news_list .news_item a[href$=".pdf"] .size {
  padding-right: 32px;
  position: relative;
}
.news_list .news_item a[href$=".pdf"] .size::before {
  content: "";
  width: 16px;
  height: 19px;
  background: url(/en/files/common-icon_img_pdf.svg) center no-repeat;
  position: absolute;
  top: -3px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .news_list .news_item a[href$=".pdf"] .size::before {
    top: 5px;
  }
}
.news_list .news_item a[target=_blank]:not([href$=".pdf"]) {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .news_list .news_item a[target=_blank]:not([href$=".pdf"]) {
    padding-right: 0;
  }
}
.news_list .news_item a[target=_blank]:not([href$=".pdf"])::before {
  content: "\e901";
  font-family: "kyb";
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #e51636;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .news_list .news_item a[target=_blank]:not([href$=".pdf"])::before {
    top: 22px;
    right: 0;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .news_list .news_item a[target=_blank]:not([href$=".pdf"]) .label {
    margin-right: 20px;
  }
}

/*-----------------------------------------
  marker
-----------------------------------------*/
.marker {
  background: linear-gradient(to right, #fffba6 100%, transparent 100%);
  background-repeat: no-repeat;
  padding: 0;
}

/*-----------------------------------------
  .emphasis
-----------------------------------------*/
.emphasis_color {
  display: block;
  color: #e51636;
}

.emphasis_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222;
  margin-bottom: 24px;
}
.emphasis_text .marker {
  padding: 4px 6px;
}
@media only screen and (max-width: 767px) {
  .emphasis_text .marker {
    padding: 0 4px;
  }
}

.emphasis_semi_text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 8px;
}

/*-----------------------------------------
  fixed_item
-----------------------------------------*/
.fixed_items {
  position: fixed;
  right: 21px;
  bottom: 36px;
  z-index: 5;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .fixed_items {
    right: 9px;
    bottom: 12px;
  }
}

.fixed_item.page_top {
  width: 55px;
  height: 55px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  right: 0;
  bottom: 0;
  background: #222;
  border-radius: 50%;
  box-shadow: 0px 4px 12px 3px rgba(40, 40, 44, 0.24);
  transition: bottom 0.3s ease-out;
  pointer-events: auto;
}
@media (any-hover: hover) {
  .fixed_item.page_top:hover {
    bottom: 8px;
  }
}
.fixed_item.page_top::before {
  content: "\e902";
  font-family: "kyb";
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-----------------------------------------
  splide-core.min.css
-----------------------------------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------
  scroll-hint
-----------------------------------------*/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 2;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*-----------------------------------------
  nav_layer
-----------------------------------------*/
.nav_layer {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  html.menu_open .nav_layer {
    opacity: 1;
    pointer-events: auto;
  }
}

/* =======================================

  HEADER

======================================= */
header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  header {
    min-width: auto;
    height: 64px;
    background: #f7f7f7;
  }
}
header .cont_outer {
  height: 100%;
  padding-inline: 16px 0;
}
@media only screen and (max-width: 767px) {
  header .cont_outer {
    padding-inline: 0;
  }
}
header .cont_inner {
  max-width: none;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  header .cont_inner {
    padding-inline: 0;
  }
}
header .site_logo {
  width: 240px;
  height: 120px;
  padding: 32px 25px 27px 25px;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  z-index: 10;
}
@media only screen and (max-width: 1280px) {
  header .site_logo {
    width: 19vw;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  header .site_logo {
    width: 168px;
    height: 64px;
    padding: 13px 30px 13px 21px;
  }
}
header .site_logo img {
  display: block;
}
header .global_nav_wrap {
  width: calc(100% - 280px);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 76px;
}
@media only screen and (max-width: 1280px) {
  header .global_nav_wrap {
    width: calc(100% - 20vw);
    padding-right: 30px;
  }
}
@media only screen and (max-width: 980px) {
  header .global_nav_wrap {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav_wrap {
    width: 100%;
    height: auto;
    max-height: calc(100svh - 64px);
    overflow-y: auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 46px 0 0;
    background: #f7f7f7;
    position: absolute;
    top: 64px;
    left: 0;
    overflow-x: hidden;
  }
}
header .global_nav {
  order: 2;
  height: 100%;
  display: flex;
  gap: 0 40px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1280px) {
  header .global_nav {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav {
    order: 1;
    flex-wrap: wrap;
  }
}
header .global_sub_nav {
  order: 1;
  height: 100%;
  display: flex;
  gap: 0 8px;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  header .global_sub_nav {
    width: 100%;
    order: 2;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav_item {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
  }
}
header .global_nav_item:has(.toggle_btn) {
  display: flex;
}
@media only screen and (max-width: 767px) {
  header .global_nav_item:has(.toggle_btn) {
    flex-direction: column;
  }
}
header .global_nav_item.hovered .mdd, header .global_nav_item:focus-within .mdd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  translate: 0 0;
}
@media only screen and (max-width: 767px) {
  header .global_nav_item.active {
    background: #fff;
  }
}
header .global_nav_item.active .toggle_btn span::after {
  rotate: 0deg;
}
header .global_nav_item .global_nav_link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.18;
  color: #222 !important;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 980px) {
  header .global_nav_item .global_nav_link {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 880px) {
  header .global_nav_item .global_nav_link {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav_item .global_nav_link {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 19px 20px 18px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav_item .global_nav_link::before {
    content: "\e900";
    font-family: "kyb";
    font-size: 2rem;
    line-height: 1;
    color: #e51636;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: color 0.3s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav_item .global_nav_link:has(+ .toggle_btn) {
    padding: 19px 48px 18px 20px;
  }
  header .global_nav_item .global_nav_link:has(+ .toggle_btn)::before {
    content: none;
  }
}
header .global_nav_item.english_link a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #e51636;
  letter-spacing: 0.04em;
  border: 1px solid #e51636;
  border-radius: 50px;
  padding: 9px 24px;
}
@media only screen and (max-width: 767px) {
  header .global_nav_item.english_link a {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    padding: 28px 20px 24px 20px;
    background: #fff;
    border-width: 1px 0 0 0;
    border-radius: 0;
  }
}
header .global_nav_item.contact_link {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  header .global_nav_item.contact_link {
    margin-left: 0;
    border-bottom: none;
  }
}
header .global_nav_item.contact_link a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.14;
  color: #fff;
  letter-spacing: 0.04em;
  color: #fff;
  border: 1px solid #222;
  background: #222;
  border-radius: 50px;
  padding: 9px 25px 9px 47px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header .global_nav_item.contact_link a {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    padding: 28px 20px 24px 20px;
    border: none;
    background: #e51636;
    border-radius: 0;
  }
}
header .global_nav_item.contact_link a::before {
  content: "\e907";
  font-family: "kyb";
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  header .global_nav_item.contact_link a::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav_item.contact_link a .contact_txt {
    position: relative;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav_item.contact_link a .contact_txt::before {
    content: "\e907";
    font-family: "kyb";
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
header .toggle_btn_wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  header .toggle_btn_wrap {
    flex: 1;
  }
}
header .toggle_btn {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
header .toggle_btn span {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.3s ease-out;
}
header .toggle_btn span::before, header .toggle_btn span::after {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  background: #e51636;
  transition: rotate 0.3s ease-out;
}
header .toggle_btn span::after {
  rotate: 90deg;
}
header .mdd {
  opacity: 0;
  pointer-events: none;
  width: calc(100% + 2px);
  position: absolute;
  inset: 120px 0 auto -1px;
  z-index: 9;
  background: #f7f7f7;
  box-shadow: 0px 8px 16px -8px rgba(45, 48, 69, 0.16);
  transition: all 0.3s ease-out;
  translate: 0 -16px;
}
@media only screen and (max-width: 767px) {
  header .mdd {
    opacity: 1;
    pointer-events: auto;
    position: static;
    transition: none;
    translate: none;
    top: 64px;
    background: #fff;
    box-shadow: none;
  }
}
header .mdd_deco {
  position: relative;
  overflow: hidden;
}
header .mdd_deco::before {
  content: "";
  width: 390px;
  height: 500px;
  background: #f1eded;
  clip-path: polygon(0 0, 100% 0%, 67% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  header .mdd_deco::before {
    content: none;
  }
}
header .mdd_outer {
  max-width: 1920px;
  margin-inline: auto;
}
header .mdd_inner {
  max-width: 1344px;
  display: flex;
  gap: 0 80px;
  justify-content: flex-end;
  padding: 46px 48px 64px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  header .mdd_inner {
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 1100px) {
  header .mdd_inner {
    gap: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  header .mdd_inner {
    flex-direction: column;
    padding: 0;
  }
}
header .heading_wrap {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  header .heading_wrap {
    display: none;
  }
}
header .heading_wrap .heading_en {
  font-size: 3.2rem;
  margin-bottom: 0;
}
header .heading_wrap .heading_ja {
  font-size: 1.6rem;
}
header .mdd_cont {
  flex: 1;
  display: flex;
  gap: 0 144px;
}
@media only screen and (max-width: 1280px) {
  header .mdd_cont {
    gap: 0 80px;
  }
}
@media only screen and (max-width: 1100px) {
  header .mdd_cont {
    gap: 0 40px;
  }
}
header .mdd_img {
  width: 320px;
  margin-top: 18px;
}
@media only screen and (max-width: 1100px) {
  header .mdd_img {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  header .mdd_img {
    display: none;
  }
}
header .mdd_lower_list {
  flex: 1;
  display: flex;
  gap: 10px 24px;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list {
    gap: 10px 20px;
    padding: 5px 20px 32px;
  }
}
header .mdd_lower_item {
  position: relative;
}
header .mdd_lower_item:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 24px;
  background: #e2e2e2;
  position: absolute;
  top: 2px;
  right: 0;
}
header .mdd_lower_link {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.22;
  color: #222;
  padding-right: 24px;
}
@media only screen and (max-width: 1100px) {
  header .mdd_lower_link {
    font-size: 1.4rem;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_link {
    font-size: 1.8rem;
  }
}
header .mdd_lower_link[target=_blank] {
  padding-right: 40px;
  position: relative;
}
header .mdd_lower_link[target=_blank]::after {
  content: "\e901";
  font-family: "kyb";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: color 0.3s ease-out;
}

/*-----------------------------------------
  search
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  .search_btn {
    position: absolute;
    top: 0;
    right: 64px;
  }
}
.search_btn button {
  font-size: 1.4rem;
  line-height: 1.14;
  color: #e51636;
  letter-spacing: 0.04em;
  border: 1px solid #e51636;
  border-radius: 50px;
  padding: 9px 16px 9px 42px;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .search_btn button:hover {
    opacity: 0.4;
  }
}
@media only screen and (max-width: 767px) {
  .search_btn button {
    width: 64px;
    height: 64px;
    background: #fff;
    border: none;
    border-radius: 0;
  }
}
.search_btn button::before {
  content: "\e90b";
  font-family: "kyb";
  font-size: 2.4rem;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .search_btn button::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .search_btn .search_txt {
    display: none;
  }
}

.search_box {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  box-shadow: 0px 8px 16px -8px rgba(45, 48, 69, 0.16);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .search_box {
    padding-top: 46px;
    top: 64px;
  }
}
.search_box.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.search_box .mdd_deco {
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .search_box .mdd_deco {
    padding: 0;
  }
}
.search_box .mdd_deco::before {
  content: "";
  width: 390px;
  height: 500px;
  background: #f1eded;
  clip-path: polygon(0 0, 100% 0%, 67% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .search_box .mdd_deco::before {
    display: none;
  }
}
.search_box form {
  display: block;
  max-width: 1016px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.search_box form input {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 25px 31px 25px 84px;
  border: 1px solid #e2e2e2;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .search_box form input {
    padding: 19px 20px 19px 49px;
  }
}
.search_box form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.search_box form input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .search_box form input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .search_box form input::placeholder {
    font-size: 1.4rem;
  }
}
.search_box form button {
  display: block;
}
.search_box form button::before {
  content: "\e90b";
  font-family: "kyb";
  font-size: 3.4rem;
  line-height: 1;
  color: #444;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .search_box form button::before {
    font-size: 2.4rem;
    left: 15px;
  }
}

/*-----------------------------------------
  sp_menu_btn
-----------------------------------------*/
#sp_menu_btn {
  width: 64px;
  height: 64px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background: #222;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  #sp_menu_btn {
    display: block !important;
  }
}
#sp_menu_btn .switch_btn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#sp_menu_btn .switch_btn span {
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 50%;
  translate: -50% 0;
  background: #fff;
  transition: all 0.3s ease-out;
}
#sp_menu_btn .switch_btn span:nth-of-type(1) {
  top: calc(50% - 5px);
  rotate: 0deg;
}
#sp_menu_btn .switch_btn span:nth-of-type(2) {
  top: 50%;
  rotate: 0deg;
}
#sp_menu_btn .switch_btn span:nth-of-type(3) {
  top: calc(50% + 5px);
  rotate: 0deg;
}
#sp_menu_btn .switch_btn.btn_close span:nth-of-type(1) {
  top: 50%;
  rotate: -45deg;
}
#sp_menu_btn .switch_btn.btn_close span:nth-of-type(2) {
  opacity: 0;
  left: 70%;
}
#sp_menu_btn .switch_btn.btn_close span:nth-of-type(3) {
  top: 50%;
  rotate: 45deg;
}

/*-----------------------------------------
  PC
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  header .global_nav_wrap {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) {
  header .global_nav {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) {
  header .global_nav .global_nav_item .toggle_btn {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  header .global_nav .mdd {
    height: auto !important;
    display: block !important;
  }
}
header #sp_menu_btn {
  display: none;
}

/*-----------------------------------------
  scroll
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  .scroll header {
    height: 65px;
    background: white;
  }
  .scroll header .site_logo {
    display: flex;
    align-items: center;
    width: 145px;
    height: 65px;
    padding: 16px 24px 16px 17px;
    background: #fff;
    z-index: 1;
  }
  .scroll header .global_nav_wrap {
    width: calc(100% - 114px);
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .scroll header .global_nav_wrap {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll header .global_nav {
    order: 1;
    height: auto;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .scroll header .global_nav {
    padding-right: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .scroll header .global_nav {
    gap: 0 10px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll header .global_sub_nav {
    order: 2;
    align-items: center;
    margin-bottom: 0;
  }
  .scroll header .global_nav_item.english_link a {
    padding: 9px 16px;
  }
  .scroll header .global_nav_item.contact_link {
    margin-left: 0;
  }
  .scroll header .global_nav_item.contact_link a {
    width: 36px;
    height: 36px;
    padding: 0;
  }
  .scroll header .global_nav_item.contact_link a::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .scroll header .global_nav_item.contact_link .contact_txt {
    display: none;
  }
  .scroll header .global_nav_item .global_nav_link {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .scroll header .global_nav_item .global_nav_link {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .scroll header .global_nav_item .global_nav_link {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 880px) {
  .scroll header .global_nav_item .global_nav_link {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .scroll header .mdd {
    inset: 65px 0 auto;
  }
  .scroll .search_btn {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .scroll .search_btn {
    right: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll .search_btn button {
    width: 36px;
    height: 36px;
    padding: 0;
  }
  .scroll .search_btn button::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .scroll .search_btn .search_txt {
    display: none;
  }
  .scroll .search_box {
    top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll header .global_nav_wrap {
    padding-top: 0;
  }
  .scroll header .search_box {
    padding-top: 0;
  }
}

/*-----------------------------------------
  TOPページ以外
-----------------------------------------*/
body:not(#site_index) header {
  height: 65px;
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) header {
    height: 64px;
  }
}
body:not(#site_index) header .site_logo {
  display: flex;
  align-items: center;
  width: 145px;
  height: 65px;
  padding: 16px 24px 16px 17px;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) header .site_logo {
    width: 192px;
    height: 110px;
    background: #f7f7f7;
  }
}
body:not(#site_index) header .global_nav_wrap {
  width: calc(100% - 114px);
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 23px;
}
@media only screen and (max-width: 980px) {
  body:not(#site_index) header .global_nav_wrap {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) header .global_nav_wrap {
    width: 100%;
    padding: 46px 0 0;
  }
}
body:not(#site_index) header .global_nav {
  order: 1;
  height: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1280px) {
  body:not(#site_index) header .global_nav {
    gap: 0 18px;
  }
}
@media only screen and (max-width: 980px) {
  body:not(#site_index) header .global_nav {
    gap: 0 10px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) header .global_nav {
    order: 1;
    flex-wrap: wrap;
    padding-right: 0;
  }
}
body:not(#site_index) header .global_sub_nav {
  order: 2;
  align-items: center;
  margin-bottom: 0;
}
body:not(#site_index) header .global_nav_item.english_link a {
  color: #fff;
  border-color: #fff;
  padding: 9px 16px;
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) header .global_nav_item.english_link a {
    color: #e51636 !important;
    border-color: #e51636 !important;
    padding: 28px 20px 24px 20px;
  }
}
body:not(#site_index) header .global_nav_item.contact_link {
  margin-left: 0;
}
body:not(#site_index) header .global_nav_item.contact_link a {
  width: 36px;
  height: 36px;
  border-color: #fff;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) header .global_nav_item.contact_link a {
    width: 100%;
    height: auto;
    color: #fff !important;
    padding: 28px 20px 24px 20px;
  }
}
body:not(#site_index) header .global_nav_item.contact_link a::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
body:not(#site_index) header .global_nav_item.contact_link .contact_txt {
  display: none;
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) header .global_nav_item.contact_link .contact_txt {
    display: inline-block;
  }
}
body:not(#site_index) header .global_nav_item .global_nav_link {
  color: #fff !important;
}
@media only screen and (max-width: 1280px) {
  body:not(#site_index) header .global_nav_item .global_nav_link {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 980px) {
  body:not(#site_index) header .global_nav_item .global_nav_link {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 880px) {
  body:not(#site_index) header .global_nav_item .global_nav_link {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) header .global_nav_item .global_nav_link {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    color: #222 !important;
    padding: 19px 20px 18px;
    position: relative;
  }
}
body:not(#site_index) header .mdd {
  inset: 65px 0 auto;
}
body:not(#site_index) .search_btn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) .search_btn {
    top: 0;
    right: 64px;
  }
}
body:not(#site_index) .search_btn button {
  width: 36px;
  height: 36px;
  border-color: #fff;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) .search_btn button {
    width: 64px;
    height: 64px;
    background: #fff;
  }
}
body:not(#site_index) .search_btn button::before {
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) .search_btn button::before {
    color: #e51636;
  }
}
body:not(#site_index) .search_btn .search_txt {
  display: none;
}
body:not(#site_index) .search_box {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  body:not(#site_index) .search_box {
    top: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll body:not(#site_index) header .site_logo {
    width: 114px;
    height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll body:not(#site_index) header .global_nav_wrap {
    padding: 0;
  }
}
.scroll body:not(#site_index) header .global_nav_item.english_link a {
  color: #e51636;
  border-color: #e51636;
}
.scroll body:not(#site_index) header .global_nav_item.contact_link a {
  border-color: #222;
}
.scroll body:not(#site_index) header .global_nav_item .global_nav_link {
  color: #222 !important;
}
.scroll body:not(#site_index) .search_btn button {
  border-color: #e51636;
}
.scroll body:not(#site_index) .search_btn button::before {
  color: #e51636;
}

/* =======================================

  FOOTER

======================================= */
/*-----------------------------------------
  footer
-----------------------------------------*/
footer {
  padding-block: 126px 83px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-block: 80px 100px;
  }
}
@media only screen and (max-width: 767px) {
  footer .cont_outer {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 980px) {
  footer .cont_inner {
    padding-inline: 0;
  }
}
footer .sitemap_field {
  padding-right: 23px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1380px) {
  footer .sitemap_field {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field {
    margin-bottom: 48px;
  }
}
footer .sitemap_field .primary_area {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area {
    flex-direction: column;
  }
}
footer .sitemap_field .primary_area > * {
  padding: 0 37px 0;
}
footer .sitemap_field .primary_area > *:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area > *:not(:last-child) {
    border-right: none;
  }
}
@media only screen and (max-width: 1180px) {
  footer .sitemap_field .primary_area > * {
    padding: 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area > * {
    width: 100%;
    padding: 0;
  }
}
footer .sitemap_field .primary_area .primary_heading {
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .primary_heading {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .primary_heading:not(.toggle_btn_wrap) {
    border-bottom: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .primary_heading:has(.toggle_btn) .primary_heading_link::before {
    content: none;
  }
}
footer .sitemap_field .primary_area .primary_heading .primary_heading_link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .primary_heading .primary_heading_link {
    font-size: 1.6rem;
    display: block;
    padding: 19px 34px 18px 20px;
    position: relative;
  }
  footer .sitemap_field .primary_area .primary_heading .primary_heading_link::before {
    content: "\e900";
    font-family: "kyb";
    font-size: 2rem;
    line-height: 1;
    color: #e51636;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: color 0.3s ease-out;
  }
}
footer .sitemap_field .primary_area .primary_list {
  max-width: 198px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .primary_list {
    display: block;
    max-width: initial;
    padding-inline: 20px;
    margin-bottom: 10px;
  }
}
footer .sitemap_field .primary_area .primary_clm {
  display: flex;
  gap: 0 46px;
}
@media only screen and (max-width: 1280px) {
  footer .sitemap_field .primary_area .primary_clm {
    gap: 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .primary_clm {
    flex-direction: column;
  }
}
footer .sitemap_field .primary_area .row {
  width: 22.5%;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .row {
    width: 100%;
  }
}
footer .sitemap_field .primary_area .row.size_l {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .row.size_l {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .row_item {
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
  }
}
footer .sitemap_field .primary_area .row_item.active .toggle_btn span::after {
  rotate: 0deg;
}
footer .sitemap_field .primary_area .primary_item {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .primary_item {
    display: inline;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #e2e2e2;
  }
}
footer .sitemap_field .primary_area .primary_link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #444;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .primary_link {
    font-size: 1.6rem;
  }
}
footer .sitemap_field .primary_area .primary_link[target=_blank] {
  padding-right: 24px;
  position: relative;
}
footer .sitemap_field .primary_area .primary_link[target=_blank]::after {
  content: "\e901";
  font-family: "kyb";
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #e51636;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: color 0.3s ease-out;
}
footer .sitemap_field .primary_area .toggle_btn_wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .toggle_btn_wrap .primary_heading_link {
    padding-right: 58px;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .toggle_btn {
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  footer .sitemap_field .primary_area .toggle_btn {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .toggle_btn span {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #fff;
    transition: background 0.3s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .toggle_btn span::before, footer .sitemap_field .primary_area .toggle_btn span::after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    background: #e51636;
    transition: rotate 0.3s ease-out;
  }
  footer .sitemap_field .primary_area .toggle_btn span::after {
    rotate: 90deg;
  }
}
footer .sitemap_field .primary_area .secondary_list {
  display: flex;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  footer .sitemap_field .primary_area .secondary_list {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  footer .sitemap_field .primary_area .secondary_list {
    display: flex !important;
  }
}
footer .sns_field .cont_inner {
  max-width: 1344px;
  padding-block: 24px;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  footer .sns_field .cont_inner {
    padding-block: 0 48px;
    border-top: none;
  }
}
footer .sns_clm {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  footer .sns_clm {
    gap: 16px;
    align-items: center;
    flex-direction: column;
  }
}
footer .sns_area {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .sns_area {
    gap: 4px;
    align-items: center;
    flex-direction: column;
  }
}
footer .sns_area:not(:last-child) {
  padding-right: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .sns_area:not(:last-child) {
    padding-right: 0;
  }
}
footer .sns_area:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  footer .sns_area:not(:last-child)::after {
    content: none;
  }
}
footer .sns_area .sns_heading {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #444;
  margin-bottom: 0;
}
footer .sns_area .sns_list {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
footer .copyright_field .cont_inner {
  max-width: 1344px;
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  footer .copyright_field .cont_inner {
    padding-top: 0;
    border-top: none;
  }
}
footer .secondary_area {
  display: flex;
  gap: 24px 48px;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 980px) {
  footer .secondary_area {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  footer .secondary_area {
    flex-direction: column;
    align-items: center;
  }
}
footer .copyright {
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  color: #444;
}
footer .sub_sitemap_field {
  display: flex;
  gap: 48px;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  footer .sub_sitemap_field {
    flex-direction: column;
    align-items: center;
  }
}
footer .sub_sitemap_field .footer_logo {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  footer .sub_sitemap_field .footer_logo {
    width: 236px;
  }
}
footer .sub_sitemap_field .sub_list {
  flex: 1;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  footer .sub_sitemap_field .sub_list {
    gap: 4px;
    flex-direction: column;
  }
}
footer .sub_sitemap_field .sub_item {
  padding-right: 16px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .sub_sitemap_field .sub_item {
    padding-right: 0;
  }
}
footer .sub_sitemap_field .sub_item::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #e2e2e2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  footer .sub_sitemap_field .sub_item::before {
    content: none;
  }
}
footer .sub_sitemap_field .sub_link {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.76;
  color: #444;
}
@media only screen and (max-width: 767px) {
  footer .sub_sitemap_field .sub_link {
    text-align: center;
  }
}

/*-----------------------------------------
  768px以上
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  footer .sitemap_field .primary_area .primary_list {
    display: flex !important;
  }
}

/* =======================================

  PRINT

======================================= */
/*-----------------------------------------
  print
-----------------------------------------*/
@media print {
  body {
    zoom: 0.8;
  }
}/*# sourceMappingURL=common.css.map */