@charset "utf-8";
html,body{
    overflow-x:hidden;
}
/* _____________HEADER_____________ */
#environment{
    overflow-x: hidden;
    padding-bottom: 35px
}
#environment .breadCrumb{
    justify-content: flex-end;
    padding-top: 115px;
    padding-bottom: 6px
}
#environment .breadCrumb li:last-child{
    margin-right: 0px
}
.careers_top_header h1 {
    font-size: 48px;
    font-weight: bold;
    padding: 0;
    margin-left: 60px;
    line-height: 1.2;
}
/*.recruitUnderlayer .recruitUnderlayer_top_image {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1)), url(../images/recruit/environment/environment_top.jpg)no-repeat center/100%;
}*/

/*.careers_top_header {
  background-image:url(../images/recruit/environment/environment_top.jpg);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
  background-position: left center;
  max-width: 100%;
  margin-right: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  margin-left: 8%;
  background-size: cover;
}*/
.careers_top_header {
    background-image: url(../images/recruit/environment/environment_top.jpg);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    background-position: left center;
    max-width: 100%;
    margin-right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    margin-left: 8%;
    background-size: cover;
}
.h3_leftredcircle{
    margin-bottom: 15px
}
.lowerpage_firstsection {
    position: static;
}
.careers_top_header h1 span {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
}

/* _____________BENEFIT_____________ */
#benefit{
    margin-top: 85px
}
#benefit .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#benefit .inner .content {
    max-width: calc(1080px * 0.6);
    padding: 30px 0 30px 30px;
    margin: 0 auto 0 0;
}
#benefit .inner .content p{
    line-height: 35px
}
#benefit .background_benefit {
    background: url(../images/recruit/environment/environment_benefit_bg.png),no-repeat,100%;
    background-size: 100%;
    background-position: top 30% right 0;
    height: 400px;
    width: calc(50vw + 50%);
    margin-left: calc(50% - 70vw);
    border-top-right-radius: 20px;
}

#benefit .textbox {
    width: calc(50vw + 10%);
    margin-left: calc(50vw - 10%);
    padding: 30px;
    background: var(--white);
    position: relative;
    top: -300px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}

#benefit .textbox .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

#benefit .flex {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

#benefit h3 {
    width: 100%;
    padding: 30px;
    font-size: 24px;
    color: var(--red);
}

#benefit h3 span {
    color: var(--black);
}

#benefit .icon_01 {
    background: url(../images/recruit/environment/environment_benefit_icon_childcare.png) no-repeat;   
}

#benefit .icon_02 {
    background: url(../images/recruit/environment/environment_benefit_icon_care.png) no-repeat;   
}

#benefit .icon_03 {
    background: url(../images/recruit/environment/environment_benefit_icon_housing.png) no-repeat;   
}

#benefit .icon_04 {
    background: url(../images/recruit/environment/environment_benefit_icon_holiday.png) no-repeat;   
}

#benefit .icon_05 {
    background: url(../images/recruit/environment/environment_benefit_icon_vacation.png) no-repeat;   
}

#benefit .icon_06 {
    background: url(../images/recruit/environment/environment_benefit_icon_insurance.png) no-repeat;   
}

#benefit .icon_07 {
    background: url(../images/recruit/environment/environment_benefit_icon_longservice.png) no-repeat;   
}

#benefit .icon_08 {
    background: url(../images/recruit/environment/environment_benefit_icon_qualification.png) no-repeat;   
}

#benefit .icon_09 {
    background: url(../images/recruit/environment/environment_benefit_icon_recreation.png) no-repeat;   
}

#benefit .icon_10 {
    background: url(../images/recruit/environment/environment_benefit_icon_socialgathering.png) no-repeat;   
}


#benefit .icon_01,
#benefit .icon_02,
#benefit .icon_03,
#benefit .icon_04,
#benefit .icon_05,
#benefit .icon_06,
#benefit .icon_07,
#benefit .icon_08,
#benefit .icon_09,
#benefit .icon_10 {
    height: 80px;
    width: 80px;
    background-size: contain;
    margin: 0 auto;
}

#benefit .list {
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 80px;
    width: 100%;
}
#benefit .amtop {
    margin-top: -150px
}
#benefit .list .detail {
    max-width: 320px;
    width: 100%;
    padding-bottom: 50px;
}

#benefit .list .detail .title {
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

#benefit .list .detail .text {
    font-size: 14px ;
    width: 320px
}

/* _____________EDUCATION_____________ */
#education .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#education .inner .content {
    max-width: calc(1080px * 0.46);
    float: right;
}
#education .inner .content p{
    text-align: justify;
}
#education .textbox {
    width: calc(50vw);
    margin-right: calc(50vw);
    padding: 55px 45px;
    background: var(--white);
    position: relative;
    top: -305px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
}

#education .textbox .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px
}

#education .background_education {
    background: url(../images/recruit/environment/environment_education_bg.png),no-repeat,100%;
    background-size: 100%;
    background-position: top 30% right 0;
    height: 400px;
    width: calc(50vw + 50%);
    margin-right: calc(50% - 70vw);
    border-top-right-radius: 20px;
    background-repeat: no-repeat;
}

#education .detail {
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 100px;
}
#education .detail .explanation {
    width: 100%;
}
.office_oomori {
    height: 100%;
    width: calc(50vw + 50%);
    margin-right: calc(50% - 50vw);
    background-size: 100% auto;
    background-color: white;
}
.office_oomori img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}
.office_nagoya {
    display: flex;
    height: 100%;
    width: calc(50vw + 50%);
    margin-left: calc(50% - 50vw);
    background-size: 100% auto;
}
.office_nagoya img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}
.first_detail{
    margin-top: -200px
}

#education .detail .photo01,
#education .detail .photo02,
#education .detail .photo03,
#education .detail .photo04,
#education .detail .photo05 {
    width: 40%;
    height: 400px;
    border-radius: 20px;
    background-size: cover;
}

#education .detail .title {
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 20px 0;
    width: 100%;
}

#education .detail .code_point01,
#education .detail .code_point02 {
    list-style: disc;
    padding-left: 2em;
}

#education .detail .code_point01 li:last-child {
    list-style: none;
    margin-left: -20px;
    font-size: 14px
}

.row-reverse {
    flex-direction:row-reverse
}
.recruit_section ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.recruit_section ul li a{
    max-width: 480px;
    display: flex;
    justify-content: space-between;
    background-color: #fff
}
.recruit_section ul li a div{
  overflow: hidden;
}
.recruit_section ul li a img{
  transition: all 1s;
  -webkit-transform: scale(1);
            transform: scale(1);
}
.recruit_section ul li a:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.recruit_section ul li .text{
    padding: 25px
}
.recruit_section ul li .text a{
    width: 100%;
    display: block;
    font-weight: bold;
    background-image:url(../images/senior/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    background-size: 10px 20px
}

@media screen and (max-width: 768px) {
    .careers_top_header{
        height: 100px
    }
    #benefit {
        margin-top: 50px;
    }
    .office_oomori,.office_nagoya{
        width: 100%
    }
    .office_nagoya{
        margin-left: 0px
    }
    .careers_top_header h1 {
      font-size: 35px;
      margin-left: 35px
    }
    .recruit_section ul{
      display: block;
    }
    .job_row .content{
      width: 100%;
      border-left: 0px solid #ccc;
      padding: 10px 0px 
    }
    .recruit_section ul li a{
      width: 100%;
      margin-bottom: 25px;
      max-width: 100%
    }
    .recruit_section ul li .text{
      width: 100%;
      padding: 15px;
    }
    .first_detail{
        margin-top: 0px
    }
    #benefit .amtop {
        margin-top: 0px;
       
    }
    #benefit .list{
        
    }
    #environment .breadCrumb{
        padding-top: 70px;
    }
    /* _____________BENEFIT_____________ */
#benefit .inner .content {
    max-width: 100%;
    padding: 30px;
    margin: 0;
}

#benefit .background_benefit {
    background-size: cover;
    background-position: top 30% right 0;
    height: 250px;
    width:100%;
    margin:0 auto;
    border-top-right-radius: 0;
}

#benefit .textbox {
    width: 100%;
    padding: 0;
    position: static;
    margin:20px auto 50px auto;
}

#benefit .textbox .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#benefit h3 {
    width: 100%;
    padding: 30px;
    font-size: 16px;
    color: var(--red);
}

#benefit h3 span {
    color: var(--black);
}

#benefit .list .detail {
    max-width: none;
    width: 100%;
    padding: 0 30px 50px 30px;
}

#benefit .list .detail .title {
    font-size: 16px;
}

#benefit .list .detail .text {
    font-size: 14px ;
    margin: 0px auto;
    width: 100%
}

/* _____________EDUCATION_____________ */
#education .inner .content {
    max-width: 100%;
    padding: 30px;
    margin: 0;
}

#education .background_education {
    background-size: cover;
    background-position: top 30% right 0;
    height: 250px;
    width:100%;
    margin:0 auto;
    border-top-right-radius: 0;
}

#education .textbox {
    width: 100%;
    padding: 0;
    position: static;
    margin:20px auto 50px auto;
}

#education .textbox .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#education .detail {
    margin-bottom: 0;
}

#education .detail .explanation {
    width: 100%;
    margin: 25px 0px;
}

#education .detail .photo01,
#education .detail .photo02,
#education .detail .photo03,
#education .detail .photo04 {
    width: 80%;
    height: 200px;
    background-size: cover;
    margin: 20px auto 50px auto;
}

#education .detail .photo05 {
    width: 80%;
    height: 200px;
    background-size: cover;
    margin: 20px auto 0 auto;
}

#education .detail .title {
    font-size: 16px;
    font-weight: bold;
    margin: 50px 0 20px 0;
    width: 100%;
}

#education .detail .code_point {
    list-style: disc;
    padding-left: 2em;
}


.row-reverse {
    flex-direction:row-reverse
}

}