@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■共通■■■■■■■■■■■■■■■■■■■■*/
html {
  font-size: 62.5%;
}
body {
  font-family: Noto Sans JP, 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #252525;
}
body.open {
  overflow: hidden !important;
}
.pc {
  display: none;
}
section {
  padding: 3em 2.5rem;
}
.sc_ttl {
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #1D2088;
  border-bottom: 1px solid #1D2088;
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-align: left;
}
.sc_ttl p {
  font-family: forma-djr-text, sans-serif;
  display: inline-block;
}
.sc_ttl h2 {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: 7px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: bold;
}
.btn a {
  display: inline-block;
  background: #003466;
  color: #fff;
  padding: 10px 60px;
  font-family: source-han-serif-japanese, serif;
}
.btn02 a {
  display: inline-block;
  color: #fff;
  width: 100%;
  padding: 10px 45px;
  text-align: center;
  border: 1px solid #fff;
  font-family: source-han-serif-japanese, serif;
}
/*
.fadeUpTrigger {
  opacity: 0;
}
*/
.animation_up {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease;
}
/*■■■■■■■■■■■■■■■■■■■■SP版■■■■■■■■■■■■■■■■■■■■*/
/*----------header----------*/
header {
  position: relative;
  height: 82px;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
}
header h1 {
  width: 260px;
  position: absolute;
  top: 10px;
  left: 11px;
}
/*----------nav----------*/
.openbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.80);
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 3000;
  border: 1px solid #1D2088;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 1px;
  background: #1D2088;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
.g_nav {
  position: fixed;
  z-index: 2000;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(29, 32, 136, 0.95);
  transition: all 0.6s;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
.g_nav.panelactive {
  top: 0;
}
.g_nav ul {
  position: relative;
  z-index: 100;
  top: 100px;
}
.g_nav li {
  list-style: none;
  text-align: center;
}
.g_nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.g_nav .nav_sns {
  top: 110px;
  display: flex;
  justify-content: center;
}
.g_nav .nav_sns li {
  width: 65px;
  padding: 0 10px
}
.g_nav .nav_sns li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 1.5px;
  text-decoration: none;
}
.g_nav .lang {
  position: absolute;
  top: 410px;
  left: 35%;
  width: 30%;
}
.g_nav .lang li a {
  color: #1D2088;
  background: #fff;
  font-size: 1.8rem;
}
footer {
  background-color: #000000;
  padding: 3em 2.5rem;
  margin-bottom: -20px;
}
footer p {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

#thanks {
	width: 60%;
	float: left;
	margin-left: 15px
}

#thanks p {
	margin-bottom: 20px;
}

#thanks p.btn a {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;

}
/*●●●●●●●● page_top ●●●●●●●● */
#page_top {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
#page_top a {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(29, 32, 136, 0.70);
  border: 1px solid rgba(29, 32, 136, 0.70);
  text-align: center;
  text-decoration: none;
  padding: 10px 19px;
  font-size: 2rem;
}
#page_top a:hover {
  background: #fff;
  color: #003466;
  border-color: #003466;
  opacity: 1;
}
/*■■■■■■■■■■■■■■■■■■■■TB版■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {}
/*■■■■■■■■■■■■■■■■■■■■PC版■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 1140px) {
  body {
    font-size: 1.6rem;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  section {
    padding: 5em 2.5rem;
  }
  .sc_ttl {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  /*----------header----------*/
  .header_inner {
    max-width: 1140px;
    margin: auto;
    position: relative;
  }
  header {
    padding: 15px 10px;
    border: none;
    width: 220px;
    height: 85px;
  }
  header h1 {
    width: 220px;
    position: static;
  }
  .header_wrap {
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1000;
  }
  /*----------nav----------*/
  .g_nav {
    display: block;
    transform: translate(0);
    background: transparent;
    position: absolute;
    top: 0;
    left: 170px;
    /*    width: 590px;*/
    /*    float: right;*/
    margin-top: 0;
    height: auto;
  }
  .g_nav ul {
    top: 24px;
    left: 130px;
    width: 670px;
  }
  .g_nav ul li {
    float: left;
    padding-right: 5px;
  }
  .g_nav ul li a {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.5px;
  }
  .g_nav ul a:hover {
    color: #1D2088;
    opacity: 1;
    font-weight: bold;
  }
  .g_nav .nav_sns {
    position: absolute;
    top: 12px;
    left: 760px;
    width: 80px;
  }
  .g_nav .nav_sns li {
    width: 40px;
    padding: 0 5px
  }
  .g_nav .nav_sns li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 0 16px;
    letter-spacing: 1.5px;
    text-decoration: none;
  }
  .g_nav .lang {
    top: 24px;
    left: 853px;
    width: 100px;
  }
  .g_nav .lang li a {
    background: #1D2088;
    color: #fff;
    padding: 5px 10px;
  }
  footer {
    padding: 5em 0;
  }
  #page_top {
    bottom: 50px;
    right: 50px;
  }
}