@charset "UTF-8";
/* -------------------------------
 *  font
 * -------------------------------- */
/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 93.75%;
  /* 15px */
}

@media screen and (max-width: 767px) {
  html {
    /* スマホ用フォントサイズ */
  }
}
body {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  letter-spacing: 0.11em;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* 基本タグ */
p, ol, ul, dl, table {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* 見出しサイズ 1rem/15px */
h1, .h1 {
  font-size: 1.93333rem;
}

h2, .h2 {
  font-size: 1.73333rem;
}

h3, .h3 {
  font-size: 1.53333rem;
}

h4, .h4 {
  font-size: 1.33333rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1.06667rem;
}

@media print, screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.6rem;
  }

  h2, .h2 {
    font-size: 2.2rem;
  }

  h3, .h3 {
    font-size: 1.8rem;
  }

  h4, .h4 {
    font-size: 1.53333rem;
  }

  h5, .h5 {
    font-size: 1.2rem;
  }

  h6, .h6 {
    font-size: 1.06667rem;
  }
}
@media print, screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 3.26667rem;
  }

  h2, .h2 {
    font-size: 2.6rem;
  }

  h3, .h3 {
    font-size: 2.06667rem;
  }

  h4, .h4 {
    font-size: 1.66667rem;
  }

  h5, .h5 {
    font-size: 1.33333rem;
  }

  h6, .h6 {
    font-size: 1.06667rem;
  }
}
@media print, screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.86667rem;
  }

  h2, .h2 {
    font-size: 3rem;
  }

  h3, .h3 {
    font-size: 2.33333rem;
  }

  h4, .h4 {
    font-size: 1.8rem;
  }

  h5, .h5 {
    font-size: 1.4rem;
  }

  h6, .h6 {
    font-size: 1.06667rem;
  }
}
.fs_12_15 {
  font-size: 15px;
}

.fs_xl_20 {
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .fs_12_15 {
    font-size: calc(12px + 3 * (100vw - 320px) / 880);
  }

  .fs_xl_20 {
    font-size: calc(16px + 5 * (100vw - 320px) / 880);
  }
}
/* -------------------------------
	row
-------------------------------- */
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > [class^="col-"], .row-40 > [class*=" col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.row-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

@media print, screen and (min-width: 768px) {
  .row-gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col-"], .row-gallery > [class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* -------------------------------
	bootstrap
-------------------------------- */
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid-xl {
  width: 100%;
  max-width: 1334px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media print, screen and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media print, screen and (min-width: 992px) {
  .container-xl {
    max-width: 960px;
  }
}
@media print, screen and (min-width: 1200px) {
  .container-xl {
    max-width: 1334px;
  }
}
/* -------------------------------
	form
-------------------------------- */
.select-inline {
  width: auto;
  display: inline;
}

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  position: relative;
  z-index: 300;
}
#header h1 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
#header .row-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 55px;
  height: 60px;
  position: relative;
}
#header .row-head .logo h1 img {
  width: 200px;
}
#header .row-head .head_contents {
  margin-left: auto;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  #header .row-head {
    height: 87px;
  }
  #header .row-head .logo {
    -webkit-flex: 0 0 26.84%;
    flex: 0 0 26.84%;
    max-width: 26.84%;
  }
  #header .row-head .logo h1 img {
    width: auto;
  }
  #header .row-head .head_contents {
    -webkit-flex: 0 0 73.16%;
    flex: 0 0 73.16%;
    max-width: 73.16%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 1500px) {
  #header .row-head {
    padding-right: 0px;
  }
}

.header-wrap {
  height: 60px;
  margin-bottom: 5%;
}
@media print, screen and (min-width: 768px) {
  .header-wrap {
    height: 87px;
  }
}

.head_nav_1 {
  list-style: none;
  padding: 0;
  margin: 0 -6px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.head_nav_1 > li {
  padding: 0 6px;
}
.head_nav_1 > li .tel {
  color: #004da0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.27777;
  letter-spacing: 0.05em;
}
.head_nav_1 > li .tel i {
  color: #fff;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #004da0;
}
.head_nav_1 > li .tel a {
  color: #004da0;
}
@media print, screen and (min-width: 992px) {
  .head_nav_1 > li .tel {
    font-size: 22px;
    line-height: 1.863636;
  }
}

/**/
.home_header {
  background-color: #fff;
}

.fixed-nav .home_header {
  position: fixed !important;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media print {
  .fixed-nav .home_header {
    padding-right: 0;
    position: relative !important;
  }
}

/**/
.page_header {
  position: fixed !important;
  background-color: rgba(255, 255, 255, 0.9);
}
.page_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .page_header {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media print {
  .page_header {
    position: relative !important;
  }
}

.fixed-nav .page_header {
  background-color: rgba(255, 255, 255, 0.9);
}
@media print {
  .fixed-nav .page_header {
    padding-right: 0;
    position: relative !important;
  }
}

/**/
.head_tel {
  color: #004da0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
}
.head_tel i {
  color: #fff;
  line-height: 36px;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #004da0;
}
.head_tel a {
  color: #004da0;
}
@media print, screen and (min-width: 768px) {
  .head_tel {
    display: none;
  }
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav > nav {
  text-align: center;
  width: 100%;
  padding: 70px 0;
  margin: auto 0;
  overflow: hidden;
}
#gloval-nav .list-s-nav {
  font-size: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#gloval-nav .list-s-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#gloval-nav .list-s-nav li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav .list-s-nav li > a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
  font-family: 'Libre Baskerville', serif;
}
#gloval-nav .list-s-nav li > a:hover {
  color: #666;
}
#gloval-nav .list-s-nav li.active > a {
  color: #3B99DD;
}
#gloval-nav .list-s-nav li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav .list-s-nav li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav .list-s-nav li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav .list-s-nav li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav .list-s-nav li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav .list-s-nav li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav .list-s-nav img {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 411px;
  width: 70%;
}

@media print, screen and (min-width: 768px) {
  #gloval-nav .list-s-nav {
    font-size: 25px;
  }

  #gloval-nav .list-s-nav .sub {
    font-size: 0.6em;
  }
  #gloval-nav .list-s-nav .sub li {
    display: inline-block;
    padding: 40px 10px 10px 10px;
  }
}
@media print, screen and (min-width: 992px) {
  #gloval-nav .list-s-nav {
    font-size: 33px;
  }

  #gloval-nav .list-s-nav img {
    width: 100%;
  }
}
#gloval-nav .list-s-nav .sub {
  font-size: 0.5em;
}

.side-open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.side-open #gloval-nav .list-s-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

.side_sns_1 {
  letter-spacing: -.4em;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 15px -6px 0;
}
.side_sns_1 > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
.side_sns_1 > li img {
  width: 30px;
}
@media print, screen and (min-width: 768px) {
  .side_sns_1 {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  /*background-color: #004da0;*/
  background: linear-gradient(#f5f5f5, #c5c5c5);
  padding: 12px 12px 18px 12px;
}
#nav-toggle > div {
  position: relative;
  width: 30px;
  height: 30px;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #363639;
  position: absolute;
  border-radius: 50px;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span.moji {
  width: 100%;
  height: auto;
  left: -3px;
  display: block;
  background: none;
  position: absolute;
  border-radius: 0;
  text-align: center;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  font-size: 10px;
  letter-spacing: 0.05em;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}
#nav-toggle span:nth-child(4) {
  top: 25px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 16px;
}
@media print, screen and (min-width: 768px) {
  #nav-toggle {
    padding: 20px 30px 30px 30px;
  }
}
@media print {
  #nav-toggle {
    position: absolute;
  }
}

.side-open #nav-toggle span {
  /*background: #363639;*/
}
.side-open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.side-open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.side-open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 80vh;
  padding-bottom: 60px;
  display: none;
  text-align: left;
  overflow-y: auto;
  z-index: 99;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
}
#sidebar .list-sidenav > li {
  text-align: left;
}
#sidebar .list-sidenav > li > a {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
  padding: 1em;
  border-bottom: solid 1px #666;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}
#sidebar .list-sidenav > li > a:hover {
  background: rgba(0, 0, 0, 0.6);
}
#sidebar .list-sidenav > li.active > a {
  color: #FBD01D;
  border-bottom: solid 1px #FBD01D;
  background: black;
}

/* ブレイクポイント */
@media print, screen and (min-width: 768px) {
  #sidebar {
    display: none !important;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
#menuWrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  cursor: pointer;
  /*background-color: #004da0;*/
}
#menuWrapper > div {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
#menuWrapper span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #363639;
  position: absolute;
  border-radius: 50px;
  transition: transform 0.3s ease-in-out, top 0.2s ease;
}
#menuWrapper span.moji {
  width: 100%;
  height: auto;
  left: -3px;
  display: block;
  background: none;
  position: absolute;
  border-radius: 0;
  text-align: center;
  transition: transform 0.3s ease-in-out, top 0.2s ease;
  font-size: 10px;
  letter-spacing: 0.05em;
}
#menuWrapper span:nth-child(1) {
  top: 3px;
}
#menuWrapper span:nth-child(2) {
  top: 13px;
}
#menuWrapper span:nth-child(3) {
  top: 24px;
}
#menuWrapper:hover span:nth-child(1) {
  top: 5px;
}
#menuWrapper:hover span:nth-child(3) {
  top: 22px;
}
@media print, screen and (min-width: 768px) {
  #menuWrapper {
    display: none;
  }
}

.side-open #menuWrapper span {
  /*background: #363639;*/
}
.side-open #menuWrapper span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.side-open #menuWrapper span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.side-open #menuWrapper span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  max-width: 694px;
  width: 100%;
}

.list-gnav {
  font-size: 0.73333rem;
  letter-spacing: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li {
  padding: 0;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.list-gnav > li > a {
  font-size: 0.73333rem;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  padding: 3% 10%;
  position: relative;
}
.list-gnav > li > a > .en {
  font-size: 0.93333rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 3px;
  white-space: nowrap;
}
.list-gnav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #FBD01D;
  -webkit-transition: -webkit-transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}
@media print, screen and (min-width: 992px) {
  .list-gnav {
    font-size: 0.8rem;
    margin: 0 -20px;
  }
  .list-gnav > li {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .list-gnav {
    font-size: 0.8666rem;
  }
}

/* ブレイクポイント */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #gNavi {
    display: block;
  }
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  color: #fff;
  padding: 3% 0;
  margin-bottom: 50px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  page-break-inside: avoid;
}
@media print, screen and (min-width: 768px) {
  #footer {
    margin-bottom: 0;
  }
}

#footer a {
  color: #fff;
}
#footer h3 {
  font-size: 0.66667rem;
}
#footer p, #footer .btn {
  font-size: 0.66667rem;
}
#footer p .btn {
  padding: 0.673em 2em;
}
#footer .copyright {
  font-size: 0.66667rem;
  letter-spacing: 1.7;
  margin-top: 1%;
}
@media print, screen and (min-width: 768px) {
  #footer h3 {
    font-size: 0.93333rem;
  }
  #footer p, #footer .btn {
    font-size: 0.866667rem;
  }
  #footer .foot_btm {
    margin-top: 3%;
  }
}

.f_nav_2 {
  max-width: 460px;
  margin-left: auto;
}
.f_nav_2 .foot_navi_list {
  font-size: 0.8rem;
  line-height: 1.6667;
  padding: 0;
  margin: 0;
  list-style: none;
}
.f_nav_2 .foot_navi_list > li {
  border-bottom: 1px solid #444;
}
.f_nav_2 .foot_navi_list > li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 0 2px 1em;
  position: relative;
}
.lowercase > li > a {
  text-transform: none !important;
}
.f_nav_2 .foot_navi_list > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
}
.f_nav_2 .foot_navi_list > li > a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .f_nav_2 .foot_navi_list {
    font-size: 0.93333rem;
    letter-spacing: -.4em;
    margin: 0 -10px;
  }
  .f_nav_2 .foot_navi_list > li {
    letter-spacing: normal;
    min-width: 33.3333%;
    padding: 0 10px 2%;
    display: inline-block;
    border-bottom: none;
  }
  .f_nav_2 .foot_navi_list > li.w_full {
    min-width: 100%;
  }
}

/* -------------------------------
	SNS
-------------------------------- */
.sns_navi_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 500;
}
.sns_navi_wrap > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .sns_navi_wrap {
    width: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .sns_navi_wrap > ul {
    height: 60px;
    display: -webkit-flex;
    display: flex;
  }
  .sns_navi_wrap > ul > li {
    line-height: 60px;
    text-align: center;
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .sns_navi_wrap > ul > li img {
    height: 41px;
  }
}
@media print, screen and (min-width: 768px) {
  .sns_navi_wrap {
    width: auto;
    height: auto;
    padding: 15px 15px;
    border-top: none;
    border-radius: 10px 0 0 10px;
    bottom: auto;
    top: 30%;
    right: -100px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .sns_navi_wrap > ul {
    display: block;
    height: auto;
  }
  .sns_navi_wrap > ul > li {
    padding: 5px 0;
  }
  .sns_navi_wrap > ul > li img {
    height: 41px;
  }
  .sns_navi_wrap.on {
    -ms-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}

/* -------------------------------
	footer
-------------------------------- */
#footer2 {
  padding: 50px 0 80px;
  position: relative;
  background-color: #fff;
  page-break-inside: avoid;
}

#footer2 h3 {
  font-size: 0.8666rem;
}
#footer2 p, #footer2 .btn {
  font-size: 0.8666rem;
}
#footer2 p .btn {
  padding: 0.673em 2em;
}
#footer2 .email {
  width: 150px;
}
#footer2 .f-logo img {
  width: 276px;
  display: block;
}
#footer2 .f-logo p {
  font-size: 0.8rem;
  margin: 1em 0 0;
}
#footer2 .copyright {
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  margin-top: 2rem;
}
#footer2 .copyright.copy2 {
  text-align: left;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  #footer2 .copyright {
    margin-top: -1.2rem;
  }
  #footer2 .copyright.copy2 {
    margin-top: 0;
  }
}

.f_nav {
  padding-top: 35px;
  max-width: 460px;
}
.f_nav > ul {
  font-size: 0.86667em;
  line-height: 1.6667;
  letter-spacing: normal;
  text-align: left;
  list-style: none;
  padding: 0;
  column-count: 1;
}
.f_nav > ul > li {
  margin-bottom: 10px;
}
.f_nav > ul > li > a {
  color: #262626;
  font-family: 'Libre Baskerville', 'Noto Serif JP', serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}
.f_nav > ul > li > a > span {
  display: block;
}
.f_nav > ul > li > a:hover {
  text-decoration: uppercase;
}
@media print, screen and (min-width: 576px) {
  .f_nav > ul {
    column-count: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .f_nav > ul {
    column-count: 1;
  }
}
@media print, screen and (min-width: 992px) {
  .f_nav {
    margin-left: auto;
  }
  .f_nav > ul {
    column-count: 2;
  }
}

/* -------------------------------
	main
-------------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  height: 200px;
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.main_ttl > .bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background-color: #1D3156;
  overflow: hidden;
}
.main_ttl > .bg img {
  display: none;
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  object-position: 50% 50%;
}
.main_ttl > .bg .shutter__contents {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main_ttl h2 {
  color: #fff;
  font-size: 55px;
  line-height: 1.3333;
  text-align: center;
  margin: 0;
}
.main_ttl h2 .en {
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.main_ttl h2 .en:before, .main_ttl h2 .en:after {
  content: "";
  -webkit-flex: 1;
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  display: block;
}
.main_ttl h2 .en:before {
  margin-right: .4em;
}
.main_ttl h2 .en:after {
  margin-left: .4em;
}
.main_ttl h2 .en.en2:before, .main_ttl h2 .en.en2:after {
  height: 5px;
  border-radius: 3px;
}
.main_ttl h2 .txt {
  font-size: 0.4444em;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .main_ttl {
    margin-top: 87px;
  }
}
@media screen and (max-width: 1199px) {
  .main_ttl {
    height: calc(120px + 80 * (100vw - 320px) / 880);
  }
  .main_ttl h2 {
    font-size: calc(30px + 25 * (100vw - 320px) / 880);
  }
}

/* animation */
@media screen {
  .main_ttl:before {
    background-color: #004d9f;
    -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1.5, 0.5);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1.5, 0.5);
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1.5, 0.5);
  }
  .main_ttl > .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #000;
  }
  .main_ttl > .bg img {
    opacity: 0;
  }
  .main_ttl h2 {
    opacity: 0;
    -ms-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition-delay: 0.2s, 0.2s;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
  }

  .main_ttl.animation h2 {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/**/
.main_ttl_2 {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 60px;
  padding: 50px 0;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.main_ttl_2 h2 {
  color: #fff;
  font-size: 55px;
  line-height: 1.3333;
  text-align: center;
  margin: 0;
}
.main_ttl_2 h2 .en {
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  display: block;
}
.main_ttl_2 h2 .txt {
  font-size: 0.4444em;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .main_ttl_2 {
    margin-top: 87px;
    height: calc(100vh - 87px);
  }
}
@media screen and (max-width: 1199px) {
  .main_ttl_2 h2 {
    font-size: calc(30px + 25 * (100vw - 320px) / 880);
  }
}
@media print {
  .main_ttl_2 {
    height: 800px;
  }
}

/**/
.main_ttl_3 {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 60px;
  padding: 50px 0;
  background-color: #222;
}
.main_ttl_3 h2 {
  color: #fff;
  font-size: 55px;
  line-height: 1.3333;
  text-align: center;
  margin: 0 0 2em;
}
.main_ttl_3 h2 .en {
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  display: block;
}
.main_ttl_3 h2 .txt {
  font-size: 0.4444em;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .main_ttl_3 {
    margin-top: 87px;
    height: calc(100vh - 87px);
  }
}
@media screen and (max-width: 1199px) {
  .main_ttl_3 h2 {
    font-size: calc(30px + 25 * (100vw - 320px) / 880);
  }
}
@media print {
  .main_ttl_3 {
    height: 800px;
    background-image: url("../images/company/company_1.jpg") !important;
  }
}

/* -------------------------------
	main title
-------------------------------- */
.title01 {
  text-align: center;
}
.title01 .in {
  display: block;
}
.title01:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 5px;
  background-color: #0031c4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzFjNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGQ5ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-linear-gradient(left top, #0031c4 0%, #004d9f 100%);
  background-image: linear-gradient(to right bottom, #0031c4 0%, #004d9f 100%);
}

.title02 {
  text-align: center;
  margin-bottom: 1.5em;
}
.title02 .en {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  display: block;
}
.title02 .txt {
  font-size: 0.606em;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-top: 6px;
}

.title03 {
  border-left: solid 0.185em #262626;
  padding-left: 0.5em;
}

.title04 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.5em;
  position: relative;
  z-index: 0;
}
.title04:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 1.1em;
  height: 3px;
  background-color: #004d9f;
}

/* -------------------------------
	page contact
-------------------------------- */
.page_contact {
  padding: 50px 0;
  background-color: #000;
  page-break-inside: avoid;
  page-break-after: avoid;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.page_contact > video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.page_contact .contents {
  color: #fff;
  border: solid 1px #fff;
  padding: 30px 15px 30px;
  background-color: rgba(0, 0, 0, 0.7);
}
.page_contact .contents h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 22px;
}
.page_contact .contents .logo {
  text-align: center;
  max-width: 416px;
  padding: 0 15px;
  margin: 0 auto 20px;
}
.page_contact .contents .logo img {
  display: block;
}
.page_contact .contents .logo p {
  margin: 12px 0 0;
}
.page_contact .contents .telphone {
  font-size: 25px;
  text-align: center;
}
.page_contact .contents .telphone a {
  color: #fff;
}
.page_contact .contents .btn {
  font-size: 20px;
  padding: 0.9em 1em;
  width: 230px;
  display: block;
  margin: 0 auto;
}
.page_contact .contents .btn i {
  font-size: 15px;
}
@media print, screen and (min-width: 768px) {
  .page_contact {
    padding: 100px 0;
  }
  .page_contact .contents {
    padding: 80px 15px 90px;
  }
  .page_contact .contents .logo {
    margin-bottom: 53px;
  }
}
@media print, screen and (min-width: 992px) {
  .page_contact .contents .telphone {
    font-size: 36px;
  }
  .page_contact .contents .btn {
    width: 293px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_contact {
    padding: 155px 0;
  }
}
@media screen and (max-width: 1199px) {
  .page_contact .contents h2 {
    font-size: calc(20px + 30 * (100vw - 320px) / 880);
  }
}

/**/
.page_emblem {
  text-align: center;
  padding: 8% 0;
  background-color: #fff;
  overflow: hidden;
}
.page_emblem img {
  margin: 0;
}

/**/
.page_banner {
  padding: 45px 0;
  background-color: #ececec;
  overflow: hidden;
}
.page_banner .link {
  text-align: center;
  padding: 5px 0;
}
.page_banner .link a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_banner .link a:hover {
  opacity: 0.65;
}

.head_page_emblem {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .head_page_emblem {
    margin-top: 87px;
  }
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone small {
  font-size: 0.699em;
}
.telphone i {
  font-size: 1.05em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 600;
}
@media (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 5px;
    opacity: 0;
    visibility: hidden;
  }
  #pagetop img {
    width: 40px;
  }
}

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor {
  position: relative;
  z-index: -1;
}

/* -------------------------------
	box
-------------------------------- */
.box-padding-a {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.box-padding-a .mb {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .box-padding-a {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .box-padding-a .mb {
    margin-bottom: 2rem;
  }
}
/* -------------------------------
	画像
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-top: 75%;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* トリミング */
.cover img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/**/
img.object-fit-img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down; object-position: 50% 50%;';
  object-position: 50% 50%;
  /* 中央寄せ　横/縦 */
}
img.object-fit-img.cover {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 20px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-top: 560px;
  }
}

/* -------------------------------
	youtube
-------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.3%;
  background-color: #333;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

/* -------------------------------
	横幅　計算
-------------------------------- */
@media screen and (min-width: 768px) {
  .photo-box-md-left {
    margin-left: calc((-100vw + 690px + 0px) / 2);
  }

  .photo-box-md-right {
    margin-right: calc((-100vw + 690px + 0px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .photo-box-md-left, .photo-box-lg-left {
    margin-left: calc((-100vw + 930px + 0px) / 2);
  }

  .photo-box-md-right, .photo-box-lg-right {
    margin-right: calc((-100vw + 930px + 0px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .photo-box-md-left, .photo-box-lg-left, .photo-box-xl-left {
    margin-left: calc((-100vw + 1110px + 0px) / 2);
  }

  .photo-box-md-right, .photo-box-lg-right, .photo-box-xl-right {
    margin-right: calc((-100vw + 1110px + 0px) / 2);
  }
}
@media print {
  .photo-box-md-left, .photo-box-lg-left, .photo-box-xl-left {
    margin-left: -340px;
  }

  .photo-box-md-right, .photo-box-lg-right, .photo-box-xl-right {
    margin-right: -340px;
  }
}
/* -------------------------------
	画像拡大
-------------------------------- */
a[data-rel^=lightcase]:after {
  content: "\f00e";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-rel^=lightcase]:hover:after {
  opacity: 1;
}

/* -------------------------------
	背景固定
-------------------------------- */
.parallax-window {
  background: transparent;
  position: relative;
  z-index: 0;
}

@media print {
  .parallax-mirror {
    display: none !important;
  }

  .parallax-window {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.scroll_bg {
  height: 30vh;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
  page-break-inside: avoid;
  page-break-after: avoid;
}
.scroll_bg .bg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 65vh;
  z-index: -1;
  -ms-transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
.scroll_bg .bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .scroll_bg {
    height: 100vh;
  }
  .scroll_bg .bg {
    height: 100vh;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .scroll_bg {
    height: 40vh;
  }
  .scroll_bg .bg {
    height: 100vh;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media print {
  .scroll_bg {
    height: 300px;
  }
}

/* -------------------------------
	画像コピー
-------------------------------- */
.img_copy {
  color: #fff;
  font-size: 10px;
  line-height: normal;
  padding: 0;
  margin: 0;
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.img_copy a {
  color: #fff;
  text-decoration: none;
}

/* -------------------------------
	table
-------------------------------- */
.table-design-1 {
  line-height: 1.5;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1em;
}
.table-design-1 > tbody > tr > th {
  border-bottom: 1px solid #004d9f;
}
.table-design-1 > tbody > tr > td {
  border-bottom: 1px solid #ccc;
}

.table-design-2 {
  line-height: 1.5;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.table-design-2 > tbody > tr > th {
  font-weight: 500;
  background-color: #f3f3f3;
}
.table-design-2 > tbody > tr > td {
  background-color: #fff;
}

.table-design-sm > tbody > tr > th, .table-design-sm > tbody > tr > td {
  padding: 0.75em 1em;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline > tbody > tr {
    width: 100%;
    display: inline-block;
  }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td {
    width: 100% !important;
    display: block;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-icon {
  list-style: none;
  padding: 0;
}
.list-icon li {
  line-height: 1.875;
  padding-left: 1.4em;
  position: relative;
}
.list-icon li i {
  line-height: 1.875;
  width: 1em;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
}

.list-inline-slash {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
}
.list-inline-slash li {
  letter-spacing: 0.05em;
  display: inline-block;
}
.list-inline-slash li:after {
  content: "／";
}
.list-inline-slash li:last-child:after {
  content: "";
}

.list-inline-1 {
  letter-spacing: -.4em;
  list-style: none;
  padding-left: 0;
  margin-left: -1em;
  margin-right: -1em;
}
.list-inline-1 > li {
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
.hr01 {
  border-top: dashed 1px #ccc;
}

/* -------------------------------
	figure
-------------------------------- */
.link_figure {
  color: inherit;
  text-decoration: none;
}

.figure {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.figure img {
  min-width: inherit;
  width: 100%;
  position: relative;
  display: block;
}
.figure figcaption {
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.figure figcaption::before, .figure figcaption::after {
  pointer-events: none;
}
.figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-1 {
  color: #fff;
  padding: 1.5vw 5vw;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}
.btn-1:hover {
  color: #fff;
  background-color: rgba(100, 100, 100, 0.8);
}

.btn-2 {
  color: #222;
  border-color: #222;
  padding: 1.5em 2em;
  background-color: #fff;
}
.btn-2 i {
  font-size: 1.333em;
}
.btn-2:hover {
  color: #fff;
  background-color: #222;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  font-size: 0.8666em;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 3em;
}
.btn-icon-l i {
  left: 1em;
}

.btn-icon-r {
  padding-right: 3em;
}
.btn-icon-r i {
  right: 1em;
}

/* -------------------------------
	AOS オリジナル
-------------------------------- */
@media screen {
  /* シャッター */
  [data-aos="aos-shutter-right"] {
    transition-duration: 0s !important;
    opacity: 0;
  }
  [data-aos="aos-shutter-right"] > img, [data-aos="aos-shutter-right"] > div {
    opacity: 0;
  }
  [data-aos="aos-shutter-right"].aos-init {
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  [data-aos="aos-shutter-right"].aos-init:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    background-color: #ccc;
    z-index: 10;
  }
  [data-aos="aos-shutter-right"].aos-animate {
    opacity: 1;
  }
  [data-aos="aos-shutter-right"].aos-animate:after {
    -webkit-animation: key-aos-shutter-right 1s cubic-bezier(0.11, 0, 0.5, 0) 0.1s normal forwards;
    animation: key-aos-shutter-right 1s cubic-bezier(0.11, 0, 0.5, 0) 0.1s normal forwards;
  }
  [data-aos="aos-shutter-right"].aos-animate > * {
    -webkit-animation: key-aos-shutter-img 0s cubic-bezier(0.11, 0, 0.5, 0) 0.55s normal forwards;
    animation: key-aos-shutter-img 0s cubic-bezier(0.11, 0, 0.5, 0) 0.55s normal forwards;
  }
}
/*シャッター 左から右へ*/
@keyframes key-aos-shutter-right {
  0% {
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  35% {
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes key-aos-shutter-img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -------------------------------
	common
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.in-bk {
  display: inline-block;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 480px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* --▼width-- */
.ww200 {
  width: 200px;
}

/* --▼color-- */
.bg-cr-1 {
  background: #f3f3f3 !important;
}

/* --▼font 15px -- */
.fs10 {
  font-size: 0.66667rem !important;
}

.fs11 {
  font-size: 0.73333rem !important;
}

.fs12 {
  font-size: 0.8rem !important;
}

.fs13 {
  font-size: 0.86667rem !important;
}

.fs14 {
  font-size: 0.93333rem !important;
}

.fs15 {
  font-size: 1rem !important;
}

.fs16 {
  font-size: 1.06667rem !important;
}

.fs17 {
  font-size: 1.13333rem !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

/* --▼text-- */
/* --▼padding-- */
/* --▼margin-- */
/*bottom*/
.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.margin-bottom {
  margin-bottom: 4rem !important;
}

@media print, screen and (min-width: 768px) {
  /* --▼margin-- */
  .margin-bottom {
    margin-bottom: 6rem !important;
  }
}
/* -------------------------------
	ローディング
-------------------------------- */
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #111;
  z-index: 9999;
}
#loading .img_logo {
  max-width: 540px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#loading .img_logo img {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  opacity: 0;
  -webkit-animation: key-loading-1 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s normal forwards;
  animation: key-loading-1 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0s normal forwards;
}
#loading.complete {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#loading.load_already {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@keyframes key-loading-1 {
  0% {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  100% {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* -------------------------------
	jquery.inview.min.js
-------------------------------- */
.box1 {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  background-color: #ccc;
}

@media screen {
  /* シャッター L->R */
  .shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .shutter > .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
  }
  .shutter > .shutter__contents {
    opacity: 0;
    -webkit-transition: all 0s ease;
    -webkit-transition-delay: 0.5s;
    transition: all 0s ease 0.5s;
  }

  .anime_shutter_lr {
    opacity: 1;
  }
  .anime_shutter_lr > .shutter__contents {
    opacity: 1;
  }
  .anime_shutter_lr > .shutter__element {
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #004da0;
    -webkit-animation: key-aos-shutter-right 1s cubic-bezier(0.65, 0, 0.35, 1) 0s normal forwards;
    animation: key-aos-shutter-right 1s cubic-bezier(0.65, 0, 0.35, 1) 0s normal forwards;
  }

  .anime_shutter_rl {
    opacity: 1;
  }
  .anime_shutter_rl > .shutter__contents {
    opacity: 1;
  }
  .anime_shutter_rl > .shutter__element {
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #004da0;
    -webkit-animation: key-aos-shutter-left 1s cubic-bezier(0.65, 0, 0.35, 1) 0s normal forwards;
    animation: key-aos-shutter-left 1s cubic-bezier(0.65, 0, 0.35, 1) 0s normal forwards;
  }
}
@keyframes key-aos-shutter-right {
  0% {
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  35% {
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes key-aos-shutter-left {
  0% {
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  35% {
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
/* 印刷用 */
@page {
  margin: 8mm;
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  @page {
    size: auto;
  }
  html {
    overflow: visible !important;
    zoom: 0.6 !important;
  }

  body {
    min-width: 1400px !important;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* IE11　ハック */
@media print and (-ms-high-contrast: none) {
  html {
    -ms-overflow-style: none;
    /* ie */
  }

  body {
    min-width: 1240px !important;
  }
}

.box-lineout{
  border: 1px solid #ccc;
  padding: 1em;
}
.ww-bw{
  word-wrap: break-word;
}

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