@charset "UTF-8";
.sp-only{
    display: none;
}
.job{
   max-width: 960px;
      margin: 100px auto 0 auto;
}
.job > div{
    display: block;
}
.job .h1ttl img{
    max-width: none !important;
    height: auto !important;
}
.job .h2ttl{
    text-align: right;
}
.job,.job-flow{width: 95%;}
.job__caption {
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
    max-width: 750px;
margin: 60px auto;
}
.sub_container_wrap_m .h2ttl {
    font-size: 38px;
    text-align: right;
}
.job__type-wrap--contents1,.job__type-wrap--contents2,.job__type-wrap--contents3{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
   height: 142px;
    max-width: 880px;
    overflow: hidden;
    margin: 20px auto;
}

.job-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    z-index: -1; /* コンテンツの下に配置 */
}

/* 各クラスの背景画像をjob-bgに移動 */
.job__type-wrap--contents1 .job-bg {
    background-image: url(../../images/recruit/job/job-01.png);
}
.job__type-wrap--contents2 .job-bg {
    background-image: url(../../images/recruit/job/job-02.png);
}
.job__type-wrap--contents3 .job-bg {
    background-image: url(../../images/recruit/job/job-03.png);
}

/* ホバー時のアニメーション */
.job__type-wrap--contents1:hover .job-bg,
.job__type-wrap--contents2:hover .job-bg,
.job__type-wrap--contents3:hover .job-bg {
    transform: scale(1.1);
}s
.job__type-wrap{
    margin: 0 auto;
    max-width: 890px;
}
.job__type-wrap--contents1 h3 img,.job__type-wrap--contents2 h3 img,.job__type-wrap--contents3 h3 img{
    max-height: 40px;
}
.job__type-wrap h3{
    font-size: 22pt;
    text-align: center;
    color: #fff;
    line-height: 1;
  padding-top: 30px;
}
.job__type-wrap--contents1::before,.job__type-wrap--contents2::before,.job__type-wrap--contents3::before{
    content: "";
    transform: rotate(-45deg);
    display: block;
    width: 60px;
    position: relative;
    left: 0px;
    top: 16px;
    border: 0;
    border-top: 5px solid #fff;
    margin-left: -20px;
}

.job__type-wrap--contents1::after,.job__type-wrap--contents2::after,.job__type-wrap--contents3::after{
content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
}
.job-flow{
        margin-bottom: 300px;
      max-width: 1130px;
    margin: 0 auto 0px auto;
}
.job-flow__wrap--contents-number img{
    height: 26px;
    width: 26px;
    margin-left: 50px;
}
.job-flow__wrap--contents-img{
height: 86px;
    width: 86px;
    margin-top: -10px;
    object-fit: contain;
}
.job-flow__wrap--contents{
    max-width: 190px;
        margin: 0 auto;
}
.job-flow__wrap--contents div{
    text-align: center;
}
.job-flow__wrap--contents h4{font-size: 21px;
    text-align: center;
}
.job-flow__wrap{
    display: flex;
    justify-content: space-between;
}
.arrow{
    content: "";
      width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #bebebe;
  border-right: 0;
  margin-top: 12%;
}
.job-flow h2{
text-align: center;
font-size: 30px;
font-weight: 900;
margin: 80px auto 30px auto;
}

/*業務の詳細記事*/
.application-header img{
max-height: 90px;
    object-fit: contain;
}
.application-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 20px;
}

.application-header img {
  max-width: 100%;
  height: auto;
}
.job-details, .propriety{
  margin-top: 40px;
}
.job-details p{
    font-size: 17px;
}
.application-requirements {
    max-width: 810px;
    margin: 0 auto;
}
.application-requirements dl {
  border-top: 1px solid #ccc;
}

.application-requirements dt {
 font-weight: bold;
    font-size: 21px;
    padding-right: 50px;
  width: 180px;
}
.application-requirements div{
      border-bottom: 1px solid black;
      display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.application-requirements dd{
    font-size: 17px;
}
@media only screen and (min-width: 851px) {
.application-requirements div{align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;}
}
.job-details h2,.propriety h2{
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}
.application-requirements dd {
    width: 70%;
}
.application-header{
    text-align: center;
}
.job-details h2{text-align: center;}
.propriety{margin-bottom: 0px;}
.pre-wrap{white-space: pre-wrap; }
@media only screen and (max-width: 1100px) {
.job-flow__wrap{
    flex-direction: column;
    max-width: 350px;
        margin: 0 auto;
}
.job-flow__wrap--contents {
    max-width: 322px;
}
.arrow{
    content: "";
width: 0;
        height: 0;
        border-style: solid;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 20px solid #bebebe;
        border-bottom: 0;
                margin: 20px auto;
}
}

@media only screen and (max-width: 850px) {
    .job {
    margin: 0px auto 0 auto;
}
.job__type-wrap--contents2 h3 img, .job__type-wrap--contents3 h3 img {
    max-height: 60px;
}
.job__type-wrap h3 {
    font-size: 14pt;
}
.job__type-wrap h3 {
    line-height: 1.3;
}
.job__type-wrap--contents1 h3 img{
    max-height: 26px;
}
.job__type-wrap--contents1  h3 {
    padding-top: 40px;
}
.job__caption {
margin: 0px auto; 
}
.sub_container_wrap_m .h2ttl {
    font-size: 18px;
}
.sp-only{
    display: flex;
}
.pc-only{
    display: none;
}
.job h1.h1ttl img {
 /* max-height: 40px; */
}
.application-requirements div {
    flex-direction: column;
}
.application-requirements dd {
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
.job-details p,
.application-requirements dd{
    font-size: 14px;
}
}
@media only screen and (max-width: 495px) {
.job, .job-flow {
   width: 100%; 
}
    .job__caption {
        text-align: left;
                font-size: 14px;
    }
}