@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;
}

.red-line {
  border-bottom: 2px solid red;
}

.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;
}

.service-list {
  width: 300px;
  margin-top: 200px;
}

.service-item {
  margin-left: 50px;
  margin-bottom: 40px;
  display: inline-block;
  padding-right: 15px;
}

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

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

.web {
  margin-top: 166px;
}

@media (max-width: 660px) {
  .web {
    margin-top: 50px;
  }
}

.web-intro {
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

@media (max-width: 1022px) {
  .web-intro {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.web-blockL {
  max-width: 500px;
}

.web-blockL img {
  width: 100%;
}

.web-blockR {
  margin-bottom: 30px;
}

.web-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}

.web-btn a {
  border: 1px solid #fff;
  width: 145px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  transition: 0.5s;
}

.web-btn a:hover {
  color: black;
  background-color: white;
}

.web-btn a::after {
  position: absolute;
  right: 8px;
  content: "＞";
}

.web-number {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 84px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
  display: block;
}

.web-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 48px;
}

.web-subtit {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 19px;
}

.web-txt {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 11px;
}

.web-list {
  margin-top: 30px;
}

.web-item {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  margin-top: 48px;
  border-bottom: 3px white solid;
  display: flex;
  justify-content: space-between;
}

.web-item:nth-of-type(1) {
  margin-top: 0;
}

.package {
  margin-top: 334px;
}

@media (max-width: 660px) {
  .package {
    margin-top: 100px;
  }
}

.package-tit, .package-subtit {
  margin-left: 120px;
}

@media (max-width: 660px) {
  .package-tit, .package-subtit {
    margin-left: 15px;
  }
}

.package-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  max-width: 439px;
  border-bottom: 3px solid white;
}

@media (max-width: 660px) {
  .package-tit {
    font-size: 40px;
    display: inline-block;
    padding-right: 15px;
  }
}

.package-subtit {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}

@media (max-width: 660px) {
  .package-subtit {
    font-size: 18px;
  }
}

.package-area01 {
  background-color: #0f1441;
  margin-top: 152px;
  padding: 110px 120px 506px 110px;
  margin-bottom: -250px;
}

@media (max-width: 1101px) {
  .package-area01 {
    padding: 40px 80px 315px;
  }
}

@media (max-width: 660px) {
  .package-area01 {
    margin-top: 48px;
    padding: 40px 15px 315px;
  }
}

.package-area02 {
  background-color: #2039a9;
  padding: 44px 111px 20px;
  max-width: 1319px;
  border-radius: 45px 0 0 45px;
  margin-right: 0;
  margin-left: auto;
  box-sizing: border-box;
}

@media (max-width: 1101px) {
  .package-area02 {
    padding: 44px 80px 30px;
  }
}

@media (max-width: 660px) {
  .package-area02 {
    padding: 44px 15px 30px;
  }
}

.package-txt {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 1101px) {
  .package-txt {
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .package-txt {
    font-size: 15px;
  }
}

.package-plan {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: normal;
  color: #fff;
  border-bottom: 4px solid white;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.package-plan span:nth-of-type(1) {
  font-size: 62px;
}

@media (max-width: 1101px) {
  .package-plan span:nth-of-type(1) {
    font-size: 25px;
  }
}

@media (max-width: 430px) {
  .package-plan span:nth-of-type(1) {
    font-size: 21px;
  }
}

.package-plan span:nth-of-type(2) {
  font-size: 73px;
}

@media (max-width: 1101px) {
  .package-plan span:nth-of-type(2) {
    font-size: 25px;
  }
}

@media (max-width: 430px) {
  .package-plan span:nth-of-type(2) {
    font-size: 21px;
  }
}

@media (max-width: 1101px) {
  .package-plan {
    border-bottom: 2px solid white;
    max-width: 368PX;
  }
}

@media (max-width: 430px) {
  .package-plan {
    margin-top: 34px;
  }
}

.package-img {
  margin-top: 35px;
}

.package-img img {
  width: 100%;
}

.package-server {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: normal;
  color: #fff;
  border-bottom: 3px solid white;
  max-width: 623px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 0;
  margin-left: auto;
  margin-top: 47px;
}

.package-server span:nth-of-type(1) {
  font-size: 36px;
}

@media (max-width: 1101px) {
  .package-server span:nth-of-type(1) {
    font-size: 25px;
  }
}

@media (max-width: 430px) {
  .package-server span:nth-of-type(1) {
    font-size: 21px;
  }
}

.package-server span:nth-of-type(2) {
  font-size: 62px;
}

@media (max-width: 1101px) {
  .package-server span:nth-of-type(2) {
    font-size: 25px;
  }
}

@media (max-width: 430px) {
  .package-server span:nth-of-type(2) {
    font-size: 21px;
  }
}

@media (max-width: 1101px) {
  .package-server {
    border-bottom: 2px solid white;
    max-width: 363px;
  }
}

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

@media (max-width: 1101px) {
  .package-supplement {
    font-size: 15px;
  }
}

.price {
  max-width: 1159px;
  padding: 0 45px;
  margin: 0 auto;
  margin-top: 334px;
}

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

.price-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  max-width: 439px;
  border-bottom: 3px solid white;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

@media (max-width: 660px) {
  .price-tit {
    font-size: 40px;
    display: inline-block;
    padding-right: 15px;
  }
}

.price-subtit {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  text-align: right;
}

@media (max-width: 660px) {
  .price-subtit {
    font-size: 18px;
  }
}

@media (max-width: 660px) {
  .price-subtit {
    text-align: left;
  }
}

.price-list {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  max-width: 1023px;
  margin-top: 108px;
  padding: 0 15px;
}

@media (max-width: 660px) {
  .price-list {
    margin-top: 48px;
  }
}

.price-item {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px white dashed;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 25px;
}

.price-item:nth-last-of-type(1) {
  border-bottom: none;
}

@media (max-width: 660px) {
  .price-item {
    padding: 20px 0;
  }
}

@media (max-width: 660px) {
  .price-item {
    font-size: 15px;
  }
}

.flow {
  margin-top: 334px;
  background-color: #03081e;
  padding: 70px 38px 241px;
}

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

@media (max-width: 430px) {
  .flow {
    padding: 30px 15px;
  }
}

.flow-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  max-width: 439px;
  border-bottom: 3px solid white;
}

@media (max-width: 660px) {
  .flow-tit {
    font-size: 40px;
    display: inline-block;
    padding-right: 15px;
  }
}

.flow-subtit {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}

@media (max-width: 660px) {
  .flow-subtit {
    font-size: 18px;
  }
}

.flow-img {
  margin: 0 auto;
  max-width: 1365px;
  margin-top: 137px;
}

@media (max-width: 660px) {
  .flow-img {
    margin-top: 48px;
  }
}

@media (max-width: 430px) {
  .flow-img {
    margin-top: 28px;
  }
}

.flow-img img {
  width: 100%;
}

.card {
  padding: 0 45px;
  margin-top: 334px;
}

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

.card-inner {
  max-width: 1107px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1022px) {
  .card-inner {
    flex-direction: column;
    align-items: center;
  }
}

.card-blockL {
  width: 43%;
  z-index: 1;
  padding-top: 40px;
}

@media (max-width: 1022px) {
  .card-blockL {
    width: auto;
  }
}

.card-blockR img {
  width: 100%;
}

.card-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}

.card-btn a {
  border: 1px solid #fff;
  width: 145px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  transition: 0.5s;
}

.card-btn a:hover {
  color: black;
  background-color: white;
}

.card-btn a::after {
  position: absolute;
  right: 8px;
  content: "＞";
}

.card-number {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 84px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
  display: block;
}

.card-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 48px;
  white-space: nowrap;
}

@media (max-width: 1022px) {
  .card-tit {
    white-space: normal;
  }
}

.card-subtit {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 19px;
}

.card-txt {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 11px;
}

.card-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.card-item {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  margin-top: 48px;
  border-bottom: 3px white solid;
  display: flex;
  justify-content: space-between;
}

.card-item:nth-of-type(1) {
  margin-top: 0;
}

.logo {
  padding: 50px 45px;
  margin-top: 284px;
  margin-bottom: 116px;
  background-color: #03081E;
}

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

.logo-inner {
  max-width: 1034px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1022px) {
  .logo-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.logo-img img {
  width: 100%;
}

.logo-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}

.logo-btn a {
  border: 1px solid #fff;
  width: 145px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  transition: 0.5s;
}

.logo-btn a:hover {
  color: black;
  background-color: white;
}

.logo-btn a::after {
  position: absolute;
  right: 8px;
  content: "＞";
}

.logo-number {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 84px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
  display: block;
}

.logo-tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 48px;
}

.logo-subtit {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 23px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 19px;
}

.logo-txt {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 11px;
}

.logo-list {
  margin-top: 30px;
}

.logo-item {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  margin-top: 48px;
  border-bottom: 3px white solid;
  display: flex;
  justify-content: space-between;
}

.logo-item:nth-of-type(1) {
  margin-top: 0;
}
