@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;600&display=swap");
html {
  font-size: 62.5% !important;
}

body {
  width: 100%;
  margin: 0 auto;
  font: 0.625rem "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #222;
  font-size: 16px;
  letter-spacing: 0;
  word-break: break-all;
  background-color: #FFF;
  overflow: hidden;
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
}

.site-container {
  padding-bottom: 60px;
}

.section-wrap {
  width: 100%;
  padding: 60px 20px;
  position: relative;
}

.section-wrap.pd-off {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.section-wrap.pd_top-off {
  padding-top: 0 !important;
}

.section-wrap.pd_btm-off {
  padding-bottom: 0 !important;
}

.section-wrap.full .content {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.content {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}

.content.pd-tb {
  padding-top: 75px;
  padding-bottom: 75px;
}

.content-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.w-sm {
  width: 776px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.pd-x_none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pd-y_none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pd-b_none {
  padding-bottom: 0 !important;
}

.text-area p {
  line-height: 1.9285;
}

.bg-c01 {
  background-color: #02B236;
  color: #FFF;
}

.bg-pattern01 {
  background: url(./images/pattern01.png) repeat left top/180px;
}

a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

a.imgLink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:hover {
  cursor: pointer;
}

.link-underline {
  text-decoration: underline;
}

.link-block {
  display: block;
}

.link-color {
  color: #2175cb;
}

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

svg {
  vertical-align: bottom;
}

p {
  line-height: 2.0;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

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

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

.text-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.text-caution {
  color: #d62424;
}

.text-bold {
  font-weight: bold;
}

.text-lead {
  font-size: 24px;
}

.cf01 {
  font-family: "Spartan", sans-serif;
}

.pc_only {
  display: inherit;
}

@media screen and (max-width: 599px) {
  .pc_only {
    display: none;
  }
}

.tab_only {
  display: none;
}

@media screen and (max-width: 834px) {
  .tab_only {
    display: inherit;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 599px) {
  .sp_only {
    display: inherit;
  }
}

.headline-01 {
  margin-bottom: 50px;
  font-family: "Spartan", sans-serif;
  font-size: 28px;
  text-align: center;
}

.headline-box01 {
  margin-bottom: 72px;
}

.headline-box01 .title {
  font-family: "Spartan", sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1;
}

.headline-box01 .sub {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: .1em;
}

.headline-box01 .sub::before {
  content: '';
  width: 84px;
  height: 1px;
  margin-right: 20px;
  display: block;
  background-color: #000;
}

.headline-box01.sm {
  margin-bottom: 60px;
}

.headline-box01.sm .title {
  font-size: 72px;
}

.headline-box02 {
  margin-bottom: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.headline-box02 .title {
  font-size: 30px;
  font-weight: 500;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.headline-box02 .sub {
  margin-left: 30px;
  font-family: "Spartan", sans-serif;
  font-size: 72px;
  font-weight: 700;
  font-style: italic;
  color: #efefef;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.btn-01 {
  width: 264px;
  max-width: 100%;
  margin-top: 45px;
  padding: 18px 0;
  display: block;
  font-family: "Spartan", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  border-radius: 20px;
  background-color: #efefef;
  -webkit-box-shadow: -5px -5px 20px 0px rgba(255, 255, 255, 0.85), 10px 10px 15px 0px rgba(170, 200, 222, 0.4);
          box-shadow: -5px -5px 20px 0px rgba(255, 255, 255, 0.85), 10px 10px 15px 0px rgba(170, 200, 222, 0.4);
}

.btn-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 15px 38px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.338%22%20height%3D%2211.327%22%3E%3Cpath%20fill%3D%22%23251e1c%22%20d%3D%22M5.675%2011.327A.776.776%200%200%201%205.126%2010L8.69%206.439H.776a.776.776%200%201%201%200-1.551H8.69L5.126%201.324a.778.778%200%200%201%201.1-1.1l4.888%204.888a.776.776%200%200%201%200%201.1L6.223%2011.1a.771.771%200%200%201-.548.227%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}

.btn-submit {
  margin-top: 90px;
  padding-top: 26px;
  padding-bottom: 26px;
}

ul {
  list-style-type: none;
}

ul.dot {
  list-style-type: none;
}

ul.dot li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

ul.dot li:before {
  content: '・';
}

ul.dot li:not(:last-child) {
  margin-bottom: .3em;
}

ul.note {
  list-style-type: none;
}

ul.note li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

ul.note li:before {
  content: '※';
  font-family: cursive;
}

ul.note li:not(:last-child) {
  margin-bottom: .3em;
}

dl.note dt {
  position: relative;
}

dl.note dt span {
  position: absolute;
}

dl.note dd {
  padding-left: 1em;
}

.l-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l-column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-column.col-half {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-column.col-half .col_inner {
  width: 48%;
}

.l-column.col2 {
  margin-bottom: -3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-column.col2 .col-inner {
  width: 48.5%;
  margin-bottom: 3%;
}

.l-column.col3 {
  margin-bottom: -7.25%;
}

.l-column.col3 .col-inner {
  width: 28.5%;
  margin: 0 7.25% 7.25% 0;
}

.l-column.col3 .col-inner:nth-child(3n) {
  margin-right: 0;
}

.l-column.col3 .col-inner:last-child {
  margin-right: 0;
}

.l-column.col4 {
  margin-bottom: -3%;
}

.l-column.col4 .col-inner {
  width: 22.75%;
  margin: 0 3% 3% 0;
}

.l-column.col4 .col-inner:nth-child(4n) {
  margin-right: 0;
}

.l-column.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card .c-image {
  margin-bottom: 16px;
  position: relative;
}

.card .c-image figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-family: "Spartan", sans-serif;
  font-size: 10px;
  color: #FFF;
}

.card .c-title {
  margin-bottom: 12px;
  padding-right: 50px;
  font-size: 24px;
  position: relative;
}

.card .c-title::after {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.338%22%20height%3D%2211.327%22%3E%3Cpath%20fill%3D%22%23251e1c%22%20d%3D%22M5.675%2011.327A.776.776%200%200%201%205.126%2010L8.69%206.439H.776a.776.776%200%201%201%200-1.551H8.69L5.126%201.324a.778.778%200%200%201%201.1-1.1l4.888%204.888a.776.776%200%200%201%200%201.1L6.223%2011.1a.771.771%200%200%201-.548.227%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: absolute;
  top: -2px;
  right: 0;
}

.card .c-title2 {
  font-size: 16px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card .c-title3 {
  font-size: 20px;
  line-height: 1.7;
}

.card .c-date {
  margin-top: 10px;
  display: inline-block;
  font-family: "Spartan", sans-serif;
  font-size: 12px;
  color: #444444;
}

.card .c-price {
  margin-top: 5px;
  font-size: 14px;
}

.card .c-price span {
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
}

.card p {
  font-size: 14px;
  text-align: justify;
}

.site-header {
  width: 100%;
  padding: 43px 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222222;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.site-header a {
  color: #222222;
}

.site-header.is-light {
  color: #FFF;
}

.site-header.is-light a {
  color: #FFF;
}

.header-title {
  line-height: 1;
  font-size: 30px;
}

.header-title a {
  display: block;
}

.header-navi {
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  z-index: 9;
}

.header-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-navi li:not(:first-child) {
  margin-left: 2em;
}

#hamburger-menu {
  display: none;
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 99;
}

#nav-toggle {
  width: 64px;
  height: 64px;
  margin: 0;
  display: block;
  border-radius: 50%;
  background: #000;
  text-align: center;
  cursor: pointer;
}

#nav-toggle div {
  width: 22px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#nav-toggle span {
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  background: #FFF;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 8px;
}

#nav-toggle span:nth-child(3) {
  top: 16px;
}

.open #nav-toggle {
  background: #FFF;
}

.open #nav-toggle span {
  background: #000;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.site-footer {
  padding: 80px 20px 60px;
  background-color: #F5F6F8;
}

.footer-inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-title {
  width: 28.5%;
}

.footer-title h1 {
  font-size: 24px;
  text-align: center;
}

.footer-navi {
  width: 64.25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
}

.footer-navi .navi-inner:not(:last-child) {
  margin-right: 55px;
}

.footer-navi h2 {
  margin-bottom: 1.6em;
  font-size: 14px;
}

.footer-navi li {
  color: #777777;
}

.footer-navi li:not(:last-child) {
  margin-bottom: 1.6em;
}

.footer-navi a {
  color: #222;
}

.footer-navi .main a {
  font-weight: bold;
}

.copyright {
  margin-top: 70px;
  font-family: "Spartan", sans-serif;
  font-size: 12px;
  color: #444444;
  line-height: 1;
  text-align: center;
}

#hero-visual {
  width: 100%;
  height: 720px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-image figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-family: "Spartan", sans-serif;
  font-size: 10px;
  color: #FFF;
}

.hero-inner {
  width: 1176px;
  margin-top: auto;
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
  position: relative;
}

.hero-catch {
  color: #FFF;
}

.hero-catch .catch-text {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 1.1;
}

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

.twitch-lead dt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.twitch-lead dd {
  color: #444444;
  line-height: 1.75;
}

.stream-wrap {
  margin-top: 40px;
}

.stream-wrap iframe {
  max-width: 100%;
}

.frame-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.frame-wrap iframe {
  width: 100%;
  height: 100%;
}

.frame-wrap .embed {
  width: 100%;
  height: 100%;
}

.lower-headline {
  max-width: 1120px;
  margin: 200px auto 100px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.lower-headline .text {
  width: 31.5%;
  margin-right: 11.428%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.lower-headline .text .icon {
  margin-bottom: 32px;
}

.lower-headline .text h1 {
  margin-bottom: 1em;
  font-family: "Spartan", sans-serif;
  font-size: 28px;
}

.lower-headline .text p {
  font-size: 14px;
  line-height: 1.72;
}

.lower-headline .image {
  min-width: 55.8vw;
  height: 490px;
  position: relative;
}

.lower-headline .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lower-headline .image figcaption {
  position: absolute;
  right: 40px;
  bottom: 12px;
  font-family: "Spartan", sans-serif;
  font-size: 10px;
  color: #FFF;
}

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

.concept-lead dt {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}

.concept-lead dd {
  color: #444444;
  line-height: 1.75;
}

.company-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company-list dl:not(:last-child) {
  margin-bottom: 10px;
}

.company-list dt {
  width: 3em;
  margin-right: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.company-list dd {
  width: 100%;
}

@media (min-width: 834px) {
  .btn-01 {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btn-01:hover {
    color: #efefef;
    background-color: #333;
  }
}

@media (max-width: 833px) {
  .site-header {
    padding: 38px 28px;
  }
  .header-navi {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: 2;
  }
  .header-navi ul {
    display: block;
    position: absolute;
    top: 160px;
    left: 28px;
  }
  .header-navi li {
    font-size: 3.90625vw;
  }
  .header-navi li:not(:first-child) {
    margin-left: 0;
    margin-top: 1em;
  }
  .header-navi a {
    color: #FFF;
  }
  #hamburger-menu {
    display: block;
  }
  .fixed .header-title {
    position: fixed;
    top: 38px;
    left: 28px;
    z-index: 3;
  }
  .fixed .header-title a {
    color: #FFF;
  }
  .lower-headline {
    max-width: 100%;
    margin: 134px auto 100px;
    padding: 0;
    display: block;
  }
  .lower-headline .text {
    width: 100%;
    padding: 0 28px;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .lower-headline .image {
    width: 100%;
    height: 64vw;
    margin-top: 60px;
  }
  .lower-headline .image figcaption {
    right: 12px;
  }
}

@media (max-width: 599px) {
  .sp_none {
    display: none;
  }
  .header-navi li {
    font-size: 5.33333vw;
  }
  .header-navi li:not(:first-child) {
    margin-top: 1.5em;
  }
  #hamburger-menu {
    top: 25px;
    right: 20px;
  }
  .site-footer {
    padding: 64px 28px 48px;
  }
  .footer-inner {
    display: block;
  }
  .footer-title {
    width: 100%;
    margin-bottom: 48px;
  }
  .footer-title h1 {
    text-align: left;
  }
  .footer-navi {
    width: 100%;
    display: block;
  }
  .footer-navi::after {
    content: "";
    display: block;
    clear: both;
  }
  .footer-navi .navi-inner {
    width: 48%;
  }
  .footer-navi .navi-inner:nth-child(1) {
    float: left;
  }
  .footer-navi .navi-inner:nth-child(2), .footer-navi .navi-inner:nth-child(3) {
    float: right;
  }
  .footer-navi .navi-inner:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .copyright {
    margin-top: 40px;
  }
  .headline-box01 {
    margin-bottom: 36px;
  }
  .headline-box01 .sub {
    font-size: 3.2vw;
  }
  .headline-box01 .sub::before {
    width: 42px;
    margin-right: 12px;
  }
  .btn-01 {
    font-size: 14px;
  }
  .l-column.col2.sp_col1 {
    margin-bottom: 0;
  }
  .l-column.col2.sp_col1 .col-inner {
    width: 100%;
    margin-bottom: 0;
  }
  .l-column.col2.sp_col1 .col-inner:not(:last-child) {
    margin-bottom: 32px;
  }
  .l-column.col3.sp_col1 {
    margin-bottom: 0;
  }
  .l-column.col3.sp_col1 .col-inner {
    width: 100%;
    margin: 0;
  }
  .l-column.col3.sp_col1 .col-inner:not(:last-child) {
    margin-bottom: 48px;
  }
  .l-column.col4.sp_col2 {
    margin-bottom: -3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.col4.sp_col2 .col-inner {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .l-column.col4.sp_col2 .col-inner:nth-child(2n) {
    margin-right: 0;
  }
  .site-container {
    padding-bottom: 30px;
  }
  .section-wrap {
    padding: 50px 28px;
  }
  p {
    line-height: 1.9;
  }
  .w-sm {
    width: 100%;
    padding: 0;
  }
  #hero-visual {
    height: 106.66667vw;
    margin-bottom: 54px;
  }
  .hero-inner {
    margin-bottom: 54px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-catch .catch-text {
    margin-bottom: 0;
    font-size: 12.8vw;
  }
  .hero-text {
    padding: 0 28px;
  }
  .twitch-lead dd {
    text-align: left;
  }
  .concept-lead dd {
    text-align: left;
  }
  .company-list dt {
    margin-right: 35px;
  }
  .block-message p {
    text-align: justify;
  }
}
