@charset "UTF-8";
/*
# =================================================================
# 採用情報
# =================================================================*/
#recruit .pagetop {
  bottom: 90px;
}
#recruit .mainImg {
  padding: 130px 0 150px 0;
  background: url(../../img/common/bg1.gif) repeat left top;
  border-bottom: 15px solid #00aeeb;
}
#recruit .mainImg .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#recruit .work {
  padding: 45px 0;
  background: #00aeeb;
}
#recruit .work .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#recruit .work .inner .box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#recruit .work .inner .box1 .txt {
  width: calc(100% - 560px);
}
#recruit .work .inner .box1 .txt h3 {
  margin: 0 0 25px 0;
}
#recruit .work .inner .box1 .txt p {
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
#recruit .work .inner .box1 .img {
  width: 560px;
}
#recruit .features {
  padding: 120px 0 150px 0;
  background: url(../../img/common/bg1.gif) repeat left top;
}
#recruit .features .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#recruit .features .inner h3 {
  max-width: 430px;
  width: 100%;
  margin: 0 auto 55px auto;
}
#recruit .features .inner ul {
  margin: 0 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 5%;
}
#recruit .features .inner ul li {
  width: 20%;
  padding: 35px 10px;
  background: url(../img/featuresBg1.png) no-repeat center center,
  #e95541;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .06em;
}
#recruit .features .inner ul li:nth-of-type(1),
#recruit .features .inner ul li:nth-of-type(4) {
  position: relative;
  top: -90px;
}
#recruit .features .inner > img {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#recruit .people {
  padding: 120px 0;
  background: #00aeeb;
}
#recruit .people .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#recruit .people .inner h3 {
  max-width: 430px;
  width: 100%;
  margin: 0 auto 40px auto;
}
#recruit .people .inner .list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px auto;
}
#recruit .people .inner .list .box1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
#recruit .people .inner .list .box1 .img {
  width: 500px;
}
#recruit .people .inner .list .box1 .txt {
  width: calc(100% - 500px);
  padding: 0 0 0 50px;
}
#recruit .people .inner .list .box1 .txt p {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1.9;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#recruit .people .inner .list .slick-prev,
#recruit .people .inner .list .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1;
  transition: .3s;
}
#recruit .people .inner .list .slick-prev {
  background: url(../img/peopleBtnPrev.png) no-repeat left top / 50px;
  left: -100px;
}
#recruit .people .inner .list .slick-prev:hover {
  background: url(../img/peopleBtnPrev_o.png) no-repeat left top / 50px;
}
#recruit .people .inner .list .slick-next {
  background: url(../img/peopleBtnNext.png) no-repeat left top / 50px;
  right: -100px;
}
#recruit .people .inner .list .slick-next:hover {
  background: url(../img/peopleBtnNext_o.png) no-repeat left top / 50px;
}
#recruit .people .inner .list .slick-prev:before,
#recruit .people .inner .list .slick-next:before {
  content: none;
}
#recruit .people .inner .txtLast {
  width: 100%;
}
#recruit .people .inner .txtLast p {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.8;
  letter-spacing: .06em;
}
#recruit .people .inner .txtLast p span {
  padding: 0 0 20px 0;
  display: inline;
  background-image: linear-gradient(to right, #de3447 2px, transparent 2px);
  background-size: 1px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#recruit .guidelines {
  padding: 120px 0 0 0;
  background: url(../../img/common/bg1.gif) repeat left top;
  border-bottom: 15px solid #00aeeb;
}
#recruit .guidelines .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#recruit .guidelines .inner h3 {
  max-width: 530px;
  width: 100%;
  margin: 0 auto 75px auto;
}
#recruit .guidelines .inner .box1 {
  margin: 0 0 40px 0;
  padding: 70px 100px;
  background: #e95541;
  border-radius: 10px;
}
#recruit .guidelines .inner .box1 dl {
  display: flex;
  flex-wrap: wrap;
}
#recruit .guidelines .inner .box1 dl dt {
  width: 240px;
  padding: 22px 90px 22px 30px;
  border-bottom: 2px solid #fff;
  color: #fff;
  line-height: 1.8;
  text-align-last: justify;
}
#recruit .guidelines .inner .box1 dl dd {
  width: calc(100% - 240px);
  padding: 22px 0;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
#recruit .guidelines .inner > img {
  position: relative;
  left: -50px;
}
#recruit .boxForm {
  padding: 150px 0 0 0;
  background: #f5f5f5;
  border-bottom: 15px solid #00aeeb;
  overflow: hidden;
}
#recruit .boxForm .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 150px auto;
}
#recruit .boxForm .inner h3 {
  max-width: 385px;
  width: 100%;
  margin: 0 auto 65px auto;
}
#recruit .boxForm .inner h4 {
  margin: 0 0 30px 0;
  font-size: 25px;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  letter-spacing: .06em;
}
#recruit .boxForm .inner > p {
  margin: 0 0 60px 0;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  line-height: 1.8;
}
#recruit .boxForm .inner > img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 75px auto;
  display: block;
}
#recruit .boxForm .inner form dl {
  margin: 0 0 75px 0;
  border-top: 1px solid #00aeeb;
  display: flex;
  flex-wrap: wrap;
}
#recruit .boxForm .inner form dl dt {
  width: 250px;
  padding: 35px 0;
  color: #00aeeb;
  border-bottom: 1px solid #00aeeb;
}
#recruit .boxForm .inner form dl dd {
  width: calc(100% - 250px);
  padding: 35px 0;
  border-bottom: 1px solid #00aeeb;
}
#recruit .boxForm .inner form dl dd input {
  width: 100%;
  padding: 10px;
  background: #fff;
}
#recruit .boxForm .inner form dl dd textarea {
  width: 100%;
  height: 240px;
  padding: 10px;
  background: #fff;
}
#recruit .boxForm .inner form .boxPrivacy h5 {
  max-width: none;
  margin: 0 0 20px 0;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
}
#recruit .boxForm .inner form .boxPrivacy .confirmationArea {
  height: 230px;
  margin: 0 0 40px 0;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  overflow-y: scroll;
}
#recruit .boxForm .inner form .boxPrivacy .confirmationArea > p {
  margin: 0 0 35px 0;
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}
#recruit .boxForm .inner form .boxPrivacy .confirmationArea .box1 {
  margin: 0 0 35px 0;
}
#recruit .boxForm .inner form .boxPrivacy .confirmationArea .box1:nth-last-of-type(1) {
  margin: 0;
}
#recruit .boxForm .inner form .boxPrivacy .confirmationArea .box1 h6 {
  font-weight: 700;
  color: #e95541;
  text-align: left;
  line-height: 1.8;
}
#recruit .boxForm .inner form .boxPrivacy .confirmationArea .box1 p {
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}
#recruit .boxForm .inner form .boxPrivacy .consent {
  margin: 0 0 70px 0;
  text-align: center;
}
#recruit .boxForm .inner form .boxPrivacy .consent input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  border-radius: 10px;
  background: #fff;
  position: relative;
  top: -3px;
}
#recruit .boxForm .inner form .boxPrivacy .consent input[type=checkbox]:checked {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #00aeeb;
  border: 3px solid #fff;
}
#recruit .boxForm .inner form .boxPrivacy .consent label {
  font-weight: 700;
  color: #00aeeb;
}
#recruit .boxForm .inner form .boxPrivacy .btnSubmit {
  max-width: 300px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  background: url(../img/confirmationBtn1.svg) no-repeat left top / 300px;
  display: block;
  transition: .3s;
}
#recruit .boxForm .inner form .boxPrivacy .btnSubmit:hover {
  background: url(../img/confirmationBtn1_o.svg) no-repeat left top / 300px;
}
#recruit .boxForm .inner form .boxPrivacy .btnSubmit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#recruit .boxForm .inner form .error {
  color: #f00;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
/* 確認画面 */
#recruit.confirmation .boxForm .inner .txt1 {
  margin: 0 0 60px 0;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  line-height: 1.8;
}
#recruit.confirmation .boxForm .inner form .formTable {
  width: 100%;
  margin: 0 0 70px 0;
  border-top: 1px solid #00aeeb
}
#recruit.confirmation .boxForm .inner form .formTable tr th {
  width: 250px;
  padding: 35px 0;
  color: #00aeeb;
  border-bottom: 1px solid #00aeeb
}
#recruit.confirmation .boxForm .inner form .formTable tr td {
  width: calc(100% - 250px);
  padding: 35px 0;
  color: #00aeeb;
  border-bottom: 1px solid #00aeeb
}
#recruit.confirmation .boxForm .inner form .prevBtn {
  width: 120px;
  margin: 0 5px 0 0;
  padding: 15px 10px;
  background: #e95541;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
}
#recruit.confirmation .boxForm .inner form .sendBtn {
  width: 120px;
  margin: 0 0 0 5px;
  padding: 15px 10px;
  background: #e95541;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
  /* 採用情報 */
  #recruit .people .inner .list .box1 .img {
    padding: 0 20px 0 0;
  }
  #recruit .people .inner .list .slick-prev {
    left: -50px;
  }
  #recruit .people .inner .list .slick-next {
    right: -50px;
  }
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
  /* 採用情報 */
  #recruit .work .inner .box1 .txt {
    width: 50%;
  }
  #recruit .work .inner .box1 .img {
    width: 50%;
  }
  #recruit .features .inner ul {
    gap: 4%
  }
  #recruit .features .inner ul li {
    width: 46%;
  }
  #recruit .features .inner ul li:nth-of-type(1),
  #recruit .features .inner ul li:nth-of-type(4) {
    position: static;
  }
  #recruit .features .inner ul li:nth-of-type(1),
  #recruit .features .inner ul li:nth-of-type(2) {
    margin: 0 0 50px 0;
  }
  #recruit .guidelines .inner .box1 {
    padding: 50px;
  }
  #recruit .guidelines .inner > img {
    position: static;
  }
  #recruit .people .inner .list .box1 .img {
    width: 50%;
  }
  #recruit .people .inner .list .box1 .txt {
    width: 50%;
  }
  #recruit .people .inner .list .box1 .txt p {
    font-size: 40px;
  }
}

/* tablet */
@media screen and (max-width: 768px) {
  /* 採用情報 */
  #recruit .work {
    padding: 40px 0 55px 0;
  }
  #recruit .work .inner .box1 {
    display: block;
  }
  #recruit .work .inner .box1 .txt {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #recruit .work .inner .box1 .img {
    width: 100%;
    text-align: center;
  }
  #recruit .features .inner ul {
    display: block;
  }
  #recruit .features .inner ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #recruit .features .inner ul li:nth-of-type(1),
  #recruit .features .inner ul li:nth-of-type(2) {
    margin: 0 0 20px 0;
  }
  #recruit .features .inner ul li:nth-last-of-type(1) {
    margin: 0;
  }
  #recruit .boxForm {
    padding: 80px 0;
  }
  #recruit .boxForm .inner form dl {
    display: block;
  }
  #recruit .boxForm .inner form dl dt {
    width: 100%;
    padding: 35px 0 0 0;
    border-bottom: none;
  }
  #recruit .boxForm .inner form dl dd {
    width: 100%;
  }
  #recruit .guidelines .inner .box1 dl {
    display: block;
  }
  #recruit .guidelines .inner .box1 dl dt {
    width: 100%;
    padding: 22px 0;
    text-align-last: auto;
  }
  #recruit .guidelines .inner .box1 dl dd {
    width: 100%;
    border-bottom: none;
  }
  #recruit .people .inner .list .box1 {
    display: block;
  }
  #recruit .people .inner .list .box1 .img {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: center;
  }
  #recruit .people .inner .list .box1 .img img {
    display: inline;
  }
  #recruit .people .inner .list .box1 .txt {
    width: 100%;
    padding: 0;
  }
  #recruit .people .inner .list .box1 .txt p {
    text-align: center;
    line-height: 1.8;
    writing-mode: horizontal-tb;
  }
  #recruit .people .inner .txtLast p {
    line-height: 1.8;
  }
  #recruit .people .inner .txtLast p span {
    padding: 0;
    background: none;
  }
  #recruit .people .inner .list .slick-prev,
  #recruit .people .inner .list .slick-next {
    top: 65%;
  }
  #recruit .people .inner .list .slick-prev {
    left: -25px;
  }
  #recruit .people .inner .list .slick-next {
    right: -25px;
  }
}

/* mobile L */
@media screen and (max-width: 480px) {
  /* 採用情報 */
  #recruit .mainImg {
    padding: 45px 0 50px 0;
    border-bottom: 10px solid #00aeeb;
  }
  #recruit .work .inner .box1 .txt {
    margin: 0 0 20px 0;
  }
  #recruit .work .inner .box1 .txt h3 {
    margin: 0 0 15px 0;
  }
  #recruit .work .inner .box1 .txt p {
    font-size: 4vw;
  }
  #recruit .work .inner .box1 .img img {
    width: 84%;
    margin: 0 auto;
  }
  #recruit .features {
    padding: 50px 0;
  }
  #recruit .features .inner h3 {
    max-width: 230px;
    margin: 0 auto 25px auto;
  }
  #recruit .features .inner ul {
    margin: 0 0 25px 0;
  }
  #recruit .features .inner ul li {
    background: url(../img/featuresBg1.png) no-repeat center center / 90px,
  #e95541;
    font-size: 4.4vw;
  }
  #recruit .guidelines {
    padding: 50px 0 0 0;
  }
  #recruit .guidelines .inner h3 {
    max-width: 290px;
    margin: 0 auto 25px auto;
  }
  #recruit .guidelines .inner .box1 {
    margin: 0 0 10px 0;
    padding: 50px 20px;
  }
  #recruit .guidelines .inner .box1 dl dt {
    padding: 10px 0;
    font-size: 4vw;
  }
  #recruit .guidelines .inner .box1 dl dd {
    padding: 10px 0;
    font-size: 3.8vw;
  }
  #recruit .guidelines .inner > img {
    width: 86%;
    margin: 0 auto;
    display: block;
  }
  #recruit .people {
    padding: 50px 0;
  }
  #recruit .people .inner h3 {
    max-width: 270px;
    margin: 0 auto 30px auto;
  }
  #recruit .people .inner .list {
    margin: 0 0 15px 0;
  }
  #recruit .people .inner .list .box1 .img {
    margin: 0 0 30px 0;
  }
  #recruit .people .inner .list .box1 .img img {
    max-width: 90%;
  }
  #recruit .people .inner .list .box1 .txt p {
    font-size: 6vw;
    letter-spacing: .06em;
  }
  #recruit .people .inner .txtLast p {
    font-size: 5vw;
  }
  #recruit .people .inner .list .slick-prev,
  #recruit .people .inner .list .slick-next {
    top: 70%;
  }
  #recruit .people .inner .list .slick-prev {
    background: url(../img/peopleBtnPrev.png) no-repeat left top / 45px;
    left: -10px;
  }
  #recruit .people .inner .list .slick-prev:hover {
    background: url(../img/peopleBtnPrev_o.png) no-repeat left top / 45px;
  }
  #recruit .people .inner .list .slick-next {
    background: url(../img/peopleBtnNext.png) no-repeat left top / 45px;
    right: -10px;
  }
  #recruit .people .inner .list .slick-next:hover {
    background: url(../img/peopleBtnNext_o.png) no-repeat left top / 45px;
  }
  #recruit .boxForm {
    padding: 40px 0 0 0;
    border-bottom: 10px solid #00aeeb;
  }
  #recruit .boxForm .inner {
    margin: 0 auto 50px auto;
  }
  #recruit .boxForm .inner h3 {
    max-width: 210px;
    margin: 0 auto 20px auto;
  }
  #recruit .boxForm .inner h4 {
    margin: 0 0 20px 0;
    font-size: 4.6vw;
  }
  #recruit .boxForm .inner > p {
    margin: 0 0 20px 0;
    font-size: 4vw;
    text-align: left;
  }
  #recruit .boxForm .inner > img {
    width: 95%;
    margin: 0 auto 30px auto;
  }
  #recruit .boxForm .inner form dl {
    margin: 0 0 30px 0;
  }
  #recruit .boxForm .inner form dl dt {
    padding: 20px 0 0 0;
    font-size: 4vw;
  }
  #recruit .boxForm .inner form dl dd {
    padding: 20px 0;
    font-size: 4vw;
  }
  #recruit .boxForm .inner form dl dd textarea {
    height: 200px;
  }
  #recruit .boxForm .inner form .boxPrivacy h5 {
    font-size: 4vw;
  }
  #recruit .boxForm .inner form .boxPrivacy .confirmationArea {
    margin: 0 0 30px 0;
    padding: 10px;
  }
  #recruit .boxForm .inner form .boxPrivacy .confirmationArea > p {
    margin: 0 0 30px 0;
    font-size: 4vw;
  }
  #recruit .boxForm .inner form .boxPrivacy .confirmationArea .box1 {
    margin: 0 0 30px 0;
  }
  #recruit .boxForm .inner form .boxPrivacy .confirmationArea .box1 h6 {
    margin: 0 0 10px 0;
    font-size: 4vw;
  }
  #recruit .boxForm .inner form .boxPrivacy .confirmationArea .box1 p {
    font-size: 4vw;
  }
  #recruit .boxForm .inner form .boxPrivacy .consent {
    margin: 0 0 30px 0;
  }
  #recruit .boxForm .inner form .boxPrivacy .consent label {
    font-size: 4vw;
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
