/***** 固定メニュー *****/

.navi ul .fixation a {
	color: #00a0e9;
	font-weight: bold;
	text-shadow: 0.1vw 0.1vw 0.1vw #f0f0f0;
	}

.navi ul .fixation a::before {
	transform-origin: center top;
	transform: scale(1, 1);
  	}

/***** メインコンテンツ *****/

main {
    width: 100vw;
	height: auto;
	margin-top: 7vw;
    margin-bottom: 10vw;
	padding: 0;
	letter-spacing: 0.2vw;
	display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
    }

.title {
    aspect-ratio: 3/1;
    width: 100%;
    height: auto;
    margin-bottom: 10vw;
    background: url(../image/Job_openings/work2.webp) no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.title div {
    box-sizing: border-box;
    width: 90%;
    height: 70%;
    background: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    }

h2 {
    font-size: 4vw;
    text-align: center;
    text-shadow: 0.3vw 0.3vw 0.2vw #fff;
    }

section {
    width: 90%;
    height: auto;
    margin: 10vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.job_description {
    box-sizing: border-box;
    background: rgb(255, 255, 255, 0.9);
    border-radius: 2vw;
    padding: 3vw;
    justify-content: center;
    }

.job_description div {
    width: 100%;
	height: auto;
	padding: 5vw;
	box-sizing: border-box;
	border: solid 0.5vw #ffe100;
	border-radius: 2vw;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    }

.job_description div h3 {
    margin: 1% 0;
    font-size: 3.5vw;
	font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    }

.job_description div p {
    box-sizing: border-box;
    color: #fff;
    width: 90%;
    height: auto;
    margin: 7% 0;
    padding: 2% 3%;
    background: #00a0e9;
    border-radius: 2vw;
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 3vw;
    text-align: justify;
    }

.job_description div p span {
    text-decoration: underline;
    font-weight: bold;
    }

.job_description div dl {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 5vw;
    background: url(../image/share/context_top.webp) top 1vw center no-repeat, url(../image/share/context_bottom.webp) bottom 0.5vw center no-repeat;
    background-size: 90% auto;
    font-size: 1.2vw;
    display: flex;
    flex-wrap: wrap;
    }

.job_description div dl dt {
    width: 15%;
    height: auto;
    padding: 3% 0;
    font-weight: bold;
    text-align: center;
    }

.job_description div dl dd {
    width: 85%;
    height: auto;
    padding: 3% 0;
    text-align: justify;
    }

.entry {
    height: 50vw;
    margin-bottom: 20vw;
    justify-content: space-evenly;
    }

.message {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: rgb(255, 255, 255, 0.9);
    border-radius: 2vw;
    padding: 3vw;
    }

.message img{
    position: absolute;
    top: -55%;
    left: 50%;
    transform: translatex(-50%);
    width: 55%;
    height: auto;
    }

.message p {
    box-sizing: border-box;
    width: 100%;
	height: auto;
	padding: 5vw;
	/* background: url(../recruit.cotton-w.com/image/oshigoto/nakayoshi.webp) right -10% bottom -10% / auto 50% no-repeat; */
	border: solid 0.5vw #ffe100;
	border-radius: 2vw;
    font-size: 2vw;
    text-align: center;
    line-height: 4vw;
    }

.entry_link {
    animation: 5s fuwafuwa infinite;
    z-index: 1;
    }

@keyframes fuwafuwa {
	0%, 100% {
	    transform: translateY(0);
	    }
	50% {
	    transform: translateY(-15px);
	    }
    }

.entry_link a {
    color: #000;
    padding: 10vw;
    background: url(../image/Job_openings/cloud.svg) center center / 90% auto no-repeat;
    filter: drop-shadow(0.3vw 0.3vw 0.5vw #fff);
    font-size: 2vw;
    font-weight: bold;
    text-decoration: none;
    }

.entry_link a:hover {
    filter: drop-shadow(0.6vw 0.6vw 1vw #ffe100);
    transition: all 0.5s;
    }

/* -----------------------*/
/* ----- ↓↓↓ タブ ↓↓↓ -----*/
/* -----------------------*/

/* .tab_item {
    box-sizing: border-box;
    width: calc(100%/4);
    height: 8vw;
    margin-bottom: 3vw;
    background: rgb(255, 255, 255, 0.9);
    color: #00a0e9;
    font-size: 1.2vw;
    font-weight: bold;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    }

.tab_item:hover {
    opacity: 0.75;
    }

input[name="tab_item"] {
    display: none;
    }

.tab_content {
    display: none;
    margin: 0;
    clear: both;
    overflow: hidden;
    }

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
    display: block;
    }

.tab_container input:checked + .tab_item {
    background-color: #00a0e9 ;
    color: #fff;
    } */

/* -----------------------*/
/* ----- ↑↑↑ タブ ↑↑↑ -----*/
/* -----------------------*/

/* article {
    width: 90%;
    height: auto;
    margin: 10vw 0;
    }

article section {
    width: 100%;
    height: auto;
    }

article section .pack {
    box-sizing: border-box;
    width: 90%;
    height: auto;
    padding:  20% 3% 15% 3%;
    margin: 5% auto; */
    /* background: url(../img/bord.webp) center / 120% 110% no-repeat; */
    /* background: url(../image/Job_openings/bord_top.webp) top center / 120% auto no-repeat, url(../image/Job_openings/bord_middle.webp) center / 120% 80% no-repeat, url(../image/Job_openings/bord_bottom.webp) bottom center / 120% auto no-repeat;
	border-radius: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.pack hgroup {
    width: 50%;
    height: auto;
    margin: 1vw 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.pack hgroup h2 {
    box-sizing: border-box;
    font-size: 2.5vw;
    margin: 2vw 0 1vw 0;
    border-bottom: solid 0.3vw #000;
    }

.pack hgroup p {
    padding: 0;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    }

.pack hgroup h2 span {
    font-size: 5vw;
    }

.part1 .pack hgroup h2 span {
    color: blue;
    }

.part2 .pack hgroup h2 span {
    color: green;
    }

.part3 .pack hgroup h2 span {
    color: red;
    }

.part4 .pack hgroup h2 span {
    color: orange;
    }

.pack h3 {
    width: 90%;
    height: auto;
    font-size: 1.5vw;
    padding: 1vw 0;
    }

.pack h4 {
    width: 85%;
    height: auto;
    font-size: 1.3vw;
    padding: 0.2vw 0;
    } */

/* .job_description div p {
    width: 80%;
    height: auto;
    padding: 1vw 0;
    line-height: 2vw;
    } */



@media (max-width: 960px){



	/***** メインコンテンツ *****/

	main {
        margin-top: 0;
        }

	h2 {
		font-size: 6vw;
		text-shadow: 0.5vw 0.5vw 0.1vw #fff;
		}

	section {
		width: 96%;
		}

    .job_description div h3 {
        font-size: 5vw;
        }

    .job_description div p {
        width: 98%;
        font-size: 3vw;
        font-weight: normal;
        line-height: 5.2vw;
        text-align: left;
        }

    .job_description div dl {
        background: url(../image/share/context_top.webp) top 1vw center no-repeat, url(../image/share/context_bottom.webp) bottom 0.5vw center no-repeat;
        background-size: 100% auto;
        font-size: 3vw;
        }

    .job_description div dl dt {
        width: 20%;
        }

    .job_description div dl dd {
        width: 80%;
        }

    .recruiting p {
        font-size: 3vw;
        line-height: 5.2vw;
        }

    .message p {
        font-size: 3vw;
        line-height: 5vw;
        }

    .entry_link a {
        padding: 12vw;
        font-size: 3vw;
        }

    /* -----------------------*/
    /* ----- ↓↓↓ タブ ↓↓↓ -----*/
    /* -----------------------*/

    /* .tab_item {
        height: 18vw;
        margin-bottom: 5vw;
        font-size: 3vw;
        } */

    /* -----------------------*/
    /* ----- ↑↑↑ タブ ↑↑↑ -----*/
    /* -----------------------*/

    /* article {
        width: 96%;
        }

    article section {
        width: 100%;
        height: auto;
        }

    article section .pack {
        width: 95%;
        padding:  20% 3% 15% 3%;
        background: url(../image/Job_openings/bord_top.webp) top center / 120% auto no-repeat, url(../image/Job_openings/bord_middle.webp) center / 120% 80% no-repeat, url(../image/Job_openings/bord_bottom.webp) bottom center / 120% auto no-repeat;
        }

    .pack hgroup {
        width: 90%;
        height: auto;
        margin: 1vw 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        }

    .pack hgroup h2 {
        font-size: 6vw;
        }

    .pack hgroup p {
        font-size: 3vw;
        }

    .pack hgroup h2 span {
        font-size: 9vw;
        }

    .pack h3 {
        font-size: 4.5vw;
        }

    .pack h4 {
        width: 85%;
        height: auto;
        font-size: 4vw;
        padding: 0.5vw 0;
        }

    section div p {
        width: 80%;
        height: auto;
        padding: 1vw 0;
        font-size: 3vw;
        line-height: 5.2vw;
        } */
}