@charset "UTF-8";
html {
  font-size: 62.5%;
  /*16px x 62.5%=10px*/
}

body {
  font-size: 1.5rem;
  font-family: "Raleway", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #191919;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  body {
    min-width: 1340px;
  }
}
/*------------------------------------------------
* common
*--------------------------------------------------*/
.sp {
  display: none;
}

.inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 50px;
}

.text-center {
  text-align: center;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.title {
  text-align: center;
}
.title span {
  font-size: 1.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  margin-top: -25px;
}
.title.title_blue {
  color: #000B40;
}
.title.line {
  position: relative;
}
.title.line::before, .title.line::after {
  content: "";
  display: inline-block;
  width: 218px;
  height: 1px;
  background-color: #333;
  position: absolute;
}
.title.line::before {
  top: 33px;
  left: 230px;
}
.title.line::after {
  top: 33px;
  right: 230px;
}

.sub_title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  text-align: center;
}

.title_border {
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #707070;
  padding: 20px 32px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
}

.group_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group_row_txt {
  width: 48%;
}
.group_row_txt dl {
  padding: 37px 0 0 27px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.group_row_img {
  width: 48%;
  padding-top: 94px;
}
.group_row_img img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.group_row.flex_reverse .group_row_txt {
  padding-top: 94px;
}
.group_row.flex_reverse .group_row_img {
  padding-top: 0;
}

.flex_reverse {
  flex-flow: row-reverse;
}

.btn {
  display: inline-block;
  width: 152px;
  height: 48px;
  border: solid 1px #020C3D;
  color: #000A40;
  background-color: transparent;
  text-align: center;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.btn:hover {
  transition: 0.3s;
  background-color: #000A40;
  border: 1px solid #000A40;
  color: #fff;
}
.btn.btn_blue {
  display: block;
  margin: 0 auto;
  width: 198px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  background-color: #000B40;
  border-color: #000B40;
}
.btn.btn_blue:hover {
  background-color: #fff;
  border-color: #000B40;
  color: #000B40;
}

/*------------------------------------------------
* header
*--------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 10px;
  width: 100%;
  height: 80px;
  z-index: 100;
}
header .header_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header_nav .header_logo {
  width: 212px;
  display: inline-block;
  margin-left: 10px;
}
header .header_nav .header_logo a {
  padding-top: 25px;
  height: 80px;
  display: block;
}
header .header_nav .header_logo a img:last-of-type {
  display: none;
}
header .header_nav nav {
  display: inline-block;
  margin: 0 10vw;
}
header .header_nav nav ul li {
  text-align: center;
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 0.09em;
}
header .header_nav nav ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 80px;
  padding-top: 25px;
}
header .header_nav nav ul li a::after {
  content: "";
  background-image: url(../images/common/angle-down.svg);
  background-size: cover;
  display: block;
  width: 12px;
  height: 6px;
  margin: 6px auto;
}
header .header_nav nav ul li a:hover::after {
  transition: 0.3s;
  margin-top: 10px;
}

@media screen and (min-width: 1340px) {
  header h1 {
    margin-left: 3.472%;
  }
}
header.scroll-nav {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
header.scroll-nav .header_logo a img:first-of-type {
  display: none;
}
header.scroll-nav .header_logo a img:last-of-type {
  display: block;
}
header.scroll-nav nav ul li a {
  color: #333;
}
header.scroll-nav nav ul li a::after {
  background-image: url(../images/common/angle-down_block.svg);
}
header.scroll-nav .hamburger span {
  background-color: #333;
}

/*------------------------------------------------
*
*　ハンバーガーボタン
--------------------------------------------------*/
.hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: inline-block;
  float: right;
  background-color: transparent;
  margin-top: -70px;
  margin-right: -5px;
  z-index: 1000;
}
.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 15px;
  height: 1px;
  background-color: #fff;
}
.hamburger span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}
.hamburger span:nth-of-type(2) {
  top: 37px;
  width: 50%;
}
.hamburger.active {
  border: 1px solid #fff;
  border-radius: 30px;
}
.hamburger.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  -webkit-transform: translateX(-2px) translateY(9px) rotate(-45deg);
          transform: translateX(-2px) translateY(9px) rotate(-45deg);
  width: 50%;
  background-color: #fff;
}
.hamburger.active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  -webkit-transform: translateX(-2px) translateY(-3px) rotate(45deg);
          transform: translateX(-2px) translateY(-3px) rotate(45deg);
  width: 50%;
  background-color: #fff;
}

/*------------------------------------------------
*
*　ハンバーガーボタンクリック時グローバルメニュー
--------------------------------------------------*/
.globalMenuSp {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #000B40;
  transition: all 0.6s;
}
.globalMenuSp.active {
  right: 0;
}
.globalMenuSp.panelactive .globalMenuSp-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.globalMenuSp .globalMenuSp-logo {
  width: 212px;
  display: inline-block;
  margin-left: 30px;
  padding-top: 25px;
  height: 80px;
}
.globalMenuSp .globalMenuSp-content {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.globalMenuSp .globalMenuSp-content ul {
  margin-bottom: 90px;
}
.globalMenuSp .globalMenuSp-content ul li a {
  color: #fff;
  padding-bottom: 16px;
  display: block;
  text-transform: uppercase;
  font-size: 2.4rem;
}
.globalMenuSp .globalMenuSp-content ul li a span {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 20px;
  vertical-align: 3px;
}
.globalMenuSp .globalMenuSp-content ul li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.globalMenuSp .globalMenuSp-content > a {
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}
.globalMenuSp .globalMenuSp-content > a span {
  display: block;
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 238px;
  display: block;
  border: 1px solid #fff;
  border-radius: 24px;
  text-align: center;
  margin-top: 20px;
  line-height: 48px;
}
.globalMenuSp .globalMenuSp-content > a span::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-size: 2rem;
  padding-right: 10px;
}
.globalMenuSp .globalMenuSp-content > a span:hover {
  border: 1px solid #000B40;
  background-color: #fff;
  color: #000B40;
  transition: 0.3s;
}
.globalMenuSp p {
  font-size: 1.2rem;
  margin-top: 108px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}

/*------------------------------------------------
* 追従
*--------------------------------------------------*/
.fix_l {
  background-color: #fff;
  position: fixed;
  left: -131px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 312px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.fix_l p {
  line-height: 50px;
  text-align: center;
  font-size: 0.9rem;
}

.fix_r {
  background-color: #fff;
  width: 50px;
  height: 311px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 37px 14px 0;
}
.fix_r ul li a {
  background-color: #000B40;
  color: #fff;
  font-size: 1.2rem;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: block;
  padding: 2px 6px;
  margin-bottom: 15px;
}
.fix_r ul li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.fix_r p {
  font-size: 0.9rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 73px;
  margin-left: -24px;
  margin-top: 45px;
  position: relative;
}
.fix_r p::after {
  background-color: #BEBEBE;
  height: 1px;
  width: 99px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 8.7px;
  right: -115px;
}
.fix_r p::before {
  -webkit-animation: scroll 3.5s infinite;
          animation: scroll 3.5s infinite;
  background-color: #000B40;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 4px;
  right: -90px;
  left: 0;
  z-index: 1000;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: rotate(225deg) translate(0, 0);
            transform: rotate(225deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(225deg) translate(-75px, 75px);
            transform: rotate(225deg) translate(-75px, 75px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: rotate(225deg) translate(0, 0);
            transform: rotate(225deg) translate(0, 0);
  }
  80% {
    -webkit-transform: rotate(225deg) translate(-75px, 75px);
            transform: rotate(225deg) translate(-75px, 75px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*------------------------------------------------
* footer上 Contact
*--------------------------------------------------*/
.footer_contact {
  padding-bottom: 107px;
}
.footer_contact .title.line {
  width: 214px;
  margin: 0 auto;
}
.footer_contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 88px 95px 0;
}
.footer_contact ul li a {
  display: inline-block;
  width: 412px;
  height: auto;
  padding: 23px 0;
  border: 1px solid #333;
  text-align: center;
  background-color: #fff;
}
.footer_contact ul li a:hover {
  background-color: #000B40;
  color: #fff;
  transition: 0.3s;
}
.footer_contact ul li:first-of-type {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.footer_contact ul li:first-of-type a::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 14px;
  line-height: 1;
}
.footer_contact ul li:last-of-type {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
}
.footer_contact ul li:last-of-type a::before {
  content: "";
  background-image: url(../images/common/mail.svg);
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 24px;
  vertical-align: middle;
  margin: 3px 14px 3px 0;
}
.footer_contact ul li:last-of-type:hover a::before {
  background-image: url(../images/common/mail_w.svg);
}

/*------------------------------------------------
* pagetop
*--------------------------------------------------*/
.page_top a {
  display: block;
  width: 100%;
  height: 70px;
  border-top: 1px solid #333;
  text-align: center;
}
.page_top a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-bottom: 30px;
}
.page_top a:hover img {
  padding-bottom: 20px;
  transition: 0.3s;
}

/*------------------------------------------------
* footer
*--------------------------------------------------*/
footer {
  background-color: #000B40;
  color: #fff;
  width: 89.583%;
  margin-left: auto;
  padding: 148px 100px 19px 79px;
}
footer a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
footer .footer_up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 88px;
  max-width: 1115px;
}
footer .footer_up .footer_logo {
  width: 160px;
}
footer .footer_up .footer_company p {
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
footer .footer_up .footer_company p:first-of-type {
  font-weight: bold;
}
footer .footer_up .footer_company p:not(:first-of-type) {
  font-size: 0.9rem;
}
footer .footer_up .footer_company a {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: #fff;
  color: #000B40;
  margin-right: 17px;
}
footer .footer_up .footer_company a:first-of-type i {
  font-size: 1.3rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  padding: 5px;
  vertical-align: 2px;
}
footer .footer_up .footer_company a:last-of-type i {
  padding: 0px 3.5px;
  vertical-align: 2px;
}
footer .footer_up ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_up ul a {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin-right: 41px;
}
footer .footer_up ul a::after {
  content: "";
  background-image: url(../images/common/angle-down.svg);
  background-size: cover;
  display: block;
  width: 12px;
  height: 6px;
  margin: 6px auto;
}
footer .footer_up ul a:hover {
  opacity: 1;
}
footer .footer_up ul a:hover::after {
  transition: 0.3s;
  margin-top: 10px;
}
footer .footer_up ul a span {
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
  font-family: "Raleway", sans-serif;
}
footer .footer_under {
  border-top: 1px solid #fff;
  padding-top: 16px;
  max-width: 768px;
  font-size: 0.9rem;
}
footer .footer_under a {
  color: #fff;
  display: inline-block;
  margin-left: 41px;
}

/*------------------------------------------------
* 下層 header
*--------------------------------------------------*/
.sub_header {
  margin-top: 80px;
  padding: 156px 0 76px;
  position: relative;
}
.sub_header .title {
  width: 240px;
  position: relative;
}
.sub_header .title::after {
  content: "";
  display: block;
  width: 460%;
  max-width: 1100px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 30px;
  left: 270px;
  overflow: hidden;
}
.sub_header .pagenav {
  text-align: right;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
}
.sub_header .bg_txt {
  position: absolute;
  right: 11px;
  top: 10px;
  font-size: 10rem;
  color: rgba(51, 51, 51, 0.1);
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

/*------------------------------------------------
* SP
*--------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .inner {
    padding: 0 10px;
  }

  .title {
    width: 200px;
    margin: 0 auto;
  }
  .title.line::before {
    left: auto;
    right: -60px;
    width: 30px;
  }
  .title.line::after {
    right: auto;
    left: -60px;
    width: 30px;
  }

  .sub_title {
    font-size: 2rem;
  }

  .title_border {
    font-size: 1.7rem;
    padding: 15px 20px;
  }

  .sub_header {
    padding: 60px 10px 30px;
  }
  .sub_header .title {
    margin: 0px auto 20px 0;
    width: 190px;
  }
  .sub_header .title::after {
    width: calc(100vw - 220px);
    left: 210px;
  }
  .sub_header .bg_txt {
    font-size: 3rem;
  }

  .globalMenuSp .globalMenuSp-content ul li a {
    font-size: 2.2rem;
  }

  /*------------------------------------------------
  * footer上 Contact
  *--------------------------------------------------*/
  .footer_contact {
    padding-bottom: 80px;
  }
  .footer_contact ul {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .footer_contact ul li {
    margin: 0 auto 20px;
  }
  .footer_contact ul li a {
    width: calc(100vw - 20px);
    max-width: 412px;
  }

  /*------------------------------------------------
  * footer
  *--------------------------------------------------*/
  footer {
    padding: 58px 20px 19px 20px;
  }
  footer .footer_logo {
    margin-bottom: 20px;
  }
  footer .footer_under a {
    margin-left: 0;
  }
}
/*------------------------------------------------
* fadeup 下から
*--------------------------------------------------*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/*------------------------------------------------
* faderight 右から
*--------------------------------------------------*/
.faderight {
  -webkit-animation-name: faderightAnime;
          animation-name: faderightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes faderightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes faderightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.faderightTrigger {
  opacity: 0;
}

/*------------------------------------------------
* fadeleft 左から
*--------------------------------------------------*/
.fadeleft {
  -webkit-animation-name: fadeleftAnime;
          animation-name: fadeleftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeleftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeleftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeleftTrigger {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */