@media print, screen and (min-width: 768px) {
  .mv .title.recruit {
    top: 70%;
  }
}

.recruit__nav .wrapper {
  background-color: #EBEEF5;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .recruit__nav .wrapper {
    padding: 4rem 0;
  }
}
.recruit__nav .tocType01-profile {
  margin-bottom: 0;
}
.recruit__nav .list {
  display: flex;
  flex-wrap: wrap;
}
.recruit__nav .list .item {
  text-align: center;
  border-right: 1.5px solid #CCC;
  border-left: 1.5px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .recruit__nav .list .item a {
    padding: 0.3rem 0rem 0.4rem;
  }
}
.recruit__nav .list li {
  position: relative;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .recruit__nav .list li {
    width: 90%;
  }
}
.recruit__nav .list li span {
  position: relative;
}
.recruit__nav .list li span::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 767px) {
  .recruit__nav .list li span::after {
    width: 2rem;
    height: 2rem;
    top: 1rem;
  }
}
.recruit .entry__wrapper {
  background-image: url(../img/recruit/common/entry__bg.png);
  background-size: cover;
  padding: 5rem;
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .recruit .entry__wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 8rem;
  }
}
.recruit .entry__wrapper p.text {
  color: #fff;
  line-height: 1.8;
  text-align: center;
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .recruit .entry__wrapper p.text {
    text-align: left;
  }
}
.recruit .entry__title .titleType01__line {
  display: flex;
  color: #fff;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .recruit .entry__title .titleType01__line {
    display: flex;
    gap: 12rem;
    align-items: center;
  }
}
.recruit .entry__title .titleType01__line h2.titleType01--en {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .recruit .entry__title .titleType01__line h2.titleType01--en {
    font-size: 8rem;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .entry__title .titleType01__line h2.titleType01--en::after {
    top: 4rem;
    right: -8rem;
    left: auto;
    margin: 0;
    height: 2px;
    width: 3.5rem;
    transform: rotate(90deg);
  }
}
.recruit .entry__title .titleType01__line p.titleType01--ja {
  margin-top: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .recruit .entry__title .titleType01__line p.titleType01--ja {
    font-size: 3.8rem;
    margin-top: 0;
  }
}
.recruit .entry__btn .btnType01 {
  font-size: 2rem;
  line-height: 8rem;
  height: 8rem;
  color: #000;
  width: 35%;
  margin: 0 auto;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .recruit .entry__btn .btnType01 {
    font-size: 3.4rem;
    height: 14rem;
    line-height: 14rem;
    width: 100%;
  }
}
.recruit .entry__btn .btnType01.entry {
  background-color: #fff;
}
.recruit .entry__btn .btnType01.entry::after {
  border: 1px solid #ec6802;
}
.recruit .entry__btn .btnType01.entry span::after {
  background-image: url(../../assets/img/common/icon-arrow-black.svg);
}
.recruit .entry__btn .btnType01.entry:hover .arrow--white::before {
  background-image: url("../../assets/img/common/icon-mouse-orange.svg");
}
.recruit .entry__btn .btnType01.entry:hover span::before {
  background-image: url("../../assets/img/common/txt-entry-blue.png");
}
.recruit .entry__btn .btnType01.entry .arrow--white {
  position: relative;
}
.recruit .entry__btn .btnType01.entry .arrow--white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin: auto;
  background-image: url("../../assets/img/common/icon-mouse-orange.svg");
  background-repeat: no-repeat;
  transition: all ease-in-out 0.3s;
  height: 4rem;
  width: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .recruit .entry__btn .btnType01.entry .arrow--white::before {
    left: 4rem;
    height: 5.7rem;
    width: 4.6rem;
  }
}
.recruit .entry__btn .btnType01.entry .arrow--white:hover {
  color: #ec6802;
  transition: all ease-in-out 0.3s;
}
.recruit .introduction {
  text-align: center;
  margin: 10rem auto;
  margin-bottom: 12rem;
}
.recruit .introduction h3.title {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.6;
  color: #004097;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .recruit .introduction h3.title {
    font-size: 4.5rem;
  }
}
.recruit .introduction p.text {
  line-height: 3rem;
}
@media only screen and (max-width: 767px) {
  .recruit .introduction p.text {
    line-height: 5rem;
  }
}
.recruit .guide__links .item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__links .item {
    display: block;
  }
}
.recruit .guide__links .item:hover .text::after {
  right: 3rem;
}
@media print, screen and (min-width: 768px) {
  .recruit .guide__links .item:nth-of-type(even) .text {
    order: -2;
  }
}
.recruit .guide__links .item:not(:first-child) {
  margin-top: 4.5rem;
}
.recruit .guide__links .item:first-child {
  background: rgb(0, 177, 221);
  background: linear-gradient(90deg, rgba(0, 177, 221, 0.8) 0%, rgba(0, 135, 195, 0.8) 52%, rgba(0, 64, 151, 0.8) 100%);
}
@media only screen and (max-width: 767px) {
  .recruit .guide__links .item:first-child {
    background: linear-gradient(90deg, rgba(0, 177, 221, 0.8) 0%, rgba(0, 177, 221, 0.8) 52%, rgba(3, 119, 185, 0.8) 100%);
  }
}
.recruit .guide__links .item:nth-child(2) {
  background: rgb(53, 146, 199);
  background: linear-gradient(90deg, rgb(53, 146, 199) 0%, rgb(53, 146, 199) 52%, rgb(51, 102, 172) 100%);
}
@media only screen and (max-width: 767px) {
  .recruit .guide__links .item:nth-child(2) {
    background: linear-gradient(90deg, rgb(53, 146, 199) 0%, rgb(51, 102, 172) 52%, rgb(51, 102, 172) 100%);
  }
}
.recruit .guide__links .img {
  width: 59%;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__links .img {
    width: 100%;
  }
}
.recruit .guide__links .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  width: 51%;
  padding: 0 9% 0 8%;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__links .text {
    padding: 6.5rem 10rem 6.5rem 7rem;
    width: 100%;
  }
}
.recruit .guide__links .text::after {
  right: 5rem;
  background-image: url("../../assets/img/common/icon-arrow-white.svg");
}
@media only screen and (max-width: 767px) {
  .recruit .guide__links .text::after {
    right: 4rem;
  }
}
.recruit .guide__links .text .title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__links .text .title {
    font-size: 3.6rem;
    margin: 0 0 3rem 3rem;
  }
}
.recruit .guide__news {
  background-color: #F5F8FA;
  margin-top: 10rem;
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__news {
    margin-top: 12rem;
    padding: 12rem 0;
  }
}
.recruit .guide__news .wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__news .wrapper {
    width: 100%;
  }
}
.recruit .guide__news .newsList__cat {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__news .newsList__cat {
    padding: 0 9% 5rem 9%;
  }
}
.recruit .guide__news .btnType01 {
  position: absolute;
  right: 0;
  bottom: -14rem;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__news .btnType01 {
    bottom: -18rem;
    left: 0;
    margin: auto;
    width: 62rem;
  }
}
.recruit .guide__library {
  margin-top: 14rem;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__library .titleType01 {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .guide__library .wrapper {
    width: 100%;
  }
}
.recruit .guide__library .wrap {
  padding: 8rem 8rem 0;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__library .wrap {
    padding: 5rem 9% 0 9%;
  }
}
.recruit .guide__library .link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.recruit .guide__library .link .btnType02 {
  width: 23.5%;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__library .link .btnType02 {
    width: 100%;
  }
  .recruit .guide__library .link .btnType02:not(:first-child) {
    margin-top: 4rem;
  }
}
.recruit .guide__library .btnType01 {
  margin: 5rem auto;
  width: 57rem;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__library .btnType01 {
    height: 13rem;
    width: 100%;
  }
}
.recruit .guide__library .btnType01:hover span::before {
  background-image: url("../../assets/img/common/icon-download-navy.svg");
}
.recruit .guide__library .btnType01:hover span::after {
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__library .btnType01:hover span::after {
    right: 4rem;
  }
}
.recruit .guide__library .btnType01 span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5rem;
  margin: auto;
  background-image: url("../../assets/img/common/icon-download-white.svg");
  background-size: cover;
  height: 2.8rem;
  width: 3.4rem;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__library .btnType01 span::before {
    left: 4rem;
    height: 3.55rem;
    width: 4.5rem;
  }
}
.recruit .guide__library .btnType01 span::after {
  transform: rotate(90deg);
}
.recruit .guide__detail {
  margin-top: 10rem;
}
.recruit .guide__detail .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit .guide__detail .item {
  color: #004097;
  background-color: #D9EBF4;
  text-align: center;
  padding: 3rem;
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__detail .item {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 6.5rem 4rem 6.5rem 8rem;
  }
  .recruit .guide__detail .item:not(:first-child) {
    margin-top: 4rem;
  }
}
.recruit .guide__detail .item .icon {
  margin: auto;
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  .recruit .guide__detail .item .icon {
    margin: 0 4rem 0 0;
  }
}
.recruit .guide__detail .item .caption {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.recruit .guide__detail .item .note {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements h2.titleType01--en {
    font-size: 8rem;
  }
}
.recruit .requirements__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__info {
    margin-bottom: 10rem;
  }
}
.recruit .requirements__info img {
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__info img {
    position: absolute;
    top: 0rem;
    right: 0;
    width: 12rem;
  }
}
.recruit .requirements__wrapper {
  background-image: url(../img/recruit/top/requirements-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__wrapper {
    padding-top: 8rem;
    background-image: url(../img/recruit/top/requirements-bg-sp.png);
  }
}
.recruit .requirements__contents {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
  margin-bottom: 5rem;
  gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__contents {
    flex-wrap: wrap;
  }
}
.recruit .requirements__contents a.btn {
  display: flex;
  background-color: #d9f3fa;
}
.recruit .requirements__contents a.btn .wrap {
  padding-right: 50%;
  position: relative;
}
.recruit .requirements__contents a.btn .wrap .text-box {
  position: absolute;
  top: 20%;
  left: 13%;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__contents a.btn .wrap .text-box {
    top: 19%;
    left: 10%;
  }
}
.recruit .requirements__contents a.btn .wrap .text--ja {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  line-height: 1.6;
  color: #00b1dd;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__contents a.btn .wrap .text--ja {
    font-size: 3.6rem;
  }
}
.recruit .requirements__contents a.btn .wrap .text--ja span::after {
  content: url(../img/common/icon-arrow-blue.svg);
  display: inline-block;
  width: 1.6rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__contents a.btn .wrap .text--ja span::after {
    width: 2.6rem;
    margin-left: 3rem;
  }
}
.recruit .requirements__contents a.btn .wrap .text--en {
  color: #99e0f1;
  font-size: 4rem;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__contents a.btn .wrap .text--en {
    font-size: 4.8rem;
  }
}
.recruit .requirements__contents .requirements__detail {
  width: 48.3%;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__contents .requirements__detail {
    width: 100%;
  }
}
.recruit .requirements__contents .requirements__detail .wrapper {
  display: block;
}
.recruit .requirements__contents .requirements__detail .wrapper .item {
  width: 100%;
}
.recruit .requirements__contents .requirements__detail .wrapper .item:not(:last-of-type) {
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__detail {
    margin-top: 8rem;
  }
}
.recruit .requirements__detail .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.recruit .requirements__detail .wrapper .item {
  color: #004097;
  background-color: #D9EBF4;
  text-align: center;
  padding: 2.6rem 0;
  width: 47.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__detail .wrapper .item {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 4.5rem 10rem;
  }
  .recruit .requirements__detail .wrapper .item:not(:first-child) {
    margin-top: 4rem;
  }
}
.recruit .requirements__detail .wrapper figure.icon {
  width: 6.5rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__detail .wrapper figure.icon {
    width: 9rem;
    margin: 0 4rem 0 0;
  }
}
.recruit .requirements__detail .wrapper .info {
  color: #0377b9;
}
.recruit .requirements__detail .wrapper .info p.caption {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .recruit .requirements__detail .wrapper .info p.caption {
    font-size: 3.5rem;
    letter-spacing: 0.6rem;
  }
}
.recruit .faq__content {
  margin: 5rem 0 10rem 0;
}
@media only screen and (max-width: 767px) {
  .recruit .faq__content {
    margin: 7rem 0 12rem 0;
  }
}
.recruit .faq__wrapper {
  margin: 5rem 0 10rem 0;
}
.recruit .welfare__wrapper {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .recruit .welfare__wrapper {
    padding: 3rem 0 10rem 0;
  }
}
.recruit .welfare__content {
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .recruit .welfare__content {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .welfare__content {
    padding: 7rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit .welfare__text {
    width: 71%;
    margin-right: auto;
    padding-right: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit .welfare__text.another {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .welfare__text.another p.note {
    margin-bottom: 0;
  }
}
.recruit .welfare__text p.note {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .recruit .welfare__text p.note {
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit .welfare__image {
    width: 29%;
  }
}
.recruit .welfare .employee {
  background-color: #f5f8fa;
  padding-top: 10rem;
}
.recruit .new-graduates__wrapper {
  padding: 10rem 0;
}
.recruit .new-graduates__wrapper:first-child {
  padding-top: 0;
}
.recruit .new-graduates__wrapper:nth-child(even) {
  background-color: #f5f8fa;
}
.recruit .new-graduates__content {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .recruit .new-graduates__content {
    margin-top: 10rem;
  }
}
.recruit .new-graduates__content.intro {
  text-align: center;
  padding-top: 0;
}
.recruit .new-graduates__content.intro h3.titleType03 {
  letter-spacing: 0.6rem;
}
.recruit .new-graduates__content.intro p.note {
  margin-top: 4rem;
}
.recruit .new-graduates__content.intro figure.mynavi {
  width: 21%;
  margin: 1.5% auto 0;
}
@media only screen and (max-width: 767px) {
  .recruit .new-graduates__content.intro figure.mynavi {
    width: 65%;
    margin: 3.5% auto 0;
  }
}
.recruit .new-graduates__item dl {
  display: flex;
  flex-wrap: wrap;
}
.recruit .new-graduates__item dl dt {
  padding: 3rem 0;
  width: 30%;
  color: #004097;
  font-weight: 400;
  border-bottom: 1.5px solid #ccc;
}
.recruit .new-graduates__item dl dt:first-child {
  border-top: 1.5px solid #ccc;
}
.recruit .new-graduates__item dl dd {
  padding: 3rem 0;
  width: 70%;
  border-bottom: 1.5px solid #ccc;
}
.recruit .new-graduates__item dl dd:first-of-type {
  border-top: 1.5px solid #ccc;
}
.recruit .new-graduates__item dl dd .titleType05 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .recruit .new-graduates__item dl dd .titleType05 {
    font-size: 2.8rem;
  }
}
.recruit .new-graduates__item dl dd .titleType05::before {
  top: 0.4rem;
}
.recruit .new-graduates__item dl dd .titleType05:not(:first-child) {
  display: inline-block;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .recruit .new-graduates__item dl dd .titleType05:not(:first-child) {
    margin-top: 1rem;
  }
}
.recruit .new-graduates .work-hours__content {
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .recruit .new-graduates .work-hours__content {
    padding-left: 3rem;
  }
}
.recruit .new-graduates .requirements {
  background-color: #f5f8fa;
  padding-top: 10rem;
}
@media print, screen and (min-width: 768px) {
  .recruit .new-graduates .brackets-pc {
    margin-left: -0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .new-graduates .brackets-sp {
    margin-left: -1.5rem;
  }
}
.recruit .interview {
  counter-reset: number 0;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .recruit .interview {
    margin-bottom: 14rem;
  }
}
.recruit .interview__intro {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #004097;
  line-height: 1.6;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__intro {
    font-size: 4.4rem;
  }
}
.recruit .interview__content:not(:last-of-type) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content:not(:last-of-type) {
    margin-bottom: 14rem;
  }
}
.recruit .interview__content .content_image {
  position: relative;
  z-index: -5;
}
.recruit .interview__content .content_image.fadeInLeft::after {
  transition: all ease-in-out 1s;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_title {
    margin-bottom: -4rem;
  }
}
.recruit .interview__content .content_title .title_inner {
  color: #fff;
  width: 30rem;
  margin: 0 5% 0 auto;
  margin-top: -12rem;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_title .title_inner {
    width: 58%;
    margin: -18rem 0 0 auto;
  }
}
.recruit .interview__content .content_title .title_inner.new-line {
  margin-top: -14rem;
}
.recruit .interview__content .content_title .title_inner.new-line .wrap_name {
  height: 14rem;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_title .title_inner.new-line .wrap_name {
    height: 19rem;
  }
}
.recruit .interview__content .content_title .title_history, .recruit .interview__content .content_title .wrap_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3.5rem;
}
.recruit .interview__content .content_title .wrap_name {
  background-color: #00b1dd;
  height: 12rem;
  line-height: 1.4;
  padding-top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_title .wrap_name {
    height: 18rem;
  }
}
.recruit .interview__content .content_title .title_post {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_title .title_post {
    font-size: 3rem;
  }
}
.recruit .interview__content .content_title .title_name {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_title .title_name {
    font-size: 3.6rem;
  }
}
.recruit .interview__content .content_title .title_name span {
  font-size: 4rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_title .title_name span {
    font-size: 6rem;
  }
}
.recruit .interview__content .content_title .title_history {
  line-height: 1.8;
  height: 8.5rem;
  background-color: #004097;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_title .title_history {
    height: 12.8rem;
  }
}
.recruit .interview__content .content_text {
  position: relative;
}
.recruit .interview__content .content_text::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 6rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #00b1dd;
  position: absolute;
  top: -0.5rem;
  left: -10%;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_text::before {
    font-size: 7.8rem;
    position: unset;
  }
}
.recruit .interview__content .content_text h3.title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 4rem;
  padding-left: 5rem;
  position: relative;
}
.recruit .interview__content .content_text h3.title::before {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_text h3.title::before {
    top: -2rem;
    left: 0;
    height: 1px;
    width: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit .interview__content .content_text h3.title {
    font-size: 3.8rem;
    padding: 0;
    margin-top: 4rem;
  }
}

.banner {
  max-width: 100%;
  width: 100rem;
  margin: auto;
}
.banner__title {
  text-align: center;
  margin-bottom: 4rem;
}
.banner__title mark {
  background: linear-gradient(transparent 60%, #FFF000 0%);
  font-size: 3rem;
  font-weight: 700;
  padding: 0 1rem;
}

.recruit__nav {
  margin-top: 12rem;
}
.recruit__nav .wrapper {
  background-color: #EBEEF5;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .recruit__nav .wrapper {
    padding: 4rem 0;
  }
}
.recruit__nav .tocType01-profile {
  margin-bottom: 0;
}
.recruit__nav .list {
  display: flex;
  flex-wrap: wrap;
}
.recruit__nav .list .item {
  text-align: center;
  border-right: 1.5px solid #CCC;
  border-left: 1.5px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .recruit__nav .list .item a {
    padding: 0.3rem 0rem 0.4rem;
  }
}
.recruit__nav .list li {
  position: relative;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .recruit__nav .list li {
    width: 90%;
  }
}
.recruit__nav .list li span {
  position: relative;
}
.recruit__nav .list li span::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 767px) {
  .recruit__nav .list li span::after {
    width: 2rem;
    height: 2rem;
    top: 1rem;
  }
}
/*# sourceMappingURL=recruit.css.map */