@charset "utf-8";

@media screen and (min-width: 820px) {

	.contact_list.mailform li .th {
		padding: unset;
		padding: 1.95rem 3rem;
	}

}

footer .link a {
	color: #fff;
}

/*----------*/


/*----------*/

@media only screen and (max-width: 1000px) {

	header .sp{
		display: block;
	}

	header .logo {
		margin-left: 3.1vw;
	}
/*
	header .menu-toggle nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
*/
}

/*----------*/

.main-navigation .career li {
	margin-right: 4rem;
}

.main-navigation .career li:last-child {
    margin-right: 0;
}

.main-navigation .career li:last-child a {
	color: #fff;
	background: #7CD1FA;
	width: 30rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and ( max-width: 1750px ){

	.main-navigation ul.career {
		font-size: 2.2rem;
	}

}

@media screen and ( max-width: 1640px ){

	.main-navigation .career li {
		margin-right: 2rem;
	}

	.main-navigation .career li:last-child a {
		width: 17rem;
	}

}

@media screen and ( max-width: 1400px ){

	footer#top_page_footer.career {
		margin-bottom: 0;
	}

	.main-navigation .career li:last-child a {
		width: 30rem;
	}

	.main-navigation .career li {
		margin-right: 0rem;
	}

}

@media screen and ( max-width: 559px ){

	footer#top_page_footer.career .footer {
		padding-bottom: 0;
	}

	footer#top_page_footer.career .page_top {
		bottom: 21rem;
	}

}

/*----------*/

.outside{
	padding-left: 3rem;
	padding-right: 3rem;
}

.contact_text{
	max-width: 83rem;
	width: 100%;
	font-size: 1.6rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}

.contact_text a{
	color: #5DBD6E;
	text-decoration: underline;
}

.contact_text a:hover{
	text-decoration: none;
}

.contact_text_under{
	text-align: center;
	margin-bottom: 4rem;
}

.contact_bt{
	display: flex;
	justify-content: center;
}

.contact_bt a{
	display: flex;
	justify-content: center;
	align-items: center;
	/*font-size: clamp(1.6rem, 0.727rem + 4.36vw, 4rem);*/
	font-size: clamp(1.6rem, 0.48rem + 4.48vw, 3rem);
	font-weight: bold;
	color: #5DBD6E;
	/*max-width: 50rem;*/
	max-width: 48rem;
	width: 100%;
	/*height: clamp(6rem, 3.455rem + 12.73vw, 13rem);*/
	height: clamp(6rem, 3.455rem + 12.73vw, 12rem);
	background: #fff;
	border-radius: 1rem;
}

/*----------*/

.contents.bg_white.reverse {
	background-image: url(../img/contact/dot-white_reverse.png);
	background-position: top right 20%;
	margin-top: 8rem;
}

.contents.bg_green {
	background-image: url(../img/contact/dot-green_reverse.png);
	background-repeat: no-repeat;
	background-position: top left 20%;
}

@media screen and ( max-width: 820px ){

	.contents.bg_white.reverse {
		margin-top: 6rem;
	}

}

@media screen and ( max-width: 559px ){

	.contents.bg_white.reverse {
		margin-top: 6rem;
	}

}

/*-------------*/

.contact_list.mailform .select_wrapper {
	position: relative;
}

.contact_list.mailform .select_wrapper::after {
	content: "";
	position: absolute;
	top: 38%;
	right: 2rem;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 18px solid #9F9F9F;
	border-bottom: 0;
	pointer-events: none;
}

.contact_list.mailform select {
	-webkit-appearance: none;
	appearance: none;
}

/*-------------*/

.contact_list.mailform select {
	/* 初期化 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 1rem;
	color: #333;
	font-size: 2rem;
	height: 7.5rem;
	width: 100%;
	position: relative;
	background: #f7f7f7;
	padding: 1rem 3rem;
}

.contact_list.mailform select::before {
	content: "";
	position: absolute;
	top: 38%;
	right: 2rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(45deg);
}

.contact_list.mailform select:focus-visible {
	/* border: 0.2rem solid#80bdff; */
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	outline: none;
	transition: 0.5s;
}

@media screen and ( max-width: 559px ){

	.contact_list.mailform select {
		font-size: 1.6rem;
		padding: 1rem 2rem;
		height: 5.0rem;
	}

	.contact_list.mailform .select_wrapper::after {
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		border-top: 14px solid #ccc;
	}

}

/*-------------*/


.contact_list.mailform li .th {
	min-width: 39rem;
	margin-right: 2rem;
	height: max-content;
}

/*----------*/

.contact_list.mailform .radio_outside{
	background: #f7f7f7;
	border-radius: 1rem;
	padding: 2rem;
}

.contact_list.mailform .radio_outside p{
	/* font-size: 1.8rem; */
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.contact_list.mailform .radio_select{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.contact_list.mailform .radioItem {
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
	background: #fff;
	padding: 2rem 2rem;
	width: 48%;
	border-radius: 6rem;
	font-size: 2rem;
	font-weight: bold;
}

.contact_list.mailform .radioItem:not(:last-of-type) {
	margin-bottom: 16px;
}

.contact_list li .td input.radioButton {
	appearance: none;
	position: relative;
	width: 29px;
	height: 29px;
	border: 1px solid #707070;
	border-radius: 9999px;
	cursor: pointer;
	padding: 0;
	transition: 0.5s;
}

.contact_list li .td input.radioButton:checked::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 17px;
	height: 17px;
	margin: auto;
	border-radius: 9999px;
	background-color: #5dbd6e;
	transition: 0.5s;
}

.contact_list li .td textarea {
	font-size: 2rem;
	background: #f7f7f7;
	padding: 2rem 3rem;
	width: 100%;
	min-height: 30rem;
	border-radius: 1rem;
	border: none;
	line-height: 1.4;
}

.contact_list li .td textarea:focus-visible {
	/* border: 0.2rem solid#80bdff; */
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	outline: none;
	transition: 0.5s;
}

.contact_list li .td .annotation {
	margin-top: 1rem;
}

@media screen and ( max-width: 559px ){

	.contact_list.mailform .radio_outside p{
		font-size: 1.4rem;
	}

	.contact_list.mailform li .th {
		min-width: auto;
	}

	.contact_list.mailform .radioItem {
		width: 100%;
		padding: 1.5rem 2rem;
	}

	.contact_list.mailform .radioItem {
		font-size: 1.5rem;
	}

	.contact_list li .td textarea {
		font-size: 1.6rem;
		padding: 1rem 2rem;
		line-height: 1.6;
		min-height: 20rem;
	}

	.contact_list li .td .annotation {
		font-size: 1.4rem;
	}

}

.policy_link{
	text-align: center;
	margin-bottom: 6rem;
}

.policy_link a{
	color: #5DBD6E;
	text-decoration: underline;
	font-size: 2rem;
}

.policy_link a:hover{
	text-decoration: none;
}

@media screen and ( max-width: 559px ){

	.policy_link a{
		font-size: 1.8rem;
	}

}

.tt_box.mailform button {
	/*max-width: 114rem;*/
	max-width: 85rem;
	width: 100%;
	/*font-size: clamp(1.6rem, 0.727rem + 4.36vw, 4rem);*/
	font-size: clamp(1.6rem, 0.48rem + 4.48vw, 3rem);
	font-size: 3rem;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*min-height: 13rem;*/
	min-height: 12rem;
	border: unset;
	border-radius: 2rem;
	font-weight: bold;
	color: #fff;
	background: #7CD1FA;
	transition: 0.5s;
	padding: 3rem;
	line-height: 1.4;
	cursor: pointer;
}

.tt_box.mailform button:hover {
	opacity: 0.6;
}

.tt_box.mailform button:focus {
	outline: none;
}

@media screen and ( max-width: 1100px ){

	.tt_box.mailform button {
		max-width: max-content;
		/*font-size: clamp(1.6rem, 0.727rem + 2.7vw, 4rem);*/
		font-size: 2.8rem;
	}

	.tt_box.mailform button .sp{
		display: block;
	}

}

@media screen and ( max-width: 767px ){

	.tt_box.mailform button {
		font-size: 2.0rem;
		padding: 2rem;
		min-height: 10rem;
	}

}

@media screen and ( max-width: 400px ){

	.tt_box.mailform button {
		font-size: 1.8rem;
		padding: 1.8rem;
	}

}
