@charset "UTF-8";
/* t-requirements
---------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .t-requirements .c-column-unique.-columnType01 .c-column__block:last-of-type {
    margin-top: 3.5rem; } }

.t-requirements__schedule {
  counter-reset: num; }

.t-requirements__schedule__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .t-requirements__schedule__step {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-right: 1px solid #e2e2e2;
      border-left: 1px solid #e2e2e2; }
      .t-requirements__schedule__step:last-of-type {
        border-bottom: 1px solid #e2e2e2; }
      .t-requirements__schedule__step:not(:last-of-type) .t-requirements__schedule__step__content:after {
        content: "";
        display: block;
        width: 30px;
        height: 10px;
        background: url(/assets/image/guideline/requirements/arrow_bottom_white.png) no-repeat center/contain;
        position: absolute;
        bottom: -9px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 100000000; } }
  .t-requirements__schedule__step:nth-of-type(1) .t-requirements__schedule__step__num {
    background-color: #f7b501; }
    .t-requirements__schedule__step:nth-of-type(1) .t-requirements__schedule__step__num .t-requirements__schedule__step__num__icon {
      background: url(/assets/image/guideline/requirements/arrow_step_bottom01.png) no-repeat center/contain; }
  .t-requirements__schedule__step:nth-of-type(2) .t-requirements__schedule__step__num {
    background-color: #f4a005; }
    .t-requirements__schedule__step:nth-of-type(2) .t-requirements__schedule__step__num .t-requirements__schedule__step__num__icon {
      background: url(/assets/image/guideline/requirements/arrow_step_bottom02.png) no-repeat center/contain; }
  .t-requirements__schedule__step:nth-of-type(3) .t-requirements__schedule__step__num {
    background-color: #f08c0b; }

.t-requirements__schedule__step__num {
  width: 33.33%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 768px) {
    .t-requirements__schedule__step__num {
      width: 100%;
      padding: 1.5rem 2rem; } }

.t-requirements__schedule__step__num__txt {
  color: #ffffff;
  text-align: center;
  font-size: 4.8rem;
  font-family: UD新ゴNT B, UD Shin Go NT Bold, serif;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 768px) {
    .t-requirements__schedule__step__num__txt {
      font-size: 2.4rem; } }
  .t-requirements__schedule__step__num__txt span {
    display: block;
    margin-bottom: .8rem;
    font-size: 2rem;
    line-height: 1;
    font-family: DINNextLTPro-Bold, serif;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step__num__txt span {
        display: inline-block;
        margin-bottom: 0;
        margin-right: .5rem;
        vertical-align: middle;
        font-size: 1.4rem; } }

.t-requirements__schedule__step__num__icon {
  width: 60px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10; }
  @media screen and (max-width: 768px) {
    .t-requirements__schedule__step__num__icon {
      display: none; } }

.t-requirements__schedule__step__content {
  width: 66.67%;
  padding: 5rem 0 5rem 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e2e2e2;
  position: relative; }
  .t-requirements__schedule__step:last-of-type .t-requirements__schedule__step__content {
    border-bottom: 1px solid #e2e2e2; }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step:last-of-type .t-requirements__schedule__step__content {
        border-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .t-requirements__schedule__step__content {
      width: 100%;
      padding: 2rem 1.5rem;
      border-top: 0;
      background-color: #ffffff; }
      .t-requirements__schedule__step__content .c-txt {
        font-size: 1.2rem; } }
  .t-requirements__schedule__step__content .c-txt-title03 + .c-txt {
    margin-top: 1.7rem; }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step__content .c-txt-title03 + .c-txt {
        margin-top: 1.1rem; } }

.t-requirements__schedule__step__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem; }
  @media screen and (max-width: 768px) {
    .t-requirements__schedule__step__link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 2rem; }
      .t-requirements__schedule__step__link li img {
        max-width: 25rem !important;
        width: 60%; } }
  .t-requirements__schedule__step__link li:first-child {
    margin-right: 4rem; }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step__link li:first-child {
        margin-right: 0; } }
    .t-requirements__schedule__step__link li:first-child img {
      max-width: 20.2rem; }
  @media screen and (max-width: 768px) {
    .t-requirements__schedule__step__link li:last-child {
      margin-top: 2rem; } }
  .t-requirements__schedule__step__link li:last-child img {
    max-width: 18.8rem; }
  .t-requirements__schedule__step__link li a {
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step__link li a {
        text-align: center; } }
    .t-requirements__schedule__step__link li a:hover {
      opacity: .8; }

.t-requirements__schedule__step__flow {
  width: 100%;
  margin-top: 3rem;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom: 1px solid #e2e2e2; }
  @media screen and (max-width: 768px) {
    .t-requirements__schedule__step__flow {
      border-right: 1px solid #e2e2e2;
      border-left: 1px solid #e2e2e2; } }
  .t-requirements__schedule__step__flow tr:not(:first-of-type) th:after {
    content: "";
    display: block;
    width: 40px;
    height: 11px;
    background: url(/assets//image//guideline/requirements/arrow_bottom_gray.png) no-repeat center/contain;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step__flow tr:not(:first-of-type) th:after {
        width: 30px;
        height: 10px;
        background: url(/assets//image//guideline/requirements/arrow_bottom.png) no-repeat center/contain;
        top: -2px; } }
  .t-requirements__schedule__step__flow th,
  .t-requirements__schedule__step__flow td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    vertical-align: middle;
    text-align: justify;
    border-top: 1px solid #e2e2e2; }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step__flow th,
      .t-requirements__schedule__step__flow td {
        width: 100% !important;
        display: block;
        font-size: 1.2rem; } }
  .t-requirements__schedule__step__flow th {
    width: 29.86%;
    padding: 1.8rem 2rem;
    font-size: 1.3rem;
    line-height: 1.538;
    text-align: center;
    font-weight: bold;
    color: #f77006;
    background-color: #f7f7f7;
    position: relative; }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step__flow th {
        padding: 1.5rem;
        border-bottom: 0; } }
  .t-requirements__schedule__step__flow td {
    width: 70.14%;
    padding: 1.8rem 2rem;
    font-size: 1.3rem;
    line-height: 1.846; }
    @media screen and (max-width: 768px) {
      .t-requirements__schedule__step__flow td {
        padding: 1.5rem;
        font-size: 1.2rem; } }

.c-hero__visual.-in-copy {
  position: relative;
  background: #000; }
  .c-hero__visual.-in-copy picture img {
    opacity: .8; }

.c-hero__visual__copy {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 6vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: UD新ゴNT M, UD Shin Go NT Medium, serif; }

.t-info-wrap {
  width: 60%;
  min-width: 70rem;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .t-info-wrap {
      width: 100%;
      min-width: auto; } }

.t-info-lead {
  text-align: left;
  font-weight: normal;
  color: #333;
  letter-spacing: .04em; }

.t-info-box {
  border: 2px solid #b9b9b9;
  padding: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    .t-info-box {
      font-size: 1.3rem;
      padding: 1.6rem;
      margin-top: 2.4rem; } }
  .t-info-box__label {
    color: #333; }
  .t-info-box__body {
    padding-top: .8rem; }

.t-info-bn a:hover {
  opacity: .8; }

.c-hero__visual__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50; }
  .c-hero__visual__cover img {
    width: 100%;
    height: auto; }

.t-guideline-course .c-ratioobj.-unique-visual::after {
  padding-top: 30% !important; }
  @media screen and (max-width: 768px) {
    .t-guideline-course .c-ratioobj.-unique-visual::after {
      padding-top: 35% !important; } }

.t-guideline-course .t-info-lead {
  font-weight: bold;
  font-size: 2.2rem; }
  @media screen and (max-width: 768px) {
    .t-guideline-course .t-info-lead {
      font-size: 1.6rem; } }
