/* コープピーアンドエスについて */
.btn.form p span {
	white-space: nowrap;
}
.about-cloud {
	width: 100%;
	height: 70svh;
	overflow: hidden;
}

.small-text {
	font-size: 28px;
	line-height: 40px;
	display: inline;
	margin: 0;
	padding: 0;
}

.large-text {
	font-size: 40px;
	line-height: 40px;
	display: inline;
	margin: 0;
	padding: 0;
}

.about-line {
	background: linear-gradient(transparent 70%, #ffffff 70%);
	display: inline;
}

.about-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 40px;
}

.about-flex .img-left,
.about-flex .img-right {
	width: 200px;
	height: 200px;
	flex: 0 0 auto;
}

.about-flex-text p {
	font-size: 28px;
	font-weight: normal;
	margin: 0 76px 0;
	flex: 1;
	text-align: center;
}

.about-flex-text .company {
	margin-top: 40px;
}

/* ご利用方法 */
.top_service p {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 0;
}

.sp-use {
	display: none;
}

.pc-use {
	display: block;
}

.top_service .method {
	margin: 0;
}

/* サービス一覧 */
.top_service .service-detail {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}
.top_service .about-service {
	margin-top: 20px;
	padding: 15px 30px;
}
.top_service-about {
	padding-bottom: 128px;
}

/* 困ったとき */
.sp-div {
	padding: 0 20px;
}
.about-border {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	max-width: 1000px;
	margin: 0 auto 128px;
}

.trouble {
	max-width: 1000px;
	margin: 0 auto;
	padding: 48px 0 82px;
}

.title-trouble {
	margin-top: 34px !important;
}

.trouble-info {
	font-size: 20px;
	font-weight: 500;
	margin: 40px 0;
}

.trouble-flex {
	display: flex;
	gap: 16px;
}

.trouble-flex .web-title {
	font-size: 20px;
	margin-top: 0;
}

.p-green {
	color: #58882b;
}

.trouble-flex .web-title span {
	font-weight: 500;
	white-space: nowrap;
}

.trouble-frame {
	padding: 37px;
}

.trouble-flex .sub-text {
	font-size: 16px;
	font-weight: 500;
}

.trouble-beige,
.trouble-green,
.trouble-normal {
	border: 2px solid #333333;
	border-radius: 20px;
	/*width: 100%;
	min-width: 492px;*/
}

.trouble-beige {
	background-color: #f0eddf;
}

.trouble-green {
	background-color: #f2f9e9;
}

.trouble-p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}

.trouble-p-m {
	font-weight: 500;
	margin-bottom: 23px;
}

.trouble-p-m span {
	white-space: nowrap;
}
.trouble-p-m .sp-br {
	display: none;
}

.trouble-p-n {
	font-weight: Normal;
	margin: 0;
}

.trouble-tel {
	display: grid;
	gap: 16px;
}

.trouble-tel .tel {
	margin: 0;
}

.trouble-tel .tel img {
	width: 35px;
}

.trouble-tel .tel a {
	font-size: 40px;
}

.trouble-tel .tel span {
	font-size: 16px;
	white-space: nowrap;
}

.trouble-green .tel-box .sub-text,
.trouble-normal .tel-box .sub-text {
	margin: 16px 0 0;
}

.trouble-beige .sub-text {
	margin: 26px 0 23px;
}

.free-number img {
	width: 60px !important;
}

.top-image {
	width: 100%;
	min-height: unset;
	height: 40svh;
	background-image: url(img/top/hajimete_bg.svg);
	background-size: auto 101%;
	background-repeat: repeat-x;
	background-position: center center;
}

.sp-br {
	display: none;
}
.tel-about {
	margin-bottom: 0px !important;
}
.top-wrapper {
	margin-top: 20px;
	background-color: unset;
}

.top_img {
	height: 85%;
	background-color: #ebf6fb;
}

.about-cloud {
	z-index: 10;
}

.top-wrapper {
	/* height: 70svh; は削除するか、背景色を画像までで止めたいなら auto に */
	height: auto;
}

.top_text {
	top: 37%;
}

.box-title {
	border: 2px solid #333333;
	background: #fff;
}

/* ============================================
   ここからスマホ(〜768px)
============================================ */
@media (max-width: 768px) {
	/* コープピーアンドエスについて */
	/*full-width-image{
    height: 48svh;
}*/

	.about-cloud img {
		width: auto;
		height: 100%;
		transform: translateX(-45%) scale(0.6);
		/* display: block; */
	}

	.top_service .sp-method {
		width: 180px;
	}

	.top_service .method {
		margin: 10px 0 40px;
	}

	.top_service .about-beige {
		width: 282px;
		margin-top: 40px;
	}

	.sp-nobr {
		display: none;
	}

	.sp-br {
		display: block;
	}

	.small-text {
		font-size: 18px;
	}

	.large-text {
		font-size: 26px;
	}

	.about-line {
		background: linear-gradient(transparent 50%, #ffffff 50%);
	}

	.about-flex {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto auto;
		gap: 10px;
		padding: 18px;
		margin: -50px 0 0;
	}

	.about-flex .img-left {
		grid-column: 1/2;
		grid-row: 1/2;
		align-self: start;
		width: 200px;
		height: auto;
		max-width: 100%;
	}

	.about-flex .img-right {
		grid-column: 3/4;
		grid-row: 3/4;
		align-self: end;
		justify-self: end;
		width: 200px;
		height: auto;
		max-width: 100%;
	}

	.about-flex-text {
		grid-column: 1/4;
		grid-row: 2/3;
	}

	.about-flex-text p {
		grid-column: 1/4;
		grid-row: 2/3;
		align-self: center;
		text-align: center;
		font-size: 16px;
		margin: 2px 10px 24px;
	}

	.about-flex-text .company {
		margin: 0 0 2px;
	}

	/* ご利用方法 */
	.top_service p {
		font-size: 16px;
	}
	.sp-use {
		display: block;
	}
	.pc-use,
	.nosp-use {
		display: none;
	}

	/* サービス一覧 */
	.top_service .service-detail {
		font-size: 16px;
		margin-bottom: 0;
	}
	.top_service .about-service {
		margin: 0 0 4px;
		padding: 3px 15px;
	}
	.top_service-about {
		padding-bottom: 80px;
	}

	/* 困ったとき */
	.sp-div {
		padding: 0 20px;
	}

	.trouble {
		padding: 0 0 40px;
	}

	.title-trouble {
		margin-top: 40px !important;
	}

	.trouble-info {
		font-size: 16px;
		margin-bottom: 22px;
	}

	.trouble-flex {
		display: grid;
	}

	.trouble-flex .web-title {
		font-size: 16px;
		margin: 29px 0 20px;
	}

	.trouble-frame {
		padding: 11px 5px;
	}

	.sp-frame {
		padding: 11px;
	}

	.trouble-beige,
	.trouble-green,
	.trouble-normal {
		min-width: 0;
	}

	.trouble-p-n {
		margin-bottom: 29px;
	}

	.trouble-tel .tel a {
		font-size: 32px;
	}

	.trouble-tel .tel span {
		font-size: 14px;
	}

	.trouble-green .tel-box .sub-text,
	.trouble-normal .tel-box .sub-text {
		margin: 20px 0 29px;
	}

	.trouble-beige .sub-text {
		margin-top: 16px;
	}

	/*追記*/
	.top-wrapper {
		height: 500px;
		min-height: auto;
		padding-bottom: 20px; /* 下に少し余白を作る程度に */
		display: block;
		overflow: hidden;
	}
	.about-cloud {
		height: 150px;
		left: 40px;
		min-height: auto;
		position: relative;
		overflow: unset;
	}
	.top_text {
		top: 0;
		position: relative;
	}
	.full-width-image-about {
		height: 38svh;
	}
	.top_img {
		height: 450x;
	}
}
