@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  opacity: .25;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: .75;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  z-index: 1104;
  top: 50%;
  left: 50%;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
}

#fancybox-loading div {
  background-image: url("fancybox.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
}

#fancybox-overlay {
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}

#fancybox-tmp {
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

#fancybox-wrap {
  position: absolute;
  z-index: 1101;
  top: 0;
  left: 0;
  display: none;
  padding: 20px;
  outline: none;
}

#fancybox-outer {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}

#fancybox-content {
  position: relative;
  z-index: 1102;
  width: 0;
  height: 0;
  padding: 0;
  border: 0 solid #fff;
}

@-moz-document url-prefix() {
  #fancybox-content:focus {
    outline: 1px dotted #fff;
  }
}

#fancybox-hide-sel-frame {
  background: transparent;
  position: absolute;
  z-index: 1101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fancybox-close {
  background: transparent url("fancybox.png") -40px 0;
  position: absolute;
  z-index: 1103;
  top: -15px;
  right: -15px;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#fancybox-error {
  font: normal 12px/20px Arial;
  color: #444;
  margin: 0;
  padding: 14px;
}

#fancybox-img {
  line-height: 0;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

#fancybox-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

#fancybox-left,
#fancybox-right {
  background: transparent url("blank.gif");
  position: absolute;
  z-index: 1102;
  bottom: 0;
  display: none;
  width: 35%;
  height: 100%;
  cursor: pointer;
  outline: none;
}

#fancybox-left {
  left: 0;
}

#fancybox-right {
  right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  z-index: 1102;
  top: 50%;
  left: -9999px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}

#fancybox-left-ico {
  background-image: url("fancybox.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("fancybox.png");
  background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  right: 20px;
  left: auto;
}

.fancybox-bg {
  position: absolute;
  z-index: 1001;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}

#fancybox-bg-n {
  background-image: url("fancybox-x.png");
  top: -20px;
  left: 0;
  width: 100%;
}

#fancybox-bg-ne {
  background-image: url("fancybox.png");
  background-position: -40px -162px;
  top: -20px;
  right: -20px;
}

#fancybox-bg-e {
  background-image: url("fancybox-y.png");
  background-position: -20px 0;
  top: 0;
  right: -20px;
  height: 100%;
}

#fancybox-bg-se {
  background-image: url("fancybox.png");
  background-position: -40px -182px;
  right: -20px;
  bottom: -20px;
}

#fancybox-bg-s {
  background-image: url("fancybox-x.png");
  background-position: 0 -20px;
  bottom: -20px;
  left: 0;
  width: 100%;
}

#fancybox-bg-sw {
  background-image: url("fancybox.png");
  background-position: -40px -142px;
  bottom: -20px;
  left: -20px;
}

#fancybox-bg-w {
  background-image: url("fancybox-y.png");
  top: 0;
  left: -20px;
  height: 100%;
}

#fancybox-bg-nw {
  background-image: url("fancybox.png");
  background-position: -40px -122px;
  top: -20px;
  left: -20px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
  padding-bottom: 10px;
}

.fancybox-title-outside {
  color: #fff;
  padding-top: 10px;
}

.fancybox-title-over {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

#fancybox-title-over {
  background-image: url("fancy_title_over.png");
  display: block;
  padding: 10px;
}

.fancybox-title-float {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 32px;
}

#fancybox-title-float-wrap {
  width: auto;
  border-collapse: collapse;
  border: none;
}

#fancybox-title-float-wrap td {
  white-space: nowrap;
  border: none;
}

#fancybox-title-float-left {
  background: url("fancybox.png") -40px -90px no-repeat;
  padding: 0 0 0 15px;
}

#fancybox-title-float-main {
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  background: url("fancybox-x.png") 0 -40px;
  padding: 0 0 3px 0;
}

#fancybox-title-float-right {
  background: url("fancybox.png") -55px -90px no-repeat;
  padding: 0 0 0 15px;
}

/* IE6 */
/*
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_loading.png', sizingMethod='scale'); }
*/
/* IE6, IE7, IE8 */
/*
.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale'); }
*/
/* ============================================================================
 * Default Style
 * ========================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.78571;
  word-wrap: break-word;
  word-break: break-word;
  color: #31393c;
  background: #fff;
  min-width: 320px;

  overflow-wrap: break-word;
}

body *:lang(en),
html:lang(en) body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body> img,
body> iframe {
  /* 解析用scriptコード対策 */
  position: absolute;
  z-index: -1;
  top: 100%;
  left: -100%;
  width: 0;
  height: 0;
}

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

li {
  list-style-type: none;
}

a img,
button img {
  transition: opacity .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover img,
a:focus img,
a:active img,
button:hover img,
button:focus img,
button:active img {
  opacity: .7;
}

a {
  text-decoration: underline;
  color: #31393c;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

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

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

ins {
  text-decoration: none;
}

sup {
  font-size: 80%;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

input,
textarea {
  font-size: 1.6rem;
}

button[type="button"],
button[type="submit"],
input,
textarea,
select,
input[type="button"],
input[type="reset"],
input[type="search"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button,
select {
  cursor: pointer;
}

button {
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}

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

::-webkit-input-placeholder {
  color: #646e74;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #646e74;
  opacity: 1;
}

::placeholder {
  color: #646e74;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #646e74;
}

::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ============================================================================
 * body
 * ========================================================================= */

/* ============================================================================
 * _structure = ['.str-', '.nav-', '.site-', '.seg-']
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * [class^="str-content-"]
 * ------------------------------------------------------------------------- */
.str-content-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* ----------------------------------------------------------------------------
 * [class^="seg-top-"]
 * ------------------------------------------------------------------------- */

[class^="seg-top-"] .str-content-inner> :first-child {
  margin-top: 0;
}

[class^="seg-top-"] .str-content-inner .mod-hdg-01+ p:not([class]) {
  margin-top: 4px;
}

[class^="seg-top-"] .str-content-inner> p:not([class]) {
  font-weight: bold;
  text-align: center;
  color: #646e74;
}

.seg-top-01 .str-content {
  padding-top: 77px;
  padding-bottom: 80px;
}

.seg-top-02 {
  display: none;
}

.seg-top-03 .str-content {
  position: relative;
  padding-top: 77px;
  padding-bottom: 80px;
}

.seg-top-03 .str-content::before {
  background: #002b62;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 235px);
  content: "";
}

.seg-top-04 .str-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.seg-top-05 .str-content {
  background: #f7f8f8;
  padding-top: 50px;
  padding-bottom: 53px;
}

.seg-top-06 .str-content {
  padding-top: 68px;
  padding-bottom: 55px;
}

/* ----------------------------------------------------------------------------
 * お知らせエリア .str-notice
 * ------------------------------------------------------------------------- */

.str-notice> .str-notice-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 78px 20px 0;
}

.str-notice.js-load-content {
  display: none;
}

.str-notice.js-load-content.is-show {
  display: block;
}

/* ----------------------------------------------------------------------------
 * ティッカー .str-ticker
 * ------------------------------------------------------------------------- */
.str-ticker {
  display: none;
}

/* ----------------------------------------------------------------------------
 * 非表示
 * ------------------------------------------------------------------------- */
.str-hidden {
  pointer-events: none;
  color: transparent;
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* ----------------------------------------------------------------------------
 * ヘッダ
 * ------------------------------------------------------------------------- */
#header {
  position: relative;
  z-index: 120;
}

#header> .inner {
  background: rgba(255, 255, 255, .9);
}

#header.is-fixed> .inner {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

#header> .inner> .content {
  position: relative;
}

#header> .inner> .content> .logo {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 18px 15px;
}

#header> .inner> .content> .logo .siteName {
  font-size: 1rem;
}

#header> .inner> .content> .logo .siteName a {
  display: block;
}

#header> .inner> .content> .logo img {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#header .languageLabel> .inner {
  font-size: 1rem;
  text-align: right;
  color: #fff;
  background: #002b62;
  padding: 1px 20px;
}

#header .languageLabel> .inner p {
  margin: 0;
}

#header .searchBox {
  width: 100%;
}

#header .searchBox> .inner {
  background: #f2f3f4;
  padding: 18px 20px;
}

html[data-script-enabled="true"] #header .searchBox> .inner {
  position: absolute;
  z-index: 101;
  top: 100%;
  display: none;
  width: 100%;
}

#header .searchBox> .inner .form {
  display: -webkit-flex;
  display:         flex;
  border: solid 2px #042f5e;
}

#header .searchBox> .inner .form .input {
  width: calc(100% - 55px);
}

#header .searchBox> .inner .form .input [type="search"] {
  background: #fff;
  width: 100%;
  height: 50px;
  padding: 7px 0 5px 19px;
  border: 0;
  border-radius: 0;
}

#header .searchBox> .inner .form .submit {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

#header .searchBox> .inner .form .submit [type="submit"] {
  background: #fff;
  display: block;
  width: 55px;
  height: 50px;
}

#header .searchBox> .inner .form .submit [type="submit"] img {
  margin: 0 auto;
}

#header .nav-global-02 {
  line-height: 1.5;
  background: #fff;
  border-top: 1px solid #a4aab0;
}

html[data-script-enabled="true"] #header .nav-global-02 {
  background: none;
  border-top: none;
}

#header .nav-global-02 a {
  text-decoration: none;
}

html[data-script-enabled="true"] #header .nav-global-02> .content {
  position: fixed;
  z-index: 100;
  display: none;
  overflow: auto;
  width: 100%;
}

html[data-script-enabled="true"] #header .nav-global-02> .content.is-open {
  display: -webkit-flex !important;
  display:         flex !important;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 69px);
}

html[data-script-enabled="true"] #header .nav-global-02> .content.is-open::after {
  background: rgba(0, 0, 0, .75);
  -webkit-flex-grow: 1;
          flex-grow: 1;
  width: 100%;
  content: "";
}

#header .nav-global-02> .content> .inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

#header .nav-global-02> .content> .inner> .of-utility {
  font-size: 1.4rem;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          order: 1;

  -webkit-order: 1;
}

html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-utility {
  background: rgba(255, 255, 255, .95);
}

#header .nav-global-02> .content> .inner> .of-utility> li {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  border: 1px solid #a4aab0;
  border-width: 0 1px 1px 0;
}

#header .nav-global-02> .content> .inner> .of-utility> li:nth-child(even) {
  border-right: none;
}

#header .nav-global-02> .content> .inner> .of-utility a {
  color: #333;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  padding: 38px 10px 10px;
}

#header .nav-global-02> .content> .inner> .of-utility a::before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  content: "";
}

#header .nav-global-02> .content> .inner> .of-utility .of-contact a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -48px -51px;
  background-size: 113px 110px;
  top: 16px;
  width: 21px;
  height: 15px;
}

#header .nav-global-02> .content> .inner> .of-utility .of-supportAndDownload a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px -26px;
  background-size: 113px 110px;
  top: 12px;
  width: 18px;
  height: 19px;
}

#header .nav-global-02> .content> .inner> .of-utility .of-countryAndRegion a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 113px 110px;
  top: 10px;
  width: 21px;
  height: 21px;
}

#header .nav-global-02> .content> .inner> .of-utility .of-global a::before {
  background-image: url("/nf_global/v3/common/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px 0;
  background-size: 113px 110px;
  top: 10px;
  width: 21px;
  height: 21px;
}

#header .nav-global-02> .content> .inner> .of-global {
          order: 2;

  -webkit-order: 2;
}

html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-global {
  background: rgba(242, 243, 244, .95);
}

#header .nav-global-02> .content> .inner> .of-global> li {
  border-bottom: solid 1px #a4aab0;
}

#header .nav-global-02> .content> .inner> .of-global a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #042f5e;
  position: relative;
  display: block;
  padding: 16px 56px 16px 20px;
  cursor: pointer;
}

#header .nav-global-02> .content> .inner> .of-global a::after {
  color: #f26f21;
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid;
  border-color: #f26f21 #f26f21 transparent transparent;
}

#header .nav-global-02> .content> .inner> .of-sns {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
          align-items: flex-end;
          order: 3;
  padding: 16px 0;

  -webkit-order: 3;
}

html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-sns {
  background: rgba(255, 255, 255, .95);
}

#header .nav-global-02> .content> .inner> .of-sns> li {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-justify-content: center;
          justify-content: center;
}

#header .func-headerHamburger {
  font-size: 10px;
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 18px;
  overflow: hidden;
  width: 35px;
  height: 36px;
}

#header .func-headerHamburger> span,
#header .func-headerHamburger::before,
#header .func-headerHamburger::after {
  background: #002b62;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 2px;
  margin: auto;
  transition: .3s all ease;
}

#header .func-headerHamburger::before,
#header .func-headerHamburger::after {
  content: "";
}

#header .func-headerHamburger::before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

#header .func-headerHamburger> span {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

#header .func-headerHamburger::after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

#header .func-headerHamburger[aria-pressed="true"]::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header .func-headerHamburger[aria-pressed="true"]::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header .func-headerHamburger[aria-pressed="true"]> span {
  opacity: 0;
}

#header .func-headerSearch {
  font-size: 1.3rem;
  text-align: center;
  color: #002b62;
  position: absolute;
  z-index: 102;
  top: 7px;
  right: 71px;
  overflow: hidden;
  width: 35px;
  height: 36px;
}

#header .func-headerSearch img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  margin: auto;
  transition: .3s opacity ease;
}

#header .func-headerSearch span {
  position: absolute;
  z-index: -1;
  left: 100%;
}

#header .func-headerSearch span::before {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

#header .func-headerSearch::before,
#header .func-headerSearch::after {
  background: #002b62;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  content: "";
  transition: .3s opacity ease;
  opacity: 0;
}

#header .func-headerSearch::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header .func-headerSearch::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header .func-headerSearch[aria-pressed="true"] img {
  opacity: .1;
}

#header .func-headerSearch[aria-pressed="true"]::before,
#header .func-headerSearch[aria-pressed="true"]::after {
  opacity: 1;
}

#header .globalChild,
#header .func-headerGlobalContentClose {
  display: none;
}

/* ============================================================================
 * #footer フッタ
 * ========================================================================= */
#footer {
  position: relative;
}

#footer .footer-scroll-top {
  position: relative;
  margin: 0;
}

#footer .footer-scroll-top> a {
  font-size: 0;
  text-decoration: none;
  color: transparent;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
}

html[data-script-enabled="true"] #footer .footer-scroll-top> a {
  pointer-events: none;
  transition: .3s opacity ease;
  opacity: 0;
}

#footer .footer-scroll-top> a::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: -6px auto 0;
  content: "";
  transition: margin .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #042f5e;
  border-width: 2px 0 0 2px;
}

#footer .footer-scroll-top> a:hover::before,
#footer .footer-scroll-top> a:active::before,
#footer .footer-scroll-top> a:focus::before {
  margin-top: -11px;
}

html[data-script-enabled="true"] #footer .footer-scroll-top.is-visible> a {
  pointer-events: auto;
}

html[data-script-enabled="true"] #footer .footer-scroll-top> a:focus,
html[data-script-enabled="true"] #footer .footer-scroll-top.is-visible> a {
  opacity: 1;
}

html[data-script-enabled="true"] #footer .footer-scroll-top.is-fixed> a {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 20px;
}

html[data-cookiebar] #footer .footer-scroll-top.is-fixed> a {
  transition: .3s opacity ease, .2s bottom ease-out;
}

#footer .footer-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

#footer .footer-primary {
  background: #e5e7e9;
  padding: 42px 0 49px;
}

#footer .footer-primary .sns> .list {
  margin: 0;
}

#footer .footer-primary .sns> .list> div dt {
  text-align: center;
}

#footer .footer-primary .sns> .list> div dd {
  margin: 21px 0 0;
}

#footer .footer-primary .sns> .list> div dd> .list {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: center;
          justify-content: center;
}

#footer .footer-primary .sns> .list> div dd> .list> li+ li {
  margin-left: 50px;
}

#footer .footer-primary .search {
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 42px 0 0;
}

#footer .footer-primary .search form {
  max-width: 810px;
}

#footer .footer-primary .link {
  font-size: 1.2rem;
  padding: 45px 0 0;
}

#footer .footer-primary .link> .list {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -40px 0 0 -32px;
}

#footer .footer-primary .link> .list> li {
  width: 50%;
  padding: 40px 0 0 32px;
}

#footer .footer-primary .link> .list> li .list li+ li {
  margin-top: 12px;
}

#footer .footer-primary .link a {
  word-break: keep-all;
}

#footer .footer-primary .link .title {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin: 0 0 16px;
}

#footer .footer-primary .link .title:lang(ja) {
  word-break: break-all;
}

#footer .footer-primary .link .title> a {
  text-decoration: none;
}

#footer .footer-secondary {
  font-size: 1.2rem;
  color: #31393c;
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 45px 0 35px;
}

#footer .footer-secondary .list {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px 0 0 -50px;
}

#footer .footer-secondary .list> li {
  width: 50%;
  padding: 10px 0 0 50px;
}

#footer .footer-secondary .list> li a {
  color: #002b62;
}

#footer .footer-secondary .copyright {
  font-size: 1rem;
  margin: 41px 0 0;
}

#footer .footer-secondary .copyright small {
  font-size: 100%;
}

/* ============================================================================
 * _hdg
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 見出し1
 * ------------------------------------------------------------------------- */
.mod-hdg-01 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.mod-hdg-02 {
  font-size: 1.6rem;
  font-weight: bold;
}

/* ============================================================================
 * _link
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * DXカテゴリリンク .mod-link-dx-01
 * ------------------------------------------------------------------------- */

.mod-link-dx-01 a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 0 0 27px;
}

.mod-link-dx-01 a::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transition: left .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-link-dx-01 a:hover::before,
.mod-link-dx-01 a:active::before,
.mod-link-dx-01 a:focus::before {
  left: 5px;
}

.mod-link-dx-01> .ttl+ .list {
  margin-top: 15px;
  margin-left: 20px;
}

.mod-link-dx-01> .list> li {
  display: -webkit-flex;
  display:         flex;
}

.mod-link-dx-01> .list> li+ li {
  margin-top: 4px;
}

/* ----------------------------------------------------------------------------
 * 重要なお知らせリンク .mod-link-important
 * ------------------------------------------------------------------------- */
.mod-link-important {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 66%;
  min-width: 221px;
  margin: 55px auto 0;
}

.mod-link-important._em a,
.mod-link-important._em strong {
  font-weight: bold;
}

.mod-link-important a {
  font-size: 1.6rem;
  line-height: 1.375;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 44px 0 0;
}

.mod-link-important a::before,
.mod-link-important a::after {
  display: block;
  content: "";
}

.mod-link-important a::before {
  background: url("/nf_global/v3/common/img/icn/important-02.jpg") no-repeat 0 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 24px;
  height: 38px;
  margin: 0 22px 0 0;
}

.mod-link-important a::after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: .2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #31393c #31393c transparent transparent;
}

.mod-link-important a strong {
  font-weight: normal;
  width: 100%;
}

.mod-link-important a:hover::after,
.mod-link-important a:active::after,
.mod-link-important a:focus::after {
  right: 0;
}

.mod-link-important a.fs-01 {
  font-size: 85.71429%;
}

.mod-link-important a.fs-02 {
  font-size: 114.28571%;
}

.mod-link-important a.fs-03 {
  font-size: 128.57143%;
}

.mod-link-important a.fs-04 {
  font-size: 142.85714%;
}

/* ============================================================================
 * _btn
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * ボタンのラッパー [class^="mod-btn-wrap-"]
 * ------------------------------------------------------------------------- */
.mod-btn-wrap-01 {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------
 * ボタン [class^="mod-btn-"]
 * ------------------------------------------------------------------------- */
.mod-btn-01 {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #05305f 0, #476589 51%, #05305f 100%);
  background-size: 200% auto;
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 180px;
  padding: 10px 48px 9px 32px;
  transition: .2s ease;
  border-radius: 1000px;
}

.mod-btn-01::before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  transition: right .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-btn-01:hover,
.mod-btn-01:active,
.mod-btn-01:focus {
  background-position: right center;
}

.mod-btn-01:hover::before,
.mod-btn-01:active::before,
.mod-btn-01:focus::before {
  right: 11px;
}

/* ----------------------------------------------------------------------------
 * ボタン [class^="mod-btn-"]
 * ------------------------------------------------------------------------- */
.mod-btn-02 {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #042f5e;
  background-image: linear-gradient(to right, #d8deef 0, #fff 25%);
  background-position: right center;
  background-size: 200% auto;
  position: relative;
  display: inline-block;
  padding: 5px 20px 4px;
  transition: .2s ease;
  border: solid 1px #3b5a81;
  border-radius: 1000px;
}

.mod-btn-02:hover,
.mod-btn-02:active,
.mod-btn-02:focus {
  background-position-x: left;
}

/* ----------------------------------------------------------------------------
 * ボタンリスト [class^="mod-btn-list-"]
 * ------------------------------------------------------------------------- */
.mod-btn-list-01 {
  margin: 19px 0 0;
}

.mod-btn-list-01> ul {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -20px 0 0 -20px;
}

.mod-btn-list-01> ul> li {
  padding: 20px 0 0 20px;
}

/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタン .mod-btn
 * ------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
 * 汎用的なアクションボタン .mod-btn
 * ------------------------------------------------------------------------- */
.mod-btn {
  text-align: center;
  margin: 0 0 16px;
}

.mod-btn a,
.mod-btn button,
.mod-btn> span,
.mod-btn .btn> span {
  font-size: 1.8rem;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  color: #76161b;
  background: transparent;
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 1px 34px 1px 50px;
  transition: .2s ease;
  border: 2px solid;
}

.mod-btn a::before,
.mod-btn button::before,
.mod-btn> span::before,
.mod-btn .btn> span::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  transition: .2s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid;
  border-color: #76161b #76161b transparent transparent;
}

.mod-btn a:hover,
.mod-btn a:focus,
.mod-btn button:hover,
.mod-btn button:focus {
  opacity: .8;
}

.mod-btn a:hover::before,
.mod-btn a:focus::before,
.mod-btn button:hover::before,
.mod-btn button:focus::before {
  left: 15px;
}

.mod-btn> span,
.mod-btn button:disabled {
  color: #666;
  background: #f6f6f6;
  padding-left: 34px;
  cursor: default;
  transition: none;
  border: 2px solid #aaa;
}

.mod-btn> span::before,
.mod-btn button:disabled::before {
  display: none !important;
}

.mod-btn.var01 a,
.mod-btn.var01 button {
  background: #fff;
}

p:not(.mod-btn)+ .mod-btn {
  margin-top: 1.7em;
}

/* ============================================================================
 * _list
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * ニュースリスト .mod-list-news-01
 * ------------------------------------------------------------------------- */

.mod-list-news-01 a {
  color: #31393c;
  transition: color .2s;
}

.mod-list-news-01 a:hover,
.mod-list-news-01 a:active,
.mod-list-news-01 a:focus {
  text-decoration: underline;
  color: #757575;
}

.mod-list-news-01 .list> div {
  padding: 48px 0 14px;
  border-bottom: dashed 1px #a4aab0;
}

.mod-list-news-01 .list> div:first-child {
  padding-top: 0;
}

.mod-list-news-01 .list> div> .date {
  font-size: 1.2rem;
  font-weight: bold;
}

.mod-list-news-01 .list> div> .desc {
  margin: 17px 0 0;
}

.mod-list-news-01+ * {
  margin-top: 49px;
}

/* ----------------------------------------------------------------------------
 * ニュースリスト .mod-list-news-02
 * ------------------------------------------------------------------------- */

.mod-list-news-02> div {
  display: -webkit-flex;
  display:         flex;
}

.mod-list-news-02> div> .date,
.mod-list-news-02> div> .desc,
.mod-list-news-02> div a {
  font-weight: bold;
  color: #fff;
}

.mod-list-news-02> div> .date {
  font-size: 1.4rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 10em;
  padding: 2px 20px 0 0;
}

.mod-list-news-02> div> .desc {
  font-size: 1.6rem;
  width: calc(100% - (10em - 20px));
}

/* ============================================================================
 * _tab
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * タブモジュール .mod-tab-news
 * ------------------------------------------------------------------------- */
.mod-tab-news {
  position: relative;
  margin: 48px 0 0;
}

.mod-tab-news> *:last-child {
  margin-bottom: 0;
}

.mod-tab-news .rss {
  font-size: 1.6rem;
  text-align: right;
  margin: 0 0 9px;
}

.mod-tab-news .rss a {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #002b62;
  background: #fff;
  display: inline-block;
  width: 80px;
  max-width: 80px;
  padding: 3px 5px 1px;
  transition: opacity .3s;
  border: solid 2px #eb6e00;
}

.mod-tab-news .rss a> span {
  line-height: 1;
  display: block;
}

.mod-tab-news .rss a:hover,
.mod-tab-news .rss a:focus,
.mod-tab-news .rss a:active {
  opacity: .8;
}

.mod-tab-news .tab-list {
  margin: 0 0 47px;
  border-top: solid 1px #a4aab0;
}

.mod-tab-news .tab-list:last-child {
  margin-top: 5px;
  margin-bottom: 0;
}

.mod-tab-news .tab-list> li {
  position: relative;
  border-bottom: solid 1px #a4aab0;
}

.mod-tab-news .tab-list> li> a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #646e74;
  position: relative;
  display: block;
  padding: 16px 36px 15px 0;
}

.mod-tab-news .tab-list> li> a::after {
  position: absolute;
  top: -7px;
  right: 9px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border: 2px solid;
  border-color: #002b62 #002b62 transparent transparent;
}

.mod-tab-news .tab-list> li> a:hover,
.mod-tab-news .tab-list> li> a:focus,
.mod-tab-news .tab-list> li> a:active {
  outline: none;
}

.mod-tab-news .tab-list> li[aria-selected="true"] {
  border-width: 4px;
  border-color: #042f5e;
}

.mod-tab-news .tab-list> li[aria-selected="true"]> a {
  color: #042f5e;
}

.mod-tab-news .tab-list> li[aria-selected="true"]> a::after {
  visibility: hidden;
}

/* ============================================================================
 * _box
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * お知らせボックス .mod-box-notice-01
 * ------------------------------------------------------------------------- */

.mod-box-notice-01 .mod-box-notice-inner {
  background: #fff;
  padding: 12px 16px 9px;
  border: solid 4px #9d4531;
}

.mod-box-notice-01 .mod-box-notice-inner p {
  font-weight: bold;
  color: #9d4531;
}

/* ============================================================================
 * _lyt
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 画像レイアウト .mod-lyt-img
 * ------------------------------------------------------------------------- */
.mod-lyt-img {
  margin: 60px 0 0;
}

.mod-lyt-img> .mod-lyt-inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -16px 0 0 -15px;
}

.mod-lyt-img> .mod-lyt-inner .col {
  display: -webkit-flex;
  display:         flex;
  padding: 16px 0 0 15px;
}

.mod-lyt-img> .mod-lyt-inner .col a {
  width: 100%;
}

.mod-lyt-img> .mod-lyt-inner .col img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 auto;
}

.mod-lyt-img[data-col="2"]> .mod-lyt-inner .col,
.mod-lyt-img[data-col="3"]> .mod-lyt-inner .col,
.mod-lyt-img[data-col="4"]> .mod-lyt-inner .col {
  width: 50%;
}

/* ----------------------------------------------------------------------------
 * パネルレイアウト .mod-lyt-pnl-01
 * ------------------------------------------------------------------------- */
.mod-lyt-pnl-01 {
  margin: 0 27px;
}

.mod-lyt-pnl-01> .mod-lyt-inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -63px 0 0 0;
}

.mod-lyt-pnl-01> .mod-lyt-inner .col {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 63px 0 0 0;
}

.mod-lyt-pnl-01> .mod-lyt-inner .col .img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
          order: -1;
  margin: 0 3px 20px;

  -webkit-order: -1;
}

.mod-lyt-pnl-01> .mod-lyt-inner .col .img img {
  margin: 0 auto;
}

.mod-lyt-pnl-01> .mod-lyt-inner .col .contents .hdg {
  font-size: 2rem;
  line-height: 1.375;
  text-align: center;
}

.mod-lyt-pnl-01> .mod-lyt-inner .col .contents .hdg+ * {
  margin-top: 5px;
}

.mod-lyt-pnl-01> .mod-lyt-inner .col .contents .sub {
  font-weight: bold;
  text-align: center;
  color: #646e74;
}

.mod-lyt-pnl-01> .mod-lyt-inner .col .btn {
  margin: 18px 0 0;
}

/* ----------------------------------------------------------------------------
 * パネルレイアウト .mod-lyt-pnl-02
 * ------------------------------------------------------------------------- */

.mod-lyt-pnl-02> .col:not(:first-child) {
  margin-top: 50px;
}

.mod-lyt-pnl-02> .col> .col-inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mod-lyt-pnl-02> .col> .col-inner> .img {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 0 0 -20px;
}

.mod-lyt-pnl-02> .col> .col-inner .item {
  background: rgba(255, 255, 255, .95);
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: -36px -20px 0 auto;
  padding: 38px 20px 42px;
  box-shadow: 0 0 14px 0 rgba(56, 66, 73, .1);
}

.mod-lyt-pnl-02> .col> .col-inner .item .contents .hdg {
  font-size: 2rem;
  line-height: 1.375;
}

.mod-lyt-pnl-02> .col> .col-inner .item .contents .sub {
  font-weight: bold;
  color: #646e74;
  margin: 4px 0 0;
}

.mod-lyt-pnl-02> .col> .col-inner .item .contents p:not([class]) {
  margin: 31px 0 0;
}

.mod-lyt-pnl-02> .col> .col-inner .item .img {
  margin: 37px 0 40px;
}

.mod-lyt-pnl-02> .col> .col-inner .item .img img {
  margin: 0 auto;
}

.mod-lyt-pnl-02> .col> .col-inner .item .btn {
  margin: 22px 0 0;
}

/* ----------------------------------------------------------------------------
 * パネルレイアウト .mod-lyt-pnl-03
 * ------------------------------------------------------------------------- */
.mod-lyt-pnl-03 {
  margin: 33px 0 0;
}

.mod-lyt-pnl-03> .mod-lyt-inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -32px 0 0 -40px;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col {
  width: 100%;
  max-width: 480px;
  padding: 32px 0 0 40px;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .label {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 0 -10px -10px;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .label> .txt {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #042f5e;
  display: inline-block;
  min-width: 180px;
  padding: 10px;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .label> a.txt> span {
  position: relative;
  padding: 0 25px 0 0;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .label> a.txt> span::before {
  position: absolute;
  top: -2px;
  right: 2px;
  bottom: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  transition: right .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .label> a.txt:hover> span::before,
.mod-lyt-pnl-03> .mod-lyt-inner> .col .label> a.txt:active> span::before,
.mod-lyt-pnl-03> .mod-lyt-inner> .col .label> a.txt:focus> span::before {
  right: -3px;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents {
  text-decoration: none;
  color: #042f5e;
  display: block;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .img img {
  margin: 0 auto;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .img._replay {
  position: relative;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .img._replay::before,
.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .img._replay::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .img._replay::before {
  background: rgba(0, 0, 0, .5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 76px;
  margin: auto;
  border-radius: 50%;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .img._replay::after {
  top: 0;
  right: -7px;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 12px 0 12px 21px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail {
  position: relative;
  padding: 17px 50px 0 0;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail::before {
  position: absolute;
  top: 32px;
  right: 9px;
  display: block;
  width: 42px;
  height: 42px;
  margin: auto;
  content: "";
  transition: right .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #042f5e #042f5e transparent transparent;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail .date {
  font-size: 1.2rem;
  font-weight: bold;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail .date+ * {
  margin-top: 6px;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail .ttl {
  font-size: 1.6rem;
  line-height: 1.6;
}

.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents:hover .detail::before,
.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents:active .detail::before,
.mod-lyt-pnl-03> .mod-lyt-inner> .col .contents:focus .detail::before {
  right: 4px;
}

/* ----------------------------------------------------------------------------
 * パネルレイアウト .mod-lyt-pnl-04
 * ------------------------------------------------------------------------- */
.mod-lyt-pnl-04 {
  margin: 43px 0 0;
}

.mod-lyt-pnl-04 .mod-lyt-inner .img {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.mod-lyt-pnl-04 .mod-lyt-inner .img> img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mod-lyt-pnl-04 .mod-lyt-inner .contents {
  background: #fff;
  padding: 29px 20px 35px;
}

.mod-lyt-pnl-04 .mod-lyt-inner .contents .btn {
  margin: 26px 0 0;
}

/* ----------------------------------------------------------------------------
 * パネルレイアウト .mod-lyt-pnl-05
 * ------------------------------------------------------------------------- */
.mod-lyt-pnl-05 {
  margin: 60px auto 0;
}

.mod-lyt-pnl-05> .mod-lyt-inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -50px 0 0 -40px;
}

.mod-lyt-pnl-05> .mod-lyt-inner> .col {
  width: 50%;
  padding: 50px 0 0 40px;
}

.mod-lyt-pnl-05> .mod-lyt-inner> .col .img {
  padding: 0 0 30px;
}

.mod-lyt-pnl-05> .mod-lyt-inner> .col .img> img {
  width: 93px;
  margin: 0 auto;
}

.mod-lyt-pnl-05> .mod-lyt-inner> .col .link {
  padding: 12px 0 0;
  border-top: solid 1px rgba(255, 255, 255, .25);
}

.mod-lyt-pnl-05> .mod-lyt-inner> .col .link a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 30px 0 0;
}

.mod-lyt-pnl-05> .mod-lyt-inner> .col .link a::before {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  transition: right .2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-lyt-pnl-05> .mod-lyt-inner> .col .link a:hover::before,
.mod-lyt-pnl-05> .mod-lyt-inner> .col .link a:active::before,
.mod-lyt-pnl-05> .mod-lyt-inner> .col .link a:focus::before {
  right: -1px;
}

/* ----------------------------------------------------------------------------
 * パネルレイアウト .mod-lyt-pnl-06
 * ------------------------------------------------------------------------- */
.mod-lyt-pnl-06 {
  margin: 50px auto 0;
}

.mod-lyt-pnl-06> .mod-lyt-inner {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  margin: -20px 0 0 -50px;
}

.mod-lyt-pnl-06> .mod-lyt-inner> .col {
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  width: 100%;
  padding: 20px 0 0 50px;
}

.mod-lyt-pnl-06> .mod-lyt-inner> .col .item {
  color: #fff;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.mod-lyt-pnl-06> .mod-lyt-inner> .col .item .hdg {
  font-size: 2rem;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  margin: -46px 0 0;
  padding: 10px 20px 5px;
}

.mod-lyt-pnl-06> .mod-lyt-inner> .col .item .hdg::before {
  background: #000;
  position: absolute;
  z-index: -1;
  top: 47px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.mod-lyt-pnl-06> .mod-lyt-inner> .col .item .contents {
  background: #000;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding: 12px 20px 18px;
}

.mod-lyt-pnl-06> .mod-lyt-inner> .col .img {
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.mod-lyt-pnl-06> .mod-lyt-inner> .col .img::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 45%;
  content: "";
}

.mod-lyt-pnl-06> .mod-lyt-inner> .col .img img {
  width: 100%;
}

.mod-lyt-pnl-06 .js-tgl-slideup .tgl-btn {
  display: none;
}

/* ============================================================================
 * _form
 * ========================================================================= */
form {
  width: 100%;
}

.mod-form-01 {
  margin-top: 29px;
}

/* ----------------------------------------------------------------------------
 * 検索フィールドコンポーネント .mod-search-input
 * ------------------------------------------------------------------------- */
.mod-search-input {
  display: -webkit-flex;
  display:         flex;
  border: solid 2px #042f5e;
}

.mod-search-input .input {
  background: #fff;
  width: calc(100% - 55px);
  height: 50px;
  padding: 7px 0 5px 19px;
  border: 0;
  border-radius: 0;
}

.mod-search-input .btn {
  background: #fff;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 55px;
  height: 50px;
}

.mod-search-input .btn img {
  margin: 0 auto;
}

/* ============================================================================
 * _widget
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * スクロールロック
 * ------------------------------------------------------------------------- */
html[data-scroll-sp="disabled"] body {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

html[data-scroll-disabled="true"] {
  overflow: hidden;
}

html[data-scroll-disabled="true"] body {
  overflow: hidden;
}

/* ----------------------------------------------------------------------------
 * ティッカーカルーセル .mod-ticker-01
 * ------------------------------------------------------------------------- */
.mod-ticker-01.js-carousel {
  position: relative;
}

html[data-script-enabled="true"] .mod-ticker-01.js-carousel {
  display: -webkit-flex;
  display:         flex;
}

.mod-ticker-01.js-carousel .slick-slider {
  position: static;
}

.mod-ticker-01.js-carousel .slick-inner {
  width: calc(100% - 180px);
}

.mod-ticker-01.js-carousel .slick-arrow {
  z-index: 1;
  width: 26px;
  height: 26px;
  border: solid 1px rgba(255, 255, 255, .35);
}

.mod-ticker-01.js-carousel .slick-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  content: "";
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
}

.mod-ticker-01.js-carousel .slick-arrow.slick-prev {
  right: 114px;
  left: auto;
}

.mod-ticker-01.js-carousel .slick-arrow.slick-prev::before {
  left: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mod-ticker-01.js-carousel .slick-arrow.slick-next {
  right: 79px;
}

.mod-ticker-01.js-carousel .slick-arrow.slick-next::before {
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-ticker-01.js-carousel .slick-arrow:focus {
  outline: 1px dotted #fff;
}

.mod-ticker-01.js-carousel .slick-dots-wrap {
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 180px;
}

.mod-ticker-01.js-carousel .slick-dots-wrap .slick-dots {
  display: none !important;
}

.mod-ticker-01.js-carousel .slick-dotted.slick-slider {
  margin: 0;
}

.mod-ticker-01.js-carousel .btn-control {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 26px;
  height: 26px;
  margin: auto;
}

.mod-ticker-01.js-carousel .btn-control::before,
.mod-ticker-01.js-carousel .btn-control::after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 16px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod-ticker-01.js-carousel .btn-control::before {
  margin-left: -6px;
}

.mod-ticker-01.js-carousel .btn-control::after {
  margin-left: 2px;
}

.mod-ticker-01.js-carousel .btn-control:focus {
  outline: 1px dotted #fff;
}

.mod-ticker-01.js-carousel .btn-control.is-stop::before {
  background: none;
  border-width: 8px 0 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.mod-ticker-01.js-carousel .btn-control.is-stop::after {
  content: none;
}

/* ----------------------------------------------------------------------------
 * モーダル共通スタイル .func-modal
 * ------------------------------------------------------------------------- */
html[data-script-enabled="true"] .func-modal {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  transition: .2s opacity ease-out;
  opacity: 0;
}

html[data-script-enabled="true"] .func-modal[aria-expanded="true"] {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

html[data-script-enabled="true"] .func-modal[aria-hidden="false"] {
  opacity: 1;
}

html[data-script-enabled="true"] .func-modal> .modal-close,
html[data-script-enabled="true"] .func-modal> .modal-inner {
  max-width: 1040px;
}

html[data-script-enabled="true"] .func-modal> .modal-close {
  line-height: 2.375;
  text-align: right;
  color: #fff;
  width: 100%;
  padding: 0 20px 0 0;
}

html[data-script-enabled="true"] .func-modal> .modal-close span {
  position: relative;
  padding: 0 28px 0 0;
  cursor: pointer;
}

html[data-script-enabled="true"] .func-modal> .modal-close span::before,
html[data-script-enabled="true"] .func-modal> .modal-close span::after {
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 21px;
  height: 1px;
  margin: auto 0;
  content: "";
}

html[data-script-enabled="true"] .func-modal> .modal-close span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

html[data-script-enabled="true"] .func-modal> .modal-close span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

html[data-script-enabled="true"] .func-modal> .modal-inner {
  background: #fff;
  overflow: auto;
  max-height: calc(100vh - 68px);
  padding: 40px 20px;
}

html[data-script-enabled="true"] .func-modal> .modal-inner> *:first-child {
  margin-top: 0;
}

html[data-script-enabled="true"] .func-modal> .modal-inner> *:last-child {
  margin-bottom: 00px;
}

html[data-script-enabled="true"] .func-modal> .modal-inner> *> [class^="mod"]:first-child,
html[data-script-enabled="true"] .func-modal> .modal-inner> *> [class^="comp"]:first-child {
  margin-top: 0;
}

html[data-script-enabled="true"] .func-modal> .modal-inner> *> [class^="mod"]:last-child,
html[data-script-enabled="true"] .func-modal> .modal-inner> *> [class^="comp"]:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * Cookieバー
 * ------------------------------------------------------------------------- */
.func-cookie {
  display: none;
}

html[data-script-enabled="true"] .func-cookie {
  font-size: 1.4rem;
  background: #9d4531;
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}

.func-cookie> .inner {
  color: #fff;
  padding: 10px;
}

.func-cookie> .inner .txt {
  line-height: 1.5;
  margin-bottom: 0;
}

.func-cookie> .inner .txt a {
  color: #fff;
}

.func-cookie> .inner .mod-btn {
  min-width: 240px;
  margin-top: 10px;
  margin-bottom: 0;
}

.func-cookie> .inner .mod-btn button {
  font-size: 1.4rem;
}

/* ----------------------------------------------------------------------------
 * モーダル(fancybox) fancybox
 * ------------------------------------------------------------------------- */
html.fancybox-modal-open {
  overflow-x: visible;
}

#fancybox-wrap {
  right: 0 !important;
  left: 0 !important;
  max-width: 100%;
  height: auto !important;
  margin: auto;
  padding: 20px 10px;
}

#fancybox-wrap.fancybox-video {
  width: 100% !important;
  max-width: 670px;
}

#fancybox-wrap #fancybox-content {
  width: 100% !important;
  height: 100% !important;
}

#fancybox-wrap #fancybox-content .videoBox {
  position: static;
}

#fancybox-wrap #fancybox-close {
  text-decoration: none;
  text-align: center;
  color: #ccc;
  background: transparent;
  top: -25px;
  right: -3px;
  width: auto;
  height: 20px;
}

#fancybox-wrap #fancybox-close img {
  vertical-align: middle;
}

#fancybox-wrap #fancybox-close:hover {
  background-position: 0 -40px;
}

.vjs-big-play-button {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
}

#fancybox-loading div {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-left,
#fancybox-right {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/blank.gif");
}

#fancybox-left-ico {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-right-ico {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-bg-n {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-bg-e {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-y.png");
}

#fancybox-bg-se {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-bg-s {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-x.png");
}

#fancybox-bg-sw {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-bg-w {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

#fancybox-title-over {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancy_title_over.png");
}

#fancybox-title-float-main {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox-x.png");
}

#fancybox-title-float-right {
  background-image: url("/nf_global/v3/common/img/lib/fancybox/fancybox.png");
}

/* ============================================================================
 * _adjust
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * 文字の位置揃え .align-
 * ------------------------------------------------------------------------- */
.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------------------
 * 幅調整 .w-
 * ------------------------------------------------------------------------- */
.w-0 {
  width: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
 * 余白調整 .mt-
 * ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
 * 余白調整 .mb-
 * ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
 * RWD調整 .pc-
 * ------------------------------------------------------------------------- */

.pc-show {
  display: none;
}

/* ----------------------------------------------------------------------------
 * フォントサイズ調整 .fs-
 * ------------------------------------------------------------------------- */
p.fs-01,
span.fs-01,
ul.fs-01,
ol.fs-01,
dl.fs-01,
table.fs-01 {
  font-size: 85.71429%;
}

p.fs-02,
span.fs-02,
ul.fs-02,
ol.fs-02,
dl.fs-02,
table.fs-02 {
  font-size: 114.28571%;
}

p.fs-03,
span.fs-03,
ul.fs-03,
ol.fs-03,
dl.fs-03,
table.fs-03 {
  font-size: 128.57143%;
}

p.fs-04,
span.fs-04,
ul.fs-04,
ol.fs-04,
dl.fs-04,
table.fs-04 {
  font-size: 142.85714%;
}

/* ----------------------------------------------------------------------------
 * 強制折り返し .adjust-breakAll
 * ------------------------------------------------------------------------- */
.adjust-breakAll {
  word-break: break-all !important;
}

/* ============================================================================
 * body[data-path=""] テンプレート固有スタイル
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * [data-path="/"] ルートインデックス
 * ------------------------------------------------------------------------- */
body[data-path="/"] .str-mainvisual-carousel-01 {
  background: #fff;
  position: relative;
  overflow: hidden;
}

body[data-path="/"] .str-mainvisual-carousel-01::before,
body[data-path="/"] .str-mainvisual-carousel-01 .slide::before {
  pointer-events: none;
  background: 0 0 transparent no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: calc(-340vw * 100 / 1800);
  min-width: 320px;
  content: "";
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate::before,
body[data-path="/"] .str-mainvisual-carousel-01.of-decorate .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img.png");
  max-width: 1192px;
  min-height: 308px;
  max-height: 1149px;
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-02::before,
body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-02 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-02.png");
  max-width: 1157px;
  min-height: 266px;
  max-height: 963px;
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-03::before,
body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-03 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-03.png");
  max-width: 869px;
  min-height: 442px;
  max-height: 1201px;
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-04::before,
body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-04 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-04.png");
  max-width: 1021px;
  min-height: 268px;
  max-height: 856px;
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-05::before,
body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-05 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-05.png");
  max-width: 1184px;
  min-height: 263px;
  max-height: 973px;
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-06::before,
body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-06 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-06.png");
  max-width: 1129px;
  min-height: 308px;
  max-height: 1088px;
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-07::before,
body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-07 .slide::before {
  background-image: url("/nf_global/v3/common/img/str/mainvisual-img-07.png");
  max-width: 1565px;
  min-height: 172px;
  max-height: 840px;
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate::before {
  top: calc(-339vw * 100 / 1800);
  width: calc(1192vw * 100 / 1800);
  height: calc(1149vw * 100 / 1800);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate .slide::before {
  width: 100vw;
  height: calc(1149vw * 100 / 1192);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-02::before {
  top: calc(-160vw * 100 / 1800);
  width: calc(1154vw * 100 / 1800);
  height: calc(963vw * 100 / 1800);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-02 .slide::before {
  width: 100vw;
  height: calc(963vw * 100 / 1157);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-03::before {
  top: calc(-339vw * 100 / 1800);
  right: calc(-60vw * 100 / 1800);
  width: calc(869vw * 100 / 1800);
  height: calc(1201vw * 100 / 1800);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-03 .slide::before {
  width: 100vw;
  height: calc(1201vw * 100 / 869);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-04::before {
  top: calc(-190vw * 100 / 1800);
  right: calc(-160vw * 100 / 1800);
  width: calc(1021vw * 100 / 1800);
  height: calc(856vw * 100 / 1800);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-04 .slide::before {
  width: 100vw;
  height: calc(856vw * 100 / 1021);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-05::before {
  top: calc(-80vw * 100 / 1800);
  width: calc(1184vw * 100 / 1800);
  height: calc(973vw * 100 / 1800);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-05 .slide::before {
  width: 100vw;
  height: calc(973vw * 100 / 1184);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-06::before {
  top: calc(-320vw * 100 / 1800);
  right: calc(-260vw * 100 / 1800);
  width: calc(1129vw * 100 / 1800);
  height: calc(1088vw * 100 / 1800);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-06 .slide::before {
  width: 100vw;
  height: calc(1088vw * 100 / 1129);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-07::before {
  top: calc(-200vw * 100 / 1800);
  right: calc(-580vw * 100 / 1800);
  width: calc(1565vw * 100 / 1800);
  height: calc(840vw * 100 / 1800);
}

body[data-path="/"] .str-mainvisual-carousel-01.of-decorate-07 .slide::before {
  width: 100vw;
  height: calc(840vw * 100 / 1565);
}

body[data-path="/"] .str-mainvisual-carousel-01::before {
  z-index: 1;
  top: -63px;
  display: none;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-list {
  height: 100%;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-track {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  height: 100%;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide::before {
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

html[data-script-enabled="true"] body[data-path="/"] .str-mainvisual-carousel-01 .slide {
  height: 100%;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide .slide-content {
  display: table-cell;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide .slide-image {
  display: table-caption;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-content {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0 35px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-content::before {
  background: #fff;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-content> .inner {
  height: 100%;
  padding: 14px 20px 0;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-content> .inner> *:last-child {
  margin-bottom: 0;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-content h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 14px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-content p:not([class]) {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0 0 20px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-content .mod-btn-wrap-01 {
  margin-top: 28px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-content .pc-show {
  display: none;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-image {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-image img {
  display: block;
  width: 100%;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slide-image .pc-show {
  display: none;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots-wrap {
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  max-width: 100%;
  padding: 0 20px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots {
  position: static;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: auto;
  margin: 0 0 0 -25px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 0 23px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots li button {
  position: relative;
  width: 12px;
  height: 12px;
  padding: 0;
  border: solid 4px #fff;
  border-radius: 50%;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots li button:focus {
  outline: 1px dotted #042f5e;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots li button::before {
  display: none;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots li button::after {
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border: solid 2px #042f5e;
  border-radius: 50%;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots li.slick-active button::after {
  background: #042f5e;
  width: 14px;
  height: 14px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .btn-control {
  font-size: 0;
  color: transparent;
  background: none;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 0 0 46px;
  border: none;
}

body[data-path="/"] .str-mainvisual-carousel-01 .btn-control::before,
body[data-path="/"] .str-mainvisual-carousel-01 .btn-control::after {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 16px;
  content: "";
  border: 2px solid #042f5e;
  box-shadow: 0 0 0 1px #fff;
}

body[data-path="/"] .str-mainvisual-carousel-01 .btn-control::before {
  left: 2px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .btn-control::after {
  right: 2px;
}

body[data-path="/"] .str-mainvisual-carousel-01 .btn-control.is-stop::before,
body[data-path="/"] .str-mainvisual-carousel-01 .btn-control.is-stop::after {
  border-style: solid;
  box-shadow: none;
}

body[data-path="/"] .str-mainvisual-carousel-01 .btn-control.is-stop::before {
  top: -2px;
  left: 1px;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

body[data-path="/"] .str-mainvisual-carousel-01 .btn-control.is-stop::after {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #042f5e;
}

body[data-path="/"] .str-mainvisual-carousel-01 .btn-control:focus {
  outline: 1px dotted #042f5e;
}

/*NECマネジメントパートナー　動画専用CSS　2017/05/15　*/
/* 動画終了時 サムネイルを表示する */
body:not([data-movie-js="alternate"]) .video-js.vjs-ended .vjs-poster {
  display: block;
}

/* 再生後の画面のCSS   */
body:not([data-movie-js="alternate"]) .vjs-endlink ul {
  list-style: disc;
}

body:not([data-movie-js="alternate"]) .vjs-endlink li {
  list-style: disc;
}

body:not([data-movie-js="alternate"]) .vjs-endlink {
  font-family: "メイリオ", sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  color: #039;
  position: absolute;
  top: 20%;
  left: 10%;
}

body:not([data-movie-js="alternate"]) .vjs-endlink a {
  text-decoration: underline;
}

body:not([data-movie-js="alternate"]) .vjs-endlink a:hover {
  text-decoration: none;
}

body:not([data-movie-js="alternate"]) .videothumbs .list {
  text-align: center;
}

body:not([data-movie-js="alternate"]) .videothumbs .list li {
  display: inline-block;
  float: none;
}

body:not([data-movie-js="alternate"]) .videothumbs .list li.current a {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

body:not([data-movie-js="alternate"]) .video-js .vjs-overlay-background {
  background-color: rgba(80, 80, 80, .8) !important;
}

body:not([data-movie-js="alternate"]) .vjs-playlist .vjs-playlist-description {
  display: none;
}

body:not([data-movie-js="alternate"]) .video-thumbnail {
  width: 180px;
  height: 97px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-style: solid;
}

/*override some of the default overlay styling*/
body:not([data-movie-js="alternate"]) div.vjs-overlay.vjs-overlay-top {
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 93%;
  margin-left: -1px;
}
@media screen and (min-width: 640px), print {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  html:lang(ja) body,
  html:lang(zh-CN) body,
  html:lang(zh-TW) body {
    line-height: 1.625;
  }
  [class^="seg-top-"] .str-content-inner .mod-hdg-01+ p:not([class]) {
    margin-top: 4px;
  }
  [class^="seg-top-"] .str-content-inner> p:not([class]) {
    font-size: 1.8rem;
  }
  .seg-top-01 .str-content {
    padding-top: 94px;
    padding-bottom: 61px;
  }
  .seg-top-02 {
    display: block;
  }
  .seg-top-02 .str-content {
    background: #f7f8f8 url("/nf_global/v3/common/img/str/str-img_top.png") no-repeat center/cover;
    padding-top: 45px;
    padding-bottom: 58px;
  }
  .seg-top-02 .str-content-inner {
    max-width: 850px;
  }
  .seg-top-03 .str-content {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .seg-top-03 .str-content::before {
    height: calc(100% - 363px);
  }
  .seg-top-04 .str-content {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .seg-top-05 .str-content {
    padding-top: 100px;
    padding-bottom: 103px;
  }
  .seg-top-06 .str-content {
    padding-top: 103px;
    padding-bottom: 125px;
  }
  .str-notice> .str-notice-inner {
    padding-top: 60px;
  }
  .str-ticker {
    color: #fff;
    background: #042f5e linear-gradient(to right, #042f5e 0%, #486589 50%, #042f5e 100%) center no-repeat;
    background-size: 1940px 100%;
    display: block;
    width: 100%;
  }
  .str-ticker> .str-ticker-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 17px 20px;
  }
  #footer .footer-primary {
    padding-bottom: 77px;
  }
  #footer .footer-primary .sns> .list> div dd {
    margin-top: 12px;
  }
  #footer .footer-primary .link {
    font-size: 1.4rem;
  }
  #footer .footer-primary .link> .list {
    margin-top: -70px;
    margin-left: -50px;
  }
  #footer .footer-primary .link> .list> li {
    width: 33.333333%;
    padding-top: 70px;
    padding-left: 50px;
  }
  #footer .footer-primary .link .title {
    font-size: 2rem;
    font-weight: normal;
  }
  #footer .footer-secondary .list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -24px;
  }
  #footer .footer-secondary .list> li {
    width: auto;
    padding-left: 24px;
  }
  .mod-hdg-01 {
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.3;
  }
  .mod-link-dx-01 a {
    padding-left: 30px;
  }
  .mod-link-dx-01 a::before {
    top: 6px;
    width: 11px;
    height: 11px;
  }
  .mod-link-dx-01> .list> li+ li {
    margin-top: 6px;
  }
  .mod-link-important {
    width: auto;
    margin-top: 60px;
  }
  .mod-link-important a {
    font-size: 2rem;
    padding-right: 37px;
  }
  .mod-btn-wrap-01 {
    max-width: none;
  }
  .mod-btn-01 {
    width: auto;
  }
  div.mod-btn {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-list-news-01 .list> div {
    display: -webkit-flex;
    display:         flex;
    padding-top: 26px;
    padding-bottom: 24px;
  }
  .mod-list-news-01 .list> div:first-child {
    padding-top: 26px;
  }
  .mod-list-news-01 .list> div> .date {
    font-size: 1.6rem;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 10em;
    padding-right: 20px;
  }
  .mod-list-news-01 .list> div> .desc {
    width: 100%;
    margin-top: 0;
  }
  .mod-list-news-02> div> .desc .inner {
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    max-height: calc(16px * 1.5 * 3);

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .mod-list-news-02> div> .desc .inner:lang(ja),
  .mod-list-news-02> div> .desc .inner:lang(zh-CN),
  .mod-list-news-02> div> .desc .inner:lang(zh-TW) {
    max-height: calc(16px * 1.625 * 3);
  }
  .mod-box-notice-01 {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mod-box-notice-01 .mod-box-notice-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mod-box-notice-01 .mod-box-notice-inner p {
    font-size: 1.8rem;
  }
  .mod-lyt-img {
    margin-top: 107px;
  }
  .mod-lyt-img[data-col="3"]> .mod-lyt-inner .col {
    width: 33.333333%;
  }
  .mod-lyt-img[data-col="4"]> .mod-lyt-inner .col {
    width: 25%;
  }
  .mod-lyt-pnl-01> .mod-lyt-inner {
    margin-top: calc(100vw * -100 / 1340);
    margin-left: calc(100vw * -130 / 1340);
  }
  .mod-lyt-pnl-01> .mod-lyt-inner .col {
    padding-top: calc(100vw * 100 / 1340);
    padding-left: calc(100vw * 130 / 1340);
  }
  .mod-lyt-pnl-01> .mod-lyt-inner .col .img {
    margin: 0 0 35px;
  }
  .mod-lyt-pnl-01> .mod-lyt-inner .col .contents .hdg {
    font-size: 3.6rem;
    font-weight: normal;
  }
  .mod-lyt-pnl-01> .mod-lyt-inner .col .contents .hdg+ * {
    margin-top: 0;
  }
  .mod-lyt-pnl-01> .mod-lyt-inner .col .contents .sub {
    font-size: 1.8rem;
  }
  .mod-lyt-pnl-01> .mod-lyt-inner .col .btn {
    margin-top: 34px;
  }
  .mod-lyt-pnl-01[data-col="2"]> .mod-lyt-inner .col,
  .mod-lyt-pnl-01[data-col="3"]> .mod-lyt-inner .col,
  .mod-lyt-pnl-01[data-col="4"]> .mod-lyt-inner .col {
    width: 50%;
    max-width: 650px;
  }
  .mod-lyt-pnl-01[data-col="4"]> .mod-lyt-inner {
    margin-left: calc(100vw * -60 / 1340);
  }
  .mod-lyt-pnl-01[data-col="4"]> .mod-lyt-inner .col {
    padding-left: calc(100vw * 60 / 1340);
  }
  .mod-lyt-pnl-02> .col:not(:first-child) {
    margin-top: 100px;
  }
  .mod-lyt-pnl-02> .col> .col-inner {
    padding-bottom: calc(50px + (10 * (100vw - 640px) / 700));
  }
  .mod-lyt-pnl-02> .col> .col-inner .item {
    display: -ms-grid;
    display:     grid;
    padding: calc(38px + (5 * (100vw - 640px) / 700)) calc(20px + (40 * (100vw - 640px) / 700)) calc(42px + (8 * (100vw - 640px) / 700));

    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    grid-template-areas: "areaA areaB" "areaC areaB";
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .contents {
    grid-area: areaA;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .contents .hdg {
    font-size: calc(20px + (16 * (100vw - 640px) / 700));
    font-weight: normal;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .contents .sub {
    font-size: calc(14px + (4 * (100vw - 640px) / 700));
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .contents p:not([class]) {
    font-size: calc(14px + (2 * (100vw - 640px) / 700));
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .img {
    margin: 0 0 0 40px;

    grid-area: areaB;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .btn {
    grid-area: areaC;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .contents {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .btn {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .mod-lyt-pnl-03 {
    margin-top: 56px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner {
    margin-top: -44px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col {
    position: relative;
    padding-top: 44px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .label {
    position: absolute;
    top: 44px;
    left: 30px;
    margin: 0;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .label> .txt {
    min-width: 200px;
    max-width: calc(100% - 10px);
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents {
    margin-top: 25px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .img._replay::before {
    width: 100px;
    height: 100px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .img._replay::after {
    border-width: 16px 0 16px 28px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail {
    padding-top: 43px;
    padding-right: 60px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail::before {
    top: 57px;
    right: 19px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail .date+ * {
    margin-top: 4px;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail .ttl {
    font-size: 1.8rem;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents .detail .sub {
    font-size: 1.4rem;
  }
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents:hover .detail::before,
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents:active .detail::before,
  .mod-lyt-pnl-03> .mod-lyt-inner> .col .contents:focus .detail::before {
    right: 9px;
  }
  .mod-lyt-pnl-03[data-col="2"]> .mod-lyt-inner> .col,
  .mod-lyt-pnl-03[data-col="4"]> .mod-lyt-inner> .col {
    width: 50%;
  }
  .mod-lyt-pnl-03[data-col="3"]> .mod-lyt-inner> .col {
    width: 33.333333%;
  }
  .mod-lyt-pnl-03[data-col="3"]> .mod-lyt-inner> .col .label> .txt {
    min-width: 173px;
  }
  .mod-lyt-pnl-03[data-col="3"]> .mod-lyt-inner> .col .contents .img._replay::before {
    width: 60px;
    height: 60px;
  }
  .mod-lyt-pnl-03[data-col="3"]> .mod-lyt-inner> .col .contents .img._replay::after {
    -webkit-transform: scale(.7);
            transform: scale(.7);
  }
  .mod-lyt-pnl-04 {
    margin-top: 46px;
  }
  .mod-lyt-pnl-04 .mod-lyt-inner .img {
    overflow: visible;
    min-height: auto;
    padding-top: 11.6%;
  }
  .mod-lyt-pnl-04 .mod-lyt-inner .img> img {
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
  .mod-lyt-pnl-04 .mod-lyt-inner .contents {
    background: rgba(255, 255, 255, .9);
    position: relative;
    width: 84.6%;
    margin: 0 auto;
    padding: calc(29px + (21 * (100vw - 640px) / 700)) calc(20px + (50 * (100vw - 640px) / 700)) calc(35px + (7 * (100vw - 640px) / 700));
  }
  .mod-lyt-pnl-05 {
    margin-top: 82px;
  }
  .mod-lyt-pnl-05> .mod-lyt-inner> .col {
    max-width: 335px;
  }
  .mod-lyt-pnl-05> .mod-lyt-inner> .col .img> img {
    width: auto;
  }
  .mod-lyt-pnl-05> .mod-lyt-inner> .col .link {
    text-align: center;
  }
  .mod-lyt-pnl-05> .mod-lyt-inner> .col .link a {
    font-size: 2rem;
    display: inline-block;
  }
  .mod-lyt-pnl-05> .mod-lyt-inner> .col .link a::before {
    top: 5px;
  }
  .mod-lyt-pnl-05[data-col="2"] {
    max-width: 670px;
  }
  .mod-lyt-pnl-05[data-col="3"] {
    max-width: 1005px;
  }
  .mod-lyt-pnl-05[data-col="3"]> .mod-lyt-inner> .col {
    width: 33.333333%;
  }
  .mod-lyt-pnl-06> .mod-lyt-inner {
    margin-top: -40px;
  }
  .mod-lyt-pnl-06> .mod-lyt-inner> .col {
    max-width: 450px;
    padding-top: 40px;
  }
  .mod-lyt-pnl-06> .mod-lyt-inner> .col .item .hdg {
    font-size: 2.4rem;
    padding-right: 30px;
    padding-left: 30px;
  }
  .mod-lyt-pnl-06> .mod-lyt-inner> .col .item .contents {
    padding: 12px 30px 24px;
  }
  .mod-lyt-pnl-06[data-col="2"]> .mod-lyt-inner> .col,
  .mod-lyt-pnl-06[data-col="3"]> .mod-lyt-inner> .col,
  .mod-lyt-pnl-06[data-col="4"]> .mod-lyt-inner> .col {
    width: 50%;
  }
  .mod-lyt-pnl-06[data-col="2"] {
    max-width: 900px;
  }
  html[data-script-enabled="true"] .func-modal> .modal-inner {
    padding: 40px;
  }
  .func-cookie> .inner {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .func-cookie> .inner .mod-btn {
    margin-top: 0;
  }
  .func-cookie> .inner .txt {
    padding-right: 30px;
  }
  .pc-hide {
    display: none !important;
  }
  .pc-show {
    display: block !important;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 {
    margin: 0 auto;
  }
  body[data-path="/"] .str-mainvisual-carousel-01::before {
    display: block;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .pc-hide {
    display: none !important;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .pc-show {
    display: block !important;
  }
  body[data-path="/"] .str-mainvisual-carousel-01.of-reverse::before {
    right: inherit;
    left: -150px;
  }
  body[data-path="/"] .str-mainvisual-carousel-01.of-reverse .slide-content {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-left: -4vw;
  }
  body[data-path="/"] .str-mainvisual-carousel-01.of-reverse .slide-content::after {
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    right: -4vw;
    left: auto;
  }
  body[data-path="/"] .str-mainvisual-carousel-01.of-reverse .slide-content.of-bgcolor-02::after {
    background: linear-gradient(to left, #000, rgba(0, 0, 0, 0));
  }
  body[data-path="/"] .str-mainvisual-carousel-01.of-reverse .slide::before {
    right: inherit;
    left: -150px;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content {
    z-index: 1;
    right: 0;
    left: 0;
    width: calc(100% - 96px);
    max-width: 100%;
    min-height: calc(100vw * 600 / 1800);
    margin-left: 4vw;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content::before {
    display: none;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content::after {
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    z-index: -1;
    top: 0;
    left: -4vw;
    display: block;
    width: calc(80% + 4vw);
    height: 100%;
    content: "";
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content.of-bgcolor-02::after {
    background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content.of-bgcolor-02> .inner {
    color: #fff;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content.of-reverse {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin-left: -4vw;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content.of-reverse::after {
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    right: -4vw;
    left: auto;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content.of-reverse.of-bgcolor-02::after {
    background: linear-gradient(to left, #000, transparent);
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content> .inner {
    background: none;
    width: 40vw;
    max-width: 100%;
    height: auto;
    padding: 28px 10px;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content h2 {
    font-weight: normal;
    line-height: 1.3369;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content .mod-btn-wrap-01 {
    font-size: 1.2rem;
    text-align: left;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-image {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin: auto;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-image img {
    position: absolute;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100% !important;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide {
    min-height: 0;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide::before {
    display: none;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide .slide-content {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slick-track .slick-slide {
    display: -webkit-flex !important;
    display:         flex !important;
    -webkit-align-items: stretch;
            align-items: stretch;
    height: auto;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots-wrap {
    background: none;
    position: absolute;
    bottom: 33px;
    left: 4vw;
    padding: 0 10px;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slick-dots li button:focus {
    outline: 1px dotted #fff;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .btn-control:focus {
    outline: 1px dotted #fff;
  }
}
@media screen and (min-width: 769px), print {
  .mod-list-news-02> div> .desc .inner {
    max-height: calc(16px * 1.5 * 2);

    -webkit-line-clamp: 2;
  }
  .mod-list-news-02> div> .desc .inner:lang(ja),
  .mod-list-news-02> div> .desc .inner:lang(zh-CN),
  .mod-list-news-02> div> .desc .inner:lang(zh-TW) {
    max-height: calc(16px * 1.625 * 2);
  }
  .mod-lyt-pnl-05[data-col="4"]> .mod-lyt-inner> .col {
    width: 25%;
  }
}
@media screen and (min-width: 961px), print {
  .mod-lyt-pnl-01[data-col="3"]> .mod-lyt-inner .col {
    width: 33.333333%;
  }
  .mod-lyt-pnl-01[data-col="4"]> .mod-lyt-inner .col {
    width: 25%;
  }
  .mod-lyt-pnl-03[data-col="3"]> .mod-lyt-inner> .col .label> .txt {
    min-width: 200px;
  }
  .mod-lyt-pnl-03[data-col="3"]> .mod-lyt-inner> .col .contents .img._replay::before {
    width: 100px;
    height: 100px;
  }
  .mod-lyt-pnl-03[data-col="3"]> .mod-lyt-inner> .col .contents .img._replay::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .mod-lyt-pnl-03[data-col="4"]> .mod-lyt-inner> .col {
    width: 25%;
  }
  .mod-lyt-pnl-06[data-col="3"]> .mod-lyt-inner> .col {
    width: 33.333333%;
  }
  .mod-lyt-pnl-06[data-col="4"]> .mod-lyt-inner> .col {
    width: 25%;
  }
}
@media screen and (min-width: 1024px), print {
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content h2 {
    font-size: calc(20px + (24 * (100vw - 1024px) / 476));
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content p:not([class]) {
    font-size: calc(14px + (6 * (100vw - 1024px) / 476));
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content .mod-btn-wrap-01 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px), print {
  body {
    padding-right: 0 !important;
  }
  #header> .inner {
    background: none;
    position: relative;
    z-index: 100;
    padding: 0 20px;
  }
  #header> .inner> .content {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  #header> .inner> .content> .logo {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 14px 10px 14px 0;
  }
  #header> .inner> .content> .logo::before {
    background: rgba(255, 255, 255, .95);
    position: absolute;
    z-index: -1;
    top: 0;
    right: -50%;
    left: -50%;
    display: block;
    width: 100vw;
    height: 100%;
    margin: auto;
    content: "";
  }
  #header> .inner> .content> .logo .siteName {
    margin-left: 5px;
  }
  #header .languageLabel {
    position: absolute;
    z-index: 101;
    top: 13px;
    right: -20px;
  }
  #header .languageLabel> .inner {
    font-size: 1.2rem;
    background: transparent;
    padding: 0;
  }
  #header .languageLabel> .inner p {
    line-height: 1.2;
    text-align: center;
    background: #002b62;
    min-width: 113px;
    max-width: 113px;
    padding: 4px 5px;
  }
  #header .searchBox {
    position: relative;
            order: 1;
    width: 100%;

    -webkit-order: 1;
  }
  html[data-script-enabled="true"] #header .searchBox {
    position: absolute;
    top: 100%;
    right: 0;
  }
  #header .searchBox> .inner {
    background: none;
    padding: 15px 0 21px;
  }
  html[data-script-enabled="true"] #header .searchBox> .inner {
    background: rgba(242, 243, 244, .95);
    right: -20px;
    width: 100vw;
    padding: 15px 20px 21px;
  }
  html[data-script-enabled="true"] #header .searchBox> .inner::before {
    display: none;
  }
  #header .searchBox> .inner::before {
    background: rgba(242, 243, 244, .95);
    position: absolute;
    z-index: -1;
    top: 0;
    right: -50%;
    left: -50%;
    display: block;
    width: 100vw;
    height: 100%;
    margin: auto;
    content: "";
  }
  #header .searchBox> .inner form {
    max-width: 810px;
    margin: 0 0 0 auto;
  }
  html[data-script-enabled="true"] #header .searchBox+ .nav-global-02> .content> .inner> .of-global {
    padding: 0 185px 0 0;
  }
  html[data-script-enabled="true"] #header .searchBox+ .nav-global-02> .content> .inner> .of-global> li:last-child::before {
    background: #042f5e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 14px;
    margin: auto 0;
    content: "";
  }
  #header .languageLabel~ .nav-global-02> .content> .inner> .of-utility {
    padding: 0 283px 0 0;
  }
  #header .nav-global-02 {
    background: none;
    width: 100%;
    border-top: none;
  }
  #header .nav-global-02> .content {
    position: relative;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content {
    position: relative;
    display: block;
    overflow: visible;
    max-height: none;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content.is-open {
    display: block !important;
    height: auto !important;
  }
  #header .nav-global-02> .content> .inner> .of-utility {
    font-size: 1.2rem;
    position: absolute;
    right: -20px;
    bottom: 100%;
    height: 50px;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-utility {
    background: none;
  }
  #header .nav-global-02> .content> .inner> .of-utility> li {
    letter-spacing: .2px;
    position: relative;
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    -webkit-align-items: center;
            align-items: center;
    max-width: none;
    padding: 0 18px;
    border: 0;
  }
  #header .nav-global-02> .content> .inner> .of-utility> li a {
    -webkit-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  #header .nav-global-02> .content> .inner> .of-utility> li a::before {
    position: relative;
    margin-right: 10px;
  }
  #header .nav-global-02> .content> .inner> .of-utility> li.of-contact a::before,
  #header .nav-global-02> .content> .inner> .of-utility> li.of-supportAndDownload a::before,
  #header .nav-global-02> .content> .inner> .of-utility> li.of-countryAndRegion a::before,
  #header .nav-global-02> .content> .inner> .of-utility> li.of-global a::before {
    top: -1px;
  }
  #header .nav-global-02> .content> .inner> .of-utility> li.of-global {
    padding-left: 35px;
  }
  #header .nav-global-02> .content> .inner> .of-utility> li.of-countryAndRegion {
    position: absolute;
    top: 0;
    right: 135px;
    height: 100%;
    padding: 0 0 0 16px;
  }
  #header .nav-global-02> .content> .inner> .of-utility> li.of-countryAndRegion::before {
    background: #eaedf7;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 283px;
    height: 100%;
    content: "";
  }
  #header .nav-global-02> .content> .inner> .of-utility> li.of-countryAndRegion> a::before {
    margin-right: 5px;
  }
  #header .nav-global-02> .content> .inner> .of-global {
    position: relative;
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    border: 0;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-global {
    background: none;
  }
  #header .nav-global-02> .content> .inner> .of-global::before {
    background: rgba(242, 243, 244, .95);
    position: absolute;
    z-index: -1;
    top: 0;
    right: -50%;
    left: -50%;
    display: block;
    width: 100vw;
    height: 100%;
    margin: auto;
    content: "";
  }
  #header .nav-global-02> .content> .inner> .of-global a {
    font-size: 1.6rem;
    word-break: keep-all;
    padding: 13px 15px;
  }
  #header .nav-global-02> .content> .inner> .of-global a::after {
    display: none;
  }
  #header .nav-global-02> .content> .inner> .of-global> li {
    position: relative;
    display: -webkit-flex;
    display:         flex;
    border-bottom: none;
  }
  #header .nav-global-02> .content> .inner> .of-global> li:not(:last-child)::before {
    background: #042f5e;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 14px;
    margin: auto 0;
    content: "";
  }
  #header .nav-global-02> .content> .inner> .of-global> li> a {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-global li.js-header-megaDropDown-hook a {
    padding-right: 32px;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-global li.js-header-megaDropDown-hook a:not([href]) {
    cursor: default;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-global li.js-header-megaDropDown-hook a::before {
    background: #f26f21;
    position: absolute;
    bottom: 0;
    left: 11px;
    display: block;
    width: calc(100% - 18px);
    height: 0;
    content: "";
    transition: height .2s;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-global li.js-header-megaDropDown-hook a::after {
    top: calc(50% - 8px);
    right: 13px;
    bottom: auto;
    display: block;
    width: 9px;
    height: 9px;
    transition: .2s transform ease-out, .2s top ease-out;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-global li.js-header-megaDropDown-hook a[aria-pressed="true"]::before {
    height: 3px;
  }
  html[data-script-enabled="true"] #header .nav-global-02> .content> .inner> .of-global li.js-header-megaDropDown-hook a[aria-pressed="true"]::after {
    top: calc(50% - 3px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .nav-global-02> .content> .inner .of-sns {
    display: none;
  }
  #header .globalChild {
    z-index: 1;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
  }
  html[data-script-enabled="true"] #header .globalChild {
    position: absolute;
  }
  html[data-script-enabled="true"] #header .globalChild> .content {
    position: absolute;
    top: 100%;
    right: -50%;
    left: -50%;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    margin: auto;
  }
  html[data-script-enabled="true"] #header .globalChild> .content.is-open {
    display: -webkit-flex !important;
    display:         flex !important;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  html[data-script-enabled="true"] #header .globalChild> .content.is-open::after {
    background: rgba(0, 0, 0, .75);
    -webkit-flex-grow: 1;
            flex-grow: 1;
    width: 100%;
    content: "";
  }
  #header .globalChild> .content> .inner> .hdg {
    background: rgba(242, 243, 244, .95);
    border-bottom: solid 1px #a4aab0;
  }
  #header .globalChild> .content> .inner> .hdg * {
    font-weight: normal;
    color: #042f5e;
  }
  #header .globalChild> .content> .inner> .hdg> .inner {
    font-size: 3rem;
    max-width: 1340px;
    margin: 0 auto;
    padding: 14px 20px 10px;
  }
  #header .globalChild> .content> .inner> .hdg> .inner> a {
    text-decoration: none;
    position: relative;
    padding: 0 33px 0 0;
  }
  #header .globalChild> .content> .inner> .hdg> .inner> a::before {
    position: absolute;
    top: -3px;
    right: 4px;
    bottom: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    content: "";
    transition: right .2s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 2px solid;
    border-color: #f26f21 #f26f21 transparent transparent;
  }
  #header .globalChild> .content> .inner> .hdg> .inner> a:hover::before,
  #header .globalChild> .content> .inner> .hdg> .inner> a:active::before,
  #header .globalChild> .content> .inner> .hdg> .inner> a:focus::before {
    right: -1px;
  }
  #header .globalChild> .content> .inner .childNav {
    position: relative;
    display: -webkit-flex;
    display:         flex;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #header .globalChild> .content> .inner .childNav::before {
    background: rgba(255, 255, 255, .95);
    position: absolute;
    z-index: -1;
    top: 0;
    right: -50%;
    left: -50%;
    display: block;
    width: 100vw;
    height: 100%;
    margin: auto;
    content: "";
  }
  #header .globalChild> .content> .inner .childNav> .detailItemWrap {
    width: 80%;
  }
  #header .globalChild> .content> .inner .childNav .detailItem {
    display: -webkit-flex;
    display:         flex;
    height: 100%;
  }
  #header .globalChild> .content> .inner .childNav .detailItem:not(.is-active) {
    display: none;
  }
  #header .globalChild> .content> .inner .childNav .bnrList {
    width: 50%;
    padding: 32px 20px;
    border-left: solid 1px #a4aab0;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li+ li {
    margin-top: 50px;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #042f5e;
    display: -webkit-flex;
    display:         flex;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a> .img {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin: 0 14px 0 0;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a> p {
    width: 100%;
    margin: 0;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a> p .ttl {
    font-weight: bold;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a> p .ttl::after {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 15px;
    content: "";
    transition: right .2s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 2px solid;
    border-color: #f26f21 #f26f21 transparent transparent;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a> p .sub {
    line-height: 1.46;
    display: block;
    margin: 5px 0 0;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a:hover> p .ttl::after,
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a:active> p .ttl::after,
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a:focus> p .ttl::after {
    right: -4px;
  }
  #header .globalChild> .content> .inner .childNav .bnrList> .list> li a+ p {
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
  #header .globalChild> .content> .inner .childNav .secondNav {
    width: 20%;
    padding: 26px 0 50px;
    border-right: solid 1px #a4aab0;
  }
  #header .globalChild> .content> .inner .childNav .thirdNav {
    display: -webkit-flex;
    display:         flex;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 50%;
  }
  #header .globalChild> .content> .inner .childNav .thirdNav> .detailItemWrap {
    width: 50%;
  }
  #header .globalChild> .content> .inner .childNav .thirdNav> .inner {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    width: 50%;
    padding: 26px 0 50px 20px;
  }
  #header .globalChild> .content> .inner .childNav .thirdNav> .inner:only-child {
    width: 100%;
  }
  #header .globalChild> .content> .inner .childNav .thirdNav:only-child {
    width: 100%;
    max-width: none;
  }
  #header .globalChild> .content> .inner .childNav .thirdNav:only-child> .inner {
    width: 25%;
  }
  #header .globalChild> .content> .inner .childNav .thirdNav:only-child> .inner:only-child {
    width: 50%;
    max-width: 50%;
  }
  #header .globalChild> .content> .inner .childNav .thirdNav:only-child> .detailItemWrap {
    width: 75%;
  }
  #header .globalChild> .content> .inner .childNav .fourthNav {
    padding: 26px 0 50px 20px;
    border-left: solid 1px #a4aab0;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list[data-col="2"],
  #header .globalChild> .content> .inner .childNav .thirdNav .list[data-col="2"],
  #header .globalChild> .content> .inner .childNav .fourthNav .list[data-col="2"] {
    -webkit-columns: 2;
            columns: 2;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li {
    padding: 5px 0 4px;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a {
    font-size: 1.6rem;
    text-decoration: none;
    color: #042f5e;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a .ttl,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a .ttl,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a .ttl {
    font-weight: normal;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a .sub,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a .sub,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a .sub {
    font-size: 1.4rem;
    line-height: 1.3;
    display: block;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a.js-childNav-hook,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a.js-childNav-hook,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a.js-childNav-hook {
    display: block;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a.js-childNav-hook::before {
    background: #f26f21;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: "";
    transition: width .2s;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a.js-childNav-hook .ttl img {
    vertical-align: middle;
    display: inline-block;
    margin: -3px 0 0 7px;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:not(.js-childNav-hook) .ttl::after {
    position: relative;
    top: -2px;
    right: 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 16px;
    content: "";
    transition: right .2s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 2px solid;
    border-color: #f26f21 #f26f21 transparent transparent;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:hover.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:active.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:focus.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:hover.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:active.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:focus.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:hover.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:active.js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:focus.js-childNav-hook::before {
    width: 100%;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:hover.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:active.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:focus.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:hover.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:active.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:focus.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:hover.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:active.js-childNav-hook .ttl img,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:focus.js-childNav-hook .ttl img {
    opacity: 1;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:hover:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:active:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .secondNav .list> li> a:focus:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:hover:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:active:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li> a:focus:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:hover:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:active:not(.js-childNav-hook) .ttl::after,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li> a:focus:not(.js-childNav-hook) .ttl::after {
    right: -4px;
  }
  #header .globalChild> .content> .inner .childNav .secondNav .list> li.is-active .js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .thirdNav .list> li.is-active .js-childNav-hook::before,
  #header .globalChild> .content> .inner .childNav .fourthNav .list> li.is-active .js-childNav-hook::before {
    width: 100%;
  }
  #header .func-headerHamburger {
    display: none;
  }
  #header .func-headerSearch {
    font-size: 1.6rem;
    font-weight: bold;
    top: auto;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    width: 185px;
    height: 50px;
    padding-left: 12px;
  }
  #header .func-headerSearch::before,
  #header .func-headerSearch::after {
    display: none;
  }
  #header .func-headerSearch img {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  #header .func-headerSearch span {
    position: static;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
  #header .func-headerSearch span::before {
    display: none;
  }
  #header .func-headerSearch[aria-pressed="true"] img {
    opacity: 1;
  }
  #header .func-headerGlobalContentClose {
    color: #042f5e;
    position: absolute;
    top: 24px;
    right: 50%;
    display: block;
    height: 30px;
    margin-right: calc(-50% + 20px);
    padding: 0 38px 0 0;
  }
  #header .func-headerGlobalContentClose::before,
  #header .func-headerGlobalContentClose::after {
    background: #a4aab0;
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    margin: auto;
    content: "";
  }
  #header .func-headerGlobalContentClose::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .func-headerGlobalContentClose::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #footer .footer-primary .link> .list {
    margin-left: calc(100vw * -100 / 1340);
  }
  #footer .footer-primary .link> .list> li {
    width: 20%;
    padding-left: calc(100vw * 100 / 1340);
  }
  #footer .footer-primary .link .title {
    margin-bottom: 42px;
  }
  #footer .footer-secondary {
    padding-top: 16px;
    padding-bottom: 15px;
  }
  #footer .footer-secondary .wrap {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  #footer .footer-secondary .wrap .copyright {
    white-space: nowrap;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    margin: 0 0 2px 50px;
  }
  .mod-list-news-02> div> .desc .inner {
    max-height: calc(16px * 1.5);

    -webkit-line-clamp: 1;
  }
  .mod-list-news-02> div> .desc .inner:lang(ja),
  .mod-list-news-02> div> .desc .inner:lang(zh-CN),
  .mod-list-news-02> div> .desc .inner:lang(zh-TW) {
    max-height: calc(16px * 1.625);
  }
  _:lang(x)::-ms-backdrop,
  .mod-list-news-02> div> .desc .inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  .mod-tab-news {
    margin-top: 50px;
  }
  .mod-tab-news .rss {
    position: absolute;
    top: 24px;
    right: 0;
    display: block;
    margin: 0;
  }
  .mod-tab-news .tab-list {
    display: -webkit-flex;
    display:         flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 52px;
    padding: 0 100px;
    border-top: none;
    border-bottom: solid 1px #a4aab0;
  }
  .mod-tab-news .tab-list> li {
    display: -webkit-flex;
    display:         flex;
    overflow: hidden;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    max-width: 260px;
    margin: 0;
    border-bottom: none;
  }
  .mod-tab-news .tab-list> li a {
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 100%;
    padding: 22px 10px;
  }
  .mod-tab-news .tab-list> li a::after {
    display: none;
  }
  .mod-tab-news .tab-list> li[aria-selected="true"] a::before {
    background: #002b62;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
  }
  .mod-lyt-img> .mod-lyt-inner {
    margin-left: -60px;
  }
  .mod-lyt-img> .mod-lyt-inner .col {
    padding-left: 60px;
  }
  .mod-lyt-pnl-02> .col> .col-inner {
    position: relative;
  }
  .mod-lyt-pnl-02> .col> .col-inner> .img {
    position: absolute;
    z-index: -1;
    top: 60px;
    width: calc(687 / 1300 * 100%);
    max-width: 687px;
    margin-left: 0;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item {
    width: calc(750 / 1300 * 100%);
    min-height: calc(100vw * 380 / 1340);
    margin: 0;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .btn .mod-btn-wrap-01 {
    text-align: left;
  }
  .mod-lyt-pnl-02> .col._img-right> .col-inner {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mod-lyt-pnl-02> .col._img-right> .col-inner> .img {
    right: 0;
  }
  .mod-lyt-pnl-02> .col._img-right> .col-inner .item {
    margin-right: auto;
  }
  .mod-lyt-pnl-02> .col._img-left> .col-inner {
    left: 0;
  }
  .mod-lyt-pnl-02> .col._img-left> .col-inner .item {
    margin-left: auto;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col {
    position: relative;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 50px);
    transition: background .2s;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item .hdg {
    margin-top: 0;
    padding: 28px 80px 28px 30px;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item .hdg::before {
    display: none;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item .hdg::after {
    pointer-events: none;
    position: absolute;
    top: 11px;
    right: 25px;
    bottom: 0;
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
    content: "";
    transition: .2s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid #fff;
    border-width: 2px 0 0 2px;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item .contents {
    background: none;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item.is-open {
    background: rgba(0, 0, 0, .75);
    min-height: calc(100% - 40px);
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item.is-open .hdg {
    padding-bottom: 22px;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item.is-open .hdg::after {
    top: -18px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .item.is-open .contents {
    margin-top: -7px;
    padding-top: 0;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06> .mod-lyt-inner> .col .img::before {
    opacity: .8;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06 .js-tgl-slideup .tgl-btn {
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06 .js-tgl-slideup .tgl-content {
    display: none;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06 .js-tgl-slideup.is-open .tgl-content {
    display: block;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06[data-col="2"]> .mod-lyt-inner> .col .img {
    min-height: 357px;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06[data-col="3"]> .mod-lyt-inner> .col .img {
    min-height: calc((258px + (99 * (100vw - 1025px) / 315)) - 10px);
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06[data-col="4"]> .mod-lyt-inner> .col .img {
    min-height: calc((138px + (119 * (100vw - 1025px) / 315)) - 10px);
  }
  html[data-scroll-sp="disabled"] body {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1200px), print {
  #header> .inner> .content> .logo img {
    width: 307px;
    height: 22px;
  }
}
@media screen and (min-width: 1340px), print {
  #header .func-headerGlobalContentClose {
    margin-right: -652px;
  }
  #footer .footer-primary .link> .list {
    margin-left: -100px;
  }
  #footer .footer-primary .link> .list> li {
    padding-left: 100px;
  }
  .mod-lyt-pnl-01> .mod-lyt-inner {
    margin-top: -100px;
    margin-left: -130px;
  }
  .mod-lyt-pnl-01> .mod-lyt-inner .col {
    padding-top: 100px;
    padding-left: 130px;
  }
  .mod-lyt-pnl-01[data-col="4"]> .mod-lyt-inner {
    margin-left: -60px;
  }
  .mod-lyt-pnl-01[data-col="4"]> .mod-lyt-inner .col {
    padding-left: 60px;
  }
  .mod-lyt-pnl-02> .col> .col-inner {
    padding-bottom: 60px;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item {
    min-height: 380px;
    padding: 43px 60px 50px;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .contents .hdg {
    font-size: 3.6rem;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .contents .sub {
    font-size: 1.8rem;
  }
  .mod-lyt-pnl-02> .col> .col-inner .item .contents p:not([class]) {
    font-size: 1.6rem;
  }
  .mod-lyt-pnl-04 .mod-lyt-inner .contents {
    padding: 50px 70px 42px;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06[data-col="3"]> .mod-lyt-inner> .col .img {
    min-height: 347px;
  }
  [data-script-enabled="true"] .mod-lyt-pnl-06[data-col="4"]> .mod-lyt-inner> .col .img {
    min-height: 247px;
  }
}
@media screen and (min-width: 1500px), print {
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content h2 {
    font-size: 4.4rem;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content p:not([class]) {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1800px), print {
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-content {
    min-height: 600px;
  }
  body[data-path="/"] .str-mainvisual-carousel-01 .slide-image {
    bottom: 0;
    min-height: calc(100vw * 600 / 1800);
  }
}
@media screen and (max-width: 639px), print {
  .seg-top-02+ .seg-top-03 .str-content {
    padding-top: 0;
  }
}
