@charset "UTF-8";
.br_pc {
  display: block;
}
@media all and (max-width: 750px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media all and (max-width: 750px) {
  .br_sp {
    display: block;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 100px;
}
.main-visual .videos {
  width: 100%;
  height: 100%;
}
.main-visual .in, .main-visual video {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 750px) {
  .main-visual {
    margin-top: 50px;
  }
}

.scroll {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 58px;
  width: 100%;
  text-align: center;
}
.scroll p {
  display: inline-block;
  margin: 0 auto;
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
}
@media all and (max-width: 750px) {
  .scroll p {
    font-size: 1rem;
  }
}
.scroll p:before {
  content: "";
  height: 46px;
  width: 1px;
  background: white;
  left: 50%;
  bottom: -57px;
  position: absolute;
}
@media all and (max-width: 750px) {
  .scroll p:before {
    content: none;
  }
}
@media all and (max-width: 750px) {
  .scroll {
    left: 0;
    bottom: 10px;
  }
}

.recruit-concept {
  padding: 70px 0 0 0;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 0.759rem + 1.37vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  line-height: 2.22;
}
@media all and (max-width: 750px) {
  .recruit-concept {
    padding: 30px 0 0 0;
  }
}

.recruit-concept__lead_box {
  border: 2px solid #c81528;
  border-bottom: none;
  box-sizing: border-box;
  padding: 40px 10px 40px 10px;
  background: white;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
@media all and (max-width: 750px) {
  .recruit-concept__lead_box {
    padding: 20px;
  }
}
.recruit-concept__lead_box .inw {
  display: inline-block;
}
@media all and (max-width: 750px) {
  .recruit-concept__lead_box .inw {
    display: block;
  }
}
.recruit-concept__lead_box .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 1280px) {
  .recruit-concept__lead_box .in {
    display: block;
  }
}

.recruit-concept__lead_box2 {
  text-align: center;
  color: white;
  font-size: 2.2rem;
  font-weight: 500;
  background: #26353e;
  padding: 27px 15px;
  box-sizing: border-box;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .recruit-concept__lead_box2 {
    font-size: 1.3rem;
    padding: 20px;
  }
}

.recruit-concept__lead_box_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #c81528;
  position: relative;
  padding-right: 26px;
  margin-top: 6px;
}
.recruit-concept__lead_box_ttl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  width: 1px;
  background: #c9c9c9;
}
@media all and (max-width: 1280px) {
  .recruit-concept__lead_box_ttl:before {
    content: none;
  }
}
@media all and (max-width: 1280px) {
  .recruit-concept__lead_box_ttl {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 750px) {
  .recruit-concept__lead_box_ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.recruit-concept__lead_box_txt {
  padding-left: 30px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media all and (max-width: 1280px) {
  .recruit-concept__lead_box_txt {
    padding-left: 0;
  }
}
@media all and (max-width: 750px) {
  .recruit-concept__lead_box_txt {
    font-size: 1.4rem;
  }
}

.entry {
  display: flex;
  align-items: center;
}
@media all and (max-width: 750px) {
  .entry {
    display: block;
  }
}

.recruit-concept__lead_box_badge {
  font-size: 1.8rem;
  color: white;
  padding: 25px 58px;
  margin-top: 6px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 80px;
  background: #c81528;
  border-radius: 0;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}
.recruit-concept__lead_box_badge i {
  position: absolute;
  right: 17px;
  bottom: 17px;
}
@media all and (max-width: 750px) {
  .recruit-concept__lead_box_badge i {
    right: 10px;
    bottom: 10px;
  }
  .recruit-concept__lead_box_badge i img {
    width: 9px;
    height: auto;
  }
}
.recruit-concept__lead_box_badge:hover {
  opacity: 0.8;
}
@media all and (max-width: 1280px) {
  .recruit-concept__lead_box_badge {
    display: block;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  .recruit-concept__lead_box_badge {
    font-size: 1.4rem;
    margin-top: 15px;
    padding: 17px 30px;
  }
}

.info_bgg {
  position: relative;
}
.info_bgg:before {
  content: "";
  height: auto;
  width: 66%;
  aspect-ratio: 1030/1124;
  background: #f6f6f6;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 750px) {
  .info_bgg:before {
    height: 78%;
    aspect-ratio: unset;
  }
}
.info_bgg:after {
  content: "";
  height: 100%;
  width: 100%;
  background: url("../images/info/info_top_bg1.png") top center/cover;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 3160/2016;
  right: 0;
  top: -14%;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .info_bgg:after {
    top: 7%;
  }
}
@media all and (max-width: 750px) {
  .info_bgg:after {
    top: 9%;
    background: url("../images/info/info_top_bg1_sp.png") top center/cover;
    background-repeat: no-repeat;
    background-size: 100% auto;
    aspect-ratio: 1500/2498;
  }
}
.info_bgg .bg_btm {
  height: auto;
  width: 56%;
  background: url("../images/info/info_top_bg2.png") center center/cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  aspect-ratio: 1778/2370;
  right: 0;
  bottom: -37%;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1280px) {
  .info_bgg .bg_btm {
    bottom: -15%;
  }
}
@media all and (max-width: 1280px) {
  .info_bgg .bg_btm {
    width: 100%;
    bottom: -25%;
    background: url("../images/info/info_top_bg2_sp.png") center center/cover;
    background-size: 100% auto;
    aspect-ratio: 1500/2016;
  }
}

.rest_line {
  margin: 28px auto;
  width: 1px;
  height: 95px;
  background: #eaeaea;
  position: relative;
}
@media all and (max-width: 750px) {
  .rest_line {
    height: 47px;
    margin: 14px auto;
  }
}
.rest_line:before {
  content: "";
  height: 21px;
  width: 1px;
  background: #8fc31f;
  left: 50%;
  top: -28px;
  position: absolute;
}
@media all and (max-width: 750px) {
  .rest_line:before {
    height: 10.5px;
    top: -14px;
  }
}
.rest_line:after {
  content: "";
  height: 21px;
  width: 1px;
  background: #04198f;
  left: 50%;
  bottom: -28px;
  position: absolute;
}
@media all and (max-width: 750px) {
  .rest_line:after {
    height: 10.5px;
    bottom: -14px;
  }
}

.info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 70px;
  position: relative;
}
@media all and (max-width: 1280px) {
  .info-message {
    padding-right: 0;
    display: block;
  }
}
@media all and (max-width: 750px) {
  .info-message {
    margin-top: 140px;
    margin-bottom: 100px;
  }
}

.message_img {
  width: 50%;
}
@media all and (max-width: 1280px) {
  .message_img {
    width: 87.5%;
    margin: 40px auto 0 auto;
  }
}
.message_img .in {
  padding-right: 110px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .message_img .in {
    padding-right: 0;
  }
}
.message_img img {
  width: 100%;
}

.message_content {
  width: 50%;
}
.message_content .in {
  max-width: 640px;
}
@media all and (max-width: 1280px) {
  .message_content .in {
    max-width: none;
  }
}
@media all and (max-width: 1400px) {
  .message_content {
    padding-right: 6.25%;
  }
}
@media all and (max-width: 1280px) {
  .message_content {
    padding-right: 0;
    width: 87.5%;
    margin: 0 auto;
  }
}

.main_title {
  background-image: url("../images/info/info_txbg1.jpg");
  background-size: auto 100%;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(3.8rem, 0.121rem + 7.85vw, 6.4rem);
  line-height: 1;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.sub_title {
  display: block;
  font-size: clamp(1.3rem, -0.257rem + 3.32vw, 2.4rem);
  font-weight: bold;
  line-height: 1.5;
}

.middle_title {
  font-size: clamp(2rem, -0.264rem + 4.83vw, 3.6rem);
  font-weight: bold;
  margin-top: 60px;
}
@media all and (max-width: 750px) {
  .middle_title {
    margin-top: 36px;
  }
}

.message_txt {
  margin-top: 40px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media all and (max-width: 750px) {
  .message_txt {
    margin-top: 22px;
  }
}

.see-number {
  padding: 80px 0 0 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 70px;
}
@media all and (max-width: 750px) {
  .see-number {
    padding: 40px 0 0 0;
    margin-bottom: 60px;
  }
}
.see-number:before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  top: 165px;
  right: 0;
  z-index: -1;
  background: #f6f6f6;
}
@media all and (max-width: 750px) {
  .see-number:before {
    top: 95px;
  }
}
.see-number:after {
  content: "";
  width: 29%;
  height: auto;
  aspect-ratio: 67/39;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
  background: url("../images/info/see-number_bg1.jpg") center center/cover;
}
@media all and (max-width: 750px) {
  .see-number:after {
    width: 87.5%;
    top: 190px;
  }
}
.see-number .main_title {
  background-image: url("../images/info/info_txbg2.jpg");
  background-size: auto 100%;
}
@media all and (max-width: 750px) {
  .see-number .main_title {
    font-size: 3rem;
  }
}
.see-number .sub_title {
  margin-top: 10px;
}

.number_boxc2 {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media all and (max-width: 750px) {
  .number_boxc2 {
    grid-template-columns: 1fr;
    margin-top: 150px;
  }
}
.number_boxc2 .img {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
}

.positions {
  margin: 70px 0 80px 0;
  position: relative;
}
@media all and (max-width: 750px) {
  .positions {
    margin: 50px 0;
  }
}
.positions .title_bx {
  text-align: center;
}
@media all and (max-width: 750px) {
  .positions .title_bx {
    text-align: left;
  }
}
.positions .main_title {
  display: inline-block;
  background-image: url("../images/info/info_txbg3.jpg");
  background-size: auto 100%;
}
.positions .sub_title {
  margin-top: 10px;
}
@media all and (max-width: 750px) {
  .positions .sub_title {
    margin-top: 0;
  }
}

.open_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 1280px) {
  .open_box {
    display: block;
  }
}

.open_box_img {
  width: 50%;
}
@media all and (max-width: 1280px) {
  .open_box_img {
    width: 93.75%;
  }
}
.open_box_img .in {
  padding-right: 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .open_box_img .in {
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 1280px) {
  .open_box_img .in {
    grid-template-columns: 1fr;
  }
}
.open_box_img img {
  width: 100%;
}
@media all and (max-width: 750px) {
  .open_box_img img {
    object-fit: cover;
    height: 175px;
  }
}

.open_box_content {
  width: 50%;
  margin-top: 50px;
}
.open_box_content .in {
  max-width: 640px;
}
@media all and (max-width: 1280px) {
  .open_box_content .in {
    max-width: none;
    margin-top: 40px;
  }
}
@media all and (max-width: 1400px) {
  .open_box_content {
    padding-right: 6.25%;
  }
}
@media all and (max-width: 1280px) {
  .open_box_content {
    padding-right: 0;
    width: 87.5%;
    margin: 0 auto;
  }
}

.bl2 {
  margin-top: 90px;
}
@media all and (max-width: 750px) {
  .bl2 {
    margin-top: 45px;
  }
}

.open_box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
}

.open_number {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 0.102rem + 3.62vw, 3rem);
  line-height: 1;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  padding-top: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .open_number {
    padding-top: 5px;
  }
}

.open_box_ttl2 {
  line-height: 1.5;
  font-size: clamp(2rem, 0.019rem + 4.23vw, 3.4rem);
  font-weight: normal;
  padding-left: 20px;
  box-sizing: border-box;
}
.open_box_ttl2 .miniss {
  font-size: 2.4rem;
}
@media all and (max-width: 1280px) {
  .open_box_ttl2 .miniss {
    font-size: 1.6rem;
  }
}

.open_box_txt {
  margin-top: 40px;
  line-height: 2;
}

.open_box_aside {
  margin-top: 40px;
  padding-left: 55px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .open_box_aside {
    padding-left: 39px;
    margin-top: 20px;
  }
}

.open_box_line {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
}
.open_box_line ul {
  margin: 0;
  padding: 0;
}
.open_box_line li {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 750px) {
  .open_box_line {
    display: block;
  }
}

.open_box_line_ttl {
  display: inline-block;
  text-align: center;
  color: white;
/*  width: 120px;*/
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  background: #7e8387;
  border-radius: 100px;
  margin-bottom: 15px;
  margin-right: 20px;
}
@media all and (max-width: 750px) {
  .open_box_line_ttl {
    font-size: 1.2rem;
    /*width: 75px;*/
    width: 120px;
  }
}

.open1 {
  margin-top: 110px;
  display: block;
}
@media all and (max-width: 750px) {
  .open1 {
    margin-top: 55px;
  }
}
.open1 .open_box_img {
  width: 100%;
}
.open1 .open_box_img .in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-right: 0;
}
@media all and (max-width: 1280px) {
  .open1 .open_box_img .in {
    grid-template-columns: 1fr;
  }
}
.open1 .open_box_content {
  background: #f6f6f6;
  padding-right: 0;
  width: 100%;
  margin-top: 0;
}
@media all and (max-width: 1280px) {
  .open1 .open_box_content {
    padding: 50px 0 30px 0;
  }
}
@media all and (max-width: 750px) {
  .open1 .open_box_content {
    padding: 50px 0 30px 0;
  }
}
.open1 .open_box_content .in {
  max-width: 1280px;
  width: 87.5%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media all and (max-width: 1280px) {
  .open1 .open_box_content .in {
    grid-template-columns: 1fr;
  }
}
.open1 .open_box_bl {
  padding: 50px 0;
  position: relative;
}
@media all and (max-width: 1280px) {
  .open1 .open_box_bl {
    padding: 20px 0;
  }
}
@media all and (max-width: 1280px) {
  .open1 .open_box_bl {
    padding: 10px 0;
  }
}
.open1 .bl2 {
  padding-left: 20px;
  margin-top: 0;
}
@media all and (max-width: 1280px) {
  .open1 .bl2 {
    padding-left: 0;
  }
}
@media all and (max-width: 1280px) {
  .open1 .obt21 br {
    display: none;
  }
}

.open_rev {
  display: block;
  flex-direction: row-reverse;
  position: relative;
}
.open_rev .open_box_img {
  width: 41.3%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.open_rev .open_box_img .in {
  height: 100%;
  width: 100%;
  padding-left: 80px;
  padding-right: 0;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .open_rev .open_box_img .in {
    padding-left: 0;
  }
}
.open_rev .open_box_img p {
  height: 50%;
  width: 100%;
}
@media all and (max-width: 1280px) {
  .open_rev .open_box_img p {
    height: 100%;
  }
}
.open_rev .open_box_img .im1 {
  background: url("../images/info/position_img2.jpg") center center/cover;
}
.open_rev .open_box_img .im2 {
  background: url("../images/info/position_img3.jpg") center center/cover;
}
@media all and (max-width: 1280px) {
  .open_rev .open_box_img {
    margin-left: 6.25%;
  }
}
@media all and (max-width: 1024px) {
  .open_rev .open_box_img {
    margin-top: 30px;
    position: relative;
    width: 100%;
    height: 760px;
  }
}
@media all and (max-width: 750px) {
  .open_rev .open_box_img {
    height: 330px;
    position: relative;
    width: 100%;
  }
}
@media all and (max-width: 1280px) {
  .open_rev .open_box_bl {
    padding-right: 30%;
  }
}
@media all and (max-width: 1024px) {
  .open_rev .open_box_bl {
    padding-right: 0;
  }
}
@media all and (max-width: 750px) {
  .open_rev .open_box_bl {
    padding-right: 0;
  }
}
.open_rev .open_box_content {
  width: 87.5%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .open_rev .open_box_content {
    padding-top: 20px;
  }
}
.open_rev .open_box_content .in {
  max-width: 70%;
}
@media all and (max-width: 1280px) {
  .open_rev .open_box_content .in {
    max-width: 90%;
  }
}
@media all and (max-width: 1024px) {
  .open_rev .open_box_content .in {
    max-width: 100%;
  }
}
@media all and (max-width: 1280px) {
  .open_rev .open_box_content {
    padding-left: 0;
  }
}
.open_rev .bl2 {
  margin-top: 40px;
}

.application {
  margin-top: 100px;
  position: relative;
}
.application:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: -1;
  background: #f6f6f6;
}
.application .title_bx {
  position: relative;
  margin-top: -20px;
}
.application .main_title {
  display: inline-block;
  background-image: url("../images/info/info_txbg3.jpg");
  background-size: auto 100%;
}
@media all and (max-width: 750px) {
  .application .main_title {
    font-size: 3.7rem;
    background-image: url("../images/info/info_txbg3.jpg");
    background-size: auto 100%;
  }
}
.application .sub_title {
  margin-top: 10px;
}
@media all and (max-width: 750px) {
  .application .sub_title {
    margin-top: 0;
  }
}

#topics {
  position: relative;
  z-index: 10;
  padding-top: 110px;
}
#topics .hide {
  display: none;
}
@media all and (max-width: 750px) {
  #topics {
    padding-top: 55px;
  }
}

.tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 20px;
}
.tab .tab_ttl {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .tab .tab_ttl {
    font-size: 1.4rem;
  }
}
.tab .tab_ttl span {
  padding-bottom: 5px;
  box-sizing: border-box;
  display: inline-block;
  border-bottom: 2px solid white;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .tab .tab_ttl span {
    padding-bottom: 0;
  }
}
.tab li {
  position: relative;
  background: #000;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 65px 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media all and (max-width: 750px) {
  .tab li {
    padding: 25px 0;
  }
}
.tab li:hover {
  opacity: 0.8;
}
.tab li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/info/application_img1.jpg") center center/cover;
  transition: all 0.3s ease;
}
.tab li:nth-of-type(2):before {
  background: url("../images/info/application_img2.jpg") center center/cover;
}
.tab .select:before {
  height: 113%;
}

.tab_content {
  background: white;
}

.tab_area {
  padding: 80px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .tab_area {
    padding: 40px 20px;
  }
}

.area_ttl {
  font-size: clamp(2rem, 0.019rem + 4.23vw, 3.4rem);
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 65px;
}
.area_ttl span {
  font-size: 2.4rem;
  display: block;
  text-align: center;
  margin-top: 24px;
}
@media all and (max-width: 750px) {
  .area_ttl {
    margin-bottom: 40px;
  }
  .area_ttl span {
    font-size: 1.3rem;
  }
}

.tab_line {
  display: grid;
  grid-template-columns: 220px 1fr;
  position: relative;
}
@media all and (max-width: 1024px) {
  .tab_line {
    grid-template-columns: 1fr;
    border-top: 1px solid #eaeaea;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .tab_line:before {
    content: "";
    top: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #9f9f9f;
    position: absolute;
  }
}
@media all and (max-width: 750px) {
  .tab_line {
    padding: 25px 0;
  }
  .tab_line:before {
    width: 70px;
  }
}

.tab_line_ttl {
  padding: 34px;
  box-sizing: border-box;
  border-top: 1px solid #9f9f9f;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .tab_line_ttl {
    padding: 0;
    margin-bottom: 5px;
    border: none;
  }
}

.tab_line_area {
  padding: 30px 20px 30px 70px;
  box-sizing: border-box;
  border-top: 1px solid #eaeaea;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  .tab_line_area {
    padding: 0;
    border: none;
  }
}
.tab_line_area .list {
  padding-left: 1em;
  text-indent: -1em;
}
.tab_line_area .mini {
  font-size: 1.4rem;
}
@media all and (max-width: 750px) {
  .tab_line_area .mini {
    font-size: 1.2rem;
  }
}
.tab_line_area .inlink {
  color: #04198f;
  position: relative;
  transition: all 0.3s ease;
  word-break: break-all;
  text-decoration: none;
  background: linear-gradient(transparent 97%, #04198f 0%);
  display: inline;
  /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
  padding: 0 2px 4px;
}
.tab_line_area .inlink:hover {
  opacity: 0.5;
}
@media all and (max-width: 750px) {
  .tab_line_area .inlink {
    background: linear-gradient(transparent 95%, #04198f 0%);
  }
}
.tab_line_area .inlink:hover:before {
  bottom: -3px;
}
.tab_line_area .inl2 span {
  background: url(/recruit/j/images/icon_out3.png) center right no-repeat;
  background-size: 15px auto;
  padding-right: 20px;
  box-sizing: border-box;
}

.ind {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (max-width: 1024px) {
  .tab_last {
    border-bottom: 1px solid #eaeaea;
  }
  .tab_last:before {
    content: "";
    top: auto;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #9f9f9f;
    position: absolute;
  }
}
.tab_last .tab_line_ttl {
  border-bottom: 1px solid #9f9f9f;
}
@media all and (max-width: 1024px) {
  .tab_last .tab_line_ttl {
    border: none;
  }
}
.tab_last .tab_line_area {
  border-bottom: 1px solid #eaeaea;
  line-height: 2;
}
@media all and (max-width: 1024px) {
  .tab_last .tab_line_area {
    border: none;
  }
}
.tab_last .tab_line_area .list {
  padding-left: 1em;
  text-indent: -1em;
}
.tab_last .tab_line_area .mini {
  font-size: 1.4rem;
}
.tab_last .tab_line_area .inlink {
  text-decoration: none;
  color: #04198f;
  position: relative;
}
.tab_last .tab_line_area .inlink:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #04198f;
  position: absolute;
  bottom: -5px;
}

.line_white {
  width: 1px;
  height: 100px;
  background: white;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .line_white {
    height: 70px;
  }
}

.entry_area {
  position: relative;
  text-align: center;
  padding-bottom: 140px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .entry_area {
    padding-bottom: 45px;
  }
}
.entry_area:before {
  content: "";
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url("../images/info/entry_area_bg.jpg") center center/cover;
}
@media all and (max-width: 750px) {
  .entry_area:before {
    height: 138%;
  }
}
.entry_area h2 {
  display: block;
  padding: 30px 0 80px 0;
}
@media all and (max-width: 750px) {
  .entry_area h2 {
    padding: 30px 0;
  }
}
.entry_area h2 img {
  height: 96px;
  width: auto;
  display: inline-block;
}
@media all and (max-width: 750px) {
  .entry_area h2 img {
    height: 48px;
  }
}
.entry_area .ttlv4 {
  font-size: 2rem;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media all and (max-width: 750px) {
  .entry_area .ttlv4 {
    font-size: 1.3rem;
  }
}

.entry_area_btn {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 87.5%;
  max-width: 640px;
  background: url(../images/info/entry_arw.svg) center right 30px no-repeat, #db0000;
  background-size: 13px auto;
  color: white;
  font-family: Roboto, sans-serif;
  font-size: clamp(1.8rem, -1.172rem + 6.34vw, 3.9rem);
  font-weight: 500;
  text-align: center;
  padding: 25px 20px;
  transition: all 0.3s ease;
}
@media all and (max-width: 750px) {
  .entry_area_btn {
    background: url(../images/info/entry_arw.svg) center right 20px no-repeat, #db0000;
    background-size: 6.5px auto;
    padding: 12.5px 20px;
  }
}
.entry_area_btn:hover {
  opacity: 0.9;
}
.entry_area_btn span {
  padding-left: 60px;
  background: url(../images/info/entry_area_pen.svg) center left no-repeat;
  background-size: 30px auto;
}
@media all and (max-width: 750px) {
  .entry_area_btn span {
    padding-left: 25px;
    background: url(../images/info/entry_area_pen.svg) center left no-repeat;
    background-size: 15px auto;
  }
}
@media all and (max-width: 750px) {
  .entry_area_btn {
    width: 100%;
  }
}

.entry_line {
  display: inline-block;
  margin-top: 20px;
}
.entry_line .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  color: white;
}
@media all and (max-width: 750px) {
  .entry_line .in {
    display: block;
/*    text-align: center;*/
	text-align:left;
  }
}
.entry_line .in .mails {
  text-decoration: none;
  color: white;
  padding: 10px 0 10px 60px;
  background: url("../images/info/mail_ic2.png") center left no-repeat;
  background-size: 48px auto;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.entry_line .in .mails:hover {
  opacity: 0.7;
}
@media all and (max-width: 750px) {
  .entry_line .in .mails {
    text-align: left;
    font-size: 1.4rem;
    background: url("../images/info/mail_ic2.png") center left no-repeat;
    background-size: 31px auto;
    padding: 10px 0 10px 45px;
    margin-bottom: 10px;
  }
}
.entry_line .in .tels {
  color: white;
  padding: 10px 0 10px 60px;
  background: url("../images/info/tel_ic2.png") center left no-repeat;
  background-size: 48px auto;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 2rem;
  transition: all 0.3s ease;
  display: block;
  pointer-events: none;
  text-decoration: none;
}
.entry_line .in .tels:hover {
  opacity: 0.7;
}
@media all and (max-width: 750px) {
  .entry_line .in .tels {
    text-align: left;
    font-size: 1.4rem;
    background: url("../images/info/tel_ic2.png") center left no-repeat;
    background-size: 31px auto;
    padding: 10px 0 10px 45px;
    pointer-events: unset;
  }
}
.entry_line .in .tels span {
  font-weight: bold;
}
.entry_line .ttl {
  margin-right: 30px;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .entry_line .ttl {
    margin-right: 0;
  }
}
.entry_line .links a {
  text-decoration: none;
  padding-left: 35px;
  color: white;
  box-sizing: border-box;
  background: url("../images/info/entry_area_mail.svg") center left no-repeat;
  background-size: 25px auto;
}
@media all and (max-width: 750px) {
  .entry_line .links a {
    padding-left: 23px;
    background: url("../images/info/entry_area_mail.svg") center left no-repeat;
    background-size: 15px auto;
  }
}

#nav-drawer {
  padding: 22.5px 0;
  position: relative;
  z-index: 10;
}
#nav-drawer .logow {
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  #nav-drawer .logow {
    padding-left: 0;
    text-align: left;
    margin: 10px 15px;
  }
}
#nav-drawer .logow span {
  margin-left: 0;
  font-weight: 400;
  font-size: clamp(1.2rem, -0.498rem + 3.62vw, 2.4rem);
  color: #787c80;
  line-height: 1;
  margin-top: 5px;
  display: block;
  transform: scale(1);
}
@media all and (max-width: 750px) {
  #nav-drawer .logow span {
    transform: scale(1);
    text-align: left;
  }
}
#nav-drawer .logo {
  margin: 0;
}
#nav-drawer .logo img {
  width: auto;
  height: clamp(1.3rem, -0.54rem + 3.92vw, 2.6rem);
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  #nav-drawer {
    padding: 0;
  }
}

.entry_btn {
  text-decoration: none;
  color: white;
  background: #df1919;
  display: block;
  padding: 23px 48px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.entry_btn:hover {
  opacity: 0.8;
}
.entry_btn span {
  padding-left: 30px;
  background: url("../images/info/info_entry_ic.png") center left no-repeat;
  background-size: 23px auto;
}
@media all and (max-width: 1280px) {
  .entry_btn {
    font-size: 2rem;
    padding: 48px 30px 16px 30px;
  }
  .entry_btn span {
    padding-left: 0;
    padding-top: 24px;
    background: url("../images/info/info_entry_ic.png") center top no-repeat;
    background-size: auto 20px;
  }
}
@media all and (max-width: 750px) {
  .entry_btn {
    font-size: 1.4rem;
    padding: 23px 14px 2px 14px;
  }
  .entry_btn span {
    padding-top: 18px;
    background: url("../images/info/info_entry_ic.png") center top no-repeat;
    background-size: auto 14px;
  }
}

#nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-right: 218px;
}
@media all and (max-width: 1280px) {
  #nav-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    top: 100px;
    left: 0;
    display: block;
    padding: 60px;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 750px) {
  #nav-content {
    top: 50px;
    padding: 10px 20px;
  }
}
#nav-content a {
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 50px;
  transition: all 0.3s ease;
}
#nav-content a:hover {
  opacity: 0.8;
}
@media all and (max-width: 1280px) {
  #nav-content a {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
  }
}
@media all and (max-width: 750px) {
  #nav-content a {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}
#nav-content a span {
  padding-right: 18px;
  box-sizing: border-box;
  background: url("../images/info/info_tri.png") center right no-repeat;
  background-size: 12px auto;
}
@media all and (max-width: 1280px) {
  #nav-content a span {
    text-align: left;
    width: 100%;
    display: block;
  }
}
#nav-content .outs span {
  background: url(/recruit/j/images/icon_out2.png) center right no-repeat;
  background-size: 15px auto;
  padding-right: 20px;
  box-sizing: border-box;
}
#nav-content .close {
  text-align: right;
  margin-top: 30px;
}
@media all and (max-width: 750px) {
  #nav-content .close {
    margin: 20px 0 10px 0;
  }
}
#nav-content .close span {
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: #7e8387;
  font-size: 2rem;
  background: url("../images/info/nav_close.svg") center left no-repeat;
  background-size: 25px auto;
  padding-left: 40px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  #nav-content .close span {
    font-size: 1.4rem;
    padding-left: 22px;
    background: url("../images/info/nav_close.svg") center left no-repeat;
    background-size: 16px auto;
  }
}

.close_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

@media all and (max-width: 1280px) {
  .open_menu #nav-content, .open_menu .close_bg {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.open_menu .sp_open_btns {
  opacity: 0;
  visibility: hidden;
}

.smenu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: white;
}

.sp_open_btns {
  display: none;
}
@media all and (max-width: 1280px) {
  .sp_open_btns {
    display: block;
    position: absolute;
    right: 160px;
    top: 50%;
    margin-top: -11px;
  }
  .sp_open_btns img {
    width: 22px;
    height: auto;
  }
}
@media all and (max-width: 750px) {
  .sp_open_btns {
    right: 71px;
    top: 0;
    margin-top: 0;
    padding: 17px;
    box-sizing: border-box;
  }
  .sp_open_btns img {
    width: 19px;
  }
}

.close {
  display: none;
}
@media all and (max-width: 1280px) {
  .close {
    display: block;
  }
}

/*# sourceMappingURL=info.css.map */
