@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}



/*======= TOP ======*/
.col{
	font-weight:bold;
	color:var(--main-color);
}


/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}

/*ご挨拶*/
.waku{
	background-color:var(--accent-color4);
	padding:10px;
	text-align:center;
	font-size:1.3em;
	font-weight:500;
}
.waku80g{
	margin:0 auto;
	width:80%;
}
@media screen and (max-width: 1000px) { 
	.waku80g{
		width:initial;
	}
}

/*------ごあいさつ画像セットここから-----------*/

/* コンテナ設定 */
.gr-item-container {
	display: flex;
	flex-wrap: wrap; /* 折り返し可能に */
	gap: 16px;       /* アイテム間の余白 */
	justify-content: flex-start; /* PCは左寄せ */
}

/* アイテム */
.gr-item {
	flex: 1 1 calc(33.33% - 16px); /* 3列表示、gap分を差し引く */
	max-width: calc(33.33% - 16px);
	text-align: center; /* タイトル中央 */
}

.gr-item H3{
	font-weight: 500 !important;
	font-style: normal;
	margin-top:0.4em;
	background-color:var(--main-color);
	padding:5px;
	padding-top:10px;
	border-radius:10px;
	color:white;
	font-weight:600 !important;
	font-size: clamp(15px, 2.5vw, 18px);
}

@media screen and (max-width: 846px) and (min-width: 569px) {
	.gr-item H3{
        font-size:12px;
    }
}

@media screen and (max-width: 450px) { 
	.gr-item H3{
        font-size:10px;
    }
}


/* 画像を丸く */
.gr-item figure {
	margin: 0;
	overflow: hidden;
	border-radius: 50%;
	width: 100%; /* 親幅に合わせる */
	aspect-ratio: 1 / 1; /* 正方形を保つ */
}

.gr-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 中央を維持しつつ切り抜き */
}

/* タブレット縦・スマホ */
@media (max-width: 1024px) {
	.gr-item {
		flex: 1 1 calc(33.33% - 16px); /* 3列 */
		max-width: calc(33.33% - 16px);
	}
	.gr-item-container {
		justify-content: center; /* 最後の1個を中央に */
	}
}

@media (max-width: 600px) {
	.gr-item {
		flex: 1 1 calc(50% - 16px); /* 2列 */
		max-width: calc(50% - 16px);
	}
	.gr-item-container {
		justify-content: center; /* 最後の1個を中央に */
	}
}

/*------ごあいさつ画像セットここまで-----------*/


/*======= コンテンツ ======*/




/*======= Service,サービス案内 ======*/
.secS {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
	background-color: #f1faf5;
	background-image:
	repeating-linear-gradient(
	0deg,
	#cde7d7 0,
	#cde7d7 1px,
	transparent 1px,
	transparent 15px
	),
	repeating-linear-gradient(
	90deg,
	#cde7d7 0,
	#cde7d7 1px,
	transparent 1px,
	transparent 15px
	);
	background-size: 15px 15px;


}
@media screen and (min-width: 568px) { 
	.topmg{
		padding-top:6em !important;
	}
}



.toph1{
	margin-top:2em;
}

.toph2{
	margin-top:3em;
}
@media screen and (max-width: 568px) { 
	.toph1a{
		margin-top:0em;
	}
	.toph2{
		margin-top:3em;
	}

}
/*テーブル*/
.pr, .pr td, .pr th {
	max-width:80%;
	margin:0 auto;
	border-collapse: collapse;
	border: 1px solid #ccc; 
	text-align:center;
	padding:10px;
}
@media screen and (max-width: 683px) { 
	
	.pr, .pr td, .pr th {
		max-width:initial;
	}
}
/*1行目のみ指定*/
.pr td:first-child {
	font-weight: bold;          /* 文字を太字に */
	width:40%;
	background-color:var(--accent-color3);
}

.pr-fig{
	font-size:1.8em;
	font-weight:600;
	color:var(--accent-color1);
}
@media screen and (max-width: 568px) { 
	.pr, .pr td, .pr th {
		max-width:initial;
		border:none;
	}

	.pr tr{
		margin:0;
		padding:0;
	}

	.pr td{
		display:block;
		width:90% !important;
		border:1px solid #ccc;
	}
}
@media screen and (max-width: 568px) { 
	.spcnt{
		text-align:center;		
	}
}

.cnt{
	text-align:center;
}
.cnt::after {
	margin:0 auto;
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	margin-top: 0.6em;
	margin-bottom: 0.2rem;
	border-bottom: 5px solid var(--accent-color5);
	font-weight: bold;
	font-size: 26px;
}
.cnt + p {
	text-align:center;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: var(--main-color);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.cnt2{
	text-align:left;
}

.cnt2::after {
	margin: initial;
}

.cnt2 + p {
	text-align:left;
}

/*画像*/
@media screen and (max-width: 568px) { 
	.spdel{
		display:none !important;
	}
}

@media screen and (max-width: 568px) { 

	.prcnt{
		text-align:center !important;
	}
}


/*カード*/
.secS-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secS-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secS-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secS-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 1;
	/*ここまで*/

	background-color: var(--base-color);
	border-radius: 10px;
	box-sizing: border-box;
}
.secS-card__item H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	border-bottom: 2px dotted var(--main-color);
}
.secS-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}


h4.title{
	font-size: clamp(18px, 3vw, 20px);
	min-height: 0vw;
	font-weight: 400;
	color: #444;
	margin-top:1em;
}

h4.title::after {
	display: block;
	content: '';
	width: 60px;
	height: 0px;
	margin-top: 0.2em;
	margin-bottom: 0.2rem;
	border-bottom: 5px solid var(--accent-color5);
	font-weight: bold;
	font-size: 26px;
	margin-bottom:0.4em;
}

@media screen and (max-width: 568px) { 

	h4.title{
		text-align:center;
	}

	h4.title::after {
		margin:0 auto;
		display: block;
		content: '';
		width: 60px;
		height: 0px;
		margin-top: 0.2em;
		margin-bottom: 0.2rem;
		border-bottom: 5px solid var(--accent-color5);
		font-weight: bold;
		font-size: 26px;
		margin-bottom:0.4em;
	}
}


/*======= Area,対象エリア ======*/
.secA {
	padding: var(--v-space) 0;
	background-color: #fff;
}
.wakuA{
	border:2px solid var(--accent-color5) !important;
	padding:10px;
	border-radius:10px;
	background-color: #F1FAF5;
}


/*======= Flow,ご依頼の流れ ======*/

.secF {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f1faf5;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #cde7d7, #cde7d7 1px, #f1faf5 1px, #f1faf5);
}



/*======= 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-color5);
}

.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;
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	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; /* 背景画像より上に表示 */ 
}

@media screen and (max-width: 568px) { 

	.info_sec1{
		background-position: top left;
	}

}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 5.25em;
}
.info2 {
	border-bottom: 1px dashed var(--accent-color2);
	padding: 5px;
	width: 400px;
}
@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(50, 108, 145, 0.8);
	padding:40px;
	border-radius: 20px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/*======= 調整 ======*/
.l-c {
	margin-right: auto;
	margin-left: auto;
}

.spot-heading01 {
	font-size: clamp(40px, 6vw, 60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02 {
	font-size: clamp(22px, 2.7vw, 30px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs', 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana;
}


/*その他*/
strong{
	font-weight:normal;
}

/*全h3*/
h3{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', arial, helvetica, clean, sans-serif;
	font-weight:500;
	font-style:normal;
}

/*全体共通*/
.waku80{
	margin:0 auto;
	width:80%;
}
@media screen and (max-width: 568px) { 
	.waku80{
		width:initial;
	}
}

