@charset "UTF-8";

/*
Theme Name: MY THEME 
Author: Zenshin
Description: オリジナルテーマ
Version: 1.0
*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.img-full img {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}


@media screen and (max-width: 780px) {
	.flex_res {
		flex-direction: column;
		align-items: center;
	}
}

.flex_hanyo {
	display: flex;
	justify-content: center;
}

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

.flex-center {
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
}

.flex-base {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3%;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

body {
	box-sizing: border-box;
}

body *,
body *::before,
body *::after {
	box-sizing: inherit;
}

ul {
	padding-inline-start: 1rem;
}

pre {
	font-family: unset;
}

/* 変数 */
:root {
	--f1: 2.44em;
	/* 39.04px */
	--f2: 1.95em;
	/* 31.2px */
	--f3: 1.56em;
	/* 24.96px */
	--f4: 1.25em;
	/* 20px */
	--f5: 1em;
	/* 16px */
	--f6: 0.8em;
	/* 12.8px */

	--f7: 0.66em;
	/* 12.8px */

	/* --basecolor: #63a211; */
	/* 基本色 */
	/* --gradient: linear-gradient(81.7deg, rgba(34, 126, 34, 1) 8.1%, rgba(99, 162, 17, 1) 86.5%); */

	--myfont: "Noto Sans JP", sans-serif;
	--myw: 720px;
	/*標準幅*/
}


/* フォント */
body {
	font-family: var(--myfont);
	font-size: 21px;
}

p {
	line-height: 1.8;
	font-size: var(--f5);
}


h1 {
	font-size: var(--f1);
	font-weight: 300;
}

h2 {
	font-size: var(--f3);
	margin-block-start: 0;
}

h3 {
	font-size: var(--f3);
}

h4 {
	font-size: var(--f4);
}

h5 {
	font-size: var(--f5);
}

h6 {
	font-size: var(--f6);
}

.text_item_double_L {
	width: 55%;
	padding: 30px 0;
	margin: 0 auto;
}

.text_item_double_L p {
	font-size: 18px;
}

.text_img_double_R {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	padding: 30px 0;
	margin-left: 8%;
}

.text_img_double_R img {
	vertical-align: middle;
}

.title_wrapper {
	margin-right: 50%;
}

.title_img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.top_assist_text {
	font-size: 14px;
	/* margin-top: 35px; */
}

@media screen and (max-width: 780px) {
	.text_item_double_L {
		width: 100%;
		display: flex;
		flex-direction: column;
		/* 要素を縦方向に並べる */
		justify-content: center;
		/* 横方向（左右方向）の中央揃え */
		align-items: center;
		/* 縦方向（上下方向）の中央揃え */
		padding: 0;
	}

	.text_img_double_R {
		width: 70%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.title_img {
		width: 70%;
		margin: 20px 0 30px 0;
	}

	.text_item_double_L p {
		font-size: 14px;
	}

	.title_wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		/* 要素を縦方向に並べる */
		justify-content: center;
		/* 横方向（左右方向）の中央揃え */
		align-items: center;
		/* 縦方向（上下方向）の中央揃え */
	}

	.osirase_img {
		width: 50%;
	}
}


/* 横幅 */
body {
	margin: 0;
	width: 100%;
}


.alignfull {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.alignwide {
	margin-top: 5%;
	padding-left: 25%;
	padding-right: 25%;
}

/*スマホ*/
@media (max-width: 600px) {
	.alignwide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1320px) {}


/*配置*/
.center {
	text-align: center;
}

.space-between {
	justify-content: space-between;
}

/* ポジション */
.relative {
	position: relative;
}

.top {
	vertical-align: top;
}

/*リンク*/
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: 0.7;
}

/*色*/
.white {
	color: white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.grey {
	background-color: #F2F2F2;
	padding-bottom: 5%;
}

.white-bg {
	background-color: white;
}

/*スマホ限定/PC限定*/
/*フッターの画像切替のみに使用 bootstrapのxlに対応*/
.sp {
	display: none;
}

.sp-md {
	display: none;
}

.pc {
	display: block;
}



@media only screen and (max-width:768px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.pc_sub {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.sp-md {
		display: block;
	}

}

/*-----マージン共通-----*/
.margin_hanyo {
	margin-top: 120px;
}

.margin_hanyo_sub2 {
	margin-top: 100px;
}

.margin_right_pc {
	margin-right: 20px;
}

.margin_hanyo_bottom {
	margin-bottom: 5%;
}

@media screen and (max-width: 780px) {
	.margin_hanyo {
		margin-top: 50px;
	}

	.margin_hanyo_sub {
		margin-top: 10px;
	}

	.margin_hanyo_sub2 {
		margin-top: 50px;
	}

	.margin_top_res {
		margin-top: 15px;
	}

	.margin_right_pc {
		margin-right: 0;
	}
}


/* misuzu */

.list-none ul {
	list-style: none;
	padding-top: 30px;
}

.w-25 {
	width: 25%;
}

.top-img {
	position: relative;
}

.p-30 {
	padding: 30px;
}

.title p {
	position: relative;
	font-size: 40px;
	color: #223a70;
	font-weight: bold;
	font-family: "futura-pt", sans-serif;
}

.futura {
	font-family: "futura-pt", sans-serif;
}

.w-80 {
	width: 80%;
	margin: auto;
}

.bg-blue {
	background-color: #f4f9fc;
	padding-top: 70px;
	padding-bottom: 90px;
}

.w-90 {
	width: 90%;
	margin: auto;
}

.font24 {
	font-size: 24px;
}

.font20 {
	font-size: 20px;
}

.before-blue {
	position: relative;
	color: #223a70;
	font-weight: bold;
}

.yellow {
	color: #ffdb4f;
}

.before-blue::before {
	position: absolute;
	content: '';
	top: 25%;
	left: -20px;
	width: 10px;
	height: 24px;
	background-color: #223a70;
}

.before-yellow {
	position: relative;
	color: #223a70;
	font-weight: bold;
}

.before-yellow::before {
	position: absolute;
	content: '';
	top: 25%;
	left: -20px;
	width: 10px;
	height: 24px;
	background-color: #ffdb4f;
}

.w-48 {
	width: 48%;
}

.w-32 {
	width: 32%;
}

.bg-sys {
	background: url('./image/top/bg-up.png');
	padding: 40px 0;
}

.font40 {
	font-size: 34px;
	font-weight: bold;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.blue {
	color: #223a70;
}

.bg-req {
	background: url('./image/top/bg-down.png');
	padding: 40px 0;
}

.footer_list ul {
	list-style: none;
	width: 48%;
}

.footer_list {
	display: flex;
	padding-top: 20px;
}

.w-100 {
	width: 100%;
}

.p-0 {
	padding: 0;
}

.p-0 li {
	padding-left: 18px;
}

.p-b-20 {
	padding-bottom: 30px;
}

.p-20-40 {
	padding: 20px 40px;
}

.item-center {
	align-items: center;
}

.hover-button {
	transition: all 0.3s ease;
}

.hover-button:hover {
	transform: scale(1.05);
}

.contact-btn:hover img {
	content: url('./image/top/contact-hover.png');
}

.contact-btn img {
	transition: 0.4s ease;
}

.contact-btn:hover {
	opacity: 1;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.font18 {
	font-size: 18px;
}

.align-right {
	text-align: right;
}

.font14 {
	font-size: 16px;
}

.m-15-0 {
	margin: 15px 0;
}

.news-date {
	color: #808080;
}

.p-20 {
	padding: 20px;
}

.news-thumbnail:hover {
	opacity: 1;
	transform: scale(1.05);
	filter: brightness(70%);
}

.news-thumbnail {
	transition: all 0.3s ease;
}

.news-thumbnail a:hover {
	opacity: 1;
}

.hover-img {
	transition: all 0.3s ease;
}

.hover-img:hover {
	transform: scale(1.05);
	filter: brightness(70%);
	opacity: 1;
}

.fadein {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.5s ease forwards;
}

.fadein:nth-child(1) {
	animation-delay: 0.1s;
}

.fadein:nth-child(2) {
	animation-delay: 0.3s;
}

.fadein:nth-child(3) {
	animation-delay: 0.5s;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.opa-change {
	opacity: 0;
}

.changed {
	opacity: 1;
	transition: 0.5s ease;
}

.contact_shortcut_pc {
	display: block;
	width: 20%
}

#map {
	width: 120%;
	height: 350px;
}

.sp-1000 {
	display: none;
}

.pc-1000 {
	display: block;
}

@media only screen and (max-width: 1000px) {
	.column-1000 {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.column-1000-re {
		flex-direction: column-reverse;
		gap: 20px;
		align-items: center;
	}

	.w-80-1000 {
		width: 80% !important;
		margin: auto;
	}

	.sp-1000 {
		display: block;
	}

	.pc-1000 {
		display: none;
	}
}

@media only screen and (max-width:1000px) and (min-width: 561px) {
	.w-70-1000 {
		width: 70% !important;
		margin: auto;
	}
}

@media only screen and (max-width: 915px) {
	.pc-915 {
		display: none;
	}

	.site_title {
		width: 45%;
	}

	.end-915 {
		justify-content: flex-end;
	}

	.footer_right {
		display: none;
	}

	#map {
		width: 100%;
		height: 350px;
	}

	.bg-parent {
		background-color: #223a70;
		color: #fff;
		margin-bottom: 10px;
		padding: 5px 0;
	}

	.bg-child {
		background-color: #476abb;
		color: #fff;
		width: 95%;
		margin: 0 auto 10px;
		display: none;
		opacity: 0;
		transform: translateY(-10px);
		transition: opacity 0.3s ease, transform 0.3s ease;
		text-align: center;
	}

	.bg-children li {
		background-color: #5e6d92;
		color: #fff;
		margin: 0 auto 10px;
		padding: 5px 0;
		list-style: none;
		text-align: center;
	}

	.bg-child.visible {
		display: block;
		opacity: 1;
		transform: translateY(0);
		padding: 5px 0;
	}

	.bg-children {
		display: none;
		opacity: 0;
		transform: translateY(-10px);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	.bg-children.visible {
		display: block;
		opacity: 1;
		transform: translateY(0);
		width: 90%;
		padding: 5px 0;
		margin: auto;
	}

	.sp-lists {
		padding: 0;
		width: 90% !important;
		margin: auto;
	}

	.sp-lists li {
		padding: 0;
	}
}

@media only screen and (max-width: 915px) and (min-width: 769px) {
	.footer_left {
		width: 80%;
		margin: auto;
	}

	.footer_list {
		justify-content: space-between;
		width: 80%;
		margin: auto;
		flex-direction: column;
		text-align: center;
	}
}

@media only screen and (max-width: 915px) and (min-width: 561px) {
	.contact_shortcut_pc {
		display: block;
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.footer_left {
		width: 90%;
		margin: auto;
	}

	.footer_list {
		justify-content: space-between;
		width: 90%;
		margin: auto;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.head_items {
		height: auto;
	}

	.company_icon {
		width: 100%;
	}

	.sp-column {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.w-32 {
		width: 90%;
		margin: auto;
		text-align: center;
	}

	.no-gap {
		gap: 0 !important;
	}
}

.header-hamburger-menu {
	display: flex;
	align-items: center;
	width: 13vw;
	text-align: right;
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 50;
	/* opacity: 0; */
	transition: opacity 0.5s ease;
}

.news-con {
	opacity: 0;
}

.news-con.visible {
	opacity: 1;
}

.header-hamburger-menu.visible {
	opacity: 1;
}

.header-hamburger-menu.above {
	top: 10px;
}

.pc_title,
.pc-vid {
	display: block;
}

.pc_title {
	width: 60%;
}

.sp_title,
.sp-vid {
	display: none;
}

@media screen and (max-width: 480px) {

	.pc_title,
	.pc-vid {
		display: none;
	}

	.sp_title {
		width: 80%;
	}

	.sp_title,
	.sp-vid {
		display: block;
	}
}

@media only screen and (min-width:916px) {
	.header-hamburger-menu {
		display: none
	}

	.sp-915 {
		display: none;
	}
}

@media only screen and (max-width: 915px) and (min-width: 769px) {
	.top_title {
		top: 25vw;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.title p {
		font-size: 32px;
	}

	.font24 {
		font-size: 20px;
	}

	.font20 {
		font-size: 18px;
	}

	.font40 {
		font-size: 30px;
		font-weight: bold;
	}

	.font18 {
		font-size: 16px;
	}

	.font14 {
		font-size: 14px;
	}

	.top_title {
		top: 40vw;
	}

	.p-30 {
		padding: 20px;
	}

	body {
		font-size: 18px;
	}
}

@media only screen and (max-width:560px) {
	.header-hamburger-menu {
		width: 15% !important;
		top: 150px;
	}

	#header-hamburger {
		border-radius: 2.6vw !important
	}

	.sm-column {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		display: flex;
	}

	.w-90-560 {
		width: 90%;
		margin: auto;
	}

	.p-20-40 {
		padding: 5px 10px;
	}

	.w-70-1000 {
		width: 90%;
		margin: auto;
	}

	.title p {
		font-size: 28px;
	}

	.p-30 {
		padding: 15px;
	}

	.font24 {
		font-size: 18px;
	}

	.font20 {
		font-size: 16px;
	}

	.font40 {
		font-size: 24px;
		font-weight: bold;
	}

	.font18 {
		font-size: 14px;
	}

	.font14 {
		font-size: 14px;
	}

	body {
		font-size: 16px;
	}

	.top_title {
		top: 50vw;
	}

	.w-90 {
		width: 95%;
	}

	.hover-button {
		width: 50% !important;
	}

	.contact_shortcut_pc {
		display: block;
		width: 80%;
	}

	.head_items {
		padding-left: 20px;
	}

	.end-915 {
		width: 30%;
	}

	.site_title {
		width: 60%;
	}
}

#header-hamburger {
	margin-right: 10px;
	background: #223a70;
	cursor: pointer;
	width: 66px;
	aspect-ratio: 1/1;
	margin-left: auto;
	position: relative;
	z-index: 20;
	border-radius: 15px
}

#header-hamburger span {
	display: inline-block;
	background: #fff;
	width: 50%;
	height: 2px;
	transition: all .4s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

#header-hamburger span:nth-of-type(1) {
	top: 30%
}

#header-hamburger span:nth-of-type(2) {
	top: 50%
}

#header-hamburger span:nth-of-type(3) {
	top: 70%
}

#header-hamburger.active span:nth-of-type(1) {
	top: 50%;
	left: 25%;
	transform: rotate(-45deg);
	width: 50%
}

#header-hamburger.active span:nth-of-type(2) {
	opacity: 0
}

#header-hamburger.active span:nth-of-type(3) {
	top: 50%;
	left: 25%;
	transform: rotate(45deg);
	width: 50%
}

#hamburger-window {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: calc(100vh - 50px);
	overflow-y: scroll;
	overflow-x: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out 0.3s;
	transform: translateY(-100%);
	z-index: 450;
	margin-top: 25vh;
}

#hamburger-window::-webkit-scrollbar {
	display: none
}

#hamburger-window.open {
	visibility: visible;
	opacity: 1;
	transform: translateY(-100px);
	transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
}

#hamburger-window:not(.open) {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-25vh);
	transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out
}

#hamburger-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	z-index: 40;
	pointer-events: none;
}

#hamburger-background.open {
	pointer-events: auto;
	opacity: 1
}

.hamburger-window__link {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative
}

.hamburger-window__link:hover {
	opacity: .8
}

.hamburger-window__link a:hover {
	color: #FFF
}

.acordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 23px 0;
	color: #fff;
	font-size: 18px;
	text-decoration: none
}

.hamburger-window__title {
	color: #333
}

li ::marker {
	display: none !important;
}


/* PC用をデフォルト表示、スマホ用は非表示 */
.site_title_sp {
	display: none;
}

/* 画面幅が768px以下の場合、スマホ用を表示・PC用を非表示 */
@media screen and (max-width: 768px) {
	.site_title {
		display: none;
	}

	.site_title_sp {
		display: block;
		width: 55%;
	}
}

/* 会社情報 */

.w-35 {
	width: 35%;
}

.w-60 {
	width: 60%;
}

.p-15 {
	padding: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-l-5 {
	margin-left: 5%;
}

.font30 {
	font-size: 30px !important;
}

.absolute-number {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	z-index: 100;
	font-size: 3.7vw;
	font-family: 'Impact', sans-serif;
	color: #fff;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
	top: -2.3vw;
	left: -1.6vw;
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.absolute-number {
		font-size: 7.7vw;
		top: -4.3vw;
		left: 2.4vw;
	}
}

@media only screen and (max-width: 560px) {
	.w-35,.w-60 {
		width: 90%;
		margin: auto;
	}

	.m-l-5 {
		margin: 0;
	}

	.absolute-number {
		font-size: 10vw;
		top: -7.3vw;
		left: -4.6vw;
	}
}

/* CSR */

.b-b-blue-yellow {
  background: linear-gradient(to right, #223a70 7%, #ffdb4f 7%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 4px;
  padding-bottom: 4px; /* 線がテキストにかぶらんように */
}

.title p::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0;
	width: 12px;
	height: 10px;
	background-color: #223a70;
	/* ネイビー */
	box-shadow: 20px 0 0 #ffdb4f;
	/* イエローの四角を右にずらして影として作る */
}

.static p::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0;
	width: 12px;
	height: 10px;
	background-color: transparent;
	box-shadow: 20px 0 0 transparent;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.b-ash {
	border-bottom: 2px solid #ccc;
}

.font-blue {
	color: #223a70;
}

/* manufacture */

.text-shadow {
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}

.w-30 {
	width: 30%;
}

.w-65 {
	width: 65%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.w-30,.w-65 {
		width: 85%;
	}

	.center-1000 {
		justify-content: center;
	}

	.w-60 {
		width: 90%;
		margin: auto;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.w-30,.w-65 {
		width: 90%;
	}

	.center-1000 {
		justify-content: center;
	}

	.w-60 {
		width: 90%;
		margin: auto;
	}
}

@media only screen and (max-width: 560px) {
	.w-30,.w-65 {
		width: 95%;
	}

	.center-1000 {
		justify-content: center;
	}

	.l-20 {
		left: 20px;
	}

	.w-60 {
		width: 95%;
		margin: auto;
	}
}


/* recruit */
.bg-white {
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 90px;
}

.bg-tree {
	background: url('./image/recruit/recruit-top.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.text-w-shadow {
	text-shadow: 2px 2px rgb(255, 255, 255);
}

.bg-town {
	background: url('./image/recruit/bg-up.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.bold {
	font-weight: bold;
}

.bg-room {
	background: url('./image/recruit/bg-down.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.b-y {
	background: linear-gradient(transparent 60%, #ffff00 60%);
}

.bg-ash-rad {
	background-color: #717071;
	border-radius: 24px;
	width: fit-content;
	margin: auto;
}

.b-black {
	border-bottom: 2px solid #000;
}

.bg-beige {
	background-color: #f4f0eb;
	padding-top: 30px;
	padding-bottom: 40px;
}

.question-icon {
	background-color: #fff;
	border-radius: 100%;
	padding: 5px 10px;
	color: #009245;
}

.answer-icon {
	background-color: #fff;
	border-radius: 100%;
	padding: 5px 10px;
	color: #ed1c24;
}

.lh-2 {
	line-height: 2.5;
}

.w-fit {
	width: fit-content;
	margin: auto;
}

.m-a {
	margin: auto;
}
/* philosophy */

.philo-top {
	background: url('./image/philosophy/philo-top.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-philo {
	background: url('./image/philosophy/test-philo.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.text-b-shadow {
	text-shadow: 2px 2px rgb(0, 0, 0);
}

.bg-philo-beige {
	background-color: #faf8f1;
}

.bg-white-np {
	background-color: #fff;
	padding: 50px 0;
}

.block-1100 {
	display: none;
}

.b-blue {
	border-bottom: 1px solid #1b1464;
	margin-bottom: 30px;
}

.w-fit-n-a {
	width: fit-content;
}

@media only screen and (max-width: 1100px) and (min-width: 0) {
	.none-1100 {
		display: none;
	}

	.block-1100 {
		display: block;
	}
}

/* cross */

.gap4 {
	gap: 4%;
}

.lh-mini {
	line-height: 1.0;
}

.font50 {
	font-size: 50px;
}

.staff-recta {
	background-color: #fff;
	padding: 20px 20px 10px;
}

.b-blue-71 {
	border-bottom: 3px solid #0071BC;
}

.f-b-71 {
	color: #0071BC;
}

.w-42 {
	width: 42%;
}

.w-56 {
	width: 56%;
}

.name {
	width: 90px;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
	background-color: #736357;
	height: fit-content;
}

.int {
	width: 80%;
}

.nowrap {
	flex-wrap: nowrap;
}

.t-half {
	position: relative;
	top: -60px;
	background: linear-gradient(to bottom, #faf8f1 0% 70%, #ffffff 70% 100%);
}

.p-t-0 {
	padding-top: 0;
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.w-42,.w-56 {
		width: 90%;
	}
}

@media only screen and (max-width: 560px) {
	.w-42,.w-56 {
		width: 100%;
	}

	.int {
		width: 100%;
	}

	.staff-recta {
		width: 95%;
		margin: auto;
	}

	.font50 {
		font-size: 35px;
	}
}

/* occupation */

.bg-occup {
	background: url('./image/occupation/top.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 33.78vw;
}

.w-40 {
	width: 40%;
}

.w-fit-m-left {
	width: fit-content;
	margin-left: auto;
}

.white-title {
	color: #fff !important;
	font-size: 2.13vw !important;
}

.h-200 {
	height: 10.64vw;
}

.p-t-90 {
	padding-top: 9.8vw;
}

.font1_8 {
	font-size: 1.81vw;
}

.font1_0 {
	font-size: 1.06vw;
}

.m-0 {
	margin: 0;
}

.white-imp {
	color: #fff !important;
}

.black {
	font-weight: 900;
}

.bg-sky {
	background-color: #daeaf2;
}

.p-0-30 {
	padding: 0 30px;
}

.w-74 {
	width: 74%;
	border-left: 1px solid #999999;
}

.b-b-bb {
	border-bottom: 2px solid #bdccd4;
}

.p-0-40 {
	padding: 0 40px;
}

.w-fit-b20 {
	width: fit-content;
	margin: 0 auto 20px;
}

.m-0-a {
	margin: 0 auto;
}

.w-13 img {
	min-width: 200px;
	width: 200px;
}

@media only screen and (max-width: 1100px) and (min-width: 561px) {
	.white-title {
		color: #fff !important;
		font-size: 4.13vw !important;
	}

	.font1_8 {
		font-size: 2.81vw;
	}

	.font1_0 {
		font-size: 1.6vw;
	}

	.font1_81 {
		font-size: 2.81vw;
	}

	.font1_06 {
		font-size: 1.6vw;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.w-25,.w-74 {
		width: 90% !important;
		margin: auto;
		border-left: none !important;
	}

	.w-74 {
		border-top: 1px solid #999999;
		text-align: center;
		padding: 20px 0 !important;
	}

	.b-none {
		border-top: none !important;
	}
}

@media only screen and (min-width: 561px) {
	.sm {
		display: none !important;
	}
}

@media only screen and (max-width: 560px) {
	.extra {
		display: none !important;
	}

	.w-25,.w-74 {
		width: 95% !important;
		margin: auto;
		border-left: none !important;
	}

	.w-74 {
		border-top: 1px solid #999999;
		text-align: center;
		padding: 15px 0 !important;
	}

	.b-none {
		border-top: none !important;
	}

	.w-13 img {
		width: 140px;
		min-width: 140px;
	}

	.sm-center {
		text-align: center;
	}
}

/* heater */

.w-46 {
	width: 46%;
}

.m-l-a {
	margin-left: auto;
}

.title-blue {
	color: #223a70 !important;
	font-size: 2.13vw !important;
}

.w-fit-m-right {
	width: fit-content;
	margin-right: auto;
}

.bg-heat {
	background: url('./image/heater/top-heat.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 33.78vw;
}

.p-t-28 {
	padding-top: 2.8vw;
}

.font1_81 {
	font-size: 1.81vw;
}

.font1_82 {
	font-size: 1.81vw;
}

.font1_06 {
	font-size: 1.06vw;
}

.w-95 {
	width: 95%;
	margin: auto;
}

.bg-line {
	background: linear-gradient(to right, #f2a59a, #faf8f1);
	padding: 8px 16px;
	width: 100%;
}

.case-heater img {
	width: 14%;
}

.b-b-ash {
	border-bottom: 1px solid #808080;
}

.b-ash-sq {
	border: 1px solid #999;
	padding: 4px;
}

.bg-ash {
	background-color: #999;
}

.p-5-10 {
	padding: 5px 10px;
}

.b1-ash {
	border: 1px solid #999;
}

.b1-ash-b {
	border-bottom: 1px solid #999;
}

.bg-ee {
	background-color: #eef7fc;
	width: 20%;
}

.bg-ee-tr {
	background-color: #eef7fc;
}

.sm-w-100 {
	width: 80%;
}

.b1-ash-r {
	border-right: 1px solid #999;
}

.pad-0-10 {
	padding: 0	10px;
}

.w-50-ex {
	width: 50%;
	border-right: 1px solid #999;
}

.bg-white-p0 {
	background-color: #fff;
}

.p-2-4 {
	padding: 2px 4px;
}

.p-15-0 {
	padding: 15px 0;
}

.w-48-ex {
	width: 48%;
}

.w-40-sm {
	width: 40%;
}

.w-40-ex {
	width: 40%;
}

.w-60-ex {
	width: 60%;
}

.gap0 {
	gap: 0;
}

@media only screen and (min-width: 1001px) {
	.b-1000 {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.none-1000 {
		display: none;
	}

	.w-40-ex {
		width: 80%;
		text-align: center;
	}

	.w-60-ex {
		width: 90%;
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 1050px) and (min-width: 561px) {
	.m-l-a {
		margin: auto;
	}

	.w-46 {
		width: 90%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.title-blue {
		font-size: 4.13vw !important;
	}
}

@media only screen and (max-width: 768px) {
	.w-50-ex {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #999;
	}

	.font30 {
		font-size: 26px !important;
	}

	.font24 {
		font-size: 22px !important;
	}

	.sp-w-90 {
		width: 90% !important;
		margin: auto;
	}

	.sp-center {
		align-items: center !important;
	}

	.sp-column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 560px) {
	.w-46 {
		width: 95%;
	}

	.m-l-a {
		margin: auto;
	}

	.trigger-none {
		display: none;
	}

	.font1_81 {
		font-size: 3.81vw;
	}

	.font1_06 {
		font-size: 2.6vw;
	}

	.title-blue {
		font-size: 20px !important;
	}

	.none-1000 {
		display: block;
	}

	.b-1000 {
		display: none;
	}

	.w-48-ex {
		width: 100%;
	}

	.case-heater img {
		width: 25%;
	}

	.font30 {
		font-size: 22px !important;
	}

	.font24 {
		font-size: 20px !important;
	}

	.bg-ee {
		width: 100%;
		text-align: center;
	}

	.gap0 {
		gap: 0 !important;
	}

	.sm-w-100 {
		width: 100%;
		text-align: center;
	}

	.b1-ash-r {
		border-bottom: 1px solid #999;
		border-right: none !important;
	}

	.sm-none {
		display: none;
	}

	.w-40-sm {
		width: 60%;
	}

	.font1_82 {
		font-size: 2.81vw;
	}

	.sp-w-90 {
		width: 95% !important;
		margin: auto;
	}
}

/* overview */
.w-85 {
	width: 85%;
}

.p-t-24 {
	padding-top: 3.9vw;
}

.bg-ove {
	background: url('./image/overview/ov-top.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 38.78vw;
}

.m-15-a {
	margin: 15px auto;
}

.flex-nowrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 30px;
}

.bg-f2 {
	background-color: #F2F2F2;
	width: 20%;
}

.w-18 {
	width: 18%;
}

.item-end {
	align-items: flex-end;
}

.vert-top {
	vertical-align: top;
}

.p1 {
	padding: 1%;
}

.w-33 {
	width: 33%;
}

@media only screen and (max-width: 560px) {
	.bg-f2 {
		background-color: #f2f2f2;
		width: 100%;
	}

	.w-18 {
		width: 100%;
	}

	.w-33 {
		width: 100%;
	}
}

/* air */

.bg-air {
	background: url('./image/air/top-air.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 33.78vw;
}

.w-50 {
	width: 50%;
}

.p-20-15 {
	padding: 10px 5px;
}

@media only screen and (max-width: 560px) {
	.sm-w-100-40 {
		width: 100%;
		text-align: center;
	}
}

/* contact */

.cform th {
	font-size: 24px;
	color: #1b1464;
}

.sending_button {
	background-color: #1b1464;
	color: #fff;
	padding: 2%;
	border: #fff;
	border-radius: 14px;
}

.sending_button p,
.sending_button input {
	color: #fff;
	margin: 0;
}

.wpcf7-spinner {
	display: none;
}

/* news */

.nav-links li,
.nav-links li a {
	color: #1b1464;
}

.current {
	border-bottom: 2px solid #1b1464;
}

/* 中途採用エントリーフォーム */
#entry-form {
  display: none;
  transition: all 0.3s ease; /* フェードなどアニメつけたい場合 */
}

#entry-form.is-active {
  display: block;
}

/* future */

.bg-future {
	background: url('./image/future/future-top.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

.w-48-769,
.w-48-560 {
	width: 48%;
}

.bg-future-beige {
	background-color: #FFF1D5;
}

.px-10 {
	padding: 2px 10px;
}

.bg-pale {
	background-color: #036EB8;
}

.bg-earth {
	background: url('./image/future/bg-digital.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-con {
	background: url('./image/contact/contact.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 20.78vw;
}

.bg-news {
	background: url('./image/contact/news.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 20.78vw;
}

@media only screen and (max-width: 560px) {
	.bg-future {
		background: url('./image/future/future-top-sp.png');
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.w-48-769 {
		width: 80%;
		margin: auto;
	}
}

@media only screen and (max-width: 560px) {
	.w-48-769,
	.w-48-560 {
		width: 80%;
		margin: auto;
	}
}