@charset "UTF-8";
@import url("/css/fonts/icon.css");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400..700&family=Roboto+Condensed:wght@400..700&display=swap");
/* =======================================

  BROWSER RESET

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

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

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

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

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

ul {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

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

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

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

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

button,
[role=button] {
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
}

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

option {
  padding-right: 10px;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #231815 !important;
  outline-offset: 3px;
  z-index: 9999;
}

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

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

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

  BASE

======================================= */
html {
  scroll-behavior: smooth;
}

html.menu_open,
html.menu_open body {
  overflow: hidden;
}
@media (min-width: 981px) {
  html.menu_open,
  html.menu_open body {
    overflow: auto !important;
  }
}

body {
  opacity: 0;
  visibility: hidden;
  padding-top: 104px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #231815;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  transition: opacity 0.7s ease-out;
}
@media (max-width: 980px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
body.is-loaded {
  opacity: 1;
  visibility: visible;
}
body.page_common {
  padding-top: 0;
}

a {
  color: #003D6C;
  text-decoration: none;
}

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

.no_tel a {
  pointer-events: none;
  text-decoration: none;
  color: #231815;
}

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

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

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

  PLUGINS > SPLIDE

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

  UTILITY

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

.color_site_primary {
  color: #003D6C !important;
}

.color_site_secondary {
  color: #f7b52b !important;
}

.color_text_primary {
  color: #231815 !important;
}

.color_text_black {
  color: #000 !important;
}

.color_text_white {
  color: #fff !important;
}

/*-----------------------------------------
  bg color
-----------------------------------------*/
.color_bg_primary {
  background-color: #EBEFF3 !important;
}

.color_bg_secondary {
  background-color: #D8E1E8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .sp_align_l {
    text-align: left !important;
  }
}

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

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

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

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

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

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

.justify_content_c {
  justify-content: center;
}

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

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

.align_items_c {
  align-items: center;
}

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

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

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

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

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

.display_inline {
  display: inline !important;
}

.display_flex {
  display: flex !important;
}

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

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

.pc_flex {
  display: flex !important;
}

.pc_only {
  display: block !important;
}

.pc_tablet {
  display: block !important;
}

.tablet {
  display: none !important;
}

.sp_tablet {
  display: none !important;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

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

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

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

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

.w_2 {
  width: 2% !important;
}

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

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

.w_3 {
  width: 3% !important;
}

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

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

.w_4 {
  width: 4% !important;
}

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

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

.w_5 {
  width: 5% !important;
}

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

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

.w_6 {
  width: 6% !important;
}

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

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

.w_7 {
  width: 7% !important;
}

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

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

.w_8 {
  width: 8% !important;
}

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

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

.w_9 {
  width: 9% !important;
}

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

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

.w_10 {
  width: 10% !important;
}

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

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

.w_11 {
  width: 11% !important;
}

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

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

.w_12 {
  width: 12% !important;
}

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

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

.w_13 {
  width: 13% !important;
}

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

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

.w_14 {
  width: 14% !important;
}

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

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

.w_15 {
  width: 15% !important;
}

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

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

.w_16 {
  width: 16% !important;
}

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

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

.w_17 {
  width: 17% !important;
}

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

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

.w_18 {
  width: 18% !important;
}

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

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

.w_19 {
  width: 19% !important;
}

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

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

.w_20 {
  width: 20% !important;
}

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

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

.w_21 {
  width: 21% !important;
}

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

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

.w_22 {
  width: 22% !important;
}

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

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

.w_23 {
  width: 23% !important;
}

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

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

.w_24 {
  width: 24% !important;
}

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

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

.w_25 {
  width: 25% !important;
}

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

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

.w_26 {
  width: 26% !important;
}

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

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

.w_27 {
  width: 27% !important;
}

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

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

.w_28 {
  width: 28% !important;
}

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

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

.w_29 {
  width: 29% !important;
}

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

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

.w_30 {
  width: 30% !important;
}

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

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

.w_31 {
  width: 31% !important;
}

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

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

.w_32 {
  width: 32% !important;
}

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

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

.w_33 {
  width: 33% !important;
}

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

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

.w_34 {
  width: 34% !important;
}

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

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

.w_35 {
  width: 35% !important;
}

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

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

.w_36 {
  width: 36% !important;
}

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

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

.w_37 {
  width: 37% !important;
}

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

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

.w_38 {
  width: 38% !important;
}

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

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

.w_39 {
  width: 39% !important;
}

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

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

.w_40 {
  width: 40% !important;
}

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

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

.w_41 {
  width: 41% !important;
}

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

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

.w_42 {
  width: 42% !important;
}

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

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

.w_43 {
  width: 43% !important;
}

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

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

.w_44 {
  width: 44% !important;
}

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

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

.w_45 {
  width: 45% !important;
}

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

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

.w_46 {
  width: 46% !important;
}

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

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

.w_47 {
  width: 47% !important;
}

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

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

.w_48 {
  width: 48% !important;
}

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

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

.w_49 {
  width: 49% !important;
}

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

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

.w_50 {
  width: 50% !important;
}

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

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

.w_51 {
  width: 51% !important;
}

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

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

.w_52 {
  width: 52% !important;
}

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

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

.w_53 {
  width: 53% !important;
}

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

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

.w_54 {
  width: 54% !important;
}

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

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

.w_55 {
  width: 55% !important;
}

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

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

.w_56 {
  width: 56% !important;
}

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

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

.w_57 {
  width: 57% !important;
}

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

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

.w_58 {
  width: 58% !important;
}

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

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

.w_59 {
  width: 59% !important;
}

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

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

.w_60 {
  width: 60% !important;
}

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

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

.w_61 {
  width: 61% !important;
}

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

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

.w_62 {
  width: 62% !important;
}

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

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

.w_63 {
  width: 63% !important;
}

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

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

.w_64 {
  width: 64% !important;
}

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

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

.w_65 {
  width: 65% !important;
}

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

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

.w_66 {
  width: 66% !important;
}

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

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

.w_67 {
  width: 67% !important;
}

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

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

.w_68 {
  width: 68% !important;
}

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

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

.w_69 {
  width: 69% !important;
}

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

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

.w_70 {
  width: 70% !important;
}

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

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

.w_71 {
  width: 71% !important;
}

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

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

.w_72 {
  width: 72% !important;
}

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

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

.w_73 {
  width: 73% !important;
}

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

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

.w_74 {
  width: 74% !important;
}

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

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

.w_75 {
  width: 75% !important;
}

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

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

.w_76 {
  width: 76% !important;
}

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

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

.w_77 {
  width: 77% !important;
}

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

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

.w_78 {
  width: 78% !important;
}

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

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

.w_79 {
  width: 79% !important;
}

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

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

.w_80 {
  width: 80% !important;
}

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

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

.w_81 {
  width: 81% !important;
}

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

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

.w_82 {
  width: 82% !important;
}

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

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

.w_83 {
  width: 83% !important;
}

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

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

.w_84 {
  width: 84% !important;
}

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

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

.w_85 {
  width: 85% !important;
}

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

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

.w_86 {
  width: 86% !important;
}

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

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

.w_87 {
  width: 87% !important;
}

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

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

.w_88 {
  width: 88% !important;
}

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

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

.w_89 {
  width: 89% !important;
}

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

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

.w_90 {
  width: 90% !important;
}

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

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

.w_91 {
  width: 91% !important;
}

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

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

.w_92 {
  width: 92% !important;
}

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

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

.w_93 {
  width: 93% !important;
}

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

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

.w_94 {
  width: 94% !important;
}

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

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

.w_95 {
  width: 95% !important;
}

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

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

.w_96 {
  width: 96% !important;
}

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

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

.w_97 {
  width: 97% !important;
}

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

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

.w_98 {
  width: 98% !important;
}

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

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

.w_99 {
  width: 99% !important;
}

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

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

.w_100 {
  width: 100% !important;
}

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

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

.full {
  width: 100% !important;
}

@media (max-width: 767px) {
  .sp_w_10 {
    width: 10px !important;
  }
  .sp_w_20 {
    width: 20px !important;
  }
  .sp_w_30 {
    width: 30px !important;
  }
  .sp_w_40 {
    width: 40px !important;
  }
  .sp_w_50 {
    width: 50px !important;
  }
  .sp_w_60 {
    width: 60px !important;
  }
  .sp_w_70 {
    width: 70px !important;
  }
  .sp_w_80 {
    width: 80px !important;
  }
  .sp_w_90 {
    width: 90px !important;
  }
  .sp_w_100 {
    width: 100px !important;
  }
  .sp_w_110 {
    width: 110px !important;
  }
  .sp_w_120 {
    width: 120px !important;
  }
  .sp_w_130 {
    width: 130px !important;
  }
  .sp_w_140 {
    width: 140px !important;
  }
  .sp_w_150 {
    width: 150px !important;
  }
  .sp_w_160 {
    width: 160px !important;
  }
  .sp_w_170 {
    width: 170px !important;
  }
  .sp_w_180 {
    width: 180px !important;
  }
  .sp_w_190 {
    width: 190px !important;
  }
  .sp_w_200 {
    width: 200px !important;
  }
  .sp_w_210 {
    width: 210px !important;
  }
  .sp_w_220 {
    width: 220px !important;
  }
  .sp_w_230 {
    width: 230px !important;
  }
  .sp_w_240 {
    width: 240px !important;
  }
  .sp_w_250 {
    width: 250px !important;
  }
  .sp_w_260 {
    width: 260px !important;
  }
  .sp_w_270 {
    width: 270px !important;
  }
  .sp_w_280 {
    width: 280px !important;
  }
  .sp_w_290 {
    width: 290px !important;
  }
  .sp_w_300 {
    width: 300px !important;
  }
  .sp_full {
    width: 100% !important;
  }
  .sp_w_half {
    width: 50% !important;
  }
}
/*-----------------------------------------
  radius
-----------------------------------------*/
.radius_0 {
  border-radius: 0 !important;
}

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

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

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

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

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

.radius_30 {
  border-radius: 30px !important;
}

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

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

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

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

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

.radius_60 {
  border-radius: 60px !important;
}

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

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

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

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

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

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

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

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

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

.ma_30 {
  margin: 30px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.ml_30 {
  margin-left: 30px !important;
}
.mr_30 {
  margin-right: 30px !important;
}
.my_30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mx_30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

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

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

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

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

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

.ma_60 {
  margin: 60px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mt_60 {
  margin-top: 60px !important;
}
.ml_60 {
  margin-left: 60px !important;
}
.mr_60 {
  margin-right: 60px !important;
}
.my_60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mx_60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

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

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

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

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

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

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

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

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

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

.pa_30 {
  padding: 30px !important;
}
.pb_30 {
  padding-bottom: 30px !important;
}
.pt_30 {
  padding-top: 30px !important;
}
.pl_30 {
  padding-left: 30px !important;
}
.pr_30 {
  padding-right: 30px !important;
}
.py_30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.px_30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

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

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

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

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

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

.pa_60 {
  padding: 60px !important;
}
.pb_60 {
  padding-bottom: 60px !important;
}
.pt_60 {
  padding-top: 60px !important;
}
.pl_60 {
  padding-left: 60px !important;
}
.pr_60 {
  padding-right: 60px !important;
}
.py_60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.px_60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

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

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

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

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

  COMMON

======================================= */
/*-----------------------------------------
  page_common
-----------------------------------------*/
.page_common {
  background: #EBEFF3;
}

/*-----------------------------------------
  layout
-----------------------------------------*/
#container,
#main_content {
  scroll-margin-top: 104px;
}

.cont_outer {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 980px) {
  .cont_outer {
    padding-inline: 24px;
  }
}

.cont_inner {
  margin-inline: auto;
}

/*-----------------------------------------
  accessibility
-----------------------------------------*/
.visually_hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip_link {
  padding: 8px 16px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #003D6C;
  transform: translateY(-120%);
  transition: transform 0.3s ease-out;
}
.skip_link:focus-visible {
  transform: translateY(0);
}

/*-----------------------------------------
  btn
-----------------------------------------*/
.btn {
  min-width: 200px;
  padding: 11px 24px 11px 32px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  background: #003D6C;
  border: 1px solid #003D6C;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s ease-out;
  text-align: center;
}
.btn .btn_inner {
  display: inline-block;
  padding-right: 32px;
  position: relative;
}
.btn .btn_inner::before {
  content: "\e930";
  font-family: "chuo-nittochi";
  font-weight: 400;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.btn[target=_blank]::before {
  content: "\e95e";
  font-size: 1.4rem;
}
.btn[href$=".pdf"]::before {
  content: "\ea1a";
  font-size: 1.4rem;
}
@media (any-hover: hover) {
  .btn:hover {
    color: #003D6C;
    background: #fff;
  }
}

/*-----------------------------------------
text_link
-----------------------------------------*/
.text_link::after {
  content: "\e930";
  font-family: "chuo-nittochi";
  font-weight: 400;
  display: inline-block;
  margin-left: 4px;
}
.text_link[target=_blank]::after {
  content: "\e95e";
  font-size: 1.4rem;
}
.text_link[href$=".pdf"]::after {
  content: "\ea1a";
  font-size: 1.4rem;
}
@media (any-hover: hover) {
  .text_link:hover {
    text-decoration: underline;
  }
}

/*-----------------------------------------
  news_list
-----------------------------------------*/
.news_list {
  margin-top: 40px;
}
@media (max-width: 980px) {
  .news_list {
    margin-top: 32px;
  }
}
.news_list .news_list_item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px 64px 30px 0;
  line-height: 1.3;
  position: relative;
  border-bottom: 1px solid #D5E1EA;
  transition: color 0.3s ease-out;
}
@media (max-width: 1360px) {
  .news_list .news_list_item {
    font-size: 1.6rem;
  }
}
@media (max-width: 980px) {
  .news_list .news_list_item {
    padding: 26px 64px 26px 0;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1.5;
  }
}
.news_list .news_list_item::before {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #003D6C;
  transition: width 0.3s ease-out;
}
.news_list .news_list_item:not(:has(.size)) {
  padding: 30px 0;
}
.news_list a.news_list_item {
  color: #231815;
}
@media (any-hover: hover) {
  .news_list a.news_list_item:hover {
    color: #003D6C;
  }
  .news_list a.news_list_item:hover::before {
    width: 100%;
  }
}
.news_list .date {
  width: 140px;
  flex-shrink: 0;
  letter-spacing: 0;
  font-size: 1.8rem;
}
@media (max-width: 980px) {
  .news_list .date {
    width: 100%;
    font-size: 1.4rem;
  }
}
.news_list .title {
  font-size: 1.8rem;
}
@media (max-width: 980px) {
  .news_list .title {
    font-size: 1.6rem;
  }
}
.news_list .size {
  padding-top: 44px;
  font-size: 1.2rem;
  color: #003D6C;
  position: absolute;
  top: 42%;
  right: 0;
  translate: 0 -50%;
}
@media (max-width: 980px) {
  .news_list .size {
    top: calc(50% + 8px);
  }
}
.news_list .size::before {
  content: "\ea1a";
  font-family: "chuo-nittochi";
  font-size: 2rem;
  font-weight: 400;
  color: #003D6C;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.news_list .revised {
  margin-left: 164px;
}
@media (max-width: 980px) {
  .news_list .revised {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .news_list .revised {
    margin-left: 24px;
  }
}
.news_list .revised .news_list_item {
  padding: 24px 64px 24px 0;
}
.news_list .revised .date {
  width: 120px;
  font-size: 1.6rem;
}
@media (max-width: 980px) {
  .news_list .revised .date {
    width: 100%;
    font-size: 1.4rem;
  }
}
.news_list .revised .title {
  font-size: 1.6rem;
}
@media (max-width: 980px) {
  .news_list .revised .title {
    font-size: 1.4rem;
  }
}

/*-----------------------------------------
  page top
-----------------------------------------*/
.page_top_btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 64px;
  height: 64px;
  color: #fff;
  position: fixed;
  right: 4%;
  bottom: 40px;
  z-index: 10;
  background: #231815;
  border: 1px solid #231815;
  border-radius: 100vmax;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .page_top_btn {
    width: 48px;
    height: 48px;
  }
}
.page_top_btn::before {
  content: "\e930";
  font-family: "chuo-nittochi";
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: -90deg;
}
@media (max-width: 767px) {
  .page_top_btn {
    right: 16px;
    bottom: 16px;
  }
}
@media (any-hover: hover) {
  .page_top_btn:hover {
    color: #003D6C;
    background: #fff;
    border: 1px solid #003D6C;
  }
}
.page_top_btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*-----------------------------------------
  menu_overlay
-----------------------------------------*/
#menu_overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
@media (min-width: 981px) {
  #menu_overlay {
    display: none !important;
  }
}

html.menu_open #menu_overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-out, visibility 0s;
}

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

  HEADER

======================================= */
/*-----------------------------------------
  header_global
-----------------------------------------*/
.header_global {
  position: relative;
  border-top: 4px solid #003D6C;
}
.header_global .page_close_btn_wrap {
  width: 48px;
  height: 48px;
  display: block;
  position: fixed;
  top: 28px;
  right: 24px;
  z-index: 2;
  background: #003D6C;
  border: 1px solid #003D6C;
  border-radius: 4px;
  transition: background 0.3s ease-out;
}
@media (max-width: 767px) {
  .header_global .page_close_btn_wrap {
    width: 40px;
    height: 40px;
    top: 24px;
    right: 24px;
  }
}
@media (any-hover: hover) {
  .header_global .page_close_btn_wrap:hover {
    background: #fff;
  }
  .header_global .page_close_btn_wrap:hover .page_close_btn span {
    background: #003D6C;
  }
}
.header_global .page_close_btn_wrap .page_close_btn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.header_global .page_close_btn_wrap .page_close_btn span {
  width: 12px;
  height: 1.5px;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 50%;
  translate: -50% 0;
  background: #fff;
  border-radius: 100vmax;
  transition: background 0.3s ease-out;
}
.header_global .page_close_btn_wrap .page_close_btn span:nth-of-type(1) {
  top: 50%;
  rotate: -45deg;
}
.header_global .page_close_btn_wrap .page_close_btn span:nth-of-type(2) {
  top: 50%;
  rotate: 45deg;
}

/*-----------------------------------------
  header_fund
-----------------------------------------*/
.header_fund {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
.header_fund .cont_inner {
  max-width: 1920px;
  padding-block: 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  transition: padding 0.3s ease-out;
}
@media (max-width: 980px) {
  .header_fund .cont_inner {
    padding-block: 18px;
  }
}
.header_fund .logo_area {
  color: #231815;
}
.header_fund .name_unit {
  font-weight: 700;
  line-height: 1;
}
.header_fund .name_unit_company {
  font-size: 1.3rem;
}
@media (max-width: 1260px) {
  .header_fund .name_unit_company {
    font-size: clamp(11px, 1vw, 13px);
  }
}
@media (max-width: 980px) {
  .header_fund .name_unit_company {
    font-size: 0.7rem;
  }
}
.header_fund .name_unit_fund {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  .header_fund .name_unit_fund {
    font-size: clamp(16px, 1.4vw, 20px);
  }
}
@media (max-width: 980px) {
  .header_fund .name_unit_fund {
    display: block;
    margin-top: 4px;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .header_fund .name_unit_fund {
    margin-right: 32px;
  }
}
.header_fund .name_unit_fund .name_unit_fund_label {
  margin-left: 14px;
  padding: 3px 8px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #231815;
}
@media (max-width: 1260px) {
  .header_fund .name_unit_fund .name_unit_fund_label {
    margin-left: 8px;
    padding: 2px 4px;
    font-size: 1rem;
  }
}
@media (max-width: 980px) {
  .header_fund .name_unit_fund .name_unit_fund_label {
    font-size: 0.7rem;
  }
}
.header_fund .global_nav_fund {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund {
    opacity: 0;
    visibility: hidden;
    width: calc(100% + 48px);
    position: absolute;
    top: 60px;
    left: -24px;
    background: #003D6C;
    transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
  }
}
.header_fund .global_nav_fund_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1260px) {
  .header_fund .global_nav_fund_list {
    gap: 24px;
  }
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund_list {
    width: calc(100% - 48px);
    margin-inline: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
.header_fund .global_nav_fund_item {
  flex-shrink: 0;
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund_item {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund_item:not(:first-child) {
    border-top: 1px solid rgba(213, 225, 234, 0.3);
  }
}
.header_fund .global_nav_fund_item a {
  font-size: 1.6rem;
  color: #231815;
}
@media (max-width: 1260px) {
  .header_fund .global_nav_fund_item a {
    font-size: clamp(15px, 1.1vw, 16px);
  }
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund_item a {
    width: 100%;
    display: block;
    padding: 25px 25px 25px 0;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund_item a::before {
    content: "\e930";
    font-family: "chuo-nittochi";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}
.header_fund .global_nav_fund_item a:not(.btn) {
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .header_fund .global_nav_fund_item a:not(.btn):hover {
    opacity: 0.7;
  }
}
.header_fund .global_nav_fund_item .btn {
  font-size: 1.4rem;
  color: #fff;
}
@media (any-hover: hover) {
  .header_fund .global_nav_fund_item .btn:hover {
    color: #003D6C;
  }
}
@media (any-hover: hover) and (max-width: 980px) {
  .header_fund .global_nav_fund_item .btn:hover {
    color: #fff;
    background: #003D6C;
  }
}
@media (max-width: 1260px) {
  .header_fund .global_nav_fund_item .btn {
    min-width: 13vw;
    padding: 11px 0;
    font-size: clamp(11px, 1.1vw, 14px);
  }
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund_item .btn {
    padding: 24px 24px 24px 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    border: none;
  }
}
@media (max-width: 1260px) {
  .header_fund .global_nav_fund_item .btn .btn_inner {
    padding-right: 16px;
  }
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund_item .btn .btn_inner {
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  .header_fund .global_nav_fund_item .btn .btn_inner::before {
    content: none;
  }
}

html.menu_open .global_nav_fund {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease-out, visibility 0s;
}

/*-----------------------------------------
  is-scrolled
-----------------------------------------*/
.is-scrolled .header_fund {
  box-shadow: 0 0 16px rgba(0, 61, 108, 0.1);
}
@media (min-width: 981px) {
  .is-scrolled .header_fund .cont_inner {
    padding-block: 16px;
  }
}

/*-----------------------------------------
  sp_menu_btn
-----------------------------------------*/
#sp_menu_btn {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  translate: 0 -50%;
  transition: all 0.3s ease-out;
}
@media (max-width: 980px) {
  #sp_menu_btn {
    display: block !important;
  }
}
#sp_menu_btn .switch_btn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#sp_menu_btn .switch_btn span {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 50%;
  translate: -50% 0;
  background: #003D6C;
  transition: all 0.3s ease-out;
}
#sp_menu_btn .switch_btn span:nth-of-type(1) {
  top: calc(50% - 6px);
  rotate: 0deg;
}
#sp_menu_btn .switch_btn span:nth-of-type(2) {
  top: 50%;
  rotate: 0deg;
}
#sp_menu_btn .switch_btn span:nth-of-type(3) {
  top: calc(50% + 6px);
  rotate: 0deg;
}
#sp_menu_btn .switch_btn[aria-expanded=true] span:nth-of-type(1) {
  top: 50%;
  rotate: -45deg;
}
#sp_menu_btn .switch_btn[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
  left: 70%;
}
#sp_menu_btn .switch_btn[aria-expanded=true] span:nth-of-type(3) {
  top: 50%;
  rotate: 45deg;
}

/* PC */
@media (min-width: 981px) {
  header #sp_menu_btn {
    display: none;
  }
  header .global_nav_fund {
    display: flex !important;
  }
}
/* =======================================

  FOOTER

======================================= */
/*-----------------------------------------
  footer_global
-----------------------------------------*/
.footer_global .cont_outer {
  box-sizing: content-box;
}
.footer_global .cont_inner {
  max-width: none;
}
.footer_global .copy_right {
  margin: 40px 0;
  color: #003D6C;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .footer_global .copy_right {
    line-height: 1;
  }
}
.footer_global .copy_right small {
  font-size: 1.2rem;
}

/*-----------------------------------------
  footer_fund
-----------------------------------------*/
.footer_fund {
  width: 100%;
  background: #003D6C;
}
.footer_fund .cont_inner {
  max-width: 1920px;
  padding-block: 80px 68px;
}
@media (max-width: 767px) {
  .footer_fund .cont_inner {
    padding-block: 40px;
  }
}
.footer_fund .logo_area {
  color: #fff;
}
.footer_fund .name_unit {
  font-weight: 700;
  line-height: 1;
}
.footer_fund .name_unit_company {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .footer_fund .name_unit_company {
    font-size: 0.9rem;
  }
}
.footer_fund .name_unit_fund {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .footer_fund .name_unit_fund {
    display: block;
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
.footer_fund .name_unit_fund .name_unit_fund_label {
  margin-left: 14px;
  padding: 3px 8px;
  font-weight: 500;
  font-size: 1.2rem;
  border: 1px solid #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer_fund .name_unit_fund .name_unit_fund_label {
    margin-left: 8px;
    padding: 2px 4px;
    font-size: 0.8rem;
  }
}
.footer_fund .footer_nav_fund {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund {
    margin-top: 40px;
  }
}
.footer_fund .footer_nav_fund a {
  color: #fff;
  line-height: 1.3;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .footer_fund .footer_nav_fund a:hover {
    opacity: 0.7;
  }
}
.footer_fund .footer_nav_fund a[target=_blank]::after {
  content: "\e95e";
  font-family: "chuo-nittochi";
  font-weight: 400;
  margin-left: 4px;
}
.footer_fund .footer_nav_fund_main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 980px) {
  .footer_fund .footer_nav_fund_main {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_main {
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.footer_fund .footer_nav_fund_main .clm_item {
  flex: 1;
}
.footer_fund .footer_nav_fund_main .clm_item.multi {
  flex: 2;
}
.footer_fund .footer_nav_fund_main .clm_item.multi .nav_group_list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 40px;
}
@media (max-width: 980px) {
  .footer_fund .footer_nav_fund_main .clm_item.multi .nav_group_list {
    gap: 8px 24px;
  }
}
.footer_fund .footer_nav_fund_main .clm_item.multi .nav_group_list_item {
  width: calc(50% - 40px);
  line-height: 1.3;
}
@media (max-width: 980px) {
  .footer_fund .footer_nav_fund_main .clm_item.multi .nav_group_list_item {
    width: calc(50% - 24px);
  }
}
.footer_fund .footer_nav_fund_main .nav_group_title {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 980px) {
  .footer_fund .footer_nav_fund_main .nav_group_title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_main .nav_group_title {
    padding-bottom: 0;
  }
}
.footer_fund .footer_nav_fund_main .nav_group_title + .nav_group_title {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_main .nav_group_title + .nav_group_title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_main .nav_group_title a {
    display: block;
    padding: 25px 25px 25px 0;
    font-size: 1.6rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_main .nav_group_title a::before {
    content: "\e930";
    font-family: "chuo-nittochi";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}
.footer_fund .footer_nav_fund_main .nav_group_list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_main dd {
    display: none;
  }
}
.footer_fund .footer_nav_fund_main .nav_group_list_item {
  line-height: 1.3;
}
.footer_fund .footer_nav_fund_main .nav_group_list_item a {
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  .footer_fund .footer_nav_fund_main .nav_group_list_item a {
    font-size: 1.3rem;
  }
}
.footer_fund .footer_nav_fund_sub {
  margin-top: 74px;
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_sub {
    margin-top: 44px;
  }
}
.footer_fund .footer_nav_fund_sub .nav_group_list {
  display: flex;
  gap: 44px;
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_sub .nav_group_list {
    gap: 16px 24px;
    flex-wrap: wrap;
  }
}
.footer_fund .footer_nav_fund_sub .nav_group_list_item {
  line-height: 1.3;
  position: relative;
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_sub .nav_group_list_item {
    width: calc(50% - 24px);
  }
}
.footer_fund .footer_nav_fund_sub .nav_group_list_item:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -24px;
  translate: 0 -50%;
  background: #fff;
}
@media (max-width: 767px) {
  .footer_fund .footer_nav_fund_sub .nav_group_list_item:not(:last-child)::before {
    content: none;
  }
}
.footer_fund .footer_nav_fund_sub .nav_group_list_item a {
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  .footer_fund .footer_nav_fund_sub .nav_group_list_item a {
    font-size: 1.3rem;
  }
}
.footer_fund .copy_right {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .footer_fund .copy_right {
    margin-top: 46px;
    padding-top: 40px;
    line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.footer_fund .copy_right small {
  font-size: 1.2rem;
}

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

  PRINT

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