@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* mixins
--------------------------------------------------------*/
/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
  position: relative; }

img {
  border: 0; }

ol,
ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
  position: relative; }

address {
  font-style: normal; }

/* レイアウト
----------------------------------------*/
html {
  height: 100%; }

body {
  height: 100%; }

* html div#wrapper {
  height: 100%; }

div#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden; }

body > #wrapper {
  height: auto; }

a:active, a:focus {
  outline: none; }

/* clearfix
--------------------------------------------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/*float
----------------------------------------*/
.clear {
  clear: both !important; }

.float_n {
  float: none !important; }

.float_l {
  float: left;
  *display: inline;
  *zoom: 1; }

.float_r {
  float: right;
  *display: inline;
  *zoom: 1; }


/*parts
----------------------------------------*/
.bold { font-weight: bold!important; }
.mt26 {margin-top: 26px!important;}
.mt50 {margin-top: 50px!important;}
.mt100 {margin-top: 100px!important;}
.centered { text-align: center!important; }
.underline { text-decoration: underline!important; }
.topBorder { border-top: 1px solid #CCCCCC; padding-top: 20px; }

/* Margin
----------------------------------------*/
.mb-n {
  margin-bottom: 0 !important; }

.mt-n {
  margin-top: 0 !important; }

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

.mt-sm {
  margin-top: 16px; }

.mb-mid {
  margin-bottom: 24px; }

.mt-mid {
  margin-top: 24px; }

.mb-lrg {
  margin-bottom: 36px; }

.mt-lrg {
  margin-top: 36px; }

.mb-xl {
  margin-bottom: 48px; }

.mt-xl {
  margin-top: 48px; }

.mb-xxl {
  margin-bottom: 64px; }

.mt-xxl {
  margin-top: 64px; }

/* Padding
----------------------------------------*/
.pt-n {
  padding-top: 0 !important; }

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

.pt-sm {
  padding-top: 16px; }

.pb-sm {
  padding-bottom: 16px; }

.pt-mid {
  padding-top: 24px!important; }

.pb-mid {
  padding-bottom: 24px; }

.pt-lrg {
  padding-top: 36px!important; }

.pb-lrg {
  padding-bottom: 36px; }

.pt-xl {
  padding-top: 48px!important; }

.pb-xl {
  padding-bottom: 48px; }

.pt-xxl {
  padding-top: 64px!important; }

.pb-xxl {
  padding-bottom: 64px; }

.mr20 { margin-right: 20px!important; }
.mr30 { margin-right: 30px!important; }
.ml20 { margin-left: 20px!important; }
.ml30 { margin-left: 30px!important; }
.ml40 { margin-left: 40px!important; }

@media only screen and (max-width: 768px) {
  .mb-n_sp {
    margin-bottom: 0 !important; }
  .mt-n_sp {
    margin-top: 0 !important; }
  .pt-n_sp {
    padding-top: 0 !important; }
  .pb-n_sp {
    padding-bottom: 0 !important; } 
  .mt20 {margin-top: 0px!important;}
  }


/* PC タブレット用スタイル */
@media (min-width: 768px) { 
#ir div#ir_library div#announcement_irtop dl { width: 100%; }
#ir div#ir_library div#announcement_irtop dt,
#ir div#ir_library div#announcement_irtop dd { padding: 20px 16px; }
#ir div#ir_library div#announcement_irtop dt { width: 14em; }
#ir div#ir_library div#announcement_irtop dd { padding-left: 200px; }

.section-news .tab-content-wrapper .news20220517 dl.box,
.news20220517 dl { width: 100%; padding: 0px 30px; margin-bottom: 10px; }
.news20220517 dt,
.news20220517 dd { padding: 20px 16px; }
.news20220517 dt { position: absolute; width: 18em; }
.news20220517 dd { margin-left: 0; border-bottom: 1px dotted #ccc; padding-left: 260px; }
.news20220517 .lbl-category { padding: 5px 10px; background: #EEE; border-radius: 5px; margin-left: 40px;}
}

/* スマホ用スタイル */
@media screen and (max-width: 767px){
      #ir div#ir_library div#announcement_irtop dl { width: 100%; padding: 0; }
      #ir div#ir_library div#announcement_irtop dt,
      #ir div#ir_library div#announcement_irtop dd {}
      #ir div#ir_library div#announcement_irtop dt { position: relative; width: 100%; padding: 10px 0 2px 0; }
      #ir div#ir_library div#announcement_irtop dd { padding-left: 0; padding: 2px 0 10px 0; }

      .section-news .tab-content-wrapper .news20220517 dl.box,
      .news20220517 dl.box { width: 100%; padding: 0; }
      .news20220517 dt,
      .news20220517 dd {}
      .news20220517 dt { position: relative; width: 100%; padding: 10px 0 2px 0; }
      .news20220517 dd { margin-left: 0; padding-left: 0; padding: 2px 0 10px 0; border-bottom: 1px dotted #ccc; }
      .news20220517 .lbl-category { padding: 5px 10px; background: #EEE; border-radius: 5px; margin-left: 40px;}
}


/* img
----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  _width: 100%;
  vertical-align: bottom; }

.fbox-wrap {
  display: -ms-flexbox;
  display: flex; }

html {
  font-size: 62.5%;
  line-height: 160%; }

body {
  color: #333333;
  background: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  min-width: 1000px;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

@media only screen and (max-width: 768px) {
  body {
    height: 100%;
    min-width: 0; } }

main {
  min-height: 60vh;
  background-color: #fff; }

p {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 0; }
  p.tc {
    text-align: center; }
  @media only screen and (max-width: 768px) {
    p {
      font-size: 3.73vmin; } }

a {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #0e537d;
  position: relative;
  box-sizing: border-box;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  @media only screen and (max-width: 768px) {
    a {
      font-size: 3.73vmin; } }

@media only screen and (min-width: 769px) {
  a img {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  a:hover img {
    opacity: .7; } }

/*表示
----------------------------------------*/
.translateText { position: fixed; display: block; padding: 7px 8px 8px; bottom: 0; left: 150px; background-color: rgb(255, 255, 255, 0.8); }
.translateText.is-hidden { visibility: hidden }
.translateText p:before { content: "\0d7"; margin-right: 8px; font-size: 14px; font-size: 1.4rem; }
.translateText p {}
@media screen and (max-width: 767px){
.translateText { position: fixed; display: block; padding: 7px 8px 8px; bottom: 0; left: 150px; background-color: rgb(255, 255, 255, 0.8); }
.translateText.is-hidden { visibility: hidden }
.translateText p:before { content: "\0d7"; margin-right: 8px; font-size: 14px; font-size: 1.4rem; }
.translateText p {}
}

@media only screen and (max-width: 768px) {
  img {
    height: auto;
    max-width: 100%;
    width: auto; } }

.section-sec {
  padding: 50px 80px; }
  @media only screen and (max-width: 768px) {
    .section-sec {
      padding: 9.6vmin 4.27vmin; } }

.section-inner {
  max-width: 100%;
  margin: 0 auto 0; }

.row {
  margin: 0 auto;
  padding: 0 0; }

.row__col-2 {
  display: -ms-flexbox;
  display: flex; }
  .row__col-2 .col {
    width: 50%; }
    .row__col-2 .col:nth-child(1) {
      padding-right: 20px; }
    .row__col-2 .col:nth-child(2) {
      padding-left: 20px; }
    .row__col-2 .col img {
      width: 100%; }

@media only screen and (max-width: 768px) {
  .row__col-2 {
    display: block; }
    .row__col-2 .col {
      width: 100%;
      margin-bottom: 4.27vmin; }
      .row__col-2 .col:nth-child(1) {
        padding-right: 0; }
      .row__col-2 .col:nth-child(2) {
        padding-left: 0; }
      .row__col-2 .col img {
        width: 100%; }
    .row__col-2.reorder-sp-layout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .row__col-2.reorder-sp-layout .col:nth-child(1) {
        -ms-flex-order: 2;
        order: 2; }
      .row__col-2.reorder-sp-layout .col:nth-child(2) {
        -ms-flex-order: 1;
        order: 1; } }

.row__col-3 {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; }
  .row__col-3 .col {
    width: calc(33.3333% - 20px); }
    .row__col-3 .col img {
      width: 100%; }

@media only screen and (max-width: 768px) {
  .row__col-3 {
    display: block; }
    .row__col-3 .col {
      width: 100%;
      margin-bottom: 4.27vmin; } }

.breadcrumb {
  background-color: #f6fcff;
  padding: 12px 60px; }
  .breadcrumb ul li {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #140d0b; }
    .breadcrumb ul li a {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      line-height: 1.4;
      color: #140d0b; }
      .breadcrumb ul li a:hover {
        text-decoration: underline; }
    .breadcrumb ul li:after {
      display: inline-block;
      content: "/";
      padding: 0 .8em; }
    .breadcrumb ul li:last-child:after {
      display: none; }

@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding: 1.3vmin 4.27vmin; }
    .breadcrumb ul li {
      font-size: 3.2vmin; }
      .breadcrumb ul li a {
        font-size: 3.2vmin; }
        .breadcrumb ul li a:hover {
          text-decoration: underline; } }

.section-mv {
  background-image: url(../img/bg-mv2.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .section-mv .inner {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 320px; }
  .section-mv .ttl {
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: 0.3em;
    line-height: 1.4;
    color: #0e5c86;
    text-align: center; }

@media only screen and (max-width: 768px) {
  .section-mv {
    background-image: url(../img/bg-mv2.jpg);
    background-size: auto 100%;
    background-position: 50% 50%; }
    .section-mv .inner {
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      align-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      min-height: 53.3vmin; }
    .section-mv .ttl {
      font-size: 6.4vmin;
      padding: 0 4.27vmin; } }

.block-content p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #5d5d5d;
  text-align: left;
  margin-bottom: 2em; }

.block-content a {
  text-decoration: underline; }
  .block-content a:hover {
    text-decoration: none; }

.block-content .txt-lead {
  margin-bottom: 60px; }

.block-content .figure img {
  display: block; }

.block-content .figure .caption {
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #5d5d5d;
  text-align: left; }

.block-content ul {
  margin-bottom: 24px; }
  .block-content ul li {
    margin-left: 1em;
    text-indent: -0.5em;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
    color: #5d5d5d;
    text-align: left;
    margin-bottom: 1em; }
    .block-content ul li:before {
      display: inline-block;
      content: "・"; }

.block-content ol {
  margin-bottom: 24px;
  list-style-type: decimal;
  /*list-style-position: inside;*/ }
  .block-content ol li {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
    color: #5d5d5d;
    text-align: left;
    margin-bottom: 1em;
    margin-left: 1em; }

@media only screen and (max-width: 768px) {
  .block-content p {
    font-size: 3.73vmin; }
  .block-content .txt-lead {
    margin-bottom: 8.53vmin; }
  .block-content .figure .caption {
    margin-top: .8em;
    font-size: 3.2vmin; }
  .block-content ul {
    margin-bottom: 4.27vmin; }
    .block-content ul li {
      font-size: 3.73vmin; }
  .block-content ol {
    margin-bottom: 4.27vmin; }
    .block-content ol li {
      font-size: 3.73vmin; } }

.block_h2 > .block-header {
  margin-bottom: 54px;
  text-align: left; }
  .block_h2 > .block-header > .ttl {
    background-image: url(../img/ic-h2_2.png);
    background-size: 28px auto;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: .17em;
    color: #333333;
    font-weight: bold;
    position: relative;
    vertical-align: middle; }
    .block_h2 > .block-header > .ttl a {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.4;
      letter-spacing: .17em;
      color: #333333;
      font-weight: bold;
      position: relative;
      vertical-align: middle;
      display: inline-block;
      padding-right: 2em;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .block_h2 > .block-header > .ttl a:after {
        content: "";
        display: block;
        background-color: #8d8d8d;
        height: 2px;
        width: 28px;
        position: absolute;
        right: 10px;
        bottom: 6px;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .block_h2 > .block-header > .ttl a:before {
        content: "";
        display: block;
        background-color: #8d8d8d;
        height: 2px;
        width: 8px;
        position: absolute;
        right: 10px;
        bottom: 9px;
        transform: rotate(45deg);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .block_h2 > .block-header > .ttl a:hover:after, .block_h2 > .block-header > .ttl a:hover:before {
        right: 0px; }
    .block_h2 > .block-header > .ttl .txt-en {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.4;
      letter-spacing: .05em;
      color: #a3a3a3;
      font-weight: bold;
      position: relative;
      vertical-align: bottom;
      display: inline-block;
      font-family: 'Lato', sans-serif;
      margin-left: .6em; }

@media only screen and (max-width: 768px) {
  .block_h2 > .block-header {
    margin-bottom: 6.4vmin; }
    .block_h2 > .block-header > .ttl {
      background-image: url(../img/ic-h2_2.png);
      background-size: 4.27vmin auto;
      background-position: 0% 24%;
      background-repeat: no-repeat;
      padding-left: 6.4vmin;
      font-size: 5.33vmin; }
      .block_h2 > .block-header > .ttl a {
        font-size: 5.33vmin;
        display: block; }
      .block_h2 > .block-header > .ttl .txt-en {
        font-size: 3.2vmin;
        margin-left: 0;
        display: block; } }

.block_h3 {
  padding-top: 80px; }
  .block_h3 > .block-header {
    margin-bottom: 54px;
    text-align: left; }
    .block_h3 > .block-header > .ttl {
      background-image: url(../img/ic-h3.png);
      background-size: auto auto;
      background-position: 0% 100%;
      background-repeat: no-repeat;
      padding-bottom: 8px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.4;
      letter-spacing: .17em;
      color: #333333;
      font-weight: bold;
      position: relative;
      vertical-align: middle; }

@media only screen and (max-width: 768px) {
  .block_h3 {
    padding-top: 10.67vmin; }
    .block_h3 > .block-header {
      margin-bottom: 6.4vmin;
      text-align: left; }
      .block_h3 > .block-header > .ttl {
        background-image: url(../img/ic-h3.png);
        background-size: auto auto;
        background-position: 0% 100%;
        background-repeat: no-repeat;
        padding-bottom: 8px;
        font-size: 4.8vmin; } }

.block_h4 {
  padding-top: 72px; }
  .block_h4 > .block-header {
    margin-bottom: 40px;
    text-align: left; }
    .block_h4 > .block-header > .ttl {
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 1.4;
      letter-spacing: .17em;
      color: #333333;
      font-weight: bold;
      position: relative;
      vertical-align: middle; }

@media only screen and (max-width: 768px) {
  .block_h4 {
    padding-top: 9.6vmin; }
    .block_h4 > .block-header {
      margin-bottom: 6.4vmin;
      text-align: left; }
      .block_h4 > .block-header > .ttl {
        font-size: 4.27vmin; } }

.card .thumbnail-block img {
  display: block; }

.card a {
  text-decoration: none; }
  @media only screen and (min-width: 769px) {
    .card a:hover {
      text-decoration: none; }
      .card a:hover .ttl {
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        opacity: .7;
        text-decoration: none; }
      .card a:hover .text-excerpt {
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        opacity: .7;
        text-decoration: none; } }

.card .text-block {
  padding: 16px 0; }

.card .ttl {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #140d0b;
  font-weight: bold;
  position: relative;
  padding-left: 1em; }
  .card .ttl:before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg); }

.card .text-excerpt {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #5d5d5d;
  margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .card .text-block {
    padding: 3.73vmin 0; }
  .card .ttl {
    font-size: 4.27vmin;
    padding-left: 1.2em; }
    .card .ttl:before {
      content: "";
      position: absolute;
      top: calc(50% - .2em);
      left: 0;
      margin: auto;
      vertical-align: middle;
      width: 6px;
      height: 6px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg); }
  .card .text-excerpt {
    margin-top: .8em;
    font-size: 3.2vmin; } }

a.btn {
  background-color: #0e537d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff;
  padding: 1.6em 1em;
  display: inline-block;
  min-width: 260px;
  padding-right: 3.6em;
  position: relative;
  text-decoration: none;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: border-box; }
  a.btn:before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 1em;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }
  a.btn:hover {
    opacity: .7; }
  a.btn.arrow-btm:before {
    transform: rotate(135deg); }

@media only screen and (max-width: 768px) {
  a.btn {
    font-size: 3.73vmin;
    min-width: 48vmin;
    margin-bottom: 2.13vmin;
    padding: 1.0em .8em; } }

a.btnNews {
  background-color: #0e537d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff;
  padding: 0.8em 0.8em;
  display: inline-block;
  min-width: 260px;
  padding-right: 3.6em;
  position: relative;
  text-decoration: none;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: border-box; 
  margin-left: 30px;}
  a.btnNews:before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 1em;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }
  a.btnNews:hover {
    opacity: .7; }
  a.btnNews.arrow-btm:before {
    transform: rotate(135deg); }

@media only screen and (max-width: 768px) {
  a.btnNews {
    font-size: 3.73vmin;
    min-width: 60vmin;
    margin-bottom: 2.13vmin;
    padding: 1.0em .8em;
    margin-left: 0px; } }

.list-layout {
  border-top: 1px solid #ccc; }
  .list-layout .list {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 24px 16px;
    border-bottom: 1px solid #ccc; }
    .list-layout .list .txt-date {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      letter-spacing: .02em;
      color: #333c4e; }
    .list-layout .list .lbl-category {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      letter-spacing: .02em;
      color: #333c4e;
      background-color: #e9e9e9;
      padding: 5px 2.4em;
      border-radius: 4px;
      margin-left: 24px; }
    .list-layout .list .txt-link {
      margin-left: 24px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      letter-spacing: .02em; }
      .list-layout .list .txt-link.link-pdf {
        background-image: url(../img/ic-pdf.png);
        background-size: auto 100%;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        padding-right: 2em; }
    .list-layout .list .lbl-byte {
      margin-left: 16px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6;
      letter-spacing: .02em;
      color: #8f8f8f; }

@media only screen and (max-width: 768px) {
  .list-layout .list {
    display: block;
    padding: 4.27vmin 0; }
    .list-layout .list .txt-date {
      font-size: 3.2vmin; }
    .list-layout .list .lbl-category {
      font-size: 3.2vmin;
      margin-left: 4.27vmin; }
    .list-layout .list .txt-link {
      display: inline-block;
      margin-left: 0;
      margin-top: .8em;
      font-size: 3.73vmin; }
    .list-layout .list .lbl-byte {
      margin-left: 4.27vmin;
      font-size: 3.73vmin; } }

.pager-wrap {
  padding-top: 48px; }
  .pager-wrap .pager {
    text-align: center; }
    .pager-wrap .pager a, .pager-wrap .pager span {
      display: inline-block;
      min-width: 50px;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      padding: 16px 6px;
      letter-spacing: .02em;
      color: #fff;
      font-weight: bold;
      background-color: #0e537d;
      text-decoration: none;
      margin: 0 1px;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      box-sizing: border-box; }
      .pager-wrap .pager a.c, .pager-wrap .pager span.c {
        background-color: #ccc; }
    @media only screen and (min-width: 769px) {
      .pager-wrap .pager a:hover {
        opacity: .7; } }

@media only screen and (max-width: 768px) {
  .pager-wrap {
    padding-top: 9.6vmin; }
    .pager-wrap .pager a, .pager-wrap .pager span {
      min-width: 10.67vmin;
      font-size: 4.27vmin;
      padding: 3.2vmin 1.6vmin; } }

@media only screen and (min-width: 769px) {
  .fixedheader .wrapper {
    padding-top: 94px; }
  .fixedheader .header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 10; }
    .fixedheader .header .header-inner {
      padding: 8px 0; }
      .fixedheader .header .header-inner .logo a img {
        height: 36px; }
  .fixedheader .nav .btn-header-contact,
  .fixedheader .nav .btn-header-lang {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: .6em;
    padding-bottom: .6em; }
  .fixedheader .nav .btn-header-contact {
    background-image: url(../img/ic-mail.png);
    background-size: auto 12px; }
  .fixedheader .g-nav li {
    margin: 0 12px; }
    .fixedheader .g-nav li a {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: normal; } }

.wrapper {
  padding-top: 94px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 0 50px;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  .header .header-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: center;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
    .header .header-inner .logo a {
      display: block; }
      .header .header-inner .logo a img {
        display: block;
        height: 50px; }
  .header .nav-toggle {
    display: none; }

.nav .nav-inner {
  display: -ms-flexbox;
  display: flex; }

.nav .button-block {
  display: -ms-flexbox;
  display: flex; }

.nav .btn-header-contact,
.nav .btn-header-lang {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
  display: block;
  font-weight: bold;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden; }
  .nav .btn-header-contact:hover,
  .nav .btn-header-lang:hover {
    opacity: .7; }
    .nav .btn-header-contact:hover:before,
    .nav .btn-header-lang:hover:before {
      transform: skewX(-45deg) translateX(1500%);
      transition: all 0.5s ease-in-out; }
  .nav .btn-header-contact:before,
  .nav .btn-header-lang:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -40%;
    transform: skewX(-45deg) translateX(0);
    transition: none; }

.nav .btn-header-contact {
  background-color: #0e537d;
  color: #fff;
  padding: 1em 1.2em 1em 4.2em;
  margin: 0 5px 0 16px;
  background-image: url(../img/ic-mail.png);
  background-size: auto 18px;
  background-position: 16px 50%;
  background-repeat: no-repeat; }

.nav .btn-header-lang {
  background-color: #a32b2b;
  color: #fff;
  padding: 1em 1.2em 1em 1.2em;
  margin: 0 0; }
  .nav .btn-header-lang:before {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    transform: skewX(-45deg) translateX(0);
    transition: none; }

.g-nav {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
  .g-nav li {
    margin: 0 16px; }
    .g-nav li a {
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.04em;
      line-height: 1.6;
      color: #333c4e;
      text-decoration: none;
      position: relative;
      display: block;
      font-weight: bold;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .g-nav li a:hover {
        color: #0e537d; }

@media only screen and (max-width: 1280px) {
  .header {
    padding: 0 16px; }
  .nav .btn-header-contact,
  .nav .btn-header-lang {
    font-size: 12px;
    font-size: 1.2rem; }
  .g-nav li {
    margin: 0 8px; }
    .g-nav li a {
      font-size: 13px;
      font-size: 1.3rem; } }

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-top: 16.01vmin; }
  .header {
    width: 100%;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: white;
    padding: 0 0; }
    .header .header-inner {
      max-width: 100%;
      padding: 4.27vmin 4.27vmin;
      position: relative; }
      .header .header-inner .logo .logo-img {
        height: auto;
        height: 7.47vmin; }
    .header .nav-toggle {
      display: block;
      cursor: pointer;
      height: 4.27vmin;
      width: 6.4vmin; }
      .header .nav-toggle span, .header .nav-toggle span:before, .header .nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 6.4vmin;
        background: #000;
        position: absolute;
        display: block;
        content: '';
        top: 0;
        right: 0;
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
      .header .nav-toggle span {
        top: 2.135vmin; }
        .header .nav-toggle span:before {
          top: -2.135vmin; }
        .header .nav-toggle span:after {
          top: 2.135vmin; }
      .header .nav-toggle.active span {
        background-color: transparent; }
        .header .nav-toggle.active span:before {
          transform: rotate(45deg);
          top: 0; }
        .header .nav-toggle.active span:after {
          transform: rotate(-45deg);
          top: 0; }
  .nav {
    position: fixed;
    top: 16.01vmin;
    left: 0;
    z-index: 100;
    width: 100%;
    max-height: 0;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    visibility: hidden; }
    .nav.show {
      max-height: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible; }
    .nav .nav-inner {
      display: block; }
    .nav .button-block {
      padding: 0 4.27vmin;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify; }
    .nav .btn-header-contact,
    .nav .btn-header-lang {
      display: block;
      font-size: 3.73vmin;
      font-weight: bold; }
      .nav .btn-header-contact:before,
      .nav .btn-header-lang:before {
        display: none; }
    .nav .btn-header-contact {
      background-color: #0e537d;
      color: #fff;
      padding: 1em 1.2em 1em 5.2em;
      margin: 0;
      background-image: url(../img/ic-mail.png);
      background-size: auto 18px;
      background-position: 16px 50%;
      background-repeat: no-repeat;
      width: calc(64% - 4px);
      text-align: left; }
    .nav .btn-header-lang {
      background-color: #a32b2b;
      color: #fff;
      padding: 1em 1.2em 1em 1.2em;
      margin: 0;
      width: 36%; }
      .nav .btn-header-lang:before {
        width: 20px;
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        transform: skewX(-45deg) translateX(0);
        transition: none; }
  .g-nav {
    display: block;
    padding: 4.27vmin;
    width: 100%; }
    .g-nav li {
      margin: 0;
      font-size: 4.27vmin;
      border-bottom: 1px solid rgba(25, 25, 25, 0.1);
      padding: .8em 4.27vmin .8em 0;
      text-align: left; }
      .g-nav li a {
        font-size: 4.27vmin;
        letter-spacing: 0.04em;
        line-height: 1.6;
        color: #333c4e;
        text-decoration: none;
        position: relative;
        display: block;
        font-weight: normal;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
        .g-nav li a:after {
          content: "";
          position: absolute;
          top: calc(50% - .2em);
          right: 0;
          margin: auto;
          vertical-align: middle;
          width: 2.14vmin;
          height: 2.14vmin;
          border-top: 1px solid #999;
          border-right: 1px solid #999;
          transform: rotate(45deg); } }

.footer {
  background: linear-gradient(to bottom, #fffeff, #60c4ba 100%);
  width: 100%; }
  .footer .copy {
    text-align: center;
    padding: 2em 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
    border-top: 1px solid #000000; }

.foot-menu {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 80px 50px 64px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; }
  .foot-menu .logo-area {
    width: 40%; }
    .foot-menu .logo-area .addr-block {
      padding-top: 24px; }
    .foot-menu .logo-area .txt-addr {
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.04em;
      line-height: 1.6;
      color: #333c4e; }
  .foot-menu .menu-area {
    -ms-flex: 1;
    flex: 1;
    width: 60%;
    max-width: 60%;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify; }
    .foot-menu .menu-area .menu-block {
      width: 25%; }
    .foot-menu .menu-area .menu-lv1 {
      margin: 0 0 8px; }
      .foot-menu .menu-area .menu-lv1 a {
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.04em;
        line-height: 1.6;
        color: #333333;
        font-weight: bold; }
        .foot-menu .menu-area .menu-lv1 a:hover {
          text-decoration: underline; }
    .foot-menu .menu-area .menu-lv2 {
      margin-bottom: 24px; }
      .foot-menu .menu-area .menu-lv2 a {
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.04em;
        line-height: 1.6;
        color: #333333;
        font-weight: normal; }
        .foot-menu .menu-area .menu-lv2 a:hover {
          text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .footer .copy {
    text-align: center;
    padding: 2em 0;
    font-size: 2.6vmin; }
  .foot-menu {
    max-width: 100%;
    margin: 0 auto;
    padding: 10.67vmin 0 0;
    display: block; }
    .foot-menu .logo-area {
      margin-bottom: 9.6vmin; width: 100%; }
      .foot-menu .logo-area .foot-logo .logo-img {
        height: 10.67vmin;
        display: block;
        margin: 0 auto; }
      .foot-menu .logo-area .addr-block {
        padding-top: 3.2vmin; }
      .foot-menu .logo-area .txt-addr {
        font-size: 3.2vmin;
        text-align: center;
        color: #999;
        line-height: 2; }
    .foot-menu .menu-area {
      width: 100%;
      max-width: 100%;
      display: block; }
      .foot-menu .menu-area .menu-block {
        width: 100%; }
      .foot-menu .menu-area .menu-lv1 {
        margin: 0 0 0;
        padding: .8em 4.27vmin;
        border-top: 1px solid rgba(25, 25, 25, 0.4); }
        .foot-menu .menu-area .menu-lv1 a {
          font-size: 3.73vmin;
          letter-spacing: 0.04em;
          line-height: 1.6;
          color: #333333;
          font-weight: normal;
          display: block;
          position: relative; }
          .foot-menu .menu-area .menu-lv1 a:after {
            content: "";
            position: absolute;
            top: calc(50% - .2em);
            right: 0;
            margin: auto;
            vertical-align: middle;
            width: 1.3vmin;
            height: 1.3vmin;
            border-top: 1px solid #999;
            border-right: 1px solid #999;
            transform: rotate(45deg); }
      .foot-menu .menu-area .menu-lv2 {
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap; }
        .foot-menu .menu-area .menu-lv2 li {
          width: 50%;
          border-bottom: 1px solid rgba(25, 25, 25, 0.1);
          padding: .8em 4.27vmin;
          font-size: 2.9vmin; }
          .foot-menu .menu-area .menu-lv2 li:nth-child(1) {
            border-top: 1px solid rgba(25, 25, 25, 0.1); }
          .foot-menu .menu-area .menu-lv2 li:nth-child(2) {
            border-top: 1px solid rgba(25, 25, 25, 0.1); }
          .foot-menu .menu-area .menu-lv2 li:nth-child(odd) {
            border-right: 1px solid rgba(25, 25, 25, 0.1); }
        .foot-menu .menu-area .menu-lv2 a {
          font-size: 2.9vmin;
          letter-spacing: 0.04em;
          line-height: 1.6;
          color: #666;
          font-weight: normal;
          display: block;
          position: relative;
          padding-left: 0; }
          .foot-menu .menu-area .menu-lv2 a:after {
            content: "";
            position: absolute;
            top: calc(50% - .2em);
            right: 0;
            margin: auto;
            vertical-align: middle;
            width: 1.3vmin;
            height: 1.3vmin;
            border-top: 1px solid #999;
            border-right: 1px solid #999;
            transform: rotate(45deg); } }

.section-kv {
  padding: 0 0 50px;
  overflow: hidden; }
  .section-kv a {
    display: block;
    margin: 0 auto;
    text-align: center; }
  .section-kv .inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible; }
    .section-kv .inner .slider {
      overflow: visible; }
      .section-kv .inner .slider .slick-list {
        overflow: visible; }
      .section-kv .inner .slider .slick-track {
        overflow: visible; }

.section-news {
  padding: 50px 60px; }
  .section-news .tab-header {
    display: block;
    border-bottom: 1px solid #ccc; }
    .section-news .tab-header .bar {
      content: '';
      display: block;
      height: 2px;
      width: 120px;
      background-color: #6094c8;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
    .section-news .tab-header a {
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.4;
      letter-spacing: .05em;
      color: #333c4e;
      padding: .4em 0;
      width: 120px;
      text-align: center;
      position: relative;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      text-decoration: none; }
  .section-news .tab-content-wrapper {
    display: none;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    overflow: hidden; }
    .section-news .tab-content-wrapper.show {
      opacity: 1; }
    .section-news .tab-content-wrapper.c {
      display: block; }
    .section-news .tab-content-wrapper .box {
      width: 25%; }
      .section-news .tab-content-wrapper .box .inner {
        display: block;
        padding: 32px 10px;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        overflow: hidden;
        text-decoration: none; }
        .section-news .tab-content-wrapper .box .inner:before {
          content: "";
          background-color: rgba(255, 255, 255, 0.5);
          height: 100%;
          width: 40px;
          display: block;
          position: absolute;
          top: 0;
          left: -40%;
          transform: skewX(-45deg) translateX(0);
          transition: none; }
        .section-news .tab-content-wrapper .box .inner:hover {
          background-color: #efefef;
          color: #fff; }
          .section-news .tab-content-wrapper .box .inner:hover:before {
            transform: skewX(-45deg) translateX(1500%);
            transition: all 0.5s ease-in-out; }
      .section-news .tab-content-wrapper .box .meta-info {
        padding: 0 0 20px; }
        .section-news .tab-content-wrapper .box .meta-info .lbl-category {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.4;
          letter-spacing: .05em;
          color: #333c4e;
          background-color: #e9e9e9;
          padding: .4em 2.4em;
          border-radius: 6px; }
      .section-news .tab-content-wrapper .box p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        letter-spacing: .05em;
        color: #333c4e; }
      .section-news .tab-content-wrapper .box .txt-date {
        margin-bottom: 1em; }

.section-info {
  padding: 50px 60px; }
  .section-info .infobox-row {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify; }
    .section-info .infobox-row .box {
      overflow: hidden;
      width: calc(33.3333% - 20px); }
      .section-info .infobox-row .box a {
        width: 100%;
        height: 280px;
        display: block; }
        .section-info .infobox-row .box a:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }
        .section-info .infobox-row .box a:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          background-color: rgba(0, 0, 0, 0.6);
          transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
          opacity: 0; }
        .section-info .infobox-row .box a .txt {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.4;
          letter-spacing: .17em;
          color: #fff;
          padding: .4em 0;
          min-width: 214px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          text-align: center;
          z-index: 3;
          transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
          box-sizing: border-box; }
        .section-info .infobox-row .box a:hover:before {
          transform: scale(1.1, 1.1); }
        .section-info .infobox-row .box a:hover:after {
          opacity: 1; }
      .section-info .infobox-row .box.box-1 a:before {
        background-image: url(../img/index/fig-01.jpg); }
      .section-info .infobox-row .box.box-1 a .txt {
        background-color: rgba(96, 196, 186, 0.76); }
      .section-info .infobox-row .box.box-1 a:hover .txt {
        background-color: rgba(96, 196, 186, 0.9); }
      .section-info .infobox-row .box.box-2 a:before {
        background-image: url(../img/index/fig-02.jpg); }
      .section-info .infobox-row .box.box-2 a .txt {
        background-color: rgba(55, 143, 191, 0.76); }
      .section-info .infobox-row .box.box-2 a:hover .txt {
        background-color: rgba(55, 143, 191, 0.9); }
      .section-info .infobox-row .box.box-3 a:before {
        background-image: url(../img/index/fig-03.jpg); }
      .section-info .infobox-row .box.box-3 a .txt {
        background-color: rgba(202, 71, 71, 0.76); }
      .section-info .infobox-row .box.box-3 a:hover .txt {
        background-color: rgba(202, 71, 71, 0.9); }

.section-business {
  padding: 50px 0; }
  .section-business .block-header {
    padding: 0 60px; }
  .section-business .row {
    position: relative;
    width: 100%; }
    .section-business .row .panel-l {
      position: absolute;
      width: calc(50% + 50px);
      height: auto;
      min-height: calc(100% - 50px);
      background-image: url(../img/index/fig-04_02.jpg);
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .section-business .row .panel-r {
      float: right;
      width: calc(50% + 50px);
      margin-top: 50px;
      background-color: #fff; }
      .section-business .row .panel-r .inner-banner {
        display: block;
        padding: 100px;
        background: linear-gradient(to top, #0e537d, #60c4ba 100%);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        overflow: hidden;
        text-decoration: none; }
        .section-business .row .panel-r .inner-banner:hover {
          opacity: .8; }
          .section-business .row .panel-r .inner-banner:hover .btn-white {
            border: 1px solid #fff;
            color: #4697b0;
            background-color: #fff; }
            .section-business .row .panel-r .inner-banner:hover .btn-white:before {
              border-top: 2px solid #4697b0;
              border-right: 2px solid #4697b0; }
          .section-business .row .panel-r .inner-banner:hover:before {
            transform: skewX(-45deg) translateX(620%);
            transition: all 0.7s ease-in-out; }
        .section-business .row .panel-r .inner-banner:before {
          content: "";
          background-color: rgba(255, 255, 255, 0.1);
          height: 100%;
          width: 400px;
          display: block;
          position: absolute;
          top: 0;
          left: -90%;
          transform: skewX(-45deg) translateX(0);
          transition: none; }
      .section-business .row .panel-r .panel-title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.4;
        letter-spacing: .2em;
        color: #fff;
        font-weight: normal;
        margin-bottom: 1em; }
      .section-business .row .panel-r p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8;
        letter-spacing: .1em;
        color: #fff;
        max-width: 480px;
        margin-bottom: 4.0em; }
      .section-business .row .panel-r .btn-white {
        display: inline-block;
        border: 1px solid #fff;
        padding: .8em 3em .8em 2em;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        letter-spacing: .1em;
        color: #fff;
        position: relative;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
        .section-business .row .panel-r .btn-white:before {
          content: "";
          position: absolute;
          top: calc(50% - 4px);
          right: 1.6em;
          margin: auto;
          vertical-align: middle;
          width: 8px;
          height: 8px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg);
          transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }


    .section-business .row .panel2-r {
      position: absolute;
      width: calc(50% + 50px);
      right: 0; 
      top: 100px;
      height: auto;
      min-height: calc(100% - 50px);
      background-image: url(../img/index/fig-04_03.jpg);
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .section-business .row .panel2-l {
      float: left;
      width: calc(50% + 50px);
      margin-top: 50px;
      background-color: #fff; 
      z-index: 2; }
      .section-business .row .panel2-l .inner-banner {
        display: block;
        padding: 100px;
        background: linear-gradient(to top, rgb(96 196 186), #0e537d 100%);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        overflow: hidden;
        text-decoration: none; }
        .section-business .row .panel2-l .inner-banner:hover {
          opacity: .8; }
          .section-business .row .panel2-l .inner-banner:hover .btn-white {
            border: 1px solid #fff;
            color: #4697b0;
            background-color: #fff; }
            .section-business .row .panel2-l .inner-banner:hover .btn-white:before {
              border-top: 2px solid #4697b0;
              border-right: 2px solid #4697b0; }
          .section-business .row .panel2-l .inner-banner:hover:before {
            transform: skewX(-45deg) translateX(620%);
            transition: all 0.7s ease-in-out; }
        .section-business .row .panel2-l .inner-banner:before {
          content: "";
          background-color: rgba(255, 255, 255, 0.1);
          height: 100%;
          width: 400px;
          display: block;
          position: absolute;
          top: 0;
          left: -90%;
          transform: skewX(-45deg) translateX(0);
          transition: none; }
      .section-business .row .panel2-l .panel-title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.4;
        letter-spacing: .2em;
        color: #fff;
        font-weight: normal;
        margin-bottom: 1em; }
      .section-business .row .panel2-l p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.8;
        letter-spacing: .1em;
        color: #fff;
        max-width: 480px;
        margin-bottom: 4.0em; }
      .section-business .row .panel2-l .btn-white {
        display: inline-block;
        border: 1px solid #fff;
        padding: .8em 3em .8em 2em;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        letter-spacing: .1em;
        color: #fff;
        position: relative;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
        .section-business .row .panel2-l .btn-white:before {
          content: "";
          position: absolute;
          top: calc(50% - 4px);
          right: 1.6em;
          margin: auto;
          vertical-align: middle;
          width: 8px;
          height: 8px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg);
          transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }


/* 改修 20220425 */
.section-business .row .imgSus { background-image: url(../img/index/fig-04_05.jpg)!important; }



.section-footnav {
  padding: 100px 60px;
  margin-top: 80px;
  background-image: url(../img/index/fig-05_2.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #041425; }
  .section-footnav .inner {
    max-width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    text-align: center; }
    .section-footnav .inner .nav-bnr {
      width: calc(33.3333% - 20px);
      border: 5px solid #fff;
      padding: 64px 0;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      overflow: hidden; }
      .section-footnav .inner .nav-bnr .ttl {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.4;
        letter-spacing: .17em;
        color: #fff;
        font-family: 'Lato', sans-serif;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
        .section-footnav .inner .nav-bnr .ttl .txt-en {
          font-size: 40px;
          font-size: 4rem;
          line-height: 1.1;
          letter-spacing: .1em;
          display: block;
          font-family: 'Lato', sans-serif;
          font-weight: bold;
          position: relative; }
          .section-footnav .inner .nav-bnr .ttl .txt-en:after {
            content: '';
            display: block;
            height: 2px;
            width: 2.6em;
            background-color: #fff;
            margin: 12px auto;
            transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .section-footnav .inner .nav-bnr:hover {
        background-color: #fff; }
        .section-footnav .inner .nav-bnr:hover .ttl {
          color: #041b35; }
          .section-footnav .inner .nav-bnr:hover .ttl .txt-en:after {
            background-color: #041b35; }

@media only screen and (max-width: 1280px) {
  .section-news {
    padding: 50px 16px; }
  .section-info {
    padding: 50px 16px; }
  .section-business .block-header {
    padding: 0 16px; }
  .section-footnav {
    padding: 100px 16px; } }

@media only screen and (max-width: 768px) {
  .section-kv {
    padding: 0 0 4.27vmin;
    overflow: hidden; }
    .section-kv .inner {
      max-width: 100%; }
  .section-news {
    padding: 6.4vmin 4.27vmin; }
    .section-news .tab-header {
      border-bottom: 1px solid #ccc; }
      .section-news .tab-header .bar {
        content: '';
        display: block;
        height: 2px;
        width: 25.6vmin;
        background-color: #6094c8;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .section-news .tab-header a {
        font-size: 3.73vmin;
        width: 25.6vmin;
        text-align: center;
        position: relative;
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
    .section-news .tab-content-wrapper {
      padding: 4.27vmin 0;
      border-bottom: 1px solid #ccc; }
      .section-news .tab-content-wrapper .box {
        width: 100%; }
        .section-news .tab-content-wrapper .box .inner {
          display: block;
          padding: 4.27vmin 2.6vmin; }
        .section-news .tab-content-wrapper .box .meta-info {
          padding: 0 0 4.27vmin; }
          .section-news .tab-content-wrapper .box .meta-info .lbl-category {
            font-size: 3.2vmin; }
        .section-news .tab-content-wrapper .box p {
          font-size: 3.73vmin;
          line-height: 1.6;
          color: #333c4e; }
        .section-news .tab-content-wrapper .box .txt-date {
          margin-bottom: 1em; }
  .section-info {
    padding: 6.4vmin 4.27vmin; }
    .section-info .infobox-row {
      display: block; }
      .section-info .infobox-row .box {
        margin-bottom: 4.27vmin;
        width: 100%; }
        .section-info .infobox-row .box a {
          width: 100%;
          height: 20vmin;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          align-content: center;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          text-decoration: none; }
          .section-info .infobox-row .box a:before {
            content: "";
            display: block;
            width: 26vmin;
            height: 20vmin;
            position: relative;
            top: 0;
            left: 0;
            z-index: 1;
            background-size: auto 100%;
            background-position: 50% 50%;
            background-repeat: no-repeat; }
          .section-info .infobox-row .box a:after {
            display: none; }
          .section-info .infobox-row .box a .txt {
            -ms-flex: 1;
            flex: 1;
            font-size: 4.8vmin;
            color: #fff;
            padding: 1em;
            min-width: 0;
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            -webkit-transform: none;
            text-align: left;
            z-index: 3; }
            .section-info .infobox-row .box a .txt:after {
              content: "";
              position: absolute;
              top: calc(50% - .2em);
              right: 4.27vmin;
              margin: auto;
              vertical-align: middle;
              width: 2.14vmin;
              height: 2.14vmin;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg); }
        .section-info .infobox-row .box.box-1 a {
          background-color: rgba(96, 196, 186, 0.76); }
          .section-info .infobox-row .box.box-1 a .txt {
            background-color: transparent; }
        .section-info .infobox-row .box.box-2 a {
          background-color: rgba(55, 143, 191, 0.76); }
          .section-info .infobox-row .box.box-2 a .txt {
            background-color: transparent; }
        .section-info .infobox-row .box.box-3 a {
          background-color: rgba(202, 71, 71, 0.76); }
          .section-info .infobox-row .box.box-3 a .txt {
            background-color: transparent; }
  .section-business {
    padding: 6.4vmin 4.27vmin; }
    .section-business .block-header {
      padding: 0; }
    .section-business .row {
      position: relative;
      width: 100%; }
      .section-business .row .panel-l {
        position: relative;
        width: 100%;
        height: 53.3vmin;
        min-height: 0;
        background-image: url(../img/index/fig-04_02.jpg);
        background-position: 50% 50%;
        background-size: auto 100%; }
      .section-business .row .panel-r {
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        text-align: center; }
        .section-business .row .panel-r .inner-banner {
          display: block;
          padding: 6.4vmin 4.27vmin;
          background: linear-gradient(to top, rgb(96 196 186), #0e537d 100%); }
          .section-business .row .panel-r .inner-banner:before {
            display: none; }
        .section-business .row .panel-r .panel-title {
          font-size: 5.33vmin;
          margin-bottom: .8em; }
        .section-business .row .panel-r p {
          font-size: 3.73vmin;
          max-width: 100%;
          margin-bottom: 2.4em;
          text-align: left; }
        .section-business .row .panel-r .btn-white {
          font-size: 3.73vmin; }

      .section-business .row .panel2-r {
        position: relative;
        width: 100%;
        height: 53.3vmin;
        min-height: 0;
        background-image: url(../img/index/fig-04_03.jpg);
        background-position: 50% 50%;
        background-size: auto 100%; 
        top: 0;}
      .section-business .row .panel2-l {
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        text-align: center; 
        margin-top: 30px;}
        .section-business .row .panel2-l .inner-banner {
          display: block;
          padding: 6.4vmin 4.27vmin;
          background: linear-gradient(to top, #0e537d, #60c4ba 100%); }
          .section-business .row .panel2-l .inner-banner:before {
            display: none; }
        .section-business .row .panel2-l .panel-title {
          font-size: 5.33vmin;
          margin-bottom: .8em; }
        .section-business .row .panel2-l p {
          font-size: 3.73vmin;
          max-width: 100%;
          margin-bottom: 2.4em;
          text-align: left; }
        .section-business .row .panel2-l .btn-white {
          font-size: 3.73vmin; }

.section-business .row .imgSus { background-image: url(../img/index/fig-04_05.jpg)!important; }

  .section-footnav {
    padding: 10.67vmin 4.27vmin;
    margin-top: 10.67vmin;
    background-image: url(../img/index/fig-05_2.jpg);
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #041425; }
    .section-footnav .inner {
      max-width: 100%;
      margin: 0 auto;
      display: block;
      text-align: center; }
      .section-footnav .inner .nav-bnr {
        width: 100%;
        display: block;
        border: 3px solid #fff;
        padding: 6.4vmin 0;
        margin-bottom: 4.27vmin;
        position: relative; }
        .section-footnav .inner .nav-bnr:last-child {
          margin-bottom: 0; }
        .section-footnav .inner .nav-bnr .ttl {
          font-size: 3.73vmin; }
          .section-footnav .inner .nav-bnr .ttl .txt-en {
            font-size: 6.4vmin; }
            .section-footnav .inner .nav-bnr .ttl .txt-en:after {
              width: 1.6em;
              margin: .4em auto; }
        .section-footnav .inner .nav-bnr:after {
          content: "";
          position: absolute;
          top: calc(50% - .2em);
          right: 4.27vmin;
          margin: auto;
          vertical-align: middle;
          width: 2.14vmin;
          height: 2.14vmin;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: rotate(45deg); } }


.row__col-3__wrapped {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -10px; }
  .row__col-3__wrapped .col {
    width: 33.3333%;
    padding: 10px; }
    .row__col-3__wrapped .col img {
      width: 100%; }
@media only screen and (max-width: 768px) {
  .row__col-3__wrapped {
    display: block; }
    .row__col-3__wrapped .col {
      width: 100%; } }

table.stockPriceInfo { width: 100%; text-align: left; margin-top: 30px; background-color: #5ba6ca; border-collapse: separate;}
table.stockPriceInfo tr {}
table.stockPriceInfo tr th { padding: 25px; background-color: #fbfbfb; width: 33%; font-size: 22px;font-size: 2.2rem; border-bottom: 1px solid #FFF; line-height: 1;}
table.stockPriceInfo tr th span.date {
  font-size: 14px;
  color: #a0a0a0; }
table.stockPriceInfo tr td { padding: 10px 15px; border-bottom: 1px solid #FFF; border-left: 1px solid #FFF; color: #FFF;}
table.stockPriceInfo tr td.genzaichi { background-color: #0e537d; color: #FFF; font-size: 16px;font-size: 1.6rem; width: 34%;}
table.stockPriceInfo tr td.genzaichi span.value { font-size: 30px;}
table.stockPriceInfo tr td.dekidaka { background-color: #4697b0; }
table.stockPriceInfo span.value {}
table.stockPriceInfo span.right { float: right; font-size: 20px;font-size: 2.0rem; }
@media only screen and (max-width: 768px) {
table.stockPriceInfo { width: 100%; display: block; position: relative;  }
table.stockPriceInfo tbody { display: block; white-space: nowrap; position: relative; overflow-x: auto; }
table.stockPriceInfo tr th { padding: 10px; font-size: 2rem;}
table.stockPriceInfo tr td {
  padding: 6px 10px;}
table.stockPriceInfo span.right { float: none; margin-left: 10px; }
table.stockPriceInfo tr td.genzaichi span.value { font-size: 2.4rem; margin-left: 0; }
table.stockPriceInfo tr th span.date { font-size: 1.2rem; }

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

}

.foot-logo img { width: 320px; }
@media only screen and (max-width: 768px) {.foot-logo img { width: auto; }}