@charset "UTF-8";


.recruit-cont{
padding: 0 4%;
}

.recruit-cont dl.recruit-app{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.recruit-cont .recruit-app dt{
width: 17%;
padding: 24px 0 24px 20px;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
color: #4ebedf;
border-bottom: 1px solid rgba(49,49,49,0.2);
}
.recruit-cont .recruit-app dd{
width: 83%;
padding: 24px;
border-bottom: 1px solid rgba(49,49,49,0.2);
}
.recruit-cont .recruit-app dd span{
display: inline-block;
}

.contact-box{
display: flex;
justify-content: flex-start;
padding: 34px 0 0;
}
.contact-box-ttl{
background: #fff;
width: 190px;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
color: #4ebedf;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #4ebedf;
}
.contact-cont{
padding: 0 0 0 40px;
}
.contact-cont dl{
display: flex;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
padding: 4px 0;
}
.contact-cont dt{
width: 70px;
}
.contact-cont dd{
}
.contact-cont dd a{
color: #3083cc;
text-decoration: underline;
}


.education-main-text{

}


.education-inner,
.welfare-inner{
width: 92%;
max-width: 1200px;
margin: 0 auto;
}
.education-main-text-box{
display: flex;
justify-content: space-between;
margin: 0 0 8%;
}
.education-main-text-cont{
width: 75%;
}
.education-main-text-cont .attack-text{
font-family: "Noto Sans JP", sans-serif;
font-size: 28px;
font-weight: 700;
line-height: 1.6;
margin: 0 0 3%;
}
.education-main-text-cont p{
}
.education-main-text-img{
width: 22%;
display: flex;
align-items: flex-end;
}

.welfare-system-box,
.support-card-box{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 0 5%;
}
.support-card-box.end-box{
margin: 0 0;
}
.welfare-system-once{
width: 30.6%;
background: #fff;
overflow: hidden;
margin: 0 0 4%;
border-radius: 24px;
}
.welfare-system-cont{
padding: 8%;
}
.welfare-system-cont h3{
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 19px;
color: #4ebedf;
margin: 0 0 4%;
}
.support-card-once{
width: 47.5%;
background: #fff;
overflow: hidden;
padding: 3.5% 4% 3%;
margin: 0 0 5%;
border-radius: 24px;
}
.support-card-once p{
clear: both;
}
.support-card-once h3{
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 19px;
color: #4ebedf;
margin: 0 0 10px;
line-height: 1.6;
}
.support-card-once.ed h3{
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-size: 23px;
color: #4d4d4d;
margin: 0 0 10px;
line-height: 1.6;
}
.support-card-once h4{
font-family: "Noto Sans JP", sans-serif;
font-size: 16px;
color: #4ebedf;
margin: 0 0 10px;
}
.support-card-once dt img{
height: 74px;
width: auto;
vertical-align: middle;
margin: 0 14px 0 0;
position: relative;
top: -6px;
float: left;
}
.support-card-once dl{
display: flex;
margin: 0 0 4px;
}
.support-card-once dl dt{

}
.support-card-once dl dd{
display: flex;
align-items: center;
}

.career-model-main{
position: relative;
margin: 0 0 6%;
}
.career-model-main-text-box{
position: absolute;
width: 92%;
max-width: 1000px;
bottom: 11%;
left:0;
right: 0;
margin: auto;
}
.career-model-main-text-box h2 p{
background: #fff;
display: inline-block;
font-family: "Noto Sans JP", sans-serif;
font-size: 28px;
font-weight: 700;
margin: 0 0 8px;
padding: 0 8px;
line-height: 1.4;
}
.career-model-main img{
border-radius: 0 30px 30px 30px; 
}
.career-model-num{
position: absolute;
background: #ccc;
width: 112px;
height: 112px;
color: #fff;
font-weight: 700;
font-size: 38px;
display: flex;
justify-content: center;
align-items: center;
line-height: 1;
text-align: center;
top: 0;
left: 0;
}
.career-model-num p{
font-size: 17px;
}

.career-model-flow-box{
font-size: 17px;
margin: 0 auto 6%;
max-width: 1000px;
}
.career-model-flow-box dl{
display: flex;
}

.career-model-flow-box dt{
width: 120px;
display: flex;
align-items: center;
background: #ff6600;
color: #fff;
justify-content: center;
padding: 16px 0;
border-radius: 12px;
}
.career-model-flow-box dd{
background: #fff;
flex-grow: 1;
padding: 16px 20px;
border-radius: 0 12px 12px 0;
}
.career-model-flow-ar{
height: fit-content;
padding: 8px 0;
line-height: 1;
}
.career-model-flow-ar img{
width: 18px;
position: relative;
left: 52px;
vertical-align: top;
}
.career-model-prof-box{
max-width: 1000px;
margin: 0 auto;

}
.career-model-prof-box dl{
display: flex;
}
.career-model-prof-box dl dt{
width: 162px;
display: flex;
align-items: center;
flex-shrink: 0;
}
.career-model-prof-box dl dt img{
width: 132px;
}
.career-model-prof-box dl dd{
padding: 0 0 0 32px;
border-left: 2px solid #ccc;
position: relative;
}
.career-model01 .career-model-prof-box dl dd::after{
position: absolute;
content: '';
width: 12px;
height: 100%;
top: 0;
left: -12px;
background: url("../images/career-model01-arrow.svg") no-repeat center center;
background-size: 100% auto;
}
.career-model02 .career-model-prof-box dl dd::after{
position: absolute;
content: '';
width: 12px;
height: 100%;
top: 0;
left: -12px;
background: url("../images/career-model02-arrow.svg") no-repeat center center;
background-size: 100% auto;
}
.career-model03 .career-model-prof-box dl dd::after{
position: absolute;
content: '';
width: 12px;
height: 100%;
top: 0;
left: -12px;
background: url("../images/career-model03-arrow.svg") no-repeat center center;
background-size: 100% auto;
}

.career-model01,
.career-model02{
margin: 0 0 9%;
}

.career-model01 .career-model-num,
.career-model01 .career-model-flow-box dt{
background: #00aaf0;
}
.career-model01 .career-model-prof-box dl dd {
border-left: 2px solid #00aaf0;
}
.career-model01 .career-model-main-text-box h2 p span{
color: #00aaf0;
}
.career-model02 .career-model-num,
.career-model02 .career-model-flow-box dt{
background: #4c76bf;
}
.career-model02 .career-model-prof-box dl dd {
border-left: 2px solid #4c76bf;
}
.career-model02 .career-model-main-text-box h2 p span{
color: #4c76bf;
}
.career-model03 .career-model-num,
.career-model03 .career-model-flow-box dt{
background: #0074bb;
}
.career-model03 .career-model-prof-box dl dd {
border-left: 2px solid #0074bb;
}
.career-model03 .career-model-main-text-box h2 p span{
color: #0074bb;
}


@media only screen and (max-width : 1200px) {
.education-main-text-cont .attack-text {
font-size: 24px;
margin: 0 0 3%;
}
.support-card-once.ed h3 {
font-size: 20px;
margin: 0 0 10px;
line-height: 1.6;
}
.career-model-main-text-box h2 p {
font-size: 24px;
margin: 0 0 8px;
padding: 0 8px;
}
}



@media only screen and (max-width : 1000px) {
.welfare-system-cont h3,
.support-card-once h3{
font-size: 16px;
margin: 0 0 4%;
}
.support-card-once h3{
margin: 0;
}
.welfare-system-once {
width: 31.6%;
margin: 0 0 4%;
border-radius: 18px;
}
.support-card-once {
width: 48.5%;
background: #fff;
overflow: hidden;
padding: 3.5% 4% 3%;
margin: 0 0 4%;
border-radius: 18px;
}
.support-card-once dt img {
height: 54px;
width: auto;
vertical-align: middle;
margin: 0 14px 0 0;
position: relative;
top: -6px;
float: left;
}
.education-main-text-box {
display: block;
margin: 0 0 4%;
}
.education-main-text-cont {
width: 100%;
}
.education-main-text-cont .attack-text {
font-size: 20px;
margin: 0 0 3%;
}
.education-main-text-img {
width: 100%;
display: block;
text-align: center;
padding: 6% 0 0;
}
.education-main-text-img img{
width: 35%;
max-width: 200px;
}
.career-model-main-text-box h2 p {
font-size: 20px;
margin: 0 0 6px;
padding: 0 8px;
}

}




@media only screen and (max-width : 767px) {
.recruit-cont {
padding: 0;
}
.recruit-cont dl.recruit-app {
display: block;
}
.recruit-cont .recruit-app dt {
width: 100%;
padding: 20px 0 8px 0;
border-bottom: none;
}
.recruit-cont .recruit-app dd {
width: 100%;
padding: 0 0 22px 0;
border-bottom: 1px solid rgba(49, 49, 49, 0.2);
}
.contact-box {
display: block;
padding: 34px 0 0;
}
.contact-box-ttl {
width: 100%;
display: block;
border: 1px solid #4ebedf;
text-align: center;
line-height: 2.5;
margin: 0 0 4%;
}
.contact-cont {
width: 100%;
padding: 0;
}
.contact-cont dt {
width: 64px;
flex-shrink: 0;
}
.welfare-system-once {
width: 100%;
margin: 0 0 7%;
border-radius: 2.8vw;
}

.welfare-system-box, .support-card-box {
width: 100%;
display: block;
margin: 0 0 10%;
}
.support-card-once {
width: 100%;
padding: 6% 5% 5%;
margin: 0 0 7%;
border-radius: 2.8vw;
}

.welfare-system-cont {
padding: 4% 5% 5%;
}
.welfare-system-cont h3, .support-card-once h3 {
font-size: 16px;
margin: 0 0 2%;
}
.education-main-text-cont .attack-text {
font-size: 18px;
margin: 0 0 5%;
}
.career-model-num {
width: 64px;
height: 64px;
font-size: 24px;
display: flex;
}
.career-model-num p {
font-size: 14px;
}
.career-model-main {
border-radius: 0 3.4vw 3.4vw 3.4vw;
overflow: hidden;
}
.career-model-main img {
position: relative;
width: 160%;
left: -20%;
}
.career-model-main-text-box {
bottom: 6%;
}
.career-model-main-text-box h2 {
line-height: 1;
}
.career-model-main-text-box h2 p {
font-size: 16px;
margin: 0 0 4px;
padding: 4px 6px;
line-height: 1.3;
background: rgba(255,255,255,0.85); 
}
.career-model-flow-box dt {
width: 70px;
padding: 12px 0;
border-radius: 2vw;
flex-shrink: 0;
}
.career-model-flow-box {
font-size: 14px;
margin: 0 auto 6%;
max-width: 1000px;
}
.career-model-flow-box dd {
padding: 12px 14px;
border-radius: 0 2vw 2vw 0;
}
.career-model-flow-ar img {
width: 14px;
position: relative;
left: 28px;
vertical-align: top;
}
.support-card-once dt img {
height: 40px;
margin: 0 12px 0 0;
top: 0;
}
.support-card-once dl dt{
display: flex;
align-items: center;
}
.support-card-once.ed h3 {
font-size: 16px;
margin: 0 0 8px;
line-height: 1.6;
}
.support-card-once h4 {
font-size: 14px;
color: #4ebedf;
margin: 0 0 10px;
}
.career-model-prof-box dl {
display: block;
}
.career-model-prof-box dl dt {
width: 100%;
display: block;
text-align: center;
padding: 4% 0 3%;
}
.career-model-prof-box dl dt img{
width: 140px;
}
.career-model-prof-box dl dd {
padding: 32px 0 0 0;
border-left: none;
}
.career-model01 .career-model-prof-box dl dd,
.career-model02 .career-model-prof-box dl dd,
.career-model03 .career-model-prof-box dl dd{
border-left: none;
border-top: 1px solid #00aaf0;
}
.career-model02 .career-model-prof-box dl dd{
border-left: none;
border-top: 1px solid #4c76bf;
}
.career-model03 .career-model-prof-box dl dd{
border-left: none;
border-top: 1px solid #0074bb;
}
.career-model01 .career-model-prof-box dl dd::after,
.career-model02 .career-model-prof-box dl dd::after,
.career-model03 .career-model-prof-box dl dd::after{
width: 12px;
height: 20px;
top: -4px;
left: calc(50% - 6px);
transform: rotate(-90deg);
}
.education-inner, .welfare-inner {
width: 88%;
}
}








