@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.footer-link:not(.change) {
	bottom: 40px;
	transform: none;
}

/* @media (min-width: 768px) {
.footer-link:not(.change) {
	bottom: 70px;
}
} */

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header {
	--content-width: 1565px;
	position: relative;
	z-index: 0;
	min-height: 700px;
	padding: 80px 0 120px;
	color: #fff;
}

.home-header-slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.home-header-slide-li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-header-slider .swiper-pagination {
	display: flex;
	bottom: 20px;
	z-index: 1;
	justify-content: center;
}

.home-header-slider .swiper-pagination-bullet {
	opacity: 0.75;
	width: 15px;
	height: 15px;
	margin: 0 8px !important;
	background: #fff;
	transition: background var(--transition);
}

.home-header-slider .swiper-pagination-bullet-active,
.home-header-slider .swiper-pagination-bullet:hover {
	background: var(--color_base);
}

.home-header .inner {
	display: flex;
	height: 100%;
	flex-flow: column;
	justify-content: space-between;
}

.home-header-content {
	display: flex;
	margin: auto 0;
	justify-content: center;
}

.home-header-content .heading {
	margin-bottom: 0.8em;
	font-weight: 900;
	font-size: 26px;
	font-size: clamp(26px, calc(100vw * 30 / 360), 40px);
	font-family: var(--font_yakuhanjp);
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.home-header-content .heading-small {
	font-size: 0.83em;
}

.home-header-content .copy {
	font-weight: 700;
	font-size: 15px;
	font-size: clamp(15px, calc(100vw * 17 / 360), 22px);
	line-height: 1.5;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.home-header-scroll {
	margin-top: 10px;
	font-size: 16px;
	font-family: var(--font_english);
	letter-spacing: 0.1em;
	text-align: center;
}

.home-header-scroll:hover {
	opacity: var(--opacity);
}

.home-header-scroll::before {
	display: block;
	width: 1.6em;
	height: 1.6em;
	margin: 0 auto 0.3em;
	border-right: 0.18em solid;
	border-bottom: 0.18em solid;
	content: "";
	transform: rotate(45deg);
}

@media (min-width: 768px) {
.home-header {
	/* min-height: 940px; */
	min-height: 90vh;
	padding: 200px 0 230px;
}

.home-header-slider .swiper-pagination {
	bottom: 35px;
}

.home-header-slider .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 13px !important;
}

.home-header-content {
	justify-content: space-between;
	align-items: center;
}

.home-header-content .text {
	margin-right: -10%;
	left: 5%;
    position: relative;
}

.home-header-content .heading {
	font-size: 50px;
	font-size: clamp(50px, calc(100vw * 60 / 1280), 50px);
}

.home-header-content .copy {
	font-size: 26px;
	font-size: clamp(26px, calc(100vw * 36 / 1280), 28px);
}

.home-header-content .point-img {
	/* max-width: 50%; */
	/* max-width: 450px; */
	max-width: 550px;
    position: relative;
    right: 5%;
}

.home-header-scroll {
	font-size: 22px;
}
}

@media (max-width: 767.9px) {
.home-header-content {
	flex-flow: column;
}

.home-header-content .text {
	margin-bottom: 20px;
}

.home-header-content .point-img {
	display: block;
	width: 100%;
	/* width: 260px; */
	margin: auto;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- イントロ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-intro {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

@media (min-width: 768px) {
.home-intro {
	font-size: 30px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- PR動画
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-video {
	--content-width: 988px;
	background: url("../img/home/video-background.webp") center center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.home-video-heading {
	display: inline-block;
	position: relative;
	margin-bottom: 0.8em;
	padding: 0 1em;
	font-weight: 900;
	font-size: 30px;
}

.home-video-heading::before,
.home-video-heading::after {
	position: absolute;
	top: 0.4em;
	bottom: 0;
	border-right: 4px solid;
	content: "";
}

.home-video-heading::before {
	left: 0;
	transform: rotate(-18deg);
	transform-origin: top left;
}

.home-video-heading::after {
	right: 0;
	transform: rotate(18deg);
	transform-origin: top right;
}

.home-video-heading .small {
	display: block;
	font-weight: 700;
	font-size: 0.63em;
}

.home-video video {
	width: 100%;
}

@media (min-width: 768px) {
.home-video-heading {
	font-size: 77px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 選ばれている4つの理由
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-reason {
	--content-width: var(--content-width_large);
	padding-bottom: 0;
}

.home-reason-content {
	border-radius: 30px;
	padding: var(--padding-height) 5.4%;
	background: var(--color_main_light);
}

.home-reason-ul {
	max-width: 1082px;
	margin: 0 auto;
}

.home-reason-li {
	display: flex;
	margin-bottom: 60px;
	counter-increment: number;
}

.home-reason-li:last-child {
	margin-bottom: 0;
}

.home-reason-li .heading {
	display: flex;
	margin-bottom: 0.5em;
	font-size: 22px;
	flex-flow: wrap;
}

.home-reason-li .heading::before {
	margin: 0 0.4em 0.3em 0;
	padding-right: 0.4em;
	border-right: 0.15em solid;
	color: var(--color_main);
	font-weight: 500;
	font-size: 1.7em;
	font-family: var(--font_english);
	line-height: 0.75;
	content: counter(number, decimal-leading-zero);
}

.home-reason-li .image {
	padding: 0 0 15px 15px;
	background: linear-gradient(45deg, var(--color_main), rgba(var(--color_main_rgb), 0) 40%);
}

@media (min-width: 768px) {
.home-reason-content {
	border-radius: 52px;
}

.home-reason-li {
	margin-bottom: 140px;
	justify-content: space-between;
	align-items: flex-start;
}

.home-reason-li .text {
	width: 700px;
	margin-right: 6%;
}

.home-reason-li .heading {
	font-size: 30px;
}

.home-reason-li .image {
	max-width: 40%;
	flex: none;
}
}

@media (max-width: 767.9px) {
.home-reason-li {
	flex-flow: column;
}

.home-reason-li .text {
	margin-bottom: 2em;
}

.home-reason-li .image {
	align-self: center;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
製品
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.product-post-li .post-heading {
	padding-bottom: 0.4em;
	border-bottom: 2px solid var(--color_main);
	font-size: 18px;
	text-align: center;
}

.product-post-li .post-content {
	margin-top: 1em;
}

@media (min-width: 768px) {
	.product-post-li .post-heading {
		font-size: 22px;
		align-items: center;
		height: 5rem;
		display: grid;
		justify-content: center;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- サービス
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-service-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.home-service-li {
	display: flex;
	width: 200px;
	flex-flow: column;
	align-items: center;
}

.home-service-li .heading {
	margin: 0.3em 0;
	font-size: 20px;
	text-align: center;
}

.home-service-li .description {
	width: 100%;
}

@media (min-width: 768px) {
.home-service-li {
	width: 296px;
}

.home-service-li .heading {
	font-size: 27px;
	min-height: 3em;
}

.home-service-li .description {
	max-width: 244px;
}
}

@media (min-width: 1024px) {
.home-service-ul {
	justify-content: space-between;
}

.home-service-li {
	width: 22%;
}
}

@media (max-width: 1023.9px) {
.home-service-ul {
	margin: 0 -30px -40px;
}

.home-service-li {
	margin: 0 30px 40px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 設置事例
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-case {
	background: var(--color_main_light);
}

.case-post-li .post-image {
	background: #fff;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- お悩み
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-problem {
	padding-bottom: 0;
}

.home-problem-ul {
	display: flex;
	margin-bottom: -3em;
	flex-flow: wrap;
	justify-content: space-between;
}

.home-problem-li {
	overflow: hidden;
	position: relative;
	width: 47%;
	margin-bottom: 3em;
	counter-increment: number;
}

.home-problem-li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	padding: 40px 0 2px;
	background: var(--color_base);
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	font-family: var(--font_teko);
	text-align: center;
	content: "PROBLEM " counter(number);
	transform: translate(-35%, -20%) rotate(-45deg);
}

.home-problem-li .img {
	margin-bottom: 1.4em;
}

.home-problem-arrow {
	display: block;
	width: 200px;
	height: 60px;
	margin: 50px auto 0;
	background: linear-gradient(rgba(0, 206, 255, 0), #00ceff);
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.home-problem-arrow:hover {
	filter: brightness(1.1);
}

@media (min-width: 640px) {
.home-problem-li {
	width: 30%;
}
}

@media (min-width: 768px) {
.home-problem-arrow {
	width: 300px;
	height: 100px;
	margin-top: 110px;
}
}

@media (min-width: 1024px) {
.home-problem-li {
	width: 22%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- お悩みやご要望を解決
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-solution {
	--content-width: var(--content-width_large)
	padding-top: 40px;
	text-align: center;
}

.home-solution-heading {
	margin-bottom: 0.8em;
	font-size: 22px;
	letter-spacing: 0.1em;
}

.home-solution-description {
	margin-bottom: 3.1em;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
}

@media (min-width: 768px) {
.home-solution {
	padding-top: 60px;
}

.home-solution-heading {
	font-size: 46px;
}

.home-solution-description {
	font-size: 27px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 以下のような会社様からお問い合わせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-industry {
	background: var(--color_main_light);
	text-align: center;
}

.home-industry-heading {
	margin-bottom: 1.5em;
	font-size: 22px;
	letter-spacing: 0.2em;
}

.home-industry-ul {
	display: inline-block;
	width: 100%;
	max-width: 1288px;
	margin-bottom: -30px;
}

.home-industry-li {
	display: flex;
	margin-bottom: 30px;
	text-align: left;
	align-items: center;
}

.home-industry-li .img {
	margin-right: 20px;
}

.home-industry-li .text {
	flex: 1;
}

.home-industry-li .heading {
	margin-bottom: 0.5em;
	padding-bottom: 0.1em;
	border-bottom: 2px solid;
	font-size: 20px;
	letter-spacing: 0.1em;
}

@media (min-width: 768px) {
.home-industry-heading {
	font-size: 36px;
}

.home-industry-li .heading {
	font-size: 30px;
}
}

@media (min-width: 1024px) {
.home-industry-ul {
	display: inline-flex;
	margin-bottom: -56px;
	flex-flow: wrap;
	justify-content: space-between;
}

.home-industry-li {
	width: 47%;
	margin-bottom: 56px;
}

.home-industry-li .img {
	margin-right: 30px;
}
}

@media (max-width: 767.9px) {
.home-industry-li .img {
	width: 100px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 設置工事可能エリア
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-area {
	padding-bottom: 0;
	font-weight: 700;
}

.home-area-ul {
	margin-bottom: 3.5em;
}

.home-area-li {
	position: relative;
	margin-bottom: 2em;
	padding-left: 1.5em;
}

.home-area-li::before {
	position: absolute;
	top: 0.6em;
	left: 0;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.9em solid;
	content: "";
}

.home-area-sapporo::before {
	border-left-color: #86c94c;
}

.home-area-tokyo::before {
	border-left-color: #f8355a;
}

.home-area-nagoya::before {
	border-left-color: #eaa21b;
}

.home-area-osaka::before {
	border-left-color: #00ceff;
}

.home-area-fukuoka::before {
	border-left-color: #a071eb;
}

.home-area-li .heading {
	font-size: 18px;
}

@media (min-width: 768px) {
.home-area {
	font-size: 16px;
}

.home-area .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-area .img {
	width: 47%;
}

.home-area .text {
	width: 45%;
}

.home-area-li .heading {
	font-size: 22px;
}
}

@media (max-width: 767.9px) {
.home-area .img {
	display: block;
	width: 480px;
	margin: 0 auto 40px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ご依頼の流れ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-flow .heading_skew {
	margin: 3.7em 0 1.5em;
}

.home-flow-ul {
	display: flex;
	margin-bottom: -2em;
	flex-flow: wrap;
}

.home-flow-li {
	position: relative;
	width: 80px;
	max-width: calc(100% / 3 - 20px);
	margin: 0 20px 2em 0;
	font-size: 12px;
}

.home-flow-li:last-child {
	margin-right: 0;
}

.home-flow-li:not(:last-child)::after {
	position: absolute;
	top: calc((100% - 2em) / 2);
	left: calc(100% + 6px);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid var(--color_base_light);
	content: "";
	transform: translateY(-50%);
}

.home-flow-li .heading {
	margin-top: 0.7em;
	text-align: center;
}

@media (min-width: 768px) {
.home-flow-li {
	width: 155px;
	max-width: calc(25% - 52px);
	margin-right: 45px;
	font-size: 16px;
}

.home-flow-li:not(:last-child)::after {
	left: calc(100% + 16px);
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 21px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- よくある質問
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-faq {
	background: var(--color_main_light);
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- LEDビジョン大阪とは？
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-about-intro {
	margin-bottom: 50px;
}

.home-about-intro .text {
	padding: 0 var(--padding-width);
}

.home-about-intro .heading {
	margin-bottom: 1.5em;
	font-size: 20px;
	letter-spacing: 0.2em;
}

.home-about-dt {
	margin: 3.2em 0 1.5em;
	padding: 0.5em 0.6em;
	background: var(--color_main_light);
	font-weight: 700;
	font-size: 16px;
}

@media (min-width: 768px) {
.home-about-intro {
	display: flex;
	margin-bottom: 100px;
}

.home-about-intro .img {
	width: 50%;
	height: 605px;
	border-radius: 0 35px 35px 0;
	object-fit: cover;
}

.home-about-intro .text {
	width: 50%;
	max-width: 773px;
	padding-left: min(5%, 77px);
	align-self: center;
}

.home-about-intro .heading {
	font-size: 27px;
}

.home-about-dt {
	padding: 0.5em 3%;
	font-size: 27px;
}

.home-about-dd {
	padding: 0 3%;
}
}

@media (max-width: 767.9px) {
.home-about-intro .img {
	margin-bottom: 30px;
}
}
