@charset "UTF-8";
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 15px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #1A1A1A;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #EBEBEB;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
}

@media print {
  html,
html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

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

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
  background: #ccc;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: visible;
}
header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header .header_inner {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  header .header_inner {
    height: 150px;
    padding: 50px;
  }
}

#site_title,
#site_title_nav {
  overflow: hidden;
  max-width: 195px;
}
@media screen and (min-width: 769px) {
  #site_title,
#site_title_nav {
    max-width: 265px;
  }
}

.menu {
  --menu-width: 25px;
  --menu-height: 25px;
  display: block;
  width: var(--menu-width);
  height: var(--menu-height);
  position: absolute;
  top: 35%;
  right: 20px;
  z-index: 2000;
}
@media screen and (min-width: 769px) {
  .menu {
    right: 4%;
  }
}
.menu .icon {
  background: url(../img/hum_open.svg) no-repeat top/contain;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .menu .icon {
    width: 30px;
    height: 30px;
  }
}
.menu .icon.active {
  background: url(../img/hum_close.svg) no-repeat top/contain;
}

/* グローバルナビゲーション */
#gnav {
  display: block !important;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  height: 100vh;
  padding: 20px 20px 0;
  margin: 0;
  background: linear-gradient(0deg, rgb(10, 72, 144), rgb(54, 139, 234));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  transform: translateY(-100%);
}
@media screen and (min-width: 769px) {
  #gnav {
    max-width: 600px;
    padding: 100px 20px 0;
    left: auto;
    right: 0;
  }
}
#gnav.open {
  transform: translateY(0);
}
#gnav #site_title_nav {
  margin-bottom: 45px;
}
@media screen and (min-width: 769px) {
  #gnav #site_title_nav {
    display: none;
  }
}
#gnav .nav_title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}
#gnav .nav_anchor {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 77px;
}
#gnav .nav_anchor > li {
  width: 100%;
  max-width: 100%;
  height: auto;
  text-indent: 0;
  position: relative;
}
#gnav .nav_anchor > li::before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  top: 25px;
  left: 15px;
}
#gnav .nav_anchor > li:nth-child(1)::before {
  background: url(../img/num_01_w.svg) no-repeat top/contain;
  width: 18px;
}
#gnav .nav_anchor > li:nth-child(2)::before {
  background: url(../img/num_02_w.svg) no-repeat top/contain;
  width: 22px;
}
#gnav .nav_anchor > li:nth-child(3)::before {
  background: url(../img/num_03_w.svg) no-repeat top/contain;
  width: 22px;
}
#gnav .nav_anchor > li:nth-child(4)::before {
  background: url(../img/num_04_w.svg) no-repeat top/contain;
  width: 23px;
}
#gnav .nav_anchor > li:nth-child(5)::before {
  background: url(../img/num_05_w.svg) no-repeat top/contain;
  width: 22px;
}
#gnav .nav_anchor > li a {
  display: block;
  text-decoration: none;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 55px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
}
#gnav .nav_anchor > li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #gnav .nav_anchor > li a:hover {
    opacity: 0.6;
  }
}
#gnav .nav_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
}
#gnav .nav_sns li:not(:last-child) {
  margin-right: 25px;
}
#gnav .nav_link {
  margin-bottom: 100px;
}
#gnav .nav_link ul {
  display: flex;
  color: #7FA7D9;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 15px;
}
#gnav .nav_link ul li {
  padding-right: 12px;
}
#gnav .nav_link ul li:nth-child(2n) {
  padding-left: 12px;
  border-left: 1px solid #7FA7D9;
}

/* ▼ パンくず
--------------------------------------- */
/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
}
footer::before {
  content: "";
  background: #FF7A6F;
  position: absolute;
  width: 100%;
  height: 97%;
  bottom: 0;
  right: 0;
}

#footer_inner {
  background: #0A58B2;
  padding: 40px 20px 20px;
  margin: 0 10px 10px 0px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #footer_inner {
    padding: 70px 0px 25px;
  }
}
#footer_inner .foot_wrap {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#footer_inner .foot_wrap .icon_wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #footer_inner .foot_wrap .icon_wrap {
    margin-bottom: 60px;
  }
}
#footer_inner .foot_wrap .icon_wrap .foot_logo {
  max-width: 220px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  #footer_inner .foot_wrap .icon_wrap .foot_logo {
    max-width: 390px;
  }
}
#footer_inner .foot_wrap .icon_wrap ul {
  display: flex;
  align-items: center;
}
#footer_inner .foot_wrap .icon_wrap ul li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (min-width: 769px) {
  #footer_inner .foot_wrap .link_wrap {
    display: flex;
    justify-content: center;
  }
}
#footer_inner .foot_wrap .link_wrap ul {
  display: flex;
  color: #7FA7D9;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #footer_inner .foot_wrap .link_wrap ul {
    margin-bottom: 40px;
  }
}
#footer_inner .foot_wrap .link_wrap ul li {
  padding-right: 12px;
}
#footer_inner .foot_wrap .link_wrap ul li:nth-child(2n) {
  padding-left: 12px;
  border-left: 1px solid #7FA7D9;
}
@media screen and (min-width: 769px) {
  #footer_inner .foot_wrap .link_wrap ul li:nth-child(1) {
    padding-left: 12px;
    border-left: 1px solid #7FA7D9;
  }
}
#footer_inner .foot_wrap .link_wrap ul li.no_border {
  border: none;
}

.br_sp {
  display: block;
}

#copyright {
  font-size: 10px;
  text-align: center;
  color: #7FA7D9;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
  padding: 10px;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pagetop {
    padding: 0;
  }
}
.pagetop::after {
  content: "";
  width: 11px;
  height: 11px;
  border-left: #FFF 1px solid;
  border-top: #FFF 1px solid;
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 6px);
  transform: rotate(45deg);
}
/*# sourceMappingURL=base.css.map */