@charset "UTF-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff"), url("../fonts/NotoSerifJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Chinese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifSC-Regular.woff") format("woff"), url("../fonts/NotoSerifSC-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Chinese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansSC-Regular.woff") format("woff"), url("../fonts/NotoSansSC-Regular.otf") format("opentype");
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

*, *:before, *:after {
  box-sizing: border-box;
  max-height: 999999px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

img {
  display: block;
}

html {
  position: relative;
}

@media screen and (min-width: 769px) {
  html {
    min-width: 1000px;
  }
}

body {
  font-feature-settings: 'palt' 1;
  position: relative;
  min-height: 100%;
  font-family: 'Roboto','Noto Sans Chinese','Noto Sans Japanese', sans-serif;
  color: #000;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.06em;
  background: #eee url("../img/common/bg_border.png") repeat-y center top;
}

body.top {
  background: #eee;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}

.sansEn {
  font-family: 'Roboto', sans-serif;
}

.sansJp {
  font-family: 'Noto Sans Japanese', sans-serif;
}

.sansZh {
  font-family: 'Noto Sans Chinese', sans-serif;
}

.serifEn {
  font-family: 'Merriweather', serif;
}

.serifJp {
  font-family: 'Noto Serif Japanese', serif;
}

.serifZh {
  font-family: 'Noto Serif Chinese', serif;
}

.sans {
  font-family: 'Roboto','Noto Sans Chinese','Noto Sans Japanese', sans-serif;
}

.serif {
  font-family: 'Merriweather','Noto Serif Chinese','Noto Serif Japanese', serif;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

#wrapper {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #wrapper {
    min-width: 1000px;
  }
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #eee;
  font-family: 'Roboto','Noto Sans Chinese','Noto Sans Japanese', sans-serif;
}

.top #header {
  background: none;
  border: none;
}

@media screen and (min-width: 769px) {
  #header {
    min-width: 1000px;
    height: 100px;
    background: #eee url("../img/common/bg_border.png") repeat-y center top;
  }
}

@media screen and (max-width: 768px) {
  #header {
    background: #eee url("../img/common/bg_border.png") repeat-y center top;
    height: 18.6vw;
  }
  #header:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: -1;
  }
  .top #header:after {
    display: none;
  }
}

#header #logo {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #header #logo {
    left: 30px;
    top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #header #logo {
    left: 5.3vw;
    top: 5.3vw;
  }
}

#header #logo > a, #header #logo > span {
  color: transparent;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  #header #logo > a, #header #logo > span {
    width: 100px;
    height: 43px;
  }
}

@media screen and (max-width: 768px) {
  #header #logo > a, #header #logo > span {
    width: 18.4vw;
    height: 9.2vw;
  }
}

#header #logo > a:after, #header #logo > a:before, #header #logo > span:after, #header #logo > span:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#header #logo > a:before, #header #logo > span:before {
  background-image: url("../img/common/logo_black.svg");
  opacity: 0;
}

#header #logo > a:after, #header #logo > span:after {
  background-image: url("../img/common/logo_black.svg");
  opacity: 1.0;
}

.loaded #header #logo > a:after, .loaded #header #logo > span:after {
  display: none;
}

.top #header #logo > a:after, .top #header #logo > span:after {
  opacity: 1;
}

#header #logo > a span.progress, #header #logo > span span.progress {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/common/logo_black.svg");
}

.edge #header #logo > a span.progress,
.ie #header #logo > a span.progress, .edge #header #logo > span span.progress,
.ie #header #logo > span span.progress {
  background-image: url("../img/common/logo_black.png");
}

.loaded #header #logo > a span.progress, .loaded #header #logo > span span.progress {
  background-image: url("../img/common/logo_black.svg") !important;
}

@media screen and (min-width: 769px) {
  #header #logo > a span.progress, #header #logo > span span.progress {
    background-size: 100px 43px;
  }
}

@media screen and (max-width: 768px) {
  #header #logo > a span.progress, #header #logo > span span.progress {
    background-size: 18.4vw 9.2vw;
  }
}

#header #breadCrumbs {
  display: none;
  z-index: 10;
}

#header #progressBar {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  z-index: 10;
}

#header #smallLine {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  height: 60px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1300px;
  max-width: 1640px;
}

#header #smallLine:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 170px;
  top: 0;
}

.top #header #smallLine:after {
  display: none;
}

#header #smallLine:after {
  left: auto;
  right: 170px;
}

@media screen and (max-width: 768px) {
  #header #headerNav {
    margin: 0 5.3vw;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 18.6vw;
  }
  .top #header #headerNav {
    border: none;
  }
}

@media screen and (min-width: 769px) {
  #header #headerNav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-width: 1300px;
    max-width: 1640px;
  }
  .top #header #headerNav {
    visibility: hidden;
  }
  #header #headerNav:before, #header #headerNav:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 170px;
    top: 0;
    background: #ddd;
  }
  .top #header #headerNav:before, .top #header #headerNav:after {
    display: none;
  }
  #header #headerNav:after {
    left: auto;
    right: 170px;
  }
}

#header #headerNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #header #headerNav ul {
    display: none;
  }
}

#header #headerNav ul li a {
  display: block;
  padding: 15px 25px;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#header #headerNav ul li a span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 0 5px;
  margin-bottom: -5px;
}

#header #headerNav ul li a span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  background: #006399;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.top #header #headerNav ul li a span:after {
  background: #fff;
}

#header #headerNav ul li a:hover {
  color: #006399;
}

#header #headerNav ul li a:hover span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.top #header #headerNav ul li a:hover span:after {
  background: #fff;
}

.top #header #headerNav ul li a {
  color: #fff;
}

#header > .langSwitcher {
  position: absolute;
  right: 90px;
  top: 30px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #header > .langSwitcher {
    display: none;
  }
}

.top #header > .langSwitcher {
  visibility: hidden;
}

#header > .langSwitcher ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#header > .langSwitcher ul li {
  position: relative;
}

#header > .langSwitcher ul li a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  padding: 16px 10px;
  font-size: 12px;
  position: relative;
}

.top #header > .langSwitcher ul li a {
  color: #fff;
}

#header > .langSwitcher ul li a span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 0 3px;
  margin-bottom: -3px;
}

#header > .langSwitcher ul li a span:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #006399;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.top #header > .langSwitcher ul li a span:after {
  background: #fff;
}

#header > .langSwitcher ul li:after {
  content: '';
  width: 1px;
  height: 17px;
  display: block;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top #header > .langSwitcher ul li:after {
  background: #fff;
}

#header > .langSwitcher ul li:last-child:after {
  display: none;
}

#header > .langSwitcher ul li:hover a, #header > .langSwitcher ul li.cur a {
  color: #006399;
}

.top #header > .langSwitcher ul li:hover a, .top #header > .langSwitcher ul li.cur a {
  color: #fff;
}

#header > .langSwitcher ul li:hover a span:after, #header > .langSwitcher ul li.cur a span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.top #header > .langSwitcher ul li:hover a span:after, .top #header > .langSwitcher ul li.cur a span:after {
  background: #fff;
}

#header > .langSwitcher ul li.cur {
  pointer-events: none;
}

#header #menuTrigger {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.top #header #menuTrigger {
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  #header #menuTrigger {
    cursor: pointer;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
  }
  #header #menuTrigger:hover {
    background: white;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger {
    right: 5.3vw;
    top: 5.3vw;
    width: 8vw;
    height: 8vw;
  }
}

#header #menuTrigger div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

#header #menuTrigger div > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: width 0.1s ease-in-out, margin 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, margin 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, margin 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, margin 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media screen and (min-width: 769px) {
  #header #menuTrigger div > span {
    width: 20px;
    height: 1px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger div > span {
    width: 3.2vw;
    height: 1px;
    margin-left: -1.7vw;
  }
}

@media screen and (min-width: 769px) {
  #header #menuTrigger div > span:nth-child(1) {
    margin-top: -5px;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger div > span:nth-child(1) {
    margin-top: -1vw;
  }
}

@media screen and (min-width: 769px) {
  #header #menuTrigger div > span:nth-child(3) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  #header #menuTrigger div > span:nth-child(3) {
    margin-top: 1.2vw;
  }
}

#header #menuTrigger div > span span {
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
}

#header .overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vw;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0s 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0s 0.2s linear;
  transition: opacity 0.2s linear, transform 0s 0.2s linear;
  transition: opacity 0.2s linear, transform 0s 0.2s linear, -webkit-transform 0s 0.2s linear;
}

@media screen and (max-width: 768px) {
  #header .overlay {
    display: none;
  }
}

#header #menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  min-height: 100%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #header #menu {
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  #header #menu {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}

@media screen and (max-width: 768px) {
  #header #menu .inner {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  #header #menu .inner #menuNav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #header #menu .inner #menuNav > ul {
    text-align: center;
  }
}

#header #menu .inner #menuNav > ul > li > a {
  display: block;
}

@media screen and (min-width: 769px) {
  #header #menu .inner #menuNav > ul > li > a {
    padding: 25px;
    font-size: 22px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

@media screen and (max-width: 768px) {
  #header #menu .inner #menuNav > ul > li > a {
    font-size: 6.6vw;
    padding: 4vw;
  }
}

#header #menu .inner #menuNav > ul > li > a span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 0 5px;
  margin-bottom: -5px;
}

#header #menu .inner #menuNav > ul > li > a span:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  background: #006399;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (min-width: 769px) {
  #header #menu .inner #menuNav > ul > li > a span:after {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #header #menu .inner #menuNav > ul > li > a span:after {
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  #header #menu .inner #menuNav > ul > li > a:hover {
    color: #006399;
  }
  #header #menu .inner #menuNav > ul > li > a:hover span:after {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (min-width: 769px) {
  #header #menu .inner #menuNav > ul > li.cur {
    opacity: 0.3;
  }
  #header #menu .inner #menuNav > ul > li.cur a {
    color: #000 !important;
  }
  #header #menu .inner #menuNav > ul > li.cur a span:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header #menu .inner #menuNav > ul > li.cur a {
    color: #006399;
  }
  #header #menu .inner #menuNav > ul > li.cur a span:after {
    background: #006399;
  }
}

#header #menu .inner nav.langSwitcher {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  #header #menu .inner nav.langSwitcher {
    display: none;
  }
}

#header #menu .inner nav.langSwitcher ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header #menu .inner nav.langSwitcher ul li {
  position: relative;
}

#header #menu .inner nav.langSwitcher ul li a {
  display: block;
  padding: 4vw 4vw;
  font-size: 3.7vw;
  position: relative;
}

#header #menu .inner nav.langSwitcher ul li:after {
  content: '';
  width: 1px;
  height: 8vw;
  display: block;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#header #menu .inner nav.langSwitcher ul li:last-child:after {
  display: none;
}

#header #menu .inner nav.langSwitcher ul li.cur a {
  pointer-events: none;
  color: #006399;
}

#header #menu .inner nav.langSwitcher ul li.cur a:after {
  content: '';
  display: block;
  height: 1px;
  width: 46%;
  position: absolute;
  left: 50%;
  bottom: 3.2vw;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #006399;
}

@media screen and (min-width: 769px) {
  #header #menu .inner nav.share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px auto 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  #header #menu .inner nav.share {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 769px) {
  #header #menu .inner nav.share h3 {
    font-size: 12px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #header #menu .inner nav.share h3 {
    text-align: center;
    font-size: 3.7vw;
    margin-bottom: 4vw;
  }
}

#header #menu .inner nav.share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header #menu .inner nav.share ul li a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: transparent;
}

@media screen and (min-width: 769px) {
  #header #menu .inner nav.share ul li a {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #header #menu .inner nav.share ul li a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  #header #menu .inner nav.share ul li a {
    width: 10.6vw;
    height: 10.6vw;
  }
}

#header #menu .inner nav.share ul li.tw a {
  background-image: url("../img/common/sns_twitter_black.svg");
}

#header #menu .inner nav.share ul li.fb a {
  background-image: url("../img/common/sns_facebook_black.svg");
}

#header #menu .inner nav.share ul li.wb a {
  background-image: url("../img/common/sns_weibo_black.svg");
}

#header #menu .inner nav.share ul li.wc a {
  background-image: url("../img/common/sns_wechat_black.svg");
}

#header.white #logo a:before, #header.white #logo span:before {
  opacity: 1;
}

#header.white #logo a:after, #header.white #logo span:after {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #header.small {
    height: 60px;
  }
  #header.small:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ddd;
  }
  #header.small #logo {
    display: none;
  }
  #header.small #smallLine {
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header.small #headerNav {
    height: 60px;
    min-width: auto;
    max-width: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: auto;
    right: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  #header.small #headerNav:before {
    display: none;
  }
  #header.small #headerNav:after {
    display: none;
  }
  #header.small > .langSwitcher {
    top: 8px;
    right: 52px;
  }
  #header.small #menuTrigger {
    top: 10px;
    right: 10px;
  }
  #header.small #breadCrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    left: 30px;
    font-size: 11px;
  }
  #header.small #breadCrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header.small #breadCrumbs ul li {
    margin-right: 20px;
    position: relative;
    color: #7d7d7d;
  }
  #header.small #breadCrumbs ul li a {
    display: block;
    position: relative;
    color: #7d7d7d;
  }
  #header.small #breadCrumbs ul li a:after {
    content: '';
    width: 4px;
    height: 8px;
    display: block;
    background: url("../img/common/arrow_small.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -10px;
    top: 50%;
    margin: -3px 0 0;
  }
}

#header.open #logo a:after, #header.open #logo span:after {
  opacity: 1;
}

#header.open #logo a:before, #header.open #logo span:before {
  opacity: 0;
}

#header.open .overlay {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#header.open #menuTrigger div > span {
  margin-top: 0 !important;
  -webkit-transition: width 0.1s ease-in-out, margin 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: width 0.1s ease-in-out, margin 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out 0.1s;
  transition: width 0.1s ease-in-out, margin 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;
  transition: width 0.1s ease-in-out, margin 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s, -webkit-transform 0.1s ease-in-out 0.1s;
}

#header.open #menuTrigger div > span:nth-child(1) {
  -webkit-transform: rotate(45deg) scaleX(1.5);
      -ms-transform: rotate(45deg) scaleX(1.5);
          transform: rotate(45deg) scaleX(1.5);
}

#header.open #menuTrigger div > span:nth-child(2) {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

#header.open #menuTrigger div > span:nth-child(3) {
  -webkit-transform: rotate(-45deg) scaleX(1.5);
      -ms-transform: rotate(-45deg) scaleX(1.5);
          transform: rotate(-45deg) scaleX(1.5);
}

#header.open #menu {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  #header.open #menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #header.open #menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

body.top #loadingContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body.top #loadingContainer #loadingItem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 60px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  body.top #loadingContainer #loadingItem {
    width: 24vw;
    height: 24vw;
  }
}

body.top main {
  top: 100vh;
  z-index: 2;
}

body.top .section {
  width: 100%;
  height: 100%;
}

body.top .section .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

body.top .section .inner #videoContent {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  body.top .section .inner #videoContent {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  body.top .section .inner #videoContent {
    display: none;
  }
}

body.top .section .inner img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

@media screen and (min-width: 769px) {
  body.top .section .inner img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body.top .section .inner img {
    display: block;
  }
}

body.top .section .inner a.text {
  display: block;
  color: #fff;
  position: absolute;
  z-index: 5;
}
body.top .section .inner a.icp {
  display: block;
  color: #fff;
  position: absolute;
  z-index: 5;
}

@media screen and (min-width: 769px) {
  body.top .section .inner a.text {
    left: 30px;
    bottom: 30px;
  }
  body.top .section .inner a.icp {
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  body.top .section .inner a.text {
    left: 5.3vw;
    bottom: 5.3vw;
    right: 5.3vw;
  }
  body.top .section .inner a.icp {
    right: 5.3vw;
    bottom: 7.3vw;
  }
}

@media screen and (min-width: 769px) {
  body.top .section .inner a.text .category {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  body.top .section .inner a.text .category {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 769px) {
  body.top .section .inner a.text .title {
    font-size: 40px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  body.top .section .inner a.text .title {
    font-size: 5.3vw;
    line-height: 6.6vw;
    margin-top: 1.3vw;
  }
}

@media screen and (min-width: 769px) {
  body.top .section .inner a.text .sub {
    font-size: 28px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  body.top .section .inner a.text .sub {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-top: 0.6vw;
  }
}

@media screen and (min-width: 769px) {
  body.top .section .inner a.text .info {
    font-size: 20px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  body.top .section .inner a.text .info {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 0.6vw;
  }
}

body.top .fp-tableCell {
  overflow: hidden;
}

body.top #pager {
  position: fixed;
  z-index: 4;
}

@media screen and (min-width: 769px) {
  body.top #pager {
    right: 42px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  body.top #pager {
    right: 6vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (min-width: 769px) {
  body.top #pager li {
    margin: 5px 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  body.top #pager li {
    margin: 0.6vw 0;
  }
}

body.top #pager li div {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

body.top #pager li svg {
  display: block;
}

@media screen and (max-width: 768px) {
  body.top #pager li svg {
    width: 4vw;
    height: 4vw;
  }
}

body.top #pager li svg .line {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
}

body.top #pager li svg .dot {
  fill: #fff;
}

#footer {
  background: #fff;
  color: #7d7d7d;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #footer {
    font-size: 11px;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    font-size: 1.8vw;
    height: 32.9vw;
  }
}

#wrapper {
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  #contents {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 100px 170px 140px;
    width: 100%;
    min-width: 1300px;
    max-width: 1640px;
  }
  #contents:before, #contents:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 170px;
    top: 0;
    background: #ddd;
  }
  #contents:after {
    left: auto;
    right: 170px;
  }
}

@media screen and (max-width: 768px) {
  #contents {
    padding: 18.6vw 0;
    margin: 0 5.3vw;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contents > * {
  position: relative;
  z-index: 1;
}

.full {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
}

@media screen and (min-width: 769px) {
  .full {
    min-width: 1000px;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  .fullPc {
    min-width: 1000px;
    z-index: 1;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100vw;
  }
}

@media screen and (min-width: 769px) {
  .fullPcNews {
    min-width: 960px;
    z-index: 1;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
}

#fontSample section {
  padding: 20px 0;
}

#fontSample section h1 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#fontSample section p {
  font-size: 14px;
  line-height: 1.6;
}

#subSelector {
  background: #eee;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #subSelector {
    height: 100px;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector {
    width: 100%;
    position: fixed;
    top: 18.6vw;
    left: 50%;
    height: 14.9vw;
    font-size: 3.2vw;
  }
}

#subSelector .current {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

#subSelector .current:after {
  content: '';
  display: block;
  background: #000;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #subSelector .current:after {
    height: 2.6vw;
  }
}

#subSelector .current .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#subSelector .current .title:after {
  display: block;
  content: '';
  background: url("../img/common/arrow_down.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

@media screen and (min-width: 769px) {
  #subSelector .current .title:after {
    width: 10px;
    height: 6px;
    margin-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector .current .title:after {
    width: 2.4vw;
    height: 1.3vw;
    margin-left: 1vw;
  }
}

@media screen and (min-width: 769px) {
  #subSelector .current:hover {
    background: #e8e8e8;
  }
}

#subSelector nav {
  z-index: 0;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0s 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  #subSelector nav {
    padding: 40px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector nav {
    padding: 2vw 0;
  }
}

@media screen and (min-width: 769px) {
  #subSelector nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    left: 50%;
    top: 0px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 170px;
    width: 100%;
    min-width: 1300px;
    max-width: 1640px;
  }
  #subSelector nav ul:before, #subSelector nav ul:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 170px;
    top: 0;
    background: #000;
  }
  .top #subSelector nav ul:before, .top #subSelector nav ul:after {
    display: none;
  }
  #subSelector nav ul:after {
    left: 50%;
  }
}

@media screen and (min-width: 769px) {
  #subSelector nav ul li {
    width: 50%;
    padding: 0 20px 30px 20px;
  }
  #subSelector nav ul li:nth-last-child(-n+2) {
    padding: 0 20px 0px 20px;
  }
}

@media screen and (min-width: 769px) {
  #subSelector nav ul li a {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media screen and (max-width: 768px) {
  #subSelector nav ul li a {
    display: block;
    text-align: center;
    padding: 3.3vw 2vw;
  }
}

#subSelector nav ul li a span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 0 5px;
  margin-bottom: -5px;
}

#subSelector nav ul li a span:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  background: #006399;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (min-width: 769px) {
  #subSelector nav ul li a span:after {
    bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector nav ul li a span:after {
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  #subSelector nav ul li a:hover {
    color: #006399;
  }
  #subSelector nav ul li a:hover span:after {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

#subSelector nav ul li.cur a {
  color: #999;
  pointer-events: none;
}

#subSelector.open .current .title:after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

#subSelector.open nav {
  opacity: 1;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: opacity 0s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0s;
  transition: transform 0.3s ease-in-out, opacity 0s, -webkit-transform 0.3s ease-in-out;
}

#subSelector_mini {
  display: none;
  opacity: 0.0;
  background: #eee;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  #subSelector_mini {
    height: 100px;
    margin-top: 60px;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector_mini {
    height: 14.9vw;
    font-size: 3.2vw;
  }
}

#subSelector_mini .current {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

#subSelector_mini .current:after {
  content: '';
  display: block;
  background: #000;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #subSelector_mini .current:after {
    height: 2.6vw;
  }
}

#subSelector_mini .current .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#subSelector_mini .current .title:after {
  display: block;
  content: '';
  background: url("../img/common/arrow_down.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

@media screen and (min-width: 769px) {
  #subSelector_mini .current .title:after {
    width: 10px;
    height: 6px;
    margin-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector_mini .current .title:after {
    width: 2.4vw;
    height: 1.3vw;
    margin-left: 1vw;
  }
}

@media screen and (min-width: 769px) {
  #subSelector_mini .current:hover {
    background: #e8e8e8;
  }
}

#subSelector_mini nav {
  z-index: 0;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0s 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  #subSelector_mini nav {
    padding: 40px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector_mini nav {
    padding: 2vw 0;
  }
}

@media screen and (min-width: 769px) {
  #subSelector_mini nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    left: 50%;
    top: 0px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 170px;
    width: 100%;
    min-width: 1300px;
    max-width: 1640px;
  }
  #subSelector_mini nav ul:before, #subSelector_mini nav ul:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 170px;
    top: 0;
    background: #000;
  }
  .top #subSelector_mini nav ul:before, .top #subSelector_mini nav ul:after {
    display: none;
  }
  #subSelector_mini nav ul:after {
    left: 50%;
  }
}

@media screen and (min-width: 769px) {
  #subSelector_mini nav ul li {
    width: 50%;
    padding: 0 20px 30px 20px;
  }
  #subSelector_mini nav ul li:nth-last-child(-n+2) {
    padding: 0 20px 0px 20px;
  }
}

@media screen and (min-width: 769px) {
  #subSelector_mini nav ul li a {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media screen and (max-width: 768px) {
  #subSelector_mini nav ul li a {
    display: block;
    text-align: center;
    padding: 3.3vw 2vw;
  }
}

#subSelector_mini nav ul li a span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 0 5px;
  margin-bottom: -5px;
}

#subSelector_mini nav ul li a span:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  background: #006399;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (min-width: 769px) {
  #subSelector_mini nav ul li a span:after {
    bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector_mini nav ul li a span:after {
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  #subSelector_mini nav ul li a:hover {
    color: #006399;
  }
  #subSelector_mini nav ul li a:hover span:after {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

#subSelector_mini nav ul li.cur a {
  color: #999;
  pointer-events: none;
}

#subSelector_mini.open .current .title:after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

#subSelector_mini.open nav {
  opacity: 1;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: opacity 0s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0s;
  transition: transform 0.3s ease-in-out, opacity 0s, -webkit-transform 0.3s ease-in-out;
}

#subSelector_news {
  background: #eee;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #subSelector_news {
    height: 100px;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector_news {
    width: 100%;
    position: fixed;
    top: 18.6vw;
    left: 50%;
    height: 14.9vw;
    font-size: 3.2vw;
  }
}

#subSelector_news .current {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

#subSelector_news .current:after {
  content: '';
  display: block;
  background: #000;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #subSelector_news .current:after {
    height: 2.6vw;
  }
}

#subSelector_news .current .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#subSelector_news .current .title:after {
  display: block;
  content: '';
  background: url("../img/common/arrow_down.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

@media screen and (min-width: 769px) {
  #subSelector_news .current .title:after {
    width: 10px;
    height: 6px;
    margin-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector_news .current .title:after {
    width: 2.4vw;
    height: 1.3vw;
    margin-left: 1vw;
  }
}

@media screen and (min-width: 769px) {
  #subSelector_news .current:hover {
    background: #e8e8e8;
  }
}

#subSelector_news nav {
  z-index: 0;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0s 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0s 0.3s, -webkit-transform 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #subSelector_news nav {
    padding: 40px 0 30px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #subSelector_news nav {
    padding: 2vw 0;
  }
}

#subSelector_news nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#subSelector_news nav ul li a {
  display: block;
  padding: 15px 25px;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#subSelector_news nav ul li a span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 0 5px;
  margin-bottom: -5px;
}

#subSelector_news nav ul li a span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #006399;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.top #subSelector_news nav ul li a span:after {
  background: #fff;
}

#subSelector_news nav ul li a:hover {
  color: #006399;
}

#subSelector_news nav ul li a:hover span:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.top #subSelector_news nav ul li a:hover span:after {
  background: #fff;
}

.top #subSelector_news nav ul li a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #subSelector_news nav ul li a {
    font-size: 3.7vw;
  }
}

#subSelector_news nav ul li.cur a {
  color: #999;
  pointer-events: none;
}

#subSelector_news.open .current .title:after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

#subSelector_news.open nav {
  opacity: 1;
  -webkit-transform: translate(0%, 100%);
      -ms-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: opacity 0s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0s;
  transition: transform 0.3s ease-in-out, opacity 0s, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #worksList {
    margin-top: 20vw;
  }
}

#worksList .header {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #worksList .header {
    font-size: 24px;
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  #worksList .header {
    font-size: 4.8vw;
    height: 20vw;
  }
}

#worksList .header:after {
  content: '';
  display: block;
  background: #000;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #worksList .header:after {
    height: 2.6vw;
  }
}

@media screen and (min-width: 769px) {
  #worksList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#worksList ul li {
  position: relative;
}

@media screen and (min-width: 769px) {
  #worksList ul li {
    width: 33.3333%;
    overflow: hidden;
  }
  #worksList ul li:nth-child(3n+2) {
    width: 33.3334%;
  }
}

@media screen and (max-width: 768px) {
  #worksList ul li {
    margin-top: 8vw;
  }
}
.WorksDetail #contents .award {
  position: relative;
}
#worksList ul li.award:after,
.WorksDetail #contents .award:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/common/awards.png") no-repeat right top;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #worksList ul li.award:after,
  .WorksDetail #contents .award:after {
    width: 92px;
    height: 93px;
  }
}

@media screen and (max-width: 768px) {
  #worksList ul li.award:after,
  .WorksDetail #contents .award:after  {
    width: 20vw;
    height: 20.2vw;
  }
}

#worksList ul li a {
  display: block;
}

@media screen and (max-width: 768px) {
  #worksList ul li a {
    position: relative;
  }
}

#worksList ul li a img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #worksList ul li a img {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}

@media screen and (min-width: 769px) {
  #worksList ul li a .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 99, 153, 0.85);
    padding: 10px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}

#worksList ul li a .text .category {
  position: absolute;
  overflow: hidden;
  text-align: left;
}

@media screen and (min-width: 769px) {
  #worksList ul li a .text .category {
    left: 0;
    top: 25px;
    font-size: 12px;
    padding-left: 25px;
    width: 0;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  #worksList ul li a .text .category {
    left: 0;
    top: 3.3vw;
    color: #fff;
    font-size: 2.4vw;
    padding: 0 0 0 4.8vw;
  }
}

#worksList ul li a .text .category:after {
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

@media screen and (min-width: 769px) {
  #worksList ul li a .text .category:after {
    width: 15px;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@media screen and (max-width: 768px) {
  #worksList ul li a .text .category:after {
    width: 2.6vw;
  }
}

@media screen and (min-width: 769px) {
  #worksList ul li a .text .title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
    -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  #worksList ul li a .text .title {
    background: #fff;
    padding: 2.6vw 4.8vw;
    font-size: 4.2vw;
    min-height: 20.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  #worksList ul li a .text .sub {
    font-size: 14px;
    -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  #worksList ul li a .text .sub {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #worksList ul li a:hover img {
    -webkit-transition: -webkit-transform 5s linear;
    transition: -webkit-transform 5s linear;
    transition: transform 5s linear;
    transition: transform 5s linear, -webkit-transform 5s linear;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #worksList ul li a:hover .text {
    opacity: 1;
  }
  #worksList ul li a:hover .text .category {
    -webkit-transition: width 1s 0.3s ease-out;
    transition: width 1s 0.3s ease-out;
    width: 100%;
  }
  #worksList ul li a:hover .text .category:after {
    -webkit-transition: -webkit-transform 0.2s 0.2s ease-out;
    transition: -webkit-transform 0.2s 0.2s ease-out;
    transition: transform 0.2s 0.2s ease-out;
    transition: transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #worksList ul li a:hover .text .title {
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.5s ease-out;
    transition: opacity 0.3s linear, -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out, opacity 0.3s linear;
    transition: transform 0.5s ease-out, opacity 0.3s linear, -webkit-transform 0.5s ease-out;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  #worksList ul li a:hover .text .sub {
    -webkit-transition: opacity 0.3s 0.1s linear, -webkit-transform 0.5s 0.1s ease-out;
    transition: opacity 0.3s 0.1s linear, -webkit-transform 0.5s 0.1s ease-out;
    transition: transform 0.5s 0.1s ease-out, opacity 0.3s 0.1s linear;
    transition: transform 0.5s 0.1s ease-out, opacity 0.3s 0.1s linear, -webkit-transform 0.5s 0.1s ease-out;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .about #contents {
    padding: 100px 170px 0 170px;
  }
}

@media screen and (max-width: 768px) {
  .about #contents {
    margin: 0;
    padding-bottom: 1.3vw;
  }
}

#aboutDetailMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#aboutDetailMain .inner {
  overflow: hidden;
  width: 100vw;
}

@media screen and (min-width: 769px) {
  #aboutDetailMain .inner {
    min-width: 1000px;
  }
}

#aboutDetailMain .inner .image {
  width: 100vw;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 769px) {
  #aboutDetailMain .inner .image {
    padding-top: 39%;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #aboutDetailMain .inner .image {
    padding-top: 65%;
  }
}

#aboutDetailTitle {
  background: #fff;
  width: 100%;
  text-align: center;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 769px) {
  #aboutDetailTitle {
    padding: 60px 106px;
    margin: -130px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #aboutDetailTitle {
    width: 89.7vw;
    padding: 12.5vw 8.4vw;
    margin: -15.7vw auto 23.7vw;
  }
}

#aboutDetailTitle .title {
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  #aboutDetailTitle .title {
    font-size: 38px;
    margin-top: 10px;
  }
  #aboutDetailTitle .title br {
    display: none;
  }
  #aboutDetailTitle .en_title  {
    font-size: 28px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  #aboutDetailTitle .title {
    font-size: 6.6vw;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    letter-spacing: 0.05em;
  }
  #aboutDetailTitle .title br {
    display: block;
  }
  #aboutDetailTitle .en_title  {
    font-size: 5vw;
    padding-top: 1vw;
  }
}

#aboutDetailTitle .title .quote1 {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #aboutDetailTitle .title .quote1 {
    width: 17px;
    height: 15px;
    margin-right: 13px;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 768px) {
  #aboutDetailTitle .title .quote1 {
    width: 4.5vw;
    height: 2vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#aboutDetailTitle .title .quote2 {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #aboutDetailTitle .title .quote2 {
    width: 17px;
    height: 15px;
    margin-left: 13px;
    margin-bottom: -6px;
  }
}

@media screen and (max-width: 768px) {
  #aboutDetailTitle .title .quote2 {
    width: 4.5vw;
    height: 2vw;
    margin-left: 4.2vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

#aboutDetailTitle .sub {
  font-family: 'Noto Sans Japanese';
  text-align: left;
}

@media screen and (min-width: 769px) {
  #aboutDetailTitle .sub {
    font-size: 16px;
    margin-top: 70px;
    line-height: 3.0;
  }
}

@media screen and (max-width: 768px) {
  #aboutDetailTitle .sub {
    font-size: 3.2vw;
    margin-top: 25px;
    line-height: 2.0;
  }
}

.aboutSectionTitle {
  display: inline-block;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .aboutSectionTitle {
    height: 80px;
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .aboutSectionTitle {
    height: 12.5vw;
    font-size: 5.8vw;
  }
}

.aboutSectionTitle:after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .aboutSectionTitle:after {
    width: 1px;
    height: 30px;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .aboutSectionTitle:after {
    width: 1px;
    height: 4vw;
    bottom: 0;
  }
}

#aboutService {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #aboutService {
    margin-top: 152px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  #aboutService {
    margin-bottom: 20vw;
  }
}

#aboutService .inner {
  overflow: hidden;
  position: relative;
  width: 100vw;
}

@media screen and (min-width: 769px) {
  #aboutService .inner {
    min-width: 1000px;
  }
}

#aboutService .inner .image {
  width: 100vw;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 769px) {
  #aboutService .inner .image {
    padding-top: 29%;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #aboutService .inner .image {
    padding-top: 65%;
  }
}

#aboutService .inner .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
}

#aboutService .inner .txt span {
  margin-left: 0.3em;
  margin-right: 0.3em;
  background-color: #eeeeee;
}

@media screen and (min-width: 769px) {
  #aboutService .inner .txt {
    line-height: 3.0;
  }
  #aboutService .inner .txt .br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #aboutService .inner .txt {
    width: 67vw;
    font-size: 3.2vw;
    line-height: 2.0;
  }
  #aboutService .inner .txt .br {
    display: block;
  }
}

#aboutCompany {
  text-align: center;
}

#aboutCompany .companyBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 769px) {
  #aboutCompany .companyBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 768px) {
  #aboutCompany .companyBox {
    display: block;
    padding-top: 16vw;
  }
}

#aboutCompany .companyBox .leftBox {
  text-align: left;
}

@media screen and (min-width: 769px) {
  #aboutCompany .companyBox .leftBox {
    width: 420px;
    margin-right: 6.4%;
  }
}

@media screen and (max-width: 768px) {
  #aboutCompany .companyBox .leftBox {
    width: 76vw;
    margin: 0 auto 21.3vw;
  }
}

#aboutCompany .companyBox .leftBox .companyName {
  font-family: 'Roboto','Noto Sans Chinese','Noto Sans Japanese', sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #aboutCompany .companyBox .leftBox .companyName {
    font-size: 22px;
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 768px) {
  #aboutCompany .companyBox .leftBox .companyName {
    font-size: 4.2vw;
    margin-bottom: 9.3vw;
  }
}

#aboutCompany .companyBox .leftBox .companyName span {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #aboutCompany .companyBox .leftBox .companyName span {
    margin-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  #aboutCompany .companyBox .leftBox .companyName span {
    margin-right: 4.4vw;
  }
}

@media screen and (min-width: 769px) {
  #aboutCompany .companyBox .leftBox .profUl {
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 769px) {
  #aboutCompany .companyBox .leftBox .profUl li {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 2.46;
  }
  #aboutCompany .companyBox .leftBox .profUl li dl {
    width: 100%;
    display: flex;
  }
  #aboutCompany .companyBox .leftBox .profUl li dl dt {
    width: 14%;
  }
  #aboutCompany .companyBox .leftBox .profUl li dl dt.address {
    width: 10%;
  }
}

@media screen and (max-width: 768px) {
  #aboutCompany .companyBox .leftBox .profUl li {
    font-size: 3.2vw;
    line-height: 2.0;
  }
  #aboutCompany .companyBox .leftBox .profUl li dl {
    width: 100%;
    display: flex;
  }
  #aboutCompany .companyBox .leftBox .profUl li dl dt {
    width: 18%;
  }
}

#aboutCompany .companyBox .leftBox .profUl li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  #aboutCompany .companyBox .leftBox .detailUl li {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #aboutCompany .companyBox .leftBox .detailUl li {
    font-size: 3.2vw;
    line-height: 2.0;
  }
}

#aboutCompany .companyBox .leftBox .detailUl li:last-child {
  margin-bottom: 0;
}

#aboutCompany .companyBox .rightBox {
  text-align: left;
}

@media screen and (min-width: 769px) {
  #aboutCompany .companyBox .rightBox {
    width: 420px;
    padding-top: 76px;
  }
}

@media screen and (max-width: 768px) {
  #aboutCompany .companyBox .rightBox {
    width: 76vw;
    margin: 0 auto 13.3vw;
  }
}

#aboutCompany .companyBox .rightBox figure img {
  width: 100%;
}

#aboutCompany .mapBox .inner {
  overflow: hidden;
  position: relative;
  width: 100vw;
}

@media screen and (min-width: 769px) {
  #aboutCompany .mapBox .inner {
    max-width: 900px;
    margin: 60px auto 0;
  }
}

#aboutCompany .mapBox .inner .image {
  width: 100vw;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  #aboutCompany .mapBox .inner .image {
    padding-top: 27%;
    min-width: 1000px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #aboutCompany .mapBox .inner .image.jpImg {
    background-image: url("/assets/img/about/map_jp@2x.jpg");
  }
  #aboutCompany .mapBox .inner .image.cnImg {
    background-image: url("/assets/img/about/map_cn@2x.jpg");
  }
}

@media screen and (max-width: 768px) {
  #aboutCompany .mapBox .inner .image {
    padding-top: 43%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #aboutCompany .mapBox .inner .image.jpImg {
    background-image: url("/assets/img/about/map_jp_sp@2x.jpg");
  }
  #aboutCompany .mapBox .inner .image.cnImg {
    background-image: url("/assets/img/about/map_cn_sp@2x.jpg");
  }
}

@media screen and (min-width: 769px) {
  #aboutCompany .mapBox01 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 769px) {
  #aboutCompany .mapBox02 {
    margin-bottom: 150px;
  }
}

#aboutPeople {
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #aboutPeople {
    margin-bottom: 20px;
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  #aboutPeople {
    margin-top: 90px;
    padding-top: 65px;
    padding-bottom: 40px;
  }
}

#aboutPeople .peopleList {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #aboutPeople .peopleList {
    margin-bottom: 50px;
  }
}

#aboutPeople .peopleList li {
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  #aboutPeople .peopleList li {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  #aboutPeople .peopleList li {
    width: 50%;
  }
}

#aboutPeople .peopleList li .peopleImg img {
  width: 100%;
}

#aboutPeople .peopleList li .detailBox {
  width: 100.1%;
  height: auto;
  background-color: #fff;
  text-align: left;
}

@media screen and (min-width: 769px) {
  #aboutPeople .peopleList li .detailBox {
    padding: 29px 0 64px 40px;
  }
}

@media screen and (max-width: 768px) {
  #aboutPeople .peopleList li .detailBox {
    padding: 3.8vw 0 8.5vw 5.3vw;
  }
}

@media screen and (min-width: 769px) {
  #aboutPeople .peopleList li .detailBox .peopleName {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  #aboutPeople .peopleList li .detailBox .peopleName {
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
}

#aboutPeople .peopleList li .detailBox .peoplePosition {
  color: #7d7d7d;
}

@media screen and (min-width: 769px) {
  #aboutPeople .peopleList li .detailBox .peoplePosition {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #aboutPeople .peopleList li .detailBox .peoplePosition {
    font-size: 2.9vw;
  }
}

@media screen and (min-width: 769px) {
  #aboutPeople .peopleList li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 769px) {
  .profile #contents {
    padding: 100px 170px 0 170px;
  }
}

@media screen and (max-width: 768px) {
  .profile #contents {
    margin: 0;
    padding-bottom: 1.3vw;
  }
}

#profileBox {
  background: #fff;
  width: 100%;
  text-align: center;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 769px) {
  #profileBox {
    padding: 32px 30px 94px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox {
    margin: 0vw 0 0;
    padding: 13vw 8vw 13vw;
  }
}

#profileBox .innerBox01 {
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .innerBox01 {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .profileImg {
    width: 46.66%;
    margin-right: 6.25%;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .innerBox01 .profileImg {
    margin-bottom: 48px;
  }
}

#profileBox .innerBox01 .profileImg img {
  width: 100%;
}

#profileBox .innerBox01 .detailBox {
  text-align: left;
}

#profileBox .innerBox01 .detailBox a {
  color: #006399 !important;
  display: inline-block !important;
  text-decoration: underline !important;
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .detailBox a {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .detailBox {
    width: 46.66%;
    margin-top: 28px;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .detailBox .name {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .innerBox01 .detailBox .name {
    font-size: 5.8vw;
    margin-bottom: 11px;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .detailBox .name_sub {
    font-size: 16px;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .innerBox01 .detailBox .name_sub {
    font-size: 3.2vw;
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .detailBox .licenceList {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .innerBox01 .detailBox .licenceList {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .detailBox .licenceList .licenceItem {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .innerBox01 .detailBox .licenceList .licenceItem {
    font-size: 3.2vw;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .detailBox .licenceList .licenceItem:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .innerBox01 .detailBox .desText {
    font-size: 13px;
    line-height: 2.46;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .innerBox01 .detailBox .desText {
    font-size: 3.2vw;
    line-height: 2.0;
    margin-bottom: 40px;
  }
}

#profileBox .selectWorksBox {
  text-align: left;
}

@media screen and (min-width: 769px) {
  #profileBox .selectWorksBox {
    margin-left: 80px;
  }
}

#profileBox .selectWorksBox .boxTitle {
  font-family: 'Roboto','Noto Sans Chinese','Noto Sans Japanese', sans-serif;
  color: #7d7d7d;
}

@media screen and (min-width: 769px) {
  #profileBox .selectWorksBox .boxTitle {
    font-size: 31px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .selectWorksBox .boxTitle {
    font-size: 4.1vw;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .selectWorksBox .selectWorksList {
    margin-bottom: 33px;
  }
}

#profileBox .selectWorksBox .selectWorksList .worksItem {
  position: relative;
}

@media screen and (min-width: 769px) {
  #profileBox .selectWorksBox .selectWorksList .worksItem {
    font-size: 18px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .selectWorksBox .selectWorksList .worksItem {
    font-size: 3.2vw;
    margin-bottom: 12px;
    display: inline-block;
  }
}

#profileBox .selectWorksBox .selectWorksList .worksItem p {
  position: relative;
  display: inline-block;
}

#profileBox .selectWorksBox .selectWorksList .worksItem p span {
  color: #7d7d7d;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #profileBox .selectWorksBox .selectWorksList .worksItem p span {
    font-size: 14px;
    margin-left: 13px;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .selectWorksBox .selectWorksList .worksItem p span {
    font-size: 1.8vw;
    margin-left: 1.7vw;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .selectWorksBox .selectWorksList .worksItem p:hover {
    color: #006399;
  }
  #profileBox .selectWorksBox .selectWorksList .worksItem p:hover span {
    color: #006399;
  }
  #profileBox .selectWorksBox .selectWorksList .worksItem p:hover:after {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

#profileBox .selectWorksBox .selectWorksList .worksItem p:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  background: #006399;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (min-width: 769px) {
  #profileBox .selectWorksBox .selectWorksList .worksItem p:after {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #profileBox .selectWorksBox .selectWorksList .worksItem p:after {
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  #profileBox .selectWorksBox .selectWorksList .worksItem:last-child {
    margin-bottom: 0;
  }
}

#newsList .header {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #newsList .header {
    font-size: 24px;
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  #newsList .header {
    font-size: 4.8vw;
    height: 20vw;
  }
}

#newsList .header:after {
  content: '';
  display: block;
  background: #000;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #newsList .header:after {
    height: 2.6vw;
  }
}

@media screen and (min-width: 769px) {
  #newsList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#newsList ul li {
  position: relative;
}

@media screen and (min-width: 769px) {
  #newsList ul li {
    width: 31.25%;
    margin-top: 6.25%;
    overflow: hidden;
  }
  #newsList ul li:nth-child(3n+2) {
    width: 31.25%;
    margin-left: 3.125%;
    margin-right: 3.125%;
  }
}

@media screen and (max-width: 768px) {
  #newsList ul li {
    margin-top: 8vw;
  }
}

#newsList ul li.award:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/common/awards.png") no-repeat right top;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  #newsList ul li.award:after {
    width: 92px;
    height: 93px;
  }
}

@media screen and (max-width: 768px) {
  #newsList ul li.award:after {
    width: 20vw;
    height: 20.2vw;
  }
}

#newsList ul li a {
  display: block;
}

@media screen and (max-width: 768px) {
  #newsList ul li a {
    position: relative;
  }
}

#newsList ul li a img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #newsList ul li a img {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}

#newsList ul li a .card_name {
  background-color: #fff;
  padding-top: 1.7em;
}

#newsList ul li a .card_name dl dt {
  padding-left: 1.9em;
  padding-bottom: 1.7em;
  font-size: 12px;
  color: #7d7d7d;
  font-family: 'Roboto','Noto Sans Chinese','Noto Sans Japanese', sans-serif;
  position: relative;
}

#newsList ul li a .card_name dl dt:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 10px;
  height: 1px;
  background-color: #7d7d7d;
}

#newsList ul li a .card_name dl dd {
  margin-left: 1.2em;
  padding-bottom: 4.1em;
  font-size: 18px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 768px) {
  #newsList ul li a .card_name dl dt {
    font-size: 3.2vw;
  }
  #newsList ul li a .card_name dl dd {
    font-size: 4.8vw;
  }
}

#newsList ul li a .btnBox {
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #7d7d7d;
  -webkit-transition: border-top 0.3s ease-in-out;
  transition: border-top 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  #newsList ul li a .btnBox {
    width: 100%;
    height: 48px;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  #newsList ul li a .btnBox:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #006399;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
  }
}

@media screen and (max-width: 768px) {
  #newsList ul li a .btnBox {
    position: relative;
    height: 48px;
  }
}

#newsList ul li a .btnBox span {
  font-family: 'Roboto','Noto Sans Chinese','Noto Sans Japanese', sans-serif;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  #newsList ul li a:hover .btnBox {
    border-top: none;
    color: #fff;
    background: #006399;
  }
}

#btnMore {
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #000;
}

#btnMore a {
  color: #000;
}

@media screen and (min-width: 769px) {
  #btnMore {
    width: 900px;
    height: 70px;
    margin: 50px auto 0;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
  }
  #btnMore:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #006399;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
  }
  #btnMore:hover {
    color: #fff;
  }
  #btnMore:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  #btnMore:hover a {
    color: #fff;
  }
  #btnMore:hover a:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
}

@media screen and (max-width: 768px) {
  #btnMore {
    width: 53.3vw;
    height: 10.6vw;
    margin: 9.3vw auto 0;
    font-size: 3.2vw;
  }
}

#btnMore span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#detailMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#detailMain .inner {
  overflow: hidden;
  width: 100vw;
}

@media screen and (min-width: 769px) {
  #detailMain .inner {
    min-width: 1000px;
  }
}

#detailMain .inner .image {
  width: 100vw;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 769px) {
  #detailMain .inner .image {
    padding-top: 39%;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #detailMain .inner .image {
    padding-top: 65%;
  }
}

#detailMain_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#detailMain_news .inner {
  overflow: hidden;
  width: 100vw;
}

@media screen and (min-width: 769px) {
  #detailMain_news .inner {
    min-width: 960px;
  }
}

#detailMain_news .inner .image {
  width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  #detailMain_news .inner .image {
    padding-top: 45%;
    min-width: 960px;
  }
}

@media screen and (max-width: 768px) {
  #detailMain_news .inner .image {
    padding-top: 65%;
    background-size: contain;
  }
}

#detailTitle {
  background: #fff;
  width: 100%;
  text-align: center;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 769px) {
  #detailTitle {
    padding: 80px 20px;
    margin: -130px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #detailTitle {
    padding: 6.6vw 4.5vw;
    margin: -15.7vw 0 0;
  }
}

@media screen and (min-width: 769px) {
  #detailTitle .category {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #detailTitle .category {
    font-size: 2.6vw;
  }
}

#detailTitle .title {
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  #detailTitle .title {
    font-size: 40px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detailTitle .title {
    font-size: 6.4vw;
    margin-top: 2.6vw;
  }
}

@media screen and (min-width: 769px) {
  #detailTitle .sub {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #detailTitle .sub {
    font-size: 3.2vw;
    margin-top: 2.6vw;
  }
}

#detailTitle_news {
  background: #fff;
  width: 87.5%;
  text-align: center;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 769px) {
  #detailTitle_news {
    padding: 80px 20px;
    margin: -130px auto 0;
  }
}

@media screen and (max-width: 768px) {
  #detailTitle_news {
    padding: 6.6vw 4.5vw;
    margin: -15.7vw auto 0;
  }
}

#detailTitle_news .title {
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  #detailTitle_news .title {
    font-size: 40px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #detailTitle_news .title {
    font-size: 6.4vw;
    margin-top: 2.6vw;
  }
}

#detailTitle_news .sub {
  color: #7d7d7d;
}

@media screen and (min-width: 769px) {
  #detailTitle_news .sub {
    font-size: 14px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  #detailTitle_news .sub {
    font-size: 3.7vw;
    margin-top: 2.6vw;
  }
}

@media screen and (min-width: 769px) {
  #detailDescription {
    padding: 70px 60px 80px;
  }
}

@media screen and (max-width: 768px) {
  #detailDescription {
    padding: 9.3vw 0 10.6vw;
  }
}

@media screen and (min-width: 769px) {
  #detailDescription .lead {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  #detailDescription .lead {
    font-size: 3.2vw;
    line-height: 5.3vw;
  }
}

#detailDescription .lead > * {
  margin-top: 1em;
}

#detailDescription .lead > *:first-child {
  margin: 0;
}

#detailDescription .info {
  border: 1px solid #000;
  background: #eee;
}

@media screen and (min-width: 769px) {
  #detailDescription .info {
    margin-top: 60px;
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  #detailDescription .info {
    margin-top: 5.3vw;
    padding: 4vw;
  }
}

#detailDescription .info h2 {
  font-weight: bold;
}

#detailDescription .info p a {
  text-decoration: #000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media screen and (min-width: 769px) {
  #detailDescription .info p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #detailDescription .info p {
    font-size: 3.2vw;
    line-height: 5.3vw;
    margin-top: 2vw;
  }
}

@media screen and (min-width: 769px) {
  #detailPhoto ul li {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #detailPhoto ul li {
    margin-bottom: 5.3vw;
  }
}

#detailPhoto ul li img {
  width: 100%;
}

#detailPhoto ul li video {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #detailInfo {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #detailInfo {
    margin-top: 10.6vw;
  }
}

@media screen and (min-width: 769px) {
  #detailInfo dl {
    width: 50%;
  }
}

#detailInfo dl dt {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #detailInfo dl dt {
    text-align: center;
    font-size: 4.8vw;
    line-height: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  #detailInfo dl dd {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
	word-break: break-all;
  }
}

@media screen and (max-width: 768px) {
  #detailInfo dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 6.6vw 0;
    font-size: 3.2vw;
    line-height: 5.3vw;
  }
}

@media screen and (min-width: 769px) {
  #detailInfo dl dd .person {
    margin-top: 50px;
  }
  #detailInfo dl dd .person:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  #detailInfo dl dd .person {
    width: 50%;
    margin-bottom: 2.6vw;
  }
}

#detailInfo dl dd .person .name {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #detailInfo dl dd .person .name {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  #pageShare {
    margin: 50px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  #pageShare {
    margin: 2.6vw 0 15.6vw;
  }
}

#pageShare ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  #pageShare ul li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #pageShare ul li {
    margin: 0 1.3vw;
  }
}

#pageShare ul li a {
  display: block;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: transparent;
}

@media screen and (min-width: 769px) {
  #pageShare ul li a {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #pageShare ul li a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  #pageShare ul li a {
    width: 8vw;
    height: 8vw;
  }
}

#pageShare ul li.tw a {
  background-image: url("../img/common/sns_twitter_white.svg");
}

#pageShare ul li.fb a {
  background-image: url("../img/common/sns_facebook_white.svg");
}

#pageShare ul li.wb a {
  background-image: url("../img/common/sns_weibo_white.svg");
}

#pageShare ul li.wc a {
  background-image: url("../img/common/sns_wechat_white.svg");
}

.slideIn {
  visibility: hidden;
  -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

#contact .main-title {
  position: relative;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #contact .main-title {
    height: 80px;
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  #contact .main-title {
    height: 12.5vw;
    font-size: 5.8vw;
    margin-bottom: 2.6vw;
  }
}

#contact .main-title:after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #contact .main-title:after {
    width: 1px;
    height: 30px;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #contact .main-title:after {
    width: 1px;
    height: 4vw;
    bottom: 0;
  }
}

#contact .lead {
  color: #000;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #contact .lead {
    font-size: 16px;
    line-height: 2.125;
  }
  #contact .lead .spbr {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #contact .lead {
    font-size: 3.2vw;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  #contact .lead .spbr {
    display: block;
  }
}

#contact .lead .require {
  color: #ff0000;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #contact .lead .require {
    font-size: 12px;
  }
}

#contact .lead .require__txt {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #contact .lead .require__txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #contact .lead .require__txt {
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 769px) {
  #contact .form {
    width: 723px;
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 769px) {
  #contact .form .form__wrap .form__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item {
    display: block;
  }
}

#contact .form .form__wrap .form__item .form__itemTitle {
  position: relative;
}

@media screen and (min-width: 769px) {
  #contact .form .form__wrap .form__item .form__itemTitle {
    text-align: right;
    font-size: 16px;
    width: 146px;
    margin-right: 58px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .form__itemTitle {
    display: inline-block;
    text-align: left;
    width: auto;
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
}

#contact .form .form__wrap .form__item .form__itemBody .txt {
  line-height: 1.625;
}

@media screen and (min-width: 769px) {
  #contact .form .form__wrap .form__item .form__itemBody .txt {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .form__itemBody .txt {
    font-size: 3.2vw;
  }
}

#contact .form .form__wrap .form__item .form__itemBody .wpcf7-not-valid-tip {
  color: #ff0000;
  font-weight: bold;
  margin-top: 3px;
}

@media screen and (min-width: 769px) {
  #contact .form .form__wrap .form__item .form__itemBody .wpcf7-not-valid-tip {
    font-size: 11px;
    font-family: 'Noto Sans Japanese', sans-serif;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .form__itemBody .wpcf7-not-valid-tip {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  #contact .form .form__wrap .form__item .form__itemBody {
    width: 521px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .form__itemBody {
    margin-bottom: 30px;
  }
}

#contact .form .form__wrap .form__item .form__itemBody input {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (min-width: 769px) {
  #contact .form .form__wrap .form__item .form__itemBody input {
    padding: 9px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .form__itemBody input {
    padding: 10px;
    font-size: 2.6vw;
  }
}

#contact .form .form__wrap .form__item .form__itemBody .form_customSelect {
  display: block;
  position: relative;
}

#contact .form .form__wrap .form__item .form__itemBody .form_customSelect select {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .form__itemBody .form_customSelect select {
    font-size: 2.6vw;
  }
}

#contact .form .form__wrap .form__item .form__itemBody .form_customSelect select:after {
  background: url(/assets/img/entry/icon_arrow.svg) no-repeat 0 0;
  height: 8px;
  right: 30px;
}

#contact .form .form__wrap .form__item .form__itemBody textarea {
  width: 100%;
  height: 320px;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (min-width: 769px) {
  #contact .form .form__wrap .form__item .form__itemBody textarea {
    padding: 9px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .form__itemBody textarea {
    padding: 10px;
    font-size: 2.6vw;
  }
}

#contact .form .form__wrap .form__item .form__checkbox label {
  cursor: pointer;
  position: relative;
}

#contact .form .form__wrap .form__item .form__checkbox label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  margin: 0;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
}

#contact .form .form__wrap .form__item .form__checkbox label span {
  padding: 10px 0 0 50px;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .form__checkbox label span {
    font-size: 3.2vw;
  }
}

#contact .form .form__wrap .form__item .form__checkbox label span:before {
  box-sizing: border-box;
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin: -9px 0 0;
}

#contact .form .form__wrap .form__item .form__checkbox label span:after {
  border: 2px solid #000;
  border-width: 0 3px 3px 0;
  content: '';
  width: 10px;
  height: 18px;
  opacity: 0.0;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#contact .form .form__wrap .form__item .form__checkbox label span a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

#contact .form .form__wrap .form__item .change label span:after {
  opacity: 1.0;
}

#contact .form .form__wrap .form__item .require:after {
  content: '※';
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #ff0000;
  font-size: 9px;
  position: absolute;
  top: 2px;
  right: -10px;
}

@media screen and (max-width: 768px) {
  #contact .form .form__wrap .form__item .require:after {
    width: 5px;
    height: 5px;
    font-size: 2.1vw;
    top: 1px;
    right: -5px;
  }
}

@media screen and (min-width: 769px) {
  #contact .form .form__submitBox .form__submit {
    margin-top: 80px;
    position: relative;
  }
}

#contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm {
  width: 240px;
  height: 60px;
  margin: 0 auto 0;
  border: 1px solid #006399;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  color: #006399;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm {
    width: 53.3vw;
    height: 10.6vw;
    margin: 9.3vw auto 0;
  }
}

#contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #006399;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

#contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  #contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm {
    font-size: 3.2vw;
	top: auto;
  }
}

#contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm[type="submit"][disabled] {
  opacity: 0.4;
}

@media screen and (min-width: 769px) {
  #contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm[type="submit"][disabled]:hover {
    color: #006399;
	background-color: #eee;
  }
  #contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm[type="submit"][disabled]:hover:before {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
}

#contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm[type="submit"] {
  opacity: 1.0;
}

@media screen and (min-width: 769px) {
  #contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm[type="submit"]:hover {
    color: #fff;
	background-color: #006399;
  }
  #contact .form .form__submitBox .form__submit input.wpcf7-form-control.wpcf7-confirm[type="submit"]:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
}

#contact .form .form__btnBox {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #contact .form .form__btnBox {
    display: block;
  }
}

#contact .form .form__btnBox .form__back {
  margin: 0 20px;
}

#contact .form .form__btnBox .form__back input {
  width: 240px;
  height: 60px;
  margin: 0 auto 0;
  border: 1px solid #7d7d7d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  color: #7d7d7d;
  padding: 0;
  position: relative;
}

#contact .form .form__btnBox .form__back input:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #7d7d7d;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

#contact .form .form__btnBox .form__back input span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  #contact .form .form__btnBox .form__back input span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__btnBox .form__back input span {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  #contact .form .form__btnBox .form__back input:hover {
    color: #fff;
	background-color: #7d7d7d;
  }
  #contact .form .form__btnBox .form__back input:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__btnBox .form__back input {
    width: 53.3vw;
    height: 10.6vw;
    margin: 9.3vw auto 0;
  }
}

#contact .form .form__btnBox .form__submit {
  margin: 0 20px;
}

#contact .form .form__btnBox .form__submit input {
  width: 240px;
  height: 60px;
  margin: 0 auto 0;
  border: 1px solid #006399;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  color: #006399;
  padding: 0;
  position: relative;
}

#contact .form .form__btnBox .form__submit input:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #006399;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

#contact .form .form__btnBox .form__submit input span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  #contact .form .form__btnBox .form__submit input span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__btnBox .form__submit input span {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 769px) {
  #contact .form .form__btnBox .form__submit input:hover {
    color: #fff;
	background-color: #006399;
  }
  #contact .form .form__btnBox .form__submit input:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
}

@media screen and (max-width: 768px) {
  #contact .form .form__btnBox .form__submit input {
    width: 53.3vw;
    height: 10.6vw;
    margin: 9.3vw auto 0;
    font-size: 3.2vw;
  }
}

#contact .completeWrap {
  text-align: center;
  color: #000;
}

@media screen and (min-width: 769px) {
  #contact .completeWrap {
    margin-top: 60px;
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 1.714;
  }
  #contact .completeWrap .spbr {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #contact .completeWrap {
    font-size: 3.2vw;
    line-height: 1.714;
  }
  #contact .completeWrap .spbr {
    display: block;
  }
}

#modalContainer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.0;
}

#modalContainer .modalBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.95;
  z-index: 1;
}

#modalContainer .modalContent {
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #modalContainer .modalContent {
    width: 700px;
    height: 640px;
  }
}

@media screen and (max-width: 768px) {
  #modalContainer .modalContent {
    width: 89.33%;
    height: 90vh;
    overflow-y: scroll;
  }
}

#modalContainer .modalContent .modalContent__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  #modalContainer .modalContent .modalContent__inner {
    padding-top: 83px;
  }
}

#modalContainer .modalContent .modalContent__inner .modalContent__innerBox {
  margin: 0 auto;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  #modalContainer .modalContent .modalContent__inner .modalContent__innerBox {
    width: 568px;
    height: 515px;
  }
}

@media screen and (max-width: 768px) {
  #modalContainer .modalContent .modalContent__inner .modalContent__innerBox {
    width: 85.8%;
    padding-top: 11vw;
  }
}

#modalContainer .modalContent .modalContent__inner .modalContent__innerBox .title {
  color: #000;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #modalContainer .modalContent .modalContent__inner .modalContent__innerBox .title {
    font-size: 24px;
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 768px) {
  #modalContainer .modalContent .modalContent__inner .modalContent__innerBox .title {
    font-size: 4vw;
    margin-bottom: 19px;
  }
}

#modalContainer .modalContent .modalContent__inner .modalContent__innerBox ul li {
  color: #000;
  line-height: 1.714;
}

@media screen and (min-width: 769px) {
  #modalContainer .modalContent .modalContent__inner .modalContent__innerBox ul li {
    font-size: 14px;
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 768px) {
  #modalContainer .modalContent .modalContent__inner .modalContent__innerBox ul li {
    font-size: 3.2vw;
    margin-bottom: 21px;
  }
}

#modalContainer .modalContent .modalContent__inner .modalClose {
  position: absolute;
}

#modalContainer .modalContent .modalContent__inner .modalClose img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #modalContainer .modalContent .modalContent__inner .modalClose {
    width: 22px;
    height: 22px;
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #modalContainer .modalContent .modalContent__inner .modalClose {
    width: 17px;
    height: 17px;
    top: 4.4%;
    right: 4.4%;
  }
}

/*# sourceMappingURL=common.css.map */
