@charset "UTF-8";
.cl_white, .headline_rounded_fill {
  color: #ffffff !important;
}

.bgcl_white {
  background-color: #ffffff !important;
}

.cl_black {
  color: #000000 !important;
}

.bgcl_black {
  background-color: #000000 !important;
}

.cl_blue, .headline_underlined {
  color: #0035af !important;
}

.bgcl_blue, .headline_rounded_fill {
  background-color: #0035af !important;
}

.cl_red {
  color: #da2525 !important;
}

.bgcl_red {
  background-color: #da2525 !important;
}

.cl_blue_sub {
  color: #0051a3 !important;
}

.bgcl_blue_sub {
  background-color: #0051a3 !important;
}

.cl_red_sub {
  color: #f6605b !important;
}

.bgcl_red_sub {
  background-color: #f6605b !important;
}

.cl_sky {
  color: #83a4d9 !important;
}

.bgcl_sky, .interview_que::before {
  background-color: #83a4d9 !important;
}

.cl_sky_br, .interview_que {
  color: #74abff !important;
}

.bgcl_sky_br {
  background-color: #74abff !important;
}

.cl_navy {
  color: #002e6e !important;
}

.bgcl_navy {
  background-color: #002e6e !important;
}

.cl_basic_bg {
  color: #badeff !important;
}

.bgcl_basic_bg {
  background-color: #badeff !important;
}

.cl_gray {
  color: #dee0e5 !important;
}

.bgcl_gray {
  background-color: #dee0e5 !important;
}

.cl_gray_l {
  color: #f0f2f7 !important;
}

.bgcl_gray_l {
  background-color: #f0f2f7 !important;
}

.cl_gray_d {
  color: #616161 !important;
}

.bgcl_gray_d {
  background-color: #616161 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  line-height: 1;
  background-color: #ffffff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 60%;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 55%;
  }
}

@font-face {
  font-family: Zen_Kaku_Gothic_New;
  font-display: swap;
  src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf") format("TrueType");
}
html,
body {
  font-family: "Zen_Kaku_Gothic_New", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", "Yu Gothic", Noto Sans JP, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Zen_Kaku_Gothic_New_M;
  font-display: swap;
  src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.ttf") format("TrueType");
}
.fw_m, .headline_rounded_fill, .headline_underlined {
  font-family: "Zen_Kaku_Gothic_New_M", sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Zen_Kaku_Gothic_New_B;
  font-display: swap;
  src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf") format("TrueType");
}
.fw_b, .interview_que {
  font-family: "Zen_Kaku_Gothic_New_B", sans-serif;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 1.5rem !important;
  line-height: 1.7em;
  color: #000000;
  transition: 0.3s;
  text-underline-position: under;
  background-position: center top;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  color: #000000;
  transition: 0.3s;
}

.fs8 {
  font-size: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .fs8 {
    font-size: 0.76rem;
  }
}

.lh8 {
  line-height: 0.8em;
}
@media screen and (max-width: 767.98px) {
  .lh8 {
    line-height: 0.76em;
  }
}

.fs10 {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .fs10 {
    font-size: 0.95rem;
  }
}

.lh10 {
  line-height: 1em;
}
@media screen and (max-width: 767.98px) {
  .lh10 {
    line-height: 0.95em;
  }
}

.fs12, figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .fs12, figcaption {
    font-size: 1.14rem;
  }
}

.lh12 {
  line-height: 1.2em;
}
@media screen and (max-width: 767.98px) {
  .lh12 {
    line-height: 1.14em;
  }
}

.fs14, #history-topics figcaption {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .fs14, #history-topics figcaption {
    font-size: 1.33rem;
  }
}

.lh14, .hm, .headline_rounded_fill, .headline_underlined, .hs, .hss {
  line-height: 1.4em;
}
@media screen and (max-width: 767.98px) {
  .lh14, .hm, .headline_rounded_fill, .headline_underlined, .hs, .hss {
    line-height: 1.33em;
  }
}

.fs16, #history-topics article .main_content p, .interview_que, .interview_ans {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .fs16, #history-topics article .main_content p, .interview_que, .interview_ans {
    font-size: 1.52rem;
  }
}

.lh16, .hl {
  line-height: 1.6em;
}
@media screen and (max-width: 767.98px) {
  .lh16, .hl {
    line-height: 1.52em;
  }
}

.fs18, .menu_board ul a, .btn_basic, .hss {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .fs18, .menu_board ul a, .btn_basic, .hss {
    font-size: 1.71rem;
  }
}

.lh18, #history-topics article .main_content p, .interview_que, .interview_ans, figcaption {
  line-height: 1.8em;
}
@media screen and (max-width: 767.98px) {
  .lh18, #history-topics article .main_content p, .interview_que, .interview_ans, figcaption {
    line-height: 1.71em;
  }
}

.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .fs20 {
    font-size: 1.9rem;
  }
}

.lh20 {
  line-height: 2em;
}
@media screen and (max-width: 767.98px) {
  .lh20 {
    line-height: 1.9em;
  }
}

.fs22, .hs {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .fs22, .hs {
    font-size: 2.09rem;
  }
}

.lh22 {
  line-height: 2.2em;
}
@media screen and (max-width: 767.98px) {
  .lh22 {
    line-height: 2.09em;
  }
}

.fs24, .hm, .headline_rounded_fill, .headline_underlined {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .fs24, .hm, .headline_rounded_fill, .headline_underlined {
    font-size: 2.28rem;
  }
}

.lh24, .menu_board ul a {
  line-height: 2.4em;
}
@media screen and (max-width: 767.98px) {
  .lh24, .menu_board ul a {
    line-height: 2.28em;
  }
}

.fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .fs26 {
    font-size: 2.47rem;
  }
}

.lh26 {
  line-height: 2.6em;
}
@media screen and (max-width: 767.98px) {
  .lh26 {
    line-height: 2.47em;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .fs28 {
    font-size: 2.66rem;
  }
}

.lh28, .menu_board ul li,
.menu_board dl dd {
  line-height: 2.8em;
}
@media screen and (max-width: 767.98px) {
  .lh28, .menu_board ul li,
  .menu_board dl dd {
    line-height: 2.66em;
  }
}

.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 767.98px) {
  .fs30 {
    font-size: 2.85rem;
  }
}

.lh30 {
  line-height: 3em;
}
@media screen and (max-width: 767.98px) {
  .lh30 {
    line-height: 2.85em;
  }
}

.fs32, .hl {
  font-size: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .fs32, .hl {
    font-size: 3.04rem;
  }
}

.lh32 {
  line-height: 3.2em;
}
@media screen and (max-width: 767.98px) {
  .lh32 {
    line-height: 3.04em;
  }
}

.fs34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 767.98px) {
  .fs34 {
    font-size: 3.23rem;
  }
}

.lh34 {
  line-height: 3.4em;
}
@media screen and (max-width: 767.98px) {
  .lh34 {
    line-height: 3.23em;
  }
}

.fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .fs36 {
    font-size: 3.42rem;
  }
}

.lh36 {
  line-height: 3.6em;
}
@media screen and (max-width: 767.98px) {
  .lh36 {
    line-height: 3.42em;
  }
}

.fs40 {
  font-size: 4rem;
}
@media screen and (max-width: 767.98px) {
  .fs40 {
    font-size: 3.8rem;
  }
}

.fs50 {
  font-size: 5rem;
}
@media screen and (max-width: 767.98px) {
  .fs50 {
    font-size: 4.75rem;
  }
}

.fs60 {
  font-size: 6rem;
}
@media screen and (max-width: 767.98px) {
  .fs60 {
    font-size: 5.7rem;
  }
}

.fs70 {
  font-size: 7rem;
}
@media screen and (max-width: 767.98px) {
  .fs70 {
    font-size: 6.65rem;
  }
}

.fs80 {
  font-size: 8rem;
}
@media screen and (max-width: 767.98px) {
  .fs80 {
    font-size: 7.6rem;
  }
}

.fs90 {
  font-size: 9rem;
}
@media screen and (max-width: 767.98px) {
  .fs90 {
    font-size: 8.55rem;
  }
}

.fs100 {
  font-size: 10rem;
}
@media screen and (max-width: 767.98px) {
  .fs100 {
    font-size: 9.5rem;
  }
}

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

.font_smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: D-DIN-PRO-R;
  font-display: swap;
  src: url("../fonts/d_din_pro/otf/D-DIN-PRO-400-Regular.otf") format("opentype");
}
.ff_ddin {
  font-family: "D-DIN-PRO-R", sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: D-DIN-PRO-M;
  font-display: swap;
  src: url("../fonts/d_din_pro/otf/D-DIN-PRO-500-Medium.otf") format("opentype");
}
.ff_ddin_m {
  font-family: "D-DIN-PRO-M", sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: D-DIN-PRO-SB;
  font-display: swap;
  src: url("../fonts/d_din_pro/otf/D-DIN-PRO-600-SemiBold.otf") format("opentype");
}
.ff_ddin_b {
  font-family: "D-DIN-PRO-SB", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.size_full {
  width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
}

.rounded2 {
  border-radius: 2rem !important;
}

.rounded_all, .headline_rounded_fill {
  border-radius: 100vmax;
}

.scroll {
  overflow: scroll;
}

.scroll_x {
  overflow-x: scroll;
}

.scroll_y {
  overflow-y: scroll;
}

#top_control {
  z-index: 10 !important;
}

.text_justify, #history-topics article .main_content p, .content_area_fukidashi p, .interview_que, .interview_ans {
  text-align: justify;
}

.text_indent, #history-topics article .main_content p, .content_area_fukidashi p {
  text-indent: 1em;
}

.letter1 {
  letter-spacing: 0.1em;
}

.letter2 {
  letter-spacing: 0.2em;
}

.letter5 {
  letter-spacing: 0.5em;
}

.letter10 {
  letter-spacing: 1em;
}

.letter20 {
  letter-spacing: 2em;
}

.multiply {
  mix-blend-mode: multiply;
}

.grid_5_1 {
  grid-template-columns: 5fr 1fr;
}

.grid_1_5 {
  grid-template-columns: 1fr 5fr;
}

.square {
  width: 100%;
  padding-top: 100%;
}

.text_shadow_10 {
  text-shadow: 1px 1px 10px #000;
}

.text_shadow_5 {
  text-shadow: 1px 1px 5px #000;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .br_sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .br_lg {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .br_lg {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .br_lg_b {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .br_lg_b {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .br_sm {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .br_sm {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .br_sm_b {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .br_sm_b {
    display: none;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) {
  .text_md_center {
    text-align: center;
  }
}
.px_50 {
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .px_50 {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_50 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.py_50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .py_50 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_50 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.pt_50 {
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .pt_50 {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_50 {
    padding-top: 3rem;
  }
}

.pb_50 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .pb_50 {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_50 {
    padding-bottom: 3rem;
  }
}

.mb_50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .mb_50 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_50 {
    margin-bottom: 3rem;
  }
}

.mt_50 {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .mt_50 {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_50 {
    margin-top: 3rem;
  }
}

.my_50 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .my_50 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_50 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.px_60 {
  padding-right: 6rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767.98px) {
  .px_60 {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_60 {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
}

.py_60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .py_60 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_60 {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

.pt_60 {
  padding-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .pt_60 {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_60 {
    padding-top: 3.6rem;
  }
}

.pb_60 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .pb_60 {
    padding-bottom: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_60 {
    padding-bottom: 3.6rem;
  }
}

.mb_60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .mb_60 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_60 {
    margin-bottom: 3.6rem;
  }
}

.mt_60 {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .mt_60 {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_60 {
    margin-top: 3.6rem;
  }
}

.my_60 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .my_60 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_60 {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}

.px_70 {
  padding-right: 7rem;
  padding-left: 7rem;
}
@media screen and (max-width: 767.98px) {
  .px_70 {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_70 {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
}

.py_70 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .py_70 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_70 {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

.pt_70 {
  padding-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .pt_70 {
    padding-top: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_70 {
    padding-top: 4.2rem;
  }
}

.pb_70 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .pb_70 {
    padding-bottom: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_70 {
    padding-bottom: 4.2rem;
  }
}

.mb_70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .mb_70 {
    margin-bottom: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_70 {
    margin-bottom: 4.2rem;
  }
}

.mt_70 {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .mt_70 {
    margin-top: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_70 {
    margin-top: 4.2rem;
  }
}

.my_70 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767.98px) {
  .my_70 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_70 {
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
  }
}

.px_80 {
  padding-right: 8rem;
  padding-left: 8rem;
}
@media screen and (max-width: 767.98px) {
  .px_80 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_80 {
    padding-right: 4.8rem;
    padding-left: 4.8rem;
  }
}

.py_80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .py_80 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_80 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

.pt_80 {
  padding-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .pt_80 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_80 {
    padding-top: 4.8rem;
  }
}

.pb_80 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .pb_80 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_80 {
    padding-bottom: 4.8rem;
  }
}

.mb_80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .mb_80 {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_80 {
    margin-bottom: 4.8rem;
  }
}

.mt_80 {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .mt_80 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_80 {
    margin-top: 4.8rem;
  }
}

.my_80 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .my_80 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_80 {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }
}

.px_90 {
  padding-right: 9rem;
  padding-left: 9rem;
}
@media screen and (max-width: 767.98px) {
  .px_90 {
    padding-right: 6.75rem;
    padding-left: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_90 {
    padding-right: 5.4rem;
    padding-left: 5.4rem;
  }
}

.py_90 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .py_90 {
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_90 {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }
}

.pt_90 {
  padding-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  .pt_90 {
    padding-top: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_90 {
    padding-top: 5.4rem;
  }
}

.pb_90 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .pb_90 {
    padding-bottom: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_90 {
    padding-bottom: 5.4rem;
  }
}

.mb_90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .mb_90 {
    margin-bottom: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_90 {
    margin-bottom: 5.4rem;
  }
}

.mt_90 {
  margin-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  .mt_90 {
    margin-top: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_90 {
    margin-top: 5.4rem;
  }
}

.my_90 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .my_90 {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_90 {
    margin-top: 5.4rem;
    margin-bottom: 5.4rem;
  }
}

.px_100 {
  padding-right: 10rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767.98px) {
  .px_100 {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_100 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.py_100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .py_100 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_100 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.pt_100 {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .pt_100 {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_100 {
    padding-top: 6rem;
  }
}

.pb_100 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .pb_100 {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_100 {
    padding-bottom: 6rem;
  }
}

.mb_100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .mb_100 {
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_100 {
    margin-bottom: 6rem;
  }
}

.mt_100 {
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .mt_100 {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_100 {
    margin-top: 6rem;
  }
}

.my_100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .my_100 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_100 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.px_120 {
  padding-right: 12rem;
  padding-left: 12rem;
}
@media screen and (max-width: 767.98px) {
  .px_120 {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_120 {
    padding-right: 7.2rem;
    padding-left: 7.2rem;
  }
}

.py_120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .py_120 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_120 {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.pt_120 {
  padding-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .pt_120 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_120 {
    padding-top: 7.2rem;
  }
}

.pb_120 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .pb_120 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_120 {
    padding-bottom: 7.2rem;
  }
}

.mb_120 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .mb_120 {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_120 {
    margin-bottom: 7.2rem;
  }
}

.mt_120 {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .mt_120 {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_120 {
    margin-top: 7.2rem;
  }
}

.my_120 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .my_120 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_120 {
    margin-top: 7.2rem;
    margin-bottom: 7.2rem;
  }
}

.px_140 {
  padding-right: 14rem;
  padding-left: 14rem;
}
@media screen and (max-width: 767.98px) {
  .px_140 {
    padding-right: 10.5rem;
    padding-left: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_140 {
    padding-right: 8.4rem;
    padding-left: 8.4rem;
  }
}

.py_140 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .py_140 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_140 {
    padding-top: 8.4rem;
    padding-bottom: 8.4rem;
  }
}

.pt_140 {
  padding-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .pt_140 {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_140 {
    padding-top: 8.4rem;
  }
}

.pb_140 {
  padding-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .pb_140 {
    padding-bottom: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_140 {
    padding-bottom: 8.4rem;
  }
}

.mb_140 {
  margin-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .mb_140 {
    margin-bottom: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_140 {
    margin-bottom: 8.4rem;
  }
}

.mt_140 {
  margin-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .mt_140 {
    margin-top: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_140 {
    margin-top: 8.4rem;
  }
}

.my_140 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .my_140 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_140 {
    margin-top: 8.4rem;
    margin-bottom: 8.4rem;
  }
}

.px_150 {
  padding-right: 15rem;
  padding-left: 15rem;
}
@media screen and (max-width: 767.98px) {
  .px_150 {
    padding-right: 11.25rem;
    padding-left: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_150 {
    padding-right: 9rem;
    padding-left: 9rem;
  }
}

.py_150 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .py_150 {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_150 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.pt_150 {
  padding-top: 15rem;
}
@media screen and (max-width: 767.98px) {
  .pt_150 {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_150 {
    padding-top: 9rem;
  }
}

.pb_150 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .pb_150 {
    padding-bottom: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_150 {
    padding-bottom: 9rem;
  }
}

.mb_150 {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .mb_150 {
    margin-bottom: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_150 {
    margin-bottom: 9rem;
  }
}

.mt_150 {
  margin-top: 15rem;
}
@media screen and (max-width: 767.98px) {
  .mt_150 {
    margin-top: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_150 {
    margin-top: 9rem;
  }
}

.my_150 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767.98px) {
  .my_150 {
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_150 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}

.px_160 {
  padding-right: 16rem;
  padding-left: 16rem;
}
@media screen and (max-width: 767.98px) {
  .px_160 {
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_160 {
    padding-right: 9.6rem;
    padding-left: 9.6rem;
  }
}

.py_160 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .py_160 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_160 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
}

.pt_160 {
  padding-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .pt_160 {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_160 {
    padding-top: 9.6rem;
  }
}

.pb_160 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .pb_160 {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_160 {
    padding-bottom: 9.6rem;
  }
}

.mb_160 {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .mb_160 {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_160 {
    margin-bottom: 9.6rem;
  }
}

.mt_160 {
  margin-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .mt_160 {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_160 {
    margin-top: 9.6rem;
  }
}

.my_160 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 767.98px) {
  .my_160 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_160 {
    margin-top: 9.6rem;
    margin-bottom: 9.6rem;
  }
}

.px_240 {
  padding-right: 24rem;
  padding-left: 24rem;
}
@media screen and (max-width: 767.98px) {
  .px_240 {
    padding-right: 18rem;
    padding-left: 18rem;
  }
}
@media screen and (max-width: 575.98px) {
  .px_240 {
    padding-right: 14.4rem;
    padding-left: 14.4rem;
  }
}

.py_240 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
@media screen and (max-width: 767.98px) {
  .py_240 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 575.98px) {
  .py_240 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }
}

.pt_240 {
  padding-top: 24rem;
}
@media screen and (max-width: 767.98px) {
  .pt_240 {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pt_240 {
    padding-top: 14.4rem;
  }
}

.pb_240 {
  padding-bottom: 24rem;
}
@media screen and (max-width: 767.98px) {
  .pb_240 {
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 575.98px) {
  .pb_240 {
    padding-bottom: 14.4rem;
  }
}

.mb_240 {
  margin-bottom: 24rem;
}
@media screen and (max-width: 767.98px) {
  .mb_240 {
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mb_240 {
    margin-bottom: 14.4rem;
  }
}

.mt_240 {
  margin-top: 24rem;
}
@media screen and (max-width: 767.98px) {
  .mt_240 {
    margin-top: 18rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mt_240 {
    margin-top: 14.4rem;
  }
}

.my_240 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}
@media screen and (max-width: 767.98px) {
  .my_240 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }
}
@media screen and (max-width: 575.98px) {
  .my_240 {
    margin-top: 14.4rem;
    margin-bottom: 14.4rem;
  }
}

.btn_basic {
  display: block;
  text-align: center;
  padding: 1.6rem;
  transition: 0.5s all;
  position: relative;
  border-radius: 100vmax;
  border: 1px solid #0035af;
  color: #0035af;
  background: #ffffff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 28rem;
}
@media screen and (min-width: 1200px) {
  .btn_basic {
    width: 90%;
  }
}

@media screen and (min-width: 992px) {
  .btn_basic::before {
    content: "";
    width: 3.9rem;
    height: 1px;
    background: #0035af;
    position: absolute;
    left: 2.2rem;
    top: 50%;
    transition: 0.5s all;
  }
  .btn_basic::after {
    content: "";
    width: 1rem;
    height: 1px;
    transform: rotate(45deg);
    background: #0035af;
    transform-origin: center;
    position: absolute;
    left: 5.2rem;
    top: 44%;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.5s all;
  }
}
.btn_basic:hover {
  background: #0035af;
  color: #ffffff;
}
.btn_basic:hover::before {
  left: 3.2rem;
  background: #ffffff;
}
.btn_basic:hover::after {
  left: 6.2rem;
  background: #ffffff;
}

.btn_basic2 {
  display: block;
  text-align: center;
  padding: 1.5rem;
  transition: 0.5s all;
  position: relative;
  border-radius: 100vmax;
  border: 1px solid #0035af;
  color: #0035af;
  background: #ffffff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
@media screen and (max-width: 767.98px) {
  .btn_basic2 {
    width: 90%;
  }
}

.btn_basic2::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100vmax;
  background: #0035af;
  position: absolute;
  right: 2rem;
}

.btn_basic2::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  right: 3.4rem;
  top: 50%;
  transform: rotate(45deg) translateY(-80%);
}

.btn_basic2:hover {
  background: #0035af;
  color: #0035af;
}

.headline_lined {
  color: #0035af;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}
.headline_lined::before {
  margin-right: 3rem;
}
@media screen and (max-width: 767.98px) {
  .headline_lined::before {
    margin-right: 1rem;
  }
}
.headline_lined::after {
  margin-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  .headline_lined::after {
    margin-left: 1rem;
  }
}
.headline_lined::before, .headline_lined::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 2px;
  background: #0035af;
}
@media screen and (max-width: 767.98px) {
  .headline_lined::before, .headline_lined::after {
    width: 3rem;
  }
}

.headline_filled {
  background-color: #0035af;
  color: #0035af;
  padding: 1rem 2rem;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.headline_filled span {
  font-size: 85%;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.single_fuwa_up,
.fuwa_up,
.multiple_fuwa_up > * {
  opacity: 0;
}

.multiple_bubblePop > * {
  opacity: 0;
}

.flex_center, .btn_circle {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bubblePop {
  animation-name: bubblePop;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes bubblePop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  85% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p_absolute_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p_absolute_center_x {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p_absolute_center_y, .interview_que::before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

:root {
  --menubox-size: 140px;
}

@media screen and (max-width: 991.98px) {
  :root {
    --menubox-size: 100px;
  }
}
@media screen and (max-width: 575.98px) {
  :root {
    --menubox-size: 80px;
  }
}
.menu-trigger {
  width: var(--menubox-size);
  cursor: pointer;
  z-index: 100;
}
.menu-trigger div {
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.menu-trigger div span {
  width: 8rem;
  height: 2px;
  margin: 5px auto;
  background-color: #ffffff;
  transition: all 0.5s;
}
@media screen and (max-width: 991.98px) {
  .menu-trigger div span {
    width: 6rem;
  }
}

.menu_board {
  z-index: 9;
  position: fixed;
  width: 45rem;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transform: translateX(45rem);
  padding-top: 100px;
  padding-top: var(--menubox-size);
  transition: all 0.5s;
}
@media screen and (max-width: 991.98px) {
  .menu_board {
    width: 38rem;
  }
}
@media screen and (max-width: 575.98px) {
  .menu_board {
    width: 90%;
  }
}
@media screen and (max-width: 991.98px) {
  .menu_board {
    transform: translateX(38rem);
  }
}
@media screen and (max-width: 575.98px) {
  .menu_board {
    transform: translateX(100dvw);
  }
}
.menu_board ul {
  display: block !important;
  text-align: center;
}
.menu_board ul li img {
  margin-top: 3rem;
  width: 80%;
}
.menu_board ul a {
  display: inline;
  color: #0035af;
}
.menu_board ul a:hover {
  background: #0035af;
  color: #ffffff;
}
.menu_board p {
  text-align: center;
  padding-top: 2rem;
}
.menu_board p img {
  width: 70%;
}
.menu_board ul li {
  padding: 0 0 2rem 0;
}
@media screen and (max-width: 575.98px) {
  .menu_board ul li,
  .menu_board dl dd {
    line-height: 2.2em;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-28deg);
  background-color: #0035af;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(28deg);
  background-color: #0035af;
}

.menu_board.open {
  transform: translateX(0);
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header #header__logo a {
  height: var(--menubox-size);
  background: #0035af;
  transition: 0.5s all;
}
header #header__logo a:hover {
  background: #da2525;
}
header .menu-trigger {
  height: var(--menubox-size);
  background: #0035af;
  transition: 0.5s all;
}
header .menu-trigger.open {
  background: #ffffff;
}
header #header__logo a {
  width: var(--menubox-size);
  display: inline-block;
}
header #header__logo .logo_cp img,
header #header__logo .logo_anniv img {
  height: 66px;
}
@media screen and (max-width: 991.98px) {
  header #header__logo .logo_cp img,
  header #header__logo .logo_anniv img {
    height: 54px;
  }
}
footer {
  background: url("../images/bg_bill.png") repeat-x bottom center;
  background-size: 100rem;
  height: 30rem;
}
footer img {
  width: 40rem;
}
@media screen and (max-width: 767.98px) {
  footer {
    background-size: 66rem;
    height: 20rem;
  }
  footer img {
    width: 36rem;
  }
}
@media screen and (max-width: 575.98px) {
  footer img {
    width: 60%;
  }
}

#top-pre,
#history-chronology,
#future-enquete,
#ceremony,
#data {
  background: url("../images/bg_txture_miz.png") repeat;
}
@media screen and (min-width: 576px) {
  #top-pre,
  #history-chronology,
  #future-enquete,
  #ceremony,
  #data {
    background: url("../images/bg_road_set.png") repeat-y, url("../images/bg_txture_miz.png") repeat;
    background-size: contain, auto;
    background-position: center -30dvw, center;
  }
}
@media screen and (min-width: 1400px) {
  #top-pre,
  #history-chronology,
  #future-enquete,
  #ceremony,
  #data {
    background-position: center -40dvw, center;
  }
}
@media (min-width: 1900px) {
  #top-pre,
  #history-chronology,
  #future-enquete,
  #ceremony,
  #data {
    background-size: cover, auto;
  }
}

#philosophy,
#history-topics,
#future-vision,
#future-topinterview,
#future-young_voice,
#future-young_interview {
  background: url("../images/bg_txture_miz.png") repeat;
}
@media screen and (min-width: 576px) {
  #philosophy,
  #history-topics,
  #future-vision,
  #future-topinterview,
  #future-young_voice,
  #future-young_interview {
    background: url("../images/bg_road_top.png") no-repeat, url("../images/bg_road_btm.png") no-repeat, url("../images/bg_txture_miz.png") repeat;
    background-size: 100%, 100%, auto;
    background-position: top -30dvw center, bottom -30dvw center, center;
  }
}
@media screen and (min-width: 1400px) {
  #philosophy,
  #history-topics,
  #future-vision,
  #future-topinterview,
  #future-young_voice,
  #future-young_interview {
    background-position: top -40dvw center, bottom -40dvw center, center;
  }
}

@media (min-width: 1900px) {
  #history-chronology {
    background-size: contain, auto;
  }
}

@media (min-width: 1900px) {
  #philosophy,
  #future-vision {
    background: url("../images/bg_road_set.png") repeat-y, url("../images/bg_txture_miz.png") repeat;
    background-position: center -40dvw, center;
    background-size: cover, auto;
  }
}

.content_area {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 10rem 8rem 8rem 8rem;
}
@media screen and (max-width: 991.98px) {
  .content_area {
    padding: 10rem 4rem 4rem 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .content_area {
    padding: 10rem 2.5rem 4rem 2.5rem;
  }
}

.content_area_fukidashi {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 6rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .content_area_fukidashi {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .content_area_fukidashi::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
    width: 0;
    height: 0;
    border-top: 2.5rem solid #ffffff;
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
  }
}
@media screen and (min-width: 992px) {
  .content_area_fukidashi::after {
    position: absolute;
    content: "";
    left: -4rem;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 2.5rem solid transparent;
    border-right: 5rem solid #ffffff;
    border-bottom: 2.5rem solid transparent;
  }
}

.content_area_4sides {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 8rem 8rem;
}
@media screen and (max-width: 991.98px) {
  .content_area_4sides {
    padding: 4rem 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .content_area_4sides {
    padding: 4rem 2rem;
  }
}

.bg_circle_blue,
.bg_circle_red {
  max-width: 18rem;
  height: 18rem;
}
@media screen and (max-width: 575.98px) {
  .bg_circle_blue,
  .bg_circle_red {
    max-width: 14rem;
    height: 14rem;
  }
}

.bg_circle_red_l,
.bg_circle_blue_l {
  width: 28rem;
  height: 28rem;
}
@media screen and (max-width: 575.98px) {
  .bg_circle_red_l,
  .bg_circle_blue_l {
    width: 22rem;
    height: 22rem;
  }
}

.bg_circle_red,
.bg_circle_red_l {
  background: url("../images/bg_road_round_red.png") no-repeat center;
  background-size: contain;
}

.bg_circle_blue,
.bg_circle_blue_l {
  background: url("../images/bg_road_round_blue.png") no-repeat center;
  background-size: contain;
  color: #0035af;
}

.bg_circle_red,
.bg_circle_red_l,
.bg_circle_blue,
.bg_circle_blue_l {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #0035af;
}

h3.bg_circle_blue,
h3.bg_circle_red {
  width: 18rem;
  height: 18rem;
}
@media screen and (max-width: 575.98px) {
  h3.bg_circle_blue,
  h3.bg_circle_red {
    width: 14rem;
    height: 14rem;
    font-size: 1.8rem !important;
  }
}

.headline_rounded_fill {
  padding: 1rem 5rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .headline_rounded_fill {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .headline_rounded_fill {
    padding: 0.8rem 2rem;
  }
}

.headline_underlined {
  height: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .headline_underlined {
    font-size: 2rem !important;
  }
}
.headline_underlined::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 5rem;
  height: 2rem;
  border-bottom: 2px solid #0035af;
}

.btn_circle {
  border: 1px solid #0035af;
  border-radius: 100vmax;
  width: 18rem;
  height: 18rem;
  transition: 0.5s all;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #0035af;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .btn_circle {
    width: 12rem;
    height: 12rem;
  }
}

.btn_circle::before {
  content: "";
  width: 1px;
  height: 5rem;
  background: #0035af;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transition: 0.5s all;
}

.btn_circle::after {
  content: "";
  width: 1rem;
  height: 1px;
  transform: rotate(45deg);
  background: #0035af;
  transform-origin: center;
  position: absolute;
  bottom: -16px;
  left: 45%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.5s all;
}

.btn_circle:hover {
  background: #83a4d9;
  color: #ffffff;
}
.btn_circle:hover::before {
  bottom: -30px;
}
.btn_circle:hover::after {
  bottom: -26px;
}

.interview_que {
  position: relative;
  padding-left: 5rem;
}
.interview_que::before {
  content: "";
  width: 5rem;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 4rem;
  height: 1px;
}

.border_cl_blue {
  border-radius: 100vmax;
  border: 1px solid #0035af;
}

#common__top__title {
  margin-top: 18rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 575.98px) {
  #common__top__title .hgroup h1 {
    font-size: 2.4rem;
    letter-spacing: 0 !important;
  }
}

.wide_round_land {
  background: linear-gradient(to bottom, transparent 14.4dvw, #ffffff 14.4dvw, #ffffff calc(100% - 14.4dvw), transparent calc(100% - 14.4dvw));
  position: relative;
}
.wide_round_land::before {
  content: "";
  display: block;
  background: url("../images/bg_circlepart_top.png") no-repeat bottom center;
  background-size: contain;
  width: 100vw;
  height: 14.5dvw;
}
.wide_round_land::after {
  content: "";
  display: block;
  background: url("../images/bg_circlepart_btm.png") no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 14.5dvw;
}

#philosophy .container-md,
#future-vision .container-md,
#future-topinterview .container-md,
#future-young_voice .container-md,
#future-young_interview .container-md {
  max-width: 85%;
}
@media screen and (min-width: 992px) {
  #philosophy .container-md,
  #future-vision .container-md,
  #future-topinterview .container-md,
  #future-young_voice .container-md,
  #future-young_interview .container-md {
    width: 900px;
  }
}

@media screen and (max-width: 767.98px) {
  #data main.container-md,
  #future-enquete main.container-md {
    max-width: 85%;
  }
}
@media screen and (min-width: 1400px) {
  #data main.container-md,
  #future-enquete main.container-md {
    width: 1100px;
  }
}

video {
  max-width: 900px !important;
}

html {
  overflow-x: hidden;
  position: relative;
}

body#top-pre,
body#history-chronology,
body#history-topics,
body#philosophy,
body#future-vision,
body#future-topinterview,
body#future-young_voice,
body#future-young_interview,
body#future-enquete,
body#ceremony,
body#data {
  overflow-x: hidden;
}

#top__mv {
  height: 120dvw;
}
@media screen and (min-width: 768px) {
  #top__mv {
    height: 100dvh;
  }
}
#top__mv .mv_inner {
  height: 80%;
}
#top__mv h2 {
  width: 70%;
  background-color: #ffffff;
  border-radius: 100vmax;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #top__mv h2 {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  #top__mv h2 {
    width: 44rem;
  }
}
#top__mv h2 .mv_logo_anv {
  height: 60%;
}
@media screen and (min-width: 992px) {
  #top__mv h2 .mv_logo_anv {
    height: 26rem;
  }
}
#top__mv .mv_img1 {
  width: 26%;
  right: 28%;
  top: 0;
}
@media screen and (min-width: 576px) {
  #top__mv .mv_img1 {
    width: 22%;
  }
}
@media screen and (min-width: 992px) {
  #top__mv .mv_img1 {
    width: 24rem;
    right: 25%;
  }
}
#top__mv .mv_img2 {
  width: 26%;
  right: 5%;
}
@media screen and (min-width: 576px) {
  #top__mv .mv_img2 {
    width: 22%;
  }
}
@media screen and (min-width: 992px) {
  #top__mv .mv_img2 {
    width: 18rem;
  }
}
#top__mv .mv_img3 {
  width: 24%;
  left: 20%;
  bottom: 0;
}
@media screen and (min-width: 576px) {
  #top__mv .mv_img3 {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  #top__mv .mv_img3 {
    width: 24rem;
  }
}
#top__mv .mv_img4 {
  width: 26%;
  left: 5%;
}
@media screen and (min-width: 576px) {
  #top__mv .mv_img4 {
    width: 22%;
  }
}
@media screen and (min-width: 992px) {
  #top__mv .mv_img4 {
    width: 18rem;
  }
}
#top__mv .mv_img5 {
  width: 24%;
  right: 20%;
  bottom: 0;
}
@media screen and (min-width: 576px) {
  #top__mv .mv_img5 {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  #top__mv .mv_img5 {
    width: 18rem;
    right: 22.5%;
  }
}
#top-pre {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #top-pre main.container-md {
    max-width: 85%;
  }
}
@media screen and (min-width: 1400px) {
  #top-pre main.container-md {
    width: 1100px;
  }
}
@media screen and (max-width: 991.98px) {
  #top-pre #top_greetings #greetings_main img {
    height: 45rem;
  }
}
#top-pre #top_history {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #top-pre #top_history {
    width: 85%;
  }
}
#top-pre #top_history h3 {
  top: -13rem;
  left: 50%;
  transform: translateX(-50%);
}
#top-pre #top_comesoon #label_comesoon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#top-pre #top_comesoon #label_comesoon p {
  transform-origin: center;
  transform: rotate(-20deg);
  display: inline-block;
  letter-spacing: 0.15em;
  padding: 1rem 5rem;
}
#top-pre #top_philosophy > div {
  border-radius: 2rem;
  background: #ffffff;
  padding: 4rem;
}
@media screen and (min-width: 576px) {
  #top-pre #top_philosophy .hgroup {
    width: 50% !important;
    padding-right: 2rem;
  }
  #top-pre #top_philosophy a {
    width: 50% !important;
  }
}
#top-pre #top_future,
#top-pre .section_set {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #top-pre #top_future,
  #top-pre .section_set {
    width: 90%;
  }
  #top-pre #top_ceremony,
  #top-pre #top_data {
    width: 45%;
  }
}
#top-pre #top_history h3,
#top-pre #top_future h3,
#top-pre #top_ceremony h3,
#top-pre #top_data h3 {
  top: -13rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  #top-pre #top_history h3,
  #top-pre #top_future h3,
  #top-pre #top_ceremony h3,
  #top-pre #top_data h3 {
    top: -9rem;
  }
}
@media screen and (max-width: 767.98px) {
  #top-pre #top_philosophy,
  #top-pre #top_history,
  #top-pre #top_future,
  #top-pre #top_ceremony {
    margin-bottom: 16rem;
  }
  #top-pre #top_ceremony .content_area img,
  #top-pre #top_data .content_area img {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) {
  #top-pre #top_history h4,
  #top-pre #top_future h4 {
    font-size: 2rem;
  }
}

#history-chronology #page__link {
  max-width: 800px;
}
#history-chronology #page__link a:nth-of-type(2) {
  margin-top: 6rem !important;
}
@media screen and (max-width: 767.98px) {
  #history-chronology #page__link a:nth-of-type(2) {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 575.98px) {
  #history-chronology #page__link a {
    letter-spacing: normal;
  }
}
#history-chronology h3 {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575.98px) {
  #history-chronology h3 {
    width: 90%;
  }
}
#history-chronology #timeline__line,
#history-chronology #timeline__line::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
#history-chronology #timeline__line {
  border-left: 12px solid #0035af;
  border-right: 12px solid #0035af;
  width: 50vw !important;
  height: var(--timeline-height, 10px) !important;
}
@media screen and (min-width: 768px) {
  #history-chronology #timeline__line {
    width: 372px !important;
  }
}
@media screen and (min-width: 992px) {
  #history-chronology #timeline__line {
    width: 492px !important;
  }
}
@media screen and (min-width: 1200px) {
  #history-chronology #timeline__line {
    width: 582px !important;
  }
}
@media screen and (min-width: 1400px) {
  #history-chronology #timeline__line {
    width: 672px !important;
  }
}
#history-chronology #timeline__line::after {
  content: "";
  display: inline-block;
  border-left: 8px dotted #ffffff;
  border-right: 8px dotted #ffffff;
  width: calc(50vw - 4px) !important;
  height: var(--timeline-height, 10px) !important;
}
@media screen and (min-width: 768px) {
  #history-chronology #timeline__line::after {
    width: calc(372px - 4px) !important;
  }
}
@media screen and (min-width: 992px) {
  #history-chronology #timeline__line::after {
    width: calc(492px - 4px) !important;
  }
}
@media screen and (min-width: 1200px) {
  #history-chronology #timeline__line::after {
    width: calc(582px - 4px) !important;
  }
}
@media screen and (min-width: 1400px) {
  #history-chronology #timeline__line::after {
    width: calc(672px - 4px) !important;
  }
}
#history-chronology #timeline__thickline,
#history-chronology #timeline__thickline::after {
  width: 1px;
  height: var(--timeline-height2, 10px) !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
#history-chronology #timeline__thickline::after {
  left: calc(50% - 16px);
  transform: translateX(-calc(50% - 16px));
  -webkit-transform: translateX(-calc(50% - 16px));
  -ms-transform: translateX(-calc(50% - 16px));
  z-index: -1;
}
#history-chronology #timeline__thickline {
  border-left: 32px solid #0035af;
}
#history-chronology #timeline__thickline::after {
  content: "";
  display: inline-block;
  border-left: 12px dotted #ffffff;
}
#history-chronology .oneyear img {
  border: 1px solid #0035af;
}
@media screen and (max-width: 767.98px) {
  #history-chronology .oneyear {
    flex-direction: column;
    background: #badeff;
    flex-direction: column-reverse;
    text-align: center;
  }
}
#history-chronology .oneyear_center {
  border-radius: 2rem;
  border: 3px solid #0035af;
  background: #ffffff;
  display: flex;
  align-items: center;
}
#history-chronology .oneyear_center h4 {
  line-height: 0.8em;
  white-space: nowrap;
}
#history-chronology .oneyear_center .d-flex {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#history-chronology .oneyear_center .d-flex p,
#history-chronology .oneyear_center .d-flex ul {
  width: 60%;
}
#history-chronology .oneyear_center .d-flex figure {
  width: 40%;
}
#history-chronology .oneyear_center ul {
  list-style-type: disc;
}
#history-chronology .oneyear_center .right_set {
  width: 100%;
}
#history-chronology #sec03 {
  text-align: center;
}
#history-chronology .oneyear h4 span.ad {
  margin-right: 1.5rem;
}
#history-chronology .oneyear h4 span {
  background: #badeff;
  padding: 0.2rem;
}
#history-chronology .oneyear p {
  background: #badeff;
  display: inline;
  padding: 0 0.2rem;
  line-height: 3.2rem !important;
}
#history-chronology .oneyear figure img {
  margin-bottom: 0.6rem;
}
#history-chronology .oneyear figure figcaption {
  background: #badeff;
  padding: 0 0.2rem;
  display: inline-block;
}

#history-topics .new_accordion {
  border-bottom: 2px solid #0035af;
}
#history-topics .new_accordion .accordion_button {
  height: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
  cursor: pointer;
}
#history-topics .new_accordion .accordion_button::before, #history-topics .new_accordion .accordion_button::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 2.5rem solid;
  border-right: 6rem solid transparent;
  border-left: 6rem solid transparent;
}
#history-topics .new_accordion .accordion_button::before {
  top: 0;
  border-top-color: #0035af;
}
#history-topics .new_accordion .accordion_button::after {
  top: -2px;
  border-top-color: #ffffff;
}
#history-topics .new_accordion .accordion_button.active::before, #history-topics .new_accordion .accordion_button.active::after {
  transform: translateX(-50%) rotate(-180deg);
}
#history-topics .new_accordion .accordion_button.active::after {
  top: 2px;
}
#history-topics figcaption {
  padding-top: 0.5rem;
}

.title_round {
  width: 14rem;
  height: 14rem;
}
@media screen and (max-width: 767.98px) {
  .title_round {
    width: 10rem;
    height: 10rem;
  }
}

#philosophy section dl dt {
  border-bottom: 1px solid #0035af;
}

@media screen and (min-width: 768px) {
  #future-enquete figure img {
    max-width: 60rem;
  }
}

#data table.table_simple th {
  width: 20%;
  background: #83a4d9;
  color: #002e6e;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 575.98px) {
  #data table.table_simple th {
    width: 8%;
  }
}
#data table.table_simple th:first-of-type {
  border-top: 1px solid #83a4d9;
}
#data table.table_simple td {
  width: 80%;
  border-bottom: 1px solid #002e6e;
}
@media screen and (max-width: 575.98px) {
  #data table.table_simple td {
    width: 92%;
  }
}
#data table.table_simple td:first-of-type {
  border-top: 1px solid #002e6e;
}
#data table.table_simple th,
#data table.table_simple td {
  padding: 1rem 2rem;
}
@media screen and (max-width: 575.98px) {
  #data table.table_simple th,
  #data table.table_simple td {
    padding: 0.8rem 1rem;
  }
}/*# sourceMappingURL=style.css.map */