@charset "UTF-8";

/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	/* padding: clamp(40px, 6vw, 90px) 0 var(--v-space) ; 初期値 BNRsectionがないときはこちら*/
	padding: clamp(40px, 6vw, 90px) 0 0 ;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

@media screen and (min-width: 568px) { 
	.haba80{
		margin:0 auto;
		width:60%;
	}
}


/* スマホ時のみ背景画像を適用 */
@media screen and (max-width: 768px) {
	.textF {
		position: relative;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);

		padding: 40px 20px;
		color: #222;

		background-image: url(../img/bg_00.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}
/div>

.tx-r2a {
	font-weight:500;
	font-size:1.1em;
}
@media screen and (max-width: 968px) { 
	.w-containerA{
		display: flex;
		flex-direction: column-reverse;
	}

}

.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;
}

.bld{
	font-weight:700;
	color:var(--accent-color1);
}

/*------ごあいさつ画像セットここから-----------*/

/* コンテナ設定 */
.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(--accent-color1);
	color:white;
	border-radius: 10px 10px 0 0;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500 !important;
	font-style: normal;
	padding:10px;
}

@media screen and (max-width: 568px) { 
	.gr-item H3{
		font-size:11px;
	}
}

.gr-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 中央を維持しつつ切り抜き */
	border-radius: 0 0 12px 12px;
}

/* タブレット縦・スマホ */
@media (max-width: 1024px) {
	.gr-item {
		flex: 1 1 calc(33.33% - 16px); /* 2列に変更 */
		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個を中央に */
	}
}

/*------ごあいさつ画像セットここまで-----------*/



.heading, .heading14::before, .heading-decoration_c + p, .heading-decoration + p, .heading-decoration_nl + p, .heading-decoration_lg + p {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700 !important;
	font-style: normal;
}
.heading06, .heading span, .spot-heading02, .heading-decoration, .flow01 > li dl dt, .greeting-card__item H4, .sec1-card__item H4, .heading-decoration2, .sec2__title, .sec2__catch01, .sec2__subtitle, .heading-decoration_nl, .heading-decoration_c, .heading-decoration_lg, .card__item H4 {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500 !important;
	font-style: normal;
}
.heading-decoration_c {
	font-size: clamp(22px, 3vw, 26px);
	min-height: 0vw;
	line-height: 1.4;
	font-weight: 400;
	color: #444;
	text-align: center;
}

.heading-decoration_c + p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: var(--main-color);
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
}

.heading-decoration_c::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	margin-top: 0.6em;
	margin-bottom: 0.2rem;
	border-bottom: 2px solid var(--main-color);
	font-weight: bold;
	font-size: 26px;
	margin-left: auto;
	margin-right: auto;
}

/*======= BNR section ======*/

.bnr_sec1 {
	padding: var(--v-space) 0 var(--v-space);
	position: relative;
	z-index: 1;
	background-color: #d2dae120;
}
.bnr_sec1::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: var(--base-color);
	clip-path: polygon(0 0, 50% 100%, 100% 0); /* ▼ 谷型 */
	z-index: 2; /* 上にかぶせる */
}

/*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);
	}
}

/*======= コンテンツ ======*/


/*======= Emergency-charter 緊急配送・チャーター便 ======*/
.secE {
	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 (max-width: 568px) { 

	.h2s{
		font-size:30px;
	}
}
/* リスト */
.dot-list {
	list-style: none;
}

.dot-list li {
	position: relative;
	padding-left: 1em; 
	margin: 5px;
	margin-bottom:15px;
}

.dot-list li::before {
	content: '●' !important;
	position: absolute !important;
	left: 0;
	top: 3px;
	line-height: 1.5;
	font-size: 0.8em;
	color: var(--accent-color2);
}

/*======= Spot スポット便 ======*/
.secSp {
	padding: var(--v-space) 0;
	background-color: #FFF;
}



/*======= Single-Moving 単身引越 ======*/
.secSi {
	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;
}

/*======= FLOW ======*/

.secF {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_03.png);
	background-size:cover;
	background-position: bottom;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(
	  0deg,
	  rgba(216, 221, 230, 0.4),
	  rgba(216, 221, 230, 0.4) 1px,
	  rgba(244, 246, 249, 0.4) 1px,
	  rgba(244, 246, 249, 0.4)
	);
}

.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(--accent-color2);
}

.faq-label.a {
	background-color: var(--accent-color3);
}

.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; /* 背景画像より上に表示 */ 
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed white;
	padding: 5px;
	width: 5.25em;
}
.info2 {
	border-bottom: 1px dashed white;
	padding: 5px;
	width: 400px;
}
.info1a,.info2a {
	border-bottom: 1px dashed var(--accent-color1);
}


@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(2,52,89, 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; /* 背景画像より上に表示 */ 
}


.grid41{
	display: grid;
	grid-template-columns: 6fr 1fr;
	gap: clamp(16px, 2vw, 32px);
	align-items: start;
}

.grid41 > :nth-child(2) img{
	display: block;
	width: 100%;

	/* 写真の白フチ */
	background: #fff;
	padding: 6px;

	/* わずかに不均一な影 */
	box-shadow:
	0 1px 2px rgba(0,0,0,.15),
	0 6px 12px rgba(0,0,0,.12);

	/* 完全な直線にしない */
	border-radius: 2px;

	/* 銀塩っぽい質感 */
	filter:
	contrast(1.05)
	saturate(0.95)
	brightness(1.02);
}

/* スマホ：縦並び（ブロック表示） */
@media (max-width: 768px){
	.grid41{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px){
	.grid41 > :nth-child(2){
		text-align: center;
	}

	.grid41 > :nth-child(2) img{
		width: 50%;
		max-width: 240px;   /* 任意：荒さ防止の保険 */
		height: auto;
		margin: 0 auto;
	}
}


/*======= 調整 ======*/
.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: 'Zen Old Mincho', serif;
	font-weight:500;
	font-style:normal;
}

/*全h2span*/
.heading span {
	font-weight:700 !important;
}
