@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #333;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #148ccb;
	transition: .4s;
}
a:hover {
	color: #4BAB93;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 110px 0 120px;
	position: relative;
}
@media (max-width: 1045px) {
	main section {
		padding: 80px 0 100px;
	}
}
@media (max-width: 550px) {
	main section {
		padding: 50px 0 60px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
.fbold {
	font-weight: 500;
}
/*見出し01*/
.maintitle {
	margin-bottom: 50px;
	display: block;
	text-align: center;
	line-height: 1.3;
	color: #148ccb;
}
.maintitle .mf {
	text-align: center;
	font-size: clamp(2.2rem, 1.72rem + 1.7067vw, 3rem);
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.maintitle .sf {
	font-size: 1.05rem;
	font-weight: 400;
}
@media (max-width: 750px) {
	.maintitle {
		margin-bottom: 40px !important;
	}
}
@media (max-width: 450px) {
	.maintitle {
		line-height: 1.2;
		margin-bottom: 30px !important;
	}
	.maintitle .sf {
		font-size: 0.95rem;
	}
}
/*見出し02*/
.mtitle {
	position: relative;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.3rem, 1.21rem + 0.32vw, 1.45rem);
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
@media (max-width: 450px) {
	.mtitle {
		margin-bottom: 7px;
	}
}
/*見出し03*/
.stitle {
	position: relative;
	font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	color: #333;
	padding-bottom: 3px;
	padding-left: 2px;
}
.stitle::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 85px;
	height: 1px;
	background: #148ccb;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 10px;
	}
	.stitle::before {
		width: 65px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 13px;
	border: 1px solid #148ccb;
	transition: .4s;
	display: inline-block;
	width: 17rem;
	text-align: center;
	color: #fff;
	background: #148ccb;
	z-index: 1;
	overflow: hidden;
	border-radius: 50px;
}
.mainbtn a:hover {
	color: #148ccb;
	background: #fff;
	transition: .4s;
}
/*
.mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .7em;
	transition: .1s;
}
*/
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 63%;
		padding: 7px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
}
.fwrap {
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 7px;
	}
	.flexbox div {
		width: 100%;
	}
	.fwrap div {
		width: 100% !important;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
.w62 {
	width: 62%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w47 {
	width: 47%;
}
.w32 {
	width: 32%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.bg_grey02::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fafafa;
	z-index: -2;
}
.bg_grey::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg_grey.jpg);
	height: 100%;
	width: 100%;
	background-size: 470px;
	background-repeat: repeat;
	z-index: -35;
	opacity: 0.35;
}
/*=== 共通部分ここまで ===*/
/* header */
.change_color {
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.header_sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.header {
	padding: 0 5px 10px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.header_inner {
	width: 93%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_title {
	filter: drop-shadow(0px 0.3px 1px rgb(0 0 0 / 50%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 50%));
}
.header_logo {
	width: 350px;
	filter: brightness(0) invert(1);
	margin-right: 10px;
}
.change_color .header_logo, .change_color .header_title {
	filter: none;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
}
.header ul li {
	margin-right: 35px;
	position: relative;
	line-height: 1.6;
}
.header ul li:last-child {
	margin-right: 0;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 3px 0;
	color: #fff;
	font-size: 0.87rem;
	text-shadow: 0px 0.3px 1px rgb(0 0 0 / 40%), 0px -0.3px 2px rgb(0 0 0 / 40%);
}
.change_color ul li a {
	color: #333;
	text-shadow: none;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 125%;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	color: #fff;
}
.change_color .header li a span {
	color: #0b2965;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	margin-right: 20px;
}
.header_item {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 12px;
}
.header_item > div {
	margin: 0 11px;
}
.header_item .mainbtn a {
	width: 10rem;
	line-height: 1.55;
	padding: 5px;
	font-size: 0.9rem;
}
.tel a {
	color: #fff;
}
.change_color .tel a {
	color: #148ccb;
}
.tel {
	font-size: 1.35rem;
	line-height: 1.3;
	transition: .3s;
}
.tel:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
.tel a span {
	font-size: 55%;
	color: #fff;
	margin-right: 7px;
}
.change_color .tel a span {
	color: #333;
}
.header_item .mainbtn a:after {
	content: none;
}
/* ハンバーガーメニュー */
.hamburger_menu {
	display: none;
}
/* 電話番号 */
.hum_tel {
	text-align: center;
	margin-bottom: 15px;
}
.hum_tel:last-child {
	margin-bottom: 0;
}
.hum_tel a {
	color: #0b2965;
}
.htm {
	font-size: 87%;
	pointer-events: none !important;
}
.hts {
	font-size: 1.35rem;
	transition: .3s;
	padding-bottom: 3px;
	border-bottom: 1px solid #148ccb;
}
.hts:hover {
	opacity: 0.6;
	transition: .3s;
}
@media (max-width: 450px) {
	.hts {
		font-size: 1.15rem !important;
	}
}
/* ボタン */
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 23px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	position: absolute;
	transition: all 0.4s;
}
.change_color .menu_btn span, .change_color .menu_btn span:before, .change_color .menu_btn span:after {
	background: #0b2965;
}
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn span {
	background-color: rgba(255, 255, 255, 0) !important;
	transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::before {
	bottom: 0;
	transform: rotate(45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check {
	display: none;
}
/* ハンバーガー内メニュー */
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	background-size: cover;
	background-position: center;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
}
.menu_content nav {
	padding: 0 30px 15px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 9px 0;
	color: #333;
	position: relative;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after {
	content: none;
}
.menu_content .mainbtn a {
	padding: 10px;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1125px) {
	.header {
		padding: 10px 20px;
	}
	.header_logo {
		width: 255px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.menu_btn {
		top: 15px;
		right: 34px;
	}
}
@media (max-width: 500px) {
	.header_title {
		width: 200px;
	}
	.header {
		padding: 10px;
	}
	.menu_btn {
		top: 11px;
		right: 21px;
	}
	.menu_content .mainbtn a {
		width: 65%;
		padding: 7px;
		font-size: 0.97rem;
	}
	.menu_content ul li a {
		font-size: 0.97rem;
	}
}
@media (max-width: 315px) {
	.header_title {
		width: 64vw;
	}
	.menu_btn {
		top: 8px;
		right: 15px;
	}
}
/* footer */
/* フッターお問い合わせリンク */
.fax {
	pointer-events: none;
}
.footer_contact {
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: 50% 10%;
	padding: 60px 0 95px;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .footer_contact {
	background-attachment: scroll;
}
.footer_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.65;
	z-index: -1;
}
.footer_contact .inner {
	max-width: 1000px;
}
.footer_contact .maintitle .mf {
	color: #fff;
}
.footer_contact .btn_wrap .btn a {
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 15px 5px;
	font-size: 1.15rem;
	font-weight: 400;
}
.footer_contact .btn_wrap .btn a:hover {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.footer_contact .btn_wrap .btn {
	width: 285px;
	margin-bottom: 13px;
}
@media (max-width: 960px) {
	.footer_contact .flexbox {
		justify-content: space-around;
	}
	.footer_contact .btn_wrap .btn {
		width: 220px;
	}
	.footer_contact .btn_wrap .btn a {
		font-size: 0.9rem;
	}
}
.cwrap {
	margin-top: 45px;
}
.footer_contact .maintitle {
	color: #fff;
	margin-bottom: 25px;
}
.ctext {
	font-size: 1.05rem;
	margin-right: -5px;
	margin-bottom: 40px;
}
.ctitle {
	font-size: 1.2rem;
	font-weight: 400;
	position: relative;
	margin-bottom: 30px;
	margin-left: 3px;
}
.fcon {
	text-align: center;
}
@media (max-width: 750px) {
	.cwrap {
		margin-top: 55px;
	}
	.fcon {
		margin-bottom: 35px;
	}
	.fcon:last-child {
		margin-bottom: 25px;
	}
	.footer_contact .maintitle {
		margin-bottom: 23px !important;
	}
	.ctitle {
		font-size: 1.2rem;
		margin-bottom: 25px;
	}
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 65%;
		margin: auto;
		margin-bottom: 15px;
	}
	.footer_contact .btn_wrap .btn a {
		font-size: 1rem;
	}
	.ctext {
		font-size: 1rem;
	}
}
@media (max-width: 450px) {
	.fcon {
		margin-bottom: 25px;
	}
	.footer_contact .btn_wrap .btn {
		width: 83%;
		margin-bottom: 10px;
	}
	.footer_contact .maintitle {
		margin-bottom: 20px !important;
	}
	.ctext {
		font-size: 0.9rem;
	}
	.ctitle {
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
	.footer_contact {
		padding: 45px 0;
	}
	.footer_contact {
		background-attachment: scroll;
	}
}
@media (max-width: 325px) {
	.footer_contact .btn_wrap .btn a {
		font-size: 1rem;
	}
}
/* ロゴとアドレス */
.footer_address {
	padding: 25px 0 30px;
	background: #fff;
}
.flogo {
	width: 410px;
	margin-bottom: 25px;
}
.flogo:hover {
	opacity: 0.6;
	transition: .3s;
}
@media (max-width: 750px) {
	.flogo {
		margin-bottom: 5px;
		max-width: 375px;
	}
}
@media (max-width: 450px) {
	.flogo {
		max-width: 80%;
	}
}
.atitle {
	font-weight: 500;
	font-size: 1.05rem;
	margin-bottom: 3px;
	text-align: center;
}
.address {
	text-align: center;
	font-size: 0.87rem;
	margin-bottom: 3px;
}
.address br {
	display: none;
}
.address:last-child {
	margin-bottom: 0;
}
@media (max-width: 500px) {
	.address {
		font-size: 0.83rem;
		line-height: 2;
		margin-bottom: 13px;
	}
	.address br {
		display: block;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 12px 0 15px;
	background: #0b2965;
	color: #fff;
}
@media (max-width: 500px) {
	.copyright {
		padding: 5px 0 7px;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border: 2px solid transparent;
	background: #fc0404;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 79;
	border-radius: 50px;
	opacity: 0.8;
}
.go_top::before {
	content: "";
	display: block;
	border-top: 3.5px solid #fff;
	border-right: 3.5px solid #fff;
	width: 37%;
	height: 37%;
	top: 22px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.go_top:hover {
	background: #fff;
	border: 2px solid #fc0404;
	opacity: 1;
}
.go_top:hover::before {
	border-top: 3.5px solid #fc0404;
	border-right: 3.5px solid #fc0404;
}
@media(max-width:450px) {
	.go_top {
		width: 55px;
		height: 55px;
		text-indent: -9999px;
		bottom: 10px;
		right: 10px;
		opacity: 0.9;
	}
	.go_top::before {
		bottom: 18px;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.4;
	z-index: 1;
}
.slide_items {
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 60px);
	object-fit: cover;
	z-index: -2;
}
.slide_text {
	white-space: nowrap;
	position: absolute;
	bottom: 5%;
	left: 3.2%;
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #fff;
	font-weight: 900;
	font-family: 'Noto Serif JP', serif;
	z-index: 2;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 35%), 0px -0.3px 5px rgb(0 0 0 / 45%);
}
.slide_text p {
	margin-bottom: 0;
}
@media (max-width: 1310px) {
	.slide_text {
		font-size: 3.1vw;
	}
}
@media (max-width: 985px) {
	.slide_items img {
		height: 550px;
	}
	.slide_text {
		font-size: 1.6rem;
	}
}
@media (max-width: 750px) {
	.slide_items img {
		height: 450px;
	}
	.slide_text {
		font-size: 3.2vw;
	}
	.topslide::before {
		opacity: 0.45;
	}
}
@media (max-width: 570px) {
	.slide_items img {
		height: 350px;
	}
}
@media (max-width: 450px) {
	.slide_items img {
		height: 300px;
	}
	.slide_text {
		font-size: 3.45vw;
	}
	.topslide::before {
		opacity: 0.5;
	}
}
.center {
	text-align: center;
}
.flimg {
	display: flex;
}
.flimg img {
	object-fit: cover;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .flimg {
	display: block;
}
.tbtn {
	margin-top: 45px;
}
@media (max-width: 450px) {
	.tbtn {
		margin-top: 30px;
	}
}
/* お知らせ */
.news {
	padding: 50px 0 75px;
}
.news .maintitle {
	margin-bottom: 43px;
}
/*挨拶*/
.welcome {
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}
.welcome:before {
	content: "";
	position: absolute;
	top: 0;
	background-image: url(../img/welcome.jpg);
	background-color: rgba(255, 255, 255, 0.6);
	background-blend-mode: lighten;
	background-size: cover;
	background-position: 90% 10%;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	filter: grayscale(60%);
	z-index: -1;
}
::-webkit-full-page-media, :future, :root .welcome:before {
	background-attachment: scroll;
}
.welcome p {
	margin-bottom: 20px;
}
.welcome p:last-child {
	margin-bottom: 0;
}
.wtext {
	width: 45%;
}
.welcome .maintitle {
	margin-bottom: 45px;
}
@media (max-width: 880px) {
	.wtext {
		width: 53%;
	}
}
@media (max-width: 750px) {
	.welcome {
		background-image: none;
	}
	.welcome:before {
		background-color: rgba(255, 255, 255, 0.83);
	}
	.welcome .wtext {
		width: 100%;
	}
	.welcome p {
		margin-bottom: 15px;
	}
}
/* 事業紹介 */
.service {
	color: #fff;
}
.service .maintitle {
	color: #fff;
	margin-bottom: 40px;
}
.service .mainbtn a {
	border: 1px solid #fff;
	background: transparent;
}
.service .mainbtn a:hover {
	background: #fff;
}
.service:before {
	content: "";
	position: absolute;
	top: 0;
	background-image: url(../img/service.jpg);
	background-position: 90% 10%;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	filter: grayscale(90%);
	z-index: -2;
}
::-webkit-full-page-media, :future, :root .service:before {
	background-attachment: scroll;
}
.service::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.6;
	z-index: -1;
}
.sbox {
	max-width: 820px;
	margin: auto;
}
/* CONTENTS */
.imgcard img {
	object-fit: cover;
}
.imgcard {
	position: relative;
	overflow: hidden;
}
.imgcard a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 25.5% 0;
}
.imgcard a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	pointer-events: none;
	z-index: -1;
	transition: .3s;
}
.imgcard a img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	z-index: -2;
	transform: scale(1);
}
.imgcard .text {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 35%), 0px -0.3px 3px rgb(0 0 0 / 25%);
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.imgcard h3 {
	font-size: 1.5rem;
	margin-bottom: 0;
	color: #fff;
	line-height: 1.5;
}
.imgcard p {
	color: #fff;
	font-size: 1.15rem;
	transition: .3s;
	margin-bottom: 0;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
}
/* 
.imgcard p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	display: inline-block;
	margin-right: 0.4em;
	font-size: 0.93em;
}
*/
.imgcard:hover .hover_effect::before, .imgcard:hover .hover_effect::after {
	opacity: 1;
	/* transform: scale(1.05, 1.05); */
}
.hover_effect::before, .hover_effect::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.35s;
	transition: opacity 0.4s, transform 0.35s;
}
.hover_effect::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.hover_effect::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.imgcard a:hover img {
	transform: scale(1.05, 1.05);
	transition: .6s;
}
.imgcard a:hover::after {
	background: rgba(0, 0, 0, 0.3);
	transition: .3s;
}
@media (max-width: 1000px) {
	.imgcard a {
		padding: 32% 0;
	}
	.imgcard h3 {
		font-size: 1.35rem;
		white-space: nowrap;
	}
}
@media (max-width: 860px) {
	.imgcard p {
		font-size: 1rem;
	}
}
@media (max-width: 750px) {
	.contents .flexbox div {
		margin-bottom: 10px;
	}
	.contents .flexbox div:first-child {
		margin-right: 0;
	}
	.hover_effect::before, .hover_effect::after {
		opacity: 1;
	}
	.imgcard a {
		padding: 22% 0;
	}
	.imgcard:last-child {
		margin-bottom: 0;
	}
	.imgcard .text {
		top: 46%;
	}
	.imgcard a::after {
		background: rgba(0, 0, 0, 0.5);
	}
	.imgcard h3 {
		margin-bottom: 0;
	}
	.imgcard p {
		font-size: 1.03rem;
	}
}
@media (max-width: 450px) {
	.hover_effect::before, .hover_effect::after {
		position: absolute;
		top: 13px;
		right: 15px;
		bottom: 13px;
		left: 15px;
		opacity: 0.6;
	}
	.imgcard h3 {
		font-size: 1.15rem;
	}
	.imgcard p {
		font-size: 0.9rem;
	}
	.imgcard .text {
		top: 44%;
	}
	.imgcard a {
		padding: 26% 0;
	}
}
/* SDGs */
.sdgsimg {
	margin: auto;
	margin-bottom: 45px;
	max-width: clamp(6.5625rem, 5.3625rem + 4.2667vw, 8.5625rem);
}
/*Safari*/
::-webkit-full-page-media, :future, :root .sdgsimg {
	max-width: 130px;
}
.sdgs .inner {
	max-width: 870px;
}
@media (max-width: 750px) {
	.sdgsimg {
		margin-bottom: 35px;
	}
}
@media (max-width: 450px) {
	.sdgsimg {
		margin-bottom: 30px;
	}
	/*Safari*/
	::-webkit-full-page-media, :future, :root .sdgsimg {
		max-width: 105px;
	}
}
/* 下層ページトップ ====================================================*/
.fv {
	height: 360px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 30%;
	position: relative;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	opacity: 0.55;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	text-shadow: 0 0 6.5px #333, 0px 0.3px 2.5px rgb(0 0 0 / 25%), 0px -0.3px 2px rgb(0 0 0 / 30%);
	margin-bottom: 0 !important;
	line-height: 1.3;
	z-index: 1;
	position: relative;
	color: #fff;
}
.fv .sf {
	font-size: 90%;
}
@media(max-width:1125px) {
	.fv {
		height: 245px;
		background-position: 50% 27%;
	}
	.fv .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
		background-position: 50% 15%;
	}
	.fv h2 {
		line-height: 1.1;
	}
	.fv .mf {
		font-size: 1.5rem;
	}
	.fv .sf {
		font-size: 65%;
	}
}
@media(max-width:450px) {
	.fv {
		height: 180px;
	}
}
.pdb0 {
	padding-bottom: 0;
}
/* 事業紹介 ====================================================*/
/* 製品紹介 */
.products .flexbox {
	margin-bottom: 60px;
}
.products .flexbox:last-child {
	margin-bottom: 0 !important;
}
@media(max-width:1095px) {
	.products .flexbox {
		align-items: center;
		margin-bottom: 40px;
	}
}
@media(max-width:920px) {
	.products .flexbox {
		margin-bottom: 30px;
	}
}
@media(max-width:750px) {
	.products .flexbox img {
		margin-bottom: 5px;
	}
}
/* 一覧表 */
.lists:last-child {
	margin-bottom: 0 !important;
}
.lists .info_table .center {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.lists .info_table td, .lists .info_table th {
	font-size: 0.9rem !important;
}
/* 主要設備一覧表 */
.equipments .lists {
	margin-bottom: 20px;
}
.equipments .lists .info_table {
	width: 1200px;
}
.equipments .spsctext {
	display: none;
}
@media(max-width:1295px) {
	.equipments .lists {
		padding-bottom: 5px;
		overflow-x: scroll;
	}
	.equipments .spsctext {
		font-size: 0.8rem;
		display: block;
	}
}
.eqf {
	width: 90px !important;
}
.enum {
	width: 45px !important;
}
.ename {
	width: 250px !important;
}
.es {
	width: 230px !important;
}
.eyear {
	width: 115px !important;
}
.eknum {
	width: 75px !important;
}
/* 卸先一覧表 */
.partners .spsctext {
	display: none;
}
.partners .maintitle {
	margin-bottom: 37px !important;
}
@media(max-width:750px) {
	.partners .maintitle {
		margin-bottom: 25px !important;
	}
}
.partners .mtitle {
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	color: #0b2965;
}
.partners .mtitle:before {
	background-color: #0b2965;
	position: absolute;
	content: "";
	top: 0.95em;
	margin-left: -46.5px;
	width: 33px;
	height: 1px;
}
.partners .mtitle:after {
	background-color: #0b2965;
	position: absolute;
	content: "";
	top: 0.95em;
	margin-left: 11px;
	width: 33px;
	height: 1px;
}
.partners .lists {
	margin-bottom: 45px;
}
.parea {
	width: 70px !important;
}
.ps {
	width: 65px !important;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .parea {
	width: 220px !important;
}
::-webkit-full-page-media, :future, :root .ps {
	width: auto !important;
}
@media(max-width:1260px) {
	.kbr {
		display: none;
	}
}
@media(max-width:800px) {
	.partners .lists .info_table {
		width: 1200px;
	}
	.partners .lists {
		padding-bottom: 5px;
		overflow-x: scroll;
	}
	.partners .spsctext {
		font-size: 0.8rem;
		display: block;
	}
	.partners .lists {
		margin-bottom: 25px;
	}
	.partners .mtitle:before {
		margin-left: -35px;
		width: 23px;
	}
	.partners .mtitle:after {
		margin-left: 8px;
		width: 23px;
	}
}
@media(max-width:685px) {
	.partners .lists .info_table {
		width: 670px;
	}
	.parea {
		width: 70px !important;
	}
	.ps {
		width: 75px !important;
	}
	/*Safari*/
	::-webkit-full-page-media, :future, :root .parea {
		width: 190px !important;
	}
	::-webkit-full-page-media, :future, :root .ps {
		width: auto !important;
	}
}
/* 採用情報 ====================================================*/
.rt {
	margin-bottom: 35px;
}
.rttext {
	margin-bottom: 50px;
}
@media(max-width:625px) {
	.rt {
		margin-bottom: 25px !important;
	}
	.rttext {
		text-align: left;
		margin-bottom: 30px;
	}
	.eq img {
		margin-bottom: 10px;
	}
}
@media(max-width:450px) {
	.rt {
		margin-bottom: 20px !important;
	}
	.rttext {
		margin-bottom: 20px;
	}
}
.recr.mtitle {
	color: #0b2965;
	margin-bottom: 35px;
	font-size: clamp(1.25rem, 1.07rem + 0.64vw, 1.55rem);
}
.recr.c_check::before {
	font-size: 80%;
	color: #fc0404;
}
@media(max-width:750px) {
	.recr.mtitle {
		margin-bottom: 20px;
	}
}
@media(max-width:650px) {
	.recr.mtitle {
		margin-bottom: 10px;
	}
}
.rtop.mtitle {
	padding-left: 45px;
	margin-bottom: 10px;
	color: #0b2965;
	font-size: clamp(1.3rem, 1.21rem + 0.32vw, 1.45rem);
}
.rtop.mtitle:before {
	margin-left: 0;
	background-color: #0b2965;
	position: absolute;
	content: "";
	top: 0.95em;
	left: 0;
	width: 33px;
	height: 1px;
}
.rtop.mtitle::after {
	content: none;
}
/* 求める人材 */
.pback {
	background: #fff;
	padding: 10px 10px;
	box-shadow: rgb(0 0 0 / 4%) 0px 6px 24px 0px, rgb(0 0 0 / 2.5%) 0px 0px 0px 1px;
}
.c_check::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #148ccb; /* #0b2965 #fc0404 */
	margin-right: 0.4em;
	font-size: 0.93em;
	text-decoration: none;
}
/* テーブル */
.mgl {
	margin-left: -10px;
}
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 2px solid #ebebeb;
}
.info_table th, .info_table td {
	padding: 15px 0;
}
.info_table th {
	font-weight: 500;
	background: #148ccb;
	color: #fff;
	width: 30%;
	border-right: 2px solid #ebebeb;
}
.info_table td {
	padding-left: 10px;
	padding-right: 5px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #ebebeb;
	border-left: 2px solid #ebebeb;
}
@media (max-width: 450px) {
	.info_table th {
		font-size: 0.85rem;
	}
	.info_table td {
		padding-left: 7px;
	}
}
@media(max-width: 650px) {
	.sp_table {
		border-collapse: collapse;
	}
	.sp_table tr {
		border: none;
	}
	.sp_table td, .sp_table th {
		width: 100%;
		padding: 8px;
		display: block;
		border: none;
	}
	.sp_table td {
		border-right: 2px solid #ebebeb;
		border-left: 2px solid #ebebeb;
		padding-bottom: 10px !important;
	}
	.sp_table td:last-child {
		border-bottom: 2px solid #ebebeb;
	}
	.sp_table th {
		text-align: left;
	}
}
/* 会社概要 ====================================================*/
/* 理念 */
.pbox {
	background: #fff;
	padding: 40px 20px 65px;
	box-shadow: rgb(0 0 0 / 4%) 0px 6px 24px 0px, rgb(0 0 0 / 2%) 0px 0px 0px 1px;
}
.pmgb {
	margin-bottom: 25px;
}
.ptext {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	line-height: 2.2;
}
@media (max-width: 750px) {
	.pmgb {
		margin-bottom: 20px !important;
	}
	.pbox {
		padding: 25px 20px 35px;
	}
}
@media (max-width: 620px) {
	.ptext {
		line-height: 1.9;
		letter-spacing: 0.15em;
		text-align: left;
	}
	.ptext br {
		display: none;
	}
}
@media (max-width: 450px) {
	.pmgb {
		margin-bottom: 23px !important;
	}
}
/* 挨拶 */
.greetings .inner {
	max-width: 1100px;
	margin: auto;
}
.wide_img {
	object-fit: cover;
	width: 100%;
	height: 310px;
	margin-bottom: 25px;
}
.greeting p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-bottom: 20px;
}
.greeting .fbold {
	font-weight: 700;
	font-size: 105%;
}
.glast {
	text-align: right;
	margin-top: 30px;
}
.glast br {
	display: none;
}
@media (max-width: 1000px) {
	.wide_img {
		margin-bottom: 15px;
	}
}
@media (max-width: 750px) {
	.wide_img {
		height: auto;
		margin-bottom: 10px;
	}
	.greeting p {
		margin-bottom: 10px;
	}
	.glast {
		margin-top: 15px;
	}
	.glast br {
		display: block;
	}
}
/* 沿革 */
.history:before {
	content: "";
	position: absolute;
	top: 0;
	background-image: url(../img/about.jpg);
	background-color: rgba(255, 255, 255, 0.9);
	background-blend-mode: lighten;
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
	z-index: -1;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .history:before {
	background-attachment: scroll;
}
@media (max-width: 450px) {
	.history:before {
		background-attachment: scroll;
	}
}
/*沿革テーブル*/
.info_table02 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table02 tr {
	border-bottom: 1px solid #148ccb;
}
.info_table02 th {
	width: 25%;
	font-weight: 500;
	border-bottom: 1px solid #fc0404;
}
.info_table02 th, .info_table02 td {
	padding: 15px 0;
}
.info_table02 td {
	padding-left: 15px;
}
.info_table02 td {
	width: 75%;
}
.info_table02 th br {
	display: none;
}
@media (max-width: 450px) {
	.info_table02 th br {
		display: block;
	}
	.info_table02 td {
		width: 70%;
		padding-left: 5px;
	}
	.info_table02 th {
		width: 30%;
		font-weight: 400;
		border-bottom: 1px solid #fc0404;
	}
}
@media (max-width: 255px) {
	.info_table02 th br {
		display: none;
	}
}
/*概要テーブル*/
@media (max-width: 450px) {
	.atable.info_table th {
		font-size: 0.85rem;
		width: 33%;
	}
	.atable.info_table td {
		padding-left: 7px;
		width: 67%;
	}
}
/*map*/
@media (max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/*月産能力*/
.mbr {
	display: none;
}
.month {
	background: transparent !important;
	padding-right: 10px !important;
}
.month p {
	max-width: 695px;
	margin-bottom: 15px;
}
.mlast {
	text-align: right;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 10px !important;
}
.bgw {
	background: #fff;
	padding-right: 7.7px;
}
.dottedl {
	position: relative;
	display: block;
	text-align: right;
}
.mflex {
	display: flex;
	justify-content: space-between;
}
.dottedl::after {
	background-color: #fff;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 143px;
	height: 100%;
	z-index: -1;
}
.dshort::after {
	width: 30px;
}
.dottedl::before {
	background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0) 3px, transparent 3px, transparent 8px);
	background-size: 8px 3px;
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	content: "";
	top: 0.95em;
	left: -448px;
	width: 362%;
	height: 1px;
	z-index: -1;
}
.dshort::before {
	left: -510px;
	width: 1866%;
}
@media (max-width:970px) {
	.mbr {
		display: block;
	}
	.mflex {
		display: block;
	}
	.dottedl::before {
		width: 100% !important;
		left: 0 !important;
	}
}
@media (max-width:450px) {
	.mlast {
		margin-top: 15px;
		margin-bottom: 0 !important;
	}
}
/* お問い合わせ ================================*/
.ct {
	max-width: 900px;
	margin: auto;
}
.tl_mini {
	margin-bottom: 0;
	line-height: 1.3;
}
.contact_wrap {
	padding: 20px 15px;
	background: #fff;
	border: 1px solid #ededed;
	box-shadow: 1px 4px 4px -5px rgb(0 0 0 / 10%);
}
.tel_contact i {
	color: #148ccb;
}
.tel_contact {
	font-size: clamp(1.4rem, 1.1rem + 1.0667vw, 1.9rem);
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
}
.tel_contact:hover {
	color: #333;
	opacity: 0.6;
}
@media (max-width: 750px) {
	.contact_wrap {
		margin-bottom: 7px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 450px) {
	.contact_wrap {
		padding: 10px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		font-size: 0.8rem;
		margin-bottom: 0;
		line-height: 1.3;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 13px;
}
.famgb {
	margin-bottom: 30px;
}
.tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 450px) {
	.telmgb {
		margin-bottom: 7px;
	}
	.tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 50px;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 20px;
	}
}
.formsel label, .selection small {
	font-weight: 400 !important;
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 40px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.mailform {
		margin-top: 0;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #148ccb;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #148ccb;
	color: #148ccb !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
	font-weight: 500;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	padding: 8px 5px;
	margin: 0 auto;
}
.mailform button {
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #148ccb;
	font-weight: 500;
	padding: 2% 8%;
	transition: .4s;
}
.mailform button:hover {
	background-color: #fff;
	color: #148ccb;
	border: 1px solid #148ccb;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 13px;
	}
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0;
}
.privacy_wrap {
	font-size: 1.4rem;
	color: #333;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #333;
}
@media(max-width:450px) {
	.privacy_wrap {
		font-size: 1.05rem;
	}
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
	font-weight: 400;
}
.privacy_text span {
	font-weight: 500;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #148ccb;
}