@charset "utf-8";
/* CSS Document */
.pc-only {
  display: none;
}
.header {
  position: fixed;
  z-index: 99;
  margin-top: 0;
}
.p-navigation-language-pc {
  display: none;
}
.language-sp {
  width: 50%;
  height: 50px;
  margin: 0 0;
  text-align: center;
}
.language-sp-line {
  height: 50px;
  position: relative;
  border-right: 2px solid #fff;
}
.p-navigation-language-sp__wrap {
  border-bottom: 2px solid #fff;
}
.language-sp span {
  padding: 10px 0 0 0;
  display: block;
}
.is-animation {
  /*background-color: #AF9249;*/
  background: rgb(29, 88, 108, 1);
  background: linear-gradient(90deg, rgba(29, 88, 108, 1) 0%, rgba(2, 12, 34, 1) 35%, rgba(2, 12, 34, 1) 100%);
  /*transition: all 1.5s;*/
  z-index: 99;
}
.header__inner {
  width: 100%;
  margin: 0 auto;
}
.header__inner h1 {
  float: left;
  width: 75%;
  padding-left: 2%;
  padding-bottom: 40px;
  position: relative;
  top: 20px;
}
.l-header {
  float: none;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header + * {
  margin-top: 60px;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}
.hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: fixed;
  z-index: 99;
  width: 60px;
  border: none;
  background-color: transparent;
  right: 20px;
  top: 20px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: "閉じる";
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #fff;
  transition: .4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
.hamburger__line:before {
  top: -6px;
}
.hamburger__line:after {
  top: 6px;
}
.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}
.header {
  width: 100vw;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  padding-top: 60px;
  background: rgb(29, 88, 108, 1);
  background: linear-gradient(90deg, rgba(29, 88, 108, 1) 0%, rgba(2, 12, 34, 1) 35%, rgba(2, 12, 34, 1) 100%);
  transition: .4s;
}
.header__nav-area.-active {
  left: 0;
  visibility: visible;
}
.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
  list-style: none;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 900;
  transition: color .4s;
  font-size: .875rem;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  /*background-color: #141414;*/
  background-color: #fff;
  transform: translateY(-50%);
  transition: transform .4s;
}
.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  /*background-color: #955F14;*/
  background-color: #fff;
  transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: .4s;
}
.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}
.accordion__list li {
  font-size: .9rem;
}
.accordion__list li + li {
  margin-top: 21px;
}
.accordion__link {
  color: #fff;
  padding-left: 20px;
}
body {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.l-contents__wrap {
  width: 100%;
  position: relative;
  top: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  background-image: url(../../images/visual-second-sp.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.h-title {
  max-height: 300px;
}
.l-contents__inner {
  width: 95%;
  margin: 0 auto;
}
.l-contents__inner h2 {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 200px;
  padding-bottom: 40px;
    line-height: 2rem;
}
.l-pagenavi__wrap {
  width: 100%;
  background-color: #F2F2F2;
}
.p-page_navigation {
  background-color: #F2F2F2;
  padding: 10px 0;
  font-size: .8rem;
  border-bottom: 1px solid #BCBCBC;
}
.p-page_navigation__inner {
  width: 95%;
  margin: 0 auto;
}
.p-page_navigation__inner a {
  text-decoration: underline;
}
.p-page_navigation__inner a:hover {
  text-decoration: none;
}
.p-contents__wrap {
  background-color: #FFF;
    padding-bottom: 80px;
}
.p-contents__inner {
  width: 95%;
  margin: 0 auto;
    padding-top: 50px;
}
.p-contents__inner h2 {
  padding: 1rem 1rem;
  font-size: 1.4rem;
  border-left: 5px solid #BCBCBC;
  background: #f4f4f4;
    line-height: 2rem;
    margin-bottom: 20px;
}

.p-contents__inner h3 {
  padding: 20px 0 10px 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  border-bottom: 1px solid #BCBCBC;
    margin-bottom: 10px;
}
.p-contents__inner h4 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 20px 0 0 0;
  margin-bottom: 10px;
}
.p-contents__inner h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-contents__inner .fig {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.p-contents__inner .fig img {
  width: 100%;
  height: auto;
}
.p-contents__inner .detail {
  float: none;
  width: 100%;
  text-align: left;
}
footer {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.l-footer {
  width: 100%;
  background-color: #000000;
}
.l-footer nav {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 80px 0 0 0;
}
.l-footer nav ul {}
.l-footer nav ul .sub {
  padding-left: 25px;
}
.l-footer nav ul li {
  color: #FFF;
}
.l-footer nav ul li a {
  text-decoration: none;
}
.l-footer nav ul li a:hover {
  text-decoration: none;
  color: #9dc6e5;
}
.l-footer__contents {
  width: 98%;
  margin: 50px auto 0 auto;
  display: block;
  padding: 30px 0;
}
.l-footer__contents .logo {
  width: 80%;
  margin: 0 auto 30px auto;
}
.l-footer__contents .address {
  color: #FFF;
  text-align: center;
}
.l-copyright {
  width: 100%;
  background-color: #000;
  padding: 20px 0;
}
.p-copyright {
  width: 90%;
  margin: 0 auto;
  font-size: 0.7rem;
  text-align: center;
}
/*fade*/
.box {
  background-color: #999;
  padding: 25px 20px;
  width: 100px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 50px;
}
.opacityIn {
  opacity: 0;
  transition: all 1s;
}
.opacityIn.active {
  opacity: 1;
}
.fadeIn {
  opacity: 0;
  transform: translateY(120px);
  transition: all 1s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn_l {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 1s;
}
.fadeIn_l.active {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn_r {
  opacity: 0;
  transform: translateX(120px);
  transition: all 1s;
}
.fadeIn_r.active {
  opacity: 1;
  transform: translateX(0);
}
.c-arrow-link_wrapper {
  margin: 20px 0;
}
.c-arrow-link_wrapper button {
  cursor: pointer;
  font-weight: 600;
  transition: all .2s;
  padding: 12px 0;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: .85rem;
}
.c-arrow-link_wrapper button > svg {
  width: 20px;
  margin-left: 10px;
  transition: transform .3s ease-in-out;
}
.c-arrow-link_wrapper button:hover svg {
  transform: translateX(8px);
}
.c-arrow-link_wrapper button:active {
  transform: scale(.8);
}
.cls-1 {
  stroke: #eaeaea;
  stroke-miterlimit: 10;
  stroke-width: .5px;
}
.cls-1, .cls-2 {
  fill: none;
}
.cls-2 {
  stroke: #b49649;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: .51px;
}
.c-more {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #131313;
  z-index: 0;
  border-radius: 40px;
  margin: 25px auto;
}
.c-more:before {
  border-radius: 40px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: .5s;
  background: linear-gradient(90deg, #f1f1ee, #d79f1e);
}
.c-more:after {
  border-radius: 40px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: linear-gradient(90deg, #d79f1e, #f1f1ee);
}
.c-more:hover:before {
  opacity: 0;
}
.c-more_02 {
  margin-top: 50px;
}
.c-more_02 a {
  background: #eee;
  border-radius: 40px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
}
.c-more_02 a:hover {
  background: #1b2b57;
  color: #FFF;
}
.c-more_02 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.c-more_02 a:hover:after {
  border-color: #FFF;
}
.button2 {
  display: block;
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: #020C22;
  /*margin:20px;*/
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}
.button2::after {
  content: "";
  display: block;
  position: absolute;
  /*top: calc(50% - 5px);
    right: 20px;*/
  width: 30px;
  height: 5px;
  left: 45%;
  border: none;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #1D586C, #020C22) 1;
  transform: skew(45deg);
  transition: .3s;
}
.button2:hover::after {
  width: 40px;
  /*right: 10px;
    */
}


.button3 a {
    background: #000;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 100%;
    padding: 25px 25px;
    font-family: "Noto Sans Japanese";
    color: #FFF;
    line-height: 1.8;
    transition: 0.3s ease-in-out;text-decoration: none;
    font-weight: 600;font-size: 1rem;
}
.button3 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button3 a:hover {
  background: #333;
  color: #FFF;text-decoration: none;
}
.button3 a:hover:after {
  right: 1.4rem;
}

/*clearfix*/
.main:before, .header__inner:after {
  content: "";
  display: block;
  clear: both;
}