@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: 16px;
	background: url("../img/bg_img.jpg");
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}

a {
	text-decoration: none;
	color: #fff;
	transition: .4s;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 70px 0 90px;
	position: relative;
}
@media (max-width: 550px) {
	main section {
		padding: 30px 0 55px;
	}
}
/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
video {
	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;
}
/*見出し01*/
.maintitle {
	margin-bottom: 47px;
	display: block;
	text-align: center;
	line-height: 1.15;
}
.maintitle .mf {
	text-align: center;
	font-size: clamp(2.35rem, 1.66rem + 2.4533vw, 3.5rem);
	font-family: 'Fredericka the Great', cursive;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.maintitle .sf {
	font-size: 110%;
	font-weight: 600;
	font-family: 'Fredericka the Great', cursive;
}
.maintitle.mleft {
	text-align: left;
}
.maintitle.mleft .sf {
	position: relative;
	padding-left: 40px;
}
.maintitle.mleft .sf:before {
	background-color: #0055ab;
	position: absolute;
	content: "";
	top: 0.7em;
	left: 0;
	width: 29px;
	height: 1px;
}
@media (max-width: 750px) {
	.maintitle {
		margin-bottom: 45px !important;
	}
	.spcenter {
		text-align: center;
	}
	.maintitle.spcenter {
		text-align: center;
	}
	.maintitle.spcenter .sf {
		padding-left: 0;
	}
	.maintitle.spcenter .sf:before {
		content: none;
	}
}
@media (max-width: 450px) {
	.maintitle .sf {
		font-size:1em;
	}
	.maintitle {
		line-height: 1;
		margin-bottom: 35px !important;
	}
}
/*見出し02*/
.mtitle {
	position: relative;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
@media (max-width: 450px) {
	.mtitle {
		margin-bottom: 10px;
	}
}
/*見出し03*/
.stitle {
	position: relative;
	font-size: clamp(1.2rem, 0.8875rem + 1vw, 1.45rem);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
	padding-bottom: 9px;
	padding-left: 3px;
	line-height: 1.65;
}
.stitle span {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 70%;
}

.stitle span.ib{
	font-size: clamp(1.2rem, 0.8875rem + 1vw, 1.45rem);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	display: inline-block;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 10px;
	}
}
/*見出し04*/
.stitle1 {
	position: relative;
	font-size: clamp(1.2rem, 0.85rem + 1vw, 1.2rem);
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
	padding-bottom: 9px;
	padding-left: 3px;
	line-height: 1.65;
}
.stitle1 span {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 70%;
}

.stitle1 span.ib{
	font-size: clamp(1.2rem, 0.85rem + 1vw, 1.2rem);
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	display: inline-block;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 10px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #333;
	transition: .4s;
	display: inline-block;
	width: 16.5rem;
	text-align: center;
	color: #333;
	z-index: 1;
	overflow: hidden;
}
.mainbtn a:hover {
	background: #333;
	color: #fff;
	transition: .4s;
}
.mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 63%;
		padding: 7px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.flexbox2{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
}
.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
}
.flex_box .img{
	width: 30%;
}
.flex_box .img a{
	position:relative;
	top:0;
}
.flex_box .img a:hover{
	top:-10px;
	transition:0.3s;
	opacity: 0.6;
}

@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 20px;
	}
	.flexbox div {
		width: 100%;
	}
	.flexbox2 {
		display: block;
	}
	.flexbox2 img {
		width: 100%;
		margin-bottom: 20px;
	}
	.flexbox2 div {
		width: 100%;
	}
	.fwrap div {
		width: 100% !important;
	}
	.flex_box {
	display: block;
	}
	.flex_box .img{
	width: 100%;
	margin: auto;
	}
}
.aic {
	align-items: center;
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
.w65 {
	width: 65%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w45 {
	width: 45%;
}
.w32 {
	width: 32%;
}
.w25 {
	width: 25%;
}
.mg-b30{
	margin-bottom: 30px;
}
/*アニメーション*/
/*フェードイン*/
.flowup {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
.flowdown {
	opacity: 0;
	transform: translateY(-15px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowdown.inview {
	opacity: 1;
	transform: translateY(0);
}
/*imgアニメーション*/
.img_up img {
	transition: .6s;
	transition-delay: 0.6s;
	filter: grayscale(100%);
}
.img_up.inview img {
	filter: grayscale(0);
}
/*背景*/
.bg_grey::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #333;
	z-index: -20;
}
.bg01{
	background: url("../img/bg_01.png") top;
	background-size: cover;
}

.bg_m, .bg_m_right {
	position: relative;
}
.bg_m::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: -30px;
	height: 85%;
	width: 75vw;
	background-color: #0055ab;
	z-index: -19;
}
.bg_m_right::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -30px;
	height: 85%;
	width: 75vw;
	background-color: #0055ab;
	z-index: -19;
}
@media (max-width: 750px) {
	.bg_m_right::after, .bg_m::after {
		width: 99vw;
		height: 93%;
	}
}

.pcmg{
	margin-top: 150px;
}
@media (max-width: 750px) {
	.pcmg50{
		display: none;
	}
}

/*=== 共通部分ここまで ===*/
/* header */
.change_color {
	background: #111;
	transition: all .5s;
	border-bottom: 0.9px solid rgba(255, 255, 255, 0.3);
}
.header_sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all .5s;
	background: transparent;
}
.header {
	padding: 13px 5px 12px;
	width: 100%;
	z-index: 100;
	position: relative;
	font-weight: 500;
}
.change_color .header {
	background: transparent;
}
.header_inner {
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 250px;
}
.header_logo.headerLogoScroll.-before {
  display : none;
}
.header_logo.-after {
  display : none;
}
.header_logo.headerLogoScroll.-after {
  display : block;
}

.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
	text-shadow: #000 1px 1px 5px;
}
.header ul li {
	margin-right: 33px;
	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;
	line-height: 1.55;
	font-size: 1.05rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 105%;
	color: #fff;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	margin-right: 15px;
}
.header_item {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 13rem;
	line-height: 1.55;
	padding: 6.5px;
	font-size: 0.8rem;
	border: 1px solid #fff;
	color: #fff;
	background: #111;
}
.header_item .mainbtn a:hover {
	color: #111;
	background: #fff;
	border: 1px solid #111 !important;
}
.tel {
	font-size: 1.5rem;
	line-height: 1.3;
	transition: .3s;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	text-shadow: #000 1px 1px 5px;
}
.tel:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
.header_item .mainbtn a:after {
	content: none;
}
.hamburger_menu {
	display: none;
}
.htm {
	font-size: 87%;
	pointer-events: none;
}
.hts {
	font-size: 1.35rem;
	pointer-events: auto;
	transition: .3s;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
}
.hts:hover {
	opacity: 0.6;
	transition: .3s;
}
@media (max-width: 450px) {
	.hts {
		font-size: 1.15rem !important;
	}
}
.menut {
	font-weight: 700;
	font-size: 0.6rem;
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: 0.5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #fff;
}
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 55px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
	opacity: 1;
	transition: .3s;
}
#menu_btn_check:checked ~ .menu_btn {
	filter: none;
}
#menu_btn_check:checked ~ .menu_btn .menut {
	opacity: 0;
	transition: .3s;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 33px;
	background: #fff;
	position: absolute;
	transition: all 0.4s;
}
.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;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
}
#menu_btn_check {
	display: none;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
}
.menu_content nav {
	padding: 0 30px 30px;
}
.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: 0.97rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 9.5px 0;
	position: relative;
	line-height: 1.75;
	color: #fff;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.menu_padding ul li a span {
	font-size: 102%;
	color: #fff;
	display: block;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
	background: #111;
	background-size: cover;
	background-position: 30% 50%;
	background: rgba(0,91,172,1);
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px;
	    color: #fff;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after {
	content: none;
}
.menu_content .mainbtn a {
	background: #111;
	color: #fff;
}
.menu_content .mainbtn a:hover {
	color: #111;
	background: #fff;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1055px) {
	.header {
		padding: 13px 20px;
	}
	.header_logo {
		width: 20%;
	}
	.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: 3.5px;
		right: 30px;
	}
}
@media (max-width: 500px) {
	.header_title {
		width: 170px;
	}
	.header {
		padding: 14px;
		padding-left: 12px;
	}
	.header_logo {
		width: 100px;
	}
	.menu_btn {
		top: -4px;
		right: 21px;
	}
	.menu_content .mainbtn a {
		padding: 7.5px !important;
		font-size: 0.85rem;
		width: 77%;
	}
	.menu_content ul li a {
		font-size: 0.95rem;
	}
}
@media (max-width: 300px) {
	.header_title {
		width: 44vw;
	}
	.menu_btn {
		top: -8px;
		right: 15px;
	}
	.menut {
		display: none;
	}
		.header_logo {
		width: 70px;
	}
}
/* footer */
.fax {
	pointer-events: none;
}
.btn_wrap .fax a {
	background: #000;
}
/* フッターお問い合わせリンク */
.fwrap {
	padding: 35px 0;
}
@media (max-width: 550px) {
	.fwrap {
		padding: 35px 0 25px;
	}
}
.footer_contact {
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: bottom;
	padding: 60px 0 85px;
	color: #fff;
	background-attachment: fixed;
}
/*Safari*/
_:lang(x) + _:-webkit-full-screen-document, .footer_contact {
	background-attachment: scroll;
}
.footer_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.67;
	z-index: -1;
}
.footer_contact .maintitle {
	color: #fff;
	margin-bottom: 30px;
}
.footer_contact .maintitle .mf {
	color: #fff;
}
.footer_contact .btn_wrap {
	display: flex;
	justify-content: space-around;
	margin: 40px auto 0;
	max-width: 1050px;
}
.footer_contact .btn_wrap .btn {
	width: 32%;
	margin: 0 auto;
}
.footer_contact .btn_wrap .btn a {
	text-align: center;
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 5px;
	font-size: 1.1rem;
	white-space: nowrap;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.footer_contact .btn_wrap .btn a:hover {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.footer_contact p {
	font-size: 1.15rem;
}
@media (max-width: 950px) {
	.footer_contact .btn_wrap .btn a {
		font-size: 0.93rem;
	}
}
@media (max-width: 750px) {
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer_contact .btn_wrap .btn a {
		font-size: 1.05rem;
	}
}
@media (max-width: 535px) {
	.footer_contact p {
		font-size: 1rem;
	}
}
@media (max-width: 450px) {
	.footer_contact .btn_wrap .btn {
		margin-bottom: 10px;
	}
	.footer_contact .btn_wrap .btn a {
		padding: 15px 5px;
	}
	.footer_contact .btn_wrap {
		margin-top: 35px;
	}
	.footer_contact .maintitle {
		margin-bottom: 25px !important;
	}
	.footer_contact {
		padding: 40px 0 50px;
	}
	.footer_contact {
		background-attachment: scroll;
	}
}
/* ロゴとアドレス */
.flogo {
	color: #fff;
	width: 330px;
	margin-bottom: 27px;
}
@media (max-width: 875px) {}
@media (max-width: 550px) {
	.flogo {
		max-width: 245px;
		margin-bottom: 20px;
	}
}
.footer_address {
	text-align: center;
}
.footer_address .maintitle {
	margin: 1% auto 2%;
}
.footer_address a {
	display: inline-block;
}
.footer_address p {
	font-size: 0.95rem;
	margin-bottom: 0;
}
.address br {
	display: none;
}
@media (max-width: 500px) {
	.address br {
		display: block !important;
	}
	.footer_address p {
		margin-bottom: 7px;
	}
}
.telfax br {
	display: none;
}
@media (max-width: 500px) {
	.telfax br {
		display: block;
	}
	.telfax span {
		display: none;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 7px 03px 10px;
	color: #fff;
	border-top: 0.9px solid rgba(255, 255, 255, 0.15);
	background: #000;
	font-size: 0.85rem;
}
/*ページ上に戻るボタン*/
.tfade {
	position: relative;
	z-index: 79;
}
.go_top {
	display: block;
	width: 57px;
	height: 57px;
	box-sizing: border-box;
	background: #a6a6a4;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	border-radius: 50px;
	opacity: 0.95;
}
.go_top::before {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
	top: 45%;
	left: 49.5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 1;
}
.tfade {
	position: relative;
	z-index: 9;
}
@media(max-width:550px) {
	.go_top {
		width: 50px;
		height: 50px;
		right: 15px;
	}
	.go_top::before {
		font-size: 1.6rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.topslide::after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 19vw;
	/*background: linear-gradient(180deg, rgba(16, 19, 21, 0) 15%, #010101);*/
	z-index: 1;
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.5;
}
.slide_items {
	position: relative;
	width: 100%;
}
.slide_items_sp{
	display: none;
	position: relative;
	width: 100%;
}
.slide_items img {
	width: 100%;
	height: auto;	
}
.slide_text {
	white-space: nowrap;
	position: absolute;
	font-size: 2.7rem;
	letter-spacing: 0.12em;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px, rgba(0, 0, 0, 0.3) 0px 0px 4px, rgba(0, 0, 0, 0.3) 0px 0px 5px, rgba(0, 0, 0, 0.3) 0px 0px 6px;
	color: #fff;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	z-index: 2;
	line-height: 1.6;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.slide_text p {
	animation: fadeIn 1s ease 0.3s 1 normal backwards;
	margin-bottom: 0;
}
.slibr {
	display: none;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 1160px) {

	.slide_text {
		top: 51.5%;
		font-size: 2rem;
	}
}
@media (max-width: 750px) {

	.slide_text {
		font-size: 4vw;
	}
	.slide_items {
	display: none;
	position: relative;
	width: 100%;
}
	.slide_items_sp{
	display: block;
	position: relative;
	width: 100%;
}
	.slide_items_sp img {
	width: 100%;
	height: auto;	
	}
}
@media (max-width: 450px) {

	.slide_text {
		font-size: 5.5vw;
	}
	.slibr {
		display: block;
	}
	.slide_text::before {
		width: 12px;
		left: -22px;
		bottom: -3px;
	}

}
.pdb {
	padding-bottom: 45px;
}
@media (max-width: 450px) {
	.pdb {
		padding-bottom: 15px;
	}
}
.center {
	text-align: center;
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 45px;
}
@media (max-width: 450px) {
	.tbtn {
		margin-top: 30px;
	}
}
/* 新着情報 */
.newstitle {
	height: fit-content;
	width: 210px;
	margin-top: 20px;
}
.newsl {
	width: calc(100% - 210px);
}
.news {
	padding: 50px 0 30px;
}
.news .maintitle {
	margin-bottom: 0;
}
@media (max-width: 1120px) {
	.newstitle {
		width: 160px;
	}
	.newsl {
		width: calc(100% - 160px);
	}
}
@media (max-width: 750px) {
	.news .maintitle {
		margin-bottom: 20px !important;
	}
	.newstitle {
		margin-top: 0;
	}
}
@media (max-width: 550px) {
	.news {
		padding: 20px 0 15px !important;
	}
}
/* ごあいさつ */
.limg img {
	object-fit: cover;
	width: 100%;
	height: 700px;
}
@media (max-width: 750px) {
	.wwrap {
		width: 90% !important;
		margin: 0 auto;
	}
	.limg img {
		height: 110vw;
	}
	.spwide_img .inner {
		width: 100%;
	}
}
.bitext {
	font-size: 140%;
	font-weight: 600;
	font-family: 'Fredericka the Great', cursive;
	margin-bottom: 20px;
}
@media (max-width: 1190px) {
	.bitext br {
		display: none;
	}
}
@media (max-width: 750px) {
	.bitext {
		font-size: 1.2em;
		margin-bottom: 15px;
	}
}
/* 施工実績 */
.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.works .box3 {
    width: 30%;
    padding: 2% 0;
}
.works .box3 p {
    font-size: 0.9em;
    color: #808080;
    line-height: 1.5;
}
.works .box3 span {
    display: block;
    border-bottom: dashed 1px #fff;
    padding: 2% 0;
}
.works .box3 span1 {
    display: block;
    border-bottom: dashed 1px #fff;
    padding: 2% 0;
    font-size: 0.9em;
}
.works .tbtn {
	margin-top: 80px;
}

@media (max-width: 670px){
.works .box3 {
    width: 49%;
}
}
@media (max-width: 414px){
.works .box3 {
    width: 100%;
}
}
@media (max-width: 550px) {
	.works .tbtn {
		margin-top: 45px;
	}
}
.p_slider .slick-slide {
	margin-left: 25px !important;
	transition: .3s ease;
}
.p_slider li {
	position: relative;
}
.p_slider div:nth-child(2n+1) {
	margin-top: 30px;
}
.p_slider li::before {
	content: '';
	display: block;
	padding-top: 65%; /*高さの比率*/
}
.p_slider li img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
@media (max-width: 750px) {
	.p_slider .slick-slide {
		margin-left: 15px !important;
	}
	.p_slider div:nth-child(2n+1) {
		margin-top: 15px;
	}
}
/* CONTENTS */
.contents_pdb {
	padding: 150px 0;
}
.contents_pdb:last-child {
	margin-bottom: 100px;
}
@media (max-width: 750px) {
	.contents_pdb {
		padding: 70px 0;
	}
	.contents_pdb:last-child {
		margin-bottom: 120px;
	}
}
@media (max-width: 550px) {
	.contents_pdb {
		padding: 45px 0;
	}
	.contents_pdb:last-child {
		margin-bottom: 60px;
	}
}
.serv_imgs {
	position: relative;
}
.serv_imgs1 {
	position: relative;
}
.serv_imgs img {
	object-fit: cover;
	position: absolute;
}
.serv_imgs1 img {
	object-fit: cover;
	position: absolute;
}
.serv_imgs img:nth-child(1) {
	bottom: -180px;
	left: -3%;
	height: 420px;
	width: 90%;
	transition-delay: 0.5s;
	transform: rotate(10deg); 
}
.serv_imgs1 img:nth-child(1) {
	bottom: -180px;
	left: -3%;
	height: 420px;
	width: 90%;
	transition-delay: 0.5s;
	transform: rotate(-10deg); 
}
.serv_imgs img:nth-child(2) {
	top: 10px;
	right: 10px;
	width: 60%;
	height: 220px;
	transition-delay: 0.3s;
	transform: rotate(-3deg); 
}
.reverse .serv_imgs img:nth-child(1) {
	left: auto;
	right: -3%;
}
.reverse1 .serv_imgs img:nth-child(1) {
	left: auto;
	right: -3%;
}
.reverse .serv_imgs img:nth-child(2) {
	top: 10px;
	left: 10px;
}
.short .tbtn {
	margin-top: 85px !important;
}
.short .maintitle {
	margin-bottom: 55px;
}
@media (max-width:750px) {
	.serv_imgs img {
		height: auto !important;
	}
	.serv_imgs1 img {
		height: auto !important;
	}
	.serv_imgs {
		height: 65vw;
		margin-bottom: 5px;
	}
	.serv_imgs1 {
		height: 65vw;
		margin-bottom: 5px;
	}
	.serv_imgs img:nth-child(1) {
		bottom: 0px;
		left: 15%;
	}
	.serv_imgs1 img:nth-child(1) {
		bottom: 50px;
		left: 3%;
	}	
	.serv_imgs img:nth-child(2) {
		top: -6px;
		left: -8%;
	}
	.reverse .serv_imgs img:nth-child(1) {
		bottom: 10px;
		right: 15%;
	}
	.reverse1 .serv_imgs img:nth-child(1) {
		bottom: 0;
		right: 15%;
	}	
	.reverse .serv_imgs img:nth-child(2) {
		top: -6px;
		left: auto;
		right: -8%;
	}
}
@media (max-width:550px) {
	.short .tbtn {
		margin-top: 30px !important;
	}
	.short .maintitle {
		margin-bottom: 33px;
	}
}

.t_works{
	background: url("../img/bg_01.png") top;
	background-size: cover;
}


.col4 {
    width: 30%;
	margin-bottom: 20px;
}

.col4 h3 {
    font-size: 150%;
    text-align: center;
    display: block;
    margin: 0 auto 40px;
    position: relative;
}
.col4 h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 15px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0057ae;
    border-radius: 2px;
}
.col4 img {
	width: 100%;
	height: auto;
    margin-bottom: 15px;
}

@media (max-width: 750px) {
	.col4 {
    width: 100%;
	margin-bottom: 20px;
}
	.col4_1{
		display: flex;
	}
	.col4_1 p{
		padding: 0 2%;
	}
}
@media (max-width: 450px) {
	.col4_1{
		display: block;
	}
	.col4_1 p{
		padding: 0 2%;
	}
}
/* 下層ページトップ =========================================================================================*/
.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% 45%;
	position: relative;
	filter: grayscale(100%);
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.55;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	margin-bottom: -37px !important;
	z-index: 1;
	position: relative;
	color: #fff;
}
@media (max-width: 1205px) {
	.fv {
		height: 320px;
	}
}
@media(max-width:1155px) {
	.fv {
		height: 255px;
	}
	.fv .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
	}
}
@media(max-width:450px) {
	.fv {
		height: 180px;
	}
	.fv .maintitle .mf {
		margin-bottom: 0;
		font-size: 1.85rem;
	}
	.fv .maintitle .sf {
		font-size: 60%;
	}
	.fv h2 {
		line-height: 1;
		margin-bottom: -20px !important;
	}
}
.aic {
	align-items: center;
}
/* breadcrumb */
.binner {
	width: 95%;
	font-size: 0.8rem;
	position: relative;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:550px) {
	.breadcrumb {
		font-size: 0.7rem;
	}
}
/* 事業内容ページ =============================================================================================*/
.services {
	padding: 100px 0 50px;
}
.services2 {
	padding: 120px 0;
}
.imgbg {
	position: relative;
}
.imgbg:after {
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	left: -25px;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: -1;
}
.reverse .imgbg:after {
	left: auto !important;
	right: -25px;
}
@media(max-width:750px) {
	.spfleximg .flexbox img {
		margin-bottom: 6px;
	}
	.services .flexbox img {
		margin-bottom: 0;
	}
	.imgbg {
		margin-bottom: 15px;
	}
	.imgbg:after {
		top: 10px;
		left: -7px;
	}
	.reverse .imgbg:after {
		right: -7px;
	}
}
@media(max-width:550px) {
	.services {
		padding: 60px 0 30px;
	}
	.services2 {
    padding: 50px 0 30px;
}
}
.wide_img {
	width: 80%;
	margin-left: auto;
}
.wide_img.swright {
	margin-left: 0;
	margin-right: auto;
}
.wide_img img {
	object-fit: cover;
	width: 100%;
	height: 450px;
	object-position: 50% 70%;
}
@media(max-width:1355px) {
	.wide_img img {
		height: 32vw;
	}
}
@media(max-width:550px) {
	.wide_img img {
		height: 170px;
	}
	.wide_img{
		display: none;
	}
}
/*対応エリア*/
.area {
	padding-bottom: 100px;
}
@media(max-width:550px) {
	.area {
		padding-bottom: 60px;
	}
}
.areaimg {
	max-width: 250px;
	margin: auto;
}
.areatext {
	padding-left: 25px;
}
.areabox {
	border: 1px solid #fff;
	padding: 30px 35px;
}
.atext {
	font-size: 120%;
}
.areabox p {
	margin-bottom: 3px;
}
@media(max-width:750px) {
	.areaimg img {
		margin-bottom: 13px;
	}
	.areaimg {
		max-width: 80%;
	}
	.areatext {
		padding-left: 0;
	}
	.areabox {
		padding: 15px 17px;
	}
	.atext {
		font-size: 100%;
	}
}
/* 施工実績ページ =============================================================================================*/
.wormgb {
	margin-bottom: 90px;
}
@media(max-width:960px) {
	.wormgb {
		margin-bottom: 60px;
	}
}
@media(max-width:450px) {
	.wormgb {
		margin-bottom: 40px !important;
	}
}
/* 求人情報ページ =============================================================================================*/
.recruit .inner {
	max-width: 1100px;
}
.rectop {
	margin-bottom: 45px;
}
.recflex {
	display: flex;
	justify-content: space-between;
}
/* check list absolute */
.acheck p {
	font-size: 120%;
	padding-left: 20px;
	position: relative;
	margin-bottom: 3px;
}
.acheck p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #fff;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
/*テーブル*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 1px solid #ccc;
}
.info_table th, .info_table td {
	padding: 15px 5px;
}
.info_table th {
	font-weight: 500;
	width: 31%;
	border-right: 1px solid #ccc;
	background: rgba(147,68,0,0.30);
}
.info_table td {
	padding-left: 10px;
	width: 69%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: rgba(209,209,209,0.40);
}
.spbr {
	display: none;
}
@media(max-width:550px) {
	.spbr {
		display: block;
	}
	.acheck p {
		font-size: 107%;
	}
	.rectop {
		margin-bottom: 25px;
	}
	.info_table {
		font-size: 0.85rem;
	}
}
/* 会社概要ページ =============================================================================================*/
/*理念*/
.bdb {
	position: relative;
	border-bottom: none;
}
.bdb::after {
	content: '';
	display: block;
	height: 1px;
	background: #fff;
	position: relative;
	top: 10px;
	opacity: 0;
	width: 0;
	transition: 1.6s;
	transition-delay: 0.3s;
}
.inview.bdb::after {
	width: 100%;
	opacity: 1;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 15px;
	}
}
/*会社概要*/
.info_table .acheck p {
	font-size: 100%;
}
.about{
	background: url("../img/bg_01.png") top;
	background-size: cover;	
}
@media(max-width:550px) {
	.about .info_table th {
		width: 25%;
	}
	.about .info_table td {
		width: 75%;
	}
}
/*map*/
@media(max-width:550px) {
	.map iframe {
		height: 280px;
	}
}
/* お問い合わせページ ========================================================================*/
.conmgb {
	margin-bottom: 70px;
}
.contactp .rtext {
	margin-bottom: 45px;
}
@media (max-width: 750px) {
	.contactp .rtext {
		margin-bottom: 30px;
	}
}
.contact_wrap {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 20px;
	border: 1px solid #904811;
}
.rcheck p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #904811;
	margin-right: 0.4em;
	font-size: 0.93em;
	text-decoration: none;
}
.tel_contact {
	font-size: clamp(1.6rem, 1.24rem + 1.28vw, 2.2rem);
	margin-bottom: 3px;
	white-space: nowrap;
	color: #904811;
	z-index: 1;
	position: relative;
}
.tel_contact:hover {
	opacity: 0.6;
}
.telflex {
	max-width: 1055px;
	margin: auto;
	align-items: flex-start;
}
.telflex .contact_wrap {
	margin: 0;
}
.tel_text {
	font-size: 0.8rem;
	margin-top: 7px;
	margin-bottom: 5px;
}
.te.tel_text {
	margin-top: 5px !important;
}
@media (max-width: 750px) {
	.te.tel_text {
		margin-bottom: 30px;
	}
}
.faxlist {
	display: flex;
	justify-content: center;
}
.faxlist p {
	margin-right: 25px;
	font-size: 0.87rem;
	margin-bottom: 0;
}
.faxlist p:last-child {
	margin-right: 0 !important;
}
@media (max-width: 760px) {
	.faxlist p {
		margin-right: 20px;
	}
}
.telmini {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 0.97rem + 0.64vw, 1.45rem);
	line-height: 1.5;
}
.spb {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-bottom: 40px;
}
@media (max-width: 1210px) {
	.tel_text {
		text-align: left;
	}
}
@media (max-width: 750px) {
	.faxlist p {
		margin-right: 30px;
	}
	.tel_text {
		text-align: center;
	}
	.telflex .contact_wrap {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.contact_wrap.fax {
		margin-bottom: 0;
	}
}
@media (max-width: 570px) {
	.tel_text {
		margin-bottom: 2.5px;
		text-align: left;
	}
}
@media (max-width: 490px) {
	.spb {
		margin-bottom: 20px;
	}
	.spb {
		font-size: 1.15rem;
	}
	.telmini {
		margin-bottom: 15px;
	}
}
@media (max-width: 365px) {
	.tel_text {
		margin-bottom: 10px;
	}
	.faxlist {
		display: block;
		width: 100% !important;
		margin: auto;
		margin-left: 0;
	}
	.faxlist p {
		border-bottom: 1px dotted #fff;
		margin-right: 0;
		padding-bottom: 3px;
	}
}
.tmgb {
	margin-bottom: 25px;
}
.fpdt {
	padding-top: 60px;
}
@media (max-width: 950px) {
	.fpdt {
		padding-top: 20px;
	}
}
@media (max-width: 550px) {
	.fpdt {
		padding-top: 50px;
	}
}
.tl_text {
	margin-top: 13px;
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
}
@media (max-width: 450px) {
	.tmgb {
		margin-bottom: 15px;
	}
	.contact_wrap {
		max-width: 100%;
		padding: 15px 0;
	}
	.tl_text {
		margin-top: 7px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		font-size: 0.9rem;
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p {
	display: inline-block;
	margin-right: 3%;
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 0 auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.formsel p {
		font-size: 0.9rem;
		margin-right: 5%;
	}
	.mailform {
		margin-top: 0;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #fff;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-weight: 400;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #333;
	background: #fff;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 400;
}
.mailsp {
	background: transparent !important;
	border: 1px solid #fff;
	color: #fff !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	font-weight: 400;
}
.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;
	margin: 0 auto;
	white-space: nowrap;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-weight: 400;
	padding: 1% 7%;
	transition: .4s;
}
.mailform button:hover {
	color: #111;
	background: #fff;
	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: 6px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
@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%;
	}
}
/* メール */
.mnote {
	max-width: 910px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 55px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 40px;
	}
	.mpdb {
		padding-bottom: 25px !important;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy_wrap {
	font-size: clamp(1rem, 0.862rem + 0.4907vw, 1.23rem);
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
	font-weight: 400;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
}
.privacy_text span {
	font-size: 103%;
}
@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: #fff;
}