@charset "UTF-8";
.skew-background {
  background-color: #FADBE8;
	padding: 0% 0% 0%;
}
.skew-in-background {
  background: linear-gradient(90deg, #F4B1C7 0%, #F4B1C7 40%, #FADBE8 40%, #FADBE8 100%);height: auto;
}


.page_h2_mincyo img{height: 80px;margin-bottom: 2em;}
.page_sub_title{
	width: 100%;
}
.container_m_head {
position: relative;
box-sizing: border-box;
width: 1000px;
height:200px;
padding: 1em 0;
margin: 0 auto;
text-align: left;
}
.container_m_head_02 {
position: relative;
box-sizing: border-box;
width: 1000px;
height:200px;
padding: 2em 0;
margin: 0 auto;
text-align: left;
}
.page_sub_title .page_h2_ttl{width: 40%;float: left;color:#ffffff;}
.page_sub_title p{width: 54%;float: right; padding-right: 4%;font-size: 1.4em;color:#CE7496;margin-top: -3%;text-align: justify;padding-bottom: 0%;}
.page_contents p.line_left{border-left: solid 1px #000000;padding-left: 3%;}

.page_header{
    margin-top: 70px;
	background: url("../img/page_header_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 330px;
}
.page_header_career{
margin-top: 70px;
	background: url("../img/page_header_career_pc.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 200px;
}
.wrap_career span{
  position: absolute;
  top: 60px;
  left: -2em;
  display: block;
white-space: nowrap;
}
.wrap_career span::before{
  content: "";
  display: inline-block;
  width: 2em;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 1em;
  padding-bottom:4px;
}
.page_header h1{font-size: 2.2em;padding-top: 15%;position:relative;}
.page_header h3 img{margin-left: 2.3em;height: 20px;margin-top: 1%;}
.page_header_career h1{font-size: 2.2em;padding-top: 10%;position:relative;}
.page_header_career h3 img{margin-left: 2.3em;height: 20px;margin-top: 1%;}
.career_w48per a{color:#000000;font-size:1em;margin:1em 0;text-align:center;}
.career_w48per a .m-t3per{margin-top:2%;}
.mynavi{
	background-repeat: no-repeat;
    background-size: auto, 100%;
    background-position: 15%, center;
    height: 100px;
    display: flex;
    align-items: center;
}
.career_h4,.career_h4_sp{font-size:1.4em;margin:1em 0 1em;}
.page_h3{font-size: 1.8em;}
.page_h3 span{border: solid 1px #000000;font-size: 0.8em;font-weight: normal;display: inline-block;padding: 0.1em 0.6em;margin-right: 0.6em;}
.red_bg_h4{border-bottom: solid 2px #CE7496;}
.red_bg_h4 span{background-color: #CE7496;color:#ffffff;display: inline-block;padding: 0.5em 1em;}
.red_base_h4{background-color: #CE7496;color:#ffffff;display: block;padding: 0.1em 1em;}
.company_info{
width: 100%;
  height: auto;
	background-color: #ffffff;

}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 0 0 5%;
	padding: 0;
}
.company_info dt {
	color:#CE7496;
  width: 12%;
	font-weight: bold;
  padding: 22px 5% 20px;
 margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
	border-bottom: solid 2px #CE7496;
	background-color: #F7F8F8;
	font-size: 1em;
}
.company_info dd {
  width: 70%;
  padding: 22px 5% 20px 3%;
  margin: 0 0 0 0;
	border-bottom: solid 1px #979898;
	font-size: 1em;
	text-align: left;
	line-height: 1.8em;
}
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
.flexbox ,.flexbox04 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}

/* 親要素の疑似要素 */
.flexbox04::after {
    content: "";
    display:block;
    width:24.9%; /* 子要素と同じ幅 */
}
.flexbox04::before { 
    content: ""; 
    display:block; 
    width:25%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}
a.box-item04_right:first-child {
   border-left: 0.1em solid #F4B1C7;
}
a.box-item04_right:nth-child(5){
   border-left: 0.1em solid #F4B1C7;
}
a.box-item04_right{width: 21%;
    display: inline-block;
    margin: 1% 0% 1% 0%;
    padding: 0% 1.9%;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    border-right: 0.1em solid #F4B1C7;}
a.active{background-color: #F4B1C7;color: #ffffff;}
a.box-item04_right::before,
a.box-item04_right::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}




a.sample5-6::before{
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
a.active::before{
	border: 1px solid #ffffff;
}
a.sample5-6::after{
	right: 18px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.active::after{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.job_list{margin-bottom:2%;}
p.new_p{font-size:1em;text-align:center;line-height:1.2em;}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:1000px) {
.container_m_head {
position: relative;
box-sizing: border-box;
width: 96%;
height:200px;
padding: 1em 0;
margin: 0 auto;
text-align: left;
}
.container_m_head_02 {
position: relative;
box-sizing: border-box;
width: 96%;
height:200px;
padding: 2em 0;
margin: 0 auto;
text-align: left;
}
.page_header_career h1{font-size: 2.2em;padding-top: 7%;position:relative;}
.wrap_career span{
        position: relative;
        top: 0;
        left: -70px;
        display: block;
        white-space: nowrap;
    }
.page_header_career h3 img{margin-left: 40px;height: 20px;margin-top: 0%;}
	.mynavi{
	background-repeat: no-repeat;
    background-size: 50%, 100%;
    background-position: 15%, center;
    height: 77px;
    display: flex;
    align-items: center;
}
a.box-item04_right{width: 29%;
    display: inline-block;
    margin: 1% 0% 1% 0%;
    padding: 0% 1.9%;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    border-right: 0.1em solid #F4B1C7;}
a.box-item04_right:nth-child(5){
   border-left: none;
}
.flexbox04::after {
    content: "";
    display: block;
    width: 33%;
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
.container_m_head ,.container_m_head_02{
    width: 100%;
    box-sizing: border-box;
	padding:1em 7%;
}
.skew-background {
  background-color: #FADBE8;
	padding: 0% 0% 40%;
}
.skew-in-background {
  background: linear-gradient(90deg, #F4B1C7 0%, #F4B1C7 44%, #F4B1C7 44%, #F4B1C7 100%);height: 70px;
}
.page_sub_title .page_h2_ttl{width: 100%;float: none;}
.page_sub_title p{width: 100%;float: none; padding-right: 0%;font-size: 1.2em;color:#CE7496;margin-top: 10%;text-align: justify;padding-bottom: 0%;}
.page_header{
    margin-top: 70px;
	background: url("../img/page_header_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 170px;
}
.page_header_career{
margin-top: 70px;
	background: url("../img/page_header_career_pc.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 150px;
}
.wrap span{
  position: relative;
  top: 0;
  left: 0;
  display: block;
white-space: nowrap;
}
.wrap span::before{
  content: "";
  display: inline-block;
  width: 1em;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 0.5em;
  padding-bottom:4px;
}
.wrap_career span{
  position: relative;
  top: 0;
  left: 0;
  display: block;
white-space: nowrap;
}
.wrap_career span::before{
  content: "";
  display: inline-block;
  width: 1em;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 0.5em;
  padding-bottom:4px;
}
.page_header_career h1{font-size:2.0em;padding-top: 9%;position:relative;}
.page_header_career h3 img{position:relative;margin-left: 40px;height: 15px;margin-top: 0%;}
.page_header h1{font-size: 1.8em;padding-top: 9%;position:relative;}
.page_header h3 img{position:relative;margin-left: 40px;height: 15px;margin-top: 0;}
a.box-item04_right:first-child {
   border-left: 0.1em solid #F4B1C7;
}
a.box-item04_right:nth-child(3) {
   border-left: 0.1em solid #F4B1C7;
}
a.box-item04_right:nth-child(5){
   border-left: 0.1em solid #F4B1C7;
}
a.box-item04_right:nth-child(7){
   border-left: 0.1em solid #F4B1C7;
}
a.box-item04_right{width: 44.9%;
        display: inline-block;
        margin: 1% 0% 1%;
        padding: 0% 2% 0% 2%;
        position: relative;
        border-right: 0.1em solid #F4B1C7;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        font-size: 14px;
        line-height: 50px;}
a.active{background-color: #F4B1C7;color: #ffffff;}
a.box-item04_right::before,
a.box-item04_right::after{
	width: 45%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
a.sample5-6::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
a.active::before{
	border: 1px solid #ffffff;
}
a.sample5-6::after{
	right: 18px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.active::after{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}




.company_info{
width: 100%;
  height: auto;
margin: 0 auto;
}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 10% auto;
	padding: 0;
}
.company_info dt {
  width: 96%;
  padding: 2% 2% 0%;
  margin: 0 0 0px 0;
display: flex;
  align-items: center;
  justify-content: left;
border-bottom: none;
border-right: none;
}
.company_info dd {
  width: 96%;
  padding: 1% 2% 2%;
  margin: 0 0 0px 0;
border-bottom: solid 1px #979898;
}
	.w48per img{margin-bottom: 2em;}
}
	.career_job_list{width: 90%;margin: 4% auto;}
	.career_job_list li{width: 48%;margin-bottom: 2%;}
	.career_job_list li a {
   position: relative;
		border: solid 1px #000000;
		border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 25px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
		font-size: 1.4em;
}
.career_job_list li a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #000000;
    transition: 0.3s;
}
.career_job_list li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #000000;
    transition: 0.3s;
}
.career_job_list li a:hover:before, .career_job_list li a:hover:after {
    opacity: 0.5;
}
.career_job_list li a:hover {
     opacity: 0.5;
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
	.career_h4_sp{font-size:1.24em;}
	.career_job_list li{width: 100%;margin-bottom: 2%;}
	.career_job_list li a {
   padding: 15px 25px;
}
	.career_job_list li a {
   position: relative;
		border: solid 1px #000000;
		border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 25px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
		font-size: 1.1em;
}
	.mynavi{
	background-repeat: no-repeat;
    background-size: 50%, 100%;
    background-position: 15%, center;
    height: 100px;
    display: flex;
    align-items: center;
}
	}