@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;
filter: drop-shadow(5px 5px 5px #111);
}
.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: 400px) { 
.main-visual_back .main-title h2 { font-size: 35px; }
}



/*====================================================================
共通
====================================================================*/
@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; }
}



.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 h2 .sp-br { display: none; }

.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; }
.common-title_01 h2 .sp-br { display: block; }
}
@media screen and (max-width: 400px) { 
.common-title_01 p { font-size: 16px; top: -12px; }
}



/*====================================================================
サッカーに関わる仕事は広がっている
====================================================================*/
.top-square { 
position: relative;
height: 120px;
margin-bottom: -40px;
overflow: hidden;
}
.top-square .square_01 { 
position: absolute;
right: -10px;
top: -30px;
overflow: hidden;
}
.top-square .square_01 img { 
width: 170px;
}

.top-square_02 { 
position: relative;
height: 60px;
overflow: hidden;
}
.top-square_02 .square_01 { 
position: absolute;
left: -10px;
top: -40px;
overflow: hidden;
}
.top-square_02 .square_01 img { 
width: 80px;
}

.top_about_text p { 
line-height: 2em;
margin: 0;
}

@media screen and (max-width: 767px) { 

}



/*====================================================================
サッカー業界の仕事をチェック
====================================================================*/
.check_content .main_title_box { 

}
.check_content .main_title_box .delta { 
display: table;
width: 40px;
height: 22px;
background: #00348c;
clip-path: polygon(50% 100%, 0 0, 100% 0);
margin: -2px auto 0 auto;
}
.check_content .main_title_box .main_title { 
background: #00348c;
clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
padding: 10px 15px;
}
.check_content .main_title_box .main_title h2 { 
font-size: 50px;
font-weight: bold;
line-height: 1.5em;
text-align: center;
color: #fff;
}
.check_content .main_title_box .main_title h2 .sp-br { display: none; }



.check_content .check_box { 
display: flex;
justify-content: center;
align-items: flex-start;
}
.check_content .check_box .item { 
width: 48%;
}
.check_content .check_box .item:last-child { 
margin-left: 4%;
}

.check_content .check_box .item h3 { 
display: flex;
justify-content: center;
align-items: center;
width: 100%;
font-size: 24px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}
.check_content .check_box .item h3 .c_blue { 
color: #1e90ff;
}
.check_content .check_box .item h3::before {
margin-right: 15px;
transform: rotate(-25deg);
}
.check_content .check_box .item h3::after {
margin-left: 15px;
transform: rotate(25deg);
}
.check_content .check_box .item h3::before, .check_content .check_box .item h3::after {
content: '';
width: 3px;
height: 30px;
background-color: #111;
}

.check_content .check_box .item .photo { 
position: relative;
}
.check_content .check_box .item .photo span { 
position: absolute;
right: 5px;
top: 5px;
font-size: 14px;
line-height: 1em;
color: #111;
text-shadow: -2px -2px 0 #fff, -2px 0 0 #fff, -2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff;
}

.check_content .check_box .item a { 
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;
margin-top: 15px;
padding: 5px 5px 10px 5px;
}
.check_content .check_box .item a .c_blue { 
color: #1f90ff;
}
.check_content .check_box .item 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);
}
.check_content .check_box .item a .sp-br { display: none; }



@media screen and (max-width: 767px) { 
.check_content .main_title_box .main_title h2 { font-size: 40px; }
.check_content .check_box .item h3 { font-size: 3vw; }
.check_content .check_box .item h3::before, .check_content .check_box .item h3::after { height: 4vw; }
.check_content .check_box .item .photo span { font-size: 12px; }
.check_content .check_box .item a { font-size: 20px; }
}
@media screen and (max-width: 500px) { 
.check_content .main_title_box .main_title h2 { font-size: 30px; }
.check_content .main_title_box .main_title h2 .sp-br { display: block; }
.check_content .check_box .item .photo span { font-size: 10px; }
.check_content .check_box .item a { font-size: 18px; }
.check_content .check_box .item a .sp-br { display: block; }
}
@media screen and (max-width: 400px) { 
.check_content .check_box .item a { font-size: 16px; }
}



/*====================================================================
仕事
====================================================================*/
.contact_btn { 
padding: 0 15px 15px 15px;
}
.contact_btn a { 
position: relative;
display: block;
font-size: 24px;
font-weight: bold;
line-height: 1.5em;
text-align: center;
color: #fff;
background: rgb(27,98,255);
background: linear-gradient(90deg, rgba(27,98,255,1) 0%, rgba(3,176,255,1) 100%);
border-radius: 50px;
margin-bottom: 20px;
padding: 15px 30px 15px 15px;
filter: drop-shadow(5px 5px 5px #ccc);
}
.contact_btn a:last-child { 
margin-bottom: 0;
}
.contact_btn a .arrow { 
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
font-weight: normal;
}

@media screen and (max-width: 767px) { 
.contact_btn a { font-size: 20px; }
}



.work-border-line { 
margin-bottom: 60px;
}
.work_content { 
display: flex;
justify-content: flex-start;
align-items: stretch;
padding: 0 10px;
}
.work_content .work_box { 
position: relative;
width: 48%;
background: #e8f8ff;
padding: 30px 10px;
border-radius: 15px;
}
.work_content .work_box:last-child { 
margin-left: 4%;
}
.work_content .work_box .name h3 { 
font-size: 30px;
font-weight: bold;
line-height: 1.5em;
color: #1e90ff;
margin-top: 5px;
}
.work_content .work_box .name h3 .small {
display: block;
font-size: 18px;
line-height: 1.2em;
}
.work_content .work_box .name h3 .sp-br { 
display: none;
}
.work_content .work_box .name p { 
margin: 0;
}
.work_content .work_box .name p strong {
font-weight: bold;
}
.work_content .work_box .text-ac { 
text-align: center;
}
.work_content .work_box .photo { 
margin-bottom: 10px;
}

@media screen and (max-width: 1080px) { 
.work_content { padding: 0; }
}
@media screen and (max-width: 767px) { 
.work_content .work_box .name h3 { font-size: 24px; }
.work_content .work_box .name h3 .small { font-size: 14px; }
}
@media screen and (max-width: 600px) { 
.work_content .work_box .name h3 { font-size: 4vw; }
.work_content .work_box .name h3 .small { font-size: 2.5vw; }
.work_content .work_box .name p { font-size: 2.5vw; }
}
@media screen and (max-width: 500px) { 
.work-border-line { margin-bottom: 40px; }
.work_content .work_box .name h3 .sp-br { display: block; }
}



.popup_wrap input {
display: none;
}
.popup_overlay {
display: flex;
justify-content: center;
/* 
overflow: auto;
overflow-y: scroll;
*/
position: fixed;
top: 0;
left: 0;
z-index: 100000;
width: 100%;
height: 100%;
background: rgb(99,211,255);
background: linear-gradient(0deg, rgba(99,211,255,0.9) 0%, rgba(106,150,255,1) 100%);
opacity: 0;
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}
.popup_trigger {
position: absolute;
width: 100%;
height: 100%;
}
.popup_area { 
width: 100%;
padding: 0 15px 0 15px;
}
.popup_content {
position: relative;
width: 100%;
max-width: 700px;
box-sizing: border-box;
background: #e8f8ff;
margin: 0 auto;
padding: 30px 30px;
border-radius: 15px;
transition: 0.5s;
max-height: calc(100vh - 100px);
overflow: auto;
overflow-y: scroll;
}
.close_btn {
position: absolute;
right: 5px;
top: 5px;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
font-size: 40px;
line-height: 1em;
text-align: center;
color: #fff;
background: #1e90ff;
border-radius: 50%;
cursor: pointer;
transition: .3s ease;
}
.close_btn img { 
width: 25px;
}
.popup_wrap input:checked ~ .popup_overlay {
display: flex;
align-items: flex-start;
justify-content: center;
opacity: 1;
transform: scale(1);
transition: opacity 0.5s;
}
.popup_wrap input:checked ~ .popup_overlay .popup_content{
transform: translateY(50px);
}
.open_btn {
position: absolute;
right: -10px;
top: -10px;
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
font-size: 40px;
line-height: 1em;
text-align: center;
color: #fff;
background: #1e90ff;
border-radius: 50%;
cursor: pointer;
transition: .3s ease;
}



.popup_content .popup_main_box { 
margin-bottom: 40px;
}
.popup_content .popup_main_box img { 
display: table;
width: 100%;
max-width: 500px!important;
margin: 0 auto;
}
.popup_content .popup_main_box h3 { 
font-size: 50px;
font-weight: bold;
line-height: 1.5em;
text-align: center;
color: #1e90ff;
margin-top: 10px;
}
.popup_content .popup_main_box h3 .small { 
display: block;
font-size: 20px;
line-height: 1.2em;
}
.popup_content .popup_main_box p { 
font-size: 20px;
text-align: center;
margin: 0;
}

.popup_content .popup_title_box { 
margin-bottom: 10px;
}
.popup_content .popup_title_box .delta { 
display: table;
width: 40px;
height: 22px;
background: #00348c;
clip-path: polygon(50% 100%, 0 0, 100% 0);
margin: -2px auto 0 auto;
}
.popup_content .popup_title_box .popup_title { 
background: #00348c;
clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
padding: 10px 15px;
}
.popup_content .popup_title_box .popup_title h3 { 
font-size: 30px;
font-weight: bold;
line-height: 1.5em;
text-align: center;
color: #fff;
}

.popup_content .popup_text_box { 
margin-bottom: 40px;
}
.popup_content .popup_text_box p { 
line-height: 2em;
}
.popup_content .popup_text_box p .c_yellow { 
font-weight: bold;
background: linear-gradient(transparent 60%, #fbee01 30%);
}

.popup_content .popup_banner_text { 
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
}
.popup_content .popup_banner_text p { 
text-align: center;
margin: 0;
}
.popup_content .popup_banner_text img { 
height: 40px;
}
.popup_content .popup_banner_text .img_01 { 
margin-right: 5px;
}
.popup_content .popup_banner_text .img_02 { 
margin-left: 5px;
}

.popup_content .popup_banner { 
max-width: 320px;
margin: 0 auto;
}
.popup_content .popup_banner a { 
display: table;
margin-bottom: 15px;
}
.popup_content .popup_banner a:last-child { 
margin-bottom: 0;
}

.popup_content .popup_contact_btn { 
border-top: 1px dotted #111;
border-bottom: 1px dotted #111;
margin: 40px auto;
padding: 40px 0;
}
.popup_content .popup_contact_btn .type_01 { 
position: relative;
display: block;
font-size: 20px;
font-weight: bold;
line-height: 1.5em;
text-align: center;
color: #fff;
background: rgb(27,98,255);
background: linear-gradient(90deg, rgba(27,98,255,1) 0%, rgba(3,176,255,1) 100%);
border-radius: 50px;
padding: 15px 30px 15px 15px;
filter: drop-shadow(5px 5px 5px #ccc);
margin-bottom: 15px;
}
.popup_content .popup_contact_btn .type_01 .arrow { 
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
font-weight: normal;
}
.popup_content .popup_contact_btn .type_02 { 
position: relative;
display: block;
font-size: 20px;
font-weight: bold;
line-height: 1.5em;
text-align: center;
color: #fff;
background: rgb(241,110,0);
background: linear-gradient(90deg, rgba(241,110,0,1) 0%, rgba(241,188,0,1) 100%);
border-radius: 50px;
padding: 15px 30px 15px 15px;
filter: drop-shadow(5px 5px 5px #ccc);
}
.popup_content .popup_contact_btn .type_02 .arrow { 
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
font-weight: normal;
}

.popup_content .close_btn_02 { 
position: relative;
display: block;
font-size: 20px;
font-weight: bold;
line-height: 1.5em;
text-align: center;
color: #1f90ff;
border: 2px solid #1f90ff;
border-radius: 50px;
margin-bottom: 30px;
padding: 15px 15px 15px 30px;
cursor: pointer;
}
.popup_content .close_btn_02 .arrow { 
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 15px;
font-weight: normal;
}

@media screen and (max-width: 767px) { 
.popup_content { padding: 30px 15px; }
.popup_content .popup_main_box h3 { font-size: 40px; }
.popup_content .popup_main_box h3 .small { font-size: 18px; }
.popup_content .popup_main_box p { font-size: 18px; }
.popup_content .popup_title_box .popup_title h3 { font-size: 24px; }
}
@media screen and (max-width: 500px) { 
.popup_content .popup_main_box h3 { font-size: 30px; }
.popup_content .popup_main_box h3 .small { font-size: 16px; }
.popup_content .popup_main_box p { font-size: 16px; }
.popup_content .popup_title_box .popup_title h3 { font-size: 20px; }
.popup_content .popup_text_box p { font-size: 14px; }
.popup_content .popup_banner_text p { font-size: 14px; }
}



/*====================================================================
banner
====================================================================*/
.pickup_banner { max-width: 640px; margin: 0 auto; }
.pickup_banner a { display: block; filter: drop-shadow(5px 5px 5px #ccc); }



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

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


