@charset "UTF-8";
/*****************************************************
  font
*****************************************************/
@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 100;
}

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 200;
}

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 300;
}

@font-face {
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic";
  font-weight: 400;
}

@font-face {
  src: local("Yu Gothic Bold");
  font-family: "Yu Gothic";
  font-weight: bold;
}

@font-face {
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-family: "Roboto";
}

/*****************************************************
  Foundation
*****************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: calc(1em * .625);
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  min-width: 100%;
  background: #fff;
  color: #000;
  font: 400 1.8em/1.8 "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-word;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6em;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

* {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

img {
  -webkit-touch-callout: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input, textarea, select, button {
  font: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="search"]:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: .1s linear;
}

select {
  white-space: nowrap;
}

a {
  color: #0071b8;
  opacity: 1;
  transition: .1s linear;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 375px) {
  html {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

/*****************************************************
  Layout
*****************************************************/
/* =================================================
Frame
================================================= */
.l-mainBg {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_main.png);
  background-position: top left;
  background-size: 100%;
  opacity: 0;
  transition: opacity 1s .3s;
}

@media screen and (max-width: 768px) {
  .l-mainBg {
    background: url(../images/bg_main--sp.png);
    background-size: 100%;
  }
}

.l-container {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 112rem;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .l-container {
    max-width: calc(100% - 4rem);
    margin: 0 2rem;
  }
}

/* =================================================
Header
================================================= */
.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  align-items: center;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #fff;
  transition: -webkit-transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition: transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}

.l-header.-fixed {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
}

.l-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 112rem;
  height: 6.6rem;
  margin: 0 auto;
}

.l-header_logo {
  width: 25.6rem;
}

.l-header_logo img {
  display: block;
  width: 100%;
}

.l-header_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 30rem;
  margin: -.2rem 0 0 auto;
}

.l-header_info dt {
  width: 4rem;
  margin-top: .2rem;
  padding: .2rem 0 .1rem;
  border: 1px solid #dadada;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
}

.l-header_info dd {
  width: calc(100% - 4rem);
  margin-top: .2rem;
  padding: .1rem 0 0 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
}

.l-header_info dd span {
  font-weight: bold;
}

.l-header_btn {
  display: flex;
  width: 46.2rem;
}

.l-header_btn_item {
  width: 15rem;
  min-height: 5.2rem;
  margin-left: .4rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
}

.l-header_btn_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: .5rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}

.l-header_btn_item a.-apply {
  border-color: #2b8eb7;
  background-color: #2b8eb7;
}

.l-header_btn_item a.-apply:hover {
  color: #2b8eb7;
}

.l-header_btn_item a.-seminar {
  border-color: #d53a8f;
  background-color: #d53a8f;
}

.l-header_btn_item a.-seminar:hover {
  color: #d53a8f;
}

.l-header_btn_item a.-mypage {
  border-color: #203864;
  background-color: #203864;
}

.l-header_btn_item a.-mypage:hover {
  color: #203864;
}

.l-header_btn_item a.-disabled {
  border-color: #bfbfbf;
  background-color: #bfbfbf;
  color: #fff;
  pointer-events: none;
}

.l-header_btn_item a:hover {
  background: #fff;
}

.l-header_menuBtn {
  display: none;
}

.l-header_menu {
  height: 100%;
  background-color: #203864;
}

.l-header_nav {
  display: flex;
  justify-content: space-between;
  max-width: 112rem;
  height: 4.2rem;
  margin: 0 auto;
}

.l-header_nav_item {
  flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-header_nav_item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: .9rem .5rem 1rem;
  color: #fff;
  text-decoration: none;
}

.l-header_nav_item a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.l-header_nav_item a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 18px;
  margin: auto 0;
  background-color: #586a8b;
  content: '';
}

.l-header_nav_item a.-disabled {
  color: #586a8b;
  pointer-events: none;
}

.l-header_nav_item:last-child a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 18px;
  margin: auto 0;
  background-color: #586a8b;
  content: '';
}

.l-header_cta {
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-header_inner {
    z-index: 2;
    position: relative;
    max-width: 100%;
    height: 5rem;
    padding: 1.2rem 1.5rem;
    background-color: #fff;
  }
  .l-header_logo {
    width: 20rem;
  }
  .l-header_info {
    display: none;
  }
  .l-header_btn {
    display: none;
  }
  .l-header_sp {
    display: none;
  }
  .l-header_menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.15);
    transition: -webkit-transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
    transition: transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1), -webkit-transform 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
  }
  .l-header_menu.-open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .l-header_menuBtn {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
  }
  .l-header_menuBtn span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 2.5rem;
    height: .2rem;
    margin: 0 auto;
    background: #203864;
    transition: all .3s;
  }
  .l-header_menuBtn span:nth-child(1) {
    top: 1.5rem;
  }
  .l-header_menuBtn span:nth-child(2) {
    top: 2.4rem;
  }
  .l-header_menuBtn span:nth-child(3) {
    top: 3.3rem;
  }
  .l-header_menuBtn.-open span {
    width: 2.5rem;
  }
  .l-header_menuBtn.-open span:nth-child(1) {
    top: 2.3rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header_menuBtn.-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header_menuBtn.-open span:nth-child(3) {
    top: 2.3rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .l-header_nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    height: auto;
    padding: 1rem 0;
    background: #203864;
  }
  .l-header_nav_item {
    flex: 0 1 auto;
    width: 33.33%;
    font-size: 1.3rem;
    text-align: center;
  }
  .l-header_nav_item a {
    justify-content: center;
    padding: 1.3rem 1rem;
    color: #fff;
  }
  .l-header_nav_item a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 1px;
    height: 2rem;
    margin: auto 0;
    background: #586a8b;
    content: '';
  }
  .l-header_nav_item:nth-child(3) a::before, .l-header_nav_item:nth-child(6) a::before {
    display: none;
  }
  .l-header_cta {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    margin: 0;
  }
  .l-header_cta_btn {
    width: 50%;
    text-align: center;
  }
  .l-header_cta_btn:last-child {
    width: 100%;
  }
  .l-header_cta_btn a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 5rem;
    padding: .8rem 2rem 1rem;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
  }
  .l-header_cta_btn a::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: .2s linear;
  }
  .l-header_cta_btn a.-apply::before {
    background-color: #2b8eb7;
  }
  .l-header_cta_btn a.-seminar::before {
    background-color: #d53a8f;
  }
  .l-header_cta_btn a.-mypage::before {
    background-color: #203864;
  }
  .l-header_cta_btn a.-disabled {
    pointer-events: none;
  }
  .l-header_cta_btn a.-disabled::before {
    background-color: #bfbfbf;
  }
  .l-header_cta_btn a:hover {
    text-decoration: none;
  }
  .l-header_cta_btn a:hover::before {
    opacity: .7;
  }
}

/* =================================================
Footer
================================================= */
.l-footer {
  z-index: 1;
  position: relative;
  background-color: #fff;
  line-height: 1.4;
}

.l-footer_pagetop {
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
  transition: .3s linear;
}

.l-footer_pagetop:hover {
  opacity: .7;
}

.l-footer_inner {
  padding: 5rem 0;
  text-align: center;
}

.l-footer_link {
  display: flex;
  justify-content: center;
}

.l-footer_link_item {
  padding: 0 1.5rem;
  border-left: 1px solid #e5e5e5;
}

.l-footer_link_item:first-of-type {
  border-left: none;
}

.l-footer_link_item a {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

.l-footer_link_item a:hover {
  color: #0071b8;
}

.l-footer_logo {
  display: table;
  margin: 3rem auto 1.5rem;
  text-align: center;
}

.l-footer_logo:hover {
  opacity: .5;
}

.l-footer_logo img {
  width: 10rem;
  vertical-align: bottom;
}

.l-footer_copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .l-footer_pagetop {
    bottom: 0;
    width: 4rem;
    height: 4rem;
  }
  .l-footer_inner {
    padding: 3rem 2rem;
  }
  .l-footer_link {
    display: block;
    margin: -1em 0 0;
  }
  .l-footer_link_item {
    margin: 0.8em 0 0;
    padding: 0;
    border-left: none;
  }
  .l-footer_link_item a {
    font-size: 1.2rem;
  }
}

/* =================================================
下層用
================================================= */
body:not(.-top) .l-header {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

body:not(.-top) .l-wrapper {
  padding-top: 10.8rem;
}

body:not(.-top) .l-main {
  min-height: calc(100vh - 108px - 212px);
  padding-bottom: 6rem;
}

body:not(.-top) .l-footer {
  background: #eee;
}

@media screen and (max-width: 1024px) {
  body:not(.-top) .l-wrapper {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  body:not(.-top) .l-main {
    min-height: auto;
    padding-bottom: 4rem;
  }
}

/* =================================================
l-pageHeader
================================================= */
.l-pageHeader {
  z-index: 1;
  position: relative;
  margin: 0 0 40px;
  padding: 15px 10px 25px;
  background: #edeff9 url(../images/bg_heading_common.png) 100% 50%/auto 100% no-repeat;
}

.l-pageHeader .l-topicsPath {
  padding: 0;
}

.l-pageHeader_title {
  margin: 18px 0 0;
  color: #203864;
  font-size: 32px;
  line-height: 1.4;
}

.l-pageHeader_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-pageHeader_link {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  justify-content: flex-end;
  width: 112rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-pageHeader_link_item {
  width: 20rem;
  margin-left: .5rem;
}

.l-pageHeader_link_item a {
  display: block;
  height: 8.4rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.l-pageHeader_link_item a:hover {
  opacity: .8;
}

.l-pageHeader_link_item.-xhealth a {
  background: url(../images/logo_xhealth.png) no-repeat center/100%;
}

.l-pageHeader_link_item.-hc a {
  background: url(../images/logo_hc.png) no-repeat center/100%;
}

@media screen and (max-width: 1160px) {
  .l-pageHeader_link {
    width: calc(100% - 4rem);
    -webkit-transform: translateX(calc(-50%));
            transform: translateX(calc(-50%));
  }
}

@media screen and (max-width: 1024px) {
  .l-pageHeader_link_item {
    width: 18rem;
  }
  .l-pageHeader_link_item a {
    height: 7.5rem;
  }
}

@media screen and (max-width: 768px) {
  .l-pageHeader {
    margin-bottom: 30px;
    padding: 22px 0;
    background-image: url(../images/bg_heading_common--sp.png);
  }
  .l-pageHeader_title {
    margin: 0;
    font-size: 26px;
  }
  .l-pageHeader_link {
    display: block;
    position: relative;
    top: 0;
    left: 2rem;
    width: 100%;
    max-width: none;
    margin: -1rem -2rem 3rem;
    padding: 0 2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-bottom: 1px solid #eee;
  }
  .l-pageHeader_link_item {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .l-pageHeader_link_item a {
    height: auto;
    font-size: 1rem;
    line-height: 1.5;
    text-align: right;
    text-decoration: none;
    text-indent: 0;
    white-space: normal;
  }
  .l-pageHeader_link_item a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .7rem;
    border-width: 3.5px 0 3.5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent currentColor;
    content: "";
  }
  .l-pageHeader_link_item.-xhealth a, .l-pageHeader_link_item.-hc a {
    background: none;
  }
}

/* =================================================
l-topicsPath
================================================= */
.l-topicsPath {
  display: flex;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 12px;
}

.l-topicsPath_item {
  color: #666;
}

.l-topicsPath_item + .l-topicsPath_item::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #00629d;
  border-right: 2px solid #00629d;
  vertical-align: .1em;
  content: '';
}

.l-topicsPath_item a {
  color: #00629d;
  text-decoration: none;
}

.l-topicsPath_item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .l-topicsPath {
    display: none;
  }
}

/*****************************************************
Object
*****************************************************/
/* =================================================
Component
================================================= */
.c-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-table table th {
  width: 22rem;
  padding: .9rem 2rem 1rem;
  border: 1px solid #000;
  background-color: #203864;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.c-table table td {
  padding: .9rem 2rem 1rem;
  border: 1px solid #000;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-table table {
    border-bottom: 1px solid #09585b;
    font-size: 1.6rem;
  }
  .c-table table th,
  .c-table table td {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    border-bottom: none;
  }
}

.c-link.-cursor {
  display: block;
  position: relative;
  padding-left: 2rem;
}

.c-link.-cursor::before {
  display: block;
  position: absolute;
  top: .4em;
  left: 5px;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0071b8;
  content: '';
}

/* -----------------------------------------------
  .c-newsModal
----------------------------------------------- */
.c-newsModal {
  position: relative;
  width: 856px;
  max-width: calc(100% - 40px);
  margin: auto;
  padding: 60px;
  background: #fff;
}

.c-newsModal_header {
  margin: -60px -60px 40px;
  padding: 0 60px 25px;
  border-bottom: 1px solid #eee;
}

.c-newsModal_header_bar {
  margin: 0 -60px 20px;
  padding: 10px 19px;
  background: #203864;
}

.c-newsModal_header_contentsLabel {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.c-newsModal_header_close.mfp-close {
  top: 12px;
  right: 12px;
  width: 17px;
  height: 17px;
}

.c-newsModal_header_close.mfp-close::before, .c-newsModal_header_close.mfp-close::after {
  width: 23px;
  height: 2px;
}

.c-newsModal_date {
  display: block;
  margin: 0 0 10px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.c-newsModal_tag {
  display: inline-block;
  margin: 0 0 12px;
  padding: 3px 7px;
  border-radius: 2px;
  background-color: #203864;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.c-newsModal_tag.-xhealth {
  background-color: #07664d;
}

.c-newsModal_tag.-hc {
  background-color: #46381f;
}

.c-newsModal_subTitle {
  margin: 0 0 10px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.c-newsModal_title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.c-newsModal_image {
  margin-bottom: 40px;
  text-align: center;
}

.c-newsModal_contents {
  font-size: 16px;
  line-height: 1.8;
}

.c-newsModal_footer {
  margin-top: 24px;
}

.c-newsModal_footer_close.mfp-close {
  position: relative;
  top: 0;
  right: 0;
  width: 160px;
  height: auto;
  margin: 30px auto 0;
  padding: 3px 10px;
  border: 1px solid #00629d;
  border-radius: 2px;
  color: #00629d;
  font-size: 14px;
}

.c-newsModal_footer_close.mfp-close::before, .c-newsModal_footer_close.mfp-close::after {
  display: none;
}

.c-newsModal_url {
  padding: 16px 20px;
  background: #f6f7fc;
  font-size: 14px;
  line-height: 1.4;
}

.c-newsModal_url a {
  text-decoration: none;
}

.c-newsModal_url a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .c-newsModal {
    padding: 15px 15px 30px;
  }
  .c-newsModal_header {
    margin: -15px -15px 30px;
    padding: 0 15px 24px;
  }
  .c-newsModal_header_bar {
    margin: 0 -15px 20px;
  }
  .c-newsModal_tag {
    margin-bottom: 9px;
    padding: 2px 7px;
  }
  .c-newsModal_subTitle {
    font-size: 15px;
  }
  .c-newsModal_title {
    font-size: 18px;
  }
  .c-newsModal_image {
    margin-bottom: 30px;
  }
  .c-newsModal_url {
    padding: 15px;
    font-size: 13px;
  }
}

/* =================================================
Utility
================================================= */
.u-sp,
.u-tab {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
  .u-tab {
    display: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: inherit !important;
  }
}

.u-pre {
  white-space: pre-wrap;
}

.u-wordBreak {
  word-break: break-word;
}

/* =================================================
Project
================================================= */
/* -----------------------------------------------
.hero
----------------------------------------------- */
.hero {
  z-index: 1;
  position: relative;
  padding: 13rem 0 4rem;
}

.hero_inner {
  max-width: 112rem;
  margin: 0 auto;
}

.hero_heading {
  margin: 0 0 12rem;
  text-align: center;
}

.hero_logo {
  width: 92.6rem;
  margin: 0 auto 5rem;
}

.hero_logo img {
  width: 100%;
}

.hero_cta {
  display: flex;
  margin-left: -1.4rem;
}

.hero_cta_item {
  width: 36.4rem;
  min-height: 10rem;
  margin-left: 1.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.hero_cta_item a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2.1rem .5rem;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}

.hero_cta_item a.-apply {
  background-color: #2b8eb7;
}

.hero_cta_item a.-apply:hover {
  border-color: #2b8eb7;
  color: #2b8eb7;
}

.hero_cta_item a.-seminar {
  background-color: #d53a8f;
}

.hero_cta_item a.-seminar:hover {
  border-color: #d53a8f;
  color: #d53a8f;
}

.hero_cta_item a.-mypage {
  background-color: #203864;
}

.hero_cta_item a.-mypage:hover {
  border-color: #203864;
  color: #203864;
}

.hero_cta_item a.-disabled {
  background-color: #bfbfbf;
  color: #fff;
  pointer-events: none;
}

.hero_cta_item a.-disabled::after {
  border-color: transparent transparent transparent #fff;
}

.hero_cta_item a.-disabled span.-baloon {
  background-color: #d53a8f;
}

.hero_cta_item a.-disabled span.-baloon::after {
  border-color: transparent #d53a8f transparent transparent;
}

.hero_cta_item a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 3.2rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 4.5px 0 4.5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.hero_cta_item a span {
  margin-top: .5rem;
  font-size: 1.4rem;
}

.hero_cta_item a span.-baloon {
  display: inline-block;
  position: absolute;
  top: -2rem;
  left: 2rem;
  margin-top: 0;
  padding: .3rem 2rem;
  background-color: #231815;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
}

.hero_cta_item a span.-baloon::after {
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 3rem;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #231815 transparent transparent;
  content: '';
}

.hero_cta_item a:hover {
  background: #fff;
}

.hero_stream {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40.4rem;
  padding: 1.4rem 3rem 1.4rem 4.9rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: linear-gradient(to right, #535353, #000);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.hero_stream::before, .hero_stream::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
}

.hero_stream::before {
  left: 1.5rem;
  width: 2rem;
  height: 1.8rem;
  background: url(../images/icon_stream.png) no-repeat;
  background-size: 100%;
}

.hero_stream::after {
  right: 1.5rem;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.hero_stream span {
  font-size: 1.4rem;
}

.hero_stream:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.hero_stream:hover::before {
  background-image: url(../images/icon_stream--sp.png);
}

.hero_stream:hover::after {
  border-color: transparent transparent transparent #000;
}

@media screen and (max-width: 1160px) {
  .hero_inner {
    max-width: calc(100% - 4rem);
    margin: 0 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .hero_logo {
    width: 100%;
  }
  .hero_cta {
    display: block;
    margin-left: 0;
  }
  .hero_cta_item {
    display: flex;
    width: 100%;
    height: 10rem;
    margin: 0;
  }
  .hero_cta_item + .hero_cta_item {
    margin-top: 3rem;
  }
  .hero_cta_item a {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 7.5rem 0 4rem;
  }
  .hero_heading {
    width: 90%;
    margin: 0 auto 7.5rem;
  }
  .hero_logo {
    width: 100%;
    height: calc((100vw - 4rem) * .9 * .0808);
    margin: 0 0 2.5rem;
  }
  .hero_term {
    width: 82%;
    margin: 0 auto;
  }
  .hero_cta_item {
    height: 7.5rem;
    min-height: 7.5rem;
    font-size: 1.8rem;
  }
  .hero_cta_item a {
    padding: 0 4rem;
  }
  .hero_cta_item a::after {
    right: 1.5rem;
  }
  .hero_cta_item a span {
    font-size: 1.3rem;
  }
  .hero_cta_item a span.-baloon {
    left: 1.5rem;
  }
  .hero_cta_item a span.-baloon::after {
    left: 4rem;
  }
  .hero_stream {
    top: 0;
    right: 0;
    width: 100%;
    padding: .8rem 3.4rem .8rem 4.4rem;
    border: none;
    border-radius: 0;
    font-size: 1.3rem;
  }
  .hero_stream::before {
    width: 1.5rem;
    height: 1.35rem;
  }
  .hero_stream::after {
    right: 1.4rem;
    border-width: 3.5px 0 3.5px 4.5px;
  }
}

/* -----------------------------------------------
.greeting
----------------------------------------------- */
.greeting {
  z-index: 1;
  position: relative;
  padding: 10rem 0;
  background: url(../images/bg_greeting.png) no-repeat center top/cover;
}

.greeting .l-container {
  position: relative;
  padding: 8rem 9.6rem;
}

.greeting .l-container::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-color: rgba(255, 255, 255, 0.9);
  content: '';
  opacity: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.greeting .l-container::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: -7.1rem;
  right: 9.6rem;
  width: 27.8rem;
  height: 26.1rem;
  background: url(../images/img_greeting.png) no-repeat;
  background-size: 100%;
  content: '';
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.greeting_heading {
  z-index: 2;
  position: relative;
  width: calc(100% - 288px);
  margin: 0 0 2.7rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.greeting_body {
  z-index: 2;
  position: relative;
}

.greeting_body p + p {
  margin-top: 1.5em;
}

.greeting.-animate .l-container::before {
  opacity: 1;
}

.greeting.-animate .l-container::after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .greeting .l-container {
    padding: 8rem 6rem;
  }
  .greeting .l-container::after {
    top: -5rem;
    right: 3rem;
    width: 24.4rem;
    height: 20.1rem;
    background-size: 100%;
  }
  .greeting_heading {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 768px) {
  .greeting {
    padding: 6rem 0;
    background: url(../images/bg_greeting--sp.png) no-repeat center top/100% auto #010714;
  }
  .greeting .l-container {
    width: calc(100% - 4rem);
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 1.5rem 5rem;
  }
  .greeting .l-container::after {
    top: -8rem;
    right: 1.5rem;
    width: 14rem;
    height: 13rem;
  }
  .greeting_heading {
    width: 100%;
    font-size: 2.6rem;
  }
}

/* -----------------------------------------------
.secHeading
----------------------------------------------- */
.secHeading {
  position: relative;
  margin: 0 0 3.5rem;
  padding: 1.3rem 0 0 2rem;
  color: #203864;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.secHeading::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 9px 9px 0 0;
  border-style: solid;
  border-color: #203864 transparent transparent transparent;
  content: '';
}

.secHeading_en {
  display: block;
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .secHeading {
    margin-bottom: 4rem;
    padding: 1rem 0 0 1.5rem;
    font-size: 3.2rem;
  }
  .secHeading_en {
    font-size: 1.3rem;
  }
}

.secHeadingLv3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3rem;
  color: #203864;
  font-size: 3.2rem;
}

.secHeadingLv3::before, .secHeadingLv3::after {
  width: 10rem;
  height: 4px;
  background: currentColor;
  content: '';
}

.secHeadingLv3::before {
  margin-right: 2rem;
}

.secHeadingLv3::after {
  margin-left: 2rem;
}

.secHeadingLv3 span {
  text-align: center;
}

.secHeadingLv3_sub {
  font-size: 1.6rem;
}

.secHeadingLv3.-large {
  font-size: 4.8rem;
}

.event_list + .secHeadingLv3 {
  margin-top: 6.8rem;
}

@media screen and (max-width: 768px) {
  .secHeadingLv3 {
    margin: 0 0 3rem;
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .secHeadingLv3::before, .secHeadingLv3::after {
    width: 4rem;
    height: 3px;
  }
  .secHeadingLv3::before {
    margin-right: 1rem;
  }
  .secHeadingLv3::after {
    margin-left: 1rem;
  }
  .secHeadingLv3_sub {
    display: block;
    font-size: 1.4rem;
  }
  .secHeadingLv3.-large {
    font-size: 3.2rem;
  }
}

/* -----------------------------------------------
.outline
----------------------------------------------- */
.outline {
  position: relative;
  padding: 11.5rem 0 10rem;
  overflow: hidden;
}

.outline::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: calc(100% - 80px);
  min-width: 138rem;
  height: 100%;
  background: inherit;
  background-color: #fff;
  content: '';
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.outline .l-container {
  display: flex;
  justify-content: space-between;
}

.outline_body {
  width: calc(100% - 29rem);
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .outline {
    padding-top: 10rem;
  }
  .outline .l-container {
    display: block;
  }
  .outline_body {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .outline {
    padding: 6rem 0;
  }
}

/* -----------------------------------------------
.event
----------------------------------------------- */
.event {
  position: relative;
  padding: 10rem 0;
}

.event::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_event.png) no-repeat right bottom;
  content: '';
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.event .l-container {
  z-index: 2;
  position: relative;
}

.event_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -.4rem;
  margin-left: -.4rem;
}

.event_list.-taxonomy {
  margin-left: -3.2rem;
}

.event_list_item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100% / 4 - 4px);
  min-height: 7.4rem;
  margin-bottom: .4rem;
  margin-left: .4rem;
  padding: .5rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.event_list_item::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 0;
  height: 0;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #203864 transparent transparent transparent;
  content: '';
}

.event_list_item a {
  display: block;
  color: #000;
  text-decoration: none;
}

.event_list_item a:hover {
  color: #0071b8;
}

.-taxonomy .event_list_item {
  justify-content: flex-start;
  width: calc(100% / 3.001 - 32px);
  min-height: auto;
  margin-left: 3.2rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.-taxonomy .event_list_item::before {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border: none;
  background-color: #203864;
}

.event.-animate::after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .event_list.-taxonomy {
    margin-left: -.4rem;
  }
  .event_list_item {
    width: calc(100% / 3.001 - 4px);
  }
  .-taxonomy .event_list_item {
    width: calc(100% / 3.001 - 4px);
    margin-left: .4rem;
  }
}

@media screen and (max-width: 768px) {
  .event {
    padding: 6rem 0;
  }
  .event::before {
    background: none;
  }
  .event::after {
    background: url(../images/bg_event--sp.png) no-repeat right bottom;
    background-size: 88.8% auto;
  }
  .event_list_item {
    width: calc(100% / 2 - 4px);
    min-height: 5.4rem;
    font-size: 1.6rem;
  }
  .-taxonomy .event_list_item {
    width: calc(100% / 2 - 4px);
    padding: 1.2rem 1rem 1.2rem 1.2rem;
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
.floor
----------------------------------------------- */
.floor {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}

.floor::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  left: auto;
  width: 0;
  width: calc(100% - 80px);
  min-width: 138rem;
  height: 100%;
  background: inherit;
  background-color: #fff;
  content: '';
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.floor_body {
  margin-top: 5.5rem;
  text-align: center;
}

.floor_body_note {
  width: 1000px;
  margin: 3rem auto 0;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .floor {
    padding: 6rem 0;
  }
  .floor_body_note {
    width: 100%;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------
.exhibitor
----------------------------------------------- */
.exhibitor {
  position: relative;
  padding: 10rem 0;
}

.exhibitor::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-color: #f5f5f5;
  content: '';
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.exhibitor.-animate::before {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .exhibitor {
    padding: 6rem 0;
  }
}

/* -----------------------------------------------
.sponsor
----------------------------------------------- */
.sponsor {
  padding-top: 2.5rem;
  border-top: 2px solid #203864;
}

.sponsor + .sponsor {
  margin-top: 4rem;
}

.sponsor_title {
  margin: 0 0 5rem 1rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.sponsor_title_en {
  margin-right: 1.9rem;
  color: #203864;
  font-size: 2.4rem;
}

.sponsor_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4rem;
  margin-left: -3.2rem;
}

.sponsor_list_item {
  position: relative;
  margin-bottom: 4rem;
  margin-left: 3.2rem;
  background-color: #fff;
}

.sponsor_list_item a, .sponsor_list_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.sponsor_list_item a img, .sponsor_list_item span img {
  flex-basis: auto;
  width: 100%;
}

.sponsor_list_item a:hover {
  opacity: .5;
}

.sponsor_list_item a.-nolink {
  pointer-events: none;
}

.sponsor_list_item a.-nolink:hover {
  opacity: 1;
}

.sponsor_list_item span.-tag {
  display: block;
  position: absolute;
  top: -.5rem;
  left: 0;
  height: auto;
  min-height: auto !important;
  padding: .2rem .7rem .1rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 2px;
  background-color: #203864;
  color: #fff;
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1.3;
}

.sponsor_list_item span.-text {
  padding: 1rem 4rem;
}

.sponsor.-diamond .sponsor_list_item {
  width: calc(100% / 2 - 32px);
}

.sponsor.-diamond .sponsor_list_item a,
.sponsor.-diamond .sponsor_list_item span {
  min-height: 13.7rem;
  font-size: 2rem;
}

.sponsor.-platinum .sponsor_list_item {
  width: calc(100% / 3 - 32px);
}

.sponsor.-platinum .sponsor_list_item a,
.sponsor.-platinum .sponsor_list_item span {
  min-height: 12rem;
  font-size: 1.8rem;
}

.sponsor.-platinum .sponsor_list_item a.-text,
.sponsor.-platinum .sponsor_list_item span.-text {
  padding: 1rem 3rem;
}

.sponsor.-gold .sponsor_list_item {
  width: calc(100% / 4 - 32px);
}

.sponsor.-gold .sponsor_list_item a,
.sponsor.-gold .sponsor_list_item span {
  min-height: 8.4rem;
  font-size: 1.5rem;
}

.sponsor.-gold .sponsor_list_item a.-text,
.sponsor.-gold .sponsor_list_item span.-text {
  padding: 1rem 3rem;
}

.sponsor.-etc .sponsor_list_item {
  width: calc(100% / 6 - 32px);
}

.sponsor.-etc .sponsor_list_item a,
.sponsor.-etc .sponsor_list_item span {
  min-height: 6rem;
  font-size: 1.3rem;
}

.sponsor.-etc .sponsor_list_item a.-text,
.sponsor.-etc .sponsor_list_item span.-text {
  padding: .5rem 1.5rem;
}

.sponsor.-etc .sponsor_list_item span.-tag {
  font-size: 1rem !important;
}

@media screen and (max-width: 1024px) {
  .sponsor.-gold .sponsor_list_item {
    width: calc(100% / 3 - 32px);
  }
  .sponsor.-etc .sponsor_list_item {
    width: calc(100% / 4 - 32px);
  }
}

@media screen and (max-width: 768px) {
  .sponsor_title {
    margin-bottom: 4rem;
    font-size: 1.3rem;
  }
  .sponsor_title_en {
    margin-right: 1.4rem;
    font-size: 2.2rem;
  }
  .sponsor_list {
    margin-left: -1.5rem;
  }
  .sponsor_list_item {
    margin-left: 1.5rem;
  }
  .sponsor_list_item span.-tag {
    font-size: 1.1rem !important;
  }
  .sponsor.-diamond {
    display: block;
  }
  .sponsor.-diamond .sponsor_list_item {
    width: 100%;
  }
  .sponsor.-diamond .sponsor_list_item a,
  .sponsor.-diamond .sponsor_list_item span {
    min-height: calc((100vw - 4rem - 2px) * 0.25);
  }
  .sponsor.-platinum .sponsor_list, .sponsor.-gold .sponsor_list {
    margin-left: -.9rem;
  }
  .sponsor.-platinum .sponsor_list_item, .sponsor.-gold .sponsor_list_item {
    width: calc(100% / 2 - 9px);
    margin-left: .9rem;
  }
  .sponsor.-platinum .sponsor_list_item a,
  .sponsor.-platinum .sponsor_list_item span, .sponsor.-gold .sponsor_list_item a,
  .sponsor.-gold .sponsor_list_item span {
    min-height: calc((100vw - 4rem - .9rem - 4px) / 2 * 0.34);
    font-size: 1.6rem;
  }
  .sponsor.-platinum .sponsor_list_item span.-text, .sponsor.-gold .sponsor_list_item span.-text {
    padding: 1rem 1.5rem;
  }
  .sponsor.-gold .sponsor_list_item a,
  .sponsor.-gold .sponsor_list_item span {
    font-size: 1.3rem;
  }
  .sponsor.-etc .sponsor_list {
    margin-left: -1rem;
  }
  .sponsor.-etc .sponsor_list_item {
    width: calc(100% / 3 - 10px);
    margin-left: 1rem;
  }
  .sponsor.-etc .sponsor_list_item a,
  .sponsor.-etc .sponsor_list_item span {
    min-height: calc((100vw - 4rem - 3rem - 6px) / 3 * 0.375);
    font-size: 1.3rem;
  }
  .sponsor.-etc .sponsor_list_item span.-tag {
    font-size: .9rem !important;
  }
  .sponsor.-etc .sponsor_list_item span.-text {
    padding: 1rem .75rem;
  }
}

/* -----------------------------------------------
.inquiryfaq
----------------------------------------------- */
.inquiryfaq {
  position: relative;
  padding: 10rem 0 0;
}

.inquiryfaq::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_faq.png) no-repeat right top;
  content: '';
  transition: opacity 0.8s ease-in-out;
}

.inquiryfaq .secHeading {
  margin-bottom: 2rem;
}

.inquiryfaq .secHeadingLv3 {
  z-index: 1;
  position: relative;
}

.inquiryfaq .l-container {
  z-index: 2;
  position: relative;
}

.inquiryfaq .l-container.-bg {
  position: relative;
  padding: 6rem 6.4rem;
}

.inquiryfaq .l-container.-bg::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-color: #fff;
  content: '';
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.inquiryfaq.-animate .l-container::before {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .inquiryfaq {
    padding-top: 6rem;
  }
  .inquiryfaq::after {
    background: url(../images/bg_faq--sp.png) no-repeat right top/100% auto;
  }
  .inquiryfaq .secHeading {
    margin-bottom: 3rem;
  }
  .inquiryfaq .l-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 2rem;
  }
  .inquiryfaq .l-container.-bg {
    padding: 6rem 2rem;
  }
}

/* -----------------------------------------------
.faq
----------------------------------------------- */
.faq {
  z-index: 1;
  position: relative;
  margin-top: 3.5rem;
}

.faq_sec {
  z-index: 1;
  position: relative;
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 2px solid #203864;
}

.faq_nav {
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: -.4rem;
  margin-left: -.4rem;
}

.faq_nav_item {
  width: calc(100% / 2 - 4px);
  margin-bottom: .4rem;
  margin-left: .4rem;
}

.faq_nav_item a {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 1.4rem 5.5rem 1.4rem 2rem;
  border: 1px solid #0071b8;
  border-radius: 3px;
  background-color: #0071b8;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
}

.faq_nav_item a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 2.3rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 6px 4.5px 0 4.5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  content: '';
}

.faq_nav_item a:hover {
  background-color: #fff;
  color: #0071b8;
}

.faq_nav_item a:hover::after {
  border-color: #0071b8 transparent transparent transparent;
}

.faq_heading {
  margin: 0 0 2.5rem 1rem;
  color: #203864;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.faq_list {
  margin: -2px 0 0;
  background-color: #e9f2f7;
}

.faq_list_question {
  position: relative;
  padding: 2rem 7.8rem 2rem 6.5rem;
  border-top: 2px solid #fff;
  outline: none;
  background: url(../images/icon_q.svg) 3rem 2.2rem no-repeat;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  transition: .1s linear;
}

.faq_list_question:hover {
  color: #0071b8;
}

.faq_list_question i {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 2px;
  background-color: #0070b4;
}

.faq_list_question i::before, .faq_list_question i::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 3px;
  margin: auto;
  background: #fff;
  content: '';
  transition: .1s linear;
}

.faq_list_question i::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq_list_question.-open i::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_list_answer {
  padding: 0 2rem 2rem;
}

.faq_list_answer_body {
  padding: 2rem 2rem 2rem 6rem;
  background: url("../images/icon_a.svg") 2rem 2rem no-repeat #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .faq_nav {
    display: block;
  }
  .faq_nav_item {
    width: calc(100% - .4rem);
  }
  .faq_nav_item a {
    padding: 1.4rem 3.9rem 1.4rem 1.5rem;
    font-size: 1.4rem;
  }
  .faq_nav_item a::after {
    right: 1.5rem;
  }
  .faq_heading {
    font-size: 2.2rem;
  }
  .faq_list_question {
    padding: 1rem 5.4rem 1rem 3.8rem;
    background-position: 1.5rem 1.2rem;
    background-size: 1.2rem 2rem;
  }
  .faq_list_question i {
    top: 1rem;
    right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .faq_list_question i::before, .faq_list_question i::after {
    width: 1.2rem;
    height: .2rem;
  }
  .faq_list_question::before, .faq_list_question::after {
    top: 2.6rem;
    right: 1.6rem;
    width: 1.6rem;
  }
  .faq_list_answer {
    padding: 0 1rem 1rem;
  }
  .faq_list_answer_body {
    padding: 1rem 1.5rem 1.5rem 4rem;
    background-position: 1.5rem 1.2rem;
    background-size: 1.3rem 1.7rem;
  }
}

/* -----------------------------------------------
.inquiry
----------------------------------------------- */
.inquiry {
  margin-top: 3.5rem;
}

.inquiry_sec + .inquiry_sec {
  margin-top: 4rem;
}

.inquiry_sec_block {
  margin-top: 3.7rem;
}

.inquiry_sec p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.inquiry_sec .inquiry_btn {
  margin-top: 8rem;
}

.inquiry_heading {
  margin: 0 0 3rem;
  padding: 0 1rem .7rem 1rem;
  border-bottom: 1px solid #e5e5e5;
  color: #203864;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.inquiry_bg {
  padding: 3rem;
  background-color: #f7f7f7;
}

.inquiry_note {
  margin: 0 0 1.6rem;
  color: #cc0000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.inquiry_title {
  margin: 0 0 2rem;
  color: #203864;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.inquiry_btn {
  display: block;
  position: relative;
  width: 54.4rem;
  max-width: 100%;
  margin: 4rem auto 0;
  padding: 2.9rem 5rem;
  border-radius: 4px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.inquiry_btn.-disabled {
  pointer-events: none;
}

.inquiry_btn.-disabled::before {
  border-color: #bfbfbf;
  background-color: #bfbfbf;
  color: #fff;
}

.inquiry_btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #203864;
  border-radius: 4px;
  background-color: #203864;
  content: '';
  transition: .2s linear;
}

.inquiry_btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: .5rem 0 .5rem .6rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: '';
}

.inquiry_btn:hover {
  text-decoration: none;
}

.inquiry_btn:hover::before {
  background: #fff;
}

.inquiry_btn:hover::after {
  border-color: transparent transparent transparent #203864;
}

.inquiry_btn:hover .inquiry_btn_label {
  color: #203864;
}

.inquiry_btn_label {
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.inquiry_btn_balloon {
  position: absolute;
  top: -2rem;
  left: 2rem;
  min-width: 10.4rem;
  padding: .8rem 0 .8rem;
  background: #d53a8f;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.inquiry_btn_balloon::after {
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 3rem;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #d53a8f transparent transparent;
  content: '';
}

@media screen and (max-width: 768px) {
  .inquiry_heading {
    font-size: 1.8rem;
  }
  .inquiry_bg {
    padding: 1.5rem;
  }
  .inquiry_note {
    font-size: 1.4rem;
  }
  .inquiry_sec p {
    font-size: 1.3rem;
  }
  .inquiry_sec .inquiry_btn {
    margin-top: 6.5rem;
  }
  .inquiry_title {
    font-size: 1.6rem;
  }
  .inquiry_btn {
    width: calc(100% - 2px);
    padding: 2rem 5rem 1.7rem;
  }
  .inquiry_btn::after {
    right: 1.5rem;
  }
  .inquiry_btn_label {
    font-size: 1.8rem;
  }
  .inquiry_btn_balloon {
    top: -2.1rem;
    min-width: 9.8rem;
    padding: .7rem 0 .8rem;
    font-size: 1.3rem;
  }
  .inquiry_btn_balloon::after {
    left: 4rem;
  }
}

/* -----------------------------------------------
.contact
----------------------------------------------- */
.contact {
  z-index: 1;
  position: relative;
  margin-top: 10rem;
  padding: 9.5rem 0 10rem;
  background-color: rgba(18, 34, 69, 0.85);
  color: #fff;
  text-align: center;
}

.contact_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.6rem;
  font-size: 3.2rem;
  line-height: 1.3;
}

.contact_heading::before, .contact_heading::after {
  width: 10rem;
  height: 4px;
  background: currentColor;
  content: '';
}

.contact_heading::before {
  margin-right: 2rem;
}

.contact_heading::after {
  margin-left: 2rem;
}

.contact_heading span {
  text-align: center;
}

.contact_heading_sub {
  font-size: 1.6rem;
}

.contact_text {
  margin-bottom: -.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.contact_btn {
  display: block;
  position: relative;
  width: 54.4rem;
  margin: 3.3rem auto 0;
  padding: 2.8rem 2rem;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  color: #203864;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
}

.contact_btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: .5rem 0 .5rem .6rem;
  border-style: solid;
  border-color: transparent transparent transparent #203864;
  content: '';
}

.contact_btn:hover {
  background-color: #203864;
  color: #fff;
}

.contact_btn:hover::after {
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 6rem;
    padding: 5rem 0;
  }
  .contact_heading {
    font-size: 2rem;
  }
  .contact_heading::before, .contact_heading::after {
    width: 4rem;
    height: 3px;
  }
  .contact_heading::before {
    margin-right: 1rem;
  }
  .contact_heading::after {
    margin-left: 1rem;
  }
  .contact_heading_sub {
    font-size: 1.2rem;
  }
  .contact_text {
    text-align: left;
  }
  .contact_btn {
    width: 100%;
    padding: 1.6rem 1.5rem 1.7rem;
    font-size: 1.8rem;
  }
  .contact_btn::after {
    right: 1.5rem;
  }
}

/* -----------------------------------------------
.news
----------------------------------------------- */
.news {
  position: relative;
  padding: 8rem 0 3rem;
  overflow: hidden;
}

.news::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  width: calc(100% - 80px);
  min-width: 138rem;
  height: 100%;
  background: inherit;
  background-color: #fff;
  content: '';
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.news_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3rem;
  color: #203864;
  font-size: 3.2rem;
}

.news_heading::before, .news_heading::after {
  width: 10rem;
  height: 4px;
  background: currentColor;
  content: '';
}

.news_heading::before {
  margin-right: 2rem;
}

.news_heading::after {
  margin-left: 2rem;
}

.news_archive {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 0 3rem;
  border-bottom: 1px solid #eaeaea;
}

.news_archive > a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
}

.news_archive > a:hover .news_archive_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.news_archive > a:hover .news_archive_title {
  color: #0071b8;
}

.news_archive_image {
  width: 16rem;
  margin-right: 3rem;
  overflow: hidden;
}

.news_archive_image.-border {
  border: 1px solid #ccc;
}

.news_archive_image img {
  transition: .3s ease-out;
}

.news_archive_text {
  width: calc(100% - 19rem);
  line-height: 1.4;
}

.news_archive_title {
  margin: 0 0 .8rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.news_archive_desc {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.news_archive.-noborder {
  border-bottom: none;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_list_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(50% - 1.6rem);
  margin: 2rem 0 0;
  padding: 0 0 2rem;
  border-bottom: 1px solid #eaeaea;
}

.news_list_item > a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
}

.news_list_item > a:hover .news_list_item_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.news_list_item > a:hover .news_list_item_title {
  color: #0071b8;
}

.news_list_item_image {
  width: 16rem;
  margin-right: 3rem;
  overflow: hidden;
  text-align: center;
}

.news_list_item_image.-border {
  border: 1px solid #ccc;
}

.news_list_item_image img {
  transition: .3s ease-out;
}

.news_list_item_tag {
  display: inline-block;
  margin: 0 0 .7rem;
  padding: .2rem 2rem;
  border: 1px solid #4a4d54;
  border-radius: 5rem;
  color: #203864;
  font-size: 1.2rem;
  line-height: 1.5;
}

.news_list_item_text {
  width: calc(100% - 19rem);
  line-height: 1.4;
}

.news_list_item_title {
  margin: 0 0 1rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.news_list_item_title span {
  font-size: 1.6rem;
}

.news_list_item_desc {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}

.news_list_item.-noborder {
  border-bottom: none;
}

.news_attention {
  margin: 0 0 4rem;
  background: url(../images/bg_news.png) no-repeat right bottom/cover #e9f2f7;
}

.news_attention a {
  display: flex;
  align-items: flex-start;
  padding: 3rem 7rem 3rem 3rem;
  text-decoration: none;
}

.news_attention a:hover .news_attention_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.news_attention a:hover .news_attention_title {
  color: #0071b8;
}

.news_attention_image {
  width: 28rem;
  margin-right: 4rem;
  overflow: hidden;
}

.news_attention_image img {
  transition: .3s ease-out;
}

.news_attention_body {
  flex: 1;
}

.news_attention_tag {
  display: inline-block;
  margin: 0 0 .7rem;
  padding: .2rem 2rem;
  border: 1px solid #4a4d54;
  border-radius: 5rem;
  color: #203864;
  font-size: 1.2rem;
  line-height: 1.5;
}

.news_attention_sub {
  margin: 0 0 1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.news_attention_title {
  margin: 0 0 2rem;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.news_attention_text {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .news_list_item {
    width: 100%;
  }
  .news_list_item.-noborder {
    border-bottom: 1px solid #eaeaea;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding: 6rem 0;
  }
  .news_heading {
    margin: 0 0 3rem;
    font-size: 2.6rem;
  }
  .news_heading::before, .news_heading::after {
    width: 4rem;
    height: 3px;
  }
  .news_heading::before {
    margin-right: 1rem;
  }
  .news_heading::after {
    margin-left: 1rem;
  }
  .news_archive {
    padding-bottom: 1.5rem;
  }
  .news_archive > a {
    margin: -2rem 0;
    padding: 2rem 0;
  }
  .news_archive_image {
    width: 10rem;
    margin-right: 1.5rem;
  }
  .news_archive_text {
    width: calc(100% - 11.5rem);
  }
  .news_archive_title {
    font-size: 1.6rem;
  }
  .news_archive_desc {
    font-size: 1.3rem;
  }
  .news_list_item {
    margin: 0;
    padding: 2rem 0;
  }
  .news_list_item > a {
    margin: -2rem 0;
    padding: 2rem 0;
  }
  .news_list_item_image {
    width: 8rem;
    margin-right: 1.5rem;
  }
  .news_list_item_text {
    width: calc(100% - 9.5rem);
  }
  .news_list_item_title {
    font-size: 1.6rem;
  }
  .news_list_item_title span {
    font-size: 1.4rem;
  }
  .news_list_item_desc {
    font-size: 1.3rem;
  }
  .news_attention {
    background: url(../images/bg_news--sp.png) no-repeat right bottom/100% auto #e9f2f7;
  }
  .news_attention a {
    display: block;
    padding: 1.5rem;
  }
  .news_attention_image {
    width: auto;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .news_attention_sub {
    font-size: 1.3rem;
  }
  .news_attention_title {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
  .news_attention_text {
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------
.boothTop
----------------------------------------------- */
.boothTop {
  margin-top: -51px;
  padding: 6.5rem 0 6rem;
  background: url(../images/bg_heading_booth.png) no-repeat right bottom/100% auto #edeff9;
}

.boothTop_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}

.boothTop_title {
  flex: 1;
  margin: 0;
  color: #203864;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.boothTop_title_tag {
  display: table;
  margin: 0 0 1rem;
  padding: .3rem .7rem;
  border-radius: 2px;
  background-color: #203864;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.boothTop_title_en {
  display: block;
  margin-top: .5rem;
  color: #666;
  font-size: 1.4rem;
}

.boothTop_pageNation {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  max-width: 42rem;
}

.boothTop_pageNation_item {
  width: 16rem;
  margin-left: .4rem;
  border: 1px solid #00629d;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.boothTop_pageNation_item a {
  display: block;
  position: relative;
  padding: .55rem 2.8rem;
  background-color: #fff;
  color: #00629d;
  text-decoration: none;
  transition: .2s;
}

.boothTop_pageNation_item a::before, .boothTop_pageNation_item a::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #00629d;
  border-right: 2px solid #00629d;
  vertical-align: 1px;
  content: "";
}

.boothTop_pageNation_item a:hover {
  background-color: #00629d;
  color: #fff;
}

.boothTop_pageNation_item a:hover::before, .boothTop_pageNation_item a:hover::after {
  border-color: #fff;
}

.boothTop_pageNation_item.-return {
  width: 100%;
  margin-bottom: 1rem;
}

.boothTop_pageNation_item.-return a::before, .boothTop_pageNation_item.-return a::after {
  display: none;
}

.boothTop_pageNation_item.-return + .boothTop_pageNation_item.-next {
  margin-left: auto;
}

.boothTop_pageNation_item.-prev a::before {
  margin-right: .8rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.boothTop_pageNation_item.-prev a::after {
  display: none;
}

.boothTop_pageNation_item.-next a::before {
  display: none;
}

.boothTop_pageNation_item.-next a::after {
  margin-left: .8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.boothTop_outline {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem;
  background-color: #fff;
}

.boothTop_outline_logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40rem;
}

.boothTop_outline_logo img {
  flex-basis: auto;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.boothTop_outline_body {
  flex: 1;
  margin-left: 3rem;
}

.boothTop_outline_title {
  margin: 0 0 1.8rem;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.boothTop_outline_text {
  font-size: 1.6rem;
}

.boothTop_child {
  width: 100%;
  margin-top: 4.5rem;
  padding: 2.4rem 3rem;
  background-color: #f7f7f7;
}

.boothTop_child_title {
  margin: 0 0 1.5rem;
  color: #203864;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.boothTop_childList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
}

.boothTop_childList_item {
  width: calc(100% / 3 - 1.5rem);
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

.boothTop_childList_item a {
  color: #000;
  text-decoration: none;
}

.boothTop_childList_item a[href]:hover .boothTop_childList_item_image {
  opacity: .8;
}

.boothTop_childList_item_image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: opacity .3s;
}

.boothTop_childList_item_image img {
  width: 100%;
}

.boothTop_childList_item_title {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.boothTop_childList_item_text {
  margin-top: .5rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.boothBg .boothTop_child {
  margin-top: 5rem;
  background-color: #eaeaea;
}

@media screen and (max-width: 1024px) {
  .boothTop_outline {
    display: block;
  }
  .boothTop_outline_logo {
    width: 100%;
    text-align: center;
  }
  .boothTop_outline_logo img {
    width: 100%;
    max-width: 100%;
  }
  .boothTop_outline_body {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .boothTop_childList_item {
    width: calc(100% / 2 - 1.5rem);
  }
}

@media screen and (max-width: 768px) {
  .boothTop {
    margin-top: 0;
    padding: 3rem 0 4rem;
    background: url(../images/bg_heading_booth--sp.png) repeat-y right top/100% auto #edeff9;
  }
  .boothTop_head {
    display: block;
    margin-bottom: 2rem;
  }
  .boothTop_title {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  .boothTop_title_en {
    font-size: 1.3rem;
  }
  .boothTop_pageNation {
    justify-content: flex-end;
    max-width: calc(100% + .4rem);
    margin-left: -.4rem;
  }
  .boothTop_pageNation_item {
    width: auto;
    margin: 0 0 0 .4rem;
  }
  .boothTop_pageNation_item a {
    padding: .55rem 1.4rem;
  }
  .boothTop_outline {
    margin: 0 -2rem;
    padding: 4rem 2rem;
  }
  .boothTop_outline_title {
    font-size: 1.8rem;
  }
  .boothTop_outline_text {
    font-size: 1.5rem;
  }
  .boothTop_child {
    padding: 2rem 1.5rem;
  }
  .boothTop_child_title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .boothTop_childList {
    margin-left: -1rem;
  }
  .boothTop_childList_item {
    width: 100%;
    margin-left: 1rem;
  }
  .boothTop_childList_item_title {
    font-size: 1.2rem;
  }
  .boothTop_childList_item_text {
    font-size: 1rem;
  }
}

/* -----------------------------------------------
.boothContact
----------------------------------------------- */
.boothContact {
  padding: 6rem 0 0;
}

.boothContact_container {
  display: flex;
}

.boothContact_heading {
  position: relative;
  width: 16rem;
  margin: 0 3.2rem 0 0;
  padding-left: 1.2rem;
  color: #203864;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.boothContact_heading::before, .boothContact_heading::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 3px;
  height: 20px;
  background-color: #6e97d3;
  content: '';
}

.boothContact_heading::after {
  height: 10px;
  background-color: #203864;
}

.boothContact_body {
  flex: 1;
}

.boothContact_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.5rem;
  margin-left: -3.2rem;
}

.boothContact_list + .boothContact_list {
  margin-top: 3.2rem;
}

.boothContact_list_item {
  display: flex;
  width: calc(100% / 2 - 3.2rem);
  margin-top: 1.5rem;
  margin-left: 3.2rem;
  padding: 0 .5rem 1rem .5rem;
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
}

.boothContact_list_item a {
  text-decoration: none;
}

.boothContact_list_item a:hover {
  text-decoration: underline;
}

.boothContact_list_item:first-child {
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid #203864;
  color: #203864;
  font-size: 1.6rem;
  font-weight: bold;
}

.boothContact_list_item span {
  flex-shrink: 0;
}

.boothBg .boothContact {
  padding: 0;
  background: none;
}

@media screen and (max-width: 1024px) {
  .boothContact_list_item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .boothContact {
    padding-top: 4rem;
  }
  .boothContact_container {
    display: block;
  }
  .boothContact_heading {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .boothContact_list_item {
    font-size: 1.3rem;
  }
  .boothContact_list_item:first-child {
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------
.numeric
----------------------------------------------- */
.numeric {
  margin: 2rem 0;
  counter-reset: number 0;
}

.numeric_item {
  position: relative;
  padding: 0 0 0 2.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.numeric_item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  content: counter(number) ".";
  counter-increment: number 1;
}

.numeric_item + .numeric_item {
  margin-top: 1rem;
}

/* -----------------------------------------------
  .p-articlePanel
----------------------------------------------- */
.p-articlePanel {
  flex-wrap: wrap;
}

.p-articlePanel.-large, .p-articlePanel.-medium, .p-articlePanel.-small, .p-articlePanel.-bg {
  display: flex;
  margin: 0 0 0 -32px;
}

.p-articlePanel.-large .p-articlePanel_item, .p-articlePanel.-medium .p-articlePanel_item, .p-articlePanel.-small .p-articlePanel_item, .p-articlePanel.-bg .p-articlePanel_item {
  margin: 35px 0 0 32px;
}

.p-articlePanel.-large {
  justify-content: space-between;
}

.p-articlePanel.-large .p-articlePanel_item {
  width: calc(50% - 32px);
}

.p-articlePanel.-large .p-articlePanel_item:nth-child(-n+2) {
  margin-top: 0;
}

.p-articlePanel.-large .p-articlePanel_item_title {
  font-size: 24px;
  line-height: 1.42;
}

.p-articlePanel.-medium .p-articlePanel_item {
  width: calc(33.33% - 32px);
}

.p-articlePanel.-medium .p-articlePanel_item:nth-child(-n+3) {
  margin-top: 0;
}

.p-articlePanel.-small .p-articlePanel_item {
  width: calc(25% - 32px);
}

.p-articlePanel.-small .p-articlePanel_item:nth-child(-n+4) {
  margin-top: 0;
}

.p-articlePanel.-bg {
  margin: 0 0 0 -8px;
}

.p-articlePanel.-bg .p-articlePanel_item {
  width: calc(25% - 8px);
  margin: 8px 0 0 8px;
}

.p-articlePanel.-bg .p-articlePanel_item:nth-child(-n+4) {
  margin-top: 0;
}

.p-articlePanel.-bg .p-articlePanel_item a {
  display: block;
  height: 100%;
  padding: 15px;
  background: #f6f7fc;
}

.p-articlePanel.-bg .p-articlePanel_item_image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 183px;
  background: #fff;
}

.p-articlePanel.-bg .p-articlePanel_item_image img {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 183px;
}

.p-articlePanel.-bg .p-articlePanel_item_title {
  font-size: 16px;
  line-height: 1.5;
}

.p-articlePanel.-bg .p-articlePanel_item_desc {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}

.p-articlePanel_item {
  margin-bottom: 20px;
}

.p-articlePanel_item a {
  text-decoration: none;
}

.p-articlePanel_item_link {
  display: block;
}

.p-articlePanel_item_link:visited .p-articlePanel_item_title {
  color: #666;
}

.p-articlePanel_item_link:hover .p-articlePanel_item_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.p-articlePanel_item_link:hover .p-articlePanel_item_title {
  color: #203864;
}

.p-articlePanel_item_image {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
}

.p-articlePanel_item_image img {
  width: 100%;
  transition: .3s ease-out;
}

.p-articlePanel_item_text {
  margin: 20px 0 0;
}

.p-articlePanel_item_tag {
  display: table;
  margin: 0 0 12px;
  padding: 3px 5px;
  border: 1px solid #203864;
  border: none;
  border-radius: 2px;
  background-color: #203864;
  background-image: linear-gradient(289deg, #203864, #3862b0);
  background-image: none;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}

.p-articlePanel_item_tag.-xhealth {
  background-color: #07664d;
}

.p-articlePanel_item_tag.-hc {
  background-color: #46381f;
}

.p-articlePanel_item_subTitle {
  margin: 0 0 7px;
  color: #666;
}

.p-articlePanel_item_title {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.p-articlePanel_item_desc {
  margin: 7px 0 0;
  color: #666;
}

.p-articlePanel_item_date {
  display: block;
  margin: 3px 0 0;
  color: #666;
  font-size: 12px;
}

.p-articlePanel_item.-movie .p-articlePanel_item_image::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(../images/ico_play.svg) 50% 50%/contain no-repeat;
  content: '';
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .p-articlePanel.-bg {
    margin-left: -5px;
  }
  .p-articlePanel.-bg .p-articlePanel_item {
    width: calc(50% - 5px);
    margin-top: 5px !important;
    margin-left: 5px;
  }
  .p-articlePanel.-bg .p-articlePanel_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-articlePanel.-bg .p-articlePanel_item a {
    padding: 10px;
  }
  .p-articlePanel.-bg .p-articlePanel_item_image {
    height: calc((100vw / 2 - 42px) * .75);
  }
  .p-articlePanel.-bg .p-articlePanel_item_image img {
    max-height: calc((100vw / 2 - 42px) * .75);
  }
  .p-articlePanel.-bg .p-articlePanel_item_text {
    margin-top: 10px;
  }
  .p-articlePanel.-bg .p-articlePanel_item_tag {
    margin: 0 0 4px;
    font-size: 10px;
  }
  .p-articlePanel.-bg .p-articlePanel_item_title {
    font-size: 15px;
  }
  .p-articlePanel.-bg .p-articlePanel_item_desc {
    font-size: 13px;
  }
}

/* -----------------------------------------------
.circle
----------------------------------------------- */
.circle li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.circle li::before {
  display: block;
  position: absolute;
  top: .5em;
  left: .6rem;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #203864;
  content: '';
}

.circle li + li {
  margin-top: 1rem;
}

.circle li span {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .circle li {
    padding-left: 2rem;
    font-size: 1.3rem;
  }
  .circle li::before {
    width: 6px;
    height: 6px;
  }
}

/* -----------------------------------------------
.linkArrow
----------------------------------------------- */
.linkArrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5rem;
}

.linkArrow::before {
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
  width: 0;
  height: 0;
  border-width: .5rem 0 .5rem .6rem;
  border-style: solid;
  border-color: transparent transparent transparent #203864;
  content: '';
}

/* -----------------------------------------------
Animation
----------------------------------------------- */
[data-animate="fadeInUp"] {
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  opacity: 0;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

[data-animate="fadeInUp"].-animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

[data-animate="fadeIn"] {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

[data-animate="fadeIn"].-animate {
  opacity: 1;
}

/*****************************************************
  Clears
*****************************************************/
.l-container:after {
  display: block;
  clear: both;
  content: '';
}

/* Magnific Popup CSS */
.mfp-bg {
  z-index: 100001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: .6;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  z-index: 100002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  display: inline-block;
  z-index: 1045;
  position: relative;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  z-index: 1044;
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #CCC;
  text-align: center;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  display: block;
  z-index: 1046;
  padding: 0;
  overflow: visible;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
}

.mfp-close::before, .mfp-close::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 41px;
  height: 3px;
  margin: auto 0;
  background: #fff;
  content: '';
}

.mfp-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mfp-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: .7;
}

.mfp-close-btn-in .mfp-content {
  padding: 50px 0;
}

.mfp-close-hide .mfp-close {
  display: none;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  margin: 0;
  margin: auto 0;
  padding: 0;
}

.mfp-arrow:hover {
  opacity: .7;
}

.mfp-arrow::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  content: '';
}

.mfp-arrow-left {
  left: -40px;
}

.mfp-arrow-left::after {
  left: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.mfp-arrow-right {
  right: -40px;
}

.mfp-arrow-right::after {
  right: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.mfp-iframe-holder .c-modal {
  max-height: calc(100vh - 16rem);
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.mfp-iframe-scaler iframe {
  display: block;
  position: absolute;
  top: 6rem;
  right: 0;
  left: 0;
  width: calc(100% - 12rem);
  max-width: 96rem;
  height: calc(100% - 12rem);
  margin: auto;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure.c-modal {
  padding: 0;
}

.p-figure small {
  display: block;
  color: #BDBDBD;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: initial;
  text-align: left;
}

.mfp-image-holder .mfp-content {
  position: relative;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .6;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
