/*漫画ページタイトル部分*/
.comicP_title_area{
width: 100%;
height: 330px;
background-image:url("../img/main_background3.png"),url("../img/mainbackground.jpg");
background-repeat: no-repeat,no-repeat;
background-size:2000px 400px,2000px 550px;
background-position: center -20px,center -190px;
animation:
main_img_cl 2.4s ease-in-out infinite alternate;
}

@keyframes main_img_cl {
  0% {
    background-position: center -20px, center -190px;
  }

  100% {
    background-position: center -30px, center -190px;
  }
}

.comicP_title_content{
width: 900px;
height: 330px;
margin: 0 auto;
padding: 0;
text-align: center;
}

.comicP_title_content h1{
padding-top: 40px;
}


.comicP_title_content h1 img.cm_tit00{width: 380px;height: 140px;}
.comicP_title_content h1 img.cm_tit01{width: 380px;height: 140px;}
.comicP_title_content h1 img.cm_tit02{width: 538px;height: 140px;}
.comicP_title_content h1 img.cm_tit03{width: 453px;height: 140px;}
.comicP_title_content h1 img.cm_tit04{width: 538px;height: 140px;}
.comicP_title_content h1 img.cm_tit05{width: 380px;height: 140px;}

/*マンガ部分*/

.comicP_comic_area{
width: 100%;
height: auto;
background: #fff;

}

.comicP_comic_content{
width:800px;
height:auto;
margin: 0 auto 0 auto;
text-align: center;

}


.comicP_comic_content img{
width:800px;
height:auto;
margin: 0px;
padding: 0px;
margin-bottom:30px;
}



/*エピローグリンク*/
.eplink_area{
width: 100%;
height: auto;
background:url(../img/background_wave1.png),url("../img/background_comic.png"),rgb(84,194,228);
background:url(../img/background_wave1.png),url("../img/background_comic.png"),linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(84,194,228,1) 25%, rgba(195,161,200,1) 100%);
background-size:2080px 40px, 2000px 1137px,cover;
background-position:bottom center , center 00px,center top;
background-repeat:repeat-x,no-repeat,repeat;
}

.eplink_content{
width: 800px;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 60px;
padding-bottom: 100px;
}



.eplink img{
width: 328px;
height: 93px;
}



/*お仕事紹介エリア*/

.jobinfo_area{
width: 100%;
height: auto;
background:url("../img/background_chara.png"),rgb(0,123,191);
background:url("../img/background_chara.png"),linear-gradient(180deg, rgba(0,123,191,1) 0%, rgba(120,189,213,1) 100%);
background-size:1091px 467px,cover;
background-position:center top,center top;
background-repeat:no-repeat,repeat;
}


.jobinfo_content{
width: 800px;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 60px;
padding-bottom: 40px;
}



.jobinfo_content h2{
margin: 0;
padding: 0;
margin-bottom: 55px;
}

.jobinfo_content h2 img{
width: 664px;
height: 93px;
}

.jobinfo_box {
width: 800px;
height: auto;
margin: 0 auto;
background: #fff;
border-radius: 20px;
text-align: left;
padding: 40px 0 40px 0;
margin-bottom: 40px;
}

.jobinfo_box h3{
display: inline-block;
text-align: left;
font-size: 24px;
font-weight: 700;
font-style: italic;
color: #fff;
padding: 4px 8px 6px 4px;
background: rgb(225,131,172);
background: linear-gradient(121deg, rgba(225,131,172,1) 0%, rgba(0,133,206,1) 100%);
margin-bottom: 20px;
margin-left: 40px;
}

.jobinfo_box p{
width: 720px;
height: auto;
font-size: 16px;
margin-bottom: 40px;
margin-left: 40px;
}

.jobinfo_box p img{
margin: 10px 0;
}

.jobinfo_box p a{
color: #e183ac;
text-decoration: underline;
}


.job_list_box{
width: 720px;
height: auto;
background: #f7e3ee;
border-radius: 15px;
margin: 0 auto 0 auto;
text-align: center;
padding: 20px 0;
}

.job_list_box h4{
color: #e183ac;
font-size: 20px;
line-height: 22px;
font-weight: 700;
display: inline-block;
position: relative;
padding: 0 20px;
margin-bottom: 20px;
}


.job_list_box h4:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #e183ac;
    border-radius: 3px;
    transform: rotate(-25deg);
    
}
       
.job_list_box h4:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e183ac;
    border-radius: 3px;
    transform: rotate(25deg);
}

.job_list_box ul{
width: 640px;
margin-left: 40px;
display: flex;
flex-wrap: wrap
}


.job_list_box ul li{
width: 50%;
text-align: left;
margin-bottom: 10px;
background: url("../img/icon_check.png") no-repeat ;
text-indent: 30px;
}





@media screen and ( max-width:550px )
{

/*漫画ページタイトル部分*/
.comicP_title_area{
width: 100%;
height: 240px;
background-image:url("../img/main_background3.png"),url("../img/mainbackground.jpg");
background-repeat: no-repeat,no-repeat;
background-size:1000px 200px,1000px 225px;
background-position: center -20px,center -0;
animation:
main_img_cl 2.4s ease-in-out infinite alternate;
}

@keyframes main_img_cl {
  0% {
    background-position: center -20px, center -0;
  }

  100% {
    background-position: center -30px, center -0;
  }
}

.comicP_title_content{
width: 100%;
height: 240px;
margin: 0 auto;
padding: 0;
text-align: center;
}

.comicP_title_content h1{
padding-top: 70px;
}


.comicP_title_content h1 img.cm_tit00,
.comicP_title_content h1 img.cm_tit01,
.comicP_title_content h1 img.cm_tit02,
.comicP_title_content h1 img.cm_tit03,
.comicP_title_content h1 img.cm_tit04,
.comicP_title_content h1 img.cm_tit05{
width: 50%;
height: 50%;
}



/*マンガ部分*/

.comicP_comic_area{
width: 100%;
height: auto;
background: #fff;

}

.comicP_comic_content{
width:100%;
height:auto;
margin: 0 auto 0 auto;
text-align: center;

}


.comicP_comic_content img{
width:100%;
height:auto;
margin: 0px;
padding: 0px;
margin-bottom:30px;
}



/*エピローグリンク*/
.eplink_area{
width: 100%;
height: auto;
background:url(../img/background_wave1.png),url("../img/background_comic.png"),rgb(84,194,228);
background:url(../img/background_wave1.png),url("../img/background_comic.png"),linear-gradient(135deg, rgba(84,194,228,1) 0%, rgba(195,161,200,1) 100%);
background-size:1040px 20px, 1000px 569px,cover;
background-position:bottom center , center -120px,center top;
background-repeat:repeat-x,no-repeat,repeat;
}

.eplink_content{
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 40px;
padding-bottom: 60px;
}



.eplink_content img{
width: 90%;
height: auto;
}



/*お仕事紹介エリア*/

.jobinfo_area{
width: 100%;
height: auto;
background:url("../img/background_chara.png"),rgb(0,123,191);
background:url("../img/background_chara.png"),linear-gradient(180deg, rgba(0,123,191,1) 0%, rgba(120,189,213,1) 100%);
background-size:1091px 467px,cover;
background-position:center top,center top;
background-repeat:no-repeat,repeat;
}


.jobinfo_content{
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
padding-top: 60px;
padding-bottom: 40px;
}



.jobinfo_content h2{
margin: 0;
padding: 0;
margin-bottom: 55px;
}

.jobinfo_content h2 img{
width: 80%;
height: auto;
}

.jobinfo_box {
width: 96%;
height: auto;
margin: 0 auto;
background: #fff;
border-radius: 20px;
text-align: left;
padding: 20px 0 20px 0;
margin-bottom: 40px;
}

.jobinfo_box h3{
display: inline-block;
text-align: left;
font-size: 18px;
font-weight: 700;
font-style: italic;
color: #fff;
padding: 4px 8px 6px 4px;
background: rgb(225,131,172);
background: linear-gradient(121deg, rgba(225,131,172,1) 0%, rgba(0,133,206,1) 100%);
margin-bottom: 10px;
margin-left: 20px;
}

.jobinfo_box p{
width: 90%;
height: auto;
font-size: 14px;
margin-bottom: 40px;
margin-left: 20px;
}

.jobinfo_box p img{
width: 100%;
margin: 10px 0;
}

.jobinfo_box p a{
color: #e183ac;
text-decoration: underline;
}


.job_list_box{
width: 90%;
height: auto;
background: #f7e3ee;
border-radius: 15px;
margin: 0 auto 0 auto;
text-align: center;
padding: 20px 0;
}

.job_list_box h4{
color: #e183ac;
font-size: 16px;
line-height: 22px;
font-weight: 700;
display: inline-block;
position: relative;
padding: 0 20px;
margin-bottom: 20px;
}


.job_list_box h4:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #e183ac;
    border-radius: 3px;
    transform: rotate(-25deg);
    
}
       
.job_list_box h4:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e183ac;
    border-radius: 3px;
    transform: rotate(25deg);
}

.job_list_box ul{
width: 100%;
margin-left: 20px;
display: flex;
flex-direction: column;
flex-wrap: wrap
}


.job_list_box ul li{
width: 100%;
text-align: left;
margin-bottom: 10px;
background: url("../img/icon_check.png") no-repeat ;
text-indent: 30px;
}





}




