@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: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #5c9dfa;
	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;
}
main section:last-child {
	padding-bottom: 120px;
}
@media (max-width: 1045px) {
	main section {
		padding: 90px 0;
	}
}
@media (max-width: 550px) {
	main section:first-child {
		padding-top: 45px;
	}
	main section {
		padding: 50px 0 60px;
	}
	main section:last-child {
		padding-bottom: 60px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.iw {
	position: relative;
}
.iw::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* テキスト */
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: 900;
}
.fbsans {
	font-weight: 500;
}
/*見出し01*/
.maintitle {
	margin-bottom: 70px;
	display: block;
	text-align: center;
	line-height: 1.2;
}
.maintitle .mf {
	text-align: center;
	color: #333;
	font-size: clamp(2.35rem, 1.66rem + 2.4533vw, 3.5rem);
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.maintitle .sf {
	/*color: #5c9dfa;*/
	font-size: clamp(1.05rem, 0.96rem + 0.32vw, 1.2rem);
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
@media (max-width: 750px) {
	.maintitle {
		margin-bottom: 45px !important;
	}
}
@media (max-width: 450px) {
	.maintitle {
		margin-bottom: 33px !important;
	}
}
/*見出し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.1rem, 0.98rem + 0.4267vw, 1.3rem);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	border-bottom: 1px solid #5c9dfa;
	margin-bottom: 25px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #333;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 15px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 13px;
	border: 1px solid #5c9dfa;
	transition: .4s;
	display: inline-block;
	width: 17rem;
	text-align: center;
	color: #fff;
	background: #5c9dfa;
	z-index: 1;
	overflow: hidden;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 1rem;
}
.mainbtn a:hover {
	color: #5c9dfa;
	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: 10px;
	}
}
/*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;
}
.inner02 {
	width: 92%;
	max-width: 100%;
	margin: 0 auto;
}
.w65 {
	width: 65%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w47 {
	width: 47.5%;
}
.w32 {
	width: 32%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.bg_blue::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f5f9ff;
	z-index: -2;
}
.bg_blue02::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #deebff;
	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;
}
.bg_grey02::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f5f5f5;
	z-index: -2;
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
	background: #fff;
}
.header {
	padding: 3px 5px 13px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
.header_inner {
	max-width: 1450px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 433px;
}
.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 {
	width: 110px;
	position: relative;
	line-height: 1.6;
	display: flex;
	align-items: center;
	margin: 0 3px;
}
.header ul .long {
	width: 170px;
	margin-left: 10px;
}
.header ul .short {
	width: 75px;
	margin-left: 10px;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 3px 0;
	color: #333;
	font-size: 1rem;
	font-weight: 600;
}
.header ul li a:hover {
	opacity: 0.6;
}
/*
.header ul li a span {
	display: block;
	font-size: 90%;
}
*/
.header_item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 7px;
}
.htext {
	margin-bottom: 0;
	font-size: 0.85rem;
	text-align: right;
	line-height: 1.2;
}
.header_item > div {
	margin: 0 4px;
}
.hmenu {
	min-width: 700px;
}
.tel {
	font-size: 1.65rem;
	font-weight: 600;
	margin-right: 13px !important;
}
.tel a {
	color: #333;
}
.tel a:hover {
	opacity: 0.6;
}
.header_nav .mainbtn a {
	width: 14.5rem;
	padding: 2.5px;
}
/* ハンバーガーメニュー */
.hamburger_menu {
	display: none;
}
/* 電話番号 */
.hum_tel {
	text-align: center;
	margin-bottom: 13px;
	font-size: 1.2rem;
}
.hum_tel a {
	color: #5c9dfa;
}
.hum_tel a:hover {
	opacity: 0.6;
}
/* ボタン */
.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: 2.5px;
	width: 30px;
	background: #5c9dfa;
	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;
	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 17px;
}
.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;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	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 {
	background: #5c9dfa;
}
.menu_content .mainbtn a:hover {
	background: #fff;
	color: #5c9dfa;
	border: 1px solid #5c9dfa;
}
.menu_content .mainbtn a {
	padding: 10px;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1230px) {
	.header {
		padding: 10px 20px;
	}
	.header_logo {
		width: 365px;
	}
	.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: 630px) {
	.header_title {
		width: 260px;
	}
	.header {
		padding: 10px;
	}
	.menu_btn {
		top: 12px;
		right: 21px;
	}
	.menu_content ul li a {
		font-size: 1.03rem;
	}
}
@media (max-width: 450px) {
	.menu_content .mainbtn a:after {
		content: none;
	}
	.menu_content .mainbtn a {
		width: 64%;
		padding: 7px;
		font-size: 1rem;
	}
}
@media (max-width: 355px) {
	.header_title {
		width: 64vw;
	}
	.menu_btn {
		top: 8px;
		right: 15px;
	}
	.menu_content .mainbtn a {
		width: 82%;
	}
}
/* footer */
/* フッターお問い合わせリンク */
.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.6;
	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: 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: 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.05rem;
	margin-right: -20px;
}
@media (max-width: 750px) {
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 80%;
		margin-bottom: 15px;
	}
}
@media (max-width: 655px) {
	.footer_contact p {
		font-size: 1rem;
		text-align: left;
		margin-right: 0;
	}
}
@media (max-width: 450px) {
	.footer_contact .btn_wrap .btn a {
		font-size: 1.05rem;
	}
	.footer_contact .btn_wrap {
		margin-top: 30px;
	}
	.footer_contact .maintitle {
		margin-bottom: 25px !important;
	}
	.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 {
	text-align: center;
	padding: 35px 0;
	background: #fff;
}
.footer_address .maintitle {
	margin: 1% auto 2%;
}
.footer_address a {
	display: inline-block;
}
.flogo {
	color: #fff;
	width: 470px;
	margin-bottom: 20px;
}
@media (max-width: 750px) {
	.flogo {
		max-width: 375px;
	}
}
@media (max-width: 450px) {
	.flogo {
		max-width: 87%;
		margin-bottom: 10px;
	}
}
.footer_address p {
	margin-bottom: 0;
}
.address br {
	display: none;
}
@media (max-width: 360px) {
	.address br {
		display: block;
	}
	.footer_address p {
		margin-bottom: 7px;
	}
}
.telfax br {
	display: none;
}
@media (max-width: 500px) {
	.telfax br {
		display: block;
	}
	.telfax span {
		display: none;
	}
	.footer_address {
		padding: 20px 0;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 12px 0 15px;
	border-top: 1px solid #ddd;
}
@media (max-width: 500px) {
	.copyright {
		padding: 5px 0;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: #5c9dfa;
	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;
}
.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 #5c9dfa;
}
.go_top:hover::before {
	border-top: 3.5px solid #5c9dfa;
	border-right: 3.5px solid #5c9dfa;
}
@media(max-width:450px) {
	.go_top {
		width: 55px;
		height: 55px;
		text-indent: -9999px;
		bottom: 10px;
		right: 10px;
		opacity: 1;
	}
	.go_top::before {
		bottom: 18px;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items {
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: 710px;
	object-fit: cover;
	z-index: -2;
}
.slide_text {
	white-space: nowrap;
	position: absolute;
	bottom: 35px;
	left: 50px;
	font-size: 3.9rem;
	letter-spacing: 0.2em;
	color: #fff;
	font-weight: 900;
	font-family: 'Noto Serif JP', serif;
	z-index: 2;
	line-height: 1.6;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 35%), 0px -0.3px 5px rgb(0 0 0 / 45%);
	/* 
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 3rem;
	text-align: center;
	text-shadow: 0px 0.3px 4px rgb(235 243 255 / 45%), 0px -0.3px 6px rgb(235 243 255 / 40%);
	background: rgba(92, 157, 250, 0.93);
	padding: 25px 60px 35px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
	 */
}
.slide_text p {
	margin-bottom: 5px;
}
.slide_text .stext {
	font-size: 68%;
}
/*
.slide_text:before {
	content: "";
	width: 97.5%;
	height: 94%;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border: 1px solid #fff;
	opacity: 0.6;
}
 */
@media (max-width: 1200px) {
	.slide_items img {
		height: calc(100vh - 100px);
	}
}
@media (max-width: 985px) {
	.slide_items img {
		height: 550px;
	}
	.slide_text {
		font-size: 6.2vw;
		bottom: 4.5%;
		left: 5%;
	}
}
@media (max-width: 750px) {
	.slide_items img {
		height: 350px;
	}
	.slide_text {
		/*
		text-shadow: 0px 0.3px 4px rgb(235 243 255 / 25%), 0px -0.3px 6px rgb(235 243 255 / 25%);
		padding: 25px 40px;
		 */
	}
}
@media (max-width: 470px) {
	.slide_text {
		left: 4.5%;
		font-size: 7.4vw;
		/*
		padding: 13.5px 25px 20px;
		 */
	}
	.slide_text p {
		margin-bottom: 0;
	}
	.slide_text .stext {
		font-size: 75%;
	}
	.slide_text:before {
		width: 97%;
	}
}
.center {
	text-align: center;
}
.wide_img {
	object-fit: cover;
	width: 70%;
	height: 320px;
}
.flimg {
	display: flex;
}
.flimg img {
	object-fit: cover;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .flimg {
	display: block;
}
.tbtn {
	margin-top: 35px;
}
@media (max-width: 450px) {
	.tbtn {
		margin-top: 30px;
	}
}
/* お知らせ */
.news {
	padding: 50px 0 75px;
}
.news .maintitle {
	margin-bottom: 43px;
}
/*挨拶*/
.welcome .maintitle {
	margin-bottom: 45px;
}
.wt {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 60px;
	font-weight: 600;
	font-size: clamp(1.2rem, 0.84rem + 1.28vw, 1.8rem);
	line-height: 1.67;
}
.wtext {
	font-size: 115%;
}
.wtext::before, .wtext::after {
	content: "";
	display: inline-block;
	width: clamp(1.4375rem, 1.0625rem + 1.3333vw, 2.0625rem);
	height: clamp(2.875rem, 2.5rem + 1.3333vw, 3.5rem);
	background: url("../img/wtext.svg") no-repeat;
	background-size: auto;
	background-size: contain;
	opacity: 0.8;
	vertical-align: middle;
}
.wtext::before {
	margin-right: 7.5px;
	transform: scaleX(-1);
}
.wtext::after {
	margin-left: 0px;
}
@media (max-width: 850px) {
	.wt {
		margin-bottom: 35px;
	}
}
@media (max-width: 580px) {
	.wt {
		margin-bottom: 30px;
	}
	.wmini {
		text-align: left;
	}
}
@media (max-width: 450px) {
	.wt {
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	.wtext {
		font-size: 110%;
	}
	.wtext::before {
		margin-right: 4.5px;
	}
}
@media (max-width: 335px) {
	.wtext {
		font-size: 100%;
	}
}
@media (max-width: 300px) {
	.wtext::before, .wtext::after {
		content: none;
	}
}
.wt p {
	margin-bottom: 0;
}
.wmini {
	color: #3c7cb4;
}
.mini {
	margin-top: 35px;
}
.mini div {
	width: calc(100% / 2 - 10px);
	margin: 0 5px;
}
.mini div:nth-child(2) {
	margin-top: 10px;
}
@media (max-width: 850px) {
	.welcome .flexbox {
		display: block;
	}
	.welcome .flexbox img {
		width: 100%;
		margin-bottom: 7px;
	}
	.welcome .flexbox div {
		width: 100%;
	}
	.mini {
		display: flex !important;
		margin-top: 20px !important;
		margin-bottom: 0;
	}
	.mini div {
		width: 48% !important;
		margin: 0;
		margin-top: 10px;
	}
	.mini div:nth-child(2) {
		margin-top: 2px;
	}
	.welcome .flimg img {
		width: 100%;
		height: 210px;
		margin-bottom: 13px;
	}
}
@media (max-width: 750px) {
	.mini {
		display: flex;
		margin-bottom: 0;
	}
	.mini div {
		width: 48%;
		margin: 0;
		margin-top: 15px;
	}
	.mini div:nth-child(2) {
		margin-top: 2px;
	}
}
@media (max-width: 450px) {
	.welcome .flimg img {
		height: auto;
		margin-bottom: 10px;
	}
	.mini {
		margin-top: 15px !important;
	}
}
/* お悩み */
.troubles {
	padding-bottom: 70px;
}
.troubles .inner02 {
	max-width: 1670px;
}
.trouble .tr01 div, .trouble .tr02 div {
	position: relative;
}
.tr01 div:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	filter: drop-shadow(1px 0px 0.25px white) drop-shadow(-2.5px -1px 0.25px white) drop-shadow(0.5px 0px 0.25px white) drop-shadow(1px -0.9px 0.25px white);
	background: url(../img/tr02.svg);
	background-size: 105px;
	background-repeat: no-repeat;
	background-position: right 3px bottom 4.5px;
	z-index: 3;
}
.tr02 div:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	filter: drop-shadow(1px 0px 0.25px white) drop-shadow(-2px -1px 0.25px white) drop-shadow(0.5px 0px 0.25px white) drop-shadow(1px -0.9px 0.25px white);
	background: url(../img/tr01.svg);
	background-size: 105px;
	background-repeat: no-repeat;
	background-position: right 3px bottom 4.5px;
	z-index: 3;
}
.tr01, .tr02 {
	padding: 15px;
	background: #fff;
	box-shadow: rgb(0 0 0 / 3%) 0px 6px 24px 0px, rgb(0 0 0 / 5%) 0px 0px 0px 1px;
}
.tr01 p::before, .tr02 p::before {
	content: "●";
	display: inline-block;
	margin-right: 5px;
	font-size: 0.5em;
	color: #8f8f8f;
	transform: translate(0.8px, -2px);
}
.tr01 p, .tr02 p {
	margin: 5px 0;
}
.trouble img {
	margin-bottom: 5px;
}
/* 当社に全てお任せください！ */
.solutions::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top: 35px solid #f5f9ff;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	z-index: 1;
}
.sotitle {
	margin-bottom: 50px;
}
.sotitle:before {
	content: "＼";
}
.sotitle:before {
	margin-right: 18px;
}
.sotitle:after {
	content: "／";
}
.sotitle:after {
	margin-left: 10px;
}
@media (max-width: 415px) {
	.sotitle:before, .sotitle:after {
		content: none;
	}
}
.solution p {
	font-size: 1.05rem;
	width: calc(100% / 3 - 20px);
	margin: 0 10px 13px;
	background: #fff;
	padding: 15px;
	box-shadow: rgb(0 0 0 / 3%) 0px 6px 24px 0px, rgb(0 0 0 / 5%) 0px 0px 0px 1px;
}
.solution p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #5c9dfa;
	margin-right: 0.4em;
	font-size: .9em;
}
.solution {
	justify-content: center;
	max-width: 1670px;
	margin: auto;
}
@media (max-width: 1600px) {
	.tr01 div:before, .tr02 div:before {
		background-size: 70px;
	}
}
@media (max-width: 1045px) {
	.tr01 div:before, .tr02 div:before {
		background-size: 26%;
	}
	.troubles {
		padding-bottom: 60px;
	}
	.trouble.fwrap .tr01, .trouble.fwrap .tr02 {
		width: 49%;
		margin-bottom: 15px;
	}
	.solution.fwrap p {
		font-size: 1rem;
		width: calc(100% / 2 - 20px);
	}
	.solution {
		justify-content: flex-start;
	}
}
@media (max-width: 750px) {
	.solution.fwrap p {
		margin: 0;
		margin-bottom: 13px;
		width: 100%;
		padding: 10px 15px;
		box-shadow: rgb(0 0 0 / 2%) 0px 6px 24px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
	}
	.tr02 div:before {
		background-position: left 3px bottom 4px;
	}
	.sotitle {
		margin-bottom: 30px;
	}
}
@media (max-width: 450px) {
	.tr01 p, .tr02 p {
		margin: 0;
	}
	.troubles {
		padding-bottom: 40px;
	}
}
/*受賞一覧*/
.awardslist .inner02 {
	max-width: 1670px;
}
.awards {
	margin: auto;
	max-width: 1050px;
	margin-bottom: 50px;
}
.awardslist .maintitle {
	margin-bottom: 40px;
}
@media (max-width: 450px) {
	.awardslist .maintitle {
		margin-bottom: 30px;
	}
}
/* CONTENTS */
.contents .inner02 {
	max-width: 1670px;
}
.imgcard img {
	object-fit: cover;
}
.imgcard {
	position: relative;
	overflow: hidden;
}
.imgcard a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 28.5% 0;
}
.imgcard a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.57);
	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: 5px;
	color: #fff;
	line-height: 1.7;
}
.imgcard p {
	color: #fff;
	font-size: 1.15rem;
	transition: .3s;
}
.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.4);
	transition: .3s;
}
@media (max-width: 1510px) {
	.imgcard a {
		padding: 32% 0;
	}
	.imgcard h3 {
		font-size: 1.45rem;
		white-space: nowrap;
	}
}
@media (max-width: 1200px) {
	.imgcard a {
		padding: 25% 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: 860px) {
	.imgcard p {
		font-size: 1rem;
	}
}
@media (max-width: 750px) {
	.contents .fwrap div:first-child {
		margin-right: 0;
	}
	.hover_effect::before, .hover_effect::after {
		opacity: 1;
	}
	.imgcard a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 0;
		padding: 22% 0;
	}
	.contents .fwrap div {
		margin-bottom: 10px;
	}
	.imgcard:last-child {
		margin-bottom: 0;
	}
	.imgcard .text {
		top: 50%;
	}
	.imgcard a::after {
		background: rgba(0, 0, 0, 0.55);
	}
	.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.25rem;
	}
	.imgcard .text {
		top: 44.7%;
	}
}
/* 下層ページトップ ====================================================*/
.kasou {
	height: 320px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/slide01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 35%;
	position: relative;
}
.kasou::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.57;
}
.kasou .inner {
	max-width: 80%;
}
.kasou .maintitle {
	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;
}
.kasou .mf {
	margin-bottom: 0 !important;
	color: #fff;
	font-size: clamp(1.5rem, 0.9rem + 2.1333vw, 2.5rem);
}
.kasou .sf {
	letter-spacing: 0.15em;
	font-size: clamp(0.9rem, 0.66rem + 0.8533vw, 1.3rem);
}
@media (max-width: 1205px) {
	.kasou {
		height: 265px;
	}
}
@media(max-width:1000px) {
	.kasou {
		height: 225px;
		background-position: 50% 27%;
	}
	.kasou .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.kasou {
		height: 210px;
		background-position: 50% 35%;
	}
}
@media(max-width:450px) {
	.kasou .maintitle {
		line-height: 1;
	}
	.kasou {
		height: 170px;
	}
}
.pdb20 {
	padding-bottom: 20px;
}
.tmgb {
	margin-bottom: 40px;
}
.cnone::after {
	content: none !important;
}
/* 事業内容ページ ====================================================*/
/*建築鈑金工事*/
.construction .flexbox {
	margin-bottom: 50px;
	align-items: center;
}
.construction .flexbox:last-child {
	margin-bottom: 0 !important;
}
.construction .mtitle {
	padding-left: 40px;
}
.construction .mtitle:before {
	background-color: #333;
	position: absolute;
	content: "";
	top: 0.95em;
	left: 0;
	width: 29px;
	height: 1px;
}
@media (max-width: 750px) {
	.construction .mtitle {
		margin-bottom: 10px;
	}
}
@media (max-width: 450px) {
	.construction.pdb20 {
		padding-bottom: 0;
	}
	.construction .mtitle {
		margin-bottom: 3px;
		font-size: 1.2rem;
	}
	.construction .flexbox {
		margin-bottom: 30px;
	}
}
/*屋根のカバー工法*/
.method .flexbox {
	align-items: center;
}
@media (max-width: 750px) {
	.method .flexbox img {
		margin-bottom: 10px;
	}
}
/*対応エリア*/
.area:before {
	content: "";
	position: absolute;
	top: 0;
	background-image: url(../img/area.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;
}
::-webkit-full-page-media, :future, :root .area:before {
	background-attachment: scroll;
}
.area .flexbox {
	max-width: 950px;
	align-items: center;
	margin: auto;
}
.map img {
	width: 300px;
}
.map {
	margin-left: auto;
}
.atext {
	margin-right: 10px;
}
.abtn {
	justify-content: space-between;
	display: flex;
}
.atext p {
	margin-bottom: 30px;
}
@media (max-width: 835px) {
	.area .flexbox {
		display: block;
	}
	.area .flexbox img {
		width: 100%;
		margin-bottom: 15px;
	}
	.area .flexbox div {
		width: 100%;
	}
	.map {
		width: fit-content !important;
		margin: auto !important;
	}
	.map img {
		width: 300px !important;
		margin: auto;
	}
	.abtn {
		margin: auto;
	}
	.abtn div {
		width: calc(100% / 2 - 10px);
		margin-right: 10px;
	}
	.abtn div:last-child {
		margin-right: 0;
	}
	.atext {
		max-width: fit-content;
		margin: auto;
	}
}
@media (max-width: 750px) {
	.area .tmgb {
		margin-bottom: 20px !important;
	}
}
@media (max-width: 630px) {
	.map {
		max-width: 60%;
	}
	.atext p {
		margin-bottom: 25px;
	}
	.abtn {
		display: block;
	}
	.abtn div {
		width: 100%;
		margin: 0;
		text-align: center;
		margin-bottom: 7px;
	}
	.abtn div:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 450px) {
	.area .flexbox img {
		margin-bottom: 10px;
	}
	.map {
		max-width: 55%;
	}
	.abtn .mainbtn a {
		width: 80%;
	}
	.area:before {
		background-attachment: scroll;
	}
}
/*工事の流れ*/
.fmgb {
	margin-bottom: 25px !important;
}
.ftext {
	margin-bottom: 40px;
}
@media (max-width: 550px) {
	.fmgb {
		margin-bottom: 15px !important;
	}
	.ftext {
		text-align: left;
		margin-bottom: 20px;
	}
}
.flex {
	display: flex;
}
.ficon {
	position: relative;
}
.ficon::before {
	content: "";
	width: 90%;
	height: 10px;
	background-color: #ddd;
	z-index: -1;
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.flow .icon {
	text-align: center;
	padding: 0 5px;
	background-color: #deebff;
	width: 12%;
	aspect-ratio: 1 / 1;
	margin: 0 auto 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: rgb(0 0 0 / 2%) 0px 6px 24px 0px, rgb(0 0 0 / 3.5%) 0px 0px 0px 1px;
	transition: .3s;
}
.spover {
	margin-bottom: 45px;
}
.flow .icon p {
	margin-top: -10px;
	margin-bottom: 0;
	font-size: 0.87rem;
	color: #333 !important;
	font-weight: 500 !important;
	transition: .3s;
}
.flow .icon:hover {
	transition: .3s;
	background-color: #5c9dfa;
}
.flow .icon:hover p {
	transition: .3s;
	color: #fff !important;
}
.sptext {
	display: none;
}
@media (max-width: 1265px) {
	.flow .icon {
		width: 13.2%;
	}
}
@media (max-width: 965px) {
	.sptext {
		font-size: 0.85rem;
		margin-bottom: 45px;
		display: block;
	}
	.spover {
		padding-bottom: 7px;
		margin-bottom: 10px;
		overflow-x: scroll;
	}
	.ficon {
		width: 1060px;
	}
	.flow .icon {
		width: 13.2%;
	}
}
@media (max-width: 450px) {
	.spover {
		padding-bottom: 3px;
		margin-bottom: 0;
	}
	.sptext {
		margin-top: 3px;
		margin-bottom: 30px;
	}
}
.flwrap {
	padding: 35px;
	background-color: #fff;
	margin-bottom: 35px;
	box-shadow: rgb(0 0 0 / 2%) 0px 6px 24px 0px, rgb(0 0 0 / 2.5%) 0px 0px 0px 1px;
}
.ftitle {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 13px;
	font-size: clamp(1.05rem, 0.96rem + 0.32vw, 1.2rem);
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
/*
.ftitle {
	color: #fff;
	padding: 2px 10px;
	background: #5c9dfa;
	width: fit-content;
	margin-bottom: 10px;
	font-size: 1.15rem;
}
*/
.ftitle span {
	margin-right: 7px;
}
.flow .ftitle span {
	color: #5c9dfa;
	font-size: 95%;
}
.flbtn {
	max-width: 560px;
	margin-top: 20px;
}
.bwhite a {
	background: #fff;
	color: #5c9dfa;
}
.bwhite a:hover {
	background: #5c9dfa;
	color: #fff;
}
@media (max-width: 1030px) {
	.flbtn {
		display: block;
	}
	.flbtn div:first-child {
		margin-bottom: 5px;
	}
	.step img {
		object-fit: cover;
		width: 100%;
		height: 270px;
	}
}
@media (max-width: 750px) {
	.flow .flexbox img {
		margin-bottom: 10px;
	}
	.step img {
		height: auto;
	}
}
@media (max-width: 550px) {
	.ftitle {
		padding-bottom: 3px;
		margin-bottom: 7px;
	}
	.flwrap {
		padding: 17px;
		margin-bottom: 20px;
	}
	.flow .flexbox img {
		margin-bottom: 5px;
	}
	.flbtn {
		margin-top: 15px;
	}
	.flbtn .mainbtn a {
		width: 90% !important;
	}
	.flbtn .mainbtn {
		text-align: center;
	}
}
@media (max-width: 330px) {
	.flbtn .mainbtn a {
		width: 100% !important;
	}
}
/* 受賞一覧・施工実績 ====================================================*/
/*受賞一覧*/
.awardsp {
	padding-bottom: 30px;
}
.awardsp p:last-child {
	margin-bottom: 0;
}
.awardsp .flexbox .mtitle {
	margin-bottom: 7px;
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
}
.aborder {
	padding: 15px 5px;
	border-bottom: 1px solid #ddd;
}
/*
.aborder:nth-child(-n+2) {
	border-top: 1px solid #ddd;
}
*/
.awb {
	display: flex;
	align-items: center;
	border-top: 1px solid #ddd;
}
.awb img {
	margin-bottom: 10px;
}
.awmini .aborder:first-child {
	border-top: 1px solid #ddd;
}
.awmini .mtitle {
	margin-bottom: 0 !important;
	font-size: 1.2rem !important;
}
.awmini .flexbox {
	align-items: center;
}
@media (max-width: 840px) {
	.awb {
		padding: 20px 5px;
	}
	.awardsp .inner {
		max-width: 655px;
	}
	.awardsp .flexbox {
		display: block;
	}
	.awardsp .flexbox img {
		width: 100%;
		margin-bottom: 7px;
	}
	.awardsp .flexbox div {
		width: 100%;
	}
	.awmini .aborder:first-child {
		border-top: none;
	}
	.awmini .flexbox {
		display: flex;
	}
	.awmini .flexbox .iw {
		width: 36.5%;
		margin-bottom: 0;
	}
	.awmini .flexbox .awmtitle {
		width: 60%;
	}
	.awmini .mtitle {
		margin-top: -10px;
	}
}
@media (max-width: 450px) {
	.awb {
		padding: 15px 5px;
	}
	.awardsp {
		padding-bottom: 0;
	}
	.awardsp .flexbox .mtitle {
		margin-bottom: 3px;
	}
	.awardsp p:last-child {
		margin-bottom: 3px;
	}
	.awmini .aborder {
		padding-bottom: 7px;
	}
	.awmini .mtitle {
		font-size: 1rem !important;
	}
	.awmini .flexbox .iw {
		width: 43%;
	}
	.awmini .flexbox .awmtitle {
		width: 52.5%;
	}
}
/*その他一覧*/
/*「もっと見る」ボタン*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.slide-down {
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}
@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes slideUp {
	0% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.slide-up {
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
}
.content-wrap {
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.close-btn, .more-btn {
	display: block;
	width: 100%;
	padding: 80px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
}
.close-btn {
	background: none;
}
.slide-up {
	height: 350px;
	padding-bottom: 0;
	overflow: hidden;
}
.slide-down {
	height: auto;
	overflow: visible;
	padding-bottom: 70px;
}
.more-btn p {
	cursor: pointer;
	padding: 13px;
	border: 1px solid #5c9dfa;
	display: inline-block;
	width: 17rem;
	text-align: center;
	color: #fff;
	background: #5c9dfa;
	transition: .4s;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	font-size: 1rem;
}
.more-btn p:hover {
	color: #5c9dfa;
	background: #fff;
}
.close-btn {
	padding: 0;
}
.close-btn p {
	margin-bottom: -40px;
	border: 1px solid transparent;
	background: #757575;
}
.close-btn p:hover {
	border: 1px solid #757575;
	color: #757575;
	background: #fff;
}
@media (max-width: 450px) {
	.more-btn p {
		width: 63%;
		padding: 10px;
	}
}
/* 施工実績 */
.wba .flex {
	position: relative;
	justify-content: space-between;
	margin-bottom: 60px;
}
.wba .flex:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 1050px) {
	.wba .flex {
		margin-bottom: 40px;
	}
}
@media (max-width: 750px) {
	.wba .flex {
		margin-bottom: 30px;
	}
}
@media (max-width: 550px) {
	.wba .flex {
		margin-bottom: 17px;
	}
}
.wba .flex::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: clamp(1.45rem, 0.37rem + 3.84vw, 3.25rem);
	color: #5c9dfa;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50.3%;
	transform: translate(-50%, -50%);
}
@media (max-width: 450px) {
	.wba .flex::before {
		left: 50.7%;
	}
}
@media (max-width: 300px) {
	.wba .flex::before {
		font-size: 6vw;
	}
}
.wba .flex div {
	position: relative;
	overflow: hidden;
}
.lightbox_hov:hover img {
	transform: scale(1.04, 1.04);
}
/* BEFORE&AFTER */
.wafter::after, .wbefore::after {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 20px;
	pointer-events: none;
	color: #fff;
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	font-size: clamp(0.8rem, 0.56rem + 0.8533vw, 1.2rem);
}
.wafter::after {
	content: "AFTER";
}
.wbefore::after {
	content: "BEFORE";
}
@media (max-width: 600px) {
	.wafter::after, .wbefore::after {
		padding: 3px 10px;
	}
}
@media (max-width: 450px) {
	.wafter::after, .wbefore::after {
		padding: 0 7px;
	}
}
/* Q&Aページ ====================================================*/
.faq .ftitle span, .faq .flwrap p span {
	font-size: 1.3rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	margin-right: 8px;
}
.faq .ftitle span {
	color: #757575;
}
.faq .flwrap p span {
	margin-left: 1px;
	color: #5c9dfa;
}
@media (max-width: 945px) {
	.faq .flexbox {
		align-items: center;
	}
}
@media (max-width: 550px) {
	.faq .ftitle {
		padding-bottom: 5px;
	}
}
@media (max-width: 450px) {
	.faq .ftitle span, .faq .flwrap p span {
		font-size: 1.07rem;
		margin-right: 7px;
	}
	.faq .ftitle {
		font-size: 1rem;
	}
}
/* 会社概要ページ ====================================================*/
/* 代表挨拶 */
.greetings .inner {
	max-width: 1100px;
	margin: auto;
}
.wide_img {
	object-fit: cover;
	width: 100%;
	height: 310px;
	margin-bottom: 25px;
}
.greeting {
	padding: 40px;
	background: #fff;
	box-shadow: rgb(0 0 0 / 2%) 0px 6px 24px 0px, rgb(0 0 0 / 2.5%) 0px 0px 0px 1px;
}
.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;
	}
	.greeting {
		padding: 20px;
	}
}
/* 会社概要 */
.apage.flex {
	display: flex;
	justify-content: space-between;
}
.apage {
	margin-bottom: 25px;
}
@media (max-width: 550px) {
	.apage {
		margin-bottom: 13px;
	}
	.info {
		padding-bottom: 0;
	}
}
/* テーブル */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 2px solid #f5f5f5;
}
.info_table th, .info_table td {
	padding: 15px 0;
}
.info_table th {
	font-weight: 500;
	background: #5c9dfa;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.info_table td {
	font-weight: 400;
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}
.info_table ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #5c9dfa;
	margin-right: 0.4em;
	font-size: .9em;
}
@media (max-width: 550px) {
	.info_table td {
		padding-right: 3px;
		padding-left: 7px;
	}
}
/* アクセス */
@media (max-width: 550px) {
	.amap iframe {
		height: 280px;
	}
}
/* お問い合わせ ================================*/
.coptext {
	margin-bottom: 40px;
}
@media (max-width: 630px) {
	.coptext {
		text-align: left;
	}
}
.contact_wrap {
	padding: 80px 40px;
	position: relative;
	background-color: #f5f9ff;
	max-width: 500px;
	margin: auto;
	padding: 30px;
	border: 1px solid #deebff;
}
.tel_contact i {
	color: #5c9dfa;
}
.tel_contact {
	font-size: clamp(1.4rem, 0.98rem + 1.4933vw, 2.1rem);
	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: 90px 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: #5c9dfa;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #5c9dfa;
	color: #5c9dfa !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: #5c9dfa;
	font-weight: 500;
	padding: 2% 8%;
	transition: .4s;
}
.mailform button:hover {
	background-color: #fff;
	color: #5c9dfa;
	border: 1px solid #5c9dfa;
	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_text h3 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: clamp(1.03rem, 1.018rem + 0.0427vw, 1.05rem);
}
.privacy_text h3::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	display: inline-block;
	color: #333;
	margin-right: 0.4em;
	font-size: .9em;
}
.privacy {
	padding-top: 0;
}
.privacy_wrap {
	font-size: 1.4rem;
	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: #5c9dfa;
}

.lightbox .lb-image{
	pointer-events: none !important;
}