@charset "UTF-8";
.cl_white, .btn_to_topic, footer a, footer small {
  color: #ffffff !important;
}

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

.cl_black {
  color: #000000 !important;
}

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

.cl_dark {
  color: #101e46 !important;
}

.bg_cl_dark, footer {
  background-color: #101e46 !important;
}

.cl_blue, header #header__nav li a {
  color: #283d7c !important;
}

.bg_cl_blue {
  background-color: #283d7c !important;
}

.cl_50logo1 {
  color: #49628d !important;
}

.bg_cl_50logo1 {
  background-color: #49628d !important;
}

.cl_50logo2 {
  color: #acc1cd !important;
}

.bg_cl_50logo2 {
  background-color: #acc1cd !important;
}

.cl_50logo2_20 {
  color: rgba(172, 193, 205, 0.2) !important;
}

.bg_cl_50logo2_20 {
  background-color: rgba(172, 193, 205, 0.2) !important;
}

.cl_main {
  color: #0071ce !important;
}

.bg_cl_main, .btn_to_topic {
  background-color: #0071ce !important;
}

.cl_sub {
  color: #76abc9 !important;
}

.bg_cl_sub {
  background-color: #76abc9 !important;
}

.cl_light {
  color: #ebeef5 !important;
}

.bg_cl_light {
  background-color: #ebeef5 !important;
}

.cl_lightblue {
  color: #c4dbed !important;
}

.bg_cl_lightblue {
  background-color: #c4dbed !important;
}

.cl_lightblue-l {
  color: rgba(196, 219, 237, 0.5) !important;
}

.bg_cl_lightblue-l {
  background-color: rgba(196, 219, 237, 0.5) !important;
}

.cl_gray {
  color: #dee0e5 !important;
}

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

.cl_gray-l {
  color: #f0f2f7 !important;
}

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

.cl_gray-d {
  color: #616161 !important;
}

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

.cl_red {
  color: #a20000 !important;
}

.bg_cl_red {
  background-color: #a20000 !important;
}

.cl_key, header #header__logo .txt_anniv {
  color: #5571a2 !important;
}

.bg_cl_key {
  background-color: #5571a2 !important;
}

.cl_key_90 {
  color: rgba(85, 113, 162, 0.9) !important;
}

.bg_cl_key_90 {
  background-color: rgba(85, 113, 162, 0.9) !important;
}

.cl_key_60, header #header__nav li a span {
  color: rgba(85, 113, 162, 0.6) !important;
}

.bg_cl_key_60 {
  background-color: rgba(85, 113, 162, 0.6) !important;
}

.cl_key_30 {
  color: rgba(85, 113, 162, 0.3) !important;
}

.bg_cl_key_30 {
  background-color: rgba(85, 113, 162, 0.3) !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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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: Shippori Mincho B1;
  font-display: swap;
  src: url("../fonts/Shippori_Mincho_B1/ShipporiMinchoB1-Regular.ttf") format("TrueType");
}
.ff_mincho {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: JosefinSans;
  font-display: swap;
  src: url("../fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf") format("TrueType");
}
@font-face {
  font-family: JosefinSans-Italic;
  font-display: swap;
  src: url("../fonts/Josefin_Sans/JosefinSans-Italic-VariableFont_wght.ttf") format("TrueType");
}
.ff_josefinsans, .btn_to_topic, header #header__nav li a span, footer small {
  font-family: "JosefinSans", serif;
  font-weight: normal;
  font-style: normal;
}

.ff_josefinsans_m, header #header__logo .txt_anniv {
  font-family: "JosefinSans", serif;
  font-weight: bold;
  font-style: normal;
}

.ff_josefinsans_i {
  font-family: "JosefinSans-Italic", serif;
  font-weight: normal;
  font-style: normal;
}

.ff_josefinsans_mi {
  font-family: "JosefinSans-Italic", serif;
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Noto_Sans_JP;
  font-display: swap;
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("TrueType");
}
html,
body,
.basic_font {
  font-family: "Noto_Sans_JP", Noto Sans JP, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", Yu Gothic, YuGothic, Hiragino Kaku Gothic Pro, sans-serif;
}

body {
  font-size: 1.6rem !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, header #header__nav li a span {
  line-height: 1em;
}
@media screen and (max-width: 767.98px) {
  .lh10, header #header__nav li a span {
    line-height: 0.95em;
  }
}

.fs12, #sms__event #event__timeline dl.one_month .tag_event::before,
#sms__event #event__timeline dl.one_month .tag_awards::before,
#sms__event #event__timeline dl.one_month .tag_training::before, #sms__history_a main#history__timeline .tag_blue,
#sms__history_a main#history__timeline .tag_white,
#sms__history_b main#history__timeline .tag_blue,
#sms__history_b main#history__timeline .tag_white, header #header__nav li a span, figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .fs12, #sms__event #event__timeline dl.one_month .tag_event::before,
  #sms__event #event__timeline dl.one_month .tag_awards::before,
  #sms__event #event__timeline dl.one_month .tag_training::before, #sms__history_a main#history__timeline .tag_blue,
  #sms__history_a main#history__timeline .tag_white,
  #sms__history_b main#history__timeline .tag_blue,
  #sms__history_b main#history__timeline .tag_white, header #header__nav li a span, figcaption {
    font-size: 1.14rem;
  }
}

.lh12, #sms__event #event__timeline dl.one_month .tag_event::before,
#sms__event #event__timeline dl.one_month .tag_awards::before,
#sms__event #event__timeline dl.one_month .tag_training::before, #sms__history_a main#history__timeline .tag_blue,
#sms__history_a main#history__timeline .tag_white,
#sms__history_b main#history__timeline .tag_blue,
#sms__history_b main#history__timeline .tag_white, header #header__logo .txt_anniv {
  line-height: 1.2em;
}
@media screen and (max-width: 767.98px) {
  .lh12, #sms__event #event__timeline dl.one_month .tag_event::before,
  #sms__event #event__timeline dl.one_month .tag_awards::before,
  #sms__event #event__timeline dl.one_month .tag_training::before, #sms__history_a main#history__timeline .tag_blue,
  #sms__history_a main#history__timeline .tag_white,
  #sms__history_b main#history__timeline .tag_blue,
  #sms__history_b main#history__timeline .tag_white, header #header__logo .txt_anniv {
    line-height: 1.14em;
  }
}

.fs14, .btn_to_topic, #sms__data .chart-area p.unit, header #header__logo .txt_anniv, header #header__nav li a, footer a, footer small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .fs14, .btn_to_topic, #sms__data .chart-area p.unit, header #header__logo .txt_anniv, header #header__nav li a, footer a, footer small {
    font-size: 1.33rem;
  }
}

.lh14, #top__mv .popup p, .btn_to_topic {
  line-height: 1.4em;
}
@media screen and (max-width: 767.98px) {
  .lh14, #top__mv .popup p, .btn_to_topic {
    line-height: 1.33em;
  }
}

.fs16, #sms__event #event__timeline dl.one_month figcaption {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .fs16, #sms__event #event__timeline dl.one_month figcaption {
    font-size: 1.52rem;
  }
}

.lh16, header #header__nav li a {
  line-height: 1.6em;
}
@media screen and (max-width: 767.98px) {
  .lh16, header #header__nav li a {
    line-height: 1.52em;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .fs18 {
    font-size: 1.71rem;
  }
}

.lh18, figcaption {
  line-height: 1.8em;
}
@media screen and (max-width: 767.98px) {
  .lh18, figcaption {
    line-height: 1.71em;
  }
}

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

.lh20, #sms__history_topics main .topics_txt p {
  line-height: 2em;
}
@media screen and (max-width: 767.98px) {
  .lh20, #sms__history_topics main .topics_txt p {
    line-height: 1.9em;
  }
}

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

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

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

.lh24 {
  line-height: 2.4em;
}
@media screen and (max-width: 767.98px) {
  .lh24 {
    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 {
  line-height: 2.8em;
}
@media screen and (max-width: 767.98px) {
  .lh28 {
    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 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .fs32 {
    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, header #header__nav li a {
  font-weight: bold !important;
}

.letter_s_2 {
  letter-spacing: 0.2em;
}

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

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

figcaption {
  text-align: center;
}

.rounded10 {
  border-radius: 10px;
}

.rounded15 {
  border-radius: 15px;
}

.rounded_all, #sms__event #event__timeline dl.one_month dt {
  border-radius: 100vmax;
}

.scroll {
  overflow: scroll;
}

.scroll_x {
  overflow-x: scroll;
}

.scroll_y {
  overflow-y: scroll;
}

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

.text_justify, #sms__greetings main p {
  text-align: justify;
}

.text_indent, #sms__greetings main p, #sms__history_topics main .topics_txt p {
  text-indent: 1em;
}

.letter20 {
  letter-spacing: 2em;
}

.letter10 {
  letter-spacing: 1em;
}

.letter5 {
  letter-spacing: 0.5em;
}

.letter2 {
  letter-spacing: 0.2em;
}

.letter1, footer small {
  letter-spacing: 0.1em;
}

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

.opacity_0 {
  opacity: 0;
}

.opacity_1 {
  opacity: 1;
}

.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, #top__others .others_wrapper a h3,
#top__others .others_wrapper a p {
  text-shadow: 1px 1px 5px #000;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br_lg {
    display: none;
  }
  .br_lg_b {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .br_lg {
    display: block;
  }
  .br_lg_b {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .br_sm {
    display: none;
  }
  .br_sm_b {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .br_sm {
    display: block;
  }
  .br_sm_b {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .br_xl {
    display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .br_xl {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .br_xl_b {
    display: block;
  }
}
@media screen and (max-width: 1199.98px) {
  .br_xl_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;
  }
}

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

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

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

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

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

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

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

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

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

.anchor_wrap {
  padding-top: 2vh;
  margin-top: -2vh;
}
@media screen and (max-width: 991.98px) {
  .anchor_wrap {
    padding-top: 82px;
    margin-top: -82px;
  }
}
@media screen and (max-width: 575.98px) {
  .anchor_wrap {
    padding-top: 62px;
    margin-top: -62px;
  }
}

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

.btn_basic::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100vmax;
  background: #0071ce;
  position: absolute;
  right: 2rem;
}

.btn_basic::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_basic:hover {
  background: #c4dbed;
  color: #0071ce;
}

.p_absolute_center, #top__mv #mv__read {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p_absolute_center_x, #top__mv .popup p {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

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

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headline_lined {
  color: #283d7c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .headline_lined {
    letter-spacing: 0;
  }
}
.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: #283d7c;
}
@media screen and (max-width: 767.98px) {
  .headline_lined::before, .headline_lined::after {
    width: 3rem;
  }
}

.headline_filled {
  background-color: rgba(85, 113, 162, 0.3);
  color: #0071ce;
  padding: 1rem 2rem;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.headline_filled span {
  font-size: 85%;
}

.menu-trigger {
  width: 40px;
  cursor: pointer;
  z-index: 100;
  flex-direction: column;
}
.menu-trigger span {
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background-color: #0071ce;
  transition: all 0.5s;
}

@media screen and (max-width: 991.98px) {
  .menu_board {
    z-index: 9;
    position: fixed;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    transform: translateX(50rem);
    padding-top: 100px;
    transition: all 0.5s;
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .menu_board ul {
    display: block !important;
    text-align: center;
  }
  .menu_board ul li {
    margin-bottom: 3rem;
  }
  .menu_board ul li img {
    margin-top: 3rem;
    width: 80%;
  }
  .menu_board ul a {
    color: #000000;
    font-size: 1.8rem;
  }
  .menu_board p {
    text-align: center;
    padding-top: 2rem;
  }
  .menu_board p img {
    width: 70%;
  }
}
@media screen and (max-width: 575.98px) {
  .menu_board {
    width: 60%;
  }
}
.menu_board a:hover {
  color: #000000;
}

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

@media screen and (max-width: 991.98px) {
  .menu_board.open {
    opacity: 0.9 !important;
    transform: translateX(0);
  }
}

header {
  width: 100dvw;
  height: 9rem;
  background: #ffffff;
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  header {
    height: 7.5rem;
  }
}
header a:hover {
  opacity: 0.8;
}
header #header__logo .logo_cp a,
header #header__logo .logo_anniv a {
  cursor: pointer !important;
}
header #header__logo .logo_cp img,
header #header__logo .logo_anniv img {
  height: 6rem;
}
@media screen and (max-width: 767.98px) {
  header #header__logo .logo_cp img,
  header #header__logo .logo_anniv img {
    height: 5rem;
  }
}
header #header__logo .logo_anniv {
  padding: 0 2rem;
}
header #header__nav li {
  padding: 0 1.5rem;
  text-align: center;
}
header #header__nav li a {
  display: inline-block;
  cursor: pointer !important;
}
#sms__history_a header,
#sms__history_b header,
#sms__greetings header,
#sms__event header,
#sms__data header {
  top: 0;
}

footer {
  padding: 6rem 0 3rem 0;
  text-align: center;
}
footer .logo_anniv {
  width: 15rem;
}
footer nav li {
  padding: 0 1.5rem;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  footer {
    padding: 4rem 0 3rem 0;
  }
  footer .logo_anniv {
    width: 10rem;
  }
}
#common__mv {
  background: url("../images/ptn/ptn_abstruct_1-l.png") no-repeat top left, linear-gradient(160deg, rgba(85, 113, 162, 0.6) 0%, #ffffff 50%, #ffffff 100%);
  background-size: 80%, 100%;
  margin-top: 9rem;
}
#common__mv .row {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  #common__mv {
    margin-top: 7.5rem;
    background-size: contain;
  }
  #common__mv .row {
    padding-top: 5rem;
  }
  #common__mv .mv_title .hgroup h1,
  #common__mv .mv_title .hgroup p {
    text-align: center;
  }
}
#common__mv .mv_img .mv_colorbar {
  bottom: 0;
  width: 60%;
  height: calc(6rem * 2);
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #common__mv .mv_img .mv_colorbar {
    height: calc(6rem * 1.5);
  }
}
@media screen and (max-width: 575.98px) {
  #common__mv .mv_img .mv_colorbar {
    height: calc(6rem * 1.2);
  }
}
#common__mv .breadcrumb {
  height: 6rem;
}
#common__mv .breadcrumb li {
  padding-top: 3rem;
}
#common__mv .box_alignment {
  height: calc(100% - 6rem);
}

.ptn_particle1 {
  position: absolute;
  display: none;
}
@media screen and (min-width: 768px) {
  .ptn_particle1 {
    display: block;
  }
}

.ptn_particle1.l_1,
.ptn_particle1.r_1 {
  top: 10%;
}

.ptn_particle1.l_2,
.ptn_particle1.r_2 {
  top: 36%;
}

.ptn_particle1.l_3,
.ptn_particle1.r_3 {
  top: 62%;
}

.ptn_particle1.l_4,
.ptn_particle1.r_4 {
  top: 90%;
}

@media screen and (min-width: 768px) {
  .ptn_particle1.l_1,
  .ptn_particle1.l_2,
  .ptn_particle1.l_3,
  .ptn_particle1.l_4 {
    left: 5.5555555556%;
  }
}
@media screen and (min-width: 1400px) {
  .ptn_particle1.l_1,
  .ptn_particle1.l_2,
  .ptn_particle1.l_3,
  .ptn_particle1.l_4 {
    left: calc((100% - 1100px) / 4);
  }
}

@media screen and (min-width: 768px) {
  .ptn_particle1.r_1,
  .ptn_particle1.r_2,
  .ptn_particle1.r_3,
  .ptn_particle1.r_4 {
    right: 5.5555555556%;
  }
}
@media screen and (min-width: 1400px) {
  .ptn_particle1.r_1,
  .ptn_particle1.r_2,
  .ptn_particle1.r_3,
  .ptn_particle1.r_4 {
    right: calc((100% - 1100px) / 4);
  }
}

.ptn_particle2 {
  position: absolute;
  display: none;
}
@media screen and (min-width: 768px) {
  .ptn_particle2 {
    display: block;
  }
}

.ptn_particle2.l_1 {
  bottom: 45%;
}

.ptn_particle2.l_2 {
  bottom: 27%;
}

.ptn_particle2.l_3 {
  bottom: 10%;
}

.ptn_particle2.r_1 {
  top: 10%;
}

.ptn_particle2.r_2 {
  top: 27%;
}

.ptn_particle2.r_3 {
  top: 45%;
}

.ptn_particle2.l_3,
.ptn_particle2.r_1 {
  width: 5rem;
}

@media screen and (min-width: 768px) {
  .ptn_particle2.l_1,
  .ptn_particle2.l_2,
  .ptn_particle2.l_3 {
    left: 5.5555555556%;
  }
}
@media screen and (min-width: 1400px) {
  .ptn_particle2.l_1,
  .ptn_particle2.l_2,
  .ptn_particle2.l_3 {
    left: calc((100% - 1100px) / 4);
  }
}

@media screen and (min-width: 768px) {
  .ptn_particle2.l_2 {
    left: 4.1666666667%;
  }
}
@media screen and (min-width: 1400px) {
  .ptn_particle2.l_2 {
    left: calc((100% - 1100px) / 5.5);
  }
}

@media screen and (min-width: 768px) {
  .ptn_particle2.r_1,
  .ptn_particle2.r_2,
  .ptn_particle2.r_3 {
    right: 5.5555555556%;
  }
}
@media screen and (min-width: 1400px) {
  .ptn_particle2.r_1,
  .ptn_particle2.r_2,
  .ptn_particle2.r_3 {
    right: calc((100% - 1100px) / 4);
  }
}

@media screen and (min-width: 768px) {
  .ptn_particle2.r_2 {
    right: 4.1666666667%;
  }
}
@media screen and (min-width: 1400px) {
  .ptn_particle2.r_2 {
    right: calc((100% - 1100px) / 5.5);
  }
}

.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);
  }
}
.roundfadeUp {
  animation-name: roundfadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes roundfadeUp {
  from {
    opacity: 0;
    transform: translateY(7rem) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
  }
}
.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);
  }
}
.slideFromLeft {
  animation-name: slideFromLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-10rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideFromRight {
  animation-name: slideFromRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(10rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.single_fuwa_up,
.single_fuwa_up_r,
.fuwa_up,
.multiple_fuwa_up > *,
.multiple_bubblePop > *,
.multiple_slideFromLeft > *,
.multiple_slideFromRight > * {
  opacity: 0;
}

#topmv_logo {
  width: 18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}

.partsFadeIn {
  animation-name: partsFadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes partsFadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.partsFadeOut {
  animation-name: partsFadeOutAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes partsFadeOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.partsScaleSmaller {
  animation-name: partsScaleSmallerAnime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes partsScaleSmallerAnime {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.partsScaleLarger {
  animation-name: partsScaleLargerAnime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes partsScaleLargerAnime {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.top__hero__anm {
  animation-name: topheroAnime;
  animation-duration: 8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes topheroAnime {
  0% {
    background-color: rgb(255, 255, 255);
    background-blend-mode: lighten;
    transform: scale(1.2);
  }
  20% {
    background-color: rgb(255, 255, 255);
    background-blend-mode: lighten;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    background-blend-mode: lighten;
    transform: scale(1);
  }
}
#sms__top header {
  width: 100%;
  height: 9rem;
  top: -9rem;
  background: #ffffff;
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #sms__top header {
    height: 7.5rem;
    top: -7.5rem;
  }
}
#sms__top .header_spacer {
  height: 0;
  width: 100%;
}

.top__hero__anm2 {
  animation-name: topheroAnime2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes topheroAnime2 {
  from {
    height: 100dvh;
  }
  to {
    height: calc(100dvh - 9rem);
  }
}
.top__header__anm {
  animation-name: top__header__anm;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes top__header__anm {
  from {
    top: -9rem;
  }
  to {
    top: 0;
  }
}
.top__spacer__height {
  animation-name: top__spacer__height;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes top__spacer__height {
  from {
    height: 0;
  }
  to {
    height: 9rem;
  }
}
#top__mv {
  display: flex;
  align-items: flex-end;
}

#popups {
  position: relative !important;
  height: 100%;
  width: 100%;
}

.popups_shrink {
  animation-name: popups_shrink;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes popups_shrink {
  from {
    height: 100%;
  }
  to {
    height: calc(100% - 9rem);
    @media screen and (max-width: 767.98px) {
      height: calc(100% - 7.5rem);
    }
  }
}
.read_shrink {
  animation-name: read_shrink;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes read_shrink {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 4.5rem;
  }
}
.read_shrink_sp {
  animation-name: read_shrink_sp;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes read_shrink_sp {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 2.2rem;
  }
}
html {
  overflow-x: hidden;
  position: relative;
}

body#sms__top,
body#sms__history_a,
body#sms__history_b,
body#sms__greetings,
body#sms__event,
body#sms__data {
  overflow-x: hidden;
}

#top__mv {
  position: relative;
  background: url("../images/top_mv_ill.jpg") no-repeat top center;
  background-size: cover;
  height: 100dvh;
}
@media screen and (max-width: 767.98px) {
  #top__mv #mv__read {
    width: 90%;
  }
}
#top__mv .popup {
  position: absolute;
  width: 13rem;
  height: 13rem;
}
#top__mv .popup .finance p {
  background: #0071ce;
}
#top__mv .popup .finance .circle_wrap {
  border-color: #0071ce;
}
#top__mv .popup .public p {
  background: #469b5a;
}
#top__mv .popup .public .circle_wrap {
  border-color: #469b5a;
}
#top__mv .popup .corporate p {
  background: #bba3d8;
}
#top__mv .popup .corporate .circle_wrap {
  border-color: #bba3d8;
}
#top__mv .popup .business p {
  background: #e49daf;
}
#top__mv .popup .business .circle_wrap {
  border-color: #e49daf;
}
@media screen and (min-width: 1200px) {
  #top__mv .popup {
    width: 14rem;
    height: 14rem;
  }
}
#top__mv .popup .popup_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#top__mv .popup.position_1, #top__mv .popup.position_2 {
  left: calc(50% - 8rem);
}
#top__mv .popup.position_3, #top__mv .popup.position_5 {
  left: 22%;
}
#top__mv .popup.position_4 {
  left: 15%;
}
#top__mv .popup.position_6, #top__mv .popup.position_7 {
  left: 3%;
}
#top__mv .popup.position_8, #top__mv .popup.position_10 {
  right: 22%;
}
#top__mv .popup.position_9 {
  right: 15%;
}
#top__mv .popup.position_11, #top__mv .popup.position_12 {
  right: 3%;
}
#top__mv .popup.position_1 {
  top: 5%;
}
#top__mv .popup.position_2 {
  bottom: 5%;
}
#top__mv .popup.position_3, #top__mv .popup.position_8 {
  top: 15%;
}
#top__mv .popup.position_4, #top__mv .popup.position_9 {
  top: calc(50% - 8rem);
}
#top__mv .popup.position_5, #top__mv .popup.position_10 {
  bottom: 15%;
}
#top__mv .popup.position_6, #top__mv .popup.position_11 {
  top: 25%;
}
#top__mv .popup.position_7, #top__mv .popup.position_12 {
  bottom: 25%;
}
@media screen and (max-width: 1199.98px) {
  #top__mv .popup.position_3, #top__mv .popup.position_5 {
    left: 20%;
  }
  #top__mv .popup.position_4 {
    left: 15%;
  }
  #top__mv .popup.position_6, #top__mv .popup.position_7 {
    left: 2%;
  }
  #top__mv .popup.position_8, #top__mv .popup.position_10 {
    right: 20%;
  }
  #top__mv .popup.position_9 {
    right: 15%;
  }
  #top__mv .popup.position_11, #top__mv .popup.position_12 {
    right: 2%;
  }
  #top__mv .popup.position_1 {
    top: 5%;
  }
  #top__mv .popup.position_2 {
    bottom: 5%;
  }
  #top__mv .popup.position_3, #top__mv .popup.position_8 {
    top: 15%;
  }
  #top__mv .popup.position_5, #top__mv .popup.position_10 {
    bottom: 15%;
  }
  #top__mv .popup.position_6, #top__mv .popup.position_11 {
    top: 25%;
  }
  #top__mv .popup.position_7, #top__mv .popup.position_12 {
    bottom: 25%;
  }
}
#top__mv .popup p {
  position: absolute;
  bottom: 0;
  width: 80%;
  padding: 0.3rem;
  border-radius: 100vmax;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
#top__mv .popup .circle_wrap {
  display: inline-block;
  border-radius: 100vmax; /* 丸く切る */
  overflow: hidden; /* はみ出し部分を隠す */
  border: 5px solid;
  width: 100%;
  transform: scale(1);
  transform-origin: center;
}
#top__mv .popup .circle_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  #top__mv .popup {
    display: none;
  }
}

#top__read,
#top__history,
#top__others {
  padding: 12rem 0;
}
@media screen and (min-width: 768px) {
  #top__read,
  #top__history,
  #top__others {
    padding: 16rem 0;
  }
}

#top__read {
  background: url("../images/ptn/ptn_town.png") repeat-x bottom center;
  background-size: auto;
}
#top__read .marquee_wrapper {
  overflow: hidden;
  width: 100%;
  height: 10rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 575.98px) {
  #top__read .marquee_wrapper {
    height: 6rem;
  }
}
#top__read .marquee_texts {
  display: flex;
  width: max-content;
  animation: marquee-loop 30s linear infinite;
}
#top__read .marquee_text {
  white-space: nowrap;
  margin-right: 4rem;
  font-size: 10rem;
  line-height: 10rem;
}
@media screen and (max-width: 575.98px) {
  #top__read .marquee_text {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@keyframes marquee-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#top__history {
  background: url("../images/ptn/ptn_abstruct_1.png") no-repeat top right, url("../images/ptn/ptn_abstruct_1-r.png") no-repeat bottom left;
  background-size: 70%;
}
@media screen and (max-width: 767.98px) {
  #top__history {
    background-size: contain;
  }
}
#top__history article#history__a {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top__history article#history__a {
    background: url("../images/history/history_a_bg.svg") no-repeat bottom left;
    background-size: 70%;
  }
}
#top__history article#history__b {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top__history article#history__b {
    background: url("../images/history/history_b_bg.svg") no-repeat bottom right;
    background-size: 70%;
  }
}
@media screen and (min-width: 1200px) {
  #top__history article#history__a,
  #top__history article#history__b {
    background-size: auto 85%;
  }
  #top__history .history_img {
    padding-bottom: 6rem;
  }
  #top__history .history_text {
    padding-bottom: 3rem;
  }
}

#top__others {
  background: linear-gradient(0deg, rgba(85, 113, 162, 0.6) 0%, rgba(85, 113, 162, 0.3) 100%);
}
#top__others .others_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #top__others .others_wrapper {
    width: 75%;
  }
}
@media screen and (min-width: 1400px) {
  #top__others .others_wrapper {
    width: 1100px;
  }
}
#top__others .others_wrapper a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#top__others .others_wrapper a:hover {
  opacity: 0.8;
}
#top__others #top__greetings,
#top__others #top__event {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  #top__others #top__greetings,
  #top__others #top__event {
    width: 44%;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1400px) {
  #top__others #top__greetings,
  #top__others #top__event {
    margin-bottom: 13rem;
  }
}
#top__others #top__greetings a {
  background: url("../images/top_greet_main-sp.jpg") no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #top__others #top__greetings a {
    background: url("../images/top_greet_main.jpg") no-repeat bottom center;
    background-size: cover;
  }
}
#top__others #top__event a {
  background: url("../images/top_event_main-sp.jpg") no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #top__others #top__event a {
    background: url("../images/top_event_main.jpg") no-repeat top center;
    background-size: cover;
  }
}
#top__others #top__document a {
  background: url("../images/top_docu_main-sp.jpg") no-repeat bottom center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #top__others #top__document a {
    background: url("../images/top_docu_main.jpg") no-repeat top center;
    background-size: cover;
  }
}

#sms__greetings .sign {
  width: 18rem;
}
@media screen and (max-width: 767.98px) {
  #sms__greetings .sign {
    width: 16rem;
  }
}
@media screen and (max-width: 575.98px) {
  #sms__greetings .sign {
    width: 12rem;
  }
}

#sms__event #event__timeline #timeline__line {
  width: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-left: 4px dotted #0071ce;
  max-height: 7800px;
}
#sms__event #event__timeline dl.one_month {
  color: #101e46;
}
#sms__event #event__timeline dl.one_month:nth-of-type(odd) {
  background-color: rgba(172, 193, 205, 0.2);
}
#sms__event #event__timeline dl.one_month dt {
  width: 12rem;
  height: 12rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  transform: translateY(-6rem);
}
@media screen and (max-width: 767.98px) {
  #sms__event #event__timeline dl.one_month dt {
    width: 10rem;
    height: 10rem;
  }
}
#sms__event #event__timeline dl.one_month .event_tag {
  padding: 1.5rem 1.5rem;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  #sms__event #event__timeline dl.one_month .event_tag {
    width: 90%;
  }
  #sms__event #event__timeline dl.one_month .event_tag.me_10 {
    margin-left: 10%;
  }
  #sms__event #event__timeline dl.one_month .event_tag.ms_10 {
    margin-right: 10%;
  }
}
#sms__event #event__timeline dl.one_month ul li {
  margin-bottom: 3rem;
}
#sms__event #event__timeline dl.one_month figure {
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
#sms__event #event__timeline dl.one_month figcaption {
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 1.5rem;
  max-width: 80%;
  text-align: left;
  line-height: 1.4em;
}
#sms__event #event__timeline dl.one_month .tag_event::before,
#sms__event #event__timeline dl.one_month .tag_awards::before,
#sms__event #event__timeline dl.one_month .tag_training::before {
  padding: 1px;
  width: 5.5rem;
  text-align: center;
  color: #ffffff;
  margin-right: 1rem;
  display: inline-block;
}
#sms__event #event__timeline dl.one_month .tag_event::before {
  background: #0071ce;
  content: "イベント";
}
#sms__event #event__timeline dl.one_month .tag_awards::before {
  background: #76abc9;
  content: "表彰";
}
#sms__event #event__timeline dl.one_month .tag_training::before {
  background: #49628d;
  color: #ffffff;
  content: "研修";
}
#sms__event #event__timeline dl.one_month figure img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

#sms__history_a,
#sms__history_b {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sms__history_a .container_narrow,
  #sms__history_b .container_narrow {
    width: 90% !important;
  }
}
#sms__history_a #title__area,
#sms__history_b #title__area {
  background: linear-gradient(160deg, rgba(85, 113, 162, 0.6) 0%, #ffffff 60%, #ffffff 100%);
  height: 27rem;
  padding-top: 9rem;
}
@media screen and (max-width: 767.98px) {
  #sms__history_a #title__area,
  #sms__history_b #title__area {
    height: 23.5rem;
    padding-top: 7.5rem;
  }
}
#sms__history_a .hgroup,
#sms__history_b .hgroup {
  text-align: center;
}
#sms__history_a #history__header,
#sms__history_b #history__header {
  background: url("../images/ptn/ptn_abstruct_1.png") no-repeat top right;
  background-size: 70%;
}
#sms__history_a #history__header #history__a,
#sms__history_b #history__header #history__a {
  position: relative;
}
#sms__history_a #history__header #history__a .hgroup,
#sms__history_b #history__header #history__a .hgroup {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #sms__history_a #history__header #history__a,
  #sms__history_b #history__header #history__a {
    margin-top: 7rem;
    background: url("../images/history/history_a_bg.svg") no-repeat bottom left;
    background-size: 70%;
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 768px) {
  #sms__history_a #history__header #history__a,
  #sms__history_b #history__header #history__a {
    background-size: auto 85%;
  }
  #sms__history_a #history__header .history_img,
  #sms__history_b #history__header .history_img {
    padding-bottom: 6rem;
  }
  #sms__history_a #history__header .history_text,
  #sms__history_b #history__header .history_text {
    padding-bottom: 3rem;
  }
}
#sms__history_a nav#history__links a,
#sms__history_a nav.history__links a,
#sms__history_b nav#history__links a,
#sms__history_b nav.history__links a {
  text-align: center;
  height: 7rem;
  line-height: 7rem;
  cursor: pointer;
}
#sms__history_a nav#history__links a:hover,
#sms__history_a nav.history__links a:hover,
#sms__history_b nav#history__links a:hover,
#sms__history_b nav.history__links a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #sms__history_a nav#history__links .container-md,
  #sms__history_a nav.history__links .container-md,
  #sms__history_a #timeline__line,
  #sms__history_a #timeline__line::after,
  #sms__history_b nav#history__links .container-md,
  #sms__history_b nav.history__links .container-md,
  #sms__history_b #timeline__line,
  #sms__history_b #timeline__line::after {
    width: 650px !important;
  }
}
@media screen and (min-width: 992px) {
  #sms__history_a nav#history__links .container-md,
  #sms__history_a nav.history__links .container-md,
  #sms__history_a #timeline__line,
  #sms__history_a #timeline__line::after,
  #sms__history_b nav#history__links .container-md,
  #sms__history_b nav.history__links .container-md,
  #sms__history_b #timeline__line,
  #sms__history_b #timeline__line::after {
    width: 800px !important;
  }
}
@media screen and (min-width: 1200px) {
  #sms__history_a nav#history__links .container-md,
  #sms__history_a nav.history__links .container-md,
  #sms__history_a #timeline__line,
  #sms__history_a #timeline__line::after,
  #sms__history_b nav#history__links .container-md,
  #sms__history_b nav.history__links .container-md,
  #sms__history_b #timeline__line,
  #sms__history_b #timeline__line::after {
    width: 1000px !important;
  }
}
#sms__history_a #timeline__line,
#sms__history_b #timeline__line {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #sms__history_a #timeline__line,
  #sms__history_b #timeline__line {
    border-left: 2px dotted rgba(85, 113, 162, 0.3);
    border-right: 2px dotted rgba(85, 113, 162, 0.3);
  }
}
#sms__history_a #timeline__line::after,
#sms__history_b #timeline__line::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #sms__history_a #timeline__line::after,
  #sms__history_b #timeline__line::after {
    border-left: 2px dotted rgba(85, 113, 162, 0.3);
    margin-left: 321px;
  }
}
@media screen and (min-width: 992px) {
  #sms__history_a #timeline__line::after,
  #sms__history_b #timeline__line::after {
    margin-left: 396px;
  }
}
@media screen and (min-width: 1200px) {
  #sms__history_a #timeline__line::after,
  #sms__history_b #timeline__line::after {
    margin-left: 496px;
  }
}
@media screen and (max-width: 767.98px) {
  #sms__history_a main#history__timeline .oneyear,
  #sms__history_b main#history__timeline .oneyear {
    background: linear-gradient(160deg, rgba(85, 113, 162, 0.6) 0%, #ffffff 100%);
  }
}
@media screen and (min-width: 768px) {
  #sms__history_a main#history__timeline .oneyear > div.year_text,
  #sms__history_b main#history__timeline .oneyear > div.year_text {
    background: linear-gradient(160deg, rgba(85, 113, 162, 0.6) 0%, #ffffff 100%);
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  #sms__history_a main#history__timeline .year_text,
  #sms__history_b main#history__timeline .year_text {
    text-align: center;
  }
}
#sms__history_a main#history__timeline .year_text figure,
#sms__history_b main#history__timeline .year_text figure {
  margin-bottom: 2rem;
}
#sms__history_a main#history__timeline .year_text figure img,
#sms__history_b main#history__timeline .year_text figure img {
  max-height: 14rem;
  box-shadow: 2rem 1rem rgba(85, 113, 162, 0.6);
  flex: 1 1 auto; /* 幅を縮められるように */
  min-width: 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  #sms__history_a main#history__timeline .year_text figure img,
  #sms__history_b main#history__timeline .year_text figure img {
    margin: 0 auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  #sms__history_a main#history__timeline .year_img figure,
  #sms__history_b main#history__timeline .year_img figure {
    text-align: center;
    padding-right: 3rem;
  }
}
#sms__history_a main#history__timeline .year_img figcaption,
#sms__history_b main#history__timeline .year_img figcaption {
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  #sms__history_a main#history__timeline .year_img figcaption,
  #sms__history_b main#history__timeline .year_img figcaption {
    text-align: center;
  }
}
#sms__history_a main#history__timeline .year_img img,
#sms__history_b main#history__timeline .year_img img {
  max-height: 18rem;
  box-shadow: 2.5rem -1.5rem rgba(85, 113, 162, 0.6);
}
#sms__history_a main#history__timeline .tag_blue,
#sms__history_a main#history__timeline .tag_white,
#sms__history_b main#history__timeline .tag_blue,
#sms__history_b main#history__timeline .tag_white {
  padding: 1px;
  width: 5.5rem;
  text-align: center;
  color: #ffffff;
  margin-right: 1rem;
  display: inline-block;
}
#sms__history_a main#history__timeline .tag_blue,
#sms__history_b main#history__timeline .tag_blue {
  background: #49628d;
  color: #ffffff;
}
#sms__history_a main#history__timeline .tag_white,
#sms__history_b main#history__timeline .tag_white {
  background: #ffffff;
  color: #49628d;
}
#sms__history_a main#history__timeline dl,
#sms__history_b main#history__timeline dl {
  display: inline-block;
}
#sms__history_a main#history__timeline dt,
#sms__history_b main#history__timeline dt {
  padding-bottom: 0.6rem;
}
#sms__history_a main#history__timeline dt::before,
#sms__history_b main#history__timeline dt::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100vmax;
  background: #0071ce;
  display: block;
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  #sms__history_a main#history__timeline dt,
  #sms__history_b main#history__timeline dt {
    justify-content: center;
  }
}
#sms__history_a main#history__timeline dt span,
#sms__history_b main#history__timeline dt span {
  font-weight: normal;
}
#sms__history_a main#history__timeline dd,
#sms__history_b main#history__timeline dd {
  padding: 1rem 0 0 1rem;
}
#sms__history_a main#history__timeline dd img.logo_mini,
#sms__history_b main#history__timeline dd img.logo_mini {
  max-width: 16rem;
}
#sms__history_a main#history__timeline dd.president,
#sms__history_b main#history__timeline dd.president {
  background-color: #ffffff;
  border: 1px solid #49628d;
  padding: 0.5rem 1rem;
  margin: 1rem 0 0 0;
  color: #49628d;
  display: inline-block;
}
#sms__history_a main#history__timeline dd.mark,
#sms__history_b main#history__timeline dd.mark {
  background-color: #49628d;
  padding: 0.5rem 1rem;
  margin: 1rem 0 0 0;
  color: #ffffff;
  display: inline-block;
}

.btn_to_topic {
  margin-left: 1rem;
  padding: 0 1.5rem;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #0071ce;
  display: inline-block;
}
.btn_to_topic::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: rotate(45deg);
}
.btn_to_topic:hover {
  background-color: #ffffff !important;
  border: 1px solid #0071ce;
  color: #0071ce !important;
}
.btn_to_topic:hover::after {
  border-right: 1px solid #0071ce;
  border-top: 1px solid #0071ce;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

#sms__history_b #history__a {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sms__history_b #history__a {
    background: url("../images/history/history_b_bg.svg") no-repeat bottom left;
    background-size: 70%;
  }
}

#sms__history_topics main {
  background: url("../images/ptn/ptn_abstruct_1.png") no-repeat top right, linear-gradient(to right, rgba(85, 113, 162, 0.6), #ffffff);
  background-size: 80%, auto;
  margin: 0 auto;
  padding: 10rem 8rem;
}
#sms__history_topics main figure {
  background: #ffffff;
  padding: 5rem 6rem;
}
#sms__history_topics main figure img,
#sms__history_topics main figure figcaption {
  text-align: left;
}
#sms__data main section {
  text-align: center;
}
#sms__data .chart-area {
  /*円グラフがスマホでつぶれないようにする*/
  position: relative;
  padding-top: 3rem;
}
#sms__data .chart-area p.unit {
  position: absolute;
  top: 0;
  left: 0;
  color: #616161;
  font-weight: bold;
}
#sms__data .chart-area #chart1_1,
#sms__data .chart-area #chart1_2 {
  height: 60dvh;
}
#sms__data .chart-area #chart2_1,
#sms__data .chart-area #chart2_2,
#sms__data .chart-area #chart3_1,
#sms__data .chart-area #chart3_2 {
  height: 40dvh;
}
@media screen and (max-width: 767.98px) {
  #sms__data .chart-area #chart2_1,
  #sms__data .chart-area #chart2_2,
  #sms__data .chart-area #chart3_1,
  #sms__data .chart-area #chart3_2 {
    height: 30dvh;
  }
}
#sms__data .chart-area #chart4_1,
#sms__data .chart-area #chart4_2 {
  height: 45dvh;
}
#sms__data #data__sec2 img {
  max-height: 22rem;
}
#sms__data #data__sec2 .sec2_1 img {
  max-height: 16rem;
}
#sms__data #data__sec2 article {
  border-bottom: 2px solid #0071ce;
}
#sms__data #data__sec2 article:first-of-type {
  border-top: 2px solid #0071ce;
}
@media screen and (min-width: 768px) {
  #sms__data #data__sec2 article {
    padding-top: 6rem;
  }
}
#sms__data #data__sec2 dl dt {
  border-radius: 100vmax;
  background: rgba(85, 113, 162, 0.3);
  color: #0071ce;
  display: inline-block;
}
@media screen and (max-width: 575.98px) {
  #sms__data #data__sec2 .sec2_1 dd span.fs90 {
    font-size: 6rem !important;
  }
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  display: none !important;
}/*# sourceMappingURL=style.css.map */