@charset "utf-8";
/* CSS Document */
/* 汎用 */

/*==================================================
mainvisual (下層共通)
===================================*/
.menu_icon {
    width: 113px;
    height: 100px;
}
.mainvisual_underlayer {
	height: 420px;
    background: url(../img/under_mv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 10em;
}
.catch_copy {
    position: absolute;
	letter-spacing: 0.5em;
}
.catch_copy h2 {
	color: #fff;
    font-size: 6rem;
    line-height: 1.5;
    text-align: center;
    font-family: "Zen Old Mincho";
}
.mainvisual_underlayer p{
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	margin-top: -0.5em;
}


/*==================================================
recruit
===================================*/
.contact {
    width: 100%;
    margin: 50px 0 100px;
}
.contact wrap{
	width: 80%;
    margin: 0 auto;
}
.contact .contact_ttl{
	width: 100%;
	margin: 0 auto;
}
.contact h2{
	text-align: center;
	font-size: 40px;
    font-family: "Zen Old Mincho";
    font-weight: bold;
	color: #333333;
    letter-spacing: 0.2em;
	padding-top: 0.5em;
}
.contact hr{
	width: 25%;
    border-bottom: 4px solid #6d4100;
    margin: 3em auto;
}

/*==================================================
 Form
===================================*/
.contact_form{
	width: 900px;
    margin: 0 auto;
    padding: 4em 0;
}
.contact_form table {
	border-collapse: collapse;
	border-spacing: 0;
}
.contact_form caption,th {
	text-align: left;
}
/*デザイン*/
.contact_form .box_con02 form {
	width: 100%;
}
.contact_form .box_con02 form table {
	width: 100%;
	font-size: 18px;
}
.contact_form .box_con02 form table tr {
	position: relative;
    border-collapse: collapse;
}
.contact_form .box_con02 form table tr:first-child td:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
}
.contact_form .box_con02 form table tr th {
	width: 35%;
	font-weight: normal;
	padding: 1em .5em;
	background: #fff;
    color: #333;
	position: relative;
}
.contact_form .box_con02 form table tr th span {
    background: #6d4100;
    padding: 10px 1em;
    color: #fff;
    margin-right: 0.5em;
    border-radius: 10px;
    font-weight: bold;
}
.contact_form .box_con02 form table tr th:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
}
.contact_form .box_con02 form table tr td {
	position: relative;
	padding: 1em .5em;
}

.contact_form .box_con02 form table tr td:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
}

.contact_form .box_con02 form table tr .box_br {
	display: block;
}
.contact_form .box_con02 form table tr select, .box_con02 form table tr textarea, .box_con02 form table tr .wide {
	width: 100%;
	height: 3em;
	padding: .5em;
	background-color: #f2f2f2;
    border-radius: 13px;
}
.contact_form .box_con02 form table tr textarea {
	height: 10em;
}

/* 送信ボタン */
.contact_form .btn {
 	text-align: center;
	margin: 2em 0;
}
.contact_form .btn input {
    font-size: 28px;
	font-family: "Zen Old Mincho";
	display: inline-block;
	background: #6d4100;
	padding: .5em 1em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border: none;
	transition: all 0.4s;
	border-radius: 10px;

}
.contact_form .btn input:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}






/*==================================================
SP
===================================*/
@media screen and (max-width:1920px){
	.catch_copy {
		right: 0;
        top: 0;
        left: 0;
        padding: 14rem 0 0;
	}
	#amamisouken_contact .wrap {
		width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
	}
}
@media screen and (max-width:1286px){
	.catch_copy {
		right: 45rem;
	}
	#amamisouken_contact .wrap {
		width: 50%;
	}

@media screen and (max-width:1024px){
	.mainvisual_underlayer {
		height: 400px;
	}
	.catch_copy {
    right: 0;
    top: 0;
    left: 0;
    padding: 14rem 0 0;
  }
    .catch_copy {
		bottom: 13rem;
		right: 34rem;
	}
	.company_location {
		width: 80%;
	}
	.contact hr {
		width: 40%;
	}
	#amamisouken_contact .wrap {
		width: 65%;
	}
}
@media screen and (max-width:850px){
	.mainvisual_underlayer {
		margin-top: 17.24vw;
	}
	.contact hr {
		width: 50%;
	}
	.contact_form {
		width: 95%;
	}
	#amamisouken_contact .wrap {
		width: 80%;
	}
}
@media screen and (max-width:480px){
	.menu_icon {
		width: 86px;
		height: 73px;
	}
	.catch_copy {
		bottom: 15rem;
		right: 18rem;
	}
	.mainvisual_underlayer {
		margin-top: 17.24vw;
        height: 290px;
	}
	.contact h2 {
		font-size: 30px;
	}
	.contact hr{
		width: 70%;
		margin-top: 5em;
	}
	.contact_form .box_con02 form table tr th {
		width: 100%;
		display: block;
	}
	.contact_form .box_con02 form table tr td {
		width: 100%;
		display: block;
		padding: 1em 0.5em;
	}
	#amamisouken_contact .wrap {
		width: 70%;
	}
}
