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

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

#about {
	margin: 0 5vw 15vw;
}

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

#about dl {
	margin-bottom: 15vw;
	position: relative;
}

#about dl:after {
	content: '';
	width: 40%;
	height: 1px;
	background: var(--black);
	transform: translateX(-50%);
	position: absolute;
	bottom: -7vw;
	left: 50%;
}

#about dt {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.5em;
	padding: 0 1.5em;
	border-radius: 10vw;
	background: var(--black);
	line-height: 10vw;
	color: #fff;
}

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

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

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

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

#detail {
	margin: 0 5vw;
}

#detail h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10vw;
	padding-bottom: 3vw;
	border-bottom: solid 3px var(--orange);
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.5;
}

#detail .content {
	margin-bottom: 10vw;
	text-align: left;
}

#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 0;
	background: #f0f0f0;
	text-align: center;
	line-height: 1.5;
}

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

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

#detail .submit a {
	display: block;
	border-radius: 15vw;
	background: var(--black);
	text-align: center;
	text-decoration: none;
	font-size: 4vw;
	line-height: 15vw;
	color: #fff;
}

#detail .submit a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 5vw;
	height: 14vw;
	margin-right: 10px;
	background: url(../images/f_mail.svg) no-repeat left / 100% 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: 0 5vw 15vw;
}

#recruit .entry {
	margin-bottom: 5vw;
	padding: 5vw 6vw;
	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: 4.5vw;
	line-height: 1.5;
	color: var(--orange);
}

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

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

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

#recruit .entry dd {
	flex: 1;
}

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