/* CSS Document */
.top-header-area {
  padding-top: 90px;
}

.top-header-area-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.top-header-area-outer:after {
  content: "";
  display: block;
  width: 100%;
  padding: 18% 0;
  background: #7dcbf2;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.top-header-area-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.top-header-area-txt {
  width: 35%;
  position: relative;
  z-index: 2;
}

.top-header-area-visual {
  width: 65%;
  padding-top: 56.25%;
  background: url(/recruit/image/mv_top.png) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 0 0 150px;
}

.top-catch {
  width: 120%;
  margin-left: 20%;
}

.top-content-intro {
  padding: 150px 0 100px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #ffff00), to(#ffff00));
  background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #ffff00 50%, #ffff00 100%);
  background: -o-linear-gradient(left, #fff 0%, #fff 50%, #ffff00 50%, #ffff00 100%);
  background: linear-gradient(to right, #fff 0%, #fff 50%, #ffff00 50%, #ffff00 100%);
}

.top-content-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.top-content-intro-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .25em;
}

.top-content-intro-txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .25em;
  margin: 2em 0 0 0;
}

.top-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.top-content-intro .top-content-list {
  margin-top: 150px;
}

.top-content-item {
  width: 45%;
}

.top-content-item:nth-child(2n) {
  margin-left: 10%;
}

.top-content-ttl-eng {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ff1d25;
  letter-spacing: .2em;
}

.top-content-ttl-jpn {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .15em;
  margin-bottom: .5em;
}

.top-content-img.type-tr-radius img {
  border-radius: 0 100px 0 0;
}

.top-content-img.type-tl-radius img {
  border-radius: 100px 0 0 0;
}

.top-content-intro .normal-btn a {
  border: 2px solid #091138;
  color: #091138;
}

.top-content-intro .normal-btn a:before {
  background: #091138;
}

.top-content-intro .normal-btn a:hover {
  color: #FFF;
  background: #091138;
}

.top-content-work {
  padding: 300px 0 100px;
  background: #47adde;
  border-radius: 200px 0 0 0;
  position: relative;
}

.top-content-work:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 50%;
  height: 200px;
  border-radius: 0 0 0 200px;
  background: #ffff00;
}

.top-content-ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .15em;
  color: #FFF;
}

.top-content-txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .25em;
  margin: 2em 0 0 0;
  color: #FFF;
}

.top-content-item:nth-child(n+3) {
  margin-top: 8%;
}

.top-content-work .top-content-ttl-eng {
  color: #ffff00;
}

.top-content-work .top-content-ttl-jpn {
  color: #FFF;
}

.normal-btn a {
  border: 1px solid #FFF;
  color: #FFF;
}

.normal-btn a:before {
  background: #FFF;
}

.normal-btn a:hover {
  color: #091138;
  background: #FFF;
}

.top-content-attempt {
  padding: 200px 0 150px;
  background: #091138;
  position: relative;
}

.top-content-attempt:before,
.top-content-attempt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 200px;
}

.top-content-attempt:before {
  background: #47adde;
}

.top-content-attempt:after {
  background: #091138;
  border-radius: 0 200px 0 0;
}

.top-content-list.type-four-column {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.type-four-column .top-content-item {
  width: 22.5%;
}

.type-four-column .top-content-item:nth-child(2n) {
  margin-left: 0;
}

.type-four-column .top-content-item:nth-child(n+3) {
  margin-top: 0;
}

.type-four-column .top-content-ttl-eng {
  color: #ffff00;
}

.type-four-column .top-content-ttl-jpn {
  font-size: 20px;
  line-height: 1.4;
  color: #fFF;
}

.type-four-column .top-content-img.type-tr-radius img {
  border-radius: 0 50px 0 0;
}

.type-four-column .top-content-img.type-tl-radius img {
  border-radius: 50px 0 0 0;
}

.type-four-column .normal-btn {
  width: 100%;
  margin-top: 25px;
}

.top-content-entry {
  padding: 150px 0;
}

.top-content-entry .top-content-ttl,
.top-content-entry .top-content-txt {
  color: #091138;
}

.top-entry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.top-entry-item {
  width: 30%;
}

.top-entry-item .top-content-ttl-eng {
  color: #091138;
}

.top-entry-item .normal-btn {
  width: 100%;
  margin-top: 25px;
}

.top-entry-item .normal-btn a {
  border: 2px solid #091138;
  color: #091138;
}

.top-entry-item .normal-btn a:before {
  background: #091138;
}

.top-entry-item .normal-btn a:hover {
  color: #FFF;
  background: #091138;
}

.wantedly-area {
  margin-top: 50px;
}

.wantedly-area .top-content-ttl-jpn {
  color: #24add0;
}

.wantedly-area .normal-btn {
  width: 30%;
  margin-top: 15px;
}

.wantedly-area .normal-btn a {
  background: #24add0;
  border: none;
}

.wantedly-area .normal-btn a:before {
  content: none;
}

.wantedly-area .normal-btn a:hover {
  opacity: .5;
}

.wantedly-area .normal-btn a img {
  width: 55%;
}

.mid-job-wrap {
  background-color: #f3f4f6;
  padding: 40px;
  margin: 60px auto;
}

.mid-job-wrap a {
  text-decoration: none;
  color: #091138;
}

.mid-job-heading {
  font-weight: bold;
  font-size: 20px;
  color: #091138;
  text-align: center;
  margin-bottom: 20px;
}

.mid-job {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.mid-job:last-child {
  margin-bottom: 0;
}

.mid-job .bg-color01 {
  background-color: #0068b6; 
}

.mid-job .bg-color02 {
  background-color: #408ec8; 
}

.mid-job .bg-color03 {
  background-color: #47aedf; 
}

.mid-job .bg-color04 {
  background-color: #7dccf3; 
}

.mid-job-department {
  width: 20%;
  color: #FFFFFF;
  min-height: 110px;
  padding: 15px 10px 10px;
}

.mid-job-department-name {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.mid-job-department-detail {
  font-size: 12px;
}

.mid-job-list {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50%;
}

.mid-job-list .active {
  position: relative;
  cursor: pointer;
}

.mid-job-list .active a {
  width: 100%;
  color: #091138;
  z-index: 1;
}

.mid-job-list .active a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  z-index: -1;
  transition: .3s;
}

.mid-job01 .mid-job-list .active a:before {
  background-color: #0068b6;
}

.mid-job02 .mid-job-list .active a:before {
  background-color: #408ec8;
}

.mid-job03 .mid-job-list .active a:before {
  background-color: #47aedf;
}

.mid-job04 .mid-job-list .active a:before {
  background-color: #7dccf3;
}

.mid-job-list .active a:hover {
  color: #fff;
}

.mid-job-list .active a:hover:before {
  width: 100%;
}

.mid-job-list .no-active {
  background-color: #e5e5e5; 
}

.mid-job-list .no-border {
  border: none;
  background-color: #f3f4f6;
}

.mid-job-list-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 16px;
  width: 15%;
  min-height: 50px;
  border: 2px solid #091138;
  margin-right: 5px;
}

.mid-job-list-item a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%
}

.mid-job-button-area {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.mid-job-button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #091138;
  font-size: 16px;
  font-weight: bold;
  color: #091138;
  width: 250px;
  height: 50px;
  cursor: pointer;
}

.mid-job-button:hover {
  color: #ffffff;
}

.mid-job-button {
  margin-right: 20px;
}

.mid-job-button:last-child {
  margin-right: 0;
}

.mid-job-button:hover {
  text-decoration: none;
}

.mid-job-button{
  position: relative;
}

.mid-job-button-text{
  width: 100%;
  color: #091138;
  z-index: 1;
}

.mid-job-button-text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: #091138;
  z-index: -1;
  transition: .3s;
}

.mid-job-button-text:hover{
  color: #fff;
}

.mid-job-button-text:hover:before{
  width: 100%;
}

.sp-only {
  display: none;
}

/* PDF book風 */
.top-content-benefits {
  margin-top: 15%;
}
.top-content-benefits_content-controller {
  align-items: center;
  display: flex;
  margin: 30px auto 0;
  position: relative;
  width: 70px;
}
.top-content-benefits_content-prev,
.top-content-benefits_content-next {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
  margin: auto;
  transform-origin: center;
  width: 30px;
}
.top-content-benefits_content-prev.desabled,
.top-content-benefits_content-next.desabled {
  cursor: default;
  opacity: 0.8;
  pointer-events: none;
}
.top-content-benefits_content-prev {
  transform: rotate(-45deg);
}
.top-content-benefits_content-next {
  transform: rotate(135deg);
}
.top-content-benefits_content-book {
  aspect-ratio: 16 / 9; 
  height: auto;
  margin: 20px auto !important;
  max-width: 1000px;
  width: 100%;
}
.page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page:nth-child(n+2){
  position: absolute;
}
.ib {
  display: inline-block;
}

@media screen and (max-width: 1050px) {
  .top-header-area {
    padding-top: 6.5%;
  }
}

@media screen and (max-width: 1050px) and (max-width: 850px) {
  .top-header-area {
    padding-top: 67px;
  }
  .top-content-inner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .top-header-area-outer:after {
    content: none;
  }
  .top-header-area-txt {
    width: 100%;
    background: #7dcbf2;
    padding: 10% 15%;
    border-radius: 0 0 0 100px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top-catch {
    width: 100%;
    margin: 0 auto;
  }
  .top-header-area-visual {
    width: 100%;
    padding-top: 80%;
    background: url(/recruit/image/mv_top_sp.png) no-repeat;
    background-position: top center;
    border-radius: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .top-content-intro {
    padding: 25% 0 20%;
  }
  .top-content-intro-ttl {
    font-size: 22px;
  }
  .top-content-intro-txt {
    font-size: 14px;
    letter-spacing: .15em;
    margin: 2em 0 0 0;
  }
  .top-content-list {
    margin-top: 10%;
  }
  .top-content-intro .top-content-list {
    margin-top: 15%;
  }
  .top-content-item {
    width: 100%;
  }
  .top-content-item + .top-content-item {
    margin-top: 10%;
  }
  .top-content-ttl-eng {
    font-size: 11px;
  }
  .top-content-ttl-jpn {
    font-size: 20px;
  }
  .top-content-img.type-tr-radius img {
    border-radius: 0 75px 0 0;
  }
  .top-content-img.type-tl-radius img {
    border-radius: 75px 0 0 0;
  }
  .top-content-work {
    padding: 30% 0 20%;
    border-radius: 100px 0 0 0;
  }
  .top-content-work:before {
    height: 100px;
    border-radius: 0 0 0 100px;
  }
  .top-content-ttl {
    font-size: 28px;
  }
  .top-content-txt {
    font-size: 13px;
  }
  .top-content-item:nth-child(2n) {
    margin-left: 0;
  }
  .top-content-attempt {
    padding: 150px 0 15%;
    background: #091138;
    position: relative;
  }
  .top-content-attempt:before,
  .top-content-attempt:after {
    height: 100px;
  }
  .type-four-column .top-content-ttl-jpn {
    font-size: 18px;
  }
  .type-four-column .top-content-item {
    width: 47%;
  }
  .type-four-column .top-content-item:nth-child(n+3) {
    margin-top: 10%;
  }
  .type-four-column .normal-btn {
    margin-top: 10%;
  }
  .top-content-entry {
    padding: 15% 0;
  }
  .top-content-entry .top-content-txt {
    text-align: left;
  }
  .top-content-entry .top-content-txt br {
    display: none;
  }
  .top-entry-item {
    width: 100%;
  }
  .top-entry-item + .top-entry-item {
    margin-top: 10%;
  }
  .wantedly-area {
    margin-top: 15%;
  }
  .top-entry-item .normal-btn,
  .wantedly-area .normal-btn {
    width: 80%;
    margin-top: 3%;
  }
  .mid-job {
    flex-flow: column;
    margin-bottom: 30px;
  }
  .mid-job-department {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .mid-job-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mid-job-list-item {
    width: 48%;
    margin-bottom: 10px;
  }
  .mid-job-button-area {
    flex-flow: column;
    align-items: center;
  }
  .mid-job-button-area a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mid-job-button-area a:last-child {
    margin-bottom: 0;
  }
}
/* 20221007 TOP気になるあの人追加 */
.normal-btn.feature a::after {
	font-family: 'hlorg' !important;
    content: "\e904";
    padding-left: 0.5em;
}

/* 20221215 バナー追加 */
.top-content-banner {
  width: 80%;
  margin: 0 auto 70px;
}

.top-content-banner img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .top-content-banner {
    width: 100%;
  }
}