@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/*=======================
Aldrich-Regular
========================*/
@font-face {
  font-family: 'Aldrich-Regular';
  /* 自由な名前をつけることができます */
  src: url("../font/Aldrich-Regular.woff") format("woff"), url("../font/Aldrich-Regular.woff2") format("woff"), url("../font/Aldrich-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }
header {
  width: 100%;
  background-color: #04285e;
  border-top: 5px solid #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    header {
      border-top: none; } }
  header .header-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 40px;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1000px) {
      header .header-inner {
        padding: 20px 10px; } }
    @media screen and (max-width: 768px) {
      header .header-inner {
        background-color: #04285e;
        border-top: 5px solid #fff; } }
    header .header-inner .header-logo {
      display: table-cell;
      vertical-align: middle;
      width: 19%; }
      @media screen and (max-width: 1000px) {
        header .header-inner .header-logo img {
          width: 100%;
          max-width: 150px; } }
      @media screen and (max-width: 768px) {
        header .header-inner .header-logo {
          display: block;
          width: 50%; }
          header .header-inner .header-logo img {
            width: auto; } }
    header .header-inner .header-nav-block {
      display: table-cell;
      vertical-align: middle;
      width: auto;
      text-align: right; }
      @media screen and (max-width: 768px) {
        header .header-inner .header-nav-block {
          display: none; } }
      header .header-inner .header-nav-block .header-nav-list .header-nav-item {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 0 15px; }
        @media screen and (max-width: 1000px) {
          header .header-inner .header-nav-block .header-nav-list .header-nav-item {
            padding: 0 8px; } }
        @media screen and (max-width: 960px) {
          header .header-inner .header-nav-block .header-nav-list .header-nav-item {
            padding: 0 4px; } }
        @media screen and (max-width: 768px) {
          header .header-inner .header-nav-block .header-nav-list .header-nav-item {
            display: block;
            padding: 0;
            margin: 0 0 20px; } }
        header .header-inner .header-nav-block .header-nav-list .header-nav-item:first-child {
          padding: 0 15px 0 0; }
          @media screen and (max-width: 1000px) {
            header .header-inner .header-nav-block .header-nav-list .header-nav-item:first-child {
              padding: 0 8px 0 0; } }
          @media screen and (max-width: 960px) {
            header .header-inner .header-nav-block .header-nav-list .header-nav-item:first-child {
              padding: 0 4px 0 0; } }
          @media screen and (max-width: 768px) {
            header .header-inner .header-nav-block .header-nav-list .header-nav-item:first-child {
              padding: 0; } }
        header .header-inner .header-nav-block .header-nav-list .header-nav-item:last-child {
          padding: 0 0 0 15px; }
          @media screen and (max-width: 1000px) {
            header .header-inner .header-nav-block .header-nav-list .header-nav-item:last-child {
              padding: 0 0 0 8px; } }
          @media screen and (max-width: 960px) {
            header .header-inner .header-nav-block .header-nav-list .header-nav-item:last-child {
              padding: 0 0 0 4px; } }
          @media screen and (max-width: 768px) {
            header .header-inner .header-nav-block .header-nav-list .header-nav-item:last-child {
              padding: 0; } }
        header .header-inner .header-nav-block .header-nav-list .header-nav-item a, header .header-inner .header-nav-block .header-nav-list .header-nav-item .header-nav-item-title {
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          letter-spacing: 0.8px; }
          @media screen and (max-width: 1000px) {
            header .header-inner .header-nav-block .header-nav-list .header-nav-item a, header .header-inner .header-nav-block .header-nav-list .header-nav-item .header-nav-item-title {
              font-size: 14px; } }
        header .header-inner .header-nav-block .header-nav-list .header-nav-item span, header .header-inner .header-nav-block .header-nav-list .header-nav-item .header-nav-item-subTitle {
          font-size: 10px;
          color: #fff;
          letter-spacing: 0.8px; }
        header .header-inner .header-nav-block .header-nav-list .header-nav-item a {
          display: inline-block;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          -moz-transition: ease-in 0.35s;
          -o-transition: ease-in 0.35s;
          -webkit-transition: ease-in 0.35s;
          transition: ease-in 0.35s; }
          header .header-inner .header-nav-block .header-nav-list .header-nav-item a:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
            opacity: 0.7;
            -moz-transition: ease-in 0.35s;
            -o-transition: ease-in 0.35s;
            -webkit-transition: ease-in 0.35s;
            transition: ease-in 0.35s; }
  @media screen and (max-width: 768px) {
    header .header-share-block {
      display: inline-block; } }
  header .header-share-block .header-share-sns {
    padding: 6px 5px 1px 5px;
    margin: 0 0 8px;
    line-height: 0;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    header .header-share-block .header-share-sns a {
      display: inline-block;
      line-height: 0;
      margin: 0 0px; }
      @media screen and (max-width: 768px) {
        header .header-share-block .header-share-sns a {
          margin: 0 5px;
        }
      }
    @media screen and (max-width: 768px) {
      header .header-share-block .header-share-sns {
        margin: 0 0 20px; } }
  header .header-share-block .header-share-banner {
    line-height: 0;
    }
    header .header-inner .header-nav-block .header-nav-list .header-nav-item .header-share-sns a{
      line-height: .9em;
      vertical-align: top;
    }
    header .header-inner .header-nav-block .header-nav-list .header-nav-item .header-share-sns a span{
      display: block;
      font-size: 10px;
      letter-spacing: -.05em;
      color: #04285e;
    }
    @media screen and (max-width: 768px) {
      header .sp-header-nav-block .header-nav-list .header-nav-item .header-share-instagram{
        background: #fff;
        max-width: 170px;
        border-radius: 5px;
        margin: 0 0 10px 0;
        padding: 5px 5% 0 5%;
      }
      header .sp-header-nav-block .header-nav-list .header-nav-item .header-share-instagram a{
        border-bottom: solid 1px #04285e;
        padding: 5px 0;
        display: block;
      }
      header .sp-header-nav-block .header-nav-list .header-nav-item .header-share-instagram a img{
        width: 100%;
      }
      header .sp-header-nav-block .header-nav-list .header-nav-item .header-share-instagram a:last-child{
        border-bottom: none;
      }
      header .sp-header-nav-block .header-nav-list .header-nav-item .header-share-sns{
        background: #fff;
        max-width: 170px;
        margin: 0 auto 10px auto;
      }
      header .sp-header-nav-block .header-nav-list .header-nav-item .header-share-sns a{
        line-height: .9em;
        vertical-align: top;
        margin: 0 4px 4px 4px;
      }
      header .sp-header-nav-block .header-nav-list .header-nav-item .header-share-sns a img{
        width: 22px;
      }
        header .sp-header-nav-block .header-nav-list .header-nav-item .header-share-sns a span{
        display: block;
        font-size: 10px;
        letter-spacing: -.05em;
        color: #04285e;
      }
    }
  header .sp-header-nav-block {
    display: none;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    padding: 70px 10px 20px;
    position: fixed;
    top: -600px;
    background-color: #04285e;
    z-index: -2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.35s;
    -o-transition: ease-in-out 0.35s;
    -webkit-transition: ease-in-out 0.35s;
    transition: ease-in-out 0.35s;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 768px) {
      header .sp-header-nav-block {
        display: block; } }
    header .sp-header-nav-block .header-nav-list .header-nav-item {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      display: block;
      padding: 0;
      margin: 0 0 30px; }
      header .sp-header-nav-block .header-nav-list .header-nav-item a, header .sp-header-nav-block .header-nav-list .header-nav-item .header-nav-item-title {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0.8px;
        margin: 0 0 5px; }
      header .sp-header-nav-block .header-nav-list .header-nav-item span, header .sp-header-nav-block .header-nav-list .header-nav-item .header-nav-item-subTitle {
        font-size: 12px;
        color: #fff;
        letter-spacing: 0.8px; }
    header .sp-header-nav-block.open {
      top: 0;
      -moz-transition: ease-in-out 0.35s;
      -o-transition: ease-in-out 0.35s;
      -webkit-transition: ease-in-out 0.35s;
      transition: ease-in-out 0.35s; }
  header .sp-header-nav-toggle {
    display: none;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 34px;
    height: 36px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      header .sp-header-nav-toggle {
        display: block; } }
    header .sp-header-nav-toggle div {
      position: relative;
      height: 36px; }
    header .sp-header-nav-toggle span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #fff;
      left: 0;
      -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
      -moz-transition: ease-in-out 0.35s;
      -o-transition: ease-in-out 0.35s;
      -webkit-transition: ease-in-out 0.35s;
      transition: ease-in-out 0.35s; }
      header .sp-header-nav-toggle span:nth-child(1) {
        top: 0; }
      header .sp-header-nav-toggle span:nth-child(2) {
        top: 11px; }
      header .sp-header-nav-toggle span:nth-child(3) {
        top: 22px; }
    header .sp-header-nav-toggle.open span:nth-child(1) {
      top: 11px;
      -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -webkit-transform: rotate(315deg);
      transform: rotate(315deg); }
    header .sp-header-nav-toggle.open span:nth-child(2) {
      width: 0;
      left: 50%; }
    header .sp-header-nav-toggle.open span:nth-child(3) {
      top: 11px;
      -moz-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
      -webkit-transform: rotate(-315deg);
      transform: rotate(-315deg); }

footer {
  background-color: #04285e;
  position: relative;
  z-index: 1; }
  footer a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: ease-in 0.35s;
    -o-transition: ease-in 0.35s;
    -webkit-transition: ease-in 0.35s;
    transition: ease-in 0.35s; }
    footer a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -moz-transition: ease-in 0.35s;
      -o-transition: ease-in 0.35s;
      -webkit-transition: ease-in 0.35s;
      transition: ease-in 0.35s; }
  footer .footer-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      footer .footer-inner {
        padding: 20px 10px; } }
  footer .footer-upper {
    border-bottom: 2px solid #fff;
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      footer .footer-upper {
        margin: 0 0 20px; } }
  footer .footer-logo {
    margin: 0 0 15px; }
    @media screen and (max-width: 768px) {
      footer .footer-logo {
        display: block;
        max-width: 150px; }
        footer .footer-logo img {
          width: 100%; } }
  footer .footer-nav {
    margin: 0 auto 60px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .footer-nav {
        margin: 0 auto 30px; } }
    footer .footer-nav .footer-nav-item {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      border-right: 2px solid #fff;
      padding: 0 40px; }
      footer .footer-nav .footer-nav-item:last-child {
        border: none; }
      @media screen and (max-width: 960px) {
        footer .footer-nav .footer-nav-item {
          padding: 0 25px; } }
      @media screen and (max-width: 768px) {
        footer .footer-nav .footer-nav-item {
          display: block;
          text-align: center;
          width: 100%;
          padding: 0 20px 20px;
          margin: 0 0 20px;
          border-right: none;
          border-bottom: 2px solid #fff;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          footer .footer-nav .footer-nav-item:last-child {
            border-bottom: 2px solid #fff; } }
      footer .footer-nav .footer-nav-item .footer-nav-item-title {
        font-size: 18px;
        color: #fff;
        margin: 0 0 20px; }
        @media screen and (max-width: 768px) {
          footer .footer-nav .footer-nav-item .footer-nav-item-title {
            font-size: 14px; } }
      footer .footer-nav .footer-nav-item .footer-nav-item-list li {
        margin: 0 0 15px; }
        footer .footer-nav .footer-nav-item .footer-nav-item-list li:last-child {
          margin: 0; }
        @media screen and (max-width: 768px) {
          footer .footer-nav .footer-nav-item .footer-nav-item-list li {
            font-size: 10px; } }
        footer .footer-nav .footer-nav-item .footer-nav-item-list li a {
          font-size: 14px;
          color: #fff; }
          @media screen and (max-width: 768px) {
            footer .footer-nav .footer-nav-item .footer-nav-item-list li a {
              font-size: 12px; } }
  footer .footer-bsi {
    text-align: center;
    margin: 0 0 20px; }
    footer .footer-bsi p {
      font-size: 12px;
      color: #fff; }
  footer .footer-other {
    text-align: center;
    margin: 0 0 20px; }
    footer .footer-other a {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      padding: 0 20px; }
      @media screen and (max-width: 768px) {
        footer .footer-other a {
          padding: 0 5px; } }
  footer .footer-pp {
    text-align: center;
    margin: 0 0 20px; }
    footer .footer-pp a {
      font-size: 14px;
      color: #fff; }
  footer .footer-copyright {
    text-align: center;
    font-size: 12px;
    font-family: "Aldrich-Regular", serif;
    color: #fff; }

html {
  padding: 0;
  margin: 0;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: '游ゴシック体',YuGothic,'Noto Sans Japanese', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #222222;
  position: relative;
  height: 100%; }

a {
  text-decoration: none; }

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.wrap {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .wrap {
      overflow: hidden; } }

.section-inner {
  width: 100%;
  max-width: 1080px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.link-block {
  display: block;
  cursor: pointer; }

.link-block:hover + .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: ease-in 0.35s;
  -o-transition: ease-in 0.35s;
  -webkit-transition: ease-in 0.35s;
  transition: ease-in 0.35s; }

.link-block:hover > .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: ease-in 0.35s;
  -o-transition: ease-in 0.35s;
  -webkit-transition: ease-in 0.35s;
  transition: ease-in 0.35s; }

.button, .button-large, .button-medium, .button-small {
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .button span, .button-large span, .button-medium span, .button-small span {
    vertical-align: middle; }
  .button img, .button-large img, .button-medium img, .button-small img {
    vertical-align: middle; }
  .button:hover, .button-large:hover, .button-medium:hover, .button-small:hover {
    background-color: transparent;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }
    .button:hover:after, .button-large:hover:after, .button-medium:hover:after, .button-small:hover:after {
      width: 100%;
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }
  .button:after, .button-large:after, .button-medium:after, .button-small:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(4, 40, 94, 0.8);
    z-index: -1;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }

.button-large {
  padding: 15px 90px 15px 110px;
  font-size: 24px; }
  .button-large span {
    padding: 0 20px 0 0; }
  @media screen and (max-width: 768px) {
    .button-large {
      font-size: 12px;
      padding: 7px 45px 7px 55px; }
      .button-large span {
        padding: 0 10px 0 0; } }

.button-medium {
  padding: 15px 50px 15px 70px;
  font-size: 20px; }
  .button-medium span {
    padding: 0 20px 0 0; }
  @media screen and (max-width: 768px) {
    .button-medium {
      font-size: 12px;
      padding: 7px 25px 7px 35px; }
      .button-medium span {
        padding: 0 10px 0 0; } }

.button-small {
  padding: 15px 40px 15px 60px;
  font-size: 16px; }
  .button-small span {
    padding: 0 10px 0 0; }
  @media screen and (max-width: 768px) {
    .button-small {
      font-size: 12px;
      padding: 7px 20px 7px 30px; }
      .button-small span {
        padding: 0 10px 0 0; } }

.button-blue, .button-blue-large, .button-blue-medium, .button-blue-small {
  display: inline-block;
  color: #fff;
  background-color: #04285e;
  border: 1px solid #fff;
  position: relative;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .button-blue span, .button-blue-large span, .button-blue-medium span, .button-blue-small span {
    vertical-align: middle;
    position: relative;
    z-index: 2; }
  .button-blue img, .button-blue-large img, .button-blue-medium img, .button-blue-small img {
    vertical-align: middle;
    position: relative;
    z-index: 2; }
  .button-blue:hover, .button-blue-large:hover, .button-blue-medium:hover, .button-blue-small:hover {
    background-color: transparent;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }
    .button-blue:hover:after, .button-blue-large:hover:after, .button-blue-medium:hover:after, .button-blue-small:hover:after {
      width: 100%;
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }
  .button-blue:after, .button-blue-large:after, .button-blue-medium:after, .button-blue-small:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }

.button-blue-large {
  padding: 15px 55px 15px 65px;
  font-size: 20px; }
  .button-blue-large span {
    padding: 0 20px 0 0; }
  @media screen and (max-width: 768px) {
    .button-blue-large {
      font-size: 12px;
      padding: 7px 45px 7px 55px; }
      .button-blue-large span {
        padding: 0 10px 0 0; } }

.button-blue-medium {
  padding: 14px 28px 13px 38px;
  font-size: 18px;
  cursor: pointer; }
  .button-blue-medium span {
    padding: 0 20px 0 0; }
  @media screen and (max-width: 768px) {
    .button-blue-medium {
      font-size: 12px;
      padding: 7px 25px 7px 35px; }
      .button-blue-medium span {
        padding: 0 10px 0 0; } }
  .button-blue-medium.back {
    padding: 14px 38px 13px 28px; }
    .button-blue-medium.back span {
      padding: 0 0 0 20px; }
    @media screen and (max-width: 768px) {
      .button-blue-medium.back {
        font-size: 12px;
        padding: 7px 35px 7px 25px; }
        .button-blue-medium.back span {
          padding: 0 0 0 10px; } }

.button-blue-small {
  padding: 15px 40px 15px 60px;
  font-size: 16px; }
  .button-blue-small span {
    padding: 0 10px 0 0; }
  @media screen and (max-width: 768px) {
    .button-blue-small {
      font-size: 12px;
      padding: 7px 20px 7px 30px; }
      .button-blue-small span {
        padding: 0 10px 0 0; } }

.button-square {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  padding: 7px 10px; }

.button-circle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #04285e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .button-circle:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #04285e;
    border-right: 1px solid #04285e;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.button-pagination-right {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #04285e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .button-pagination-right:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #04285e;
    border-right: 1px solid #04285e;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .button-pagination-right:hover {
    background-color: #04285e;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }
    .button-pagination-right:hover:after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }

.button-pagination-left {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #04285e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .button-pagination-left:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #04285e;
    border-left: 1px solid #04285e;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .button-pagination-left:hover {
    background-color: #04285e;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }
    .button-pagination-left:hover:after {
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }

.button-banner {
  display: block;
  line-height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s; }
  .button-banner:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    transition: ease-in 0.3s; }

.heading-01 h1 {
  font-size: 50px;
  font-size: 3.90625vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .heading-01 h1 {
      font-size: 6.25vw;
      line-height: 1.5; } }

.heading-02 h2 {
  font-size: 45px;
  font-family: "Aldrich-Regular", serif;
  color: #fff;
  margin: 0 0 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .heading-02 h2 {
      margin: 0 0 10px;
      font-size: 30px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); } }
.heading-02 span {
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .heading-02 span {
      font-size: 15px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); } }

.heading-03 h1 {
  font-size: 40px;
  font-family: "Aldrich-Regular", serif;
  margin: 0 0 20px; }
  @media screen and (max-width: 768px) {
    .heading-03 h1 {
      margin: 0 0 10px; } }
.heading-03 .heading-03-sub span {
  font-size: 16px;
  color: #555;
  vertical-align: middle; }
.heading-03 .heading-03-sub:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 3px;
  margin: 0 30px 0 0;
  background-color: #04285e;
  vertical-align: middle; }
@media screen and (max-width: 768px) {
  .heading-03 .heading-03-sub:before {
    width: 40px;
    margin: 0 20px 0 0; } }

.text-copy {
  font-size: 14px;
  color: #fff;
  line-height: 2.5;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .text-copy {
      font-size: 14px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); } }

.text-catch {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .text-catch {
      font-size: 18px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); } }

.text-highLight-01 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 5px; }

.text-highLight-02 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px; }

.text-slant-01 span {
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  height: 28px;
  line-height: 28px; }
  @media screen and (max-width: 768px) {
    .text-slant-01 span {
      height: auto;
      line-height: initial;
      padding: 5px 2px;
      line-height: 1;
      display: inline-block; } }
.text-slant-01:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .text-slant-01:before {
      border-width: 0 0 26px 10px; } }
.text-slant-01:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 10px 0 0;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .text-slant-01:after {
      border-width: 26px 10px 0 0; } }

.text-slant-02 span {
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 25px; }
  @media screen and (max-width: 1000px) {
    .text-slant-02 span {
      height: auto;
      line-height: initial;
      padding: 5px 0;
      line-height: 1;
      display: inline-block; } }
.text-slant-02:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 10px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .text-slant-02:before {
      border-width: 0 0 24px 10px; } }
.text-slant-02:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 10px 0 0;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .text-slant-02:after {
      border-width: 24px 10px 0 0; } }

.pc-display-block {
  display: block; }

.pc-display-inlineBlock {
  display: inline-block; }

.pc-display-inline {
  display: inline; }

.sp-display-block {
  display: none; }

.sp-display-inlineBlock {
  display: none; }

.sp-display-inline {
  display: none; }

@media screen and (max-width: 768px) {
  .pc-display-block {
    display: none; }

  .pc-display-inlineBlock {
    display: none; }

  .pc-display-inline {
    display: none; }

  .sp-display-block {
    display: block; }

  .sp-display-inlineBlock {
    display: inline-block; }

  .sp-display-inline {
    display: inline; } }

.anim_overlay {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .anim_overlay .anim_overlay_border {
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #ccc;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .anim_overlay .anim_overlay_border .anim_overlay_border_inner {
      width: 0%;
      height: 100%;
      background-color: #04285e;
      -moz-transition: ease 0.4s;
      -o-transition: ease 0.4s;
      -webkit-transition: ease 0.4s;
      transition: ease 0.4s; }

table.table-01 {
  width: 100%; }
  table.table-01 tr {
    width: 100%;
    border: 1px solid #d8d8d8; }
  table.table-01 th {
    width: 160px;
    font-size: 16px;
    font-weight: 700;
    background-color: #f9f9f9;
    vertical-align: middle;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      table.table-01 th {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  table.table-01 td {
    font-size: 16px;
    line-height: 2;
    vertical-align: middle;
    padding: 20px 30px; }
    @media screen and (max-width: 768px) {
      table.table-01 td {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 10px 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }

.category-tag {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 2px 2px;
  font-size: 12px;
  color: #fff;
  letter-spacing: normal; }
  .category-tag.cat-column {
    background-color: #093e8d; }
  .category-tag.cat-report {
    background-color: #f19149; }

.bg-color-gray {
  background-color: #fafafa; }

.common-form input {
  border: 1px solid #d8d7d8;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.form-search-block {
  position: relative; }
  .form-search-block .form-search-icon {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_search.png");
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    cursor: pointer;
    border: none;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0; }
    .form-search-block .form-search-icon:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -moz-transition: ease-in 0.35s;
      -o-transition: ease-in 0.35s;
      -webkit-transition: ease-in 0.35s;
      transition: ease-in 0.35s; }
  .form-search-block input {
    width: 100%;
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 8px 30px 8px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.page-title-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
  width: 100%;
  height: 300px; }
  .page-title-block:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45); }
  @media screen and (max-width: 768px) {
    .page-title-block {
      background-size: auto 100%;
      height: 30vh; } }
  .page-title-block .page-title-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .page-title-block .page-title-inner .page-title-text01 {
      font-size: 45px;
      font-family: "Aldrich-Regular", serif;
      color: #fff;
      margin: 0 0 20px;
      letter-spacing: 0.1em;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 768px) {
        .page-title-block .page-title-inner .page-title-text01 {
          font-size: 30px;
          margin: 0 0 10px; } }
    .page-title-block .page-title-inner .page-title-text02 {
      font-size: 18px;
      color: #fff;
      letter-spacing: 0.2em;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 768px) {
        .page-title-block .page-title-inner .page-title-text02 {
          font-size: 14px; } }
.page-content-block {
  display: table;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .page-content-block {
      display: block;
      padding: 30px 20px 20px; } }
  .page-content-block .page-main-block {
    display: table-cell;
    width: auto;
    background-color: #fff;
    padding: 40px 30px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .page-content-block .page-main-block {
        display: block;
        width: 100%;
        padding: 20px 15px; } }
  .page-content-block .page-side-block {
    display: table-cell;
    width: 22%;
    min-width: 220px;
    padding: 0 0 0 3%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .page-content-block .page-side-block {
        display: block;
        width: 100%;
        min-width: initial;
        padding: 3% 0 0; } }
    .page-content-block .page-side-block .page-side-inner {
      padding: 20px 15px;
      background-color: #fff; }
      .page-content-block .page-side-block .page-side-inner .page-side-item {
        margin: 0 0 30px; }
        .page-content-block .page-side-block .page-side-inner .page-side-item .page-side-item-title {
          font-size: 16px;
          font-family: "Aldrich-Regular", serif;
          border-left: 3px solid #0068b7;
          padding: 0 0 0 10px;
          margin: 0 0 20px; }
        .page-content-block .page-side-block .page-side-inner .page-side-item .page-side-item-content {
          font-size: 14px; }
          .page-content-block .page-side-block .page-side-inner .page-side-item .page-side-item-content a {
            color: #000;
            -moz-transition: ease-in 0.3s;
            -o-transition: ease-in 0.3s;
            -webkit-transition: ease-in 0.3s;
            transition: ease-in 0.3s; }
            .page-content-block .page-side-block .page-side-inner .page-side-item .page-side-item-content a:hover {
              color: #0068b7;
              -moz-transition: ease-in 0.3s;
              -o-transition: ease-in 0.3s;
              -webkit-transition: ease-in 0.3s;
              transition: ease-in 0.3s; }
          .page-content-block .page-side-block .page-side-inner .page-side-item .page-side-item-content ul li {
            margin: 0 0 20px; }
            .page-content-block .page-side-block .page-side-inner .page-side-item .page-side-item-content ul li:last-child {
              margin: 0; }

.page-interview-main-block .page-interview-main-inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .page-interview-main-block .page-interview-main-inner {
      padding: 0 20px; } }
  .page-interview-main-block .page-interview-main-inner .page-interview-main-text {
    position: absolute;
    top: 40%;
    z-index: 1;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 40px;
    font-weight: 700;
    color: #04285e;
    line-height: 1.8; }
    @media screen and (max-width: 1080px) {
      .page-interview-main-block .page-interview-main-inner .page-interview-main-text {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .page-interview-main-block .page-interview-main-inner .page-interview-main-text {
        display: none;
        top: 70%;
        font-size: 18px;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); } }
  .page-interview-main-block .page-interview-main-inner .page-interview-main-profile {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 30px;
    background-color: #04285e;
    display: table;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1080px) {
      .page-interview-main-block .page-interview-main-inner .page-interview-main-profile {
        padding: 15px; } }
    @media screen and (max-width: 768px) {
      .page-interview-main-block .page-interview-main-inner .page-interview-main-profile {
        display: none;
        bottom: -15%; } }
    .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-left {
      display: table-cell;
      vertical-align: middle;
      border-right: 2px solid #fff;
      padding: 0 40px 0 0; }
      @media screen and (max-width: 768px) {
        .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-left {
          padding: 0 20px 0 0; } }
      .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-left .page-interview-main-name {
        font-size: 40px;
        font-weight: 700;
        color: #fff; }
        @media screen and (max-width: 1080px) {
          .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-left .page-interview-main-name {
            font-size: 28px; } }
        @media screen and (max-width: 768px) {
          .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-left .page-interview-main-name {
            font-size: 18px; } }
    .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-right {
      display: table-cell;
      vertical-align: middle;
      padding: 0 0 0 40px; }
      @media screen and (max-width: 768px) {
        .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-right {
          padding: 0 0 0 20px; } }
      .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-right .page-interview-main-join {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 5px; }
        @media screen and (max-width: 1080px) {
          .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-right .page-interview-main-join {
            font-size: 14px; } }
        @media screen and (max-width: 768px) {
          .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-right .page-interview-main-join {
            font-size: 12px; } }
      .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-right .page-interview-main-department {
        font-size: 14px;
        color: #fff;
        line-height: 1.5; }
        @media screen and (max-width: 1080px) {
          .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-right .page-interview-main-department {
            font-size: 12px; } }
        @media screen and (max-width: 768px) {
          .page-interview-main-block .page-interview-main-inner .page-interview-main-profile .page-interview-main-profile-right .page-interview-main-department {
            font-size: 11px; } }
.page-interview-main-block .page-interview-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0; }
  .page-interview-main-block .page-interview-main-img img {
    width: 100%; }

.page-topMessage-main-block {
  position: relative;
  background-image: url("../img/bg_topMessage_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media screen and (max-width: 768px) {
    .page-topMessage-main-block {
      background-image: url("../img/sp_bg_topMessage_01.jpg"); } }
  .page-topMessage-main-block .page-topMessage-main-inner {
    width: 100%;
    max-width: 1080px;
    z-index: 1;
    margin: 0 auto;
    padding: 10% 40px 0;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1100px) {
      .page-topMessage-main-block .page-topMessage-main-inner {
        padding: 10% 20px 0; } }
    .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content {
      display: inline-block;
      position: relative;
      z-index: 1;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content {
          display: none; } }
      .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-heading {
        margin: 0 0 30px; }
      .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-copy {
        line-height: 2.5;
        font-size: 18px;
        margin: 0 0 30px; }
      .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile {
        background-color: #04285e;
        padding: 20px;
        color: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper {
          display: table;
          width: 100%;
          margin: 0 0 20px; }
          .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-left {
            display: table-cell;
            width: 50%;
            vertical-align: middle;
            border-right: 1px solid #fff;
            padding: 0 30px 0 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-left .page-topMessage-main-name .page-topMessage-main-position {
              font-size: 13px;
              line-height: 2;
              margin: 0 0 5px;
              letter-spacing: 0.5px; }
            .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-left .page-topMessage-main-name .page-topMessage-main-name-01 {
              font-size: 20px;
              font-weight: 700;
              letter-spacing: 0.5px; }
          .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-right {
            display: table-cell;
            width: 50%;
            vertical-align: middle;
            padding: 0 0 0 30px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-right .page-topMessage-main-name-02 {
              font-size: 25px;
              font-weight: 700;
              line-height: 1.2;
              letter-spacing: 0.1rem; }
        .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history {
          font-size: 11px;
          margin: 0 0 15px;
          letter-spacing: 0.5px; }
          .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history:last-child {
            margin: 0; }
          .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history dt {
            display: inline-block;
            padding: 0 25px 0 0; }
          .page-topMessage-main-block .page-topMessage-main-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history dd {
            display: inline-block; }

.deco-triangle-extend, .deco-triangle-top-white, .deco-triangle-top-white .deco-triangle, .deco-triangle-bottom-white, .deco-triangle-bottom-white .deco-triangle, .deco-triangle-bottom-blue, .deco-triangle-bottom-blue .deco-triangle, .deco-triangle-bottom-center-white, .deco-triangle-bottom-center-white .deco-triangle {
  position: relative; }
  .deco-triangle-extend .deco-triangle-extend, .deco-triangle-top-white .deco-triangle-extend, .deco-triangle-bottom-white .deco-triangle-extend, .deco-triangle-bottom-blue .deco-triangle-extend, .deco-triangle-bottom-center-white .deco-triangle-extend, .deco-triangle-extend .deco-triangle-top-white, .deco-triangle-top-white .deco-triangle-top-white, .deco-triangle-bottom-white .deco-triangle-top-white, .deco-triangle-bottom-blue .deco-triangle-top-white, .deco-triangle-bottom-center-white .deco-triangle-top-white, .deco-triangle-top-white .deco-triangle, .deco-triangle-extend .deco-triangle-bottom-white, .deco-triangle-top-white .deco-triangle-bottom-white, .deco-triangle-bottom-white .deco-triangle-bottom-white, .deco-triangle-bottom-blue .deco-triangle-bottom-white, .deco-triangle-bottom-center-white .deco-triangle-bottom-white, .deco-triangle-bottom-white .deco-triangle, .deco-triangle-extend .deco-triangle-bottom-blue, .deco-triangle-top-white .deco-triangle-bottom-blue, .deco-triangle-bottom-white .deco-triangle-bottom-blue, .deco-triangle-bottom-blue .deco-triangle-bottom-blue, .deco-triangle-bottom-center-white .deco-triangle-bottom-blue, .deco-triangle-bottom-blue .deco-triangle, .deco-triangle-extend .deco-triangle-bottom-center-white, .deco-triangle-top-white .deco-triangle-bottom-center-white, .deco-triangle-bottom-white .deco-triangle-bottom-center-white, .deco-triangle-bottom-blue .deco-triangle-bottom-center-white, .deco-triangle-bottom-center-white .deco-triangle-bottom-center-white, .deco-triangle-bottom-center-white .deco-triangle {
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0; }

.deco-triangle-top-white .deco-triangle {
  border-width: 0 200px 100px 0;
  border-color: transparent  transparent transparent #fff;
  top: 0;
  left: 0; }

.deco-triangle-bottom-white .deco-triangle {
  border-width: 0 0 100px 200px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  right: 0; }

.deco-triangle-bottom-blue .deco-triangle {
  border-width: 0 0 100px 200px;
  border-color: transparent transparent #04285e transparent;
  bottom: 0;
  right: 0; }

.deco-triangle-bottom-center-white .deco-triangle {
  border-width: 100px 150px 0 150px;
  border-color: #fff transparent transparent transparent;
  bottom: 0;
  left: 0;
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

#cboxClose {
  background-position: unset;
  top: -30px; }
  #cboxClose:hover {
    background-position: unset; }

#cboxPrevious {
  background: url(../js/lib/colorbox/img/prev.png) no-repeat 0 0;
  top: 50%;
  left: -30px;
  margin-top: -10px; }
  #cboxPrevious:hover {
    background-position: 0 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

#cboxNext {
  background: url(../js/lib/colorbox/img/next.png) no-repeat 0 0;
  top: 50%;
  right: -30px;
  margin-top: -10px; }
  #cboxNext:hover {
    background-position: 0 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

#cboxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #04285e;
  top: unset;
  -moz-transform: translate(0, 110%);
  -ms-transform: translate(0, 110%);
  -webkit-transform: translate(0, 110%);
  transform: translate(0, 110%);
  line-height: 1.5; }

#cboxContent {
  margin-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    #cboxContent {
      margin-bottom: 4rem; } }

#cboxLoadedContent {
  background: #04285e;
  padding: 0; }

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: unset !important; }

.cboxPhoto {
  width: 100% !important;
  height: auto !important; }

.tgt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  @media screen and (max-width: 768px) {
    .tgt {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; } }
  .tgt span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .tgt span {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; } }

.main {
  position: relative;
  width: 100%; }
  .main:before {
    content: "";
    display: block;
    padding-top: 30%; }
    @media screen and (max-width: 768px) {
      .main:before {
        content: none; } }
  .main .overlay {
    -moz-transition: ease-in 0.35s;
    -o-transition: ease-in 0.35s;
    -webkit-transition: ease-in 0.35s;
    transition: ease-in 0.35s;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0; }
  .main .section-content {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (max-width: 960px) {
      .main .section-content {
        top: 50%; } }
    .main .section-content h1 {
      display: inline-block;
      text-align: center; }
    .main .section-content .button-block {
      margin: 120px 0 0;
      text-align: center; }
      @media screen and (max-width: 960px) {
        .main .section-content .button-block {
          margin: 10% 0 0; } }
  .main .heading-01 {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 40%;
    text-align: center;
    mix-blend-mode: exclusion;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (max-width: 960px) {
      .main .heading-01 {
        top: 40%; } }
       @media screen and (max-width: 768px) {
        .main .heading-01 {
          mix-blend-mode: normal;
         } }
    .main .heading-01 h1 {
      display: inline-block;
      text-align: center; }
      .main .heading-01 h1 span {
        letter-spacing: -2rem; }
  .main .button-block {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 60%;
    text-align: center;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media screen and (max-width: 960px) {
      .main .button-block {
        top: 60%; } }
  .main .video-block img {
    width: 100%;
    display: none; }
    @media screen and (max-width: 768px) {
      .main .video-block img {
        display: block; } }
  .main .video-block video {
    position: fixed;
    top: -100px !important;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    display: block; }
    @media screen and (max-width: 768px) {
      .main .video-block video {
        display: none; } }

.blog {
  position: relative;
  background: #fff; }
  .blog .section-inner {
    padding: 60px 40px 40px; }
    @media screen and (max-width: 768px) {
      .blog .section-inner {
        padding: 30px 20px 20px; } }
  .blog .heading-02 {
    text-align: center; }
    .blog .blog-block .blog-list {
      letter-spacing: -10px; }
      .blog .blog-block .blog-list .blog-list-item {
        display: inline-block;
        letter-spacing: normal;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.6);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .blog .blog-block .blog-list .blog-list-item {
            display: block;
            width: 100%;
            margin: 0 0 20px; }
            .blog .blog-block .blog-list .blog-list-item:last-child {
              margin: 0; } }
          .blog .blog-block .blog-list .blog-list-item .blog-list-item-inner .blog-list-item-title {
            overflow: hidden; }
            .blog .blog-block .blog-list .blog-list-item .blog-list-item-inner .blog-list-item-title p {
              position: relative;
              z-index: 1; }
          .blog .blog-block .blog-list .blog-list-item .blog-list-item-inner .blog-list-item-text {
            font-size: 12px;
            line-height: 1.5;
            color: #fff;
            padding: 0 10px 20px; }
          .blog .blog-block .blog-list .blog-list-item .blog-list-item-inner .blog-list-item-date {
            font-size: 14px;
            color: #fff;
            padding: 0 10px 20px; }
        .blog .blog-block .blog-list .blog-list-item.cat-column:hover .blog-list-item-inner {
          background-color: rgba(9, 62, 141, 0.25) !important;
          -moz-transition: ease-in 0.35s;
          -o-transition: ease-in 0.35s;
          -webkit-transition: ease-in 0.35s;
          transition: ease-in 0.35s; }
        .blog .blog-block .blog-list .blog-list-item.cat-column .blog-list-item-title-reborn {
          background-color: rgba(9, 62, 141, 0.4) !important;
          -moz-transition: ease-in 0.35s;
          -o-transition: ease-in 0.35s;
          -webkit-transition: ease-in 0.35s;
          transition: ease-in 0.35s; }
        .blog .blog-block .blog-list .blog-list-item.cat-report:hover .blog-list-item-inner {
          background-color: rgba(241, 145, 73, 0.25) !important;
          -moz-transition: ease-in 0.35s;
          -o-transition: ease-in 0.35s;
          -webkit-transition: ease-in 0.35s;
          transition: ease-in 0.35s; }
        .blog .blog-block .blog-list .blog-list-item.cat-report .blog-list-item-title-reborn {
          background-color: rgba(241, 145, 73, 0.4) !important;
          -moz-transition: ease-in 0.35s;
          -o-transition: ease-in 0.35s;
          -webkit-transition: ease-in 0.35s;
          transition: ease-in 0.35s; }
  .blog .button-block {
    text-align: right; }

.topMessage {
  position: relative;
  background-color: #fff; }
  .topMessage .section-inner {
    padding: 60px 40px 40px; }
    @media screen and (max-width: 768px) {
      .topMessage .section-inner {
        padding: 30px 20px 20px; } }
  .topMessage .link-block {
    background-image: url("../img/bg_top-message.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .topMessage .link-block {
        background-image: none; } }
  .topMessage .overlay {
    -moz-transition: ease-in 0.35s;
    -o-transition: ease-in 0.35s;
    -webkit-transition: ease-in 0.35s;
    transition: ease-in 0.35s;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .topMessage .overlay {
        z-index: 1; } }
  .topMessage .deco-bg {
    height: 720px; }
    .topMessage .deco-bg .deco-bg-child-01, .topMessage .deco-bg .deco-bg-child-02 {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center; }
      @media screen and (max-width: 768px) {
        .topMessage .deco-bg .deco-bg-child-01, .topMessage .deco-bg .deco-bg-child-02 {
          display: none; } }
    .topMessage .deco-bg .deco-bg-child-01 {
      background-image: url("../img/bg_deco_topmessage_01.png"); }
    .topMessage .deco-bg .deco-bg-child-02 {
      background-image: url("../img/bg_deco_topmessage_02.png"); }
    @media screen and (max-width: 768px) {
      .topMessage .deco-bg {
        background-image: none;
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 5%;
        z-index: 2; } }
    @media screen and (max-width: 640px) {
      .topMessage .deco-bg {
        bottom: 0%; } }
  @media screen and (max-width: 768px) {
    .topMessage .sp-bg {
      position: relative;
      line-height: 0; }
      .topMessage .sp-bg img {
        width: 100%; } }
  .topMessage .section-inner {
    height: 100%; }
    @media screen and (max-width: 768px) {
      .topMessage .section-inner {
        position: static; } }
    .topMessage .section-inner .section-content {
      width: 100%;
      text-align: right;
      position: absolute;
      z-index: 2;
      top: 60%;
      right: 40px;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .topMessage .section-inner .section-content .text-block {
        margin: 60px 0 0; }
      .topMessage .section-inner .section-content .button-block {
        margin: 60px 0 0; }
      @media screen and (max-width: 768px) {
        .topMessage .section-inner .section-content {
          position: static;
          text-align: center;
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
          .topMessage .section-inner .section-content .text-block {
            margin: 30px 0 0; }
          .topMessage .section-inner .section-content .button-block {
            margin: 30px 0 0; } }

.interview {
  position: relative;
  background-image: url("../img/bg_interview.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  -webkit-animation-name: repeatBg;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 20s;
  -webkit-animation-fill-mode: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-name: repeatBg;
  animation-timing-function: linear;
  animation-duration: 20s;
  animation-fill-mode: alternate;
  animation-iteration-count: infinite; }
  @media screen and (max-width: 768px) {
    .interview {
      background-image: none; } }
@-webkit-keyframes repeatBg {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -2340px 0px; } }
  .interview .section-inner {
    padding: 60px 40px 40px; }
    @media screen and (max-width: 768px) {
      .interview .section-inner {
        padding: 30px 20px 20px; } }
  .interview .overlay {
    -moz-transition: ease-in 0.35s;
    -o-transition: ease-in 0.35s;
    -webkit-transition: ease-in 0.35s;
    transition: ease-in 0.35s;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .interview .overlay {
        z-index: 1; } }
  .interview .section-inner {
    height: 350px;
    position: static;
    padding: 40px; }
    @media screen and (max-width: 768px) {
      .interview .section-inner {
        position: absolute;
        height: auto;
        top: 50%;
        z-index: 2;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
    .interview .section-inner .section-content {
      text-align: center;
      position: relative;
      z-index: 2; }
      .interview .section-inner .section-content .text-block {
        margin: 60px 0 0; }
      .interview .section-inner .section-content .button-block {
        text-align: right; }
        @media screen and (max-width: 768px) {
          .interview .section-inner .section-content .button-block {
            margin: 30px 0 0;
            text-align: center; } }
  @media screen and (max-width: 768px) {
    .interview .sp-bg {
      position: relative;
      line-height: 0; }
      .interview .sp-bg img {
        width: 100%; } }

.aboutUs {
  position: relative; }
  .aboutUs .section-inner {
    padding: 60px 40px 40px; }
    @media screen and (max-width: 768px) {
      .aboutUs .section-inner {
        padding: 30px 20px 20px; } }
  .aboutUs .overlay {
    -moz-transition: ease-in 0.35s;
    -o-transition: ease-in 0.35s;
    -webkit-transition: ease-in 0.35s;
    transition: ease-in 0.35s;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    .aboutUs {
      background-image: url("../img/bg_aboutus.jpg");
      background-repeat: repeat-x;
      background-size: auto 100%;
      background-position: center; } }
  .aboutUs .infoGraphic-text {
    position: absolute;
    right: 3.703703703704%;
    bottom: 5%;
    z-index: 4; }
    @media screen and (max-width: 768px) {
      .aboutUs .infoGraphic-text {
        position: static; } }
    .aboutUs .infoGraphic-text h3 {
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 5px 0;
      margin: 0 0 10px; }
      @media screen and (max-width: 768px) {
        .aboutUs .infoGraphic-text h3 {
          font-size: 14px; } }
    .aboutUs .infoGraphic-text p {
      font-size: 12px;
      line-height: 2.5;
      letter-spacing: 0.8px; }
      @media screen and (max-width: 768px) {
        .aboutUs .infoGraphic-text p {
          font-size: 12px;
          letter-spacing: 0; } }
  .aboutUs .section-inner {
    position: absolute;
    z-index: 4; }
    @media screen and (max-width: 960px) {
      .aboutUs .section-inner {
        padding: 30px 20px 20px; } }
    @media screen and (max-width: 768px) {
      .aboutUs .section-inner {
        position: relative; } }
    .aboutUs .section-inner .section-content {
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .aboutUs .section-inner .section-content {
          display: block; } }
      @media screen and (max-width: 768px) {
        .aboutUs .section-inner .section-content .heading-02 {
          text-align: center; } }
      .aboutUs .section-inner .section-content .text-block {
        margin: 40px 0 0; }
        @media screen and (max-width: 768px) {
          .aboutUs .section-inner .section-content .text-block {
            text-align: center;
            margin: 20px 0 20px; } }
      .aboutUs .section-inner .section-content .button-block {
        position: absolute;
        right: 0;
        bottom: 0; }
        @media screen and (max-width: 768px) {
          .aboutUs .section-inner .section-content .button-block {
            text-align: center;
            position: static;
            margin: 0 0 20px; } }
  .aboutUs .section-layout {
    position: relative; }
    @media screen and (max-width: 768px) {
      .aboutUs .section-layout {
        z-index: 2; } }
    @media screen and (max-width: 768px) {
      .aboutUs .section-layout .infoGraphic-block {
        display: none; } }
    .aboutUs .section-layout .infoGraphic-block .infoGraphic-num {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 4; }
      .aboutUs .section-layout .infoGraphic-block .infoGraphic-num .infoGraphic-num-maximum {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 160px;
        font-size: 6.2vw;
        font-family: "Noto Sans Japanese", serif;
        letter-spacing: -.2rem;
        position: absolute;
        top: 17px;
        right: 1.5%; }
      .aboutUs .section-layout .infoGraphic-block .infoGraphic-num .infoGraphic-num-minimum {
        display: inline-block;
        color: #fff;
        font-weight: 700;
        font-size: 40px;
        font-size: 3.7vw;
        font-family: "Noto Sans Japanese", serif;
        position: absolute;
        left: 2.5%;
        bottom:6%; }
    .aboutUs .section-layout .infoGraphic-block .infoGraphic-img {
      line-height: 0; }
      .aboutUs .section-layout .infoGraphic-block .infoGraphic-img img {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        transform-origin: left bottom !important; }
      .aboutUs .section-layout .infoGraphic-block .infoGraphic-img .infoGraphic-img-01 {
        z-index: 2; }
      .aboutUs .section-layout .infoGraphic-block .infoGraphic-img .infoGraphic-img-02 {
        z-index: 3;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0); }
    .aboutUs .section-layout .bg-block {
      line-height: 0; }
      @media screen and (max-width: 768px) {
        .aboutUs .section-layout .bg-block {
          margin: -15% 0 0; } }
      .aboutUs .section-layout .bg-block img {
        width: 100%; }

.ncsTour {
  position: relative;
  background-image: url("../img/bg_ncstour.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .ncsTour .section-inner {
    padding: 60px 40px 40px; }
    @media screen and (max-width: 768px) {
      .ncsTour .section-inner {
        padding: 30px 20px 20px; } }
  .ncsTour .overlay {
    -moz-transition: ease-in 0.35s;
    -o-transition: ease-in 0.35s;
    -webkit-transition: ease-in 0.35s;
    transition: ease-in 0.35s;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0; }
  .ncsTour .section-inner {
    height: 350px; }
    @media screen and (max-width: 768px) {
      .ncsTour .section-inner {
        height: auto; } }
    .ncsTour .section-inner .section-content {
      text-align: center; }
      .ncsTour .section-inner .section-content .text-block {
        margin: 60px 0 0; }
        @media screen and (max-width: 768px) {
          .ncsTour .section-inner .section-content .text-block {
            margin: 30px 0 0; } }
      .ncsTour .section-inner .section-content .button-block {
        text-align: right; }
        @media screen and (max-width: 768px) {
          .ncsTour .section-inner .section-content .button-block {
            margin: 30px 0 0;
            text-align: center; } }

.requirements {
  position: relative;
  background-color: #fff;
  overflow: hidden; }
  .requirements .section-inner {
    position: absolute;
    z-index: 2;
    max-width: initial;
    padding: 60px 40px 40px; }
    @media screen and (max-width: 768px) {
      .requirements .section-inner {
        padding: 30px 20px 20px;
        display: none; } }
    .requirements .section-inner .section-content {
      text-align: center; }
      .requirements .section-inner .section-content .text-block {
        margin: 8% 0 6%; }
      .requirements .section-inner .section-content .button-block {
        display: table;
        width: 100%; }
        .requirements .section-inner .section-content .button-block .button-item {
          display: table-cell;
          width: 50%;
          text-align: center; }
  @media screen and (max-width: 768px) {
    .requirements .section-layout {
      display: none; } }
  .requirements .section-layout .bg-block {
    line-height: 0; }
    .requirements .section-layout .bg-block img {
      position: absolute;
      width: 100%;
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .requirements .sp-block .title-block {
    text-align: center;
    background-image: url("../img/sp_bg_requirements_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px; }
    .requirements .sp-block .title-block .heading-02 {
      margin: 0 0 20px; }
  .requirements .sp-block .button-block {
    position: relative; }
    .requirements .sp-block .button-block .bg {
      line-height: 0; }
      .requirements .sp-block .button-block .bg img {
        width: 100%; }
    .requirements .sp-block .button-block .button-item {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .requirements .bg-01 {
    bottom: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .requirements .bg-02 {
    top: 0;
    right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .requirements .button-01:hover .bg-01 {
    -moz-transition: ease-in 0.35s;
    -o-transition: ease-in 0.35s;
    -webkit-transition: ease-in 0.35s;
    transition: ease-in 0.35s; }
  .requirements .button-02:hover .bg-02 {
    -moz-transition: ease-in 0.35s;
    -o-transition: ease-in 0.35s;
    -webkit-transition: ease-in 0.35s;
    transition: ease-in 0.35s; }

#blogDetail .page-title-block {
  background-image: url(../img/bg_blogList_page_title.jpg); }
#blogDetail .section-inner {
  padding: 60px 40px 40px; }
  @media screen and (max-width: 768px) {
    #blogDetail .section-inner {
      padding: 30px 20px 20px; } }
#blogDetail .blogDetail-block .blogDetail-catList {
  margin: 0 0 30px; }
  @media screen and (max-width: 768px) {
    #blogDetail .blogDetail-block .blogDetail-catList {
      margin: 0 0 20px; } }
#blogDetail .blogDetail-block .blogDetail-title {
  font-size: 26px;
  line-height: 1.5;
  margin: 0 0 30px; }
  @media screen and (max-width: 768px) {
    #blogDetail .blogDetail-block .blogDetail-title {
      font-size: 18px;
      margin: 0 0 20px; } }
#blogDetail .blogDetail-block .blogDetail-date {
  font-size: 16px;
  color: #888;
  margin: 0 0 30px; }
  @media screen and (max-width: 768px) {
    #blogDetail .blogDetail-block .blogDetail-date {
      font-size: 12px;
      margin: 0 0 20px; } }
#blogDetail .blogDetail-block .blogDetail-img {
  border-top: 2px solid #0068b7;
  padding: 30px 0 0;
  margin: 0 0 20px;
  text-align: center; }
  #blogDetail .blogDetail-block .blogDetail-img img {
    max-width: 100%;
    height: auto; }
#blogDetail .blogDetail-block .blogDetail-text {
  font-size: 16px;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    #blogDetail .blogDetail-block .blogDetail-text {
      font-size: 14px;
      margin: 0 0 20px; } }
  #blogDetail .blogDetail-block .blogDetail-text img {
    max-width: 100%; height:auto; }
  #blogDetail .blogDetail-block .blogDetail-text p:last-child {
    margin: 0; }
  #blogDetail .blogDetail-block .blogDetail-text h1 {
    font-size: 24px; }
  #blogDetail .blogDetail-block .blogDetail-text h2 {
    font-size: 22px; }
  #blogDetail .blogDetail-block .blogDetail-text h3 {
    font-size: 20px; }
  #blogDetail .blogDetail-block .blogDetail-text h4 {
    font-size: 18px; }
  #blogDetail .blogDetail-block .blogDetail-text h5 {
    font-size: 16px; }
  #blogDetail .blogDetail-block .blogDetail-text h6 {
    font-size: 14px; }
  #blogDetail .blogDetail-block .blogDetail-text strong {
    font-weight: bold; }
  #blogDetail .blogDetail-block .blogDetail-text em {
    font-style: italic; }
  #blogDetail .blogDetail-block .blogDetail-text a {
    color: #0068b7;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    #blogDetail .blogDetail-block .blogDetail-text a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -moz-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      -webkit-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }

#blogList .page-title-block {
  background-image: url(../img/bg_blogList_page_title.jpg); }
#blogList .blog_pagination {
  margin: 30px 0 0; }
  #blogList .blog_pagination .blog_pagination_list {
    text-align: center; }
    #blogList .blog_pagination .blog_pagination_list ul {
      display: inline-block; }
      #blogList .blog_pagination .blog_pagination_list ul li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px; }
        #blogList .blog_pagination .blog_pagination_list ul li a {
          cursor: pointer;
          color: #000;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
          #blogList .blog_pagination .blog_pagination_list ul li a.current {
            color: #1a55a9; }
          #blogList .blog_pagination .blog_pagination_list ul li a:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
            opacity: 0.7;
            -moz-transition: ease-in 0.3s;
            -o-transition: ease-in 0.3s;
            -webkit-transition: ease-in 0.3s;
            transition: ease-in 0.3s; }
#blogList .blog-search {
  margin: 0 0 40px; }
  #blogList .blog-search p {
    font-size: 18px; }
    #blogList .blog-search p span {
      font-weight: 700; }
#blogList .blogList-block .blogList-list {
  letter-spacing: -10px; }
  #blogList .blogList-block .blogList-list .blogList-list-item {
    display: inline-block;
    letter-spacing: normal;
    width: 32%;
    margin: 0 2% 20px 0;
    vertical-align: top; }
    #blogList .blogList-block .blogList-list .blogList-list-item:nth-child(3n) {
      margin: 0 0 20px 0; }
    @media screen and (max-width: 768px) {
      #blogList .blogList-block .blogList-list .blogList-list-item {
        width: 49%; }
        #blogList .blogList-block .blogList-list .blogList-list-item:nth-child(even) {
          margin: 0 0 20px 0; }
        #blogList .blogList-block .blogList-list .blogList-list-item:nth-child(odd) {
          margin: 0 2% 20px 0; } }
    @media screen and (max-width: 640px) {
      #blogList .blogList-block .blogList-list .blogList-list-item {
        width: 100%;
        margin: 0 0 20px 0; } }
    #blogList .blogList-block .blogList-list .blogList-list-item:hover .blogList-list-item-inner .blogList-list-thumb:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner {
      display: block;
      color: #000; }
      #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-thumb {
        position: relative;
        line-height: 0;
        overflow: hidden; }
        #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-thumb:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #000;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
          opacity: 0.3;
          -moz-transition: ease-in 0.3s;
          -o-transition: ease-in 0.3s;
          -webkit-transition: ease-in 0.3s;
          transition: ease-in 0.3s;
          z-index: 1; }
        #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-thumb img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          -moz-backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
      #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc {
        background-color: #fff;
        padding: 30px 20px 20px; }
        @media screen and (max-width: 768px) {
          #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc {
            padding: 30px 10px 20px; } }
        #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc .blogList-list-item-catList {
          margin: 0 0 20px;
          letter-spacing: -10px; }
        #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc .blogList-list-item-title {
          font-size: 20px;
          margin: 0 0 20px; }
          @media screen and (max-width: 768px) {
            #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc .blogList-list-item-title {
              font-size: 18px; } }
        #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc .blogList-list-item-date {
          font-size: 14px;
          color: #888;
          margin: 0 0 20px; }
          @media screen and (max-width: 768px) {
            #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc .blogList-list-item-date {
              font-size: 12px; } }
        #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc .blogList-list-item-text {
          font-size: 16px;
          line-height: 2;
          border-top: 1px solid #04285e;
          padding: 20px 0 0;
          margin: 0 0 30px; }
          @media screen and (max-width: 768px) {
            #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc .blogList-list-item-text {
              font-size: 14px;
              margin: 0 0 20px; } }
        #blogList .blogList-block .blogList-list .blogList-list-item .blogList-list-item-inner .blogList-list-desc .blogList-list-item-button {
          text-align: center; }

#interviewList .page-title-block {
  background:url(../img/bg_interview_page_title.jpg) no-repeat top center / cover; }
  .page-title-block .page-title-inner .page-title-text03 {
    font-size: 18px;
    color: #fff;
    margin: 5% 0 0 0;
    line-height: 1.5em;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 768px) {
      .page-title-block .page-title-inner .page-title-text03 {
        font-size: 14px; 
        margin: 30px 0 0 0;
      }
    }
    .page-title-block .page-title-inner .interview_title_copy01 {
      font-size: 20px;
      margin: 5% auto 20px auto;
    }
    .page-title-block .page-title-inner .interview_title_copy02 {
      font-size: 14px;
      margin: 0 auto;
      line-height: 1.9em;
    }
    .page-title-block .page-title-inner .page-title-text03 br.sp{
      display: none;
    }

    @media screen and (max-width: 420px) {
      .page-title-block .page-title-inner .interview_title_copy01 {
        font-size: 18px;
        margin: 8% auto 10px auto;
      }
      .page-title-block .page-title-inner .interview_title_copy02 {
        font-size: 14px;
        margin: 0 auto !important;
      }
      .page-title-block .page-title-inner .page-title-text03 {
        width: 90%;
      }
      .page-title-block .page-title-inner .page-title-text03 br.sp{
        display: block;
      }
    }
      

#interviewList .page-content-block{
  margin: -240px auto 0 auto;
}
@media screen and (max-width: 768px) {
  #interviewList .page-content-block{
    margin: -140px auto 0 auto;
  }
}
#interviewList .page-title-block{
  height: 700px;
}
@media screen and (max-width: 768px) {
  #interviewList .page-title-block{
    height: 500px;
  }
}

#interviewList .page-title-block .page-title-inner{
  top: 42% ;
}
#interviewList .interviewList-block .interviewList-list {
  letter-spacing: -10px; }
  #interviewList .interviewList-block .interviewList-list .interviewList-list-item {
    display: inline-block;
    letter-spacing: normal;
    width: 32%;
    margin: 0 2% 20px 0;
    vertical-align: top;
    background-color: #04285e; }
    #interviewList .interviewList-block .interviewList-list .interviewList-list-item:nth-child(3n) {
      margin: 0 0 20px 0; }
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item02 {
        display: inline-block;
        letter-spacing: normal;
        width: 23.5%;
        margin: 0 2% 20px 0;
        vertical-align: top;
        background-color: #04285e; }
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item02:nth-child(3n) {
        margin: 0 2% 20px 0; }
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item02:last-child {
        margin: 0 0 20px 0; }
    @media screen and (max-width: 768px) {
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item {
        width: 49%; }
        #interviewList .interviewList-block .interviewList-list .interviewList-list-item:nth-child(even) {
          margin: 0 0 20px 0; }
        #interviewList .interviewList-block .interviewList-list .interviewList-list-item:nth-child(odd) {
          margin: 0 2% 20px 0; } }
    @media screen and (max-width: 640px) {
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item {
        width: 100%;
        margin: 0 0 20px 0; } }
    #interviewList .interviewList-block .interviewList-list .interviewList-list-item:hover .interviewList-list-item-inner:before {
      width: 100%;
      -moz-transition: ease-in-out 0.35s;
      -o-transition: ease-in-out 0.35s;
      -webkit-transition: ease-in-out 0.35s;
      transition: ease-in-out 0.35s; }
    #interviewList .interviewList-block .interviewList-list .interviewList-list-item:hover .interviewList-list-item-inner:after {
      height: 100%;
      -moz-transition: ease-in 0.35s;
      -o-transition: ease-in 0.35s;
      -webkit-transition: ease-in 0.35s;
      transition: ease-in 0.35s;
      -moz-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      -webkit-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner {
      display: block;
      color: #000;
      position: relative;
      z-index: 1; }
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner:before {
        content: '';
        display: block;
        width: 0;
        height: 10px;
        position: absolute;
        top: 0;
        left: 50%;
        background-color: #04285e;
        z-index: 2;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -moz-transition: ease-in 0.35s;
        -o-transition: ease-in 0.35s;
        -webkit-transition: ease-in 0.35s;
        transition: ease-in 0.35s;
        -moz-transition-delay: 0.35s;
        -o-transition-delay: 0.35s;
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s; }
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner:after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        border-left: 10px solid #04285e;
        border-right: 10px solid #04285e;
        z-index: 2;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: ease-in-out 0.35s;
        -o-transition: ease-in-out 0.35s;
        -webkit-transition: ease-in-out 0.35s;
        transition: ease-in-out 0.35s; }
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-thumb {
        overflow: hidden;
        position: relative;
        line-height: 0; }
        #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-thumb img {
          width: 100%;
          -moz-transition: ease-in 0.35s;
          -o-transition: ease-in 0.35s;
          -webkit-transition: ease-in 0.35s;
          transition: ease-in 0.35s; }
      #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc {
        padding: 0 10px 10px 10px;
        margin: -49px 0 0;
        position: relative; }
        #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc:after {
          content: '';
          position: absolute;
          top: -1px;
          left: 0;
          z-index: 0;
          display: block;
          width: 100%;
          height: 50px;
          background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzA0Mjg1ZSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDI4NWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
          background-size: 100%;
          background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(4, 40, 94, 0.5)), color-stop(100%, #04285e));
          background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(4, 40, 94, 0.5) 80%, #04285e 100%);
          background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(4, 40, 94, 0.5) 80%, #04285e 100%);
          background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(4, 40, 94, 0.5) 80%, #04285e 100%); }
        #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner {
          padding: 25px 20px;
          background-color: #fff;
          position: relative;
          z-index: 1; }
          #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-profile {
            width: 100%;
            margin: 0 0 20px; }
            @media screen and (max-width: 768px) {
              #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-profile {
                margin: 0 0 10px; } }
            #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-profile .interviewList-list-name {
              display: inline-block;
              vertical-align: middle;
              border-right: 2px solid #04285e;
              padding: 0 25px 0 0;
              font-size: 22px;
              font-weight: 700;
              color: #04285e;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              @media screen and (max-width: 1000px) {
                #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-profile .interviewList-list-name {
                  display: block;
                  border-right: none;
                  border-bottom: 2px solid #04285e;
                  padding: 0 0 10px 0;
                  text-align: left; } }
              @media screen and (max-width: 768px) {
                #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-profile .interviewList-list-name {
                  display: inline-block;
                  border-right: 2px solid #04285e;
                  border-bottom: none;
                  padding: 0 10px 0 0; } }
            #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-profile .interviewList-list-join {
              display: inline-block;
              vertical-align: middle;
              padding: 0 0 0 25px;
              font-size: 14px;
              font-weight: 700;
              color: #444;
              letter-spacing: 1px;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              @media screen and (max-width: 1000px) {
                #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-profile .interviewList-list-join {
                  display: block;
                  padding: 10px 0 0 0;
                  text-align: left; } }
              @media screen and (max-width: 768px) {
                #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-profile .interviewList-list-join {
                  display: inline-block;
                  padding: 0 0 0 10px; } }
          #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-department {
            margin: 0 0 20px;
            font-size: 12px;
            font-weight: 700;
            color: #444;
            line-height: 2;
            letter-spacing: 1px; }
            @media screen and (max-width: 768px) {
              #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-department {
                margin: 0 0 10px;
                letter-spacing: 0; } }
          #interviewList .interviewList-block .interviewList-list .interviewList-list-item .interviewList-list-item-inner .interviewList-list-desc .interviewList-list-desc-inner .interviewList-list-comment {
            font-size: 14px;
            line-height: 2; }

#interviewDetail .page-content-block {
  max-width: initial;
  padding: 0; }
#interviewDetail .section-inner {
  padding: 0 40px 40px; }
  @media screen and (max-width: 768px) {
    #interviewDetail .section-inner {
      padding: 20px 20px 20px; } }
#interviewDetail .sp-main-text {
  border-bottom: 1px solid #ccc;
  padding: 0 0 35px;
  margin: 0; }
  #interviewDetail .sp-main-text .sp-main-text-inner .sp-main-text-text {
    font-size: 20px;
    font-size: 6.25vw;
    font-weight: 700;
    color: #04285e;
    line-height: 1.8;
    margin: 0 0 20px; }
  #interviewDetail .sp-main-text .sp-main-text-inner .sp-main-text-profile {
    background-color: #04285e;
    display: table;
    padding: 15px; }
    #interviewDetail .sp-main-text .sp-main-text-inner .sp-main-text-profile .sp-main-text-profile-left {
      display: table-cell;
      vertical-align: middle;
      border-right: 2px solid #fff;
      padding: 0 20px 0 0; }
      #interviewDetail .sp-main-text .sp-main-text-inner .sp-main-text-profile .sp-main-text-profile-left .sp-main-text-name {
        font-size: 20px;
        font-weight: 700;
        color: #fff; }
    #interviewDetail .sp-main-text .sp-main-text-inner .sp-main-text-profile .sp-main-text-profile-right {
      display: table-cell;
      vertical-align: middle;
      padding: 0 0 0 20px; }
      #interviewDetail .sp-main-text .sp-main-text-inner .sp-main-text-profile .sp-main-text-profile-right .sp-main-text-join {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 5px; }
      #interviewDetail .sp-main-text .sp-main-text-inner .sp-main-text-profile .sp-main-text-profile-right .sp-main-text-department {
        font-size: 12px;
        color: #fff;
        line-height: 1.5; }
#interviewDetail .interviewDetail-block .interviewDetail-table {
  display: table;
  width: 100%;
  margin: 60px 0 0; }
  #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table01 {
    margin: 60px 0 0; }
    #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table01 .interviewDetail-table-img {
      margin: -100px 0 0; }
  #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table02 {
    margin: 60px 0 0; }
    #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table02 .interviewDetail-table-img {
      margin: -30px 0 0; }
  #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table03 {
    margin: 60px 0 40px; }
    #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table03 .interviewDetail-table-img {
      margin: -100px 0 0; }
  @media screen and (max-width: 1080px) {
    #interviewDetail .interviewDetail-block .interviewDetail-table {
      margin: 30px 0; }
      #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table01 {
        margin: 30px 0; }
        #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table01 .interviewDetail-table-img {
          margin: 0; }
      #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table02 {
        margin: 30px 0; }
        #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table02 .interviewDetail-table-img {
          margin: 0; }
      #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table03 {
        margin: 30px 0; }
        #interviewDetail .interviewDetail-block .interviewDetail-table.interviewDetail-table03 .interviewDetail-table-img {
          margin: 0; } }
  #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-left {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 30px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-left {
        padding: 0 15px 0 0; } }
    @media screen and (max-width: 640px) {
      #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-left {
        display: block;
        width: 100%;
        padding: 0 0 30px 0; } }
  #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-right {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 0 0 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-right {
        padding: 0 15px 0 0; } }
    @media screen and (max-width: 640px) {
      #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-right {
        display: block;
        width: 100%;
        padding: 0 0 30px 0; } }
  #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-text .interviewDetail-table-text-01 {
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 0.5px;
    margin: 0 0 30px; }
    @media screen and (max-width: 1000px) {
      #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-text .interviewDetail-table-text-01 {
        letter-spacing: 0; } }
    @media screen and (max-width: 768px) {
      #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-text .interviewDetail-table-text-01 {
        font-size: 14px;
        margin: 0 0 20px;
        letter-spacing: 0; } }
  #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-text .interviewDetail-table-text-02 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 768px) {
      #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-text .interviewDetail-table-text-02 {
        font-size: 12px;
        letter-spacing: 0; } }
  #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-img {
    margin: -50px 0 0;
    line-height: 0; }
    #interviewDetail .interviewDetail-block .interviewDetail-table .interviewDetail-table-img img {
      width: 100%; }
#interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table {
  margin: 60px 0 0; }
  #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table01 {
    margin: 60px 0 0; }
    #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table01 .interviewDetail-table-img {
      margin: -100px 0 0; }
  #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table02 {
    margin: 60px 0 0; }
    #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table02 .interviewDetail-table-img {
      margin: -30px 0 0; }
  #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table03 {
    margin: 60px 0 40px; }
    #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table03 .interviewDetail-table-img {
      margin: 0; }
  @media screen and (max-width: 1080px) {
    #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table {
      margin: 30px 0; }
      #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table01 {
        margin: 30px 0; }
        #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table01 .interviewDetail-table-img {
          margin: 0; }
      #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table02 {
        margin: 30px 0; }
        #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table02 .interviewDetail-table-img {
          margin: 0; }
      #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table03 {
        margin: 30px 0; }
        #interviewDetail.interviewDetail-ya .interviewDetail-block .interviewDetail-table.interviewDetail-table03 .interviewDetail-table-img {
          margin: 0; } }
#interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table {
  margin: 60px 0 0; }
  #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table01 {
    margin: 60px 0 0; }
    #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table01 .interviewDetail-table-img {
      margin: -100px 0 0; }
  #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table02 {
    margin: 60px 0 0; }
    #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table02 .interviewDetail-table-img {
      margin: -30px 0 0; }
  #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table03 {
    margin: 60px 0 40px; }
    #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table03 .interviewDetail-table-img ,
    #interviewDetail.interviewDetail-mh .interviewDetail-block .interviewDetail-table.interviewDetail-table03 .interviewDetail-table-img {
      margin: -10px 0 0; }
  @media screen and (max-width: 1080px) {
    #interviewDetail.interviewDetail-mk .interviewDetail-block .interviewDetail-table {
      margin: 30px 0; }
      #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table01 {
        margin: 30px 0; }
        #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table01 .interviewDetail-table-img {
          margin: 0; }
      #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table02 {
        margin: 30px 0; }
        #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table02 .interviewDetail-table-img {
          margin: 0; }
      #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table03 {
        margin: 30px 0; }
        #interviewDetail.interviewDetail-st2016 .interviewDetail-block .interviewDetail-table.interviewDetail-table03 .interviewDetail-table-img {
          margin: 0; } }

#requirements .page-title-block {
  background-image: url(../img/bg_requirements_page_title.jpg); }
  @media screen and (max-width: 768px) {
    #requirements .page-title-block {
      background-size: cover;
      background-image: url(../img/sp_bg_requirements_page_title.jpg); } }
#requirements .requirements-block .requirements-tab-block {
  text-align: center;
  margin: 0 0 60px; }
  @media screen and (max-width: 768px) {
    #requirements .requirements-block .requirements-tab-block {
      margin: 0 0 30px; } }
  #requirements .requirements-block .requirements-tab-block ul {
    letter-spacing: -10px; }
    #requirements .requirements-block .requirements-tab-block ul li {
      display: inline-block;
      margin: 0 90px 0 0;
      letter-spacing: normal; }
      #requirements .requirements-block .requirements-tab-block ul li:last-child {
        margin: 0; }
      @media screen and (max-width: 768px) {
        #requirements .requirements-block .requirements-tab-block ul li {
          width: 49%;
          margin: 0 2% 0 0; }
          #requirements .requirements-block .requirements-tab-block ul li:last-child {
            margin: 0; } }
      @media screen and (max-width: 768px) {
        #requirements .requirements-block .requirements-tab-block ul li a {
          display: block;
          font-size: 14px;
          padding: 7px 0 7px 0; } }
#requirements .requirements-block .requirements-detail-block {
  background-color: #fff;
  padding: 60px 30px 30px; }
  @media screen and (max-width: 768px) {
    #requirements .requirements-block .requirements-detail-block {
      padding: 20px 10px 10px; } }
  #requirements .requirements-block .requirements-detail-block .requirements-detail-title {
    font-size: 26px;
    font-weight: 700;
    color: #04285e;
    margin: 0 0 50px; }
    @media screen and (max-width: 768px) {
      #requirements .requirements-block .requirements-detail-block .requirements-detail-title {
        font-size: 20px;
        margin: 0 0 20px; } }
#requirements .requirements-block .requirements-apply-block {
  margin: 0 0 80px;
  padding: 40px;
  border: 8px solid #04285e;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #requirements .requirements-block .requirements-apply-block {
      margin: 0 0 40px;
      padding: 20px;
      border: 5px solid #04285e; } }
  #requirements .requirements-block .requirements-apply-block .requirements-apply-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 25px; }
    @media screen and (max-width: 768px) {
      #requirements .requirements-block .requirements-apply-block .requirements-apply-title {
        font-size: 20px;
        margin: 0 0 20px; } }
  #requirements .requirements-block .requirements-apply-block .requirements-apply-text {
    font-size: 16px;
    margin: 0 0 40px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      #requirements .requirements-block .requirements-apply-block .requirements-apply-text {
        font-size: 14px;
        margin: 0 0 20px; } }
  #requirements .requirements-block .requirements-apply-block .requirements-apply-button-list ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 0 0; }
    #requirements .requirements-block .requirements-apply-block .requirements-apply-button-list ul li:last-child {
      margin: 0; }
    @media screen and (max-width: 768px) {
      #requirements .requirements-block .requirements-apply-block .requirements-apply-button-list ul li {
        display: block;
        margin: 0 auto 10px; } }
    @media screen and (max-width: 768px) {
      #requirements .requirements-block .requirements-apply-block .requirements-apply-button-list ul li .button-blue-medium {
        display: block;
        max-width: 230px;
        padding: 14px 0;
        margin: 0 auto; } }

#topMessage .page-content-block {
  max-width: initial;
  padding: 0; }
#topMessage .sp-main-text {
  border-bottom: 1px solid #ccc;
  margin: 0 20px 20px;
  padding: 40px 0; }
  #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content {
        display: block; } }
    #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-heading {
      margin: 0 0 30px; }
    #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-copy {
      line-height: 2.5;
      margin: 0 0 30px;
      font-size: 16px; }
    #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile {
      background-color: #04285e;
      padding: 20px;
      color: #fff;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper {
        width: 100%;
        margin: 0 0 20px;
        display: table;
        direction: rtl; }
        @media screen and (max-width: 640px) {
          #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper {
            display: block; } }
        #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-left {
          display: table-cell;
          width: 50%;
          vertical-align: middle;
          border-right: 1px solid #fff;
          padding: 0 30px 0 0;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 640px) {
            #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-left {
              display: block;
              width: 100%;
              border-right: none; } }
          #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-left .page-topMessage-main-name .page-topMessage-main-position {
            font-size: 13px;
            line-height: 2;
            margin: 0 0 5px;
            letter-spacing: 0.5px; }
          #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-left .page-topMessage-main-name .page-topMessage-main-name-01 {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.5px; }
        #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-right {
          display: table-cell;
          width: 50%;
          vertical-align: middle;
          padding: 0 0 0 30px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 640px) {
            #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-right {
              display: block;
              width: 100%;
              border-bottom: 1px solid #fff;
              padding: 0 0 10px;
              margin: 0 0 10px; } }
          #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-upper .page-topMessage-main-profile-right .page-topMessage-main-name-02 {
            font-size: 25px;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: 0.1rem; }
      #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history {
        font-size: 11px;
        margin: 0 0 15px;
        letter-spacing: 0.5px; }
        #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history:last-child {
          margin: 0; }
        #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history dt {
          display: inline-block;
          padding: 0 25px 0 0; }
        #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history dd {
          display: inline-block; }
        @media screen and (max-width: 640px) {
          #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history {
            margin: 0 0 10px; }
            #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history dt {
              display: block;
              padding: 0 0 5px; }
            #topMessage .sp-main-text .sp-main-text-inner .page-topMessage-main-content .page-topMessage-main-profile .page-topMessage-main-profile-lower .page-topMessage-main-profile-history dd {
              display: block; } }
#topMessage .topMessage-block-01 {
  width: 100%;
  max-width: 1080px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1100px) {
    #topMessage .topMessage-block-01 {
      padding: 40px 20px; } }
  @media screen and (max-width: 768px) {
    #topMessage .topMessage-block-01 {
      padding: 20px 20px 20px; } }
  #topMessage .topMessage-block-01 .topMessage-table-01 {
    display: table;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #topMessage .topMessage-block-01 .topMessage-table-01 {
        display: block; } }
    #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-left {
      display: table-cell;
      vertical-align: top;
      width: 55%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1080px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-left {
          width: 60%; } }
      @media screen and (max-width: 768px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-left {
          display: block;
          width: 100%;
          margin: 0 0 20px; } }
    #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-right {
      display: table-cell;
      vertical-align: top;
      width: 45%;
      padding: 0 0 0 30px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1080px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-right {
          width: 40%; } }
      @media screen and (max-width: 768px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-right {
          display: block;
          width: 100%;
          padding: 0; } }
    #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2 {
      font-size: 20px;
      line-height: 1.5;
      margin: 0 0 30px; }
      #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 3px;
        margin: 0 20px 0 0;
        background-color: #04285e;
        vertical-align: middle; }
      #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2 br {
        display: none; }
      @media screen and (max-width: 1100px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2 {
          position: relative;
          padding: 0 0 0 50px;
          font-size: 20px;
          letter-spacing: -1px;
          white-space: nowrap; }
          #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2:before {
            position: absolute;
            left: 0;
            top: 50%;
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
      @media screen and (max-width: 768px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2 {
          font-size: 15px;
          line-height: 1.8;
          margin: 0 0 20px;
          padding: 0 0 0 30px; }
          #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2:before {
            width: 20px;
            height: 3px;
            margin: 0 10px 0 0; } }
      @media screen and (max-width: 320px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2 {
          font-size: 15px;
          line-height: 1.8;
          margin: 0 0 20px;
          padding: 0 0 0 30px; }
          #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2:before {
            width: 20px;
            height: 3px;
            margin: 0 10px 0 0; }
          #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-01 h2 br {
            display: inline; } }
    #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-02 {
      font-size: 14px;
      line-height: 2;
      letter-spacing: -0.8px; }
      @media screen and (max-width: 768px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-02 {
          letter-spacing: 0; } }
      @media screen and (max-width: 890px) {
        #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-text .topMessage-table-01-text-02 .display-br {
          display: none; } }
    #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-img {
      line-height: 0; }
      #topMessage .topMessage-block-01 .topMessage-table-01 .topMessage-table-01-img img {
        width: 100%; }
#topMessage .topMessage-block-02 {
  background-color: #fafafa;
  background-image: url("../img/bg_topMessage_02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 768px) {
    #topMessage .topMessage-block-02 {
      background-image: none; } }
  #topMessage .topMessage-block-02 .topMessage-block-02-inner {
    width: 100%;
    max-width: 1080px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 40px 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #topMessage .topMessage-block-02 .topMessage-block-02-inner {
        padding: 20px 20px 20px; } }
  #topMessage .topMessage-block-02 .topMessage-table-02 {
    display: table;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #topMessage .topMessage-block-02 .topMessage-table-02 {
        display: block; } }
    #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-left {
      display: table-cell;
      vertical-align: top;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-left {
          display: block;
          margin: 0 0 20px; } }
    #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-right {
      background-color: #fff;
      display: table-cell;
      vertical-align: top;
      width: 55%;
      padding: 30px 20px 20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-right {
          display: block;
          width: 100%; } }
    #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-text .topMessage-table-02-text-01 h2 {
      font-size: 20px;
      line-height: 1.5;
      margin: 0 0 30px; }
      #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-text .topMessage-table-02-text-01 h2:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 3px;
        margin: 0 20px 0 0;
        background-color: #04285e;
        vertical-align: middle; }
      @media screen and (max-width: 768px) {
        #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-text .topMessage-table-02-text-01 h2 {
          font-size: 15px;
          line-height: 1.8;
          margin: 0 0 20px; }
          #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-text .topMessage-table-02-text-01 h2:before {
            width: 20px;
            height: 3px;
            margin: 0 10px 0 0; } }
    #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-text .topMessage-table-02-text-02 {
      font-size: 14px;
      line-height: 2;
      letter-spacing: -0.8px; }
      @media screen and (max-width: 768px) {
        #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-text .topMessage-table-02-text-02 {
          letter-spacing: 0; } }
    #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-img {
      line-height: 0;
      border: 1px solid #fff; }
      #topMessage .topMessage-block-02 .topMessage-table-02 .topMessage-table-02-img img {
        width: 100%; }
#topMessage .topMessage-sign-block {
  margin: 25px 0 0;
  line-height: 0;
  text-align: right; }

#aboutUs .page-title-block {
  background-image: url(../img/bg_aboutUs_page_title.jpg); }
#aboutUs .aboutUs-block .aboutUs-column-block {
  letter-spacing: -10px; }
  #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    background-color: #fff;
    margin: 0 2% 2% 0; }
    #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item:last-child {
      margin: 0 0 20px 0; }
    #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item.width-01 {
      width: 32%; }
    #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item.width-02 {
      width: 66%; }
    #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item.width-03 {
      width: 100%; }
    @media screen and (max-width: 768px) {
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item {
        display: block;
        margin: 0 0 20px 0; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item:last-child {
          margin: 0 0 20px 0; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item.width-01 {
          width: 100%; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item.width-02 {
          width: 100%; } }
    #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-child:first-child {
      border-bottom: 20px solid #fafafa; }
    @media screen and (max-width: 768px) {
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-child.item-04 .aboutUs-column-block-item-inner {
        padding: 20px 10px 0; } }
    #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner {
      padding: 30px 20px;
      background-color: #fff;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner {
          padding: 20px 10px; } }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-title {
        font-size: 20px;
        font-weight: 700;
        color: #04285e;
        letter-spacing: 2px; }
        @media screen and (max-width: 768px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-title {
            font-size: 18px;
            margin: 0  0 20px; } }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content-sp {
        display: none;
        line-height: 0;
        text-align: center; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content-sp img {
          max-width: 100%; }
        @media screen and (max-width: 768px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content-sp {
            display: block;
            margin: 0 -10px; } }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table {
        display: table;
        width: 100%; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item {
        display: table-cell;
        text-align: center;
        vertical-align: bottom; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-people {
          width: 50px;
          height: 50px;
          border: 2px solid #04285e;
          border-radius: 50%;
          position: relative;
          margin: 0 auto 10px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-people p {
            font-size: 18px;
            font-weight: 700;
            color: #04285e;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-48%, -50%);
            -ms-transform: translate(-48%, -50%);
            -webkit-transform: translate(-48%, -50%);
            transform: translate(-48%, -50%); }
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-people p span {
              font-size: 12px;
              font-weight: normal; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-people img {
            width: 100%; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-text {
          font-size: 13px;
          color: #04285e;
          margin: 0 auto 10px; }
          @media screen and (max-width: 960px) {
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-text {
              font-size: 12px; } }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-img {
          line-height: 0;
          margin: 0 auto 10px;
          position: relative; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-img .info-01-table-item-img-inner {
            position: absolute;
            bottom: 0;
            overflow: hidden;
            width: 100%;
            height: 0; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-title {
          font-size: 15px;
          font-weight: 700;
          color: #04285e; }
          @media screen and (max-width: 960px) {
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-01 .info-01-table-item .info-01-table-item-title {
              font-size: 14px;
              letter-spacing: -0.8px; } }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 {
        text-align: center; }
        @media screen and (max-width: 1080px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 {
            padding: 20% 0 20%; } }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-num-block {
          margin: 60px 0 50px; }
          @media screen and (max-width: 1080px) {
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-num-block {
              margin: 20% 0 20%; } }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-num-block .info-02-num-item {
            display: inline-block;
            font-size: 70px;
            font-weight: 700;
            color: #04285e;
            letter-spacing: 5px; }
            @media screen and (max-width: 1080px) {
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-num-block .info-02-num-item {
                font-size: 5.55556vw; } }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-img-block {
          position: relative; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-img-block .info-02-img-item-01 {
            width: 100%;
            text-align: center; }
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-img-block .info-02-img-item-01 .info-02-img-gray {
              background-image: url("../img/img_aboutUs_info_02_item_02.png");
              background-repeat: no-repeat;
              background-position: top center;
              background-size: cover;
              position: absolute;
              top: 0;
              left: 50%;
              -moz-transform: translate(-50%, 0) !important;
              -ms-transform: translate(-50%, 0) !important;
              -webkit-transform: translate(-50%, 0) !important;
              transform: translate(-50%, 0) !important;
              -moz-transition: width ease;
              -o-transition: width ease;
              -webkit-transition: width ease;
              transition: width ease; }
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-img-block .info-02-img-item-01 img {
              max-width: 100%; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-02 .info-02-img-block .info-02-img-item-02 {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            overflow: hidden; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .aboutUs-column-block-item-content-sp {
        margin: 0 -10px 20px; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-num-block {
        margin: 30px auto 25px; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-num-block .info-03-num-item {
          opacity: 0;
          font-size: 50px;
          font-weight: 700;
          text-align: center;
          color: #04285e; }
          @media screen and (max-width: 1080px) {
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-num-block .info-03-num-item {
              font-size: 3.7037vw; } }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-num-block .info-03-num-item small {
          font-size: 0.65em; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-img-block {
        margin: 0 0 30px;
        line-height: 0;
        transform-origin: bottom left;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-img-block img {
          max-width: 100%; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-text-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        color: #04285e;
        letter-spacing: 1px;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-text-block {
            display: none;  
          }
        }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-03 .info-03-text-block p {
          flex-shrink: 0;
          margin-right: 1em; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-04 .aboutUs-column-block-item-content-sp {
        margin: 0 -10px -20px; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-04 .info-04-num-block {
        font-size: 50px;
        font-weight: 700;
        color: #04285e;
        margin: 30px 0 20px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        @media screen and (max-width: 1080px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-04 .info-04-num-block {
            font-size: 3.7037vw; } }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-04 .info-04-img-block {
        margin: 0 -20px -30px;
        line-height: 0;
        overflow: hidden; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-04 .info-04-img-block img {
          max-width: 100%;
          -moz-transform: translate(30px, 30px);
          -ms-transform: translate(30px, 30px);
          -webkit-transform: translate(30px, 30px);
          transform: translate(30px, 30px); }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-05 .aboutUs-column-block-item-content-sp {
        margin: 0 -10px 20px; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-05 .info-05-img-block {
        line-height: 0;
        position: relative; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-05 .info-05-img-block img {
          max-width: 100%;
          opacity: 0; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-05 .info-05-num-block {
        text-align: center;
        font-size: 54px;
        font-weight: 700;
        color: #04285e;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        @media screen and (max-width: 1080px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-05 .info-05-num-block {
            font-size: 5vw; } }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-05 .info-05-num-block small {
        font-size: 0.55em; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-05 .info-05-text-block {
        font-size: 14px;
        font-weight: 700;
        color: #04285e;
        letter-spacing: 1px;
        line-height: 1.8; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block {
        position: relative;
        text-align: center;
        margin: 60px 0 0; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-text ul li {
          position: absolute;
          line-height: 0;
          z-index: 2;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-text ul li:nth-child(1) {
            top: 14%;
            right: 4%;
            width: 43.57143%; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-text ul li:nth-child(2) {
            top: 68%;
            left: 36%;
            width: 28.57143%; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-text ul li:nth-child(3) {
            top: 16%;
            left: 0;
            width: 31.78571%; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-text ul li:nth-child(4) {
            bottom: 64%;
            left: 39%;
            width: 21.07143%; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-text ul li img {
            max-width: 100%; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-img {
          padding: 60% 0 50%;
          line-height: 0; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-img .info-06-graf-img-inner {
            position: relative;
            display: inline-block; }
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-img .info-06-graf-img-inner img {
              max-width: 100%;
              border: 1px solid transparent;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-img .info-06-graf-img-inner svg {
              position: absolute;
              top: 0;
              left: 0;
              -moz-transform: scale(-1, 1);
              -ms-transform: scale(-1, 1);
              -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-06 .info-06-graf-block .info-06-graf-img .info-06-graf-img-inner svg circle {
                cx: 31.8309886184;
                cy: 31.8309886184;
                r: 15.9154943092;
                fill: transparent;
                stroke: #d3d4d5;
                stroke-width: 31.8309886184;
                stroke-dashoffset: 25;
                stroke-dasharray: 100,0; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 {
        text-align: center; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .aboutUs-column-block-item-content-sp {
          margin: 0 -10px 20px; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-graf-block {
          position: relative;
          margin: 0 0 20px; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-graf-block .info-07-graf-text {
            font-size: 56px;
            font-weight: 700;
            color: #fff;
            letter-spacing: 1px;
            position: absolute;
            bottom: 30px;
            left: 0;
            right: 0;
            z-index: 2;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0; }
            @media screen and (max-width: 1080px) {
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-graf-block .info-07-graf-text {
                font-size: 5.18519vw; } }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-graf-block .info-07-graf-img {
            line-height: 0;
            margin: 5% 0 0; }
            #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-graf-block .info-07-graf-img .info-07-graf-img-inner {
              position: relative;
              display: inline-block; }
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-graf-block .info-07-graf-img .info-07-graf-img-inner img {
                max-width: 100%;
                border: 1px solid transparent;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box; }
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-graf-block .info-07-graf-img .info-07-graf-img-inner svg {
                position: absolute;
                top: 0;
                left: 0;
                -moz-transform: scale(-1, 1);
                -ms-transform: scale(-1, 1);
                -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1); }
                #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-graf-block .info-07-graf-img .info-07-graf-img-inner svg circle {
                  cx: 31.8309886184;
                  cy: 31.8309886184;
                  r: 15.9154943092;
                  fill: transparent;
                  stroke: #d3d4d5;
                  stroke-width: 31.8309886184;
                  stroke-dashoffset: 25;
                  stroke-dasharray: 100,0; }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-07 .info-07-text-block {
          font-size: 12px;
          line-height: 1.5;
          color: #04285e;
          letter-spacing: 1px; }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08{
        display: flex;
        align-items: flex-end; }
        @media screen and (max-width: 768px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 {
            display: none; } }
      #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block {
        position: relative;
        width: 66%;
        margin-left: auto; }
        @media screen and (max-width: 1080px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text {
            margin: 0 0 5%; } }
        @media screen and (max-width: 960px) {
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text {
            margin: 0 0 10%; } }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li {
          position: absolute;
          line-height: 0;
          z-index: 2;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li img {
            max-width: 100%; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li:nth-child(1) {
            top: 30%;
            left: 10%;
            width: 28.732%; }
            @media screen and (min-width: 960px) {
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li:nth-child(1) {
                top: 22%; }
            }
            @media screen and (min-width: 1080px) {
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li:nth-child(1) {
                top: 13%; }
            }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li:nth-child(2) {
            top: 60%;
            left: 4%;
            width: 25.83871%; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li:nth-child(3) {
            top: 49%;
            left: 54%;
            width: 28.16129%; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li:nth-child(4) {
            top: 23%;
            left: 55%;
            width: 33.22581%; }
            @media screen and (min-width: 960px) {
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li:nth-child(4) {
                top: 10%; }
            }
            @media screen and (min-width: 1080px) {
              #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-text ul li:nth-child(4) {
                top: 4%; }
            }
        #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-img {
          line-height: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
          #aboutUs .aboutUs-block .aboutUs-column-block .aboutUs-column-block-item .aboutUs-column-block-item-inner .aboutUs-column-block-item-content.info-08 .info-08-graf-block .info-08-graf-img img {
            max-width: 100%; }

#ncsTour .page-title-block {
  background-image: url(../img/bg_ncsTour_page_title.jpg); }
#ncsTour .ncsTour-block .ncsTour-text-block {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  margin: 0 0 60px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    #ncsTour .ncsTour-block .ncsTour-text-block {
      width: auto;
      margin: 0 0 20px; } }
  #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px; }
    @media screen and (max-width: 768px) {
      #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-title {
        font-size: 28px;
        margin: 0 0 10px; } }
  #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-sub {
    font-size: 16px;
    font-weight: 700;
    color: #04285e;
    margin: 0 0 30px; }
    @media screen and (max-width: 768px) {
      #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-sub {
        font-size: 14px;
        margin: 0 0 20px; } }
  #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-copy {
    font-size: 15px;
    line-height: 2.5; }
    #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-copy .pc-text {
      display: block; }
    #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-copy .sp-text {
      display: none; }
    @media screen and (max-width: 768px) {
      #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-copy {
        font-size: 14px;
        letter-spacing: -0.5px; } }
    @media screen and (max-width: 480px) {
      #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-copy .pc-text {
        display: none; }
      #ncsTour .ncsTour-block .ncsTour-text-block .ncsTour-text-copy .sp-text {
        display: block; } }
#ncsTour .ncsTour-block .ncsTour-img-block {
  display: inline-block;
  text-align: left; }
  @media screen and (max-width: 480px) {
    #ncsTour .ncsTour-block .ncsTour-img-block {
      width: 100%; } }
  #ncsTour .ncsTour-block .ncsTour-img-block ul, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list {
    letter-spacing: -10px;
    width: 100%;
    max-width: 740px; }
    #ncsTour .ncsTour-block .ncsTour-img-block ul li, #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item {
      display: inline-block;
      line-height: 0;
      letter-spacing: normal;
      margin: 0 10px 10px 0;
      width: 32%;
      position: relative;
      outline: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transition: opacity 0.35s ease-in;
      -o-transition: opacity 0.35s ease-in;
      -webkit-transition: opacity 0.35s ease-in;
      transition: opacity 0.35s ease-in;
      -moz-transition: opacity 0.35s ease-in;
      -o-transition: opacity 0.35s ease-in;
      -webkit-transition: opacity 0.35s ease-in;
      transition: opacity 0.35s ease-in; }
      #ncsTour .ncsTour-block .ncsTour-img-block ul li:hover, #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item:hover, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li:hover, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6;
        -moz-transition: opacity 0.35s ease-in;
        -o-transition: opacity 0.35s ease-in;
        -webkit-transition: opacity 0.35s ease-in;
        transition: opacity 0.35s ease-in; }
      #ncsTour .ncsTour-block .ncsTour-img-block ul li:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item:nth-child(3n) {
        margin: 0 0 10px 0; }
      #ncsTour .ncsTour-block .ncsTour-img-block ul li img, #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item img, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li img, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item img {
        width: 100%; }
      @media screen and (max-width: 768px) {
        #ncsTour .ncsTour-block .ncsTour-img-block ul li, #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item {
          display: inline-block;
          line-height: 0;
          letter-spacing: normal;
          margin: 0 4% 4% 0;
          width: 48%; }
          #ncsTour .ncsTour-block .ncsTour-img-block ul li:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item:nth-child(3n) {
            margin: 0 4% 4% 0; }
          #ncsTour .ncsTour-block .ncsTour-img-block ul li:nth-child(even), #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item:nth-child(even), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li:nth-child(even), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item:nth-child(even) {
            margin: 0 0 4% 0; } }
      @media screen and (max-width: 480px) {
        #ncsTour .ncsTour-block .ncsTour-img-block ul li, #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item {
          display: block;
          line-height: 0;
          letter-spacing: normal;
          margin: 0 0 4% 0;
          width: 100%; }
          #ncsTour .ncsTour-block .ncsTour-img-block ul li:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li:nth-child(3n), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item:nth-child(3n) {
            margin: 0 0 4% 0; }
          #ncsTour .ncsTour-block .ncsTour-img-block ul li:nth-child(even), #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item:nth-child(even), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li:nth-child(even), #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item:nth-child(even) {
            margin: 0 0 4% 0; } }
      #ncsTour .ncsTour-block .ncsTour-img-block ul li .ncsTour-img-text, #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item .ncsTour-img-text, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li .ncsTour-img-text, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item .ncsTour-img-text {
        position: absolute;
        top: 0;
        left: 0;
        letter-spacing: normal;
        line-height: 1.8;
        font-size: 14px;
        color: #fff;
        text-align: left;
        padding: 10px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: opacity 0.35s ease-in;
        -o-transition: opacity 0.35s ease-in;
        -webkit-transition: opacity 0.35s ease-in;
        transition: opacity 0.35s ease-in; }
      #ncsTour .ncsTour-block .ncsTour-img-block ul li.hover, #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item.hover, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li.hover, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item.hover {
        -moz-transition: opacity 0.35s ease-in;
        -o-transition: opacity 0.35s ease-in;
        -webkit-transition: opacity 0.35s ease-in;
        transition: opacity 0.35s ease-in; }
        #ncsTour .ncsTour-block .ncsTour-img-block ul li.hover .ncsTour-img-text, #ncsTour .ncsTour-block .ncsTour-img-block ul .ncsTour-img-item.hover .ncsTour-img-text, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list li.hover .ncsTour-img-text, #ncsTour .ncsTour-block .ncsTour-img-block .ncsTour-img-list .ncsTour-img-item.hover .ncsTour-img-text {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          -moz-transition: opacity 0.35s ease-in;
          -o-transition: opacity 0.35s ease-in;
          -webkit-transition: opacity 0.35s ease-in;
          transition: opacity 0.35s ease-in; }
#ncsTour .ncsTour-block .ncsTour-content-01 {
  background-image: url(../img/bg_ncsTour_content_01.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  padding: 60px 0 0;
  margin: 0 0 60px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    #ncsTour .ncsTour-block .ncsTour-content-01 {
      background-size: contain;
      padding: 0;
      margin: 0 0 30px; } }
  @media screen and (max-width: 480px) {
    #ncsTour .ncsTour-block .ncsTour-content-01 {
      text-align: left; } }
#ncsTour .ncsTour-block .ncsTour-content-02 {
  background-image: url(../img/bg_ncsTour_content_02.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 60px 0 120px; }
  @media screen and (max-width: 768px) {
    #ncsTour .ncsTour-block .ncsTour-content-02 {
      background-size: contain;
      background-position: top center;
      padding: 0;
      margin: 0 0 30px; } }
  @media screen and (max-width: 480px) {
    #ncsTour .ncsTour-block .ncsTour-content-02 {
      text-align: left; } }
#ncsTour .ncsTour-block .ncsTour-content-03 {
  background-image: url(../img/bg_ncsTour_content_03.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 60px 0 120px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    #ncsTour .ncsTour-block .ncsTour-content-03 {
      background-size: contain;
      background-position: top center;
      padding: 0;
      margin: 0 0 30px; } }
  @media screen and (max-width: 480px) {
    #ncsTour .ncsTour-block .ncsTour-content-03 {
      text-align: left; } }
#ncsTour .ncsTour-block .ncsTour-content-04 {
  background-image: url(../img/bg_ncsTour_content_01.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  padding: 60px 0 120px;
  margin: 120px 0 60px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    #ncsTour .ncsTour-block .ncsTour-content-04 {
      background-size: contain;
      padding: 0;
      margin: 0 0 30px;
      background-position: top right; } }
  @media screen and (max-width: 480px) {
    #ncsTour .ncsTour-block .ncsTour-content-04 {
      text-align: left; } }

#privacyPolicy .page-title-block {
  background-image: url(../img/bg_privacyPolicy_page_title.jpg); }
#privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner {
  background-color: #fff;
  padding: 60px 30px 30px;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner {
      padding: 20px; } }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .privacyPolicy-detail-title {
    font-size: 26px;
    font-weight: 700;
    color: #04285e;
    margin: 0 0 50px; }
    @media screen and (max-width: 768px) {
      #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .privacyPolicy-detail-title {
        font-size: 20px;
        margin: 0 0 20px; } }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .text-01 {
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #eee; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner h2 {
    margin: 0 0 20px;
    color: #0071bc; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner h3 {
    display: block;
    margin: 0 0 15px; }
    #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner h3:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 3px;
      margin: 0 10px 0 0;
      vertical-align: middle;
      background-color: #04285e; }
    #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner h3 span {
      font-size: 16px;
      font-weight: 700;
      color: #04285e;
      line-height: 1.4;
      vertical-align: middle; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner p {
    line-height: 1.8;
    margin: 0 0 30px; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner ul {
    margin: 0 0 30px; }
    #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner ul li {
      padding-left: 1.7rem;
      text-indent: -2.2rem;
      line-height: 1.8;
      margin: 0 0 15px; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .mt10 {
    margin-top: 10px; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .mt20 {
    margin-top: 20px; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .mt30 {
    margin-top: 30px; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .mb10 {
    margin-bottom: 10px; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .mb20 {
    margin-bottom: 20px; }
  #privacyPolicy .privacyPolicy-block .privacyPolicy-block-inner .mb30 {
    margin-bottom: 30px; }

#entry .page-title-block {
  background-image: url(../img/bg_requirements_page_title.jpg); }
  @media screen and (max-width: 768px) {
    #entry .page-title-block {
      background-size: cover;
      background-image: url(../img/sp_bg_requirements_page_title.jpg); } }
#entry .entry-block .entry-tab-block {
  text-align: center;
  margin: 0 0 60px; }
  @media screen and (max-width: 768px) {
    #entry .entry-block .entry-tab-block {
      margin: 0 0 30px; } }
  #entry .entry-block .entry-tab-block ul {
    letter-spacing: -10px; }
    #entry .entry-block .entry-tab-block ul li {
      display: inline-block;
      margin: 0 90px 0 0;
      letter-spacing: normal; }
      #entry .entry-block .entry-tab-block ul li:last-child {
        margin: 0; }
      @media screen and (max-width: 768px) {
        #entry .entry-block .entry-tab-block ul li {
          width: 49%;
          margin: 0 2% 0 0; }
          #entry .entry-block .entry-tab-block ul li:last-child {
            margin: 0; } }
      @media screen and (max-width: 768px) {
        #entry .entry-block .entry-tab-block ul li a {
          display: block;
          font-size: 14px;
          padding: 7px 0 7px 0; } }
#entry .entry-block .entry-detail-block {
  background-color: #fff;
  padding: 60px 30px 30px; }
  @media screen and (max-width: 768px) {
    #entry .entry-block .entry-detail-block {
      padding: 20px 10px 10px; } }
  #entry .entry-block .entry-detail-block .entry-detail-title {
    font-size: 26px;
    font-weight: 700;
    color: #04285e;
    margin: 0 0 50px; }
    @media screen and (max-width: 768px) {
      #entry .entry-block .entry-detail-block .entry-detail-title {
        font-size: 20px;
        margin: 0 0 20px; } }
#entry .entry-block .entry-detail-form .entry-form-name {
  font-size: 14px; }
  #entry .entry-block .entry-detail-form .entry-form-name input {
    width: 100%; }
#entry .entry-block .entry-detail-form .entry-form-mailaddress {
  font-size: 14px; }
  #entry .entry-block .entry-detail-form .entry-form-mailaddress input {
    width: 100%; }
#entry .entry-block .entry-detail-form .entry-form-pref {
  font-size: 14px; }
  #entry .entry-block .entry-detail-form .entry-form-pref .easy-select-box {
    width: 200px !important;
    border: 1px solid #d8d7d8;
    padding: 10px;
    outline: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }
    #entry .entry-block .entry-detail-form .entry-form-pref .easy-select-box:hover {
      background: #03285f;
      -moz-transition: ease-in 0.2s;
      -o-transition: ease-in 0.2s;
      -webkit-transition: ease-in 0.2s;
      transition: ease-in 0.2s; }
      #entry .entry-block .entry-detail-form .entry-form-pref .easy-select-box:hover .esb-displayer {
        color: #fff;
        -moz-transition: ease-in 0.2s;
        -o-transition: ease-in 0.2s;
        -webkit-transition: ease-in 0.2s;
        transition: ease-in 0.2s; }
  #entry .entry-block .entry-detail-form .entry-form-pref .esb-displayer {
    cursor: pointer;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }
  #entry .entry-block .entry-detail-form .entry-form-pref .esb-dropdown {
    cursor: pointer;
    width: 200px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #entry .entry-block .entry-detail-form .entry-form-pref .esb-item {
    cursor: pointer;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s; }
    #entry .entry-block .entry-detail-form .entry-form-pref .esb-item:hover {
      background: #03285f;
      -moz-transition: ease-in 0.2s;
      -o-transition: ease-in 0.2s;
      -webkit-transition: ease-in 0.2s;
      transition: ease-in 0.2s; }
#entry .entry-block .entry-detail-form .entry-form-age {
  font-size: 14px; }
  #entry .entry-block .entry-detail-form .entry-form-age input {
    width: 60px; }
  #entry .entry-block .entry-detail-form .entry-form-age span {
    margin: 0 0 0 10px; }
#entry .entry-block .entry-detail-form .entry-form-phone {
      font-size: 14px; }
  #entry .entry-block .entry-detail-form .entry-form-phone input {
        width: 100%; }
#entry .entry-block span.required {
  color: #B70000; }
#entry .entry-block .entry-detail-form-required {
  margin: 0 0 20px;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    #entry .entry-block .entry-detail-form-required {
      font-size: 14px; } }
#entry .entry-block .entry-detail-form-complete {
  text-align: center;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    #entry .entry-block .entry-detail-form-complete {
      font-size: 14px; }
      #entry .entry-block .entry-detail-form-complete br {
        display: none; } }
#entry .entry-block .entry-button-block {
  text-align: center;
  margin: 20px 0 0; }
  #entry .entry-block .entry-button-block button, #entry .entry-block .entry-button-block a {
    min-width: 240px;
    margin: 0 10px 0 0; }
    @media screen and (max-width: 768px) {
      #entry .entry-block .entry-button-block button, #entry .entry-block .entry-button-block a {
        display: block;
        max-width: 200px;
        min-width: 200px;
        margin: 0 auto 10px; } }
#entry .mw_wp_form_complete .entry-detail-title {
  text-align: center; }
#entry .mw_wp_form_confirm .entry-detail-form-required {
  display: none; }


/*** Custom CSS ***/
.aboutUs-column-block-item-content.info-01 {
  position: relative;
}

.aboutUs-caption {
  position: absolute;
  top: 25px;
  left: 25px;
  max-width: 100%;
  height: auto;
}

.info-03-maternity {
  max-width: 100%;
  opacity: 0;
}

@media screen and (max-width: 1080px) {
  .h-50p:first-child {
    height: calc(50% - 20px);
  }
}

.h-50p {
  height: 50%;
  box-sizing: border-box;
  overflow: hidden;
}

.info-05-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5% auto;
}

.info-08-international {
  width: 18%;
  opacity: 0;
}

.info-08-international img {
  max-width: 100%;
}

.info-09 {
  position: relative;
  margin-top: 2.5%;
  padding-top: 2.5em;
}

.info-09-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  color: #04285e;
  letter-spacing: 1px;
  line-height: 1.8;
}

.info-09-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  text-align: center;
}

.info-09-list-item:nth-child(1) {
  width: 20%;
}

.info-09-list-item:nth-child(2) {
  width: 25%;
}

.info-09-list-item:nth-child(3) {
  width: 50%;
}

.info-09-list-text {
  margin-top: 0.75em;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #04285e;
}

.info-09-list-text small {
  font-size: 0.6em;
}

@media screen and (max-width: 1080px) {
  .info-09-list-text {
    font-size: 2.315vw;
  } 
}

.info-09-img {
  position: relative;
  margin: auto;
}

.info-09-img .info-09-img-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.info-09-img img {
  max-width: 100%;
}