@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New&display=swap');
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}
.shippori {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    font-variant-ligatures: normal;
}
.zen{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-style: normal;
}
.text_65{
    font-size: 6.5rem;
}
.lh_08{
    line-height: 0.8;
}
.bg_lightgray {
    background-color: #f3f3f3;
}
.bg_latticered{
    background-color: #ce1912;
    background-image:
    linear-gradient(rgba(255,255,255,0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.4) 1px, transparent 1px);
    background-size: 180px 180px;
}
@media print, screen and (max-width: 768px) {
    .bg_latticered {
        background-size: 130px 130px;
    }
}
@media print, screen and (max-width: 599px) {
    .bg_latticered {
        background-size: 100px 100px;
    }
}
.nowrap{
    text-wrap: nowrap;
}
/* style.css変更箇所 */
header{
    display: none;
}
@media print, screen and (min-width: 1250px) {
    footer, main, .lono_frame {
        max-width: initial;
    }
}
@media print, screen and (max-width: 1120px) {
	.main_frame{
		padding-left: 4.5%;
		padding-right: 4.5%;
	}
    .main_frame.p_lrnone{
        padding-left: 0;
        padding-right: 0;
    }

}/*END*/
@media print, screen and (max-width: 599px) {
    .main_frame.p_lrnone{
		padding-left: 4.5%;
		padding-right: 4.5%;
    }

}/*END*/
/*----------------------------------------
	intro
----------------------------------------*/
.intro_flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7%;
}
.intro_sub{
    flex: 0 0 7%;
}
.intro_sub img{
    float: right;
}
.intro_inner_flex {
    display: flex;
    align-items: self-end;
    justify-content: center;
    gap: 4%;
}
.intro_respon{
    max-width: 110%;
}
@media print, screen and (max-width: 1120px) {
    .intro_sub {
        flex: 0 0 3%;
    }
    .intro_flex {
        gap: 4%;
    }
}
@media screen and (max-width: 768px) {
    .intro_inner_flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 30px;
    }
    .intro_respon{
        max-width: 90%;
    }
}

/*----------------------------------------
	wanted
----------------------------------------*/
.wanted_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}
.wanted_flex > div{
    width: 50%;
}
.wanted_h3_ttl{
    max-width: 555px;
    width: 100%;
}
@media screen and (max-width: 599px) {
    .wanted_flex {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .wanted_flex.normal_column{
        flex-direction: column;
    }
    .wanted_flex > div{
        width: 100%;
    }
    .wanted_h3_ttl{
        width: 80%;
    }
}
/*----------------------------------------
	works
----------------------------------------*/
.bg_works{
    background-image: url(../images/lp_recruit/bg_works.jpg);
    background-size: cover;
    background-position: center;
}
.bg_mastered{
    background: #e5e81e;
}
.bg_gray{
    background: #a6a6a6;
}
.works_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.works_flex > div{
    width: 50%;
}
.works_p {
    padding: 4% 5%;
}
.check_icon {
    position: relative;
    padding-left: 35px;
}

.check_icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;  
    height: 27px;
    background: url(../images/lp_recruit/icon_check.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}
.h2_ttl img {
    max-width: 537px;
    width: 45%;
}
.works_h3_ttl{
    max-width: 549px;
    width: 100%;
}
.boder_bw{
    border-bottom: 9px solid #fff
}
@media screen and (max-width: 599px) {
    .works_flex {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 50px 0;
    }
    .works_flex.normal_column {
        flex-direction: column;
    }
    .works_flex > div {
        width: 100%;
    }
    .works_p {
        padding: 0;
    }
    .works_h3_ttl{
        width: 80%;
    }
    .h2_ttl img {
        width: 60%;
    }
}
/*----------------------------------------
	requirements
----------------------------------------*/
#recruit_table {
    border-top: none;
}
#recruit_table th{
    background: none;
}
#recruit_table td{
    font-weight: bold;
}
#recruit_table td span {
    font-weight: 500;
}
@media screen and (max-width: 599px) {
    #recruit_table tr {
        display: flex;
        flex-direction: column;
    }
    #recruit_table th{
        background: #ce1912;
        color: #fff;
    }
}
.mail-btn {
    font-size: 3.6rem;
    display: inline-block;
    padding: 4% 8%;
    background: #000000;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    border: 8px solid #000;
    text-decoration: none;
    pointer-events: auto;
}
#privacy-check {
    display: none;
}
.privacy_a{
    color: #5f70c9;
    text-decoration: #5f70c9 underline;
}
label {
    position: relative;
    padding-left: 28px; 
    cursor: pointer;
    user-select: none;
}

label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    border: 2px solid #d1cfcf;
    background: #fff;
}

#privacy-check:checked + span::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    padding-top: 6px;
    top: 3px;
    left: 5px;
    border-left: 2px solid #5f70c9;
    border-bottom: 2px solid #5f70c9;
    transform: rotate(-45deg);
}
#error-msg {
    background: #fff7f8;
    width: fit-content;
    margin: 20px auto 0 auto;
    padding: 0.5em 1em;
}
@media screen and (max-width: 599px) {
    .mail-btn {
        font-size: 2.4rem;
    }
}