@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.p-local-based {
	margin-top: 40px;
	margin-bottom: 80px;
}

.p-local-based .p-service__inner {
	padding: 0 48px 80px;
}

.p-local-based__top .p-service__wrapp {
	background: none;
	box-shadow: none;
}

.p-local-based__text {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.8;
}

.p-local-based__title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
	padding: 14px 20px;
	color: #fff;
	background: #F0811C;
}

.p-local-based__title::before {
    content: "＼";
    margin-right: 20px;
}

.p-local-based__title::after {
    content: "／";
    margin-left: 20px;
}

.p-local-based__image {
	display: flex;
	align-items: center;
	gap: 0 60px;
}

.p-local-based__image img {
	width: calc(50% - 30px);
}

.p-local-based .c-header__yellow {
	padding: 29px 48px;
	margin-bottom: 48px;
}

.p-local-based .p-service__wrapp {
	padding: 0px;
}

.p-local-based .u-hidden-tab__small {
	display: block;
}

.p-local-based .p-service__flextitle {
	color: #17adb5;
	font-size: 24px;
	margin-bottom: 16px;
}

.p-local-based .p-service__flextext {
	font-size: 16px;
}

.p-local-based .p-service__fleximg {
	max-width: 407px;
	width: 100%;
}

.p-local-based .p-service__flexwrapper {
	gap: 0 65px;
}

.p-local-based__slide--sp {
	display: none;
}

.p-local-based #quality,
.p-local-based #mind,
.p-local-based #communication {
	scroll-margin-top: 78px;
}

.p-local-based__linkbox {
	display: flex;
	margin-bottom: 50px;
	padding: 0 50px;
	box-sizing: border-box;
}

.p-local-based__linkcont a {
	display: flex;
}

.p-local-based__linkcont a:hover {
	opacity: .8;
	transition: .2s;
}

.p-local-based__linkcont+.p-local-based__linkcont {
	margin-left: 70px;
}

.p-local-based__nav__number {
	position: relative;
	top: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-right: 14px;
	width: 32px;
	height: 32px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: var(--main-color);
}

.p-local-based__nav__txt {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	color: #382712;
}

.p-local-based__text--color {
	font-size: 24px;
	font-weight: 700;
	color: #8F6031;
	margin-bottom: 40px;
}

.p-local-based__slide--pc {
	margin: 48px auto;
}

.p-local-based #mind {
	margin-top: 0px;
}

.p-local-based #communication {
	margin-top: 90px;
}

.p-local-based #communication .communication__title {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6666666667;
	color: #382712;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.p-local-based #communication .communication__text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	color: #382712;
	margin-bottom: 40px;
}

.p-local-based #communication .orange_box__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	color: #fff;
	letter-spacing: 0;
	padding: 12px 20px;
	background: #f59e24;
}

.p-local-based #communication .orange_box__conts {
	border: 1px solid #f59e24;
	padding: 24px 20px;
	box-sizing: border-box;
}

.p-local-based #communication .orange_box__conts p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	color: #382712;
}

.p-local-based #communication .orange_box__img {
	margin-top: 20px;
}

.p-local-based #communication .p-service__flexwrapper:nth-of-type(1) {
	gap: 0 30px;
}

.p-local-based #communication .p-service__flextitle {
	margin-bottom: 30px;
}

.p-local-based #communication .p-service__flextext+.p-service__flextext {
	margin-top: 20px;
}

.c-button__text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 8px;
}

.c-button__text::before {
    content: "＼";
    margin-right: 20px;
}

.c-button__text::after {
    content: "／";
    margin-left: 20px;
}

@media screen and (max-width: 1080px) {
  .p-local-based .u-hidden-tab__small {
		display: none;
	}

	.p-local-based #quality,
	.p-local-based #mind,
	.p-local-based #communication {
		scroll-margin-top: 0;
	}

	.p-local-based__linkbox {
		padding: 0 20px;
	}

	.p-local-based__linkcont+.p-local-based__linkcont {
		margin-left: 20px;
	}

	.p-local-based__nav__number {
		margin-right: 12px;
	}

	.p-local-based__nav__txt {
		font-size: 22px;
	}

	.p-local-based #communication {
		margin-top: 40px;
	}

	.p-local-based #communication .communication__title {
		text-align: left;
		line-height: 1.3333333333;
	}
}

@media screen and (max-width: 767px) {
	.p-local-based {
		margin-top: 25px;
		margin-bottom: 40px;
	}

	.p-local-based__top {
		margin: 40px auto 64px;
	}
	
	.p-local-based__text {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.p-local-based__title {
		display: flex;
		align-items: flex-end;
        justify-content: center;
		font-size: 20px;
		line-height: 1.2;
		padding: 10px 20px;
	}

	.p-local-based__image img{
		width: 100%;
	}

	.p-local-based .c-header__yellow {
		font-size: 20px;
		margin-bottom: 24px;
		padding: 12px 20px;
	}

	.p-local-based .p-service__inner {
		padding: 0 10px 48px;
	}

	.p-local-based__image {
		flex-direction: column;
		gap: 16px;
	}

	.p-service__flexwrapper+.p-service__flexwrapper {
		margin-top: 64px!important;
	}

	.p-local-based .p-service__flextitle {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.p-local-based__text--color {
		font-size: 18px;
	}

	.p-local-based__slide--pc {
		display: none;
	}

	.p-local-based__slide--sp{
		display: block;
	}

	.p-local-based .p-service__fleximg {
		margin-bottom: 16px;
	}
	
	.p-local-based__linkbox {
		display: block;
		width: 60%;
		padding: 0;
		margin: 0 auto 40px auto;
	}

	.p-local-based__title::before {
		content: "＼";
		margin-right: 5px;
	}

	.p-local-based__title::after {
		content: "／";
		margin-left: 5px;
	}

	.p-local-based__linkcont+.p-local-based__linkcont {
		margin-left: 0;
		margin-top: 12px;
	}

	.p-local-based__nav__number {
		font-size: 18px;
		width: 24px;
		height: 24px;
	}

	.p-local-based__nav__txt {
		font-size: 20px;
	}

	.p-local-based #communication .orange_box {
		margin: 0 -16px;
	}

	.p-local-based #communication .orange_box__conts {
		padding: 20px;
	}

	.p-local-based #communication .orange_box+.orange_box {
		margin-top: 30px;
	}

	.p-local-based #communication .p-service__flexwrapper:nth-of-type(1) {
		display: block;
	}

	.p-local-based #communication .p-service__flexwrapper:not(:first-of-type) {
		flex-direction: column;
	}

	.p-local-based #communication .p-service__flextitle {
		order: 1;
		margin-bottom: 10px;
	}

	.p-local-based #communication .p-service__flextext+.p-service__flextext {
		margin-top: 15px;
	}

	.p-local-based #communication .p-service__flexcontents {
		display: contents;
	}

	.p-local-based #communication .p-service__flextext {
		order: 3;
	}

	.p-local-based #communication .p-service__fleximg {
		order: 2;
		margin: 0 0 14px 0;
	}
}


.p-local-based__slide--sp {
  width: 100%;
  overflow: hidden;
  padding: 64px 0 24px;
}

.slide-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.slide-wrapper {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.slide-images {
  display: flex;
  transition: transform 0.3s ease;
  cursor: grab;
}

.slide-images.grabbing {
  cursor: grabbing;
  transition: none;
}

.slide-images img {
  min-width: 100%;
  object-fit: cover;
  flex-shrink: 0;
  pointer-events: none; /* 画像のドラッグを防止 */
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.slide-arrow-prev {
  left: 10px;
}

.slide-arrow-next {
  right: 10px;
}

.slide-arrow span {
  font-size: 20px;
  line-height: 1;
}