@charset "utf-8";


.sp {
	display: none !important;
}

#slide {
	position: relative;
	height: calc(100vh - 110px);
	z-index: 10;
	background: #fff;
}


#slide .direct-hide {
	transition: all 600ms ease-out 0ms;
	opacity: 0;
}




#slide .slide-item {
	position: absolute;
	width: 100%;
	height: calc(100vh - 110px);
	left: 0;
	top: 0;
}
#slide .slide-item figure {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
#slide .slide-item figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}


#slide .slide-item {
	visibility: hidden;
}
#slide .slide-item.active {
	visibility: visible;
}



#slide .slide-item figure {
	position: relative;
	opacity: 0;
	transition: all 1200ms ease-out;
}
#slide .slide-item.show figure::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0,0,0,0.15);
}
#slide .slide-item.show figure {
	opacity: 1;
}
#slide .slide-item.hide figure {
	opacity: 0;
	transition: all 600ms ease-out 0ms;
}
#slide .slide-item.direct figure  {
	transition-duration: all 0 linear 0 !important;
}

#slide .slide-item .caption {
	position: absolute;
	display: block;
	right: 18px;
	bottom: 18px;
	font-size: 0.8125rem;
	color: #fff;
	opacity: 0;
	transition: all 500ms ease-out 500ms;
}


#slide .slide-item.show .caption {
	opacity: 1;
}




#slide .slide-item h2 {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: calc(100% - 105px);
	height: calc(100% - 40px - 120px);
	left: 105px;
	top: 0;
	z-index: 650;
}
#slide .slide-item h2 img {
	width: 100%;
	height: auto;
}

#slide .slide-item h2 span {
	display: inline;
	overflow: hidden;
	font-size: 0;
}
/*
#slide .slide-item h2 span + span {
	margin-top: 20px;
}
*/

#slide .slide-item h2 span b {
	display: inline-block;
	/*
	font-size: 105px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	*/
	
	font-size: 0;
}
#slide .slide-item h2 span b br {
	display: none;
}

/*
#slide .slide-item.type1 h2 span b {
	font-size: 80px;
}
#slide .slide-item.type2 h2 span b {
	font-size: 80px;
}
#slide .slide-item.type3 h2 span b {
	font-size: 80px;
}
#slide .slide-item.type4 h2 span b {
	font-size: 80px;
}
*/

#slide .slide-item.type1 h2 span b {
	width: 562px;
	height: 100px;
	background: url(/img/copy1.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#slide .slide-item.type1 h2 span + span b {
	background-position: 0 100%;
}
#slide .slide-item.type1 h2 span + span {
	margin-top: 15px;
}



#slide .slide-item.type2 h2 span b {
	width: 510px;
	height: 108px;
	background: url(/img/copy2.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#slide .slide-item.type2 h2 span + span b {
	background-position: 0 100%;
}
#slide .slide-item.type2 h2 span + span {
	margin-top: 10px;
}



#slide .slide-item.type3 h2 span b {
	width: 466px;
	height: 100px;
	background: url(/img/copy3.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#slide .slide-item.type3 h2 span + span b {
	background-position: 0 100%;
}
#slide .slide-item.type3 h2 span + span {
	margin-top: 15px;
}



#slide .slide-item.type4 h2 span b {
	width: 986px;
	height: 94px;
	background: url(/img/copy4.png) 0 0 no-repeat;
	background-size: 100% auto;
}







#slide .slide-item h2 span {
	width: 0;
}
#slide .slide-item.show h2 span.show {
	transition: all 1000ms cubic-bezier(0, 0.55, 0.45, 1) 0ms;
}

#slide .slide-item h2.hide {
	opacity: 0;
	transition: all 500ms ease-out;
}



#slide .slide-item .description {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: calc(100% - 105px);
	height: 120px;
	left: 110px;
	top: calc(50% + 50px);
	z-index: 650;
	line-height: 1.8;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	
	opacity: 0;
}
#slide .slide-item .description.show {
	opacity: 1;
	transition: all 800ms linear 800ms;
}
#slide .slide-item .description.hide {
	opacity: 0;
	transition: all 500ms linear;
}


/*
#slide .slide-item.type3 h2 {
	box-sizing: border-box;
	padding-top: 8%;
	justify-content: flex-start;
}
*/








#path {
	position: absolute;
	width: 1840px;
	height: 1110px;
	left: -2%;
	top: 0;
	z-index: 500;
	margin-top: -4%;
	transform-origin: left top;
}
#path svg {
	width: 100%;
	height: 100%;
}
#slide > span {
	position: absolute;
	display: block;
	width: 100vh;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.2);
}


#poly {
	position: absolute;
	width: 1840px;
	height: 1110px;
	left: -2%;
	top: 0;
	z-index: 450;
	margin-top: -4%;
	transform-origin: left top;
}
#poly i {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*
	background-image: url(../img/noise.png);
	*/
}


.bg1-1 {
	background-color: rgba(41,107,163,0.8);
}
.bg1-2 {
	background-color: rgba(41,107,163,0.6);
}
.bg1-3 {
	background-color: rgba(41,107,163,0.4);
}
.bg1-4 {
	background-color: rgba(41,107,163,0.2);
}
.bg1-5 {
	background-color: rgba(41,107,163,0);
}

.bg2-1 {
	background-color: rgba(25,81,129,0.8);
}
.bg2-2 {
	background-color: rgba(25,81,129,0.6);
}
.bg2-3 {
	background-color: rgba(25,81,129,0.4);
}
.bg2-4 {
	background-color: rgba(25,81,129,0.2);
}
.bg2-5 {
	background-color: rgba(25,81,129,0);
}

.bg3-1 {
	background-color: rgba(62,165,171,0.8);
}
.bg3-2 {
	background-color: rgba(62,165,171,0.6);
}
.bg3-3 {
	background-color: rgba(62,165,171,0.4);
}
.bg3-4 {
	background-color: rgba(62,165,171,0.2);
}
.bg3-5 {
	background-color: rgba(62,165,171,0);
}






.blink1 {
	animation: motion1 8000ms infinite ease;
}
.blink2 {
	animation: motion1 11500ms infinite ease;
}
.blink3 {
	animation: motion1 14000ms infinite ease;
}
.blink4 {
	animation: motion1 17000ms infinite ease;
}

@keyframes motion1 {
	0% {
		opacity: 0.1;
	}
	20% {
		opacity: 0.1;
	}
	50% {
		opacity: 0.8;
	}
	70% {
		opacity: 0.8;
	}
	100% {
		opacity: 0.1;
	}
}



#global-footer {
	z-index: 20;
}
main section,
#top-external-links {
	position: relative;
	z-index: 2;
}

#float-poly1,
#float-poly2 {
	position: fixed;
	display: block;
	z-index: 1;
	opacity: 0.12;
	transition: transform 2000ms ease-out;
}
#float-poly1 {
	width: 770px;
	height: 700px;
	right: -550px;
	top: 0;
	background: url(../img/poly_float1.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#float-poly2 {
	width: 752px;
	height: 854px;
	left: -450px;
	bottom: -400px;
	background: url(../img/poly_float1.svg) 0 0 no-repeat;
	background-size: 100% auto;
}




#scroll {
	position: absolute;
	box-sizing: border-box;
	width: 18px;
	height: 256px;
	left: 18px;
	bottom: -70px;
	border-left: 1px solid #165d80;
	background: url(../img/label_scroll.svg) 100% 0 no-repeat;
	background-size: 12px 34px;
	
	display: none;
}


#ui {
	position: absolute;
	width: 200px;
	height: 46px;
	left: 0;
	bottom: 0;
	z-index: 700;
	background: #fff;
	
	opacity: 0;
	visibility: hidden;
	transition: all 600ms ease-out 0ms;
}
#ui.active {
	opacity: 1;
	visibility: visible;
}

#ui nav {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 26px;
	left: 0;
	top: 10px;
	border-right: 1px solid #eee;
}
#ui nav a {
	display: block;
	width: 30px;
	height: 35px;
}
#ui nav a.prev {
	background: url(../img/arrow_nano_prev.svg) 50% 50% no-repeat;
	background-size: 6px 8px;
}
#ui nav a.next {
	background: url(../img/arrow_nano_next.svg) 50% 50% no-repeat;
	background-size: 6px 8px;
}
#ui nav span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 35px;
	color: #282828;
	line-height: 1;
	font-size: 0.9375rem;
	font-family: Overpass, sans-serif;
}
#ui nav.lock a {
	opacity: 0.2;
	cursor: default;
}

#ui div {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 22px;
	left: 100px;
	top: calc(50% - 11px);
}
#ui div a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/icon_pause.svg) 50% 50% no-repeat;
	background-size: 8px auto;
}
#ui div a[data-status="paused"] {
	background: url(../img/icon_play.svg) 50% 50% no-repeat;
	background-size: 8px auto;
}

#ui div span {
	position: relative;
	display: block;
	width: 50px;
	height: 2px;
	margin: 0 10px;
	background: rgba(22,93,128,0.25);
}
#ui div span i {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	transform-origin: left top;
	background: rgba(22,93,128,1);
}

#ui div span i {
	transform: scaleX(0);
}
#ui div span.start i {
	transform: scaleX(1);
	transition: transform 7000ms linear;
}








.top-news {
	margin: 100px 0 0;
}
.top-news h2 {
	margin: 0 0 25px;
	font-size: 2.5rem;
	font-weight: 400;
	color: #165d89;
}
.top-news .inner {
	justify-content: space-between;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

.top-news .extra {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.top-news .extra nav {
	width: 225px;
	margin-top: -60px;
}
.top-news .extra nav li a {
	display: block;
	width: 70px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #165d89;
	background: url(../img/arrow_nano_blue.svg) 100% 50% no-repeat;
	background-size: 5px auto;
}
.top-news .extra nav li a:hover {
	text-decoration: underline;
}
.top-news .extra nav li + li {
	margin-top: 20px;
}

.top-news nav.button {
	position: absolute;
	left: 0;
	bottom: 0;
}
.top-news nav.button a {
	width: 130px;
}

.news-entries {
	width: calc(100% - 225px);
}
.news-entries li + li {
	margin-top: 20px;
}
.news-entries a {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 30px 18px 10px;
	border-bottom: 1px solid #c9c9c9;
}
.news-entries dt {
	display: flex;
}
.news-entries .date {
	font-size: 0.75rem;
}
.news-entries .category {
	margin-left: 10px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #165d89;
}
.news-entries dd {
	margin: 10px 0 0;
	font-size: 0.875rem;
	line-height: 1.5;
}
.news-entries a::after {
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	right: 10px;
	top: calc(50% - 5px);
	background: url(../img/arrow_nano_blue.svg) 0 0 no-repeat;
	background-size: 4px auto;
}

.news-entries a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: #165d89;
	
	transform: scaleX(0);
	transform-origin: left bottom;
	transition: all 600ms ease-out;
}
.news-entries a:hover::before {
	transform: scaleX(1);
}







.top-about {
	margin: 200px 0 0;
}
.top-about > .inner {
	justify-content: space-between;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
.top-about > .inner > header {
	display: flex;
	align-items: center;
	width: 100%;
}
.top-about h2 {
	font-size: 4rem;
	font-weight: 400;
	color: #165d89;
	white-space: nowrap;
}
.top-about > .inner > header p {
	margin-left: 60px;
	padding-left: 60px;
	font-size: 0.875rem;
	line-height: 1.8;
	border-left: 1px solid #c9c9c9;
}




.top-about-column {
	margin: 70px 0 0;
}
.top-about-column .inner > header {
	margin: 0 0 35px;
	text-align: center;
	color: #165d89;
}
.top-about-column header h3 {
	font-size: 1.4375rem;
	font-weight: 500;
}
.top-about-column .inner > header .en {
	margin: 10px 0 0;
	font-size: 0.75rem;
	font-weight: 500;
	font-family: Overpass, sans-serif;
}


.top-about-column .inner {
	padding: 50px 0 75px;
	background: #fafafa;
}


.top-about-column .picts,
.top-about-column .texts {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
.top-about-column .numbers {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}




.top-about-column .picts ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.top-about-column .picts li {
	position: relative;
	width: calc((100% - 80px) / 3 + 90px);
	margin: 0 -45px;
	background: #fff;
	border-radius: 500px;
}
.top-about-column .picts li a {
	position: relative;
	display: block;
	padding: 100% 0 0;
}

.top-about-column .picts header {
	position: absolute;
	width: 100%;
	top: 13%;
	text-align: center;
}
.top-about-column .picts header h4 {
	font-size: 1.875rem;
	font-weight: 400;
}
.top-about-column .picts header .en {
	margin: 10px 0 0;
	font-size: 0.75rem;
	font-weight: 400;
	font-family: Overpass, sans-serif;
}
.top-about-column .picts p {
	position: absolute;
	width: 100%;
	bottom: 15%;
	text-align: center;
	font-size: 0.9375rem;
	line-height: 1.6;
}
html:lang(en) .top-about-column .picts p {
	bottom: 14%;
}

.top-about-column .picts a::after {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	left: calc(50% - 7px);
	bottom: 7.5%;
	border-radius: 8px;
	background: #165d89 url(../img/arrow_nano_white.svg) 50% 50% no-repeat;
	background-size: 5px auto;
}

.top-about-column .pict {
	position: absolute;
	width: 45%;
	padding-top: 45%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.top-about-column .pict svg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.top-about-column li:nth-child(3 ).pict svg {
	width: 120%;
	left: -10%;
}


.top-about-column .texts {
	margin-top: 65px;
}

.top-about-column .texts li {
	position: relative;
	width: calc((100% - 80px) / 3);
	padding: 0 0 110px;
}
.top-about-column .texts li::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 132px;
	left: 50%;
	top: -158px;
	background: #165d89;
}
.top-about-column .texts li p {
	padding-bottom: 40px;
	font-size: 0.9375rem;
	line-height: 1.8;
}
.top-about-column .texts .image {
	position: absolute;
	left: 0;
	bottom: 80px;
}
.top-about-column .texts .image img {
	width: 100%;
	height: auto;
}
.top-about-column .texts .firstround .image {
	width: 130px;
}
.top-about-column .texts .dive .image {
	width: 140px;
}
.top-about-column .texts nav {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.top-about-column .texts nav a {
	width: 100%;
}



.top-about-column .numbers {
	margin-top: 60px;
	background: #f7fcff;
	border: 1px solid #c9c9c9;
}
.top-about-column .numbers {
	position: relative;
	padding: 50px 0;
}
.top-about-column .numbers ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.top-about-column .numbers li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% / 3);
}
.top-about-column .numbers li h4 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	margin: 0 0 60px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
.top-about-column .numbers li h4::after {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	left: calc(50% - 12px);
	bottom: -35px;
	background: #707070;
}

.top-about-column .numbers .date {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0.75rem;
	color: #c9c9c9;
}
.top-about-column .numbers .counter {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.top-about-column .numbers .counter strong {
	font-size: 5rem;
	font-weight: 400;
	color: #165d89;
}
.top-about-column .numbers .counter em {
	position: relative;
	top: -4px;
	margin: 0 0 0 8px;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
}
.top-about-column .numbers .counter span {
	position: relative;
	top: -4px;
	margin: 0 0 0 8px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
}




.top-about-column-clone {
	display: none;
}






.top-portfolio {
	margin: 200px 0 0;
}
.top-portfolio .inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
.top-portfolio .content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	padding-left: 40px;
}
.top-portfolio h2 {
	margin: 0 0 45px;
	font-size: 5rem;
	font-weight: 400;
	color: #165d89;
}
.top-portfolio h3 {
	margin: 0 0 25px;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.4;
}
.top-portfolio .text p {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.8;
}
.top-portfolio .text p + p {
	margin-top: 20px;
}
.top-portfolio nav {
	margin: 30px 0 0;
}
.top-portfolio nav a {
	width: 130px;
}


.top-portfolio .picts ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin-left: 30%;
}
.top-portfolio .picts li {
	position: relative;
	width: 33.33%;
	padding: 33.33% 0 0;
}
.top-portfolio .picts li:nth-child(1) {
	margin-left: 33.33%;
}
.top-portfolio .picts li:nth-child(n + 3) {
	margin-top: 50px;
}

.top-portfolio .picts a {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 100%;
	left: 0;
	top: 0;
}
.top-portfolio .picts a .image {
	position: absolute;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
}
.top-portfolio .picts a img {
	width: 100%;
	height: auto;
}
.top-portfolio .picts dl {
	margin: -10px 0 0;
	text-align: center;
}
.top-portfolio .picts dt {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
}
.top-portfolio .picts dd {
	margin: 8px 0 0;
	font-size: 0.75rem;
	font-weight: 500;
	font-family: Overpass, sans-serif;
}


/*
.top-portfolio .picts li {
	position: absolute;
	width: 18.5%;
}
.top-portfolio .picts li:nth-child(1) {
	left: 55%;
	top: 50px;
}
.top-portfolio .picts li:nth-child(2) {
	left: 80%;
	top: 50px;
}
.top-portfolio .picts li:nth-child(3) {
	left: 30%;
	top: 60%;
}
.top-portfolio .picts li:nth-child(4) {
	left: 55%;
	top: 60%;
}
.top-portfolio .picts li:nth-child(5) {
	left: 80%;
	top: 60%;
}
*/



.top-logo-loop {
	margin: 100px 0 0;
	overflow: hidden;
}
.top-logo-loop nav {
	display: none;
}

.top-logo-loop ul {
	display: flex;
}
.top-logo-loop li {
	width: 210px;
}
.top-logo-loop img {
	width: 160px;
	height: auto;
}

.top-logo-loop ul:nth-child(2) {
	margin-left: 105px;
}


.top-logo-loop .logos {
	position: relative;
	left: -105px;
}
.top-logo-loop:hover .logos {
	animation-play-state: paused !important;
}


/*
@keyframes loop {
	0% {
		left: -92px;
	}
	100% {
		left: -3977px;
	}
}
*/








.top-column {
	margin: 125px 0 0;
	padding: 120px 0;
	background: #f5f5f5;
}
.top-column .inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
.top-column h2 {
	margin: 0 0 80px;
	font-size: 5rem;
	font-weight: 400;
	color: #165d89;
}

.column-list {
}
.column-list .extra {
}
.column-list .extra:nth-child(n + 2) {
	margin-top: 70px;
}
.column-list .extra header {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.column-list .extra header h3 {
	font-size: 1.4375rem;
	font-weight: 500;
}
.column-list .extra header nav a {
	width: 130px;
}
.column-list .extra header::after {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 140px);
	height: 1px;
	left: 0;
	bottom: 0;
	background: #c9c9c9;
}

.column-list .extra ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.column-list .extra li {
	width: calc(25% - 10px);
}
.column-list .extra img {
	width: 100%;
	height: auto;
}
.column-list .extra dl {
	margin: 14px 0 0;
}
.column-list .extra dt {
	font-size: 0.75rem;
}
.column-list .extra dd {
	margin: 8px 0 0;
	font-size: 0.875rem;
	line-height: 1.6;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.column-list .extra dd::after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(../img/arrow_nano_blue.svg) 50% 50% no-repeat;
	background-size: 6px auto;
	
	display: none;
}

.column-list li a img {
	transition: all 300ms ease-out;
}
.column-list li a:hover img {
	opacity: 0.7;
}

.column-list .extra ul + nav {
	display: none;
}

.column-list ul.story li img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
}
.column-list ul.column li img {
	aspect-ratio: 3 / 2;
	object-fit: contain;
	object-position: center top;
}
.column-list ul.movie li img {
	aspect-ratio: 16 / 9;
	object-fit: contain;
	object-position: center top;
}



.column-list .extra ul.story .thumb {
	position: relative;
	box-sizing: border-box;
	padding: 10px 16px;
	background: #fff;
	overflow: hidden;
}
.column-list .extra ul.story .thumb::after {
	position: absolute;
	display: block;
	content: "";
	width: 0%;
	height: 0%;
	left: 0;
	top: 0;
	z-index: 1;
	border-bottom: 265px solid transparent;
	border-left: 265px solid #eee;
	transform: scaleY(0.60);
	transform-origin: left top;
}
.column-list .extra ul.story .thumb img {
	position: relative;
	z-index: 10;
}

.column-list ul.story .category {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	min-width: 60px;
	left: 16px;
	bottom: 10px;
	z-index: 30;
	padding: 7px 12px;
	color: #fff;
	font-size: 0.75rem;
	background: #000;
}

.column-list .extra ul.story li.story .thumb::after {
	border-left-color: #d2e4ef;
}
.column-list .extra ul.story li.experience .thumb::after {
	border-left-color: #186b9f;
}
.column-list .extra ul.story li.intern .thumb::after {
	border-left-color: #fff1a8;
}

.column-list .extra ul.story li.story .category {
	background: #93b7cc;
}
.column-list .extra ul.story li.experience .category {
	background: #165d89;
}
.column-list .extra ul.story li.intern .category {
	background: #f8d119;
}



.column-list ul.story li a:hover img {
	opacity: 1;
}
.column-list ul.story li {
	transition: all 300ms ease-out;
}
.column-list ul.story li:hover {
	opacity: 0.7;
}






.top-external-links {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin: 100px auto;
	padding: 0 40px;
}
.top-external-links h3 {
	margin: 0 0 50px;
	font-size: 1.4375rem;
	font-weight: 500;
	color: #165d89;
	text-align: center;
}
.top-external-links br {
	display: none;
}
.top-external-links ul {
	display: flex;
	justify-content: space-between;
}
.top-external-links li {
	position: relative;
	width: calc(50% - 30px);
	padding: 0 0 110px;
	text-align: center;
}
.top-external-links img {
	width: 100%;
	height: auto;
}
.top-external-links .image {
	position: relative;
	height: 115px;
	margin: 0 auto;
}
.top-external-links .dive .image {
	width: 330px;
}
.top-external-links .firstround .image {
	width: 300px;
}
.top-external-links .image::after {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	left: calc(50% - 12px);
	bottom: 0;
	background: #707070;
}
.top-external-links .text {
	margin: 30px 0 0;
}
.top-external-links .text dt {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}
.top-external-links .text dd {
	margin: 30px 0 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}
.top-external-links nav {
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	bottom: 0;
}
.top-external-links nav a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 70px;
	padding: 10px 20px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background: #165d89 url(../img/icon_popup.svg) right 20px top 50% no-repeat;
	background-size: 16px auto;
}


.top-external-links nav a {
	transition: all 300ms ease-out;
}
.top-external-links nav a:hover {
	background-color: rgba(22,93,137,0.7);
}




#p1-bar1,
#p1-bar2,
#p1-bar3,
#p1-bar4,
#p1-bar5,
#p1-bar6 {
	transform: scaleY(0);
	transform-origin: left 80%;
	transition: all 200ms ease-out;
}
.passed #p1-bar1 {
	transform: scaleY(1);
	transition-delay: 0ms;
}
.passed #p1-bar2 {
	transform: scaleY(1);
	transition-delay: 50ms;
}
.passed #p1-bar3 {
	transform: scaleY(1);
	transition-delay: 100ms;
}
.passed #p1-bar4 {
	transform: scaleY(1);
	transition-delay: 150ms;
}
.passed #p1-bar5 {
	transform: scaleY(1);
	transition-delay: 200ms;
}
.passed #p1-bar6 {
	transform: scaleY(1);
	transition-delay: 250ms;
}

#p1-path1,
#p1-path2,
#p1-path3 {
	opacity: 0;
	transition: all 200ms ease-out;
}
.passed #p1-path1 {
	opacity: 1;
	transition-delay: 100ms;
}
.passed #p1-path2 {
	opacity: 1;
	transition-delay: 200ms;
}
.passed #p1-path3 {
	opacity: 1;
	transition-delay: 300ms;
}

#p1-circle1,
#p1-circle2,
#p1-circle3,
#p1-circle4 {
	opacity: 0;
	transition: all 200ms ease-out;
}
.passed #p1-circle1 {
	opacity: 1;
	transition-delay: 150ms;
}
.passed #p1-circle2 {
	opacity: 1;
	transition-delay: 250ms;
}
.passed #p1-circle3 {
	opacity: 1;
	transition-delay: 350ms;
}
.passed #p1-circle4 {
	opacity: 1;
	transition-delay: 450ms;
}




#p2-bill {
	transform: translateY(40%);
	transition: all 400ms ease-out;
}
.passed #p2-bill {
	transform: translateY(0%);
	transition-delay: 50ms;
}

#p2-hand {
	opacity: 0;
	transform: translateY(-6%);
	transition: all 300ms ease-out;
}
.passed #p2-hand {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 350ms;
}




#p3-group {
	opacity: 0;
	transition: all 400ms ease-out;
}
.passed #p3-group {
	opacity: 1;
	transition-delay: 100ms;
}

#p3-talk1 {
	transform: scale(0);
	transform-origin: 30% 50%;
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275);;
}
.passed #p3-talk1 {
	transform: scale(1);
	transition-delay: 250ms;
}

#p3-talk2 {
	transform: scale(0);
	transform-origin: 60% 40%;
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275);;
}
.passed #p3-talk2 {
	transform: scale(1);
	transition-delay: 350ms;
}

#p3-talk3 {
	transform: scale(0);
	transform-origin: 70% 60%;
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275);;
}
.passed #p3-talk3 {
	transform: scale(1);
	transition-delay: 450ms;
}


.st0{fill:none;stroke:#191928;stroke-miterlimit:10;}
.st1{fill:#DAEDF8;stroke:#191928;stroke-miterlimit:10;}
.st2{fill:#165D8E;stroke:#191928;stroke-miterlimit:10;}
.st3{fill:#DAEDF8;stroke:#191928;}
.st4{fill:#F8D119;stroke:#191928;stroke-miterlimit:10;}
.st5{fill:#FFFFFF;stroke:#191928;stroke-miterlimit:10;}


.st110{fill:#165D8E;}
.st11{fill:none;stroke:#191928;stroke-miterlimit:10;}
.st12{fill:#F8D119;}
.st13{fill:#DAEDF8;}
.st14{fill:#FFFFFF;}
.st15{fill:#FFFFFF;stroke:none;opacity:1;}


.st20{fill:#165D89;opacity:1;}
.st21{fill:none;stroke:#191928;stroke-miterlimit:10;opacity:1;}
.st22{fill:#F8D119;opacity:1;}
.st23{fill:#DAEDF8;opacity:1;}
.st24{fill:none;stroke:#191927;stroke-miterlimit:10;opacity:1;}


.tri-st0{fill:none;stroke:#165D89;stroke-miterlimit:10;}
.tri-st1{fill:#F3CC19;}
.tri-st2{fill:#72C3EC;}








.top-about .picts a .extra {
	z-index: 20;
}
.top-about .effect {
	position: absolute;
	width: 130%;
	height: 130%;
	left: -15%;
	top: -15%;
	z-index: 10;
	pointer-events: none;
}





.top-portfolio .picts a .image {
	z-index: 20;
}
.top-portfolio .effect {
	position: absolute;
	width: 160%;
	height: 160%;
	left: -30%;
	top: -30%;
	z-index: 10;
	pointer-events: none;
}



.effect svg {
	width: 100%;
	height: 100%;
}

.effect {
	transform: all 300ms ease-out;
}
.effect svg path {
	opacity: 0;
	transition: all 750ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.effect .tri1 {
	transform: translate(-25%, -25%);
}
.effect .tri2 {
	transform: translate(-25%, 25%);
}
.effect .tri3 {
	transform: translate(-40%, 40%);
}
.effect .tri4 {
	transform: translate(-15%, 15%);
}
.effect .tri5 {
	transform: translate(-15%, -15%);
}
.effect .tri6 {
	transform: translate(25%, -25%);
}
.effect .tri7 {
	transform: translate(35%, 15%);
}
.effect .tri8 {
	transform: translate(40%, -30%);
}
.effect .tri9 {
	transform: translate(35%, -25%);
}
.effect .tri10 {
	transform: translate(25%, -20%);
}
.effect .tri11 {
	transform: translate(-40%, 40%);
}
.effect .tri12 {
	transform: translate(25%, -20%);
}



.effect .fx1-1 {
	transform: translate(-25%, -25%);
}
.effect .fx1-2 {
	transform: translate(-25%, 25%);
}
.effect .fx1-3 {
	transform: translate(-40%, 40%);
}
.effect .fx1-4 {
	transform: translate(-15%, 15%);
}
.effect .fx1-5 {
	transform: translate(-15%, -15%);
}
.effect .fx1-6 {
	transform: translate(25%, -25%);
}
.effect .fx1-7 {
	transform: translate(35%, 15%);
}
.effect .fx1-8 {
	transform: translate(40%, -30%);
}
.effect .fx1-9 {
	transform: translate(35%, -25%);
}
.effect .fx1-10 {
	transform: translate(25%, -20%);
}
.effect .fx1-11 {
	transform: translate(-40%, 40%);
}
.effect .fx1-12 {
	transform: translate(25%, -20%);
}


.effect .fx2-1 {
	transform: translate(-25%, -25%);
}
.effect .fx2-2 {
	transform: translate(-25%, 25%);
}
.effect .fx2-3 {
	transform: translate(-40%, 40%);
}
.effect .fx2-4 {
	transform: translate(-15%, 15%);
}
.effect .fx2-5 {
	transform: translate(-15%, -15%);
}
.effect .fx2-6 {
	transform: translate(25%, -25%);
}
.effect .fx2-7 {
	transform: translate(35%, 15%);
}
.effect .fx2-8 {
	transform: translate(40%, -30%);
}
.effect .fx2-9 {
	transform: translate(35%, -25%);
}
.effect .fx2-10 {
	transform: translate(25%, -20%);
}


a:hover .effect path {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}




.top-portfolio .picts li .info {
	position: absolute;
	
	left: -60px;
	top: 30px;
	z-index: 1;
	color: #165d89;
	background: #fff;
}
.top-portfolio .picts li .info strong {
	display: block;
	font-size: 140px;
	font-weight: 400;
	opacity: 0.4;
}
.top-portfolio .picts li .info span {
	display: block;
	margin: -5px 0 0;
	font-size: 30px;
	font-weight: 300;
	opacity: 0.4;
}

.top-portfolio .picts li:nth-child(2) .info {
	left: -20px;
}
.top-portfolio .picts li:nth-child(3) .info,
.top-portfolio .picts li:nth-child(5) .info {
	left: -20px;
}
.top-portfolio .picts li:nth-child(n + 3) .info {
	top: 60px;
}


.top-portfolio .picts li .info {
	opacity: 0;
	visibility: hidden;
	transform: translateX(60px);
	transition: all 750ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.top-portfolio .picts li a:hover .info {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}



#mailnews {
	position: fixed;
	display: block;
	width: 154px;
	height: 104px;
	right: 30px;
	bottom: 70px;
	z-index: 99;
	margin: 0;
	padding: 0;
	border: none;
	background: url(../img/btn_mailnews_pc.png) 0 0 no-repeat;
	background-size: 150px 104px;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#mailnews:hover {
	filter: brightness(1.05);
}




#float-poly1,
#float-poly2 {
	opacity: 1 !important;
	background: none !important;
}
#float-poly1 canvas,
#float-poly2 canvas {
	width: 100%;
	height: 100%;
}



#float-poly1 {
	right: -600px;
}
#float-poly2 {
	left: -600px;
}


html:lang(en) #slide .slide-item h2 span {
	display: block;
	height: 75px;
}
html:lang(en) #slide .slide-item h2 span b {
	width: auto !important;
	height: auto !important;
	font-size: 60px;
	white-space: nowrap;
	color: #fff;
	background: none !important;
}
html:lang(en) #slide .slide-item .description {
	top: calc(50% - 10px);
}

html:lang(en) .top-about-column .picts p {
	width: 76%;
	left: 12%;
	font-size: 0.8125rem;
}

html:lang(en) .top-about-column .numbers .counter span {
	margin: 0 8px 0 0;
}



html:lang(en).top .top-about-column .picts header {
	top: 20%;
}
html:lang(en).top .top-about-column .pict {
	top: 55%;
}

/*
html:lang(en) .about-pict-list li .box {
	display: block;
}
html:lang(en) .about-pict-list li .box .image {
	margin: 0 auto;
}
html:lang(en) .about-pict-list li .box dl {
	width: 100%;
	margin: 10px 0 0;
}
html:lang(en) .about-pict-list li .box dt {
	text-align: center;
}
*/

html:lang(en) .about-pict-list li .box .image {
	width: 200px;
}
html:lang(en) .about-pict-list li .box dl {
	width: calc(100% - 200px - 15px);
}
html:lang(en) .about-pict-list li .box dl dd {
	font-size: 14px;
}

html:lang(en) .about-pict-list .text {
	margin-top: 20px;
	padding: 20px 0 0;
	font-size: 14px;
	border-top: 1px solid #c9c9c9;
}
html:lang(en) .about-pict-list .text dd {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.5;
}








/* 2025 */

.top-about-column.type2025 .inner > header {
	margin-bottom: 40px;
}
.top-about-column.type2025 h3 {
	font-size: 30px;
	color: #000;
}

.top-about-column.type2025 .figure {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}
.top-about-column.type2025 .figure img {
	width: 100%;
	height: auto;
}

.top-about-column.type2025 .note {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 40px auto 0;
	padding: 0 40px;
}
.top-about-column.type2025 .note li {
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.75;
}
.top-about-column.type2025 .note li::before {
	content: "・";
}
.top-about-column.type2025 .note li + li {
	margin-top: 5px;
}

.top-about-column.type2025 .fig-comment {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 50px auto -20px;
	padding: 0 40px;
	
	font-size: 16px;
}

.top-about-column.type2025 .fig-notice {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 70px auto -10px;
	padding: 0 40px;
	
	font-size: 24px;
	text-align: center;
}





.top-about-column .shortcut {
	box-sizing: border-box;
	max-width: 1100px;
	margin: 60px auto 0;
	/*
	padding: 0 40px;
	*/
}
.top-about-column .shortcut ul {
	display: flex;
	justify-content: space-between;
}
.top-about-column .shortcut li {
	width: calc((100% - 60px) / 4);
}
.top-about-column .shortcut li a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 31px;
	border: 1px solid #c9c9c9;
	transition: all 300ms ease-out;
}
.top-about-column .shortcut li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	right: 16px;
	bottom: 16px;
	background: url(../img/arrow_micro.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.top-about-column .shortcut li a:hover {
	border-color: #165d89;
}

.top-about-column .shortcut img {
	width: 100%;
	height: auto;
}
.top-about-column .shortcut dt {
	min-height: 60px;
	text-align: center;
}
.top-about-column .shortcut dt strong {
	display: block;
	min-height: 40px;
	font-size: 24px;
	font-weight: 500;
}
.top-about-column .shortcut dt span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-family: Overpass, sams-serif;
}
.top-about-column .shortcut dd {
	max-width: 114px;
	margin: 30px auto 0;
}

.top-about-column .shortcut .text {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.75;
}


html:lang(en) .top-about-column .shortcut dt strong {
	font-size: 20px;
}



















