@charset "UTF-8";
/* CSS Document */


/* -----------------------------------
company
----------------------------------- */
#cnt_company table th,
#cnt_company table td {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

#cnt_company table th { 
	font-weight: bold;
	white-space: nowrap;
}

#cnt_company .box_flex {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

@media screen and (max-width: 768px) {
	#cnt_company .box_flex {
		flex-wrap: wrap;
	}
}

/* -----------------------------------
access
----------------------------------- */
#cnt_access section {
	max-width: 960px;
	width: 95%;
	margin: 0 auto;
	padding: 30px;
	border: solid 3px #46b450;
	border-radius: 10px;
}

#cnt_access section h3 {
	font-weight: bold;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	text-align: center;
	border-bottom: 1px solid #46b450;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

#cnt_access section .box_flex {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 50px;
}

#cnt_access section .box_flex div {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

#cnt_access section div p {
	font-weight: bold;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#cnt_access section .box_flex {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 480px) {
	#cnt_access section {
		padding: 15px;
	}
}

/* -----------------------------------
vision
----------------------------------- */
#cnt_vision section section {
	margin-bottom: 10vh;
}

#cnt_vision section h4 {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: bold;
	text-align: center;
	margin: 50px 0;
}

#cnt_vision section h4 span {
	font-weight: normal;
	font-size: 1.5rem;
	display: block;
}

#cnt_vision section h5 {
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: bold;
	margin: 30px 0;
}

#cnt_vision section .img {
	text-align: center;
	margin-bottom: 10px;
}

/* -----------------------------------
strength
----------------------------------- */
#cnt_strength section > section {
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
	margin-bottom: 5vh;
}

#cnt_strength section > section .img {
	max-width: 360px;
}

#cnt_strength section > section .text h4 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
	#cnt_strength section > section {
		flex-wrap: wrap;
	}
	
	#cnt_strength section > section > div {
		width: 100%;
	}
	
	#cnt_strength section > section .img {
		max-width: 100%;
	}
}

/* -----------------------------------
course
----------------------------------- */
#cnt_course #mainvisual {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 30px;
}

#cnt_course #wrap_course {
	background: #DAF0DC;
	padding: 70px 0;
}

#cnt_course #wrap_course_in {
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
}

#cnt_course #wrap_course_in .box_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	grid-row-gap: 10px;
	margin-bottom: 40px;
}

#cnt_course #wrap_course_in .box_note {
	margin-bottom: 30px;
}

#cnt_course #wrap_course_in .box_note li {
	margin-bottom: 5px;
}

#cnt_course #wrap_course_in .box_note li::before {
	content: "※";
	margin-right: 2px;
	font-family:'Roboto';
}

#cnt_course #wrap_course_in .table_box {
	overflow-x: scroll;
	margin: 40px 0;
}

/*スクロールヒント用css*/
.scroll-hint-icon {
	top: 10%!important;
}

#cnt_course #wrap_course_in table th,
#cnt_course #wrap_course_in table td {
	border: 1px solid #ccc;
}

#cnt_course #wrap_course_in table thead th {
	background: #46B450;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 20px 40px;
}

#cnt_course #wrap_course_in table tbody th,
#cnt_course #wrap_course_in table tbody td {
	font-weight: normal;
	text-align: left;
	font-size: 1.4rem;
	padding: 20px;
	background: #fff;
}

#cnt_course #wrap_course_in table tbody th {
	white-space: nowrap;
}

#cnt_course #wrap_course_in .box_note + p{
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	#cnt_course #wrap_course_in .box_btn {
		flex-wrap: wrap;
	}
	
	#cnt_course #wrap_course_in .box_btn li {
		width: 80%;
	}
	
	#cnt_course #wrap_course_in .box_btn li a {
		width: 100%;
		text-align: center;
	}
}

/* -----------------------------------
careerup
----------------------------------- */
#cnt_careerup section .wrap_flow {
	margin: 30px auto;
	width: 50%;
}

#cnt_careerup section .wrap_flow li {
	text-align: center;
	line-height: 1.7;
	border: 2px solid #F08401;
	background: #FEF9F2;
	border-radius: 10px;
	padding: 50px;
	position: relative;
	margin-bottom: 20px;
}

#cnt_careerup section .wrap_flow li:nth-last-child(2) {
	margin-bottom: 48px;
}

#cnt_careerup section .wrap_flow li strong {
	font-weight: bold;
	font-size: 1.8rem;
}

#cnt_careerup section .wrap_flow li::after {
	content: "";
	display: block;
	background: #F08401;
	width: 50px;
	height: 20px;
	margin: 0 auto;
	position: absolute;
	bottom: -22px;
	left: 50%;
    transform: translateX(-50%);
}

#cnt_careerup section .wrap_flow li:nth-last-child(2)::after {
	content: "";
	display: block;
	width: 84.3px;
	height: 48px;
	background: #F08401;
	clip-path: polygon(0 26.3%, 20.3% 26.3%, 20.3% 0, 79.7% 0, 79.7% 26.3%, 100% 26.3%, 50% 100%);
	bottom: -50px;
}

#cnt_careerup section .wrap_flow li:last-child::after {
	display: none;
}

@media screen and (max-width: 960px) {
	#cnt_careerup section .wrap_flow {
		width: 80%;
	}
}

@media screen and (max-width: 480px) {
	#cnt_careerup section .wrap_flow {
		width: 100%;
	}
}

#cnt_careerup section dl dt {
	font-weight: bold;
	font-size: clamp(1.6rem, 3vw, 1.7rem);
	margin-bottom: 10px;
}

#cnt_careerup section dl div {
	margin: 20px 0;
}

#cnt_careerup .wrap_tokucho {
	margin-top: 40px;
}

#cnt_careerup .wrap_tokucho > div {
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
	margin-bottom: 5vh;
}

#cnt_careerup .wrap_tokucho > div .img {
	max-width: 360px;
}

#cnt_careerup .wrap_tokucho > div .text {
	width: 100%;
}

#cnt_careerup .wrap_tokucho > div .text h6 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
	#cnt_careerup .wrap_tokucho > div {
		flex-wrap: wrap;
	}
	
	#cnt_careerup .wrap_tokucho > div > div {
		width: 100%;
	}
	
	#cnt_careerup .wrap_tokucho > div .img {
		max-width: 100%;
	}
}

/* -----------------------------------
training
----------------------------------- */
#cnt_training ul,
#cnt_training ol {
	margin: 30px 0;
}

#cnt_training #wrap_training_02 .list-style-disc {
	margin-top: 10px;
}

#cnt_training .point_box {
	margin: 10px 0 30px;
}

#cnt_training .point_box dt {
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background: #46B450;
	padding: 10px 20px;
}

#cnt_training .point_box dd {
	font-size: 1.8rem;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #ccc;
}

#cnt_training .point_box dd span {
	font-size: 1.6rem;
	display: block;
}

/* -----------------------------------
qa
----------------------------------- */
#cnt_qa dl div {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-top: 23px;
}

#cnt_qa dl dt {
	font-weight: bold;
	display: flex;
	column-gap: 15px;
	margin-bottom: 15px;
}

#cnt_qa dl dt::before {
	content: "Q";
	color: #46B450;
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: -8px;
}

#cnt_qa dl dd {
	display: flex;
	column-gap: 15px;
}

#cnt_qa dl dd::before {
	content: "A";
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: -7px;
}

/* -----------------------------------
voice
----------------------------------- */
#cnt_voice ul li {
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px;
	padding: 30px;
	border-radius: 10px;
}

#cnt_voice ul li .img {
	max-width: 180px;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
}

#cnt_voice ul li .img img {
	display: block;
	margin-bottom: 10px;
}

/* -----------------------------------
privacy
----------------------------------- */
#cnt_privacy dl div {
	margin-top: 40px;
}

#cnt_privacy dl dt {
	font-weight: bold;
}