@charset "utf-8";

.pc {
	display: none !important;
}



#global-footer {
	padding-bottom: 80px;
}


#slide {
	position: relative;
	height: calc(100vh - 65px);
	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 - 65px);
	left: 0;
	top: 0;
}
#slide .slide-item figure {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
#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 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 {
	opacity: 0;
	transition: all 1200ms ease-out;
}
#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: 12px;
	bottom: 12px;
	font-size: 12px;
	color: #fff;
}






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

#slide .slide-item h2 span {
	position: relative;
	display: inline;
	overflow: hidden;
	top: -25px;
}
#slide .slide-item h2 span + span {
	margin-top: 5px;
}


#slide .slide-item h2 span b {
	display: inline-block;
	/*
	font-size: 55px;
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.3;
	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: 40px;
}
#slide .slide-item.type2 h2 span b {
	font-size: 40px;
}
#slide .slide-item.type3 h2 span b {
	font-size: 40px;
}
#slide .slide-item.type4 h2 span b {
	font-size: 40px;
}
*/




#slide .slide-item.type1 h2 span b {
	width: 281px;
	height: 50px;
	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: -16px;
}



#slide .slide-item.type2 h2 span b {
	width: 255px;
	height: 50px;
	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: -16px;
}



#slide .slide-item.type3 h2 span b {
	width: 233px;
	height: 54px;
	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: -20px;
}



#slide .slide-item.type4 h2 span b {
	width: 320px;
	height: 32px;
	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.type3 h2 {
	box-sizing: border-box;
	padding-top: 20%;
	justify-content: flex-start;
}
*/


#slide .slide-item .description {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: calc(100% - 30px);
	height: 60px;
	left: 15px;
	top: calc(50% + 60px);
	z-index: 650;
	line-height: 1.8;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	
	opacity: 0;
}
#slide .slide-item .description br {
	display: none;
}

#slide .slide-item .description.show {
	opacity: 1;
	transition: all 800ms linear 800ms;
}
#slide .slide-item .description.hide {
	opacity: 0;
	transition: all 500ms linear;
}







#path polygon {
	stroke:#005687;stroke-miterlimit:10;stroke-width:2px;opacity:0.5;
}




#path {
	position: absolute;
	width: 1840px;
	height: 1110px;
	left: -5%;
	top: 50%;
	z-index: 500;
	margin-top: -500px;
	transform-origin: left center;
}
#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: -5%;
	top: 50%;
	z-index: 450;
	margin-top: -500px;
	transform-origin: left center;
}
#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: 385px;
	height: 350px;
	right: -250px;
	top: 0;
	background: url(../img/poly_float1.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#float-poly2 {
	width: 376px;
	height: 427px;
	left: -225px;
	bottom: -300px;
	background: url(../img/poly_float1.svg) 0 0 no-repeat;
	background-size: 100% auto;
}












#scroll {
	position: absolute;
	box-sizing: border-box;
	width: 18px;
	height: 128px;
	left: 15px;
	bottom: -50px;
	border-left: 1px solid #165d80;
	
	display: none;
}


#ui {
	position: absolute;
	width: 185px;
	height: 93px;
	left: 60px;
	top: calc(50% + 11vw);
	z-index: 700;
	background: #fff;
	
	opacity: 0;
	visibility: hidden;
	transition: all 600ms ease-out 0ms;
	
	display: none;
}
#ui.active {
	opacity: 1;
	visibility: visible;
}

#ui nav {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 35px;
	left: 0;
	top: 10px;
}
#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: 100%;
	height: 22px;
	left: 0;
	top: 45px;
}
#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: 80px 20px 0;
}
.top-news h2 {
	margin: 0 0 30px;
	font-size: 45px;
	font-weight: 400;
	color: #165d89;
	text-align: center;
}
.top-news .inner {
}

.top-news .extra {
}
.top-news .extra nav ul {
	display: flex;
	justify-content: center;
}
.top-news .extra nav li a {
	display: block;
	padding-right: 14px;
	font-size: 16px;
	font-weight: 700;
	color: #165d89;
	background: url(../img/arrow_nano_blue.svg) 100% 50% no-repeat;
	background-size: 6px auto;
}
.top-news .extra nav li a:active {
	text-decoration: underline;
}
.top-news .extra nav li + li {
	margin-left: 35px;
}

.top-news nav.button {
	margin: 25px 0 0;
}
.top-news nav.button a {
	width: 100%;
}

.news-entries {
	margin: 30px 0 0;
}
.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:active::before {
	transform: scaleX(1);
}







.top-about {
	margin: 100px 0 0;
}
.top-about > .inner {
}
.top-about > .inner > header {
	margin: 0 20px;
}
.top-about h2 {
	font-size: 45px;
	font-weight: 400;
	color: #165d89;
	text-align: center;
}
.top-about > .inner > header p {
	margin: 35px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}


/*
.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;
}
.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 {
	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 {
	display: none;
}

.top-about-column-clone {
	background: #fafafa;
}


.top-about-column-clone .inner {
	margin: 30px 0 0;
}

.top-about-column-clone .inner > header {
	margin: 0 0 20px;
	padding: 30px 0 0;
	text-align: center;
	color: #165d89;
}
.top-about-column-clone .inner > header h3 {
	font-size: 28px;
	font-weight: 400;
}
.top-about-column-clone .inner > header .en {
	margin: 10px 0 0;
	font-size: 10px;
	font-weight: 400;
	font-family: Overpass, sans-serif;
}




.top-about-column-clone .item {
	position: relative;
	display: flex;
	padding: 0 0 30px;
}
.top-about-column-clone .item,
.top-about-column-clone .item * {
	outline: none;
}
.top-about-column-clone .group1 {
	position: relative;
	box-sizing: border-box;
	width: calc(100vw - 28px);
	height: calc(100vw - 28px);
	margin: 0 14px;
	padding: 45px 0 30px;
	border-radius: 300px;
	background: #fff;
	overflow: hidden;
}


.top-about-column-clone .picts header {
	text-align: center;
}
.top-about-column-clone .picts header h4 {
	font-size: 24px;
	font-weight: 400;
}
.top-about-column-clone .picts header .en {
	margin: 12px 0 0;
	font-size: 11px;
	font-weight: 400;
	font-family: Overpass, sans-serif;
}
.top-about-column-clone .picts .extra p {
	position: relative;
	margin: 18px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
.top-about-column-clone .picts .extra p::before {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	left: calc(50% - 12px);
	top: -16px;
	background: #707070;
}


.top-about-column-clone .pict {
	position: relative;
	width: 45%;
	margin: 10px auto 0;
}
.top-about-column-clone .pict svg {
	width: 100%;
	height: auto;
}
.top-about-column-clone li:nth-child(3).pict svg {
	width: 120%;
	left: -10%;
}


.top-about-column-clone .group2 {
	position: relative;
	margin: 65px 20px 0;
}
.top-about-column-clone .group2::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 66px;
	left: 50%;
	top: -80px;
	background: #165d89;
}
.top-about-column-clone .group2 p {
	font-size: 15px;
	line-height: 1.8;
}
.top-about-column-clone .group2 .image {
	margin: 20px 0 0;
}
.top-about-column-clone .group2 .image img {
	width: 100%;
	height: auto;
}
.top-about-column-clone .group2.firstround .image {
	width: 130px;
}
.top-about-column-clone .group2.dive .image {
	width: 140px;
}
.top-about-column-clone .group2 nav {
	margin: 25px 0 0;
}
.top-about-column-clone .group2 nav a {
	width: 100%;
}


.slick-prev,
.slick-next {
	position: absolute;
	width: 36px;
	height: 36px;
	top: calc((100vw - 28px) / 2 - 18px);
	margin: 0;
	padding: 0;
	z-index: 100;
	border: none;
	font-size: 0;
}
.slick-prev {
	left: 0;
	background: url(../img/arrow_thin_prev.svg) 50% 50% no-repeat;
	background-size: 32px auto;
}
.slick-next {
	right: 0;
	background: url(../img/arrow_thin_next.svg) 50% 50% no-repeat;
	background-size: 32px auto;
}
.slick-disabled {
	opacity: 0.25;
}




.top-logo-loop {
	display: none;
}







.top-portfolio {
	margin: 110px 0 0;
}
.top-portfolio .inner {
	margin: 0 20px;
}
.top-portfolio .content {
	text-align: center;
}
.top-portfolio h2 {
	margin: 0 0 35px;
	font-size: 50px;
	font-weight: 400;
	color: #165d89;
}
.top-portfolio h3 {
	margin: 0 0 35px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
}
.top-portfolio .text p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}
.top-portfolio .text p + p {
	margin-top: 20px;
}
.top-portfolio .text p br {
	display: none;
}
.top-portfolio nav {
	margin: 25px 0 0;
}
.top-portfolio nav a {
	width: 100%;
}
.top-portfolio .content nav {
	display: none;
}


.top-portfolio .picts {
	margin: 40px -20px 0;
}
.top-portfolio .picts ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.top-portfolio .picts li {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding: 0 0 20px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	margin-top: -1px;
}
.top-portfolio .picts li:nth-child(2n + 1) {
	border-right: 1px solid #c9c9c9;
}
.top-portfolio .picts li:nth-child(n + 3) {
	border-top: 1px solid #c9c9c9;
}


.top-portfolio .picts a {
	position: relative;
	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: -5px 0 0;
	text-align: center;
}
.top-portfolio .picts dt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
.top-portfolio .picts dd {
	margin: 8px 0 0;
	font-size: 10px;
	font-weight: 500;
	font-family: Overpass, sans-serif;
}
.top-portfolio .picts li::after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	right: 12px;
	bottom: 12px;
	background: url(../img/arrow_nano_blue.svg) 0 0 no-repeat;
	background-size: 6px auto;
}




/*
.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-column {
	margin: 55px 0 0;
	padding: 84px 20px 70px;
	background: #f5f5f5;
}
.top-column .inner {
}
.top-column h2 {
	margin: 0 0 40px;
	font-size: 60px;
	font-weight: 400;
	color: #165d89;
	text-align: center;
}

.column-list {
}
.column-list .extra {
}
.column-list .extra + .extra {
	margin-top: 70px;
}
.column-list .extra header {
	margin: 0 0 25px;
	padding: 0 0 20px;
	border-bottom: 1px solid #c9c9c9;
	text-align: center;
}
.column-list .extra header h3 {
	font-size: 23px;
	font-weight: 500;
}
.column-list .extra header nav {
	display: none;
}


.column-list .extra ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.column-list .extra li {
	width: calc(50% - 5px);
}
.column-list .extra li:nth-child(n + 3) {
	margin-top: 20px;
}
.column-list .extra img {
	width: 100%;
	height: auto;
}
.column-list .extra dl {
	margin: 14px 0 0;
}
.column-list .extra dt {
	font-size: 12px;
}
.column-list .extra dd {
	margin: 8px 0 0;
	font-size: 14px;
	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:active img {
	opacity: 0.7;
}

.column-list .extra ul + nav {
	margin: 25px 0 0;
}
.column-list .extra ul + nav a {
	width: 100%;
}



.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: calc((100vw - 40px - 10px) / 2) solid transparent;
	border-left: calc((100vw - 40px - 10px) / 2) 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: 4px 8px;
	color: #fff;
	font-size: 12px;
	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:active img {
	opacity: 1;
}
.column-list ul.story li {
	transition: all 300ms ease-out;
}
.column-list ul.story li:active {
	opacity: 0.7;
}









.top-external-links {
	position: relative;
	box-sizing: border-box;
	margin: 45px 20px;
}
.top-external-links h3 {
	margin: 0 0 50px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.6;
	color: #165d89;
	text-align: center;
}
.top-external-links ul {
}
.top-external-links li + li {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #c9c9c9;
}
.top-external-links img {
	width: 80%;
	height: auto;
}
.top-external-links .image {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.top-external-links .text {
	margin: 30px 0 0;
}
.top-external-links .text dt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.top-external-links .text dd {
	display: none;
}
.top-external-links nav {
	margin: 25px 0 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 40px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	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:active {
	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 .effect {
	display: none;
}

/*
.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%);
}


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

*/



.top-portfolio .picts li .info {
	display: none;
}

#float-poly1 canvas,
#float-poly2 canvas {
	display: none;
}






#mailnews {
	position: fixed;
	display: block;
	width: 375px;
	height: 55px;
	left: calc(50% - 187px);
	bottom: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
	border: none;
	background: url(../img/btn_mailnews_sp.png) 0 0 no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	transform: translateY(100%);
	transition: all 300ms ease-out;
}
body.scrolled #mailnews {
	transform: translateY(0);
}



@media screen and (max-width:375px) {
	#mailnews {
		left: 0;
	}
}
@media screen and (max-width:374px) {
	#mailnews {
		width: 320px;
		height: 47px;
		left: calc(50% - 160px);
	}
}




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

html:lang(en) .top-about-column-clone .picts .extra p {
	margin: 10px 50px 0;
	font-size: 11px;
}


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



html:lang(en).top .top-about-column-clone .group1 {
	padding-top: 65px;
}






/* 2025 */

.top-about-column.type2025 {
	display: block;
}
.top-about-column.type2025 .numbers {
	display: none;
}

.top-about-column.type2025 .inner > header {
	margin: 30px 20px 20px;
}
.top-about-column.type2025 h3 {
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	color: #000;
}
.top-about-column.type2025 .figure {
	margin: 0 20px;
}
.top-about-column.type2025 .figure img {
	width: 100%;
	height: auto;
}

.top-about-column.type2025 .note {
	margin: 20px 20px 0;
}
.top-about-column.type2025 .note li {
	position: relative;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	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 {
	margin: 25px 20px -30px;
	font-size: 15px;
	line-height: 1.75;
}

.top-about-column.type2025 .fig-notice {
	margin: 40px 20px -10px;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
}




.top-about-column .shortcut {
	margin: 60px 20px 0;
}
.top-about-column .shortcut ul {
	max-width: 400px;
	margin: 0 auto;
}
.top-about-column .shortcut li + li {
	margin-top: 30px;
}
.top-about-column .shortcut li a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 26px;
	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:active {
	border-color: #165d89;
}

.top-about-column .shortcut img {
	width: 100%;
	height: auto;
}
.top-about-column .shortcut dt {
	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: 26px auto 0;
}

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
































