@charset "utf-8";



.side_menu_lower_list ul,
.side_menu_list {
padding: 0;
margin: 0;
}
.side_menu_list,
.sec-title {
margin-bottom: 0;
border-bottom: initial;
}
h2.sec-title {
border-bottom: 3px solid #868585;
}
.sec-title .en { font-family: 'Oswald', sans-serif; color: #005cac; }
.sec-title .en:first-letter{
color: #f29700;
}
.sec-title .en:after {
display: none;
}
.content-width.clearfix.renew{
overflow: hidden;
}
#side_menu_lower .side_menu_parent_name {
display: block;
}



/*====================================================================
メインビジュアル
====================================================================*/
.main-visual #breadcrumbs { 
background: #eefbfe;
margin-bottom: 0;
}

.main-visual_back { 
position: relative;
overflow: hidden;
background: url(../../renew2024/images-page/about/about_mv_pc.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
max-width: 1200px;
height: 500px;
}

.main-visual_back .line_01 { 
position: absolute;
left: -50px;
bottom: 0;
}
.main-visual_back .line_01 img { 
width: 150px;
}

.main-visual_back .line_02 { 
position: absolute;
right: 0;
top: 0;
}
.main-visual_back .line_02 img { 
width: 120px;
}

.main-visual_back .main-title { 
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 100%;
text-align: center;
padding: 0 15px;
}
.main-visual_back .main-title h2 { 
font-size: 60px;
font-weight: bold;
line-height: 1.5em;
color: #fff;
}
.main-visual_back .main-title p { 
font-size: 16px;
font-weight: bold;
line-height: 1.5em;
color: #fff;
margin: 0;
}
.main-visual_back .main-title .line { 
width: 50px;
height: 5px;
background: rgb(27,98,255);
background: linear-gradient(90deg, rgba(27,98,255,1) 0%, rgba(3,176,255,1) 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
margin: 20px auto;
}

@media screen and (max-width: 767px) { 
.main-visual_back { height: 400px; }
.main-visual_back .main-title h2 { font-size: 50px; }
}
@media screen and (max-width: 500px) { 
.main-visual_back { height: 300px; }
.main-visual_back .main-title h2 { font-size: 40px; }
}



/*====================================================================
共通
====================================================================*/
@media screen and (max-width: 1080px) { 
#content { padding: 0 15px!important; }
}
@media screen and (max-width: 640px) { 
.page p { font-size: 16px; }
}


.contents-border-line { 
margin-bottom: 120px;
}
.contents-border-line_02 { 
margin-bottom: 120px;
height: 80px;
}
@media screen and (max-width: 500px) { 
.contents-border-line { margin-bottom: 100px; }
.contents-border-line_02 { margin-bottom: 100px; }
}



.top-square { 
position: relative;
height: 120px;
margin-bottom: -40px;
}
.top-square .square_01 { 
position: absolute;
right: -50px;
top: 0;
overflow: hidden;
}

.common-title_01 { 
position: relative;
display: block;
background: rgb(199,214,255);
background: linear-gradient(90deg, rgba(199,214,255,1) 0%, rgba(225,245,255,1) 100%);
margin-bottom: 60px;
padding: 25px 15px;
}

.common-title_01 .delta-top { 
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
background: #88b6ff;
clip-path: polygon(100% 0, 0 0, 0 100%);
}
.common-title_01 .delta-bottom { 
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
background: #88b6ff;
clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
.common-title_01 .border-bottom { 
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
width: 50px;
height: 5px;
background: rgb(27,98,255);
background: linear-gradient(90deg, rgba(27,98,255,1) 0%, rgba(3,176,255,1) 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.common-title_01 h2 { 
position: relative;
z-index: 1;
font-size: 50px;
font-weight: bold;
text-align: center;
}
.common-title_01 h2 .c_blue { color: #1e90ff; }

.common-title_01 p { 
position: absolute;
left: 50%;
top: -15px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
width: 100%;
font-size: 24px;
font-weight: bold;
text-align: center;
margin: 0 auto!important;
}
.common-title_01 p::before,
.common-title_01 p::after {
content: '';
width: 3px;
height: 30px;
background-color: #111;
}
.common-title_01 p::before {
margin-right: 15px;
transform: rotate(-25deg)
}
.common-title_01 p::after {
margin-left: 15px;
transform: rotate(25deg)
}
.common-title_01 p .c_blue { color: #1e90ff; }

@media screen and (max-width: 767px) { 
.common-title_01 h2 { font-size: 40px; }
.common-title_01 p { font-size: 20px; }
.common-title_01 p::before,.common-title_01 p::after { height: 20px; }
}
@media screen and (max-width: 500px) { 
.common-title_01 { margin-bottom: 40px; }
.common-title_01 h2 { font-size: 30px; }
}
@media screen and (max-width: 400px) { 
.common-title_01 p { font-size: 16px; top: -12px; }
}





.common-img-title_01 { 
margin-bottom: 60px;
}

.common-img-title_01 .photo img { 
width: 100%;
}

.common-img-title_01 .decoration-box_01 { 
position: relative;
overflow: hidden;
height: 150px;
margin-top: -100px;
}
.common-img-title_01 .decoration-box_01 .decoration_01 { 
position: absolute;
right: -50px;
top: 0;
}
.common-img-title_01 .decoration-box_01 .decoration_01 img { 
height: 150px;
}

.common-img-title_01 .decoration-box_02 { 
position: relative;
overflow: hidden;
height: 150px;
margin-top: -100px;
}
.common-img-title_01 .decoration-box_02 .decoration_02 { 
position: absolute;
left: -70px;
top: 0;
}
.common-img-title_01 .decoration-box_02 .decoration_02 img { 
height: 150px;
}
.common-img-title_01 .decoration-box_02 .decoration_02-1 { 
position: absolute;
right: -50px;
top: 0;
}
.common-img-title_01 .decoration-box_02 .decoration_02-1 img { 
height: 150px;
}

.common-img-title_01 .bg-title {
margin-top: -50px;
margin-left: 15px;
padding: 40px 0 20px 0;
}
.common-img-title_01 .voice_01 { 
background: url(../../renew2024/images-page/results_renewal/voice_01.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 40%;
}
.common-img-title_01 .registration_01 { 
background: url(../../renew2024/images-page/results_renewal/registration_01.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 70%;
}
.common-img-title_01 .reason_01 { 
background: url(../../renew2024/images-page/results_renewal/reason_01.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 40%;
}
.common-img-title_01 .step_01 { 
background: url(../../renew2024/images-page/results_renewal/step_01.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 30%;
}
.common-img-title_01 .bg-title h3 { 
font-size: 60px;
font-weight: bold;
}
.common-img-title_01 .bg-title h3 .small { 
display: block;
font-size: 40px;
line-height: 1.2em;
}
.common-img-title_01 .bg-title h3 .c_blue { color: #1e90ff; }
.common-img-title_01 .bg-title h3 .sp-br { display: none; }

.common-img-title_01 p { 
margin: 0!important;
}

@media screen and (max-width: 767px) { 
.common-img-title_01 .bg-title h3 { font-size: 50px; }
.common-img-title_01 .bg-title h3 .small { font-size: 30px; }
}
@media screen and (max-width: 500px) { 
.common-img-title_01 .decoration-box_01 { height: 100px; margin-top: -50px; }
.common-img-title_01 .decoration-box_01 .decoration_01 img { height: 100px; }
.common-img-title_01 .decoration-box_02 { height: 100px; margin-top: -80px; }
.common-img-title_01 .decoration-box_02 .decoration_02 { left: -50px; }
.common-img-title_01 .decoration-box_02 .decoration_02 img { height: 100px; }
.common-img-title_01 .decoration-box_02 .decoration_02-1 img { height: 100px; }
.common-img-title_01 .bg-title h3 { font-size: 40px; }
.common-img-title_01 .bg-title h3 .small { font-size: 24px; }
.common-img-title_01 .bg-title h3 .sp-br { display: block; }
.common-img-title_01 .voice_01 { background-position: left top 20px; }   
.common-img-title_01 .registration_01 { background-position: left top 20px; }
.common-img-title_01 .reason_01 { background-position: left top 20px; }
.common-img-title_01 .step_01 { background-position: left top 20px; }
}
@media screen and (max-width: 400px) { 
.common-img-title_01 .bg-title h3 { font-size: 30px; }
.common-img-title_01 .bg-title h3 .small { font-size: 20px; }
}





.common-img-title_02 { 
max-width: 800px;
margin: 0 auto;
}

.common-img-title_02 .photo { 
position: relative;
margin-bottom: 20px;
}
.common-img-title_02 .photo img { 
width: 100%;
}
.common-img-title_02 .photo .program { 
position: absolute;
left: 50%;
bottom: -1px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
width: 100px;
height: 70px;
background: #fff;
clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
.common-img-title_02 .photo .program .text { 
font-size: 12px;
font-weight: bold;
line-height: 1em;
text-align: center;
color: #1e90ff;
margin-bottom: 5px;
}
.common-img-title_02 .photo .program .no { 
font-size: 30px;
font-weight: bold;
line-height: 1em;
text-align: center;
color: #f19403;
}

.common-img-title_02 .br-title { 
margin-bottom: 20px;
}
.common-img-title_02 .br-title h3 { 
font-size: 40px;
font-weight: bold;
text-align: center;
color: #1e90ff;
margin-bottom: 15px;
}
.common-img-title_02 .br-title .border { 
display: table;
margin: 0 auto;
width: 50px;
height: 5px;
background: rgb(27,98,255);
background: linear-gradient(90deg, rgba(27,98,255,1) 0%, rgba(3,176,255,1) 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.common-img-title_02 p { 
margin: 0!important;
}

@media screen and (max-width: 500px) { 
.common-img-title_02 .br-title h3 { font-size: 30px; }
}



/*====================================================================
サッカー業界への就職に強い!
====================================================================*/
.soccer-graduate { 
margin-bottom: 30px;
}
.soccer-graduate .main-title { 
position: relative;
overflow: hidden;
max-width: 100%;
margin: 0 auto;
padding-top: 60px;
}
.soccer-graduate .main-title .main-img { 
position: relative;
z-index: 1;
max-width: 700px;
margin: 0 auto;
padding-bottom: 120px;
}
.soccer-graduate .main-title .main-img img { 
width: 100%;
}
.soccer-graduate .main-title .sub_01 { 
position: absolute;
right: 0;
top: -30px;
}
.soccer-graduate .main-title .sub_01 img { 
width: 250px;
}
.soccer-graduate .main-title .sub_02 { 
position: absolute;
left: 0;
top: 60px;
}
.soccer-graduate .main-title .sub_02 img {
width: 150px;
}
.soccer-graduate .main-title .sub_03 { 
position: absolute;
left: 0;
bottom: 0;
}
.soccer-graduate .main-title .sub_03 img {
width: 150px;
}

@media screen and (max-width: 767px) { 
.soccer-graduate .main-title { padding: 60px 10px 0 10px; }
.soccer-graduate .main-title .sub_01 { right: -30px; }
.soccer-graduate .main-title .sub_02 { left: -30px; }
.soccer-graduate .main-title .sub_02 img { width: 120px; }
.soccer-graduate .main-title .sub_03 { left: -60px; }
}
@media screen and (max-width: 640px) { 
.soccer-graduate .main-title { margin: 0 auto 30px auto; }
.soccer-graduate .main-title .sub_01 img { width: 200px; }
.soccer-graduate .main-title .sub_02 img { width: 100px; }
.soccer-graduate .main-title .sub_03 img { width: 130px; }
}
@media screen and (max-width: 500px) { 
.soccer-graduate .main-title .sub_01 img { width: 180px; }
.soccer-graduate .main-title .sub_02 img { width: 80px; }
.soccer-graduate .main-title .sub_03 img { width: 120px; }
}



/*====================================================================
JSCはサッカー業界の就職に強い!
====================================================================*/
.shushoku-btn_box { 
max-width: 800px;
margin: 0 auto;
}
.shushoku-btn_box .shushoku-btn { 
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.shushoku-btn_box .shushoku-btn:last-child { 
margin-bottom: 0;
}
.shushoku-btn_box .shushoku-btn a { 
width: 48%;
position: relative;
display: block;
font-size: 24px;
font-weight: bold;
line-height: 1.2em;
text-align: center;
color: #111;
background: #fff;
border: 2px solid #1f90ff;
border-radius: 50px;
padding: 5px 5px 10px 5px;
}
.shushoku-btn_box .shushoku-btn a:last-child { 
margin-left: 4%;
}
.shushoku-btn_box .shushoku-btn a .c_blue { 
color: #1f90ff;
}
.shushoku-btn_box .shushoku-btn a .arrow-bottom { 
display: table;
width: 10px;
height: 10px;
margin: 0 auto;
border-bottom: 2px solid #1f90ff;
border-right: 2px solid #1f90ff;
transform: rotate(45deg);
}
.shushoku-btn_box .shushoku-btn a .sp-br { 
display: none;
}

@media screen and (max-width: 767px) { 
.shushoku-btn_box .shushoku-btn a { font-size: 20px; }
}
@media screen and (max-width: 500px) { 
.shushoku-btn_box .shushoku-btn a { font-size: 18px; }
.shushoku-btn_box .shushoku-btn a .sp-br { display: block; }
}
@media screen and (max-width: 400px) { 
.shushoku-btn_box .shushoku-btn a { font-size: 16px; }
}



/*====================================================================
求人が集まる5つの理由
====================================================================*/
.jobs-reason li { 
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding-bottom: 20px;
}
.jobs-reason li:last-child { 
padding-bottom: 0;
}
.jobs-reason li .no { 
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 50px;
max-width: 50px;
font-size: 20px;
font-weight: bold;
line-height: 1em;
color: #fff;
background: #1e90ff;
clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
margin-right: 15px;
}
.jobs-reason li h3 { 
font-size: 30px;
font-weight: bold;
padding-top: 5px;
}
.jobs-reason li h3 .c_yellow { 
background: linear-gradient(transparent 40%, #fbee01 30%);
}

@media screen and (max-width: 767px) { 
.jobs-reason li .no { height: 40px; max-width: 40px; font-size: 16px; }
.jobs-reason li h3 { font-size: 24px; }
}



/*====================================================================

====================================================================*/
.scroll-content .scroll-area { 
display: block;
margin-bottom: 40px;
}
.scroll-content .scroll-area:last-child { 
margin-bottom: 0;
}

.scroll-content .scroll-box { 
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 30px;
}
.scroll-content .scroll-box:last-child { 
margin-bottom: 0;
}

.scroll-content .scroll-title { 
background: #00348c;
padding: 20px;
margin-bottom: 20px;
}
.scroll-content .scroll-title h2 { 
font-size: 30px;
font-weight: bold;
color: #fff;
}
.scroll-content .scroll-title h2 .sp-br {
display: none;
}

.scroll-content .scroll-box .common-img-title_02 { 
width: 48%;
margin: 0;
margin-right: 4%;
}
.scroll-content .scroll-box .common-img-title_02:last-child { 
margin-right: 0;
}
.scroll-content .scroll-box .common-img-title_02 .br-title h3 { 
font-size: 24px;
}

.scroll-content .scroll-box .common-img-title_02 .photo .program { 
width: 70px;
height: 50px;
}
.scroll-content .scroll-box .common-img-title_02 .photo .program .no { 
font-size: 24px;
}

.scroll-content .scroll-box .common-img-title_02 .delta-bottom { 
display: none;
width: 50px;
height: 25px;
background: #1f90ff;
clip-path: polygon(50% 100%, 0 0, 100% 0);
margin: 20px auto 0 auto;
}

@media screen and (max-width: 767px) { 
.scroll-content .scroll-title { padding: 15px; }
.scroll-content .scroll-title h2 { font-size: 24px; }
.scroll-content .scroll-box .common-img-title_02 .br-title h3 { font-size: 20px; }
.scroll-content .scroll-box .common-img-title_02 p { font-size: 14px; }
}
@media screen and (max-width: 500px) { 
.scroll-content .scroll-title h2 .sp-br { display: block; }
.scroll-content .scroll-box { flex-direction: column; }
.scroll-content .scroll-box .common-img-title_02 { width: 100%; margin-right: 0; margin-bottom: 20px; }
.scroll-content .scroll-box .common-img-title_02:last-child { margin-bottom: 0; }
.scroll-content .scroll-box .common-img-title_02 .br-title h3 { text-align: left; }
.scroll-content .scroll-box .common-img-title_02 .br-title h3 br { display: none; }
.scroll-content .scroll-box .common-img-title_02 .delta-bottom { display: block; }
}



/*====================================================================

====================================================================*/


