@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  .ripple .ripple-circle {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(0, 0);
    opacity: .4;
    transition: transform .6s, opacity .8s; }
  .ripple .ripple-circle-animate {
    transform: scale(10, 10);
    opacity: 0; }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.c-title1 h2 {
  font-size: 2.125rem;
  font-weight: 400;
  color: #005bab;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-title1 h2 {
      font-size: 6.875vw;
      text-align: left;
      padding-left: 25px; } }

/* CSS Document */
html {
  font: 16px/1.7 "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif; }

body {
  color: #1D1D1D;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  overflow-wrap: break-word; }

img {
  border: 0;
  vertical-align: top; }

sup {
  vertical-align: super;
  font-size: .6em; }

/**
 * ANCHOR
 */
a,
.text-link {
  color: #1183C0; }

.mr a,
a.mr,
a:hover {
  text-decoration: none; }

.mr a:hover,
a.mr:hover {
  text-decoration: underline; }

/**
 * ALIGN
 */
.align-left {
  text-align: left; }

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

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

/**
 * FLOAT
 */
.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/**
 * LAYOUT
 */
.block {
  min-width: 1100px; }

.layout {
  width: 1000px;
  margin: 0 auto; }

/**
 * HEADER
 */
@keyframes font_size_mark_animate {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.5, 0.5); }
  100% {
    transform: scale(1, 1); } }

@keyframes language_mark_animate {
  0% {
    top: 0; }
  50% {
    top: 0; }
  51% {
    top: -24px; }
  100% {
    top: -24px; } }

@keyframes language_mark_animate_back {
  0% {
    top: -24px; }
  50% {
    top: -24px; }
  51% {
    top: 0; }
  100% {
    top: 0; } }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s; }
  header .layout {
    position: relative;
    background: #eee; }
  header .site-name {
    position: absolute;
    left: 0;
    top: 45px;
    -webkit-transition: top .2s;
    -moz-transition: top .2s;
    -ms-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s;
    z-index: 2; }
    header .site-name img.anniversary {
      margin-left: 10px; }
  header nav.global-nav {
    position: absolute;
    right: 0;
    left: 0;
    text-align: right;
    top: 70px;
    font-size: 1.0625rem;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    font-size: 0; }
    header nav.global-nav li {
      display: inline-block;
      padding: 0 14px;
      position: relative;
      font-size: 1rem; }
      header nav.global-nav li::after {
        content: '';
        display: block;
        height: 1em;
        width: 1px;
        line-height: 1em;
        position: absolute;
        right: 0;
        top: .55em;
        background: #fff; }
      header nav.global-nav li:first-child {
        padding-left: 0; }
      header nav.global-nav li.edge {
        padding-right: 0; }
        header nav.global-nav li.edge::after {
          content: none; }
      header nav.global-nav li .mega-box {
        position: fixed;
        left: 50%;
        top: 100px;
        width: 1000px;
        margin-left: -500px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      header nav.global-nav li ul {
        overflow: hidden;
        max-height: 0;
        padding: 0 0 0 280px;
        text-align: left;
        background: rgba(0, 91, 171, 0.9);
        visibility: hidden;
        -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        header nav.global-nav li ul::after {
          content: attr(data-label);
          display: block;
          position: absolute;
          left: 30px;
          top: 30px;
          font-size: 1.625rem;
          color: #fff;
          line-height: 1;
          white-space: nowrap;
          -webkit-transition: .3s;
          -moz-transition: .3s;
          -ms-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          opacity: 0; }
        header nav.global-nav li ul::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 30px;
          right: 0;
          bottom: 0;
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.1) 28%, rgba(255, 255, 255, 0.1) 100%); }
        header nav.global-nav li ul li {
          padding: 0;
          display: block;
          position: static;
          height: auto; }
          header nav.global-nav li ul li::after {
            content: none; }
          header nav.global-nav li ul li a {
            display: block;
            width: 320px;
            padding: 5px 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
            background-position: 0 0;
            background-size: 200% auto;
            position: relative;
            z-index: 1; }
            header nav.global-nav li ul li.indent {
              text-indent: 2em; }
          header nav.global-nav li ul li.has-child > a::after {
            content: '';
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -3px;
            width: 7px;
            height: 7px;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          header nav.global-nav li ul li ul {
            visibility: hidden;
            background: rgba(255, 255, 255, 0.1);
            position: absolute;
            left: 600px;
            margin: 0;
            top: 30px;
            bottom: 0;
            padding: 0;
            width: 0;
            overflow: auto;
            overflow-x: hidden;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            z-index: 2;
            max-height: none;
            padding-top: 20px;
            padding-bottom: 20px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
            header nav.global-nav li ul li ul:before, header nav.global-nav li ul li ul:after {
              content: none; }
            header nav.global-nav li ul li ul li {
              background: none; }
              header nav.global-nav li ul li ul li a {
                width: auto; }
          header nav.global-nav li ul li:hover a {
            background-position: -100% 0; }
          header nav.global-nav li ul li:hover ul {
            width: 400px;
            visibility: visible; }
            header nav.global-nav li ul li:hover ul li a {
              background-position: 0 0; }
            header nav.global-nav li ul li:hover ul li:hover a {
              background-position: -100% 0; }
        header nav.global-nav li ul.double li {
          width: 320px;
          float: left; }
    header nav.global-nav a {
      display: inline-block;
      padding: 3px 10px;
      color: #fff;
      text-decoration: none;
      background-image: linear-gradient(transparent 50%, #0066B2 50%);
      background-position: 0 0;
      background-size: auto 200%;
      transition: .2s ease-out; }
      header nav.global-nav a:hover {
        background-position: 0 100%; }
    header nav.global-nav li.highlight > a {
      color: #fff;
      background-position: 0 100%; }
    header nav.global-nav > ul > li::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      bottom: -27px;
      margin: 0 0 0 -20px;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-bottom: 20px solid rgba(0, 91, 171, 0.9);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    header nav.global-nav > ul > li:hover::before {
      opacity: 1;
      visibility: visible; }
    header nav.global-nav > ul > li:hover .mega-box {
      padding-top: 30px;
      z-index: 2; }
      header nav.global-nav > ul > li:hover .mega-box > ul {
        max-height: 500px;
        padding-top: 20px;
        padding-bottom: 20px;
        visibility: visible; }
        header nav.global-nav > ul > li:hover .mega-box > ul::after {
          opacity: 1;
          top: 60px; }
      header nav.global-nav > ul > li:hover .mega-box.mega-box-proto > ul {
        padding-bottom: 220px; }
    header nav.global-nav.hasScroll > ul > li:hover::before {
      opacity: 0;
      visibility: hidden; }
    header nav.global-nav.hasScroll > ul > li:hover .mega-box {
      display: none; }
      header nav.global-nav.hasScroll > ul > li:hover .mega-box > ul {
        visibility: hidden; }
        header nav.global-nav.hasScroll > ul > li:hover .mega-box > ul::after {
          opacity: 0; }
  header .tools {
    position: absolute;
    right: 0;
    top: 10px; }
    header .tools li {
      float: left;
      padding-top: 20px;
      position: relative;
      margin-right: 20px; }
    header .tools .font-size {
      margin-right: 26px; }
      header .tools .font-size .font-size-wrap::before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        border-bottom: 1px solid #fff;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
      header .tools .font-size .font-size-wrap::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -5.5px;
        width: 12px;
        height: 12px;
        background: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-left: -6px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      header .tools .font-size .font-size-wrap-small::after {
        left: 0; }
      header .tools .font-size .font-size-wrap-medium::after {
        left: 50%; }
      header .tools .font-size .font-size-wrap-large::after {
        left: 100%; }
      header .tools .font-size .font-size-wrap-animate::after {
        animation: font_size_mark_animate .3s; }
      header .tools .font-size button {
        background: none;
        outline: none;
        border: none;
        color: #fff;
        position: relative;
        top: -5px;
        cursor: pointer;
        padding: 0;
        width: 19px;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        header .tools .font-size button.small {
          left: -8px;
          font-size: 12px; }
        header .tools .font-size button.medium {
          font-size: 16px; }
        header .tools .font-size button.large {
          right: -6px;
          font-size: 20px; }
      header .tools .font-size span.mark {
        font-size: 0;
        overflow: hidden;
        display: block;
        position: absolute;
        width: 5px;
        height: 5px;
        background: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        header .tools .font-size span.mark:nth-of-type(1) {
          left: 0;
          margin-left: -2.5px;
          bottom: -2px; }
        header .tools .font-size span.mark:nth-of-type(2) {
          left: 50%;
          margin-left: -2.5px;
          bottom: -2px; }
        header .tools .font-size span.mark:nth-of-type(3) {
          left: 100%;
          margin-left: -2.5px;
          bottom: -2px; }
    header .tools .language {
      color: #fff;
      -webkit-transition: .2s;
      -moz-transition: .2s;
      -ms-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      header .tools .language i {
        vertical-align: middle; }
      header .tools .language a {
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        overflow: hidden;
        height: 24px;
        display: inline-block; }
        header .tools .language a span {
          top: 0;
          height: 24px;
          line-height: 24px;
          display: block;
          transition: transform .5s;
          position: relative;
          animation: language_mark_animate_back .5s forwards; }
        header .tools .language a:hover span {
          animation: language_mark_animate .5s forwards;
          -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg); }
    header .tools .search {
      vertical-align: middle;
      color: #fff;
      font-size: 1.6em;
      padding-top: 14px;
      cursor: pointer;
      -webkit-transition: .2s;
      -moz-transition: .2s;
      -ms-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      header .tools .search:hover {
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3); }
    header .tools .nav-trigger {
      display: none; }
    header .tools .contact {
      font-size: 1.6em;
      padding-top: 14px; }
      header .tools .contact a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
        header .tools .contact a:hover {
          -webkit-transform: scale(1.3, 1.3);
          -moz-transform: scale(1.3, 1.3);
          -ms-transform: scale(1.3, 1.3);
          -o-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }
  header.is-fixed {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7); }
    header.is-fixed .site-name {
      top: -50px; }
    header.is-fixed nav.global-nav {
      right: 50%;
      left: 0;
      top: 30px; }
      header.is-fixed nav.global-nav > ul > li {
        height: 70px; }
        header.is-fixed nav.global-nav > ul > li::before {
          bottom: -30px; }
      header.is-fixed nav.global-nav li::after {
        background: #005BAB; }
      header.is-fixed nav.global-nav a {
        color: #005BAB; }
        header.is-fixed nav.global-nav a:hover {
          color: #fff; }
      header.is-fixed nav.global-nav li ul a {
        color: #fff; }
    header.is-fixed .tools .font-size .font-size-wrap::before {
      border-color: #005BAB; }
    header.is-fixed .tools .font-size .font-size-wrap::after {
      background-color: #005BAB; }
    header.is-fixed .tools .font-size button {
      color: #005BAB; }
    header.is-fixed .tools .font-size span.mark {
      background: #005BAB; }
    header.is-fixed .tools .language {
      color: #005BAB; }
      header.is-fixed .tools .language a {
        color: #005BAB; }
    header.is-fixed .tools .search {
      color: #005BAB; }
    header.is-fixed .tools .contact a {
      color: #005BAB; }
  header.is-blue-version .site-name img {
    position: absolute; }
  header.is-blue-version nav.global-nav > ul > li > a {
    color: #005bab; }
    header.is-blue-version nav.global-nav > ul > li > a:hover {
      color: #fff; }
  header.is-blue-version nav.global-nav > ul > li.highlight > a {
    color: #fff;
    background-position: 0 100%; }
  header.is-blue-version .tools .font-size button,
  header.is-blue-version .tools .search,
  header.is-blue-version .tools .contact a {
    color: #005bab; }
  header.is-blue-version .tools .font-size span.mark,
  header.is-blue-version .tools .font-size .font-size-wrap::after {
    background: #005bab; }
  header.is-blue-version .tools .font-size .font-size-wrap::before {
    border-bottom: 1px solid #005bab; }

/**
 * FOOTER
 */
footer .sitemap {
  background: #232323;
  padding: 100px 0 130px; }
  footer .sitemap a {
    color: #fff; }
  footer .sitemap ul {
    overflow: hidden; }
    footer .sitemap ul li {
      font-weight: bold; }
      footer .sitemap ul li ul {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #4D4D4D; }
      footer .sitemap ul li li {
        font-weight: normal; }
        footer .sitemap ul li li a {
          color: #999999; }
  footer .sitemap .separate {
    overflow: hidden;
    margin-bottom: 65px; }
  footer .sitemap .separate ul {
    margin-left: -26px; }
    footer .sitemap .separate ul li {
      width: 230px;
      float: left;
      margin-left: 26px; }
    footer .sitemap .separate ul ul {
      margin-left: 0; }
      footer .sitemap .separate ul ul li {
        margin-left: 0; }
  footer .sitemap .separate-sub {
    margin-bottom: 0; }
    footer .sitemap .separate-sub ul {
      margin-left: 0;
      width: 25%;
      float: left; }
      footer .sitemap .separate-sub ul li {
        width: auto;
        margin: 0;
        float: none; }

        footer .sitemap .title-adjust {
          margin-top: 50px; }

footer .sub-sitemap {
  text-align: center;
  padding: 50px 0 15px; }
  footer .sub-sitemap a {
    color: #999999; }
  footer .sub-sitemap ul {
    font-size: 0; }
  footer .sub-sitemap li {
    display: inline-block;
    padding: 0 1em;
    position: relative;
    font-size: 1rem; }
    footer .sub-sitemap li::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -.5em;
      height: 1em;
      width: 1px;
      background: #999; }
    footer .sub-sitemap li:last-child::after {
      content: none; }
    footer .sub-sitemap li:first-child {
      padding-left: 0; }
    footer .sub-sitemap li:last-child {
      padding-right: 0; }

footer .copyright {
  color: #999;
  text-align: center;
  padding: 15px 0;
  font-size: .82rem; }

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: none; }
  .pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #005BAB;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #D9D9D9;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    line-height: 60px;
    text-align: center;
    font-size: 24px; }
    .pagetop a:hover {
      color: #fff;
      background: #005BAB;
      border-color: #005BAB; }

.seach-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.6);
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .seach-modal div {
    width: 600px;
    height: 60px;
    position: relative; }
    .seach-modal div input {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 18px;
      padding: 10px 60px 10px 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 60px;
      width: 100%;
      outline: none;
      border: none;
      background: #fff; }
    .seach-modal div button {
      color: #005BAB;
      font-size: 24px;
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      height: 60px;
      border: none;
      background: 0;
      cursor: pointer; }
  .seach-modal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -40px;
    top: -40px;
    cursor: pointer; }
    .seach-modal .close span {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      top: 50%;
      position: absolute; }
      .seach-modal .close span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .seach-modal .close span:nth-child(2) {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .seach-modal-view {
    display: -webkit-flex;
    display: flex; }
  .seach-modal-view-animate {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }

/**
 * Common Contents
 */
/**
 * Page Title
 */
.page-title {
  background: #005bab;
  margin-top: 130px; }
  .page-title .layout {
    position: relative;
    padding: 27px 0; }
  .page-title h1 {
    color: #fff;
    font-size: 27px;
    font-weight: normal; }
    .page-title h1.Shrink {
      font-size: 24px; }
      .page-title h1.Shrink2 {
        font-size: 20px;
        line-height: 1.2em; }

  .page-title span, .page-title p {
    position: absolute;
    right: 0;
    display: inline-block; }
  .page-title p {
    font-size: 20px;
    line-height: 1;
    bottom: 13px;
    color: #fff;
    font-weight: bold; }
  .page-title span {
    font-size: 64px;
    font-weight: 100;
    color: #4884be;
    top: -8px; }
  .page-title._IR {
    background: #232323; }
    .page-title._IR span {
      color: #7b7b7b; }
      .page-title._IR .br-sp {
        display: none; }
  .page-title.sustainability {
    background: #e0efff
    ; }
    .page-title.sustainability span {
      color:#99ccff; }
    .page-title.sustainability h1 {
      color: #666666; }
      .page-title.sustainability .br-sp {
        display: none; }
      .page-title.sustainability p {
        line-height: 1;
        bottom: 13px;
        color: #999999;
        font-weight: bold; }

  section .layout .br-sp {
   display: none; }      

.page-path {
  margin: 13px 0 0; }
  .page-path li {
    float: left;
    font-size: 0.8125rem;
    word-break: break-all; }
    .page-path li::after {
      content: '>';
      margin: 0 8px; }
    .page-path li:last-child::after {
      content: none; }
  .page-path a {
    color: #333; }

/**
 * siteframe_top
 */
footer .siteframe_top {
    background-color: #e7e7e7; }
footer .siteframe_top .groupsite {
    width: 1000px;
    margin: auto;
    padding: 40px 0 45px; }
footer .siteframe_top .groupsite h3 {
    color: #696969;
    margin-left: 15px; }
footer .siteframe_top .groupsite_box {
    margin-top: 10px; }
footer .siteframe_top .groupsite ul {
    width: 300px;
    float: left;
    margin: 10px 15px; }
footer .siteframe_top .groupsite li {
	font-size: 13.5px;
    margin-top: 5px; }
footer .siteframe_top .groupsite li a {
    color: #808080; }



@media (min-width: 641px) and (max-width: 740px) {
  header nav.global-nav li {
    font-size: 0.75rem; } }

@media (min-width: 641px) {
  footer .sitemap .separate ul ul {
    display: block !important; } }

@media screen and (min-width: 641px) {
  .sp {
    display: none !important; }
  header nav.global-nav ul {
    display: block !important; }
    header nav.global-nav ul.sp {
      display: none !important; }
  footer .sitemap .separate ul ul {
    display: block !important; } }

@media screen and (max-width: 640px) {
  html {
    font-size: 4.375vw !important; }
  .block {
    min-width: 0; }
  .layout {
    width: auto; }
  .sp {
    display: block; }
  .pc {
    display: none; }
  header {
    height: 70px; }
    header .site-name {
      top: 20px;
      left: 20px; }
      header .site-name img {
        width: auto;
        height: 30px; }
    header nav.global-nav {
      position: fixed;
      left: 0;
      top: -100%;
      text-align: left;
      padding-top: 70px;
      height: 100%;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: rgba(0, 91, 171, 0.95); }
      header nav.global-nav a {
        display: block;
        padding: 20px;
        background: none;
        position: relative; }
      header nav.global-nav ul {
        height: 100%;
        position: relative;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
      header nav.global-nav li {
        font-size: 1.14rem;
        display: block;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        height: auto !important; }
        header nav.global-nav li::after {
          content: none; }
        header nav.global-nav li:last-child {
          border-bottom: none; }
        header nav.global-nav li .label {
          display: none; }
        header nav.global-nav li .mega-box {
          position: static;
          margin: 0;
          width: auto;
          padding: 0 !important;
          display: none;
          -webkit-transition: 0s;
          -moz-transition: 0s;
          -ms-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
        header nav.global-nav li ul {
          position: static;
          background: rgba(255, 255, 255, 0.1);
          height: auto;
          width: auto;
          max-height: none !important;
          visibility: visible;
          padding-top: 0 !important;
          padding-bottom: 0 !important;
          margin-left: 0;
          padding-left: 0;
          -webkit-transition: 0s;
          -moz-transition: 0s;
          -ms-transition: 0s;
          -o-transition: 0s;
          transition: 0s;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          header nav.global-nav li ul::before, header nav.global-nav li ul::after {
            content: none; }
          header nav.global-nav li ul li {
            font-size: 1rem;
            width: auto !important;
            float: none !important; }
            header nav.global-nav li ul li a {
              width: auto;
              background: none;
              padding: 15px 20px; }
            header nav.global-nav li ul li.has-child > a::after {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg); }
            header nav.global-nav li ul li.pc {
              display: none; }
            header nav.global-nav li ul li ul {
              display: none;
              overflow: hidden;
              padding: 0 10px 0 20px;
              position: static;
              width: auto !important;
              -webkit-transition: 0s;
              -moz-transition: 0s;
              -ms-transition: 0s;
              -o-transition: 0s;
              transition: 0s;
              visibility: visible; }
              header nav.global-nav li ul li ul li {
                border-bottom: none;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                margin-top: -1px;
                padding-right: 10px; }
                header nav.global-nav li ul li ul li.full {
                  width: 100% !important; }
                header nav.global-nav li ul li ul li a {
                  border-top: 1px solid rgba(255, 255, 255, 0.25);
                  padding: 15px 0; }
                  header nav.global-nav li ul li ul li a.small {
                    font-size: .8rem; }
          header nav.global-nav li ul.double ul {
            display: block;
            padding-right: 0;
            border-top: none; }
            header nav.global-nav li ul.double ul li {
              width: auto !important;
              padding: 0;
              float: none !important; }
              header nav.global-nav li ul.double ul li a {
                padding: 15px 20px; }
        header nav.global-nav li.direct > a::after {
          content: '';
          width: 10px;
          height: 10px;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff;
          position: absolute;
          right: 23px;
          top: 50%;
          margin-top: -5px;
          -webkit-transition: .3s;
          -moz-transition: .3s;
          -ms-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        header nav.global-nav li.has-child > a::after {
          content: '';
          width: 10px;
          height: 10px;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff;
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -10px;
          -webkit-transition: .3s;
          -moz-transition: .3s;
          -ms-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        header nav.global-nav li.has-child.active > a::after {
          margin-top: -2px;
          -webkit-transform: rotate(-135deg);
          -moz-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          -o-transform: rotate(-135deg);
          transform: rotate(-135deg); }
    header .tools {
      right: 20px;
      top: 25px; }
      header .tools .font-size {
        display: none; }
      header .tools .language {
        display: none; }
      header .tools .search {
        font-size: 26px;
        padding: 0;
        line-height: 1;
        margin-right: 10px; }
      header .tools .nav-trigger {
        display: block;
        margin: 0;
        padding: 0;
        width: 25px;
        height: 22px;
        cursor: pointer;
        position: relative;
        overflow: hidden; }
        header .tools .nav-trigger span {
          overflow: hidden;
          left: 0;
          height: 2px;
          width: 100%;
          position: absolute;
          background: #fff;
          -webkit-transition: .3s;
          -moz-transition: .3s;
          -ms-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          header .tools .nav-trigger span:nth-child(1) {
            top: 15%; }
          header .tools .nav-trigger span:nth-child(2) {
            top: 50%; }
          header .tools .nav-trigger span:nth-child(3) {
            top: 85%; }
      header .tools .contact {
        display: none; }
    header.is-fixed {
      background: rgba(0, 91, 171, 0.9); }
      header.is-fixed .site-name {
        top: 20px; }
      header.is-fixed nav.global-nav {
        right: auto;
        top: -100%; }
        header.is-fixed nav.global-nav a {
          color: #fff; }
      header.is-fixed .tools .search {
        color: #fff; }
    header.is-blue-version .tools .nav-trigger span {
      background: #005bab; }
    header.is-blue-version nav.global-nav > ul > li > a {
      color: #fff; }
    header.is-blue-version.is-fixed .site-name img + img {
      opacity: 0;
      transition: 0.15s; }
    header.is-blue-version.is-fixed .tools .nav-trigger span {
      background: #fff; }
  .global-nav-open header nav.global-nav {
    top: 0 !important; }
  .global-nav-open header .tools .nav-trigger span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg); }
  .global-nav-open header .tools .nav-trigger span:nth-child(2) {
    left: 100%; }
  .global-nav-open header .tools .nav-trigger span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  .global-nav-open header.is-blue-version .site-name img + img {
    opacity: 0; }
  .global-nav-open header.is-blue-version .tools .nav-trigger span {
    background: #fff; }
  .global-nav-open header.is-blue-version nav.global-nav > ul > li > a,
  .global-nav-open header.is-blue-version .tools .search {
    color: #fff; }
  footer .sitemap {
    padding: 0; }
    footer .sitemap ul li {
      display: block;
      border-bottom: 1px solid #4F4F4F; }
      footer .sitemap ul li a {
        display: block;
        padding: 20px;
        position: relative; }
        footer .sitemap ul li a::after {
          display: block;
          content: '';
          position: absolute;
          right: 20px;
          top: 50%;
          width: 8px;
          height: 8px;
          margin-top: -6px;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: .2s;
          -moz-transition: .2s;
          -ms-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
      footer .sitemap ul li.active a::after {
        margin-top: -4px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      footer .sitemap ul li ul {
        display: none;
        border: none;
        border-top: 1px solid #4F4F4F;
        padding: 0; }
        footer .sitemap ul li ul a {
          padding: 10px 20px; }
          footer .sitemap ul li ul a::after {
            content: none; }
    footer .sitemap .separate {
      margin: 0; }
      footer .sitemap .separate ul {
        margin: 0; }
        footer .sitemap .separate ul li {
          width: auto;
          float: none;
          margin: 0; }
    footer .sitemap .separate-sub {
      display: none; }
      footer .sitemap .separate-sub ul {
        display: block;
        width: auto;
        float: none; }

        footer .sitemap .title-adjust {
          margin-top: 0; }

  .pagetop {
    right: 10px;
    bottom: 10px; }
    .pagetop a {
      width: 12vw;
      height: 12vw;
      line-height: 12vw;
      font-size: 6vw; }
  .seach-modal form {
    width: 80%; }
  .seach-modal div {
    width: 100%; }
  .seach-modal .close {
    position: fixed;
    right: 53px;
    top: 20px; }
    .seach-modal .close span {
      height: 3px; }
  /**
    * Common Contents
    */
  /**
    * Page Title
    */
  .page-title {
    margin-top: 70px; }
    .page-title .layout {
      padding: 15px 0; }
    .page-title h1 {
      font-size: 1.25rem;
      padding-left: 20px; }
      .page-title h1.Shrink {
        font-size: 0.875rem; }
        .page-title h1.Shrink2 {
          font-size: 0.625rem; }

    .page-title span, .page-title p {
      right: 15px; }
    .page-title p {
      font-size: 0.7rem;
      bottom: 15px; }
    .page-title span {
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 1.9rem;
      height: 1.8em; }
  .page-path {
    margin: 10px 20px 0; }
    .page-path li {
      font-size: 3.75vw; }

.page-title._IR .br-sp {
  display: block; }

    .page-title.sustainability .br-sp {
      display: block; }
      .page-title.sustainability span {
        font-size: 1.375rem; } 

  section .layout .br-sp {
   display: block; }
 
/**
 * siteframe_top
 */
footer .siteframe_top {
    width: auto;
    padding: 30px 15px 40px;
    overflow: hidden; }
footer .siteframe_top .groupsite {
    width: 100%;
    padding: 0; }
footer .siteframe_top .groupsite_box {
    margin-top: 20px; }
footer .siteframe_top .groupsite h3 {
	font-size: 15px; 
	margin-left: 0; }
footer .siteframe_top .groupsite ul {
    width: auto;
	margin: auto;
	float: none; }
footer .siteframe_top .groupsite li {
    font-size: 13px;
    margin-top: 10px; }
footer .siteframe_top .groupsite li a {
    color: #808080; } }

/*# sourceMappingURL=style.css.map */