@charset "utf-8";
/* CSS Document */
:root {
  --main-color: #0061de;
  --2nd-color: #f9b200;
  --light-color: #c5ebff;
  --grade: linear-gradient(134deg, #3fd4ff, #103cb9 86%);
}


*{
	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.8;
}
section p{
	text-align:center;
	font-size:1.2rem;
}
.yelw{
	color:#eed500;
}
.blu{
	color:#002ded;
}
.bg_b{
	background:#fff;
	color:#333;
}
.small{
	font-size:0.8rem;
}

.sp{
	display:none;
}
@media screen and (max-width:768px) {
.pc{
	display:none
}
.sp{
	display:inherit;
}
}
section{
	padding:1px 0;
}

h1,
h2{
	font-family: "Noto Sans JP", serif;
	font-weight:900;
	line-height:1.3;
	margin:2rem 0;
	
}
h2{
	text-align:center;
	font-size:1.5rem;
}
@media screen and (min-width:769px) {
	h2{
	font-size:2.3rem;
	margin: 80px auto 2rem;
}
}
@media screen and (max-width:768px) {
img{
	width:100%;
}
}
.wrapper{
	width:100%;
	max-width:1200px;
	margin:auto;
	padding: 1px 0;
}
@media screen and (max-width:768px) {
	.wrapper{
		width:90%;
	}
}
.flex{
	display:flex;
}
nav{
	width:100%;
	background: #fff;
	position: fixed;
    left:0;
    bottom:0;
    width: 100%;
	z-index:30;
}
@media screen and (min-width:769px) {
	nav{
	width:100%;
	background: #fff;
	position: fixed;
    left:auto;
	right:0;
	top:50px;
    bottom:auto;
    width: 80px;
	z-index:30;
}
}
nav a{
	color:#fff;
	display:block;
	width:100%;
	height:45px;
    align-content: center;
	text-decoration:none;

}
@media screen and (min-width:769px) {
nav a{
		height:100%;
			width:80px;
	}
	}
nav ul{
	display:flex;
	justify-content: space-between;
}

@media screen and (min-width:769px) {
	nav ul{
		display:inherit;
	}
	
}
nav ul li{
	width:25%;
	background:#1a0e70;
	color:#fff;
	text-align:center;
	font-weight: bold;
    height: 100%;
    align-content: center;
	height:45px;
	
}
@media screen and (min-width:769px) {
	nav ul li{
		height:80px;
		border-top:1px solid #fff;
	}
}
nav ul li:first-child{
	width:49.8%;
	background:#ff0054;
}
@media screen and (min-width:769px) {
	nav ul li,
	nav ul li:first-child{
		width:100%;
	}
	nav ul li:first-child{
	writing-mode: vertical-rl;
	min-height:230px;
	padding:10px 0;
	border-top:0;
	font-size:1.5rem;
	align-content: baseline;
	}
}
.header{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:2rem;
}
@media screen and (min-width:769px) {
	.header{
		margin-bottom:0;
	}
	
}
.header .logo{
	width:30%;
	max-width:110px;
	background:#1a0e70;
	text-align:center;
}
@media screen and (max-width:768px) {
	.header .logo{
	padding:5px;
}
}
.header .logo img{
	width:95%;
	height:auto;
}
.header h1{
	width:65%;
	font-size:1rem;
	margin:0;
	color:#fff;
}
@media screen and (min-width:769px) {
	.header h1{
		text-align:right;
		margin-right:10px;
	}
}
.kv{
	position:relative;
	height:170vw;
	background: url(../img/campaign/2025win/nishiarai/kv_sp.jpg) no-repeat center bottom;
	background-size: cover;
	
}
@media screen and (min-width:769px) {
	.kv{
		height: 100vh;
		background: url(../img/campaign/2025win/nishiarai/kv_bg.jpg) no-repeat center;
        background-size: cover;
}
}
.kv .bg{
	width:100%;
}
.kv .tt{
	text-align:center;
}
.kv .tt img{
	max-width:95%;
	margin:auto;
}
@media screen and (min-width:769px) {
	.kv .tt img{
		position: absolute;
        top: 10%;
        left: 15%;
        margin: 0;
        width: 42%;
        height: auto;
		}
}
@media screen and (min-width:1366px) {
	.kv .tt img{
		position: absolute;
        top: 10%;
        left: 15%;
        margin: 0;
        width: 45%;
        height: auto;
		}
}

.kv .txt02{
	position:absolute;
	left:10px;
	bottom:15%;
	width:80%;
}
@media screen and (min-width:769px) {
	.kv .txt02{
		position: absolute;
        left: 16%;
       top: 40%;
        width: 30%;
	}
}
@media screen and (min-width:1366px) {
	.kv .txt02{
		position: absolute;
        left: 16%;
       top: 48%;
        width: 30%;
	}
}
.kv .taiken{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	right:0;
	left:0;
}
.kv .taiken img{
	width:80%;
	max-width:580px;
}
@media screen and (min-width:769px) {
	.kv .taiken img{
	width:50%;
	max-width:580px;
}
}
.kv .lady{
	position:absolute;
	right:10%;
	bottom:0;
	height:95vh;
}
@media screen and (min-width:769px) {
	.kv .renew{
			position: absolute;
    bottom: -30px;
    left: 15%;
		font-size:1.7rem;
	}
	}
.kv .circle{
	background:#002ded;
	border-radius: 90px;
    width: 180px;
    height: 180px;
	margin: auto;
	align-content: center;
	margin-top: -3.5rem;
    line-height: 1.3;
}
@media screen and (min-width:769px) {
	.kv .circle{
		 border-radius: 120px;
        width: 240px;
        height: 240px;
		font-size:1.9rem;
		
}
}
.kv .circle p{
	margin-top:25px;
}

.degital{
	display:flex;
	justify-content: center;
	color: #000;
    font-size: 0.9rem;
}
.degital img{
	max-width:130px;
	margin:0 5px;
}
 .mds_nnm {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mds_nnm:before,
.mds_nnm:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 2rem;
    margin: 0 0.5em;
}
.mds_nnm:before {
  transform: rotate(-35deg);//角度調整
}
.mds_nnm:after {
  transform: rotate(35deg);//角度調整
}

#effect{
	background: var(--light-color);
    width: 90%;
    margin: 80px auto;
	position:relative;
}
#effect .family{
	position: absolute;
    top: -50px;
    right: 30px;
    width: 450px;
}
#effect .family img{
	width:100%;
}
@media screen and (max-width:768px) {
	#effect .family{
	position: static;
    width: 80%;
    margin: auto;
}
}

#effect h1{
	margin:0 0 10px 0;
	text-align:left;
	background:var(--main-color);
	color: #fff;
    padding: 2rem 0 2rem 4rem;
}
@media screen and (max-width:768px) {
	#effect h1{
    padding: 1rem;
	font-size:1.3rem;
}
}
#effect h2{
	margin:0 0 10px 0;
	text-align:left;
	color:var(--main-color);
}
#effect h2 + p{
	font-weight:bold;
	margin-bottom:2rem;
	font-size:1.1rem;
	color:var(--main-color);
	line-height:1.5;
	text-align:left;
}
@media screen and (max-width:768px) {
	#effect h2 + p{
		font-size:1.1rem;
	}
}
#effect h3{
	margin-bottom:1rem;
	font-size:1.3rem;
	border-bottom: 3px solid var(--main-color);
}
#effect h3 span{
	font-size:1.8rem;
	color:var(--2nd-color);
}
@media screen and (max-width:768px) {
	#effect h3 span{
		font-size:1.5rem;
	}
}
@media screen and (min-width:769px) {
#effect .fact{
	display:flex;
    justify-content: space-around;
}
#effect .fact div{
	width:45%;
	font-size:1rem;
}

}

#effect .fact p{
	font-size:1rem;
	text-align:left;
}

#effect .fact dl{
	margin-bottom:50px;
}
#effect .fact dt{
	font-size:1.5rem;
	font-weight:bold;
	margin-top:1rem;
	background: url(../img/campaign/common/check.png) no-repeat;
	padding: 5px 0 5px 45px;
    background-size: 40px;
}
@media screen and (max-width:768px) {
	#effect .fact dt{
	font-size:1.1rem;
	font-weight:bold;
	margin-top:1rem;
	background: url(../img/campaign/common/check.png) no-repeat;
	padding: 5px 0 5px 35px;
	background-position: left 0% bottom 45%;
    background-size: 28px;
}
}
#special{
	background:#ff6000;
	margin:0;
	text-align:center;
}
@media screen and (min-width:770px) {
	#special{
}
}
#special .tokuten h1{
	color:#fff;
	margin:0;
	width:100%;
}
#special .tokuten h1:before,
#special .tokuten h1:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 4px;
  height: 50px;
  margin: 0 1em;
  vertical-align: middle;
}
@media screen and (max-width:768px) {

#special .tokuten h1:before,
#special .tokuten h1:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 30px;
  margin: 0 1rem;
  margin-top: -.2em;
  vertical-align: middle;
}
}
#special .tokuten h1:before {
  transform: rotate(-35deg);//角度調整
}
#special .tokuten h1:after {
  transform: rotate(35deg);//角度調整
}

#special .soku{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 30px 0;
	flex-wrap: wrap;
	color:#fff;
	max-width:1400px;
	margin:auto;
}
@media screen and (max-width:768px) {
	#special .soku{
		width:90%;
		margin:auto;
		padding: 20px 0;
	}
}
#special .soku h2{
	font-family: "Noto Sans JP", serif;
    font-weight: 900;
	color:#ffe200;
	font-size:2.4rem;
	line-height:1.3;
	margin:0;
}
#special .soku h2 span{
	color:#fff;
	font-size:1.8rem;
	
}
#special .soku h2 .small{
	font-size:1rem;
}
#special .soku .day{
	font-weight:bold;
}
@media screen and (max-width:768px) {
	#special .soku h2{
	font-family: "Noto Sans JP", serif;
    font-weight: 900;
	color:#ffe200;
	font-size:2.2rem;
	line-height:1;
}
#special .soku h2 span{
	color:#fff;
	font-size:1.5rem;
	
}
}
#special .soku img{
	margin:0 20px;
}
@media screen and (max-width:768px) {
	#special .soku img{
	margin:0 0 10px;
}
}
#special .otamesi{
	background:#FFF;
	padding:20px 0;
}
#special .subcam{
	display:flex;
    justify-content: center;
	margin-top:2rem;
}
@media screen and (max-width:768px) {
	#special .subcam{
	display:inherit;
}
}
#special .subcam > div{
	border:1px solid #ff6000;
	width:100%;
	max-width:500px;
	margin:10px;
}
@media screen and (max-width:768px) {
	#special .subcam > div{
		margin:0 0 10px 0;
	}
}
#special .subcam .tt{
	background:#ff6000;
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
}
#special .subcam p{
	font-weight:bold;
	color:#ff6000;
    margin: 10px auto;
    line-height: 1.3;
}
#special .restart p{
	margin-top:1rem;
}
	
.hosoku{
	font-size: 0.8rem;
    margin: 20px 0;
    display: flex;
    justify-content: right;
	 line-height: 1.5;
    text-align: left;
	color:#000;
}
@media screen and (min-width:770px) {
.friend .benefits{
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	font-size: 0.9rem;
	margin:5px;
}
}

.friend .benefits dl{
	width: 95%;
    margin: 0 auto 5px;
    padding: 1px;
}

@media screen and (min-width:770px) {
.friend .benefits dl{
	width:49%;
	margin-bottom:7px;
}
}
.friend .benefits dt{
    font-size: 1.1rem;
	font-weight:bold;
}
@media screen and (min-width:770px){
.friend .benefits dt{
    font-size: 1rem;
	font-weight:bold;
}
}
.friend .benefits dl:first-child{
	background:#ffe9dd;
}
.friend .benefits dt{
	color:#ff6000;
}
.friend .benefits dl:last-child{
	background:#fff7e3;
}


.friend .benefits dd{
		font-size:0.8rem;
		line-height:1.4;
		margin:10px;
		color:#000;
}


.friend .benefits dd:last-child{
	margin-bottom:10px;
}


.restart .naiyo{
	height: 80%;
    align-content: center;
}


.tokutenarea{
	background:#fb1984;
	color:#fff;
	text-align:center;
	position:relative;
	padding:1px 0 30px 0;
	margin-bottom:50px;
}
.tokutenarea h1{
	color:#fff;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 800;
	font-style: normal;
	font-size:3rem;
}
.tokutenarea h1.spring{
		margin-top:-1rem;
		line-height:1;
}
.tokutenarea h1 .big{
	font-size:6rem;
	-webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fb1984;
}
@media screen and (max-width:768px) {
	.tokutenarea h1{
		font-size:2rem;
	}
	.tokutenarea h1 .big{
	font-size:4rem;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fb1984;
}
}
.tokutenarea h1 .strong{
	color:#FF0;
}

#reborn{
	background-image:var(--grade);
	color:#fff;
}
#reborn .slider{
	width:90%;
	max-width:900px;
	margin:0 auto 4rem auto;
}
#reborn h2 + p{
	margin-bottom:2rem;
}
@media screen and (min-width:769px) {
	#reborn > p{
		margin-bottom:2rem;
	}
}
#reborn h2{
	font-weight: 900;
    margin: 70px auto 2rem;
    line-height: 1.5;
    font-size: 1.5rem;
    width:fit-content;
}
@media screen and (min-width:769px) {
	#reborn h2{
		font-size:2.3rem;
		margin:100px auto 30px;
	}
}

.slick-dots li button:before{
	font-size:40px;
	color:#fff;
}
.slick-dots li.slick-active button:before{
	color:#fff;
}
.slick-next:before,
.slick-next:after{
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 10px;
  width: 20px;
  height: 5px;
  background-color:#fff;
  opacity:1;
  transform-origin: calc(100% - 2.5px) 50%;
}

.slick-prev:before,
.slick-prev:after{
 content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 10px;
  width: 20px;
  height: 5px;
  background-color:#fff;
  opacity:1;
  transform-origin: 2.5px 50%;
  z-index:10;
}
@media screen and (min-width:769px) {
	.slick-next:before,
.slick-next:after,
.slick-prev:before,
.slick-prev:after{
	width: 40px;
}
}
.slick-next {
    right: -35px;
}
.slick-prev {
    left: -35px;
}
.slick-next::before,
.slick-prev::before{
  transform: rotate(45deg);
}

.slick-next::after,
.slick-prev::after{
  transform: rotate(-45deg);
}
.slick-dotted.slick-slider {
    margin: 0 auto 30px auto;
    max-width: 750px;
}
.slick-slide{
	text-align:center;
}
.slick-slide img{
	margin:0 auto 20px auto;
}
.slick-slide h3{
    font-weight: bold;
    font-style: normal;
    font-size: 1.2rem;
    margin: 0 auto 10px auto;
    background: linear-gradient(transparent 70%, #ffda00 10%);
    width: fit-content;
    padding: 0 10px;
}
@media screen and (min-width:769px) {
	.slick-slide h3{
		font-size:1.7rem;
	}
}
.slick-slide p{
	font-size:1rem;
}
.slick-track a{
	color:#002ded;
}

#reborn .iconlist {
    display: flex;
    width: 90%;
    margin: 2rem auto 5rem;
    justify-content: space-around;
}
@media screen and (min-width:769px) {
	#reborn .iconlist {
    display: flex;
    width: 50%;
}
}
#reborn .iconlist li{
	width:23%;
}
#reborn .iconlist li img{
	max-width:70px;
}

#class{
	margin-top:4rem;
}
#class > img{
	margin: -6rem auto 0;
	width:60%;
	display:block;
	max-width:450px;
}


#class ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin:1rem auto 5rem;
}
#class ul li{
	border-radius: 5px;
    width: 45%;
    max-width: 250px;
    background: #fff;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
}
#class ul li img{
	width:70%;
	margin:10px auto 0 auto;
}
#lesson{
	background-image:var(--grade);
	color:#fff;
}
#lesson h2 + div{
	margin:0 auto 2rem;
	width:90%;
	max-width:1200px;
	font-size:1.2rem;
	text-align:center;
	
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-width:769px) {
	.tabs {
		justify-content: center;
	}
}
/*タブのスタイル*/
.tab_item {
  width: 45%;
  max-width:450px;
  background-color: #fff;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "Noto Sans JP", serif;
  font-weight:900;
  line-height:1;
  height: 60px;
    padding-top: 10px;
	color:#ff9000;
}
.tab_item span{
	font-size:0.9rem;
	font-weight:bold;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
      width: 100%;
    max-width: 1200px;
  padding: 10px 0;
  margin-bottom:-3px;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #eed500;
}
.tab_content h2{
	margin:2rem;
	font-size:1.4rem;
}
@media screen and (min-width:769px) {
	.tab_content h2{
	margin:2rem;
	font-size:1.7rem;
}
}
#formarea{
	margin-top:5rem;
	text-align:center;
}
#formarea > img{
	margin: -10rem auto 0 auto;
    width: 90%;
	max-width:500px;
}
#formarea .formbg{
	color:#000;
}
#formarea .taikeninfo th{
	width: 120px;
}
#formarea .taikeninfo th p{
	background: #ffd5b8;
    border-radius: 20px;
	margin:10px 10px 0 0;
}
#formarea input[name="confirm"] ,
#formarea input[name="send"],
#formarea input[name="form"] {
	background: #fb0094;
    padding: 10px;
    border-radius: 30px;
	max-width:500px;
    border: none;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
	width:90%;
}
#formarea input[name="form"] {
	background:#f5f5f5;
	color:#333;
}
#formarea .soy_inquiry_message{
	text-align: center;
    margin: 20px auto;
}
table.inquiry_form {
	width:100%;
}
@media screen and (min-width:769px) {

table.inquiry_form {
	width:80%;
	margin:30px auto;
}	
#inquiry_form_submit ul li{
	width:40%;
	margin:auto;
}
}

table.inquiry_form td,
table.inquiry_form th{
	border:none;
	border-bottom:1px solid #999;
	padding:10px;
	text-align:left;
}

.complete #inquiry_form td:nth-child(odd){
	background: #f5f5f5;
    white-space: nowrap;
}
#inquiry_privacy_policy{
	width:100%;
}
#inquiry_privacy_policy td{
	text-align:center;
	border-bottom:0;
}
#inquiry_privacy_policy td input{
	margin:20px auto;
}

#faq{
	background-image:var(--grade);
	color:#fff;
}
#faq a{
	color:#ffeb3d;
}
#faq dl{
	margin-bottom:10px;
}
#faq dt{
	font-weight:bold;

}
#faq dt::before {
	content: "Q. ";
}
#faq dd{
	padding:10px;
}
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%;
}
table.inquiry_form select{
	width:80%;
}

#access iframe{
	width:100%;
	height:300px;
	
}
#access .tel a{
	font-size:2rem;
	font-family: "Noto Sans JP", serif;
	font-weight:900;
	text-decoration:none;
}
@media screen and (min-width:769px) {
#access .plof{
	display:flex;
	justify-content: space-between;
	margin-bottom:3rem;
}
#access .plof .info,
#access .plof img{
	width:49%;
}
}



/*=================================
 footer
==================================*/
#office_list .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;
}
@media screen and (max-width: 768px) {
    #office_list .inner {
        display: inherit;
    }
}
#office_list .inner h3 {
    width: 100%;
    font-size: 133.3%;
    margin-bottom: 1em;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    #office_list .inner  h3 {
        font-size: 1.1rem;
    }
}
 #office_list .inner dl {
    width: 30%;
    margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
	#office_list .inner dl {
		width:100%;
	}
}
#office_list .inner dl dt {
    margin-bottom: 10px;
    font-size: 91.6%;
	font-weight:bold;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
#office_list .inner dl dd li:last-child{
	margin-bottom:10px;
}


#office_list .inner dl dd li a {
    text-decoration: none;
    letter-spacing: -0.05em;
	color:inherit;
}

#office_list .inner dl dd li {
    border-top: 1px solid #fff;
    margin: 0px;
    padding: 0.75em 0px;
    line-height: 1.25em;
}
#footerbox.ver_2 .upper .school > #office_list .inner dl dd li a {
    text-decoration: none;
    letter-spacing: -0.05em;
}
/* ページトップボタン */
#page-top a {
  background-color:rgb(255 175 0 / 65%);
  bottom: 0;
  color: #fff;
  padding: 20px;
  position: fixed;
  right: 0;
  text-decoration:none;
  line-height:1.3;
  font-size:0.9rem;
  text-align:center;
}