@charset "UTF-8";

/* ---------------------------------------
  about
-----------------------------------------*/

@media screen and (max-width: 768px) {
	.scrollWrap {
		overflow-x: scroll;
		overflow-y: hidden;
		position: relative;
	}

	.scrollWrap::-webkit-scrollbar {
		display: none;
	}

	.scrollItem {
		position: relative;
	}

	.scrollItem::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: url(../img/about/iconScroll.png) no-repeat center center / 32vw auto;
		transition: all 0.2s ease-out 0.2s;
		animation: scrollAnimation 1s linear infinite;
		z-index: 10;
		pointer-events: none;
	}

	.scrollWrap.scrolled .scrollItem::before {
		opacity: 0;
	}

}

/* mv
--------------------------------*/

#sec_mv {
	height: 800px;
}

#sec_mv .bg {
	padding: 520px 0 80px;
	width: 100%;
	height: 100%;
	background: url(../img/about/mv_img.jpg) no-repeat center top/ cover;
}

#sec_mv .ttl {
	margin: 30px auto 0;
}

#sec_mv .txt {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.2em;
}

#sec_mv .txt + .txt {
	margin-top: 1em;
}

@media screen and (min-width: 1800px) {
	#sec_mv {
		height: 44.44444vw;
	}

	#sec_mv .bg {
		padding: 28.7vw 0 8vw;
	}

	#sec_mv .ttl {
		width: 18.7222vw;
		margin-top: 2.2vw;
	}

	#sec_mv .txt {
		font-size: 1vw;
	}
}


@media screen and (max-width: 768px) {
	#sec_mv {
		width: auto;
		height: auto;
	}

	#sec_mv .bg {
		padding: 69.4vw 0 13vw;
		width: 240vw;
		height: 136vw;
		background: url(../img/about/mv_img_sp.jpg) no-repeat center top/ cover;
	}

	#sec_mv .txtwrap {
		width: 100vw;
		margin: 0 auto;
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
	}

	#sec_mv .ttl {
		width: 54.13vw;
		margin-top: 6vw;
	}

	#sec_mv .txt {
		font-size: 3.6vw;
	}
}

@keyframes scrollAnimation {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(2.4vw)
	}

	50% {
		transform: translateX(0);
	}

	75% {
		transform: translateX(-2.4vw);
	}

	100% {
		transform: translateX(0);
	}
}

/* sec_group
--------------------------------*/
#sec_group {
	padding: 90px 0 84px;
	z-index: 2;
}

#sec_group .secttl {
	font-size: 3.2rem;
	line-height: 1.78;
	margin-bottom: .8em;
}

#sec_group .secttl span {
	border-bottom: 5px solid #0b318f;
}

#sec_group .point .item {
	width: 354px;
}

#sec_group .point .item .num {
	color: rgba(11, 49, 143, .15);
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.075em;
	position: relative;
	margin-left: .25em;
	margin-bottom: -1.25em;
}

#sec_group .point .item .num span {
	display: block;
	font-size: 7rem;
	line-height: .9;
	letter-spacing: 0;
	text-indent: -.2em;
}

#sec_group .point .item .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: .75em;
}

#sec_group .point .item .txt {
	text-align: justify;
}

#sec_group .point .item:last-child .txt {
	letter-spacing: 0.05em;
}

#sec_group .img {
	position: absolute;
}

#sec_group .img01 {
	right: -75px;
	top: 110px;
}

#sec_group .img02 {
	left: -75px;
	bottom: -160px;
}

#sec_group .img .ob {
	position: absolute;
}

#sec_group .img01 .ob01 {
	right: -50px;
	top: 170px;
}

#sec_group .img01 .ob02 {
	width: 146px;
	left: -110px;
	top: 110px;
	z-index: -1;
}

#sec_group .img02 .ob01 {
	width: 145px;
	right: -200px;
	top: 50px;
}

#sec_group .img02 .ob02 {
	left: -50px;
	top: -18px;
	z-index: -1;
}

@media screen and (min-width: 769px) {
	#sec_group .point .item:nth-child(3n - 1) {
		margin-top: 110px;
	}

	#sec_group .point .item:nth-child(3n) {
		margin-top: 220px;
	}
}

@media screen and (max-width: 768px) {
	#sec_group {
		padding: 18.6vw 0 0;
	}

	#sec_group .secttl {
		font-size: 6.13vw;
	}

	#sec_group .secttl span {
		border-bottom: .93vw solid #0b318f;
	}

	#sec_group .lead {
		letter-spacing: 0.1em;
	}

	#sec_group .point .item {
		width: 100%;
		margin-top: 10vw;
	}

	#sec_group .point .item .num {
		font-size: 4.8vw;
		margin-left: .25em;
		margin-bottom: -1.25em;
	}

	#sec_group .point .item .num span {
		font-size: 14vw;
		text-indent: -.2em;
	}

	#sec_group .point .item .ttl {
		font-size: 4.8vw;
	}

	#sec_group .img {
		position: relative;
	}

	#sec_group .img01 {
		width: 70.27vw;
		top: 0;
		right: 0;
		margin-left: auto;
		margin-top: 6vw;
	}

	#sec_group .img02 {
		width: 62.53vw;
		left: 0;
		bottom: 0;
		margin-top: 13vw;
		margin-bottom: -10vw;
	}

	#sec_group .img01 .ob01 {
		width: 32.8vw;
		right: -8vw;
		top: 32vw;
	}

	#sec_group .img01 .ob02 {
		width: 27vw;
		left: -22vw;
		top: 16vw;
	}

	#sec_group .img02 .ob01 {
		width: 21.87vw;
		right: -30vw;
		top: 8vw;
	}

	#sec_group .img02 .ob02 {
		width: 26.53vw;
		left: -8vw;
		top: -3vw;
	}

}

/* sec_area
--------------------------------*/
#sec_area {
	padding: 130px 0 190px;
	z-index: 1;
}

#sec_area .bg {
	width: 0;
	height: 100%;
	background-color: #074a97;
	position: absolute;
	left: -100%;
	top: 14.6vw;
	transition: 1s ease;
	transform: skewY(-5deg);
	z-index: -2;
}

#sec_area .bg.is-show {
	width: 100%;
	top: 0;
	left: 0;
}

#sec_area .list .item {
	width: 262px;
	background-color: #fff;
	padding: 20px 26px;
	-webkit-clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
	clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
}

#sec_area .list .item .logo {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

#sec_area .list .item .txt {
	line-height: 1.75;
	text-align: justify;
}

#sec_area .list .item:nth-child(8) .txt{
	letter-spacing: 0.05em;
}

#sec_area .mapwrap {
	width: 1300px;
	margin: 100px -75px 0;
	position: relative;
	align-items: center;
}

#sec_area .mapwrap .txtwrap {
	width: 560px;
}

#sec_area .mapwrap .txtwrap .secttl {
	font-size: 3.2rem;
	line-height: 1.78;
	margin-bottom: .8em;
}

#sec_area .mapwrap .txtwrap .secttl span {
	border-bottom: 5px solid #fff;
}

#sec_area .mapwrap .txtwrap .list {
	margin-top: 75px;
}

#sec_area .mapwrap .txtwrap .list li {
	width: 273px;
	min-height: 87px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	font-size: 2rem;
	letter-spacing: 0.05em;
	padding: 10px 16px;
	position: relative;
}

#sec_area .mapwrap .txtwrap .list li::before {
	content: "";
	width: 27px;
	height: 33px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	margin-right: 8px;
}

#sec_area .mapwrap .txtwrap .list li:nth-child(n+ 3) {
	margin-top: 14px;
}

#sec_area .mapwrap .txtwrap .list li:nth-child(1)::before {
	background-image: url(../img/about/area_map_ico01.png);
}

#sec_area .mapwrap .txtwrap .list li:nth-child(2)::before {
	background-image: url(../img/about/area_map_ico02.png);
}

#sec_area .mapwrap .txtwrap .list li:nth-child(3)::before {
	background-image: url(../img/about/area_map_ico05.png);
}

#sec_area .mapwrap .txtwrap .list li:nth-child(4)::before {
	background-image: url(../img/about/area_map_ico08.png);
}

#sec_area .mapwrap .txtwrap .list li:nth-child(5)::before {
	background-image: url(../img/about/area_map_ico07.png);
}

#sec_area .mapwrap .txtwrap .list li:nth-child(6)::before {
	background-image: url(../img/about/area_map_ico09.png);
}

#sec_area .mapwrap .map {
	width: 690px;
}

#sec_area .bg_img {
	position: relative;
	text-align: center;
	margin-top: 35px;
}

#sec_area .bg_img::before,
#sec_area .bg_img::after {
	content: "";
	width: calc((100% - 1095px) / 2);
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 1px;
}

#sec_area .bg_img::before {
	left: 0;
}

#sec_area .bg_img::after {
	right: 0;
}

@media screen and (min-width: 769px) {
	#sec_area .list .item:nth-child(n + 5) {
		margin-top: 34px;
	}
}

@media screen and (max-width: 768px) {
	#sec_area {
		padding: 25vw 0 52vw;
	}

	#sec_area .bg {
		top: 8.5vw;
	}

	#sec_area .list .item {
		width: 40.6vw;
		padding: 2.67vw 4vw 3.34vw;
		-webkit-clip-path: polygon(2.8vw 0%, 100% 0, 100% calc(100% - 2.8vw), calc(100% - 2.8vw) 100%, 0 100%, 0 2.8vw);
		clip-path: polygon(2.8vw 0%, 100% 0, 100% calc(100% - 2.8vw), calc(100% - 2.8vw) 100%, 0 100%, 0 2.8vw);
	}

	#sec_area .list .item:nth-child(n + 3) {
		margin-top: 2.67vw;
	}

	#sec_area .list .item .logo {
		height: 12.27vw;
		margin-bottom: 2vw;
	}

	#sec_area .list .item:nth-child(1) .logo img {
		width: 22.67vw;
	}

	#sec_area .list .item:nth-child(2) .logo img {
		width: 22.4vw;
	}

	#sec_area .list .item:nth-child(3) .logo img {
		width: 27.07vw;
	}

	#sec_area .list .item:nth-child(4) .logo img {
		width: 25.33vw;
	}

	#sec_area .list .item:nth-child(5) .logo img {
		width: 22.93vw;
	}

	#sec_area .list .item:nth-child(6) .logo img {
		width: 18.13vw;
	}

	#sec_area .list .item:nth-child(7) .logo img {
		width: 20.67vw;
	}

	#sec_area .list .item:nth-child(8) .logo img {
		width: 25.86vw;
	}
	#sec_area .mapwrap {
		width: 100%;
		margin: 13vw auto 0;
	}

	#sec_area .mapwrap .txtwrap{
		width: 100%;
		display: contents;
	}

	#sec_area .mapwrap .txtwrap .secttl {
		width: 100%;
		font-size: 6.13vw;
		order: 1;
	}

	#sec_area .mapwrap .txtwrap .secttl span {
		border-bottom: .93vw solid #fff;
	}

	#sec_area .mapwrap .txtwrap .secttl + .txt {
		order: 2;
	}

	#sec_area .mapwrap .txtwrap .list {
		margin: 8vw auto 0;
		order: 4;
	}

	#sec_area .mapwrap .txtwrap .list li {
		width: 41.2vw;
		min-height: inherit;
		font-size: 3.2vw;
		padding: 0 0 0 1.4vw;
		border-radius: 2vw;
	}

	#sec_area .mapwrap .txtwrap .list li::before {
		width: 3.87vw;
		height: 4.93vw;
		margin-right: 1vw;
	}

	#sec_area .mapwrap .txtwrap .list li:nth-child(n+ 3) {
		margin-top: 1.6vw;
	}

	#sec_area .mapwrap .map {
		width: 92vw;
		margin: 10vw -4vw 0;
		order: 3;
	}

	#sec_area .bg_img {
		width: 100%;
		margin: 8vw 0 0;
	}

	#sec_area .bg_img::before,
	#sec_area .bg_img::after {
		content: none;
	}
}

/* sec_overview
--------------------------------*/
#sec_overview {
	margin-top: -100px;
	padding: 0 0 180px;
}

#sec_overview::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}

#sec_overview .wrap {
	background-color: #fff;
	padding: 60px 83px 100px;
	-webkitclip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
	clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
	z-index: 2;
}

#sec_overview .secttl {
	position: relative;
	font-size: 3.6rem;
}

#sec_overview .secttl .en {
	color: rgba(11, 49, 143, .35);
	font-size: 1.4rem;
	margin-top: .5em;
}

#sec_overview .inner {
	position: relative;
	align-items: stretch;
	z-index: 2;
}

#sec_overview .tb {
	width: 467px;
	display: flex;
	flex-wrap: wrap;
}

#sec_overview .tb.notflex {
	display: block;
}

#sec_overview .tb dt,
#sec_overview .tb dd {
	color: #000;
	border-bottom: 1px solid #b2b2b2;
	letter-spacing: 0.12em;
	padding: 1em 0;
}


#sec_overview .tb dt {
	width: 145px;
	font-weight: 700;
}

#sec_overview .tb dd {
	width: calc(100% - 145px);
}

#sec_overview .tb dd ul li {
	position: relative;
	padding-left: 1em;
}

#sec_overview .tb dd ul li + li {
	margin-top: 1em;
}

#sec_overview .tb dd ul li::before {
	content: "";
	width: .25em;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 1.1em;
}

#sec_overview .inner .date {
	width: 100%;
	text-align: right;
	font-size: 1.2rem;
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
	#sec_overview {
		margin-top: -36.6vw;
		padding: 0 0 24vw;
	}

	#sec_overview .wrap {
		padding: 11vw 8vw;
		-webkitclip-path: polygon(6.67vw 0%, 100% 0, 100% calc(100% - 6.67vw), calc(100% - 6.67vw) 100%, 0 100%, 0 6.67vw);
		clip-path: polygon(6.67vw 0%, 100% 0, 100% calc(100% - 6.67vw), calc(100% - 6.67vw) 100%, 0 100%, 0 6.67vw);
	}

	#sec_overview .secttl {
		font-size: 6.67vw;
	}

	#sec_overview .secttl .en {
		font-size: 2.8vw;
	}

	#sec_overview .tb {
		width: 100%;
		display: block;
	}
	#sec_overview .tb:not(.notflex) dt {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
	}

	#sec_overview .tb.notflex dt {
		border-bottom: 1px solid #b2b2b2;
	}

	#sec_overview .tb:not(.notflex) dd {
		width: 100%;
		padding-top: 0;
	}

	#sec_overview .inner .date {
		font-size: 2.4vw;
		position: static;
		text-align: right;
	}

}