@charset "utf-8";

/*============================
サービス
============================*/
#service {
	padding-bottom: 0.7rem;
}

#service .in {
  max-width: 10.80rem;
}
#service .top_cont .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-bottom: 0.37rem;
	gap: 0.37rem 0;
}
@media screen and (max-width: 640px) {
	#service .top_cont .list {
		gap: 0.20rem 0;
		margin-bottom: 0.20rem;
	}
}

#service .top_cont .list .item {
  max-width: 48%;
  padding: 0.3rem;
  border: 2px solid #6eccc4;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#service .top_cont .list .item {
		max-width: 100%;
		padding: 0.30rem 0.20rem;
	}
}

#service .top_cont .list .item .list_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
	width: 100%;
}
@media screen and (max-width: 640px) {
	#service .top_cont .list .item .list_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
	}
}

#service .top_cont .list .item .ph_wrap {
  width: 100%;
}

#service .top_cont .list .item .text {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
	#service .top_cont .list .item .text {
		font-size: 0.13rem;
		line-height: 1.875;
		margin-top: 0;
	}
}

/* 100％サイズ */
#service .top_cont .list .item.-full {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.30rem 0.60rem;
}
@media screen and (max-width: 640px) {
	#service .top_cont .list .item.-full {
		display: block;
		max-width: 100%;
		padding: 0.30rem 0.20rem;
	}
}

#service .top_cont .list .item.-full .ph_wrap {
	width: 3.00rem;
}
@media screen and (max-width: 640px) {
	#service .top_cont .list .item.-full .ph_wrap {
		width: 100%;
	}
}

#service .top_cont .list .item.-full .txt_box {
	width: calc(100% - 3.20rem);
}
@media screen and (max-width: 640px) {
	#service .top_cont .list .item.-full .txt_box {
		width: 100%;
	}
}

#service .top_cont .list .item.-full .list_title {
	text-align: left;
}
@media screen and (max-width: 640px) {
	#service .top_cont .list .item.-full .list_title {
		text-align: center;
	}
}


/* 講義のテーマ */
#service .theme_wrap {
	margin-bottom: 0.37rem;
	box-sizing: border-box;
	padding: 0.3rem 0.2rem 0.1rem;
	border: 2px solid #6eccc4;
	border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
	#service .theme_wrap {
		margin-bottom: 0.20rem;
	}
}

#service .theme_wrap .theme_title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	#service .theme_wrap .theme_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
	}
}

#service .theme_wrap .theme_cont {
	display: flex;
	flex-wrap: wrap;
}

#service .theme_wrap .theme_cont .left_cont {
	width: 59%;
	padding-right: 0.3rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#service .theme_wrap .theme_cont .left_cont {
		width: 100%;
		padding-right: 0;
	}
}

#service .theme_wrap .theme_cont .left_cont .list {
	margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
	#service .theme_wrap .theme_cont .left_cont .list {
		margin-bottom: 0.3rem;
	}
}

#service .theme_wrap .theme_cont .left_cont .list .item {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.1rem;
	position: relative;
	display: flex;
}
@media screen and (max-width: 640px) {
	#service .theme_wrap .theme_cont .left_cont .list .item {
		font-size: 0.14rem;
		line-height: 1.75;
		margin-bottom: 0.06rem;
	}
}

#service .theme_wrap .theme_cont .left_cont .list .item::before {
	content: "●";
	font-size: 0.2rem;
	color: #6eccc4;
	line-height: 1;
	position: relative;
	top: 0.05rem;
	display: inline-block;
	padding-right: 0.1rem;
}
@media screen and (max-width: 640px) {
	#service .theme_wrap .theme_cont .left_cont .list .item::before {
		font-size: 0.14rem;
		padding-right: 0.06rem;
	}
}

#service .theme_wrap .theme_cont .right_cont {
	width: 41%;
}
@media screen and (max-width: 640px) {
	#service .theme_wrap .theme_cont .right_cont {
		width: 100%;
	}
}

#service .theme_wrap .theme_cont .right_cont .right_title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.18rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 0.15rem;
}

#service .theme_wrap .theme_cont .right_cont .text {
	font-size: 0.14rem;
	line-height: 2;
	margin-top: 0.1rem;
	background: #E6F7F6;
	padding: 0.1rem 0.2rem;
	padding-top: 0.3rem;
	border-radius: 0.1rem;
	box-sizing: border-box;
	position: relative;
	top: -0.25rem;
	z-index: -1;
}
@media screen and (max-width: 640px) {
	#service .theme_wrap .theme_cont .right_cont .text {
		line-height: 1.875;
	}
}

/* 派遣時の費用 */
#service .haken_wrap {
	margin-bottom: 0.37rem;
	box-sizing: border-box; 
	padding: 0.3rem 0.2rem 0.1rem;
	border: 2px solid #6eccc4;
	border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
	#service .haken_wrap {
		margin-bottom: 0;
	}
}

#service .haken_wrap .haken_title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	#service .haken_wrap .haken_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
	}
}

#service .haken_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-top: 0.1rem;
	padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  position: relative;
  z-index: -1;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#service .haken_wrap .text {
		font-size: 0.14rem;
		line-height: 1.75;
	}
}


/*============================
講師派遣の流れ
============================*/
#flow {
	background: #F2FBFA;
	padding-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
	#flow {
		padding-bottom: 0.4rem;
	}
}


#flow .in {
	max-width: 10.80rem;
}

#flow .flow_cont .flow_item {
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item {
		margin-bottom: 0.2rem;
	}
}

#flow .flow_cont .flow_item .item_wrap .title_wrap {
	display: flex;
	gap: 0 0.2rem;
	box-sizing: border-box;
	align-items: center;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item .item_wrap .title_wrap {
		gap: 0 0.1rem;
	}
}

#flow .flow_cont .flow_item  .no {
	font-family: "Inter", sans-serif;
	font-size: 0.3rem;
	display: inline-block;
  width: 0.65rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #6eccc4;
	color: #fff;
  text-align:center;
  line-height: 0.6rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .no {
		font-size: 0.2rem;
		width: 0.46rem;
		height: 0.4rem;
		line-height: 0.4rem;
	}
}

#flow .flow_cont .flow_item  .title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.26rem;
	letter-spacing: 0.06em;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	width: 100%;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .title {
		font-size: 0.20rem;
		font-weight: 500;
	}
}

#flow .flow_cont .flow_item  .text_wrap {
	margin-left: 0.8rem;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .text_wrap {
		margin-left: 0;
	}
}

#flow .flow_cont .flow_item  .text_wrap .tag {
	width: 1rem;
	margin-right: 0.2rem;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .text_wrap .tag {
		width: 0.6rem;
		margin-right: 0.1rem;
	}
}

#flow .flow_cont .flow_item  .text_wrap .tag span {
	font-size: 0.16rem;
	font-weight: 500;
	width: 100%;
	display: inline-block;
	background: #FF9D00;
	color: #fff;
	padding: 0.07rem 0;
	text-align: center;
	border-radius: 0.1rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .text_wrap .tag span {
		font-size: 0.14rem;
		border-radius: 0.06rem;
	}
}

#flow .flow_cont .flow_item  .text_wrap .tag.tag_02 span {
	background: #2E72DE;
}

#flow .flow_cont .flow_item  .text_wrap h5 {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .text_wrap h5 {
		font-size: 0.16rem;
		width: calc(100% - 0.70rem);
		margin-bottom: 0;
	}
}

#flow .flow_cont .flow_item  .text_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	width: calc(100% - 1.2rem);
	margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .text_wrap .text {
		font-size: 0.14rem;
		line-height: 1.75;
		width: calc(100% - 0.7rem);
		margin-bottom: 0.1rem;
		padding-top: 0.02rem;
	}
}

#flow .flow_cont .flow_item  .text_wrap .text a {
	color: #000;
	text-decoration: underline;
	transition: all 0.3s ease;
}

#flow .flow_cont .flow_item  .text_wrap .text a .small{
	font-size: 0.14rem;
}

#flow .flow_cont .flow_item  .text_wrap .text a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#flow .flow_cont .flow_item  .text_wrap .note {
	font-size: 0.14rem;
	line-height: 2;
	display: block;
}

#flow .flow_cont .flow_item  .text_wrap .text_box {
	width: calc(100% - 1.20rem);
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .text_wrap .text_box {
		width: calc(100% - 0.70rem);
	}
	#flow .flow_cont .flow_item  .text_wrap .text_box .text {
		width: 100%;
	}
}

#flow .flow_cont .flow_item  .text_wrap .text_box .box:nth-child(2) {
	margin-top: 0.4rem;
}

#flow .flow_cont .flow_item  .btn a {
	margin: 0.9rem auto 0;
}
@media screen and (max-width: 640px) {
	#flow .flow_cont .flow_item  .btn a {
		margin: 0.3rem auto 0;
	}
}

#flow {
	.data_wrap {
		background-color: #FFF;
		border-radius: 0.20rem;
		padding: 0.50rem;
		margin-top: 0.60rem;
		border: 2px solid #6eccc4;
		box-sizing: border-box;
		position: relative;
		@media screen and (max-width: 640px) {
			border-radius: 0.10rem;
			padding: 0.50rem 0.20rem 0.30rem;
			margin-top: 0.40rem;
			border: 1px solid #6eccc4;
		}
		&::before {
			content: "";
			width: 1.10rem;
			height: 1.20rem;
			background-image: url(../img/instructor/data_deco.svg);
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			position: absolute;
			top: -0.20rem;
			right: 0.50rem;
			z-index: 1;
			@media screen and (max-width: 640px) {
				width: 0.60rem;
				height: 0.70rem;
				right: auto;
				left: 52%;
				top: -0.35rem;
				transform: translateX(-50%);
			}
		}
		.data_ttl {
			font-size: 0.26rem;
			font-weight: 700;
			text-align: center;
			padding-bottom: 0.20rem;
			@media screen and (max-width: 640px) {
				font-size: 0.20rem;
				line-height: 1.45;
				padding-bottom: 0;
			}
		}
		.link_wrap {
			padding: 0.30rem 0;
			@media screen and (max-width: 640px) {
				padding: 0.20rem 0;
			}
			.link_ttl {
				font-size: 0.20rem;
				font-weight: 700;
				color: #6eccc4;
				text-align: center;
				padding-bottom: 0.10rem;
				border-bottom: 1px solid #6eccc4;
				@media screen and (max-width: 640px) {
					font-size: 0.16rem;
				}
			}
			.link_list {
				display: flex;
				flex-wrap: wrap;
				gap: 0.20rem 0;
				justify-content: space-between;
				padding-top: 0.20rem;
				@media screen and (max-width: 640px) {
					gap: 0.15rem;
				}
				.link {
					width: 33%;
					@media screen and (max-width: 640px) {
						width: 100%;
					}
					a {
						font-size: 0.15rem;
						font-weight: 500;
						text-decoration: underline;
						color: #1A1A1A;
						line-height: 1.5;
						@media screen and (max-width: 640px) {
							font-size: 0.14rem;
							line-height: 1.4;
						}
						&:hover {
							text-decoration: none;
						}
						&::before {
							content: "";
							width: 0;
							height: 0;
							border-style: solid;
							border-top: 5px solid transparent;
							border-bottom: 5px solid transparent;
							border-left: 6px solid #6eccc4;
							border-right: 0;
							display: inline-block;
							position: relative;
							margin-right: 0.10rem;
							@media screen and (max-width: 640px) {
								border-top: 4px solid transparent;
								border-bottom: 4px solid transparent;
								border-left: 4px solid #6eccc4;
							}
						}
						&::after {
							content: "";
							width: 0.20rem;
							height: 0.12rem;
							background-image: url(../common/img/icon_newwin_black.svg);
							background-position: right center;
							background-repeat: no-repeat;
							background-size: contain;
							display: inline-block;
							position: relative;
							@media screen and (max-width: 640px) {
								width: 0.18rem;
								height: 0.10rem;
							}
						}
					}
				}
			}
		}
		.media_list {
			padding-top: 0.30rem;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			gap: 0.20rem 0;
			@media screen and (max-width: 640px) {
				gap: 0.15rem 0;
			}
			.media_ttl {
				font-size: 0.20rem;
				font-weight: 700;
				color: #6eccc4;
				text-align: center;
				padding-bottom: 0.10rem;
				border-bottom: 1px solid #6eccc4;
				width: 100%;
				@media screen and (max-width: 640px) {
					font-size: 0.16rem;
				}
			}
			.media {
				width: 33%;
				@media screen and (max-width: 640px) {
					width: 100%;
				}
				a {
					font-size: 0.15rem;
					font-weight: 500;
					text-decoration: underline;
					color: #1A1A1A;
					line-height: 1.5;
					@media screen and (max-width: 640px) {
						font-size: 0.14rem;
						line-height: 1.4;
					}
					&:hover {
						text-decoration: none;
					}
					&::before {
						content: "PDF";
						font-family: "Inter", sans-serif;
						font-size: 0.11rem;
						font-weight: 600;
						color: #FFF;
						background-color: crimson;
						padding: 0.03rem;
						border-radius: 0.03rem;
						display: inline-block;
						position: relative;
						line-height: 1;
						margin-right: 0.08rem;
						top: -0.02rem;
					}
				}
			}
		}
	}
}