@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#header {
    padding: 0 1.8rem 0 0.8rem;
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #0068B7;
}
#header .logo-box h1 {
    color: #524747;
}
#main {
    padding-top: 14.2rem;
}
#main .recruit {
    margin-bottom: 5.5rem;
    padding-bottom: 3.2rem;
    background: #F6F3EB url(../images/index/bg.png) no-repeat right -15vw bottom -32.5vw/98vw auto;
}
#main .recruit .content {
    margin: 0 1.1rem;
}
#main .page-ttl {
    color: #0068B7;
    font-family: "din-2014", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.224rem;
}
#main .recruit .page-ttl {
    margin: 0 0 0.9rem 1rem;
    transform: translateY(-1.8rem);
}
#main .recruit .link-ul li {
    margin-bottom: 2.5rem;
}
#main .recruit .link-ul a {
    padding: 1.4rem 1rem 1rem;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 3rem;
    background: #fff;
    box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(136, 144, 194, 0.20), 0rem 0.5rem 1.5rem 0rem rgba(37, 44, 97, 0.15);
}
#main .recruit .link-ul a h3 {
    margin-bottom: 0.2rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: 0.44rem;
}
#main .recruit .link-ul li:first-child a h3 {
    margin-left: 1.7rem;
}
#main .recruit .link-ul h3 .arrow {
    width: 5.5rem;
    height: 5.4rem;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-left: -1.2rem;
    vertical-align: -2.2rem;
}
#main .recruit .link-ul h3 .arrow:before, #main .recruit .link-ul h3 .arrow:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/index/btn.svg) no-repeat right center;
    transition: .3s;
}
#main .recruit .link-ul h3 .arrow:before {
	transform: translate(-100%, 100%);
}
#main .recruit .link-ul h3 .arrow::after {
	transform: none;
}
#main .recruit .link-ul .photo {
    border-radius: 3rem;
    overflow: hidden;
    position: relative;
    background: #0068B7;
}
#main .recruit .link-ul .photo p {
    position: absolute;
    left: 2.8rem;
}
#main .recruit .link-ul li:first-child .photo p {
    top: 2rem;
    color: #FFF;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.494rem;
    text-align: left;
}
#main .recruit .link-ul .photo img {
    width: 100%;
    transition: .3s ease-in-out;
	transform-origin: right top;
}
#main .recruit .link-ul li:last-child .photo img {
	transform-origin: center top;
}
#main .recruit .link-ul li:last-child a {
    padding-top: 2.5rem;
}
#main .recruit .link-ul li:last-child a h3 {
    line-height: 1;
}
#main .recruit .link-ul li:last-child a h3 > span {
    margin-left: 2rem;
}
#main .recruit .link-ul li:last-child .photo {
    background-color: #FFF8EF;
}
#main .recruit .link-ul li:last-child .photo p {
    width: 26.3rem;
    bottom: 2.5rem;
}
#main .column .txt-box {
    margin-bottom: 2.2rem;
}
#main .column .page-ttl {
    margin-bottom: 1.8rem;
    letter-spacing: 0.35rem;
}
#main .column .link-list li:not(:last-child) {
    margin-bottom: 2.5rem;
}
#main .column .link-list a {
    display: block;
    padding: 3.8rem 1rem 2rem;
    color: #292929;
    text-align: center;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(136, 144, 194, 0.20), 0rem 0.5rem 1.5rem 0rem rgba(37, 44, 97, 0.15);
}
#main .column .link-list li:first-child a {
    box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(136, 144, 194, 0.20), 0rem 0.5rem 1rem 0rem rgba(37, 44, 97, 0.15);
}
#main .column .link-list p {
    margin-bottom: 1.6rem;
}
#main .column .link-list a h3 {
    display: block;
    color: #0068B7;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: 0.4rem;
}
#main .column .link-list a .photo {
    margin: 0 1.8rem;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}
#main .column .link-list a .photo img {
    width: 100%;
    transition: .3s ease-in-out;
}
#main .column .link-list a .photo .arrow {
    position: absolute;
    z-index: 2;
    right: 1.5rem;
    bottom: 1.4rem;
    border-radius: 2.8rem;
    background: #fff;
    width: 3.8rem;
    height: 3.8rem;
    box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(136, 144, 194, 0.20), 0rem 0.5rem 1.5rem 0rem rgba(37, 44, 97, 0.15);
    content: "";
}
#main .column .link-list a .photo .arrow span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    content: "";
}
#main .column .link-list a .photo .arrow span:before,#main .column .link-list a .photo .arrow span:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    transition: .3s;
    background: url(../images/common/arrow01.svg) no-repeat left top;
    content: "";
}
#main .column .link-list a .photo .arrow span:before {
    transform: translate(-100%, 100%);
}
#main .column .link-list a .photo .arrow span:after {
    transform: translate(0, 0);
}
#main {
    margin-bottom: 5.6rem;
}
#footer {
    padding: 3rem 2rem 2.3rem;
    background: none;
    border-color: #0068B7;
}
#footer address {
    color: #524747;
    font-weight: 400;
}
@media all and (max-width: 819px) {
	#main .column .link-list li:last-child a {
		padding-top: 3.4rem;
	}
	#header .logo-box {
		justify-content: space-between;
	}
}
@media all and (min-width: 820px) {
    #header {
        padding: 0;
    }
    #header .logo-box h1 {
		font-size: 1.3rem;
	}
    #main {
        padding-top: 135px;
    }
    #main .recruit {
        margin-bottom: 88px;
        padding-bottom: 50px;
        position: relative;
        z-index: 1;
        background: none;
        overflow: hidden;
    }
    #main .recruit:before {
        position: absolute;
        left: 0;
        top: 22px;
        width: 100%;
        z-index: -1;
        height: calc(100% - 22px);
        background: #F6F3EB;
        content: "";
    }
    #main .recruit:after {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 864px;
        height: 357px;
        z-index: -1;
        border-radius: 0 0 30px 0;
        background: url(../images/index/bg_pc.png) no-repeat left top/100% auto;
        content: "";
    }
    #main .recruit .content {
        margin: 0 auto;
		padding: 0 20px;
        max-width: 1414px;
    }
    #main .page-ttl {
        font-size: 48px;
        letter-spacing: 5.28px;
    }
    #main .recruit .page-ttl {
        margin: 0 0 57px 90px;
        transform: translateY(0);
    }
    #main .recruit .link-ul {
        margin-left: 6px;
    }
    #main .recruit .link-ul a {
        padding: 28px 32px 30px 75px;
        display: flex;
        align-items: center;
    }
    #main .recruit .link-ul a h3 {
        margin: 10px 48px 0 0;
        flex: 1;
        font-size: 25px;
        letter-spacing: 5px;
        text-align: left;
    }
	#main .recruit .link-ul li:first-child a h3 {
		margin-left: 0;
	}
    html:not(.tab) #main .recruit .link-ul a:hover > h3 .arrow:before {
		transform: none;
    }
    html:not(.tab) #main .recruit .link-ul a:hover > h3 .arrow:after {
		transform: translate(100%, -100%);
    }
    #main .recruit .link-ul .photo {
        width: 71.5%;
		max-width: 897px;
    }
    html:not(.tab) #main .recruit .link-ul a:hover .photo > img {
        transform: scale(1.05);
    }
    #main .recruit .link-ul .photo p {
        left: 41px;
    }
    #main .recruit .link-ul li:first-child .photo p {
        top: 52.5%;
        transform: translateY(-50%);
        font-size: 28px;
        letter-spacing: 11.2px;
    }
    #main .recruit .link-ul li:last-child a {
        padding-top: 28px;
    }
    #main .recruit .link-ul li:last-child a > h3 {
        line-height: 1.4;
    }
    #main .recruit .link-ul li:last-child a > h3 > span {
        margin-left: 0;
    }
    #main .recruit .link-ul li:last-child .photo p {
        width: 348px;
        left: 38px;
        bottom: 38px;
    }
    #main .column .content {
        max-width: 1412px;
		padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #main .column .txt-box {
        margin: 20px 55px 0 0;
        width: 315px;
    }
    #main .column .page-ttl {
        margin-bottom: 17px;
        font-size: 36px;
        letter-spacing: 4px;
    }
    #main .column .txt-box p {
        line-height: 1.82;
    }
    #main .column .link-list {
        display: flex;
        gap: 0 40px;
    }
    #main .column .link-list li {
        width: 447px;
    }
    #main .column .link-list li:not(:last-child) {
        margin-bottom: 16px;
    }
    #main .column .link-list a {
        padding: 35px 20px 20px;
    }
    #main .column .link-list p {
        margin-bottom: 16px;
        font-size: 14px;
    }
    #main .column .link-list a h3 {
        font-size: 20px;
        letter-spacing: 3px;
    }
    #main .column .link-list a .photo {
        margin: 0;
    }
    html:not(.tab) #main .column .link-list a:hover .photo > img {
        transform: scale(1.07);
    }
    #main .column .link-list a .photo .arrow {
        right: 20px;
        bottom: 15px;
    }
    html:not(.tab) #main .column .link-list a:hover .photo .arrow span:before {
        transform: none;
    }
    html:not(.tab) #main .column .link-list a:hover .photo .arrow span:after {
        transform: translate(100%, -100%);
    }
    #main {
        margin-bottom: 61px;
    }
    #footer {
        padding: 33px 45px 42px;
    }
    #footer .f-box {
        max-width: inherit;
    }
    #footer address {
        font-size: 11px;
        letter-spacing: 0.88px;
    }
}
@media all and (min-width: 820px) and (max-width: 1400px) {
	#main .column .txt-box {
		margin-right: 3.929vw;
	}
}