@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : general_top.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
#container {
  background: transparent;
}
#container::before {
  display: none;
}

.mv {
  height: calc(100vh - 202px);
  position: relative;
  margin-top: 120px;
}
.mv .slider li {
  height: calc(100vh - 202px);
  overflow: hidden;
}
.mv .slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.mv .mv_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.mv .mv_box .inner {
  width: 1160px;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mv .mv_box .inner .h2_wrap {
  color: #FFF;
  margin-bottom: 100px;
  text-align: center;
}
.mv .mv_box .inner .h2_wrap h2 {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.mv .mv_box .inner .h2_wrap h2 span {
  display: inline-block;
  position: relative;
}
.mv .mv_box .inner .h2_wrap h2 span.rub01::before {
  content: "い　ま";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -8px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.mv .mv_box .inner .h2_wrap h2 span.rub02::before {
  content: "みらい";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -8px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.5em;
}
.mv .mv_box .inner .h2_wrap .h2_sub {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mv .entry {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 200px;
}

#wrap {
  padding: 0;
}
#wrap article {
  max-width: inherit;
  margin: 0;
  padding: 0;
  background: transparent;
}

.news {
  background: #444444;
}
.news .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  color: #FFF;
}
.news .box .tit {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-right: solid 1px #7D7D7D;
  padding: 5px 20px 5px 0;
  margin-right: 20px;
}
.news .box .content a {
  color: #FFF;
}
.news .box .content a span {
  margin-right: 1em;
}
.news .box .link_view {
  margin-left: auto;
}
.news .box .link_view a {
  color: #FFF;
  text-decoration: underline;
}

h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.h3_sub {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

section.event {
  padding: 120px;
  background: #F2F1F6;
}
section.event .h3_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
section.event .h3_wrap h3 {
  margin-right: 30px;
}
section.event .h3_wrap .read_more {
  margin-left: auto;
}
section.event .title01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #990044;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
section.event .title01 .date {
  color: #A9A9A9;
  margin-right: 25px;
}
section.event .title01 .content {
  font-size: 20px;
  font-weight: 700;
  color: #990044;
}
section.event .box {
  display: flex;
  justify-content: flex-start;
}
section.event .box .box_text {
  width: 69.8%;
  margin-right: 4.8%;
}
section.event .box .box_text p {
  margin-bottom: 30px;
}
section.event .box .box_text p:last-child {
  margin-bottom: 0;
}
section.event .box .box_text a {
  color: #990044;
  text-decoration: underline;
}
section.event .box .box_pic {
  width: 25.4%;
}
section.event .box .box_pic li {
  margin-bottom: 20px;
}
section.event .box .box_pic li:last-child {
  margin-bottom: 0;
}

section.promise {
  background: url(/recruit/new-graduate/img/bg_promise.png) no-repeat center center/cover;
  padding: 120px 0 0;
  height: 750px;
  box-sizing: border-box;
}
section.promise .box {
  position: relative;
  display: flex;
  justify-content: center;
}
section.promise .box .h3_wrap {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
}
section.promise .box .h3_wrap h3 {
  margin-bottom: 30px;
}
section.promise .box .h3_wrap .h3_sub {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
section.promise .box .img01 {
  width: 44.5%;
}

section.guideline {
  padding: 120px 0;
  background: #FFF;
}
section.guideline .guideline_inner {
  position: relative;
}
section.guideline .h3_wrap {
  position: absolute;
  top: 0;
  left: 0;
}
section.guideline .h3_wrap h3 {
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 20px;
}
section.guideline .h3_wrap .h3_sub {
  margin-bottom: 50px;
}
section.guideline .guideline_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.guideline .guideline_list li {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 3.65%;
  background: #F2F1F6;
  border-radius: 5px;
  overflow: hidden;
}
section.guideline .guideline_list li:nth-child(3n) {
  margin-right: 0;
}
section.guideline .guideline_list li:nth-child(n+4) {
  margin-bottom: 0;
}
section.guideline .guideline_list li:first-child {
  background-color: transparent;
  border-radius: inherit;
}
section.guideline .guideline_list li a {
  display: block;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 30px bottom 45px;
  transition: 0.3s;
}
section.guideline .guideline_list li a img {
  transition: 0.3s;
}
section.guideline .guideline_list li a:hover {
  transition: 0.3s;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 45px;
  background-color: #F8E5ED;
}
section.guideline .guideline_list li a:hover img {
  opacity: 1;
  transition: 0.3s;
  transform: scale(1.05);
}
section.guideline .guideline_list li .job_name {
  padding: 35px 30px;
  font-size: 18px;
  font-weight: 700;
}

section.about {
  padding: 120px 0 0;
  background: url(/recruit/new-graduate/img/bg_about.png) no-repeat center center/cover;
  height: 750px;
  box-sizing: border-box;
}
section.about .section_contents {
  height: 100%;
}
section.about .box {
  position: relative;
  width: 100%;
  height: 100%;
}
section.about .box h3 {
  margin-bottom: 20px;
  color: #FFF;
}
section.about .box .h3_sub {
  margin-bottom: 50px;
  color: #FFF;
}
section.about .box .img01 {
  width: 44%;
  position: absolute;
  left: -60px;
  bottom: 0;
}

section.people {
  padding: 120px 0;
  background: #F2F1F6;
  overflow: hidden;
}
section.people .h3_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
section.people .h3_wrap h3 {
  margin-right: 30px;
}
section.people .h3_wrap .read_more {
  margin-left: auto;
}
section.people .bx-wrapper .bx-prev {
  left: calc(50% - 580px);
}
section.people .bx-wrapper .bx-next {
  right: calc(50% - 580px);
}
section.people .people_slider_wrap {
  overflow: hidden;
  position: relative;
}
section.people .people_slider {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 50%;
}
section.people .people_slider li {
  margin-left: -170px;
  margin-right: 210px !important;
  border-radius: 5px;
  background: linear-gradient(transparent 16%, #FFF 16%);
}
section.people .people_slider li:nth-child(3n) {
  margin-right: 0;
}
section.people .people_slider li:nth-child(n+4) {
  margin-bottom: 0;
}
section.people .people_slider li a {
  display: block;
}
section.people .people_slider li a img {
  transition: 0.3s;
}
section.people .people_slider li a:hover img {
  opacity: 1;
  transition: 0.3s;
  transform: scale(1.1);
}
section.people .people_slider li a:hover .prof {
  transition: 0.3s;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 30px;
  background-color: #F8E5ED;
}
section.people .people_slider li .img01 {
  overflow: hidden;
  padding-top: 16px;
}
section.people .people_slider li .prof {
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 30px bottom 30px;
  transition: 0.3s;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  min-height: 6em;
}
section.people .people_slider li .prof span {
  display: block;
  font-size: 15px;
  color: #A9A9A9;
  margin-left: 0;
}

section.message .section_contents {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
  padding: 120px 0;
  z-index: 2;
}
section.message .section_contents:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/recruit/new-graduate/img/bg_message.png) no-repeat top 36% center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
  z-index: -1;
}
section.message .section_contents:hover:after {
  transform: scale(1.1);
}
section.message .section_contents .section_contents_inner {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
section.message .h3_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
section.message .h3_wrap h3 {
  margin-right: 30px;
}
section.message .message_txt {
  margin-bottom: 60px;
}
section.message .message_txt span {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  background: #FFF;
  padding: 0 0 2px 15px;
  letter-spacing: 0.08em;
}
section.message .message_txt span:first-child {
  margin-bottom: 15px;
}
section.message .read_more span {
  display: block;
  background: #990044;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}

section.recruitment {
  display: none;
  padding: 120px 0;
  background: #EFE9DF;
}
section.recruitment .section_contents {
  position: relative;
}
section.recruitment .section_contents .chara {
  position: absolute;
  right: 75px;
  bottom: -300px;
  width: 246px;
}
section.recruitment .h3_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
section.recruitment .h3_wrap h3 {
  margin-right: 30px;
}
section.recruitment .recruitment_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.recruitment .recruitment_list li {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 3.65%;
  border-radius: 5px;
  background: #FFF;
}
section.recruitment .recruitment_list li:nth-child(3n) {
  margin-right: 0;
}
section.recruitment .recruitment_list li:nth-child(n+4) {
  margin-bottom: 0;
}
section.recruitment .recruitment_list li a {
  display: block;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 30px bottom 45px;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 700;
  padding: 30px;
}
section.recruitment .recruitment_list li a:hover {
  transition: 0.3s;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 45px;
  background-color: #F8E5ED;
}

section.other {
  background: #FFF;
  padding: 120px 0 50px;
}
section.other .other_link {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
section.other .other_link li {
  width: 48.1%;
}
section.other .other_link li:first-child {
  margin-right: 3.8%;
}
section.other .other_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  border: solid 2px #990044;
  color: #990044;
  border-radius: 10px;
  background: #FFF url(/recruit/common/img/arrow01.svg) no-repeat right 30px bottom 86px;
  transition: 0.3s;
}
section.other .other_link li a:hover {
  transition: 0.3s;
  background: #FFF url(/recruit/common/img/arrow01.svg) no-repeat right 20px bottom 86px;
  background-color: #F8E5ED;
}
section.other .other_link li .box {
  text-align: center;
}
section.other .other_link li .box .main_txt {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.08em;
}
section.other .other_link li .box .sub_txt {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  .people_slider_wrap {
    max-width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .people_slider_wrap .bx-wrapper .bx-next {
    right: -30px;
  }
  section.people .bx-viewport {
    margin-left: 0;
  }
}
/* ---------------キャリア採用-------------------- */
.mid_index .mv {
  height: calc(100vh - 120px);
}
.mid_index .mv .slider li {
  height: calc(100vh - 120px);
}
.mid_index .mv .slider li img {
  height: 100%;
}
.mid_index .mv .mv_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.mid_index .mv .mv_box .inner {
  width: 1160px;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.mid_index .mv .mv_box .inner .h2_wrap {
  color: #FFF;
  padding-top: 80px;
  margin-bottom: 100px;
  text-align: left;
}
.mid_index .mv .mv_box .inner .h2_wrap h2 {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.mid_index .mv .mv_box .inner .h2_wrap .h2_sub {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mid_index section.guideline {
  padding: 120px 0;
  background: #FFF;
}
.mid_index section.guideline .guideline_inner {
  position: relative;
}
.mid_index section.guideline .h3_wrap {
  position: static;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.mid_index section.guideline .h3_wrap h3 {
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 0;
  margin-right: 30px;
}
.mid_index section.guideline .h3_wrap .h3_sub {
  margin-bottom: 0;
  width: 100%;
}
.mid_index section.guideline .h3_wrap .read_more {
  margin-left: auto;
}
.mid_index section.guideline .guideline_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mid_index section.guideline .guideline_list li {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 3.65%;
  background: #F2F1F6;
  border-radius: 5px;
  overflow: hidden;
}
.mid_index section.guideline .guideline_list li:nth-child(3n) {
  margin-right: 0;
}
.mid_index section.guideline .guideline_list li:nth-child(n+4) {
  margin-bottom: 0;
}
.mid_index section.guideline .guideline_list li:first-child {
  background-color: #F2F1F6;
  border-radius: 5px;
}
.mid_index section.guideline .guideline_list li a {
  display: block;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 30px bottom 45px;
  transition: 0.3s;
}
.mid_index section.guideline .guideline_list li a img {
  transition: 0.3s;
}
.mid_index section.guideline .guideline_list li a:hover {
  transition: 0.3s;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 45px;
  background-color: #F8E5ED;
}
.mid_index section.guideline .guideline_list li a:hover img {
  opacity: 1;
  transition: 0.3s;
  transform: scale(1.05);
}
.mid_index section.president {
  display: flex;
  justify-content: flex-start;
}
.mid_index section.president .box {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 580px;
  text-align: center;
  z-index: 2;
}
.mid_index section.president .box:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/recruit/mid-career/img/bg_column.png) no-repeat center center/cover;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.mid_index section.president .box.message:after {
  background: url(/recruit/mid-career/img/bg_message.png) no-repeat center center/cover;
}
.mid_index section.president .box:hover:after {
  transform: scale(1.1);
}
.mid_index section.president .box .h3_wrap {
  color: #FFF;
}
.mid_index section.president .box .h3_wrap h3 {
  margin-bottom: 10px;
}
.mid_index section.president .box .h3_wrap .h3_sub {
  margin-bottom: 40px;
}
.mid_index section.president .box .h3_wrap .read_more {
  margin: 0 auto;
}
.mid_index section.president .read_more span {
  display: block;
  background: #990044;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  #container {
    background: transparent;
  }
  .mv {
    height: calc(100vh - 130px);
    position: relative;
    margin-top: 80px;
  }
  .mv .slider li {
    height: calc(100vh - 130px);
  }
  .mv .slider li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .mv .mv_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .mv .mv_box .inner {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .mv .mv_box .inner .h2_wrap {
    color: #FFF;
    padding-top: 40px;
    text-align: left;
  }
  .mv .mv_box .inner .h2_wrap h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  .mv .mv_box .inner .h2_wrap h2 span.rub01::before {
    content: "い　ま";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 14px;
  }
  .mv .mv_box .inner .h2_wrap h2 span.rub02::before {
    content: "みらい";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 14px;
    letter-spacing: 0.5em;
  }
  .mv .mv_box .inner .h2_wrap .h2_sub {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .mv .entry {
    position: absolute;
    right: 15px;
    bottom: 15px;
    top: inherit;
    width: 100px;
  }
  #wrap {
    padding: 0;
  }
  #wrap article {
    max-width: inherit;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .news {
    background: #444444;
  }
  .news .box {
    display: block;
    padding: 20px 0;
    color: #FFF;
    position: relative;
  }
  .news .box .tit {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    border-right: none;
    padding: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .news .box .content a {
    color: #FFF;
  }
  .news .box .content a span {
    margin-right: 0;
    display: block;
    font-size: 12xp;
  }
  .news .box .link_view {
    margin-left: inherit;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .news .box .link_view a {
    color: #FFF;
    text-decoration: underline;
  }
  h3 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 10px;
  }
  .h3_sub {
    font-size: 16px;
  }
  section.event {
    padding: 60px 0 150px;
    background: #F2F1F6;
    position: relative;
  }
  section.event .h3_wrap {
    display: block;
    margin-bottom: 20px;
  }
  section.event .h3_wrap h3 {
    margin-right: 30px;
  }
  section.event .h3_wrap .read_more {
    margin-left: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -75px;
  }
  section.event .title01 {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  section.event .title01 .date {
    color: #A9A9A9;
    margin-right: 25px;
  }
  section.event .title01 .content {
    font-size: 16px;
    font-weight: 700;
    color: #990044;
  }
  section.event .box {
    display: block;
  }
  section.event .box .box_text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.event .box .box_text p {
    margin-bottom: 20px;
  }
  section.event .box .box_text p:last-child {
    margin-bottom: 0;
  }
  section.event .box .box_pic {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  section.event .box .box_pic li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  section.event .box .box_pic li:nth-child(2n) {
    margin-right: 0;
  }
  section.promise {
    background: url(/recruit/new-graduate/img/bg_promise_sp.png) no-repeat center center/cover;
    padding: 60px 0;
    height: inherit;
  }
  section.promise .box {
    display: block;
  }
  section.promise .box .h3_wrap {
    position: static;
    left: 0;
    top: 0;
    color: #FFF;
  }
  section.promise .box .h3_wrap h3 {
    margin-bottom: 15px;
  }
  section.promise .box .h3_wrap .h3_sub {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  section.promise .box .img01 {
    width: 100%;
    margin-bottom: 50px;
  }
  section.guideline {
    padding: 60px 0;
    background: #FFF;
  }
  section.guideline .guideline_inner {
    position: relative;
  }
  section.guideline .guideline_inner .read_more {
    margin: 0 auto;
  }
  section.guideline .h3_wrap {
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 40px;
  }
  section.guideline .h3_wrap h3 {
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  section.guideline .h3_wrap .h3_sub {
    margin-bottom: 0px;
  }
  section.guideline .guideline_list {
    display: block;
    margin-bottom: 40px;
  }
  section.guideline .guideline_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background: #F2F1F6;
    border-radius: 5px;
    overflow: hidden;
  }
  section.guideline .guideline_list li:nth-child(3n) {
    margin-right: 0;
  }
  section.guideline .guideline_list li:nth-child(n+4) {
    margin-bottom: 20px;
  }
  section.guideline .guideline_list li:first-child {
    display: none;
  }
  section.guideline .guideline_list li:last-child {
    margin-bottom: 0;
  }
  section.guideline .guideline_list li a {
    padding: 20px 15px;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 20px;
    transition: inherit;
  }
  section.guideline .guideline_list li a img {
    transition: inherit;
  }
  section.guideline .guideline_list li a:hover {
    transition: inherit;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 20px;
  }
  section.guideline .guideline_list li a:hover img {
    opacity: 1;
    transition: inherit;
    transform: scale(1);
  }
  section.guideline .guideline_list li .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  section.guideline .guideline_list li .box p {
    width: 40%;
  }
  section.guideline .guideline_list li .box .job_name {
    padding: 0;
    width: 58%;
    margin-left: 2%;
    line-height: 1.4;
  }
  section.about {
    padding: 60px 0 0;
    background: url(/recruit/new-graduate/img/bg_about_sp.png) no-repeat center center/cover;
    height: inherit;
    box-sizing: border-box;
  }
  section.about .section_contents {
    height: 100%;
  }
  section.about .box {
    position: relative;
    width: 100%;
    height: inherit;
    padding-bottom: 220px;
  }
  section.about .box h3 {
    margin-bottom: 10px;
  }
  section.about .box .h3_sub {
    margin-bottom: 30px;
  }
  section.about .box .img01 {
    width: 54%;
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  section.people {
    padding: 60px 0;
    background: #F2F1F6;
  }
  section.people .h3_wrap {
    display: block;
    margin-bottom: 20px;
  }
  section.people .h3_wrap h3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.people .h3_wrap .read_more {
    margin-left: auto;
  }
  section.people .people_slider_wrap {
    overflow: visible;
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  section.people .people_slider_wrap .bx-wrapper .bx-next {
    right: 0;
  }
  section.people .people_slider_wrap .bx-wrapper .bx-prev {
    left: inherit;
    right: 60px;
  }
  section.people .people_slider {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
  }
  section.people .people_slider li {
    width: 30.9%;
    border-radius: 5px;
    background: linear-gradient(transparent 16%, #FFF 16%);
    margin-left: 0;
    margin-right: 20px !important;
  }
  section.people .people_slider li:nth-child(3n) {
    margin-right: 0;
  }
  section.people .people_slider li:nth-child(n+4) {
    margin-bottom: 0;
  }
  section.people .people_slider li a {
    display: block;
  }
  section.people .people_slider li a img {
    transition: 0.3s;
  }
  section.people .people_slider li a:hover img {
    opacity: 1;
    transition: 0.3s;
    transform: scale(1);
  }
  section.people .people_slider li a:hover .prof {
    transition: 0.3s;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 15px bottom 20px;
  }
  section.people .people_slider li .img01 {
    overflow: hidden;
    padding-top: 0;
  }
  section.people .people_slider li .prof {
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 15px bottom 20px;
    transition: 0.3s;
    padding: 20px 15px;
    font-size: 15px;
    font-weight: 700;
  }
  section.people .people_slider li .prof span {
    display: block;
    font-size: 13px;
    color: #A9A9A9;
    margin-left: 0;
  }
  section.people .read_more {
    margin-left: 20px;
  }
  section.people .bx-wrapper .bx-controls-direction a {
    top: -90px;
    bottom: inherit;
  }
  section.message .section_contents {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 60px 0;
    z-index: 2;
  }
  section.message .section_contents:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/recruit/new-graduate/img/bg_message_sp.png) center top/cover;
    background-repeat: no-repeat;
    transition: inherit;
    z-index: -1;
  }
  section.message .section_contents:hover:after {
    transform: inherit;
  }
  section.message .section_contents .section_contents_inner {
    padding: 0 20px;
  }
  section.message .h3_wrap {
    display: block;
    margin-bottom: 30px;
  }
  section.message .h3_wrap h3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.message .message_txt {
    margin-bottom: 90px;
  }
  section.message .message_txt span {
    font-size: 18px;
    display: inline-block;
    padding: 0 5px 2px 5px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  section.message .message_txt span:first-child {
    margin-bottom: 10px;
  }
  section.message .message_txt span:last-child {
    margin-bottom: 0;
  }
  section.message .read_more span {
    display: block;
    background: #990044;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: inherit;
  }
  section.recruitment {
    padding: 60px 0;
    background: #EFE9DF;
  }
  section.recruitment .section_contents {
    position: relative;
  }
  section.recruitment .section_contents .chara {
    position: absolute;
    right: 15px;
    bottom: inherit;
    top: -10px;
    width: 107px;
  }
  section.recruitment .h3_wrap {
    display: block;
    margin-bottom: 30px;
  }
  section.recruitment .h3_wrap h3 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.recruitment .recruitment_list {
    display: block;
    position: relative;
    z-index: 5;
  }
  section.recruitment .recruitment_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.recruitment .recruitment_list li:nth-child(3n) {
    margin-right: 0;
  }
  section.recruitment .recruitment_list li:nth-child(n+4) {
    margin-bottom: 20px;
  }
  section.recruitment .recruitment_list li:last-child {
    margin-bottom: 0;
  }
  section.recruitment .recruitment_list li a {
    display: block;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 25px;
    transition: inherit;
    font-size: 18px;
    padding: 15px;
  }
  section.recruitment .recruitment_list li a:hover {
    transition: inherit;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 25px;
  }
  section.other {
    background: #FFF;
    padding: 60px 0;
  }
  section.other .other_link {
    display: block;
  }
  section.other .other_link li {
    width: 100%;
  }
  section.other .other_link li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.other .other_link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border: solid 2px #990044;
    color: #990044;
    border-radius: 10px;
    background: url(/recruit/common/img/arrow01.svg) no-repeat right 20px bottom 55px;
    transition: inherit;
  }
  section.other .other_link li a:hover {
    transition: inherit;
    background: url(/recruit/common/img/arrow01.svg) no-repeat right 20px bottom 55px;
  }
  section.other .other_link li .box {
    text-align: center;
  }
  section.other .other_link li .box .main_txt {
    font-size: 24px;
  }
  section.other .other_link li .box .sub_txt {
    font-size: 14px;
  }
  /* ---------------キャリア採用-------------------- */
  .mid_index .mv {
    height: calc(100vh - 80px);
    position: relative;
    margin-top: 80px;
  }
  .mid_index .mv .slider li {
    height: calc(100vh - 80px);
  }
  .mid_index .mv .slider li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .mid_index .mv .mv_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .mid_index .mv .mv_box .inner {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .mid_index .mv .mv_box .inner .h2_wrap {
    color: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 40px;
    text-align: left;
  }
  .mid_index .mv .mv_box .inner .h2_wrap h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  .mid_index .mv .mv_box .inner .h2_wrap .h2_sub {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .mid_index section.guideline {
    padding: 60px 0;
    background: #FFF;
  }
  .mid_index section.guideline .guideline_inner {
    position: relative;
  }
  .mid_index section.guideline .h3_wrap {
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .mid_index section.guideline .h3_wrap h3 {
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .mid_index section.guideline .h3_wrap .h3_sub {
    margin-bottom: 0;
    width: 100%;
  }
  .mid_index section.guideline .h3_wrap .read_more {
    margin-left: auto;
  }
  .mid_index section.guideline .guideline_list {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .mid_index section.guideline .guideline_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background: #F2F1F6;
    border-radius: 5px;
    overflow: hidden;
  }
  .mid_index section.guideline .guideline_list li:nth-child(3n) {
    margin-right: 0;
  }
  .mid_index section.guideline .guideline_list li:nth-child(n+4) {
    margin-bottom: 20px;
  }
  .mid_index section.guideline .guideline_list li:first-child {
    display: none;
  }
  .mid_index section.guideline .guideline_list li:last-child {
    margin-bottom: 0;
  }
  .mid_index section.guideline .guideline_list li a {
    display: block;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 20px;
    transition: inherit;
    padding: 20px 15px;
  }
  .mid_index section.guideline .guideline_list li a img {
    transition: inherit;
  }
  .mid_index section.guideline .guideline_list li a:hover {
    transition: inherit;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px bottom 20px;
    background-size: 20px;
  }
  .mid_index section.guideline .guideline_list li a:hover img {
    opacity: 1;
    transition: inherit;
    transform: scale(1);
  }
  .mid_index section.guideline .guideline_list li .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mid_index section.guideline .guideline_list li .box p {
    width: 40%;
  }
  .mid_index section.guideline .guideline_list li .box .job_name {
    padding: 0;
    width: 58%;
    margin-left: 2%;
    line-height: 1.4;
  }
  .mid_index section.guideline .guideline_list li:first-child {
    display: block;
  }
  .mid_index section.president {
    display: block;
  }
  .mid_index section.president .box {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .mid_index section.president .box:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/recruit/mid-career/img/bg_column.png) no-repeat center center/cover;
  }
  .mid_index section.president .box:hover:after {
    transform: none;
  }
  .mid_index section.president .box::before {
    content: "";
    padding-top: 100%;
    display: block;
  }
  .mid_index section.president .box.message:after {
    background: url(/recruit/mid-career/img/bg_message.png) no-repeat center center/cover;
  }
  .mid_index section.president .box .box_inner {
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .mid_index section.president .box .h3_wrap {
    color: #FFF;
  }
  .mid_index section.president .box .h3_wrap h3 {
    text-align: left;
    margin-bottom: 10px;
  }
  .mid_index section.president .box .h3_wrap .h3_sub {
    text-align: left;
    margin-bottom: 30px;
  }
  .mid_index section.president .box .h3_wrap .read_more {
    margin: 0;
  }
  .mid_index section.president .read_more span {
    display: block;
    background: #990044;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: inherit;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=top.css.map */