@charset "utf-8";
/* ================ */
header.desktop {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 88px;
		background: #fff;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
		z-index: 5000;
}
.header_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: calc(100% - 80px);
		height: 88px;
		margin: 0 auto;
}
.header_logo {
		width: 307px;
		margin: 0;
		padding: 0;
		line-height: 1 !important;
}
.header_logo img {
		width: 100%;
		height: auto;
}
@media(max-width: 1440px) {
		.header_inner {
				max-width: calc(100% - 60px);
		}
		.header_logo {
				width: 270px;
		}
}
@media(max-width: 1300px) {
		.header_inner {
				max-width: calc(100% - 40px);
		}
		.header_logo {
				width: 245px;
		}
}
.header_inner_right {
		display: flex;
		align-items: center;
		height: 88px;
}
.header_inner li {
		list-style: none
}
.header_inner a {
		color: #000;
		text-decoration: none;
		transition: color 0.4s ease-out;
}
@media (hover: hover) {
		.header_inner a:hover {
				color: #C0153E;
		}
}
ul.desktop_global {
		display: flex;
		align-items: center;
}
.desktop_global > li {
		font-size: 15px;
		margin-right: 35px;
		font-weight: 700;
}
.desktop_global > li a {
		display: flex;
		align-items: center;
		height: 88px;
		cursor: pointer;
}
.desktop_global > li.solution_parent .solution_subnav li a {
		height: auto;
		font-weight: 500;
}
ul.desktop_global ul {
		display: block
}
@media(max-width: 1100px) {
		.header_inner_right {
				margin-right: 70px;
		}
}
.header_btn_gr {
		width: 410px;
		display: flex;
		justify-content: space-between;
		align-items: center;
}
.header_btn {
		width: 200px;
		font-size: 15px;
}
.header_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 48px;
		box-sizing: border-box;
		color: #fff;
		text-decoration: none;
		transition: background 0.4s;
		border-radius: 60px;
		font-weight: 700;
}
@media(max-width: 1440px) {
		.header_btn_gr {
				width: 330px;
		}
		.header_btn {
				width: 160px;
		}
}
@media(max-width: 1300px) {
		.header_btn_gr {
				width: 270px;
		}
		.header_btn {
				font-size: 14px;
				width: 130px;
		}
}
a.requestBtn {
		background: #FF7F00;
		border: 1px solid #FF7F00;
}
a.contactBtn {
		background: #C0153E;
		border: 1px solid #C0153E;
}
@media (hover: hover) {
		a.requestBtn:hover, a.contactBtn:hover {
				background: #fff;
		}
		a.requestBtn:hover {
				color: #FF7F00 !important;
		}
		a.contactBtn:hover {
				color: #C0153E !important;
		}
}
.solution_subnav {
		position: fixed;
		top: 88px;
		left: 0;
		height: 180px;
		width: 100vw;
		box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
		background: #fff;
		display: none;
		z-index: 500;
		overflow: hidden
}
.solution_parent span {
		display: inline-block;
		padding-right: 20px;
		cursor: pointer;
		position: relative;
}
.solution_parent {
		position: relative;
}
.solution_parent::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: calc(50% - 35px);
		width: 70px;
		height: 100%;
		height: 3px;
		background: #C0153E;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: center bottom;
		transform: scaleY(0);
}
@media (hover: hover) {
		.solution_parent:hover::after {
				transform: scaleY(1);
		}
}
.solution_parent span::before, .solution_parent span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% + 1px);
		right: 0;
		width: 12px;
		height: 2px;
		background: #C0153E;
}
.solution_parent span::before {
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.solution_parent span::after {
		transform: rotate(90deg)
}
@media (hover: hover) {
		.solution_parent:hover span::before {
				transform: rotate(180deg)
		}
		.solution_parent:hover span::after {
				opacity: 0
		}
}
.subnav_inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 180px;
		transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
		z-index: 500;
}
.subnav_inner_left {
		width: 36%;
		height: 180px;
		background: #C0153E;
		box-sizing: border-box;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 20px;
}
@media(max-width: 1300px) {
		.subnav_inner_left {
				width: 27%;
		}
}
.subnav_hd .jp {
		font-size: 18px;
		color: #fff;
		margin: 0 0 7px;
}
.subnav_hd .en {
		font-size: 27px;
		color: #d6345a;
}
.subnav_inner_right {
		flex: 1;
		box-sizing: border-box;
		padding: 30px 10px 30px 30px;
		display: flex;
}
.subnav_inner_right ul {
		width: 260px;
		font-size: 15px;
}
.subnav_inner_right ul li {
		margin: 15px 0;
		line-height: 1.6;
		padding-left: 17px;
		position: relative;
		border-left: 3px solid #C0153E;
}
@media(max-width: 1100px) {
		.desktop_nav {
				display: none
		}
}
@media(max-width: 767px) {
		header.desktop, .header_inner {
				height: 60px
		}
		.header_inner {
				width: 100%;
				max-width: inherit;
				box-sizing: border-box;
				padding: 0 15px
		}
		.header_inner_right, .header_btn_gr {
				display: none
		}
		.header_logo {
				width: 200px;
		}
}
/* ================== */
@media(min-width: 1101px) {
		.hmb_nav, .navBoard {
				display: none !important
		}
}
.header_inner .hmb_nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		box-sizing: border-box;
}
@media(min-width: 768px) {
		.header_inner .hmb_nav {
				top: 15px;
				right: 15px;
		}
}
.sp_nav_trigger {
		width: 60px;
		height: 59px;
		background: none;
		border: none;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
}
.sp_nav_trigger .sp_nav_trigger_bar {
		display: block;
		position: absolute;
		top: 28px;
		left: 18px;
		height: 3px;
		width: 24px;
		background: #000;
		pointer-events: none;
		transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(1) {
		top: 19px
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(2) {
		top: 28px
}
.sp_nav_trigger .sp_nav_trigger_bar:nth-child(3) {
		top: 37px
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(1) {
		transform: rotate(135deg);
		top: 28px;
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(2) {
		opacity: 0
}
.sp_nav_trigger.navOpen .sp_nav_trigger_bar:nth-child(3) {
		transform: rotate(-135deg);
		top: 28px;
}
.navBoard {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 2000;
		background: #000;
		display: none
}
.navBoard_inner {
		padding: 0 40px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		position: relative;
}
.navBoard_inner_menu {
		width: 100%;
}
.navBoard_inner li {
		list-style: none;
		font-size: 15px;
		line-height: 1.6;
		font-weight: 500;
}
.navBoard_inner li a {
		color: #fff;
		text-decoration: none;
}
.navBoard_menu_upper h4 {
		color: #d6345a;
		font-weight: 700;
		font-size: 17px;
		margin: 0 0 15px
}
.navBoard_menu_upper li {
		margin: 0 0 15px;
}
.navBoard_menu_page {
		padding-top: 20px;
}
.navBoard_menu_page li {
		font-size: 17px;
		margin: 0 0 15px;
		font-weight: 700;
}
.navBoard_inner .navBoard_menu_page li a {
		color: #d6345a;
}
.navBoard_menu_bottom {
		width: 100%;
		padding-top: 20px;
}
.navBoard_menu_bottom ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
}
.navBoard_menu_bottom li {
		width: calc(50% - 3px);
		font-size: 15px;
}
.navBoard_menu_bottom li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		border-radius: 60px;
}
.navBoard_menu_bottom li a span {
		transform: translateY(-1px)
}
@media(min-width: 768px) {
		.navBoard_inner {
				padding: 0 80px;
		}
		.navBoard_menu_upper h4, .navBoard_menu_page li {
				font-size: 22px;
		}
		.navBoard_inner li {
				font-size: 18px;
		}
		.navBoard_menu_bottom li {
				font-size: 18px;
		}
		.navBoard_menu_bottom li a {
				height: 60px;
		}
}
.navBoard .drawer_copy {
		position: absolute;
		left: 0;
		bottom: 30px;
		width: 100%;
		text-align: center;
}
.drawer_copy p {
		text-align: center;
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 11px;
		color: #fff;
		letter-spacing: 0;
}
/* =========== */
.navBoard_menu_upper h4, .navBoard_menu_solution li, .navBoard_menu_page li, .navBoard_menu_bottom ul {
		transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
		transition-delay: 0.15s;
		opacity: 0;
		transform: translateY(-10px)
}
.navBoard_menu_solution li {
		transition-delay: 0.3s;
}
.navBoard_menu_page li {
		transition-delay: 0.45s;
}
.navBoard_menu_bottom ul {
		transition-delay: 0.6s;
}
.isVisible .navBoard_menu_upper h4, .isVisible .navBoard_menu_solution li, .isVisible .navBoard_menu_page li, .isVisible .navBoard_menu_bottom ul {
		opacity: 1;
		transform: translateY(0px)
}
.drawer_copy p {
		transition: opacity 0.4s;
		transition-delay: 0.7s;
		opacity: 0;
}
.isVisible .drawer_copy p {
		opacity: 1
}
@media(max-width: 390px) {
		.navBoard_inner {
				padding: 0 25px;
		}
		.navBoard_menu_upper h4 {
				margin: 0 0 12px
		}
		.navBoard_menu_upper li {
				margin: 0 0 12px;
		}
		.navBoard_menu_page {
				padding-top: 17px;
		}
		.navBoard_menu_page li {
				margin: 0 0 12px;
		}
		.drawer_copy p {
				font-size: 10px;
		}
}
/* ================ */
.about_footer {
		display: flex;
		border-top: 1px solid #C0153E;
		border-bottom: 1px solid #C0153E;
}
.about_footer_left {
		width: 54%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		box-sizing: border-box;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-right: 110px;
		padding-left: 20px;
}
.about_footer_left p {
		font-size: 25px;
		font-weight: 700;
		line-height: 1.6;
		margin: 0 0 25px
}
.about_footer_logo {
		width: 500px;
}
.about_footer_logo img {
		width: 100%;
		height: auto;
}
.about_footer_right {
		width: 46%;
		background: #C0153E;
		color: #fff;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		padding-left: 145px;
}
.about_btn {
		width: 243px;
		font-weight: 500;
}
.about_btn a {
		background: #fff;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 72px;
		color: #1d1d1d;
		position: relative;
		transition: background 0.4s;
}
.about_btn a::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 10px);
		left: 20px;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		background-image: url("../images/common/icon_blank_blk.png")
}
@media (hover: hover) {
		.about_btn a:hover {
				background: #1d1d1d;
				color: #fff;
		}
		.about_btn a:hover::before {
				background-image: url("../images/common/icon_blank_blk_on.png")
		}
}
@media(max-width: 1300px) {
		.about_footer_left p {
				font-size: 20px;
		}
		.about_footer_logo {
				width: 400px;
		}
}
@media(max-width: 1100px) {
		.about_footer_left {
				padding: 40px 0;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 55%;
		}
		.about_footer_left p {
				font-size: 15px;
				margin-bottom: 20px;
		}
		.about_footer_logo {
				width: 340px;
		}
		.about_footer_right {
				width: 45%;
				padding: 40px 0;
				display: flex;
				justify-content: center;
				align-items: center;
		}
}
@media(max-width: 767px) {
		.about_footer {
				display: block;
		}
		.about_footer_left {
				padding: 40px 0;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100%;
		}
		.about_footer_left p {
				font-size: 20px;
				margin-bottom: 20px;
		}
		.about_footer_logo {
				width: 100%;
				max-width: 340px
		}
		.about_footer_right {
				width: 100%;
				padding: 30px 0;
				display: flex;
				justify-content: center;
				align-items: center;
		}
		.about_btn a {
				height: 60px
		}
}
footer.general_footer {
		display: flex;
}
footer.general_footer ul {
		list-style: none
}
.footer_left {
		width: 50%;
		background: #F7F8FA;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		box-sizing: border-box;
		padding-right: 80px;
		padding-left: 40px;
}
.footer_left_in {
		position: relative;
		top: -30px
}
.footer_logo {
		width: 300px;
		margin-bottom: 25px;
}
.footer_logo img {
		width: 100%;
		height: auto
}
.footer_left p {
		font-size: 14px;
		line-height: 1.8;
		font-weight: 500;
}
.footer_right {
		width: 50%;
		background: #fff;
		box-sizing: border-box;
		font-weight: 500;
		display: flex;
		align-items: center;
		padding: 45px 40px 45px 60px;
}
.footer_right_menu {
		display: flex
}
.footer_right a {
		text-decoration: none;
}
.footer_right a.categoryLink {
		color: #C21D44;
}
.footer_right a.subLink {
		color: #1d1d1d;
}
.general_footer .underL::after {
		bottom: -2px;
		background: #C21D44;
}
@media (hover: hover) {
		.footer_right a.subLink:hover {
				color: #C21D44;
		}
}
.footer_right_menu ul {
		margin-right: 35px;
}
.footer_right_menu ul:last-child {
		margin-right: 0;
}
.footer_right_menu li {
		font-size: 18px;
		font-weight: 700;
}
.footer_right_menu li ul {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-right: 0;
}
.footer_right_menu li ul li {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.6;
		margin: 0 0 10px
}
.footer_right_menu li ul li:last-child {
		margin-bottom: 0;
}
.footer_copy {
		font-size: 14px;
		font-family: Arial, Helvetica, "sans-serif";
		font-weight: normal;
		color: #C21D44;
		letter-spacing: 0;
		text-align: right;
		padding-top: 30px;
}
@media(min-width: 768px) {
		.footer_left .footer_copy {
				display: none
		}
}
a.blankLink {
		display: inline-block;
		padding-right: 30px;
		position: relative;
}
a.blankLink::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 9px);
		right: 0;
		width: 18px;
		height: 18px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 18px;
		background-image: url("../images/common/icon_blank_red.png")
}
@media(max-width: 1300px) {
		.footer_left {
				width: 40%;
				padding-right: 40px;
		}
		.footer_right {
				width: 60%;
				padding-left: 40px;
		}
}
@media(max-width: 1100px) {
		.footer_left {
				width: 50%;
				padding-left: 0;
				padding-right: 40px;
		}
		.footer_logo {
				width: 260px;
		}
		.footer_right {
				width: 50%;
				padding-left: 40px;
		}
		.footer_right_menu {
				display: block
		}
		.footer_right_menu ul {
				margin: 0 0 25px
		}
		.footer_right_menu ul:last-child {
				margin-bottom: 0;
		}
		.footer_copy {
				font-size: 11px;
				text-align: left;
				padding-top: 30px;
		}
}
@media(max-width: 767px) {
		footer.general_footer {
				display: flex;
				flex-direction: column-reverse;
		}
		.footer_left, .footer_right {
				width: auto;
				padding: 0;
				display: block;
		}
		.footer_right {
				padding: 40px 0 40px 20px;
				background: #1d1d1d;
		}
		.footer_right a.subLink {
				color: #fff;
		}
		.footer_left {
				padding: 20px;
		}
		.footer_right .footer_copy {
				display: none
		}
		.footer_right_menu ul {
				margin: 0;
		}
		.footer_right_menu li ul {
				padding-top: 15px;
				padding-bottom: 15px;
		}
		.footer_right_menu li {
				font-size: 16px;
				margin: 0 0 10px;
		}
		.footer_right_menu li ul li {
				font-size: 13px;
				margin: 0 0 10px;
		}
		.footer_left_in {
				position: static;
				top: inherit;
		}
		.footer_logo {
				width: 200px;
				margin: 0 0 15px
		}
		.footer_left p.footer_copy {
				font-size: 10px;
				text-align: center;
				padding-top: 30px;
				font-weight: normal !important;
		}
}