@charset "utf-8";
/* CSS Document */

.pc{
	display:block;
}

.sp{
	display:none;
}
#q1,#q2,#q3,#q4,#q5{
	scroll-margin-top: 64px;
}


html{
	scroll-behavior: smooth;
}

body{
	margin:0px !important;
	color:#4b4744;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.zenkaku{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.topLineLogo{
	width:70px;
}

.topLine{
	background-color: #f1f1f1;
    position: fixed;
   top: 0px;
   left: 0px;
    width: 100%;
    z-index: 9999;
}

.topLineW{
	max-width: 1400px;
	min-width: 1100px;
	margin:0 auto;
	display: flex;
	padding:10px 0px;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

.topLineNav{
	display: flex;
	justify-content: space-between;
	width:600px;
	padding-right:250px;
	font-weight: bold;
}

.topLineNavList a:link,.topLineNavList a:visited{
	text-decoration: none;
	color:#333;
	transition: 0.3s all;
}

.topLineNavList a:hover{
	opacity: 0.5;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.scSecCommonSubTtl{
	font-family: "Roboto", sans-serif;
    color: #fdc301;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.scSecCommonTtl{
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}

.topLineCnt{
  position: absolute;
  display: inline-block;
  padding: 24px 24px 24px 24px;
  background: linear-gradient(to bottom right, #d32f2f, #b71c1c);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0px 0px 12px 12px; /* 右下だけ強めに丸く */
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); /* 立体感 */
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  right:0px;
  top:0px;
}

.topLineCnt:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}

.mv{
	width:1400px;
	background-image:url(../img/school/mv01.png);
	margin:0 auto;
	height:600px;
}

.mvW{
	margin-top:62px;
	background-color:#fddd01;
}

.mvTxtW{
	width:490px;
	padding:60px 0px 0px 100px;
	margin-bottom:60px;
}

.mvB{
	background-color:#fddd01;
}

.mvBW{
	width:760px;
	margin:0 auto;
	padding:20px 0px;
}

.mvBtn{
	width:590px;
	padding-left:100px;
	display: flex;
	justify-content: space-between;
	
}

.mvBtn a{
	transition: 0.5s all
}


.mvBtn a:hover{
	opacity: 0.7;
}

.cta-btn01{
	display: block;
}

.mvBW{
	display: flex;
	justify-content: space-between;
}

.catch-copy-wrap {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin: 40px auto;
  max-width: 990px;
}

.catch-title {
  font-size: 28px;
  color: #333;
  font-weight: 900;
  margin-bottom: 40px;
  position: relative;
}

.catch-title::before,
.catch-title::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #333;
  vertical-align: middle;
  margin: 0 12px;
}

.catch-title .emphasis {
  color: #f5b400;
  font-weight: bold;
  font-size:40px;
}

.catch-title .emphasis .num{
	font-family: "Roboto", sans-serif;
	font-size:60px;
}


.highlight-box {
  background: #ffe800;
  border-radius: 30px;
  padding: 20px;
  display: inline-block;
  max-width: 90%;
}

.highlight-text {
  font-size: 30px;
  font-weight: 900;
  color: #333;
  line-height: 1.4;
}

.highlight-text .strong {
  color: #df2128;
  font-size: 42px;
}

.scSec02{
	background-image:url(../img/school/sec02_1.png);
	background-size:cover;
	padding:130px 0px;
}

.scSec02W{
	width:990px;
	margin:0 auto;
	font-weight: 900;
}

.scSec02W ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.scSec02W li {
  display: flex;
  align-items: flex-start;
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}

.scSec02W li img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  margin-top: 3px;
}

.scSec02W li span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.scSec02W li span::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffe800;
  margin-top: 4px;
  position: absolute;
  left: 0px;
  bottom: 1px;
  z-index: 1;
}

.scSec02WTxt01 {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 40px;
}

.scSec02WTxt02 {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

.scSec02WTxt02 span {
  color: #d31c2e;
  font-size: 28px;
}

.scSec03Txt {
  background-color: #fdea01;
  background-image: 
    url('../img/school/sec03book01.png'), 
    url('../img/school/sec03book02.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 20% calc(100% - 15%),  calc(100% - 20%) 10%;
  background-size: 100px auto, 80px auto;
  padding: 60px 20px;
  position: relative;
  font-size: 24px;
  font-weight: 900;
  color: #333;
  text-align: center;
  position: relative;
}

.scSec03Txt:after{
  content:" ";
  position: absolute;
  top: 100%; /* 要素の下にくっつける */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #fdea01; /* 三角の色 */
}

.scSec03Txt span{
	font-size:30px;
}

.scSec03Img01{
	width:662px;
	margin:0 auto 60px;
	padding:20px 0;
}

.scSec03_01{
	padding-top:30px;
	 background-image: 
    url('../img/school/sec03_03.png'), 
    url('../img/school/sec03_02.png');
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-position: center center,  top center;
}

.scSec03W01{
	width:990px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.scSec03W01L{
	width:48%;
}

.scSec03W01R{
	width:48%;
}

.scSec03W01RTtl{
	color:#27a4a9;
	font-size:32px;
	font-weight: 900;
	line-height: 2.1;
	margin-bottom:10px;
}

.scSec03W01RTtl span{
	background-color:#fdea01;
	display: inline;
	padding:5px;
	margin-bottom:20px;
}

.scSec03W01RTtl span.sec03Big{
	font-size:42px;
}

.scSec03W01RSubTtl{
	font-weight: 900;
	position: relative;
	font-size:20px;
	margin-bottom:20px;
}

.scSec03W01RSubTtl::before{
	content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #333;
    vertical-align: middle;
    margin: 0 12px;	
}

.scSec03W01RTxt{
	font-weight: 500;
}

.scSec03W02{
	padding:50px 0px;
	text-align: center;
}

.scSec03W02Ttl{
	font-weight: 900;
	font-size:60px;
	color:#00719d;
	line-height: 1;
}

.scSec03W02Ttl span{
	color:#333;
	font-size:32px;
}

.scSec03W02Ttl span.secSec03Num{
	font-size:90px;
	color:#00719d;
	font-family: "Roboto", sans-serif;
}

.scSec03W01.sec03rev{
	flex-direction: row-reverse;
	padding-bottom:120px;
}

.scSec03W03Txt{
	text-align: center;
	font-size:22px;
	font-weight: 900;
}

.scSec03W03Txt02{
	text-align: center;
}

.scSec04{
	padding:100px 0px;
}

.scSec04WF{
	display: flex;
	width:820px;
	margin:0 auto 55px;
	justify-content: space-between;
	align-items: center;
}

.scSec04WF.rowRe{
	flex-direction: row-reverse;
}

.scSec04WFTxt{
	width:440px;
}

.scSec04WFImg{
	width:340px;
}

.scSec04WFImg img{
	border:2px solid #fdea01;
	border-radius: 20px;
}

.scSec04WFTxtT{
	font-weight: 500;
}


.scSec04WFTxtTtl{
	font-weight: 900;
	font-size:26px;
	color:#00719d;
	margin-bottom:20px;
}

.scSec04Mov{
	width:560px;
	margin:0 auto 100px;
}

.scSec04W{
	width:820px;
	margin:0 auto;
}

.scSec04WSubTtl{
	font-family: "Roboto", sans-serif;
	color:#fdc301;
	font-size:14px;
	font-weight: 900;
	text-align: center;
}

.scSec04WTtl{
	font-weight: 900;
	font-size:36px;
	text-align: center;
	margin-bottom:60px;
}

.scSec04W02{
	width:980px;
	margin:0 auto;
}

.scSec05{
	padding:80px 0px;
	background-color:#faf9f8;
	border-bottom:1px solid #7d4000;
}

.scSec05SubTtl{
	font-family: "Roboto", sans-serif;
    color: #fdc301;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.scSec05Ttl{
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}

.scSec05W{
	width:900px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

.scSec05W.sec05rev{
	flex-direction: row-reverse;
}

.scSec05WProf{
	width:250px;
}

.scSec05WProf img{
	border-radius: 15px;
}

.scSec05WTF{
	width:600px;
}

.scSec05WTFTtl{
	color:#7d4000;
	font-size:30px;
	margin-bottom:20px;
}

.scSec05WTFTtl02{
	font-size:22px;
	margin-bottom:20px;
}

.scSec05WTFSns{
	margin-bottom:10px;
}

.scSec05WTFTxt{
	margin-bottom:40px;
	font-weight: 500;
}

.scSec05WTFSubTtl {
    font-weight: 900;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
	color:#7d4000;
	display: flex;
    align-items: center;
}

.scSec05WTFSubTtl::after {
    content: "";
    flex: 1; /* 残りのスペースを全て使用 */
    height: 1px;
    background: #7d4000;
    margin-left: 12px;
}

.scSec05WTFLists{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0px;
}

.scSec05WTFListTtl{
	text-align: center;
}

.scSec05WProfName{
	text-align: center;
	font-size:14px;
}

.scSec05WProfName span{
	font-size:24px;
}

.book-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr; /* 左が大きく、右2つは同じサイズ */
	grid-template-rows: 1fr 1fr; /* 2行 */
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.book-item {
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* メインの大きな本（左側、2行分） */
.book-main {
	grid-row: 1 / 3; /* 1行目から3行目まで（2行分） */
	position: relative;
}

.book-image {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.book-main .book-title {
	text-align: center;
}

.book-title {
	text-align: center;
	line-height: 1.4;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.book-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto auto;
		height: auto;
	}
	
	.book-main {
		grid-row: 1;
	}
	
	.book-item {
		min-height: 200px;
	}
}

.scSec06{
	padding:60px;
	background-image:url(../img/school/sec06_bg.png);
	background-size:cover;
}

.scSec06SubTtl{
	font-size:26px;
	color:#27a4a9;
	text-align: center;
}

.scSec06Ttl{
	color:#00719d;
	font-size:38px;
	text-align: center;
	margin-bottom:25px;
}

.scSec06Ttl span{
	font-size:48px;
}

.scSec06Txt{
	position: relative;
	width:700px;
	margin:0 auto 40px;
}

.scSec06TxtImg{
	position: absolute;
    left: -280px;
    top: -110px;
}

.scSec06TxtDateW{
	position: relative;
}

.scSec06TxtDate{
	position: absolute;
	background-color:#00719d;
	color:#FFF;
	left: 50%;
 	transform: translateX(-50%);
	border-radius: 25px;
	padding:10px 20px;
	text-align: center;
	top:-100px;
	font-size:20px;
}

.scSec06TxtDate02{
	position: absolute;
	background-color:#00719d;
	color:#FFF;
	left: 50%;
 	transform: translateX(-50%);
	border-radius: 25px;
	padding:10px 20px;
	text-align: center;
	top:-60px;
	font-size:20px;
}

.scSec06TxtDateT{
	background-color:#FFF;
	border-radius: 20px;
	padding:40px 20px 20px;
	width:900px;
	margin:0 auto 30px;
	display: flex;
	justify-content: space-between;
	font-size:26px;
	position: relative;
	align-items: center;
}

.scSec06TxtDateT01{
	position: relative;
	width:50%;
	box-sizing: border-box;
	border-right:1px solid #4b4744;
	padding-right:30px;
	text-align: center;
	span{
		font-size:40px;
		font-family: "Roboto", sans-serif;
	}
	span.scSec06TxtSm{
		font-size:20px;
	}

	span.scSec06TxtSs{
		font-size:16px;
	}
}

.scSec06TxtSm{
	margin-bottom:20px;
}

.scSec06TxtDateT02Btn{
	display: inline-block;
    padding: 14px;
    background: linear-gradient(to bottom right, #d32f2f, #b71c1c);
    color: #fff;
     font-weight: bold;
    font-size: 16px;
     border-radius: 12px;
     text-align: center;
     text-decoration: none;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scSec06TxtDateT02Btn:hover{
	opacity: 0.7;
}

.scSec06TxtDateT02{
	position: relative;
	width:50%;
	box-sizing: border-box;
	padding-left:30px;
	text-align: center;
	line-height: 1;
	span{
		font-size:40px;
		font-family: "Roboto", sans-serif;
	}
	
	span.scSec06TxtBm{
		font-size:30px;
	}
	
	span.scSec06TxtSm{
		font-size:20px;
	}

	span.scSec06TxtSs{
		font-size:14px;
	}
}

.scSec06att{
	width:500px;
	margin:0 auto 20px;
	border:2px solid #4b4744;
	border-radius: 20px;
}

.scSec06attTtl{
	background-color:#4b4744;
	text-align: center;
	color:#FFF;
	padding:5px 0px;
	border-radius: 15px 15px 0px 0px;

}

.scSec06attTxt{
	font-size:14px;
	background-color:#FFF;
	padding:10px;
	border-radius: 0px 0px 20px 20px;
}

.scSec06Btn{
	text-align: center;
}

.scSec06Btn a{
	transition: 0.5s all;
}

.scSec06Btn a:hover{
	opacity: 0.8;
}

.scSec06TxtImg01{
	position: absolute;
	right: -170px;
    top: -130px;
}

.scSec06TxtImg02{
	position: absolute;
	left: -80px;
    bottom: -130px;
}

.scSec07{
	padding:80px 0px;
}

.scSec07W{
	width:900px;
	margin:0 auto 80px;
	border-radius: 60px;
	border:2px solid #fdea01;
	background-image:url(../img/school/sec07_bg.png);
	padding:40px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	position: relative;
}

.scSec07WAbImg{
	position: absolute;
	right:-150px;
	top:20px;
}

.scSec07WHead{
	display: flex;
	margin-bottom:40px;
}

.scSec07WHeadImg{
	width:320px;
	margin-right:20px;
}

.scSec07WHeadTW{
	width:430px;
}

.scSec07WHeadTWTtl{
	color:#f75723;
	font-size:30px;
	margin-bottom:10px;
}

.scSec07WHeadTWSubTtl{
	color:#68a71a;
	font-size:20px;
	margin-bottom:20px;
}

.scSec07WHeadTWN2{
	font-size:12px;
}

.scSec07WHeadTWN1 span{
	font-size:20px;
}

.scSec07WTxtWDes p{
	font-weight: 500;
}

.scSec07WTxtTtl{
    font-weight: 900;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    color: #7d4000;
    display: flex;
    align-items: center;
}

.scSec07WTxtTtl::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #7d4000;
    margin-left: 12px;
}

.scSec08{
	padding-bottom:80px;
}

.scSec08W{
	width:980px;
	display: flex;
	justify-content: space-between;
	margin:0 auto 65px;
}

.scSec08WItem{
	width:300px;
}

.scSec08WItemTtl{
	display: flex;
	align-items: center;
	color:#7d4000;
	font-size:18px;
	margin-bottom:10px;
}

.scSec08WItemTtl img{
	margin-right:10px;
}

.scSec08WItemListsLi{
	display: flex;
	align-items: baseline;
	margin-bottom:5px;
	font-weight: 500;
}

.scSec08WItemListsLi img{
	margin-right:10px;
}

.scSec08W2{
	width:700px;
	text-align: center;
	margin:0 auto;
}

.scSec08W2Ttl{
	margin-bottom:20px;
}

.scSec09{
	padding:80px 0;
}

.scSec09W{
	width:980px;
	margin:0 auto 60px;
	border:4px solid #fdea01;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	padding:40px;
	box-sizing: border-box;
}

.scSec09WImg{
	width:250px;
}

.scSec09WTW{
	width:610px;
}

.scSec09WTWTtl{
	background-color:#fdea01;
	padding:5px;
	margin-bottom:10px;
	display: flex;
	align-items: center;
}

.scSec09WTWTtl img{
	margin-right:10px;
}

.scSec09WTWTxt{
	margin-bottom:20px;
	font-weight: 500;
}

.scSec09WTWTxt:last-of-type{
	margin-bottom:0px;
}

.scSec09WImgName{
	font-size:14px;
}

.scSec09WImgName span{
	display: block;
	font-size:20px;
}

.scSec10{
	background-image:url(../img/school/sec10_bg.png);
	background-size:cover;
	padding:80px 0px;
	position: relative;
}

.scSec10::after{
	content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #fdea01;
}

.scSec10ttl{
	font-size:36px;
	text-align: center;
	margin-bottom:60px;
}

.scSec10ttl span{
	font-size:46px;
	color:#00719d;
}

.scSec10W{
	width:980px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px 0px;
	position: relative;
}

.scSec10WItem{
	width:300px;
}

.scSec10WItemImg{
	border-radius: 10px;
	border:3px solid #FFF;
	margin-bottom:10px;
}

.scSec10WItemTtl{
	font-size:20px;
	color:#00719d;
	margin-bottom:10px;
	text-align: center;
}

.scSec10WItemTxt{
	font-weight: 500;
}

.scSec10WImg01{
	position: absolute;
	top:-120px;
	right:-20px;
}

.scSec10WImg02{
	position: absolute;
	bottom: 230px;
    left: -120px;
}

.scSec10WImg03{
	position: absolute;
	bottom:30px;
	right:-100px;
}

.scSec11{
	background-color:#fdffe5;
	padding:80px 0px;
}

.scSec11SubTtl{
	text-align: center;
	font-size:32px;
}

.scSec11Ttl{
	text-align: center;
	font-size:46px;
	color:#df2128;
	margin-bottom:40px;
}


.scSec11W{
	width:980px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px 0px;
	position: relative;
}

.scSec11WItem{
	width:300px;
}

.scSec11WItemImg{
	border-radius: 10px;
	border:3px solid #fdea01;
	margin-bottom:10px;
}

.scSec11WItemTtl{
	font-size:20px;
	color:#df2128;
	margin-bottom:10px;
	text-align: center;
}

.scSec11WItemTxt{
	font-weight: 500;
}

.scSec11WImg01{
	position: absolute;
	top:-120px;
	left:20px;
}

.scSec11WImg02{
	position: absolute;
	top: 130px;
    right: -90px;
}

.scSec11WImg03{
	position: absolute;
	bottom:30px;
	left:-100px;
}

.scSec12W{
	width:710px;
	margin:0 auto;
}

.scSec12WQA{
	display: flex;
	justify-content: space-between;
	margin-bottom:30px;
}


.scSec12WQAL{
	width:46px;
}

.scSec12WQAM{
	width:590px;
	font-size:18px;
	padding-top:10px
}

.scSec12WQAR{
	width:24px;
	padding-top:10px
}

.scSec12WQAM02{
	padding-top:30px;
	font-weight: normal;
	font-size:15px;

}

.scSec12{
	padding:80px 0px;
}

.scSec12Com{
	display: flex;
	justify-content: space-between;
	padding-top:120px;
}

.scSec12ComL{
	width:200px;
}

.scSec12ComR{
	width:400px;
}

.scSec12ComRF{
	display: flex;
	justify-content: space-around;
	border-bottom:1px solid #4b4744;
	padding-bottom:10px;
	margin-bottom:10px;
}

.scSec12ComRFTh{
	width:100px;
	padding-left:20px;
	color:#00719d;
}

.scSec12ComRFTd{
	width:260px;
}

.scSec13{
	        background-color: #fdffe5;
        padding: 80px 0px;
}

.scSec13Ttl{
	font-size:32px;
	text-align: center;
}

.form{
    max-width: 960px;
    margin: 0 auto;
}

.field_type{
	display: block;
	margin-bottom:10px;
}

.field{
	margin-bottom:30px;
}

.form input,
.form textarea,.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    outline: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
	background-color:#FFF;
	height:40px;
	border:1px solid #efefef;
	padding:5px 10px;
}

.form textarea{
	min-height: 200px
}

.form select{
	width:40%;
}

.form [type="radio"]{
	   -webkit-appearance: auto;
   -moz-appearance: auto;
        appearance: auto;
}

.form [type="tel"],
.form [type="email"],
.form [type="text"],
.form textarea {
    display: block;
    width: 100%;
    color: inherit;
    font-family: inherit;
}

.form button,
.form [type="checkbox"],
.form [type="radio"],
.form [type="submit"],
.form select,
.form label {
    cursor: pointer;
}

.form [type="submit"] {
    display: block;
    width: 100%;
    height: 72px;
    margin-top: 36px;
    padding-right: 1em;
    margin: 24px auto 16px;
    padding: 8px 0;
    color: #323232;
    background: #eaff00;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
	font-weight: bold;
}

.contact_policy {
    height: 240px;
    margin: 40px auto 0;
    padding: 16px;
    border: 1px solid #efefef;
    overflow-y: scroll;
	background-color:#FFF;
}

.contact_policy p{
	font-weight: 500;
}

footer{
	padding:50px 0px;
	color:#FFF;
	text-align: center;
	background-color:#4b4744;
}

.grecaptcha-badge { visibility: hidden; }