@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■
　トップページCSS
　■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ■■■■■■ mv ■■■■■■ */
.mv_slide {
	padding: 0 0 45px;
	font-size: 0;
}

.mv .slick-slide img {
	width: 100%;
	display: block;
}

.mv .slick-prev,
.mv .slick-next {
	z-index: 1;
	bottom: 0;
	top: initial;
	width: 38px;
	height: 38px;
	display: block;
	transform: none;
}

.mv .slick-prev {
	left: 5vw;
}

.mv .slick-next {
	right: 5vw;
}

.mv .slick-prev:before,
.mv .slick-next:before {
	content: "";
	width: 38px;
	height: 38px;
	display: block;
	border: 2px solid #BEBEBE;
	border-radius: 6px;
	opacity: 1;
}

.mv .slick-prev:before {
	background: url(../../../lp-common/img/icon/icon_arrow.png) no-repeat center;
	background-color: #fff;
	background-size: 23px;
	transform: scale(-1, 1);
}

.mv .slick-next:before {
	background: url(../../../lp-common/img/icon/icon_arrow.png) no-repeat center;
	background-color: #fff;
	background-size: 23px;
}

@media screen and (min-width: 801px) {
	.mv_slide {
		padding: 20px 0 45px;
	}

	.mv .slick-slide {
		padding: 0 12px;
	}

	.mv .slick-prev {
		left: 24vw;
	}

	.mv .slick-next {
		right: 24vw;
	}

}

/* ■■■■■■ job nav ■■■■■■ */
.job_nav {
	padding: 23px 0;
}

.job_nav_box {
	border: 1px solid #707070;
	border-radius: 10px;
	padding: 17px 5vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.job_nav_ttl {
	font-size: 1.9rem;
	font-weight: 600;
}

.job_nav_list {
	font-size: 1.8rem;
	line-height: 1.33;
	color: #0037CC;
	padding-top: 10px;
}


@media screen and (min-width: 801px) {
	.job_nav {
		padding: 40px 0;
	}

	.job_nav_box {
		padding: 18px 30px;
		flex-direction: row;
		align-items: flex-start;
	}

	.job_nav_ttl {
		width: 19%;
	}

	.job_nav_list {
		padding: 5px 0;
		column-count: 2;
	}
}

/* ■■■■■■ about ■■■■■■ */
.about {
	background-color: var(--main-bg-color);
	padding: 30px 0 54px;
}

.about_ttl {
	color: #E47E5E;
	line-height: 1.52;
	font-size: min(5.5vw, 2.4rem);
	margin-bottom: 25px;
	font-weight: 600;
	text-align: center;
}

.about_txt {
	font-size: 1.7rem;
	line-height: 1.29;
	margin-bottom: 25px;
}

.about_txt:last-of-type {
	margin-bottom: 40px;
}

.about_video {
	aspect-ratio: 987/ 507;
	margin-bottom: 30px;
}

.about_video iframe {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 801px) {
	.about {
		padding: 60px 0 54px;
	}

	.about_ttl {
		font-size: 3.6rem;
		margin-bottom: 25px;
	}

	.about_txt {
		font-size: 2rem;
		line-height: 1.35;
		margin-bottom: 25px;
	}

	.about_txt:last-of-type {
		margin-bottom: 80px;
	}

	.about_video {
		margin-bottom: 55px;
	}
}

/* ■■■■■■ info ■■■■■■ */
.info {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #CECECE;
	padding: 30px 7vw 5px;
}

.info_ttl {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	position: relative;
}

.info_ttl span {
	padding: 0 10px 2px;
	border-bottom: 4px solid #E47E5E;
}

.info_list li {
	border-bottom: 1px dotted #707070;
	padding: 18px 0;
}

.info_list li:last-of-type {
	border-bottom: none;
}

.info_list li a {
	display: inline-block;
	background-color: #EDED5E;
	padding: 2px 10px;
	margin-top: 10px;
}

@media screen and (min-width: 801px) {
	.info {
		padding: 30px 35px 30px;
	}

	.info_ttl {
		margin-bottom: 30px;
	}

	.info_list li a {
		padding: 5px 10px;
		margin-top: 15px;
	}
}

/* ■■■■■■ enviro ■■■■■■ */
.enviro {
	background-color: #fff;
	padding: 30px 0 75px;
}

.enviro .c_ttl {
	color: #77C1A5;
	text-align: center;
}

.enviro_list {
	display: flex;
	flex-direction: column;
	padding: 30px 0 23px;
	gap: 23px;
}

.enviro_list li {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	text-align: center;
}

.enviro_img {
	width: 41%;
}

.enviro_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.enviro_body {
	flex: 1;
	background-color: #F6F5F1;
	padding: 15px 2vw;
}

.enviro_ttl {
	font-size: min(5vw, 2rem);
	font-weight: 600;
	color: #77C1A5;
	line-height: 1.4;
	margin-bottom: 10px;
}

.enviro_ttl:last-child {
	margin-bottom: 0;
}

.enviro_txt {
	font-size: min(4vw, 1.5rem);
	line-height: 1.4;
	text-align: justify;
}

.enviro_list.enviro_list--import {
	display: block;
	padding-top: 0;
}

.enviro_list.enviro_list--import li {
	display: block;
	margin-bottom: 23px;
}

.enviro_list.enviro_list--import .enviro_img {
	width: 100%;
}

.enviro_list.enviro_list--import .enviro_body {
	padding: 15px 2vw 25px;
}

.enviro_list.enviro_list--import .enviro_txt {
	margin-bottom: 35px;
}

.enviro_list.enviro_list--import .enviro_body .btn {
	font-size: min(4vw, 1.6rem);
}

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

	.enviro_img.enviro_img__txt {
		background-color: #E1FBE7;
		display: flex;
		align-items: center;
	}

	.enviro_img.enviro_img__txt::before {
		content: "";
		padding-top: 86%;
		display: block;
	}

	.enviro_img.enviro_img__txt img {
		height: auto;
	}

	.enviro_body {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media screen and (min-width: 801px) {

	.enviro {
		background-color: #fff;
		padding: 60px 0 60px;
	}

	.enviro_list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 35px;
		padding: 48px 0 0;
	}

	.enviro_list li {
		flex-direction: column;
	}

	.enviro_img {
		width: 100%;
	}

	.enviro_body {
		padding: 20px 10px 20px;
	}

	.enviro_ttl {
		font-size: 2.3rem;
		line-height: 1.45;
		margin-bottom: 15px;
	}

	.enviro_txt {
		font-size: 1.7rem;
		line-height: 1.29;
	}

	.enviro_list.enviro_list--import {
		padding-top: 35px;
	}

	.enviro_list.enviro_list--import {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		padding: 30px 0 23px;
		gap: 23px;
	}

	.enviro_list.enviro_list--import li {
		display: flex;
		flex-direction: column;
	}

	.enviro_list.enviro_list--import .enviro_body {
		flex: 1;
		padding: 20px 15px 30px;
		display: flex;
		flex-direction: column;
	}

	.enviro_list.enviro_list--import .enviro_ttl {
		margin-bottom: 20px;
	}

	.enviro_list.enviro_list--import .enviro_txt {
		margin-bottom: 35px;
		flex: 1;
	}
}

/* ■■■■■■ voice ■■■■■■ */
.voice {
	background-color: #F2F2F2;
	padding: 30px 0 35px;
}

.voice_box {
	max-width: 1150px;
	padding: 0 5vw;
	margin: 0 auto;
	overflow-x: auto;
}

.voice_list {
	display: flex;
	min-width: 1110px;
	gap: 20px;
	padding: 30px 0 0;
}

.voice_list li {
	flex: 1;
	background-color: #fff;
	border: 1px solid #D4D4D5;
	border-radius: 4px;
}

.voice_parson {
	display: flex;
	align-items: center;
	padding: 28px 12px;
	border-bottom: 1px solid #DADADB;
}

.voice_img {
	width: 105px;
	padding-right: 7px;
	box-sizing: content-box;
	flex-shrink: 0;
}

.voice_name {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 600;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.voice_name span {
	font-size: 1.4rem;
	font-weight: 600;
	display: inline-block;
}

.voice_school {
	color: #999999;
	font-size: 1.7rem;
	font-weight: 600;
	display: block;
	padding-top: 6px;
}

.voice_txt {
	padding: 20px 15px 70px;
	font-size: 1.6rem;
	line-height: 1.31;
}


@media screen and (min-width: 801px) {
	.voice {
		padding: 60px 0 60px;
	}

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


/* ■■■■■■ flow ■■■■■■ */
.flow {
	background-color: #fff;
	padding: 30px 0 35px;
}

.flow_bnr {
	margin-bottom: 50px;
}

.flow_bnr li {
	margin-bottom: 25px;
}

.flow_bnr img {
	width: 100%;
}

.achievement {
	background-color: #F9FCE4;
	border: 2px solid #77C1A5;
	padding: 30px 4vw 60px;
	position: relative;
}

.achievement::before {
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	background: url(../img/deco_flow01.png) no-repeat center;
	background-color: #fff;
	background-size: contain;
	position: absolute;
	top: -2px;
	right: -2px;
}

.achievement::after {
	content: "";
	width: 42px;
	height: 42px;
	display: block;
	background: url(../img/deco_flow02.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -25px;
	left: 15px;
}

.achievement_ttl {
	font-size: 2.6rem;
	font-weight: 600;
	color: #77C1A5;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.achievement_ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 196px;
	transform: translateX(-50%);
	background-size: 20px 4px;
	background-image: linear-gradient(to right, #77C1A5 10px, transparent 10px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
}

.achievement dl:first-of-type {
	border-bottom: 1px dotted #707070;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

.achievement dt {
	font-size: 2rem;
	margin-bottom: 10px;
}

.achievement dd {
	font-size: 1.5rem;
	line-height: 1.33;
}

@media screen and (min-width: 801px) {
	.flow {
		padding: 60px 0 60px;
	}

	.flow_bnr {
		display: flex;
		gap: 40px;
		margin-bottom: 40px;
	}

	.flow_bnr li {
		flex: 1;
		margin-bottom: 0;
	}

	.achievement {
		padding: 30px 30px 45px;
	}

	.achievement::after {
		top: -25px;
		left: 43px;
	}

	.achievement_ttl {
		padding-bottom: 15px;
		margin-bottom: 40px;
	}

	.achievement dl {
		display: flex;
	}

	.achievement dl:first-of-type {
		padding-bottom: 30px;
		margin-bottom: 27px;
	}

	.achievement dt {
		font-size: 2rem;
		margin-bottom: 20px;
		flex: 0 0 145px;
	}

	.achievement dd {
		font-size: 1.7rem;
		line-height: 1.29;
	}
}

/* ■■■■■■ gallery ■■■■■■ */
.gallery {
	padding: 30px 0 35px;
	position: relative;
}

.gallery::after {
	content: "";
	display: block;
	width: 100%;
	height: 65%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E7F4BB;
	z-index: -1;
}

.gallery_ttl.c_ttl {
	color: #77C1A5;
}

.gallery_ttl.c_ttl::after {
	content: "";
	display: block;
	width: 39px;
	height: 39px;
	background: url(../../../lp-common/img/icon/icon_insta_g.png) no-repeat center;
	background-size: contain;
	margin: 5px auto 0;
}

.gallery_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	padding: 20px 0 45px;
	gap: 5px;
}

.gallery_list li {
	position: relative;
}

.gallery_list li::before {
	content: "";
	padding-top: 100%;
	display: block;
	width: 100%;
}

.gallery_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery_list li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 801px) {
	.gallery {
		padding: 60px 0 60px;
	}

	.gallery::after {
		height: 1020px;
	}

	.gallery_ttl.c_ttl::after {
		content: "";
		display: inline-block;
		width: 39px;
		height: 39px;
		background: url(../../../lp-common/img/icon/icon_insta_g.png) no-repeat center;
		background-size: contain;
		vertical-align: bottom;
		margin: 0 0 0 30px;
	}

	.gallery_list {
		grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
		padding: 50px 0 70px;
	}
}

/* ■■■■■■ school ■■■■■■ */
.school {
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #CECECE;
	padding: 45px 10px 45px;
}

.school .c_ttl {
	margin-bottom: 40px;
}

.school dl {
	border: 1px solid #CECECE;
	margin-bottom: 75px;
}

.school dt,
.school dd {
	display: block;
	padding: 12px 20px;
	font-size: 1.7rem;
	line-height: 1.94;
}

.school dt {
	background-color: #F8FCE4;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

.school dt:first-of-type {
	border-top: none;
}

.school dd a {
	color: #FF0000;
	text-decoration: underline;
}

.school_logo {
	text-align: center;
	margin-bottom: 20px;
}

.school_logo img {
	margin: 0 auto;
}

.school_map {
	max-width: 445px;
	margin: 0 auto 25px;
}


.school_btn {
	text-align: center;
}

@media screen and (min-width: 801px) {
	.school {
		padding: 45px 30px 45px;
	}

	.school dl {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}

	.school dt {
		width: 24%;
		border-right: 1px solid #CECECE;
		border-bottom: none;
		display: flex;
		align-items: center;
	}

	.school dd {
		width: 76%;
		border-top: 1px solid #CECECE;
	}

	.school dd:first-of-type {
		border-top: none;
	}

	.school_logo {
		margin-bottom: 30px;
	}
}


/* ■■■■■■ job_posting ■■■■■■ */
.job_posting {
	background-color: #F6F5F1;
	padding: 0 0 45px;
}

.job_posting .bg_ttl {
	margin-bottom: 50px;
}

.job_posting_item {
	padding: 0px 15px 20px;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}

.job_posting_list {
	max-width: 940px;
	margin: 0 auto;
}

.job_posting_item {
	background-color: #fff;
}

.job_posting_position {
	font-size: 1.7rem;
	color: #151515;
	font-weight: 600;
	background-color: #FBDFE2;
	border: 1px solid #E6E6E6;
	text-align: center;
	padding: 18px 10px;
	margin: 0 -15px 20px;
}

.job_posting_item dl {
	display: flex;
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
}

.job_posting_item dt {
	width: 32%;
	padding: 10px 0 8px;
	font-weight: 600;
	font-size: min(3.5vw, 17px);
	color: #151515;
	text-align: left;
}

.job_posting_item dd {
	width: 68%;
	padding: 10px 0 8px;
	font-size: min(3.5vw, 16px);
	color: #151515;
	text-align: left;
}

.job_posting_item dd:only-child {
	width: 100%;
}

.job_posting_item>p {
	margin: 30px 0;
	font-size: min(3.5vw, 16px);
}

.job_posting_btn {
	font-size: 1.7rem;
	font-weight: 600;
	color: #fff;
	background-color: #EE6D79;
	border-radius: 10px;
	width: 100%;
	padding: 17px 0 16px;
	display: block;
	text-align: center;
}

@media screen and (min-width: 801px) {

	.job_posting_item {
		margin-bottom: 40px;
	}

	.job_posting_item dt {
		width: 22%;
	}

	.job_posting_item dd {
		width: 78%;
	}

}

/* ■■■■■■ selection ■■■■■■ */
.selection {
	background-color: #fff;
	padding: 30px 0 45px;
}

.selection_flow_block {
	position: relative;
}

.selection_flow {
	display: flex;
	flex-wrap: wrap;
	padding: 24px 0 28px;
	gap: 13px 6%;
}

.selection_flow li {
	position: relative;
	width: 42%;
}

.selection_flow_no {
	width: auto;
	height: min(12vw, 49px);
	margin-bottom: 2px;
}

.selection_flow_no img {
	height: 100%;
}

.selection_flow_box {
	position: relative;
	margin-left: 18%;
}

.selection_flow_box::after {
	content: "";
	flex: 1;
	background: url(../../../lp-common/img/icon/icon_arrow_p.png) no-repeat;
	background-size: contain;
	width: 30%;
	display: block;
	padding-top: 14%;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.selection_flow li:last-of-type .selection_flow_box::after {
	content: none;
}

.selection_note {
	position: absolute;
	left: 50%;
	bottom: 12%;
	line-height: 1.6;
	font-size: min(4vw, 1.5rem);
	text-align: center;
}

.selection_flow_ttl {
	position: absolute;
	left: 50%;
	top: 68%;
	transform: translateX(-50%);
	font-weight: 500;
	font-size: 1.7rem;
	text-align: center;
	white-space: nowrap;
}

.selection_flow_ttl span {
	font-size: 1.5rem;
	display: block;
}

@media screen and (min-width: 801px) {

	.selection {
		padding: 45px 0 45px;
		margin-bottom: 40px;
	}

	.selection_flow {
		padding: 40px 0 15px;
		gap: 35px;
	}

	.selection_flow li {
		flex: 1;
	}

	.selection_flow_box {
		position: relative;
		margin-left: 30px;
	}

	.selection_flow_box::after {
		width: 38%;
		padding-top: 15%;
	}

	.selection_flow_ttl {
		top: 100px;
	}

	.selection_note {
		position: static;
		text-align: right;
		margin-bottom: 55px;
	}
}

/* ■■■■■■ selection ■■■■■■ */
.staff {
	background-color: #FFF0F2;
	border-radius: 10px;
	padding: 20px 5%;
	display: flex;
	flex-direction: column-reverse;
}

.staff_img {
	width: 215px;
	flex-shrink: 0;
	text-align: center;
	margin: 30px auto 0;
}

.staff_img figcaption {
	font-size: 1.6rem;
	margin-top: 10px;
}

.staff_body {
	flex: 1;
}

.staff_ttl {
	font-size: 2.2rem;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 16px;
}

.staff_ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 100%;
	background-size: 12px 1px;
	background-image: linear-gradient(to right, #707070 6px, transparent 6px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
}

.staff_ttl span {
	color: #F26C75;
	display: block;
	margin-bottom: 5px;
}

@media screen and (min-width: 801px) {

	.staff {
		padding: 24px 28px;
		flex-direction: row;
	}

	.staff_img {
		margin: -72px 0 0;
	}

	.staff_ttl {
		padding: 0 0 2px 10px;
	}

	.staff_txt {
		padding: 0 0 0 10px;
	}
}

/* ■■■■■■ selection ■■■■■■ */
.contact {
	padding: 39px 0 0;
}

.contact .c_ttl {
	margin-bottom: 14px;
}

.contact_txt {
	text-align: center;
	margin-bottom: 55px;
}

.contact_btn .btn {
	margin: 0 auto 28px;
}

.contact_bnr {
	max-width: 700px;
	margin: 0 auto;
}

@media screen and (min-width: 801px) {
	.contact {
		padding: 83px 0 0;
	}

	.contact_btn .btn {
		margin: 0 auto 47px;
	}
}


/* ■■■■■■ job_posting ■■■■■■ */
.faq {
	background-color: #F6F4EE;
	padding: 0 0 40px;
}

.faq .bg_ttl {
	margin-bottom: 17px;
}

.faq_list li {
	margin-bottom: 25px;
}

.faq_list dl {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #DDDBD4;
}

.faq_list dt {
	color: #707070;
	font-weight: 600;
	font-size: 2rem;
	display: flex;
	cursor: pointer;
	transition: color 0.9s;
	position: relative;
	padding: 20px 11% 20px 7%;
}

.faq_list dt.open {
	color: #E47E5E;
}

.faq_list dt::before {
	content: "Q.";
	margin-right: 3%;
}

.faq_list dt::after {
	content: "";
	content: "";
	position: absolute;
	top: 50%;
	right: 7%;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #95989A;
	border-right: 2px solid #95989A;
	transform: rotate(45deg) translateY(-50%);
	transition: transform 0.6s;
}

.faq_list dt.open::after {
	border-color: #DDDBD4;
	transform: rotate(-135deg) translateY(-50%);
}

.faq_list dd {
	padding: 10px 5% 20px 7%;
	display: none;
}

.faq_list dd a {
	color: #0037CC;
}

.faq_answer {
	color: #000000;
	font-size: 1.7rem;
	display: flex;
	align-items: baseline;
}

.faq_answer::before {
	content: "A.";
	font-size: 2rem;
	font-weight: bold;
	margin-right: 3%;
}

@media screen and (min-width: 801px) {
	.faq .bg_ttl {
		margin-bottom: 29px;
	}

	.faq_list dt {
		padding: 20px 50px 20px 29px;
	}

	.faq_list dt::before {
		margin-right: 10px;
	}

	.faq_list dt::after {
		right: 33px;
	}

	.faq_list dd {
		padding: 10px 50px 20px 29px;
	}

	.faq_answer::before {
		margin-right: 10px;
	}
}

/* ■■■■■■ モーダル ■■■■■■ */
/* ■■■■■■ 資格一覧 ■■■■■■ */
.license-table {
	border-spacing: 0;
	border-collapse: separate;
	overflow: hidden;
	font-size: 13px;
	width: 880px;
}

.license-table thead th {
	background-color: #A09F96;
	color: #fff;
	border-right: 2px solid #fff;
	padding: 5px;
}

.license-table thead th:first-child {
	width: 40px;
}

.license-table thead th:nth-child(2) {
	width: 32%;
}

.license-table thead th:last-child {
	width: 17%;
	border-right: none;
}

.license-table tbody tr td {
	vertical-align: middle;
	text-align: left;
	padding: 7px 10px;
	border-right: 2px solid #A09F96;
}

.license-table tbody tr td:first-of-type {
	font-size: 16px;
	font-weight: 600;
}

.license-table tbody tr td:last-child {
	border-right: none;
	text-align: center;
	font-size: 18px;
	padding: 5px;
	font-weight: 600;
	color: #E47E5E;
}

.license-table tbody tr td .small {
	font-size: 13px;
	text-align: left;
	display: block;
	line-height: 1.1;
}

.license-table tbody tr:nth-child(even) {
	background-color: #F6F5F1;
	border-top: 1px solid #34292D;
	border-bottom: 1px solid #34292D;
}

.license-table th {

	font-size: 17px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px;
}

.license-table th.small {
	font-size: 13px;
	line-height: 1.1;
}

@media screen and (max-width: 999px) {
	.license-table {
		width: 950px;
	}

	.license-table thead th:last-child {
		width: 15%;
	}
}

/* ■■■■■■ 喫煙 ■■■■■■ */
.modal_smok_lead {
	margin-bottom: 35px;
}

.modal_smok_reason {
	font-weight: 600;
	margin-bottom: 15px;
}

.modal_smok_list li {
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
}

.modal_smok_list li span {
	display: block;
	color: #E47E5E;
}

/* ■■■■■■ 仕事の流れ ■■■■■■ */

.modal_flow .left_border_ttl {
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 35px;
}

.modal_flow .modal_ttl {
	display: flex;
	text-align: left;
	font-size: min(4.5vw, 1.9rem);
	padding: 10px 5%;
}

.modal_flow .modal_ttl span {
	margin-right: 5%;
}

.modal_flow_lead {
	margin-bottom: 35px;
}

.modal_label {
	font-size: 1.6rem;
	text-align: center;
	width: 234px;
	height: 33px;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #E47E5E;
	border-radius: 20px;
}

.modal_flow_list {
	padding: 15px 0 30px;
}

.modal_flow_list li::before {
	content: "・";
}

.modal_flow_list li {
	display: flex;
}

.modal_flow_note li::before {
	content: "※";
}

.modal_flow_note li {
	display: flex;
	font-size: min(3vw, 1.5rem);
}

@media screen and (min-width: 801px) {
	.modal_flow .modal_ttl {
		padding: 10px 19px;
	}

	.modal_flow .modal_ttl span {
		margin-right: 30px;
	}

	.modal_flow_box {
		display: flex;
	}

	.modal_flow_note {
		padding-top: 15px;
		margin-left: 14%;
	}
}

/* ■■■■■■ オンデマンド講座 ■■■■■■ */

/* ■■■■■■ study ■■■■■■ */
.modal_inr.study_inr {
	position: relative;
}

.study_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 155px;
	background: url(../img/icon_study2.png);
	background-size: cover;
	margin: 0 auto 30px;

}

.study_logo_ttl {
	color: #fff;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    transform: rotate(-14deg);
}

.study_logo_ttl span {
	display: block;
	font-size: 3rem;
	font-weight: 600;
}

.study_head {
	margin-bottom: 40px;
	text-align: center;
}

.study_head_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.33;
	gap: 20px;
	margin: 15px 0 27px;
}

.study_head_ttl span:not(.ib) {
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 600;
}

.study_head_ttl::after,
.study_head_ttl::before {
	content: "";
	display: block;
	width: 130px;
	height: 15px;
}

.study_head_ttl::before {
	background: url(../img/ttl-deco01.png) no-repeat;
	background-size: contain;
}

.study_head_ttl::after {
	background: url(../img/ttl-deco01.png) no-repeat;
	background-size: contain;
}

.study_head img {
	margin: 0 auto;
}

.study_border_box {
	padding: 24px 5%;
	max-width: 623px;
	margin: 0 auto 30px;
	border: 4px solid #4496D2;
	color: #003288;
	font-size: min(6vw, 22px);
	letter-spacing: 0.05em;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.36;
	font-weight: 600;
}

.study_lead {
	font-size: 15px;
	letter-spacing: 0.19em;
	line-height: 1.53;
	text-align: justify;
	margin-bottom: 40px;
}

.study_lead span {
	color: #E60001;
	font-weight: 500;
}

.study_ttl {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 17px;
	margin-bottom: 30px;
	position: relative;
}

.study_ttl::after {
	content: "";
	display: block;
	width: 264px;
	height: 7px;
	background: url(../img/border-02.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.study_ttl02 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.77;
}

.study_ondemand {
	margin-top: 40px;
}

.study_ondemand_img {
	width: 280px;
	margin: 0 auto;
}

.study_ondemand_ttl {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.4;
	color: #2F69A9;
	margin-bottom: 20px;
}

.study_ondemand_txt {
	font-size: 13.5px;
	line-height: 1.61;
}

.study_content {
	padding: 60px 0 24px;
	max-width: 720px;
	margin: 0 auto;
}

.study_content_list {
	counter-reset: number 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px 26px;
	margin-bottom: 35px;
}

.study_content_list li {
	position: relative;
	border: 4px solid #6DAD19;
	background-color: #F5F8E8;
	border-radius: 11px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	font-weight: 600;
	box-sizing: border-box;
}

.study_content_list li::after {
	counter-increment: number 1;
	content: counter(number);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 19px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	color: #fff;
	background-color: #6DAD19;
}

.study_content_list li:nth-of-type(2) {
	border: 4px solid #ED6B00;
	background-color: #FFF4E4;
}

.study_content_list li:nth-of-type(2)::after {
	background-color: #ED6B00;
}

.study_content_list li:nth-of-type(3) {
	border: 4px solid #00A2E9;
	background-color: #E5F4FD;
}

.study_content_list li:nth-of-type(3)::after {
	background-color: #00A2E9;
}

.study_content_list li:nth-of-type(4) {
	border: 4px solid #DF5092;
	background-color: #FBEAF2;
}

.study_content_list li:nth-of-type(4)::after {
	background-color: #DF5092;
}

.study_content_list li:nth-of-type(5) {
	border: 4px solid #8E4E95;
	background-color: #F1F0F8;
}

.study_content_list li:nth-of-type(5)::after {
	background-color: #8E4E95;
}

.study_content_list li:nth-of-type(6) {
	border: 4px solid #FFBE00;
	background-color: #FFFDE9;
}

.study_content_list li:nth-of-type(6)::after {
	background-color: #FFBE00;
}

.study_content_txt {
	margin-bottom: 10px;
	font-size: 13.5px;
	line-height: 1.61;
	letter-spacing: 0;
}

.study_fee_img img ,
.study_content_img img {
	margin: 0 auto;
}

.study_fee {
	padding: 40px 0 0;
}

.study_fee_ttl {
	text-align: center;
}

.study_fee_ttl span {
	display: inline-block;
	position: relative;
	color: #D25D8B;
	font-size: min(5vw, 23px);
	font-weight: 600;
	letter-spacing: 0em;
	padding: 0 30px;
}

.study_fee_ttl span::before,
.study_fee_ttl span::after {
	content: "";
	width: 2px;
	height: 58px;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	background-color: #D25D8B;
}

.study_fee_ttl span::before {
	transform: translateY(-50%) rotate(-27deg);
	left: 0;
}

.study_fee_ttl span::after {
	transform: translateY(-50%) rotate(27deg);
	right: 0;
}

.study_fee_box {
	padding: 40px 0 50px;
}

.study_fee_content {
	margin-bottom: 20px;
}

.study_fee_dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 10px;
}

.study_fee_dl::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 27px solid #E60001;
	border-bottom: 0;
	margin: 0 auto;
}

.study_fee_dl dt {
	width: 106px;
	color: #fff;
	background-color: #D25D8B;
	font-size: 19.5px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
}

.study_fee_dl dd {
	font-size: 33px;
	font-weight: 600;
	line-height: 1;
	width: calc(100% - 116px);
	text-align: left;
}

.study_fee_dl dd .en {
	font-size: 24px;
}

.study_fee_dl dd .tax {
	font-size: 16px;
	display: inline-block;
	line-height: 1.4;
}

.study_fee_txt {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 600;
	color: #E60001;
	text-align: center;
	padding-top: 7px;
	line-height: 1.43;
}

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

.ondemand_btn a {
	width: 100%;
	max-width: 408px;
	padding: 0 50px 0 30px;
	color: #fff;
	background-color: #003288;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 600;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-sizing: border-box;
	letter-spacing: 0.12em;
	position: relative;
}

.ondemand_btn a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 14px solid #F4EA00;
	border-bottom: 0;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(-90deg);
}

@media only screen and (min-width: 799px) {

	.modal_inr.study_inr {
		padding-top: 60px;
	}

	.study_logo {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 155px;
		height: 155px;
	}

	.study_lead {
		text-align: center;
	}

	.study_head_ttl {
		flex-wrap: nowrap;
		flex-direction: row;
		gap: 30px;
	}

	.study_ondemand {
		display: flex;
	}

	.study_border_box {
		padding: 24px 20px;
	}

	.study_content_box {
		display: flex;
	}

	.study_content_txt {
		margin: 0 28px 0 0;
		flex: 1;
	}

	.study_content_img {
		width: 41%;
	}

	.study_fee_box {
		display: flex;
	}

	.study_fee_content {
		width: 424px;
		flex-shrink: 0;
		margin-bottom: 0;
	}

	.study_fee_txt {
		margin: 0 20px 0 0;
	}

	.study_fee_img {
		width: 41%;
	}

	.study_fee_ttl span::before {
		transform: translateY(-50%) rotate(-27deg);
		left: -40px;
	}

	.study_fee_ttl span::after {
		transform: translateY(-50%) rotate(27deg);
		right: -40px;
	}

	.ondemand_btn a {
		width: 90%;
		max-width: 408px;
		padding: 0 20px 0 0;
	}

	.ondemand_btn a::after {
		top: 50%;
		right: 10%;
		transform: translateY(-50%) rotate(-90deg);
	}
}