@charset "utf-8";
.main_cont {
		margin-top: 190px;
}
@media(max-width: 1500px) {
		.main_cont {
				margin-top: 140px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.main_cont {
				margin-top: 80px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.main_cont {
				margin-top: 80px;
		}
}
.second_hdr {
		max-width: 1250px;
		margin: 0 auto 40px;
		padding: 0 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
}
.second_hdr_left h1, .second_hdr_left h2 {
		color: #00234B;
		font-size: 58px;
		font-weight: 700;
		line-height: 1.6;
		margin: 0 0 15px;
}
.second_hdr_left p {
		font-family: "Barlow Condensed";
		font-weight: 600;
		line-height: 1;
		font-size: 34px;
		color: #0067E0;
		letter-spacing: 0.04em;
}
.second_hdr_left p span {
		padding-left: 40px;
		position: relative;
}
.second_hdr_left p span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 14px);
		left: 15px;
		width: 4px;
		height: 30px;
		background: #0067E0;
		transform: skewX(30deg)
}
@media(max-width: 1200px) {
		.second_hdr_left h1, .second_hdr_left h2 {
				font-size: 46px;
		}
		.second_hdr_left p {
				font-size: 26px;
		}
		.second_hdr_left p span::before {
				top: calc(50% - 9px);
				left: 15px;
				width: 3px;
				height: 24px;
		}
}
@media(max-width: 960px) {
		.second_hdr_left h1, .second_hdr_left h2 {
				font-size: 36px;
		}
		.second_hdr_left p {
				font-size: 22px;
		}
}
.second_hdr .bread_path {
		position: absolute;
		right: 20px;
		bottom: 0
}
.bread_path ol {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		list-style: none;
		font-size: 14px;
}
.bread_path ol li {
		margin: 0 20px 10px 0;
		position: relative;
		font-size: 13px;
		font-weight: 500;
}
.bread_path ol li:last-child {
		margin-right: 0;
}
.bread_path ol li a {
		color: #0067E0;
		text-decoration: underline;
		text-underline-offset: 3px;
}
@media (hover: hover) {
		.bread_path ol li a:hover {
				color: #0067E0;
				text-decoration: none;
		}
}
.bread_path ol li::after {
		content: '';
		width: 7px;
		height: 1px;
		background: #0067E0;
		display: block;
		position: absolute;
		top: 50%;
		right: -12px;
		pointer-events: none;
}
.bread_path ol li:last-child::after {
		display: none
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.second_hdr_left h1, .second_hdr_left h2 {
				font-size: 32px;
				margin-bottom: 30px;
				line-height: 1.4;
		}
		.second_hdr_left h1 br, .second_hdr_left h2 br {
				display: none
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.second_hdr {
				margin: 0 auto 30px;
				padding: 0 20px;
				display: flex;
				flex-direction: column-reverse;
				justify-content: flex-start;
				align-items: flex-start;
		}
		.second_hdr_left h1, .second_hdr_left h2 {
				font-size: 30px;
				margin-bottom: 15px;
				line-height: 1.4;
		}
		.second_hdr_left p {
				font-size: 16px;
		}
		.second_hdr_left p span {
				padding-left: 30px;
		}
		.second_hdr_left p span::before {
				top: calc(50% - 5px);
				left: 15px;
				width: 2px;
				height: 14px;
		}
		.second_hdr .bread_path {
				position: static;
				right: inherit;
				bottom: inherit;
				padding-top: 0;
				padding-bottom: 15px;
		}
		.bread_path {
				display: flex;
				justify-content: flex-start;
		}
		.bread_path ol {
				display: flex;
				justify-content: flex-start;
		}
		.bread_path ol li {
				margin: 0 20px 15px 0;
				font-size: 11px;
		}
		.bread_path ol li::after {
				width: 5px;
				top: 50%;
				right: -13px;
		}
}
@media(max-width: 390px) {
		.second_hdr_left h1, .second_hdr_left h2 {
				font-size: 28px;
		}
}
/* ================ */
hgroup {
		margin-bottom: 45px;
}
hgroup.center {
		text-align: center;
}
hgroup h3, .second_hdr_caption hgroup h3 {
		font-size: 15px;
		font-weight: 600;
		position: relative;
		margin: 0 0 15px
}
hgroup h3 span {
		padding-left: 20px;
		display: inline-block;
		position: relative;
}
hgroup.isWht h3, hgroup.isWht p {
		color: #fff !important;
}
hgroup h3 span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 4px);
		left: 0;
		width: 8px;
		height: 8px;
		background: #0067E0;
		border-radius: 50%;
}
hgroup p, .second_hdr_caption hgroup p {
		font-family: "Barlow Condensed";
		font-weight: 600;
		font-size: 66px;
		letter-spacing: 0.02em;
		color: #027dff;
		line-height: 1 !important;
}
@media(max-width: 1200px) {
		hgroup p, .second_hdr_caption hgroup p {
				font-size: 60px;
		}
}
@media(max-width: 767px) {
		hgroup {
				margin-bottom: 25px;
		}
		hgroup h3, .second_hdr_caption hgroup h3 {
				font-size: 14px;
				margin: 0 0 10px !important
		}
		hgroup h3 span {
				padding-left: 20px;
		}
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		hgroup p, .second_hdr_caption hgroup p {
				font-size: 46px;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		hgroup p, .second_hdr_caption hgroup p {
				font-size: 38px;
		}
}
/* =============== */
.second_hdr_wrap {
		margin-bottom: 150px;
		position: relative;
}
.second_hdr_wrap::before {
		content: '';
		display: block;
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(#052753 0%, #063677 100%);
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.second_hdr_cont {
		margin-left: calc(calc(100vw - 1360px) / 2);
		background: #fff;
		display: flex;
		align-items: center;
		position: relative;
}
.second_hdr_cont_left {
		width: 680px;
}
.second_hdr_cont_left.message {
		width: 560px;
}
.second_hdr_cont_left img {
		width: 100%;
		height: auto
}
.second_hdr_cont_right {
		padding: 30px 80px;
}
.second_hdr_caption {
		max-width: 560px;
}
.second_hdr_caption h3 {
		line-height: 1.6;
		font-size: 30px;
		font-weight: 600;
		margin: 0 0 40px
}
.second_hdr_caption hgroup + h3 {
		line-height: 1.6;
		font-size: 24px;
		font-weight: 600;
		margin: 0 0 40px
}
.second_hdr_caption p {
		line-height: 1.8;
}
@media(max-width: 1500px) {
		.second_hdr_caption h3 {
				font-size: 28px;
		}
		.second_hdr_cont {
				margin-left: 30px;
		}
		.second_hdr_cont_left {
				width: 45%;
		}
		.second_hdr_cont_left img {
				width: 100%;
				height: auto;
				aspect-ratio: 1 / 1;
				object-fit: cover;
		}
		.second_hdr_cont_right {
				padding: 30px;
		}
		.second_hdr_caption h3 {
				font-size: 24px;
				margin: 0 0 30px
		}
}
@media(max-width: 1200px) {
		.second_hdr_caption h3 {
				font-size: 2.2vw;
				margin: 0 0 20px
		}
		.second_hdr_cont_right {
				padding: 20px 30px;
		}
}
@media(max-width: 960px) {
		.second_hdr_wrap {
				margin-bottom: 80px;
		}
		.second_hdr_wrap::before {
				top: 30px;
		}
		.second_hdr_cont {
				margin-left: 20px;
		}
		.second_hdr_cont_left {
				width: 48%;
		}
		.second_hdr_cont_left img {
				width: 100%;
				height: auto;
				aspect-ratio: 10 / 13;
				object-fit: cover;
		}
		.second_hdr_caption h3 {
				font-size: 22px;
		}
		.second_hdr_caption p {
				font-size: 15px;
		}
		.second_hdr_caption p br {
				display: none
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.second_hdr_wrap {
				margin-bottom: 60px;
		}
		.second_hdr_cont {
				display: flex;
				flex-direction: column-reverse;
				margin-left: 10px;
		}
		.second_hdr_cont_right {
				padding: 20px;
		}
		.second_hdr_cont_left {
				width: 100%;
		}
		.second_hdr_cont_left img {
				width: 100%;
				aspect-ratio: 6 / 4;
		}
		.second_hdr_caption h3 {
				font-size: 18px;
		}
}
/* ============= */
.wrap1250 {
		max-width: 1250px;
		margin: 0 auto;
		padding: 0 20px;
}
.wrap1360 {
		max-width: 1360px;
		margin: 0 auto;
		padding: 0 20px;
}
.wrap1480 {
		max-width: 1480px;
		margin: 0 auto;
		padding: 0 20px;
}
@media(max-width: 767px) {
		.wrap1250, .wrap1360, .wrap1480 {
				padding: 0 10px;
		}
}
.cmn_cont {
		background: #fff;
		padding: 80px 110px;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
		margin-bottom: 90px;
}
@media(max-width: 1500px) {
		.cmn_cont {
				padding: 80px;
		}
}
@media(max-width: 1300px) {
		.cmn_cont {
				padding: 80px 40px;
		}
}
@media(max-width: 960px) {
		.cmn_cont {
				padding: 60px 30px;
		}
}
@media(max-width: 767px) {
		.cmn_cont {
				padding: 40px 20px;
		}
}
/* ============== */
.contact_footer {
		height: 510px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url("../images/footer_contact_bg_pc.jpg");
		display: flex;
		justify-content: center;
		align-items: center;
}
@media(max-width: 1200px) {
		.contact_footer {
				height: 380px
		}
}
.contact_footer_inner {
		width: 520px;
		text-align: center;
		color: #fff;
}
.contact_footer_inner h3 {
		font-family: "Barlow Condensed";
		font-weight: 600;
		font-size: 66px;
		margin: 0 0 40px;
}
.contact_footer_inner p {
		line-height: 1.8;
		text-align: center;
		margin: 0 0 40px;
		font-size: 115%;
		font-weight: 700;
}
.contact_footer_inner .linkBtn {
		width: 280px;
		margin: 0 auto;
		font-weight: 500;
}
.contact_footer_inner .linkBtn a {
		height: 64px;
		color: #fff;
		border: 1px solid rgba(30, 80, 193, 0.66);
}
@media(max-width: 767px) {
		.contact_footer {
				height: auto;
				padding: 40px 20px;
				display: block;
				text-align: center;
		}
		.contact_footer_inner {
				width: auto;
		}
		.contact_footer_inner h3 {
				font-size: 40px;
				margin: 0 0 25px;
		}
		.contact_footer_inner p {
				text-align: center;
				margin: 0 0 25px;
				font-size: 15px;
		}
		.contact_footer_inner .linkBtn {
				width: 220px;
		}
		.contact_footer_inner .linkBtn a {
				height: 50px;
		}
}
/* ============= */
.linkBtn {
		width: 160px;
		font-weight: 500;
		font-size: 14px;
}
.linkBtn a {
		width: 100%;
		height: 44px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: background 0.4s;
		text-decoration: none;
}
.service_tile .linkBtn {
		width: 160px;
		height: 44px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		background: #007DFF;
		border: 1px solid #007DFF;
		color: #fff;
		transition: background 0.4s;
		text-decoration: none;
}
.linkBtn a span {
		position: relative;
		padding-right: 25px;
		transform: translateY(1px)
}
.service_tile .linkBtn span {
		position: relative;
		padding-right: 25px;
		transform: translateY(1px)
}
/* ============= */
.merit_section hgroup {
		margin-bottom: 90px;
}
@media(max-width: 960px) {
		.merit_section hgroup {
				margin-bottom: 50px;
		}
}
.merit_flex {
		display: flex;
		margin-bottom: 90px;
}
.merit_section .merit_flex:last-child {
		margin-bottom: 0;
}
.merit_flex.reverse {
		display: flex;
		flex-direction: row-reverse;
}
.merit_flex_figure {
		width: 700px;
		position: relative;
		top: -20px;
		z-index: 2
}
.merit_flex_figure img {
		width: 100%;
		height: auto;
}
.merit_flex_caption {
		flex: 1;
		box-sizing: border-box;
		padding: 0 60px;
		background: #fff;
		display: flex;
		align-items: center;
		position: relative;
}
.merit_flex_caption::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -30px;
		width: 30px;
		height: 100%;
		z-index: 1;
		background: #fff;
}
.reverse .merit_flex_caption::before {
		left: inherit;
		right: -30px;
}
.merit_flex_caption h5 {
		font-size: 24px;
		font-weight: 600;
		margin: 0 0 40px;
		line-height: 1.6;
}
.merit_flex_caption p {
		line-height: 1.8;
}
@media(max-width: 1300px) {
		.merit_flex_caption h5 {
				font-size: 20px;
		}
		.merit_flex {
				background: #fff;
				padding: 25px;
				margin-bottom: 40px;
		}
		.merit_flex_figure {
				width: 40%;
				top: inherit;
		}
		.merit_flex_figure img {
				aspect-ratio: 4 / 3;
				object-fit: cover
		}
		.merit_flex_caption {
				padding: 0;
				padding-left: 25px;
		}
		.merit_flex_caption::before {
				display: none !important
		}
		.reverse .merit_flex_caption {
				padding-left: 0;
				padding-right: 25px;
		}
		.merit_flex_caption h5 {
				font-size: 20px;
				margin-bottom: 20px;
		}
}
@media(max-width: 767px) {
		.merit_flex, .merit_flex.reverse {
				display: block;
				margin-bottom: 40px;
				padding: 0;
		}
		.merit_flex_figure {
				width: 100%;
				margin: 0;
		}
		.merit_flex_figure img {
				aspect-ratio: auto;
				object-fit: contain;
		}
		.merit_flex_caption, .reverse .merit_flex_caption {
				padding: 20px
		}
		.merit_flex_caption h5 {
				font-size: 20px;
				margin: 0 0 15px
		}
		.merit_flex_caption p {
				font-size: 14px;
				line-height: 2.0;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.merit_flex_caption h5 {
				font-size: 18px;
		}
}
/* ============= */
.linkBtn a span::after,
.service_tile .linkBtn span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 8.5px);
		right: 0;
		width: 17px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 17px;
}
.linkBtn.isWht a {
		border: 1px solid rgba(255, 255, 255, 0.5);
		color: #fff;
}
.linkBtn.isWht a span::after,
.service_tile .linkBtn span::after {
		background-image: url("../images/icon_arw_right_wht.png")
}
.linkBtn.bgNvy a {
		border: 1px solid #003F86;
		background: #003F86;
		color: #fff;
}
.linkBtn.bgBlu a {
		border: 1px solid #007DFF;
		background: #007DFF;
		color: #fff;
}
.linkBtn.bgBlu a span::after {
		background-image: url("../images/icon_arw_right_wht.png")
}
@media (hover: hover) {
		.linkBtn.isWht a:hover {
				color: #052753;
				background: #fff;
		}
		.linkBtn.isWht a:hover span::after {
				background-image: url("../images/icon_arw_right_nvy.png")
		}
		.service_tile:hover .linkBtn {
				background: #fff;
				color: #007DFF;
		}
		.service_tile:hover span::after {
				background-image: url("../images/icon_arw_right_blu.png")
		}
		.linkBtn.bgBlu a:hover {
				background: #fff;
				color: #007DFF;
		}
		.linkBtn.bgBlu a:hover span::after {
				background-image: url("../images/icon_arw_right_blu.png")
		}
		.linkBtn.bgNvy a:hover {
				background: #fff;
				color: #003F86;
		}
}
@media(max-width: 1200px) {
		.linkBtn, .service_tile .linkBtn {
				width: 150px;
		}
		.linkBtn a, .service_tile .linkBtn {
				height: 40px
		}
}
@media(max-width: 960px) {
		.linkBtn, .service_tile .linkBtn {
				width: 140px;
				font-size: 13px;
		}
		.about_section .linkBtn, .service_item .linkBtn {
				width: 150px;
		}
		.linkBtn a, .service_tile .linkBtn {
				height: 40px
		}
		.service_item .linkBtn a {
				height: 44px
		}
		.linkBtn span, .linkBtn a span,
		.service_tile .linkBtn span {
				padding-right: 20px;
				transform: translateY(1px);
		}
		.linkBtn a span::after,
		.service_tile .linkBtn span::after {
				top: calc(50% - 6px);
				width: 13px;
				height: 12px;
				background-size: 14px;
		}
		.linkBtn a, .service_tile .linkBtn {
				height: 36px
		}
}
@media(max-width: 767px) {
		.linkBtn a span::after,
		.service_tile .linkBtn span::after {
				top: calc(50% - 7px);
				width: 13px;
				height: 12px;
				background-size: 14px;
		}
}
/* ============== */
.hrCenter {
		display: flex;
		justify-content: center;
}
.hrRight {
		display: flex;
		justify-content: flex-end
}
.alginL {
		text-align: left;
}
.alginC {
		text-align: center !important;
}
.flLeft {
		display: flex;
		justify-content: flex-start;
}
.flRight {
		display: flex;
		justify-content: flex-end !important;
}
.flCenter {
		display: flex;
		justify-content: center !important;
}
@media(min-width: 768px) {
		br.spbr {
				display: none;
		}
}
@media(max-width: 767px) {
		br.pcbr {
				display: none;
		}
}
@media(min-width: 600px) {
		.mobileBr {
				display: none
		}
}
.tabletbr {
		display: none
}
@media(min-width: 767px) and (max-width: 1360px) {
		.tabletbr {
				display: block
		}
}
.extraBr {
		display: none
}
@media screen and (orientation: landscape) and (max-width: 900px) {
		.extraBr {
				display: block !important
		}
}
@media(min-width: 767px) and (max-width: 1250px) {
		.extraBr {
				display: block
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.extraBr {
				display: block !important
		}
}
.anchor {
		pointer-events: none;
		z-index: -1;
		position: relative;
		height: 1px;
		margin-top: -60px;
		padding-top: 60px
}
@media(max-width: 767px) {
		.anchor {
				margin-top: -60px;
				padding-top: 60px
		}
}
/* ============ */
.cBlu {
		color: #0067E0;
}
/* ============= */
.fadeInNml {
		opacity: 0;
		transition: opacity 0.35s;
}
.fadeInNmlActive {
		opacity: 1;
}
/* ============= */
.mb00 {
		margin-bottom: 0px !important;
}
.mb05 {
		margin-bottom: 5px !important;
}
.mb10 {
		margin-bottom: 10px !important;
}
.mb15 {
		margin-bottom: 15px !important;
}
.mb20 {
		margin-bottom: 20px !important;
}
.mb25 {
		margin-bottom: 25px !important;
}
.mb30 {
		margin-bottom: 30px !important;
}
/* ============= */
.h100 {
		height: 100px;
}
@media(max-width: 767px) {
		.h100 {
				height: 60px;
		}
}
/* ================= */
.swiper.jsSwiper {
		padding-bottom: 25px;
}
.swiper.jsSwiper .swiper-pagination-bullet {
		opacity: 1
}
.swiper.jsSwiper .swiper-pagination-bullet {
		background: #919EAC;
}
.swiper.jsSwiper .swiper-pagination-bullet-active {
		background: #003F86;
}