@charset "utf-8";

/***************************************************************************
*
* RECRUIT STYLE
*
***************************************************************************/
#header .logo .scroll-active,
#header .menu .scroll-active{
    display: block;
}
#header .logo .header-top,
#header .menu .header-top{
    display: none;
}
.main {
    background: #ffe600;
    margin-top: 80px;
    padding: 40px 0 17px;
    text-align: center;
    overflow: hidden;
}

.main picture {
    margin-left: -7px;
}

.main picture img {
    max-width: inherit;
    width: auto;
    position: relative;
    transform: translateX(-50%);
    left: 48.4%;
}

#breadCrumbs {
    background: #fff8c0;
}

#header .headerBar .menu li a {
    color: #5d5d5d;
}

#header .headerBar .publisherBox .publisher {
    color: #5d5d5d;
}

#header .headerBar .publisherBox .publisher .num {
    color: #dd3935;
    font-weight: bold;
}

.areaFirst {
    background: #fff8c0;
    padding: 40px 0 60px;
}

.areaFirst .wrap {
    background: #fff;
    border-radius: 6px;
    padding: 58px 31px 60px 57px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.areaFirst .wrap .colLeft {
    margin-top: 21px;
    width: 392px;
}

.areaFirst .wrap .colRight .button {
    text-align: center;
    margin-top: 40px;
}

.areaFirst .wrap .colRight .button a {
    display: inline-block;
    background-color: rgb(240, 27, 108);
    box-shadow: 0px 2px 10px 0px rgba(240, 27, 108, 0.35);
    width: 320px;
    z-index: 7;
    margin-left: -16px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    padding: 14px 0 16px;
}

.areaFaced .areaTitle {
    text-align: center;
    margin-bottom: 13px;
    background: #33a7e2;
    color: #fff;
    font-size: 30px;
    padding: 22px 0;
    margin-top: 61px;
    border-bottom: 5px solid #0066cc;
}

.areaFaced .areaTitle .center {
    display: inline-block;
    letter-spacing: -1px;
    position: relative;
    /* height: 100%; */
}

.areaFaced .areaTitle .center:before {
    content: "";
    position: absolute;
    top: -35px;
    left: -133px;
    width: 98px;
    height: 94px;
    background: url(../images/recruit/area-faced-photo-2.png);
}

.areaFaced .areaTitle .center:after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: -138px;
    width: 86px;
    height: 119px;
    background: url(../images/recruit/area-faced-photo-1.png);
}

.areaFaced .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 78px;
}

.areaFaced .list li {
    text-align: center;
    position: relative;
}

.areaFaced .list li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: -10px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #e9f7ff;
    z-index: -1;
}

.areaFaced .list li .step-text .step {
    display: block;
}

.areaFaced .list li .step-text .txt {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin-top: 17px;
    display: block;
    color: #00459f;
}

.areaFaced .list li .step-text .txt .sub-txt {
    display: inline-block;
    padding-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.areaFaced .list li .step-text .txt .sub-txt:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -7px;
    width: calc(100% + 7px);
    height: 20px;
    background: url(../images/recruit/line.png) no-repeat center right;
}

.areaFaced .list li:nth-child(2) .img {
    margin-top: -8px;
    margin-left: -15px;
}

.areaPoint {
    background: #0196ea;
    margin-top: 11px;
    padding-top: 82px;
    padding-bottom: 103px;
}

.areaPoint .areaTitle .titleEn {
    margin-bottom: 7px;
}

.areaPoint .areaTitle .titleJp {
    color: #fff;
    background-image: url(../images/beginners/efforts-title-bg.png);
}

.areaPoint .areaTitle .titleJp:before {
    background: url(../images/index/icon-hand-white.png) no-repeat center center/100%;
}

.areaPoint .areaTitle .titleJp:after {
    background: url(../images/index/icon-hand-white.png) no-repeat center center/100%;
}

.areaPoint .areaTitle .titleJp .yelColor {
    color: #ffff06;
}

.areaPoint .listStep {
    display: flex;
    justify-content: space-between;
    margin: 63px 0;
}

.areaPoint .listStep li {
    width: 319px;
    background: #0762dd;
    border-radius: 5px;
    text-align: center;
    height: 120px;
}

.areaPoint .listStep li img {
    margin-top: -32px;
}

.areaPoint .boxDetail .itemPoint {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 8px;
    padding: 29px 40px 30px 30px;
}

.areaPoint .boxDetail .itemPoint+.itemPoint {
    margin-top: 64px;
}

.areaPoint .boxDetail .itemPoint:nth-child(odd) {
    flex-direction: row-reverse;
}

.areaPoint .boxDetail .itemPoint .colImg {
    width: 297px;
    margin-top: -54px;
}

.areaPoint .boxDetail .itemPoint .colTxt {
    width: calc(100% - 297px);
    display: flex;
    padding: 0 0 0 10px;
}

.areaPoint .boxDetail .itemPoint:nth-child(2) .colImg {
    transform: translateX(27px);
}

.areaPoint .boxDetail .itemPoint .colTxt .boxTxt {
    padding-left: 2px;
    padding-top: 20px;
    width: calc(100% - 63px);
}

.areaPoint .boxDetail .itemPoint:nth-child(2) .colTxt {
    padding-left: 30px;
}

.areaPoint .boxDetail .itemPoint .colTxt .icon {
    width: 63px;
}

.areaPoint .boxDetail .itemPoint .colTxt .boxTxt .ttlPoint {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #006ed8;
    position: relative;
}

.areaPoint .boxDetail .itemPoint .colTxt .boxTxt .ttlPoint .line {
    position: relative;
}

.areaPoint .boxDetail .itemPoint .colTxt .boxTxt .ttlPoint .line:before {
    content: "";
    position: absolute;
    bottom: -17px;
    right: 0;
    width: 100%;
    height: 20px;
    background: url(../images/recruit/line.png) no-repeat center right;
}

.areaPoint .boxDetail .itemPoint .colTxt .boxTxt .ttlPoint:before {
    content: "";
    position: absolute;
    top: -29px;
    right: -36px;
    width: 50px;
    height: 50px;
    background: url(../images/recruit/area-point-photo-7.png) no-repeat center;
}

.areaPoint .boxDetail .itemPoint .colTxt .boxTxt .ttlBox {
    font-weight: bold;
    font-size: 19.3px;
    margin-top: 25px;
    color: #000;
}

.areaPoint .boxDetail .itemPoint .colTxt .boxTxt .txtBox {
    margin-top: 11px;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

.areaForm .note {
    text-align: center;
    font-size: 20px;
    margin-top: 73px;
}

.areaForm .ttl {
    margin-top: 37px;
    font-size: 29px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #0066cc;
    padding: 8px 0 10px;
}

.areaForm .form {
    margin-top: 14px;
}

@media (max-width: 768px) {
    #header.scroll .logo .header-top{
        display: block;
    }
    #header.scroll .logo .scroll-active{
        display: none;
    }
    .main {
        padding: 18px 16px 15px;
        margin-top: 60px;
    }
    
    .main picture img{
        max-width: 100%;
        transform: none;
        left: 0;
    }

    #breadCrumbs {
        background: #fff8c0;
        margin-top: 0;
        display: none;
    }

    .areaFaced {
        overflow: hidden;
    }

    .areaPoint .boxDetail .itemPoint .colTxt .boxTxt .ttlPoint:before {
        right: 0;
    }

    .areaFirst {
        padding: 27px 0 42px;
    }

    .areaFirst .wrap {
        display: block;
        padding: 31px 21px;
    }

    .areaFirst .wrap .colRight .button {
        text-align: center;
        margin-top: 22px;
        padding: 0 20px;
    }

    .areaFirst .wrap .colRight .button a {
        margin: 0;
        width: 100%;
        font-size: 16px;
        padding: 10px 0 12px;
    }

    .areaFaced .areaTitle {
        margin-top: 41px;
        font-size: 18px;
        padding: 14px 0;
        border-width: 3px;
        font-weight: normal;
        margin-bottom: 21px;
    }

    .areaFaced .areaTitle .center {
        letter-spacing: 0;
    }

    .areaFaced .areaTitle .center:before {
        top: -21px;
        left: -68px;
        width: 62px;
        height: 68px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .areaFaced .areaTitle .center:after {
        bottom: -21px;
        right: -64px;
        width: 50px;
        height: 73px;
        background-size: 100%;
        background-repeat: no-repeat
    }

    .areaFaced .list {
        padding: 0
    }

    .areaFaced .list li {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
    }

    .areaFaced .list li+li {
        margin-top: 15px;
    }

    .areaFaced .list li:before {
        content: none;
    }

    .areaFaced .list li .img {
        position: relative;
        width: 86px;
        padding-top: 10px;
    }

    .areaFaced .list li .img {
        position: relative;
        width: 86px;
        padding-top: 10px;
    }

    .areaFaced .list li .img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 90px;
        background: #e9f7ff;
        border-radius: 50%;
        z-index: -1;
    }

    .areaFaced .list li:nth-child(2) .img {
        margin-top: 0;
        margin-left: 0;
    }

    .areaFaced .list li .step-text {
        width: calc(100% - 86px);
        padding-left: 23px;
        margin-top: 8px;
    }

    .areaFaced .list li .step-text .step {
        width: 21px;
    }

    .areaFaced .list li .step-text .txt {
        text-align: left;
        margin-top: 0;
        font-size: 13.6px;
    }

    .areaFaced .list li .step-text .txt .sub-txt {
        vertical-align: top;
    }

    .areaFaced .list li .step-text .txt .sub-txt:before {
        bottom: 1px;
        height: 20px;
        background-repeat: repeat-x;
        background-size: 100px;
    }

    .areaPoint {
        margin-top: 35px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .areaTitle .titleEn {
        width: 297px;
        margin: 0 auto;
    }

    .areaPoint .areaTitle .titleEn {
        margin-bottom: 0;
    }

    .areaPoint .areaTitle .titleJp .yelColor {
        display: block;
    }

    .areaPoint .listStep {
        display: none;
    }

    .areaPoint .boxDetail .itemPoint {
        padding: 0;
    }

    .areaPoint .boxDetail .itemPoint .colImg {
        margin-top: 0;
    }

    .areaPoint .boxDetail {
        margin-top: 30px;
    }

    .areaPoint .boxDetail .itemPoint .img {
        background: #0762dd;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 10px 20px 14px;
    }

    .areaPoint .boxDetail .itemPoint .img img {
        margin-top: -28px;
    }

    .areaPoint .boxDetail .itemPoint {
        display: block;
    }

    .areaPoint .boxDetail .itemPoint+.itemPoint {
        margin-top: 45px;
    }

    .areaPoint .boxDetail .itemPoint .colImg {
        width: 100%;
        padding: 19px 13px 6px;
    }

    .areaPoint .boxDetail .itemPoint .colTxt {
        width: 100%;
        padding: 0;
    }

    .areaPoint .boxDetail .itemPoint .colTxt .boxTxt {
        width: 100%;
        padding: 20px 17px;
    }

    .areaPoint .boxDetail .itemPoint .colTxt .boxTxt .ttlPoint {
        display: none;
    }

    .areaPoint .boxDetail .itemPoint .colTxt .boxTxt .ttlBox {
        margin: 0;
        font-size: 16px;
    }

    .areaPoint .boxDetail .itemPoint .colTxt .boxTxt .txtBox {
        font-size: 14px;
        line-height: 1.7;
    }

    .areaPoint .boxDetail .itemPoint:nth-child(2) .colImg {
        transform: none;
    }

    .areaPoint .boxDetail .itemPoint:nth-child(2) .colTxt {
        padding-left: 0;
    }

    .areaForm .note {
        font-size: 16px;
        margin-top: 34px;
    }

    .areaForm .ttl {
        font-size: 16px;
        margin-top: 28px;
        padding: 4px 0 6px;
    }
}