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

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	display: flex;
	justify-content: flex-end;
	height: 600px;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

#main .row {
	margin-right: 10px;
}

#main .main_01 {
	height: 382px;
	margin-bottom: 40px;
	opacity: 0;
	translate: 0 15%;
}

#main.isActive .main_01 {
	opacity: 1;
	translate: 0;
	transition-duration: 1.2s;
	transition-delay: 0.1s;
	transition-timing-function: ease-out;
	transition-property: opacity, translate;
}

#main h2 {
	display: inline-block;
	vertical-align: top;
	width: 726px;
	margin-right: 30px;
	text-align: center;
	text-indent: 0.4em;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 46px;
	letter-spacing: 0;
	line-height: 1.6;
	opacity: 0;
	translate: 0 20%;
}

#main.isActive h2 {
	opacity: 1;
	translate: 0;
	transition-duration: 1.0s;
	transition-delay: 0.9s;
	transition-timing-function: ease-out;
	transition-property: opacity, translate;
}

#main .main_02 {
	width: 880px;
	height: 586px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 720px;
	z-index: 2;
	translate: 0 10%;
}

#main.isActive .main_02 {
	translate: 0;
	transition-duration: 1.0s;
	transition-delay: 0.5s;
	transition-timing-function: ease-out;
	transition-property: translate;
}

#main .main_02 .lazyloaded {
	animation-duration: 2s;
	animation-delay: 0.6s;
	animation-timing-function: ease-out;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept h2 {
	margin-bottom: 30px;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 26px;
}

#concept .flex {
	display: flex;
	padding-bottom: 30px;
	border-top: solid 1px var(--gray);
	position: relative;
	z-index: 0;
}

#concept .flex:before {
	content: '';
	width: 1px;
	height: 100%;
	background: var(--gray);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#concept .find {
	width: 50%;
	padding: 30px;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0;
}

#concept .find figure {
	overflow: hidden;
}

#concept .find img {
	width: 100%;
	min-height: 344px;
	object-fit: cover;
	transition: transform .6s ease;
}

#concept .find:hover img {
	transform: scale(1.05);
}

#concept .find a {
	text-decoration: none;
	color: var(--black);
	position: relative;
	opacity: 1;
}

#concept .en {
	margin-right: 0.5em;
	color: var(--orange);
}

#concept .cat {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-top: 10px;
	line-height: 50px;
	position: relative;
}

#concept .cat:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--gray);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}

#concept .find:first-of-type .cat:before {
	right: -50px;
}

#concept .find:last-of-type .cat:before {
	left: -50px;
}

#concept .cat:after {
	content: '';
	width: calc(25vw - 175px);
	height: 1px;
	background: var(--gray);
	position: absolute;
	top: 50%;
}

#concept .find:first-of-type .cat:after {
	left: calc(50% + 175px);
}

#concept .find:last-of-type .cat:after {
	right: calc(50% + 175px);
}

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

#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 .bg {
	padding: 50px 0;
	background: #fff;
	position: relative;
	z-index: 0;
}

#recruit .bg:before {
	content: '';
	width: 600px;
	height: 773px;
	background: url(../top/bg.webp) no-repeat calc(50%) top;
	position: absolute;
	top: 0;
	right: calc(50% + 500px);
	z-index: -1;
}

#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;
}

/* ---------------------------------------------------------
	CSS Document information
--------------------------------------------------------- */

#information {
	background: #fff;
}

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

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

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

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

#information .bg {
	padding: 50px 0 80px;
	background: #fff6c9;
	position: relative;
	z-index: 0;
}

#information .bg:before {
	content: '';
	width: 600px;
	height: 773px;
	background: url(../top/bg.webp) no-repeat calc(50%) top;
	transform: scale(-1, 1);
	position: absolute;
	top: 0;
	left: calc(50% + 500px);
	z-index: -1;
}

#information .container {
	width: 800px;
	margin-bottom: 30px;
	text-align: left;
}

#information dl {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 2em 1em;
	box-shadow: 0 -1px 0 0 var(--gray) inset;
	position: relative;
}

#information .find:after {
	content: '';
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background: url(../images/arrow_orange.svg) no-repeat left / 100% auto;
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	top: 50%;
	transition: translate .4s ease-out;
}

#information .find:hover:after {
	translate: 5px 0;
}

#information dt {
	width: 140px;
	color: var(--gray);
}

#information dd {
	flex: 1;
	position: relative;
}

#information dd a {
	text-decoration: none;
	color: var(--black);
	opacity: 1;
	transition: color .4s ease-out;
}

#information .find:hover dd a {
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access {
	background: #fff6c9;
}

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

#access 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;
}

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

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

#access .bg {
	margin-bottom: 80px;
	padding: 50px 0 80px;
	background: #fff;
	position: relative;
	z-index: 0;
}

#access .bg:before {
	content: '';
	width: 600px;
	height: 773px;
	background: url(../top/bg.webp) no-repeat calc(50%) top;
	position: absolute;
	top: 0;
	right: calc(50% + 500px);
	z-index: -1;
}

#access .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	margin-top: 30px;
	border-top: solid 1px var(--gray);
	position: relative;
	z-index: 0;
}

#access .flex:before {
	content: '';
	width: 1px;
	height: 100%;
	background: var(--gray);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#access .flex:after {
	content: '';
	width: 300px;
	height: 1px;
	background: var(--gray);
	transform: translateX(-50%);
	position: absolute;
	top: 69px;
	left: 50%;
	z-index: -1;
}

#access .phone {
	width: calc(50% - 180px);
	padding-right: 180px;
	text-align: right;
	position: relative;
}

#access .mail {
	width: calc(50% - 180px);
	padding-left: 180px;
	text-align: left;
	position: relative;
}

#access .phone:before,
#access .mail:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--gray);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}

#access .phone:before {
	right: -160px;
}

#access .mail:before {
	left: -160px;
}

#access .container {
	padding-top: 30px;
	position: relative;
}

#access .container:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--gray);
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#access .container iframe {
	vertical-align: top;
	width: 100%;
	height: 460px;
	overflow: hidden;
	border: 0;
}
