@charset "UTF-8";


/*------下層-----*/

.hd {
	height: 350px;
	background: url("../img/common/kv.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hd div {
	width: 100%;
	max-width: 400px;
	height: 130px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hd .jp {
	font-size: 36px;
	margin-bottom: 25px;
}
.hd .en {
	font-size: 16px;
	color: #4d3919;
}

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

	.hd {
		height: 250px;
		padding: 0 40px;
	}
	.hd div {
		max-width: 300px;
		height: 100px;
		border-radius: 20px;
	}
	.hd .jp {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.hd .en {
		font-size: 14px;
	}
	
}
@media screen and (max-width: 767px){

	.hd {
		height: 150px;
		padding: 0 20px;
	}
	.hd div {
		max-width: 200px;
		height: 70px;
		border-radius: 10px;
	}
	.hd .jp {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.hd .en {
		font-size: 13px;
	}
	
}

.sec_incho {
	padding: 80px 60px;
	background-color: #f7f4ee;
}
.sec_incho .inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec_incho .left {
	width: 55%;
}
.sec_incho .right {
	width: 38%;
}
.sec_incho .right img {
	width: 100%;
	border-radius: 50px;
}
.sec_incho .ttl {
	font-size: 20px;
	display: inline-block;
	color: #4d3919;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: normal;
}
.sec_incho .ttl::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #4d3919;
	margin-top: 5px;
}
.sec_incho .catch {
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.sec_incho .honbun {
	font-size: 16px;
	line-height: 1.8;
}
.sec_incho .honbun.alignright {
	text-align: right;
	margin-bottom: 40px;
}
.sec_incho .box {
	background-color: #fff;
	border-radius: 40px;
	padding: 30px 40px;
	margin-bottom: 40px;
}
.sec_incho .box h3 {
	font-size: 24px;
	display: inline-block;
	color: #4d3919;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: normal;
}
.sec_incho .box h3::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #4d3919;
	margin-top: 5px;
}
.sec_incho .box p {
	font-size: 16px;
	line-height: 1.8;
}

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

	.sec_incho {
		padding: 70px 40px;
	}
	.sec_incho .left {
		width: 60%;
	}
	.sec_incho .right {
		width: 35%;
	}
	.sec_incho .right img {
		border-radius: 40px;
	}
	.sec_incho .ttl {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.sec_incho .catch {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.sec_incho .honbun.alignright {
		text-align: right;
		margin-bottom: 40px;
	}
	.sec_incho .box {
		border-radius: 30px;
		padding: 20px 30px;
	}
	.sec_incho .box h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.sec_incho .box p {
		font-size: 15px;
	}
	
}
@media screen and (max-width: 767px){

	.sec_incho {
		padding: 40px 20px;
	}
	.sec_incho .inner {
		max-width: 480px;
		display: block;
	}
	.sec_incho .left {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.sec_incho .right {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
	}
	.sec_incho .right img {
		border-radius: 20px;
	}
	.sec_incho .ttl {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.sec_incho .catch {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.sec_incho .honbun {
		font-size: 14px;
		margin-bottom: 1em;
		text-align: left;
	}
	.sec_incho .honbun.alignright {
		margin-bottom: 30px;
	}
	.sec_incho .box {
		border-radius: 20px;
		padding: 20px;
		text-align: left;
	}
	.sec_incho .box h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.sec_incho .box p {
		font-size: 14px;
	}

	
}

.sec_staff {
	padding: 80px 60px;
}
.sec_staff .ttl_box {
	text-align: center;
}
.sec_staff .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.sec_staff h3 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #4d3919;
	padding: 0 0 15px;
	margin-bottom: 2em;
	color: #4d3919;
}
.sec_staff .flex_box {
	margin: 0 auto 70px;
	max-width: 700px;

}
.sec_staff .flex_box > div {
	background-color: #f7f4ee;
	border-radius: 40px;
	padding: 40px;
	margin-bottom: 50px;
}
.sec_staff .message {
	background-color: transparent !important;
	padding: 0 !important;
}
.sec_staff .flex_box .img {
}
.sec_staff .flex_box img {
	width: 100%;
}
.sec_staff .flex_box .txt {
}
.sec_staff .flex_box .sm {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.sec_staff .flex_box h4 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #4d3919;
	line-height: 1.5;
	text-align: center;
}
.sec_staff .flex_box .honbun {
	font-size: 16px;
	line-height: 1.8;
}
.sec_staff .flex_box ul {
	list-style: disc;
	padding-left: 40px;
	font-size: 16px;
}
.sec_staff .flex_box li {
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.sec_staff .flex_box li:last-child {
	margin-bottom: 0;
}
.sec_staff .btn_more {
	margin: 0 auto;
}

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

	.sec_staff {
		padding: 70px 40px;
	}
	.sec_staff .flex_box {
		margin-bottom: 50px;
	}
	.sec_staff .flex_box > div {
		border-radius: 30px;
		padding: 30px;
		margin-bottom: 30px;
	}
	.sec_staff .flex_box .sm {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.sec_staff .flex_box h4 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.sec_staff .flex_box .honbun {
		font-size: 15px;
	}
	.sec_staff .flex_box ul {
		padding-left: 30px;
		font-size: 15px;
	}
}

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

	.sec_staff {
		padding: 40px 20px;
	}
	.sec_staff .inner {
		max-width: 480px;
	}
	.sec_staff .flex_box {
		display: block;
	}
	.sec_staff h3 {
		font-size: 18px;
		padding: 0 0 15px;
		margin-bottom: 1.5em;
	}
	.sec_staff .flex_box >  div {
		border-radius: 20px;
		padding: 20px;
		width: 100%;
		margin-bottom: 20px;
	}
	.sec_staff .flex_box .sm {
		font-size: 14px;
		margin-bottom: 15px;
		text-align: center;
	}
	.sec_staff .flex_box h4 {
		font-size: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.sec_staff .flex_box .honbun {
		font-size: 14px;
	}
	.sec_staff .flex_box ul {
		padding-left: 20px;
		font-size: 14px;
	}
}


.sec_recruit {
	padding: 80px 60px;
	background-color: #f7f4ee;
}
.sec_recruit .inner {
	max-width: 900px;
	margin: 0 auto;
}
.sec_recruit h2 {
	font-size: 24px;
	background-color: #4d3919;
	color: #fff;
	font-weight: bold;
	padding: 15px 20px;
	margin-bottom: 40px;
}
.table_rec .tr {
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
}
.table_rec .th {
	width: 150px;
	font-weight: bold;
	padding: 20px;
	line-height: 1.5;
}
.table_rec .td {
	padding: 20px;
	width: calc( 100% - 150px );
	line-height: 1.5;
}

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

	.sec_recruit {
		padding: 70px 40px;
	}
	
}
@media screen and (max-width: 767px){

	.sec_recruit {
		padding: 40px 20px;
	}
	.sec_recruit .inner {
		max-width: 480px;
	}
	.sec_recruit h2 {
		font-size: 16px;
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.table_rec {
		margin-top: -20px;
	}
	.table_rec .tr {
		display: block;
		font-size: 14px;
	}
	.table_rec .th {
		width: auto;
		padding: 20px 10px 10px;
	}
	.table_rec .td {
		padding: 0 10px 20px;
		width: auto;
	}
	
}

.sec_entry {
	padding: 80px 60px;
	background-color: #fff;
}
.sec_entry .inner {
	max-width: 900px;
	margin: 0 auto;
}
.sec_entry .ttl_box {
	text-align: center;
}
.sec_entry .honbun {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;
}
.sec_entry .btn_more {
	margin: 0 auto;
}
/*------フォーム-----*/

.f_table {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 50px;
}
.f_table .tr {
	display: flex;
	border-bottom: 1px solid #ccc;
}
.f_table .th, .f_table .td {
	padding: 20px 0px;
}
.f_table .th {
	width: 230px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-weight: bold;
}
.f_table .th span, .privacy_check .need {
	background-color: #4d3919;
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 24px;
	margin-right: 20px;
}
.f_table .th span.opt {
	background-color: #999;
	color: #fff;
}
.f_table .td {
	width: calc( 100% - 230px );
}
.f_table .td p {
	font-size: 13px;
	line-height: 1.5;
}
.f_table input[type='text'], .f_table input[type='email'] {
	height: 46px;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	line-height: 1.5;
	font-family: inherit;
}
.f_table textarea {
	font-family: inherit;
	height: 240px;
	background-color: #f6f6f6;
	width: 100%;
	border: 1px solid #ccc;
	padding: 7px;
	font-size: 16px;
	line-height: 1.5;
}
::placeholder {
  color: #666;
}
.privacy_box {
	overflow: auto;
	border: 1px solid #ccc;
	padding: 30px;
}
.privacy_box h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2em;
}

.privacy_check {
	background: #fff;
	padding: 30px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 50px;
	max-width: 640px;
}

.privacy_check div {
	font-weight: bold;
}
.privacy_check div .need {
	margin-left: 1em;
	display: inline-block;
	line-height: 24px;
}
.form input[type='submit'] {
	letter-spacing: 0.1em;
	width: 100%;
	max-width: 380px;
	height: 52px;
	border-radius: 26px;
	color: #fff;
	background-image: linear-gradient(90deg, #28b6d6, #44bba4);
	font-size: 18px;
	border: none;
	margin: 0 auto;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s ease;
	-webkit-appearance : none;
	display: block;
	font-family: inherit;
}

.form input[type='submit']:hover {
	opacity: 0.6;
}

#privacypolicy {
	font-size: 13px;
	padding: 30px;
	overflow: auto;
	height: 200px;
	line-height: 1.5;
	margin: 0 auto 50px;
	max-width: 800px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}
#privacypolicy h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 14px;
}

#privacypolicy h4 {
	font-weight: bold;
	margin-bottom: 1em;
}

#privacypolicy p {
	margin-bottom: 2em;
}

.wpcf7-response-output {
	background-color: #f00 !important;
	border: none !important;
	padding: 10px !important;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
	background-color: #46b450 !important;
	color: #fff !important;
}

@media screen and (max-width: 999px){
	
	.sec_entry {
		padding: 70px 40px;
	}
	
}

@media screen and (max-width: 767px){
	
	.sec_entry {
		padding: 40px 20px;
	}
	.sec_entry .inner {
		max-width: 480px;
	}
	.sec_entry .honbun {
		font-size: 14px;
		text-align: left;
		margin-bottom: 30px;
	}
	.f_table {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.f_table .tr {
		display: block;
		border: none;
	}
	.f_table .th, .f_table .td {
		padding: 10px 0px;
	}
	.f_table .th {
		width: auto;
		display: flex;
		align-items: center;
		padding-bottom: 0;
	}
	.f_table .th span, .privacy_check .need {
		font-size: 11px;
		width: 40px;
		height: 20px;
		margin-right: 15px;
	}
	.f_table .td {
		width: auto;
	}
	.f_table input[type='text'], .f_table input[type='email'] {
		height: 46px;
		padding: 5px;
		font-size: 14px;
	}
	.f_table textarea {
		height: 180px;
		padding: 5px;
		font-size: 14px;
	}

	.privacy_check {
		padding: 20px 15px;
		font-size: 13px;
		margin: 0 auto 30px;
		max-width: 480px;
		text-align: left;
	}
	.privacy_check div .need {
		line-height: 20px;
		text-align: center;
	}
	.form input[type='submit'] {
		max-width: 240px;
		height: 46px;
		border-radius: 23px;
		font-size: 16px;
	}
	
	#privacypolicy {
		max-width: 480px;
		font-size: 11px;
		padding: 20px;
		height: 200px;
		margin: 0 auto 30px;
	}
	#privacypolicy h3 {
		font-size: 12px;
	}

	
}





