@charset "utf-8";
/* CSS Document */

/*　共通
---------------------------------------------*/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 62.5%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  scroll-behavior: smooth;
}
#header h1 {
  position: absolute;
  width: 400px;
  height: auto;
  top: 20px;
}
h2 {
  letter-spacing: 0.05em;
}
h3 {
  color: #005BAC;
  font-size: 4.8rem;
  margin-bottom: 50px;
}
h4 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
h4::before {
  content: "-";
  color: #005BAC;
  padding-right: 5px;
}
/*h5 {
}
h6 {
}*/
p, th, td, ol {
  font-size: 1.6rem;
}
th, td {
  padding: 1em 0;
}
p strong {
  color: #f98500;
}
ol.ol_protec {
  counter-reset: li;
}
ol.ol_protec li {
  padding-left: 50px;
  text-indent: -30px;
}
ol.ol_protec li:before {
  color: #005BAC;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ". ";
}
ol.ol_protec li:before {
  color: #005BAC;
  font-weight: bold;
  counter-increment: li;
  content: "-"counter(li);
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 2em;
  font-weight: 500;
  width: 30px;
}
ol.ol_protec li:nth-child(1):before, ol.ol_protec li:nth-child(2):before, ol.ol_protec li:nth-child(3):before, ol.ol_protec li:nth-child(4):before, ol.ol_protec li:nth-child(5):before, ol.ol_protec li:nth-child(6):before, ol.ol_protec li:nth-child(7):before, ol.ol_protec li:nth-child(8):before, ol.ol_protec li:nth-child(9):before {
  content: "-0"counter(li);
}
.br_sp, .br_sp1200, .br_sp1024, .br_sp768, .br_sp600, .br_sp375, .br_sp360 {
  display: none;
}

/* a要素
---------------------------------------------*/
a {
  text-decoration: none;
}
a:hover {
  color: #3F92DB;
}

/* 標準ボタン */
.btn {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #000;
  border: none;
  padding: 2px;
  margin: 0 auto;
  cursor: pointer;
  transition: all .3s ease-in-out .3s;
}
.btn:after, .btn:before, .btn:hover span {
  background: #fff;
  color: #444;
}
.btn a, .btn button {
  position: relative;
  display: block;
  min-width: 300px;
  color: #fff;
  background: #000;
  font-size: 1.8rem;
  padding: 20px 60px;
  transition: all .3s ease-in-out .3s;
  z-index: 100;
}
.btn:hover a, .btn:hover button {
  background: #005BAC;
  color: #fff;
  transition: all .3s ease-in-out .3s;
}
.btn:after {
  bottom: -100%;
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #005BAC;
  transition: all .3s ease-in-out .5s;
  mix-blend-mode: screen;
}
.btn:hover:after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out .3s;
}
.btn:before {
  top: -100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all .3s ease-in-out .5s;
}
.btn:hover:before {
  left: 0;
  top: 0;
  transition: all ease-in-out .3s;
}

/* header
---------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-sizing: border-box;
}
.header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease;
}
.header-wrapper {
  max-width: 1200px;
  height: 86px;
  padding-left: 10px;
  margin: 0 auto;
}
.gnav__menu {
  display: flex;
  justify-content: flex-end;
}
.gnav__menu li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 34px 26px;
  margin: 0;
}
.gnav__menu li a:hover {
  color: #005BAC;
}
.gnav__menu li ul li a:hover {
  color: #fff000;
}
.gnav__menu li.li-contact {
  color: #fff;
}
.gnav__menu li.li-contact a {
  background-color: #000;
}
.gnav__menu li.li-contact a:hover {
  color: #fff000;
}
.gnav__menu li ul {
  list-style: none;
  position: relative;
  top: 0;
  left: 0;
}
.gnav__menu li.menu-home:first-child {
  display: none;
}
.gnav__menu li:last-child ul {
  left: -100%;
  width: 100%
}
.gnav__menu li ul li {
  overflow: hidden;
  color: #fff;
  width: 140px;
  height: 0;
}
.gnav__menu li ul li a {
  padding-top: 22px;
  padding-bottom: 22px;
  background: #000;
  text-align: center;
  font-weight: 500 !important;
}
.gnav__menu li ul li a:hover {
  color: #fff000;
}
.gnav__menu li:hover ul li {
  overflow: visible;
  height: auto;
  border-bottom: 1px solid #fff;
}
.gnav__menu li:hover ul li:nth-child(2) {
  border-top: 0;
}
.gnav__menu li:hover ul li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: -12px;
  left: calc(100% / 2 - 12px);
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #000 transparent;
}
.gnav__menu li:hover ul li:last-child {
  border-bottom: 0;
}

/* breadcrumb
---------------------------------------------*/
.breadcrumb {
  color: #FDD000;
  background-color: #005BAC;
}
.breadcrumb ul {
  list-style: none;
  max-width: 1200px;
  font-size: 1.4rem;
  padding: 40px 0 40px 1em;
  margin: 0 auto;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.3em 0 0.2em;
  color: #fff;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #3F92DB;
}

/* フェード
---------------------------------------------*/
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0; /*一瞬表示されるのを防ぐ*/
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  transform: translateY(-50px);
}
.downup {
  transform: translateY(50px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden; /*横スクロールバーを隠す*/
}
.slide-right {
  transform: translateX(50px);
}
.slide-left {
  transform: translateX(-50px);
}

/* 共通お問い合わせ
---------------------------------------------*/
.top-contact {
  position: relative;
  background: #005BAC;
  padding-top: 140px;
  padding-bottom: 140px;
}
.top-contact-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  max-width: 1200px;
  margin: auto;
}
.top-contact-wrap h3 {
  color: #fff;
  margin: 0;
}
.top-contact-wrap .btn {
  margin: 0;
}
.top-contact::after {
  content: "Contact";
  position: absolute;
  color: rgba(63, 146, 219, .3);
  font-size: 7.5vw;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}

/* footer
---------------------------------------------*/
.footer {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px 100px;
  margin: auto;
}
.footer-logo {
  width: 300px;
}
ul.footer-menu {
  min-width: 600px;
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
}
ul.footer-menu li {
  flex-basis: 120px;
}
ul.footer-menu li ul li::before {
  content: "-";
  padding-left: 5px;
}
ul.footer-menu li a {
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
}
.footer-policy {
  display: flex;
  background-color: #E5E5E5;
  font-size: 1.4rem;
  transition: auto;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}
.footer-policy li {
  padding: 0 15px;
  border-right: 1px solid #333;
}
.footer-policy li:last-child {
  border-right: none;
}
.footer_copyright {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 30px;
}

/* Page top ボタン
---------------------------------------------*/
#page-top {
  position: absolute;
  right: 3%;
  width: 55px;
  height: 55px;
  background: #eee;
  border: 1px solid #999;
  margin-top: -30px;
  z-index: 9998;
}
#page-top a {
  position: relative;
  display: block;
  width: 53px;
  height: 53px;
  text-decoration: none;
}
#page-top a:hover {
  background-color: rgba(0,0,0,.5);
}
#page-top a::before {
  position: absolute;
  content: "";
  display: block;
  top: 21px;
  left: 19px;
  width: 15px;
  height: 15px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transform: rotate(-45deg);
}
.scroll {
  display: none;
}

/* レスポンシブ
---------------------------------------------*/
@media (max-width: 1200px) {
  .br_sp1200 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .br_sp1024 {
    display: block;
  }
  #header h1 {
    top: 25px;
  }
  .gnav__menu li.li-contact a {
    background-color: transparent;
    padding: 26px;
  }
  .gnav__menu li.li-contact a:hover {
    background: rgba(90, 90, 90, .8);
  }
  /*menu ハンバーガーメニュー*/
  .menu {
    height: 24px;
    position: absolute;
    right: 14px;
    top: 32px;
    width: 36px;
    z-index: 99;
  }
  .menu::before {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    background-color: #000;
    width: 64px;
    height: 86px;
  }
  .menu__line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu__line--top {
    background: #fff;
  }
  .menu__line--center {
    background: #fff;
    top: 11px;
  }
  .menu__line--bottom {
    background: #fff;
    bottom: 0;
  }
  .menu__line--top.active {
    top: 11px;
    transform: rotate(45deg);
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  /*gnav*/
  .gnav {
    background: rgba(0, 0, 0, .9);
    display: none;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
  }
  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }
  .gnav__menu {
    display: inline;
    width: 100%;
  }
  .gnav__menu li.menu-home:first-child {
    display: inline;
  }
  .gnav__menu li a {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500 !important;
  }
  .gnav__menu li ul {
    position: static;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .gnav__menu li:last-child ul {
    left: -100%;
    width: 100%
  }
  .gnav__menu li ul li {
    overflow: visible;
    width: auto;
    height: auto;
  }
  .gnav__menu li ul li a {
    text-align: left;
    background-color: transparent;
    padding: 34px 1em;
  }
  .gnav__menu li ul li a::before {
    content: "-";
    padding-left: 10px;
  }
  .gnav__menu li ul li a:hover {
    color: #fff000;
  }
  .gnav__menu li:hover ul li {
    border-bottom: none;
  }
  .gnav__menu li:hover ul li:nth-child(2)::before {
    display: none;
  }
  .gnav__menu__item a {
    color: #fff;
  }
  .gnav__menu__item a:hover {
    color: #fff000 !important;
    background: rgba(90, 90, 90, 0.8);
  }
  /* footerer */
  .footer-wrap {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  ul.footer-menu {
    min-width: 500px;
  }
}

@media (max-width: 768px) {
  .br_sp768 {
    display: block;
  }
  .btn_flex2 a.btn {
    width: auto;
  }
  #second header {
    background-color: rgb(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.gnav.active {
    transform: translateY(0%);
    margin-top: 64px;
  }
  .br_sp {
    display: block;
  }
  /* Footer */
  .breadcrumb ul {
    max-width: 90%;
  }
  #copyright {
    clear: both;
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .br_sp2 {
    display: none;
  }
  .top-contact::after {
    bottom: 0;
    font-size: 80px;
  }
  .top-contact-wrap .btn {
    width: 94%;
    margin: auto;
  }
  .top-contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top-contact-wrap {
    display: inline;
  }
  .top-contact-wrap h3 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .top-contact-wrap .btn {
    width: 94%;
    margin: auto;
  }
  .footer-wrap {
    display: inline;
  }
  .footer-logo {
    width: 60%;
    margin: 0 auto 40px;
  }
  ul.footer-menu {
    display: inline;
  }
  ul.footer-menu {
    display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
  ul.footer-menu li:last-child {
    margin-bottom: 50px;
  }
  ul.footer-menu li ul li:last-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  #header h1 {
    width: 75%;
  }
  h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .br_sp600 {
    display: block;
  }
  .gnav__menu li a, .gnav__menu li ul li a {
    font-size: 16px;
    padding: 20px;
  }
  .footer-policy {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .footer-policy li {
    border: none;
    padding: 0;
  }
  .footer-policy li a {
    display: inline-block;
    padding: 10px;
  }
  ul.footer-menu li a {
    margin-bottom: 0;
  }
  .footer_copyright {
    font-size: 12px;
  }
}

@media (max-width: 415px) {
  #header h1 {
    width: 75%;
    top: 30px;
  }
}

@media (max-width: 375px) {
  .br_sp375 {
    display: block;
  }
  .btn a, .btn button {
    min-width: auto;
    padding: 20px 55px;
  }
}

@media (max-width: 360px) {
  .br_sp360 {
    display: block;
  }
  .top-contact {
    padding-bottom: 120px;
  }
}