@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s.min.css);
body {
  margin: 0;
  padding: 0;
  font-family: YakuHanJPs, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: #fff;
  background: #000; }

a {
  color: #8dafc7;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.global_head {
  margin: 0; }

.section {
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .section {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    .section {
      max-width: 800px;
      width: calc(100% - 30px);
      margin: 0 auto; } }

.wrap {
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .content {
    padding: 120px 0; } }
@media only screen and (min-width: 768px) {
  .content {
    padding: 240px 0; } }

h2 {
  line-height: 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    h2 {
      margin: 0 0 70px;
      font-size: 18px;
      letter-spacing: 0.1rem;
      padding: 0 0 0 35px; } }
  @media only screen and (min-width: 768px) {
    h2 {
      margin: 0 0 90px;
      padding: 0 0 0 40px; } }
  h2::before {
    content: "";
    background: #ccc;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      h2::before {
        width: 13px; } }
    @media only screen and (min-width: 768px) {
      h2::before {
        width: 15px; } }
  h2 img {
    width: auto; }
    @media only screen and (max-width: 767px) {
      h2 img {
        height: 18px; } }
    @media only screen and (min-width: 768px) {
      h2 img {
        height: 25px; } }

.local-head__icon {
  display: block;
  position: fixed;
  z-index: 5;
  cursor: pointer;
  width: 42px;
  height: 50px; }
  @media only screen and (max-width: 767px) {
    .local-head__icon {
      top: 60px;
      right: 18px; } }
  @media only screen and (min-width: 768px) {
    .local-head__icon {
      top: 60px;
      right: 30px; } }
  .local-head__icon span {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: 0; }
    .local-head__icon span:nth-of-type(1) {
      width: 23px;
      top: 0; }
    .local-head__icon span:nth-of-type(2) {
      width: 35px;
      top: 12px; }
    .local-head__icon span:nth-of-type(3) {
      width: 47px;
      top: 22px; }
  .local-head__icon.active span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 47px;
    right: 0;
    top: 12px; }
  .local-head__icon.active span:nth-of-type(2), .local-head__icon.active span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 47px;
    top: 12px; }
.local-head__content {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background: #000;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  transform: translateY(-100%); }
  @media only screen and (max-width: 767px) {
    .local-head__content {
      padding: 50px 23px 0; } }
  @media only screen and (min-width: 768px) {
    .local-head__content {
      padding: 100px 0 0; } }
  .local-head__content.active {
    transform: translateY(0%); }
@media only screen and (min-width: 768px) {
  .local-head__inner {
    max-width: 900px;
    width: calc(100% - 30px);
    margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .local-head__logo {
    margin: 0 0 70px; } }
@media only screen and (min-width: 768px) {
  .local-head__logo {
    display: none; } }
.local-head__logo_item:first-child {
  margin: 0 0 25px; }
@media only screen and (max-width: 767px) {
  .local-head__logo img {
    width: 200px; } }
@media only screen and (min-width: 768px) {
  .local-head__menu {
    width: calc(100% - 400px); } }
.local-head__nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .local-head__nav li {
    font-weight: 500;
    letter-spacing: 0.05rem;
    position: relative;
    cursor: pointer;
    line-height: 100%;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 767px) {
      .local-head__nav li {
        font-size: 2.1rem; } }
    @media only screen and (min-width: 768px) {
      .local-head__nav li {
        font-size: 3.8rem; } }
    .local-head__nav li:last-child {
      margin: 0 auto; }
    .local-head__nav li::after {
      content: "";
      position: absolute;
      top: 27%;
      right: 0; }
    .local-head__nav li a {
      color: #fff;
      display: block;
      width: 100%; }
      .local-head__nav li a:hover {
        color: #111;
        -webkit-text-stroke: 1px #fff;
        transition: 0.2s;
        text-decoration: none; }
@media only screen and (max-width: 767px) {
  .local-head__sns {
    flex-direction: column;
    margin: 50px 0 0; } }
@media only screen and (min-width: 768px) {
  .local-head__sns {
    margin: 80px 0 0; } }
.local-head__sns p {
  color: #fff;
  letter-spacing: 0.05rem; }
  @media only screen and (max-width: 767px) {
    .local-head__sns p {
      font-size: 14px;
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .local-head__sns p {
      font-size: 16px;
      margin: 0 0 20px; } }
.local-head__sns_container {
  display: flex;
  align-items: center; }
@media only screen and (max-width: 767px) {
  .local-head__sns_item {
    width: 22px;
    margin: 0 20px 0 0; } }
@media only screen and (min-width: 768px) {
  .local-head__sns_item {
    width: 35px;
    margin: 0 20px 0 0; } }
.local-head__sns_item:hover {
  opacity: 0.8; }

.fixed {
  position: fixed;
  width: 100%; }

.logo {
  z-index: 3; }
  @media only screen and (max-width: 767px) {
    .logo {
      position: absolute;
      top: 20px;
      left: 17px;
      display: flex;
      align-items: flex-start; } }
  @media only screen and (min-width: 768px) {
    .logo {
      position: fixed;
      top: 60px;
      left: 30px; } }
  .logo img {
    height: auto; }
    @media only screen and (max-width: 767px) {
      .logo img {
        width: 180px; } }
    @media only screen and (min-width: 768px) {
      .logo img {
        width: 200px; } }
    .logo img:hover {
      opacity: 0.8; }

@media only screen and (max-width: 767px) {
  .sns {
    display: none; } }
@media only screen and (min-width: 768px) {
  .sns {
    position: fixed;
    top: 180px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3; } }
.sns__ttl {
  position: relative;
  margin: 0 0 95px; }
  .sns__ttl::after {
    content: "";
    background: #ccc;
    width: 1px;
    height: 50px;
    position: absolute;
    bottom: -70px;
    left: 7.5px; }
.sns__item {
  width: 22px;
  margin: 0 0 15px; }
  .sns__item img:hover {
    opacity: 0.8; }

.home .content {
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .home .content {
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .home .content {
      padding: 0; } }

.hero {
  position: relative;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .hero {
      background-position: top 50px right -100px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      background-position: top 30px right -100px; } }
  .hero__inner {
    height: calc(100vh - 40px); }
    @media only screen and (max-width: 767px) {
      .hero__inner {
        background: linear-gradient(transparent 10%, #000);
        padding: 0 20px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start; } }
    @media only screen and (min-width: 768px) {
      .hero__inner {
        background: linear-gradient(transparent 40%, #000); } }
  @media only screen and (min-width: 768px) {
    .hero__ttl {
      max-width: 800px;
      margin: 0 auto;
      height: calc(100vh - 40px);
      position: relative; } }
  .hero h1 {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .hero h1 {
        padding: 0 0 50px; } }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        position: absolute;
        bottom: 100px;
        left: 0; } }
    .hero h1 img {
      filter: drop-shadow(0 0 10px rgba(27, 183, 30, 0.9)); }

.intro {
  position: relative;
  background: linear-gradient(#000 10%, transparent 40%, #000 90%), url("../img/content-bg.png") repeat center; }
  @media only screen and (max-width: 767px) {
    .intro__inner {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) {
    .intro__inner {
      padding: 150px 0 180px; } }
  .intro p {
    color: #fff;
    letter-spacing: 0.2rem;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px black; }
    @media only screen and (max-width: 767px) {
      .intro p {
        font-size: 15px;
        line-height: 1.9rem;
        margin: 0 0 20px;
        text-align: justify;
        text-justify: inter-ideograph; } }
    @media only screen and (min-width: 768px) {
      .intro p {
        font-size: 16px;
        line-height: 2.0rem;
        margin: 0 0 25px; } }
    .intro p:last-child {
      margin: 0; }

.prod {
  background: linear-gradient(#000 5%, transparent 60%, #000 95%), url("../img/content-bg.png") repeat center; }
  @media only screen and (max-width: 767px) {
    .prod {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) {
    .prod {
      padding: 120px 0; } }
  @media only screen and (min-width: 768px) {
    .prod__container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .prod__pic {
      display: flex;
      justify-content: center;
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .prod__pic {
      width: 430px; } }
  .prod__slid .sp-slide {
    margin: 0 auto; }
  .prod .sp-button {
    border: none !important;
    background-color: rgba(255, 255, 255, 0.4) !important; }
    @media only screen and (max-width: 767px) {
      .prod .sp-button {
        width: 13px !important;
        height: 13px !important;
        margin: 10px 10px 4px !important; } }
  .prod .sp-selected-button {
    background-color: #fff !important; }
  @media only screen and (max-width: 767px) {
    .prod__text {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .prod__text {
      width: calc(100% - 450px); } }
  .prod__text h3 {
    margin: 0 0 30px;
    letter-spacing: 0.1rem;
    font-weight: 500;
    text-shadow: 0 0 10px black; }
    @media only screen and (max-width: 767px) {
      .prod__text h3 {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) {
      .prod__text h3 {
        font-size: 23px; } }
  .prod__text dl {
    display: flex;
    margin: 0 0 15px;
    text-shadow: 0 0 10px black; }
    .prod__text dl:last-child {
      margin: 0; }
    .prod__text dl dt {
      width: 90px;
      margin: 0; }
    .prod__text dl dd {
      margin: 0;
      text-align: left;
      width: calc(100% - 90px);
      line-height: 1.8rem;
      letter-spacing: 0.05rem; }
    .prod__text dl span {
      font-weight: 600;
      margin-right: 5px; }
      @media only screen and (max-width: 767px) {
        .prod__text dl span {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) {
        .prod__text dl span {
          font-size: 20px; } }

.application-link {
  background: linear-gradient(#000 5%, transparent 40%, #000 90%), url("../img/content-bg.png") repeat center; }
  @media only screen and (max-width: 767px) {
    .application-link {
      padding: 80px 0 160px; } }
  @media only screen and (min-width: 768px) {
    .application-link {
      padding: 120px 0 300px; } }
  .application-link p {
    letter-spacing: 0.05rem;
    text-shadow: 0 0 10px black; }
    @media only screen and (max-width: 767px) {
      .application-link p {
        font-size: 14px;
        line-height: 1.7rem;
        margin: 0 0 40px; } }
    @media only screen and (min-width: 768px) {
      .application-link p {
        font-size: 15px;
        margin: 0 0 80px; } }
    .application-link p span {
      color: #ccc;
      display: block;
      letter-spacing: 0.1rem;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .application-link p span {
          margin: 0 0 10px;
          font-size: 16px; } }
      @media only screen and (min-width: 768px) {
        .application-link p span {
          margin: 0 0 15px;
          font-size: 1.05rem; } }
  .application-link__btn {
    border: 1px solid #ccc;
    text-align: center;
    height: 43px;
    line-height: 43px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .application-link__btn {
        width: 350px; } }
    .application-link__btn:hover {
      transition: 0.5s;
      box-shadow: 0px 0px 0px 2px #ccc; }
    .application-link__btn a {
      color: #fff;
      display: block;
      width: 100%;
      letter-spacing: 0.05rem; }
      @media only screen and (max-width: 767px) {
        .application-link__btn a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) {
        .application-link__btn a {
          font-size: 15px; } }
      .application-link__btn a:hover {
        text-decoration: none; }

.application .content {
  background: #000 !Important; }
.application h4 {
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #787878; }
  @media only screen and (max-width: 767px) {
    .application h4 {
      margin: 0 0 10px;
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .application h4 {
      margin: 0 0 15px;
      font-size: 1.05rem; } }
@media only screen and (max-width: 767px) {
  .application__item {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .application__item {
    margin: 0 0 40px; } }
.application__item:last-child {
  margin: 0; }
.application__date {
  margin: 0;
  letter-spacing: 0.05rem; }
  @media only screen and (max-width: 767px) {
    .application__date {
      font-size: 14px;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    .application__date {
      font-size: 15px; } }
.application__note {
  margin: 0 0 0 20px;
  padding: 0;
  letter-spacing: 0.05rem; }
  .application__note li {
    margin: 0 0 8px; }
    @media only screen and (max-width: 767px) {
      .application__note li {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .application__note li {
        font-size: 15px; } }
    .application__note li:last-child {
      margin: 0; }
.application .form {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .application .form {
      margin: 100px 0 0; } }
  @media only screen and (min-width: 768px) {
    .application .form {
      margin: 70px 0 0; } }
  .application .form__ttl {
    letter-spacing: 0.1rem; }
    @media only screen and (max-width: 767px) {
      .application .form__ttl {
        margin: 0 0 20px;
        font-size: 16px; } }
    @media only screen and (min-width: 768px) {
      .application .form__ttl {
        margin: 0 0 20px;
        font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .application .form dl {
      margin: 0 0 25px; } }
  @media only screen and (min-width: 768px) {
    .application .form dl {
      margin: 0 0 30px; } }
  .application .form dl:last-child {
    margin: 0; }
  .application .form dl dt {
    margin: 0 0 10px;
    font-size: 14px; }
  .application .form dl dd {
    margin: 0; }
  .application .form .required-note {
    color: #FF3333;
    font-size: 14px;
    margin: 0 0 30px; }
  .application .form .required {
    color: #FF3333;
    margin-left: 5px;
    position: relative;
    top: -3px;
    font-size: 0.7rem; }
  .application .form input[type="text"],
  .application .form input[type="email"] {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    border: 1px solid #707070;
    width: 100%;
    color: #fff;
    -webkit-text-fill-color: #fff !important; }
    @media only screen and (max-width: 767px) {
      .application .form input[type="text"],
      .application .form input[type="email"] {
        padding: 10px 12px;
        font-size: 15px; } }
    @media only screen and (min-width: 768px) {
      .application .form input[type="text"],
      .application .form input[type="email"] {
        padding: 12px;
        font-size: 15px; } }
    .application .form input[type="text"]:focus,
    .application .form input[type="email"]:focus {
      background-color: #000;
      outline: none;
      border-radius: 0;
      box-shadow: 0px 0px 0px 1px #ccc; }
    .application .form input[type="text"]:-webkit-autofill,
    .application .form input[type="email"]:-webkit-autofill {
      box-shadow: 0 0 0px 1000px #000 inset; }
  .application .form .submit {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .application .form .submit {
        flex-direction: column;
        margin: 50px 0 0; } }
    @media only screen and (min-width: 768px) {
      .application .form .submit {
        flex-direction: row-reverse;
        justify-content: center;
        margin: 70px 0 0; } }
    .application .form .submit input[type=submit] {
      -webkit-appearance: none;
      border: 1px solid #ccc;
      background-color: transparent;
      color: #ccc;
      cursor: pointer;
      font-size: 15px;
      letter-spacing: 0.1rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .application .form .submit input[type=submit] {
          width: 100%;
          margin: 0 0 10px;
          height: 40px; }
          .application .form .submit input[type=submit]:last-child {
            margin: 0; } }
      @media only screen and (min-width: 768px) {
        .application .form .submit input[type=submit] {
          width: 300px;
          height: 44px;
          margin: 0 13px; } }
      .application .form .submit input[type=submit]:hover {
        transition: 0.5s;
        box-shadow: 0px 0px 0px 2px #ccc; }
  .application .form .msg {
    border: 1px solid #787878;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #787878;
    letter-spacing: 0.1rem; }
    @media only screen and (min-width: 768px) {
      .application .form .msg {
        margin: 100px 0 200px; } }

.complete .content {
  background: #000 !Important; }
@media only screen and (min-width: 768px) {
  .complete .wrap {
    height: calc(100vh - 200px); } }
.complete .complete-text {
  letter-spacing: 0.05rem;
  line-height: 1.8rem; }
  @media only screen and (max-width: 767px) {
    .complete .complete-text {
      font-size: 14px;
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .complete .complete-text {
      font-size: 15px;
      margin: 0 0 80px; } }
.complete .back {
  border: 1px solid #ccc;
  text-align: center;
  height: 43px;
  line-height: 43px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .complete .back {
      width: 350px; } }
  .complete .back:hover {
    transition: 0.5s;
    box-shadow: 0px 0px 0px 2px #ccc; }
  .complete .back a {
    color: #fff;
    display: block;
    width: 100%;
    letter-spacing: 0.05rem; }
    @media only screen and (max-width: 767px) {
      .complete .back a {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .complete .back a {
        font-size: 15px; } }
    .complete .back a:hover {
      text-decoration: none; }

@media only screen and (max-width: 767px) {
  .top {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .top {
    position: fixed;
    color: #fff;
    bottom: 300px;
    right: 30px;
    cursor: pointer;
    width: 22px;
    text-align: center; } }
.top::before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 50px;
  position: absolute;
  top: -70px;
  left: 11px; }
.top::after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 12px;
  position: absolute;
  top: -71px;
  left: 14px;
  transform: rotate(327deg); }

.code {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .code p {
    line-height: 1; }
  .code span {
    display: block;
    width: 2vmax;
    height: 2vmax;
    font-size: 12px;
    color: #9bff9b11;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, sans-serif; }

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 600ms; }
  .fadein:nth-of-type(7) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms; }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0); }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }
