@charset "UTF-8";
:root {
  --clientWidth: var(--jsClientWidth, 100vw);
}
:root[data-whatinput=mouse] *:focus, :root[data-whatinput=touch] *:focus {
  outline: none !important;
}

html,
body {
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5714285714;
  color: #000;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
  -webkit-touch-callout: none;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  vertical-align: top;
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

rt {
  font-size: 40%;
  text-align: center;
  letter-spacing: 0;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

/* form */
input[type=text],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  display: block;
}

fieldset {
  margin: 0;
  border: none;
}

legend {
  display: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
:root {
  --zindex-header: 10;
}

.c-btn-orange {
  width: 143px;
  max-width: 100%;
  height: 38px;
  line-height: 34px;
  background: #fff;
}
.c-btn-orange a {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #e46a00;
  text-align: center;
  text-decoration: none;
  border: 2px solid #e46a00;
  transition: all 0.3s ease 0s;
}
.c-btn-orange a::after {
  position: absolute;
  top: 38%;
  right: 30px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #e46a00;
  border-right: 2px solid #e46a00;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.c-btn-orange a:hover {
  color: #fff;
  background: #e46a00;
}
.c-btn-orange a:hover::after {
  border-color: #fff;
}

.c-btn-orange-rev {
  width: 143px;
  max-width: 100%;
  height: 38px;
  line-height: 34px;
  background: #e46a00;
}
.c-btn-orange-rev a {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 2px solid #e46a00;
  transition: all 0.3s ease 0s;
}
.c-btn-orange-rev a::after {
  position: absolute;
  top: 38%;
  right: 30px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.c-btn-orange-rev a:hover {
  color: #e46a00;
  background: #fff;
}
.c-btn-orange-rev a:hover::after {
  border-color: #e46a00;
}
.c-btn-orange-rev a.exlink {
  padding-right: 0;
}
.c-btn-orange-rev a.exlink > span {
  padding-right: 0;
}
a.exlink::after {
  position: absolute;
  border:none;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/information/common/img/exlink_FFF.png) no-repeat center center / contain;
  transform: translateY(-50%);
}
a.exlink:hover::after {
 background: url(/information/common/img/exlink_orange.png) no-repeat center center / contain;
}
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 46px;
  color: #ee8b16;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ee8b16;
  transition: all 0.3s ease;
  transition-property: color, background;
}
.c-btn__text {
  line-height: 1;
  color: #fff;
  text-align: center;
  transition: color 0.2s ease-out;
}
.c-btn__text span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 200;
}
._small .c-btn__text {
  font-size: 12px;
  font-size: 0.75rem;
}
._exSmall .c-btn__text {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}
._download .c-btn__text {
  line-height: 1.3;
  text-align: left;
}
._download:not(._large) .c-btn__text {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn__arrow {
  position: absolute;
  top: 50%;
  height: 13px;
  transform: translateY(-50%);
}
.c-btn__arrow svg {
  height: 13px;
  vertical-align: top;
  fill: #fff;
}
a:hover .c-btn, .c-btn:hover {
  color: #fff;
  background: #ee8b16;
}
.c-btn._inlineFlex {
  display: inline-flex;
  min-width: inherit;
  padding-right: 42px;
  padding-left: 32px;
}
.c-btn._brackets {
  position: relative;
  max-width: 500px;
}
.c-btn._brackets .c-btn__arrow {
  right: 18px;
}
.c-btn._brackets .c-btn__arrow svg {
  width: 15px;
}
.c-btn._brackets._download:not(._large) svg {
  width: 6px;
}
.c-btn._brackets._exSmall .c-btn__arrow {
  right: 8px;
}
.c-btn._brackets._exSmall svg {
  width: 4px;
}
.c-btn._white {
  width: auto;
  max-width: 500px;
  height: auto;
  min-height: 44px;
  padding-top: 15px;
  padding-right: 46px;
  padding-bottom: 15px;
  padding-left: 36px;
  font-weight: 700;
  background: #fff;
  border: 2px solid #ee8b16;
  border-width: 1px;
}
.c-btn._white .c-btn__text {
  color: #ee8b16;
}
.c-btn._white .c-btn__arrow svg {
  fill: #ee8b16;
}
.c-btn._white._external .c-btn__text::before {
  background-color: #ee8b16;
}
.c-btn._external .c-btn__text .u-textSub {
  display: block;
  margin-top: 6px;
}
.c-btn._external .c-btn__text::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  margin-bottom: -1px;
  content: "";
  -webkit-mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
  transition: background-color 0.2s ease-out;
}

.c-access__inner.l-inner {
  padding: 67px 0 116px;
  padding: 80px 20px;
}

.c-access__title {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.054em;
}

.c-access__contents {
  display: flex;
  display: block;
  margin-top: 55px;
  margin-top: 60px;
}
.c-access__contents__map {
  position: relative;
  width: 100%;
  max-width: 780px;
}
.c-access__contents__map::before {
  display: block;
  padding-top: 61.5384%;
  content: "";
}
.c-access__contents__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-access__contents__texts {
  margin-top: 20px;
}
.c-access__contents__texts__title {
  font-weight: 700;
  line-height: 1.375;
}
.c-access__contents__texts__address {
  margin-top: 22px;
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-access__contents__texts__btn {
  margin-top: 36px;
  margin-top: 20px;
}
.c-access__contents__texts__btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 254px;
  height: 49px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 47px;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0c3b2c;
  transition: all 0.3s ease 0s;
}
.c-access__contents__texts__btn a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 13px;
  height: 11px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.c-access__contents__texts__btn a:hover {
  color: #fff;
  background: #0c3b2c;
}
.c-access__contents__texts__btn a:hover::after {
  background-color: #fff;
}
.c-access__contents__texts__googlemap {
  margin-top: 28px;
}
.c-access__contents__texts__googlemap a {
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #04a7c4;
  text-decoration: none;
}
.c-access__contents__texts__googlemap a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #04a7c4;
  -webkit-mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}

.c-mailnews {
  width: 703px;
  max-width: 100%;
  margin: 42px auto 0;
  margin-top: 55px;
  transition: all 0.3s ease 0s;
}
.c-mailnews a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #001e46;
  text-decoration: none;
  border: 1px solid #001e46;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1080px) {
  .c-mailnews a {
    height: 85px;
  }
}
@media not all and (min-width: 1080px) {
  .c-mailnews a {
    display: block;
    padding: 20px 25px;
  }
}
.c-mailnews a::after {
  position: absolute;
  top: 40%;
  top: 50%;
  right: 40px;
  right: 20px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #001e46;
  border-right: 2px solid #001e46;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
.c-mailnews:hover a {
  color: #fff;
  background: #001e46;
}
.c-mailnews:hover a::after {
  border-color: #fff;
}
.c-mailnews:hover a .c-mailnews__title::before {
  background-color: #fff;
}

.c-mailnews__title {
  position: relative;
  padding-left: 75px;
  margin-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.c-mailnews__title span {
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.c-mailnews__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 59px;
  height: 43px;
  content: "";
  background-color: #001e46;
  -webkit-mask: url(/common/img/common/icon__mail.svg) no-repeat center center/cover;
          mask: url(/common/img/common/icon__mail.svg) no-repeat center center/cover;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}

.c-mailnews__text {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media not all and (min-width: 1080px) {
  .c-mailnews__text {
    margin-top: 15px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.c-exhibition__label {
  position: relative;
  width: 100%;
  max-width: 134px;
  height: 30px;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 2px;
}
.c-exhibition__label::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 2px;
}
.c-exhibition__label._exh::after {
  content: "企画展";
  background-color: #ee8b16;
}
.c-exhibition__label._collection::after {
  content: "収蔵品展";
  background-color: #404040;
}
.c-exhibition__label._projectN::after {
  content: "project N";
  background-color: #d72c2d;
}

.c-heading01 + .c-sns__outer {
  margin-bottom: 18px;
}
.c-heading01 + .c-sns__outer .c-sns {
  margin-bottom: 0;
}
.c-sns__outer .c-sns {
  gap: 10px;
  margin-bottom: 30px;
}
.p-resultHeader .c-sns__outer .c-sns {
  margin-bottom: 0;
}
.p-main__sns .c-sns {
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}
.c-symbols {
  display: none;
}

.c-accordion .c-accordion__btnWrap {
  position: relative;
}
.c-accordion .c-accordion__btnWrap .c-accordion__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: flex;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
}
.c-accordion .c-accordion__btnWrap .c-accordion__btn::before, .c-accordion .c-accordion__btnWrap .c-accordion__btn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 15px;
  height: 2px;
  content: "";
  background: #0c3b2c;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}
.c-accordion .c-accordion__btnWrap .c-accordion__btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion .c-accordion__btnWrap .c-accordion__btn span {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.js-accordion.c-accordion._open .c-accordion__btnWrap .c-accordion__btn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.c-link__list .c-link__item + .c-link__item::before {
  content: "|";
}
.c-link__list .c-link__item a {
  display: inline-block;
  padding: 0 1em;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
}

.l-footer {
  position: relative;
}
.l-footer .l-footer__commonLink {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonLink {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__list {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item {
    flex-basis: 33.3%;
    width: 33.3%;
  }
  .l-footer .l-footer__commonNav .l-footer__commonNav__item + .l-footer__commonNav__item {
    border-left: 1px solid #ccc;
  }
}
.l-footer .l-footer__commonNav .l-footer__commonNav__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-top: 2px solid;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item a {
    height: 72px;
    border-top-width: 5px;
    transition: color 0.3s ease, background 0.3s ease;
  }
}
.l-footer .l-footer__commonNav .l-footer__commonNav__item._all a {
  color: #001e46;
  border-color: #001e46;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item._all a:hover {
    color: #fff;
    background: #001e46;
  }
}
.l-footer .l-footer__commonNav .l-footer__commonNav__item._concert a {
  color: #0c3b2c;
  border-color: #0c3b2c;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item._concert a:hover {
    color: #fff;
    background: #0c3b2c;
  }
}
.l-footer .l-footer__commonNav .l-footer__commonNav__item._ag a {
  color: #e46a00;
  border-color: #e46a00;
}
@media (min-width: 768px) {
  .l-footer .l-footer__commonNav .l-footer__commonNav__item._ag a:hover {
    color: #fff;
    background: #e46a00;
  }
}
.l-footer .l-footer__common__information {
  padding: 15px 0 120px;
  color: #fff;
  text-align: center;
  background: #001e46;
}
@media (min-width: 768px) {
  .l-footer .l-footer__common__information {
    padding: 33px 0 30px;
  }
}
.l-footer .l-footer__common__information address {
  display: block;
  font-style: normal;
}
.l-footer .l-footer__common__information address > em {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .l-footer .l-footer__common__information address > em {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-footer .l-footer__common__information address > span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .l-footer .l-footer__common__information address > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer .l-footer__common__information small {
  display: block;
  margin-top: 20px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .l-footer .l-footer__common__information small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.l-pagetop {
  position: fixed;
  bottom: 30px;
  z-index: 100;
  width: 56px;
  height: 56px;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media not all and (min-width: 768px) {
  .l-pagetop {
    right: 30px;
  }
}
.l-pagetop:not(._show) {
  visibility: hidden;
  opacity: 0;
}
.l-pagetop .l-pagetop__link {
  display: block;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 28px;
}

.c-dotlist li {
  position: relative;
  padding-left: 16px;
}
html:not([lang=en]) .c-dotlist li {
  word-break: break-all;
}
.c-dotlist li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.c-dotlist._dotOrange li::before {
  color: #ee8b16;
}
.c-dotlist.u-textSub li {
  line-height: 2.2857142857;
}
.c-dotlist._withIndent > li {
  padding-left: 42px;
}
.c-dotlist._withIndent > li::before {
  left: 26px;
}
.c-dotlist._withMargin > li:not(:last-child) {
  margin-bottom: 12px;
}
.c-dotlist._withBorder > li:not(:last-child) {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.c-dotlist__child._noDot li {
  padding-left: 0;
}
.c-dotlist__child._noDot li::before {
  display: none;
}

.c-asterisklist li {
  position: relative;
  padding-left: 16px;
}
html:not([lang=en]) .c-asterisklist li {
  word-break: break-all;
}
.c-asterisklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "＊";
}
.c-asterisklist._ja li::before {
  content: "※";
}
.c-asterisklist.u-textSub li {
  line-height: 1.8571428571;
}

.c-numberlist._small {
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-numberlist._small:not(:first-child) {
  margin-top: 1em;
}
.c-numberlist._small:not(:last-child) {
  margin-bottom: 1em;
}
.c-numberlist > li {
  position: relative;
  padding-left: 32px;
  counter-increment: practice;
}
.c-numberlist > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  text-align: right;
  content: counter(practice) ".";
}
.c-numberlist > li .c-numberlist li {
  counter-increment: sub-practice;
}
.c-numberlist > li .c-numberlist li::before {
  content: counter(sub-practice) ".";
}
.c-numberlist._withMargin > li:not(:last-child) {
  margin-bottom: 40px;
}
.c-numberlist._withBorder > li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

.c-noticelist._small {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-noticelist._small:not(:first-child) {
  margin-top: 2em;
}
.c-noticelist._small:not(:last-child) {
  margin-bottom: 2em;
}
.c-noticelist > li {
  position: relative;
  padding-left: 60px;
  counter-increment: practice;
}
.c-noticelist > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  content: "［注" counter(practice) "］";
}

.c-arrowlist li {
  position: relative;
  padding-left: 18px;
}
.c-arrowlist li:not(:first-child) {
  margin-top: 1em;
}
.c-arrowlist li::before {
  position: absolute;
  top: 5.75px;
  left: 0;
  display: block;
  width: 7px;
  content: "";
  border: calc(13px / 2) solid transparent;
  border-right: 0;
  border-left: 7px solid #04a7c4;
}

.c-arrowlinklist li {
  position: relative;
  padding-left: 14px;
}
.c-arrowlinklist li::before {
  position: absolute;
  top: 5.25px;
  left: 0;
  display: block;
  width: 7px;
  content: "";
  border: calc(13px / 2) solid transparent;
  border-right: 0;
  border-left: 7px solid #04a7c4;
}

.c-underlinelist {
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.c-underlinelist:not(:first-child) {
  margin-top: 13px;
}
.c-underlinelist__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 12px 0;
  border-top: 1px solid #ccc;
}

.Topics_common .c-topics._topicsEmphasis, .Topics_topics .c-topics._topicsEmphasis {
  background-color: #f5f8fc;
}
.Topics_ag .c-topics._topicsEmphasis {
  background-color: #fcf7f2;
}
.Topics_award .c-topics._topicsEmphasis {
  background-color: #f2f7f4;
}
.c-topics:not(:last-of-type) {
  border-bottom: 2px solid #707070;
}
.c-topics:last-of-type {
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 2px 1px;
}
.c-topics a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.c-topics a:hover {
  text-decoration: underline;
}
.c-topics__item {
  display: flex;
  display: block;
  gap: 23px;
  align-items: baseline;
  padding: 20px 10px;
  padding: 20px 10px;
}
.c-topics__item:not(:last-child) {
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 2px 1px;
}
.c-topics__date {
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #626262;
  white-space: nowrap;
}
._concertTop .c-topics__date, ._agTop .c-topics__date, ._awardTop .c-topics__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
._arrow .c-topics__date {
  position: relative;
  padding-left: 12px;
}
._arrow .c-topics__date::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  transform: translateY(-50%);
}
.c-topics__date::after {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  height: 26px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  background: #001e46;
  border-radius: 5px;
}
._general .c-topics__date::after {
  content: "総合案内";
}
._en ._general .c-topics__date::after {
  content: "General Info";
}
._ag .c-topics__date::after {
  content: "アートギャラリー";
  background-color: #e46a00;
}
._en ._ag .c-topics__date::after {
  content: "Art Gallery";
}
._concert .c-topics__date::after {
  content: "コンサート";
  background-color: #0c3b2c;
}
._en ._concert .c-topics__date::after {
  content: "Concert";
}
._takemitsu .c-topics__date::after {
  content: "武満徹作曲賞";
  background-color: #0c3b2c;
}
._en ._takemitsu .c-topics__date::after {
  content: "Award";
}
.c-topics__title {
  width: 100%;
  line-height: 1.5;
}
._general .c-topics__title, ._ag .c-topics__title, ._concert .c-topics__title, ._takemitsu .c-topics__title {
  width: calc(100% - 275px);
}
._important .c-topics__title {
  font-weight: 700;
  color: #f00;
}
.c-topics__nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.l-topics .c-topics__nav, .p-topicsPost .c-topics__nav, .p-topicsPost + .c-topics__nav {
  padding-bottom: 80px;
}
.c-topics__navButton {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-width: 137px;
  height: 52px;
  padding: 0 18px;
  font-weight: 700;
  color: #2058a5;
  text-decoration: none;
  border: 1px solid #2058a5;
  border-radius: 1px;
  transition: all 0.1s ease;
  transition-property: background, color;
}
.c-topics__navButtonIcon {
  width: 8.96px;
  height: 15.67px;
}
.c-topics__navButton svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
  fill: #2058a5;
  transition: fill 0.1s ease;
}
.c-topics__navButton._bgBlue, .c-topics__navButton:hover {
  color: #fff;
  background-color: #2058a5;
}
.c-topics__navButton._bgBlue .c-topics__navButtonIcon svg, .c-topics__navButton:hover .c-topics__navButtonIcon svg {
  fill: #fff;
}
.c-topics__navButton._previous span {
  order: 2;
}
.c-topics__navButton._previous .c-topics__navButtonIcon {
  order: 1;
  transform: rotate(180deg);
}
.c-topics__navButton._disabled {
  pointer-events: none;
  opacity: 0.3;
}

.c-heading01 {
  position: relative;
  padding-bottom: 9px;
  margin: 64px 0 54px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.7058823529;
  text-align: center;
  letter-spacing: 0.01em;
}
.c-heading01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  content: "";
  background: #4ba4c1;
  transform: translateX(-50%);
}
.c-heading01__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-heading01__logo img {
  width: 138px;
  height: 38px;
}

.c-heading02 {
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.c-heading02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 2px solid #ccc;
}
.c-heading02 span:not([class*=route]) {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 3px;
  padding-bottom: 9px;
}
.c-heading02 span:not([class*=route])::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #e46a00;
}
.c-heading02._large span {
  min-width: 120px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.c-heading02._withBorder {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-heading02._withBorder::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 2px solid #707070;
}
.c-heading02._withBorder::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 2px;
  content: "";
  background: #e46a00;
}
.c-heading02__notes {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-heading02__notes:not(:last-child) {
  margin-bottom: 60px;
}
.c-heading02._bgBlack {
  display: flex;
  align-items: center;
  height: 47px;
  padding: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #fff;
  background: #000;
  border: 0;
}
.c-heading02._bgBlack::after {
  display: none;
}

.c-heading03 {
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.c-tab {
  padding: 40px 0;
  background: #fcf7f2;
}
.c-tab:not(:first-child) {
  margin-top: 19px;
}
.c-tab__inner {
  width: 100%;
}
.c-tab__body {
  width: 100%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
.c-tab__item {
  width: 100%;
  color: #e46a00;
  text-align: center;
  background: #fff;
  border: 1px solid #d8d8d6;
  border-radius: 2px;
}
.c-tab__item:not(:first-child) {
  margin-top: 20px;
}
.c-tab__item._current {
  color: #fff;
  background: #e46a00;
}
.c-tab__item._current a::after {
  border-color: #fff;
}
.c-tab__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding-right: 38px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: al 0.3s ease 0s;
  transition-property: background, opacity;
}
.c-tab__link::after, .c-tab__link::before {
  position: absolute;
  content: "";
}
.c-tab__link::after {
  top: 14px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #e46a00;
  border-right: 1px solid #e46a00;
  transform: rotate(135deg);
}
.c-tab__link::before {
  top: 50%;
  right: 38px;
  width: 1px;
  height: 19px;
  background: #ccc;
  transform: translateY(-50%);
}
.c-tab__anchor {
  margin-right: 20px;
  margin-left: 20px;
  overflow-x: scroll;
}
.c-tab__anchor:first-of-type {
  margin-top: 23px;
}
.c-tab__anchor:only-child {
  margin-top: 0;
}
.c-tab__anchorList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.c-tab__anchorList:only-child {
  width: 910px;
}
.c-tab__anchorList:not(:only-child) {
  width: 590px;
}
.c-tab__anchorList + .c-tab__anchorList {
  margin-top: 15px;
}
.c-tab__anchorButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
}
.c-tab__selectbox {
  position: relative;
  min-width: 240px;
  margin-right: 20px;
  margin-left: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-color: #d8d8d6;
  border-radius: 2px;
}
.c-tab__selectbox._exh {
  margin-right: 0;
  margin-left: 0;
}
._selectConcert .c-tab__selectbox {
  z-index: 100;
  background: #e46a00;
}
.c-tab__selectboxToggle {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  height: 43px;
  padding-right: 38px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #e46a00;
  border-radius: 2px;
}
._exh .c-tab__selectboxToggle {
  background: #000;
}
.c-tab__selectboxToggle::before, .c-tab__selectboxToggle::after {
  position: absolute;
  content: "";
}
.c-tab__selectboxToggle::before {
  top: 50%;
  right: 38px;
  width: 1px;
  height: 19px;
  background: #ccc;
  transform: translateY(-50%);
}
.c-tab__selectboxToggle::after {
  top: 15px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
._selectConcert .c-tab__selectboxToggle:not(._active) {
  color: #fff;
}
._selectConcert .c-tab__selectboxToggle:not(._active)::after {
  border-color: #fff;
}
.c-tab__selectboxToggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-tab__selectboxList {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 11;
  width: calc(100% + 2px);
  padding-top: 43px;
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.1s ease-out;
  transition-property: opacity, visibility;
}
._active + .c-tab__selectboxList {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.c-tab__selectboxItem {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-top: 1px solid #ccc;
}
.c-tab__selectboxLink {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  color: #e46a00;
  text-decoration: none;
}
._exh .c-tab__selectboxLink {
  color: #000;
}

.c-textLink {
  position: relative;
  display: inline-block;
  color: #e46a00;
  text-decoration: none;
}
.c-textLink._arrow {
  padding-left: 14px;
}
.c-textLink._arrow::before {
  position: absolute;
  top: calc((1.75em - 10px) / 2);
  left: 0;
  display: block;
  width: 7px;
  content: "";
  border: calc(10px / 2) solid transparent;
  border-right: 0;
  border-left: 7px solid #e46a00;
}
[class*=textSub] .c-textLink._arrow::before {
  top: calc((1.75em - 10px) / 2);
}
.c-textLink._circleArrow::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-left: 3px;
  vertical-align: text-top;
  content: "";
  background: url("/common/img/global/icon_circle-arrow-white.svg") center center/contain no-repeat;
}
.c-textLink._pdf {
  position: relative;
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 10px;
  align-items: baseline;
}
.c-textLink._pdf::before {
  display: block;
  width: 27px;
  height: 100%;
  content: "";
  background: url("/common/img/global/icon_pdf.svg") center center/contain no-repeat;
}
.c-textLink._noLine {
  text-decoration: none;
}
.c-textLink._colorBlack {
  color: #000;
}
.c-textLink._circleArrowBefore::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: text-top;
  content: "";
  background: url("/common/img/global/icon_circle-arrow-orange.svg") center center/contain no-repeat;
}
.c-textLink > .c-textLink {
  display: inline;
}
.c-textLink._external {
  padding-right: 24px;
}
.c-textLink._external::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #e46a00;
  -webkit-mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__exlink.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.c-textLink._colorInfo {
  color: #2058a5;
}
.c-textLink._colorInfo::before {
  border-left-color: #2058a5;
}
.c-textLink._colorBlue {
  color: #04a7c4;
}
.c-textLink._colorBlue::before {
  border-left-color: #04a7c4;
}

.l-breadcrumb {
  padding: 25px 30px 0;
  padding: 10px 20px 0;
}
.l-breadcrumb ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.l-breadcrumb ul li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
.l-breadcrumb ul li:not(:first-child) {
  position: relative;
  padding-left: 30px;
}
.l-breadcrumb ul li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 1px;
  height: 12px;
  content: "";
  background: #000;
  transform: translateY(-50%) rotate(20deg);
}
.l-breadcrumb ul li a {
  color: #e46a00;
  text-decoration: none;
}

.l-footer .l-footer__inner {
  padding-top: 60px;
  margin-bottom: 40px;
}
.l-footer .l-footer__logo {
  margin-bottom: 35px;
  text-align: center;
}
.l-footer .l-footer__logo .l-footer__logoImage a {
  display: block;
}
.l-footer .l-footer__logo .l-footer__logoImage .l-footer__logoImage__image {
  width: 157px;
  height: 30px;
}
.l-footer .l-footer__logo .l-footer__tagline {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2777777778;
}
.l-footer .l-footer__navigation {
  padding-bottom: 40px;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item {
  border-bottom: 1px solid #e46a00;
}
.l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item .l-footer__globalNavigation__itemLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #e46a00;
  text-decoration: none;
}
.l-footer__globalNavigation .l-footer__globalNavigation__item > .l-footer__globalNavigation__itemLink::after {
  display: block;
  align-self: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background: url("/common/img/ag/icon__anglebrackets.svg") no-repeat 50% 50%;
  background-size: auto 15px;
  transition: transform 0.3s ease;
  transform-origin: center;
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .l-footer .l-footer__globalNavigation .l-footer__globalNavigation__item .l-footer__globalNavigation__itemLink {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-footer .l-footer__globalNavigationSub {
  padding-bottom: 10px;
  padding-left: 18px;
  overflow: hidden;
  transition: height 0.3s ease;
}
.l-footer .l-footerNav__item._open .l-footerSubNav {
  display: block;
}

.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__list {
  padding-left: 15px;
}
.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__list + ul.l-footer__globalNavigationSub__list {
  margin-top: 15px;
}
.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__item a {
  display: block;
  text-decoration: none;
}
.l-footer .l-footer__globalNavigationSub .l-footer__globalNavigationSub__item a {
  padding: 8px 0 8px 20px;
  background: url("/common/img/ag/icon__anglebrackets.svg") no-repeat 5px 14px;
  background-size: auto 10px;
}
.l-footer__globalNavigation .l-footer__globalNavigation__item:not(._open) .l-footer__globalNavigationSub {
  display: none;
}

.l-footer .l-footer__navigation__btnWrap {
  margin-top: 50px;
}
.l-footer .l-footer__navigation__btnWrap .l-footer__navigation__btn {
  display: block;
  width: 67.3%;
  max-width: 508px;
  margin: 0 auto;
  text-decoration: none;
}
.l-footer .l-footer__navigation__btnWrap .l-footer__navigation__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #e46a00;
  background: #fff url("/common/img/ag/icon__arrow.svg") no-repeat calc(100% - 15px);
  background-size: 15px auto;
  border: 1px solid #e46a00;
  border-radius: 26px;
  transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.l-footer .l-footer__navigation__linkWrap {
  margin-top: 25px;
  text-align: center;
}
.l-footer .l-footer__navigation__linkWrap .l-footer__navigation__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #e46a00;
  text-decoration: none;
}
.l-footer__globalNavigation .l-footer__globalNavigation__item > .l-footer__globalNavigation__itemLink::after {
  display: block;
  align-self: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background: url("/common/img/ag/icon__anglebrackets.svg") no-repeat 50% 50%;
  background-size: auto 15px;
  transition: transform 0.3s ease;
  transform-origin: center;
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .l-footer .l-footer__navigation__linkWrap .l-footer__navigation__link {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.l-footer .l-footer__navigation__sns {
  margin-top: 35px;
  text-align: center;
}
.l-footer .l-footer__navigation__sns a + a {
  margin-left: 18px;
}
.l-footer .c-accordion .c-accordion__btnWrap .c-accordion__btn::before,
.l-footer .c-accordion .c-accordion__btnWrap .c-accordion__btn::after {
  background-color: #e46a00;
}
.l-footer .l-footer__common {
  margin-top: 30px;
}
.l-footer:not([lang=en]) > .l-footer__link .c-link__list {
  flex-wrap: wrap;
}
.l-footer:not([lang=en]) > .l-footer__link .c-link__list .c-link__item:first-child {
  width: 100%;
}
.l-footer:not([lang=en]) > .l-footer__link .c-link__list .c-link__item:nth-of-type(2)::before {
  display: none;
}

.l-footer:not([lang=en]) .l-footer__commonLink .c-link__list {
  flex-wrap: wrap;
}
.l-footer:not([lang=en]) .l-footer__commonLink .c-link__list .c-link__item:first-child {
  width: 100%;
}
.l-footer:not([lang=en]) .l-footer__commonLink .c-link__list .c-link__item:nth-of-type(2)::before {
  display: none;
}

.l-footer[lang=en] .l-footer__common .c-link__list {
  display: block;
}
.l-footer[lang=en] .l-footer__common .c-link__list .c-link__item::before {
  display: none;
}

.l-globalNavigation {
  padding-top: 35px;
  background: #fcf7f2;
}
.l-globalNavigation .l-globalNavigation__item {
  border-bottom: 1px solid #e46a00;
}
.l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #e46a00;
  text-decoration: none;
}
.l-globalNavigation .l-globalNavigation__item > .l-globalNavigation__itemLink::after {
  display: block;
  align-self: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background: url("/common/img/ag/icon__anglebrackets.svg") no-repeat 50% 50%;
  background-size: auto 15px;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.l-globalNavigationSub {
  padding-bottom: 10px;
  padding-left: 18px;
  overflow: hidden;
  transition: height 0.3s ease;
}
.l-footer .l-footerNav__item._open .l-footerSubNav {
  display: block;
}

@media not all and (min-width: 835px) {
  .l-globalNavigationSub .l-globalNavigationSub__heading.u-hideSP {
    display: none;
  }
}
.l-globalNavigationSub .l-globalNavigationSub__heading a {
  color: #fff;
  text-decoration: none;
}
.l-globalNavigationSub .l-globalNavigationSub__list {
  padding-left: 15px;
}
.l-globalNavigationSub .l-globalNavigationSub__list + ul.l-globalNavigationSub__list {
  margin-top: 15px;
}
.l-globalNavigationSub .l-globalNavigationSub__item a {
  display: block;
  text-decoration: none;
  background: url("/common/img/ag/icon__anglebrackets.svg") no-repeat;
  background-position: 5px 14px;
  background-size: auto 10px;
}
.l-globalNavigationSub .l-globalNavigationSub__item a {
  padding: 8px 0 8px 20px;
}
.l-globalNavigation .l-globalNavigation__item:not(._open) .l-globalNavigationSub {
  display: none;
}

.l-globalNavigationSub .l-globalNavigationSub__item__heading {
  font-size: 14px;
  font-size: 0.875rem;
}
.l-globalNavigationSub .l-globalNavigationSub__item__heading a {
  display: block;
  padding: 10px 0;
}
.l-globalNavigationSub .l-globalNavigationSub__item__heading a {
  font-weight: 700;
  color: #e46a00;
  text-decoration: none;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 92px;
}
.l-header .l-header__logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.l-header .l-header__logo .l-header__logoImage {
  display: flex;
  align-items: center;
}
.l-header .l-header__logo .l-header__logoImage a {
  display: block;
}
.l-header .l-header__logo .l-header__logoImage .l-header__logoImage__image {
  width: 99px;
  height: 19px;
}
.l-header .l-header__logo .l-header__tagline {
  margin-left: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e46a00;
  letter-spacing: 0.01em;
}
.l-header .l-header__logo .l-header__tagline br {
  display: none;
}
@media (max-width: 374px) {
  .l-header .l-header__logo .l-header__tagline br {
    display: inline;
  }
}
.l-header .l-header__navigation {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 70px);
  margin-top: 70px;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.l-header .l-header__navigation._open {
  overflow: scroll;
  visibility: visible;
  opacity: 1;
}
.l-header .l-header__navigation__container {
  display: contents;
}
.l-header .l-header__navigation__link {
  display: flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.l-header .l-header__navigation__link li {
  width: 38.8%;
}
.l-header .l-header__navigation__link li + li {
  width: 57%;
}
.l-header .l-header__navigation__link li + li::before {
  display: none;
}
.l-header .l-header__navigation__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #001e46;
  text-decoration: none;
  background: #fff;
  border: 1px solid #001e46;
  border-radius: 27px;
}
.l-header .l-header__navigation__contact a {
  display: inline-block;
  text-decoration: none;
}
.l-header .l-header__navigation__language {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 78px;
  margin-top: auto;
  background: #e46a00;
}
.l-header .l-header__navigation__language a {
  display: inline-block;
  min-height: 16px;
  color: #fff;
  text-decoration: none;
}
.l-header .l-header__navigation__language a:first-child {
  padding-right: 1em;
  padding-left: 31px;
  background: url("/common/img/common/icon__globe__white.svg") no-repeat 0 50%;
  background-size: 16px auto;
}
.l-header .l-header__navigation__language a + a {
  padding: 0 1em;
}
.l-header .l-header__navigation__language a + a::before {
  position: relative;
  left: -1em;
  content: "|";
}
.l-header .c-accordion .c-accordion__btnWrap .c-accordion__btn::before,
.l-header .c-accordion .c-accordion__btnWrap .c-accordion__btn::after {
  background-color: #e46a00;
}

.c-hamburger {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border: none;
}
.c-hamburger .c-hamburger__line {
  position: relative;
  display: block;
  width: 42px;
  height: 1px;
  background-color: #000;
  transition: color 0.3s ease-in-out;
}
.c-hamburger .c-hamburger__line::before, .c-hamburger .c-hamburger__line::after {
  position: absolute;
  left: 0;
  display: block;
  width: 42px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: background-color 0.3s ease-in-out;
}
.c-hamburger .c-hamburger__line::before {
  top: -8px;
}
.c-hamburger .c-hamburger__line::after {
  bottom: -8px;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line {
  background-color: #fff;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::before, .l-header__navigation._open + .c-hamburger .c-hamburger__line::after {
  background-color: #000;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::before {
  transform: translateY(8px) rotateZ(45deg);
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::after {
  transform: translateY(-8px) rotateZ(-45deg);
}

.l-main {
  padding-top: 70px;
}

.l-pagetop .l-pagetop__link {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%23e46a00" d="M0 11.791 11.706 0l11.706 11.791-1.709 1.709-10-10.082-10 10.082-1.709-1.709" /></svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 14px;
  border: 1px solid #e46a00;
}

.l-inner {
  padding-right: 20px;
  padding-left: 20px;
}

br.u-brPC {
  display: none;
}

.u-alignCenter {
  text-align: center;
}

.u-alignRight {
  text-align: right;
}

.u-alignLeft {
  text-align: left;
}

.u-hideSP {
  display: none !important;
}

@media not all and (min-width: 1080px) {
  .u-hideUL {
    display: none !important;
  }
}

@media not all and (min-width: 1080px) {
  .u-showUL {
    display: block !important;
  }
}

.u-sp_margin_top_0 {
  margin-top: 0px !important;
}

.u-sp_margin_right_0 {
  margin-right: 0px !important;
}

.u-sp_margin_bottom_0 {
  margin-bottom: 0px !important;
}

.u-sp_margin_left_0 {
  margin-left: 0px !important;
}

.u-sp_margin_top_5 {
  margin-top: 5px !important;
}

.u-sp_margin_right_5 {
  margin-right: 5px !important;
}

.u-sp_margin_bottom_5 {
  margin-bottom: 5px !important;
}

.u-sp_margin_left_5 {
  margin-left: 5px !important;
}

.u-sp_margin_top_10 {
  margin-top: 10px !important;
}

.u-sp_margin_right_10 {
  margin-right: 10px !important;
}

.u-sp_margin_bottom_10 {
  margin-bottom: 10px !important;
}

.u-sp_margin_left_10 {
  margin-left: 10px !important;
}

.u-sp_margin_top_15 {
  margin-top: 15px !important;
}

.u-sp_margin_right_15 {
  margin-right: 15px !important;
}

.u-sp_margin_bottom_15 {
  margin-bottom: 15px !important;
}

.u-sp_margin_left_15 {
  margin-left: 15px !important;
}

.u-sp_margin_top_20 {
  margin-top: 20px !important;
}

.u-sp_margin_right_20 {
  margin-right: 20px !important;
}

.u-sp_margin_bottom_20 {
  margin-bottom: 20px !important;
}

.u-sp_margin_left_20 {
  margin-left: 20px !important;
}

.u-sp_margin_top_25 {
  margin-top: 25px !important;
}

.u-sp_margin_right_25 {
  margin-right: 25px !important;
}

.u-sp_margin_bottom_25 {
  margin-bottom: 25px !important;
}

.u-sp_margin_left_25 {
  margin-left: 25px !important;
}

.u-sp_margin_top_30 {
  margin-top: 30px !important;
}

.u-sp_margin_right_30 {
  margin-right: 30px !important;
}

.u-sp_margin_bottom_30 {
  margin-bottom: 30px !important;
}

.u-sp_margin_left_30 {
  margin-left: 30px !important;
}

.u-sp_margin_top_35 {
  margin-top: 35px !important;
}

.u-sp_margin_right_35 {
  margin-right: 35px !important;
}

.u-sp_margin_bottom_35 {
  margin-bottom: 35px !important;
}

.u-sp_margin_left_35 {
  margin-left: 35px !important;
}

.u-sp_margin_top_40 {
  margin-top: 40px !important;
}

.u-sp_margin_right_40 {
  margin-right: 40px !important;
}

.u-sp_margin_bottom_40 {
  margin-bottom: 40px !important;
}

.u-sp_margin_left_40 {
  margin-left: 40px !important;
}

.u-sp_margin_top_45 {
  margin-top: 45px !important;
}

.u-sp_margin_right_45 {
  margin-right: 45px !important;
}

.u-sp_margin_bottom_45 {
  margin-bottom: 45px !important;
}

.u-sp_margin_left_45 {
  margin-left: 45px !important;
}

.u-sp_margin_top_50 {
  margin-top: 50px !important;
}

.u-sp_margin_right_50 {
  margin-right: 50px !important;
}

.u-sp_margin_bottom_50 {
  margin-bottom: 50px !important;
}

.u-sp_margin_left_50 {
  margin-left: 50px !important;
}

.u-sp_margin_top_55 {
  margin-top: 55px !important;
}

.u-sp_margin_right_55 {
  margin-right: 55px !important;
}

.u-sp_margin_bottom_55 {
  margin-bottom: 55px !important;
}

.u-sp_margin_left_55 {
  margin-left: 55px !important;
}

.u-sp_margin_top_60 {
  margin-top: 60px !important;
}

.u-sp_margin_right_60 {
  margin-right: 60px !important;
}

.u-sp_margin_bottom_60 {
  margin-bottom: 60px !important;
}

.u-sp_margin_left_60 {
  margin-left: 60px !important;
}

.u-sp_margin_top_65 {
  margin-top: 65px !important;
}

.u-sp_margin_right_65 {
  margin-right: 65px !important;
}

.u-sp_margin_bottom_65 {
  margin-bottom: 65px !important;
}

.u-sp_margin_left_65 {
  margin-left: 65px !important;
}

.u-sp_margin_top_70 {
  margin-top: 70px !important;
}

.u-sp_margin_right_70 {
  margin-right: 70px !important;
}

.u-sp_margin_bottom_70 {
  margin-bottom: 70px !important;
}

.u-sp_margin_left_70 {
  margin-left: 70px !important;
}

.u-sp_margin_top_75 {
  margin-top: 75px !important;
}

.u-sp_margin_right_75 {
  margin-right: 75px !important;
}

.u-sp_margin_bottom_75 {
  margin-bottom: 75px !important;
}

.u-sp_margin_left_75 {
  margin-left: 75px !important;
}

.u-sp_margin_top_80 {
  margin-top: 80px !important;
}

.u-sp_margin_right_80 {
  margin-right: 80px !important;
}

.u-sp_margin_bottom_80 {
  margin-bottom: 80px !important;
}

.u-sp_margin_left_80 {
  margin-left: 80px !important;
}

.u-sp_margin_top_85 {
  margin-top: 85px !important;
}

.u-sp_margin_right_85 {
  margin-right: 85px !important;
}

.u-sp_margin_bottom_85 {
  margin-bottom: 85px !important;
}

.u-sp_margin_left_85 {
  margin-left: 85px !important;
}

.u-sp_margin_top_90 {
  margin-top: 90px !important;
}

.u-sp_margin_right_90 {
  margin-right: 90px !important;
}

.u-sp_margin_bottom_90 {
  margin-bottom: 90px !important;
}

.u-sp_margin_left_90 {
  margin-left: 90px !important;
}

.u-sp_margin_top_95 {
  margin-top: 95px !important;
}

.u-sp_margin_right_95 {
  margin-right: 95px !important;
}

.u-sp_margin_bottom_95 {
  margin-bottom: 95px !important;
}

.u-sp_margin_left_95 {
  margin-left: 95px !important;
}

.u-sp_margin_top_100 {
  margin-top: 100px !important;
}

.u-sp_margin_right_100 {
  margin-right: 100px !important;
}

.u-sp_margin_bottom_100 {
  margin-bottom: 100px !important;
}

.u-sp_margin_left_100 {
  margin-left: 100px !important;
}

.u-sp_margin_top_105 {
  margin-top: 105px !important;
}

.u-sp_margin_right_105 {
  margin-right: 105px !important;
}

.u-sp_margin_bottom_105 {
  margin-bottom: 105px !important;
}

.u-sp_margin_left_105 {
  margin-left: 105px !important;
}

.u-sp_margin_top_110 {
  margin-top: 110px !important;
}

.u-sp_margin_right_110 {
  margin-right: 110px !important;
}

.u-sp_margin_bottom_110 {
  margin-bottom: 110px !important;
}

.u-sp_margin_left_110 {
  margin-left: 110px !important;
}

.u-sp_margin_top_115 {
  margin-top: 115px !important;
}

.u-sp_margin_right_115 {
  margin-right: 115px !important;
}

.u-sp_margin_bottom_115 {
  margin-bottom: 115px !important;
}

.u-sp_margin_left_115 {
  margin-left: 115px !important;
}

.u-sp_margin_top_120 {
  margin-top: 120px !important;
}

.u-sp_margin_right_120 {
  margin-right: 120px !important;
}

.u-sp_margin_bottom_120 {
  margin-bottom: 120px !important;
}

.u-sp_margin_left_120 {
  margin-left: 120px !important;
}

.u-sp_margin_top_125 {
  margin-top: 125px !important;
}

.u-sp_margin_right_125 {
  margin-right: 125px !important;
}

.u-sp_margin_bottom_125 {
  margin-bottom: 125px !important;
}

.u-sp_margin_left_125 {
  margin-left: 125px !important;
}

.u-sp_margin_top_130 {
  margin-top: 130px !important;
}

.u-sp_margin_right_130 {
  margin-right: 130px !important;
}

.u-sp_margin_bottom_130 {
  margin-bottom: 130px !important;
}

.u-sp_margin_left_130 {
  margin-left: 130px !important;
}

.u-sp_margin_top_135 {
  margin-top: 135px !important;
}

.u-sp_margin_right_135 {
  margin-right: 135px !important;
}

.u-sp_margin_bottom_135 {
  margin-bottom: 135px !important;
}

.u-sp_margin_left_135 {
  margin-left: 135px !important;
}

.u-sp_margin_top_140 {
  margin-top: 140px !important;
}

.u-sp_margin_right_140 {
  margin-right: 140px !important;
}

.u-sp_margin_bottom_140 {
  margin-bottom: 140px !important;
}

.u-sp_margin_left_140 {
  margin-left: 140px !important;
}

.u-sp_margin_top_145 {
  margin-top: 145px !important;
}

.u-sp_margin_right_145 {
  margin-right: 145px !important;
}

.u-sp_margin_bottom_145 {
  margin-bottom: 145px !important;
}

.u-sp_margin_left_145 {
  margin-left: 145px !important;
}

.u-sp_margin_top_150 {
  margin-top: 150px !important;
}

.u-sp_margin_right_150 {
  margin-right: 150px !important;
}

.u-sp_margin_bottom_150 {
  margin-bottom: 150px !important;
}

.u-sp_margin_left_150 {
  margin-left: 150px !important;
}

.u-sp_margin_top_155 {
  margin-top: 155px !important;
}

.u-sp_margin_right_155 {
  margin-right: 155px !important;
}

.u-sp_margin_bottom_155 {
  margin-bottom: 155px !important;
}

.u-sp_margin_left_155 {
  margin-left: 155px !important;
}

.u-sp_margin_top_160 {
  margin-top: 160px !important;
}

.u-sp_margin_right_160 {
  margin-right: 160px !important;
}

.u-sp_margin_bottom_160 {
  margin-bottom: 160px !important;
}

.u-sp_margin_left_160 {
  margin-left: 160px !important;
}

.u-sp_margin_top_165 {
  margin-top: 165px !important;
}

.u-sp_margin_right_165 {
  margin-right: 165px !important;
}

.u-sp_margin_bottom_165 {
  margin-bottom: 165px !important;
}

.u-sp_margin_left_165 {
  margin-left: 165px !important;
}

.u-sp_margin_top_170 {
  margin-top: 170px !important;
}

.u-sp_margin_right_170 {
  margin-right: 170px !important;
}

.u-sp_margin_bottom_170 {
  margin-bottom: 170px !important;
}

.u-sp_margin_left_170 {
  margin-left: 170px !important;
}

.u-sp_margin_top_175 {
  margin-top: 175px !important;
}

.u-sp_margin_right_175 {
  margin-right: 175px !important;
}

.u-sp_margin_bottom_175 {
  margin-bottom: 175px !important;
}

.u-sp_margin_left_175 {
  margin-left: 175px !important;
}

.u-sp_margin_top_180 {
  margin-top: 180px !important;
}

.u-sp_margin_right_180 {
  margin-right: 180px !important;
}

.u-sp_margin_bottom_180 {
  margin-bottom: 180px !important;
}

.u-sp_margin_left_180 {
  margin-left: 180px !important;
}

.u-sp_margin_top_185 {
  margin-top: 185px !important;
}

.u-sp_margin_right_185 {
  margin-right: 185px !important;
}

.u-sp_margin_bottom_185 {
  margin-bottom: 185px !important;
}

.u-sp_margin_left_185 {
  margin-left: 185px !important;
}

.u-sp_margin_top_190 {
  margin-top: 190px !important;
}

.u-sp_margin_right_190 {
  margin-right: 190px !important;
}

.u-sp_margin_bottom_190 {
  margin-bottom: 190px !important;
}

.u-sp_margin_left_190 {
  margin-left: 190px !important;
}

.u-sp_margin_top_195 {
  margin-top: 195px !important;
}

.u-sp_margin_right_195 {
  margin-right: 195px !important;
}

.u-sp_margin_bottom_195 {
  margin-bottom: 195px !important;
}

.u-sp_margin_left_195 {
  margin-left: 195px !important;
}

.u-sp_margin_top_200 {
  margin-top: 200px !important;
}

.u-sp_margin_right_200 {
  margin-right: 200px !important;
}

.u-sp_margin_bottom_200 {
  margin-bottom: 200px !important;
}

.u-sp_margin_left_200 {
  margin-left: 200px !important;
}

.u-margin_bottom_0 {
  margin-bottom: 0 !important;
}

.u-margin_top_0 {
  margin-top: 0 !important;
}

.u-padding_top_0 {
  padding-top: 0px !important;
}

.u-padding_bottom_0 {
  padding-bottom: 0px !important;
}

.u-sp_padding_top_0 {
  padding-top: 0px !important;
}

.u-sp_padding_right_0 {
  padding-right: 0px !important;
}

.u-sp_padding_bottom_0 {
  padding-bottom: 0px !important;
}

.u-sp_padding_left_0 {
  padding-left: 0px !important;
}

.u-padding_top_5 {
  padding-top: 5px !important;
}

.u-padding_bottom_5 {
  padding-bottom: 5px !important;
}

.u-sp_padding_top_5 {
  padding-top: 5px !important;
}

.u-sp_padding_right_5 {
  padding-right: 5px !important;
}

.u-sp_padding_bottom_5 {
  padding-bottom: 5px !important;
}

.u-sp_padding_left_5 {
  padding-left: 5px !important;
}

.u-padding_top_10 {
  padding-top: 10px !important;
}

.u-padding_bottom_10 {
  padding-bottom: 10px !important;
}

.u-sp_padding_top_10 {
  padding-top: 10px !important;
}

.u-sp_padding_right_10 {
  padding-right: 10px !important;
}

.u-sp_padding_bottom_10 {
  padding-bottom: 10px !important;
}

.u-sp_padding_left_10 {
  padding-left: 10px !important;
}

.u-padding_top_15 {
  padding-top: 15px !important;
}

.u-padding_bottom_15 {
  padding-bottom: 15px !important;
}

.u-sp_padding_top_15 {
  padding-top: 15px !important;
}

.u-sp_padding_right_15 {
  padding-right: 15px !important;
}

.u-sp_padding_bottom_15 {
  padding-bottom: 15px !important;
}

.u-sp_padding_left_15 {
  padding-left: 15px !important;
}

.u-padding_top_20 {
  padding-top: 20px !important;
}

.u-padding_bottom_20 {
  padding-bottom: 20px !important;
}

.u-sp_padding_top_20 {
  padding-top: 20px !important;
}

.u-sp_padding_right_20 {
  padding-right: 20px !important;
}

.u-sp_padding_bottom_20 {
  padding-bottom: 20px !important;
}

.u-sp_padding_left_20 {
  padding-left: 20px !important;
}

.u-padding_top_25 {
  padding-top: 25px !important;
}

.u-padding_bottom_25 {
  padding-bottom: 25px !important;
}

.u-sp_padding_top_25 {
  padding-top: 25px !important;
}

.u-sp_padding_right_25 {
  padding-right: 25px !important;
}

.u-sp_padding_bottom_25 {
  padding-bottom: 25px !important;
}

.u-sp_padding_left_25 {
  padding-left: 25px !important;
}

.u-padding_top_30 {
  padding-top: 30px !important;
}

.u-padding_bottom_30 {
  padding-bottom: 30px !important;
}

.u-sp_padding_top_30 {
  padding-top: 30px !important;
}

.u-sp_padding_right_30 {
  padding-right: 30px !important;
}

.u-sp_padding_bottom_30 {
  padding-bottom: 30px !important;
}

.u-sp_padding_left_30 {
  padding-left: 30px !important;
}

.u-padding_top_35 {
  padding-top: 35px !important;
}

.u-padding_bottom_35 {
  padding-bottom: 35px !important;
}

.u-sp_padding_top_35 {
  padding-top: 35px !important;
}

.u-sp_padding_right_35 {
  padding-right: 35px !important;
}

.u-sp_padding_bottom_35 {
  padding-bottom: 35px !important;
}

.u-sp_padding_left_35 {
  padding-left: 35px !important;
}

.u-padding_top_40 {
  padding-top: 40px !important;
}

.u-padding_bottom_40 {
  padding-bottom: 40px !important;
}

.u-sp_padding_top_40 {
  padding-top: 40px !important;
}

.u-sp_padding_right_40 {
  padding-right: 40px !important;
}

.u-sp_padding_bottom_40 {
  padding-bottom: 40px !important;
}

.u-sp_padding_left_40 {
  padding-left: 40px !important;
}

.u-padding_top_45 {
  padding-top: 45px !important;
}

.u-padding_bottom_45 {
  padding-bottom: 45px !important;
}

.u-sp_padding_top_45 {
  padding-top: 45px !important;
}

.u-sp_padding_right_45 {
  padding-right: 45px !important;
}

.u-sp_padding_bottom_45 {
  padding-bottom: 45px !important;
}

.u-sp_padding_left_45 {
  padding-left: 45px !important;
}

.u-padding_top_50 {
  padding-top: 50px !important;
}

.u-padding_bottom_50 {
  padding-bottom: 50px !important;
}

.u-sp_padding_top_50 {
  padding-top: 50px !important;
}

.u-sp_padding_right_50 {
  padding-right: 50px !important;
}

.u-sp_padding_bottom_50 {
  padding-bottom: 50px !important;
}

.u-sp_padding_left_50 {
  padding-left: 50px !important;
}

.u-padding_top_55 {
  padding-top: 55px !important;
}

.u-padding_bottom_55 {
  padding-bottom: 55px !important;
}

.u-sp_padding_top_55 {
  padding-top: 55px !important;
}

.u-sp_padding_right_55 {
  padding-right: 55px !important;
}

.u-sp_padding_bottom_55 {
  padding-bottom: 55px !important;
}

.u-sp_padding_left_55 {
  padding-left: 55px !important;
}

.u-padding_top_60 {
  padding-top: 60px !important;
}

.u-padding_bottom_60 {
  padding-bottom: 60px !important;
}

.u-sp_padding_top_60 {
  padding-top: 60px !important;
}

.u-sp_padding_right_60 {
  padding-right: 60px !important;
}

.u-sp_padding_bottom_60 {
  padding-bottom: 60px !important;
}

.u-sp_padding_left_60 {
  padding-left: 60px !important;
}

.u-padding_top_65 {
  padding-top: 65px !important;
}

.u-padding_bottom_65 {
  padding-bottom: 65px !important;
}

.u-sp_padding_top_65 {
  padding-top: 65px !important;
}

.u-sp_padding_right_65 {
  padding-right: 65px !important;
}

.u-sp_padding_bottom_65 {
  padding-bottom: 65px !important;
}

.u-sp_padding_left_65 {
  padding-left: 65px !important;
}

.u-padding_top_70 {
  padding-top: 70px !important;
}

.u-padding_bottom_70 {
  padding-bottom: 70px !important;
}

.u-sp_padding_top_70 {
  padding-top: 70px !important;
}

.u-sp_padding_right_70 {
  padding-right: 70px !important;
}

.u-sp_padding_bottom_70 {
  padding-bottom: 70px !important;
}

.u-sp_padding_left_70 {
  padding-left: 70px !important;
}

.u-padding_top_75 {
  padding-top: 75px !important;
}

.u-padding_bottom_75 {
  padding-bottom: 75px !important;
}

.u-sp_padding_top_75 {
  padding-top: 75px !important;
}

.u-sp_padding_right_75 {
  padding-right: 75px !important;
}

.u-sp_padding_bottom_75 {
  padding-bottom: 75px !important;
}

.u-sp_padding_left_75 {
  padding-left: 75px !important;
}

.u-padding_top_80 {
  padding-top: 80px !important;
}

.u-padding_bottom_80 {
  padding-bottom: 80px !important;
}

.u-sp_padding_top_80 {
  padding-top: 80px !important;
}

.u-sp_padding_right_80 {
  padding-right: 80px !important;
}

.u-sp_padding_bottom_80 {
  padding-bottom: 80px !important;
}

.u-sp_padding_left_80 {
  padding-left: 80px !important;
}

.u-padding_top_85 {
  padding-top: 85px !important;
}

.u-padding_bottom_85 {
  padding-bottom: 85px !important;
}

.u-sp_padding_top_85 {
  padding-top: 85px !important;
}

.u-sp_padding_right_85 {
  padding-right: 85px !important;
}

.u-sp_padding_bottom_85 {
  padding-bottom: 85px !important;
}

.u-sp_padding_left_85 {
  padding-left: 85px !important;
}

.u-padding_top_90 {
  padding-top: 90px !important;
}

.u-padding_bottom_90 {
  padding-bottom: 90px !important;
}

.u-sp_padding_top_90 {
  padding-top: 90px !important;
}

.u-sp_padding_right_90 {
  padding-right: 90px !important;
}

.u-sp_padding_bottom_90 {
  padding-bottom: 90px !important;
}

.u-sp_padding_left_90 {
  padding-left: 90px !important;
}

.u-padding_top_95 {
  padding-top: 95px !important;
}

.u-padding_bottom_95 {
  padding-bottom: 95px !important;
}

.u-sp_padding_top_95 {
  padding-top: 95px !important;
}

.u-sp_padding_right_95 {
  padding-right: 95px !important;
}

.u-sp_padding_bottom_95 {
  padding-bottom: 95px !important;
}

.u-sp_padding_left_95 {
  padding-left: 95px !important;
}

.u-padding_top_100 {
  padding-top: 100px !important;
}

.u-padding_bottom_100 {
  padding-bottom: 100px !important;
}

.u-sp_padding_top_100 {
  padding-top: 100px !important;
}

.u-sp_padding_right_100 {
  padding-right: 100px !important;
}

.u-sp_padding_bottom_100 {
  padding-bottom: 100px !important;
}

.u-sp_padding_left_100 {
  padding-left: 100px !important;
}

.u-padding_top_105 {
  padding-top: 105px !important;
}

.u-padding_bottom_105 {
  padding-bottom: 105px !important;
}

.u-sp_padding_top_105 {
  padding-top: 105px !important;
}

.u-sp_padding_right_105 {
  padding-right: 105px !important;
}

.u-sp_padding_bottom_105 {
  padding-bottom: 105px !important;
}

.u-sp_padding_left_105 {
  padding-left: 105px !important;
}

.u-padding_top_110 {
  padding-top: 110px !important;
}

.u-padding_bottom_110 {
  padding-bottom: 110px !important;
}

.u-sp_padding_top_110 {
  padding-top: 110px !important;
}

.u-sp_padding_right_110 {
  padding-right: 110px !important;
}

.u-sp_padding_bottom_110 {
  padding-bottom: 110px !important;
}

.u-sp_padding_left_110 {
  padding-left: 110px !important;
}

.u-padding_top_115 {
  padding-top: 115px !important;
}

.u-padding_bottom_115 {
  padding-bottom: 115px !important;
}

.u-sp_padding_top_115 {
  padding-top: 115px !important;
}

.u-sp_padding_right_115 {
  padding-right: 115px !important;
}

.u-sp_padding_bottom_115 {
  padding-bottom: 115px !important;
}

.u-sp_padding_left_115 {
  padding-left: 115px !important;
}

.u-padding_top_120 {
  padding-top: 120px !important;
}

.u-padding_bottom_120 {
  padding-bottom: 120px !important;
}

.u-sp_padding_top_120 {
  padding-top: 120px !important;
}

.u-sp_padding_right_120 {
  padding-right: 120px !important;
}

.u-sp_padding_bottom_120 {
  padding-bottom: 120px !important;
}

.u-sp_padding_left_120 {
  padding-left: 120px !important;
}

.u-padding_top_125 {
  padding-top: 125px !important;
}

.u-padding_bottom_125 {
  padding-bottom: 125px !important;
}

.u-sp_padding_top_125 {
  padding-top: 125px !important;
}

.u-sp_padding_right_125 {
  padding-right: 125px !important;
}

.u-sp_padding_bottom_125 {
  padding-bottom: 125px !important;
}

.u-sp_padding_left_125 {
  padding-left: 125px !important;
}

.u-padding_top_130 {
  padding-top: 130px !important;
}

.u-padding_bottom_130 {
  padding-bottom: 130px !important;
}

.u-sp_padding_top_130 {
  padding-top: 130px !important;
}

.u-sp_padding_right_130 {
  padding-right: 130px !important;
}

.u-sp_padding_bottom_130 {
  padding-bottom: 130px !important;
}

.u-sp_padding_left_130 {
  padding-left: 130px !important;
}

.u-padding_top_135 {
  padding-top: 135px !important;
}

.u-padding_bottom_135 {
  padding-bottom: 135px !important;
}

.u-sp_padding_top_135 {
  padding-top: 135px !important;
}

.u-sp_padding_right_135 {
  padding-right: 135px !important;
}

.u-sp_padding_bottom_135 {
  padding-bottom: 135px !important;
}

.u-sp_padding_left_135 {
  padding-left: 135px !important;
}

.u-padding_top_140 {
  padding-top: 140px !important;
}

.u-padding_bottom_140 {
  padding-bottom: 140px !important;
}

.u-sp_padding_top_140 {
  padding-top: 140px !important;
}

.u-sp_padding_right_140 {
  padding-right: 140px !important;
}

.u-sp_padding_bottom_140 {
  padding-bottom: 140px !important;
}

.u-sp_padding_left_140 {
  padding-left: 140px !important;
}

.u-padding_top_145 {
  padding-top: 145px !important;
}

.u-padding_bottom_145 {
  padding-bottom: 145px !important;
}

.u-sp_padding_top_145 {
  padding-top: 145px !important;
}

.u-sp_padding_right_145 {
  padding-right: 145px !important;
}

.u-sp_padding_bottom_145 {
  padding-bottom: 145px !important;
}

.u-sp_padding_left_145 {
  padding-left: 145px !important;
}

.u-padding_top_150 {
  padding-top: 150px !important;
}

.u-padding_bottom_150 {
  padding-bottom: 150px !important;
}

.u-sp_padding_top_150 {
  padding-top: 150px !important;
}

.u-sp_padding_right_150 {
  padding-right: 150px !important;
}

.u-sp_padding_bottom_150 {
  padding-bottom: 150px !important;
}

.u-sp_padding_left_150 {
  padding-left: 150px !important;
}

.u-padding_top_155 {
  padding-top: 155px !important;
}

.u-padding_bottom_155 {
  padding-bottom: 155px !important;
}

.u-sp_padding_top_155 {
  padding-top: 155px !important;
}

.u-sp_padding_right_155 {
  padding-right: 155px !important;
}

.u-sp_padding_bottom_155 {
  padding-bottom: 155px !important;
}

.u-sp_padding_left_155 {
  padding-left: 155px !important;
}

.u-padding_top_160 {
  padding-top: 160px !important;
}

.u-padding_bottom_160 {
  padding-bottom: 160px !important;
}

.u-sp_padding_top_160 {
  padding-top: 160px !important;
}

.u-sp_padding_right_160 {
  padding-right: 160px !important;
}

.u-sp_padding_bottom_160 {
  padding-bottom: 160px !important;
}

.u-sp_padding_left_160 {
  padding-left: 160px !important;
}

.u-padding_top_165 {
  padding-top: 165px !important;
}

.u-padding_bottom_165 {
  padding-bottom: 165px !important;
}

.u-sp_padding_top_165 {
  padding-top: 165px !important;
}

.u-sp_padding_right_165 {
  padding-right: 165px !important;
}

.u-sp_padding_bottom_165 {
  padding-bottom: 165px !important;
}

.u-sp_padding_left_165 {
  padding-left: 165px !important;
}

.u-padding_top_170 {
  padding-top: 170px !important;
}

.u-padding_bottom_170 {
  padding-bottom: 170px !important;
}

.u-sp_padding_top_170 {
  padding-top: 170px !important;
}

.u-sp_padding_right_170 {
  padding-right: 170px !important;
}

.u-sp_padding_bottom_170 {
  padding-bottom: 170px !important;
}

.u-sp_padding_left_170 {
  padding-left: 170px !important;
}

.u-padding_top_175 {
  padding-top: 175px !important;
}

.u-padding_bottom_175 {
  padding-bottom: 175px !important;
}

.u-sp_padding_top_175 {
  padding-top: 175px !important;
}

.u-sp_padding_right_175 {
  padding-right: 175px !important;
}

.u-sp_padding_bottom_175 {
  padding-bottom: 175px !important;
}

.u-sp_padding_left_175 {
  padding-left: 175px !important;
}

.u-padding_top_180 {
  padding-top: 180px !important;
}

.u-padding_bottom_180 {
  padding-bottom: 180px !important;
}

.u-sp_padding_top_180 {
  padding-top: 180px !important;
}

.u-sp_padding_right_180 {
  padding-right: 180px !important;
}

.u-sp_padding_bottom_180 {
  padding-bottom: 180px !important;
}

.u-sp_padding_left_180 {
  padding-left: 180px !important;
}

.u-padding_top_185 {
  padding-top: 185px !important;
}

.u-padding_bottom_185 {
  padding-bottom: 185px !important;
}

.u-sp_padding_top_185 {
  padding-top: 185px !important;
}

.u-sp_padding_right_185 {
  padding-right: 185px !important;
}

.u-sp_padding_bottom_185 {
  padding-bottom: 185px !important;
}

.u-sp_padding_left_185 {
  padding-left: 185px !important;
}

.u-padding_top_190 {
  padding-top: 190px !important;
}

.u-padding_bottom_190 {
  padding-bottom: 190px !important;
}

.u-sp_padding_top_190 {
  padding-top: 190px !important;
}

.u-sp_padding_right_190 {
  padding-right: 190px !important;
}

.u-sp_padding_bottom_190 {
  padding-bottom: 190px !important;
}

.u-sp_padding_left_190 {
  padding-left: 190px !important;
}

.u-padding_top_195 {
  padding-top: 195px !important;
}

.u-padding_bottom_195 {
  padding-bottom: 195px !important;
}

.u-sp_padding_top_195 {
  padding-top: 195px !important;
}

.u-sp_padding_right_195 {
  padding-right: 195px !important;
}

.u-sp_padding_bottom_195 {
  padding-bottom: 195px !important;
}

.u-sp_padding_left_195 {
  padding-left: 195px !important;
}

.u-padding_top_200 {
  padding-top: 200px !important;
}

.u-padding_bottom_200 {
  padding-bottom: 200px !important;
}

.u-sp_padding_top_200 {
  padding-top: 200px !important;
}

.u-sp_padding_right_200 {
  padding-right: 200px !important;
}

.u-sp_padding_bottom_200 {
  padding-bottom: 200px !important;
}

.u-sp_padding_left_200 {
  padding-left: 200px !important;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-textColor-red {
  color: #f00;
}

.u-textSub {
  font-size: 12px;
  font-size: 0.75rem;
}

.u-link {
  position: relative;
  display: inline-block;
  color: #04a7c4;
  text-decoration: none;
  word-break: break-all;
}
.u-link:not([class*=_]) {
  display: inline;
}
.u-link._arrow {
  padding-left: 14px;
}
.u-link._arrow::before {
  position: absolute;
  top: calc((1.75em - 10px) / 2);
  left: 0;
  display: block;
  width: 7px;
  content: "";
  border: calc(10px / 2) solid transparent;
  border-right: 0;
  border-left: 7px solid #04a7c4;
}
[class*=textSub] .u-link._arrow::before {
  top: calc((1.75em - 10px) / 2);
}
.u-link._circleArrow::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-left: 3px;
  vertical-align: text-top;
  content: "";
  background: url("/common/img/global/icon_circle-arrow-white.svg") center center/contain no-repeat;
}
.u-link._pdf {
  position: relative;
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 10px;
  align-items: baseline;
}
.u-link._pdf::before {
  display: block;
  width: 27px;
  height: 100%;
  content: "";
  background: url("/common/img/global/icon_pdf.svg") center center/contain no-repeat;
}