/*-----------------------------
	add.css 202509 
------------------------------*/

.fadein {
    opacity: 0;
    transform: translate(0, 60px);
    transition: all 1s;
}
.fadein.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }    
}

/*----- common -----*/  

body.recruit .page .mv,
body.recruit .breadcrumbs,
body.recruit2 .page .mv,
body.recruit2 .breadcrumbs {
	display: none;
}
body.recruit .breadcrumbs.esp,
body.recruit2 .breadcrumbs.esp {
	display: block;
}

.page-common .common-wrap.rct_narrow {
	max-width: 840px;
}
.sp {
	display: none;
}
.cen {
	text-align: center!important;
}
.rct_bg {
	background: #f0fcf4;
}
.rct_bg2 {
	background: #32af72;
	color: #fff;
}
.rct_ttl {
	margin-bottom: 2em;
}
.rct_ttl h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.rct_bg2 .rct_ttl h2 {
	color: #fff;
}
.page-common .common-wrap h3.rct_ttl_h3 {
	margin-top: 0;
	color: #013926;
	text-align: center;
}
.page-common .common-wrap h4.rct_ttl_h4 {
	margin-bottom: 2em;
	text-align: center;
	line-height: 1.75;
}
.rct_ttl p.rct_en {
	color: #80a74c;	
	font-family:  "Century";
	letter-spacing: 1px;
	text-align: center;
}
.rct_bg2 .rct_ttl p.rct_en {
	color: #f0fcf4;		
}
.rct_col2 {
	display: flex;
	justify-content: space-between;
}
.rct_col2 .rct_colbox {
	width: 47.5%;
}
.rct_mb {
	margin-bottom: 30px!important;
}

@media ( width < 768px ) {
	
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	.rct_col2 {
		display: block;
	}
	.rct_col2 .rct_colbox {
		width: 100%;
	}
	
	.page-common .common-wrap h4.rct_ttl_h4 {
		text-align: left;
		font-size: 4vw;
	}
	
}

/*----- recruit -----*/

/* fv, */

.rct_fv img {
	max-width: 1440px;
}
.rct_head span {
	background: linear-gradient(transparent 70% , #ffbce3 70%);
}
.page-common .common-wrap h3.rct_head_sub {
	text-align: center;
}
.page-common .common-wrap h3.rct_head_sub span {
	font-size: 120%;
}
.page-common .common-wrap h3.rct_head_sub b {
	color: #3b7500;
}
.page-common .common-wrap ul.rct_li_check {
	margin-bottom: 40px;
}
.rct_li_check li {
	position: relative;
	list-style: none;
}
.rct_li_check li::after {
	content: '';
	display: block;
	position: absolute;
	top: .25em;
	left: -1.5em;
	width: 15px;
	height: 7.5px;
	border-left: 3px solid #25AF01;
	border-bottom: 3px solid #25AF01;
	transform: rotate(-45deg);
}

.rct_sche {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 0;
}
.rct_sche_box {
	width: calc(25% - 45px); 
	text-align: center;
}
.rct_sche_box .rct_watch img {
	max-width: 333px;
}
.rct_sche_box .rct_sche_time {
	margin: 15px 0;
	color: #32af72;
	font-size: 30px;
	font-weight: bold;
}
.page-common .common-wrap .rct_sche_box h3.rct_sche_text {
	margin: 0;
	text-align: center;
	font-size: 18px;
}
.rct_arrow {
	position: relative;
	width: 60px;
}
.rct_arrow::after {
	position: absolute;
	top: 6.66em;
	left: calc(50% - 1em);
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #deb887;
	transform: rotate(-90deg);
}

@media ( width < 1199px) {
	.rct_arrow::after {
		top: 8.4vw;
		border-width: 2vw;
	}
}
@media ( width < 768px ) {
	
	.rct_li_check li {
		margin-left: 2vw;
	}	
	.page-common .common-wrap h3.rct_head_sub {
		margin-top: 40px;
		text-align: left;
		font-size: min(4.5vw,20px);
	}
	.page-common .common-wrap h3.rct_head_sub span {
		display: block;
		text-align: center;
	}
	
	.rct_sche {
		display: block;
	}
	.rct_sche_box {
		width: 100%; 
	}
	.rct_sche_box .rct_watch img {
		max-width: 200px;
	}
	.rct_sche_box .rct_sche_time {
		margin: 10px 0;
		font-size: min(7vw,24px);
	}
	.page-common .common-wrap .rct_sche_box h3.rct_sche_text {
		font-size: 1em;
	}
	.rct_arrow {
		margin: 30px 0 45px;
		width: 100%;
	}
	.rct_arrow::after {
		position: absolute;
		top: -15px;
		left: calc(50% - 4vw);
		transform: rotate(0);
		border-width: 4vw;
	}
	
}

/*  */

.rct_table {
	
}
.rct_table .clinic-table {
	display: block;
	width: 100%;
}
.rct_table .clinic-table > div {
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.rct_table .clinic-table > div:first-child {
	border-top: 1px solid #ddd;
}
.rct_table .clinic-table dt {
	background: #deb887;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.rct_table .clinic-table dd {
	padding-left: 20px;
	padding-right: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.rct_stg .rct_col2 {
	margin: 60px 0;
}
.rct_stg .rct_col2:nth-of-type(2n) .rct_colbox:first-child {
	order: 2;
}
.rct_stg .rct_colbox img {
	border-radius: 15px;
	box-shadow: 15px 15px 0 rgba(255,255,255,.3);
}
.rct_stg_ttl {
	display: flex;
	align-items: flex-start;
	gap: 0 15px;
	border-bottom: 2px solid #f0fcf4;
	margin-bottom: 30px;
	padding-bottom: 15px;	
}
.rct_stg_ttl span {
	display: block;
	margin-top: 7px;
	background: #f0fcf4;
	border-radius: 50%;
	color: #19754c;
	font-size: 1.25em;
	width: 2.5em;
	text-align: center;
}
.rct_stg_ttl h3 {
	margin: 0!important;
	color: #f0fcf4!important;
}
.rct_stg p {
	color: #f0fcf4!important;
}
.rct_process {
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.rct_process_atte {
	margin: 0 0 40px;
}
.page-common .common-wrap .rct_process_atte p {
	padding-left: 1em;
	text-indent: -1em;
}
@media ( width < 768px ) {
	
	.rct_stg_ttl span {
		margin-top: .5vw;
		font-size: 5vw;
		width: 10vw;
	}
	.rct_stg_ttl {
		gap: 0 4vw;
	}
	.rct_stg .rct_colbox img {
		margin-top: 20px;
	}
	.rct_process {
		margin-bottom: 20px;
		padding: 20px 4vw;
		border-radius: 12px;
	}
	.rct_process_atte {
		margin: 30px 0;
	}
	
}

/* form */

.rct_form {
	border-top: 1px solid #9cb0a3;	
}
.rct_form .recruit-flex {
	display: flex;
	border-left: 1px solid #9cb0a3;
	border-right: 1px solid #9cb0a3;
	border-bottom: 1px solid #9cb0a3;
	box-sizing: border-box;
}
.rct_form .recruit-label {
	width: 25%;
	padding: 20px 12px 0;
	text-align: center;
	background: #e9f0e0;
	font-weight: bold;
	color: #013926;
}
.rct_form .recruit-input {
	width: 75%;
	padding: 12px;
	background: #fff;
}
.rct_form input[type="text"],
.rct_form input[type="number"],
.rct_form input[type="tel"],
.rct_form input[type="email"],
.rct_form select,
.rct_form textarea {
	border: 1px solid #eee;
	background: #fafafa;
}
.rct_form .recruit-submit {
	margin-top: 30px;
	text-align: center;
}
.rct_form .recruit-submit span {
	display: none;
}
.rct_form .recruit-submit input[type="submit"] {
	padding: 15px 90px;
	border: none;
	background: #bb7531;
	border-radius: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.rct_form .recruit-submit input[type="submit"]:hover {
	background: #fc6e59;
}

@media ( width < 768px ) {
	
	.rct_form .recruit-flex {
		display: block;
	}
	.rct_form .recruit-label {
		width: 100%;
		padding: 12px;
		text-align: center;
	}
	.rct_form .recruit-input {
		width: 100%;
		padding: 15px;
	}
	
}
