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

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

#main {
	padding: 8vw 5vw;
}

#main .main_01 {
	height: 49.24586666666667vw;
	margin-bottom: 8vw;
	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 {
	margin-bottom: 8vw;
	text-align: center;
	text-indent: 0.4em;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 6vw;
	letter-spacing: 0;
	line-height: 1.6;
	opacity: 0;
	translate: 0 35%;
}

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

#main .main_02 {
	height: 62.27493333333333vw;
	opacity: 0;
	translate: 0 15%;
}

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

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

#concept {
	margin: 0 5vw 20vw;
}

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

#concept .find {
	margin-bottom: 5vw;
	padding: 5vw;
	background: #fff;
	box-shadow: 0 0 0 1px var(--gray) inset;
	background: #fff;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 4vw;
	letter-spacing: 0;
}

#concept .find figure {
	margin-bottom: 10px;
}

#concept .find img {
	height: 49.38746666666667vw;
}

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

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

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

#recruit h2 {
	height: 20vw;
	padding-top: 4vw;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#recruit h2:before {
	content: '';
	width: 70vw;
	border-bottom: 20vw solid #fff;
	border-left: 8vw solid transparent;
	border-right: 8vw 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: 7vw;
	letter-spacing: 0;
	color: var(--orange);
}

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

#recruit .bg {
	padding: 8vw 5vw;
	background: #fff;
	position: relative;
	z-index: 0;
}

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

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

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

#recruit .entry dt {
	width: 8em;
	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;
}

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

#information h2 {
	height: 20vw;
	padding-top: 4vw;
	background: #fff;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#information h2:before {
	content: '';
	width: 70vw;
	border-bottom: 20vw solid #fff6c9;
	border-left: 8vw solid transparent;
	border-right: 8vw 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: 7vw;
	letter-spacing: 0;
	color: var(--orange);
}

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

#information .bg {
	padding: 10vw 8vw 15vw;
	background: #fff6c9;
	position: relative;
	z-index: 0;
}

#information .container {
	box-shadow: 0 1px 0 0 var(--gray) inset;
	text-align: left;
}

#information dl {
	padding: 1.5em 0;
	box-shadow: 0 -1px 0 0 var(--gray) inset;
	line-height: 1.5;
	position: relative;
}

#information .find {
	padding-right: 15px;
}

#information .find:after {
	content: '';
	width: 3vw;
	height: 4vw;
	background: url(../images/arrow_orange.svg) no-repeat left / 100% auto;
	transform: translateY(-50%) translateZ(0);
	position: absolute;
	right: 0;
	top: 50%;
}

#information dt {
	margin-bottom: 1vw;
	font-weight: 600;
	color: var(--gray);
}

#information dd {
	position: relative;
}

#information dd a {
	text-decoration: none;
	color: var(--black);
}

#information .more {
	margin-top: 8vw;
}

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

#access h2 {
	height: 20vw;
	background: #fff6c9;
	padding-top: 4vw;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

#access h2:before {
	content: '';
	width: 70vw;
	border-bottom: 20vw solid #fff;
	border-left: 8vw solid transparent;
	border-right: 8vw 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: 7vw;
	letter-spacing: 0;
	color: var(--orange);
}

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

#access .bg {
	padding: 10vw 8vw 15vw;
	background: #fff;
	position: relative;
	z-index: 0;
}

#access address {
	margin-bottom: 4vw;
}

#access .mail {
	margin-bottom: 8vw;
}

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