@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --text: #3F6084;
    --base: #FFFEF6;
    --blue: #E7F0F6;
    --darkblue: #A2C6FF;
    --pink: #FAC7C1;
}
html {
    font-size: 10px;
    overflow-y: scroll;
}
body {
    font-size: 1.6em;
    line-height: 1;
    font-family: "Kiwi Maru", serif;
    color: var(--text);
    background: var(--base);
}
a {
    text-decoration: none;
    color: inherit;
}
 img {
    width: 100%;
} 
ul, ol, dl {
    list-style: none;
}

/* ここからheader -------------------- */
.work header {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 2em 0 0 2em;
    gap: 1.5em;
}
.work header p {
    width: 300px;
}
.work header nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75em;
    width: 30%;
}
.work header nav ul li {
    font-size: 1.25em;
    background: #FFFFFF;
    box-shadow: 0 0 10px 5px #E7F0F6B3 inset;
    border-radius: 999px;
    width: 9.5em;
    text-align: center;
    padding: .75em 0;
    transition: 1s;
}
.work header nav ul li:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.work header {
    background: url(../img/topblue.webp) no-repeat right bottom/cover;
    height: 500px;
}
/* header -------------------- */
header .navi {
    position: relative;
    background: none;
}
header .navi label {
    display: none;
}
/* サイドメニュバー（スクロール時に動きあり） */
header .navi.mini {
    position: fixed;
    top: 1em;
    right: -41em;
    transition: right 1s ease;
    display: flex;
    align-items: center;
    background: var(--darkblue);
    color: #FFF;
    box-shadow: 0 0 10px 5px #639cf94d inset;
    border-radius: 999px 0 0 999px;
    height: 5em;
    z-index: 99999;
    overflow: hidden;
}
header .navi.mini:hover {
    right: 0;
}
header .navi.mini label {
    display: block;
    font-size: 1em;
    white-space: nowrap;
    z-index: 1;
    margin: 0 1em;
}
header .navi.mini nav {
    display: block;
  }
header .navi.mini nav ul {
    display: flex;
    flex-direction: row;
    gap: 1em;
    margin: 0;
    padding: 0;
    width: 100%;
}
header .navi.mini nav ul li {
    font-size: 1em;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    width: auto;
    text-align: center;
    margin-right: 1em;
}
header .navi.mini nav ul li a>span{
    display: inline;
    text-align: center;
    line-height: 1.5;   
}
header .navi.mini ul li:hover {
    text-decoration: underline;
}
#bar {
    display: none;
}
.barCover {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* main */
main {
    background: url(../img/cover.webp) repeat-y top center/cover;
    margin-top: -10em; /* cover画像に近づけるため*/
}
/* 見学申し込みサイドバー */
.lead {
    display: flex;
    align-items: center;
    gap: 1em;
    background: var(--pink);
    box-shadow: 0 0 10px 5px #ed9b9299 inset;
    border-radius: 999px 0  0 999px;
    width: 31em;
    margin: 0 0 0 auto;
    transition: .5s;
    position: sticky;
    top: 0;
    z-index: 10;
}
.lead:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.lead a {
    display: block;
    text-align: right;
    color: #FFFFFF;
    font-size: 2em;
    width: 100%;
    padding: .75em 0;
}
.lead a>span {
    display: inline-block;
    text-align: center;
    line-height: 1.5;   
}
.lead img {
    width: 2.5em;
    height: 2.5em;
    object-fit: contain;
    margin: 0 2em 0 0;
}
.lead.mini {
    position: fixed;
    top: 10em;
    right: 0;
    width: 15em;
    border-radius: 999px;
    transform: scale(0.8);
    box-shadow: 0 0 10px 5px #ed9b9299 inset;
    font-size: .75em;
}
.lead.mini img {
    display: none;
}
.lead.mini a {
    padding: .75em;
    text-align: center;
}

.lead.mini:hover {
    transform: scale(1.1);
    transition-duration: .5s;
}
.midashi{
    display: block;
    text-align: center;
    font-size: 2.5em;
    font-weight: 500;
    margin:  0 auto;
    padding: 4em 0 0 0;
}
.midashi span{
    background: linear-gradient(transparent 80%, #3F60841A 80%);
    padding-bottom: .1px;
}
/* about **********************************/
h1{
    width: 300px;
}
/* 勤務例のエリア */
.salary{
    width: 90%;
    max-width: 900px;
    margin: 0 auto; 
}
.strong{
    font-size: 36px;
    margin: 20px 10px 20px 10px;
    border: solid 2px #FAC7C1;
}
.small{
    margin-top: 1.25em;

    font-size: 24px;
}
.p-area{
    display: flex;
    text-align: center;
}
.compensate{
    font-size: 24px;
    color: #FFF;
    background-color:#3F6084;
}
.white{
    background-color: #FFF;
    border: solid 2em #3F6084;
    /* width: 900px; */
    margin: 0 auto;
}
.arrow{
    width: 50px;
    height: 20px;
    margin-right: 5px;
}
.b-area{
    display: flex;
    justify-content: center;  
}
.supplement{
    line-height: 1.6em;
}
.time{
    line-height: 1.6em;
}
/* 猫つきタイトル */
.catA{
    width: 50px;
    height: 60px;
    margin-right: 5px; 
}
.title{
    margin-top: 1em;
}
.blackcat{
    display: flex;
    margin: 20px 0 20px 10px;
    padding-top: 3em;
}
/* 猫つきタイトル終わり */

/* 時差勤務制度のエリア */

.font{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.6em;

}
.tokei-area{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; 
    display: flex; 
    justify-content: space-evenly; 

}
.tokei{
    width: 140px;
    height: 140px; 
}
.tokei-A{
    display: flex;
    flex-flow: column;
    text-align: center;
    gap: .25em;
} 

/* 1日の流れのエリア */
.oneday{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; 
    text-align: center;
} 
.schedule{
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
/* 作業内容 */
.Work{
    display: flex;
    flex-flow: column;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; 
    padding: 1em 2em;
    border: solid 3px #FAC7C1;
    background-color: #FFFFFF;
    position: relative;
}
.pc{
    width: 200px;
    height: 180px;
    position: absolute;
    right: 3em;
}
.quality{
    font-size: 36px;
}
.pdf{
    font-size: 30px;
    margin-top: 4em;
    line-height: 1.5;
}
/* 勤務例 */

.compensate{
    font-size: 20px;
    line-height: 1.3;
    color: #FFF;
    background-color:#3F6084;
}
.arrowvertical{
    width: 20px;
    height: 30px;
}
.b-area{
    display: flex;
    justify-content: center;  
    text-align: center;
    align-items: center;
}
/* 時差勤務エリア */
.font{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 30px 30px 30px;
    line-height: 1.5;
}
.tokei-A{
display: flex;
flex-flow: column;
text-align: center; 
align-items: center;
/* gap: .7em; */
}
.tokei{
    width: 100px;
    height: 100px;   
}

/* ここからfooter -------------------- */
footer {
    background: url(../img/footer.webp) no-repeat top center/cover;
}

/* address ---------- */
.address {
    font-style: normal;
    width: 100%;
    margin: 0 auto;
    padding: 3em 1.5em 0;
    display: flex;
    justify-content: center;
    gap: 3em;
}
.address ul {
    display: flex;
    flex-flow: column;
    gap: 2em;
}
.address ul li h4 {
    font-size: 3em;
    font-weight: 500; 
    line-height: 1.25;
}
.address ul li h4>span {
    font-size: .375em;
    font-weight: normal;
}
.address ul li p {
    font-size: 1.125em;
    line-height: 1.75;
}
.address ul li a:hover {
    text-decoration: underline;
}
.address iframe {
    width: 40%;
    margin-top: 1.5em;
}

/* footerNav ---------- */
.footerNav {
    width: 100%;
    margin: 0 auto;
}
.footerNav ul {
    display: flex;
    flex-flow: column;
    text-align: center;
    gap: 1em;
    padding: 8em 1.5em 3em;
}
.footerNav ul li {
    font-size: 1em;
}

/* footerCopy ---------- */
.copyright {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1.5em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1em;
}
.copyright small {
    margin-bottom: .5em;
}
.copyright img {
    width:50px;
}

/* 800px以下------------------------------------ */
@media screen and (max-width: 800px) {


.lead {
    width: 28em;
}
.lead a {
    font-size: 1.75em;
}
.lead img {
    width: 2em;
    height: 2em;
}
.midashi{
    padding: 2.4em 0 0 0;
}
.address ul li h4 {
    font-size: 2em;
}
.address ul li p {
    font-size: 1em;
}
.address {
    flex-flow: column;
    align-items: center;
}
.address iframe {
    width: 85%;
    height: 250px;
    margin-top: 0;
}
.blackcat{
    display: flex;
    margin: 20px 0 20px 20px;
}
header:has(#bar:checked)~.barCover {
    display: block;
}
header:has(#bar:checked)~.barCover .barLabel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* 勤務例 */

.compensate{
    font-size: 20px;
    line-height: 1.3;
    color: #FFF;
    background-color:#3F6084;
}
.strong{
    font-size: 20px;
    margin: 20px 10px 20px 10px;
}
.small{
    font-size: 16px;
    text-align: center;
    margin-top: 2em; ;
}
.b-area{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 2em;
}
.arrowvertical{
    width: 20px;
    height: 30px;
}
.b-area{
    display: flex;
    justify-content: center;  
    text-align: center;
    align-items: center;
}
/* 時差勤務エリア */
.font{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 30px 30px 30px;
    line-height: 1.5;
}
.tokei{
    width: 100px;
    height: 100px; 
   
}
.tokei-area{
width: 100%;
max-width: 370px;
margin: 0 auto; 
display: flex; 
flex-flow: column;
gap: 1em; 
} 
.tokei-A{
display: flex;
flex-flow: column;
text-align: center; 
align-items: center;
}
/* 作業内容 */
 .Work{
display: block;
flex-flow: column;
width: 90%;
max-width: 350px;
margin: 0 auto; 
padding: 1em 2em;
border: solid 3px #FAC7C1;
background-color: #FFFFFF;
position: relative;
}
.pc{
width: 180px;
height: 140px;
position: absolute;
top: 5em; 
margin-right: .5em;
}
.quality{
font-size: 23px;
}
.pdf{
font-size: 23px;
margin-top: 10em;
margin-bottom: 3em;
line-height: 1.5;
}  
}
/* ＊＊＊＊＊＊＊＊＊画像変更事項＊＊＊＊＊＊＊＊＊ */
/* スマートフォンで見たときは"schedule"のclassがついた画像が表示される */
@media only screen and (max-width: 799px) {
    .arrow { display: none !important; }
    .arrowvertical { display: block !important; }
}
/* パソコンで見たときは"schedule"のclassがついた画像が表示される */
.arrow { display: block !important; }
.arrowvertical { display: none !important; }
/* スマートフォンで見たときは"schedule"のclassがついた画像が表示される */
@media only screen and (max-width: 799px) {
    .arrow { display: none !important; }
    .arrowvertical { display: block !important; }
}
/* ＊＊＊＊＊＊＊＊＊1日の流れの画像変更事項＊＊＊＊＊＊＊＊＊ */
/* パソコンで見たときは"schedule"のclassがついた画像が表示される */
.schedule { display: block !important; }
.scheduleB { display: none !important; } 
/* スマートフォンで見たときは"schedule"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .schedule { display: none !important; }
    .scheduleB { display: block !important; }
}
/* 494以下 */
@media screen and (max-width: 494px) {

    .tokei{
        width: 100px;
        height: 100px; 
}
    .tokei-area{
        width: 100%;
        max-width: 300px;
        margin: 0 auto; 
        display: block; 
} 
}
/* 480px以下----------------------------------- */
@media (max-width:480px) {
    .work header nav ul li{
        font-size: 1em;
    }
    .work header  {
        height: 470px;
    }
    header .navi.mini {
        position: fixed;
        top: 1em;
        right: -22em;
        transition: right 1s ease;
        display: flex;
        align-items: center;
        background: #FFF;
        box-shadow: 0 0 10px 5px #E7F0F6B3 inset;
        border-radius: 999px 0 0 999px;
        height: 3em;
        z-index: 99999;
        overflow: hidden;
    }
    header .navi.mini label {
        font-size: .75em;
    }
    header .navi.mini nav ul li {
        font-size: .5em;
        background: none;
        box-shadow: none;
        border-radius: 0px;
        width: auto;
        text-align: center;
        margin-right: .5em;
    }
    .lead {
        width: 20.5em;
    }
    .lead a {
        font-size: 1.25em;
    }
    .lead.mini {
        top: 5.5em;
        width: 8em;
    }
    .lead.mini a {
        font-size: 1em;
    }
}