@charset "UTF-8";

/* CSS Document */
.p_title p {
	color: #ffffff !important;
}

.philosophy {
	margin-top: 80px
}

.philosophy p {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #B3AFB0;
}

.group {
	margin-top: 100px
}

.group img {
	width: 100%
}

.outline {
	margin-top: 100px;
	margin-bottom: 120px;
}

.o_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.o_title {
	width: 40%
}

.o_title h3 {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.o_title h3::after {
	content: "";
	display: block;
	height: 1px;
	width: 67%;
	background: #B3AFB0;
	margin-top: 7px;
}

.o_content {
	width: 53%
}

.o_content tr {
	font-size: 16px
}

.o_content th {
	padding-right: 60px;
	padding-bottom: 40px;
}

.o_content td span {
	display: block;
	margin-bottom: -10px
}

.form-title {
	font-size: 16px!important;
}

.articl {
	margin-bottom: 60px;
}
.articl-radio {
	margin-bottom: 30px!important;
}

.article_box p {
	width: 100%;
	margin-top: 20px;
}

.article_box span {
	font-size: 16px;
}

.article_box input {
	margin-right: 10px;
}

.visually-hidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}


.articl input,
.articl textarea {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	line-height: 1.9;
	padding: 5px 10px;
	border: solid 1px #B3AFB0;
	font-size: 16px;
}

.articl p {
	margin-bottom: 10px;
}

.articl .radio-title {
	margin-bottom: 0px;
}

.info_text {
	margin-top: -3px;
}

.info {
	font-size: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.info label::after {
	display: none;
}

.info label::before {
	display: none;
}

.info label {
	padding-left: 0;
}

.info_text span {
	border-bottom: solid 1px;
	margin-left: 15px;
}
.submit-btn {
	display: block;
	background-color: #fff;
	height: 77px;
	width: 100%;
	margin-top: 80px;
	color: black;
	border-radius: 50px;
	border: solid 1px #fff;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	text-align: center;
	z-index: 1; /* ← 忘れずに */
}

.submit-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transform: scaleX(0); /* ← scale(0, 1) から変更 */
	transform-origin: left;
	transition: transform 0.3s ease;
	z-index: -1;
	color: #FFF;
}

.submit-btn:hover {
	color: #FFF;
}

.submit-btn:hover::after {
	transform: scaleX(1); /* ← scale(1, 1) に対応 */
}

input[type="checkbox"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #ffffff;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	top: 2px;
	left: 5px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	content: '';
}

.wpcf7-spinner {
	display: none!important;
}

.wpcf7-form-control br {
	display: none!important
}
.wpcf7-list-item label {
	display: flex;
	margin-bottom: 20px;
	cursor: pointer;
}
.wpcf7-list-item label input {
	width: 15px;
}
.wpcf7-submit {
	width: 100%;
	height: 100%;
}

/*エラー文のスタイル*/
.wpcf7-not-valid-tip {
	font-size: 16px!important;
    color: #FF4C4C!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 16px!important;
	color: #FF4C4C!important;
	border: none!important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 1em 0.5em 1em!important;
    padding: 0.2em 2.9em!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	font-size: 18px!important;
	border: none!important;
}

@media screen and (max-width : 520px) {
	.p_title p {
		font-size: 14px;
	}
	.philosophy {
		margin-top: 35px
	}
	

	.philosophy p {
		font-size: 19px;
		margin-bottom: 20px;
		white-space: nowrap;
	}

	.group {
		margin-top: 60px
	}

	.outline {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.o_title {
		width: 100%
	}
	.o_title h3::after {
		width: 75%;
	}
	.articl {
		margin-bottom: 35px;
	}
	.articl-radio {
	margin-bottom: 15px!important;
}
	.article_box span {
		width: 100%;
		font-size: 14px;
	}

	.o_content {
		width: 100%;
		margin-top: 25px;
	}
	form div {
		margin-bottom: 35px;
	}
	.articl input, .articl textarea {
		font-size: 14px;
		line-height: 1.5;
		padding: 8px 10px;
	}
	.article_box span {
		margin-top: 5px;
	}

	.o_content tr,
	.o_content th,
	.o_content td {
		display: block
	}

	.o_content tr {
		padding: 15px 0;
	}

	.o_content th {
		padding-bottom: 15px;
	}
	.info_text {
		font-size: 14px;
	}
	.submit-btn {
		margin-top: 35px;
		margin-bottom: 15px!important;
	}
	
	.wpcf7-list-item label {
	margin-bottom: 15px;
}
	.wpcf7 form .wpcf7-response-output {
		margin: 0em 0.5em 1em !important;
    padding: 0.2em 0em !important
	}
}