/*======================
メインビジュアル部分
======================*/
.main-img{
	height: 365px;
	position: relative;
	padding-left: 5vw; }
.main-img .inner{
	padding: 0 14px 0 3vw;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0; }
.main-img .title01{
	font-size: 24px;
	line-height: 1;
	position: relative; }
.main-img .title01 span.en{
	margin-top: -0.3725em;
	line-height: 1;
	position: relative;
	font-size: 60px;
	display: block;
	top: 0; }
.main-img .bg{
	position: absolute;
	right: 0;
	background: #ccc;
	z-index: -1;
	top: 0;
	width: 92.1875vw;
	height: 365px;
	margin: 0; }
.pankuzu{
	gap: 0.5em;
	font-size: 14px;
	padding: 1.25em 3vw;
	display: flex; }
.pankuzu_item:nth-child(n+2){
	position: relative;
	padding-left: 1em;
}
.pankuzu a{ color: #28be8e; }
.pankuzu a:hover{ text-decoration: underline; }
.pankuzu_item:nth-child(n+2)::before{
	content: "/";
	display: block;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 750px){
	.main-img .title01{ font-size: 30px; }
	.main-img .title01 span.en{ font-size: 72px; }
	.main-img .inner{
		margin-bottom: -2px;
		padding: 0 20px 0 30px; }
	.pankuzu{
		font-size: 20px;
		padding: 1.25em 40px; }
	/*======================
	display_size_noen
	======================*/
	.sp_none{
		display: none !important;
	}
	.pc_none{
		display: block !important;
	}
	/*======================
	.cl { clearfix }
	======================*/
}

/* ///////////////
コンテンツ部分
/////////////// */
.content-wrap{ padding: 0 3vw; }
.content-inner{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 980px; }
@media screen and (max-width: 750px){
	.content-wrap{ padding: 0 40px; }
}

/* title */
.content-title01{
	margin-bottom: 3em;
	font-size: 16px;
	gap: 1em;
	color: #28be8e;
	align-items: center;
	display: flex;
}
.content-title01.block-title{ display: block; }
.content-title01 span{
	display: block;
	line-height: 1; }
.content-title01 .jp{ font-size: 2em; }
.content-title01 .en{ margin-top: 0.25em; }
.content-title01.block-title .en{ margin-top: 1em; }
.content-title02{
	font-size: 20px;
	color: #28be8e;
	margin-bottom: 0.85em;
}
.content-title03{
	font-size: 24px;
	color: #223e6f;
	font-weight: bold;
	margin-bottom: 0.75em;
}
.content-title03.txt-green{ color: #28be8e; }
.content-title04{
	font-weight: bold;
	font-size: 32px; }
.content-title04 span,
.content-title06 span,
.content-title08 span{
	display: inline-block;
	background: -moz-linear-gradient(left, #28be8e,#127a9c);
	background: -webkit-linear-gradient(left, #28be8e,#127a9c);
	background: linear-gradient(to right, #28be8e,#127a9c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(40,190,142,0.0); }
.content-title05{
	font-weight: bold;
	font-size: 32px;
	color: #28be8e; }
.content-title05 .sub{
	margin-bottom: 0.5em;
	display: block;
	font-size: 0.5625em;
}
.content-title06{
	margin-bottom: 1.5em;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: solid 2px #28be8e;
	font-size: 22px; }
.content-title07{
	color: #28be8e;
	font-weight: bold;
	padding-left: 0.75em;
	position: relative;
	font-size: 20px; }
.content-title07:before{
	content: "-";
	left: 0;
	position: absolute;
}
.content-title08{
	font-weight: bold;
	font-size: 22px; }
.content-title09{
	font-weight: bold;
	font-size: 16px; }
.content-title10{ font-weight: bold; }
@media screen and (max-width: 750px){
	.content-title01{
		font-size: 22px;
		display: block; }
	.content-title02{ font-size: 26px; }
	.content-title03{ font-size: 30px; }
	.content-title04,
	.content-title05{ font-size: 42px; }
	.content-title06,
	.content-title08{ font-size: 28px; }
	.content-title07{ font-size: 26px; }
	.content-title09{ font-size: 22px; }
}

/* list */
.nom-list01{ font-size: 16px; }
.nom-list01__item{
	position: relative;
	padding-left: 2.75em; }
.nom-list01__item:nth-child(n+2){ margin-top: 1em; }
.nom-list01__item .nom{
	display: flex;
	position: absolute;
	left: 0;
	justify-content: center;
	align-items: center;
	background: #28be8e;
	color: #fff;
	width: 2em;
	height: 2em;
}
.nom-list01__item p{
	width: calc(100% - 2.75em);
	line-height: 2; }
.nom-list02__item{
	padding-left: 1em;
	position: relative;
}
.nom-list02__item+.nom-list02__item{ margin-top: 1em; }
.nom-list02__nom {
	left: 0;
	position: absolute;
}
@media screen and (max-width: 750px){
	.nom-list01{ font-size: 22px; }
	.content-title01 .en{ margin-top: 1em; }
}

/* table */
.content-table table{
	line-height: 1.75em;
	font-size: 14px;
	width: 100%; }
.content-table th,
.content-table td{
	font-size: 14px;
	vertical-align: top;
	border-top: solid 1px #f3f3f3;
}
.content-table tr:last-child th,
.content-table tr:last-child td{ border-bottom: solid 1px #f3f3f3; }
.content-table th{
	white-space: nowrap;
	color: #28be8e;
	padding: 0.75em 5em 0.75em 0;
}
.content-table td{ padding: 0.75em 0; }
@media screen and (max-width: 750px){
	.content-table table{
		font-size: 20px;
	}
	.content-table th,
	.content-table td{ font-size: 20px; }
	.content-table th{
		white-space: nowrap;
		color: #28be8e;
		padding: 0.75em 2em 0.75em 0;
	}
}
.noWrap{ display: inline-block; }
.text-green{ color: #28be8e; }

.cl::after {
	content: "";
	display: table;
	clear: both;
}
