@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■mainvisual
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mv {
  position: relative;
}

#mv .mv_img {
  margin: 0;
}

#mv .mv_img li img {
  height: 910px;
}

#mv .mv_body {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 40px 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#mv .mv_body .btn01 {
  margin-top: 25px;
  -webkit-transform: translate(-253px, 0);
  transform: translate(-253px, 0);
}

#mv .slick-dots {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mv .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 3px 0;
}

#mv .slick-dots li button {
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 0;
}

#mv .slick-dots li button:before {
  content: "0";
  width: auto;
  height: auto;
  position: static;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese", Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1;
  opacity: 1;
}

#mv .slick-dots li.slick-active button {
  background: #d3a323;
}

.sideFix {
  position: absolute;
  top: 325px;
  left: 26px;
}

.sideFix .share {
  text-align: center;
  margin-bottom: 190px;
}

.sideFix .share .hd {
  margin-bottom: 18px;
}

.sideFix .share ul li {
  margin-bottom: 14px;
}

.sideFix .share ul li:last-child {
  margin-bottom: 0;
}

.sns_share {
  display: none;
}

@media only screen and (max-width: 768px) {
  #mv {
    position: relative;
  }
  #mv .mv_img li img {
    height: 300px;
  }
  #mv .mv_body {
    width: auto;
    left: 0;
    right: 0;
    padding: 0 20px;
    -webkit-transform: none;
    transform: none;
  }
  #mv .mv_body .copy img {
    height: 140px;
  }
  #mv .mv_body .btn01 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }
  #mv .slick-dots {
    display: none !important;
  }
  .sideFix {
    display: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■search
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec_search {
  position: relative;
  margin-top: -130px;
}

.sec_search .innerWrap {
  max-width: 1280px;
}

.sec_search .search_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(1, 128, 137, 0.3);
  box-shadow: 0 0 50px rgba(1, 128, 137, 0.3);
}

.sec_search .search_form .form_group:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63.393%;
  -ms-flex: 0 0 63.393%;
  flex: 0 0 63.393%;
  max-width: 63.393%;
}

.sec_search .search_form .form_group:nth-child(1) .form_parts:nth-child(2) {
  margin-top: 10px;
}

.sec_search .search_form .form_group:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.929%;
  -ms-flex: 0 0 33.929%;
  flex: 0 0 33.929%;
  max-width: 33.929%;
}

.sec_search .search_form .form_parts {
  position: relative;
}

.sec_search .search_form .form_parts + .form_parts {
  margin-top: 25px;
}

.sec_search .search_form .form_parts .parts_hd {
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 7px;
  background: #ef2f5e;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 100;
}

.sec_search .search_form .form_parts .parts_hd:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #ef2f5e transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.sec_search .search_form .form_parts .form_checks {
  height: auto;
  overflow: hidden;
  padding: 12px 15px;
  background: #e6fdff;
}

.sec_search .search_form .form_parts .form_checks li {
  float: left;
  margin: 2px 0;
}

.sec_search .search_form .btn01 {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  margin-top: 20px;
}

.sec_search .search_form .btn01:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 18%);
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/ico_search.png) no-repeat left top;
  background-size: cover;
  margin: auto;
}

.sec_search .search_form .btn01 input {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  padding: 19.5px 0;
  border-radius: 5px;
  background: #e6cc4f;
  background: -webkit-gradient(linear, left top, right top, from(#e6cc4f), color-stop(100%, #d6ad39), color-stop(150%, #e6cc4f));
  background: linear-gradient(to right, #e6cc4f 0%, #d6ad39 100%, #e6cc4f 150%);
  background-size: 100% auto;
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.16s linear;
  transition: all 0.16s linear;
}

.sec_search .search_form .btn01 input:hover {
  background-size: 150% auto;
}

@media only screen and (max-width: 768px) {
  .sec_search {
    position: static;
    margin: 0;
  }
  .sec_search .innerWrap {
    max-width: inherit;
    padding: 0;
  }
  .sec_search .search_form {
    display: block;
    padding: 60px 20px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec_search .search_form .form_group {
    max-width: 100% !important;
  }
  .sec_search .search_form .form_group:nth-child(2) {
    margin-top: 25px;
  }
  .sec_search .search_form .btn01 {
    margin-top: 15px;
  }
  .sec_search .search_form .btn01 input {
    font-size: 1.4rem;
    padding: 13px 12px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■news
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 72px;
  background: #018089;
}

.sec_news .news_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 30px;
}

.sec_news .news_title .btn01 {
  width: 150px;
  margin-top: 17px;
}

.sec_news .news_title .btn01 a {
  padding: 0;
  font-size: 1.4rem;
  color: #018089;
  padding: 2px 0 2px 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.sec_news .news_title .btn01 a:after {
  left: 10px;
  border-color: #018089;
}

.sec_news .news_title .btn01 a:hover {
  color: #ffffff;
  background: #008791;
}

.sec_news .news_title .btn01 a:hover:after {
  border-color: #ffffff;
}

.sec_news .news_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  background: #e4e4e4;
}

.sec_news .news_item:nth-of-type(even) a {
  background: #008791;
}

.sec_news .news_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  color: #ffffff;
  padding: 30px;
  background: #018089;
}

.sec_news .news_item a:hover {
  -webkit-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

.sec_news .news_item .ttl {
  line-height: 1.7;
}

.sec_news .news_item .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.55;
  padding-top: 15px;
  margin-top: auto;
}

.sec_news .news_item .meta .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.sec_news .news_item .meta .type li {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 0 3px;
  background: #ef2f5e;
}

.sec_news .news_item .meta .date {
  font-size: 1.2rem;
  padding-left: 17px;
  background: url(../images/ico_clock.png) left center no-repeat;
  background-size: auto 13px;
}

@media only screen and (max-width: 768px) {
  .sec_news {
    margin-top: 15px;
    background: #018089;
  }
  .sec_news .news_title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }
  .sec_news .news_title h2 img {
    height: 50px;
  }
  .sec_news .news_title .btn01 {
    width: 130px;
  }
  .sec_news .news_title .btn01 a {
    font-size: 1.3rem;
    padding: 2px 0 2px 15px;
  }
  .sec_news .news_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sec_news .news_item:nth-of-type(4n+1) a, .sec_news .news_item:nth-of-type(4n+4) a {
    background: #018089;
  }
  .sec_news .news_item:nth-of-type(4n+2) a, .sec_news .news_item:nth-of-type(4n+3) a {
    background: #008791;
  }
  .sec_news .news_item:nth-child(n+5) {
    display: none;
  }
  .sec_news .news_item a {
    padding: 15px;
  }
  .sec_news .news_item .ttl {
    line-height: 1.6;
  }
  .sec_news .news_item .meta {
    padding-top: 12px;
  }
  .sec_news .news_item .meta .type li {
    font-size: 1.2rem;
    margin: 0 3px 0 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■interview / company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec_interview,
.sec_company {
  margin-top: 74px;
}

.sec_interview .innerWrap,
.sec_company .innerWrap {
  position: relative;
}

.sec_interview .bg,
.sec_company .bg {
  height: 430px;
  margin-right: calc(50% - 50vw);
  background: url(../images/index/interview_img01.jpg) center center no-repeat;
  background-size: cover;
}

.sec_interview .img,
.sec_company .img {
  position: absolute;
  top: 305px;
  right: 40px;
  -webkit-box-shadow: 0 0 50px rgba(1, 128, 137, 0.3);
  box-shadow: 0 0 50px rgba(1, 128, 137, 0.3);
}

.sec_interview .body,
.sec_company .body {
  width: 540px;
  margin-top: 45px;
}

.sec_interview .body .hd,
.sec_company .body .hd {
  margin-bottom: 25px;
}

.sec_interview .body .copy,
.sec_company .body .copy {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #018089;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.sec_interview .body .txt,
.sec_company .body .txt {
  line-height: 2;
}

.sec_interview .body .btn01,
.sec_company .body .btn01 {
  margin-top: 25px;
}

.sec_company {
  margin-top: 100px;
}

.sec_company .innerWrap {
  background: url(../images/watermark.png) right bottom no-repeat;
}

.sec_company .bg {
  height: 530px;
  margin: 0 calc(50% - 50vw);
  background-image: url(../images/index/company_img01.jpg);
  background-attachment: fixed;
}

.sec_company .img {
  position: static;
  float: left;
  margin: -188px 0 40px 0;
}

.sec_company .body {
  clear: both;
  width: auto;
  overflow: hidden;
}

.sec_company .body .copy {
  position: absolute;
  right: 40px;
  top: 580px;
}

.sec_company .body .txt {
  width: 685px;
  float: left;
}

.sec_company .body .btn01 {
  float: right;
  margin: 0;
}

@media only screen and (max-width: 1120px) {
  .sec_company .bg {
    margin: 0 -40px;
    background-attachment: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .sec_interview,
  .sec_company {
    margin-top: 35px;
  }
  .sec_interview .bg,
  .sec_company .bg {
    height: 200px;
    margin-right: -20px;
  }
  .sec_interview .img,
  .sec_company .img {
    top: 105px;
    right: 20px;
    -webkit-box-shadow: 0 0 25px rgba(1, 128, 137, 0.3);
    box-shadow: 0 0 25px rgba(1, 128, 137, 0.3);
  }
  .sec_interview .img img,
  .sec_company .img img {
    width: 140px;
    height: auto;
  }
  .sec_interview .body,
  .sec_company .body {
    width: auto;
    margin-top: 25px;
  }
  .sec_interview .body .hd,
  .sec_company .body .hd {
    margin-bottom: 25px;
  }
  .sec_interview .body .hd img,
  .sec_company .body .hd img {
    height: 50px;
  }
  .sec_interview .body .copy,
  .sec_company .body .copy {
    font-weight: normal;
    font-size: 1.9rem;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .sec_interview .body .copy br,
  .sec_company .body .copy br {
    display: none;
  }
  .sec_interview .body .txt,
  .sec_company .body .txt {
    line-height: 1.75;
  }
  .sec_interview .body .btn01,
  .sec_company .body .btn01 {
    margin-top: 20px;
  }
  .sec_company {
    margin-top: 40px;
  }
  .sec_company .innerWrap {
    background-size: 100% auto;
  }
  .sec_company .bg {
    height: 200px;
    margin: 0 0 0 -20px;
    background-attachment: inherit;
  }
  .sec_company .img {
    position: absolute;
    right: inherit;
    top: 175px;
    float: none;
    margin: 0;
  }
  .sec_company .body .hd {
    padding-left: 160px;
  }
  .sec_company .body .copy {
    position: static;
  }
  .sec_company .body .txt {
    width: auto;
    float: none;
  }
  .sec_company .body .btn01 {
    float: none;
    margin: 20px 0 0 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■merit / faq
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec_merit_faq {
  margin-top: 60px;
}

.sec_merit_faq .innerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec_merit_faq .block {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 72px 0;
}

.sec_merit_faq .block .bg {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skew(-40deg);
  transform: skew(-40deg);
}

.sec_merit_faq .block .bg span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: skew(40deg);
  transform: skew(40deg);
}

.sec_merit_faq .block.merit {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.sec_merit_faq .block.merit .bg {
  left: calc(50% - 50vw);
  right: -28px;
}

.sec_merit_faq .block.merit .bg span {
  right: -280px;
  background-image: url(../images/index/merit_img01.jpg);
}

.sec_merit_faq .block.faq {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 100px;
}

.sec_merit_faq .block.faq .bg {
  right: calc(50% - 50vw);
  left: -28px;
}

.sec_merit_faq .block.faq .bg span {
  left: -280px;
  background-image: url(../images/index/faq_img01.jpg);
}

.sec_merit_faq .blockInner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 410px;
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
  max-width: 410px;
  padding: 45px 50px 50px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(1, 128, 137, 0.3);
  box-shadow: 0 0 50px rgba(1, 128, 137, 0.3);
}

.sec_merit_faq .blockInner .txt {
  margin: 25px 0;
}

@media only screen and (max-width: 768px) {
  .sec_merit_faq {
    margin-top: 20px;
  }
  .sec_merit_faq .innerWrap {
    display: block;
  }
  .sec_merit_faq .block {
    max-width: 100%;
    padding: 35px 0;
  }
  .sec_merit_faq .block .bg {
    display: block;
  }
  .sec_merit_faq .block.merit {
    margin-bottom: 10px;
  }
  .sec_merit_faq .block.merit .bg {
    left: 55%;
    right: -200px;
  }
  .sec_merit_faq .block.merit .bg span {
    right: 0;
    left: -50%;
  }
  .sec_merit_faq .block.faq {
    margin-top: 10px;
  }
  .sec_merit_faq .block.faq .bg {
    right: 55%;
    left: -200px;
    -webkit-transform: skew(40deg);
    transform: skew(40deg);
  }
  .sec_merit_faq .block.faq .bg span {
    left: 0;
    right: -50%;
    -webkit-transform: skew(-40deg);
    transform: skew(-40deg);
  }
  .sec_merit_faq .blockInner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    padding: 30px;
    -webkit-box-shadow: 0 0 25px rgba(1, 128, 137, 0.3);
    box-shadow: 0 0 25px rgba(1, 128, 137, 0.3);
  }
  .sec_merit_faq .blockInner .hd img {
    height: 50px;
    width: auto;
  }
  .sec_merit_faq .blockInner .txt {
    margin: 15px 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec_recruit {
  color: #ffffff;
  background: url(../images/index/recruit_img01.jpg) center center no-repeat;
  background-size: cover;
}

.sec_recruit .innerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 40px 40px;
}

.sec_recruit .body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 645px;
  -ms-flex: 0 0 645px;
  flex: 0 0 645px;
  max-width: 645px;
}

.sec_recruit .body .txt {
  margin-top: 15px;
}

.sec_recruit .link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  max-width: 340px;
  text-align: center;
}

.sec_recruit .link .fukidashi {
  position: relative;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 8px;
}

.sec_recruit .link .fukidashi:before, .sec_recruit .link .fukidashi:after {
  content: "";
  display: block;
  height: 1.25em;
  width: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
}

.sec_recruit .link .fukidashi:before {
  left: 5px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.sec_recruit .link .fukidashi:after {
  right: 5px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.sec_recruit .link .btn01 {
  width: auto;
}

.sec_recruit .link .btn01 a {
  padding: 24px 19px;
}

.sec_recruit .newgrad {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
}

.sec_recruit .newgrad .hd {
  font-size: 2rem;
  font-weight: bold;
  padding: 3px 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec_recruit .newgrad .hd:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.sec_recruit .newgrad .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}

.sec_recruit .newgrad .btns li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  margin: 0 8px;
}

.sec_recruit .newgrad .btns li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #018089;
  padding: 17px 17px 17px 57px;
  background-color: #ffffff;
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.sec_recruit .newgrad .btns li a:hover {
  border-color: #018089;
}

.sec_recruit .newgrad .btns li.mynavi a {
  background-image: url(../images/logo_mynavi.png);
  background-size: auto 35px;
}

@media only screen and (max-width: 768px) {
  .sec_recruit .innerWrap {
    display: block;
    padding: 35px 20px 40px;
  }
  .sec_recruit .hd img {
    height: 50px;
  }
  .sec_recruit .body {
    max-width: inherit;
  }
  .sec_recruit .body .txt {
    margin-top: 12px;
  }
  .sec_recruit .link {
    max-width: inherit;
    margin-top: 15px;
  }
  .sec_recruit .link .fukidashi {
    font-weight: normal;
    font-size: 1.8rem;
  }
  .sec_recruit .link .btn01 a {
    padding: 10px 12px;
  }
  .sec_recruit .newgrad .hd {
    font-size: 1.6rem;
  }
  .sec_recruit .newgrad .btns {
    display: block;
    padding: 30px 20px;
  }
  .sec_recruit .newgrad .btns li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 5px 10px;
  }
  .sec_recruit .newgrad .btns li a {
    font-size: 1.4rem;
    padding: 11px 17px 11px 57px;
    background-color: #ffffff;
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 5px;
  }
  .sec_recruit .newgrad .btns li a:hover {
    border-color: #018089;
  }
  .sec_recruit .newgrad .btns li.mynavi a {
    background-image: url(../images/logo_mynavi.png);
    background-size: auto 35px;
  }
}
