@charset "UTF-8";

/*====================================================================================================
   k-connect css
====================================================================================================*/

.kconnect-head {
    z-index: 1;
    position: relative;
    width: 100%;
    height: calc(70vh - 70px);
}
.kconnect-head__inner {
    z-index: 2;
    position: relative;
    width: 100%;
    height: 100%;
}
.kconnect-head__inner .image {
    z-index: 3;
    width: 100%;
    height: 100%;
}
.kconnect-head__inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 1280px) {
	.kconnect-head {
		height: calc(100vh - 70px);
	}
	.kconnect-head__inner .image img {
		object-position: center bottom;
	}
}

.kconnect-head__inner .text {
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 30px;
    transform: translate(-50%, -50%);
    color: #fff;
}
.kconnect-head__inner .text h1 {
    padding-bottom: 5px;
    font-size: 3rem;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.4);
}
.kconnect-head__inner .text p {
    padding-top: 5px;
    letter-spacing: .05em;
    text-indent: .05em;
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
	.kconnect-head__inner .text h1 {
		padding-bottom: 10px;
		font-size: 3.5rem;
	}
	.kconnect-head__inner .text p {
		padding-top: 10px;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1024px) {
	.kconnect-head__inner .text h1 {
		padding-bottom: 10px;
		font-size: 4rem;
	}
	.kconnect-head__inner .text p {
		padding-top: 10px;
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1280px) {
	.kconnect-head__inner .text {
		padding: 60px;
	}
	.kconnect-head__inner .text h1 {
		padding-bottom: 20px;
		font-size: 6.5rem;
	}
	.kconnect-head__inner .text p {
		padding-top: 20px;
		font-size: 2rem;
	}
}

.kconnect-about {
    z-index: 1;
    position: relative;
	width: 100%;
}
.kconnect-about__inner {
    z-index: 3;
	position: relative;
	width: 100%;
	padding-bottom: 150px;
}
.kconnect-about__inner .desc {
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	position: relative;
    padding: 40px 30px;
}
.kconnect-about__inner .desc .kconnect-logo {
	width: 180px;
}
.kconnect-about__inner .desc .text p {
	padding-top: 15px;
	font-size: 1.4rem;
	line-height: 2;
}
.kconnect-about__inner .desc .text p:nth-child(1) {
	padding-top: 0;
}
.kconnect-about__inner .desc .text p .is-pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.kconnect-about__inner {
		max-width: 580px;
		margin: auto;
	}
	.kconnect-about__inner .desc {
		gap: 50px;
		padding: 60px 30px;
	}
	.kconnect-about__inner .desc .kconnect-logo {
		width: 150px;
	}
	.kconnect-about__inner .desc .text p {
		padding-top: 30px;
		text-align: center;
		line-height: 2.3;
	}
	.kconnect-about__inner .desc .text p .is-pc {
		display: block;
	}
}
@media screen and (min-width: 1024px) {
	.kconnect-about__inner {
		padding-bottom: 300px;
	}
	.kconnect-about__inner .desc {
		gap: 60px;
		padding: 80px 60px;
	}
}
@media screen and (min-width: 1280px) {
	.kconnect-about__inner {
		max-width: 700px;
		padding-top: 150px;
	}
	.kconnect-about__inner .desc .kconnect-logo {
		width: 180px;
	}
	.kconnect-about__inner .desc .text p {
		padding-top: 40px;
		font-size: 1.6rem;
		line-height: 2.5;
	}
}
.kconnect-about .bg {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kconnect-about .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1024px) {
	.kconnect-about .bg img {
		object-position: center bottom;
	}
}
@media screen and (min-width: 1280px) {
	.kconnect-about .bg {
		height: 1300px;
	}
	.kconnect-about .bg img {
		object-position: center bottom;
	}
}


.kconnect-list {
    z-index: 2;
    position: relative;
	width: 100%;
	margin-top: -50px;
}
.kconnect-list__inner {
    z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 50px;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 0 30px 50px;
}
@media screen and (min-width: 768px) {
	.kconnect-list__inner {
		gap: 70px;
		max-width: 450px;
		margin: auto;
		padding-bottom: 90px;
	}
}
@media screen and (min-width: 1024px) {
	.kconnect-list {
		margin-top: -100px;
	}
}
@media screen and (min-width: 1280px) {
	.kconnect-list__inner {
		gap: 90px;
		max-width: 650px;
		margin: auto;
		padding-bottom: 180px;
	}
}

.kconnect-list__inner .list-item {
    z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	position: relative;
	width: 100%;
}
.kconnect-list__inner .list-item .image {
	width: 100px;
}
.kconnect-list__inner .list-item .head {
}
.kconnect-list__inner .list-item .head h3 {
	font-size: 1.8rem;
	font-weight: 700;
}
.kconnect-list__inner .list-item .text {
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #262626;
}
.kconnect-list__inner .list-item .text p {
	padding-top: 15px;
	font-size: 1.4rem;
	line-height: 2;
}
.kconnect-list__inner .list-item .text p:nth-child(1) {
	padding-top: 0;
}
@media screen and (min-width: 1280px) {
	.kconnect-list__inner .list-item .image {
		width: 130px;
	}
	.kconnect-list__inner .list-item .text p {
		padding-top: 20px;
		font-size: 1.6rem;
		line-height: 2.2;
	}
}


.kconnect-qr {
	z-index: 2;
    position: relative;
	width: 100%;
	background: linear-gradient(to right, #306db1, #303c6b);
	color: #fffac8;
}
.kconnect-qr__inner {
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 30px;
}
.kconnect-qr__inner .image {
	width: 100px;
}
.kconnect-qr__inner .text {
	font-size: 1.6rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.kconnect-qr__inner {
		flex-direction: row;
		justify-content: center;
	}
	.kconnect-qr__inner .text {
		font-size: 1.8rem;
		line-height: 1.8;
	}
}
@media screen and (min-width: 1280px) {
	.kconnect-qr__inner {
		gap: 60px;
	}
	.kconnect-qr__inner .image {
		width: 150px;
	}
	.kconnect-qr__inner .text {
		font-size: 2rem;
		line-height: 1.8;
	}
}


.kconnect-foot {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
    position: relative;
	width: 100%;
	padding-top: 40px;
}
.kconnect-foot .kconnect-network {
	z-index: 5;
    position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.kconnect-foot .kconnect-network {
		max-width: 500px;
	}
}
@media screen and (min-width: 1280px) {
	.kconnect-foot {
		padding-top: 100px;
	}
	.kconnect-foot .kconnect-network {
		max-width: 600px;
	}
}
.kconnect-foot .kconnect-banner {
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 30px;
    position: relative;
	width: 100%;
	padding: 0 0 50px;
}
.kconnect-foot .kconnect-banner .image {
	z-index: 4;
	position: relative;
	width: 100%;
	padding: 0 30px;
}
.kconnect-foot .kconnect-banner .text {
	z-index: 4;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0 20px;
}
.kconnect-foot .kconnect-banner .text p {
	padding-top: 20px;
	font-size: 1.3rem;
}
.kconnect-foot .kconnect-banner .text p:nth-child(1) {
	padding-top: 0;
}
.kconnect-foot .kconnect-banner .text p a {
	display: inline;
}
.kconnect-foot .kconnect-banner .text p span {
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.kconnect-foot .kconnect-banner {
		gap: 50px;
		max-width: 600px;
	}
}
@media screen and (min-width: 1024px) {
	.kconnect-foot .kconnect-banner {
		gap: 50px;
		max-width: 800px;
	}
}
@media screen and (min-width: 1280px) {
	.kconnect-foot .kconnect-banner {
		gap: 50px;
		max-width: 1100px;
		padding: 80px;
	}
	.kconnect-foot .kconnect-banner .text p {
		font-size: 1.5rem;
	}
	.kconnect-foot .kconnect-banner .text p span {
		font-size: 2.2rem;
	}
}


.kconnect-foot .bg {
	z-index: 2;
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 100%;
	height: 400px;
}
.kconnect-foot .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.kconnect-foot .bg {
		bottom: 280px;
		height: 450px;
	}
}

