/* --------------------------　メインスライダー　-------------------------- */

.top_main {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 1190px;
	background: #000;
	background: url(../../images/top/main01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 88px;


}

.vegas-timer {
	display: none;
}

.top_main_title {
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: -10vh;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 3;
	width: 1000px;
	height: 600px;
	font-size: 1.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.top_main_sp {
	display: none;
	margin-top: 59px;
}


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

	.top_main_sp {
		display: block;
		margin-top: 59px;
	}

	.top_main {
		width: auto;
		height: 1000px;
		background: url(../../images/top/main01_sp.jpg);
		background-size: 100%;
		background-repeat: no-repeat !important;
		top: 0;
		margin-top: 59px;
		display: none;

	}

	.top_main_title {
		width: 95%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;

		top: 0;
	}

	.top_main_title img {
		width: 100%;
	}
}


.main_t01 {
	font-size: 5.5rem;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.3rem;
	line-height: 1.6;
	border-bottom: 1px #fff solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.main_t02 {
	font-size: 2rem;
	margin: 0;
	padding: 0;
}

.main_t02 span {
	font-size: 3rem !important;
}



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


	.main_t01 {
		font-size: 6vw;
		margin: 0;
		padding: 0;

		font-weight: bold;
		font-feature-settings: "palt";
		letter-spacing: 0.1rem;
		line-height: 1.6;
		border-bottom: 1px #fff solid;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.main_t02 {
		font-size: 3vw;

		margin: 0;
		padding: 0;
		line-height: 1.7;
	}

	.main_t02 span {
		font-size: 4.5vw !important;
	}


}




/* --------------------------　ニュース　-------------------------- */

.content_news {
	position: relative;
	background: #232323;
}

.news_title {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 0%;
	display: block;
	padding: 18px 0px;
	width: 10%;
	text-align: center;
	border-left: solid 1px #434343;
	color: #fff;
}

.news_title:hover {
	opacity: 0.5;
}

.news_title:before {
	content: attr(data-text);
	display: block;
	font-size: 2rem;
	line-height: 1.2;
}

.news_title:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.content_news ul {
	width: 90%;
	margin: 0 0px 0 0px;
	border-right: solid 0px #434343;
}

.content_news ul li:first-child {
	border-bottom: 1px #434343 solid;
}

.content_news ul a {
	font-size: 1.4rem;
	display: block;
	padding: 10px 20px 10px 10px;
	position: relative;
	color: #fff;
}

.content_news ul a:hover {
	opacity: 0.5;
}

.content_news ul a p {
	padding: 0;
}

.content_news ul a span {
	display: inline-block;
	;
	padding: 1px 12px;
	margin: -4px 15px 0 15px;
	font-size: 1rem;
	color: #fff;
	border: 0px solid #000;
	background: #004aaa;
}

.content_news ul a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

@media screen and (max-width: 1600px) {
	.content_news ul {
		width: 80%;
		min-width: auto;
		margin: 0 0 0 20%;
	}
}

@media screen and (max-width: 768px) {
	.news_title {
		position: relative;
		width: 100%;
		padding: 20px 0 10px;
		top: auto;
		left: auto;
	}

	.content_news ul {
		width: 100%;
		margin: 0;
	}

	.content_news ul li {
		padding: 10px;
	}

}

/* --------------------------　コンテンツ　-------------------------- */


.content_wrap {
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.bg00 {
	background: linear-gradient(#780202, #d81313);

	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 30px 0;
	text-align: center;
}

.bg001 {
	background: url("../../images/top/bg01.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}

.bg002 {
	background: url("../../images/top/bg01.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}

.bg00 p {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	line-height: 1.7;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.t01 {
	font-size: 34px;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 20px;
	color: #000;
	line-height: 1.7;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.t02 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
}

ul.joblist {
	width: 60%;
}

ul.joblist li {
	list-style: none;
	text-align: left;
	font-size: 2.6rem;
	line-height: 130%;
	text-indent: 0px;
	margin-left: 0px;
	border-bottom: 3px dotted #9d9b9b;
	padding-bottom: 19px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-left: 1.4em;
	text-indent: -1.4em;
	padding-top: 7px;
	letter-spacing: -0.5px;
}

ul.joblist>li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/*←ココ*/
	/* content: "\f303"; */
	position: relative;
	left: 0em;
	color: #0B318F;
	margin-right: 10px;
}

ul.joblist.addition>li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/*←ココ*/
	content: "\f4ad";
	position: relative;
	left: 0em;
	color: #03ba51;
	margin-right: 10px;
}

.wtbg {
	padding: 30px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-bottom: 0px;
	border: 2px solid #e51c24;
}

.joblist_no {
	font-size: 22px;
	color: #fff;
	background: #e51c24;
	border-radius: 15px;
	padding: 4px 6px 3px;
	margin: 0 8px 0 0;
	vertical-align: 1px;
}

.wtbg.addition {
	padding: 30px;
	border-radius: 0px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-bottom: 0px;
	border: 2px solid #003617;
}

.bg01 {
	padding: 60px 0;
	border-bottom: 1px solid #cccccc;
}

.check_box {
	border: 5px solid #1D2087;
	padding: 20px 20px 0;
	margin-bottom: 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 6px 6px 6px #0000005e;
}

ul.checklist li {
	list-style: none;
	text-align: left;
	font-size: 28px;
	line-height: 180%;
	border-bottom: 3px dotted #9d9b9b;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

ul.joblist li:last-child {
	border-bottom: none;
	margin: 0;
	padding-bottom: 0;
}

ul.checklist li:last-child {
	border-bottom: none;
}

ul.checklist>li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f14b";
	position: relative;
	left: 0em;
	color: #DD5217;
	margin-right: 10px;
	font-size: 24px;
}

.doctor {
	display: flex;
	justify-content: space-between;
}

.doctor_item {
	width: 49%;
}

.doctor_item img {
	width: 100%;
	margin-bottom: 15px;
}

.doctorinfo {
	display: flex;
	justify-content: space-between;
}

.doctor_title {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.doctor_sub {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.bg01 .title_style01 h2 {
	font-size: 4rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
	font-weight: bold;
	color: #ec2c29;
	letter-spacing: 0.2rem;
}

.bg01 .title_style01 h2:after {
	content: attr(data-text);
	display: block;
	line-height: 1.4;
	text-align: center;
	color: #000;
	font-size: 1.2rem;
}



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

	.wtbg02 {
		padding: 10px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		margin-bottom: 10px;
	}


	.bg00 {
		background: #c20205;
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 20px 0;
		text-align: center;
	}

	.bg001 {
		background: #eeeeee;
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 20px 0;
		text-align: center;
	}

	.bg002 {
		background: #eeeeee;
		background-repeat: no-repeat;
		background-position: center bottom;
		padding: 20px 0;
		text-align: center;
	}

	.bg00 p {
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.t01 {
		font-size: 4.5vw;
		font-weight: bold;
		padding: 20px 0;
		margin-bottom: 10px;
		color: #000;
		line-height: 1.7;
		font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	}

	.t02 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.7;
	}


	ul.joblist {
		width: auto;
	}

	ul.joblist li {
		list-style: none;
		text-align: left;
		font-size: 1.6rem;
		line-height: 140%;
		text-indent: 0px;
		margin-left: 0px;
		border-bottom: 1px dashed #313131;
		padding-bottom: 6px;
		margin-bottom: 6px;
		font-weight: bold;
		padding-left: 1.4em;
		text-indent: -1.4em;
	}

	.joblist_no {
		font-size: 14px;
		color: #fff;
		border-radius: 15px;
		padding: 3px 4px 2px;
		margin: 0 4px 0 0;
		vertical-align: 1px;
	}

	ul.joblist.addition>li:before {
		margin-right: 7px;
	}

	.wtbg {
		padding: 15px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		margin-bottom: 20px;
	}

	.bg01 {
		padding: 20px 0;
		border-bottom: 1px solid #cccccc;
	}


	.bg01 .title_style01 h2 {
		font-size: 2rem;
		padding: 0;
		margin: 0;
		text-align: center;
		line-height: 1.6;
		font-weight: normal;
		position: relative;
		margin-bottom: 20px;
		font-weight: bold;
		color: #ec2c29;
		letter-spacing: 0.2rem;
	}

	.bg01 .title_style01 h2:after {
		content: attr(data-text);
		display: block;
		line-height: 1.4;
		text-align: center;
		color: #000;
		font-size: 1.2rem;
	}

	.doctor {
		display: block;
		justify-content: space-between;
	}

	.doctor_item {
		width: 100%;
	}

	.doctor_item img {
		width: 100%;
		margin-bottom: 15px;
	}

	.doctorinfo {
		display: flex;
		justify-content: space-between;
	}

	.doctor_title {
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.doctor_sub {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
	}




}








.top_rinen {
	font-size: 3.8rem;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}


.bg02 {
	background: url("../../images/top/bg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 60px 0;
	text-align: center;
	background-size: 100%;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.flexbox_item01 {
	width: 49%;
}

.flexbox_item02 {
	width: 49%;
}

.flexbox_item01 img,
.flexbox_item02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* この一行を追加するだけ！ */
}

.flexbox h2 {

	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 25px;
}

.flexbox h3 {

	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 25px;
}

.flex_txtbox {
	padding: 20px 0 30px 0;
}

.flex_txtbox p {
	line-height: 1.7;
}

.last {
	margin-bottom: 0 !important;
}

.more {
	position: relative;
	display: inline-block;
	padding: 30px 20px;
	background-color: #e51c24;
	border: 2px solid #e51c24;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin: 20px 0 60px 0;
	width: 800px;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.more:hover {
	background-color: #ff343a;
	border: 2px solid #ff343a;
}

.more::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}

a.more {
	color: #fff !important;
}

.more:hover::after {
	border-left-color: #fff;
}

.bg03 {
	background: #f3f3f3;
	padding: 60px 0 80px 0;
}

.bg03 .title_style01 h2 {
	font-size: 4.2rem;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.6;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
	color: #294c94;

	font-weight: bold;
	letter-spacing: 0.2rem;
}

.bg03 .title_style01 h2:after {
	content: attr(data-text);
	display: block;
	line-height: 1.4;
	text-align: center;
	color: #222;
	font-size: 1.2rem;
}

.top_news_list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c6c5c5;
}

.top_news_list li a {
	display: flex;
	justify-content: space-between;
}

.listdate {
	margin-right: 10px;
}

.cate_news {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}

.cate_academy {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}

.cate_club {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}

.cate_school {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}

.cate_hometown {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background: #ec2c29;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	margin-right: 10px !important;
}

.listtxt {
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infobox {
	display: flex;
	justify-content: space-between;
}

.infobox_item01 {
	width: 70%;
}

.infobox_item02 {
	width: 27%;
}

.bg04 {
	background: #fff;
	padding: 60px 0 60px 0;
}

.top_sdgs {
	display: flex;
	justify-content: space-between;
}

.top_sdgs div {
	width: 49%;
	font-size: 2rem;
	line-height: 1.6;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_sdgs div img {
	width: 100%;
}


.bg05 {
	background: #e65219;
	padding: 30px 0 30px 0;
}

.bottom_banner {
	display: flex;
	justify-content: center;
}

.bottom_banner div {
	width: 32%;
	margin: 0 10px;
}

.bottom_banner div img {
	width: 100%;
}

.sp_career {
	margin-left: 84px;
	font-size: 20px;
}

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

	.content_wrap {
		width: auto;
		margin: auto 10px;
		position: relative;
		z-index: 1;
	}



	.top_rinen {
		font-size: 4.8vw;
		color: #000;
		line-height: 1.6;
		text-align: center;
		font-weight: bold;
	}


	.bg02 {
		background: #fff;
		padding: 30px 0 30px 0;
	}

	.flexbox {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-bottom: 40px;
	}

	.rev {
		flex-direction: column-reverse;
	}

	.flexbox_item01 {
		width: auto;
		margin-bottom: 30px;
	}

	.flexbox_item02 {
		width: auto;
		margin-bottom: 30px;
	}

	.flexbox_item01 img,
	.flexbox_item02 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		/* この一行を追加するだけ！ */
	}

	.flexbox h2 {

		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 1.7;
		font-size: 6vw;
		text-align: center;
		margin-bottom: 15px;
	}

	.flexbox h3 {

		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 1.7;
		font-size: 4.5vw;
		text-align: center;
		margin-bottom: 15px;
	}

	.flex_txtbox {
		padding: 0px 0 0px 0;
	}

	.flex_txtbox p {
		line-height: 1.7;
		font-size: 4vw;
	}

	.last {
		margin-bottom: 0 !important;
	}

	.more {
		position: relative;
		display: inline-block;
		padding: 25px 20px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		transition: all .3s;
		margin: 10px 0 40px 0;
		width: 80%;
		font-size: 5vw;
	}

	.more::after {
		position: absolute;
		top: 50%;
		right: .2em;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #fff;
		transition: all .3s;
	}

	a.more {
		color: #fff !important;
	}

	.more:hover::after {
		border-left-color: #fff;
	}

	.bg03 {
		background: #f3f3f3;
		padding: 30px 0 30px 0;
	}

	.bg03 .title_style01 h2 {
		font-size: 7vw;
		padding: 0;
		margin: 0;
		text-align: center;
		line-height: 1.6;
		font-weight: normal;
		position: relative;
		margin-bottom: 30px;
		color: #294c94;

		font-weight: bold;
		letter-spacing: 0.2rem;
	}

	.bg03 .title_style01 h2:after {
		content: attr(data-text);
		display: block;
		line-height: 1.4;
		text-align: center;
		color: #222;
		font-size: 3vw;
	}

	.top_news_list li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #c6c5c5;
	}

	.top_news_list li a {
		display: block;
		justify-content: space-between;
	}

	.listdate {
		float: left;
	}

	.cate_news {
		width: 100px;
		height: 25px;
		line-height: 25px;
		background: #ec2c29;
		color: #fff !important;
		font-size: 3vw;
		text-align: center;
		float: right;
	}

	.cate_academy {
		width: 100px;
		height: 25px;
		line-height: 25px;
		background: #ec2c29;
		color: #fff !important;
		font-size: 3vw;
		text-align: center;
		float: right;
	}

	.cate_club {
		width: 100px;
		height: 25px;
		line-height: 25px;
		background: #ec2c29;
		color: #fff !important;
		font-size: 3vw;
		text-align: center;
		float: right;
	}

	.cate_school {
		width: 100px;
		height: 25px;
		line-height: 25px;
		background: #ec2c29;
		color: #fff !important;
		font-size: 3vw;
		text-align: center;
		float: right;
	}

	.cate_hometown {
		width: 100px;
		height: 25px;
		line-height: 25px;
		background: #ec2c29;
		color: #fff !important;
		font-size: 3vw;
		text-align: center;
		float: right;
	}



	.listtxt {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 4vw;
	}

	.infobox {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.infobox_item01 {
		width: auto;
		margin-bottom: 30px;
	}

	.infobox_item02 {
		width: auto;
	}

	.bg04 {
		background: #fff;
		padding: 20px 0 20px 0;
	}

	.top_sdgs {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.top_sdgs div {
		width: auto;
		font-size: 4vw;
		line-height: 1.6;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top_sdgs div img {
		width: 100%;
		margin-bottom: 15px;
	}


	.bg05 {
		background: #e65219;
		padding: 15px 0 5px 0;
	}

	.bottom_banner {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.bottom_banner div {
		width: auto;
		margin-bottom: 10px;
	}

	.bottom_banner div img {
		width: 100%;
	}
}

h2.title_taidann {
	margin-top: 100px;
}

.illa {
	background: url(../../images/common/illa.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 200px;
}

.title01 {
	background: url(../../images/top/title02.jpg);
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.6;
	padding: 20px;
	margin-bottom: 30px;
}

.bulletbox {
	display: flex;
	justify-content: space-between;
}

.ph01 {
	width: 37%;
	margin-left: 20px;
}

.ph01 img {
	width: 100%;
	height: auto;
}

main h2 {
	background: url(../../images/top/title07.png) center center / 100%;
	background-position: center center;
	background-size: 100%;
	background-position: center;
	color: #fff;
	font-weight: bold;
	font-size: 5rem;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.6;
	padding: 26px;
	margin-bottom: 0px;
	border-block: 3px solid #ff343a;
	overflow: hidden;
	position: relative;
	text-shadow: 1px 1px 1px #000000b5;
}

/* main h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-width: 40px 40px 0 0;
	border-style: solid;
	border-color: #d1d1d1 #fff #e3e1ff;
} */

.learn_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.learn_item {
	width: 48%;
	margin-bottom: 15px;
}

.learn_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.learn_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

.casebox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.casebox div {
	width: 32%;
}

.casebox div img {
	width: 100%;
	height: auto;
}

.logo {
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
}

.logo img {
	width: 100%;
	height: auto;
}

.pcenter {
	text-align: center;
}

.url {
	font-size: 5rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.kaisai {
	font-size: 4rem;
	background: #c20205;
	color: #fff;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
	line-height: 100%;
	padding: 20px;
}

.dete {
	font-family: 'Roboto', sans-serif;
	font-size: 5rem;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2rem;
}

.dete span {
	font-size: 3rem;
}

.guide {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.guideitem {
	width: 49%;
}

.guideitem iframe {
	width: 100%;
	height: 435px;
}

.guideitem img {
	width: 100%;
	height: auto;
}

.pricebg {
	background: #eff0ef;
	padding: 40px;
	margin-bottom: 40px;
}

.price_title {
	position: relative;
	padding: 0rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.price_title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #e65219;
}

.pricebg p {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
}

.footer_info {
	color: #fff;
}

.footer_info a {
	color: #fff;
}

.red {
	color: #DE0003;
}

.copy {
	font-size: 1.2rem;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}

@media screen and (max-width: 768px) {
	.illa {
		background: url(../../images/common/illa.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		width: 100%;
		height: 120px;
		background-size: cover;
	}


	.title01 {
		background: url(../../images/top/title02.jpg);
		background-size: 100%;
		background-position: center;
		color: #fff;
		font-weight: bold;
		font-size: 5vw;
		font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
		text-align: center;
		line-height: 1.6;
		padding: 20px;
		margin-bottom: 15px;
	}

	.bulletbox {
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	.ph01 {
		width: 100%;
		margin: auto;
		margin-bottom: 20px;
	}

	.ph01 img {
		width: 100%;
		height: auto;
	}

	main h2 {
		background-size: 100%;
		background-position: center;
		color: #fff;
		font-weight: bold;
		font-size: 6vw;
		font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
		text-align: center;
		line-height: 1.3;
		padding: 20px;
		margin-bottom: 0px;
	}

	.learn_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.learn_item {
		width: auto;
		margin-bottom: 15px;
	}

	.learn_item img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.learn_title {
		font-size: 3.5vw;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
	}

	.casebox {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	.casebox div {
		width: 32%;
	}

	.casebox div img {
		width: 100%;
		height: auto;
	}

	.logo {
		width: 200px;
		margin: auto;
		margin-bottom: 20px;
	}

	.logo img {
		width: 100%;
		height: auto;
	}

	.pcenter {
		text-align: left;
		font-size: 3.5vw
	}

	.url {
		font-size: 8vw;
		font-weight: bold;
		font-family: 'Roboto', sans-serif;
		text-align: center;
	}

	.kaisai {
		font-size: 5vw;
		background: #c20205;
		color: #fff;
		font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
		letter-spacing: 0.2rem;
		line-height: 1.5;
		padding: 10px;
	}

	.dete {
		font-family: 'Roboto', sans-serif;
		font-size: 10vw;
		line-height: 1.4;
		font-weight: bold;
		border-bottom: 1px solid #222;
		margin-bottom: 20px;
		padding-bottom: 10px;
		letter-spacing: 0rem;
		text-align: center;
	}

	.dete span {
		font-size: 4vw;
	}

	.guide {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		flex-direction: column;
	}

	.guideitem {
		width: auto;
	}

	.guideitem iframe {
		width: 100%;
		height: 250px;
	}

	.pricebg {
		background: #eff0ef;
		padding: 20px;
	}

	.price_title {
		position: relative;
		padding: 0rem;
		text-align: center;
		font-size: 5vw;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.price_title:before {
		position: absolute;
		bottom: -10px;
		left: calc(50% - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #e65219;
	}

	.pricebg p {
		font-size: 3vw;
		line-height: 1.7;
	}

	.footer_info {
		color: #fff;
		font-size: 3.5vw
	}

	.red {
		color: #DE0003;
	}

	.copy {
		font-size: 2.5vw;
		color: #b2b2b2;
		padding: 20px 0 10px 0;
	}

}

#gaiyou a {
	color: #002BFA;
}


.speaker {
	display: flex;
	justify-content: space-between;
	background: #fff3f5;
	padding: 40px;
}

.speaker:first-child {
	border-bottom: 3px solid #003617;
}

.speaker01 {
	width: 20%;
}

.speaker02 {
	width: 75%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.speaker02 p {
	line-height: 1.7;
}

.speaker01 img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	border-radius: 50%;
}

.sp_name {
	font-weight: bold;
	line-height: 1.4;
	font-size: 20px;
	border-bottom: 3px dotted #003617;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.sp_name02 {
	font-size: 30px;
	margin-top: 3px;
	color: #03ba51;
}

.sp_name .name_suffix {
	font-size: 26px;
	margin-left: 7px;
}

.sp_title {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color: #000;
	font-size: 32px;
}

.speaker_sub_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.speaker_sub {
	width: 45%;
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;

	flex-direction: column;
}

.speaker_sub .sp_name {
	font-size: 18px;
	line-height: 1.7;
}

.speaker_sub .sp_name span {
	font-size: 22px;
}

.speaker_sub .sp_title {
	font-size: 20px;
	line-height: 1.7;
}

.sanka {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.kaisai span {
	font-size: 22px;
}

.kinkyu {
	border: 3px solid #ff0000;
	padding: 10px;
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0 40px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.speaker {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding: 20px;
	}

	.speaker01 {
		width: 60%;
		margin: 0 auto 20px auto;
	}

	.speaker02 {
		width: auto;
		display: flex;
		justify-content: center;
		font-size: 4vw;
		flex-direction: column;
		line-height: 1.8;
	}

	.speaker02 p {
		line-height: 1.7;
		font-size: 1.4rem;
	}

	.speaker01 img {
		width: 100%;
		height: auto;
		border: 1px solid #fff;
		border-radius: 50%;
	}

	.sp_name {
		font-weight: bold;
		font-size: 3.7vw;
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 1.7;
		text-align: center;
	}

	.sp_name span {
		font-size: 6vw;
		margin-left: 0px;
	}

	.sp_title {
		font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
		font-weight: bold;
		color: #000;
		font-size: 5vw;
		line-height: 1.7;
	}

	.speaker_sub_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.speaker_sub {
		width: 100%;
		background: #f2f2f2;
		padding: 20px;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;

		flex-direction: column;
	}

	.speaker_sub .sp_name {
		font-size: 4vw;
		line-height: 1.7;
	}

	.speaker_sub .sp_name span {
		font-size: 5vw;
	}

	.speaker_sub .sp_title {
		font-size: 5vw;
		line-height: 1.7;
	}

	.sanka {
		text-align: center;
		font-weight: bold;
		font-size: 5vw;
	}

	.kaisai span {
		font-size: 4vw;

	}

	.kinkyu {
		border: 3px solid #ff0000;
		padding: 10px;
		color: #ff0000;
		font-size: 16px;
		font-weight: bold;
		margin: 10px 0 40px 0;
		text-align: center;
		line-height: 1.7;
	}

	.sp_career {
		margin-left: 84px;
		font-size: 14px !important;
	}

}

.cc01 {
	color: #ed7300;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.syoku {
	background: #fff;
	display: inline-block;
	text-align: center;
	color: #003617;
	font-size: 2.2rem;
	font-weight: bold;
	width: 321px;
	margin-bottom: 15px;
	/* border-radius: 25px; */
	border: 1px solid #003617;
}

.pcimg {
	display: block;
}

.spimg {
	display: none;
}


.ctablock {
	margin-bottom: 40px;
}

.tokutentitle {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	color: #ea5514;
	margin-bottom: 20px;
}

.kome {
	text-align: center
}

h2.title_taidann {
	margin-top: 60px;
}


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

	.cc01 {
		color: #ed7300;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 5px;
		text-align: center;
	}

	.syoku {
		background: #fff;
		display: block;
		text-align: center;
		font-weight: bold;
		width: auto;
		margin-bottom: 10px;
		font-size: 2.2rem;
		/* border-radius: 25px; */
	}


	.pcimg {
		display: none;
	}

	.spimg {
		display: block;
	}


	.ctablock {
		margin-bottom: 30px;
	}

	.tokutentitle {
		font-size: 1.6rem;
		font-weight: 600;
		text-align: center;
		line-height: 1.6;
		color: #ea5514;
		margin-bottom: 0px;
	}

	.kome {
		text-align: center;
		font-size: 1.2rem;
	}
}