@charset "UTF-8";

#info_main_area{
    margin-top: 5.9rem;
    padding-bottom: 5rem;
}

.info_main_title{
    width: 100%;
    height: 245px;
    background-image: url("../img/info/info_main_bg_top.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position:right;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .info_main_title{
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    #info_main_area{
    margin-top: 4rem;
        padding-bottom: 1rem;
}
    .info_main_title{
        height: 80px;
    }
}

#info_mv_area{
    width:100%;
    margin: 0 auto;
}
.info_mv_box{
    width:  100%;
    height: 32.2em;
    background-image: url("../img/info/info_top_mv.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position:center center;
    background-size: cover;
    position: relative;
}
.info_mv_maincopy{
    position: absolute;
    z-index: 2;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
font-weight: bold;
font-size: 3.125vw;
line-height: 1.75;
text-align: center;
color: #fe9301;
    padding: .5em;
}
.info_mv_subcopy{
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0; 
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: .3em 0;
    font-size: 1.3020833333333335vw;
}
@media screen and (max-width: 800px) {
    .info_mv_maincopy{
        font-size: 3.7vw;
    }
    .info_mv_subcopy{
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 480px) {
    .info_mv_box{
        height: 10em;
    }
    .info_mv_maincopy{
        font-size: 5vw;
    }
    .info_mv_subcopy{
        bottom: -5em;
        padding: 1em;
        font-size: 2.8vw;
    }
}

#info_link_btn_area{
    max-width: 62.239583333333336vw;
    margin: 5em auto;
}
.info_link_btn_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 5em auto;
}
.info_link_btn_item{
    width: 48%;
    margin:0!important;
    padding: 0!important;
}
@media screen and (max-width: 800px) {
    #info_link_btn_area{
    max-width: 95vw;
        padding: 1em;
}
}
@media screen and (max-width: 480px) {
    .info_link_btn_box{
        display:block;
    }
    .info_link_btn_item{
    width: 100%;
}
}

.info_lower_guide_area{
    width: 100%;
    margin: 5em auto 0;
}

.info_lower_jobtype{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.jobtype-box {
    width: 48%;
    padding: 1.5em;
border-radius: 15px;
background: #fff;
border: 2px solid #bdccd4;
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 6em;
}
.jobtype-ttl{
font-weight: bold;
font-size: 23px;
line-height: 28px;
margin-bottom: 1em;
text-align: center;
}
.jobtype-box:hover {
	background-color: #DDEFF8;
}
@media screen and (max-width: 800px) {
    .jobtype-ttl{
font-size: 17px;
line-height: 20px;
margin-bottom: .8em;
}
}
@media screen and (max-width: 480px) {
    .info_lower_jobtype{
        display: block;
    }
    .jobtype-box {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .jobtype-ttl{
        font-size: 18px;
    }
}

.info_job-name {
    display: flex;
    align-items: center;
    font-size: 2.2em;
    color: #BDCCD4;
    font-weight: bold;
}
 
.info_job-name:before,
.info_job-name:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #BDCCD4;
}
 
.info_job-name:before {
    margin-right: 1rem;
}
 
.info_job-name:after {
    margin-left: 1rem;
}
@media screen and (max-width: 480px) {
    .info_job-name {
        font-size: 1em;
    }
}


/*共通パーツ*/
.info_title{
    font-size: 2.604166666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    letter-spacing: .2em;
}

.info_title::before,
.info_title::after {
    width: 3px;
    height: 50px;
    background-color: #fe9301;
    content: '';
}

.info_title::before {
    transform: rotate(35deg);
    margin-right: 30px;
}

.info_title::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.info_title_sub{
    font-size: 1.0416666666666665vw;
    text-align: center;
    color: #BDCCD4;
}

@media screen and (max-width: 800px) {
    .info_title{
        font-size: 4vw;
    }
    .info_title_sub{
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 480px) {
    .info_title{
        font-size: 6.5vw;
    }
    .info_title_sub{
        font-size: 3vw;
    }
    .info_title::before,
.info_title::after {
    height: 30px;
}
}

.info_top__btn a{
    display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
    padding: 1em 0;
	color: #000;
	font-size: 1.3020833333333335vw;
	text-decoration: none;
	transition: 0.3s;
    background: #bdccd4;
}
.info_top__btn a::after{
    content: '';
	position: absolute;
	top: 50%;
	right: 80px;
	transform: rotate(45deg) translateY(-50%);
	width: 15px;
	height: 15px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #000;
}
.info_top__btn a:hover {
	background-color: #CDDFE8;
}
@media screen and (max-width: 800px) {
    .info_top__btn a{
        font-size: 2.5vw;
        padding: .7em 0;
    }
}
@media screen and (max-width: 480px) {
    .info_top__btn a{
        font-size: 3.5vw;
        margin-bottom: 2em;
    }
    .info_top__btn a::after{
        width: 10px;
	height: 10px;
    }
}

.info_lower_mv{
    max-width: 23.802083333333332vw;
    margin: 3em auto;
}
.info_lower_title{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 2.604166666666667vw;
    text-decoration: underline;
  text-underline-offset: -0.5em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 255, 0, 1);
  text-decoration-skip-ink: none;
}

.info_lower_list_box{
    width: 100%;
    margin: 3em 0;
    padding: 0 9.0625vw;
    display:flex;
    justify-content: space-between;
}
.info_lower_list_item{
    width: 55%;
}
.info_lower_list_item2{
    width: 40%;
}
.info_lower_list_box li{
    font-size: 1.3020833333333335vw;
    margin-bottom: 1.5em;
    padding: 0 0 0 45px;
    background-image: url(../img/info/info_icon_check_35.png);
    background-repeat: no-repeat;
    background-position:left top;
}

.info_lower_guide_title{
font-weight: bold;
font-size: 30px;
letter-spacing: 0.1em;
line-height: 2.5;
position:  relative;
    display:  inline-block;
    z-index: 1;
    margin:1em auto 3em;
}
.info_lower_guide_title::before{
    content:  '';
    background-color: #FE9301;
    display:  block;
    position:  absolute;
    left:  -0.3em;
    height: 70px;
    width: 50px;
    top: 0;
    transform:skew(-25deg,0deg);
    z-index:  -1;
}
@media screen and (max-width: 800px) {
        .info_lower_guide_title{
font-size: 23px;
}
.info_lower_guide_title::before{
    height: 50px;
    width: 30px;
}
}
@media screen and (max-width: 480px) {
    .info_lower_mv{
    max-width: 100%;
    margin: 2em auto;
}
    .info_lower_title{
    font-size: 6.2vw;
}
    .info_lower_list_box{
    display:block;
}
    .info_lower_list_box{
    width: 100%;
    margin: 3em 0;
    padding: 0 3vw;
}
    .info_lower_list_box li{
    font-size: 3vw;
    margin-bottom: 1.5em;
}
    .info_lower_list_item2{
    width: 35%;
}
    .info_lower_list_box li{
    font-size: 4vw;
    margin-bottom: 2em;
    background-image: url(../img/info/info_icon_check_18.png);
}
    .info_lower_list_item{
    width: 100%;
}
.info_lower_list_item2{
    width: 100%;
}
}


/*募集要項テーブル*/
.info_lower_guide_table{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 1em;
    border-top:1px solid #BDCCD4;
}
.info_lower_guide_table:last-child{
    border-bottom:1px solid #BDCCD4;
}
.table_left{
    width: 15%;
    font-weight: bold;
}
.table_right{
    width: 90%;
}
@media screen and (max-width: 800px) {
    .info_lower_guide_table{
        font-size: 1.3em;
    }
}
@media screen and (max-width: 480px) {
    .info_lower_guide_table{
        display:block;
        font-size: 1em;
    }
    .table_left{
    width: 100%;
}
.table_right{
    width: 100%;
}
        .info_lower_list_item2{
    width: 100%;
}
}




