@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #333;
	line-height: 1.75;
}


@media screen and (max-width:520px) {
	body {
		font-size: 1.4rem;
	}

}

header {
	border-bottom: 1px solid #ccc;
	position: fixed;
	display: block;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}

img {
	margin: 0 auto;
}


h2 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 2.5em;
	letter-spacing: 0.05em;
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
}


h2>span {
	border-radius: 50%;
	width: 88px;
	height: 88px;
	text-align: center;
	background-color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	border: 4px solid #37A0DA;
	line-height: initial;
	padding-bottom: 6px;
}

section {
	margin-bottom: 40px;
}

p {
	font-size: 1em;
	line-height: 1.75;
	margin: 1.25em 0;
	letter-spacing: 0.02em;
}

main {
	/*background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
	background-image: url(../img/common/back.svg);
	background-size: 40px 40px;
	background-repeat: repeat;
	background-position: center center;*/
	position: relative;
}

main:after {
	position: fixed;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background-image: url(../img/common/back.svg);
	background-size: 32px 32px;
	background-repeat: repeat;
	background-position: center center;
	z-index: -1;
}





.format-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.format-list-item {
	font-weight: bold;
	font-size: 1em;
	border-radius: 27px;
	background-color: #37A0DA;
	color: #fff;
	text-align: center;
	padding: 4px 20px;
	letter-spacing: 0.05em;
}


.info {
	font-size: 1em;
	padding: 0 0 0 20px;
	letter-spacing: 0.05em;
	border-left: 2px solid #92C6EC;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


.flow {}

.flow-text-list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px;
}

.flow-text-list-item {
	width: 23%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.flow-text-list-item::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	transform: rotate(45deg);
	display: block;
	right: -15px;
	top: calc(50% - 4px);
	position: absolute;
}

.flow-text-list-item:last-child::after {
	content: none;
}


.list-item-number {
	color: #FFF7A4;
	background-color: #37A0DA;
	width: fit-content;
	padding: 4px 24px 4px;
	border-top-left-radius: 12px;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	border-top-right-radius: 12px;
}

.list-item-content {
	flex-basis: unset;
	display: flex;
	flex-direction: column;
	background-color: #9ccce9;
	flex-grow: 1;
	border-radius: 8px;
	border-top-left-radius: 0;
	padding: 20px;
	box-shadow: 0px 8px 15px -7px rgba(0, 0, 0, 0.3);
}


.flow-text-list-item.---color_02 .list-item-number {
	background-color: #00AF95;
}

.flow-text-list-item.---color_02 .list-item-content {
	background-color: #bae2c0;
}

.headline_3 {
	text-align: center;
	font-size: 2em;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}

.headline_3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background-color: #92C6EC;
	border-radius: 7px;
}




.content-title h4 {
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	font-size: 1.1em;
	padding: 4px 12px;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 26px;
	text-align: center;
	color: #333;
}

.content-title img {
	width: 120px;
	margin: 0 auto;
}


.content-text p {
	font-size: 15px;
}

.cnv {
	text-align: center;
	padding: 60px;
	display: block;
	border-radius: 12px;
}

.cnv a {
	background-color: #37A0DA;
	padding: 20px 40px;
	font-size: 1.75em;
	font-weight: bold;
	color: #fff;
	border-radius: 100px;
	letter-spacing: 0.05em;
	display: block;
	box-shadow: 0px 10px 19px -7px rgba(0, 0, 0, 0.3);
	position: relative;
	transition: all 0.2s;
	max-width: 680px;
	margin: 0 auto;
}

.cnv a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 40px;
	top: calc(50% - 4px);
	display: block;
}

.cnv a:hover {
	background-color: #494B66;
	box-shadow: none;
}


@media screen and (max-width:1000px) {




	h2 {
		font-size: 1.9em;
	}

	.format-list {
		display: flex;
		flex-direction: row;
	}

	.format-list-item {
		width: 150px;
	}

	.flow-text-list {
		flex-direction: column;
	}

	.flow-text-list-item {
		width: 100%;
	}


	.list-item-content {
		display: flex;
		flex-direction: row;
		gap: 40px;
		align-items: baseline;
	}


	.flow-text-list-item::after {
		content: "";
		transform: rotate(135deg);
		top: auto;
		bottom: -28px;
		right: calc(50% - 4px);
	}

	.content-title {
		width: 200px;
		display: flex;
		flex-direction: column-reverse;
	}

	.content-text {
		flex: 1;
	}

	.content-title h4 {
		margin-top: 0;
		margin-bottom: 20px;
	}
}


@media screen and (max-width:520px) {
	p {
		font-size: 14px;
	}

	h2 {
		gap: 20px;
		flex-direction: column;
		text-align: center;
		font-size: 1.6em;
	}


	.format-list-item {
		width: 120px;
		font-size: 0.8em;
	}

	.headline_3 {
		font-size: 1.6em;
	}

	.flow {
		padding: 20px;
	}

	.list-item-content {
		/* justify-content: center; */
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	.list-item-content {
		gap: 0;
	}

	.content-title h4 {
		margin-bottom: 8px;
	}

	.cnv {
		padding: 80px 20px;
	}

	.cnv a {
		font-size: 1.3em;
	}

}


/*-------------------------------------------------

各ページ共通

-------------------------------------------------*/
.sp-only {
	display: none;
}

.pc-only {
	display: block;
}



.l-header {
	padding: 20px;
	display: flex;
}


@media screen and (max-width:1000px) {
	.l-header {
		height: 80px;
		text-align: center;
		justify-content: center;
		/* padding: 40px; */
		align-items: center;
	}

	.l-header h1 img {
		width: 160px;
	}
}



section {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 60px 0;
}




.section-inner {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {
	section {
		max-width: 100%;
		padding: 20px;
	}

	section:has(.section-inner) {
		padding: 60px 0;
	}

	.section-inner {
		width: 100%;
		padding: 20px;
	}

	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}

}

@media screen and (max-width:520px) {}


.font-color {
	color: #37A0DA;
}

footer {
	padding: 20px;
	background-color: #555;
	text-align: center;
}

footer>p {
	font-size: 0.8em;
	color: #fff;
}


/*背景が薄緑色のセクション*/
.service {
	background-color: #f1f9f9;
	width: 100%;
	padding-top: 96px;
	padding-bottom: 96px;
}

/*中央揃えのセクション*/
.center {
	text-align: center;
}


/*-------------------------------------------------

トップページ

-------------------------------------------------*/

.top-title {
	text-align: center;
	padding: 160px 20px 80px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;

}

.top-title:after {
	display: block;
	content: "";
	width: 1px;
	height: 60px;
	background-color: #555;
	position: absolute;
	bottom: -3%;
	z-index: +1;
}

.top-title p {
	margin: 0 auto;
}

.font-large {
	font-size: clamp(20px, 13vw, 80px);
	line-height: 1.5;
	margin-top: clamp(8px, 4vw, 20px);
	display: block;
	color: #333;
}

.top-title-ul {
	border-bottom: 1px solid;
	width: fit-content;
	margin: 0 auto;
}


.top-title-list {
	margin: 60px auto 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	justify-content: center;
	display: flex;
	width: 80%;
}

.top-title-content {
	border-radius: 20px;
	overflow: hidden;
}


.top-title-list-item {
	width: 30%;
	font-size: 1.25em;
	color: #fff;
	white-space: nowrap;
	letter-spacing: 0.05em;
	box-sizing: revert-layer;
	line-height: normal;
}

.top-title-img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.top-title-text {
	font-size: clamp(14px, 2.5vw, 24px);
	width: 100%;
	white-space: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(13px, 2vw, 24px);
	white-space: nowrap;
}

.top-title-attention {
	font-size: 11px;
	color: #000;
	text-align: right;
	letter-spacing: normal;
	font-family: 'Noto Sans JP';
	font-weight: normal;
	padding: 4px 12px;
}

.---bkcolor01 {
	background-color: #40cad8;
}

.---bkcolor02 {
	background-color: #4ac28e;
}

.---bkcolor03 {
	background-color: #3ab4e5;
}



@media screen and (max-width:520px) {

	.top-title {
		padding-top: clamp(100px, 24vw, 120px);
		padding-bottom: 40px;
	}

	.top-title p {
		font-size: clamp(10px, 7vw, 32px);
	}

	.top-title:after {
		height: 40px;
		bottom: -2%;
	}

	.top-title-content {
		border-radius: 12px;
	}

	.top-title-list {
		flex-wrap: wrap;
		gap: 8px;
		width: 90%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.top-title-list-item {
		width: 48%;
		font-size: 0.8em;
		flex: inherit;
	}

	.top-title p.top-info {
		font-size: 1em;
	}

	.top-title-attention {
		font-size: 9px;
	}

}

.top-info {
	margin: 0 auto;
	font-size: 1.1em;
	color: #555;
	letter-spacing: 0.05em;
	line-height: 2em;
}

.top-info p {
	margin: 0 auto;
	width: fit-content;
	font-size: 1.1em;
	line-height: 2em;
	color: #555;
	margin-top: 28px;
	text-align: center;
}




.service-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.service-list-item a {
	display: block;
}

/*
.service-list-item>a {
	border-radius: 16px;
	background-color: darkturquoise;
	padding: 36px;
	box-shadow: 0px 10px 12px -11px rgba(0, 0, 0, 0.3);
	position: relative;
	display: block;
	transition: all 0.2s;
}

.service-list-item>a:hover {
	box-shadow: none;
}

*/



.service-number {
	position: absolute;
	z-index: +1;
	font-weight: bold;
	display: flex;
	background-color: #40cad8;
	width: 80px;
	height: 80px;
	border-radius: 81px;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	letter-spacing: 0.1em;
	left: -20px;
	top: -20px;
}


#service01,
#service02,
#service03 {
	scroll-margin-top: 120px;
}

.service-list-item.---service01 .service-number {
	background-color: #40cad8;
}


.service-list-item.---service02 .service-number {
	background-color: #4ac28e;
}


.service-list-item.---service03 .service-number {
	background-color: #3ab4e5;
}


.service-container {
	gap: 40px;
	display: flex;
	padding: 36px;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.2s;
	align-items: center;
	box-shadow: 0px 10px 12px -11px rgba(0, 0, 0, 0.3);
}

.service-container:hover {
	box-shadow: none;
}




.service-img {
	width: 160px;
	height: auto;
	padding: 0px;
	border-radius: 12px;
}

.service-text {
	font-size: 18px;
	flex: 1;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.service-text-title {
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-family: "Zen Maru Gothic", serif;
	width: 100%;
	margin-top: 8px;
}

.service-btn {
	border: 1px solid;
	right: 0;
	padding: 12px 40px;
	bottom: 0;
	border-radius: 48px;
	color: #fff;
	display: flex;
	justify-content: center;
	gap: 16px;
	align-items: center;
	font-size: 14px;
	/* margin-top: 12px; */
	font-weight: bold;
	padding-right: 30px;
	letter-spacing: 0.05em;
	background-color: #40cad8;
}

.service-btn:after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: block;
	transform: rotate(45deg);
}



.service-list-item.---service01 .service-container {
	background-color: #8fdfe7;
}

.service-list-item.---service01 .service-container:hover {
	background-color: #40cad8;
}

.service-list-item.---service01 .service-container .service-btn {
	background-color: #40cad8;
}

.service-list-item.---service02 .service-container {
	background-color: #95d9ba;
}

.service-list-item.---service02 .service-container:hover {
	background-color: #4ac28e;
}

.service-list-item.---service02 .service-container .service-btn {
	background-color: #4ac28e;
}


.service-list-item.---service03 .service-container {
	background-color: #80cdee;
}

.service-list-item.---service03 .service-container:hover {
	background-color: #3ab4e5;
}

.service-list-item.---service03 .service-container .service-btn {
	background-color: #3ab4e5;
}



@media screen and (max-width:520px) {
	.service-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0;
		padding: 20px;
		padding-top: 80px;
	}

	/*.service-list-item>a {
		padding: 20px;
		padding-top: 80px;
	}
		*/

	.service-number {
		left: calc(50% - 40px);
	}

	.service-img {
		width: clamp(100px, 40vw, 180px);
	}

	.service-text {
		font-size: 16px;
		align-items: center;
	}

	.service-text-title {
		font-size: clamp(16px, 8vw, 34px);
		margin-top: 20px;
	}

}


.top-table {
	border-collapse: collapse;
}

.top-table tr {
	border-bottom: 1px solid #ddd;
}

.top-table th {
	display: flex;
	padding: 20px;
	font-size: 1.1em;
}

.top-table td {
	padding: 20px;
}



@media screen and (max-width:520px) {


	.top-table tr {
		padding: 20px 0;
		display: flex;
		flex-direction: column;
	}

	.top-table th {
		padding: 8px 0;
	}

	.top-table td {
		padding: 8px 0;
	}

	.contact-flow-list {
		gap: 20px;
	}
}


.contact {
	width: 100%;
}

.contact-flow-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-flow--title {
	background-color: darkturquoise;
	width: fit-content;
	padding: 4px 16px;
	border-radius: 21px;
	margin-bottom: 8px;
	color: #fff;
}

.contact-flow-text {
	border-left: 2px dotted #ccc;
	margin-left: 24px;
	padding: 20px 0 20px 36px;
}

.contact-flow-item:nth-child(3) .contact-flow-text {
	border: none;
}

.cnv-btn-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;

	width: max-content;
}

.cnv-btn-list-item a {
	display: block;
	color: #fff;
	border-radius: 4px;
	padding: 12px 20px;
	/* color: #40cad8; */
	box-shadow: 0px 10px 8px -11px rgba(0, 0, 0, 0.3);
	position: relative;
	padding-right: 48px;
	transition: all 0.2s;
}

.cnv-btn-list-item a::after {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	right: 20px;
	top: calc(50% - 4px);

}



.cnv-btn-list-item a:hover {
	box-shadow: none;
	opacity: 0.7;
}


.cnv-btn-list-item.---service01 a {
	background-color: #40cad8;
}

.cnv-btn-list-item.---service02 a {
	background-color: #4ac28e;
}


.cnv-btn-list-item.---service03 a {
	background-color: #3ab4e5;
}

@media screen and (max-width:520px) {
	.contact {
		padding: 0;
	}

	.contact-flow-text {
		padding: 20px 0 20px 20px;
		margin-left: 4px;
	}

	.cnv-btn-list {
		width: auto;
	}

}

/*.inquiry {
	width: 100%;
	background-color: #f1f9f9;
	padding: 96px 0;
}*/

.inquiry_box {
	margin: 60px auto 20px;
}

.inquiry_subtitle {
	text-align: center;
	color: darkturquoise;
	font-size: 1.25em;
	/* border-bottom: 1px solid; */
	display: block;
	margin-top: 0;
	padding-bottom: 16px;
}

.inquiry_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2.5%;
}

.inquiry_item {
	width: 48.25%;
	background-color: #fff;
	padding: 60px 40px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.inquiry_item_text {
	font-size: clamp(18px, 3vw, 24px);
	letter-spacing: 0.05em;
	font-weight: bold;
	border-bottom: 1px solid darkturquoise;
	width: fit-content;

}

.inquiry_item_text a {
	transition: all 0.2s;
	color: darkturquoise;
}

.inquiry_item_text a:hover {
	opacity: 0.6;
}

.inquiry_item_icon {
	width: 40px;
}



@media (min-width: 521px) {
	.inquiry_item_text a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}

	.inquiry_item_text a[href*="tel:"]:hover {
		opacity: 1;
	}
}

@media screen and (max-width:520px) {
	.inquiry {
		padding: 0;
	}

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

	.inquiry_subtitle {
		font-size: clamp(14px, 5vw, 20px);
		margin-top: 20px;
		padding-bottom: 0;
	}

	.inquiry_item {
		width: 100%;
		margin-top: 20px;
	}
}

/*-------------------------------------------------

下層ページ

-------------------------------------------------*/

.page-title {
	display: flex;
	background-color: #b9eaed;
	padding: 120px 0 40px;
	justify-content: center;
	width: 100%;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 40px;
}

.breadcrumb {
	font-size: 0.9em;
}

.breadcrumb a {
	border-bottom: 1px solid;
}

.headline {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 40px auto;
	gap: 36px;
	align-items: center;
}


.headline_number {
	background-color: darkturquoise;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.headline h2 {
	font-size: 3.5em;
}


@media screen and (max-width:1000px) {
	.page-title {
		background-size: 30%;
		background-position: right bottom;
		padding-top: 80px;
	}

	.headline {
		flex-direction: column;
	}

	.breadcrumb {
		font-size: 0.8em;
	}
}

@media screen and (max-width:520px) {
	.headline {
		gap: 20px;
	}

	.headline_number {
		width: 60px;
		height: 60px;
		font-size: 1em;
	}

	.headline h2 {
		font-size: 1.9em;
	}
}


.page-info {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

.page-catch {
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	border-bottom: 1px solid;
	padding-bottom: 12px;
}

.theme {
	background-color: #f1f9f9;
	padding: 40px;
	border-radius: 16px;
	text-align: center;
	margin-bottom: 40px;
}

a.link_underline {
	border-bottom: 1px solid;
	font-size: 1.1em;
	margin: 40px auto;
	display: inline-block;
	transition: all 0.2s;
}

a.link_underline:hover {
	color: #40cad8;
}

a.link_underline:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	right: -15px;
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	transform: rotate(45deg);
}


.theme_table {
	width: 100%;
	border-collapse: collapse;
	margin: 40px auto 0;
}

.theme_table tr th {
	font-weight: normal;
	padding: 12px;
	border: 1px solid #ccc;
	background-color: #d3e5ef;
}


.theme_table tr td {
	padding: 12px;
	border: 1px solid #ccc;
	background-color: #fff;
}

@media screen and (max-width:520px) {
	.theme {
		width: calc(100% - 40px);
		padding: 20px;
	}


	.theme_table tr {
		display: flex;
		flex-direction: column;
		font-size: 14px;
	}

	.theme_table tr th {
		margin-top: 8px;
	}

	.theme_table tr td {
		border-top: none;
	}


	.page-catch {
		font-size: 1.25em;
	}
}






.program_table {
	width: 100%;
	border-collapse: collapse;
	margin: 40px auto 0px;
	text-align: left;
}

.program_table tr td {
	padding: 12px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.program_table tr:nth-child(2n)>td {
	background-color: #f9f9f9;
}

.program_table tr th {
	background-color: #00AF95;
	color: #fff;
	padding: 16px;
	text-align: center;
	border: 1px solid #ddd;
}


.program_table tr th:nth-child(1) {
	width: 18%;
}


.program_table tr th:last-child {
	border-right: 1px solid #ccc;
}



@media screen and (max-width:520px) {

	.program_table {
		margin: 0 auto;
	}

	.program_table tr {
		font-size: 14px;
	}

	.program_table tr td:nth-child(1) {
		width: 35%;

	}

}

/*
.program_list_item {
	display: flex;
	gap: 10px;
	align-items: center;
	padding-left: 8px;
}

.program_list_item:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #00AF95;
	border-radius: 8px;

}
*/


.program_flow {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 40px auto;
}

.program_flow-item {
	background-color: #00AF95;
	border-radius: 219px;
	width: 160px;
	/* height: 200px; */
	aspect-ratio: 1;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.1em;
	box-shadow: 0px 8px 15px -7px rgba(0, 0, 0, 0.3);

}

.program_flow-item::after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #00AF95;
	/* transform: rotate(45deg); */
	display: block;
	right: -46px;
	top: 50%;
	position: absolute;
}

.program_flow-item:last-child::after {
	content: none;
}


@media screen and (max-width:520px) {


	.program_flow {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.program_flow-item {
		width: 120px;
		font-size: 14px;
	}

	.program_flow-item::after {
		width: 1px;
		height: 30px;
		top: 120px;
		right: 50%;
	}
}



.lecture {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.category {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 40px 0;
	display: block;
}

.category thead {
	letter-spacing: 0.1em;
	padding: 4px 16px;
	display: block;
	border-left: 2px solid;
	color: #555;
	font-size: 20px;
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
}

.category tbody {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}


.category tr {
	display: flex;
}

.category tr td {
	display: table-cell;
	padding: 12px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 20em;
}


.category tr td:nth-child(1) {
	font-weight: normal;
	padding: 12px;
	color: #fff;
	background-color: #40cad8;
}

.category tr td:nth-child(2) {
	width: 50%;
}

.category tr td:nth-child(3) {
	width: 40%;
}


@media screen and (max-width:520px) {

	.lecture {
		width: 100%;
		padding: 0;
	}

	.category thead {
		width: calc(100% - 40px);
		margin-bottom: 0;
	}

	.category tbody {
		padding: 20px;
	}
}


.filter li {
	cursor: pointer;
	position: relative;
}

.filter li:before {
	position: absolute;
	content: "#";
	left: 12px;

}

.category tr {
	display: none;
}

.category tr.is-show {
	display: block;
}


.filter {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.filter li {
	padding: 4px 16px 4px 20px;
	display: inline-block;
	border-radius: 20px;
	font-size: 12px;
	color: #40cad8;
	margin-bottom: 4px;
	background-color: #fff;
	border: 1px solid;
	transition: all 0.2s;
}

.filter li:hover {
	background-color: #f1f9f9;
}

.filter li.is-active {
	color: #fff;
	background-color: #40cad8;
}

.is-show {
	display: table-row;
}

.category tr {
	display: none;
}

#show-all-button {
	display: none;
	margin: 40px auto;
	padding: 12px 20px;
	background-color: lightblue;
	cursor: pointer;
}

.hidden {
	display: none;
}




@media screen and (max-width:520px) {
	.category {
		font-size: 14px;
		padding-bottom: 0;
	}

	.category thead {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.category tr.is-show {
		display: flex;
		flex-direction: column;
	}

	.category tr td {
		padding: 8px;
		font-size: 12px;
		width: 100%;
	}

	.category tr td:nth-child(2) {
		padding: 8px;
		font-size: 12px;
		width: 100%;
	}

	.category tr td:nth-child(3) {
		padding: 8px;
		font-size: 12px;
		width: 100%;
		margin-bottom: 20px;
	}

	.filter li {
		padding: 2px 16px 2px 20px;
		margin: 0;
	}
}



.extra-buttons {
	padding: 26px;
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 20px;
	background-color: #40cad8;
}

.extra-buttons>button {
	padding: 22px;
	display: block;
	width: 48%;
	border-radius: 84px;
	max-width: 480px;
	box-shadow: 0px 6px 9px -7px rgba(0, 0, 0, 0.3);
	position: relative;
	transition: all 0.2s;
}

.extra-buttons>button:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	right: 32px;
	top: calc(50% - 4px);
}

.extra-buttons>button:hover {
	opacity: 0.6;
}

.extra-buttons>button:nth-child(1) {
	background-color: coral;
	color: #fff;
}

.extra-buttons>button:nth-child(2) {
	background-color: #fff;
}

.extra-buttons>button:nth-child(1):after {
	transform: rotate(45deg);
}

.extra-buttons>button:nth-child(2):after {
	border-color: #3ab4e5;
	transform: rotate(-45deg);
}



@media screen and (max-width:520px) {
	.extra-buttons {
		padding: 20px;
		gap: 8px;
	}

	.extra-buttons>button {
		padding: 12px;
		font-size: 12px;
		padding-right: 32px;
	}

	.extra-buttons>button:after {
		content: "";
		width: 6px;
		height: 6px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		position: absolute;
		right: 20px;
		top: calc(50% - 3px);
	}

}


.th-list {
	padding: 40px;
	margin-top: 40px;
	background-color: #40cad8;
	width: 100%;
}

#th-list-container {
	display: flex;
	/* max-width: 1000px; */
	flex-wrap: wrap;
	gap: 8px;
	/* margin: 60px auto; */
	max-width: 1000px;
	margin: 0 auto;
}

#th-list-container>li {
	background-color: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

#th-list-container>li>a {
	display: block;
	padding: 8px 36px 8px 12px;
	font-size: 14px;
	position: relative;
}

#th-list-container>li>a:hover {
	opacity: 0.6;
}

#th-list-container>li>a:after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #3ab4e5;
	border-bottom: 1px solid #3ab4e5;
	transform: rotate(45deg);
	right: 12px;
	top: calc(50% - 3px);
}

@media screen and (max-width:520px) {
	.th-list {
		padding: 20px;
	}

	#th-list-container {
		gap: 4px;
	}

	#th-list-container>li>a {
		display: block;
		padding: 4px 28px 4px 12px;
		font-size: 12px;
		position: relative;
	}
}

.back {
	font-size: 1.75em;
	padding: 8px 14px;
	width: fit-content;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
	/*border-bottom: 1px solid;*/
	display: flex;
	gap: 16px;
	align-items: center;
}

.back a {
	transition: all 0.2s;
}

.back a:hover {
	opacity: 0.6;
}

.back:before {
	content: "";
	background-image: url(../img/common/arrow.svg);
	width: 28px;
	height: 28px;
	background-size: cover;
	background-position: center;
}


/*-------------------------------------------------

下層ページの色指定

-------------------------------------------------*/

/*---------------------------*/

#onsite_lecture .page-title {
	background-color: #b9eaed;
	background-image: url(../img/service01.svg);
}


#onsite_lecture .headline_number {
	background-color: #40cad8;
}

#onsite_lecture .cnv a {
	background-color: #40cad8;
}

#onsite_lecture .format-list-item {
	background-color: #40cad8;
}

#onsite_lecture .page-catch {
	border-color: #40cad8;
}

#onsite_lecture .headline_3::after {
	background-color: #40cad8;
}

/*出張職業体験---------------------------*/

#onsite_jobtrial .page-title {
	background-color: #ccf0d1;
	background-image: url(../img/service02.svg);
}


#onsite_jobtrial .headline_number {
	background-color: #00AF95;
}

#onsite_jobtrial .cnv a {
	background-color: #00AF95;
}

#onsite_jobtrial .format-list-item {
	background-color: #00AF95;
}

#onsite_jobtrial .page-catch {
	border-color: #00AF95;
}


#onsite_jobtrial .headline_3::after {
	background-color: #00AF95;
}

/*出張職業体験---------------------------*/

#learning-support .page-title {
	background-color: #d3e5ef;
	background-image: url(../img/service03.svg);
}


#learning-support .headline_number {
	background-color: #37A0DA;
}

#learning-support .cnv a {
	background-color: #37A0DA;
}

#learning-support .format-list-item {
	background-color: #37A0DA;
}

#learning-support .page-catch {
	border-color: #37A0DA;
}


#learning-support .headline_3::after {
	background-color: #37A0DA;
}