@charset "UTF-8";

/*======================================================
 *  フォームページ
======================================================*/




/*******注意書き*******/
.page-confirm #form_area .notes {
	margin-bottom: 80px;
}

#form_area .notes .txt_hissu {
	margin-top: 60px;
}
#form_area .notes .txt_hissu .hissu {
	background-color: #a92224;
	color: #fff;
	display: inline-block;
	font-size: 80%;
	padding: 0.1em 0.5em;
	text-align: center;
	margin-right: 0.5em;
	vertical-align: 0.1em;
}

.page-complete #form_area .notes [class*="btn_icon_arrow"] {
	width: 28rem;
	margin: 6rem auto 0;
}
.page-complete #form_area .notes [class*="btn_icon_arrow"] [class*="icon-"] {
	margin: 1.125em;
}
.page-complete #form_area .notes [class*="btn_icon_arrow"]  em {
	padding-right: 1em;
}


/*看護部*/
#kango_entry.page-complete #form_area .notes [class*="btn_"] {
	margin: 6rem auto 0;
}





/*******フォームテーブル*******/
#form_area table {
	margin-top: 30px;
	line-height: 1.75;
}
.page-confirm #form_area table {
	margin-top: 80px;
}
#form_area table th {
	border-bottom: 1px solid;
	color: var(--color-main);
	font-size: 20px;
	padding: 30px 20px 30px 0;
	width: 240px;
	text-align:left;
	position: relative;
	background-clip: padding-box;
}
#resident_entry #form_area table th {
	color: var(--color-main);
}
#kango_entry #form_area table th {
	color: var(--color-kango-main);
}
#form_area table tbody:first-of-type tr:first-of-type th {
	border-top: 1px solid;
}


#form_area table th span {
	display: block;
	position: relative;
}

.page-index #form_area table th span::after {
	position: absolute;
	content: '必須';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #a92224;
	color: #fff;
	display: inline-block;
	font-size: 77.8%;
	padding: 0.4em 0.5em;
	letter-spacing: 0;
	text-indent: 0;
	line-height: 1;
	text-align: center;
}




#form_area table td {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	letter-spacing: inherit;
	text-align: left;
	padding: 30px 25px;
}
#form_area table tbody:first-of-type tr:first-of-type td {
	border-top: 1px solid #ccc;
}

/*td内パーツ*/
#form_area table p {
	/*color: #646464;*/
}
#form_area table p:not(.sp) {
	display: inline-block;
	font-size: 16px;
	margin-left: 0.5em;
	margin-right: -1em;
}


#form_area table ul {
	margin-top: 1em;
}
#form_area table ul:not(.kome_list) {
	font-size: 16px;
}


/*フォームパーツ*/
#form_area table select {
	padding: 0 2em 0 0.5em;
	border-radius: 3px;
	border: 1px solid #9f9f9f;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fffff0 url(../images/select_icon.svg) center right 0.6em no-repeat;
	height: 46px;
	line-height: normal;
}
#form_area table input[type=text],
#form_area table input[type=tel],
#form_area table input[type=email],
#form_area table input[type=number],
#form_area table input[type=url] ,
#form_area table input[type=date] {
	padding: 0 0.5em;
	background-color: #fffff0;
	border: 1px solid #9f9f9f;
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: normal;
	height: 46px;
	width: 480px;
	max-width: 100%;
}
#form_area table input[type=date] {
	color: #999;
}

input:placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
	color: #999;
}


body:not(.page-confirm) #form_area table #add div {
	margin-bottom: 15px;
}
body.page-confirm #form_area table #add span {
	display: inline-block;
	width: 4.6em;
}
#form_area table #name input + input,
#form_area table .company_name input + input,
.page-index #form_area table .company_deppos div + div {
	margin-top: 15px;
}
#form_area table #name input {
	display: block;
	width: 290px;
}
#form_area table #add .input_postal {
	width: 180px;
	margin-left: 10px;
}
#form_area table #add select {
	width: 240px;
}
#form_area table #add input:not(.input_postal) {
	width: 480px;
}
#form_area table #add textarea {
	height: 110px;
}

#form_area table #number input {
	width: 240px;
}

#form_area table #mail input {
	width: 390px;
}
#form_area table .company_deppos div input {
	width: 440px;
}

#form_area table textarea {
	background-color: #fffff0;
	border: 1px solid #9f9f9f;
	border-radius: 3px;
	width: 100%;
	height: 170px;
	padding: 0.3em 0.5em;
	vertical-align:bottom;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}



/*チェックボックス＋ラジオボタン*/
#form_area table .radio label,
#form_area table .check label {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 28px;
}
#form_area table .radio label + label,
#form_area table .check label + label {
	margin-top: 1em;
}
#form_area table .radio label input:not([type=text]),
#form_area table .check label input:not([type=text]) {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#form_area table .radio label > span,
#form_area table .check label > span {
	position: relative;
	padding-left: 40px;
	display: block;
}
#form_area table .radio label > span::before,
#form_area table .radio label > span::after,
#form_area table .check label > span::before,
#form_area table .check label > span::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	display: block;
}
#form_area table .check label > span::before,
#form_area table .radio label > span::before,
#form_area table .radio label > span::after {
	width: 28px;
	height: 28px;
}
#form_area table .radio label > span::before,
#form_area table .check label > span::before {
	border: 1px solid #999;
	z-index: 1;
}
#form_area table .radio label > span::before,
#form_area table .radio label > span::after {
	border-radius: 50%;
}
#form_area table .radio label input:checked + span::after {
	background-color: var(--color-main);
	border: 0.35em solid #fff;
	z-index: 0;
}
#resident_entry #form_area table .radio label input:checked + span::after {
	background-color: var(--color-main);
}
#kango_entry #form_area table .radio label input:checked + span::after {
	background-color: var(--color-kango-main);
}
#form_area table .check label input:checked + span::after {
	top: 7px;
	left: 5px;
    width: 17px;
	height: 10px;
    border-bottom: 2px solid var(--color-main);
	border-left: 2px solid var(--color-main);
	z-index: 2;
	transform: rotate(-45deg);
}
#resident_entry #form_area table .check label input:checked + span::after {
    border-bottom: 2px solid var(--color-main);
	border-left: 2px solid var(--color-main);
}
#kango_entry #form_area table .check label input:checked + span::after {
    border-bottom: 2px solid var(--color-kango-main);
	border-left: 2px solid var(--color-kango-main);
}


/*label横並び用*/
#form_area table .label_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 1.4em;
}
#form_area table .label_list label + label {
	margin-top: 0!important;
}


/*年月日*/
#form_area table .ymd input {
	width: 125px;
	margin-right: 10px;
}
#form_area table .ymd select {
	margin: 0 10px;
}


/*最終学歴（/resident/entry/用）*/
@media screen and (min-width: 800.1px) {
	#resident_entry #form_area table td .history_list {
		font-size: 18px;
		max-width: 550px;
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 20px 0px;
		grid-template-areas:
		"a a"
		"b b"
		"c d";
	}
	#resident_entry #form_area table td .history_list > div:nth-of-type(1) { grid-area: a; }
	#resident_entry #form_area table td .history_list > div:nth-of-type(2) { grid-area: b; }
	#resident_entry #form_area table td .history_list > div:nth-of-type(3) { grid-area: c; }
	#resident_entry #form_area table td .history_list > div:nth-of-type(4) { grid-area: d; }
}

#resident_entry #form_area table td .history_list > div,
#resident_entry #form_area table td .history_list > div dd {
	display: flex;
	align-items: center;
}
#resident_entry #form_area table td .history_list > div dt {
	width: 6.1em;
	flex-shrink: 0;
	text-align: right;
	padding-right: 1em;
}
#resident_entry #form_area table td .history_list > div dd {
	flex-grow: 1;
}
#resident_entry #form_area table td .history_list > div dd input {
	width: 100%;
}
#resident_entry #form_area table td .history_list > div dd select,
#resident_entry #form_area table td .history_list > div.grad_year dd input {
	margin-right: 0.6em;
}
#resident_entry #form_area table td .history_list > div dd select {
	width: 80px;
}
#resident_entry #form_area table td .history_list > div.grad_year dd input {
	width: 110px;
}



/*見学希望日*/
#form_area table td .tourhope_list {
	display: grid;
	grid-template-columns: 4.3em 1fr;
	align-items: center;
	gap: 20px 0px;
	width: 280px;
}
#form_area table td .tourhope_list dd input {
	width: 100%;
}



/*学校名・卒業予定年（/kango/entry/用）*/
#kango_entry #form_area .school_list > div,
#kango_entry #form_area .school_list > div dd {
	display: flex;
	align-items: center;
}
#kango_entry #form_area .school_list > div + div {
	margin-top: 20px;
}
#kango_entry #form_area .school_list > div dt {
	flex-shrink: 0;
	padding-right: 1em;
}
#kango_entry #form_area .school_list > div dd input {
	width: 320px;
}
#kango_entry #form_area .school_list > div:nth-of-type(2) dd input {
	width: 80px;
	margin-right: 0.6em;
}





/*******reCAPTCHA*******/
.grecaptcha-badge {
	z-index: 100;
}
@media screen and (min-width: 800.1px) {
	.grecaptcha-badge {
		bottom: 110px!important;
	}
}



/*******個人情報保護方針に同意する*******/
#form_area .privacy_box {
	margin-top: 50px;
}
#form_area .privacy_box label {
	cursor: pointer;
	font-size: 22px;
	position: relative;
}
#form_area .privacy_box label input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#form_area .privacy_box label span {
	position: relative;
	padding-left: 1.86em;
}
#form_area .privacy_box label span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	border: 1px solid #999;
	z-index: 1;
	width: 1.27em;
	height: 1.27em;
}
#form_area .privacy_box label input:checked + span::after {
	position: absolute;
	content: '';
	top: 0.35em;
	left: 0.23em;
    width: 0.8em;
	height: 0.5em;
    border-bottom: 3px solid var(--color-main);
	border-left: 3px solid var(--color-main);
	z-index: 2;
	transform: rotate(-45deg);
}
#resident_entry #form_area .privacy_box label input:checked + span::after {
	border-color: var(--color-main);
}
#kango_entry #form_area .privacy_box label input:checked + span::after {
	border-color: var(--color-kango-main);
}




/*******ボタン*******/
#form_area .button {
	width: 420px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
}
#form_area table + .button,
#form_area .privacy_box + .button {
	margin-top: 80px;
}
#form_area .button .btn_submit {
	color: #fff;
	position: relative;
	z-index: 5;
}
#form_area .button .btn_submit input {
	border-radius: 100vh;
	background-color: var(--color-main);
	border: 2px solid var(--color-main);
	font-size: 24px;
	font-weight: 700;
	height: 100px;
	width: 100%;
	padding: 0 0 0.09em;
	transition: all 0.1s linear;
	cursor: pointer;
}
#kango_entry #form_area .button .btn_submit input {
	background-color: var(--color-kango-main);
	border-color: var(--color-kango-main);
}
#form_area .button .btn_submit [class*="icon-"] {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(0,-50%);
	font-size: 30px;
}
#kango_entry #form_area .button .btn_submit [class*="icon-"] {
	right: 2.5em;
	font-size: 16px;
}
#form_area .button .btn_submit:hover [class*="icon-"] {
	color: #fff;
}
#form_area .button .btn_submit:hover,
#form_area .button .btn_submit:hover [class*="icon-"] {
	color: var(--color-main);
}
#kango_entry #form_area .button .btn_submit:hover,
#kango_entry #form_area .button .btn_submit:hover [class*="icon-"] {
	color: var(--color-kango-main);
}
#form_area .button .btn_submit:hover input {
	background-color: #fff!important;
}

#form_area .button input.gray {
	border: none;
	border-bottom: 1px solid;
	background-color: transparent;
	cursor: pointer;
	/*color: #999;*/
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.08em;
	padding: 0 0 0.5em;
	margin-top: 60px;
    transition: all 0.1s linear;
}
#form_area .button input.gray:hover {
	color: var(--color-main);
}
#resident_entry #form_area .button input.gray:hover {
	color: var(--color-main);
}
#kango_entry #form_area .button input.gray:hover {
	color: var(--color-kango-main);
}












/*******カレンダー*******/
#form_area table .flatpickr {
	background: url("../images/input_icon_calendar.svg") center right 0.6em / 1em auto no-repeat;
}
.flatpickr-calendar {
	font-size: 18px;
	line-height: 1.5;
	width: 19.25em;
}
.flatpickr-calendar .flatpickr-months {
	justify-content: center;
	align-items: center;
	font-size: 22px;
	height: 3em;
	position: relative;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 0.7em;
	font-weight: 700;
	width: 2.5em;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	opacity: 0.15;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month::before,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	margin: auto;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	transform: rotate(45deg);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month::before {
	transform: rotate(-135deg);
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
	height: 100%;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 100%;
	height: 100%;
	padding: 0;
	flex-direction: row-reverse;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: 500;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
	
}
.flatpickr-calendar .flatpickr-current-month input.cur-year {
	font-weight: 500;
	padding: 0;
}


.flatpickr-calendar .flatpickr-weekdays {
	height: 1.5em;
}
.flatpickr-calendar .flatpickr-weekday {
	font-weight: 400;
}

.flatpickr-calendar .flatpickr-days {
	width: 100%;
}
.flatpickr-calendar .dayContainer {
	width: 100%;
	min-width: inherit;
	max-width: inherit;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flatpickr-calendar .dayContainer .flatpickr-day {
	border: none;
	border-radius: 50%;
	color: #333;
	font-weight: 500;
	width: 2.75em;
	-webkit-flex-basis: 2.75em;
	-ms-flex-preferred-size: 2.75em;
	flex-basis: 2.75em;
	max-width: 2.75em;
	height: 2.75em;
	line-height: 2.75em;
}
.flatpickr-calendar .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-day.saturday {
	color: #1e90ff !important; /*土曜日*/
}
.flatpickr-calendar .flatpickr-weekday:nth-child(1),
.flatpickr-calendar .flatpickr-day.sunday {
	color: #dc143c !important; /*日曜日*/
}
.flatpickr-calendar .flatpickr-day.holiday {
	color: #F4511E !important; /*祝日*/
}
.flatpickr-calendar .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-day.nextMonthDay {
	opacity: 0.4;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
	opacity: 0.15;
	font-weight: 400;
}

.flatpickr-calendar .flatpickr-day.selected {
	background: #eee;
}







/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 800px) {








/*******注意書き*******/
.page-confirm #form_area .notes {
	margin-bottom: 10vw;
}
#form_area .notes .txt_hissu {
	margin-top: 8vw;
}


.page-complete #form_area .notes [class*="btn_icon_arrow"] {
	width: 63vw;
	margin-top: 10vw;
}

	
	
/*看護部*/
#kango_entry.page-complete #form_area .notes [class*="btn_"] {
	margin-top: 10vw;
}
	

/*******フォームテーブル*******/
#form_area table {
	margin: 5vw 0 0;
	font-size: 4.27vw;
}
#form_area table th,
#form_area table td {
	font-size: 4.27vw;
}	
@media screen and (max-width:320px) {
	#form_area table th,
	#form_area table td {
		font-size: 5vw;
	}	
}
.page-confirm #form_area table {
	margin: 10vw 0 0;
}
#form_area table th,
#form_area table td {
	display: list-item;
	list-style-type:none;
}

#form_area table th {
	border-top: 1px solid;
	border-bottom: none;
	font-size: 107.142%;
	padding: 6vw 0 4vw;
	width: 100%;
}
#form_area table td {
	border: none!important;
	padding: 0 0 7vw;
}



/*td内パーツ*/
#form_area table p,
#form_area table ul {
	font-size: 4vw!important;
}
#form_area table p:not(.sp) {
	margin-right: -1em;
}

body:not(.page-confirm) #form_area table #add div,
#form_area table #add p.sp {
	margin-bottom: 3vw;
}

#form_area table p.pc {
	display: none;
}
#form_area table #number p,
#form_area table #mail p {
	margin: 0.5em 0 0 -0.5em;
}


/*フォームパーツ*/
#form_area table input[type=text],
#form_area table input[type=tel],
#form_area table input[type=email],
#form_area table input[type=number],
#form_area table input[type=url],
#form_area table input[type=date] {
	height: 13vw;
	width: 100%;
}

#form_area table select{
    background-size: 3vw!important;
	height: 13vw;
	max-width: 100%;
}

#form_area table #name input,
#form_area table .commpany input {
	width: 100%;
}
#form_area table #name input + input,
#form_area table .commpany_name input + input,
.page-index #form_area table .company_deppos div + div {
	margin-top: 3vw;
}
#form_area table #add .input_postal {
	width: 40vw;
	margin: 0 1.5vw;
}
#form_area table #add select {
	width: 35vw;
}
#form_area table #add input:not(.input_postal) {
	width: 100%;
}

#form_area table #mail input,
#form_area table #number input{
	width: 100%;
}

#form_area table .company_deppos div input {
	width: 100%;
}
	
#form_area table textarea {
	height: 40vw;
}



/*チェックボックス＋ラジオボタン*/
#form_area table .radio label{
	display: block;
	line-height: 1.7;
}
#form_area table .radio label + label,
#form_area table .check label + label {
	margin-top: 1em;
}
#form_area table .radio label > span,
#form_area table .check label > span {
	padding-left: 2.5em;
}
#form_area table .check label > span::before,
#form_area table .radio label > span::before,
#form_area table .radio label > span::after {
	width: 1.7em;
	height: 1.7em;
}
#form_area table .radio label input:checked + span::after {
	border-width: 2vw;
}
#form_area table .check label input:checked + span::after {
	top: 0.5em;
	left: 0.3em;
    width: 0.8em;
	height: 0.4em;
}


/*label横並び用*/
#form_area table .label_list {
	justify-content: space-between;
	gap: 1em 1em;
}



/*年月日*/
#form_area table .ymd input {
	width: 4em;
	padding: 0 0.5em;
	margin-right: 0.5em;
}
#form_area table .ymd select {
	background-position: center right 1.5vw;
	margin: 0 0.5em;
	padding: 0 1.5em 0 0.5em;
}
	

	
/*最終学歴（/resident/entry/用）*/
#resident_entry #form_area table td .history_list > div + div {
	margin-top: 3vw;
}
#resident_entry #form_area table td .history_list > div dt {
	
	padding-right: 1em;
}
#resident_entry #form_area table td .history_list > div dd select,
#resident_entry #form_area table td .history_list > div.grad_year dd input {
	margin-right: 0.6em;
}
#resident_entry #form_area table td .history_list > div dd select {
	width: 18vw;
}
#resident_entry #form_area table td .history_list > div.grad_year dd input {
	width: 25vw;
}




/*見学希望日*/
#form_area table td .tourhope_list {
	gap: 3vw 0px;
	width: 100%;
}
#form_area table td .tourhope_list dd input {
	width: 50vw;
}


/*学校名・卒業予定年（/kango/entry/用）*/
#kango_entry #form_area .school_list > div + div {
	margin-top: 3vw;
}
#kango_entry #form_area .school_list > div dd input {
	width: 100%;
}
#kango_entry #form_area .school_list > div:nth-of-type(2) dd input {
	width: 25vw;
}




/*******個人情報保護方針に同意する*******/
#form_area .privacy_box {
	margin-top: 5vw;
}
#form_area .privacy_box label {
	font-size: 5vw;
}

	
/*******ボタン*******/
#form_area .button {
	width: 73vw;
	margin: 0 auto;
}
#form_area table + .button {
	margin-top: 7vw;
}
#form_area .privacy_box + .button {
	margin-top: 12vw;
}
#form_area .button .btn_submit input {
	font-size: 5vw;
	height: 21vw;
}
#form_area .button .btn_submit [class*="icon-"] {
	font-size: 6.2vw;
}
#kango_entry #form_area .button .btn_submit [class*="icon-"] {
	right: 2.5em;
	font-size: 3.5vw;
}
#form_area .button input.gray {
	font-size: 4vw;
	margin-top: 8vw;
}




/*******カレンダー*******/
.flatpickr-calendar {
	font-size: 4.3vw;
}
.flatpickr-calendar .flatpickr-months {
	font-size: 6vw;
}


	
	
	
	
}