input,textarea,select {
	font-family: 'Zen Kaku Gothic New', 'Yu Gothic', '游ゴシック体', 'YuGothic', '游ゴシック', '游ゴシック Medium', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Sans', sans-serif;
	font-weight: 500;
} 
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea,
select {
    display: inline-block;
	font-size: 1em;
	line-height: 1em;
    outline: none;
	padding: 0 1em;
	margin: 0;
	border-radius: 0;
	border: none;
	color: var(--black);
	background-color: rgb(var(--black-rgb), .05);
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    box-sizing: border-box;
}
input[type="text"]::placeholder {
	color: #f4f4f4;
}
input[type="text"]::-ms-input-placeholder {
	color: #f4f4f4;
}
input[type="text"]::-ms-input-placeholder {
	color: #f4f4f4;
}
input[type="text"]::-webkit-input-placeholder {
	padding-top: 0.2em;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
select {
	width: auto;
	padding-right: 2em;
	position: relative;
	background-image: url('../images/select.svg');
	background-repeat: no-repeat;
	background-position: right .75em center;
	background-size: .5em auto;
}
textarea {
    width: 100%;
	height: 350px;
	box-sizing: border-box;
	margin: 0;
	padding: 1em;
	line-height: 1.8em;
}
.wpcf7-acceptance input,.wpcf7-checkbox input,.wpcf7-radio input {
  	display: none;
}
.wpcf7-acceptance label,.wpcf7-checkbox label,.wpcf7-radio label {
  	padding-left: 1.6em;
	line-height: 1.8em;
  	position: relative;
	cursor: pointer;
	display: block;
	margin: .25em 1em .25em 0;
}
.wpcf7-checkbox, .wpcf7-radio, .wpcf7-acceptance {
	margin: 0;
	padding: 0;
}
.wpcf7-list-item {
	margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: rgb(var(--black-rgb), .2);
	box-sizing: border-box;
	transform: translateY(-50%);
	border-radius: 50%;
}
.wpcf7-acceptance input + .wpcf7-list-item-label::after,
.wpcf7-acceptance input.wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input + .wpcf7-list-item-label::after,
.wpcf7-checkbox input.wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-radio input + .wpcf7-list-item-label::after,
.wpcf7-radio input.wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
	content: "　";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: transparent;
	box-sizing: border-box;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 2;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance input.wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox input.wpcf7c-conf-hidden  + .wpcf7-list-item-label::after,
.wpcf7-radio input:checked + .wpcf7-list-item-label::after,
.wpcf7-radio input.wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
	background-color: var(--green1);
}
.wpcf7-acceptance input:disabled + .wpcf7-list-item-label,
.wpcf7-checkbox input:disabled + .wpcf7-list-item-label,
.wpcf7-radio input:disabled + .wpcf7-list-item-label {
	color: rgb(var(--black), 0.5);
}
.wpcf7-acceptance input:disabled + .wpcf7-list-item-label::before,
.wpcf7-checkbox input:disabled + .wpcf7-list-item-label::before,
.wpcf7-radio input:disabled + .wpcf7-list-item-label::before {
	background-color: transparent;
}
input[type="text"].wpcf7c-conf,
input[type="email"].wpcf7c-conf,
input[type="tel"].wpcf7c-conf,
input[type="date"].wpcf7c-conf,
select.wpcf7-select.wpcf7c-conf,
textarea.wpcf7c-conf {
	background-color: transparent;
	background: none;
	border: none;
}
.submit_btn {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.submit_btn li {
	display: block;
	width: 265px;
	margin: auto;
	position: relative;
}
.submit_btn li input {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: .1em;
	padding: .8em 1em;
	background-color: var(--pink);
	color: var(--white);
	text-align: center;
	border-radius: 1.8em;
	position: relative;
	margin: auto;
}
.submit_btn li input[type="button"] {
	background-color: var(--green1);
	color: var(--black);
}
.submit_btn li .arrow {
	width: 2.2em;
	position: absolute;
	left: 93%;
	height: 10px;
	top: 30%;
	transition: .3s;
}
.submit_btn li:hover .arrow {
	width: 3.5em;
}
.submit_btn li .arrow::before {
	content: " ";
	width: 100%;
	height: 2px;
	background-color: var(--black);
	border-radius: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.submit_btn li .arrow::after {
	content: " ";
	width: 10px;
	height: 2px;
	background-color: var(--black);
	transform: rotate(-45);
	position: absolute;
	right: -1px;
	bottom: 3px;
	border-radius: 1px;
	transform: rotate(45deg); 
}
.wpcf7 input.wpcf7c-force-hide + span + .arrow,
.wpcf7 input.wpcf7c-force-hide + .arrow  {
	display: none;
}
.submit_btn li:nth-child(2) {
	margin: 1em auto;
}

/** wpcf7 **/
.conf-message {
	display: none;
}
.custom-wpcf7c-confirmed .conf-message {
	display: block;
}
.wpcf7-not-valid-tip {
	color: var(--pink) !important;
}
.wpcf7-error {
	font-weight: 500;
	color:  var(--pink);
	font-size: 12px;
}
.wpcf7 .entry_subject {
	border: 1px solid var(--black);
	border-radius: 20px;
	padding: 1.5em;
	margin-bottom: 70px;
}
.wpcf7 dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
.wpcf7 dt span {
	background: linear-gradient(180deg, transparent 0%, transparent 70%, rgba(var(--pink-rgb), 0.5) 70%, rgba(var(--pink-rgb), 0.5) 95%, transparent 95%, transparent 100% );
}
.wpcf7 dd {
	padding-bottom: 1.5em;
}
table.entry_info {
	width: 100%;
}
table.entry_info th {
	font-weight: 500;
	vertical-align: top;
	padding: .5em 0;
	position: relative;
}
table.entry_info th span {
	position: absolute;
	right: 0;
	background-color: var(--green1);
	color: var(--white);
	font-size: 14px;
	padding: 0 2em;
	border-radius: 1.5em;
}
table.entry_info td {
	vertical-align: middle;
}
.wpcf7 .entry_acceptance {
	margin: var(--minsize50) 0;
	padding: 1.5em;
	background-color: rgb(var(--yellow-rgb), .2);
	border-radius: 20px;
}
.wpcf7 .entry_acceptance p.txt {
	margin: 1.5em 0;
}
.wpcf7-acceptance {
	text-align: center;
	display: block;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 auto;
}


.birthday .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -1.5em;
	left: 0;
	display: block;
	white-space: nowrap;
}
/** entry single **/
.entry_step {
	background-color: rgb(var(--green1-rgb), .2);
	margin: var(--minsize50) 0;
	padding: 1.5em;
}
.entry_step h3 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 1.5em;
}
.entry_step li {
	padding-left: 1.5em;
}
.entry_step li::before {
	width: 1em;
}
/** sp only **/
@media only screen and (max-width: 750px){
	.wpcf7 dd .wpcf7-checkbox > span {
		display: block;
	}
	.wpcf7 dd .wpcf7-radio {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	table.entry_info th,table.entry_info td,
	table.recruit_info th,table.recruit_info td {
		width: 100%;
		display: block;
	}
	table.entry_info th {
		padding-top: 1em;
	}
}
/** pc **/
@media only screen and (min-width: 751px){
	.wpcf7 dd .wpcf7-checkbox,.wpcf7 dd .wpcf7-radio {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.wpcf7 .entry_acceptance,
	.wpcf7 .entry_subject,
	.entry_step {
		padding: min(5.38vw,50px) min(8.6vw, 80px);
	}
	table.entry_info th {
		padding-top: 15px;
		width: 350px;
	}
	table.entry_info td {
		padding: 5px 0 5px 1em;
	}
}
