@charset "UTF-8";
/* Scss Document */
/*=============================================================
 レイアウト設定
=============================================================*/
.flexBox {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-flow: row wrap; }

.jc-space-between {
  justify-content: space-between; }

.jc-center {
  justify-content: center; }

.jc-flex-end {
  justify-content: flex-end; }

.al-center {
  align-items: center; }

.al-stretch {
  align-items: stretch; }

.al-flex-end {
  align-items: flex-end; }

.al-flex-start {
  align-items: flex-start; }

@media print, screen and (min-width: 767.9px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; } }
/*=============================================================
 common
=============================================================*/
body {
  font-size: 14px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.68;
  color: #000;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1;
 /*&.home {
	#contents {
		z-index: 1;
	}
}*/ }
  @media print, screen and (min-width: 767.9px) {
    body {
      font-size: 16px; } }
  body b {
    font-weight: 700;
    font-style: normal; }
  body .en {
    font-weight: 700; }
    body .en span {
      font-weight: 700; }
  body .mincho {
    font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
  body a {
    color: #000;
    text-decoration: none; }
  body a:hover {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s; }
  body img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 767.9px) {
      body img {
        width: auto;
        max-width: 100%; } }
  body .object-fit {
    object-fit: contain;
    font-family: "object-fit: contain;"; }
  body .view-sp {
    display: block; }
    @media print, screen and (min-width: 767.9px) {
      body .view-sp {
        display: none; } }
  body .view-pc {
    display: none; }
    @media print, screen and (min-width: 767.9px) {
      body .view-pc {
        display: block; } }
  body #wrap,
  body #contents {
    overflow: hidden; }
  body #contents {
    position: relative;
    background-color: #fff; }
  body .container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (min-width: 767.9px) and (max-width: 1280px) {
      body .container {
        padding: 0 50px; } }
    @media print, screen and (min-width: 1280px) {
      body .container {
        padding: 0; } }
    body .container.full {
      padding-right: 0;
      padding-left: 0; }

.ggmap {
  line-height: 1; }

@media screen and (max-width: 767.9px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .ggmap iframe, .ggmap object, .ggmap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
.googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

/*=============================================================
 ネガティブマージン
=============================================================*/
.negativeM {
  margin-top: -100px;
  padding-top: 100px; }

/*=============================================================
 #gheader
=============================================================*/
.home #gheader {
  z-index: 6; }

.fixed #gheader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: .5s;
  /*.col2 {
      @include min-screen($breakpoint-mobile) {
          transition: .5s;
      }
  }*/ }

#gheader {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  color: #ffff;
  transition: .5s; }
  #gheader a {
    color: #fff; }
  #gheader .progress {
    /*position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 3px;
    /* バーの高さを指定 */
    background-color: #000;
    /* バーの背景色を指定 */
    z-index: 100; }
    #gheader .progress__bar {
      /*position: absolute;
      top: 0;
       left: 0;*/
      background-color: #e7001c;
      /* バーの色を指定 */
      height: 100%;
      width: 0;
      /* 初期値は0 */ }

@media screen and (max-width: 767.9px) {
  .fixed #gheader {
    background-color: black; }

  #gheader {
    position: fixed;
    background-color: black;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 60px; }
    #gheader .logo {
      margin-left: 5vw;
      line-height: 1;
      display: flex;
      align-items: center;
      font-weight: normal; }
      #gheader .logo i {
        margin-right: 0.5em; }
        #gheader .logo i img {
          width: auto;
          height: 40px; }

  .drawer-hamburger {
    position: fixed;
    top: 0;
    right: 0 !important;
    z-index: 10;
    background: none !important; }

  .drawer-open .drawer-hamburger {
    background: none !important;
    right: 0 !important; }

  .drawer-hamburger-icon {
    background-color: #fff;
    transform: scale(0.8); }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important; }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #fff; }

  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    background-color: #fff; }

  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3; }

  .drawer-nav {
    z-index: 4; } }
@media print, screen and (min-width: 767.9px) {
  #gheader .col2 {
    margin: 0 auto;
    max-width: 1280px;
    min-width: 60%;
    height: 100px;
    line-height: 1;
    letter-spacing: 0.2em;
    transition: .5s; }
    #gheader .col2 .logo {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      font-size: 30px;
      font-weight: normal; }
      #gheader .col2 .logo img {
        width: 1.3em;
        height: auto;
        margin-right: 0.5em; }
    #gheader .col2 #gnavi ul li {
      margin-left: 2vw; }

  .fixed #gheader .col2 {
    height: 70px; } }
@media screen and (min-width: 767.9px) and (max-width: 1280px) {
  #gheader .col2 {
    padding: 0 2vw; }
    #gheader .col2 .logo {
      font-size: 3vw; }
      #gheader .col2 .logo img {
        width: 1.3em;
        height: auto;
        margin-right: 0.5em; }
    #gheader .col2 #gnavi ul li {
      font-size: 1.5vw; } }
/*=============================================================
 drawer-nav
=============================================================*/
@media screen and (max-width: 767.9px) {
  .drawer-nav {
    background-color: #020c26;
    padding: 0 !important; }
    .drawer-nav a {
      color: #fff !important;
      line-height: 1.2;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .drawer-nav a span {
        display: block;
        font-size: 70%;
        color: rgba(255, 255, 255, 0.3);
        letter-spacing: 0.1em;
        margin-top: 0.5em; }
    .drawer-nav nav {
      margin: 60px 0 0 0; }
      .drawer-nav nav ul {
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .drawer-nav nav ul li {
          width: 100%; }
          .drawer-nav nav ul li img {
            width: auto;
            height: auto; } }
@media print, screen and (min-width: 767.9px) {
  .drawer-nav {
    position: relative;
    z-index: 2;
    transition: .5s; }
    .drawer-nav nav li {
      line-height: 1.25; }
      .drawer-nav nav li a {
        position: relative;
        display: block;
        height: 100%; }
        .drawer-nav nav li a span {
          display: block;
          font-size: 50%;
          opacity: 0.5; } }
/*=============================================================
 #pankz
=============================================================*/
#pankz {
  text-align: left;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  #pankz li a {
    position: relative; }
    #pankz li a:after {
      content: ">";
      display: inline-block;
      margin: 0 0.5em; }

/*=============================================================
 #gFooter
=============================================================*/
.home #gFooter {
  position: relative;
  z-index: 2; }

#gFooter {
  letter-spacing: 0.2em;
  background-color: black;
  padding: 5vw 0 18vw 0;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.25;
  text-align: center; }
  @media print, screen and (min-width: 767.9px) {
    #gFooter {
      padding: 50px 0;
      text-align: left; } }
  #gFooter a {
    color: #fff; }
  @media print, screen and (min-width: 767.9px) {
    #gFooter .col2 {
      max-width: 1280px;
      margin: 0 auto; } }
  @media screen and (min-width: 767.9px) and (max-width: 1280px) {
    #gFooter .col2 {
      padding: 0 2vw; } }
  #gFooter .col2 .leftBox {
    width: 100%; }
    @media print, screen and (min-width: 767.9px) {
      #gFooter .col2 .leftBox {
        width: auto; } }
  #gFooter .logo {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 20px; }
    @media screen and (max-width: 767.9px) {
      #gFooter .logo {
        text-align: center;
        width: 100%;
        font-size: 5vw;
        justify-content: center; } }
    #gFooter .logo i {
      margin-right: 0.5em; }
      #gFooter .logo i img {
        width: auto;
        height: 25px;
        margin: 0 auto; }
  #gFooter address {
    font-size: 80%; }
  #gFooter ul {
    line-height: 1; }
    @media screen and (max-width: 767.9px) {
      #gFooter ul {
        display: none; } }
    #gFooter ul.navi {
      margin: 40px 0 30px 0; }
      @media print, screen and (min-width: 767.9px) {
        #gFooter ul.navi li {
          margin-left: 2em; } }
      @media screen and (min-width: 767.9px) and (max-width: 1170px) {
        #gFooter ul.navi li {
          margin-left: 1vw;
          font-size: 1.5vw; } }
      #gFooter ul.navi li a {
        color: #fff; }
      #gFooter ul.navi li:first-child {
        margin-left: 0; }
    #gFooter ul.sns {
      margin-left: 1em; }
      @media print, screen and (min-width: 767.9px) {
        #gFooter ul.sns li {
          margin-left: 1em; } }
      #gFooter ul.sns li:first-child {
        margin-left: 0; }
      #gFooter ul.sns li a i {
        color: #fff; }
  #gFooter .copy {
    letter-spacing: 0.1em;
    font-size: 90%;
    font-weight: bold;
    margin-top: 20px; }
    @media print, screen and (min-width: 767.9px) {
      #gFooter .copy {
        margin-top: 0px; } }
  @media print, screen and (min-width: 767.9px) {
    #gFooter .col2 .leftBox {
      max-width: 30%;
      padding: 0 0 20px 0;
      text-align: left; } }

@media print, screen and (min-width: 767.9px) {
  .pageTop {
    text-align: right;
    margin-top: 3vw !important;
    margin-bottom: 3vw !important; }
    .pageTop a {
      display: block;
      position: relative;
      width: 50px;
      height: 50px;
      background-color: #001C57;
      margin: 0 0 0 auto; }
      .pageTop a:before {
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #FF5800;
        font-size: 2em;
        margin: -0.5em 0 0 -0.4em;
        font-family: "Font Awesome 5 Free";
        content: "\f077";
        display: inline-block;
        font-weight: bold;
        -webkit-text-stroke: 1px #001C57; }
      .pageTop a span {
        display: none; } }
/*=============================================================
 SP用フッターボタン
=============================================================*/
.bottom-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-align: center;
  border-top: 1px #FFF solid;
  transition: 1s all;
  margin-bottom: -3em;
  opacity: 0; }
  .bottom-btn ul li {
    width: 50%;
    box-sizing: border-box;
    background-size: cover;
    background-color: black;
    border-left: 1px solid #fff; }
    .bottom-btn ul li a {
      display: block;
      color: #fff;
      position: relative;
      line-height: 3em; }
      .bottom-btn ul li a i {
        margin-right: 1em; }
    .bottom-btn ul li:first-child {
      border: none; }

.fixed .bottom-btn {
  transition: 1s all;
  opacity: 1;
  margin-bottom: 0; }
