#loader {
	height: 100vh;
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	background: #154a7d
}
#loader .stick:before {
	background: #0864a5
}
#loader .stick .in {
	background: #0864a5
}
#loader .stick .next-circle .in-next {
	background: #0864a5
}
#loader .loader-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden
}
#loader .stick.pc.position01 {
	top: 260px;
	left: -150px
}
#loader .stick.pc.position01:before {
	background: #cd403c
}
#loader .stick.pc.position01 .in {
	width: 0;
	background: #cd403c
}
#loader .stick.pc.position01 .in.active {
	width: 376px
}
#loader .stick.pc.position01 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
#loader .stick.pc.position01 .next-circle .in-next {
	background: #cd403c
}
#loader .stick.pc.position01 .next-circle.active {
	-webkit-transform: translateX(376px);
	transform: translateX(376px)
}
#loader .stick.pc.position02 {
	top: 90px;
	right: 540px
}
#loader .stick.pc.position02 .in {
	width: 0
}
#loader .stick.pc.position02 .in.active {
	width: 586px
}
#loader .stick.pc.position02 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
#loader .stick.pc.position02 .next-circle.active {
	-webkit-transform: translateX(586px);
	transform: translateX(586px)
}
#loader .stick.pc.position03 {
	top: 30px;
	right: 130px
}
#loader .stick.pc.position03 .in {
	width: 0
}
#loader .stick.pc.position03 .in.active {
	width: 586px
}
#loader .stick.pc.position03 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
#loader .stick.pc.position03 .next-circle.active {
	-webkit-transform: translateX(586px);
	transform: translateX(586px)
}
#loader .stick.pc.position04 {
	bottom: -50px;
	left: -100px
}
#loader .stick.pc.position04:before {
	background: #215689
}
#loader .stick.pc.position04 .in {
	width: 0;
	background: #215689
}
#loader .stick.pc.position04 .in.active {
	width: 534px
}
#loader .stick.pc.position04 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
#loader .stick.pc.position04 .next-circle .in-next {
	background: #215689
}
#loader .stick.pc.position04 .next-circle.active {
	-webkit-transform: translateX(534px);
	transform: translateX(534px)
}
#loader .stick.pc.position05 {
	bottom: -150px;
	left: -50px
}
#loader .stick.pc.position05:before {
	background: #cd403c
}
#loader .stick.pc.position05 .in {
	width: 0;
	background: #cd403c
}
#loader .stick.pc.position05 .in.active {
	width: 376px
}
#loader .stick.pc.position05 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
#loader .stick.pc.position05 .next-circle .in-next {
	background: #cd403c
}
#loader .stick.pc.position05 .next-circle.active {
	-webkit-transform: translateX(376px);
	transform: translateX(376px)
}
#loader .stick.pc.position06 {
	bottom: -280px;
	left: 350px
}
#loader .stick.pc.position06 .in {
	width: 0
}
#loader .stick.pc.position06 .in.active {
	width: 586px
}
#loader .stick.pc.position06 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
#loader .stick.pc.position06 .next-circle.active {
	-webkit-transform: translateX(586px);
	transform: translateX(586px)
}
#loader .stick.pc.position07 {
	bottom: -200px;
	right: 200px
}
#loader .stick.pc.position07 .in {
	width: 0
}
#loader .stick.pc.position07 .in.active {
	width: 1176px
}
#loader .stick.pc.position07 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
#loader .stick.pc.position07 .next-circle.active {
	-webkit-transform: translateX(1176px);
	transform: translateX(1176px)
}
#loader:after, #loader:before {
	content: "";
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0
}
#loader:before {
	background: #05538a;
	height: 330px
}
#loader:after {
	background: #cd403c;
	height: 270px
}
#loader .logo {
	width: 365px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 1.5s cubic-bezier(.77, 0, .175, 1) .5s;
	transition: all 1.5s cubic-bezier(.77, 0, .175, 1) .5s
}
#loader.is-hello {
	-webkit-animation: fadeout .8s ease-in-out 2.5s forwards;
	animation: fadeout .8s ease-in-out 2.5s forwards
}
#loader.is-hello:before {
	height: 0;
	-webkit-transition: height .8s 2.7s;
	transition: height .8s 2.7s
}
#loader.is-hello:after {
	height: 0;
	-webkit-transition: height .8s 2.7s;
	transition: height .8s 2.7s
}
#loader.is-hello .logo {
	opacity: 1
}
@-webkit-keyframes fadeout {
	0% {
		top: 0
	}
	100% {
		top: -100vh
	}
}
@keyframes fadeout {
	0% {
		top: 0
	}
	100% {
		top: -100vh
	}
}
header.show {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s
}
.wrap-stick.wrap01 .stick.position01 {
	top: 230px;
	left: -161px
}
.wrap-stick.wrap01 .stick.position01 .in {
	width: 0
}
.wrap-stick.wrap01 .stick.position01 .in.active {
	width: 376px
}
.wrap-stick.wrap01 .stick.position01 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.wrap-stick.wrap01 .stick.position01 .next-circle.active {
	-webkit-transform: translateX(376px);
	transform: translateX(376px)
}
.wrap-stick.wrap01 .stick.position02 {
	top: 50px;
	left: 490px
}
.wrap-stick.wrap01 .stick.position02 .in {
	width: 0
}
.wrap-stick.wrap01 .stick.position02 .in.active {
	width: 376px
}
.wrap-stick.wrap01 .stick.position02 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.wrap-stick.wrap01 .stick.position02 .next-circle.active {
	-webkit-transform: translateX(376px);
	transform: translateX(376px)
}
.wrap-stick.wrap01 .stick.position03 {
	top: 200px;
	right: 640px
}
.wrap-stick.wrap01 .stick.position03 .in {
	width: 0
}
.wrap-stick.wrap01 .stick.position03 .in.active {
	width: 376px
}
.wrap-stick.wrap01 .stick.position03 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.wrap-stick.wrap01 .stick.position03 .next-circle.active {
	-webkit-transform: translateX(376px);
	transform: translateX(376px)
}
.wrap-stick.wrap01 .stick.position04 {
	bottom: -110px;
	left: -160px
}
.wrap-stick.wrap01 .stick.position04 .in {
	width: 0
}
.wrap-stick.wrap01 .stick.position04 .in.active {
	width: 295px
}
.wrap-stick.wrap01 .stick.position04 .next-circle {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.wrap-stick.wrap01 .stick.position04 .next-circle.active {
	-webkit-transform: translateX(295px);
	transform: translateX(295px)
}
.wrap-stick.wrap02 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.wrap-stick.wrap02 .stick {
	z-index: 0
}
.wrap-stick.wrap02 .stick.position01 {
	top: 400px;
	right: 500px
}
.wrap-stick.wrap02 .stick.position02 {
	top: 340px;
	right: 150px
}
.wrap-stick.wrap02 .stick.position03 {
	bottom: 75px;
	right: 250px
}
.wrap-stick.wrap02 .stick.position04 {
	bottom: 315px;
	left: 0
}
.wrap-stick.wrap02 .stick.position05 {
	bottom: 130px;
	left: -30px
}
.wrap-stick.wrap03 .stick.position01 {
	top: 750px;
	left: 85px
}
.wrap-stick.wrap03 .stick.position02 {
	top: 800px;
	right: 300px
}
.wrap-stick.wrap03 .stick.position03 {
	top: 1400px;
	left: -50px
}
.wrap-stick.wrap03 .stick.position04 {
	top: 1450px;
	right: 550px
}
.wrap-stick.wrap03 .stick.position05 {
	top: 1700px;
	right: 550px
}
.wrap-stick.wrap03 .stick.position06 {
	bottom: 0;
	left: -100px
}
.wrap-stick.wrap03 .stick.position07 {
	bottom: -108px;
	right: 410px
}
.wrap-stick.wrap03 .stick.position08 {
	bottom: 40px;
	right: 50px
}
.sec-mv {
	position: relative
}
.sec-mv .wide-kv {
	max-width: 100%!important;
	width: 1315px;
	margin: auto
}
.sec-mv .stage {
	border: 1px transparent solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 32px;
	gap: 2rem;
	width: 855px;
	height: 700px;
	position: absolute;
	top: -145px;
	right: -32px;
	z-index: -1
}
.sec-mv .ball {
	width: 100px;
	height: 100px;
	background-color: #154a7d;
	border-radius: 100vmax
}
.sec-mv .stage-wrap {
	border: 1px transparent solid;
	width: 100%;
	height: 100%;
	position: relative
}
.sec-mv .stage-wrap svg {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px transparent solid
}
.sec-mv .stage-wrap clipPath {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px transparent solid
}
.sec-mv #rect-one {
	display: block;
	position: relative;
	-webkit-transform: translate(77px, 582px) rotate(-41deg) scale(.95);
	transform: translate(77px, 582px) rotate(-41deg) scale(.95)
}
.sec-mv #rect-two {
	-webkit-transform: translate(60px, 400px) rotate(-41deg);
	transform: translate(60px, 400px) rotate(-41deg)
}
.sec-mv #rect-three {
	-webkit-transform: translate(364px, 626px) rotate(-41deg);
	transform: translate(364px, 626px) rotate(-41deg)
}
.sec-mv .clip-svg2 {
	position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	-webkit-clip-path: url(#cpath2);
	clip-path: url(#cpath2)
}
.sec-mv .long {
	position: absolute;
	top: 3px;
	left: 116px;
	width: 1105px;
	height: 213px;
	border-radius: 100vmax;
	-webkit-transform: translate(-197px, 230px) rotate(-41deg);
	transform: translate(-197px, 230px) rotate(-41deg);
	overflow: hidden
}
.sec-mv .mask-bg, .sec-mv .mask-bg02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 100vmax;
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out
}
.sec-mv .middle02 {
	width: 593.683px;
	height: 131.657px;
	border-radius: 100vmax;
	-webkit-transform: rotate(-41deg);
	transform: rotate(-41deg);
	overflow: hidden
}
.sec-mv .middle02-01 {
	position: absolute;
	top: 154px;
	left: 29px
}
.sec-mv .middle02-02 {
	position: absolute;
	top: 382px;
	left: 330px
}
.sec-mv .ball01 {
	width: 213px;
	height: 213px;
	background-color: #154a7d;
	border-radius: 100vmax
}
.sec-mv .ball02 {
	width: 131.657px;
	height: 131.657px;
	background-color: #cd403c;
	border-radius: 100vmax
}
.sec-mv #render {
	width: 100%;
	height: 100vh
}
.sec-mv .bar-line {
	display: block;
	width: 11px;
	height: 100%;
	background-color: #05538a;
	border-radius: 100vmax
}
.sec-mv.is-hello .mask-bg {
	-webkit-animation: mask01 .6s ease-out 4s forwards;
	animation: mask01 .6s ease-out 4s forwards
}
.sec-mv.is-hello .mask-bg02 {
	-webkit-animation: mask02 .6s ease-out 4s forwards;
	animation: mask02 .6s ease-out 4s forwards
}
@keyframes mask01 {
	from {
		right: 0
	}
	to {
		right: -892px
	}
}
@-webkit-keyframes mask01 {
	from {
		right: 0
	}
	to {
		right: -892px
	}
}
@keyframes mask02 {
	from {
		right: 0
	}
	to {
		right: -462.026px
	}
}
@-webkit-keyframes mask02 {
	from {
		right: 0
	}
	to {
		right: -462.026px
	}
}
.sec-mv .base {
	position: relative
}
.sec-mv .catch {
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .08em;
	font-size: 40px
}
.sec-mv .text {
	line-height: 2;
	letter-spacing: .07em;
	font-size: 14px
}
.sec-mv .box1 {
	font-family: Montserrat, sans-serif;
	color: #154a7d;
	letter-spacing: .05em;
	font-weight: 700;
	font-style: italic;
	font-size: 16px
}
.sec-mv .box1 .bar {
	width: 100%;
	max-width: 376px;
	height: 11px;
	background: #fff;
	border-radius: 9999px
}
.sec-mv .box1 .txt {
	margin-top: 10px
}
.sec-mv .box2 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fcfbfc;
	border: solid 3px #fff;
	width: 268px;
	height: 40px;
	border-radius: 20px;
	color: #222;
	background-image: url(../../img/common/icon_arrow-circle-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: right 10px center;
	padding: 0 2.5em 0 1.5em;
	line-height: 1;
	-webkit-box-shadow: 0 0 22px rgba(0, 53, 152, .1);
	box-shadow: 0 0 22px rgba(0, 53, 152, .1)
}
.sec-mv .box2 .txt1 {
	color: #05538a;
	font-size: 14px;
	letter-spacing: .05em
}
.sec-mv .box2 .txt2 {
	color: #070707;
	font-size: 12px
}
.sec-mv .block-chart{
	width: 100%;
    max-width: 335px;
    padding: 19px 38px;
    -webkit-box-shadow: 0 13px 16px rgba(0,26,74,.08);
    box-shadow: 0 13px 16px rgba(0,26,74,.08);
    border: 4px solid #fff;
    border-radius: 12px;
    background-color: #fff;
	margin: 30px 0 0 auto;
}
@media only screen and (max-width:599px) {
	.sec-mv .block-chart{
		margin: 30px auto 0;
	}
}
.sec-mv .block-chart .img{
	margin-bottom: 22px;
}
.sec-mv .block-chart .img img{
	object-fit: cover;
    object-position: 0 100%;
    width: 100%;
    height: 65px;
}
@media only screen and (max-width:382px) {
	.sec-mv .block-chart .img img{
		height: 60px;
	}
}
@media only screen and (max-width:352px) {
	.sec-mv .block-chart .img img{
		height: 54px;
	}
}
@media only screen and (max-width:339px) {
	.sec-mv .block-chart .img img{
		height: 51px;
	}
}
.sec-mv .block-chart .c-btn{
	font-size: 14px;
    max-width: 205px;
    margin: 0 auto;
    height: 40px;
    position: relative;
}


.sec-news {
	position: relative;
	z-index: 2
}
.sec-news .box {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 40px 30px;
	-webkit-box-shadow: 0 0 22px rgba(0, 53, 152, .1);
	box-shadow: 0 0 22px rgba(0, 53, 152, .1)
}
.sec-news .box .box-header {
	position: relative;
	margin-bottom: 20px
}
.sec-news .box .box-header .en {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	color: #154a7d;
	letter-spacing: .02em;
	font-size: 32px
}
.sec-news .box .box-header .ja {
	letter-spacing: .05em;
	font-size: 14px;
	margin-left: 1em
}
.sec-news .box .box-header .btn {
	position: absolute;
	right: 0;
	top: -10px
}
.sec-news .box .box-header .btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .05em;
	color: #222
}
.sec-news .box .box-header .btn .c-arrow {
	background-image: url(../../img/common/icon_arrow-right.svg);
	background-size: 10px auto;
	width: 48px;
	height: 48px;
	margin-left: 1em
}
.sec-news .box .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .05em;
	margin-bottom: 10px
}
.sec-news .box .date {
	font-family: Gotham, sans-serif;
	color: #222;
	font-size: 16px;
	width: 125px
}
.sec-news .box .category {
	text-align: center;
	color: #fff;
	background-color: #05538a;
	border: solid 1px #05538a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 24px;
	border-radius: 12px
}
.sec-news .box .category a {
	font-size: 10px;
	color: #fff
}
.sec-news .box .badge {
	font-family: Gotham, sans-serif;
	color: #05538a;
	font-size: 12px;
	margin-left: 1em
}
.sec-news .box .pdf {
	text-align: center;
	color: #05538a;
	background-color: #fff;
	border: solid 1px #05538a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 56px;
	height: 24px;
	border-radius: 12px;
	font-size: 10px;
	margin-left: 1em
}
.sec-news .box.ir .en {
	color: #cd403c
}
.sec-news .box.ir .btn .arrow {
	background-color: #cd403c
}
.sec-news .box.ir .category {
	background-color: #cd403c;
	border: solid 1px #cd403c
}
.sec-news .box.ir .badge {
	color: #cd403c
}
.sec-news .box.ir .pdf {
	color: #cd403c;
	background-color: #fff;
	border: solid 1px #cd403c
}
.sec-news .list-news li {
	border-top: solid 1px #dce3f5;
	padding: 15px 0
}
.sec-news .list-news li .text {
	color: #222;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.3em
}
.sec-news .sec-eir .eir_area_area_top_001 {
	margin-top: 0
}
.sec-news .sec-eir .eir_area_area_top_001 .eirDataArea {
	margin-top: 0
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock {
	border: none;
	border-radius: 0;
	background-color: transparent
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList {
	padding: 0
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item {
	padding: 15px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: none
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item:nth-child(1), .sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item:nth-child(2), .sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item:nth-child(3), .sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item:nth-child(4), .sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item:nth-child(5) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item:last-child {
	border-bottom: none
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item .eirItem_date {
	width: 125px;
	margin-top: 0
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item .eirItem_category {
	margin-left: 0
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item .eirItem_category .s_eirModule_category_icon {
	font-size: 10px;
	font-weight: 400;
	background: #cd403c;
	padding-top: 4px;
	padding-bottom: 4px
}
.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item .eirItem_title {
	margin: 10px 0 0;
	width: 100%
}
.sec-service {
	color: #fff
}
.sec-service a {
	color: #fff
}
.sec-service .base {
	position: relative
}
.sec-service .bg-area {
	position: relative
}
.sec-service .sec-head {
	margin-bottom: 70px
}
.sec-service .c-arrow {
	margin-left: 24px
}
.sec-service .txt1 {
	font-weight: 700;
	line-height: 1.56;
	letter-spacing: .07em;
	font-size: 36px;
	margin-bottom: 36px
}
.sec-service .txt2 {
	line-height: 2;
	letter-spacing: .04em;
	font-size: 16px;
	margin-bottom: 90px
}
.sec-service .box {
	margin-bottom: 70px
}
.sec-service .box:last-of-type {
	margin-bottom: 0
}
.sec-service .box .img {
	position: relative;
	display: block;
	-webkit-box-shadow: 6px 13px 40px rgba(0, 35, 75, .56);
	box-shadow: 6px 13px 40px rgba(0, 35, 75, .56);
	margin-bottom: 32px
}
.sec-service .box .img:after {
	cursor: pointer;
	content: "";
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: block;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../img/common/icon_arrow-right-blue.svg);
	border-radius: 50%;
	width: 72px;
	height: 72px
}
.sec-service .box .box-ttl {
	font-weight: 700;
	padding: 0 20px;
	line-height: 1.4;
	font-size: 24px;
	margin-bottom: 16px
}
.sec-service .box .box-txt {
	padding: 0 20px;
	line-height: 2;
	letter-spacing: .07em;
	font-size: 16px
}
.sec-investor .sec-head {
	margin-top: 50px;
	margin-bottom: 50px
}
.sec-investor .sec-head .en {
	margin-bottom: 8px
}
.sec-investor .txt1 {
	line-height: 2;
	font-size: 16px;
	letter-spacing: .07em;
	margin-bottom: 90px;
	max-width: 363px
}
.sec-recruit {
	color: #fff;
	text-align: center
}
.sec-recruit .block {
	max-width: 1376px;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.sec-recruit .sec-head {
	margin-bottom: 40px
}
.sec-recruit .txt {
	line-height: 2;
	font-size: 16px;
	margin-bottom: 96px
}
.sec-recruit .c-arrow {
	margin-left: 24px
}
.sec-recruit .btn a {
	color: #fff
}
.sec-special .sec-head {
	margin-bottom: 50px
}
.sec-special .sec-head .en {
	margin-bottom: 10px
}
.sec-special .txt1 {
	line-height: 2;
	letter-spacing: .07em;
	font-size: 16px;
	margin-bottom: 60px
}
.sec-special .c-arrow {
	margin-left: 24px
}
.sec-special .slider-wrap .slider {
	width: 100%;
	margin: 0 auto
}
.sec-special .slider-wrap .slider .box {
	background-color: #fcfbfc;
	-webkit-box-shadow: 0 0 22px rgba(0, 53, 152, .1);
	box-shadow: 0 0 22px rgba(0, 53, 152, .1);
	border: solid #fff 5px;
	border-radius: 20px
}
.sec-special .btn-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.sec-special .btn-slider .next, .sec-special .btn-slider .prev {
	cursor: pointer;
	z-index: 1;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-image: url(../../img/common/icon_arrow-right-blue.svg);
	border-radius: 50%;
	width: 72px;
	height: 72px;
	-webkit-transition: .3s;
	transition: .3s
}
.sec-special .btn-slider .next:hover, .sec-special .btn-slider .prev:hover {
	opacity: .7
}
.sec-special .btn-slider .prev {
	background-image: url(../../img/common/icon_arrow-left-blue.svg)
}
.sec-special .slider img {
	width: 100%
}
.sec-special .slider .info {
	position: relative;
	padding: 20px 20px 20px
}
.sec-special .slider .ttl {
	font-weight: 700;
	color: #222;
	letter-spacing: .05em;
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 10px
}
.sec-special .slider .txt {
	font-weight: 500;
	color: #222;
	letter-spacing: .07em;
	font-size: 12px;
	margin-bottom: 30px
}
.sec-special .slider .more {
	text-align: right;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../../img/common/icon_arrow-right-blue.svg);
	background-size: 11px auto;
	color: #222;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .05em;
	padding-right: 1.6em
}
.sec-ourservice .sec-head {
	margin-bottom: 46px
}
.sec-ourservice .sec-head .en {
	margin-bottom: 5px
}
.sec-ourservice .box a {
	display: block
}
.sec-ourservice .box .img {
	display: block;
	transition: all 0.3s ease;
	border-radius: 12px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 13px 34px rgba(0, 32, 59, .1);
	box-shadow: 0 13px 34px rgba(0, 32, 59, .1);
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}

.sec-ourservice .box .img img {
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.sec-ourservice .box .box-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.sec-ourservice .box .box-in .logo {
	-webkit-box-shadow: 0 13px 34px rgba(0, 32, 59, .1);
	box-shadow: 0 13px 34px rgba(0, 32, 59, .1);
	border-radius: 7px;
	border: 4px solid #fff;
	background: #fcfbfc;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px
}
.sec-ourservice .box .box-in .logo.logo01 img {
	max-width: 119px
}
.sec-ourservice .box .box-in .logo.logo02 img {
	max-width: 118px
}
.sec-ourservice .box .box-in .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-weight: 700;
	color: #222;
	letter-spacing: .05em;
	font-size: 18px
}
@media only screen and (max-width:767px) {
	#loader .stick.sp.position01 {
		top: 90px;
		left: 20px
	}
	#loader .stick.sp.position01 .in {
		width: 0
	}
	#loader .stick.sp.position01 .in.active {
		width: 435px
	}
	#loader .stick.sp.position01 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	#loader .stick.sp.position01 .next-circle.active {
		-webkit-transform: translateX(435px);
		transform: translateX(435px)
	}
	#loader .stick.sp.position02 {
		top: 50px;
		right: -10px
	}
	#loader .stick.sp.position02 .in {
		width: 0
	}
	#loader .stick.sp.position02 .in.active {
		width: 435px
	}
	#loader .stick.sp.position02 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	#loader .stick.sp.position02 .next-circle.active {
		-webkit-transform: translateX(435px);
		transform: translateX(435px)
	}
	#loader .stick.sp.position03 {
		bottom: 20px;
		left: -80px
	}
	#loader .stick.sp.position03:before {
		background: #cd403c
	}
	#loader .stick.sp.position03 .in {
		width: 0;
		background: #cd403c
	}
	#loader .stick.sp.position03 .in.active {
		width: 205px
	}
	#loader .stick.sp.position03 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	#loader .stick.sp.position03 .next-circle .in-next {
		background: #cd403c
	}
	#loader .stick.sp.position03 .next-circle.active {
		-webkit-transform: translateX(205px);
		transform: translateX(205px)
	}
	#loader .stick.sp.position04 {
		bottom: -150px;
		left: -130px
	}
	#loader .stick.sp.position04 .in {
		width: 0
	}
	#loader .stick.sp.position04 .in.active {
		width: 435px
	}
	#loader .stick.sp.position04 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	#loader .stick.sp.position04 .next-circle.active {
		-webkit-transform: translateX(435px);
		transform: translateX(435px)
	}
	#loader .stick.sp.position05 {
		bottom: -60px;
		right: -160px;
		width: 207px;
		height: 207px
	}
	#loader .stick.sp.position05 .in {
		width: 0
	}
	#loader .stick.sp.position05 .in.active {
		width: 435px
	}
	#loader .stick.sp.position05 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	#loader .stick.sp.position05 .next-circle.active {
		-webkit-transform: translateX(435px);
		transform: translateX(435px)
	}
	#loader .logo {
		width: 256px
	}
	.wrap-stick.wrap01 .stick.position01 {
		top: 130px;
		left: -100px;
		width: 74px;
		height: 74px
	}
	.wrap-stick.wrap01 .stick.position01 .in {
		width: 0
	}
	.wrap-stick.wrap01 .stick.position01 .in.active {
		width: 393px
	}
	.wrap-stick.wrap01 .stick.position01 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.wrap-stick.wrap01 .stick.position01 .next-circle.active {
		-webkit-transform: translateX(393px);
		transform: translateX(393px)
	}
	.wrap-stick.wrap01 .stick.position05 {
		top: 280px;
		left: -30px;
		width: 19px;
		height: 19px
	}
	.wrap-stick.wrap01 .stick.position05 .in {
		width: 0
	}
	.wrap-stick.wrap01 .stick.position05 .in.active {
		width: 129px
	}
	.wrap-stick.wrap01 .stick.position05 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.wrap-stick.wrap01 .stick.position05 .next-circle.active {
		-webkit-transform: translateX(129px);
		transform: translateX(129px)
	}
	.wrap-stick.wrap01 .stick.position06 {
		top: 440px!important
	}
	.wrap-stick.wrap01 .stick.position07 {
		top: 520px!important
	}
	.wrap-stick.wrap01 .stick.position08 {
		bottom: 60px;
		left: -140px;
		width: 24px;
		height: 24px
	}
	.wrap-stick.wrap01 .stick.position08 .in {
		width: 0
	}
	.wrap-stick.wrap01 .stick.position08 .in.active {
		width: 217px
	}
	.wrap-stick.wrap01 .stick.position08 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.wrap-stick.wrap01 .stick.position08 .next-circle.active {
		-webkit-transform: translateX(217px);
		transform: translateX(217px)
	}
	.wrap-stick.wrap01 .stick.position09 {
		bottom: 230px!important
	}
	.wrap-stick.wrap02 .stick.position01 {
		top: 250px;
		right: auto;
		left: 120px
	}
	.wrap-stick.wrap02 .stick.position02 {
		top: 210px;
		right: -100px
	}
	.wrap-stick.wrap02 .stick.position04 {
		bottom: 100px;
		left: 10px
	}
	.wrap-stick.wrap02 .stick.position05 {
		bottom: 230px;
		left: 0
	}
	.wrap-stick.wrap03 .stick.position01 {
		top: 210px;
		left: 0
	}
	.wrap-stick.wrap03 .stick.position02 {
		top: 700px;
		right: auto;
		left: -50px
	}
	.wrap-stick.wrap03 .stick.position04 {
		top: 1550px;
		right: auto;
		left: 0
	}
	.wrap-stick.wrap03 .stick.position05 {
		top: 1700px;
		right: 100px
	}
	.wrap-stick.wrap03 .stick.position06 {
		bottom: 600px;
		left: 0
	}
	.wrap-stick.wrap03 .stick.position07 {
		bottom: 300px;
		right: 120px
	}
	.wrap-stick.wrap03 .stick.position08 {
		right: 100px
	}
	.sec-mv .stage {
		top: -650px;
		right: -298px;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	.sec-mv #rect-one {
		-webkit-transform: translate(150px, 550px) rotate(-41deg) scale(.7);
		transform: translate(150px, 550px) rotate(-41deg) scale(.7)
	}
	.sec-mv #rect-two {
		-webkit-transform: translate(255px, 330px) rotate(-41deg) scale(.7);
		transform: translate(255px, 330px) rotate(-41deg) scale(.7)
	}
	.sec-mv #rect-three {
		-webkit-transform: translate(330px, 600px) rotate(-41deg) scale(.8);
		transform: translate(330px, 600px) rotate(-41deg) scale(.8)
	}
	.sec-mv .long {
		top: 50px;
		left: 65px;
		-webkit-transform: translate(-140px, 170px) rotate(-41deg) scale(.7);
		transform: translate(-140px, 170px) rotate(-41deg) scale(.7)
	}
	.sec-mv .middle02-01 {
		top: 151px;
		left: 115px;
		-webkit-transform: rotate(-41deg) scale(.7);
		transform: rotate(-41deg) scale(.7)
	}
	.sec-mv .middle02-02 {
		top: 391px;
		left: 235px;
		-webkit-transform: rotate(-41deg) scale(.8);
		transform: rotate(-41deg) scale(.8)
	}
	.sec-mv #render {
		height: 120vh
	}
	.sec-mv {
		padding: 470px 0 64px
	}
	.sec-mv .catch {
		margin-bottom: 20px
	}
	.sec-mv .text {
		margin-bottom: 53px
	}
	.sec-mv .box1 {
		font-size: 14px;
		width: 100%
	}
	.sec-mv .box1 .txt {
		margin-top: 10px
	}
	.sec-mv .box1 .bar {
		height: 8px
	}
	.sec-mv .box2 {
		width: 100%;
		margin-top: 30px
	}
	.sec-mv .box2 a {
		width: 100%
	}
	.sec-news {
		margin-bottom: -150px
	}
	.sec-news .box {
		padding: 34px 30px 20px;
		margin-bottom: 26px
	}
	.sec-news .box .box-header {
		position: relative;
		margin-bottom: 20px
	}
	.sec-news .box .box-header .en {
		display: block;
		letter-spacing: .05em;
		font-size: 24px
	}
	.sec-news .box .box-header .ja {
		display: block;
		letter-spacing: .05em;
		font-size: 12px;
		margin-left: 0
	}
	.sec-news .box .box-header .btn {
		top: 0
	}
	.sec-news .box .info {
		margin-bottom: 10px
	}
	.sec-news .box .date {
		font-size: 10px;
		width: 80px
	}
	.sec-news .box .category {
		width: 80px;
		height: 20px;
		border-radius: 10px
	}
	.sec-news .box .category a {
		font-size: 10px
	}
	.sec-news .box .pdf {
		width: 56px;
		height: 20px;
		border-radius: 10px;
		font-size: 10px
	}
	.sec-news .list-news li {
		padding: 12px 0
	}
	.sec-news .list-news li .text {
		font-size: 13px;
		line-height: 1.54
	}
	.sec-news .sec-eir .eir_area_area_top_001 .eirDataArea {
		margin-top: 0
	}
	.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item .eirItem_date {
		font-size: 10px;
		width: 80px
	}
	.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item .eirItem_category .s_eirModule_category_icon {
		padding: 5px 9px
	}
	.sec-news .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item .eirItem_title {
		font-size: 13px;
		line-height: 1.54
	}
	.sec-service .bg-area {
		border-radius: 30px;
		padding-top: 220px;
		padding-bottom: 100px
	}
	.sec-service .sec-head {
		margin-bottom: 60px
	}
	.sec-service .txt1 {
		line-height: 1.67;
		letter-spacing: .04em;
		font-size: 24px;
		margin-bottom: 1em
	}
	.sec-service .txt2 {
		line-height: 1.714;
		letter-spacing: .04em;
		font-size: 14px;
		margin-bottom: 70px
	}
	.sec-service .img-business {
		margin: 0 -24px 46px;
		overflow: hidden
	}
	.sec-service .img-business .in {
		margin: 0 -56px
	}
	.sec-service .box {
		margin-bottom: 46px
	}
	.sec-service .box .img {
		margin-bottom: 20px
	}
	.sec-service .box .img:after {
		right: 12px;
		bottom: 12px;
		background-size: 11px auto;
		width: 50px;
		height: 50px
	}
	.sec-service .box .box-ttl {
		padding: 0;
		font-size: 20px;
		margin-bottom: 16px
	}
	.sec-service .box .box-txt {
		padding: 0;
		line-height: 1.7;
		letter-spacing: .04em;
		font-size: 14px
	}
	.sec-service .btn {
		margin-top: 60px
	}
	.sec-service .btn a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 16px
	}
	.sec-service .btn a .arrow {
		background-size: 11px auto;
		width: 64px;
		height: 64px;
		margin-left: 2em
	}
	.sec-investor {
		padding-bottom: 96px
	}
	.sec-investor .base {
		padding: 0
	}
	.sec-investor .block-left {
		padding: 94px 24px 50px
	}
	.sec-investor .sec-head {
		margin-top: 0;
		margin-bottom: 44px
	}
	.sec-investor .txt1 {
		line-height: 1.7;
		font-size: 14px;
		letter-spacing: .05em;
		margin-bottom: 0
	}
	.sec-investor .slider-wrap {
		margin-bottom: 48px
	}
	.sec-investor .slider-wrap .slider {
		width: 100%;
		margin: 0 auto
	}
	.sec-investor .slider-wrap .slider .img {
		border: 2px solid #fff;
		border-radius: 7px
	}
	.sec-investor .slider-wrap .slider img {
		width: 70vw;
		height: auto;
		border-radius: 7px
	}
	.sec-investor .slider-wrap .slider .slick-slide {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.sec-investor .slider-wrap .slider .slick-slide.slick-center {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	.sec-investor .slider-wrap .slick-next, .sec-investor .slider-wrap .slick-prev {
		cursor: pointer;
		position: absolute;
		z-index: 1;
		top: 40%;
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff;
		background-image: url(../../img/common/icon_arrow-right-blue.svg);
		border-radius: 50%;
		width: 64px;
		height: 64px;
		-webkit-box-shadow: 4px 4px 16px rgba(0, 23, 54, .16);
		box-shadow: 4px 4px 16px rgba(0, 23, 54, .16)
	}
	.sec-investor .slider-wrap .slick-prev {
		left: 5%;
		background-image: url(../../img/common/icon_arrow-left-blue.svg)
	}
	.sec-investor .slider-wrap .slick-next {
		right: 5%
	}
	.sec-investor .slider .info {
		position: relative;
		background-position: right 10px bottom 10px;
		background-repeat: no-repeat;
		background-image: url(../../img/common/icon_arrow-right-blue.svg);
		background-size: 10px auto;
		padding: 10px 16px 0
	}
	.sec-investor .slider .ttl {
		font-family: Gotham, sans-serif;
		font-weight: 500;
		color: #05538a;
		letter-spacing: .01em;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 1px
	}
	.sec-investor .slider .txt {
		font-weight: 700;
		color: #222;
		letter-spacing: .05em;
		font-size: 14px
	}
	.sec-investor .btn {
		margin-right: 24px
	}
	.sec-investor .btn a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.sec-recruit .block {
		background-image: url(../../img/top/img_recruit_sp.jpg);
		background-position: center;
		background-size: cover;
		padding: 100px 24px;
		border-radius: 20px;
		min-height: 450px
	}
	.sec-recruit .sec-head {
		margin-bottom: 40px
	}
	.sec-recruit .txt {
		text-align: left;
		font-size: 14px;
		letter-spacing: .05em;
		line-height: 1.7;
		margin-bottom: 60px
	}
	.sec-recruit .btn a {
		font-size: 16px
	}
	.sec-special {
		padding-bottom: 90px
	}
	.sec-special .block-left {
		padding: 94px 24px 50px
	}
	.sec-special .sec-head {
		margin-bottom: 40px
	}
	.sec-special .txt1 {
		line-height: 1.714;
		letter-spacing: .05em;
		font-size: 14px;
		margin-bottom: 0
	}
	.sec-special .btn {
		margin-right: 24px
	}
	.sec-special .btn a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 16px
	}
	.sec-special .slider-wrap .slider {
		padding-left: 24px
	}
	.sec-special .slider-wrap .slider .slick-list {
		padding-right: 42px
	}
	.sec-special .slider-wrap .slider .box {
		margin-right: 60px;
		-webkit-box-shadow: 0 0 10px rgba(0, 53, 152, .1);
		box-shadow: 0 0 10px rgba(0, 53, 152, .1);
		border-radius: 10px
	}
	.sec-special .slider-wrap .slider .slick-slide {
		margin-right: 24px
	}
	.sec-special .slider-wrap .slider .more {
		background-size: 10px auto;
		font-size: 12px;
		padding-right: 1.6em
	}
	.sec-special .slider-wrap .next, .sec-special .slider-wrap .prev {
		width: 64px;
		height: 64px
	}
	.sec-special .slider-wrap .btn-slider {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 40px 40px
	}
	.sec-special .slider-wrap .btn-slider div {
		margin: 0 10px
	}
	.sec-ourservice {
		padding-top: 94px;
		padding-bottom: 120px
	}
	.sec-ourservice .sec-head {
		margin-bottom: 40px
	}
	.sec-ourservice .box {
		margin-bottom: 40px;
	}
	.sec-ourservice .box:last-child {
		margin-bottom: 0;
	}
	.sec-ourservice .box .img {
		margin-bottom: 16px
	}
	.sec-ourservice .box .box-in .logo {
		height: 52px;
		padding: 0 14px
	}
	.sec-ourservice .box .box-in .logo.logo01 img {
		max-width: 97px
	}
	.sec-ourservice .box .box-in .logo.logo02 img {
		max-width: 95px
	}
}
@media only screen and (min-width:1500px) {
	.wrap-stick.wrap01 .stick.position02 {
		left: 700px
	}
}
@media only screen and (max-width:999px) and (min-width:768px) {
	.wrap-stick.wrap01 .stick.position02 {
		left: 280px
	}
	.sec-mv .stage {
		top: -386px;
		right: -225px
	}
}
@media only screen and (min-width:1000px) {
	.wrap-stick.wrap01 .stick.position06, .wrap-stick.wrap01 .stick.position07, .wrap-stick.wrap01 .stick.position08 {
		display: none
	}
}
@media only screen and (max-width:999px) {
	.wrap-stick.wrap01 .stick.position06 {
		top: 500px;
		right: 50px;
		width: 30px;
		height: 30px
	}
	.wrap-stick.wrap01 .stick.position06 .in {
		width: 0
	}
	.wrap-stick.wrap01 .stick.position06 .in.active {
		width: 210px
	}
	.wrap-stick.wrap01 .stick.position06 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.wrap-stick.wrap01 .stick.position06 .next-circle.active {
		-webkit-transform: translateX(210px);
		transform: translateX(210px)
	}
	.wrap-stick.wrap01 .stick.position07 {
		top: 585px;
		right: 10px;
		width: 82px;
		height: 82px
	}
	.wrap-stick.wrap01 .stick.position07 .in {
		width: 0
	}
	.wrap-stick.wrap01 .stick.position07 .in.active {
		width: 317px
	}
	.wrap-stick.wrap01 .stick.position07 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.wrap-stick.wrap01 .stick.position07 .next-circle.active {
		-webkit-transform: translateX(317px);
		transform: translateX(317px)
	}
	.wrap-stick.wrap01 .stick.position09 {
		bottom: 140px;
		right: -15px;
		width: 30px;
		height: 30px
	}
	.wrap-stick.wrap01 .stick.position09 .in {
		width: 0
	}
	.wrap-stick.wrap01 .stick.position09 .in.active {
		width: 129px
	}
	.wrap-stick.wrap01 .stick.position09 .next-circle {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.wrap-stick.wrap01 .stick.position09 .next-circle.active {
		-webkit-transform: translateX(129px);
		transform: translateX(129px)
	}
}
@media only screen and (max-width:767px) and (min-width:600px) {
	.sec-mv .stage {
		top: -500px;
		right: 0;
		width: 800px
	}
	.sec-mv .middle02-01 {
		top: 131px;
		left: 140px
	}
	.sec-mv .middle02-02 {
		top: 385px;
		left: 242px
	}
}
@media only screen and (max-width:599px) and (min-width:429px) {
	.sec-mv .stage {
		top: -500px;
		right: -50px;
		width: 800px
	}
	.sec-mv .middle02-01 {
		top: 131px;
		left: 140px
	}
	.sec-mv .middle02-02 {
		top: 385px;
		left: 242px
	}
}
@media only screen and (min-width:768px) {
	.sec-mv {
		padding-top: 250px;
		padding-bottom: 80px
	}
	.sec-mv .base {
		padding-left: 57.5px
	}
	.sec-mv .catch {
		font-size: 72px;
		margin-bottom: 34px
	}
	.sec-mv .text {
		font-size: 18px;
		margin-bottom: 84px
	}
	.sec-mv .box1 {
		font-family: Montserrat, sans-serif;
		color: #154a7d;
		letter-spacing: .05em;
		font-weight: 700;
		font-style: italic;
		font-size: 16px;
		width: 376px
	}
	.sec-mv .box1 .txt {
		margin-top: 10px
	}
	.sec-mv .box2 {
		margin-left: auto;
		width: 268px;
		margin-top: 60px
	}
	.sec-news {
		margin-top: -48px;
		margin-bottom: -136px
	}
	.sec-news .box-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		max-width: 1280px
	}
	.sec-news .box-wrap .box {
		width: 48.75%;
		max-width: 624px
	}
	.sec-news .box-wrap .box .box-header {
		position: relative;
		margin-bottom: 20px
	}
	.sec-news .box-wrap .box .box-header .box-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}
	.sec-service .bg-area {
		border-radius: 40px
	}
	.sec-service .base {
		padding-left: 57.5px
	}
	.sec-service .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding-top: 270px;
		padding-bottom: 120px
	}
	.sec-service .block .block-left {
		width: 48%;
		max-width: 530px;
		height: 600px;
		position: sticky;
		top: 150px
	}
	.sec-service .block .block-right {
		width: 53%
	}
	.sec-service .block .block-right .img-business {
		margin-bottom: 55px
	}
	.sec-service .block .block-right .box {
		max-width: 560px;
		margin-left: auto;
		margin-right: 0
	}
	.sec-investor {
		padding-top: 120px;
		padding-bottom: 120px
	}
	.sec-investor .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.sec-investor .block-left {
		width: 34%
	}
	.sec-investor .block-right {
		width: 60%
	}
	.sec-investor .block-right ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background-color: #fff;
		padding: 4px;
		border-radius: 10px
	}
	.sec-investor .block-right ul li {
		background-color: #fff;
		border-right: solid 2px #d8e0ed;
		border-bottom: solid 2px #d8e0ed;
		width: 33.3%;
		text-align: center;
		overflow: hidden
	}
	.sec-investor .block-right ul li:nth-child(3n) {
		border-right: none
	}
	.sec-investor .block-right ul li:nth-child(1) {
		border-radius: 4px 0 0 0
	}
	.sec-investor .block-right ul li:nth-child(3) {
		border-radius: 0 4px 0 0
	}
	.sec-investor .block-right ul li:nth-child(7) {
		border-radius: 0 0 0 4px
	}
	.sec-investor .block-right ul li:nth-child(9) {
		border-radius: 0 0 4px 0
	}
	.sec-investor .block-right ul li:nth-child(7), .sec-investor .block-right ul li:nth-child(8), .sec-investor .block-right ul li:nth-child(9) {
		border-bottom: none
	}
	.sec-investor .block-right ul li .txt {
		position: relative;
		z-index: 2
	}
	.sec-investor .block-right ul li h3 {
		font-family: Gotham, sans-serif;
		font-weight: 500;
		color: #05538a;
		letter-spacing: .02em;
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 8px;
		-webkit-transition: all .4s;
		transition: all .4s
	}
	.sec-investor .block-right ul li p {
		font-weight: 700;
		color: #222;
		letter-spacing: .05em;
		font-size: 14px;
		-webkit-transition: all .4s;
		transition: all .4s
	}
	.sec-investor .block-right ul li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 160px;
		-webkit-transition: all .4s;
		transition: all .4s
	}
	.sec-investor .block-right ul li a:before {
		content: "";
		background: #fcfbfc;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 1;
		-webkit-transition: all .4s;
		transition: all .4s;
		z-index: 2
	}
	.sec-investor .block-right ul li a::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 11px;
		height: 11px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../../img/common/icon_arrow-right-blue.svg);
		background-size: contain;
		z-index: 3;
		-webkit-transition: all .4s;
		transition: all .4s
	}
	.sec-investor .block-right ul li a .img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1
	}
	.sec-investor .block-right ul li a .img:before {
		content: "";
		background: rgba(0, 0, 0, .5);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2
	}
	.sec-investor .block-right ul li a .img img {
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0
	}
	.sec-investor .block-right ul li a:hover:before {
		opacity: 0
	}
	.sec-investor .block-right ul li a:hover h3, .sec-investor .block-right ul li a:hover p {
		color: #fff
	}
	.sec-investor .block-right ul li a:hover::after {
		background-image: url(../../img/common/icon_arrow-right.svg)
	}
	.sec-recruit .block {
		background-image: url(../../img/top/img_recruit.jpg);
		background-position: center;
		background-size: cover;
		padding: 0 40px;
		border: solid 8px #fff;
		border-radius: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 500px
	}
	.sec-special {
		padding-top: 135px;
		padding-bottom: 120px
	}
	.sec-special .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.sec-special .block-left {
		width: 39%;
		padding: 30px 30px 0 86px
	}
	.sec-special .block-right {
		width: 54%
	}
	.sec-special .block-right .slider .slick-list {
		padding-right: 180px
	}
	.sec-special .block-right .slider .box {
		margin-right: 24px
	}
	.sec-special .block-right .btn-slider {
		margin: 45px 88px 0 0
	}
	.sec-special .block-right .btn-slider div {
		margin: 0 12px
	}
	.sec-ourservice {
		padding-top: 120px;
		padding-bottom: 110px
	}
	.sec-ourservice .box-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.sec-ourservice .box {
		width: 48%
	}
	.sec-ourservice .box a {
		display: block
	}
	.sec-ourservice .box .img {
		height: 18vw;
		max-height: 240px;
	}
	.sec-ourservice .box .box-in {
		padding: 0 12px 0 23px
	}
	.sec-ourservice .box .img::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(45deg, transparent 0%, rgba(5, 83, 138, 0.1) 100%);
		border-radius: 12px;
		z-index: 1;
		pointer-events: none;
		transition: opacity 0.3s ease;
	}

	.sec-ourservice .box:hover .img::before {
		opacity: 0.7;
	}

	.sec-ourservice .box:hover .img img {
		transform: scale(1.05);
	}
}
@media only screen and (max-width:899px) and (min-width:768px) {
	.sec-mv .base {
		padding-right: 24px
	}
	.sec-news .base {
		padding: 0 24px
	}
	.sec-news .box-wrap {
		display: block
	}
	.sec-news .box-wrap .box {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px
	}
	.sec-service .base {
		padding: 0 24px
	}
	.sec-service .box .box-ttl {
		padding: 0
	}
	.sec-service .box .box-txt {
		padding: 0
	}
	.sec-investor .base {
		padding: 0 24px
	}
	.sec-investor .sec-head {
		margin-top: 0
	}
	.sec-investor .block {
		display: block
	}
	.sec-investor .block-left {
		width: 100%
	}
	.sec-investor .block-left .txt1 {
		margin-bottom: 60px
	}
	.sec-investor .block-left .btn {
		display: none!important
	}
	.sec-investor .block-right {
		width: 100%
	}
	.sec-investor .btn {
		display: block!important;
		margin-top: 30px
	}
	.sec-investor .btn a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.sec-special .block {
		display: block
	}
	.sec-special .block-left {
		width: 100%;
		padding: 0 24px
	}
	.sec-special .block-left .btn {
		display: none!important
	}
	.sec-special .block-right {
		width: 100%;
		padding: 30px 0 0 24px
	}
	.sec-special .block-right .btn-slider {
		margin: 45px 12px 0 0
	}
	.sec-special .btn {
		display: block!important;
		padding-right: 24px;
		margin-top: 30px
	}
	.sec-special .btn a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.sec-ourservice .base {
		padding: 0 24px
	}
	.sec-ourservice .box .box-in {
		padding: 33px 0 0 0
	}
	.sec-ourservice .box .box-in .btn .c-arrow {
		width: 64px;
		height: 64px;
		margin-left: 1em
	}
}
@media only screen and (max-width:1199px) and (min-width:768px) {
	.sec-service .block-right {
		padding-left: 30px
	}
}

