@charset "utf-8";
/* CSS Document */
/*=========================================
            common.css
==========================================*/

/*
.grecaptcha-badge { visibility: hidden; }
*/

body {
	font-family: Arial, Helvatica, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	line-height: 1;
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

#wrap {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media screen and (min-width:769px) {
	.pc_none {
		display: none;
	}
}

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

.displaynone {
	display: none !important;
}



/* header */



header {
	width: 100%;
	position: relative;
	z-index: 11;
}

#header_container {
	width: 100%;
	background: linear-gradient(to bottom, #c5ac5e, #fffce9, #c5ac5e);
}

@media screen and (max-width:768px) {
	#header_container {
		display: flex;
		justify-content: space-between;
	}
}

#header_logo {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	#header_logo {
		width: 240px;
		margin: 10px 0 10px 10px;
	}
}

#header_logo img {
	width: 100%;
	vertical-align: bottom;
}



#tell_number {
	width: 100%;
	background: linear-gradient(to bottom, #c5ac5e, #fffce9, #c5ac5e);
	padding: 5px 0;
	display: none;
}

@media screen and (max-width:768px) {
	#tell_number {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
}

#tell_number a {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #000;
}

#toggle_button {
	display: none;
}

@media screen and (max-width:768px) {
	#toggle_button {
		display: block;
		width: 44px;
		margin: 15px 15px 15px 0;

	}
}


#toggle_button img {
	width: 100%;
}

#gnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.header__items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	height: 90px;
	max-width: 1000px;
	margin: 0 auto;
}

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

	.tel-icon-v1 {
		display: flex;
		align-items: center;
	}

	.tel-icon-v2 {
		display: flex;
		align-items: center;
	}
}


.header__logo {
	width: 260px;
}

.header__logo a img {
	width: 100%;
}

.header__text {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.header__tel {
	line-height: 30px;
}

.header__tel p {
	font-size: 25px;
	font-weight: 600;
}

.tel-icon-v1 img {
	width: 30px;
}

p.tel-icon-v2 img {
	width: 35px;
}



/* footer */



footer {
	padding: 30px 0;
	width: 100%;
	background: #0071c1;
	margin: 0 auto;
}

#footer_container {
	width: 95%;
	max-width: 460px;
	margin: 0 auto;
}

#footer_logo {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0 0 25px;
}

#footer_logo img {
	width: 100%;
}

#footer_container p {
	font-size: 14px;
	color: #FFF;
	line-height: 1.5;
	margin: 0 0 15px;
}

#footer_container p a {
	color: #FFF;
	text-decoration: underline;
}

#copyright {
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 30px 0;
	color: #FFF;
}



/* top__service */



.service__flex__v1 {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
	.service__flex__v1 {
		flex-direction: column;
	}
}

@media screen and (max-width: 991px) {
	.service__flex__v1 {
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	.content .aboutus_box .about_img, .content .aboutus_box .about_ttl {
		width: 100%;
	}

	.content .aboutus_box .about_ttl::after {
		transform: translateX(50%) translateY(-50%);
		right: 5%;
		left: auto;
	}

	.content .aboutus_box .about_ttl {
		justify-content: flex-start;
		padding: 10px;
	}

	.vision__text--box::after {
		width: 300px;
		height: 300px;
	}

	.vision__btn {
		width: 80%;
	}

	.vision__txt--large {
		font-size: 2.5rem;
		line-height: 40px;
	}

	.service__flex__v1, .service__flex__v2 {
		flex-direction: column;
		margin: 10px 10px 60px;
	}

	.service__flex__v2 {
		margin-bottom: 0px;
	}
}

.top__service__btn__flex {
	display: flex;
}

.service__flex__v2 .service__btn {
	width: 100%;
}

.service__btn {
	display: flex;
	width: 30%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f6f6f6;
	position: relative;
}

.group .service__btn {
	padding: 10px;
}

.top__service__btn a:hover {
	opacity: .8;
}

.service__btn1 {
	color: #fff;
	background: #333;
	display: block;
	padding: 10px;
	width: 100%;
	position: relative;
	font-size: 13px;
}

@media screen and (max-width: 1143px) and (min-width: 992px) {
	.service__btn1 {
		font-size: 10px;
	}

	.top__service__btn a {
		font-size: 10px !important;
	}
}

.service__btn1::after {
	content: ">";
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.service__btn {
		width: 100%;
	}
}

.top__service__btn {
	position: absolute;
	width: 100%;
	bottom: -50px;
	transition: bottom 0.3s ease;
}

.top__service__btn:hover {
	opacity: 0.9;
}

@media screen and (max-width: 991px) {
	.top__service__btn {
		bottom: 0px;
	}
}

.top__service__box:hover .top__service__btn {
	bottom: 0;
}

@media screen and (max-width: 767px) {
	.top__service__btn {
		position: relative;
	}
}

.top__service__btn::after {
	content: ">";
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	font-size: 15px;
}

.top__service__btn {
	width: 100%;
	color: #fff;
	background: #333;
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.top__service__btn a {
		padding: 10px;
	}
}

.top__service__image {
	width: 90%;
	margin: 0 auto;
	padding: 15px;
}

.top__service__box {
	height: auto;
	position: relative;
	width: 33.33333%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.top__bg__01 {
	background-image: url(images/400-x-400.jpg);
}

.top__bg__02 {
	background-image: url(images/400-x-400.jpg);
}

@media screen and (max-width: 991px) {
	.top__service__box {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.top__service__box {
		width: 100%;
	}
}


.service__top__image {
	height: 40vh;
	width: 100%;
}


@media screen and (max-width: 767px) {
	.service__top__image {
		height: 30vh;
	}
}

.service__top__image img {
	height: 40vh;
	object-fit: cover;
}

.top__service__logo {
	padding: 15px 0 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background: #ffffffc2;
}


@media screen and (max-width: 767px) {
	.top__service__logo {
		padding: 20px 0;
	}

}

.top__service__logo::after {
	content: '';
	background: #ffffffc2;
	width: 100%;
	height: 45px;
	/* z-index: 1100; */
	position: absolute;
	bottom: -45px;
}