@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


h3.titleG{
	font-size:1.5em;
	margin-bottom:0.7em;
	color:var(--main-color);
	text-align:center;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
}

@media screen and (max-width: 568px) { 
	h3.titleG{
		font-size:1.3em;
	}
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}

p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
}

.contentsbg2a{
	margin-top:-4em;
}

@media screen and (max-width: 568px) { 
	.contentsbg2a{
		margin-top:1em;
	}
}

/*カード*/
.secG-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:10px;
}
@media only screen and (max-width: 568px) {
	.secG-card__item{
		grid-template-columns: repeat(1, 1fr);
	}
}
.secG-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}
.secG-card__item H3{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	border-bottom: 3px double var(--main-color);
}
.secG-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}



/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 30px 0 20px 0;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
	}
}

/*======= コンテンツ ======*/

/*======= Service,業務案内 ======*/

.secS {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
	background-image: repeating-linear-gradient(0deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 15px), repeating-linear-gradient(90deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 15px);
	background-size: 15px 15px;
}

@media screen and (min-width: 568px) { 
	p.cnt{
		text-align:center;
	}
}

/*カード*/
.secS-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:10px;
}
@media only screen and (max-width: 568px) {
	.secS-card__item{
		grid-template-columns: repeat(1, 1fr);
	}
}
.secS-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}
.secS-card__item H4{
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 10px;
	padding-left: 10px;
	margin: 20px 15px 5px;
	border-left: 4px solid var(--accent-color1);
	color: var(--main-color);

}
.secS-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}

ul.waku li{
	border-bottom:1px solid var(--main-color);
	padding:5px;
	margin-bottom:0.5em;
}

h3.cnt{
	text-align:center;
}
h3.cnt::after {
	margin:0 auto;
	margin-top: 0.6em;
	margin-bottom: 0.2rem;
}
h3.cnt + p {
	text-align:center;
}


/*======= Merit,選ばれる理由 ======*/
.secM {
	padding: var(--v-space) 0;
	background-color: #fff;
}

/*======= Price,料金について ======*/
.secP {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_04.jpg);
	background-size:cover;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.mkr {
	background-image: linear-gradient(
	to bottom,
	transparent 80%,
	#fff178 80%,
	#fff178 95%,
	transparent 95%
	);
	background-size: 100% 1.2em;
	background-repeat: no-repeat;
	padding: 0 2px;
}
ul.pr li{
	font-weight:500;
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_03.jpg);
	background-size:cover;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 5.25em;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.info2 {
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 400px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}


/*会社概要*/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding:40px;
	border-radius: 20px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}


/*======= ACCESS アクセス ======*/

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 400px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

/*=====会社案内､アクセス共通====*/
h3.title{
	font-size:1.7em;
	margin-bottom:0.7em;

    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
}



/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #fff;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 5px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;
	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}

.faq-question {
	font-weight: bold;
}

hr.faqHr {
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}


/*=====h3上下二段タイトル=====*/

.heading, .heading14::before, .heading-decoration_c + p, .heading-decoration + p, .heading-decoration_nl + p, .heading-decoration_lg + p, .heading-number {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
}

.heading-number .number {
	width: 105px;
	color: var(--main-color);
	font-family: "Roboto", sans-serif;
	font-size: 5em;
	line-height: 1;
	letter-spacing: 0;
	position: relative;
	top: -0.08em;
}

@media screen and (max-width: 1068px) {
	.heading-number {
		margin: 0 0 1em 0;
	}
}

.heading-number {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 2em 0;
}
.heading-number .number {
	width: 80px;
	font-size: 4.5em;
}



@media (max-width: 986px) {

	.heading-number .number {
		width: 80px;
		font-size: 4em;
	}

	 .imgtext-number {
		  padding-top: clamp(45px, 7vw, 60px);
		  padding-bottom: calc(clamp(45px, 7vw, 60px) * 1.7);
	 }
}

.heading-number .ttl span {
	display: block;
	font-size: 0.57em;
	letter-spacing: 0.1em;
}
.heading-number .ttl {
	width: calc(100% - 105px);
	font-size: 1.75em;
	line-height: 1.5;
	letter-spacing: 0.15em;

    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
}

@media (max-width: 986px) {
	.heading-number .ttl {
		line-height: 1.3;
		font-size: 1.65em;
		letter-spacing:1px;
	}
}

@media (max-width: 568px) {
	.heading-number .ttl {
		line-height: 1.3;
		font-size: 1.85em;
	}
}


.heading-number .ttl span {
	display: block;
	font-size: 0.57em;
	letter-spacing: 0.1em;

	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700 !important;
	font-style: normal;
}
@media (max-width: 986px) {
	.heading-number .ttl span {
		font-size: 0.27em;
	}
}
@media screen and (max-width: 568px) { 
	.heading-number .ttl span {
		font-size: 0.47em;
	}
}

/*======= 調整 ======*/
.l-c {
	margin-right: auto;
	margin-left: auto;
}

/*その他*/
strong{
	font-weight:normal;
}


