@charset "utf-8";
/* cssのリセット */
@import url("reset.css");

html {
	font-size: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #232323;
	;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}

/* フォントまわり */
.noto {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

.f-en {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.svg-none {
	display: none;
}

/* 共通 */
.text-content p+p {
	margin-top: 1em;
}

p {
	font-size: 18px;
}

.txt-size16 {
	font-weight: 400;
}

.txt-size20 {
	font-size: 4.125vw;
}

.txt-size18 {
	font-size: 4vw;
}

.txt-size14 {
	font-size: 2.66667vw;
}

.txt-size13 {
	font-size: 3.375vw;
}

.txt-size12 {
	font-size: 3.25vw;
}

@media screen and (min-width: 751px) {
	.txt-size20 {
		font-size: 1.25rem;
	}

	.txt-size18 {
		font-size: 1.125rem;
	}

	p {
		font-size: 1.125rem;
	}

	.txt-size16 {
		font-size: 1rem;
	}

	.txt-size14 {
		font-size: 0.875rem;
	}

	.txt-size13 {
		font-size: 0.8125rem;
	}

	.txt-size12 {
		font-size: 0.75rem;
	}
}

.txt-w400 {
	font-weight: 400;
}

.txt-w500 {
	font-weight: 500;
}

.txt-w600 {
	font-weight: 600;
}

.txt-w700 {
	font-weight: 700;
}

.txt-w900 {
	font-weight: 900;
}

a {
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
}

.txt-link {
	display: inline-block;
	text-decoration: underline;
}

.txt-link:hover {
	text-decoration: none;
}

.head-main-menu {
	gap: 60px;
	display: flex;
}

/* テキスト付きパターン */
br.pc {
	display: none;
}

@media screen and (min-width: 751px) {
	br.sp {
		display: none;
	}

	br.pc {
		display: block;
	}
}

@media screen and (min-width: 1024px) {}


/* //////////////////
文字周り
//////////////////*/
/* text-alighn */
.taL {
	text-align: left;
}

.taC {
	text-align: center;
}

.taR {
	text-align: right;
}

/* 行間 */
.lHeight_1 {
	line-height: 1;
}

.lHeight_1_5 {
	line-height: 1.5;
}

.lHeight_1_7_5 {
	line-height: 1.75;
}

.lHeight_2 {
	line-height: 2;
}

/* インデント */
.l_em1 {
	text-indent: -1em;
	padding-left: 1em;
}

/* 開業不可 */
.noWrap {
	display: inline-block;
	white-space: nowrap;
}

/* 文字色 */
.txtColor-main {
	color: #46382C;
}

/* 本文など */
.txtColor-highlight {
	color: #da2228;
}

/* 目立たせたい部分 */
.txtColor-sub01 {
	color: #7a7a7a;
}

/* サブのカラー */



/*背景色*/


/* //////////////////
コンテンツ部分共通
////////////////// */
/* コンテンツ幅など */
.section-inner {
	padding: 0 6vw;
}

.section-inner02 {
	padding: 0 3vw;
}

.content-section {
	position: relative;
}

.content-inner {
	max-width: 1120px;
	margin: 0 auto;
}

.content-inner02 {
	max-width: 960px;
	margin: 0 auto;
}

@media screen and (min-width: 751px) {}

@media screen and (min-width: 1024px) {
	.section-inner {
		padding: 0 6vw;
	}
}

/* オブジェクトに対するマージン */
.mB_40 {
	margin-bottom: 7vw;
}

.mB_50 {
	margin-bottom: 9vw;
}

.mB_60 {
	margin-bottom: 10vw;
}

.mB_80 {
	margin-bottom: 14vw;
}

@media screen and (min-width: 751px) {
	.mB_40 {
		margin-bottom: 36px;
	}

	.mB_50 {
		margin-bottom: 46px;
	}

	.mB_60 {
		margin-bottom: 52px;
	}

	.mB_80 {
		margin-bottom: 70px;
	}
}

@media screen and (min-width: 1024px) {
	.mB_40 {
		margin-bottom: 40px;
	}

	.mB_50 {
		margin-bottom: 50px;
	}

	.mB_60 {
		margin-bottom: 60px;
	}

	.mB_80 {
		margin-bottom: 80px;
	}
}


@media screen and (min-width: 751px) {}

@media screen and (min-width: 1024px) {}

/* 見出し////////////////// */
/* 見出し01 */


/* link */
.txt-button a {}

/* //////////////////
H E A D E R
////////////////// */
header {
	z-index: 3;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: solid 2px #AAAAAA;
}

header .head-logo {
	width: 38.666667vw;
}

header .head-logo img {
	width: 100%;
}

.tel-link .main {
	display: flex;
	gap: 0.125em;
}

.tel-link .main .icon {
	width: 0.9375em;
}

.tel-link .sub {
	display: block;
	font-weight: 500;
	font-size: 0.6125em;
}

.tel-link .main .txt {
	color: #E93219;
	line-height: 0.6375;
	font-size: 1.5em;
}

.tel-link .main .icon img {
	width: 100%;
}

header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3vw 3vw;
}

header .header-inner .right-nav {
	display: flex;
	align-items: center;
	gap: 1vw;
}

header .mail-button a {
	box-shadow: 0 0 10px rgba(191, 42, 22, .5);
	font-weight: 600;
	padding: 0;
	width: 3em;
	height: 3em;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	color: #fff;
	border-radius: 5em;
	background-color: #da2228;
	border: 4px #BF2A16 solid;
}

header .mail-button a .icon {
	width: 1.5em;
}

header .mail-button a .icon img {
	width: 100%;
}

@media screen and (min-width: 751px) {
	header .header-inner {
		padding: 30px 5vw;
	}

	.tel-link .main .txt {
		font-size: 2.25em;
	}

	.tel-link .main .icon {
		width: 1.375em;
	}

	.tel-link .sub {
		font-size: 0.875em;
	}

}

@media screen and (max-width: 1023px) {
	header .mail-button a .txt {
		border-radius: 50%;
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	header .mail-button a {
		transition: .2s;
		width: 320px;
		height: auto;
		padding: 1.25em;
	}

	header .mail-button a:hover {
		border-color: #232323;
		background-color: #363636;
	}

	.tel-link .main {
		gap: 0.3125em;
	}

	header .header-inner .right-nav {
		gap: 40px;
	}

	header .head-logo {
		width: 230px;
	}
}

/* //////////////////
F O O T E R
////////////////// */



footer {
	padding-top: 15vw;
	padding-bottom: 4vw;
	background-image: url(../img/common/foot-bg_sp.png);
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}

footer .footer-inner {
	display: grid;
	grid-template-areas:
		"head-logo"
		"right-nav"
		"footer-company";
	gap: 30px;
	margin-bottom: 25vw;
}

footer .head-logo {
	display: flex;
	justify-content: center;
	grid-area: head-logo;
}

footer .head-logo img {
	width: 48vw;
}

footer .right-nav {
	display: flex;
	justify-content: center;
	grid-area: right-nav;
}

footer .tel-link .main {
	display: flex;
	gap: 0.125em;
}

footer .tel-link .main .icon {
	width: 4.8vw;
}

footer .tel-link .sub {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 2.8vw;
}

footer .tel-link .main .txt {
	color: #E93219;
	line-height: 0.6375;
	font-size: 7.4666vw;
}

footer .tel-link .main .icon img {
	width: 100%;
}

footer .copy {
	font-weight: 500;
	font-size: 13px;
}

@media screen and (min-width: 751px) {
	footer {
		padding-top: 80px;
		padding-bottom: 80px;
		background-image: url(../img/common/foot-bg.png);
		background-size: 100% auto;
		background-position: bottom center;
		background-repeat: no-repeat;
	}

	footer .footer-inner {
		margin-bottom: 190px;
		grid-template-areas: "head-logo footer-company right-nav";
		gap: 30px;
		align-items: flex-start;
	}

	footer .head-logo {
		width: 230px;
	}

	footer .head-logo img {
		width: 100%;
	}

	footer .tel-link .main {
		display: flex;
		gap: 0.125em;
	}

	footer .tel-link .main .icon {
		width: 22px;
	}

	footer .tel-link .sub {
		font-size: 14px;
	}

	footer .tel-link .main .txt {
		font-size: 36px;
	}

	footer .tel-link .main .icon img {
		width: 100%;
	}

	footer .copy {
		font-size: 13px;
	}
}

@media screen and (min-width: 1024px) {}


.footer-company {
	font-size: 12px;
}

@media screen and (min-width: 1024px) {
	.footer-company {
		font-size: 14px;
		grid-area: footer-company;
	}
}


.footer-company_list-top {
	display: flex;
	gap: 5%;
	margin-bottom: 10px;
}

.footer-company_list-under {
	padding-left: 0.5em;
	display: grid;
	grid-template-areas:
		"ttl1 body1"
		"ttl2 body2"
		"ttl3 body3";
	gap: 10px;
}

.footer-company_list-under .ttl1 {
	grid-area: ttl1;
}

.footer-company_list-under .body1 {
	grid-area: body1;
}

.footer-company_list-under .ttl2 {
	grid-area: ttl2;
}

.footer-company_list-under .body2 {
	grid-area: body2;
}

.footer-company_list-under .ttl3 {
	grid-area: ttl3;
}

.footer-company_list-under .body3 {
	grid-area: body3;
}