@charset "UTF-8";

/* ---------------------------------------------
	Form Header
--------------------------------------------- */
.c-form__header .c-head__m {
	font-size: 28px;
	margin-bottom: 0.29em;
	letter-spacing: normal;
}
.c-form__header .c-form__header__txt {
	font-size: 18px;
}
.c-form__annotaiton {
	margin-top: 2.55em;
	margin-left: 0.1em;
	padding-left: 1em;
	text-indent: -1em;
}

/* ---------------------------------------------
	Form Base
--------------------------------------------- */
.c-form {
	border-bottom: 1px solid #c5c5c5;
	margin-top: 29px;
}
.c-form .c-form-row {
	border-top: 1px solid #c5c5c5;
	padding: 1.1em 0 1.15em;
}
.c-form dt {
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.c-form dt .must {
	background: #003352;
	color: #fff;
	font-size: 14px;
	margin-left: 0.5em;
	padding: 0.075em 0.7em 0.15em;
	transform: translateY(6%);
	line-height: 1.4;
	white-space: nowrap;
}
.c-form dd {
	color: #000000;
}
.c-form dd *:not(::placeholder) {
	font-size: 15px;
	font-weight: 500;
}
.c-form dd label {
	font-size: 15px;
	font-weight: 500;
}
.c-form ::-webkit-input-placeholder {
	color: #a0a0a0;
	font-weight: 300;
}
.c-form ::-moz-placeholder {
	color: #a0a0a0;
	font-weight: 300;
}
.c-form :-ms-input-placeholder {
	color: #a0a0a0;
	font-weight: 300;
}
.c-form ::placeholder {
	color: #a0a0a0;
	font-weight: 300;
}

.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form textarea {
	background: #cbcbcb;
	border: 0.2985px solid #a0a0a0;
	outline: none;
	padding: 0.5em 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100% !important;
	font-size: 15px;
}
.c-form input[type="text"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="email"]:focus,
.c-form textarea:focus {
	background: #fff;
}

/* ---------------------------------------------
	Form - Select
--------------------------------------------- */
.c-form-select {
	position: relative;
	display: block;
}
.c-form-select select {
	appearance: none;
	width: 100%;
	padding: 0.575em 0.7em;
	border: 0.5669px solid #a0a0a0;
	border-radius: 7.035px;
	cursor: pointer;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 100%);
	font-weight: 500;
	letter-spacing: -0.03em;
}
.c-form-select::before,
.c-form-select::after {
	position: absolute;
	right: 1.3%;
	width: 8.6606px;
	height: 8.8819px;
	background-color: #333333;
	content: "";
	display: block;
}
.c-form-select::before {
	top: calc(50% - 2.3px);
	transform: translateY(-100%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.c-form-select::after {
	bottom: calc(50% - 2.3px);
	transform: translateY(100%);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

/* ---------------------------------------------
	Form - Radio
--------------------------------------------- */
.c-form input[type="radio"] {
	position: relative;
	width: 18px;
	height: 18px;
	border: 0.5669px #4d4d4d solid;
	border-radius: 50%;
	appearance: none;
	margin-right: 1em;
}
.c-form input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 50%;
	border-radius: 50%;
	background: #003352;
	content: "";
	border: 6px #003352 solid;
}
.c-form .c-form-row--radio label {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.c-form .c-form-row--radio {
	padding: 1.9em 0;
}
.c-form .c-form-row--radio dd {
	display: flex;
	column-gap: 14%;
}

/* ---------------------------------------------
	お問い合わせ内容
--------------------------------------------- */
.c-form .c-form-row--inquery .c-form-select select {
	padding: 0.575em 0.7em;
	border-radius: 7.035px;
}
.c-form .c-form-row--inquery .c-form-select::before,
.c-form .c-form-row--inquery .c-form-select::after {
	width: 8.6606px;
	height: 8.8819px;
}

/* ---------------------------------------------
	相談希望日時
--------------------------------------------- */
.c-form .c-form-row--date .form_date_item {
	display: flex;
	align-items: center;
	column-gap: 1.3%;
}
.c-form .c-form-row--date .form_date_month_wrap {
	margin-left: 3.5%;
}
.c-form .c-form-row--date .form_date_time_wrap {
	margin-left: 2.5%;
}
.c-form .c-form-row--date .form_date_item label {
	letter-spacing: 0.18em;
}
.c-form .c-form-row--date .form_date_item .form_date_month_wrap,
.c-form .c-form-row--date .form_date_item .form_date_day_wrap,
.c-form .c-form-row--date .form_date_item .form_date_time_wrap {
	display: flex;
	align-items: center;
}

.c-form .c-form-row--date .c-form-select select {
	padding: 0.1em 1em 0.1em 0.8em;
	border-radius: 4.805px;
	min-width: 3.65em;
	line-height: 1.4;
}
.c-form .c-form-row--date .c-form-select::before,
.c-form .c-form-row--date .c-form-select::after {
	width: 6.9315px;
	height: 7.1086px;
	right: 8%;
}
.c-form .c-form-row--date .c-form-select::before,
.c-form .c-form-row--date .c-form-select::after {
	width: 6.9315px;
	height: 7.1086px;
	right: 8%;
}
.c-form .c-form-row--date .c-form-select::before {
	top: calc(50% - 1px);
}
.c-form .c-form-row--date .c-form-select::after {
	bottom: calc(50% - 1px);
}
.c-form .c-form-row--date .date_txt {
	font-size: 15px;
}
.c-form .c-form-row--date .date_month_txt,
.c-form .c-form-row--date .date_day_txt {
	margin-left: 0.52em;
}
.c-form .c-form-row--date .date_time_txt {
	margin-right: 0.4em;
}
.c-form .c-form-row--date .form_date_time_wrap .c-form-select select {
	width: 7.1em;
	letter-spacing: 0.05em;
}
.c-form .c-form-row--date .form_date_time_wrap .c-form-select::before,
.c-form .c-form-row--date .form_date_time_wrap .c-form-select::after {
	right: 4.5%;
}
.c-form .c-form-row--date .form_date_item + .form_date_item {
	margin-top: 1em;
}

/* ---------------------------------------------
	氏名（漢字）/ 氏名（フリガナ）
--------------------------------------------- */
.c-form .c-form-row--name dd {
	display: flex;
	column-gap: 1.5%;
	flex-wrap: wrap;
	align-items: center;
}

/* ---------------------------------------------
	メールアドレス / お問い合わせ内容（textarea）
--------------------------------------------- */
.c-form .c-form-row--email,
.c-form .c-form-row--textarea {
	align-items: flex-start;
}
.c-form .c-form-row--textarea dt {
	margin-top: 0.22em;
}
.c-form .c-form-row--email .c-form-note,
.c-form .c-form-row--textarea .c-form-note {
	font-weight: 300;
	display: block;
}

/* ---------------------------------------------
	メールアドレス
--------------------------------------------- */
.c-form .c-form-row--email .c-form-note {
	font-size: 14px;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
}

/* ---------------------------------------------
	お問い合わせ内容（textarea）
--------------------------------------------- */
.c-form .c-form-row--textarea .c-form-note {
	margin-bottom: 1.2em;
	font-size: 12px;
	letter-spacing: 0.02em;
}

/* ---------------------------------------------
	Checkarea
--------------------------------------------- */
.c-form__checkarea {
	margin: 6px auto;
	position: relative;
	width: 100%;
}
.c-form__checkarea label {
	width: 100%;
}
.c-form__checkarea input[type="checkbox"] {
	border: 2px solid #000;
	left: 0;
	opacity: 0;
	outline: none;
	position: absolute;
	top: 0;
	z-index: 0;
	z-index: 0;
}
.c-form__checkarea input[type="checkbox"] + span {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.02em;
	padding-left: 1.75em;
	padding-top: 0;
	position: relative;
}
.c-form__checkarea input[type="checkbox"] + span::before,
.c-form__checkarea input[type="checkbox"] + span::after {
	background-color: transparent;
	border: 2.8346px #414141 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	position: absolute;
	top: 12%;
	left: 0px;
	width: 1.25em;
	height: 1.25em;
	z-index: 0;
}
.c-form__checkarea input[type="checkbox"] + span::after {
	border: none;
	height: 0.9em;
	left: 0.2em;
	width: 0.7em;
	z-index: 1;
}
.c-form__checkarea input[type="checkbox"]:checked + span::after {
	border: solid #003352;
	border-width: 0 0.1875em 0.1875em 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-form__checkarea .c-form-note {
	font-size: 14px;
	text-align: center;
	line-height: 1.428571428571429;
	margin-top: 1.53em;
}

/* Button */
.c-form__btnarea {
	text-align: center;
	margin-top: 2.65em;
	width: 100%;
}
.c-form__btnarea button[type="submit"] {
	background: #003352;
	border: 2px solid #003352;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin: auto;
	max-width: 270px;
	padding: 0.95em 0.25em;
	width: 100%;
	letter-spacing: 0.07em;
}
.c-form__btnarea button[type="submit"]:hover {
	opacity: 1;
}
.c-form__btnarea button[type="submit"]:hover::after {
	background-color: #012435;
	border-color: #012435;
}

@media screen and (min-width: 1280px) {
	.l-container .l-content {
		padding-bottom: 120px;
		padding-top: 112px;
	}
}
@media screen and (min-width: 768px) and (max-width: 999.98px) {
	.l-container .l-content {
		padding-bottom: max(80px, 10.3vw);
		padding-top: max(80px, 10.3vw);
		padding-bottom: 10.3vw;
		padding-top: 10.3vw;
		width: calc(100% - 18vw);
	}

	/* ---------------------------------------------
    Form Header
  --------------------------------------------- */
	.c-form__header .c-head__m {
		font-size: 2.8vw;
	}
	.c-form__header .c-form__header__txt {
		font-size: 1.8vw;
	}
	.c-form__annotaiton {
		font-size: 1.6vw;
	}

	/* ---------------------------------------------
    Form Base
  --------------------------------------------- */
	.c-form {
		border-bottom: 1px solid #c5c5c5;
		margin-top: 2.9vw;
	}
	.c-form .c-form-row {
		border-top: 1px solid #c5c5c5;
	}
	.c-form dt {
		font-size: 1.6vw;
		width: 18.8vw;
	}
	.c-form dt .must {
		font-size: 1.4vw;
	}
	.c-form dd {
		width: calc(100% - 18.8vw);
	}
	.c-form dd *:not(::placeholder) {
		font-size: 1.5vw;
	}
	.c-form dd label {
		font-size: 1.5vw;
	}
	.c-form input[type="text"],
	.c-form input[type="tel"],
	.c-form input[type="email"],
	.c-form textarea {
		border-width: 0.2985px;
		font-size: 1.5vw;
	}
	.c-form .c-form-row--date .date_txt {
		font-size: 1.5vw;
	}

	/* ---------------------------------------------
    Form - Select
  --------------------------------------------- */
	.c-form-select select {
		border-width: 0.5669px;
		border-radius: 0.704vw;
		font-size: 1.5vw;
	}
	.c-form-select::before,
	.c-form-select::after {
		width: 0.866vw;
		height: 0.888vw;
	}
	.c-form-select::before {
		top: calc(50% - 0.23vw);
	}
	.c-form-select::after {
		bottom: calc(50% - 0.23vw);
	}

	/* ---------------------------------------------
    Form - Radio
  --------------------------------------------- */
	.c-form .c-form-row--radio label {
		font-size: 1.5vw;
	}
	.c-form input[type="radio"] {
		width: 1.8vw;
		height: 1.8vw;
		border-width: 0.5669px;
	}
	.c-form input[type="radio"]:checked:before {
		border-width: 0.6vw;
	}

	/* ---------------------------------------------
    お問い合わせ内容
  --------------------------------------------- */
	.c-form .c-form-row--inquery .c-form-select select {
		border-radius: 0.704vw;
	}
	.c-form .c-form-row--inquery .c-form-select::before,
	.c-form .c-form-row--inquery .c-form-select::after {
		width: 0.866vw;
		height: 0.888vw;
	}

	/* ---------------------------------------------
    相談希望日時
  --------------------------------------------- */
	.c-form .c-form-row--date .c-form-select {
		line-height: 1;
	}
	.c-form .c-form-row--date .c-form-select select {
		border-radius: 0.481vw;
		padding-bottom: 0.15em;
	}
	.c-form .c-form-row--date .c-form-select::before,
	.c-form .c-form-row--date .c-form-select::after {
		width: 0.693vw;
		height: 0.711vw;
	}
	.c-form .c-form-row--date .c-form-select::before,
	.c-form .c-form-row--date .c-form-select::after {
		width: 0.693vw;
		height: 0.711vw;
	}
	.c-form .c-form-row--date .c-form-select::before {
		top: calc(50% - 0.5px);
	}
	.c-form .c-form-row--date .c-form-select::after {
		bottom: calc(50% - 0.5px);
	}

	/* ---------------------------------------------
    氏名（漢字）/ 氏名（フリガナ）
  --------------------------------------------- */
	#form .c-form .c-form-row--name dd input[type="text"] {
		max-width: 16.639vw;
	}

	/* ---------------------------------------------
    メールアドレス
  --------------------------------------------- */
	.c-form .c-form-row--email .c-form-note {
		font-size: 1.4vw;
	}

	/* ---------------------------------------------
    お問い合わせ内容（textarea）
  --------------------------------------------- */
	.c-form .c-form-row--textarea .c-form-note {
		font-size: 1.2vw;
	}

	/* ---------------------------------------------
    Checkarea
  --------------------------------------------- */
	.c-form__checkarea {
		margin: 0.6vw auto;
	}
	.c-form__checkarea input[type="checkbox"] + span {
		font-size: 1.6vw;
	}
	.c-form__checkarea input[type="checkbox"] + span::before,
	.c-form__checkarea input[type="checkbox"] + span::after {
		border-width: 2.8346px;
	}
	.c-form__checkarea .c-form-note {
		font-size: 1.4vw;
	}
	/* Button */
	.c-form__btnarea button[type="submit"],
	#contact1 .c-form__btnarea button[type="submit"] {
		border-width: 0.2vw;
		font-size: 1.8vw;
		max-width: 27.001vw;
	}
	.c-form .c-form-row--radio dd {
		flex-wrap: wrap;
	}
	.c-form .c-form-row--name dd {
		flex-direction: column;
		row-gap: 10px;
		align-items: flex-start;
	}
	.c-form .c-form-row--name dt {
		align-items: flex-start;
		padding-top: 0.5em;
	}
	#form .c-form .c-form-row--name dd input[type="text"] {
		max-width: 50%;
	}
}
@media screen and (min-width: 768px) {
	.c-form__header {
		display: flex;
		margin-top: 0.3%;
	}
	.c-form__header__icon {
		margin-left: 0.3%;
		margin-right: 2.9%;
		transform: translateY(7%);
	}
	.c-form .c-form-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-form dt {
		justify-content: space-between;
		font-size: 16px;
		width: 188px;
	}
	.c-form dd {
		width: calc(100% - 188px);
		padding-left: 2em;
	}
	.c-form__checkarea label {
		text-align: center;
	}
	.c-form .c-form-row--email dt {
		padding-top: 0.5em;
	}
	.c-form .c-form-row--textarea dd textarea {
		height: auto;
		min-height: 16em !important;
	}
}

@media screen and (max-width: 767.98px) {
	.c-keyvisual + section {
		padding-bottom: 18vw;
		padding-top: 15vw;
	}
	.c-keyvisual + section > .l-container {
		width: calc(100% - 10vw);
	}
	.c-keyvisual + section > .l-container .l-content {
		padding-bottom: 9.5vw;
		padding-top: 5.75vw;
		width: calc(100% - 10vw);
	}
	.c-form__header__icon {
		width: 13.707vw;
	}
	.c-form__header .c-head__m {
		font-size: 3.92vw;
		margin-bottom: 0.32em;
		margin-top: 1.1em;
	}
	.c-form__header .c-form__header__txt {
		font-size: 2.52vw;
		letter-spacing: 0.01em;
	}
	.c-form__annotaiton {
		display: none;
	}
	.c-form {
		margin-top: 5vw;
	}
	.c-form dt {
		font-size: 2.24vw;
		margin-bottom: 1.25em;
	}
	.c-form dt .must {
		font-size: 1.96vw;
	}
	.c-form dt .must {
		font-size: 1.96vw;
		margin-left: 1.1em;
		padding: 0.075em 0.7em 0.1em;
	}
	.c-form .c-form-row--inquery .c-form-select select {
		border-radius: 1.759vw;
		font-size: 2.1vw;
		padding: 0.95em 0.6em 0.85em;
	}
	.c-form .c-form-row--radio label {
		font-size: 2.1vw;
	}
	.c-form input[type="radio"] {
		width: 2.7vw;
		height: 2.7vw;
		border: 0.5669px #4d4d4d solid;
		margin-right: 0.55em;
	}
	.c-form dd label {
		font-size: 2.1vw;
	}
	.c-form .c-form-row--date .c-form-select select {
		font-size: 2.1vw;
	}
	.c-form .c-form-row--date .c-form-select::before,
	.c-form .c-form-row--date .c-form-select::after {
		width: 0.97vw;
		height: 0.995vw;
	}
	.c-form .c-form-row--date dt {
		margin-bottom: 0.8em;
	}
	.c-form .c-form-row--date dd {
		padding-left: 0.5em;
	}
	.c-form .c-form-row--date .form_date_item + .form_date_item {
		margin-top: 0.5em;
	}
	.c-form-select {
		line-height: 1;
	}
	.c-form-select::before {
		top: calc(50% - 0.5vw);
		transform: translateY(-50%);
	}
	.c-form-select::after {
		bottom: calc(50% - 0.5vw);
		transform: translateY(100%);
	}
	.c-form .c-form-row--date .date_txt {
		font-size: 2.1vw;
	}
	#form .c-form .c-form-row--name dd input[type="text"] {
		width: 41.5% !important;
	}
	.c-form .c-form-row--name dd input[type="text"] + input[type="text"] {
		margin-left: 1.5%;
	}
	.c-form input[type="text"],
	.c-form input[type="tel"],
	.c-form input[type="email"],
	.c-form textarea {
		font-size: 1.96vw;
	}
	.c-form .c-form-row--email .c-form-note {
		font-size: 1.96vw;
	}
	.c-form .c-form-row--textarea .c-form-note {
		font-size: 1.68vw;
	}
	.c-form__checkarea {
		margin: 0 auto;
	}
	.c-form__checkarea input[type="checkbox"]:nth-of-type(1) {
		height: 0;
	}
	.c-form__checkarea input[type="checkbox"] + span {
		font-size: 2.24vw;
	}
	.c-form__checkarea input[type="checkbox"] + span::before {
		border: 0.397vw #414141 solid;
	}
	.c-form__checkarea .c-form-note {
		font-size: 1.96vw;
		text-align: left;
		/* margin-top: -1.1em; */
	}
	.c-form__btnarea button[type="submit"] {
		border: 0.5vw solid #003352;
		font-size: 3vw;
		max-width: none;
		width: 50vw;
		padding: 1.1em 0.25em;
	}
	.c-form .c-form-row--inquery .c-form-select::before,
	.c-form .c-form-row--inquery .c-form-select::after {
		width: 1.212vw;
		height: 1.243vw;
	}
	.c-form-select::before {
		top: calc(50% - 2%);
		transform: translateY(-100%);
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
	}
	.c-form-select::after {
		bottom: calc(50% - 2%);
		transform: translateY(100%);
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
	.c-form .c-form-row {
		padding: 1em 0 0.9em;
	}
	.c-form .c-form-row--textarea dt {
		margin-bottom: 0.6em;
	}
	.c-form__checkarea .c-form-note {
		margin-top: 1.53em;
	}
	.c-form__btnarea {
		margin-top: 2em;
	}
	.c-form .c-form-row--address dt,
	.c-form .c-form-row--tel dt,
	.c-form .c-form-row--email dt {
		margin-bottom: 0.75em;
	}
	.c-form input[type="radio"]:checked:before {
		border: 0.75vw #003352 solid;
	}
	.c-form .c-form-row--name dd {
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 599.98px) {
	.c-form .c-form-row--date .c-form-select::before {
		top: calc(50% + 5%);
	}
	.c-form .c-form-row--date .c-form-select::after {
		bottom: calc(50% - 10%);
	}
}

/* ---------------------------------------------
  Form -- confirm
--------------------------------------------- */
#contact2 .p-confirm__content > div > label {
	background-color: #003352;
	color: #fff;
	font-size: 16px;
	height: 3em;
	line-height: 1;
	padding: 1em 1.2em;
	width: 100%;
}
#contact2 .p-confirm__content > div > p {
	border: 1px solid #000;
	height: auto;
	min-height: 3em;
	padding: 1em;
	width: 100%;
}

#contact2 .c-button__area {
	display: flex;
	flex-flow: column wrap;
	height: auto;
	justify-content: space-between;
	margin: 20px auto;
	width: 100%;
}

#contact2 .c-button__area button.u-hvr--rectout,
#contact2 .c-button__area button.u-hvr--rectout2 {
	font-size: 16px;
	font-weight: 600;
	height: 4em;
	margin: 20px auto;
	line-height: 0.8;
	padding: 1em;
	width: 60vw;
}

#contact2 .c-button__area button.u-hvr--rectout {
	background-color: #003352;
	color: #fff;
	border: 1px solid #003352;
}

#contact2 .c-button__area button.u-hvr--rectout2 {
	background-color: #ccc;
	color: #333;
	border: 1px solid #ccc !important;
}

#contact2 .c-button__area button.u-hvr--rectout2:hover {
	background-color: #333;
	color: #fff;
}

@media all and (max-width: 480px) {
	#contact2 .c-button__area button.u-hvr--rectout,
	#contact2 .c-button__area button.u-hvr--rectout2 {
		font-size: 12px;
	}
}
@media screen and (min-width: 600px) {
	#contact2 .c-button__area {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		max-width: 580px;
		margin: 40px auto 0;
	}
	#contact2 .c-button__area button.u-hvr--rectout,
	#contact2 .c-button__area button.u-hvr--rectout2 {
		margin-left: 0;
		margin-right: 0;
		max-width: 260px;
		width: 35vw;
	}
}
