@charset "utf-8";

/*------------------------------------------
  配車アプリサービス（固定ページ用）
  スラッグ例: taxi-app
------------------------------------------*/

.taxi-app-mv {
	width: 100%;
	min-height: calc( 100vw / 3 );
	max-height: 746px;
	background: #ddd;
	position: relative;
	container-type: inline-size;
}

.taxi-app-mv__img {
	inset: 0;
	width: 100%;
	display: block;
	padding: 0;
}

.taxi-app-mv__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.45) 50%, rgba(255,255,255,0.7) 100%);
	pointer-events: none;
}

.taxi-app-mv__title {
	position: absolute;
	right: 0%;
	bottom: 0%;
	text-align: right;
	z-index: 1;
	letter-spacing: .2cqw;
	/* background-color: rgb( 128 128 128 / .3); */
	padding: 3.5cqw 5.5cqw;
}

.taxi-app-mv__title h1 {
	font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    font-size: 7cqw;
    color: #000;
    line-height: 1;
}

.taxi-app-mv__title p {
	font-size: 1.4cqw!important;
    font-weight: bold;
    color: #000;
}

/*------------------------------------------
  apps
------------------------------------------*/

.taxi-app-apps {
	padding-top: 6em;
	max-width: 1100px;
	margin: 0 auto;
}

.taxi-app-apps__heading {
	text-align: center;
	display: table;
    margin: 0 auto 6em;
}

.taxi-app-apps__heading h2 {
	color: #3596DD;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	margin: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #3596DD;
	position: relative;
}
.taxi-app-apps__heading h2::before {
	content: "";
    top: 44px;
	left: calc( 50% - 20px );
    height: calc(30px / 2 * tan(60deg));
    width: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #3596DD;
    display: block;
    position: absolute;
}

.taxi-app-apps__heading h2::after {
	content: "";
    top: 43px;
	left: calc( 50% - 22px );
    height: calc(30px / 2 * tan(60deg));
    width: 41px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #FFF;
    display: block;
    position: absolute;
}

.taxi-app-apps__heading-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	margin-top: 14px;
}

.taxi-app-apps__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}

.taxi-app-card {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-width: 480px;
}

.taxi-app-card .card-caution {
	position: absolute;
	text-align: right;
	white-space: nowrap;
    bottom: -2.5em;
    right: 0;
}

.taxi-app-card__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f2f2f2;
	border-radius: 1em;
	padding: 1.5em;
	/* -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	box-shadow: 0 2px 8px rgba(0,0,0,0.06); */
	min-height: 160px;
}

.taxi-app-card__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	height: 120px;
	border-radius: 1em;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	margin-right: 20px;
}

.taxi-app-card__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	padding: 0;
}

.taxi-app-card__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.taxi-app-card__name {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	line-height: 32px;
}

.taxi-app-card__star {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	background: #3699DD;
	-webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.taxi-app-card__name .taxi-app-card__star {
	position: absolute;
	top: 0;
	right: -15px;
}

.taxi-app-card__desc {
	margin: .5em 0 1em;
	font-size: 14px;
	line-height: 1.5;
}

.taxi-app-card__stores {
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 12px;
	gap: .5em;
}

.taxi-app-card__stores a {
	display: block;
	height: 44px;
}

.taxi-app-card__stores img {
	height: 100%;
	width: auto;
	display: block;
	padding: 0;
	border-radius: .5em;
}

.taxi-app-apps__note {
	margin: 4px 0 0;
	font-size: 12px;
	display: inline-block;
}

.taxi-app-apps__note .taxi-app-card__star {
	margin: 0 4px 0 0;
	vertical-align: -1px;
	left: -15px;
}

/*------------------------------------------
  info banner
------------------------------------------*/

.taxi-app-info {
	max-width: 800px;
	margin: 6em auto;
	display: inline-block;
}

.taxi-app-info__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.5em 2em;
	border: 2px solid #ddd;
	border-radius: 1em;
	background: #fff;
	gap: 2em;
}

.taxi-app-info__text {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 1em 0;
	padding-right: 2em;
	border-right: 2px solid #ddd;
}

.taxi-app-info__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	flex-grow: 1;
	justify-content:space-between;
	gap: 2em;
}

.taxi-app-info__icons img {
	width: 4em;
	height: 4em;
	border-radius: 1em;
	object-fit: cover;
	/* margin-left: 12px; */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	display: block;
	padding: 0;
}

.taxi-app-info__icons img:first-child {
	margin-left: 0;
}

.taxi-app-apps__note .sp-only {
	display: none;
}

.taxi-app-apps__note .sp-only-2 {
	display: none;
}

/*------------------------------------------
  SP
------------------------------------------*/

@media screen and (max-width: 1100px) {
	body {
		min-width: 0;
	}

	.taxi-app-apps {
		max-width: inherit;
	}

	.taxi-app-card {
		display: block;
	}
	
	.taxi-app-apps__note .sp-only {
		display: block;
	}
}

@media screen and (max-width: 900px) {
	/* .taxi-app-mv__title h1 {
		font-size: 48px;
	}

	.taxi-app-mv__title p {
		font-size: 14px;
	} */

	.taxi-app-card {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 1.5em;
		min-width: 0;
		max-width: 480px;
	}

	.taxi-app-info__inner {
		display: inline-flex;
		text-align: center;
		padding: 24px;
	}

	.taxi-app-info {
		display: block;
		box-sizing: border-box;
		width: auto;
		max-width: 100%;
		margin: 6em 1em;
	}

	.taxi-app-info__inner {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}

	.taxi-app-info__text {
		padding-right: 0;
		border-right: 0;
	}

	.taxi-app-apps__grid {
		flex-direction: column;
		margin: 0;
		gap: .5em;
	}

	.taxi-app-card .card-caution {
		bottom: -3em;
	}
}

@media screen and (max-width: 750px) {
	.taxi-app-apps__heading h2::before {
		top: 78px;
	}

	.taxi-app-apps__heading h2::after {
		top: 77px;
	}

	.taxi-app-info__inner {
        padding: 1em;
        flex-direction: column;
		gap: 1em;
    }
}

@media screen and (max-width: 560px) {
	.taxi-app-apps {
		padding: 3em 1em 0;
	}

	/* .taxi-app-mv__title {
		right: 5%;
		bottom: 10%;
	}

	.taxi-app-mv__title h1 {
		font-size: 36px;
	} */

	.taxi-app-card {
		display: block;
	}

	.taxi-app-card__inner {
		display: flex;
		text-align: center;
		padding: 20px;
	}

	.taxi-app-card__name {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.taxi-app-card__stores {
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: flex-start;
	}

	.taxi-app-card__body {
		text-align: left;
	}

	.taxi-app-card__logo {
		width: 30%;
		height: auto;
	}

	.taxi-app-card__stores a {
		height: 36px;
	}

	.taxi-app-info__text {
		border-right: 0;
	}

	.taxi-app-apps__heading h2::before {
    	left: calc(50% - 10px);
    	height: calc(20px / 2 * tan(60deg));
    	width: 30px;
	}

	.taxi-app-apps__heading h2::after {
    	left: calc(50% - 12px);
   	 	height: calc(20px / 2 * tan(60deg));
    	width: 31px;
	}

	.taxi-app-apps__grid {
		margin-top: 3em;
		gap: 0;
	}

	.taxi-app-info__icons {
		gap: 1em;
	}

	.taxi-app-apps__heading h2 {
		font-size: 16px;
	}

	.taxi-app-info {
		margin: 6em 1em 4em;
	}

	.taxi-app-info__icons img {
		width: 5em;
		height: 5em;
	}
		
	.taxi-app-apps__heading h2::before {
		top: 63px;
	}

	.taxi-app-apps__heading h2::after {
		top: 62px;
	}

}

@media screen and (max-width: 430px) {
	.taxi-app-apps__note .sp-only-2 {
		display: block;
	}

	.taxi-app-card .card-caution {
		bottom: -5em;
	}

	.taxi-app-apps {
		margin-bottom: 4em;
	}

	.taxi-app-info {
		display: block;
		box-sizing: border-box;
		width: auto;
		max-width: 100%;
	}

	.taxi-app-info__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding: 1em;
		gap: 0.75em;
	}

	.taxi-app-info__text {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		padding: 0.5em 0;
		padding-right: 0;
		font-size: 13px;
		line-height: 1.5;
		overflow-wrap: break-word;
		word-break: break-word;
	}

	.taxi-app-info__icons {
		display: flex;
		flex-shrink: 1;
		flex-grow: 0;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		gap: 0.5em;
		min-width: 0;
	}

	.taxi-app-info__icons a,
	.taxi-app-info__icons img {
		box-sizing: border-box;
		flex: 1 1 0;
		min-width: 0;
		width: auto;
		max-width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.taxi-app-info__icons a img {
		width: 100%;
		height: auto;
	}
}