/*----------------------------------------*/
/* .page-header */
/*----------------------------------------*/

.front-page .page-header {
	padding-top: 120px;
}
@media (max-width: 991px) {
	.front-page .page-header {
		padding-top: 70px;
	}
}
@media (max-width: 767px) {
	.front-page .page-header {
		padding-top: 60px;
	}
}

/* .fv */
.front-page .fv {
	position: relative;
	z-index: -1;
	padding-left: 50px;
}
.front-page .fv .fv-slide .img-wrap {
	position: relative;
	border-top-left-radius: 20px;
	height: calc(100vh - 120px);
	overflow: hidden;
}
.front-page .fv .fv-slide .img-wrap::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #071F21;
	opacity: 0.3;
}
.front-page .fv .fv-slide .img-wrap img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.front-page .fv .txt-wrap {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.front-page .fv .txt-wrap .container {
	max-width: 1400px;
	padding: 0 100px;
}
.front-page .fv .txt-wrap .fv-title-anime {
	display: inline-flex;
	overflow: hidden;
}
.front-page .fv .txt-wrap .fv-title-anime .anime-inner {
	display: inline-block;
	opacity: 0.7;
	transform: translateY(100%);
	animation: fvAnima 0.4s 0.75s forwards;
}
@keyframes fvAnima {
	0% {
		opacity: 0.7;
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.front-page .fv .txt-wrap dl dt h2 {
	font-size: 56px;
	font-weight: 900;
	line-height: 1.6;
	color: #ffffff;
	margin: 0;
}
.front-page .fv .txt-wrap dl dd {
	font-size: 18px;
	color: #ffffff;
	margin-top: 20px;
}
.front-page .fv .txt-wrap dl dd .en {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}
.front-page .fv .txt-wrap dl dd .en::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #ffffff;
}
.front-page .rotate-txt {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	width: 50px;
	padding-bottom: 55px;
}
.front-page .rotate-txt::after {
	position: absolute;
	left: calc(50% - 1px);
	bottom: 0;
	content: "";
	width: 1px;
	height: 30px;
	background-color: #444444;
}
.front-page .rotate-txt .en {
	transform: rotate(-90deg);
	font-size: 13px;
	line-height: 1;
}
@media (max-width: 991px) {
	.front-page .fv .fv-slide .img-wrap {
		height: calc(100vh - 70px);
	}
}
@media (max-width: 767px) {
	.front-page .fv {
		padding-left: 15px;
	}
	.front-page .fv .fv-slide .img-wrap {
		border-top-left-radius: 10px;
		height: calc(100vh - 60px);
	}
	.front-page .fv .txt-wrap .container {
		padding: 0 20px 0 35px;
	}
	.front-page .fv .txt-wrap dl dt h2 {
		font-size: 32px;
	}
	.front-page .fv .txt-wrap dl dd {
		font-size: 14px;
	}
	.front-page .rotate-txt {
		display: none;
	}
}

/* slock ハック */
.front-page .fv .fv-slide ul.slick-dots {
	bottom: 25px;
	right: 25px;
	width: fit-content;
	z-index: 1;
}
.front-page .fv .fv-slide ul.slick-dots li button:before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 1;
}
.front-page .fv .fv-slide ul.slick-dots li.slick-active button:before {
	background-color: #25B7C0;
}
@media (max-width: 767px) {
	.front-page .fv .fv-slide ul.slick-dots {
		bottom: 20px;
		right: 20px;
	}
}

/*----------------------------------------*/
/* .page-body */
/*----------------------------------------*/

.front-page .page-body {
	padding-bottom: 50px;
}
/*----------------------------------------*/
/* .news-wrap */
/*----------------------------------------*/

.front-page .news-wrap {
	background-color: #ffffff;
	padding-left: 50px;
}
.front-page .news-wrap dl {
	display: flex;
	align-items: center;
}
.front-page .news-wrap dl > * {
	display: flex;
	align-items: center;
	min-height: 60px;
}
.front-page .news-wrap dl dt {
	justify-content: center;
	background-color: #25B7C0;
	color: #ffffff;
	font-size: 16px;
	width: 130px;
	height: 100%;
}
.front-page .news-wrap dl dd {
	flex: 1;
	background-color: #F2E9D8;
	font-size: 14px;
	padding: 10px 100px 10px 40px;
	overflow: hidden;
}
.front-page .news-wrap dl dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
.front-page .news-wrap dl dd ul li {
	overflow: hidden;
}
.front-page .news-wrap dl dd ul li a {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	padding-right: 3em;
}
.front-page .news-wrap dl dd ul li a .liner-box {
	overflow: hidden;
	max-width: 100%;
	display: block;
}
.front-page .news-wrap dl dd ul li.slick-linner a .liner-box .liner-inner {
	display: inline-block;
	animation: 5s forwards linear newsLinner;
}
@keyframes newsLinner {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.front-page .news-wrap dl dd ul li a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Material Symbols Sharp";
	content: "\e941";
	font-size: 24px;
	font-weight: 300;
	color: #25B7C0;
}
@media (max-width: 767px) {
	.front-page .news-wrap {
		padding-left: 15px;
	}
	.front-page .news-wrap dl > * {
		min-height: 50px;
	}
	.front-page .news-wrap dl dt {
		width: 80px;
	}
	.front-page .news-wrap dl dd {
		padding: 10px 0 10px 15px;
	}
	.front-page .news-wrap dl dd ul li a {
		padding-right: 0;
	}
	.front-page .news-wrap dl dd ul li a::after {
		content: none;
	}
}

/*----------------------------------------*/
/* .section */
/*----------------------------------------*/

.section {
	font-size: 16px;
	line-height: 2;
}
.section .bg-wrap .color-wrap {
	padding: 110px 0;
}
.section .section-title {
	margin-bottom: 50px;
}
.section .section-title dl {
	display: flex;
	align-items: center;
	margin-left: -0.2em;
}
.section .section-title dl dt {
	width: 75px;
}
.section .section-title dl dd {
	flex: 1;
	padding-left: 20px;
}
.section .section-title dl dd .en {
	font-size: 18px;
	line-height: 1.4;
}
.section .section-title dl dd h2 {
	font-size: 36px;
	line-height: 1.4;
	margin: 0;
}
.section .h3 {
	font-size: 28px;
	margin: 0 0 20px 0;
}
.section .btn-wrap .btn-icon dl {
	display: flex;
	align-items: center;
}
.section .btn-wrap .btn-icon dl dt {
	width: 35px;
}
.section .btn-wrap .btn-icon dl dd {
	flex: 1;
	padding-left: 15px;
}
.section .big {
	font-size: 110%;
}
.section .lead-txt {
	max-width: 800px;
	margin-bottom: 60px;
}
.section .row-info .btn-wrap {
	margin-top: 50px;
}
@media (min-width: 768px) {
	.section .btn-wrap .btn-icon:hover dl dt img {
		display: none;
	}
	.section .btn-wrap .btn-icon:hover dl dt img.d-none {
		display: inline !important;
	}
}
@media (min-width: 992px) {
	.section .row-info {
		justify-content: space-between;
	}
	.section .row-info > * {
		max-width: 610px;
	}
}
@media (max-width: 991px) {
	.section .row-info .col-img {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.section {
		font-size: 14px;
	}
	.section .bg-wrap .color-wrap {
		padding: 60px 0;
	}
	.section .section-title {
		margin-bottom: 30px;
	}
	.section .section-title dl dt {
		width: 55px;
	}
	.section .section-title dl dd {
		padding-left: 15px;
	}
	.section .section-title dl dd .en {
		font-size: 16px;
	}
	.section .section-title dl dd h2 {
		font-size: 26px;
	}
	.section .h3 {
		font-size: 20px;
		margin: 0 0 20px 0;
	}
	.section .lead-txt {
		margin-bottom: 50px;
	}
	.section .row-info .col-img {
		margin-bottom: 30px;
	}
	.section .row-info .btn-wrap {
		margin: 30px 0 0 0;
	}
	.section .btn-wrap .btn-icon dl dt {
		padding-right: 10px;
	}
}

/*----------------------------------------*/
/* .section.about */
/*----------------------------------------*/

.section.about {
	background-color: #ffffff;
	padding: 120px 0 0 0;
}
.section.about .main-container {
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.section.about .main-container {
		padding: 0 100px;
	}
}
@media (max-width: 767px) {
	.section.about {
		padding: 70px 0 0 0;
	}
	.section.about .main-container {
		padding: 0 20px;
	}
}

/* .lower */
.section.about .lower {
	margin-top: -60px;
}
.section.about .lower-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0 70px 0;
}
.section.about .lower-wrap .row {
	justify-content: space-between;
}
.section.about .lower-wrap .row > * {
	max-width: 510px;
	margin-bottom: 50px;
}
.section.about .lower-wrap a {
	position: relative;
	display: block;
	color: #ffffff;
}
.section.about .lower-wrap a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: "Material Symbols Sharp";
	content: "\e5cc";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	color: #25B7C0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	padding-left: 0.1em;
}
.section.about .lower-wrap a .en {
	font-size: 14px;
	line-height: 1.4;
}
.section.about .lower-wrap a h3 {
	font-size: 24px;
	color: #ffffff;
	margin: 0;
}
.section.about .lower-wrap a .img-blue {
	aspect-ratio: 21 / 9;
	overflow: hidden;
	margin: 15px 0;
}
.section.about .lower-wrap a .img-blue img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.section.about .lower-wrap a p {
	font-size: 15px;
	padding-right: 40px;
	margin: 0;
}
@media (min-width: 768px) {
	.section.about .lower-wrap a:hover .img-blue img {
		scale: 1.1;
	}
}
@media (max-width: 1199px) {
	.section.about .lower {
		margin-top: 100px;
	}
	.section.about .bg-wrap .color-wrap {
		padding-top: 40px
	}
}
@media (max-width: 767px) {
	.section.about .lower {
		margin-top: 60px;
	}
	.section.about .lower-wrap {
		padding: 0 0 70px 0;
	}
	.section.about .lower-wrap a::after {
		width: 25px;
		height: 25px;
		font-size: 16px;
	}
	.section.about .lower-wrap a h3 {
		font-size: 20px;
	}
	.section.about .lower-wrap a p {
		font-size: 14px;
		padding-right: 35px;
	}
}

/* .message */
.section.about .recommend .row {
	margin: 0 -10px;
}
.section.about .recommend .row > * {
	display: flex;
	padding: 0 10px;
	margin-bottom: 20px;
}
.section.about .recommend dl {
	position: relative;
	background-color: #F2E9D8;
	width: 100%;
	padding: 30px 20px;
}
.section.about .recommend dl::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border-bottom: 15px solid transparent;
	border-left: 15px solid #25B7C0;
}
.section.about .recommend dl dt {
	aspect-ratio: 1 / 1;
	width: 160px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.section.about .recommend dl dt img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.section.about .recommend dl dd {
	font-size: 14px;
	line-height: 1.8;
}
.section.about .recommend dl dd h4 {
	font-size: 20px;
	text-align: center;
	margin: 10px 0 15px 0;
}
.section.about .recommend dl dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.section.about .recommend dl dd ul li {
	position: relative;
	padding-left: 1.2em;
}
.section.about .recommend dl dd ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	content: "\f111";
	color: #25B7C0;
}
@media (max-width: 767px) {
	.section.about .recommend .row > *:last-child {
		margin-bottom: 0;
	}
}

/*----------------------------------------*/
/* .contents & .exercise 共通 */
/*----------------------------------------*/

.section.contents,
.section.exercise {
	padding: 130px 0;
}
.section.contents .btn-wrap,
.section.exercise .btn-wrap {
	margin-top: 10px;
}
@media (max-width: 991px) {
	.section.contents .container,
	.section.exercise .container {
		padding: 0 100px;
	}
}
@media (max-width: 767px) {
	.section.contents,
	.section.exercise {
		padding: 90px 0;
	}
	.section.contents .container,
	.section.exercise .container {
		padding: 0 20px;
	}
}

/* .term-list */
.front-page .page-body .term-list {
	margin-bottom: 60px;
}
.front-page .page-body .term-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.front-page .page-body .term-list ul li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.front-page .page-body .term-list ul li > * {
	display: block;
	border: 1px solid #26B7C0;
	border-radius: 100px;
	background-color: #ffffff;
	color: #26B7C0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	padding: 5px 20px;
}
.front-page .page-body .term-list ul li.current-term > * {
	background-color: #26B7C0;
	color: #ffffff;
}
@media (min-width: 768px) {
	.front-page .page-body .term-list ul li a:hover {
		background-color: #26B7C0;
		color: #ffffff;
	}
}
@media (max-width: 767px) {
	.front-page .page-body .term-list {
		margin-bottom: 30px;
	}
	.front-page .page-body .term-list ul li > * {
		font-size: 13px;
	}
}

/* .article-list */
.front-page .page-body .article-list .row {
	padding: 0;
	list-style-type: none;
}
.front-page .page-body .article-list .row > * {
	margin-bottom: 70px;
}
.front-page .page-body .article-list .article-title {
	font-size: 115%;
	line-height: 1.8;
	margin: 20px 0 0 0;
}
.front-page .page-body .article-list .term-list {
	margin: 10px 0 0 0;
}
.front-page .page-body .article-list .term-list ul li {
	margin: 10px 10px 0 0;
}
.front-page .page-body .article-list .term-list ul li > * {
	font-size: 13px;
}
@media (min-width: 768px) {
	.front-page .page-body .article-list .article-title a:hover {
		color: #25B7C0;
	}
}

/*----------------------------------------*/
/* .contents */
/*----------------------------------------*/

@media (max-width: 767px) {
	.section.contents .article-list .row > * {
		margin: 0;
	}
	.section.contents .article-list .row > * dl {
		display: flex;
		border-top: 1px solid #dddddd;
		padding: 15px 0;
	}
	.section.contents .article-list .row > *:last-child dl {
		border-bottom: 1px solid #dddddd;
	}
	.section.contents .article-list dl dt {
		width: 120px;
	}
	.section.contents .article-list dl dt a {
		border-radius: 5px;
	}
	.section.contents .article-list dl dd {
		flex: 1;
		padding-left: 15px;
	}
	.section.contents .article-list .article-title {
		font-size: 14px;
		line-height: 1.4;
		margin: 0 0 5px 0;
	}
	.section.contents .article-list .term-list {
		margin-top: 10px;
	}
	.section.contents .article-list .term-list ul li {
		margin: 5px 5px 0 0;
	}
	.section.contents .article-list .term-list ul li a {
		font-size: 12px;
		padding: 3px 15px;
	}
	.section.contents .btn-wrap {
		margin-top: 50px;
	}
}

/*----------------------------------------*/
/* .exercise */
/*----------------------------------------*/

/* .tab-area */
.section.exercise .tab-area {
	border-bottom: 5px solid #25B7C0;
}
.section.exercise .tab-area ul {
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.section.exercise .tab-area ul li {
	padding: 0 5px;
	width: 50%;
}
.section.exercise .tab-area ul li .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	background-color: #F2E9D8;
	border-radius: 10px 10px 0 0;
	padding: 0 10px;
	height: 45px;
	cursor: pointer;
	transition: 0.3s;
}
.section.exercise .tab-area ul li .tab:hover,
.section.exercise .tab-area ul li .tab.active {
	background-color: #25B7C0;
	color: #ffffff;
	height: 50px;
	margin-bottom: -1px;
}
@media (max-width: 767px) {
	.section.exercise .tab-area ul li .tab {
		font-size: 16px;
		height: 35px;
	}
	.section.exercise .tab-area ul li .tab:hover,
	.section.exercise .tab-area ul li .tab.active {
		height: 40px;
	}
}
.section.exercise .tab-content {
	display: none;
}
.section.exercise .tab-content.show {
	display: block;
}
.section.exercise .tab-content > .term-list {
	margin: 50px 0 40px 0;
}
.section.exercise .article-list .article-title {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.section.exercise .tab-content > .term-list {
		margin: 40px 0 30px 0;
	}
	.section.exercise .btn-wrap {
		margin-top: 30px;
	}
}

/*----------------------------------------*/
/* .section.trainers */
/*----------------------------------------*/

.section.trainers .section-title,
.section.trainers .section-title dl dd h2 {
	color: #ffffff;
}
.section.trainers .row-info {
	color: #ffffff;
	padding-bottom: 110px;
}
.section.trainers .row-info h3 {
	font-size: 28px;
	color: #ffffff;
	margin: 0 0 0.7em 0;
}
.section.trainers .article-list .article-title {
	margin: 20px 0 10px 0;
}
.section.trainers .inner-wrap {
	padding-bottom: 10px;
}
.section.trainers .article-list dl dd p {
	font-size: 14px;
	line-height: 1.8;
}
.section.trainers .article-list .term-list ul li > *::before {
	content: "#";
}
@media (min-width: 768px) {
	.section.trainers .btn-wrap .btn-icon:hover {
		border-color: #ffffff;
	}	
}
@media (max-width: 767px) {
	.section.trainers .color-wrap {
		padding-top: 20px;
	}
	.section.trainers .row-info h3 {
		font-size: 20px;
	}
	.section.trainers .white-wrap .lead-txt {
		margin-bottom: 40px;
	}
	.section.trainers .article-list {
		padding-bottom: 20px;
	}
	.section.trainers .article-list .row > * {
		margin: 0;
	}
	.section.trainers .article-list .row > * > div {
		border-top: 1px solid #dddddd;
		padding: 15px 0;
	}
	.section.trainers .article-list dl {
		display: flex;
	}
	.section.trainers .article-list dl dt {
		width: 80px;
	}
	.section.trainers .article-list dl dt a {
		border-radius: 5px;
		aspect-ratio: 1 /1;
		overflow: hidden;
	}
	.section.trainers .article-list dl dt a img {
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
		height: 100%;
	}
	.section.trainers .article-list dl dd {
		flex: 1;
		padding-left: 15px;
	}
	.section.trainers .article-list .article-title {
		font-size: 14px;
		line-height: 1.5;
		margin: 0 0 5px 0;
	}
	.section.trainers .article-list dl dd p {
		font-size: 12px;
		line-height: 1.6;
		margin: 0;
	}
	.section.trainers .article-list .term-list {
		margin: 10px 0 0 0;
		line-height: 1.4;
	}
	.section.trainers .article-list .term-list ul li {
		margin: 5px 10px 0 0;
	}
	.section.trainers .article-list .term-list ul li > * {
		font-size: 12px;
		padding: 0;
		border: none;
	}
}




