@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-size: 100%;
	font-size:18px;
}
@media screen and (max-width:768px) {
	body{
		font-size:16px;
	}
}
p.topread{
	font-size:20px;
	line-height:2;
}
@media screen and (max-width:768px) {
	p.topread{
	font-size:1rem;
	text-align:left;
}
}

p strong{
	background: linear-gradient(transparent 70%, #ffde58 10%);
}
.yelw{
	color:#eed500;
}
.blu{
	color:#0084ce;
}
.bg_b{
	background:#f6ab00;
	color:#fff;
}
.bg_b a{
	color:#FFF;
}
.small{
	font-size:0.8rem;
}
.tac{
	text-align:center;
}
.sp{
	display:none;
}
@media screen and (max-width:768px) {
.pc{
	display:none
}
.sp{
	display:inherit;
}
}
section{
	margin-bottom:80px;
	
}
@media screen and (max-width:768px) {
	section{
		margin-bottom:30px;
	
}
	
}
h1{
	line-height:1.5;
	margin:80px 0;
	color:#724100;
	font-size:2.3rem;
	text-align:center;
	
}
@media screen and (max-width:768px) {
	h1{
		font-size: 1.4rem;
        margin: 30px 0;
        line-height: 1.2;
	}
}
h1 strong{
	font-size:3.3rem;
}
@media screen and (max-width:768px) {
	h1 strong{
	font-size:2.3rem;
}
}
h1 small{
	font-size:1.3rem;
}
h2{
	text-align:center;
	font-size:1.5rem;
	line-height:1.5;
	margin-bottom: 20px;
	
}
@media screen and (min-width:770px) {
	h2{
	font-size:2rem;
	margin-bottom: 40px;
}
}

h3{
	font-size:1.5rem;
	margin-bottom:2rem;
	line-height:1.5;
}
@media screen and (max-width:768px) {
	h3{
	font-size:1.3rem;
}
}
@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;
	justify-content: space-between;
}
nav{
	width:100%;
	background: #fff;
	position: fixed;
    left:0;
    bottom:0;
    width: 100%;
	z-index:30;
}
@media screen and (min-width:770px) {
	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:770px) {
nav a{
		height:100%;
			width:80px;
	}
	}
nav ul{
	display:flex;
	justify-content: space-between;
}

@media screen and (min-width:770px) {
	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:770px) {
	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:770px) {
	nav ul li,
	nav ul li:first-child{
		width:100%;
	}
	nav ul li:first-child{
	writing-mode: vertical-rl;
	min-height:240px;
	padding:20px 0;
	border-top:0;
	font-size:1.5rem;
	line-height:1;
	text-align: left;
    padding-left: 0.3rem;
	position:relative;
	right:0;
	
	}
	nav ul li:first-child a{
	position:absolute;
	right:0px;
}
}
nav ul li:first-child span{
	font-size:0.9rem;
}
.btn_cv{
	display: block;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    color: #ff6000;
    width: 100%;
    max-width: 650px;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2rem;
    margin: 10px auto;
    line-height: .8;
    border: 2px solid #fff;
    border-radius: 50px;
    position: relative;
    display: block;
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.7);
    border: 1px solid #ff7827;
}
@media screen and (max-width:768px) {
	.btn_cv{
		font-size:1.3rem;
		margin:10px 0;
		line-height:1;
	}
}

.btn_cv::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 18px;
  height: 18px;
  margin: auto;
  border-top: 4px solid #ff6000;
  border-right: 4px solid #ff6000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#gk .btn_cv::after {
	border-top: 4px solid #ff6000;
  border-right: 4px solid #ff6000;
}
@media screen and (max-width:768px) {
.btn_cv::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
}
.btn_cv span{
	font-size:1rem;
	font-weight: 600;
}
@media screen and (max-width:768px) {
	.btn_cv span{
		font-size:0.8rem;
	}
}
.btn_cv:hover{
	background:#fff2b6;
}
.sub{
	font-size: 1.5rem;
    max-width: 500px;
	width:80%;
	margin:auto;
	background: #fff2b6;
	font-weight:bold;
    
}
@media screen and (max-width:768px) {
	.sub{
	font-size: 1rem;
        padding: 10px;
        margin-top: 1rem;
    
	}
}
.sub:hover{
	background:#fff9e0;
}
.sub::after {
	width: 12px;
    height: 12px;
    transform: rotate(135deg);
}
@media screen and (max-width:768px) {
	.sub::after {
	width: 10px;
    height: 10px;
    right: 15px;
}
}
.header{
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}
@media screen and (min-width:770px) {
	.header{
		margin-bottom:0;
	}
	
}
.header .logo{
}
@media screen and (max-width:768px) {
	.header .logo{
}
}
.header .logo img{
	width:80%;
	height:auto;
}
.header h1{
	margin: 0;
    background: #9b7646;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.9rem;
    width: fit-content;
}

@media screen and (min-width:770px) {
	.kv{
		min-height: 600px;
        background: url(../img/campaign/2025aut/bg_kv.jpg) no-repeat top;
        background-size: cover;
}
}
.kv .bg{
	width:100%;
}
.kv .tt{
	margin:0;
	position: relative;
}
@media screen and (min-width:770px) {
.kv .tt{
	text-align: center;
    margin: 0;
    background: url(../img/campaign/2025aut/kv_pc.png) center no-repeat;
    height: 95vh;
    background-size: contain;
    max-width: 1300px;
    margin: auto;
		}
}
.kv .bnr{
	position:absolute;
	left:0;
	bottom:0;
}

@media screen and (min-width:770px) {
	.kv .bnr{
	position:absolute;
	left:0;
	bottom:20px;
    display: flex;
}
}
.kv .bnr li{
	width: 80%;
    margin: 0 auto 10px;
}
@media screen and (min-width:770px) {
.kv .bnr li{
	margin: 0 10px 0 0;
	width:250px;
}
}
.kv .bnr li img{
	width:100%;
}


		
.kv .renew{
	position: absolute;
    bottom: -10px;
    left: 5%;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: -1px;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
}
@media screen and (min-width:770px) {
	.kv .renew{
	position: absolute;
    bottom: -30px;
    left: 15%;
		font-size:1.7rem;
	}
	}


    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.6rem;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    /* モーダル背景 */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(79, 79, 79, 0.5);
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
@media screen and (max-width:769px) {
	.modal {
		align-items: start;
		padding-top:3rem;
	}
}
    /* モーダル表示状態 */
    .modal.active {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダルの中身*/
    .modal-content {
        background: #fff;
        padding: 1.5rem;
        border-radius: 10px;
        width: 80vw;
        max-width: 600px;
        text-align: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
		font-size: 1rem;
		line-height: 1.5;
		text-align:left;
    }
	.modal-content img{
		width:100%;
	}
	.modal-content h2{
		font-family: "Noto Sans JP", serif;
    font-weight: 900;
	}
	.modal-content h2,
	.modal-content h3{
		margin:0 0 20px 0;
	}

    /* アニメーション*/
    .modal.active .modal-content {
        animation: fadeInScale 0.4s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }


#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-bottom: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;
}

@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;
}

.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;
}

.flex .slider{
	width:50%;
	max-width:900px;
	margin:0;
}
.flex .txt{
	width: 43%;
}
.txt h2{
	text-align:left;
}
@media screen and (max-width:768px) {
.flex{
	display:inherit;
}
.flex .slider,
.flex .txt{
	width:100%;
}
}
.youtube{
	width:50%;
}
.youtube iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
.slider{
	margin-bottom:2rem;
}




	

.hosoku{
	font-size: 0.8rem;
    margin: 20px 0;
    display: flex;
    justify-content: right;
	 line-height: 1.5;
    text-align: left;
}

.slick-dots{
	position:inherit;
	bottom:15px;
}
.slick-dots li button:before{
	font-size:40px;
}
.slick-next:before,
.slick-next:after{
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 10px;
  width: 20px;
  height: 5px;
  background-color: #0084ce;
  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: #0084ce;
  transform-origin: 2.5px 50%;
  z-index:10;
}
.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;
	width:100%;
}
.slick-slide h3{
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem;
    margin: 0 auto 10px auto;
    background: linear-gradient(transparent 70%, #f9f0a4 10%);
    width: fit-content;
    padding: 0 10px;
}
.slick-track a{
	color:#0084ce;
}
#reborn  h1{
 	background: url(../img/campaign/2025aut/mds_bg.png) no-repeat center;
	background-size: contain;
	padding: 40px;
    margin: 40px auto 80px;
}
#reborn .iconlist {
    display: flex;
    width: 70%;
    margin: 2rem auto;
    justify-content: space-around;
}
#reborn .iconlist li{
	width:20%;
}
#reborn .iconlist li img{
	width:100%;
	height:auto;
}
#class{
	background: url(../img/campaign/2025aut/bg.jpg);
	padding:80px 0;
	margin:0;
	background-size: cover;
}
@media screen and (max-width:768px) {
	#class{
		background: url(../img/campaign/2025aut/bg_sp.jpg);
		background-size: contain;
		padding:40px 0;
	}
}
#class > img{
	margin: auto;
	width:60%;
	display:block;
	max-width:450px;
}


#class ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem auto;
    width: 100%;
}
@media screen and (max-width:768px) {
	#class ul{
		display:inherit;
		margin: 1rem auto;
}
}
#class ul li{
	border-radius: 5px;
    width: 24%;
    background: #fff;
    margin: 5px;
	line-height:1.2;
	padding-bottom:10px;
	text-align:center;
}
@media screen and (max-width:768px) {
	#class ul li{
		width:100%;
		margin:0 0 10px;
	}
}
#class ul li img{
	width:50%;
	margin:10px auto 0 auto;
}
@media screen and (max-width:768px) {
	#class ul li img{
	width:20%;
	margin:10px auto 0 auto;
}
}
#class ul li h3{
	color:#e88300;
	font-family: "Noto Sans JP", serif;
    font-weight: bold;
	font-size:1.3rem;
}
@media screen and (max-width:768px) {
	#class ul li h3{
		font-size:1.1rem;
		margin-bottom:0;
	}
}

#class ul li p{
	font-size:1rem;
	margin:20px;
	text-align:left;
	line-height:1.7;
}
#coach .flex .img{
	width:45%;
}
#coach .flex .img img{
	max-width:450px;
}
#coach .flex .txt{
	width:50%;
}
@media screen and (max-width:768px) {
	#coach .flex .txt,
	#coach .flex .img{
	width:100%;
	}
}
#head .wrapper .right{
	position:relative;
	margin-left: -30px;
	width:90%;
	height:auto;
}
.leaf{
	text-align:center;
}
@media screen and (max-width:768px) {
.leaf{
	width:90%;
	margin:auto;
}
.leaf img {
	width:100%;
	height:auto;
}
}

#lesson{
    background: #fbf8e8;
    padding: 80px 0;
}
@media screen and (max-width:768px) {
	#lesson{
    padding: 40px 0;
}
}
#lesson .wrapper > p{
	margin-bottom:50px;
	text-align:center;
}
@media screen and (max-width:768px) {
	#lesson .wrapper > p{
		text-align:left;
	}
}
 .ttarea {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:2rem;
}

.ttarea:before,
.ttarea:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #724100;
  width: 4px;
  height: 50px;
  margin: 0 1em;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
.ttarea {
	font-size:1.5rem;
}
.ttarea:before,
.ttarea:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #724100;
  width: 3px;
  height: 30px;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
}
 
.ttarea:before {
  transform: rotate(-35deg);//角度調整
}
.ttarea:after {
  transform: rotate(35deg);//角度調整
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-width:770px) {
	.tabs {
		justify-content: center;
	}
}
/*タブのスタイル*/
.tab_item {
      width: 49%;
    color: #a5a5a5;
    font-size: 1.3rem;
    text-align: center;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 900;
    line-height: 1;
	padding-bottom:10px;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 3px solid #ddd;
	margin-bottom:30px;
}
@media screen and (max-width:768px) {
	.tab_item {
		font-size:1.1rem;
	}
}
.tab_item span{
	font-size:0.9rem;
	font-weight:bold;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-top:1rem;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  color:#000;
  width:100%;
}

.tab_content .flex{
    justify-content: space-between;
}

@media screen and (max-width:768px) {
	.tab_content .flex{
		display:inherit;
}
.tab_content .flex div{
	width:100%;
}
	
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
  padding: 10px 0;
  margin-bottom:-3px;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	color:#333;
	border-bottom:#F60 5px solid;
}

.taiken{
	padding:40px 0;
	text-align:center;
}
.taiken h2{
	margin-bottom:10px;
}
.taiken table{
	width:80%;
	border-collapse:collapse;
	margin:20px auto;
	background:#FFF;
}
@media screen and (max-width:768px) {
	.taiken table{
	width:100%;
	border-collapse:collapse;
	margin:20px auto;
	font-size:0.9rem;
}
}
.taiken table td,
.taiken table th{
	border:1px solid #ddd;
	padding:5px;
}
.taiken table th{
	background:#f5f5f5;
}
.taiken table .tt{
	background:#feffc3;
}

.taiken ul{
	max-width:700px;
	margin:20px auto;
	align-items: center;
}
.taiken ul.df li:nth-child(odd){
	background: #aef3ba;
    padding: 10px;
    border-radius: 10px;
	width:30%;
}
@media screen and (max-width:768px) {
	.taiken ul.df li:nth-child(odd){
	background: #aef3ba;
    padding: 10px;
    border-radius: 10px;
	width:80%;
	margin:auto;
}
}
.taiken li:nth-child(even){
	font-size:2.5rem;
	font-family: "Noto Sans JP", serif;
	font-weight:900;
}
@media screen and (max-width:768px) {
	.taiken li:nth-child(even){
	font-size:1.8rem;
	font-family: "Noto Sans JP", serif;
	font-weight:900;
}
}
.taiken li .tt{
	background:#fff;
	font-size:0.9rem;
	    border-radius: 10px;
}
.taiken li .small{
	font-size:0.8rem;
}
.taiken li .large{
	font-size:1.3rem;
	font-weight:bold;
}
.btn_sub{
	display: block;
    background:#ff6000;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-width: 550px;
    font-style: normal;
    font-size: 1.3rem;
    margin: 0 auto 30px;
	border-radius: 50px;
	position: relative;
}
@media screen and (max-width:768px) {
	.taiken .btn_sub{
		font-size:1.1rem;
		padding:10px 0;
	}

}

.taiken .btn_sub::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
	.taiken .btn_sub::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
}
.taiken .btn_sub:hover{
	opacity:0.8;
}
#formarea{
	margin-top:5rem;
	text-align:center;
}
#formarea > img{
	margin:-3rem auto 0 auto;
}
#formarea .formbg{
	background:#fff;
	border-radius:10px;
	padding:10px;
	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:770px) {

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{
	margin:0;
	padding:50px 0;
}
#faq h2{
	color:#FFF;
}
#faq dl{
	margin-bottom:10px;
}
#faq dt{
	background:#d6823b;
	font-weight:bold;
	padding:3px 10px;

}
#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{
	border-top: 1px solid #dcdcdc;
	padding-top: 40px;
}
@media screen and (min-width:769px) {
	margin-bottom: 0;
}
#access h2{
text-align: left;
margin-bottom: 1rem;
font-size: 1.5rem;
}
#access table{
	border-collapse: collapse;
	width: 100%;
}
#access td{
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 1rem;
}
#access iframe{
	width:100%;
	height:300px;
	
}
#access .tel a{
	font-size:1.5rem;
	color: #ff8300;
}
@media screen and (min-width:770px) {
#access .plof{
	display:flex;
	justify-content: space-between;
	margin-bottom:3rem;
}
#access .plof .info{
	width:60%;
}
#access .plof img{
	width:35%;
}
}



/*=================================
 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;
	font-size: 1rem;
}
#footerbox.ver_2 .upper .school > #office_list .inner dl dd li a {
    text-decoration: none;
    letter-spacing: -0.05em;
}
/* ページトップボタン */
#page-top a {
  background-color:rgba(255,136,0,0.55);
  bottom: 0;
  color: #fff;
  padding: 20px;
  position: fixed;
  right: 0;
  text-decoration:none;
  line-height:1.3;
  font-size:0.9rem;
  text-align:center;
}