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


/*****************************************************************************
 *****************************************************************************/
@media screen and (min-width: 1201px) {
.relatedLinkSection {
	display: none;
}
footer {
	padding:  0;
}
}



.depWrapper {
	display: flex;
	align-items: center;
	/* height: 875px; */
	height: calc(100vh - 90px);
	padding: 80px 0;
}
@media screen and (max-width: 1200px) {
.relatedLinkSection {
	display:inherit;
}
.depWrapper {
	display:inherit;
	height: auto;
}
}





/*****************************************************************************
 *****************************************************************************/
.rightNav {
	width: calc(100% - 1075px);
	text-align:center;
	/* min-width:360px; */
	min-width: 416px;
}
.rightNav .menu {
	display:inline-block;
	text-align:left;
	position:relative;
}
.rightNav .name {
}
.rightNav .name .sub {
	font-size:12px;
	font-weight:bold;
}
.rightNav .name a  {
	display:inline-block;
	line-height:1;
	text-decoration:none;
	position:relative;
}
.rightNav .name a .main {
	font-size:23px;

}
.rightNav .name a .hover {
	position:absolute;
	right:-100px;
	bottom:0;
	font-size:12px;
	opacity:0;
	width:100px;
	padding-left:10px;
	text-align:left;
	transition: all 0.3s ease;
	transition-delay:0.2s;
}
.rightNav .name a .hover .fa {
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
@media screen and (min-width: 601px) {
.rightNav .name a:hover .hover {
	padding-left:20px;
	opacity:1;
}
.rightNav .name a:hover .hover .fa {
	opacity:1;
}
}
.rightNav nav {
	margin: 55px 0 0;
}
.rightNav nav a {
	color:#333333;
	text-decoration:none;
	display:block;
	margin:8px 0 ;
	padding-left:23px;
	position:relative;
	font-size:16px;
}
.rightNav nav a:before {
	content:"";
	display:block;
	height:16px;
	width:16px;
	border-radius:100%;
	position:absolute;
	top:50%;
	margin-top:-8px;
	left:0;
	background:#BEBEBE;
	transition:background 0.3s ease;
}
.rightNav nav .sl a:before,
.rightNav nav a:hover:before {
	background:#82E66E;
}


.rightNav .gengo .name a,
.rightNav .gengo .name a * {
	color:#82E66E;
}
.rightNav .gengo nav .sl a:before,
.rightNav .gengo nav a:hover:before {
	background:#82E66E;
}
.rightNav .yokyo .name a,
.rightNav .yokyo .name a * {
	color:#ff8c6e;
}
.rightNav .yokyo nav .sl a:before,
.rightNav .yokyo nav a:hover:before {
	background:#ff8c6e;
}


.rightNav .link  {
	margin:90px 0 0;
}
.rightNav .link a  {
	display:block;
	color: #646464;
	text-decoration:none;
	position:relative;
	font-size:12px;
}
.rightNav .link a .fa {
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.rightNav .link a:hover {
	padding-left:10px;
}
.rightNav .link a:hover .fa {
	opacity: 1;
}


@media screen and (max-width: 1800px) {
.rightNav .menu {
	margin-left:0;
}
}
@media screen and (max-width: 1200px) {
.rightNav {
	min-width:100%;
}
.rightNav .menu {
	text-align:center;
}
.rightNav nav  {
	display:none;
}
.rightNav .link  {
	display:none;
}
}

/*****************************************************************************
 pager
 *****************************************************************************/

@media screen and (min-width: 1201px) {
.pager {
	display:none;
}
}
@media screen and (max-width: 1200px) {
.pager {
	margin:40px 0 60px;
}
.pager ul {
	display:-webkit-box;
	display:flex;
	justify-content: center;
}
.pager li {
	margin:0 10px;
}
.pager li a {
	display:block;
	color: #646464;
	position:relative;
	padding:20px 0 0;
	font-size:12px;
	text-decoration:none;
}
.pager li a:before {
    content: "";
    background: #bebebe;
	height:12px;
	width:12px;
	border-radius:100%;
    position: absolute;
    left: 50%;
	margin-left:-6px;
    top: 0;
    transition: color 0.3s ease ;
}
.gengo .pager li.sl a:before {
    background: #82E66E;
}
.yokyo .pager li.sl a:before {
    background: #ff8c6e;
}


}

/*****************************************************************************
 *****************************************************************************/
.leftContents {
	width: 1075px;
	height: 100%;
	padding:0 50px;
}
.leftContents .depContents {
	position: relative;
	max-width:875px;
	margin:0 auto;
	height: 100%;
}

@media screen and (max-width: 1450px) {
.leftContents {
}
.leftContents .depContents {
}
}
@media screen and (max-width: 1200px) {
.leftContents {
	margin: 0 auto;
	width: 86%;
	padding:0;
}
.leftContents .depContents {
	width: auto;
	margin:auto;
}
}



/*****************************************************************************
 *****************************************************************************/


.depContents section {
	padding:0 0 50px;
	margin:0 30px;
	overflow:hidden;
}
.depContents  .sectionHd {
	line-height:1.2;
	font-size:30px;
	margin:0 0 25px;
}
@media screen and (max-width: 600px) {
.depContents section {
	padding:0 0 80px;
	margin:0;
}
}




/*firstSection
-----------------------------------------------------------*/
.depContents .firstSection {
	padding:0;
	margin:0 0 30px;
	position:relative;
}
.depContents .firstSection .img img {
	width:100%;
}
.depContents .firstSection .text {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	padding:65px 15px;
}
.depContents .firstSection .text p {
	display:inline-block;
	background:rgba(255,255,255,0.5);
	padding:20px 15px;
	line-height:3.4;
	font-size:11.5px;
}
@media screen and (max-width: 900px) {
.depContents .firstSection .text {
	position:relative;
	top:inherit;
	left:inherit;
	padding:0;
}
.depContents .firstSection .text p {
	padding:30px 15px 0;
}
.depContents .firstSection .text p br {
	display:none;
}
}












/*field
-----------------------------------------------------------*/

.depContents .field > .inner {
	/*display:flex;*/
	/*color: #231815;*/
}
.depContents .field .lead {
	flex:1;
}
.depContents .field .lead .img {
	width:100%;
}
.depContents .field .lead .img img {
	width:100%;
	height:auto;
}
.depContents .field .lead .text {
	margin:10px 0 0;
}
@media screen and (max-width: 600px) {
.depContents .field > .inner {
	display:inherit;
}
.depContents .field .lead {
	width:auto;
	margin-right:0;
}
}

.Hd01{
	font-size: 32px;
	font-weight: bold;
	color: #EB648F;
	margin-bottom: 16px;
	line-height: 1.25;
}
@media screen and (max-width: 600px) {
	.Hd01{
		font-size: 37px;
		margin-bottom: 20px;
		text-align: center;
	}
}

.subTxt{
	font-size: 10px;
	font-weight: bold;
}

.depContents .imgBox img{
	width: 100%;
}
.sp_br{
	display: none;
}
@media screen and (max-width: 600px) {
	.sp_br{
		display: block;
	}
}

/* focues */
.focus {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
.focus .imgBox {
	width: calc(128 / 810 * 100%);
	width: 128px;
	margin-right: 18px;
}
.focus .txt01 {
	font-size: 14px;
	font-weight: bold;
	color: #EB648F;
	margin-bottom: 10px;
	letter-spacing: 0.25em;
	line-height: 1.3;
}
.focus .txt02 {
	font-size: 22px;
	line-height: 1.5;
}
@media screen and (max-width: 600px) {
	.focus {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.focus .imgBox {
		width: 86px;
		margin: 0 auto 15px;
	}
	.focus .txt01 {
		font-size: 15px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.focus .txt02 {
		font-size: 20px;
		text-align: center;
	}
	.focus .txt02 .pc_br{
		display: none;
	}
}

/* WHAT'S NEW */
.whatsnew {
	display: flex;
	flex-direction: row-reverse;
	padding-top: 17px;
}
.whatsnew > .imgBox {
	width: 355px;
}
.whatsnew .txtBox {
	margin-left: 20px;
	flex: 1;
}
.whatsnew .Hd01 {
	margin-top: 10px;
	margin-bottom: 8px;
}
.whatsnew .txtBox .catch {
	display: flex;
	align-items: flex-end;
}
.whatsnew .txtBox .catch p {
	line-height: 1;
}
.whatsnew .txtBox .catch .imgBox {
	width:calc(154 / 434 * 100%);
	margin-right: 10px;
}
@media screen and (max-width: 600px) {
	.whatsnew {
		display: block;
		padding-bottom: 0;
	}
	.whatsnew > .imgBox {
		width: 100%;
	}
	.whatsnew .txtBox {
		margin: 0 0 20px;
	}
	.whatsnew .Hd01{
		margin-top: 10px;
		margin-bottom: 8px;
	}
	.whatsnew .txtBox .catch {
		display: block;
		margin-top: 20px;
		text-align: center;
	}
	.whatsnew .txtBox .catch .imgBox {
		/*max-width: 280px;
		width: 60%;*/
		width: 190px;
		margin:0 auto;
	}
	.whatsnew .txtBox .catch .subTxt {
		line-height: 1.5;
		margin: 5px auto 0;
		text-align: center;
	}

}
/* 豊南の強み!! */
.strength{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top: 36px;
}
.strength .txtBox{
	width:calc(450 / 810 * 100%);
}
.strength .imgBox{
	width:calc(338 / 810 * 100%);
	margin-top: 8px;
}
.strength h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.strength p{
	font-size: 12px;
	color: #EB648F;
}
@media screen and (max-width: 600px) {
	.strength{
		margin-top: 25px;
	}
	.strength .txtBox{
		width:100%;
	}
	.strength .imgBox{
		width:100%;
		margin-top: 15px;
	}
	.strength h2{
		margin-bottom: 4px;
		line-height: 1.4;
		text-align: center;
	}
}

/* 実習等 */
.learningBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items:flex-end;
}
.learningBox:nth-of-type(2n){
	flex-direction: row;
}
.learningBox .imgBox {
	width: calc(390 / 810 * 100%);
	margin-bottom: 34px;
}
.learningBox .txtBox{
	width: calc(405 / 810 * 100%);
	margin-bottom: 29px;
}
.learningBox .txtBox h3 {
	font-size: 16px;
	font-weight: bold;
	color: #EB648F;
}
.learningBox .txtBox p{
	font-size: 12px;
	line-height: 1.66;
}
@media screen and (max-width: 600px) {
	.learningBox{
		margin-bottom: 20px;
	}
	.learningBox:nth-of-type(2n){
		flex-direction: row-reverse;
	}
	.learningBox .imgBox{
		width: 100%;
		margin-top: 2px;
		margin-bottom: 10px;
	}
	.learningBox .txtBox{
		width: 100%;
		margin-bottom: 8px;
	}
	.learningBox .txtBox h3{
		text-align: center;
	}
	.learningBox .txtBox p{
		line-height: 1.5;
	}
}


/* ここがポイント */
.pointBox{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items:flex-end;
}
/*.learningBox + .pointBox{
	margin-top: -12px;
}*/
.pointBox .imgBox {
	width: calc(238 / 810 * 100%);
	width: calc(260 / 810 * 100%);
	width: calc(270 / 810 * 100%);
	width: 270px;
	margin-right: 10px;
}
.pointBox .txtBox {
	width: calc(405 / 810 * 100%);
	/*display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items:center;*/
}

.pointBox .pointBoxHd {
	display: flex;
	align-items: center;
}

.pointBox .txtBox .pointImg {
	width: 42px;
	width: 55px;
	width: 58px;
	margin-right: 7px;
}
.pointBox .txtBox .pointImg img {
	width: 100%;
}
.pointBox .txtBox h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 2px;
}
.pointBox .txtBox h3 strong {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: -6px;
}
.pointBox .txtBox p.nTxt{
	display: block;
	margin-top: 11px;
	margin-left: 5px;
	font-size: 10px;
	font-size: 12px;
	color: #EB648F;
}
/*#section05 .pointBox .imgBox{
	width: calc(388 / 810 * 100%);
}*/
@media screen and (max-width: 600px) {
	.pointBox{
		/*flex-direction:column-reverse;*/
	}
	/*.learningBox + .pointBox {
		margin-top: -12px;
	}*/
	.pointBox .imgBox{
		width: 100%;
		margin-right: 0;
	}
	.pointBox .txtBox{
		width: 100%;
	}
	.pointBox .pointBoxHd {
		display: block;
		text-align: center;
	}
	.pointBox .txtBox .pointImg {
		width: 60px;
		margin: 0 auto 12px;
	}
	.pointBox .txtBox h3{
		font-size: 12px;
		margin-top: 2px;
		/*width: calc(100% - 70px);*/
	}
	.pointBox .txtBox h3 strong {
		font-size: 18px;
		margin-left: -10px;
		/*margin-left: 0;*/
	}
	.pointBox .txtBox p.nTxt{
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: 0;
		font-size: 12px;
	}
	#section05 .pointBox .imgBox{
		width: 100%;
	}
}

/* 2024.01.19 追記 */
.rightNav .gengo nav .rightNav-focus a:before, .rightNav .gengo nav a:hover:before {
	background: #82E66E;
}






/*****************************************************************************
印刷用
 *****************************************************************************/

@media print{
.depWrapper {
	height: auto;
}
.rightNav {
	display:none;
}
.leftContents {
	width:100%;
}
}
