@charset "utf-8";

/*
/*
Theme Name: Deazain Wordpressテーマ
Version: 1.0
Author: Artizan.LLC
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

* {
	line-height: 1.75;
}

html {
	font-size: 16px;
}

body {
	font-family: "Noto Sans JP", sans-serif !important;
	width: 100vw;
	overflow-x: hidden;
	min-height: 100vh;
	background-color: var(--color-main-cream);
}

.mincho {
	font-family: "Noto Serif JP", serif !important;
}

a {
	cursor: pointer;
	opacity: 1;
	transition: 0.3s opacity ease-in-out;
}

a:hover {
	opacity: 0.5;
}

.content_x {
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 2vw;
	padding-right: 2vw;
}

.content_y {
	padding-top: 2rem;
	padding-bottom: 6rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * 以下はindex.phpからのみ参照
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Service Section Overlay */
.service-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 34, 89, 0.9);
	z-index: 0;
}

.career-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 0;
}

.social-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 34, 89, 0.9);
	z-index: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * 以下はarchive-job.phpからのみ参照
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a:hover .hover_underline {
	color: var(--color-main-blue);
	text-decoration: underline;
}