@media screen and (max-width:1600px) {
  .l-main {
    padding-bottom: 0;
  }
}

.l-footer {
  padding-top: 70px;
}
@media screen and (max-width:768px) {
  .l-footer {
    padding-top: 0;
  }
}
@media screen and (max-width:768px) {
  .l-footer-nav-other {
    padding-top: 0;
  }
}
@media screen and (max-width:768px) {
  .l-footer-nav-other:after {
    display: none;
  }
}

.intro {
  margin-bottom: 160px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .intro {
    margin-bottom: 80px;
  }
}
.intro__ttl {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .intro__ttl {
    font-size: 3.2rem;
    margin-bottom: 28px;
  }
}
.intro__txt {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .intro__txt {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

.mynavi {
  background: #F5F5F5;
  border-radius: 8px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .mynavi {
    padding: 30px;
  }
}
.mynavi__txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .mynavi__txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.mynavi a {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) and (pointer: fine) {
  .mynavi a:hover {
    opacity: 0.7;
  }
}

.curriculum {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .curriculum {
    margin-bottom: 80px;
  }
}
.curriculum__ttl {
  font-size: 40px;
  font-weight: 400;
  margin-top: 120px;
  margin-bottom: 64px;
  padding-top: 80px;
  border-top: 1px solid #030407;
}
@media screen and (max-width:768px) {
  .curriculum__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 64px;
    margin-bottom: 32px;
    padding-top: 24px;
  }
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .about__inner {
    margin-left: -20px;
  }
}
@media screen and (max-width:768px) {
  .about__inner {
    margin-top: 20px;
  }
}
.about__item {
  width: calc(33.333% - 20px);
  margin-left: 20px;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .about__item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 30px;
  }
}
.about__ttl {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .about__ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.about__icon {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .about__icon {
    width: 80px;
  }
}
.about__subttl {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .about__subttl {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
.about__txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width:768px) {
  .about__txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.about__img {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .about__img {
    margin-top: 40px;
  }
}

.schedule__tbl {
  width: 100%;
}
@media screen and (max-width:768px) {
  .schedule__tbl {
    width: 860px;
  }
}
.schedule__tbl th {
  color: #fff;
  background: #333333;
  padding: 13px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  border-left: 1px solid #DDDDDD;
}
@media screen and (max-width:768px) {
  .schedule__tbl th {
    padding: 15px 0;
    font-size: 1.6rem;
  }
}
.schedule__tbl th:first-of-type {
  border-left: none;
}
.schedule__tbl td {
  width: 26.6666%;
  padding: 20px 16px;
  font-size: 1.6rem;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #999999;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .schedule__tbl td {
    font-size: 1.4rem;
    padding: 20px 20px;
    width: 30%;
  }
}
.schedule__tbl td:first-of-type {
  width: 20%;
  background: #F5F5F5;
  text-align: center;
  font-weight: 500;
  border-left: none;
}
@media screen and (max-width:768px) {
  .schedule__tbl td:first-of-type {
    width: 10%;
  }
}
.schedule__tbl td.td_center {
  text-align: center;
}
.schedule__tbl td .td_inner {
  margin-left: 20%;
}
@media screen and (max-width:768px) {
  .schedule__tbl td .td_inner {
    margin-left: 10%;
  }
}
.schedule__tbl td p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .schedule__tbl td p {
    font-size: 1.4rem;
  }
}
.schedule__tbl td ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.3em;
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .schedule__tbl td ul li {
    font-size: 1.4rem;
  }
}
.schedule__tbl td ul + p {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .schedule__tbl td ul + p {
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .schedule__scroller {
    margin-right: -20px;
  }
}
.schedule__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .schedule__txt {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    margin-top: 24px;
  }
}

.voice {
  padding-top: 80px;
}
@media screen and (max-width:768px) {
  .voice {
    padding-top: 48px;
  }
}
.voice__ttl {
  font-size: 3.2rem;
  border-left: 3px solid #000;
  padding-left: 16px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .voice__ttl {
    font-size: 1.8rem;
    padding-left: 16px;
    margin-bottom: 24px;
  }
}
.voice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -60px;
}
@media screen and (max-width:768px) {
  .voice__inner {
    margin-left: 0;
    margin-top: -32px;
  }
}
.voice__item {
  width: calc(33.333% - 60px);
  margin-left: 60px;
}
@media print, screen and (min-width:769px) {
  .voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width:768px) {
  .voice__item {
    width: 290px;
    margin: 32px auto 0;
  }
}
.voice__chart-txt {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .voice__chart-txt {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.voice__chart-txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .voice__chart-txt ul {
    margin-top: -10px;
  }
}
.voice__chart-txt ul li {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .voice__chart-txt ul li {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.voice__chart-txt ul li:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.voice__chart-txt ul li.c-01:before {
  background: #134C9B;
}
.voice__chart-txt ul li.c-02:before {
  background: #B7C9E1;
}
.voice__chart-txt ul li.c-03:before {
  background: #F5F5F5;
  border: 1px solid #999999;
}
.voice__chart-txt ul li + li {
  margin-left: 40px;
}
@media screen and (max-width:768px) {
  .voice__chart-txt ul li + li {
    margin-left: 16px;
  }
}
.voice__icon {
  width: 20%;
}
@media screen and (max-width:768px) {
  .voice__icon {
    width: 120px;
    margin: 0 auto;
  }
}
.voice__icon img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:769px) {
  .voice__fukidashi {
    width: 77.5%;
    margin-left: auto;
    padding: 40px 40px 40px 52px;
    border: 1px solid #000000;
    border-radius: 8px;
    position: relative;
  }
  .voice__fukidashi:before {
    content: "";
    width: 15px;
    height: 20px;
    background: url(/recruit/freshers/assets/images/internship/voice_fukidashi.png) 0 0 no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -10px;
    left: -13px;
    position: absolute;
  }
}
@media screen and (max-width:768px) {
  .voice__fukidashi {
    width: 100%;
    margin-top: 16px;
  }
}
.voice__fukidashi ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .voice__fukidashi ul li {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}
.voice__fukidashi ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width:768px) {
  .voice__fukidashi ul li:before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
}
.voice__fukidashi ul li + li {
  margin-top: 0.5em;
}
@media screen and (max-width:768px) {
  .voice__fukidashi-wrap {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 20px;
    margin-top: 40px;
  }
}

.movie {
  margin-top: 120px;
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .movie {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
.movie a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.movie a:hover .c-ico-arrow-01:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.movie__img {
  width: 40%;
}
@media screen and (max-width:768px) {
  .movie__img {
    width: 100%;
  }
}
.movie__txt {
  width: 60%;
  padding: 0 80px;
}
@media screen and (max-width:1600px) {
  .movie__txt {
    padding: 0 60px;
  }
}
@media screen and (max-width:768px) {
  .movie__txt {
    width: 100%;
    padding: 28px 20px;
    position: relative;
  }
}
.movie__ttl {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .movie__ttl {
    font-size: 2.4rem;
    margin-bottom: 16px;
    text-align: center;
    padding-left: 30px;
  }
}
.movie__ttl span {
  font-family: var(--font-en);
  font-size: 1.4rem;
  padding: 5px 0;
  line-height: 1;
  letter-spacing: 0.04em;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-right: 12px;
}
@media screen and (max-width:768px) {
  .movie__ttl span {
    font-size: 1.2rem;
    padding: 4px 0;
    margin-right: 8px;
  }
}
.movie p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1420px) {
  .movie p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1270px) {
  .movie p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:768px) {
  .movie p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.movie .c-ico-arrow-01 {
  top: 50%;
  left: auto;
  right: 40px;
  margin-left: 0;
  margin-top: -40px;
  position: absolute;
}
.movie .c-ico-arrow-01:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1420px) {
  .movie .c-ico-arrow-01 {
    right: 20px;
  }
}
@media screen and (max-width:768px) {
  .movie .c-ico-arrow-01 {
    top: 30px;
    right: 56px;
    margin-left: 0;
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
}

.training__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .training__txt {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
}
.training__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
}
@media screen and (max-width:768px) {
  .training__imgs {
    margin-left: 0;
    margin-top: -10px;
  }
}
.training__img {
  width: calc(50% - 24px);
  margin-left: 24px;
}
@media screen and (max-width:768px) {
  .training__img {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.tab-panel {
  display: none;
}
.tab-panel.is-current {
  display: block;
}

.job__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 94px;
  padding-right: 94px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width:768px) {
  .job__tab {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.job__tab:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .job__tab:after {
    width: 100vw;
    left: -20px;
  }
}
.job__tab__item {
  width: calc(33.333% - 20px);
  text-align: center;
  border: 1px solid #333333;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #333333;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width:768px) {
  .job__tab__item {
    padding-top: 18px;
    padding-bottom: 16px;
    width: calc(33.333% - 10px);
    position: relative;
    z-index: 2;
    height: 68px;
  }
}
.job__tab__item:hover, .job__tab__item.is-current {
  background: #fff;
  color: #333333;
  padding-top: 38px;
  padding-bottom: 38px;
}
@media screen and (max-width:768px) {
  .job__tab__item:hover, .job__tab__item.is-current {
    padding-top: 22px;
    padding-bottom: 20px;
    height: 78px;
  }
}
@media screen and (max-width:768px) {
  .job__tab__item-sp {
    padding-top: 15px;
  }
}
@media screen and (max-width:768px) {
  .job__tab__item-sp .job__tab__jp {
    margin-top: 3px;
  }
}
.job__tab__en {
  display: block;
  font-family: var(--font-en);
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width:768px) {
  .job__tab__en {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.job__tab__jp {
  display: block;
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .job__tab__jp {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
.job__tbl {
  width: 100%;
  border-top: 1px solid #999999;
  margin-bottom: 80px;
}
.job__tbl th {
  width: 20%;
  background: #F5F5F5;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  .job__tbl th {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #DDDDDD;
  }
}
@media screen and (max-width:768px) {
  .job__tbl th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
  }
}
.job__tbl th span {
  margin-top: 8px;
  display: block;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .job__tbl th span {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
.job__tbl td {
  width: 80%;
  border-bottom: 1px solid #999999;
  font-size: 1.6rem;
  padding: 24px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .job__tbl td {
    font-size: 1.4rem;
    padding: 20px;
    display: block;
    width: 100%;
  }
}
.job__tbl td dl {
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .job__tbl td dl {
    margin-bottom: 20px;
  }
}
.job__tbl td dl dt {
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .job__tbl td dl dt {
    font-size: 1.6rem;
  }
}
.job__tbl td dl dd {
  margin-top: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .job__tbl td dl dd {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}
.job__note {
  color: #666666;
  font-size: 1.2rem;
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .job__note {
    font-size: 1.2rem;
    margin-top: 12px;
  }
}

.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .flow {
    margin-left: 0;
    margin-top: -16px;
    margin-bottom: 64px;
  }
}
.flow__item {
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
  padding: 40px 0;
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-left: 24px;
  width: calc(25% - 24px);
  position: relative;
}
@media screen and (max-width:768px) {
  .flow__item {
    margin-left: 0;
    margin-top: 16px;
    padding: 22px 0 24px;
    font-size: 1.8rem;
    width: 100%;
  }
}
.flow__item:last-child {
  background: #5d6f79;
  color: #fff;
}
.flow__item:last-child span {
  border-color: #fff;
}
.flow__item span {
  font-family: var(--font-en);
  font-size: 1.4rem;
  border-radius: 100px;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 8px;
  border: 1px solid #000;
}
@media screen and (max-width:768px) {
  .flow__item span {
    font-size: 1.2rem;
    padding: 4px 8px;
    margin-bottom: 8px;
  }
}
.flow__item span.under {
  margin-bottom: 20px;
}
.flow__item__txt {
  line-height: 1.5;
}
.flow__item__txt sup {
  font-size: 60%;
  vertical-align: top;
}
.flow__item:after {
  content: "";
  width: 25px;
  height: 16px;
  background: url(/recruit/freshers/assets/images/career/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -21px;
  top: 50%;
  margin-top: -8px;
}
@media screen and (max-width:768px) {
  .flow__item:after {
    background: url(/recruit/freshers/assets/images/career/arrow_sp.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 8px;
    height: 14px;
    position: absolute;
    right: auto;
    left: 50%;
    margin-left: -4px;
    top: auto;
    bottom: -12px;
    margin-top: 0;
  }
}
.flow__item:last-child:after {
  display: none;
}

.backbtn {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .backbtn {
    margin-top: 80px;
  }
}
.backbtn .c-btn-01 {
  background: #fff;
  color: var(--primary-main-color);
  margin-left: auto;
  margin-right: auto;
}
.backbtn .c-btn-01:after {
  background-image: var(--ico-arw-black);
  width: 13px;
  height: 9px;
  top: calc(50% - 5px);
  right: auto;
  left: 20px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.backbtn .c-btn-01:hover {
  background: var(--bg-primary-color);
  color: #fff;
}
.backbtn .c-btn-01:hover:after {
  background-image: var(--ico-arw-white);
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  padding-top: 17px;
  padding-bottom: 17px;
}
.scroll-hint-icon-wrap .scroll-hint-icon:before {
  width: 26px;
  height: 36px;
  background: url(/recruit/freshers/assets/images/ico_scroll.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.scroll-hint-icon-wrap .scroll-hint-icon:after {
  width: 48px;
  height: 13px;
  background: url(/recruit/freshers/assets/images/ico_scroll_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: -24px;
  top: 17px;
}