<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************************************
// reset
***************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; }

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

html { overflow-y: scroll; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 14px; }

body { font-family: 'Noto Sans JP', Meiryo, sans-serif; font-weight: 400; color: #313E5B; background-color: #fff; font-size: 1rem; line-height: 1.78; letter-spacing: 0.1em; min-width: 320px; text-align: left; font-variant-ligatures: none; font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; overflow-wrap: break-word; }

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

blockquote, q { quotes: none; }

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

table, table tr, table tr th, table tr td { border-collapse: collapse; border-spacing: 0; }

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl { clear: none; }

img { overflow: hidden; vertical-align: bottom; margin: 0; padding: 0; border: none; max-width: 100%; height: auto; line-height: 1em; -ms-interpolation-mode: bicubic; }

a { color: #313E5B; margin: 0; padding: 0; font-size: 100%; font: inherit; }

a:focus { outline: auto; }

/***************************************************************************
// basic
***************************************************************************/
.ib { display: inline-block; }

.t-right { text-align: right; }

.strike { text-decoration: line-through; }

/* adjust */
.mgnbtm0 { margin-bottom: 0 !important; }

.mgntop0 { margin-top: 0 !important; }

.mgnbtm1 { margin-bottom: 48px; }

.switch1 { display: none; }

.switch2 { display: none; }

.img-sp { display: none; }

@media screen and (max-width: 680px) { /* adjust */
  .switch1 { display: inline; }
  .switch2 { display: block; }
  .img-sp { display: inline; }
  .img-pc { display: none; } }
/***************************************************************************
// frame
***************************************************************************/
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

/* font */
.fnt-normal { font-family: 'Noto Sans JP', Meiryo, sans-serif; font-weight: 400; }

.fnt-m { font-weight: 500; }

.fnt-b { font-weight: 700; }

.fnt-italic { font-style: italic; }

.fnt-min { font-family: 'Noto Serif JP', serif; font-weight: 400; }

.fnt-min-m { font-family: 'Noto Serif JP', serif; font-weight: 500; }

.fnt-min-b { font-family: 'Noto Serif JP', serif; font-weight: 600; }

.fnt-en-300 { font-family: 'Roboto Slab', Meiryo, sans-serif; font-weight: 300; }

.fnt-en-i { font-family: 'Playfair Display', serif; font-style: italic; }

b { font-weight: 700; }

i { font-style: italic; }

sup { font-size: 68%; }

sub { font-size: 68%; }

.wrapper-large { max-width: 1206px; margin: 0 auto; }
@media only screen and (max-width: 1330px) { .wrapper-large { margin: 0 4.5%; } }
@media only screen and (max-width: 1140px) { .wrapper-large { margin: 0 30px; } }

.wrapper-middle { max-width: 1084px; margin: 0 auto; }
@media only screen and (max-width: 1140px) { .wrapper-middle { margin: 0 30px; } }

.wrapper-small { max-width: 1079px; margin: 0 auto; }
@media only screen and (max-width: 1140px) { .wrapper-small { margin: 0 30px; } }

.body { position: relative; }

.all-container { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }
.all-container.js-nav-active, .all-container.js-modal-active { position: fixed; left: 0; top: 0; width: 100%; }

/* common */
.txt-ib { display: inline-block; }

a.out:after, a.pdf:after, a.ppt:after, a.wrd:after, a.exl:after { content: ""; display: inline-block; width: 16px; height: 20px; padding-left: 5px; vertical-align: text-bottom; border-right: 9px solid transparent; }

a.out:after { vertical-align: middle; }

a.out:after { background-image: url(../img/ico_outside.svg); background-repeat: no-repeat; background-position: right top; background-size: 16px 16px; }

a.pdf:after, a.ppt:after, a.wrd:after, a.exl:after { background-image: url(../img/ico_pdf.svg); background-repeat: no-repeat; background-position: right top; background-size: 16px 18px; }

/* circle-arrow */
.circle-arrow { position: relative; display: block; }

.circle-arrow:before { content: ""; display: block; position: absolute; bottom: 0; left: 50%; width: 44px; height: 44px; margin-left: -22px; background-color: #313e5b; border-radius: 22px; }

.circle-arrow:after { content: ""; display: block; position: absolute; bottom: 17px; left: 50%; margin-left: -8px; width: 10px; height: 10px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* block-hover */
.over-w a { display: block; background: none; overflow: hidden; position: relative; border-bottom: none; }

.over-w a:after { content: ""; display: block; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background-color: rgba(255, 255, 255, 0.3); -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }

.over-w a:hover { background: none; }

.over-w a:hover:after, .over-w a:focus:after { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

/* HR */
hr { position: relative; overflow: visible; height: 1px; overflow-y: auto; margin-bottom: 50px; border: none; background-color: #313E5B; opacity: .4; }
hr:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 20px; height: 1px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); background: linear-gradient(to right, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); z-index: 2; }
@media only screen and (max-width: 720px) { hr:before { width: 9px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); background: linear-gradient(to right, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); } }
hr:after { content: ""; display: block; position: absolute; top: 0; right: 0; width: 20px; height: 1px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); background: linear-gradient(to right, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); z-index: 2; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
@media only screen and (max-width: 720px) { hr:after { width: 9px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); background: linear-gradient(to right, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); } }
@media only screen and (max-width: 720px) { hr { opacity: 1; margin-bottom: 40px; } }

.separator { position: relative; opacity: 1; overflow: visible; height: 1px; overflow-y: auto; border: none; background-color: #313E5B; margin-bottom: 0; }
.separator:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 20px; height: 1px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); background: linear-gradient(to right, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); z-index: 2; }
@media only screen and (max-width: 720px) { .separator:before { width: 9px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); background: linear-gradient(to right, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); } }
.separator:after { content: ""; display: block; position: absolute; top: 0; right: 0; width: 20px; height: 1px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); background: linear-gradient(to right, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); z-index: 2; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
@media only screen and (max-width: 720px) { .separator:after { width: 9px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); } }
@media only screen and (max-width: 720px) { .separator { margin-bottom: 0; } }

.separator2 { position: relative; opacity: .8; overflow: visible; width: 100%; height: 1px; overflow-y: auto; border: none; background-color: #313E5B; }
.separator2:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 20px; height: 1px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 2px, #fff 2px, #fff 6px, #313E5B 6px, #313E5B 11px, #fff 11px, #fff 15px, #313E5B 15px); background: linear-gradient(to right, #313E5B 0, #313E5B 2px, #fff 2px, #fff 6px, #313E5B 6px, #313E5B 11px, #fff 11px, #fff 15px, #313E5B 15px); z-index: 2; }
.separator2:after { content: ""; display: block; position: absolute; top: 0; right: 0; width: 20px; height: 1px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 2px, #fff 2px, #fff 6px, #313E5B 6px, #313E5B 11px, #fff 11px, #fff 15px, #313E5B 15px); background: linear-gradient(to right, #313E5B 0, #313E5B 2px, #fff 2px, #fff 6px, #313E5B 6px, #313E5B 11px, #fff 11px, #fff 15px, #313E5B 15px); z-index: 2; -webkit-transform: rotate(180deg); transform: rotate(180deg); }

/* logo */
.general-logo { display: table; line-height: 1.5; }

.general-logo-img { display: table-cell; width: 69px; padding-right: 13px; vertical-align: top; }
.general-logo-img img { width: 56px; }
@media only screen and (max-width: 1140px) { .general-logo-img { width: 61px; }
  .general-logo-img img { width: 48px; } }
@media only screen and (max-width: 720px) { .general-logo-img { width: 45px; padding-right: 8px; }
  .general-logo-img img { width: 37px; } }

.general-logo-txt { display: table-cell; vertical-align: top; font-size: 1.2142857143rem; }
@media only screen and (max-width: 1140px) { .general-logo-txt { font-size: 1rem; } }
@media only screen and (max-width: 720px) { .general-logo-txt { width: calc(100% - 45px); font-size: 0.8571428571rem; letter-spacing: .07em; } }
@media only screen and (max-width: 374px) { .general-logo-txt { letter-spacing: normal; } }

.general-logo-txt-middle { font-size: 0.7857142857rem; display: block; letter-spacing: .18em; margin-top: -2px; }
@media only screen and (max-width: 1140px) { .general-logo-txt-middle { margin-top: 0; } }
@media only screen and (max-width: 720px) { .general-logo-txt-middle { font-size: 0.7142857143rem; -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: scale(0.7, 0.7); transform: scale(0.7, 0.7); margin-bottom: 2px; margin-top: -6px; } }

.general-logo-txt-small { font-size: 0.7142857143rem; display: block; margin-top: 3px; letter-spacing: .09em; white-space: nowrap; }
@media only screen and (max-width: 720px) { .general-logo-txt-small { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(0.6, 0.6); transform: scale(0.6, 0.6); letter-spacing: .08em; } }

/* arrowTextLink */
.h-textlink a { position: relative; border-bottom: none; padding-left: 23px; }
.h-textlink a:before { content: ""; display: block; position: absolute; top: .4em; left: 0; width: 8px; height: 8px; border: 1px solid #313e5b; border-bottom: none; border-left: none; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media only screen and (max-width: 720px) { .h-textlink a:before { width: 7px; height: 7px; } }
@media only screen and (max-width: 720px) { .h-textlink a { padding-left: 18px; text-decoration: underline; }
  .h-textlink a:hover { border-bottom: none; } }

/* section-ttl */
.ttl-general-wrapper { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 45px; position: relative; }
@media only screen and (max-width: 960px) { .ttl-general-wrapper { display: block; } }

.ttl-general { display: inline-block; font-size: 1.8571428571rem; position: relative; }
@media only screen and (max-width: 720px) { .ttl-general { font-size: 1.7142857143rem; top: -1px; } }
.ttl-general:before { content: ""; display: block; width: 9px; height: 9px; border-radius: 50%; position: absolute; top: 0; left: -17px; background-color: #EF0012; }
@media only screen and (max-width: 720px) { .ttl-general:before { left: -18px; } }

.ttl-general-main { letter-spacing: .20em; }

.ttl-general-sub { display: block; margin-top: 8px; font-size: 1.0714285714rem; }
@media only screen and (max-width: 720px) { .ttl-general-sub { font-size: 0.8571428571rem; margin-top: calc(15px - 1em); } }

.ttl-general-dtl { padding: 11px 0 0 35px; font-size: 1.0714285714rem; letter-spacing: .10em; }
@media only screen and (max-width: 960px) { .ttl-general-dtl { padding: 0; margin-top: 28px; } }
@media only screen and (max-width: 720px) { .ttl-general-dtl { font-size: 0.9285714286rem; margin-top: 20px; } }

.ttl-general-view-link { display: inline-block; margin-left: auto; margin-top: 14px; }
@media only screen and (max-width: 960px) { .ttl-general-view-link { position: absolute; top: 13px; right: 0; margin-top: 0; } }
@media only screen and (max-width: 720px) { .ttl-general-view-link { display: none; } }
.ttl-general-view-link.ttl-general-view-last { display: none; }
@media only screen and (max-width: 720px) { .ttl-general-view-link.ttl-general-view-last { position: static; display: block; font-size: 0.8571428571rem; text-align: right; } }
.ttl-general-view-link a { position: relative; border-bottom: none; padding-left: 23px; }
@media only screen and (max-width: 720px) { .ttl-general-view-link a { padding-left: 17px; } }
.ttl-general-view-link a:before { content: ""; display: block; position: absolute; top: 6px; left: 0; width: 8px; height: 8px; border: 1px solid #313e5b; border-bottom: none; border-left: none; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media only screen and (max-width: 720px) { .ttl-general-view-link a:before { width: 7px; height: 7px; top: 5px; } }

.ttl-general-attention { font-size: 0.8571428571rem; }
@media only screen and (max-width: 720px) { .ttl-general-attention { display: block; position: static; font-size: 0.7142857143rem; margin-top: 40px; letter-spacing: -.03em; } }

.ttl-general-secondary { font-size: 1.4285714286rem; position: relative; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 45px; letter-spacing: .10em; }
@media only screen and (max-width: 720px) { .ttl-general-secondary { font-size: 1.2857142857rem; margin-bottom: 26px; } }
.ttl-general-secondary:before { content: ""; display: block; width: 100%; position: absolute; top: calc(50% + .1em); right: 0; height: 1px; background-color: #313E5B; }
.ttl-general-secondary:after { content: ""; display: block; position: absolute; top: calc(50% + .1em); right: 0; width: 20px; height: 1px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); background: linear-gradient(to right, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); z-index: 2; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
@media only screen and (max-width: 720px) { .ttl-general-secondary:after { width: 9px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); background: linear-gradient(to right, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px, #fff 9px); } }
@media only screen and (max-width: 720px) and (max-width: 720px) { .ttl-general-secondary:after { display: none; } }

.ttl-general-secondary-inner { display: inline-block; padding-right: 50px; background-color: #fff; z-index: 1; }
@media only screen and (max-width: 720px) { .ttl-general-secondary-inner { padding-right: 8px; } }

/* anchor */
.anchor { margin-bottom: 50px; }
.anchor .ttl-general-sub { display: none; }
@media only screen and (max-width: 720px) { .anchor { margin-bottom: 30px; } }

.anchor ul { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.1428571429rem; }
@media only screen and (max-width: 1140px) { .anchor ul { font-size: 1rem; } }
@media only screen and (max-width: 720px) { .anchor ul { font-size: 0.8571428571rem; } }

.anchor ul li { margin-bottom: 30px; position: relative; line-height: 1.45; }
.anchor ul li:after { content: ""; display: block; width: 100%; position: absolute; bottom: -11px; left: 0; height: 1px; background-color: rgba(49, 62, 91, 0.5); }
@media only screen and (max-width: 720px) { .anchor ul li:after { bottom: -8px; } }

.anchor.clm5 ul li { width: 16.6%; margin-right: 4.2%; }
.anchor.clm5 ul li:nth-of-type(5n) { margin-right: 0; }
@media only screen and (max-width: 960px) { .anchor.clm5 ul li { width: 31.3%; margin-right: 3%; }
  .anchor.clm5 ul li:nth-of-type(5n) { margin-right: 3%; }
  .anchor.clm5 ul li:nth-of-type(3n) { margin-right: 0; } }
@media only screen and (max-width: 720px) { .anchor.clm5 ul li { width: 46.1%; margin-right: 7.7%; margin-bottom: 24px; }
  .anchor.clm5 ul li:nth-of-type(5n) { margin-right: 7.7%; }
  .anchor.clm5 ul li:nth-of-type(3n) { margin-right: 7.7%; }
  .anchor.clm5 ul li:nth-of-type(2n) { margin-right: 0; } }

.anchor.clm4 ul li { width: 22.6%; margin-right: 3.2%; }
.anchor.clm4 ul li:nth-of-type(4n) { margin-right: 0; }
@media only screen and (max-width: 960px) { .anchor.clm4 ul li { width: 48.5%; margin-right: 3%; }
  .anchor.clm4 ul li:nth-of-type(2n) { margin-right: 0; } }
@media only screen and (max-width: 720px) { .anchor.clm4 ul li { width: 46.1%; margin-right: 7.7%; margin-bottom: 24px; } }

.anchor ul li a { display: block; height: 100%; padding-top: .2em; min-height: 32px; position: relative; padding-right: 46px; background: none; border-bottom: none; }
@media only screen and (max-width: 720px) { .anchor ul li a { min-height: 20px; padding-right: 22px; padding-top: .1em; } }

.anchor ul li a:before { content: ""; display: block; position: absolute; top: calc(50% - 16px); right: 0; width: 32px; height: 32px; background-color: #313e5b; border-radius: 50%; }
@media only screen and (max-width: 720px) { .anchor ul li a:before { top: calc(50% - 10px); width: 20px; height: 20px; } }

.anchor ul li a:after { content: ""; display: block; position: absolute; top: calc(50% - 7px); right: 12px; width: 8px; height: 8px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
@media only screen and (max-width: 720px) { .anchor ul li a:after { right: 7px; top: calc(50% - 4px); width: 5px; height: 5px; } }

/* main-v */
.main-visual-wrapper { max-width: 1366px; margin: 0 auto; background-color: #fff; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; }
.main-visual-wrapper:before { content: ""; display: block; width: 100%; max-width: 1200px; position: absolute; top: 0; bottom: 0; left: 0; background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); }
@media only screen and (max-width: 720px) { .main-visual-wrapper:before { display: none; } }
@media only screen and (max-width: 720px) { .main-visual-wrapper { background-image: none !important; margin-bottom: 40px; } }

.main-visual-inner { max-width: 1198px; height: 320px; padding: 0 40px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
@media only screen and (max-width: 1140px) { .main-visual-inner { max-width: 1118px; margin-right: 40px; padding: 0; } }
@media only screen and (max-width: 720px) { .main-visual-inner { display: block; height: auto; margin-right: 0; } }

.sp-main-image { display: none; }
@media only screen and (max-width: 720px) { .sp-main-image { display: block; } }

.main-visual-inner-block { width: 100%; }
@media only screen and (max-width: 1140px) { .main-visual-inner-block { padding: 0 40px; } }
@media only screen and (max-width: 720px) { .main-visual-inner-block { width: auto; text-align: left; padding: 0; margin: 20px 40px 34px 40px; } }

.mainttl { font-size: 2rem; letter-spacing: .20em; line-height: 1.6; position: relative; z-index: 1; }
.mainttl.mainttl--has-en { letter-spacing: .30em; }
@media only screen and (max-width: 720px) { .mainttl { font-size: 1.7142857143rem; letter-spacing: .13em; } }

.maindtl { display: inline-block; margin-top: 20px; line-height: 2; letter-spacing: .13em; font-size: 1.0714285714rem; position: relative; z-index: 1; }
.maindtl.fnt-en-i { margin-top: 8px; font-size: 0.9285714286rem; letter-spacing: .1em; }
@media only screen and (max-width: 720px) { .maindtl.fnt-en-i { margin-top: 5px; font-size: 0.7857142857rem; } }
@media only screen and (max-width: 720px) { .maindtl { width: auto; margin-top: 20px; line-height: 1.86; letter-spacing: .09em; } }

.greeting-link-area { position: absolute; bottom: -50px; right: 0; width: 100%; font-size: 1.4285714286rem; -webkit-transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1); transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
@media only screen and (max-width: 960px) { .greeting-link-area { bottom: -8px; } }
@media only screen and (max-width: 720px) { .greeting-link-area { bottom: -45px; font-size: 0.9285714286rem; } }

.greeting-link-area ul { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end; margin: 0 154px 0 30px; }
@media only screen and (max-width: 1140px) { .greeting-link-area ul { margin: 0 26px 0 30px; } }
@media only screen and (max-width: 720px) { .greeting-link-area ul { -webkit-justify-content: center; justify-content: center; margin: 0 26px 0 30px; } }
.greeting-link-area ul li { margin-right: 4px; border-bottom: 1px solid #313E5B; position: relative; }
@media only screen and (max-width: 720px) { .greeting-link-area ul li { -webkit-flex: 1; flex: 1; } }
.greeting-link-area ul li:before { content: ""; display: block; width: 8px; height: 8px; position: absolute; top: calc(50% - 4px); right: 55px; border: 1px solid #fff; border-left: 0; border-bottom: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); z-index: 1; pointer-events: none; }
@media only screen and (max-width: 720px) { .greeting-link-area ul li:before { width: 5px; height: 5px; top: auto; bottom: 28px; right: calc(50% - 1px); } }
.greeting-link-area ul li a { padding: 0 100px 0 40px; height: 100px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
.greeting-link-area ul li a.neuro { background-color: #E9F7ED; }
.greeting-link-area ul li a.mentalhealth { background-color: #FFFBE2; }
@media only screen and (max-width: 960px) { .greeting-link-area ul li a { height: 90px; } }
@media only screen and (max-width: 720px) { .greeting-link-area ul li a { padding: 0 5px 40px 5px; text-align: center; line-height: 1.2; -webkit-justify-content: center; justify-content: center; } }
.greeting-link-area ul li a.neuro:hover { background-color: #E9F7ED; }
.greeting-link-area ul li a.mentalhealth:hover { background-color: #FFFBE2; }
.greeting-link-area ul li a:before { content: ""; display: block; width: 32px; height: 32px; position: absolute; top: calc(50% - 16px); right: 42px; border-radius: 50%; background-color: #313E5B; z-index: 0; }
@media only screen and (max-width: 720px) { .greeting-link-area ul li a:before { content: ""; display: block; width: 20px; height: 20px; top: auto; bottom: 21px; right: calc(50% - 10px); } }

/* breadcrumb */
.bread { max-width: 1206px; margin: 20px auto 60px auto; font-size: 0; line-height: 1; position: relative; z-index: 1; }
@media only screen and (max-width: 1330px) { .bread { margin: 20px 4.5% 60px 4.5%; } }
@media only screen and (max-width: 1140px) { .bread { margin: 20px 30px 60px 30px; } }
@media only screen and (max-width: 720px) { .bread { display: none; } }

.bread:before { content: "-"; margin-right: 2px; color: #EE0819; font-size: 0.8571428571rem; }

.bread li { display: inline-block; font-size: 0.8571428571rem; margin-bottom: 3px; line-height: 1.2; }

.bread li:after { content: "&gt;"; margin: 0 5px 0 7px; }

.bread li:last-child:after { display: none; }

.bread a { border-bottom: none; text-decoration: underline; }

/* article-list */
.articlelist-cat { display: inline-block; text-align: center; padding: 7px 18px; border-radius: calc(7px + .5em); line-height: 1; font-size: 0.9285714286rem; vertical-align: middle; }
@media only screen and (max-width: 720px) { .articlelist-cat { font-size: 0.7857142857rem; padding: 7px 15px; } }
.articlelist-cat.cat-news { background-color: #F7E7E9; }
.articlelist-cat.cat-event { background-color: #EFF6FF; }
.articlelist-cat.cat-training-seminar { background-color: #F8EFFF; }
.articlelist-cat.cat-report { background-color: #FFFBE2; }
.articlelist-cat.cat-info { background-color: #FFFBE2; }
.articlelist-cat.cat-update { background-color: #E9F7ED; }
.articlelist-cat.cat-press { background-color: #F7E7E9; }
.articlelist-cat.cat-award { background-color: #EFF6FF; }

.articlelist-cat2 { display: inline-block; }
.articlelist-cat2:before { content: "-"; margin: 0 16px 0 10px; }
@media only screen and (max-width: 720px) { .articlelist-cat2:before { margin: 0 10px 0 3px; } }

.article-top-list { margin-bottom: 40px; }
@media only screen and (max-width: 720px) { .article-top-list { margin-bottom: 80px; } }
.article-top-list.nocat a { padding-bottom: 0; }

.article-top-list-inner { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 720px) { .article-top-list-inner { display: block; } }

.article-top-list-block { width: 29.85%; margin-right: 5.22%; margin-bottom: 50px; max-width: 360px; }
@media only screen and (max-width: 720px) { .article-top-list-block { width: auto; margin-right: 0; margin-bottom: 42px; max-width: none; } }
.article-top-list-block:nth-of-type(3n) { margin-right: 0; }
.article-top-list-block a { display: block; padding-bottom: 50px; position: relative; height: 100%; }
@media only screen and (max-width: 960px) { .article-top-list-block a { padding-bottom: 86px; } }
@media only screen and (max-width: 720px) { .article-top-list-block a { padding-bottom: 0; } }
.article-top-list-block figure { margin-bottom: 34px; text-align: center; position: relative; }
.article-top-list-block figure:before { content: ""; display: block; width: 100%; padding-top: 69.4%; }
.article-top-list-block figure img { object-fit: cover; height: 100%; position: absolute; top: 0; left: 0; font-family: 'object-fit: cover;'; /* IE11 polyfill */ }
@media only screen and (max-width: 720px) { .article-top-list-block figure { width: 45%; float: left; margin-bottom: 5px; margin-right: 16px; } }
@media only screen and (max-width: 480px) { .article-top-list-block figure { width: auto; margin-bottom: 25px; float: none; margin-right: 0; } }
.article-top-list-block time { display: inline-block; vertical-align: middle; }
@media only screen and (max-width: 720px) { .article-top-list-block time { font-size: 0.8571428571rem; } }
.article-top-list-block .article-top-list-btm { position: absolute; bottom: 0; left: 0; width: 100%; }
@media only screen and (max-width: 720px) { .article-top-list-block .article-top-list-btm { position: static; width: auto; margin-top: 20px; } }
.article-top-list-block .article-top-list-ttl { font-size: 1.0714285714rem; }
@media only screen and (max-width: 720px) { .article-top-list-block .article-top-list-ttl { font-size: 0.9285714286rem; } }
.article-top-list-block .articlelist-cat { margin-right: 25px; }
@media only screen and (max-width: 960px) { .article-top-list-block .articlelist-cat { display: table; margin-bottom: 10px; margin-right: 0; } }
@media only screen and (max-width: 720px) { .article-top-list-block .articlelist-cat { display: inline-block; min-width: 109px; margin-right: 10px; margin-bottom: 0; } }
@media only screen and (max-width: 480px) { .article-top-list-block .articlelist-cat { margin-right: 24px; } }

.article-top-list-author { margin: 30px 0 0 9px; padding-left: 30px; border-left: 1px solid rgba(49, 62, 91, 0.5); }
@media only screen and (max-width: 720px) { .article-top-list-author { font-size: 0.8571428571rem; margin: 20px 0 0 calc(24px + 45%); padding-left: 26px; } }
@media only screen and (max-width: 480px) { .article-top-list-author { margin: 20px 0 0 8px; } }
.article-top-list-author .name { font-size: 1.0714285714rem; }
@media only screen and (max-width: 720px) { .article-top-list-author .name { font-size: 0.9285714286rem; } }

/* hanyo */
.general { /* hanyo */ /* character */ /* event */ /* QA */ }
@media only screen and (max-width: 720px) { .general { font-size: 0.8571428571rem; } }
.general .contents-clm2 { margin-bottom: 80px; }
@media only screen and (max-width: 720px) { .general .contents-clm2 { margin-bottom: 60px; } }
.general .contents-clm2 &gt; * { margin-left: 364px; }
@media only screen and (max-width: 960px) { .general .contents-clm2 &gt; * { margin-left: 0; } }
.general .contents-clm2 &gt; h2 { margin-left: 0; }
.general .contents-clm2 h2 + * { padding-top: calc(62px + .6em); position: relative; }
@media only screen and (max-width: 960px) { .general .contents-clm2 h2 + * { padding-top: 0; } }
.general .contents-clm2 h2 + *:before { content: ""; display: block; position: absolute; top: 20px; left: 0; right: 0; height: 1px; background: -webkit-linear-gradient(left, #313e5b 0px, #313e5b 2px, #fff 2px, #fff 5px, #313e5b 5px, #313e5b 8px, #fff 8px, #fff 11px, #313e5b 11px, #313e5b 16px, #fff 16px, #fff 19px, #313e5b 19px); background: linear-gradient(to right, #313e5b 0px, #313e5b 2px, #fff 2px, #fff 5px, #313e5b 5px, #313e5b 8px, #fff 8px, #fff 11px, #313e5b 11px, #313e5b 16px, #fff 16px, #fff 19px, #313e5b 19px); -webkit-transform: rotate(180deg); transform: rotate(180deg); z-index: 0; }
@media only screen and (max-width: 960px) { .general .contents-clm2 h2 + *:before { display: none; } }
.general .contents-clm2 &gt; .h-field-max { margin-left: 0; }
.general .contents-clm2 &gt; .h-field-max .left-mgn-cont { margin-left: 364px; }
@media only screen and (max-width: 960px) { .general .contents-clm2 &gt; .h-field-max .left-mgn-cont { margin-left: 0; } }
.general .contents-clm2 &gt; .h-field-max h2 + *:before { left: 364px; }
@media only screen and (max-width: 960px) { .general .contents-clm2 &gt; .h-field-max h2 + *:before { left: 0; } }
.general .contents-clm2 &gt; .h-field-max h2.left-mgn-cont-httl + *:before { left: 0; }
.general .contents-clm2 &gt; .h-wrapper-max { margin-left: 0; }
.general .contents-clm2 &gt; .h-wrapper-max:before { content: ""; display: block; position: absolute; top: 20px; right: 0; left: 364px; height: 1px; background: -webkit-linear-gradient(left, #313e5b 0, #313e5b 2px, #fff 2px, #fff 5px, #313e5b 5px, #313e5b 8px, #fff 8px, #fff 11px, #313e5b 11px, #313e5b 16px, #fff 16px, #fff 19px, #313e5b 19px); background: linear-gradient(to right, #313e5b 0, #313e5b 2px, #fff 2px, #fff 5px, #313e5b 5px, #313e5b 8px, #fff 8px, #fff 11px, #313e5b 11px, #313e5b 16px, #fff 16px, #fff 19px, #313e5b 19px); -webkit-transform: rotate(180deg); transform: rotate(180deg); z-index: 0; }
@media only screen and (max-width: 720px) { .general .contents-clm2 &gt; .h-wrapper-max:before { background: -webkit-linear-gradient(left, #313e5b 0px, #313e5b 1px, #fff 1px, #fff 2px, #313e5b 2px, #313e5b 3px, #fff 3px, #fff 5px, #313e5b 5px, #313e5b 7px, #fff 7px, #fff 9px, #313e5b 9px); background: linear-gradient(to right, #313e5b 0px, #313e5b 1px, #fff 1px, #fff 2px, #313e5b 2px, #313e5b 3px, #fff 3px, #fff 5px, #313e5b 5px, #313e5b 7px, #fff 7px, #fff 9px, #313e5b 9px); } }
.general h2 { width: 364px; float: left; font-size: 1.8571428571rem; padding-right: 60px; position: relative; letter-spacing: .19em; line-height: 1.6; }
.general h2:after { content: ""; display: block; position: absolute; top: 20px; left: 364px; width: 180px; height: 1px; background: -webkit-linear-gradient(left, #EF0012 0, #EF0012 2px, #fff 2px, #fff 5px, #EF0012 5px, #EF0012 8px, #fff 8px, #fff 11px, #EF0012 11px, #EF0012 16px, #fff 16px, #fff 19px, #EF0012 19px); background: linear-gradient(to right, #EF0012 0, #EF0012 2px, #fff 2px, #fff 5px, #EF0012 5px, #EF0012 8px, #fff 8px, #fff 11px, #EF0012 11px, #EF0012 16px, #fff 16px, #fff 19px, #EF0012 19px); z-index: 1; }
@media only screen and (max-width: 960px) { .general h2:after { top: auto; bottom: 0; left: 0; } }
@media only screen and (max-width: 720px) { .general h2:after { width: 75px; background: -webkit-linear-gradient(left, #EF0012 0, #EF0012 1px, #fff 1px, #fff 2px, #EF0012 2px, #EF0012 3px, #fff 3px, #fff 5px, #EF0012 5px, #EF0012 7px, #fff 7px, #fff 9px, #EF0012 9px); background: linear-gradient(to right, #EF0012 0, #EF0012 1px, #fff 1px, #fff 2px, #EF0012 2px, #EF0012 3px, #fff 3px, #fff 5px, #EF0012 5px, #EF0012 7px, #fff 7px, #fff 9px, #EF0012 9px); } }
@media only screen and (max-width: 960px) { .general h2 { width: auto; float: none; padding: 20px 0 40px 0; margin-bottom: 26px; }
  .general h2:before { content: ""; display: block; position: absolute; bottom: 0; right: 0; left: 0; height: 1px; background: -webkit-linear-gradient(left, #313e5b 0px, #313e5b 2px, #fff 2px, #fff 5px, #313e5b 5px, #313e5b 8px, #fff 8px, #fff 11px, #313e5b 11px, #313e5b 16px, #fff 16px, #fff 19px, #313e5b 19px); background: linear-gradient(to right, #313e5b 0px, #313e5b 2px, #fff 2px, #fff 5px, #313e5b 5px, #313e5b 8px, #fff 8px, #fff 11px, #313e5b 11px, #313e5b 16px, #fff 16px, #fff 19px, #313e5b 19px); -webkit-transform: rotate(180deg); transform: rotate(180deg); } }
@media only screen and (max-width: 960px) and (max-width: 720px) { .general h2:before { background: -webkit-linear-gradient(left, #313e5b 0px, #313e5b 1px, #fff 1px, #fff 2px, #313e5b 2px, #313e5b 3px, #fff 3px, #fff 5px, #313e5b 5px, #313e5b 7px, #fff 7px, #fff 9px, #313e5b 9px); background: linear-gradient(to right, #313e5b 0px, #313e5b 1px, #fff 1px, #fff 2px, #313e5b 2px, #313e5b 3px, #fff 3px, #fff 5px, #313e5b 5px, #313e5b 7px, #fff 7px, #fff 9px, #313e5b 9px); } }

@media only screen and (max-width: 720px) { .general h2 { width: auto; float: none; font-size: 1.5714285714rem; margin-bottom: 29px; } }
@media only screen and (max-width: 720px) { .general .body h2:first-child { padding: 0 0 40px 0; } }
.general .h-clr { clear: both; }
.general .ttl-mdl { font-size: 1.4285714286rem; margin-bottom: calc(50px - .8em); letter-spacing: .19em; line-height: 1.8; }
@media only screen and (max-width: 720px) { .general .ttl-mdl { font-size: 1.2857142857rem; margin-bottom: calc(40px - .6em); line-height: 1.6; } }
.general .ttl-sml { font-size: 1.1428571429rem; margin-bottom: calc(43px - .87em); letter-spacing: .19em; line-height: 1.87; }
@media only screen and (max-width: 720px) { .general .ttl-sml { font-size: 1.0714285714rem; margin-bottom: calc(43px - .86em); line-height: 1.86; } }
.general p { margin-bottom: calc(50px - .78em); }
@media only screen and (max-width: 720px) { .general p { margin-bottom: calc(40px - .78em); } }
.general ul, .general ol, .general table ul, .general table ol { margin-bottom: 40px; letter-spacing: .18em; }
@media only screen and (max-width: 720px) { .general ul, .general ol, .general table ul, .general table ol { margin-bottom: 23px; } }
.general ul li, .general table ul li { position: relative; padding-left: 20px; margin-bottom: calc(24px - .78em); }
.general ul li:before, .general table ul li:before { content: ""; display: block; position: absolute; top: .8em; left: 0; width: 10px; height: 2px; background-color: #313e5b; }
.general ol, .general table ol { counter-reset: olnum; }
.general ol li, .general table ol li { position: relative; margin-bottom: calc(24px - .78em); padding-left: 26px; }
.general ol li:before, .general table ol li:before { content: counter(olnum) "."; position: absolute; top: 0; left: 0; counter-increment: olnum; letter-spacing: .14em; }
.general p.att { font-size: 0.9285714286rem; }
@media only screen and (max-width: 720px) { .general p.att { font-size: 0.8571428571rem; } }
.general .h-clm .h-clm-inner { width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 720px) { .general .h-clm .h-clm-inner { display: block; width: auto; } }
.general .h-clm .h-clm-inner p { margin-bottom: 0; }
.general .h-clm .h-clm-inner .w1 { width: 100%; margin-bottom: calc(50px - .39em); }
@media only screen and (max-width: 720px) { .general .h-clm .h-clm-inner .w1 { margin-bottom: calc(40px - .39em); } }
.general .h-clm .h-clm-inner .w2 { width: 47.3%; margin-right: 5.4%; margin-bottom: calc(50px - .39em); }
.general .h-clm .h-clm-inner .w2:nth-of-type(2n) { margin-right: 0; }
@media only screen and (max-width: 720px) { .general .h-clm .h-clm-inner .w2 { width: auto; margin-right: 0; margin-bottom: calc(40px - .39em); } }
.general .h-clm .h-clm-inner .w3 { width: 30.185%; margin-right: 4.722%; margin-bottom: calc(50px - .39em); }
.general .h-clm .h-clm-inner .w3:nth-of-type(3n) { margin-right: 0; }
@media only screen and (max-width: 720px) { .general .h-clm .h-clm-inner .w3 { width: auto; margin-right: 0; margin-bottom: calc(40px - .39em); } }
.general .h-clm .h-clm-inner .h-ttl-mdl { margin-bottom: calc(48px - .39em); }
.general .h-clm .h-clm-inner .h-ttl-sml { margin-bottom: calc(30px - .39em); }
.general .h-clm .h-clm-inner .media { margin-bottom: 25px; }
@media only screen and (max-width: 720px) { .general .h-clm .h-clm-inner .media { margin-bottom: 20px; } }
.general .h-clm .h-clm-inner .media .mov { position: relative; padding-bottom: 57.64%; padding-top: 0; height: 0; overflow: hidden; }
.general .h-clm .h-clm-inner .media .mov iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.general .h-clm .h-clm-inner .media img { width: 100%; }
.general .h-clm .h-clm-inner .media a.out:after, .general .h-clm .h-clm-inner .media a.pdf:after { background-image: none; height: auto; padding-left: 0; border-right: none; }
.general .h-flt { overflow: hidden; clear: both; margin-bottom: 55px; }
.general .h-flt img { width: 100%; }
.general .h-flt .ttl-sml { margin-bottom: 26px; }
@media only screen and (max-width: 720px) { .general .h-flt .ttl-sml { margin-bottom: 12px; } }
@media only screen and (max-width: 720px) { .general .h-flt { margin-bottom: 40px; } }
.general .contents-clm2 h2 + .h-flt { clear: none; }
.general .h-flt .imgleft { width: 320px; float: left; margin-right: 40px; margin-bottom: 22px; text-align: center; }
@media only screen and (max-width: 720px) { .general .h-flt .imgleft { width: auto; float: none; margin-right: 0; margin-bottom: 20px; } }
.general .h-flt .imgright { width: 320px; float: right; margin-left: 40px; margin-bottom: 22px; text-align: center; }
@media only screen and (max-width: 720px) { .general .h-flt .imgright { width: auto; float: none; margin-left: 0; margin-bottom: 20px; } }
.general .h-flt figcaption { text-align: left; margin-top: 20px; }
.general .h-flt p { margin-bottom: 0; }
.general .h-flt ul li, .general .h-flt ol li { display: table; }
@media only screen and (max-width: 720px) { .general .h-flt ul li, .general .h-flt ol li { display: block; } }
.general .h-flt p + ul, .general .h-flt p + ol, .general .h-flt p + p { margin-top: calc(50px - .78em); }
@media only screen and (max-width: 960px) { .general .h-flt p + ul, .general .h-flt p + ol, .general .h-flt p + p { margin-top: calc(40px - .78em); } }
.general .h-table { margin-bottom: 60px; }
@media only screen and (max-width: 720px) { .general .h-table { margin-right: -30px; margin-bottom: 40px; overflow: auto; }
  .general .h-table::-webkit-scrollbar { height: 5px; }
  .general .h-table::-webkit-scrollbar-track { background: #F1F1F1; }
  .general .h-table::-webkit-scrollbar-thumb { background: #BCBCBC; } }
.general .h-table table { width: 100% !important; }
@media only screen and (max-width: 720px) { .general .h-table table { width: 720px !important; } }
.general table { width: 100%; border: 1px solid #d9e0e9; text-align: left; background-color: #fff; line-height: 2.28; }
.general table th, .general table thead th, .general table thead td { padding: 20px 24px; background-color: #f0f4f9; border: 1px solid #d9e0e9; }
@media only screen and (max-width: 720px) { .general table th, .general table thead th, .general table thead td { padding: 26px 25px; } }
.general table td { padding: 20px 24px; color: #666; border: 1px solid #d9e0e9; }
@media only screen and (max-width: 720px) { .general table td { padding: 26px 25px; } }
.general table .tb-att { display: inline-block; font-size: 87%; margin-top: 10px; text-indent: -1em; margin-left: 1em; }
.general .h-table table p, .general .h-table table ol, .general .h-table table ul { margin-bottom: 0; }
.general .h-borderbox { margin-bottom: 70px; padding: 38px 50px; border: 1px solid #313e5b; }
@media only screen and (max-width: 720px) { .general .h-borderbox { padding: 30px 9.5%; margin-bottom: 55px; } }
.general .h-border-eff .h-bd-inr:before { content: ""; display: block; position: absolute; bottom: -1px; left: 13px; width: 40px; height: 1px; background-color: #fff; }
.general .h-border-eff .h-bd-inr:after { content: ""; display: block; position: absolute; bottom: -1px; right: 13px; width: 40px; height: 1px; background-color: #fff; }
.general .h-border-eff { position: relative; }
.general .h-border-eff:before { content: ""; display: block; position: absolute; top: -1px; left: 0; width: 93px; height: 1px; background: -webkit-linear-gradient(left, #313e5b 0, #313e5b 13px, white 13px, white 53px, #d73722 53px, #d73722 93px, #313e5b 93px); background: linear-gradient(to right, #313e5b 0, #313e5b 13px, white 13px, white 53px, #d73722 53px, #d73722 93px, #313e5b 93px); }
.general .h-border-eff:after { content: ""; display: block; position: absolute; top: -1px; right: 13px; width: 40px; height: 1px; background-color: #fff; }
.general .h-borderbox-inner *:last-child { margin-bottom: 0; }
.general .h-borderbox-inner .h-ttl { font-size: 1.18rem; margin-bottom: calc(40px - .43em); letter-spacing: .1em; line-height: 1.87; }
.general .h-btn { font-size: 0; margin-bottom: 40px; text-align: center; letter-spacing: 0; }
.general .h-btn.h-btnleft { text-align: left; }
.general .h-btn .h-i-btn { display: inline-block; vertical-align: top; width: 47.4%; font-size: 1rem; letter-spacing: .08em; margin-bottom: 40px; padding-left: 0 !important; }
.general .h-btn .h-i-btn:nth-of-type(2n) { margin-left: 5.2%; }
.general .h-btn .h-i-btn:before { display: none !important; }
.general .h-btn .h-i-btn a { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; line-height: 1.6; padding: 27px 40px 27px 26px; text-align: left; }
.general .h-textlinks { margin-bottom: 70px; font-size: 1.0714285714rem; }
@media only screen and (max-width: 720px) { .general .h-textlinks { font-size: 0.9285714286rem; margin-bottom: 60px; } }
.general .h-textlinks ul { margin: 0 4.1%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 720px) { .general .h-textlinks ul { display: block; margin: 0 7.9%; } }
.general .h-textlinks ul li { width: 48.2%; margin-right: 3.5%; margin-bottom: calc(30px - .78em); padding-left: 23px; text-indent: -23px; }
.general .h-textlinks ul li:nth-of-type(2n) { margin-right: 0; }
.general .h-textlinks ul li:nth-last-of-type(-n+2) { margin-bottom: 0; }
.general .h-textlinks ul li:before { display: none; }
@media only screen and (max-width: 720px) { .general .h-textlinks ul li { width: auto; margin-bottom: 30px; margin-right: 0; padding-left: 18px; text-indent: -18px; }
  .general .h-textlinks ul li:nth-last-of-type(-n+2) { margin-bottom: 30px; }
  .general .h-textlinks ul li:last-child { margin-bottom: 0; } }
.general .h-textlinks ul li a { position: relative; border-bottom: none; padding-left: 23px; }
.general .h-textlinks ul li a:before { content: ""; display: block; position: absolute; top: .4em; left: 0; width: 8px; height: 8px; border: 1px solid #313e5b; border-bottom: none; border-left: none; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media only screen and (max-width: 720px) { .general .h-textlinks ul li a:before { width: 7px; height: 7px; } }
@media only screen and (max-width: 720px) { .general .h-textlinks ul li a { padding-left: 18px; text-decoration: underline; }
  .general .h-textlinks ul li a:hover { border-bottom: none; } }
.general .h-character { margin-bottom: 30px; }
@media only screen and (max-width: 720px) { .general .h-character { margin-bottom: 40px; }
  .general .h-character .ttl-sml { margin-bottom: 20px; } }
.general .h-character-ttl { display: inline-block; margin-right: 22px; }
@media only screen and (max-width: 720px) { .general .h-character-ttl { display: block; margin-right: 0; margin-bottom: 14px; } }
.general .h-character-ttl-inner { display: inline-block; padding: 8px 16px; line-height: 1; border-radius: 4px; color: #fff; background-color: #34415D; }
@media only screen and (max-width: 720px) { .general .h-character-ttl-inner { padding: 8px 16px 10px 16px; } }
.general .h-event { margin-bottom: 50px; padding: 50px 55px; background-color: #F0F4F9; }
.general .h-event table th { background-color: #E7F1FD; }
.general .h-event .h-clm .h-clm-inner .w2:nth-last-of-type(-n+2) { margin-bottom: 0; }
@media only screen and (max-width: 720px) { .general .h-event .h-clm .h-clm-inner .w2:nth-last-of-type(-n+2) { margin-bottom: calc(40px - .39em); } }
@media only screen and (max-width: 720px) { .general .h-event .h-clm .h-clm-inner .w2:last-child { margin-bottom: 0; } }
.general .h-event .h-table { margin-bottom: 50px; }
@media only screen and (max-width: 720px) { .general .h-event .h-table { margin-bottom: 40px; margin-right: -30px; } }
@media only screen and (max-width: 720px) { .general .h-event { padding: 34px 30px; margin-bottom: 40px; } }
.general .h-event *:last-child { margin-bottom: 0; }
.general .wrapper-qa { margin-bottom: 50px; }
@media only screen and (max-width: 720px) { .general .wrapper-qa { margin-bottom: 40px; } }
.general .wrapper-qa hr { margin-bottom: 0; }
.general h2 + .wrapper-qa { padding-top: 30px; }
@media only screen and (max-width: 720px) { .general h2 + .wrapper-qa { padding-top: 0; margin-top: -30px; } }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox { padding-top: 27px; } }
.general .wrapper-qa .qabox a.qs { display: block; border-bottom: none; background: none; }
.general .wrapper-qa .qabox p { margin-bottom: 0; }
.general .wrapper-qa .qabox p + .h-textlink { margin-top: 20px; }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox p + .h-textlink { margin-top: 12px; } }
.general .wrapper-qa .qabox .q { position: relative; font-size: 1.1428571429rem; padding: 25px 105px 26px 85px; }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox .q { font-size: 0.9285714286rem; padding: 0 47px 20px 48px; } }
.general .wrapper-qa .qabox .q:before { content: "Q."; display: block; position: absolute; top: calc(50% - .6em); left: 0; font-size: 2.7142857143rem; width: 85px; height: 1em; color: #d73722; font-family: 'Roboto Slab', serif; text-align: center; font-weight: 300; line-height: 1; }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox .q:before { top: 0; margin-top: 0; font-size: 2.2142857143rem; vertical-align: top; width: 48px; } }
.general .wrapper-qa .qabox .q:after { content: ""; display: block; position: absolute; top: calc(50% - 13px); right: 20px; width: 26px; height: 26px; background-image: url(../img/ico_tgl0.svg); background-repeat: no-repeat; background-position: left center; background-size: 100% auto; }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox .q:after { top: .6em; width: 19px; height: 19px; background-image: url(../img/ico_tgl0_sp.svg); } }
.general .wrapper-qa .qabox .q.a-open:after { background-image: url(../img/ico_tgl1.svg); }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox .q.a-open:after { background-image: url(../img/ico_tgl1_sp.svg); } }
.general .wrapper-qa .qabox .a { position: relative; padding: 0 105px 32px 85px; display: none; }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox .a { padding: 0 47px 20px 48px; } }
.general .wrapper-qa .qabox .a:before { content: "A."; display: block; position: absolute; top: -.15em; left: 0; font-size: 2.7142857143rem; width: 85px; height: 1em; font-family: 'Roboto Slab', serif; text-align: center; font-weight: 300; line-height: 1; }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox .a:before { top: 0; margin-top: 0; font-size: 2.2142857143rem; vertical-align: top; width: 48px; } }
.general .wrapper-qa .qabox .a .h-btn .h-i-btn a { padding-top: 20px; padding-bottom: 20px; }
@media only screen and (max-width: 720px) { .general .wrapper-qa .qabox .a .h-btn .h-i-btn a { padding-top: 24px; padding-bottom: 24px; } }

/* pagenation */
.pagenation { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; width: 100%; margin-bottom: 80px; line-height: 23px; letter-spacing: normal; }
@media only screen and (max-width: 720px) { .pagenation { position: relative; font-size: 0.8571428571rem; padding-bottom: 62px; margin-bottom: 50px; } }
.pagenation .prev { width: 80px; margin-right: auto; position: relative; letter-spacing: .1em; }
.pagenation .prev a { display: block; padding-left: 37px; background: none; }
@media only screen and (max-width: 720px) { .pagenation .prev a { padding-left: 30px; } }
.pagenation .prev a:hover { background: none; }
.pagenation .prev a:before { content: ""; display: block; width: 20px; height: 20px; position: absolute; top: 1px; left: 0; background-color: #313E5B; border-radius: 50%; }
@media only screen and (max-width: 720px) { .pagenation .prev a:before { width: 18px; height: 18px; top: 4px; } }
.pagenation .prev a:after { content: ""; display: block; width: 4px; height: 4px; position: absolute; top: 9px; left: 8px; border: 1px solid #fff; border-left: 0; border-bottom: 0; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
@media only screen and (max-width: 720px) { .pagenation .prev a:after { top: 11px; left: 7px; } }
.pagenation .next { width: 80px; position: relative; letter-spacing: .1em; text-align: right; }
.pagenation .next a { display: block; padding-right: 37px; background: none; }
@media only screen and (max-width: 720px) { .pagenation .next a { padding-right: 30px; } }
.pagenation .next a:hover { background: none; }
.pagenation .next a:before { content: ""; display: block; width: 20px; height: 20px; position: absolute; top: 1px; right: 0; background-color: #313E5B; border-radius: 50%; }
@media only screen and (max-width: 720px) { .pagenation .next a:before { width: 18px; height: 18px; top: 4px; } }
.pagenation .next a:after { content: ""; display: block; width: 4px; height: 4px; position: absolute; top: 9px; right: 9px; border: 1px solid #fff; border-left: 0; border-bottom: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media only screen and (max-width: 720px) { .pagenation .next a:after { top: 11px; right: 8px; } }
.pagenation a { border-bottom: none; }

.pagenation-inner { -webkit-flex: 1; flex: 1; text-align: center; }
@media only screen and (max-width: 720px) { .pagenation-inner { -webkit-flex: none; flex: none; position: absolute; bottom: 0; left: 0; width: 100%; } }
.pagenation-inner .num { display: inline-block; margin: 0 11px; }
@media only screen and (max-width: 720px) { .pagenation-inner .num { margin: 0 8px; } }
.pagenation-inner .num.disp { background-color: #313E5B; min-width: 25px; height: 25px; border-radius: 50%; color: #fff; }
.pagenation-inner .num a { display: inline-block; min-width: 25px; height: 25px; text-align: center; }

/* articleHeader */
.article-header { margin-bottom: 40px; width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 720px) { .article-header { display: block; font-size: 0.8571428571rem; } }
.article-header time { width: 130px; display: block; }
@media only screen and (max-width: 720px) { .article-header time { width: auto; margin-bottom: 20px; } }
.article-header .author { -webkit-flex: 1; flex: 1; }
.article-header .name { font-size: 1.0714285714rem; display: block; }
@media only screen and (max-width: 720px) { .article-header .name { font-size: 0.9285714286rem; } }

/* detailBanner */
.detail-banner { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin-bottom: 27px; }
@media only screen and (max-width: 720px) { .detail-banner { display: block; width: auto; } }
.detail-banner li { width: 33.2%; margin-right: .2%; margin-bottom: 30px; }
.detail-banner li:nth-of-type(3n) { margin-right: 0; }
@media only screen and (max-width: 720px) { .detail-banner li { width: auto; margin-right: 0; margin-bottom: 0; padding: 0; } }
.detail-banner a { color: #fff; }
@media only screen and (max-width: 720px) { .detail-banner a { height: 200px; } }
@media only screen and (max-width: 480px) { .detail-banner a { height: auto; } }
.detail-banner a:before { content: ""; display: block; width: 100%; height: 84.6%; position: absolute; bottom: 0; left: 0; background: -webkit-linear-gradient(bottom, #0a0c12 0%, rgba(10, 12, 18, 0) 100%); background: linear-gradient(to top, #0a0c12 0%, rgba(10, 12, 18, 0) 100%); pointer-events: none; opacity: .6; z-index: 0; }
.detail-banner a img { width: 100%; }
@media only screen and (max-width: 720px) { .detail-banner a img { position: absolute; top: -50px; left: 0; z-index: -1; } }
@media only screen and (max-width: 480px) { .detail-banner a img { position: static; } }

.detail-banner-block { display: block; position: absolute; bottom: 40px; left: 0; width: 100%; padding: 0 10.4%; font-size: 1.4285714286rem; }
@media only screen and (max-width: 960px) { .detail-banner-block { bottom: 15px; } }
@media only screen and (max-width: 720px) { .detail-banner-block { bottom: 32px; padding: 0 32px; font-size: 1.0714285714rem; } }

.detail-banner-en { font-size: 0.9285714286rem; margin-top: 6px; display: block; line-height: 1.2; }
@media only screen and (max-width: 720px) { .detail-banner-en { font-size: 0.7142857143rem; } }

/* linkBar */
.link-bar { background-color: #EFF6FF; padding: 50px 0 30px 0; }
@media only screen and (max-width: 720px) { .link-bar { padding: 43px 0 20px 0; } }

.link-bar-inner { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 1140px) { .link-bar-inner { display: block; font-size: 0; } }
@media only screen and (max-width: 720px) { .link-bar-inner { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
.link-bar-inner li { margin: 0 40px 20px 40px; }
.link-bar-inner li a { display: inline-block; max-width: 150px; background: none; }
@media only screen and (max-width: 720px) { .link-bar-inner li a { max-width: none; } }
.link-bar-inner li a:hover { background: none; }
.link-bar-inner li a:before { top: .5em; }
@media only screen and (max-width: 720px) { .link-bar-inner li a:before { top: .6em; } }
@media only screen and (max-width: 1140px) { .link-bar-inner li { display: inline-block; vertical-align: top; margin: 0 16px 20px 16px; text-align: left; font-size: 1rem; } }
@media only screen and (max-width: 720px) { .link-bar-inner li { width: 50%; display: block; font-size: 0.8571428571rem; margin: 0; padding: 0 10px 27px 0; }
  .link-bar-inner li:nth-of-type(2n) { padding-right: 0; } }

/* linkThumbList */
.link-thumb-list { position: relative; }
.link-thumb-list:before { content: ""; display: block; width: 100%; position: absolute; top: 98px; bottom: -40px; left: 0; background-color: #EFF6FF; }
@media only screen and (max-width: 720px) { .link-thumb-list:before { top: 58px; bottom: -30px; } }

.link-thumb-list-inner { position: relative; z-index: 1; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.link-thumb-list-block { width: 21.6%; margin: 0 4.5% 50px 0; border-bottom: 1px solid rgba(49, 62, 91, 0.5); }
.link-thumb-list-block img { width: 100%; }
@media only screen and (max-width: 960px) { .link-thumb-list-block { width: 30.3%; margin: 0 4.5% 50px 0; } }
@media only screen and (max-width: 720px) { .link-thumb-list-block { width: 47.4%; margin: 0 5.2% 30px 0 !important; font-size: 0.7857142857rem; letter-spacing: .05em; } }
.link-thumb-list-block:nth-of-type(4n) { margin-right: 0; }
@media only screen and (max-width: 960px) { .link-thumb-list-block:nth-of-type(4n) { margin-right: 4.5%; } }
@media only screen and (max-width: 960px) { .link-thumb-list-block:nth-of-type(3n) { margin-right: 0; } }
@media only screen and (max-width: 720px) { .link-thumb-list-block:nth-of-type(2n) { margin-right: 0 !important; } }
.link-thumb-list-block a { padding-bottom: 30px; height: 100%; }
@media only screen and (max-width: 720px) { .link-thumb-list-block a { padding-bottom: 20px; } }

.link-thumb-list-ttl { display: block; font-size: 1.1428571429rem; margin: 23px 0 17px 0; }
@media only screen and (max-width: 720px) { .link-thumb-list-ttl { font-size: 0.8571428571rem; margin: 20px 0; letter-spacing: .02em; } }

/* archive-txt-list */
.archive-wrapper li { margin-bottom: 35px; width: 100%; }
.archive-wrapper li a { display: table; background: none; border-bottom: none; }
@media only screen and (max-width: 720px) { .archive-wrapper li a { display: block; } }
.archive-wrapper li a:hover { background: none; }
.archive-wrapper .article-top-list-txt-header-dtl { vertical-align: -2px; }
.archive-wrapper .articlelist-cat { min-width: 125px; margin-right: 30px; }
@media only screen and (max-width: 720px) { .archive-wrapper .articlelist-cat { min-width: 94px; margin-right: 20px; padding: 4px 9px; font-size: 0.7142857143rem; } }
.archive-wrapper .time { display: inline-block; width: 90px; }
@media only screen and (max-width: 720px) { .archive-wrapper .time { width: auto; } }
.archive-wrapper .articlelist-cat2:before { margin-left: 0; vertical-align: 1px; }
@media only screen and (max-width: 720px) { .archive-wrapper .articlelist-cat2:before { margin-left: 9px; } }

.articlelist-info { display: table-cell; width: 375px; padding-right: 5px; }
@media only screen and (max-width: 720px) { .articlelist-info { display: block; width: auto; padding-right: 0; margin-bottom: 17px; font-size: 0.7857142857rem; } }

.articlelist-ttl { display: table-cell; vertical-align: middle; padding-top: 1px; }
@media only screen and (max-width: 720px) { .articlelist-ttl { display: block; font-size: 0.8571428571rem; } }

/* archive-nav */
.archive-nav-type-ttl { font-size: 1.1428571429rem; width: 155px; }
@media only screen and (max-width: 960px) { .archive-nav-type-ttl { width: 100px; } }
@media only screen and (max-width: 720px) { .archive-nav-type-ttl { width: auto; margin-bottom: 14px; font-size: 1.0714285714rem; } }

.archive-nav-tgl-current { display: none; }
@media only screen and (max-width: 720px) { .archive-nav-tgl-current { display: block; font-size: 0.9285714286rem; position: relative; }
  .archive-nav-tgl-current a { display: block; padding: 0 24px 15px 0; background: none; border-bottom: none; }
  .archive-nav-tgl-current a:hover { background: none; }
  .archive-nav-tgl-current:after { content: ""; display: block; width: 8px; height: 8px; position: absolute; top: 4px; right: 0; border: 1px solid #313E5B; border-bottom: none; border-left: none; -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transition: transform 0.2s linear; transition: transform 0.2s linear; }
  .archive-nav-tgl-current.js-archive-nav-tgl-current-open:after { top: 10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } }

.archive-nav-type1 { margin-bottom: 40px; width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.0714285714rem; }
@media only screen and (max-width: 720px) { .archive-nav-type1 { display: block; font-size: 0.9285714286rem; margin-bottom: 35px; border-bottom: 1px solid #EDB214; } }
.archive-nav-type1 .archive-nav-type-ttl { margin-top: 3px; }
@media only screen and (min-width: 721px) { .archive-nav-type1 ul { -webkit-flex: 1; flex: 1; display: -webkit-flex !important; display: flex !important; height: 100% !important; -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
@media only screen and (max-width: 720px) { .archive-nav-type1 ul { display: none; margin-bottom: 24px; border-radius: 4px; } }
.archive-nav-type1 ul li { padding: 0 34px; margin-bottom: 10px; position: relative; }
@media only screen and (max-width: 960px) { .archive-nav-type1 ul li { padding: 0 20px; } }
@media only screen and (max-width: 720px) { .archive-nav-type1 ul li { padding: 0; margin-bottom: 0; } }
.archive-nav-type1 ul li:after { content: ""; display: block; width: 1px; height: 1em; position: absolute; top: .4em; right: 0; background-color: #313E5B; }
@media only screen and (max-width: 720px) { .archive-nav-type1 ul li:after { display: none; } }
@media only screen and (max-width: 720px) { .archive-nav-type1 ul li:first-child a { border-radius: 4px 4px 0 0; } }
@media only screen and (max-width: 720px) { .archive-nav-type1 ul li:last-child a { border-radius: 0 0 4px 4px; } }
.archive-nav-type1 ul li:last-child:after { display: none; }
.archive-nav-type1 ul li a { display: inline-block; color: rgba(49, 62, 91, 0.65); border-bottom: 2px solid #fff !important; }
@media only screen and (max-width: 720px) { .archive-nav-type1 ul li a { display: block; color: #313E5B; padding: 11px 20px; border-bottom: none !important; background: none; background-color: #FAFAFB; }
  .archive-nav-type1 ul li a:hover { background-color: #FAFAFB; }
  .archive-nav-type1 ul li a .hv-txt { background: none; }
  .archive-nav-type1 ul li a:hover .hv-txt { background: none; } }
@media only screen and (max-width: 720px) { .archive-nav-type1 ul li.js-category-active { padding: 0; } }
.archive-nav-type1 ul li.js-category-active a { color: #313E5B !important; border-bottom: 2px solid #FEC504 !important; background: none; }
@media only screen and (max-width: 720px) { .archive-nav-type1 ul li.js-category-active a { display: block; color: #fff !important; padding: 11px 20px; border-bottom: none !important; background-color: #34415D; }
  .archive-nav-type1 ul li.js-category-active a:hover { background-color: #34415D; } }
.archive-nav-type1 ul li.js-category-active a .hv-txt { background: none; }
.archive-nav-type1 ul li.js-category-active a:hover .hv-txt { background: none; }
.archive-nav-type1 ul li.js-category-active:hover { background: none; }

.archive-nav-type2 { margin-bottom: 56px; width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 720px) { .archive-nav-type2 { display: block; width: auto; margin-bottom: 15px; } }
.archive-nav-type2 .archive-nav-type-ttl { margin-top: 10px; }
.archive-nav-type2 ul { -webkit-flex: 1; flex: 1; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; letter-spacing: .2em; }
@media only screen and (max-width: 960px) { .archive-nav-type2 ul { font-size: 0.8571428571rem; } }
.archive-nav-type2 ul li { margin-right: 2.2%; width: 12.4%; margin-bottom: 20px; white-space: nowrap; }
.archive-nav-type2 ul li:nth-of-type(7n) { margin-right: 0; }
@media only screen and (max-width: 1140px) { .archive-nav-type2 ul li { margin-right: .6%; width: 13.7%; margin-bottom: 6px; } }
@media only screen and (max-width: 720px) { .archive-nav-type2 ul li { width: 30.3%; padding-right: 0; margin-right: 4.4%; }
  .archive-nav-type2 ul li:nth-of-type(7n) { margin-right: 4.4%; }
  .archive-nav-type2 ul li:nth-of-type(3n) { margin-right: 0; } }
.archive-nav-type2 ul li:last-child { padding-right: 0; }
.archive-nav-type2 ul li a { display: inline-block; padding: 15px 20px; border-bottom: none; line-height: 1; background-color: #EFF6FF; border-radius: 3px; }
@media only screen and (max-width: 1140px) { .archive-nav-type2 ul li a { padding: 15px 0; width: 100%; text-align: center; } }
@media only screen and (max-width: 720px) { .archive-nav-type2 ul li a { padding: 10px 0; } }
.archive-nav-type2 ul li a:hover { background-color: #EFF6FF; }
.archive-nav-type2 .nav-current-block a { background: none; background-color: #313E5B; color: #fff; }
.archive-nav-type2 .nav-current-block a:hover { background-color: #313E5B; }

/* eventInfo */
.wrapper-event-info { background-color: #EEF4FD; }

.wrapper-event-info .event-info-inner { max-width: 1084px; margin: 0 auto 75px auto; padding: 45px 62px 19px 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 1140px) { .wrapper-event-info .event-info-inner { margin: 0 30px 75px 30px; padding-right: 0; } }
@media only screen and (max-width: 720px) { .wrapper-event-info .event-info-inner { display: block; } }

.wrapper-event-info .event-info-inner dl { width: 47%; margin-right: 6%; margin-bottom: 26px; }
@media only screen and (max-width: 720px) { .wrapper-event-info .event-info-inner dl { width: auto; margin-right: 0; } }

.wrapper-event-info .event-info-inner dl:nth-of-type(2n) { margin-right: 0; }

.wrapper-event-info .event-info-inner dl dt { font-size: 1.4285714286rem; position: relative; padding-bottom: 7px; margin-bottom: 10px; }
@media only screen and (max-width: 720px) { .wrapper-event-info .event-info-inner dl dt { font-size: 1.2857142857rem; padding-bottom: 10px; } }

.wrapper-event-info .event-info-inner dl dt:after { content: ""; display: block; position: absolute; bottom: 0; right: 0; width: 100%; height: 1px; background: -webkit-linear-gradient(left, #AFB2B5 0, #AFB2B5 3px, transparent 3px); background: linear-gradient(to right, #AFB2B5 0, #AFB2B5 3px, transparent 3px); background-repeat: repeat-x; background-position: left top; background-size: 6px 1px; }

.wrapper-event-info .event-info-inner dl dd { line-height: 2.4; font-size: 1.0714285714rem; }
.wrapper-event-info .event-info-inner dl dd.capacity { line-height: 1.86; }
.wrapper-event-info .event-info-inner dl dd .capacity-space { margin-bottom: 10px; }
@media only screen and (max-width: 720px) { .wrapper-event-info .event-info-inner dl dd { line-height: 2.1; } }

/* bottom-contact */
.bottom-contact .contents-clm2 h2 + * { padding-top: 56px; }
@media only screen and (max-width: 960px) { .bottom-contact .contents-clm2 h2 + * { padding-top: 0; } }
.bottom-contact .ttl-sml { margin-bottom: 20px; }
@media only screen and (max-width: 720px) { .bottom-contact .ttl-sml { font-size: 1.2857142857rem; } }

/* footerLinkGroup */
.footer-linkgroup { position: relative; margin-bottom: 80px; padding: 100px 30px 60px 30px; background-color: #fff; background-repeat: no-repeat; background-position: center top; background-size: cover; }
@media only screen and (max-width: 720px) { .footer-linkgroup { padding: 69px 30px 52px 30px; margin-bottom: 48px; } }

.footer-linkgroup-inner { max-width: 1206px; margin: 0 auto; }

.footer-linkgroup-ttl { color: #fff; }

.footer-linkgroup-inner-group { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: 1.0714285714rem; line-height: 1.45; }
@media only screen and (max-width: 960px) { .footer-linkgroup-inner-group { font-size: 0.9285714286rem; } }
@media only screen and (max-width: 720px) { .footer-linkgroup-inner-group { font-size: 0.7857142857rem; } }

.footer-linkgroup-inner-group-block { width: 23.2%; margin-right: 2.4%; margin-bottom: 30px; position: relative; background-color: #313E5B; }
.footer-linkgroup-inner-group-block:nth-of-type(4n) { margin-right: 0; }
@media only screen and (max-width: 720px) { .footer-linkgroup-inner-group-block { width: 48.5%; margin-bottom: 17px; margin-right: 3%; }
  .footer-linkgroup-inner-group-block:nth-of-type(2n) { margin-right: 0; } }

.footer-linkgroup-inner-group-block a { position: relative; top: 0; left: 0; height: 100%; display: block; color: #fff; }
.footer-linkgroup-inner-group-block a:before { content: ""; display: block; width: 8px; height: 8px; position: absolute; bottom: 20px; right: 20px; border: 1px solid #fff; border-bottom: none; border-left: none; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
@media only screen and (max-width: 720px) { .footer-linkgroup-inner-group-block a:before { content: ""; display: block; width: 6px; height: 6px; bottom: 14px; right: 10px; } }
.footer-linkgroup-inner-group-block a img { width: 100%; }

.footer-linkgroup-inner-group-block-ttl { display: block; position: relative; padding: calc(20px - .39em) 33px calc(25px - .39em) 20px; }
@media only screen and (max-width: 720px) { .footer-linkgroup-inner-group-block-ttl { padding: 10px 22px 10px 10px; letter-spacing: normal; } }

.footer-linkgroup-img { display: block; position: relative; }
.footer-linkgroup-img:before { content: ""; display: block; width: 100%; padding-top: 42.8%; }
.footer-linkgroup-img img { object-fit: cover; height: 100%; position: absolute; top: 0; left: 0; font-family: 'object-fit: cover;'; /* IE11 polyfill */ }

/* over-featuredException */
@media only screen and (max-width: 720px) { .featured .mainttl { font-size: 1.5714285714rem; letter-spacing: .08em; } }
.featured .article-header { margin-bottom: 80px; }
@media only screen and (max-width: 720px) { .featured .article-header { margin-bottom: 40px; } }
.featured .contents-clm2 { margin-bottom: 97px; }
@media only screen and (max-width: 720px) { .featured .contents-clm2 { margin-bottom: 78px; } }

@media only screen and (max-width: 720px) { .h-textlink a { text-decoration: none; } }

/* over-labException */
.lab .main-visual-wrapper { margin-bottom: 20px; }
@media only screen and (max-width: 720px) { .lab .main-visual-wrapper { margin-bottom: 105px; } }
.lab .main-visual-inner { height: 360px; }
@media only screen and (max-width: 720px) { .lab .main-visual-inner { height: auto; } }
.lab .bread { display: inline-block; margin: 0 calc((100% - 1206px) / 2) 77px calc((100% - 1206px) / 2); }
@media only screen and (max-width: 1330px) { .lab .bread { margin: 0 4.5% 77px 4.5%; } }
@media only screen and (max-width: 1140px) { .lab .bread { margin: 0 30px 77px 30px; } }
@media only screen and (max-width: 720px) { .lab .bread { display: none; } }
.lab .anchor { margin-bottom: 65px; }
@media only screen and (max-width: 720px) { .lab .anchor { margin-bottom: 50px; } }
.lab .anchor ul { font-size: 1.4285714286rem; }
@media only screen and (max-width: 720px) { .lab .anchor ul { font-size: 0.8571428571rem; } }
.lab .anchor ul li { margin-bottom: 60px; }
@media only screen and (max-width: 720px) { .lab .anchor ul li { margin-bottom: 24px; } }
.lab .anchor ul li:after { bottom: -29px; }
@media only screen and (max-width: 720px) { .lab .anchor ul li:after { bottom: -8px; } }
.lab .article-top-list { margin-bottom: 100px; }
@media only screen and (max-width: 720px) { .lab .article-top-list { margin-bottom: 80px; } }
.lab .lab-list { padding-top: 30px; }
.lab .article-top-list-inner { margin-bottom: 41px; }
.lab .ttl-general-view-link.ttl-general-view-last { margin-bottom: 80px; }
.lab .articlelist-info { width: 409px; }
@media only screen and (max-width: 720px) { .lab .articlelist-info { width: auto; margin-bottom: 7px; } }
.lab .articlelist-catwrapp { width: 155px; display: inline-block; }
@media only screen and (max-width: 720px) { .lab .articlelist-catwrapp { width: auto; display: block; } }
.lab .articlelist-cat { margin-right: 8px; }
@media only screen and (max-width: 720px) { .lab .articlelist-cat { display: table; margin-right: 0; margin-bottom: 10px; } }

/* over-articlelistPageException */
.archivelist-page .article-top-list { margin-top: 49px; margin-bottom: 84px; }
@media only screen and (max-width: 720px) { .archivelist-page .article-top-list { margin-bottom: 32px; } }
.archivelist-page .articlelist-info { width: 409px; }
@media only screen and (max-width: 720px) { .archivelist-page .articlelist-info { width: auto; margin-bottom: 7px; } }
.archivelist-page .archive-wrapper li { display: none; }
.archivelist-page .archive-wrapper li.js-category-active { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 720px) { .archivelist-page .archive-wrapper li.js-category-active { display: block; } }
@media only screen and (max-width: 720px) { .archivelist-page .archive-wrapper li { margin-bottom: 22px; } }
.archivelist-page .articlelist-catwrapp { width: 155px; display: inline-block; }
@media only screen and (max-width: 720px) { .archivelist-page .articlelist-catwrapp { width: auto; display: block; } }
.archivelist-page .articlelist-cat { margin-right: 8px; }
@media only screen and (max-width: 720px) { .archivelist-page .articlelist-cat { display: table; margin-right: 0; margin-bottom: 10px; } }

/* news-detailPageException */
.news-detail .main-visual-wrapper { color: #fff; }
@media only screen and (max-width: 720px) { .news-detail .main-visual-wrapper { color: #23314F; } }
.news-detail .main-visual-wrapper:before { content: ""; display: block; width: 100%; max-width: none; background: none; background-color: rgba(49, 62, 91, 0.6); }
@media only screen and (max-width: 720px) { .news-detail .main-visual-wrapper:before { background-color: transparent; } }
.news-detail .main-visual-wrapper.noimage { background-color: #313E5B; }
@media only screen and (max-width: 720px) { .news-detail .main-visual-wrapper.noimage { background-color: #fff; } }
.news-detail .main-visual-wrapper.noimage:before { background-color: transparent; }
@media only screen and (max-width: 720px) { .news-detail .main-visual-inner-block { margin-left: 30px; margin-right: 30px; } }
.news-detail .article-header-link { width: 200px; -webkit-align-self: flex-end; align-self: flex-end; text-align: right; font-size: 0.9285714286rem; }
@media only screen and (max-width: 720px) { .news-detail .article-header-link { width: auto; font-size: 0.8571428571rem; margin-top: 20px; }
  .news-detail .article-header-link a { text-decoration: underline; } }
.news-detail .article-header-link a:after { width: 13px; height: 16px; background-size: 13px 16px; vertical-align: -3px; }
@media only screen and (max-width: 720px) { .news-detail .article-header-link a:after { width: 17px; height: 20px; background-size: 17px 20px; } }

/**/
.featured-wrapper-adj { margin-top: 80px; }
@media only screen and (max-width: 720px) { .featured-wrapper-adj { margin-top: 57px; } }

/***************************************************************************
// frame
***************************************************************************/
@media only screen and (max-width: 720px) { .pc { display: none; } }

.sp { display: none; }
@media only screen and (max-width: 720px) { .sp { display: inline; } }

.top-main-visual-wrapper { background-repeat: no-repeat; background-position: center center; background-size: cover; }
@media only screen and (max-width: 720px) { .top-main-visual-wrapper { background-image: none !important; } }

.top-main-visual-inner { max-width: 1040px; height: 410px; padding-top: 71px; margin: 0 auto; position: relative; color: #fff; }
@media only screen and (max-width: 1140px) { .top-main-visual-inner { margin: 0 4.5%; } }
@media only screen and (max-width: 720px) { .top-main-visual-inner { height: auto; margin: 0; padding-top: 0; } }

.top-mainttl { font-size: 1.7142857143rem; letter-spacing: .30em; text-shadow: 1px 2px 3px #808080; }
@media only screen and (max-width: 720px) { .top-mainttl { margin: 16px 30px 30px 30px; font-size: 1.4285714286rem; line-height: 1.6; letter-spacing: .16em; text-shadow: none; } }

.top-main-ttl-en { display: block; margin-top: 16px; font-size: 0.8571428571rem; letter-spacing: .08em; }
@media only screen and (max-width: 720px) { .top-main-ttl-en { font-size: 0.7857142857rem; margin-top: 12px; } }

/* headerInfo */
.top-header-info { background-color: #046D9B; }

.top-header-info-inner { max-width: 1206px; margin: 0 auto; padding: 21px 0 22px 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; color: #fff; position: relative; }
@media only screen and (max-width: 1330px) { .top-header-info-inner { margin: 0 4.5%; } }
@media only screen and (max-width: 1140px) { .top-header-info-inner { margin: 0 30px; } }
@media only screen and (max-width: 720px) { .top-header-info-inner { display: block; padding: 26px 0; } }

.top-header-info-ttl { width: 169px; font-size: 1.0714285714rem; letter-spacing: .2em; }
@media only screen and (max-width: 720px) { .top-header-info-ttl { width: auto; font-size: 1rem; margin-bottom: 18px; }
  .top-header-info-ttl:after { content: ""; display: inline-block; width: 54px; height: 1px; background-color: rgba(255, 255, 255, 0.5); vertical-align: middle; margin-left: 16px; } }

.top-header-info-dtl { -webkit-flex: 1; flex: 1; padding: 0 50px 0 40px; border-left: 1px solid rgba(255, 255, 255, 0.5); }
@media only screen and (max-width: 720px) { .top-header-info-dtl { border-left: none; padding: 0; } }
.top-header-info-dtl p { line-height: 1.3; margin-bottom: 7px; }
@media only screen and (max-width: 720px) { .top-header-info-dtl p { font-size: 0.8571428571rem; line-height: 1.66; margin-bottom: 14px; } }
.top-header-info-dtl p:last-child { margin-bottom: 0; }
.top-header-info-dtl a { background: none; border-bottom: none; color: #fff; }
.top-header-info-dtl a:hover { background: none; text-decoration: underline; }

.top-header-info-close { width: 21px; height: 21px; position: absolute; top: calc(50% - 10px); right: 0; }
@media only screen and (max-width: 720px) { .top-header-info-close { top: 28px; width: 16px; height: 16px; } }
.top-header-info-close img { width: 100%; vertical-align: top; }
.top-header-info-close a { background: none; border-bottom: none; }
.top-header-info-close a:hover { background: none; }

/* Intro */
.top-intro { position: relative; background-color: #313E5B; color: #fff; }
.top-intro:before { content: ""; display: block; width: 37%; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; background-color: #2B3753; z-index: 0; }
@media only screen and (max-width: 1140px) { .top-intro:before { width: 20%; } }
@media only screen and (max-width: 720px) { .top-intro:before { display: none; } }
.top-intro a { color: #fff; border-bottom: none; background: none; }
.top-intro a:hover { text-decoration: underline; background: none; }

.top-intro-inner { position: relative; max-width: 1206px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; z-index: 1; }
@media only screen and (max-width: 1330px) { .top-intro-inner { margin: 0 4.5%; } }
@media only screen and (max-width: 1140px) { .top-intro-inner { margin: 0 10px 0 30px; } }
@media only screen and (max-width: 720px) { .top-intro-inner { margin: 0; display: block; text-align: center; } }

.top-intro-ttl { font-size: 1.0714285714rem; line-height: 1.2; }
@media only screen and (max-width: 960px) { .top-intro-ttl { margin-bottom: 20px; } }
@media only screen and (max-width: 720px) { .top-intro-ttl { font-size: 1.2142857143rem; } }
.top-intro-ttl .top-intro-ttl-main { font-size: 1.4285714286rem; display: block; margin-bottom: 10px; }
@media only screen and (max-width: 960px) { .top-intro-ttl .top-intro-ttl-main { display: inline; margin-bottom: 0; } }
@media only screen and (max-width: 720px) { .top-intro-ttl .top-intro-ttl-main { font-size: 1.2142857143rem; } }

.top-intro-dtl { font-size: 1.1428571429rem; letter-spacing: .2em; }
@media only screen and (max-width: 720px) { .top-intro-dtl { font-size: 1rem; } }
.top-intro-dtl img { width: 48px; height: 48px; margin-right: 17px; vertical-align: middle; }
@media only screen and (max-width: 1140px) { .top-intro-dtl img { margin-right: 10px; } }
@media only screen and (max-width: 720px) { .top-intro-dtl img { display: block; width: 61px; height: 61px; margin: 0 auto 15px auto; } }
.top-intro-dtl a { background: none; }
.top-intro-dtl a:hover { background: none; }
.top-intro-dtl a .hv-txt { vertical-align: middle; }

.top-intro-institute { width: 64.6%; padding: 20px 0 18px 0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
@media only screen and (max-width: 720px) { .top-intro-institute { display: block; width: auto; padding: 30px; } }

.top-intro-institute-ttl { width: 154px; }
@media only screen and (max-width: 1140px) { .top-intro-institute-ttl { width: 136px; } }
@media only screen and (max-width: 960px) { .top-intro-institute-ttl { width: 100%; } }

.top-intro-institute-dtl { width: 245px; padding: 2px 0 0 0; }
@media only screen and (max-width: 1140px) { .top-intro-institute-dtl { width: 210px; padding: 0; } }
@media only screen and (max-width: 720px) { .top-intro-institute-dtl { width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-justify-content: center; justify-content: center; } }
.top-intro-institute-dtl li { margin-bottom: 7px; }
@media only screen and (max-width: 720px) { .top-intro-institute-dtl li { width: 150px; margin-bottom: 30px; } }

.top-intro-institute-list { -webkit-flex: 1; flex: 1; font-size: 0.8571428571rem; padding: 0 0 0 4%; position: relative; }
@media only screen and (max-width: 720px) { .top-intro-institute-list { text-align: left; padding-top: 30px; } }
.top-intro-institute-list:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: -webkit-linear-gradient(top, #fefefe 0, #fefefe 4px, rgba(254, 254, 254, 0) 4px); background: linear-gradient(to bottom, #fefefe 0, #fefefe 4px, rgba(254, 254, 254, 0) 4px); background-repeat: repeat-y; background-position: left top; background-size: 1px 8px; }
@media only screen and (max-width: 720px) { .top-intro-institute-list:after { bottom: auto; height: 1px; width: 100%; background: -webkit-linear-gradient(left, #fefefe 0, #fefefe 4px, rgba(254, 254, 254, 0) 4px); background: linear-gradient(to right, #fefefe 0, #fefefe 4px, rgba(254, 254, 254, 0) 4px); background-repeat: repeat-x; background-size: 8px 1px; } }
.top-intro-institute-list li { position: relative; padding: 0 20px 0 18px; margin-bottom: calc(10px - .78em); }
@media only screen and (max-width: 720px) { .top-intro-institute-list li { margin-bottom: calc(14px - .78em); } }
.top-intro-institute-list li:before { content: ""; display: block; width: 5px; height: 5px; position: absolute; top: .7em; left: 0; border: 1px solid #fff; border-left: none; border-bottom: none; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.top-intro-hospital { position: relative; -webkit-flex: 1; flex: 1; padding: 22px 0 22px 4.3%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; background-color: #2B3753; }
@media only screen and (max-width: 1140px) { .top-intro-hospital { padding: 22px 0 22px 2%; } }
@media only screen and (max-width: 960px) { .top-intro-hospital { width: 100%; -webkit-align-items: flex-start; align-items: flex-start; padding: 22px 0 22px 4.3%; } }
@media only screen and (max-width: 720px) { .top-intro-hospital { padding: 30px; } }

.top-intro-hospital-ttl { width: 144px; }
@media only screen and (max-width: 1140px) { .top-intro-hospital-ttl { width: 125px; } }
@media only screen and (max-width: 960px) { .top-intro-hospital-ttl { width: 100%; } }

.top-intro-hospital-dtl { -webkit-flex: 1; flex: 1; margin: 0 auto; }
@media only screen and (max-width: 960px) { .top-intro-hospital-dtl { -webkit-flex: none; flex: none; } }

/* TopNavi */
.top-nav { background-color: #EFF6FF; margin-bottom: 100px; padding: 46px 0 0 0; }
@media only screen and (max-width: 720px) { .top-nav { padding-top: 40px; margin-bottom: 74px; } }
.top-nav ul { max-width: 1214px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 1140px) { .top-nav ul { max-width: 1206px; padding: 0 28px; -webkit-justify-content: space-between; justify-content: space-between; } }
@media only screen and (max-width: 720px) { .top-nav ul { padding: 0 28px 18px 28px; } }
.top-nav ul li { position: relative; padding-bottom: calc(29px - .33em); margin: 0 18.5px 27px 18.5px; line-height: 1.66; letter-spacing: 0.05em; }
@media only screen and (max-width: 1140px) { .top-nav ul li { width: 32%; margin: 0 0 27px 0; } }
@media only screen and (max-width: 720px) { .top-nav ul li { font-size: 0.8571428571rem; width: 48.2%; min-height: 44px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; margin-bottom: 30px; letter-spacing: .06em; }
  .top-nav ul li:nth-of-type(2n) { width: 44.5%; } }
.top-nav ul li:after { content: ""; display: block; width: 100%; position: absolute; bottom: 0; left: 0; height: 1px; background-color: rgba(49, 62, 91, 0.5); }
.top-nav ul li a { display: inline-block; border-bottom: none; background: none; max-width: 220px; }
@media only screen and (max-width: 1140px) { .top-nav ul li a { max-width: none; } }
.top-nav ul li a.out:after { width: 12px; height: 12px; background-size: 12px 12px; }

/* article-list-txt */
.article-top-list-txt { margin-bottom: 86px; }
@media only screen and (max-width: 720px) { .article-top-list-txt { margin-bottom: 62px; } }
.article-top-list-txt .articlelist-cat2:before { margin: 0 16px 0 0; vertical-align: 1px; }
@media only screen and (max-width: 720px) { .article-top-list-txt .articlelist-cat2:before { margin: 0 10px 0 3px; } }
.article-top-list-txt time { margin-right: 10px; }
@media only screen and (max-width: 720px) { .article-top-list-txt time { margin-right: 3px; } }
.article-top-list-txt .articlelist-cat { padding: 7px 10px; }
@media only screen and (max-width: 720px) { .article-top-list-txt .articlelist-cat { padding: 5px 8px; } }

@media only screen and (max-width: 720px) { .article-top-list-txt + .ttl-general-view-last { margin-top: -14px; } }

.article-top-list-txt-inner { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-start; align-items: flex-start; }
@media only screen and (max-width: 960px) { .article-top-list-txt-inner { display: block; } }
@media only screen and (max-width: 720px) { .article-top-list-txt-inner { font-size: 0.8571428571rem; } }
.article-top-list-txt-inner .articlelist-cat { min-width: 125px; margin-right: 28px; color: #313E5B !important; white-space: nowrap; }

.article-top-list-txt-block-large { width: 50%; margin-right: 4%; position: relative; }
@media only screen and (max-width: 960px) { .article-top-list-txt-block-large { width: 100%; margin: 0 auto 40px auto; } }
@media only screen and (max-width: 960px) { .article-top-list-txt-block-large .article-top-list-txt-header { display: block; } }
@media only screen and (max-width: 960px) { .article-top-list-txt-block-large .article-top-list-txt-header-cat { display: block; margin-bottom: 10px; } }
@media only screen and (max-width: 480px) { .article-top-list-txt-block-large .article-top-list-txt-header-cat { margin-bottom: 0; } }
@media only screen and (max-width: 720px) { .article-top-list-txt-block-large .articlelist-cat { font-size: 0.7142857143rem; min-width: 94px; margin-right: 15px; } }
@media only screen and (max-width: 480px) { .article-top-list-txt-block-large .articlelist-cat { display: inline-block; margin-bottom: 4px; } }
.article-top-list-txt-block-large:after { content: ""; display: block; width: 100%; height: 61.7%; position: absolute; bottom: 0; left: 0; background: -webkit-linear-gradient(bottom, #0a0c12 0%, rgba(49, 62, 91, 0) 100%); background: linear-gradient(to top, #0a0c12 0%, rgba(49, 62, 91, 0) 100%); pointer-events: none; opacity: .9; }
@media only screen and (max-width: 960px) { .article-top-list-txt-block-large:after { display: none; } }
@media only screen and (max-width: 480px) { .article-top-list-txt-block-large:after { display: block; } }
.article-top-list-txt-block-large figure { position: relative; }
.article-top-list-txt-block-large figure:before { content: ""; display: block; width: 100%; padding-top: 69.6%; }
@media only screen and (max-width: 960px) { .article-top-list-txt-block-large figure { width: 45%; } }
@media only screen and (max-width: 480px) { .article-top-list-txt-block-large figure { width: 100%; } }
.article-top-list-txt-block-large img { object-fit: cover; width: 100%; height: 100%; position: absolute; top: 0; left: 0; font-family: 'object-fit: cover;'; /* IE11 polyfill */ }
.article-top-list-txt-block-large a { color: #fff; border-bottom: none; }
@media screen and (min-width: 961px) { .article-top-list-txt-block-large a .hv-txt { background: none; } }
@media only screen and (max-width: 480px) { .article-top-list-txt-block-large a .hv-txt { background: none; } }
@media screen and (min-width: 961px) { .article-top-list-txt-block-large a:hover .hv-txt { background: none; } }
@media only screen and (max-width: 480px) { .article-top-list-txt-block-large a:hover .hv-txt { background: none; } }
@media only screen and (max-width: 960px) { .article-top-list-txt-block-large a { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: #000; -webkit-align-items: center; align-items: center; } }
@media only screen and (max-width: 720px) { .article-top-list-txt-block-large a { -webkit-align-items: flex-start; align-items: flex-start; } }
@media only screen and (max-width: 480px) { .article-top-list-txt-block-large a { display: block; color: #fff; } }

.article-top-list-txt-cont { position: absolute; bottom: 37px; left: 0; width: 100%; padding: 0 36px; font-size: 1.0714285714rem; z-index: 1; }
@media only screen and (max-width: 960px) { .article-top-list-txt-cont { position: static; padding: 0 0 0 16px; width: 55%; } }
@media only screen and (max-width: 720px) { .article-top-list-txt-cont { font-size: 0.8571428571rem; } }
@media only screen and (max-width: 480px) { .article-top-list-txt-cont { position: absolute; width: 100%; padding: 0 18px; bottom: 14px; } }

.article-top-list-txt-header { margin-bottom: 16px; }
@media only screen and (max-width: 960px) { .article-top-list-txt-header { margin-bottom: 10px; } }
@media only screen and (max-width: 720px) { .article-top-list-txt-header { font-size: 0.7857142857rem; } }

.article-top-list-txt-header-cat { display: inline-block; margin-bottom: 5px; }

.article-top-list-txt-header-dtl { display: inline-block; vertical-align: middle; }

.article-top-list-txt-block { -webkit-flex: 1; flex: 1; padding-right: 24px; }
@media only screen and (max-width: 720px) { .article-top-list-txt-block { padding-right: 0; } }
.article-top-list-txt-block a { border-bottom: none; }
@media only screen and (max-width: 720px) { .article-top-list-txt-block .articlelist-cat { font-size: 0.7142857143rem; padding: 5px 9px; min-width: 94px; margin-right: 15px; } }

.article-top-list-txt-group { margin-bottom: 30px; }
.article-top-list-txt-group a { display: block; background: none; }
.article-top-list-txt-group a:hover { background: none; }

/***************************************************************************
// loader
***************************************************************************/
/***************************************************************************
// nav
***************************************************************************/
.header-nav-wrapper { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-end; justify-content: flex-end; position: absolute; right: 16px; top: 0; width: calc(100% - 365px); letter-spacing: .08em; }
@media only screen and (max-width: 1330px) { .header-nav-wrapper { right: 6px; } }

.header-nav-inner { width: 821px; }

.header-nav-secondary { position: relative; padding-top: 14px; font-size: 0.8571428571rem; min-height: 48px; overflow: hidden; }
.header-nav-secondary .separator2 { position: absolute; left: 0; bottom: 0; }
@media only screen and (max-width: 1140px) { .header-nav-secondary { display: none; } }

.header-nav-secondary-first { margin-bottom: 12px; margin-right: 211px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
@media only screen and (max-width: 1330px) { .header-nav-secondary-first { margin-right: 200px; } }
.header-nav-secondary-first li { font-size: 0.8571428571rem; }
.header-nav-secondary-first li:last-child { margin-right: 0; }

.header-nav-sns { position: absolute; top: 14px; right: 104px; font-size: 0; }
.header-nav-sns li { display: inline-block; margin: 0 6px; }
.header-nav-sns li a { display: block; }

.header-nav-lang { width: 80px; position: absolute; top: 14px; right: 0; text-align: right; font-size: 0rem; letter-spacing: 0; font-size: 0.8571428571rem; letter-spacing: .1em; }
.header-nav-lang:before { display: none; }

.header-nav-primary { padding: 18px 0 7px 0; min-height: 49px; }
@media only screen and (max-width: 1140px) { .header-nav-primary { display: none; } }

.header-nav-primary-first { margin-right: 72px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.header-nav-primary-first li { font-size: 1rem; letter-spacing: .15em; }
.header-nav-primary-first li:last-child { margin-right: 0; }

/* navBtn */
#nav-btn { display: none; }

#nav-btn, #min-nav-btn { position: absolute; top: 24px; right: 43px; width: 40px; height: 40px; z-index: 2001; background: none; }
@media only screen and (max-width: 1140px) { #nav-btn, #min-nav-btn { display: block; } }
@media only screen and (max-width: 720px) { #nav-btn, #min-nav-btn { top: 14px; right: 59px; } }
@media only screen and (max-width: 374px) { #nav-btn, #min-nav-btn { right: 40px; } }

#nav-btn .nav-arrow-cont, #min-nav-btn .nav-arrow-cont { position: relative; margin-top: 9px; }

#nav-btn .nav-arrow-cont span.bdr, #min-nav-btn .nav-arrow-cont span.bdr { display: block; width: 26px; height: 21px; border-top: 1px solid #313e5b; position: absolute; top: 0; left: calc(50% - 13px); -webkit-transition: all 0.4s; transition: all 0.4s; -webkit-box-sizing: border-box; box-sizing: border-box; }

#nav-btn .nav-arrow-cont span.bdr:before, #min-nav-btn .nav-arrow-cont span.bdr:before { content: ""; display: block; position: absolute; width: 19px; height: 1px; top: 10px; left: 0; background-color: #313e5b; -webkit-transition: all 0.4s; transition: all 0.4s; }

#nav-btn .nav-arrow-cont span.bdr:after, #min-nav-btn .nav-arrow-cont span.bdr:after { content: ""; display: block; position: absolute; width: 13px; height: 1px; top: 20px; left: 0; background-color: #313e5b; -webkit-transition: all 0.4s; transition: all 0.4s; }

#nav-btn.js-nav-active .nav-arrow-cont span.bdr, #min-nav-btn.js-nav-active .nav-arrow-cont span.bdr { margin-left: -1px; top: 3px; border-top: none !important; }

#nav-btn.js-nav-active .nav-arrow-cont span.bdr:before, #min-nav-btn.js-nav-active .nav-arrow-cont span.bdr:before { -webkit-transform: translateY(4px) rotate(45deg); transform: translateY(4px) rotate(45deg); width: 28px; top: 3px; }

#nav-btn.js-nav-active .nav-arrow-cont span.bdr:after, #min-nav-btn.js-nav-active .nav-arrow-cont span.bdr:after { -webkit-transform: translateY(-4px) rotate(-45deg); transform: translateY(-4px) rotate(-45deg); width: 28px; top: 11px; }

.sp-nav { display: none; }
@media only screen and (max-width: 1140px) { .sp-nav { position: fixed; width: 100%; top: 98px; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.9); z-index: 10; } }
@media only screen and (max-width: 720px) { .sp-nav { top: 65px; background-color: white; } }
.sp-nav a { border-bottom: none; }

.sp-nav-simplebar { width: 100%; overflow-y: auto; height: 100%; }
@media only screen and (max-width: 1140px) { .sp-nav-simplebar { padding-top: 40px; padding-bottom: 40px; } }
@media only screen and (max-width: 720px) { .sp-nav-simplebar { padding-top: 65px; padding-bottom: 65px; } }

.sp-nav-inner { margin: 0 30px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.sp-header-nav-primary { width: 53.3%; }

.sp-navmain { margin-bottom: 60px; }
.sp-navmain li { margin-bottom: 28px; }

.sp-sns { position: static; width: auto; }
.sp-sns li { margin: 0 38px 0 0; vertical-align: middle; }
.sp-sns li:last-child { margin-right: 0; }

.sp-header-nav-secondary { width: 46.7%; }

.sp-navsub01 { margin-bottom: 60px; font-size: 0.9285714286rem; }
.sp-navsub01 li { margin-bottom: 40px; }

.sp-lang { position: static; width: auto; text-align: left; font-size: 0.8571428571rem; }

/***************************************************************************
// mainvisual
***************************************************************************/
/***************************************************************************
// header
***************************************************************************/
.header-wrapper-outer.nav-active { position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 130px; background-color: #ffffff; }

.header-wrapper { max-width: 1337px; height: 110px; margin: 0 auto; position: relative; z-index: 1010; }
@media only screen and (max-width: 1330px) { .header-wrapper { margin: 0 30px; } }
@media only screen and (max-width: 1140px) { .header-wrapper { height: 98px; } }
@media only screen and (max-width: 720px) { .header-wrapper { margin: 0; height: 65px; } }

.header-wrapper a { border-bottom: none; }

header { position: absolute; top: 26px; left: 10px; width: 365px; height: 65px; line-height: 1; z-index: 1; }
@media only screen and (max-width: 1330px) { header { left: 0; } }
@media only screen and (max-width: 1140px) { header { top: 21px; height: 55px; } }
@media only screen and (max-width: 720px) { header { width: 96%; left: 3.7%; top: 11px; height: 54px; } }
@media only screen and (max-width: 374px) { header { left: 5px; } }
header h1 { display: inline-block; white-space: nowrap; }

header a { border-bottom: none; background: none; }
header a:hover { background: none; }

/* search */
.search-btn { position: absolute; bottom: 3px; right: 0; z-index: 2001; }
@media only screen and (max-width: 1140px) { .search-btn { bottom: auto; top: 30px; } }
@media only screen and (max-width: 720px) { .search-btn { top: 17px; right: 15px; } }
@media only screen and (max-width: 374px) { .search-btn { right: 5px; } }

.search-btn a { display: block; width: 32px; height: 32px; border-radius: 50%; text-align: center; background: none; background-color: #313e5b !important; color: #fff; background-image: url(../img/search.svg) !important; background-repeat: no-repeat !important; background-position: center center !important; background-size: 15px 15px !important; }

.search-btn.js-nav-active a { background-color: transparent !important; background-image: url(../img/close.svg) !important; background-size: 21px 21px !important; }

/* search-contents */
#search-box { display: block; height: 0; overflow: hidden; position: fixed; top: 0; bottom: 0; left: 0; width: 100%; background-color: rgba(255, 255, 255, 0.9); z-index: 900; opacity: 0; }
@media only screen and (max-width: 720px) { #search-box { background-color: white; } }

#search-box .field-wrapper { display: table; position: relative; width: 100%; max-width: 425px; margin: 165px auto 0 auto; -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
@media only screen and (max-width: 720px) { #search-box .field-wrapper { max-width: none; width: 75%; margin: 115px 12.5% 0 12.5%; } }

#search-box .field-wrapper:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 155px; height: 2px; background: -webkit-linear-gradient(left, #EF0012 0, #EF0012 2px, #fff 2px, #fff 5px, #EF0012 5px, #EF0012 8px, #fff 8px, #fff 11px, #EF0012 11px, #EF0012 16px, #fff 16px, #fff 19px, #EF0012 19px); background: linear-gradient(to right, #EF0012 0, #EF0012 2px, #fff 2px, #fff 5px, #EF0012 5px, #EF0012 8px, #fff 8px, #fff 11px, #EF0012 11px, #EF0012 16px, #fff 16px, #fff 19px, #EF0012 19px); }
@media only screen and (max-width: 720px) { #search-box .field-wrapper:before { width: 103px; height: 1px; background: -webkit-linear-gradient(left, #EF0012 0, #EF0012 1px, #fff 1px, #fff 2px, #EF0012 2px, #EF0012 3px, #fff 3px, #fff 5px, #EF0012 5px, #EF0012 7px, #fff 7px, #fff 9px, #EF0012 9px); background: linear-gradient(to right, #EF0012 0, #EF0012 1px, #fff 1px, #fff 2px, #EF0012 2px, #EF0012 3px, #fff 3px, #fff 5px, #EF0012 5px, #EF0012 7px, #fff 7px, #fff 9px, #EF0012 9px); } }

#search-box .field-wrapper:after { content: ""; display: block; position: absolute; bottom: 0; right: 0; width: 20px; height: 2px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); background: linear-gradient(to right, #313E5B 0, #313E5B 2px, #fff 2px, #fff 5px, #313E5B 5px, #313E5B 8px, #fff 8px, #fff 11px, #313E5B 11px, #313E5B 16px, #fff 16px); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
@media only screen and (max-width: 720px) { #search-box .field-wrapper:after { width: 9px; height: 1px; background: -webkit-linear-gradient(left, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px); background: linear-gradient(to right, #313E5B 0, #313E5B 1px, #fff 1px, #fff 2px, #313E5B 2px, #313E5B 3px, #fff 3px, #fff 5px, #313E5B 5px, #313E5B 7px, #fff 7px); } }

#search-box .search-field { display: table-cell; vertical-align: middle; border-bottom: 2px solid #313e5b; }
@media only screen and (max-width: 720px) { #search-box .search-field { border-bottom: 1px solid #313e5b; } }

#search-box input[type=text] { font-family: 'Playfair Display','Noto Sans JP', serif; height: 70px !important; padding: 5px 5px 5px 20px !important; line-height: 70px !important; width: 100% !important; border: none !important; background-color: transparent !important; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none !important; appearance: none !important; font-size: 1.62rem !important; border-radius: 0; }
@media only screen and (max-width: 720px) { #search-box input[type=text] { height: 31px !important; padding: 0px 5px 15px 8px !important; line-height: normal !important; font-size: .93rem !important; } }

#search-box .field-wrapper .searchinner-btn { display: table-cell; width: 50px; vertical-align: middle; border-bottom: 2px solid #313e5b; }
@media only screen and (max-width: 720px) { #search-box .field-wrapper .searchinner-btn { width: 38px; border-bottom: 1px solid #313e5b; } }

#search-box .field-wrapper .searchinner-btn button { display: block; width: 100%; height: 30px; padding: 0; margin-right: 16px; background-image: url(../img/search_b.svg); background-repeat: no-repeat; background-position: center top; background-size: 30px 30px; border: none; background-color: transparent; cursor: pointer; }
@media only screen and (max-width: 720px) { #search-box .field-wrapper .searchinner-btn button { height: 31px; padding: 0; margin-right: 16px; background-position: center center; background-size: 18px 18px; } }

#search-box input[type=text]:focus { outline: auto; }

#search-box input::-webkit-input-placeholder { color: #313e5b; opacity: 1; font-style: italic; font-size: 1.5714285714rem; letter-spacing: .2em; }
@media only screen and (max-width: 720px) { #search-box input::-webkit-input-placeholder { font-size: 1.0714285714rem; } }

#search-box input::-moz-placeholder { color: #313e5b; opacity: 1; font-style: italic; font-size: 1.5714285714rem; letter-spacing: .2em; }
@media only screen and (max-width: 720px) { #search-box input::-moz-placeholder { font-size: 1.0714285714rem; } }

#search-box input:-moz-placeholder { color: #313e5b; opacity: 1; font-style: italic; font-size: 1.5714285714rem; letter-spacing: .2em; }
@media only screen and (max-width: 720px) { #search-box input:-moz-placeholder { font-size: 1.0714285714rem; } }

#search-box input:-ms-input-placeholder { color: #313e5b; opacity: 1; font-style: italic; font-size: 1.5714285714rem; letter-spacing: .2em; }
@media only screen and (max-width: 720px) { #search-box input:-ms-input-placeholder { font-size: 1.0714285714rem; } }

#search-box input::placeholder { color: #313e5b; opacity: 1; font-style: italic; font-size: 1.5714285714rem; letter-spacing: .2em; }
@media only screen and (max-width: 720px) { #search-box input::placeholder { font-size: 1.0714285714rem; } }

/***************************************************************************
// footer
***************************************************************************/
.footer-nav { max-width: 1205px; margin: 0 auto; }
.footer-nav p { font-size: 0.9285714286rem; }
@media only screen and (max-width: 720px) { .footer-nav p { font-size: 0.8571428571rem; } }
@media only screen and (max-width: 1330px) { .footer-nav { margin: 0 30px; } }

.footer-nav-inner { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: 47px 0; }
@media only screen and (max-width: 960px) { .footer-nav-inner { display: block; width: auto; padding: 36px 0; } }

.footer-nav-left { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex: 1; flex: 1; position: relative; }
.footer-nav-left:after { content: ""; display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; background: -webkit-linear-gradient(top, #707070 0, #707070 4px, rgba(112, 112, 112, 0) 4px); background: linear-gradient(to bottom, #707070 0, #707070 4px, rgba(112, 112, 112, 0) 4px); background-repeat: repeat-y; background-position: left top; background-size: 1px 8px; }
@media only screen and (max-width: 960px) { .footer-nav-left:after { display: none; } }
.footer-nav-left a { border-bottom: none; }
@media only screen and (max-width: 960px) { .footer-nav-left { margin-bottom: 40px; } }
@media only screen and (max-width: 720px) { .footer-nav-left { margin-bottom: 20px; } }

.footer-nav-right { width: 440px; padding-left: 70px; line-height: 2.15; letter-spacing: .03em; }
@media only screen and (max-width: 960px) { .footer-nav-right { padding-left: 0; width: auto; } }
@media only screen and (max-width: 720px) { .footer-nav-right { font-size: 0.8571428571rem; } }

.footer-nav-inner-block { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 60.9%; }
.footer-nav-inner-block:first-child { display: block; width: 33%; margin-right: 6.1%; letter-spacing: .03em; }
.footer-nav-inner-block:first-child ul:last-child { margin-bottom: 0; }
@media only screen and (max-width: 720px) { .footer-nav-inner-block { width: 46.8%; margin-left: 3.2%; letter-spacing: .03em; } }
@media only screen and (max-width: 720px) and (max-width: 720px) { .footer-nav-inner-block { display: block; } }
@media only screen and (max-width: 720px) { .footer-nav-inner-block:first-child { width: 46.8%; margin-left: 0; margin-right: 3.2%; } }

.footer-nav-inner-block-group { width: 50%; padding-right: 6.1%; }
@media only screen and (max-width: 720px) { .footer-nav-inner-block-group { width: auto; padding-right: 0; }
  .footer-nav-inner-block-group + .footer-nav-inner-block-group { margin-top: calc(28px - .78em); } }

.footer-nav-ttl { font-size: 1.0714285714rem; margin-bottom: calc(24px - .78em); letter-spacing: .05em; }
@media only screen and (max-width: 720px) { .footer-nav-ttl { font-size: 0.9285714286rem; margin-bottom: calc(20px - .78em); letter-spacing: .05em; } }

.footer-nav-ttl + .footer-nav-ttl { margin-top: calc(40px - .78em); }
@media only screen and (max-width: 720px) { .footer-nav-ttl + .footer-nav-ttl { margin-top: calc(28px - .78em); } }

.footer-nav ul { margin-bottom: 24px; }
.footer-nav ul li { font-size: 0.9285714286rem; margin-bottom: calc(17px - .78em); padding-left: .5em; text-indent: -.6em; }
.footer-nav ul li:before { content: "-"; margin-right: 2px; }
@media only screen and (max-width: 720px) { .footer-nav ul li { font-size: 0.7857142857rem; margin-bottom: calc(14px - .78em); } }

.footer-nav-lang { margin-top: 60px; font-size: 0.8571428571rem; display: inline-block; }
@media only screen and (max-width: 720px) { .footer-nav-lang { margin-top: 0; } }

.footer-nav-icon { margin: 27px 0 75px 0 !important; }
.footer-nav-icon li { display: inline-block; padding-left: 0 !important; text-indent: 0 !important; }
.footer-nav-icon li:before { display: none; }
@media only screen and (max-width: 960px) { .footer-nav-icon { margin: 10px 0 25px 0 !important; } }
@media only screen and (max-width: 720px) { .footer-nav-icon { margin: 10px 0 40px 0 !important; text-align: center; } }

.footer-wrapper { border-top: 1px solid #313E5B; padding: 43px 0 36px 0; position: relative; }
.footer-wrapper small { display: block; text-align: right; font-size: 0.7142857143rem; letter-spacing: .10em; line-height: 1.4; }
@media only screen and (max-width: 720px) { .footer-wrapper small { font-size: 0.6428571429rem; text-align: left; letter-spacing: .025em; margin-top: 10px; } }
@media only screen and (max-width: 1330px) { .footer-wrapper { padding: 43px 30px 36px 30px; } }
@media only screen and (max-width: 960px) { .footer-wrapper { padding: 27px 30px 20px 30px; } }
@media only screen and (max-width: 720px) { .footer-wrapper { padding: 27px 6.6% 20px 6.6%; } }
@media only screen and (max-width: 374px) { .footer-wrapper { padding: 27px 15px 20px 15px; } }

.footer-wrapper-inner { max-width: 1205px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-end; align-items: flex-end; }
@media only screen and (max-width: 720px) { .footer-wrapper-inner { display: block; } }

.footer-wrapper-inner-block { width: 50%; }
@media only screen and (max-width: 720px) { .footer-wrapper-inner-block { width: auto; } }

.footer-logo-link { display: inline-block; background: none; border: none; }
.footer-logo-link:hover { background: none; }

/* toTop */
.totop { width: 32px; position: absolute; top: -16px; left: calc(50% - 16px); }
.totop a { display: block; height: 32px; position: relative; background-color: #313E5B; border-radius: 16px; }
.totop a:before { content: ""; display: block; width: 7px; height: 7px; position: absolute; top: 14px; left: 12px; border: 1px solid #fff; border-bottom: 0; border-left: 0; -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.totop a:hover { background-color: #313E5B; }

/***************************************************************************
// animation
***************************************************************************/
/* common */
.anime-slideup { -webkit-transition: transform 0.4s cubic-bezier(0.11, 0.4, 0.33, 0.99) 0s, opacity 0.4s cubic-bezier(0.11, 0.4, 0.33, 0.99) 0s; transition: transform 0.4s cubic-bezier(0.11, 0.4, 0.33, 0.99) 0s, opacity 0.4s cubic-bezier(0.11, 0.4, 0.33, 0.99) 0s; -webkit-transform: translateY(40px); transform: translateY(40px); opacity: 0; }

.js-loaded .anime-slideup.js-scrollaction-active { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }

[data-simplebar] { position: relative; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; align-content: flex-start; align-items: flex-start; }

.simplebar-wrapper { overflow: hidden; width: inherit; height: inherit; max-width: inherit; max-height: inherit; }

.simplebar-mask { direction: inherit; position: absolute; overflow: hidden; padding: 0; margin: 0; left: 0; top: 0; bottom: 0; right: 0; width: auto !important; height: auto !important; z-index: 0; }

.simplebar-offset { direction: inherit !important; box-sizing: inherit !important; resize: none !important; position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 0; margin: 0; -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper { direction: inherit; box-sizing: border-box !important; position: relative; display: block; height: 100%; width: auto; visibility: visible; overflow: auto; max-width: 100%; max-height: 100%; }

.simplebar-content:after, .simplebar-content:before { content: " "; display: table; }

.simplebar-placeholder { max-height: 100%; max-width: 100%; width: 100%; pointer-events: none; }

.simplebar-height-auto-observer-wrapper { box-sizing: inherit !important; height: 100%; width: inherit; max-width: 1px; position: relative; float: left; max-height: 1px; overflow: hidden; z-index: -1; padding: 0; margin: 0; pointer-events: none; flex-grow: inherit; flex-shrink: 0; flex-basis: 0; }

.simplebar-height-auto-observer { box-sizing: inherit; display: block; opacity: 0; position: absolute; top: 0; left: 0; height: 1000%; width: 1000%; min-height: 1px; min-width: 1px; overflow: hidden; pointer-events: none; z-index: -1; }

.simplebar-track { z-index: 1; position: absolute; right: 0; bottom: 0; pointer-events: none; overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-track { pointer-events: all; }

.simplebar-scrollbar { position: absolute; right: 2px; width: 4px; min-height: 10px; }

.simplebar-scrollbar:before { position: absolute; content: ""; background: #313e5b; border-radius: 4px; left: 0; right: 0; opacity: 0; transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before { opacity: .3; transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical { top: 0; width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before { top: 2px; bottom: 2px; }

.simplebar-track.simplebar-horizontal { left: 0; height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before { height: 100%; left: 2px; right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar { right: auto; left: 0; top: 2px; height: 7px; min-height: 0; min-width: 10px; width: auto; }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical { right: auto; left: 0; }

.hs-dummy-scrollbar-size { direction: rtl; position: fixed; opacity: 0; visibility: hidden; height: 500px; width: 500px; overflow-y: hidden; overflow-x: scroll; }
</pre></body></html>