@import url("/css/fonts/icon.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Noto+Sans:wght@300;400;500;700&display=swap");
/* =======================================

  BROWSER RESET

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

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

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;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

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;
}

/* for IE select */
select::-ms-expand {
  display: none;
}

/* for IE clear */
input::-ms-clear {
  display: none;
}

/* for IE password */
input::-ms-reveal {
  display: 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

  BASE

======================================= */
body {
  opacity: 0;
  visibility: hidden;
  min-width: 980px;
  padding-top: 96px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 2;
  color: #1C1C1C;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  background: #F0F3F7;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
    padding-top: 50px;
  }
}
body {
  /* tablet portrait */
}
@media (orientation: portrait) {
  body.tab_view {
    min-width: 100%;
    padding-top: 50px;
  }
}

a {
  color: #3366C2;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}

.tel a {
  color: #1C1C1C;
  text-decoration: underline;
}

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

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

p {
  text-align: left;
}

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

  SCROLL HINT

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

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

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

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

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

.scroll-hint-text {
  line-height: 1;
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-----------------------------------------
add style
-----------------------------------------*/
.hint_pos_top .scroll-hint-icon {
  top: 80px;
}

.scroll-hint-icon:before {
  width: 30px;
  height: 30px;
}

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

  AOS

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          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] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

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

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

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          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] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  UTILITY

======================================= */
/*-----------------------------------------
  color
-----------------------------------------*/
.color_primary {
  color: #004098 !important;
}

.text_color {
  color: #1C1C1C;
}

.text_color_80 {
  color: rgba(51, 51, 51, 0.8);
}

.text_color_70 {
  color: rgba(51, 51, 51, 0.7);
}

.text_color_60 {
  color: rgba(51, 51, 51, 0.6);
}

.text_color_50 {
  color: rgba(51, 51, 51, 0.5);
}

.text_color_40 {
  color: rgba(51, 51, 51, 0.4);
}

.text_color_20 {
  color: rgba(51, 51, 51, 0.2);
}

/*-----------------------------------------
  bg color
-----------------------------------------*/
.color_bg_secondary {
  background-color: #D5DDEA !important;
}

/*-----------------------------------------
  font
-----------------------------------------*/
.font_eng_primary {
  font-family: "Mohave", sans-serif !important;
}

.font_eng_secondary {
  font-family: "Poppins", sans-serif !important;
}

/*-----------------------------------------
  font_size
-----------------------------------------*/
.fs_xxl {
  font-size: 2rem;
  line-height: 1.4;
}

.fs_xl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}

.fs_l {
  font-size: 1.6rem;
  line-height: 1.5;
}

.fs_ml {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

.fs_m {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.fs_sm {
  font-size: 1.3rem;
  line-height: 1.7692307692;
}

.fs_s {
  font-size: 1.2rem;
  line-height: 1.75;
}

.fs_xs {
  font-size: 1.1rem;
  line-height: 1.8181818182;
}

.fs_xxs {
  font-size: 1rem;
  line-height: 1.7;
}

/*-----------------------------------------
  font_wight
-----------------------------------------*/
.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;
}

.justify_content_s {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify_content_c {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.align_item_mid {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

/*-----------------------------------------
  radius
-----------------------------------------*/
.radius_xs {
  border-radius: 4px !important;
}

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

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

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

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

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

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

/*-----------------------------------------
  flex
-----------------------------------------*/
.row_reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.column_reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

.display_inline {
  display: inline !important;
}

.display_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

.pc_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pc_only {
  display: block !important;
}

.pc_tab {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

@media only screen and (max-width: 980px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pc_inline {
    display: none !important;
  }
  .pc_flex {
    display: none !important;
  }
  .pc_tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline-block !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;
  }
}
/*-----------------------------------------
  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_xs {
  margin: 4px !important;
}
.mb_xs {
  margin-bottom: 4px !important;
}
.mt_xs {
  margin-top: 4px !important;
}
.ml_xs {
  margin-left: 4px !important;
}
.mr_xs {
  margin-right: 4px !important;
}
.my_xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx_xs {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.ma_s {
  margin: 8px !important;
}
.mb_s {
  margin-bottom: 8px !important;
}
.mt_s {
  margin-top: 8px !important;
}
.ml_s {
  margin-left: 8px !important;
}
.mr_s {
  margin-right: 8px !important;
}
.my_s {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx_s {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.ma_sm {
  margin: 12px !important;
}
.mb_sm {
  margin-bottom: 12px !important;
}
.mt_sm {
  margin-top: 12px !important;
}
.ml_sm {
  margin-left: 12px !important;
}
.mr_sm {
  margin-right: 12px !important;
}
.my_sm {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mx_sm {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.ma_m {
  margin: 16px !important;
}
.mb_m {
  margin-bottom: 16px !important;
}
.mt_m {
  margin-top: 16px !important;
}
.ml_m {
  margin-left: 16px !important;
}
.mr_m {
  margin-right: 16px !important;
}
.my_m {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx_m {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.ma_ml {
  margin: 24px !important;
}
.mb_ml {
  margin-bottom: 24px !important;
}
.mt_ml {
  margin-top: 24px !important;
}
.ml_ml {
  margin-left: 24px !important;
}
.mr_ml {
  margin-right: 24px !important;
}
.my_ml {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx_ml {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.ma_l {
  margin: 32px !important;
}
.mb_l {
  margin-bottom: 32px !important;
}
.mt_l {
  margin-top: 32px !important;
}
.ml_l {
  margin-left: 32px !important;
}
.mr_l {
  margin-right: 32px !important;
}
.my_l {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mx_l {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.ma_lx {
  margin: 36px !important;
}
.mb_lx {
  margin-bottom: 36px !important;
}
.mt_lx {
  margin-top: 36px !important;
}
.ml_lx {
  margin-left: 36px !important;
}
.mr_lx {
  margin-right: 36px !important;
}
.my_lx {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mx_lx {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.ma_xl {
  margin: 40px !important;
}
.mb_xl {
  margin-bottom: 40px !important;
}
.mt_xl {
  margin-top: 40px !important;
}
.ml_xl {
  margin-left: 40px !important;
}
.mr_xl {
  margin-right: 40px !important;
}
.my_xl {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx_xl {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.ma_xxl {
  margin: 48px !important;
}
.mb_xxl {
  margin-bottom: 48px !important;
}
.mt_xxl {
  margin-top: 48px !important;
}
.ml_xxl {
  margin-left: 48px !important;
}
.mr_xxl {
  margin-right: 48px !important;
}
.my_xxl {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx_xxl {
  margin-right: 48px !important;
  margin-left: 48px !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;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_xs {
    margin: 4px !important;
  }
  .sp_mb_xs {
    margin-bottom: 4px !important;
  }
  .sp_mt_xs {
    margin-top: 4px !important;
  }
  .sp_ml_xs {
    margin-left: 4px !important;
  }
  .sp_mr_xs {
    margin-right: 4px !important;
  }
  .sp_my_xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .sp_mx_xs {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_s {
    margin: 8px !important;
  }
  .sp_mb_s {
    margin-bottom: 8px !important;
  }
  .sp_mt_s {
    margin-top: 8px !important;
  }
  .sp_ml_s {
    margin-left: 8px !important;
  }
  .sp_mr_s {
    margin-right: 8px !important;
  }
  .sp_my_s {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .sp_mx_s {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_sm {
    margin: 12px !important;
  }
  .sp_mb_sm {
    margin-bottom: 12px !important;
  }
  .sp_mt_sm {
    margin-top: 12px !important;
  }
  .sp_ml_sm {
    margin-left: 12px !important;
  }
  .sp_mr_sm {
    margin-right: 12px !important;
  }
  .sp_my_sm {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .sp_mx_sm {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_m {
    margin: 16px !important;
  }
  .sp_mb_m {
    margin-bottom: 16px !important;
  }
  .sp_mt_m {
    margin-top: 16px !important;
  }
  .sp_ml_m {
    margin-left: 16px !important;
  }
  .sp_mr_m {
    margin-right: 16px !important;
  }
  .sp_my_m {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .sp_mx_m {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_ml {
    margin: 24px !important;
  }
  .sp_mb_ml {
    margin-bottom: 24px !important;
  }
  .sp_mt_ml {
    margin-top: 24px !important;
  }
  .sp_ml_ml {
    margin-left: 24px !important;
  }
  .sp_mr_ml {
    margin-right: 24px !important;
  }
  .sp_my_ml {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .sp_mx_ml {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_l {
    margin: 32px !important;
  }
  .sp_mb_l {
    margin-bottom: 32px !important;
  }
  .sp_mt_l {
    margin-top: 32px !important;
  }
  .sp_ml_l {
    margin-left: 32px !important;
  }
  .sp_mr_l {
    margin-right: 32px !important;
  }
  .sp_my_l {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .sp_mx_l {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_lx {
    margin: 36px !important;
  }
  .sp_mb_lx {
    margin-bottom: 36px !important;
  }
  .sp_mt_lx {
    margin-top: 36px !important;
  }
  .sp_ml_lx {
    margin-left: 36px !important;
  }
  .sp_mr_lx {
    margin-right: 36px !important;
  }
  .sp_my_lx {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .sp_mx_lx {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_xl {
    margin: 40px !important;
  }
  .sp_mb_xl {
    margin-bottom: 40px !important;
  }
  .sp_mt_xl {
    margin-top: 40px !important;
  }
  .sp_ml_xl {
    margin-left: 40px !important;
  }
  .sp_mr_xl {
    margin-right: 40px !important;
  }
  .sp_my_xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp_mx_xl {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp_ma_xxl {
    margin: 48px !important;
  }
  .sp_mb_xxl {
    margin-bottom: 48px !important;
  }
  .sp_mt_xxl {
    margin-top: 48px !important;
  }
  .sp_ml_xxl {
    margin-left: 48px !important;
  }
  .sp_mr_xxl {
    margin-right: 48px !important;
  }
  .sp_my_xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .sp_mx_xxl {
    margin-right: 48px !important;
    margin-left: 48px !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_xs {
  padding: 4px !important;
}
.pb_xs {
  padding-bottom: 4px !important;
}
.pt_xs {
  padding-top: 4px !important;
}
.pl_xs {
  padding-left: 4px !important;
}
.pr_xs {
  padding-right: 4px !important;
}
.py_xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px_xs {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.pa_s {
  padding: 8px !important;
}
.pb_s {
  padding-bottom: 8px !important;
}
.pt_s {
  padding-top: 8px !important;
}
.pl_s {
  padding-left: 8px !important;
}
.pr_s {
  padding-right: 8px !important;
}
.py_s {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px_s {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.pa_sm {
  padding: 12px !important;
}
.pb_sm {
  padding-bottom: 12px !important;
}
.pt_sm {
  padding-top: 12px !important;
}
.pl_sm {
  padding-left: 12px !important;
}
.pr_sm {
  padding-right: 12px !important;
}
.py_sm {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px_sm {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.pa_m {
  padding: 16px !important;
}
.pb_m {
  padding-bottom: 16px !important;
}
.pt_m {
  padding-top: 16px !important;
}
.pl_m {
  padding-left: 16px !important;
}
.pr_m {
  padding-right: 16px !important;
}
.py_m {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px_m {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.pa_ml {
  padding: 24px !important;
}
.pb_ml {
  padding-bottom: 24px !important;
}
.pt_ml {
  padding-top: 24px !important;
}
.pl_ml {
  padding-left: 24px !important;
}
.pr_ml {
  padding-right: 24px !important;
}
.py_ml {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px_ml {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.pa_l {
  padding: 32px !important;
}
.pb_l {
  padding-bottom: 32px !important;
}
.pt_l {
  padding-top: 32px !important;
}
.pl_l {
  padding-left: 32px !important;
}
.pr_l {
  padding-right: 32px !important;
}
.py_l {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.px_l {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.pa_lx {
  padding: 36px !important;
}
.pb_lx {
  padding-bottom: 36px !important;
}
.pt_lx {
  padding-top: 36px !important;
}
.pl_lx {
  padding-left: 36px !important;
}
.pr_lx {
  padding-right: 36px !important;
}
.py_lx {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.px_lx {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.pa_xl {
  padding: 40px !important;
}
.pb_xl {
  padding-bottom: 40px !important;
}
.pt_xl {
  padding-top: 40px !important;
}
.pl_xl {
  padding-left: 40px !important;
}
.pr_xl {
  padding-right: 40px !important;
}
.py_xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px_xl {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pa_xxl {
  padding: 48px !important;
}
.pb_xxl {
  padding-bottom: 48px !important;
}
.pt_xxl {
  padding-top: 48px !important;
}
.pl_xxl {
  padding-left: 48px !important;
}
.pr_xxl {
  padding-right: 48px !important;
}
.py_xxl {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px_xxl {
  padding-right: 48px !important;
  padding-left: 48px !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_xs {
    padding: 4px !important;
  }
  .sp_pb_xs {
    padding-bottom: 4px !important;
  }
  .sp_pt_xs {
    padding-top: 4px !important;
  }
  .sp_pl_xs {
    padding-left: 4px !important;
  }
  .sp_pr_xs {
    padding-right: 4px !important;
  }
  .sp_py_xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .sp_px_xs {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .sp_pa_s {
    padding: 8px !important;
  }
  .sp_pb_s {
    padding-bottom: 8px !important;
  }
  .sp_pt_s {
    padding-top: 8px !important;
  }
  .sp_pl_s {
    padding-left: 8px !important;
  }
  .sp_pr_s {
    padding-right: 8px !important;
  }
  .sp_py_s {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .sp_px_s {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .sp_pa_sm {
    padding: 12px !important;
  }
  .sp_pb_sm {
    padding-bottom: 12px !important;
  }
  .sp_pt_sm {
    padding-top: 12px !important;
  }
  .sp_pl_sm {
    padding-left: 12px !important;
  }
  .sp_pr_sm {
    padding-right: 12px !important;
  }
  .sp_py_sm {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .sp_px_sm {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .sp_pa_m {
    padding: 16px !important;
  }
  .sp_pb_m {
    padding-bottom: 16px !important;
  }
  .sp_pt_m {
    padding-top: 16px !important;
  }
  .sp_pl_m {
    padding-left: 16px !important;
  }
  .sp_pr_m {
    padding-right: 16px !important;
  }
  .sp_py_m {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .sp_px_m {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .sp_pa_ml {
    padding: 24px !important;
  }
  .sp_pb_ml {
    padding-bottom: 24px !important;
  }
  .sp_pt_ml {
    padding-top: 24px !important;
  }
  .sp_pl_ml {
    padding-left: 24px !important;
  }
  .sp_pr_ml {
    padding-right: 24px !important;
  }
  .sp_py_ml {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sp_px_ml {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .sp_pa_l {
    padding: 32px !important;
  }
  .sp_pb_l {
    padding-bottom: 32px !important;
  }
  .sp_pt_l {
    padding-top: 32px !important;
  }
  .sp_pl_l {
    padding-left: 32px !important;
  }
  .sp_pr_l {
    padding-right: 32px !important;
  }
  .sp_py_l {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .sp_px_l {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .sp_pa_lx {
    padding: 36px !important;
  }
  .sp_pb_lx {
    padding-bottom: 36px !important;
  }
  .sp_pt_lx {
    padding-top: 36px !important;
  }
  .sp_pl_lx {
    padding-left: 36px !important;
  }
  .sp_pr_lx {
    padding-right: 36px !important;
  }
  .sp_py_lx {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .sp_px_lx {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .sp_pa_xl {
    padding: 40px !important;
  }
  .sp_pb_xl {
    padding-bottom: 40px !important;
  }
  .sp_pt_xl {
    padding-top: 40px !important;
  }
  .sp_pl_xl {
    padding-left: 40px !important;
  }
  .sp_pr_xl {
    padding-right: 40px !important;
  }
  .sp_py_xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp_px_xl {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .sp_pa_xxl {
    padding: 48px !important;
  }
  .sp_pb_xxl {
    padding-bottom: 48px !important;
  }
  .sp_pt_xxl {
    padding-top: 48px !important;
  }
  .sp_pl_xxl {
    padding-left: 48px !important;
  }
  .sp_pr_xxl {
    padding-right: 48px !important;
  }
  .sp_py_xxl {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .sp_px_xxl {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
/* =======================================

  COMMON

======================================= */
/*-----------------------------------------
  layout
-----------------------------------------*/
.cont_outer {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 64px;
}
@media only screen and (max-width: 980px) {
  .cont_outer {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cont_outer {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 1300px) {
  .cont_outer:has(.cont_bg_color) {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .cont_outer:has(.cont_bg_color) {
    padding-inline: 0;
  }
}
.cont_outer:has(.cont_bg_img) {
  max-width: none;
  padding: 88px 64px;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 980px) {
  .cont_outer:has(.cont_bg_img) {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cont_outer:has(.cont_bg_img) {
    padding: 64px 16px;
  }
}

.cont_inner {
  max-width: 1160px;
  min-width: 980px;
  margin-inline: auto;
}
@media only screen and (max-width: 1160px) {
  .cont_inner {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 980px) {
  .cont_inner {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cont_inner {
    min-width: 100%;
    padding-inline: 16px;
  }
}

.narrow {
  max-width: 1000px;
  margin-inline: auto;
}

.margin_base {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .margin_base {
    margin-bottom: 24px;
  }
}

/*-----------------------------------------
  section
-----------------------------------------*/
.basic_section {
  margin-top: 88px;
}
@media only screen and (max-width: 767px) {
  .basic_section {
    margin-top: 64px;
  }
}
.basic_section:has(.cont_bg_color), .basic_section:has(.cont_bg_img) {
  overflow-x: hidden;
}

.secondary_section {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .secondary_section {
    margin-top: 40px;
  }
}

/*-----------------------------------------
  clm
-----------------------------------------*/
.clm_2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .clm_2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.clm_2.gap_s {
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .clm_2.gap_s {
    gap: 8px;
  }
}

.clm_3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .clm_3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.clm_3 .cell_2 {
  grid-column: span 2;
}
.clm_3 .cell_3 {
  grid-column: span 3;
}
@media only screen and (max-width: 767px) {
  .clm_3 .cell_2,
  .clm_3 .cell_3 {
    grid-column: span 1;
  }
}

.clm_4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .clm_4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.clm_4 .cell_2 {
  grid-column: span 2;
}
.clm_4 .cell_3 {
  grid-column: span 3;
}
.clm_4 .cell_4 {
  grid-column: span 4;
}
@media only screen and (max-width: 767px) {
  .clm_4 .cell_2,
  .clm_4 .cell_3,
  .clm_4 .cell_4 {
    grid-column: span 1;
  }
}

.clm_5 {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .clm_5 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.clm_5.gap_s {
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .clm_5.gap_s {
    gap: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .sp_clm_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*-----------------------------------------
  page top
-----------------------------------------*/
#page_top {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  #page_top {
    right: 8px;
    bottom: 8px;
  }
}
#page_top::before {
  content: "\e909";
  font-family: "kantodenka";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (hover: hover) and (pointer: fine) {
  #page_top:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}
#page_top button {
  width: 100%;
  height: 100%;
  display: block;
}

/*-----------------------------------------
  element
-----------------------------------------*/
.br_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

/*title*/
.h2_set {
  margin-bottom: 48px;
  line-height: 1 !important;
}
@media only screen and (max-width: 767px) {
  .h2_set {
    margin-bottom: 32px;
  }
}
.h2_set h2 {
  font-size: 56px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .h2_set h2 {
    font-size: 38px;
    letter-spacing: 0.04em;
  }
}
.h2_set span {
  margin-bottom: 1em !important;
  font-size: 16px !important;
  color: #004098;
  display: block;
}
@media only screen and (max-width: 767px) {
  .h2_set span {
    margin-bottom: 0.5em !important;
    font-size: 13px !important;
  }
}
.h2_set span::before {
  content: "";
  width: 8px;
  height: 1px;
  margin-right: 16px;
  display: inline-block;
  background: #004098;
  vertical-align: middle;
}
.h2_set span small {
  font-size: 50%;
}

/*text*/
.c-zahl {
  font-size: 75%;
}

.align_left {
  text-align: justify !important;
}

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

.align_right {
  text-align: right !important;
}

.text_highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(0, 191, 237, 0.4)));
  background: linear-gradient(transparent 70%, rgba(0, 191, 237, 0.4) 0%);
  line-height: 1.3em;
}

/*width*/
.w_10 {
  width: 10% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_40 {
  width: 40% !important;
}

.w_50 {
  width: 50% !important;
}

.w_60 {
  width: 60% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_90 {
  width: 90% !important;
}

/*hr*/
hr {
  height: 0px;
  margin: 64px 0 0;
  padding: 64px 0 0;
  border: 0px;
  border-top: 1px solid #D5DDEA;
}
@media only screen and (max-width: 767px) {
  hr {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
}

/*-----------------------------------------
  .btn
-----------------------------------------*/
.btn {
  min-width: 240px;
  padding: 18px 64px 18px 32px;
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #3366C2;
  border: 1px solid #3366C2;
  border-radius: 999px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn::before {
  display: none !important;
}
.btn::after {
  content: "\e908";
  font-family: "kantodenka";
  line-height: 1;
  width: 2.2em;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  background: #001E6B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn[target=_blank]::after {
  content: "\e921";
  font-family: "kantodenka";
}
.btn[href$=".pdf"]::after {
  content: "\e904";
  font-family: "kantodenka";
}
.btn[href*="mailto:"]::after {
  content: "\e930";
  font-family: "kantodenka";
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none !important;
  }
  .btn:hover::after {
    color: #fff;
    background: #001E6B;
    right: 12px;
  }
}
.btn.nega {
  background: transparent;
  border-color: #fff;
}

.btn_area .btn:not(:first-of-type) {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .btn_area {
    text-align: center;
  }
  .btn_area .btn {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 0.5em;
  }
  .btn_area .btn:not(:first-of-type) {
    margin-left: 0;
  }
}

/*-----------------------------------------
  ir_message_link
-----------------------------------------*/
.ir_message {
  margin-bottom: 64px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ir_message {
    margin-bottom: 32px;
  }
}
.ir_message img {
  position: relative;
  z-index: 2;
}
.ir_message::before {
  content: "";
  width: 100%;
  height: 65px;
  display: block;
  background: url("/img/common/shadow.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
}
.ir_message.ir_message_link::after {
  content: "\e908";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 18px;
  padding: 12px;
  color: #3366C2;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .ir_message.ir_message_link::after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ir_message.ir_message_link:hover::after {
    margin-right: -8px;
  }
}

/*-----------------------------------------
  news_field
-----------------------------------------*/
.tag {
  margin-right: 1em;
  min-width: 96px;
  padding: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
  color: #004098;
  border: 1px solid #004098;
}
@media only screen and (max-width: 767px) {
  .tag {
    padding: 3px 8px;
    font-size: 11px;
  }
}
.tag.tag_news {
  color: #3366C2;
  border-color: #3366C2;
}
.tag.tag_settle {
  color: #EB457E;
  border-color: #EB457E;
}
.tag.tag_ir {
  color: #C874E2;
  border-color: #C874E2;
}
.tag.tag_disclosure {
  color: #009BED;
  border-color: #009BED;
}
.tag.tag_securities {
  color: #29B987;
  border-color: #29B987;
}
.tag.tag_meeting {
  color: #29ADB9;
  border-color: #29ADB9;
}
.tag.tag_pressrelease {
  color: #C2A633;
  border-color: #C2A633;
}

.news_field {
  width: 100%;
}
.entry_field .news_field ul {
  gap: 0;
}
.news_field li {
  padding-left: 0 !important;
}
.news_field li::before {
  display: none !important;
}
.news_field li > a, .news_field li > div {
  width: 100%;
  padding: 24px 0;
  color: #1C1C1C !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D5DDEA;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news_field li > a, .news_field li > div {
    display: block;
    padding: 16px 0;
  }
}
.news_field li > a::before, .news_field li > div::before {
  display: none !important;
}
.news_field li > a .date, .news_field li > div .date {
  width: 6em;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #6376A5;
}
.news_field li > a .page_title, .news_field li > div .page_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  padding-right: 1.8em;
}
@media only screen and (max-width: 767px) {
  .news_field li > a .page_title, .news_field li > div .page_title {
    padding-top: 0.5em;
    display: block;
    font-size: 14px;
  }
}
.news_field li > a .new, .news_field li > div .new {
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 8px;
  text-align: center;
  background: #004098;
  border-radius: 24px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.news_field li > a > div, .news_field li > div > div {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
.clm_2 > div:nth-of-type(1) .news_field li > a > div, .clm_2 > div:nth-of-type(1) .news_field li > div > div {
  right: 24px;
}
@media only screen and (max-width: 767px) {
  .clm_2 > div:nth-of-type(1) .news_field li > a > div, .clm_2 > div:nth-of-type(1) .news_field li > div > div {
    right: 0;
  }
}
.news_field li > a > div > span, .news_field li > div > div > span {
  display: block;
  text-indent: -9999px;
}
.news_field li > a > div::before, .news_field li > div > div::before {
  font-family: "kantodenka";
  display: block;
  color: #3366C2;
  position: absolute;
  top: 0;
  right: 0;
}
.news_field li > a > div:has(.typePdf)::before, .news_field li > div > div:has(.typePdf)::before {
  content: "\e904";
}
.news_field li > a > div:has(.typeHtml)::before, .news_field li > div > div:has(.typeHtml)::before {
  content: "\e908";
}
@media (hover: hover) and (pointer: fine) {
  .news_field li > a:hover {
    background: #F0F3F7;
    text-decoration: none !important;
  }
  .entry_field .news_field li > a:hover {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #ffffff), color-stop(95%, #ffffff), to(transparent));
    background: linear-gradient(to right, transparent 0%, #ffffff 5%, #ffffff 95%, transparent 100%);
  }
}
.news_field li:first-of-type > a, .news_field li:first-of-type > div {
  border-top: 1px solid #D5DDEA;
}
.news_field.pdf_size li > a .page_title {
  padding-right: 6em;
}
.news_field.pdf_size li > a > div .typePdf {
  padding-right: 24px;
  color: #6376A5;
  font-size: 14px;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .news_field.pdf_size li > a > div .typePdf {
    font-size: 11px;
  }
}

.news_min li > a,
.news_min li > div {
  min-height: 116px;
  padding: 0 24px 0 84px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .news_min li > a,
  .news_min li > div {
    min-height: 0;
    padding: 16px 24px 16px 64px;
  }
}
.clm_2 > div:nth-of-type(1) .news_min li > a,
.clm_2 > div:nth-of-type(1) .news_min li > div {
  padding-right: 48px;
  border-right: 1px solid #D5DDEA;
}
@media only screen and (max-width: 767px) {
  .clm_2 > div:nth-of-type(1) .news_min li > a,
  .clm_2 > div:nth-of-type(1) .news_min li > div {
    padding-right: 24px;
    border-right: none;
  }
}
.clm_2 > div:nth-of-type(2) .news_min li > a,
.clm_2 > div:nth-of-type(2) .news_min li > div {
  padding-left: 108px;
}
@media only screen and (max-width: 767px) {
  .clm_2 > div:nth-of-type(2) .news_min li > a,
  .clm_2 > div:nth-of-type(2) .news_min li > div {
    padding-left: 64px;
  }
}
.news_min li > a .date,
.news_min li > div .date {
  width: 60px;
  text-align: center;
  color: #1C1C1C;
  font-size: 12px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.clm_2 > div:nth-of-type(2) .news_min li > a .date,
.clm_2 > div:nth-of-type(2) .news_min li > div .date {
  left: 24px;
}
@media only screen and (max-width: 767px) {
  .clm_2 > div:nth-of-type(2) .news_min li > a .date,
  .clm_2 > div:nth-of-type(2) .news_min li > div .date {
    left: 0;
  }
}
.news_min li > a .date .day,
.news_min li > div .date .day {
  padding-top: 4px;
  display: block;
  font-size: 40px;
}
.news_min li > a .tag,
.news_min li > div .tag {
  margin-bottom: 4px;
}
.news_min li > a .page_title,
.news_min li > div .page_title {
  padding-right: 0;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
@media only screen and (max-width: 767px) {
  .news_min li > a .page_title,
  .news_min li > div .page_title {
    padding-top: 0;
    padding-right: 0;
  }
}
.news_min li > a > div::before,
.news_min li > div > div::before {
  color: #BCC4D8;
}
.news_min .btn_area {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .news_min .btn_area {
    padding-top: 16px;
  }
}

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

  HEADER

======================================= */
header {
  width: 100%;
  height: 96px;
  min-width: 980px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.header_fixed header {
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(51, 102, 194, 0.16);
          box-shadow: 0px 10px 10px rgba(51, 102, 194, 0.16);
}
body.search_open header {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  header {
    min-width: auto;
    height: 64px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px rgba(51, 102, 194, 0.16);
            box-shadow: 0px 10px 10px rgba(51, 102, 194, 0.16);
  }
}
header .cont_outer {
  padding-inline: 40px 0;
}
@media only screen and (max-width: 1280px) {
  header .cont_outer {
    padding-inline: 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  header .cont_outer {
    padding-inline: 0;
    height: 100%;
  }
}
header .cont_inner {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1160px) {
  header .cont_inner {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 980px) {
  header .cont_inner {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  header .cont_inner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
  }
}
header .site_logo {
  width: 328px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1280px) {
  header .site_logo {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  header .site_logo {
    max-width: 55%;
  }
}
header .site_logo a {
  display: block;
}
header .site_logo img {
  display: block;
  -webkit-filter: invert(99%) sepia(69%) saturate(0%) hue-rotate(238deg) brightness(104%) contrast(101%);
          filter: invert(99%) sepia(69%) saturate(0%) hue-rotate(238deg) brightness(104%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  header .site_logo img {
    margin: 17px 0 17px 16px;
    -webkit-filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
            filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
  }
}
body.open header .site_logo img {
  -webkit-filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
          filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
}
body.search_open header .site_logo img {
  -webkit-filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
          filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
}
body.header_fixed header .site_logo img {
  -webkit-filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
          filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
}
body#page_leaf header .site_logo img {
  -webkit-filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
          filter: invert(12%) sepia(88%) saturate(4036%) hue-rotate(208deg) brightness(95%) contrast(101%);
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  header nav {
    display: none;
    width: 100%;
    height: calc(100svh - 64px);
    padding-bottom: 56px;
    overflow: auto;
    background: #fff;
  }
}
header .global_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  header .global_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D5DDEA;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item:has(.mdd) {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item:has(.mdd) .mdd_toggle_btn::before {
    content: "\e93e";
    font-family: "kantodenka";
    color: #004098;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 16px;
    pointer-events: none;
    background: transparent;
    -webkit-transition: background 0.3s, color 0.3s ease-out;
    transition: background 0.3s, color 0.3s ease-out;
  }
}
header .global_nav .global_nav_item.open .mdd {
  clip-path: inset(0 -50vw);
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item.open .mdd_toggle_btn::before {
    content: "\e936";
  }
}
header .global_nav .global_nav_item.open .mdd_open {
  color: #004098;
}
header .global_nav .global_nav_item.open .mdd {
  grid-template-rows: 1fr;
}
header .global_nav .global_nav_item > a,
header .global_nav .global_nav_item > .mdd_open {
  height: 96px;
  padding: 8px 11px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  header .global_nav .global_nav_item > a:hover,
  header .global_nav .global_nav_item > .mdd_open:hover {
    color: #3366C2;
  }
}
header .global_nav .global_nav_item > a:focus-within,
header .global_nav .global_nav_item > .mdd_open:focus-within {
  color: #3366C2;
}
@media only screen and (max-width: 1320px) {
  header .global_nav .global_nav_item > a,
  header .global_nav .global_nav_item > .mdd_open {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1280px) {
  header .global_nav .global_nav_item > a,
  header .global_nav .global_nav_item > .mdd_open {
    padding: 8px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1030px) {
  header .global_nav .global_nav_item > a,
  header .global_nav .global_nav_item > .mdd_open {
    padding: 8px 6px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item > a,
  header .global_nav .global_nav_item > .mdd_open {
    width: 100%;
    height: auto;
    padding: 16px 40px 16px 16px;
    display: block;
    font-size: 16px;
  }
}
header .global_nav .global_nav_item > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.open header .global_nav .global_nav_item > a {
  color: #1C1C1C;
}
.search_open header .global_nav .global_nav_item > a {
  color: #1C1C1C;
}
.header_fixed header .global_nav .global_nav_item > a {
  color: #1C1C1C;
}
#page_leaf header .global_nav .global_nav_item > a {
  color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item > a {
    color: #1C1C1C;
  }
}
@media (hover: hover) and (pointer: fine) {
  header .global_nav .global_nav_item > a:hover {
    color: #3366C2;
  }
}
header .global_nav .global_nav_item > a:focus-within {
  color: #3366C2;
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item > a {
    position: relative;
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item > a:not(.mdd_open)::before {
    content: "\e915";
    font-family: "kantodenka";
    color: #004098;
    position: absolute;
    top: 20px;
    right: 16px;
  }
}
header .global_nav .global_nav_item > a:not(.mdd_open):hover {
  color: rgba(255, 255, 255, 0.7);
}
body.header_fixed header .global_nav .global_nav_item > a:not(.mdd_open):hover {
  color: #3366C2;
}
body#page_leaf header .global_nav .global_nav_item > a:not(.mdd_open):hover {
  color: #3366C2;
}
header .global_nav .global_nav_item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: calc(100% + 16px);
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item > a::after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item > .mdd_open {
    padding: 20px 88px 20px 16px;
  }
}
header .global_nav .global_nav_item .mdd_toggle_btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .global_nav .global_nav_item .mdd_toggle_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    z-index: 5;
  }
}
header .sub_nav {
  display: grid;
  grid-template-rows: 47px 48px;
  grid-template-columns: 96px 96px;
  gap: 1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  header .sub_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .sub_nav > li {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  header .sub_nav > li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  header .sub_nav > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
header .sub_nav > li a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  header .sub_nav > li a {
    padding: 16px 0;
  }
}
header .sub_nav .sub_nav_language {
  grid-row: 1/2;
  grid-column: 1/2;
  background: #2D75D6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .sub_nav .sub_nav_language::before {
  margin-right: 0.2em;
  color: #fff;
  content: "\e926";
  font-family: "kantodenka";
  display: block;
  font-size: 16px;
}
header .sub_nav .sub_nav_language > a {
  display: block;
  padding: 4px 2px;
  color: #92B9ED;
}
header .sub_nav .sub_nav_language > a:not(:first-of-type)::before {
  content: "/";
  padding: 0 5px 0 0;
  display: inline-block;
  font-size: 10px;
  color: #92B9ED;
  vertical-align: top;
}
header .sub_nav .sub_nav_language > a.active {
  color: #fff;
}
header .sub_nav .sub_nav_search {
  grid-row: 2/3;
  grid-column: 1/2;
  background: #3366C2;
}
@media only screen and (max-width: 767px) {
  header .sub_nav .sub_nav_search {
    display: none;
  }
}
header .sub_nav .sub_nav_search > a {
  width: 100%;
  height: 100%;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .sub_nav .sub_nav_search > a::before {
  content: "\e941";
  font-family: "kantodenka";
  display: block;
  font-size: 16px;
}
header .sub_nav .sub_nav_search.open .mdd {
  clip-path: inset(0 -50vw);
  visibility: visible;
}
header .sub_nav .sub_nav_contact {
  grid-row: 1/3;
  grid-column: 2/3;
  background: #3A90E6;
}
header .sub_nav .sub_nav_contact > a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  header .sub_nav .sub_nav_contact > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
header .sub_nav .sub_nav_contact > a::before {
  content: "\e934";
  font-family: "kantodenka";
  margin-bottom: 0.4em;
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  header .sub_nav .sub_nav_contact > a::before {
    margin-right: 0.2em;
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
  }
}
header .mdd {
  width: 100%;
  max-height: calc(100svh - 96px);
  overflow: auto;
  visibility: hidden;
  clip-path: inset(0 -50vw 100%);
  position: absolute;
  inset: 96px 0 auto;
  z-index: 9;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  header .mdd {
    display: grid;
    grid-template-rows: 0fr;
    max-height: none;
    overflow: visible;
    position: static;
    background: #F0F3F7;
    border-top: 0;
    visibility: visible;
    clip-path: none;
  }
}
header .mdd_outer {
  margin-bottom: 20px;
  padding-inline: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(51, 102, 194, 0.16);
          box-shadow: 0px 10px 10px rgba(51, 102, 194, 0.16);
}
@media only screen and (max-width: 767px) {
  header .mdd_outer {
    overflow: hidden;
    margin-bottom: 0;
    padding-inline: 0;
  }
}
header .mdd_inner {
  max-width: 1160px;
  margin-inline: auto;
  padding: 40px 0 64px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header .mdd_inner {
    margin-inline: 0;
    padding: 0;
  }
}
header .mdd_title {
  padding: 18px 48px 8px 0;
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 767px) {
  header .mdd_title {
    padding: 0;
    border-bottom: 0;
  }
}
header .mdd_title a {
  padding-right: 40px;
  color: #1C1C1C;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.5;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  header .mdd_title a {
    padding: 16px 32px 16px 8px;
    display: block;
    font-size: 1.4rem;
    line-height: 2;
    background: #fff;
    border-radius: 8px;
  }
}
header .mdd_title a::before {
  content: "\e901";
  font-family: "kantodenka";
  font-weight: 400;
  color: #004098;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  header .mdd_title a::before {
    right: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  header .mdd_title a:hover {
    color: #004098;
  }
  header .mdd_title a:hover::before {
    right: -4px;
  }
}
@media only screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  header .mdd_title a:hover::before {
    right: 8px;
  }
}
header .mdd_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  header .mdd_head {
    display: none;
  }
}
header .mdd_head > a > span {
  line-height: 1;
}
header .mdd_head > a > span:nth-of-type(1) {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #1C1C1C;
  letter-spacing: 0.06em;
}
header .mdd_head > a > span:nth-of-type(2) {
  color: #004098;
  line-height: 1.4;
}
header .mdd_head > a > span:nth-of-type(2)::before {
  content: "";
  width: 8px;
  height: 1px;
  margin-inline: 16px;
  margin-bottom: 0.2em;
  display: inline-block;
  background: #004098;
}
header .mdd_wrap {
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  header .mdd_wrap {
    padding: 0 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
header .mdd_wrap .mdd_lower_area {
  width: 100%;
}
header .mdd_lower_list {
  gap: 0 32px;
}
header .mdd_lower_list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .mdd_lower_list > li > a {
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  color: #1C1C1C;
  border-bottom: 1px solid #D5DDEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li > a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li > a {
    font-size: 14px;
  }
}
header .mdd_lower_list > li > a > span {
  width: 100%;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li > a > span {
    padding: 0.4em 0 0.4em 18px;
    position: relative;
  }
  header .mdd_lower_list > li > a > span::before {
    content: "";
    width: 8px;
    height: 1px;
    display: block;
    background: #6376A5;
    position: absolute;
    left: 0;
    top: calc(9px + 0.5em);
  }
}
header .mdd_lower_list > li > a > span small {
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li > a > span small {
    font-size: 14px;
  }
}
header .mdd_lower_list > li > a > span::after {
  content: "\e908";
  font-family: "kantodenka";
  width: 28px;
  height: 28px;
  display: inline-block;
  padding-left: 2px;
  color: #3366C2;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #3366C2;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li > a > span::after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  header .mdd_lower_list > li > a:hover {
    color: #3366C2;
  }
  header .mdd_lower_list > li > a:hover > span::after {
    margin-right: -8px;
  }
}
header .mdd_lower_list > li.link_img > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li.link_img > a figure {
    display: none;
  }
}
header .mdd_lower_list > li.link_img > a figure img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .mdd_lower_list > li.link_img > a > span {
  padding: 24px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li.link_img > a > span {
    padding: 0.4em 0 0.4em 18px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  header .mdd_lower_list > li.link_img > a:hover figure img {
    opacity: 0.7;
  }
}
header .mdd_lower_list > li.link_multiple {
  display: block;
}
header .mdd_lower_list > li.link_multiple a {
  color: #1C1C1C !important;
}
header .mdd_lower_list > li.link_multiple a:hover {
  color: #3366C2 !important;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li.link_multiple.product {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #D5DDEA;
  }
}
header .mdd_lower_list > li .sub_text {
  margin-bottom: 8px;
  padding: 8px 16px;
  text-align: center;
  font-size: 14px;
  display: block;
  line-height: 1.2;
  border: 1px solid #6376A5;
  color: #6376A5;
  border-radius: 8px;
  position: relative;
  background: #F0F3F7;
}
header .mdd_lower_list > li .sub_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #6376A5;
  z-index: 1;
}
header .mdd_lower_list > li .sub_text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 17px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #F0F3F7;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  header .mdd_lower_list > li .sub_text {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

/*-----------------------------------------
  search
-----------------------------------------*/
.search_mdd {
  padding: 40px 0 64px;
  background: #fff;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 8;
  -webkit-box-shadow: 0px 10px 10px rgba(51, 102, 194, 0.16);
          box-shadow: 0px 10px 10px rgba(51, 102, 194, 0.16);
}
@media only screen and (max-width: 767px) {
  .search_mdd {
    padding: 32px 0;
  }
}
.search_open .search_mdd {
  opacity: 1;
  visibility: visible;
}
.search_mdd .mdd_lower_area {
  max-width: 1160px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .search_mdd .mdd_lower_area {
    margin-inline: 16px;
  }
}
.search_mdd .mdd_lower_area .search_head {
  margin-bottom: 16px;
  display: block;
  text-align: center;
  font-size: 24px;
}
.search_mdd .mdd_lower_area .search_close {
  font-size: 14px;
  color: #6376A5;
  position: absolute;
  top: 1em;
  right: 1em;
}
@media only screen and (max-width: 767px) {
  .search_mdd .mdd_lower_area .search_close {
    display: none;
  }
}
.search_mdd .mdd_lower_area .search_close::before {
  content: "\e94e";
  font-family: "kantodenka";
  margin: 0 0.2em 0 0;
  display: inline-block;
}
.search_mdd .gsc-search-box {
  margin-inline: auto;
  font-size: 16px;
}
.search_mdd .gsc-input-box {
  border-color: #D5DDEA;
}
.search_mdd #gsc-i-id1 {
  color: #1C1C1C;
}
.search_mdd .gsib_a {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M14.76 13.27L20.49 19L19 20.49L13.27 14.76C12.2 15.53 10.91 16 9.5 16C5.91 16 3 13.09 3 9.5C3 5.91 5.91 3 9.5 3C13.09 3 16 5.91 16 9.5C16 10.91 15.53 12.2 14.76 13.27ZM9.5 5C7.01 5 5 7.01 5 9.5C5 11.99 7.01 14 9.5 14C11.99 14 14 11.99 14 9.5C14 7.01 11.99 5 9.5 5Z' fill='%23004098'/></svg>");
}
.search_mdd .gscb_a {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z' fill='%236376A5'/></svg>");
}

.gssb_c {
  outline: 1px solid transparent;
}
.gssb_c .gsc-completion-container {
  border-color: #D5DDEA;
}

/*-----------------------------------------
  sp_menu_btn
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  #sp_search_btn {
    width: 48px;
    height: 64px;
    margin-left: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 48px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #sp_search_btn a {
    width: 100%;
    height: 100%;
    padding-top: 14px;
    display: block;
    color: #004098;
    text-decoration: none;
    text-align: center;
    line-height: 1;
  }
  #sp_search_btn a::before {
    content: "\e941";
    font-family: "kantodenka";
    display: block;
    font-size: 20px;
  }
  .search_open #sp_search_btn a::before {
    content: "\e952";
  }
  #sp_search_btn a small {
    display: inline-block;
    font-size: 11px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #004098;
    letter-spacing: 0.02em;
  }
  #sp_menu_btn {
    width: 56px;
    height: 64px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #sp_menu_btn .switch_btn {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  #sp_menu_btn .switch_btn small {
    margin-top: 3px;
    display: inline-block;
    font-size: 11px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #004098;
    letter-spacing: 0.08em;
  }
  #sp_menu_btn .switch_btn small::before {
    content: "\e951";
    font-family: "kantodenka";
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
  }
  #sp_menu_btn .switch_btn.btn_close small::before {
    content: "\e952";
  }
}
/*-----------------------------------------
  sp current
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  header .current > a,
  header .current > .mdd_open,
  header .current > .lower_toggle {
    color: #004098 !important;
  }
}
/*-----------------------------------------
  layer
-----------------------------------------*/
.layer {
  display: none;
  width: 100%;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  html:has(.mdd_open) .layer {
    display: none !important;
  }
}

/*-----------------------------------------
  PC
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  body:not(.tab_view) #sp_menu_btn {
    display: none;
  }
  body:not(.tab_view) #sp_search_btn {
    display: none;
  }
}

/*-----------------------------------------
  tablet
-----------------------------------------*/
.tab_view header {
  min-width: 768px;
}
.tab_view #sp_menu_btn {
  display: none;
}
.tab_view #sp_search_btn {
  display: none;
}

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

  FOOTER

======================================= */
footer {
  padding: 96px 0 40px;
  color: #fff;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(0, 51, 118, 0.8);
}
body#page_archive footer {
  backdrop-filter: none;
  --webkit-backdrop-filter: none;
  background: linear-gradient(135deg, rgb(1, 65, 125) 49%, rgb(0, 25, 105) 100%);
}
body#page_leaf footer {
  backdrop-filter: none;
  --webkit-backdrop-filter: none;
  background: linear-gradient(135deg, rgb(1, 65, 125) 49%, rgb(0, 25, 105) 100%);
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 56px 0 40px;
  }
}
footer a {
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}
footer .cont_outer {
  padding-inline: 100px;
}
@media only screen and (max-width: 1360px) {
  footer .cont_outer {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  footer .cont_outer {
    padding-inline: 16px;
  }
}
footer .footer_head {
  padding: 0 0 64px;
}
@media only screen and (max-width: 767px) {
  footer .footer_head {
    padding: 0 0 32px;
  }
}
footer .footer_head .cont_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer_head .cont_outer {
    display: block;
  }
}
footer .footer_head .footer_site_logo img {
  width: 279px;
  height: 46px;
  display: block;
  -webkit-filter: invert(99%) sepia(69%) saturate(0%) hue-rotate(238deg) brightness(104%) contrast(101%);
          filter: invert(99%) sepia(69%) saturate(0%) hue-rotate(238deg) brightness(104%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  footer .footer_head .footer_site_logo {
    margin-bottom: 32px;
  }
  footer .footer_head .footer_site_logo img {
    width: 90%;
    max-width: 90%;
    height: auto;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer_head .btn_area .btn {
    max-width: 80%;
  }
}
footer .footer_sitemap {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap {
    padding: 0 0 32px;
  }
}
footer .footer_sitemap a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer_sitemap a:hover {
    color: rgb(255, 255, 255);
  }
}
footer .footer_sitemap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap .row {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}
footer .footer_sitemap .row .row_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer_sitemap dl:not(:last-of-type) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap dl:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap .main_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer .footer_sitemap .main_item dd {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap .main_item dd {
    display: none;
    margin-top: 0;
  }
}
footer .footer_sitemap .main_item dt {
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap .main_item:has(li) .primary_link::before {
    content: none;
  }
}
footer .footer_sitemap .main_item .primary_link {
  display: block;
  font-size: 18px;
  position: relative;
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap .main_item .primary_link {
    padding: 24px 56px 24px 0;
  }
}
footer .footer_sitemap .main_item .primary_link::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 12px;
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer_sitemap .main_item .primary_link:hover::before {
    border-color: #fff;
  }
}
footer .footer_sitemap .main_item .toggle_btn {
  cursor: pointer;
  width: 56px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
footer .footer_sitemap .main_item .toggle_btn::after {
  content: "\e93e";
  font-family: "kantodenka";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 8px;
  background: transparent;
  -webkit-transition: background 0.3s, color 0.3s ease-out;
  transition: background 0.3s, color 0.3s ease-out;
}
footer .footer_sitemap .main_item.active .toggle_btn::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3px;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap .main_item.active .toggle_btn::before {
    width: 16px;
    height: 16px;
    right: 6px;
  }
}
footer .footer_sitemap .main_item.active .toggle_btn::after {
  content: "\e936";
  color: #fff;
}
footer .footer_sitemap .sub_list {
  margin-left: 5px;
  border-left: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap .sub_list {
    margin: 12px 0 24px 8px;
  }
}
footer .footer_sitemap .sub_list > li {
  margin-left: 16px;
}
footer .footer_sitemap .sub_list > li a {
  padding: 8px 0 8px 16px;
  display: block;
  position: relative;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  footer .footer_sitemap .sub_list > li a {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
footer .footer_sitemap .sub_list > li a::before {
  content: "";
  width: 8px;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: calc(9px + 0.5em);
}
footer .footer_sitemap .sub_list > li .letter_space {
  letter-spacing: -0.036em;
}
footer .footer_subnav .sub_content {
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  footer .footer_subnav .sub_content {
    margin-bottom: 32px;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
footer .footer_subnav .sub_content > li {
  margin-right: 2em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  footer .footer_subnav .sub_content > li a {
    font-size: 14px;
  }
}
footer .footer_subnav .sub_content > li a::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 12px;
  display: inline-block;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer_subnav .sub_content > li a:hover::before {
    border-color: #fff;
  }
}
footer .footer_subnav .sub_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer_subnav .sub_info {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer_subnav .sub_info ul {
    margin-bottom: 24px;
    text-align: center;
  }
}
footer .footer_subnav .sub_info ul li {
  margin-right: 2em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  footer .footer_subnav .sub_info ul li {
    margin-right: 1em;
  }
}
footer .footer_subnav .sub_info ul li a {
  font-size: 13px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer_subnav .sub_info ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
footer .footer_subnav .sub_info .copyright {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.12em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  footer .footer_subnav .sub_info .copyright {
    font-size: 12px;
    text-align: center;
  }
}

/*-----------------------------------------
  tablet portrait
-----------------------------------------*/
/*-----------------------------------------
  PC
-----------------------------------------*/
@media only screen and (min-width: 768px) {
  .toggle_btn {
    display: none !important;
  }
}
/* =======================================

  WLL

======================================= */
/*-----------------------------------------
  xj-sel-category
-----------------------------------------*/
/*-----------------------------------------
  xj-sel-year
-----------------------------------------*/
.xj-sel-year_area {
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
}
.flex_column > .xj-sel-year_area {
  padding-bottom: 0;
  border-bottom: none;
}

.xj-sel-year {
  display: inline-block;
  position: relative;
}
.xj-sel-year::before {
  content: "\e901";
  font-family: "kantodenka";
  pointer-events: none;
  font-size: 1.2rem;
  line-height: 1;
  color: #004098;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  rotate: 90deg;
}

.xj-sel-year_area:has(+ .xj-sel-category) {
  padding-bottom: 0;
  border-bottom: none;
}

/*-----------------------------------------
  IR graph elements
-----------------------------------------*/
.xj_chart_table .xj_chart_header {
  font-weight: 700;
  background: #D5DDEA !important;
}
.xj_chart_table tr:first-child .xj_chart_header_first,
.xj_chart_table tr:first-child .xj_chart_header {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .xj_chart_table tr:first-child .xj_chart_header_first,
  .xj_chart_table tr:first-child .xj_chart_header {
    font-size: 11px;
  }
}
.xj_chart_table tr:first-child .xj_chart_header_first,
.xj_chart_table tr:first-child .xj_chart_header {
  color: #fff !important;
  background: #6376A5 !important;
}

/*-----------------------------------------
  summary
-----------------------------------------*/
/*-----------------------------------------
  haitou
-----------------------------------------*/
/* =======================================

  GENIEE SEARCH

======================================= */
/* header poplink */
#container header .poplink.pcia {
  width: calc(100% + 32px);
  top: calc(100% + 16px);
  left: -16px !important;
}
@media only screen and (max-width: 767px) {
  #container header .poplink.pcia {
    top: auto;
    bottom: calc(100% + 16px);
  }
}
#container header .poplink.pcia .poplink_suggest {
  border: 1px solid #DDDDDD;
}

#site_index #container .poplink.pcia {
  width: 100%;
  top: 100%;
  left: 0 !important;
}
@media only screen and (max-width: 767px) {
  #site_index #container .poplink.pcia {
    width: calc(100% + 32px);
    top: auto;
    left: -16px !important;
    bottom: calc(100% + 16px);
  }
}

/* result page */
#search_result {
  /* search_input */
}
#search_result .site_search_input_area {
  width: 572px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #search_result .site_search_input_area {
    width: 100%;
  }
}
#search_result .site_search_input_area .site_search_input {
  width: 100%;
  padding: 16px 48px 16px 18px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 500;
  position: relative;
  background: #D5DDEA;
  border-radius: 100vmax;
}
@media only screen and (max-width: 767px) {
  #search_result .site_search_input_area .site_search_input {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#search_result .site_search_input_area .site_search_input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#search_result .site_search_input_area .site_search_input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#search_result .site_search_input_area .site_search_input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#search_result .site_search_input_area .site_search_input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#search_result .site_search_input_area .site_search_input::placeholder {
  color: rgba(51, 51, 51, 0.3);
}
#search_result .site_search_input_area .site_search_button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
}
#search_result .site_search_input_area .site_search_button::before {
  content: "\e907";
  font-family: "kantodenka";
  color: #1C1C1C;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#search_result {
  /* keywordranking */
}
#search_result .gs_keywordranking {
  margin: 40px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_keywordranking {
    margin: 24px 0 0 0;
  }
}
#search_result .gs_keywordranking ._keywordranking {
  margin: 0;
  padding: 0;
}
#search_result .gs_keywordranking ._label {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#search_result .gs_keywordranking ._keywords {
  margin-top: 16px;
  gap: 0 24px;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_keywordranking ._keywords {
    margin-top: 8px;
  }
}
#search_result .gs_keywordranking ._keyword {
  margin: 0;
}
#search_result {
  /* sort area */
}
#search_result .sort_area {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
}
@media only screen and (max-width: 767px) {
  #search_result .sort_area {
    margin: 24px 0 0 0;
  }
}
#search_result {
  /* sortselector */
}
#search_result .gs_sortselector ._sortorderselector {
  margin: 0;
  padding: 0;
  position: relative;
}
#search_result .gs_sortselector ._sortorderselector::before {
  pointer-events: none;
  content: "\e901";
  font-family: "kantodenka";
  margin-inline: 4px;
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #1C1C1C;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  rotate: 90deg;
}
#search_result .gs_sortselector ._label {
  font-weight: 600;
  letter-spacing: 0.1em;
}
#search_result .gs_sortselector select {
  width: 134px;
  padding: 16px 32px 16px 10px;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-weight: 500;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
#search_result {
  /* countselector */
}
#search_result .gs_countselector ._countselector {
  margin: 0;
  padding: 0;
  position: relative;
}
#search_result .gs_countselector ._countselector::before {
  pointer-events: none;
  content: "\e901";
  font-family: "kantodenka";
  margin-inline: 4px;
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #1C1C1C;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  rotate: 90deg;
}
#search_result .gs_countselector ._label {
  font-weight: 600;
  letter-spacing: 0.1em;
}
#search_result .gs_countselector select {
  width: 134px;
  padding: 16px 32px 16px 10px;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-weight: 500;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
#search_result {
  /* searchstatusfull */
}
#search_result .gs_searchstatusfull {
  margin-left: auto;
  letter-spacing: 0.1em;
}
#search_result {
  /* pagenator */
}
#search_result .gs_pagenator {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_pagenator {
    margin-top: 24px;
  }
}
#search_result .gs_pagenator ._pagenator {
  margin: 0;
  padding: 32px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D5DDEA;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_pagenator ._pagenator {
    padding: 24px 0 0;
  }
}
#search_result .gs_pagenator ._nav {
  margin: 0;
  padding: 0;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  font-size: 1.6rem;
  line-height: 2;
  vertical-align: bottom;
}
#search_result .gs_pagenator ._nav._page {
  margin-inline: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_pagenator ._nav._page {
    margin-inline: 12px;
  }
}
#search_result .gs_pagenator ._nav._current {
  color: rgba(51, 51, 51, 0.2);
}
#search_result .gs_pagenator ._nav._next, #search_result .gs_pagenator ._nav._prev, #search_result .gs_pagenator ._nav._first {
  width: 32px;
  height: 32px;
}
#search_result .gs_pagenator ._nav._next ._button, #search_result .gs_pagenator ._nav._prev ._button, #search_result .gs_pagenator ._nav._first ._button {
  width: 32px;
  height: 32px;
  display: block;
  padding: 0;
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
}
#search_result .gs_pagenator ._nav._next ._button:active, #search_result .gs_pagenator ._nav._prev ._button:active, #search_result .gs_pagenator ._nav._first ._button:active {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search_result .gs_pagenator ._nav._next ._button::before, #search_result .gs_pagenator ._nav._prev ._button::before, #search_result .gs_pagenator ._nav._first ._button::before {
  pointer-events: none;
  content: "\e901";
  font-family: "kantodenka";
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: #004098;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#search_result .gs_pagenator ._nav._prev ._button::before, #search_result .gs_pagenator ._nav._first ._button::before {
  rotate: 180deg;
}
#search_result .gs_pagenator ._nav._prev {
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_pagenator ._nav._prev {
    margin-right: 16px;
  }
}
#search_result .gs_pagenator ._nav._next {
  margin-left: 32px;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_pagenator ._nav._next {
    margin-left: 16px;
  }
}
#search_result .gs_pagenator ._nav._first ._button::after {
  pointer-events: none;
  content: "\e901";
  font-family: "kantodenka";
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: #004098;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  left: calc(50% - 8px);
  rotate: 180deg;
}
#search_result .gs_pagenator ._nav a {
  color: #1C1C1C;
}
#search_result {
  /* searchresults */
}
#search_result .gs_searchresults ._item {
  margin: 32px 0 0 0;
  padding: 32px 0 0 0;
  border-top: 1px solid #D5DDEA;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._item {
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
  }
}
#search_result .gs_searchresults ._wrap {
  width: 100%;
}
#search_result .gs_searchresults ._layoutgroup1 {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup1 {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#search_result .gs_searchresults ._layoutgroup1 ._seq {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup1 ._seq {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup1 ._title {
    padding: 0 4px;
    display: inline;
    max-height: none;
    -webkit-line-clamp: initial;
  }
}
#search_result .gs_searchresults ._layoutgroup1 ._filetype_pdf {
  color: #fff;
  position: relative;
  background: none;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup1 ._filetype_pdf {
    padding: 0;
    display: inline;
    vertical-align: middle;
  }
}
#search_result .gs_searchresults ._layoutgroup1 ._filetype_pdf::before {
  content: "\e908";
  font-family: "kantodenka";
  color: #004098;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 2rem;
  line-height: 1;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup1 ._filetype_pdf::before {
    font-size: 1.4rem;
    line-height: 1;
  }
}
#search_result .gs_searchresults ._layoutgroup2 {
  margin-top: 24px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup2 {
    gap: 16px;
  }
}
#search_result .gs_searchresults ._layoutgroup2 ._thumbnail {
  min-width: 240px;
  min-height: auto;
  max-height: 240px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup2 ._thumbnail {
    min-width: 88px;
    max-height: 176px;
  }
}
#search_result .gs_searchresults ._layoutgroup2 ._thumbnail::before {
  content: none;
}
#search_result .gs_searchresults ._layoutgroup2 ._thumbnail a {
  width: auto;
  height: auto;
  position: static;
}
#search_result .gs_searchresults ._layoutgroup2 ._thumbnail a::before {
  content: none;
}
#search_result .gs_searchresults ._layoutgroup2 ._thumbnail img {
  min-width: auto;
  max-height: 240px;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup2 ._thumbnail img {
    max-width: 88px;
    max-height: 176px;
  }
}
#search_result .gs_searchresults ._layoutgroup2 ._preview {
  width: auto;
  height: auto;
  margin-top: 8px;
  padding: 0;
  text-align: center;
  position: static;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup2 ._preview {
    display: none;
  }
}
#search_result .gs_searchresults ._layoutgroup2 ._preview a {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.01em;
  color: #004098;
  border: 0;
}
#search_result .gs_searchresults ._layoutgroup2 ._preview a::before, #search_result .gs_searchresults ._layoutgroup2 ._preview a::after {
  content: none;
}
#search_result .gs_searchresults ._layoutgroup2 ._snippet {
  padding: 0;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup2 ._snippet {
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
  }
}
#search_result .gs_searchresults ._layoutgroup3 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup3 {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
#search_result .gs_searchresults ._layoutgroup3 > * {
  padding: 0 4px;
}
#search_result .gs_searchresults ._layoutgroup4 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup4 {
    margin-top: 8px;
  }
}
#search_result .gs_searchresults ._layoutgroup4 ._link {
  padding: 0;
  text-align: right;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  #search_result .gs_searchresults ._layoutgroup4 ._link {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
#search_result {
  /* filetypes */
}
#search_result .gs_filetypes ._attributegroup {
  margin: 0;
  padding: 24px 16px;
  border-top: 1px solid #DDDDDD;
}
#search_result .gs_filetypes ._group {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
#search_result .gs_filetypes ._attributes {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#search_result .gs_filetypes ._attribute {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
#search_result .gs_filetypes ._attribute label {
  padding-left: 24px;
  font-weight: 500;
  position: relative;
  display: block;
}
#search_result .gs_filetypes ._attribute input {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
#search_result .gs_filetypes ._attribute ._label {
  margin-right: 4px;
  white-space: normal;
  word-break: break-all;
}
#search_result {
  /* category */
}
#search_result .gs_category ._attributegroup {
  margin: 0;
  padding: 24px 16px;
  border-top: 1px solid #DDDDDD;
}
#search_result .gs_category ._group {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
#search_result .gs_category ._attributes {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#search_result .gs_category ._attribute {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
#search_result .gs_category ._attribute label {
  padding-left: 24px;
  font-weight: 500;
  position: relative;
  display: block;
}
#search_result .gs_category ._attribute input {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
#search_result .gs_category ._attribute ._label {
  margin-right: 4px;
  white-space: normal;
  word-break: break-all;
}
#search_result {
  /* pg search poplink */
}
#search_result .poplink.pcia {
  width: 100%;
}
#search_result .poplink.pcia .poplink_suggest {
  border: 1px solid #DDDDDD;
}
#search_result {
  /* preview popup */
}
#search_result ._previewdisplay ._previewwrap {
  height: calc(100% - 80px);
  top: auto;
  bottom: 0;
}

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

  PRINT

======================================= */
/*-----------------------------------------
  print
-----------------------------------------*/
@media print {
  body {
    zoom: 0.8;
  }
  #container header {
    position: absolute;
    top: 0;
    left: 0;
  }
  #container .kv_field .kv_wrap {
    max-width: 1400px;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 40px;
  }
  #container .kv_field .kv_slide_item {
    height: 700px;
  }
  #container .kv_field .bg_img {
    max-width: 1400px;
  }
  #container .business_field .business_wrap {
    gap: 40px;
  }
  #container .business_field .img_area {
    width: 650px;
    margin-right: calc(50% - 50vw - 145px);
  }
  #container .business_field .img_area figure {
    width: 600px;
    font-size: 7.6rem;
  }
}