@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

img[usemap] {
  border-width: 0;
}

a img {
  border-width: 0;
  text-decoration: none;
}

ul, li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  position: relative;
}
._sp {
  display: none;
}
._pc {
  display: block;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  ._sp {
  display: block;
}
._pc {
  display: none;
}
}

a {
  text-decoration: underline;
  color: #EE7800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

/* ヘッダー
/*+---------------------------------*/
.header {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(50, 50, 50, 0.2);
          box-shadow: 0px 3px 30px 0px rgba(50, 50, 50, 0.2);
  position: fixed;
  z-index: 100;
}

.header .header-inner {
  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;
}

.header .header-logo {
  padding: 15px 0 15px 20px;
  color: #333;
  text-decoration: none;
}

.header .header-logo:hover {
  opacity: 0.7;
}

.header .header-logo h1 {
  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;
}

.header .header-logo h1 .header-logo__image {
  margin-right: 15px;
}

.header .header-logo h1 .header-logo__image img {
  width: 78px;
}

.header .header-logo h1 .header-logo__text {
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}

.header .header-logo h1 .header-logo__text .header-logo__text-small {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

.header .header-button-box {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 690px;
}

.header .header-button-box .header-button-box__language {
  width: 22.26027%;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
}

.header .header-button-box .header-button-box__panf {
  width: 18%;
  height: 71.1%;
  position: relative;
  margin-right: 10px;
  max-height: 40px;
  max-width: 120px;
}

.header .header-button-box .header-button-box__internship {
  width: 18%;
  height: 71.1%;
  margin-right: 10px;
  max-height: 40px;
  max-width: 120px;
}

.header .header-button-box .header-button-box__group {
  width: 18%;
  height: 71.1%;
  margin-right: 10px;
  max-height: 40px;
  max-width: 120px;
}

.header .header-button-box .header-button-box__internship a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #CE0E0E;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  font-weight: bold;
}

.header .header-button-box .header-button-box__group a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #EE7800;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  font-weight: bold;
}

.header .header-button-box .header-button-box__mypage a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #222222;
  border: 1px solid #222222;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.header .header-button-box .header-button-box__entry a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #EE7800;
  border: 1px solid #EE7800;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.header .header-button-box .header-button-box__internship a:hover {
  color: #fff;
  background: #CE0E0E;
}

.header .header-button-box .header-button-box__group a:hover {
  color: #fff;
  background: #EE7800;
}

.header .header-button-box .header-button-box__mypage a:hover {
  color: #333;
  background: #fff;
}

.header .header-button-box .header-button-box__entry a:hover {
  color: #EE7800;
  background: #fff;
}

.header .header-button-box .header-button-box__internship a:hover .icon-blank-dark-red {
  padding-right: 16%;
  background: url(../img/icon_arrow_right_white.svg) no-repeat right center;
  background-size: 9px auto;
}

.header .header-button-box .header-button-box__group a:hover .icon-arrow-dark-orange {
  padding-right: 16%;
  background: url(../img/icon_arrow_right_white.svg) no-repeat right center;
  background-size: 9px auto;
}

.header .header-button-box .header-button-box__menu-button {
  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;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-wrap: wrap;
  align-content: center;
}

.header .header-button-box .header-button-box__menu-button:hover {
  opacity: .9;
}

.header .header-button-box .header-button-box__menu-button .header-button-box__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 18px;
  margin: auto;
}

.header .header-button-box .header-button-box__menu-button .header-button-box__icon .header-button-box__menu-icon-bar {
  width: 100%;
  height: 2px;
  background: #222;
  margin-bottom: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .header-button-box .header-button-box__menu-button .header-button-box__icon .header-button-box__menu-icon-bar:last-child {
  margin-bottom: 0;
}

.header .header-button-box .header-button-box__menu-button.is-active .header-button-box__icon .header-button-box__menu-icon-bar {
  margin-bottom: 0;
}

.header .header-button-box .header-button-box__menu-button.is-active .header-button-box__icon .header-button-box__menu-icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


.header .header-button-box .header-button-box__menu-button.is-active .header-button-box__icon .header-button-box__menu-icon-bar:nth-child(2) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}

.header .header-button-box .header-button-box__menu-button .header-button-box__menu-text {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Barlow Condensed';
}

.header .header-button-box__mypage-entry {
  width: 44.52055%;
  padding: 15px 0;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}

.header .header-button-box__mypage-entry.pc-only {
  margin: 0 5px 0 0;
}

.header .header-button-box__mypage-entry .header-button-box__mypage-entry-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a {
  display: block;
  width: 50%;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.header .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a.header-button-box__mypage {
  background: #222222;
  border: 1px solid #222222;
}

.header .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a.header-button-box__entry {
  background: #EE7800;
  border: 1px solid #EE7800;
}

.header .header-button-box__language-button {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  background: url(../../new-graduates/assets/img/common/icon_language_black.svg) no-repeat left center, url(../../new-graduates/assets/img/common/icon_arrow_bottom_black.svg) no-repeat right center;
  padding: 0 20px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .header-button-box__panf-button {
  background: url(../../new-graduates/assets/img/common/icon_arrow_bottom_white.svg) no-repeat right center;
  color: #fff;
  background-color: #EE7800;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 3px solid #EE7800;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  background-size: 10px auto;
  position: relative;
}

.header .header-button-box__language-button:hover {
  opacity: 0.7;
}

.header .header-button-box__panf-button:hover {
  background: url(../../new-graduates/assets/img/common/icon_arrow_bottom_orange.svg) no-repeat right center;
  color: #EE7800;
  background-color: #fff;
  background-size: 11px 11px;
}
.header .header-button-box__panf-button.is-active {
  background: url(../img/common/icon_arrow_top_white.svg) no-repeat right center;
  background-color: #EE7800;
  color: #fff;
  background-size: 11px 11px;
}
.header .header-button-box__panf-button.is-active:hover {
  background: url(../img/common/icon_arrow_top_orange.svg) no-repeat right center;
  background-color: #fff;
  color: #EE7800;
  background-size: 11px 11px;
}
.header .header-button-box__panf-button.is-active:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 4.5px 0px 4.5px;
  border-color: #EE7800 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .header-button-box__language-list {
  width: 88px;
  font-size: 1.2rem;
  text-align: left;
  background: #222222;
  border: 1px solid #707070;
  padding: 14px 10px 14px 12px;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 101;
}

.header .header-button-box__panf-list {
  width: 370px;
  font-size: 1.3rem;
  text-align: left;
  background: #fff;
  border: 4px solid #EE7800;
  padding: 16px;
  position: absolute;
  top: 118%;
  left: 154%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 101;
}

.header .header-button-box__panf-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .header-button-box__language-list:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #222222 transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .header-button-box__language-list[aria-hidden="true"] {
  display: none;
}

.header .header-button-box__language-list[aria-hidden="false"] {
  display: block;
}

.header .header-button-box__language-list li {
  margin-bottom: 12px;
}

.header .header-button-box__language-list li:last-child {
  margin-bottom: 0;
}

.header .header-button-box__language-list li a {
  color: #fff;
  text-decoration: none;
}

.header .header-button-box__language-list li a:hover {
  text-decoration: underline;
}

.header .header-button-box__panf-list[aria-hidden="true"] {
  display: none;
}

.header .header-button-box__panf-list[aria-hidden="false"] {
  display: block;
}

.header .header-button-box__panf-list li {
  border: 1px solid #EE7800;
  max-width: 150px;
  width: 100%;
}
.header .header-button-box__panf-list li:nth-child(n+3) {
  margin-top: 20px;
}

.header .header-button-box__panf-list li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  background-color: #EE7800;
  padding: 11px 0;
  font-size: 1.6rem;
  font-family: "Barlow Condensed";
  width: 100%;
  max-width: 150px;
  text-align: center;
}
.header .header-button-box__panf-list li a:hover {
  color: #EE7800;
  background-color: #fff;
}
.header .header-button-box__panf-list li a::after {
  content: "";
  background: url(../../assets/img/common/icon_arrow_right_white_big.svg) no-repeat 5px 5px;
  padding-left: 12px;
  background-size: 6px;
}

.header.is-internship .header-logo:hover {
  opacity: 1;
}

.header.is-internship .header-button-box {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 620px;
}

.header.is-internship .header-button-box__mypage-entry {
  width: 53.87097%;
}

.header.is-internship .header-button-box__mypage-entry .header-button-box__mypage-entry-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header.is-internship .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a {
  display: block;
  width: 50%;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.header.is-internship .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a.header-button-box__mypage {
  background: #222222;
  border: 1px solid #222222;
}

.header.is-internship .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a.header-button-box__mypage:hover {
  color: #333;
  background: #fff;
}

.header.is-internship .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a.header-button-box__entry {
  background: #CE0E0E;
  border: 1px solid #CE0E0E;
}

.header.is-internship .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a.header-button-box__entry:hover {
  color: #CE0E0E;
  background: #fff;
}

.header.is-internship .header-button-box__recruit {
  width: 29.35484%;
  padding: 15px 0 15px 3.22581%;
}

.header.is-internship .header-button-box__recruit a {
  display: inline-block;
  width: 100%;
  padding: 8px;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-decoration: none;
  text-align: center;
  color: #222222;
  border: 1px solid #dddddd;
  background: #dddddd;
}

.header.is-internship .header-button-box__recruit a:hover {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .header {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
  .header .header-logo {
    width: calc(100% - 65px);
    padding: 13px 0 13px 10px;
  }
  .header .header-logo h1 .header-logo__image {
    margin-right: 10px;
  }
  .header .header-logo h1 .header-logo__image img {
    width: 58px;
  }
  .header .header-logo h1 .header-logo__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  .header .header-logo h1 .header-logo__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .header .header-button-box {
    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;
    width: 65px;
  }
  .header .header-button-box .header-button-box__menu-button {
    width: 65px;
    height: 65px;
    -webkit-box-shadow: 1px 3px 30px 0px rgba(34, 34, 34, 0.2);
            box-shadow: 1px 3px 30px 0px rgba(34, 34, 34, 0.2);
    -webkit-transition: none;
    transition: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    flex-direction: column;
  }
  .header .header-button-box .header-button-box__menu-button:hover {
    opacity: 1;
  }
  .header .header-button-box .header-button-box__menu-button .header-button-box__icon {
    width: 38px;
    height: 15px;
  }
  .header .header-button-box .header-button-box__menu-button .header-button-box__icon .header-button-box__menu-icon-bar {
    margin-bottom: 10px;
  }
  .header .header-button-box .header-button-box__menu-button .header-button-box__menu-text {
    font-size: 18px;
  }
  .header .header-button-box__mypage-entry {
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
  }
  .header .header-button-box__mypage-entry .header-button-box__mypage-entry-inner {
    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;
  }
  .header .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a {
    width: 48%;
    padding: 8px;
  }
  .header .header-button-box__language-button {
    width: 100%;
    background: url(../../new-graduates/assets/img/common/icon_arrow_bottom_white.svg) no-repeat right 20px center;
    padding: 16px;
    border: 1px solid #636363;
    font-size: 1.2rem;
    color: #fff;
  }
  .header .header-button-box__language-button span {
    padding-left: 20px;
    background: url(../../new-graduates/assets/img/common/icon_language_white.svg) no-repeat left center;
  }
  .header .header-button-box__language-list {
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
    background: #222222;
    border: 1px solid #707070;
    padding: 14px 10px 14px 12px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .header .header-button-box__language-list:before {
    display: none;
  }
  .header .header-button-box__language-list[aria-hidden="true"] {
    display: none;
  }
  .header .header-button-box__language-list[aria-hidden="false"] {
    display: block;
  }
  .header .header-button-box__language-list li {
    margin-bottom: 12px;
  }
  .header .header-button-box__language-list li:last-child {
    margin-bottom: 0;
  }
  .header .header-button-box__language-list li a {
    color: #fff;
    text-decoration: none;
  }
  .header .header-button-box__language-list li a:hover {
    text-decoration: underline;
  }
  .header.is-internship .header-button-box {
    width: auto;
  }
  .header.is-internship .header-button-box .header-button-box__recruit {
    width: 65px;
    height: 65px;
    padding: 0;
  }
  .header.is-internship .header-button-box .header-button-box__recruit a {
    padding: 18px 8px 16px 8px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .header.is-internship .header-button-box__mypage-entry {
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
  }
  .header.is-internship .header-button-box__mypage-entry .header-button-box__mypage-entry-inner {
    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;
  }
  .header.is-internship .header-button-box__mypage-entry .header-button-box__mypage-entry-inner a {
    width: 48%;
    padding: 8px;
  }
}

/* グローバルナビゲーション
/*+---------------------------------*/
.navigation-box {
  width: 100%;
  background: #222222;
  position: absolute;
  top: 72px;
  padding: 60px 0;
  z-index: 100;
}

.navigation-box[aria-hidden="true"] {
  display: none;
}

.navigation-box[aria-hidden="false"] {
  display: block;
}

.navigation-box .navigation-box__sp-logo {
  display: none;
}

@media screen and (max-width: 942px) {
  .navigation-box {
    top: 94px;
  }
}

@media screen and (max-width: 768px) {
  .navigation-box {
    top: 0;
    padding: 0 0 20px 0;
    position: fixed;
    width: 100%;
    height: calc(100% - 58px);
    overflow: auto;
  }
  .navigation-box.is-requirement-career {
    height: 100%;
  }
  .navigation-box .navigation-box__sp-logo {
    width: 100%;
    background: #fff;
    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;
    padding: 13px 0 13px 10px;
    color: #333;
    text-decoration: none;
  }
  .navigation-box .navigation-box__sp-logo .header-logo__image {
    margin-right: 10px;
  }
  .navigation-box .navigation-box__sp-logo .header-logo__image img {
    width: 58px;
  }
  .navigation-box .navigation-box__sp-logo .header-logo__text {
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  }
  .navigation-box .navigation-box__sp-logo .header-logo__text .header-logo__text-small {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
}

.navigation-box__inner {
  max-width: 1248px;
  margin: auto;
  padding: 0 24px;
}

.navigation-box__inner .navigation-box__three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item {
  width: 28.66667%;
  margin-right: 7.08333%;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item:last-child {
  margin-right: 0;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item {
  margin-bottom: 54px;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item:last-child {
  margin-bottom: 0;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #636363;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list.is-current a {
  color: #EE7800;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item.is-current a {
  color: #EE7800 !important;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item.is-current span {
  color: #EE7800 !important;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#EE7800), to(#EE7800));
  background-image: linear-gradient(90deg, #EE7800, #EE7800);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  position: absolute;
  left: 0;
  bottom: -9px;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a:hover:before {
  background-size: 100% 1px;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a .icon-arrow-right-orange {
  background-size: 5px auto;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a .icon-blank-orange {
  padding-right: 30px;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a .icon-pdf-orange {
  padding-right: 30px;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub[aria-hidden="true"] {
  display: none;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub[aria-hidden="false"] {
  display: block;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item,
.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item:last-child,
.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item:last-child {
  margin-bottom: 0;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item.is-current a,
.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item.is-current a {
  color: #EE7800 !important;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item a,
.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a {
  display: inline-block;
  color: #fff;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left 20px bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item a:hover,
.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a:hover {
  background-size: 100% 1px;
}

.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item a:before,
.navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #EE7800;
  position: absolute;
  top: 50%;
  left: 0;
}

.navigation-box__inner .navigation-sub-link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2rem;
}

.navigation-box__inner .navigation-sub-link li {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #666666;
}

.navigation-box__inner .navigation-sub-link li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.navigation-box__inner .navigation-sub-link li a {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.navigation-box__inner .navigation-sub-link li a:hover {
  background-size: 100% 1px;
}

.navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list {
  color: #222222;
  border-bottom: 1px solid #e0e0e0;
}

.navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a {
  color: #222222;
}

.navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item a,
.navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a {
  color: #222222;
  background-image: -webkit-gradient(linear, left top, right top, from(#222222), to(#222222));
  background-image: linear-gradient(90deg, #222222, #222222);
  background-repeat: no-repeat;
  background-position: left 20px bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item a:hover,
.navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a:hover {
  background-size: 100% 1px;
}

.navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item a:before,
.navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a:before {
  background: #222222;
}

@media screen and (max-width: 768px) {
  .navigation-box__inner {
    max-width: 1248px;
    margin: auto;
    padding: 22px 24px 0 24px;
  }
  .navigation-box__inner .navigation-box__three-column {
    display: block;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item {
    width: 100%;
    margin: 0 0 14px 0;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item:last-child {
    margin-right: 0;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item {
    margin-bottom: 14px;
    padding: 0 10px;
    border-bottom: 1px solid #636363;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item:last-child {
    margin-bottom: 0;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list {
    font-size: 1.6rem;
    padding-bottom: 14px;
    margin-bottom: 0px;
    border-bottom: 0;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a {
    display: inline-block;
    width: 100%;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a:before {
    display: none;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a:hover {
    text-decoration: underline;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a .icon-arrow-right-orange {
    display: inline-block;
    width: 100%;
    background-size: auto 10px;
    background-position: right 4px center;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a .icon-blank-orange,
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a .icon-pdf-orange {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    background-position: right 4px center;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list .navigation-box__list-heading-button {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: transparent;
    border: none;
    position: relative;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list .navigation-box__list-heading-button:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #EE7800;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list .navigation-box__list-heading-button:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #EE7800;
    position: absolute;
    top: 47%;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list .navigation-box__list-heading-button.is-active:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub,
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden {
    margin: 8px 0 20px;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item,
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .navigation-box__inner .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a {
    width: 100%;
    background-image: none;
  }
  .navigation-box__inner .navigation-sub-link {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 20px;
  }
  .navigation-box__inner .navigation-sub-link li a {
    background-image: none;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column {
    border-top: 1px solid #e0e0e0;
    padding-top: 14px;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item {
    border-bottom: 1px solid #e0e0e0;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list {
    color: #222222;
    border: 0;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list a {
    color: #222222;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list .navigation-box__list-heading-button {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: left;
    color: #222222;
    background: transparent;
    border: none;
    position: relative;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list .navigation-box__list-heading-button:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #EE7800;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list .navigation-box__list-heading-button:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #EE7800;
    position: absolute;
    top: 47%;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list .navigation-box__list-item .navigation-box__list-heading-list .navigation-box__list-heading-button.is-active:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item a,
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a {
    color: #222222;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .navigation-box__list-sub .navigation-box__list-sub-item a:before,
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden .navigation-box__list-sub-item a:before {
    background: #EE7800;
  }
  .navigation-box__inner.is-footer .navigation-box__three-column .navigation-box__three-column-item .list-sub-hidden {
    display: none;
  }
}

/* フッター手前 MY PAGE ENTRY ボタン
/*+---------------------------------*/
.mypage-entry-box {
  background: url(../../new-graduates/assets/img/common/bg_mypage_entry_pc.png) no-repeat center/cover;
  padding: 80px 0;
  margin-top: 80px;
}

.mypage-entry-box .mypage-entry-box__button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mypage-entry-box .mypage-entry-box__button-wrap a {
  width: 48.33333%;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 32px 16px;
  background: url(../../new-graduates/assets/img/common/icon_arrow_right_white_big.svg) no-repeat right 30px center;
}

.mypage-entry-box .mypage-entry-box__button-wrap a.mypage-entry-box__button-mypage {
  margin-right: 3.33333%;
  background-color: #222222;
  border: 1px solid #222222;
}

.mypage-entry-box .mypage-entry-box__button-wrap a.mypage-entry-box__button-mypage:hover {
  color: #222222;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_black_big.svg) no-repeat right 30px center;
}

.mypage-entry-box .mypage-entry-box__button-wrap a.mypage-entry-box__button-entry {
  background-color: #EE7800;
  border: 1px solid #EE7800;
}

.mypage-entry-box .mypage-entry-box__button-wrap a.mypage-entry-box__button-entry:hover {
  color: #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange_big.svg) no-repeat right 30px center;
}

.mypage-entry-box.is-top {
  margin-top: 0;
  background: url(../../new-graduates/assets/img/common/bg_mypage_entry_top_pc.png) no-repeat center/cover;
}

.mypage-entry-box.is-internship {
  background: url(../../new-graduates/assets/img/common/bg_mypage_entry_internship_pc.png) no-repeat center/cover;
}

.mypage-entry-box.is-internship a.mypage-entry-box__button-entry {
  background-color: #CE0E0E;
  border: 1px solid #CE0E0E;
}

.mypage-entry-box.is-internship a.mypage-entry-box__button-entry:hover {
  color: #CE0E0E;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange_big.svg) no-repeat right 30px center;
}

@media screen and (max-width: 768px) {
  .mypage-entry-box {
    padding: 40px 0;
    margin-top: 60px;
    background: url(../../new-graduates/assets/img/common/bg_mypage_entry_sp.png) no-repeat left center/cover;
  }
  .mypage-entry-box .mypage-entry-box__button-wrap {
    display: block;
  }
  .mypage-entry-box .mypage-entry-box__button-wrap a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    padding: 22px 16px;
    background: url(../../new-graduates/assets/img/common/icon_arrow_right_white_big.svg) no-repeat right 16px center;
  }
  .mypage-entry-box .mypage-entry-box__button-wrap a.mypage-entry-box__button-mypage {
    margin: 0 0 10px 0;
  }
  .mypage-entry-box .mypage-entry-box__button-wrap a.mypage-entry-box__button-mypage:hover {
    background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_black_big.svg) no-repeat right 16px center;
  }
  .mypage-entry-box .mypage-entry-box__button-wrap a.mypage-entry-box__button-entry:hover {
    color: #EE7800;
    background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange_big.svg) no-repeat right 16px center;
  }
  .mypage-entry-box.is-top {
    background: url(../../new-graduates/assets/img/common/bg_mypage_entry_top_sp.png) no-repeat left center/cover;
  }
  .mypage-entry-box.is-internship {
    background: url(..../../new-graduates/assetsimg/common/bg_mypage_entry_internship_sp.png) no-repeat left center/cover;
  }
}

/* フッター
/*+---------------------------------*/
.footer {
  background: #fff;
  padding-top: 72px;
}

.footer .footer-logo {
  text-align: center;
  margin-bottom: 50px;
}

.footer .footer-logo .footer-logo__image {
  margin-bottom: 12px;
}

.footer .footer-logo .footer-logo__image img {
  width: 80px;
}

.footer .footer-logo .footer-logo__text {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 2rem;
}

.footer .footer-logo .footer-logo__text-small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

.footer.is-internship {
  padding-top: 0;
}

.footer.is-internship .footer-copyright {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .footer .footer-logo {
    text-align: center;
    margin-bottom: 32px;
  }
  .footer .footer-logo .footer-logo__image {
    margin-bottom: 12px;
  }
  .footer .footer-logo .footer-logo__text {
    font-size: 1.8rem;
  }
}

.footer-copyright {
  background: #222222;
  padding: 26px 0;
  margin-top: 80px;
  font-size: 1.2rem;
  color: #fff;
}

.footer-copyright .footer-copyright__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.footer-copyright .footer-copyright__link li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #666666;
}

.footer-copyright .footer-copyright__link li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.footer-copyright .footer-copyright__link li a {
  color: #fff;
  text-decoration: none;
}

.footer-copyright .footer-copyright__link li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    background: #222222;
    padding: 30px 0 88px 0;
    font-size: 1.2rem;
    color: #fff;
  }
  .footer-copyright .footer-copyright__link {
    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;
    margin-bottom: 20px;
  }
  .footer-copyright .footer-copyright__link li {
    padding-right: 16px;
    margin-right: 16px;
  }
  .footer-copyright small {
    display: block;
    text-align: center;
    line-height: 2;
  }
  .footer-copyright.is-requirement-career {
    padding: 30px 0;
  }
}

.pagetop-button {
  width: 56px;
  height: 56px;
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: none;
}

.pagetop-button img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagetop-button:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .pagetop-button {
    width: 44px;
    height: 44px;
    right: 15px;
    bottom: 67px;
  }
}

/* 全体
/*+---------------------------------*/
/* --- PCでのみ表示 --- */
.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/* --- スマホでのみ表示 --- */
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* 見出し
/*+---------------------------------*/
/* --- 見出しlevel2 --- */
.heading-level2 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
}

.heading-level2 span {
  display: inline-block;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  margin-bottom: 16px;
  position: relative;
}

.heading-level2 span:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .heading-level2 {
    font-size: 2.4rem;
  }
  .heading-level2 span {
    font-size: 1.4rem;
  }
}

/* --- 見出しlevel3 --- */
.heading-level3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EE7800;
}

.heading-level3.is-interview {
  font-size: 3.2rem;
  margin-bottom: 30px;
  padding: 88px 0 0 0;
  border-bottom: 0;
  text-align: center;
  position: relative;
}

.heading-level3.is-interview:before {
  white-space: pre;
  font-size: 10rem;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  color: #f5f5f5;
  letter-spacing: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.heading-level3.is-interview.is-interview-jimu:before {
  content: "ADMINISTRATIVE JOB";
}

.heading-level3.is-interview.is-interview-doboku:before {
  content: "CIVIL ENGINEER";
}

.heading-level3.is-interview.is-interview-shisetsu:before {
  content: "FACILITY MANAGEMENT";
}

.heading-level3.is-interview.is-interview-other:before {
  content: "OTHER INTERVIEW";
}

@media screen and (max-width: 768px) {
  .heading-level3 {
    padding-bottom: 16px;
  }
  .heading-level3.is-interview {
    font-size: 2.4rem;
    margin-bottom: 24px;
    padding: 32px 0 0 0;
  }
  .heading-level3.is-interview:before {
    font-size: 4.8rem;
  }
  .heading-level3.is-interview.is-interview-jimu {
    padding: 76px 0 0 0;
    line-height: 1;
  }
  .heading-level3.is-interview.is-interview-jimu:before {
    content: "ADMINISTRATIVE\AJOB";
  }
  .heading-level3.is-interview.is-interview-doboku {
    padding: 76px 0 0 0;
    line-height: 1;
  }
  .heading-level3.is-interview.is-interview-doboku:before {
    content: "CIVIL ENGINEERING\A & ENVIROMENT";
  }
  .heading-level3.is-interview.is-interview-shisetsu {
    padding: 76px 0 0 0;
    line-height: 1;
  }
  .heading-level3.is-interview.is-interview-shisetsu:before {
    content: "FACILITIES &\A EQUIPMENT";
  }
}

/* --- 見出しlevel4 --- */
.heading-level4 {
  font-size: 1.8rem;
  margin-bottom: 18px;
  padding-left: 32px;
  position: relative;
}

.heading-level4:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #EE7800;
  position: absolute;
  top: 50%;
  left: 0;
}

.heading-level4.is-check {
  background: url(../../new-graduates/assets/img/feature/common/icon_check.svg) no-repeat left center;
}

.heading-level4.is-check:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .heading-level4 {
    margin-bottom: 16px;
  }
}

/* --- 見出しlevel5 --- */
.heading-level5 {
  font-size: 1.6rem;
  font-weight: bold;
}

.heading-level5.is-margin-bottom {
  margin-bottom: 20px;
}

/* --- 見出しlevel6 --- */
.heading-level6 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 40px;
}
.heading-level6 span {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
/* ボックスレイアウト
/*+---------------------------------*/
/* --- コンテンツ全体のwrap --- */
.content-wrap {
  padding-top: 72px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .content-wrap {
    padding-top: 0;
  }
}

/* --- 見出しレベル3用ボックス --- */
.content-box {
  margin-bottom: 80px;
}

.content-box.is-margin-top {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .content-box {
    margin-bottom: 60px;
  }
}

/* --- 見出しレベル4用ボックス --- */
.content-box-2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .content-box-2 {
    margin-bottom: 40px;
  }
}

/* --- 見出しレベル5用ボックス --- */
.content-box-3 {
  margin-bottom: 32px;
}

/* --- ボックスの左右余白 --- */
.content-inner {
  max-width: 1248px;
  margin: auto;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .content-inner {
    padding: 0 15px;
  }
}

/* --- 画像ボックス --- */
.image-box {
  text-align: center;
}

/* --- リード文--- */
.lead-text {
  margin: 0 -24px 90px;
  text-align: center;
  position: relative;
}

.lead-text .lead-bg-text {
  display: block;
  width: 100%;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 11rem;
  line-height: 1;
  letter-spacing: 3px;
  color: #fff1e4;
  white-space: nowrap;
}

.lead-text .lead-bg-text.is-gray {
  color: #f5f5f5;
}

.lead-text p {
  line-height: 2;
  margin-top: -30px;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .lead-text {
    margin: 0 -15px 40px;
  }
  .lead-text .lead-bg-text {
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 1px;
  }
  .lead-text p {
    line-height: 2;
    text-align: left;
    margin-top: -15px;
    padding: 0 15px;
  }
}

/* --- 2カラム --- */
.two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 18px auto -60px;
}

.two-column li {
  width: 47.5%;
  margin: 0 5% 60px 0;
}

.two-column li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .two-column {
    margin: 18px auto -30px;
  }
  .two-column li {
    width: 100%;
    margin: 0 0 30px;
  }
  .two-column li:first-child {
    margin-top: 0;
  }
}

/* --- 3カラム --- */
.three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}

.three-column li {
  width: 31.66667%;
  margin: 0 2.5% 30px 0;
}

.three-column li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .three-column {
    margin-bottom: -20px;
  }
  .three-column li {
    width: 100%;
    margin: 0 0 20px;
  }
  .three-column li:nth-child(3n) {
    margin-right: auto;
  }
  .three-column li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .three-column .three-column-center {
    display: flex;
    justify-content: space-around;
  }
  .three-column .three-column-center li {
    width: 29.66667%;
  }
}

/* --- 4カラム --- */
.four-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.four-column li {
  width: 23.08333%;
  margin: 0 2.5% 60px 0;
}

.four-column li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .four-column li {
    width: 47.82609%;
    margin: 0 4.34783% 30px 0;
  }
  .four-column li:nth-child(2n) {
    margin-right: 0;
  }
}

/* --- 文章 --- */
.text-box {
  line-height: 2;
}

.text-box p.is-align-right {
  text-align: right;
}

.text-box p.is-align-center {
  text-align: center;
}

.text-box p .icon-blank-orange {
  padding-right: 24px;
  background: url(../../new-graduates/assets/img/common/icon_blank_orange.svg) no-repeat right 8px center;
}

.text-box p.is-font-small {
  font-size: 1.2rem;
  margin-top: 8px;
}

.text-box .is-text-red {
  color: #CE0E0E;
}

.text-box + .content-box-2 {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .text-box p.is-align-right {
    text-align: left;
  }
  .text-box p.is-align-center {
    text-align: left;
  }
  .text-box p + p {
    margin-top: 16px;
  }
}

/* --- フォントbarlow --- */
.font-barlow {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  color: #EE7800;
}

/* コンテンツナビゲーション
/*+---------------------------------*/
/* --- ページ内リンク用 --- */
.page-navigation {
  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;
  width: 100%;
  margin-bottom: 100px;
}

.page-navigation li {
  width: 100%;
  border-right: 1px solid #dddddd;
  text-align: center;
}

.page-navigation li:first-child {
  border-left: 1px solid #dddddd;
}

.page-navigation li a {
  display: inline-block;
  width: 100%;
  padding: 8px 20px 8px 8px;
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  background: url(../../new-graduates/assets/img/common/icon_arrow_bottom_orange.svg) no-repeat right 20px center;
}

@media screen and (max-width: 1080px) {
  .page-navigation li a {
    padding: 8px 30px 8px 8px;
    background: url(../../new-graduates/assets/img/common/icon_arrow_bottom_orange.svg) no-repeat right 10px center;
  }
}

.page-navigation li a span {
  background-image: -webkit-gradient(linear, left top, right top, from(#222222), to(#222222));
  background-image: linear-gradient(90deg, #222222, #222222);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.page-navigation li a:hover span {
  background-size: 100% 1px;
}

.page-navigation.is-works {
  margin: 100px 0;
}

.page-navigation.is-works li {
  width: 100%;
  border-right: 0;
  margin-right: 20px;
}

.page-navigation.is-works li:first-child {
  border-left: 0;
}

.page-navigation.is-works li:last-child {
  margin-right: 0;
}

.page-navigation.is-works li a {
  padding: 29px 20px 29px 8px;
  color: #fff;
  font-weight: normal;
  background-image: url(../../new-graduates/assets/img/about/works/icon_arrow_bottom_white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

@media screen and (max-width: 1080px) {
  .page-navigation.is-works li a {
    padding: 29px 30px 29px 8px;
    background-position: right 10px center;
  }
}

.page-navigation.is-works li a.is-red {
  background-color: #d85145;
  border: 1px solid #d85145;
}

.page-navigation.is-works li a.is-blue {
  background-color: #3b95b7;
  border: 1px solid #3b95b7;
}

.page-navigation.is-works li a.is-green {
  background-color: #11ab87;
  border: 1px solid #11ab87;
}

.page-navigation.is-works li a:hover.is-red {
  color: #d85145;
  background-color: #fff;
  border: 1px solid #d85145;
  background-image: url(../../new-graduates/assets/img/about/works/icon_arrow_bottom_red.svg);
}

.page-navigation.is-works li a:hover.is-blue {
  color: #3b95b7;
  background-color: #fff;
  border: 1px solid #3b95b7;
  background-image: url(../../new-graduates/assets/img/about/works/icon_arrow_bottom_blue.svg);
}

.page-navigation.is-works li a:hover.is-green {
  color: #11ab87;
  background-color: #fff;
  border: 1px solid #11ab87;
  background-image: url(../../new-graduates/assets/img/about/works/icon_arrow_bottom_green.svg);
}

@media screen and (max-width: 768px) {
  .page-navigation {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .page-navigation li {
    width: 50%;
    margin-bottom: 20px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .page-navigation li:nth-child(odd) {
    border-left: 1px solid #dddddd;
  }
  .page-navigation li a {
    padding: 8px 40px 8px 20px;
    font-size: 1.6rem;
    text-align: left;
    background: url(../../new-graduates/assets/img/common/icon_arrow_bottom_orange.svg) no-repeat right 20px center;
    background-size: 12px auto;
  }
  .page-navigation.is-works {
    margin: 40px 0 100px;
  }
  .page-navigation.is-works li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-navigation.is-works li a {
    padding: 16px 20px 16px 8px;
    text-align: center;
  }
}

/* ボタン
/*+---------------------------------*/
/* --- 標準ボタン --- */
.content-box .basic-button {
  display: block;
  max-width: 400px;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid #EE7800;
  background: #EE7800;
  margin: 60px auto 0;
  padding: 28px;
}

.basic-button.is-height-min {
  padding: 18px 28px;
}

.basic-button.is-width-min {
  max-width: 300px;
  margin: 30px 0 0;
}

.basic-button.is-icon-blank-white {
  background-image: url(../../new-graduates/assets/img/common/icon_blank_white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.basic-button.is-arrow-left-white {
  background-image: url(../../new-graduates/assets/img/common/icon_arrow_left_white.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
}

.basic-button.is-arrow-right-white {
  background-image: url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.basic-button:hover {
  background: #fff;
  color: #EE7800;
}

.basic-button:hover.is-icon-blank-white {
  background-image: url(../../new-graduates/assets/img/common/icon_blank_orange.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.basic-button:hover.is-arrow-left-white {
  background-image: url(../../new-graduates/assets/img/common/icon_arrow_left_orange.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
}

.basic-button:hover.is-arrow-right-white {
  background-image: url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.content-box.two_blok {
  display: flex;
  justify-content: center;
}
.content-box.two_blok .basic-button {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .content-box.two_blok .basic-button:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .basic-button {
    margin: 30px auto 0;
    padding: 24px;
  }
  .basic-button.is-width-min {
    max-width: none;
    width: 90%;
    margin: 20px auto 0;
  }
  .basic-button.is-icon-blank-white {
    background-size: 12px auto;
  }
  .content-box.two_blok {
    flex-wrap: wrap;
  }
  .content-box.two_blok .basic-button:not(:first-child) {
    margin: 30px auto 0;
  }

}

/* リンク
/*+---------------------------------*/
/* --- 矢印付きリンク --- */
/* リスト
/*+---------------------------------*/
/* --- 標準リスト --- */
.list {
  margin-top: 16px;
}

.list li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

.list li:before {
  display: inline-block;
  position: relative;
  top: -2px;
  content: "";
  margin-right: 10px;
  width: 4px;
  height: 4px;
  background-color: #222222;
  border-radius: 100%;
}

/* --- 数字付きリスト --- */
.number-list {
  margin-top: -3px;
}

.number-list li {
  list-style-type: none;
  counter-increment: cnt;
  margin-top: 3px;
  line-height: 2;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.number-list li:before {
  content: "(" counter(cnt) ") ";
}

/* --- 注釈リスト --- */
.notice-list {
  margin-top: 16px;
}

.notice-list > li {
  padding-left: 16px;
  margin-bottom: 3px;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
}

.notice-list > li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.notice-list > li:last-child {
  margin-bottom: 0;
}

.notice-list > li a {
  text-decoration: underline;
}

.notice-list > li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .notice-list > li {
    margin-bottom: 10px;
  }
}

/* テーブル
/*+---------------------------------*/
/* --- 標準テーブル --- */
.basic-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  line-height: 2;
}

.basic-table thead th {
  padding: 20px;
  vertical-align: text-top;
  text-align: left;
  background: #f5f5f5;
  border: 1px solid #DDDDDD;
}

.basic-table thead th.is-career-wide {
  width: 150px;
}

.basic-table tbody th {
  padding: 20px;
  width: 170px;
  vertical-align: text-top;
  text-align: left;
  background: #f5f5f5;
  border: 1px solid #DDDDDD;
}

.basic-table .w200 tbody th {
  width: 200px;
}

.basic-table tbody td {
  padding: 20px;
  border: 1px solid #DDDDDD;
  word-break: break-all;
}

.basic-table tbody td.is-vertical-align-middle {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .basic-table {
    margin-top: 16px;
  }
  .basic-table thead th.is-career-wide {
    width: 110px;
  }
  .basic-table tbody th {
    padding: 10px;
    width: 110px;
  }
  .basic-table tbody td {
    padding: 10px;
  }
  .basic-table tbody td.is-vertical-align-middle {
    vertical-align: top;
  }
}

/* --- テーブル内コンテンツ --- */
.dl-text-layout dt {
  font-weight: bold;
}

.dl-text-layout dd .notice-list {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .dl-text-layout dt {
    font-weight: bold;
  }
  .dl-text-layout dd .notice-list {
    margin-top: 0;
  }
}

/* --- テーブル内コンテンツ --- */
.dl-table-layout {
  display: table;
  width: 300px;
}

.dl-table-layout dt {
  display: table-cell;
  width: 160px;
  font-weight: normal;
}

.dl-table-layout dd {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .dl-table-layout {
    width: 100%;
  }
  .dl-table-layout dt {
    width: 100px;
    padding-right: 10px;
  }
}

/* --- テーブル 見出しオレンジボーダー --- */
.heading-orange-line-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 2;
  border-top: 1px solid #EE7800;
  margin-top: 40px;
}

.heading-orange-line-table tbody th {
  width: 300px;
  border-bottom: 1px solid #EE7800;
  padding: 34px 16px;
  background: #fff3e7;
}

.heading-orange-line-table tbody td {
  width: calc(100% - 300px);
  border-bottom: 1px solid #EE7800;
  padding: 34px 0 34px 100px;
}

.heading-orange-line-table + .text-box {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .heading-orange-line-table {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
  }
  .heading-orange-line-table tbody th {
    width: 100px;
    padding: 20px 0;
  }
  .heading-orange-line-table tbody td {
    width: auto;
    padding: 20px 0 20px 10px;
    word-break: break-all;
  }
  .heading-orange-line-table + .text-box {
    margin-top: 20px;
  }
  .heading-orange-line-table + .text-box .is-align-right {
    text-align: right;
  }
}

/* --- テーブル 見出し赤背景 --- */
.heading-red-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 2;
  margin-top: 40px;
}

.heading-red-table thead th {
  font-size: 1.8rem;
  color: #fff;
  background: #CE0E0E;
  padding: 12px 20px;
  text-align: left;
  border-left: 1px solid #CE0E0E;
  border-right: 1px solid #CE0E0E;
}

.heading-red-table tbody {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  text-align: center;
}

.heading-red-table tbody th {
  width: 130px;
  padding: 20px 0 20px 20px;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.heading-red-table tbody td {
  padding: 20px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.heading-red-table:first-of-type {
  margin-top: 60px;
}

.heading-red-table.is-heading-border-bottom thead th {
  color: #222222;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #DDDDDD;
  padding: 12px 0 30px;
}

.heading-red-table.is-heading-border-bottom thead th span {
  display: inline-block;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #CE0E0E;
}

.heading-red-table.vr2 tbody > tr:first-child td {
  text-align: center;
}
.heading-red-table.vr2 tbody th {
  border-right: 1px solid #DDDDDD;
}
.heading-red-table.vr2 tbody .tr-text-layout td {
  border-right: 1px solid #DDDDDD;
  text-align: center;
}
.heading-red-table.vr2 tbody .tr-text-openings td {
  border-right: 1px solid #DDDDDD;
}
.heading-red-table tbody tr td .dl-text-layout {
  text-align: center;
}
.ta_c {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .heading-red-table {
    width: 100%;
  }
  .heading-red-table tbody {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
  }
  .heading-red-table tbody th {
    display: block;
    width: 100%;
    padding: 10px 0 0 14px;
    text-align: left;
    border-bottom: 0;
  }
  .heading-red-table tbody td {
    display: block;
    width: 100%;
    padding: 0 14px 10px 14px;
    border-bottom: 0;
  }
  .heading-red-table tbody td:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
  .heading-red-table:first-of-type {
    margin-top: 30px;
  }
  .heading-red-table.is-heading-border-bottom thead th {
    line-height: 1.4;
    padding-bottom: 18px;
  }
}


/* --- テーブル  代表的なプログラム--- */

.heading-program-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  margin-top: 40px;
  align-content: center;
}
.heading-program-table thead th {
  font-size: 1.8rem;
  text-align: left;
}
.heading-program-table tbody {
  border: 1px solid #DDDDDD;
}
.heading-program-table tbody th {
  width: 130px;
  padding-left: 10px;
  text-align: left;
  border-bottom: 1px solid #DDDDDD;
}
.heading-program-table tbody td {
  border-bottom: 1px solid #DDDDDD;
}

/* パーツ
/*+---------------------------------*/
/* --- トップビジュアル --- */
.mv .mv__inner {
  position: relative;
  height: calc(100vh - 73px);
}

.mv .mv__inner .mv__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mv .mv__inner .mv__content .mv__heading {
  width: 455px;
  color: #fff;
  font-weight: bold;
  margin-left: 100px;
}

.mv .mv__inner .mv__content .mv__heading .mv__heading-catch {
  font-size: 2.4rem;
  background: #EE7800;
  text-align: center;
  padding: 0 0 2px 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.mv .mv__inner .mv__content .mv__heading h2 {
  font-size: 5.4rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.mv .mv__inner .mv__content .mv__heading .mv__heading-text {
  font-size: 1.4rem;
  line-height: 2.4;
}

/* .mv .mv__inner .mv__content .mv__news {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  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;
  width: 43.75%;
  background: #fff;
  padding: 16px 20px;
  margin-top: 46px;
} */

.mv .mv__inner .mv__content .mv__news {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  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;
  width: 43.75%;
  background: #fff;
  padding: 16px 20px;
  margin-top: 0px;
}

.mv .mv__inner .mv__content .mv__news .mv__news-heading {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  padding-right: 8px;
  margin-right: 20px;
  border-right: 1px solid #dddddd;
}

.mv .mv__inner .mv__content .mv__news .mv__news-text {
  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: 1.4rem;
}

.mv .mv__inner .mv__content .mv__news .mv__news-text span {
  color: #EE7800;
  margin-right: 16px;
}

.mv .mv__inner .mv__movie {
  height: calc(100vh - 73px);
  overflow: hidden;
  position: fixed;
  z-index: -1;
  top: 71px;
  right: 0;
  left: 0;
  bottom: 0;
}

.mv .mv__inner .mv__movie .mv__movie-item {
  min-width: 100%;
  min-height: 100%;
  width: 177.77777778vh;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .mv .mv__inner {
    height: calc(100vh - 122px);
    padding: 0 15px;
  }
  .mv .mv__inner .mv__content .mv__heading {
    width: 86.95652%;
    margin-left: 15px;
  }
  .mv .mv__inner .mv__content .mv__heading .mv__heading-catch {
    width: 282px;
    font-size: 1.4rem;
    padding: 2px 0;
    margin-bottom: 10px;
  }
  .mv .mv__inner .mv__content .mv__heading h2 {
    font-size: 3.4rem;
    margin-bottom: 10px;
  }
  .mv .mv__inner .mv__content .mv__heading .mv__heading-text {
    font-size: 1.2rem;
    line-height: 2.4;
  }
  /* .mv .mv__inner .mv__content .mv__news {
    width: 100%;
    padding: 10px 15px;
    margin-top: 16px;
  } */
  .mv .mv__inner .mv__content .mv__news {
    width: 100%;
    padding: 10px 15px;
    margin-top: 0px;
  }
  .mv .mv__inner .mv__content .mv__news .mv__news-heading {
    margin-right: 10px;
  }
  .mv .mv__inner .mv__content .mv__news .mv__news-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
  }
  .mv .mv__inner .mv__content .mv__news .mv__news-text span {
    display: inline-block;
    width: 100%;
    color: #EE7800;
    margin-right: 0;
  }
  .mv .mv__inner .mv__movie {
    height: calc(100vh - 122px);
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 65px;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .mv .mv__inner .mv__movie .mv__movie-item {
    min-width: 100%;
    min-height: 100%;
    width: 56.25vh;
    height: 177.77777778vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}

/* --- 下層トップビジュアル --- */
.lower-mv-box {
  background: url(../../new-graduates/assets/img/common/bg_mv.png) no-repeat left bottom/contain;
  margin-bottom: 100px;
}

.lower-mv-box .lower-mv {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  height: 400px;
  margin-left: 40px;
}

.lower-mv-box .lower-mv.is-about {
  background: url(../../new-graduates/assets/img/about/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-about-construction {
  background: url(../../new-graduates/assets/img/about/construction/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-about-maintenance {
  background: url(../../new-graduates/assets/img/about/maintenance/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-about-service-area {
  background: url(../../new-graduates/assets/img/about/service_area/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-about-new {
  background: url(../../new-graduates/assets/img/about/new/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-about-corporate {
  background: url(../../new-graduates/assets/img/about/corporate/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-about-works {
  background: url(../../new-graduates/assets/img/about/works/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-movie {
  background: url(../../new-graduates/assets/img/movie/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-interview {
  background: url(../../new-graduates/assets/img/interview/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-interview-detail {
  background: url(../../new-graduates/assets/img/interview/mv_detail_pc.jpg) no-repeat left top/cover;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption {
  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;
  max-width: 1248px;
  width: 100%;
  padding: 0 24px;
  margin: auto;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption-interview {
  font-size: 2rem;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption {
  width: 30.83333%;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num {
  font-size: 1.6rem;
  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;
  margin-bottom: 10px;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num span {
  color: #fff;
  background: #222222;
  padding: 7px 10px;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num span.is-construction {
  background: #355a9a;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num span.is-maintenance {
  background: #55aa3c;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num span.is-service-area {
  background: #ee8f00;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num span.is-new {
  background: #e95252;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num span.is-corporate {
  background: #666666;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-heading {
  font-size: 2.4rem;
  margin-bottom: 4px;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-heading span {
  display: inline-block;
  background: #fff;
  padding: 6px 10px 8px 10px;
  margin-bottom: 10px;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-text {
  color: #fff;
  line-height: 1.8;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__image {
  width: 62.5%;
  margin-left: 6.66667%;
}

.lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__image img {
  margin-bottom: -100px;
}

.lower-mv-box .lower-mv.is-group {
  background: url(../../assets/img/group/mv_pc.jpg) no-repeat center top/cover;
  background-position: 61%;
}
.lower-mv-box .lower-mv.is-feature {
  background: url(../../new-graduates/assets/img/feature/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-feature-nurturing {
  background: url(../../new-graduates/assets/img/feature/nurturing/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-feature-welfare {
  background: url(../../new-graduates/assets/img/feature/welfare/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-feature-childcare {
  background: url(../../new-graduates/assets/img/feature/childcare/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-feature-diversity {
  background: url(../../new-graduates/assets/img/feature/diversity/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-company {
  background: url(../../new-graduates/assets/img/company/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-faq {
  background: url(../../new-graduates/assets/img/faq/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-requirement {
  background: url(../../new-graduates/assets/img/requirement/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-internship {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: url(../../new-graduates/assets/img/internship/mv_pc.jpg) no-repeat center top/cover;
}

.lower-mv-box .lower-mv.is-internship .heading-level2 {
  width: 700px;
  margin: 32px 0 0 -40px;
  padding: 60px 74px 64px 200px;
  background: url(../../new-graduates/assets/img/internship/bg_heading_level2_pc.png) no-repeat center top/cover;
  font-size: 5.4rem;
  text-align: left;
  line-height: 1;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.lower-mv-box .lower-mv.is-internship .heading-level2 span {
  display: inline-block;
  font-size: 7.2rem;
  margin-bottom: 16px;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
}

.lower-mv-box .lower-mv.is-internship .heading-level2 span:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .lower-mv-box {
    background: url(../../new-graduates/assets/img/common/bg_mv.png) no-repeat left bottom/contain;
    background-size: auto 130px;
    margin-bottom: 40px;
  }
  .lower-mv-box .lower-mv {
    width: calc(100% - 15px);
    height: 200px;
    margin-left: 15px;
  }
  .lower-mv-box .lower-mv.is-about {
    background: url(../../new-graduates/assets/img/about/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-about-construction {
    background: url(../../new-graduates/assets/img/about/construction/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-about-maintenance {
    background: url(../../new-graduates/assets/img/about/maintenance/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-about-service-area {
    background: url(../../new-graduates/assets/img/about/service_area/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-about-new {
    background: url(../../new-graduates/assets/img/about/new/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-about-corporate {
    background: url(../../new-graduates/assets/img/about/corporate/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-about-works {
    background: url(../../new-graduates/assets/img/about/works/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-movie {
    background: url(../../new-graduates/assets/img/movie/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-interview {
    background: url(../../new-graduates/assets/img/interview/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-interview-detail {
    background: url(../../new-graduates/assets/img/interview/mv_detail_sp.jpg) no-repeat left top/cover;
    height: 100%;
    padding-bottom: 30px;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 15px;
    margin: auto;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-interview {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num {
    margin-bottom: 4px;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-num span {
    font-size: 1.4rem;
    padding: 4px 6px;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-heading {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-heading span {
    padding: 4px 6px;
    margin-bottom: 4px;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__caption .lower-mv-image-with-caption__caption-text {
    font-size: 1.2rem;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__image {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lower-mv-box .lower-mv.is-interview-detail .lower-mv-image-with-caption .lower-mv-image-with-caption__image img {
    margin-bottom: 0;
  }
  .lower-mv-box .lower-mv.is-group {
    background: url(../../assets/img/group/mv_sp.jpg) no-repeat center top/cover;
    height: clamp(200px, 52.1vw, 400px);
    display: flex;
    justify-content: flex-start;
  }
  .lower-mv-box .lower-mv.is-feature {
    background: url(../../new-graduates/assets/img/feature/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-feature-nurturing {
    background: url(../../new-graduates/assets/img/feature/nurturing/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-feature-welfare {
    background: url(../../new-graduates/assets/img/feature/welfare/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-feature-childcare {
    background: url(../../new-graduates/assets/img/feature/childcare/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-feature-diversity {
    background: url(../../new-graduates/assets/img/feature/diversity/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-company {
    background: url(../../new-graduates/assets/img/company/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-faq {
    background: url(../../new-graduates/assets/img/faq/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-requirement {
    background: url(../../new-graduates/assets/img/requirement/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-internship {
    background: url(../../new-graduates/assets/img/internship/mv_sp.jpg) no-repeat center top/cover;
  }
  .lower-mv-box .lower-mv.is-internship .heading-level2 {
    width: 230px;
    margin: 28px 0 0 -15px;
    padding: 30px 35px 38px 35px;
    background: url(../../new-graduates/assets/img/internship/bg_heading_level2_sp.png) no-repeat center top;
    font-size: 2rem;
  }
  .lower-mv-box .lower-mv.is-internship .heading-level2 span {
    display: inline-block;
    font-size: 3.4rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
}

/* --- QAボックス --- */
.qa-box {
  margin-bottom: 20px;
}

.qa-box .qa-box__q .qa-box__q-button {
  width: 100%;
  background: #fff4e9;
  border: 0;
  padding: 14px 64px 22px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}

.qa-box .qa-box__q .qa-box__q-button .font-barlow {
  font-size: 3.2rem;
  margin-right: 10px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.qa-box .qa-box__q .qa-box__q-button:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #EE7800;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa-box .qa-box__q .qa-box__q-button:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #EE7800;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-box .qa-box__q .qa-box__q-button.is-active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qa-box .qa-box__a {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  padding-bottom: 38px;
}

.qa-box .qa-box__a[aria-hidden="true"] {
  display: none;
}

.qa-box .qa-box__a[aria-hidden="false"] {
  display: block;
}

.qa-box .qa-box__a .text-box {
  margin-top: 30px;
  line-height: 1.6;
}

.qa-box .qa-box__a .text-box .font-barlow {
  font-size: 2.4rem;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .qa-box {
    margin-bottom: 15px;
  }
  .qa-box .qa-box__q .qa-box__q-button {
    width: 100%;
    padding: 10px 48px 14px 10px;
    font-size: 1.8rem;
    color: #222222;
  }
  .qa-box .qa-box__q .qa-box__q-button .font-barlow {
    font-size: 2.4rem;
    margin-right: 5px;
  }
  .qa-box .qa-box__q .qa-box__q-button:before {
    width: 20px;
    right: 10px;
  }
  .qa-box .qa-box__q .qa-box__q-button:after {
    width: 20px;
    right: 10px;
  }
  .qa-box .qa-box__a {
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .qa-box .qa-box__a .text-box {
    margin-top: 16px;
    line-height: 1.6;
  }
  .qa-box .qa-box__a .text-box .font-barlow {
    margin-right: 5px;
  }
}

/* --- STEPボックス --- */
.step-box {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  height: 100px;
  margin: 80px auto 0;
  background: #f5f5f5;
}

.step-box .step-box__item {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36.5%;
  height: 100%;
  padding: 0 8% 0 5.8%;
  background: url(../../new-graduates/assets/img/requirement/icon_step_arrow_pc.png) no-repeat right center/contain;
  position: relative;
}

.step-box .step-box__item:nth-child(1) {
  width: 36.5%;
}

.step-box .step-box__item:nth-child(2) {
  width: 36.5%;
}

.step-box .step-box__item:nth-child(3) {
  width: 29.2%;
  background-image: none;
}

.step-box .step-box__item .step-box__number {
  font-size: 4rem;
  color: #EE7800;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 0.8;
  position: absolute;
  top: -55px;
}

.step-box .step-box__item .step-box__number span {
  font-size: 1.6rem;
  color: #222222;
}

.step-box .step-box__item .step-box__text {
  font-size: 2.4rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media screen and (max-width: 768px) {
  .step-box {
    margin: 60px auto 0;
  }
  .step-box .step-box__item {
    background: none;
    padding: 0;
  }
  .step-box .step-box__item:nth-child(1) {
    width: 31.30435%;
  }
  .step-box .step-box__item:nth-child(2) {
    width: 42.02899%;
    padding: 0 3% 0 3%;
    background: url(../../new-graduates/assets/img/requirement/icon_step_arrow_sp.png) no-repeat left center/contain, url(../../new-graduates/assets/img/requirement/icon_step_arrow_sp.png) no-repeat right center/contain;
  }
  .step-box .step-box__item:nth-child(2) .step-box__text {
    text-align: center;
  }
  .step-box .step-box__item:nth-child(3) {
    width: 26.66667%;
  }
  .step-box .step-box__item .step-box__text {
    font-size: 1.6rem;
  }
}

/* --- サムネイルボックス --- */
.thumbnail-box {
  height: 100%;
  display: block;
  background: #fff;
  color: #222222;
  text-decoration: none;
  position: relative;
}

.thumbnail-box:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.thumbnail-box .thumbnail-box__image {
  overflow: hidden;
  position: relative;
}

.thumbnail-box .thumbnail-box__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumbnail-box .thumbnail-box__image .heading-level2 {
  width: 100%;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.thumbnail-box .thumbnail-box__image .heading-level2 span {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .thumbnail-box .thumbnail-box__image .heading-level2 {
    font-size: 2.4rem;
  }
  .thumbnail-box .thumbnail-box__image .heading-level2 span {
    font-size: 1.4rem;
  }
}

.thumbnail-box .thumbnail-box__text {
  height: 100%;
  padding: 30px;
  line-height: 2;
  position: relative;
}

.thumbnail-box:hover .thumbnail-box__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.thumbnail-box:hover:after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}

@media screen and (max-width: 1000px) {
  .thumbnail-box .thumbnail-box__image .heading-level2 {
    font-size: 2rem;
  }
  .thumbnail-box .thumbnail-box__image .heading-level2 span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .thumbnail-box .thumbnail-box__text {
    font-size: 1.6rem;
  }
  .thumbnail-box .thumbnail-box__text:after {
    width: 30px;
    height: 30px;
    background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 60% center;
  }
}

/* --- ナビゲーションボックス（事業紹介・社員の働く環境） --- */
.lower-navigation-box {
  margin-top: 80px;
  position: relative;
}

.lower-navigation-box .lower-navigation-box__heading {
  position: absolute;
  left: 60px;
}

.lower-navigation-box .lower-navigation-box__list {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: -30px;
}

.lower-navigation-box .lower-navigation-box__list li {
  width: 48.14815%;
  background-color: #fff;
  margin-bottom: 30px;
}

.lower-navigation-box .lower-navigation-box__list li .lower-navigation-box__list-item {
  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;
  width: 100%;
  text-decoration: none;
}

.lower-navigation-box .lower-navigation-box__list li .lower-navigation-box__list-item .lower-navigation-box__list-image {
  width: 42.30769%;
  overflow: hidden;
}

.lower-navigation-box .lower-navigation-box__list li .lower-navigation-box__list-item .lower-navigation-box__list-image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.lower-navigation-box .lower-navigation-box__list li .lower-navigation-box__list-item .lower-navigation-box__list-text {
  width: 57.69231%;
  padding-left: 5.76923%;
  padding-right: 11.53846%;
  font-size: 1.8rem;
  color: #222222;
}

.lower-navigation-box .lower-navigation-box__list li .lower-navigation-box__list-item:hover .lower-navigation-box__list-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.lower-navigation-box.is-feature {
  padding: 68px 60px;
  background: #fff1e4;
}

.lower-navigation-box.is-feature .lower-navigation-box__heading {
  font-size: 2.4rem;
  top: -18px;
}

.lower-navigation-box.is-feature li {
  background-image: url(../../new-graduates/assets/img/common/icon_arrow_right_orange_big.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
}

.lower-navigation-box.is-about {
  padding: 60px;
  background: #e5e5e5;
}

.lower-navigation-box.is-about .lower-navigation-box__heading {
  font-size: 2rem;
  top: -14px;
}

.lower-navigation-box.is-about .lower-navigation-box__list li .lower-navigation-box__list-item {
  position: relative;
}

.lower-navigation-box.is-about .lower-navigation-box__list li .lower-navigation-box__list-item:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #EE7800;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_blank_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.lower-navigation-box.is-about .lower-navigation-box__list li .lower-navigation-box__list-item:hover:after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_blank_orange.svg) no-repeat left 56% center;
}

.lower-navigation-box.is-about .lower-navigation-box__list li .lower-navigation-box__list-item .lower-navigation-box__list-text {
  font-weight: bold;
}

.lower-navigation-box .lower-navigation-box__text-link {
  text-align: right;
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

.lower-navigation-box .lower-navigation-box__text-link a {
  color: #222222;
}

@media screen and (max-width: 768px) {
  .lower-navigation-box .lower-navigation-box__heading {
    left: 20px;
  }
  .lower-navigation-box .lower-navigation-box__list {
    display: block;
    width: 100%;
    margin-bottom: -20px;
  }
  .lower-navigation-box .lower-navigation-box__list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .lower-navigation-box .lower-navigation-box__list li .lower-navigation-box__list-item {
    width: 100%;
  }
  .lower-navigation-box .lower-navigation-box__list li .lower-navigation-box__list-item .lower-navigation-box__list-image {
    width: 32.78689%;
  }
  .lower-navigation-box .lower-navigation-box__list li .lower-navigation-box__list-item .lower-navigation-box__list-text {
    width: 67.21311%;
    padding-left: 6.55738%;
    padding-right: 14.7541%;
    font-size: 1.6rem;
    color: #222222;
  }
  .lower-navigation-box.is-feature {
    padding: 38px 20px 20px 20px;
  }
  .lower-navigation-box.is-about {
    padding: 38px 20px 20px 20px;
  }
  .lower-navigation-box.is-about .lower-navigation-box__heading {
    font-size: 2.4rem;
    top: -18px;
  }
  .lower-navigation-box .lower-navigation-box__text-link {
    text-align: left;
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

/* パンくず
/*+---------------------------------*/
.topic-path {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
}

.topic-path span {
  margin-right: 8px;
  padding-right: 16px;
  position: relative;
}

.topic-path span:after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topic-path span:last-child {
  margin-right: 0;
  padding-right: 0;
}

.topic-path span:last-child:after {
  display: none;
}

.topic-path span > a {
  color: #222222;
  text-decoration: none;
}

.topic-path span > a:focus, .topic-path span > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .topic-path {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.2rem;
  }
}

/* その他
/*+---------------------------------*/
/* --- アイコン画像 --- */
.icon-blank-white {
  padding-right: 16px;
  background: url(../../new-graduates/assets/img/common/icon_blank_white.svg) no-repeat right center;
  background-size: 9px auto;
}
.icon-arrow-dark-orange {
  padding-right: 16%;
  background: url(../img/icon_arrow_right_orange.svg) no-repeat right center;
  background-size: 9px auto;
}

.icon-blank-dark-red {
  padding-right: 16%;
  background: url(../img/icon_arrow_right_red.svg) no-repeat right center;
  background-size: 9px auto;
}

.icon-blank-red {
  padding-right: 16px;
  background: url(../../new-graduates/assets/img/common/icon_blank_red.svg) no-repeat right center;
}

.icon-blank-orange {
  padding-right: 16px;
  background: url(../../new-graduates/assets/img/common/icon_blank_orange.svg) no-repeat right center;
}

.icon-pdf-orange {
  padding-right: 16px;
  background: url(../../new-graduates/assets/img/common/icon_pdf_orange.svg) no-repeat right center;
}

.icon-blank-black {
  padding-right: 16px;
  background: url(../../new-graduates/assets/img/common/icon_blank_black.svg) no-repeat right center;
}

.icon-arrow-right-orange {
  padding-right: 16px;
  background: url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat right center;
}

/* --- 幅マックス装飾背景 --- */
.bg-orange {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 60px;
  margin-bottom: 140px;
  padding-bottom: 40px;
  background: linear-gradient(to bottom, #fff 0, #fff 130px, transparent 130px, transparent 100%), linear-gradient(to right, #ffecd9 0, #ffecd9 100%);
}

@media screen and (max-width: 768px) {
  .bg-orange {
    margin-top: 30px;
    margin-bottom: 70px;
    padding-bottom: 20px;
    background: linear-gradient(to bottom, #fff 0, #fff 60px, transparent 60px, transparent 100%), linear-gradient(to right, #ffecd9 0, #ffecd9 100%);
  }
}

.bg-gradation {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 60px;
  margin-bottom: 140px;
  padding-bottom: 40px;
  background: linear-gradient(to bottom, #fff 0, #fff 130px, transparent 130px, transparent 100%), linear-gradient(to right, #ffa961 0, #fee6ba 50%, #fffabe 100%);
}

@media screen and (max-width: 768px) {
  .bg-gradation {
    margin-top: 30px;
    margin-bottom: 70px;
    padding-bottom: 20px;
    background: linear-gradient(to bottom, #fff 0, #fff 60px, transparent 60px, transparent 100%), linear-gradient(to right, #ffa961 0, #fee6ba 50%, #fffabe 100%);
  }
}

.bg-about {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 60px;
  margin-bottom: -80px;
  padding-bottom: 40px;
  background: url(../../new-graduates/assets/img/about/bg_about_pc.jpg) no-repeat center top 100px/cover;
}

@media screen and (max-width: 768px) {
  .bg-about {
    margin-top: 30px;
    margin-bottom: -60px;
    padding-bottom: 40px;
    background: #1b2028 url(../../new-graduates/assets/img/about/bg_about_sp.jpg) no-repeat center top 37px/100%;
  }
}

/* 各ページ
/*+---------------------------------*/
/* --- 動画一覧 --- */
.movie-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#movie-content5 .movie-list {
  display: flex;
  align-items: flex-end;
}
.movie-list + .movie-list {
  margin-top: 50px;
}

.movie-list .movie-list__item {
  width: 31.66667%;
  margin-right: 2.5%;
}

.movie-list .movie-list__item:nth-child(3n) {
  margin-right: 0;
}

.movie-list .movie-list__item .movie-list__item-heading {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.movie-list .movie-list__item .movie-list__item-youtube {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  -webkit-box-shadow: 1px 3px 30px 0px rgba(34, 34, 34, 0.2);
          box-shadow: 1px 3px 30px 0px rgba(34, 34, 34, 0.2);
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.movie-list .movie-list__item .movie-list__item-youtube:hover {
  opacity: 0.7;
}

.movie-list .movie-list__item .movie-list__item-youtube.is-yourtube-ready {
  pointer-events: auto;
  cursor: pointer;
}

.movie-list .movie-list__item .movie-list__item-youtube.is-yourtube-ready.is-movie-play .movie-list__item-thumbnail-box {
  opacity: 0;
  pointer-events: none;
}

.movie-list .movie-list__item .movie-list__item-youtube.is-yourtube-ready.is-movie-play:hover {
  opacity: 1;
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-youtube-box,
.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail {
  position: relative;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-saiyou-jimu {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_saiyou_jimu.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-saiyou-doboku {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_saiyou_doboku.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-saiyou-shisetsu {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_saiyou_shisetsu.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-gaiyou {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_gaiyou.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-kankyou {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_kankyou.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-jimu {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_jimu.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-doboku {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_doboku.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-shisetsu {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_shisetsu.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-i-movement {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_i_movement.png);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-renewal {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_renewal.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-shintoumei {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_shintoumei.jpg);
}
.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-concept_mamoru {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_concept_mamoru.jpg);
}
.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-evolution_shintoumei {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_evolution_shintoumei.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-concept_tukuru {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_concept_tukuru.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-concept_omotenasi {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_concept_omotenasi.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-special-one-career {
  background-image: url(../../new-graduates/assets/img/movie/video_special_one_career.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-special-one-career-tokai {
  background-image: url(../../new-graduates/assets/img/movie/video_special_one_career_tokai.png);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-special-one-career-infura {
  background-image: url(../../new-graduates/assets/img/movie/video_special_one_career_infura.png);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-special-one-career-map {
  background-image: url(../../new-graduates/assets/img/movie/video_special_one_career_map.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-coverage-jimu {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_coverage_jimu.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-coverage-doboku {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_coverage_doboku.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail.is-coverage-shisetsu {
  background-image: url(../../new-graduates/assets/img/movie/video_thumbnail_coverage_shisetsu.jpg);
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail:before, .movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail:before {
  width: 60px;
  height: 60px;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 50%;
}

.movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail:after {
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 16px;
  border-color: transparent transparent transparent #fff;
  opacity: 0.75;
}

.movie-list .movie-list__item .movie-list__item-text-link a {
  display: block;
  font-size: 1.4rem;
  color: #222222;
}

.movie-list .movie-list__item .movie-list__item-text-link a + a {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .movie-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .movie-list + .movie-list {
    margin-top: 0;
  }
  .movie-list .movie-list__item {
    width: 100%;
    margin: 0 0 40px;
  }
  .movie-list .movie-list__item:nth-child(3n) {
    margin: 0;
  }
  .movie-list .movie-list__item .movie-list__item-youtube {
    margin-bottom: 10px;
  }
  .movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-youtube-box,
  .movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail:before, .movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail:before {
    width: 60px;
    height: 60px;
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 50%;
  }
  .movie-list .movie-list__item .movie-list__item-youtube .movie-list__item-thumbnail-box .movie-list__item-thumbnail:after {
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 16px;
    border-color: transparent transparent transparent #fff;
    opacity: 0.75;
  }
  .movie-list .movie-list__item .movie-list__item-text-link a + a {
    margin-top: 16px;
  }
}

/* --- 動画詳細 --- */
.video-box {
  width: 100%;
}

.video-box .video-box__movie {
  display: block;
  width: 100%;
}

.internship-image-with-caption-box {
  position: relative;
  overflow: hidden;
  padding-top: 118px;
  position: relative;
}

.internship-image-with-caption-box .bg-text {
  font-size: 15rem;
  color: #fff;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-stroke: 1px #ddb7b6;
  -webkit-text-stroke: 1px #ddb7b6;
  line-height: 0.8;
  letter-spacing: 3px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 32px;
}

.internship-image-with-caption-box .internship-image-with-caption {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 80px;
  background: #f5f5f5;
  position: relative;
}

.internship-image-with-caption-box .internship-image-with-caption .internship-image-with-caption__caption {
  width: 53.33333%;
  padding: 0 5.33333% 0 3.33333%;
  border-left: 1px solid #CE0E0E;
}

.internship-image-with-caption-box .internship-image-with-caption .internship-image-with-caption__caption .heading-level3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

.internship-image-with-caption-box .internship-image-with-caption .internship-image-with-caption__image {
  width: 40vw;
  position: absolute;
  top: 0;
  right: 0;
}

.internship-image-with-caption-box .internship-image-with-caption .internship-image-with-caption__image img {
  width: 100%;
}

@media screen and (max-width: 1260px) {
  .internship-image-with-caption-box .internship-image-with-caption .internship-image-with-caption__image {
    bottom: auto;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .internship-image-with-caption-box {
    padding-top: 88px;
  }
  .internship-image-with-caption-box .bg-text {
    font-size: 4.8rem;
    line-height: 1;
    left: 15px;
  }
  .internship-image-with-caption-box .internship-image-with-caption {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .internship-image-with-caption-box .internship-image-with-caption .internship-image-with-caption__caption {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .internship-image-with-caption-box .internship-image-with-caption .internship-image-with-caption__caption .heading-level3 {
    font-size: 2.4rem;
  }
  .internship-image-with-caption-box .internship-image-with-caption .internship-image-with-caption__image {
    width: calc(100% + 15px);
    margin-bottom: 30px;
    position: relative;
    top: 0;
    bottom: auto;
    right: auto;
  }
}

.image-box-internship {
  margin-left: calc((100vw - 1220px) / 2);
  margin-bottom: 60px;
}

.image-box-internship img {
  width: 100%;
}

@media screen and (max-width: 1260px) {
  .image-box-internship {
    margin-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .image-box-internship {
    margin-left: 15px;
    margin-bottom: 40px;
  }
  .image-box-internship img {
    width: 100%;
  }
}

.internship-wrap a {
  text-decoration: underline;
  color: #CE0E0E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.internship-wrap a:hover {
  text-decoration: none;
}

.internship-wrap .heading-level4:before {
  background: #CE0E0E;
}

.internship-wrap .lower-mv-box {
  background: #fff;
}

.internship-wrap .content-box-3 {
  margin-top: 20px;
}

.internship-wrap .content-box-3 .text-box .list {
  margin-top: 0;
}

.interview-box {
  display: inline-block;
  text-decoration: none;
  color: #222222;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.interview-box:hover .interview-box__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.interview-box .interview-box__image {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}

.interview-box .interview-box__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.interview-box .interview-box__image .interview-box__badge {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 8px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.interview-box .interview-box__image .interview-box__badge.is-construction {
  background: #355a9a;
}

.interview-box .interview-box__image .interview-box__badge.is-maintenance {
  background: #55aa3c;
}

.interview-box .interview-box__image .interview-box__badge.is-service-area {
  background: #ee8f00;
}

.interview-box .interview-box__image .interview-box__badge.is-new {
  background: #e95252;
}

.interview-box .interview-box__image .interview-box__badge.is-corporate {
  background: #666666;
}

.interview-box .interview-box__image .interview-box__badge.is-about {
  background: #222222;
}

.interview-box .interview-box__num {
  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;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  color: #EE7800;
}

.interview-box .interview-box__num:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #EE7800;
  position: absolute;
  top: 50%;
  left: 0;
}

.interview-box .interview-box__num span {
  font-size: 2.4rem;
  margin-left: 10px;
}

.interview-box .interview-box__name {
  font-weight: bold;
  margin-bottom: 6px;
}

.interview-box .interview-box__name span {
  display: inline-block;
  background: #fff;
  padding: 6px 12px 8px 12px;
  margin-bottom: 6px;
}

.interview-box .interview-box__name span.adjust94 {
	font-size: 94%;
}

.interview-box .interview-box__join {
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .interview-box .interview-box__image {
    margin-bottom: 2px;
  }
  .interview-box .interview-box__num {
    margin-bottom: 2px;
    font-size: 1rem;
  }
  .interview-box .interview-box__num span {
    font-size: 2rem;
    margin-left: 5px;
  }
  .interview-box .interview-box__name {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .interview-box .interview-box__name span {
    display: inline-block;
    background: #fff;
    padding: 4px 6px 4px 6px;
    margin-bottom: 4px;
  }
  .interview-box .interview-box__join {
    padding-left: 0;
    font-size: 1.2rem;
  }
}

.interview-detail-wrap .lower-mv-box {
  background: #fff;
}

.interview-detail-wrap .bg-orange {
  padding-bottom: 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .interview-detail-wrap .bg-orange {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}

.career-path-box {
  background: #f5f5f5;
  position: relative;
  margin-bottom: 160px;
}

.career-path-box h3 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  position: absolute;
  left: 44.5%;
  top: -24px;
  letter-spacing: 2px;
}

.career-path-box .career-path-box__inner {
  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;
  width: 100%;
}

.career-path-box .career-path-box__inner .career-path-box__map {
  width: 41.66667%;
}

.career-path-box .career-path-box__inner .career-path-box__map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.career-path-box .career-path-box__inner .career-path-box__content {
  width: 58.33333%;
  padding: 24px 3.33333% 16px 3.16667%;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list {
  border-left: 1px solid #dddddd;
  position: relative;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10.5px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: -1px;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list li {
  padding-left: 42px;
  position: relative;
  margin-bottom: 24px;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list li:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 16px);
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: -1px;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #EE7800;
  position: absolute;
  left: -6px;
  top: 11px;
  z-index: 2;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #222222;
  position: absolute;
  left: -42px;
  top: 16px;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box .career-path-box__content-list-box-num {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  width: 36px;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box .career-path-box__content-list-box-date {
  font-size: 1.6rem;
  line-height: 2;
  width: 96px;
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box .career-path-box__content-list-box-text {
  font-size: 1.6rem;
  line-height: 2;
  width: calc(100% - 132px);
}

.career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-text {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .career-path-box {
    margin-bottom: 80px;
  }
  .career-path-box h3 {
    left: 15px;
  }
  .career-path-box .career-path-box__inner {
    display: block;
  }
  .career-path-box .career-path-box__inner .career-path-box__map {
    width: 100%;
  }
  .career-path-box .career-path-box__inner .career-path-box__content {
    width: 100%;
    padding: 16px 20px 30px 20px;
  }
  .career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list li {
    margin-bottom: 20px;
  }
  .career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box .career-path-box__content-list-box-num {
    font-size: 1.8rem;
    line-height: 1.8;
    width: 36px;
  }
  .career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box .career-path-box__content-list-box-date {
    font-size: 1.4rem;
    width: calc(100% - 36px);
    line-height: 1.6;
  }
  .career-path-box .career-path-box__inner .career-path-box__content .career-path-box__content-list-box .career-path-box__content-list-box-text {
    font-size: 1.4rem;
    width: 100%;
    padding-left: 36px;
    line-height: 1.6;
  }
}

.interview-detail-q-box {
  margin-bottom: 60px;
}

.interview-detail-q-box .heading-level4 {
  font-size: 2.4rem;
}

.interview-detail-q-box .heading-level4 .font-barlow {
  font-size: 3.2rem;
  margin-right: 10px;
}

.interview-detail-q-box .interview-detail-q-box__content {
  width: 53.33333%;
}

.interview-detail-q-box .interview-detail-q-box__image {
  width: 41.66667%;
  height: 100%;
  position: relative;
}

.interview-detail-q-box .interview-detail-q-box__image .interview-detail-q-box__image-gradation {
  width: 100%;
  height: 100%;
  background: #ffecd9;
  position: absolute;
  top: -60px;
  z-index: -1;
}

.interview-detail-q-box.is-image-left {
  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;
}

.interview-detail-q-box.is-image-left .interview-detail-q-box__image-gradation {
  margin-left: calc(60% - 60vw);
  padding-left: calc(60vw - 60%);
  margin-right: 60px;
  right: 0;
}

.interview-detail-q-box.is-image-right {
  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;
}

.interview-detail-q-box.is-image-right .interview-detail-q-box__image-gradation {
  margin-right: calc(60% - 60vw);
  padding-right: calc(60vw - 60%);
  margin-left: 60px;
  left: 0;
}

.interview-detail-q-box.is-image-none {
  margin-bottom: 195px;
}

@media screen and (max-width: 768px) {
  .interview-detail-q-box {
    margin-bottom: 40px;
  }
  .interview-detail-q-box .heading-level4 {
    font-size: 1.8rem;
  }
  .interview-detail-q-box .heading-level4 .font-barlow {
    font-size: 2.4rem;
    margin-right: 5px;
  }
  .interview-detail-q-box .interview-detail-q-box__content {
    width: 100%;
    margin-bottom: 32px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .interview-detail-q-box .interview-detail-q-box__image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .interview-detail-q-box .interview-detail-q-box__image .interview-detail-q-box__image-gradation {
    width: 100%;
    height: 100%;
    background: #ffecd9;
    position: absolute;
    top: -15px;
    left: auto;
    right: auto;
    margin-left: -15px;
    padding-left: 0;
    margin-right: 0;
  }
  .interview-detail-q-box.is-image-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .interview-detail-q-box.is-image-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .interview-detail-q-box.is-image-none {
    margin-bottom: 40px;
  }
}

.oneday-schedule-box {
  background: #f5f5f5;
  margin: 126px 0 90px;
  padding: 65px 60px 62px 60px;
}

.oneday-schedule-box h3 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  margin-top: -86px;
  letter-spacing: 2px;
}

.oneday-schedule-box .oneday-schedule-box__list {
  border-left: 1px solid #dddddd;
  position: relative;
}

.oneday-schedule-box .oneday-schedule-box__list:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10.5px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: -1px;
}

.oneday-schedule-box .oneday-schedule-box__list li {
  padding-left: 42px;
  position: relative;
  margin-bottom: 24px;
}

.oneday-schedule-box .oneday-schedule-box__list li:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 16px);
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: -1px;
}

.oneday-schedule-box .oneday-schedule-box__list li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #EE7800;
  position: absolute;
  left: -6px;
  top: 11px;
  z-index: 2;
}

.oneday-schedule-box .oneday-schedule-box__list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 30px;
}

.oneday-schedule-box .oneday-schedule-box__list-box:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #EE7800;
  position: absolute;
  left: -42px;
  top: 16px;
}

.oneday-schedule-box .oneday-schedule-box__list-box .oneday-schedule-box__list-box-time {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  width: 55px;
  color: #EE7800;
}

.oneday-schedule-box .oneday-schedule-box__list-box .oneday-schedule-box__list-box-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  width: calc(100% - 55px);
}

.oneday-schedule-box .oneday-schedule-box__list-box .oneday-schedule-box__list-box-notice-text {
  font-size: 1.4rem;
  font-weight: normal;
}

.oneday-schedule-box .oneday-schedule-box__list-box .oneday-schedule-box__list-box-image {
  width: 250px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .oneday-schedule-box {
    margin: 80px 0;
    padding: 52px 20px 36px 20px;
  }
  .oneday-schedule-box h3 {
    font-size: 3.2rem;
    margin-top: -80px;
  }
  .oneday-schedule-box .oneday-schedule-box__list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
  .oneday-schedule-box .oneday-schedule-box__list-box .oneday-schedule-box__list-box-time {
    font-size: 1.8rem;
    width: 100%;
  }
  .oneday-schedule-box .oneday-schedule-box__list-box .oneday-schedule-box__list-box-text {
    font-size: 1.4rem;
    width: 100%;
  }
  .oneday-schedule-box .oneday-schedule-box__list-box .oneday-schedule-box__list-box-image {
    width: 100%;
    margin-top: 10px;
  }
}

.nurturing-role-posture {
  margin: 58px 0;
}

.nurturing-role-posture .nurturing-role-posture__role {
  padding: 40px 60px;
  background: #fff1e4;
  position: relative;
}

.nurturing-role-posture .nurturing-role-posture__posture {
  padding: 40px 60px;
  background: #fff1e4;
  position: relative;
  margin: 48px 0 80px;
}

.nurturing-role-posture .nurturing-role-posture__posture:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 48px;
  background: #EE7800;
  position: absolute;
  top: -48px;
  left: 50%;
}

.nurturing-role-posture h4 {
  font-size: 1.8rem;
  position: absolute;
  left: 60px;
  top: -12px;
}

@media screen and (max-width: 768px) {
  .nurturing-role-posture {
    margin: 30px 0;
  }
  .nurturing-role-posture .nurturing-role-posture__role {
    padding: 40px 30px 30px 30px;
  }
  .nurturing-role-posture .nurturing-role-posture__posture {
    padding: 40px 30px 14px 30px;
    margin: 43px 0 76px;
  }
  .nurturing-role-posture .nurturing-role-posture__posture:before {
    height: 43px;
    top: -43px;
  }
  .nurturing-role-posture h4 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}

.six-postures-box {
  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;
}

.six-postures-box .six-postures-box__heading {
  width: 180px;
}

.six-postures-box .six-postures-box__heading .six-postures-box__heading-circle {
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 100%;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 32px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}

.six-postures-box .six-postures-box__heading .six-postures-box__heading-circle span {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 5.6rem;
  color: #EE7800;
  margin-right: 4px;
}

.six-postures-box .six-postures-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.six-postures-box .six-postures-box__list li {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 16px 6.22222%;
}

.six-postures-box .six-postures-box__list li:nth-child(1), .six-postures-box .six-postures-box__list li:nth-child(4) {
  width: 23.88889%;
}

.six-postures-box .six-postures-box__list li:nth-child(2), .six-postures-box .six-postures-box__list li:nth-child(5) {
  width: 30%;
}

.six-postures-box .six-postures-box__list li:nth-child(3), .six-postures-box .six-postures-box__list li:nth-child(6) {
  width: 26.11111%;
}

.six-postures-box .six-postures-box__list li .six-postures-box__list-num {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  color: #EE7800;
  margin-right: 10px;
}

.six-postures-box .six-postures-box__list li .six-postures-box__list-line {
  padding: 0 6px 6px 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .six-postures-box {
    display: block;
  }
  .six-postures-box .six-postures-box__heading {
    margin: 0 auto 16px;
  }
  .six-postures-box .six-postures-box__list {
    display: block;
  }
  .six-postures-box .six-postures-box__list li {
    margin: 0 0 16px 0;
  }
  .six-postures-box .six-postures-box__list li:nth-child(1), .six-postures-box .six-postures-box__list li:nth-child(4) {
    width: 100%;
  }
  .six-postures-box .six-postures-box__list li:nth-child(2), .six-postures-box .six-postures-box__list li:nth-child(5) {
    width: 100%;
  }
  .six-postures-box .six-postures-box__list li:nth-child(3), .six-postures-box .six-postures-box__list li:nth-child(6) {
    width: 100%;
  }
  .six-postures-box .six-postures-box__list li .six-postures-box__list-num {
    font-size: 3.2rem;
    margin-right: 16px;
  }
}

.nurturing-three-circle-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 685px;
  margin: auto;
}

.nurturing-three-circle-box .nurturing-three-circle-box__action {
  width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
  margin-bottom: 25px;
}

.nurturing-three-circle-box .nurturing-three-circle-box__action:before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 57px;
  background: url(../../new-graduates/assets/img/feature/nurturing/icon_circle_arrow1.png) no-repeat;
  position: absolute;
  top: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nurturing-three-circle-box .nurturing-three-circle-box__knowledge {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-right: 196px;
  position: relative;
}

.nurturing-three-circle-box .nurturing-three-circle-box__knowledge:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 130px;
  background: url(../../new-graduates/assets/img/feature/nurturing/icon_circle_arrow2.png) no-repeat;
  position: absolute;
  top: 72px;
  right: -198px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nurturing-three-circle-box .nurturing-three-circle-box__posture {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.nurturing-three-circle-box .nurturing-three-circle-box__ask {
  font-size: 2.4rem;
  font-weight: bold;
  color: #EE7800;
}

.nurturing-three-circle-box .nurturing-three-circle-box__circle {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  width: 240px;
  height: 240px;
  background: #fff;
  border: 1px solid #EE7800;
  border-radius: 100%;
  text-align: center;
}

.nurturing-three-circle-box .nurturing-three-circle-box__circle .nurturing-three-circle-box__heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.nurturing-three-circle-box .nurturing-three-circle-box__circle .nurturing-three-circle-box__text {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .nurturing-three-circle-box {
    width: 100%;
  }
  .nurturing-three-circle-box .nurturing-three-circle-box__action {
    margin-bottom: 65px;
  }
  .nurturing-three-circle-box .nurturing-three-circle-box__action:before {
    top: -50px;
    z-index: -1;
  }
  .nurturing-three-circle-box .nurturing-three-circle-box__knowledge {
    width: 100%;
    margin: 0 0 20px;
  }
  .nurturing-three-circle-box .nurturing-three-circle-box__knowledge:after {
    display: none;
  }
  .nurturing-three-circle-box .nurturing-three-circle-box__knowledge:before {
    content: "";
    display: inline-block;
    width: 51px;
    height: 57px;
    background: url(../../new-graduates/assets/img/feature/nurturing/icon_circle_arrow1.png) no-repeat;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .nurturing-three-circle-box .nurturing-three-circle-box__posture {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .nurturing-three-circle-box .nurturing-three-circle-box__posture:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #EE7800;
    position: absolute;
    top: -20px;
    left: 50%;
  }
}

.training-hierarchy-box {
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #cecece;
}

.training-hierarchy-box .training-hierarchy-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart {
  width: 66.66667%;
  margin-right: 2.63158%;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  background: url(../../new-graduates/assets/img/feature/nurturing/aroow_pc.png) no-repeat right center;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list li {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.52632%;
  min-height: 200px;
  background: #fff;
  border: 1px solid #EE7800;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 3.55263%;
  position: relative;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list li span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list li.is-active span {
  color: #EE7800;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list li.is-active:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #EE7800;
  border-radius: 100%;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list li.is-active:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #EE7800;
  border-radius: 100%;
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-text {
  padding: 20px;
  background: #fff1e4;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-text p {
  display: none;
  font-size: 1.4rem;
  line-height: 2;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-text p.is-active {
  display: block;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__image {
  width: 30.70175%;
}

.training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__image .training-hierarchy-content__image-notes {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .training-hierarchy-box {
    padding: 30px 20px;
    margin: 20px 0;
  }
  .training-hierarchy-box .training-hierarchy-content {
    display: block;
  }
  .training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart {
    width: 100%;
    margin: 0 0 20px;
  }
  .training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    background: url(../../new-graduates/assets/img/feature/nurturing/aroow_sp.png) no-repeat right center/100% auto;
  }
  .training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list li {
    width: 11.14754%;
    min-height: 183px;
    font-size: 1.6rem;
    margin-right: 2.62295%;
  }
  .training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-list li.is-active:before {
    width: 5px;
    height: 5px;
    bottom: -3px;
  }
  .training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__chart .training-hierarchy-content__chart-text {
    padding: 10px 10px 30px 10px;
  }
  .training-hierarchy-box .training-hierarchy-content .training-hierarchy-content__image {
    width: 100%;
  }
}

.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.feature-list li {
  width: 31.66667%;
  margin: 0 2.5% 30px 0;
}

.feature-list.one_block li {
  width: 100%;
  margin: 0;
}

.feature-list li:nth-child(3n) {
  margin-right: 0;
}

.feature-list + .welfare-notice-text {
  margin: 0;
}

.feature-list.one_block .gray-border-box {
  display: flex;
  align-items: flex-start;
  padding: 29px 30px;
}

.feature-list.one_block .image-box {
  max-width: 318px;
  margin-bottom: 0;
  width:100%;
}
.feature-list.one_block .image-box h4 {
  text-align: left;
}

.feature-list.one_block .image-box div {
  margin-bottom: 0;
  margin-top: 20px;
}

.feature-list.one_block .text-box {
  margin: 20px 33px 0 34px;
  max-width: 374px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.feature-list.one_block .voice_box {
  width: 100%;
  max-width: 379px;
  height: 100%;
  border: 1px solid #EE7800;
  background-color: #FFF1E4;
  padding: 12px 20px 17px 17px;
}
.feature-list.one_block .voice_box h4 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 9px;
}
.feature-list.one_block .voice_box div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-list.one_block .voice_box div:first-of-type {
  margin-bottom: 17px;
}
.feature-list.one_block .voice_box div img {
  padding-right: 14px;
}
.feature-list.one_block .voice_box div p {
  font-size: 1.4rem;
  background-color: #fff;
  max-width: 280px;
  min-height: 60px;
  max-height: 100%;
  width: 100%;
  border-radius: 8px;
  padding: 9px 13px;
  position: relative;
}
.feature-list.one_block .voice_box div p::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 9px 5.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .feature-list {
    display: block;
    margin-top: 20px;
  }
  .feature-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .feature-list.one_block .gray-border-box {
  flex-wrap: wrap;
}
  .feature-list.one_block .image-box {
    max-width: 100%;
  }
  .feature-list.one_block .text-box {
    max-width: 100%;
  }
  .feature-list.one_block .voice_box {
    margin: 30px auto;
  }
}

.gray-border-box {
  height: 100%;
  padding: 30px;
  border: 1px solid #cecece;
}
.gray-border-box .text-box figure {
  float: right;
  margin: 0 0 15px 15px;
}
.gray-border-box .text-box figure img {
  box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.25);
}
.gray-border-box .text-box .sub_text {
  font-size: 1.2rem;
  margin-top: 35px;
}

.gray-border-box .image-box {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .gray-border-box {
    padding: 30px 20px;
  }
  .gray-border-box .text-box figure {
  float: none;
  width: 100%;
  max-width: 85px;
}
.gray-border-box .text-box.img_f {
  display: flex;
  flex-direction: row-reverse;

}
}

.welfare-image-with-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.welfare-image-with-caption .welfare-image-with-caption__caption {
  width: 81.66667%;
  line-height: 2;
}

.welfare-image-with-caption .welfare-image-with-caption__image {
  width: 15.83333%;
  margin-left: 2.5%;
}

@media screen and (max-width: 768px) {
  .welfare-image-with-caption {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .welfare-image-with-caption .welfare-image-with-caption__caption {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .welfare-image-with-caption .welfare-image-with-caption__image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 10px;
  }
  .welfare-image-with-caption .welfare-image-with-caption__image img {
    width: 150px;
  }
}

.welfare-notice-text {
  font-size: 1.4rem;
  text-align: right;
  margin: 20px 0 60px;
}

@media screen and (max-width: 768px) {
  .welfare-notice-text {
    font-size: 1.2rem;
    text-align: left;
    margin: 20px 0 40px;
  }
}

.welfare-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 2;
  border-bottom: 1px solid #EE7800;
}

.welfare-table tbody th {
  width: 22.5%;
  padding: 20px 10px 20px 20px;
  text-align: left;
  border-top: 1px solid #EE7800;
  background: #fff3e7;
}

.welfare-table tbody td {
  width: 77.5%;
  padding: 20px 0 20px 20px;
  border-top: 1px solid #EE7800;
}

.welfare-table tbody td span {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .welfare-table {
    width: 100%;
    border-collapse: collapse;
    line-height: 2;
    border-bottom: 1px solid #DDDDDD;
  }
  .welfare-table tbody th {
    display: inline-block;
    width: 100%;
    padding: 16px 10px;
    font-size: 1.4rem;
  }
  .welfare-table tbody td {
    display: inline-block;
    width: 100%;
    padding: 16px 10px;
    border-top: 0;
  }
}

.diversity-image-with-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 30px;
}

.diversity-image-with-caption .diversity-image-with-caption__image {
  width: 48.24561%;
}

.diversity-image-with-caption .diversity-image-with-caption__image p {
  font-size: 1.2rem;
  margin-top: 10px;
}

.diversity-image-with-caption .diversity-image-with-caption__caption {
  width: 48.24561%;
  margin-left: 3.50877%;
}

.diversity-image-with-caption .diversity-image-with-caption__caption .diversity-image-with-caption__caption-inner {
  background: #fff1e4;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .diversity-image-with-caption {
    margin: 20px 0 0;
  }
  .diversity-image-with-caption .diversity-image-with-caption__image {
    width: 47.82609%;
  }
  .diversity-image-with-caption .diversity-image-with-caption__caption {
    width: 49.27536%;
    margin-left: 2.89855%;
  }
}

.creating-workplace-box {
  padding: 40px;
  margin-top: 78px;
  border: 1px solid #EE7800;
  position: relative;
}

.creating-workplace-box h5 {
  font-size: 1.8rem;
  padding: 10px 24px 10px 10px;
  background: #fff;
  position: absolute;
  top: -24px;
  left: 40px;
}

.creating-workplace-box .creating-workplace-box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 2;
}

.creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-text1 {
  width: 42.85714%;
  margin-right: 1.78571%;
}

.creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-image {
  width: 55.35714%;
}

.creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-image ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-image ul li {
  width: 32.25806%;
  margin-right: 1.6129%;
}

.creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-image ul li:last-child {
  margin-right: 0;
}

.creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-text2 {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .creating-workplace-box {
    padding: 36px 20px;
    margin-top: 45px;
  }
  .creating-workplace-box h5 {
    left: 10px;
  }
  .creating-workplace-box .creating-workplace-box__content {
    display: block;
  }
  .creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-text1 {
    width: 100%;
    margin: 0 0 20px;
  }
  .creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-image {
    width: 100%;
  }
  .creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-image ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-image ul li {
    width: 48.52459%;
    margin: 0 2.95082% 10px 0;
  }
  .creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-image ul li:nth-child(2n) {
    margin-right: 0;
  }
  .creating-workplace-box .creating-workplace-box__content .creating-workplace-box__content-text2 {
    margin-top: 10px;
  }
}

.feature-wrap .bg-gradation {
  margin-bottom: -80px;
}

@media screen and (max-width: 768px) {
  .feature-wrap .bg-gradation {
    margin-bottom: -60px;
  }
  .feature-wrap .three-column li {
    width: 100%;
    margin: 0 0 20px;
  }
  .feature-wrap .three-column li:nth-child(3n) {
    margin-right: auto;
  }
  .feature-wrap .three-column li:last-child {
    margin-bottom: 40px;
  }
}

.top-content-box {
  padding-top: 150px;
  position: relative;
  background: #fff url(../../new-graduates/assets/img/bg_banner_box_pc.png) no-repeat left top/contain;
}

.top-content-box .top-content-box__bg-text {
  font-size: 13rem;
  font-weight: bold;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-content-box .top-content-box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1600px;
  padding: 0 40px 100px;
  margin: auto;
}

.top-content-box .top-content-box__inner .top-content-box__heading .heading-level2 {
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-content-box .top-content-box__inner .top-content-box__heading .heading-level2 span {
  color: #EE7800;
}

.top-content-box .top-content-box__inner .top-content-box__heading .heading-level2 span:after {
  background: #EE7800;
}

.top-content-box .top-content-box__inner .top-content-box__requirement-wide {
  width: 100%;
  height: 662px;
  background: url(../../new-graduates/assets/img/bg_requirement_pc.jpg) no-repeat center top/cover;
  position: relative;
  margin-bottom: 40px;
}

.top-content-box .top-content-box__inner .top-content-box__requirement-wide .top-content-box__requirement-wide-text {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
  padding: 0 24px;
  position: absolute;
  top: 15.10574%;
  left: 0;
}

.top-content-box .top-content-box__inner .top-content-box__requirement-wide .top-content-box__requirement-wide-text span {
  color: #EE7800;
}

.top-content-box .top-content-box__inner .top-content-box__requirement-wide .top-content-box__heading {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32.89474%;
  padding: 50px 24px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: auto;
  left: auto;
  top: 6.0423%;
  right: -2.63158%;
  -webkit-transform: none;
          transform: none;
}

.top-content-box .top-content-box__inner .top-content-box__requirement-wide .top-content-box__heading .heading-level2 {
  position: relative;
  color: #222222;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}

.top-content-box .top-content-box__inner .top-content-box__requirement-wide .top-content-box__heading .basic-button.is-width-min + .is-width-min {
  margin-top: 20px;
}

.top-content-box .top-content-box__inner .top-content-box__company {
  width: 100%;
  height: 350px;
  background: url(../../new-graduates/assets/img/bg_company_pc.jpg) no-repeat center top/cover;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.top-content-box .top-content-box__inner .top-content-box__company:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .top-content-box__company:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../new-graduates/assets/img/bg_company_pc.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-content-box .top-content-box__inner .top-content-box__company:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-content-box .top-content-box__inner .top-content-box__company:hover:after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}

.top-content-box .top-content-box__inner .top-content-box__about {
  width: 48.68421%;
  height: 350px;
  position: relative;
  margin: 0 2.63158% 40px 0;
  overflow: hidden;
}

.top-content-box .top-content-box__inner .top-content-box__about:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .top-content-box__about:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../new-graduates/assets/img/bg_about_pc.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-content-box .top-content-box__inner .top-content-box__about:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-content-box .top-content-box__inner .top-content-box__about:hover:after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}

.top-content-box .top-content-box__inner .top-content-box__interview {
  width: 48.68421%;
  height: 350px;
  position: relative;
  margin: 0 0 40px 0;
  overflow: hidden;
}

.top-content-box .top-content-box__inner .top-content-box__interview:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .top-content-box__interview:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../new-graduates/assets/img/bg_interview_pc.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-content-box .top-content-box__inner .top-content-box__interview:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-content-box .top-content-box__inner .top-content-box__interview:hover:after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}

.top-content-box .top-content-box__inner .top-content-box__feature {
  width: 48.68421%;
  height: 350px;
  position: relative;
  margin: 0 2.63158% 40px 0;
  overflow: hidden;
}

.top-content-box .top-content-box__inner .top-content-box__feature:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .top-content-box__feature:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../new-graduates/assets/img/bg_feature_pc.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-content-box .top-content-box__inner .top-content-box__feature:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-content-box .top-content-box__inner .top-content-box__feature:hover:after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}

.top-content-box .top-content-box__inner .top-content-box__movie {
  width: 48.68421%;
  height: 350px;
  position: relative;
  margin: 0 0 40px 0;
  overflow: hidden;
}

.top-content-box .top-content-box__inner .top-content-box__movie:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .top-content-box__movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../new-graduates/assets/img/bg_movie_pc.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-content-box .top-content-box__inner .top-content-box__movie:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top-content-box .top-content-box__inner .top-content-box__movie:hover:after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}

.top-content-box .top-content-box__inner .top-content-box__requirement {
  width: 31.57895%;
  height: 180px;
  position: relative;
  margin: 0 2.63158% 0 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.top-content-box .top-content-box__inner .top-content-box__requirement:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .top-content-box__requirement .top-content-box__heading .heading-level2 {
  font-size: 2.4rem;
  color: #222222;
}

.top-content-box .top-content-box__inner .top-content-box__requirement .top-content-box__heading .heading-level2 span:after {
  display: none;
}

.top-content-box .top-content-box__inner .top-content-box__faq {
  width: 31.57895%;
  height: 180px;
  position: relative;
  margin: 0 2.63158% 0 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.top-content-box .top-content-box__inner .top-content-box__faq:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .top-content-box__faq .top-content-box__heading .heading-level2 {
  font-size: 2.4rem;
  color: #222222;
}

.top-content-box .top-content-box__inner .top-content-box__faq .top-content-box__heading .heading-level2 span:after {
  display: none;
}

.top-content-box .top-content-box__inner .top-content-box__internship {
  width: 31.57895%;
  height: 180px;
  position: relative;
  margin: 0;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.top-content-box .top-content-box__inner .top-content-box__internship:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .top-content-box__internship .top-content-box__heading .heading-level2 {
  font-size: 2.4rem;
  color: #222222;
}

.top-content-box .top-content-box__inner .top-content-box__internship .top-content-box__heading .heading-level2 span:after {
  display: none;
}

.top-content-box .top-content-box__inner .is-line-animation:before, .top-content-box .top-content-box__inner .is-line-animation:after {
  content: "";
  display: block;
  background: #EE7800;
  position: absolute;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-content-box .top-content-box__inner .is-line-animation:before {
  width: 0px;
  height: 1px;
  bottom: -1px;
  left: -1px;
}

.top-content-box .top-content-box__inner .is-line-animation:after {
  width: 0px;
  height: 1px;
  right: -1px;
  top: -1px;
}

.top-content-box .top-content-box__inner .is-line-animation .top-content-box__border-wrap:before, .top-content-box .top-content-box__inner .is-line-animation .top-content-box__border-wrap:after {
  content: "";
  display: block;
  background: #EE7800;
  position: absolute;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-content-box .top-content-box__inner .is-line-animation .top-content-box__border-wrap:before {
  width: 1px;
  height: 0px;
  left: -1px;
  top: -1px;
}

.top-content-box .top-content-box__inner .is-line-animation .top-content-box__border-wrap:after {
  width: 1px;
  height: 0px;
  bottom: -1px;
  right: -1px;
}

.top-content-box .top-content-box__inner .is-line-animation .top-content-box__border-wrap .top-content-box__border-wrap-inner:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-content-box .top-content-box__inner .is-line-animation:hover {
  background: #fff;
}

.top-content-box .top-content-box__inner .is-line-animation:hover:before, .top-content-box .top-content-box__inner .is-line-animation:hover:after {
  width: 100%;
  width: calc(100% + 1px);
}

.top-content-box .top-content-box__inner .is-line-animation:hover .top-content-box__border-wrap:before, .top-content-box .top-content-box__inner .is-line-animation:hover .top-content-box__border-wrap:after {
  height: 100%;
  height: calc(100% + 1px);
}

.top-content-box .top-content-box__inner .is-line-animation:hover .top-content-box__border-wrap .top-content-box__border-wrap-inner:after {
  border-top: 1px solid #EE7800;
  border-left: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}

@media screen and (max-width: 768px) {
  .top-content-box {
    padding-top: 124px;
    background: #fff url(../../new-graduates/assets/img/bg_banner_box_sp.png) no-repeat left top/contain;
  }
  .top-content-box .top-content-box__bg-text {
    font-size: 5.4rem;
    line-height: 1;
    top: 12px;
    left: 15px;
    -webkit-transform: none;
            transform: none;
  }
  .top-content-box .top-content-box__inner {
    padding: 0 15px 60px;
    margin: auto;
  }
  .top-content-box .top-content-box__inner .top-content-box__heading .heading-level2 {
    font-size: 2.4rem;
  }
  .top-content-box .top-content-box__inner .top-content-box__requirement-wide {
    width: 100%;
    height: auto;
    background: url(../../new-graduates/assets/img/bg_requirement_sp.jpg) no-repeat center top/contain;
    position: relative;
    margin-bottom: 30px;
    padding-top: 140.2898550724638%;
  }
  .top-content-box .top-content-box__inner .top-content-box__requirement-wide .top-content-box__requirement-wide-text {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    padding: 0 20px;
    top: 32px;
    left: auto;
  }
  .top-content-box .top-content-box__inner .top-content-box__requirement-wide .top-content-box__heading {
    width: 100%;
    height: 284px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    top: -30px;
    left: auto;
    bottom: auto;
    right: -15px;
  }
  .top-content-box .top-content-box__inner .top-content-box__requirement-wide .top-content-box__heading .basic-button.is-width-min + .is-width-min {
    margin-top: 10px;
  }
  .top-content-box .top-content-box__inner .top-content-box__company {
    width: 100%;
    height: 200px;
    margin: 0 0 15px 0;
  }
  .top-content-box .top-content-box__inner .top-content-box__company:before {
    background: url(../../new-graduates/assets/img/bg_company_sp.jpg) no-repeat center/cover;
  }
  .top-content-box .top-content-box__inner .top-content-box__about {
    width: 100%;
    height: 200px;
    margin: 0 0 15px 0;
  }
  .top-content-box .top-content-box__inner .top-content-box__about:before {
    background: url(../../new-graduates/assets/img/bg_about_sp.jpg) no-repeat center/cover;
  }
  .top-content-box .top-content-box__inner .top-content-box__interview {
    width: 100%;
    height: 200px;
    margin: 0 0 15px 0;
  }
  .top-content-box .top-content-box__inner .top-content-box__interview:before {
    background: url(../../new-graduates/assets/img/bg_interview_sp.jpg) no-repeat center/cover;
  }
  .top-content-box .top-content-box__inner .top-content-box__feature {
    width: 100%;
    height: 200px;
    margin: 0 0 15px 0;
  }
  .top-content-box .top-content-box__inner .top-content-box__feature:before {
    background: url(../../new-graduates/assets/img/bg_feature_sp.jpg) no-repeat center/cover;
  }
  .top-content-box .top-content-box__inner .top-content-box__movie {
    width: 100%;
    height: 200px;
    margin: 0 0 15px 0;
  }
  .top-content-box .top-content-box__inner .top-content-box__movie:before {
    background: url(../../new-graduates/assets/img/bg_movie_sp.jpg) no-repeat center/cover;
  }
  .top-content-box .top-content-box__inner .top-content-box__requirement {
    width: 100%;
    height: 120px;
    margin: 0 0 15px 0;
  }
  .top-content-box .top-content-box__inner .top-content-box__requirement .top-content-box__heading .heading-level2 {
    font-size: 1.8rem;
  }
  .top-content-box .top-content-box__inner .top-content-box__faq {
    width: 100%;
    height: 120px;
    margin: 0 0 15px 0;
  }
  .top-content-box .top-content-box__inner .top-content-box__faq .top-content-box__heading .heading-level2 {
    font-size: 1.8rem;
  }
  .top-content-box .top-content-box__inner .top-content-box__internship {
    width: 100%;
    height: 120px;
    margin: 0;
  }
  .top-content-box .top-content-box__inner .top-content-box__internship .top-content-box__heading .heading-level2 {
    font-size: 1.8rem;
  }
}

.bg-about-content {
  width: 78.75%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bg-about-content {
    width: 100%;
    top: -40px;
  }
}

.about-wrapper {
  width: 100%;
  position: relative;
}

.about-heading__bg {
  width: 72.5%;
  height: 485px;
  background: url(../../new-graduates/assets/img/about/common/bg_about_heading_pc.png) no-repeat left top/cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .about-heading__bg {
    display: none;
  }
}

.about-heading {
  margin-bottom: 200px;
}

.about-heading .about-heading__content {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 2;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}

.about-heading .about-heading__content .about-heading__sub-heading {
  font-size: 1.6rem;
  color: #EE7800;
  padding-left: 30px;
  letter-spacing: 1px;
  position: relative;
}

.about-heading .about-heading__content .about-heading__sub-heading:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #EE7800;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-heading .about-heading__content .about-heading__heading {
  font-size: 10rem;
  color: #fff;
  line-height: 1;
}

.about-heading .about-heading__content .about-heading__heading span {
  display: block;
  font-size: 2.4rem;
  margin-top: 24px;
}

.about-heading .about-heading__image {
  width: 50%;
  position: absolute;
  top: 75px;
  right: 40px;
}

.about-heading .about-heading__image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about-heading {
    margin-bottom: 60px;
    padding-bottom: 40px;
    background: url(../../new-graduates/assets/img/about/common/bg_about_heading_sp.png) no-repeat left top/calc(100% - 15px);
  }
  .about-heading .about-heading__content {
    padding: 50px 0 40px;
  }
  .about-heading .about-heading__content .about-heading__sub-heading {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .about-heading .about-heading__content .about-heading__heading {
    font-size: 4rem;
  }
  .about-heading .about-heading__content .about-heading__heading span {
    font-size: 1.8rem;
  }
  .about-heading .about-heading__image {
    width: 96%;
    position: relative;
    top: auto;
    right: -15px;
  }
}

.about-desc {
  line-height: 2;
  font-weight: bold;
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .about-desc {
    font-size: 1.6rem;
    width: 91.30435%;
    margin: 0 auto 60px;
  }
}

.about-heading-image-text {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  margin-bottom: 67px;
}

.about-heading-image-text .about-heading-image-text__text {
  display: block;
  margin-top: -16px;
}

@media screen and (max-width: 768px) {
  .about-heading-image-text {
    margin-bottom: 34px;
  }
  .about-heading-image-text .about-heading-image-text__text {
    display: block;
    margin-top: -20px;
  }
}

.wrapper-about-category {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 130px;
  margin-bottom: 150px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 97.5% auto;
}

.wrapper-about-category.is-build-the-road {
  background-image: url(../../new-graduates/assets/img/about/construction/bg_build_the_road_pc.jpg);
}

.wrapper-about-category.is-protect-the-road {
  background-image: url(../../new-graduates/assets/img/about/maintenance/bg_protect_the_road_pc.jpg);
}

.wrapper-about-category.is-protecting-the-traffic {
  background-image: url(../../new-graduates/assets/img/about/maintenance/bg_protecting_the_traffic_pc.jpg);
}

.wrapper-about-category.is-take-the-fee {
  background-image: url(../../new-graduates/assets/img/about/maintenance/bg_take_the_fee_pc.jpg);
}

.wrapper-about-category.is-service-area-create-and-operate {
  background-image: url(../../new-graduates/assets/img/about/service_area/bg_create_and_operate_pc.jpg);
}

.wrapper-about-category.is-new-create-and-operate {
  background-image: url(../../new-graduates/assets/img/about/new/bg_create_and_operate_pc.jpg);
}

.wrapper-about-category.is-corporate {
  background-image: none;
  padding-top: 0;
}

.wrapper-about-category.is-corporate .wrapper-about-category__box .wrapper-about-category__box-image {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .wrapper-about-category {
    background-position: right 40px top;
    background-size: auto 400px;
  }
}

.wrapper-about-category .wrapper-about-category__box .wrapper-about-category__box-image {
  margin-bottom: 20px;
}

.wrapper-about-category .wrapper-about-category__box .wrapper-about-category__box-heading {
  font-size: 2rem;
  margin-bottom: 20px;
}

.wrapper-about-category .wrapper-about-category__box .wrapper-about-category__box-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.wrapper-about-category .wrapper-about-category__box .wrapper-about-category__box-category span {
  width: 100px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #222222;
  padding: 5px;
  margin-right: 5px;
}

.wrapper-about-category .wrapper-about-category__box .wrapper-about-category__box-category span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .wrapper-about-category {
    padding-top: 80px;
    margin-bottom: 60px;
    background-size: 100% auto;
    background-position: center top;
  }
  .wrapper-about-category.is-build-the-road {
    background-image: url(../../new-graduates/assets/img/about/construction/bg_build_the_road_sp.jpg);
  }
  .wrapper-about-category.is-protect-the-road {
    background-image: url(../../new-graduates/assets/img/about/maintenance/bg_protect_the_road_sp.jpg);
  }
  .wrapper-about-category.is-protecting-the-traffic {
    background-image: url(../../new-graduates/assets/img/about/maintenance/bg_protecting_the_traffic_sp.jpg);
  }
  .wrapper-about-category.is-take-the-fee {
    background-image: url(../../new-graduates/assets/img/about/maintenance/bg_take_the_fee_sp.jpg);
  }
  .wrapper-about-category.is-service-area-create-and-operate {
    background-image: url(../../new-graduates/assets/img/about/service_area/bg_create_and_operate_sp.jpg);
  }
  .wrapper-about-category.is-new-create-and-operate {
    background-image: url(../../new-graduates/assets/img/about/new/bg_create_and_operate_sp.jpg);
  }
  .wrapper-about-category.is-corporate .wrapper-about-category__box .wrapper-about-category__box-image {
    width: 91.30435%;
    margin: 0 auto 30px;
  }
  .wrapper-about-category .wrapper-about-category__box .wrapper-about-category__box-heading {
    font-size: 1.8rem;
  }
  .wrapper-about-category .wrapper-about-category__box .wrapper-about-category__box-category {
    margin-bottom: 12px;
  }
  .wrapper-about-category .two-column li {
    margin-top: 50px;
  }
  .wrapper-about-category .two-column li:first-child {
    margin-top: 0;
  }
}

.wrapper-about-interview {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 97.5% auto;
  background-image: url(../../new-graduates/assets/img/about/common/bg_about_interview_pc.png);
  margin-bottom: 90px;
}

@media screen and (max-width: 1600px) {
  .wrapper-about-interview {
    background-position: right 40px top;
    background-size: auto 300px;
  }
}

.wrapper-about-interview .wrapper-about-interview__heading {
  margin-bottom: 52px;
}

.wrapper-about-interview .wrapper-about-interview__heading .wrapper-about-interview__heading-sub {
  font-size: 1.6rem;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  color: #EE7800;
  padding-left: 30px;
  letter-spacing: 1px;
  position: relative;
}

.wrapper-about-interview .wrapper-about-interview__heading .wrapper-about-interview__heading-sub:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #EE7800;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrapper-about-interview .wrapper-about-interview__heading .wrapper-about-interview__heading-text {
  display: block;
  font-size: 2.4rem;
  margin-top: 20px;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .wrapper-about-interview {
    padding-top: 60px;
    background-position: left top;
    background-size: 100% auto;
    background-image: url(../../new-graduates/assets/img/about/common/bg_about_interview_sp.png);
    margin-bottom: 30px;
  }
  .wrapper-about-interview .wrapper-about-interview__heading {
    margin-bottom: 42px;
  }
  .wrapper-about-interview .wrapper-about-interview__heading .wrapper-about-interview__heading-sub {
    font-size: 1.4rem;
  }
  .wrapper-about-interview .wrapper-about-interview__heading .wrapper-about-interview__heading-text {
    margin-top: 16px;
  }
}

.wrapper-about-other-service {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 130px;
  padding-bottom: 100px;
  background: url(../../new-graduates/assets/img/about/common/bg_other_service_pc.jpg) no-repeat center top/cover;
  margin-bottom: -80px;
}

.wrapper-about-other-service .other-service-box {
  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;
  width: 100%;
  text-decoration: none;
  background: #fff;
  position: relative;
}

.wrapper-about-other-service .other-service-box:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.wrapper-about-other-service .other-service-box .other-service-box__image {
  width: 26.31579%;
  overflow: hidden;
}

.wrapper-about-other-service .other-service-box .other-service-box__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper-about-other-service .other-service-box .other-service-box__text {
  width: 73.68421%;
  padding-left: 5.26316%;
  padding-right: 32px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #222222;
}

.wrapper-about-other-service .other-service-box:hover .other-service-box__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wrapper-about-other-service .other-service-box:hover:after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}

@media screen and (max-width: 768px) {
  .wrapper-about-other-service {
    padding-top: 70px;
    padding-bottom: 80px;
    background: url(../../new-graduates/assets/img/about/common/bg_other_service_sp.jpg) no-repeat center top/cover;
    margin-bottom: -60px;
  }
  .wrapper-about-other-service .other-service-box .other-service-box__text {
    font-size: 1.6rem;
  }
  .wrapper-about-other-service .three-column {
    margin-bottom: -10px;
  }
  .wrapper-about-other-service .three-column li {
    margin-bottom: 10px;
  }
}

.works-box {
  position: relative;
  margin-bottom: 100px;
}

.works-box.is-work-and-person .works-box__bg {
  background: #fef6f5;
}

.works-box.is-work-and-person .works-box__heading .works-box__heading-sub {
  color: #d85145;
}

.works-box.is-work-and-person .works-box__heading .works-box__heading-sub:before {
  background: #d85145;
}

.works-box.is-work-and-person .works-box__heading .works-box__heading-text {
  color: #fbd7d4;
}

.works-box.is-work-and-person .works-box-2 .works-box-2__heading {
  border-bottom: 1px solid #d85145;
}

.works-box.is-civil-engineering-and-environment .works-box__bg {
  background: #ebf8fe;
}

.works-box.is-civil-engineering-and-environment .works-box__heading .works-box__heading-sub {
  color: #3b95b7;
}

.works-box.is-civil-engineering-and-environment .works-box__heading .works-box__heading-sub:before {
  background: #3b95b7;
}

.works-box.is-civil-engineering-and-environment .works-box__heading .works-box__heading-text {
  color: #b6dae6;
}

.works-box.is-civil-engineering-and-environment .works-box-2 .works-box-2__heading {
  border-bottom: 1px solid #3b95b7;
}

.works-box.is-facilities-and-equipment .works-box__bg {
  background: #f2fbf8;
}

.works-box.is-facilities-and-equipment .works-box__heading .works-box__heading-sub {
  color: #41aa9b;
}

.works-box.is-facilities-and-equipment .works-box__heading .works-box__heading-sub:before {
  background: #41aa9b;
}

.works-box.is-facilities-and-equipment .works-box__heading .works-box__heading-text {
  color: #add8d1;
}

.works-box.is-facilities-and-equipment .works-box-2 .works-box-2__heading {
  border-bottom: 1px solid #41aa9b;
}

.works-box .works-box__bg {
  width: 78.75%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}

.works-box .content-inner {
  padding-top: 100px;
  padding-bottom: 40px;
}

.works-box .works-box__heading {
  margin-bottom: 52px;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}

.works-box .works-box__heading .works-box__heading-sub {
  font-size: 1.6rem;
  padding-left: 30px;
  letter-spacing: 1px;
  position: relative;
}

.works-box .works-box__heading .works-box__heading-sub:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.works-box .works-box__heading .works-box__heading-text {
  display: block;
  font-size: 10rem;
  margin: 8px 0 20px;
  line-height: 1;
}

.works-box .works-box__heading .works-box__heading-category {
  font-size: 2.4rem;
  color: #222222;
}

.works-box .works-box-2 {
  margin-top: 62px;
}

.works-box .works-box-2 .works-box-2__heading {
  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: 2.4rem;
  margin-bottom: 30px;
  padding-bottom: 24px;
}

.works-box .works-box-2 .works-box-2__heading span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 4px 13px 6px;
  margin-right: 10px;
  background: #222222;
  color: #fff;
}

.works-box .works-box-2 .works-box-2__category {
  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;
  margin-bottom: 18px;
}

.works-box .works-box-2 .works-box-2__category .works-box-2__category-color {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.works-box .works-box-2 .works-box-2__category .works-box-2__category-color.is-red {
  background: #d85145;
}

.works-box .works-box-2 .works-box-2__category .works-box-2__category-color.is-blue {
  background: #3b95b7;
}

.works-box .works-box-2 .works-box-2__category .works-box-2__category-color.is-green {
  background: #00b99f;
}

.works-box .works-box-2 .works-box-2__category .works-box-2__category-text {
  font-size: 1.8rem;
  font-weight: bold;
}

.works-box .works-box-2 .text-box {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .works-box {
    margin-bottom: 100px;
  }
  .works-box .works-box__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .works-box .content-inner {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .works-box .works-box__heading {
    margin-top: -145px;
    margin-bottom: 40px;
  }
  .works-box .works-box__heading .works-box__heading-sub {
    font-size: 1.4rem;
  }
  .works-box .works-box__heading .works-box__heading-text {
    font-size: 4rem;
  }
  .works-box .works-box__heading .works-box__heading-category {
    font-size: 1.8rem;
  }
  .works-box .works-box-2 {
    margin-top: 30px;
  }
  .works-box .works-box-2 .works-box-2__category .works-box-2__category-color {
    width: 12px;
    height: 12px;
    margin-top: 4px;
  }
  .works-box .works-box-2 .works-box-2__category .works-box-2__category-text {
    font-size: 1.6rem;
  }
}

/* js関連
/*+---------------------------------*/
/* --- スムーススクロールのターゲットボックス --- */
.js-smooth-scroll-box {
  padding-top: 72px;
  margin-top: -72px;
}

@media screen and (max-width: 768px) {
  .js-smooth-scroll-box {
    padding-top: 65px;
    margin-top: -65px;
  }
}

/* --- スクロールフェードイン --- */
.js-fade-in {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.js-fade-in.scroll-fade-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* tle--lv3a */
.tle--lv3 {
  padding-left: 25px;
  background: url(/assets/img/cmn/ico_tle_square.png) no-repeat 0 6px;
  background-size: 13px 13px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .tle--lv3 {
    font-size: 2rem;
    background: url(/assets/img/cmn/ico_tle_square.png) no-repeat 0 10px;
    background-size: 14px 14px;
    line-height: 1.6;
  }
}
.mt30 {
  margin-top: 30px !important;
}

/* TOPバナー 20251111 */
.index--area-body {
  padding-top: 0;
  color: #000;
}
.index--area-body h3.heading-level2 {
  font-size: 3.2rem;
  color: #000;
  margin-bottom: 60px;
}
.index--area-body h3.heading-level2 span {
  color: #f17700;
}
.index--area-body h3.heading-level2 span:after {
  background: #f17700;
}
.index--area {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  justify-content: center;
}
.index--box {
  border: 1px solid #EE7800;
  background: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.index--box:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_right_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index--box:hover:after {
  border: 1px solid #EE7800;
  border-right: none;
  border-bottom: none;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_right_orange.svg) no-repeat left 56% center;
}
.index--box>dl dt {
  font-weight: bold;
}
.index--box>dl dt p {
  font-size:  14px;
  font-weight: normal;
  padding-left: 49px;
  margin-top: 14px;
}
.index--box>dl a {
  position: relative;
  text-decoration: none;
}
.index--box.max_width>dl a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: 100%;
    max-width: 500px;
}
.index--box>dl a:before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 55px;
  background: url(../../new-graduates/assets/img/common/icon_gradation_left_orange.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}


.index--box>dl dt {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
  color: #222222;
  text-decoration: none;
}
.index--box>dl:hover {
  text-decoration: underline;
}
.index--box>dl dd {
  margin-top: 0;
  padding: 0 30px 27px;
  font-size: 1.6rem;
}
.index--box>dl dd p {
  font-size: 1.1rem;
  color: #222222;
}
.regal--box dt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.regal--box dd {
  margin-top: 17px;
}
.index--box .bnr--box a {
  position: relative;
  display: inline-block; 
}
.index--box .bnr--box p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: clamp(28px, 6.9vw, 78px);
  color: #fff;
  font-weight: bold;
  align-content: center;
  margin: 0 auto;
  max-width: 100%;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  padding-left: 23px;
}
.regal--box {
  margin-top: 40px;
  font-size: 1.6rem;
}
#panf--area h3.heading-level2 {
  font-size: 3.2rem;
  color: #000;
  margin-bottom: 40px;
}
#panf--area {
  margin-top: 40px;
}
#panf--area .col2 {
  display: flex;
  justify-content: center;
}
#panf--area .col2 div {
  text-align: center;
  max-width: 226px;
}
#panf--area .col2 div:first-child {
  margin-right: 15px;
}
#panf--area .col2 div a {
  text-decoration: none;
}
#panf--area .col2 div span {
  color: #000;
}
@media screen and (min-width: 768px) {
  .index--area-body {
    float: none;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    background: none;
    margin-top: 40px;
    margin-bottom: 95px;
    vertical-align: top;
  }
  .index--box {
    padding: 0;
    width: 49%;
    max-width: 498px;
  }
  .index--box+.index--box {
    margin-top: 40px;
  }
  .index--box:nth-child(odd) {
    margin-right: 2%;
  }
  .index--box:nth-child(2n) {
    margin-left: auto;
  }
  .index--box:first-child, .index--box:nth-child(2) {
    margin-top: 0;
  }
  .index--box>dl dt {
    font-size: 2.6rem;
    padding: 30px 30px 21px;
    line-height: 1;
  }
  .index--box>dl dt a {
    width: 100%;
    padding-right: 49px;
    align-items: center;
    display: flex;
  }
  .index--box>dl dd p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .index--box.max_width {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .regal--box {
  margin-top: 100px;
  }
  .regal--box dt {
  font-size: 2.6rem;
}

}
@media screen and (max-width: 768px) {
  .index--box {
    margin-top: 20px;
}
  .index--box>dl dt {
    font-size: 2.6rem;
    padding: 30px 30px 21px;
    line-height: 1;
  }
  .index--box .bnr--box p {
    height: clamp(28px, 12vw, 78px);
    padding-left: 10px;
  }
  .index--area-body {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}

/* 妊娠・出産・育児 20251211*/
#feature-childcare-content3 {
  min-height: 750px;
  padding-bottom: 58px;
}
.content-box .parenting_voices {
  display: flex;
  justify-content: space-between;
}
.content-box .parenting_voices .parenting_voices_box .caption {
  color: #F05984;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid #F05984;
  display: inline-block;
}
.content-box .parenting_voices .parenting_voices_box2 .caption {
  color: #00BBF2;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 2px solid #00BBF2;
  display: inline-block;
}
.content-box .parenting_voices .parenting_voices_box {
  background: url(../../new-graduates/assets/img/feature/childcare/img_frame.png) no-repeat;
  line-height: 1.5;
  padding: 40px 40px 95px;
  max-width: 560px;
  width: 50%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  min-height: 359px;
}
.content-box .parenting_voices .parenting_voices_box p,.content-box .parenting_voices .parenting_voices_box2 p {
  line-height: 1.8;
}
.content-box .parenting_voices .parenting_voices_box2 {
  background: url(../../new-graduates/assets/img/feature/childcare/img_frame2.png) no-repeat;
  line-height: 1.5;
  padding: 40px 40px 95px;
  max-width: 560px;
  width: 50%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  min-height: 359px;
  margin-left: 10px;
}
.content-box .parenting_voices .parenting_voices_box .person {
  background: url(../../new-graduates/assets/img/feature/childcare/img_person.png) no-repeat;
  background-position: 100% 0;
  height: 249px;
  position: absolute;
  width: 100%;
  max-width: 458px;
  bottom: -171px;
  display: flex;
  align-items: flex-end;
  right: 0;
  color: #F05984;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.content-box .parenting_voices .parenting_voices_box .person::before {
  content: "";
  border-left: 2px solid #F05984;
  padding-left: 16px;
  display: inline-block;
  height: 50px;
}
.content-box .parenting_voices .parenting_voices_box2 .person {
  background: url(../../new-graduates/assets/img/feature/childcare/img_person2.png) no-repeat;
  background-position: 100% 0;
  height: 261px;
  position: absolute;
  width: 100%;
  max-width: 458px;
  bottom: -171px;
  display: flex;
  align-items: flex-end;
  right: 0;
  color: #00BBF2;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.content-box .parenting_voices .parenting_voices_box2 .person::before {
  content: "";
  border-left: 2px solid #00BBF2;
  padding-left: 16px;
  display: inline-block;
  height: 69px;
}
#feature-childcare-content2 .gray-border-box .text-box .sub_text {
  font-size: 1.2rem;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .content-box .parenting_voices {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-box .parenting_voices .parenting_voices_box,.content-box .parenting_voices .parenting_voices_box2 {
    width: 100%;
  }
  .content-box .parenting_voices .parenting_voices_box {
    margin-bottom: 210px;
  }
  .content-box .parenting_voices .parenting_voices_box2 {
    margin-bottom: 100px;
    margin-left: 0;
  }
}

/* ワークライフバランス 20251212*/
.chievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.chievements li {
  width: 23.4%;
  background-color: #FFF1E4;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 25px 15px 13px 19px;
  border-radius: 10px;
  min-height: 200px;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 27px;
}
.chievements li.chievements2,
.chievements li.chievements5 {
  width: 49%;
}

.chievements li span {
  font-size: 1.6rem;
  font-weight: normal;
}
.chievements li> span:first-child {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}
.chievements li .numerical_value {
  font-size: 8.5rem;
  font-weight: bold;
  font-family: "Barlow Condensed";
  display: inline-block;
}
.chievements li .numerical_value span {
  font-size: 6rem;
}
.chievements li .numerical_value span.subtext1 {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
.chievements li .numerical_value span.subtext2 {
  font-size: 1.2rem;
  display: block;
  margin-top: 8px;
}
.chievements li.chievements5 .numerical_value {
  font-size: 8.5rem;
  font-weight: bold;
  font-family: "Barlow Condensed";
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  vertical-align: bottom;
  line-height: 0.9;
}
.chievements li.chievements5 .numerical_value span:first-child {
  font-size: 8.5rem;
}
.chievements li .numerical_value .unit {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  text-align: center;
}
.chievements li.chievements2 .wd_box {
  align-items: flex-start;
  display: flex;
}
.chievements li.chievements5 .wd_box {
  display: flex;
}
.chievements li.chievements5 .wd_box div > div {
  display: flex;
  padding-left: 18px;
}
.chievements li.chievements5 .wd_box div > div + div {
  padding-left: 50px;
}
.chievements li.chievements5 .wd_box div> span.unit {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  margin-right: 5px;
}
.chievements li.chievements5 span.subtext2 {
  font-size: 1.2rem;
  display: block;
  margin-top: 8px;
  padding-left: 18px;
}
.chievements li.chievements2 .wd_box .numerical_value {
  padding-left: 20px;
}
.chievements li.chievements2 .numerical_value .unit,
.chievements li.chievements5 .numerical_value .unit {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
}
.chievements li .numerical_value rt {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans CJK JP";
  display: inline-block;
}
/* ベース文字（rb） */
.chievements li .numerical_value rb {
  font-size: 8.5rem;
  display: inline-block;
}

/* 内部のラッパー */
.chievements li .rt-wrap,
.chievements li .rb-wrap {
  display: block;
  width: 100%;
  text-align: center;
}
#feature-childcare-content1 .content-box .accordion-group {
  margin-top: 0;
}
.accordion .feature-list {
  margin: 20px;
}

.chievements li.chievements1::before {
  content: "";
  background: url(../../new-graduates/assets/img/feature/welfare/pict_graph_01.png) no-repeat;
  position: absolute;
  top: 32%;
  right: 8%;
  max-width: 80px;
  max-height: 104px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.chievements li.chievements2::before {
  content: "";
  background: url(../../new-graduates/assets/img/feature/welfare/pict_graph_02.png) no-repeat;
  position: absolute;
  top: 32%;
  right: 3.4%;
  max-width: 97px;
  max-height: 96px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.chievements li.chievements3::before {
  content: "";
  background: url(../../new-graduates/assets/img/feature/welfare/pict_graph_03.png) no-repeat;
  position: absolute;
  top: 32%;
  right: 8%;
  max-width: 98px;
  max-height: 96px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.chievements li.chievements4::before {
  content: "";
  background: url(../../new-graduates/assets/img/feature/welfare/pict_graph_04.png) no-repeat;
  position: absolute;
  top: 32%;
  right: 4%;
  max-width: 108px;
  max-height: 88px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.chievements li.chievements5::before {
  content: "";
  background: url(../../new-graduates/assets/img/feature/welfare/pict_graph_05.png) no-repeat;
  position: absolute;
  top: 32%;
  right: 3.4%;
  max-width: 94px;
  max-height: 93px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.chievements li.chievements6::before {
  content: "";
  background: url(../../new-graduates/assets/img/feature/welfare/pict_graph_06.png) no-repeat;
  position: absolute;
  top: 32%;
  right: 7%;
  max-width: 100px;
  max-height: 82px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* =========================
   feature-list 表示制御
   ========================= */

/* 初期状態：liはすべて非表示 */
.accordion-group .feature-list li {
  display: none;
}

/* 上位3件のみ表示 */
.accordion-group .feature-list li:nth-child(-n + 3) {
  display: block;
}

/* 「もっと見る」後は全表示 */
.accordion-group .feature-list.is-open li {
  display: block;
}

.accordion[open] .more-summary::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../img/common/icon_arrow_bottom_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 20px;
  bottom: 30px;
} 
.accordion[open] .more-summary:hover::after {
  border: 1px solid #EE7800;
  background: #fff url(../img/common/icon_arrow_bottom_orange.svg) no-repeat left 56% center;
  background-size: 11px;
} 
.accordion[open] .more-summary.is-open:hover::after {
  border: 1px solid #EE7800;
  background: #fff url(../img/common/icon_arrow_top_orange.svg) no-repeat left 56% center;
  background-size: 11px;
} 
.accordion[open]  .more-summary.is-open::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../img/common/icon_arrow_top_white.svg) no-repeat left 53% center;
  position: absolute;
  right: 20px;
  bottom: 30px;
  background-size: 12px;
} 

/* デフォルト三角アイコン消す（Chrome/Safari） */
.more-summary::-webkit-details-marker {
  display: none;
}

@media screen and (max-width: 1100px) {
    .chievements {
    justify-content: space-around;
  }
  .chievements li {
    width: 69%;
  }
  .chievements li.chievements2,
  .chievements li.chievements5 {
    width: 69%;
  }
  .chievements li:nth-child(-n+6) {
    margin-bottom: 27px;
  }
  .chievements li:nth-child(odd) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .chievements {
    justify-content: center;
  }
  .chievements li {
    width: 100%;
  }
  .chievements li.chievements2,
  .chievements li.chievements5 {
    width: 100%;
  }
  .chievements li:nth-child(odd) {
    margin-right: 0;
  }
  .chievements li.chievements2 .wd_box {
    flex-wrap: wrap;
  }
  .chievements li.chievements5 .wd_box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .chievements li.chievements5 .wd_box> div+ div {
    padding-left: 18px;
  }
  .chievements li.chievements5 .numerical_value {
    align-items: flex-end;
    vertical-align: bottom;
    flex-direction: row;
  }
  
}

/* 人材育成 20251215 */
.content-box .accordion-group {
  margin: 50px 0;
}
.accordion {
  border: 1px solid #EE7800;
}
.accordion summary {
  list-style: none;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  font-size: 2.6rem;
  text-align: left;
  background-color: #FFF1E4;
  height: 98px;
  align-content: center;
  padding-left: 41px;
}
.accordion summary::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../../new-graduates/assets/img/common/icon_arrow_bottom_white.svg) no-repeat left 56% center;
  position: absolute;
  right: 20px;
  bottom: 30px;
} 
.accordion summary:hover::after {
  border: 1px solid #EE7800;
  background: #fff url(../../new-graduates/assets/img/common/icon_arrow_bottom_orange.svg) no-repeat left 56% center;
  background-size: 11px;
} 
.accordion[open] summary::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #EE7800 url(../img/common/icon_arrow_top_white.svg) no-repeat left 53% center;
  position: absolute;
  right: 20px;
  bottom: 30px;
  background-size: 12px;
}
.accordion[open] summary:hover::after {
  border: 1px solid #EE7800;
  background: #fff url(../img/common/icon_arrow_top_orange.svg) no-repeat left 56% center;
  background-size: 11px;
} 
.accordion .accordion-content {
  margin: 30px 61px 49px 41px;
  font-size: 2rem;
  line-height: 3;
}
.accordion summary span {
  font-size: 1.6rem;
  padding-left: 45px;
  font-weight: normal;
}
.accordion .accordion-titl span {
  font-size: 1.6rem;
  padding-left: 45px;
  font-weight: normal;
}
.accordion .accordion-content p {
  font-weight: bold;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion .accordion-titl::-webkit-details-marker {
  display: none;
}
.accordion-inner {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 16px;
}
.accordion[open] .accordion-inner {
  max-height: 500px;
  padding: 12px 16px 16px;
}

@media (max-width: 768px) {
  .accordion summary {
    font-size: 2rem;
    height: 60px;
    padding-left: 10px;
  }
  .accordion .accordion-titl {
    font-size: 2rem;
    height: 60px;
    padding-left: 10px;
  }
  .accordion-inner {
    font-size: 14px;
  }
  .accordion .accordion-content ul li {
    margin-right: 20px;
    margin-top: 20px;
  }
  .accordion .accordion-content ul {
  font-size: 1.8rem;
  }
  .accordion .accordion-content {
    margin: 30px 20px 49px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .accordion .accordion-content p {
    font-size: 1.6rem;
  }
  .accordion summary::after {
    width: 17px;
    height: 17px;
    right: 2%;
    bottom: 20px;
  }
  .accordion summary:hover::after {
    background-size: 10px;
  } 
  .accordion .accordion-titl::after {
    width: 17px;
    height: 17px;
    right: 2%;
    bottom: 20px;
  }
  .accordion .accordion-titl:hover::after {
    background-size: 10px;
  } 
  .accordion[open] summary::after {
    width: 17px;
    height: 17px;
    right: 2%;
    bottom: 20px;
  }
  .accordion[open] summary:hover::after {
    background-size: 10px;
  } 
  .accordion summary span {
    display: block;
    font-size: 1.4rem;
    padding-left: 0;
  }
  .accordion .accordion-titl span {
    display: block;
    font-size: 1.4rem;
    padding-left: 0;
  }
}
@media (max-width: 1210px) {
  .accordion .accordion-content p {
    display: inline;
}
}

/* 社員の働く環境 20251216 */
.lower-mv-box .lower-mv.is-group h2 {
  font-size: clamp(3rem, 3vw, 4rem);
}
.pd_t100 {
  padding-top: 100px;
}
.business_area .heading-level2 {
  font-size: 3.2rem;
  margin-bottom: 30px;
  margin: -30px 0 0 0;
  color: #222;
}
.choice {
  border: 1px solid #EE7800;
  padding: 39px 42px 19px;
  margin-top: 50px;
}
.choice> p {
  text-align: right;
  margin-top: 16px;
}
.choice h4 {
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.choice h4 span {
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 38px;
}
.choice .choice_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.choice .choice_box .choice_text {
  display: flex;
  max-width: 534px;
  min-height: 230px;
  padding: 25px 30px;
  background-color: #FFF1E4;
  align-items: center;
  border-radius: 10px;
}
.choice .choice_box .choice_text figure {
  width: 80px;
  height: 100%;
  max-width: 80px;
  min-width: 80px;
  align-content: center;
}
.choice .choice_box .choice_text .choice_text_box {
  font-size: 1.6rem;
  padding-left: 42px;
}
.choice .choice_box .choice_text .choice_text_box div {
  font-size: 2rem;
  font-weight: bold;
}
.choice .choice_box .choice_text .choice_text_box p {
  line-height: 24px;
}
.choice .choice_box .choice_text .choice_text_box p+p {
  margin-top: 6px;
}
.choice .choice_box .choice_text:first-of-type {
  margin-right: 10px;
}

/* ↓ 事業エリア */
.map-container {
  display: flex;
  max-width: 1200px;
}

.map-left,
.map-right {
  width: 50%;
}
.map-right {
  position: relative;
}


#dynamicArea {
  position: relative;
}
.map-right h2 {
  font-size: clamp(16px, 2vw, 25px);
  padding-left: 2%;
  position: absolute;
}

.prefecture-image {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
}

.balloon {
  position: absolute;
  background: #f2f2f2;
  padding: 2%;
  font-size: clamp(9px, 1vw, 12px);
  line-height: 1.1;
}
.balloon span {
  font-weight: bold;
  font-size: clamp(9px, 1vw, 12px);
  display: inline-block;
  padding-bottom: 5px;
}

/* マップ色 */
.pref { fill:#fae996; stroke:#fff; cursor:pointer; }
.pref:hover { fill:#EE7800; }
.pref.is-active { fill:#EE7800; }

.cls-1 {
  fill: #d8d8d8;
}

.cls-2 {
  fill: #f2f2f2;
}

.pref .cls-3 {
  fill: #f2f2f2;
}
.pref.sk_no {
  stroke: #f2f2f2;
}
.cls-4 {
  fill: none;
}

.cls-5 {
  clip-path: url(#clippath-1);
}
.cls-4 {
  stroke: #fff;
  stroke-width: 2px;
}

.cls-7 {
  clip-path: url(#clippath);
}

/* 固定テキスト全体 */
.fixed-info {
  padding: 3px 25px 0;
  position: absolute;
  bottom: 0;
}

/* 横並び */
.info-list {
  display: flex;
  gap: 3px 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

/* 各項目 */
.info-item {
  display: inline-flex;
  align-items: center;
  font-size: clamp(11px, 1vw, 14px);
  color: #333;
  white-space: nowrap;
}

/* 丸点 */
.info-item .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

/* 色バリエーション */
.info-main_office .dot {
  background-color: #fae996;
}

.info-construction_office .dot {
  background-color: #bba6f8;
}

.info-service_center .dot {
  background-color: #a2d12a;
}

.info-expressway_office .dot {
  background-color: #f8a1be;
}

.map-right #dynamicArea p {
  font-size: clamp(16px, 2vw, 25px);
  font-weight: bold;
  padding-left: 2%;
}
.prefecture-image.is-loading .balloon {
  opacity: 0;
}

.prefecture-image .balloon {
  transition: opacity 0.15s ease;
}
/* ↑ 事業エリア */

@media (max-width: 768px) {
  .lower-mv-box .lower-mv.is-group h2 {
   font-size: clamp(2rem, 6vw, 4rem);
   margin-left: 7%;
  }
  .choice {
    padding: 40px 15px 19px;
  }
  .choice h4 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .choice h4 span {
    padding-left: 0;
  }
  .choice .choice_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .choice .choice_box .choice_text {
    flex-wrap: wrap;
  }
  .choice .choice_box .choice_text figure {
    max-width: 100%;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .choice .choice_box .choice_text:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .choice .choice_box .choice_text .choice_text_box {
    padding-left: 0;
    margin-top: 20px;
  }
  .business_area .heading-level2 {
    font-size: 2.8rem;
    margin: -20px 0 0 0;
  }
  /* 事業エリアsp */
  .map-container {
    flex-direction: column;
  }

  .map-left,
  .map-right {
    width: 100%;
  }

  /* SVGをスマホ幅にフィット */
  .map-left svg {
    width: 100%;
    height: auto;
  }

  /* 画像もはみ出さないように */
  .prefecture-image img {
    height: auto;
    display: block;
  }
  .info-list {
    flex-wrap: wrap;
    gap: 3px 10px;
  }
  .balloon {
    font-size: clamp(9px, 2vw, 12px);
  }
  .balloon span {
    font-size: clamp(9px, 2vw, 12px);
  }
  .info-item {
    font-size: clamp(11px, 2vw, 14px);
  }
  .fixed-info {
    position: static;  }


  /* 事業エリアsp */
}

@media (min-width: 769px) {
  .map-container {
    max-height: 640px;
  }
}
@media (max-width: 420px) {
  .balloon {
    padding: 1.5%;
  }
  .balloon#mie-1 {
    top: 7% !important;
    left: 14% !important;
  }
  .balloon#mie-3 {
    top: 38% !important;
  }
  .balloon#mie-4 {
    left: 7.5% !important;
  }
  .balloon#gifu-3,.balloon#gifu-1 {
    left: 55% !important;
  }
  .balloon#gifu-5 {
    left: 38% !important;
  }
  .balloon#gifu-2 {
    left: 14.2% !important;
  }
  .balloon#fukui-1 {
    left: 18% !important;
  }
  .balloon#shizuoka-1 {
    left: 59% !important;
  }
  .balloon#kanagawa-3 {
    left: 7% !important;
  }
}
@media (min-width: 769px) and (max-width: 860px) {
  .balloon#fukui-1 {
    left: 18.5% !important;
  }
  .balloon#mie-1 {
    top: 6% !important;
    left: 15% !important;
  }
  .balloon#kanagawa-3 {
    left: 9% !important;
  }
  .balloon#gifu-2 {
    left: 14.5% !important;
  }
  .balloon#gifu-1 {
    left: 53% !important;
  }
  .balloon#gifu-5 {
    left: 38% !important;
  }
}

/* グループ会社採用情報 20251217 */
.group-wrap .business_area .heading-level2 {
  margin: 0;
}
.group-wrap .lead-text p {
  margin-top: 18px;
}

.companies_list {
  display: flex;
  flex-wrap: wrap;
}
.companies_list .img_box {
  display: flex;
  margin-bottom: 20px;
}
.companies_list .img_box figure {
  width: 50%;
}
.companies_list .img_box figure img {
  width: 100%;
}
.companies_list li {
  border: 1px solid #D9D9D9;
  max-width: 585px;
  padding: 29px 29px 35px;
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.companies_list li h4 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.companies_list li p {
  margin-bottom: 30px;
}
.companies_list li h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #EE7800;
  margin-bottom: 15px;
}
.companies_list li .company_name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  margin: 0;
  position: relative;
  padding-left: 18px;
  padding-right: 20px;
  display: inline-block;
}
.companies_list li .company_name + .company_name {
  margin: 10px 0 0;
}
.companies_list li .company_name a {
  color: #222;
}
.companies_list li .company_name::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #EE7800;
  left: 0;
  top: 0.3em;
}
.companies_list li .company_name::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .companies_list li:nth-child(odd) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .group-wrap .business_area .heading-level2 {
    margin: -20px 0 0 0;
  }
  .companies_list li {
    width: 100%;
    max-width: 100%;
  }
}
