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

.pc{
	display:none;
}

.sp{
	display:block;
}

html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}

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

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

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

.topLineW{
	display: flex;
	padding:15px 0px 15px 10px;
	justify-content: space-between;
	position: relative;
}

.topLineLogo{
	width:50px;
}

.topLineNav{
	display: none;
}

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

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

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

.topLineCnt{
  position: absolute;
  display: inline-block;
  padding: 20px;
  background: linear-gradient(to bottom right, #d32f2f, #b71c1c);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  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{
	background-image:url(../img/school/sp/mv.png);
	background-size:cover;
}

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

.mvTxtW{
	padding:60px 10px 0px 10px;
	margin-bottom:180px;
}

.mvB{
	background-color:#fddd01;
}

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

.mvBtn{
	display: flex;
	justify-content: space-between;
	padding:35px 5px;
}

.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;
  padding:0px 5px;
}

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

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

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


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

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

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

.scSec02{
	background-image:url(../img/school/sp/sec02_bg.png);
	background-size:cover;
	padding:40px 5px;
}

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

.scSec02W ul {
  list-style: none;
  width:fit-content;
  margin:0 auto 40px;
  padding:0px;
}

.scSec02W li {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  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: 14px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 40px;
}

.scSec02WTxt02 {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  text-align: center;
  padding-bottom:170px;
}

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

.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: 50px auto, 40px auto;
  padding: 20px 5px;
  position: relative;
  font-size: 14px;
  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: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fdea01; /* 三角の色 */
}

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

.scSec03Img01{
	margin:0 auto;
	padding:5px 20px;
}

.scSec03_01{
	padding:10px 5px 30px 5px;
	 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{

}

.scSec03W01L{

}

.scSec03W01R{

}

.scSec03W01RTtl{
	color:#27a4a9;
	font-size:22px;
	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:30px;
}

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

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

.scSec03W01RTxt{
	font-size:14px;
	font-weight: 500;
}

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

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

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

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

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

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

.scSec03W03Txt02{
	text-align: center;
}

.scSec04{
	padding:40px 5px;
}

.scSec04WF{
	margin:0 auto 55px;
}

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

.scSec04WFTxt{
	display: flex;
	flex-wrap: wrap;
	gap:20px 10px;
}

.scSec04WFImg{
	width:fit-content;
	margin:0 auto;
}

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

.scSec04WFTxtNum{
	width:20%;
}

.scSec04WFTxtT{
	font-size:14px;
	margin-bottom:20px;
}

.scSec04WFTxtT{
	font-weight: 500;
}

.scSec04WFTxtTtl{
	font-size:18px;
	color:#00719d;
	width:75%;
}

.scSec04Mov{
	margin:0 auto 40px;
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9の比率 → 9/16*100 */
	height: 0;
	overflow: hidden;
}

.scSec04Mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.scSec04W{
	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{
	margin:0 auto;
}

.scSec05{
	padding:40px 5px;
	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{
}

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

.scSec05WProf{
	width:200px;
	margin:0 auto;
}

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

.scSec05WTF{
}

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

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

.scSec05WTFSns{
	margin-bottom:10px;
}

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

.scSec05WTFSubTtl {
    font-weight: 900;
    position: relative;
    font-size: 16px;
    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;
}

.scSec05WTFList{
	width:48%;
	text-align: center;
}

.scSec05WTFListTtl{
	text-align: center;
	font-size:12px;
}

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

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

.book-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr; /* 左が大きく、右2つは同じサイズ */
	grid-template-rows: 1fr 1fr; /* 2行 */
	gap: 20px;
	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-title {
	text-align: center;
	line-height: 1.4;
	font-size:12px;
}


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

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

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

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

.scSec06Txt{
	position: relative;
	margin:0 auto 70px;
	font-size:12px;
	font-weight: 700;
	line-height: 1.7;
}

.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:-20px;
	font-size:14px;
}

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

.scSec06TxtSm{
	margin-bottom:30px;
}

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

.scSec06TxtDateT{
	background-color:#FFF;
	border-radius: 20px;
	padding:40px 20px;
	margin:0 auto 30px;
	font-size:26px;
	position: relative;
}

.scSec06TxtDateT01{
	text-align: center;
	box-sizing: border-box;
	padding-bottom:40px;
	margin-bottom:20px;
	border-bottom:1px solid #4b4744;
	font-size:18px;
	span{
		font-size:28px;
		font-family: "Roboto", sans-serif;
	}

	span.scSec06TxtSm{
		font-size:14px;
		font-family: "Roboto", sans-serif;
	}

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

.scSec06TxtDateT02{
	padding-top:40px;
	text-align: center;
	box-sizing: border-box;
	font-size:18px;
	position: relative;
	span{
		font-size:28px;
		font-family: "Roboto", sans-serif;
	}
	span.scSec06TxtSm{
		font-size:14px;
		font-family: "Roboto", sans-serif;
	}

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

.scSec06att{
	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;
	font-size:14px;

}

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

.scSec06Btn{
	text-align: center;
}

.scSec06TxtImg01{
	position: absolute;
	right: -10px;
    top: -30px;
	width: 100px;
}

.scSec06TxtImg02{
	position: absolute;
	left: -10px;
	top: -40px;
	width: 110px
}

.scSec07{
	padding:40px 5px;
}

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

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

.scSec07WHead{
	margin-bottom:20px;
}

.scSec07WHeadImg{
	margin-right:20px;
}

.scSec07WHeadTW{
}

.scSec07WTxtWDes{
	font-size:14px;
}

.scSec07WTxtWDes p{
	font-size:12px;
	font-weight: 700;
	line-height: 1.7;
}

.scSec07WHeadTWTtl{
	color:#fa5327;
	font-size:20px;
	margin-bottom:10px;
}

.scSec07WHeadTWSubTtl{
	color:#5ec214;
	font-size:16px;
	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: 16px;
    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{
	margin:0 auto 65px;
}

.scSec08WItem{
	width:300px;
	margin:0 auto 40px;
}

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

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

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

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

.scSec08W2{
	text-align: center;
	padding:0px 5px;
}

.scSec08W2Ttl{
	margin-bottom:20px;
}

.scSec09{
	padding:40px 5px;
}

.scSec09W{
	margin:0 auto 30px;
	border:4px solid #fdea01;
	border-radius: 20px;
	padding:40px 10px;
	box-sizing: border-box;
}

.scSec09W:last-of-type{
	margin:0 auto 0px;
}

.scSec09WImg{
	width:180px;
	margin:0 auto 20px;
}

.scSec09WTW{
}

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

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

.scSec09WTWTxt{
	font-size:12px;
	line-height: 1.7;
	margin-bottom:20px;
	font-weight: 500;
}

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

.scSec09WImgName{
	font-size:12px;
}

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

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

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

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

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

.scSec10W{
	position: relative;
}

.scSec10WItem{
	width:300px;
	margin:0 auto 20px;
}

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

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

.scSec10WItemTxt{
	font-weight: 500;
}

.scSec10WItemTxt{
	font-size:14px;
}

.scSec10WImg01{
	position: absolute;
	top: 70px;
	right: 10px;
	width: 70px;
}

.scSec10WImg02{
	display: none;
	position: absolute;
	top: 890px;
	left: 10px;
	width: 70px;
}

.scSec10WImg03{
	position: absolute;
	bottom: 230px;
	right: -10px;
	width: 70px;
}

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

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

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


.scSec11W{
	position: relative;
}

.scSec11WItem{
	width:300px;
	margin:0 auto 20px;
}

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

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

.scSec11WItemTxt{
	font-weight: 500;
}

.scSec11WItemTxt{
	font-size:14px;
}

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

.scSec11WImg02{
	position: absolute;
	top: 430px;
	right: -10px;
	width: 70px;
}

.scSec11WImg03{
	position: absolute;
	bottom: 130px;
	left: -10px;
	width: 60px;
}

.scSec12{
	padding:40px 5px;
}

.scSec12W{

}

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


.scSec12WQAL{
	width:10%;
}

.scSec12WQAM{
	width:70%;
}

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

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

}



.scSec12Com{
	padding-top:60px;
}

.scSec12ComL{
	width:120px;
	margin:0 auto 40px;
}

.scSec12ComR{
	font-size:14px;
}

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

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

.scSec12ComRFTd{
	width:80%;
}


.scSec13{
	        background-color: #fdffe5;
        padding: 40px 5px;
}

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


.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 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;
	box-sizing: border-box;
}

.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: 48px;
    margin-top: 36px;
    padding-right: 1em;
    margin: 24px auto 16px;
    padding: 8px 0;
    color: #323232;
    background: #eaff00;
    font-size: 18px;
    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;
}

.form textarea{
	min-height: 200px
}

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

.contact_policy p{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	
}

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

.grecaptcha-badge { visibility: hidden; }