@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {
#career_path {
position: relative;
margin: 0 auto 120px;
overflow: hidden;
}
#career_path .section_wrap {
margin: 0 auto;
position: relative;
}

#career_path .box {
width: 80%;
position: relative;
margin: 0 auto 100px;
}

#career_path .box:last-child {
margin-bottom: 0;
}

#career_path .box .d_ttl {
position: relative;
font-size: 2.6rem;
font-weight: 800;
line-height: 1.6;
margin: 0 0 30px;
padding: 0 0 0 10px;
}

#career_path .box .d_txt {
font-size: 1.2rem;
margin: 0 0 40px;
}

#career_path .box .icon{
position: absolute;
top: 0px;
right: -10%;
width: 40%;
z-index: -1;
opacity: .05;
}

#career_path .list{
margin: 0;
}

#career_path .list li{
margin-bottom: 140px;
}

#career_path .list li:last-child{
margin-bottom: 0;
}

#career_path .box02 {
width: 90%;
margin-bottom: 100px;
}

#career_path .box02 .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
flex-direction: row;
}

#career_path .list li:nth-child(even) .box02 {
margin:0 0 100px auto;
}

#career_path .list li:nth-child(even) .flex_wrap {
flex-direction:row-reverse;
}

#career_path .box02 .flex_wrap .imgbox {
width: 50%;
border-radius: 0 10px 10px 0;
}

#career_path .box02 .flex_wrap .imgbox img{
border-radius: 0 .6rem .6rem 0
}

#career_path .list li:nth-child(even) .box02 .flex_wrap .imgbox img {
border-radius:.6rem 0 0 .6rem;
}

#career_path .box02 .flex_wrap .txtbox {
width: 45%;
margin-top: 30px;
}

#career_path .box02 .flex_wrap .txtbox h3 {
font-size: 2rem;
font-weight: 800;
line-height: 1.4;
margin-bottom: 30px;
padding-left: 20px;
position: relative;
}

#career_path .box02 .flex_wrap .txtbox h3::before {
display: block;
position: absolute;
top: 17px;
left: 0;
width: 20px;
height:20px;
content: "";
background:linear-gradient(90deg, rgba(255, 194, 190,1), rgba(231, 56, 43, 1) 50%, rgba(121, 21, 12, 1));
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}


#career_path .box02 .flex_wrap .txtbox p {
font-size: 1rem;
}

#career_path .box03 {
width: 80%;
margin: 0 auto;
background:url("../images/com/bg_red.jpg") 0 0 repeat;
border-radius: 10px;
padding: 50px;
box-sizing: border-box;
color: #FFF;
}

#career_path .box03 h4 {
font-size: 1.6rem;
font-weight: 800;
margin-bottom: 30px;
text-align: center;
}

#career_path .box03 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}

#career_path .box03 ul li {
width:31%;
border-radius: .6rem;
box-sizing: border-box;
margin: 0;
}

#career_path .box03 ul li h4{
font-size: 1.4rem;
line-height: 1;
margin: 0 0 20px;
}

#career_path .box03 ul li .img img {
border-radius: 10px;
}

#career_path .box03 ul li h5 {
font-size: 1.2rem;
padding: 10px 0 0;
border-bottom: 1px solid #e73829;
}

#career_path .box03 ul li p {
margin-top: 20px;
}

#career_path .s_ttl{
text-align-last: center;
font-size: 2rem;
font-weight: 800;
line-height: 1;
margin-bottom: 40px;
}


#career_path .s_ttl2{
font-size: 1.4rem;
font-weight: 800;
color: #FFF;
line-height: 1;
margin-bottom: 40px;
padding: 5px;
margin: 0 0 20px;
display:table;
background: #e73828;
}

#career_path .s_txt{
text-align-last: center;
font-size: 1.2rem;
font-weight: 800;
line-height: 1.8;
margin: 0 0 60px;
}

#career_path .s_txt2{
text-align-last: center;
font-size: 1rem;
font-weight: 800;
line-height: 1.8;
margin: 0 0 40px;
}

#career_path .illust_box1{
width:900px;
margin:60px auto 0;
}

#career_path .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}

#career_path .ph_list li{
width: 31%;
margin: 0;
}

#career_path .ph_list li img{
border-radius: .6rem;
}

#career_path .step_box{
width: 1000px;
margin: 0 auto 60px;
padding: 55px;
box-sizing: border-box;
border: 2px solid #e73828;
border-radius: 1rem;
}

#career_path .flow_design09 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

#career_path .flow09 {
width: 100%;
padding-left: 0;
border-bottom: solid 1px #e73828;
}

#career_path .flow09 > li {
list-style-type: none;
display: flex;
padding: 20px 0;
border-top: solid 1px #e73828;
margin: 0 0 30px;
}

#career_path .flow09 > li dl dt {
font-size: 1.6em;
line-height: 2;
font-weight: bold;
margin-bottom: 10px;
}

#career_path .flow09 > li .icon09 {
line-height: 1;
font-size: 2.6em;
font-weight: bold;
color: #e73828;
text-align: center;
width: 70px;
position: relative;
margin-top: 0;
}

#career_path .flow09 > li .icon09::before {
content: 'STEP';
font-size: 0.3em;
display: block;
margin-bottom: 3px;
letter-spacing: 1px;
}

#career_path .flow09 > li .icon09::after {
content: "";
display: block;
width: 1px;
height: calc(100% - 40px);
background-color: #858585;
position: absolute;
left: 0;
right: 0;
top: 60px;
margin: auto;
}

#career_path .flow09 > li dl dd {
margin: 0;
}

#career_path .flow09 > li dl {
width: calc(100% - 70px);
margin-top: 0.8em;
}


}
/*sp*/
@media only screen and (max-width: 768px) {
#career_path {
position: relative;
margin: 0 auto 120px;
overflow: hidden;
}
#career_path .section_wrap {
margin: 0 auto;
position: relative;
}

#career_path .box {
width: 80%;
position: relative;
margin: 0 auto 100px;
}

#career_path .box:last-child {
margin-bottom: 0;
}

#career_path .box .d_ttl {
position: relative;
font-size: 2.6rem;
font-weight: 800;
line-height: 1.6;
margin: 0 0 30px;
padding: 0 0 0 10px;
}

#career_path .box .d_txt {
font-size: 1.2rem;
margin: 0 0 40px;
}

#career_path .box .icon{
position: absolute;
top: 0px;
right: -10%;
width: 40%;
z-index: -1;
opacity: .05;
}

#career_path .list{
margin: 0;
}

#career_path .list li{
margin-bottom: 140px;
}

#career_path .list li:last-child{
margin-bottom: 0;
}

#career_path .box02 {
width: 90%;
margin-bottom: 100px;
}

#career_path .box02 .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
flex-direction: row;
}

#career_path .list li:nth-child(even) .box02 {
margin:0 0 100px auto;
}

#career_path .list li:nth-child(even) .flex_wrap {
flex-direction:row-reverse;
}

#career_path .box02 .flex_wrap .imgbox {
width: 50%;
border-radius: 0 10px 10px 0;
}

#career_path .box02 .flex_wrap .imgbox img{
border-radius: 0 .6rem .6rem 0
}

#career_path .list li:nth-child(even) .box02 .flex_wrap .imgbox img {
border-radius:.6rem 0 0 .6rem;
}

#career_path .box02 .flex_wrap .txtbox {
width: 45%;
margin-top: 30px;
}

#career_path .box02 .flex_wrap .txtbox h3 {
font-size: 2rem;
font-weight: 800;
line-height: 1.4;
margin-bottom: 30px;
padding-left: 20px;
position: relative;
}

#career_path .box02 .flex_wrap .txtbox h3::before {
display: block;
position: absolute;
top: 17px;
left: 0;
width: 20px;
height:20px;
content: "";
background:linear-gradient(90deg, rgba(255, 194, 190,1), rgba(231, 56, 43, 1) 50%, rgba(121, 21, 12, 1));
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}


#career_path .box02 .flex_wrap .txtbox p {
font-size: 1rem;
}

#career_path .box03 {
width: 80%;
margin: 0 auto;
background:url("../images/com/bg_red.jpg") 0 0 repeat;
border-radius: 10px;
padding: 50px;
box-sizing: border-box;
color: #FFF;
}

#career_path .box03 h4 {
font-size: 1.6rem;
font-weight: 800;
margin-bottom: 30px;
text-align: center;
}

#career_path .box03 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}

#career_path .box03 ul li {
width:31%;
border-radius: .6rem;
box-sizing: border-box;
margin: 0;
}

#career_path .box03 ul li h4{
font-size: 1.4rem;
line-height: 1;
margin: 0 0 20px;
}

#career_path .box03 ul li .img img {
border-radius: 10px;
}

#career_path .box03 ul li h5 {
font-size: 1.2rem;
padding: 10px 0 0;
border-bottom: 1px solid #e73829;
}

#career_path .box03 ul li p {
margin-top: 20px;
}

#career_path .s_ttl{
text-align-last: center;
font-size: 2rem;
font-weight: 800;
line-height: 1;
margin-bottom: 40px;
}


#career_path .s_ttl2{
font-size: 1.4rem;
font-weight: 800;
color: #FFF;
line-height: 1;
margin-bottom: 40px;
padding: 5px;
margin: 0 0 20px;
display:table;
background: #e73828;
}

#career_path .s_txt{
text-align-last: center;
font-size: 1.2rem;
font-weight: 800;
line-height: 1.8;
margin: 0 0 60px;
}

#career_path .s_txt2{
text-align-last: center;
font-size: 1rem;
font-weight: 800;
line-height: 1.8;
margin: 0 0 40px;
}

#career_path .illust_box1{
width:900px;
margin:60px auto 0;
}

#career_path .ph_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}

#career_path .ph_list li{
width: 31%;
margin: 0;
}

#career_path .ph_list li img{
border-radius: .6rem;
}

#career_path .step_box{
width: 1000px;
margin: 0 auto 60px;
padding: 55px;
box-sizing: border-box;
border: 2px solid #e73828;
border-radius: 1rem;
}

#career_path .flow_design09 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

#career_path .flow09 {
width: 100%;
padding-left: 0;
border-bottom: solid 1px #e73828;
}

#career_path .flow09 > li {
list-style-type: none;
display: flex;
padding: 20px 0;
border-top: solid 1px #e73828;
margin: 0 0 30px;
}

#career_path .flow09 > li dl dt {
font-size: 1.6em;
line-height: 2;
font-weight: bold;
margin-bottom: 10px;
}

#career_path .flow09 > li .icon09 {
line-height: 1;
font-size: 2.6em;
font-weight: bold;
color: #e73828;
text-align: center;
width: 70px;
position: relative;
margin-top: 0;
}

#career_path .flow09 > li .icon09::before {
content: 'STEP';
font-size: 0.3em;
display: block;
margin-bottom: 3px;
letter-spacing: 1px;
}

#career_path .flow09 > li .icon09::after {
content: "";
display: block;
width: 1px;
height: calc(100% - 40px);
background-color: #858585;
position: absolute;
left: 0;
right: 0;
top: 60px;
margin: auto;
}

#career_path .flow09 > li dl dd {
margin: 0;
}

#career_path .flow09 > li dl {
width: calc(100% - 70px);
margin-top: 0.8em;
}

}