@charset "UTF-8";
.t-intern-hero {
  padding: 17rem 0 8rem; }
  @media screen and (max-width: 768px) {
    .t-intern-hero {
      padding: 12rem 0 5rem; } }
  .t-intern-hero .l-content-medium {
    position: relative;
    z-index: 10; }

.t-intern-hero__txt {
  font-size: 1.8rem;
  line-height: 2.1;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em; }
  .t-intern-hero__txt:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.8rem * 2.1) + 1.8rem) / 2 + 0rem); }
  .t-intern-hero__txt:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.8rem * 2.1) + 1.8rem) / 2 + 0rem); }
  @media screen and (max-width: 768px) {
    .t-intern-hero__txt {
      font-size: 1.5rem;
      line-height: 2.1; }
      .t-intern-hero__txt:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc(((-1.5rem * 2.1) + 1.5rem) / 2 + 0rem); }
      .t-intern-hero__txt:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-top: calc(((-1.5rem * 2.1) + 1.5rem) / 2 + 0rem); } }
  .t-intern-hero__txt.-txt-large {
    margin-top: 2.6rem;
    font-size: 2.8rem;
    line-height: 1.5; }
    .t-intern-hero__txt.-txt-large:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc(((-2.8rem * 1.5) + 2.8rem) / 2 + 0rem); }
    .t-intern-hero__txt.-txt-large:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-top: calc(((-2.8rem * 1.5) + 2.8rem) / 2 + 0rem); }
    @media screen and (max-width: 768px) {
      .t-intern-hero__txt.-txt-large {
        margin-top: 2.1rem;
        font-size: 2rem;
        line-height: 1.5; }
        .t-intern-hero__txt.-txt-large:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc(((-2rem * 1.5) + 2rem) / 2 + 0rem); }
        .t-intern-hero__txt.-txt-large:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          margin-top: calc(((-2rem * 1.5) + 2rem) / 2 + 0rem); } }

.t-intern__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 92.4rem;
  width: 100%;
  margin: 6rem auto 0; }
  @media screen and (max-width: 1023px) {
    .t-intern__button-wrap {
      display: block;
      margin: 4rem auto 0; } }

.t-intern__button {
  width: 48.37%; }
  @media screen and (max-width: 1023px) {
    .t-intern__button {
      width: 100%; }
      .t-intern__button + .t-intern__button {
        margin-top: 1.5rem; } }
  .t-intern__button p {
    color: #ec6800;
    letter-spacing: 0; }

.t-intern__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  padding: .3rem;
  background-color: #ffffff;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .t-intern__button a:hover {
    background-color: #fee7ce; }
    .t-intern__button a:hover .t-intern__button__num {
      background-color: #fcd6b8; }
    .t-intern__button a:hover .t-intern__button__icon:before {
      -webkit-animation: arrowBottom01 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
      animation: arrowBottom01 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }

.t-intern__button__num {
  width: 9.2rem;
  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;
  min-height: 9.2rem;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  font-family: 'Helvetica Neue','Helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'メイリオ', '游ゴシック体', 'Yu Gothic', YuGothic, 'Meiryo', メイリオ, sans-serif, serif;
  font-weight: bold;
  border-radius: 3px;
  background-color: #fdf0e5;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  @media screen and (max-width: 768px) {
    .t-intern__button__num {
      width: 5rem;
      min-height: 5rem;
      font-size: 2.8rem; } }

.t-intern__button__txt {
  width: calc(100% - 9.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 18% 2rem 6.7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 768px) {
    .t-intern__button__txt {
      width: calc(100% - 5rem);
      padding: 1.5rem 18% 1.5rem 6.7%;
      font-size: 1.4rem; } }

.t-intern__button__icon {
  display: block;
  width: 31px;
  height: 32px;
  background-image: url(/assets/image/common/icon-arrow-bg-orange-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px 32px;
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .t-intern__button__icon {
      width: 23px;
      height: 24px;
      background-size: 23px 24px; } }
  .t-intern__button__icon:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(/assets/image/common/icon-arrow-bottom-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .t-intern__button__icon:before {
        width: 8px;
        height: 8px;
        background-size: 8px; } }

.t-intern-content__inner {
  padding: 6rem 12.5% 8rem;
  border: 2px solid #f77006;
  border-top: 0;
  background-color: #ffffff; }
  @media screen and (max-width: 1199px) {
    .t-intern-content__inner {
      padding: 6rem 4.8% 8rem; } }
  @media screen and (max-width: 768px) {
    .t-intern-content__inner {
      padding: 3rem 1.5rem 1.5rem; } }

.t-long-sentence td {
  line-height: 1.7; }

.t-intern__button-wrap {
  max-width: 100rem; }

.t-intern__button {
  width: 32%; }
  @media screen and (max-width: 1023px) {
    .t-intern__button {
      width: 100%; } }

.t-intern__schedule__step__flow {
  width: 100%;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom: 1px solid #e2e2e2; }
  @media screen and (max-width: 767px) {
    .t-intern__schedule__step__flow {
      border-right: 1px solid #e2e2e2;
      border-left: 1px solid #e2e2e2; } }

.t-intern__schedule__step__flow td, .t-intern__schedule__step__flow th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  vertical-align: middle;
  text-align: justify;
  border-top: 1px solid #e2e2e2; }

.t-intern__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: 767px) {
    .t-intern__schedule__step__flow th {
      padding: 1.3rem 1.3rem 1.1rem 1.3rem; } }

.t-intern__schedule__step__flow td {
  width: 70.14%;
  padding: 1.8rem 2rem;
  font-size: 1.3rem;
  line-height: 1.846; }

.t-intern__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: 767px) {
    .t-intern__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-intern__schedule__step__flow tr:nth-child(4) th:after, .t-intern__schedule__step__flow tr:nth-child(5) th:after {
  content: "";
  background: url(/assets/image/guideline/intern/arrow_step_bottom_intern.png) no-repeat center/contain; }
  @media screen and (max-width: 767px) {
    .t-intern__schedule__step__flow tr:nth-child(4) th:after, .t-intern__schedule__step__flow tr:nth-child(5) th:after {
      width: 30px;
      height: 10px;
      background: url(/assets//image//guideline/requirements/arrow_bottom.png) no-repeat center/contain;
      top: -2px; } }

.t-intern__schedule__step__flow .c-button-arrow.-orange-l {
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: normal;
  color: #f77006;
  line-height: 1.5; }

.t-intern__schedule__step__flow .u-hov-txtLine-out-black02:after {
  margin-top: 0;
  background-color: #f77006; }

.t-intern__schedule__step .t-intern__schedule__step__num {
  background-color: #f7b501; }

.t-intern__schedule__step__num {
  width: 33.33%; }

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

.t-intern__schedule__step__num__txt {
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-family: UD新ゴNT B, UD Shin Go NT Bold, serif;
  letter-spacing: 0.08em;
  line-height: 100%; }

.t-intern__schedule__step__num__txt span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  line-height: 1;
  font-family: DINNextLTPro-Bold, serif;
  letter-spacing: 0.08em; }

.t-intern__banner {
  position: relative; }

.t-intern__banner.--closed::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-image: url(/assets/image/guideline/intern/closed.png);
  width: 9.3%;
  min-width: 8rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .t-intern__banner.--closed::before {
      top: 43.45%;
      width: 20.9%;
      min-width: 7rem;
      max-width: 10rem; } }
