@charset "utf-8";
/* CSS Document */

*{
	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;
	background:#ff9000;
	  color: #ffffff;
}
section p{
	text-align:center;
	font-size:1.2rem;
}
.yelw{
	color:#eed500;
}
.blu{
	color:#002ded;
}
.bg_b{
	background:#fff;
	color:#333;
}


.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:1050px;
	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%;
	color:#1a0e70;
	font-size:1rem;
	margin:0;
}
@media screen and (min-width:769px) {
	.header h1{
		text-align:right;
		margin-right:10px;
	}
}
.kv{
	position:relative;
	height:170vw;
	background: url(../img/campaign/2025aut/nishiarai/kv_sp.jpg) no-repeat center bottom;
	background-size: cover;
	
}
@media screen and (min-width:769px) {
	.kv{
		height: 100vh;
		background: url(../img/campaign/2025aut/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: 4%;
        left: 15%;
        margin: 0;
        width: 760px;
		}
}

.kv .txt02{
	position:absolute;
	left:10px;
	bottom:15%;
	width:80%;
}
@media screen and (min-width:769px) {
	.kv .txt02{
		position: absolute;
        left: 16%;
        bottom: 8%;
        width: 510px;
	}
}
.kv .taiken{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	right:0;
	left:0;
}
.kv .taiken img{
	width:88%;
	max-width:580px;
}
@media screen and (min-width:769px) {
	.kv .taiken{
	}
}
.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;
}

 .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);//角度調整
}




#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:2rem;
		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 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 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 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;
}