@charset "UTF-8";
.career .sec01{
  height: 35vw;
  background: url("../../assets/images/career/bg_career.png") center / cover;
}
.sec01_ttl img {
    max-width: 380px;
}

.sec_wrap.wrap_bg {
    background: #F6FCFE;
}
.sec_wrap .insec_ttl {
    padding: 30px 0;
}
.sec_wrap .inner {
    max-width: 1001px;
    margin: 0 auto;
    padding: 0 20px;
}
.sec_wrap .inner {
    padding: 50px 20px;
}
.sec_wrap p.txt {
    font-size: 20px;
    padding-top: 29px;
    line-height: 2;
    color: #333333;
}
.sec_wrap p.txt + h2.sec_ttl {
    padding-top: 50px;
}
.sec_wrap .img {
    padding-top: 50px;
}
.sec_wrap .aco_wrap {
    display: none;
        padding-top: 50px;
    padding-bottom: 100px;
}
.sec_wrap .aco_cont{
  position: relative;
}
.sec_wrap .js-accottl{
    z-index: 10;
    position: relative;
}
.sec_wrap .js-accottl.active {
position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
}
.sec_wrap .js-accottl {
    max-width: 600px;
    margin: 30px auto;
    display: block;
}
.sec_wrap .js-accottl .close {
    display: none;
}
.sec_wrap .js-accottl.active .close{
display: block;
}
.sec_wrap .js-accottl.active .open{
display: none;
}
.sec_wrap .bg_box {
    background: #F1F5F6;
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
}
.sec_wrap .bg_box + .bg_box{
    margin-top: 50px;
}
.sec_wrap .bg_box .ttl {
    font-size: 24px;
    color: #fff;
    background: #2EAAB8;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 20px 20px 0 0;
    margin-bottom: 30px;
}
.insec_ttl img[src*="3-2-1"] {
    max-width: 562px;
    margin: 0 auto 0 0;
}
.sec_wrap .col2 {
    display: flex;
    padding-bottom: 50px;
}
.col2 .img {
    width: 300px;
    padding-left: 20px;
}
.col2 .txt {
    width: calc(100% - 300px);
}
.sec_wrap .img_wrap {
    display: flex;
    justify-content: space-between;
}
.img_wrap .item {
    width: calc((100% - 40px)/2);
    background: #fff;
    border-radius: 20px;
    margin-top: 20px;
}
.img_wrap .item a {
    background: #2EAAB8;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
}
.img_wrap .item img {
    max-width: 180px;
    margin: auto;
    display: block;
}
.sec_wrap .img + .sec_ttl {
    padding-top: 50px;
}
.img_wrap-01 {
display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}
.img_wrap-01 .img {
    width: 30%;
    padding: 0;
}
.img_wrap-01 .img figcaption,
.img_wrap-02 .img figcaption {
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.img_wrap-01 .txt {
    margin-left: 20px;
    font-size: 18px;
    width: calc(100% - 340px);
    line-height: 2;
}
.img_wrap-02 {
    display: flex;
    align-items: center;
}
.img_wrap-02 > * {
    width: 48%;
    margin: 1% !important;
    padding: 0 !important;
}
.sec_wrap .insec_ttl + .txt {
    padding-top: 0;
}
.sec_wrap p.txt .sb {
    color: #2EAAB8;
}
.sec_wrap .img + a {
    font-size: 14px;
    text-align: right;
    margin: 10px 0 0 auto;
    display: inline-block;
    width: 100%;
}
.sec02-col2 {
    display: flex;
    margin-top: 40px;
    padding-bottom: 40px;
}

.sec02-col2 .img {
    padding-top: 10px;
    max-width: 404px;
}

.sec02-col2 .txt {
    width: calc(100% - 404px);
}
@media screen and (max-width:767px){
  .career .sec01{
    background: url("../../assets/images/career/bg_career-sp.png") center / cover;
    background-position: center 25%;
    height: 48vh;
  }
.sec_wrap p.txt {
    font-size: 16px;
}
.sec_wrap .col2 {
    display: block;
}
.col2 .txt {
    width: 100%;
}
.sec_wrap .img_wrap {
    display: block;
}
.img_wrap .item {
    width: 100%;
}
.sec_wrap .img{
    width: 100%;
}
.insec_ttl img[src*="3-2-1"]{
    max-width: 100%;
}
.sec_wrap .img img {
    max-width: none;
    width: 100%;
}
.sec_ttl .sp {
    width: 100%;
}
.img_wrap-01 {
    flex-wrap: wrap;
}
.img_wrap-01 .txt {
    width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
}
.img_wrap-02 {
    display: block;
}
.img_wrap-02 > * {
    margin: 0 0 10px !important;
}
.sec_wrap .insec_ttl img.sp {
    width: 100%;
}
.sec02-col2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.sec02-col2 .txt {
    width: 100%;
}

.sec02-col2 .img {
    width: 100%;
    margin: 0 auto;
}
}