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

html{
	margin:0;
	padding:0;
	font-size:62.5%;
}
body{
	margin:0 auto;
	padding:0;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6, figure, p, ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}
ul li, ol li{
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 100%;
}
*, *::before, *::after{
	box-sizing: border-box;
}

/* button初期化 */
button{
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
}
@media (any-hover: hover){
	button:hover{
		cursor: pointer;
	}
}

@media print, screen and (min-width: 813px){
	/* iPad背景切れ対策 */
	body{
		min-width: 1200px;
	}
	/* tel pcのみ無効 */
	a[href^="tel:"]{
		pointer-events: none;
	}
}
/* 表示切替 */
.jsSwitch{
	visibility: hidden;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
@media screen and (width <= 812px){
	.cmnPhM .jsSwitch {
		width: 100%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*
	base
-----------------------------------------------------------------------------------------------*/
/* 変数
========================================*/
:root{
	/* color */
	--clBase: #111111;
	--clLightGreen: #97e361;
	--clGreen: #45b035;
	--clBlue: #26b4df;
	--clOrange: #ff5921;
	--clPink: #e06c98;
	--clBrown:#eaab5f;
	--clYellow:#f0e167;
	--graBlue: linear-gradient(90deg, #8fd16b, #7acfde);

	/* width */
	--colWidth: 1080px;

	/* font */
	--fBase: "M PLUS Rounded 1c", 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

	/* line-height */
	--lineHBase: 150%;

	/* letter-spacing */
	/* --letterSBase: 0.1rem; */


	/* border-radius */
	--roundS: 10px;
	--roundM: 20px;
	--roundL: 30px;
}

/* wrapper
========================================*/
#wrapper{
	position: relative;
	color: var(--clBase);
	font-size: 1.4em;
	font-family: var(--fBase);
	font-style: normal;
	font-weight: 400;
	/* letter-spacing: var(--letterSBase); */
	font-feature-settings: "palt";
	overflow-wrap: break-word;
	line-height: var(--lineHBase);
}
p{
	text-align: justify;
}
@media screen and (width <= 812px){
	
}

/* ctsArea
========================================*/


/* リンク
========================================*/
a{
	display: inline-block;
	color: var(--clBase);
	text-decoration: none;
	transition: 0.3s;
}
a:link,a:visited{
	color: #000000;
}
@media (any-hover: hover){
	a:hover{
		color: var(--clBase);
		text-decoration: none;
	}
}

/* 文字
========================================*/
/* 書体 */

/* サイズ */

/*
	common
-----------------------------------------------------------------------------------------------*/
.ctsArea {
	width: var(--colWidth);
	margin: 0 auto;
	padding: 120px 0 0 0;
}
.ctsTitArea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 13px 0;
	padding: 0 15px;
}
.ctsTit {
	font-size: 3rem;
	line-height: 5.4rem;
	letter-spacing: 0.4rem;
	padding: 0 35px;
	border-radius: 0 30px 0 30px;
	background: #fff;
}
.ctsWrapper > .ctsArea:nth-of-type(1) .ctsTitArea .ctsTit,
.ctsWrapper > .ctsArea:nth-of-type(6) .ctsTitArea .ctsTit{
	color: var(--clBlue);
	border: 2px solid var(--clBlue);
}
.ctsWrapper > .ctsArea:nth-of-type(2) .ctsTitArea .ctsTit,
.ctsWrapper > .ctsArea:nth-of-type(5) .ctsTitArea .ctsTit,
.ctsWrapper > .ctsArea:nth-of-type(7) .ctsTitArea .ctsTit{
	color: var(--clGreen);
	border: 2px solid var(--clGreen);
}
.ctsWrapper > .ctsArea:nth-of-type(3) .ctsTitArea .ctsTit,
.ctsWrapper > .ctsArea:nth-of-type(8) .ctsTitArea .ctsTit{
	color: var(--clOrange);
	border: 2px solid var(--clOrange);
}
.ctsWrapper > .ctsArea:nth-of-type(4) .ctsTitArea .ctsTit{
	color: var(--clPink);
	border: 2px solid var(--clPink);
}
.ctsLead{
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	text-align: center;
	line-height: 140%;
}
.ctsInner {
	margin: 40px 0 0 0;
}
.pc-break {
	display: block; /* PCでは改行 */
}

a.btn {
	display: inline-flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	position: relative;
	padding: 0 7px 15px;
}
a.btn::before{
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 11px 3px;
}
a.btn span{
	height: 32px;
	width: 32px;
	border-radius: 16px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	padding: 0 10px 0 0;
	margin: 0 0 0 20px;
}
a.btn span img {
	width: 10px;
	height: 18px;
	transition: 0.3s;
}
a.btn span img:nth-of-type(1) {
	margin: 0 20px 0 0;
}

a.btn.ftS {
	font-size: 1.6rem;
}
a.btn.ftS span{
	height: 24px;
	width: 24px;
	border-radius: 12px;
	padding: 0 8px 0 0;
}
a.btn.ftS span img {
	width: 8px;
	height: 12px;
}

a.btn.bl{
	color: var(--clBlue);
}
a.btn.bl::before{
	background-image: radial-gradient(circle, #26b4df 1px, transparent 2px);
}
a.btn.bl span{
	background: var(--clBlue);
}

a.btn.gr{
	color: var(--clGreen);
}
a.btn.gr::before{
	background-image: radial-gradient(circle, #45b035 1px, transparent 2px);
}
a.btn.gr span{
	background: var(--clGreen);
}

a.btn.wh{
	color: #fff;
}
a.btn.wh::before{
	background-image: radial-gradient(circle, #fff 1px, transparent 2px);
}
a.btn.wh span{
	background: #fff;
}

a.btn.ol{
	color: var(--clOrange);
}
a.btn.ol::before{
	background-image: radial-gradient(circle, var(--clOrange) 1px, transparent 2px);
}
a.btn.ol span{
	background: var(--clOrange);
}
a.bnr img{
	transition: 0.3s;
}

@media screen and (width <= 812px) {
	.ctsArea {
		width: 100%;
		padding: 80px 0 0 0;
	}
	.ctsTitArea {
		max-width: 500px;
		margin: 0 auto;
	}
	.ctsTit {
		font-size: 2rem;
		line-height: 5rem;
		letter-spacing: 0.15rem;
		padding: 0 25px;
		border-radius: 0 25px 0 25px;
	}
	.ctsLead {
		line-height: 150%;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.ctsInner {
		margin: 30px 0 0 0;
		padding: 0 15px;
	}
	.pc-break {
		display: inline; /* SPでは改行しない */
	}
	a.btn {
		width: 100%;
		font-size: 1.6rem;
		justify-content: space-between;
		padding: 0 5px 10px;
	}
	a.btn span {
		height: 26px;
		width: 26px;
		border-radius: 13px;
	}
	a.btn span img {
		width: 6px;
		height: 12px;
	}
	a.btn.ftS {
		font-size: 1.4rem;
	}
}

/*
	header
-----------------------------------------------------------------------------------------------*/
.headArea{
	height: 80px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	z-index: 2; 
}
.logoHead img {
	width: 350px;
}
.hdLink {
	display: flex;
	gap: 0 10px;
}
.hdLinkList a{
	width: 140px;
	line-height: 4.8rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	border-radius: 24px;
}
.hdLinkList:nth-of-type(1) a{
	background: var(--clLightGreen);
}
.hdLinkList:nth-of-type(2) a{
	background: var(--clBlue);
}

@media screen and (width <= 812px){
	.headArea {
		height: 50px;
		padding: 0 15px;
	}
	.logoHead img {
		width: 170px;
	}
	.hdLink {
		gap: 0 5px;
	}
	.hdLinkList a {
		line-height: 3rem;
		border-radius: 15px;
		width: auto;
		white-space: nowrap;
		font-size: 1rem;
		padding: 0 10px;
	}
}

/*
	kvArea
-----------------------------------------------------------------------------------------------*/
#kvArea {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	max-height: 840px;
}
.kvAreaInner{
	width: 100%;
	height: 100%;
	position: relative;
}
.kvImgArea{
	width: 100%;
	height: 100%;
	display: flex;
}
.kvImgArea .left{
	width: 20%;
	height: 100%;
}
.kvImgArea .right{
	width: 80%;
	height: 100%;
	background: url(../images/kv_img_pc.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0 0 0 190px;
}
.kvCatch{
	display: flex;
	flex-direction: column;
	width: 410px;
	position: absolute;
	z-index: 1;
	top: 58%;
	left: 23%;
	transform: translate(-50%, -50%);
	gap: 36px 0;
}

@media screen and (width <= 812px){
	#kvArea {
		max-height: 380px;
		min-height: auto;
	}
	.kvImgArea .right{
		background: url(../images/kv_img_sp.jpg) no-repeat;
		background-position: center;
		background-size: cover;
		border-radius: 0 0 0 120px;
	}
	.kvCatch {
		width: 60%;
		max-width: 320px;
		left: 34%;
		transform: translate(-50%, -50%);
		gap: 10px 0;
		top: 70%;
	}
}


/*
	goal
-----------------------------------------------------------------------------------------------*/
#goal.ctsArea{
	width: 100%;
}
.goalSlider {
	overflow: hidden;
}
.goalSlider .swiper-wrapper {
	transition-timing-function: linear !important;
}
.goalSlider .swiper-wrapper .swiper-slide {
	width: 400px;
}
.goalSliderImgArea img {
	width: 100%;
	display: block;
}
.goalSliderCts {
	position: relative;
	overflow: hidden;
	border-radius: var(--roundL);
}
.goalSliderTxt {
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--graBlue);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	text-align: center;
	line-height: 6rem;
	min-width: 150px;
	padding: 0 30px;
	border-radius: 0 30px 0 0;
}


@media screen and (width <= 812px){
	#goal .ctsInner {
		padding: 0;
	}
	.goalSliderCts {
		border-radius: var(--roundM);
	}
	.goalSlider .swiper-wrapper .swiper-slide {
		width: 180px;
	}
	.goalSliderTxt {
		font-size: 1rem;
		min-width: auto;
		padding: 0 10px;
		line-height: 3.4rem;
		border-radius: 0 20px 0 0;
		letter-spacing: 0;
		white-space: nowrap;
	}
}




/*
	course
-----------------------------------------------------------------------------------------------*/
#course .ctsInner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.courseListArea {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.courseList {
	display: flex;
}
.courseList.phRi {
	flex-direction: row-reverse;
}
.courseImgArea {
	width: 580px;
	border-radius: 0 0 0 110px;
	overflow: hidden;
}
.courseList.phRi .courseImgArea {
	border-radius: 0 0 110px 0;
}
.courseTxtArea{
	width: calc(100% - 580px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px 0;
	border-radius: 0 110px 0 0;
}
.courseList.phRi .courseTxtArea{
	border-radius: 110px 0 0 0;
}
.courseList:nth-of-type(1) .courseTxtArea{
	background: #f8fdfe;
}
.courseList:nth-of-type(2) .courseTxtArea{
	background: #fefbfc;
}
.courseList:nth-of-type(3) .courseTxtArea{
	background: #f6faf8;
}
.courseList:nth-of-type(4) .courseTxtArea{
	background: #fefcfa;
}
.courseBalloonArea p {
	font-weight: 700;
	font-size: 1.5rem;
	color: var(--clOrange);
	position: relative;
	padding: 0 0 10px;
	letter-spacing: 0.15rem;
}
.courseBalloonArea p::before{
	content: '';
	background: url(../images/course_balloon_img.svg) no-repeat;
	background-size: contain;
	background-position: center;
	height: 8px;
	width: 190px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.courseBalloonArea p span {
	font-size: 2rem;
}
.courseTit{
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.4rem;
	line-height: 135%;
	text-align: center;
}
.courseList:nth-of-type(1) .courseTit{
	color: var(--clBlue);
}
.courseList:nth-of-type(2) .courseTit{
	color: var(--clPink);
}
.courseList:nth-of-type(3) .courseTit{
	color: var(--clGreen);
}
.courseList:nth-of-type(4) .courseTit{
	color: var(--clBrown);
}
.courseTypeListArea {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	width: 85%;
	margin: 5px 0 0 0;
}
.courseTypeList{
	font-size: 1.6rem;
	line-height: 3.6rem;
	border-radius: 18px;
	font-weight: 700;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	min-width: 120px;
}
.courseList:nth-of-type(1) .courseTypeList{
	background: var(--clBlue);
}
.courseList:nth-of-type(2) .courseTypeList{
	background: var(--clPink);
}
.courseList:nth-of-type(3) .courseTypeList{
	background: var(--clGreen);
}
.courseList:nth-of-type(4) .courseTypeList{
	background: var(--clBrown);
}
#course a.bnr {
	margin: 60px 0 0 0;
	width: 500px;
}



@media screen and (width <= 812px){
	#course .ctsInner {
		max-width: 500px;
		margin: 30px auto 0;
	}
	.courseList,
	.courseList.phRi{
		flex-direction: column;
	}
	.courseImgArea {
		width: 100%;
		border-radius: 0 80px 0 0;
	}
	.courseTxtArea {
		width: 100%;
		padding: 25px 15px 35px;
		border-radius: 0 0 0 80px;
	}
	.courseList.phRi .courseImgArea {
		border-radius: 80px 0 0 0;
	}
	.courseList.phRi .courseTxtArea {
		border-radius: 0 0 80px 0;
	}
	.courseBalloonArea p {
		font-size: 1.2rem;
	}
	.courseBalloonArea p span {
		font-size: 1.6rem;
	}
	.courseBalloonArea p::before {
		background: url(../images/course_balloon_img.svg) no-repeat;
		background-size: contain;
		background-position: center;
		height: 7px;
		width: 160px;
		bottom: 5px;
	}
	.courseTit {
		font-size: 2rem;
		font-weight: 700;
		letter-spacing: 0.2rem;
	}
	.courseTypeListArea {
		margin: 0;
	}
	.courseTypeList {
		font-size: 1.2rem;
		line-height: 3rem;
		border-radius: 15px;
		padding: 0 15px;
		color: #fff;
		min-width: auto;
	}
	#course a.bnr {
		margin: 30px 0 0 0;
		width: 100%;
	}
}


/*
	animals
-----------------------------------------------------------------------------------------------*/
#animals.ctsArea{
	width: 100%;
}
.animalsSlider {
	width: 100%;
	overflow: hidden;
}
.animalsSlider .gridSwiper {
	width: 100%;
}
.animalsSlider .swiper-slide {
	width: 836px !important;
	flex-shrink: 0;
}
.animalsSlider .swiper-wrapper {
	display: flex;
}

/* グリッド共通 */
.animalsSlider .grid {
	display: grid;
	grid-template-columns: repeat(3, 272px);
	grid-template-rows: repeat(3, 194px);
	gap: 10px;
}
/* アイテム */
.animalsSlider .item {
	overflow: hidden;
	border-radius: var(--roundL);
}
.animalsSlider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.animalsSlider .grid-1 .a { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.animalsSlider .grid-1 .b { grid-column: 3; grid-row: 1; }
.animalsSlider .grid-1 .c { grid-column: 3; grid-row: 2 / span 2; }
.animalsSlider .grid-1 .d { grid-column: 1; grid-row: 3; }
.animalsSlider .grid-1 .e { grid-column: 2; grid-row: 3; }
.animalsSlider .grid-2 .a { grid-column: 1; grid-row: 1 / span 2; }
.animalsSlider .grid-2 .b { grid-column: 2; grid-row: 1; }
.animalsSlider .grid-2 .c { grid-column: 3; grid-row: 1; }
.animalsSlider .grid-2 .d { grid-column: 2 / span 2; grid-row: 2 / span 2; }
.animalsSlider .grid-2 .e { grid-column: 1; grid-row: 3; }
.animalsSlider .grid-3 .a { grid-column: 1; grid-row: 1; }
.animalsSlider .grid-3 .b { grid-column: 2 / span 2; grid-row: 1 / span 2; }
.animalsSlider .grid-3 .c { grid-column: 1; grid-row: 2; }
.animalsSlider .grid-3 .d { grid-column: 1 / span 2; grid-row: 3; }
.animalsSlider .grid-3 .e { grid-column: 3; grid-row: 3; }


@media screen and (width <= 812px){
	#animals .ctsInner{
		padding: 0;
	}
	.animalsSlider .swiper-slide {
		width: 418px !important;
	}
	.animalsSlider .grid {
		grid-template-columns: auto;
		grid-template-rows: auto;
		gap: 5px;
	}

	.animalsSlider .item {
		overflow: hidden;
		border-radius: var(--roundM);
	}
}


/*
	practice
-----------------------------------------------------------------------------------------------*/
#practice.ctsArea {
	position: relative;
	width: 100%;
	padding: 100px 0;
	margin: 120px 0 0;
	z-index: 1;
}
#practice.ctsArea::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fffdf3;
	z-index: -1;
	border-radius: 0 300px 0 300px;
}
#practice.ctsArea .ctsInner{
	width: var(--colWidth);
	margin: 40px auto 0;
}

@media screen and (width <= 812px){
	#practice.ctsArea {
		padding: 70px 0;
		margin: 80px 0 0;
	}
	#practice.ctsArea::before {
		border-radius: 0 100px;
	}
	#practice.ctsArea .ctsInner{
		width: 100%;
	}
}

/*
	practice
-----------------------------------------------------------------------------------------------*/
.practiceListArea{
	display: flex;
	flex-direction: column;
	gap: 50px 0;
}
.practiceList {
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.practiceList.phRi {
	flex-direction: row-reverse;
}
.practiceImgArea {
	width: 465px;
	min-width: 465px;
	overflow: hidden;
	border-radius: var(--roundL);
	position: relative;
}
.practiceImgTit{
	font-size: 2rem;
	font-weight: 700;
	color: #FFF;
	line-height: 5.8rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 50px;
	border-radius: 0 0 0 30px;
}
.practiceList:nth-of-type(1) .practiceImgTit{
	background: var(--clGreen);
}
.practiceList:nth-of-type(2) .practiceImgTit{
	background: var(--clBlue);
}
.practiceList:nth-of-type(3) .practiceImgTit{
	background: var(--clOrange);
}
.practiceTxtArea {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.practiceTxtArea .txt {
	font-size: 1.6rem;
	line-height: 150%;
}
.practiceTxtArea a.btn{
	margin: 30px 0 0 0;
}
.practiceTypeListArea {
	max-width: 520px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin: 30px 0 0 0;
}
.practiceTypeList{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 4rem;
	border-radius: 20px;
	text-align: center;
	background: #fff;
	padding: 0 30px;
}
.practiceList:nth-of-type(1) .practiceTypeList{
	border: var(--clGreen) 1px solid;
}
.practiceList:nth-of-type(2) .practiceTypeList{
	border: var(--clBlue) 1px solid;
}
.practiceList:nth-of-type(3) .practiceTypeList{
	border: var(--clOrange) 1px solid;
}

@media screen and (width <= 812px){
	.practiceList,
	.practiceList.phRi {
		flex-direction: column;
	}
	.practiceListArea{
		gap: 40px 0;
		max-width: 500px;
		margin: 0 auto;
	}
	.practiceImgArea {
		width: 100%;
		min-width: auto;
	}
	.practiceImgTit{
		font-size: 1.4rem;
		line-height: 4.2rem;
		padding: 0 20px;
		border-radius: 0 0 0 30px;
	}
	.practiceTxtArea {
		margin: 10px 0 0 0;
		align-items: center;
	}
	.practiceTxtArea .txt {
		font-size: 1.2rem;
	}
	.practiceTypeListArea{
		margin: 10px 0 0 0;
		justify-content: center;
		max-width: none;
		width: 100%;
	}
	.practiceTypeList {
		font-size: 1.2rem;
		line-height: 3.2rem;
		border-radius: 20px;
		padding: 0 15px;
	}
	.practiceTxtArea a.btn {
		margin: 10px 0 0 0;
	}
}

/*
	equipment
-----------------------------------------------------------------------------------------------*/
.equipListArea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 25px 20px;
}
.equipList a{
	width: 255px;
	overflow: hidden;
	border-radius: var(--roundM);
	position: relative;
}
.equipList a::before{
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
}
.equipList a .imgLinkIconArea{
	height: 60px;
	width: 60px;
	border: #fff 1px solid;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.equipList a .imgLinkIconArea img{
	width: 30px;
}
.equipList .name{
	font-weight: 700;
	text-align: center;
	margin: 5px 0 0 0;
}

@media screen and (width <= 812px){
	#equipment .ctsInner {
		max-width: 500px;
		margin: 30px auto 0;
	}
	.equipListArea {
		gap: 15px 10px;
		justify-content: flex-start;
	}
	.equipList {
		width: calc(50% - 5px);
	}
	.equipList a {
		width: 100%;
	}
	.equipList a .imgLinkIconArea {
		height: 40px;
		width: 40px;
		border-radius: var(--roundM);
	}
	.equipList a .imgLinkIconArea img {
		width: 20px;
	}
	.equipList .name {
		font-size: 1.2rem;
		margin: 0 0 0 0;
	}
	
}

/*
	support
-----------------------------------------------------------------------------------------------*/
.supportListArea {
	display: flex;
	justify-content: space-between;
}
.supportList{
	width: 500px;
}
.supportList .imgArea{
	overflow: hidden;
	border-radius: var(--roundL);
	position: relative;
}
.supportList .imgArea .tit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: var(--graBlue);
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 5rem;
	letter-spacing: 0.2rem;
}
.supportList .txtArea {
	margin: 15px 0 0 0;
}
.supportList .txtArea .txt{
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	line-height: 150%;
}
.recordArea{
	width: 840px;
	margin: 60px auto 0;
	border-radius: var(--roundL);
	border: var(--clBlue) solid 2px;
	position: relative;
}
.recordTitArea {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -18px;
	letter-spacing: 0.5rem;
}
.recordTit {
	position: relative;
	font-size: 2rem;
	color: var(--clBlue);
	font-weight: 700;
	line-height: 3.2rem;
	background: #fff;
	text-align: center;
	padding: 0 40px;
}
.recordTit::before{
	content: '';
	height: 40px;
	width: 2px;
	transform:rotate(-35deg);
	position: absolute;
	left: -2px;
	bottom: -3px;
	background: var(--clBlue);
}
.recordTit::after{
	content: '';
	height: 40px;
	width: 2px;
	transform:rotate(35deg);
	position: absolute;
	right: -2px;
	bottom: -3px;
	background: var(--clBlue);
}
.recordTxtArea {
	padding: 55px 50px 45px;
}
.recordTxtArea .note {
	font-size: 1.2rem;
}

@media screen and (width <= 812px){
	#support .ctsInner{
		max-width: 500px;
		margin: 30px auto 0;
	}
	.supportListArea {
		flex-direction: column;
		gap: 30px 0;
	}
	.supportList {
		width: 100%;
	}
	.supportList .imgArea .tit {
		font-size: 1.4rem;
		line-height: 4.2rem;
		letter-spacing: 0.1rem;
	}
	.supportList .txtArea {
		margin: 5px 0 0 0;
	}
	.supportList .txtArea .txt {
		font-size: 1.2rem;
	}
	.recordArea {
		width: 100%;
		margin: 30px 0 0;
	}
	.recordTit {
		white-space: nowrap;
		font-size: 1.6rem;
		line-height: 2.8rem;
		padding: 0 20px;
	}
	.recordTit::before {
		left: -2px;
		bottom: -5px;
		height: 34px;
	}
	.recordTit::after {
		right: -2px;
		bottom: -5px;
		height: 34px;
	}
	.recordTxtArea {
		padding: 25px 20px 20px;
	}
	.recordTxt{
		font-size: 1.2rem;
		line-height: 125%;
	}
	.recordTxtArea .note {
		font-size: 1rem;
		line-height: 100%;
		margin: 5px 0 0 0;
	}
}

/*
	campus
-----------------------------------------------------------------------------------------------*/
#campus .ctsInner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.campusListArea {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 50px 10px;
}
.campusList {
	width: 208px;
}
.campusImgArea{
	border-radius: var(--roundL);
	overflow: hidden;
}
.campusTxtArea .txt {
	text-align: center;
	margin: 6px 0 0 0;
	letter-spacing: 0.1rem;
}
.campusTxtArea .txt .line{
	display: inline-block;
	position: relative;
	z-index: 1;
	font-weight: 700;
}
.campusTxtArea .txt .line::before{
	content: '';
	background: var(--clYellow);
	height: 10px;
	width: calc(100% + 8px);
	position: absolute;
	bottom: 0;
	left: -4px;
	z-index: -1;
}
.campusTxtArea .txt .line + .line{
	margin: 0 0 0 0;
}
.campusTxtArea .txt .line + .line {
	margin: 7px 0 0 0;
}
#campus a.btn{
	margin: 60px 0 0 0;
}

@media screen and (width <= 812px){
	#campus .ctsInner{
		max-width: 500px;
		margin: 30px auto 0;
	}
	.campusListArea {
		gap: 20px 10px;
	}
	.campusList {
		width: calc(50% - 5px);
	}
	.campusTxtArea .txt {
		font-size: 1.2rem;
	}
	.campusTxtArea .txt .line + .line {
		margin: 0 0 0 0;
	}
	.campusTxtArea .txt .line::before {
		height: 5px;
		bottom: 3px;
	}
	#campus a.btn {
		margin: 20px 0 0 0;
	}
}

/*
	graduate
-----------------------------------------------------------------------------------------------*/
#graduate .ctsInner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.graduateListArea {
	width: var(--colWidth);
	display: flex;
	flex-direction: column;
	gap: 60px 0;
	align-items: flex-start;
}
.graduateList {
	position: relative;
	display: flex;
}
.graduateList:nth-of-type(2){
	margin-left: auto;
}
.graduateImgArea {
	width: 440px;
	border-radius: 30px 0 0 30px;
	overflow: hidden;
}
.graduateBalloon{
	position: absolute;
	top: -35px;
	left: 25px;
	width: 100px;
}
.graduateTxtArea {
	width: 520px;
	border-radius: 0 30px 30px 0;
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.graduateList:nth-of-type(1) .graduateTxtArea{
	background: var(--clGreen);
}
.graduateList:nth-of-type(2) .graduateTxtArea{
	background: var(--clBlue);
}
.graduateList:nth-of-type(3) .graduateTxtArea{
	background: var(--clPink);
}
.graduateComment {
	position: absolute;
	top: 210px;
	left: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px 0;
}
.graduateComment span{
	display: inline-block;
	font-style: italic;
	background: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0px 5px;
	line-height: 2.8rem;
}
.workTypeListArea{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.workTypeList {
	line-height: 3.8rem;
	font-size: 1.7rem;
	height: 38px;
	padding: 0 16px;
	font-weight: 700;
}
.workTypeList.ftS{
	font-size: 1.3rem;
}
.workTypeListArea .workTypeList:nth-of-type(odd) {
	background: #fff;
}
.workTypeListArea .workTypeList:nth-of-type(even) {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.graduateList:nth-of-type(1) .workTypeListArea .workTypeList:nth-of-type(1) {
	color: var(--clGreen);
}
.graduateList:nth-of-type(2) .workTypeListArea .workTypeList:nth-of-type(1) {
	color: var(--clBlue);
}
.graduateList:nth-of-type(3) .workTypeListArea .workTypeList:nth-of-type(1) {
	color: var(--clPink);
}
.graduateTxtArea .name{
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	margin: 20px 0 0 0;
}
.graduateTxtArea .name span{
	font-size: 1.6rem;
}
.graduateTxtArea .txt{
	font-size: 1.6rem;
	color: #fff;
	line-height: 150%;
	margin: 5px 0 0 0;
}
.graduateTxtArea a.btn{
	margin: 30px 0 0 0;
}
#graduate .ctsInner > a.btn{
	margin: 60px 0 0 0;
}

@media screen and (width <= 812px){
	#graduate .ctsInner {
		max-width: 500px;
		margin: 30px auto 0;
	}
	.graduateListArea,
	.graduateImgArea,
	.graduateTxtArea{
		width: 100%;
	}
	.graduateListArea {
		gap: 40px 0;
	}
	.graduateList {
		flex-direction: column;
	}
	.graduateImgArea {
		border-radius: 30px 30px 0 0;
	}
	.graduateTxtArea{
		border-radius: 0 0 30px 30px;
		padding: 20px 30px 30px;
		width: 100%;
	}
	.graduateBalloon {
		top: -20px;
		width: 70px;
	}
	.graduateComment {
		top: 26%;
		left: 20px;
		gap: 5px 0;
	}
	.graduateComment span {
		font-size: 1.3rem;
		line-height: 2.4rem;
	}
	.workTypeListArea {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.workTypeList {
		width: auto;
		font-size: 1.3rem;
		line-height: 3rem;
		height: 30px;
		padding: 0 10px;
	}
	.graduateTxtArea .name {
		font-size: 1.8rem;
		margin: 10px 0 0 0;
	}
	.graduateTxtArea .name span {
		font-size: 1.4rem;
	}
	.graduateTxtArea .txt {
		font-size: 1.2rem;
	}
	.graduateTxtArea a.btn {
		margin: 10px 0 0 0;
	}
	#graduate .ctsInner > a.btn {
		margin: 20px 0 0 0;
	}
}

/*
	footer
-----------------------------------------------------------------------------------------------*/
#footerArea {
	margin: 120px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footerInner{
	width: 100%;
	padding: 120px 0;
	background: #f0f0f0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footerInner .ftLogo {
	width: 320px;
}
.footerInner .address {
	margin: 15px 0 0 0;
	font-size: 1.2rem;
	text-align: center;
	line-height: 200%;
}
.footerInner .inquiryListArea {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 0 0;
	gap: 0 20px;
}
.footerInner .inquiryListArea li{
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
}
.footerInner .inquiryListArea li span{
	display: flex;
	align-items: center;
	margin: 0 5px 1px 0;
}
.footerInner .inquiryListArea li.tel .icon img{
	width: 18px;
}
.footerInner .inquiryListArea li.mail .icon img{
	width: 26px;
}
.ftLinkArea {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 40px;
	margin: 60px 0 0 0;
}

a.btnB{
	width: 346px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 7.4rem;
	height: 74px;
	border-radius: 37px;
	border: 1px solid var(--clBase);
	font-weight: 700;
	color: #fff;
	background: #4aa570;
	box-shadow: 4px 4px 0px #e7d87e;
	position: relative;
}
a.btnB span {
	position: absolute;
	right: 12px;
	top: 45%;
	transform: translate(-50%, 0);
	width: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}
a.btnB span img{
	width: 12px;
	transition: 0.3s;
}
a.btnB span img + img{
	margin: 0 0 0 5px;
}
#pageTop{
	visibility: hidden;
	opacity: 0;
	position:fixed;
	bottom: -100px;
	right: 20px;
	z-index: 3;
}
#pageTop.active{
	visibility: initial;
	opacity: 1;
	position:fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop img{
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
}
.copyright{
	width: 137px;
	padding: 20px 0;
}

@media screen and (width <= 812px){
	#footerArea {
		margin: 80px 0 0 0;
	}
	.footerInner {
		padding: 80px 15px;
	}
	.footerInner > *{
		max-width: 500px;
	}
	.footerInner .ftLogo {
		width: 80%;
	}
	.footerInner .address {
		margin: 10px 0 0 0;
	}
	.footerInner .inquiryListArea {
		flex-direction: column;
		gap: 10px 0;
		margin: 15px 0 0 0;
	}
	.ftLinkArea {
		flex-direction: column;
		gap: 15px 0;
		margin: 30px 0 0 0;
	}
	.ftLinkArea,
	li.ftLink,
	a.btnB {
		width: 100%;
	}
	a.btnB {
		width: 100%;
		font-size: 1.6rem;
		line-height: 6rem;
		height: 60px;
		border-radius: 30px;
	}
	#pageTop{
		right: 8px;
	}
	.pageTop{
		right: 2%;
		bottom:3%;
	}
	#pageTop.active{
		visibility: initial;
		opacity: 1;
		position:fixed;
		bottom: 8px;
		right: 8px;
	}
	#pageTop img {
		width: 60px;
		height: 60px;
	}
}

/* loading */
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: var(--clLightGray);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#loading.loaded {
	opacity: 0;
	visibility: hidden;
}
#loading .loaders {
	width: 50px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}

.dots { display: flex; align-items: center; justify-content: center; }
.dots .dot {
    width: 10px; height: 10px;
    margin: 0 4px;
    background-color: #65b037;
    border-radius: 50%;
    animation: dot-pulse 1.2s ease-in-out infinite;
}
.dots .dot:nth-child(1) { animation-delay: 0s; }
.dots .dot:nth-child(2) { animation-delay: 0.2s; } /* Fixed delays for simplicity */
.dots .dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes dot-pulse {
	0%, 100% { transform: scale(0.7); opacity: 0.7; }
	50% { transform: scale(1); opacity: 1; }
}

/*
	hover
-----------------------------------------------------------------------------------------------*/
@media (hover: hover) {
	a:hover,
	a.bnr:hover img{
		opacity: 0.6;
	}
	a.btn:hover span img { 
		transform:translateX(31px);
	}
	a.btn.ftS:hover span img {
		transform: translateX(27px);
	}
	a.btnB:hover span img {
		transform:translateX(18px);
	}
}

/* タブレット用など */
@media screen and (813px <= width <= 1024px) {
}


/*
	animation
-----------------------------------------------------------------------------------------------*/
