@charset "utf-8";

.t_pc {
	display: block;
}

.t_sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.t_pc {
		display: none;
	}

	.t_sp {
		display: block;
	}
}

.t_title {
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

.t_title.s_campaign {
	margin-top: 90px;
}

.t_title .p_title {
	text-align: center;
	font-size: 1.4rem;
}

.t_title .p_title span {
	color: #35c64b;
}

.t_title .p_title .p_icon,
.t_title .p_title .p_txt {
	display: block;
	margin: 0 auto 10px;
}

.t_title .p_read {
	margin: 40px 0 46px;
	text-align: center;
	font-size: 2.0rem;
	letter-spacing: 0.18em;
}

.t_title .p_read strong {
	font-weight: normal;
	color: #35c64b;
}

.t_title .p_read .boder {
	display: inline-block;
	width: 3.5em;
	position: relative;
}

.t_title .p_read .boder::before {
	content: "";
	display: block;
	width: 100%;
	max-width: 40px;
	border-bottom: 1px solid #000000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.6em;
	margin: auto;
}

.t_title.s_campaign .p_title .p_txt {
	width: 186px;
}

.t_title.s_service {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 0;
	margin-bottom: 10px;
}

.t_title.s_service .p_title {
	text-align: left;
	padding-left: 40px;
}

.t_title.s_service .p_title img {
	filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.9));
}

.t_title.s_service .p_title span {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}

.t_title.s_service .p_title .p_txt {
	width: 138px;
	margin-left: 0;
}

.t_title.s_service .p_read {
	display: block;
	margin: 0;
	position: absolute;
	top: 14px;
	left: 210px;
	text-align: left;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}

.t_title.s_recommend .p_title .p_txt {
	width: 222px;
}

.t_title.s_voice .p_title .p_txt {
	width: 240px;
}

.t_title.s_column .p_title .p_txt {
	width: 154px;
}

.t_title.s_news .p_title .p_txt {
	width: 98px;
}

@media screen and (max-width: 768px) {
	.t_title.s_campaign {
		margin-top: 70px;
	}

	.t_title .p_title {
		font-size: 1.4rem;
		font-size: 3.73vw;
	}

	.t_title .p_read {
		margin: 40px 0 25px;
		text-align: center;
		font-size: 16px;
		font-size: 4.26vw;
		letter-spacing: 0;
	}

	.t_title .p_read strong {
		font-weight: normal;
		color: #35c64b;
	}

	.t_title .p_read .boder {
		display: none;
	}

	.t_title.s_campaign .p_title .p_txt {
		width: 49.6%;
	}

	.t_title.s_service .p_title {
		text-align: center;
		padding-left: 0;
	}

	.t_title.s_service .p_title .p_txt {
		width: 37.333%;
		margin-left: auto;
	}

	.t_title.s_service .p_read {
		display: block;
		position: static;
		text-align: center;
	}

	.t_title.s_recommend .p_title .p_txt {
		width: 59.2%;
	}

	.t_title.s_voice .p_title .p_txt {
		width: 64.533%;
	}

	.t_title.s_column .p_title .p_txt {
		width: 40%;
	}

	.t_title.s_news .p_title .p_txt {
		width: 25.866%;
	}
}

.parallax {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}

.parallax.s_aniShow {
	opacity: 1;
	transform: translateY(0);
}

.t_section02Bg {
	position: fixed;
	width: auto;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

@media screen and (min-width: 1281px) {
	.t_section02Bg {
		width: 100%;
		height: auto;
	}
}

.section02 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 200px;
}

.section02 .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
}

.section02 .bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform-origin: top left;
	transform: scaleY(0);
	transition: 0.5s linear;
}

.section02 .bg01.s_aniShow {
}

.section02 .bg01 img {
	max-width: none;
	width: 100%;
}

.section02 .title01 {
	position: absolute;
	top: -92px;
	left: 141px;
}

.section02 .cardList {
	display: flex;
	margin: 0;
	padding-top: 8px;
	justify-content: space-between;
}

.section02 .cardList li {
	flex: 0 1 260px;
	max-width: 260px;
	opacity: 0;
	transition: all 0.5s linear;
}

.section02 .cardList > li:nth-child(1) {
	transform: translateY(60px);
	transition-delay: 0s;
}

.section02 .cardList > li:nth-child(2) {
	transform: translateY(60px);
	transition-delay: 0.3s;
}

.section02 .cardList > li:nth-child(3) {
	transform: translateY(60px);
	transition-delay: 0.6s;
}

.section02 .cardList > li:nth-child(4) {
	transform: translateY(60px);
	transition-delay: 0.9s;
}

.section02 .cardList.s_aniShow > li {
	opacity: 1;
}

.section02 .cardList.s_aniShow > li:nth-child(1) {
	transform: translateY(0);
}

.section02 .cardList.s_aniShow > li:nth-child(2) {
	transform: translateY(0);
}

.section02 .cardList.s_aniShow > li:nth-child(3) {
	transform: translateY(0);
}

.section02 .cardList.s_aniShow > li:nth-child(4) {
	transform: translateY(0);
}

.section02 .cardList li .cardCnt {
	max-width: 260px;
	background: #ffffff;
	overflow: hidden;
	text-align: center;
	height: 255px;
}

.section02 .cardList li .cardCnt .cardNam {
	margin-top: 30px;
}

.section02 .cardList li .cardCnt .cardName {
	margin-top: 10px;
	color: #35c64b;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.section02 .cardList li .cardCnt .cardEng {
	color: #beb5a2;
}

.section02 .cardList li .cardCnt .cardTit {
	margin-top: 10px;
	font-size: 1.8rem;
	color: #35c64b;
}

.section02 .cardList li .cardCnt .cardText {
	font-size: 1.4rem;
	margin-top: 12px;
	letter-spacing: 1px;
}

.section02 .m_linkBtn {
	margin: 40px 35px 0 auto;
}

@media screen and (max-width: 768px) {
	.section02 {
		padding-top: 100px;
		padding-bottom: 123px;
	}

	.section02 .inner {
		padding: 0 10px;
	}

	.section02 .cardList li .cardCnt .cardText br {
		display: none;
	}

	.section02 .m_linkBtn {
		margin: 8% auto 0;
	}

	.section02 .cardList {
		flex-wrap: wrap;
		margin: 10px 0;
	}

	.section02 .cardList li {
		flex-basis: 48%;
		max-width: 48%;
		margin-bottom: 15px;
	}

	.section02 .cardList li .cardSuit img {
		width: 100%;
	}

	.section02 .cardList li .cardCnt {
		padding: 0 10px;
		height: 300px;
		max-width: 100%;
	}

	.section02 .cardList li .cardCnt .cardNam {
		margin-top: 20px;
	}
}
