@charset "UTF-8";
/**
 * Fonts
 */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none; }

a, a:link, a:visited, a:hover, a:active {
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

:focus {
  outline: 0; }

ol, ul {
  list-style: none;
  list-style-type: none; }

table, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0; }

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

h1, h2, h3, h4, h5, h6, h7 {
  font-size: inherit;
  font-weight: inherit; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="checkbox"],
input[type="file"],
input[type="submit"],
input[type="image"],
input[type="reset"],
input[type="button"],
button,
textarea,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  overflow: visible;
  text-transform: none; }

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

menu {
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }

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

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  position: relative; }

body {
  position: relative;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: 'メイリオ', Meiryo, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; } }
  @media screen and (max-width: 640px) {
    body {
      font-size: 5vw; } }

.show {
  display: block; }
  @media screen and (max-width: 640px) {
    .show--pc {
      display: none !important; } }
  .show--sp {
    display: none; }
    @media screen and (max-width: 640px) {
      .show--sp {
        display: block !important; } }

.container {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 640px) {
    .container {
      max-width: 100%; } }

.header {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
  font-weight: bold; }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 90px 80px 60px; }
    @media screen and (max-width: 1400px) {
      .header__container {
        padding: 40px; } }
    @media screen and (max-width: 1000px) {
      .header__container {
        padding: 30px 20px; } }
    @media screen and (max-width: 640px) {
      .header__container {
        padding: 6.25vw 0 0 3.125vw; } }
  .header__logo {
    width: 400px;
    margin-right: 30px; }
    @media screen and (max-width: 1400px) {
      .header__logo {
        width: 350px; } }
    @media screen and (max-width: 1000px) {
      .header__logo {
        width: 260px; } }
    @media screen and (max-width: 750px) {
      .header__logo {
        width: 220px; } }
    @media screen and (min-width: 829px) {
      .header__logo {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .header__logo:hover {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          opacity: 0.7; } }
    @media screen and (max-width: 640px) {
      .header__logo {
        width: 60%; } }
    .header__logo a {
      display: block; }
  .header__pcNav {
    margin-left: auto;
    letter-spacing: 0.12em; }
    .header__pcNav__gnav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 2.0rem; }
      @media screen and (max-width: 1400px) {
        .header__pcNav__gnav {
          font-size: 1.6rem; } }
      @media screen and (max-width: 1000px) {
        .header__pcNav__gnav {
          font-size: 1.4rem; } }
      @media screen and (max-width: 750px) {
        .header__pcNav__gnav {
          font-size: 1.2rem; } }
      .header__pcNav__gnav__item {
        height: 100%;
        line-height: 1.2; }
        .header__pcNav__gnav__item ~ .header__pcNav__gnav__item {
          margin-left: 50px; }
          @media screen and (max-width: 1000px) {
            .header__pcNav__gnav__item ~ .header__pcNav__gnav__item {
              margin-left: 30px; } }
          @media screen and (max-width: 750px) {
            .header__pcNav__gnav__item ~ .header__pcNav__gnav__item {
              margin-left: 20px; } }
        .header__pcNav__gnav__item a {
          padding: 15px 0;
          position: relative; }
          .header__pcNav__gnav__item a span {
            display: inline-block; }
          .header__pcNav__gnav__item a::before {
            content: '';
            width: 100%;
            height: 2px;
            background: #fff;
            position: absolute;
            bottom: -8px;
            left: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            @media screen and (max-width: 1440px) {
              .header__pcNav__gnav__item a::before {
                bottom: -0.55556vw; } }
          .header__pcNav__gnav__item a:hover:before {
            bottom: -4px;
            opacity: 1;
            visibility: visible; }
            @media screen and (max-width: 1440px) {
              .header__pcNav__gnav__item a:hover:before {
                bottom: -0.27778vw; } }
  .header__spNav {
    position: relative;
    margin-left: auto; }
    .header__spNav__gnav {
      position: fixed;
      z-index: 30;
      top: 0;
      right: 0;
      overflow-y: scroll;
      width: 100%;
      height: 100%;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
      opacity: 0;
      background: rgba(8, 62, 148, 0.95);
      padding-top: 28.125vw; }
      .header__spNav__gnav.active {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1; }
      .header__spNav__gnav__wrap {
        padding: 7.8125vw 7.8125vw 15.625vw; }
      .header__spNav__gnav__list__item {
        border-bottom: 1px solid #fff; }
        .header__spNav__gnav__list__item a {
          position: relative;
          display: block;
          font-size: 4.375vw;
          padding: 5.46875vw 6.25vw 5.46875vw 0;
          color: #fff;
          letter-spacing: 0.2em; }
          .header__spNav__gnav__list__item a::before {
            content: "";
            width: 3.125vw;
            height: 3.125vw;
            border: 0px;
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0vw;
            margin: auto;
            z-index: 0; }
      .header__spNav__gnav__ttl {
        margin-bottom: 1.5625vw;
        font-size: 9.0625vw;
        color: #000;
        color: #109a8f;
        font-family: niveau-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.2em; }
    .header__spNav .spNavBtn {
      width: 14.0625vw;
      height: 14.0625vw;
      position: fixed;
      top: 3.125vw;
      right: 3.125vw;
      z-index: 100;
      display: block;
      /*
			&:before {
				 // Bold
				content: 'MENU';
				width: 100%;
				position: absolute;
				right: 0;
				bottom: vw_sp( 25 );
				left: 0;
				display: block;
				margin: auto;
				font-size: vw_sp( 16 );
				line-height: 1;
				text-align: center;
				white-space: nowrap;
				letter-spacing: ls( 200 );
				color: $black;
			}

			&.open {
				&:before {
					content: '閉じる';
				}
			}
			*/ }
      .header__spNav .spNavBtn__icon {
        background: url(../img/common/spnav__icon--menu--white.svg) no-repeat center top;
        background-size: 100%;
        width: 9.0625vw;
        height: 5.625vw;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
        .header__spNav .spNavBtn__icon.open {
          background: url(../img/common/spnav__icon--close--white.svg) no-repeat center top;
          background-size: 100%;
          width: 7.34375vw;
          height: 7.34375vw; }
    .header__spNav button {
      cursor: pointer;
      border: none;
      background-color: transparent; }

.footer {
  padding: 70px 0; }
  @media screen and (max-width: 640px) {
    .footer {
      padding: 6.25vw 0; } }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px; }
    @media screen and (max-width: 640px) {
      .footer__container {
        display: block;
        padding: 0 7%; } }
  .footer__logo {
    width: 500px; }
    @media screen and (max-width: 640px) {
      .footer__logo {
        width: 70%;
        margin: 0 auto 6.25vw; } }
    .footer__logo img {
      width: 100%; }
  .footer__map {
    margin-left: 80px;
    width: 600px;
    height: 300px; }
    @media screen and (max-width: 900px) {
      .footer__map {
        margin-left: 40px;
        width: 70%;
        height: 200px; } }
    @media screen and (max-width: 640px) {
      .footer__map {
        width: 100%;
        margin: 6.25vw auto 0; } }
    .footer__map iframe {
      width: 100%;
      height: 100%; }
