@charset "UTF-8";
@import "common.pc.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 80px;
}

#about p {
	margin-bottom: 30px;
}

#about .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

#about dl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 100px;
	line-height: 30px;
	position: relative;
}

#about dl:after {
	content: '';
	width: 1px;
	height: 100%;
	background: var(--black);
	position: absolute;
	top: 0;
	right: -50px;
}

#about dt {
	height: 41px;
	border-radius: 3px;
	margin-right: 2em;
	padding: 0 1.5em;
	border-radius: 40px;
	background: var(--orange);
	background: rgba(34, 24, 21, 0.8);
	background: var(--black);
	line-height: 40px;
	color: #fff;
}

#about dd {
	text-align: left;
}

#about dd a {
	display: inline-block;
	vertical-align: -0.1em;
	text-decoration: none;
	font-size: 26px;
	color: var(--orange);
}

#about .mail a {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	height: 50px;
	border-radius: 10px;
	background: var(--orange);
	font-weight: 500;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

#about .mail a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 24px;
	height: 50px;
	margin-right: 10px;
	background: url(../images/f_mail.svg) no-repeat left / 24px auto;
}





/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	margin-bottom: 100px;
}

#detail .container {
	width: 900px;
}

#detail h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
}

#detail .content {
	margin-bottom: 40px;
}

#detail .table {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	border-bottom: solid 1px var(--gray);
	background: #fff;
}

#detail dl {
	display: table-row;
	border-top: solid 1px var(--gray);
}

#detail dt {
	display: table-cell;
	vertical-align: top;
	width: 25%;
	padding: 1.5em 2em;
	background: #f0f0f0;
	text-align: center;
	line-height: 1.5;
}

#detail dd {
	display: table-cell;
	vertical-align: top;
	min-height: 50px;
	padding: 1.5em 2em;
	border-radius: 50px;
	text-align: left;
	line-height: 1.5;
}

#detail .submit {
	margin-bottom: 60px;
}

#detail .submit a {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	height: 70px;
	border-radius: 5px;
	background: var(--black);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 70px;
	color: #fff;
}

#detail .submit a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 24px;
	height: 70px;
	margin-right: 10px;
	background: url(../images/f_mail.svg) no-repeat left / 24px auto;
}

#detail .back a {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: var(--orange);
}

#detail .back a:before {
	display: inline-block;
	vertical-align: 0.15em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 6px;
	border-bottom: solid 2px var(--orange);
	border-left: solid 2px var(--orange);
	transform: rotate(45deg);
}

#detail .back a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
	CSS Document recruit
--------------------------------------------------------- */

#recruit {
	margin-bottom: 100px;
}

#recruit h2 {
	height: 90px;
	padding-top: 15px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#recruit h2:before {
	content: '';
	width: 400px;
	border-bottom: 90px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#recruit h2 .en {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0;
	color: var(--orange);
}

#recruit h2 .ja {
	display: block;
	font-weight: 500;
	font-size: 14px;
}

#recruit .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#recruit .entry {
	width: 48%;
	margin-bottom: 4%;
	padding: 30px 40px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 8px rgba(34, 24, 21, 0.2);
	text-align: justify;
	line-height: 1.8;
}

#recruit .entry_title {
	margin-bottom: 0.7em;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: var(--orange);
}

#recruit .entry_excerpt {
	margin-bottom: 1em;
}

#recruit .entry dl {
	display: flex;
	margin-bottom: 10px;
}

#recruit .entry dt {
	width: 140px;
	margin-right: 1em;
	background: rgba(34, 24, 21, 0.1);
	text-align: center;
	font-size: 15px;
}

#recruit .entry dd {
	flex: 1;
}

#recruit .entry .more {
	margin-top: 1.5em;
	text-align: center;
}

#recruit .entry .more a {
	height: 31px;
	padding: 0 1.5em;
	font-size: 14px;
	line-height: 30px;
}

#recruit .entry .more a:after {
	height: 30px;
}
