@charset "UTF-8";
b{
    font-weight: bold;
}
/* 色 */
/* 
パターン「１」グリーン系
image-color:#28A492
v2:#68c1b3
v3:#d3e1de
link-color:#E4E47F
obi-color:#EBF0F7
パターン「２」ブルー系
image-color:#3A90AC
v2:#6cacc2
v3:#bcd5dd
link-color:#ECEC7D
obi-color:#EBF0F7
パターン「３」イエロー系
image-color:#F3CE3C
v2:#efd982
v3:#f5e9b8
link-color:#231F20
obi-color:#EBF0F7
*/
.image-color{
    background-color: #F3CE3C;
}
.image-color-v2{
    /* 薄め */
    background-color: #efd982;
}
.image-color-v3{
    /* さらに薄く */
    background-color: #f5e9b8;
}
.image-color-text{
    /* image-colorと同じ */
    /* color: #F3CE3C; */
}
.link-color{
    /* 指定 */
    background-color:#231F20;
}
.obi-color{
    /* 指定 */
    background-color:#EBF0F7;
}
.choice1-rec-1::before{
    /* image-colorと同じ */
    background-color: #F3CE3C;
    color: white;
}
.choice2-rec-1::before{
    /* image-colorと同じ */
    background-color: #F3CE3C;
    color: white;
}
.choice3-rec-main2::before{
    /* image-colorと同じ */
    background-color: #F3CE3C;
    color: white;
}
.wants_detail_wrap dl {
    /* image-colorと同じ */
    background-color: #F3CE3C;
}
/* JQの法も変更忘れずに！！ */


/* ヘッダーとメイン */
body{
    font-family: "Microsoft YaHei", sans-serif;
}
.header-rec{
    margin: 0 2% 1% ;
    display: flex;
}
.header-rec p{
    font-weight: 600;
    margin: auto 10px 0;
}
.main-rec{
    vertical-align: baseline;
}
.main-rec img{
   width: 100%;
   background-size: cover;
   vertical-align: bottom;
}
.mobile-views{
    display: none;
}
/* do */
.do-rec{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 105px;
}
.do-text-3-weight{
    font-weight: 700;
}
.do-text-1{
    font-size: 35px;
    font-weight: 600;
    position: relative;
    width: 590px;
    margin: 0 auto;
    letter-spacing: 1.5px;
}
.do-text-1::before{
    content: "";
    background-image: url(/m/cmn_files/img_rwd/recruit_v2/do-decoi-1.png);
    position: absolute;
    width: 585px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 30px;
}
.do-text-1 p{
    line-height: 65px;
}
.marker{
    background: linear-gradient(transparent 80%, #DDDB24 60%);
    display: inline-block;
    height: 45px;
}
.do-text-2{
    font-size: 50px;
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: 9.5px;
}
.do-text-2 span{
    font-size: 85px;
}
.do-text-3{
    font-size: 27px;
}
.do-text-3 p{
    line-height: 55px;
    margin-top: 18px;
}
/* contents */
.contents-rec{
    position: relative;
    margin: auto;
    position: relative;
    margin-top: 80px;
}
.content-rec{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.content-rec::before{
    content: "";
    background-image: url(/m/cmn_files/img_rwd/recruit_v2/sp-content-tag.png);
    position: absolute;
    width: 33%;
    height: 24%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 33%;
    top: 7%;
}
.content-rec::after{
    content: "";
    background-image: url(/m/cmn_files/img_rwd/kein-over.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: -webkit-fill-available;
    height: 46%;
    left: 52%;
    bottom: 0
}
.items-rec{
    display: flex;
    text-align: center;
    width: 70%;
    margin: auto;
    padding: 11% 0 15% 0;
    z-index: 100;
    justify-content: center;
}
.items-rec a{
    font-size: 20px;
    display: inline-block;
    height: 120px;
}
.item-rec{
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    margin: 45px 35px;
    position: relative;
}
.item-rec:before {
    content: '';
    position: absolute;
    left: 80px;
    bottom: 21px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 3px solid;
    border-color: transparent transparent #D3CAAA #D3CAAA;
    transform: rotate(-45deg);
    color: black;
    transform: rotate(270deg);
}
.single{
    transform: rotate(-45deg);
    margin-top: 45px;
    color: white;
    font-weight: 600;
}
.double{
    transform: rotate(-45deg);
    margin-top: 40px;
    color: white;
    font-weight: 600;
}
.text-rec{
    color: black;
    margin-left: 17%;
    margin-top: -8%;
    padding-bottom: 6%;
}
.text-rec p{
    width: 60%;
    padding-bottom: 2%;
    line-height: 200%;
    margin-left: 12%;
    font-size: 1.8rem;
}
/* 選択１ */
#choice1-rec{
    max-width: 1200px;
    margin: 0 auto;
    /* padding-top: 60px;
    margin-top: -60px; */
    padding-top: 100px;
    margin-top: -100px;
}
.choice1-rec-main {
    text-align: center;
    padding: 80px 0 55px;
}
.choice1-rec-main img{
    width: 270px;
}
.choice1-rec-1{
    width: 91%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.choice1-rec-1::before{
    content: "世界共通の不動産ブランド「センチュリー21」";
    position: absolute;
    /* background-image: url(/m/cmn_files/img_rwd/recruit_v2/choice-rec-text2.png); */
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 9%;
    right: 10px;
    text-align: center;
    padding: 15px;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.choice1-rec-1 img{
    width:550px;
}
.choice1-title-img{
    width: 100%;
}
.choice1-rec-maintext{
    
}
.choice1-det{
    width: 80%;
    margin: 22% auto 0;
    font-size: 17px;
    font-weight: 600;
}
.choice1-det p{
    line-height: 33px;
}
.choice1-rec-text{
    width: 77%;
    margin: 2% auto 10%;
    line-height: 33px;
    font-size: 17px;
}
/* 選択② */
#choice2-rec{
    max-width: 1200px;
    margin: auto;
}
.choice2-rec-main {
    width: 35%;
    margin: 5% auto;
}
.choice2-rec-1{
    width: 91%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.choice2-rec-1::before{
    content: "種類豊富な研修コース";
    position: absolute;
    /* background-image: url(/m/cmn_files/img_rwd/recruit_v2/choice2-rec-text.png); */
    width: 54%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    text-align: center;
    font-size: 21px;
    top: -8%;
    padding: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.choice2-rec-1 img{
    width:520px;
}
.choice2-rec-maintext{
    width: 42%;
    margin: 7% auto 0;
    font-size: 17px;
    font-weight: 600;
}
.choice2-rec-maintext p{
    line-height: 33px;
}
.choice2-rec-2{
    max-width: 78%;
    margin: 0px auto; 
    position: relative;
}
.choice2-rec-2::before{
    content: "";
    background-image: url(/m/cmn_files/img_rwd/recruit_v2/choice2-rec-title-back.png);
    width: 92%;
    height: 700px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: -30px;
    opacity: 0.2;
}
.memo-box{
    margin-top: 82px;
    margin-left: -27px;
}
.choice2-rec-title{
    display: flex;
    margin: 0 auto;
    margin-top: 32px;
}
.choice2-rec-title img{
    height: 40px;
}
.crt-2 img{
    height: 40px;
}
.crt-3 img{
    height: 40px;
}
.crt-4 img{
    height: 40px;
}
.choice2-rec-title p{
    font-weight: bolder;
    margin: auto 3%;
    font-size: 18px;
}
.choice2-rec-text{
    width: 80%;
    margin: 15px 80px;
    font-size: 17px;
}
.choice2-rec-text p{
    line-height: 33px;
}
.choice2-rec-2-img-2{
    display: none;
}
/* 選択③ */
#choice3-rec{
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding-top: 150px;
}
.choice3-rec-main2::before{
    content: "世界共通の称号を目標に！";
    /* background-image: url(/m/cmn_files/img_rwd/recruit_v2/choice3-rec-mark.png); */
    width: 49%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 150px;
    text-align: center;
    padding: 15px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.choice3-rec-main{
    display: flex;
    justify-content: space-evenly;
}
.choice3-rec-main2{
    width: 49%;
}
.choice3-rec-main2 p{
    width: 95%;
    font-size: 17px;
    line-height: 33px;
    margin: 15% 0px 0 9%;
    font-weight: 600;
}
.choice3-rec-main2-img{
    width: 58%;
}
.choice3-rec-text{
    width: 76%;
    margin: 65px auto 7%;
}
.choice3-rec-text p{
    line-height: 33px;
    font-size: 17px;
}
/* 選択④ */
#choice4-rec{
    /* margin-top: -60px;
    padding-top: 60px; */
        padding-top: 100px;
        margin-top: -100px;
}
.choice4-backcolor{
    background-color: #F0EDE8;
    padding-bottom: 5%;
}
.choice4-rec-top{
    text-align: center;
    padding: 80px 0 95px;
}

.choice4-rec-top img{
    width: 270px;
}
.choice4-rec-message{
    display: flex;
    max-width: 1200px;
    margin: 0 auto 0;
}
.choice4-rec-img{
    width: 44%;
    margin-left: 110px;
    position: relative;
}
.choice4-rec-img img{
    width: 480px;
    height: 330px;
    object-fit: cover;
}
.choice4-rec-img::before{
    content: "";
    width: 93%;
    position: absolute;
    border: 4px solid #DCDA67;
    height: 315px;
    top: -45px;
    left: -50px;
    /* opacity: 0.5; */
}
.choice4-rec-img p{
    text-align: center;
    margin: 5% 0;
    font-size: 17px;
    line-height: 33px;
    max-width: 480px;
}
.choice4-rec-text{
    width: 40%;
    height: 100%;
    margin-left: 2%;
}
.choice4-rec-text h4{
    text-align: center;
    /* color: #3AA6AA; */
    margin: 9% 0 0;
    font-size: 20px;
    font-weight: bolder;
    line-height: 30px;
}
.choice4-rec-text p {
    margin: 6% 8% 8%;
    line-height: 28px;
    font-size: 16px;
}

/* 募集要項 */
.wants_detail {
    width: 100%;
    padding-top: 100px;
    margin-top: -100px;
}
.wants_detail_wrap {
    width: 1200px;
    margin: 0 auto;
}
.wants_detail_ttl {
    text-align: center;
    margin-top: 80px;
}
.wants_detail_ttl img{
    width: 270px;
}
.wants_detail_btn {
    width: 780px;
    margin: 55px auto 15px;
}
.clear_fix {
    zoom: 1;
}
.wants_detail_btn li:nth-child(1) {
    
}
.wants_detail_btn li {
    width: 245px;
    height: 100x;
    margin-right: 2%;
    float: left;
    text-align: center;
}
/* .wants_detail_btn li a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 24px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 6px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);
} */
.wants_detail_btn li:last-child {
    margin-right: 0;
}
.wants_detail_btn li:nth-child(2) {
    background-color: #efd982;
}
.wants_detail_btn li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 105px;
}
/* .wants_detail_btn li a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 24px;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 6px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-45deg);
} */

.clear_fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.wants_detail_wrap dd {
    float: right;
    width: 70%;
    padding: 20px 40px;
    background-color: #f6f7f7;
}
.wants_detail_wrap dd p {
    font-size: 15px;
    line-height: 1.7;
}
.clear_fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.work_point{
    width: 840px;
    margin: auto;
}
.work_point_3{
    width: 840px;
    margin: auto;
}
.wants_detail_wrap dl {
    margin-bottom: 10px;
    margin-left: 30px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.wants_detail_wrap dt {
    float: left;
    width: 30%;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.letter-spase{
    margin-top: 10px;
}
/*  フッター */
#footer-rec{
        padding-top: 100px;
            margin-top: -100px;
    /* padding-top: 60px;
    margin-top: -60px; */
}
.footer-rec-contents{
    width: 100%;
    background-color: #EBF0F7;
}
.footer-rec-2{
    width: 1200px;
    margin: 60px auto 0;
}
.footer-rec-text {
    text-align: center;
    font-size: 30px;
    padding: 5% 0 0;
    /* color: #5baaa9; */
    font-weight: 800;
}
.footer-rec-num {
    text-align: center;
    color: white;
    display: block;
    width: 460px;
    margin: 20px auto;
    padding: 2% 0px;
    font-size: 38px;
}
.footer-rec-text2{
    text-align: center;
    padding-bottom: 60px;
    font-size: 15px;
    line-height: 30px;    
}

@media screen and (max-width:900px) {
    /* 共通 */
    .pc-views{
        display: none;
    }
    .mobile-views{
        display: block;
    }
    /* ヘッダー */
    .header-rec{
       
    }
    /* ロゴとメイン画像  */
    .header-rec{
        display: none;
    }
    .main-rec{
        margin-top: 25px;
    }
    /* do */
    .do-rec{
        margin-top: 35px;
        width: 100%;
    }
    .do-text-1{
        font-size: 15px;
        width: 240px;
    }
    .marker{
        height: 20px;
    }
    .do-text-1::before{
        width: 270px;
        top: 10px;
        left: -15px;
    }
    .do-text-1 p{
        line-height: 27px;
    }
    .do-text-2{
        font-size: 20px;
        margin-top: 30px;
        letter-spacing: 2.5px;
    }
    .do-text-2 span{
        font-size: 30px;
        margin-top: 10px;
    }
    .do-text-3{
        font-size: 12px;
        margin-top: 10px;
    }
    .do-text-3 p{
        line-height: 25px;
        margin-top: 5px;
    }
    /* contents */
    .contents-rec{
        height: 440px;
        position: relative;
        margin-top: 40px;
    }
    .contents-rec::before{
        content: "";
        background-image: url(/m/cmn_files/img_rwd/recruit_v2/contents-girl.png);
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        width: 50%;
        height: 45%;
        left: 20px;
        bottom: 0;
    }
    .content-rec-img1{
        width: 75%;
        margin: auto;
        padding: 10px 0;
    }
    .text-rec-mob{
        text-align: center;
        font-size: 12px;
        color: black;
    }
    .text-rec-mob p{
        line-height: 20px;
    }
    .links-mob{
        width: 70%;
        margin: auto;
    }
    .link-group{
        display: flex;
        justify-content: space-between;
    }
    .link-mob{
        width: 90px;
        height: 90px;
        text-align: center;
        transform: rotate(45deg);
        position: relative;
    }
    .link-mob::before{
        content: '';
        position: absolute;
        left: 60px;
        bottom: 15px;
        display: inline-block;
        width: 15px;
        height: 15px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 3px solid;
        border-color: transparent transparent #D3CAAA #D3CAAA;
        transform: rotate(-45deg);
        color: black;
        transform: rotate(270deg);
    }
    .link-mob p{
        margin-top: 28px;
        font-size: 17px;
        color: white;
        font-weight: 800;
        display: inline-block;
        transform: rotate(-45deg);
    }
    .link-mob-2{
        width: 90px;
        height: 90px;
        text-align: center;
        transform: rotate(45deg);
        position: relative;
    }
    .link-mob-2::before{
        content: '';
        position: absolute;
        left: 60px;
        bottom: 15px;
        display: inline-block;
        width: 15px;
        height: 15px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border: 3px solid;
        border-color: transparent transparent #D3CAAA #D3CAAA;
        transform: rotate(-45deg);
        color: black;
        transform: rotate(270deg);
    }
    .link-mob-2 p{
        margin-top: 35px;
        font-size: 17px;
        color: white;
        font-weight: 800;
        display: inline-block;
        transform: rotate(-45deg);
    }
    .center-mob{
        margin: -3px auto 0;
    }
    .left-mob{
        margin: -3px 0 0 auto;
    }
    /* 選択① */
    .choice1-title{
        position: absolute;
        width: 95%;
        right: 0;
    }
    .choice1-title img{
        width: 100%;
        height: 30px;
    }
    .choice1-title-img img{
        width: 95%;
    }
    .choice1-rec-main{
        padding: 15px 0 20px;
    }
    .choice1-rec-main img {
        width: 40%;
        margin: 20px auto 15px;
    }
    .choice1-rec-1{
        width: 100%;
        display: block;
    }
    .choice1-rec-1::before {
        width: 95%;
        top: -15px;
        right: 0;
        padding: 10px;
        font-size: 14px;
    }
    .choice1-rec-maintext {
        width: 85%;
        margin: 10px auto 0;
        font-size: 14px;
        font-weight: 600;
    }
    .choice1-det{
        width: 100%;
        margin: 10px auto;
        font-size: 16px;
    }
    .choice1-rec-maintext p{
        line-height: 25px;
    }
    .choice1-rec-text {
        width: 85%;
        line-height: 25px;
        font-size: 15px;
        margin-top: 5px;
    }
    
    /* 選択② */
    .memo-box{
        margin-left: 0px;
        margin-top: 40px;
    }
    .choice2-title{
        position: absolute;
        width: 60%;
        top: -15px;
    }
    .choice2-title img{
        height: 30px;
    }
    .choice2-rec-1{
        width: 100%;
        margin: 30px auto 0;
        display: block;
        text-align: end;
    }
    .choice2-title-img img {
        width: 92%;
    }
    .choice2-rec-1::before {
        width: 53%;
        font-size: 14px;
        top: -13px;
        left: 0;
        padding: 9px 0 8px;
    }

    .choice2-rec-title{
        width: 80%;
        display: block;
        margin-top: 25px;
    }
    .choice2-rec-title img{
        height: 35px;
    }
    .crt-2 img{
        height: 35px;
    }
    .crt-3 img{
        height: 35px;
    }
    .choice2-rec-title p{
        font-size: 16px;
        width: 100%;
        margin: 3px 0 10px 10px;
    }
    .choice2-rec-maintext {
        width: 85%;
        font-size: 16px;
        line-height: 25px;
        text-align: start;
        margin: 10px 25px 0px auto;
    }
    #choice2-rec{
        margin-top: 80px;
    }
    .choice2-rec-2{
        max-width: 99%;
    }
    .choice2-rec-2::before{
        width: 100%;
        height: 890px;
    }
    .choice2-rec-text{
        font-size: 15px;
        margin: 0 auto;
        width: 77%;
        margin-top: 5px;
    }
    .choice2-rec-text p{
        line-height: 25px;
    }
    .choice2-rec-2-img{
        display: none;
    }
    .choice2-rec-2-img-2{
        display: block;
        margin-top: 30px;
    }
    .choice2-rec-maintext p{
        line-height: 25px;
    }
    /* 選択③ */
    #choice3-rec{
        margin-top: 90px;
        padding-top: 0;
    }
    .obi-3{
        width: 70%;
        float: left;
        height: 30px;
    }
    .choice3-rec-main2 {
        width: 100%;
        text-align: center;
    }
    .choice3-rec-main2::before{
        content: "世界共通の称号を目標に！";
        width: 75%;
        top: -10px;
        padding: 10px;
        font-size: 14px;
        left: 0;
    }
    .choice3-rec-main2-img2{
        width: 32%;
        margin-top: 20px;
        margin:0 auto;
        margin-top: 50px;
    }
    .choice3-rec-main2 p {
        width: 85%;
        font-size: 16px;
        line-height: 25px;
        margin: 4% auto;
        text-align: initial;
        font-weight: 600;
    }
    .choice3-rec-text{
        width: 85%;
        margin-top: 0;
        margin-bottom: 100px;
    }
    .choice3-rec-text p{
        line-height: 25px;
        font-size: 15px;
    }
    #choice1-rec{
            padding-top: 60px;
                margin-top: -60px;
    }
    /* 選択④ */
    #choice4-rec{
            padding-top: 60px;
                margin-top: -60px;
    }
    .choice4-backcolor{
        padding-bottom: 10%;
    }
    .choice4-rec-top {
        width: 40%;
        margin: auto;
        padding: 35px 0 45px;
    }
    .choice4-rec-message {
        display: block;
        width: 100%;
        margin: 0;
    }
    .choice4-rec-img {
        width: 85%;
        margin: 0 0 0 auto;
    }
    .choice4-rec-img img{
        height: 230px;
        width: auto;
    }
    .choice4-rec-img::before{
        height: 230px;
        width: 96%;
        top: -15px;
        left: -15px;
    }
    .choice4-rec-img p {
        font-size: 14px;
        line-height: 25px;
        display: inline-block;
        margin: 20px auto 0;
        width: 85%;
    }
    .choice4-rec-text {
        width: 90%;
        margin: 0 0 auto;
        padding: 10px;
    }
    .choice4-rec-text h4{
        font-size: 17px;
        padding-top: 25px;
        font-weight: 600;
    }
    .choice4-rec-text p {
        line-height: 25px;
        font-size: 15px;
    }
    /* 募集要項 */
    .wants_detail{
            padding-top: 60px;
            margin-top: -60px;
	}
	.wants_detail_wrap{
		width: 100%;
	}.wants_detail_wrap p{
		font-size: 14px;
		line-height: 1.7;
	}
	.wants_detail_ttl{
		width: 40%;
		margin:35px auto 30px;
	}
	.wants_detail_ttl h2{
	    padding-top: 50px;
    	font-size: 30px
	}
	.wants_detail_btn{
		width: 93%;
        margin: 20px auto;
	}
	.wants_detail_btn li{
		width: calc(100% / 2);
    	margin-right: 0;
    	height: auto;
    	/*margin-bottom: 4px;*/
	}
    .work_point{
        width: 100%;
    }
    .work_point_3{
        width: 100%;
    }
  .wants_detail_btn li a {
      font-size: 17px;
      line-height: 1.2;
      padding: 30px 0;
      text-align: center;
  }
	.wants_detail_btn li a:before {
	    display: none;
	}
	.wants_detail_wrap dl{
		width: 100%;
        margin-left: 0px;
        display: block;
        margin-bottom: 0;
	}
	.wants_detail_wrap dt{
	    float: none;
	    width: 100%;
	    background-color: #F3CE3C;
	    text-align: left;
	    padding-top: 0;
	    padding: 15px 0 15px 25px;
	    font-weight: 0;
	}
	.wants_detail_wrap dd{
		float: none;
	    width: 100%;
	    padding: 25px;
	}
	.wants_detail_wrap dd p{
		font-size: 15px;
	}
	.work_location{
		
	}
	.work_location_wrap{
		width: 90%;
		padding-bottom: 80px;
		background-size: 50%;
	}
	.work_location_ttl p{
		font-size: 14px;
		line-height: 1.7;
	}
	.work_location_ttl h2{
	    font-size: 30px;
	    padding-top: 0px;
	    margin-bottom: 2em;
	}
	.work_location_wrap div{
		margin: 50px 0 40px;
	}
	.work_location_wrap dt{
	    float: none;
	    width: 100%;
	    font-size: 16px;
	    font-weight: bold
	}
	.work_location_wrap dd{
	    float: none;
    	width: 100%;
	}
	.work_location_wrap dd p{
		font-size: 14px;
	}
	.work_location_wrap h3{
	    margin-bottom: 40px;
    	font-size: 20px;
    	line-height: 1.7;
	}
	.entry_wrap{
		width: 90%;
	    background-size: 60%;
	    padding-bottom: 200px;
	}
	.entry_ttl{
        width: 80%;
   		padding: 60px 0 50px;
	}
	.entry_ttl h2 img{
		height: 80px;
	}
	.entry_txt{
	    
	}
	.input_form{
		width: 100%;
		padding: 3em 0;
	}
	.input_form dt{
	    float: none;
	    width: 100%;
	    padding: 20px;
	    font-size: 18px;
	}
	.input_form dd{
	    float: none;
	    width: 100%;
	    padding: 10px;
	}

	.input_form .caution{
		font-size: 16px;
	}
	.select_opstion{
		margin-top: 0;
	}
	.entry_wrap_txt p{
		font-size: 24px;
		line-height: 1.7;
	}
    /* フッター */
	.entry_wrap p button{
        width: 80%;
	    padding: 20px;
	    font-size: 20px;
	    border: none;
	}
	.footer_wrap{
		
	}

	.footer_wrap li img{
		width: 70%;
		margin-bottom: 10px;
	}
	.footer_wrap li p{
		font-size: 12px;
		line-height: 1.4;
	}
	.footer_wrap .footer_message{
	    font-size: 10px;
	    text-align: left;
	    margin: 60px 0;
	}
	.footer_wrap li .small_txt{
	    font-size: 8px;
    	margin-right: 5px;
	}
	.footer_wrap li .small_txt:last-child{
	    margin-left: 0;
    }
    .footer-rec-contents{
        width: 100%;
    }
    .footer-rec-2{
        width: 100%;
        margin: 0;
    }
    .footer-rec-text2 {
        padding-bottom: 25px;
    }
	.copyright{
		text-align: center;
	}
	.copyright p{
		width: 100%;
		font-size: 12px;
	}
    .footer-rec-text {
        font-size: 2rem;
        font-weight: 900;
        padding-top: 25px;
    }
    .footer-rec-num {
        width: 90%;
        padding: 30px;
        font-size: 30px;
    }
    .footer-rec{
            padding-top: 60px;
                margin-top: -60px;
    }
}
