@charset "UTF-8";

/*================ l__hero ================*/
.l__hero {
}
.l__hero_slider,
.l__hero_item {
	width: 100%;
	height: 100vh;
	position: relative;
}
.l__hero_item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.l__hero_item__in {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 100%;
	/*font-weight: bold;*/
	padding: 0 20px 72px;
}
.l__hero_item__in > h3 {
	color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
.l__hero_item__in > p {
	color: #333;
	font-size: 20px;
}
.l__hero_item__in > p img {
	height: auto;
}
.l__hero_slider .slick-dots {
	position: absolute;
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	right: 0;
	left: 0;
	margin: auto;
}
.l__hero_slider .slick-dots li {
	font-size: 25px;
	line-height: 1;
	color: #fff;
}
.l__hero_slider .slick-dots li:not(:last-child) {
	margin-right: 8px;
}
.l__hero_slider .slick-dots li.slick-active {
	color: #33bdeb;
}

.l__hero_item--01 {
	background-image: url(../img/hero/img_01_sp.png);
}
.l__hero_item--02 {
	background-image: url(../img/hero/img_02_sp.png);
}
.l__hero_item--03 {
	background-image: url(../img/hero/img_03_sp.png);
}
.l__hero_item--04 {
	background-image: url(../img/hero/img_04_sp.png);
}
.l__hero_item--05 {
	background-image: url(../img/hero/img_05_sp.png);
}

.top__banner{
	position: relative;
	margin-top: 40px;
	margin-bottom: 50px;
}
.top__banner__li {
	margin: 0 10px;
}
.top__banner__li--img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.top__banner .slick-dots {
	position: absolute;
	bottom: -40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	right: 0;
	left: 0;
	margin: auto;
}
.top__banner .slick-dots li {
	font-size: 25px;
	line-height: 1;
	color: #3AA2CE;
	opacity: .3;
}
.top__banner .slick-dots li:not(:last-child) {
	margin-right: 8px;
}
.top__banner .slick-dots li.slick-active {
	color: #3AA2CE;
	opacity: 1;
}
.slick-dots > li:first-child:last-child {
    display: none;
}


/*================ l__lead ================*/
.l__lead {
	background-color: #eee;
	padding: 56px 0;
	position: relative;
	overflow: hidden;
}
.l__lead__txt {
	width: 100%;
	margin-top: 33px;
}
/*================ l__topics ================*/
.l__topics {
	padding: 35px 0;
}
/*================ l__solution ================*/
.l__solution {
	padding: 13px 0 0;
}
.l__solution .block__ttl--center {
	text-align: left;
}
.l__solution .leadtxt {
	margin: 25px 0;
}
.l__solution__tab,
.l__topics__tab {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 36px;
}
.l__solution__tab > li,
.l__topics__tab > li {
	background-color: #666;
	width: calc((100% - 10px) / 2);
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.l__solution__tab > li:not(:last-child),
.l__topics__tab > li:not(:last-child) {
	margin-right: 10px;
}
.l__solution__tab > li.is__active,
.l__topics__tab > li.is__active {
	background-color: #eee;
	color: #222;
}
.l__solution__cnt {
	background-color: #eee;
	padding: 30px 36px 15px;
}
.l__solution__cnt__item,
.l__topics__cnt__item {
	opacity: 0;
	height: 0;
}
.l__solution__cnt__item.is__show {
	opacity: 1;
	height: auto;
	/*-webkit-transition: all 0.7s;*/
	/*transition: all 0.7s;*/
	position: relative;
	z-index: 1;
}
.l__topics__cnt__item.is__show {
	opacity: 1;
	height: auto;
	/*-webkit-transition: opacity 0.7s;*/
	/*transition: opacity 0.7s;*/
	z-index: 1;
    position: relative;
}
.l__topics__cnt__item.is__show .txtlink {
	position: relative;
	z-index: 1;
}
/* ------ option ------ */
.l__topics__tab {
	padding: 0;
	border-bottom: 2px solid #bbbbbb;
}
.l__topics__tab > li {
	background-color: #fff;
	color: #33bdeb;
}
.l__topics__tab > li.is__active {
	background-color: #33bdeb;
	color: #fff;
}
/*================ l__pickup ================*/
.l__pickup {
	padding: 35px 0 90px;
}
.l__pickup .block__ttl3 {
	margin-bottom: 20px;
}
.l__pickup__item {
	width: 100%;
}
.l__pickup__item:not(:last-child) {
	margin-bottom: 25px;
}
.l__pickup__item > a:hover {
	opacity: 0.7;
}
.l__pickup__item__img {
	width: 100%;
	/*height: 212px;*/
	/*background-color: #ccc;*/
	margin-bottom: 11px;
}
.l__pickup__item__ttl {
	margin-bottom: 10px;
}
/*================ l__cnt ================*/
.l__cnt {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 35px;
	overflow: hidden;
}
.l__cnt__item {
	width: 100%;
	display: block;
}
.l__cnt__item:nth-child(2n + 1) {
	margin-bottom: 20px;
}
.l__cnt__item__txt {
	padding: 0 0 30px;
}
.l__cnt__item__txt .block__ttl {
	padding: 0 20px;
}
.l__cnt__item__txt .linkbtn {
	margin: 20px auto 0;
}
.l__cnt__item__txt > p {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 20px;
}
.l__cnt__item__img {
	margin: 25px 0 25px;
}
/*================ l__slider ================*/
.l__slider {
	background: transparent
		linear-gradient(90deg, rgba(51, 189, 235, 1) 0%, rgba(37, 144, 180, 1) 100%)
		0% 0%;
	color: #fff;
	padding: 35px 0 30px;
	margin-bottom: 50px;
}
.l__slider .block__ttl {
	color: #fff;
}
.l__slider .leadtxt {
	/*text-align: center;*/
	max-width: 100%;
}
.l__slider__list {
	margin-bottom: 35px;
}
.l__slider__item {
	width: 277px;
	margin: 0 10px;
}
.l__slider__item .bodytxt {
	font-weight: 400;
}
.l__slider__img {
	width: 100%;
	height: 90px;
	background-color: #ccc;
	margin-bottom: 11px;
}

.l__slider .linkbtn {
	margin-left: auto;
	margin-right: auto;
}
/*================ l__company ================*/
.l__company {
	display: block;
	margin-bottom: 20px;
}
[class^="l__company__item--"] {
	height: 180px;
	width: 100%;
	overflow: hidden;
}
[class^="l__company__item--"] a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
[class^="l__company__item--"] a::before,
[class^="l__company__item--"] a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
[class^="l__company__item--"] a::before {
	background-color: #222;
	opacity: 0.6;
	z-index: 1;
}
[class^="l__company__item--"] a::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.l__company__item--01 a::after {
	background-image: url(../img/company/img_01.png);
}
.l__company__item--02 a::after {
	background-image: url(../img/company/img_02.png);
}
.l__company__item--03 a::after {
	background-image: url(../img/company/img_03.png);
}
[class^="l__company__item--"] .block__ttl,
[class^="l__company__item--"] .linkbtn {
	z-index: 2;
	position: relative;
	color: #fff;
}
[class^="l__company__item--"] .block__ttl > span {
	color: #fff;
}
[class^="l__company__item--"] .linkbtn {
}

@media screen and (min-width: 560px) {
	/* ------ 560px~ ------ */
}

@media screen and (min-width: 960px) {
	/* ------ 960px~ ------ */

	/*================ l__hero ================*/
	.l__hero_item--01 {
		background-image: url(../img/hero/img_01.png);
	}
	.l__hero_item--02 {
		background-image: url(../img/hero/img_02.png);
	}
	.l__hero_item--03 {
		background-image: url(../img/hero/img_03.png);
	}
	.l__hero_item--04 {
		background-image: url(../img/hero/img_04.png);
	}
	.l__hero_item--05 {
		background-image: url(../img/hero/img_05.png);
	}
	.l__hero_slider .slick-dots {
		right: 20px;
		left: auto;
		bottom: 25px;
	}
	.l__hero_slider .slick-dots li:not(:last-child) {
		margin-right: 15px;
	}
	/* ------ option ------ */
	.l__hero_item__in {
		padding: 0 0 40px 95px;
	}
	.l__hero_item__in > h3 {
		font-size: 38px;
	}
	.l__hero_item__in > p {
		font-size: 24px;
	}
	/*================ l__lead ================*/
	.l__lead {
		padding: 102px 0;
	}
	.l__lead::after {
	}
	.l__lead::after {
		content: "";
		background: url(../img/bg3.svg) center / 100% no-repeat;
		position: absolute;
		width: 760px;
		top: -70%;
		height: 1014px;
		left: auto;
		margin: 0;
		right: 0;
		z-index: -1;
	}
	.l__lead__txt {
		width: 767px;
	}
	/*================ l__topics ================*/
	.l__topics {
		padding: 80px 0 65px;
	}
	/*================ l__solution ================*/
	.l__solution__tab,
	.l__topics__tab {
		width: 100%;
		max-width: 1128px;
		margin: 0 auto;
	}
	.l__solution__tab > li,
	.l__topics__tab > li {
		width: calc((100% - 10px) / 2);
		height: 54px;
		font-size: 20px;
	}
	.l__solution .block__ttl--center {
		text-align: center;
	}
	.l__solution .leadtxt {
		margin: 25px auto 40px;
		text-align: center;
	}
	.l__solution__tab > li:hover,
	.l__topics__tab > li:hover {
		cursor: pointer;
	}
	.l__solution__tab > li:not(:last-child),
	.l__topics__tab > li:not(:last-child) {
		margin-right: 10px;
	}
	.l__solution__cnt {
		padding-top: 60px;
		padding-bottom: 20px;
	}

	/*================ l__pickup ================*/
	.l__pickup {
		padding: 155px 0 75px;
	}
	.l__pickup .block__ttl3 {
		margin-bottom: 40px;
	}
	.l__pickup__list {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.l__pickup__item {
		width: calc((100% - 116px) / 3);
	}
	.l__pickup__item > a {
		display: block;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		width: 100%;
	}
	.l__pickup__item:not(:last-child) {
		margin-bottom: 0;
	}
	.l__pickup__item:not(:nth-child(3n)) {
		margin-right: 58px;
	}
	.l__pickup__item__img {
		/*height: 206px;*/
		margin-bottom: 25px;
	}
	/*================ l__cnt ================*/
	.l__cnt {
		margin: 0 auto 60px;
	}
	.l__cnt__item {
		width: 100%;
		max-width: calc(100% - ((100% - 1128px) / 2));
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.l__cnt__item:nth-child(2n) {
		flex-direction: row-reverse;
	}
	.l__cnt__item:nth-child(2n + 1) {
		margin-left: auto;
		margin-bottom: 60px;
	}
	.l__cnt__item__txt {
		width: 49.5%;
	}
	.l__cnt__item__img {
		width: 50.5%;
		margin: 0;
	}
	.l__cnt__item__txt .block__ttl,
	.l__cnt__item__txt > p {
		padding: 0;
	}
	.l__cnt__item__txt > p {
		font-size: 16px;
		line-height: 1.8125;
	}
	.l__cnt__item__txt .linkbtn {
		margin: 50px 0 0;
	}
	.l__cnt__item:nth-child(2n + 1) .l__cnt__item__txt {
		padding-right: 45px;
	}
	.l__cnt__item:nth-child(2n) .l__cnt__item__txt {
		padding-left: 45px;
	}
	/*================ l__slider ================*/
	.l__slider {
		padding: 55px 0 35px;
		margin-bottom: 80px;
	}
	.l__slider .leadtxt {
		text-align: center;
	}
	.l__slider__img {
		height: 168px;
	}
	/*================ l__company ================*/
	.l__company {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 80px;
	}
	[class^="l__company__item--"] {
		height: 384px;
		width: 50%;
	}
	[class^="l__company__item--"] a:hover::before {
		opacity: 0.2;
	}
	[class^="l__company__item--"] a:hover::after {
		transform: scale(1.1);
	}
	.l__company__item--03 {
		width: 100%;
	}
}
