@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 660px) {
  ._pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 661px) {
  ._sp {
    display: none !important;
  }
}

@media print, screen and (max-width: 1100px) {
  ._about {
    display: none !important;
  }
}

* {
  margin: 0;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #000;
}

ul {
  list-style: none;
  padding: 0;
}

input {
  box-sizing: border-box;
}

textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

strong {
  color: #ff0606;
}

input,
textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.header-logo-show {
  display: block !important;
}

.header-bg-blue {
  background-color: #2039A9;
}

.pr0 {
  padding-right: 0 !important;
  max-width: 1300px;
  margin: 0 auto;
}

.header {
  position: fixed;
  z-index: 2;
  height: 95px;
  width: 100%;
  transition: 1s;
}

.header-logo {
  display: none;
  position: absolute;
  height: 75px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  transition: 1s;
}

.header-logo img {
  height: 100%;
}

.header-inner {
  height: 100%;
  padding-right: 200px;
  position: relative;
  transition: 1s;
}

@media (max-width: 840px) {
  .header-inner {
    padding-right: 130px;
  }
}

.contact {
  margin-top: 334px;
  margin-bottom: 166px;
  text-align: right;
  padding: 0 45px;
}

@media (max-width: 660px) {
  .contact {
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0 15px;
  }
}

.contact-inner {
  max-width: 1143px;
  margin: 0 auto;
}

.contact-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

@media (max-width: 660px) {
  .contact-tit {
    font-size: 50px;
  }
}

.contact-subtit {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin-top: 11px;
}

.contact-txt {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin-top: 11px;
  font-size: 23px;
  margin-top: 68px;
}

@media (max-width: 660px) {
  .contact-txt {
    font-size: 14px;
    margin-top: 38px;
  }
}

.contact-area {
  background-color: white;
  border-radius: 50px;
  text-align: left;
  margin-top: 44px;
  padding: 30px 63px 39px;
  position: relative;
}

@media (max-width: 660px) {
  .contact-area {
    padding: 30px 20px 39px;
    border-radius: 20px;
    margin-top: 14px;
  }
}

.contact-logo {
  position: absolute;
}

.form-name, .form-nameKana, .form-email, .form-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form-content {
  align-items: flex-start !important;
}

.form-content .form-label {
  margin-top: 16px;
}

.form-label {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin-bottom: 15px;
}

.form .lastname, .form .firstname, .form .lastnameKana, .form .firstnameKana, .form .email, .form .content {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: black;
  font-weight: normal;
  padding: 20px 25px;
  margin-bottom: 10px;
}

.form .lastname, .form .firstname, .form .lastnameKana, .form .firstnameKana {
  width: 335px;
  height: 61px;
}

@media (max-width: 660px) {
  .form .lastname, .form .firstname, .form .lastnameKana, .form .firstnameKana {
    width: 100%;
    height: 50px;
  }
}

.form .email {
  height: 61px;
  width: 688px;
}

@media (max-width: 660px) {
  .form .email {
    width: 100%;
    height: 50px;
  }
}

.form .content {
  width: 688px;
  height: 231px;
}

.form .lastname, .form .lastnameKana {
  margin-right: 12px;
}

.form .submit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  width: 450px;
  height: 111px;
  border-radius: 30px;
  background-color: #2039A9;
  color: #fff;
  display: block;
  margin: 55px auto 0;
  cursor: pointer;
  transition: 0.2s;
}

.form .submit:hover {
  box-shadow: 0 3px 6px 0 black;
}

@media (max-width: 660px) {
  .form .submit {
    width: 100%;
    height: 81px;
  }
}

.gnav._pc {
  height: 100%;
}

.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.gnav-item {
  margin-right: 62px;
}

@media (max-width: 840px) {
  .gnav-item {
    margin-right: 32px;
  }
}

.gnav-item:nth-of-type(1) {
  margin-left: 15px;
}

.gnav-item:hover {
  text-decoration: underline;
}

.gnav-item a {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 23px;
  font-weight: bold;
}

.hum-menu {
  width: 68px;
  height: 68px;
  background-color: #162875;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gnav._sp {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.295);
  position: fixed;
  top: 0;
  left: 0;
}

.gnav-inner {
  width: 276px;
  height: 100%;
  background-color: #162875;
  position: relative;
  padding: 88px 0;
  box-sizing: border-box;
}

.gnav .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.gnav .socials,
.gnav .corporate {
  width: 205px;
  margin: 0 auto 35px;
}

.gnav .socials-tit,
.gnav .corporate-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  border-bottom: 3px solid #fff;
  margin-bottom: 15px;
}

.gnav .socials-item a,
.gnav .corporate-item a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
}

.gnav .socials-item a::after {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.gnav .socials-item:nth-of-type(1) a::after {
  background-image: url(../images/Instagram.svg);
  margin-left: 12px;
}

.gnav .socials-item:nth-of-type(2) a::after {
  background-image: url(../images/Facebook.svg);
  margin-left: 20px;
}

.footer {
  background-color: #0F1441;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 187px  10px 40px;
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 660px) {
  .footer-inner {
    flex-wrap: wrap;
    padding: 47px 10px 40px;
  }
}

@media (max-width: 660px) {
  .footer-logo {
    order: 2;
    width: 100%;
    text-align: center;
  }
}

.footer-area {
  display: flex;
  justify-content: space-around;
  width: 604px;
}

@media (max-width: 660px) {
  .footer-area {
    margin-bottom: 15px;
    order: 1;
    flex-wrap: wrap;
  }
}

.footer .socials, .footer .corporate {
  width: 229px;
}

@media (max-width: 660px) {
  .footer .socials, .footer .corporate {
    margin-bottom: 25px;
  }
}

.footer .socials-tit, .footer .corporate-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  border-bottom: 3px solid white;
}

.footer .socials-list, .footer .corporate-list {
  margin-top: 5px;
}

.footer .socials-item a, .footer .corporate-item a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}

.footer .socials-item a::after {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.footer .socials-item:nth-of-type(1) a::after {
  background-image: url(../images/Instagram.svg);
  margin-left: 12px;
}

.footer .socials-item:nth-of-type(2) a::after {
  background-image: url(../images/Facebook.svg);
  margin-left: 20px;
}

.copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #162875;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

@media (max-width: 660px) {
  .copyright {
    font-size: 14px;
  }
}

.ch {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.ch-logo {
  position: absolute;
  right: 30px;
  top: 10px;
  user-select: none;
  z-index: 1;
}

@media (max-width: 660px) {
  .ch-logo {
    top: 20px;
    right: 20px;
    width: 66px;
    height: 66px;
  }
  .ch-logo img {
    width: 100%;
    height: 100%;
  }
}

.ch-tit {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 89px;
  color: #fff;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: right;
}

@media (max-width: 660px) {
  .ch-tit {
    font-size: 69px;
  }
}

@media (max-width: 430px) {
  .ch-tit {
    font-size: 49px;
  }
}

@media (max-width: 660px) {
  .ch-tit {
    right: auto;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
  }
}

.ch .sns {
  position: absolute;
  right: 36px;
  bottom: 28px;
}

.ch .sns-item {
  margin-bottom: 20px;
}

.ch .sns-item:last-of-type {
  margin-bottom: 0;
}

.ch {
  background-image: url(../images/ch-contact.png);
}

@media (max-width: 660px) {
  .ch {
    background-image: url(../images/ch-contact.png);
  }
}

.contact {
  margin-top: 166px;
}
