@charset "UTF-8";

.jobDetail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.jobDetail dt {
    text-align: center;
    width: 110px;
    color: #fff;
    font-size: 95%;
    background: #ffaf4b;
    background: linear-gradient(to right, #ffaf4b 0%, #ff920a 100%);
    align-self: flex-start;
    border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: 0 0 3px #ffaf4b;
    padding: 2px;
    box-sizing: border-box;
}

.jobDetail dd {
    width: calc(100% - 120px);
    font-size: 100%;
    padding: 2px;
    margin-left: 10px;
    box-sizing: border-box;
}

.jobDetail dt.green {
    background: linear-gradient(to right, #43D0AA 0%, #43B294 100%);
    box-shadow: 0 0 3px #43b294;
}

.jobDetail dt.blue {
    background: linear-gradient(to right, #438FD0 0%, #2A6CA3 100%);
    box-shadow: 0 0 3px #2a6ca3;
}

.jobDetail dt.red {
    background: linear-gradient(to right, #D04348 0%, #BC2E32 100%);
    box-shadow: 0 0 3px #bc2e32;
}

@media screen and (max-width: 480px) {
    .jobDetail dd {
        margin-bottom: 8px;
    }
    .jobDetail dd {
        width: 100%;
        margin-bottom: 10px;
    }
}

.bannerBlc {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

#support {
    background: url('../img/top/area-bg.png') no-repeat center top;
    background-size: cover;
    padding: 50px 0;
}

#support .inner {
    max-width: 900px;
    margin: 0 auto;
    width: 94%;
}

#support .bannerArea {
    background: rgba(255,255,255.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    margin-top: 30px;
}

#support .bannerArea li {
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    #support .bannerArea {
        flex-wrap: wrap;
    }
    #support .bannerArea li {
        text-align: center;
        width: 25%;
        box-sizing: border-box;
        margin-bottom: 10px;
        margin: 10px 0;
    }
}

@media screen and (max-width: 480px) {
    #support .bannerArea li {
        width: 33.33%;
        margin-bottom: 10px;
        padding: 5px 5px;
    }
}


#support .area {
    padding: 100px 0 180px;
    background: url('../img/common/map.png') no-repeat right 20px;
}

#support .area .ttl {
    color: #098C9D;
    font-weight: bold;
    line-height: 120%;
    font-size:200%;
}

#support .area .ttl span {
    display: inline-block;
    color: #fff;
    background: #098C9D;
    max-width: 400px;
    font-size: 80%;
    padding: 0 20px;
}

#support .area .subTtl,
#support .area .txt {
    max-width: 390px;
}

#support .area .subTtl {
    font-size: 125%;
    margin: 2rem auto 1rem 0;
}

@media screen and (max-width: 1000px) {
    #support .area .ttl {
        font-size: 150%;
    }
    #support .area .subTtl {
        font-size: 110%;
    }
    #support .area .txt {
        font-size: 90%;
    }
}

@media screen and (max-width: 840px) {
    #support .area {
        padding: 53px 0 356px;
    }
}

@media screen and (max-width: 767px) {
    #support .area {
        background: url('../img/common/map.png') no-repeat right bottom;
        background-size: 100% auto;
    }
    #support .area .ttl {
        font-size: 130%;
    }
}

@media screen and (max-width: 660px) {
    #support .area {
        padding: 53px 0 356px;
    }
}

@media screen and (max-width: 480px) {
    #support .area {
        padding: 53px 0 340px;
    }
    #support .area .ttl {
        font-size: 120%;
    }
}


#flow {
    background: url('../img/top/flow-bg.png') no-repeat top center;
    padding: 5rem 0;
}

#flow > .ttl {
    font-size: 250%;
    color: #4EAEB2;
    font-weight: bold;
    width: 94%;
    margin: 0 auto 2rem;
    text-align: center;
    margin-bottom: 4rem;
}

#flow .step {
    width: 94%;
    max-width: 920px;
    margin: 0 auto;
}

#flow .step .blc {
    position: relative;
    min-height: 220px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 3rem;
    box-sizing: border-box;
}

#flow .step .blc:after {
    content: "1";
    display: block;
    width: 125px;
    height: 125px;
    position: absolute;
    left: calc(50% - 62px);
    text-align: center;
    background: #4EAEB2;
    border-radius: 70px;
    line-height: 125px;
    font-size: 54px;
    color: #fff;
}

#flow .step .blc:before {
    content: "";
    height: 100%;
    display: block;
    width: 4px;
    background: #4EAEB2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% + 3rem); 
    margin: 0 auto;
}

#flow .step .blc:nth-last-of-type(1):before {
    display: none;
}

#flow .step .blc:nth-of-type(2):after {
    content: "2";
}

#flow .step .blc:nth-of-type(3):after {
    content: "3";
}

#flow .step .blc:nth-of-type(4):after {
    content: "4";
}

#flow .step .blc:nth-of-type(5):after {
    content: "5";
}

#flow .step .blc:nth-of-type(6):after {
    content: "6";
}

#flow .step .blc:nth-of-type(7):after {
    content: "7";
}

#flow .step .blc:nth-of-type(8):after {
    content: "8";
}

#flow .step .blc:nth-of-type(9):after {
    content: "9";
}

#flow .step .blc:nth-of-type(10):after {
    content: "10";
}

#flow .step .blc:nth-of-type(even) {
    align-items: flex-start;    
}

#flow .step .blc > .ttl,
#flow .step .blc > .txt {
    position: relative;
}

#flow .step .blc > .ttl {
    width: calc(50% - 110px);
    padding: 10px 20px 10px;
    font-weight: bold;
    font-size: 163%;
    margin-top: -1.2rem;
    z-index: 1;
}

#flow .step .blc > .ttl span {
    background: linear-gradient(transparent 40%, #97E0E3 0%);
    display: inline;
    /*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
    padding: 0 2px 4px;
}

#flow .step .blc > .txt {
    width: calc(50% - 110px);
    background: rgb(248 248 248 / 68%);
    margin-top: -1.8rem;
    z-index: 0;
    font-size: 100%;
    padding: 30px 20px;
}

#flow .step .blc > .img {
    width: calc(50% - 90px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

#flow .step .blc:nth-of-type(even) figure {
    left: auto;
    right: 0;
}

#flow .step .blc > .img > img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1000px) {
    #flow > .ttl {
        font-size: 190%;
    }
    #flow .step .blc > .ttl {
        font-size: 120%;
    }
    #flow .step .blc > .txt {
        font-size: 90%;
    }
}

@media screen and (max-width: 812px) {
    #flow .step .blc > .img {
        width: calc(50% - 90px);
    }
    #flow .step .blc > .img > img {
        max-width: 100%;
        object-fit: cover;
    }
    #flow .step .blc > .ttl, 
    #flow .step .blc > .txt {
        width: calc(50% - 90px);
    }
    #flow .step .blc:after {
        width: 80px;
        height: 80px;
        left: calc(50% - 40px);
        border-radius: 40px;
        line-height: 80px;
        font-size: 34px;
    }
}
@media screen and (max-width: 767px) {
    #flow {
        background: url('../img/top/flow-bg.png') repeat top center;
        padding: 3rem 0;
        background-size: auto 40%;
    }
    #flow .ttl {
        font-size: 150%;
        margin-bottom: 2rem;
    }
    #flow .step .blc{
        align-items: flex-start;
        padding-left: 60px;
    }
    #flow .step .blc:nth-of-type(even) {
        align-items: flex-start;
    }
    #flow .step .blc > .img {
        position: relative;
        width: 100%;
        right: 0;
        left:  auto !important;
    }
    #flow .step .blc:after {
        width: 50px;
        height: 50px;
        left: 0;
        border-radius: 25px;
        line-height: 50px;
        font-size: 30px;
    }
    #flow .step .blc:before {
        left: 24px;
        right: inherit;
        width: 2px;
    }
    #flow .step .blc > .ttl, 
    #flow .step .blc > .txt {
        width: 100%;
        box-sizing: border-box;
    }
    #flow .step .blc > .img {
        text-align: left;
        margin-top: .5rem;
    }
    #flow .step .blc > .ttl {
        font-size: 120%;
    }
    #flow .step .blc > .txt {
        padding: 1.8rem 1.4rem 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    #flow > .ttl {
        font-size: 130%;
    }
    #flow .step .blc > .ttl {
        font-size: 110%;
    }
}

#contact {
    background-color: #fdfbfc;
    background-image: url('../img/common/contact-bg1.jpg'),url('../img/common/contact-bg2.jpg');
    background-repeat: no-repeat,no-repeat;
    background-position: left top, right bottom;
    background-size: auto 100%,auto 100%;
    padding: 50px 0;
}

#contact > .inner {
    text-align: center;
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 500px;
    box-sizing: border-box;
}

#contact > .inner > .ttl {
    font-size: 250%;
    color: #4EAEB2;
    font-weight: bold;
    width: 94%;
    margin: 0 auto 2rem;
    text-align: center;
    box-sizing: border-box;
}

#contact > .inner > .txt01 {
    text-align: center;
    font-weight: bold;
    font-size: 125%;
}

#contact > .inner > .txt02 {
    text-align: center;
    font-size: 112%;
    margin: 1rem auto .5rem;
    position: relative;
    padding: 1rem;
}

#contact > .inner > .txt02:before,
#contact > .inner > .txt02:after {
    content: "";
    display: inline-block;
    background: url('../img/common/syasen-y.svg') no-repeat;
    height: 40px;
    width: 25px;
    background-size: contain;
    position: absolute;
    top: 13px;
    margin-left: -30px;
}

#contact > .inner > .txt02:after {
    transform: scale(-1,1);
    margin-left: 5px;
}

@media screen and (max-width: 1500px) {
    #contact {
        background-position: left -50% top, right bottom;
    }
}

@media screen and (max-width: 1300px) {
    #contact {
        background-position: left -310px top, right bottom;
    }
}

@media screen and (max-width: 1050px) {
    #contact {
        background-image: url('../img/common/contact-bg2.jpg');
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    #contact > .inner {
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    #contact > .inner > .ttl {
        font-size: 200%;
    }

    #contact > .inner > .txt01 {
        font-size: 110%;
    }

    #contact > .inner > .txt02 {
        font-size: 100%;
    }
}

@media screen and (max-width: 480px) {
    #contact > .inner > .ttl {
        font-size: 160%;
    }

    #contact > .inner > .txt01 {
        font-size: 100%;
    }

    #contact > .inner > .txt02 {
        font-size: 95%;
    }
}

#news {
    background: url('../img/top/news-bg.jpg') no-repeat;
    background-size: cover;
    padding: 40px 0 50px;
}

#news > .inner {
    max-width: 1000px;
    width: 94%;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

#news > .inner > .txt {
    align-self: center;
    width: 30%;
}

#news > .inner > .txt > .ttl {
    text-align: center;
    line-height: 120%;
    font-size: 250%;
    font-weight: bold;
    margin-bottom: 30px;
}

#news > .inner > .txt > .ttl span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Arial',sans-serif;
}

#news > .inner > .list {
    width: 60%;
}

#news > .inner > .list > li {
    max-width: 280px;
}

@media screen and (max-width: 1000px) {
    #news > .inner > .txt > .ttl {
        font-size: 180%;
    }
    #news > .inner > .txt {
        font-size: 90%;
    }
}

@media screen and (max-width: 767px) {
    #news > .inner {
        display: block;
        justify-content: center;
    }
    #news > .inner > .txt > .ttl {
        font-size: 130%;
    }
    #news > .inner > .txt {
        width: 100%;
        margin-bottom: 40px;
    }

    #news > .inner > .list {
        width: 100%;
    }
}