@charset "utf-8";

.sub_visual {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 650px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.sub_visual .visual_txt {
	text-align: center;
}
.sub_visual .visual_ttl {
	display: block;
	margin-bottom: 40px;
	font-size: 11rem;
	font-weight: 400;
	color: #fefefe;
	letter-spacing: 0.03em;
	line-height: 1;
}
.sub_visual .visual_cont {
	display: block;
	font-size: 2.4rem;
	color: #fefefe;
}
.sub_visual .visual_cont strong {
	color: inherit;
}
.sub_visual .breadcrumb ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 45px;
}
.sub_visual .breadcrumb ul li {
	position: relative;
}
.sub_visual .breadcrumb ul li:not(:last-child):after {
	content:'';
	display: block;
	position: absolute;
	top: 4px;
	right: -25px;
	width: 5px;
	height: 8px;
	background: url('../images/common/icon-arrow.png') no-repeat center / cover;
}
.sub_visual .breadcrumb ul li a {
	font-size: 1.4rem;
	color: var(--white-basic-color);
}
.sub_visual .breadcrumb ul li {
	position: relative;
}
.sub_visual .category-tab-box {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.sub_visual .category-tab-box .tab-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub_visual .category-tab-box .tab-btn {
	position: relative;
	width: 130px;
	padding: 25px 0;
	font-size: 1.5rem;
	color: var(--white-basic-color);
	text-align: center;
}
.sub_visual .category-tab-box .tab-btn.on {
	font-weight: 700;
}
.sub_visual .category-tab-box .tab-btn.on:after {
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--white-basic-color);
}
.sub_ttl_box {
	margin-bottom: 45px;
}
.sub_ttl_box.ttl_center {
	text-align: center;
}
.sub_ttl_box .sub_ttl {
	font-size: 3.6rem;
	font-weight: 700;
	color: #111111;
}
.sub_ttl_box.ttl_ico .sub_ttl {
	position: relative;
	padding-left: 54px;
}
.sub_ttl_box.ttl_ico .sub_ttl:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: url('/assets/images/common/ico_title.png') no-repeat left center;
}

.sub .contents_goal {
	position: relative;
	padding-top: 120px;
}
.sub .contents_goal:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 0;
	background-color: #1b93a8;
	transition: .5s;
}
.sub .contents_goal .goal_ico {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #1b93a8;
	transform: scale(0);
	transition: .5s .5s;
}
.sub .contents_goal .goal_ico:after {
	content:'';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: rgba(27,147,168,.5);
	z-index: -1;
}
.sub .contents_goal[data-aos="line-draw"].aos-animate:before {
	height: 120px;
}
.sub .contents_goal[data-aos="line-draw"].aos-animate .goal_ico {
	transform: scale(1);
}
.sub .contents_goal p {
	margin-top: 75px;
	font-size: 2.8rem;
	font-weight: 500;
	color: #1b93a8;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	opacity: 0;
	transform: translateY(50px);
	transition: .8s 1s;
}
.sub .contents_goal[data-aos="line-draw"].aos-animate p {
	opacity: 1;
	transform: translateY(0);
}

/* company - ceo */
.ceo_introduce {
	padding: 120px 0;
}
.ceo_introduce .txt_box p {
	font-size: 2.4rem;
	font-weight: 500;
	color: #111111;
	line-height: 1.45;
}
.ceo_introduce .img_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #cfcfcf;
}
.ceo_introduce .img_box img {
	display: block;
}
.ceo_introduce .ceo_name {
	display: flex;
	align-items: flex-end;
	margin-top: 10%;
}
.ceo_introduce .ceo_name span {
	margin-right: 30px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #111111;
}
.ceo_history .history_box {
	display: flex;
	align-items: flex-start;
}
.ceo_history .list_wrap {
	position: relative;
}
.ceo_history .history_year {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 4.5rem;
	font-weight: 700;
	color: #111111;
}
.ceo_history .history_list {
	width: calc(100% - 480px);
}
.ceo_history .history_list .list_wrap {
	padding-left: 34.375%;
}
.ceo_history .history_list li {
	position: relative;
	padding-left: 71px;
	padding-bottom: 80px;
	padding-right: 20px;
}
.ceo_history .history_list li:before {
	content:'';
	display: block;
	position: absolute;
	top: 10px;
	left: 5.5px;
	width: 1px;
	height: 100%;
	background-color: #1b93a8;
}
.ceo_history .history_list .year {
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	margin-bottom: 50px;
	font-size: 3.6rem;
	font-weight: 700;
	color: #111111;
}
/* .ceo_history .history_list .year:before {
	content:'';
	display: block;
	position: absolute;
	top: 10px;
	left: -73px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #1b93a8;
} */
.ceo_history .history_list dl {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.ceo_history .history_list dl + dl {
	margin-top: 40px;
}
.ceo_history .history_list dl:before {
	content:'';
	display: block;
	position: absolute;
	top: 10px;
	left: -73px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #1b93a8;
}
.ceo_history .history_list dt {
	flex: 0 0 auto;
	width: 60px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #111111;
	line-height: 1.5;
}
.ceo_history .history_list dd {
	font-size: 2.4rem;
	color: #111111;
	line-height: 1.5;
}
.ceo_history .history_img {
	display: flex;
	flex-direction: column;
	gap: 80px;
	flex: 0 0 auto;
	margin-left: auto;
}
.ceo_media {
	margin: 160px 0;
}
.ceo_media .media_list ul > li {
	display: flex;
	align-items: flex-start;
	padding: 40px 0;
	border-bottom: 2px solid #ececec;
}
.ceo_media .media_list ul > li:first-child {
	padding-top: 0;
}
.ceo_media .media_list ul > li a {
	display: flex;
	align-items: flex-start;
}
.ceo_media .img_box {
	flex: 0 0 auto;
}
.ceo_media .img_txt {
	width: 33.54%;
	margin-right: 60px;
}
.ceo_media .img_link {
	width: 31.11%;
	padding: 0 50px;
}
.ceo_media .category {
	display: block;
	width: 100px;
	font-size: 2rem;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
	border-radius: 19px;
	background-color: #1b93a8;
}
.ceo_media .name {
	display: block;
	margin: 25px 0 20px;
	font-size: 3.4rem;
	color: #111111;
	line-height: 1.55;
}
.ceo_media .cont {
	font-size: 2.4rem;
	font-weight: 500;
	color: #111111;
	line-height: 1.45;
	word-break: keep-all;
}
.ceo_media .date {
	display: block;
	margin-top: 45px;
	font-size: 2rem;
	font-weight: 500;
	color: #111111;
}
.ceo_media ol {
	margin: 20px 0;
}
.ceo_media ol li {
	position: relative;
	padding-left: 16px;
	font-size: 2rem;
	font-weight: 500;
	color: #111111;
	line-height: 1.55;
}
.ceo_media ol li:before {
	content:'';
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000000;
}

/* company - value */
.value_corp {
	padding: 120px 0 80px;	
}
.value_corp .corp_box_wrap {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding: 35px 0 50px;
	text-align: center;
}
.value_corp .box_cont {
	width: 100%;
}
.value_corp .corp_ttl {
	display: block;
	padding: 0 20px;
	font-size: 3.6rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 66px;
	border-radius: 33px;
	background-color: #1b93a8;
	text-transform: uppercase;
}
.value_corp .corp_txt {
	padding: 0 10px;
	margin-top: 35px;
	font-size: 2.4rem;
	font-weight: 500;
	color: #111111;
	line-height: 1.45;
	word-break: keep-all;
}
.value_core {
	margin-bottom: 150px;
}
.value_core .core_box_wrap {
	display: flex;
	align-items: flex-start;
	gap: 29px;
}
.value_core .box_wrap {
	width: 100%;
	padding: 30px;
	padding-bottom: 120px;
	border-radius: 230px;
	background-color: #edf7f8;
}
.value_core .img_box {
	position: relative;
	width: 100%;
	padding-top: 100%;
	border: 3px solid #1b93a8;
	background-color: #fff;
	border-radius: 50%;
}
.value_core .img_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.value_core .img_box .ico {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url('/assets/images/sub/ico_value_core.png');
}
.value_core .box_wrap:nth-child(1) .img_box .ico {background-position: left center;}
.value_core .box_wrap:nth-child(2) .img_box .ico {background-position: center center;}
.value_core .box_wrap:nth-child(3) .img_box .ico {background-position: right center;}
.value_core .img_box .name {
	width: 140px;
	margin-top: 30px;
	padding-top: 30px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #1b93a8;
	text-align: center;
	border-top: 1px solid #1b93a8;
}
.value_core .txt_box {
	margin-top: 35px;
	text-align: center;
}
.value_core .txt_box p {
	font-size: 2.4rem;
	font-weight: 500;
	color: #111111;
	line-height: 1.5;
}

/* service - fnb */
.fnb_process {
	margin: 120px 0 160px;
}
.fnb_process .process_list {
	display: flex;
	align-items: center;
	gap: 29px;
	position: relative;
	padding-bottom: 50px;
}
.fnb_process .process_list:after {
	content:'';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(75% + 20px);
	height: 1px;
	background-color: #1b93a8;
}
.fnb_process .process_list .list_wrap {
	position: relative;
	width: 100%;
	border-radius: 50%;
	background-color: #1b93a8;
}
.fnb_process .process_list .list_wrap:first-child:after,
.fnb_process .process_list .list_wrap:last-child:after {
	content:'';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 50px;
	background-color: #1b93a8;
}
.fnb_process .process_list .list_inner {
	width: 100%;
	padding-top: 100%;
}
.fnb_process .process_list p {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 3.6rem;
	font-weight: 700;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.55;
	text-align: center;
}
.fnb_process .process_detail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 80px;
}
.fnb_process .detail_box {
	width: calc(50% - 15px);
	min-height: 300px;
	padding: 60px 40px;
	background-color: #f8f8f8;
}
.fnb_process .detail_box .name {
	display: block;
	margin-bottom: 35px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #1b93a8;
}
.fnb_process .detail_box .cont {
	font-size: 2.4rem;
	color: #111111;
	line-height: 1.5;
	word-break: keep-all;
}

/* service - support */
.support_export {
	margin: 120px 0 160px;
}
.support_export .export_list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.support_export .export_list li:nth-child(even) {
	flex-direction: row-reverse;
}
.support_export .export_list li + li {
	margin-top: 120px;
}
.support_export .img_box {
	width: 44.44%;
}
.support_export .txt_box {
	width: 44.44%;
}
.support_export .txt_box .name {
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	color: #111111;
	line-height: 1.55;
}
.support_export .txt_box .cont {
	margin-top: 40px;
	font-size: 2.4rem;
	font-weight: 500;
	color: #111111;
	line-height: 1.45;
	word-break: keep-all;
}

/* solution - system */
.solution_process {
	margin: 120px 0 80px;
}
.solution_process .compare_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 80px;
}
.solution_process .compare_ttl {
	margin-bottom: 50px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #1b93a8;
	text-align: center;
}
.solution_process .process_cont ul {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}
.solution_process .process_cont ul li {
	width: 430px;
	max-width: 100%;
	padding: 20px 0;
	font-size: 2.8rem;
	text-align: center;
	border-radius: 10px;
}
.solution_process .p_single ul li {
	color: #a1a1a1;
	background-color: #f8f8f8;
}
.solution_process .p_support ul li {
	color: #ffffff;
	background-color: #1b93a8;
}
.solution_process .ico {
	display: block;
	position: relative;
	width: max-content;
	padding-top: 80px;
	margin: 30px auto 0;
}
.solution_process .ico:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 50px;
	background-color: #a1a1a1;
}
.solution_system {
	padding: 80px 0 100px;
	border-top: 1px solid #cfd1d2;
}
.solution_system .system_list ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
.solution_system .system_list li {
	position: relative;
	width: calc(25% - 23px);
}
.solution_system .system_list .number {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	border-radius: 0 0 20px 20px;
	background-color: #1b93a8;
}
.solution_system .system_list .txt_box {
	margin: 30px 0 50px;
	text-align: center;
}
.solution_system .system_list .name {
	font-size: 2.4rem;
	font-weight: 700;
	color: #111111;
}
.solution_system .system_list .cont {
	margin-top: 23px;
	font-size: 1.6rem;
	color: #111111;
	line-height: 1.55;
}

.solution_story .story_wrap {
	display: flex;
	align-items: flex-end;
	margin: 120px 0;
}
.solution_story .story_wrap:nth-child(odd) .txt_box {
	padding-left: 86px;
	padding-right: calc((100% - 1440px)/2);
}
.solution_story .story_wrap:nth-child(even) {
	flex-direction: row-reverse;
}
.solution_story .story_wrap:nth-child(even) .txt_box {
	padding-right: 86px;
	padding-left: calc((100% - 1440px)/2);
}
.solution_story .img_box {
	width: 50%;
}
.solution_story .txt_box {
	width: 50%;
}
.solution_story .txt_box .name {
	display: block;
	margin-bottom: 50px;
	font-size: 3.4rem;
	font-weight: 700;	
}
.solution_story .txt_box p {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}
.solution_story .img_detail_btn {
	margin-top: 100px;
}
.store_pop .pop_inner {
	width: 100%;
	height: 100%;
	max-height: 80vh;
}
.store_pop .img_slide_wrap {
	width: 100%;
	height: 100%;
}
.store_pop .storeSwiper {
	width: calc(100% - 260px);
	height: 100%;
	margin: 0 auto;
}
.store_pop .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.store_pop .swiper-slide img {
	max-width: 80vw;
	max-height: 100%;
}
.store_pop .swiper-button-next:after,
.store_pop .swiper-button-prev:after {
	display: none;
}
.store_pop .swiper-button-prev {
	transform: rotate(180deg);
}

/* contact - contact */
.contact_us {
	margin: 120px 0 160px;
}
.contact_us .contact_box + .contact_box {
	margin-top: 160px;
}
.contact_us .map_box iframe {
	width: 100%;
	height: 480px;
}
.contact_us .map_txt {
	display: flex;
	align-items: flex-start;
	margin-top: 50px;
}
.contact_us .map_txt .name_box {
	position: relative;
	width: 21.94%;
}
.contact_us .map_txt .name_box:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 80px;
	background-color: #cfd1d2;
}
.contact_us .map_txt .name {
	font-size: 3.4rem;
	font-weight: 700;
	color: #111111;
}
.contact_us .map_txt .guide {
	display: block;
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #111111;
}
.contact_us .map_info {
	padding-left: 238px;
}
.contact_us .map_info strong {
	position: relative;
	font-size: 2.5rem;
	font-weight: 700;
	color: #111111;
}
.contact_us .map_info strong:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: -73px;
	width: 40px;
	height: 50px;
	background: url('/assets/images/common/ico_location.png') no-repeat center;
}
.contact_us .map_info p {
	margin-top: 15px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.45;
}

/* solution - 2025 */
.page-ttl-box {
	padding: 120px 0;
	text-align: center;
}
.page-ttl-box .page-title {
	font-size: 4.8rem;
	font-weight: 700;
}
.page-ttl-box .page-sub {
	margin-top: 20px;
	font-size: 2.6rem;
	line-height: 1.5;
}
.function-introduce {
	position: relative;
	padding: 80px 0 120px;
}
.function-introduce:before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 80%;
	background-color: var(--white-color400);
	z-index: -10;
}

.box-title-box {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.box-title-box:before {
	content:'';
	display: block;
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 80px;
	background-color: var(--primary-color100);
}
.box-title-box h4 {
	font-size: 3.6rem;
	font-weight: 700;
	color: var(--primary-color100);
}
.box-title-box.w-box h4 {
	color: var(--white-basic-color);
}
.box-title-box.w-line:before {
	background-color: var(--white-basic-color);
}

.function-boxes-wrap {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
.function-boxes-wrap .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px;
	background-color: var(--white-basic-color);
	border: 1px solid var(--white-color100);
}
.function-boxes-wrap .box .number {
	font-size: 2rem;
	font-weight: 700;
	color: var(--primary-color100);
}
.function-boxes-wrap .box .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	margin: 30px 0;
	border-radius: 50%;
	background-color: var(--white-color400);
}
.function-boxes-wrap .box .name {
	font-size: 1.8rem;
	text-align: center;
}

.process-introduce {
	padding: 120px 0;
	background-color: var(--primary-color100);
}

.process-boxes-wrap {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
}
.process-boxes-wrap .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.process-boxes-wrap .box .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--primary-color100);
	border-radius: 3px;
	background-color: var(--white-basic-color);
	z-index: 10;
}
.process-boxes-wrap .box:after {
	content:'';
	display: block;
	position: absolute;
	top: 10px;
	left: -30px;
	width: calc(100% + 30px);
	border-top: 5px dotted #99b0e6;
	opacity: .5;
}
.process-boxes-wrap .box:first-child:after {
	width: 50%;
	left: initial;
	right: 0;
}
.process-boxes-wrap .box:last-child:after {
	width: calc(50% + 30px);
}
.process-boxes-wrap .box .period {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 60px;
	margin: 30px 0 24px;
	border-radius: 10px;
	background-color: var(--primary-color200);
}
.process-boxes-wrap .box .period:after {
	content:'';
	display: block;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 14px;
	background: url('../images/sub/icon-bubble.png') no-repeat center / cover;
}
.process-boxes-wrap .box .period p {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--white-basic-color);
}
.process-boxes-wrap .box .contents {
	width: 100%;
	padding: 30px;
	border-radius: 10px;
	background-color: var(--white-basic-color);
}
.process-boxes-wrap .box .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
}
.process-boxes-wrap .box .name {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.benefit-introduce {
	padding: 120px 0;
	background-color: var(--primary-color100);
}
.benefit-introduce .box-title-box {
	margin-bottom: 110px;
}
.benefit-list ul {
	display: flex;
	flex-direction: column;
}
.benefit-list ul li {
	position: relative;
}
.benefit-list ul li:nth-child(odd) {
	margin-right: auto;
}
.benefit-list ul li:nth-child(even) {
	margin-left: auto;
}
.benefit-list ul li {
	position: relative;
}
.benefit-list ul li + li {
	margin-top: -100px;
}
.benefit-list .number {
	position: absolute;
	top: -60px;
	right: 0;
	font-size: 11rem;
	font-weight: 500;
	color: var(--white-basic-color);
}
.benefit-list .name {
	margin-top: 25px;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--white-basic-color);
}

.contact-introduce {
	padding: 80px 0;
	background: url('../images/sub/contact-bg.jpg') no-repeat center / cover;
}
.contact-introduce .inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.contact-introduce .left-box h5 {
	width: 160px;
}
.contact-introduce .left-box p {
	margin-top: 50px;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.5;
	color: var(--white-basic-color);
}
.contact-introduce .left-box p strong {
	color: inherit;
	font-weight: 700;
}
.contact-introduce .inquiry-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--white-basic-color);
	border: 1px solid var(--white-basic-color);
}

.solution-ui {
	padding-bottom: 120px;
}
.solution-title-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 236px;
	height: 46px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: var(--primary-color100);
}
.solution-title-box h4 {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--white-basic-color);
}

.slide-box-wrap {
	position: relative;
	width: 100%;
	max-width: 648px;
	margin:30px auto 0;
}
.uiSwiper .slide-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	box-shadow: 1.5px 1.3px 8px rgba(0, 0, 0, 0.14);
}
.uiSwiper {
	position: relative;
	overflow: hidden;
}
.uiSwiper .swiper-slide {
	padding: 20px;
}
.uiSwiper .slide-inner {
	max-width: 648px;
	height: 368px;
}
.uiSwiper .slide-inner img {
	position: absolute;
    top: 0;
    transition: all 1.5s ease;
    width: 100%;
}
@media screen and (min-width:768px) {
	.uiSwiper .slide-inner:hover img{
		transform: translate3d(0,calc(-100% + 368px),0);
	}
}

.solution-ui .swiper-button-next,
.solution-ui .swiper-button-prev {
	width: 15px;
	height: 26px;
	background: url('../images/common/button-slide-arrow.png') no-repeat center / cover;
}
.solution-ui .swiper-button-prev {
	left: -50px;
	transform: rotate(180deg);
}
.solution-ui .swiper-button-next {
	right: -50px;
}
.solution-ui .swiper-button-next:after,
.solution-ui .swiper-button-prev:after {
	display: none;
}
.solution-ui .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	bottom: -40px;
}
.solution-ui .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 !important;
}
.solution-ui .swiper-pagination-bullet-active {
	background-color: var(--primary-color100);
}

/* responsive */

@media screen and (max-width:1100px) {

	.ceo_history .history_list .list_wrap {
		padding-left: 200px;
	}

}

@media screen and (max-width:1024px) {

	.ceo_history .history_list {
		width: calc(100% - 300px);
	}
	.ceo_history .history_img {
		max-width: 300px;
	}
	.ceo_history .history_list .list_wrap {
		padding-left: 150px;
	}
	.ceo_history .history_list .year {
		left: -150px;
	}
	.ceo_history .history_list li {
		padding-left: 40px;
	}
	.ceo_history .history_list dl:before {
		left: -41px;
	}

	.value_core .img_box .ico {
		width: 70px;
		height: 70px;
		background-size: 210px;
	}

	.fnb_process .process_list p {
		font-size: 3rem;
	}

	.solution_process .compare_box {
		gap: 40px;
	}
	.solution_process .process_cont ul li {
		width: 330px;
	}

	.solution_story .story_wrap {
		align-items: flex-start;
	}
	.store_pop .storeSwiper {
		width: calc(100% - 100px);
	}

}

@media screen and (max-width:768px) {

	/* common */
	.sub_visual {
		height: 350px;
		background-attachment: initial;
	}
	.sub_visual .visual_ttl {
		margin-bottom: 20px;
		font-size: 2.7rem;
	}
	.sub_visual .visual_cont {
		font-size: 1.6rem;
	}
	.sub_ttl_box {
		margin-bottom: 35px;
	}
	.sub_ttl_box .sub_ttl {
		font-size: 2.4rem;
	}
	.sub_ttl_box.ttl_ico .sub_ttl {
		padding-left: 35px;
	}
	.sub_ttl_box.ttl_ico .sub_ttl:before {
		width: 22px;
		height: 22px;
		background-size: contain;
	}

	.sub .contents_goal {
		padding-top: 86px;
	}
	.sub .contents_goal p {
		margin-top: 50px;
		font-size: 2rem;
	}
	.sub .contents_goal .goal_ico:after {
		width: 37px;
		height: 37px;
	}
	.sub .contents_goal[data-aos="line-draw"].aos-animate:before {
		height: 87px;
	}

	/* company - ceo */
	.ceo_introduce {
		padding: 70px 0;
	}
	.ceo_introduce .txt_box p {
		font-size: 1.6rem;
	}
	.ceo_introduce .img_box {
		flex-direction: column;
		align-items: flex-start;
	}
	.ceo_introduce .ceo_name span {
		font-size: 1.6rem;
	}
	.ceo_introduce .ceo_name img {
		width: 120px;
	}
	.ceo_introduce .ceo_img {
		max-width: 300px;
		margin-top: 10px;
		margin-left: auto;
	}
	.ceo_history .history_box {
		flex-direction: column;
	}
	.ceo_history .history_list {
		width: 100%;
	}
	.ceo_history .history_list .list_wrap {
		padding-left: 0;
	}
	.ceo_history .history_list li {
		padding-left: 0;
		padding-bottom: 40px;
	}
	.ceo_history .history_list li:before {
		display: none;
	}
	.ceo_history .history_list .year {
		position: relative;
		left: initial;
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.ceo_history .history_list dl {
		padding-left: 30px;
	}
	.ceo_history .history_list dl:before {
		top: 6px;
		left: 0;
		width: 8px;
		height: 8px;
	}
	.ceo_history .history_list dt {
		width: 50px;
		font-size: 1.4rem;
	}
	.ceo_history .history_list dd {
		font-size: 1.4rem;
	}
	.ceo_history .history_img {
		gap: 20px;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.ceo_history .history_img img {
		width: 100%;
	}

	.ceo_media {
		margin: 70px 0;
	}
	.ceo_media .media_list ul > li {
		align-items: center;
		flex-direction: column;
		padding: 25px 0;
	}
	.ceo_media .media_list ul > li a {
		align-items: center;
		flex-direction: column;
	}
	.ceo_media .img_link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.ceo_media .img_txt {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.ceo_media .category {
		width: 65px;
		font-size: 1.4rem;
		line-height: 30px;
	}
	.ceo_media .name {
		margin: 15px 0 10px;
		font-size: 2rem;
	}
	.ceo_media .cont {
		font-size: 1.6rem;
	}
	.ceo_media .date {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.ceo_media ol {
		margin: 15px 0;
	}
	.ceo_media ol li {
		padding-left: 10px;
		font-size: 1.5rem;
	}
	.ceo_media ol li:before {
		top: 10px;
	}

	/* company - value */
	.value_corp {
		padding: 70px 0;
	}
	.value_corp .corp_box_wrap {
		flex-direction: column;
		padding: 20px 0 40px;
	}
	.value_corp .corp_ttl {
		max-width: 250px;
		margin: 0 auto;
		font-size: 2.2rem;
		line-height: 40px;
	}
	.value_corp .corp_txt {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.value_core {
		margin-bottom: 100px;
	}
	.value_core .core_box_wrap {
		flex-direction: column;
		gap: 40px;
	}
	.value_core .box_wrap {
		padding-bottom: 30px;
		border-radius: 24px;
	}
	.value_core .img_box {
		max-width: 200px;
		height: 200px;
		padding-top: 0;
		margin: 0 auto;
		border-width: 1.5px;
	}
	.value_core .img_box .ico {
		width: 50px;
		height: 50px;
		background-size: 150px;
	}
	.value_core .img_box .name {
		width: 70px;
		margin-top: 15px;
		padding-top: 15px;
		font-size: 1.6rem;
	}
	.value_core .txt_box {
		margin-top: 20px;
	}
	.value_core .txt_box p {
		font-size: 1.6rem;
	}

	/* service - fnb */
	.fnb_process {
		margin: 70px 0 100px;
	}
	.fnb_process .process_list {
		flex-wrap: wrap;
		padding-bottom: 0;
		gap: 30px;
	}
	.fnb_process .process_list:after {
		width: 63.88%;
		height: 63.88%;
		top: 50%;
		transform: translate(-50%,-50%);
		border: 1px solid #1b93a8;
		background: transparent;
		border-radius: 50%;
		z-index: -1;
	}
	.fnb_process .process_list .list_wrap:first-child:after,
	.fnb_process .process_list .list_wrap:last-child:after {
		display: none;
	}
	.fnb_process .process_list .list_wrap {
		width: calc(50% - 15px);
	}
	.fnb_process .process_list p {
		font-size: 2.5rem;
	}
	.fnb_process .contents_goal {
		padding-top: 24.167vw;
		margin-top: -16.927vw;
	}
	.fnb_process .contents_goal[data-aos="line-draw"].aos-animate:before {
		height: 24.167vw;
	}
	.fnb_process .process_detail {
		flex-direction: column;
	}
	.fnb_process .detail_box {
		width: 100%;
		min-height: auto;
		padding: 40px 20px;
	}
	.fnb_process .detail_box .name {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.fnb_process .detail_box .cont {
		font-size: 1.6rem;
	}

	/* service - support */
	.support_export {
		margin: 70px 0 100px;
	}
	.support_export .export_list li,
	.support_export .export_list li:nth-child(even) {
		flex-direction: column;
	} 
	.support_export .export_list li + li {
		margin-top: 80px;
	}
	.support_export .img_box {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.support_export .txt_box {
		width: 100%;
		margin-top: 40px;
	}
	.support_export .txt_box .name {
		font-size: 2rem;
	}
	.support_export .txt_box .cont {
		margin-top: 20px;
		font-size: 1.6rem;
	}

	/* solution - system */
	.solution_process {
		margin: 70px 0 50px;
	}
	.solution_process .compare_box {
		flex-direction: column;
		gap: 100px;
	}
	.solution_process .compare_box .box_wrap {
		width: 100%;
	}
	.solution_process .compare_ttl {
		margin-bottom: 35px;
		font-size: 2rem;
	}
	.solution_process .process_cont ul {
		gap: 20px;
	}
	.solution_process .process_cont ul li {
		padding: 15px 0;
		font-size: 1.6rem;
	}
	.solution_system {
		padding: 50px 0 80px;
	}
	.solution_system .system_list ul {
		flex-direction: column;
		gap: 0;
	}
	.solution_system .system_list li {
		width: 100%;
	}
	.solution_system .system_list .number {
		font-size: 2rem;
	}
	.solution_system .system_list .img_box img {
		width: 100%;
	}
	.solution_system .system_list .txt_box {
		margin: 30px 0;
	}
	.solution_system .system_list .name {
		font-size: 2rem;
	}
	.solution_system .system_list .cont {
		margin-top: 15px;
		font-size: 1.6rem;
	}

	/* solution - story */
	.solution_story .story_wrap {
		flex-direction: column;
		gap: 40px;
		margin: 0 0 100px 0;
	}
	.solution_story .story_wrap:nth-child(even) {
		flex-direction: column;
	}
	.solution_story .img_box {
		width: 100%;
	}
	.solution_story .txt_box {
		width: 100%;
	}
	.solution_story .story_wrap:nth-child(even) .txt_box,
	.solution_story .story_wrap:nth-child(odd) .txt_box {
		padding: 0 20px
	}
	.solution_story .txt_box .name {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
	.solution_story .txt_box p {
		font-size: 1.6rem;
	}
	.solution_story .img_detail_btn {
		margin-top: 40px;
		width: 100%;
		max-width: 400px;
	}
	.solution_story .img_detail_btn img {
		width: 100%;
	}
	.store_pop .storeSwiper {
		width: 100%;
	}
	.store_pop .pop_inner {
		max-height: 90vh;
	}
	.store_pop .swiper-button-prev,
	.store_pop .swiper-button-next {
		width: 20px;
		height: 20px;
	}
	.store_pop .swiper-slide img {
		max-width: 90vw;
	}

	/* contact us */
	.contact_us {
		margin: 70px 0 100px;
	}
	.contact_us .contact_box + .contact_box {
		margin-top: 80px;
	}
	.contact_us .map_box iframe {
		height: 400px;
	}
	.contact_us .map_txt {
		flex-direction: column;
		margin-top: 35px;
	}
	.contact_us .map_txt .name_box {
		width: 100%;
		padding-bottom: 25px;
		border-bottom: 1px solid #cfd1d2;
	}
	.contact_us .map_txt .name_box:after {
		display: none;
	}
	.contact_us .map_txt .name {
		font-size: 2rem;
	}
	.contact_us .map_info {
		width: 100%;
		margin-top: 30px;
		padding-left: 40px;
	}
	.contact_us .map_info strong {
		font-size: 1.6rem;
	}
	.contact_us .map_info p {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.contact_us .map_info strong:before {
		top: -5px;
		left: -40px;
		width: 24px;
		height: 30px;
		background-size: contain;
	}

	.sub_visual .category-tab-box {
		bottom: 0;
		padding: 0 15px;
	}
	.sub_visual .category-tab-box .tab-btn {
		width: 100%;
		padding: 20px 0;
		font-size: 1.4rem;
	}

	.page-ttl-box {
		padding: 100px 15px;
	}
	.page-ttl-box .page-title {
		font-size: 3rem;
	}
	.page-ttl-box .page-sub {
		font-size: 1.6rem;
	}

	.box-title-box h4 {
		font-size: 2rem;
	}
	.box-title-box:before {
		top: -80px;
		height: 60px;
	}

	.function-introduce {
		padding: 60px 0 80px;
	}
	.function-boxes-wrap {
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.function-boxes-wrap .box {
		padding: 20px;
	}
	.function-boxes-wrap .box .number {
		font-size: 1.6rem;
	}
	.function-boxes-wrap .box .ico {
		width: 80px;
		height: 80px;
		margin: 20px 0;
	}
	.function-boxes-wrap .box .ico img {
		max-width: 45px;
	}
	.function-boxes-wrap .box .name {
		font-size: 1.4rem;
	}

	.process-boxes-wrap {
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}

	.process-boxes-wrap .box .period {
		height: 50px;
		margin: 20px 0 15px;
		border-radius: 8px;
	}
	.process-boxes-wrap .box .period p {
		font-size: 1.6rem;
	}
	.process-boxes-wrap .box .period:after {
		bottom: -11px;
		width: 22px;
		height: 11px;
	}
	.process-boxes-wrap .box .contents {
		padding: 20px;
		border-radius: 8px;
	}
	.process-boxes-wrap .box .ico {
		width: 70px;
		height: 70px;
	}
	.process-boxes-wrap .box .name {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.process-introduce {
		padding: 80px 0;
	}

	.benefit-introduce {
		padding: 80px 0;
	}

	.benefit-list ul li + li {
		margin-top: 30px;
	}
	.benefit-list .number {
		top: -40px;
		font-size: 7rem;
	}
	.benefit-list .name {
		margin-top: 15px;
		font-size: 2rem;
	}

	.contact-introduce .inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 30px;
	}
	.contact-introduce .left-box p {
		margin-top: 30px;
		font-size: 1.8rem;
	}
	.contact-introduce .right-box {
		width: 100%;
	}
	.contact-introduce .inquiry-btn {
		width: 100%;
		height: 40px;
		font-size: 1.6rem;
	}

	.solution-ui .swiper-pagination {
		gap: 10px;
		bottom: -20px;
	}
	.solution-ui .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

}

