/* =================================
Reset
================================= */
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;
}

button {
  border: none;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

em {
  font-style: normal;
}

:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =================================
Base
================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}

/* Link */
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* =================================
common
================================= */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 30px 24px 30px 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header {
    padding: 15px 20px;
  }
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .header .logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
}
.header .logo img {
  width: 127px;
}
@media (max-width: 1440px) {
  .header .logo img {
    width: 8.8194444444vw;
  }
}
@media (max-width: 768px) {
  .header .logo img {
    width: 13.25vw;
  }
}
.header .logo span {
  margin-left: 15px;
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 1440px) {
  .header .logo span {
    font-size: 1.5277777778vw;
  }
}
@media (max-width: 768px) {
  .header .logo span {
    margin-left: 1.5vw;
    font-size: min(2.5vw, 1rem);
  }
}
.header .logo strong {
  margin-left: 11px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1440px) {
  .header .logo strong {
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 768px) {
  .header .logo strong {
    margin-left: 1.25vw;
    font-size: min(3vw, 1.2rem);
  }
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header nav .anchor {
  font-size: 2.2rem;
}
@media (max-width: 1440px) {
  .header nav .anchor {
    font-size: 1.5277777778vw;
  }
}
@media (max-width: 768px) {
  .header nav .anchor {
    display: none;
  }
}
.header nav .anchor li + li {
  margin-left: 21px;
}
@media (max-width: 1440px) {
  .header nav .anchor li + li {
    margin-left: 1.4583333333vw;
  }
}
.header nav .anchor a {
  color: #333;
}
.header nav .anchor a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header nav .anchor .contact {
  display: block;
  padding: 4px 28px;
  background: #000;
  border-radius: 43px;
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 1440px) {
  .header nav .anchor .contact {
    padding: 4px 1.9444444444vw;
    font-size: 1.3888888889vw;
  }
}
.header nav .anchor .contact:hover {
  opacity: 0.8;
}
.header nav .sns {
  margin-left: 26px;
}
@media (max-width: 1440px) {
  .header nav .sns {
    margin-left: 1.8055555556vw;
  }
}
@media (max-width: 768px) {
  .header nav .sns {
    margin: 0;
  }
}
.header nav .sns li + li {
  margin-left: 12px;
}
@media (max-width: 1440px) {
  .header nav .sns li + li {
    margin-left: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .header nav .sns li + li {
    margin-left: 7px;
  }
}
.header nav .sns a {
  display: block;
  width: 28px;
}
@media (max-width: 768px) {
  .header nav .sns a {
    width: 24px;
  }
}
.header nav .sns a img {
  width: 100%;
}
.header nav .sns a:hover {
  opacity: 0.8;
}
.header.is-active {
  background: #fff;
}
.header.is-active .logo {
  opacity: 1;
}

.footer {
  padding: 20px 0 90px;
  background: #000;
}
.footer .l-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  .footer .l-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .link a {
  color: #fff;
  text-decoration: underline;
}
.footer .link a:hover {
  text-decoration: none;
}
.footer .copy {
  margin-left: auto;
  color: #fff;
}
@media (max-width: 768px) {
  .footer .copy {
    margin: 20px 0 0;
    font-size: 1.2rem;
    text-align: center;
  }
}

/* common */
.sec-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 9.5rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .sec-title {
    font-size: 6.1rem;
    line-height: 0.85;
  }
}

.l-in {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.follow-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  min-width: 399px;
  min-height: auto;
  padding: 14px 0;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .follow-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding: 14px 20px;
  }
}
.follow-btn.is-hidden {
  bottom: -200px;
}
.follow-btn .date {
  color: #fff;
  font-size: 2.7rem;
  text-align: center;
}
@media (max-width: 768px) {
  .follow-btn .date {
    font-size: 1.8rem;
  }
}
.follow-btn .date strong {
  font-size: 4.1rem;
}
@media (max-width: 768px) {
  .follow-btn .date strong {
    font-size: 2.8rem;
  }
}
.follow-btn .btn {
  max-width: 187px;
  margin: 13px auto 0;
}
@media (max-width: 768px) {
  .follow-btn .btn {
    margin: 0 0 0 auto;
  }
}
.follow-btn .btn a {
  display: block;
  padding: 6px 53px;
  background: #fff;
  border-radius: 43px;
  color: #333;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .follow-btn .btn a {
    padding: 4px 19px;
    font-size: 1.6rem;
  }
}
.follow-btn .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* hero */
.hero {
  position: relative;
  height: min(54.8611111111vw, 810px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    height: min(142.25vw, 569px);
  }
}
.hero .hero-catch {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .hero .hero-catch {
    top: 23.25vw;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.hero .hero-catch .hero-title {
  display: none;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .hero .hero-catch .hero-title {
    display: block;
  }
}
.hero .hero-catch .hero-title .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .hero-catch .hero-title img {
  width: 113px;
}
.hero .hero-catch .hero-title span {
  margin-left: 11px;
  font-size: 1.6rem;
  line-height: 1;
}
.hero .hero-catch .hero-title strong {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
.hero .hero-catch h1 {
  margin-left: -5px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.hero .hero-catch h1 span {
  display: inline-block;
  margin-top: 23px;
  background: #000;
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
}
@media (max-width: 768px) {
  .hero .hero-catch h1 span {
    margin-top: 6px;
  }
}
.hero .hero-catch h1 .main {
  padding: 24px 0;
  font-size: min(5.8333333333vw, 8.4rem);
}
@media (max-width: 768px) {
  .hero .hero-catch h1 .main {
    padding: 8px 0;
    font-size: min(6.5vw, 2.6rem);
  }
}
.hero .hero-catch h1 .sub {
  padding: 24px 20px 24px 50px;
  font-size: min(4.7222222222vw, 6.8rem);
}
@media (max-width: 768px) {
  .hero .hero-catch h1 .sub {
    padding: 6px 6px 6px 20px;
    font-size: min(5.25vw, 2.1rem);
  }
}
.hero .hero-catch h1 .small {
  margin-top: 28px;
  padding: 28px 50px;
  font-size: min(2.7777777778vw, 4rem);
}
@media (max-width: 768px) {
  .hero .hero-catch h1 .small {
    margin-top: 7px;
    padding: 10px 18px 10px 20px;
    font-size: min(3.75vw, 1.5rem);
  }
}
@media (max-width: 768px) {
  .hero .bg {
    overflow: hidden;
  }
}
.hero video {
  width: 100%;
}
@media (max-width: 768px) {
  .hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
  }
}

/* main */
.about {
  padding: 72px 0 60px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #fff), to(#FCF74E));
  background: linear-gradient(360deg, #fff 16%, #FCF74E 100%);
}
@media (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}
.about .close {
  margin-bottom: 64px;
  padding: 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .about .close {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.about .close h2 {
  margin-bottom: 10px;
}
.about .close p {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .about .close p {
    font-size: 1.8rem;
  }
}
.about .close p a {
  color: #333;
  text-decoration: underline;
}
.about h2 {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .about h2 {
    font-size: 2.2rem;
  }
}
.about .read {
  margin: 29px 0 21px;
}
@media (max-width: 768px) {
  .about .read {
    margin: 16px 0 30px;
  }
}
.about dl dt {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .about dl dt {
    font-size: 1.8rem;
  }
}
.about dl dd {
  margin-top: 8px;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media (max-width: 768px) {
  .about dl dd {
    margin-top: 10px;
  }
}
.about dl dd + dd {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .about dl dd + dd {
    margin-top: 10px;
  }
}
.about .sec-title {
  margin: 90px 0 15px;
  line-height: 1;
}
@media (max-width: 768px) {
  .about .sec-title {
    margin: 40px 0 10px;
  }
}
.about .guest-name {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .about .guest-name {
    font-size: 1.6rem;
  }
}
.about .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about .logo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
.about .logo li + li {
  margin-left: 80px;
}
@media (max-width: 768px) {
  .about .logo li + li {
    margin-left: 0;
  }
}
.about .logo .ur {
  width: 90px;
}
@media (max-width: 768px) {
  .about .logo .ur {
    width: 45px;
  }
}
.about .logo .mercari {
  width: 235px;
}
@media (max-width: 768px) {
  .about .logo .mercari {
    width: 100px;
  }
}
.about .logo .lineyahoo {
  width: 211px;
}
@media (max-width: 768px) {
  .about .logo .lineyahoo {
    width: 100px;
  }
}

.time-table {
  padding: 58px 0 109px;
}
@media (max-width: 768px) {
  .time-table {
    padding: 34px 0;
  }
}
.time-table .time-table-item {
  margin-left: calc((100vw - 1100px) / 2);
  padding: 50px 20px 50px 0;
}
@media (max-width: 1140px) {
  .time-table .time-table-item {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .time-table .time-table-item {
    padding: 40px 20px 40px 0;
  }
}
.time-table .time-table-item.has-border {
  border-bottom: 1px solid #333;
}
.time-table .time-table-item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.time-table .time-table-item .contents .head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 187px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
.time-table .time-table-item .contents .head .order {
  font-size: 3.4rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .head .order {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.time-table .time-table-item .contents .head .order + .time {
  padding-top: 0;
}
.time-table .time-table-item .contents .head .time {
  padding-top: 5px;
  font-size: 2.2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .head .time {
    margin: 0 0 0 7px;
    font-size: 1.4rem;
  }
}
.time-table .time-table-item .contents .head .icon {
  margin-top: 7px;
}
.time-table .time-table-item .contents .head .icon span {
  display: inline-block;
  padding: 2px 17px 1px;
  background: #000;
  color: #fff;
}
.time-table .time-table-item .contents .body h3 {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body h3 {
    font-size: 2.2rem;
  }
}
.time-table .time-table-item .contents .body .sub {
  margin-top: 16px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .sub {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.time-table .time-table-item .contents .body .read {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .read {
    margin-top: 20px;
  }
}
.time-table .time-table-item .contents .body .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}
.time-table .time-table-item .contents .body .profile .name-wrap {
  width: calc(100% - 124px);
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .name-wrap {
    width: calc(100% - 86px);
  }
}
.time-table .time-table-item .contents .body .profile .company-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.time-table .time-table-item .contents .body .profile .company-logo .corekara {
  width: 194px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .corekara {
    width: 159px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .futureshop {
  width: 211px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .futureshop {
    width: 173px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .yojiya {
  width: 147px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .yojiya {
    width: 110px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .ur {
  width: 100px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .ur {
    width: 80px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .cacco {
  width: 127px;
}
.time-table .time-table-item .contents .body .profile .company-logo .eg {
  width: 168px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .eg {
    width: 120px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .interfactory {
  width: 232px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .interfactory {
    width: 160px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .mercari {
  width: 186px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .mercari {
    width: 160px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .lineyahoo {
  width: 168px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .lineyahoo {
    width: 130px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .rakuraku {
  width: 216px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .rakuraku {
    width: 160px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .botchan {
  width: 195px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .botchan {
    width: 160px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .sbpaymentservice {
  width: 309px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .sbpaymentservice {
    width: 160px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo .ureru {
  width: 94px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo .ureru {
    width: 80px;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo.align01 {
  min-height: 96px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo.align01 {
    min-height: auto;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo.align02 {
  min-height: 100px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo.align02 {
    min-height: auto;
  }
}
.time-table .time-table-item .contents .body .profile .company-logo.align03 {
  min-height: 46px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .company-logo.align03 {
    min-height: auto;
  }
}
.time-table .time-table-item .contents .body .profile .name {
  margin-top: 24px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .name {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.time-table .time-table-item .contents .body .profile .notes {
  font-size: 1.2rem;
}
.time-table .time-table-item .contents .body .profile .thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile .thumb {
    width: 80px;
  }
}
.time-table .time-table-item .contents .body .profile .thumb img {
  width: 100%;
}
.time-table .time-table-item .contents .body .profile-detaile {
  width: calc(100% - 124px);
  margin-top: 16px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile-detaile {
    margin-top: 20px;
    width: 100%;
  }
}
.time-table .time-table-item .contents .body .profile-detaile .btn {
  display: inline-block;
  padding: 6px 20px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 43px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .time-table .time-table-item .contents .body .profile-detaile .btn {
    padding: 5px 13px;
    font-size: 1.2rem;
  }
}
.time-table .time-table-item .contents .body .profile-detaile .btn::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #000;
  border-bottom: 0;
}
.time-table .time-table-item .contents .body .profile-detaile .btn.is-hidden {
  display: none;
}
.time-table .time-table-item .contents .body .profile-detaile .btn:hover {
  opacity: 0.8;
}
.time-table .time-table-item .contents .body .profile-detaile .text {
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
}
.time-table .time-table-item .anchor {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .time-table .time-table-item .anchor {
    margin-top: 40px;
  }
}
.time-table .time-table-item .anchor .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.time-table .time-table-item .anchor .btn a {
  display: block;
  padding: 12px 60px;
  background: #000;
  border-radius: 43px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .time-table .time-table-item .anchor .btn a {
    font-size: 1.6rem;
  }
}
.time-table .time-table-item .anchor .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.time-table .special {
  position: relative;
  margin: 40px 0;
  padding: 98px 0;
}
@media (max-width: 768px) {
  .time-table .special {
    margin: 0;
    padding: 67px 0 40px;
  }
}
.time-table .special.track01 {
  background: linear-gradient(38deg, #EB59ED 0%, #863387 100%);
}
.time-table .special.track02 {
  background: linear-gradient(38deg, #59FFAF 0%, #359969 100%);
}
.time-table .special .special-title {
  position: absolute;
  top: 44px;
  left: 0;
  padding: 10px 44px 10px calc((100vw - 1100px) / 2);
  background: #000;
  color: #fff;
  font-size: 5.4rem;
  font-weight: 900;
}
@media (max-width: 1140px) {
  .time-table .special .special-title {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .time-table .special .special-title {
    top: 40px;
    padding: 5px 8px 5px 20px;
    font-size: 3rem;
  }
}
.time-table .special .time-table-item {
  margin-left: calc((100vw - 1252px) / 2);
  padding: 80px 20px 80px 76px;
  background: #fff;
}
@media (max-width: 1295px) {
  .time-table .special .time-table-item {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .time-table .special .time-table-item {
    padding: 40px 20px;
  }
}
.time-table .special .time-table-item .body h3 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .time-table .special .time-table-item .body h3 {
    font-size: 2.2rem;
  }
}
.time-table .meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1000px) {
  .time-table .meta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .time-table .meta-row {
    gap: 30px;
  }
}
.time-table .meta-row .meta {
  width: calc(50% - 30px);
}
@media (max-width: 1000px) {
  .time-table .meta-row .meta {
    width: 100%;
  }
}

.outline {
  padding: 104px 0 123px;
  background: #F1F1F1;
}
@media (max-width: 768px) {
  .outline {
    padding: 40px 0;
  }
}
.outline .outline-lists {
  margin-top: 80px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .outline .outline-lists {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
.outline .outline-lists li {
  display: table;
  width: 100%;
  padding: 28px 0;
  border-bottom: 1px solid #333;
}
.outline .outline-lists li:first-child {
  border-top: 1px solid #333;
}
.outline .outline-lists li > span {
  display: table-cell;
}
.outline .outline-lists li .th {
  width: 197px;
}
@media (max-width: 768px) {
  .outline .outline-lists li .th {
    width: 100px;
  }
}

.apply {
  padding: 95px 0 50px;
  background: #000;
}
@media (max-width: 768px) {
  .apply {
    padding: 40px 0;
  }
}
.apply .sec-title {
  color: #fff;
}
.apply .form-box {
  padding: 40px 140px;
  background: #fff;
}
@media (max-width: 768px) {
  .apply .form-box {
    margin-top: 40px;
    padding: 20px;
  }
}
.apply .form-box iframe {
  height: 1500px;
}
@media (max-width: 768px) {
  .apply .form-box iframe {
    height: 1000px;
  }
}
.apply dl {
  margin-top: 43px;
  color: #fff;
}
.apply dl dt {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .apply dl dt {
    font-size: 1.4rem;
  }
}
.apply dl dd {
  margin-top: 7px;
  line-height: 1.57;
}
.apply dl dd a {
  color: #fff;
  text-decoration: underline;
}
.apply dl dd a:hover {
  text-decoration: none;
}

/* comp */
.comp .header {
  position: static;
}
@media (max-width: 768px) {
  .comp .header {
    padding: 48px 20px 0;
  }
}
@media (max-width: 768px) {
  .comp .header .logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    opacity: 1;
  }
}
.comp .header .logo .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .comp .header .logo img {
    width: 113px;
  }
}
@media (max-width: 768px) {
  .comp .header .logo span {
    margin-left: 11px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .comp .header .logo strong {
    margin-top: 10px;
    font-size: 2rem;
  }
}
.comp .footer {
  background: transparent;
}
@media (max-width: 768px) {
  .comp .footer .link {
    text-align: center;
  }
}
.comp .footer .link a {
  color: #333;
}
.comp .footer .copy {
  color: #333;
}
.comp .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 668px;
  min-height: calc(100vh - 166px);
  margin: 0 auto;
  padding: 110px 20px;
}
@media (max-width: 768px) {
  .comp .contents {
    min-height: auto;
    padding: 87px 20px;
  }
}
.comp .contents h2 {
  font-size: 2.2rem;
  text-align: center;
}
.comp .contents .read {
  margin-top: 40px;
}
.comp .contents .btn {
  margin-top: 190px;
  text-align: center;
}
@media (max-width: 768px) {
  .comp .contents .btn {
    margin-top: 80px;
  }
}
.comp .contents .btn a {
  display: inline-block;
  padding: 6px 28px;
  background: #000;
  border-radius: 43px;
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .comp .contents .btn a {
    font-size: 1.6rem;
  }
}
.comp .contents .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}