@charset "UTF-8";
html, body, article, aside, details, figcaption, figure, footer, header, nain, nav, section, div, p, pre, blockquote, hr, address, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, a, abbr, acronym, b, big, cite, code, del, dfn, em, i, ins, kbd, mark, q, ruby, s, samp, small, span, strike, strong, sub, sup, time, tt, u, var, audio, canvas, embed, iframe, img, object, video, details, menu, summary, button, fieldset, form, input, label, legend, output, optgroup, option, select, textarea {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

code, kbd, pre, samp, button, input, select, textarea {
  font-size: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-size: 1.4rem;
}

ul, ol {
  list-style: none;
}

pre {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins, mark {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
}

small {
  font-size: 100%;
  font-size: 1.4rem;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=file] {
  border: 1px solid #d6d6d6;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
  font-size: 14px;
}

.mainContents.career {
  overflow-x: hidden;
}
.mainContents.career .s-Flex {
  display: flex;
}
.mainContents.career .kvSec__title {
  background-color: #FBDBDE;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .mainContents.career .kvSec__title {
    height: 105px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__title {
    height: 179px;
  }
}
.mainContents.career .kvSec__title-img {
  width: 950px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .kvSec__title-img {
    width: 697px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__title-img {
    width: 223px;
  }
}
.mainContents.career .kvSec__title img {
  width: 484px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .kvSec__title img {
    width: 348px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__title img {
    width: 223px;
  }
}
.mainContents.career .kvSec__about {
  background-color: rgba(251, 219, 222, 0.2);
  padding: 47px 0 57px;
  background-image: url("../images/img_kvbg.png");
  background-size: 1920px 407px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .mainContents.career .kvSec__about {
    background-image: url("../images/img_kvbg-tab.png");
    background-size: auto 397px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__about {
    background-image: url("../images/img_kvbg-sp.png");
    background-size: auto 421px;
  }
}
.mainContents.career .kvSec__about-text {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .mainContents.career .kvSec__about-text {
    width: 708px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__about-text {
    width: 315px;
  }
}
.mainContents.career .kvSec__about-number {
  font-size: 22px;
  color: #E60013;
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__about-number {
    font-size: 14px;
  }
}
.mainContents.career .kvSec__about-name-e {
  font-size: 80px;
  color: #E60013;
  font-weight: bold;
  margin: -20px 0 20px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .kvSec__about-name-e {
    font-size: 60px;
    margin: -14px 0 32px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__about-name-e {
    font-size: 32px;
    margin: -10px 0 6.5px;
  }
}
.mainContents.career .kvSec__about-name-j {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .mainContents.career .kvSec__about-name-j {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__about-name-j {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.mainContents.career .kvSec__about-com {
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .kvSec__about-com {
    margin-bottom: 40px;
    line-height: 27px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__about-com {
    font-size: 16px;
    margin-bottom: 186px;
    line-height: 23px;
  }
}
.mainContents.career .kvSec__about-title {
  font-size: 22px;
  padding-left: 16px;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 16px;
  position: relative;
}
.mainContents.career .kvSec__about-title::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #E60013;
  border-radius: 2px;
  left: 0px;
}
@media screen and (max-width: 445px) {
  .mainContents.career .kvSec__about-title {
    font-size: 16px;
    margin-bottom: 236px;
  }
}
.mainContents.career .kvSec__about-list {
  font-size: 20px;
  line-height: 44px;
}
.mainContents.career .aboutSec {
  width: 950px;
  margin: 0 auto 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec {
    width: 708px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec {
    width: 315px;
    margin: 0 auto 44px;
  }
}
.mainContents.career .aboutSec h2 {
  color: #E60013;
  font-size: 25px;
  margin: 102px 0 32px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec h2 {
    font-size: 20px;
    margin: 38px 0 31px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec h2 {
    font-size: 19px;
    margin: 25px 0 23px;
  }
}
.mainContents.career .aboutSec__cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mainContents.career .aboutSec__cont:nth-of-type(1) .aboutSec__cont-title {
  width: 182px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(1) .aboutSec__cont-title {
    width: 158px;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(1) .aboutSec__cont-text {
  height: 175px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(1) .aboutSec__cont-text {
    height: 208px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(1) .aboutSec__cont-text {
    height: 268px;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(2) {
  margin: 45px 0;
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(2) {
    margin: 32px 0;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(2) .aboutSec__cont-title {
  width: 710px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(2) .aboutSec__cont-title {
    width: 608px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(2) .aboutSec__cont-title {
    width: 316px;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(2) .aboutSec__cont-text {
  height: 165px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(2) .aboutSec__cont-text {
    height: 183px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(2) .aboutSec__cont-text {
    height: 253px;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(3) {
  margin: 0 0 45px;
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(3) {
    margin: 32px 0;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(3) .aboutSec__cont-title {
  width: 600px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(3) .aboutSec__cont-title {
    width: 513px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(3) .aboutSec__cont-title {
    width: 316px;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(3) .aboutSec__cont-text {
  height: 165px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(3) .aboutSec__cont-text {
    height: 143px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(3) .aboutSec__cont-text {
    height: 222px;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(4) {
  margin: 0 0 45px;
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(4) {
    margin: 32px 0;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(4) .aboutSec__cont-title {
  width: 209px;
}
.mainContents.career .aboutSec__cont:nth-of-type(4) .aboutSec__cont-text {
  justify-content: flex-start;
  height: 195px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(4) .aboutSec__cont-text {
    height: 185px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(4) .aboutSec__cont-text {
    height: 200px;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(5) .aboutSec__cont-title {
  width: 247px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(5) .aboutSec__cont-title {
    width: 208px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(5) .aboutSec__cont-title {
    width: 199px;
  }
}
.mainContents.career .aboutSec__cont:nth-of-type(5) .aboutSec__cont-text {
  height: 246px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont:nth-of-type(5) .aboutSec__cont-text {
    height: 280px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont:nth-of-type(5) .aboutSec__cont-text {
    height: 405px;
  }
}
.mainContents.career .aboutSec__cont .aboutSec__cont-text {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: #E60013 2px solid;
  margin-top: 25px;
  width: 825px;
  font-size: 20px;
  line-height: 34px;
  padding-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 820px) {
  .mainContents.career .aboutSec__cont .aboutSec__cont-text {
    margin-top: 10px;
    width: 623px;
    font-size: 18px;
    padding-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.career .aboutSec__cont .aboutSec__cont-text {
    margin-top: 17px;
    width: 316px;
    font-size: 17px;
    line-height: 27px;
    padding-left: 13px;
    margin-right: 0px;
  }
}
.mainContents.career .aboutSec__cont .aboutSec__cont-text span {
  display: contents;
  color: #E60013;
}
.mainContents.career .recruitFootSec {
  background-color: #FFF5F5;
  position: relative;
}
.mainContents.career .recruitFootSec::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #FFEBEB;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 820px) {
  .mainContents.career .recruitFootSec::before {
    height: 10px;
  }
}