@charset "UTF-8";
@import url("/css/fonts/icon.css");
@import url("https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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

======================================= */
html.menu_open,
html.menu_open body {
  overflow: hidden;
}

#container:has(.side_nav_field) {
  overflow: visible;
}

body {
  opacity: 0;
  visibility: hidden;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222;
  font-family: "Noto Sans JP", 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%;
  }
}

p {
  margin-bottom: 24px;
}

.indent_first_line {
  text-indent: 1em;
}

.indent_multiline {
  padding-left: 1em;
  text-indent: -1em;
}

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

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: #5DCDD9 !important;
}

.color_text_base {
  color: #222 !important;
}

.color_text_white {
  color: #fff !important;
}

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

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

/*-----------------------------------------
  font
-----------------------------------------*/
.font_family_decoration {
  font-family: "Lusitana", serif !important;
}

.font_family_mincho {
  font-family: "Shippori Mincho", serif !important;
}

.font_family_handwritten {
  font-family: "Hurricane", cursive !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_l {
    text-align: left !important;
  }
}

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

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

.v_align_b {
  vertical-align: bottom !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_inline {
  display: inline-block !important;
}

.pc_flex {
  display: flex !important;
}

.pc_only {
  display: block !important;
}

.pc_tablet {
  display: block !important;
}

.pc_tablet_only {
  display: block !important;
}

.tablet {
  display: none !important;
}

.sp_tablet {
  display: none !important;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.w_1400_none {
  display: none !important;
}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
  .w_1400_none {
    display: block !important;
  }
}
@media only screen and (max-width: 980px) {
  .pc_only {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
  .sp_tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    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;
  }
}
@media only screen and (max-width: 420px) {
  .pc_tablet_only {
    display: none !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;
  }
}
/*-----------------------------------------
  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

======================================= */
/*-----------------------------------------
  layout
-----------------------------------------*/
.cont_outer {
  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 {
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .cont_inner {
    padding-inline: 0;
  }
}
.cont_inner.size_sss {
  max-width: 880px;
}
.cont_inner.size_ss {
  max-width: 980px;
}
.cont_inner.size_s {
  max-width: 1000px;
}
.cont_inner.size_m {
  max-width: 1192px;
}

/*-----------------------------------------
  btn
-----------------------------------------*/
.btn.type_arrow {
  margin-block: 56px 0;
  margin-inline: auto 0;
  padding-block: 0 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #222;
  position: relative;
}
.btn.type_arrow::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #222;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: transform 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn.type_arrow::after {
  content: "\e902";
  display: inline-block;
  font-family: "j_trust";
  font-size: 0.8rem;
  font-weight: normal;
  color: #222;
}
@media (any-hover: hover) {
  .btn.type_arrow:hover {
    opacity: 1;
  }
  .btn.type_arrow:hover::before {
    transform: scale(1, 1);
  }
}

/*-----------------------------------------
  fixed_item
-----------------------------------------*/
.fixed_items {
  position: fixed;
  right: 0;
  bottom: 36px;
  z-index: 5;
  pointer-events: none;
}
.fixed_items.is_hidden {
  animation: fade 0.3s ease-out forwards;
}
.fixed_items.is_hidden .page_top {
  pointer-events: none;
}
.fixed_items.is_visible {
  animation: fadeOut 0.3s ease-out forwards;
}
.fixed_items.is_visible .page_top {
  pointer-events: all;
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fixed_item.page_top {
  width: 65px;
  height: 65px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  bottom: 0;
  margin: 0 47px 0 auto;
  background: #2E3738;
  border-radius: 50%;
  box-shadow: 0px 0px 6px 2px rgba(102, 106, 118, 0.08);
  transition: bottom 0.3s ease-out;
  z-index: 5;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .fixed_item.page_top {
    display: none !important;
  }
}
@media (any-hover: hover) {
  .fixed_item.page_top:hover::before {
    scale: 1.2 1;
    color: #5DCDD9;
  }
  .fixed_item.page_top:hover::after {
    color: #5DCDD9;
  }
}
.fixed_item.page_top::before {
  content: "\e900";
  font-family: "j_trust";
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  position: absolute;
  bottom: 35px;
  left: 56%;
  rotate: -90deg;
  scale: 1 1;
  transform-origin: bottom left;
  transition: all 0.3s ease-out;
}
.fixed_item.page_top::after {
  content: "Page Top";
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  position: absolute;
  bottom: 14px;
  left: 50%;
  font-family: "Castoro", serif;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
.fixed_item.page_top button {
  width: 100%;
  height: 100%;
  display: block;
}

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

html.menu_open .nav_layer {
  opacity: 1;
  pointer-events: auto;
}

/*-----------------------------------------
  marker
-----------------------------------------*/
.marker {
  padding: 0 6px 2px;
  background: linear-gradient(to right, #EAF9FA 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 0% 0.8em;
}

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

  HEADER（980px切替）

======================================= */
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease-out;
}
@media only screen and (max-width: 980px) {
  header {
    min-width: auto;
  }
}
header .cont_outer {
  height: 100%;
  padding-inline: 32px 0;
}
@media only screen and (max-width: 980px) {
  header .cont_outer {
    padding-inline: 0 80px;
  }
}
header .cont_inner {
  height: 100%;
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  header .cont_inner {
    padding-inline: 0;
  }
}
header .site_logo {
  z-index: 1;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  transition: width 0.3s ease-out;
}
header .site_logo img {
  display: block;
}
header .global_nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  header .global_nav {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-height: 100svh;
    padding-top: 80px;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(136, 138, 160, 0.08);
  }
}
@media only screen and (min-width: 981px) {
  header .global_nav {
    display: flex !important;
  }
}
header .global_nav_item {
  margin-left: 56px;
}
@media only screen and (max-width: 1130px) {
  header .global_nav_item {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 980px) {
  header .global_nav_item {
    width: 100%;
    margin-left: 0;
    padding-inline: 24px;
    border-bottom: 1px solid #E3E8E8;
  }
}
@media only screen and (max-width: 980px) {
  header .global_nav_item:first-child {
    border-top: 1px solid #e8eaf3;
  }
}
header .global_nav_item a {
  height: 80px;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
  position: relative;
  transition: all 0.3s ease-out;
}
header .global_nav_item a::after {
  background-color: #5DCDD9;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s ease-out;
  width: 100%;
}
@media (any-hover: hover) {
  header .global_nav_item a:hover {
    color: #0092C7;
    opacity: 1;
  }
  header .global_nav_item a:hover::after {
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 980px) {
  header .global_nav_item a {
    width: 100%;
  }
  header .global_nav_item a::after {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    content: "\e900";
    font-family: "j_trust";
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: normal;
    color: #5DCDD9;
    transform: scale(1);
    background: none;
    right: 0;
    left: auto;
    top: calc(50% - 3px);
    bottom: auto;
    transition: right 0.3s ease-out;
  }
}
@media only screen and (max-width: 980px) and (any-hover: hover) {
  header .global_nav_item a:hover::after {
    right: -10px;
  }
}
header .global_nav_item.group_company {
  margin-left: 0;
  margin-left: 48px;
}
header .global_nav_item.group_company a {
  position: relative;
  width: 160px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-out;
  background-image: linear-gradient(90deg, #5dcdd9, #0099d1);
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  box-sizing: border-box;
}
header .global_nav_item.group_company a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.3s ease-out;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 0;
}
header .global_nav_item.group_company a::after {
  content: none;
}
header .global_nav_item.group_company a span {
  font-family: "Castoro", serif;
  font-size: 1rem;
  line-height: 13px;
}
@media (any-hover: hover) {
  header .global_nav_item.group_company:hover a {
    background-color: #fff;
    background-image: none;
    color: #222;
    opacity: 1;
  }
  header .global_nav_item.group_company:hover a::before {
    border-color: #222;
  }
}
@media only screen and (max-width: 1130px) {
  header .global_nav_item.group_company {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 980px) {
  header .global_nav_item.group_company {
    margin-left: 0;
    padding-inline: 0;
    border-bottom: unset;
  }
  header .global_nav_item.group_company a {
    width: 100%;
  }
}
header .global_nav_item.contact {
  margin-left: 0;
}
header .global_nav_item.contact a {
  position: relative;
  width: 160px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-out;
  background-image: linear-gradient(90deg, #2E3738, #000);
  color: #fff;
  font-weight: 400;
  line-height: 22px;
  box-sizing: border-box;
}
header .global_nav_item.contact a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.3s ease-out;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 0;
}
header .global_nav_item.contact a::after {
  content: none;
}
header .global_nav_item.contact a span {
  font-family: "Castoro", serif;
  font-size: 1rem;
  line-height: 13px;
}
@media (any-hover: hover) {
  header .global_nav_item.contact:hover a {
    background-color: #fff;
    background-image: none;
    color: #222;
    opacity: 1;
  }
  header .global_nav_item.contact:hover a::before {
    border-color: #222;
  }
}
@media only screen and (max-width: 980px) {
  header .global_nav_item.contact {
    margin-left: 0;
    padding-inline: 0;
    border-bottom: unset;
  }
  header .global_nav_item.contact a {
    width: 100%;
  }
}
header .global_nav_item.contact_link {
  width: 120px;
  height: 100px;
  margin-left: 24px;
}
@media only screen and (max-width: 1100px) {
  header .global_nav_item.contact_link {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 980px) {
  header .global_nav_item.contact_link {
    width: 100%;
    height: auto;
    margin-left: 0;
    border-bottom: none;
  }
}
header .global_nav_item.contact_link a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 16px 0 12px;
  background: #5DCDD9;
  border: 2px solid #5DCDD9;
  border-top: none;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 0px 6px 2px rgba(102, 106, 118, 0.08);
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 980px) {
  header .global_nav_item.contact_link a {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    padding: 14px 0 15px;
    border-radius: 0;
    border: 2px solid #5DCDD9;
  }
}
header .global_nav_item.contact_link a::before {
  display: block;
  content: "\e900";
  font-family: "j_trust";
  font-size: 3.8rem;
  font-weight: normal;
}
@media (any-hover: hover) {
  header .global_nav_item.contact_link a:hover {
    color: #5DCDD9;
    background: #fff;
    opacity: 1;
  }
}

/*-----------------------------------------
  PC scroll
-----------------------------------------*/
.scroll header {
  background: rgba(255, 255, 255, 0.85);
}
@media only screen and (max-width: 980px) {
  .scroll header {
    background: rgba(255, 255, 255, 0.6);
  }
}

/*-----------------------------------------
  sp_menu_btn
-----------------------------------------*/
#sp_menu_btn {
  display: none;
}

@media only screen and (max-width: 980px) {
  #sp_menu_btn {
    width: 80px;
    height: 80px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out;
  }
  #sp_menu_btn .switch_btn {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  #sp_menu_btn .switch_btn span {
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 50%;
    translate: -50% 0;
    background: #5DCDD9;
    border-radius: 2px;
    transition: all 0.3s ease-out;
  }
  #sp_menu_btn .switch_btn span:nth-of-type(1) {
    top: calc(50% - 6px);
    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% + 6px);
    rotate: 0deg;
  }
  #sp_menu_btn .switch_btn.btn_close span:nth-of-type(1) {
    width: 18px;
    top: 50%;
    left: 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) {
    width: 18px;
    top: 50%;
    left: 50%;
    rotate: 45deg;
  }
}
/* =======================================

  FOOTER

======================================= */
/*-----------------------------------------
  group_contact_field
-----------------------------------------*/
.group_contact_field .cont_outer {
  padding-inline: 0;
}
.group_contact_field .cont_outer .cont_inner {
  width: 100%;
  margin-inline: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item {
  width: 100%;
  height: 300px;
  padding-inline: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  opacity: 1;
  transition: all 0.3s ease-out;
  position: relative;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item::before {
  content: "\e901";
  font-family: "j_trust";
  font-weight: normal;
  font-size: 0.8rem;
  color: #222;
  transform: rotate(-45deg);
  position: absolute;
  top: 24px;
  right: 12px;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item hgroup {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  color: #222;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item hgroup h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  font-family: "Castoro", serif;
  font-size: 3.6rem;
  line-height: 1.16;
  letter-spacing: 0.02em;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item hgroup h2::before {
  content: "";
  display: block;
  color: #5DCDD9;
  line-height: 1;
  width: 8px;
  height: 8px;
  background: currentColor;
  box-shadow: -14px 0 0 0 currentColor, 14px 0 0 0 currentColor;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item hgroup p {
  margin-bottom: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item hgroup h2 {
    font-size: 3.2rem;
  }
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item hgroup p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper .group_contact_item {
    height: 200px;
  }
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(93, 205, 217, 0.5);
  z-index: -1;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper.type_group::before {
  content: "";
  background: url(/img/common/footer_group_bg.jpg) no-repeat center top/cover;
  position: absolute;
  inset: 0;
  filter: blur(4px);
  z-index: -2;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper.type_group .group_contact_item {
  border-top: 2px solid #E3E8E8;
  border-right: 1px solid #E3E8E8;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
@media only screen and (max-width: 767px) {
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper.type_group .group_contact_item {
    border-right: 2px solid transparent;
  }
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper.type_contact::before {
  content: "";
  background: url(/img/common/footer_contact_bg.jpg) no-repeat center/cover;
  position: absolute;
  inset: 0;
  filter: blur(4px);
  z-index: -2;
}
.group_contact_field .cont_outer .cont_inner .group_contact_wrapper.type_contact .group_contact_item {
  border-top: 2px solid #E3E8E8;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 1px solid #E3E8E8;
}
@media only screen and (max-width: 767px) {
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper.type_contact .group_contact_item {
    border-left: 2px solid transparent;
  }
}
@media (any-hover: hover) {
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper:hover .group_contact_item {
    background: transparent;
    border-color: #5DCDD9;
  }
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper:hover .group_contact_item::before {
    color: #fff;
  }
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper:hover .group_contact_item hgroup {
    color: #fff;
  }
  .group_contact_field .cont_outer .cont_inner .group_contact_wrapper:hover .group_contact_item hgroup h2::before {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .group_contact_field .cont_outer .cont_inner {
    grid-template-columns: 1fr;
  }
}

/*-----------------------------------------
  footer
-----------------------------------------*/
footer nav {
  background: #2E3738;
  color: #fff;
  position: relative;
}
footer nav .cont_outer {
  max-width: 1120px;
  padding-inline: 24px;
  padding-block: 40px;
}
footer nav .cont_outer .cont_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
footer nav .cont_outer .cont_inner .logo_address_field {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
footer nav .cont_outer .cont_inner .logo_address_field .footer_logo {
  padding-inline: 0 16px;
  border-right: 1px solid #fff;
}
footer nav .cont_outer .cont_inner .logo_address_field .address_wrapper {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  footer nav .cont_outer .cont_inner .logo_address_field {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  footer nav .cont_outer .cont_inner .logo_address_field .footer_logo {
    padding-inline: 0;
    border-right: unset;
  }
}
footer nav .cont_outer .cont_inner .sitemap_field .footer_nav {
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 40px;
}
footer nav .cont_outer .cont_inner .sitemap_field .footer_nav .footer_nav_item .footer_nav_link {
  font-family: "Castoro", serif;
  font-size: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-out;
}
footer nav .cont_outer .cont_inner .sitemap_field .footer_nav .footer_nav_item .footer_nav_link span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (any-hover: hover) {
  footer nav .cont_outer .cont_inner .sitemap_field .footer_nav .footer_nav_item .footer_nav_link:hover {
    color: #5DCDD9;
  }
}
@media only screen and (max-width: 767px) {
  footer nav .cont_outer .cont_inner .sitemap_field .footer_nav {
    flex-wrap: wrap;
    gap: 16px 40px;
  }
}
@media only screen and (max-width: 767px) {
  footer nav .cont_outer .cont_inner {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: flex-start;
  }
}
footer nav .copyright_field {
  border-top: 1px solid #fff;
  max-height: 44px;
}
footer nav .copyright_field .cont_outer {
  width: 100%;
  max-width: unset;
  padding-block: 0;
}
footer nav .copyright_field .cont_outer .cont_inner {
  display: block;
  padding-block: 10px 16px;
  text-align: center;
  line-height: 1;
}
footer nav .copyright_field .cont_outer .cont_inner .copyright {
  font-family: "Castoro", serif;
  font-size: 0.9rem;
}
footer nav .footer_page_top {
  width: 65px;
  height: 65px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  bottom: 8px;
  right: 47px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-out;
  z-index: 5;
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  footer nav .footer_page_top {
    display: none !important;
  }
}
@media (any-hover: hover) {
  footer nav .footer_page_top:hover {
    background: #2E3738;
  }
  footer nav .footer_page_top:hover::before {
    scale: 1.2 1;
    color: #5DCDD9;
  }
  footer nav .footer_page_top:hover::after {
    color: #5DCDD9;
  }
}
footer nav .footer_page_top::before {
  content: "\e900";
  font-family: "j_trust";
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: normal;
  color: #222;
  position: absolute;
  bottom: 35px;
  left: 56%;
  rotate: -90deg;
  scale: 1 1;
  transform-origin: bottom left;
  transition: all 0.3s ease-out;
}
footer nav .footer_page_top::after {
  content: "Page Top";
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  position: absolute;
  bottom: 14px;
  left: 50%;
  font-family: "Castoro", serif;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #222;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
footer nav .footer_page_top button {
  width: 100%;
  height: 100%;
  display: block;
}

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

  PRINT

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