body{
    margin: 0;
    padding: 0;
}

.staff_title {
    color: #fff;
    background: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/staff_schedule_img/title_bk.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
    text-align: center;
    height: 300px;
    padding-top: 80px;
}

.staff_title h2 {
    border-bottom: 2px solid #FE8100;
    font-weight: normal;
    width: fit-content;
    margin: 0 auto 30px;
    padding-top: 20px;
	font-size:24px;
}

.flex {
    display: flex;
}

.right {
    float: right;
}

.end {
    align-items: flex-end;
}

.f_14 {
    font-size: 14px;
}

.character_box {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    margin-top: -40px;
}

.character_profile {
    width: 300px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.character_profile h3 {
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 0;
	
}

.character_box img {
    width: 280px;
    height: auto;
}

.schedule_main {
    clear: both;
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/staff_schedule_img/schedule_bk.jpg);
    background-attachment: fixed;
    padding: 80px 0 40px 0;
}

.staff_s,
.staff_y {
    width: 50%;
}

.staff_s {
    text-align: right;
    padding-right: 20px;
}

.staff_y {
    padding-left: 20px;
}

.staff_s img,
.staff_y img {
    max-width: 400px;
    height: auto;
}

.staff_s {
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/staff_schedule_img/staff_s.png);
    background-repeat: no-repeat;
    background-size: 335px;
    background-position: right 300px top 140px;
}

.staff_y {
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/staff_schedule_img/staff_y.png);
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: 260px 140px;
}

.schedule_main p {
    text-align: right;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 40px;
}
/* スケジュール */
.schedule_box{
    max-width: 400px;
}
.schedule_box span{
    display: block;
    font-size: 24px;
}
.staff_s .schedule_box{
    max-width: 400px;
    margin-left: auto;
}
.staff_y .schedule_box{
    margin-right: auto;
}
.staff_s h3,
.staff_y h3{
    font-size: 0.8em;
    background: #4ccdd6;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 8px 10px;
    text-align: center;
    box-shadow: 3px 3px 3px rgb(0,0,0,0.2);
    margin-bottom: 10px;
}
.staff_y h3{
    background: #ff9c25;
}
.schedule_box p{
    text-align: center;
    padding: 0;
}
.schedule_list{
    margin-top: 30px;
}
.schedule_list dl {
    display: flex;
    width: 90%;
    margin-left: auto;
    position: relative;
}
.schedule_list dl dt{
    border: 1px solid #4ccdd6;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    color: #4ccdd6;
    font-weight: bold;
    font-size: 0.8em;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    box-shadow: 3px 3px 3px rgb(0,0,0,0.2);
}
.schedule_list dl dt.one_line{
    padding-top: 20px;
}
.schedule_list dl dd.one_line{
    padding-top: 18px;
}
.schedule_list dl .dashed{
    border-bottom: 2px dashed #4ccdd6;
    position: absolute;
    width: 30px;
    top: 30px;
    left: 65px;
}
.schedule_list dl dd{
    border: 1px solid #4ccdd6;
    border-radius: 10px;;
    background: #fff;
    text-align: justify;
    padding: 8px 10px;
    width: 65%;
    box-shadow: 3px 3px 3px rgb(0,0,0,0.2);
}
.staff_y .schedule_list dl{
    margin: 20px auto 0 0;
}
.staff_y .schedule_list dl .dashed{
    border-bottom: 2px dashed #ff9c25;
}
.staff_y .schedule_list dl dt{
    border-color: #ff9c25;
    color: #ff9c25;
}
.staff_y .schedule_list dl dd{
    border-color: #ff9c25;
}


.merit {
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 0;
}

.merit_text h4 {
    font-size: 24px;
    color: #FE8100;
    font-weight: bold;
}

.merit img {
    max-width: 450px;
    height: auto;
    /* height: fit-content; */
}

.merit_box01 {
    flex-flow: row-reverse;
    margin-bottom: 80px;
}

.merit_box01,
.merit_box02 {
    justify-content: space-around;
}

.merit_text p {
    max-width: 360px;
}

.merit_box02 .merit_text {
    padding-top: 40px;
}

.conversion {
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/staff_schedule_img/conversion_bk.jpg);
    background-attachment: fixed;
}

.conversion_bkimg {
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/staff_schedule_img/wako_03.png);
    background-repeat: no-repeat;
    background-size: 440px;
    background-position: 0 40px;
    max-width: 980px;
    height: 450px;
    margin: 0 auto;
	position:relative;
}

.conversion h3 {
    text-align: left;
    color: #FE8100;
    padding-top: 50px;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    right: 20px;
}

.conversion_button {
    clear: both;
    text-align: center;
}

.conversion_button button {
    background-color: #4DCDD6;
    border: none;
    color: #fff;
    font-size: 16px;
	font-weight:bold;
    width: 300px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: .3s;
    margin: 50px 30px 0 30px;
	position: absolute;
    top: 160px;
}

.conversion_button button:hover {
	transform:scale(1.1);
}

.conversion_button button::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 8px;
    margin: 0 0 3px 10px;
    background-image: url(//stepys.com/renewal2024/wp-content/themes/xeory_extension_child/lowerpage_parts/staff_schedule_img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}
footer .footermenu_wrap{
	margin-top:0;
}
@media only screen and (max-width:958px) {
    .f_14 {
        font-size: 12px;
    }

    .staff_title {
        margin: 0;
    }
    .staff_s .schedule_box{
        padding-left: 10px;
    }
    .staff_y .schedule_box{
        padding-right: 10px;
    }
    .staff_s img,
    .staff_y img {
        width: 85%;
    }

    .staff_s {
        background-size: 70%;
    background-position: left -15vw bottom;
    }

    .staff_y {
            background-size: 92%;
    background-position: 28vw bottom;
    }

    .merit {
        padding: 60px 10px;
    }

    .merit img {
        width: 35%;
		height:35%;
        margin: 40px 40px 0 10px;
    }

    .merit_box02 img {
        width: 35%;
		height:35%;
        margin: 60px 0 0 40px;
    }

    .merit_box01 {
        margin-bottom: 0;
    }

    .merit_box02 .merit_text {
        padding-top: 20px;
    }
	.merit_text h4{
		margin-top :60px;
	}
    .conversion h2 {
        font-size: 24px;
        width: 60%;
    }

    .conversion_bkimg {
        background-position: -10vw 40px;
		position:relative;
    }

    .conversion_button button {
        margin: 40px 20px;
        width: 40%;
        height: 60px;
        font-size: 0.9em;
    }
}
@media only screen and (max-width:770px) {
	.conversion h3{
		width:65%;
	}
	.conversion_button button {
        top: 200px;
    }
}
	

@media only screen and (max-width:680px) {
    .staff_title {
        height: auto;
        padding: 80px 20px 40px 20px;
        background-size: cover;
        text-align: left;
    }

    .character_box img {
        width: 60%;
        margin-right: -10%;
        max-width: 280px;
    }

    .character_box {
        padding: 0 10px;
        overflow: hidden;
        margin: 0;
    }

    .character_profile {
        margin: 20px 0;
    }

    .character_profile h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .character_profile p {
        font-size: 14px;
    }

    .schedule_main {
        padding: 120px 0;
    }

    .staff_box.flex {
        display: block;
    }

    .staff_s,
    .staff_y {
        width: auto;
        overflow: hidden;
        padding: 0 10px;
        background-size: contain;
    }

    .staff_s img,
    .staff_y img {
        padding-right: 5%;
    }

    .staff_s {
        background-position: left -40% bottom 0;
        margin-bottom: 120px;
    }

    .staff_y {
        background-position: right -200px bottom 0;
    }
    .schedule_main p {
        text-align: left;
        padding: 20px 10px 0 10px;
    }

    .merit {
        padding: 20px 10px 100px 10px;
    }

    .merit_box01.flex,
    .merit_box02.flex {
        display: block;
        text-align: center;
    }

    .merit img {
        width: 80%;
        height: auto;
        margin: 0;
        padding-top: 40px;
        max-width: 400px;
    }

    .merit_text {
        margin: 0 auto;
        width: fit-content;
        text-align: left;
    }

    .conversion h3 {
        clear: both;
        padding: 20px 10px 40px 10px;
    }

    .conversion_button button {
        max-width: 300px;
        width: 80%;
        margin: 20px 0;
    }
}
@media only screen and (max-width:630px) {
		.conversion h3{
		width:55%;
	}
	.conversion_button button{
	top: 200px;
	right: 20px;}
}
@media only screen and (max-width:610px) {
        .staff_s {
        background-size: 60%;
    }
        .staff_y {
        background-size: 80%;
    }
	.conversion h3{
		font-size:24px;
	}
	.conversion_button button{
	top: 250px;
	}
}
@media only screen and (max-width:500px) {
            .staff_y {
        background-position: right -180px bottom 0;
    }
	.conversion h3 {
        width: 100%;
        right: unset;
		padding: 20px;
	}
	    .conversion_bkimg {
			background-position: -10vw 100px;
	}
	    .conversion_button button {
        top: 320px;
			right: 0;
  left: 0;
  margin: 0 auto;
	}
}
@media only screen and (max-width:450px) {
    .schedule_list dl{
        width:100%;
    }

    .staff_s {
        background-size: 60%;
        background-position: left -80px bottom 0;
        padding-left: 0;
    }
    .staff_y {
        background-size: 95%;
        background-position: left -80px bottom 0;
        padding-right: 0;
    }
        .staff_s .schedule_box,
    .staff_y .schedule_box{
        width: fit-content;
        margin: 0 auto;
    }
}
@media only screen and (max-width:430px) {
    .conversion_bkimg {
        background-position: 0px 100px;
        background-size: 100%;
    }
}
@media only screen and (max-width:395px) {
        .staff_s {
        background-size: 75%;
        background-position: left -80px bottom 0;
    }
}
@media only screen and (max-width:340px) {
    .schedule_list dl{
        width:100%;
    }
            .staff_s {
        background-size: 90%;
        background-position: left -80px bottom 0;
    }
    .staff_y {
        background-size: 120%;
        background-position: left -80px bottom 0;
    }
    .schedule_list dl dd {
        width: 70%;
    }
}
