.g-recaptcha div {
	margin: 0 auto;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	
	-ms-overflow-style: none;
	scrollbar-width: none;
}
/*
.page {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
*/
.page {
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	-ms-overflow-style: none; /* Edge */
	scrollbar-width: none; /* Firefox */
}
.page::-webkit-scrollbar {
	display: none; /* Chrome,Safari */
}


.slide {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-size: cover;
	background-position: center;
}
section {
	width: 100%;
}

.pc_br {
	display: block;
	display: unset;
}
.sp_br {
	display: none;
}

img.pc {
	display: block;
}
img.sp {
	display: none;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* メインビジュアル */
.top-section{
	position: relative;
	height: 302px;
	overflow: hidden;
}

.top-section .top-bg{
	position: absolute;
	inset: 0;              /* 上下左右すべて0で全面 */
	width: 100%;
	height: auto;
	object-fit: cover;     /* 画像をトリミングしてフィット */
	z-index: 0;
	border: none;

	top: 0;
	left: 0;
}

.top-section-inner {
	position: relative;
	padding: 130px 118px 40px 118px;
	z-index: 2;
}


.top-title {
	font-family: Noto Sans JP;
	font-weight: 500;
	font-style: Medium;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;

	color: #151515;
	margin-bottom: 0;
}
.top-title-sub {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;

	color: #151515;
	margin-bottom: 0;
}

.pankuzu-list {
	display: flex;
	width: auto;
	margin-bottom: 24px;
	align-items: center;
}

.pankuzu-unit {
	color: #151515;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0%;
}

.pankuzu-separator {
	position: relative;
	width: 24px;
	height: 18px;
}
.pankuzu-separator img{	
	margin: 0 auto;
	margin-top: 0px;
	display: block;
	margin-top: 1px;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
.form-section {
	background-color: #F3F8FC;
}

.form-section-inner {
	/*padding: 80px 202px 80px 202px;*/
	padding: 80px 0 80px 0;
	max-width: 1024px;
	margin: 0 auto;
}



.form-head {
}

.form-head-title {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	border-left: 4px solid #005EAD;
	padding-left: 16px;
	margin-bottom: 10px;
}

.form-head-text {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	color: #151515;
	margin-bottom: 16px;
}

.form-head-tips {
	margin-bottom: 56px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.form-head .required {
	color: #fff;
	padding: 4px 8px 4px 8px;
	display: inline-block;
	background-color: #F14346;
	position: relative;
	right: 0;
	margin: 0;
	border-radius: 4px;
	font-family: Noto Sans JP;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
}

.form-head-tips-text {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
}











.form-section-body {
	border-radius: 4px;
	background-color: #fff;
	padding: 40px 40px 40px 40px;
}

.submit-btn-area {
	margin-bottom: 0;
}

form {
	margin: 0;
}

.form-table {
	width: 100%;
	position: relative;
	margin-bottom: 32px;
	border-collapse: collapse;
	border-spacing: 0;
}

.form-table th {
	width: 300px;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
	line-height: 100%;
	position: relative;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	padding: 8px 0;
	position: relative;
	min-height: 78px;
	height: 78px;
}

.input-title {
	display: flex;
	align-items: center;
}

.title-tips {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;

	position: absolute;
	top: 52px;
}

.input-line {
	display: flex;
	align-items: center;

	gap: 32px;
	width: 100%;
	flex-wrap: nowrap;
}

.input-line8 {
	display: flex;
	align-items: center;
	gap: 8px;
}

.input-line16 {
	display: flex;
	align-items: center;
	gap: 16px;
}

.input-line24 {
	display: flex;
	align-items: center;
	gap: 24px;
}

.input-line32 {
	display: flex;
	align-items: center;
	gap: 32px;
}

.input-line-tips {
	display: flex;
}

th .required {
	color: #fff;
	padding: 4px 8px 4px 8px;
	display: inline-block;
	background-color: #F14346;
	position: absolute;
	right: 0;
	border-radius: 4px;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	margin-right: 0;
	margin-left: auto;
}

.form-table td {
	text-align: left;
	/*padding: 16px 0 16px 32px;*//* 入力画面 */
	padding: 8px 0 8px 48px;/* 確認画面 */
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	min-height: 78px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 45px;
}

input[type="text"].small_textinput,
input[type="email"].small_textinput,
input[type="password"].small_textinput,
input[type="tel"].small_textinput {
	width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #AAAAAA;
	box-shadow: none;
	width: 100%;
	border-radius: 4px;
	color: #151515;

	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	padding: 8px 16px;
}

.file-input-area {
	border: 1px solid #AAAAAA;
	box-shadow: none;
	width: 100%;
	border-radius: 4px;
	color: #151515;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	padding: 8px 16px;
	display: flex;
}


textarea {
	min-height: 170px;
}

.input-textarea {
	min-height: 170px;
}

.xsmall-textinput {
	width: 295px;
}

.input-line-unit {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	flex-wrap: nowrap;
}

.input-line-unit8 {
	display: flex;
	gap: 8px;
	align-items: center;
}

.input-line-unit16 {
	display: flex;
	gap: 16px;
	align-items: center;
}

.input-line-unit24 {
	display: flex;
	gap: 24px;
	align-items: center;
}

.input-line-unit32 {
	display: flex;
	gap: 24px;
	align-items: center;
}

.input-line-unit-title {
	min-width: 48px;
}

.input-line-unit-input {
	flex-wrap: nowrap;
	width: 100%;
	display: flex;
	gap: 16px;
	align-items: center;
}

.anno {
	width: 32px;
}

.input-line-birth {
	width: auto;
}


.paddingsideleft {
	width: 37px;
	flex: 0 0 37px;
	align-items: center;
	display: flex;
	padding: 0;
	margin: 0;
}

.paddingsideright {
	width: 37px;
	flex: 0 0 37px;
	align-items: center;
	display: flex;
	padding: 0;
	margin: 0;
}

.input-title-zip {
	height: 62px;
	position: absolute;
	top: 0;
	width: 100%;
	margin-top: 0;
}

#zipcode {
	width: 295px;
}

.btn-get-address {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	color: #fff;
	width: 96px;
	height: 45px;
	background-color: #9C9C9C;
	border: none;
	margin-left: 8px;
}

.small {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	margin-top: 8px;
	height: 29px;
	display: block;
}

.form-table select {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0.02em;

	padding: auto;
	height: 48px;
	color: #151515;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #AAA;
	appearance: none;
	margin-bottom: 0;
	background-color: #fff;
	padding: 8px 16px;

	-webkit-appearance: none;
	-moz-appearance: none;
}
.form-table select::-ms-expand {
	display: none;
}
.form-table select {
		background: url("/common/asset/select_down_arrow.svg") no-repeat right 20px center / 14px auto;
}

.input-title-textarea {
	height: 62px;
	top: 0;
	margin-top: 0;
	position: absolute;
	display: flex;
	width: 100%;
}

.wpcf7-form-control.wpcf7-radio label {
	display: flex;
	height: 56px;
	margin: 0;
	margin-right: 0px;
	align-items: center;
	gap: 8px;
	margin-right: 32px;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
}

input[type="radio"] {
	width: 24px;
	height: 24px;
}

select[name="iht_birth_y"] {
	width: 144px;
}

select[name="iht_birth_m"] {
	width: 144px;
}

select[name="iht_birth_d"] {
	width: 144px;
}

input[name="iht_school"] {
	width: 200px !important;
}
input[name="iht_faculty"] {
	width: 200px !important;
}

input[name="iht_department"] {
	width: 200px !important;
}

input[name="iht_school_year"] {
	width: 200px !important;
}

input[name="iht_occupation1"] {
	width: 200px !important;
}

input[name="iht_occupation2"] {
	width: 200px !important;
}

.flexgap8 {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

.flexgap16 {
	display: flex;
	gap: 16px;
}

.flexgap24 {
	display: flex;
	gap: 24px;
}

.flexgap32 {
	display: flex;
	gap: 32px;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
.wpcf7-spinner {
	display: none;
}

.wpcf7-list-item {
	margin: 0;
}


#regist_large_btn {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.submit-btn-area-text {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	color: #151515;
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
}

.submit-btn-area-check {
	text-align: center;
	width: 100%;
}
.submit-btn-area-check.checkbox {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	color: #151515;
	padding: 0;
	display: flex;
	margin-bottom: 16px;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.submit-btn-area-check label {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	color: #151515;
	padding: 0;
	display: flex;
	text-align: center;
	align-items: center;
	margin-bottom: 0;

}

.checkbox input[type="checkbox"] {
	width: 22px;
	height: 22px;
	border-radius: 2px;
	border: 1px solid #151515;
	margin: 0;
	margin-right: 5px;
}

#regist_large_btn {
	text-align: center;
}

.rcp-area {
	margin-bottom: 16px;
	text-align: center;
	width: 100%;
}

.submit-btn-area {
	text-align: center;
}

.btn-secondary {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: capitalize;
	width: 260px !important;
	height: 56px;
	border-radius: 64px;
	background-color: #fff;
	background-image: none;
	border-color: #005EAD;
	background-image: none;
	color: #005EAD;
}
.btn-secondary:hover,
.btn-secondary:active, 
.btn-secondary:focus {
	border-color: #005EAD;
	background-color: #FFF;
}


.btn-member-fill {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: capitalize;
	width: 260px !important;
	height: 56px;
	border-radius: 64px;
	background-color: #005EAD;
	border-color: #005EAD;
	background-image: none;
	color: #ffffff;
}

.btn-confirm {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: capitalize;
	width: 260px !important;
	height: 56px;
	border-radius: 64px;
	background-color: #005EAD;
	border-color: #005EAD;
	background-image: none;
	color: #ffffff;
}

.btn-confirm:disabled,
.btn-confirm:disabled:hover,
.btn-confirm:disabled:active, 
.btn-confirm:disabled:focus {
	background-color: #9C9C9C;
	border-color: #9C9C9C;
	color: #ffffff;
	box-shadow: none;
	border: none;
}
.btn-confirm:hover,
.btn-confirm:active, 
.btn-confirm:focus {
	border-color: #005EAD;
	background-color: #005EAD;
}

.btn-primary {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: capitalize;
	width: 260px !important;
	height: 56px;
	border-radius: 64px;
	background-color: #005EAD;
	border-color: #005EAD;
	background-image: none;
	color: #ffffff;
}

.btn-back {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: capitalize;
	width: 260px !important;
	height: 56px;
	border-radius: 64px;
	background-color: #ffffff;
	border: 1px solid #005EAD;
	background-image: none;
	color: #005EAD;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
.form-message {
	text-align: center;
	margin-bottom: 32px;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
}
.form-table th {
	/*
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	*/
}
.form-table td {
	/*
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	*/
}

.submit-btn-area {
	text-align: center;
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
.completion_msg {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	color: #151515;
	text-align: center;
	margin-bottom: 32px;
}
.btn-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #005EAD;
	border-color: #005EAD;
	background-image: none;
	color: #ffffff;
	text-decoration: none;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
.contact-top-section {
	padding: 0 118px 40px 118px;
	background-color: #fff;
}

.contact-link-area {
	display: flex;
	gap: 40px;
	background-color: #fff;
	width: 100%;
}

.contact-link {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;

	background-color: #fff;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;
	color: #151515;
	width: 100%;
}

.contact-link.active {
	background-color: #fff;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;
	color: #005EAD;
	width: 100%;
}

.step-confirm TR {
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
}

#goto_policy {
	text-decoration: none;
	font-weight: 700;
	border-bottom: 1px solid #151515;
	cursor: pointer;
	color: #151515;
}

.head-btn-area {
	text-align: right;
}

/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* ====== レスポンシブ ====== */
@media (max-width: 1024px){
	.top-section {
		height: 259px;
	}

	.top-section-inner {
		padding: 64px 24px 40px 24px;
	}

	.top-title {
		font-family: Noto Sans JP;
		font-weight: 500;
		font-style: Medium;
		font-size: 32px;
		leading-trim: NONE;
		line-height: 160%;
		letter-spacing: 0%;
	}

	.form-section-inner {
		padding: 32px 24px;
	}

	.form-section-body {
		padding: 32px 16px;
	}

	.form-table {
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
	}

	.form-table tbody {
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
	}

	.form-table tr {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		width: 100%;
	}

	.form-table th {
		display: block;
		width: 100%;
		padding: 4px 0;
		height: auto;
		min-height: auto;
	}
	.form-table td {
		display: block;
		width: 100%;
		padding: 4px 0;
		height: auto;
		min-height: auto;
	}

	.submit-btn-area-text {
		text-align: left;
	}

	.input-title.input-title-textarea {
		height: auto;
		top: 0;
		position: relative;
	}

	.form-message {
		text-align: left;
	}
	/* ----------------------- */
	#zipcode {
		width: 214px;
	}

	.input-line-unit {
		display: flex;
		gap: 8px;
		flex-wrap: wrap;
	}

	.form-table .name-line {
		display: flex;
		column-gap: 8px;
		align-items: center;
		--gap: 8px;
	}

	.input-title-zip {
		height: auto;
		position: relative;
		top: 0;
		width: 100%;
		margin: 0;
	}

	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
		display: unset;
	}

	img.pc {
		display: none;
	}
	img.sp {
		display: block;
	}


	.form-table tbody {
		width: 100%;
	}

	.input-line.name-line {
		flex-wrap: nowrap;
		width: 100%;
	}

	.input-line-unit {
		/*flex-wrap: wrap;*/
		width: 100%;
	}

	.input-line {
		flex-wrap: wrap;
	}

	.input-line-unit-title {
		width: 100%;
	}


	select[name="iht_birth_y"] {
		width: 100%;
	}

	select[name="iht_birth_m"] {
		width: 100%;
	}

	select[name="iht_birth_d"] {
		width: 100%;
	}

	input[name="iht_school"] {
		width: 100% !important;
	}
	input[name="iht_faculty"] {
		width: 100% !important;
	}

	input[name="iht_department"] {
		width: 100% !important;
	}

	input[name="iht_school_year"] {
		width: 100% !important;
	}

	input[name="iht_occupation1"] {
		width: 100% !important;
	}

	input[name="iht_occupation2"] {
		width: 100% !important;
	}



	.input-line-unit span {
		word-break: keep-all;
	}

	.input-line-unit {
		flex-wrap: wrap;
		width: 100%;
	}

	.input-line-unit.input-line-birth {
		flex-wrap: nowrap;
		width: 100%;
	}

	.anno {
		width: 40px;
	}

	.wpcf7-form-control-wrap[data-name="iht_birth_y"] {
		width: 100%;
	}
	.wpcf7-form-control-wrap[data-name="iht_birth_m"] {
		width: 100%;
		padding-left: 40px;
	}
	.wpcf7-form-control-wrap[data-name="iht_birth_d"] {
		width: 100%;
		padding-left: 40px;
	}

	select[name="iht_birth_y"] {
		width: 100%;
	}

	select[name="iht_birth_y"] {
		width: 100%;
	}

	select[name="iht_birth_y"] {
		width: 100%;
	}

	.input-line-birth {
	}


	.input-line-unit-school {
		flex-wrap: nowrap;
		gap: 8px;
		align-items: baseline;
	}

	.input-line-unit-school .input-line-unit-title {
		width: 50px;
	}

	.input-line-unit-school .input-line-unit-title {
	}

	.input-line-unit-sub {
		margin-top: 8px;
		margin-bottom: 16px;
	}

	.input-line-unit-sub2 {
		display: none;
	}

	.title-name {
		font-family: Noto Sans JP;
		font-weight: 700;
		font-style: Bold;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;

		display: flex;
	}

	th .required {
		font-family: Noto Sans JP;
		font-weight: 700;
		font-style: Bold;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;
	}

	.input-line-unit {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;
	}

	.input-line-unit-school .input-line-unit-input {
		flex-wrap: wrap;
	}

	.wpcf7-form-control.wpcf7-radio label {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;
	}

	.title-tips {
		display: none;
	}

	.input-line-occupation {
		flex-wrap: wrap;
	}

	.input-line-unit-occupation {
		width: 100%;
		flex-wrap: nowrap;
		gap: 8px;
	}

	.input-line.input-line32.name-line.input-line-occupation {
		flex-wrap: wrap;
	}

	.input-line-unit-occupation .input-line-unit-title {
		word-break: keep-all;
		width: 100px;
		flex: 0 0 56px;
	}

	.input-line-tips{
		
	}

	.occupation-sample-title {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;

	}

	.occupation-sample-text {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;
	}

	.input-line-tips {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;
		margin-top: 16px;
		display: flex;
		gap: 8px;
	}

	.occupation-sample-title {
		word-break: keep-all;
	}


	.form-head {
	}

	.form-head-title {
		font-family: Noto Sans JP;
		font-weight: 700;
		font-style: Bold;
		font-size: 20px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;
		border-left: 4px solid #005EAD;
		padding-left: 16px;
		margin-bottom: 8px;
	}

	.form-head-text {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;
		color: #151515;
		margin-bottom: 16px;
	}

	.form-head-tips {
		margin-bottom: 40px;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.form-head .required {
		color: #fff;
		padding: 4px 8px 4px 8px;
		display: inline-block;
		background-color: #F14346;
		position: relative;
		right: 0;
		margin: 0;
		font-family: Noto Sans JP;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		border-radius: 4px;
	}

	.form-head-tips-text {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;
	}

	.head-btn-area {
		/*text-align: left;*/
		text-align: right;
		margin-bottom: 24px;
	}

	/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
	.form-table select {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;
	}
	/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* 送信中オーバーレイ */
.wpcf7-form.is-sending {
	position: relative;
}

.wpcf7-form.is-sending::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,0.7);
	z-index: 20;
}

.wpcf7-form.is-sending::after {
	content: "送信中です…しばらくお待ちください";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 12px 24px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	font-weight: 700;
	z-index: 21;
	white-space: nowrap;
}

/* 送信中はボタンを押せないようにする */
.wpcf7-form.is-sending button,
.wpcf7-form.is-sending input[type="submit"] {
	pointer-events: none;
	opacity: .6;
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* CF7 の本物の file を“見えなく”する */
.wpcf7 input[type="file"] {
	cursor: pointer;
	display: none;
}

/* 見た目のボタン */
.file-button {
	display: inline-block;
	background: #005ead;
	color: #fff;
	cursor: pointer;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 2%;
	margin: 0 15px 0 0;
	padding: 3px 14px;
	border: none;
	border-radius: 0;
	white-space: nowrap;
}


/* ファイル名表示 */
.file-name {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 2%;
	color: #9C9C9C;
}

.file-input-area {
	align-items: center;
}

.file-input-area span {
	color: #9c9c9c;
}

#file-name {
	margin-right: 8px;
}

@media (max-width: 1024px){

	.title-tips.sp {
		position: relative;
		top: 0;
		margin-top: 8px;
		font-size: 12px;
	}

	.file-button {
		margin: 0 8px 0 0;
		padding: 4px 8px;
	}

	.file-name {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 12px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 2%;
	}

	.title-tips {
		display: block;
		position: relative;
		top: 0;
		margin-top: 8px;

		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;
	}
}
/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
.wpcf7-response-output {
	border: none !important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0 !important;
	padding: 0 !important;
}
