@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-niigata { 
padding-top: 120px;
}
@media screen and (max-width: 500px) { 
.contents-border-line { margin-bottom: 100px; }
.contents-border-niigata { padding-top: 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 .bg-title {
margin-top: -50px;
margin-left: 15px;
padding: 40px 0 20px 0;
}
.common-img-title_01 .feature_01 { 
background: url(../../renew2024/images-page/about/feature_01.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 60%;
}
.common-img-title_01 .feature_02 { 
background: url(../../renew2024/images-page/about/feature_02.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 60%;
}
.common-img-title_01 .feature_03 { 
background: url(../../renew2024/images-page/about/feature_03.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 60%;
}
.common-img-title_01 .feature_04 { 
background: url(../../renew2024/images-page/about/feature_04.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 60%;
}
.common-img-title_01 .feature_05 { 
background: url(../../renew2024/images-page/about/feature_05.svg);
background-position: left top;
background-repeat: no-repeat;
background-size: 60%;
}
.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 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 .bg-title h3 { font-size: 40px; }
.common-img-title_01 .bg-title h3 .small { font-size: 24px; }
.common-img-title_01 .feature_01 { background-position: left top 20px; }
.common-img-title_01 .feature_02 { background-position: left top 20px; }
.common-img-title_01 .feature_03 { background-position: left top 20px; }
.common-img-title_01 .feature_04 { background-position: left top 20px; }
.common-img-title_01 .feature_05 { 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; }
}





.anchor-btn-box { 
max-width: 800px;
margin: 0 auto;
}
.anchor-btn-box a { 
position: relative;
display: table;
width: 100%;
text-align: center;
border: 2px solid #1f90ff;
border-radius: 40px;
margin-bottom: 40px;
padding: 15px 30px 10px 15px;
}
.anchor-btn-box a:last-child { 
margin-bottom: 0;
}
.anchor-btn-box a p { 
position: absolute;
top: -1em;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
font-weight: bold;
color: #f0b402;
background: #fff;
margin: 0;
padding: 2px 30px;
}
.anchor-btn-box a h3 { 
font-size: 24px;
font-weight: bold;
color:  #111;
}
.anchor-btn-box a h3 .c_blue { 
color: #1f90ff;
}
.anchor-btn-box a .arrow-bottom { 
position: absolute;
top: 35%;
transform: translateY(-50%);
right: 15px;
display: table;
width: 10px;
height: 10px;
margin: 0 auto;
border-bottom: 2px solid #1f90ff;
border-right: 2px solid #1f90ff;
transform: rotate(45deg);
}
.anchor-btn-box a h3 br {
display: none;
}

@media screen and (max-width: 767px) { 
.anchor-btn-box a h3 { font-size: 20px; }
}
@media screen and (max-width: 640px) { 
.anchor-btn-box a { margin-bottom: 30px; }
.anchor-btn-box a h3 { font-size: 18px; }
.anchor-btn-box a p { font-size: 14px; }
}
@media screen and (max-width: 500px) { 
.anchor-btn-box a h3 br { display: block; }
}





.content_w800 { 
max-width: 800px;
margin: 0 auto;
}
.content_w800 p { 
margin: 0;
}
.content_w800 .indent_01 { 
text-indent: -1em;
padding-left: 1em;
}

.content_w800 .banner-btn_01 { 
max-width: 600px;
margin: 0 auto;
}
.content_w800 .banner-btn_01 .check { 
display: table;
margin: 0 auto 10px auto;
}
.content_w800 .banner-btn_01 .check img { 
width: 180px;
}
.content_w800 .banner-btn_01 a {
display: block;
filter: drop-shadow(5px 5px 5px #ccc);
}

@media screen and (max-width: 500px) { 
.content_w800 .banner-btn_01 .check img { width: 150px; }
}



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

.soccer-shushoku .about_box { 
max-width: 800px;
margin: 0 auto;
}
.soccer-shushoku .about_box p { 
margin: 0;
}
.soccer-shushoku .about_box .photo_box { 
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-top: 30px;
}
.soccer-shushoku .about_box .photo_box .item { 
width: 49%;
}
.soccer-shushoku .about_box .photo_box .item:last-child { 
margin-left: 2%;
}
.soccer-shushoku .about_box .photo_box .item p { 
font-size: 14px;
text-align: right;
}

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



/*====================================================================
Courseコースガイド
====================================================================*/
.course-guide_back { 
background: #d0e8ff;
}

.course-guide_decoration { 
position: relative;
overflow: hidden;
padding-top: 60px;
}
.course-guide_decoration .decoration_01 { 
position: absolute;
left: -100px;
top: 60px;
overflow: hidden;
}
.course-guide_decoration .decoration_02 { 
position: absolute;
right: -30px;
top: 0;
overflow: hidden;
}
.course-guide_decoration .decoration_02 img { 
width: 200px;
}

.course-guide_content { 
padding: 160px 15px;
}

.course-guide_content .title { 
margin-bottom: 30px;
}
.course-guide_content .title span { 
display: block;
font-size: 20px;
font-weight: bold;
line-height: 1.5em;
color: #1e90ff;
margin-top: 15px;
}
.course-guide_content .title img { 
width: 100%;
max-width: 300px!important;
}

@media screen and (max-width: 500px) { 
.course-guide_decoration .decoration_01 { left: -60px; }
.course-guide_decoration .decoration_01 img { width: 200px; }
.course-guide_decoration .decoration_02 img { width: 150px; }
}



.course_wrap { 
padding: 0 15px;
}
.course_content { 
max-width: 1000px;
margin: 0 auto;
}

.course_content .title { 
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 24px;
font-weight: bold;
line-height: 1.2em;
color: #1e90ff;
margin-bottom: 50px;
}
.course_content .title img { 
margin-right: 30px;
}

.course-guide_banner { 
margin: 30px auto 0 auto;
}
.course-guide_banner a { 
display: inline-block;
width: 30%;
margin: 0 1% 30px 1%;
text-align: center;
}
.course-guide_banner .sp-img { 
display: none;
}

@media screen and (max-width: 767px) { 
.course_content { max-width: 600px; }
.course_content .title { display: block; }
.course_content .title img { height: 70px; margin-right: 0; margin-bottom: 20px; }
.course_content .title span { display: block; }
.course-guide_banner a { width: 47%; }
.course-guide_banner .pc-img { display: none; }
.course-guide_banner .sp-img { display: block; }
}
@media screen and (max-width: 500px) { 
.course-guide_banner a { display: table; width: 100%; max-width: 320px; margin: 0 auto 30px auto; }
.course_content .title { font-size: 20px; }
.course_content .title img { height: 50px; }
}



.course-tabs { 
display: flex; 
flex-wrap: wrap; 
max-width: 1000px; 
margin: 0 auto; 
}
.course-tabs .a-left { 
border-top-left-radius: 30px; 
border-bottom-left-radius: 30px; 
}
.course-tabs .a-right { 
border-top-right-radius: 30px; 
border-bottom-right-radius: 30px; 
}
.course-tab_label { 
position: relative; 
font-size: 24px; 
font-weight: bold;
text-align: center; 
color: #111;
background: #fff;
z-index: 1; 
cursor: pointer; 
flex: 1; 
padding: 15px 0; 
filter: drop-shadow(5px 5px 5px #ccc);
}
.course-tab_label:hover { 
opacity: 0.75; 
}
.course-tab_content { 
flex: 100%; 
display: none; 
overflow: hidden; 
}
input[name="tab_switch_c"] { 
display: none; 
}
.course-tabs input:checked + .course-tab_label { 
color: #fff; 
background: rgb(16,135,255); 
background: linear-gradient(76deg, rgba(16,135,255,1) 0%, rgba(2,185,255,1) 100%);
}
.course-tabs input:checked + .course-tab_label::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #1087ff transparent transparent transparent;
display: block;
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
transition: all 0.3s ease 0s;
}
#tab01c:checked ~ #tab01c_content,
#tab02c:checked ~ #tab02c_content{ 
display: block; 
}
.course-tab_content { 
position: relative; 
animation: fadeIn 0.3s ease; 
}

@media screen and (max-width: 767px) { 
.course-tab_label { font-size: 3.5vw; }
}



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

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


