.banner_area_tel {
	width: 100%;
	background-color: #F5F5F6;
	padding: 20px;
	text-align: center;
}
.sec_cta {
	background-color: #46484B;
	padding: 40px 0;
}
.sec_cta .sec_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 0 20px;
}
.sec_cta .cta {
	width: 100%;
	max-width: 290px;
	text-align: center;
}
.sec_cta .cta .text {
	position: relative;
	margin-bottom: 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.5px;
}
.sec_cta .cta .text::before {
	content: '';
	background: url("../img/support/common_icon_01.png") no-repeat;
	background-size: contain;
	width: 13px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sec_cta .cta .text::after {
	content: '';
	background: url("../img/support/common_icon_02.png") no-repeat;
	background-size: contain;
	width: 13px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.sec_cta .cta a.btn {
	position: relative;
	padding: 20px;
	background-color: #FFD800;
	color: #46484B;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 2px;
}
.sec_cta .cta a.btn::after {
	content: '';
	background: url("../img/common/arrowR_white.svg") no-repeat;
	background-size: contain;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.sec_cta .cta a.dl_btn {
	background-color: #2F8CFA;
	color: #fff;
}
.sec_contact_human {
	background: url("../img/support/tech_bg_01_sp.jpg") center/cover no-repeat #666;
	padding: 45px 0 30px;
	text-align: center;
}
.sec_contact_human .contact_inner {
	padding: 0 20px;
}
.sec_contact_human .title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.7;
	color: #fff;
}
.sec_contact_human a {
	margin-top: 32px;
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.sec_cta {
		padding: 50px 0;
	}
	.sec_cta .sec_inner {
		flex-direction: row;
		justify-content: space-around;
		gap: 0;
		padding: 0 40px;
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
	}
	.sec_contact_human {
		background: url("../img/support/tech_bg_01.jpg") center/cover no-repeat #666;
		padding: 80px 0 64px;
	}
	.sec_contact_human .contact_inner {
		padding: 0 40px;
	}
	.sec_contact_human .title {
		font-size: 20px;
	}
	.sec_contact_human a {
		margin-top: 42px;
		margin-bottom: 0;
	}
	
}

#tech_support_2023 {
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
}
#tech_support_2023 img {
	width: 100%;
	object-fit: contain;
}
#mv {
	background: url("../img/support/tech_mv_sp.jpg") center/cover no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 414px;
	margin-bottom: 120px;
}
#mv .mv_inner {
	max-width: 1100px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	text-align: center;
}
#mv .mv_inner .sub {
	font-size: 13px;
	margin: 20px 0 6px;
}
#mv .mv_inner h1 {
	font-size: 24px;
	margin: 0 0 32px;
	padding-bottom: 32px;
	position: relative;
}
#mv .mv_inner h1::after {
	content: "";
	position: absolute;
	width: 55px;
	height: 2px;
	background: #FFD800;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#mv .mv_inner .img_wrap {
	width: 255px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#mv .link_wrap {
	position: absolute;
	top: calc(100% + 18px);
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
	padding: 0 20px;
}
#mv .link_wrap a {
	background: #FFD800;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}
#mv .link_wrap a::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	content: "";
	width: 9px;
	height: 13px;
	background: url("../img/common/arrowR_white.svg") center/contain no-repeat;
}
#mv .caption_wrap {
}
#mv .caption {
	margin-top: 4px;
	font-size: 10px;
	line-height: 1.4;
}

@media screen and (min-width: 768px) {
	#mv {
		background: url("../img/support/tech_mv.jpg") center/cover no-repeat;
		height: 445px;
		margin-bottom: 30px;
	}
	#mv .mv_inner {
		width: 100%;
		padding: 0 20px;
		text-align: left;
	}
	#mv .mv_inner .sub {
		font-size: 20px;
		margin: 40px 0 16px;
		letter-spacing: 1px;
	}
	#mv .mv_inner h1 {
		font-size: 35px;
		margin: 0 0 50px;
		padding-bottom: 50px;
	}
	#mv .mv_inner h1::after {
		width: 84px;
		left: 0;
		transform: translateX(0);
	}
	#mv .mv_inner .img_wrap {
		width: 100%;
		flex-direction: row;
		align-items: flex-start;
	}
	#mv .mv_inner .img_wrap img {
		width: 400px;
	}
	#mv .link_wrap {
		top: auto;
		left: auto;
		right: 0;
		bottom: 0;
		transform: translateX(0);
		width: 320px;
		padding: 15px 15px 0;
		background-color: #fff;
		border-radius: 8px 0px 0px 0px;
	}
	#mv .link_wrap a:hover {
		transform: translateY(-2px);
		box-shadow: 0px 3px 10px #00000029;
	}
}

.sec_inner {
	padding: 0 20px;
}
.sec_title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 25px;
	padding: 0 0 25px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.5px;
}
.sec_title .sub {
	display: block;
	margin-bottom: 14px;
	font-size: 14px;
}
.sec_title::after {
	content: "";
	position: absolute;
	width: 84px;
	height: 3px;
	background: #FFD800;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
	.sec_inner {
		padding: 0 40px;
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
	}
	.sec_title {
		margin: 0 0 50px;
		padding: 0 0 40px;
		font-size: 28px;
		letter-spacing: 2px;
	}
	.sec_title .sub {
		font-size: 18px;
	}
	.sec_title::after {
		height: 5px;
	}
}

#tech01 {
	padding-bottom: 40px;
}
#tech01 .title {
	margin-bottom: 25px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1.5px;
}
#tech01 .text {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	text-align: justify;
	letter-spacing: 1px;
}

#tech02 {
	position: relative;
	padding: 40px 0;
	border-top: 1px solid #DEDEDE;
}
#tech02::after {
	content: "";
	border-top: 20px solid #fff;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
}
#tech02 .review {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
#tech02 .review .item {
	position: relative;
	background: url("../img/support/tech_icon_02.png") calc(50% - 33px) 77px/16px no-repeat;
	width: calc(50% - 5px);
}
#tech02 .review .text {
	background-color: #FFD800;
	border-radius: 100px;
	padding: 22px 10px 27px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
#tech02 .review .icon {
	width: 45px;
	height: 45px;
	margin: -15px auto 0;
}

#tech03 {
	padding: 40px 0;
	background: url("../img/support/common_bg_01.png") center/cover no-repeat #F5F5F6;
	text-align: center;
}
#tech03 .title {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding: 12px 25px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	background-color: #FFD800;
	border: 1px solid #fff;
	border-radius: 5px;
}
#tech03 .title:before {/*左側のリボン端*/
	content: "";
	position: absolute;
	bottom: -8px;
	left: -32px;
	border-top: 15px solid #FFD800;
	border-bottom: 15px solid #FFD800;
	border-left: 12px solid transparent;/*山形に切り抜き*/
	border-right: 32px solid #FFD800;
}

#tech03 .title:after {/*右側のリボン端*/
	content: "";
	position: absolute;
	bottom: -8px;
	right: -32px;
	border-top: 15px solid #FFD800;
	border-bottom: 15px solid #FFD800;
	border-left: 32px solid #FFD800;
	border-right: 12px solid transparent;/*山形に切り抜き*/
}
#tech03 .text {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	letter-spacing: 1px;
}


@media screen and (min-width: 768px) {
	#tech01 {
		padding-bottom: 0;
	}
	#tech01 .sec_inner {
		max-width: 1180px;
		display: flex;
		justify-content: space-between;
	}
	#tech01 .contents {
		width: 520px;
		margin-top: 60px;
	}
	#tech01 .img {
		width: calc(100% - 600px);
	}
	#tech01 .title {
		margin-bottom: 38px;
		font-size: 30px;
		letter-spacing: 2px;
	}
	#tech01 .text {
		font-size: 18px;
	}

	#tech02 {
		padding: 80px 0;
	}
	#tech02::after {
		border-top: 40px solid #fff;
		border-right: 55px solid transparent;
		border-left: 55px solid transparent;
	}
	#tech02 .review {
		gap: 34px;
	}
	#tech02 .review .item {
		background: url("../img/support/tech_icon_02.png") calc(50% - 60px) 128px/34px no-repeat;
		width: calc((100% - 68px) / 3);
	}
	#tech02 .review .text {
		padding: 40px 10px 50px;
		font-size: 18px;
	}
	#tech02 .review .icon {
		width: 75px;
		height: 75px;
		margin: -20px auto 0;
	}

	#tech03 {
		padding: 80px 0;
	}
	#tech03 .title {
		margin-bottom: 40px;
		padding: 20px 40px;
		font-size: 22px;
		letter-spacing: 1.5px;
	}
	#tech03 .title:before {
		bottom: -14px;
		left: -48px;
		border-top: 24px solid #FFD800;
		border-bottom: 24px solid #FFD800;
		border-left: 22px solid transparent;
		border-right: 48px solid #FFD800;
	}
	#tech03 .title:after {
		bottom: -14px;
		right: -48px;
		border-top: 24px solid #FFD800;
		border-bottom: 24px solid #FFD800;
		border-left: 48px solid #FFD800;
		border-right: 22px solid transparent;
	}
	#tech03 .text {
		font-size: 18px;
	}
}

#tech04 {
	padding: 40px 0 10px;
}
#tech04 .sec_title {
	margin-bottom: 40px;
}
#tech04 .sec_item {
	margin: 25px 0;
}
#tech04 .sec_item.item_01 {
	border-bottom: 1px solid #DEDEDE;
}
#tech04 .title_wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}
#tech04 .title_wrap .num {
	position: relative;
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	margin-right: 15px;
	padding-right: 15px;
	letter-spacing: 1px;
}
#tech04 .title_wrap .num::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 24px;
	background: #FFD800;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}
#tech04 .title_wrap .title {
	font-size: 19px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 1px;
}
#tech04 .text {
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
#tech04 strong {
	font-weight: 700;
}
#tech04 .text a {
	display: inline-block;
	color: #2F8CFA;
	text-decoration: underline;
}
#tech04 .banner_area,
#tech04 .banner_area_tel {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
#tech04 .banner_area_tel {
	margin-bottom: 40px;
}
#tech04 .btn {
	background: #FFD800;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
#tech04 .btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	content: "";
	width: 9px;
	height: 13px;
	background: url("../img/common/arrowR_white.svg") center/contain no-repeat;
}
#tech04 .sec_box {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 25px 20px 30px;
	background-color: #F5F5F6;
}
#tech04 .sec_box .sec_title {
	font-size: 20px;
}
#tech04 .sec_box .sec_title .sub {
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 11px;
}
#tech04 .sec_box .sec_title .sub::after {
	content: "";
	border-top: 8px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
}
#tech04 .sec_box .sec_title::after {
	width: 66px;
}
#tech04 .graph_wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
#tech04 .graph {
	position: relative;
	background-color: #fff;
	padding: 50px 16px 20px;
}
#tech04 .graph .caption {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #707070;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 14px;
}
#tech04 .graph_item {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 10px;
}
#tech04 .graph_item .icon {
	width: 48px;
	margin-right: 20px;
}
#tech04 .graph_item .num {
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	margin-right: 6px;
}
#tech04 .graph_item .text {
	margin: 0 0 7px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

#tech05 {
	padding: 40px 0;
}
#tech05 .sec_title {
	margin-bottom: 40px;
}
#tech05 .sec_item {
	display: flex;
	flex-direction: column;
	margin: 40px 0 0;
}
#tech05 .title_wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}
#tech05 .title_wrap .num {
	position: relative;
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	margin-right: 15px;
	padding-right: 15px;
	letter-spacing: 1px;
}
#tech05 .title_wrap .num::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 24px;
	background: #FFD800;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}
#tech05 .title_wrap .title {
	font-size: 19px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 1px;
}
#tech05 .text {
	font-size: 14px;
	line-height: 2;
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 24px;
}
#tech05 .btn {
	background: #FFD800;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}
#tech05 .btn::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	content: "";
	width: 9px;
	height: 13px;
	background: url("../img/common/arrowR_white.svg") center/contain no-repeat;
}
#tech05 .img {
	margin-bottom: 24px;
}
#tech05 .contents_wrap,
#tech05 .img_wrap {
	display: contents;
}
#tech05 .text01 {
	order: 1;
}
#tech05 .text02 {
	order: 3;
}
#tech05 .img01 {
	order: 2;
}
#tech05 .img02 {
	order: 4;
}
#tech05 .btn {
	order: 5;
}
@media screen and (min-width: 768px) {
	#tech04 {
		padding: 120px 0;
		border-bottom: 1px solid #DEDEDE;
	}
	#tech04 .sec_title {
		margin-bottom: 60px;
		font-size: 32px;
	}
	#tech04 .sec_item {
		margin: 60px 0;
	}
	#tech04 .sec_item.item_02 {
		border-bottom: 1px solid #DEDEDE;
	}
	#tech04 .title_wrap {
		margin-bottom: 20px;
	}
	#tech04 .title_wrap .num {
		font-size: 40px;
		margin-right: 22px;
		padding-right: 22px;
		letter-spacing: 2px;
	}
	#tech04 .title_wrap .num::after {
		width: 3px;
		height: 35px;
	}
	#tech04 .title_wrap .title {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 2px;
	}
	#tech04 .text {
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	#tech04 .banner_area {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}
	#tech04 .item_03 {
		display: flex;
	}
	#tech04 .item_03 .contents {
		width: 500px;
	}
	#tech04 .item_03 .img {
		width: calc(100% - 500px);
		padding-left: 50px;
	}
	#tech04 .btn {
		width: 250px;
	}
	#tech04 .sec_box {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding: 60px;
	}
	#tech04 .sec_box .sec_title {
		font-size: 24px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#tech04 .sec_box .sec_title::after {
		width: 75px;
		height: 3px;
	}
	#tech04 .sec_box .sec_title .sub {
		margin-bottom: 20px;
		padding: 12px 22px;
		font-size: 13px;
	}
	#tech04 .sec_box .sec_title .sub::after {
		border-top: 10px solid #fff;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
	}
	#tech04 .sec_box .text {
		font-size: 16px;
		text-align: center;
		letter-spacing: 1px;
	}
	#tech04 .graph_wrap {
		flex-direction: row;
		gap: 50px;
	}
	#tech04 .graph {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(50% - 25px);
		padding: 50px 26px 20px;
	}
	#tech04 .graph_item {
		margin-bottom: 0;
	}
	#tech04 .graph_item .icon {
		width: 64px;
		margin-right: 26px;
	}
	#tech04 .graph_item .num {
		font-size: 60px;
		letter-spacing: 2px;
		margin-right: 3px;
	}
	#tech04 .graph_item .text {
		margin: 0 0 8px;
		font-size: 27px;
	}

	#tech05 {
		padding: 120px 0;
	}
	#tech05 .sec_title {
		margin-bottom: 60px;
		font-size: 32px;
	}
	#tech05 .sec_item {
		flex-direction: row;
		gap: 50px;
		margin: 80px 0 0;
	}
	#tech05 .sec_item.r_flex {
		flex-direction: row-reverse;
	}
	#tech05 .contents_wrap,
	#tech05 .img_wrap {
		display: block;
	}
	#tech05 .sec_item .contents_wrap {
		width: 500px;
	}
	#tech05 .sec_item .img_wrap {
		width: calc(100% - 550px);
	}
	#tech05 .title_wrap {
		margin-bottom: 20px;
	}
	#tech05 .title_wrap .num {
		font-size: 40px;
		margin-right: 22px;
		padding-right: 22px;
		letter-spacing: 2px;
	}
	#tech05 .title_wrap .num::after {
		width: 3px;
		height: 35px;
	}
	#tech05 .title_wrap .title {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 2px;
	}
	#tech05 .text {
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	#tech05 .btn {
		width: 310px;
	}
	#tech05 .img {
		margin-bottom: 32px;
	}
	#tech05 .text01,
	#tech05 .text02,
	#tech05 .img01,
	#tech05 .img02,
	#tech05 .btn {
		order: 1;
	}
}


