@charset "UTF-8";
/*----------------
リセット CSS
-----------------*/
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

/***********クリアフィックス***********/
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

* {
  box-sizing: border-box;
}

/***********aタグ設定************/
a {
  margin: 0;
  padding: 0;
  color: #121212;
  font-size: 100%;
  text-decoration: none;
  vertical-align: top;
}

a:active {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

a:hover {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

a:link {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

a:visited {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: top;
}

/***********スマホ自動文字調整機能オフ***********/
body {
  -webkit-text-size-adjust: 100%;
}

/***********フォント設定**********/
html {
  color: #121212;
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 62.5%;
}

html > body {
  line-height: 1.5;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
}

.clear {
  clear: both;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

img {
  vertical-align: middle;
  width: 100%;
}

/*****************************************
 関数
*****************************************/
.inner {
  margin: 0 auto;
  max-width: 1120px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*****************************************
 #header
*****************************************/
#header {
  position: relative;
  padding-bottom: 10px;
  height: 100px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #header {
    padding-bottom: 0.9333333333vw;
    height: 13.3333333333vw;
  }
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: start;
}
#header .header_logo {
  margin-right: 42px;
  width: 146px;
}
@media screen and (max-width: 767px) {
  #header .header_logo {
    margin-right: 5.6vw;
    width: 19.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #header .header_txt {
    width: 20.1333333333vw;
  }
}
#header .header_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #295ba7;
  width: 263px;
  height: 100px;
  background-color: #295ba7;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #header .header_btn {
    width: 24vw;
    height: 13.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
#header .header_btn .ico {
  margin-left: 10px;
  width: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #header .header_btn .ico {
    margin-left: 1.3333333333vw;
    width: 2vw;
  }
}
@media screen and (min-width: 768px) {
  #header .header_btn .ico {
    background-image: url(/corporate/recruit/assets/images/common/ico_external02.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
  }
}
#header .header_btn .ico img {
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  #header .header_btn .ico img {
    transition: all 0.4s;
  }
}
#header .header_btn span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #header .header_btn span {
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) {
  #header .header_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -175%;
    width: 150%;
    height: 100%;
    background-color: #fff;
    transition: all 0.4s;
    transform: skewX(-50deg);
  }
  #header .header_btn:hover::after {
    left: -25%;
  }
  #header .header_btn:hover .ico img {
    opacity: 0;
  }
  #header .header_btn:hover span {
    color: #295ba7 !important;
  }
}

/*****************************************
 #footer
*****************************************/
#footer {
  padding-top: 40px;
  padding-bottom: 18px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 5.3333333333vw;
    padding-bottom: 2.4vw;
  }
}
#footer .footer_logo {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 146px;
}
@media screen and (max-width: 767px) {
  #footer .footer_logo {
    margin-bottom: 4vw;
    max-width: 19.4666666667vw;
  }
}
#footer .footer_txt {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #footer .footer_txt {
    font-size: 1.7333333333vw;
  }
}

/*****************************************
 section common object
*****************************************/
.sec.bg-gray {
  background-color: #e5e5e5;
}
.sec.bg-blue {
  background-color: #003c78;
}
.sec.bg-red {
  background-color: #c73d3b;
}

.sec_ttl {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 6.6666666667vw;
  }
}
.sec_ttl.-blue {
  color: #003c78;
}
.sec_ttl.-white {
  color: #fff;
}

.career {
  /*****************************************
   #mv
  *****************************************/
  /*****************************************
   #flow
  *****************************************/
  /*****************************************
   #occupation
  *****************************************/
  /*****************************************
   #job
  *****************************************/
}
.career #mv {
  position: relative;
  padding-top: 4.3229166667%;
}
@media screen and (max-width: 767px) {
  .career #mv {
    padding-top: 4.6666666667vw;
  }
}
.career #mv .mv_ttl {
  position: absolute;
  left: 0;
  width: 44.375%;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 1120px) {
  .career #mv .mv_ttl {
    margin-left: -14.2857142857%;
    width: 51.7857142857%;
  }
}
@media screen and (max-width: 767px) {
  .career #mv .mv_ttl {
    top: 10vw;
    margin-left: 0;
    width: 69.2vw;
  }
}
.career #mv .mv_img {
  position: relative;
  margin-top: 3.1770833333%;
  margin-right: 0;
  margin-left: auto;
  width: 66.9270833333%;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1120px) {
  .career #mv .mv_img {
    width: 76.7857142857%;
  }
}
@media screen and (max-width: 767px) {
  .career #mv .mv_img {
    margin-top: 0;
    width: 80vw;
  }
}
.career #mv .mv_txtWrap {
  position: relative;
  margin-top: -3.8541666667%;
  padding-top: 9.0625%;
  padding-bottom: 3.1770833333%;
  background-color: #c73d3b;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .career #mv .mv_txtWrap {
    margin-top: -28.1333333333vw;
    padding-top: 34.6666666667vw;
    padding-bottom: 7.6vw;
  }
}
.career #mv .mv_txtWrap::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -34px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 62.5px 0 62.5px;
  border-color: #c73d3b transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .career #mv .mv_txtWrap::before {
    bottom: -4.5333333333vw;
    border-width: 4.5333333333vw -8.3333333333vw 0 -8.3333333333vw;
  }
}
.career #mv .mv_txtWrap .mv_txt {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .career #mv .mv_txtWrap .mv_txt {
    font-size: 3.7333333333vw;
    line-height: 1.86;
  }
}
.career #flow {
  padding-top: 158px;
  padding-bottom: 119px;
  /*  */
}
@media screen and (max-width: 767px) {
  .career #flow {
    padding-top: 17.7333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.career #flow .sec_ttl {
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .career #flow .sec_ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.career #flow .flow_list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .career #flow .flow_list {
    display: block;
  }
}
.career #flow .flow_listItem {
  position: relative;
  padding-top: 47px;
  padding-bottom: 60px;
  width: 20%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career #flow .flow_listItem {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6.6666666667vw;
    padding-bottom: 7.0666666667vw;
    width: 81.3333333333vw;
    text-align: left;
  }
}
.career #flow .flow_listItem:nth-child(odd) {
  background-color: #f03230;
}
.career #flow .flow_listItem:nth-child(even) {
  background-color: #003c78;
}
.career #flow .flow_listItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 53px;
  right: -15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .career #flow .flow_listItem:not(:last-child)::after {
    top: inherit;
    right: inherit;
    bottom: -3.3333333333vw;
    left: 10.5333333333vw;
    border-width: 3.4666666667vw 4.2666666667vw 0 4.2666666667vw;
  }
}
.career #flow .flow_listItem:nth-child(odd)::after {
  border-color: transparent transparent transparent #f03230;
}
@media screen and (max-width: 767px) {
  .career #flow .flow_listItem:nth-child(odd)::after {
    border-color: #f03230 transparent transparent transparent;
  }
}
.career #flow .flow_listItem:nth-child(even)::after {
  border-color: transparent transparent transparent #003c78;
}
@media screen and (max-width: 767px) {
  .career #flow .flow_listItem:nth-child(even)::after {
    border-color: #003c78 transparent transparent transparent;
  }
}
.career #flow .flow_listItemNum {
  margin-bottom: 23px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .career #flow .flow_listItemNum {
    margin-bottom: 0;
    margin-left: 1.3333333333vw;
    width: 26.6666666667vw;
    height: 8vw;
    text-align: center;
  }
}
.career #flow .flow_listItemNum img {
  width: auto;
  height: 100%;
}
.career #flow .flow_listItemHead {
  margin-bottom: 25px;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .career #flow .flow_listItemHead {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.career #flow .flow_listItemTxt {
  font-size: 1.8rem;
  line-height: 1.78;
  font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .career #flow .flow_listItemTxt {
    font-size: 3.4666666667vw;
    line-height: 1.62;
  }
}
.career #occupation {
  padding-top: 150px;
  padding-bottom: 120px;
  /*  */
}
@media screen and (max-width: 767px) {
  .career #occupation {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.career #occupation .sec_ttl {
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .career #occupation .sec_ttl {
    margin-bottom: 8.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .career #occupation .occupation_list {
    margin-right: auto;
    margin-left: auto;
    width: 81.3333333333vw;
  }
}
.career #occupation .occupation_listItem {
  background-color: #fff;
}
.career #occupation .occupation_listItem + .occupation_listItem {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .career #occupation .occupation_listItem + .occupation_listItem {
    margin-top: 2.6666666667vw;
  }
}
.career #occupation .occupation_listItem a {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .career #occupation .occupation_listItem a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .career #occupation .occupation_listItem a {
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .career #occupation .occupation_listItem a:hover {
    opacity: 0.7;
  }
}
.career #occupation .occupation_listItemImg {
  width: 37.037037037%;
}
@media screen and (max-width: 767px) {
  .career #occupation .occupation_listItemImg {
    width: 100%;
  }
}
.career #occupation .occupation_listItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career #occupation .occupation_listItemTxtBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 3.2407407407%;
  padding-left: 3.7037037037%;
  width: 62.962962963%;
}
@media screen and (max-width: 767px) {
  .career #occupation .occupation_listItemTxtBox {
    padding-top: 5.8666666667vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 4vw;
    padding-left: 5.3333333333vw;
    width: auto;
  }
}
.career #occupation .occupation_listItemTxtBox > * {
  width: 100%;
}
.career #occupation .occupation_listItemHead {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  color: #003c78;
}
@media screen and (max-width: 767px) {
  .career #occupation .occupation_listItemHead {
    margin-bottom: 3.7333333333vw;
    font-size: 4.8vw;
  }
}
.career #occupation .occupation_listItemTxt {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .career #occupation .occupation_listItemTxt {
    margin-bottom: 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 2;
  }
}
.career #occupation .occupation_listItemArrow {
  margin-right: auto;
  margin-left: auto;
  border-right: 3px solid #295ba7;
  border-bottom: 3px solid #295ba7;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .career #occupation .occupation_listItemArrow {
    border-right: 2px solid #295ba7;
    border-bottom: 2px solid #295ba7;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.career #job {
  padding-top: 150px;
  padding-bottom: 142px;
  /*  */
}
@media screen and (max-width: 767px) {
  .career #job {
    padding-top: 13.3333333333vw;
    padding-bottom: 20vw;
  }
}
.career #job .sec_ttl {
  margin-bottom: 81px;
}
@media screen and (max-width: 767px) {
  .career #job .sec_ttl {
    margin-bottom: 7.8666666667vw;
  }
}
.career #job .job_details {
  margin-bottom: 174px;
}
@media screen and (max-width: 767px) {
  .career #job .job_details {
    margin-bottom: 20vw;
  }
}
.career #job .job_detailsHead {
  margin-bottom: 39px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsHead {
    margin-bottom: 4vw;
  }
}
.career #job .job_detailsHead span {
  display: inline-block;
  padding: 8px 9px;
  background-color: #003c78;
  color: #fff;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsHead span {
    padding: 1.0666666667vw 0.6666666667vw;
    font-size: 4.8vw;
  }
}
.career #job .job_detailsCnt + .job_detailsHead {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsCnt + .job_detailsHead {
    margin-top: 13.3333333333vw;
  }
}
.career #job .job_detailsTable {
  margin-bottom: 53px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsTable {
    margin-bottom: 5.3333333333vw;
  }
}
.career #job .job_detailsTable tr + tr {
  border-top: 2px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsTable tr + tr {
    border-top: 1px solid #e5e5e5;
  }
}
.career #job .job_detailsTable tr > * {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsTable tr > * {
    display: block;
  }
}
.career #job .job_detailsTable th {
  padding: 37px;
  width: 37.4074074074%;
  min-width: 200px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-right: 2px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsTable th {
    padding: 3.7333333333vw 4vw;
    width: 100%;
    min-width: auto;
    font-size: 3.7333333333vw;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
}
.career #job .job_detailsTable tr:nth-child(odd) th {
  background-color: #003c78;
}
.career #job .job_detailsTable tr:nth-child(even) th {
  background-color: #295ba7;
}
.career #job .job_detailsTable td {
  padding: 26px 40px;
  width: 62.5925925926%;
  min-width: 500px;
  font-size: 2.2rem;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsTable td {
    padding: 3.7333333333vw 4vw;
    width: 100%;
    min-width: auto;
    font-size: 3.2vw;
  }
}
.career #job .job_detailsTable td a {
  text-decoration: underline;
}
.career #job .job_detailsTable td a:hover {
  text-decoration: none;
}
.career #job .job_detailsEntryBtn {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #f03230;
  margin-right: auto;
  margin-left: auto;
  padding: 31px 0;
  width: 470px;
  background-color: #f03230;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsEntryBtn {
    padding: 4.1333333333vw 0;
    width: 62.6666666667vw;
    font-size: 3.2vw;
  }
}
.career #job .job_detailsEntryBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .career #job .job_detailsEntryBtn::before {
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsEntryBtn::before {
    right: 3.7333333333vw;
    margin-top: -0.5333333333vw;
    border-width: 1.0666666667vw 0.6666666667vw 0 0.6666666667vw;
  }
}
.career #job .job_detailsEntryBtn span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .career #job .job_detailsEntryBtn span {
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .career #job .job_detailsEntryBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -141%;
    width: 130%;
    height: 100%;
    background-color: #fff;
    transition: all 0.4s;
    transform: skewX(-50deg);
  }
  .career #job .job_detailsEntryBtn:hover::before {
    border-color: #f03230 transparent transparent transparent;
  }
  .career #job .job_detailsEntryBtn:hover::after {
    left: -15%;
  }
  .career #job .job_detailsEntryBtn:hover span {
    color: #f03230 !important;
  }
}
.career #job .job_formTtl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .career #job .job_formTtl {
    margin-bottom: 8vw;
  }
}
.career #job .job_formBox {
  padding: 60px 45px 42px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .career #job .job_formBox {
    padding: 6.6666666667vw 4vw 5.6vw;
  }
}
.career #job .job_formHead {
  margin-bottom: 27px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .career #job .job_formHead {
    margin-bottom: 3.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.career #job .job_formTxt {
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .career #job .job_formTxt {
    margin-bottom: 4vw;
    font-size: 2.9333333333vw;
  }
}
.career #job .job_formTxt a {
  color: #003c78;
  text-decoration: underline;
}
.career #job .job_formTxt a:hover {
  text-decoration: none;
}
.career #job .job_formBtn {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #f03230;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding: 31px 0;
  width: 470px;
  background-color: #f03230;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career #job .job_formBtn {
    margin-bottom: 4.2666666667vw;
    padding: 4.1333333333vw 0;
    width: 62.6666666667vw;
    font-size: 3.2vw;
  }
}
.career #job .job_formBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .career #job .job_formBtn::before {
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .career #job .job_formBtn::before {
    right: 3.7333333333vw;
    margin-top: -0.5333333333vw;
    border-width: 0.6666666667vw 0 0.6666666667vw 1.3333333333vw;
  }
}
.career #job .job_formBtn span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .career #job .job_formBtn span {
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .career #job .job_formBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -141%;
    width: 130%;
    height: 100%;
    background-color: #fff;
    transition: all 0.4s;
    transform: skewX(-50deg);
  }
  .career #job .job_formBtn:hover::before {
    border-color: transparent transparent transparent #f03230;
  }
  .career #job .job_formBtn:hover::after {
    left: -15%;
  }
  .career #job .job_formBtn:hover span {
    color: #f03230 !important;
  }
}
.career #job .job_detailsNote {
  font-size: 1.8rem;
  line-height: 1.89;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .career #job .job_detailsNote {
    font-size: 2.4vw;
  }
}

.parttime {
  /*****************************************
   #mv
  *****************************************/
  /*****************************************
   #point
  *****************************************/
  /*****************************************
   #job
  *****************************************/
}
.parttime #mv {
  position: relative;
  padding-top: 1.8229166667%;
}
@media screen and (max-width: 767px) {
  .parttime #mv {
    padding-top: 4.6666666667vw;
  }
}
.parttime #mv .mv_ttl {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6.4583333333%;
  width: 45.3125%;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 1120px) {
  .parttime #mv .mv_ttl {
    margin-left: -14.2857142857%;
    width: 51.7857142857%;
  }
}
@media screen and (max-width: 767px) {
  .parttime #mv .mv_ttl {
    top: 14.4vw;
    margin-top: 0;
    margin-left: 0;
    width: 68.5333333333vw;
  }
}
.parttime #mv .mv_img {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  width: 66.9270833333%;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1120px) {
  .parttime #mv .mv_img {
    width: 76.7857142857%;
  }
}
@media screen and (max-width: 767px) {
  .parttime #mv .mv_img {
    width: 80vw;
  }
}
.parttime #mv .mv_txtWrap {
  position: relative;
  margin-top: -3.8541666667%;
  padding-top: 9.0625%;
  padding-bottom: 3.1770833333%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .parttime #mv .mv_txtWrap {
    margin-top: -28.1333333333vw;
    padding-top: 34.6666666667vw;
    padding-bottom: 7.6vw;
  }
}
.parttime #mv .mv_txtWrap::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -34px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 62.5px 0 62.5px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .parttime #mv .mv_txtWrap::before {
    bottom: -4.5333333333vw;
    border-width: 4.5333333333vw -8.3333333333vw 0 -8.3333333333vw;
  }
}
.parttime #mv .mv_txtWrap .mv_txt {
  color: #003c78;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .parttime #mv .mv_txtWrap .mv_txt {
    font-size: 3.7333333333vw;
    line-height: 1.86;
  }
}
.parttime #point {
  overflow: hidden;
  padding-top: 98px;
  padding-bottom: 113px;
}
@media screen and (max-width: 767px) {
  .parttime #point {
    padding-top: 12.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .parttime #point .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.parttime #point .point_ttl {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 218px;
}
@media screen and (max-width: 767px) {
  .parttime #point .point_ttl {
    margin-bottom: 2.1333333333vw;
    max-width: 29.0666666667vw;
  }
}
.parttime #point .point_txtBox {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-image: url(/corporate/recruit/assets/images/parttime/point_boxBg01_pc.png);
  width: 738px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .parttime #point .point_txtBox {
    width: 100%;
  }
}
.parttime #point .point_txt01 {
  position: absolute;
  top: 41px;
  left: -228px;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .parttime #point .point_txt01 {
    top: -26px;
    left: -32px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .parttime #point .point_txt01 {
    top: 88.2666666667vw;
    left: 0;
    width: 100%;
  }
}
.parttime #point .point_img01 {
  position: absolute;
  width: 1104px;
  top: 32px;
  left: -180px;
}
@media screen and (max-width: 1120px) {
  .parttime #point .point_img01 {
    top: 200px;
    left: -80px;
    width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .parttime #point .point_img01 {
    top: 101.6vw;
    left: 0;
    width: 100%;
  }
}
.parttime #job {
  padding-top: 150px;
  padding-bottom: 142px;
  /*  */
}
@media screen and (max-width: 767px) {
  .parttime #job {
    padding-top: 13.3333333333vw;
    padding-bottom: 20vw;
  }
}
.parttime #job .sec_ttl {
  margin-bottom: 81px;
}
@media screen and (max-width: 767px) {
  .parttime #job .sec_ttl {
    margin-bottom: 7.8666666667vw;
  }
}
.parttime #job .job_detailsTable {
  margin-bottom: 150px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .parttime #job .job_detailsTable {
    margin-bottom: 20vw;
  }
}
.parttime #job .job_detailsTable tr + tr {
  border-top: 2px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .parttime #job .job_detailsTable tr + tr {
    border-top: 1px solid #e5e5e5;
  }
}
.parttime #job .job_detailsTable tr > * {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .parttime #job .job_detailsTable tr > * {
    display: block;
  }
}
.parttime #job .job_detailsTable th {
  padding: 37px;
  width: 37.4074074074%;
  min-width: 200px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-right: 2px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .parttime #job .job_detailsTable th {
    padding: 3.7333333333vw 4vw;
    width: 100%;
    min-width: auto;
    font-size: 3.7333333333vw;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
}
.parttime #job .job_detailsTable tr:nth-child(odd) th {
  background-color: #003c78;
}
.parttime #job .job_detailsTable tr:nth-child(even) th {
  background-color: #295ba7;
}
.parttime #job .job_detailsTable td {
  padding: 26px 50px 26px 40px;
  width: 62.5925925926%;
  min-width: 500px;
  font-size: 2.2rem;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .parttime #job .job_detailsTable td {
    padding: 3.7333333333vw 4vw;
    width: 100%;
    min-width: auto;
    font-size: 3.2vw;
  }
}
.parttime #job .job_detailsTable td span {
  font-weight: bold;
}
.parttime #job .job_detailsTable td p + p {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .parttime #job .job_detailsTable td p + p {
    padding-top: 2.6666666667vw;
  }
}
.parttime #job .job_detailsMapWrap {
  position: relative;
  margin-top: 18px;
  max-width: 517px;
  height: 385px;
}
.parttime #job .job_detailsMapWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.parttime #job .job_formTtl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .parttime #job .job_formTtl {
    margin-bottom: 8vw;
  }
}
.parttime #job .job_formBox {
  padding: 49px 45px 42px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .parttime #job .job_formBox {
    padding: 5.2vw 4vw 5.6vw;
  }
}
.parttime #job .job_formHead {
  margin-bottom: 15px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .parttime #job .job_formHead {
    margin-bottom: 2.4vw;
    font-size: 2.9333333333vw;
  }
}
.parttime #job .job_formTxt {
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .parttime #job .job_formTxt {
    margin-bottom: 4vw;
    margin-right: -2px;
    font-size: 2.9333333333vw;
  }
}
.parttime #job .job_formTxt a {
  color: #003c78;
  text-decoration: underline;
}
.parttime #job .job_formTxt a:hover {
  text-decoration: none;
}
.parttime #job .job_formBtn {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #f03230;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding: 31px 0;
  width: 470px;
  background-color: #f03230;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parttime #job .job_formBtn {
    margin-bottom: 4.2666666667vw;
    padding: 4.1333333333vw 0;
    width: 62.6666666667vw;
    font-size: 3.2vw;
  }
}
.parttime #job .job_formBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .parttime #job .job_formBtn::before {
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .parttime #job .job_formBtn::before {
    right: 3.7333333333vw;
    margin-top: -0.5333333333vw;
    border-width: 0.6666666667vw 0 0.6666666667vw 1.3333333333vw;
  }
}
.parttime #job .job_formBtn span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .parttime #job .job_formBtn span {
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .parttime #job .job_formBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -141%;
    width: 130%;
    height: 100%;
    background-color: #fff;
    transition: all 0.4s;
    transform: skewX(-50deg);
  }
  .parttime #job .job_formBtn:hover::before {
    border-color: transparent transparent transparent #f03230;
  }
  .parttime #job .job_formBtn:hover::after {
    left: -15%;
  }
  .parttime #job .job_formBtn:hover span {
    color: #f03230 !important;
  }
}
.parttime #job .job_detailsNote {
  font-size: 1.8rem;
  line-height: 1.89;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .parttime #job .job_detailsNote {
    font-size: 2.4vw;
  }
}