@charset "UTF-8";
:root {
  --swiper-navigation-size: 20px;
}

/* ==============================================================================================
 Normalize
================================================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
/* ==============================================================================================
 Base
================================================================================================= */
:root {
  font-size: 10px;
}

body {
  word-wrap: break-word;
  min-width: 320px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, "メイリオ", sans-serif;
  overflow-wrap: break-word;
}

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

ul, ol {
  list-style-type: none;
}

a {
  color: #0074cc;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a:not([class]) {
  transition: opacity 0.2s;
}
a:not([class]):hover, a:not([class]):active, a:not([class]):focus {
  opacity: 0.7;
}
a[href^="tel:"] {
  color: #333;
}
a[href^="tel:"]:hover, a[href^="tel:"]:active, a[href^="tel:"]:focus {
  text-decoration: none;
}

b {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  color: #b60000;
  font-weight: bold;
}

sup {
  font-size: 1.2rem;
}

i {
  font-style: italic;
}

img {
  max-width: 100%;
}

p, ul, ol, dl, dt, dd, table, h1, h2, h3, h4, h5, h6, blockquote, form {
  margin: 0;
  padding: 0;
}

dfn, cite {
  font-style: normal;
}

small {
  font-size: 100%;
}

table {
  border-collapse: collapse;
}

input, select, button, textarea {
  border-radius: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, "メイリオ", sans-serif;
}

input[type=text], select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset], input[type=image], input[type=submit], input[type=button], button {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
}

select::-ms-expand {
  display: none;
}

/* ==============================================================================================
 Sprite
================================================================================================= */
.txt-error-a > strong::before, .list-label-c > li .txt::before, .list-label-a > li::before, .header-search form button::before, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt::before, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt::before {
  background-image: url(/shared/images/icon-sprite.png);
}

/* ==============================================================================================
 Print
================================================================================================= */
/* ==============================================================================================
 Stracture
================================================================================================= */
/*----------------------------------------
 Header
----------------------------------------*/
/*
 * header
** ------------------------------------------------------ */
#header {
  z-index: 30;
  position: relative;
  background: #fff;
}
html[data-script-enabled=true] #header:not(.chain-header, .mini-header, .webstadr-header) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
#header .header-bland {
  position: relative;
  padding: 3px 0 0;
  background: linear-gradient(to right, #00b4ff 0%, #039 100%);
}
#header .header-bland::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 6px;
  background: url(/shared/images/symbol-site-01.png) no-repeat bottom right;
  background-size: 100%;
  content: "";
}
#header .header-bland > img {
  display: block;
  max-width: 106px;
  height: 8px;
  margin: 0 0 0 auto;
  padding: 0 24px 0 0;
}
#header .header-inner .logo {
  display: inline-block;
  margin: 14px 0 8px 9px;
  font-size: 1.6rem;
}
#header .header-inner .logo > a {
  display: inline-block;
}
#header .header-inner .logo > a > img {
  display: block;
  max-width: 255px;
}
#header .header-inner .logo > a:hover, #header .header-inner .logo > a:active, #header .header-inner .logo > a:focus {
  opacity: 1;
}
#header .header-inner:lang(en) .logo {
  margin-top: 14px;
}
#header .header-inner:lang(en) .logo > a > img {
  max-width: 255px;
} /*
 * nav-header
** ------------------------------------------------------ */
.nav-header {
  position: relative;
}
.nav-header .nav-header-btn {
  display: none;
}
.nav-header .nav-header-inner {
  width: 100%;
  border-bottom: solid 3px #0074cc;
  background: #fff;
}

.nav-global .nav-global-inner {
  max-width: 1150px;
  margin: 0 auto;
  border-top: solid 1px #d9d9d9;
}
.nav-global .nav-global-inner > li {
  position: relative;
  border-bottom: solid 1px #d9d9d9;
}
.nav-global .nav-global-inner > li::before {
  display: block;
  position: absolute;
  content: "";
}
.nav-global .nav-global-inner > li a {
  display: block;
  padding: 12px 10px 10px;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
}
.nav-global .nav-global-inner > li a:hover, .nav-global .nav-global-inner > li a:active, .nav-global .nav-global-inner > li a:focus {
  opacity: 1;
}
.nav-global .nav-global-inner > li[aria-current=page]::before {
  top: -1px;
  right: 0;
  width: 6px;
  height: calc(100% + 2px);
  background: #0074cc;
}

.nav-item {
  padding: 19px 10px;
}
.nav-item:lang(en) {
  padding-bottom: 18px;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner {
  display: flex;
  margin: 0 0 0 -12px;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li {
  width: 50%;
  padding: 0 0 0 12px;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a .txt {
  position: relative;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a:hover, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a:active, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a:focus {
  opacity: 0.8;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt::before, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a {
  background: #0074cc;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt {
  padding: 0 0 0 16px;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt::before {
  width: 15px;
  height: 12px;
  background-image: url("/shared/images/icon_mail.png");
  background-size: contain;
  content: "";
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a {
  background: #a47e00;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt {
  padding: 0 0 0 18px;
}
.nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt::before {
  width: 16px;
  height: 15px;
  background-image: url("/shared/images/icon_info.png");
  background-size: contain;
  content: "";
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -6px 0 0;
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li {
  padding: 6px 0 0;
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a:hover, .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a:active, .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a:focus {
  opacity: 0.8;
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a .icon-a {
  margin-right: 0;
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li:not(:last-child) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner > li:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 15px;
  border-left: solid 1px #d9d9d9;
  content: "";
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner:lang(en) {
  margin-top: -20px;
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner:lang(en) > li {
  padding-top: 20px;
}
.nav-item .nav-item-inner .nav-utility .nav-utility-inner:lang(en) > li:not(:last-child)::before {
  top: 24px;
}

/*
 * header-search
** ------------------------------------------------------ */
.header-search {
  margin: 10px 0 0;
}
.header-search form {
  display: flex;
  margin-left: auto;
}
.header-search form .search-input {
  width: calc(100% - 34px);
  height: 34px;
  padding: 0;
  border: none;
  border-bottom: solid 1px #ccc;
  background: #fff;
  font-size: 1.6rem;
}
.header-search form button {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  border-bottom: solid 1px #ccc;
  background: #fff;
  color: transparent;
  font-size: 1rem;
}
.header-search form button::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -172px -44px;
  content: "";
}
.header-search + .nav-utility {
  margin-top: 16px;
}

/*
 * html[data-script-enabled="true"]
** ------------------------------------------------------ */
html[data-script-enabled=true] .nav-header-btn {
  display: block;
  position: absolute;
  top: -36px;
  right: 10px;
  width: 24px;
  height: 20px;
  padding: 0;
  overflow: hidden;
}
html[data-script-enabled=true] .nav-header-btn::before, html[data-script-enabled=true] .nav-header-btn::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  border-top: solid 2px #0074cc;
  content: "";
  transition: transform 0.2s, top 0.2s, width 0.2s;
}
html[data-script-enabled=true] .nav-header-btn::before {
  top: 0;
}
html[data-script-enabled=true] .nav-header-btn::after {
  top: 18px;
}
html[data-script-enabled=true] .nav-header-btn > .txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
  border-top: solid 2px #0074cc;
  color: transparent;
  font-size: 1rem;
  transition: border-top 0.2s;
}
html[data-script-enabled=true] .nav-header-inner {
  display: none;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.1);
}
html[data-script-enabled=true] .is-open .nav-header-btn::before, html[data-script-enabled=true] .is-open .nav-header-btn::after {
  top: 8px;
  width: 23px;
}
html[data-script-enabled=true] .is-open .nav-header-btn::before {
  transform: rotate(45deg);
}
html[data-script-enabled=true] .is-open .nav-header-btn::after {
  transform: rotate(-45deg);
}
html[data-script-enabled=true] .is-open .nav-header-btn > .txt {
  border-top-color: transparent;
}
html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a > .txt {
  display: none;
}
html[data-script-enabled=true] #js-toggle-overlay,
html[data-script-enabled=true] #js-dropdown-overlay {
  display: block;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.56;
  transition: opacity 0.5s;
}
html[data-script-enabled=true] #js-toggle-overlay.is-hidden,
html[data-script-enabled=true] #js-dropdown-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/*----------------------------------------
 Footer
----------------------------------------*/
/*
 * footer
** ------------------------------------------------------ */
#footer {
  background-color: #002656;
}

/*
 * nav-footer
** ------------------------------------------------------ */
.nav-footer {
  width: 95%;
  margin: 0 auto;
  border-bottom: solid 1px #9babc0;
}
.nav-footer .nav-footer-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px;
}
.nav-footer .nav-footer-inner .nav-footer-global {
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-footer .nav-footer-inner .nav-footer-global > li:not(:last-child) {
  position: relative;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
}
.nav-footer .nav-footer-inner .nav-footer-global > li:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 13px;
  margin: auto;
  background: #9babc0;
  content: "";
}
.nav-footer .nav-footer-inner .nav-footer-global > li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.nav-footer .nav-footer-inner .nav-footer-global > li a:hover, .nav-footer .nav-footer-inner .nav-footer-global > li a:active, .nav-footer .nav-footer-inner .nav-footer-global > li a:focus {
  opacity: 0.8;
}

/*
 * footer-bland
** ------------------------------------------------------ */
.footer-bland {
  padding: 0 24px;
}
.footer-bland-wrap {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1150px;
  margin: auto;
  padding: 32px 0;
}
.footer-bland__message {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  text-align: center;
}
.footer-bland__messageLink {
  display: inline-block;
  height: 100%;
}
.footer-bland__messageImg {
  max-width: 162px;
  height: 100%;
  vertical-align: bottom;
}
.footer-bland__logo {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  display: flex;
  grid-row: 2/3;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
}
.footer-bland__copy {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  margin-top: 28px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.footer-bland__copy > small {
  font-size: 1.4rem;
}

/*----------------------------------------
 Section
----------------------------------------*/
/*
 * #top
** ------------------------------------------------------ */

/*
 * section
** ------------------------------------------------------ */
.section-a > .section-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 35px 10px 94px;
}
.section-a > .section-inner > *:first-child {
  margin-top: 0;
}
.nav-breadcrumb + .section-a {
  border-top: solid 12px #0074cc;
}
.section-a.line-bg {
  background-position: left 0 top 0, right 0 top 0;
  background-size: 12%;
  background-repeat: repeat-y;
}
.section-a.line-bg > .section-inner {
  background: rgba(255, 255, 255, 0.6);
}
.section-a.line-bg > .section-inner._no-bg {
  background: none;
}
.section-a._pattern-01 {
  background-image: url("/shared/images/bg-line-01_1.png"), url("/shared/images/bg-line-01_2.png");
}
.section-a._pattern-02 {
  background-image: url("/shared/images/bg-line-02_1.png"), url("/shared/images/bg-line-02_2.png");
}
.section-a._pattern-03 {
  background-image: url("/shared/images/bg-line-03_1.png"), url("/shared/images/bg-line-03_2.png");
}
.section-a._pattern-04 {
  background-image: url("/shared/images/bg-line-04_1.png"), url("/shared/images/bg-line-04_2.png");
}
.section-a._divide > .section-inner {
  padding: 24px 10px 40px;
  background: rgba(255, 255, 255, 0.6);
}
.section-a._divide._bg-deco-01 {
  background-image: url("/shared/images/bg-deco-01_1.png"), url("/shared/images/bg-deco-01_2.png");
  background-position: right top, left bottom;
  background-repeat: no-repeat;
}
.section-a._divide._bg-deco-02 {
  background-image: url("/shared/images/bg-deco-02_1.png"), url("/shared/images/bg-deco-02_2.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}
.section-a._divide._bg-deco-02 > .section-inner {
  padding: 35px 10px;
}
.section-a._divide._bg {
  background-image: url(/shared/images/top-bg.jpg);
  background-size: cover;
}
.section-a._divide._bg .section-inner {
  padding: 35px 10px 40px 10px;
  background: none;
}
.section-a._divide._bg .hdg-c {
  padding-top: 0;
  border-top: none;
}
.section-a._divide._bg .hdg-c h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2.5rem;
}
.section-a._bottom {
  background-image: url(/shared/images/bg-content.jpg);
  background-position: center;
  background-size: cover;
}
.section-a._bottom .section-inner {
  max-width: 672px;
  padding: 0;
}
.section-a._bottom .section-inner .box-contact-a .box-contact-inner {
  padding: 35px 0 30px 0;
}
.section-a._bottom .section-inner .box-contact-a .box-header {
  padding: 0;
  background: none;
}
.section-a._bottom .section-inner .box-contact-a .box-header p {
  color: #FFFFFF;
  text-align: center;
}
.section-a._bottom .section-inner .box-contact-a .box-header .box-hdg-a {
  color: #FFFFFF;
  text-align: center;
}
.section-a._bottom .section-inner .box-contact-a .box-header + .box-content {
  margin-top: 30px;
}
.section-a._bottom .section-inner .box-contact-a .box-content {
  justify-content: space-between;
  padding: 0;
  background: none;
}
.section-a._bottom .section-inner .box-contact-a .box-content._single {
  justify-content: center;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col {
  display: inline-flex;
  flex: initial;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  max-width: 50%;
  min-height: 120px;
  padding: 0;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col + .col {
  border: none;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col p {
  color: #FFFFFF;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .link-contact {
  margin-top: 6px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .link-contact a {
  color: inherit;
  text-decoration: none;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .list-desc-d {
  color: #FFFFFF;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .btn-b {
  max-width: 265px;
  padding: 10px 40px 10px 20px;
  background-color: #FFFFFF;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .btn-b .txt {
  color: #237fcf;
  font-size: 2rem;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .btn-b::before {
  background: #237fcf;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .btn-b::after {
  background: #237fcf;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .content-block p {
  text-align: center;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .content-block p + p {
  margin-top: 10px;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .content-block p.link-contact {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .content-block p.link-contact a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  text-decoration: none;
}
.section-a._bottom .section-inner .box-contact-a .box-content .col .item-wrap._center {
  text-align: center;
}

.section-b {
  background: #ededed;
}
.section-b > .section-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 10px 30px;
}
.section-b > .section-inner > *:first-child {
  margin-top: 0;
}
.section-b + .section-a > .section-inner {
  padding-top: 30px;
}

.section-c {
  background: #ededed;
}
.section-c > .section-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 12px 10px 10px;
}
.section-c > .section-inner > *:first-child {
  margin-top: 0;
}

.section-d {
  background: #ededed;
}
.section-d > .section-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px 10px 30px;
}
.section-d > .section-inner > *:first-child:not(.link-list-c) {
  margin-top: 0;
}
.section-d > .section-inner .link-list-c {
  margin-top: -4px;
}
.section-d + .section-a > .section-inner {
  padding-top: 30px;
}

/*
 * section-strong
** ------------------------------------------------------ */
.section-strong-a {
  background: #f2f3f4;
}
.section-strong-a > .section-strong-inner > * {
  margin: 0 auto;
  margin-top: 0;
  padding: 9px 0 7px;
}
.section-strong-a > .section-strong-inner p > strong {
  display: block;
  max-width: 1150px;
  padding: 0 10px;
  color: #333;
}
.section-strong-a > .section-strong-inner p > strong > a {
  color: #333;
  text-decoration: none;
}
.section-strong-a > .section-strong-inner p + p {
  border-top: solid 1px #fff;
}

/*
 * section-top
** ------------------------------------------------------ */
[class^=section-top-] > .section-top-inner {
  max-width: 1150px;
  margin: 0 auto;
}
[class^=section-top-] > .section-top-inner > *:first-child {
  margin-top: 0;
}

.section-top-a {
  background: #fff;
}
.section-top-a > .section-top-inner {
  padding: 25px 10px 30px;
}

.section-top-c {
  background: #fff;
}
.section-top-c > .section-top-inner {
  padding: 35px 10px 94px;
}

/*
 * DR new
** ------------------------------------------------------ */
.mv-img {
  position: relative;
}
.mv-img img {
  width: 100%;
  max-width: none;
  vertical-align: bottom;
}
.mv-img img.pc-hide {
  display: none;
}
.mv-img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(3.5vw);
  background-image: url("/shared/images/top-overray-img-01.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.section-mv-inner {
  position: relative;
}

.mv-text {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 672px;
  transform: translate(-50%, -50%);
}
.mv-text .mv-logo {
  text-align: center;
}
.mv-text .mv-logo + p {
  margin-top: 4vw;
}
.mv-text p {
  color: #fff;
  font-size: 1.6rem;
}
.mv-text .mv-link-btn {
  max-width: 140px;
  margin: 4vw auto 0 auto;
}
.mv-text .mv-link-btn .btn-d {
  min-width: auto;
  padding: 10px 30px 10px 10px;
}
.mv-text .mv-link-btn .btn-d span {
  color: #0074cc;
  font-weight: bold;
  font-size: 1.6rem;
}

.section-top-a {
  padding: 120px 0;
}
.section-top-a .section-top-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 25px;
}
.section-top-a._bg-deco-01 {
  background-image: url("/shared/images/top-bgdeco-01_1.png"), url("/shared/images/top-bgdeco-01_2.png"), url("/shared/images/top-bgdeco-01_3.png"), url("/shared/images/top-bgdeco-01_4.png");
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
}
.section-top-a._bg-deco-02 {
  padding: 32px 0 40px 0;
  background-image: url("/shared/images/top-bgdeco-02_1.png"), url("/shared/images/top-bgdeco-02_2.png");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
.section-top-a._section-straddle-deco-01 {
  position: relative;
}
.section-top-a._section-straddle-deco-01::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27vw;
  transform: translateY(-13vw);
  background-image: url("/shared/images/top-overray-img-02.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.section-top-inner {
  z-index: 10;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
.section-top-inner.bg-none {
  background: none;
}

.lead-text-top {
  margin-top: 30px;
  color: #0074cc;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}

.section-top-b {
  padding: 160px 0 170px;
  background-image: url("/shared/images/top-bg.jpg");
  background-size: cover;
}
.section-top-b .section-top-inner {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
}

.bnr-list + .top-news-area {
  margin-top: 35px;
}
.bnr-list .lyt-col-a {
  margin-top: 0 !important;
}
.bnr-list .lyt-col-inner {
  margin-top: 0 !important;
  margin-left: -24px !important;
}
.bnr-list .lyt-col-inner .col {
  padding-top: 0 !important;
  padding-left: 24px !important;
}
.bnr-list .lyt-col-inner .col .lyt-img-a {
  text-align: center;
}

.top-news-area .hdg-f {
  font-weight: 600;
  font-size: 2.5rem;
}
.top-news-area .hdg-f + .list-news-a {
  margin-top: 18px;
}

.section-top-c {
  padding: 30px 0;
  background-image: url("/shared/images/top-bg-02.jpg");
  background-size: cover;
}
.section-top-c .section-top-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 25px;
}

.top-btn-list {
  display: flex;
  justify-content: space-between;
}
.top-btn-list .btn-d {
  min-width: 220px;
  padding: 10px 40px;
}
.top-btn-list .btn-d span {
  color: #0074cc;
  font-size: 2rem;
}

.top-card-link .lyt-box-c > .lyt-box-inner {
  margin-top: 0;
  margin-left: -10px;
}
.top-card-link .lyt-box-c > .lyt-box-inner .col {
  width: 33.3333333333%;
  padding-top: 0;
  padding-left: 10px;
}
.top-card-link .lyt-box-c > .lyt-box-inner .col .box {
  padding: 0 8px;
}
.top-card-link .lyt-box-c > .lyt-box-inner .col .box::before {
  max-height: 198px;
}
.top-card-link .lyt-box-c > .lyt-box-inner .col .box .box-hdg-a {
  margin-bottom: 25px !important;
  padding-top: 15px !important;
}
.top-card-link .lyt-box-c > .lyt-box-inner .col .box .box-btn-a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3aa7ea;
}
.top-card-link .lyt-box-c > .lyt-box-inner .col .box .box-list-a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-card-link .lyt-box-c > .lyt-box-inner .col .box .box-list-a > li {
  height: 50%;
}
.top-card-link .lyt-box-c .col .box-list-a {
  min-height: 293px !important;
}

#top #main {
  position: relative;
  overflow: hidden;
}

.dr-bg-area {
  box-sizing: content-box;
  z-index: 1;
  position: fixed;
  top: calc(6vw + 139px);
  right: 0;
  left: 0;
  width: 100%;
  max-width: 672px;
  height: 100%;
  margin: 0 auto;
  padding: 0 70px;
}

.bg-side-d {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 374px;
  height: 646px;
  max-height: 646px;
  transform: translateX(-100%);
  background-image: url("/shared/images/top-bg-side-dw.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-side-dc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  max-height: inherit;
  background-image: url("/shared/images/top-bg-side-dc.png");
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-side-R {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  width: 374px;
  height: 646px;
  max-height: 646px;
  transform: translateX(100%);
  background-image: url("/shared/images/top-bg-side-rw.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-side-Rc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  max-height: inherit;
  background-image: url("/shared/images/top-bg-side-rc.png");
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-3link-text {
  text-align: center;
}

.img-wrap {
  text-align: center;
}
.img-wrap .sp-hide {
  display: none;
}

/* ==============================================================================================
 Modules
================================================================================================= */
/*
 * icon
** ------------------------------------------------------ */
.icon-a {
  position: relative;
  top: 1px;
  margin: 0 6px;
}

/*
 * label
** ------------------------------------------------------ */
.label-a {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 6px;
  padding: 2px 3px;
  background: #db0000;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}

.label-b {
  display: inline-block;
  position: relative;
  top: -2px;
  min-width: 33px;
  margin: 0 13px 0 0;
  padding: 4px 0 4px 1px;
  background: #a47e00;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.label-b::before {
  display: block;
  position: absolute;
  top: 0;
  right: -7px;
  border-width: 9px 0 9px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #a47e00;
  content: "";
}

.label-c {
  display: inline-block;
  position: relative;
  top: -2px;
  min-width: 102px;
  margin: 0 37px 0 0;
  padding: 11px 0 11px 5px;
  background: #a47e00;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.label-c::before {
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  border-width: 18px 0 18px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #a47e00;
  content: "";
}

.label-d {
  padding: 4px 6px;
  background: #d6c356;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
}

.label-e {
  padding: 4px 6px;
  background: #d6d6d6;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
}

.label-f {
  display: inline-block;
  width: 73px;
  padding: 4px 6px;
  background: #a47e00;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.label-g {
  display: inline-block;
  width: 73px;
  padding: 4px 6px;
  background: #c7c7c7;
  color: #7e7e7e;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}

.label-h {
  display: inline-block;
  width: 40px;
  padding: 4px 0 3px;
  background: #b60000;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

span.label-h {
  position: relative;
  top: -2px;
  margin: 0 3px;
}

.label-i {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 6px;
  padding: 2px 3px;
  background: #d14f00;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}

.label-j {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 6px;
  padding: 2px 3px;
  background: #1a01b4;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}

.label-k {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 6px;
  padding: 2px 3px;
  background: #007c23;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}

.label-l {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 6px;
  padding: 2px 3px;
  background: #fff;
  color: #db0000;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}

/*
 * innerList_margin_adjust
** ------------------------------------------------------ */
[class^=list-bullet-] > li [class^=list-bullet-],
[class^=list-bullet-] > li [class^=list-order-],
[class^=list-bullet-] > li [class^=list-note-],
[class^=list-bullet-] > li .list-mark-a,
[class^=list-bullet-] > li .list-desc-c,
[class^=list-order-] > li [class^=list-bullet-],
[class^=list-order-] > li [class^=list-order-],
[class^=list-order-] > li [class^=list-note-],
[class^=list-order-] > li .list-mark-a,
[class^=list-order-] > li .list-desc-c,
[class^=list-note-] > li [class^=list-bullet-],
[class^=list-note-] > li [class^=list-order-],
[class^=list-note-] > li [class^=list-note-],
[class^=list-note-] > li .list-mark-a,
[class^=list-note-] > li .list-desc-c,
.list-mark-a > li [class^=list-bullet-],
.list-mark-a > li [class^=list-order-],
.list-mark-a > li [class^=list-note-],
.list-mark-a > li .list-mark-a,
.list-mark-a > li .list-desc-c {
  margin-top: 10px;
}

/*
 * list-bullet
** ------------------------------------------------------ */
.list-bullet-a {
  margin: 24px 0 0;
}
.list-bullet-a._has-lead > li:not(:first-child) {
  margin-top: 30px;
}
.list-bullet-a._has-lead > li > .txt-lead-a {
  color: #0074cc;
}
.list-bullet-a._has-lead > li > .txt-lead-a > b {
  font-size: 2.2rem;
}
.list-bullet-a._has-lead > li::before {
  top: 16px;
  background: #0074cc;
}
.list-bullet-a._has-lead > li > *:first-child {
  margin-top: 0;
}
.list-bullet-a > li {
  position: relative;
  padding: 0 0 0 20px;
}
.list-bullet-a > li > .note {
  margin-left: 10px;
  font-size: 1.2rem;
}
.list-bullet-a > li:not(:first-child) {
  margin-top: 10px;
}
.list-bullet-a > li::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #666;
  content: "";
}
.list-bullet-a > li .list-bullet-a > li::before {
  background: #adadad;
}

/*
 * list-order
** ------------------------------------------------------ */
.list-order-a {
  margin: 24px 0 0;
  counter-reset: num;
}
.list-order-a > li {
  display: flex;
  counter-increment: num;
}
.list-order-a > li::before {
  content: counter(num) ".";
  white-space: nowrap;
}
.list-order-a > li > .item {
  width: 100%;
  padding: 0 0 0 8px;
}
.list-order-a > li:not(:first-child) {
  margin-top: 9px;
}

.list-order-b {
  margin: 24px 0 0;
  counter-reset: num;
}
.list-order-b > li {
  display: flex;
  counter-increment: num;
}
.list-order-b > li::before {
  content: "（" counter(num) "）";
  white-space: nowrap;
}
.list-order-b > li::before:lang(en) {
  content: "(" counter(num) ")";
}
.list-order-b > li > .item {
  width: 100%;
  padding: 0 0 0 2px;
}
.list-order-b > li:not(:first-child) {
  margin-top: 9px;
}

/*
 * list-mark
** ------------------------------------------------------ */
.list-mark-a {
  margin: 24px 0 0;
}
.list-mark-a > li {
  display: flex;
}
.list-mark-a > li > .mark {
  white-space: nowrap;
}
.list-mark-a > li > .item {
  width: 100%;
  padding: 0 0 0 9px;
}
.list-mark-a > li:not(:first-child) {
  padding-top: 9px;
}

/*
 * list-note
** ------------------------------------------------------ */
.list-note-a {
  margin: 30px 0 0;
}
.list-note-a > li {
  display: flex;
}
.list-note-a > li > .mark {
  white-space: nowrap;
}
.list-note-a > li > .item {
  width: 100%;
  padding: 0 0 0 9px;
}
.list-note-a > li > .item > .list-note-a {
  margin-top: 4px;
}
.list-note-a > li:not(:first-child) {
  padding-top: 3px;
}

/*
 * list-desc
** ------------------------------------------------------ */
.list-desc-a {
  display: table;
}
.list-desc-a > div {
  display: table-row;
}
.list-desc-a > div > * {
  display: table-cell;
  vertical-align: top;
}
.list-desc-a > div > dt {
  padding: 0 18px 0 0;
  white-space: nowrap;
}

.list-desc-b > div > * > *:first-child {
  margin-top: 0;
}
.list-desc-b > div > dt {
  font-weight: bold;
}
.list-desc-b > div > dd {
  position: relative;
  margin: 6px 0 0;
  padding: 0 0 0 35px;
}
.list-desc-b > div > dd::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 1px;
  height: calc(100% - 10px);
  margin: auto;
  background: #d9d9d9;
  content: "";
}

.list-desc-c {
  margin: 30px 0 0;
}
.list-desc-c > div:not(:first-child) {
  margin: 19px 0 0;
}
.list-desc-c > div > dt {
  font-weight: bold;
}
.list-desc-c > div > dd {
  margin: 10px 0 0;
}

.list-desc-d {
  margin: 22px 0 0;
}
.list-desc-d > div > * {
  text-align: center;
}
.list-desc-d > div > dt {
  font-weight: bold;
}
.list-desc-d > div > dd {
  margin: 10px 0 0;
}

.list-desc-e {
  display: table;
}
.list-desc-e > div {
  display: table-row;
}
.list-desc-e > div > * {
  display: table-cell;
  vertical-align: top;
}
.list-desc-e > div > dt {
  padding: 0 18px 0 0;
  font-weight: bold;
  white-space: nowrap;
}
.list-desc-e > div dd a {
  text-decoration: none;
}

.list-desc-f {
  margin: 30px 0 0;
}
.list-desc-f > div > dt {
  font-weight: bold;
}
.list-desc-f > div > dd {
  margin: 5px 0 0;
}
.list-desc-f > div > dd > *:first-child:not(br):not(sup) {
  margin-top: 0;
}
.list-desc-f > div + div {
  margin-top: 20px;
}

/*
 * list-filter
** ------------------------------------------------------ */
.list-filter-a {
  margin: 30px 0 0;
}
.list-filter-a > .list-filter-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -11px 0 0 -11px;
}
.list-filter-a > .list-filter-inner > li {
  padding: 11px 0 0 11px;
}
.list-filter-a > .list-filter-inner > li label {
  display: block;
  cursor: pointer;
  transition: opacity 0.2s;
}
.list-filter-a > .list-filter-inner > li label .txt {
  display: block;
  padding: 14px 15px 13px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  line-height: 1.2;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
}
.list-filter-a > .list-filter-inner > li label input {
  z-index: -1;
  position: absolute;
  left: -100%;
}
.list-filter-a > .list-filter-inner > li label input:checked + .txt {
  background: #a47e00;
  box-shadow: none;
  color: #fff;
}
.list-filter-a > .list-filter-inner > li label:hover, .list-filter-a > .list-filter-inner > li label:active, .list-filter-a > .list-filter-inner > li label:focus {
  opacity: 0.8;
}

/*
 * list-news
** ------------------------------------------------------ */
.list-news-a {
  margin: 15px 0 0;
}
.list-news-a .list-news-inner > li {
  border-bottom: solid 1px #d9d9d9;
}
.list-news-a .list-news-inner > li > a,
.list-news-a .list-news-inner > li > div {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 20px 13px 0;
  text-decoration: none;
}
.list-news-a .list-news-inner > li > a .date,
.list-news-a .list-news-inner > li > div .date {
  min-width: 117px;
  color: #333;
  white-space: nowrap;
}
.list-news-a .list-news-inner > li > a .label > span,
.list-news-a .list-news-inner > li > div .label > span {
  display: inline-block;
  width: 73px;
  padding: 1px 3px 0;
  background: #224998;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -1.2px;
  text-align: center;
  white-space: nowrap;
}
.list-news-a .list-news-inner > li > a .item,
.list-news-a .list-news-inner > li > div .item {
  flex-basis: 100%;
  margin: 2px 0 0;
  color: #333;
}
.list-news-a .list-news-inner > li > a {
  position: relative;
}
.list-news-a .list-news-inner > li > a::before, .list-news-a .list-news-inner > li > a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: right 0.2s;
}
.list-news-a .list-news-inner > li > a::before {
  margin-top: 11px;
  transform: rotate(28deg);
}
.list-news-a .list-news-inner > li > a::after {
  margin-top: 15px;
  transform: rotate(-28deg);
}
.list-news-a .list-news-inner > li > a:hover, .list-news-a .list-news-inner > li > a:active, .list-news-a .list-news-inner > li > a:focus {
  opacity: 0.7;
}
.list-news-a .list-news-inner > li > a:hover::before, .list-news-a .list-news-inner > li > a:hover::after, .list-news-a .list-news-inner > li > a:active::before, .list-news-a .list-news-inner > li > a:active::after, .list-news-a .list-news-inner > li > a:focus::before, .list-news-a .list-news-inner > li > a:focus::after {
  right: -4px;
}

/*
 * list-label
** ------------------------------------------------------ */
.list-label-a {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0;
}
.list-label-a > li {
  position: relative;
  padding: 5px 20px 0 0;
}
.list-label-a > li:last-child {
  padding-right: 0;
}
.list-label-a > li::before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.list-label-a > li.management {
  padding-left: 28px;
}
.list-label-a > li.management::before {
  top: 10px;
  width: 21px;
  height: 12px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -122px -102px;
}
.list-label-a > li.compliance {
  padding-left: 26px;
}
.list-label-a > li.compliance::before {
  top: 8px;
  width: 19px;
  height: 16px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -148px -120px;
}
.list-label-a > li.datahealth {
  padding-left: 25px;
}
.list-label-a > li.datahealth::before {
  top: 10px;
  width: 18px;
  height: 14px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -194px 0;
}
.list-label-a > li.service {
  padding-left: 24px;
}
.list-label-a > li.service::before {
  top: 7px;
  width: 17px;
  height: 17px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -172px -22px;
}
.list-label-a > li.bcp {
  padding-left: 26px;
}
.list-label-a > li.bcp::before {
  top: 9px;
  width: 19px;
  height: 15px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: 0 -165px;
}
.list-label-a > li.disaster {
  padding-left: 26px;
}
.list-label-a > li.disaster::before {
  top: 8px;
  width: 19px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -148px -24px;
}
.list-label-a > li.fire {
  padding-left: 19px;
}
.list-label-a > li.fire::before {
  top: 5px;
  width: 12px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -194px -62px;
}
.list-label-a > li.environment {
  padding-left: 25px;
}
.list-label-a > li.environment::before {
  top: 8px;
  width: 18px;
  height: 15px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -47px -165px;
}
.list-label-a > li.overseas {
  padding-left: 26px;
}
.list-label-a > li.overseas::before {
  top: 7px;
  width: 19px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: 0 -141px;
}
.list-label-a > li.politics {
  padding-left: 27px;
}
.list-label-a > li.politics::before {
  top: 6px;
  width: 20px;
  height: 21px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -122px -25px;
}
.list-label-a > li.terror {
  padding-left: 28px;
}
.list-label-a > li.terror::before {
  top: 6px;
  width: 21px;
  height: 20px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -122px 0;
}
.list-label-a > li.traffic {
  padding-left: 28px;
}
.list-label-a > li.traffic::before {
  top: 9px;
  width: 21px;
  height: 15px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -56px -120px;
}
.list-label-a > li.estate {
  padding-left: 22px;
}
.list-label-a > li.estate::before {
  top: 8px;
  width: 15px;
  height: 17px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -172px -87px;
}
.list-label-a > li.cyber {
  padding-left: 26px;
}
.list-label-a > li.cyber::before {
  top: 8px;
  width: 19px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -148px -96px;
}
.list-label-a > li.analytics {
  padding-left: 26px;
}
.list-label-a > li.analytics::before {
  top: 9px;
  width: 19px;
  height: 15px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -108px -120px;
}
.list-label-a > li.municipality {
  padding-left: 26px;
}
.list-label-a > li.municipality::before {
  left: 2px;
  width: 15px;
  height: 19px;
  background: url("/shared/images/icon-municipality-02.png") center 0;
}
.list-label-a > li.other {
  padding-left: 28px;
}
.list-label-a > li.other::before {
  top: 9px;
  width: 23px;
  height: 16px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: 0 -120px;
}
.list-label-a > li.infection {
  padding-left: 28px;
}
.list-label-a > li.infection::before {
  top: 7px;
  width: 18px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -24px -141px;
}

.list-label-b {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
}
.list-label-b > li {
  margin: 5px 0 0 5px;
}

.list-label-c {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -3px;
}
.list-label-c > li {
  position: relative;
  padding: 3px 0 0 3px;
}
.list-label-c > li .txt {
  display: inline-block;
  padding: 6px 5px 6px 0;
  background: #a47e00;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
.list-label-c > li .txt::before {
  display: block;
  position: absolute;
  left: 7px;
  content: "";
}
.list-label-c > li.management .txt {
  padding-left: 30px;
}
.list-label-c > li.management .txt::before {
  top: 10px;
  width: 21px;
  height: 12px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -70px -165px;
}
.list-label-c > li.compliance .txt {
  padding-left: 28px;
}
.list-label-c > li.compliance .txt::before {
  top: 9px;
  width: 19px;
  height: 16px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -93px -141px;
}
.list-label-c > li.datahealth .txt {
  padding-left: 27px;
}
.list-label-c > li.datahealth .txt::before {
  top: 10px;
  width: 18px;
  height: 14px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -194px -19px;
}
.list-label-c > li.service .txt {
  padding-left: 27px;
}
.list-label-c > li.service .txt::before {
  top: 8px;
  width: 17px;
  height: 17px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -172px 0;
}
.list-label-c > li.bcp .txt {
  padding-left: 28px;
}
.list-label-c > li.bcp .txt::before {
  top: 9px;
  width: 19px;
  height: 15px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -141px -141px;
}
.list-label-c > li.disaster .txt {
  padding-left: 28px;
}
.list-label-c > li.disaster .txt::before {
  top: 8px;
  width: 19px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -148px -72px;
}
.list-label-c > li.fire .txt {
  padding-left: 21px;
}
.list-label-c > li.fire .txt::before {
  top: 6px;
  width: 12px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -194px -38px;
}
.list-label-c > li.environment .txt {
  padding-left: 27px;
}
.list-label-c > li.environment .txt::before {
  top: 9px;
  width: 18px;
  height: 15px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -24px -165px;
}
.list-label-c > li.overseas .txt {
  padding-left: 29px;
}
.list-label-c > li.overseas .txt::before {
  top: 7px;
  width: 19px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -148px -48px;
}
.list-label-c > li.politics .txt {
  padding-left: 30px;
}
.list-label-c > li.politics .txt::before {
  top: 6px;
  width: 20px;
  height: 21px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -122px -51px;
}
.list-label-c > li.terror .txt {
  padding-left: 30px;
}
.list-label-c > li.terror .txt::before {
  top: 6px;
  width: 21px;
  height: 20px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -122px -77px;
}
.list-label-c > li.traffic .txt {
  padding-left: 31px;
}
.list-label-c > li.traffic .txt::before {
  top: 9px;
  width: 21px;
  height: 15px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -82px -120px;
}
.list-label-c > li.estate .txt {
  padding-left: 24px;
}
.list-label-c > li.estate .txt::before {
  top: 8px;
  width: 15px;
  height: 17px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -172px -65px;
}
.list-label-c > li.cyber .txt {
  padding-left: 28px;
}
.list-label-c > li.cyber .txt::before {
  top: 8px;
  width: 19px;
  height: 19px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -148px 0;
}
.list-label-c > li.analytics .txt {
  padding-left: 28px;
}
.list-label-c > li.analytics .txt::before {
  top: 9px;
  width: 19px;
  height: 15px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -117px -141px;
}
.list-label-c > li.municipality .txt {
  padding-left: 28px;
}
.list-label-c > li.municipality .txt::before {
  top: 7px;
  left: 10px;
  width: 15px;
  height: 19px;
  background: url("/shared/images/icon-municipality-03.png") center 0;
}
.list-label-c > li.other .txt {
  padding-left: 32px;
}
.list-label-c > li.other .txt::before {
  top: 9px;
  width: 23px;
  height: 16px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -28px -120px;
}
.list-label-c > li.infection .txt {
  padding-left: 32px;
}
.list-label-c > li.infection .txt::before {
  top: 4px;
  width: 25px;
  height: 25px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -30px -90px;
}

/*
 * list-step
** ------------------------------------------------------ */
.list-step-a {
  margin: 30px 0 0;
}
.list-step-a > .list-step-inner {
  counter-reset: step;
}
.list-step-a > .list-step-inner--0 {
  counter-reset: step -1;
}
.list-step-a > .list-step-inner > li {
  position: relative;
  counter-increment: step;
}
.list-step-a > .list-step-inner > li::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 12px;
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  content: "";
}
.list-step-a > .list-step-inner > li .list-hdg-a {
  position: relative;
  padding: 0 0 0 36px;
  color: #0074cc;
  font-size: 1.8rem;
}
.list-step-a > .list-step-inner > li .list-hdg-a::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #0074cc;
  content: "";
}
.list-step-a > .list-step-inner > li .list-hdg-a::after {
  position: absolute;
  top: 7px;
  left: 7px;
  content: counter(step);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}
.list-step-a > .list-step-inner > li .content {
  padding: 16px 0 25px 37px;
}
.list-step-a > .list-step-inner > li .content > *:first-child {
  margin-top: 0;
}
.list-step-a > .list-step-inner > li .content .link-note {
  margin-top: 10px;
  margin-left: 20px;
}
.list-step-a > .list-step-inner > li:last-child::before {
  height: calc(100% - 8px);
}
.list-step-a > .list-step-inner > li:last-child .content {
  padding-bottom: 0;
}
.list-step-a > .list-step-inner > .list-item-gray::before {
  border-left: 2px dashed #d9d9d9;
  background-color: rgba(0, 0, 0, 0);
}
.list-step-a > .list-step-inner > .list-item-gray > .list-hdg-a::before {
  background-color: #a6a6a6;
}
.list-step-a > .list-step-inner > .list-item-gray > .list-hdg-a > b {
  color: #a6a6a6;
}

.list-step-b > ol {
  counter-reset: step;
}
.list-step-b > ol > .list-step-item {
  display: flex;
  counter-increment: step;
}
.list-step-b > ol > .list-step-item > .list-step-num {
  display: flex;
  position: relative;
  align-items: center;
  width: 100px;
  padding-top: 20px;
  padding-left: 15px;
  color: #fff;
}
.list-step-b > ol > .list-step-item > .list-step-num::before {
  display: block;
  position: absolute;
  right: 20px;
  padding-bottom: 8px;
  content: "";
  content: counter(step);
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
}
.list-step-b > ol > .list-step-item > .list-step-num::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 49px 0;
  border-style: solid;
  content: "";
}
.list-step-b > ol > .list-step-item:nth-child(odd) > .list-step-num {
  background-color: #0074cc;
}
.list-step-b > ol > .list-step-item:nth-child(odd) > .list-step-num::after {
  border-color: #0074cc transparent transparent;
}
.list-step-b > ol > .list-step-item:nth-child(even) > .list-step-num {
  background-color: #1982d1;
}
.list-step-b > ol > .list-step-item:nth-child(even) > .list-step-num::after {
  border-color: #1982d1 transparent transparent;
}
.list-step-b > ol > .list-step-item > .list-step-contents {
  width: calc(100% - 120px);
  margin-left: 40px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.list-step-b > ol .list-hdg-b {
  color: #0074cc;
  font-size: 2rem;
}
.list-step-b > ol .list-hdg-b > .sub {
  display: block;
  font-size: 1.2rem;
}
.list-step-b > ol .list-hdg-b + ul, .list-step-b > ol .list-hdg-b + p {
  margin-top: 15px;
}

/*
 * list-history
** ------------------------------------------------------ */
.list-history-a {
  margin: 30px 0 0;
}
.list-history-a > .list-history-inner {
  border-top: solid 3px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
}
.list-history-a > .list-history-inner > div:nth-child(odd) {
  background: #fff;
}
.list-history-a > .list-history-inner > div:nth-child(even) {
  background: #f6f6f6;
}
.list-history-a > .list-history-inner > div + div {
  border-top: solid 1px #d9d9d9;
}
.list-history-a > .list-history-inner > div > dt {
  padding: 20px 10px 0;
}
.list-history-a > .list-history-inner > div > dd {
  padding: 9px 20px 19px 30px;
}
.list-history-a > .list-history-inner > div > dd > .list > li:not(:last-child) {
  padding-bottom: 15px;
}
.list-history-a > .list-history-inner > div > dd > .list > li + li {
  padding-top: 15px;
  border-top: solid 1px #d9d9d9;
}

/*
 * list-toc
** ------------------------------------------------------ */
.list-toc-a {
  position: relative;
  padding: 0 0 0 45px;
}
.list-toc-a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 1px;
  height: calc(100% - 10px);
  margin: auto;
  background: #d9d9d9;
  content: "";
}
.list-toc-a > .list-order-a {
  margin-top: 0;
}
.hdg-c + .list-toc-a {
  margin-top: 6px;
}

/*
 * link-wrap
** ------------------------------------------------------ */
.link-wrap-center {
  display: flex;
  justify-content: center;
}

.link-wrap-right {
  display: flex;
  justify-content: flex-end;
}

/*
 * link
** ------------------------------------------------------ */
.link-a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.link-a._color-blue {
  color: #0074cc;
}
.link-a::before, .link-a::after {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: left 0.2s;
}
.link-a::before {
  top: 9px;
  transform: rotate(28deg);
}
.link-a::after {
  top: 13px;
  transform: rotate(-28deg);
}
.link-a:hover, .link-a:active, .link-a:focus {
  opacity: 0.8;
}
.link-a:hover::before, .link-a:hover::after, .link-a:active::before, .link-a:active::after, .link-a:focus::before, .link-a:focus::after {
  left: 5px;
}

.link-b {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.link-b::before, .link-b::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: left 0.2s;
}
.link-b::before {
  margin-top: -3px;
  transform: rotate(28deg);
}
.link-b::after {
  margin-top: 1px;
  transform: rotate(-28deg);
}
.link-b:hover, .link-b:active, .link-b:focus {
  opacity: 0.8;
}
.link-b:hover::before, .link-b:hover::after, .link-b:active::before, .link-b:active::after, .link-b:focus::before, .link-b:focus::after {
  left: 5px;
}

/*
 * link-list
** ------------------------------------------------------ */
.link-list-a {
  margin: 20px 0 0;
}
.link-list-a._color-blue > li > a[href] {
  color: #0074cc;
}
.link-list-a > li:not(:first-child) {
  padding: 8px 0 0;
}
.link-list-a > li a {
  display: inline-block;
}
.link-list-a > li a[href] {
  position: relative;
  padding: 0 0 0 20px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.link-list-a > li a[href]::before, .link-list-a > li a[href]::after {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: left 0.2s;
}
.link-list-a > li a[href]::before {
  top: 9px;
  transform: rotate(28deg);
}
.link-list-a > li a[href]::after {
  top: 13px;
  transform: rotate(-28deg);
}
.link-list-a > li a[href]:hover:not([href]), .link-list-a > li a[href]:active:not([href]), .link-list-a > li a[href]:focus:not([href]) {
  opacity: 0.8;
}
.link-list-a > li a[href]:hover::before, .link-list-a > li a[href]:hover::after, .link-list-a > li a[href]:active::before, .link-list-a > li a[href]:active::after, .link-list-a > li a[href]:focus::before, .link-list-a > li a[href]:focus::after {
  left: 5px;
}
.link-list-a > li a + .list-note-a {
  margin-top: 8px;
  margin-left: 20px;
}
.link-list-a > li a + .list-note-a > li:not(:first-child) {
  padding-top: 0;
}
.link-list-a > li a + p {
  margin: 5px 0 5px 30px;
}
.link-list-a > li:last-child a + p {
  margin-bottom: 0;
}
.link-list-a._inline {
  display: flex;
  flex-wrap: wrap;
  margin-left: -26px;
}
.link-list-a._inline > li {
  padding: 4px 0 0 26px;
}
.link-list-a._inline > li a:not([href]) {
  color: #333;
  text-decoration: none;
}
.link-list-a._inline > li a[aria-current] {
  font-weight: bold;
}
.link-list-a._inline > li a:hover:not([href]), .link-list-a._inline > li a:active:not([href]), .link-list-a._inline > li a:focus:not([href]) {
  opacity: 1;
}

.link-list-b {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 -26px;
}
.link-list-b > li {
  padding: 4px 0 0 26px;
}
.link-list-b > li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.link-list-b > li a::before, .link-list-b > li a::after {
  display: block;
  position: absolute;
  top: 7px;
  width: 2px;
  height: 9px;
  background: #0074cc;
  content: "";
  transition: top 0.2s;
}
.link-list-b > li a::before {
  transform: rotate(28deg);
}
.link-list-b > li a::after {
  transform: rotate(-28deg);
}
.link-list-b > li a:hover::before, .link-list-b > li a:hover::after, .link-list-b > li a:active::before, .link-list-b > li a:active::after, .link-list-b > li a:focus::before, .link-list-b > li a:focus::after {
  top: 10px;
}
.link-list-b > li a::before {
  left: 6px;
}
.link-list-b > li a::after {
  left: 2px;
}
.link-list-b._anchor-blue > li > a {
  color: #0074cc;
  font-weight: bold;
  font-size: 1.6rem;
}
.link-list-b._anchor-blue > li > a::before, .link-list-b._anchor-blue > li > a::after {
  top: 9px;
}

.link-list-c {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 -26px;
}
.link-list-c > li {
  padding: 4px 0 0 26px;
}
.link-list-c > li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.link-list-c > li a::before, .link-list-c > li a::after {
  display: block;
  position: absolute;
  top: 7px;
  width: 2px;
  height: 9px;
  background: #0074cc;
  content: "";
  transition: top 0.2s;
}
.link-list-c > li a::before {
  transform: rotate(28deg);
}
.link-list-c > li a::after {
  transform: rotate(-28deg);
}
.link-list-c > li a:hover::before, .link-list-c > li a:hover::after, .link-list-c > li a:active::before, .link-list-c > li a:active::after, .link-list-c > li a:focus::before, .link-list-c > li a:focus::after {
  top: 10px;
}
.link-list-c > li a::before {
  left: 6px;
}
.link-list-c > li a::after {
  left: 2px;
}

/*
 * link-pnl
** ------------------------------------------------------ */
.link-pnl-a {
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
}
.link-pnl-a .lyt-img-a {
  flex-shrink: 0;
  margin-top: 0;
  transition: opacity 0.2s;
}
.link-pnl-a .item {
  margin: 10px 0 0;
}
.link-pnl-a .item > .link-a > b {
  font-weight: normal;
}
.link-pnl-a .item > .link-a + p {
  margin: 5px 0 5px 30px;
  color: #333;
}
.link-pnl-a:hover .item > .link-a, .link-pnl-a:active .item > .link-a, .link-pnl-a:focus .item > .link-a {
  opacity: 0.8;
}
.link-pnl-a:hover .item > .link-a::before, .link-pnl-a:hover .item > .link-a::after, .link-pnl-a:active .item > .link-a::before, .link-pnl-a:active .item > .link-a::after, .link-pnl-a:focus .item > .link-a::before, .link-pnl-a:focus .item > .link-a::after {
  left: 5px;
}
.link-pnl-a:hover .lyt-img-a, .link-pnl-a:active .lyt-img-a, .link-pnl-a:focus .lyt-img-a {
  opacity: 0.7;
}

/*
 * anchor-link-a
** ------------------------------------------------------ */
.anchor-link-a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 16px 8px;
}
.anchor-link-a > li {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.anchor-link-a > li > a {
  display: block;
  height: 100%;
  min-height: 60px;
  border: 1px solid #3390d6;
  text-decoration: none;
}
.anchor-link-a > li::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #33c3ff 0%, #335cad 100%);
  content: "";
}
.anchor-link-a__img > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: "";
}
.anchor-link-a__txt {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px 36px 4px 46px;
  color: #333;
  font-size: 12px;
}
.anchor-link-a__txt::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 2px;
  height: 9px;
  margin-top: -4px;
  transform: rotate(-28deg);
  background: #0074cc;
  content: "";
  transition: margin-top 0.2s;
}
.anchor-link-a__txt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 2px;
  height: 9px;
  margin-top: -4px;
  transform: rotate(28deg);
  background: #0074cc;
  content: "";
  transition: margin-top 0.2s;
}
.anchor-link-a__txt:hover, .anchor-link-a__txt:active, .anchor-link-a__txt:focus {
  opacity: 0.7;
}
.anchor-link-a__txt:hover::before, .anchor-link-a__txt:hover::after, .anchor-link-a__txt:active::before, .anchor-link-a__txt:active::after, .anchor-link-a__txt:focus::before, .anchor-link-a__txt:focus::after {
  margin-top: 0;
}

/*
 * nav-breadcrumb
** ------------------------------------------------------ */
.nav-breadcrumb {
  width: 100%;
  background: #ededed;
}
.nav-breadcrumb .nav-breadcrumb-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto;
  padding: 7px 10px 8px;
}
.nav-breadcrumb .nav-breadcrumb-inner > li {
  padding: 0 5px 0 0;
  line-height: 1.5;
}
.nav-breadcrumb .nav-breadcrumb-inner > li a {
  color: #333;
  font-size: 1.2rem;
}
.nav-breadcrumb .nav-breadcrumb-inner > li a:not([href]) {
  text-decoration: none;
}
.nav-breadcrumb .nav-breadcrumb-inner > li a:hover, .nav-breadcrumb .nav-breadcrumb-inner > li a:active, .nav-breadcrumb .nav-breadcrumb-inner > li a:focus {
  opacity: 1;
}
.nav-breadcrumb .nav-breadcrumb-inner > li > span {
  font-size: 1.2rem;
}
.nav-breadcrumb .nav-breadcrumb-inner > li:not(:first-child) {
  position: relative;
  padding-left: 12px;
}
.nav-breadcrumb .nav-breadcrumb-inner > li:not(:first-child)::before {
  display: block;
  position: absolute;
  top: 8px;
  left: -3px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg) skew(-15deg, -15deg);
  border-width: 1px;
  border-style: solid;
  border-color: #333 #333 transparent transparent;
  content: "";
}

/*
 * btn-wrap
** ------------------------------------------------------ */
[class^=btn-wrap-] {
  display: flex;
  margin: 20px 0 0;
}

.btn-wrap-left {
  justify-content: flex-start;
}

.btn-wrap-center {
  justify-content: center;
}

.btn-wrap-right {
  justify-content: flex-end;
}

/*
 * btn
** ------------------------------------------------------ */
.btn-a,
.btn-b,
.btn-c,
.btn-d,
.btn-f {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 14px 40px 14px 30px;
  text-decoration: none;
  transition: opacity 0.2s, box-shadow 0.2s;
}
.btn-a .txt,
.btn-b .txt,
.btn-c .txt,
.btn-d .txt,
.btn-f .txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
}
.btn-a:hover, .btn-a:active, .btn-a:focus,
.btn-b:hover,
.btn-b:active,
.btn-b:focus,
.btn-c:hover,
.btn-c:active,
.btn-c:focus,
.btn-d:hover,
.btn-d:active,
.btn-d:focus,
.btn-f:hover,
.btn-f:active,
.btn-f:focus {
  opacity: 0.8;
}

.btn-a,
.btn-b,
.btn-f {
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
}
.btn-a::before, .btn-a::after,
.btn-b::before,
.btn-b::after,
.btn-f::before,
.btn-f::after {
  display: block;
  position: absolute;
  right: 15px;
  width: 10px;
  height: 2px;
  background: #fff;
  content: "";
  transition: right 0.2s;
}
.btn-a::before,
.btn-b::before,
.btn-f::before {
  transform: rotate(28deg);
}
.btn-a::after,
.btn-b::after,
.btn-f::after {
  transform: rotate(-28deg);
}
.btn-a:hover::before, .btn-a:hover::after, .btn-a:active::before, .btn-a:active::after, .btn-a:focus::before, .btn-a:focus::after,
.btn-b:hover::before,
.btn-b:hover::after,
.btn-b:active::before,
.btn-b:active::after,
.btn-b:focus::before,
.btn-b:focus::after,
.btn-f:hover::before,
.btn-f:hover::after,
.btn-f:active::before,
.btn-f:active::after,
.btn-f:focus::before,
.btn-f:focus::after {
  right: 10px;
}
.btn-a::before, .btn-a::after,
.btn-b::before,
.btn-b::after,
.btn-f::before,
.btn-f::after {
  top: 50%;
}
.btn-a::before,
.btn-b::before,
.btn-f::before {
  margin-top: -3px;
}
.btn-a::after,
.btn-b::after,
.btn-f::after {
  margin-top: 1px;
}
.btn-a:hover, .btn-a:active, .btn-a:focus,
.btn-b:hover,
.btn-b:active,
.btn-b:focus,
.btn-f:hover,
.btn-f:active,
.btn-f:focus {
  box-shadow: none;
}

.btn-a {
  background: #0074cc;
  transition: opacity 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
}
.btn-a._size-a .txt {
  font-size: 1.8rem;
}

a.btn-a.disabled {
  background: #c7c7c7;
  box-shadow: none;
  pointer-events: none;
  transition: inherit;
}
a.btn-a.disabled::before, a.btn-a.disabled::after {
  background: #7e7e7e;
}
a.btn-a.disabled .txt {
  color: #7e7e7e;
}
a.btn-a.disabled:hover, a.btn-a.disabled:active, a.btn-a.disabled:focus {
  opacity: 1;
}
a.btn-a.disabled:hover::before, a.btn-a.disabled:hover::after, a.btn-a.disabled:active::before, a.btn-a.disabled:active::after, a.btn-a.disabled:focus::before, a.btn-a.disabled:focus::after {
  right: 15px;
}

button.btn-a[disabled] {
  background: #c7c7c7;
  box-shadow: none;
  pointer-events: none;
  transition: inherit;
}
button.btn-a[disabled]::before, button.btn-a[disabled]::after {
  background: #7e7e7e;
}
button.btn-a[disabled] .txt {
  color: #7e7e7e;
}
button.btn-a[disabled]:hover, button.btn-a[disabled]:active, button.btn-a[disabled]:focus {
  opacity: 1;
}
button.btn-a[disabled]:hover::before, button.btn-a[disabled]:hover::after, button.btn-a[disabled]:active::before, button.btn-a[disabled]:active::after, button.btn-a[disabled]:focus::before, button.btn-a[disabled]:focus::after {
  right: 15px;
}

.btn-b {
  background: #a47e00;
}

.btn-c,
.btn-d {
  border: solid 1px transparent;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.btn-c .txt,
.btn-d .txt {
  color: #333;
}
.btn-c:hover, .btn-c:active, .btn-c:focus,
.btn-d:hover,
.btn-d:active,
.btn-d:focus {
  border-color: #eaeaea;
  box-shadow: 0 0 9px 0 rgba(234, 234, 234, 0.1);
}

.btn-c {
  padding: 14px 30px 14px 40px;
}
.btn-c::before, .btn-c::after {
  display: block;
  position: absolute;
  left: 15px;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: left 0.2s;
}
.btn-c::before {
  transform: rotate(-28deg);
}
.btn-c::after {
  transform: rotate(28deg);
}
.btn-c:hover::before, .btn-c:hover::after, .btn-c:active::before, .btn-c:active::after, .btn-c:focus::before, .btn-c:focus::after {
  left: 10px;
}
.btn-c::before, .btn-c::after {
  top: 50%;
}
.btn-c::before {
  margin-top: -3px;
}
.btn-c::after {
  margin-top: 1px;
}

.btn-d::before, .btn-d::after {
  display: block;
  position: absolute;
  right: 15px;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: right 0.2s;
}
.btn-d::before {
  transform: rotate(28deg);
}
.btn-d::after {
  transform: rotate(-28deg);
}
.btn-d:hover::before, .btn-d:hover::after, .btn-d:active::before, .btn-d:active::after, .btn-d:focus::before, .btn-d:focus::after {
  right: 10px;
}
.btn-d::before, .btn-d::after {
  top: 50%;
}
.btn-d::before {
  margin-top: -3px;
}
.btn-d::after {
  margin-top: 1px;
}

.btn-f {
  background: #4c7c00;
}

.btn-e {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 60px;
  background: #4c9ddb;
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: box-shadow 0.2s;
}
.btn-e::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: #0074cc;
  content: "";
  transition: opacity 0.2s;
}
.btn-e .txt {
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 80px 14px 17px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.btn-e .txt::before, .btn-e .txt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 12px;
  height: 2px;
  background: #fff;
  content: "";
  transition: right 0.2s;
}
.btn-e .txt::before {
  margin-top: -4px;
  transform: rotate(28deg);
}
.btn-e .txt::after {
  margin-top: 1px;
  transform: rotate(-28deg);
}
.btn-e:hover, .btn-e:active, .btn-e:focus {
  box-shadow: none;
}
.btn-e:hover::before, .btn-e:active::before, .btn-e:focus::before {
  opacity: 0.7;
}
.btn-e:hover .txt::before, .btn-e:hover .txt::after, .btn-e:active .txt::before, .btn-e:active .txt::after, .btn-e:focus .txt::before, .btn-e:focus .txt::after {
  right: 17px;
}

/*
 * btn-list
** ------------------------------------------------------ */
.btn-list-a {
  margin: 20px 0 0;
}
.btn-list-a > .btn-list-inner {
  margin: -20px 0 0 -40px;
}
.btn-list-a > .btn-list-inner > li {
  padding: 20px 0 0 40px;
}

.btn-list-b {
  margin: 0;
}
.btn-list-b > .btn-list-inner {
  margin: -20px 0 0 -60px;
}
.btn-list-b > .btn-list-inner > li {
  padding: 20px 0 0 60px;
}

/*
 * btn-more
** ------------------------------------------------------ */
.btn-more-a {
  width: 100%;
  height: 50px;
  margin: 30px 0 0;
  padding: 0;
  border: none;
  border-bottom: solid 1px #d9d9d9;
  background: #ededed;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s;
}
.btn-more-a .txt {
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}
.btn-more-a .txt::before, .btn-more-a .txt::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 2px;
  height: 9px;
  margin-top: -4px;
  background: #0074cc;
  content: "";
  transition: margin-top 0.2s;
}
.btn-more-a .txt::before {
  right: 2px;
  transform: rotate(28deg);
}
.btn-more-a .txt::after {
  right: 6px;
  transform: rotate(-28deg);
}
.btn-more-a:hover, .btn-more-a:active, .btn-more-a:focus {
  opacity: 0.8;
}
.btn-more-a:hover .txt::before, .btn-more-a:hover .txt::after, .btn-more-a:active .txt::before, .btn-more-a:active .txt::after, .btn-more-a:focus .txt::before, .btn-more-a:focus .txt::after {
  margin-top: 0;
}

/*
 * btn-list-faq-a
** ------------------------------------------------------ */
.btn-list-faq-a {
  margin-top: 20px;
}
.btn-list-faq-a > li > .box {
  position: relative;
  border: solid 1px #d9d9d9;
  border-top: none;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2);
}
.btn-list-faq-a > li > .box::before {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 3px;
  background: linear-gradient(to right, #33c3ff 0%, #335cad 100%);
  content: "";
}
.btn-list-faq-a > li > .box > .box-inner {
  display: flex;
  margin: 0 -1px -1px;
  padding: 13px 10px 19px;
  border-top: none;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.2s;
}
.btn-list-faq-a > li > .box > .box-inner > .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #0074cc;
  color: #fff;
  font-size: 1.2rem;
}
.btn-list-faq-a > li > .box > .box-inner > .item {
  padding: 9px 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.btn-list-faq-a > li > .box > .box-inner:hover, .btn-list-faq-a > li > .box > .box-inner:active, .btn-list-faq-a > li > .box > .box-inner:focus {
  opacity: 0.8;
}
.btn-list-faq-a > li:not(:first-child) {
  padding-top: 16px;
}

/*
 * btn-top
** ------------------------------------------------------ */
.btn-top {
  position: relative;
}
.btn-top > a {
  display: block;
  z-index: 10;
  position: absolute;
  top: -54px;
  right: 10px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  color: transparent;
  font-size: 1rem;
  transition: top 0.2s;
}
.btn-top > a::before, .btn-top > a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 18px;
  margin-top: -9px;
  border-radius: 4px;
  background: #fff;
  content: "";
}
.btn-top > a::before {
  margin-left: -5px;
  transform: rotate(28deg);
}
.btn-top > a::after {
  margin-left: 2px;
  transform: rotate(-28deg);
}
.btn-top > a:hover, .btn-top > a:active, .btn-top > a:focus {
  top: -57px;
  opacity: 1;
}

/*
 * box
** ------------------------------------------------------ */
.box-a {
  margin: 30px 0 0;
  padding: 15px 20px;
  background: #f6f6f6;
}
.box-a .box-hdg-a {
  color: #0074cc;
  font-weight: bold;
  font-size: 1.4rem;
}
.box-a > *:first-child {
  margin-top: 0;
}
.box-a > *:not(:first-child) {
  margin-top: 10px;
}

.box-b {
  margin: 30px 0 0;
  padding: 15px 20px;
  background: #ffeaea;
}
.box-b > *:first-child {
  margin-top: 0;
}
.box-b p strong {
  color: #333;
  font-weight: bold;
}
.box-b .box-hdg-a {
  font-weight: bold;
  font-size: 1.4rem;
}
.box-b .box-hdg-a > strong {
  color: #333;
}
.box-b * + p {
  margin-top: 10px;
}

.box-c {
  margin: 30px 0 0;
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.15);
}
.box-c .box-hdg-a {
  position: relative;
  padding: 26px 0 38px;
  background: url(/images/bg-box-01.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.box-c .box-hdg-a > img {
  display: block;
  margin: 0 auto 3px;
}
.box-c .box-hdg-a::before {
  display: block;
  position: absolute;
  bottom: 31px;
  left: 50%;
  width: 30px;
  height: 3px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  content: "";
}
.box-c > .content {
  padding: 23px 20px 30px;
  border: solid 1px #d9d9d9;
  border-top: none;
}
.box-c > .content p {
  font-size: 1.8rem;
  line-height: 1.7;
}
.box-c > .content .btn-wrap-center {
  margin-top: 23px;
}

/*
 * box-contact
** ------------------------------------------------------ */
.box-contact-a {
  margin: 30px 0 0;
}
.box-contact-a .box-contact-inner .box-header {
  padding: 13px 20px 16px;
  background: #d9d9d9;
}
.box-contact-a .box-contact-inner .box-header > .box-hdg-a {
  color: #0074cc;
  font-weight: bold;
  font-size: 1.8rem;
}
.box-contact-a .box-contact-inner .box-header * + p {
  margin-top: 5px;
}
.box-contact-a .box-contact-inner .box-content {
  padding: 0 20px;
  background: #f6f6f6;
}
.box-contact-a .box-contact-inner .box-content .col {
  padding: 24px 0 25px;
}
.box-contact-a .box-contact-inner .box-content .col > .col-hdg-a {
  text-align: center;
}
.box-contact-a .box-contact-inner .box-content .col > .col-hdg-a > b {
  font-weight: bold;
  font-size: 1.6rem;
}
.box-contact-a .box-contact-inner .box-content .col > * + p {
  margin-top: 10px;
  text-align: center;
}
.box-contact-a .box-contact-inner .box-content .col > .link-contact {
  margin-top: 6px;
  color: #a47e00;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
.box-contact-a .box-contact-inner .box-content .col > .link-contact a {
  color: #a47e00;
  text-decoration: none;
}
.box-contact-a .box-contact-inner .box-content .col > [class^=btn-wrap] {
  margin-top: 15px;
  margin-bottom: 5px;
}
.box-contact-a .box-contact-inner .box-content .col + .col {
  border-top: solid 1px #d9d9d9;
}
.box-contact-a .box-contact-inner .box-content .col:last-child {
  padding-bottom: 13px;
}

/*
 * lyt-img-text
** ------------------------------------------------------ */
.lyt-img-text {
  position: relative;
}
.lyt-img-text__text {
  z-index: 1;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.lyt-img-text__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.lyt-img-text img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
 * lyt-img
** ------------------------------------------------------ */
.lyt-img-a {
  margin: 30px 0 0;
}
.lyt-img-a img {
  display: block;
  margin: 0 auto;
}
.lyt-img-a .caption {
  display: block;
  margin-top: 18px;
  text-align: center;
}
.lyt-img-a .caption > ._small {
  font-size: 1.2rem;
}
.lyt-img-a .caption > b {
  color: #1780d0;
}
.lyt-img-a a {
  display: inline-block;
  max-width: 100%;
  transition: opacity 0.2s;
}
.lyt-img-a a:hover, .lyt-img-a a:active, .lyt-img-a a:focus {
  opacity: 0.7;
}
.lyt-img-a._left img {
  margin-left: 0;
}
.lyt-img-a._left .caption {
  text-align: left;
}
.lyt-img-a._right img {
  margin-right: 0;
}
.lyt-img-a._right .caption {
  text-align: right;
}
.lyt-img-a._bnr-a a {
  vertical-align: bottom;
}
.lyt-img-a._bnr-a a > .sp-hide {
  display: none;
}
.lyt-img-a._bnr-a + * {
  margin-top: 30px;
}
.lyt-img-a + .hdg-d,
.lyt-img-a + .hdg-e {
  margin-top: 30px;
}

.lyt-img-b {
  display: flex;
  flex-direction: column-reverse;
  margin: 30px 0 0;
}
.lyt-img-b > .item {
  margin-top: 12px;
}
.lyt-img-b > .item > *:first-child {
  margin-top: 0;
}
.lyt-img-b > .img {
  flex-shrink: 0;
  text-align: center;
}
.lyt-img-b > .img .img-inner > img {
  display: block;
  margin: 0 auto;
}
.lyt-img-b > .img .caption {
  display: block;
  margin-top: 18px;
  color: #6e6e6e;
}
.lyt-img-b > .img._size-a .img-inner {
  width: 85px;
  margin: 0 auto;
}
.lyt-img-b > .img._size-a .img-inner img {
  max-width: 100%;
}
.lyt-img-b > .img._size-b .img-inner {
  max-width: 70%;
  margin: 0 auto;
}
.lyt-img-b > .img._size-b .img-inner img {
  max-width: 100%;
}
.lyt-img-b > .img._frame-a .img-inner img {
  border: solid 1px #e6e6e6;
}
.lyt-img-b._col-reverse {
  flex-direction: column;
}
.lyt-img-b._col-reverse > .item {
  margin-top: 0;
}
.lyt-img-b._col-reverse > .img {
  margin-top: 10px;
}

/*
 * lyt-col
** ------------------------------------------------------ */
.lyt-col-a {
  margin: 30px 0 0;
}
.lyt-col-a > .lyt-col-inner {
  margin: -30px 0 0 -30px;
}
.lyt-col-a > .lyt-col-inner > .col {
  padding: 30px 0 0 30px;
}
.lyt-col-a > .lyt-col-inner > .col > *:first-child {
  margin-top: 0;
}

/*
 * lyt-box
** ------------------------------------------------------ */
.lyt-box-a {
  margin: 30px 0 0;
}
.lyt-box-a > .lyt-box-inner {
  margin: -30px 0 0 -40px;
}
.lyt-box-a > .lyt-box-inner > li {
  padding: 30px 0 0 40px;
}
.lyt-box-a > .lyt-box-inner > li > .box {
  position: relative;
  width: 100%;
  padding: 3px 0 0;
  border: solid 1px #d9d9d9;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2);
}
.lyt-box-a > .lyt-box-inner > li > .box::before {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 3px;
  background: linear-gradient(to right, #33c3ff 0%, #335cad 100%);
  content: "";
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner {
  display: block;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px 20px 10px;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .status {
  display: flex;
  margin: 0 15px 10px 0;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .place {
  display: flex;
  flex-wrap: wrap;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .place > li {
  position: relative;
  color: #333;
  font-size: 1.4rem;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .place > li:not(:last-child) {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail > .place > li:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  transform: translateY(-50%);
  background: #d9d9d9;
  content: "";
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail + .title {
  padding-top: 0;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .title {
  margin: 0;
  padding: 21px 20px 18px;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .title > b {
  font-weight: bold;
  font-size: 1.6rem;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title {
  display: block;
  position: relative;
  margin: 0;
  padding: 21px 40px 18px 20px;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title::before, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: right 0.2s;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title::before {
  margin-top: -2px;
  transform: rotate(28deg);
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title::after {
  margin-top: 2px;
  transform: rotate(-28deg);
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:hover, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:active, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:focus {
  opacity: 0.7;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:hover::before, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:hover::after, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:active::before, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:active::after, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:focus::before, .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title:focus::after {
  right: 15px;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0 20px 20px;
  overflow: hidden;
  color: #333;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .txt {
  width: 100%;
  padding: 15px 0 0;
  border-top: solid 1px #d9d9d9;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .txt > .date {
  margin-top: 10px;
  text-align: right;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .txt > *:first-child {
  margin-top: 0;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .img {
  max-width: 85px;
  margin: 0 19px 10px 0;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .img > img {
  display: block;
  min-width: 85px;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .img._frame-a > img {
  border: solid 1px #e6e6e6;
}
.lyt-box-a > .lyt-box-inner > li > .box > .box-inner .label {
  padding: 15px 20px 13px;
  border-top: solid 1px #d9d9d9;
  color: #333;
  font-weight: bold;
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner {
  text-decoration: none;
  transition: opacity 0.2s;
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title {
  position: relative;
  padding-right: 40px;
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title::before, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: right 0.2s;
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title::before {
  margin-top: -2px;
  transform: rotate(28deg);
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .title::after {
  margin-top: 2px;
  transform: rotate(-28deg);
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .detail + .title::before {
  margin-top: -12px;
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner .detail + .title::after {
  margin-top: -8px;
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:hover, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:active, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:focus {
  opacity: 0.7;
}
.lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:hover .title::before, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:hover .title::after, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:active .title::before, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:active .title::after, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:focus .title::before, .lyt-box-a > .lyt-box-inner > li > .box > a.box-inner:focus .title::after {
  right: 15px;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner {
  display: flex;
  flex-direction: column-reverse;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item {
  width: 100%;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .title > b {
  display: block;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::before {
  margin-top: 16px;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::after {
  margin-top: 20px;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img {
  padding: 21px 20px 0;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img img {
  display: block;
  max-width: 123px;
  max-height: 177px;
  margin: 0 auto;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img._frame-a img {
  border: solid 1px #e6e6e6;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner .title::before {
  margin-top: 16px;
}
.lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner .title::after {
  margin-top: 20px;
}

.lyt-box-b {
  margin: 30px 0 0;
}
.lyt-box-b > .lyt-box-inner {
  margin: -20px 0 0 -40px;
}
.lyt-box-b > .lyt-box-inner > li {
  padding: 20px 0 0 40px;
}
.lyt-box-b > .lyt-box-inner > li > .box {
  width: 100%;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2);
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.2s;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title {
  position: relative;
  padding: 14px 32px 13px 19px;
  background: linear-gradient(to right, #33c3ff 0%, #335cad 51%, #33c3ff 100%);
  background-size: 200% auto;
  color: #fff;
  transition: background-position 0.4s;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::after {
  display: block;
  position: absolute;
  right: 15px;
  width: 10px;
  height: 2px;
  background: #fff;
  content: "";
  transition: right 0.2s;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::before {
  transform: rotate(28deg);
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::after {
  transform: rotate(-28deg);
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:hover::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:hover::after, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:active::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:active::after, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:focus::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title:focus::after {
  right: 10px;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::after {
  top: 50%;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::before {
  margin-top: -3px;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title::after {
  margin-top: 1px;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title .sub {
  display: block;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title .name {
  font-weight: bold;
  font-size: 1.8rem;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .label {
  padding: 15px 19px 14px;
  border: solid 1px #d9d9d9;
  border-top: none;
  color: #333;
  font-weight: bold;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img {
  flex-shrink: 0;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner:hover, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:active, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:focus {
  opacity: 0.8;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner:hover > .item .title, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:active > .item .title, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:focus > .item .title {
  background-position: right center;
}
.lyt-box-b > .lyt-box-inner > li > .box > .box-inner:hover > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:hover > .item .title::after, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:active > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:active > .item .title::after, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:focus > .item .title::before, .lyt-box-b > .lyt-box-inner > li > .box > .box-inner:focus > .item .title::after {
  right: 10px;
}

.lyt-box-c > .lyt-box-inner {
  margin: -23px 0 0 -60px;
}
.lyt-box-c > .lyt-box-inner > .col {
  padding: 23px 0 0 60px;
}
.lyt-box-c > .lyt-box-inner > .col > .box {
  z-index: 0;
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-hdg-a {
  position: relative;
  margin: 0 0 27px;
  padding: 18px 0 5px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-hdg-a > img {
  display: block;
  margin: 0 auto;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-hdg-a::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 31px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  content: "";
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a {
  display: block;
  position: relative;
  padding: 18px 30px 17px;
  background: #0074cc;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.38;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
  display: block;
  position: absolute;
  right: 15px;
  width: 10px;
  height: 2px;
  background: #fff;
  content: "";
  transition: right 0.2s;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before {
  transform: rotate(28deg);
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
  transform: rotate(-28deg);
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus::after {
  right: 10px;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
  top: 50%;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before {
  margin-top: -3px;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
  margin-top: 1px;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus {
  background: #1780d0;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a {
  margin: 0 0 6px;
  padding: 0 15px;
  border-bottom: solid 1px #d9d9d9;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2);
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li {
  padding: 15px 0;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li:not(:first-child) {
  border-top: solid 1px #d9d9d9;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div {
  display: block;
  color: #333;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .label,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .label {
  margin: 5px 0 6px;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item {
  display: flex;
  align-items: flex-start;
  margin: 1px 0 0;
  padding: 0 25px 0 0;
  font-weight: bold;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item > img,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item > img {
  display: block;
  position: relative;
  top: 4px;
  width: 31px;
  min-width: 31px;
  margin: 0 15px 0 0;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item > p,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item > p {
  margin-top: 0;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item._frame-a > img,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item._frame-a > img {
  border: solid 1px #e6e6e6;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a {
  text-decoration: none;
  transition: opacity 0.2s;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item {
  position: relative;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::after {
  display: block;
  position: absolute;
  right: 0;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: right 0.2s;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::before {
  transform: rotate(28deg);
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::after {
  transform: rotate(-28deg);
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:hover::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:hover::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:active::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:active::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:focus::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item:focus::after {
  right: -5px;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::after {
  top: 50%;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::before {
  margin-top: -3px;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item::after {
  margin-top: 1px;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:hover, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:active, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:focus {
  opacity: 0.7;
}
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:hover > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:hover > .item::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:active > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:active > .item::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:focus > .item::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a:focus > .item::after {
  right: -5px;
}
.lyt-box-c > .lyt-box-inner > .col > .box::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 62.5vw;
  max-height: 200px;
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.lyt-box-c > .lyt-box-inner > .col > .box._seminar::before {
  background-image: url(/images/bg-box-02.jpg);
}
.lyt-box-c > .lyt-box-inner > .col > .box._publication::before {
  background-image: url(/images/bg-box-03.jpg);
}
.lyt-box-c > .lyt-box-inner > .col > .box._publication .box-hdg-a {
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 9px;
  line-height: 1.4;
}
.lyt-box-c > .lyt-box-inner > .col > .box._consultant::before {
  background-image: url(/images/bg-box-04.jpg);
}

.lyt-box-d {
  margin: 30px 0 0;
}
.lyt-box-d._bg-blue > .lyt-box-inner > li > .box {
  background-color: #e7f4ff;
}
.lyt-box-d .lyt-box-inner {
  margin: -30px 0 0 -40px;
  counter-reset: feature;
}
.lyt-box-d .lyt-box-inner > li {
  padding: 30px 0 0 40px;
  counter-increment: feature;
}
.lyt-box-d .lyt-box-inner > li .box {
  position: relative;
  width: 100%;
  padding: 20px 20px 25px;
  border: solid 1px #d9d9d9;
}
.lyt-box-d .lyt-box-inner > li .box .box-label-a {
  display: inline-block;
  margin: 0 0 0 -21px;
  padding: 2px 20px;
  background: #a47e00;
}
.lyt-box-d .lyt-box-inner > li .box .box-label-a > b {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.lyt-box-d .lyt-box-inner > li .box .box-label-a + * {
  margin-top: 15px;
}
.lyt-box-d .lyt-box-inner > li .box > .title > b {
  font-weight: bold;
}
.lyt-box-d .lyt-box-inner > li .box > .title + p {
  margin-top: 10px;
}
.lyt-box-d .lyt-box-inner > li .box * + p {
  margin-top: 12px;
}
.lyt-box-d .lyt-box-inner > li .box .list-note-a {
  margin-top: 10px;
}

.lyt-box-e {
  margin: 45px 0 0;
}
.lyt-box-e > .lyt-box-inner {
  margin: -30px 0 0 -40px;
}
.lyt-box-e > .lyt-box-inner > .col {
  padding: 30px 0 0 40px;
}
.lyt-box-e > .lyt-box-inner > .col .box .box-hdg-a {
  position: relative;
  padding: 17px 0;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lyt-box-e > .lyt-box-inner > .col .box .box-hdg-a::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.lyt-box-e > .lyt-box-inner > .col .box .box-hdg-a .text {
  z-index: 1;
  position: relative;
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a {
  display: block;
  position: relative;
  padding: 11px 30px;
  background: #0074cc;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::after {
  display: block;
  position: absolute;
  right: 15px;
  width: 10px;
  height: 2px;
  background: #fff;
  content: "";
  transition: right 0.2s;
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::before {
  transform: rotate(28deg);
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::after {
  transform: rotate(-28deg);
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:hover::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:hover::after, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:active::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:active::after, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:focus::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:focus::after {
  right: 10px;
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::before, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::after {
  top: 50%;
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::before {
  margin-top: -3px;
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a::after {
  margin-top: 1px;
}
.lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:hover, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:active, .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a:focus {
  opacity: 0.8;
}
.lyt-box-e > .lyt-box-inner > .col .box._publication .box-hdg-a::before {
  background-image: url(/images/bg-box-03.jpg);
}
.lyt-box-e > .lyt-box-inner > .col .box._seminar .box-hdg-a::before {
  background-image: url(/images/bg-box-02.jpg);
}
.lyt-box-e > .lyt-box-inner > .col .box._consultant .box-hdg-a::before {
  background-image: url(/images/bg-box-04.jpg);
}

.lyt-box-f {
  margin: 30px 0 0;
}
.lyt-box-f > .lyt-box-inner {
  margin: -30px 0 0 -42px;
}
.lyt-box-f > .lyt-box-inner > li {
  padding: 30px 0 0 42px;
}
.lyt-box-f > .lyt-box-inner > li > .box {
  position: relative;
  width: 100%;
  padding: 3px 0 0;
  border: solid 1px #d9d9d9;
  border-top: none;
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.2);
}
.lyt-box-f > .lyt-box-inner > li > .box::before {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 3px;
  background: linear-gradient(to right, #33c3ff 0%, #335cad 100%);
  content: "";
}
.lyt-box-f > .lyt-box-inner > li > .box::after {
  display: block;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
}
.lyt-box-f > .lyt-box-inner > li > .box > .box-inner {
  display: block;
}
.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .title {
  margin: 0;
  padding: 21px 20px 13px;
  color: #0074cc;
}
.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .title > b {
  font-weight: bold;
  font-size: 1.8rem;
}
.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0 20px 20px;
  overflow: hidden;
  color: #333;
}
.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .content > .txt {
  width: 100%;
  padding: 15px 0 0;
  border-top: solid 1px #d9d9d9;
}
.lyt-box-f > .lyt-box-inner > li > .box > .box-inner .content > .txt > *:first-child {
  margin-top: 0;
}
.lyt-box-f > .lyt-box-inner > li > .box._management::after {
  width: 232px;
  height: 127px;
  background: url(/shared/images/bg-service-01.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._compliance::after {
  width: 164px;
  height: 134px;
  background: url(/shared/images/bg-service-02.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._datahealth::after {
  width: 160px;
  height: 124px;
  background: url(/shared/images/bg-service-03.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._service::after {
  width: 152px;
  height: 146px;
  background: url(/shared/images/bg-service-04.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._bcp::after {
  width: 137px;
  height: 112px;
  background: url(/shared/images/bg-service-05.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._disaster::after {
  width: 159px;
  height: 133px;
  background: url(/shared/images/bg-service-06.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._fire::after {
  width: 98px;
  height: 154px;
  background: url(/shared/images/bg-service-07.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._environment::after {
  width: 134px;
  height: 116px;
  background: url(/shared/images/bg-service-08.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._overseas::after {
  width: 127px;
  height: 127px;
  background: url(/shared/images/bg-service-09.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._politics::after {
  width: 138px;
  height: 153px;
  background: url(/shared/images/bg-service-10.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._terror::after {
  width: 134px;
  height: 133px;
  background: url(/shared/images/bg-service-11.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._traffic::after {
  width: 136px;
  height: 96px;
  background: url(/shared/images/bg-service-12.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._estate::after {
  width: 113px;
  height: 135px;
  background: url(/shared/images/bg-service-13.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._cyber::after {
  width: 138px;
  height: 140px;
  background: url(/shared/images/bg-service-14.png) center no-repeat;
}
.lyt-box-f > .lyt-box-inner > li > .box._analytics::after {
  width: 160px;
  height: 139px;
  background: url(/shared/images/bg-service-15.png) center no-repeat;
}

.lyt-box-g {
  margin: 30px 0 0;
}
.lyt-box-g > .lyt-box-inner {
  -ms-grid-columns: (1fr)[1];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
.lyt-box-g > .lyt-box-inner > li {
  height: 100%;
}
.lyt-box-g > .lyt-box-inner > li .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lyt-box-g > .lyt-box-inner > li .box .title {
  position: relative;
}
.lyt-box-g > .lyt-box-inner > li .box .title__text {
  z-index: 1;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 16px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.lyt-box-g > .lyt-box-inner > li .box .title__text > b {
  font-weight: 700;
  font-size: 1.8rem;
}
.lyt-box-g > .lyt-box-inner > li .box .title__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.lyt-box-g > .lyt-box-inner > li .box .title img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lyt-box-g > .lyt-box-inner > li .box .content {
  height: 100%;
  min-height: 131px;
  padding: 15px 20px 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  color: #333;
}
.lyt-box-g > .lyt-box-inner > li .box .content > *:first-child {
  margin-top: 0;
}

/*
 * lyt-hdg
** ------------------------------------------------------ */

.lyt-hdg-b._col4 > .lyt-hdg-inner > .col .lead {
  margin-top: 36px;
  color: #0074cc;
  font-size: 1.8rem;
}
.lyt-hdg-b._col4 > .lyt-hdg-inner > .col .lyt-img-a {
  margin-top: 20px;
}

/*
 * lyt-link
** ------------------------------------------------------ */
.lyt-link-a {
  margin: 30px 0 0;
}
.lyt-link-a > .lyt-link-inner {
  margin: -25px 0 0 -60px;
}
.lyt-link-a > .lyt-link-inner > li {
  padding: 25px 0 0 60px;
}
.lyt-link-a > .lyt-link-inner > li > *:first-child {
  margin-top: 0;
}
.lyt-link-a > .lyt-link-inner > li > .link-hdg-a {
  padding: 15px 0 0;
  border-top: solid 1px #dfdfdf;
}
.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a,
.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > b {
  font-weight: bold;
  font-size: 1.6rem;
}
.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a {
  color: #0074cc;
}
.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a::before {
  top: 10px;
}
.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a::after {
  top: 14px;
}
.lyt-link-a > .lyt-link-inner > li > .link-hdg-a + p {
  margin-top: 10px;
}

/*
 * lyt-mv
** ------------------------------------------------------ */
.lyt-mv-a {
  z-index: 0;
  position: relative;
}
.lyt-mv-a .content {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
  height: calc(100% - 40px);
  margin: 0 auto;
  padding: 16px 10px 12px;
}
.lyt-mv-a .content .catch > img {
  display: block;
  width: 53vw;
  min-width: 170px;
}
.lyt-mv-a .content .lead {
  margin: 14px 0 0;
}
.lyt-mv-a .content .lead > b {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.lyt-mv-a .img {
  min-height: 177px;
  background: #0074cc;
}
.lyt-mv-a .img .slick-list::before {
  display: block;
  z-index: 1999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 116, 204, 0.55) 0%, rgba(0, 116, 204, 0.33) 45%, rgba(0, 116, 204, 0) 58%, rgba(0, 116, 204, 0) 100%);
  content: "";
}
.lyt-mv-a .img .item-wrap + .item-wrap {
  display: none;
}
.lyt-mv-a .img .item-wrap .item {
  position: relative;
  width: 62.5%;
  margin: 0 0 0 auto;
}
.lyt-mv-a .img .item-wrap .item .item-inner {
  overflow: hidden;
}
.lyt-mv-a .img .item-wrap .item .item-inner > img {
  display: block;
  max-width: none;
  height: 55.3125vw;
  min-height: 177px;
  max-height: 264px;
  margin: 0 0 0 auto;
}
html[data-script-enabled=true] .lyt-mv-a {
  padding-bottom: 40px;
}
html[data-script-enabled=true] .lyt-mv-a .content {
  pointer-events: none;
}
html[data-script-enabled=true] .lyt-mv-a .img .item-wrap + .item-wrap {
  display: block;
}

/*
 * lyt-movie
** ------------------------------------------------------ */
.lyt-movie-a {
  margin: 25px 0 0;
}
.lyt-movie-a .lyt-movie-inner {
  margin: 0 auto;
  text-align: center;
}
.lyt-movie-a .lyt-movie-inner > video {
  display: block;
  width: 100%;
}
.lyt-movie-a + * {
  margin-top: 25px;
}
.lyt-movie-a._left .lyt-movie-inner {
  margin-left: 0;
}

.lyt-movie-b {
  max-width: 800px;
  max-height: 450px;
  margin: 25px auto 0;
}
.lyt-movie-b .lyt-movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.lyt-movie-b .lyt-movie-inner > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.lyt-movie-b + * {
  margin-top: 25px;
}
.lyt-movie-b._left {
  margin-left: 0;
}

.lyt-movie-c {
  max-width: 800px;
  margin: 0 auto;
}
.lyt-movie-c-vimeo {
  aspect-ratio: 1200/675;
  width: 100%;
  height: auto;
}

/*
 * lyt-faq
** ------------------------------------------------------ */
.lyt-faq-a {
  margin-top: 30px;
}
.lyt-faq-a > .hdg {
  display: flex;
  padding-bottom: 19px;
  border-bottom: solid 1px #d9d9d9;
  font-weight: bold;
}
.lyt-faq-a > .hdg > .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2em;
  height: 2em;
  padding-top: 2px;
  border-radius: 50%;
  background-color: #0074cc;
  color: #fff;
  font-size: 1.2rem;
}
.lyt-faq-a > .hdg > .txt {
  padding-left: 12px;
  color: #0074cc;
  font-size: 1.6rem;
  line-height: 1.5;
}
.lyt-faq-a > .answer {
  display: flex;
  margin-top: 24px;
}
.lyt-faq-a > .answer > .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #b60000;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
.lyt-faq-a > .answer > .content {
  width: 100%;
  padding-left: 12px;
}
.lyt-faq-a > .answer > .content > *:first-child {
  margin-top: 0;
}

/*
 * tbl
** ------------------------------------------------------ */
.tbl-wrap-a {
  margin: 30px 0 0;
}
.tbl-wrap-a._tbl-size-small {
  max-width: 500px;
  margin: auto;
}
.tbl-wrap-a._tbl-size-small > .tbl-a > tbody > tr > td {
  display: revert;
}
.tbl-wrap-a .tbl-a {
  width: 100%;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: transparent #d9d9d9 #d9d9d9 transparent;
  table-layout: fixed;
}
.tbl-wrap-a .tbl-a > thead > tr > th,
.tbl-wrap-a .tbl-a > thead > tr > td {
  padding: 15px 24px 14px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #d9d9d9 transparent transparent #d9d9d9;
  background: #ededed;
}
.tbl-wrap-a .tbl-a > thead > tr > th {
  font-weight: bold;
}
.tbl-wrap-a .tbl-a > tbody > tr > th,
.tbl-wrap-a .tbl-a > tbody > tr > td {
  display: block;
  width: 100%;
  padding: 15px 24px 14px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.tbl-wrap-a .tbl-a > tbody > tr > th a,
.tbl-wrap-a .tbl-a > tbody > tr > td a {
  word-break: break-all;
}
.tbl-wrap-a .tbl-a > tbody > tr > th._border-top-dotted,
.tbl-wrap-a .tbl-a > tbody > tr > td._border-top-dotted {
  border-top: 1px dotted #d9d9d9 !important;
}
.tbl-wrap-a .tbl-a > tbody > tr > th {
  background: #f6f6f6;
  font-weight: bold;
  text-align: left;
}
.tbl-wrap-a .tbl-a > tbody > tr > th._center {
  text-align: center;
  vertical-align: middle;
}
.tbl-wrap-a .tbl-a > tbody > tr > td {
  background: #fff;
}
.tbl-wrap-a .tbl-a > tbody > tr > td > *:first-child {
  margin-top: 0;
}
.tbl-wrap-a .tbl-a > tbody > tr > td > * + * {
  margin-top: 10px;
}
.tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a > li:not(:first-child) {
  margin-top: 5px;
}
.tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a > li > .list-bullet-a {
  margin-top: 5px;
}
.tbl-wrap-a .tbl-a > tbody > tr > td .list-note-a {
  margin-top: 5px;
}
.tbl-wrap-a .tbl-a > tbody > tr > td .list-note-a > li > .item > .list-note-a {
  margin-top: 0;
}
.tbl-wrap-a .tbl-a > tbody > tr > td img:not([class^=icon-]) {
  display: block;
}
.tbl-wrap-a .tbl-a > tbody > tr > td img:not([class^=icon-])._img-c {
  margin-right: auto;
  margin-left: auto;
}
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-a,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b {
  padding-right: 25px;
  padding-left: 20px;
}
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-a::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a::after,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b::before,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b::after {
  right: 10px;
}
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:hover::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:hover::after, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:active::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:active::after, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:focus::before, .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a:focus::after,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:hover::before,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:hover::after,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:active::before,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:active::after,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:focus::before,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b:focus::after {
  right: 5px;
}
.tbl-wrap-a .tbl-a > tbody > tr._disabled td {
  background: rgba(199, 199, 199, 0.5);
  color: #7d7d7d;
}
.tbl-wrap-a.tbl-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: relative;
}
.tbl-wrap-a.tbl-scroll .tbl-a > tbody > tr > th,
.tbl-wrap-a.tbl-scroll .tbl-a > tbody > tr > td {
  display: table-cell;
  width: inherit;
}
.tbl-wrap-a:not(.tbl-scroll) .tbl-a col {
  display: block;
}
.tbl-wrap-a + [class^=btn-list-] {
  margin-top: 20px;
}

/*
 * tbl-scroll
** ------------------------------------------------------ */
.tbl-scroll {
  overflow-x: scroll;
}
.tbl-scroll [class^=tbl-] {
  width: 768px;
  margin-top: 0;
}

/*
 * unique_col_setting
** ------------------------------------------------------ */
colgroup > .col-a {
  width: 91px;
}

/*
 * placeholder style
** ------------------------------------------------------ */
:-moz-placeholder-shown {
  padding-top: 3px;
  color: #999;
  font-size: 1.6rem;
}
:-ms-input-placeholder {
  padding-top: 3px;
  color: #999;
  font-size: 1.6rem;
}
:placeholder-shown {
  padding-top: 3px;
  color: #999;
  font-size: 1.6rem;
}

::-webkit-input-placeholder {
  padding-top: 3px;
  color: #999;
  font-size: 1.6rem;
  opacity: 1;
}

:-moz-placeholder {
  padding-top: 3px;
  color: #999;
  font-size: 1.6rem;
  opacity: 1;
}

::-moz-placeholder {
  padding-top: 3px;
  color: #999;
  font-size: 1.6rem;
  opacity: 1;
}

:-ms-input-placeholder {
  padding-top: 3px;
  color: #999;
  font-size: 1.6rem;
}

[data-browser=Edge] ::-webkit-input-placeholder {
  color: #999;
  opacity: 1 !important;
}
/*
 * form-flow
** ------------------------------------------------------ */
.form-flow-a .form-flow-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  counter-reset: num;
}
.form-flow-a .form-flow-inner > li {
  position: relative;
  padding: 33px 0 0;
  counter-increment: num;
}
.form-flow-a .form-flow-inner > li:not(:last-child) {
  width: calc((100% - 28px) / 2);
  text-align: left;
}
.form-flow-a .form-flow-inner > li:not(:last-child)::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 15px;
  left: 18px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #bbb, #bbb 4px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  content: "";
}
.form-flow-a .form-flow-inner > li:first-child {
  width: calc((100% - 28px) / 2 - 15px);
}
.form-flow-a .form-flow-inner > li .txt {
  position: relative;
  padding: 33px 0 0;
  color: #666;
  white-space: nowrap;
}
.form-flow-a .form-flow-inner > li .txt::before {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  content: counter(num);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
.form-flow-a .form-flow-inner > li .txt::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  background: #bbb;
  content: "";
}
.form-flow-a .form-flow-inner > li[aria-current=step] .txt {
  color: #a47e00;
  font-weight: bold;
}
.form-flow-a .form-flow-inner > li[aria-current=step] .txt::before, .form-flow-a .form-flow-inner > li[aria-current=step] .txt::after {
  top: 1px;
}
.form-flow-a .form-flow-inner > li[aria-current=step] .txt::after {
  background: #a47e00;
}
.form-flow-a .form-flow-inner > li._visited::before {
  background: #0074cc;
}
.form-flow-a .form-flow-inner > li._visited .txt {
  color: #0074cc;
}
.form-flow-a .form-flow-inner > li._visited .txt::after {
  background: #0074cc;
}

/*
 * form
** ------------------------------------------------------ */
.form-a .tbl-a > tbody > tr > td {
  padding: 20px;
}
.form-a .tbl-a > tbody > tr > td > *:first-child.form-list-a._inline {
  margin-top: -18px;
}
.form-a .tbl-a > tbody > tr > td > * + * {
  margin-top: 20px;
}
.form-a .tbl-a > tbody > tr > td > * + *.form-list-a {
  margin-top: 15px;
}
.form-a .tbl-a > tbody > tr > td > * + *.form-list-a._inline {
  margin-top: 0;
}
.form-a .tbl-a > tbody > tr > td > * + *.form-list-b {
  margin-top: 15px;
}
.form-a .tbl-a > tbody > tr > td > * + *.form-label-b {
  margin-top: 20px;
}
.form-a .tbl-a > tbody > tr > td > * .txt-note-a + .form-input-a {
  margin-top: 15px;
}
.form-a .tbl-a > tbody > tr > td .txt-error-a + * {
  margin-top: 20px;
}
.form-a .tbl-a > tbody > tr > td .txt-error-a + .form-list-a._inline {
  margin-top: 2px;
}
.form-a .tbl-a > tbody > tr > td .txt-error-a + p {
  margin-top: 15px;
}

/*
 * form-label
** ------------------------------------------------------ */
.form-label-a {
  margin: 0 9px 0 0;
}

.form-label-b {
  display: block;
  margin: 20px 0 0;
}
.form-label-b .txt {
  display: block;
  margin: 0 0 15px;
}

/*
 * form-input
** ------------------------------------------------------ */
.form-input-a {
  width: 100%;
  padding: 16px 20px;
  border: solid 1px #bbb;
  outline: none;
  background: #f6f6f6;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.form-input-a:focus {
  border-color: #3ca3f1;
  background: #fff;
  box-shadow: 2px 2px 10px 0 #e6e6e6 inset;
}
.form-input-a._error {
  background: #ffeaeb;
}
.form-input-a.is-hidden {
  display: none;
}

/*
 * form-checkbox
** ------------------------------------------------------ */
.form-checkbox-a {
  display: inline-block;
}
.form-checkbox-a .txt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.form-checkbox-a .txt::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: solid 1px #bbb;
  background: #f6f6f6;
  content: "";
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.form-checkbox-a .txt > span {
  display: inline-block;
  position: relative;
}
.form-checkbox-a .txt > span::before, .form-checkbox-a .txt > span::after {
  display: block;
  position: absolute;
  width: 2px;
  border-radius: 2px;
  background: transparent;
  content: "";
  transition: background 0.2s;
}
.form-checkbox-a .txt > span::before {
  top: 6px;
  left: -18px;
  height: 10px;
  transform: rotate(43deg);
}
.form-checkbox-a .txt > span::after {
  top: 9px;
  left: -23px;
  height: 7px;
  transform: rotate(-40deg);
}
.form-checkbox-a > input[type=checkbox] {
  z-index: -1;
  position: absolute;
  left: -100%;
}
.form-checkbox-a > input[type=checkbox]:focus + .txt::before {
  border-color: #3ca3f1;
  background: #fff;
  box-shadow: 2px 2px 4px -1px #d2d2d2 inset;
}
.form-checkbox-a > input[type=checkbox]:checked + .txt::before {
  border-color: #a47e00;
  background: #a47e00;
  box-shadow: none;
}
.form-checkbox-a > input[type=checkbox]:checked + .txt > span::before, .form-checkbox-a > input[type=checkbox]:checked + .txt > span::after {
  background: #fff;
}

.box-a p + .form-checkbox-a {
  margin-top: 15px;
}

/*
 * form-radio
** ------------------------------------------------------ */
.form-radio-a {
  display: inline-block;
}
.form-radio-a .txt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.form-radio-a .txt::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: solid 1px #bbb;
  border-radius: 50%;
  background: #f6f6f6;
  content: "";
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.form-radio-a .txt > span {
  display: inline-block;
  position: relative;
}
.form-radio-a .txt > span::before, .form-radio-a .txt > span::after {
  display: block;
  position: absolute;
  width: 2px;
  border-radius: 2px;
  background: transparent;
  content: "";
  transition: background 0.2s;
}
.form-radio-a .txt > span::before {
  top: 7px;
  left: -18px;
  height: 10px;
  transform: rotate(43deg);
}
.form-radio-a .txt > span::after {
  top: 10px;
  left: -23px;
  height: 7px;
  transform: rotate(-40deg);
}
.form-radio-a > input[type=radio] {
  z-index: -1;
  position: absolute;
  left: -100%;
}
.form-radio-a > input[type=radio]:focus + .txt::before {
  border-color: #3ca3f1;
  background: #fff;
  box-shadow: 2px 2px 4px -1px #d2d2d2 inset;
}
.form-radio-a > input[type=radio]:checked + .txt::before {
  border-color: #a47e00;
  background: #a47e00;
  box-shadow: none;
}
.form-radio-a > input[type=radio]:checked + .txt > span::before, .form-radio-a > input[type=radio]:checked + .txt > span::after {
  background: #fff;
}

/*
 * form-textarea
** ------------------------------------------------------ */
.form-textarea-a {
  width: 100%;
  height: 180px;
  padding: 16px 20px;
  border: solid 1px #bbb;
  outline: none;
  background: #f6f6f6;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.form-textarea-a:focus {
  border-color: #3ca3f1;
  background: #fff;
  box-shadow: 2px 2px 10px 0 #e6e6e6 inset;
}
.form-textarea-a._error {
  background: #ffeaeb;
}

/*
 * form-select
** ------------------------------------------------------ */
.form-select-a {
  position: relative;
  width: 100%;
}
.form-select-a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-width: 9px 7px 0 7px;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.form-select-a > select {
  width: 100%;
  min-height: 52px;
  padding: 11px 54px 12px 20px;
  border: solid 1px #bbb;
  outline: none;
  background: #f6f6f6;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.form-select-a > select:focus {
  border-color: #3ca3f1;
  background: #fff;
  box-shadow: 2px 2px 10px 0 #e6e6e6 inset;
}
.form-select-a._error > select {
  background: #ffeaeb;
}

/*
 * form-list
** ------------------------------------------------------ */
.form-list-a > li + li {
  margin-top: 18px;
}
.form-list-a._inline {
  display: flex;
  flex-wrap: wrap;
  margin: -18px 0 0 -38px;
}
.form-list-a._inline > li {
  padding: 18px 0 0 38px;
}
.form-list-a._inline > li + li {
  margin-top: 0;
}
.form-list-a._inline > li._other {
  width: 100%;
}

.form-list-b > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.form-list-b > div > dt {
  margin: 0 20px 0 0;
  white-space: nowrap;
}
.form-list-b > div > dd {
  width: 100%;
}
.form-list-b > div + div {
  margin: 20px 0 0;
}

.form-list-c > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-list-c > li > .form-input-a {
  max-height: 52px;
  margin-bottom: 10px;
}
.form-list-c > li > .form-select-a {
  max-width: calc(100% - 36px);
}
.form-list-c > li > .txt {
  margin: 0 0 0 20px;
}
.form-list-c > li + li {
  margin-top: 20px;
}

/*
 * hdg
** ------------------------------------------------------ */
.hdg-a {
  display: flex;
  z-index: 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-image: url("/shared/images/hdg-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.hdg-a::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  content: none;
}
.hdg-a > .hdg-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
  min-height: 110px;
  margin: 0 auto;
  padding: 14px 5px;
  background: rgba(0, 116, 206, 0.5);
}
.hdg-a > .hdg-inner .txt {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.48;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.hdg-a._service::before {
  background-image: url(/service/images/hdg-01.jpg);
}
.hdg-a._consultant::before {
  background-image: url(/consultant/images/hdg-01.jpg);
}
.hdg-a._publication::before {
  background-image: url(/publication/images/hdg-01.jpg);
}
.hdg-a._book::before {
  background-image: url(/publication/book/images/hdg-01.jpg);
}
.hdg-a._column::before {
  background-image: url(/publication/column/images/hdg-01.jpg);
}
.hdg-a._recruit::before {
  background-image: url(/recruit/images/hdg-01.jpg);
}
.hdg-a._company::before {
  background-image: url(/company/images/hdg-01.jpg);
}
.hdg-a._company > .hdg-inner {
  background-image: none;
}
.hdg-a._seminar::before {
  background-image: url(/seminar/images/hdg-01.jpg);
}

.hdg-b {
  display: flex;
  z-index: 0;
  position: relative;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-image: url("/shared/images/hdg-bg.png");
  background-size: cover;
}
.hdg-b > .hdg-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  line-height: 1.48;
}
.hdg-b > .hdg-inner > .txt {
  font-weight: bold;
  font-size: 2.4rem;
}
.hdg-b > .hdg-inner > .sub {
  font-size: 1.6rem;
}
.hdg-b > .hdg-inner > .sub + .txt {
  margin-top: 3px;
}
.hdg-b > .hdg-inner > .detail {
  margin: -5px 0 0;
  font-size: 0;
}
.hdg-b > .hdg-inner > .detail > .status {
  display: inline-block;
  margin: 0 15px 0 0;
}
.hdg-b > .hdg-inner > .detail > .place {
  display: inline;
  font-size: 0;
}
.hdg-b > .hdg-inner > .detail > .place > li {
  display: inline-block;
  position: relative;
  padding: 5px 0 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.75;
}
.hdg-b > .hdg-inner > .detail > .place > li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.hdg-b > .hdg-inner > .detail > .place > li:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  margin-top: 2px;
  transform: translateY(-50%);
  background: #fff;
  content: "";
}
.hdg-b > .hdg-inner > .detail + .txt {
  margin-top: 5px;
}
.hdg-b > .hdg-inner > .label {
  margin: 5px 0 0;
}

.hdg-c {
  margin: 34px 0 0;
  padding: 16px 0 0;
  border-top: solid 3px #dfdfdf;
}
.hdg-c > .txt {
  padding: 0 0 0 1px;
  color: #0074cc;
  font-size: 2rem;
  line-height: 1.5;
}
.hdg-c > .txt > a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}
.hdg-c > .txt > a::before, .hdg-c > .txt > a::after {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  background: #0074cc;
  content: "";
  transition: left 0.2s;
}
.hdg-c > .txt > a::before {
  top: 9px;
  transform: rotate(28deg);
}
.hdg-c > .txt > a::after {
  top: 13px;
  transform: rotate(-28deg);
}
.hdg-c > .txt > a:hover::before, .hdg-c > .txt > a:hover::after, .hdg-c > .txt > a:active::before, .hdg-c > .txt > a:active::after, .hdg-c > .txt > a:focus::before, .hdg-c > .txt > a:focus::after {
  left: 5px;
}
.hdg-c > .txt > a::before, .hdg-c > .txt > a::after {
  display: block;
  position: absolute;
  left: 0;
  width: 13px;
  height: 3px;
  background: #0074cc;
  content: "";
  transition: left 0.2s;
}
.hdg-c > .txt > a::before {
  top: 10px;
  transform: rotate(28deg);
}
.hdg-c > .txt > a::after {
  top: 15px;
  transform: rotate(-28deg);
}
.hdg-c._lead {
  border-top: none;
}
.hdg-c._lead > .txt {
  color: #000;
}

.hdg-d {
  display: block;
  position: relative;
  margin: 38px 0 0;
  padding: 0 0 0 22px;
  color: #0074cc;
  font-size: 1.8rem;
  line-height: 1.5;
}
.hdg-d::before {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 3px;
  background: #0074cc;
  content: "";
}

.hdg-e {
  display: block;
  position: relative;
  margin: 30px 0 0;
  padding: 0 0 0 22px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.hdg-e > .note {
  margin-left: 10px;
  font-size: 1.4rem;
}
.hdg-e._ml-20 {
  margin-left: 20px;
}
.hdg-e::before {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 3px;
  background: #333;
  content: "";
}

.hdg-f {
  color: #0074cc;
  font-size: 2rem;
}
.hdg-f + .list-news-a {
  margin-top: 0;
}
.lyt-col-a + .hdg-f {
  margin-top: 30px;
}

/*
 * hdg_margin_adjust
** ------------------------------------------------------ */
.hdg-c + * {
  margin-top: 20px;
}
.hdg-c + .lyt-hdg-b {
  margin-top: 0;
}
.hdg-c + .lyt-hdg-b .hdg-d {
  margin-top: 20px;
}

.hdg-d + * {
  margin-top: 20px;
}

.hdg-e + * {
  margin-top: 20px;
}

.hgg-top-b {
  color: #0074cc;
  font-weight: 600;
  font-size: 25px;
}

/*
 * p
** ------------------------------------------------------ */
* + p {
  margin-top: 22px;
}

/*
 * txt-lead
** ------------------------------------------------------ */
.txt-lead-a {
  margin: 30px 0;
}
.txt-lead-a > b {
  font-weight: bold;
  font-size: 1.6rem;
}

/*
 * txt-caption
** ------------------------------------------------------ */
.txt-caption-a {
  text-align: right;
}
.txt-caption-a + * {
  margin-top: 24px;
}

/*
 * txt-note
** ------------------------------------------------------ */
.txt-note-a {
  color: #6e6e6e;
  font-size: 1.4rem;
}
.txt-note-a + .form-input-a {
  margin-top: 15px;
}

/*
 * txt-error
** ------------------------------------------------------ */
.txt-error-a > strong {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
}
.txt-error-a > strong::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 17px;
  background-image: url(/shared/images/icon-sprite.png);
  background-position: -70px -141px;
  content: "";
}

/*
 * txt-sign
** ------------------------------------------------------ */
.txt-sign-a {
  margin-bottom: -20px;
  margin-left: -20px;
  text-align: right;
}
.txt-sign-a > span,
.txt-sign-a > img {
  display: inline-block;
  padding: 0 0 20px 20px;
  vertical-align: bottom;
}
/*
 * txt-img
** ------------------------------------------------------ */
.txt-img-a {
  height: 18px;
  vertical-align: middle;
}

/*
 * width
** ------------------------------------------------------ */
.w-2 {
  width: 2% !important;
}

.w-4 {
  width: 4% !important;
}

.w-6 {
  width: 6% !important;
}

.w-8 {
  width: 8% !important;
}

.w-10 {
  width: 10% !important;
}

.w-12 {
  width: 12% !important;
}

.w-14 {
  width: 14% !important;
}

.w-16 {
  width: 16% !important;
}

.w-18 {
  width: 18% !important;
}

.w-20 {
  width: 20% !important;
}

.w-22 {
  width: 22% !important;
}

.w-24 {
  width: 24% !important;
}

.w-26 {
  width: 26% !important;
}

.w-28 {
  width: 28% !important;
}

.w-30 {
  width: 30% !important;
}

.w-32 {
  width: 32% !important;
}

.w-34 {
  width: 34% !important;
}

.w-36 {
  width: 36% !important;
}

.w-38 {
  width: 38% !important;
}

.w-40 {
  width: 40% !important;
}

.w-42 {
  width: 42% !important;
}

.w-44 {
  width: 44% !important;
}

.w-46 {
  width: 46% !important;
}

.w-48 {
  width: 48% !important;
}

.w-50 {
  width: 50% !important;
}

.w-52 {
  width: 52% !important;
}

.w-54 {
  width: 54% !important;
}

.w-56 {
  width: 56% !important;
}

.w-58 {
  width: 58% !important;
}

.w-60 {
  width: 60% !important;
}

.w-62 {
  width: 62% !important;
}

.w-64 {
  width: 64% !important;
}

.w-66 {
  width: 66% !important;
}

.w-68 {
  width: 68% !important;
}

.w-70 {
  width: 70% !important;
}

.w-72 {
  width: 72% !important;
}

.w-74 {
  width: 74% !important;
}

.w-76 {
  width: 76% !important;
}

.w-78 {
  width: 78% !important;
}

.w-80 {
  width: 80% !important;
}

.w-82 {
  width: 82% !important;
}

.w-84 {
  width: 84% !important;
}

.w-86 {
  width: 86% !important;
}

.w-88 {
  width: 88% !important;
}

.w-90 {
  width: 90% !important;
}

.w-92 {
  width: 92% !important;
}

.w-94 {
  width: 94% !important;
}

.w-96 {
  width: 96% !important;
}

.w-98 {
  width: 98% !important;
}

.w-100 {
  width: 100% !important;
}

/*
 * margin-top
** ------------------------------------------------------ */
.mt-5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

/*
 * align
** ------------------------------------------------------ */
.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.al-r {
  text-align: right;
}

/*
 * padding
** ------------------------------------------------------ */
.pb-0 {
  padding-bottom: 0 !important;
}

@-webkit-keyframes show {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
/*
 * carousel(top-mv)
** ------------------------------------------------------ */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[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;
}

.btn-control,
.slick-arrow {
  z-index: 1;
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  background: #66ace0;
  color: transparent;
  font-size: 1rem;
  transition: opacity 0.2s;
}
.btn-control:hover, .btn-control:active, .btn-control:focus,
.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  opacity: 0.8;
}

.btn-control {
  margin-left: -12px;
}
.btn-control::before, .btn-control::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  transform: translateY(-50%);
  background: #fff;
  content: "";
}
.btn-control::before {
  margin-left: -3px;
}
.btn-control::after {
  margin-left: 1px;
}
.btn-control.is-stop::before {
  border-width: 6px 0 6px 9px;
  border-style: solid;
  border-radius: 2px;
  border-color: transparent transparent transparent #fff;
  background: none;
}
.btn-control.is-stop::after {
  content: none;
}

.slick-arrow::before, .slick-arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-left: -5px;
  border-radius: 2px;
  background: #fff;
  content: "";
}
.slick-arrow.slick-prev {
  margin-left: -38px;
}
.slick-arrow.slick-prev::before {
  margin-top: -3px;
  transform: rotate(-28deg);
}
.slick-arrow.slick-prev::after {
  margin-top: 1px;
  transform: rotate(28deg);
}
.slick-arrow.slick-next {
  margin-left: 14px;
}
.slick-arrow.slick-next::before {
  margin-top: -3px;
  transform: rotate(28deg);
}
.slick-arrow.slick-next::after {
  margin-top: 1px;
  transform: rotate(-28deg);
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * btn-top
** ------------------------------------------------------ */
html[data-script-enabled=true] .btn-top.js-fixed {
  opacity: 1;
  transition: opacity 0.5s;
}
html[data-script-enabled=true] .btn-top.js-fixed.is-hidden {
  opacity: 0;
}
html[data-script-enabled=true] .btn-top.js-fixed.is-fixed > a {
  position: fixed;
  top: auto;
  bottom: 10px;
}

/*
 * js-tbl-scroll
** ------------------------------------------------------ */
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-a,
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s;
}
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-a img,
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-b img {
  display: block;
  width: 97px;
}
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-a.is-hidden,
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-b.is-hidden {
  opacity: 0;
}
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-a {
  top: 53px;
}
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-b {
  top: 50%;
  transform: translate(-50%, -50%);
}

/*
 * js-filter-contents
** ------------------------------------------------------ */
html[data-script-enabled=true] .js-filter-contents > li {
  display: none;
}
html[data-script-enabled=true] .js-filter-contents > li.is-active {
  display: flex;
}

/*
 * js-more-btn
** ------------------------------------------------------ */
html[data-script-enabled=true] .js-more-btn[hidden] {
  display: none;
}

/*
 * js-more-data
** ------------------------------------------------------ */
html[data-script-enabled=true] [data-count] > li[hidden] {
  display: none;
}

.js-modal {
  display: none;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.js-modal .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.js-modal .modal-wrap .modal-inner {
  padding: 20px;
  text-align: center;
}
.js-modal .modal-wrap .modal-inner._movie {
  max-width: 800px;
  max-height: 500px;
}
.js-modal .modal-wrap .modal-inner._movie > div {
  width: 100vw;
  max-width: inherit !important;
}
.js-modal .modal-wrap .modal-inner .modal-content {
  display: inline-block;
  position: relative;
  width: 85vw;
  max-width: 1150px;
  height: 80vh;
  max-height: 800px;
  margin: 0 auto;
  overflow: auto;
}
.js-modal .modal-wrap .modal-inner .modal-content > img {
  max-width: none;
}
.js-modal .modal-wrap .js-close-btn {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.js-modal .modal-wrap .js-close-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 135%;
  transform: rotate(-45deg);
  transform-origin: 50% 0;
  background-color: #fff;
  content: "";
}
.js-modal .modal-wrap .js-close-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 135%;
  transform: rotate(45deg);
  transform-origin: 50% 0;
  background-color: #fff;
  content: "";
}

p > .js-modal-btn {
  display: block;
}

/*
 * carousel
** ------------------------------------------------------ */
.topics-carousel {
  width: 100%;
}
.topics-carousel-inner {
  margin: 0 auto;
}
.topics-carousel .js-carousel-ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 190px;
  margin: 30px auto 60px;
}
.topics-carousel .js-carousel-ctrl button {
  text-indent: 9999999px;
  white-space: nowrap;
}
.topics-carousel .js-carousel-ctrl .js-carousel-btn--left {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  border-top: 2px solid #0074cc;
  border-left: 2px solid #0074cc;
}
.topics-carousel .js-carousel-ctrl .js-carousel-btn--right {
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-top: 2px solid #0074cc;
  border-right: 2px solid #0074cc;
}
.topics-carousel .js-carousel-ctrl .js-carousel-indicator {
  display: flex;
  justify-content: center;
  margin: 0 35px;
}
.topics-carousel .js-carousel-ctrl .js-carousel-indicator > li {
  width: 12px;
  height: 12px;
}
.topics-carousel .js-carousel-ctrl .js-carousel-indicator > li + li {
  margin-left: 20px;
}
.topics-carousel .js-carousel-ctrl .js-carousel-indicator > li button {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #0074cc;
  border-radius: 50%;
}
.topics-carousel .js-carousel-ctrl .js-carousel-indicator > li button.js-current {
  background-color: #0074cc;
}

.topics-carousel-list {
  display: block;
  width: 100%;
}
.topics-carousel-list.js-carousel-animate {
  transition: transform 0.8s;
}
.topics-carousel-list > li {
  margin-right: 30px;
}
.topics-carousel-list > li > a {
  display: block;
}
.topics-carousel-list > li > a:hover {
  transition: none;
}
.topics-carousel-list > li > a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ======================================================
 * block-editor
** ====================================================== */
/*
 * section
** ------------------------------------------------------ */
.block-editor .section-inner > div:not([class]):first-child > *:first-child {
  margin-top: 0;
}

/*
 * list
** ------------------------------------------------------ */
.block-editor ol:not([class]) {
  margin: 24px 0 0 19px;
  list-style-type: decimal;
}
.block-editor ol:not([class]) > li:not(:first-child) {
  margin-top: 9px;
}
.block-editor ol:not([class]) > li > ol:not([class]) {
  margin-top: 10px;
  margin-left: 23px;
}
.block-editor ol:not([class]) > li > ol:not([class]) > li {
  margin-left: 0;
}
.block-editor ol:not([class]) > li > ul:not([class]) {
  margin-top: 10px;
  margin-left: 20px;
}
.block-editor ul:not([class]) {
  margin: 24px 0 0;
}
.block-editor ul:not([class]) > li {
  position: relative;
  padding: 0 0 0 20px;
}
.block-editor ul:not([class]) > li:not(:first-child) {
  margin-top: 10px;
}
.block-editor ul:not([class]) > li::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #666;
  content: "";
}
.block-editor ul:not([class]) > li > ol:not([class]),
.block-editor ul:not([class]) > li > ul:not([class]) {
  margin-top: 10px;
}
.block-editor ul:not([class]) > li > ul:not([class]) > li::before {
  background: #adadad;
}

/*
 * img
** ------------------------------------------------------ */
.block-editor > img {
  display: block;
  margin: 30px 0 0 !important;
  float: none !important;
}
.block-editor > img.mt-image-left {
  margin-right: auto !important;
}
.block-editor > img.mt-image-center {
  margin-right: auto !important;
  margin-left: auto !important;
}
.block-editor > img.mt-image-right {
  margin-left: auto !important;
}
.block-editor figure:not([class]) {
  margin: 30px 0 0 !important;
  float: none !important;
}
.block-editor figure:not([class]) figcaption {
  display: block;
  margin-top: 18px;
  color: #6e6e6e;
  font-size: 1.4rem;
}
.block-editor figure:not([class]) > img {
  display: block;
  margin: 30px 0 0 !important;
  float: none !important;
}
.block-editor figure:not([class]) > img.mt-image-left {
  margin-right: auto !important;
}
.block-editor figure:not([class]) > img.mt-image-center {
  margin-right: auto !important;
  margin-left: auto !important;
}
.block-editor figure:not([class]) > img.mt-image-right {
  margin-left: auto !important;
}
.block-editor figure:not([class]) > img.mt-image-right + figcaption {
  text-align: right;
}

.block-editor .lyt-img-b > .item > div:not([class]):first-child > *:first-child {
  margin-top: 0;
}

/*
 * p
** ------------------------------------------------------ */
.block-editor * + div:not([class]) > p:first-child {
  margin-top: 22px;
}
.block-editor strong:not([class]) {
  color: #333;
  font-weight: 700;
}

/*
 * box
** ------------------------------------------------------ */
.block-editor .box-a .box-hdg-a + div:not([class]) > *:first-child {
  margin-top: 0;
}
.block-editor .box-a .box-hdg-a + div:not([class]) > *:not(:first-child) {
  margin-top: 10px;
}

/*
 * table
** ------------------------------------------------------ */
.block-editor .tbl-wrap-a {
  margin: 30px 0 0;
}
.block-editor .tbl-wrap-a > table:not([class]) {
  width: 100%;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: transparent #d9d9d9 #d9d9d9 transparent;
  table-layout: fixed;
}
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th,
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td {
  display: block;
  width: 100%;
  padding: 15px 24px 14px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #d9d9d9 transparent transparent #d9d9d9;
}
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th a,
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td a {
  word-break: break-all;
}
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th {
  background: #f6f6f6;
  font-weight: bold;
  text-align: left;
}
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td {
  background: #fff;
}
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td > *:first-child {
  margin-top: 0;
}
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td > * + * {
  margin-top: 10px;
}

/*
 * table (.tbl-wrap-aを使用しない)
** ------------------------------------------------------ */
.block-editor > table {
  width: 100%;
  margin: 30px 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: transparent #d9d9d9 #d9d9d9 transparent;
  table-layout: fixed;
}
.block-editor > table col {
  display: block;
}
.block-editor > table > tbody > tr > th,
.block-editor > table > tbody > tr > td {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.block-editor > table > tbody > tr > th a,
.block-editor > table > tbody > tr > td a {
  word-break: break-all;
}
.block-editor > table > tbody > tr > th {
  background: #f6f6f6;
  font-weight: bold;
  text-align: left;
}
.block-editor > table > tbody > tr > td {
  background: #fff;
}
.block-editor > table > tbody > tr > td > *:first-child {
  margin-top: 0;
}
.block-editor > table > tbody > tr > td > * + * {
  margin-top: 10px;
}
.block-editor > table > thead > tr > th,
.block-editor > table > thead > tr > td {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #d9d9d9 transparent transparent #d9d9d9;
  background: #ededed;
}
.block-editor > table > thead > tr > th {
  font-weight: bold;
}

/*
 * hr
** ------------------------------------------------------ */
.block-editor hr {
  display: none;
}

/*
 * hdg
** ------------------------------------------------------ */
.block-editor > h1:not([class]) {
  display: none;
}
.block-editor > h2:not([class]) {
  margin: 34px 0 0;
  padding: 16px 0 0 1px;
  border-top: solid 3px #dfdfdf;
  color: #0074cc;
  line-height: 1.5;
}
.block-editor > h3:not([class]) {
  display: block;
  position: relative;
  margin: 38px 0 0;
  color: #0074cc;
  font-size: 1.8rem;
  line-height: 1.5;
}
.block-editor > h4:not([class]) {
  display: block;
  position: relative;
  margin: 30px 0 0;
  color: #0074cc;
  font-size: 1.6rem;
  line-height: 1.5;
}
.block-editor > h5:not([class]) {
  display: block;
  margin: 30px 0 0;
  padding: 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.block-editor > h6:not([class]) {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*
 * hdg_margin_adjust
** ------------------------------------------------------ */
.block-editor > h2:not([class]) + * {
  margin-top: 20px;
}
.block-editor > h2:not([class]) + .lyt-hdg-b {
  margin-top: 0;
}
.block-editor > h2:not([class]) + .lyt-hdg-b .hdg-d {
  margin-top: 20px;
}
.block-editor > h3:not([class]) + * {
  margin-top: 20px;
}
.block-editor > h4:not([class]) + * {
  margin-top: 20px;
}
.block-editor > h4:not([class]) + div:not([class]) > *:first-child {
  margin-top: 20px;
}
.block-editor > h5:not([class]) + * {
  margin-top: 10px;
}
.block-editor > h5:not([class]) + div:not([class]) > *:first-child {
  margin-top: 10px;
}
.block-editor > h6:not([class]) + * {
  margin-top: 10px;
}
.block-editor > h6:not([class]) + div:not([class]) > *:first-child {
  margin-top: 10px;
}

/* ----------------------------------------------------------------
#top
----------------------------------------------------------------- */
#top main a {
  text-decoration: none;
  cursor: pointer;
}
html:not([lang=en]) #top main .section-top-inner {
  padding: 0;
}
html:not([lang=en]) #top main img {
  display: block;
}

/* ----------------------------------------------------------------
.top-common (.top-common[-*])
----------------------------------------------------------------- */
/* .top-common-container
----------------------------------------------- */
.top-common-container {
  width: 100%;
  max-width: 1152px;
  padding: 0 10px;
}

/* .top-common-hdg
----------------------------------------------- */
.top-common-hdg {
  position: relative;
  flex: none;
  padding-top: 30px;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}
.top-common-hdg__sub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #a47e00;
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.top-common-hdg + * {
  margin-top: 24px;
}

/* .btn-wrap-center
----------------------------------------------- */
.top-common-btn-wrap.btn-wrap-center {
  margin-top: 24px;
}
.top-common-btn-wrap.btn-wrap-center .swiper-button-prev, .top-common-btn-wrap.btn-wrap-center .swiper-button-next {
  color: #fff;
}

/* ----------------------------------------------------------------
.top (.top[-*])
----------------------------------------------------------------- */
/* .top-mv
----------------------------------------------- */
.top-mv {
  --control-width: 105px;
  --pagination-width: 8px;
  --toggle-width: 25px;
  --progress: 0;
}
html:not([data-script-enabled=true]) .top-mv__wrapper {
  flex-wrap: wrap;
  gap: 8px;
}
.top-mv__swiper {
  display: flex;
  flex-direction: column;
}
.top-mv__slide {
  height: unset !important;
}
.top-mv__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 10px;
  gap: 16px;
  background-color: #fff;
}
.top-mv__number {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  font-family: "游明朝", "Yu Mincho", serif;
}
.top-mv__number::before, .top-mv__number::after {
  display: block;
  position: absolute;
  content: "";
}
.top-mv__number::before {
  background-color: #003258;
}
.top-mv__number::after {
  transform-origin: 0 0;
  background-color: #0074cc;
}
.top-mv__number-current, .top-mv__number-next {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}
.top-mv__pagination {
  display: flex;
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: var(--pagination-width);
  padding-left: 8px;
  gap: 8px;
}
.top-mv__pagination-item {
  display: block;
  width: var(--pagination-width);
  height: var(--pagination-width);
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  background-color: #000;
}
.top-mv__pagination-item--current {
  background-color: #0074cc;
}
.top-mv__toggle {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: var(--toggle-width);
  height: var(--toggle-width);
  border: 1px solid #333;
  border-radius: var(--toggle-width);
}
.top-mv__toggle::before {
  display: block;
  position: absolute;
  width: 7px;
  height: 10px;
  margin: auto;
  inset: 0;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  content: "";
}
.top-mv__toggle--autoplay::before {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  transform: translateX(1px);
  border: none;
  background-color: #333;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.top-mv__toggle-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* .top-mv-panel
----------------------------------------------- */
.top-mv-panel {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #062a64;
}
.top-mv-panel__content {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 64px 10px 24px;
}
.top-mv-panel__logo {
  width: 240px;
  height: auto;
  line-height: 1;
}
.top-mv-panel__logo-item {
  display: block;
  width: 100%;
  height: auto;
}
.top-mv-panel__lead {
  margin-top: 32px;
  color: #fff;
  font-size: 2.4rem;
}
.top-mv-panel__index {
  margin-top: 16px;
}
.top-mv-panel__index > *:first-child {
  margin-top: 0;
}
.top-mv-panel__index .btn-wrap-center {
  justify-content: flex-start;
  margin-top: 20px;
}
.top-mv-panel__index .btn-a {
  width: auto;
  min-width: 231px;
  border: 1px solid #a47e00;
  background-color: transparent;
}
.top-mv-panel__index .btn-a::before, .top-mv-panel__index .btn-a::after {
  background-color: #a47e00;
}
.top-mv-panel__index .btn-a > .txt {
  color: #a47e00;
}
.top-mv-panel__text {
  color: #fff;
  font-size: 1.4rem;
}
.top-mv-panel__media {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-mv-panel__media::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(30deg, #062a64 45%, rgba(6, 42, 100, 0.6) 60%, rgba(82, 120, 149, 0.3) 100%);
  content: "";
}
.top-mv-panel__media-item {
  -o-object-fit: cover;
  -o-object-position: top;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.top-mv-panel__mark {
  display: none;
}
.top-mv-panel__mark-dr {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.4;
}

/* ----------------------------------------------------------------
.top-topic
----------------------------------------------------------------- */
.top-topic {
  --local-space: 105px;
  position: relative;
  background-color: #ededed;
}
.top-topic::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #335cad 0%, #33c3ff 100%);
  content: "";
}
.top-topic__inner > a,
.top-topic__inner > div {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #333;
}
.top-topic__inner > a .category,
.top-topic__inner > div .category {
  position: relative;
  padding-right: 21px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.top-topic__inner > a .category::after,
.top-topic__inner > div .category::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #333;
  content: "";
}
.top-topic__inner > a .category + .date,
.top-topic__inner > div .category + .date {
  margin-left: 18px;
}
.top-topic__inner > a .date,
.top-topic__inner > div .date {
  font-size: 1.4rem;
}
.top-topic__inner > a .text,
.top-topic__inner > div .text {
  position: relative;
  margin-top: 10px;
  font-size: 1.4rem;
}
.top-topic__inner > a .text .icon-a,
.top-topic__inner > div .text .icon-a {
  display: inline-block !important;
}

/* ----------------------------------------------------------------
.top-service
----------------------------------------------------------------- */
.top-service {
  margin: 0 auto;
  margin-top: 32px;
}
.top-service a {
  display: block;
}
.top-service__main {
  position: relative;
}
.top-service__main-content {
  z-index: 1;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  inset: 0;
}
.top-service__main-content p {
  margin-top: 0 !important;
  text-align: center;
}
.top-service__main-media::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 25%, rgba(51, 51, 51, 0.65) 100%);
  content: "";
}
.top-service__main-media img {
  width: 100%;
  height: auto;
}
.top-service__detail {
  grid-column-gap: 0;
  -ms-grid-columns: (1fr)[2];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 6px;
  gap: 6px;
}
.top-service__detail-item:last-child:nth-child(odd) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.top-service__detail-item:hover .more, .top-service__detail-item:active .more, .top-service__detail-item:focus .more {
  visibility: visible;
  opacity: 1;
}
.top-service__detail-content {
  position: relative;
}
.top-service__detail-content h3 {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 1.4rem;
}
.top-service__detail-content h3 span {
  font-size: 1.6rem;
}
.top-service__detail-media::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 25%, rgba(51, 51, 51, 0.65) 100%);
  content: "";
}
.top-service__detail-media img {
  width: 100%;
  height: auto;
}
.top-service .more {
  display: flex;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.4s opacity, 0.4s visibility;
}
.top-service .more .mark {
  position: relative;
  padding-right: 20px;
}
.top-service .more .mark::before, .top-service .more .mark::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  background: #fff;
  content: "";
  transition: right 0.2s;
}
.top-service .more .mark::before {
  margin-top: -4px;
  transform: rotate(28deg);
}
.top-service .more .mark::after {
  margin-top: 0;
  transform: rotate(-28deg);
}

/* ----------------------------------------------------------------
.top-news
----------------------------------------------------------------- */
.top-news {
  margin-top: 32px;
}
.top-news .top-news-list {
  margin-top: 24px;
}
.top-news .top-news-list__inner > li {
  border-bottom: solid 1px #ccd9e0;
}
.top-news .top-news-list__inner > li > a {
  position: relative;
  width: 100%;
}
.top-news .top-news-list__inner > li > a::before, .top-news .top-news-list__inner > li > a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  background: #333;
  content: "";
  transition: right 0.2s;
}
.top-news .top-news-list__inner > li > a::before {
  margin-top: 11px;
  transform: rotate(28deg);
}
.top-news .top-news-list__inner > li > a::after {
  margin-top: 15px;
  transform: rotate(-28deg);
}
.top-news .top-news-list__inner > li > a:hover, .top-news .top-news-list__inner > li > a:active, .top-news .top-news-list__inner > li > a:focus {
  opacity: 0.7;
}
.top-news .top-news-list__inner > li > a:hover::before, .top-news .top-news-list__inner > li > a:hover::after, .top-news .top-news-list__inner > li > a:active::before, .top-news .top-news-list__inner > li > a:active::after, .top-news .top-news-list__inner > li > a:focus::before, .top-news .top-news-list__inner > li > a:focus::after {
  right: -4px;
}
.top-news .top-news-list__inner > li > a,
.top-news .top-news-list__inner > li > div {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 16px 20px 13px 0;
  text-decoration: none;
}
.top-news .top-news-list__inner > li > a .date,
.top-news .top-news-list__inner > li > div .date {
  min-width: 117px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
}
.top-news .top-news-list__inner > li > a .label,
.top-news .top-news-list__inner > li > div .label {
  border: #a47e00 1px solid;
  border-radius: 20px;
  text-align: center;
}
.top-news .top-news-list__inner > li > a .label > span,
.top-news .top-news-list__inner > li > div .label > span {
  display: block;
  width: 78px;
  padding: 2px 3px;
  background-color: transparent;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -1.2px;
  text-align: center;
  white-space: nowrap;
}
.top-news .top-news-list__inner > li > a .item,
.top-news .top-news-list__inner > li > div .item {
  flex-basis: 100%;
  margin: 2px 0 0;
  color: #333;
}
.top-news .top-news-list__inner > li > a .item .icon-a,
.top-news .top-news-list__inner > li > div .item .icon-a {
  display: inline-block !important;
}

/* ----------------------------------------------------------------
.top-seminer
----------------------------------------------------------------- */
.top-seminar {
  margin-top: 40px;
}
.top-seminar__inner {
  position: relative;
  height: auto;
  padding: 32px 0;
}
.top-seminar__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background-image: url("/shared/images/bg-seminer.jpg");
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.top-seminar__inner .top-seminar-list {
  margin-left: 10px;
  box-shadow: 0 0 24px rgba(51, 51, 51, 0.16);
}
.top-seminar__content {
  position: relative;
  padding: 24px;
  background-color: #fff;
}
.top-seminar__content::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ccd9e0;
  content: "";
}
.top-seminar__content .year {
  font-size: 1.6rem;
}
.top-seminar__content .date {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.9rem;
}
.top-seminar__content .time {
  margin-top: 8px;
  font-size: 1.4rem;
}
.top-seminar__content-label {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  width: 56px;
  padding: 10px 6px 0 0;
  background-color: #a47e00;
  color: #fff;
  font-size: 1rem;
  text-align: end;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.top-seminar__content-info {
  position: relative;
  padding-bottom: 16px;
}
.top-seminar__content-info::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ccd9e0;
  content: "";
}
.top-seminar__content-info .list-label-b {
  margin-top: 8px;
}
.top-seminar__content-info .list-label-b li {
  padding: 3px 6px;
}
.top-seminar__content-info .list-label-b .label-d {
  border: #a47e00 1px solid;
  background-color: #fff;
  color: #a47e00;
}
.top-seminar__content-info .list-label-b .label-e {
  border: #0074cc 1px solid;
  background-color: #fff;
  color: #0074cc;
}
.top-seminar__content-item {
  margin-top: 16px;
}
.top-seminar__content-index {
  margin-top: 10px;
}
.top-seminar__content-index * + p {
  margin-top: 10px;
}
.top-seminar__content-link {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.top-seminar__content-link._color-blue {
  color: #0074cc;
}
.top-seminar__content-link::before, .top-seminar__content-link::after {
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  background: #333;
  content: "";
  transition: left 0.2s;
}
.top-seminar__content-link::before {
  top: 9px;
  transform: rotate(28deg);
}
.top-seminar__content-link::after {
  top: 13px;
  transform: rotate(-28deg);
}
.top-seminar__content-link:hover, .top-seminar__content-link:active, .top-seminar__content-link:focus {
  opacity: 0.8;
}
.top-seminar__content-link:hover::before, .top-seminar__content-link:hover::after, .top-seminar__content-link:active::before, .top-seminar__content-link:active::after, .top-seminar__content-link:focus::before, .top-seminar__content-link:focus::after {
  left: 5px;
}

/* ----------------------------------------------------------------
.top-consultant
----------------------------------------------------------------- */
.top-consultant {
  margin-top: 32px;
}
.top-consultant__inner {
  position: relative;
}
.top-consultant__inner::before {
  background: linear-gradient(90deg, rgb(1, 26, 45) 0%, rgb(0, 10, 18) 36%);
}
.top-consultant__media-index {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  gap: 32px;
}
.top-consultant__content {
  position: relative;
}
.top-consultant__content p {
  color: #fff;
  font-size: 1.6rem;
}
.top-consultant__media img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------
.top-contact
----------------------------------------------------------------- */
.top-contact {
  margin: 40px 0;
}
.top-contact__hdg {
  margin-top: 0;
}
.top-contact__container {
  position: relative;
  padding: 24px 14px;
}
.top-contact__container p {
  text-align: center;
}
.top-contact__container p b {
  font-size: 2rem;
}
.top-contact__container__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-contact__container__bg img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-contact .btn-blue {
  border: #0074cc 1px solid;
}
.top-contact .btn-blue .txt {
  color: #0074cc;
}
.top-contact .btn-blue:hover, .top-contact .btn-blue:active, .top-contact .btn-blue:focus {
  border: #0074cc 1px solid;
}
@media only screen and (min-width: 769px), print {
  body {
    font-size: 1.6rem;
  }
  #header .header-bland {
    padding-top: 2px;
  }
  #header .header-bland::before {
    width: 28px;
    height: 8px;
  }
  #header .header-bland > img {
    max-width: 137px;
    height: 12px;
    padding-right: 32px;
  }
  #header .header-inner {
    padding: 30px 0 0;
  }
  #header .header-inner .logo {
    display: block;
    max-width: 1150px;
    margin: 0 auto 26px;
    padding: 0 10px;
  }
  #header .header-inner .logo > a {
    display: inline-block;
  }
  #header .header-inner .logo > a > img {
    display: block;
    max-width: 285px;
  }
  #header .header-inner:lang(en) {
    padding-top: 19px;
  }
  #header .header-inner:lang(en) .logo {
    margin-top: 0;
    margin-bottom: 3px;
  }
  #header .header-inner:lang(en) .logo > a > img {
    max-width: 320px;
  }
  .nav-header .nav-header-inner {
    border-bottom: none;
  }
  .nav-global .nav-global-inner {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 10px;
    border-top: none;
  }
  .nav-global .nav-global-inner:lang(en) {
    max-width: 1090px;
  }
  .nav-global .nav-global-inner > li {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 0;
    border-bottom: none;
  }
  .nav-global .nav-global-inner > li:not(:first-child)::before {
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    margin-top: -10px;
    border-left: solid 1px #d9d9d9;
  }
  .nav-global .nav-global-inner > li a {
    display: inline-block;
    position: relative;
    padding: 0 0 8px;
    white-space: nowrap;
  }
  .nav-global .nav-global-inner > li a::before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: auto;
    background: #0074cc;
    content: "";
    transition: height 0.2s;
  }
  .nav-global .nav-global-inner > li a:hover::before, .nav-global .nav-global-inner > li a:active::before, .nav-global .nav-global-inner > li a:focus::before {
    height: 4px;
  }
  .nav-global .nav-global-inner > li[aria-current=page]:first-child::before {
    content: none;
  }
  .nav-global .nav-global-inner > li[aria-current=page] a::before {
    height: 4px;
  }
  .nav-global-child {
    display: block;
    width: 100%;
    background: #f2f3f4;
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.1), 0 7px 6px -5px rgba(158, 158, 158, 0.3) inset;
  }
  .nav-global-child .child-content {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    padding: 14px 10px 25px;
  }
  .nav-global-child .child-content > .nav-hdg-a {
    padding: 0 0 8px;
    border-bottom: solid 1px #d9d9d9;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .nav-global-child .child-content > .nav-hdg-a a {
    position: relative;
    padding: 0 0 0 23px;
    color: #333;
    text-decoration: none;
  }
  .nav-global-child .child-content > .nav-hdg-a a::before, .nav-global-child .child-content > .nav-hdg-a a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: left 0.2s;
  }
  .nav-global-child .child-content > .nav-hdg-a a::before {
    margin-top: -3px;
    transform: rotate(28deg);
  }
  .nav-global-child .child-content > .nav-hdg-a a::after {
    margin-top: 1px;
    transform: rotate(-28deg);
  }
  .nav-global-child .child-content > .nav-hdg-a a:hover::before, .nav-global-child .child-content > .nav-hdg-a a:hover::after, .nav-global-child .child-content > .nav-hdg-a a:active::before, .nav-global-child .child-content > .nav-hdg-a a:active::after, .nav-global-child .child-content > .nav-hdg-a a:focus::before, .nav-global-child .child-content > .nav-hdg-a a:focus::after {
    left: 6px;
  }
  .nav-global-child .child-content .btn-dropdown-close {
    display: none;
  }
  .nav-global-child .child-content .item-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 3px 0 0 -45px;
  }
  .nav-global-child .child-content .item-wrap > .item {
    width: 33.333333%;
    padding: 11px 0 0 45px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b {
    position: relative;
    padding: 0 0 0 35px;
    color: #a47e00;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b::before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._management::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -60px -60px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._compliance::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: 0 -30px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._datahealth::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -30px -30px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._service::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -62px 0;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._bcp::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -62px -30px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._disaster::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: 0 -60px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._fire::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -30px -60px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._environment::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -90px -90px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._overseas::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -92px 0;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._politics::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -92px -30px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._terror::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -92px -60px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._traffic::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: 0 -90px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._estate::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -60px -90px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._cyber::before {
    width: 26px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -31px 0;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._analytics::before {
    width: 26px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: 0 0;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._energy::before {
    width: 25px;
    height: 25px;
    background-image: url(/shared/images/icon-sprite.png);
    background-position: -181px -123px;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._special::before {
    width: 25px;
    height: 25px;
    background: url("/shared/images/icon-special.png") center;
  }
  .nav-global-child .child-content .item-wrap > .item > .nav-hdg-b._municipality::before {
    width: 25px;
    height: 25px;
    background: url("/shared/images/icon-municipality.png") center;
  }
  .nav-global-child .child-content .item-wrap > .item > .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
  }
  .nav-global-child .child-content .item-wrap > .item > .list > li {
    padding: 0 0 0 20px;
  }
  .nav-global-child .child-content .item-wrap > .item > .list > li a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 23px;
    color: #333;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .nav-global-child .child-content .item-wrap > .item > .list > li a::before, .nav-global-child .child-content .item-wrap > .item > .list > li a::after {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #0074cc;
    content: "";
    transition: left 0.2s;
  }
  .nav-global-child .child-content .item-wrap > .item > .list > li a::before {
    margin-top: -3px;
    transform: rotate(28deg);
  }
  .nav-global-child .child-content .item-wrap > .item > .list > li a::after {
    margin-top: 1px;
    transform: rotate(-28deg);
  }
  .nav-global-child .child-content .item-wrap > .item > .list > li a:hover::before, .nav-global-child .child-content .item-wrap > .item > .list > li a:hover::after, .nav-global-child .child-content .item-wrap > .item > .list > li a:active::before, .nav-global-child .child-content .item-wrap > .item > .list > li a:active::after, .nav-global-child .child-content .item-wrap > .item > .list > li a:focus::before, .nav-global-child .child-content .item-wrap > .item > .list > li a:focus::after {
    left: 4px;
  }
  .nav-item {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .nav-item:lang(en) {
    padding-bottom: 0;
  }
  .nav-item .nav-item-inner {
    -ms-grid-rows: 1fr 0 auto;
    -ms-grid-columns: 1fr 10px auto;
    display: -ms-grid;
    display: grid;
    position: absolute;
    right: 10px;
    bottom: 52px;
    grid-template: "search btn" 1fr "utility btn" auto/1fr auto;
    justify-content: flex-end;
    max-width: 450px;
    gap: 0 10px;
  }
  .nav-item .nav-item-inner .nav-btn {
    grid-area: btn;
    margin: 0;
  }
  .nav-item .nav-item-inner .nav-btn .nav-btn-inner {
    height: 100%;
    margin-left: 0;
  }
  .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li {
    width: auto;
    padding-left: 0;
  }
  .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li + li {
    padding-left: 5px;
  }
  .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li a {
    min-width: 105px;
    height: 100%;
    font-size: 1.2rem;
  }
  .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt {
    padding: 16px 0 0;
  }
  .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._mail a .txt::before, .nav-item .nav-item-inner .nav-btn .nav-btn-inner > li._contact a .txt::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
  }
  .nav-item .nav-item-inner .nav-utility {
    grid-area: utility;
    width: 100%;
    margin: 0;
  }
  .nav-item .nav-item-inner .nav-utility .nav-utility-inner {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li {
    width: auto;
  }
  .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li:not(:last-child) {
    margin-right: 9px;
    padding-right: 11px;
  }
  .nav-item .nav-item-inner .nav-utility .nav-utility-inner > li:not(:last-child)::before {
    top: 17px;
    height: 9px;
  }
  .nav-item .nav-item-inner .nav-utility .nav-utility-inner:lang(en) > li:not(:last-child)::before {
    top: 31px;
  }
  .header-search {
    grid-area: search;
  }
  .nav-item .nav-item-inner .nav-btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .nav-item .nav-item-inner .nav-utility {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .header-search {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header-search {
    order: -1;
    margin-top: 0;
  }
  .header-search form {
    max-width: 153px;
  }
  .header-search form .search-input {
    font-size: 1.2rem;
  }
  html[data-script-enabled=true] .nav-header-btn {
    display: none;
  }
  html[data-script-enabled=true] .nav-header-inner {
    display: block !important;
    position: relative;
  }
  html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a {
    padding-right: 16px;
  }
  html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a > .txt {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    font-size: 1rem;
  }
  html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a > .txt::before, html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a > .txt::after {
    display: block;
    position: absolute;
    top: 9px;
    width: 2px;
    height: 9px;
    background: #0074cc;
    content: "";
    transition: top 0.2s;
  }
  html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a > .txt::before {
    right: 4px;
    transform: rotate(28deg);
  }
  html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a > .txt::after {
    right: 8px;
    transform: rotate(-28deg);
  }
  html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a:hover > .txt::before, html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a:hover > .txt::after, html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a:active > .txt::before, html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a:active > .txt::after, html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a:focus > .txt::before, html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown a:focus > .txt::after {
    top: 12px;
  }
  html[data-script-enabled=true] .nav-global .nav-global-inner > li.nav-dropdown.is-open a::before {
    height: 0;
  }
  html[data-script-enabled=true] .nav-global-child {
    display: none;
    z-index: 10;
    position: absolute;
    max-height: calc(100dvh - 125px);
    overflow-y: auto;
    border-bottom: solid 3px #0074cc;
  }
  html[data-script-enabled=true] .nav-global-child .child-content {
    display: none;
  }
  html[data-script-enabled=true] .nav-global-child .child-content.is-active {
    display: block;
  }
  html[data-script-enabled=true] .nav-global-child .child-content .btn-dropdown-close {
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
    padding: 0 17px 0 0;
    color: #818181;
    font-size: 1.4rem;
    text-align: right;
    transition: opacity 0.2s;
  }
  html[data-script-enabled=true] .nav-global-child .child-content .btn-dropdown-close::before, html[data-script-enabled=true] .nav-global-child .child-content .btn-dropdown-close::after {
    display: block;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 2px;
    height: 14px;
    background: #818181;
    content: "";
  }
  html[data-script-enabled=true] .nav-global-child .child-content .btn-dropdown-close::before {
    transform: rotate(45deg);
  }
  html[data-script-enabled=true] .nav-global-child .child-content .btn-dropdown-close::after {
    transform: rotate(-45deg);
  }
  html[data-script-enabled=true] .nav-global-child .child-content .btn-dropdown-close:hover, html[data-script-enabled=true] .nav-global-child .child-content .btn-dropdown-close:active, html[data-script-enabled=true] .nav-global-child .child-content .btn-dropdown-close:focus {
    opacity: 0.7;
  }
  html[data-script-enabled=true] #js-toggle-overlay {
    display: none;
  }
  #footer .footer-inner::before {
    width: 115px;
    height: 32px;
  }
  .nav-footer .nav-footer-inner {
    padding: 12px 0 16px;
  }
  .nav-footer .nav-footer-inner .nav-footer-global {
    justify-content: center;
  }
  .nav-footer .nav-footer-inner .nav-footer-global > li {
    padding-right: 24px;
    padding-left: 24px;
  }
  .nav-footer .nav-footer-inner .nav-footer-global > li:not(:last-child) {
    margin-right: 0;
    padding-right: 24px;
    padding-left: 24px;
  }
  .nav-footer .nav-footer-inner .nav-footer-global > li:not(:last-child)::before {
    top: 2px;
    height: 17px;
  }
  .nav-footer .nav-footer-inner .nav-footer-global > li:first-child {
    padding-left: 0;
  }
  .nav-footer .nav-footer-inner .nav-footer-global > li:last-child {
    padding-right: 0;
  }
  .nav-footer .nav-footer-inner .nav-footer-global > li a {
    letter-spacing: inherit;
  }
  .footer-bland {
    padding: 0 48px;
  }
  .footer-bland-wrap {
    -ms-grid-columns: auto 1fr;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    grid-template-columns: auto 1fr;
    row-gap: 16px;
    padding: 28px 0;
  }
  .footer-bland__message {
    text-align: right;
  }
  .footer-bland__messageImg {
    max-width: 203px;
  }
  .footer-bland__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    grid-column: 1/2;
    margin-top: 0;
    text-align: left;
  }
  .footer-bland__copy {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 0;
    text-align: right;
  }
  .section-a > .section-inner {
    padding-top: 53px;
    padding-bottom: 144px;
  }
  .section-b > .section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-b + .section-a > .section-inner {
    padding-top: 40px;
  }
  .section-c > .section-inner {
    padding-top: 13px;
    padding-bottom: 5px;
  }
  .section-d > .section-inner {
    padding-top: 35px;
    padding-bottom: 23px;
  }
  .section-d > .section-inner .link-list-c {
    margin-top: -17px;
  }
  .section-d + .section-a > .section-inner {
    padding-top: 40px;
  }
  .section-strong-a > .section-strong-inner > * {
    padding-top: 4px;
    padding-bottom: 3px;
  }
  .section-strong-a > .section-strong-inner p > strong {
    margin: 0 auto;
    text-align: center;
  }
  .section-top-a > .section-top-inner {
    padding-top: 30px;
    padding-bottom: 69px;
  }
  .section-top-c > .section-top-inner {
    padding-top: 46px;
    padding-bottom: 182px;
  }
  .img-wrap .pc-hide {
    display: none;
  }
  .img-wrap .sp-hide {
    display: block;
  }
  .label-b {
    top: -3px;
  }
  .label-c {
    top: -3px;
  }
  [class^=list-bullet-] > li .list-bullet-a,
[class^=list-bullet-] > li .list-order-a,
[class^=list-bullet-] > li .list-order-b,
[class^=list-bullet-] > li .list-mark-a,
.list-order-a > li .list-bullet-a,
.list-order-a > li .list-order-a,
.list-order-a > li .list-order-b,
.list-order-a > li .list-mark-a,
[class^=list-note-] > li .list-bullet-a,
[class^=list-note-] > li .list-order-a,
[class^=list-note-] > li .list-order-b,
[class^=list-note-] > li .list-mark-a {
    margin-left: 41px;
  }
  [class^=list-bullet-] > li [class^=list-note-],
.list-order-a > li [class^=list-note-],
[class^=list-note-] > li [class^=list-note-] {
    margin-left: 38px;
  }
  .list-order-b > li .list-bullet-a,
.list-order-b > li .list-order-a,
.list-order-b > li .list-order-b,
.list-order-b > li .list-mark-a {
    margin-left: 19px;
  }
  .list-order-b > li [class^=list-note-] {
    margin-left: 16px;
  }
  .list-bullet-a._has-lead > li:not(:first-child) {
    margin-top: 35px;
  }
  .list-bullet-a {
    margin-top: 28px;
  }
  .list-bullet-a > li:not(:first-child) {
    margin-top: 5px;
  }
  .list-bullet-a > li::before {
    top: 11px;
  }
  .list-bullet-a > li > *:last-child {
    padding-bottom: 5px;
  }
  .list-bullet-a._inline {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 0 -35px;
  }
  .list-bullet-a._inline > li {
    margin: 10px 0 0 35px;
  }
  .list-bullet-a._inline > li::before {
    top: 11px;
    left: 0;
  }
  .list-order-a {
    margin-top: 28px;
  }
  .list-order-a > li:not(:first-child) {
    margin-top: 5px;
  }
  .list-order-a > li > .item > *:last-child {
    padding-bottom: 5px;
  }
  .list-order-a._inline {
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px;
  }
  .list-order-a._inline > li {
    padding-left: 60px;
  }
  .list-order-a._inline > li:not(:first-child) {
    margin-top: 0;
  }
  .list-order-b {
    margin-top: 28px;
  }
  .list-order-b > li:not(:first-child) {
    margin-top: 5px;
  }
  .list-order-b > li > .item > *:last-child {
    padding-bottom: 5px;
  }
  .list-order-b._inline {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -50px;
  }
  .list-order-b._inline > li {
    width: auto;
    padding: 0 0 0 50px;
  }
  .list-mark-a {
    margin-top: 28px;
  }
  .list-mark-a > li:not(:first-child) {
    padding-top: 10px;
  }
  .list-note-a {
    margin-top: 28px;
  }
  .list-note-a > li > .item > .list-note-a {
    margin-top: 10px;
  }
  .list-note-a > li:not(:first-child) {
    padding-top: 10px;
  }
  .list-desc-a > div > * {
    font-size: 1.4rem;
  }
  .list-desc-b > div > dd {
    padding-left: 40px;
  }
  .list-desc-b > div > dd::before {
    left: 15px;
  }
  .list-desc-c {
    display: table;
    margin-top: 33px;
  }
  .list-desc-c > div {
    display: table-row;
  }
  .list-desc-c > div > * {
    display: table-cell;
    vertical-align: top;
  }
  .list-desc-c > div > dt {
    white-space: nowrap;
  }
  .list-desc-c > div > dd {
    margin-top: 0;
    padding-left: 37px;
  }
  .list-desc-c > div:not(:first-child) {
    margin-top: 0;
  }
  .list-desc-c > div:not(:first-child) > * {
    padding-top: 4px;
  }
  .list-desc-d {
    margin: 12px auto 0;
  }
  .list-desc-d:not(._block) {
    display: table;
  }
  .list-desc-d:not(._block) > div {
    display: table-row;
  }
  .list-desc-d:not(._block) > div > * {
    display: table-cell;
    text-align: inherit;
    vertical-align: top;
  }
  .list-desc-d:not(._block) > div > dt {
    white-space: nowrap;
  }
  .list-desc-d:not(._block) > div > dd {
    margin-top: 0;
    padding-left: 40px;
  }
  .list-desc-d._block > div > dd {
    margin-top: 6px;
  }
  .list-desc-e > div > dt {
    padding-right: 34px;
  }
  .list-desc-f {
    margin-top: 33px;
  }
  .list-filter-a {
    margin-top: 40px;
  }
  .list-filter-a > .list-filter-inner {
    margin: -22px 0 0 -22px;
  }
  .list-filter-a > .list-filter-inner > li {
    padding: 22px 0 0 22px;
  }
  .list-filter-a > .list-filter-inner > li label {
    font-size: 1.6rem;
  }
  .list-filter-a > .list-filter-inner > li label .txt {
    padding: 16px 20px 15px;
  }
  .list-news-a {
    margin-top: 20px;
  }
  .list-news-a .list-news-inner > li > a,
.list-news-a .list-news-inner > li > div {
    flex-wrap: nowrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .list-news-a .list-news-inner > li > a .label,
.list-news-a .list-news-inner > li > div .label {
    margin: 0 20px 0 0;
  }
  .list-news-a .list-news-inner > li > a .label > span,
.list-news-a .list-news-inner > li > div .label > span {
    width: 93px;
    padding-top: 0;
    padding-bottom: 1px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: inherit;
  }
  .list-news-a .list-news-inner > li > a .item,
.list-news-a .list-news-inner > li > div .item {
    margin-top: 0;
  }
  .list-news-a .list-news-inner > li a::before {
    margin-top: -4px;
  }
  .list-news-a .list-news-inner > li a::after {
    margin-top: 0;
  }
  .list-label-a:not(._size-a) > li.management::before {
    top: 13px;
  }
  .list-label-a:not(._size-a) > li.compliance::before {
    top: 10px;
  }
  .list-label-a:not(._size-a) > li.datahealth::before {
    top: 13px;
  }
  .list-label-a:not(._size-a) > li.service::before {
    top: 10px;
  }
  .list-label-a:not(._size-a) > li.bcp::before {
    top: 12px;
  }
  .list-label-a:not(._size-a) > li.disaster::before {
    top: 10px;
  }
  .list-label-a:not(._size-a) > li.fire::before {
    top: 8px;
  }
  .list-label-a:not(._size-a) > li.environment::before {
    top: 11px;
  }
  .list-label-a:not(._size-a) > li.overseas::before {
    top: 9px;
  }
  .list-label-a:not(._size-a) > li.politics::before {
    top: 8px;
  }
  .list-label-a:not(._size-a) > li.terror::before {
    top: 8px;
  }
  .list-label-a:not(._size-a) > li.traffic::before {
    top: 12px;
  }
  .list-label-a:not(._size-a) > li.estate::before {
    top: 11px;
  }
  .list-label-a:not(._size-a) > li.cyber::before {
    top: 10px;
  }
  .list-label-a:not(._size-a) > li.analytics::before {
    top: 11px;
  }
  .list-label-a:not(._size-a) > li.municipality::before {
    top: 7px;
  }
  .list-label-a:not(._size-a) > li.other::before {
    top: 11px;
  }
  .list-label-a._size-a > li {
    font-size: 1.4rem;
  }
  .list-step-a {
    margin-top: 55px;
  }
  .list-step-a > .list-step-inner > li::before {
    top: 5px;
  }
  .list-step-a > .list-step-inner > li .list-hdg-a {
    padding-left: 55px;
    font-size: 2.2rem;
  }
  .list-step-a > .list-step-inner > li .list-hdg-a::before {
    top: 5px;
  }
  .list-step-a > .list-step-inner > li .list-hdg-a::after {
    top: 10px;
  }
  .list-step-a > .list-step-inner > li .content {
    padding: 20px 0 28px 55px;
  }
  .list-step-a > .list-step-inner > li:last-child::before {
    height: calc(100% - 14px);
  }
  .list-history-a {
    margin-top: 60px;
  }
  .list-history-a > .list-history-inner {
    display: table;
    width: 100%;
  }
  .list-history-a > .list-history-inner > div {
    display: table-row;
  }
  .list-history-a > .list-history-inner > div > * {
    display: table-cell;
    vertical-align: top;
  }
  .list-history-a > .list-history-inner > div + div > * {
    border-top: solid 1px #d9d9d9;
  }
  .list-history-a > .list-history-inner > div > dt {
    padding: 18px 89px 18px 30px;
    white-space: nowrap;
  }
  .list-history-a > .list-history-inner > div > dd {
    width: 100%;
    padding: 18px 30px 18px 0;
  }
  .list-history-a > .list-history-inner > div > dd > .list > li:not(:last-child) {
    padding-bottom: 18px;
  }
  .list-history-a > .list-history-inner > div > dd > .list > li + li {
    padding-top: 18px;
  }
  .list-toc-a {
    padding-left: 60px;
  }
  .list-toc-a::before {
    left: 40px;
  }
  .link-a::before {
    top: 10px;
  }
  .link-a::after {
    top: 14px;
  }
  .link-list-a {
    margin-top: 30px;
  }
  .link-list-a > li:not(:first-child) {
    padding-top: 6px;
  }
  .link-list-a > li a[href] {
    padding-left: 21px;
  }
  .link-list-a > li a[href]::before, .link-list-a > li a[href]::after {
    left: 0;
  }
  .link-list-a > li a[href]::before {
    top: 10px;
  }
  .link-list-a > li a[href]::after {
    top: 14px;
  }
  .link-list-a > li a[href]:hover::before, .link-list-a > li a[href]:hover::after, .link-list-a > li a[href]:active::before, .link-list-a > li a[href]:active::after, .link-list-a > li a[href]:focus::before, .link-list-a > li a[href]:focus::after {
    left: 5px;
  }
  .link-list-a > li a + .list-note-a {
    margin-top: 5px;
  }
  .link-list-a > li a + .list-note-a > li:not(:first-child) {
    padding-top: 3px;
  }
  .link-list-a > li a + p {
    margin-top: 8px;
    margin-bottom: 13px;
    font-size: 1.4rem;
  }
  .link-list-a._inline {
    margin-top: 23px;
    margin-left: -40px;
  }
  .link-list-a._inline > li {
    padding-left: 40px;
  }
  .link-list-a._inline > li:not(:first-child) {
    padding-top: 4px;
  }
  .link-list-b {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 26px;
    margin-left: -40px;
  }
  .link-list-b > li {
    padding-left: 40px;
  }
  .link-list-b > li a::before, .link-list-b > li a::after {
    top: 9px;
  }
  .link-list-b > li a:hover::before, .link-list-b > li a:hover::after, .link-list-b > li a:active::before, .link-list-b > li a:active::after, .link-list-b > li a:focus::before, .link-list-b > li a:focus::after {
    top: 11px;
  }
  .link-list-b._anchor-blue > li > a::before, .link-list-b._anchor-blue > li > a::after {
    top: 10px;
  }
  .link-list-b._anchor-blue > li > a {
    color: #0074cc;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .link-list-c {
    margin-top: -17px;
    margin-left: -40px;
  }
  .link-list-c > li {
    padding-top: 17px;
    padding-left: 40px;
  }
  .link-list-c > li a::before, .link-list-c > li a::after {
    top: 9px;
  }
  .link-list-c > li a:hover::before, .link-list-c > li a:hover::after, .link-list-c > li a:active::before, .link-list-c > li a:active::after, .link-list-c > li a:focus::before, .link-list-c > li a:focus::after {
    top: 11px;
  }
  .link-pnl-a .img {
    margin-bottom: 12px;
  }
  .link-pnl-a .item > .link-a + p {
    margin-top: 8px;
    margin-bottom: 13px;
    font-size: 1.4rem;
  }
  .anchor-link-a {
    margin: 40px auto 0;
  }
  .anchor-link-a > li {
    width: calc((100% - 32px) / 5);
    min-width: 210px;
    font-size: 1.4rem;
  }
  .nav-breadcrumb .nav-breadcrumb-inner > li:not(:first-child)::before {
    top: 10px;
  }
  [class^=btn-wrap-] {
    margin-top: 40px;
  }
  .btn-a,
.btn-b,
.btn-c,
.btn-d,
.btn-f {
    width: auto;
    min-width: 350px;
    padding: 14px 40px;
  }
  .btn-a._size-a {
    width: 100%;
    max-width: 412px;
    padding: 12px 40px;
  }
  .btn-a._size-a::before, .btn-a._size-a::after {
    right: 24px;
  }
  .btn-a._size-a .txt {
    font-size: 2rem;
  }
  .btn-a._size-a:hover::before, .btn-a._size-a:hover::after, .btn-a._size-a:active::before, .btn-a._size-a:active::after, .btn-a._size-a:focus::before, .btn-a._size-a:focus::after {
    right: 19px;
  }
  .btn-e {
    min-height: 64px;
  }
  .btn-e::before {
    width: 64px;
  }
  .btn-e .txt {
    padding: 11px 104px 10px 40px;
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  .btn-e .txt::before, .btn-e .txt::after {
    right: 25px;
  }
  .btn-e:hover .txt::before, .btn-e:hover .txt::after, .btn-e:active .txt::before, .btn-e:active .txt::after, .btn-e:focus .txt::before, .btn-e:focus .txt::after {
    right: 20px;
  }
  .btn-list-a {
    margin-top: 40px;
  }
  .btn-list-a > .btn-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -40px;
  }
  .btn-list-a > .btn-list-inner > li {
    display: flex;
    max-width: 390px;
    padding-top: 40px;
  }
  .btn-list-b > .btn-list-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .btn-list-b > .btn-list-inner > li {
    width: 50%;
  }
  .btn-more-a {
    height: 63px;
    margin-top: 40px;
  }
  .btn-more-a .txt {
    font-size: 1.8rem;
  }
  .btn-list-faq-a {
    margin-top: 40px;
  }
  .btn-list-faq-a > li > .box > .box-inner {
    padding: 40px 24px 38px;
    font-size: 1.8rem;
  }
  .btn-list-faq-a > li > .box > .box-inner > .mark {
    font-size: 1.6rem;
  }
  .btn-list-faq-a > li > .box > .box-inner > .item {
    padding: 4px 0 0 9px;
    font-size: 1.8rem;
  }
  .btn-list-faq-a > li:not(:first-child) {
    padding-top: 24px;
  }
  .btn-top > a {
    top: -84px;
    width: 54px;
    height: 54px;
  }
  .btn-top > a:hover, .btn-top > a:active, .btn-top > a:focus {
    top: -87px;
  }
  .box-a {
    margin-top: 40px;
    padding: 20px 30px 23px;
  }
  .box-a > *:not(:first-child) {
    margin-top: 20px;
  }
  .box-a .box-hdg-a {
    font-size: 1.6rem;
  }
  .box-a .box-hdg-a + * {
    margin-top: 14px;
  }
  .box-b {
    margin-top: 40px;
    padding: 20px 30px 22px;
  }
  .box-b .box-hdg-a {
    font-size: 1.6rem;
  }
  .box-b * + p {
    margin-top: 20px;
  }
  .box-c {
    margin-top: 55px;
  }
  .box-c > .box-hdg-a {
    padding: 57px 0 70px;
    font-size: 4rem;
  }
  .box-c > .box-hdg-a > img {
    margin-bottom: -2px;
  }
  .box-c > .box-hdg-a::before {
    bottom: 61px;
    width: 54px;
  }
  .box-c > .content {
    padding: 34px 40px 50px;
  }
  .box-c > .content p {
    font-size: 2rem;
  }
  .box-c > .content .btn-wrap-center {
    margin-top: 33px;
  }
  .box-contact-a {
    margin-top: 40px;
  }
  .box-contact-a .box-contact-inner .box-header {
    padding: 13px 30px 11px;
  }
  .box-contact-a .box-contact-inner .box-header > .box-hdg-a {
    font-size: 2rem;
  }
  .box-contact-a .box-contact-inner .box-header > .box-hdg-a + p {
    margin-top: 2px;
  }
  .box-contact-a .box-contact-inner .box-content {
    display: flex;
    flex-wrap: nowrap;
    padding: 30px 0 33px;
  }
  .box-contact-a .box-contact-inner .box-content .col {
    flex: 1 1 0;
    width: 100%;
    padding: 0 30px;
  }
  .box-contact-a .box-contact-inner .box-content .col > [class^=btn-wrap] {
    margin-bottom: 0;
  }
  .box-contact-a .box-contact-inner .box-content .col > [class^=btn-wrap] .btn-b {
    width: 100%;
    min-width: auto;
    max-width: 350px;
  }
  .box-contact-a .box-contact-inner .box-content .col + .col {
    border-top: none;
    border-left: solid 1px #d9d9d9;
  }
  .box-contact-a .box-contact-inner .box-content .col:last-child {
    padding-bottom: 0;
  }
  .lyt-img-text__text {
    font-size: 2.8rem;
  }
  .lyt-img-a {
    margin-top: 50px;
  }
  .lyt-img-a._bnr-a a > .pc-hide {
    display: none;
  }
  .lyt-img-a._bnr-a a > .sp-hide {
    display: block;
  }
  .lyt-img-a._bnr-a + * {
    margin-top: 24px;
  }
  .lyt-img-a + .hdg-d,
.lyt-img-a + .hdg-e {
    margin-top: 60px;
  }
  .lyt-img-b {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
  }
  .lyt-img-b > .item {
    width: 100%;
    margin-top: 0;
  }
  .lyt-img-b > .img {
    margin-left: 40px;
  }
  .lyt-img-b > .img .img-inner > img {
    max-width: none;
  }
  .lyt-img-b > .img .caption {
    text-align: left;
  }
  .lyt-img-b > .img._size-b .img-inner {
    max-width: 350px;
  }
  .lyt-img-b._col-reverse {
    flex-direction: row;
  }
  .lyt-img-b._col-reverse > .img {
    margin-top: 0;
  }
  .lyt-img-b._row-reverse {
    flex-direction: row-reverse;
  }
  .lyt-img-b._row-reverse > .img {
    margin-right: 40px;
    margin-left: 0;
  }
  .lyt-col-a {
    margin-top: 50px;
  }
  .lyt-col-a > .lyt-col-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -40px;
  }
  .lyt-col-a > .lyt-col-inner > .col {
    padding: 40px 0 0 40px;
  }
  .lyt-col-a._col2 > .lyt-col-inner > .col {
    width: 50%;
  }
  .lyt-col-a._col3 > .lyt-col-inner > .col {
    width: 33.333333%;
  }
  .lyt-col-a._col3-2 > .lyt-col-inner > .col {
    width: 50%;
  }
  .lyt-col-a._col4 > .lyt-col-inner > .col {
    width: 25%;
  }
  .lyt-box-a {
    margin-top: 60px;
  }
  .lyt-box-a > .lyt-box-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .lyt-box-a > .lyt-box-inner > li {
    display: flex;
    padding-top: 40px;
  }
  .lyt-box-a > .lyt-box-inner > li > .box {
    display: flex;
  }
  .lyt-box-a > .lyt-box-inner > li > .box > .box-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail {
    flex-direction: row;
  }
  .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .detail .status {
    margin-bottom: 0;
  }
  .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .title > b {
    font-size: 1.8rem;
  }
  .lyt-box-a > .lyt-box-inner > li > .box > .box-inner a.title {
    font-size: 1.8rem;
  }
  .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content {
    flex-grow: 1;
  }
  .lyt-box-a > .lyt-box-inner > li > .box > .box-inner .content > .txt > .date {
    font-size: 1.4rem;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li {
    width: 50%;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .detail {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title {
    padding-right: 55px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title::after {
    right: 30px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:hover::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:hover::after, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:active::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:active::after, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:focus::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner a.title:focus::after {
    right: 25px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .content {
    padding: 0 30px 22px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .content > .txt {
    padding-top: 20px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .content > .txt .list-desc-b > div > dd {
    margin-top: 1px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .content > .txt .list-desc-b > div > dd .list-order-a > li:not(:first-child) {
    margin-top: 0;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > .box-inner .label {
    padding: 15px 30px 12px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner .title {
    padding-right: 55px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner .title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner .title::after {
    right: 30px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:hover .title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:hover .title::after, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:active .title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:active .title::after, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:focus .title::before, .lyt-box-a._col2 > .lyt-box-inner > li > .box > a.box-inner:focus .title::after {
    right: 25px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li {
    width: 50%;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .detail {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .title {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title {
    padding-right: 55px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title::after {
    right: 30px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:hover::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:hover::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:active::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:active::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:focus::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:focus::after {
    right: 25px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .content {
    padding: 0 30px 22px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .label {
    padding: 15px 30px 12px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title {
    padding-right: 55px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title::after {
    right: 30px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:hover .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:hover .title::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:active .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:active .title::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:focus .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:focus .title::after {
    right: 25px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child, .lyt-box-a._col3 > .lyt-box-inner > li:only-child {
    width: 100%;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner .detail, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner .detail {
    padding: 22px 32px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner .title, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner .title {
    padding: 22px 32px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title {
    padding-right: 52px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title::after {
    right: 32px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:hover::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:hover::after, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:active::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:active::after, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:focus::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:focus::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:hover::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:hover::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:active::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:active::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:focus::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner a.title:focus::after {
    right: 27px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner .content, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner .content {
    padding: 0 30px 20px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > .box-inner .content > .txt, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > .box-inner .content > .txt {
    padding-top: 16px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner .title, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner .title {
    padding-right: 52px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner .title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner .title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner .title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner .title::after {
    right: 32px;
  }
  .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:hover .title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:hover .title::after, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:active .title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:active .title::after, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:focus .title::before, .lyt-box-a._col2 > .lyt-box-inner > li:only-child > .box > a.box-inner:focus .title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:hover .title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:hover .title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:active .title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:active .title::after, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:focus .title::before, .lyt-box-a._col3 > .lyt-box-inner > li:only-child > .box > a.box-inner:focus .title::after {
    right: 27px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest {
    width: 100%;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner {
    flex-direction: row-reverse;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item {
    padding: 29px 30px 0;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .title {
    padding: 0 0 7px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .title > b {
    display: inline;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title {
    padding-right: 30px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::after {
    right: 0;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::before {
    margin-top: -9px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title::after {
    margin-top: -5px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:hover::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:hover::after, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:active::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:active::after, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:focus::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > a.title:focus::after {
    right: -4px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .content {
    padding: 0 0 21px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .content .txt {
    padding-top: 11px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .content .txt .list-desc-b > div > dd {
    margin-top: 0;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .content .txt .date {
    margin-top: 14px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .item > .label {
    padding: 13px 0;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img {
    padding: 28px 0 30px 30px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > .box-inner > .img > img {
    min-width: 154px;
    max-width: 100%;
    max-height: none;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title {
    padding-right: 30px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title::after {
    right: 0;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title::before {
    margin-top: -9px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner > .item > .title::after {
    margin-top: -5px;
  }
  .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:hover > .item > .title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:hover > .item > .title::after, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:active > .item > .title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:active > .item > .title::after, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:focus > .item > .title::before, .lyt-box-a > .lyt-box-inner > li._latest > .box > a.box-inner:focus > .item > .title::after {
    right: -4px;
  }
  .lyt-box-c > .lyt-box-inner {
    display: flex;
    margin-top: -40px;
  }
  .lyt-box-c > .lyt-box-inner > .col {
    width: 50%;
    padding-top: 40px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box {
    padding: 0 22px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box::before {
    max-height: 249px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-hdg-a {
    margin-bottom: 35px;
    padding-top: 29px;
    font-size: 2.6rem;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a {
    padding-right: 40px;
    padding-left: 40px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a::after {
    right: 25px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:hover::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:active::after, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus::before, .lyt-box-c > .lyt-box-inner > .col > .box .box-btn-a:focus::after {
    right: 20px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a {
    padding: 0 24px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li {
    padding: 29px 0 24px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div {
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 0 -10px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > *,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > * {
    padding: 5px 0 0 10px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .date,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .date {
    font-size: 1.4rem;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .label,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .label {
    margin: 0;
    font-size: 1.4rem;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item {
    width: 100%;
    margin-top: 0;
    padding: 6px 40px 0 12px;
    font-size: 1.6rem;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > a > .item > img,
.lyt-box-c > .lyt-box-inner > .col > .box .box-list-a > li > div > .item > img {
    top: 6px;
  }
  .lyt-box-c > .lyt-box-inner > .col > .box._publication .box-hdg-a {
    margin-bottom: 33px;
    padding-top: 30px;
    padding-bottom: 6px;
    line-height: 1.75;
  }
  .lyt-box-d {
    margin-top: 60px;
  }
  .lyt-box-d .lyt-box-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .lyt-box-d .lyt-box-inner > li {
    display: flex;
    padding-top: 40px;
  }
  .lyt-box-d .lyt-box-inner > li .box > .title + p {
    margin-top: 7px;
  }
  .lyt-box-d .lyt-box-inner > li .box * + p {
    margin-top: 16px;
  }
  .lyt-box-d .lyt-box-inner > li .box .list-note-a {
    margin-top: 8px;
  }
  .lyt-box-d._col2 .lyt-box-inner > li .box {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lyt-box-d._col2 .lyt-box-inner > li .box .box-label-a {
    margin-left: -31px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .lyt-box-d._col2 .lyt-box-inner > li, .lyt-box-d._col3 .lyt-box-inner > li {
    width: 50%;
  }
  .lyt-box-d._col2 .lyt-box-inner > li:only-child, .lyt-box-d._col3 .lyt-box-inner > li:only-child {
    width: 100%;
  }
  .lyt-box-d._col2 .lyt-box-inner > li:only-child .box, .lyt-box-d._col3 .lyt-box-inner > li:only-child .box {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lyt-box-d._col2 .lyt-box-inner > li:only-child .box .box-label-a, .lyt-box-d._col3 .lyt-box-inner > li:only-child .box .box-label-a {
    margin-left: -31px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .lyt-box-e {
    margin-top: 30px;
  }
  .lyt-box-e > .lyt-box-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .lyt-box-e > .lyt-box-inner > .col {
    width: 50%;
  }
  .lyt-box-e > .lyt-box-inner > .col .box .box-hdg-a {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 2.6rem;
  }
  .lyt-box-e > .lyt-box-inner > .col .box .box-btn-a {
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 1.8rem;
  }
  .lyt-box-e > .lyt-box-inner._col3 {
    margin: -30px 0 0 -20px;
  }
  .lyt-box-e > .lyt-box-inner._col3 .col {
    width: 33.3333333333%;
    padding: 30px 0 0 20px;
  }
  .lyt-box-f {
    margin-top: 60px;
  }
  .lyt-box-f > .lyt-box-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .lyt-box-f > .lyt-box-inner > li {
    display: flex;
    padding-top: 40px;
  }
  .lyt-box-f > .lyt-box-inner > li > .box {
    display: flex;
  }
  .lyt-box-f > .lyt-box-inner > li > .box > .box-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .lyt-box-f > .lyt-box-inner > li > .box > .box-inner .title > b {
    font-size: 2.2rem;
  }
  .lyt-box-f > .lyt-box-inner > li > .box > .box-inner .content {
    flex-grow: 1;
  }
  .lyt-box-f._col2 > .lyt-box-inner > li {
    width: 50%;
  }
  .lyt-box-f._col2 > .lyt-box-inner > li > .box > .box-inner .title {
    padding-top: 20px;
    padding-bottom: 11px;
  }
  .lyt-box-f._col2 > .lyt-box-inner > li > .box > .box-inner .content {
    padding-bottom: 23px;
  }
  .lyt-box-f._col2 > .lyt-box-inner > li > .box > .box-inner .content > .txt {
    padding-top: 22px;
  }
  .lyt-box-g {
    margin-top: 60px;
  }
  .lyt-box-g > .lyt-box-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
  .lyt-box-g > .lyt-box-inner > li .box .title__text {
    font-size: 2.8rem;
  }
  .lyt-box-g > .lyt-box-inner > li .box .title__text > b {
    font-size: 2.6rem;
  }
  .lyt-hdg-a > .lyt-hdg-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -60px;
  }
  .lyt-hdg-a > .lyt-hdg-inner > .col {
    width: 50%;
    padding: 0 0 0 60px;
  }
  .lyt-hdg-a > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]) {
    width: 100%;
    min-width: auto;
  }
  .lyt-hdg-b > .lyt-hdg-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -80px;
  }
  .lyt-hdg-b > .lyt-hdg-inner > .col {
    width: 50%;
    padding: 0 0 0 80px;
  }
  .lyt-hdg-b > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]) {
    width: 100%;
    min-width: auto;
  }
  .lyt-hdg-b._col2 > .lyt-hdg-inner > .col, .lyt-hdg-b._col3 > .lyt-hdg-inner > .col {
    width: 50%;
  }
  .lyt-hdg-b._adjust-content > .lyt-hdg-inner > .col {
    display: flex;
    flex-direction: column;
  }
  .lyt-hdg-b._adjust-content > .lyt-hdg-inner > .col > .content {
    flex-grow: 1;
  }
  .lyt-link-a {
    margin-top: 40px;
  }
  .lyt-link-a > .lyt-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .lyt-link-a > .lyt-link-inner > li {
    padding-top: 40px;
  }
  .lyt-link-a > .lyt-link-inner > li > .link-hdg-a {
    padding-top: 25px;
  }
  .lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a,
.lyt-link-a > .lyt-link-inner > li > .link-hdg-a > b {
    font-size: 1.8rem;
  }
  .lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a::before {
    top: 12px;
  }
  .lyt-link-a > .lyt-link-inner > li > .link-hdg-a > .link-a::after {
    top: 16px;
  }
  .lyt-link-a > .lyt-link-inner > li > .link-hdg-a + p {
    margin-top: 20px;
  }
  .lyt-link-a._col2 > .lyt-link-inner > li {
    width: 50%;
  }
  .lyt-link-a._col3 > .lyt-link-inner > li {
    width: 50%;
  }
  .lyt-link-a._col2 > .lyt-link-inner > li:only-child, .lyt-link-a._col3 > .lyt-link-inner > li:only-child {
    width: 50%;
  }
  .lyt-mv-a .content {
    z-index: 101;
    height: auto;
    padding: 40px 15px 25px;
  }
  .lyt-mv-a .content:lang(en) {
    height: calc(100% - 57px);
    padding: 40px 15px;
  }
  .lyt-mv-a .content .catch > img {
    width: auto;
  }
  .lyt-mv-a .content .lead {
    width: 36%;
    margin-top: 27px;
  }
  .lyt-mv-a .content .lead > b {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .lyt-mv-a .img {
    overflow: hidden;
  }
  .lyt-mv-a .img::before {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 37.5%;
    height: 100%;
    background: #0074cc;
    content: "";
  }
  .lyt-mv-a .img .slick-list::before {
    content: none;
  }
  .lyt-mv-a .img .item-wrap .item {
    width: calc(100% - ((100% - 1130px) / 2 + 395px));
  }
  .lyt-mv-a .img .item-wrap .item .item-inner > img {
    height: 495px;
    max-height: none;
  }
  .lyt-mv-a .img .item-wrap .item .item-inner > img:lang(en) {
    height: 406px;
  }
  html[data-script-enabled=true] .lyt-mv-a {
    padding-bottom: 0;
  }
  html[data-script-enabled=true] .lyt-mv-a .content .lead {
    pointer-events: auto;
  }
  .lyt-movie-a {
    margin-top: 55px;
  }
  .lyt-movie-a .lyt-movie-inner {
    max-width: 800px;
  }
  .lyt-movie-a + * {
    margin-top: 55px;
  }
  .lyt-movie-b {
    margin-top: 55px;
  }
  .lyt-movie-b + * {
    margin-top: 55px;
  }
  .lyt-faq-a {
    margin-top: 50px;
  }
  .lyt-faq-a > .hdg {
    padding-bottom: 24px;
  }
  .lyt-faq-a > .hdg > .mark {
    font-size: 1.6rem;
  }
  .lyt-faq-a > .hdg > .txt {
    padding-left: 16px;
    font-size: 2rem;
  }
  .lyt-faq-a > .answer > .mark {
    font-size: 1.6rem;
  }
  .lyt-faq-a > .answer > .content {
    padding: 4px 0 0 16px;
  }
  .tbl-wrap-a {
    margin-top: 50px;
  }
  .tbl-wrap-a .tbl-a > thead > tr > th {
    padding: 23px 29px 22px;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > th,
.tbl-wrap-a .tbl-a > tbody > tr > td {
    display: table-cell;
    width: auto;
    padding: 23px 29px 22px;
    vertical-align: top;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > td > *:first-child {
    margin-top: 0;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > td > * + * {
    margin-top: 16px;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > td > * .list-bullet-a._inline {
    margin-top: 6px;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a > li:not(:first-child) {
    margin-top: 7px;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a._inline {
    margin-top: -10px;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > td .list-bullet-a._inline > li:not(:first-child) {
    margin-top: 10px;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > td .list-note-a {
    margin-top: 10px;
  }
  .tbl-wrap-a .tbl-a > tbody > tr > td .btn-a,
.tbl-wrap-a .tbl-a > tbody > tr > td .btn-b {
    min-width: auto;
  }
  .tbl-wrap-a:not(.tbl-scroll) .tbl-a col {
    display: table-column;
  }
  .tbl-wrap-a + [class^=btn-list-] {
    margin-top: 40px;
  }
  .tbl-scroll {
    overflow-x: auto;
  }
  .tbl-scroll [class^=tbl-] {
    width: 100%;
  }
  :-moz-placeholder-shown {
    font-size: 1.8rem;
  }
  :-ms-input-placeholder {
    font-size: 1.8rem;
  }
  :placeholder-shown {
    font-size: 1.8rem;
  }
  ::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  :-moz-placeholder {
    font-size: 1.8rem;
  }
  ::-moz-placeholder {
    font-size: 1.8rem;
  }
  :-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .form-flow-a .form-flow-inner > li:not(:last-child)::before {
    top: 17px;
  }
  .form-flow-a .form-flow-inner > li .txt {
    font-size: 1.4rem;
  }
  .form-a .tbl-a > tbody > tr > td {
    padding: 30px 30px 28px;
  }
  .form-a .tbl-a > tbody > tr > td > *:first-child.form-list-b {
    margin-top: -20px;
  }
  .form-a .tbl-a > tbody > tr > td > * + * {
    margin-top: 25px;
  }
  .form-a .tbl-a > tbody > tr > td > * + *.form-list-b {
    margin-top: -5px;
  }
  .form-a .tbl-a > tbody > tr > td > * + *.form-label-b {
    margin-top: 25px;
  }
  .form-a .tbl-a > tbody > tr > td .form-select-a + .form-input-a._other,
.form-a .tbl-a > tbody > tr > td .form-list-a + .form-input-a._other {
    margin-top: 15px;
  }
  .form-a .tbl-a > tbody > tr > td .txt-error-a + * {
    margin-top: 15px;
  }
  .form-a .tbl-a > tbody > tr > td .txt-error-a + .form-list-b {
    margin-top: -5px;
  }
  .form-a .tbl-a > tbody > tr > td .txt-error-a + p {
    margin-top: 10px;
  }
  .form-a .tbl-a > tbody > tr > td .txt-error-a + .form-list-a._inline {
    margin-top: 0;
  }
  .form-a .tbl-a > tbody > tr > td .txt-note-a + .form-input-a {
    margin-top: 15px;
  }
  .form-input-a._size-a {
    max-width: 264px;
  }
  .form-input-a._size-b {
    max-width: 123px;
  }
  .form-checkbox-a .txt::before {
    top: 3px;
  }
  .form-checkbox-a .txt > span::before {
    top: 9px;
  }
  .form-checkbox-a .txt > span::after {
    top: 12px;
  }
  .box-a p + .form-checkbox-a {
    margin-top: 20px;
  }
  .form-radio-a .txt::before {
    top: 2px;
  }
  .form-radio-a .txt > span::before {
    top: 9px;
  }
  .form-radio-a .txt > span::after {
    top: 12px;
  }
  .form-textarea-a {
    height: 120px;
  }
  .form-select-a {
    max-width: 291px;
  }
  .form-list-a > li + li {
    margin-top: 15px;
  }
  .form-list-a._inline {
    margin: -15px 0 0 -30px;
  }
  .form-list-a._inline > li {
    padding: 15px 0 0 30px;
  }
  .form-list-a._inline > li + li {
    margin-top: 0;
  }
  .form-list-b {
    display: flex;
    margin: -20px 0 0 -40px;
  }
  .form-list-b > div {
    padding: 20px 0 0 40px;
  }
  .form-list-b > div > dd {
    width: auto;
  }
  .form-list-b > div + div {
    margin-top: 0;
  }
  .form-list-c > li {
    flex-wrap: nowrap;
  }
  .form-list-c > li > .form-input-a {
    margin-bottom: 0;
  }
  .form-list-c > li > .form-select-a {
    min-width: 130px;
    max-width: 130px;
    margin-left: 20px;
  }
  .form-list-c > li + li {
    margin-top: 15px;
  }
  .hdg-a::before {
    right: 50%;
    left: auto;
    max-width: 780px;
    height: 100%;
    margin-right: -682px;
  }
  .hdg-a > .hdg-inner {
    position: relative;
    min-height: auto;
    background: none;
  }
  .hdg-a > .hdg-inner::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 41.3524vw;
    max-width: 475px;
    height: 100%;
    background: #0074cc;
    content: "";
    content: none;
  }
  .hdg-a > .hdg-inner .txt {
    font-size: 3.5rem;
    text-align: left;
    text-shadow: none;
  }
  .hdg-b > .hdg-inner > .txt {
    font-size: 2.5rem;
  }
  .hdg-b > .hdg-inner > .sub {
    font-size: 1.8rem;
  }
  .hdg-b > .hdg-inner > .detail > .status {
    margin-bottom: 0;
  }
  .hdg-c {
    margin-top: 73px;
    padding-top: 20px;
  }
  .hdg-c > .txt {
    padding-left: 2px;
    font-size: 2.5rem;
    line-height: 1.52;
  }
  .hdg-c > .txt > a {
    padding-left: 35px;
  }
  .hdg-c > .txt > a::before {
    top: 13px;
  }
  .hdg-c > .txt > a::after {
    top: 18px;
  }
  .hdg-d {
    margin-top: 42px;
    font-size: 2.2rem;
  }
  .hdg-d::before {
    top: 15px;
  }
  .hdg-e {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .lyt-col-a + .hdg-f {
    margin-top: 24px;
  }
  .hdg-c + *:not([class^=lyt-img-]):not([class^=lyt-col-]):not([class^=tbl-wrap-]):not(.lyt-hdg-b):not(.list-toc-a) {
    margin-top: 36px;
  }
  .hdg-c + [class^=lyt-img-],
.hdg-c + [class^=lyt-col-],
.hdg-c + [class^=tbl-wrap-] {
    margin-top: 50px;
  }
  .hdg-c + .lyt-hdg-b {
    margin-top: 0;
  }
  .hdg-c + .lyt-hdg-b .hdg-d {
    margin-top: 36px;
  }
  .hdg-d + *:not([class^=lyt-img-]):not([class^=lyt-col-]):not([class^=tbl-wrap-]) {
    margin-top: 27px;
  }
  .lyt-hdg-b .hdg-d + [class^=lyt-img-] {
    margin-top: 27px;
  }
  .hdg-d + [class^=lyt-img-],
.hdg-d + [class^=lyt-col-],
.hdg-d + [class^=tbl-wrap-] {
    margin-top: 50px;
  }
  .hdg-e + *:not([class^=lyt-img-]):not([class^=lyt-col-]):not([class^=tbl-wrap-]) {
    margin-top: 20px;
  }
  .hdg-e + [class^=lyt-img-],
.hdg-e + [class^=lyt-col-],
.hdg-e + [class^=tbl-wrap-] {
    margin-top: 50px;
  }
  * + p {
    margin-top: 26px;
  }
  .txt-lead-a {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .txt-lead-a > b {
    font-size: 1.8rem;
  }
  .txt-caption-a {
    font-size: 1.4rem;
  }
  .txt-caption-a + * {
    margin-top: 35px;
  }
  .txt-error-a > strong::before {
    top: 4px;
  }
  .txt-img-a {
    height: 22px;
  }
  .btn-control,
.slick-arrow {
    z-index: 100;
    bottom: 33px;
  }
  .btn-control {
    margin-left: -32.5%;
  }
  .slick-arrow.slick-prev {
    margin-left: calc(-32.5% - 26px);
  }
  .slick-arrow.slick-next {
    margin-left: calc(-32.5% + 26px);
  }
  html[data-script-enabled=true] .btn-top.js-fixed.is-fixed > a {
    bottom: 30px;
  }
  html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-a,
html[data-script-enabled=true] .js-tbl-scroll .icon-swipe-b {
    display: none;
  }
  .js-modal .modal-wrap .js-close-btn {
    top: -35px;
  }
  .block-editor ol:not([class]) {
    margin-top: 28px;
  }
  .block-editor ol:not([class]) > li:not(:first-child) {
    margin-top: 5px;
  }
  .block-editor ol:not([class]) > li:last-child {
    padding-bottom: 5px;
  }
  .block-editor ol:not([class]) > li > ol:not([class]),
.block-editor ol:not([class]) > li > ul:not([class]) {
    margin-left: 20px;
  }
  .block-editor ul:not([class]) {
    margin-top: 28px;
  }
  .block-editor ul:not([class]) > li:not(:first-child) {
    margin-top: 5px;
  }
  .block-editor ul:not([class]) > li::before {
    top: 11px;
  }
  .block-editor ul:not([class]) > li > *:not(a):last-child {
    padding-bottom: 5px;
  }
  .block-editor > img {
    margin-top: 50px !important;
  }
  .block-editor figure:not([class]) {
    margin-top: 50px !important;
  }
  .block-editor figure:not([class]) > img {
    margin-top: 50px !important;
  }
  .block-editor * + div:not([class]) > p:first-child {
    margin-top: 26px;
  }
  .block-editor .box-a .box-hdg-a + div:not([class]) > *:not(:first-child) {
    margin-top: 20px;
  }
  .block-editor .tbl-wrap-a {
    margin-top: 50px;
  }
  .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th,
.block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td {
    display: table-cell;
    width: auto;
    padding: 23px 29px 22px;
    vertical-align: top;
  }
  .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > th {
    width: 30%;
  }
  .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td > *:first-child {
    margin-top: 0;
  }
  .block-editor .tbl-wrap-a > table:not([class]) > tbody > tr > td > * + * {
    margin-top: 16px;
  }
  .block-editor > table {
    margin-top: 50px;
  }
  .block-editor > table > tbody > tr > th,
.block-editor > table > tbody > tr > td {
    display: table-cell;
    width: auto;
  }
  .block-editor > table > tbody > tr > td > *:first-child {
    margin-top: 0;
  }
  .block-editor > table > tbody > tr > td > * + * {
    margin-top: 16px;
  }
  .block-editor > h2:not([class]) {
    margin-top: 73px;
    padding-top: 20px;
    padding-left: 2px;
    font-size: 2.5rem;
    line-height: 1.52;
  }
  .block-editor > h3:not([class]) {
    margin-top: 42px;
    font-size: 2.2rem;
  }
  .block-editor > h4:not([class]) {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .block-editor > h5:not([class]) {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .block-editor > h6:not([class]) {
    font-size: 1.6rem;
  }
  .block-editor > h2:not([class]) + *:not([class^=lyt-img-]):not([class^=lyt-col-]):not([class^=tbl-wrap-]) {
    margin-top: 36px;
  }
  .block-editor > h2:not([class]) + [class^=lyt-img-],
.block-editor > h2:not([class]) + [class^=lyt-col-],
.block-editor > h2:not([class]) + [class^=tbl-wrap-] {
    margin-top: 50px;
  }
  .block-editor > h2:not([class]) + .lyt-hdg-b {
    margin-top: 0;
  }
  .block-editor > h2:not([class]) + .lyt-hdg-b .hdg-d {
    margin-top: 36px;
  }
  .block-editor > h3:not([class]) + *:not([class^=lyt-img-]):not([class^=lyt-col-]):not([class^=tbl-wrap-]) {
    margin-top: 27px;
  }
  .block-editor > h3:not([class]) + [class^=lyt-img-],
.block-editor > h3:not([class]) + [class^=lyt-col-],
.block-editor > h3:not([class]) + [class^=tbl-wrap-] {
    margin-top: 50px;
  }
  .block-editor > h4:not([class]) + *:not([class^=lyt-img-]):not([class^=lyt-col-]):not([class^=tbl-wrap-]) {
    margin-top: 20px;
  }
  .block-editor > h4:not([class]) + [class^=lyt-img-],
.block-editor > h4:not([class]) + [class^=lyt-col-],
.block-editor > h4:not([class]) + [class^=tbl-wrap-] {
    margin-top: 50px;
  }
  .top-common-container {
    margin: 0 auto;
  }
  .top-common-hdg {
    font-size: 3.2rem;
  }
  .top-common-hdg + * {
    margin-top: 40px;
  }
  .top-common-btn-wrap.btn-wrap-center {
    margin-top: 32px;
  }
  .top-mv__swiper {
    position: relative;
  }
  .top-mv__slide {
    padding-left: var(--control-width);
  }
  .top-mv__control {
    -ms-grid-rows: auto 14px 1fr;
    -ms-grid-columns: var(--toggle-width) 8px 1fr;
    display: -ms-grid;
    display: grid;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    grid-template: "number pagination" auto "toggle toggle" 1fr/var(--toggle-width) 1fr;
    align-items: flex-start;
    width: var(--control-width);
    height: 100%;
    padding: clamp(12px, -7.33rem + 11.11vw, 60px) 0 0 40px;
    gap: 14px 8px;
  }
  .top-mv__number {
    grid-area: number;
    flex-direction: column;
    width: auto;
    height: clamp(180px, 7.33rem + 13.99vw, 240px);
  }
  .top-mv__number::before, .top-mv__number::after {
    top: 30px;
    right: 0;
    left: 0;
    width: 2px;
    height: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
  .top-mv__number::after {
    transform: scaleY(var(--progress));
  }
  .top-mv__number-current, .top-mv__number-next {
    font-size: 1.6rem;
    text-align: center;
  }
  .top-mv__pagination {
    grid-area: pagination;
    flex-direction: column;
    width: var(--pagination-width);
    height: auto;
    padding-top: 5px;
    padding-left: 0;
    gap: 10px;
  }
  .top-mv__toggle {
    grid-area: toggle;
  }
  .top-mv__number {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-mv__pagination {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top-mv__toggle {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .top-mv-panel__content {
    justify-content: center;
    padding: clamp(24px, -9.624rem + 11.73vw, 64px) 12px;
  }
  .top-mv-panel__lead {
    margin-top: clamp(24px, -9.624rem + 11.73vw, 64px);
  }
  .top-mv-panel__text {
    font-size: 1.6rem;
  }
  .top-mv-panel__media::before {
    background: linear-gradient(15deg, #062a64 45%, rgba(6, 42, 100, 0.6) 60%, rgba(82, 120, 149, 0.3) 100%);
  }
  .top-topic {
    margin-right: var(--local-space);
    padding-left: var(--local-space);
    background-color: #ededed;
  }
  .top-topic__inner > a,
.top-topic__inner > div {
    flex-wrap: nowrap;
    padding: 32px 72px 32px 0;
  }
  .top-topic__inner > a .date,
.top-topic__inner > div .date {
    margin-right: 12px;
  }
  .top-topic__inner > a .text,
.top-topic__inner > div .text {
    margin-top: 0;
  }
  .top-topic__inner > a .text::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 16px;
    transform: rotate(45deg);
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    content: "";
  }
  .top-service {
    margin-top: 48px;
  }
  .top-service__detail {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .top-service__detail-item:last-child:nth-child(odd) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .top-news {
    margin-top: 64px;
  }
  .top-news__inner {
    display: flex;
  }
  .top-news .top-news-list {
    margin: 0 0 0 44px;
  }
  .top-news .top-news-list__inner > li > a::before {
    margin-top: -4px;
  }
  .top-news .top-news-list__inner > li > a::after {
    margin-top: 0;
  }
  .top-news .top-news-list__inner > li > a,
.top-news .top-news-list__inner > li > div {
    flex-wrap: nowrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top-news .top-news-list__inner > li > a .label,
.top-news .top-news-list__inner > li > div .label {
    margin: 0 20px 0 0;
  }
  .top-news .top-news-list__inner > li > a .label > span,
.top-news .top-news-list__inner > li > div .label > span {
    width: 100px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: inherit;
  }
  .top-news .top-news-list__inner > li > a .item,
.top-news .top-news-list__inner > li > div .item {
    margin-top: 0;
  }
  .top-seminar {
    position: relative;
    margin-top: 64px;
    padding-bottom: 64px;
  }
  .top-seminar::before {
    display: block;
    position: absolute;
    aspect-ratio: 416/1040;
    width: auto;
    max-width: 35%;
    height: 100%;
    background-image: url("/shared/images/bg-seminer.jpg");
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
  .top-seminar__inner::before {
    display: none;
  }
  .top-seminar__inner {
    padding: 48px 0;
  }
  .top-seminar__inner .top-seminar-list {
    margin-left: 0;
  }
  .top-seminar__content {
    display: flex;
    padding: 24px 32px;
  }
  .top-seminar__content-label {
    width: 80px;
    font-size: 1.4rem;
  }
  .top-seminar__content-info {
    width: 40%;
    padding-top: 16px;
    padding-right: 30px;
  }
  .top-seminar__content-info::after {
    width: 1px;
    height: 100%;
  }
  .top-seminar__content-item {
    width: 60%;
    margin-left: 40px;
  }
  .top-seminar__content-index {
    margin-top: 18px;
  }
  .top-seminar__content-link::before {
    top: 10px;
  }
  .top-seminar__content-link::after {
    top: 14px;
  }
  .top-consultant {
    margin-top: 48px;
  }
  .top-consultant__inner::before, .top-consultant__inner::after {
    display: block;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: clamp(270px, 21.348rem + 7.36vw, 314px);
    content: "";
  }
  .top-consultant__inner::after {
    background-image: url("/shared/images/bg-consultant-pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-consultant__media-index {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding-bottom: 48px;
    gap: 40px;
  }
  .top-consultant__content {
    width: 100%;
  }
  .top-consultant__content p {
    font-size: 1.8rem;
  }
  .top-consultant__content .btn-wrap-center {
    margin: 32px 0 0;
  }
  .top-consultant__content .btn-a {
    min-width: min(100%, 350px);
  }
  .top-consultant__media {
    flex: 0 0 auto;
    width: min(55%, 620px);
  }
  .top-contact {
    margin: 72px auto;
  }
  .top-contact__container {
    padding: 50px 0;
  }
  .top-contact__container p b {
    font-size: 2.8rem;
  }
  .top-contact__container__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 740px;
    margin: 0 auto;
  }
}
@media print {
  body {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 800px), print {
  #header .header-inner .logo {
    margin-bottom: 23px;
  }
  #header .header-inner .logo > a > img {
    max-width: 302px;
  }
  .lyt-hdg-b > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]) {
    width: auto;
    min-width: 350px;
  }
  .lyt-hdg-b._col2 > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]), .lyt-hdg-b._col3 > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]), .lyt-hdg-b._col4 > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]) {
    width: auto;
    min-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-global-child {
    display: none !important;
  }
  html[data-script-enabled=true] .nav-header-inner {
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
  }
  html[data-script-enabled=true] #js-dropdown-overlay {
    display: none;
  }
  #top .list-news-a > .list-news-inner > li:nth-child(n+4) {
    display: none;
  }
  .list-step-b > ol > .list-step-item > .list-step-num {
    justify-content: center;
    width: 46px;
    padding: 0;
    font-size: 1.2rem;
  }
  .list-step-b > ol > .list-step-item > .list-step-num::before {
    right: 50%;
    padding: 40px 0 0;
    transform: translate(50%);
    font-size: 2rem;
  }
  .list-step-b > ol > .list-step-item > .list-step-num::after {
    border-width: 20.5px 23px 0;
  }
  .list-step-b > ol > .list-step-item > .list-step-contents {
    width: calc(100% - 60px);
    margin-left: 10px;
    padding: 18px 0;
  }
  .list-step-b > ol .list-hdg-b {
    font-size: 1.4rem;
  }
  .top-common-btn-wrap [class^=btn-] {
    width: auto;
    min-width: min(100%, 350px);
  }
  .top-mv__number::before, .top-mv__number::after {
    top: 0;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 2px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .top-mv__number::after {
    transform: scaleX(var(--progress));
  }
  .top-mv-panel {
    min-height: 115vw;
  }
  .top-mv-panel__index .btn-wrap-center {
    display: flex;
    justify-content: center;
  }
  .top-topic__inner > a,
.top-topic__inner > div {
    padding: 16px 36px 16px 10px;
  }
  .top-topic__inner > a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    content: "";
  }
  .top-service__main-content {
    padding: 0 10px;
  }
  .top-consultant__content {
    padding-bottom: 32px;
  }
  .top-consultant__content::before, .top-consultant__content::after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    /* stylelint-disable-next-line max-line-length */
    height: calc(100% + 32px + (100vw - 20px) * 0.6177419355 / 2);
    content: "";
  }
  .top-consultant__content::before {
    background: linear-gradient(0deg, rgb(0, 50, 88) 0%, rgb(0, 10, 18) 100%);
  }
  .top-consultant__content::after {
    background-image: url("/shared/images/bg-consultant-sp.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 900px), print {
  .nav-global-child .child-content .item-wrap > .item {
    width: 25%;
  }
  .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img {
    min-height: 235px !important;
  }
  .lyt-box-b._col3 > .lyt-box-inner > li {
    width: 33.333333% !important;
  }
}
@media print, screen and (max-width: 769px) {
  .section-a > .section-inner._img-top {
    padding-top: 0;
  }
  .section-a._bottom .section-inner .box-contact-a .box-content .col {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
  }
  .section-a._bottom .section-inner .box-contact-a .box-content .col + .col {
    margin-top: 50px;
  }
  .mv-img img.sp-hide {
    display: none;
  }
  .mv-img img.pc-hide {
    display: block;
  }
  .mv-img::after {
    content: none;
  }
  .mv-text .mv-logo + p {
    margin-top: 6.5vw;
  }
  .mv-text .mv-link-btn {
    margin: 6vw auto 0 auto;
  }
  .mv-text {
    padding: 0 20px;
  }
  .section-top-a {
    padding: 40px 0 45px 0;
  }
  .section-top-a._bg-deco-01 {
    background-image: url("/shared/images/top-bgdeco-01_1_sp.png"), url("/shared/images/dr-bg_sp.png");
    background-position: left bottom, center top;
    background-size: auto, 100%;
    background-attachment: scroll, fixed;
  }
  .section-top-a._bg-deco-02 {
    background-image: url("/shared/images/top-bgdeco-02_sp.png");
    background-position: right top;
  }
  .section-top-a._section-straddle-deco-01::before {
    content: none;
  }
  .section-top-b {
    padding: 45px 0 55px 0;
    background-image: url("/shared/images/top-bg_sp.jpg");
  }
  .bnr-list .lyt-col-inner .col + .col {
    margin-top: 20px;
  }
  .top-btn-list {
    display: block;
  }
  .top-btn-list li {
    text-align: center;
  }
  .top-btn-list li + li {
    margin-top: 18px;
  }
  .top-card-link {
    padding: 0 4px;
  }
  .dr-bg-area {
    display: none;
  }
  .img-wrap {
    margin: 0 -10px;
  }
  .img-wrap img {
    width: 100%;
    max-width: none;
  }
  .topics-carousel-list > li {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 800px) {
  .top-card-link .lyt-box-c > .lyt-box-inner {
    display: block;
    margin-left: 0;
  }
  .top-card-link .lyt-box-c > .lyt-box-inner .col {
    width: 100%;
    padding-left: 0;
  }
  .top-card-link .lyt-box-c > .lyt-box-inner .col + .col {
    margin-top: 45px;
  }
  .top-card-link .lyt-box-c > .lyt-box-inner .col .box {
    padding: 0;
    overflow: initial;
  }
  .top-card-link .lyt-box-c > .lyt-box-inner .col .box .box-btn-a {
    margin: 0 -4px;
  }
  .top-card-link .lyt-box-c > .lyt-box-inner .col .box .box-list-a {
    margin: 0 10px;
  }
  .top-card-link .lyt-box-c .col .box-list-a {
    min-height: auto !important;
  }
}
@media only screen and (min-width: 1025px), print {
  .lyt-col-a._col3-2 > .lyt-col-inner > .col {
    width: 33.333333%;
  }
  .lyt-hdg-b._col3 > .lyt-hdg-inner {
    margin: 0 0 0 -40px;
  }
  .lyt-hdg-b._col3 > .lyt-hdg-inner > .col {
    width: 33.333333%;
    padding: 0 0 0 40px;
  }
  .lyt-hdg-b._col3 > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]) {
    min-width: 100%;
  }
  .lyt-hdg-b._col4 > .lyt-hdg-inner {
    margin: 0 0 0 -40px;
  }
  .lyt-hdg-b._col4 > .lyt-hdg-inner > .col {
    width: 25%;
    padding: 0 0 0 40px;
  }
  .lyt-hdg-b._col4 > .lyt-hdg-inner > .col .lyt-img-a {
    margin-top: 27px;
  }
  .lyt-hdg-b._col4 > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]) {
    min-width: 100%;
  }
  .top-mv-panel {
    display: flex;
    gap: clamp(24px, -9.624rem + 11.73vw, 64px);
  }
  .top-mv-panel__content {
    flex: 0 0 auto;
    width: 45%;
    /* stylelint-disable-next-line max-line-length */
    padding: clamp(24px, -9.624rem + 11.73vw, 64px) 0 clamp(24px, -9.624rem + 11.73vw, 64px) clamp(24px, -1.69rem + 5.32vw, 47px);
  }
  .top-mv-panel__logo {
    width: clamp(240px, -36.117rem + 58.65vw, 440px);
  }
  .top-mv-panel__media::before {
    background: linear-gradient(60deg, #062a64 45%, rgba(6, 42, 100, 0.6) 60%, rgba(82, 120, 149, 0.3) 100%);
  }
  .top-mv-panel__mark {
    display: flex;
    z-index: 2;
    position: relative;
    align-items: flex-end;
    width: 100%;
    padding: 0 clamp(24px, -1.69rem + 5.32vw, 47px) 0 0;
  }
}
@media only screen and (min-width: 950px), print {
  .lyt-box-a._col3 > .lyt-box-inner > li {
    width: 33.333333%;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .detail {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title {
    padding-right: 40px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title::after {
    right: 20px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:hover::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:hover::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:active::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:active::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:focus::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner a.title:focus::after {
    right: 15px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .content {
    padding: 0 20px 20px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > .box-inner .label {
    padding: 15px 20px 13px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title {
    padding-right: 40px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner .title::after {
    right: 20px;
  }
  .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:hover .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:hover .title::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:active .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:active .title::after, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:focus .title::before, .lyt-box-a._col3 > .lyt-box-inner > li > .box > a.box-inner:focus .title::after {
    right: 15px;
  }
  .lyt-box-d._col3 .lyt-box-inner > li {
    width: 33.333333%;
  }
  .lyt-link-a._col3 > .lyt-link-inner {
    margin-left: -40px;
  }
  .lyt-link-a._col3 > .lyt-link-inner > li {
    width: 33.333333%;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 625px), print {
  .lyt-box-b {
    margin-top: 60px;
  }
  .lyt-box-b > .lyt-box-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .lyt-box-b > .lyt-box-inner > li {
    display: flex;
    padding-top: 40px;
  }
  .lyt-box-b > .lyt-box-inner > li > .box {
    display: flex;
  }
  .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 86px;
  }
  .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .item .label {
    flex-grow: 1;
  }
  .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img {
    position: relative;
    width: 100%;
    min-height: 31.40625vw;
    overflow: hidden;
  }
  .lyt-box-b > .lyt-box-inner > li > .box > .box-inner > .img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  .lyt-box-b._col2 > .lyt-box-inner > li {
    width: 50%;
  }
  .lyt-box-b._col3 > .lyt-box-inner > li {
    width: 50%;
  }
}
@media only screen and (min-width: 780px), print {
  .lyt-hdg-a > .lyt-hdg-inner > .col [class^=btn-]:not([class^=btn-wrap-]) {
    width: auto;
    min-width: 350px;
  }
}
@media only screen and (min-width: 1110px), print {
  .lyt-mv-a .img::before {
    left: 50%;
    width: 415px;
    margin-left: -576px;
  }
  .lyt-mv-a .img .item-wrap .item .item-inner {
    height: 406px;
  }
  .lyt-mv-a .img .item-wrap .item .item-inner > img {
    height: 406px;
  }
}
@media only screen and (min-width: 1130px), print {
  .lyt-mv-a .img .item-wrap .item .item-inner {
    position: relative;
  }
  .lyt-mv-a .img .item-wrap .item .item-inner > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 1350px), print {
  .lyt-mv-a .img .item-wrap .item .item-inner > img {
    width: 100%;
    height: auto;
  }
  .lyt-mv-a .img .item-wrap .item .item-inner > img:lang(en) {
    height: auto;
  }
}
@media only screen and (min-width: 1150px), print {
  .hdg-a > .hdg-inner::before {
    width: 475px;
  }
  .hdg-a._service::before, .hdg-a._consultant::before, .hdg-a._publication::before, .hdg-a._book::before, .hdg-a._column::before, .hdg-a._recruit::before {
    background-position: left center;
  }
  .btn-control {
    margin-left: -384px;
  }
  .slick-arrow.slick-prev {
    margin-left: -410px;
  }
  .slick-arrow.slick-next {
    margin-left: -358px;
  }
}
@media only screen and (min-width: 1365px), print {
  .hdg-a::before {
    max-width: 57.14285vw;
    margin-right: -50vw;
  }
}
