@charset "utf-8";
/* CSS Document */
:root {
  --main-color: #e50012;
  --2nd-color:;
  --light-color:;
}


*{
	margin:0;
	padding:0;
	list-style:none;
}
	
body{
	padding:0;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	line-height:1.5;
}
.tac{
	text-align:center;
}
.small{
	font-size:0.8rem;
}
.txt_wh{
	color:#fff;
}
.sp{
	display:none;
}
.error_message{
	color:#F00;
	font-weight:bold;
}

@media screen and (max-width:768px) {
.pc{
	display:none
}
.sp{
	display:inherit;
}
}
h1,
h2{
	font-family: "Noto Sans JP", serif;
	font-weight:900;
	color:#fb1984;
	text-align:center;
	
}
h1{
	font-size:2.3rem;
}
h1 .large{
	font-size:3.2rem;
}
h1 .small{
	font-size:1.3rem;
}
@media screen and (max-width:768px) {

h1{
	font-size:1.5rem;
	line-height:1.5;
}
h1 .large{
	font-size:2rem;
}
h1 .small{
	font-size:1.1rem;
}
}
.wrapper{
	width:90%;
	max-width:1200px;
	margin:auto;
}
@media screen and (max-width:768px) {
	.wrapper{
		width:90%;
	}
}

.tac{
	text-align:center;
}

.block{
	padding:100px 0;
}
@media screen and (max-width:768px) {
	.block{
	padding:40px 0;
}
}


/*=======================================
     GOLDEN KIDS
 =======================================*/

.df{
	display:flex;
	justify-content: space-between;
}
@media screen and (max-width:768px) {
.df{
	display:block;
	justify-content: space-between;
}
	 
}
.attention{
	font-size:0.9rem;
	text-align:center;
}
#gk{
	line-height:1.8;
}
h1,
h2{
	font-family: "Noto Sans JP", serif;
	font-weight:900;
	color:#000;
}

.topread{
	 background: none;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #000;
    font-size: 0.9rem;
}
@media screen and (max-width:768px) {
	.topread{
	display:block;
	font-size:0.7rem;
	font-weight:normal;
	padding:5px;
	text-align:center;
}
}
.topread .logo{
	width:200px;
	height:auto;
	margin:10px 0;
	}
@media screen and (max-width:768px) {
.topread .logo{
	margin:0;
	}
}
.topread div{
	width:auto;
	margin:0 10px;
	padding:10px 0;
	color:var(--main-color);
	font-weight:bold;
	font-size:1.1rem;
}

@media screen and (max-width:768px) {
.topread div{
	margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
	font-size:0.9rem;
}
}
#head {
	background: #e50012;
	background:url(../img/campaign/2025win/gk/kv_bg.jpg) no-repeat bottom;
	background-size: cover;
}
@media screen and (max-width:767px) {
	#head {
		background:url(../img/campaign/2025win/gk/kv_bg_sp.jpg) no-repeat bottom #e50012;
		background-size: cover;
		
	}
}
#head .wrapper{
	display:inherit;
	padding:1px;
	
}
#head .contarea{
	text-align:center;
	
		background-size: contain;
		background-position:center;
		min-height:550px;
		display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width:768px) {
	#head .contarea{
	margin: 30px auto;
        width: 90%;
		text-align:center;
		background:none;
    }
}
#head .contarea + ul{
	display: flex;
    justify-content: space-evenly;
    width: 700px;
	margin:20px 0 80px 10%;
}
@media screen and (max-width:768px) {
	#head .contarea + ul{
		display:inherit;
		width:90%;
		margin:40px auto 60px auto;
	}
}
#head .contarea + ul li{
	background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-size: 1rem;
    letter-spacing: -1px;
}
@media screen and (max-width:768px) {
	
	#head .contarea + ul li{
	    background: #fff;
        border: 1px solid #ddd;
        width: 65%;
        margin: 5px auto;
        height: auto;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: "Noto Sans JP", serif;
        font-size: 0.9rem;
        letter-spacing: -1px;
}
}
#head h1{
	font-size: 2.5rem;
	text-align:center;
	color: #fff;
	margin-top: 150px;
}
@media screen and (max-width:768px) {
	#head h1{
		font-size: 1.5rem;
        letter-spacing: -1.5px;
        line-height: 2;
        text-align: center;
	}
}
#head h1 span{
	background:#00000091;
	padding:0 20px;
}
	
#head h2{
	font-size:2.8rem;
	line-height:1;
	margin-top:-10px;
	color:#e50012;
}
@media screen and (max-width:768px) {
	#head h2{
	font-size:1.6rem;
	line-height:1;
	letter-spacing: -1.5px;
}
}

.friend{
	border: 2px solid #9435dd;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
	margin-bottom:30px;
	line-height:1.2;
	text-align:center;
	flex-wrap: wrap;
}
.friend small{
	font-weight:normal;
	font-size:1rem;
}
.friend .tt{
	background:#9435dd;
	color:#fff;
	text-align:center;
	padding:10px;
	width:30%;
	font-size:1.2rem;
	align-self: stretch;
}
@media screen and (max-width:768px) {
	.friend .tt{
		width:100%;
		margin-bottom:10px;
		padding:5px;
		font-size:1rem;
	}
}
.differ {
    display: flex;
    width: 66%;
    justify-content: space-around;
	margin:10px 0;
}
@media screen and (max-width:768px) {
	.differ{
		display:block;
		width: 80%;
        margin: auto;
	}
	.differ div{
		width:100%;
		margin-bottom:10px;
	}
}
.seal{
	background:#ebe1ff;
	padding:2px 10px;
	margin-bottom:5px;
}
.red{
	color: #e50012;
	font-weight:900;
}
#gk	.deadline{
	color: #e50012;
    text-align: center;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
    line-height: 1.3;
    background: #ffe000;
    height: 120px;
    border-radius: 10px;
    padding: 10px;
	margin-right:10px;
}
.deadline span{
	font-size:2.6rem;
}
@media screen and (max-width:768px) {
#gk	.deadline{
	font-size: 1rem;
	height:auto;
	padding:5px;
	width:90%;
	margin:auto;
		
}
.deadline span{
	font-size:1.5rem;
}
}
.tokuten {
	display:block;
    min-width: 750px;
    margin: 0;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
	text-align:center;
	color:#FFF;
}
@media screen and (max-width:768px) {
	.tokuten {
		width:100%;
		min-width:0;
	}
}
.tokuten h2{
	font-size:2.5rem;
	color:#FFF;
	line-height:1;
}
@media screen and (max-width:768px) {
	.tokuten h2{
		margin:10px auto;
		font-size:2.2rem;
}
}
.tokuten h2 .large{
	font-size:3.5rem;
}
@media screen and (max-width:768px) {
	.tokuten h2 .large{
	font-size:3rem;
}
}
.tokuten ul {
	display: flex;
    justify-content:center;
    margin:10px auto;
	font-size: 1.5rem;
	line-height:1;
align-items: center;
color:#FF0;
}
@media screen and (max-width:768px) {
	.tokuten ul {
	font-size: 1.6rem;
	line-height: 1.3;
	display:inherit;
}
}
.tokuten ul .plus{
	font-size:3rem;
	margin:0 2rem;
}
@media screen and (max-width:768px) {
	.tokuten ul .plus{
	font-size:2rem;
	margin: 5px;
}
}
.tokuten ul .large{
	font-size:4rem;
}
@media screen and (max-width:768px) {
	.tokuten ul .large{
	font-size:3rem;
}
}
@media screen and (max-width:768px) {
.tokuten li.flex{
	display: flex;
    justify-content: center;
    align-items: center;
}
.tokuten li.flex p{
	margin:0 5px;
}
}
.btn_cv{
	display: block;
    background: #ffa500;
    text-align: center;
    padding: 5px 0 15px 0;
    text-decoration: none;
    color: #fff;
	width:90%;
    max-width: 550px;
	font-family: "Noto Sans JP", serif;
	font-weight: 900;
	font-style: normal;
	font-size:1.8rem;
	line-height:1.2;
	margin:auto;
}

@media screen and (max-width:768px) {
	.btn_cv{
		font-size:1.3rem;
	}
}

.btn_cv span{
	font-size:1rem;
	font-weight:normal;
}
.btn_cv:hover{
	background:#ffce1e;
}
.movie{
	text-align:center;
	background: #e50012;
	padding:30px 0;
}
.video  iframe{
	width:600px;
	height:360px;
}
@media screen and (max-width:768px) {
.video {
    position: relative;
    width: 90%;
	margin:auto;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}
.video  iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

#goldenage h1{
	margin-bottom:60px;
}
@media screen and (max-width:768px) {
	#goldenage h1{
	        margin: 20px 0;
        line-height: 1.3;
}
}
#goldenage .df div{
	width:47%;
	
}
@media screen and (max-width:768px) {
	#goldenage .df div{
	width:100%;
	
}
}
#goldenage .df div img{
	width:100%;
	height:auto;
}
@media screen and (max-width:768px) {
	#goldenage .df div img{
		margin-top:30px;
	}
}
#goldenage .df div h2{
	text-align:left;
	margin-bottom:20px;
	font-size:2rem;
	line-height:1.5;
}
@media screen and (max-width:768px) {
	#goldenage .df div h2{
	font-size:1.3rem;
	line-height:1.5;
	font-weight: 700;
}
}
#goldenage h1 strong{
	color:#e50012;
	font-weight:900;
}
.ttarea {
  margin-bottom:0px;
  font-size:1.5rem;
}
@media screen and (max-width:768px) {
	.ttarea {
  margin-bottom:0px;
  font-size:1.1rem;
}
}
.ttarea:before,
.ttarea:after {
  background:#e50012;
  height: 50px;
  margin: 0 1em;
}
.lesson{
	background:#e50012;
	position:relative;
}
ul.point{
	display:flex;
	justify-content: space-between;
}
@media screen and (max-width:768px) {
	ul.point{
	display:block;
}
}
ul.point li{
	width:30%;
	background:#fff;
	border:3px solid #fb1984;
	height: 490px;
    border-radius: 10px;
	line-height: 1.2;
	text-align:center;
}
@media screen and (max-width:768px) {
	ul.point li{
		width:100%;
		margin:20px auto;
		height:auto;
		padding:1px;
	}
}
ul.point li .point_no{
	width: 180px;
    height: 90px;
    border-radius: 50% / 0 0 100% 100%;
    background: #fb1984;
    margin: auto;
    text-align: center;
    color: #fff;
	font-family: "Noto Sans JP", serif;
    font-weight: 700;
	font-size:1.6rem;
	padding-top:5px;
    line-height: 1;
}
@media screen and (max-width:768px) {
	ul.point li .point_no{
	width: 140px;
    height: 60px;
	font-size:1.2rem;
	}
	
	}
ul.point li .point_no::before {
	content:url(../img/campaign/2025spring/check.png);
	display:block;
	text-align:center;
	margin-bottom: -10px;
}
ul.point li .point_no span{
	font-size: 2.7rem;
}
@media screen and (max-width:768px) {
	ul.point li .point_no span{
	font-size: 2rem;
}
}
ul.point h2{
	margin:20px 0;
}
ul.point li .txt{
	margin:20px;
	line-height:1.5;
}
.no02{
	background:#fff;
}
.lesson h1{
	color:#fff;
}
.lesson h1 + p{
	color:#fff;
	text-align:center;
	margin:30px 0 50px;
	font-size:1.3rem;
}
@media screen and (max-width:768px) {
	.lesson h1 + p{
		font-size:1rem;
	}
}
.no02 h1{
	color:#e50012;
}
.no02 h1 + p{
	color:#000;
}
.lesson .no{
	position: absolute;
    top: -55px;
    font-size: 6rem;
    color: #fff;
    opacity: 0.3;
	font-family: "Noto Sans JP", serif;
	font-weight: 900;
}
@media screen and (max-width:768px) {
	.lesson .no{
		font-size:3rem;
		top:-30px;
	}
}
.no02 .no{
	color:#e50012;
}
ul.point li{
	height:520px;
}
@media screen and (max-width:768px) {
	ul.point li{
	height:auto;
	padding-bottom:10px;
}
}
ul.point li .point_no::before{
	content:normal;
}
ul.point li .point_no{
    width: 140px;
    height: 70px;
	font-size:1.2rem;
	line-height:1.3;
}
@media screen and (max-width:768px) {
	ul.point li .point_no{
    width: 120px;
    height: 60px;
	font-size:1rem;
	line-height:1.1;
}
}
ul.point li .point_no span{
	font-size:2.3rem;
}
ul.point li img{
	width:90%;
	height:auto;
	margin:auto;
}
{
	font-size:1rem;
	text-align:left;
	
}
.no02 ul,
.no03 ul{
	display:flex;
	flex-wrap: wrap;
}
.no02 li{
	border-left: 4px solid #e50012;
    width: 48%;
    font-size: 1rem;
    margin-bottom: 30px;
    padding-left: 10px;
}
@media screen and (max-width:768px) {
	.no02 li{
		width:100%;
	}
}
.no02 li h2{
	font-size:2rem;
	text-align:left;
	color:#e50012;
}
@media screen and (max-width:768px) {
	.no02 li h2{
	font-size:1.5rem;
	}

}
.no03 ul{
justify-content: space-evenly;
}
.no03 li{
	width:40%;
	background:#fff;
	text-align:center;
	align-content: center;
	line-height:1.5;
	border-radius: 10px;
    padding: 10px;
}
.no03 li span{
	font-family: "Noto Sans JP", serif;
	font-weight: 700;
	font-size:1.5rem;
	color:#e50012;
}


table {
    border-collapse:  collapse;
	width:100%;
}

.coach h1{
	margin-bottom:60px;
}
.coach .kana{
	font-size:0.9rem;
}
.coach .position{
	font-size:1rem;
	color:#e50012;
	margin-bottom:10px;
	font-weight:bold;
}

.coach ul{
    justify-content:space-around;
}
.coach ul li{
	width:30%;
	text-align:center;
	font-size:1rem;
}
@media screen and (max-width:768px) {
	.coach ul li{
		width:100%;
		margin-bottom:20px;
	}
	.coach ul li .caption{
		text-align:left;
	}
}
.coach ul li img{
	width:80%;
	margin:auto;
}
@media screen and (max-width:768px) {
	.coach ul li img{
		width:60%;
	}
}

.cvarea{
	background: rgb(229,0,18);
background: linear-gradient(309deg, rgba(229,0,18,1) 0%, rgba(182,0,14,1) 100%);
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	    align-items: center;
	padding:20px 0;
}
@media screen and (max-width:768px) {
	.cvarea{
		display:inherit;
	}
}
.cvarea .backpack img{
	width:150px;
}
@media screen and (max-width:768px) {
.cvarea .backpack img{
	width:120px;
}
.cvarea .backpack {
		width:100%;
		text-align:center;
		
}
}
.cvarea .set img{
	width:300px;
}
@media screen and (max-width:768px) {
.cvarea .set img{
	width:70%;
}
.cvarea .set {
		width:100%;
		text-align:center;
		
}
}
.cvarea .andmore{
	text-align:center;
	color:#fff;
	font-size:2rem;
	font-weight:bold;
	width:100%;
	margin:10px auto;
}
.cvarea .andmore strong{
	font-family: "Noto Sans JP", serif;
	font-weight:900;
	color: #FF0;
    background: linear-gradient(transparent 80%, #ff7e00 10%);
}
}
@media screen and (max-width:768px) {
.cvarea .andmore{
	text-align:center;
	color:#fff;
	font-size:1.1rem;
	font-weight:bold;
}
}
.cvarea .tokutenarea{
	width:600px;
}
.cvarea .btnarea{
	width:100%;
	margin-bottom:20px;
}
.cvarea h1{
	color:#e50012;
}
.cvarea .formarea{
background: #fff;
    border-radius: 20px;
    padding: 30px 60px;
}
@media screen and (max-width:768px) {
	.cvarea .formarea{
		padding:10px;
	}
}
.cvarea .formarea h2 + p{
	text-align:center;
	margin-bottom:30px;
}
.cvarea .formarea th,
.cvarea .formarea td{
	font-size:0.9rem;
}
.cvarea .formarea .mini{
	width:6rem;
}
.cvarea .formarea .micro{
	width:4rem;
}

.formarea .taikeninfo{
	width: fit-content;
    margin: 0 auto 20px;
}
.formarea .taikeninfo th{
	width: 120px;
}
.formarea .taikeninfo th p{
	background: #ffd5b8;
    border-radius: 20px;
	margin:10px 10px 0 0;
}
	

table.inquiry_form td,
table.inquiry_form th{
	border:none;
	border-bottom:1px solid #999;
	padding:10px;
	text-align:left;
}
#inquiry_privacy_policy td{
	text-align:center;
}
#inquiry_privacy_policy td input{
	margin:20px auto;
}
.cvarea table.nb td,
.cvarea table.nb th{
	border:none;
}
table.inquiry_form dl{
	display:flex;
	
}
table.inquiry_form dt{
	width: 150px;
	}
@media screen and (max-width:768px) {
	table.inquiry_form dl{
	display:block;
	
}
}
@media screen and (max-width:768px) {
	table.inquiry_form table.nb{
		width:80%;
	}
}
table.inquiry_form .tel input{
	width:4rem;
}

@media screen and (max-width:768px) {
table.inquiry_form td,
table.inquiry_form th{
	display:block;
	border:none;
	padding:5px 0;
}
table.inquiry_form td{
	padding:10px;
}

}
table.inquiry_form th{
	background:#f5f5f5;
	white-space: wrap;
}
@media screen and (max-width:768px) {
	table.inquiry_form th{
		padding:5px;
		font-weight:normal;
	}
}
	
table.inquiry_form input,
table.inquiry_form select,
table.inquiry_form textarea{
	padding:5px;
}
table.inquiry_form textarea{
	width:80%;
}
.cvarea textarea{
	margin:20px 0 10px;
	height:100px;
	line-height:1.5;
}
.cvarea .submit{
	width:80%;
	max-width:500px;
	background:#e50012;;
	padding:20px;
	color:#fff;
	border:none;
	margin:20px 0;
	font-size:1.3rem;
}
@media screen and (max-width:768px) {
	.cvarea .submit{
		padding:10px;
		font-size:1.1rem;
	}
}

.map{
	width:500px;
	height:300px;
}
@media screen and (max-width:768px) {
.map{
	width:100%;
	height:200px;
	margin:10px auto;
}
}
.information h1{
	margin:0 auto;
}
.information h2{
	text-align:left;
	border-bottom:2px solid;
	font-weight:600;
	font-size:1.3rem;
	margin:20px 0;
}
.information th{
	background:#F3DEDE;
	border:2px solid #fff;
	padding:5px;
}
.information td{
	background:#F5f5f5;
	border:2px solid #fff;
	padding:5px;
}
footer{
	background:#e50012;
	font-size:0.9rem;
}
footer img{
	width:200px;
	height:auto;
}
footer .copy{
	background:#000;
	text-align:center;
	color:#fff;
	padding:5px; 0;
}
footer .copy div{
	margin:0 20px;
}
footer a:hover{
	opacity:0.8;
}
footer a{
	text-decoration:none;
	color:#fff;
}
footer .copy ul{
	display:flex;
	margin-left:20px;
}
@media screen and (max-width:768px) {
	footer .copy ul{
	display:flex;
	margin-left:0;
	justify-content: space-arounds;
}
}
footer .copy ul li:first-child{
	padding-right:10px;
	margin-right:10px;
}
footer .slist{
	display:flex;
	line-height:1.3;
	justify-content: space-between;
	padding:10px 0;
	    flex-wrap: wrap;
}
@media screen and (max-width:768px) {
	footer .slist{
		    justify-content: center;
	}
		
}
footer .slist ul{
	display:flex;
	width:70%;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width:768px) {
	footer .slist ul{
		justify-content: space-around;
        width: 100%;
        text-align: center;
	}
}

/*=================================
 footer
==================================*/
 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	padding:30px 0;
}
.inner h3 {
    width: 100%;
    font-size: 133.3%;
    margin-bottom: 1em;
    font-weight: normal;
}
 .inner dl {
    width: 30%;
    margin-bottom: 0px;
}
.inner dl dt {
    margin-bottom: 10px;
    font-size: 91.6%;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
.inner dl dd li a {
    text-decoration: none;
    letter-spacing: -0.05em;
	color:inherit;
}

.inner dl dd li {
    border-top: 1px solid #2E373B;
    margin: 0px;
    padding: 0.75em 0px;
    line-height: 1.25em;
}
#footerbox.ver_2 .upper .school > .inner dl dd li a {
    text-decoration: none;
    letter-spacing: -0.05em;
}