@charset "UTF-8";

/*========================================
Foundation（初期化）
==========================================*/

/* IE、旧EdgeのViewport解除 */
@-ms-viewport {
  width: auto;
}

/* 印刷用 */
@page {
  /* IE用 */
  size: 420mm 594mm;
}

@media print and (-ms-high-contrast: none) {
  body {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    width: 1120px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

html {
  /* remのルートを10pxに初期化 */
  font-size: 62.5%;
  /* スクロールバー領域を常に表示 */
  overflow-y: scroll;
}

body {
  background-color: #070f26;
  color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  /* iOS横向き用 */
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.l-main a.c-btn-important-arrow,
.l-main a.c-btn-important-download,
.l-main a.c-btn-important-external {
  color: #070f26;
}

.l-main .c-bg-gray-100 a.c-btn-important-arrow,
.l-main .c-bg-gray-100 a.c-btn-important-download,
.l-main .c-bg-gray-100 a.c-btn-important-external,
.l-main .c-bg-white a.c-btn-important-arrow,
.l-main .c-bg-white a.c-btn-important-download,
.l-main .c-bg-white a.c-btn-important-external {
  color: #fff;
}

a:not([href]):hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }

  a img {
    transition: opacity 0.2s;
  }

  a:hover img {
    opacity: 0.7;
  }
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #2e404d;
  margin: 1em 0;
  padding: 0;
}

.c-bg-gray-100 hr,
.c-bg-white hr {
  border-bottom: 1px solid #e8e8e8;
}

input,
select {
  vertical-align: middle;
}

input[type="radio"] {
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 3px 0 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

/*========================================
Layout（接頭辞 l-）
==========================================*/

/* ラッパー
-----------------------*/
.l-wrapper {
  display: flex;
  position: relative;
}

.l-wrapper__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

/* ヘッダー（APAC）
-----------------------*/
.l-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 70px;
  transition: all 0.3s;
}

.l-header.is-bg {
  top: 0;
}

.l-header.is-bg,
.l-header.is-menu-open,
.l-header.is-scroll {
  background: #070f26;
  color: #fff;
}

.l-header.is-inverted:not(.is-bg):not(.is-scroll):not(.is-menu-open):not(.is-search-open) .l-header__inner,
.l-header.is-inverted:not(.is-bg):not(.is-scroll):not(.is-menu-open):not(.is-search-open) .l-header__inner a {
  color: #070f26;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}

@media (max-width: 1359px) {
  .l-header.is-open {
    background: #070f26;
  }
}

@media (min-width: 1360px) {
  .l-header {
    height: 160px;
    font-size: 1.4rem;
    transition: none;
  }

  .l-header.is-scroll {
    height: 80px;
  }

  .l-header.is-open {
    background: #070f26;
  }

  .l-header__inner {
    padding: 40px;
    height: 100%;
  }

  .l-header a:hover {
    text-decoration: none;
  }
}

.l-header__logo {
  font-size: 0;
}

.l-header__logo a {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .l-header__logo a > img {
    max-width: 32vw;
  }

  .l-header__logo picture {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .l-header__logo picture {
    margin-left: 15px;
  }
}

.is-inverted:not(.is-scroll):not(.is-bg) .l-header__logo a {
  background: url(/assets/images/header_logo_blue.svg) no-repeat;
  max-height: 23px;
  transition: opacity 0.2s;
}

.is-inverted:not(.is-scroll):not(.is-bg) .l-header__logo a:before {
  content: "";
  display: inline-block;
  transition: opacity 0.2s;
}

.is-inverted:not(.is-scroll):not(.is-bg) .l-header__logo:hover {
  opacity: 0.7;
  cursor: pointer;
}

.is-inverted:not(.is-scroll):not(.is-bg) .l-header__logo a > img,
.is-inverted:not(.is-scroll):not(.is-bg) .l-header__logo a > picture {
  visibility: hidden;
}

@media (min-width: 768px) {
  .is-inverted:not(.is-scroll):not(.is-bg) .l-header__logo a:before {
    background: url(/assets/images/group_logo_blue_pc.svg) no-repeat;
    margin-left: 175px;
    width: 218px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  .is-inverted:not(.is-scroll):not(.is-bg) .l-header__logo a:before {
    background: url(/assets/images/group_logo_blue_sp.svg) no-repeat;
    margin-left: 34.9vw;
    width: 41.9vw;
    height: 4.5vw;
  }
}

/* /global/ja/index ヘッダー */
.l-header__menu-subnav ul li a.c-btn-text-external,
.l-header__subnav ul a.c-btn-text-external {
  color: inherit;
  font-weight: inherit;
}

@media (min-width: 768px) {
  .l-header__menu-subnav ul li a.c-btn-text-external {
    font-size: 1.4rem;
    display: block;
  }
}

.is-inverted .l-header__menu-subnav ul li a::after,
.is-inverted .l-header__subnav ul a.c-btn-text-external::after {
  background: url(/assets/images/icon/text-grey/external_link.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  .l-header__menu-subnav ul li a::after {
    display: inline-block;
    top: 2px;
  }
}

.l-header__nav ul li a,
.l-header__nav ul li span {
  display: inline-flex;
  align-items: center;
  background: none;
  line-height: 1;
  cursor: pointer;
}

.l-header__nav a.c-btn-text-external,
.l-header__nav ul li span.c-btn-text-external {
  color: inherit;
  font-size: inherit;
}

.is-inverted.is-scroll .l-header__nav a.c-btn-text-external:after,
.is-inverted.is-scroll .l-header__nav ul li span:after,
.l-header.is-menu-open .l-header__nav ul li span:after,
.l-header__nav a.c-btn-text-external:after,
.l-header__nav ul li span:after {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
}

.is-inverted .l-header__nav ul li span:after {
  background: url(/assets/images/icon/text-grey/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
}

.l-header.is-menu-open .l-header__nav ul li span:after,
.l-header.is-bg .l-header__nav ul li span:after,
.l-header.is-search-open .l-header__nav ul li span:after {
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
}

.is-inverted.is-scroll .l-header__subnav a.c-btn-text-external::after,
.l-header__subnav a.c-btn-text-external::after,
.l-header.is-menu-open .l-header__subnav a.c-btn-text-external::after,
.l-header.is-bg .l-header__subnav a.c-btn-text-external::after,
.l-header.is-search-open .l-header__subnav a.c-btn-text-external::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
}

.is-inverted.is-scroll .l-header__menu-nav s.c-btn-text-external::after,
.is-inverted.is-scroll .l-header__menu-subnav a.c-btn-text-external::after,
.is-inverted.is-scroll .l-header__nav a.c-btn-text-external::after,
.is-inverted.is-scroll .l-header__nav ul li a.c-btn-text-external::after,
.is-inverted.is-scroll .l-header__nav ul li span.c-btn-text-external::after,
.l-header__menu-nav s.c-btn-text-external::after,
.l-header__menu-subnav a.c-btn-text-external::after,
.l-header__nav a.c-btn-text-external::after,
.l-header__nav ul li a.c-btn-text-external::after,
.l-header__nav ul li span.c-btn-text-external::after,
.l-header.is-menu-open.is-inverted .l-header__nav a.c-btn-text-external::after,
.l-header.is-menu-open.is-inverted .l-header__nav ul li a.c-btn-text-external::after,
.l-header.is-bg.is-inverted .l-header__nav a.c-btn-text-external::after,
.l-header.is-bg.is-inverted .l-header__nav ul li a.c-btn-text-external::after,
.l-header.is-search-open.is-inverted .l-header__nav a.c-btn-text-external::after,
.l-header.is-search-open.is-inverted .l-header__nav ul li a.c-btn-text-external::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
}

.is-inverted .l-header__menu-nav s.c-btn-text-external::after,
.is-inverted .l-header__menu-subnav a.c-btn-text-external::after,
.is-inverted .l-header__nav a.c-btn-text-external::after,
.is-inverted .l-header__nav ul li a.c-btn-text-external::after,
.is-inverted .l-header__nav ul li span.c-btn-text-external::after,
.is-inverted .l-header__subnav a.c-btn-text-external::after {
  background: url(/assets/images/icon/text-grey/external_link.svg) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
}

@media (min-width: 1360px) {
  .l-header__logo {
    position: absolute;
    left: 40px;
    top: 40px;
    width: auto;
  }

  .is-scroll .l-header__logo {
    position: static;
  }
}

.l-header__subnav {
  margin-left: auto;
}

.l-header__subnav li:not(.l-header__ico-search) {
  display: none;
}

.l-header__ico-search {
  font-size: 0;
  cursor: pointer;
}

.is-inverted:not(.is-scroll):not(.is-bg) .l-header__ico-search {
  background: url(/assets/images/icon/text-grey/search.svg) no-repeat left center;
  background-size: cover;
}

.is-inverted:not(.is-scroll):not(.is-bg) .l-header__ico-search img {
  opacity: 0;
}

.l-header.is-menu-open .l-header__ico-search img,
.l-header.is-search-open .l-header__ico-search img {
  opacity: 1 !important;
}

@media (min-width: 1360px) {
  .l-header__subnav {
    position: absolute;
    right: 40px;
    top: 48px;
    margin-left: auto;
  }

  .is-scroll .l-header__subnav {
    display: none;
  }

  .l-header__subnav ul {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1;
  }

  .is-jp .l-header__subnav ul {
    font-size: 1.1rem;
  }

  .l-header__subnav ul li,
  .l-header__subnav ul li .c-btn-text-external {
    font-size: inherit;
  }

  .l-header__subnav li {
    margin-left: 40px;
  }

  .l-header__subnav li:not(.l-header__ico-search) {
    display: block;
  }

  .l-header__subnav li a:hover {
    text-decoration: underline;
  }
}

.l-header__country {
  display: none;
}

@media (min-width: 1360px) {
  .l-header__country {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 1.1rem;
    line-height: 1;
  }

  .is-scroll .l-header__country {
    display: none;
  }

  .l-header__country a {
    display: inline-flex;
    align-items: center;
  }

  .l-header__country a:hover {
    text-decoration: underline;
  }

  .l-header__country a::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    background: url(/assets/images/icon/white/world.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
  }

  .is-inverted:not(.is-scroll):not(.is-bg) .l-header__country a::before {
    background-image: url(/assets/images/icon/text-grey/world.svg);
  }

  .l-header.is-menu-open .l-header__country a::before,
  .l-header.is-search-open .l-header__country a::before {
    background-image: url(/assets/images/icon/white/world.svg) !important;
  }

  .l-header__country a span {
    display: inline-flex;
    align-items: center;
  }

  .l-header__country a span::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 6px;
    background: #fff;
    width: 1px;
    height: 14px;
  }

  .is-inverted .l-header__country a span::before {
    background: #070f26;
  }

  .l-header.is-bg .l-header__country a span::before,
  .l-header.is-menu-open .l-header__country a span::before,
  .l-header.is-search-open .l-header__country a span::before {
    background: #fff;
  }
}

.l-header__nav {
  display: none;
}

@media (min-width: 1360px) {
  .l-header__nav {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    max-width: calc(100% - 240px);
  }

  .is-scroll .l-header__nav {
    bottom: 33px;
  }

  .l-header__nav ul {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1;
  }

  .is-jp .l-header__nav li {
    font-size: 1.4rem;
  }

  .l-header__nav li {
    position: relative;
    margin-left: 40px;
    font-weight: 700;
    font-size: 1.6rem;
  }

  .l-header__nav li:hover {
    color: #fff;
  }

  .is-inverted:not(.is-scroll):not(.is-bg) .l-header__nav li:hover {
    color: inherit;
  }

  .l-header__nav li.is-current::before,
  .l-header__nav li.is-open::before,
  .l-header__nav li:hover::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -40px;
    background: #ffc400;
    width: calc(100% + 20px);
    height: 4px;
  }

  .is-scroll .l-header__nav li.is-current::before,
  .is-scroll .l-header__nav li.is-open::before,
  .is-scroll .l-header__nav li:hover::before {
    bottom: -33px;
  }

  .l-header__nav li span {
    cursor: pointer;
  }

  .l-header__nav li span::before,
  .l-header__nav li.is-no-menu a.c-btn-text-external::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -20px;
    bottom: -40px;
  }

  .is-scroll .l-header__nav li span::before {
    bottom: -33px;
  }
}

.l-header__ico-menu {
  position: relative;
  margin-left: 30px;
  width: 20px;
  height: 14px;
  cursor: pointer;
}

.l-header__ico-menu span,
.l-header__ico-menu span::after,
.l-header__ico-menu span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background: #fff;
  width: 100%;
  height: 2px;
}

.l-header__ico-menu span {
  top: 6px;
}

.l-header__ico-menu span::before {
  content: "";
  top: -6px;
}

.l-header__ico-menu span::after {
  content: "";
  top: 6px;
}

.is-inverted:not(.is-scroll):not(.is-bg) .l-header__ico-menu span,
.is-inverted:not(.is-scroll):not(.is-bg) .l-header__ico-menu span::after,
.is-inverted:not(.is-scroll):not(.is-bg) .l-header__ico-menu span::before {
  background: #2e404d;
}

.l-header__menu-nav ul li a.c-btn-text-external {
  color: rgba(255, 255, 255, 0.6);
  font-size: inherit;
  font-weight: inherit;
}

.l-header__menu-nav ul li a.c-btn-text-external:hover {
  color: #fff;
}

.l-header__menu-nav ul li a.c-btn-text-external::after {
  display: inline-block;
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  opacity: 0.6;
}

.l-header__menu-nav ul li a.c-btn-text-external:hover:after {
  opacity: 1;
}

.l-header__menu-nav > ul > li > ul > li > ul > li > a.c-btn-text-external::after {
  width: 15px;
  height: 15px;
  top: 0;
}

@media (min-width: 768px) {
  .l-header__menu-nav > ul > li.is-no-menu.is-open {
    display: none !important;
  }
}

@media (min-width: 1360px) {
  .l-header__ico-menu {
    display: none;
  }

  .l-header__menu-nav_first-item {
    display: none !important;
  }
}

@media (max-width: 1359px) {
  .l-header__menu {
    overflow: auto;
    position: absolute;
    left: 0;
    top: 70px;
    background: #070f26;
    width: 100%;
    height: 0;
    transition: all 0.3s;
  }

  .is-menu-open .l-header__menu {
    height: calc(100vh - 70px);
  }

  .l-header__menu-nav > ul {
    border-bottom: 1px solid #2e404d;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
  }

  .l-header__menu-nav > ul > li {
    border-top: 1px solid #2e404d;
  }

  .l-header__menu-nav > ul > li > a,
  .l-header__menu-nav > ul > li > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 64px;
  }

  .l-header__menu-nav > ul > li > ::after,
  .l-header__menu-nav > ul > li > span::after {
    content: "";
    background: url(/assets/images/icon/white/plus.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
  }

  .l-header__menu-nav > ul > li.is-open > a::after,
  .l-header__menu-nav > ul > li.is-open > span::after {
    background: url(/assets/images/icon/white/minus.svg) no-repeat;
    background-size: 100%;
  }

  .l-header__menu-nav > ul > li > ul {
    display: none;
    border-top: 1px solid #2e404d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .l-header__menu-nav > ul > li > ul > li:first-child {
    padding-top: 10px;
  }

  .l-header__menu-nav > ul > li > ul > li:last-child {
    padding-bottom: 10px;
  }

  .l-header__menu-nav > ul > li > ul > li.l-header__menu-nav__bottom_item {
    margin-top: 10px;
    padding-top: 11px;
    position: relative;
  }

  .l-header__menu-nav > ul > li > ul > li.l-header__menu-nav__bottom_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    background: #2e404d;
    width: calc(100% - 60px);
    height: 1px;
  }

  .l-header__menu-nav > ul > li > ul > li > a,
  .l-header__menu-nav > ul > li > ul > li > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 40px;
  }

  .l-header__menu-nav > ul > li > ul > li > a {
    text-decoration: none;
  }

  .l-header__menu-nav ul li a.c-btn-text-external:after,
  .l-header__menu-nav ul li a:after,
  .l-header__menu-nav ul li span:after {
    content: "";
    right: 0;
    top: 0;
    background: url(/assets/images/icon/white/plus.svg) no-repeat;
    background-size: 100%;
  }

  .l-header__menu-nav > ul > li > ul > li.is-open > a::after,
  .l-header__menu-nav > ul > li > ul > li.is-open > span::after {
    background: url(/assets/images/icon/white/minus.svg) no-repeat;
    background-size: 100%;
  }

  .l-header .l-header__menu-nav ul li.is-no-icon > a:after,
  .l-header .l-header__menu-nav ul li.is-no-menu.is-no-icon > a:after {
    display: none;
  }

  .l-header__menu-nav ul li.c-btn-text-external-display.is-no-icon a.c-btn-text-external:after,
  .l-header__menu-nav ul li.is-open .c-btn-text-external-display .is-no-icon a.c-btn-text-external:after {
    display: inline-block !important;
    background: url(/assets/images/icon/white/external_link.svg) no-repeat;
    background-size: 100%;
    top: 1px;
  }

  .l-header__menu-nav > ul > li > ul > li > a::after,
  .l-header__menu-nav > ul > li > ul > li > span::after {
    content: "";
    background: url(/assets/images/icon/white/plus.svg) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
  }

  .l-header__menu-nav > ul > li > ul > li > ul {
    display: none;
    background: #070f26;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li:first-child {
    padding-top: 10px;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li:last-child {
    padding-bottom: 10px;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li.is-img > a {
    display: flex;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li.is-img > a > img {
    display: none;
    flex: none;
    margin-right: 16px;
    width: 104;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li > a,
  .l-header__menu-nav > ul > li > ul > li > ul > li > span {
    display: block;
    padding: 10px 20px 10px 60px;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li > ul {
    color: #ffc400;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.17;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li > ul > li > a,
  .l-header__menu-nav > ul > li > ul > li > ul > li > ul > li > span {
    display: block;
    padding: 10px 20px 10px 80px;
  }

  .l-header__menu-subnav {
    margin-top: 40px;
  }

  .l-header__menu-subnav ul {
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 1;
  }

  .l-header__menu-subnav ul li a {
    display: inline-block;
    padding: 10px 0;
  }

  .l-header__menu-subnav ul li a:hover {
    text-decoration: underline;
  }

  .l-header__menu-country {
    margin-top: 40px;
    padding: 0 20px 100px;
    font-size: 1.1rem;
    line-height: 1;
  }

  .l-header__menu-country a {
    display: inline-flex;
    align-items: center;
  }

  .l-header__menu-country a::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    background: url(/assets/images/icon/white/world.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
  }

  .l-header__menu-country a:hover {
    text-decoration: underline;
  }

  .l-header__menu-country a span {
    display: inline-flex;
    align-items: center;
  }

  .l-header__menu-country a span::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 6px;
    background: #fff;
    width: 1px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .l-header__menu-nav ul li a,
  .l-header__menu-nav > ul > li > ul > li > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    cursor: pointer;
  }

  .l-header__menu-nav ul li a:hover,
  .l-header__menu-nav > ul > li > ul > li > span:hover {
    text-decoration: underline;
  }

  .l-header__menu-nav ul li a.c-btn-text-external {
    color: #fff;
  }

  .l-header__menu-nav ul li a.c-btn-text-external:after,
  .l-header__menu-nav ul li a:after,
  .l-header__menu-nav ul li span:after {
    content: "";
    right: 0;
    top: 0;
    background: url(/assets/images/icon/white/plus.svg) no-repeat;
    background-size: 100%;
    opacity: 1;
  }

  .l-header__menu-nav > ul > li > a:after {
    width: 24px;
    height: 24px;
  }

  .l-header__menu-nav > ul > li > ul > li a.c-btn-text-external:after,
  .l-header__menu-nav > ul > li > ul > li a:after,
  .l-header__menu-nav > ul > li > ul > li span:after {
    width: 16px;
    height: 16px;
  }

  .l-header__menu-nav ul li.is-open > a.c-btn-text-external:after,
  .l-header__menu-nav ul li.is-open > a:after {
    background: url(/assets/images/icon/white/minus.svg) no-repeat;
    background-size: 100%;
  }

  .l-header .l-header__menu-nav ul li.is-no-icon > a:after,
  .l-header .l-header__menu-nav ul li.is-no-menu.is-no-icon > a:after {
    display: none;
  }

  .l-header__menu-nav ul li.c-btn-text-external-display.is-no-icon a.c-btn-text-external:after,
  .l-header__menu-nav ul li.is-open .c-btn-text-external-display .is-no-icon a.c-btn-text-external:after {
    display: inline-block !important;
    background: url(/assets/images/icon/white/external_link.svg) no-repeat;
    background-size: 100%;
    top: 1px;
  }
}

@media (min-width: 1360px) {
  .l-header__menu {
    overflow: auto;
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
    max-height: calc(100vh - 160px);
  }

  .is-scroll .l-header__menu {
    top: 80px;
    max-height: calc(100vh - 80px);
  }

  .l-header__menu-nav > ul {
    padding: 0 8% 0;
    background: #070f26;
  }

  .l-header__menu-nav > ul > li {
    display: none;
    padding: 48px 0 64px;
  }

  .l-header__menu-nav > ul > li.is-open {
    display: block;
  }

  .l-header__menu-nav > ul > li > a,
  .l-header__menu-nav > ul > li > span {
    display: inline-flex;
    align-items: center;
    font-size: 3.2rem;
    line-height: 1;
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
  }

  .l-header__menu-nav > ul > li > a::after,
  .l-header__menu-nav > ul > li > span::after {
    content: "";
    position: relative;
    right: 0;
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
    margin-left: 25px;
    width: 24px;
    height: 24px;
    transition: all 0.2s;
  }

  .l-header__menu-nav > ul > li > a:hover::after,
  .l-header__menu-nav > ul > li > span:hover::after {
    right: -5px;
  }

  .l-header__menu-nav > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 2rem;
    line-height: 1.3;
  }

  .l-header__menu-nav > ul > li > ul::after {
    content: "";
    width: calc((100% - (2 * 50px)) / 3);
  }

  .l-header__menu-nav > ul > li > ul.is-4column::after,
  .l-header__menu-nav > ul > li > ul.is-4column::before {
    content: "";
    width: calc((100% - (3 * 48px)) / 4);
    order: 1;
  }

  .l-header__menu-nav > ul > li > ul > li {
    margin-top: 40px;
    width: calc((100% - (2 * 48px)) / 3);
  }

  .l-header__menu-nav > ul > li > ul.is-4column > li {
    width: calc((100% - (3 * 48px)) / 4);
  }

  .l-header__menu-nav > ul > li.is-services-style > ul > li {
    width: calc((100% - (3 * 50px)) / 4);
  }

  .l-header__menu-nav > ul > li.is-services-style > ul::after,
  .l-header__menu-nav > ul > li.is-services-style > ul::before {
    content: "";
    width: calc((100% - (3 * 50px)) / 4);
    order: 1;
  }

  .l-header__menu-nav > ul > li.is-services-style > ul > li:nth-child(2) {
    width: calc(((100% - (3 * 50px)) / 4) * 2 + 50px);
  }

  .l-header__menu-nav > ul > li > ul > li.l-header__menu-nav__bottom_item {
    order: 1;
    padding-top: 41px;
    position: relative;
    width: 100%;
  }

  .l-header__menu-nav > ul > li > ul > li.l-header__menu-nav__bottom_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #2e404d;
    width: calc(100%);
    height: 1px;
  }

  .l-header__menu-nav > ul > li > ul > li a {
    color: rgba(255, 255, 255, 0.6);
  }

  .l-header__menu-nav > ul > li > ul > li a:hover {
    color: #fff;
  }

  .l-header__menu-nav > ul > li > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li {
    margin-top: 15px;
    width: 100%;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li.is-img > a {
    display: flex;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li.is-img > a > img {
    flex: none;
    margin-right: 16px;
    width: 104;
  }

  .l-header__menu-nav > ul > li.is-services-style > ul > li:nth-child(2) > ul {
    display: block;
    margin-top: 0;
  }

  .l-header__menu-nav > ul > li.is-services-style > ul > li:nth-child(2) > ul > li {
    float: left;
    margin-top: 35px;
    width: calc((100% - (1 * 50px)) / 2);
    color: #fff;
    font-size: 1.4rem;
  }

  .l-header__menu-nav > ul > li.is-services-style > ul > li:nth-child(2) > ul > li:last-child,
  .l-header__menu-nav > ul > li.is-services-style > ul > li:nth-child(2) > ul > li:nth-child(odd) {
    margin-left: 50px;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    color: #ffc400;
    font-size: 1.2rem;
    line-height: 1;
  }

  .l-header__menu-nav > ul > li > ul > li > ul > li > ul > li {
    margin-top: 15px;
    width: 100%;
  }

  .l-header__menu-subnav {
    display: none;
  }

  .l-header__menu-country {
    display: none;
  }
}

@media (min-width: 1921px) {
  .l-header__menu-nav > ul {
    padding: 0 8% 0;
    padding: 0 calc((100% - 1600px) / 2);
    background: #070f26;
  }
}

/* サイト内検索 */
.l-header__search {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(7, 15, 38, 0.75);
  z-index: 2;
}

.is-search-open .l-header__search {
  display: block;
}

.l-header__search__inner {
  padding: 14px 16px;
  background: #070f26;
}

@media (min-width: 1360px) {
  .l-header__search {
    left: 0;
  }

  .l-header__search__inner {
    padding: 16px 8px;
  }
}

@media (max-width: 453px) {
  .l-header__search__inner {
    padding: 18px 16px;
  }
}

/* サイト内検索（GroupEN・GroupJP・日本サイト・APAC共通）
-----------------------*/
.l-header__search-form {
  position: relative;
}

/* 入力欄 */
.l-header__search-form__input {
  border: none;
  padding: 8px 52px;
  background: #fff;
  width: 100%;
  color: #070f26;
  font-size: 2rem;
  line-height: 1.3;
  border-radius: 40px;
  outline: none;
}

@media (min-width: 1250px) {
  .l-header__search-form__input {
    padding: 20px 52px;
  }
}

.l-header__search-form__input::placeholder {
  color: #515767;
}

.l-header__search-form__input:-ms-input-placeholder {
  color: #515767;
}

@media (max-width: 453px) {
  .l-header__search-form__input {
    padding: 8px 42px;
    font-size: 1.6rem;
  }

  .l-header__search-form__input::placeholder {
    font-size: 1.6rem;
  }

  .l-header__search-form__input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
}

/* 検索・削除ボタン */
.l-header__search-form__button,
.l-header__search-form__close {
  position: absolute;
  border: none;
  top: 50%;
  background: none;
  padding: 0;
  font-size: 2rem;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.l-header__search-form__button {
  left: 24px;
}

.l-header__search-form__close {
  right: 24px;
  display: none;
}

.l-header__search-form__button i,
.l-header__search-form__close i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.l-header__search-form__button i {
  left: 0;
  color: #0072bc;
}

.l-header__search-form__close i {
  right: 0;
  color: #515767;
}

@media (max-width: 453px) {
  .l-header__search-form__button {
    left: 16px;
  }

  .l-header__search-form__close {
    right: 16px;
  }
}

/* サジェスト */
.l-header__search-form__select {
  display: none;
  width: 100%;
  background: #fff;
  padding: 12px;
  margin: 8px auto 0;
}

@media (min-width: 1250px) {
  .l-header__search-form__select {
    top: 99px;
    left: 8px;
  }
}

.l-header__search-form__select.is-show {
  display: block;
}

.l-header__search-form__select .l-header__search-form__suggestions {
  overflow: hidden;
  color: #2e404d;
  line-height: 1.5;
}

.l-header__search-form__select .l-header__search-form__suggestions li {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #fff;
  cursor: pointer;
}

@media (max-width: 375px) {
  .l-header__search-form__select .l-header__search-form__suggestions li {
    padding: 4px 8px;
  }
}

.l-header__search-form__select .l-header__search-form__suggestions li span {
  font-weight: bold;
}

.l-header__search-form__select .l-header__search-form__suggestions li:hover {
  background: #e8e8e8;
}

.l-header__search-form__select .l-header__search-form__suggestions li:hover a {
  color:#0072bc;
  text-decoration: none;
}

.l-header__search-form__select .l-header__search-form__suggestions li:focus {
  outline: solid;
  outline: auto;
}

/* ヘッダー（2024/9改修）
-----------------------*/
.l-header-ed23 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  color: #fff;
  width: 100%;
  background: #070f26;
}

.l-header-ed23.headroom--not-top {
  transform: translateY(-105px);
}

@media (min-width: 992px) {
  .l-header-ed23.headroom--not-top {
    transform: translateY(-100%);
  }
}
.l-header-ed23.headroom--pinned {
  transform: translateY(0) !important;
}
.l-header-ed23__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.l-header-ed23__block:first-child {
  padding: 0 20px;
  height: 50px;
}
@media (min-width: 992px) {
  .l-header-ed23__block:first-child {
    height: 72px;
    border-bottom: 1px solid #2E404D;
  }
}

.l-header-ed23.is-bg {
  top: 0;
}

@media (min-width: 1250px) {
  .l-header-ed23__block {
  padding: 0 40px;
  }
  .l-header-ed23__block:first-child {
    padding: 40px 40px 0;
    border: none;
    height: auto;
  }
  .l-header-ed23__block:last-child {
    border-bottom: 1px solid #2E404D;
  }
}

/* logo */
.l-header-ed23__logos .c-svg-logo--nttdata {
  width: 80px;
}
@media (min-width: 992px) {
  .l-header-ed23__logos {
    display: flex;
    align-items: center;
  }
  .l-header-ed23__logos .c-svg-logo--nttdata {
    width: 150px;
  }
}
.l-header-ed23__main-logo {
  display: block;
  display: flex;
  height: 
}
.l-header-ed23__main-logo img {
  width: 160px;
  height: auto;
}
@media (max-width: 991px) {
  .l-header-ed23__main-logo img {
    width: auto;
    height: 24px;
  }
}
.l-header-ed23__sub-logo {
  display: flex;
  align-items: center;
  height: 21px;
  margin-left: 22px;
}
@media (max-width: 991px) {
  .l-header-ed23__sub-logo {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    background: #070f26;
    margin-left: 0;
    padding: 13px 20px;
    border-top: 1px solid #2E404D;
    border-bottom: 1px solid #2E404D;
  }
  .l-header-ed23__sub-logo img {
    height: 14px;
  }
}
@media (min-width: 992px) {
  .l-header-ed23__sub-logo img {
    height: 100%;
  }
}

/* sub-navi */
.l-header-ed23__sub-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .l-header-ed23__sub-navi {
    height: 40px;
    max-width: 348px;
  }
}

/* overlay */
@media (min-width: 1024px) {
  .is-menu-open::before {
    content: "";
    display: block;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(7, 15, 38, 0.75);
  }
}
@media (min-width: 1250px) {
  .is-menu-open::before {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
.is-search-open::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(7, 15, 38, 0.75);
  z-index: 1;
}


/* ヘッダーメニュー */
.l-header-ed23__nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 68px;
  right: 0;
  overflow: auto;
  color: #fff;
}
@media (max-width: 991px) {
  .l-header-ed23__nav {
    top: 50px;
  }
}
.l-header-ed23__nav + * {
  margin-left: auto !important;
}
.l-header-ed23__nav + * + * {
  margin-left: 24px !important;
}

.is-menu-open .l-header-ed23__nav {
  display: block;
  height: calc(100vh - 50px);
  background: #070f26;
}

.l-header-ed23.is-bg-white.is-menu-open .l-header-ed23__nav {
  background: #070f26;
}

@media (min-width: 1024px) {
  .l-header-ed23__nav {
    max-width: 500px;
  }
}

@media (min-width: 1250px) {
  .l-header-ed23__nav {
    display: block;
    width: auto;
    max-width: none;
    position: static;
    overflow: inherit;
  }

  .l-header-ed23__nav a:hover {
    text-decoration: none;
  }

  .is-menu-open .l-header-ed23__nav {
    height: auto;
  }
}

.l-header-ed23__nav-main {
  border-bottom: 1px solid #2e404d;
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 1250px) {
  .l-header-ed23__nav-main {
    display: flex;
    font-size: 1.6rem;
    border: none;
  }

  .is-jp .l-header-ed23__nav-main {
    font-size: 1.4rem;
  }
}

.l-header-ed23__nav-main__item {
  border-top: 1px solid #2e404d;
}

.l-header-ed23__nav-main__item > a,
.l-header-ed23__nav-main__item > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 20px;
  height: 64px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

.l-header-ed23__nav-main__item > a:hover,
.l-header-ed23__nav-main__item > button:hover {
  text-decoration: underline;
}

.l-header-ed23__nav-main__item > a::after,
.l-header-ed23__nav-main__item > button::after,
.l-header-ed23__nav-main__second-item__low-title::after {
  content: "";
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
}

.l-header-ed23.is-bg-white:not(.is-bg):not(.is-search-open):not(.is-menu-open):not(.is-scroll) .l-header-ed23__nav-main__item:not(.is-no-icon) > a::after,
.l-header-ed23.is-bg-white:not(.is-bg):not(.is-search-open):not(.is-menu-open):not(.is-scroll) .l-header-ed23__nav-main__item:not(.is-no-icon) > button::after,
.l-header-ed23.is-bg-white:not(.is-bg):not(.is-search-open):not(.is-menu-open):not(.is-scroll) .l-header-ed23__nav-main__second-item__low-title::after {
  content: "";
  background: url(/assets/images/icon/smart-navy/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
}

.l-header-ed23__nav-main__item > a::after,
.l-header-ed23__nav-main__item > button::after {
  width: 20px;
  height: 20px;
}

.l-header-ed23__nav-main__second-item__low-title::after {
  width: 16px;
  height: 16px;
}

.l-header-ed23__nav-main__item.is-open > a::after,
.l-header-ed23__nav-main__item.is-open > button::after,
.l-header-ed23__nav-main__second-item.is-open .l-header-ed23__nav-main__second-item__low-title::after {
  background-image: url(/assets/images/icon/white/arrow_s_top.svg);
}

.l-header-ed23__nav-main__item > a.c-btn-text-external {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  justify-content: flex-start;
}

.l-header-ed23__nav-main__item a.c-btn-text-external::after {
  background-image: url(/assets/images/icon/white/external_link.svg);
}

.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__nav-main__item a.c-btn-text-external::after {
  background-image: url(/assets/images/icon/smart-navy/external_link.svg);
}

.l-header-ed23__nav-main__item.is-no-icon > a::after,
.l-header-ed23__nav-main__item.is-no-icon > button::after {
  content: none;
}

@media (min-width: 1250px) {
  .l-header-ed23__nav-main__item {
    border: none;
  }

  .l-header-ed23__nav-main__item + li {
    margin-left: 40px;
  }

  .l-header-ed23__nav-main__item > a,
  .l-header-ed23__nav-main__item > button {
    padding: 20px 0 46px;
    height: auto;
  }

  .l-header-ed23__nav-main__item > a:hover,
  .l-header-ed23__nav-main__item > button:hover {
    text-decoration: none;
  }

  .l-header-ed23__nav-main__item > a:hover::before,
  .l-header-ed23__nav-main__item.is-open > a::before,
  .l-header-ed23__nav-main__item > button:hover::before,
  .l-header-ed23__nav-main__item.is-open > button::before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: 0;
    background: #ffc400;
    width: calc(100% + 10px);
    height: 3px;
  }

  .l-header-ed23__nav-main__item > a::after,
  .l-header-ed23__nav-main__item > button::after {
    margin-left: 4px;
    width: 14px;
    height: 14px;
  }

  .l-header-ed23__nav-main__item > a.c-btn-text-external {
    font-size: 1.6rem;
  }

  .is-jp .l-header-ed23__nav-main__item > a.c-btn-text-external {
    font-size: 1.4rem;
  }
}

.l-header-ed23__nav-main__item-wrap {
  display: none;
}

.l-header-ed23__nav-main__item.is-open .l-header-ed23__nav-main__item-wrap {
  display: block;
}

.l-header-ed23__nav-main__second {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #2e404d;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 10px 0;
}

.l-header-ed23__nav-main__second-item a,
.l-header-ed23__nav-main__second-item__low-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 40px;
  cursor: pointer;
}

.l-header-ed23__nav-main__second-item__low-title {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
}

.l-header-ed23__nav-main__second-item > a:hover,
.l-header-ed23__nav-main__second-item__low-title:hover {
  text-decoration: underline;
}

.l-header-ed23__nav-main__second-item a.c-btn-text-external {
  color: inherit;
  font-size: inherit;
  justify-content: flex-start;
  font-weight: 400;
  line-height: 1.5;
}

.l-header-ed23__nav-main__second__side {
  display: none;
}

.l-header-ed23__nav-main__second__low {
  display: none;
  padding: 10px 0;
}

.l-header-ed23__nav-main__second-item.is-open .l-header-ed23__nav-main__second__low {
  display: block;
}

.l-header-ed23__nav-main__second__low-item {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  padding-left: 16px;
}

.l-header-ed23__nav-main__second__low-item:hover {
  color: #fff;
}

.l-header-ed23__nav-main__second__low-item a.c-btn-text-external::after {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}

.l-header-ed23__nav-main__second__low-item a.c-btn-text-external:hover::after {
  opacity: 1;
}

@media screen and (min-width: 1250px) and (max-width: 1284px) {
  .l-header-ed23__nav-main__second.l-header-ed23__nav-main__second--4column:has( + .l-header-ed23__nav-main__second__side)::after {
    content: "";
    display: block;
    width: 100%;
  }

  .l-header-ed23__nav-main__second.l-header-ed23__nav-main__second--4column:has( + .l-header-ed23__nav-main__second__side)::before {
    content: "";
    display: block;
    width: 100%;
    order: 1;
  }
}

@media (min-width: 1250px) {
  .l-header-ed23__nav-main__item-wrap {
    position: absolute;
    top: 162px;
    right: 0;
    width: 100%;
    padding: 48px 8% 56px;
    background: #070f26;
    border-top: 1px solid #2e404d;
    max-height: calc(100vh - 162px);
    overflow-y: auto;
  }

  .l-header-ed23__nav-main__item-wrap__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
  }

  .l-header-ed23__nav-main__item.is-open .l-header-ed23__nav-main__second {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 2rem;
    font-weight: 400;
    padding: 0;
    border-top: none;
    position: relative;
    width: 100%;
  }

  .l-header-ed23__nav-main__second::after {
    content: "";
    display: block;
    width: calc((100% - (2 * 48px)) / 3);
  }

  .l-header-ed23__nav-main__second-item.l-header-ed23__nav-main__second-item--large {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    font-size: 3.2rem;
    line-height: 1.3;
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-top: 0;
  }

  .l-header-ed23__nav-main__second-item {
    width: calc((100% - (2 * 48px)) / 3);
  }

  .l-header-ed23__nav-main__second-item:nth-child(n + 4) {
    margin-top: 32px;
  }

  .l-header-ed23__nav-main__second.l-header-ed23__nav-main__second--4column::after {
    content: "";
    display: block;
    width: calc((100% - (3 * 48px)) / 4);
  }

  .l-header-ed23__nav-main__second.l-header-ed23__nav-main__second--4column::before {
    content: "";
    display: block;
    width: calc((100% - (3 * 48px)) / 4);
    order: 1;
  }

  .l-header-ed23__nav-main__second--4column > .l-header-ed23__nav-main__second-item:not(.l-header-ed23__nav-main__second-item--large) {
    width: calc((100% - (3 * 48px)) / 4);
  }

  .l-header-ed23__nav-main__second--4column > .l-header-ed23__nav-main__second-item:nth-child(n + 5) {
    margin-top: 40px;
  }
  .l-header-ed23__nav-main__second--4column > .l-header-ed23__nav-main__second-item--medium ~ .l-header-ed23__nav-main__second-item:nth-child(-n+6) {
    margin-top: 0;
  }

  .l-header-ed23__nav-main__second-item a,
  .l-header-ed23__nav-main__second-item__low-title {
    padding: 0;
    display: inline-flex;
    justify-content: flex-start;
  }

  .l-header-ed23__nav-main__second-item.l-header-ed23__nav-main__second-item--large a::after {
    content: "";
    position: relative;
    right: 0;
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
    margin-left: 24px;
    width: 24px;
    height: 24px;
    transition: right 0.2s;
  }
  .l-header-ed23__nav-main__second-item.l-header-ed23__nav-main__second-item--medium a:hover::after {
    right: -5px;
  }

  .l-header-ed23__nav-main__second-item.l-header-ed23__nav-main__second-item--medium {
    margin-bottom: 60px;
    width: 100% !important;
  }
  .l-header-ed23__nav-main__second-item.l-header-ed23__nav-main__second-item--medium a {
    color: #fff !important;
  }
  .l-header-ed23__nav-main__second-item.l-header-ed23__nav-main__second-item--medium a::after {
    content: "";
    position: relative;
    right: 0;
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
    margin-left: 20px;
    width: 20px;
    height: 20px;
    transition: right 0.2s;
  }
  .l-header-ed23__nav-main__second-item.l-header-ed23__nav-main__second-item--large a:hover::after {
    right: -5px;
  }

  .l-header-ed23__nav-main__second-item:not(.l-header-ed23__nav-main__second-item--large) a {
    color: rgba(255, 255, 255, 0.6);
  }

  .l-header-ed23__nav-main__second-item a:hover {
    color: #fff;
  }

  .l-header-ed23__nav-main__second-item a.c-btn-text-external::after {
    width: 20px;
    height: 20px;
    opacity: 0.6;
  }

  .l-header-ed23__nav-main__second-item a.c-btn-text-external:hover::after {
    opacity: 1;
  }

  .is-wrap .l-header-ed23__nav-main__second-item {
    width: 100%;
  }

  .is-wrap .l-header-ed23__nav-main__second-item + li {
    margin-top: 48px;
  }

  .l-header-ed23__nav-main__second__side {
    display: block;
    margin-left: 48px;
  }

  .l-header-ed23__nav-main__second__side .p-panel.p-panel--2column .p-panel__body {
    padding: 24px 20px;
  }

  .l-header-ed23__nav-main__second__low {
    display: block;
    background: none;
    margin-top: 32px;
    font-size: 1.4rem;
    padding: 0;
  }

  .l-header-ed23__nav-main__second-item__low-title {
    cursor: default;
  }

  .l-header-ed23__nav-main__second-item__low-title::after {
    content: none;
  }

  .l-header-ed23__nav-main__second-item > a:hover,
  .l-header-ed23__nav-main__second-item__low-title:hover {
    text-decoration: none;
  }

  .l-header-ed23__nav-main__second__low-item {
    padding-left: 0;
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .l-header-ed23__nav-main__second__low-item a.c-btn-text-external::after {
    width: 14px;
    height: 14px;
  }
}

.l-header-ed23__nav-sub {
  font-size: 1.6rem;
  padding: 0 20px;
  margin: 64px 0;
  line-height: 1.5;
}

.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item + li {
  margin-top: 12px;
}

.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item a,
.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item button {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item a:hover,
.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item button:hover {
  text-decoration: underline;
}

.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item a::before,
.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item button::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item.is-country a::before {
  background-image: url(/assets/images/icon/white/world.svg);
}

.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item.is-regional-country {
  display: none;
}

.is-regional .l-header-ed23__nav-sub .l-header-ed23__nav-sub__item.is-regional-country {
  display: block;
}

.is-regional .l-header-ed23__nav-sub .l-header-ed23__nav-sub__item.is-regional-country button::before {
  background-image: url(/assets/images/icon/opco_jp.svg);
  width: 20px;
  height: 20px;
}

.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item.is-contact a::before,
.l-header-ed23__nav-sub .l-header-ed23__nav-sub__item.is-group-contact a::before {
  background-image: url(/assets/images/icon/white/mail.svg);
}

@media (min-width: 1250px) {
  .l-header-ed23__nav-sub {
    display: none;
  }
}

/* Country Selecter */
.l-header-ed23__country {
  display: flex;
  margin-left: auto;
}

.is-regional .l-header-ed23__country {
  display: none;
}

.l-header-ed23__country a,
.l-header-ed23__country button {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.l-header-ed23__country a::after,
.l-header-ed23__country button::after {
  content: "";
  position: relative;
  right: 0;
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
  margin-left: 4px;
  width: 14px;
  height: 14px;
}

.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__country a::after,
.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__country button::after {
  content: "";
  position: relative;
  right: 0;
  background: url(/assets/images/icon/smart-navy/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
  margin-left: 4px;
  width: 14px;
  height: 14px;
}

.l-header-ed23.is-bg-white:not(.is-bg):not(.is-search-open):not(.is-menu-open):not(.is-scroll) .l-header-ed23__country-btn img {
  border: 1px solid #949494;
}

.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__country a img {
  visibility: hidden;
}

.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__country a:before {
  content: '';
  position: absolute;
  background: url(/assets/images/icon/smart-navy/world.svg) no-repeat 0 0;
  width: 24px;
  height: 24px;
}

.is-regional .l-header-ed23__country button::after {
  margin-right: 0;
}

.l-header-ed23__country span {
  display: none;
}

@media (min-width: 1024px) {
  .l-header-ed23__country a:hover,
  .l-header-ed23__country button:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

@media (min-width: 1250px) {
  .is-regional .l-header-ed23__country {
    display: flex;
  }
}

@media (min-width: 1400px) {
  .l-header-ed23__country span {
    display: block;
    font-size: 1.4rem;
    margin-left: 4px;
  }

  .l-header-ed23__country a::after {
    content: none !important;
  }

  .is-regional .l-header-ed23__country button::after {
    content: "";
    position: relative;
    right: 0;
    background: url(/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
    background-size: 100%;
    margin-left: 4px;
    width: 14px;
    height: 14px;
  }
}

/* サイト内検索 */
.l-header-ed23__search {
  margin-left: 24px;
}

.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__search .l-header-ed23__search-btn img {
  display: none;
}

.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__search .l-header-ed23__search-btn {
  content: '';
  position: relative;
  background: url(/assets/images/icon/smart-navy/search.svg) no-repeat 0 0;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.is-regional .l-header-ed23__search {
  margin-left: 28px;
}

@media (min-width: 1250px) {
  .is-regional .l-header-ed23__search {
    margin-left: 32px;
  }
}

.l-header-ed23__search-btn {
  display: flex;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

@media (min-width: 1250px) {
  .l-header-ed23__search-btn:hover {
    opacity: 0.7;
  }
}

.l-header-ed23__search__inner {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 14px 16px;
  background: #070f26;
  z-index: 2;
}

.is-search-open .l-header-ed23__search__inner {
  display: block;
}

@media (min-width: 1250px) {
  .l-header-ed23__search__inner {
    max-width: none;
    height: auto;
    padding: 16px 8px;
  }
}

@media (max-width: 453px) {
  .l-header-ed23__search__inner {
    padding: 17px 16px;
  }
}

.l-header-ed23__search__inner.is-open {
  display: block;
}

/* 問い合わせ */
.l-header-ed23__contact {
  display: none;
}

@media (min-width: 1250px) {
  .is-regional .l-header-ed23__contact {
    display: block;
    margin-left: 24px;
  }
}

.l-header-ed23.is-bg-white:not(.is-regional):not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__contact a {
  content: '';
  position: relative;
  background-image: url(/assets/images/icon/smart-navy/mail.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

@media (max-width: 1399px) {
  .l-header-ed23.is-bg-white.is-regional .l-header-ed23__contact a {
    content: '';
    position: relative;
    background-image: url(/assets/images/icon/smart-navy/mail.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
  }
}

.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__contact a img {
  visibility: hidden;
}

@media (min-width: 1250px) {
  .l-header-ed23__contact {
    display: block;
    margin-left: 24px;
  }
}

.l-header-ed23__contact a {
  display: flex;
}

.is-regional .l-header-ed23__contact span {
  display: none;
}

@media (min-width: 1250px) {
  .l-header-ed23__contact,
  .is-regional .l-header-ed23__contact {
    margin-left: 32px;
  }

  .is-regional .l-header-ed23__contact a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    background-color: #0072bc;
    width: auto;
    height: auto;
    min-height: 32px;
    padding: 4px 20px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 40px;
  }

  .is-regional .l-header-ed23__contact a:hover {
    color: #070f26;
    background-color: #fff;
    text-decoration: none;
  }

  .is-bg-white.is-regional:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__contact a:hover {
    color: #070f26;
    background-color: #fff;
    border: 1px solid #0072bc;
    padding: 4px 16px;
  }
  .is-regional .l-header-ed23__contact span {
    display: block;
  }

  .is-regional .l-header-ed23__contact img {
    display: none;
  }
}

/* ハンバーガーメニューアイコン */
.l-header-ed23__ico-menu {
  position: relative;
  margin-left: 24px;
  width: 20px;
  height: 14px;
  cursor: pointer;
}

@media (min-width: 1250px) {
  .l-header-ed23__ico-menu {
    display: none;
  }
}

.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__ico-menu button,
.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__ico-menu button::after,
.l-header-ed23.is-bg-white:not(.is-search-open):not(.is-bg):not(.is-scroll):not(.is-menu-open) .l-header-ed23__ico-menu button::before {
  background: #070F26;
}

.l-header-ed23__ico-menu button,
.l-header-ed23__ico-menu button::after,
.l-header-ed23__ico-menu button::before {
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
}

.l-header-ed23__ico-menu:has(button:focus-visible)::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #fff;
}

.l-header-ed23__ico-menu button {
  top: 6px;
  cursor: pointer;
  padding: 0;
  outline: none;
  border: none;
}

.l-header-ed23__ico-menu button::before {
  content: "";
  top: -6px;
}

.l-header-ed23__ico-menu button::after {
  content: "";
  top: 6px;
}

.is-inverted:not(.is-scroll):not(.is-bg) .l-header-ed23__ico-menu button,
.is-inverted:not(.is-scroll):not(.is-bg) .l-header-ed23__ico-menu button::after,
.is-inverted:not(.is-scroll):not(.is-bg) .l-header-ed23__ico-menu button::before {
  background: #2e404d;
}

.is-menu-open .l-header-ed23__ico-menu button {
  background: transparent;
}

.is-menu-open .l-header-ed23__ico-menu button::before {
  top: 0;
  transform: rotate(45deg);
}

.is-menu-open .l-header-ed23__ico-menu button::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メイン
-----------------------*/
.l-main {
  flex: none;
  margin-top: 90px;
}
@media (min-width: 992px) {
  .l-main {
    margin-top: 72px;
  }
}
@media (min-width: 1250px) {
  .l-main {
    margin-top: 162px;
  }
}

/* フッター
-----------------------*/
.l-footer {
  position: relative;
  margin-top: auto;
}

.l-footer__page-top .l-footer__page-top-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

.l-footer__page-top a,
.l-footer__page-top .l-footer__page-top-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: fixed;
  right: -70px;
  bottom: 0;
  background: #0072bc;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  transition: right 0.4s, background 0.2s;
  overflow: hidden;
  z-index: 10;
}

.l-footer__page-top a:hover,
.l-footer__page-top .l-footer__page-top-button:hover {
  background: #005b96;
}

.l-footer__page-top.is-scroll a,
.l-footer__page-top.is-scroll .l-footer__page-top-button {
  right: 0;
}

.l-footer__page-top a::before,
.l-footer__page-top .l-footer__page-top-button::before {
  content: "";
  margin-bottom: 5px;
  background: url(/assets/images/icon/white/arrow_s_top.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.l-footer__breadcrumb {
  border-top: 1px solid #2e404d;
  border-bottom: 1px solid #2e404d;
  background: #070f26;
}

.l-footer__breadcrumb__inner {
  padding: 20px;
}

.l-footer__breadcrumb__nav {
  display: flex;
  align-items: center;
  color: #949494;
  font-size: 1.1rem;
  line-height: 1;
}

.l-footer__breadcrumb__nav li:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 10px;
  background: url(/assets/images/icon/grey_50/arrow_s_right.svg) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) {
  .l-footer__breadcrumb__inner {
    padding: 30px 40px;
  }
}

@media (min-width: 1024px) {
  .l-footer__breadcrumb__inner {
    padding: 30px 8%;
  }
}

@media (min-width: 1445px) {
  .l-footer__breadcrumb__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
  }
}

.l-footer__upper {
  position: relative;
  background: #070f26;
}

.l-footer__upper__inner {
  padding: 60px 20px 20px;
}

@media (min-width: 768px) {
  .l-footer__upper__inner {
    padding: 80px 40px;
  }
}

@media (min-width: 1024px) {
  .l-footer__upper__inner {
    padding: 80px 8% 24px;
  }
}

@media (min-width: 1445px) {
  .l-footer__upper__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
  }
}

.l-footer__upper__page-top {
  display: none;
}

@media (min-width: 768px) {
  .l-footer__upper__page-top {
    display: none;
    position: absolute;
    right: 20px;
    top: 115px;
    font-size: 1.1rem;
    line-height: 1;
    transform: rotate(-90deg);
    transform-origin: right;
  }

  .l-footer__upper__page-top::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -71px;
    background: #fff;
    width: 64px;
    height: 1px;
    animation: pageTopPromotion 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
}

@keyframes pageTopPromotion {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }

  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}

@media (min-width: 1024px) {
  .l-footer__upper__page-top {
    display: block;
    right: 45px;
  }
}

/* .l-footer__upper__logo {
  width: 120px;
  font-size: 0;
}

@media (min-width: 768px) {
  .l-footer__upper__logo {
    width: auto;
  }
} */

.l-footer__upper__logos .c-svg-logo--nttdata {
  width: 80px;
}
@media (min-width: 992px) {
  .l-footer__upper__logos {
    display: flex;
    align-items: center;
  }
  .l-footer__upper__logos .c-svg-logo--nttdata {
    width: 150px;
  }
}
.l-footer__upper__main-logo {
  display: flex;
}
.l-footer__upper__main-logo img {
  height: 33px;
}
@media (max-width: 991px) {
  .l-footer__upper__main-logo img {
  }
}
.l-footer__upper__sub-logo {
  width: 477px;
  height: 20px;
  margin-left: 22px;
  display: flex;
  align-items: center;
}
.l-footer__upper__sub-logo img {
  display: block;
  height: 21px;
}
@media (max-width: 991px) {
  .l-footer__upper__sub-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #070f26;
    margin-left: 0;
    margin-top: 10px;
  }
  .l-footer__upper__sub-logo img {
    height: 14px;
  }
}

.l-footer__upper__country {
  font-size: 1.1rem;
  line-height: 1;
    margin-top: 28px;
}

.l-footer__upper__country a {
  display: inline-flex;
  align-items: center;
}

.l-footer__upper__country__img {
  width: 23px;
  margin-right: 6px;
}

.l-footer__upper__country a span {
  display: inline-flex;
  align-items: center;
}

.l-footer__upper__country a span::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 6px;
  background: #fff;
  width: 1px;
  height: 14px;
}

.l-footer__upper__country.is-regional a::before,
.l-footer__upper__country.is-regional a span::before {
  content: none;
}

.l-footer__upper__nav {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .l-footer__upper__nav {
    margin-top: 12px;
  }
}

.l-footer__upper__nav > ul {
  font-size: 1.4rem;
  line-height: 1.2;
}

.l-footer__upper__nav > ul > li {
  line-height: 1.5;
}

.l-footer__upper__nav > ul > li:not(:first-child) {
  margin-top: 22px;
}

.l-footer__upper__nav > ul > li > a,
.l-footer__upper__nav > ul > li > span {
  display: inline-block;
  margin-bottom: 3px;
}

.l-footer__upper__nav > ul > li > ul {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.l-footer__upper__nav > ul > li > ul > li {
  margin-top: 8px;
}

.l-footer__upper__nav .c-btn-text-external,
.l-footer__upper__nav .c-btn-text-external:hover {
  color: #fff;
  font-weight: 500;
}

.l-footer__upper__nav .c-btn-text-external::after,
.l-footer__upper__nav .c-btn-text-external:hover::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  font-weight: 500;
}

.l-footer__upper__nav ul > li > a.c-btn-text-external {
  font-size: inherit;
  font-weight: inherit;
}

.l-footer__upper__nav ul > li > a.c-btn-text-external::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 1px;
}

.l-footer__upper__nav .c-btn-text-external:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-footer__upper__nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .l-footer__upper__nav > ul > li {
    margin-top: 24px !important;
    width: calc((100% - (3 * 32px)) / 4);
  }

  .l-footer__upper__nav > ul::after,
  .l-footer__upper__nav > ul::before {
    content: "";
    width: calc((100% - (3 * 32px)) / 4);
    order: 1;
  }

  .l-footer__upper__nav.is-5column > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .l-footer__upper__nav.is-5column > ul > li {
    margin-right: 32px;
    width: calc((100% - (4 * 32px)) / 5);
  }

  .l-footer__upper__nav.is-5column > ul::after,
  .l-footer__upper__nav.is-5column > ul::before {
    content: none;
  }

  .l-footer__upper__nav > ul > li:nth-child(5n) {
    margin-right: 0;
  }
}

.l-footer__lower {
  position: relative;
  background: #070f26;
}

.l-footer__lower__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 40px;
}
@media (min-width: 768px) {
  .l-footer__lower__inner {
    align-items: center;
    padding: 40px 40px;
  }
}

@media (max-width: 767px) {
  .l-footer__lower__inner {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .l-footer__lower__inner {
    padding: 40px 8%;
  }
}

@media (min-width: 1445px) {
  .l-footer__lower__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
  }
}

.l-footer__lower__sns {
  display: flex;
  align-items: center;
  font-size: 0;
  margin-top: 40px;
}

.l-footer__lower__sns > li:not(:first-child) {
  margin-left: 25px;
}

@media (min-width: 768px) {
  .l-footer__lower__sns {
    margin-top: 24px;
  }
}

.l-footer__lower__nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #949494;
  font-size: 1.2rem;
  line-height: 1.1;
}

.l-footer__lower__nav > ul > li {
  width: calc((100% - 20px) / 2);
}

.l-footer__lower__nav > ul > li:nth-child(n + 3) {
  margin-top: 20px;
}

.l-footer__lower__nav > ul > li:nth-child(even) {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .l-footer__lower__nav {
    margin-top: 0;
    width: 100%;
  }

  .l-footer__lower__nav > ul {
    justify-content: flex-start;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .l-footer__lower__nav > ul > li {
    width: auto;
    margin-top: 16px;
    margin-right: 24px;
  }

  .l-footer__lower__nav > ul > li:nth-child(n + 3) {
    margin-top: 16px;
  }

  .l-footer__lower__nav > ul > li:nth-child(even) {
    margin-left: 0;
  }
}

.l-footer__lower__copyright {
  order: 3;
  margin-top: 40px;
  color: #949494;
  font-size: 1.2rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .l-footer__lower__copyright {
    margin-top: 0;
  }
  .l-footer__lower__nav + .l-footer__lower__copyright {
    margin-top: 20px;
  }
}

/*========================================
Project（接頭辞 p-）
==========================================*/

/* メインビジュアル */
.p-mainvisual {
  position: relative;
  padding-top: 70px;
}

.p-mainvisual__img {
  width: 100%;
  position: relative;
  font-size: 0;
}

.p-mainvisual__inner {
  position: relative;
  padding: 20px 20px 0;
}

.p-mainvisual__title {
  font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
  font-size: 3.2rem;
  line-height: 1.3;
}

.p-mainvisual__lead {
  margin-top: 16px;
}

.p-mainvisual__link {
  margin-top: 40px;
  line-height: 1;
}

@media (min-width: 768px) {
  .l-header + .l-main .p-mainvisual {
    padding-top: 70px;
  }

  .p-mainvisual__img {
    margin-left: auto;
    width: calc(100% - 290px);
  }

  .p-mainvisual__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    padding: 0 40px;
    width: 100%;
    max-width: 1904px;
    height: calc(100% - 70px);
  }

  .p-mainvisual__title {
    font-size: 5.6rem;
    line-height: 1.3;
  }

  .p-mainvisual__lead {
    margin-top: 25px;
    font-size: 2.4rem;
    line-height: 1.5;
    max-width: 1000px;
  }

  .p-mainvisual__link {
    margin-top: 40px;
    max-width: 1000px;
  }
}

@keyframes scrollPromotion {
  0% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  100% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
}

@media (min-width: 1250px) {
  .l-header-ed23 + .l-main .p-mainvisual {
    padding-top: 80px;
  }

  .l-header-ed23 + .l-main .p-mainvisual__inner {
    top: 80px;
    padding: 0 8%;
    height: calc(100% - 160px);
  }
}

@media (min-width: 1360px) {
  .l-header + .l-main .p-mainvisual {
    padding-top: 160px;
  }

  .p-mainvisual__img {
    width: calc(100% - 8% - 250px);
  }

  .l-header + .l-main .p-mainvisual__inner {
    top: 160px;
    padding: 0 8%;
    height: calc(100% - 160px);
  }
}

@media (min-width: 1921px) {
  .p-mainvisual__img {
    width: calc(((100% - 1600px) / 2) + 1600px - 200px);
  }

  .p-mainvisual__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1600px;
  }
}

/* コンテンツヘッダー */
.p-content-header {
  position: relative;
  min-height: 347px;
  border-bottom: 1px solid #2e404d;
  background: #070f26;
}
@media (max-width: 767px) {
  .p-content-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.p-content-header.p-content-header--kv {
  min-height: 0;
}
.p-content-header.p-content-header--img {
  min-height: 0;
}
.p-content-header.p-content-header--img.is-bps {
  background: #ffc400 !important;
}

.p-content-header:not(.p-content-header--movie) .p-content-header__img {
  position: relative;
  height: 347px;
  font-size: 0;
}
.p-content-header:not(.p-content-header--movie).is-low .p-content-header__img {
  height: 200px;
}
.p-content-header:not(.p-content-header--movie).is-high .p-content-header__img {
  height: 480px;
}
.p-content-header:not(.p-content-header--movie).is-bps .p-content-header__img {
  min-height: 360px;
}
@media (min-width: 768px) {
  .p-content-header:not(.p-content-header--movie).is-low .p-content-header__img {
    height: 240px;
  }
  .p-content-header:not(.p-content-header--movie).is-high .p-content-header__img {
    height: 435px;
  }
  .p-content-header:not(.p-content-header--movie).is-bps .p-content-header__img {
    height: auto;
    min-height: 617px;
  }
}

.p-content-header:not(.p-content-header--movie) .p-content-header__img img {
  height: 100%;
}
@media (max-width: 767px) {
  .p-content-header:not(.p-content-header--movie).is-bps .p-content-header__img img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .p-content-header:not(.p-content-header--movie).is-bps .p-content-header__img img {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}

.p-content-header__inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px 24px;
  width: 100%;
  min-height: 100%;
}
.p-content-header__img +.p-content-header__inner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}

.p-content-header__sub {
  position: absolute;
  top: 24px;
  right: 20px;
  margin: 0 !important;
}

.p-content-header__sub__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.3rem;
  text-align: right;
}

.p-content-header__sub__list > * {
  margin-left: 16px;
}

.p-content-header__sub__list a:hover {
  text-decoration: underline;
}

.p-content-header__inner > div:last-child:not(.p-content-header__sub-bottom),
.p-content-header__main {
  margin-top: auto;
}

.p-content-header .c-breadcrumb > li a,
.p-content-header.c-bg-gray-100 .c-breadcrumb > li a,
.p-content-header.c-bg-white .c-breadcrumb > li a {
  color: inherit;
}

.p-content-header .c-breadcrumb > li:not(:last-child)::after {
  background: url(/assets/images/icon/white/arrow_s_right.svg) no-repeat center center;
  background-size: 100%;
}

.p-content-header.c-bg-gray-100 .c-breadcrumb > li:not(:last-child)::after,
.p-content-header.c-bg-white .c-breadcrumb > li:not(:last-child)::after {
  background: url(/assets/images/icon/smart-navy/arrow_s_right.svg) no-repeat center center;
  background-size: 100%;
}

.p-content-header__category {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-content-header__title.c-head-xlg {
  margin-bottom: 0;
}

.p-content-header__title > span {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.p-content-header__lead {
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-content-header__lead {
    line-height: 1.5;
  }
}

.p-content-header__sub-lead {
  margin-top: 8px;
  line-height: 1.5;
}

.p-content-header__sub-category {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-content-header__link {
  margin-top: 24px;
  line-height: 1;
}

.c-bg-gray-100 .p-content-header__link .c-btn-text-arrow,
.c-bg-white .p-content-header__link .c-btn-text-arrow,
.p-content-header__link .c-btn-text-arrow {
  color: inherit;
}

.p-content-header__link .c-btn-text-arrow::after {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .p-content-header__link .c-btn-text-arrow::after,
.c-bg-white .p-content-header__link .c-btn-text-arrow::after {
  background: url(/assets/images/icon/text-grey/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.p-content-header__btn {
  display: flex;
  margin-top: 32px;
}

.p-content-header__btn > * {
  margin-right: 32px;
}

.p-content-header__sub-bottom {
  margin-top: 24px;
}

.p-content-header__sub-bottom__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.3rem;
}

.p-content-header__scroll {
  display: none;
}

@media (min-width: 768px) {
  .p-content-header {
    min-height: 236px;
  }

  .p-content-header.p-content-header--h-auto {
    min-height: 0;
  }

  .p-content-header.p-content-header--img {
    min-height: 0;
  }

  .p-content-header.p-content-header--h-auto .p-content-header__img {
    position: absolute;
  }

  .p-content-header__inner {
    display: flex;
    justify-content: center;
    padding: 0 40px 0;
  }

  .p-content-header__sub {
    right: 40px;
  }

  .p-content-header.p-content-header--h-auto .p-content-header__inner {
    position: relative;
  }

  .p-content-header.p-content-header--h-auto .p-content-header__sub {
    position: relative;
    top: 0;
    right: -20px;
    margin-bottom: 44px;
  }

  .p-content-header__sub__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
  }

  .p-content-header__sub__list > * {
    margin-left: 24px;
  }

  .p-content-header__sub__list a:hover {
    text-decoration: underline;
  }

  .p-content-header__inner > div:last-child:not(.p-content-header__sub-bottom),
  .p-content-header__main {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .p-content-header.p-content-header--h-auto .p-content-header__inner > div:last-child:not(.p-content-header__sub-bottom),
  .p-content-header.p-content-header--h-auto .p-content-header__main {
    margin-top: 20px;
  }

  .p-content-header__category {
    margin-bottom: 16px;
  }

  .p-content-header__title.c-head-xlg {
    margin-bottom: 0;
  }

  .p-content-header__lead {
    margin-top: 16px;
    font-size: 2.4rem;
    line-height: 1.5;
    max-width: 1000px;
  }

  .p-content-header__sub-lead {
    margin-top: 16px;
    line-height: 1.5;
    max-width: 1000px;
  }

  .p-content-header__sub-category {
    margin-top: 24px;
    max-width: 1000px;
  }

  .p-content-header__link {
    margin-top: 40px;
    max-width: 1000px;
  }

  .p-content-header__btn {
    display: flex;
    margin-top: 32px;
  }

  .p-content-header__btn > * {
    margin-right: 32px;
  }

  .p-content-header__sub-bottom {
    position: absolute;
    bottom: 40px;
    right: 20px;
  }

  .p-content-header__sub-bottom__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
  }

  .p-content-header__sub-bottom__list > * {
    margin-left: 24px;
  }

  .p-content-header__sub-bottom__list a:hover {
    text-decoration: underline;
  }

  .p-content-header__scroll {
    display: none;
    position: absolute;
    left: 15px;
    top: calc(100vh - 100px);
    font-size: 1.1rem;
    line-height: 1;
    transform: rotate(-90deg);
    transform-origin: top left;
  }

  .p-content-header__scroll::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -71px;
    background: #fff;
    width: 64px;
    height: 1px;
    animation: scrollPromotion 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
}

@media (min-width: 1024px) {
  .p-content-header.p-content-header--kv  .p-content-header__img img {
  }

  .p-content-header.p-content-header--img {
  }

  .l-header + .l-main .p-content-header__inner {
    padding: 0 8% 0;
  }

  .l-header + .l-main .p-content-header__sub {
    right: 8%;
  }

  .l-header-ed23 + .l-main .p-content-header__inner {
    padding: 0 8% 0;
  }

  .l-header-ed23 + .l-main .p-content-header__sub {
  }

  .p-content-header.p-content-header--h-auto .p-content-header__sub {
    position: relative;
    top: 0;
    right: calc((-1 * (100% / 84) * 8) + 40px);
    margin-bottom: 44px;
  }

  .p-content-header__sub-bottom {
    bottom: 40px;
    right: 40px;
  }

  .p-content-header__scroll {
    display: block;
    left: 40px;
  }
}


@media (min-width: 1250px) {
  .p-content-header.p-content-header--kv {
  }
  .p-content-header.p-content-header--kv  .p-content-header__img img {
  }
}

@media (min-width: 1921px) {
  .p-content-header__inner > div:last-child:not(.p-content-header__sub-bottom),
  .p-content-header__main {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1600px;
  }
}

/* コンテンツヘッダー 背景動画 */
.p-content-header.p-content-header--movie {
  height: 100vh;
}

.p-content-header.p-content-header--movie .p-content-header__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-content-header.p-content-header--movie .p-content-header__mv {
  display: none;
}

@media (min-width: 768px) {
  .p-content-header.p-content-header--movie .p-content-header__mv {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* コンテンツヘッダー ロゴ画像 */
.p-content-header.p-content-header--logo .p-content-header__img {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: auto;
  height: 72px !important;
}

.p-content-header.p-content-header--logo .p-content-header__img img {
  width: auto;
  height: 100%;
}

@media (max-width: 767px) {
  .p-content-header.p-content-header--logo .p-content-header__inner {
    padding: 70px 20px 121px;
  }
}

@media (min-width: 1024px) {
  .p-content-header.p-content-header--logo .p-content-header__img {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 250px;
    height: auto !important;
  }

  .p-content-header.p-content-header--logo .p-content-header__img img {
    width: 100%;
    height: auto;
  }

  .p-content-header.p-content-header--logo .p-content-header__inner > div:last-child,
  .p-content-header.p-content-header--logo .p-content-header__main {
    margin-bottom: 80px;
  }

  .p-content-header.p-content-header--logo .p-content-header__lead,
  .p-content-header.p-content-header--logo .p-content-header__sub-lead,
  .p-content-header.p-content-header--logo .p-content-header__title {
    max-width: calc((100% * 92 / 84) - 310px);
  }

  .p-content-header.p-content-header--logo .p-content-header__lead,
  .p-content-header.p-content-header--logo .p-content-header__sub-lead {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .p-content-header.p-content-header--logo .p-content-header__img {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 250px;
    height: auto !important;
  }
}

/* コンテンツヘッダー ×ボタン付き */
.p-content-header.p-content-header--close {
  min-height: 162px;
}

.p-content-header.p-content-header--close .p-content-header__inner {
  padding: 80px 20px 40px;
}

@media (min-width: 768px) {
  .p-content-header.p-content-header--close {
    min-height: 232px;
  }

  .p-content-header.p-content-header--close .p-content-header__inner {
    padding: 80px 40px 80px;
  }

  .p-content-header.p-content-header--close .p-content-header__inner > div:last-child,
  .p-content-header.p-content-header--close .p-content-header__main {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .p-content-header.p-content-header--close .p-content-header__inner {
    padding: 80px 8% 80px;
  }
}

.p-content-header__close {
  position: absolute;
  right: 20px;
  top: 24px;
}

@media (min-width: 768px) {
  .p-content-header__close {
    right: 40px;
    top: 40px;
  }
}

@media (min-width: 1024px) {
  .p-content-header__close {
    top: 40px;
  }
}

/* コンテンツヘッダー イノベーションカンファレンス */
.p-content-header.p-content-header--innovation-conference .p-content-header__title {
  visibility: hidden;
}

/* ワイドイメージセクション */
.p-wide-image-section {
  position: relative;
}

.p-wide-image-section__img {
  overflow: hidden;
  font-size: 0;
  width: 100%;
}

.p-wide-image-section__img picture {
  display: block;
  overflow: hidden;
  font-size: 0;
  width: 100%;
}

.p-wide-image-section__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 20px 32px;
  background: #005b96;
  color: #fff;
}

.p-wide-image-section .c-head-lg {
  margin-bottom: 16px;
}

.p-wide-image-section .c-head-md {
  margin-bottom: 16px;
}

.p-wide-image-section__lead {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-wide-image-section__link {
  margin-top: auto;
  padding-top: 40px;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-wide-image-section {
    padding-bottom: 80px;
  }

  .p-wide-image-section__inner {
    position: absolute;
    left: 40px;
    bottom: 0;
    padding: 40px;
    width: 550px;
  }

  .p-wide-image-section__inner--right {
    left: auto;
    right: 40px;
  }

  .p-wide-image-section.p-wide-image-section--md .p-wide-image-section__img {
    width: calc(100% - 80px);
  }

  .p-wide-image-section.p-wide-image-section--md .p-wide-image-section__img.p-wide-image-section__img--right {
    margin-left: auto;
  }

  .p-wide-image-section.p-wide-image-section--md .p-wide-image-section__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    width: 550px;
  }

  .p-wide-image-section.p-wide-image-section--md .p-wide-image-section__inner--right {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .p-wide-image-section__inner {
    left: 8%;
    padding: 80px 48px;
  }

  .p-wide-image-section__inner--right {
    left: auto;
    right: 8%;
    padding: 80px 48px;
  }

  .p-wide-image-section.p-wide-image-section--md .p-wide-image-section__img {
    width: 73.69%;
  }

  .p-wide-image-section.p-wide-image-section--md .p-wide-image-section__inner {
    padding: 48px;
  }
}

@media (min-width: 1445px) {
  .p-wide-image-section__inner {
    left: calc((100% - 1200px) / 2);
  }

  .p-wide-image-section__inner--right {
    left: auto;
    right: calc((100% - 1200px) / 2);
  }
}

/* スライダー
-----------------------*/
.p-slider {
  position: relative;
}

.p-slider__inner {
  padding: 80px 20px;
}

.p-slider__title {
  margin-bottom: 46px;
  font-size: 3.2rem;
  line-height: 1.3;
}

.p-slider__list {
  position: relative;
  margin: 0 -20px;
}

.p-slider__item {
  padding: 0 12px;
}

.p-slider__item__img {
  font-size: 0;
  text-align: center;
}

.p-slider__list .slick-next,
.p-slider__list .slick-prev {
  display: none !important;
  position: absolute;
  top: -128px;
  z-index: 1;
  background: 0 0;
  border: 1px solid #fff;
  padding: 0;
  width: 64px;
  height: 64px;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.c-bg-gray-100 .p-slider__list .slick-next,
.c-bg-gray-100 .p-slider__list .slick-prev,
.c-bg-white .p-slider__list .slick-next,
.c-bg-white .p-slider__list .slick-prev {
  border: 1px solid #005b96;
}

.p-slider__list .slick-next:hover,
.p-slider__list .slick-prev:hover {
  border: 1px solid #fff;
  background: #fff;
  z-index: 2;
}

.c-bg-gray-100 .p-slider__list .slick-next:hover,
.c-bg-gray-100 .p-slider__list .slick-prev:hover,
.c-bg-white .p-slider__list .slick-next:hover,
.c-bg-white .p-slider__list .slick-prev:hover {
  background: 0 0;
  border: 1px solid #070f26;
}

.p-slider__list .slick-next:focus-visible,
.p-slider__list .slick-prev:focus-visible {
  outline: 1px solid #fff;
}

.c-bg-gray-100 .p-slider__list .slick-next:focus-visible,
.c-bg-gray-100 .p-slider__list .slick-prev:focus-visible,
.c-bg-white .p-slider__list .slick-next:focus-visible,
.c-bg-white .p-slider__list .slick-prev:focus-visible {
  outline: 1px solid #000;
}

.p-slider__list.p-slider__list--sm .slick-next,
.p-slider__list.p-slider__list--sm .slick-prev {
  top: -72px;
  width: 40px;
  height: 40px;
}

.p-slider__list .slick-prev {
  right: calc(8% + 63px);
}

.p-slider__list.p-slider__list--sm .slick-prev {
  right: calc(8% + 39px);
}

.p-slider__list .slick-next {
  right: 8%;
}

.p-slider__list .slick-next.slick-disabled,
.p-slider__list .slick-prev.slick-disabled {
  border: 1px solid #2e404d;
  z-index: 0;
  pointer-events: none;
}

.c-bg-gray-100 .p-slider__list .slick-next.slick-disabled,
.c-bg-gray-100 .p-slider__list .slick-prev.slick-disabled,
.c-bg-white .p-slider__list .slick-next.slick-disabled,
.c-bg-white .p-slider__list .slick-prev.slick-disabled {
  border: 1px solid #e8e8e8;
}

.p-slider__list .slick-next::after,
.p-slider__list .slick-next::before,
.p-slider__list .slick-prev::after,
.p-slider__list .slick-prev::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}

.p-slider__list .slick-prev::before {
  background: url(/assets/images/icon/white/arrow_left.svg) no-repeat;
  background-size: 100%;
}

.p-slider__list .slick-next::before {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .p-slider__list .slick-prev::before,
.c-bg-white .p-slider__list .slick-prev::before {
  background: url(/assets/images/icon/future-blue_150/arrow_left.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .p-slider__list .slick-next::before,
.c-bg-white .p-slider__list .slick-next::before {
  background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.p-slider__list .slick-prev::after {
  z-index: 1;
  background: url(/assets/images/icon/smart-navy/arrow_left.svg) no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: all 0.2s;
}

.p-slider__list .slick-next::after {
  z-index: 1;
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: all 0.2s;
}

.c-bg-gray-100 .p-slider__list .slick-prev::after,
.c-bg-white .p-slider__list .slick-prev::after {
  background: url(/assets/images/icon/smart-navy/arrow_left.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .p-slider__list .slick-next::after,
.c-bg-white .p-slider__list .slick-next::after {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.p-slider__list .slick-next:hover::after,
.p-slider__list .slick-prev:hover::after {
  opacity: 1;
}

.p-slider__list .slick-prev.slick-disabled::before {
  background: url(/assets/images/icon/text-grey/arrow_left.svg) no-repeat;
  background-size: 100%;
}

.p-slider__list .slick-next.slick-disabled::before {
  background: url(/assets/images/icon/text-grey/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .p-slider__list .slick-prev.slick-disabled::before,
.c-bg-white .p-slider__list .slick-prev.slick-disabled::before {
  background: url(/assets/images/icon/grey_50/arrow_left.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .p-slider__list .slick-next.slick-disabled::before,
.c-bg-white .p-slider__list .slick-next.slick-disabled::before {
  background: url(/assets/images/icon/grey_50/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.p-slider__list .slick-next.slick-disabled:hover::after,
.p-slider__list .slick-prev.slick-disabled:hover::after {
  opacity: 0;
}

.p-slider__list .slick-slide .p-slider__item {
  position: relative;
  padding: 20px 24px;
}

.p-slider__list .slick-slide:has(+ .slick-current.slick-active.slick-center) .p-slider__item {
  position: relative;
}

.p-slider__list .slick-current.slick-active.slick-center + .slick-active .p-slider__item {
  position: relative;
  padding: 20px 0 20px 24px;
}

.p-slider__list.js-slick-2column .slick-slide .p-panel a:before,
.p-slider__list.js-slick-3column .slick-slide .p-panel a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 15, 38, 0.4);
  z-index: 10;
}

.p-slider__list.js-slick-3column .slick-slide {
  left: 0;
  width: calc(100% - 48px);
}

.p-slider__list.js-slick-3column .slick-current.slick-active.slick-center + .slick-slide .p-panel a:before,
.p-slider__list.js-slick-3column .slick-slide:has(+ .slick-current.slick-active.slick-center) .p-panel a:before {
  width: calc(100% - 24px);
}

.p-slider__list.js-slick-3column .slick-slide:has(+ .slick-current.slick-active.slick-center) .p-panel a:before {
  left: 0;
}

.p-slider__list.js-slick-3column .slick-current.slick-active.slick-center + .slick-slide .p-panel a:before {
  left: 24px;
}

.p-slider__list.js-slick-2column .slick-current.slick-active.slick-center .p-slider__item,
.p-slider__list.js-slick-3column .slick-current.slick-active.slick-center .p-slider__item {
  transition: all 0.3s ease;
}

.p-slider__list.js-slick-2column .slick-current.slick-active.slick-center .p-panel a:before {
  top: 0;
  width: 100%;
  height: 100%;
}

.p-slider__list.js-slick-3column .slick-current.slick-active.slick-center .p-panel a:before {
  top: 0;
  width: calc(100% - 12%);
  height: 100%;
}

.c-bg-gray-100 .p-slider__list.js-slick-2column .slick-slide .p-panel a:before,
.c-bg-gray-100 .p-slider__list.js-slick-3column .slick-slide .p-panel a:before,
.c-bg-white .p-slider__list.js-slick-2column .slick-slide .p-panel a:before,
.c-bg-white .p-slider__list.js-slick-3column .slick-slide .p-panel a:before {
  background: rgba(255, 255, 255, 0.4);
}

.p-slider__list.js-slick-2column .slick-current.slick-active.slick-center .p-panel a:before,
.p-slider__list.js-slick-3column .slick-current.slick-active .p-panel a:before {
  background: 0 0;
}

.p-slider__list .slick-current.slick-active {
  padding: 0;
}

.p-slider__list .slick-current.slick-active .p-slider__item {
  padding: 20px 24px;
}

.p-slider__item__body {
  display: flex;
  flex-direction: column;
  padding: 16px 20px 17px;
  background: #2e404d;
}

.c-bg-gray-100 .p-slider__item__body,
.c-bg-white .p-slider__item__body {
  background: #e8e8e8;
}

.p-slider__item__title {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-slider__item__link {
  margin-top: auto;
  padding-top: 17px;
  line-height: 1;
}

.p-slider__list .slick-dots {
  display: flex;
}

.p-slider__list.is-number {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.p-slider__list.is-number .slick-prev {
  order: 1;
  position: relative;
  top: 0;
  right: 0;
  margin-top: 40px;
  margin-right: 24px;
  border: none !important;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 14px;
  outline: 0;
  cursor: pointer;
}

.p-slider__list.is-number .slick-next {
  order: 3;
  position: relative;
  top: 0;
  right: 0;
  margin-top: 40px;
  border: none !important;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 14px;
  outline: 0;
  cursor: pointer;
}

.p-slider__list.is-number .slick-next::after,
.p-slider__list.is-number .slick-next::before,
.p-slider__list.is-number .slick-prev::after,
.p-slider__list.is-number .slick-prev::before {
  width: 16px;
  height: 16px;
}

.p-slider__list.is-number .slick-dots {
  order: 2;
  display: flex;
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1;
}

.p-slider__list.is-number .slick-dots > * {
  margin-right: 24px;
}

.p-slider__list.is-number .slick-dots > :nth-child(1) {
  display: none;
}

.p-slider__list .slick-num {
  display: none;
}

@media (min-width: 768px) {
  .p-slider__list .slick-num {
    display: inline-flex;
    position: absolute;
    top: -106px;
    right: 150px;
  }

  .p-slider__list.is-btn--bottom .slick-num {
    top: auto;
    bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .p-slider__list .slick-num {
    display: inline-flex;
    top: -106px;
    position: absolute;
  }

  .p-slider__list.is-btn--bottom .slick-num {
    top: auto;
    bottom: 15px;
  }
}

@media (min-width: 768px) {
  .p-slider {
    position: relative;
  }

  .p-slider__inner {
    padding: 120px 40px;
  }

  .p-slider__title {
    margin-bottom: 74px;
    font-size: 4rem;
    line-height: 1.3;
  }

  .p-slider__list {
    margin: 0 -40px;
  }

  .p-slider__list.p-slider__list--1column {
    margin: 0 -24px;
  }

  .p-slider__item {
    padding: 0 24px;
  }

  .p-slider__item__img img {
    width: 100%;
  }

  .p-slider__list .slick-next,
  .p-slider__list .slick-prev {
    display: block !important;
  }

  .p-slider__list.p-slider__list--sm .slick-next,
  .p-slider__list.p-slider__list--sm .slick-prev {
    top: -72px;
    width: 40px;
    height: 40px;
  }

  .p-slider__list .slick-prev {
    right: 63px;
  }

  .p-slider__list.p-slider__list--sm .slick-prev {
    right: calc(40px + 39px);
  }

  .p-slider__list.p-slider__list--1column .slick-prev {
    right: calc(24px + 63px);
  }

  .p-slider__list .slick-next {
    right: 0;
  }

  .p-slider__list.p-slider__list--1column .slick-next {
    right: 24px;
  }

  .p-slider__list .slick-next.slick-disabled,
  .p-slider__list .slick-prev.slick-disabled {
    border: 1px solid #2e404d;
    z-index: 0;
    pointer-events: none;
  }

  .c-bg-gray-100 .p-slider__list .slick-next.slick-disabled,
  .c-bg-gray-100 .p-slider__list .slick-prev.slick-disabled,
  .c-bg-white .p-slider__list .slick-next.slick-disabled,
  .c-bg-white .p-slider__list .slick-prev.slick-disabled {
    border: 1px solid #e8e8e8;
  }

  .p-slider__list .slick-next::before,
  .p-slider__list .slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
  }

  .p-slider__list .slick-prev::before {
    background: url(/assets/images/icon/white/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .p-slider__list .slick-next::before {
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .p-slider__list .slick-prev.slick-disabled::before {
    background: url(/assets/images/icon/text-grey/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .p-slider__list .slick-next.slick-disabled::before {
    background: url(/assets/images/icon/text-grey/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .c-bg-gray-100 .p-slider__list .slick-prev.slick-disabled::before,
  .c-bg-white .p-slider__list .slick-prev.slick-disabled::before {
    background: url(/assets/images/icon/grey_50/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .c-bg-gray-100 .p-slider__list .slick-next.slick-disabled::before,
  .c-bg-white .p-slider__list .slick-next.slick-disabled::before {
    background: url(/assets/images/icon/grey_50/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .p-slider__item__body {
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    background: #2e404d;
  }

  .p-slider__item__title {
    font-size: 2rem;
    font-weight: 700;
  }

  .p-slider__item__link {
    margin-top: auto;
    padding-top: 24px;
  }

  .p-slider__list.is-btn--bottom {
    padding-bottom: 104px;
  }

  .p-slider__list.is-btn--bottom .slick-next,
  .p-slider__list.is-btn--bottom .slick-prev {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .p-slider__inner {
    padding: 120px 8%;
  }

  .p-slider__list {
    width: 100%;
    margin: 0 auto;
  }

  .p-slider__list .slick-prev {
    right: 63px;
  }

  .p-slider__list.p-slider__list--sm .slick-prev {
    right: calc(8% + 39px);
  }

  .p-slider__list .slick-next {
    right: 0;
  }
}

@media (min-width: 1366px) {
  .p-slider__item {
    padding: 0 24px;
  }

  .p-slider__list--logo .p-slider__item__img {
    padding: 0;
  }
}

@media (min-width: 1445px) {
  .p-slider__list .slick-prev {
    right: calc(((100% - 1200px) / 2) + 63px);
  }

  .p-slider__list .slick-next {
    right: calc((100% - 1200px) / 2);
  }

  .p-slider__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 1200px;
  }
}

/* フォームフッター用
-----------------------*/
.p-docked-form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #2e404d;
  background: #e8e8e8;
  height: 64px;
}

.c-bg-gray-100 .p-docked-form-footer,
.c-bg-white .p-docked-form-footer {
  border-top: 1px solid #e8e8e8;
}

.p-docked-form-footer > :last-child {
  margin-left: 16px;
}

/* ブロック
-----------------------*/
/* 汎用コンテンツブロック */
.p-block {
  position: relative;
}

.p-block.is-scroll {
  position: fixed;
  top: 70px;
  z-index: 10;
  border-top: 1px solid #2e404d;
  border-bottom: 1px solid #2e404d;
  background: #070f26;
  width: 100%;
}

.p-block.p-block--navigation {
  border-top: 1px solid #2e404d;
  border-bottom: 1px solid #2e404d;
  background: #070f26;
}

.p-content-header .p-block.p-block--navigation {
  border-top: none !important;
}

.p-block.c-bg-gray-100.p-block--navigation,
.p-block.c-bg-white.p-block--navigation {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.p-block.p-block--bg-ntt-logo {
  background: url(/assets/images/bg_nttdata_logo.svg) right top no-repeat #2e404d;
  background-size: auto 100%;
}

.p-block.p-block--contact-us {
  background: url(/nttdataglobal-ja/Images/Home/bg_top__contact-us.png) no-repeat;
  background-size: cover;
}

.p-block.p-block--bg-img.p-block--bg-ntt-logo {
  background: 0 0;
}

.p-block.p-block--bg-img.p-block--bg-ntt-logo .p-block__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(/assets/images/bg_nttdata_logo.svg) right top no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

.p-block__img {
  font-size: 0;
}

.p-block__inner {
  display: block;
  padding: 80px 20px;
}

.p-block.p-block--sm > .p-block__inner {
  padding: 48px 20px;
}

.p-block--navigation > .p-block__inner {
  padding: 48px 20px;
}

.p-block--navigation > .p-block__inner.c-btn-accordion {
  padding: 0 20px;
}

.p-block--bg-img > .p-block__inner {
  padding: 40px 20px 80px;
}

.p-block--bg-ntt-logo > .p-block__inner,
.p-block--contact-us > .p-block__inner {
  display: flex;
  align-items: center;
  min-height: 320px;
}

@media (min-width: 768px) {
  .p-block--contact-us > .p-block__inner {
    min-height: 420px;
  }
}

.p-block.c-bg-gray-100:not(.p-block--navigation) + .p-block.c-bg-gray-100 > .p-block__inner,
.p-block.c-bg-gray-100:not(.p-block--navigation) + .p-slider.c-bg-gray-100 > .p-slider__inner,
.p-block.c-bg-smart-navy-600:not(.p-block--navigation) + .p-block.c-bg-smart-navy-600 > .p-block__inner,
.p-block.c-bg-smart-navy-600:not(.p-block--navigation) + .p-slider.c-bg-smart-navy-600 > .p-slider__inner,
.p-block.c-bg-white:not(.p-block--navigation) + .p-block.c-bg-white > .p-block__inner,
.p-block.c-bg-white:not(.p-block--navigation) + .p-slider.c-bg-white > .p-slider__inner,
.p-block:not(.p-block--navigation):not(.p-block--bg-ntt-logo):not(.p-block--contact-us):not(.p-block--bg-img):not(.c-bg-white):not(.c-bg-smart-navy-600):not(.c-bg-gray-100) + .p-block:not(.p-block--bg-ntt-logo):not(.p-block--contact-us):not(.p-block--bg-img):not(.c-bg-white):not(.c-bg-smart-navy-600):not(.c-bg-gray-100) > .p-block__inner,
.p-block:not(.p-block--navigation):not(.p-block--bg-ntt-logo):not(.p-block--contact-us):not(.p-block--bg-img):not(.c-bg-white):not(.c-bg-smart-navy-600):not(.c-bg-gray-100) + .p-slider:not(.c-bg-white):not(.c-bg-smart-navy-600):not(.c-bg-gray-100) > .p-slider__inner,
.p-slider.c-bg-gray-100 + .p-block.c-bg-gray-100 > .p-block__inner,
.p-slider.c-bg-smart-navy-600 + .p-block.c-bg-smart-navy-600 > .p-block__inner,
.p-slider.c-bg-white + .p-block.c-bg-white > .p-block__inner,
.p-slider:not(.c-bg-white):not(.c-bg-smart-navy-600):not(.c-bg-gray-100) + .p-block:not(.p-block--bg-ntt-logo):not(.p-block--contact-us):not(.p-block--bg-img):not(.c-bg-white):not(.c-bg-smart-navy-600):not(.c-bg-gray-100) > .p-block__inner {
  padding-top: 0;
}

.p-block__lead + :not(.p-block__link) {
  margin-top: 40px;
}

.p-block__link {
  margin-top: 24px;
}

.p-block--bg-img .p-block__link,
.p-block--bg-ntt-logo .p-block__link {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .p-block--bg-img .p-block__img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .p-block__inner {
    padding: 120px 40px;
  }

  .p-block.p-block--sm > .p-block__inner {
    padding: 48px 40px;
  }

  .p-block--navigation > .p-block__inner {
    padding: 48px 40px;
  }

  .p-block--navigation > .p-block__inner.c-btn-accordion {
    padding: 0 40px;
  }

  .p-block--bg-img > .p-block__inner {
    display: flex;
    padding: 120px 40px;
    align-items: center;
    position: relative;
    min-height: 640px;
  }

  .p-block--bg-ntt-logo > .p-block__inner {
    min-height: 420px;
  }

  .p-block--bg-img .p-block__lead,
  .p-block--bg-ntt-logo .p-block__lead {
    width: calc((100% - 50px) / 2);
    width: 550px;
  }
}

@media (min-width: 480px) {
  .p-block--400 > .p-block__inner {
    padding-left: calc((100% - 400px) / 2) !important;
    padding-right: calc((100% - 400px) / 2) !important;
  }
}
@media (min-width: 880px) {
  .p-block--800 > .p-block__inner {
    padding-left: calc((100% - 800px) / 2) !important;
    padding-right: calc((100% - 800px) / 2) !important;
  }
}

@media (min-width: 1024px) {
  .p-block.is-scroll {
    top: 80px;
  }

  .p-block__inner {
    padding: 120px 8%;
  }

  .p-block.p-block--sm > .p-block__inner {
    padding: 48px 8%;
  }

  .p-block--navigation > .p-block__inner {
    padding: 48px 8%;
  }

  .p-block--navigation.is-scroll > .p-block__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-block--bg-img > .p-block__inner {
    padding: 120px 8%;
  }
}

@media (max-width: 1249px) {
  .l-header-ed23 + .l-main .p-block.js-sticky.is-scroll {
    top: 70px;
  }

  .l-header-ed23 + .l-main .p-block.is-scroll-minus {
    top: 70px;
  }
}

@media (max-width: 1359px) {
  .l-header + .l-main .p-block.js-sticky.is-scroll {
    top: 70px;
  }

  .l-header + .l-main .p-block.is-scroll-minus {
    top: 70px;
  }
}

@media (min-width: 1250px) {
  .l-header-ed23 + .l-main .p-block.is-scroll-minus {
    top: 80px;
  }
}

@media (min-width: 1360px) {
  .l-header + .l-main .p-block.is-scroll-minus {
    top: 160px;
  }
}

@media (min-width: 1445px) {
  .p-block:not(.p-block--navigation) > .p-block__inner {
    padding: 120px calc((100% - 1200px) / 2);
  }

  .p-block.p-block--sm > .p-block__inner {
    padding: 48px calc((100% - 1200px) / 2);
  }
}

@media (min-width: 1921px) {
  .p-block--navigation > .p-block__inner {
    padding: 48px calc((100% - 1600px) / 2);
  }
}

:not(h2):not(h3):not(h4):not(h5):not(h6) + .p-block-2nd {
  margin-top: 80px;
}

:not(h2):not(h3):not(h4):not(h5):not(h6) + .p-block-3rd {
  margin-top: 64px;
}

:not(h2):not(h3):not(h4):not(h5):not(h6) + .p-block-4th {
  margin-top: 40px;
}

/* Contact Form用 */
form > :not(h2):not(h3):not(h4):not(h5):not(h6) + .p-block-3rd:not(:has(h2)) {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .p-block__indent {
    padding: 0 43px;
  }
  .p-block-2nd__indent {
    padding: 0 0 0 34px;
  }
}



/* サイドナビ */
.p-sidenav-block {
  font-size: 1.4rem;
}

.p-sidenav-block + .p-sidenav-block {
  margin-top: 64px;
}

.p-sidenav-block__link {
  margin-top: 16px;
}

.p-sidenav-block__data-list dl {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  line-height: 1.5;
}

.p-sidenav-block__data-list {
  max-width: 250px;
}

.p-sidenav-block__data-list dl + dl {
  margin-top: 12px;
}

.p-sidenav-block__data-list dl dd {
  color: #ffc400;
}

.c-bg-white .p-sidenav-block__data-list dl dd {
  color: #0072bc;
}

/* ボックス
-----------------------*/
.p-box {
  display: block;
  padding: 40px 20px;
  background: #141b31;
  font-size: 1.4rem;
}

.c-bg-gray-100 .p-box {
  background: #fff;
}

.c-bg-white .p-box {
  background: #f2f3f4;
}

.p-box.p-box--sm {
  padding: 20px 20px;
}

@media (min-width: 768px) {
  .p-box {
    padding: 48px 40px;
  }

  .p-box.p-box--sm {
    padding: 20px 40px;
  }
}

@media (min-width: 1024px) {
  .p-box {
    padding: 48px 64px;
  }

  .p-box.p-box--sm {
    padding: 20px 64px;
  }
}

.p-box.p-box--border {
  border: 1px solid #fff;
  background: 0 0;
}

.c-bg-gray-100 .p-box.p-box--border,
.c-bg-white .p-box.p-box--border {
  border: 1px solid #2e404d;
}

.p-box.p-box--img-sm {
  padding: 20px 20px 40px;
}

.p-box.p-box--img-sm > :first-child {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-box.p-box--img-sm {
    display: flex;
    padding: 48px;
  }

  .p-box.p-box--img-sm > :first-child {
    flex: none;
    margin-bottom: 0;
    margin-right: 48px;
    width: 30.48%;
  }
}

.p-box.p-box--img-lg {
  padding: 0;
}

.p-box.p-box--img-lg > :last-child {
  padding: 24px 20px 48px;
}

@media (min-width: 768px) {
  .p-box.p-box--img-lg {
    display: flex;
    padding: 0;
  }

  .p-box.p-box--img-lg > :first-child {
    flex: none;
    width: 50%;
  }

  .p-box.p-box--img-lg > :last-child {
    padding: 64px 48px;
  }
}

.p-box-border-y {
  border-top: 1px solid #2e404d;
  border-bottom: 1px solid #2e404d;
  margin: 24px 0;
  padding: 24px 0;
}

.c-bg-white .p-box-border-y,
.c-bg-gray-100 .p-box-border-y {
  border-color: #e8e8e8;
}

/* Modal
-----------------------*/
.p-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px;
  background: rgba(7, 15, 38, 0.8);
  width: 100%;
  height: 100%;
}

.p-modal__inner {
  overflow-y: auto;
  position: relative;
  padding: 40px 20px;
  background: #fff;
  width: 100%;
  max-height: calc(100vh - 100px);
}

.p-modal.p-modal--lg .p-modal__inner {
  padding: 40px 8px 8px;
}

.p-modal__close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  font-size: 0;
}

@media (max-width: 767px) {
  .p-modal .c-btn-close.c-btn-close--sm {
    width: 24px;
    height: 24px;
  }

  .p-modal .c-btn-close.c-btn-close--sm::after,
  .p-modal .c-btn-close.c-btn-close--sm::before {
    width: 9px;
    height: 9px;
  }
}

@media (min-width: 768px) {
  .p-modal {
    padding: 0 50px;
    cursor: pointer;
  }

  .p-modal__inner {
    padding: 64px;
    max-width: 944px;
    max-height: calc(100vh - 40px);
    cursor: default;
  }

  .p-modal.p-modal--lg .p-modal__inner {
    padding: 64px 20px 20px;
  }

  .p-modal.p-modal--lg .p-modal__close {
    right: 20px;
    top: 12px;
  }
}

@media (min-width: 1400px) {
  .p-modal.p-modal--lg .p-modal__inner {
    max-width: 1200px;
  }
}

/* Panel
-----------------------*/
.p-panel {
  font-size: 1.4rem;
}

.p-panel > * {
  width: 100%;
}

.p-panel a {
  display: block;
  text-decoration: none;
}

.p-panel__img {
  font-size: 0;
  text-align: center;
}

.p-panel__img.p-panel__img--border {
  border: 1px solid #2e404d;
}

.c-bg-gray-100 .p-panel__img.p-panel__img--border,
.c-bg-white .p-panel__img.p-panel__img--border {
  border: 1px solid #e8e8e8;
}

.p-panel.p-panel--img-border .p-panel__img {
  border: 1px solid #2e404d;
}

.c-bg-gray-100 .p-panel.p-panel--img-border .p-panel__img,
.c-bg-white .p-panel.p-panel--img-border .p-panel__img {
  border: 1px solid #e8e8e8;
}

.p-panel.p-panel--img-book .p-panel__img {
  text-align: center;
}

.p-panel.p-panel--img-book .p-panel__img img {
  border: 1px solid #2e404d;
  height: 200px;
}

.c-bg-gray-100 .p-panel.p-panel--img-book .p-panel__img img,
.c-bg-white .p-panel.p-panel--img-book .p-panel__img img {
  border: 1px solid #e8e8e8;
}

.p-panel__body {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  background: #141b31;
  color: #e8e8e8;
  line-height: 1.5;
}

.p-panel.p-panel--img-book .p-panel__body,
.p-panel.p-panel--img-border .p-panel__body {
  padding: 20px 0 0;
  background: 0 0;
}

.p-panel .c-calendar {
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.p-panel .c-name-date {
  margin-bottom: 16px;
}

.p-panel .c-name-date dd {
  font-size: 1.1rem;
}

.p-panel__date {
  font-size: 1.1rem;
}

.p-panel__img-5column {
  display: flex;
}

.p-panel__img-5column > * {
  width: calc((100% - (4 * 8px)) / 5);
  margin-left: 8px;
}

.p-panel__img-5column > :nth-child(1) {
  margin-left: 0;
}

.p-panel__title {
  font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-panel__link {
  margin-top: auto;
  padding-top: 24px;
}

a:hover .p-panel__link.c-btn-text-arrow {
  text-decoration: underline;
}

p + .p-panel__link {
  padding-top: 24px;
}

.c-bg-gray-100 .p-panel__body {
  background: #fff;
  color: #2e404d;
}

.c-bg-white .p-panel__body {
  background: #f2f3f4;
  color: #2e404d;
}

.c-bg-gray-100 .p-panel__title,
.c-bg-white .p-panel__title {
  color: #070f26;
}

.p-panel__body .c-flex-wrap {
  align-content: baseline;
}

.p-panel__shoulder {
  color: #19a3fc
}

.c-bg-gray-100 .p-panel__shoulder,
.c-bg-white .p-panel__shoulder {
  color: #005b96;
}

@media (min-width: 768px) {
  .p-panel {
    display: flex;
  }

  .p-panel a {
    display: flex;
  }

  .p-panel__img {
    flex: none;
    width: 30.48%;
  }

  .p-panel__body {
    padding: 48px 40px;
    width: 100%;
  }

  .p-panel.p-panel--img-book .p-panel__body,
  .p-panel.p-panel--img-border .p-panel__body {
    padding: 48px 0 0;
  }

  .p-panel__img .p-panel__body {
    padding: 32px;
  }

  .p-panel__title {
    font-size: 2rem;
  }

  .c-2column .p-panel,
  .js-slick-2column .p-panel,
  .p-panel.p-panel--2column {
    display: block;
  }

  .c-2column .p-panel a,
  .js-slick-2column .p-panel a,
  .p-panel.p-panel--2column a {
    display: block;
  }

  .c-2column .p-panel .p-panel__img,
  .js-slick-2column .p-panel .p-panel__img,
  .p-panel.p-panel--2column .p-panel__img {
    width: auto;
  }

  .c-2column .p-panel .p-panel__body,
  .js-slick-2column .p-panel .p-panel__body,
  .p-panel.p-panel--2column .p-panel__body {
    padding: 24px 32px;
  }

  .c-2column .p-panel.p-panel--img-book .p-panel__body,
  .c-2column .p-panel.p-panel--img-border .p-panel__body {
    padding: 24px 0 0;
  }

  .c-3column .p-panel,
  .js-slick-3column .p-panel,
  .p-panel.p-panel--3column {
    display: block;
  }

  .c-3column .p-panel a,
  .js-slick-3column .p-panel a,
  .p-panel.p-panel--3column a {
    display: block;
  }

  .c-3column .p-panel .p-panel__img,
  .js-slick-3column .p-panel .p-panel__img,
  .p-panel.p-panel--3column .p-panel__img {
    width: auto;
  }

  .c-3column .p-panel .p-panel__body,
  .js-slick-3column .p-panel .p-panel__body,
  .p-panel.p-panel--3column .p-panel__body {
    padding: 24px;
  }

  .c-3column .p-panel.p-panel--img-book .p-panel__body,
  .c-3column .p-panel.p-panel--img-border .p-panel__body {
    padding: 24px 0 0;
  }

  .c-3column .p-panel .p-panel__title,
  .js-slick-3column .p-panel .p-panel__title,
  .p-panel.p-panel--3column .p-panel__title {
    font-size: 1.6rem;
  }

  .c-4column .p-panel,
  .js-slick-4column .p-panel,
  .p-panel.p-panel--4column {
    display: block;
  }

  .c-4column .p-panel a,
  .js-slick-4column .p-panel a,
  .p-panel.p-panel--4column a {
    display: block;
  }

  .c-4column .p-panel .p-panel__img,
  .js-slick-4column .p-panel .p-panel__img,
  .p-panel.p-panel--4column .p-panel__img {
    width: auto;
  }

  .c-4column .p-panel .p-panel__body,
  .js-slick-4column .p-panel .p-panel__body,
  .p-panel.p-panel--4column .p-panel__body {
    padding: 16px;
  }

  .c-4column .p-panel.p-panel--img-book .p-panel__body,
  .c-4column .p-panel.p-panel--img-border .p-panel__body {
    padding: 16px 0 0;
  }

  .c-4column .p-panel .p-panel__title,
  .js-slick-4column .p-panel .p-panel__title,
  .p-panel.p-panel--4column .p-panel__title {
    font-size: 1.4rem;
  }

  .c-4column .p-panel .p-panel__link,
  .js-slick-4column .p-panel .p-panel__link,
  .p-panel.p-panel--4column .p-panel__link {
    padding-top: 16px;
  }
}

@media (min-width: 1024px) {
  .p-panel__body {
    padding: 48px 64px;
  }
}

.p-panel-link {
  position: relative;
  display: block
}

.p-panel-link.is-min-height .p-panel__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
}

.p-panel-link a {
  display: block
}

.p-panel-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  content: "";
  background-color: transparent
}

.p-panel-img__img {
  border: 1px solid #2e404d;
  font-size: 0;
}

.c-bg-gray-100 .p-panel-img__img,
.c-bg-white .p-panel-img__img {
  border: 1px solid #e8e8e8;
}

/* 縦長背景画像 */
.p-panel-bg-img {
  position: relative;
  color: #fff;
}

.p-panel-bg-img a {
  display: block;
  text-decoration: none;
}

.p-panel-bg-img.p-panel-link a {
  width: 100%;
  height: 100%;
}

.p-panel-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  content: "";
  background-color: transparent
}


.p-panel-bg-img.p-panel-link a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-panel-bg-img__img {
  height: 467px;
}

.p-panel-bg-img.p-panel-link .p-panel-bg-img__img {
  overflow: hidden;
}

.p-panel-bg-img__body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 24px 40px;
  width: 100%;
}

.p-panel-bg-img.p-panel-link .p-panel-bg-img__body {
  height: 100%;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.p-panel-bg-img.p-panel-link .p-panel-bg-img__body .p-block__link {
  margin-top: 0;
  padding-top: 24px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-panel-bg-img__body .c-head-md {
    font-size: 2.4rem;
  }
}

/* 画像＋テキスト */
.p-panel-img-text a {
  text-decoration: none;
}

.p-panel-img-text__img {
  font-size: 0;
  text-align: center;
}

.p-panel-img-text__body {
  display: flex;
  flex-direction: column;
  padding: 16px 20px 17px;
  background: #2e404d;
}

.c-bg-gray-100 .p-panel-img-text__body,
.c-bg-white .p-panel-img-text__body {
  background: #e8e8e8;
}

.p-panel-img-text__title {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-panel-img-text__link {
  margin-top: auto;
  padding-top: 17px;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-panel-img-text__img img {
    width: 100%;
  }

  .p-panel-img-text__body {
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    background: #2e404d;
  }

  .p-panel-img-text__title {
    font-size: 2rem;
    font-weight: 700;
  }

  .p-panel-img-text__link {
    padding-top: 24px;
  }
}

/* ニュース用 */
.p-panel-news {
  position: relative;
}

.p-panel-news a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 24px;
  background: #2e404d;
}

.c-bg-gray-100 .p-panel-news a,
.c-bg-white .p-panel-news a {
  background: #e8e8e8;
}

.p-panel-news__date {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: #949494;
  font-size: 1.1rem;
  line-height: 2;
}

.c-bg-gray-100 .p-panel-news__date,
.c-bg-white .p-panel-news__date {
  color: #2e404d;
}

.p-panel-news__date dt::before {
  content: "";
  flex: none;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 8px;
  background: url(/assets/images/icon/grey_50/calendar.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .p-panel-news__date dt::before,
.c-bg-white .p-panel-news__date dt::before {
  background: url(/assets/images/icon/text-grey/calendar.svg) no-repeat;
  background-size: 100%;
}

.p-panel-news__date dd::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 8px;
  margin-right: 8px;
  background: #2e404d;
  width: 1px;
  height: 16px;
}

.c-bg-gray-100 .p-panel-news__date dd::before,
.c-bg-white .p-panel-news__date dd::before {
  background: #e8e8e8;
}

.p-panel-news__title {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.5;
}

.p-panel-news__subtitle {
  color: #2e404d;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-panel-news__link {
  margin-top: auto;
  padding-top: 24px;
}

/* ニュースラベル追加 */
.p-news-listing .p-block--navigation > .p-block__inner {
  padding-top: 56px !important;
}

.p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #2e404d;
  margin-bottom: 30px;
}

.p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list .c-btn.c-btn--sm + label {
  color: #fff;
  border: 1px solid #ffc400;
  font-weight: 400;
  padding: 5px 20px;
  min-height: 40px;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 40px;
}

.p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm + label:hover,
.p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm + label:focus {
  border: 1px solid #fff;
}

.p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm[type="checkbox"] + label {
  position: relative;
}

.p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm[type="checkbox"]:checked + label {
  border: 1px solid #fff;
}

.p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm[type="checkbox"]:focus + label::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #fff;
  display: block;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
}

.c-bg-gray-100 .p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm + label:hover,
.c-bg-gray-100 .p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm[type="checkbox"],
.c-bg-white .p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm + label:hover,
.c-white .p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal.label-list input.c-btn.c-btn--sm[type="checkbox"]:checked + label {
  color: #005b96;
  border: 1px solid #005b96;
}

ul.c-list-horizontal.u-pos-relative.label-list input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}

.label-nttdata,
.label-nttdata-group,
.label-nttdatabefore,
.label-nttdatainc {
  color: #19a3fc;
  font-weight: 500;
  border: 1px solid #0072bc;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 15px;
  min-width: 205px;
  text-align: center;
  border-radius: 40px;
}

.c-bg-gray-100 .label-nttdata,
.c-bg-gray-100 .label-nttdata-group,
.c-bg-gray-100 .label-nttdatabefore,
.c-bg-gray-100 .label-nttdatainc,
.c-bg-white .label-nttdata,
.c-bg-white .label-nttdata-group,
.c-bg-white .label-nttdatabefore,
.c-bg-white .label-nttdatainc {
  color: #005b96;
  border: 1px solid #005b96;
}

.top-news .label-nttdata,
.top-news .label-nttdatabefore,
.top-news .label-nttdatainc {
  color: #0072bc;
  border: 1px solid #0072bc;
}

.c-bg-gray-100 .top-news .label-nttdata,
.c-bg-gray-100 .top-news .label-nttdatabefore,
.c-bg-gray-100 .top-news .label-nttdatainc,
.c-bg-white .top-news .label-nttdata,
.c-bg-white .top-news .label-nttdatabefore,
.c-bg-white .top-news .label-nttdatainc {
  color: #005b96;
  border: 1px solid #005b96;
}

.label-nttdata-group {
  color: #fff;
  background: #0072bc;
}

.c-bg-gray-100 .label-nttdata-group,
.c-bg-white .label-nttdata-group {
  color: #fff;
  background: #005b96;
}

@media (max-width: 767px) {
  .p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal:nth-of-type(1) li {
    width: 80%;
    margin: 24px auto 0;
  }

  .p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal:nth-of-type(1) li:first-child {
    margin-top: 0;
  }

  .p-news-listing .p-block--navigation > .p-block__inner .c-list-horizontal:nth-of-type(1) .c-btn {
    width: 80%;
    display: inline-block;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .p-panel-news a {
    padding-top: 24px;
  }
}

@media (max-width: 1024px) {
  .label-nttdata,
  .label-nttdata-group,
  .label-nttdatabefore,
  .label-nttdatainc {
    display: block;
    margin: 0 0 5px;
  }
}

/*========================================
Component（接頭辞 c-）
==========================================*/

/* Button
-----------------------*/
/* Button_important */
.c-btn-important {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 5px 40px;
  background: #ffc400;
  min-height: 64px;
  color: #070f26;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-btn-important:hover {
  background: #fff;
  text-decoration: none;
}

.c-btn-important.c-btn-important--sm,
.c-btn-important-arrow.c-btn-important-arrow--sm,
.c-btn-important-download.c-btn-important-download--sm,
.c-btn-important-external.c-btn-important-external--sm,
.c-btn.c-btn--sm,
.c-btn-arrow.c-btn-arrow--sm,
.c-btn-download.c-btn-download--sm,
.c-btn-external.c-btn-external--sm {
  padding: 5px 20px;
  min-height: 40px;
  font-size: 1.4rem;
}

.c-btn-important-arrow.c-btn-important-arrow--sm::after,
.c-btn-important-external.c-btn-important-external--sm::after
.c-btn-important-download.c-btn-important-download--sm::before,
.c-btn-important-external.c-btn-important-external--sm::after,
.c-btn-arrow.c-btn-arrow--sm::before,
.c-btn-arrow.c-btn-arrow--sm::after,
.c-btn-download.c-btn-download--sm::before,
.c-btn-download.c-btn-download--sm::after,
.c-btn-external.c-btn-external--sm::before,
.c-btn-external.c-btn-external--sm::after {
  width: 16px;
  height: 16px;
}

.c-btn-important.c-btn-important--xsm,
.c-btn-important-arrow.c-btn-important-arrow--xsm,
.c-btn-important-download.c-btn-important-download--xsm,
.c-btn-important-external.c-btn-important-external--xsm,
.c-btn.c-btn--xsm,
.c-btn-arrow.c-btn-arrow--xsm,
.c-btn-download.c-btn-download--xsm,
.c-btn-external.c-btn-external--xsm {
  padding: 5px 15px;
  min-height: 32px;
  font-size: 1.4rem;
}

.c-btn-important-arrow.c-btn-important-arrow--xsm::after,
.c-btn-important-download.c-btn-important-download--xsm::before,
.c-btn-important-external.c-btn-important-external--xsm::after,
.c-btn-arrow.c-btn-arrow--xsm::before,
.c-btn-arrow.c-btn-arrow--xsm::after,
.c-btn-download.c-btn-download--xsm::before,
.c-btn-download.c-btn-download--xsm::after,
.c-btn-external.c-btn-external--xsm::before,
.c-btn-external.c-btn-external--xsm::after {
  width: 14px;
  height: 14px;
}


.c-btn-important-arrow {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 5px 40px;
  background: #ffc400;
  min-height: 64px;
  color: #070f26;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-btn-important-arrow:hover {
  background: #fff;
  text-decoration: none;
}

.c-btn-important-arrow::after {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  transition: left 0.2s;
}

.c-bg-gray-100 .c-btn-important-arrow::after,
.c-bg-white .c-btn-important-arrow::after {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-important-arrow:hover::after,
a:hover .c-btn-important-arrow::after {
  left: 5px;
}

.c-btn-important-download {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 5px 40px;
  background: #ffc400;
  min-height: 64px;
  color: #070f26;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-btn-important-download:hover {
  background: #fff;
  text-decoration: none;
}

.c-btn-important-download::before {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/smart-navy/download.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-important-download::before,
.c-bg-white .c-btn-important-download::before {
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
}

.c-btn-important-download:hover::before,
a:hover .c-btn-important-download::before {
  top: 4px;
}

.c-btn-important-external {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 5px 40px;
  background: #ffc400;
  min-height: 64px;
  color: #070f26;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-btn-important-external:hover {
  background: #fff;
  text-decoration: none;
}

.c-btn-important-external::after {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/smart-navy/external_link.svg) no-repeat;
  background-size: 100%;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  transition: left 0.2s;
}

.c-bg-gray-100 .c-btn-important-external::after,
.c-bg-white .c-btn-important-external::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}

/* Button_CTA */
.c-btn-cta {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 5px;
  background: #ffc400;
  width: 88px;
  height: 88px;
  color: #070f26;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-btn-cta:hover {
  background: #fff;
  text-decoration: none;
}

.c-btn-cta::before {
  content: "";
  flex: none;
  display: inline-block;
  position: relative;
  left: 0;
  top: -6px;
  background: url(/assets/images/icon/smart-navy/mail.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.c-bg-gray-100 .c-btn-cta::before,
.c-bg-white .c-btn-cta::before {
  background: url(/assets/images/icon/white/mail.svg) no-repeat;
  background-size: 100%;
}

.c-btn-cta.c-btn-cta--sm {
  width: 64px;
  height: 64px;
  font-size: 1.1rem;
}

.c-btn-cta.c-btn-cta--sm::before {
  top: -4px;
}

.c-bg-gray-100 .c-btn-cta,
.c-bg-gray-100 .c-btn-important,
.c-bg-gray-100 .c-btn-important-arrow,
.c-bg-gray-100 .c-btn-important-download,
.c-bg-gray-100 .c-btn-important-external,
.c-bg-white .c-btn-cta,
.c-bg-white .c-btn-important,
.c-bg-white .c-btn-important-arrow,
.c-bg-white .c-btn-important-download,
.c-bg-white .c-btn-important-external {
  background-color: #0072bc;
  color: #fff;
}

.c-bg-gray-100 .c-btn-cta:hover,
.c-bg-gray-100 .c-btn-important-arrow:hover,
.c-bg-gray-100 .c-btn-important-download:hover,
.c-bg-gray-100 .c-btn-important-external:hover,
.c-bg-gray-100 .c-btn-important:hover,
.c-bg-white .c-btn-cta:hover,
.c-bg-white .c-btn-important-arrow:hover,
.c-bg-white .c-btn-important-download:hover,
.c-bg-white .c-btn-important-external:hover,
.c-bg-white .c-btn-important:hover {
  background-color: #070f26;
}

/* focus */
.c-btn:focus-visible,
.c-btn-cta:focus-visible,
.c-btn-arrow:focus-visible,
.c-btn-external:focus-visible,
.c-btn-download:focus-visible,
.c-btn-important:focus-visible,
.c-btn-important-arrow:focus-visible,
.c-btn-important-external:focus-visible,
.c-btn-important-angle-bottom:focus-visible,
.js-accordion-btn:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 2px;
}

.c-bg-gray-100 .c-btn:focus-visible,
.c-bg-gray-100 .c-btn-cta:focus-visible,
.c-bg-gray-100 .c-btn-arrow:focus-visible,
.c-bg-gray-100 .c-btn-external:focus-visible,
.c-bg-gray-100 .c-btn-download:focus-visible,
.c-bg-gray-100 .c-btn-important:focus-visible,
.c-bg-gray-100 .c-btn-important-arrow:focus-visible,
.c-bg-gray-100 .c-btn-important-external:focus-visible,
.c-bg-gray-100 .c-btn-important-angle-bottom:focus-visible,
.c-bg-gray-100 .js-accordion-btn:focus-visible,
.c-bg-white .c-btn:focus-visible,
.c-bg-white .c-btn-cta:focus-visible,
.c-bg-white .c-btn-arrow:focus-visible,
.c-bg-white .c-btn-external:focus-visible,
.c-bg-white .c-btn-download:focus-visible,
.c-bg-white .c-btn-important:focus-visible,
.c-bg-white .c-btn-important-arrow:focus-visible,
.c-bg-white .c-btn-important-external:focus-visible,
.c-bg-white .c-btn-important-angle-bottom:focus-visible,
.c-bg-white .js-accordion-btn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.c-btn-important.c-btn-important--alert,
.c-btn-important-arrow.c-btn-important-arrow--alert,
.c-btn-important-download.c-btn-important-download--alert,
.c-btn-important-external.c-btn-important-external--alert {
  background-color: #e42600;
}

.c-btn-important.c-btn-important--alert:hover,
.c-btn-important-arrow.c-btn-important-arrow--alert:hover,
.c-btn-important-download.c-btn-important-download--alert:hover,
.c-btn-important-external.c-btn-important-external--alert:hover {
  background-color: #e42600;
}

/* Button */
.c-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffc400;
  padding: 5px 40px;
  background: 0 0;
  min-height: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-bg-gray-100 .c-btn,
.c-bg-white .c-btn {
  border: 1px solid #005b96;
  color: #005b96;
}

.c-btn:hover,
a:hover .c-btn {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.c-bg-gray-100 .c-btn:hover,
.c-bg-gray-100 a:hover .c-btn,
.c-bg-white .c-btn:hover,
.c-bg-white a:hover .c-btn {
  border: 1px solid #070f26;
  color: #070f26;
}

.c-btn.c-btn--white {
  border: 1px solid #fff;
  color: #fff !important;
}

.c-btn.c-btn--navy {
  border: 1px solid #949494;
  color: #949494;
}

.c-bg-gray-100 .c-btn.c-btn--navy,
.c-bg-white .c-btn.c-btn--navy {
  border: 1px solid #2e404d;
  color: #2e404d;
}

.c-btn-arrow {
  display: inline-flex;
  align-items: center;
  position: relative;
  border: 1px solid #ffc400;
  padding: 5px 40px;
  background: 0 0;
  min-height: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-bg-gray-100 .c-btn-arrow,
.c-bg-white .c-btn-arrow {
  border: 1px solid #005b96;
  color: #005b96;
}

.c-btn-arrow:hover,
a:hover .c-btn-arrow {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.c-bg-gray-100 .c-btn-arrow:hover,
.c-bg-gray-100 a:hover .c-btn-arrow,
.c-bg-white .c-btn-arrow:hover,
.c-bg-white a:hover .c-btn-arrow {
  border: 1px solid #070f26;
  color: #070f26;
}

.c-btn-arrow::after {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-arrow::after,
.c-bg-white .c-btn-arrow::after {
  background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-arrow:hover::after,
a:hover .c-btn-arrow::after {
  left: 5px;
}

.c-bg-gray-100 .c-btn-arrow:hover::after,
.c-bg-white .c-btn-arrow:hover::after {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-arrow::before {
  content: "";
  flex: none;
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 50%;
  margin-top: -1px;
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-arrow::before,
.c-bg-white .c-btn-arrow::before {
  background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-arrow:hover::before,
.c-bg-white .c-btn-arrow:hover::before {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-arrow:hover::before,
a:hover .c-btn-arrow::before {
  right: 35px;
  opacity: 1;
}

.c-btn-arrow.c-btn-arrow--sm::before,
.c-btn-arrow.c-btn-arrow--xsm::before {
  right: 15px;
}

.c-btn-arrow.c-btn-arrow--sm:hover::before,
.c-btn-arrow.c-btn-arrow--xsm:hover::before {
  right: 10px;
}

.c-btn-arrow.c-btn-arrow--white {
  border: 1px solid #fff;
  color: #fff;
}

.c-btn-arrow.c-btn-arrow--white::after {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-arrow.c-btn-arrow--white::before {
  display: none;
}

.c-btn-external {
  display: inline-flex;
  align-items: center;
  position: relative;
  border: 1px solid #ffc400;
  padding: 5px 40px;
  background: 0 0;
  min-height: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-bg-gray-100 .c-btn-external,
.c-bg-white .c-btn-external {
  border: 1px solid #005b96;
  color: #005b96;
}

.c-btn-external:hover,
a:hover .c-btn-external {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.c-bg-gray-100 .c-btn-external:hover,
.c-bg-gray-100 a:hover .c-btn-external,
.c-bg-white .c-btn-external:hover,
.c-bg-white a:hover .c-btn-external {
  border: 1px solid #070f26;
  color: #070f26;
}

.c-btn-external::after {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-external::after,
.c-bg-white .c-btn-external::after {
  background: url(/assets/images/icon/future-blue_150/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-btn-external::before {
  content: "";
  flex: none;
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 50%;
  margin-top: -1px;
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-external::before,
.c-bg-white .c-btn-external::before {
  background: url(/assets/images/icon/future-blue_150/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-external:hover::before,
.c-bg-white .c-btn-external:hover::before {
  background: url(/assets/images/icon/smart-navy/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-btn-external:hover::before,
a:hover .c-btn-external::before {
  opacity: 1;
}

.c-btn-external.c-btn-external--sm::before,
.c-btn-external.c-btn-external--xsm::before {
  right: 20px;
}

.c-btn-external.c-btn-external--white {
  color: #fff !important;
  border: 1px solid #fff;
}

.c-btn-text-external--white {
  color: #fff !important;
}

.c-btn-text-external--white::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat !important;
  background-size: 100% !important;
}

.c-btn-external.c-btn-external--white::after,
.c-btn-text-arrow.c-btn-text-arrow--white-pc.c-btn-text-external::after,
a:hover .c-btn-text-arrow.c-btn-text-arrow--white-pc.c-btn-text-external::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}

a:hover span.c-btn-text-arrow.c-btn-text-arrow--white-pc.c-btn-text-external::after {
  left: 0;
}

.c-btn-external.c-btn-external--white::before {
  display: none;
}

.c-btn-arrow.c-btn-arrow--world span {
  content: "";
  flex: none;
  display: block;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/white/world.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.c-btn-important-arrow.c-btn-arrow--world span {
  content: "";
  flex: none;
  display: block;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/smart-navy/world.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .c-btn-text-arrow.c-btn-text-arrow--white-pc.c-btn-text-external::after,
  a:hover .c-btn-text-arrow.c-btn-text-arrow--white-pc.c-btn-text-external::after {
    background: url(/assets/images/icon/yellow/external_link.svg) no-repeat;
    background-size: 100%;
  }
}

.c-bg-gray-100 .c-btn-arrow.c-btn-arrow--world span,
.c-bg-white .c-btn-arrow.c-btn-arrow--world span {
  background: url(/assets/images/icon/future-blue_150/world.svg) no-repeat;
  background-size: 100%;
}

.c-btn-arrow.c-btn-arrow--world span::before {
  content: "";
  flex: none;
  position: absolute;
  left: 0;
  top: 50%;
  background: url(/assets/images/icon/white/world.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-btn-arrow.c-btn-arrow--world:hover span::before {
  opacity: 1;
}

.c-bg-gray-100 .c-btn-arrow.c-btn-arrow--world span::before,
.c-bg-white .c-btn-arrow.c-btn-arrow--world span::before {
  background: url(/assets/images/icon/smart-navy/world.svg) no-repeat;
  background-size: 100%;
}

.c-btn-download {
  display: inline-flex;
  align-items: center;
  position: relative;
  border: 1px solid #ffc400;
  padding: 5px 40px;
  background: 0 0;
  min-height: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-bg-gray-100 .c-btn-download,
.c-bg-white .c-btn-download {
  border: 1px solid #005b96;
  color: #005b96;
}

.c-btn-download:hover {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.c-bg-gray-100 .c-btn-download:hover,
.c-bg-white .c-btn-download:hover {
  border: 1px solid #070f26;
  color: #070f26;
}

.c-btn-download::before {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-download::before,
.c-bg-white .c-btn-download::before {
  background: url(/assets/images/icon/future-blue_150/download.svg) no-repeat;
  background-size: 100%;
}

.c-btn-download:hover::before,
a:hover .c-btn-download::before {
  top: 4px;
}

.c-btn-download::after {
  content: "";
  flex: none;
  position: absolute;
  z-index: 1;
  left: 40px;
  top: 50%;
  margin-top: -1px;
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-download::after,
.c-bg-white .c-btn-download::after {
  background: url(/assets/images/icon/future-blue_150/download.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-download::after,
.c-bg-white .c-btn-download::after {
  background: url(/assets/images/icon/smart-navy/download.svg) no-repeat;
  background-size: 100%;
}

.c-btn-download:hover::after,
a:hover .c-btn-download::after {
  margin-top: 4px;
  opacity: 1;
}

.c-btn-download.c-btn-download--sm::after,
.c-btn-download.c-btn-download--xsm::after {
  left: 15px;
}

.c-btn-download.c-btn-download--white {
  border: 1px solid #fff;
  color: #fff !important;
}

.c-btn-download.c-btn-download--white::after,
.c-btn-download.c-btn-download--white::before {
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
}

/* Button_text */
.c-btn-text-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: 0 0;
  color: #ffc400;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.c-bg-gray-100 .c-btn-text-arrow,
.c-bg-white .c-btn-text-arrow {
  color: #0072bc;
}

.c-btn-text-arrow:hover,
a:hover .c-btn-text-arrow {
  text-decoration: underline;
  color: #fff;
}

.c-bg-gray-100 .c-btn-text-arrow:hover,
.c-bg-gray-100 a:hover .c-btn-text-arrow,
.c-bg-white .c-btn-text-arrow:hover,
.c-bg-white a:hover .c-btn-text-arrow {
  color: #070f26;
}

.c-btn-text-arrow::after {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat;
  background-size: 100%;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  transition: left 0.2s;
}

.c-bg-gray-100 .c-btn-text-arrow::after,
.c-bg-white .c-btn-text-arrow::after {
  background: url(/assets/images/icon/future-blue/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-arrow:hover::after,
a:hover .c-btn-text-arrow::after {
  left: 5px;
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-text-arrow:hover::after,
.c-bg-gray-100 a:hover .c-btn-text-arrow::after,
.c-bg-white .c-btn-text-arrow:hover::after,
.c-bg-white a:hover .c-btn-text-arrow::after {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-arrow.c-btn-text-arrow--white {
  color: #fff;
}

.c-btn-text-arrow.c-btn-text-arrow--white:hover,
a:hover .c-btn-text-arrow.c-btn-text-arrow--white {
  color: #fff;
}

.c-btn-text-arrow.c-btn-text-arrow--white::after {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-arrow.c-btn-text-arrow--white:hover::after,
a:hover .c-btn-text-arrow.c-btn-text-arrow--white::after {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-arrow.c-btn-text-arrow--sm {
  font-size: 1.1rem;
}

.c-btn-text-arrow.c-btn-text-arrow--sm::after {
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) {
  .c-btn-text-arrow.c-btn-text-arrow--white-pc {
    color: #fff;
  }

  .c-btn-text-arrow.c-btn-text-arrow--white-pc:hover,
  a:hover .c-btn-text-arrow.c-btn-text-arrow--white-pc {
    color: #fff;
  }

  .c-btn-text-arrow.c-btn-text-arrow--white-pc::after {
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .c-btn-text-arrow.c-btn-text-arrow--white-pc:hover::after,
  a:hover .c-btn-text-arrow.c-btn-text-arrow--white-pc::after {
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
  }
}

.c-btn-text-external {
  display: inline-flex;
  align-items: center;
  background: 0 0;
  color: #ffc400;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.c-btn-arrow.c-btn-text-external {
  font-size: 1.6rem !important;
  color: #fff;
}

.c-bg-gray-100 .c-btn-text-external,
.c-bg-white .c-btn-text-external {
  color: #0072bc;
}

.c-btn-text-external:hover,
a:hover .c-btn-text-external {
  text-decoration: underline;
  color: #fff;
}

.c-bg-gray-100 .c-btn-text-external:hover,
.c-bg-gray-100 a:hover .c-btn-text-external,
.c-bg-white .c-btn-text-external:hover,
.c-bg-white a:hover .c-btn-text-external {
  color: #070f26;
}

.c-btn-text-external::after {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/yellow/external_link.svg) no-repeat;
  background-size: 100%;
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.c-btn-arrow.c-btn-text-external::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.c-btn-arrow.c-btn-text-external::before {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-text-external::after,
.c-bg-white .c-btn-text-external::after {
  background: url(/assets/images/icon/future-blue/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-external:hover::after,
a:hover .c-btn-text-external::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  left: 0;
}

.c-bg-gray-100 .c-btn-text-external:hover::after,
.c-bg-gray-100 a:hover .c-btn-text-external::after,
.c-bg-white .c-btn-text-external:hover::after,
.c-bg-white a:hover .c-btn-text-external::after {
  background: url(/assets/images/icon/smart-navy/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-arrow.c-btn-text-external::before,
.c-bg-white .c-btn-arrow.c-btn-text-external::before {
  background: url(/assets/images/icon/future-blue_150/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-arrow.c-btn-text-external:hover::before,
.c-bg-white .c-btn-arrow.c-btn-text-external:hover::before {
  background: url(/assets/images/icon/smart-navy/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-btn-arrow.c-btn-text-external:hover::after,
a:hover .c-btn-arrow.c-btn-text-external::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-arrow.c-btn-text-external:hover::after,
.c-bg-gray-100 a:hover .c-btn-arrow.c-btn-text-external::after,
.c-bg-white .c-btn-arrow.c-btn-text-external:hover::after,
.c-bg-white a:hover .c-btn-arrow.c-btn-text-external::after {
  background: url(/assets/images/icon/smart-navy/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-external.c-btn-text-external--sm {
  font-size: 1.1rem;
}

.c-btn-text-external.c-btn-text-external--sm::after {
  width: 12px;
  height: 12px;
}

.c-btn-text-pdf {
  display: inline-flex;
  align-items: center;
  background: 0 0;
  color: #ffc400;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.c-bg-gray-100 .c-btn-text-pdf,
.c-bg-white .c-btn-text-pdf {
  color: #0072bc;
}

.c-btn-text-pdf:hover,
a:hover .c-btn-text-pdf {
  text-decoration: none;
  color: #fff;
}

.c-bg-gray-100 .c-btn-text-pdf:hover,
.c-bg-gray-100 a:hover .c-btn-text-pdf,
.c-bg-white .c-btn-text-pdf:hover,
.c-bg-white a:hover .c-btn-text-pdf {
  color: #070f26;
}

.c-btn-text-pdf::before {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/yellow/document_pdf.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .c-btn-text-pdf::before,
.c-bg-white .c-btn-text-pdf::before {
  background: url(/assets/images/icon/future-blue/document_pdf.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-pdf:hover::before,
a:hover .c-btn-text-pdf::before {
  background: url(/assets/images/icon/white/document_pdf.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-text-pdf:hover::before,
.c-bg-gray-100 a:hover .c-btn-text-pdf::before,
.c-bg-white .c-btn-text-pdf:hover::before,
.c-bg-white a:hover .c-btn-text-pdf::before {
  background: url(/assets/images/icon/smart-navy/document_pdf.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-pdf.c-btn-text-pdf--sm {
  font-size: 1.1rem;
}

.c-btn-text-pdf.c-btn-text-pdf--sm::before {
  width: 12px;
  height: 12px;
}

.c-btn-text-download {
  display: inline-flex;
  align-items: center;
  background: 0 0;
  color: #ffc400;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.c-bg-gray-100 .c-btn-text-download,
.c-bg-white .c-btn-text-download {
  color: #0072bc;
}

.c-btn-text-download:hover,
a:hover .c-btn-text-download {
  color: #fff;
}

.c-btn-text-download--white {
  color: #fff !important;
}

.c-bg-gray-100 .c-btn-text-download:hover,
.c-bg-gray-100 a:hover .c-btn-text-download,
.c-bg-white .c-btn-text-download:hover,
.c-bg-white a:hover .c-btn-text-download {
  color: #070f26;
}

.c-btn-text-download::before {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/yellow/download.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-text-download::before,
.c-bg-white .c-btn-text-download::before {
  background: url(/assets/images/icon/future-blue/download.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-download:hover::before,
a:hover .c-btn-text-download::before {
  top: 4px;
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-text-download:hover::before,
.c-bg-gray-100 a:hover .c-btn-text-download::before,
.c-bg-white .c-btn-text-download:hover::before,
.c-bg-white a:hover .c-btn-text-download::before {
  background: url(/assets/images/icon/smart-navy/download.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-text-download--white::before,
.c-bg-gray-100 a:hover  .c-btn-text-download--white::before,
.c-bg-white .c-btn-text-download--white::before,
.c-bg-white a:hover  .c-btn-text-download--white::before {
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-download.c-btn-text-download--sm {
  font-size: 1.1rem;
}

.c-btn-text-download.c-btn-text-download--sm::before {
  width: 12px;
  height: 12px;
}

.c-btn-text-plus {
  display: inline-flex;
  align-items: center;
  background: 0 0;
  color: #ffc400;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.c-bg-gray-100 .c-btn-text-plus,
.c-bg-white .c-btn-text-plus {
  color: #0072bc;
}

.c-btn-text-plus:hover,
a:hover .c-btn-text-plus {
  text-decoration: none;
  color: #fff;
}

.c-bg-gray-100 .c-btn-text-plus:hover,
.c-bg-gray-100 a:hover .c-btn-text-plus,
.c-bg-white .c-btn-text-plus:hover,
.c-bg-white a:hover .c-btn-text-plus {
  color: #070f26;
}

.c-btn-text-plus::before {
  content: "";
  flex: none;
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/yellow/plus.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .c-btn-text-plus::before,
.c-bg-white .c-btn-text-plus::before {
  background: url(/assets/images/icon/future-blue/plus.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-plus:hover::before,
a:hover .c-btn-text-plus::before {
  background: url(/assets/images/icon/white/plus.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-text-plus:hover::before,
.c-bg-gray-100 a:hover .c-btn-text-plus::before,
.c-bg-white .c-btn-text-plus:hover::before,
.c-bg-white a:hover .c-btn-text-plus::before {
  background: url(/assets/images/icon/smart-navy/plus.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-plus.c-btn-text-plus--sm {
  font-size: 1.1rem;
}

.c-btn-text-plus.c-btn-text-plus--sm::before {
  width: 12px;
  height: 12px;
}

/* Button_slide */
.c-btn-slide {
  display: inline-flex;
  align-items: center;
}

.c-btn-slide__next,
.c-btn-slide__prev {
  display: inline-block;
  position: relative;
  background: 0 0;
  border: 1px solid #fff;
  width: 64px;
  height: 64px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.c-btn-slide__next {
  left: -1px;
}

.c-bg-gray-100 .c-btn-slide__next,
.c-bg-gray-100 .c-btn-slide__prev,
.c-bg-white .c-btn-slide__next,
.c-bg-white .c-btn-slide__prev {
  border: 1px solid #005b96;
}

.c-btn-slide__next:hover,
.c-btn-slide__prev:hover {
  background: #fff;
  text-decoration: none;
}

.c-bg-gray-100 .c-btn-slide__next:hover,
.c-bg-gray-100 .c-btn-slide__prev:hover,
.c-bg-white .c-btn-slide__next:hover,
.c-bg-white .c-btn-slide__prev:hover {
  border: 1px solid #070f26;
  background: #070f26;
}

.c-btn-slide__next::after,
.c-btn-slide__next::before,
.c-btn-slide__prev::after,
.c-btn-slide__prev::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}

.c-btn-slide__next::after,
.c-btn-slide__prev::after {
  z-index: 1;
  opacity: 0;
  transition: all 0.2s;
}

.c-btn-slide__prev::before {
  background: url(/assets/images/icon/white/arrow_left.svg) no-repeat;
  background-size: 100%;
}

.c-btn-slide__next::before {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-slide__prev::before,
.c-bg-white .c-btn-slide__prev::before {
  background: url(/assets/images/icon/future-blue_150/arrow_left.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-slide__next::before,
.c-bg-white .c-btn-slide__next::before {
  background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-slide__prev:hover::after {
  background: url(/assets/images/icon/smart-navy/arrow_left.svg) no-repeat;
  background-size: 100%;
  opacity: 1;
}

.c-btn-slide__next:hover::after {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
  opacity: 1;
}

.c-bg-gray-100 .c-btn-slide__prev:hover::after,
.c-bg-white .c-btn-slide__prev:hover::after {
  background: url(/assets/images/icon/white/arrow_left.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-slide__next:hover::after,
.c-bg-white .c-btn-slide__next:hover::after {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-btn-slide.c-btn-slide--sm .c-btn-slide__next,
.c-btn-slide.c-btn-slide--sm .c-btn-slide__prev {
  width: 40px;
  height: 40px;
}

.c-btn-slide.c-btn-slide--sm .c-btn-slide__next::after,
.c-btn-slide.c-btn-slide--sm .c-btn-slide__next::before,
.c-btn-slide.c-btn-slide--sm .c-btn-slide__prev::after,
.c-btn-slide.c-btn-slide--sm .c-btn-slide__prev::before {
  width: 16px;
  height: 16px;
}

.c-btn-slide.c-btn-slide--nobdr .c-btn-slide__next,
.c-btn-slide.c-btn-slide--nobdr .c-btn-slide__prev {
  border: none;
}

.c-btn-close {
  display: inline-block;
  position: relative;
  background: 0 0;
  border: 1px solid #fff;
  width: 64px;
  height: 64px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-close,
.c-bg-white .c-btn-close,
.p-modal__inner .c-btn-close {
  border: 1px solid #005b96;
}

.c-btn-close.c-btn-close--white {
  border: 1px solid #fff;
}

.c-btn-close:hover {
  border: 1px solid #fff;
  background: #fff;
  text-decoration: none;
}

.c-bg-gray-100 .c-btn-close:hover,
.c-bg-white .c-btn-close:hover,
.p-modal__inner .c-btn-close:hover {
  border: 1px solid #070f26;
}

.c-btn-close.c-btn-close--white:hover {
  border: 1px solid #fff;
}

.c-btn-close::after,
.c-btn-close::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}

.c-btn-close::before {
  background: url(/assets/images/icon/white/close.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-close::before,
.c-bg-white .c-btn-close::before,
.p-modal__inner .c-btn-close::before {
  background: url(/assets/images/icon/future-blue_150/close.svg) no-repeat;
  background-size: 100%;
}

.c-btn-close.c-btn-close--white::before {
  background: url(/assets/images/icon/white/close.svg) no-repeat;
  background-size: 100%;
}

.c-btn-close::after {
  z-index: 1;
  background: url(/assets/images/icon/smart-navy/close.svg) no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: all 0.2s;
}

.c-btn-close:hover::after {
  opacity: 1;
}

.c-btn-close.c-btn-close--white::after {
  display: none;
}

@media (max-width: 767px) {
  .c-btn-close.c-btn-close--sm {
    width: 40px;
    height: 40px;
  }

  .c-btn-close.c-btn-close--sm::after,
  .c-btn-close.c-btn-close--sm::before {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 768px) {
  .c-btn-close.c-btn-close--sm {
    width: 40px;
    height: 40px;
  }

  .c-btn-close.c-btn-close--sm::after,
  .c-btn-close.c-btn-close--sm::before {
    width: 16px;
    height: 16px;
  }
}

.c-btn-close.c-btn-close--nobdr,
.c-btn-close.c-btn-close--nobdr:hover {
  border: none;
}

.c-btn-zoom {
  display: inline-block;
  position: relative;
  background: #070f26;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.c-btn-zoom:hover,
a:hover .c-btn-zoom {
  background: #070f26;
}

.c-btn-zoom::before {
  content: "";
  flex: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/assets/images/icon/white/zoom_in.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.c-btn-accordion {
  border-top: 1px solid #2e404d;
  border-bottom: 1px solid #2e404d;
  padding: 0 16px;
}

.p-block.is-scroll .c-btn-accordion {
  border-top: none;
  border-bottom: none;
}

.c-bg-gray-100 .c-btn-accordion,
.c-bg-white .c-btn-accordion {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.c-btn-accordion + .c-btn-accordion {
  margin-top: -1px;
}

.c-btn-accordion > :first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  line-height: 1;
  cursor: pointer;
}

.c-btn-accordion > :first-child::after {
  content: "";
  display: inline-block;
  flex: none;
  position: relative;
  right: 0;
  top: 0;
  background: url(/assets/images/icon/yellow/plus.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.c-bg-gray-100 .c-btn-accordion > :first-child::after,
.c-bg-white .c-btn-accordion > :first-child::after {
  background: url(/assets/images/icon/future-blue_150/plus.svg) no-repeat;
  background-size: 100%;
}

.c-btn-accordion > :first-child:hover::after {
  background: url(/assets/images/icon/white/plus.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-accordion > :first-child:hover::after,
.c-bg-white .c-btn-accordion > :first-child:hover::after {
  background: url(/assets/images/icon/smart-navy/plus.svg) no-repeat;
  background-size: 100%;
}

.c-btn-accordion.is-open > :first-child::after {
  background: url(/assets/images/icon/yellow/minus.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-accordion.is-open > :first-child::after,
.c-bg-white .c-btn-accordion.is-open > :first-child::after {
  background: url(/assets/images/icon/future-blue_150/minus.svg) no-repeat;
  background-size: 100%;
}

.c-btn-accordion.is-open > :first-child:hover::after {
  background: url(/assets/images/icon/white/minus.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-accordion.is-open > :first-child:hover::after,
.c-bg-white .c-btn-accordion.is-open > :first-child:hover::after {
  background: url(/assets/images/icon/smart-navy/minus.svg) no-repeat;
  background-size: 100%;
}

.c-btn-accordion > :last-child {
  display: none;
  padding-bottom: 20px;
}

.c-btn-accordion.c-btn-accordion--blue {
  border-top: 1px solid #2e404d;
  border-bottom: 1px solid #2e404d;
  background: #141b31;
}

.c-bg-gray-100 .c-btn-accordion.c-btn-accordion--blue,
.c-bg-white .c-btn-accordion.c-btn-accordion--blue {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #f2f3f4;
}

@media (min-width: 1024px) {
  .c-btn-accordion > :first-child:hover {
    text-decoration: underline;
  }
}

/* Data Table
-----------------------*/
.c-data-table table {
  border-top: 1px solid #2e404d;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
}

.c-data-table table tr {
  border-bottom: 1px solid #2e404d;
}

.c-bg-gray-100 .c-data-table > table,
.c-bg-white .c-data-table > table {
  border-top: 1px solid #e8e8e8;
  color: #2e404d;
}

.c-bg-gray-100 .c-data-table > table tr,
.c-bg-white .c-data-table > table tr {
  border-bottom: 1px solid #e8e8e8;
}

.c-data-table > table tr > th {
  padding: 12px 8px;
  background: #141b31;
  text-align: left;
}

.c-bg-gray-100 .c-data-table > table tr > th,
.c-bg-white .c-data-table > table tr > th {
  background: #f2f3f4;
}

.c-data-table > table tr > td {
  padding: 12px 8px;
}

.c-data-table.c-data-table--scroll {
  overflow: auto;
}

.c-data-table.c-data-table--scroll > table tr > td,
.c-data-table.c-data-table--scroll > table tr > th {
  white-space: nowrap;
}

/* Divider
-----------------------*/
.c-divider {
  border-top: 1px solid #2e404d;
  border-bottom: 1px solid #2e404d;
  padding: 40px 0;
}

.c-bg-gray-100 .c-divider,
.c-bg-white .c-divider {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 0;
}

.c-divider + .c-divider {
  margin-top: -1px;
}

.c-divider.c-divider--2col {
  display: flex;
  justify-content: space-between;
}

.c-divider.c-divider--2col .c-divider--2col__left {
  flex: none;
  width: calc((100% - 40px) * 0.2707);
}

.c-divider.c-divider--2col .c-divider--2col__right {
  width: calc((100% - 40px) * 0.7283);
}

.c-divider.c-divider--sm {
  padding: 16px 0;
  font-size: 1.4rem;
}

.c-divider.c-divider--sm + .c-divider.c-divider--sm {
  margin-top: 0;
}

.c-2column .c-divider.c-divider--sm:nth-child(n-2) {
  margin-top: -1px;
}

.c-divider.c-divider--sm.c-divider--2col .c-divider--2col__left {
  flex: none;
  width: calc((100% - 16px) * 0.2247);
}

.c-divider.c-divider--sm.c-divider--2col .c-divider--2col__right {
  width: calc((100% - 16px) * 0.7752);
}

.c-divider .c-sitemap div,
.c-divider .c-sitemap li {
  display: flex;
  align-items: baseline;
}

.c-sitemap-title-sub {
  font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
  font-weight: normal;
}

.c-divider .c-sitemap a::before {
  content: '';
  flex: none;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
  background: url(/assets/images/icon/yellow/arrow_s_right.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .c-divider .c-sitemap a::before,
.c-bg-white .c-divider .c-sitemap a::before {
  background-image: url(/assets/images/icon/future-blue/arrow_s_right.svg);
}

@media (max-width: 1023px) {
  .c-divider .c-sitemap > ul {
    padding-top: 16px;
  }
}

/* Feedback
-----------------------*/
.c-tooltip {
  display: inline-block;
  border-radius: 4px;
  padding: 6px 8px;
  background: rgba(7, 15, 38, 0.8);
  max-width: 188px;
  color: #fff;
  font-size: 1.1rem;
}

.c-dialog {
  position: relative;
  padding: 64px;
  background: #fff;
  max-width: 944px;
  color: #070f26;
  font-size: 1.4rem;
}

.c-dialog.c-dialog--sm {
  padding: 24px;
  max-width: 400px;
}

.c-dialog__close {
  position: absolute;
  right: 8px;
  top: 8px;
}

/* Form
-----------------------*/
.c-label {
  font-size: 1.2rem;
}

.c-label--required::after {
  content: "*";
  margin-left: 4px;
  color: #e42600;
}

.c-label--disabled,
.c-label--disabled::after {
  color: #e8e8e8;
}

.c-input-text-type-a {
  border: none;
  border-bottom: 1px solid #949494;
  border-radius: 0;
  padding: 0 0 4px 0;
  background: 0 0;
  width: 100%;
  color: inherit;
  line-height: 1.5;
  outline: 0;
}

.c-input-text-type-a:focus {
  border-bottom: 1px solid #fff;
}

.c-bg-gray-100 .c-input-text-type-a,
.c-bg-white .c-input-text-type-a {
  border-bottom: 1px solid #949494;
}

.c-bg-gray-100 .c-input-text-type-a:focus,
.c-bg-white .c-input-text-type-a:focus {
  border-bottom: 1px solid #070f26;
}

.c-input-text-type-a::placeholder {
  color: #949494;
}

.c-input-text-type-a:-ms-input-placeholder {
  color: #949494;
}

.c-bg-gray-100 .c-input-text-type-a::placeholder,
.c-bg-white .c-input-text-type-a::placeholder {
  color: #949494;
}

.c-bg-gray-100 .c-input-text-type-a:-ms-input-placeholder,
.c-bg-white .c-input-text-type-a:-ms-input-placeholder {
  color: #949494;
}

.is-error .c-input-text-type-a {
  border-bottom: 1px solid #e42600;
}

.c-input-text-type-b {
  border: none;
  border: 1px solid #949494;
  border-radius: 4px;
  padding: 13px 8px;
  background: #fff;
  width: 100%;
  color: #070f26 !important;
  line-height: 1.5;
  outline: 0;
}

.c-input-text-type-b::placeholder {
  color: #949494;
}

.c-input-text-type-b:-ms-input-placeholder {
  color: #949494;
}

.c-input-text-type-b:focus {
  border: 1px solid #070f26;
}

.c-input-text-type-b:disabled {
  border: 1px solid #e8e8e8;
  color: #e8e8e8;
}

.is-error .c-input-text-type-b {
  border: 1px solid #e42600;
}

.c-input-text-type-c {
  border: none;
  border: 1px solid #2e404d;
  border-radius: 0;
  padding: 8px 16px ;
  background: #141b31;
  width: 100%;
  color: inherit;
  line-height: 1.5;
  outline: 0;
}

.c-input-text-type-c:focus {
  border: 1px solid #ffc400;
}

.c-bg-gray-100 .c-input-text-type-c,
.c-bg-white .c-input-text-type-c {
  border: 1px solid #949494;
  background: #f2f3f4;
}

.c-bg-gray-100 .c-input-text-type-c:focus,
.c-bg-white .c-input-text-type-c:focus {
  border: 1px solid #0072bc;
}

.c-input-text-type-c::placeholder {
  color: #949494;
}
 
.c-input-text-type-c:-ms-input-placeholder {
  color: #949494;
}

.c-bg-gray-100 .c-input-text-type-c::placeholder,
.c-bg-white .c-input-text-type-c::placeholder {
  color: #515767;
}

.c-bg-gray-100 .c-input-text-type-c:-ms-input-placeholder,
.c-bg-white .c-input-text-type-c:-ms-input-placeholder {
  color: #515767;
}

.is-error .c-input-text-type-c {
  border: 1px solid #e42600;
}

.c-textarea {
  border: 1px solid #949494;
  display: block;
  border-radius: 0;
  background: 0 0;
  width: 100%;
  color: inherit;
  line-height: 1.5;
  outline: 0;
}

.c-textarea:focus {
  border: 1px solid #fff;
}

.c-bg-gray-100 .c-textarea:focus,
.c-bg-white .c-textarea:focus {
  border: 1px solid #070f26;
}

.is-error .c-textarea {
  border: 1px solid #e42600;
}

.c-textarea-type-b {
  border: 1px solid #2e404d;
  display: block;
  padding: 8px 16px;
  border-radius: 0;
  background: #141b31;
  width: 100%;
  color: inherit;
  line-height: 1.5;
  outline: 0;
}

.c-bg-gray-100 .c-textarea-type-b,
.c-bg-white .c-textarea-type-b {
  border: 1px solid #949494;
  background: #f2f3f4;
}

.c-textarea-type-b:focus {
  border: 1px solid #ffc400;
}

.c-bg-gray-100 .c-textarea-type-b:focus,
.c-bg-white .c-textarea-type-b:focus {
  border: 1px solid #0072bc;
}

.is-error .c-textarea-type-b {
  border: 1px solid #e42600;
}

.c-select-type-a {
  position: relative;
}

.c-select-type-a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 5px;
  background: url(/assets/images/icon/grey_100/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.c-select-type-a.c-select-type-a--disabled::after,
.c-select-type-a:has(select:disabled)::after {
  background: url(/assets/images/icon/text-grey/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-select-type-a.c-select-type-a--disabled::after,
.c-bg-gray-100 .c-select-type-a:has(select:disabled)::after,
.c-bg-white .c-select-type-a.c-select-type-a--disabled::after,
.c-bg-white .c-select-type-a:has(select:disabled)::after {
  background: url(/assets/images/icon/grey_50/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.c-select-type-a select {
  border: none;
  border-bottom: 1px solid #949494;
  border-radius: 0;
  padding: 0 32px 4px 0;
  background: 0 0;
  width: 100%;
  color: #949494;
  line-height: 1.5;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

.c-bg-gray-100 .c-select-type-a select,
.c-bg-white .c-select-type-a select {
  color: #2e404d;
}

.c-select-type-a select::-ms-expand {
  display: none;
}

.c-select-type-a select:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.c-bg-gray-100 .c-select-type-a select:focus,
.c-bg-white .c-select-type-a select:focus {
  border-bottom: 1px solid #070f26;
  color: #070f26;
}

.c-select-type-a:has(select:focus)::after {
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-select-type-a:has(select:focus)::after,
.c-bg-white .c-select-type-a:has(select:focus)::after {
  background: url(/assets/images/icon/smart-navy/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.c-select-type-a select:disabled {
  border-bottom: 1px solid #2e404d;
}

.c-bg-gray-100 .c-select-type-a select:disabled,
.c-bg-white .c-select-type-a select:disabled {
  border-bottom: 1px solid #e8e8e8;
}

.is-error .c-select-type-a select {
  border-bottom: 1px solid #e42600;
}

.c-select-type-a option {
  color: #2e404d;
}

.c-select-type-a option:nth-child(odd) {
  background: #e8e8e8;
}

.c-select-type-b {
  position: relative;
}

.c-select-type-b::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/assets/images/icon/grey_100/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.c-select-type-b select {
  border: 1px solid #949494;
  border-radius: 4px;
  padding: 13px 48px 13px 8px;
  background: 0 0;
  color: #949494;
  width: 100%;
  line-height: 1.5;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

.c-bg-gray-100 .c-select-type-b select,
.c-bg-white .c-select-type-b select {
  color: #2e404d;
}

.c-select-type-b select::-ms-expand {
  display: none;
}

.c-select-type-b select:focus {
  border: 1px solid #fff;
  color: #fff;
}

.c-select-type-b:has(select:focus)::after {
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-select-type-b select:focus,
.c-bg-white .c-select-type-b select:focus {
  border: 1px solid #070f26;
  color: #070f26;
}

.c-bg-gray-100 .c-select-type-b:has(select:focus)::after,
.c-bg-white .c-select-type-b:has(select:focus)::after {
  background: url(/assets/images/icon/smart-navy/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-select-type-b select:focus::after,
.c-bg-white .c-select-type-b select:focus::after {
  background: url(/assets/images/icon/smart-navy/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.c-select-type-b select:disabled {
  border: 1px solid #2e404d;
}

.c-bg-gray-100 .c-select-type-b select:disabled,
.c-bg-white .c-select-type-b select:disabled {
  border: 1px solid #949494;
}

.c-select-type-b.c-select-type-b--disabled::after,
.c-select-type-b:has(select:disabled)::after {
  background: url(/assets/images/icon/text-grey/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-select-type-b.c-select-type-b--disabled::after,
.c-bg-gray-100 .c-select-type-b:has(select:disabled)::after,
.c-bg-white .c-select-type-b.c-select-type-b--disabled::after,
.c-bg-white .c-select-type-b:has(select:disabled)::after {
  background: url(/assets/images/icon/grey_50/arrow_s_bottom.svg) center center no-repeat;
  background-size: 100%;
}

.is-error .c-select-type-b select {
  border: 1px solid #e42600;
}

.c-select-type-b option {
  color: #2e404d;
}

.c-select-type-b option:nth-child(odd) {
  background: #e8e8e8;
}

.c-select-type-c {
  position: relative;
}

.c-select-type-c::after {
  font: var(--fa-font-solid);
  content: "\f107";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  height: 14px;
  pointer-events: none;
  color: #949494;
  font-size: 1.8rem;
  transform: translateY(-50%);
}

.c-select-type-c select {
  border: none;
  border: 1px solid #2e404d;
  border-radius: 0;
  padding: 8px 16px;
  background: #141b31;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

.c-bg-gray-100 .c-select-type-c select,
.c-bg-white .c-select-type-c select {
  border: 1px solid #949494;
  background: #f2f3f4;
  color: #2e404d;
}

.c-select-type-c select::-ms-expand {
  display: none;
}

.c-select-type-c select:focus {
  border: 1px solid #ffc400;
}

.c-bg-gray-100 .c-select-type-c select:focus,
.c-bg-white .c-select-type-c select:focus {
  border: 1px solid #0072bc;
}

.c-select-type-c select:disabled,
.c-select-type-c.c-select-type-c--disabled::after,
.c-select-type-c:has(select:disabled)::after {
  color: #949494;
}

.c-select-type-c:has(select:disabled)::after {
  color: #2e404d;
}

.c-bg-gray-100 .c-select-type-c:has(select:disabled)::after,
.c-bg-white .c-select-type-c:has(select:disabled)::after {
  color: #e8e8e8;
}

.is-error .c-select-type-c select {
  border: 1px solid #e42600;
}

.c-select-type-c option {
  background: #fff;
  color: #2e404d;
}

.c-select-type-c option:nth-child(odd) {
  background: #e8e8e8;
}

.c-checkbox {
  cursor: pointer;
}

.c-checkbox input[type="checkbox"] {
  display: none;
}

.c-checkbox span {
  display: inline-flex;
  position: relative;
}

.c-checkbox span::before {
  content: "";
  flex: none;
  margin-right: 7px;
  border: 1px solid #2e404d;
  border-radius: 4px;
  background: #fff;
  width: 24px;
  height: 24px;
}

.c-checkbox input[type="checkbox"]:checked + span::before {
  border: none;
  background: url(/assets/images/icon/white/check.svg) no-repeat center center #0072bc;
  background-size: 16px;
}

.c-checkbox.c-checkbox--sm {
  font-size: 1.1rem;
  line-height: 1.5;
}

.c-checkbox.c-checkbox--sm span::before {
  width: 16px;
  height: 16px;
}

.c-checkbox.c-checkbox--sm input[type="checkbox"]:checked + span::before {
  background: url(/assets/images/icon/white/check.svg) no-repeat center center #0072bc;
  background-size: 12px;
}
.c-radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1.2;
  position: relative;
}

.c-radio span {
  display: block;
  position: relative;
  max-width: calc(100% - 31px);
}

.c-radio::before {
  content: "";
  margin-right: 7px;
  border: 1px solid #ffc400;
  border-radius: 50%;
  background: 0 0;
  width: 24px;
  height: 24px;
}

.c-radio:has(input[type="radio"]:focus-visible)::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #fff;
  display: block;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-bg-gray-100 .c-radio:has(input[type="radio"]:focus-visible)::after,
.c-bg-white .c-radio:has(input[type="radio"]:focus-visible)::after {
  border: 1px solid #070f26;
}

.c-radio:has(input[type="radio"]:focus) span::before {
  content: "";
  border: 1px solid #ffc400;
  border-radius: 50%;
  background: 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
}

.c-bg-gray-100 .c-radio:has(input[type="radio"]:focus) span::before,
.c-bg-white .c-radio:has(input[type="radio"]:focus) span::before {
  border: 1px solid #0072bc;
}

.c-radio:has(input[type="radio"]:checked)::before {
  border: 8px solid #ffc400;
  background: #070f26;
}

.c-bg-gray-100 .c-radio::before,
.c-bg-white .c-radio::before {
  border: 1px solid #0072bc;
}

.c-bg-gray-100 .c-radio:has(input[type="radio"]:checked)::before,
.c-bg-white .c-radio:has(input[type="radio"]:checked)::before {
  border: 8px solid #0072bc;
  background: #fff;
}

/* Filter */
.c-btn-filter {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.c-btn-filter::after {
  content: "";
  margin-left: 10px;
  background: url(/assets/images/icon/yellow/arrow_s_bottom.svg) no-repeat center center;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-btn-filter-accordion {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  color: #fff;
}

.c-btn-filter-accordion + label {
  outline: 1px;
}

.c-bg-gray-100 .c-btn-filter::after,
.c-bg-white .c-btn-filter::after {
  background: url(/assets/images/icon/future-blue_150/arrow_s_bottom.svg) no-repeat center center;
  background-size: 100%;
}

.c-filter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffc400;
  border-radius: 4px;
  padding: 0 8px;
  color: #ffc400;
  font-size: 1.4rem;
  height: 30px;
  line-height: 1.2;
  cursor: pointer;
}

.c-bg-gray-100 .c-filter,
.c-bg-white .c-filter {
  border: 1px solid #005b96;
  color: #005b96;
}

.c-filter.c-filter--close::after {
  content: "";
  margin-left: 15px;
  background: url(/assets/images/icon/yellow/close.svg) no-repeat center center;
  background-size: 100%;
  width: 12px;
  height: 12px;
}

.c-bg-gray-100 .c-filter.c-filter--close::after,
.c-bg-white .c-filter.c-filter--close::after {
  background: url(/assets/images/icon/future-blue_150/close.svg) no-repeat center center;
  background-size: 100%;
}

/* Tag */
.c-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffc400;
  border-radius: 12px;
  padding: 0 8px;
  height: 24px;
  color: #ffc400;
  font-size: 1.1rem;
  line-height: 1;
}

.c-bg-gray-100 .c-tag,
.c-bg-white .c-tag {
  border-color: #005b96;
  color: #005b96;
}

.c-tag:hover {
  text-decoration: none;
}

.c-tag.c-tag--white {
  border-color: #fff;
  color: #fff;
}

.c-tag.c-tag--navy {
  border-color: #949494;
  color: #949494;
}

.c-bg-gray-100 .c-tag.c-tag--navy,
.c-bg-white .c-tag.c-tag--navy {
  border-color: #2e404d;
  color: #2e404d;
}

.c-tag.c-tag--blue {
  border: none;
  background: #ffc400;
  color: #fff;
}

.c-bg-gray-100 .c-tag.c-tag--blue,
.c-bg-white .c-tag.c-tag--blue {
  background: #0072bc;
}

.c-tag.c-tag--light {
  border: none;
  background: #e8e8e8;
  color: #070f26;
}

.c-tag.c-tag--dark {
  border: none;
  background: #2e404d;
  color: #fff;
}

.c-tag.c-tag--bg-white {
  border-color: #2e404d;
  background: #fff;
  color: #2e404d;
}
.c-tag.c-tag--lg {
  padding: 3px 10px;
  font-size: 1.4rem;
}


/* List
-----------------------*/
.c-list-link li {
  border-bottom: 1px solid #2e404d;
}

.c-list-link li:nth-child(1) {
  border-top: 1px solid #2e404d;
}

.c-bg-gray-100 .c-list-link li,
.c-bg-white .c-list-link li {
  border-bottom: 1px solid #e8e8e8;
}

.c-bg-gray-100 .c-list-link li:nth-child(1),
.c-bg-white .c-list-link li:nth-child(1) {
  border-top: 1px solid #e8e8e8;
}

.c-list-link li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 64px 20px 16px;
  text-decoration: none;
}

.c-list-link li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-link li a::after,
.c-bg-white .c-list-link li a::after {
  background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-list-link li a:hover {
  text-decoration: underline;
}

.c-list-link li a:hover::after {
  right: 8px;
}

.c-list-link li a::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-link li a::before,
.c-bg-white .c-list-link li a::before {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-list-link li a:hover::before {
  right: 8px;
  opacity: 1;
}

@media (min-width: 1024px) {
  .c-list-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-list-link.c-list-link--1colmn {
    display: block;
  }

  .c-list-link li {
    width: calc((100% - 50px) / 2);
  }
  .c-list-link.c-list-link--1colmn li {
    width: 100%;
  }

  .c-list-link li:nth-child(2) {
    border-top: 1px solid #2e404d;
  }
  .c-list-link.c-list-link--1colmn li:nth-child(2) {
    border-top: none
  }

  .c-bg-gray-100 .c-list-link li:nth-child(2),
  .c-bg-white .c-list-link li:nth-child(2) {
    border-top: 1px solid #e8e8e8;
  }
}

.c-list-news li {
  border-bottom: 1px solid #2e404d;
}

.c-list-news li:nth-child(1) {
  border-top: 1px solid #2e404d;
}

.c-bg-gray-100 .c-list-news li,
.c-bg-white .c-list-news li {
  border-bottom: 1px solid #e8e8e8;
}

.c-bg-gray-100 .c-list-news li:nth-child(1),
.c-bg-white .c-list-news li:nth-child(1) {
  border-top: 1px solid #e8e8e8;
}

.c-list-news li span,
.c-list-news li a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 64px 20px 16px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .c-list-news li span,
  .c-list-news li a {
    flex-wrap: nowrap;
  }
}

.c-list-news li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-news li a::after,
.c-bg-white .c-list-news li a::after {
  background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-list-news li a:hover::after {
  right: 8px;
}

.c-list-news li a::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-news li a:hover::before,
.c-bg-white .c-list-news li a:hover::before {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-list-news li a:hover::before {
  right: 8px;
  opacity: 1;
}

.c-list-news dl {
  flex: none;
  width: calc(100%);
  color: #949494;
}

.c-bg-gray-100 .c-list-news dl,
.c-bg-white .c-list-news dl {
  color: #2e404d;
}

@media (min-width: 768px) {
  .c-list-news dl {
    margin-right: 24px;
    width: auto;
    min-width: 143px;
  }
}

.c-list-news dl dt {
  font-size: 1.4rem;
}

.c-list-news dl dd {
  font-size: 1.1rem;
}

.c-list-news h3 {
  margin-top: 16px;
  width: calc(100%);
}

@media (min-width: 768px) {
  .c-list-news h3 {
    margin-top: 0;
    width: auto;
    width: calc(100% - 48px);
  }
}

.c-list-news h3 span {
  display: block;
  color: #949494;
  font-size: 1.4rem;
}

.c-bg-gray-100 .c-list-news h3 span,
.c-bg-white .c-list-news h3 span {
  color: #2e404d;
}

.c-list-download li {
  position: relative;
  border-bottom: 1px solid #2e404d;
}

.c-list-download li:nth-child(1) {
  border-top: 1px solid #2e404d;
}

.c-bg-gray-100 .c-list-download li,
.c-bg-white .c-list-download li {
  border-bottom: 1px solid #e8e8e8;
}

.c-bg-gray-100 .c-list-download li:nth-child(1),
.c-bg-white .c-list-download li:nth-child(1) {
  border-top: 1px solid #e8e8e8;
}

.c-list-download.c-list-download--white li {
  border-bottom: 1px solid #fff;
}

.c-list-download.c-list-download--white li:nth-child(1) {
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  .c-list-download.c-list-download--white-pc li {
    border-bottom: 1px solid #fff;
  }

  .c-list-download.c-list-download--white-pc li:nth-child(1) {
    border-top: 1px solid #fff;
  }
}

.c-list-download li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 64px 20px 16px;
  text-decoration: none;
}

.c-list-download.c-list-download--img li::after,
.c-list-download:not(.c-list-download--img) li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-left: auto;
  background: url(/assets/images/icon/yellow/download.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-download.c-list-download--img li::after,
.c-bg-gray-100 .c-list-download:not(.c-list-download--img) li a::after,
.c-bg-white .c-list-download.c-list-download--img li::after,
.c-bg-white .c-list-download:not(.c-list-download--img) li a::after {
  background: url(/assets/images/icon/future-blue_150/download.svg) no-repeat;
  background-size: 100%;
}

.c-list-download.c-list-download--white.c-list-download--img li::after,
.c-list-download.c-list-download--white:not(.c-list-download--img) li a::after {
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .c-list-download.c-list-download--white-pc.c-list-download--img li::after,
  .c-list-download.c-list-download--white-pc:not(.c-list-download--img) li a::after {
    background: url(/assets/images/icon/white/download.svg) no-repeat;
    background-size: 100%;
  }
}

.c-list-download.c-list-download--img li:hover::after,
.c-list-download:not(.c-list-download--img) li:hover a::after {
  transform: translateY(-4px);
}

.c-list-download.c-list-download--img li::before,
.c-list-download:not(.c-list-download--img) li a::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-download.c-list-download--img li::before,
.c-bg-gray-100 .c-list-download:not(.c-list-download--img) li a::before,
.c-bg-white .c-list-download.c-list-download--img li::before,
.c-bg-white .c-list-download:not(.c-list-download--img) li a::before {
  background: url(/assets/images/icon/smart-navy/download.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-list-download.c-list-download--img li::after,
.c-bg-gray-100 .c-list-download:not(.c-list-download--img) li a::after,
.c-bg-white .c-list-download.c-list-download--img li::after,
.c-bg-white .c-list-download:not(.c-list-download--img) li a::after {
  background: url(/assets/images/icon/future-blue_150/download.svg) no-repeat;
  background-size: 100%;
}

.c-list-download.c-list-download--img li:hover::before,
.c-list-download:not(.c-list-download--img) li:hover a::before {
  opacity: 1;
  transform: translateY(-4px);
}

.c-list-download.c-list-download--white.c-list-download--img li:hover::before,
.c-list-download.c-list-download--white:not(.c-list-download--img) li:hover a::before {
  display: none;
}

@media (min-width: 768px) {
  .c-list-download.c-list-download--white-pc.c-list-download--img li:hover::before,
  .c-list-download.c-list-download--white-pc:not(.c-list-download--img) li:hover a::before {
    display: none;
  }
}

.c-list-download li a span span {
  display: block;
  color: #949494;
  font-size: 1.1rem;
}

.c-bg-gray-100 .c-list-download li a span span,
.c-bg-white .c-list-download li a span span {
  color: #2e404d;
}

.c-list-download.c-list-download--white li a span span {
  color: #fff;
}

@media (min-width: 768px) {
  .c-list-download.c-list-download--white-pc li a span span {
    color: #fff;
  }
}

.c-list-download.c-list-download--img li a::before {
  content: "";
  flex: none;
  align-self: flex-start;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 16px;
  background: url(/assets/images/icon/white/document.svg) no-repeat center center #2e404d;
  background-size: 24px;
  width: 49px;
  height: 65px;
  transition: top 0.2s;
}

.c-bg-gray-100 .c-list-download.c-list-download--img li a::before,
.c-bg-white .c-list-download.c-list-download--img li a::before {
  background: url(/assets/images/icon/smart-navy/document.svg) no-repeat center center #fff;
  background-size: 24px;
}

.c-list-bulleted > li > a {
  color: #ffc400;
}

.c-list-bulleted > li > a:hover {
  color: #fff;
}

.c-bg-gray-100 .c-list-bulleted > li > a,
.c-bg-white .c-list-bulleted > li > a {
  color: #0072bc;
}

.c-bg-gray-100 .c-list-bulleted > li > a:hover,
.c-bg-white .c-list-bulleted > li > a:hover {
  color: #070f26;
}

.c-list-bulleted > li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}

.c-list-bulleted > li li,
.c-list-bulleted > li + li {
  margin-top: 16px;
}

.c-list-bulleted > li::before {
  content: "";
  display: inline-block;
  flex: none;
  position: absolute;
  left: 0;
  top: calc(1em * 1.5 / 2);
  background: #ffc400;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
}

.c-bg-gray-100 .c-list-bulleted > li::before,
.c-bg-white .c-list-bulleted > li::before {
  background: #0072bc;
}

.c-list-bulleted.c-list-bulleted--number {
  counter-reset: count 0;
}

.c-list-bulleted.c-list-bulleted--number > li::before {
  counter-increment: count;
  content: counter(count);
  background: 0 0;
  width: auto;
  height: auto;
  color: #ffc400;
  font-weight: 700;
}

.c-bg-gray-100 .c-list-bulleted.c-list-bulleted--number > li::before,
.c-bg-white .c-list-bulleted.c-list-bulleted--number > li::before {
  color: #0072bc;
}

.c-list-bulleted.c-list-bulleted--checkmark > li::before {
  background: url(/assets/images/icon/yellow/check.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .c-list-bulleted.c-list-bulleted--checkmark > li::before,
.c-bg-white .c-list-bulleted.c-list-bulleted--checkmark > li::before {
  background: url(/assets/images/icon/future-blue/check.svg) no-repeat;
  background-size: 100%;
}

.c-list-bulleted.c-list-bulleted--roman {
  counter-reset: romanNumber 0;
}

.c-list-bulleted.c-list-bulleted--roman li::before {
  content: counter(romanNumber, lower-roman) " ";
  counter-increment: romanNumber 1;
  background: 0 0;
  width: auto;
  height: auto;
  color: #ffc400;
}

.c-bg-gray-100 .c-list-bulleted.c-list-bulleted--roman li::before,
.c-bg-white .c-list-bulleted.c-list-bulleted--roman li::before {
  color: #0072bc;
}

.c-list-bulleted.c-list-bulleted--alpha-ps {
  counter-reset: alphaNumber 0;
}

.c-list-bulleted.c-list-bulleted--alpha-ps li::before {
  content: counter(alphaNumber, lower-alpha);
  counter-increment: alphaNumber;
  background: 0 0;
  width: auto;
  height: auto;
  color: #ffc400;
  font-weight: 700;
}

.c-bg-gray-100 .c-list-bulleted.c-list-bulleted--alpha-ps li::before,
.c-bg-white .c-list-bulleted.c-list-bulleted--alpha-ps li::before {
  color: #0072bc;
}

/* Navigation
-----------------------*/
.c-indicator {
  display: flex;
  align-items: center;
}

.c-indicator li {
  margin-right: 12px;
  font-size: 0;
  line-height: 8px;
}

.c-indicator li:last-child {
  margin-right: 0;
}

.c-indicator li a {
  display: inline-block;
  background: #2e404d;
  width: 8px;
  height: 8px;
}

.c-indicator li.is-current a {
  background: #ffc400;
}

.c-bg-gray-100 .c-indicator li a,
.c-bg-white .c-indicator li a {
  background: #949494;
}

.c-bg-gray-100 .c-indicator li.is-current a,
.c-bg-white .c-indicator li.is-current a {
  background: #0072bc;
}

.c-pagenation {
  display: flex;
  align-items: center;
}

.c-pagenation li {
  margin-right: 8px;
  font-size: 1.4rem;
  line-height: 44px;
  width: 44px;
  text-align: center;
}

.c-pagenation li:last-child {
  margin-right: 0;
}

.c-pagenation li a {
  color: #ffc400;
  font-weight: 700;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
}

.c-pagenation li a:hover,
.c-pagenation li a:hover i {
  text-decoration: underline;
}

.c-pagenation li.is-current a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  pointer-events: none;
}

.c-pagenation li.c-pagenation__first,
.c-pagenation li.c-pagenation__next,
.c-pagenation li.c-pagenation__prev,
.c-pagenation li.c-pagenation__last {
  font-size: 2rem;
  width: 33px;
}

.c-bg-gray-100 .c-pagenation li a,
.c-bg-white .c-pagenation li a {
  color: #0072bc;
}

.c-bg-gray-100 .c-pagenation li.is-current a,
.c-bg-white .c-pagenation li.is-current a {
  color: #2e404d;
}

.c-pagenation li a span {
  display: none;
}

@media (max-width: 767px) {
  .c-pagenation {
    width: 100%;
    justify-content: space-between;
  }

  .c-pagenation li:not(.is-current):not(.c-pagenation__next):not(.c-pagenation__prev) {
    display: none;
  }

  .c-pagenation li.is-current {
    font-weight: 700;
    width: auto;
    margin-right: 0;
  }

  .c-pagenation li.is-current a {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding-left: 0;
  }

  .c-pagenation li.c-pagenation__next,
  .c-pagenation li.c-pagenation__prev {
    margin-right: 0;
  }

  .c-pagenation li.is-current a span {
    display: block;
  }

  .c-pagenation li.is-current a span::before {
    content: "/";
    margin: 0 8px;
  }

  .c-pagenation:has(.c-pagenation__first.is-disabled)::before,
  .c-pagenation:has(.c-pagenation__last.is-disabled)::after {
    content: "";
    display: block;
    width: 33px;
    height: 44px;
  }
}

.c-vertical-nav a:hover {
  text-decoration: underline;
}

.c-vertical-nav > li {
  margin-top: 16px;
  line-height: 1.5;
}

.c-vertical-nav > li:first-child {
  margin-top: 0;
}

.c-vertical-nav > li.is-current > a {
  color: #ffc400;
  font-weight: 700;
}

.c-vertical-nav > li ul {
  margin-left: 16px;
}

.c-vertical-nav > li ul li {
  margin-top: 12px;
  color: #949494;
  font-size: 1.4rem;
}

.c-vertical-nav > li ul li.is-current a {
  color: #ffc400;
  font-weight: 700;
}

.c-bg-gray-100 .c-vertical-nav > li.is-current > a,
.c-bg-white .c-vertical-nav > li.is-current > a {
  color: #0072bc;
}

.c-bg-gray-100 .c-vertical-nav > li ul li,
.c-bg-white .c-vertical-nav > li ul li {
  color: #2e404d;
}

.c-bg-gray-100 .c-vertical-nav > li ul li.is-current a,
.c-bg-white .c-vertical-nav > li ul li.is-current a {
  color: #0072bc;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: -8px;
  font-size: 1.1rem;
  line-height: 1;
}

.c-breadcrumb > li {
  margin-top: 8px;
}

.c-breadcrumb > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 8px;
  background: url(/assets/images/icon/grey_100/arrow_s_right.svg) no-repeat center center;
  background-size: 100%;
  width: 12px;
  height: 12px;
}

.c-breadcrumb > li a {
  color: #949494;
}

.c-bg-gray-100 .c-breadcrumb > li:not(:last-child)::after,
.c-bg-white .c-breadcrumb > li:not(:last-child)::after {
  background: url(/assets/images/icon/text-grey/arrow_s_right.svg) no-repeat center center;
  background-size: 100%;
}

.c-bg-gray-100 .c-breadcrumb > li a,
.c-bg-white .c-breadcrumb > li a {
  color: #2e404d;
}

/* Text
-----------------------*/
@media (max-width: 767px) {
  .c-head-xlg,
  .c-head-xlg-sp {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 3.2rem;
    line-height: 1.3;
  }

  .c-head-lg,
  .c-head-lg-sp {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 64px;
    font-size: 3.2rem;
    line-height: 1.3;
  }

  .c-head-md,
  .c-head-md-sp {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .c-head-sm,
  .c-head-sm-sp {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .c-head-xsm,
  .c-head-xsm-sp {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .c-head-xxsm,
  .c-head-xxsm-sp {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .c-head-xxxsm,
  .c-head-xxxsm-sp {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .c-head-xlg,
  .c-head-xlg-pc {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 24px;
    font-size: 5.6rem;
    line-height: 1.3;
  }

  .c-head-lg,
  .c-head-lg-pc {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 64px;
    font-size: 4rem;
    line-height: 1.3;
  }

  .c-head-md,
  .c-head-md-pc {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 24px;
    font-size: 3.2rem;
    line-height: 1.3;
  }

  .c-head-sm,
  .c-head-sm-pc {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .c-head-xsm,
  .c-head-xsm-pc {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .c-head-xxsm,
  .c-head-xxsm-pc {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .c-head-xxxsm,
  .c-head-xxxsm-pc {
    font-family: "Noto Serif", "Noto Sans", "Noto Sans JP", serif, sans-serif;
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.c-text-body-sm {
  font-size: 1.4rem;
}

.c-text-caption {
  font-size: 1.1rem;
  line-height: 1.5;
}

.c-img-caption {
  margin-top: 16px;
  color: #949494;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-text-link {
  color: #ffc400;
  text-decoration: underline;
}

.c-text-link:hover {
  color: #fff;
}

.c-bg-gray-100 .c-text-link,
.c-bg-white .c-text-link {
  color: #0072bc;
}

.c-bg-gray-100 .c-text-link:hover,
.c-bg-white .c-text-link:hover {
  color: #070f26;
}

.c-location {
  display: flex;
  align-items: center;
  color: #949494;
  font-size: 1.4rem;
  line-height: 1.17;
}

.c-location::before {
  content: "";
  margin-right: 8px;
  background: url(/assets/images/icon/grey_50/location.svg) no-repeat center center;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .c-location,
.c-bg-white .c-location {
  color: #2e404d;
}

.c-bg-gray-100 .c-location::before,
.c-bg-white .c-location::before {
  background: url(/assets/images/icon/text-grey/location.svg) no-repeat center center;
  background-size: 100%;
}

.c-calendar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  color: #949494;
  font-size: 1.4rem;
  line-height: 2;
}

.c-calendar dt::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 8px;
  background: url(/assets/images/icon/grey_50/calendar.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-calendar dd::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 8px;
  margin-right: 8px;
  background: #2e404d;
  width: 1px;
  height: 16px;
}

.c-bg-gray-100 .c-calendar,
.c-bg-white .c-calendar {
  color: #2e404d;
}

.c-bg-gray-100 .c-calendar dt::before,
.c-bg-white .c-calendar dt::before {
  background: url(/assets/images/icon/text-grey/calendar.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-calendar dd::before,
.c-bg-white .c-calendar dd::before {
  background: #e8e8e8;
}

.c-name-date {
  display: flex;
  align-items: center;
}

.c-name-date__img {
  flex: none;
  overflow: hidden;
  margin-right: 8px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.c-name-date__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 2;
}

.c-name-date__text dt,
.c-name-date__text__name {
  color: #0072bc;
  font-size: 1.6rem;
}

.c-name-date__text dd,
.c-name-date__text__date {
  color: #949494;
  font-size: 1.4rem;
}

.c-name-date__text dd::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 8px;
  margin-right: 8px;
  background: #2e404d;
  width: 1px;
  height: 16px;
}

.c-bg-gray-100 .c-name-date,
.c-bg-white .c-name-date {
  color: #2e404d;
}

.c-bg-gray-100 .c-name-date__text dd::before,
.c-bg-white .c-name-date__text dd::before {
  background: #e8e8e8;
}

.c-name-date.c-name-date--2row .c-name-date__img {
  margin-right: 16px;
  width: 48px;
  height: 48px;
}

.c-name-date.c-name-date--2row .c-name-date__text {
  display: block;
  line-height: 1.8;
}

.c-name-date.c-name-date--2row dd {
  font-size: 1.1rem;
}

.c-name-date.c-name-date--2row dd::before {
  display: none;
}

/* リンク
-----------------------*/
.c-link-text {
  color: #ffc400;
  text-decoration: underline;
}

.c-bg-gray-100 .c-link-text,
.c-bg-white .c-link-text {
  color: #0072bc;
}

.c-link-text:hover {
  color: #fff;
}

.c-bg-gray-100 .c-link-text:hover,
.c-bg-white .c-link-text:hover {
  color: #070f26;
}

.c-link-arrow {
  display: inline-flex;
  align-items: center;
  color: #ffc400;
  font-size: 1.4rem;
}

.c-link-arrow:hover {
  color: #fff;
}

.c-bg-gray-100 .c-link-arrow,
.c-bg-white .c-link-arrow {
  color: #0072bc;
}

.c-bg-gray-100 .c-link-arrow:hover,
.c-bg-white .c-link-arrow:hover {
  color: #070f26;
}

.c-link-arrow::after {
  content: "";
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat;
  background-size: 100%;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  transition: left 0.2s;
}

.c-bg-gray-100 .c-link-arrow::after,
.c-bg-white .c-link-arrow::after {
  background: url(/assets/images/icon/future-blue/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-link-arrow:hover::after,
a:hover .c-link-arrow::after {
  left: 5px;
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-link-arrow:hover::after,
.c-bg-gray-100 a:hover .c-link-arrow::after,
.c-bg-white .c-link-arrow:hover::after,
.c-bg-white a:hover .c-link-arrow::after {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
  background-size: 100%;
}

.c-link-arrow.c-link-arrow--white {
  color: #fff;
}

.c-link-arrow.c-link-arrow--white::after {
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .c-link-arrow.c-link-arrow--white-pc {
    color: #fff;
  }

  .c-link-arrow.c-link-arrow--white-pc::after {
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
  }
}

/* 画像用
-----------------------*/
.c-img {
  font-size: 0;
}

.c-img--face-icon {
  overflow: hidden;
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
}

@media (min-width: 768px) {
  .c-img--face-icon {
    width: 120px !important;
    height: 120px !important;
  }
}

/* 背景色
-----------------------*/
.c-bg-white {
  background: #fff !important;
  color: #2e404d !important;
}

.c-bg-human-blue-light {
  background: #ffc400 !important;
  color: #2e404d !important;
}

.c-bg-human-blue-dark {
  background: #005b96 !important;
  color: #fff !important;
}

.c-bg-smart-navy-300 {
  background: #949494 !important;
  color: #2e404d !important;
}

.c-bg-smart-navy-500 {
  background: #2e404d !important;
  color: #fff !important;
}

.c-bg-smart-navy-600 {
  background: #2e404d !important;
  color: #fff !important;
}

.c-bg-smart-navy-700 {
  background: #070f26 !important;
  color: #fff !important;
}

.c-bg-smart-navy-800 {
  background: #070f26 !important;
  color: #fff !important;
}

.c-bg-smart-navy-800-80p {
  background: rgba(7, 15, 38, 0.8) !important;
  color: #fff !important;
}

.c-bg-gray-100 {
  background: #f2f3f4 !important;
  color: #2e404d !important;
}

.c-bg-gray-200 {
  background: #e8e8e8 !important;
  color: #2e404d !important;
}

.c-bg-gray-400 {
  background: #2e404d !important;
  color: #070f26 !important;
}

.c-bg-red {
  background: #e42600 !important;
  color: #fff !important;
}

/* 文字色
-----------------------*/
.c-color-white {
  color: #fff !important;
}

.c-color-black {
  color: #070f26 !important;
}

.c-color-human-blue {
  color: #ffc400 !important;
}

.c-bg-gray-100 .c-color-human-blue,
.c-bg-white .c-color-human-blue {
  color: #005b96 !important;
}

.c-bg-gray-100 a.c-color-human-blue:hover,
.c-bg-gray-100 a:hover .c-color-human-blue,
.c-bg-white a.c-color-human-blue:hover,
.c-bg-white a:hover .c-color-human-blue,
a.c-color-human-blue:hover,
a:hover .c-color-human-blue {
  color: #0072bc !important;
}

.c-color-human-blue-light {
  color: #ffc400 !important;
}

.c-color-human-blue-dark {
  color: #005b96 !important;
}

a.c-color-human-blue-dark:hover,
a.c-color-human-blue-light:hover,
a:hover .c-color-human-blue-dark,
a:hover .c-color-human-blue-light {
  color: #0072bc !important;
}

.c-color-smart-navy {
  color: #949494 !important;
}

.c-bg-gray-100 .c-color-smart-navy,
.c-bg-white .c-color-smart-navy {
  color: #2e404d !important;
}

.c-color-smart-navy-300 {
  color: #949494 !important;
}

.c-color-smart-navy-500 {
  color: #2e404d !important;
}

.c-color-smart-navy-600 {
  color: #2e404d !important;
}

.c-color-smart-navy-700 {
  color: #070f26 !important;
}

.c-color-smart-navy-800 {
  color: #070f26 !important;
}

.c-color-navy-500-gray-400 {
  color: #2e404d !important;
}

.c-bg-gray-100 .c-color-navy-500-gray-400,
.c-bg-white .c-color-navy-500-gray-400 {
  color: #2e404d !important;
}

.c-color-gray-100 {
  color: #e8e8e8 !important;
}

.c-color-gray-200 {
  color: #e8e8e8 !important;
}

.c-color-gray-400 {
  color: #2e404d !important;
}

.c-color-future-blue {
  color: #0072bc !important;
}

.c-color-future-blue-50 {
  color: #19a3fc !important;
}

.c-color-grey-100 {
  color: #949494 !important;
}

.c-color-alert,
.c-color-error,
.c-color-red {
  color: #e42600 !important;
}

/* 2カラム
-----------------------*/
.c-2column.c-2column--mt-8 > :not(:first-child) {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .c-2column > :not(:first-child) {
    margin-top: 40px;
  }

  .c-2column.c-2column--mt-0 > :not(:first-child) {
    margin-top: 0;
  }

  .c-2column.c-2column--mt-x-large > :not(:first-child) {
    margin-top: 36px;
  }
}

@media (min-width: 768px) {
  .c-2column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
 
  .c-2column.c-2column--mt-8 > *:nth-child(2) {
    margin-top: 0;
  }

  .c-2column > * {
    width: calc((100% - 5.58%) / 2);
  }

  .c-2column .c-2column > * {
    width: calc((100% - 24px) / 2);
  }

  .c-2column.c-2column--7to3 > :first-child {
    width: calc((100% - 48px) / 10 * 7);
  }

  .c-2column.c-2column--7to3 > :last-child {
    width: calc((100% - 48px) / 10 * 3);
  }

  .c-2column.c-2column--3to7 > :first-child {
    width: calc((100% - 48px) / 10 * 3);
  }

  .c-2column.c-2column--3to7 > :last-child {
    width: calc((100% - 48px) / 10 * 7);
  }

  .c-2column > :nth-child(n + 3) {
    margin-top: 48px;
  }

  .c-2column.c-2column--mt-0 > :nth-child(n + 3) {
    margin-top: 0;
  }

  .c-2column.c-2column--mt-x-large > :nth-child(n + 3) {
    margin-top: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-2column.c-2column--sidenav-left,
  .c-2column.c-2column--sidenav-right {
    display: block;
  }

  .c-2column.c-2column--sidenav-left > :not(:first-child),
  .c-2column.c-2column--sidenav-right > :not(:first-child) {
    margin-top: 40px;
  }

  .c-2column.c-2column--sidenav-left,
  .c-2column.c-2column--sidenav-right {
    display: block;
  }

  .c-2column.c-2column--sidenav-left > *,
  .c-2column.c-2column--sidenav-right > * {
    width: 100%;
  }

  .c-2column.c-2column--sidenav-left > :not(:first-child),
  .c-2column.c-2column--sidenav-right > :not(:first-child) {
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  .c-2column > * {
    width: calc((100% - 48px) / 2);
  }

  .c-2column.c-2column--sidenav-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-2column.c-2column--sidenav-left > :first-child {
    flex: none;
    width: 250px;
  }

  .c-2column.c-2column--sidenav-left > :last-child {
    width: calc(100% - 346px);
  }

  .c-2column.c-2column--sidenav-right > :first-child {
    width: calc(100% - 346px);
  }

  .c-2column.c-2column--sidenav-right > :last-child {
    flex: none;
    width: 250px;
  }
}

@media (max-width: 767px) {
  .c-2column-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-2column-sp > * {
    width: calc((100% - 5.58%) / 2);
  }

  .c-2column-sp > :nth-child(n + 3) {
    margin-top: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-2column-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-2column-tab > * {
    width: calc((100% - 5.58%) / 2) !important;
  }

  .c-2column-tab > :nth-child(n + 3) {
    margin-top: 48px;
  }
}

@media (min-width: 1024px) {
  .c-2column-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-2column-pc > * {
    width: calc((100% - 48px) / 2);
  }

  .c-2column-pc > :nth-child(n + 3) {
    margin-top: 48px;
  }
}

/* 3カラム
-----------------------*/
@media (max-width: 767px) {
  .c-3column > :not(:first-child) {
    margin-top: 40px;
  }

  .c-3column.is-sp-no-margin > :not(:first-child) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .c-3column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-3column > * {
    width: calc((100% - (2 * 5.58%)) / 3);
  }

  .c-3column::after {
    content: "";
    width: calc((100% - (2 * 5.58%)) / 3);
  }

  .c-3column > :nth-child(n + 4) {
    margin-top: 48px;
  }
}

@media (min-width: 1024px) {
  .c-3column > * {
    width: calc((100% - (2 * 48px)) / 3);
  }

  .c-3column::after {
    content: "";
    width: calc((100% - (2 * 48px)) / 3);
  }

  .c-3column-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-3column-pc > * {
    width: calc((100% - (2 * 48px)) / 3);
  }

  .c-3column-pc::after {
    content: "";
    width: calc((100% - (2 * 48px)) / 3);
    order: 1;
  }
}

.c-3column.c-3column--nowrap {
  flex-wrap: nowrap;
}

.c-3column.c-3column--nowrap::after {
  display: none;
}

/* 4カラム
-----------------------*/
@media (max-width: 767px) {
  .c-4column > :not(:first-child) {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .c-4column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-4column > * {
    width: calc((100% - (3 * 5.58%)) / 4);
  }

  .c-4column::after,
  .c-4column::before {
    content: "";
    width: calc((100% - (3 * 5.58%)) / 4);
    order: 1;
  }

  .c-4column > :nth-child(n + 5) {
    margin-top: 48px;
  }
}

@media (min-width: 1024px) {
  .c-4column > * {
    width: calc((100% - (3 * 48px)) / 4);
  }

  .c-4column::after,
  .c-4column::before {
    content: "";
    width: calc((100% - (3 * 48px)) / 4);
    order: 1;
  }

  .c-4column-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-4column-pc > * {
    width: calc((100% - (3 * 48px)) / 4);
  }

  .c-4column-pc::after,
  .c-4column-pc::before {
    content: "";
    width: calc((100% - (3 * 48px)) / 4);
    order: 1;
  }
}

/* 5カラム
-----------------------*/
@media (max-width: 767px) {
  .c-5column > :not(:first-child) {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .c-5column {
    display: flex;
    flex-wrap: wrap;
  }

  .c-5column > * {
    margin-right: 5.58%;
    width: calc((100% - (4 * 5.58%)) / 5);
  }

  .c-5column > :nth-child(5n) {
    margin-right: 0;
  }

  .c-5column > :nth-child(n + 5) {
    margin-top: 48px;
  }
}

@media (min-width: 1024px) {
  .c-5column > * {
    margin-right: 48px;
    width: calc((100% - (4 * 48px)) / 5);
  }

  .c-5column-pc {
    display: flex;
    flex-wrap: wrap;
  }

  .c-5column-pc > * {
    margin-right: 48px;
    width: calc((100% - (3 * 48px)) / 4);
  }

  .c-5column-pc > :nth-child(5n) {
    margin-right: 0;
  }

  .c-5column-pc > :nth-child(n + 5) {
    margin-top: 48px;
  }
}

/* フレックス
-----------------------*/
.c-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -8px;
}

.c-flex-wrap > * {
  margin: 8px 8px 0 0;
}

.c-flex-justify-center {
  display: flex;
  justify-content: center;
}

.c-flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-flex-center-baseline {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.c-flex-center-baseline > :first-child,
.c-flex-center-center > :first-child {
  margin-right: 16px;
}

.c-flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-flex-between-baseline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media (max-width: 767px) {
  .c-flex-justify-center-sp {
    display: flex;
    justify-content: center;
  }

  .c-flex-center-center-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-flex-center-baseline-sp {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .c-flex-center-baseline-sp > :first-child,
  .c-flex-center-center-sp > :first-child {
    margin-right: 16px;
  }

  .c-flex-between-center-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .c-flex-between-baseline-sp {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}

@media (min-width: 768px) {
  .c-flex-justify-center-pc {
    display: flex;
    justify-content: center;
  }

  .c-flex-center-center-pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-flex-center-baseline-pc {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }

  .c-flex-center-baseline-pc > :first-child,
  .c-flex-center-center-pc > :first-child {
    margin-right: 16px;
  }

  .c-flex-between-center-pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .c-flex-between-baseline-pc {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}

/* 画像透過マスク
-----------------------*/
.c-mask-img {
  position: relative;
}

.c-mask-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #070f26;
  width: 100%;
  height: 100%;
  opacity: 0.58;
}

/* モーダル
-----------------------*/
.c-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px 20px;
  background: rgba(21, 59, 86, 0.8);
  width: 100%;
  height: 100%;
}

/* Youtube
-----------------------*/
.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 引用
-----------------------*/
.c-blockquote {
  padding-left: 24px;
  border-left: 8px solid #2e404d;
}

.c-bg-gray-100 .c-blockquote,
.c-bg-white .c-blockquote {
  border-left: 8px solid #e8e8e8;
}

.c-blockquote__cite {
  display: block;
  margin-top: 24px;
  font-size: 1.1rem;
  text-align: right;
}

/* 画像hover時に画像を拡大
-----------------------*/
@media (min-width: 768px) {
  .c-img-hover-zoom {
    overflow: hidden;
  }

  .c-img-hover-zoom img {
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .c-img-hover-zoom a:hover img,
  a.c-img-hover-zoom:hover img,
  a:hover .c-img-hover-zoom img {
    transform: scale(1.05, 1.05);
    opacity: 1;
  }
  
  .p-panel-link:hover .c-img-hover-zoom img {
    transform: scale(1.05, 1.05);
    opacity: 1;
  }
}

.p-panel-link .c-img-hover-zoom {
  overflow: hidden;
}


/* JS用
-----------------------*/
/* js-accordion */
.js-accordion-open {
  display: none;
}

.js-accordion-btn.is-btn-plus {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
  border: 1px solid #ffc400;
  padding: 5px 72px 5px 40px;
  margin: 0 auto;
  background: 0 0;
  min-height: 64px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 40px;
}

.c-bg-gray-100 .js-accordion-btn.is-btn-plus,
.c-bg-white .js-accordion-btn.is-btn-plus {
  border-color: #005b96;
  color: #005b96;
}

.js-accordion-btn.is-btn-plus:hover {
  border-color: #fff;
}

.c-bg-gray-100 .js-accordion-btn.is-btn-plus:hover,
.c-bg-white .js-accordion-btn.is-btn-plus:hover {
  border-color: #070f26;
  color: #070f26;
}

.js-accordion-btn.is-btn-plus.is-lang-en::before {
  content: "SHOW MORE";
}

.js-accordion.is-open .js-accordion-btn.is-btn-plus.is-lang-en::before {
  content: "SHOW LESS";
}

.js-accordion-btn.is-btn-plus.is-lang-jp::before {
  content: "もっと見る";
}

.js-accordion.is-open .js-accordion-btn.is-btn-plus.is-lang-jp::before {
  content: "閉じる";
}

.js-accordion-btn.is-btn-plus::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  background: url(/assets/images/icon/white/plus.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.c-bg-gray-100 .js-accordion-btn.is-btn-plus::after,
.c-bg-white .js-accordion-btn.is-btn-plus::after {
  background: url(/assets/images/icon/future-blue_150/plus.svg) no-repeat center center;
  background-size: 100%;
}

.c-bg-gray-100 .js-accordion-btn.is-btn-plus:hover:after,
.c-bg-white .js-accordion-btn.is-btn-plus:hover:after {
  background: url(/assets/images/icon/smart-navy/plus.svg) no-repeat center center;
  background-size: 100%;
}

.js-accordion.is-open .js-accordion-btn.is-btn-plus::after {
  background: url(/assets/images/icon/white/minus.svg) no-repeat center center;
  background-size: 100%;
}

.c-bg-gray-100 .js-accordion.is-open .js-accordion-btn.is-btn-plus::after,
.c-bg-white .js-accordion.is-open .js-accordion-btn.is-btn-plus::after {
  background: url(/assets/images/icon/future-blue_150/minus.svg) no-repeat center center;
  background-size: 100%;
}

.c-bg-gray-100 .js-accordion.is-open .js-accordion-btn.is-btn-plus:hover:after,
.c-bg-white .js-accordion.is-open .js-accordion-btn.is-btn-plus:hover:after {
  background: url(/assets/images/icon/smart-navy/minus.svg) no-repeat center center;
  background-size: 100%;
}

.js-accordion-btn.is-btn-plus.c-btn-important {
  background-color: #ffc400;
  color: #070f26;
}

.c-bg-gray-100 .js-accordion-btn.is-btn-plus.c-btn-important,
.c-bg-white .js-accordion-btn.is-btn-plus.c-btn-important {
  background-color: #0072bc;
  color: #fff;
}

.js-accordion-btn.is-btn-plus.c-btn-important:hover {
  background-color: #fff;
}

.c-bg-gray-100 .js-accordion-btn.is-btn-plus.c-btn-important:hover,
.c-bg-white .js-accordion-btn.is-btn-plus.c-btn-important:hover {
  background-color: #070f26;
}

.js-accordion-btn.is-btn-plus.c-btn-important::after {
  background: url(/assets/images/icon/smart-navy/plus.svg) no-repeat center center;
  background-size: 100%;
}

.c-bg-gray-100 .js-accordion-btn.is-btn-plus.c-btn-important::after,
.c-bg-white .js-accordion-btn.is-btn-plus.c-btn-important::after {
  background: url(/assets/images/icon/white/plus.svg) no-repeat center center;
  background-size: 100%;
}

.js-accordion.is-open .js-accordion-btn.is-btn-plus.c-btn-important::after {
  background: url(/assets/images/icon/smart-navy/minus.svg) no-repeat center center;
  background-size: 100%;
}

.c-bg-gray-100 .js-accordion.is-open .js-accordion-btn.is-btn-plus.c-btn-important::after,
.c-bg-white .js-accordion.is-open .js-accordion-btn.is-btn-plus.c-btn-important::after {
  background: url(/assets/images/icon/white/minus.svg) no-repeat center center;
  background-size: 100%;
}

/* object-fit-images.js */
.js-object-fit-images {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.js-object-fit-images.is-top {
  object-position: top;
  font-family: "object-fit: cover; object-position: top;";
}

.js-object-fit-images.is-bottom {
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.js-object-fit-images.is-left {
  object-position: left;
  font-family: "object-fit: cover; object-position: left;";
}

.js-object-fit-images.is-right {
  object-position: right;
  font-family: "object-fit: cover; object-position: right;";
}

.js-object-fit-images.is-left-top {
  object-position: left top;
  font-family: "object-fit: cover; object-position: left top;";
}

.js-object-fit-images.is-left-bottom {
  object-position: left bottom;
  font-family: "object-fit: cover; object-position: left bottom;";
}

.js-object-fit-images.is-right-top {
  object-position: right top;
  font-family: "object-fit: cover; object-position: right top;";
}

.js-object-fit-images.is-right-bottom {
  object-position: right bottom;
  font-family: "object-fit: cover; object-position: right bottom;";
}

/* trunk8.js */
.js-line-clamp-01,
.js-line-clamp-02,
.js-line-clamp-03,
.js-line-clamp-04,
.js-line-clamp-05,
.js-line-clamp-06,
.js-line-clamp-07,
.js-line-clamp-08,
.js-line-clamp-09,
.js-line-clamp-10 {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}

.js-line-clamp-01 {
  -webkit-line-clamp: 1;
}

.js-line-clamp-02 {
  -webkit-line-clamp: 2;
}

.js-line-clamp-03 {
  -webkit-line-clamp: 3;
}

.js-line-clamp-04 {
  -webkit-line-clamp: 4;
}

.js-line-clamp-05 {
  -webkit-line-clamp: 5;
}

.js-line-clamp-06 {
  -webkit-line-clamp: 6;
}

.js-line-clamp-07 {
  -webkit-line-clamp: 7;
}

.js-line-clamp-08 {
  -webkit-line-clamp: 8;
}

.js-line-clamp-09 {
  -webkit-line-clamp: 9;
}

.js-line-clamp-10 {
  -webkit-line-clamp: 10;
}

.is-no-line-clamp .js-line-clamp-01,
.is-no-line-clamp .js-line-clamp-02,
.is-no-line-clamp .js-line-clamp-03,
.is-no-line-clamp .js-line-clamp-04,
.is-no-line-clamp .js-line-clamp-05,
.is-no-line-clamp .js-line-clamp-06,
.is-no-line-clamp .js-line-clamp-07,
.is-no-line-clamp .js-line-clamp-08,
.is-no-line-clamp .js-line-clamp-09,
.is-no-line-clamp .js-line-clamp-10 {
  display: initial;
  overflow: visible;
  -webkit-line-clamp: initial;
}

/* slick.js */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.js-slick-modal {
  line-height: 0;
}

.js-slick-modal .slick-next,
.js-slick-modal .slick-prev {
  position: absolute;
  z-index: 1;
  top: 0;
  border: none;
  padding: 0;
  background: rgba(7, 15, 38, 0.8);
  width: 34px;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.js-slick-modal .slick-prev {
  left: 0;
}

.js-slick-modal .slick-next {
  right: 0;
}

@media (min-width: 768px) {
  .js-slick-modal .slick-next,
  .js-slick-modal .slick-prev {
    width: 130px;
    opacity: 0;
  }

  .js-slick-modal .slick-next:hover,
  .js-slick-modal .slick-prev:hover {
    opacity: 1;
  }
}

.js-slick-1column .slick-next,
.js-slick-1column .slick-prev,
.js-slick-location-bnr .slick-next,
.js-slick-location-bnr .slick-prev {
  display: none !important;
}

@media (min-width: 768px) {
  .js-slick-1column.is-btn--bottom,
  .js-slick-location-bnr {
    padding-bottom: 104px;
  }

  .js-slick-1column .slick-next,
  .js-slick-1column .slick-prev,
  .js-slick-location-bnr .slick-next,
  .js-slick-location-bnr .slick-prev {
    display: block !important;
    position: absolute;
    top: -128px;
    z-index: 1;
    background: 0 0;
    border: 1px solid #fff;
    padding: 0;
    width: 64px;
    height: 64px;
    font-size: 0;
    outline: 0;
    cursor: pointer;
    transition: all 0.2s;
  }

  .js-slick-1column.is-btn--bottom .slick-next,
  .js-slick-1column.is-btn--bottom .slick-prev,
  .js-slick-location-bnr .slick-next,
  .js-slick-location-bnr .slick-prev {
    top: auto;
    bottom: 0;
  }

  .c-bg-gray-100 .js-slick-1column .slick-next,
  .c-bg-gray-100 .js-slick-1column .slick-prev,
  .c-bg-gray-100 .js-slick-location-bnr .slick-next,
  .c-bg-gray-100 .js-slick-location-bnr .slick-prev,
  .c-bg-white .js-slick-1column .slick-next,
  .c-bg-white .js-slick-1column .slick-prev,
  .c-bg-white .js-slick-location-bnr .slick-next,
  .c-bg-white .js-slick-location-bnr .slick-prev {
    border: 1px solid #005b96;
  }

  .js-slick-1column .slick-next:hover,
  .js-slick-1column .slick-prev:hover,
  .js-slick-location-bnr .slick-next:hover,
  .js-slick-location-bnr .slick-prev:hover {
    border: 1px solid #fff;
    background: #fff;
    z-index: 2;
  }

  .c-bg-gray-100 .js-slick-1column .slick-next:hover,
  .c-bg-gray-100 .js-slick-1column .slick-prev:hover,
  .c-bg-gray-100 .js-slick-location-bnr .slick-next:hover,
  .c-bg-gray-100 .js-slick-location-bnr .slick-prev:hover,
  .c-bg-white .js-slick-1column .slick-next:hover,
  .c-bg-white .js-slick-1column .slick-prev:hover,
  .c-bg-white .js-slick-location-bnr .slick-next:hover,
  .c-bg-white .js-slick-location-bnr .slick-prev:hover {
    border: 1px solid #070f26;
  }

  .js-slick-1column .slick-next:focus-visible,
  .js-slick-1column .slick-prev:focus-visible,
  .js-slick-location-bnr .slick-next:focus-visible,
  .js-slick-location-bnr .slick-prev:focus-visible {
    outline: 1px solid #fff;
  }

  .c-bg-gray-100 .js-slick-1column .slick-next:focus-visible,
  .c-bg-gray-100 .js-slick-1column .slick-prev:focus-visible,
  .c-bg-gray-100 .js-slick-location-bnr .slick-next:focus-visible,
  .c-bg-gray-100 .js-slick-location-bnr .slick-prev:focus-visible,
  .c-bg-white .js-slick-1column .slick-next:focus-visible,
  .c-bg-white .js-slick-1column .slick-prev:focus-visible,
  .c-bg-white .js-slick-location-bnr .slick-next:focus-visible,
  .c-bg-white .js-slick-location-bnr .slick-prev:focus-visible {
    outline: 1px solid #000;
  }

  .js-slick-1column .slick-prev,
  .js-slick-location-bnr .slick-prev {
    right: 63px;
  }

  .js-slick-1column .slick-next,
  .js-slick-location-bnr .slick-next {
    right: 0;
  }

  .js-slick-1column .slick-next.slick-disabled,
  .js-slick-1column .slick-prev.slick-disabled,
  .js-slick-location-bnr .slick-next.slick-disabled,
  .js-slick-location-bnr .slick-prev.slick-disabled {
    border: 1px solid #2e404d;
    z-index: 0;
    pointer-events: none;
  }

  .c-bg-gray-100 .js-slick-1column .slick-next.slick-disabled,
  .c-bg-gray-100 .js-slick-1column .slick-prev.slick-disabled,
  .c-bg-gray-100 .js-slick-location-bnr .slick-next.slick-disabled,
  .c-bg-gray-100 .js-slick-location-bnr .slick-prev.slick-disabled,
  .c-bg-white .js-slick-1column .slick-next.slick-disabled,
  .c-bg-white .js-slick-1column .slick-prev.slick-disabled,
  .c-bg-white .js-slick-location-bnr .slick-next.slick-disabled,
  .c-bg-white .js-slick-location-bnr .slick-prev.slick-disabled {
    border: 1px solid #e8e8e8;
  }

  .js-slick-1column .slick-next::after,
  .js-slick-1column .slick-next::before,
  .js-slick-1column .slick-prev::after,
  .js-slick-1column .slick-prev::before,
  .js-slick-location-bnr .slick-next::after,
  .js-slick-location-bnr .slick-next::before,
  .js-slick-location-bnr .slick-prev::after,
  .js-slick-location-bnr .slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
  }

  .js-slick-1column .slick-prev::before,
  .js-slick-location-bnr .slick-prev::before {
    background: url(/assets/images/icon/white/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .js-slick-1column .slick-next::before,
  .js-slick-location-bnr .slick-next::before {
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .js-slick-1column .slick-prev:hover::before,
  .js-slick-location-bnr .slick-prev:hover::before {
    background: url(/assets/images/icon/smart-navy/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .js-slick-1column .slick-next:hover::before,
  .js-slick-location-bnr .slick-next:hover::before {
    background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .c-bg-gray-100 .js-slick-1column .slick-prev::before,
  .c-bg-gray-100 .js-slick-location-bnr .slick-prev::before,
  .c-bg-white .js-slick-1column .slick-prev::before,
  .c-bg-white .js-slick-location-bnr .slick-prev::before {
    background: url(/assets/images/icon/future-blue_150/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .c-bg-gray-100 .js-slick-1column .slick-next::before,
  .c-bg-gray-100 .js-slick-location-bnr .slick-next::before,
  .c-bg-white .js-slick-1column .slick-next::before,
  .c-bg-white .js-slick-location-bnr .slick-next::before {
    background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .js-slick-1column .slick-prev::after,
  .js-slick-location-bnr .slick-prev::after {
    z-index: 1;
    background: url(/assets/images/icon/smart-navy/arrow_left.svg) no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: all 0.2s;
  }

  .js-slick-1column .slick-next::after,
  .js-slick-location-bnr .slick-next::after {
    z-index: 1;
    background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: all 0.2s;
  }

  .c-bg-gray-100 .js-slick-1column .slick-prev::after,
  .c-bg-gray-100 .js-slick-location-bnr .slick-prev::after,
  .c-bg-white .js-slick-1column .slick-prev::after,
  .c-bg-white .js-slick-location-bnr .slick-prev::after {
    background: url(/assets/images/icon/smart-navy/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .c-bg-gray-100 .js-slick-1column .slick-next::after,
  .c-bg-gray-100 .js-slick-location-bnr .slick-next::after,
  .c-bg-white .js-slick-1column .slick-next::after,
  .c-bg-white .js-slick-location-bnr .slick-next::after {
    background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .js-slick-1column .slick-next:hover::after,
  .js-slick-1column .slick-prev:hover::after,
  .js-slick-location-bnr .slick-next:hover::after,
  .js-slick-location-bnr .slick-prev:hover::after {
    opacity: 1;
  }

  .js-slick-1column .slick-next,
  .js-slick-1column .slick-prev,
  .js-slick-location-bnr .slick-next,
  .js-slick-location-bnr .slick-prev {
    display: block !important;
  }

  .js-slick-1column .slick-next::before,
  .js-slick-1column .slick-prev::before,
  .js-slick-location-bnr .slick-next::before,
  .js-slick-location-bnr .slick-prev::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
  }

  .js-slick-1column .slick-prev::before,
  .js-slick-location-bnr .slick-prev::before {
    background: url(/assets/images/icon/white/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .js-slick-1column .slick-next::before,
  .js-slick-location-bnr .slick-next::before {
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .js-slick-1column .slick-prev.slick-disabled::before,
  .js-slick-location-bnr .slick-prev.slick-disabled::before {
    background: url(/assets/images/icon/text-grey/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .js-slick-1column .slick-next.slick-disabled::before,
  .js-slick-location-bnr .slick-next.slick-disabled::before {
    background: url(/assets/images/icon/text-grey/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .c-bg-gray-100 .js-slick-1column .slick-prev.slick-disabled::before,
  .c-bg-gray-100 .js-slick-location-bnr .slick-prev.slick-disabled::before,
  .c-bg-white .js-slick-1column .slick-prev.slick-disabled::before,
  .c-bg-white .js-slick-location-bnr .slick-prev.slick-disabled::before {
    background: url(/assets/images/icon/grey_50/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .c-bg-gray-100 .js-slick-1column .slick-next.slick-disabled::before,
  .c-bg-gray-100 .js-slick-location-bnr .slick-next.slick-disabled::before,
  .c-bg-white .js-slick-1column .slick-next.slick-disabled::before,
  .c-bg-white .js-slick-location-bnr .slick-next.slick-disabled::before {
    background: url(/assets/images/icon/grey_50/arrow_right.svg) no-repeat;
    background-size: 100%;
  }
}

/* Shutto翻訳 */
.p-lang-select {
  overflow: hidden;
  display: block;
  position: fixed;
  right: 0;
  top: 95px;
  z-index: 20;
  background: #fff;
  border: 1px solid #dadbde;
  border-radius: 5px 0 0 5px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
  font-size: 0;
}

.p-lang-select__text {
  padding: 10px;
  color: #0072bc;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.p-lang-select.on .p-lang-select__text {
  display: none;
}

.p-lang-select__text::before {
  content: "";
  display: block;
  background: url(/assets/images/ico_language.png) no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
}

.p-lang-select__text span {
  display: none;
}

.p-lang-select__select {
  display: none;
}

.p-lang-select.on .p-lang-select__select {
  display: block;
  padding: 8px 0;
}

.p-lang-select__select__item {
  position: relative;
  padding: 0 15px 0 35px;
  color: #131b38;
  font-size: 1.4rem;
  line-height: 1.8;
  cursor: pointer;
}

.p-lang-select__select__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  border: 1px solid #696b75;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.p-lang-select__select__item:hover::before {
  border-color: #3176f6;
}

.p-lang-select__select__item::after {
  display: none;
  content: "";
  position: absolute;
  top: 8px;
  left: 18px;
  border: 1px solid #696b75;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.p-lang-select__select__item[data-stt-active]::after {
  display: block;
  background: #696b75;
}

.p-lang-select__select__item:hover::after {
  display: block;
  border-color: #3176f6;
  background: #3176f6;
}

@media (min-width: 768px) {
  .p-lang-select {
    top: 185px;
  }

  .p-lang-select__text {
    padding: 15px;
  }

  .p-lang-select__text::before {
    display: none;
  }

  .p-lang-select__text span {
    display: inline-block;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
  }
}

/* フォーム用 */
.js-form-radio-toggle {
  display: none;
}

.js-form-radio-toggle.is-active {
  display: block;
}

.js-contact-error {
  display: none;
  color: #e42600;
}

.is-error:has(.c-input-text-type-c),
.is-error:has(.c-select-type-c),
.is-error:has(.c-textarea-type-b),
.is-error:has(.c-radio) > .js-contact-error {
  position: relative;
}

.is-error:has(.c-radio) > .js-contact-error {
  padding-left: 28px;
}

.is-error:has(.c-input-text-type-c)::after,
.is-error:has(.c-select-type-c)::after,
.is-error:has(.c-textarea-type-b)::after,
.is-error:has(.c-radio) > .js-contact-error::before {
  font: var(--fa-font-solid);
  content: "\f06a";
  position: absolute;
  font-size: 2rem;
  color: #e42600;
}

.is-error:has(.c-input-text-type-c)::after,
.is-error:has(.c-textarea-type-b)::after {
  right: 10px;
  top: 38px;
}

.is-error:has(.c-select-type-c)::after {
  right: 44px;
  top: 38px;
}

.is-error:has(.c-radio) > .js-contact-error::before {
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

/*========================================
下層用パーツ
==========================================*/
/* 汎用
-----------------------*/
/* アイコン */
.c-icon {
  display: flex;
  align-items: baseline;
}

.c-icon.c-btn,
.c-icon.c-btn-important {
  align-items: center;
}

.c-icon::before {
  content: "";
  display: block;
  flex: none;
  position: relative;
  top: 6px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.c-icon.c-btn-important::before,
.c-icon.c-btn::before {
  top: 0;
}

.c-icon.c-icon--sm::before {
  top: 3px;
  width: 16px;
  height: 16px;
}

.c-icon.is-location::before {
  background: url(/assets/images/icon/white/location.svg) no-repeat;
  background-size: 100%;
}

.c-icon.is-location--navy-300:not(.c-btn):not(.c-btn-important)::before {
  background: url(/assets/images/icon/grey_50/location.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-icon.is-location:not(.c-btn):not(.c-btn-important)::before,
.c-bg-white .c-icon.is-location:not(.c-btn):not(.c-btn-important)::before {
  background: url(/assets/images/icon/text-grey/location.svg) no-repeat;
  background-size: 100%;
}

.c-icon.is-search::before {
  background: url(/assets/images/icon/smart-navy/search.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-icon.is-search:not(.c-btn):not(.c-btn-important)::before,
.c-bg-white .c-icon.is-search:not(.c-btn):not(.c-btn-important)::before {
  background: url(/assets/images/icon/text-grey/search.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-icon.is-search::before,
.c-bg-white .c-icon.is-search::before {
  background: url(/assets/images/icon/white/search.svg) no-repeat;
  background-size: 100%;
}

/* リンクアイコン 外部リンク */
.c-link-external {
  color: #ffc400;
}

.c-bg-gray-100 .c-link-external,
.c-bg-white .c-link-external {
  color: #0072bc;
}

.c-link-external:hover {
  color: #fff;
}

.c-bg-gray-100 .c-link-external:hover,
.c-bg-white .c-link-external:hover {
  color: #070f26;
}

.c-link-external::after {
  content: "";
  display: inline-block;
  flex: none;
  position: relative;
  top: 2px;
  margin-left: 8px;
  background: url(/assets/images/icon/yellow/external_link.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .c-link-external::after,
.c-bg-white .c-link-external::after {
  background: url(/assets/images/icon/future-blue/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-link-external:hover::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-link-external:hover::after,
.c-bg-white .c-link-external:hover::after {
  background: url(/assets/images/icon/smart-navy/external_link.svg) no-repeat;
  background-size: 100%;
}

/* リンクアイコン ダウンロード */
.c-link-download {
  display: flex;
  align-items: baseline;
}

.c-link-download::before {
  content: "";
  display: block;
  flex: none;
  position: relative;
  top: 3px;
  margin-right: 8px;
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-link-download::before,
.c-bg-white .c-link-download::before {
  background: url(/assets/images/icon/future-blue/download.svg) no-repeat;
  background-size: 100%;
}

.c-link-download:hover::before,
a:hover .c-link-download::before {
  top: 8px;
}

.p-block:not(.p-block--navigation) .c-link-download {
  color: #ffc400;
}

.p-block:not(.p-block--navigation) .c-link-download::before {
  background: url(/assets/images/icon/white/download.svg) no-repeat;
  background-size: 100%;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-link-download,
.p-block:not(.p-block--navigation).c-bg-white .c-link-download {
  color: #0072bc;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-link-download:hover,
.p-block:not(.p-block--navigation).c-bg-white .c-link-download:hover {
  color: #070f26;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-link-download::before,
.p-block:not(.p-block--navigation).c-bg-white .c-link-download::before {
  background: url(/assets/images/icon/future-blue/download.svg) no-repeat;
  background-size: 100%;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-link-download:hover:before,
.p-block:not(.p-block--navigation).c-bg-white .c-link-download:hover::before {
  background: url(/assets/images/icon/smart-navy/download.svg) no-repeat;
  background-size: 100%;
}

/* リンクアイコン ファイル・PDF */
.c-link-document {
  display: flex;
  align-items: baseline;
}

.c-link-document::before {
  content: "";
  display: block;
  flex: none;
  position: relative;
  top: 6px;
  margin-right: 8px;
  background: url(/assets/images/icon/white/document.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.c-bg-gray-100 .c-link-document::before,
.c-bg-white .c-link-document::before {
  background: url(/assets/images/icon/future-blue/document.svg) no-repeat;
  background-size: 100%;
}

.c-link-document.is-white::before,
.p-content-header .c-link-document::before {
  background: url(/assets/images/icon/white/document.svg) no-repeat;
  background-size: 100%;
}

.c-link-document.is-smart-navy-500::before,
.p-content-header.c-bg-white .c-link-document::before {
  background: url(/assets/images/icon/text-grey/document.svg) no-repeat;
  background-size: 100%;
}

.c-link-document.is-pdf::before {
  background: url(/assets/images/icon/white/document_pdf.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-link-document.is-pdf::before,
.c-bg-white .c-link-document.is-pdf::before {
  background: url(/assets/images/icon/future-blue/document_pdf.svg) no-repeat;
  background-size: 100%;
}

.c-link-document.is-pdf.is-white::before,
.p-content-header .c-link-document.is-pdf::before {
  background: url(/assets/images/icon/white/document_pdf.svg) no-repeat;
  background-size: 100%;
}

.c-link-document.is-pdf.is-smart-navy-500::before,
.p-content-header.c-bg-white .c-link-document.is-pdf::before {
  background: url(/assets/images/icon/text-grey/document_pdf.svg) no-repeat;
  background-size: 100%;
}

.p-block:not(.p-block--navigation) .c-link-document a {
  color: #ffc400;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-link-document a,
.p-block:not(.p-block--navigation).c-bg-white .c-link-document a {
  color: #0072bc;
}
.p-block:not(.p-block--navigation).c-bg-gray-100 .c-link-document a:hover,
.p-block:not(.p-block--navigation).c-bg-white .c-link-document a:hover {
  color: #070f26;
}

/* 小矢印リンク */
.c-link-arrow-s,
a.c-link-arrow-s {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
  color: #ffc400;
}

.c-bg-gray-100 .c-link-arrow-s,
.c-bg-white .c-link-arrow-s,
a.c-bg-gray-100 .c-link-arrow-s,
a.c-bg-white .c-link-arrow-s {
  color: #0072bc;
}

.c-link-arrow-s:hover,
a.c-link-arrow-s:hover {
  color: #fff;
}

.c-bg-gray-100 .c-link-arrow-s:hover,
.c-bg-white .c-link-arrow-s:hover,
a.c-bg-gray-100 .c-link-arrow-s:hover,
a.c-bg-white .c-link-arrow-s:hover {
  color: #070f26;
}

.c-link-arrow-s::before {
  content: "";
  flex: none;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
  background: url(/assets/images/icon/yellow/arrow_s_right.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .c-link-arrow-s::before,
.c-bg-white .c-link-arrow-s::before {
  background: url(/assets/images/icon/future-blue/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

/* 小矢印リスト */
.c-list-arrow-s > li {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
}

.c-list-arrow-s > li + li {
  margin-top: 16px;
}

.c-list-arrow-s > li a {
  color: #ffc400;
}

.c-bg-gray-100 .c-list-arrow-s > li a,
.c-bg-white .c-list-arrow-s > li a {
  color: #0072bc;
}

.c-list-arrow-s > li a:hover {
  color: #fff;
}

.c-bg-gray-100 .c-list-arrow-s > li a:hover,
.c-bg-white .c-list-arrow-s > li a:hover {
  color: #070f26;
}

.c-list-arrow-s > li::before {
  content: "";
  flex: none;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
  background: url(/assets/images/icon/yellow/arrow_s_right.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-bg-gray-100 .c-list-arrow-s > li::before,
.c-bg-white .c-list-arrow-s > li::before {
  background: url(/assets/images/icon/future-blue/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

/* テキストマーカーリンク */
.c-link-marker-text {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
}

.c-link-marker-text > span:nth-child(1) {
  flex: none;
  display: inline-block;
  margin-right: 8px;
}

/* テキストマーカーリスト */
.c-list-marker-text > li {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
}

.c-list-marker-text > li + li {
  margin-top: 16px;
}

.c-list-marker-text > li > span:nth-child(1) {
  flex: none;
  display: inline-block;
  margin-right: 8px;
}

/* 横並びリスト */
.c-list-horizontal {
  display: block;
}

.c-list-horizontal li {
  margin-top: 24px;
}

.c-list-horizontal li:first-child {
  margin-top: 0;
}

.c-list-horizontal .c-list-horizontal__btn {
  margin-top: 40px;
  text-align: center;
}

.c-list-horizontal.js-accordion-open {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-list-horizontal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -20px;
    width: 100%;
  }

  .c-list-horizontal li {
    margin-top: 20px;
    margin-right: 50px;
  }

  .c-list-horizontal li:first-child {
    margin-top: 20px;
  }

  .c-list-horizontal .c-list-horizontal__btn {
    margin-top: 20px;
  }
}

/* コンテンツヘッダー
-----------------------*/
/* SNSシェアボタン */
.c-link-share {
  position: relative;
}
.c-link-share button {
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.c-link-share-text {
  display: flex;
  align-items: baseline;
}

.c-link-share-text:hover {
  text-decoration: underline;
}

.c-link-share-text::before {
  content: "";
  display: block;
  flex: none;
  position: relative;
  top: 3px;
  margin-right: 8px;
  background: url(/assets/images/icon/white/share.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-link-share-text::before,
.c-bg-white .c-link-share-text::before {
  background: url(/assets/images/icon/smart-navy/share.svg) no-repeat;
  background-size: 100%;
}

button.c-link-share-button {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  box-shadow: 8px 8px 15px 1px rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  font-size: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.is-open .c-link-share-button {
  opacity: 1;
  pointer-events: auto;
}

.is-open .c-link-share-button:nth-child(1) {
  top: 30px;
  left: -85px;
  background-image: url(/assets/images/icon/sns_facebook.svg);
}

.is-open .c-link-share-button:nth-child(2) {
  top: 75px;
  left: -51px;
  background-image: url(/assets/images/icon/sns_linkedin.svg);
}

.is-open .c-link-share-button:nth-child(3) {
  top: 100px;
  left: 0;
  background-image: url(/assets/images/icon/sns_x.svg);
}

/* PC_top_JP */
.p-block.p-block--toppage-caution > .p-block__inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-block--toppage-caution__head {
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.p-block--toppage-caution__text {
  font-size: 1.2rem;
  text-align: center;
}

/* search-result */
.p-content-header:has(.c-input-search-result) {
  border-bottom: 1px solid #2e404d;
}
.p-content-header__inner:has(.c-input-search-result) {
  padding-bottom: 52px;
}
.p-content-header__title:has(.c-input-search-result) {
  position: relative;
  height: 48px;
}
.p-content-header__title:has(.c-input-search-result)::before {
  content: "\f002";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-family: 'Font Awesome 6 Free';
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #0072bc;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-content-header__title:has(.c-input-search-result) {
    height: 70px;
  }
  .p-content-header__title:has(.c-input-search-result)::before {
    line-height: 1;
    left: 24px;
    font-size: 2.0rem;
    font-weight: 900;
  }
}

.c-input-search-result {
  border: none;
  padding: 9px 16px 9px 52px;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #070f26;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 40px;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .c-input-search-result {
    padding: 12px 52px;
    width: 536px;
    font-size: 1.6rem;
  }
}

/* Careers */
.c-list-careers-share {
  display: flex;
  align-items: center;
}

.c-list-careers-share > li + li {
  margin-left: 8px;
}

.c-list-careers-share > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #000;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.c-list-careers-share > li > a > img {
  width: 24px;
}

/* フィルター・ナビゲーション
-----------------------*/
/* 02-01 イベントページ絞り込み検索フィルター */
.c-filter-event > li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  margin-top: 2px;
  padding: 14px 20px 12px;
  background: #005b96;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
}

.c-filter-event > li:nth-child(1) {
  margin-top: 0;
}

.c-filter-event > li.is-current,
.c-filter-event > li.is-open,
.c-filter-event > li:hover {
  background: #070f26;
}

.c-filter-event > li::after {
  content: "";
  flex: none;
  display: inline-block;
  position: relative;
  top: 2px;
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-filter-event > li.is-open::after {
  background: url(/assets/images/icon/white/arrow_s_top.svg) no-repeat;
  background-size: 100%;
}

.c-filter-event > li.is-no-icon::after {
  display: none;
}

.c-filter-event > li > ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}

.c-filter-event > li.is-open > ul {
  display: block;
  border-left: 1px solid #949494;
  border-right: 1px solid #949494;
}

.c-filter-event > li > ul > li {
  display: flex;
  align-items: baseline;
  padding: 9px 12px 7px;
  background: #fff;
  width: 100%;
  color: #2e404d;
  cursor: pointer;
  border-bottom: 1px solid #949494;
}

.c-filter-event > li > ul > li.is-current,
.c-filter-event > li > ul > li:hover {
  background: #e8e8e8;
}

.c-filter-event > li.is-open > ul > li::before {
  content: "";
  display: block;
  flex: none;
  position: relative;
  top: 2px;
  margin-right: 2px;
  background: url(/assets/images/icon/text-grey/arrow_s_right.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-filter-event > li > ul > li > label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  cursor: pointer;
}

.c-filter-event > li > ul > li > label > input {
  display: none;
}

.c-filter-event > li > ul > li > label > span:last-child {
  margin-left: 12px;
}

.c-filter-event input[type="radio"].c-radio-filter + span {
  color: #2e404d;
}

.c-filter-event input[type="radio"].c-radio-filter + span:hover {
  color: #2e404d;
  text-decoration: none;
}

@media (min-width: 768px) {
  .c-filter-event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .c-filter-event::after,
  .c-filter-event::before {
    content: "";
    width: calc((100% - (2px * 3)) / 4);
    order: 1;
  }

  .c-filter-event > li {
    margin-top: 0;
    padding: 14px 12px 12px;
    width: calc((100% - (2px * 3)) / 4);
  }
}

/* 02-02 ページ内リンクメインビジュアル下 */
.c-nav-link-anchor {
  display: block;
  line-height: 1.5;
}

.js-sticky .c-nav-link-anchor {
  border-top: 1px solid #2e404d;
  overflow: auto;
  margin: 0 -20px;
  padding: 12px 20px;
  max-height: calc(100vh - 70px - 64px);
}

.c-nav-link-anchor > li {
  margin-top: 24px;
}

.js-sticky .c-nav-link-anchor > li {
  margin-top: 0;
}

.c-nav-link-anchor > li:nth-child(1) {
  margin-top: 0;
}

.c-nav-link-anchor > li > a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
}

.js-sticky .c-nav-link-anchor > li > a {
  padding: 12px 0;
}

.c-nav-link-anchor > li > a::after {
  font: var(--fa-font-solid);
  content: "\f13a";
  margin-left: 12px;
}

.c-nav-link-anchor > li > a.selected,
.c-nav-link-anchor > li > a:active,
.c-nav-link-anchor > li > a:hover {
  color: #ffc400;
  text-decoration: none;
}

.c-bg-white .c-nav-link-anchor > li > a,
.c-bg-gray-100 .c-nav-link-anchor > li > a {
  color: #070f26;
}

.c-bg-white .c-nav-link-anchor > li > a.selected,
.c-bg-gray-100 .c-nav-link-anchor > li > a.selected,
.c-bg-white .c-nav-link-anchor > li > a:active,
.c-bg-gray-100 .c-nav-link-anchor > li > a:active,
.c-bg-white .c-nav-link-anchor > li > a:hover,
.c-bg-gray-100 .c-nav-link-anchor > li > a:hover {
  color: #0072bc;
}

@media (min-width: 768px) {
  .c-nav-link-anchor {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -60px;
  }

  .c-nav-link-anchor > li {
    margin-top: 0;
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .js-sticky .c-nav-link-anchor {
    display: flex;
    margin: 0;
    margin-top: 0;
    margin-left: -60px;
    padding: 0;
    overflow: visible;
    max-height: none;
  }

  .js-sticky .c-nav-link-anchor > li {
    margin-top: 0;
    margin-left: 60px;
  }
}

@media (max-width: 1249px) {
  .l-header-ed23 + .l-main .js-sticky .c-nav-link-anchor {
    display: block;
    margin: 0 -40px;
    padding: 12px 40px;
    max-height: calc(100vh - 70px);
  }

  .l-header-ed23 + .l-main .js-sticky .c-nav-link-anchor > li {
    margin-top: 0;
    margin-left: 0;
  }

  .l-header-ed23 + .l-main .js-sticky .js-sticky-current-nav,
  .l-header-ed23 + .l-main .js-sticky .js-sticky-current-nav:hover {
    color: #ffc400;
    width: 100%;
  }
}

@media (max-width: 1359px) {
  .l-header + .l-main .js-sticky .c-nav-link-anchor {
    display: block;
    margin: 0 -40px;
    padding: 12px 40px;
    max-height: calc(100vh - 70px);
  }

  .l-header + .l-main .js-sticky .c-nav-link-anchor > li {
    margin-top: 0;
    margin-left: 0;
  }

  .l-header + .l-main .js-sticky .js-sticky-current-nav,
  .l-header + .l-main .js-sticky .js-sticky-current-nav:hover {
    color: #ffc400;
    width: 100%;
  }
}

@media (min-width: 1250px) {
  .l-header-ed23 + .l-main .js-sticky .c-nav-link-anchor {
    border-top: none;
  }

  .l-header-ed23 + .l-main .js-sticky .c-nav-link-anchor > li > a {
    padding: 0;
  }
}

@media (min-width: 1360px) {
  .l-header + .l-main .js-sticky .c-nav-link-anchor {
    border-top: none;
  }

  .l-header + .l-main .js-sticky .c-nav-link-anchor > li > a {
    padding: 0;
  }
}

.p-block:not(.p-block--navigation) .c-nav-link-anchor > li > a {
  color: #fff;
}

.p-block:not(.p-block--navigation) .c-nav-link-anchor > li > a:hover {
  color: #ffc400;
}

.p-block:not(.p-block--navigation) .c-nav-link-anchor > li > a::after {
  font: var(--fa-font-solid);
  content: "\f13a";
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-nav-link-anchor > li > a,
.p-block:not(.p-block--navigation).c-bg-white .c-nav-link-anchor > li > a {
  color: #070f26;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-nav-link-anchor > li > a:hover,
.p-block:not(.p-block--navigation).c-bg-white .c-nav-link-anchor > li > a:hover {
  color: #0072bc;
}

/* 02-02 ページ内リンクメインビジュアル下＋言語切り替え・SNS */
.c-nav-link-anchor-outer {
  display: block;
}

.c-nav-link-anchor-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.c-nav-link-anchor-right > li {
  margin-right: 24px;
}

.c-nav-link-anchor-right > li.is-english {
  order: 1;
  margin-top: 40px;
  margin-right: 0;
  width: 100%;
  text-align: center;
}

.c-nav-link-anchor-right > li.is-twitter a {
  display: block;
  background: url(/assets/images/icon/white/sns_twitter.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.c-nav-link-anchor-right > li.is-facebook a {
  display: block;
  background: url(/assets/images/icon/white/sns_facebook.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

@media (min-width: 1024px) {
  .c-nav-link-anchor-outer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
  }

  .c-nav-link-anchor-outer .c-nav-link-anchor {
    margin-left: -22px;
  }

  .c-nav-link-anchor-outer .c-nav-link-anchor > li {
    margin-left: 22px;
  }

  .c-nav-link-anchor-right {
    display: flex;
    flex: none;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 0;
  }

  .c-nav-link-anchor-right > li {
    margin-left: 30px;
    margin-right: 0;
  }

  .c-nav-link-anchor-right > li.is-english {
    order: 0;
    margin-top: 0;
    width: auto;
    text-align: left;
  }
}

/* 02-03 カテゴリー絞り込みフィルター */
/* 02-04 掲載年絞り込みフィルター */
[data-filter].is-active {
  color: #949494;
  font-weight: 700;
}

.p-block-filter-select {
  display: none;
  margin: 16px -20px 0;
  background: #141b31;
}

.p-block-filter-select.is-open {
  display: block;
}

.p-block-filter-select-inner {
  display: block;
  padding: 16px 20px;
}

@media (min-width: 768px) {
  .p-block-filter-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    margin: 48px -40px 0;
  }

  .p-block-filter-select-inner {
    display: flex;
    padding: 48px 40px;
  }
}

@media (min-width: 1024px) {
  .p-block-filter-select {
    margin: 48px calc((100% / 84 * 8) * -1) 0;
  }

  .p-block-filter-select-inner {
    padding: 48px 8%;
  }
}

@media (min-width: 1921px) {
  .p-block-filter-select {
    margin: 48px calc((((100vw - 17px) - (100%)) / 2) * -1) 0;
  }

  .p-block-filter-select-inner {
    padding: 48px 0;
    margin-left: auto;
    margin-right: auto;
    width: 1600px;
  }
}

.p-block-filter-select-all {
  min-width: 180px;
}

.p-block-filter-select-all label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.p-block-filter-select-scroll {
  width: 100%;
  margin-right: -40px;
}

.p-block-filter-select-scroll ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.p-block-filter-select-scroll ul li {
  width: 220px;
  margin-left: 40px;
  margin-top: 20px;
}

.p-block-filter-select-scroll label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.p-block-filter-select-scroll label:focus {
  outline: 0;
}

.p-block-filter-select-button {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-block-filter-select-all {
    min-width: 0;
    margin-right: 0;
  }

  .p-block-filter-select-scroll {
    margin-right: 0;
    margin-top: 20px;
  }

  .p-block-filter-select-scroll ul {
    justify-content: space-between;
  }

  .p-block-filter-select-scroll ul li:first-child {
    margin-top: 20px;
  }

  .p-block-filter-select-scroll ul li {
    min-width: 0;
    margin-left: 0;
    width: calc((100% - 20px) / 2 - 0.1px);
  }

  .p-block-filter-select-button {
    margin-top: 20px;
    text-align: center;
  }
}

input[type="radio"].c-radio-filter {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"].c-radio-filter + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #ffc400;
}

input[type="radio"].c-radio-filter + span:hover {
  color: #fff;
  text-decoration: underline;
}

input[type="radio"].c-radio-filter:checked,
input[type="radio"].c-radio-filter:focus {
  color: #fff;
}

input[type="radio"].c-radio-filter:checked + span,
input[type="radio"].c-radio-filter:focus + span {
  color: #fff;
  font-weight: 700;
}

input[type="radio"].c-radio-filter:focus + span {
  position: relative;
}

input[type="radio"].c-radio-filter:focus + span::before {
  content: "";
  width: calc(100% + 8px);
  height: 100%;
  border: 1px solid #fff;
  display: block;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
}

.c-bg-gray-100 input[type="radio"].c-radio-filter:checked,
.c-bg-white input[type="radio"].c-radio-filter:checked {
  color: #2e404d;
}

.c-bg-gray-100 input[type="radio"].c-radio-filter:checked + span,
.c-bg-white input[type="radio"].c-radio-filter:checked + span {
  color: #2e404d;
}

.c-link-down::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-link-down.is-open::after {
  background: url(/assets/images/icon/white/arrow_s_top.svg) no-repeat;
  background-size: 100%;
}

.c-link-down.is-active::after {
  background: url(/assets/images/icon/grey_50/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
}

.c-link-down.is-active.is-open::after {
  background: url(/assets/images/icon/grey_50/arrow_s_top.svg) no-repeat;
  background-size: 100%;
}

.c-btn[data-filter="all"] {
  position: relative;
}
.c-btn[data-filter="all"]:focus::before {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 1px solid #fff;
  display: block;
  border-radius: 112px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
}

.c-select2 {
  opacity: 0;
  height: 0;
  border: 0;
  width: 0;
}

.c-select2 + .chosen-container {
  font-size: 1.6rem;
  min-width: 150px;
}

.c-select2 + .chosen-container-single .chosen-single {
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid transparent;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  color: inherit;
  font-size: 3rem;
  line-height: inherit;
}

.c-select2 + .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #2e404d;
  background: #fff;
}
.c-select2 + .chosen-container-active .chosen-single {
  position: relative;
  overflow: visible;
}

.c-select2 + .chosen-container-active:not(.chosen-with-drop) .chosen-single::before {
  content: "";
  width: calc(100% + 8px);
  height: 100%;
  border: 1px solid #fff;
  display: block;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
}

.c-select2 + .chosen-container-single .chosen-single span {
  margin-right: 0;
}

.c-select2 + .chosen-container-active .chosen-single span {
  color: #ffc400;
}

.c-select2 + .chosen-container-active.chosen-with-drop .chosen-single span {
  color: #2e404d;
}

.c-select2 + .chosen-container-single .chosen-single div {
  position: static;
  margin-left: 10px;
  width: auto;
  height: auto;
}

.c-select2 + .chosen-container-single .chosen-single div::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  background: url(/assets/images/icon/white/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.c-select2 + .chosen-container-single.chosen-with-drop .chosen-single div::before {
  background: url(/assets/images/icon/smart-navy/arrow_s_bottom.svg) no-repeat;
  background-size: 100%;
}

.c-select2 + .chosen-container-single .chosen-single div b {
  display: none;
}

.c-select2 + .chosen-container-single .chosen-search .chosen-search-input {
  position: absolute;
  opacity: 0;
  height: 0;
  border: 0;
  width: 0;
}

.c-select2 + .chosen-container .chosen-results {
  color: #2e404d;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.js-select-contact {
  border-bottom: 1px solid #2e404d;
}

.js-select-contact select {
  opacity: 0;
  height: 40px;
}

.js-select-contact .c-select2 + .chosen-container {
  position: relative;
  z-index: 2;
  width: 100% !important;
}

.js-select-contact .c-select2 + .chosen-container-single .chosen-single {
  justify-content: space-between;
  padding: 6px 5px 4px 0;
  font-size: 2.6rem;
}

.js-select-contact .c-select2 + .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid transparent;
  background: 0 0;
  box-shadow: none;
  color: inherit;
}

.js-select-contact.is-first .c-select2 + .chosen-container-single .chosen-single span {
  opacity: 0;
}

.js-select-contact .c-select2 + .chosen-container-single .chosen-single div::before {
  color: #2e404d;
}

.js-select-contact .c-select2 + .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

.js-select-contact .chosen-container .chosen-results li:first-child {
  height: 0;
  padding: 0;
}

/* 02-05 同階層ページ推移ナビゲーション（メインビジュアル下） */
.c-nav-link {
  display: flex;
  flex-direction: column;
  margin-top: -24px;
}

.js-sticky .c-nav-link {
  border-top: 1px solid #2e404d;
  overflow: auto;
  margin: 0 -20px;
  padding: 12px 20px;
  max-height: calc(100vh - 70px - 64px);
}

.c-nav-link > li {
  margin-top: 24px;
}

.js-sticky .c-nav-link > li {
  margin-top: 0;
}

.c-nav-link > li.is-current,
.c-nav-link > li.is-current a,
.p-block:not(.p-block--navigation) .c-nav-link > li.is-current > a {
  color: #fff;
}

.c-bg-gray-100 .c-nav-link > li.is-current,
.c-bg-gray-100 .c-nav-link > li.is-current a,
.c-bg-gray-100.p-block:not(.p-block--navigation) .c-nav-link > li.is-current > a,
.c-bg-white .c-nav-link > li.is-current,
.c-bg-white .c-nav-link > li.is-current a,
.c-bg-white.p-block:not(.p-block--navigation) .c-nav-link > li.is-current > a {
  color: #070f26;
}

.c-nav-link > li > a {
  display: flex;
  align-items: center;
  color: #ffc400;
}

.c-nav-link > li > a:hover {
  color: #fff;
}

.c-bg-gray-100 .c-nav-link > li > a,
.c-bg-white .c-nav-link > li > a {
  color: #0072bc;
}

.c-bg-gray-100 .c-nav-link > li > a:hover,
.c-bg-white .c-nav-link > li > a:hover {
  color: #070f26;
}

.js-sticky .c-nav-link > li > a {
  padding: 12px 0;
}

.c-nav-link > li > a::after {
  content: "";
  display: block;
  flex: none;
  position: relative;
  top: -1px;
  margin-left: 8px;
  background: url(/assets/images/icon/yellow/arrow_s_right.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.c-nav-link > li.is-current > a::after,
.c-nav-link > li > a:hover::after,
.p-block:not(.p-block--navigation) .c-nav-link > li.is-current > a::after {
  background: url(/assets/images/icon/white/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-nav-link > li > a::after,
.c-bg-white .c-nav-link > li > a::after {
  background: url(/assets/images/icon/future-blue/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-nav-link > li.is-current > a::after,
.c-bg-gray-100 .c-nav-link > li > a:hover::after,
.c-bg-gray-100 .p-block:not(.p-block--navigation) .c-nav-link > li.is-current > a::after,
.c-bg-white .c-nav-link > li.is-current > a::after,
.c-bg-white .c-nav-link > li > a:hover::after,
.c-bg-white .p-block:not(.p-block--navigation) .c-nav-link > li.is-current > a::after {
  background: url(/assets/images/icon/smart-navy/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .c-nav-link {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -60px;
  }

  .js-sticky .c-nav-link {
    margin: 0 -40px;
    padding: 12px 40px 0;
  }

  .c-nav-link > li {
    margin-left: 60px;
  }

  .js-sticky .c-nav-link > li {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .js-sticky .c-nav-link {
    margin: 0;
    margin-left: -60px;
    margin-top: -24px;
    border-top: none;
    padding: 0;
    overflow: visible;
    max-height: none;
  }

  .js-sticky .c-nav-link > li {
    margin-left: 60px;
    margin-top: 24px;
  }

  .js-sticky .c-nav-link > li > a {
    padding: 0;
  }
}

.p-block:not(.p-block--navigation) .c-nav-link > li > a {
  color: #ffc400;
}

.p-block:not(.p-block--navigation) .c-nav-link > li > a:hover {
  color: #fff;
}

.p-block:not(.p-block--navigation) .c-nav-link > li > a::after {
  background: url(/assets/images/icon/yellow/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

.p-block:not(.p-block--navigation) .c-nav-link > li > a:hover::after {
  background: url(/assets/images/icon/white/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-nav-link > li > a,
.p-block:not(.p-block--navigation).c-bg-white .c-nav-link > li > a {
  color: #0072bc;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-nav-link > li > a:hover,
.p-block:not(.p-block--navigation).c-bg-white .c-nav-link > li > a:hover {
  color: #070f26;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-nav-link > li > a::after,
.p-block:not(.p-block--navigation).c-bg-white .c-nav-link > li > a::after {
  background: url(/assets/images/icon/future-blue/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

.p-block:not(.p-block--navigation).c-bg-gray-100 .c-nav-link > li.is-current > a::after,
.p-block:not(.p-block--navigation).c-bg-gray-100 .c-nav-link > li > a:hover::after,
.p-block:not(.p-block--navigation).c-bg-gray-100 .p-block:not(.p-block--navigation) .c-nav-link > li.is-current > a::after,
.p-block:not(.p-block--navigation).c-bg-white .c-nav-link > li.is-current > a::after,
.p-block:not(.p-block--navigation).c-bg-white .c-nav-link > li > a:hover::after,
.p-block:not(.p-block--navigation).c-bg-white .p-block:not(.p-block--navigation) .c-nav-link > li.is-current > a::after {
  background: url(/assets/images/icon/smart-navy/arrow_s_right.svg) no-repeat;
  background-size: 100%;
}

/* 02-06 検索結果カテゴリ一覧 */
.c-block-search-filter-num {
  display: inline-block;
  font-size: 3.2rem;
  margin-left: 8px;
}
.p-search-result .c-nav-link > li > a {
  display: inline-block;
}
.p-search-result .c-nav-link > li > a::after {
  display: inline-block;
  top: -6px;
}
@media (min-width: 768px) {
  .p-search-result .c-nav-link {
    align-items: flex-end;
  }
  .p-search-result .c-nav-link > li > a:hover .c-block-search-filter-num {
    text-decoration: underline;
  }
}

/* 02-07 検索結果一覧 */
.c-list-sort {
  display: flex;
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-list-sort a {
  color: #ffc400;
}

.c-bg-gray-100 .c-list-sort a,
.c-bg-white .c-list-sort a {
  color: #0072bc;
  text-decoration: underline;
}

.c-list-sort a:hover {
  color: #fff;
}

.c-bg-gray-100 .c-list-sort a:hover,
.c-bg-white .c-list-sort a:hover {
  color: #070f26;
}

.c-list-sort > * {
  margin-right: 16px;
}

.c-list-sort > .is-current {
  color: #fff;
}

.c-bg-gray-100 .c-list-sort > .is-current,
.c-bg-white .c-list-sort > .is-current {
  color: #2e404d;
}

.c-list-search-result li {
  border-bottom: 1px solid #2e404d;
}

.c-list-search-result li:nth-child(1) {
  border-top: 1px solid #2e404d;
}

.c-bg-gray-100 .c-list-search-result li,
.c-bg-white .c-list-search-result li {
  border-bottom: 1px solid #e8e8e8;
}

.c-bg-gray-100 .c-list-search-result li:nth-child(1),
.c-bg-white .c-list-search-result li:nth-child(1) {
  border-top: 1px solid #e8e8e8;
}

.c-list-search-result li a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 64px 20px 16px;
  text-decoration: none;
}

.c-list-search-result li a:hover > div > p {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .c-list-search-result li a {
    flex-wrap: nowrap;
  }
}

.c-list-search-result li a.c-btn-text-external {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.c-list-search-result li a.c-btn-text-external:hover {
  text-decoration: none;
}

.c-list-search-result li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  left: auto;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-search-result li a::after,
.c-bg-white .c-list-search-result li a::after {
  background-image: url(/assets/images/icon/future-blue_150/arrow_right.svg);
}

.c-list-search-result li a.c-btn-text-external::after {
  background-image: url(/assets/images/icon/yellow/external_link.svg);
  left: inherit;
}

.c-bg-gray-100 .c-list-search-result li a.c-btn-text-external::after,
.c-bg-white .c-list-search-result li a.c-btn-text-external::after {
  background-image: url(/assets/images/icon/future-blue_150/external_link.svg);
  left: inherit;
}

.c-list-search-result li a:hover::after {
  right: 8px;
}

.c-list-search-result li a.c-btn-text-external:hover::after {
  right: 16px;
}

.c-list-search-result li a::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-list-search-result li a:hover::before {
  background-image: url(/assets/images/icon/white/arrow_right.svg);
  right: 8px;
  opacity: 1;
}

.c-bg-gray-100 .c-list-search-result li a::before,
.c-bg-white .c-list-search-result li a::before {
  background-image: url(/assets/images/icon/future-blue/arrow_right.svg);
}

.c-bg-gray-100 .c-list-search-result li a:hover::before,
.c-bg-white .c-list-search-result li a:hover::before {
  background-image: url(/assets/images/icon/smart-navy/arrow_right.svg);
}

.c-list-search-result li a.c-btn-text-external::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  background: url(/assets/images/icon/yellow/external_link.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-search-result li a.c-btn-text-external::before,
.c-bg-white .c-list-search-result li a.c-btn-text-external::before {
  background-image: url(/assets/images/icon/future-blue/external_link.svg);
}

.c-bg-gray-100 .c-list-search-result li a.c-btn-text-external:hover::before,
.c-bg-white .c-list-search-result li a.c-btn-text-external:hover::before {
  background-image: url(/assets/images/icon/smart-navy/external_link.svg);
}

.c-list-search-result li a.c-btn-text-external:hover::before {
  background-image: url(/assets/images/icon/white/external_link.svg);
  opacity: 1;
}

.c-list-search-result h3 {
  line-height: 1.5;
}

.c-list-search-result h3 {
  line-height: 1.5;
}

.c-list-search-result dl {
  margin-top: 24px;
}

.c-list-search-result dl dt {
  color: #2e404d;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-list-search-result dl dd {
  margin-top: 16px;
}

.c-list-search-result dl dd div {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-list-search-result dl dd span {
  display: block;
  font-size: 1.1rem;
  color: #2e404d;
  line-height: 1.5;
  word-break: break-all;
}

.c-list-search-result dl dd :nth-child(n + 2) {
  margin-top: 4px;
}

/* .c-list-search-result と c-list-link の組み合わせ */
.c-list-link.c-list-search-result a::after {
  position: absolute;
  background: transparent !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  transform: none;
  margin-left: 0;
}

.c-list-link.c-list-search-result a::before,
.c-list-link.c-list-search-result a.c-btn-text-external::before {
  opacity: 1;
}

.c-list-link.c-list-search-result a:hover {
  text-decoration: underline !important;
}

.c-list-link.c-list-search-result a.c-btn-text-download {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}

.c-bg-gray-100 .c-list-link.c-list-search-result a.c-btn-text-download,
.c-bg-white .c-list-link.c-list-search-result a.c-btn-text-download {
  color: #2e404d;
}

.c-list-link.c-list-search-result a.c-btn-text-download::before,
.c-list-link.c-list-search-result a.c-btn-text-download::after {
  background-image: url(/assets/images/icon/yellow/download.svg);
  left: auto;
  margin: 0;
}

.c-bg-gray-100 .c-list-link.c-list-search-result a.c-btn-text-download::before,
.c-bg-white .c-list-link.c-list-search-result a.c-btn-text-download::before,
.c-bg-gray-100 .c-list-link.c-list-search-result a.c-btn-text-download::after,
.c-bg-white .c-list-link.c-list-search-result a.c-btn-text-download::after {
  background-image: url(/assets/images/icon/future-blue/download.svg);
}

.c-list-link.c-list-search-result a.c-btn-text-download:hover::before,
.c-list-link.c-list-search-result a.c-btn-text-download:hover::after {
  background-image: url(/assets/images/icon/white/download.svg);
  top: calc(50% + 4px);
  right: 16px;
}

.c-bg-gray-100 .c-list-link.c-list-search-result a.c-btn-text-download:hover::before,
.c-bg-white .c-list-link.c-list-search-result a.c-btn-text-download:hover::before,
.c-bg-gray-100 .c-list-link.c-list-search-result a.c-btn-text-download:hover::after,
.c-bg-white .c-list-link.c-list-search-result a.c-btn-text-download:hover::after {
  background-image: url(/assets/images/icon/smart-navy/download.svg);
}

.js-accordion-open .c-list-link.c-list-search-result li:nth-child(1),
.js-accordion-open .c-list-link.c-list-search-result li:nth-child(2) {
  border-top: none;
}

/* 02-08 下層ページ推移ナビゲーション（ページ下部） */
.p-panel-image-nav {
  text-align: center;
}

.p-panel-image-nav.is-active {
  color: #949494;
}

.c-bg-gray-100 .p-panel-image-nav.is-active,
.c-bg-white .p-panel-image-nav.is-active {
  color: #2e404d;
}

.p-panel-image-nav a {
  text-decoration: none;
}

.p-panel-image-nav.is-active a {
  pointer-events: none;
}

.p-panel-image-nav__image {
  margin-bottom: 16px;
  font-size: 0;
}

.p-panel-image-nav__head {
  font-weight: 700;
  line-height: 1.5;
}

.p-panel-image-nav__text {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-panel-image-nav__link {
  margin-top: 24px;
}

/* 02-09 前後ページナビゲーションリンク */
@media (max-width: 767px) {
  .c-nav-page-prev-next {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-nav-page-prev-next {
    display: flex;
    justify-content: space-between;
  }

  .c-nav-page-prev-next > * {
    width: calc((100% - (60px * 2)) / 3);
  }

  .c-nav-page-prev-next__prev {
    text-align: left;
  }

  .c-nav-page-prev-next__prev a {
    display: flex;
    align-items: center;
    position: relative;
  }

  .c-nav-page-prev-next__prev a::before {
    content: "";
    flex: none;
    position: relative;
    left: 0;
    background: url(/assets/images/icon/yellow/arrow_left.svg) no-repeat;
    background-size: 100%;
    margin-right: 24px;
    width: 24px;
    height: 24px;
    transition: all 0.2s;
  }

  .c-bg-gray-100 .c-nav-page-prev-next__prev a::before,
  .c-bg-white .c-nav-page-prev-next__prev a::before {
    background: url(/assets/images/icon/future-blue_150/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .c-nav-page-prev-next__prev a:hover::before {
    left: -5px;
  }

  .c-nav-page-prev-next__prev a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    background: url(/assets/images/icon/white/arrow_left.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.2s;
  }

  .c-bg-gray-100 .c-nav-page-prev-next__prev a::after,
  .c-bg-white .c-nav-page-prev-next__prev a::after {
    background: url(/assets/images/icon/smart-navy/arrow_left.svg) no-repeat;
    background-size: 100%;
  }

  .c-nav-page-prev-next__prev a:hover::after {
    left: -5px;
    opacity: 1;
  }

  .c-nav-page-prev-next__current {
    text-align: center;
  }

  .c-nav-page-prev-next__next {
    text-align: right;
  }

  .c-nav-page-prev-next__next a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  .c-nav-page-prev-next__next a::after {
    content: "";
    flex: none;
    position: relative;
    left: 0;
    background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat;
    background-size: 100%;
    margin-left: 24px;
    width: 24px;
    height: 24px;
    transition: all 0.2s;
  }

  .c-bg-gray-100 .c-nav-page-prev-next__next a::after,
  .c-bg-white .c-nav-page-prev-next__next a::after {
    background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .c-nav-page-prev-next__next a:hover::after {
    left: 5px;
  }

  .c-nav-page-prev-next__next a::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    background: url(/assets/images/icon/white/arrow_right.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.2s;
  }

  .c-bg-gray-100 .c-nav-page-prev-next__next a::before,
  .c-bg-white .c-nav-page-prev-next__next a::before {
    background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat;
    background-size: 100%;
  }

  .c-nav-page-prev-next__next a:hover::before {
    right: -5px;
    opacity: 1;
  }
}

/* ニュース
-----------------------*/
/* 03-01 ニュース一覧 ページ内リンクメインビジュアル下 */
.c-list-news-date-merge li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 0 20px 16px;
  border-bottom: 1px solid #2e404d;
}

.c-list-news-date-merge li:nth-child(1) {
  border-top: 1px solid #2e404d;
}

.c-bg-gray-100 .c-list-news-date-merge li,
.c-bg-white .c-list-news-date-merge li {
  border-bottom: 1px solid #e8e8e8;
}

.c-bg-gray-100 .c-list-news-date-merge li:nth-child(1),
.c-bg-white .c-list-news-date-merge li:nth-child(1) {
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  .c-list-news-date-merge li {
    flex-wrap: nowrap;
    text-decoration: none;
  }
}

.c-list-news-date-merge li > :nth-child(1) {
  flex: none;
  width: calc(100%);
  color: #949494;
}

.c-bg-gray-100 .c-list-news-date-merge li > :nth-child(1),
.c-bg-white .c-list-news-date-merge li > :nth-child(1) {
  color: #2e404d;
}

@media (min-width: 768px) {
  .c-list-news-date-merge li > :nth-child(1) {
    margin-right: 24px;
    width: auto;
    min-width: 130px;
  }

  .c-list-news-date-merge.is-ir-calendar li > :nth-child(1) {
    min-width: 160px;
  }
}

.c-list-news-date-merge__date {
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-list-news-date-merge li > :nth-child(2) {
  margin-top: 16px;
  margin-left: 16px;
  width: calc(100%);
}

@media (min-width: 768px) {
  .c-list-news-date-merge li > :nth-child(2) {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}

.c-list-news-date-merge li > :nth-child(2) > div + div {
  margin-top: 20px;
  border-top: 1px solid #2e404d;
  padding-top: 20px;
}

.c-bg-gray-100 .c-list-news-date-merge li > :nth-child(2) > div + div,
.c-bg-white .c-list-news-date-merge li > :nth-child(2) > div + div {
  border-top: 1px solid #e8e8e8;
}

.c-list-news-date-merge a {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 64px;
  text-decoration: none;
  color: #fff;
}

.c-bg-gray-100 .c-list-news-date-merge a,
.c-bg-gray-100 .c-list-news-date-merge a:hover,
.c-bg-white .c-list-news-date-merge a,
.c-bg-white .c-list-news-date-merge a:hover {
  color: #070f26;
}

.c-list-news-date-merge a:hover h3,
.c-list-news-date-merge .c-list-news-date-merge-list-link p.u-lh-15 a:hover {
  text-decoration: underline;
}

.c-list-news-date-merge a.c-btn-text-external:hover {
  text-decoration: none;
}

.c-list-news-date-merge li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-news-date-merge li a::after,
.c-bg-white .c-list-news-date-merge li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-list-news-date-merge a.c-btn-text-external,
.c-list-news-date-merge a.c-btn-text-external h3 {
  font-size: inherit;
}

.c-bg-gray-100 .c-list-news-date-merge a.c-btn-text-external,
.c-bg-gray-100 .c-list-news-date-merge a.c-btn-text-external h3,
.c-bg-white .c-list-news-date-merge a.c-btn-text-external,
.c-bg-white .c-list-news-date-merge a.c-btn-text-external h3 {
  color: #070f26;
}

.c-list-news-date-merge a.c-btn-text-external .c-list-news-date-merge__text {
  font-weight: 400;
}

.c-list-news-date-merge li a.c-btn-text-external::after {
  background: url(/assets/images/icon/yellow/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-list-news-date-merge li a.c-btn-text-external::after,
.c-bg-white .c-list-news-date-merge li a.c-btn-text-external::after,
.c-list-news-date-merge li a.c-btn-text-external::after {
  left: auto;
}

.c-bg-gray-100 .c-list-news-date-merge li a.c-btn-text-external::after,
.c-bg-white .c-list-news-date-merge li a.c-btn-text-external::after {
  background: url(/assets/images/icon/future-blue_150/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-list-news-date-merge li a:hover::after {
  right: 8px;
}

.c-list-news-date-merge li a::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  background: url(/assets/images/icon/white/arrow_right.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-gray-100 .c-list-news-date-merge li a::before,
.c-bg-white .c-list-news-date-merge li a::before {
  background-image: url(/assets/images/icon/smart-navy/arrow_right.svg);
}

.c-list-news-date-merge li a:hover::before {
  right: 8px;
  opacity: 1;
}

.c-list-news-date-merge li a.c-btn-text-external::before {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-btn-arrow.c-btn-text-external:hover::before,
a:hover .c-btn-arrow.c-btn-text-external::before {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-arrow.c-btn-text-external:hover::before,
.c-bg-gray-100 .c-list-news-date-merge li a.c-btn-text-external::before,
.c-bg-gray-100 a:hover .c-btn-arrow.c-btn-text-external::before,
.c-bg-white .c-btn-arrow.c-btn-text-external:hover::before,
.c-bg-white .c-list-news-date-merge li a.c-btn-text-external::before,
.c-bg-white a:hover .c-btn-arrow.c-btn-text-external::before {
  background: url(/assets/images/icon/smart-navy/external_link.svg) no-repeat;
  background-size: 100%;
}

.c-list-news-date-merge li a.c-btn-text-external:hover::after,
.c-list-news-date-merge li a.c-btn-text-external:hover::before {
  right: 16px;
}

.c-btn-arrow.c-btn-text-external:hover::before,
a:hover .c-btn-arrow.c-btn-text-external::before {
  right: 40px;
}

.c-btn-arrow.c-btn-text-external:hover::after,
a:hover .c-btn-arrow.c-btn-text-external::after {
  left: 0;
}

.c-list-news-date-merge li a.c-btn-text-external:hover h3 {
  text-decoration: underline;
}

.c-list-news-date-merge__category {
  margin-bottom: 16px;
  color: #949494;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-bg-white .c-list-news-date-merge__category,
.c-bg-gray-100 .c-list-news-date-merge__category {
  color: #2e404d;
}

.c-list-news-date-merge h3 {
  line-height: 1.5;
}

.c-bg-gray-100 .c-list-news-date-merge h3 span,
.c-bg-white .c-list-news-date-merge h3 span {
  color: #2e404d;
}

.c-list-news-date-merge__text {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .c-list-news-date-merge article {
    width: 100%;
  }
}

.c-list-news-date-merge article {
  width: 100%;
}

.c-list-news-date-merge .c-list-news-date-merge__detail {
  width: 100%;
}

.c-list-news-date-merge .c-list-news-date-merge-list-link {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 64px;
  text-decoration: none;
}

.c-list-news-date-merge .c-list-news-date-merge-list-link a {
  display: block;
  position: static;
  padding-right: 0;
}

.c-bg-white .c-list-news-date-merge li .c-list-news-date-merge-list-link a.c-btn-text-external::after {
  background: none;
}

.c-list-news-date-merge .c-list-news-date-merge-list-link a.c-btn-text-external {
  font-weight: 400;
}

.c-list-news-date-merge .c-list-news-date-merge-list-link a:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.c-bg-white .c-list-news-date-merge .c-list-news-date-merge-list-link a:before {
  background: url(/assets/images/icon/future-blue_150/arrow_right.svg) no-repeat center center;
}

.c-list-news-date-merge .c-list-news-date-merge-list-link a.c-btn-text-external:before {
  background: url(/assets/images/icon/yellow/external_link.svg) no-repeat center center;
}

.c-bg-white .c-list-news-date-merge .c-list-news-date-merge-list-link a.c-btn-text-external:before {
  background: url(/assets/images/icon/future-blue_150/external_link.svg) no-repeat center center;
}

.c-bg-white .c-list-news-date-merge .c-list-news-date-merge-list-link a:hover::before {
  background: url(/assets/images/icon/smart-navy/arrow_right.svg) no-repeat center center;
}

.c-list-news-date-merge .c-list-news-date-merge-list-link a.c-btn-text-external:hover::before {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat center center;
}

.c-bg-white .c-list-news-date-merge .c-list-news-date-merge-list-link a.c-btn-text-external:hover::before {
  background: url(/assets/images/icon/smart-navy/external_link.svg) no-repeat center center;
}

.c-list-news-date-merge .c-list-news-date-merge-list-link a:after,
.c-list-news-date-merge .c-list-news-date-merge-list-link a.c-btn-text-external:after {
  content: '';
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  pointer-events: auto;
  width: 100% !important;
  height: 100% !important;
  padding-right: 64px;
  background: none !important;
  transform: none !important;
}



/* 03-03 最新ニュース表示（開閉タイプ） */
.c-list-news-accordion {
  display: block;
  position: relative;
  border-top: 1px solid #2e404d;
  border-bottom: 1px solid #2e404d;
  padding: 20px 64px 20px 16px;
  width: 100%;
}

.c-bg-gray-100 .c-list-news-accordion,
.c-bg-white .c-list-news-accordion {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
  .c-list-news-accordion {
    display: flex;
    align-items: baseline;
  }
}

.c-list-news-accordion > :nth-child(1) {
  margin-bottom: 16px;
  margin-right: 24px;
}

@media (min-width: 768px) {
  .c-list-news-accordion > :nth-child(1) {
    margin-bottom: 0;
  }
}

.c-list-news-accordion > :nth-child(2) {
  width: 100%;
}

.c-list-news-accordion dl {
  display: block;
}

@media (min-width: 768px) {
  .c-list-news-accordion dl {
    display: flex;
    align-items: baseline;
  }
}

.c-list-news-accordion dl + dl {
  margin-top: 16px;
}

.c-list-news-accordion .js-accordion-open {
  margin-top: 16px;
}

.c-list-news-accordion dl dt {
  position: relative;
  top: 0;
  margin-right: 24px;
  min-width: 105px;
  color: #949494;
  font-size: 1.4rem;
}

.c-bg-gray-100 .c-list-news-accordion dl dt,
.c-bg-white .c-list-news-accordion dl dt {
  color: #2e404d;
}

.c-list-news-accordion__btn {
  cursor: pointer;
}

.c-list-news-accordion__btn::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 22px;
  background: url(/assets/images/icon/yellow/plus.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.c-bg-gray-100 .c-list-news-accordion__btn::before,
.c-bg-white .c-list-news-accordion__btn::before {
  background: url(/assets/images/icon/future-blue_150/plus.svg) no-repeat;
  background-size: 100%;
}

.c-list-news-accordion__btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 22px;
  background: url(/assets/images/icon/white/plus.svg) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  opacity: 0;
}

.c-bg-gray-100 .c-list-news-accordion__btn::after,
.c-bg-white .c-list-news-accordion__btn::after {
  background: url(/assets/images/icon/smart-navy/plus.svg) no-repeat center center;
  background-size: 100%;
}

.c-list-news-accordion__btn:hover::after {
  opacity: 1;
}

.c-bg-gray-100 .c-list-news-accordion__btn:hover::after,
.c-bg-white .c-list-news-accordion__btn:hover::after {
  background: url(/assets/images/icon/smart-navy/plus.svg) no-repeat center center;
  background-size: 100%;
}

.js-accordion.is-open .c-list-news-accordion__btn::before {
  background: url(/assets/images/icon/yellow/minus.svg) no-repeat center center;
  background-size: 100%;
}

.c-bg-gray-100 .js-accordion.is-open .c-list-news-accordion__btn::before,
.c-bg-white .js-accordion.is-open .c-list-news-accordion__btn::before {
  background: url(/assets/images/icon/future-blue_150/minus.svg) no-repeat;
  background-size: 100%;
}

.js-accordion.is-open .c-list-news-accordion__btn::after {
  background: url(/assets/images/icon/smart-navy/minus.svg) no-repeat center center;
  background-size: 100%;
}

.js-accordion.is-open .c-list-news-accordion__btn:hover::after {
  background: url(/assets/images/icon/white/minus.svg) no-repeat center center;
  background-size: 100%;
}

.c-bg-gray-100 .js-accordion.is-open .c-list-news-accordion__btn:hover::after,
.c-bg-white .js-accordion.is-open .c-list-news-accordion__btn:hover::after {
  background: url(/assets/images/icon/smart-navy/minus.svg) no-repeat center center;
  background-size: 100%;
}

/* カード・タイル
-----------------------*/
/* 04-08 サービスページコンテンツ一覧 / テクノロジーフォーサイト コンテンツ一覧 / 企業情報ページなど コンテンツ一覧 / IRページ コンテンツ一覧 */
.c-bg-gray-100 .c-mask-img::after,
.c-bg-white .c-mask-img::after {
  opacity: 0.58;
}

.p-panel-bg-img__body.js-match-height {
  display: flex;
  flex-direction: column;
}

.p-panel-bg-img__body.js-match-height .c-head-md {
  margin-bottom: 8px;
}

.p-panel-bg-img__body.js-match-height .p-block__link {
  margin-top: auto;
  padding-top: 40px;
}

/* 04-09 業種別・サービスページなど 関連ニュース表示 / インフォメーションコンテンツ一覧 */
.p-panel-bg-img.is-medium .p-panel-bg-img__img {
  height: 350px;
}

.p-panel-bg-img.is-medium .p-panel-bg-img__body.js-match-height-01 {
  display: flex;
  flex-direction: column;
}

.p-panel-bg-img.is-medium .p-panel-bg-img__body.js-match-height-01 .p-block__link {
  margin-top: auto;
  padding-top: 24px;
}

/* 04-10 業種別・サービスページなど 関連ニュース表示 / インフォメーションコンテンツ一覧 */
.p-panel-bg-img.is-small .p-panel-bg-img__img {
  height: 238px;
}

.p-panel-bg-img.is-small .p-panel-bg-img__body {
  padding: 0 24px 24px;
}

.p-panel-bg-img.is-small .c-head-sm {
  margin-bottom: 8px;
}

.p-panel-bg-img.is-small .p-panel-bg-img__body.js-match-height-01 {
  display: flex;
  flex-direction: column;
}

.p-panel-bg-img.is-small .p-panel-bg-img__body.js-match-height-01 .p-block__link {
  margin-top: auto;
  padding-top: 24px;
}

.p-panel-bg-img .c-btn-text-external {
  color: #fff;
}

.p-panel-bg-img .c-btn-text-external:hover,
.p-panel-bg-img a:hover .c-btn-text-external {
  color: #fff;
}

.p-panel-bg-img .c-btn-text-external::after {
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
  transition: left 0.2s;
}

.p-panel-bg-img .c-btn-text-external:hover::after,
.p-panel-bg-img a:hover .c-btn-text-external::after {
  left: 0;
  background: url(/assets/images/icon/white/external_link.svg) no-repeat;
  background-size: 100%;
}

/* テキスト
-----------------------*/
/* 05-01 サイトマップ */
.c-sitemap {
  display: block;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .c-sitemap {
      display:flex;
      justify-content: space-between;
      align-items: baseline;
  }
}

.c-sitemap > div:not(.c-sitemap-title-sub) {
  font-weight: 700;
}

.c-sitemap > ul {
  margin-top: 40px;
  margin-left: 16px;
  width: 100%;
}

.c-sitemap a {
  color: #ffc400;
}

.c-bg-gray-100 .c-sitemap a,
.c-bg-white .c-sitemap a {
  color: #0072bc;
}

.c-sitemap a:hover {
  color: #fff;
}

.c-bg-gray-100 .c-sitemap a:hover,.c-bg-white .c-sitemap a:hover {
  color: #070f26;
}

.c-sitemap-divider .c-divider.bt-none {
  border-bottom: none!important;
}

@media (min-width: 1024px) {
  .c-sitemap > div {
    width:calc((100% - 40px)/ 4);
  }

  .c-sitemap > ul {
    margin-top: 0;
    width: calc(((100% - 40px)/ 4) * 3);
  }
}

.c-sitemap > ul {
  display: block;
  margin-top: -16px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .c-sitemap > ul {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin-top: -16px;
  }
  .c-sitemap > ul::after {
    content: "";
    height: 0;
    font-size: 0;
  }
}

.c-sitemap > ul > li {
  margin-top: 16px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .c-sitemap > ul::after,
  .c-sitemap > ul > li {
    width:calc((100% - (40px * 2))/ 3);
  }
}

/* 05-02 コンテンツマップ */
.c-contents-map dt {
  font-size: 2rem;
  line-height: 1.5;
}

.c-contents-map dd {
  margin-top: 24px;
  margin-left: 16px;
}

/* 05-03 ダウンロード一覧 */
@media (min-width: 768px) {
  .c-list-download.c-list-download--img.c-3column {
    border-top: none;
  }
}

.c-list-download.c-list-download--img.c-3column li {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .c-list-download.c-list-download--img.c-3column {
    margin-top: 1px;
  }

  .c-list-download.c-list-download--img.c-3column li {
    margin-top: -1px;
    border-top: 1px solid #2e404d;
  }

  .c-bg-gray-100 .c-list-download.c-list-download--img.c-3column li,
  .c-bg-white .c-list-download.c-list-download--img.c-3column li {
    border-top: 1px solid #e8e8e8;
  }
}

.c-list-download.c-list-download--img li.is-no-ico-bg a::before {
  align-self: baseline;
  margin-right: 8px;
  background-color: inherit;
  width: 24px;
  height: 24px;
}

.c-list-download.c-list-download--img li.is-ico-pdf a::before {
  background-image: url(/assets/images/icon/white/document_pdf.svg);
}

.c-bg-gray-100 .c-list-download.c-list-download--img li.is-ico-pdf a::before,
.c-bg-white .c-list-download.c-list-download--img li.is-ico-pdf a::before {
  background-image: url(/assets/images/icon/smart-navy/document_pdf.svg);
}

.c-list-download.c-list-download--img.c-3column li a span span {
  margin-top: 4px;
}

/* 05-04  資料ダウンロード リンク 株価（外部API読込み） */
.c-iframe-spi {
  padding: 24px;
  background: #1d264d;
}

.c-iframe-spi iframe {
  padding: 0;
  border: 0;
  width: 100%;
  height: 184px;
}

.c-iframe-spi p {
  text-align: right;
  line-height: 1.5;
}

/* 05-08 書籍情報 / 企業情報 / イベントセミナー */
@media (min-width: 1024px) {
  .c-dl-divider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }

  .c-dl-divider > dt {
    width: 300px;
    margin-bottom: 0;
  }

  .c-dl-divider > dd {
    margin-left: auto;
    width: calc(100% - 340px);
  }

  .c-dl-divider > dd + dd {
    margin-top: 40px;
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
  }
}

/* 05-09 沿革ページ */
@media (max-width: 1023px) {
  .c-dl-divider--history > dt {
    display: block;
    font-size: 2rem;
    font-weight: 700;
  }

  .c-dl-divider--history > dd {
    padding-top: 40px;
    padding-left: 16px;
  }

  .c-dl-divider--history > dd > dl + dl {
    margin-top: 40px;
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
  }

  .c-dl-divider--history > dd > dl > dt {
    display: block;
    margin-bottom: 16px;
    color: #e8e8e8;
  }

  .c-bg-gray-100 .c-dl-divider--history > dd > dl > dt,
  .c-bg-white .c-dl-divider--history > dd > dl > dt {
    color: #2e404d;
  }

  .c-dl-divider--history > dd > dl > dd {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .c-dl-divider--history {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .c-dl-divider--history > dt {
    flex: none;
    margin-right: 20px;
    width: 80px;
    font-size: 2rem;
    font-weight: 700;
  }

  .c-dl-divider--history > dd {
    width: 100%;
  }

  .c-dl-divider--history > dd > dl {
    display: flex;
    align-items: baseline;
    width: 100%;
  }

  .c-dl-divider--history > dd > dl + dl {
    margin-top: 40px;
    border-top: 1px solid #2e404d;
    padding-top: 40px;
  }

  .c-bg-gray-100 .c-dl-divider--history > dd > dl + dl,
  .c-bg-white .c-dl-divider--history > dd > dl + dl {
    border-top: 1px solid #e8e8e8;
  }

  .c-dl-divider--history > dd > dl > dt {
    width: 200px;
    color: #e8e8e8;
  }

  .c-bg-gray-100 .c-dl-divider--history > dd > dl > dt,
  .c-bg-white .c-dl-divider--history > dd > dl > dt {
    color: #2e404d;
  }

  .c-dl-divider--history > dd > dl > dd {
    width: calc(100% - 340px);
  }
}

/* 05-11 お客様事例 / お客様課題→導入効果 */
.c-iframe-spi {
  padding: 24px;
  background: #1d264d;
}

/* その他
-----------------------*/
/* 10-01 カントリーセレクターページ */
.p-block-country-selector {
  position: relative;
  width: 100%;
  height: 100vh;
}

.p-block-country-selector__header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  padding: 0 20px;
  width: 100%;
}

.p-block-country-selector__inner {
  display: block;
}

.p-block-country-selector__head {
  position: relative;
  padding: 20px;
  height: 250px;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.3s ease-in;
}

.p-block-country-selector__head h1 {
  margin-top: 46px;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-block-country-selector__body {
  padding: 40px 20px 80px;
  min-height: calc(100vh - 250px - 73px);
  line-height: 1.5;
}

.p-block-country-selector__footer {
  padding: 0 20px 40px;
  color: #949494;
  font-size: 1.1rem;
  line-height: 1.5;
}

.p-block-country-selector__body .c-select-type-b {
  position: relative;
}

.p-block-country-selector__body .c-select-type-b .js-country-selector-company:nth-child(2) {
  position: absolute;
  left: 0;
  top: 52px;
  overflow-y: auto;
  border: 1px solid #767676;
  border-radius: 0;
  padding: 0;
  color: inherit;
  width: 100%;
  max-height: 406px;
}

.p-block-country-selector__body .c-select-type-b .js-country-selector-company:nth-child(2) option {
  padding: 1px 0 0 9px;
}

.p-block-country-selector__body .c-select-type-b .js-country-selector-company:nth-child(2) option:nth-child(odd) {
  background: #e8e8e8;
}

.p-block-country-selector__body .c-select-type-b .js-country-selector-company:nth-child(2) option:nth-child(even) {
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-block-country-selector__header {
    top: 40px;
    padding: 0 40px;
  }

  .p-block-country-selector__head {
    padding: 40px;
    height: 400px;
  }

  .p-block-country-selector__head h1 {
    margin-top: 56px;
    font-size: 9.6rem;
  }

  .p-block-country-selector__body {
    padding: 40px 40px 80px;
    min-height: calc(100vh - 400px - 57px);
  }

  .p-block-country-selector__footer {
    padding: 0 40px 40px;
  }
}

@media (min-width: 1024px) {
  .p-block-country-selector__header {
    top: 40px;
    padding: 0 40px;
  }

  .p-block-country-selector__inner {
    display: flex;
  }

  .p-block-country-selector__head {
    flex: none;
    padding: 40px;
    width: 50%;
    height: 100vh;
  }

  .p-block-country-selector__head h1 {
    margin-top: 56px;
    font-size: 9.6rem;
  }

  .p-block-country-selector__body {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    width: 50%;
    height: 100vh;
    min-height: 0;
  }

  .p-block-country-selector__footer {
    position: absolute;
    bottom: 40px;
    right: 40px;
    padding: 0;
    max-width: calc(50% - 80px);
    text-align: right;
  }
}

.js-country-selector-apply {
  cursor: pointer;
}

/* フォーム
-----------------------*/
/* 07-01 OurWayページ 事例カルーセル */
.p-block-form + .p-block-form {
  margin-top: 32px;
}

/* その他
-----------------------*/
/* Button_text zoom */
.c-btn-text-zoom {
  display: inline-flex;
  align-items: center;
  background: 0 0;
  color: #ffc400;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.c-bg-gray-100 .c-btn-text-zoom,
.c-bg-white .c-btn-text-zoom {
  color: #0072bc;
}

.c-btn-text-zoom:hover,
a:hover .c-btn-text-zoom {
  color: #fff;
}

.c-bg-gray-100 .c-btn-text-zoom:hover,
.c-bg-gray-100 a:hover .c-btn-text-zoom,
.c-bg-white .c-btn-text-zoom:hover,
.c-bg-white a:hover .c-btn-text-zoom {
  color: #070f26;
}

.c-btn-text-zoom::before {
  content: "";
  position: relative;
  left: 0;
  top: -1px;
  background: url(/assets/images/icon/yellow/zoom_in.svg) no-repeat;
  background-size: 100%;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  transition: all 0.2s;
}

.c-bg-gray-100 .c-btn-text-zoom::before,
.c-bg-white .c-btn-text-zoom::before {
  background: url(/assets/images/icon/future-blue/zoom_in.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-zoom:hover::before,
a:hover .c-btn-text-zoom::before {
  background: url(/assets/images/icon/white/zoom_in.svg) no-repeat;
  background-size: 100%;
}

.c-bg-gray-100 .c-btn-text-zoom:hover::before,
.c-bg-gray-100 a:hover .c-btn-text-zoom::before,
.c-bg-white .c-btn-text-zoom:hover::before,
.c-bg-white a:hover .c-btn-text-zoom::before {
  background: url(/assets/images/icon/smart-navy/zoom_in.svg) no-repeat;
  background-size: 100%;
}

.c-btn-text-zoom.c-btn-text-zoom--sm {
  font-size: 1.1rem;
}

.c-btn-text-zoom.c-btn-text-zoom--sm::before {
  width: 12px;
  height: 12px;
}

/* モーダル+動画 */
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ニュース記事 */
.l-content-news {
  display: block;
}

.l-content-news__nav {
  margin-top: 120px;
}

@media (min-width: 1024px) {
  .l-content-news {
    display: flex;
    justify-content: space-between;
  }

  .l-content-news__body {
    width: calc(100% - 350px - 40px);
  }

  .l-content-news__nav {
    margin-top: 0;
    width: 350px;
  }
}

/* JPサイト NEWS カテゴリ表示調整 */
.news-filter-select .p-block-filter-select-all {
  min-width: 100px;
}

.news-filter-select .p-block-filter-select-scroll li {
  width: auto;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .news-filter-select .p-block-filter-select-scroll {
    display: block;
  }

  .news-filter-select .p-block-filter-select-scroll ul {
    margin-top: 0;
  }

  .news-filter-select .p-block-filter-select-scroll li {
    width: 100%;
    margin-left: 0 !important;
  }
}

.p-block--list-news .c-list-news-accordion {
  border: none !important;
}

.p-block--list-news .c-list-news-accordion__btn::after,
.p-block--list-news .c-list-news-accordion__btn::before {
  transform: none !important;
}

.p-block--list-news .c-list-news-accordion__btn.viewmore::before {
  content: "もっと見る";
  position: static;
  background: 0 0 !important;
  line-height: 1.7;
}

.p-block--list-news .js-accordion.is-open .c-list-news-accordion__btn.viewmore::before {
  content: "閉じる";
}

.p-block--list-news .c-list-news-accordion__btn.viewmore {
  text-align: center;
}

.p-block--list-news .c-list-news-accordion__btn.viewmore::after {
  margin-left: 10px;
  right: auto;
  top: auto;
  opacity: 1;
}

.p-block--list-news .js-accordion-open .c-list-news-date-merge li:nth-child(1) {
  border-top: 0 !important;
}

.c-btn-accordion-qa > dt > div > :nth-child(2) {
  padding-left: 15px;
}

.c-btn-accordion-qa > dd > div > :nth-child(2) {
  padding-left: 18px;
}

.c-btn-accordion-qa > :first-child {
  height: auto !important;
  padding: 20px 0 !important;
  line-height: 1.5 !important;
}

/* APAC
-----------------------*/
@media screen and (max-width: 767px) {
  .c-location-bnr {
    position: relative;
    padding: 0 8px;
  }

  .c-location-bnr__img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    font-size: 0;
  }

  .c-location-bnr__img img {
    min-height: 400px;
    max-height: 650px;
  }

  .c-location-bnr__inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    width: 100%;
    height: 100%;
  }

  .c-location-bnr__inner__upper {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .c-location-bnr__title {
    margin-bottom: 8px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
  }

  .c-location-bnr__inner__lower {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: auto;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .c-location-bnr__inner__lower > :first-child {
    text-align: right;
  }

  .c-location-bnr__inner__lower > :last-child {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .c-location-bnr {
    position: relative;
  }

  .c-location-bnr + .c-location-bnr {
    margin-top: 40px;
  }

  .c-location-bnr__img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
  }

  .c-location-bnr__img img {
    min-height: 400px;
    max-height: 650px;
  }

  .c-location-bnr__inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    height: 100%;
  }

  .c-location-bnr__inner__upper {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .c-location-bnr__title {
    margin-bottom: 8px;
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
  }

  .c-location-bnr__inner__lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    font-size: 2rem;
    line-height: 1.5;
  }

  .c-location-bnr__inner__lower .c-btn-arrow {
    margin-left: 16px;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-location-bnr__img img {
    min-height: 500px;
  }
}

@media (min-width: 1024px) {
  .c-btn-accordion-qa > :first-child:hover {
    text-decoration: none !important;
  }

  .c-btn-accordion-qa > dt:hover p:first-child {
    text-decoration: none !important;
  }

  .c-btn-accordion-qa > dt:hover p:nth-child(2) {
    text-decoration: underline !important;
  }
}

/*========================================
Global Action
US資材取り込み修正用
==========================================*/
/* RegionalCountrySelector */
@media (min-width: 768px) {
  .l-wrapper.is-country-selector-open {
    position: relative;
  }
  .l-wrapper.is-country-selector-open::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 15, 38, 0.75);
    z-index: 101;
  }
}

.country-selector-modal {
  display: none;
  position: fixed;
  z-index: 110;
}

.l-wrapper.is-country-selector-open .country-selector-modal {
  display: block;
}

#closeHeader_CountrySelector img,
.new_countrySelect-OpcosCurrentSelect img:last-child {
  cursor: pointer;
}

.new_countrySelect-notAvailable {
  width: 100%;
}

.new_countrySelect-notAvailable button {
  cursor: pointer;
  color: #ffc400;
}

.new_countrySelect-notAvailable button img {
  vertical-align: middle;
  margin-left: 10px;
}

.new_countrySelect-suggestArea {
  width: calc(100% - 5px);
  padding-bottom: 24px;
  scrollbar-width: 12px;
  scrollbar-color: rgba(255, 255, 255, 0.60);
}

.new_countrySelect-suggestArea::-webkit-scrollbar {
  background: #070f26;
  width: 12px;
}

.new_countrySelect-suggestArea::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.60);
}

.new_countrySelect-suggestArea-cntr a,
.new_countrySelect-currentCountry-cntr a,
.new_countrySelect-currentCountry-cntr .countryDetail,
.new_countrySelect-suggestArea-cntr div.countryDetail,
.new_countrySelect-OpcosCurrentSelect {
  display: flex;
  align-items: center;
  height: 65px;
}

.new_countrySelect-suggestArea-cntr a img:last-child,
.new_countrySelect-currentCountry-cntr a img:last-child,
.new_countrySelect-suggestArea-cntr .countryDetail img:last-child,
.new_countrySelect-currentCountry-cntr .countryDetail img:last-child,
.new_countrySelect-OpcosCurrentSelect img:last-child {
  margin: 0 0 0 auto;
  height: 20px;
}

.new_countrySelect-suggestArea-cntr a span,
.new_countrySelect-currentCountry-cntr a span {
  line-height: 1;
}

.new_countrySelect-suggestArea-cntr a.active,
.new_countrySelect-suggestArea-cntr a.active:hover,
.country-selector-modal.is-global .countryDetail:has(img[style="display:block"]) {
  border-radius: 0.375rem;
  border: 1px solid #fff;
  background: #2e404d;
}

.new_countrySelector_Inputcntr span {
  right: 24px;
}

@media (min-width:768px) {
  .country-selector-modal:not(.is-global),
  .country-selector-modal.is-global .country-selector-modal-content {
    top: 2vh;
  }
  
  .country-selector-modal:not(.is-global) {
    overflow-y: visible !important;
  }
}

.new_countrySelect-container {
  position: relative;
}

@media (max-width: 767px) {
  .country-selector-modal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }

  .country-selector-modal .modal-content {
    border: none;
    box-shadow: none;
  }

  .new_countrySelect-container {
    height: 100vh;
  }
}

/* Global Country Selector */
@media (min-width: 768px) {
  .country-selector-modal.is-global .modal-dialog {
    background: url(/img/globalBG.jpg) no-repeat;
  }

  .country-selector-modal.is-global .modal-dialog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(7, 15, 38, 0.58);
    width: 100%;
    height: 100%;
  }

  .country-selector-modal.is-global .country-selector-modal__logo {
    position: absolute;
    display: flex;
    align-items: center;
    top: 30px;
    left: 40px;
    width: 144px;
    height: 20px;
    overflow: hidden;
  }
}

@media (max-width: 1249px) {
  .country-selector-modal.is-global .country-selector-modal__logo {
    top: 25px;
    left: 20px;
  }
}

@media (max-width: 767px) {
  .country-selector-modal.is-global .country-selector-modal-content {
    position: static!important;
    width: 100%;
    height: 100%;
  }
}

.country-selector-modal .geoip-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent 1%, rgba(7, 15, 38, 1) 20%);
  padding: 16px 25px 8px;
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.60);
  text-align: right;
  border-radius: 0.375rem;
}

.country-selector-modal.is-global .new_countrySelect-suggestArea {
  height: calc(96vh - 290px);
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .country-selector-modal.is-global .new_countrySelect-suggestArea {
    height: calc(100vh - 290px);
  }
}

.country-selector-modal.is-global .setOpCosDisplayVisible,
.country-selector-modal.is-global .opCos-Cntr {
  width: 100%;
}

.country-selector-modal.is-global .opCos-Cntr {
  padding: 24px;
}

.country-selector-modal.is-global .opCos-Cntr a {
  display: block;
}

.country-selector-modal.is-global .opCos-Cntr:hover a {
  color: #fff !important;
}

.country-selector-modal.is-global .opCos-Cntr a:hover::after {
  left: 15px;
}

.country-selector-modal.is-global .new_countrySelect-OpcosCurrentSelect,
.country-selector-modal.is-global #Opcos_countryContainer {
  width: calc(100% - 25px);
}

.country-selector-modal.is-global .new_countrySelect-OpcosCurrentSelect {
  position: relative;
}

.country-selector-modal.is-global .new_countrySelect-OpcosCurrentSelect::before {
  content: "";
  position: absolute;
  right: 21px;
  top: 17px;
  background: url(/img/fa-solid-fa-circle-chevron-down.svg) no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 767px) {
  .country-selector-modal.is-global .new_countrySelect-OpcosCurrentSelect::before {
    top: 18px;
  }
}

.country-selector-modal.is-global .new_countrySelect-OpcosCurrentSelect:has(#closeOpcosContainer:hover)::before {
  opacity: 1;
}

#closeOpcosContainer:hover {
  opacity: 0;
}

#closeOpcosContainer:hover {
  opacity: 0;
}

/* Suggested Country Module (GeoIP) */
.countryInitialModal {
  font-size: 22px;
  z-index: 9000;
}

.countryInitialModal-content {
  width: 76vw;
}

@media (max-width: 991px) {
  .countryInitialModal-content {
    width: 86.4vw;
    height: 81.5vh;
  }
}

@media (max-width: 767px) {
  .countryInitialModal-content {
    height: max-content!important;
  }
}

.countryInitialModal-title {
  width: calc(100% - 24px - 12px);
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .countryInitialModal-title {
    align-items: flex-start;
  }

  .countryInitialModal-header img {
    margin-right: 16px;
    margin-bottom: 0;
    float: none;
  }
}

.countryInitialModal-close:not(:disabled):not(.disabled) {
  width: 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.countryInitialModal-close:not(:disabled):not(.disabled):focus {
  outline: 1px solid #fff;
}

.countryInitialModal-header button img {
  width: 24px;
}

.countryInitialModal-body {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .countryInitialModal-body {
    margin-bottom: 0;
  }
}

.countryInitialModal-body .tab-menu li {
  padding-bottom: 32px;
  margin-right: 64px;
}

@media (max-width: 767px) {
  .countryInitialModal-body .tab-menu li {
    margin-right: 16px;
  }
}

.countryInitialModal-body .tab-menu li a,
.countryInitialModal-body .tab-menu li.active a {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .countryInitialModal-body .tab-menu li a,
  .countryInitialModal-body .tab-menu li.active a {
    font-size: 1.3rem;
  }
}

.countryInitialModal-body .tab-content .container-card::-webkit-scrollbar {
  background: #070f26;
  width: 12px;
}

.countryInitialModal-body .tab-content .container-card::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.60);
}

.countryInitialModal-body .tab-content .container-card .card {
  border-radius: 6px;
}

.countryInitialModal-body .tab-content .container-card .card h2 {
  line-height: 1.2;
  padding-bottom: 16px;
}

@media (max-width: 1280px) {
  .countryInitialModal-body .tab-content .container-card .card__wrap--inner {
    flex-basis: calc((100% - 25px) / 2);
    box-sizing: content-box;
  }

  .countryInitialModal-body .tab-content .container-card .card__wrap--inner:nth-child(2) {
    padding-right: 0;
  }

  .countryInitialModal-body .tab-content .container-card .card__wrap--inner:last-child {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .countryInitialModal-body .tab-content .container-card .card__wrap--inner {
    flex-basis: 100%;
  }

  .countryInitialModal-body .tab-content .container-card .card__wrap--inner:last-child {
    padding-bottom: 0!important;
  }
}

.countryInitialModal-body .tab-content .container-card .card__footer {
  padding-top: 24px;
}

.countryInitialModal-body .tab-content .container-card .card__footer a {
  font-size: 1.6rem;
  margin: 0;
}

.countryInitialModal-body .tab-content .container-card .card__footer a::after,
.country-selector-modal.is-global .opCos-Cntr a::after {
  content: "";
  display: inline-block;
  flex: none;
  position: relative;
  left: 10px;
  top: 2px;
  background: url(/assets/images/icon/yellow/arrow_right.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  transition: left .2s;
  padding-right: 0;
}

.countryInitialModal-body .tab-content .container-card .card:hover .card__footer a::after,
.countryInitialModal-body .tab-content .container-card .card__footer > a:hover::after,
.country-selector-modal.is-global .opCos-Cntr:hover a::after {
  background-image: url(/assets/images/icon/white/arrow_right.svg);
}

.countryInitialModal-body .tab-content .container-card .card__footer > a:hover::after {
  left: 18px;
}

.countryInitialModal-footer .intialLoad-footer-col1 p,
.countryInitialModal-footer .intialLoad-footer-col1 button {
  font-size: 1.6rem;
}

.countryInitialModal-footer .intialLoad-footer-col1 button {
  padding: 0 0 0 6px;
}

@media (max-width: 767px) {
  .countryInitialModal-footer .intialLoad-footer-col1 button {
    padding: 0;
  }
}

.countryInitialModal-footer .intialLoad-footer-col2 {
  font-size: 1.2rem;
  line-height: 1.2;
}

/*========================================
Utility（接頭辞 u-）
==========================================*/
/* ディスプレイ
-----------------------*/
/* PC、タブレットは表示 */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

/* タブレット、SPは表示 */
@media (min-width: 1024px) {
  .u-tab {
    display: none !important;
  }
}

/* SPのみ表示 */
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

@media (min-width: 0px) {
  .u-d-none {
    display: none !important;
  }

  .u-d-none-before::before {
    display: none !important;
  }

  .u-d-none-after::after {
    display: none !important;
  }

  .u-d-block {
    display: block !important;
  }

  .u-d-flex {
    display: flex !important;
  }

  .u-d-inline {
    display: inline !important;
  }

  .u-d-inline-block {
    display: inline-block !important;
  }

  .u-d-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .u-d-none-pc {
    display: none !important;
  }

  .u-d-none-before-pc::before {
    display: none !important;
  }

  .u-d-none-after-pc::after {
    display: none !important;
  }

  .u-d-block-pc {
    display: block !important;
  }

  .u-d-flex-pc {
    display: flex !important;
  }

  .u-d-inline-pc {
    display: inline !important;
  }

  .u-d-inline-block-pc {
    display: inline-block !important;
  }

  .u-d-inline-flex-pc {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-d-none-tab {
    display: none !important;
  }

  .u-d-none-before-tab::before {
    display: none !important;
  }

  .u-d-none-after-tab::after {
    display: none !important;
  }

  .u-d-block-tab {
    display: block !important;
  }

  .u-d-flex-tab {
    display: flex !important;
  }

  .u-d-inline-tab {
    display: inline !important;
  }

  .u-d-inline-block-tab {
    display: inline-block !important;
  }

  .u-d-inline-flex-tab {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 767px) {
  .u-d-none-sp {
    display: none !important;
  }

  .u-d-none-before-sp::before {
    display: none !important;
  }

  .u-d-none-after-sp::after {
    display: none !important;
  }

  .u-d-block-sp {
    display: block !important;
  }

  .u-d-flex-sp {
    display: flex !important;
  }

  .u-d-inline-sp {
    display: inline !important;
  }

  .u-d-inline-block-sp {
    display: inline-block !important;
  }

  .u-d-inline-flex-sp {
    display: inline-flex !important;
  }
}

/* フレックス系
-----------------------*/
@media (min-width: 0px) {
  .u-flex-none {
    flex: none;
  }

  .u-flex-flow-column {
    flex-flow: column !important;
  }

  .u-flex-flow-column-reverse {
    flex-flow: column-reverse !important;
  }

  .u-flex-flow-row-reverse {
    flex-flow: row-reverse !important;
  }

  .u-flex-flow-wrap {
    flex-flow: wrap !important;
  }

  .u-flex-flow-nowrap {
    flex-flow: nowrap !important;
  }

  .u-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .u-flex-basis-auto {
    flex-basis: auto !important;
  }

  .u-justify-content-start {
    justify-content: flex-start !important;
  }

  .u-justify-content-center {
    justify-content: center !important;
  }

  .u-justify-content-end {
    justify-content: flex-end !important;
  }

  .u-justify-content-between {
    justify-content: space-between !important;
  }

  .u-justify-content-around {
    justify-content: space-around;
  }

  .u-align-items-baseline {
    align-items: baseline !important;
  }

  .u-align-items-start {
    align-items: flex-start !important;
  }

  .u-align-items-center {
    align-items: center !important;
  }

  .u-align-items-end {
    align-items: flex-end !important;
  }

  .u-align-items-stretch {
    align-items: stretch !important;
  }

  .u-align-content-start {
    align-content: flex-start !important;
  }

  .u-align-content-center {
    align-content: center !important;
  }

  .u-align-content-end {
    align-content: flex-end !important;
  }

  .u-align-content-between {
    align-content: space-between !important;
  }

  .u-align-content-stretch {
    align-content: stretch !important;
  }

  .u-align-self-start {
    align-self: flex-start;
  }

  .u-align-self-center {
    align-self: center;
  }

  .u-align-self-end {
    align-self: flex-end;
  }

  .u-align-self-stretch {
    align-self: stretch;
  }

  .u-order-01 {
    order: 1;
  }

  .u-order-02 {
    order: 2;
  }

  .u-order-03 {
    order: 3;
  }

  .u-order-04 {
    order: 4;
  }

  .u-order-05 {
    order: 5;
  }

  .u-order-06 {
    order: 6;
  }

  .u-order-07 {
    order: 7;
  }

  .u-order-08 {
    order: 8;
  }

  .u-order-09 {
    order: 9;
  }

  .u-order-10 {
    order: 10;
  }
}

@media screen and (max-width: 767px) {
  .u-flex-none-sp {
    flex: none;
  }

  .u-flex-flow-column-sp {
    flex-flow: column !important;
  }

  .u-flex-flow-column-reverse-sp {
    flex-flow: column-reverse !important;
  }

  .u-flex-flow-row-reverse-sp {
    flex-flow: row-reverse !important;
  }

  .u-flex-flow-wrap-sp {
    flex-flow: wrap !important;
  }

  .u-flex-flow-nowrap-sp {
    flex-flow: nowrap !important;
  }

  .u-flex-shrink-0-sp {
    flex-shrink: 0 !important;
  }

  .u-flex-basis-auto-sp {
    flex-basis: auto !important;
  }

  .u-justify-content-start-sp {
    justify-content: flex-start !important;
  }

  .u-justify-content-center-sp {
    justify-content: center !important;
  }

  .u-justify-content-end-sp {
    justify-content: flex-end !important;
  }

  .u-justify-content-between-sp {
    justify-content: space-between !important;
  }

  .u-justify-content-around-sp {
    justify-content: space-around;
  }

  .u-align-items-baseline-sp {
    align-items: baseline !important;
  }

  .u-align-items-start-sp {
    align-items: flex-start !important;
  }

  .u-align-items-center-sp {
    align-items: center !important;
  }

  .u-align-items-end-sp {
    align-items: flex-end !important;
  }

  .u-align-items-stretch-sp {
    align-items: stretch !important;
  }

  .u-align-content-start-sp {
    align-content: flex-start !important;
  }

  .u-align-content-center-sp {
    align-content: center !important;
  }

  .u-align-content-end-sp {
    align-content: flex-end !important;
  }

  .u-align-content-between-sp {
    align-content: space-between !important;
  }

  .u-align-content-stretch-sp {
    align-content: stretch !important;
  }

  .u-align-self-start-sp {
    align-self: flex-start;
  }

  .u-align-self-center-sp {
    align-self: center;
  }

  .u-align-self-end-sp {
    align-self: flex-end;
  }

  .u-align-self-stretch-sp {
    align-self: stretch;
  }
}

@media (min-width: 768px) {
  .u-flex-none-pc {
    flex: none;
  }

  .u-flex-flow-column-pc {
    flex-flow: column !important;
  }

  .u-flex-flow-column-reverse-pc {
    flex-flow: column-reverse !important;
  }

  .u-flex-flow-row-reverse-pc {
    flex-flow: row-reverse !important;
  }

  .u-flex-flow-wrap-pc {
    flex-flow: wrap !important;
  }

  .u-flex-flow-nowrap-pc {
    flex-flow: nowrap !important;
  }

  .u-flex-shrink-0-pc {
    flex-shrink: 0 !important;
  }

  .u-flex-basis-auto-pc {
    flex-basis: auto !important;
  }

  .u-justify-content-start-pc {
    justify-content: flex-start !important;
  }

  .u-justify-content-center-pc {
    justify-content: center !important;
  }

  .u-justify-content-end-pc {
    justify-content: flex-end !important;
  }

  .u-justify-content-between-pc {
    justify-content: space-between !important;
  }

  .u-justify-content-around-pc {
    justify-content: space-around;
  }

  .u-align-items-baseline-pc {
    align-items: baseline !important;
  }

  .u-align-items-start-pc {
    align-items: flex-start !important;
  }

  .u-align-items-center-pc {
    align-items: center !important;
  }

  .u-align-items-end-pc {
    align-items: flex-end !important;
  }

  .u-align-items-stretch-pc {
    align-items: stretch !important;
  }

  .u-align-content-start-pc {
    align-content: flex-start !important;
  }

  .u-align-content-center-pc {
    align-content: center !important;
  }

  .u-align-content-end-pc {
    align-content: flex-end !important;
  }

  .u-align-content-between-pc {
    align-content: space-between !important;
  }

  .u-align-content-stretch-pc {
    align-content: stretch !important;
  }

  .u-align-self-start-pc {
    align-self: flex-start;
  }

  .u-align-self-center-pc {
    align-self: center;
  }

  .u-align-self-end-pc {
    align-self: flex-end;
  }

  .u-align-self-stretch-pc {
    align-self: stretch;
  }

  .u-order-01-pc {
    order: 1;
  }

  .u-order-02-pc {
    order: 2;
  }

  .u-order-03-pc {
    order: 3;
  }

  .u-order-04-pc {
    order: 4;
  }

  .u-order-05-pc {
    order: 5;
  }

  .u-order-06-pc {
    order: 6;
  }

  .u-order-07-pc {
    order: 7;
  }

  .u-order-08-pc {
    order: 8;
  }

  .u-order-09-pc {
    order: 9;
  }

  .u-order-10-pc {
    order: 10;
  }
}

/* フロート
-----------------------*/
@media (min-width: 0px) {
  .u-float-left {
    float: left;
  }

  .u-float-right {
    float: right;
  }

  .u-float-none {
    float: none;
  }

  .u-clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 768px) {
  .u-float-left-pc {
    float: left;
  }

  .u-float-right-pc {
    float: right;
  }

  .u-float-none-pc {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .u-float-left-sp {
    float: left;
  }

  .u-float-right-sp {
    float: right;
  }

  .u-float-none-sp {
    float: none;
  }
}

/* オーバーフロー
-----------------------*/
@media (min-width: 0px) {
  .u-overflow-visible {
    overflow: visible !important;
  }

  .u-overflow-hidden {
    overflow: hidden !important;
  }

  .u-overflow-auto {
    overflow: auto !important;
  }

  .u-overflow-scroll {
    overflow: scroll !important;
  }

  .u-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .u-overflow-y-scroll {
    overflow-y: scroll !important;
  }
}

@media (min-width: 768px) {
  .u-overflow-visible-pc {
    overflow: visible !important;
  }

  .u-overflow-hidden-pc {
    overflow: hidden !important;
  }

  .u-overflow-auto-pc {
    overflow: auto !important;
  }

  .u-overflow-scroll-pc {
    overflow: scroll !important;
  }

  .u-overflow-x-scroll-pc {
    overflow-x: scroll !important;
  }

  .u-overflow-y-scroll-pc {
    overflow-y: scroll !important;
  }
}

@media screen and (max-width: 767px) {
  .u-overflow-visible-sp {
    overflow: visible !important;
  }

  .u-overflow-hidden-sp {
    overflow: hidden !important;
  }

  .u-overflow-auto-sp {
    overflow: auto !important;
  }

  .u-overflow-scroll-sp {
    overflow: scroll !important;
  }

  .u-overflow-x-scroll-sp {
    overflow-x: scroll !important;
  }

  .u-overflow-y-scroll-sp {
    overflow-y: scroll !important;
  }
}

/* ポジション
-----------------------*/
@media (min-width: 0px) {
  .u-pos-relative {
    position: relative !important;
  }

  .u-pos-absolute {
    position: absolute !important;
  }

  .u-pos-static {
    position: static !important;
  }

  .u-z-index-9999 {
    z-index: 9999 !important;
  }

  .u-top-0 {
    top: 0 !important;
  }

  .u-top-0--before::before {
    top: 0 !important;
  }

  .u-top-1 {
    top: 1px !important;
  }

  .u-top-2 {
    top: 2px !important;
  }

  .u-top-3 {
    top: 3px !important;
  }

  .u-top-4 {
    top: 4px !important;
  }

  .u-top-5 {
    top: 5px !important;
  }

  .u-top-6 {
    top: 6px !important;
  }

  .u-top-7 {
    top: 7px !important;
  }

  .u-top-8 {
    top: 8px !important;
  }

  .u-top-9 {
    top: 9px !important;
  }

  .u-top-10 {
    top: 10px !important;
  }

  .u-top-15 {
    top: 15px !important;
  }

  .u-top-20 {
    top: 20px !important;
  }

  .u-top-25 {
    top: 25px !important;
  }

  .u-top-30 {
    top: 30px !important;
  }

  .u-top-35 {
    top: 35px !important;
  }

  .u-top-40 {
    top: 40px !important;
  }

  .u-top-45 {
    top: 45px !important;
  }

  .u-top-50 {
    top: 50px !important;
  }

  .u-top-55 {
    top: 55px !important;
  }

  .u-top-60 {
    top: 60px !important;
  }

  .u-top-65 {
    top: 65px !important;
  }

  .u-top-70 {
    top: 70px !important;
  }

  .u-top-75 {
    top: 75px !important;
  }

  .u-top-80 {
    top: 80px !important;
  }

  .u-top-85 {
    top: 85px !important;
  }

  .u-top-90 {
    top: 90px !important;
  }

  .u-top-95 {
    top: 95px !important;
  }

  .u-top-100 {
    top: 100px !important;
  }

  .u-bottom-0 {
    bottom: 0 !important;
  }

  .u-bottom-5 {
    bottom: 5px !important;
  }

  .u-bottom-10 {
    bottom: 10px !important;
  }

  .u-bottom-15 {
    bottom: 15px !important;
  }

  .u-bottom-20 {
    bottom: 20px !important;
  }

  .u-bottom-25 {
    bottom: 25px !important;
  }

  .u-bottom-30 {
    bottom: 30px !important;
  }

  .u-bottom-35 {
    bottom: 35px !important;
  }

  .u-bottom-40 {
    bottom: 40px !important;
  }

  .u-bottom-45 {
    bottom: 45px !important;
  }

  .u-bottom-50 {
    bottom: 50px !important;
  }

  .u-bottom-55 {
    bottom: 55px !important;
  }

  .u-bottom-60 {
    bottom: 60px !important;
  }

  .u-bottom-65 {
    bottom: 65px !important;
  }

  .u-bottom-70 {
    bottom: 70px !important;
  }

  .u-bottom-75 {
    bottom: 75px !important;
  }

  .u-bottom-80 {
    bottom: 80px !important;
  }

  .u-bottom-85 {
    bottom: 85px !important;
  }

  .u-bottom-90 {
    bottom: 90px !important;
  }

  .u-bottom-95 {
    bottom: 95px !important;
  }

  .u-bottom-100 {
    bottom: 100px !important;
  }

  .u-left-0 {
    left: 0 !important;
  }

  .u-left-5 {
    left: 5px !important;
  }

  .u-left-10 {
    left: 10px !important;
  }

  .u-left-15 {
    left: 15px !important;
  }

  .u-left-20 {
    left: 20px !important;
  }

  .u-left-25 {
    left: 25px !important;
  }

  .u-left-30 {
    left: 30px !important;
  }

  .u-left-35 {
    left: 35px !important;
  }

  .u-left-40 {
    left: 40px !important;
  }

  .u-left-45 {
    left: 45px !important;
  }

  .u-left-50 {
    left: 50px !important;
  }

  .u-left-55 {
    left: 55px !important;
  }

  .u-left-60 {
    left: 60px !important;
  }

  .u-left-65 {
    left: 65px !important;
  }

  .u-left-70 {
    left: 70px !important;
  }

  .u-left-75 {
    left: 75px !important;
  }

  .u-left-80 {
    left: 80px !important;
  }

  .u-left-85 {
    left: 85px !important;
  }

  .u-left-90 {
    left: 90px !important;
  }

  .u-left-95 {
    left: 95px !important;
  }

  .u-left-100 {
    left: 100px !important;
  }

  .u-right-0 {
    right: 0 !important;
  }

  .u-right-5 {
    right: 5px !important;
  }

  .u-right-10 {
    right: 10px !important;
  }

  .u-right-15 {
    right: 15px !important;
  }

  .u-right-20 {
    right: 20px !important;
  }

  .u-right-25 {
    right: 25px !important;
  }

  .u-right-30 {
    right: 30px !important;
  }

  .u-right-35 {
    right: 35px !important;
  }

  .u-right-40 {
    right: 40px !important;
  }

  .u-right-45 {
    right: 45px !important;
  }

  .u-right-50 {
    right: 50px !important;
  }

  .u-right-55 {
    right: 55px !important;
  }

  .u-right-60 {
    right: 60px !important;
  }

  .u-right-65 {
    right: 65px !important;
  }

  .u-right-70 {
    right: 70px !important;
  }

  .u-right-75 {
    right: 75px !important;
  }

  .u-right-80 {
    right: 80px !important;
  }

  .u-right-85 {
    right: 85px !important;
  }

  .u-right-90 {
    right: 90px !important;
  }

  .u-right-95 {
    right: 95px !important;
  }

  .u-right-100 {
    right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pos-relative-sp {
    position: relative !important;
  }

  .u-pos-absolute-sp {
    position: absolute !important;
  }

  .u-pos-static-sp {
    position: static !important;
  }

  .u-z-index-9999-sp {
    z-index: 9999 !important;
  }

  .u-top-0-sp {
    top: 0 !important;
  }

  .u-top-5-sp {
    top: 5px !important;
  }

  .u-top-10-sp {
    top: 10px !important;
  }

  .u-top-15-sp {
    top: 15px !important;
  }

  .u-top-20-sp {
    top: 20px !important;
  }

  .u-top-25-sp {
    top: 25px !important;
  }

  .u-top-30-sp {
    top: 30px !important;
  }

  .u-top-35-sp {
    top: 35px !important;
  }

  .u-top-40-sp {
    top: 40px !important;
  }

  .u-top-45-sp {
    top: 45px !important;
  }

  .u-top-50-sp {
    top: 50px !important;
  }

  .u-top-55-sp {
    top: 55px !important;
  }

  .u-top-60-sp {
    top: 60px !important;
  }

  .u-top-65-sp {
    top: 65px !important;
  }

  .u-top-70-sp {
    top: 70px !important;
  }

  .u-top-75-sp {
    top: 75px !important;
  }

  .u-top-80-sp {
    top: 80px !important;
  }

  .u-top-85-sp {
    top: 85px !important;
  }

  .u-top-90-sp {
    top: 90px !important;
  }

  .u-top-95-sp {
    top: 95px !important;
  }

  .u-top-100-sp {
    top: 100px !important;
  }

  .u-bottom-0-sp {
    bottom: 0 !important;
  }

  .u-bottom-5-sp {
    bottom: 5px !important;
  }

  .u-bottom-10-sp {
    bottom: 10px !important;
  }

  .u-bottom-15-sp {
    bottom: 15px !important;
  }

  .u-bottom-20-sp {
    bottom: 20px !important;
  }

  .u-bottom-25-sp {
    bottom: 25px !important;
  }

  .u-bottom-30-sp {
    bottom: 30px !important;
  }

  .u-bottom-35-sp {
    bottom: 35px !important;
  }

  .u-bottom-40-sp {
    bottom: 40px !important;
  }

  .u-bottom-45-sp {
    bottom: 45px !important;
  }

  .u-bottom-50-sp {
    bottom: 50px !important;
  }

  .u-bottom-55-sp {
    bottom: 55px !important;
  }

  .u-bottom-60-sp {
    bottom: 60px !important;
  }

  .u-bottom-65-sp {
    bottom: 65px !important;
  }

  .u-bottom-70-sp {
    bottom: 70px !important;
  }

  .u-bottom-75-sp {
    bottom: 75px !important;
  }

  .u-bottom-80-sp {
    bottom: 80px !important;
  }

  .u-bottom-85-sp {
    bottom: 85px !important;
  }

  .u-bottom-90-sp {
    bottom: 90px !important;
  }

  .u-bottom-95-sp {
    bottom: 95px !important;
  }

  .u-bottom-100-sp {
    bottom: 100px !important;
  }

  .u-left-0-sp {
    left: 0 !important;
  }

  .u-left-5-sp {
    left: 5px !important;
  }

  .u-left-10-sp {
    left: 10px !important;
  }

  .u-left-15-sp {
    left: 15px !important;
  }

  .u-left-20-sp {
    left: 20px !important;
  }

  .u-left-25-sp {
    left: 25px !important;
  }

  .u-left-30-sp {
    left: 30px !important;
  }

  .u-left-35-sp {
    left: 35px !important;
  }

  .u-left-40-sp {
    left: 40px !important;
  }

  .u-left-45-sp {
    left: 45px !important;
  }

  .u-left-50-sp {
    left: 50px !important;
  }

  .u-left-55-sp {
    left: 55px !important;
  }

  .u-left-60-sp {
    left: 60px !important;
  }

  .u-left-65-sp {
    left: 65px !important;
  }

  .u-left-70-sp {
    left: 70px !important;
  }

  .u-left-75-sp {
    left: 75px !important;
  }

  .u-left-80-sp {
    left: 80px !important;
  }

  .u-left-85-sp {
    left: 85px !important;
  }

  .u-left-90-sp {
    left: 90px !important;
  }

  .u-left-95-sp {
    left: 95px !important;
  }

  .u-left-100-sp {
    left: 100px !important;
  }

  .u-right-0-sp {
    right: 0 !important;
  }

  .u-right-5-sp {
    right: 5px !important;
  }

  .u-right-10-sp {
    right: 10px !important;
  }

  .u-right-15-sp {
    right: 15px !important;
  }

  .u-right-20-sp {
    right: 20px !important;
  }

  .u-right-25-sp {
    right: 25px !important;
  }

  .u-right-30-sp {
    right: 30px !important;
  }

  .u-right-35-sp {
    right: 35px !important;
  }

  .u-right-40-sp {
    right: 40px !important;
  }

  .u-right-45-sp {
    right: 45px !important;
  }

  .u-right-50-sp {
    right: 50px !important;
  }

  .u-right-55-sp {
    right: 55px !important;
  }

  .u-right-60-sp {
    right: 60px !important;
  }

  .u-right-65-sp {
    right: 65px !important;
  }

  .u-right-70-sp {
    right: 70px !important;
  }

  .u-right-75-sp {
    right: 75px !important;
  }

  .u-right-80-sp {
    right: 80px !important;
  }

  .u-right-85-sp {
    right: 85px !important;
  }

  .u-right-90-sp {
    right: 90px !important;
  }

  .u-right-95-sp {
    right: 95px !important;
  }

  .u-right-100-sp {
    right: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pos-relative-pc {
    position: relative !important;
  }

  .u-pos-absolute-pc {
    position: absolute !important;
  }

  .u-pos-static-pc {
    position: static !important;
  }

  .u-z-index-9999-pc {
    z-index: 9999 !important;
  }

  .u-top-0-pc {
    top: 0 !important;
  }

  .u-top-5-pc {
    top: 5px !important;
  }

  .u-top-10-pc {
    top: 10px !important;
  }

  .u-top-15-pc {
    top: 15px !important;
  }

  .u-top-20-pc {
    top: 20px !important;
  }

  .u-top-25-pc {
    top: 25px !important;
  }

  .u-top-30-pc {
    top: 30px !important;
  }

  .u-top-35-pc {
    top: 35px !important;
  }

  .u-top-40-pc {
    top: 40px !important;
  }

  .u-top-45-pc {
    top: 45px !important;
  }

  .u-top-50-pc {
    top: 50px !important;
  }

  .u-top-55-pc {
    top: 55px !important;
  }

  .u-top-60-pc {
    top: 60px !important;
  }

  .u-top-65-pc {
    top: 65px !important;
  }

  .u-top-70-pc {
    top: 70px !important;
  }

  .u-top-75-pc {
    top: 75px !important;
  }

  .u-top-80-pc {
    top: 80px !important;
  }

  .u-top-85-pc {
    top: 85px !important;
  }

  .u-top-90-pc {
    top: 90px !important;
  }

  .u-top-95-pc {
    top: 95px !important;
  }

  .u-top-100-pc {
    top: 100px !important;
  }

  .u-bottom-0-pc {
    bottom: 0 !important;
  }

  .u-bottom-5-pc {
    bottom: 5px !important;
  }

  .u-bottom-10-pc {
    bottom: 10px !important;
  }

  .u-bottom-15-pc {
    bottom: 15px !important;
  }

  .u-bottom-20-pc {
    bottom: 20px !important;
  }

  .u-bottom-25-pc {
    bottom: 25px !important;
  }

  .u-bottom-30-pc {
    bottom: 30px !important;
  }

  .u-bottom-35-pc {
    bottom: 35px !important;
  }

  .u-bottom-40-pc {
    bottom: 40px !important;
  }

  .u-bottom-45-pc {
    bottom: 45px !important;
  }

  .u-bottom-50-pc {
    bottom: 50px !important;
  }

  .u-bottom-55-pc {
    bottom: 55px !important;
  }

  .u-bottom-60-pc {
    bottom: 60px !important;
  }

  .u-bottom-65-pc {
    bottom: 65px !important;
  }

  .u-bottom-70-pc {
    bottom: 70px !important;
  }

  .u-bottom-75-pc {
    bottom: 75px !important;
  }

  .u-bottom-80-pc {
    bottom: 80px !important;
  }

  .u-bottom-85-pc {
    bottom: 85px !important;
  }

  .u-bottom-90-pc {
    bottom: 90px !important;
  }

  .u-bottom-95-pc {
    bottom: 95px !important;
  }

  .u-bottom-100-pc {
    bottom: 100px !important;
  }

  .u-left-0-pc {
    left: 0 !important;
  }

  .u-left-5-pc {
    left: 5px !important;
  }

  .u-left-10-pc {
    left: 10px !important;
  }

  .u-left-15-pc {
    left: 15px !important;
  }

  .u-left-20-pc {
    left: 20px !important;
  }

  .u-left-25-pc {
    left: 25px !important;
  }

  .u-left-30-pc {
    left: 30px !important;
  }

  .u-left-35-pc {
    left: 35px !important;
  }

  .u-left-40-pc {
    left: 40px !important;
  }

  .u-left-45-pc {
    left: 45px !important;
  }

  .u-left-50-pc {
    left: 50px !important;
  }

  .u-left-55-pc {
    left: 55px !important;
  }

  .u-left-60-pc {
    left: 60px !important;
  }

  .u-left-65-pc {
    left: 65px !important;
  }

  .u-left-70-pc {
    left: 70px !important;
  }

  .u-left-75-pc {
    left: 75px !important;
  }

  .u-left-80-pc {
    left: 80px !important;
  }

  .u-left-85-pc {
    left: 85px !important;
  }

  .u-left-90-pc {
    left: 90px !important;
  }

  .u-left-95-pc {
    left: 95px !important;
  }

  .u-left-100-pc {
    left: 100px !important;
  }

  .u-right-0-pc {
    right: 0 !important;
  }

  .u-right-5-pc {
    right: 5px !important;
  }

  .u-right-10-pc {
    right: 10px !important;
  }

  .u-right-15-pc {
    right: 15px !important;
  }

  .u-right-20-pc {
    right: 20px !important;
  }

  .u-right-25-pc {
    right: 25px !important;
  }

  .u-right-30-pc {
    right: 30px !important;
  }

  .u-right-35-pc {
    right: 35px !important;
  }

  .u-right-40-pc {
    right: 40px !important;
  }

  .u-right-45-pc {
    right: 45px !important;
  }

  .u-right-50-pc {
    right: 50px !important;
  }

  .u-right-55-pc {
    right: 55px !important;
  }

  .u-right-60-pc {
    right: 60px !important;
  }

  .u-right-65-pc {
    right: 65px !important;
  }

  .u-right-70-pc {
    right: 70px !important;
  }

  .u-right-75-pc {
    right: 75px !important;
  }

  .u-right-80-pc {
    right: 80px !important;
  }

  .u-right-85-pc {
    right: 85px !important;
  }

  .u-right-90-pc {
    right: 90px !important;
  }

  .u-right-95-pc {
    right: 95px !important;
  }

  .u-right-100-pc {
    right: 100px !important;
  }
}

/* マージン
-----------------------*/
@media (min-width: 0px) {
  .u-mt-xx-small {
    margin-top: 4px !important;
  }

  .u-mt-x-small {
    margin-top: 8px !important;
  }

  .u-mt-small {
    margin-top: 12px !important;
  }

  .u-mt-medium {
    margin-top: 16px !important;
  }

  .u-mt-large {
    margin-top: 24px !important;
  }

  .u-mt-x-large {
    margin-top: 32px !important;
  }

  .u-mt-xx-large {
    margin-top: 40px !important;
  }

  .u-mt-xxx-large {
    margin-top: 48px !important;
  }

  .u-mt-huge {
    margin-top: 64px !important;
  }

  .u-mt-x-huge {
    margin-top: 80px !important;
  }

  .u-mt-xx-huge {
    margin-top: 120px !important;
  }

  .u-mt-0 {
    margin-top: 0 !important;
  }

  .u-mt-5 {
    margin-top: 5px !important;
  }

  .u-mt-8 {
    margin-top: 8px !important;
  }

  .u-mt-10 {
    margin-top: 10px !important;
  }

  .u-mt-15 {
    margin-top: 15px !important;
  }

  .u-mt-16 {
    margin-top: 16px !important;
  }

  .u-mt-20 {
    margin-top: 20px !important;
  }

  .u-mt-24 {
    margin-top: 24px !important;
  }

  .u-mt-25 {
    margin-top: 25px !important;
  }

  .u-mt-30 {
    margin-top: 30px !important;
  }

  .u-mt-40 {
    margin-top: 40px !important;
  }

  .u-mt-50 {
    margin-top: 50px !important;
  }

  .u-mt-60 {
    margin-top: 60px !important;
  }

  .u-mt-64 {
    margin-top: 64px !important;
  }

  .u-mt-70 {
    margin-top: 70px !important;
  }

  .u-mt-80 {
    margin-top: 80px !important;
  }

  .u-mt-90 {
    margin-top: 90px !important;
  }

  .u-mt-100 {
    margin-top: 100px !important;
  }

  .u-mt-110 {
    margin-top: 110px !important;
  }

  .u-mt-120 {
    margin-top: 120px !important;
  }

  .u-mt-150 {
    margin-top: 150px !important;
  }

  .u-mt-200 {
    margin-top: 200px !important;
  }

  .u-mt-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .u-mt-xx-small-pc {
    margin-top: 4px !important;
  }

  .u-mt-x-small-pc {
    margin-top: 8px !important;
  }

  .u-mt-small-pc {
    margin-top: 12px !important;
  }

  .u-mt-medium-pc {
    margin-top: 16px !important;
  }

  .u-mt-large-pc {
    margin-top: 24px !important;
  }

  .u-mt-x-large-pc {
    margin-top: 32px !important;
  }

  .u-mt-xx-large-pc {
    margin-top: 40px !important;
  }

  .u-mt-xxx-large-pc {
    margin-top: 48px !important;
  }

  .u-mt-huge-pc {
    margin-top: 64px !important;
  }

  .u-mt-x-huge-pc {
    margin-top: 80px !important;
  }

  .u-mt-xx-huge-pc {
    margin-top: 120px !important;
  }

  .u-mt-0-pc {
    margin-top: 0 !important;
  }

  .u-mt-5-pc {
    margin-top: 5px !important;
  }

  .u-mt-10-pc {
    margin-top: 10px !important;
  }

  .u-mt-15-pc {
    margin-top: 15px !important;
  }

  .u-mt-16-pc {
    margin-top: 16px !important;
  }

  .u-mt-20-pc {
    margin-top: 20px !important;
  }

  .u-mt-24-pc {
    margin-top: 24px !important;
  }

  .u-mt-25-pc {
    margin-top: 25px !important;
  }

  .u-mt-30-pc {
    margin-top: 30px !important;
  }

  .u-mt-40-pc {
    margin-top: 40px !important;
  }

  .u-mt-50-pc {
    margin-top: 50px !important;
  }

  .u-mt-60-pc {
    margin-top: 60px !important;
  }

  .u-mt-64-pc {
    margin-top: 64px !important;
  }

  .u-mt-70-pc {
    margin-top: 70px !important;
  }

  .u-mt-80-pc {
    margin-top: 80px !important;
  }

  .u-mt-90-pc {
    margin-top: 90px !important;
  }

  .u-mt-100-pc {
    margin-top: 100px !important;
  }

  .u-mt-110-pc {
    margin-top: 110px !important;
  }

  .u-mt-120-pc {
    margin-top: 120px !important;
  }

  .u-mt-150-pc {
    margin-top: 150px !important;
  }

  .u-mt-200-pc {
    margin-top: 200px !important;
  }

  .u-mt-auto-pc {
    margin-top: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mt-xx-small-tab {
    margin-top: 4px !important;
  }

  .u-mt-x-small-tab {
    margin-top: 8px !important;
  }

  .u-mt-small-tab {
    margin-top: 12px !important;
  }

  .u-mt-medium-tab {
    margin-top: 16px !important;
  }

  .u-mt-large-tab {
    margin-top: 24px !important;
  }

  .u-mt-x-large-tab {
    margin-top: 32px !important;
  }

  .u-mt-xx-large-tab {
    margin-top: 40px !important;
  }

  .u-mt-xxx-large-tab {
    margin-top: 48px !important;
  }

  .u-mt-huge-tab {
    margin-top: 64px !important;
  }

  .u-mt-x-huge-tab {
    margin-top: 80px !important;
  }

  .u-mt-xx-huge-tab {
    margin-top: 120px !important;
  }

  .u-mt-0-tab {
    margin-top: 0 !important;
  }

  .u-mt-5-tab {
    margin-top: 5px !important;
  }

  .u-mt-10-tab {
    margin-top: 10px !important;
  }

  .u-mt-15-tab {
    margin-top: 15px !important;
  }

  .u-mt-20-tab {
    margin-top: 20px !important;
  }

  .u-mt-25-tab {
    margin-top: 25px !important;
  }

  .u-mt-30-tab {
    margin-top: 30px !important;
  }

  .u-mt-40-tab {
    margin-top: 40px !important;
  }

  .u-mt-50-tab {
    margin-top: 50px !important;
  }

  .u-mt-60-tab {
    margin-top: 60px !important;
  }

  .u-mt-70-tab {
    margin-top: 70px !important;
  }

  .u-mt-80-tab {
    margin-top: 80px !important;
  }

  .u-mt-90-tab {
    margin-top: 90px !important;
  }

  .u-mt-100-tab {
    margin-top: 100px !important;
  }

  .u-mt-110-tab {
    margin-top: 110px !important;
  }

  .u-mt-120-tab {
    margin-top: 120px !important;
  }

  .u-mt-150-tab {
    margin-top: 150px !important;
  }

  .u-mt-200-tab {
    margin-top: 200px !important;
  }

  .u-mt-auto-tab {
    margin-top: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-xx-small-sp {
    margin-top: 4px !important;
  }

  .u-mt-x-small-sp {
    margin-top: 8px !important;
  }

  .u-mt-small-sp {
    margin-top: 12px !important;
  }

  .u-mt-medium-sp {
    margin-top: 16px !important;
  }

  .u-mt-large-sp {
    margin-top: 24px !important;
  }

  .u-mt-x-large-sp {
    margin-top: 32px !important;
  }

  .u-mt-xx-large-sp {
    margin-top: 40px !important;
  }

  .u-mt-xxx-large-sp {
    margin-top: 48px !important;
  }

  .u-mt-huge-sp {
    margin-top: 64px !important;
  }

  .u-mt-x-huge-sp {
    margin-top: 80px !important;
  }

  .u-mt-xx-huge-sp {
    margin-top: 120px !important;
  }

  .u-mt--100-sp {
    margin-top: -100px !important;
  }

  .u-mt--95-sp {
    margin-top: -95px !important;
  }

  .u-mt--90-sp {
    margin-top: -90px !important;
  }

  .u-mt--85-sp {
    margin-top: -85px !important;
  }

  .u-mt--80-sp {
    margin-top: -80px !important;
  }

  .u-mt--75-sp {
    margin-top: -75px !important;
  }

  .u-mt--70-sp {
    margin-top: -70px !important;
  }

  .u-mt--65-sp {
    margin-top: -65px !important;
  }

  .u-mt--60-sp {
    margin-top: -60px !important;
  }

  .u-mt--55-sp {
    margin-top: -55px !important;
  }

  .u-mt--50-sp {
    margin-top: -50px !important;
  }

  .u-mt--45-sp {
    margin-top: -45px !important;
  }

  .u-mt--40-sp {
    margin-top: -40px !important;
  }

  .u-mt--35-sp {
    margin-top: -35px !important;
  }

  .u-mt--30-sp {
    margin-top: -30px !important;
  }

  .u-mt--25-sp {
    margin-top: -25px !important;
  }

  .u-mt--20-sp {
    margin-top: -20px !important;
  }

  .u-mt--15-sp {
    margin-top: -15px !important;
  }

  .u-mt--10-sp {
    margin-top: -10px !important;
  }

  .u-mt--5-sp {
    margin-top: -5px !important;
  }

  .u-mt-0-sp {
    margin-top: 0 !important;
  }

  .u-mt-5-sp {
    margin-top: 5px !important;
  }

  .u-mt-10-sp {
    margin-top: 10px !important;
  }

  .u-mt-15-sp {
    margin-top: 15px !important;
  }

  .u-mt-20-sp {
    margin-top: 20px !important;
  }

  .u-mt-24-sp {
    margin-top: 24px !important;
  }

  .u-mt-25-sp {
    margin-top: 25px !important;
  }

  .u-mt-30-sp {
    margin-top: 30px !important;
  }

  .u-mt-40-sp {
    margin-top: 40px !important;
  }

  .u-mt-50-sp {
    margin-top: 50px !important;
  }

  .u-mt-60-sp {
    margin-top: 60px !important;
  }

  .u-mt-70-sp {
    margin-top: 70px !important;
  }

  .u-mt-80-sp {
    margin-top: 80px !important;
  }

  .u-mt-90-sp {
    margin-top: 90px !important;
  }

  .u-mt-100-sp {
    margin-top: 100px !important;
  }

  .u-mt-110-sp {
    margin-top: 110px !important;
  }

  .u-mt-120-sp {
    margin-top: 120px !important;
  }

  .u-mt-150-sp {
    margin-top: 150px !important;
  }

  .u-mt-200-sp {
    margin-top: 200px !important;
  }

  .u-mt-auto-sp {
    margin-top: auto !important;
  }
}

@media (min-width: 0px) {
  .u-mb-xx-small {
    margin-bottom: 4px !important;
  }

  .u-mb-x-small {
    margin-bottom: 8px !important;
  }

  .u-mb-small {
    margin-bottom: 12px !important;
  }

  .u-mb-medium {
    margin-bottom: 16px !important;
  }

  .u-mb-large {
    margin-bottom: 24px !important;
  }

  .u-mb-x-large {
    margin-bottom: 32px !important;
  }

  .u-mb-xx-large {
    margin-bottom: 40px !important;
  }

  .u-mb-xxx-large {
    margin-bottom: 48px !important;
  }

  .u-mb-huge {
    margin-bottom: 64px !important;
  }

  .u-mb-x-huge {
    margin-bottom: 80px !important;
  }

  .u-mb-xx-huge {
    margin-bottom: 120px !important;
  }

  .u-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-mb-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-16 {
    margin-bottom: 16px !important;
  }

  .u-mb-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-24 {
    margin-bottom: 24px !important;
  }

  .u-mb-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-64 {
    margin-bottom: 64px !important;
  }

  .u-mb-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-90 {
    margin-bottom: 90px !important;
  }

  .u-mb-100 {
    margin-bottom: 100px !important;
  }

  .u-mb-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .u-mb-xx-small-pc {
    margin-bottom: 4px !important;
  }

  .u-mb-x-small-pc {
    margin-bottom: 8px !important;
  }

  .u-mb-small-pc {
    margin-bottom: 12px !important;
  }

  .u-mb-medium-pc {
    margin-bottom: 16px !important;
  }

  .u-mb-large-pc {
    margin-bottom: 24px !important;
  }

  .u-mb-x-large-pc {
    margin-bottom: 32px !important;
  }

  .u-mb-xx-large-pc {
    margin-bottom: 40px !important;
  }

  .u-mb-xxx-large-pc {
    margin-bottom: 48px !important;
  }

  .u-mb-huge-pc {
    margin-bottom: 64px !important;
  }

  .u-mb-x-huge-pc {
    margin-bottom: 80px !important;
  }

  .u-mb-xx-huge-pc {
    margin-bottom: 120px !important;
  }

  .u-mb-0-pc {
    margin-bottom: 0 !important;
  }

  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }

  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }

  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }

  .u-mb-16-pc {
    margin-bottom: 16px !important;
  }

  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }

  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }

  .u-mb-24-pc {
    margin-bottom: 24px !important;
  }

  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }

  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }

  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }

  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }

  .u-mb-64-pc {
    margin-bottom: 64px !important;
  }

  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }

  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }

  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }

  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }

  .u-mb-auto-pc {
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mb-xx-small-tab {
    margin-bottom: 4px !important;
  }

  .u-mb-x-small-tab {
    margin-bottom: 8px !important;
  }

  .u-mb-small-tab {
    margin-bottom: 12px !important;
  }

  .u-mb-medium-tab {
    margin-bottom: 16px !important;
  }

  .u-mb-large-tab {
    margin-bottom: 24px !important;
  }

  .u-mb-x-large-tab {
    margin-bottom: 32px !important;
  }

  .u-mb-xx-large-tab {
    margin-bottom: 40px !important;
  }

  .u-mb-xxx-large-tab {
    margin-bottom: 48px !important;
  }

  .u-mb-huge-tab {
    margin-bottom: 64px !important;
  }

  .u-mb-x-huge-tab {
    margin-bottom: 80px !important;
  }

  .u-mb-xx-huge-tab {
    margin-bottom: 120px !important;
  }

  .u-mb-0-tab {
    margin-bottom: 0 !important;
  }

  .u-mb-5-tab {
    margin-bottom: 5px !important;
  }

  .u-mb-10-tab {
    margin-bottom: 10px !important;
  }

  .u-mb-15-tab {
    margin-bottom: 15px !important;
  }

  .u-mb-20-tab {
    margin-bottom: 20px !important;
  }

  .u-mb-25-tab {
    margin-bottom: 25px !important;
  }

  .u-mb-30-tab {
    margin-bottom: 30px !important;
  }

  .u-mb-40-tab {
    margin-bottom: 40px !important;
  }

  .u-mb-50-tab {
    margin-bottom: 50px !important;
  }

  .u-mb-60-tab {
    margin-bottom: 60px !important;
  }

  .u-mb-70-tab {
    margin-bottom: 70px !important;
  }

  .u-mb-80-tab {
    margin-bottom: 80px !important;
  }

  .u-mb-90-tab {
    margin-bottom: 90px !important;
  }

  .u-mb-100-tab {
    margin-bottom: 100px !important;
  }

  .u-mb-auto-tab {
    margin-bottom: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-xx-small-sp {
    margin-bottom: 4px !important;
  }

  .u-mb-x-small-sp {
    margin-bottom: 8px !important;
  }

  .u-mb-small-sp {
    margin-bottom: 12px !important;
  }

  .u-mb-medium-sp {
    margin-bottom: 16px !important;
  }

  .u-mb-large-sp {
    margin-bottom: 24px !important;
  }

  .u-mb-x-large-sp {
    margin-bottom: 32px !important;
  }

  .u-mb-xx-large-sp {
    margin-bottom: 40px !important;
  }

  .u-mb-xxx-large-sp {
    margin-bottom: 48px !important;
  }

  .u-mb-huge-sp {
    margin-bottom: 64px !important;
  }

  .u-mb-x-huge-sp {
    margin-bottom: 80px !important;
  }

  .u-mb-xx-huge-sp {
    margin-bottom: 120px !important;
  }

  .u-mb-0-sp {
    margin-bottom: 0 !important;
  }

  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }

  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }

  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }

  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }

  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }

  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }

  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }

  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }

  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }

  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }

  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }

  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }

  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }

  .u-mb-auto-sp {
    margin-bottom: auto !important;
  }
}

@media (min-width: 0px) {
  .u-my-xx-small {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .u-my-x-small {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .u-my-small {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .u-my-medium {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .u-my-large {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .u-my-x-large {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .u-my-xx-large {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-xxx-large {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .u-my-huge {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .u-my-x-huge {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-xx-huge {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .u-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u-my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u-my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u-my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .u-my-xx-small-pc {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .u-my-x-small-pc {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .u-my-small-pc {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .u-my-medium-pc {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .u-my-large-pc {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .u-my-x-large-pc {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .u-my-xx-large-pc {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-xxx-large-pc {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .u-my-huge-pc {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .u-my-x-huge-pc {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-xx-huge-pc {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .u-my-0-pc {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-my-5-pc {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u-my-10-pc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-my-15-pc {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u-my-20-pc {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-my-25-pc {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u-my-30-pc {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-my-40-pc {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-50-pc {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-my-60-pc {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-my-70-pc {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-my-80-pc {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-90-pc {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-my-100-pc {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-my-auto-pc {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-my-xx-small-tab {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .u-my-x-small-tab {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .u-my-small-tab {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .u-my-medium-tab {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .u-my-large-tab {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .u-my-x-large-tab {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .u-my-xx-large-tab {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-xxx-large-tab {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .u-my-huge-tab {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .u-my-x-huge-tab {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-xx-huge-tab {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .u-my-0-tab {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-my-5-tab {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u-my-10-tab {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-my-15-tab {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u-my-20-tab {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-my-25-tab {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u-my-30-tab {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-my-40-tab {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-50-tab {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-my-60-tab {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-my-70-tab {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-my-80-tab {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-90-tab {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-my-100-tab {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-my-auto-tab {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-my-xx-small-sp {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .u-my-x-small-sp {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .u-my-small-sp {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .u-my-medium-sp {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .u-my-large-sp {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .u-my-x-large-sp {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .u-my-xx-large-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-xxx-large-sp {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .u-my-huge-sp {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .u-my-x-huge-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-xx-huge-sp {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .u-my-0-sp {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-my-5-sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u-my-10-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-my-15-sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u-my-20-sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-my-25-sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u-my-30-sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-my-40-sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-my-50-sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-my-60-sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-my-70-sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-my-80-sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-my-90-sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-my-100-sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-my-auto-sp {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 0px) {
  .u-ml-xx-small {
    margin-left: 4px !important;
  }

  .u-ml-x-small {
    margin-left: 8px !important;
  }

  .u-ml-small {
    margin-left: 12px !important;
  }

  .u-ml-medium {
    margin-left: 16px !important;
  }

  .u-ml-large {
    margin-left: 24px !important;
  }

  .u-ml-x-large {
    margin-left: 32px !important;
  }

  .u-ml-xx-large {
    margin-left: 40px !important;
  }

  .u-ml-xxx-large {
    margin-left: 48px !important;
  }

  .u-ml-huge {
    margin-left: 64px !important;
  }

  .u-ml-x-huge {
    margin-left: 80px !important;
  }

  .u-ml-xx-huge {
    margin-left: 120px !important;
  }

  .u-ml-0 {
    margin-left: 0 !important;
  }

  .u-ml-5 {
    margin-left: 5px !important;
  }

  .u-ml-10 {
    margin-left: 10px !important;
  }

  .u-ml-15 {
    margin-left: 15px !important;
  }

  .u-ml-16 {
    margin-left: 16px !important;
  }

  .u-ml-20 {
    margin-left: 20px !important;
  }

  .u-ml-25 {
    margin-left: 25px !important;
  }

  .u-ml-30 {
    margin-left: 30px !important;
  }

  .u-ml-40 {
    margin-left: 40px !important;
  }

  .u-ml-50 {
    margin-left: 50px !important;
  }

  .u-ml-60 {
    margin-left: 60px !important;
  }

  .u-ml-70 {
    margin-left: 70px !important;
  }

  .u-ml-80 {
    margin-left: 80px !important;
  }

  .u-ml-90 {
    margin-left: 90px !important;
  }

  .u-ml-100 {
    margin-left: 100px !important;
  }

  .u-ml-auto {
    margin-left: auto !important;
  }

  .u-ml-1em {
    margin-left: 1em !important;
  }

  .u-ml-2em {
    margin-left: 2em !important;
  }
}

@media (min-width: 768px) {
  .u-ml-xx-small-pc {
    margin-left: 4px !important;
  }

  .u-ml-x-small-pc {
    margin-left: 8px !important;
  }

  .u-ml-small-pc {
    margin-left: 12px !important;
  }

  .u-ml-medium-pc {
    margin-left: 16px !important;
  }

  .u-ml-large-pc {
    margin-left: 24px !important;
  }

  .u-ml-x-large-pc {
    margin-left: 32px !important;
  }

  .u-ml-xx-large-pc {
    margin-left: 40px !important;
  }

  .u-ml-xxx-large-pc {
    margin-left: 48px !important;
  }

  .u-ml-huge-pc {
    margin-left: 64px !important;
  }

  .u-ml-x-huge-pc {
    margin-left: 80px !important;
  }

  .u-ml-xx-huge-pc {
    margin-left: 120px !important;
  }

  .u-ml-0-pc {
    margin-left: 0 !important;
  }

  .u-ml-5-pc {
    margin-left: 5px !important;
  }

  .u-ml-10-pc {
    margin-left: 10px !important;
  }

  .u-ml-15-pc {
    margin-left: 15px !important;
  }

  .u-ml-20-pc {
    margin-left: 20px !important;
  }

  .u-ml-25-pc {
    margin-left: 25px !important;
  }

  .u-ml-30-pc {
    margin-left: 30px !important;
  }

  .u-ml-40-pc {
    margin-left: 40px !important;
  }

  .u-ml-50-pc {
    margin-left: 50px !important;
  }

  .u-ml-60-pc {
    margin-left: 60px !important;
  }

  .u-ml-70-pc {
    margin-left: 70px !important;
  }

  .u-ml-80-pc {
    margin-left: 80px !important;
  }

  .u-ml-90-pc {
    margin-left: 90px !important;
  }

  .u-ml-100-pc {
    margin-left: 100px !important;
  }

  .u-ml-auto-pc {
    margin-left: auto !important;
  }

  .u-ml-1em-pc {
    margin-left: 1em !important;
  }

  .u-ml-2em-pc {
    margin-left: 2em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-ml-xx-small-tab {
    margin-left: 4px !important;
  }

  .u-ml-x-small-tab {
    margin-left: 8px !important;
  }

  .u-ml-small-tab {
    margin-left: 12px !important;
  }

  .u-ml-medium-tab {
    margin-left: 16px !important;
  }

  .u-ml-large-tab {
    margin-left: 24px !important;
  }

  .u-ml-x-large-tab {
    margin-left: 32px !important;
  }

  .u-ml-xx-large-tab {
    margin-left: 40px !important;
  }

  .u-ml-xxx-large-tab {
    margin-left: 48px !important;
  }

  .u-ml-huge-tab {
    margin-left: 64px !important;
  }

  .u-ml-x-huge-tab {
    margin-left: 80px !important;
  }

  .u-ml-xx-huge-tab {
    margin-left: 120px !important;
  }

  .u-ml-0-tab {
    margin-left: 0 !important;
  }

  .u-ml-5-tab {
    margin-left: 5px !important;
  }

  .u-ml-10-tab {
    margin-left: 10px !important;
  }

  .u-ml-15-tab {
    margin-left: 15px !important;
  }

  .u-ml-20-tab {
    margin-left: 20px !important;
  }

  .u-ml-25-tab {
    margin-left: 25px !important;
  }

  .u-ml-30-tab {
    margin-left: 30px !important;
  }

  .u-ml-40-tab {
    margin-left: 40px !important;
  }

  .u-ml-50-tab {
    margin-left: 50px !important;
  }

  .u-ml-60-tab {
    margin-left: 60px !important;
  }

  .u-ml-70-tab {
    margin-left: 70px !important;
  }

  .u-ml-80-tab {
    margin-left: 80px !important;
  }

  .u-ml-90-tab {
    margin-left: 90px !important;
  }

  .u-ml-100-tab {
    margin-left: 100px !important;
  }

  .u-ml-auto-tab {
    margin-left: auto !important;
  }

  .u-ml-1em-tab {
    margin-left: 1em !important;
  }

  .u-ml-2em-tab {
    margin-left: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ml-xx-small-sp {
    margin-left: 4px !important;
  }

  .u-ml-x-small-sp {
    margin-left: 8px !important;
  }

  .u-ml-small-sp {
    margin-left: 12px !important;
  }

  .u-ml-medium-sp {
    margin-left: 16px !important;
  }

  .u-ml-large-sp {
    margin-left: 24px !important;
  }

  .u-ml-x-large-sp {
    margin-left: 32px !important;
  }

  .u-ml-xx-large-sp {
    margin-left: 40px !important;
  }

  .u-ml-xxx-large-sp {
    margin-left: 48px !important;
  }

  .u-ml-huge-sp {
    margin-left: 64px !important;
  }

  .u-ml-x-huge-sp {
    margin-left: 80px !important;
  }

  .u-ml-xx-huge-sp {
    margin-left: 120px !important;
  }

  .u-ml-0-sp {
    margin-left: 0 !important;
  }

  .u-ml-5-sp {
    margin-left: 5px !important;
  }

  .u-ml-10-sp {
    margin-left: 10px !important;
  }

  .u-ml-15-sp {
    margin-left: 15px !important;
  }

  .u-ml-20-sp {
    margin-left: 20px !important;
  }

  .u-ml-25-sp {
    margin-left: 25px !important;
  }

  .u-ml-30-sp {
    margin-left: 30px !important;
  }

  .u-ml-40-sp {
    margin-left: 40px !important;
  }

  .u-ml-50-sp {
    margin-left: 50px !important;
  }

  .u-ml-60-sp {
    margin-left: 60px !important;
  }

  .u-ml-70-sp {
    margin-left: 70px !important;
  }

  .u-ml-80-sp {
    margin-left: 80px !important;
  }

  .u-ml-90-sp {
    margin-left: 90px !important;
  }

  .u-ml-100-sp {
    margin-left: 100px !important;
  }

  .u-ml-auto-sp {
    margin-left: auto !important;
  }

  .u-ml-1em-sp {
    margin-left: 1em !important;
  }

  .u-ml-2em-sp {
    margin-left: 2em !important;
  }
}

@media (min-width: 0px) {
  .u-mr-xx-small {
    margin-right: 4px !important;
  }

  .u-mr-x-small {
    margin-right: 8px !important;
  }

  .u-mr-small {
    margin-right: 12px !important;
  }

  .u-mr-medium {
    margin-right: 16px !important;
  }

  .u-mr-large {
    margin-right: 24px !important;
  }

  .u-mr-x-large {
    margin-right: 32px !important;
  }

  .u-mr-xx-large {
    margin-right: 40px !important;
  }

  .u-mr-xxx-large {
    margin-right: 48px !important;
  }

  .u-mr-huge {
    margin-right: 64px !important;
  }

  .u-mr-x-huge {
    margin-right: 80px !important;
  }

  .u-mr-xx-huge {
    margin-right: 120px !important;
  }

  .u-mr-0 {
    margin-right: 0 !important;
  }

  .u-mr-5 {
    margin-right: 5px !important;
  }

  .u-mr-10 {
    margin-right: 10px !important;
  }

  .u-mr-15 {
    margin-right: 15px !important;
  }

  .u-mr-16 {
    margin-right: 16px !important;
  }

  .u-mr-20 {
    margin-right: 20px !important;
  }

  .u-mr-25 {
    margin-right: 25px !important;
  }

  .u-mr-30 {
    margin-right: 30px !important;
  }

  .u-mr-40 {
    margin-right: 40px !important;
  }

  .u-mr-50 {
    margin-right: 50px !important;
  }

  .u-mr-60 {
    margin-right: 60px !important;
  }

  .u-mr-70 {
    margin-right: 70px !important;
  }

  .u-mr-80 {
    margin-right: 80px !important;
  }

  .u-mr-90 {
    margin-right: 90px !important;
  }

  .u-mr-100 {
    margin-right: 100px !important;
  }

  .u-mr-auto {
    margin-right: auto !important;
  }

  .u-mr-1em {
    margin-right: 1em !important;
  }

  .u-mr-2em {
    margin-right: 2em !important;
  }
}

@media (min-width: 768px) {
  .u-mr-xx-small-pc {
    margin-right: 4px !important;
  }

  .u-mr-x-small-pc {
    margin-right: 8px !important;
  }

  .u-mr-small-pc {
    margin-right: 12px !important;
  }

  .u-mr-medium-pc {
    margin-right: 16px !important;
  }

  .u-mr-large-pc {
    margin-right: 24px !important;
  }

  .u-mr-x-large-pc {
    margin-right: 32px !important;
  }

  .u-mr-xx-large-pc {
    margin-right: 40px !important;
  }

  .u-mr-xxx-large-pc {
    margin-right: 48px !important;
  }

  .u-mr-huge-pc {
    margin-right: 64px !important;
  }

  .u-mr-x-huge-pc {
    margin-right: 80px !important;
  }

  .u-mr-xx-huge-pc {
    margin-right: 120px !important;
  }

  .u-mr-0-pc {
    margin-right: 0 !important;
  }

  .u-mr-5-pc {
    margin-right: 5px !important;
  }

  .u-mr-10-pc {
    margin-right: 10px !important;
  }

  .u-mr-15-pc {
    margin-right: 15px !important;
  }

  .u-mr-20-pc {
    margin-right: 20px !important;
  }

  .u-mr-25-pc {
    margin-right: 25px !important;
  }

  .u-mr-30-pc {
    margin-right: 30px !important;
  }

  .u-mr-40-pc {
    margin-right: 40px !important;
  }

  .u-mr-50-pc {
    margin-right: 50px !important;
  }

  .u-mr-60-pc {
    margin-right: 60px !important;
  }

  .u-mr-70-pc {
    margin-right: 70px !important;
  }

  .u-mr-80-pc {
    margin-right: 80px !important;
  }

  .u-mr-90-pc {
    margin-right: 90px !important;
  }

  .u-mr-100-pc {
    margin-right: 100px !important;
  }

  .u-mr-auto-pc {
    margin-right: auto !important;
  }

  .u-mr-1em-pc {
    margin-right: 1em !important;
  }

  .u-mr-2em-pc {
    margin-right: 2em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mr-xx-small-tab {
    margin-right: 4px !important;
  }

  .u-mr-x-small-tab {
    margin-right: 8px !important;
  }

  .u-mr-small-tab {
    margin-right: 12px !important;
  }

  .u-mr-medium-tab {
    margin-right: 16px !important;
  }

  .u-mr-large-tab {
    margin-right: 24px !important;
  }

  .u-mr-x-large-tab {
    margin-right: 32px !important;
  }

  .u-mr-xx-large-tab {
    margin-right: 40px !important;
  }

  .u-mr-xxx-large-tab {
    margin-right: 48px !important;
  }

  .u-mr-huge-tab {
    margin-right: 64px !important;
  }

  .u-mr-x-huge-tab {
    margin-right: 80px !important;
  }

  .u-mr-xx-huge-tab {
    margin-right: 120px !important;
  }

  .u-mr-0-tab {
    margin-right: 0 !important;
  }

  .u-mr-5-tab {
    margin-right: 5px !important;
  }

  .u-mr-10-tab {
    margin-right: 10px !important;
  }

  .u-mr-15-tab {
    margin-right: 15px !important;
  }

  .u-mr-20-tab {
    margin-right: 20px !important;
  }

  .u-mr-25-tab {
    margin-right: 25px !important;
  }

  .u-mr-30-tab {
    margin-right: 30px !important;
  }

  .u-mr-40-tab {
    margin-right: 40px !important;
  }

  .u-mr-50-tab {
    margin-right: 50px !important;
  }

  .u-mr-60-tab {
    margin-right: 60px !important;
  }

  .u-mr-70-tab {
    margin-right: 70px !important;
  }

  .u-mr-80-tab {
    margin-right: 80px !important;
  }

  .u-mr-90-tab {
    margin-right: 90px !important;
  }

  .u-mr-100-tab {
    margin-right: 100px !important;
  }

  .u-mr-auto-tab {
    margin-right: auto !important;
  }

  .u-mr-1em-tab {
    margin-right: 1em !important;
  }

  .u-mr-2em-tab {
    margin-right: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mr-xx-small-sp {
    margin-right: 4px !important;
  }

  .u-mr-x-small-sp {
    margin-right: 8px !important;
  }

  .u-mr-small-sp {
    margin-right: 12px !important;
  }

  .u-mr-medium-sp {
    margin-right: 16px !important;
  }

  .u-mr-large-sp {
    margin-right: 24px !important;
  }

  .u-mr-x-large-sp {
    margin-right: 32px !important;
  }

  .u-mr-xx-large-sp {
    margin-right: 40px !important;
  }

  .u-mr-xxx-large-sp {
    margin-right: 48px !important;
  }

  .u-mr-huge-sp {
    margin-right: 64px !important;
  }

  .u-mr-x-huge-sp {
    margin-right: 80px !important;
  }

  .u-mr-xx-huge-sp {
    margin-right: 120px !important;
  }

  .u-mr-0-sp {
    margin-right: 0 !important;
  }

  .u-mr-5-sp {
    margin-right: 5px !important;
  }

  .u-mr-10-sp {
    margin-right: 10px !important;
  }

  .u-mr-15-sp {
    margin-right: 15px !important;
  }

  .u-mr-20-sp {
    margin-right: 20px !important;
  }

  .u-mr-25-sp {
    margin-right: 25px !important;
  }

  .u-mr-30-sp {
    margin-right: 30px !important;
  }

  .u-mr-40-sp {
    margin-right: 40px !important;
  }

  .u-mr-50-sp {
    margin-right: 50px !important;
  }

  .u-mr-60-sp {
    margin-right: 60px !important;
  }

  .u-mr-70-sp {
    margin-right: 70px !important;
  }

  .u-mr-80-sp {
    margin-right: 80px !important;
  }

  .u-mr-90-sp {
    margin-right: 90px !important;
  }

  .u-mr-100-sp {
    margin-right: 100px !important;
  }

  .u-mr-auto-sp {
    margin-right: auto !important;
  }

  .u-mr-1em-sp {
    margin-right: 1em !important;
  }

  .u-mr-2em-sp {
    margin-right: 2em !important;
  }
}

@media (min-width: 0px) {
  .u-mx-xx-small {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .u-mx-x-small {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .u-mx-small {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .u-mx-medium {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .u-mx-large {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .u-mx-x-large {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .u-mx-xx-large {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-xxx-large {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .u-mx-huge {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .u-mx-x-huge {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-xx-huge {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .u-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .u-mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .u-mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u-mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u-mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .u-mx-xx-small-pc {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .u-mx-x-small-pc {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .u-mx-small-pc {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .u-mx-medium-pc {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .u-mx-large-pc {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .u-mx-x-large-pc {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .u-mx-xx-large-pc {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-xxx-large-pc {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .u-mx-huge-pc {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .u-mx-x-huge-pc {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-xx-huge-pc {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .u-mx-0-pc {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-mx-2-pc {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .u-mx-5-pc {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .u-mx-10-pc {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-mx-15-pc {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u-mx-20-pc {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-mx-25-pc {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u-mx-30-pc {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-mx-40-pc {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-50-pc {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-mx-60-pc {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-mx-70-pc {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-mx-80-pc {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-90-pc {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-mx-100-pc {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-mx-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-mx-xx-small-tab {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .u-mx-x-small-tab {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .u-mx-small-tab {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .u-mx-medium-tab {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .u-mx-large-tab {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .u-mx-x-large-tab {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .u-mx-xx-large-tab {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-xxx-large-tab {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .u-mx-huge-tab {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .u-mx-x-huge-tab {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-xx-huge-tab {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .u-mx-0-tab {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-mx-2-tab {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .u-mx-5-tab {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .u-mx-10-tab {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-mx-15-tab {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u-mx-20-tab {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-mx-25-tab {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u-mx-30-tab {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-mx-40-tab {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-50-tab {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-mx-60-tab {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-mx-70-tab {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-mx-80-tab {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-90-tab {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-mx-100-tab {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-mx-auto-tab {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mx-xx-small-sp {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .u-mx-x-small-sp {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .u-mx-small-sp {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .u-mx-medium-sp {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .u-mx-large-sp {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .u-mx-x-large-sp {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .u-mx-xx-large-sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-xxx-large-sp {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .u-mx-huge-sp {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }

  .u-mx-x-huge-sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-xx-huge-sp {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .u-mx--20-sp {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .u-mx-0-sp {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-mx-2-sp {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .u-mx-5-sp {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .u-mx-10-sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-mx-15-sp {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u-mx-20-sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-mx-25-sp {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u-mx-30-sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-mx-40-sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-mx-50-sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-mx-60-sp {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-mx-70-sp {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-mx-80-sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-mx-90-sp {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-mx-100-sp {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-mx-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* パディング
-----------------------*/
@media (min-width: 0px) {
  .u-pt-xx-small {
    padding-top: 4px !important;
  }

  .u-pt-x-small {
    padding-top: 8px !important;
  }

  .u-pt-small {
    padding-top: 12px !important;
  }

  .u-pt-medium {
    padding-top: 16px !important;
  }

  .u-pt-large {
    padding-top: 24px !important;
  }

  .u-pt-x-large {
    padding-top: 32px !important;
  }

  .u-pt-xx-large {
    padding-top: 40px !important;
  }

  .u-pt-xxx-large {
    padding-top: 48px !important;
  }

  .u-pt-huge {
    padding-top: 64px !important;
  }

  .u-pt-x-huge {
    padding-top: 80px !important;
  }

  .u-pt-xx-huge {
    padding-top: 120px !important;
  }

  .u-pt-0 {
    padding-top: 0 !important;
  }

  .u-pt-5 {
    padding-top: 5px !important;
  }

  .u-pt-10 {
    padding-top: 10px !important;
  }

  .u-pt-15 {
    padding-top: 15px !important;
  }

  .u-pt-20 {
    padding-top: 20px !important;
  }

  .u-pt-25 {
    padding-top: 25px !important;
  }

  .u-pt-30 {
    padding-top: 30px !important;
  }

  .u-pt-40 {
    padding-top: 40px !important;
  }

  .u-pt-50 {
    padding-top: 50px !important;
  }

  .u-pt-60 {
    padding-top: 60px !important;
  }

  .u-pt-64 {
    padding-top: 64px !important;
  }

  .u-pt-70 {
    padding-top: 70px !important;
  }

  .u-pt-80 {
    padding-top: 80px !important;
  }

  .u-pt-90 {
    padding-top: 90px !important;
  }

  .u-pt-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pt-xx-small-pc {
    padding-top: 4px !important;
  }

  .u-pt-x-small-pc {
    padding-top: 8px !important;
  }

  .u-pt-small-pc {
    padding-top: 12px !important;
  }

  .u-pt-medium-pc {
    padding-top: 16px !important;
  }

  .u-pt-large-pc {
    padding-top: 24px !important;
  }

  .u-pt-x-large-pc {
    padding-top: 32px !important;
  }

  .u-pt-xx-large-pc {
    padding-top: 40px !important;
  }

  .u-pt-xxx-large-pc {
    padding-top: 48px !important;
  }

  .u-pt-huge-pc {
    padding-top: 64px !important;
  }

  .u-pt-x-huge-pc {
    padding-top: 80px !important;
  }

  .u-pt-xx-huge-pc {
    padding-top: 120px !important;
  }

  .u-pt-0-pc {
    padding-top: 0 !important;
  }

  .u-pt-5-pc {
    padding-top: 5px !important;
  }

  .u-pt-10-pc {
    padding-top: 10px !important;
  }

  .u-pt-15-pc {
    padding-top: 15px !important;
  }

  .u-pt-20-pc {
    padding-top: 20px !important;
  }

  .u-pt-25-pc {
    padding-top: 25px !important;
  }

  .u-pt-30-pc {
    padding-top: 30px !important;
  }

  .u-pt-40-pc {
    padding-top: 40px !important;
  }

  .u-pt-50-pc {
    padding-top: 50px !important;
  }

  .u-pt-60-pc {
    padding-top: 60px !important;
  }

  .u-pt-64-pc {
    padding-top: 64px !important;
  }

  .u-pt-70-pc {
    padding-top: 70px !important;
  }

  .u-pt-80-pc {
    padding-top: 80px !important;
  }

  .u-pt-90-pc {
    padding-top: 90px !important;
  }

  .u-pt-100-pc {
    padding-top: 100px !important;
  }

  .u-pt-150-pc {
    padding-top: 150px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt-xx-small-tab {
    padding-top: 4px !important;
  }

  .u-pt-x-small-tab {
    padding-top: 8px !important;
  }

  .u-pt-small-tab {
    padding-top: 12px !important;
  }

  .u-pt-medium-tab {
    padding-top: 16px !important;
  }

  .u-pt-large-tab {
    padding-top: 24px !important;
  }

  .u-pt-x-large-tab {
    padding-top: 32px !important;
  }

  .u-pt-xx-large-tab {
    padding-top: 40px !important;
  }

  .u-pt-xxx-large-tab {
    padding-top: 48px !important;
  }

  .u-pt-huge-tab {
    padding-top: 64px !important;
  }

  .u-pt-x-huge-tab {
    padding-top: 80px !important;
  }

  .u-pt-xx-huge-tab {
    padding-top: 120px !important;
  }

  .u-pt-0-tab {
    padding-top: 0 !important;
  }

  .u-pt-5-tab {
    padding-top: 5px !important;
  }

  .u-pt-10-tab {
    padding-top: 10px !important;
  }

  .u-pt-15-tab {
    padding-top: 15px !important;
  }

  .u-pt-20-tab {
    padding-top: 20px !important;
  }

  .u-pt-25-tab {
    padding-top: 25px !important;
  }

  .u-pt-30-tab {
    padding-top: 30px !important;
  }

  .u-pt-40-tab {
    padding-top: 40px !important;
  }

  .u-pt-50-tab {
    padding-top: 50px !important;
  }

  .u-pt-60-tab {
    padding-top: 60px !important;
  }

  .u-pt-70-tab {
    padding-top: 70px !important;
  }

  .u-pt-80-tab {
    padding-top: 80px !important;
  }

  .u-pt-90-tab {
    padding-top: 90px !important;
  }

  .u-pt-100-tab {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt-xx-small-sp {
    padding-top: 4px !important;
  }

  .u-pt-x-small-sp {
    padding-top: 8px !important;
  }

  .u-pt-small-sp {
    padding-top: 12px !important;
  }

  .u-pt-medium-sp {
    padding-top: 16px !important;
  }

  .u-pt-large-sp {
    padding-top: 24px !important;
  }

  .u-pt-x-large-sp {
    padding-top: 32px !important;
  }

  .u-pt-xx-large-sp {
    padding-top: 40px !important;
  }

  .u-pt-xxx-large-sp {
    padding-top: 48px !important;
  }

  .u-pt-huge-sp {
    padding-top: 64px !important;
  }

  .u-pt-x-huge-sp {
    padding-top: 80px !important;
  }

  .u-pt-xx-huge-sp {
    padding-top: 120px !important;
  }

  .u-pt-0-sp {
    padding-top: 0 !important;
  }

  .u-pt-5-sp {
    padding-top: 5px !important;
  }

  .u-pt-10-sp {
    padding-top: 10px !important;
  }

  .u-pt-15-sp {
    padding-top: 15px !important;
  }

  .u-pt-20-sp {
    padding-top: 20px !important;
  }

  .u-pt-25-sp {
    padding-top: 25px !important;
  }

  .u-pt-30-sp {
    padding-top: 30px !important;
  }

  .u-pt-40-sp {
    padding-top: 40px !important;
  }

  .u-pt-50-sp {
    padding-top: 50px !important;
  }

  .u-pt-60-sp {
    padding-top: 60px !important;
  }

  .u-pt-70-sp {
    padding-top: 70px !important;
  }

  .u-pt-80-sp {
    padding-top: 80px !important;
  }

  .u-pt-90-sp {
    padding-top: 90px !important;
  }

  .u-pt-100-sp {
    padding-top: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-pb-xx-small {
    padding-bottom: 4px !important;
  }

  .u-pb-x-small {
    padding-bottom: 8px !important;
  }

  .u-pb-small {
    padding-bottom: 12px !important;
  }

  .u-pb-medium {
    padding-bottom: 16px !important;
  }

  .u-pb-large {
    padding-bottom: 24px !important;
  }

  .u-pb-x-large {
    padding-bottom: 32px !important;
  }

  .u-pb-xx-large {
    padding-bottom: 40px !important;
  }

  .u-pb-xxx-large {
    padding-bottom: 48px !important;
  }

  .u-pb-huge {
    padding-bottom: 64px !important;
  }

  .u-pb-x-huge {
    padding-bottom: 80px !important;
  }

  .u-pb-xx-huge {
    padding-bottom: 120px !important;
  }

  .u-pb-0 {
    padding-bottom: 0 !important;
  }

  .u-pb-5 {
    padding-bottom: 5px !important;
  }

  .u-pb-10 {
    padding-bottom: 10px !important;
  }

  .u-pb-15 {
    padding-bottom: 15px !important;
  }

  .u-pb-16 {
    padding-bottom: 16px !important;
  }

  .u-pb-20 {
    padding-bottom: 20px !important;
  }

  .u-pb-24 {
    padding-bottom: 24px !important;
  }

  .u-pb-25 {
    padding-bottom: 25px !important;
  }

  .u-pb-30 {
    padding-bottom: 30px !important;
  }

  .u-pb-40 {
    padding-bottom: 40px !important;
  }

  .u-pb-50 {
    padding-bottom: 50px !important;
  }

  .u-pb-60 {
    padding-bottom: 60px !important;
  }

  .u-pb-64 {
    padding-bottom: 64px !important;
  }

  .u-pb-70 {
    padding-bottom: 70px !important;
  }

  .u-pb-80 {
    padding-bottom: 80px !important;
  }

  .u-pb-90 {
    padding-bottom: 90px !important;
  }

  .u-pb-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pb-xx-small-pc {
    padding-bottom: 4px !important;
  }

  .u-pb-x-small-pc {
    padding-bottom: 8px !important;
  }

  .u-pb-small-pc {
    padding-bottom: 12px !important;
  }

  .u-pb-medium-pc {
    padding-bottom: 16px !important;
  }

  .u-pb-large-pc {
    padding-bottom: 24px !important;
  }

  .u-pb-x-large-pc {
    padding-bottom: 32px !important;
  }

  .u-pb-xx-large-pc {
    padding-bottom: 40px !important;
  }

  .u-pb-xxx-large-pc {
    padding-bottom: 48px !important;
  }

  .u-pb-huge-pc {
    padding-bottom: 64px !important;
  }

  .u-pb-x-huge-pc {
    padding-bottom: 80px !important;
  }

  .u-pb-xx-huge-pc {
    padding-bottom: 120px !important;
  }

  .u-pb-0-pc {
    padding-bottom: 0 !important;
  }

  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }

  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }

  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }

  .u-pb-16-pc {
    padding-bottom: 16px !important;
  }

  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }

  .u-pb-24-pc {
    padding-bottom: 24px !important;
  }

  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }

  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }

  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }

  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }

  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }

  .u-pb-64-pc {
    padding-bottom: 64px !important;
  }

  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }

  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }

  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }

  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pb-xx-small-tab {
    padding-bottom: 4px !important;
  }

  .u-pb-x-small-tab {
    padding-bottom: 8px !important;
  }

  .u-pb-small-tab {
    padding-bottom: 12px !important;
  }

  .u-pb-medium-tab {
    padding-bottom: 16px !important;
  }

  .u-pb-large-tab {
    padding-bottom: 24px !important;
  }

  .u-pb-x-large-tab {
    padding-bottom: 32px !important;
  }

  .u-pb-xx-large-tab {
    padding-bottom: 40px !important;
  }

  .u-pb-xxx-large-tab {
    padding-bottom: 48px !important;
  }

  .u-pb-huge-tab {
    padding-bottom: 64px !important;
  }

  .u-pb-x-huge-tab {
    padding-bottom: 80px !important;
  }

  .u-pb-xx-huge-tab {
    padding-bottom: 120px !important;
  }

  .u-pb-0-tab {
    padding-bottom: 0 !important;
  }

  .u-pb-5-tab {
    padding-bottom: 5px !important;
  }

  .u-pb-10-tab {
    padding-bottom: 10px !important;
  }

  .u-pb-15-tab {
    padding-bottom: 15px !important;
  }

  .u-pb-20-tab {
    padding-bottom: 20px !important;
  }

  .u-pb-25-tab {
    padding-bottom: 25px !important;
  }

  .u-pb-30-tab {
    padding-bottom: 30px !important;
  }

  .u-pb-40-tab {
    padding-bottom: 40px !important;
  }

  .u-pb-50-tab {
    padding-bottom: 50px !important;
  }

  .u-pb-60-tab {
    padding-bottom: 60px !important;
  }

  .u-pb-70-tab {
    padding-bottom: 70px !important;
  }

  .u-pb-80-tab {
    padding-bottom: 80px !important;
  }

  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }

  .u-pb-100-tab {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb-xx-small-sp {
    padding-bottom: 4px !important;
  }

  .u-pb-x-small-sp {
    padding-bottom: 8px !important;
  }

  .u-pb-small-sp {
    padding-bottom: 12px !important;
  }

  .u-pb-medium-sp {
    padding-bottom: 16px !important;
  }

  .u-pb-large-sp {
    padding-bottom: 24px !important;
  }

  .u-pb-x-large-sp {
    padding-bottom: 32px !important;
  }

  .u-pb-xx-large-sp {
    padding-bottom: 40px !important;
  }

  .u-pb-xxx-large-sp {
    padding-bottom: 48px !important;
  }

  .u-pb-huge-sp {
    padding-bottom: 64px !important;
  }

  .u-pb-x-huge-sp {
    padding-bottom: 80px !important;
  }

  .u-pb-xx-huge-sp {
    padding-bottom: 120px !important;
  }

  .u-pb-0-sp {
    padding-bottom: 0 !important;
  }

  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }

  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }

  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }

  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }

  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }

  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }

  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }

  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }

  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }

  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }

  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }

  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }

  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-py-xx-small {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .u-py-x-small {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .u-py-small {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .u-py-medium {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .u-py-large {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .u-py-x-large {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .u-py-xx-large {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-xxx-large {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .u-py-huge {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .u-py-x-huge {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-xx-huge {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .u-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u-py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u-py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .u-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .u-py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u-py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .u-py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-py-xx-small-pc {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .u-py-x-small-pc {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .u-py-small-pc {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .u-py-medium-pc {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .u-py-large-pc {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .u-py-x-large-pc {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .u-py-xx-large-pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-xxx-large-pc {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .u-py-huge-pc {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .u-py-x-huge-pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-xx-huge-pc {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .u-py-0-pc {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-py-5-pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u-py-10-pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-py-15-pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u-py-16-pc {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .u-py-20-pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-py-24-pc {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .u-py-25-pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u-py-30-pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-py-40-pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-50-pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-py-60-pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-py-64-pc {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .u-py-70-pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-py-80-pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-90-pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-py-100-pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-py-xx-small-tab {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .u-py-x-small-tab {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .u-py-small-tab {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .u-py-medium-tab {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .u-py-large-tab {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .u-py-x-large-tab {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .u-py-xx-large-tab {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-xxx-large-tab {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .u-py-huge-tab {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .u-py-x-huge-tab {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-xx-huge-tab {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .u-py-0-tab {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-py-5-tab {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u-py-10-tab {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-py-15-tab {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u-py-20-tab {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-py-25-tab {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u-py-30-tab {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-py-40-tab {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-50-tab {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-py-60-tab {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-py-70-tab {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-py-80-tab {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-90-tab {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-py-100-tab {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-py-xx-small-sp {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .u-py-x-small-sp {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .u-py-small-sp {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .u-py-medium-sp {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .u-py-large-sp {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .u-py-x-large-sp {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .u-py-xx-large-sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-xxx-large-sp {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .u-py-huge-sp {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .u-py-x-huge-sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-xx-huge-sp {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .u-py-0-sp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-py-5-sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u-py-10-sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-py-15-sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u-py-20-sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-py-25-sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u-py-30-sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-py-40-sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-py-50-sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-py-60-sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-py-70-sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-py-80-sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-py-90-sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-py-100-sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-pl-xx-small {
    padding-left: 4px !important;
  }

  .u-pl-x-small {
    padding-left: 8px !important;
  }

  .u-pl-small {
    padding-left: 12px !important;
  }

  .u-pl-medium {
    padding-left: 16px !important;
  }

  .u-pl-large {
    padding-left: 24px !important;
  }

  .u-pl-x-large {
    padding-left: 32px !important;
  }

  .u-pl-xx-large {
    padding-left: 40px !important;
  }

  .u-pl-xxx-large {
    padding-left: 48px !important;
  }

  .u-pl-huge {
    padding-left: 64px !important;
  }

  .u-pl-x-huge {
    padding-left: 80px !important;
  }

  .u-pl-xx-huge {
    padding-left: 120px !important;
  }

  .u-pl-0 {
    padding-left: 0 !important;
  }

  .u-pl-5 {
    padding-left: 5px !important;
  }

  .u-pl-10 {
    padding-left: 10px !important;
  }

  .u-pl-15 {
    padding-left: 15px !important;
  }

  .u-pl-20 {
    padding-left: 20px !important;
  }

  .u-pl-22 {
    padding-left: 22px !important;
  }

  .u-pl-25 {
    padding-left: 25px !important;
  }

  .u-pl-30 {
    padding-left: 30px !important;
  }

  .u-pl-40 {
    padding-left: 40px !important;
  }

  .u-pl-50 {
    padding-left: 50px !important;
  }

  .u-pl-60 {
    padding-left: 60px !important;
  }

  .u-pl-70 {
    padding-left: 70px !important;
  }

  .u-pl-80 {
    padding-left: 80px !important;
  }

  .u-pl-90 {
    padding-left: 90px !important;
  }

  .u-pl-100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pl-xx-small-pc {
    padding-left: 4px !important;
  }

  .u-pl-x-small-pc {
    padding-left: 8px !important;
  }

  .u-pl-small-pc {
    padding-left: 12px !important;
  }

  .u-pl-medium-pc {
    padding-left: 16px !important;
  }

  .u-pl-large-pc {
    padding-left: 24px !important;
  }

  .u-pl-x-large-pc {
    padding-left: 32px !important;
  }

  .u-pl-xx-large-pc {
    padding-left: 40px !important;
  }

  .u-pl-xxx-large-pc {
    padding-left: 48px !important;
  }

  .u-pl-huge-pc {
    padding-left: 64px !important;
  }

  .u-pl-x-huge-pc {
    padding-left: 80px !important;
  }

  .u-pl-xx-huge-pc {
    padding-left: 120px !important;
  }

  .u-pl-0-pc {
    padding-left: 0 !important;
  }

  .u-pl-5-pc {
    padding-left: 5px !important;
  }

  .u-pl-10-pc {
    padding-left: 10px !important;
  }

  .u-pl-15-pc {
    padding-left: 15px !important;
  }

  .u-pl-20-pc {
    padding-left: 20px !important;
  }

  .u-pl-22-pc {
    padding-left: 22px !important;
  }

  .u-pl-25-pc {
    padding-left: 25px !important;
  }

  .u-pl-30-pc {
    padding-left: 30px !important;
  }

  .u-pl-40-pc {
    padding-left: 40px !important;
  }

  .u-pl-50-pc {
    padding-left: 50px !important;
  }

  .u-pl-60-pc {
    padding-left: 60px !important;
  }

  .u-pl-70-pc {
    padding-left: 70px !important;
  }

  .u-pl-80-pc {
    padding-left: 80px !important;
  }

  .u-pl-90-pc {
    padding-left: 90px !important;
  }

  .u-pl-100-pc {
    padding-left: 100px !important;
  }

  .u-pl-540-pc {
    padding-left: 540px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pl-xx-small-tab {
    padding-left: 4px !important;
  }

  .u-pl-x-small-tab {
    padding-left: 8px !important;
  }

  .u-pl-small-tab {
    padding-left: 12px !important;
  }

  .u-pl-medium-tab {
    padding-left: 16px !important;
  }

  .u-pl-large-tab {
    padding-left: 24px !important;
  }

  .u-pl-x-large-tab {
    padding-left: 32px !important;
  }

  .u-pl-xx-large-tab {
    padding-left: 40px !important;
  }

  .u-pl-xxx-large-tab {
    padding-left: 48px !important;
  }

  .u-pl-huge-tab {
    padding-left: 64px !important;
  }

  .u-pl-x-huge-tab {
    padding-left: 80px !important;
  }

  .u-pl-xx-huge-tab {
    padding-left: 120px !important;
  }

  .u-pl-0-tab {
    padding-left: 0 !important;
  }

  .u-pl-5-tab {
    padding-left: 5px !important;
  }

  .u-pl-10-tab {
    padding-left: 10px !important;
  }

  .u-pl-15-tab {
    padding-left: 15px !important;
  }

  .u-pl-20-tab {
    padding-left: 20px !important;
  }

  .u-pl-22-tab {
    padding-left: 22px !important;
  }

  .u-pl-25-tab {
    padding-left: 25px !important;
  }

  .u-pl-30-tab {
    padding-left: 30px !important;
  }

  .u-pl-40-tab {
    padding-left: 40px !important;
  }

  .u-pl-50-tab {
    padding-left: 50px !important;
  }

  .u-pl-60-tab {
    padding-left: 60px !important;
  }

  .u-pl-70-tab {
    padding-left: 70px !important;
  }

  .u-pl-80-tab {
    padding-left: 80px !important;
  }

  .u-pl-90-tab {
    padding-left: 90px !important;
  }

  .u-pl-100-tab {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl-xx-small-sp {
    padding-left: 4px !important;
  }

  .u-pl-x-small-sp {
    padding-left: 8px !important;
  }

  .u-pl-small-sp {
    padding-left: 12px !important;
  }

  .u-pl-medium-sp {
    padding-left: 16px !important;
  }

  .u-pl-large-sp {
    padding-left: 24px !important;
  }

  .u-pl-x-large-sp {
    padding-left: 32px !important;
  }

  .u-pl-xx-large-sp {
    padding-left: 40px !important;
  }

  .u-pl-xxx-large-sp {
    padding-left: 48px !important;
  }

  .u-pl-huge-sp {
    padding-left: 64px !important;
  }

  .u-pl-x-huge-sp {
    padding-left: 80px !important;
  }

  .u-pl-xx-huge-sp {
    padding-left: 120px !important;
  }

  .u-pl-0-sp {
    padding-left: 0 !important;
  }

  .u-pl-5-sp {
    padding-left: 5px !important;
  }

  .u-pl-10-sp {
    padding-left: 10px !important;
  }

  .u-pl-15-sp {
    padding-left: 15px !important;
  }

  .u-pl-20-sp {
    padding-left: 20px !important;
  }

  .u-pl-22-sp {
    padding-left: 22px !important;
  }

  .u-pl-25-sp {
    padding-left: 25px !important;
  }

  .u-pl-30-sp {
    padding-left: 30px !important;
  }

  .u-pl-40-sp {
    padding-left: 40px !important;
  }

  .u-pl-50-sp {
    padding-left: 50px !important;
  }

  .u-pl-60-sp {
    padding-left: 60px !important;
  }

  .u-pl-70-sp {
    padding-left: 70px !important;
  }

  .u-pl-80-sp {
    padding-left: 80px !important;
  }

  .u-pl-90-sp {
    padding-left: 90px !important;
  }

  .u-pl-100-sp {
    padding-left: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-pr-xx-small {
    padding-right: 4px !important;
  }

  .u-pr-x-small {
    padding-right: 8px !important;
  }

  .u-pr-small {
    padding-right: 12px !important;
  }

  .u-pr-medium {
    padding-right: 16px !important;
  }

  .u-pr-large {
    padding-right: 24px !important;
  }

  .u-pr-x-large {
    padding-right: 32px !important;
  }

  .u-pr-xx-large {
    padding-right: 40px !important;
  }

  .u-pr-xxx-large {
    padding-right: 48px !important;
  }

  .u-pr-huge {
    padding-right: 64px !important;
  }

  .u-pr-x-huge {
    padding-right: 80px !important;
  }

  .u-pr-xx-huge {
    padding-right: 120px !important;
  }

  .u-pr-0 {
    padding-right: 0 !important;
  }

  .u-pr-5 {
    padding-right: 5px !important;
  }

  .u-pr-10 {
    padding-right: 10px !important;
  }

  .u-pr-15 {
    padding-right: 15px !important;
  }

  .u-pr-20 {
    padding-right: 20px !important;
  }

  .u-pr-22 {
    padding-right: 22px !important;
  }

  .u-pr-25 {
    padding-right: 25px !important;
  }

  .u-pr-30 {
    padding-right: 30px !important;
  }

  .u-pr-40 {
    padding-right: 40px !important;
  }

  .u-pr-50 {
    padding-right: 50px !important;
  }

  .u-pr-60 {
    padding-right: 60px !important;
  }

  .u-pr-70 {
    padding-right: 70px !important;
  }

  .u-pr-80 {
    padding-right: 80px !important;
  }

  .u-pr-90 {
    padding-right: 90px !important;
  }

  .u-pr-100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pr-xx-small-pc {
    padding-right: 4px !important;
  }

  .u-pr-x-small-pc {
    padding-right: 8px !important;
  }

  .u-pr-small-pc {
    padding-right: 12px !important;
  }

  .u-pr-medium-pc {
    padding-right: 16px !important;
  }

  .u-pr-large-pc {
    padding-right: 24px !important;
  }

  .u-pr-x-large-pc {
    padding-right: 32px !important;
  }

  .u-pr-xx-large-pc {
    padding-right: 40px !important;
  }

  .u-pr-xxx-large-pc {
    padding-right: 48px !important;
  }

  .u-pr-huge-pc {
    padding-right: 64px !important;
  }

  .u-pr-x-huge-pc {
    padding-right: 80px !important;
  }

  .u-pr-xx-huge-pc {
    padding-right: 120px !important;
  }

  .u-pr-0-pc {
    padding-right: 0 !important;
  }

  .u-pr-5-pc {
    padding-right: 5px !important;
  }

  .u-pr-10-pc {
    padding-right: 10px !important;
  }

  .u-pr-15-pc {
    padding-right: 15px !important;
  }

  .u-pr-20-pc {
    padding-right: 20px !important;
  }

  .u-pr-22-pc {
    padding-right: 22px !important;
  }

  .u-pr-25-pc {
    padding-right: 25px !important;
  }

  .u-pr-30-pc {
    padding-right: 30px !important;
  }

  .u-pr-40-pc {
    padding-right: 40px !important;
  }

  .u-pr-50-pc {
    padding-right: 50px !important;
  }

  .u-pr-60-pc {
    padding-right: 60px !important;
  }

  .u-pr-70-pc {
    padding-right: 70px !important;
  }

  .u-pr-80-pc {
    padding-right: 80px !important;
  }

  .u-pr-90-pc {
    padding-right: 90px !important;
  }

  .u-pr-100-pc {
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pr-xx-small-tab {
    padding-right: 4px !important;
  }

  .u-pr-x-small-tab {
    padding-right: 8px !important;
  }

  .u-pr-small-tab {
    padding-right: 12px !important;
  }

  .u-pr-medium-tab {
    padding-right: 16px !important;
  }

  .u-pr-large-tab {
    padding-right: 24px !important;
  }

  .u-pr-x-large-tab {
    padding-right: 32px !important;
  }

  .u-pr-xx-large-tab {
    padding-right: 40px !important;
  }

  .u-pr-xxx-large-tab {
    padding-right: 48px !important;
  }

  .u-pr-huge-tab {
    padding-right: 64px !important;
  }

  .u-pr-x-huge-tab {
    padding-right: 80px !important;
  }

  .u-pr-xx-huge-tab {
    padding-right: 120px !important;
  }

  .u-pr-0-tab {
    padding-right: 0 !important;
  }

  .u-pr-5-tab {
    padding-right: 5px !important;
  }

  .u-pr-10-tab {
    padding-right: 10px !important;
  }

  .u-pr-15-tab {
    padding-right: 15px !important;
  }

  .u-pr-20-tab {
    padding-right: 20px !important;
  }

  .u-pr-22-tab {
    padding-right: 22px !important;
  }

  .u-pr-25-tab {
    padding-right: 25px !important;
  }

  .u-pr-30-tab {
    padding-right: 30px !important;
  }

  .u-pr-40-tab {
    padding-right: 40px !important;
  }

  .u-pr-50-tab {
    padding-right: 50px !important;
  }

  .u-pr-60-tab {
    padding-right: 60px !important;
  }

  .u-pr-70-tab {
    padding-right: 70px !important;
  }

  .u-pr-80-tab {
    padding-right: 80px !important;
  }

  .u-pr-90-tab {
    padding-right: 90px !important;
  }

  .u-pr-100-tab {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr-xx-small-sp {
    padding-right: 4px !important;
  }

  .u-pr-x-small-sp {
    padding-right: 8px !important;
  }

  .u-pr-small-sp {
    padding-right: 12px !important;
  }

  .u-pr-medium-sp {
    padding-right: 16px !important;
  }

  .u-pr-large-sp {
    padding-right: 24px !important;
  }

  .u-pr-x-large-sp {
    padding-right: 32px !important;
  }

  .u-pr-xx-large-sp {
    padding-right: 40px !important;
  }

  .u-pr-xxx-large-sp {
    padding-right: 48px !important;
  }

  .u-pr-huge-sp {
    padding-right: 64px !important;
  }

  .u-pr-x-huge-sp {
    padding-right: 80px !important;
  }

  .u-pr-xx-huge-sp {
    padding-right: 120px !important;
  }

  .u-pr-0-sp {
    padding-right: 0 !important;
  }

  .u-pr-5-sp {
    padding-right: 5px !important;
  }

  .u-pr-10-sp {
    padding-right: 10px !important;
  }

  .u-pr-15-sp {
    padding-right: 15px !important;
  }

  .u-pr-20-sp {
    padding-right: 20px !important;
  }

  .u-pr-22-sp {
    padding-right: 22px !important;
  }

  .u-pr-25-sp {
    padding-right: 25px !important;
  }

  .u-pr-30-sp {
    padding-right: 30px !important;
  }

  .u-pr-40-sp {
    padding-right: 40px !important;
  }

  .u-pr-50-sp {
    padding-right: 50px !important;
  }

  .u-pr-60-sp {
    padding-right: 60px !important;
  }

  .u-pr-70-sp {
    padding-right: 70px !important;
  }

  .u-pr-80-sp {
    padding-right: 80px !important;
  }

  .u-pr-90-sp {
    padding-right: 90px !important;
  }

  .u-pr-100-sp {
    padding-right: 100px !important;
  }
}

@media (min-width: 0px) {
  .u-px-xx-small {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .u-px-x-small {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .u-px-small {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .u-px-medium {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .u-px-large {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .u-px-x-large {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .u-px-xx-large {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-xxx-large {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .u-px-huge {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .u-px-x-huge {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-xx-huge {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .u-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u-px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-px-xx-small-pc {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .u-px-x-small-pc {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .u-px-small-pc {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .u-px-medium-pc {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .u-px-large-pc {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .u-px-x-large-pc {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .u-px-xx-large-pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-xxx-large-pc {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .u-px-huge-pc {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .u-px-x-huge-pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-xx-huge-pc {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .u-px-0-pc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-px-5-pc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u-px-10-pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-px-15-pc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u-px-20-pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-px-25-pc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u-px-30-pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-px-40-pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-50-pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-px-60-pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-px-70-pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-px-80-pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-90-pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-px-100-pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-px-xx-small-tab {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .u-px-x-small-tab {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .u-px-small-tab {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .u-px-medium-tab {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .u-px-large-tab {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .u-px-x-large-tab {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .u-px-xx-large-tab {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-xxx-large-tab {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .u-px-huge-tab {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .u-px-x-huge-tab {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-xx-huge-tab {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .u-px-0-tab {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-px-5-tab {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u-px-10-tab {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-px-15-tab {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u-px-20-tab {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-px-25-tab {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u-px-30-tab {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-px-40-tab {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-50-tab {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-px-60-tab {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-px-70-tab {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-px-80-tab {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-90-tab {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-px-100-tab {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-px-xx-small-sp {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .u-px-x-small-sp {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .u-px-small-sp {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .u-px-medium-sp {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .u-px-large-sp {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .u-px-x-large-sp {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .u-px-xx-large-sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-xxx-large-sp {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .u-px-huge-sp {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .u-px-x-huge-sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-xx-huge-sp {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .u-px-0-sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-px-5-sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u-px-10-sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-px-15-sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u-px-20-sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-px-25-sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u-px-30-sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-px-40-sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-px-50-sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-px-60-sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-px-70-sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-px-80-sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-px-90-sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-px-100-sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

/* ボーダー
-----------------------*/
.u-bdr-none {
  border: none !important;
}

/* ボーダーレイディアス
-----------------------*/
.u-br-50p {
  border-radius: 50% !important;
}

/* 幅
-----------------------*/
@media (min-width: 0px) {
  .u-w-auto {
    width: auto !important;
  }

  .u-w-fit-content {
    width: fit-content !important;
  }

  .u-w-5p {
    width: 5% !important;
  }

  .u-w-10p {
    width: 10% !important;
  }

  .u-w-15p {
    width: 15% !important;
  }

  .u-w-20p {
    width: 20% !important;
  }

  .u-w-25p {
    width: 25% !important;
  }

  .u-w-30p {
    width: 30% !important;
  }

  .u-w-35p {
    width: 35% !important;
  }

  .u-w-40p {
    width: 40% !important;
  }

  .u-w-45p {
    width: 45% !important;
  }

  .u-w-50p {
    width: 50% !important;
  }

  .u-w-55p {
    width: 55% !important;
  }

  .u-w-60p {
    width: 60% !important;
  }

  .u-w-65p {
    width: 65% !important;
  }

  .u-w-70p {
    width: 70% !important;
  }

  .u-w-75p {
    width: 75% !important;
  }

  .u-w-80p {
    width: 80% !important;
  }

  .u-w-85p {
    width: 85% !important;
  }

  .u-w-90p {
    width: 90% !important;
  }

  .u-w-95p {
    width: 95% !important;
  }

  .u-w-100p {
    width: 100% !important;
  }

  .u-w-1 {
    width: 1px !important;
  }

  .u-w-5 {
    width: 5px !important;
  }

  .u-w-10 {
    width: 10px !important;
  }

  .u-w-15 {
    width: 15px !important;
  }

  .u-w-16 {
    width: 16px !important;
  }

  .u-w-20 {
    width: 20px !important;
  }

  .u-w-24 {
    width: 24px !important;
  }

  .u-w-25 {
    width: 25px !important;
  }

  .u-w-30 {
    width: 30px !important;
  }

  .u-w-35 {
    width: 35px !important;
  }

  .u-w-40 {
    width: 40px !important;
  }

  .u-w-45 {
    width: 45px !important;
  }

  .u-w-50 {
    width: 50px !important;
  }

  .u-w-55 {
    width: 55px !important;
  }

  .u-w-60 {
    width: 60px !important;
  }

  .u-w-65 {
    width: 65px !important;
  }

  .u-w-70 {
    width: 70px !important;
  }

  .u-w-75 {
    width: 75px !important;
  }

  .u-w-80 {
    width: 80px !important;
  }

  .u-w-85 {
    width: 85px !important;
  }

  .u-w-90 {
    width: 90px !important;
  }

  .u-w-95 {
    width: 95px !important;
  }

  .u-w-96 {
    width: 96px !important;
  }

  .u-w-100 {
    width: 100px !important;
  }

  .u-w-110 {
    width: 110px !important;
  }

  .u-w-120 {
    width: 120px !important;
  }

  .u-w-130 {
    width: 130px !important;
  }

  .u-w-140 {
    width: 140px !important;
  }

  .u-w-150 {
    width: 150px !important;
  }

  .u-w-160 {
    width: 160px !important;
  }

  .u-w-170 {
    width: 170px !important;
  }

  .u-w-180 {
    width: 180px !important;
  }

  .u-w-190 {
    width: 190px !important;
  }

  .u-w-200 {
    width: 200px !important;
  }

  .u-w-210 {
    width: 210px !important;
  }

  .u-w-220 {
    width: 220px !important;
  }

  .u-w-230 {
    width: 230px !important;
  }

  .u-w-240 {
    width: 240px !important;
  }

  .u-w-250 {
    width: 250px !important;
  }

  .u-w-260 {
    width: 260px !important;
  }

  .u-w-270 {
    width: 270px !important;
  }

  .u-w-280 {
    width: 280px !important;
  }

  .u-w-290 {
    width: 290px !important;
  }

  .u-w-300 {
    width: 300px !important;
  }

  .u-w-350 {
    width: 350px !important;
  }

  .u-w-400 {
    width: 400px !important;
  }

  .u-w-450 {
    width: 450px !important;
  }

  .u-w-500 {
    width: 500px !important;
  }

  .u-w-550 {
    width: 550px !important;
  }

  .u-w-600 {
    width: 600px !important;
  }

  .u-w-650 {
    width: 650px !important;
  }

  .u-w-700 {
    width: 700px !important;
  }

  .u-w-750 {
    width: 750px !important;
  }

  .u-w-800 {
    width: 800px !important;
  }

  .u-w-850 {
    width: 850px !important;
  }

  .u-w-900 {
    width: 900px !important;
  }

  .u-w-950 {
    width: 950px !important;
  }

  .u-w-980 {
    width: 980px !important;
  }

  .u-w-1000 {
    width: 1000px !important;
  }
}

@media (min-width: 768px) {
  .u-w-auto-pc {
    width: auto !important;
  }

  .u-w-fit-content-pc {
    width: fit-content !important;
  }

  .u-w-5p-pc {
    width: 5% !important;
  }

  .u-w-10p-pc {
    width: 10% !important;
  }

  .u-w-15p-pc {
    width: 15% !important;
  }

  .u-w-20p-pc {
    width: 20% !important;
  }

  .u-w-25p-pc {
    width: 25% !important;
  }

  .u-w-30p-pc {
    width: 30% !important;
  }

  .u-w-35p-pc {
    width: 35% !important;
  }

  .u-w-40p-pc {
    width: 40% !important;
  }

  .u-w-45p-pc {
    width: 45% !important;
  }

  .u-w-50p-pc {
    width: 50% !important;
  }

  .u-w-55p-pc {
    width: 55% !important;
  }

  .u-w-60p-pc {
    width: 60% !important;
  }

  .u-w-65p-pc {
    width: 65% !important;
  }

  .u-w-70p-pc {
    width: 70% !important;
  }

  .u-w-75p-pc {
    width: 75% !important;
  }

  .u-w-80p-pc {
    width: 80% !important;
  }

  .u-w-85p-pc {
    width: 85% !important;
  }

  .u-w-90p-pc {
    width: 90% !important;
  }

  .u-w-95p-pc {
    width: 95% !important;
  }

  .u-w-100p-pc {
    width: 100% !important;
  }

  .u-w-1-pc {
    width: 1px !important;
  }

  .u-w-10-pc {
    width: 10px !important;
  }

  .u-w-16-pc {
    width: 16px !important;
  }

  .u-w-20-pc {
    width: 20px !important;
  }

  .u-w-24-pc {
    width: 24px !important;
  }

  .u-w-30-pc {
    width: 30px !important;
  }

  .u-w-40-pc {
    width: 40px !important;
  }

  .u-w-50-pc {
    width: 50px !important;
  }

  .u-w-60-pc {
    width: 60px !important;
  }

  .u-w-70-pc {
    width: 70px !important;
  }

  .u-w-80-pc {
    width: 80px !important;
  }

  .u-w-90-pc {
    width: 90px !important;
  }

  .u-w-100-pc {
    width: 100px !important;
  }

  .u-w-110-pc {
    width: 110px !important;
  }

  .u-w-120-pc {
    width: 120px !important;
  }

  .u-w-130-pc {
    width: 130px !important;
  }

  .u-w-140-pc {
    width: 140px !important;
  }

  .u-w-150-pc {
    width: 150px !important;
  }

  .u-w-160-pc {
    width: 160px !important;
  }

  .u-w-170-pc {
    width: 170px !important;
  }

  .u-w-180-pc {
    width: 180px !important;
  }

  .u-w-190-pc {
    width: 190px !important;
  }

  .u-w-200-pc {
    width: 200px !important;
  }

  .u-w-210-pc {
    width: 210px !important;
  }

  .u-w-220-pc {
    width: 220px !important;
  }

  .u-w-230-pc {
    width: 230px !important;
  }

  .u-w-240-pc {
    width: 240px !important;
  }

  .u-w-250-pc {
    width: 250px !important;
  }

  .u-w-260-pc {
    width: 260px !important;
  }

  .u-w-270-pc {
    width: 270px !important;
  }

  .u-w-280-pc {
    width: 280px !important;
  }

  .u-w-290-pc {
    width: 290px !important;
  }

  .u-w-300-pc {
    width: 300px !important;
  }

  .u-w-350-pc {
    width: 350px !important;
  }

  .u-w-400-pc {
    width: 400px !important;
  }

  .u-w-450-pc {
    width: 450px !important;
  }

  .u-w-500-pc {
    width: 500px !important;
  }

  .u-w-550-pc {
    width: 550px !important;
  }

  .u-w-600-pc {
    width: 600px !important;
  }

  .u-w-650-pc {
    width: 650px !important;
  }

  .u-w-700-pc {
    width: 700px !important;
  }

  .u-w-750-pc {
    width: 750px !important;
  }

  .u-w-800-pc {
    width: 800px !important;
  }

  .u-w-850-pc {
    width: 850px !important;
  }

  .u-w-900-pc {
    width: 900px !important;
  }

  .u-w-950-pc {
    width: 950px !important;
  }

  .u-w-980-pc {
    width: 980px !important;
  }

  .u-w-1000-pc {
    width: 1000px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-w-auto-tab {
    width: auto !important;
  }

  .u-w-fit-content-tab {
    width: fit-content !important;
  }

  .u-w-5p-tab {
    width: 5% !important;
  }

  .u-w-10p-tab {
    width: 10% !important;
  }

  .u-w-15p-tab {
    width: 15% !important;
  }

  .u-w-20p-tab {
    width: 20% !important;
  }

  .u-w-25p-tab {
    width: 25% !important;
  }

  .u-w-30p-tab {
    width: 30% !important;
  }

  .u-w-35p-tab {
    width: 35% !important;
  }

  .u-w-40p-tab {
    width: 40% !important;
  }

  .u-w-45p-tab {
    width: 45% !important;
  }

  .u-w-50p-tab {
    width: 50% !important;
  }

  .u-w-55p-tab {
    width: 55% !important;
  }

  .u-w-60p-tab {
    width: 60% !important;
  }

  .u-w-65p-tab {
    width: 65% !important;
  }

  .u-w-70p-tab {
    width: 70% !important;
  }

  .u-w-75p-tab {
    width: 75% !important;
  }

  .u-w-80p-tab {
    width: 80% !important;
  }

  .u-w-85p-tab {
    width: 85% !important;
  }

  .u-w-90p-tab {
    width: 90% !important;
  }

  .u-w-95p-tab {
    width: 95% !important;
  }

  .u-w-100p-tab {
    width: 100% !important;
  }

  .u-w-1-tab {
    width: 1px !important;
  }

  .u-w-10-tab {
    width: 10px !important;
  }

  .u-w-16-tab {
    width: 16px !important;
  }

  .u-w-20-tab {
    width: 20px !important;
  }

  .u-w-24-tab {
    width: 24px !important;
  }

  .u-w-30-tab {
    width: 30px !important;
  }

  .u-w-40-tab {
    width: 40px !important;
  }

  .u-w-50-tab {
    width: 50px !important;
  }

  .u-w-60-tab {
    width: 60px !important;
  }

  .u-w-70-tab {
    width: 70px !important;
  }

  .u-w-80-tab {
    width: 80px !important;
  }

  .u-w-90-tab {
    width: 90px !important;
  }

  .u-w-100-tab {
    width: 100px !important;
  }

  .u-w-110-tab {
    width: 110px !important;
  }

  .u-w-120-tab {
    width: 120px !important;
  }

  .u-w-130-tab {
    width: 130px !important;
  }

  .u-w-140-tab {
    width: 140px !important;
  }

  .u-w-150-tab {
    width: 150px !important;
  }

  .u-w-160-tab {
    width: 160px !important;
  }

  .u-w-170-tab {
    width: 170px !important;
  }

  .u-w-180-tab {
    width: 180px !important;
  }

  .u-w-190-tab {
    width: 190px !important;
  }

  .u-w-200-tab {
    width: 200px !important;
  }

  .u-w-210-tab {
    width: 210px !important;
  }

  .u-w-220-tab {
    width: 220px !important;
  }

  .u-w-230-tab {
    width: 230px !important;
  }

  .u-w-240-tab {
    width: 240px !important;
  }

  .u-w-250-tab {
    width: 250px !important;
  }

  .u-w-260-tab {
    width: 260px !important;
  }

  .u-w-270-tab {
    width: 270px !important;
  }

  .u-w-280-tab {
    width: 280px !important;
  }

  .u-w-290-tab {
    width: 290px !important;
  }

  .u-w-300-tab {
    width: 300px !important;
  }

  .u-w-350-tab {
    width: 350px !important;
  }

  .u-w-400-tab {
    width: 400px !important;
  }

  .u-w-450-tab {
    width: 450px !important;
  }

  .u-w-500-tab {
    width: 500px !important;
  }

  .u-w-550-tab {
    width: 550px !important;
  }

  .u-w-600-tab {
    width: 600px !important;
  }

  .u-w-650-tab {
    width: 650px !important;
  }

  .u-w-700-tab {
    width: 700px !important;
  }

  .u-w-750-tab {
    width: 750px !important;
  }

  .u-w-800-tab {
    width: 800px !important;
  }

  .u-w-850-tab {
    width: 850px !important;
  }

  .u-w-900-tab {
    width: 900px !important;
  }

  .u-w-950-tab {
    width: 950px !important;
  }

  .u-w-980-tab {
    width: 980px !important;
  }

  .u-w-1000-tab {
    width: 1000px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-w-auto-sp {
    width: auto !important;
  }

  .u-w-fit-content-sp {
    width: fit-content !important;
  }

  .u-w-5p-sp {
    width: 5% !important;
  }

  .u-w-10p-sp {
    width: 10% !important;
  }

  .u-w-15p-sp {
    width: 15% !important;
  }

  .u-w-20p-sp {
    width: 20% !important;
  }

  .u-w-25p-sp {
    width: 25% !important;
  }

  .u-w-30p-sp {
    width: 30% !important;
  }

  .u-w-35p-sp {
    width: 35% !important;
  }

  .u-w-40p-sp {
    width: 40% !important;
  }

  .u-w-45p-sp {
    width: 45% !important;
  }

  .u-w-50p-sp {
    width: 50% !important;
  }

  .u-w-55p-sp {
    width: 55% !important;
  }

  .u-w-60p-sp {
    width: 60% !important;
  }

  .u-w-65p-sp {
    width: 65% !important;
  }

  .u-w-70p-sp {
    width: 70% !important;
  }

  .u-w-75p-sp {
    width: 75% !important;
  }

  .u-w-80p-sp {
    width: 80% !important;
  }

  .u-w-85p-sp {
    width: 85% !important;
  }

  .u-w-90p-sp {
    width: 90% !important;
  }

  .u-w-95p-sp {
    width: 95% !important;
  }

  .u-w-100p-sp {
    width: 100% !important;
  }

  .u-w-1-sp {
    width: 1px !important;
  }

  .u-w-10-sp {
    width: 10px !important;
  }

  .u-w-16-sp {
    width: 16px !important;
  }

  .u-w-20-sp {
    width: 20px !important;
  }

  .u-w-24-sp {
    width: 24px !important;
  }

  .u-w-30-sp {
    width: 30px !important;
  }

  .u-w-40-sp {
    width: 40px !important;
  }

  .u-w-50-sp {
    width: 50px !important;
  }

  .u-w-60-sp {
    width: 60px !important;
  }

  .u-w-70-sp {
    width: 70px !important;
  }

  .u-w-80-sp {
    width: 80px !important;
  }

  .u-w-90-sp {
    width: 90px !important;
  }

  .u-w-100-sp {
    width: 100px !important;
  }

  .u-w-110-sp {
    width: 110px !important;
  }

  .u-w-120-sp {
    width: 120px !important;
  }

  .u-w-130-sp {
    width: 130px !important;
  }

  .u-w-140-sp {
    width: 140px !important;
  }

  .u-w-150-sp {
    width: 150px !important;
  }

  .u-w-160-sp {
    width: 160px !important;
  }

  .u-w-170-sp {
    width: 170px !important;
  }

  .u-w-180-sp {
    width: 180px !important;
  }

  .u-w-190-sp {
    width: 190px !important;
  }

  .u-w-200-sp {
    width: 200px !important;
  }

  .u-w-210-sp {
    width: 210px !important;
  }

  .u-w-220-sp {
    width: 220px !important;
  }

  .u-w-230-sp {
    width: 230px !important;
  }

  .u-w-240-sp {
    width: 240px !important;
  }

  .u-w-250-sp {
    width: 250px !important;
  }

  .u-w-260-sp {
    width: 260px !important;
  }

  .u-w-270-sp {
    width: 270px !important;
  }

  .u-w-280-sp {
    width: 280px !important;
  }

  .u-w-290-sp {
    width: 290px !important;
  }

  .u-w-300-sp {
    width: 300px !important;
  }

  .u-w-350-sp {
    width: 350px !important;
  }

  .u-w-400-sp {
    width: 400px !important;
  }

  .u-w-450-sp {
    width: 450px !important;
  }

  .u-w-500-sp {
    width: 500px !important;
  }

  .u-w-550-sp {
    width: 550px !important;
  }

  .u-w-600-sp {
    width: 600px !important;
  }

  .u-w-650-sp {
    width: 650px !important;
  }

  .u-w-700-sp {
    width: 700px !important;
  }

  .u-w-750-sp {
    width: 750px !important;
  }

  .u-w-800-sp {
    width: 800px !important;
  }

  .u-w-850-sp {
    width: 850px !important;
  }

  .u-w-900-sp {
    width: 900px !important;
  }

  .u-w-950-sp {
    width: 950px !important;
  }

  .u-w-980-sp {
    width: 980px !important;
  }

  .u-w-1000-sp {
    width: 1000px !important;
  }
}

@media (min-width: 0px) {
  .u-min-w-0 {
    min-width: 0 !important;
  }

  .u-min-w-100 {
    min-width: 100px !important;
  }

  .u-min-w-150 {
    min-width: 150px !important;
  }

  .u-min-w-200 {
    min-width: 200px !important;
  }

  .u-min-w-250 {
    min-width: 250px !important;
  }

  .u-min-w-300 {
    min-width: 300px !important;
  }

  .u-min-w-350 {
    min-width: 350px !important;
  }

  .u-min-w-400 {
    min-width: 400px !important;
  }

  .u-min-w-450 {
    min-width: 450px !important;
  }

  .u-min-w-500 {
    max-width: 500px !important;
  }
}

@media (min-width: 768px) {
  .u-min-w-0-pc {
    min-width: 0 !important;
  }

  .u-min-w-100-pc {
    min-width: 100px !important;
  }

  .u-min-w-150-pc {
    min-width: 150px !important;
  }

  .u-min-w-200-pc {
    min-width: 200px !important;
  }

  .u-min-w-250-pc {
    min-width: 250px !important;
  }

  .u-min-w-300-pc {
    min-width: 300px !important;
  }

  .u-min-w-350-pc {
    min-width: 350px !important;
  }

  .u-min-w-400-pc {
    min-width: 400px !important;
  }

  .u-min-w-450-pc {
    min-width: 450px !important;
  }

  .u-min-w-500-pc {
    min-width: 500px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-min-w-0-tab {
    min-width: 0 !important;
  }

  .u-min-w-100-tab {
    max-width: 100px !important;
  }

  .u-min-w-150-tab {
    min-width: 150px !important;
  }

  .u-min-w-200-tab {
    min-width: 200px !important;
  }

  .u-min-w-250-tab {
    min-width: 250px !important;
  }

  .u-min-w-300-tab {
    min-width: 300px !important;
  }

  .u-min-w-350-tab {
    min-width: 350px !important;
  }

  .u-min-w-400-tab {
    min-width: 400px !important;
  }

  .u-min-w-450-tab {
    min-width: 450px !important;
  }

  .u-min-w-500-tab {
    min-width: 500px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-min-w-0-sp {
    min-width: 0 !important;
  }

  .u-min-w-100-sp {
    min-width: 100px !important;
  }

  .u-min-w-150-sp {
    min-width: 150px !important;
  }

  .u-min-w-200-sp {
    min-width: 200px !important;
  }

  .u-min-w-250-sp {
    min-width: 250px !important;
  }

  .u-min-w-300-sp {
    min-width: 300px !important;
  }

  .u-min-w-350-sp {
    min-width: 350px !important;
  }

  .u-min-w-400-sp {
    min-width: 400px !important;
  }

  .u-min-w-450-sp {
    min-width: 450px !important;
  }

  .u-min-w-500-sp {
    min-width: 500px !important;
  }
}

@media (min-width: 0px) {
  .u-max-w-none {
    max-width: none !important;
  }

  .u-max-w-100 {
    max-width: 100px !important;
  }

  .u-max-w-150 {
    max-width: 150px !important;
  }

  .u-max-w-200 {
    max-width: 200px !important;
  }

  .u-max-w-250 {
    max-width: 250px !important;
  }

  .u-max-w-300 {
    max-width: 300px !important;
  }

  .u-max-w-350 {
    max-width: 350px !important;
  }

  .u-max-w-400 {
    max-width: 400px !important;
  }

  .u-max-w-450 {
    max-width: 450px !important;
  }

  .u-max-w-500 {
    max-width: 500px !important;
  }

  .u-max-w-550 {
    max-width: 550px !important;
  }

  .u-max-w-600 {
    max-width: 600px !important;
  }

  .u-max-w-650 {
    max-width: 650px !important;
  }

  .u-max-w-700 {
    max-width: 700px !important;
  }

  .u-max-w-750 {
    max-width: 750px !important;
  }

  .u-max-w-800 {
    max-width: 800px !important;
  }

  .u-max-w-1085 {
    max-width: 1085px !important;
  }
}

@media (min-width: 768px) {
  .u-max-w-none-pc {
    max-width: none !important;
  }

  .u-max-w-100-pc {
    max-width: 100px !important;
  }

  .u-max-w-150-pc {
    max-width: 150px !important;
  }

  .u-max-w-200-pc {
    max-width: 200px !important;
  }

  .u-max-w-250-pc {
    max-width: 250px !important;
  }

  .u-max-w-300-pc {
    max-width: 300px !important;
  }

  .u-max-w-350-pc {
    max-width: 350px !important;
  }

  .u-max-w-400-pc {
    max-width: 400px !important;
  }

  .u-max-w-450-pc {
    max-width: 450px !important;
  }

  .u-max-w-500-pc {
    max-width: 500px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-max-w-none-tab {
    max-width: none !important;
  }

  .u-max-w-100-tab {
    max-width: 100px !important;
  }

  .u-max-w-150-tab {
    max-width: 150px !important;
  }

  .u-max-w-200-tab {
    max-width: 200px !important;
  }

  .u-max-w-250-tab {
    max-width: 250px !important;
  }

  .u-max-w-300-tab {
    max-width: 300px !important;
  }

  .u-max-w-350-tab {
    max-width: 350px !important;
  }

  .u-max-w-400-tab {
    max-width: 400px !important;
  }

  .u-max-w-450-tab {
    max-width: 450px !important;
  }

  .u-max-w-500-tab {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-max-w-none-sp {
    max-width: none !important;
  }

  .u-max-w-100-sp {
    max-width: 100px !important;
  }

  .u-max-w-150-sp {
    max-width: 150px !important;
  }

  .u-max-w-200-sp {
    max-width: 200px !important;
  }

  .u-max-w-250-sp {
    max-width: 250px !important;
  }

  .u-max-w-300-sp {
    max-width: 300px !important;
  }

  .u-max-w-350-sp {
    max-width: 350px !important;
  }

  .u-max-w-400-sp {
    max-width: 400px !important;
  }

  .u-max-w-450-sp {
    max-width: 450px !important;
  }

  .u-max-w-500-sp {
    max-width: 500px !important;
  }
}

/* 高さ
-----------------------*/
@media (min-width: 0px) {
  .u-h-auto {
    height: auto !important;
  }

  .u-h-100p {
    height: 100% !important;
  }

  .u-h-100vh {
    height: 100vh !important;
  }

  .u-h-0 {
    height: 0 !important;
  }

  .u-h-50 {
    height: 50px !important;
  }

  .u-h-100 {
    height: 100px !important;
  }

  .u-h-150 {
    height: 150px !important;
  }

  .u-h-200 {
    height: 200px !important;
  }

  .u-h-250 {
    height: 250px !important;
  }

  .u-h-300 {
    height: 300px !important;
  }

  .u-h-350 {
    height: 350px !important;
  }

  .u-h-400 {
    height: 400px !important;
  }

  .u-h-450 {
    height: 450px !important;
  }

  .u-h-500 {
    height: 500px !important;
  }

  .u-h-1100 {
    height: 1100px !important;
  }
}

@media (min-width: 768px) {
  .u-h-auto-pc {
    height: auto !important;
  }

  .u-h-100p-pc {
    height: 100% !important;
  }

  .u-h-100vh-pc {
    height: 100vh !important;
  }

  .u-h-0-pc {
    height: 0 !important;
  }

  .u-h-50-pc {
    height: 50px !important;
  }

  .u-h-100-pc {
    height: 100px !important;
  }

  .u-h-150-pc {
    height: 150px !important;
  }

  .u-h-200-pc {
    height: 200px !important;
  }

  .u-h-250-pc {
    height: 250px !important;
  }

  .u-h-300-pc {
    height: 300px !important;
  }

  .u-h-350-pc {
    height: 350px !important;
  }

  .u-h-400-pc {
    height: 400px !important;
  }

  .u-h-450-pc {
    height: 450px !important;
  }

  .u-h-500-pc {
    height: 500px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-h-auto-sp {
    height: auto !important;
  }

  .u-h-100p-sp {
    height: 100% !important;
  }

  .u-h-100vh-sp {
    height: 100vh !important;
  }

  .u-h-0-sp {
    height: 0 !important;
  }

  .u-h-50-sp {
    height: 50px !important;
  }

  .u-h-100-sp {
    height: 100px !important;
  }

  .u-h-150-sp {
    height: 150px !important;
  }

  .u-h-200-sp {
    height: 200px !important;
  }

  .u-h-250-sp {
    height: 250px !important;
  }

  .u-h-300-sp {
    height: 300px !important;
  }

  .u-h-350-sp {
    height: 350px !important;
  }

  .u-h-400-sp {
    height: 400px !important;
  }

  .u-h-450-sp {
    height: 450px !important;
  }

  .u-h-500-sp {
    height: 500px !important;
  }
}

@media (min-width: 0px) {
  .u-min-h-0 {
    min-height: 0 !important;
  }

  .u-min-h-50 {
    min-height: 50px !important;
  }

  .u-min-h-52 {
    min-height: 52px !important;
  }

  .u-min-h-100 {
    min-height: 100px !important;
  }

  .u-min-h-150 {
    min-height: 150px !important;
  }

  .u-min-h-200 {
    min-height: 200px !important;
  }

  .u-min-h-250 {
    min-height: 250px !important;
  }

  .u-min-h-300 {
    min-height: 300px !important;
  }

  .u-min-h-350 {
    min-height: 350px !important;
  }

  .u-min-h-400 {
    min-height: 400px !important;
  }

  .u-min-h-450 {
    min-height: 450px !important;
  }

  .u-min-h-500 {
    min-height: 500px !important;
  }
}

@media (min-width: 768px) {
  .u-min-h-0-pc {
    min-height: 0 !important;
  }

  .u-min-h-50-pc {
    min-height: 50px !important;
  }

  .u-min-h-100-pc {
    min-height: 100px !important;
  }

  .u-min-h-150-pc {
    min-height: 150px !important;
  }

  .u-min-h-200-pc {
    min-height: 200px !important;
  }

  .u-min-h-250-pc {
    min-height: 250px !important;
  }

  .u-min-h-300-pc {
    min-height: 300px !important;
  }

  .u-min-h-350-pc {
    min-height: 350px !important;
  }

  .u-min-h-400-pc {
    min-height: 400px !important;
  }

  .u-min-h-450-pc {
    min-height: 450px !important;
  }

  .u-min-h-500-pc {
    min-height: 500px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-min-h-0-sp {
    min-height: 0 !important;
  }

  .u-min-h-50-sp {
    min-height: 50px !important;
  }

  .u-min-h-100-sp {
    min-height: 100px !important;
  }

  .u-min-h-150-sp {
    min-height: 150px !important;
  }

  .u-min-h-200-sp {
    min-height: 200px !important;
  }

  .u-min-h-250-sp {
    min-height: 250px !important;
  }

  .u-min-h-300-sp {
    min-height: 300px !important;
  }

  .u-min-h-350-sp {
    min-height: 350px !important;
  }

  .u-min-h-400-sp {
    min-height: 400px !important;
  }

  .u-min-h-450-sp {
    min-height: 450px !important;
  }

  .u-min-h-500-sp {
    min-height: 500px !important;
  }
}

@media (min-width: 0px) {
  .u-max-h-none {
    max-height: none !important;
  }

  .u-max-h-3em {
    max-height: 6em !important;
  }

  .u-max-h-50 {
    max-height: 50px !important;
  }

  .u-max-h-100 {
    max-height: 100px !important;
  }

  .u-max-h-150 {
    max-height: 150px !important;
  }

  .u-max-h-200 {
    max-height: 200px !important;
  }

  .u-max-h-202 {
    max-height: 202px !important;
  }

  .u-max-h-250 {
    max-height: 250px !important;
  }

  .u-max-h-300 {
    max-height: 300px !important;
  }

  .u-max-h-350 {
    max-height: 350px !important;
  }

  .u-max-h-400 {
    max-height: 400px !important;
  }

  .u-max-h-450 {
    max-height: 450px !important;
  }

  .u-max-h-500 {
    max-height: 500px !important;
  }
}

@media (min-width: 768px) {
  .u-max-h-none-pc {
    max-height: none !important;
  }

  .u-max-h-50-pc {
    max-height: 50px !important;
  }

  .u-max-h-100-pc {
    max-height: 100px !important;
  }

  .u-max-h-150-pc {
    max-height: 150px !important;
  }

  .u-max-h-200-pc {
    max-height: 200px !important;
  }

  .u-max-h-250-pc {
    max-height: 250px !important;
  }

  .u-max-h-300-pc {
    max-height: 300px !important;
  }

  .u-max-h-350-pc {
    max-height: 350px !important;
  }

  .u-max-h-400-pc {
    max-height: 400px !important;
  }

  .u-max-h-450-pc {
    max-height: 450px !important;
  }

  .u-max-h-500-pc {
    max-height: 500px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-max-h-none-sp {
    max-height: none !important;
  }

  .u-max-h-50-sp {
    max-height: 50px !important;
  }

  .u-max-h-100-sp {
    max-height: 100px !important;
  }

  .u-max-h-150-sp {
    max-height: 150px !important;
  }

  .u-max-h-200-sp {
    max-height: 200px !important;
  }

  .u-max-h-250-sp {
    max-height: 250px !important;
  }

  .u-max-h-300-sp {
    max-height: 300px !important;
  }

  .u-max-h-350-sp {
    max-height: 350px !important;
  }

  .u-max-h-400-sp {
    max-height: 400px !important;
  }

  .u-max-h-450-sp {
    max-height: 450px !important;
  }

  .u-max-h-500-sp {
    max-height: 500px !important;
  }
}

/* フォントファミリー
-----------------------*/
.u-ff-noto-sans {
  font-family: "Noto Sans", "Noto Sans JP" !important;
}

.u-ff-noto-serif {
  font-family: "Noto Serif" !important;
}

.u-ff-montserrat {
  font-family: Montserrat !important;
}

.u-ff-lato {
  font-family: Lato !important;
  font-weight: 300;
}

/* フォントスタイル
-----------------------*/
.u-font-style-italic {
  font-style: italic;
}

/* フォントサイズ
-----------------------*/
@media (min-width: 0px) {
  .u-fs-0 {
    font-size: 0 !important;
  }

  .u-fs-10 {
    font-size: 1rem !important;
  }

  .u-fs-11 {
    font-size: 1.1rem !important;
  }

  .u-fs-12 {
    font-size: 1.2rem !important;
  }

  .u-fs-13 {
    font-size: 1.3rem !important;
  }

  .u-fs-14 {
    font-size: 1.4rem !important;
  }

  .u-fs-16 {
    font-size: 1.6rem !important;
  }

  .u-fs-18 {
    font-size: 1.8rem !important;
  }

  .u-fs-20 {
    font-size: 2rem !important;
  }

  .u-fs-22 {
    font-size: 2.2rem !important;
  }

  .u-fs-24 {
    font-size: 2.4rem !important;
  }

  .u-fs-26 {
    font-size: 2.6rem !important;
  }

  .u-fs-28 {
    font-size: 2.8rem !important;
  }

  .u-fs-30 {
    font-size: 3rem !important;
  }

  .u-fs-32 {
    font-size: 3.2rem !important;
  }

  .u-fs-34 {
    font-size: 3.4rem !important;
  }

  .u-fs-36 {
    font-size: 3.6rem !important;
  }

  .u-fs-38 {
    font-size: 3.8rem !important;
  }

  .u-fs-40 {
    font-size: 4rem !important;
  }

  .u-fs-48 {
    font-size: 4.8rem !important;
  }

  .u-fs-56 {
    font-size: 5.6rem !important;
  }

  .u-fs-120 {
    font-size: 12rem !important;
  }
}

@media screen and (max-width: 767px) {
  .u-fs-0-sp {
    font-size: 0 !important;
  }

  .u-fs-10-sp {
    font-size: 1rem !important;
  }

  .u-fs-11-sp {
    font-size: 1.1rem !important;
  }

  .u-fs-12-sp {
    font-size: 1.2rem !important;
  }

  .u-fs-13-sp {
    font-size: 1.3rem !important;
  }

  .u-fs-14-sp {
    font-size: 1.4rem !important;
  }

  .u-fs-16-sp {
    font-size: 1.6rem !important;
  }

  .u-fs-18-sp {
    font-size: 1.8rem !important;
  }

  .u-fs-20-sp {
    font-size: 2rem !important;
  }

  .u-fs-22-sp {
    font-size: 2.2rem !important;
  }

  .u-fs-24-sp {
    font-size: 2.4rem !important;
  }

  .u-fs-26-sp {
    font-size: 2.6rem !important;
  }

  .u-fs-28-sp {
    font-size: 2.8rem !important;
  }

  .u-fs-30-sp {
    font-size: 3rem !important;
  }

  .u-fs-32-sp {
    font-size: 3.2rem !important;
  }

  .u-fs-34-sp {
    font-size: 3.4rem !important;
  }

  .u-fs-36-sp {
    font-size: 3.6rem !important;
  }

  .u-fs-38-sp {
    font-size: 3.8rem !important;
  }

  .u-fs-40-sp {
    font-size: 4rem !important;
  }

  .u-fs-48-sp {
    font-size: 4.8rem !important;
  }

  .u-fs-56-sp {
    font-size: 5.6rem !important;
  }
}

@media (min-width: 768px) {
  .u-fs-0-pc {
    font-size: 0 !important;
  }

  .u-fs-10-pc {
    font-size: 1rem !important;
  }

  .u-fs-11-pc {
    font-size: 1.1rem !important;
  }

  .u-fs-12-pc {
    font-size: 1.2rem !important;
  }

  .u-fs-13-pc {
    font-size: 1.3rem !important;
  }

  .u-fs-14-pc {
    font-size: 1.4rem !important;
  }

  .u-fs-16-pc {
    font-size: 1.6rem !important;
  }

  .u-fs-18-pc {
    font-size: 1.8rem !important;
  }

  .u-fs-20-pc {
    font-size: 2rem !important;
  }

  .u-fs-22-pc {
    font-size: 2.2rem !important;
  }

  .u-fs-24-pc {
    font-size: 2.4rem !important;
  }

  .u-fs-26-pc {
    font-size: 2.6rem !important;
  }

  .u-fs-28-pc {
    font-size: 2.8rem !important;
  }

  .u-fs-30-pc {
    font-size: 3rem !important;
  }

  .u-fs-32-pc {
    font-size: 3.2rem !important;
  }

  .u-fs-34-pc {
    font-size: 3.4rem !important;
  }

  .u-fs-36-pc {
    font-size: 3.6rem !important;
  }

  .u-fs-38-pc {
    font-size: 3.8rem !important;
  }

  .u-fs-40-pc {
    font-size: 4rem !important;
  }

  .u-fs-48-pc {
    font-size: 4.8rem !important;
  }

  .u-fs-56-pc {
    font-size: 5.6rem !important;
  }
}

/* フォントウェイト
-----------------------*/
.u-fw-normal {
  font-weight: 400 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

/* ラインハイト
-----------------------*/
.u-lh-10 {
  line-height: 1 !important;
}

.u-lh-13 {
  line-height: 1.3 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-17 {
  line-height: 1.7 !important;
}

.u-lh-18 {
  line-height: 1.8 !important;
}

.u-lh-20 {
  line-height: 2 !important;
}

@media screen and (max-width: 767px) {
  .u-lh-10-sp {
    line-height: 1 !important;
  }

  .u-lh-13-sp {
    line-height: 1.3 !important;
  }

  .u-lh-15-sp {
    line-height: 1.5 !important;
  }

  .u-lh-17-sp {
    line-height: 1.7 !important;
  }

  .u-lh-18-sp {
    line-height: 1.8 !important;
  }

  .u-lh-20-sp {
    line-height: 2 !important;
  }
}

@media (min-width: 768px) {
  .u-lh-10-pc {
    line-height: 1 !important;
  }

  .u-lh-13-pc {
    line-height: 1.3 !important;
  }

  .u-lh-15-pc {
    line-height: 1.5 !important;
  }

  .u-lh-17-pc {
    line-height: 1.7 !important;
  }

  .u-lh-18-pc {
    line-height: 1.8 !important;
  }

  .u-lh-20-pc {
    line-height: 2 !important;
  }
}

/* テキストアライン
-----------------------*/
.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-ta-left-sp {
    text-align: left !important;
  }

  .u-ta-center-sp {
    text-align: center !important;
  }

  .u-ta-right-sp {
    text-align: right !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-ta-left-tab {
    text-align: left !important;
  }

  .u-ta-center-tab {
    text-align: center !important;
  }

  .u-ta-right-tab {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .u-ta-left-pc {
    text-align: left !important;
  }

  .u-ta-center-pc {
    text-align: center !important;
  }

  .u-ta-right-pc {
    text-align: right !important;
  }
}

/* バーティカルアライン
-----------------------*/
.u-va-middle {
  vertical-align: middle !important;
}

/* テキストデコレーション
-----------------------*/
.u-td-none {
  text-decoration: none !important;
}

.u-td-underline {
  text-decoration: underline !important;
}

/* ホワイトスペース
-----------------------*/
.u-ws-normal {
  white-space: normal !important;
}

.u-ws-nowrap {
  white-space: nowrap !important;
}

/* ワードブレイク
-----------------------*/
.u-wb-break-all {
  word-break: break-all !important;
}

/* カーソル
-----------------------*/
@media (min-width: 0px) {
  .u-cursor-pointer {
    cursor: pointer !important;
  }

  .u-cursor-default {
    cursor: default !important;
  }
}

@media screen and (max-width: 767px) {
  .u-cursor-pointer-sp {
    cursor: pointer !important;
  }

  .u-cursor-default-sp {
    cursor: default !important;
  }
}

@media screen and (min-width: 768px) {
  .u-cursor-pointer-pc {
    cursor: pointer !important;
  }

  .u-cursor-default-pc {
    cursor: default !important;
  }
}

/* ポインターイベント
-----------------------*/
@media (min-width: 0px) {
  .u-pointer-events-auto {
    pointer-events: auto !important;
  }

  .u-pointer-events-none {
    pointer-events: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pointer-events-auto-sp {
    pointer-events: auto !important;
  }

  .u-pointer-events-none-sp {
    pointer-events: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pointer-events-auto-pc {
    pointer-events: auto !important;
  }

  .u-pointer-events-none-pc {
    pointer-events: none !important;
  }
}

/* 視認性
-----------------------*/
.u-visibility-hidden {
  visibility: hidden !important;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 不透明度
-----------------------*/
@media (min-width: 0px) {
  .u-opacity-0 {
    opacity: 0 !important;
  }

  .u-opacity-10 {
    opacity: 0.1 !important;
  }

  .u-opacity-20 {
    opacity: 0.2 !important;
  }

  .u-opacity-30 {
    opacity: 0.3 !important;
  }

  .u-opacity-40 {
    opacity: 0.4 !important;
  }

  .u-opacity-50 {
    opacity: 0.5 !important;
  }

  .u-opacity-60 {
    opacity: 0.6 !important;
  }

  .u-opacity-70 {
    opacity: 0.7 !important;
  }

  .u-opacity-80 {
    opacity: 0.8 !important;
  }

  .u-opacity-90 {
    opacity: 0.9 !important;
  }

  .u-opacity-100 {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .u-opacity-0-sp {
    opacity: 0 !important;
  }

  .u-opacity-10-sp {
    opacity: 0.1 !important;
  }

  .u-opacity-20-sp {
    opacity: 0.2 !important;
  }

  .u-opacity-30-sp {
    opacity: 0.3 !important;
  }

  .u-opacity-40-sp {
    opacity: 0.4 !important;
  }

  .u-opacity-50-sp {
    opacity: 0.5 !important;
  }

  .u-opacity-60-sp {
    opacity: 0.6 !important;
  }

  .u-opacity-70-sp {
    opacity: 0.7 !important;
  }

  .u-opacity-80-sp {
    opacity: 0.8 !important;
  }

  .u-opacity-90-sp {
    opacity: 0.9 !important;
  }

  .u-opacity-100-sp {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-opacity-0-pc {
    opacity: 0 !important;
  }

  .u-opacity-10-pc {
    opacity: 0.1 !important;
  }

  .u-opacity-20-pc {
    opacity: 0.2 !important;
  }

  .u-opacity-30-pc {
    opacity: 0.3 !important;
  }

  .u-opacity-40-pc {
    opacity: 0.4 !important;
  }

  .u-opacity-50-pc {
    opacity: 0.5 !important;
  }

  .u-opacity-60-pc {
    opacity: 0.6 !important;
  }

  .u-opacity-70-pc {
    opacity: 0.7 !important;
  }

  .u-opacity-80-pc {
    opacity: 0.8 !important;
  }

  .u-opacity-90-pc {
    opacity: 0.9 !important;
  }

  .u-opacity-100-pc {
    opacity: 1 !important;
  }
}

/* 疑似要素の削除
-----------------------*/
@media (min-width: 0px) {
  .u-before-none::before {
    content: none !important;
  }

  .u-after-none::after {
    content: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-before-none-sp::before {
    content: none !important;
  }

  .u-after-none-sp::after {
    content: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-before-none-tab::before {
    content: none !important;
  }

  .u-after-none-tab::after {
    content: none !important;
  }
}

@media (min-width: 768px) {
  .u-before-none-pc::before {
    content: none !important;
  }

  .u-after-none-pc::after {
    content: none !important;
  }
}


/* thought_leaders */
.c-bg-white .js-accordion-btn--thought_leaders {
  color: #005b96;
  border: 1px solid #005b96;
}

.c-bg-white .js-accordion-btn--thought_leaders::after {
  background: url(/assets/images/icon/future-blue_150/plus.svg) no-repeat !important;
}

.c-bg-white .js-accordion-btn--thought_leaders.is-open::after {
  background: url(/assets/images/icon/future-blue_150/minus.svg) no-repeat !important;
}

.c-bg-white .js-accordion-btn--thought_leaders.is-open:hover::after {
  background: url(/assets/images/icon/smart-navy/minus.svg) no-repeat !important;
}

.js-accordion-btn--thought_leaders > span:first-of-type {
  display: inline-block !important;
}

.js-accordion-btn--thought_leaders > span:last-of-type {
  display: none !important;
}

.js-accordion-btn--thought_leaders.is-open > span:first-of-type {
  display: none !important;
}

.js-accordion-btn--thought_leaders.is-open > span:last-of-type {
  display: inline-block !important;
}

.c-bg-white .js-accordion-btn--thought_leaders:hover {
  color: #070f26;
  border: 1px solid #070f26;
  text-decoration: none;
}

.c-bg-white .js-accordion-btn--thought_leaders:hover::after {
  background: url(/assets/images/icon/smart-navy/plus.svg) no-repeat !important;
}

.js-accordion-area.p-block--thought_leaders .p-panel.is-close {
  display: none;
}

.js-accordion-btn--thought_leaders {
  width: fit-content;
  min-width: 250px;
  justify-content: center;
  border: none;
  padding: 20px 40px;
  margin: 40px auto;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-radius: 40px;
  color: #fff;
  border: 1px solid #ffc400;
}

.js-accordion-btn--thought_leaders::after {
  content: "";
  background: url(/assets/images/icon/white/plus.svg) no-repeat !important;
  width: 24px;
  height: 24px;
  flex: none;
  margin-left: 8px;
  background-size: 100%;
  position: relative;
  transition: all 0.2s;
}

.js-accordion-btn--thought_leaders.is-open::after {
  background: url(/assets/images/icon/white/minus.svg) no-repeat !important;
}

.js-accordion-btn--thought_leaders.is-open:hover::after {
  background: url(/assets/images/icon/white/minus.svg) no-repeat !important;
}

.js-accordion-btn--thought_leaders:hover {
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.js-accordion-btn--thought_leaders:hover::after {
  background: url(/assets/images/icon/white/plus.svg) no-repeat !important;
}

.p-modal .p-modal__inner .p-modal__inner__item--thought_leaders:not(:first-child) {
  margin-top: 40px;
}

/*---------- WITHサイト用追加CSS -----------*/

/* ニュース記事 */
.c-news-richtext a {
  color: #0072bc;
  text-decoration: underline;
  word-break: break-all;
}
.c-news-richtext a:hover {
  color: #070f26;
  text-decoration: underline;
}

.c-news-richtext h2 {
  font-size: 2rem;
  font-weight: bold;
}
.c-news-richtext h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-news-richtext h4 {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-news-richtext h5 {
  font-size: 1.6rem;
  font-weight: bold;
}

.is-text_page.c-news-richtext h2 {
  font-size: 2rem;
  margin-top: 80px
}
.is-text_page.c-news-richtext h3 {
  font-size: 1.8rem
}
.is-text_page.c-news-richtext h4 {
  font-size: 1.6rem
}
.is-text_page.c-news-richtext h5 {
  font-size: 1.4rem
}

.c-news-richtext table {
  border-left: 1px solid #ddd
}
.c-news-richtext th,
.c-news-richtext td {
  border-right: 1px solid #ddd
}

.c-news-richtext h2 {
  font-size: 2.8rem;
  font-weight: 700
}
.c-news-richtext h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px
}
.c-news-richtext h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px
}
.c-news-richtext h5,
.c-news-richtext h6 {
  font-weight: 700;
  margin-bottom: 10px
}
.c-news-richtext sup {
  top: -.5em
}
.c-news-richtext sub, .c-news-richtext sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
.c-news-richtext sub {
  bottom: -.25em
}
.c-news-richtext section + section {
  margin-top: 30px
}
.c-news-richtext ol, .c-news-richtext ul {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0
}
.c-news-richtext ol ol, .c-news-richtext ol ul, .c-news-richtext ul ol, .c-news-richtext ul ul {
  margin: 0
}
.c-news-richtext li {
  display: table
}
.c-news-richtext li + li {
  margin-top: 10px
}
.c-news-richtext .list-a li:before {
  content: "・";
  display: table-cell;
  text-align: center;
  width: 25px
}
.c-news-richtext .list-b .num {
  display: table-cell;
  min-width: 25px;
  padding-right: 5px;
  text-align: center;
  white-space: nowrap
}
.c-news-richtext .list-a .list-b li:before {
  content: none
}
.c-news-richtext table {
  border-collapse: collapse;
  line-height: 1.75;
  margin: 20px auto;
  width: 100%;
  word-break: break-all
}
.c-news-richtext table th {
  font-weight: 700;
  padding: 1.5rem 2rem
}
.c-news-richtext table td {
  padding: 1.5rem 2rem
}
.c-news-richtext table td > :last-of-type, .c-news-richtext table th > :last-of-type {
  margin-bottom: 0
}
.c-news-richtext .table-basic td, .c-news-richtext .table-basic th {
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb
}
.c-news-richtext .table-basic.lattice td, .c-news-richtext .table-basic.lattice th {
  border: 1px solid #dbdbdb
}
.c-news-richtext table .w05 {
  width: 5%
}
.c-news-richtext table .w10 {
  width: 10%
}
.c-news-richtext table .w15 {
  width: 15%
}
.c-news-richtext table .w20 {
  width: 20%
}
.c-news-richtext table .w25 {
  width: 25%
}
.c-news-richtext table .w30 {
  width: 30%
}
.c-news-richtext table .w35 {
  width: 35%
}
.c-news-richtext table .w40 {
  width: 40%
}
.c-news-richtext table .w45 {
  width: 45%
}
.c-news-richtext table .w50 {
  width: 50%
}
.c-news-richtext table .w55 {
  width: 55%
}
.c-news-richtext table .w60 {
  width: 60%
}
.c-news-richtext table .w65 {
  width: 65%
}
.c-news-richtext table .w70 {
  width: 70%
}
.c-news-richtext table .w75 {
  width: 75%
}
.c-news-richtext table .w80 {
  width: 80%
}
.c-news-richtext table .w85 {
  width: 85%
}
.c-news-richtext table .w90 {
  width: 90%
}
.c-news-richtext table .w95 {
  width: 95%
}
.c-news-richtext table .v-top {
  vertical-align: top
}
.c-news-richtext table .v-middle {
  vertical-align: middle
}
.c-news-richtext table .v-bottom {
  vertical-align: bottom
}
.c-news-richtext table .t-center {
  text-align: center
}
@media (max-width:767px) {
  .c-news-richtext .table-basic {
    overflow-x: scroll
  }
  .c-news-richtext table .w05 {
    min-width: 35px
  }
  .c-news-richtext table .w10 {
    min-width: 70px
  }
  .c-news-richtext table .w15 {
    min-width: 105px
  }
  .c-news-richtext table .w20 {
    min-width: 140px
  }
  .c-news-richtext table .w25 {
    min-width: 175px
  }
  .c-news-richtext table .w30 {
    min-width: 210px
  }
  .c-news-richtext table .w35 {
    min-width: 245px
  }
  .c-news-richtext table .w40 {
    min-width: 280px
  }
  .c-news-richtext table .w45 {
    min-width: 315px
  }
  .c-news-richtext table .w50 {
    min-width: 350px
  }
  .c-news-richtext table .w55 {
    min-width: 385px
  }
  .c-news-richtext table .w60 {
    min-width: 420px
  }
  .c-news-richtext table .w65 {
    min-width: 455px
  }
  .c-news-richtext table .w70 {
    min-width: 490px
  }
  .c-news-richtext table .w75 {
    min-width: 525px
  }
  .c-news-richtext table .w80 {
    min-width: 560px
  }
  .c-news-richtext table .w85 {
    min-width: 595px
  }
  .c-news-richtext table .w90 {
    min-width: 630px
  }
  .c-news-richtext table .w95 {
    min-width: 665px
  }
}
.c-news-richtext img {
  max-width: 100%;
  vertical-align: bottom
}
.c-news-richtext .notes, .c-news-richtext .notes-title {
  color: #7f7f7f
}
.c-news-richtext .youtube-responsive {
  margin: 0 auto 2.4rem;
  max-width: 720px;
  position: relative
}
.c-news-richtext .youtube-responsive:before {
  content: "";
  display: block;
  padding-top: 56.25%
}
.c-news-richtext .youtube-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.c-news-richtext .signature {
  text-align: right
}
.c-news-richtext .news_col2 {
  align-items: center;
  display: flex;
  justify-content: space-between
}
.c-news-richtext .news_col2 .col_item {
  width: calc(50% - 10.1px)
}
@media (max-width:767px) {
  .c-news-richtext .news_col2 {
    display: block
  }
  .c-news-richtext .news_col2 .col_item {
    width: 100%
  }
  .c-news-richtext .news_col2 .col_item + .col_item {
    margin-top: 20px
  }
}

/* コンテンツフッターお問い合わせ */
.p-block.c-bg-white + aside.p-block.c-bg-white {
  border-top: 1px solid #e8e8e8;
  padding-top: 80px;
}
@media (min-width:768px) {
  .p-block.c-bg-white + aside.p-block.c-bg-white {
    padding-top: 120px;
  }
}


/* TOPバナーエリア */
@media (max-width:767px) {
  .p-block--bg-img-with {
    min-height: 522px;
    height: calc(100vw * 522 / 375);
  }
}
@media (min-width:768px) {
  .p-block--bg-img-with {
    min-height: 0px;
  }
  .p-block--bg-img-with.is-reverse {
    justify-content: flex-end;
  }
}
.p-block--bg-img-with .p-block__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.p-block--bg-img-with .p-block__img img {
  transition: opacity 0.2s;
}
.p-block--bg-img-with:hover .p-block__img img {
  opacity: 0.7;
}
.p-block--bg-img-with .p-block__inner {
  position: relative;
}
@media (min-width:768px) {
  .p-block--bg-img-with .p-block__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 0;
  }
}
.p-block--bg-img-with .c-head-lg {
  min-width: 300px;
  font-family: "Noto Serif", serif;
}
@media (min-width:768px) {
  .p-block--bg-img-with .p-block__lead {
    width: auto;
  }
}
.p-block--bg-img-with.c-bg-white .p-block__link .c-btn-text-arrow {
  color: #2e404d;
}

.p-block__cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
}

/* BPS */
.c-head-bps-md {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
}
.c-head-bps-md span {
  display: block;
  margin-bottom: 20px;
  border-left: 1px solid #c7d1db;
  border-bottom: 1px solid #c7d1db;
  padding: 0 0 5px 8px;
  color: #38f990;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.c-head-bps-md-line {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
@media (min-width:768px) {
  .c-head-bps-md {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
  .c-head-bps-md span {
    font-size: 2.4rem;
  }
  .c-head-bps-md-line {
    
  }
}




