@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: #08acbc;
	transition: .4s;
}
a:hover {
	color: #4BAB93;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 80px 0 100px;
	position: relative;
}
@media (max-width: 550px) {
	main section {
		padding: 43px 0 50px;
	}
}
/* 画像 */
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;
	letter-spacing: 0.14em;
	margin-left: 2px;
	margin-right: 2px;
}
/*見出し01*/
.maintitle {
	margin-bottom: 70px;
	display: block;
	text-align: center;
	line-height: 1.1;
	color: #242424;
}
.maintitle .mf {
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	text-align: center;
	font-size: clamp(1.5rem, 0.72rem + 2.7733vw, 2.8rem);
	margin-bottom: 10px;
}
.maintitle .sf {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 75%;
}
@media (max-width: 750px) {
	.maintitle {
		margin-bottom: 45px;
	}
}
@media (max-width: 450px) {
	.maintitle {
		margin-bottom: 30px;
	}
}
/*見出し02*/
.mtitle {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	position: relative;
	margin-bottom: 23px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
	line-height: 1.5;
}
.mtitle span {
	font-size: 75%;
	color: #08acbc;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
/*見出し03*/
.stitle {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	position: relative;
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #333;
}
.stitle::before {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #08acbc;
}
.stitle.sred::before {
	background: #f66469;
}
.stitle.syellow::before {
	background: #ffcf0d;
}
.stitle.sorange::before {
	background: #f79b6f;
}
.stitle.sgreen::before {
	background: #a4e600;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 10px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid transparent;
	transition: .4s;
	display: inline-block;
	width: 16.5rem;
	text-align: center;
	color: #fff;
	background: #08acbc;
	z-index: 1;
	overflow: hidden;
	font-size: 1rem;
	border-radius: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.mainbtn a:hover {
	color: #08acbc;
	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: 60%;
		padding: 5px;
	}
}
/*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: 10px;
	}
	.top_page .flexbox img {
		width: 100%;
		margin-bottom: 15px;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
.top_page .inner {
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.w55 {
	width: 55%;
}
.w50 {
	width: 50%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w32 {
	width: 32%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.bg_grey::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg_grey.png);
	height: 100%;
	width: 100%;
	background-size: 70px;
	background-repeat: repeat;
	z-index: -35;
	opacity: 0.065;
}
@media(max-width:490px) {
	.bg_grey::after {
		background-size: 40px;
	}
}
.bg_grey02::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fafafa;
	z-index: -2;
}
/* 文字と背景色 */
/* 赤 ロゴのSマーク */
.sredtxt {
	color: #f66469 !important;
}
.sredtxt02 {
	color: #f66469 !important;
}
/* パステルグリーン */
.greentxt {
	color: #08acbc !important;
}
.greentxt02 {
	color: #08acbc !important;
}
.greenbg {
	background: #08acbc;
}
.greenbtn.mainbtn a {
	background: #08acbc;
}
.greenbtn.mainbtn a:hover {
	background: #fff;
	color: #08acbc;
	border: 1px solid #08acbc;
}
/* 黄色 */
.yetxt {
	color: #ffcf0d !important;
}
.yetxt02 {
	color: #ffcf0d !important;
}
.yebg {
	background: #ffcf0d;
}
.yebtn.mainbtn a {
	background: #ffcf0d;
}
.yebtn.mainbtn a:hover {
	background: #fff;
	color: #ffcf0d;
	border: 1px solid #ffcf0d;
}
/* オレンジ */
.ortxt {
	color: #f79b6f !important;
}
.ortxt02 {
	color: #f79b6f !important;
}
.orbg {
	background: #f79b6f;
}
.orbtn.mainbtn a {
	background: #f79b6f;
}
.orbtn.mainbtn a:hover {
	background: #fff;
	color: #f79b6f;
	border: 1px solid #f79b6f;
}
/* 黄緑 */
.lgrtxt {
	color: #a4e600 !important;
}
.lgrtxt02 {
	color: #a4e600 !important;
}
.lgbg {
	background: #a4e600;
}
.lgbtn.mainbtn a {
	background: #a4e600;
}
.lgbtn.mainbtn a:hover {
	background: #fff;
	color: #a4e600;
	border: 1px solid #a4e600;
}
/*=== 共通部分ここまで ===*/
/* 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: 7px 5px 10px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
	font-weight: 500;
}
.change_color .header {
	background: transparent;
}
.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 / 20%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 20%));
}
.header_logo {
	width: 305px;
	filter: brightness(0) invert(1);
}
.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 i {
	margin-bottom: 3px;
	transition: .8s;
	font-size: 1.8rem;
}
.change_color .header ul li i {
	margin-bottom: 2px;
	font-size: 0.85rem;
}
.header ul li {
	margin-right: 38px;
	position: relative;
	line-height: 1.23;
}
.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.8rem;
	text-shadow: 0px 0.3px 1px rgb(0 0 0 / 10%), 0px -0.3px 2px rgb(0 0 0 / 3%);
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.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: 145%;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
}
.change_color .header li a span {
	color: #08acbc;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	/* margin-right: 20px; */
}
.header_item {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 7px;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 10rem;
	line-height: 1.55;
	padding: 5px;
	font-size: 0.9rem;
	border: 1px solid #fff;
	color: #fff;
	background: #08acbc;
}
.header_item .mainbtn a:hover {
	color: #08acbc;
	background: #fff875;
	border: 1px solid #08acbc !important;
}
.change_color .header_item .mainbtn a {
	border: 1px solid transparent;
}
.tel a {
	text-shadow: 0px 0.3px 1px rgb(0 0 0 / 40%), 0px -0.3px 2px rgb(0 0 0 / 40%);
	color: #fff;
}
.change_color .tel a {
	text-shadow: none;
	color: #08acbc;
}
.tel {
	font-size: 1.63rem;
	line-height: 1.3;
	transition: .3s;
}
.tel:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
.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 {
	pointer-events: none;
	color: #08acbc;
}
.htm {
	font-size: 87%;
	pointer-events: none;
}
.hts {
	font-size: 1.35rem;
	pointer-events: auto;
	transition: .3s;
	padding-bottom: 3px;
	border-bottom: 1px solid #08acbc;
}
.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: #08acbc;
}
.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: 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 20px;
}
.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: 1rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 9px 0;
	color: #333;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.75;
}
/*
.menu_content ul li a span {
	font-size: 105%;
}
*/
.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 a:hover {
	border: 1px solid #08acbc !important;
}
.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: 955px) {
	.header {
		padding: 10px 20px;
	}
	.header_logo {
		width: 220px;
	}
	.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: 11px;
		right: 30px;
	}
}
@media (max-width: 500px) {
	.header_title {
		width: 195px;
	}
	.header {
		padding: 10px;
		padding-left: 12px;
	}
	.menu_btn {
		top: 10px;
		right: 21px;
	}
	.menu_content .mainbtn a {
		width: 65%;
		padding: 7px;
		font-size: 0.93rem;
	}
	.menu_content ul li a {
		font-size: 0.93rem;
	}
	.menu_content .mainbtn a {
		padding: 5px !important;
	}
}
@media (max-width: 315px) {
	.header_title {
		width: 44vw;
	}
	.menu_btn {
		top: 8px;
		right: 15px;
	}
}
/* footer */
/* フッターお問い合わせリンク */
@media (max-width: 500px) {
	.fcbr {
		display: none;
	}
}
.footer_contact {
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: 50% 10%;
	padding: 60px 0 85px;
	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 .maintitle {
	color: #fff;
	margin-bottom: 30px;
}
.footer_contact .maintitle .mf {
	color: #fff;
}
.footer_contact .inner {
	max-width: 750px;
}
.footer_contact .btn_wrap {
	display: flex;
	justify-content: space-around;
	margin: 40px auto 0;
	max-width: 850px;
}
.footer_contact .btn_wrap .btn {
	width: 335px;
	margin: 0 auto;
}
.footer_contact .btn_wrap .btn a {
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 5px;
	font-size: 1.25rem;
	font-weight: 500;
	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.05rem;
}
@media (max-width: 750px) {
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 80%;
		margin-bottom: 15px;
	}
}
@media (max-width: 750px) {
	.footer_contact p {
		font-size: 1rem;
		margin-bottom: 25px;
	}
	.footer_contact .btn_wrap {
		margin-top: 25px;
	}
	.footer_contact .btn_wrap:last-child {
		margin-top: 5px !important;
	}
	.footer_contact .maintitle {
		margin-bottom: 20px !important;
	}
	.footer_contact .btn_wrap .btn a {
		padding: 15px 5px;
	}
}
@media (max-width: 500px) {
	.footer_contact p {
		text-align: left;
	}
}
@media (max-width: 450px) {
	.footer_contact .btn_wrap .btn a {
		font-size: 0.97rem;
		padding: 13px 5px;
	}
	.footer_contact {
		padding: 45px 0;
	}
	.footer_contact {
		background-attachment: scroll;
	}
	.footer_contact p {
		font-size: 0.95rem;
	}
}
/* アドレス */
.footer_address {
	padding: 30px 7px 25px;
	background: #fff;
}
.flogo {
	width: 320px;
	margin-bottom: 10px;
}
.flogo:hover {
	opacity: 0.6;
	transition: .3s;
}
.address {
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 25px;
}
.adbr {
	display: none;
}
.taddress {
	font-size: 1rem;
	margin-bottom: 3px;
}
@media (max-width: 560px) {
	.address {
		font-size: 0.95rem;
		line-height: 2;
		margin-bottom: 15px;
	}
	.flogo {
		max-width: 270px;
		margin-bottom: 10px;
	}
}
@media (max-width: 450px) {
	.footer_address {
		padding: 23px 7px 20px;
	}
	.flogo {
		max-width: 70%;
	}
	.adbr {
		display: block;
	}
	.taddress {
		font-size: 0.85rem;
	}
}
@media (max-width: 310px) {
	.flogo {
		max-width: 87%;
	}
}
/* copyright */
.copyright {
	text-align: center;
	padding: 7px 0 10px;
	background: #fff;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	border-top: 1px solid #ddd;
}
@media (max-width: 500px) {
	.copyright {
		padding: 5px 0 7px;
	}
}
/*ページ上に戻るボタン*/
.tfade {
	position: relative;
	z-index: 79;
}
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #08acbc;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 50px;
	transition: 0.3s;
	z-index: 79;
	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 {
	opacity: 1;
}
@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;
	}
}
/*アニメーション*/
.bgextend::before {
	content: '';
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 3;
	transition: 3s;
}
.bgextend.inview {
	transform: translateX(0) scale(1);
}
.bgextend.inview::before {
	transform: translateX(100%);
}
/*フェードイン*/
.flowup {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*imgアニメーション*/
.img_up {
	position: relative;
	overflow: hidden;
	height: fit-content !important;
}
.img_up img {
	transition: 2s;
	transition-delay: 0.7s;
	transform: translateX(-10%) scale(1.2);
}
.img_up::after {
	content: '';
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: 1.6s;
	transition-delay: 0.3s;
}
.img_up.inview img {
	transform: translateX(0) scale(1);
}
.img_up.inview::after {
	transform: translateX(100%);
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.37;
	z-index: 1;
}
/*
.topslide:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: radial-gradient(#333 20%, transparent 20%), radial-gradient(#333 20%, transparent 20%);
	background-size: 3px 3px;
	background-position: 0 0, 1.5px 1.5px;
}
*/
.slide_items {
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: 100vh;
	min-height: 650px;
	object-fit: cover;
	z-index: -2;
}
.slide_text {
	white-space: nowrap;
	position: absolute;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	z-index: 2;
	line-height: 1.4;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 35%), 0px -0.3px 3px rgb(0 0 0 / 25%);
	color: #fff;
	top: 48.5%;
	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;
}
.slide_text span {
	font-size: 160%;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 1200px) {
	.slide_items img {
		height: calc(100vh - 100px);
	}
}
@media (max-width: 985px) {
	.slide_items img {
		min-height: auto;
		height: 550px;
	}
	.slide_text {
		top: 49.5%;
		font-size: 2.5rem;
	}
}
@media (max-width: 750px) {
	.slide_items img {
		height: 360px;
	}
	.slide_text {
		font-size: 2rem;
	}
}
@media (max-width: 500px) {
	.slide_items img {
		height: 270px;
	}
	.slide_text {
		top: 53.5%;
		font-size: 6.1vw;
	}
	.topslide::before {
		opacity: 0.45;
	}
}
/*Scroll誘導*/
.scrolldown {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 2;
}
.scrolldown span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 185px;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.07em;
}
.scrolldown:after {
	content: "";
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.5px;
	height: 180px;
	background: #eee;
}
.scrolldown:before {
	content: "";
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eee;
	animation: circlemove 4s ease-in-out infinite, cirlemovehide 4s ease-out infinite;
}
@keyframes circlemove {
	0% {
		bottom: 175px;
	}
	100% {
		bottom: -5px;
	}
}
@keyframes cirlemovehide {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
@media (max-width: 985px) {
	.scrolldown {
		display: none;
	}
}
.pdb0 {
	padding-bottom: 0 !important;
}
.center {
	text-align: center;
}
.tbtn {
	margin-top: 35px;
}
@media (max-width: 450px) {
	.tbtn {
		margin-top: 30px;
	}
}
/* こんなお悩みありませんか？ */
.troubles .flexbox {
	align-items: center;
}
@media (max-width: 1175px) {
	.troubles .flexbox img {
		object-fit: cover;
		width: 100%;
		height: 500px;
	}
}
@media(max-width:750px) {
	.troubles .flexbox img {
		height: auto;
	}
}
.tcheck li {
	margin-bottom: 10px;
	background: #fff;
	padding: 7px 10px;
	box-shadow: rgb(0 0 0 / 4%) 0px 6px 24px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
}
.tcheck li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #ffcf0d;
	margin-right: 0.5em;
	font-size: .9em;
}
.ttext {
	margin-top: 30px;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #242424;
	letter-spacing: 0.18em;
}
.ttext:before {
	margin-right: 12px;
}
.ttext:after {
	margin-left: 8px;
}
.ttext:before {
	content: "＼";
}
.ttext:after {
	content: "／";
}
@media(max-width:915px) {
	.ttext {
		font-size: 1.2rem;
	}
}
@media (max-width: 775px) {
	.ttext {
		font-size: 1.05rem;
	}
}
@media(max-width:750px) {
	.ttext {
		font-size: 1.2rem;
	}
}
@media (max-width: 550px) {
	.ttext {
		font-size: 1.05rem;
	}
}
@media(max-width:330px) {
	.ttext:before, .ttext:after {
		content: none;
	}
}
@media(max-width:265px) {
	.ttext {
		text-align: left;
	}
}
/* 事業内容 */
@media (max-width: 1500px) {
	.business .flexbox img {
		object-fit: cover;
		width: 100%;
		height: 500px;
	}
}
@media(max-width:750px) {
	.business .flexbox img {
		height: auto;
	}
}
.business::before {
	display: block;
	content: '';
	position: absolute;
	top: 33%;
	left: 0;
	width: 100%;
	height: 55%;
	background-color: #faf3e8;
}
@media(max-width:1855px) {
	.business::before {
		top: 30.5%;
		height: 60%;
	}
}
@media(max-width:1800px) {
	.business::before {
		top: 27%;
	}
}
@media(max-width:1535px) {
	.business::before {
		top: 23%;
	}
}
@media(max-width:1500px) {
	.business::before {
		top: 26%;
		height: 67%;
	}
}
@media(max-width:1015px) {
	.business::before {
		top: 24.5%;
	}
}
@media(max-width:936px) {
	.business::before {
		top: 21%;
	}
}
.bwrap {
	margin: 50px 0;
}
.bbox {
	margin: auto;
}
.bbox .maintitle {
	/* text-align: left; */
	margin-bottom: 35px;
}
@media(max-width:750px) {
	.bbox .maintitle {
		margin-top: 5px;
		margin-bottom: 23px;
	}
	.bwrap {
		width: 92%;
		margin: 0 auto;
	}
	.bbox {
		margin: auto;
	}
	.business::before {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 70%;
	}
}
@media(max-width:475px) {
	.business::before {
		width: 100%;
		height: 80%;
	}
}
/* ご挨拶 */
.cts {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.welcome {
	position: relative;
	z-index: 1;
	background: url(../img/welcome.jpg);
	background-size: cover;
	background-position: 50% 10%;
	color: #fff;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .welcome {
	background-attachment: scroll;
}
@media (max-width: 450px) {
	.welcome {
		background-attachment: scroll;
	}
}
.welcome::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.7;
	z-index: -1;
}
.welcome .inner {
	max-width: 1030px;
}
.welcome .maintitle {
	color: #fff;
	margin-bottom: 35px;
}
.welcome p {
	margin-bottom: 15px;
}
@media (max-width: 835px) {
	.welcome .cts {
		text-align: left;
	}
}
@media (max-width: 450px) {
	.welcome .maintitle {
		margin-bottom: 27px;
	}
}
/* 施工実績 */
.lightbox_hov:hover img {
	opacity: 0.6;
}
.slider .slick-prev:before, .slider .slick-next:before {
	color: #fff;
	opacity: 1;
	font-size: 1.75rem;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 25%), 0px -0.3px 3px rgb(0 0 0 / 15%);
}
.slick-prev, .slick-next {
	width: auto;
	height: 100%;
}
.slider .slick-prev {
	left: 14px;
	z-index: 3 !important;
}
.slider .slick-next {
	right: 13px;
	z-index: 3 !important;
}
.slider .slick-slide {
	margin: 0 15px !important;
	transition: .3s ease;
}
.slider li {
	position: relative;
}
.slider li::before {
	content: '';
	display: block;
	padding-top: 80%; /*高さの比率*/
}
.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: 865px) {
	.slider .slick-prev {
		left: 14px;
	}
	.slider .slick-next {
		right: 14px;
	}
}
@media (max-width: 450px) {
	.slider .slick-slide {
		margin: 0 5px !important;
	}
	.slider .slick-prev {
		left: 4px;
	}
	.slider .slick-next {
		right: 3px;
	}
}
/* CONTENTS */
.contents .inner {
	max-width: 1200px;
}
.imgcard img {
	object-fit: cover;
}
.imgcard {
	position: relative;
	overflow: hidden;
}
.imgcard a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 26.5% 0;
}
.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: 47%;
	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%);
	z-index: 4;
}
/*
.imgcard p {
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-shadow: none;
	margin-top: 20px;
	padding: 5px;
	width: 8rem;
	font-size: 0.9rem;
	border-radius: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	transition: .3s;
}
.imgcard a:hover p {
	background: #fff;
	color: #a4e600;
	border: 1px solid #a4e600;
	transition: .6s;
}
*/
.imgcard h3 {
	font-size: 1.9rem;
	color: #fff;
	line-height: 1.1;
	font-weight: 400;
	font-family: 'Crimson Text', serif;
}
.imgcard h3 span {
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size: 65%;
}
.hover_effect::before, .hover_effect::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	z-index: 0;
	background: rgba(0, 0, 0, 0.17);
}
.imgcard::before, .imgcard::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	pointer-events: none;
	z-index: 1;
}
.imgcard::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.imgcard::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.imgcard a:hover img {
	transform: scale(1.05, 1.05);
	transition: .6s;
}
@media (max-width: 1200px) {
	.imgcard h3 {
		font-size: 1.6rem;
	}
	.imgcard a {
		padding: 28% 0;
	}
	.contents .fwrap {
		justify-content: center;
	}
	.contents .fwrap div {
		width: 49%;
		margin-bottom: 1%;
	}
	.contents .fwrap div:first-child {
		margin-right: 1%;
	}
}
@media (max-width: 850px) {
	.imgcard a {
		padding: 30% 0;
	}
	.imgcard h3 {
		font-size: 1.55rem;
	}
}
@media (max-width: 750px) {
	.imgcard a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 0;
		padding: 22% 0;
	}
	.imgcard {
		margin-bottom: 10px;
	}
	.imgcard:last-child {
		margin-bottom: 0 !important;
	}
	.imgcard .text {
		top: 50%;
	}
}
@media (max-width: 450px) {
	.imgcard {
		margin-bottom: 7px;
	}
	.imgcard a {
		padding: 26% 0;
	}
	.imgcard h3 {
		font-size: 1.33rem;
	}
	.imgcard .text {
		top: 48.7%;
	}
	.hover_effect::before, .hover_effect::after {
		backdrop-filter: blur(1.5px);
		background: rgba(0, 0, 0, 0.19);
	}
}
/* 下層ページトップ ====================================================*/
.fv {
	height: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 35%;
	position: relative;
}
.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 {
	/* 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: -20px !important;
	z-index: 1;
	position: relative;
	color: #fff;
}
@media (max-width: 1205px) {
	.fv {
		height: 265px;
	}
}
@media(max-width:955px) {
	.fv {
		height: 225px;
		background-position: 50% 27%;
	}
	.fv .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
		background-position: 50% 35%;
	}
	.fv h2 {
		margin-bottom: -10px !important;
	}
}
@media(max-width:450px) {
	.fv {
		height: 170px;
	}
}
.fitc {
	margin: auto;
	width: fit-content;
}
.aic {
	align-items: center;
}
/* こだわりページ ====================================================*/
/* お客様との信頼関係 */
.fcontents .inner {
	max-width: 1100px;
}
.mtitle.tline {
	padding-left: 53px;
}
.mtitle.tline:before {
	background-color: #333;
	position: absolute;
	content: "";
	top: 0.8em;
	left: 0;
	width: 40px;
	height: 1px;
}
@media(max-width:750px) {
	.mtitle.tline {
		padding-left: 42px;
	}
	.mtitle.tline:before {
		width: 29px;
	}
}
.trtext {
	margin-bottom: 45px;
}
.imgcard h3 span span {
	font-size: 100%;
	line-height: 1.55;
	display: block;
	margin-top: 4px;
}
@media(max-width:450px) {
	.trtext {
		margin-bottom: 27px;
	}
}
/* 事業内容ページ ====================================================*/
.businesspage .flexbox {
	margin-bottom: 50px;
}
.businesspage .flexbox:last-child {
	margin-bottom: 0 !important;
}
/* 対応エリア */
.area .inner {
	max-width: 1000px;
}
.area .maintitle {
	margin-bottom: 40px;
}
.area .flexbox .maintitle {
	text-align: left;
}
.area .flexbox .maintitle .sf {
	padding-left: 45px;
	position: relative;
}
.area .flexbox .maintitle .sf::before {
	background-color: #333;
	position: absolute;
	content: "";
	top: 0.8em;
	left: 0;
	width: 37px;
	height: 1px;
}
.tcheck.flexbox {
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.area .tcheck li::before {
	color: #08acbc;
}
.area .tcheck li {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 24px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
@media(max-width:750px) {
	.area .flexbox .maintitle .sf {
		padding-left: 0;
	}
	.area .flexbox .maintitle .sf::before {
		content: none;
	}
	.area .maintitle {
		text-align: center !important;
		margin-bottom: 25px;
	}
	.tcheck.flexbox li {
		width: 100%;
	}
	.tcheck.flexbox {
		margin-bottom: 15px;
	}
}
/* 実績紹介ページ ====================================================*/
.wmt {
	margin-bottom: 33px;
}
.wftc {
	margin-bottom: 35px;
}
@media(max-width:550px) {
	.wmt {
		margin-bottom: 25px;
	}
	.wftc {
		margin-bottom: 25px;
	}
}
/* 会社概要ページ ==============================================================*/
/* 会社概要 */
.fflex {
	display: flex;
	justify-content: space-between;
}
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr {
	border-bottom: 1px solid #d1d1d1;
}
.info_table th {
	width: 25%;
	font-weight: 400;
	/* border-bottom: 1px solid #08acbc; */
}
.info_table th, .info_table td {
	padding: 15px 0;
	font-weight: 400;
}
.info_table td {
	padding-left: 15px;
}
.info_table td {
	width: 75%;
}
@media (max-width: 450px) {
	.info_table th br {
		display: block;
	}
	.info_table td {
		width: 70%;
		padding-left: 5px;
	}
	.info_table th {
		width: 30%;
	}
}
.about .fflex {
	margin-bottom: 10px;
}
.about .fflex div {
	width: 49%;
}
/* map */
@media (max-width: 550px) {
	.about .fflex {
		margin-bottom: 0;
	}
	.about .wbox {
		padding: 25px 17px 40px;
	}
	.map iframe {
		height: 280px;
	}
}
/* お問い合わせページ ================================*/
.msection {
	padding-bottom: 60px;
}
@media (max-width: 850px) {
	.msection {
		padding-bottom: 30px;
	}
}
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mnote p {
	margin-bottom: 5px;
}
.mnote p:last-child {
	margin-bottom: 0;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 35px;
	}
}
@media (max-width: 550px) {
	.contact_tel {
		padding: 33px 0 55px;
	}
}
.cmt {
	margin-bottom: 33px;
}
.cotext {
	margin-bottom: 45px;
}
.contact_wrap {
	position: relative;
	max-width: 500px;
	margin: auto;
	padding: 25px;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}
@media (max-width: 950px) {
	.contact_wrap {
		max-width: 370px;
	}
}
@media (max-width: 450px) {
	.cmt {
		margin-bottom: 23px;
	}
	.cotext {
		margin-bottom: 20px;
	}
	.contact_wrap {
		max-width: 83%;
	}
}
.tel_contact i {
	color: #08acbc;
}
.tel_contact {
	font-size: clamp(1.6rem, 1.24rem + 1.28vw, 2.2rem);
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
}
.tel_contact:hover {
	color: #333;
	opacity: 0.6;
}
.fax {
	pointer-events: none;
}
.fax_text {
	margin: 30px 0;
}
.tl_text {
	margin-top: 13px;
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
}
@media (max-width: 450px) {
	.fax_text {
		margin: 15px 0;
		font-size: 0.95rem;
	}
	.tl_text {
		margin-top: 7px;
	}
}
/* メール */
.formsel label, .selection small {
	font-weight: 400 !important;
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 50px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.contact_wrap {
		padding: 20px;
	}
	.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: #08acbc;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #08acbc;
	color: #08acbc !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: #08acbc;
	font-weight: 500;
	padding: 1.4% 8%;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background-color: #fff;
	color: #08acbc;
	border: 1px solid #08acbc;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 9px;
	}
}
@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;
	font-weight: 400;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #333;
}
@media(max-width:450px) {
	.privacy_wrap {
		font-size: 1.1rem;
	}
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
	color: #333;
	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;
}
.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: #08acbc;
}