@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #191919;
	text-decoration: none;
}
a:visited {
	color: #191919;
}
a:hover {
	opacity: 0.7;
}
a:active {
	color: #191919;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #E6E6E6;
}
body.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
.content {
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	.content {
		width: 85%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
	display: none;
}
.br-sp {
	display: none;
}

@media screen and (max-width:896px) {
	.br-tb {
		display: block;
	}
	.tb-off {
		display: none;
	}
}
@media screen and (max-width:430px) {
	.br-sp {
		display: block;
	}
	.sp-off {
		display: none;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .header_content {
	padding: 35px 40px;
}
#header.top .header_logo {
	opacity: 0;
	width: fit-content;
}
#header .header_logo h1 {
	font-size: clamp(20px, 6.4vw, 24px);
	font-weight: normal;
}

@media screen and (max-width:896px) {
	#header .header_content {
		padding: 25px 35px;
	}	
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainvisual .mainvisual_content {
	padding: 100px 0 150px;
	position: relative;
}
#mainvisual .mainvisual_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}
#mainvisual .mainvisual_bg img {
	position: absolute;
	top: 0;
}
#mainvisual .mainvisual_bg img {
	opacity: 0;
}
#mainvisual .mainvisual_ttl h2 {
	width: 75%;
	margin-left: auto;
	margin-right: 15px;
	margin-bottom: 35px;
	overflow: hidden;
}
#mainvisual .mainvisual_txt {
	width: fit-content;
	margin: 0 auto;
}
#mainvisual .mainvisual_txt h3 {
	font-size: clamp(28px, 8vw, 67px);
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 30px;
}
#mainvisual .mainvisual_txt p {
	font-size: clamp(14px, 4.4vw, 18px);
	text-align: left;
	display: inline-block;
	line-height: 2.0;
}
#mainvisual .mainvisual_copy {
	position: absolute;
	left: 17px;
	top: 30%;
	transform: translate(0, -50%);
}

#mainvisual .mainvisual_ttl h2 svg path, #mainvisual .mainvisual_txt h3, #mainvisual .mainvisual_txt p, #mainvisual .mainvisual_copy {
	opacity: 0;
}

@media screen and (max-width:896px) {
	#mainvisual .mainvisual_ttl h2 {
		width: 85%;
		margin: 0 auto 125px;
	}
	#mainvisual .mainvisual_txt {
		width: 80%;
		margin: 0 auto;
	}
	#mainvisual .mainvisual_copy {
		display: none;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.sec_ttl h2 svg {
	width: 75px;
}
.sec_ttl h2 svg path {
	opacity: 0;
}
.sec_ttl::before {
	content: "";
	width: 100vw;
	height: 1px;
	background-color: #707070;
	position: absolute;
	left: -45px;
	top: 0;
	transform: translate(-100%);
}

@media screen and (max-width:896px) {
	.sec_ttl {
		position: relative;
		width: fit-content;
		margin: 0 auto;
	}
	.sec_ttl h2 svg {
		width: 58px;
	}
	.sec_ttl::before {
		left: -45px;
	}
}



/*------------------------------------------------------------
	ビジネス
------------------------------------------------------------*/
#business {
	margin-bottom: 150px;
	overflow: hidden;
}
#business .business_content {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
	position: relative;
}
#business .business_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#business .business_list ul li {
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	padding: 25px 0;
}
#business .business_list ul li:nth-child(-n+2) {
	padding-top: 0;
}
#business .business_list ul li:nth-child(even) {
	border-right: 0;
	padding-left: 50px;
}
#business .business_list ul li:nth-child(odd) {
	padding-right: 50px;
}
#business .business_list ul li:last-child {
	border-bottom: 0;
}
#business .business_list ul li h3 {
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 15px;
}
#business .business_list ul li p {
	font-size: clamp(17px, 4vw, 18px);
	line-height: 1.8;
}

@media screen and (max-width:896px) {
	#business .business_content {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	#business .business_list ul {
		display: block;
	}
	#business .business_list ul li:nth-child(-n+2) {
		padding-top: 0;
	}
	#business .business_list ul li:nth-child(2) {
		padding-top: 25px;
	}
	#business .business_list ul li:nth-child(even) {
		padding-left: 0;
	}
	#business .business_list ul li:nth-child(odd) {
		padding-right: 0;
	}
	#business .business_list ul li {
		border-bottom: 0;
		border-right: 0;
	}
	#business .business_list ul li:last-child {
		border-bottom: 0;
	}
	#business .business_list ul li::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		border-bottom: 1px solid #D3D3D3;
		width: 100vw;
	}
	#business .business_list ul li:last-child::after {
		content: none;
	}
}


/*------------------------------------------------------------
	イデアル
------------------------------------------------------------*/
#ideal {
	margin-bottom: 150px;
	overflow: hidden;
}
#ideal .ideal_content {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
	position: relative;
}
#ideal .ideal_list ul:first-child li:first-child {
	padding-top: 0;
}
#ideal .ideal_list ul li {
	position: relative;
	padding: 20px 0;
}
#ideal .ideal_list ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #D3D3D3;
	width: 100vw;
}
#ideal .ideal_list ul li h3 {
	font-size: clamp(18px, 4vw, 22px);
	font-weight: normal;
}
#ideal .ideal_list ul li p {
	font-size: clamp(16px, 4vw, 18px);
}
#ideal .ideal_list ul li:last-child::after {
	content: none;
}
#ideal .ideal_list ul:last-child li:last-child {
	padding-bottom: 0;
}

@media screen and (max-width:896px) {
	#ideal .ideal_content {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}


/*------------------------------------------------------------
	オーバービュー
------------------------------------------------------------*/
#overview {
	margin-bottom: 85px;
}
#overview .overview_content {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
	position: relative;
}
#overview .overview_table table {
	width: 100%;
}
#overview .overview_table table tr th, #overview .overview_table table tr td {
	font-weight: normal;
	padding-bottom: 50px;
}
#overview .overview_table table tr th {
	vertical-align: text-top;
	width: 110px;
}
#overview .overview_table table tr td span {
	font-size: 14px;
}
#overview .contact_btn {
	max-width: 295px;
	margin: 30px auto 0;
}
#overview .contact_btn a {
	background-color: #000;
	color: #fff;
	width: 100%;
	padding: 20px;
	line-height: 1.5;
	text-align: center;
	display: block;
}

@media screen and (max-width:896px) {
	#overview .overview_content {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	#overview .overview_table table tr th, #overview .overview_table table tr td {
		display: block;
		width: 100%;
	}
	#overview .overview_table table tr th {
		padding-bottom: 7px;
	}
	#overview .overview_table table tr td {
		padding-bottom: 30px;
	}
}




/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .footer_content {
	border-top: 1px solid #707070;
	padding: 240px 0 150px;
	position: relative;
	text-align: center;
}
#footer .footer_content::before {
	content: "";
	width: 1px;
	height: 189px;
	background-color: #707070;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
}


/*------------------------------------------------------------
	アニメーション
------------------------------------------------------------*/
.fadeInup {
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 30px);
	transition: 0.75s;
}
.fadeInup.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1200;
	background: #E6E6E6;
	text-align:center;
}
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
#splash_logo h1 {
	font-size: clamp(30px, 4vw, 34px);
	font-weight: normal;
}

@keyframes fadeIn{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#contact {
	margin-bottom: 150px;
	overflow: hidden;
}
#contact .contact_content {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
	position: relative;
	margin-top: 100px;
}
#contact .contact_table table {
	width: 100%;
	border-spacing: 0 20px;
}
#contact .contact_table table th {
	width: 200px;
	font-weight: normal;
	padding: 15px 0;
	vertical-align: top;
}
#contact .contact_table table th .required {
	color: #e93814;
}
#contact .contact_table table td input, #contact .contact_table table td textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #f0f0f0;
	border: 0;
}
#contact .contact_privacy {
	text-align: center;
	margin: 30px 0 50px;
}
#contact .contact_privacy a {
	text-decoration: underline;
}
#contact .contact_btn {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 30px;
}
#contact .contact_btn .btn {
	position: relative;
}
#contact .contact_btn input {
	background-color: #000;
	border-radius: 50vh;
	width: 230px;
	color: #fff;
	padding: 15px 5px;
	border: 0;
	font-size: 16px;
	transition: 0.3s;
}
#contact .contact_btn input:hover {
	opacity: 0.7;
}

@media screen and (max-width:896px) {
	#contact .contact_content {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	#contact .contact_table table th {
		width: 100px;
	}
	#contact .contact_table table td input, #contact .contact_table table td textarea {
		padding: 10px;
	}
	#contact .contact_btn {
		flex-direction: column;
		align-items: center;
	}
}

/*------------------------------------------------------------
	サンクス
------------------------------------------------------------*/ 
#contact .thanks_ttl h3 {
	font-size: clamp(20px, 4vw, 22px);
	font-weight: 600;
	margin-bottom: 10px;
}
#contact .thanks_ttl .txt {
	border: 1px solid #000;
	padding: 50px 30px;
	margin-top: 30px;
	line-height: 1.8;
}
#contact .thanks_ttl .txt p {
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}
@media screen and (max-width:896px) {
	#contact .thanks_ttl .txt {
		padding: 30px 15px;
	}	
}

/*------------------------------------------------------------
	サンクス
------------------------------------------------------------*/ 
#contact .privacy_ttl h3 {
	font-size: clamp(20px, 4vw, 22px);
	font-weight: 600;
	margin-bottom: 10px;
}
#contact .privacy_ttl p {
	margin-bottom: 30px;
	line-height: 1.8;
}
@media screen and (max-width:896px) {
	
}
