@charset "UTF-8";
/*---------- navigation ----------*/
.inner-nav {
	box-sizing: border-box;
	position: relative;
	width: 100vw;
	margin: 15px 10px 15px 0;
	padding: 0 12px 16px 20px;
	border-bottom: 1px solid #dcdcdc;
	overflow: auto;
}
.inner-nav ul {
	display: flex;
	flex-wrap: wrap;
}
.inner-nav li {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 40px;
	margin: 0 8px 0 0;
}
.inner-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding-right: 28px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #2c69ff;
}
.inner-nav a:active {
	text-decoration: underline;
}
.inner-nav a span + span {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	right: 0;
	top: calc(50% - 9px);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	transition: all 300ms ease-out;
}
.inner-nav a span img {
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
}

/*---------- main visual ----------*/
#oi-visual {
	position: relative;
	overflow: hidden;
}
#oi-visual .inner {
	position: relative;
	z-index: 10;
	padding: 57px 40px 40px;
}
#oi-visual h1 {
	width: 100%;
}
#oi-visual h1 img {
	width: 100%;
	height: auto;
}
#oi-visual .text {
	margin: 30px 0 0;
}
#oi-visual .text p strong{
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	display: inline-block;
	margin-bottom: 1em;
}
#oi-visual .text p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.9;
}
#oi-visual .text p .sp-none{
	display: none;
}
#oi-visual .link {
    margin-top: 4em;
}
#oi-visual .link a {
    display: inline-flex;
    width: auto;
    white-space: nowrap;
}
#oi-visual .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#oi-visual .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*---------- What’s New ----------*/
#oi-topics {
	margin-top: 20px;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#oi-topics .header .h2scroll {
	display: flex;
	justify-content: space-between;
}
#oi-topics .header a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
	min-height: 34px;
	padding: 0 22px;
}

#oi-topics .slide {
	margin: 40px 0 0;
}
#oi-topics .scroll-slide .slide-item .image {
	border: 2px solid #d9d9d9;
	border-radius: 16px;
	overflow: hidden;
}

/*---------- Scroll Slide ----------*/
#oi-topics .scroll-slide {
	box-sizing: border-box;
	position: relative;
}
#oi-topics .scroll-slide .slide-item {
	position: relative;
	display: flex;
	width: 75vw;
	padding-bottom: 30px;
}
#oi-topics .scroll-slide .slide-item .more {
	margin-top: 1em;
	padding: 0;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
}
#oi-topics .scroll-slide .slide-item .more.site {
	padding-right: 22px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../img/icon_site.svg);
}
#oi-topics .scroll-slide .slide-item .more.external {
	padding-right: 22px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(../img/icon_external.svg);
}
#oi-topics .scroll-slide .slide-item a:active .more{
	text-decoration: underline;
}
#oi-topics .scroll-slide .slide-item > a {
	display: block;
	width: 75vw;
	padding: 0;
}
#oi-topics .scroll-slide .slide-item .image {
	border-radius: 15px;
	overflow: hidden;
	will-change: opacity;
}
#oi-topics .scroll-slide .slide-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 408 / 230;
	object-fit: cover;
	transition: transform 400ms ease-out;
}
#oi-topics .scroll-slide .slide-item dl {
	margin: 16px 0 0;
}
#oi-topics .scroll-slide .slide-item dt {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#oi-topics .scroll-slide .slide-item dt,
#oi-topics .scroll-slide .slide-item dt .date {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
#oi-topics .scroll-slide .slide-item dt .site {
	display: inline-block;
	padding-right: 26px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-image: url(../img/icon_site.svg);
}
#oi-topics .scroll-slide .slide-item dt .site.external {
	background-image: url(../img/icon_external.svg);
}
#oi-topics .scroll-slide .slide-item dt {
	margin: 8px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #7D869A; 
}
#oi-topics .scroll-slide .slide-item dd {
	margin: 10px 0 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #7D869A
}
#oi-topics .scroll-slide .slide-item p {
	margin: 16px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
#oi-topics .scroll-slide .slide-item a:active dt {
	text-decoration: underline;
	color: #0000C8;
}
#oi-topics .scroll-slide .slide-item a:active p {
	text-decoration: underline;
}
#oi-topics .scroll-slide .slide-item a:active dd + dd {
	color: #4a4a4a;
}
#oi-topics .scroll-slide .slide-item a:active .image img {
	transform: scale(1.03);
}
#oi-topics .scroll-slide .controller {
	position: relative;
	margin: 24px 0 0;
	height: 32px;
}
#oi-topics .scroll-slide .scrollbar {
	position: absolute;
	width: 190px;
	height: 24px;
	top: 4px;
	left: 0;
}
#oi-topics .scroll-slide .scrollbar::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #c4c4c4;
}
#oi-topics .scroll-slide .swiper-scrollbar-drag {
	z-index: 10;
	background: none;
	border-radius: 0;
}
#oi-topics .scroll-slide .swiper-scrollbar-drag::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	left: 0;
	top: calc(50% - 5px);
	z-index: 10;
	background: #2c69ff;
	border-radius: 5px;
}
#oi-topics .scroll-slide .button-prev,
#oi-topics .scroll-slide .button-next {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	cursor: pointer;
	transition: all 400ms ease-out;
}
#oi-topics .scroll-slide .button-prev {
	right: 40px;
}
#oi-topics .scroll-slide .button-next {
	right: 4px;
}
#oi-topics .scroll-slide .button-prev button,
#oi-topics .scroll-slide .button-next button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
#oi-topics .scroll-slide .button-prev button img,
#oi-topics .scroll-slide .button-next button img {
	width: 24px;
	height: auto;
}
#oi-topics .scroll-slide .button-prev:active,
#oi-topics .scroll-slide .button-next:active {
	opacity: 0.6;
}
#oi-topics .scroll-slide.single .controller {
	display: none;
}

/*---------- title ----------*/
.oi-column .h2scroll {
	padding: 24px 20px 0;
}
.oi-column .h2scroll h2,
.oi-column .h2default h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.oi-column .h2default p {
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
}
.oi-column .lead {
	position: relative;
	margin: 40px 0 0;
}
.oi-column .lead h3 {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.oi-column .lead p {
	margin: 8px 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.oi-column div + .lead {
	margin-top: 20px;
	color: #000;
}

/*---------- Our Initiatives ----------*/
#oi-attempt {
	padding-top: 30px;
	border-bottom: solid 1px #8F98AC;
}
.oi-attempt-list {
	margin: 40px 0 0;
	padding-bottom: 80px;
}
.oi-attempt-list > ul > li + li {
	margin-top: 32px;
}
.oi-attempt-list li .thumb {
	box-sizing: border-box;
	aspect-ratio: 408 / 230;
	border: 2px solid #d9d9d9;
	border-radius: 16px;
	overflow: hidden;
	will-change: transform;
}
.oi-attempt-list dl {
	margin: 16px 0 0;
}
.oi-attempt-list dt {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
}
.oi-attempt-list dd {
	margin: 8px 0 0;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #5b6179;
}
.oi-attempt-list .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
	will-change: transform;
}
.oi-attempt-list a:active .thumb img {
	transform: scale(1.03);
}
.oi-attempt-list a:active dt {
	color: #2c69ff;
	text-decoration: underline;
}
.oi-attempt-list .tag {
	display: flex;
	flex-wrap: wrap;
}
.oi-attempt-list .tag li {
	margin: 16px 16px 0 0;
}
.oi-attempt-list .tag li {
	box-sizing: border-box;
	display: block;
	padding: 4px 16px;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	border: 1px solid #2c69ff;
	border-radius: 4px;
	background: #fff;
	transition: all 400ms ease-out;
}
.oi-attempt-list .link {
	margin: 40px 0 0;
	text-align: center;
}
.oi-attempt-list .link a {
	display: inline-flex;
	width: auto;
	white-space: nowrap;
}
.oi-attempt-list .category a.site {
    padding-right: 26px;
	background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
}
.oi-attempt-list .category a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
}

.oi-attempt-appeal01 .inner:first-child{
	border-bottom:solid 2px #D9DFE9;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.oi-attempt-appeal01 .inner:last-child{
	margin-bottom: 70px;
}
.oi-attempt-appeal01 .inner p{
	font-size: 1.4rem;
	line-height: 1.6;
	color: #535A6E;
	margin-bottom: 30px;
}
.oi-attempt-appeal01 .inner .image{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.oi-attempt-appeal01 .inner .image dt{
	margin-right: 20px;
	width: 100px;
}
.oi-attempt-appeal01 .inner .image dt img{
	width: 100%;
}
.oi-attempt-appeal01 .inner .image dd{
	font-size: 1.4rem;
	color: #000;
}
.oi-attempt-appeal01 .inner .image dd strong{
	font-size: 1.2rem;
	color: #7D869A;
}

/*---------- The future is ours to shape. ----------*/
.oi-attempt-appeal02 {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 50px 10px 60px;
	text-align: center;
	overflow: hidden;
}
.oi-attempt-appeal02 .inner {
	position: relative;
	z-index: 1;
	padding: 0 30px;
}
.oi-attempt-appeal02 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.oi-attempt-appeal02 .bg img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.oi-attempt-appeal02 h2 {
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #535A6E;
}
.oi-attempt-appeal02 h2 img{
	width: 100%;
}
.oi-attempt-appeal02 p.text {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #000;
}
.oi-attempt-appeal02 .button {
	margin: 40px auto 0;
	text-align: center;
}
.oi-attempt-appeal02 .button span {
	display: block;
	width: 280px;
	margin: 0 auto;
}
.oi-attempt-appeal02 .button span + span {
	margin-top: 34px;
}
.oi-attempt-appeal02 .button span > a {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 280px;
	min-height: 48px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #fff;
	background: #535A6E;
	border-radius: 33px;
	transition: all 400ms ease-out;
}
.oi-attempt-appeal02 .button span > a:active {
	background: #fff;
}
.oi-attempt-appeal02 .button strong {
	display: block;
	margin: 24px 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.01em;
}
.oi-attempt-appeal02 .button strong a {
	color: #fff;
	text-decoration: underline;
}
.oi-attempt-appeal02 .button strong a:active {
	text-decoration: none;
}
.oi-attempt-appeal02 h2 {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out;
}
.oi-attempt-appeal02 p {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 300ms;
}
.oi-attempt-appeal02.pass h2 {
	opacity: 1;
	transform: translateY(0px);
}
.oi-attempt-appeal02.pass p {
	opacity: 1;
	transform: translateY(0px);
}
.oi-attempt-appeal02 .button span {
	opacity: 0;
	filter: blur(20px);
	transition: all 800ms ease-out;
}
.oi-attempt-appeal02 .button strong {
	opacity: 0;
	transition: all 500ms ease-out 1600ms;
}
.oi-attempt-appeal02.pass .button span:nth-child(1) {
	transition-delay: 800ms;
}
.oi-attempt-appeal02.pass .button span:nth-child(2) {
	transition-delay: 1200ms;
}
.oi-attempt-appeal02.pass .button span {
	opacity: 1;
	filter: blur(0px);
	transform: translateY(0px);
}
.oi-attempt-appeal02.pass .button strong {
	opacity: 1;
}

/*---------- Track Record ----------*/
#oi-achievements > .oi-container {
	padding: 50px 0 30px;
}

#oi-achievements > .oi-container h2 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}
.oi-achievements-container{
	background-color: #efefef;
	padding: 70px 0;
}
.oi-achievements-container h2{
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-bottom: 60px;
}
.oi-achievements-list .oi-achievements-list-inner {
	padding: 0 20px 60px;
}
.oi-achievements-list .oi-achievements-list-inner:last-child {
	padding: 0 20px 0;
}
.oi-achievements-list .oi-achievements-list-inner dl dt {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 0.15em;
}
.oi-achievements-list .oi-achievements-list-inner dl dd {
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 0;
}
.oi-achievements-list .oi-achievements-list-inner:nth-child(2) dl dd{
	display: none;
}
.oi-achievements-list .oi-achievements-list-inner div.img {
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.oi-achievements-list .oi-achievements-list-inner div.img img{
	width: 100%;
}
.oi-achievements-list .oi-achievements-list-inner p {
	font-size: 2.0rem;
	text-align: center;
}
.oi-achievements-list .oi-achievements-list-inner p em{
	font-size: 1.6rem;
}
.oi-achievements-list .oi-achievements-list-inner p + p {
	color: #535A6E;
}
.oi-achievements-list p span {
	font-size: 4.0rem;
	font-weight: 300;
	color: #535A6E;
}

/*---------- Case Studies ----------*/
#oi-examples {
	padding: 40px 0 50px;
	border-bottom:solid 1px #8F98AC;
}
#oi-examples .lead p{
	margin-bottom: 1em;
	color: #000;
}
#oi-examples .lead p + p{
	margin-bottom: 3em;
}
#oi-examples .lead h3{
	font-size: 1.8rem;
	margin-bottom: 1em;
	color: #535A6E;
}
.oi-examples-list.case-study {
	padding-bottom: 55px;
	margin-bottom: 42px;
	border-bottom:solid 1px #8F98AC;
}
.oi-examples-list ul {
	display: flex;
	flex-wrap: wrap;
}
.oi-examples-list li {
	width: calc((100% - 16px) / 2);
}
.oi-examples-list li:nth-child(2n) {
	margin-left: 16px;
}
.oi-examples-list li:nth-child(n + 3) {
	margin-top: 24px;
}
.oi-examples-list li > a {
	padding-left: 0;
}
.oi-examples-list li .thumb {
	box-sizing: border-box;
	aspect-ratio: 144 / 88;
	border: 2px solid #d9d9d9;
	border-radius: 8px;
	overflow: hidden;
	will-change: transform;
}
.oi-examples-list dl {
	margin: 8px 0 0;
}
.oi-examples-list dt.org {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 1.25em;
	margin-bottom: 0.5em;
}
.oi-examples-list dt {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #5b6179;
}
.oi-examples-list a:active dt {
	color: #2c69ff;
	text-decoration: underline;
}
.oi-examples-list dd {
	margin: 2px 0 0;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #5b6179;
}
.oi-examples-list dd strong {
	font-weight: 700;
	margin-left: 10px;
}
.oi-examples-list ul.category {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
.oi-examples-list ul.category li {
	font-size: 1.1rem;
	width: initial;
	display: inline-block;
	background-color: #D9DFE9;
	border-radius: 4px;
	margin: 0.5em 0.5em 0 0;
	padding: 0.2em 0.75em 0.15em;
	color: #535A6E;
}
.oi-examples-list .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
	will-change: transform;
}
.oi-examples-list a:active .thumb img {
	transform: scale(1.03);
}
.oi-examples-list.project {
	padding-bottom: 50px;
}

/*---------- Partners ----------*/
#oi-partner{
	padding: 40px 0 50px;
}
#oi-partner .title-c2{
	margin-bottom: 5.5em;
}
#oi-partner .title-c2 .lead{
	font-size: 1.4rem;
	color: #000;
}
#oi-partner .title-c2 .link {
	margin-top: 1em;
}
#oi-partner .title-c2 .link a.site {
    padding-right: 26px;
	background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
}
#oi-partner .title-c2 .link a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2B69FF;
	pointer-events: auto;
}
#oi-partner .title-c2 .link a:hover {
	text-decoration: underline;
}

.oi-partner-list dd a{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.oi-partner-list dl dd img{
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Platinum Partner */
.oi-partner-list .platina dd{
	width: 50%;
	margin: 0 auto;
}
.oi-partner-list {
	text-align: center;
}
.oi-partner-list .platina, 
.oi-partner-list .partner {
	margin-bottom: 70px;
}
.oi-partner-list .platina dt,
.oi-partner-list .partner dt,
.oi-partner-list .management dt{
	font-size: 1.4rem;
	color: #535A6E;
	margin-bottom: 1em;
}
.oi-partner-list .partner dd ul,
.oi-partner-list .management dd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.oi-partner-list .partner dd ul li{
	margin-bottom: 1em;
}
.oi-partner-list .partner dd.first ul li:nth-child(1){
	width: 60%;
	padding-right: 10px;
}
.oi-partner-list .partner dd.first ul li:nth-child(2){
	width: 40%;
	padding-left: 10px;
}
.oi-partner-list .partner dd.first ul li:nth-child(3){
	width: 40%;
	padding-right: 10px;
}
.oi-partner-list .partner dd.first ul li:nth-child(4){
	width: 60%;
	padding-left: 10px;
}
.oi-partner-list .partner dd.second ul li:nth-child(1){
	width: 60%;
	padding: 0 20px;
}
.oi-partner-list .partner dd.second ul li:nth-child(2){
	width: 40%;
	padding: 0 20px;
}
.oi-partner-list .partner dd.second ul li:nth-child(3){
	width: 60%;
	padding: 0 20px;
}
.oi-partner-list .partner dd.second ul li:nth-child(4){
	width: 40%;
	padding: 0 20px;
}

.oi-partner-list .management dd ul li:nth-child(1){
	width: 40%;
}
.oi-partner-list .management dd ul li:nth-child(2){
	width: 35%;
	padding: 0 20px;
}
.oi-partner-list .management dd ul li:nth-child(3){
	width: 25%;
}

/*---------- Portfolio ----------*/
#oi-portfolio {
	margin-top: 44px;
	padding-left: 20px;
	padding-right: 20px;
	padding: 44px 20px;
	background-color: #efefef;
}
#oi-portfolio .inner{
	margin-top: 0;
	margin-bottom: 5.5em;
}
#oi-portfolio  .inner .lead{
	font-size: 1.4rem;
	color: #000;
	line-height: 1.9;
	margin-top: 0.5em;
}
#oi-portfolio .inner .link {
	margin-top: 1em;
	padding: 0 20px 0;
}
#oi-portfolio  .inner .link a.site {
    padding-right: 26px;
	background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
}
#oi-portfolio  .inner .link a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2B69FF;
	pointer-events: auto;
}
#oi-portfolio  .inner .link a:hover {
	text-decoration: underline;
}

/*---------- Scroll Slide ----------*/
#oi-portfolio .slide {
	margin: 40px 0 0;
}
#oi-portfolio .scroll-slide {
	box-sizing: border-box;
	position: relative;
}
#oi-portfolio .scroll-slide .slide-item {
	display: block;
	background-color: #fff;
	height:auto;
	width: 75vw;
	padding-bottom: 20px;
}
#oi-portfolio .scroll-slide .slide-item a {
	margin: 0;
	padding: 0;
}
#oi-portfolio .scroll-slide .slide-item .text{
	padding: 0 15px 1em;
}
#oi-portfolio .scroll-slide .slide-item .link {
	padding: 0 15px;
}
#oi-portfolio .scroll-slide .slide-item .link a  {
	font-size: 1.4rem;
}
#oi-portfolio .scroll-slide .slide-item .link a.site.external {
	padding-left: 1.5em;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-image: url(../img/icon_external_black.svg);
	position: relative;
	padding-right: 0.75em;
}
#oi-portfolio .scroll-slide .slide-item .link a.site {
	position: relative;
	padding-right: 0.75em;
}
#oi-portfolio .scroll-slide .slide-item .link .site::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
}
#oi-portfolio .scroll-slide .slide-item .image {
	overflow: hidden;
	will-change: opacity;
}
#oi-portfolio .scroll-slide .slide-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 408 / 230;
	object-fit: cover;
	transition: transform 400ms ease-out;
}
#oi-portfolio .scroll-slide .slide-item p {
	margin: 16px 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
#oi-portfolio .scroll-slide .slide-item a:active p {
	text-decoration: underline;
}
#oi-portfolio .scroll-slide .slide-item a:active dd + dd {
	color: #4a4a4a;
}
#oi-portfolio .scroll-slide .slide-item a:active .image img {
	transform: scale(1.03);
}
#oi-portfolio .scroll-slide .controller {
	position: relative;
	margin: 24px 0 0;
	height: 32px;
}
#oi-portfolio .scroll-slide .scrollbar {
	position: absolute;
	width: 190px;
	height: 24px;
	top: 4px;
	left: 0;
}
#oi-portfolio .scroll-slide .scrollbar::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #c4c4c4;
}
#oi-portfolio .scroll-slide .swiper-scrollbar-drag {
	z-index: 10;
	background: none;
	border-radius: 0;
}
#oi-portfolio .scroll-slide .swiper-scrollbar-drag::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	left: 0;
	top: calc(50% - 5px);
	z-index: 10;
	background: #2c69ff;
	border-radius: 5px;
}
#oi-portfolio .scroll-slide .button-prev,
#oi-portfolio .scroll-slide .button-next {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	cursor: pointer;
	transition: all 400ms ease-out;
}
#oi-portfolio .scroll-slide .button-prev {
	right: 40px;
}
#oi-portfolio .scroll-slide .button-next {
	right: 4px;
}
#oi-portfolio .scroll-slide .button-prev button,
#oi-portfolio .scroll-slide .button-next button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
#oi-portfolio .scroll-slide .button-prev button img,
#oi-portfolio .scroll-slide .button-next button img {
	width: 24px;
	height: auto;
}
#oi-portfolio .scroll-slide .button-prev:active,
#oi-portfolio .scroll-slide .button-next:active {
	opacity: 0.6;
}
#oi-portfolio .scroll-slide.single .controller {
	display: none;
}

/*---------- Innovators of the Future ----------*/
#oi-future {
	position: relative;
	padding-bottom: 30px;
}
.oi-future-kv {
	position: relative;
	z-index: 1;
}
.oi-future-kv .inner {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	max-width: calc(1288px + (40px * 2));
	margin: 0 auto;
	padding: 0 30px;
}
.oi-future-kv .inner .extra {
	padding-top: 50px;
	min-height: 350px;
	margin: 0 auto;
}
.oi-future-kv h2 {
	font-size: 3.4rem;
	font-weight: 500;
	color: #fff;
}
.oi-future-kv .text {
	margin: 1em 0 0;
}
.oi-future-kv .text p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #fff;
}
.oi-future-kv .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.oi-future-kv .bg img {
	width: 100%;
	height: 100%;
}
/* animation */
.oi-future-kv h2 {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out;
}
.oi-future-kv.pass h2 {
	opacity: 1;
	transform: translateY(0px);
}
.oi-future-kv .text {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 300ms;
	
}
.oi-future-kv.pass .text {
	transition-delay: 500ms;
	opacity: 1;
	transform: translateY(0px);
}

/* View All Stories */
.button-all{
	position: relative;
	z-index: 10;
	margin-top: -130px;
	display: flex;
	justify-content: center;
}
.button-all a{
	display: inline-flex;
	width: auto;
}
.oi-future-list {
	margin: 40px 0 0;
}
.oi-future-list > ul > li {
	width: calc(100% - 40px);
	margin: 0 20px 40px;
}
.oi-future-list li .thumb {
	box-sizing: border-box;
	aspect-ratio: 408 / 230;
	border: 2px solid #d9d9d9;
	border-radius: 16px;
	overflow: hidden;
	will-change: transform;
	position: relative;
	z-index: 1;
}
.oi-future-list dl {
	margin: 24px 0 0;
}
.oi-future-list dt {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	color: #7D869A;
}
.oi-future-list dt + dd {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	color: #535A6E;
}
.oi-future-list dd {
	margin: 8px 0 0;
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #535A6E;
}
.oi-future-list .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
	will-change: transform;
}
.oi-future-list a:hover .thumb img {
	transform: scale(1.03);
}
.oi-future-list .link {
	margin-top: auto;
}
.oi-future-list .link a.site {
    padding-right: 24px;
	background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
}
.oi-future-list .link a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.01em;
	color: #2c69ff;
	pointer-events: auto;
}