@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/* body
------------------------------------------------- */
body {
    background: url("../img/recruit/bg.jpg") center top no-repeat;
    background-size: 100% auto;
}
body::before,
body::after {
    content: '';
    width: 10.9rem;
    height: 10.9rem;
    border: 0.2rem solid #4AD9EB;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    right: 50%;
    top: -4.47rem;
    margin-right: -2.6rem;
    z-index: 1;
    transform: scale(0.4);
    opacity: 0;
}
body::after {
    width: 6.5rem;
    height: 6.5rem;
    border: 0.3rem solid #006CEA;
    right: auto;
    left: 50%;
    top: 3.2rem;
    margin: 0 0 0 2.13rem;
}
body.isAnimate::before {
    animation: cir1 0.8s ease 1s 1 forwards;
}
body.isAnimate::after {
    animation: cir1 0.8s ease 1.2s 1 forwards;
}
.noto {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.mon {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width:750px){
body {
    background-image: url("../img/recruit/bg_sp.jpg");
}
body::before,
body::after {
    width: 5.45rem;
    height: 5.45rem;
    right: auto;
    left: -2.5rem;
    top: -1.5rem;
    margin-right: 0;
}
body::after {
    width: 3.25rem;
    height: 3.25rem;
    right: -2rem;
    left: auto;
    top: 3.2rem;
    margin: 0;
}
}


/* header
------------------------------------------------- */
#header .logo span {
    display: block;
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.04em;
    padding: 0.03rem 0 0 0.9rem
}
@media screen and (max-width:750px){
#header .logo span {
    display: block;
    font-size: 0.11rem;
    padding: 0.03rem 0 0 1rem
}
}


/* cont1
------------------------------------------------- */
.cont1 {
    padding: 1.75rem 0 1.2rem;
}
.cont1 .inner {
    max-width: 12.42rem;
}
.cont1 .ttl {
    width: 2.9588rem;
    padding-bottom: 1.2rem;
}
.cont1 .ttl p {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.285;
    letter-spacing: 0.04em;
    margin-top: 0.19rem;
}
.cont1 .box {
     padding: 0 0.7rem;
}
.cont1 .box h2 {
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0.25rem;
}
.cont1 .box p {
    font-size: 0.19rem;
    font-weight: 500;
    line-height: 2.5;
}
@media screen and (max-width:750px){
.cont1 {
    padding: 1.4rem 0 1rem;
}
.cont1 .ttl {
    width: 2.2rem;
    padding-bottom: 0.5rem;
}
.cont1 .ttl p {
    font-size: 0.10rem;
    margin-top: 0.125rem;
}
.cont1 .box {
     padding: 0 0.1rem;
}
.cont1 .box h2 {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
}
.cont1 .box p {
    font-size: 0.17rem;
    line-height: 1.875;
}
}


/* cont2
------------------------------------------------- */
.cont2 {
    padding-bottom: 1.55rem;
}
.cont2 h2 {
    margin-bottom: 0.35rem;
    position: relative;
}
.cont2 h2::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border: 0.01rem solid #46BFFF;
    border-radius: 50%;
    position: absolute;
    left: -0.27rem;
    top: 50%;
    margin-top: -0.3rem;
    z-index: 1;
}
.cont2 h2 span {
    font-size: 0.25rem;
    font-weight: 700;
    line-height: 1.45;
    position: relative;
    z-index: 2;
}
.cont2 ul li {
    width: 5.3rem;
    height: 3.5rem;
    margin-bottom: 0.8rem;
    position: relative;
}
.cont2 ul li::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #3083E3;
    border-radius: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.4s;
}
.cont2 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    pointer-events: none;
    cursor: default;
}
.cont2 ul li a .ttl {
    font-size: 0.11rem;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: 0.04em;
    color: #4AD9EB;
    padding-top: 0.29rem;
    transition: 0.4s;
}
.cont2 ul li a picture {
    width: 0.819rem;
    margin: 0.2rem auto 0.14rem;
}
.cont2 ul li:nth-child(2) a picture {
    width: 1.13rem;
    margin: 0.33rem auto 0.2rem;
}
.cont2 ul li:nth-child(3) a picture {
    width: 0.8382rem;
    margin: 0.2rem auto 0.11rem;
}
.cont2 ul li:nth-child(4) a picture {
    width: 0.7996rem;
    margin: 0.25rem auto 0.17rem;
}
.cont2 ul li a h3 {
    font-size: 0.25rem;
    font-weight: 700;
    line-height: 1.45;
}
.cont2 ul li a .txt {
    font-weight: 500;
    line-height: 1.6875;
    margin: 0.1rem 0 0.25rem;
}
.cont2 ul li a .rec {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.65;
}
.cont2 ul li a .rec span {
    display: inline-block;
    border: 0.01rem solid #fff;
    border-radius: 0.04rem;
    padding: 0 0.08rem;
    margin-right: 0.08rem;
    box-sizing: border-box;
}
.cont2 ul li a .btn {
    width: 2.52rem;
    height: 0.6rem;
    background: #FFF;
    border: 0.01rem solid #0F58AA;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    margin-left: -1.26rem;
    overflow: hidden;
}
.cont2 ul li a .btn::before {
    content: '';
    width: 0.42rem;
    height: 0.01rem;
    background-color: #00D1D1;
    position: absolute;
    left: 0.34rem;
    top: 50%;
    z-index: 4;
}
.cont2 ul li a .btn span {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #0F58AA;
    border-radius: 50%;
    color: #0F58AA;
    position: absolute;
    left: 0.19rem;
    top: 50%;
    margin-top: -0.15rem;
    z-index: 2;
    transition: 0.5s;
}
.cont2 ul li a .btn b {
    font-weight: 400;
    color: #0F58AA;
    padding-left: 0.65rem;
    position: relative;
    z-index: 3;
    transition: 0.4s;
}
.cont2 ul li a .btn.bold {
    background: linear-gradient(180deg, #FFF 0, #FFF 50%, #A8EEFF 100%);
}
.cont2 ul li a .btn.bold b {
    font-weight: 700;
}
@media screen and (min-width:751px){
/*.cont2 ul li:hover::after {
    background-color: #4AD9EB;
}*/
.cont2 ul li a:hover .ttl {
    color: #0F58AA;
}
.cont2 ul li a:hover .btn span {
    transform: scale(16);
}
.cont2 ul li a:hover .btn b {
    color: #fff;
}
}
@media screen and (max-width:750px){
.cont2 {
    padding-bottom: 0.5rem;
}
.cont2 h2 {
    margin: 0 0.1rem 0.35rem;
}
.cont2 h2::before {
    width: 0.45rem;
    height: 0.45rem;
    left: -0.22rem;
    margin-top: -0.27rem;
}
.cont2 h2 span {
    font-size: 0.22rem;
}
.cont2 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}
.cont2 ul li::after {
    border-radius: 0.6rem;
}
.cont2 ul li a .ttl {
    padding-top: 0.2rem;
}
.cont2 ul li a picture {
    transform: scale(0.8);
    margin: 0.16rem auto 0.112rem;
}
.cont2 ul li:nth-child(2) a picture {
    margin: 0.264rem auto 0.16rem;
}
.cont2 ul li:nth-child(3) a picture {
    margin: 0.16rem auto 0.088rem;
}
.cont2 ul li:nth-child(4) a picture {
    margin: 0.2rem auto 0.136rem;
}
.cont2 ul li a h3 {
    font-size: 0.22rem;
}
.cont2 ul li a .txt {
    font-size: 0.14rem;
    line-height: 1.5;
    margin: 0.15rem 0 0.25rem;
}
.cont2 ul li a .rec {
    font-size: 0.12rem;
    padding-bottom: 0.45rem;
}
.cont2 ul li a .btn {
    width: 2.4rem;
    height: 0.5rem;
    bottom: -0.25rem;
    margin-left: -1.2rem;
}
.cont2 ul li a .btn b {
    font-size: 0.15rem;
}
}


/* recommend
------------------------------------------------- */
.recommend {
    width: 70.7%;
    margin-left: 29.3%;
    padding-bottom: 2rem;
}
.recommend .ttl {
    font-size: 0.13rem;
    font-weight: 500;
    line-height: 1.3;
    border-bottom: 0.005rem dashed #716F6F;
    padding-bottom: 0.12rem;
    margin-bottom: 0.52rem;
}
.recommend ul li a {
    width: 100%;
    height: 100%;
    border-bottom: 0.005rem dashed #716F6F;
    padding: 0.2rem 0.13rem 0.13rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
    position: relative;
}
.recommend ul li a::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background-color: #0F58AA;
    position: absolute;
    left: 0;
    bottom: -0.005rem;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.6s;
}
.recommend ul li a p {
    font-size: 0.3rem;
    line-height: 1;
    color: #0F58AA;
    margin-bottom: 0.05rem;
}
.recommend ul li a p span {
	display: block;
	overflow: hidden;
}
.recommend ul li a p span b {
	display: block;
    font-weight: 500;
	position: relative;
	transition: 0.4s;
}
.recommend ul li a picture {
    width: 3.1rem;
    height: 1.6rem;
    position: relative;
    overflow: hidden;
}
.recommend ul li a picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.recommend ul li a picture::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(93,135,157,0.2);
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (min-width:751px){
.recommend ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.recommend ul li a p span b::after {
	position: absolute;
	left: 0;
	top: 1.5em;
}
.recommend ul li a:hover p span b {
	transform: translateY(-1.5em);
}
.recommend ul li.comp1 a p span b::after {
	content: '玉川グループとは';
}
.recommend ul li.comp2 a p span b::after {
	content: '代表挨拶・理念';
}
.recommend ul li.comp3 a p span b::after {
	content: '100年の歩み';
}
.recommend ul li.comp4 a p span b::after {
	content: '拠点・グループ紹介';
}
.recommend ul li.serv0 a p span b::after {
	content: 'サービス';
}
.recommend ul li.serv1 a p span b::after {
	content: 'リネンサプライ';
}   
.recommend ul li.serv2 a p span b::after {
	content: 'クリーニング';
}    
.recommend ul li.serv3 a p span b::after {
	content: '寝具リース';
}
.recommend ul li.serv4 a p span b::after {
	content: '製品販売';
}
.recommend ul li.serv5 a p span b::after {
	content: '介護サービス';
}
.recommend ul li a:hover picture img {
    transform: scale(1.08);
}
}
@media screen and (max-width:750px){
.recommend {
    width: 90%;
    margin-left: 10%;
    padding-bottom: 1rem;
}
.recommend .ttl {
    border-bottom: 0.01rem dotted #716F6F;
    margin-bottom: 0.2rem;
}
.recommend ul li a {
    border-bottom: 0.01rem dotted #716F6F;
    padding: 0.2rem 0.12rem 0.12rem 0;
}
.recommend ul li a p {
    font-size: 0.2rem;
}
.recommend ul li a picture {
    width: 1.25rem;
    height: 0.75rem;
}
}


/* footer
------------------------------------------------- */
#footer {
    height: 3.66rem;
    background: url("../img/recruit/footer_bg.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 1.03rem;
    box-sizing: border-box;
}
#footer .logo {
    width: auto;
    padding-bottom: 0.24rem;
}
#footer .logo a {
    display: flex;
    align-items: center;
}
#footer .logo a img {
    display: block;
    width: 2.25rem;
    margin-right: 0.28rem;
}
#footer .logo a span {
    display: block;
    font-size: 0.13rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}
#footer p {
    font-size: 0.21rem;
    font-weight: 300;
    line-height: 1.45;
    padding-bottom: 0.7rem;
}
#footer .btn {
    width: 2.26rem;
    height: 0.37rem;
}
#footer .btn a {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.268%22%20height%3D%2212.423%22%20viewBox%3D%220%200%2019.268%2012.423%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6906%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206906%22%20transform%3D%22translate(-1209%20-4409.577)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_37119%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2037119%22%20transform%3D%22translate(1209%204413)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2216%22%20height%3D%229%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_73%22%20data-name%3D%22%E3%83%91%E3%82%B9%2073%22%20d%3D%22M1213.608%2C4409.077h14.161v6.678%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 95% center no-repeat;
    background-size: 0.1877rem auto;
    border: 0.01rem solid #0F58AA;
    border-radius: 0.11rem;
    font-size: 0.14rem;
    font-weight: 400;
    padding-left: 0.07rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
#footer small {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.04em;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (min-width:751px){
#footer .btn a:hover {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.268%22%20height%3D%2212.423%22%20viewBox%3D%220%200%2019.268%2012.423%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6906%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206906%22%20transform%3D%22translate(-1209%20-4409.577)%22%3E%20%3Cg%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_37119%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2037119%22%20transform%3D%22translate(1209%204413)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2216%22%20height%3D%229%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%228%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_73%22%20data-name%3D%22%E3%83%91%E3%82%B9%2073%22%20d%3D%22M1213.608%2C4409.077h14.161v6.678%22%20transform%3D%22translate(0%201)%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') 95% center no-repeat #0F58AA;
    background-size: 0.1877rem auto;
    color: #fff;
}
}
@media screen and (max-width:750px){
#footer {
    height: auto;
    background-image: url("../img/recruit/footer_bg_sp.jpg");
    padding: 0.6rem 0 0.25rem;
}
#footer .logo {
    padding: 0 0.1rem 0.1rem 0;
}
#footer .logo a {
    justify-content: center;
}
#footer .logo a img {
    width: 2rem;
    margin-right: 0.15rem;
}
#footer .logo a span {
    font-size: 0.12rem;
}
#footer p {
    text-align: center;
    font-size: 0.18rem;
    padding-bottom: 0.35rem;
}
#footer .btn {
    width: 2rem;
    height: 0.3rem;
    margin: 0 auto 0.5rem;
}
#footer .btn a {
    font-size: 0.12rem;
    background-size: 0.16rem auto;
    padding-left: 0.1rem;
}
#footer small {
    display: block;
    width: 100%;
    font-size: 0.1rem;
    text-align: center;
    position: static;
}
}