@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a, input[type=submit] {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

button {
  color: inherit;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

sub {
  vertical-align: sub;
  font-size: 0.75em;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: min(1.4rem, 1.0294117647vw);
  letter-spacing: 0.2em;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-print-color-adjust: exact;
  color: #7e86a7;
  line-height: 2;
  text-align: justify;
}
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

#wrapper {
  padding-top: 50dvh;
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 44rem;
  }
}

.hero {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.hero.js_active::after {
  background-color: #f6e7e7;
}
.hero video {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #F8E9E9;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  .hero video {
    bottom: auto;
    top: 0;
    min-height: auto;
    height: auto;
    width: 100%;
    -o-object-position: top center;
       object-position: top center;
  }
}

.hero_scroll_icon {
  position: fixed;
  top: 93dvh;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .hero_scroll_icon {
    display: none;
  }
}

#wrapper {
  position: relative;
}

.transition-fade {
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important; /* 1秒かけて消える設定 */
  opacity: 1;
}

/* ページが切り替わる瞬間（アニメーション中）の状態 */
html.is-animating .transition-fade {
  opacity: 0;
}

@media (max-width: 768px) {
  .ly_wrap {
    padding-top: 80px;
  }
}

.ly_main {
  display: block;
}

.ly_cont {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .ly_cont {
    padding: 40px 0;
  }
}

.ly_inner {
  max-width: 84%;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gr_flex {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gr_flex > * {
  min-width: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gr_fxdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.gr_fxdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gr_fxdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gr_fxdcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 768px) {
  .gr_fxdr_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gr_fxdrr_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .gr_fxdc_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gr_fxdcr_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.gr_jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.gr_jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gr_jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gr_jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gr_jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 768px) {
  .gr_jcfs_sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gr_jcfe_sp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .gr_jcc_sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gr_jcsb_sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gr_jcsa_sp {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.gr_ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gr_aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gr_aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gr_aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gr_aib {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 768px) {
  .gr_ais_sp {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .gr_aifs_sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .gr_aife_sp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gr_aic_sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gr_aib_sp {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.gr_acs {
  -ms-flex-line-pack: start;
      align-content: start;
}

.gr_acfs {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.gr_acfe {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.gr_acc {
  -ms-flex-line-pack: center;
      align-content: center;
}

.gr_acsb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.gr_acsa {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

@media (max-width: 768px) {
  .gr_acs_sp {
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .gr_acfs_sp {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .gr_acfe_sp {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .gr_acc_sp {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .gr_acsb_sp {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .gr_acsa_sp {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
.gr_asa {
  -ms-flex-item-align: auto;
      align-self: auto;
}

.gr_asb {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.gr_asc {
  -ms-flex-item-align: center;
      align-self: center;
}

.gr_asfe {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.gr_asfs {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.gr_ass {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media (max-width: 768px) {
  .gr_asa_sp {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .gr_asb_sp {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .gr_asc_sp {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .gr_asfe_sp {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .gr_asfs_sp {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .gr_ass_sp {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.gr_ord-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.gr_ord-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.gr_ord-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.gr_ord-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.gr_ord-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.gr_ord-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.gr_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
}
.gr_item1 {
  width: 2.0833333333%;
}
.gr_item2 {
  width: 4.1666666667%;
}
.gr_item3 {
  width: 6.25%;
}
.gr_item4 {
  width: 8.3333333333%;
}
.gr_item5 {
  width: 10.4166666667%;
}
.gr_item6 {
  width: 12.5%;
}
.gr_item7 {
  width: 14.5833333333%;
}
.gr_item8 {
  width: 16.6666666667%;
}
.gr_item9 {
  width: 18.75%;
}
.gr_item10 {
  width: 20.8333333333%;
}
.gr_item11 {
  width: 22.9166666667%;
}
.gr_item12 {
  width: 25%;
}
.gr_item13 {
  width: 27.0833333333%;
}
.gr_item14 {
  width: 29.1666666667%;
}
.gr_item15 {
  width: 31.25%;
}
.gr_item16 {
  width: 33.3333333333%;
}
.gr_item17 {
  width: 35.4166666667%;
}
.gr_item18 {
  width: 37.5%;
}
.gr_item19 {
  width: 39.5833333333%;
}
.gr_item20 {
  width: 41.6666666667%;
}
.gr_item21 {
  width: 43.75%;
}
.gr_item22 {
  width: 45.8333333333%;
}
.gr_item23 {
  width: 47.9166666667%;
}
.gr_item24 {
  width: 50%;
}
.gr_item25 {
  width: 52.0833333333%;
}
.gr_item26 {
  width: 54.1666666667%;
}
.gr_item27 {
  width: 56.25%;
}
.gr_item28 {
  width: 58.3333333333%;
}
.gr_item29 {
  width: 60.4166666667%;
}
.gr_item30 {
  width: 62.5%;
}
.gr_item31 {
  width: 64.5833333333%;
}
.gr_item32 {
  width: 66.6666666667%;
}
.gr_item33 {
  width: 68.75%;
}
.gr_item34 {
  width: 70.8333333333%;
}
.gr_item35 {
  width: 72.9166666667%;
}
.gr_item36 {
  width: 75%;
}
.gr_item37 {
  width: 77.0833333333%;
}
.gr_item38 {
  width: 79.1666666667%;
}
.gr_item39 {
  width: 81.25%;
}
.gr_item40 {
  width: 83.3333333333%;
}
.gr_item41 {
  width: 85.4166666667%;
}
.gr_item42 {
  width: 87.5%;
}
.gr_item43 {
  width: 89.5833333333%;
}
.gr_item44 {
  width: 91.6666666667%;
}
.gr_item45 {
  width: 93.75%;
}
.gr_item46 {
  width: 95.8333333333%;
}
.gr_item47 {
  width: 97.9166666667%;
}
.gr_item48 {
  width: 100%;
}
.gr_item-w0 {
  width: 0px;
}
.gr_item-w8 {
  width: 8px;
}
.gr_item-w16 {
  width: 16px;
}
.gr_item-w24 {
  width: 24px;
}
.gr_item-w32 {
  width: 32px;
}
.gr_item-w40 {
  width: 40px;
}
.gr_item-w48 {
  width: 48px;
}
.gr_item-w56 {
  width: 56px;
}
.gr_item-w64 {
  width: 64px;
}
.gr_item-w72 {
  width: 72px;
}
.gr_item-w80 {
  width: 80px;
}
.gr_item-w88 {
  width: 88px;
}
.gr_item-w96 {
  width: 96px;
}
.gr_item-w104 {
  width: 104px;
}
.gr_item-w112 {
  width: 112px;
}
.gr_item-w120 {
  width: 120px;
}
.gr_item-w128 {
  width: 128px;
}
.gr_item-w136 {
  width: 136px;
}
.gr_item-w144 {
  width: 144px;
}
.gr_item-w152 {
  width: 152px;
}
.gr_item-w160 {
  width: 160px;
}
.gr_item-w168 {
  width: 168px;
}
.gr_item-w176 {
  width: 176px;
}
.gr_item-w184 {
  width: 184px;
}
.gr_item-w192 {
  width: 192px;
}
.gr_item-w200 {
  width: 200px;
}
.gr_item-w208 {
  width: 208px;
}
.gr_item-w216 {
  width: 216px;
}
.gr_item-w224 {
  width: 224px;
}
.gr_item-w232 {
  width: 232px;
}
.gr_item-w240 {
  width: 240px;
}
.gr_item-w248 {
  width: 248px;
}
.gr_item-w256 {
  width: 256px;
}
.gr_item-w264 {
  width: 264px;
}
.gr_item-w272 {
  width: 272px;
}
.gr_item-w280 {
  width: 280px;
}
.gr_item-w288 {
  width: 288px;
}
.gr_item-w296 {
  width: 296px;
}
.gr_item-w304 {
  width: 304px;
}
.gr_item-w312 {
  width: 312px;
}
.gr_item-w320 {
  width: 320px;
}
.gr_item-w328 {
  width: 328px;
}
.gr_item-w336 {
  width: 336px;
}
.gr_item-w344 {
  width: 344px;
}
.gr_item-w352 {
  width: 352px;
}
.gr_item-w360 {
  width: 360px;
}
.gr_item-w368 {
  width: 368px;
}
.gr_item-w376 {
  width: 376px;
}
.gr_item-w384 {
  width: 384px;
}
.gr_item-w392 {
  width: 392px;
}
.gr_item-w400 {
  width: 400px;
}
.gr_item-w408 {
  width: 408px;
}
.gr_item-w416 {
  width: 416px;
}
.gr_item-w424 {
  width: 424px;
}
.gr_item-w432 {
  width: 432px;
}
.gr_item-w440 {
  width: 440px;
}
.gr_item-w448 {
  width: 448px;
}
.gr_item-w456 {
  width: 456px;
}
.gr_item-w464 {
  width: 464px;
}
.gr_item-w472 {
  width: 472px;
}
.gr_item-w480 {
  width: 480px;
}
.gr_item-w488 {
  width: 488px;
}
.gr_item-w496 {
  width: 496px;
}
.gr_item-w504 {
  width: 504px;
}
.gr_item-w512 {
  width: 512px;
}
.gr_item-w520 {
  width: 520px;
}
.gr_item-w528 {
  width: 528px;
}
.gr_item-w536 {
  width: 536px;
}
.gr_item-w544 {
  width: 544px;
}
.gr_item-w552 {
  width: 552px;
}
.gr_item-w560 {
  width: 560px;
}
.gr_item-w568 {
  width: 568px;
}
.gr_item-w576 {
  width: 576px;
}
.gr_item-w584 {
  width: 584px;
}
.gr_item-w592 {
  width: 592px;
}
.gr_item-w600 {
  width: 600px;
}
.gr_item-w608 {
  width: 608px;
}
.gr_item-w616 {
  width: 616px;
}
.gr_item-w624 {
  width: 624px;
}
.gr_item-w632 {
  width: 632px;
}
.gr_item-w640 {
  width: 640px;
}
@media (max-width: 768px) {
  .gr_item1_sp {
    width: 2.0833333333%;
  }
  .gr_item2_sp {
    width: 4.1666666667%;
  }
  .gr_item3_sp {
    width: 6.25%;
  }
  .gr_item4_sp {
    width: 8.3333333333%;
  }
  .gr_item5_sp {
    width: 10.4166666667%;
  }
  .gr_item6_sp {
    width: 12.5%;
  }
  .gr_item7_sp {
    width: 14.5833333333%;
  }
  .gr_item8_sp {
    width: 16.6666666667%;
  }
  .gr_item9_sp {
    width: 18.75%;
  }
  .gr_item10_sp {
    width: 20.8333333333%;
  }
  .gr_item11_sp {
    width: 22.9166666667%;
  }
  .gr_item12_sp {
    width: 25%;
  }
  .gr_item13_sp {
    width: 27.0833333333%;
  }
  .gr_item14_sp {
    width: 29.1666666667%;
  }
  .gr_item15_sp {
    width: 31.25%;
  }
  .gr_item16_sp {
    width: 33.3333333333%;
  }
  .gr_item17_sp {
    width: 35.4166666667%;
  }
  .gr_item18_sp {
    width: 37.5%;
  }
  .gr_item19_sp {
    width: 39.5833333333%;
  }
  .gr_item20_sp {
    width: 41.6666666667%;
  }
  .gr_item21_sp {
    width: 43.75%;
  }
  .gr_item22_sp {
    width: 45.8333333333%;
  }
  .gr_item23_sp {
    width: 47.9166666667%;
  }
  .gr_item24_sp {
    width: 50%;
  }
  .gr_item25_sp {
    width: 52.0833333333%;
  }
  .gr_item26_sp {
    width: 54.1666666667%;
  }
  .gr_item27_sp {
    width: 56.25%;
  }
  .gr_item28_sp {
    width: 58.3333333333%;
  }
  .gr_item29_sp {
    width: 60.4166666667%;
  }
  .gr_item30_sp {
    width: 62.5%;
  }
  .gr_item31_sp {
    width: 64.5833333333%;
  }
  .gr_item32_sp {
    width: 66.6666666667%;
  }
  .gr_item33_sp {
    width: 68.75%;
  }
  .gr_item34_sp {
    width: 70.8333333333%;
  }
  .gr_item35_sp {
    width: 72.9166666667%;
  }
  .gr_item36_sp {
    width: 75%;
  }
  .gr_item37_sp {
    width: 77.0833333333%;
  }
  .gr_item38_sp {
    width: 79.1666666667%;
  }
  .gr_item39_sp {
    width: 81.25%;
  }
  .gr_item40_sp {
    width: 83.3333333333%;
  }
  .gr_item41_sp {
    width: 85.4166666667%;
  }
  .gr_item42_sp {
    width: 87.5%;
  }
  .gr_item43_sp {
    width: 89.5833333333%;
  }
  .gr_item44_sp {
    width: 91.6666666667%;
  }
  .gr_item45_sp {
    width: 93.75%;
  }
  .gr_item46_sp {
    width: 95.8333333333%;
  }
  .gr_item47_sp {
    width: 97.9166666667%;
  }
  .gr_item48_sp {
    width: 100%;
  }
  .gr_item-w0_sp {
    width: 0px;
  }
  .gr_item-w4_sp {
    width: 4px;
  }
  .gr_item-w8_sp {
    width: 8px;
  }
  .gr_item-w12_sp {
    width: 12px;
  }
  .gr_item-w16_sp {
    width: 16px;
  }
  .gr_item-w20_sp {
    width: 20px;
  }
  .gr_item-w24_sp {
    width: 24px;
  }
  .gr_item-w28_sp {
    width: 28px;
  }
  .gr_item-w32_sp {
    width: 32px;
  }
  .gr_item-w36_sp {
    width: 36px;
  }
  .gr_item-w40_sp {
    width: 40px;
  }
  .gr_item-w44_sp {
    width: 44px;
  }
  .gr_item-w48_sp {
    width: 48px;
  }
  .gr_item-w52_sp {
    width: 52px;
  }
  .gr_item-w56_sp {
    width: 56px;
  }
  .gr_item-w60_sp {
    width: 60px;
  }
  .gr_item-w64_sp {
    width: 64px;
  }
  .gr_item-w68_sp {
    width: 68px;
  }
  .gr_item-w72_sp {
    width: 72px;
  }
  .gr_item-w76_sp {
    width: 76px;
  }
  .gr_item-w80_sp {
    width: 80px;
  }
  .gr_item-w84_sp {
    width: 84px;
  }
  .gr_item-w88_sp {
    width: 88px;
  }
  .gr_item-w92_sp {
    width: 92px;
  }
  .gr_item-w96_sp {
    width: 96px;
  }
  .gr_item-w100_sp {
    width: 100px;
  }
  .gr_item-w104_sp {
    width: 104px;
  }
  .gr_item-w108_sp {
    width: 108px;
  }
  .gr_item-w112_sp {
    width: 112px;
  }
  .gr_item-w116_sp {
    width: 116px;
  }
  .gr_item-w120_sp {
    width: 120px;
  }
  .gr_item-w124_sp {
    width: 124px;
  }
  .gr_item-w128_sp {
    width: 128px;
  }
  .gr_item-w132_sp {
    width: 132px;
  }
  .gr_item-w136_sp {
    width: 136px;
  }
  .gr_item-w140_sp {
    width: 140px;
  }
  .gr_item-w144_sp {
    width: 144px;
  }
  .gr_item-w148_sp {
    width: 148px;
  }
  .gr_item-w152_sp {
    width: 152px;
  }
  .gr_item-w156_sp {
    width: 156px;
  }
  .gr_item-w160_sp {
    width: 160px;
  }
  .gr_item-w164_sp {
    width: 164px;
  }
  .gr_item-w168_sp {
    width: 168px;
  }
  .gr_item-w172_sp {
    width: 172px;
  }
  .gr_item-w176_sp {
    width: 176px;
  }
  .gr_item-w180_sp {
    width: 180px;
  }
  .gr_item-w184_sp {
    width: 184px;
  }
  .gr_item-w188_sp {
    width: 188px;
  }
  .gr_item-w192_sp {
    width: 192px;
  }
  .gr_item-w196_sp {
    width: 196px;
  }
  .gr_item-w200_sp {
    width: 200px;
  }
  .gr_item-w204_sp {
    width: 204px;
  }
  .gr_item-w208_sp {
    width: 208px;
  }
  .gr_item-w212_sp {
    width: 212px;
  }
  .gr_item-w216_sp {
    width: 216px;
  }
  .gr_item-w220_sp {
    width: 220px;
  }
  .gr_item-w224_sp {
    width: 224px;
  }
  .gr_item-w228_sp {
    width: 228px;
  }
  .gr_item-w232_sp {
    width: 232px;
  }
  .gr_item-w236_sp {
    width: 236px;
  }
  .gr_item-w240_sp {
    width: 240px;
  }
  .gr_item-w244_sp {
    width: 244px;
  }
  .gr_item-w248_sp {
    width: 248px;
  }
  .gr_item-w252_sp {
    width: 252px;
  }
  .gr_item-w256_sp {
    width: 256px;
  }
  .gr_item-w260_sp {
    width: 260px;
  }
  .gr_item-w264_sp {
    width: 264px;
  }
  .gr_item-w268_sp {
    width: 268px;
  }
  .gr_item-w272_sp {
    width: 272px;
  }
  .gr_item-w276_sp {
    width: 276px;
  }
  .gr_item-w280_sp {
    width: 280px;
  }
  .gr_item-w284_sp {
    width: 284px;
  }
  .gr_item-w288_sp {
    width: 288px;
  }
  .gr_item-w292_sp {
    width: 292px;
  }
  .gr_item-w296_sp {
    width: 296px;
  }
  .gr_item-w300_sp {
    width: 300px;
  }
  .gr_item-w304_sp {
    width: 304px;
  }
  .gr_item-w308_sp {
    width: 308px;
  }
  .gr_item-w312_sp {
    width: 312px;
  }
  .gr_item-w316_sp {
    width: 316px;
  }
  .gr_item-w320_sp {
    width: 320px;
  }
}

.gr_m0 {
  margin: 0px;
}
.gr_m0 > * {
  padding: 0px;
}
.gr_m8 {
  margin: -4px;
}
.gr_m8 > * {
  padding: 4px;
}
.gr_m16 {
  margin: -8px;
}
.gr_m16 > * {
  padding: 8px;
}
.gr_m24 {
  margin: -12px;
}
.gr_m24 > * {
  padding: 12px;
}
.gr_m32 {
  margin: -16px;
}
.gr_m32 > * {
  padding: 16px;
}
.gr_m40 {
  margin: -20px;
}
.gr_m40 > * {
  padding: 20px;
}
.gr_m48 {
  margin: -24px;
}
.gr_m48 > * {
  padding: 24px;
}
.gr_m56 {
  margin: -28px;
}
.gr_m56 > * {
  padding: 28px;
}
.gr_m64 {
  margin: -32px;
}
.gr_m64 > * {
  padding: 32px;
}
.gr_m72 {
  margin: -36px;
}
.gr_m72 > * {
  padding: 36px;
}
.gr_m80 {
  margin: -40px;
}
.gr_m80 > * {
  padding: 40px;
}
.gr_m88 {
  margin: -44px;
}
.gr_m88 > * {
  padding: 44px;
}
.gr_m96 {
  margin: -48px;
}
.gr_m96 > * {
  padding: 48px;
}
.gr_m104 {
  margin: -52px;
}
.gr_m104 > * {
  padding: 52px;
}
.gr_m112 {
  margin: -56px;
}
.gr_m112 > * {
  padding: 56px;
}
.gr_m120 {
  margin: -60px;
}
.gr_m120 > * {
  padding: 60px;
}
.gr_m128 {
  margin: -64px;
}
.gr_m128 > * {
  padding: 64px;
}
.gr_m136 {
  margin: -68px;
}
.gr_m136 > * {
  padding: 68px;
}
.gr_m144 {
  margin: -72px;
}
.gr_m144 > * {
  padding: 72px;
}
.gr_m152 {
  margin: -76px;
}
.gr_m152 > * {
  padding: 76px;
}
.gr_m160 {
  margin: -80px;
}
.gr_m160 > * {
  padding: 80px;
}
@media (max-width: 768px) {
  .gr_m0_sp {
    margin: 0px;
  }
  .gr_m0_sp > * {
    padding: 0px;
  }
  .gr_m4_sp {
    margin: -2px;
  }
  .gr_m4_sp > * {
    padding: 2px;
  }
  .gr_m8_sp {
    margin: -4px;
  }
  .gr_m8_sp > * {
    padding: 4px;
  }
  .gr_m12_sp {
    margin: -6px;
  }
  .gr_m12_sp > * {
    padding: 6px;
  }
  .gr_m16_sp {
    margin: -8px;
  }
  .gr_m16_sp > * {
    padding: 8px;
  }
  .gr_m20_sp {
    margin: -10px;
  }
  .gr_m20_sp > * {
    padding: 10px;
  }
  .gr_m24_sp {
    margin: -12px;
  }
  .gr_m24_sp > * {
    padding: 12px;
  }
  .gr_m28_sp {
    margin: -14px;
  }
  .gr_m28_sp > * {
    padding: 14px;
  }
  .gr_m32_sp {
    margin: -16px;
  }
  .gr_m32_sp > * {
    padding: 16px;
  }
  .gr_m36_sp {
    margin: -18px;
  }
  .gr_m36_sp > * {
    padding: 18px;
  }
  .gr_m40_sp {
    margin: -20px;
  }
  .gr_m40_sp > * {
    padding: 20px;
  }
  .gr_m44_sp {
    margin: -22px;
  }
  .gr_m44_sp > * {
    padding: 22px;
  }
  .gr_m48_sp {
    margin: -24px;
  }
  .gr_m48_sp > * {
    padding: 24px;
  }
  .gr_m52_sp {
    margin: -26px;
  }
  .gr_m52_sp > * {
    padding: 26px;
  }
  .gr_m56_sp {
    margin: -28px;
  }
  .gr_m56_sp > * {
    padding: 28px;
  }
  .gr_m60_sp {
    margin: -30px;
  }
  .gr_m60_sp > * {
    padding: 30px;
  }
  .gr_m64_sp {
    margin: -32px;
  }
  .gr_m64_sp > * {
    padding: 32px;
  }
  .gr_m68_sp {
    margin: -34px;
  }
  .gr_m68_sp > * {
    padding: 34px;
  }
  .gr_m72_sp {
    margin: -36px;
  }
  .gr_m72_sp > * {
    padding: 36px;
  }
  .gr_m76_sp {
    margin: -38px;
  }
  .gr_m76_sp > * {
    padding: 38px;
  }
  .gr_m80_sp {
    margin: -40px;
  }
  .gr_m80_sp > * {
    padding: 40px;
  }
}

.gr_mlr0 {
  margin-right: 0px;
  margin-left: 0px;
}
.gr_mlr0 > * {
  padding-right: 0px;
  padding-left: 0px;
}
.gr_mlr8 {
  margin-right: -4px;
  margin-left: -4px;
}
.gr_mlr8 > * {
  padding-right: 4px;
  padding-left: 4px;
}
.gr_mlr16 {
  margin-right: -8px;
  margin-left: -8px;
}
.gr_mlr16 > * {
  padding-right: 8px;
  padding-left: 8px;
}
.gr_mlr24 {
  margin-right: -12px;
  margin-left: -12px;
}
.gr_mlr24 > * {
  padding-right: 12px;
  padding-left: 12px;
}
.gr_mlr32 {
  margin-right: -16px;
  margin-left: -16px;
}
.gr_mlr32 > * {
  padding-right: 16px;
  padding-left: 16px;
}
.gr_mlr40 {
  margin-right: -20px;
  margin-left: -20px;
}
.gr_mlr40 > * {
  padding-right: 20px;
  padding-left: 20px;
}
.gr_mlr48 {
  margin-right: -24px;
  margin-left: -24px;
}
.gr_mlr48 > * {
  padding-right: 24px;
  padding-left: 24px;
}
.gr_mlr56 {
  margin-right: -28px;
  margin-left: -28px;
}
.gr_mlr56 > * {
  padding-right: 28px;
  padding-left: 28px;
}
.gr_mlr64 {
  margin-right: -32px;
  margin-left: -32px;
}
.gr_mlr64 > * {
  padding-right: 32px;
  padding-left: 32px;
}
.gr_mlr72 {
  margin-right: -36px;
  margin-left: -36px;
}
.gr_mlr72 > * {
  padding-right: 36px;
  padding-left: 36px;
}
.gr_mlr80 {
  margin-right: -40px;
  margin-left: -40px;
}
.gr_mlr80 > * {
  padding-right: 40px;
  padding-left: 40px;
}
.gr_mlr88 {
  margin-right: -44px;
  margin-left: -44px;
}
.gr_mlr88 > * {
  padding-right: 44px;
  padding-left: 44px;
}
.gr_mlr96 {
  margin-right: -48px;
  margin-left: -48px;
}
.gr_mlr96 > * {
  padding-right: 48px;
  padding-left: 48px;
}
.gr_mlr104 {
  margin-right: -52px;
  margin-left: -52px;
}
.gr_mlr104 > * {
  padding-right: 52px;
  padding-left: 52px;
}
.gr_mlr112 {
  margin-right: -56px;
  margin-left: -56px;
}
.gr_mlr112 > * {
  padding-right: 56px;
  padding-left: 56px;
}
.gr_mlr120 {
  margin-right: -60px;
  margin-left: -60px;
}
.gr_mlr120 > * {
  padding-right: 60px;
  padding-left: 60px;
}
.gr_mlr128 {
  margin-right: -64px;
  margin-left: -64px;
}
.gr_mlr128 > * {
  padding-right: 64px;
  padding-left: 64px;
}
.gr_mlr136 {
  margin-right: -68px;
  margin-left: -68px;
}
.gr_mlr136 > * {
  padding-right: 68px;
  padding-left: 68px;
}
.gr_mlr144 {
  margin-right: -72px;
  margin-left: -72px;
}
.gr_mlr144 > * {
  padding-right: 72px;
  padding-left: 72px;
}
.gr_mlr152 {
  margin-right: -76px;
  margin-left: -76px;
}
.gr_mlr152 > * {
  padding-right: 76px;
  padding-left: 76px;
}
.gr_mlr160 {
  margin-right: -80px;
  margin-left: -80px;
}
.gr_mlr160 > * {
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .gr_mlr0_sp {
    margin-right: 0px;
    margin-left: 0px;
  }
  .gr_mlr0_sp > * {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gr_mlr4_sp {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gr_mlr4_sp > * {
    padding-right: 2px;
    padding-left: 2px;
  }
  .gr_mlr8_sp {
    margin-right: -4px;
    margin-left: -4px;
  }
  .gr_mlr8_sp > * {
    padding-right: 4px;
    padding-left: 4px;
  }
  .gr_mlr12_sp {
    margin-right: -6px;
    margin-left: -6px;
  }
  .gr_mlr12_sp > * {
    padding-right: 6px;
    padding-left: 6px;
  }
  .gr_mlr16_sp {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gr_mlr16_sp > * {
    padding-right: 8px;
    padding-left: 8px;
  }
  .gr_mlr20_sp {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gr_mlr20_sp > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gr_mlr24_sp {
    margin-right: -12px;
    margin-left: -12px;
  }
  .gr_mlr24_sp > * {
    padding-right: 12px;
    padding-left: 12px;
  }
  .gr_mlr28_sp {
    margin-right: -14px;
    margin-left: -14px;
  }
  .gr_mlr28_sp > * {
    padding-right: 14px;
    padding-left: 14px;
  }
  .gr_mlr32_sp {
    margin-right: -16px;
    margin-left: -16px;
  }
  .gr_mlr32_sp > * {
    padding-right: 16px;
    padding-left: 16px;
  }
  .gr_mlr36_sp {
    margin-right: -18px;
    margin-left: -18px;
  }
  .gr_mlr36_sp > * {
    padding-right: 18px;
    padding-left: 18px;
  }
  .gr_mlr40_sp {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gr_mlr40_sp > * {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gr_mlr44_sp {
    margin-right: -22px;
    margin-left: -22px;
  }
  .gr_mlr44_sp > * {
    padding-right: 22px;
    padding-left: 22px;
  }
  .gr_mlr48_sp {
    margin-right: -24px;
    margin-left: -24px;
  }
  .gr_mlr48_sp > * {
    padding-right: 24px;
    padding-left: 24px;
  }
  .gr_mlr52_sp {
    margin-right: -26px;
    margin-left: -26px;
  }
  .gr_mlr52_sp > * {
    padding-right: 26px;
    padding-left: 26px;
  }
  .gr_mlr56_sp {
    margin-right: -28px;
    margin-left: -28px;
  }
  .gr_mlr56_sp > * {
    padding-right: 28px;
    padding-left: 28px;
  }
  .gr_mlr60_sp {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gr_mlr60_sp > * {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gr_mlr64_sp {
    margin-right: -32px;
    margin-left: -32px;
  }
  .gr_mlr64_sp > * {
    padding-right: 32px;
    padding-left: 32px;
  }
  .gr_mlr68_sp {
    margin-right: -34px;
    margin-left: -34px;
  }
  .gr_mlr68_sp > * {
    padding-right: 34px;
    padding-left: 34px;
  }
  .gr_mlr72_sp {
    margin-right: -36px;
    margin-left: -36px;
  }
  .gr_mlr72_sp > * {
    padding-right: 36px;
    padding-left: 36px;
  }
  .gr_mlr76_sp {
    margin-right: -38px;
    margin-left: -38px;
  }
  .gr_mlr76_sp > * {
    padding-right: 38px;
    padding-left: 38px;
  }
  .gr_mlr80_sp {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gr_mlr80_sp > * {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.gr_mtb0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.gr_mtb0 > * {
  padding-top: 0px;
  padding-bottom: 0px;
}
.gr_mtb8 {
  margin-top: -4px;
  margin-bottom: -4px;
}
.gr_mtb8 > * {
  padding-top: 4px;
  padding-bottom: 4px;
}
.gr_mtb16 {
  margin-top: -8px;
  margin-bottom: -8px;
}
.gr_mtb16 > * {
  padding-top: 8px;
  padding-bottom: 8px;
}
.gr_mtb24 {
  margin-top: -12px;
  margin-bottom: -12px;
}
.gr_mtb24 > * {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gr_mtb32 {
  margin-top: -16px;
  margin-bottom: -16px;
}
.gr_mtb32 > * {
  padding-top: 16px;
  padding-bottom: 16px;
}
.gr_mtb40 {
  margin-top: -20px;
  margin-bottom: -20px;
}
.gr_mtb40 > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gr_mtb48 {
  margin-top: -24px;
  margin-bottom: -24px;
}
.gr_mtb48 > * {
  padding-top: 24px;
  padding-bottom: 24px;
}
.gr_mtb56 {
  margin-top: -28px;
  margin-bottom: -28px;
}
.gr_mtb56 > * {
  padding-top: 28px;
  padding-bottom: 28px;
}
.gr_mtb64 {
  margin-top: -32px;
  margin-bottom: -32px;
}
.gr_mtb64 > * {
  padding-top: 32px;
  padding-bottom: 32px;
}
.gr_mtb72 {
  margin-top: -36px;
  margin-bottom: -36px;
}
.gr_mtb72 > * {
  padding-top: 36px;
  padding-bottom: 36px;
}
.gr_mtb80 {
  margin-top: -40px;
  margin-bottom: -40px;
}
.gr_mtb80 > * {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gr_mtb88 {
  margin-top: -44px;
  margin-bottom: -44px;
}
.gr_mtb88 > * {
  padding-top: 44px;
  padding-bottom: 44px;
}
.gr_mtb96 {
  margin-top: -48px;
  margin-bottom: -48px;
}
.gr_mtb96 > * {
  padding-top: 48px;
  padding-bottom: 48px;
}
.gr_mtb104 {
  margin-top: -52px;
  margin-bottom: -52px;
}
.gr_mtb104 > * {
  padding-top: 52px;
  padding-bottom: 52px;
}
.gr_mtb112 {
  margin-top: -56px;
  margin-bottom: -56px;
}
.gr_mtb112 > * {
  padding-top: 56px;
  padding-bottom: 56px;
}
.gr_mtb120 {
  margin-top: -60px;
  margin-bottom: -60px;
}
.gr_mtb120 > * {
  padding-top: 60px;
  padding-bottom: 60px;
}
.gr_mtb128 {
  margin-top: -64px;
  margin-bottom: -64px;
}
.gr_mtb128 > * {
  padding-top: 64px;
  padding-bottom: 64px;
}
.gr_mtb136 {
  margin-top: -68px;
  margin-bottom: -68px;
}
.gr_mtb136 > * {
  padding-top: 68px;
  padding-bottom: 68px;
}
.gr_mtb144 {
  margin-top: -72px;
  margin-bottom: -72px;
}
.gr_mtb144 > * {
  padding-top: 72px;
  padding-bottom: 72px;
}
.gr_mtb152 {
  margin-top: -76px;
  margin-bottom: -76px;
}
.gr_mtb152 > * {
  padding-top: 76px;
  padding-bottom: 76px;
}
.gr_mtb160 {
  margin-top: -80px;
  margin-bottom: -80px;
}
.gr_mtb160 > * {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .gr_mtb0_sp {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .gr_mtb0_sp > * {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .gr_mtb4_sp {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .gr_mtb4_sp > * {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .gr_mtb8_sp {
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .gr_mtb8_sp > * {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .gr_mtb12_sp {
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .gr_mtb12_sp > * {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .gr_mtb16_sp {
    margin-top: -8px;
    margin-bottom: -8px;
  }
  .gr_mtb16_sp > * {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .gr_mtb20_sp {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .gr_mtb20_sp > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gr_mtb24_sp {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .gr_mtb24_sp > * {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .gr_mtb28_sp {
    margin-top: -14px;
    margin-bottom: -14px;
  }
  .gr_mtb28_sp > * {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .gr_mtb32_sp {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .gr_mtb32_sp > * {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .gr_mtb36_sp {
    margin-top: -18px;
    margin-bottom: -18px;
  }
  .gr_mtb36_sp > * {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .gr_mtb40_sp {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .gr_mtb40_sp > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gr_mtb44_sp {
    margin-top: -22px;
    margin-bottom: -22px;
  }
  .gr_mtb44_sp > * {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .gr_mtb48_sp {
    margin-top: -24px;
    margin-bottom: -24px;
  }
  .gr_mtb48_sp > * {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .gr_mtb52_sp {
    margin-top: -26px;
    margin-bottom: -26px;
  }
  .gr_mtb52_sp > * {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .gr_mtb56_sp {
    margin-top: -28px;
    margin-bottom: -28px;
  }
  .gr_mtb56_sp > * {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .gr_mtb60_sp {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .gr_mtb60_sp > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gr_mtb64_sp {
    margin-top: -32px;
    margin-bottom: -32px;
  }
  .gr_mtb64_sp > * {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .gr_mtb68_sp {
    margin-top: -34px;
    margin-bottom: -34px;
  }
  .gr_mtb68_sp > * {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .gr_mtb72_sp {
    margin-top: -36px;
    margin-bottom: -36px;
  }
  .gr_mtb72_sp > * {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .gr_mtb76_sp {
    margin-top: -38px;
    margin-bottom: -38px;
  }
  .gr_mtb76_sp > * {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .gr_mtb80_sp {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .gr_mtb80_sp > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bl_modal {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  display: none;
}
.bl_modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding: 64px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 84%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bl_modalClose {
  width: 56px;
  height: 56px;
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 40px;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 768px) {
  .bl_modalClose {
    width: 40px;
    height: 40px;
    top: 24px;
    right: 24px;
  }
}
.bl_modalClose_line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bl_modalClose_line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_modalClose_line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bl_modal02 {
  position: fixed;
  z-index: 2000;
  width: 1200px;
  max-width: calc(100vw - 120px);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  max-height: calc(100vh - 120px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 16px;
  background-color: #000;
  overflow-y: auto;
  display: none;
}
@media (max-width: 768px) {
  .bl_modal02 {
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 48px);
  }
}
.bl_modal02_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 480px;
  padding: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -56px;
}
@media (max-width: 768px) {
  .bl_modal02_inner {
    padding: 16px;
    margin-top: -40px;
  }
}

.bl_modalClose02 {
  width: 56px;
  height: 56px;
  position: sticky;
  z-index: 100;
  top: 40px;
  left: calc(100% - 40px - 64px);
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 768px) {
  .bl_modalClose02 {
    width: 40px;
    height: 40px;
    top: 24px;
    left: calc(100% - 24px - 40px);
  }
}
.bl_modalClose02_line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bl_modalClose02_line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_modalClose02_line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bl_accordion {
  border: 1px solid #000000;
}
.bl_accordion_head {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  position: relative;
  padding: 24px 80px 24px 40px;
}
@media (max-width: 768px) {
  .bl_accordion_head {
    padding: 20px 56px 20px 24px;
  }
}
.bl_accordion_headTtl {
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .bl_accordion_headTtl {
    font-size: 1.6rem;
  }
}
.bl_accordion_body {
  display: none;
}
.bl_accordion_cont {
  border-top: 1px solid #000000;
  padding: 32px 40px;
}
@media (max-width: 768px) {
  .bl_accordion_cont {
    padding: 24px;
  }
}
.bl_accordion.is_active .bl_accordionIcon_line__02 {
  opacity: 0;
}

.bl_accordionIcon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 768px) {
  .bl_accordionIcon {
    width: 24px;
    height: 24px;
    right: 24px;
  }
}
.bl_accordionIcon_line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bl_accordionIcon_line__02 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bl_tab_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #000;
}
.bl_tab_btn {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 33.3333333333%;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.bl_tab_btn:nth-child(n+2) {
  border-left: 1px solid #000;
}
.bl_tab_btn.is_active {
  background: #000;
  color: #fff;
  cursor: default;
}
.bl_tab_cont {
  display: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 32px 40px;
}
@media (max-width: 768px) {
  .bl_tab_cont {
    padding: 24px;
  }
}
.bl_tab_cont.is_active {
  display: block;
}

/* 
------------------------------------------- */
.bl_section {
  margin-bottom: min(33.5rem, 24.6323529412vw);
}
@media (max-width: 768px) {
  .bl_section {
    margin-bottom: 18rem;
  }
}
.bl_section:last-of-type {
  margin-bottom: 0;
}
.bl_section .inner {
  width: min(128rem, 94.1176470588vw);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: min(11rem, 8.0882352941vw) min(14rem, 10.2941176471vw);
  position: relative;
}
@media (max-width: 768px) {
  .bl_section .inner {
    width: 33.25rem;
    padding: 6.8rem 3rem;
  }
}
.bl_section .inner .ttl_h2 {
  font-size: min(2.4rem, 1.7647058824vw);
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h2 {
    font-size: 2rem;
    line-height: 1;
  }
}
.bl_section .inner .ttl_h2.ttl_h2_sub {
  font-size: min(3.6rem, 2.6470588235vw);
  line-height: 2;
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h2.ttl_h2_sub {
    font-size: 2.3rem;
    line-height: 1.6;
  }
}
.bl_section .inner .ttl_h2 span {
  display: block;
  margin-bottom: min(3.6rem, 2.6470588235vw);
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h2 span {
    margin-bottom: 3rem;
  }
}
.bl_section .inner .ttl_h2 span.mb16 {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h2 span.mb16 {
    margin-bottom: 1.2rem;
  }
}
.bl_section .inner .ttl_h2 span.mb20 {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h2 span.mb20 {
    margin-bottom: 2.4rem;
  }
}
.bl_section .inner .ttl_h2.ttl_awereness {
  font-size: 4.2rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h2.ttl_awereness {
    font-size: 2.5rem;
  }
  .bl_section .inner .ttl_h2.ttl_awereness span {
    margin-bottom: 0.4rem;
  }
}
.bl_section .inner .ttl_h2.ttl_awereness span {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h2.ttl_awereness span {
    font-size: 1.4rem;
  }
}
.bl_section .inner .ttl_h3 {
  font-size: min(2.4rem, 1.7647058824vw);
  font-weight: 900;
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h3 {
    font-size: 1.6rem;
  }
}
.bl_section .inner .ttl_h3.ttl_h3_sub {
  font-size: min(2rem, 1.4705882353vw);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .bl_section .inner .ttl_h3.ttl_h3_sub {
    font-size: 1.7rem;
  }
}
.bl_section .inner .bl_tools_item {
  padding: min(8rem, 5.8823529412vw) 0;
  border-bottom: solid 0.2rem #7e86a7;
}
@media (max-width: 768px) {
  .bl_section .inner .bl_tools_item {
    padding: 5rem 0;
  }
}
.bl_section#hero_block .el_link_list {
  gap: 2rem;
}
.bl_section#activity .activity_cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(0.8rem, 0.5882352941vw);
}
@media (max-width: 768px) {
  .bl_section#activity .activity_cat_list {
    gap: 0.8rem;
    font-size: 1.2rem;
  }
}
.bl_section#activity .activity_cat_list li {
  border-radius: 10rem;
  min-width: min(13.3rem, 9.7794117647vw);
  padding: 0 min(1.2rem, 0.8823529412vw);
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bl_section#activity .activity_cat_list li {
    min-width: 7rem;
    padding: 0 0.4rem;
  }
}
.bl_section#activity .activity_cat_list li.select, .bl_section#activity .activity_cat_list li:hover {
  background-color: #f8e9e9;
}
.bl_section#activity .activity_sec_inner {
  gap: min(10rem, 7.3529411765vw);
}
@media (max-width: 768px) {
  .bl_section#activity .activity_sec_inner {
    gap: 0;
  }
}
.bl_section#activity .activity_sec_inner .ttl {
  font-size: min(2rem, 1.4705882353vw);
  font-weight: 900;
  margin-bottom: min(2.8rem, 2.0588235294vw);
}
@media (max-width: 768px) {
  .bl_section#activity .activity_sec_inner .ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.bl_section#activity .activity_sec_inner .txt {
  font-size: min(1.5rem, 1.1029411765vw);
}
@media (max-width: 768px) {
  .bl_section#activity .activity_sec_inner .txt {
    font-size: 1.4rem;
  }
}
.bl_section#activity .activity_sec_inner .activity_thum {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .bl_section#activity .activity_sec_inner .activity_thum {
    margin-bottom: 2.4rem;
  }
}
.bl_section#activity .activity_sec_inner .bl_activity_date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f1f2f4;
  font-size: min(1.2rem, 0.8823529412vw);
  padding: 0.2205882353rem min(0.6rem, 0.4411764706vw);
}
@media (max-width: 768px) {
  .bl_section#activity .activity_sec_inner .bl_activity_date {
    font-size: 1.1rem;
    padding: 0.6rem;
  }
}
.bl_section#activity .activity_sec_inner .bl_activity_date li {
  border-right: solid 0.1rem #4d596b;
  padding-right: min(0.6rem, 0.4411764706vw);
  margin-right: min(0.6rem, 0.4411764706vw);
  line-height: 1;
}
@media (max-width: 768px) {
  .bl_section#activity .activity_sec_inner .bl_activity_date li {
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.bl_section#activity .activity_sec_inner .bl_activity_date li:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.bl_section#activity .activity_sec_inner .bl_activity_item {
  border-bottom: solid 0.1rem #d0d7ea;
}
.bl_section#activity .activity_sec_inner .bl_activity_item > a {
  padding: min(4rem, 2.9411764706vw) 0 min(5rem, 3.6764705882vw);
}
@media (max-width: 768px) {
  .bl_section#activity .activity_sec_inner .bl_activity_item > a {
    padding: 4.5rem 0 5.5rem;
  }
}
.bl_section#activity .activity_sec_inner .bl_activity_item:first-of-type > a {
  padding-top: 0;
}
.bl_section#activity .activity_sec_inner .bl_activity_item.bl_activity_item_first {
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .bl_section#activity .activity_sec_inner .bl_activity_item.bl_activity_item_first {
    border-bottom: solid 0.1rem #d0d7ea;
    padding: 0 0 7rem;
    margin-bottom: 6rem;
  }
}
.bl_section#activity .activity_sec_inner .bl_activity_item.bl_activity_item_first > a {
  padding-bottom: 0;
}
.bl_section#activity .activity_sec_inner .bl_activity_item > a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.bl_section#activity .activity_sec_inner .bl_activity_item > a:hover {
  opacity: 0.6;
}
.bl_section#activity .nav-links {
  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;
  margin-top: min(8.4rem, 6.1764705882vw);
  gap: min(2rem, 1.4705882353vw);
}
.bl_section#activity .nav-links .page-numbers {
  border: solid 0.2rem #7e85a6;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: normal;
  font-size: min(1.5rem, 1.1029411765vw);
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bl_section#activity .nav-links .page-numbers.prev, .bl_section#activity .nav-links .page-numbers.next {
  border: none;
  position: relative;
  background-color: #f7e8e8;
  color: transparent;
}
.bl_section#activity .nav-links .page-numbers.prev::after, .bl_section#activity .nav-links .page-numbers.next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/project/assets/images/common/icon_arrow_01.svg) no-repeat center center/60% auto;
}
.bl_section#activity .nav-links .page-numbers.prev:hover, .bl_section#activity .nav-links .page-numbers.next:hover {
  background-color: #7e85a6;
  color: transparent;
}
.bl_section#activity .nav-links .page-numbers.prev:hover::after, .bl_section#activity .nav-links .page-numbers.next:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(13%) saturate(187%) hue-rotate(314deg) brightness(96%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(13%) saturate(187%) hue-rotate(314deg) brightness(96%) contrast(102%);
}
.bl_section#activity .nav-links .page-numbers.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .bl_section#activity .nav-links .page-numbers {
    font-size: 1.3rem;
  }
}
.bl_section#activity .nav-links .page-numbers:hover, .bl_section#activity .nav-links .page-numbers.current {
  background-color: #7e85a6;
  color: #fff;
}

.sec_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sec_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_col.sec_col_2 .bl_col_item {
  width: 50%;
}
@media (max-width: 768px) {
  .sec_col.sec_col_2 .bl_col_item {
    width: 100%;
  }
}
.sec_col.sec_col_3 {
  gap: min(5.4rem, 3.9705882353vw);
}
@media (max-width: 768px) {
  .sec_col.sec_col_3 {
    gap: 6rem;
  }
}
.sec_col.sec_col_3 .bl_col_item {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .sec_col.sec_col_3 .bl_col_item {
    width: 100%;
  }
}
.sec_col.sec_col_gap48 {
  gap: min(4.8rem, 3.5294117647vw);
}
.sec_col.sec_col_gap96 {
  gap: min(9.6rem, 7.0588235294vw);
}
@media (max-width: 768px) {
  .sec_col.sec_col_gap96 {
    gap: 3rem;
  }
}
.sec_col.sec_col_gap128 {
  gap: min(12.8rem, 9.4117647059vw);
}
@media (max-width: 768px) {
  .sec_col.sec_col_gap128 {
    gap: 3rem;
  }
}

.bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 900;
  position: relative;
  margin: 0 0 4rem auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .bread_list {
    font-size: 1.1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -4rem 0 4rem auto;
  }
}
.bread_list li a::after {
  content: ">";
  display: inline-block;
  margin: 0 min(1rem, 0.7352941176vw);
  color: #7e86a7;
}
.bread_list li:last-of-type a::after {
  display: none;
}

.bl_toggle_list .bl_toggle_item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.bl_toggle_list .bl_toggle_item .num_ttl_item {
  margin-bottom: 0;
}
.bl_toggle_list .bl_toggle_item .bl_tools_txt {
  margin-top: min(2.2rem, 1.6176470588vw);
}
@media (max-width: 768px) {
  .bl_toggle_list .bl_toggle_item .bl_tools_txt {
    margin-top: 2rem;
  }
}

header {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: min(2.8rem, 2.0588235294vw) min(5rem, 3.6764705882vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media (max-width: 768px) {
  header {
    padding: 1rem 2rem;
  }
}
header .hd_logo_sfp {
  width: min(20rem, 14.7058823529vw);
}
@media (max-width: 768px) {
  header .hd_logo_sfp {
    width: 17.5rem;
  }
}
header #menu_btn {
  width: 8rem;
  height: 1.3rem;
  position: absolute;
  top: min(2.8rem, 2.0588235294vw);
  right: min(5rem, 3.6764705882vw);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  header #menu_btn {
    width: 5.6rem;
    height: 0.8rem;
    top: 2.3rem;
    right: 2rem;
  }
}
header #menu_btn::before, header #menu_btn::after {
  content: "";
  background-color: #c8cee1;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header #menu_btn::after {
  width: 80%;
  top: 100%;
  left: 20%;
}
header #sound_btn {
  width: 6.2rem;
  height: 6.2rem;
  background: url("/project/assets/images/common/soudn_icon_off.svg") no-repeat top left/100% auto;
  position: absolute;
  right: 16rem;
  top: 1.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  header #sound_btn {
    width: 5rem;
    height: 5rem;
    right: 9rem;
    top: 1rem;
  }
}
header #sound_btn.js_active {
  background: url("/project/assets/images/common/soudn_icon_on.svg") no-repeat top left/100% auto;
}
header #menu_list {
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  background: #fff;
  height: 100%;
  padding: 5rem 8.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 768px) {
  header #menu_list {
    width: 100%;
    padding: 7rem 6rem;
  }
}
header #menu_list a {
  display: inline-block;
}
header #menu_list ul {
  font-weight: 900;
}
header #menu_list ul.menu_list_main {
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  header #menu_list ul.menu_list_main {
    margin-bottom: 6rem;
  }
}
header #menu_list ul.menu_list_main li {
  letter-spacing: 0.2em;
}
header #menu_list ul.menu_list_main li:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  header #menu_list ul.menu_list_main li:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
header #menu_list ul.menu_list_main li span {
  margin: 0.8rem auto 0 -0.15em;
  display: block;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  header #menu_list ul.menu_list_main li span {
    font-size: 1.2rem;
  }
}
header #menu_list ul.menu_list_sub {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2.8rem;
}
header #menu_list ul.menu_list_sub a {
  text-decoration: underline;
  color: #4d596b;
  letter-spacing: 0.1em;
}
header #menu_list ul.menu_list_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  header #menu_list ul.menu_list_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
header #menu_list ul.menu_list_banner .logo_sfp {
  width: 20.8rem;
}
@media (max-width: 768px) {
  header #menu_list ul.menu_list_banner .logo_sfp {
    width: 18rem;
  }
}
header #menu_list ul.menu_list_banner .logo_mufg {
  width: 28.5rem;
}
@media (max-width: 768px) {
  header #menu_list ul.menu_list_banner .logo_mufg {
    width: 26rem;
  }
}
header #menu_list ul .menu_item_top img {
  width: 4.7rem;
}
@media (max-width: 768px) {
  header #menu_list ul .menu_item_top img {
    width: 4.1rem;
  }
}
header #menu_list ul .menu_item_project img {
  width: 9.8rem;
}
@media (max-width: 768px) {
  header #menu_list ul .menu_item_project img {
    width: 8.8rem;
  }
}
header #menu_list ul .menu_item_aw-t img {
  width: 23.7rem;
}
@media (max-width: 768px) {
  header #menu_list ul .menu_item_aw-t img {
    width: 22.7rem;
  }
}
header #menu_list ul .menu_item_activity img {
  width: 9.2rem;
}
@media (max-width: 768px) {
  header #menu_list ul .menu_item_activity img {
    width: 8.2rem;
  }
}
header #menu_list ul .menu_item_contact img {
  width: 10.5rem;
}
@media (max-width: 768px) {
  header #menu_list ul .menu_item_contact img {
    width: 9.5rem;
  }
}
header.js_active #menu_btn::before, header.js_active #menu_btn::after {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(10deg);
          transform: translate(0, -50%) rotate(10deg);
}
header.js_active #menu_btn::after {
  width: 100%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-10deg);
          transform: translate(0, -50%) rotate(-10deg);
}
header.js_active #menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 
------------------------------------------- */
footer {
  margin-top: min(17.7rem, 13.0147058824vw);
  padding-bottom: min(3rem, 2.2058823529vw);
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  footer {
    margin-top: 8rem;
    padding: 0 5rem 1.6rem;
  }
}
footer .banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.6rem, 2.6470588235vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  footer .banner_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
footer .banner_list li {
  width: min(20rem, 14.7058823529vw);
}
footer .banner_list li:last-of-type {
  width: 33.3rem;
  line-height: 1;
}
@media (max-width: 768px) {
  footer .banner_list li:last-of-type {
    width: 25.3rem;
  }
}
@media (max-width: 768px) {
  footer .banner_list li {
    width: 23rem;
  }
  footer .banner_list li:first-of-type {
    width: 17.3rem;
  }
}
footer .ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.4rem, 1.7647058824vw);
  font-size: min(1.4rem, 1.0294117647vw);
  margin-top: min(8rem, 5.8823529412vw);
}
@media (max-width: 768px) {
  footer .ft_nav {
    font-size: 1.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
    margin-top: 3rem;
  }
}
footer .copy_txt {
  text-align: center;
  font-size: min(1.4rem, 1.0294117647vw);
  margin-top: min(6rem, 4.4117647059vw);
}
@media (max-width: 768px) {
  footer .copy_txt {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}

/* 
------------------------------------------- */
.el_ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 2px solid #005fcc;
  padding-left: 0.5em;
}
@media (max-width: 768px) {
  .el_ttl {
    font-size: 2rem;
  }
}

.el_txt10 {
  font-size: 1rem;
  line-height: 1.8;
}

.el_txt12 {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .el_txt12 {
    font-size: 1.1rem;
  }
}

.el_txt14 {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .el_txt14 {
    font-size: 1.2rem;
  }
}

.el_txt16 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .el_txt16 {
    font-size: 1.3rem;
  }
}

.el_txt18 {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .el_txt18 {
    font-size: 1.4rem;
  }
}

.el_txt20 {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .el_txt20 {
    font-size: 1.5rem;
  }
}

.el_txt22 {
  font-size: 2.2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .el_txt22 {
    font-size: 1.6rem;
  }
}

.el_txt24 {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .el_txt24 {
    font-size: 1.7rem;
  }
}

.el_txtNote {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .el_txtNote {
    font-size: 1rem;
  }
}

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

.el_kome {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
}
.el_kome::before {
  content: "※";
  position: absolute;
  left: 0;
}
.el_kome__1 {
  padding-left: 2em;
}
.el_kome__1::before {
  content: "※1";
}
.el_kome__2 {
  padding-left: 2em;
}
.el_kome__2::before {
  content: "※2";
}
.el_kome__3 {
  padding-left: 2em;
}
.el_kome__3::before {
  content: "※3";
}
.el_kome__4 {
  padding-left: 2em;
}
.el_kome__4::before {
  content: "※4";
}
.el_kome__5 {
  padding-left: 2em;
}
.el_kome__5::before {
  content: "※5";
}

.el_table {
  width: 100%;
}

.el_list {
  padding-left: 1.25em;
}

.el_link {
  color: #005fcc;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.el_link:hover {
  opacity: 0.7;
}

.el_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 20px 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.el_btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .el_btn {
    font-size: 1.3rem;
  }
}

.el_btn02 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: block;
  background-color: #000000;
  color: #fff;
  max-width: 100%;
  width: 320px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.el_btn02:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .el_btn02 {
    font-size: 1.3rem;
  }
}

.el_imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.el_imgFull {
  display: block;
  width: 100%;
  height: auto;
}

.el_inputText {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.5em 0.8em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.el_inputText:focus {
  border-color: #0075ff;
}

.el_inputRadio {
  display: inline-block;
}
.el_inputRadio_input {
  display: none;
}
.el_inputRadio_input:checked + .el_inputRadio_txt::after {
  opacity: 1;
}
.el_inputRadio_txt {
  background-color: #fff;
  display: block;
  padding-left: 24px;
  border-radius: 8px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1em;
  line-height: 1.4;
  cursor: pointer;
  color: #000;
}
.el_inputRadio_txt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #767676;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.el_inputRadio_txt::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0075ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.el_inputCheckbox {
  display: inline-block;
}
.el_inputCheckbox_input {
  display: none;
}
.el_inputCheckbox_input:checked + .el_inputCheckbox_txt::before {
  background-color: #0075ff;
  border: 1px solid #0075ff;
}
.el_inputCheckbox_input:checked + .el_inputCheckbox_txt::after {
  opacity: 1;
}
.el_inputCheckbox_txt {
  background-color: #fff;
  display: block;
  padding-left: 24px;
  border-radius: 8px;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 1em;
  line-height: 1.4;
  cursor: pointer;
  color: #000;
}
.el_inputCheckbox_txt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #767676;
  border-radius: 4px;
}
.el_inputCheckbox_txt::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 9px;
  margin: auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.el_textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.5em 0.8em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  min-height: 240px;
  resize: vertical;
}
.el_textarea:focus {
  border-color: #005fcc;
}

.el_inputSubmit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #000000;
  color: #fff;
  padding: 24px;
  padding: 20px 24px;
  font-size: 1.6rem;
  max-width: 240px;
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.el_inputSubmit:hover {
  opacity: 0.7;
}

.el_youtube {
  position: relative;
}
.el_youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.el_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 
------------------------------------------- */
.el_link_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el_link_btn {
  background-color: #f8e9e9;
  font-weight: bold;
  font-size: min(1.5rem, 1.1029411765vw);
  width: min(28.3rem, 20.8088235294vw);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .el_link_btn {
    width: auto;
    max-width: 100%;
    font-size: 1.4rem;
  }
}
.el_link_btn:hover {
  color: #f8e9e9;
  background-color: #7e86a7;
}
.el_link_btn:hover a::after, .el_link_btn:hover button::after {
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(13%) saturate(187%) hue-rotate(314deg) brightness(96%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(13%) saturate(187%) hue-rotate(314deg) brightness(96%) contrast(102%);
}
.el_link_btn.el_link_btn_down a::after, .el_link_btn.el_link_btn_down button::after {
  background: url(../images/common/icon_arrow_01.svg) no-repeat center center/100% auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  right: min(0.5rem, 0.3676470588vw);
}
.el_link_btn.el_link_dl_btn a::after, .el_link_btn.el_link_dl_btn button::after {
  background: url(../images/common/icon_arrow_dl_01.svg) no-repeat center center/100% auto;
  width: min(2.1rem, 1.5441176471vw);
  height: min(2.1rem, 1.5441176471vw);
}
@media (max-width: 768px) {
  .el_link_btn.el_link_dl_btn a::after, .el_link_btn.el_link_dl_btn button::after {
    width: 1.9rem;
    height: 1.9rem;
  }
}
.el_link_btn a, .el_link_btn button {
  display: block;
  padding: min(1.2rem, 0.8823529412vw) min(2.5rem, 1.8382352941vw);
  line-height: 1;
  position: relative;
}
@media (max-width: 768px) {
  .el_link_btn a, .el_link_btn button {
    padding: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.el_link_btn a::after, .el_link_btn button::after {
  content: "";
  width: min(2.1rem, 1.5441176471vw);
  height: min(1.3rem, 0.9558823529vw);
  background: url(../images/common/icon_arrow_01.svg) no-repeat center center/100% auto;
  position: absolute;
  right: min(2rem, 1.4705882353vw);
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .el_link_btn a::after, .el_link_btn button::after {
    width: 1.9rem;
    height: 1.1rem;
    right: 1.2rem;
  }
}
.el_link_btn button {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-weight: 900;
  font-size: min(1.5rem, 1.10294vw);
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .el_link_btn button {
    font-size: 1.4rem;
  }
}

.el_link_btn_img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.el_link_btn_img:hover {
  opacity: 0.8;
}

.el_link_txt {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.el_link_txt:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #awareness-tools .inner .bl_tools_item {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  #awareness-tools .num_ttl_item {
    margin-bottom: 0;
  }
}
#awareness-tools .bl_tools_txt {
  margin-top: min(2rem, 1.4705882353vw);
}
@media (max-width: 768px) {
  #awareness-tools .bl_tools_txt {
    margin-top: 2rem;
  }
}

.num_ttl_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(2.2rem, 1.6176470588vw);
  margin-bottom: min(2.4rem, 1.7647058824vw);
}
@media (max-width: 768px) {
  .num_ttl_item {
    margin-bottom: 1.6rem;
    gap: 2rem;
  }
}
.num_ttl_item.hp_aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .num_ttl_item.hp_aic dd, .num_ttl_item.hp_aic_sp dd {
    line-height: 1.8;
  }
}
.num_ttl_item dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.8rem, 0.5882352941vw);
  width: min(6.3rem, 4.6323529412vw);
}
@media (max-width: 768px) {
  .num_ttl_item dt {
    width: auto;
  }
}
.num_ttl_item dt span {
  line-height: 1;
}
.num_ttl_item dt .subttl {
  display: block;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .num_ttl_item dt .subttl_projects {
    width: 5.75rem;
  }
}
@media (max-width: 768px) {
  .num_ttl_item dt .subttl_study {
    width: 4rem;
  }
}
.num_ttl_item dt .num {
  width: min(5.7rem, 4.1911764706vw);
}
@media (max-width: 768px) {
  .num_ttl_item dt .num {
    width: 4.8rem;
  }
}
.num_ttl_item dd {
  font-weight: 900;
  font-size: min(2.2rem, 1.6176470588vw);
  line-height: 1.9;
}
@media (max-width: 768px) {
  .num_ttl_item dd {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.num_ttl_item dd .sub_ttl {
  font-size: min(1.6rem, 1.6176470588vw);
  display: block;
}
@media (max-width: 768px) {
  .num_ttl_item dd .sub_ttl {
    font-size: 1.3rem;
  }
}

.slide_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
.slide_item_inner h3 {
  margin-top: 4.8rem;
  font-size: 1.6rem;
  margin-top: 3.2rem;
  font-size: 1.6rem !important;
}
@media (max-width: 768px) {
  .slide_item_inner h3 {
    font-size: 1.5rem !important;
    margin-top: 2.4rem;
  }
}
.slide_item_inner p {
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .slide_item_inner p {
    font-size: 1.3rem !important;
    margin-top: 1.6rem;
  }
}
.slide_item_inner .el_link_btn {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .slide_item_inner .el_link_btn {
    margin-top: 3.2rem;
  }
}

.splide__arrow.splide__arrow--prev, .splide__arrow.splide__arrow--next {
  background: #f7e8e8;
  border-radius: 50%;
  width: 4.3rem;
  height: 4.3rem;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 20.5rem;
}
@media (max-width: 768px) {
  .splide__arrow.splide__arrow--prev, .splide__arrow.splide__arrow--next {
    top: 18.8rem;
  }
}
.splide__arrow.splide__arrow--prev::after, .splide__arrow.splide__arrow--next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/project/assets/images/common/slider_arrow_icon.svg) no-repeat center/1.5rem auto;
}
.splide__arrow.splide__arrow--prev:hover:not(:disabled), .splide__arrow.splide__arrow--next:hover:not(:disabled) {
  background-color: #7e85a6;
}
.splide__arrow.splide__arrow--prev:hover:not(:disabled)::after, .splide__arrow.splide__arrow--next:hover:not(:disabled)::after {
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(13%) saturate(187%) hue-rotate(314deg) brightness(96%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(13%) saturate(187%) hue-rotate(314deg) brightness(96%) contrast(102%);
}
.splide__arrow.splide__arrow--prev {
  left: -6.3rem;
}
@media (max-width: 768px) {
  .splide__arrow.splide__arrow--prev {
    left: -2.2rem;
  }
}
.splide__arrow.splide__arrow--next {
  right: -6.3rem;
}
@media (max-width: 768px) {
  .splide__arrow.splide__arrow--next {
    right: -2.2rem;
  }
}
.splide__arrow.splide__arrow--next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.splide .splide__pagination {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
.splide .splide__pagination__page.is-active {
  background: #7e85a6;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.splide .splide__pagination__page {
  background: #e3e3e3;
  border-radius: 0;
  width: 7.5rem;
  height: 4px;
}
@media (max-width: 768px) {
  .splide .splide__pagination__page {
    width: 3.5rem;
    height: 0.2rem;
  }
}

/* 
------------------------------------------- */
.top .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.top#wrapper {
  padding-top: 100dvh;
}
@media (max-width: 768px) {
  .top#wrapper {
    padding-top: 44rem;
  }
}
.top#wrapper #message .sec_col .bl_col_item:last-of-type {
  width: 75%;
}
@media (max-width: 768px) {
  .top#wrapper #message .sec_col .bl_col_item:last-of-type {
    width: 100%;
  }
}

/* 
------------------------------------------- */
.input-work .input_img_01 {
  width: min(37.2rem, 27.3529411765vw);
  margin: 0 0 0 auto;
}

/* 
------------------------------------------- */
.project #about-the-content .bl_about-the-content_list li:not(:last-of-type) {
  margin-bottom: 8rem;
}
.project #about-the-content .bl_about-the-content_list p {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .project #about-the-content .bl_about-the-content_list p {
    font-size: 1.2rem;
  }
}
.project .bl_col_item .ttl_h2 {
  line-height: 2;
}
.project .attention_list {
  font-size: min(1.2rem, 0.8823529412vw);
  margin-top: min(2.8rem, 2.0588235294vw);
}
@media (max-width: 768px) {
  .project .attention_list {
    font-size: 1.1rem;
  }
}
.project .attention_list li {
  text-indent: -3em;
  padding-left: 3em;
}
.project #profile .project_profile_item {
  width: min(36rem, 26.4705882353vw);
}
@media (max-width: 768px) {
  .project #profile .project_profile_item {
    width: 100%;
    margin-top: 3rem;
  }
}
.project #profile .project_profile_item .project_profile_img {
  margin-bottom: min(1.5rem, 1.1029411765vw);
}
@media (max-width: 768px) {
  .project #profile .project_profile_item .project_profile_img {
    margin-bottom: 1rem;
  }
}
.project #profile .project_profile_item h3 {
  font-size: min(2rem, 1.4705882353vw);
  margin-bottom: min(1rem, 0.0735294118vw);
  font-weight: 900;
}
@media (max-width: 768px) {
  .project #profile .project_profile_item h3 {
    font-size: 1.6rem;
  }
}
.project #profile .project_profile_item p {
  font-size: min(1.4rem, 1.0294117647vw);
}
@media (max-width: 768px) {
  .project #profile .project_profile_item p {
    font-size: 1.2rem;
  }
}
.project #profile .project_profile_item p span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .project #profile .project_profile_item p span {
    font-size: 1.4rem;
  }
}
.project.c-education .bl_toggle_list .num_ttl_item {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .project.c-education #approach .bl_col_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project.c-education #approach .bl_col_item .img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3rem;
  }
}

/* 
------------------------------------------- */
/* 
------------------------------------------- */
.a-tools .bl_attention_list {
  background-color: #f8e9e9;
  padding: 3rem;
  margin-top: 2.8rem;
}
.a-tools .bl_attention_list .attention_list {
  margin-top: 0;
}
.a-tools .attention_list {
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-size: min(1.2rem, 0.8823529412vw);
  margin-top: min(2.8rem, 2.0588235294vw);
}
@media (max-width: 768px) {
  .a-tools .attention_list {
    font-size: 1.1rem;
    margin-top: 2.4rem;
  }
}
.a-tools .attention_list.attention_list_dots {
  text-indent: -0.8em;
  padding-left: 0.8em;
  font-size: 1.4rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .a-tools .attention_list.attention_list_dots {
    font-size: 1.2rem;
  }
}
.a-tools .tag {
  display: table !important;
  font-size: 1.2rem !important;
  background: #eaebee;
  padding: 0.4rem 0.7rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 2.2rem !important;
}
@media (max-width: 768px) {
  .a-tools .tag {
    font-size: 1.1rem !important;
    padding: 0.3rem 0.6rem;
    margin-bottom: 1.3rem !important;
  }
}
.a-tools #about.bl_section .inner .bl_tools_item {
  border-bottom: none;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .a-tools #about.bl_section .inner .bl_tools_item {
    padding: 6.4rem 0 0;
    margin-top: 0.8rem;
  }
}
@media (max-width: 768px) {
  .a-tools #about .about_q_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .a-tools #download .ttl_h3.ttl_h3_sub {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.a-tools .dl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2rem auto 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .a-tools .dl_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 1.6rem auto 2.4rem;
  }
}
@media (max-width: 768px) {
  .a-tools .dl_list li:not(:last-of-type) {
    border-right: none;
  }
}
.a-tools .use_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .a-tools .use_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.a-tools .use_ttl.use_ttl_table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .a-tools .use_ttl.use_ttl_table {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .a-tools .use_ttl.use_ttl_table > dd {
    overflow: hidden;
    width: 100%;
  }
}
.a-tools .use_ttl > dt {
  border: solid 0.1rem #7e85a6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  line-height: 1;
  font-weight: bold;
}
.a-tools .use_ttl > dd > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .a-tools .use_ttl > dd > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.a-tools .use_ttl > dd > dl:last-of-type {
  margin-bottom: 0;
}
.a-tools .use_ttl > dd > dl dt {
  width: 14rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .a-tools .use_ttl > dd > dl dt {
    width: auto;
  }
}
.a-tools .use_ttl > dd > dl dd h3 {
  margin-top: 2rem;
}
.a-tools .use_ttl > dd > dl dd h3:first-of-type {
  margin-top: 0;
}
.a-tools .bl_table_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4rem;
  border-bottom: solid 1px #bec2d2;
  margin-bottom: 4rem;
}
.a-tools .bl_table_cell:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.a-tools .bl_table_cell .sec_col_item {
  width: 50%;
}
.a-tools .bl_table_cell .sec_col_item:first-child {
  border-right: solid 1px #7e85a6;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .a-tools .bl_table_cell .sec_col_item:first-child {
    padding-right: 3.6rem;
  }
}
.a-tools .bl_table_cell .sec_col_item:last-child {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .a-tools .bl_table_cell .sec_col_item:last-child {
    padding-left: 3.6rem;
  }
}
.a-tools .use_table_contents {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .a-tools .use_table_contents {
    width: calc(100% - 0.4rem);
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom: 0;
  }
}
.a-tools .use_table_contents table {
  border-spacing: 0.8rem;
  border-collapse: separate;
  width: calc(100% + 1rem);
  left: -0.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .a-tools .use_table_contents table {
    width: 81rem !important;
  }
}
.a-tools .use_table_contents table tr td {
  padding: 0.5rem 1rem;
}
.a-tools .use_table_contents table tr th {
  background-color: #ecedf2;
  color: #7e85a6;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 0;
}
.a-tools .use_table_contents table tr th:not(:first-of-type) {
  width: 42%;
}
.a-tools .use_table_contents table tr td {
  border: solid 1px #7e85a6;
  padding: 3rem 4.6rem;
}
@media (max-width: 768px) {
  .a-tools .use_table_contents table tr td {
    padding: 2rem 3.6rem;
  }
}
.a-tools .use_table_contents table tr td dl dt {
  font-weight: 900;
  margin-bottom: 0.6em;
}
.a-tools .use_table_contents table tr td dl dt.ttl {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .a-tools .use_table_contents table tr td dl dt.ttl {
    margin-bottom: 1.8rem;
  }
}
.a-tools .use_table_contents table .t-indent_12 {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.a-tools .use_table_contents table .t-indent_20 {
  text-indent: -2em;
  padding-left: 2em;
}
@media (max-width: 768px) {
  .a-tools .dl_contents_item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .a-tools .sec_col_gap48 {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .a-tools .sec_col_gap48_sp {
    gap: 2.4rem;
  }
}
.a-tools .use_flow_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.a-tools .use_flow_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media (max-width: 768px) {
  .a-tools .use_flow_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.6rem;
  }
}
.a-tools .use_flow_list ul li {
  width: 16.5rem;
  border: solid 1px #7e85a6;
  border-radius: 0.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .a-tools .use_flow_list ul li {
    width: 100%;
  }
}
.a-tools .use_flow_list ul li:last-of-type::after {
  display: none;
}
.a-tools .use_flow_list ul li::after {
  content: "";
  width: 1.6rem;
  height: 4.2rem;
  background: #7e85a6;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -3.3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .a-tools .use_flow_list ul li::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -2.8rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 7rem;
    height: 1.6rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.a-tools .use_flow_list ul li .hd_use_flow {
  background-color: #f1f2f4;
  position: relative;
  padding: 2.2rem 0;
  border-radius: 0.7rem 0.7rem 0 0;
}
.a-tools .use_flow_list ul li .hd_use_flow .num {
  border-radius: 0 0 1rem 0;
  border-top: solid 0;
  border-left: solid 0;
  border-right: solid 1px #7e85a6;
  border-bottom: solid 1px #7e85a6;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
.a-tools .use_flow_list ul li .hd_use_flow .num img {
  width: 2.2rem;
}
@media (max-width: 768px) {
  .a-tools .use_flow_list ul li .hd_use_flow .num img {
    width: 2rem;
  }
}
.a-tools .use_flow_list ul li .hd_use_flow .img {
  display: table;
  margin: 0 auto;
  width: 74%;
}
@media (max-width: 768px) {
  .a-tools .use_flow_list ul li .hd_use_flow .img {
    width: 8rem;
  }
  .a-tools .use_flow_list ul li .hd_use_flow .img img {
    width: 100%;
  }
}
.a-tools .use_flow_list ul li .hd_use_flow .img.img_high {
  margin: 0 auto -1.3rem;
}
@media (max-width: 768px) {
  .a-tools .use_flow_list ul li .hd_use_flow .img.img_high {
    margin: 0 auto;
  }
}
.a-tools .use_flow_list ul li .hd_use_flow .img.img_high_02 {
  margin: 0 auto -0.6rem;
}
@media (max-width: 768px) {
  .a-tools .use_flow_list ul li .hd_use_flow .img.img_high_02 {
    margin: 0 auto;
  }
}
.a-tools .use_flow_list ul li .body_use_flow {
  padding: 2rem 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .a-tools .use_flow_list ul li .body_use_flow {
    padding: 2rem 1rem;
  }
}
.a-tools .el_link_btn_modal {
  cursor: pointer;
}
.a-tools .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
  overflow: hidden;
}
.a-tools .modal .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.a-tools .modal .close {
  width: 8rem;
  height: 1.3rem;
  position: absolute;
  top: min(2.8rem, 2.0588235294vw);
  right: min(5rem, 3.6764705882vw);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .a-tools .modal .close {
    width: 5.6rem;
    height: 0.8rem;
    top: 2.3rem;
    right: 2rem;
  }
}
.a-tools .modal .close::before, .a-tools .modal .close::after {
  content: "";
  background-color: #7e85a6;
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(10deg);
          transform: translate(0, -50%) rotate(10deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.a-tools .modal .close::after {
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-10deg);
          transform: translate(0, -50%) rotate(-10deg);
}
.a-tools .modal .movie {
  width: 93rem;
  height: 52.3rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .a-tools .modal .movie {
    width: 90vw;
    height: 50.625vw;
  }
}
.a-tools .modal .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#wrapper.privacy .privacy_dl {
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  #wrapper.privacy .privacy_dl {
    margin-top: 5rem;
  }
}
#wrapper.privacy .privacy_dl:first-of-type {
  margin-top: 0;
}
#wrapper.privacy .privacy_dl dt {
  font-size: 1.7rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #wrapper.privacy .privacy_dl dt {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

/* 
------------------------------------------- */
/* 
------------------------------------------- */
.activity.single .ttl_block h1 {
  font-size: min(4.2rem, 3.0882352941vw);
  font-weight: 900;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .activity.single .ttl_block h1 {
    font-size: 2rem;
  }
}
.activity.single #bl_activity_edit {
  margin-top: 12.7rem;
  margin: 12.7rem auto 0;
}
@media (max-width: 768px) {
  .activity.single #bl_activity_edit {
    margin-top: 6.8rem;
  }
}
.activity.single #bl_activity_edit .activity_img {
  margin-bottom: min(4rem, 2.9411764706vw);
}
@media (max-width: 768px) {
  .activity.single #bl_activity_edit .activity_img {
    margin-bottom: 2rem;
  }
}
.activity.single #bl_activity_edit .hp_df {
  gap: min(5.6rem, 4.1176470588vw);
  margin-top: min(7rem, 5.1470588235vw);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .activity.single #bl_activity_edit .hp_df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
.activity.single #bl_activity_edit .hp_df .txt_box {
  width: min(46.8rem, 34.4117647059vw);
}
@media (max-width: 768px) {
  .activity.single #bl_activity_edit .hp_df .txt_box {
    width: 100%;
  }
}
.activity.single #bl_activity_edit .hp_df .activity_img {
  width: min(46.8rem, 34.4117647059vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .activity.single #bl_activity_edit .hp_df .activity_img {
    width: 100%;
  }
}
.activity.single #bl_activity_edit .ttl_h2 {
  font-size: min(2.4rem, 1.7647058824vw);
  font-weight: 900;
  margin: 0 auto min(3rem, 2.2058823529vw);
}
@media (max-width: 768px) {
  .activity.single #bl_activity_edit .ttl_h2 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.activity.single #bl_activity_edit .el_link_btn {
  margin: min(8rem, 5.8823529412vw) auto 0;
}
@media (max-width: 768px) {
  .activity.single #bl_activity_edit .el_link_btn {
    margin: 4rem auto 0;
  }
}

.editorVox {
  max-width: 900px;
}
.editorVox p:not(:last-child),
.editorVox ul:not(:last-child),
.editorVox ol:not(:last-child),
.editorVox img:not(:last-child),
.editorVox figure:not(:last-child),
.editorVox table:not(:last-child),
.editorVox blockquote:not(:last-child) {
  margin-bottom: 2em;
}
.editorVox h2 {
  font-size: min(2.4rem, 1.7647058824vw);
  font-weight: 900;
  margin: 0 auto min(3rem, 2.2058823529vw);
  line-height: 1;
}
.editorVox h2:not(:first-child) {
  margin-top: 1.5em;
}
.editorVox h2:not(:last-child) {
  margin-bottom: 0.5em;
}
.editorVox h3 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.editorVox h3:not(:first-child) {
  margin-top: 1em;
}
.editorVox h3:not(:last-child) {
  margin-bottom: 0.5em;
}
.editorVox table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #7e86a7;
}
.editorVox table:not(:first-child) {
  margin-top: 2em;
}
.editorVox table > thead > tr > th,
.editorVox table > thead > tr > td,
.editorVox table > tbody > tr > th,
.editorVox table > tbody > tr > td,
.editorVox table > tfoot > tr > th,
.editorVox table > tfoot > tr > td,
.editorVox table > tr > th,
.editorVox table > tr > td {
  text-align: left;
  vertical-align: top;
  padding: 15px 20px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.editorVox table > thead > tr > th,
.editorVox table > thead > tr > td {
  color: #fff;
  text-align: center;
  background-color: #7e86a7;
}
.editorVox table > tbody > tr > th {
  color: #fff;
  font-weight: bold;
  background-color: #7e86a7;
}
.editorVox table > tbody > tr > td {
  background-color: #fff;
}
.editorVox table > tbody > tr:last-child th,
.editorVox table > tbody > tr:last-child td {
  border-bottom-color: #7e86a7;
}
.editorVox table > tfoot > tr > th,
.editorVox table > tfoot > tr > td {
  border-top-style: double;
  border-top-width: 3px;
}
.editorVox .wp-block-columns {
  gap: 20px;
}

@media (max-width: 768px) {
  .editorVox h2 {
    font-size: 2.2rem;
  }
  .editorVox h3 {
    font-size: 1.8rem;
  }
  .editorVox table > thead > tr > th,
  .editorVox table > thead > tr > td,
  .editorVox table > tbody > tr > th,
  .editorVox table > tbody > tr > td,
  .editorVox table > tfoot > tr > th,
  .editorVox table > tfoot > tr > td,
  .editorVox table > tr > th,
  .editorVox table > tr > td {
    padding: 15px 10px;
  }
  .editorVox .wp-block-columns {
    gap: 10px;
  }
}
#wrapper.contact .contact_txt_box {
  border: solid 0.1rem #7e85a6;
  padding: min(3rem, 2.2058823529vw);
  font-size: min(1.4rem, 1.0294117647vw);
  margin-top: min(7.2rem, 5.2941176471vw);
}
@media (max-width: 768px) {
  #wrapper.contact .contact_txt_box {
    font-size: 1.3rem;
    margin-top: 5rem;
  }
}
#wrapper.contact .contact_txt_box .attention {
  display: table;
  margin: 0 auto;
}
#wrapper.contact .contact_txt_box .attention li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
@media (max-width: 768px) {
  #wrapper.contact .contact_txt_box .attention li {
    text-indent: -0.8em;
    padding-left: 0.8em;
  }
}
#wrapper.contact .contact_link {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#wrapper.contact .contact_link:hover {
  opacity: 0.7;
}
#wrapper.contact .contact_flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.8rem, 5.8823529412vw);
  font-size: min(1.4rem, 1.0294117647vw);
  text-align: center;
  margin: 0 auto min(8.6rem, 6.3235294118vw);
  margin-top: initial;
}
@media (max-width: 768px) {
  #wrapper.contact .contact_flow_list {
    font-size: 1.2rem;
    margin: 0 auto 5rem;
  }
}
#wrapper.contact .contact_flow_list li {
  width: 33.3333333333%;
  background-color: #edeef0;
  color: #7e85a6;
  padding: min(1rem, 0.7352941176vw) 0;
  clip-path: polygon(0 0, calc(100% - min(2rem, 1.4705882353vw)) 0, 100% 50%, calc(100% - min(2rem, 1.4705882353vw)) 100%, 0 100%);
}
#wrapper.contact .contact_flow_list li.active {
  background-color: #7e85a6;
  color: #fff;
}
#wrapper.contact .contact_flow_list li:last-of-type {
  clip-path: none;
}
#wrapper.contact .contact_flow_list.contact_flow_list_conf {
  margin-top: 5.6rem;
}
@media (max-width: 768px) {
  #wrapper.contact .contact_flow_list.contact_flow_list_conf {
    margin-top: 3.2rem;
  }
}
#wrapper.contact .bl_contact_form .bl_contact_form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 min(9rem, 6.6176470588vw);
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form .bl_contact_form_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#wrapper.contact .bl_contact_form dl {
  width: calc(50% - 4.5rem);
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form dl {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#wrapper.contact .bl_contact_form dl:last-of-type {
  margin-bottom: 0;
}
#wrapper.contact .bl_contact_form dl dt {
  font-weight: 900;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form dl dt {
    margin-bottom: 1.4rem;
    font-size: 1.2rem;
  }
}
#wrapper.contact .bl_contact_form dl dt .el_required {
  background-color: #7e85a6;
  color: #fff;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form dl dt .el_required {
    font-size: 1.1rem;
  }
}
#wrapper.contact .bl_contact_form dl dt .el_any {
  border: solid 0.1rem #7e85a6;
  color: #7e85a6;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form dl dt .el_any {
    font-size: 1.1rem;
  }
}
#wrapper.contact .bl_contact_form dl input, #wrapper.contact .bl_contact_form dl textarea {
  border: solid 0.1rem #c0c3d3;
  font-size: 1.6rem;
  padding: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form dl input, #wrapper.contact .bl_contact_form dl textarea {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}
#wrapper.contact .bl_contact_form dl textarea {
  height: min(25.6rem, 18.8235294118vw);
  resize: vertical;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form dl textarea {
    height: 12rem;
  }
}
#wrapper.contact .bl_contact_form dl.bl_contact_form_item_100p {
  width: 100%;
}
#wrapper.contact .bl_contact_form dl .bl_contact_privacy_box {
  border: solid 0.1rem #c0c3d3;
  height: min(25.6rem, 18.8235294118vw);
  overflow-y: scroll;
  padding: min(4.8rem, 4.1176470588vw);
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form dl .bl_contact_privacy_box {
    height: 12rem;
  }
}
#wrapper.contact .bl_contact_form dl .bl_contact_privacy_box .title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: solid 0.1rem #7e85a6;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form dl .bl_contact_privacy_box .title {
    font-size: 1.4rem;
  }
}
#wrapper.contact .bl_contact_form .el_link_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: min(8rem, 5.8823529412vw) auto 0;
  gap: 3rem;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form .el_link_btn_list {
    margin-top: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
#wrapper.contact .bl_contact_form .el_link_btn_list #js-back::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form .el_link_btn_list .el_link_btn button {
    padding: 1.2rem 4rem;
  }
}
#wrapper.contact .bl_contact_form input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#wrapper.contact .bl_contact_form .agree_item {
  display: table;
  margin: min(4rem, 2.9411764706vw) auto 0;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form .agree_item {
    margin: 4rem auto 0;
  }
}
#wrapper.contact .bl_contact_form .agree_item label {
  position: relative;
}
#wrapper.contact .bl_contact_form .agree_item label:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: min(2rem, 1.4705882353vw);
  width: min(2rem, 1.4705882353vw);
  position: absolute;
  border: solid 0.1rem #ddd;
  top: 50%;
  bottom: 0;
  right: max(-3.5rem, -2.5735294118vw);
  margin-top: max(-1rem, -0.7352941176vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form .agree_item label:before {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -0.9rem;
    right: -2.2rem;
  }
}
#wrapper.contact .bl_contact_form .agree_item label:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: min(1.2rem, 0.8823529412vw);
  width: min(1.2rem, 0.8823529412vw);
  position: absolute;
  background: #555;
  top: 50%;
  right: max(-3.05rem, -2.2426470588vw);
  margin-top: max(-0.6rem, -0.4411764706vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #wrapper.contact .bl_contact_form .agree_item label:after {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.6rem;
    right: -1.9rem;
  }
}
#wrapper.contact .bl_contact_form .agree_item input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#wrapper.contact .bl_contact_form .formErrVox {
  display: none;
}

/* 
------------------------------------------- */
.hp_ffss {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.hp_ffs {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.hp_fwn {
  font-weight: normal;
}

.hp_fwb {
  font-weight: bold;
}

.hp_fwbr {
  font-weight: bolder;
}

.hp_fwlr {
  font-weight: lighter;
}

.hp_fw100 {
  font-weight: 100;
}

.hp_fw200 {
  font-weight: 200;
}

.hp_fw300 {
  font-weight: 300;
}

.hp_fw400 {
  font-weight: 400;
}

.hp_fw500 {
  font-weight: 500;
}

.hp_fw600 {
  font-weight: 600;
}

.hp_fw700 {
  font-weight: 700;
}

.hp_fw800 {
  font-weight: 800;
}

.hp_fw900 {
  font-weight: 900;
}

.hp_fsn {
  font-style: normal;
}

.hp_fsi {
  font-style: italic;
}

.hp_fso {
  font-style: oblique;
}

.hp_c-white {
  color: #fff;
}

.hp_c-black {
  color: #000;
}

.hp_fsz10 {
  font-size: min(1rem, 10vw / 13.6);
}

.hp_fsz11 {
  font-size: min(1.1rem, 11vw / 13.6);
}

.hp_fsz12 {
  font-size: min(1.2rem, 12vw / 13.6);
}

.hp_fsz13 {
  font-size: min(1.3rem, 13vw / 13.6);
}

.hp_fsz14 {
  font-size: min(1.4rem, 14vw / 13.6);
}

.hp_fsz15 {
  font-size: min(1.5rem, 15vw / 13.6);
}

.hp_fsz16 {
  font-size: min(1.6rem, 16vw / 13.6);
}

.hp_fsz17 {
  font-size: min(1.7rem, 17vw / 13.6);
}

.hp_fsz18 {
  font-size: min(1.8rem, 18vw / 13.6);
}

.hp_fsz19 {
  font-size: min(1.9rem, 19vw / 13.6);
}

.hp_fsz20 {
  font-size: min(2rem, 20vw / 13.6);
}

.hp_fsz21 {
  font-size: min(2.1rem, 21vw / 13.6);
}

.hp_fsz22 {
  font-size: min(2.2rem, 22vw / 13.6);
}

.hp_fsz23 {
  font-size: min(2.3rem, 23vw / 13.6);
}

.hp_fsz24 {
  font-size: min(2.4rem, 24vw / 13.6);
}

.hp_fsz25 {
  font-size: min(2.5rem, 25vw / 13.6);
}

.hp_fsz26 {
  font-size: min(2.6rem, 26vw / 13.6);
}

.hp_fsz27 {
  font-size: min(2.7rem, 27vw / 13.6);
}

.hp_fsz28 {
  font-size: min(2.8rem, 28vw / 13.6);
}

.hp_fsz29 {
  font-size: min(2.9rem, 29vw / 13.6);
}

.hp_fsz30 {
  font-size: min(3rem, 30vw / 13.6);
}

.hp_fsz31 {
  font-size: min(3.1rem, 31vw / 13.6);
}

.hp_fsz32 {
  font-size: min(3.2rem, 32vw / 13.6);
}

.hp_fsz33 {
  font-size: min(3.3rem, 33vw / 13.6);
}

.hp_fsz34 {
  font-size: min(3.4rem, 34vw / 13.6);
}

.hp_fsz35 {
  font-size: min(3.5rem, 35vw / 13.6);
}

.hp_fsz36 {
  font-size: min(3.6rem, 36vw / 13.6);
}

.hp_fsz37 {
  font-size: min(3.7rem, 37vw / 13.6);
}

.hp_fsz38 {
  font-size: min(3.8rem, 38vw / 13.6);
}

.hp_fsz39 {
  font-size: min(3.9rem, 39vw / 13.6);
}

.hp_fsz40 {
  font-size: min(4rem, 40vw / 13.6);
}

.hp_fsz41 {
  font-size: min(4.1rem, 41vw / 13.6);
}

.hp_fsz42 {
  font-size: min(4.2rem, 42vw / 13.6);
}

.hp_fsz43 {
  font-size: min(4.3rem, 43vw / 13.6);
}

.hp_fsz44 {
  font-size: min(4.4rem, 44vw / 13.6);
}

.hp_fsz45 {
  font-size: min(4.5rem, 45vw / 13.6);
}

.hp_fsz46 {
  font-size: min(4.6rem, 46vw / 13.6);
}

.hp_fsz47 {
  font-size: min(4.7rem, 47vw / 13.6);
}

.hp_fsz48 {
  font-size: min(4.8rem, 48vw / 13.6);
}

@media (max-width: 768px) {
  .hp_fsz5_sp {
    font-size: 0.5rem;
  }
  .hp_fsz6_sp {
    font-size: 0.6rem;
  }
  .hp_fsz7_sp {
    font-size: 0.7rem;
  }
  .hp_fsz8_sp {
    font-size: 0.8rem;
  }
  .hp_fsz9_sp {
    font-size: 0.9rem;
  }
  .hp_fsz10_sp {
    font-size: 1rem;
  }
  .hp_fsz11_sp {
    font-size: 1.1rem;
  }
  .hp_fsz12_sp {
    font-size: 1.2rem;
  }
  .hp_fsz13_sp {
    font-size: 1.3rem;
  }
  .hp_fsz14_sp {
    font-size: 1.4rem;
  }
  .hp_fsz15_sp {
    font-size: 1.5rem;
  }
  .hp_fsz16_sp {
    font-size: 1.6rem;
  }
  .hp_fsz17_sp {
    font-size: 1.7rem;
  }
  .hp_fsz18_sp {
    font-size: 1.8rem;
  }
  .hp_fsz19_sp {
    font-size: 1.9rem;
  }
  .hp_fsz20_sp {
    font-size: 2rem;
  }
  .hp_fsz21_sp {
    font-size: 2.1rem;
  }
  .hp_fsz22_sp {
    font-size: 2.2rem;
  }
  .hp_fsz23_sp {
    font-size: 2.3rem;
  }
  .hp_fsz24_sp {
    font-size: 2.4rem;
  }
  .hp_fsz25_sp {
    font-size: 2.5rem;
  }
  .hp_fsz26_sp {
    font-size: 2.6rem;
  }
  .hp_fsz27_sp {
    font-size: 2.7rem;
  }
  .hp_fsz28_sp {
    font-size: 2.8rem;
  }
  .hp_fsz29_sp {
    font-size: 2.9rem;
  }
  .hp_fsz30_sp {
    font-size: 3rem;
  }
  .hp_fsz31_sp {
    font-size: 3.1rem;
  }
  .hp_fsz32_sp {
    font-size: 3.2rem;
  }
}
.hp_tal {
  text-align: left;
}

.hp_tar {
  text-align: right;
}

.hp_tac {
  text-align: center;
}

.hp_taj {
  text-align: justify;
}

@media (min-width: 769px) {
  .hp_tal_pc {
    text-align: left;
  }
  .hp_tar_pc {
    text-align: right;
  }
  .hp_tac_pc {
    text-align: center;
  }
  .hp_taj_pc {
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .hp_tal_sp {
    text-align: left;
  }
  .hp_tar_sp {
    text-align: right;
  }
  .hp_tac_sp {
    text-align: center;
  }
  .hp_taj_sp {
    text-align: justify;
  }
}
.hp_tdn {
  text-decoration: none;
}

.hp_tdu {
  text-decoration: underline;
}

.hp_tdo {
  text-decoration: overline;
}

.hp_tdl {
  text-decoration: line-through;
}

.hp_lh110p {
  line-height: 1.1;
}

.hp_lh120p {
  line-height: 1.2;
}

.hp_lh130p {
  line-height: 1.3;
}

.hp_lh140p {
  line-height: 1.4;
}

.hp_lh150p {
  line-height: 1.5;
}

.hp_lh160p {
  line-height: 1.6;
}

.hp_lh170p {
  line-height: 1.7;
}

.hp_lh180p {
  line-height: 1.8;
}

.hp_lh190p {
  line-height: 1.9;
}

.hp_lh200p {
  line-height: 2;
}

.hp_lh210p {
  line-height: 2.1;
}

.hp_lh220p {
  line-height: 2.2;
}

.hp_lh230p {
  line-height: 2.3;
}

.hp_lh240p {
  line-height: 2.4;
}

.hp_lh250p {
  line-height: 2.5;
}

.hp_lisn {
  list-style: none;
}

.hp_listn {
  list-style-type: none;
}

.hp_listd {
  list-style-type: disc;
}

.hp_listc {
  list-style-type: circle;
}

.hp_lists {
  list-style-type: square;
}

.hp_listdc {
  list-style-type: decimal;
}

.hp_listdclz {
  list-style-type: decimal-leading-zero;
}

.hp_listlr {
  list-style-type: lower-roman;
}

.hp_listur {
  list-style-type: upper-roman;
}

.hp_bgc-white {
  background-color: #fff;
}

.hp_bgc-black {
  background-color: #000;
}

.hp_mla {
  margin-left: auto;
}

.hp_mra {
  margin-right: auto;
}

.hp_mta {
  margin-top: auto;
}

/* margin top
------------------------------------------- */
.hp_mt0 {
  margin-top: min(0rem, 0vw / 13.6);
}

.hp_mt4 {
  margin-top: min(0.4rem, 4vw / 13.6);
}

.hp_mt8 {
  margin-top: min(0.8rem, 8vw / 13.6);
}

.hp_mt12 {
  margin-top: min(1.2rem, 12vw / 13.6);
}

.hp_mt16 {
  margin-top: min(1.6rem, 16vw / 13.6);
}

.hp_mt20 {
  margin-top: min(2rem, 20vw / 13.6);
}

.hp_mt24 {
  margin-top: min(2.4rem, 24vw / 13.6);
}

.hp_mt28 {
  margin-top: min(2.8rem, 28vw / 13.6);
}

.hp_mt32 {
  margin-top: min(3.2rem, 32vw / 13.6);
}

.hp_mt36 {
  margin-top: min(3.6rem, 36vw / 13.6);
}

.hp_mt40 {
  margin-top: min(4rem, 40vw / 13.6);
}

.hp_mt44 {
  margin-top: min(4.4rem, 44vw / 13.6);
}

.hp_mt48 {
  margin-top: min(4.8rem, 48vw / 13.6);
}

.hp_mt52 {
  margin-top: min(5.2rem, 52vw / 13.6);
}

.hp_mt56 {
  margin-top: min(5.6rem, 56vw / 13.6);
}

.hp_mt60 {
  margin-top: min(6rem, 60vw / 13.6);
}

.hp_mt64 {
  margin-top: min(6.4rem, 64vw / 13.6);
}

.hp_mt68 {
  margin-top: min(6.8rem, 68vw / 13.6);
}

.hp_mt72 {
  margin-top: min(7.2rem, 72vw / 13.6);
}

.hp_mt76 {
  margin-top: min(7.6rem, 76vw / 13.6);
}

.hp_mt80 {
  margin-top: min(8rem, 80vw / 13.6);
}

.hp_mt84 {
  margin-top: min(8.4rem, 84vw / 13.6);
}

.hp_mt88 {
  margin-top: min(8.8rem, 88vw / 13.6);
}

.hp_mt92 {
  margin-top: min(9.2rem, 92vw / 13.6);
}

.hp_mt96 {
  margin-top: min(9.6rem, 96vw / 13.6);
}

.hp_mt100 {
  margin-top: min(10rem, 100vw / 13.6);
}

.hp_mt104 {
  margin-top: min(10.4rem, 104vw / 13.6);
}

.hp_mt108 {
  margin-top: min(10.8rem, 108vw / 13.6);
}

.hp_mt112 {
  margin-top: min(11.2rem, 112vw / 13.6);
}

.hp_mt116 {
  margin-top: min(11.6rem, 116vw / 13.6);
}

.hp_mt120 {
  margin-top: min(12rem, 120vw / 13.6);
}

.hp_mt124 {
  margin-top: min(12.4rem, 124vw / 13.6);
}

.hp_mt128 {
  margin-top: min(12.8rem, 128vw / 13.6);
}

.hp_mt132 {
  margin-top: min(13.2rem, 132vw / 13.6);
}

.hp_mt136 {
  margin-top: min(13.6rem, 136vw / 13.6);
}

.hp_mt140 {
  margin-top: min(14rem, 140vw / 13.6);
}

.hp_mt144 {
  margin-top: min(14.4rem, 144vw / 13.6);
}

.hp_mt148 {
  margin-top: min(14.8rem, 148vw / 13.6);
}

.hp_mt152 {
  margin-top: min(15.2rem, 152vw / 13.6);
}

.hp_mt156 {
  margin-top: min(15.6rem, 156vw / 13.6);
}

.hp_mt160 {
  margin-top: min(16rem, 160vw / 13.6);
}

.hp_mt164 {
  margin-top: min(16.4rem, 164vw / 13.6);
}

.hp_mt168 {
  margin-top: min(16.8rem, 168vw / 13.6);
}

.hp_mt172 {
  margin-top: min(17.2rem, 172vw / 13.6);
}

.hp_mt176 {
  margin-top: min(17.6rem, 176vw / 13.6);
}

.hp_mt180 {
  margin-top: min(18rem, 180vw / 13.6);
}

.hp_mt184 {
  margin-top: min(18.4rem, 184vw / 13.6);
}

.hp_mt188 {
  margin-top: min(18.8rem, 188vw / 13.6);
}

.hp_mt192 {
  margin-top: min(19.2rem, 192vw / 13.6);
}

.hp_mt196 {
  margin-top: min(19.6rem, 196vw / 13.6);
}

.hp_mt200 {
  margin-top: min(20rem, 200vw / 13.6);
}

.hp_mt204 {
  margin-top: min(20.4rem, 204vw / 13.6);
}

.hp_mt208 {
  margin-top: min(20.8rem, 208vw / 13.6);
}

.hp_mt212 {
  margin-top: min(21.2rem, 212vw / 13.6);
}

.hp_mt216 {
  margin-top: min(21.6rem, 216vw / 13.6);
}

.hp_mt220 {
  margin-top: min(22rem, 220vw / 13.6);
}

.hp_mt224 {
  margin-top: min(22.4rem, 224vw / 13.6);
}

.hp_mt228 {
  margin-top: min(22.8rem, 228vw / 13.6);
}

.hp_mt232 {
  margin-top: min(23.2rem, 232vw / 13.6);
}

.hp_mt236 {
  margin-top: min(23.6rem, 236vw / 13.6);
}

.hp_mt240 {
  margin-top: min(24rem, 240vw / 13.6);
}

@media (max-width: 768px) {
  .hp_mt0_sp {
    margin-top: 0rem;
  }
  .hp_mt4_sp {
    margin-top: 0.4rem;
  }
  .hp_mt8_sp {
    margin-top: 0.8rem;
  }
  .hp_mt12_sp {
    margin-top: 1.2rem;
  }
  .hp_mt16_sp {
    margin-top: 1.6rem;
  }
  .hp_mt20_sp {
    margin-top: 2rem;
  }
  .hp_mt24_sp {
    margin-top: 2.4rem;
  }
  .hp_mt28_sp {
    margin-top: 2.8rem;
  }
  .hp_mt32_sp {
    margin-top: 3.2rem;
  }
  .hp_mt36_sp {
    margin-top: 3.6rem;
  }
  .hp_mt40_sp {
    margin-top: 4rem;
  }
  .hp_mt44_sp {
    margin-top: 4.4rem;
  }
  .hp_mt48_sp {
    margin-top: 4.8rem;
  }
  .hp_mt52_sp {
    margin-top: 5.2rem;
  }
  .hp_mt56_sp {
    margin-top: 5.6rem;
  }
  .hp_mt60_sp {
    margin-top: 6rem;
  }
  .hp_mt64_sp {
    margin-top: 6.4rem;
  }
  .hp_mt68_sp {
    margin-top: 6.8rem;
  }
  .hp_mt72_sp {
    margin-top: 7.2rem;
  }
  .hp_mt76_sp {
    margin-top: 7.6rem;
  }
  .hp_mt80_sp {
    margin-top: 8rem;
  }
  .hp_mt84_sp {
    margin-top: 8.4rem;
  }
  .hp_mt88_sp {
    margin-top: 8.8rem;
  }
  .hp_mt92_sp {
    margin-top: 9.2rem;
  }
  .hp_mt96_sp {
    margin-top: 9.6rem;
  }
  .hp_mt100_sp {
    margin-top: 10rem;
  }
  .hp_mt104_sp {
    margin-top: 10.4rem;
  }
  .hp_mt108_sp {
    margin-top: 10.8rem;
  }
  .hp_mt112_sp {
    margin-top: 11.2rem;
  }
  .hp_mt116_sp {
    margin-top: 11.6rem;
  }
  .hp_mt120_sp {
    margin-top: 12rem;
  }
  .hp_mt124_sp {
    margin-top: 12.4rem;
  }
  .hp_mt128_sp {
    margin-top: 12.8rem;
  }
  .hp_mt132_sp {
    margin-top: 13.2rem;
  }
  .hp_mt136_sp {
    margin-top: 13.6rem;
  }
  .hp_mt140_sp {
    margin-top: 14rem;
  }
  .hp_mt144_sp {
    margin-top: 14.4rem;
  }
  .hp_mt148_sp {
    margin-top: 14.8rem;
  }
  .hp_mt152_sp {
    margin-top: 15.2rem;
  }
  .hp_mt156_sp {
    margin-top: 15.6rem;
  }
  .hp_mt160_sp {
    margin-top: 16rem;
  }
}
/* margin bottom
------------------------------------------- */
/* padding top
------------------------------------------- */
/* padding bottom
------------------------------------------- */
/* padding left right
------------------------------------------- */
/* width
------------------------------------------- */
.hp_w0 {
  width: min(0rem, 0vw / 13.6);
}

.hp_w4 {
  width: min(0.4rem, 4vw / 13.6);
}

.hp_w8 {
  width: min(0.8rem, 8vw / 13.6);
}

.hp_w12 {
  width: min(1.2rem, 12vw / 13.6);
}

.hp_w16 {
  width: min(1.6rem, 16vw / 13.6);
}

.hp_w20 {
  width: min(2rem, 20vw / 13.6);
}

.hp_w24 {
  width: min(2.4rem, 24vw / 13.6);
}

.hp_w28 {
  width: min(2.8rem, 28vw / 13.6);
}

.hp_w32 {
  width: min(3.2rem, 32vw / 13.6);
}

.hp_w36 {
  width: min(3.6rem, 36vw / 13.6);
}

.hp_w40 {
  width: min(4rem, 40vw / 13.6);
}

.hp_w44 {
  width: min(4.4rem, 44vw / 13.6);
}

.hp_w48 {
  width: min(4.8rem, 48vw / 13.6);
}

.hp_w52 {
  width: min(5.2rem, 52vw / 13.6);
}

.hp_w56 {
  width: min(5.6rem, 56vw / 13.6);
}

.hp_w60 {
  width: min(6rem, 60vw / 13.6);
}

.hp_w64 {
  width: min(6.4rem, 64vw / 13.6);
}

.hp_w68 {
  width: min(6.8rem, 68vw / 13.6);
}

.hp_w72 {
  width: min(7.2rem, 72vw / 13.6);
}

.hp_w76 {
  width: min(7.6rem, 76vw / 13.6);
}

.hp_w80 {
  width: min(8rem, 80vw / 13.6);
}

.hp_w84 {
  width: min(8.4rem, 84vw / 13.6);
}

.hp_w88 {
  width: min(8.8rem, 88vw / 13.6);
}

.hp_w92 {
  width: min(9.2rem, 92vw / 13.6);
}

.hp_w96 {
  width: min(9.6rem, 96vw / 13.6);
}

.hp_w100 {
  width: min(10rem, 100vw / 13.6);
}

.hp_w104 {
  width: min(10.4rem, 104vw / 13.6);
}

.hp_w108 {
  width: min(10.8rem, 108vw / 13.6);
}

.hp_w112 {
  width: min(11.2rem, 112vw / 13.6);
}

.hp_w116 {
  width: min(11.6rem, 116vw / 13.6);
}

.hp_w120 {
  width: min(12rem, 120vw / 13.6);
}

.hp_w124 {
  width: min(12.4rem, 124vw / 13.6);
}

.hp_w128 {
  width: min(12.8rem, 128vw / 13.6);
}

.hp_w132 {
  width: min(13.2rem, 132vw / 13.6);
}

.hp_w136 {
  width: min(13.6rem, 136vw / 13.6);
}

.hp_w140 {
  width: min(14rem, 140vw / 13.6);
}

.hp_w144 {
  width: min(14.4rem, 144vw / 13.6);
}

.hp_w148 {
  width: min(14.8rem, 148vw / 13.6);
}

.hp_w152 {
  width: min(15.2rem, 152vw / 13.6);
}

.hp_w156 {
  width: min(15.6rem, 156vw / 13.6);
}

.hp_w160 {
  width: min(16rem, 160vw / 13.6);
}

.hp_w164 {
  width: min(16.4rem, 164vw / 13.6);
}

.hp_w168 {
  width: min(16.8rem, 168vw / 13.6);
}

.hp_w172 {
  width: min(17.2rem, 172vw / 13.6);
}

.hp_w176 {
  width: min(17.6rem, 176vw / 13.6);
}

.hp_w180 {
  width: min(18rem, 180vw / 13.6);
}

.hp_w184 {
  width: min(18.4rem, 184vw / 13.6);
}

.hp_w188 {
  width: min(18.8rem, 188vw / 13.6);
}

.hp_w192 {
  width: min(19.2rem, 192vw / 13.6);
}

.hp_w196 {
  width: min(19.6rem, 196vw / 13.6);
}

.hp_w200 {
  width: min(20rem, 200vw / 13.6);
}

.hp_w204 {
  width: min(20.4rem, 204vw / 13.6);
}

.hp_w208 {
  width: min(20.8rem, 208vw / 13.6);
}

.hp_w212 {
  width: min(21.2rem, 212vw / 13.6);
}

.hp_w216 {
  width: min(21.6rem, 216vw / 13.6);
}

.hp_w220 {
  width: min(22rem, 220vw / 13.6);
}

.hp_w224 {
  width: min(22.4rem, 224vw / 13.6);
}

.hp_w228 {
  width: min(22.8rem, 228vw / 13.6);
}

.hp_w232 {
  width: min(23.2rem, 232vw / 13.6);
}

.hp_w236 {
  width: min(23.6rem, 236vw / 13.6);
}

.hp_w240 {
  width: min(24rem, 240vw / 13.6);
}

.hp_w244 {
  width: min(24.4rem, 244vw / 13.6);
}

.hp_w248 {
  width: min(24.8rem, 248vw / 13.6);
}

.hp_w252 {
  width: min(25.2rem, 252vw / 13.6);
}

.hp_w256 {
  width: min(25.6rem, 256vw / 13.6);
}

.hp_w260 {
  width: min(26rem, 260vw / 13.6);
}

.hp_w264 {
  width: min(26.4rem, 264vw / 13.6);
}

.hp_w268 {
  width: min(26.8rem, 268vw / 13.6);
}

.hp_w272 {
  width: min(27.2rem, 272vw / 13.6);
}

.hp_w276 {
  width: min(27.6rem, 276vw / 13.6);
}

.hp_w280 {
  width: min(28rem, 280vw / 13.6);
}

.hp_w284 {
  width: min(28.4rem, 284vw / 13.6);
}

.hp_w288 {
  width: min(28.8rem, 288vw / 13.6);
}

.hp_w292 {
  width: min(29.2rem, 292vw / 13.6);
}

.hp_w296 {
  width: min(29.6rem, 296vw / 13.6);
}

.hp_w300 {
  width: min(30rem, 300vw / 13.6);
}

.hp_w304 {
  width: min(30.4rem, 304vw / 13.6);
}

.hp_w308 {
  width: min(30.8rem, 308vw / 13.6);
}

.hp_w312 {
  width: min(31.2rem, 312vw / 13.6);
}

.hp_w316 {
  width: min(31.6rem, 316vw / 13.6);
}

.hp_w320 {
  width: min(32rem, 320vw / 13.6);
}

.hp_w324 {
  width: min(32.4rem, 324vw / 13.6);
}

.hp_w328 {
  width: min(32.8rem, 328vw / 13.6);
}

.hp_w332 {
  width: min(33.2rem, 332vw / 13.6);
}

.hp_w336 {
  width: min(33.6rem, 336vw / 13.6);
}

.hp_w340 {
  width: min(34rem, 340vw / 13.6);
}

.hp_w344 {
  width: min(34.4rem, 344vw / 13.6);
}

.hp_w348 {
  width: min(34.8rem, 348vw / 13.6);
}

.hp_w352 {
  width: min(35.2rem, 352vw / 13.6);
}

.hp_w356 {
  width: min(35.6rem, 356vw / 13.6);
}

.hp_w360 {
  width: min(36rem, 360vw / 13.6);
}

.hp_w364 {
  width: min(36.4rem, 364vw / 13.6);
}

.hp_w368 {
  width: min(36.8rem, 368vw / 13.6);
}

.hp_w372 {
  width: min(37.2rem, 372vw / 13.6);
}

.hp_w376 {
  width: min(37.6rem, 376vw / 13.6);
}

.hp_w380 {
  width: min(38rem, 380vw / 13.6);
}

.hp_w384 {
  width: min(38.4rem, 384vw / 13.6);
}

.hp_w388 {
  width: min(38.8rem, 388vw / 13.6);
}

.hp_w392 {
  width: min(39.2rem, 392vw / 13.6);
}

.hp_w396 {
  width: min(39.6rem, 396vw / 13.6);
}

.hp_w400 {
  width: min(40rem, 400vw / 13.6);
}

.hp_w404 {
  width: min(40.4rem, 404vw / 13.6);
}

.hp_w408 {
  width: min(40.8rem, 408vw / 13.6);
}

.hp_w412 {
  width: min(41.2rem, 412vw / 13.6);
}

.hp_w416 {
  width: min(41.6rem, 416vw / 13.6);
}

.hp_w420 {
  width: min(42rem, 420vw / 13.6);
}

.hp_w424 {
  width: min(42.4rem, 424vw / 13.6);
}

.hp_w428 {
  width: min(42.8rem, 428vw / 13.6);
}

.hp_w432 {
  width: min(43.2rem, 432vw / 13.6);
}

.hp_w436 {
  width: min(43.6rem, 436vw / 13.6);
}

.hp_w440 {
  width: min(44rem, 440vw / 13.6);
}

.hp_w444 {
  width: min(44.4rem, 444vw / 13.6);
}

.hp_w448 {
  width: min(44.8rem, 448vw / 13.6);
}

.hp_w452 {
  width: min(45.2rem, 452vw / 13.6);
}

.hp_w456 {
  width: min(45.6rem, 456vw / 13.6);
}

.hp_w460 {
  width: min(46rem, 460vw / 13.6);
}

.hp_w464 {
  width: min(46.4rem, 464vw / 13.6);
}

.hp_w468 {
  width: min(46.8rem, 468vw / 13.6);
}

.hp_w472 {
  width: min(47.2rem, 472vw / 13.6);
}

.hp_w476 {
  width: min(47.6rem, 476vw / 13.6);
}

.hp_w480 {
  width: min(48rem, 480vw / 13.6);
}

.hp_w484 {
  width: min(48.4rem, 484vw / 13.6);
}

.hp_w488 {
  width: min(48.8rem, 488vw / 13.6);
}

.hp_w492 {
  width: min(49.2rem, 492vw / 13.6);
}

.hp_w496 {
  width: min(49.6rem, 496vw / 13.6);
}

.hp_w500 {
  width: min(50rem, 500vw / 13.6);
}

.hp_w504 {
  width: min(50.4rem, 504vw / 13.6);
}

.hp_w508 {
  width: min(50.8rem, 508vw / 13.6);
}

.hp_w512 {
  width: min(51.2rem, 512vw / 13.6);
}

.hp_w516 {
  width: min(51.6rem, 516vw / 13.6);
}

.hp_w520 {
  width: min(52rem, 520vw / 13.6);
}

.hp_w524 {
  width: min(52.4rem, 524vw / 13.6);
}

.hp_w528 {
  width: min(52.8rem, 528vw / 13.6);
}

.hp_w532 {
  width: min(53.2rem, 532vw / 13.6);
}

.hp_w536 {
  width: min(53.6rem, 536vw / 13.6);
}

.hp_w540 {
  width: min(54rem, 540vw / 13.6);
}

.hp_w544 {
  width: min(54.4rem, 544vw / 13.6);
}

.hp_w548 {
  width: min(54.8rem, 548vw / 13.6);
}

.hp_w552 {
  width: min(55.2rem, 552vw / 13.6);
}

.hp_w556 {
  width: min(55.6rem, 556vw / 13.6);
}

.hp_w560 {
  width: min(56rem, 560vw / 13.6);
}

.hp_w564 {
  width: min(56.4rem, 564vw / 13.6);
}

.hp_w568 {
  width: min(56.8rem, 568vw / 13.6);
}

.hp_w572 {
  width: min(57.2rem, 572vw / 13.6);
}

.hp_w576 {
  width: min(57.6rem, 576vw / 13.6);
}

.hp_w580 {
  width: min(58rem, 580vw / 13.6);
}

.hp_w584 {
  width: min(58.4rem, 584vw / 13.6);
}

.hp_w588 {
  width: min(58.8rem, 588vw / 13.6);
}

.hp_w592 {
  width: min(59.2rem, 592vw / 13.6);
}

.hp_w596 {
  width: min(59.6rem, 596vw / 13.6);
}

.hp_w600 {
  width: min(60rem, 600vw / 13.6);
}

.hp_w604 {
  width: min(60.4rem, 604vw / 13.6);
}

.hp_w608 {
  width: min(60.8rem, 608vw / 13.6);
}

.hp_w612 {
  width: min(61.2rem, 612vw / 13.6);
}

.hp_w616 {
  width: min(61.6rem, 616vw / 13.6);
}

.hp_w620 {
  width: min(62rem, 620vw / 13.6);
}

.hp_w624 {
  width: min(62.4rem, 624vw / 13.6);
}

.hp_w628 {
  width: min(62.8rem, 628vw / 13.6);
}

.hp_w632 {
  width: min(63.2rem, 632vw / 13.6);
}

.hp_w636 {
  width: min(63.6rem, 636vw / 13.6);
}

.hp_w640 {
  width: min(64rem, 640vw / 13.6);
}

.hp_w644 {
  width: min(64.4rem, 644vw / 13.6);
}

.hp_w648 {
  width: min(64.8rem, 648vw / 13.6);
}

.hp_w652 {
  width: min(65.2rem, 652vw / 13.6);
}

.hp_w656 {
  width: min(65.6rem, 656vw / 13.6);
}

.hp_w660 {
  width: min(66rem, 660vw / 13.6);
}

.hp_w664 {
  width: min(66.4rem, 664vw / 13.6);
}

.hp_w668 {
  width: min(66.8rem, 668vw / 13.6);
}

.hp_w672 {
  width: min(67.2rem, 672vw / 13.6);
}

.hp_w676 {
  width: min(67.6rem, 676vw / 13.6);
}

.hp_w680 {
  width: min(68rem, 680vw / 13.6);
}

.hp_w684 {
  width: min(68.4rem, 684vw / 13.6);
}

.hp_w688 {
  width: min(68.8rem, 688vw / 13.6);
}

.hp_w692 {
  width: min(69.2rem, 692vw / 13.6);
}

.hp_w696 {
  width: min(69.6rem, 696vw / 13.6);
}

.hp_w700 {
  width: min(70rem, 700vw / 13.6);
}

.hp_w704 {
  width: min(70.4rem, 704vw / 13.6);
}

.hp_w708 {
  width: min(70.8rem, 708vw / 13.6);
}

.hp_w712 {
  width: min(71.2rem, 712vw / 13.6);
}

.hp_w716 {
  width: min(71.6rem, 716vw / 13.6);
}

.hp_w720 {
  width: min(72rem, 720vw / 13.6);
}

.hp_w724 {
  width: min(72.4rem, 724vw / 13.6);
}

.hp_w728 {
  width: min(72.8rem, 728vw / 13.6);
}

.hp_w732 {
  width: min(73.2rem, 732vw / 13.6);
}

.hp_w736 {
  width: min(73.6rem, 736vw / 13.6);
}

.hp_w740 {
  width: min(74rem, 740vw / 13.6);
}

.hp_w744 {
  width: min(74.4rem, 744vw / 13.6);
}

.hp_w748 {
  width: min(74.8rem, 748vw / 13.6);
}

.hp_w752 {
  width: min(75.2rem, 752vw / 13.6);
}

.hp_w756 {
  width: min(75.6rem, 756vw / 13.6);
}

.hp_w760 {
  width: min(76rem, 760vw / 13.6);
}

.hp_w764 {
  width: min(76.4rem, 764vw / 13.6);
}

.hp_w768 {
  width: min(76.8rem, 768vw / 13.6);
}

.hp_w772 {
  width: min(77.2rem, 772vw / 13.6);
}

.hp_w776 {
  width: min(77.6rem, 776vw / 13.6);
}

.hp_w780 {
  width: min(78rem, 780vw / 13.6);
}

.hp_w784 {
  width: min(78.4rem, 784vw / 13.6);
}

.hp_w788 {
  width: min(78.8rem, 788vw / 13.6);
}

.hp_w792 {
  width: min(79.2rem, 792vw / 13.6);
}

.hp_w796 {
  width: min(79.6rem, 796vw / 13.6);
}

.hp_w800 {
  width: min(80rem, 800vw / 13.6);
}

.hp_w804 {
  width: min(80.4rem, 804vw / 13.6);
}

.hp_w808 {
  width: min(80.8rem, 808vw / 13.6);
}

.hp_w812 {
  width: min(81.2rem, 812vw / 13.6);
}

.hp_w816 {
  width: min(81.6rem, 816vw / 13.6);
}

.hp_w820 {
  width: min(82rem, 820vw / 13.6);
}

.hp_w824 {
  width: min(82.4rem, 824vw / 13.6);
}

.hp_w828 {
  width: min(82.8rem, 828vw / 13.6);
}

.hp_w832 {
  width: min(83.2rem, 832vw / 13.6);
}

.hp_w836 {
  width: min(83.6rem, 836vw / 13.6);
}

.hp_w840 {
  width: min(84rem, 840vw / 13.6);
}

.hp_w844 {
  width: min(84.4rem, 844vw / 13.6);
}

.hp_w848 {
  width: min(84.8rem, 848vw / 13.6);
}

.hp_w852 {
  width: min(85.2rem, 852vw / 13.6);
}

.hp_w856 {
  width: min(85.6rem, 856vw / 13.6);
}

.hp_w860 {
  width: min(86rem, 860vw / 13.6);
}

.hp_w864 {
  width: min(86.4rem, 864vw / 13.6);
}

.hp_w868 {
  width: min(86.8rem, 868vw / 13.6);
}

.hp_w872 {
  width: min(87.2rem, 872vw / 13.6);
}

.hp_w876 {
  width: min(87.6rem, 876vw / 13.6);
}

.hp_w880 {
  width: min(88rem, 880vw / 13.6);
}

.hp_w884 {
  width: min(88.4rem, 884vw / 13.6);
}

.hp_w888 {
  width: min(88.8rem, 888vw / 13.6);
}

.hp_w892 {
  width: min(89.2rem, 892vw / 13.6);
}

.hp_w896 {
  width: min(89.6rem, 896vw / 13.6);
}

.hp_w900 {
  width: min(90rem, 900vw / 13.6);
}

.hp_w904 {
  width: min(90.4rem, 904vw / 13.6);
}

.hp_w908 {
  width: min(90.8rem, 908vw / 13.6);
}

.hp_w912 {
  width: min(91.2rem, 912vw / 13.6);
}

.hp_w916 {
  width: min(91.6rem, 916vw / 13.6);
}

.hp_w920 {
  width: min(92rem, 920vw / 13.6);
}

.hp_w924 {
  width: min(92.4rem, 924vw / 13.6);
}

.hp_w928 {
  width: min(92.8rem, 928vw / 13.6);
}

.hp_w932 {
  width: min(93.2rem, 932vw / 13.6);
}

.hp_w936 {
  width: min(93.6rem, 936vw / 13.6);
}

.hp_w940 {
  width: min(94rem, 940vw / 13.6);
}

.hp_w944 {
  width: min(94.4rem, 944vw / 13.6);
}

.hp_w948 {
  width: min(94.8rem, 948vw / 13.6);
}

.hp_w952 {
  width: min(95.2rem, 952vw / 13.6);
}

.hp_w956 {
  width: min(95.6rem, 956vw / 13.6);
}

.hp_w960 {
  width: min(96rem, 960vw / 13.6);
}

.hp_w964 {
  width: min(96.4rem, 964vw / 13.6);
}

.hp_w968 {
  width: min(96.8rem, 968vw / 13.6);
}

.hp_w972 {
  width: min(97.2rem, 972vw / 13.6);
}

.hp_w976 {
  width: min(97.6rem, 976vw / 13.6);
}

.hp_w980 {
  width: min(98rem, 980vw / 13.6);
}

.hp_w984 {
  width: min(98.4rem, 984vw / 13.6);
}

.hp_w988 {
  width: min(98.8rem, 988vw / 13.6);
}

.hp_w992 {
  width: min(99.2rem, 992vw / 13.6);
}

.hp_w996 {
  width: min(99.6rem, 996vw / 13.6);
}

.hp_w1000 {
  width: min(100rem, 1000vw / 13.6);
}

.hp_w1004 {
  width: min(100.4rem, 1004vw / 13.6);
}

.hp_w1008 {
  width: min(100.8rem, 1008vw / 13.6);
}

.hp_w1012 {
  width: min(101.2rem, 1012vw / 13.6);
}

.hp_w1016 {
  width: min(101.6rem, 1016vw / 13.6);
}

.hp_w1020 {
  width: min(102rem, 1020vw / 13.6);
}

.hp_w1024 {
  width: min(102.4rem, 1024vw / 13.6);
}

.hp_w1028 {
  width: min(102.8rem, 1028vw / 13.6);
}

.hp_w1032 {
  width: min(103.2rem, 1032vw / 13.6);
}

.hp_w1036 {
  width: min(103.6rem, 1036vw / 13.6);
}

.hp_w1040 {
  width: min(104rem, 1040vw / 13.6);
}

.hp_w1044 {
  width: min(104.4rem, 1044vw / 13.6);
}

.hp_w1048 {
  width: min(104.8rem, 1048vw / 13.6);
}

.hp_w1052 {
  width: min(105.2rem, 1052vw / 13.6);
}

.hp_w1056 {
  width: min(105.6rem, 1056vw / 13.6);
}

.hp_w1060 {
  width: min(106rem, 1060vw / 13.6);
}

.hp_w1064 {
  width: min(106.4rem, 1064vw / 13.6);
}

.hp_w1068 {
  width: min(106.8rem, 1068vw / 13.6);
}

.hp_w1072 {
  width: min(107.2rem, 1072vw / 13.6);
}

.hp_w1076 {
  width: min(107.6rem, 1076vw / 13.6);
}

.hp_w1080 {
  width: min(108rem, 1080vw / 13.6);
}

.hp_w1084 {
  width: min(108.4rem, 1084vw / 13.6);
}

.hp_w1088 {
  width: min(108.8rem, 1088vw / 13.6);
}

.hp_w1092 {
  width: min(109.2rem, 1092vw / 13.6);
}

.hp_w1096 {
  width: min(109.6rem, 1096vw / 13.6);
}

.hp_w1100 {
  width: min(110rem, 1100vw / 13.6);
}

.hp_w1104 {
  width: min(110.4rem, 1104vw / 13.6);
}

.hp_w1108 {
  width: min(110.8rem, 1108vw / 13.6);
}

.hp_w1112 {
  width: min(111.2rem, 1112vw / 13.6);
}

.hp_w1116 {
  width: min(111.6rem, 1116vw / 13.6);
}

.hp_w1120 {
  width: min(112rem, 1120vw / 13.6);
}

.hp_w1124 {
  width: min(112.4rem, 1124vw / 13.6);
}

.hp_w1128 {
  width: min(112.8rem, 1128vw / 13.6);
}

.hp_w1132 {
  width: min(113.2rem, 1132vw / 13.6);
}

.hp_w1136 {
  width: min(113.6rem, 1136vw / 13.6);
}

.hp_w1140 {
  width: min(114rem, 1140vw / 13.6);
}

.hp_w1144 {
  width: min(114.4rem, 1144vw / 13.6);
}

.hp_w1148 {
  width: min(114.8rem, 1148vw / 13.6);
}

.hp_w1152 {
  width: min(115.2rem, 1152vw / 13.6);
}

.hp_w1156 {
  width: min(115.6rem, 1156vw / 13.6);
}

.hp_w1160 {
  width: min(116rem, 1160vw / 13.6);
}

.hp_w1164 {
  width: min(116.4rem, 1164vw / 13.6);
}

.hp_w1168 {
  width: min(116.8rem, 1168vw / 13.6);
}

.hp_w1172 {
  width: min(117.2rem, 1172vw / 13.6);
}

.hp_w1176 {
  width: min(117.6rem, 1176vw / 13.6);
}

.hp_w1180 {
  width: min(118rem, 1180vw / 13.6);
}

.hp_w1184 {
  width: min(118.4rem, 1184vw / 13.6);
}

.hp_w1188 {
  width: min(118.8rem, 1188vw / 13.6);
}

.hp_w1192 {
  width: min(119.2rem, 1192vw / 13.6);
}

.hp_w1196 {
  width: min(119.6rem, 1196vw / 13.6);
}

.hp_w1200 {
  width: min(120rem, 1200vw / 13.6);
}

.hp_w1204 {
  width: min(120.4rem, 1204vw / 13.6);
}

.hp_w1208 {
  width: min(120.8rem, 1208vw / 13.6);
}

.hp_w1212 {
  width: min(121.2rem, 1212vw / 13.6);
}

.hp_w1216 {
  width: min(121.6rem, 1216vw / 13.6);
}

.hp_w1220 {
  width: min(122rem, 1220vw / 13.6);
}

.hp_w1224 {
  width: min(122.4rem, 1224vw / 13.6);
}

.hp_w1228 {
  width: min(122.8rem, 1228vw / 13.6);
}

.hp_w1232 {
  width: min(123.2rem, 1232vw / 13.6);
}

.hp_w1236 {
  width: min(123.6rem, 1236vw / 13.6);
}

.hp_w1240 {
  width: min(124rem, 1240vw / 13.6);
}

.hp_w1244 {
  width: min(124.4rem, 1244vw / 13.6);
}

.hp_w1248 {
  width: min(124.8rem, 1248vw / 13.6);
}

.hp_w1252 {
  width: min(125.2rem, 1252vw / 13.6);
}

.hp_w1256 {
  width: min(125.6rem, 1256vw / 13.6);
}

.hp_w1260 {
  width: min(126rem, 1260vw / 13.6);
}

.hp_w1264 {
  width: min(126.4rem, 1264vw / 13.6);
}

.hp_w1268 {
  width: min(126.8rem, 1268vw / 13.6);
}

.hp_w1272 {
  width: min(127.2rem, 1272vw / 13.6);
}

.hp_w1276 {
  width: min(127.6rem, 1276vw / 13.6);
}

.hp_w1280 {
  width: min(128rem, 1280vw / 13.6);
}

.hp_w1284 {
  width: min(128.4rem, 1284vw / 13.6);
}

.hp_w1288 {
  width: min(128.8rem, 1288vw / 13.6);
}

.hp_w1292 {
  width: min(129.2rem, 1292vw / 13.6);
}

.hp_w1296 {
  width: min(129.6rem, 1296vw / 13.6);
}

.hp_w1300 {
  width: min(130rem, 1300vw / 13.6);
}

.hp_w1304 {
  width: min(130.4rem, 1304vw / 13.6);
}

.hp_w1308 {
  width: min(130.8rem, 1308vw / 13.6);
}

.hp_w1312 {
  width: min(131.2rem, 1312vw / 13.6);
}

.hp_w1316 {
  width: min(131.6rem, 1316vw / 13.6);
}

.hp_w1320 {
  width: min(132rem, 1320vw / 13.6);
}

.hp_w1324 {
  width: min(132.4rem, 1324vw / 13.6);
}

.hp_w1328 {
  width: min(132.8rem, 1328vw / 13.6);
}

.hp_w1332 {
  width: min(133.2rem, 1332vw / 13.6);
}

.hp_w1336 {
  width: min(133.6rem, 1336vw / 13.6);
}

.hp_w1340 {
  width: min(134rem, 1340vw / 13.6);
}

.hp_w1344 {
  width: min(134.4rem, 1344vw / 13.6);
}

.hp_w1348 {
  width: min(134.8rem, 1348vw / 13.6);
}

.hp_w1352 {
  width: min(135.2rem, 1352vw / 13.6);
}

.hp_w1356 {
  width: min(135.6rem, 1356vw / 13.6);
}

.hp_w1360 {
  width: min(136rem, 1360vw / 13.6);
}

.hp_w1364 {
  width: min(136.4rem, 1364vw / 13.6);
}

.hp_w1368 {
  width: min(136.8rem, 1368vw / 13.6);
}

.hp_w1372 {
  width: min(137.2rem, 1372vw / 13.6);
}

.hp_w1376 {
  width: min(137.6rem, 1376vw / 13.6);
}

.hp_w1380 {
  width: min(138rem, 1380vw / 13.6);
}

.hp_w1384 {
  width: min(138.4rem, 1384vw / 13.6);
}

.hp_w1388 {
  width: min(138.8rem, 1388vw / 13.6);
}

.hp_w1392 {
  width: min(139.2rem, 1392vw / 13.6);
}

.hp_w1396 {
  width: min(139.6rem, 1396vw / 13.6);
}

.hp_w1400 {
  width: min(140rem, 1400vw / 13.6);
}

.hp_w100p {
  width: 100%;
}

@media (max-width: 768px) {
  .hp_w0_sp {
    width: 0rem;
  }
  .hp_w4_sp {
    width: 0.4rem;
  }
  .hp_w8_sp {
    width: 0.8rem;
  }
  .hp_w12_sp {
    width: 1.2rem;
  }
  .hp_w16_sp {
    width: 1.6rem;
  }
  .hp_w20_sp {
    width: 2rem;
  }
  .hp_w24_sp {
    width: 2.4rem;
  }
  .hp_w28_sp {
    width: 2.8rem;
  }
  .hp_w32_sp {
    width: 3.2rem;
  }
  .hp_w36_sp {
    width: 3.6rem;
  }
  .hp_w40_sp {
    width: 4rem;
  }
  .hp_w44_sp {
    width: 4.4rem;
  }
  .hp_w48_sp {
    width: 4.8rem;
  }
  .hp_w52_sp {
    width: 5.2rem;
  }
  .hp_w56_sp {
    width: 5.6rem;
  }
  .hp_w60_sp {
    width: 6rem;
  }
  .hp_w64_sp {
    width: 6.4rem;
  }
  .hp_w68_sp {
    width: 6.8rem;
  }
  .hp_w72_sp {
    width: 7.2rem;
  }
  .hp_w76_sp {
    width: 7.6rem;
  }
  .hp_w80_sp {
    width: 8rem;
  }
  .hp_w84_sp {
    width: 8.4rem;
  }
  .hp_w88_sp {
    width: 8.8rem;
  }
  .hp_w92_sp {
    width: 9.2rem;
  }
  .hp_w96_sp {
    width: 9.6rem;
  }
  .hp_w100_sp {
    width: 10rem;
  }
  .hp_w104_sp {
    width: 10.4rem;
  }
  .hp_w108_sp {
    width: 10.8rem;
  }
  .hp_w112_sp {
    width: 11.2rem;
  }
  .hp_w116_sp {
    width: 11.6rem;
  }
  .hp_w120_sp {
    width: 12rem;
  }
  .hp_w124_sp {
    width: 12.4rem;
  }
  .hp_w128_sp {
    width: 12.8rem;
  }
  .hp_w132_sp {
    width: 13.2rem;
  }
  .hp_w136_sp {
    width: 13.6rem;
  }
  .hp_w140_sp {
    width: 14rem;
  }
  .hp_w144_sp {
    width: 14.4rem;
  }
  .hp_w148_sp {
    width: 14.8rem;
  }
  .hp_w152_sp {
    width: 15.2rem;
  }
  .hp_w156_sp {
    width: 15.6rem;
  }
  .hp_w160_sp {
    width: 16rem;
  }
  .hp_w164_sp {
    width: 16.4rem;
  }
  .hp_w168_sp {
    width: 16.8rem;
  }
  .hp_w172_sp {
    width: 17.2rem;
  }
  .hp_w176_sp {
    width: 17.6rem;
  }
  .hp_w180_sp {
    width: 18rem;
  }
  .hp_w184_sp {
    width: 18.4rem;
  }
  .hp_w188_sp {
    width: 18.8rem;
  }
  .hp_w192_sp {
    width: 19.2rem;
  }
  .hp_w196_sp {
    width: 19.6rem;
  }
  .hp_w200_sp {
    width: 20rem;
  }
  .hp_w204_sp {
    width: 20.4rem;
  }
  .hp_w208_sp {
    width: 20.8rem;
  }
  .hp_w212_sp {
    width: 21.2rem;
  }
  .hp_w216_sp {
    width: 21.6rem;
  }
  .hp_w220_sp {
    width: 22rem;
  }
  .hp_w224_sp {
    width: 22.4rem;
  }
  .hp_w228_sp {
    width: 22.8rem;
  }
  .hp_w232_sp {
    width: 23.2rem;
  }
  .hp_w236_sp {
    width: 23.6rem;
  }
  .hp_w240_sp {
    width: 24rem;
  }
  .hp_w244_sp {
    width: 24.4rem;
  }
  .hp_w248_sp {
    width: 24.8rem;
  }
  .hp_w252_sp {
    width: 25.2rem;
  }
  .hp_w256_sp {
    width: 25.6rem;
  }
  .hp_w260_sp {
    width: 26rem;
  }
  .hp_w264_sp {
    width: 26.4rem;
  }
  .hp_w268_sp {
    width: 26.8rem;
  }
  .hp_w272_sp {
    width: 27.2rem;
  }
  .hp_w276_sp {
    width: 27.6rem;
  }
  .hp_w280_sp {
    width: 28rem;
  }
  .hp_w284_sp {
    width: 28.4rem;
  }
  .hp_w288_sp {
    width: 28.8rem;
  }
  .hp_w292_sp {
    width: 29.2rem;
  }
  .hp_w296_sp {
    width: 29.6rem;
  }
  .hp_w300_sp {
    width: 30rem;
  }
  .hp_w304_sp {
    width: 30.4rem;
  }
  .hp_w308_sp {
    width: 30.8rem;
  }
  .hp_w312_sp {
    width: 31.2rem;
  }
  .hp_w316_sp {
    width: 31.6rem;
  }
  .hp_w320_sp {
    width: 32rem;
  }
  .hp_w324_sp {
    width: 32.4rem;
  }
  .hp_w328_sp {
    width: 32.8rem;
  }
  .hp_w332_sp {
    width: 33.2rem;
  }
  .hp_w336_sp {
    width: 33.6rem;
  }
  .hp_w340_sp {
    width: 34rem;
  }
  .hp_w344_sp {
    width: 34.4rem;
  }
  .hp_w348_sp {
    width: 34.8rem;
  }
  .hp_w352_sp {
    width: 35.2rem;
  }
  .hp_w356_sp {
    width: 35.6rem;
  }
  .hp_w360_sp {
    width: 36rem;
  }
  .hp_w364_sp {
    width: 36.4rem;
  }
  .hp_w368_sp {
    width: 36.8rem;
  }
  .hp_w372_sp {
    width: 37.2rem;
  }
  .hp_w376_sp {
    width: 37.6rem;
  }
  .hp_w380_sp {
    width: 38rem;
  }
  .hp_w384_sp {
    width: 38.4rem;
  }
  .hp_w388_sp {
    width: 38.8rem;
  }
  .hp_w392_sp {
    width: 39.2rem;
  }
  .hp_w396_sp {
    width: 39.6rem;
  }
  .hp_w400_sp {
    width: 40rem;
  }
  .hp_w404_sp {
    width: 40.4rem;
  }
  .hp_w408_sp {
    width: 40.8rem;
  }
  .hp_w412_sp {
    width: 41.2rem;
  }
  .hp_w416_sp {
    width: 41.6rem;
  }
  .hp_w420_sp {
    width: 42rem;
  }
  .hp_w424_sp {
    width: 42.4rem;
  }
  .hp_w428_sp {
    width: 42.8rem;
  }
  .hp_w432_sp {
    width: 43.2rem;
  }
  .hp_w436_sp {
    width: 43.6rem;
  }
  .hp_w440_sp {
    width: 44rem;
  }
  .hp_w444_sp {
    width: 44.4rem;
  }
  .hp_w448_sp {
    width: 44.8rem;
  }
  .hp_w452_sp {
    width: 45.2rem;
  }
  .hp_w456_sp {
    width: 45.6rem;
  }
  .hp_w460_sp {
    width: 46rem;
  }
  .hp_w464_sp {
    width: 46.4rem;
  }
  .hp_w468_sp {
    width: 46.8rem;
  }
  .hp_w472_sp {
    width: 47.2rem;
  }
  .hp_w476_sp {
    width: 47.6rem;
  }
  .hp_w480_sp {
    width: 48rem;
  }
  .hp_w484_sp {
    width: 48.4rem;
  }
  .hp_w488_sp {
    width: 48.8rem;
  }
  .hp_w492_sp {
    width: 49.2rem;
  }
  .hp_w496_sp {
    width: 49.6rem;
  }
  .hp_w500_sp {
    width: 50rem;
  }
  .hp_w504_sp {
    width: 50.4rem;
  }
  .hp_w508_sp {
    width: 50.8rem;
  }
  .hp_w512_sp {
    width: 51.2rem;
  }
  .hp_w516_sp {
    width: 51.6rem;
  }
  .hp_w520_sp {
    width: 52rem;
  }
  .hp_w524_sp {
    width: 52.4rem;
  }
  .hp_w528_sp {
    width: 52.8rem;
  }
  .hp_w532_sp {
    width: 53.2rem;
  }
  .hp_w536_sp {
    width: 53.6rem;
  }
  .hp_w540_sp {
    width: 54rem;
  }
  .hp_w544_sp {
    width: 54.4rem;
  }
  .hp_w548_sp {
    width: 54.8rem;
  }
  .hp_w552_sp {
    width: 55.2rem;
  }
  .hp_w556_sp {
    width: 55.6rem;
  }
  .hp_w560_sp {
    width: 56rem;
  }
  .hp_w564_sp {
    width: 56.4rem;
  }
  .hp_w568_sp {
    width: 56.8rem;
  }
  .hp_w572_sp {
    width: 57.2rem;
  }
  .hp_w576_sp {
    width: 57.6rem;
  }
  .hp_w580_sp {
    width: 58rem;
  }
  .hp_w584_sp {
    width: 58.4rem;
  }
  .hp_w588_sp {
    width: 58.8rem;
  }
  .hp_w592_sp {
    width: 59.2rem;
  }
  .hp_w596_sp {
    width: 59.6rem;
  }
  .hp_w600_sp {
    width: 60rem;
  }
  .hp_w604_sp {
    width: 60.4rem;
  }
  .hp_w608_sp {
    width: 60.8rem;
  }
  .hp_w612_sp {
    width: 61.2rem;
  }
  .hp_w616_sp {
    width: 61.6rem;
  }
  .hp_w620_sp {
    width: 62rem;
  }
  .hp_w624_sp {
    width: 62.4rem;
  }
  .hp_w628_sp {
    width: 62.8rem;
  }
  .hp_w632_sp {
    width: 63.2rem;
  }
  .hp_w636_sp {
    width: 63.6rem;
  }
  .hp_w640_sp {
    width: 64rem;
  }
  .hp_w100p_sp {
    width: 100%;
  }
}
/* position
------------------------------------------- */
.hp_pos {
  position: relative;
}

.hp_posa {
  position: absolute;
}

/* display
------------------------------------------- */
.hp_dn {
  display: none;
}

.hp_db {
  display: block;
}

.hp_dib {
  display: inline-block;
}

.hp_di {
  display: inline;
}

.hp_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hp_dif {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 769px) {
  .hp_dn_pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .hp_dn_sp {
    display: none;
  }
}
/* overflow
------------------------------------------- */
.hp_ovv {
  overflow: vertical;
}

.hp_ovh {
  overflow: hidden;
}

/* flex-direction
------------------------------------------- */
.hp_fxdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hp_fxdcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.hp_fxdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hp_fxdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .hp_fxdc_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hp_fxdcr_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hp_fxdr_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hp_fxdrr_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
/* justify-content
------------------------------------------- */
.hp_jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hp_jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hp_jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hp_jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.hp_jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .hp_jcc_sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hp_jcfe_sp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hp_jcfs_sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hp_jcsa_sp {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .hp_jcsb_sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* align-items
------------------------------------------- */
.hp_aib {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.hp_aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hp_aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hp_aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hp_ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 768px) {
  .hp_aib_sp {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .hp_aic_sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hp_aife_sp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hp_aifs_sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hp_ais_sp {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.hv_opacity {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.hv_opacity:hover {
  opacity: 0.7;
}

.hv_scale {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.hv_scale:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hv_underline {
  cursor: pointer;
}
.hv_underline:hover {
  text-decoration: underline;
}

.js_txtStagger {
  overflow: hidden;
  letter-spacing: -0.1em;
}
.js_txtStagger span {
  display: inline-block;
}

/* 
------------------------------------------- *//*# sourceMappingURL=style.css.map */