@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Boku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;900&display=swap');


/*** ------------------------------------------------------------------------------

フェードイン

-----------------------------------------------------------------------------  ***/
.fade_off {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	transform: translateY(10vw);
	transition-duration: ease-in;
}

.fade_on {
	opacity: 1;
	transform: translateY(0vw);
}

/*** ------------------------------------------------------------------------------

TOPページ

-----------------------------------------------------------------------------  ***/
#home{
	font-family: source-han-sans-japanese, sans-serif;
	color:#000;
}
#home:not(.scrolled) header{
	background: none;
}
#home:not(.scrolled) header.nav-open{
	background: #002C54;
}

/* .inner.clm2 */
#home .main-content section .inner.clm2{
	display: flex;
	max-width: 100%;
	padding: 0;
}
#home .main-content section .inner.clm2 > .img{
	width: 50%;
	text-align: right;
	position: relative;
}
#home .main-content section .inner.clm2 > .img img{
	display: block;
	width: 100%;
	max-width: 720px;
	height: 416px;
	object-fit: cover;
	margin-left: auto;
	position: relative;
	z-index: 2;
}
#home .main-content section .inner.clm2 > .cnt{
	width: 50%;
	padding: 35px 20px 35px 72px;
	box-sizing: border-box;
	text-align: left;
}
#home .main-content section .inner.clm2 > .cnt .ttl-wrapper{
	line-height: 1;
	margin-bottom: 20px;
}
#home .main-content section .inner.clm2 > .cnt .section-ttl{
	line-height: 1;
	font-size: 40px;
	color: #002C54;
}
#home .main-content section .inner.clm2 > .cnt .txt{
	display: block;
	max-width: 460px;
	text-align: justify;
	line-height: 1.8;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0 auto 25px 0;
}
#home .main-content section .inner.clm2 > .cnt .txt span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:28px;
}
#home .main-content section .inner.clm2 > .cnt a.more-btn{
	width: 161px;
	padding: 13px 32px;
	box-sizing: border-box;
	line-height: 1;
	margin: 0 auto 0 0;
}

/* .clm2-rev */
#home .main-content section .inner.clm2-rev{
	flex-direction: row-reverse;
}
#home .main-content section .inner.clm2-rev > .cnt{
	width: 578px;
	padding-right: 118px;
}
#home .main-content section .inner.clm2-rev > .img img{
	margin-left: 0;
	margin-right: auto;
}

@media(max-width:1000px){
	#home .main-content section .inner.clm2-rev > .cnt{
		width:100%;
		padding-right:20px;
	}
	#home .main-content section .inner.clm2,
	#home .main-content section .inner.clm2-rev {
		display: flex;
		flex-direction: column-reverse;		
	}
	#home .main-content section .inner.clm2 > .img{
		width:100%;
	}
	#home .main-content section .inner.clm2 > .img:before{
		max-width: 100%;
		height: 100%;
	}	
	#home .main-content section .inner.clm2 > .img img{
		max-width: 100%;
		height: auto;
	}
	#home .main-content section .inner.clm2 > .cnt{
		width:100%;
		padding: 40px 20px 40px;
	}
	#home .main-content section .inner.clm2 > .cnt .ttl-wrapper{
		max-width: 460px;
		margin:0 auto 10px;
	}
	#home .main-content section .inner.clm2 > .cnt .section-ttl{
		font-size: 25px;
		color: #002C54;
	}
	#home .main-content section .inner.clm2 > .cnt .txt {
		margin: 0 auto 35px;
	}
	#home .main-content section .inner.clm2 > .cnt .txt span{
		line-height: 1.6;
		font-size: 18px;
		margin-bottom: 25px;
	}
	#home .main-content section .inner.clm2 > .cnt a.more-btn{
		margin: 0 auto ;
	}
}

/* .visual */
#home .visual{
	display: flex;
	max-height: 680px;
	background-color: #00192F;
	position: relative;
}
#home .visual .top-mv .top-mov{
	display: block;
	width: 100%;
	height: 100vh;
	max-height: 680px;
	object-fit: cover;
	position:relative;
	top:0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.7;
}
#home .visual .top-mv .mv-inner{
	display: flex;
	align-content:center;
	flex-wrap: wrap;
	width: 1360px;
	max-width: 100%;
	height: 100%;
	padding: 10px 100px;
	box-sizing: border-box;
	margin:0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
#home .visual .top-mv .mv-inner .home-ttl{
	display: block;
	width: 100%;
	font-size: 40px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 7px rgba(0,44,84,0.7);
	margin-bottom: 30px;
}
#home .visual .top-mv .mv-inner .txt{
	display: block;
	width: 610px;
	max-width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	text-shadow: 0px 0px 7px rgba(0,44,84,0.7);
	margin-bottom: 40px;
}
#home .visual .top-mv .mv-inner .btn-box{
	width: 100%;
	text-align: left;
}
#home .visual .top-mv .mv-inner .btn-box .more-btn{
	width: 161px;
	padding: 13px 32px;
	box-sizing: border-box;
	font-size: 18px;
	margin: 0 auto 0 0;
}
#home .visual .top-mv .mv-inner .btn-box .more-btn span{
	line-height: 1;
}

@media(max-width:1000px){
	#home .visual .top-mv .mv-inner {
		padding: 25px;
		box-sizing: border-box;
	}
	#home .visual .top-mv .mv-inner .home-ttl{
		font-size: 7.5vw;
	}
	#home .visual .top-mv .mv-inner .txt{
		font-size: 16px;
	}
	#home .visual .top-mv .mv-inner .btn-box .more-btn{
		padding: 13px 30px;
		line-height: 1;
	}
	#home .visual .top-mv .mv-inner .btn-box .more-btn span{
		line-height: 1;
		font-size: 18px;
	}
}
@media(max-width:360px){
	#home .visual .top-mv .mv-inner{
		padding-top: 50px;
	}
}

/* .visual(animation) */
#home .visual .top-mv .mv-inner {
	opacity: 0;
	animation:topmv;
	animation-duration: 0.3s;
	animation-delay:0.3s;
	animation-fill-mode: forwards;
}
#home .visual .top-mv .mv-inner .home-ttl #catch{
	display: block;
}
#home .visual .top-mv .mv-inner .home-ttl #catch .catch-inner{
	display: block;
	transform-origin: center left;
	opacity: 0;
	animation:topmvcatch;
	animation-duration: 1s;
	animation-delay:0.6s;
	animation-fill-mode: forwards;
}
#home .visual .top-mv .mv-inner .txt{
	opacity: 0;
	animation:topmvtxt;
	animation-duration: 0.6s;
	animation-delay:1.4s;
	animation-fill-mode: forwards;
}
#home .visual .top-mv .mv-inner .btn-box .more-btn{
	opacity: 0;
	animation:topmvbtn;
	transform-origin: left top;
	animation-duration: 0.6s;
	animation-delay:1.6s;
	animation-fill-mode: forwards;
}

@keyframes topmv{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes topmvcatch{
	0%{
		opacity: 0;
		transform: translate(-20px,0px);
	}
	100%{
		opacity: 1;
		transform: translate(0,0) rotateY(0deg);
	}
}
@keyframes topmvtxt{
	0%{
		opacity: 0;
		transform:translateX(-50px);
	}
	100%{
		opacity: 1;
		transform:translateX(0);
	}
}
@keyframes topmvbtn{
	0%{
		opacity: 0;
		transform:translateX(-50px);
	}
	100%{
		opacity: 1;
		transform:translateX(0);
	}
}



/* .mv-bnr */
#home .main-content section.mv-bnr .inner{
	max-width: 1026px;
	padding: 70px 20px;
	text-align: center;
}
#home .main-content section.mv-bnr .inner a{
	display:inline-block;
	width:100%;
	max-width:100%;
	padding: 11px 100px 11px 38px;
	box-sizing: border-box;
	background-color: rgba(33, 124, 163, 1);
	background: linear-gradient(90deg, rgba(191, 220, 207, 0.9) 0% , rgba(33, 124, 163, 1) 20%, rgba(33, 124, 163, 1) 80%, rgba(191, 220, 207, 0.9) 100% );
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin: 0 auto;
}
#home .main-content section.mv-bnr .inner a:before{
	content: '';
	display: block;
	width: 13px;
	height: 100%;
	background: url(../img/arrow-btn-bnr.svg)no-repeat center center / contain;
	position: absolute;
	top:0;
	right: 42px;
}

@media(max-width:1000px){
	#home .main-content section.mv-bnr .inner{
		padding:10px 0 0;
	}
	#home .main-content section.mv-bnr .inner a{
		padding: 23px 46px 23px 20px;
		background-color: rgba(33, 124, 163, 1);
		background: linear-gradient(90deg, rgba(191, 220, 207, 0.9) -40% , rgba(33, 124, 163, 1) 50%, rgba(191, 220, 207, 0.9) 140% );
		text-align: left;
		line-height: 1.6;
		font-size: 16px;
	}
	#home .main-content section.mv-bnr .inner a:before{
		right: 20px;
	}
}

/* 240612_追記 */
#home .main-content .my-bnr-img{
    text-align:center;
    margin: 0 auto;
}
#home .main-content .my-bnr-img a img{
	width:100%;
}
@media screen and (max-width:768px){
    #home .main-content .my-bnr-img{
        margin: 20px auto 0;
    }
}

/* .news*/
#home .main-content section.news{
	padding-top: 30px;
	padding-bottom: 110px;
}
#home .main-content section.news .inner{
	max-width: 740px;
}
#home .main-content section.news .ttl-wrapper{
	text-align: center;
}
#home .main-content section.news .section-ttl{
	text-align: center;
	font-size: 20px;
	color: #217CA3;
	margin: 0 auto 25px;
}
#home .main-content section.news .inner .news-list{
	display: block;
	padding: 20px 0 10px;
	border-top:solid 1px rgba(0,0,0,0.2);
	border-bottom:solid 1px rgba(0,0,0,0.2);
	margin: 0 auto 12px;
}
#home .main-content section.news .inner .news-list > li {
	display: block;
	margin: 0 auto;
}
#home .main-content section.news .inner .news-list li a{
	display: block;
	color: #000;
}
#home .main-content section.news .inner .news-list li a .news-date{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight:900;
	color: #6D6D6D;
}
#home .main-content section.news .inner .news-list li a .news-ttl{
	display: block;
	padding: 0 40px;
	box-sizing: border-box;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	transition: 0.3s;
}
#home .main-content section.news .inner .news-list li a .news-cat{
	display: flex;
	justify-content: flex-end;
}
#home .main-content section.news .inner .news-list li a .news-cat li{
	display: inline-block;
	margin-left: 5px;
}
#home .main-content section.news .inner .news-list li a .news-cat li p{
	display: inline-block;
	padding:3px 6px;
	box-sizing: border-box;
	border:solid 1px #6D6D6D;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
	color: #6D6D6D;
}
#home .main-content section.news .inner a.more-btn{
	max-width: 106px;
	padding: 5px 16px;
	box-sizing: border-box;
	margin: 0 0 0 auto;
}
#home .main-content section.news .inner a.more-btn span{
	line-height: 1.1;
	font-size: 14px;
	font-weight: 400;
}
#home .main-content section.news .inner .news-list li a .news-ttl:hover{
	color: #217CA3;
}

@media(max-width:1000px){
	#home .main-content section.news{
		padding-top: 2px;
		padding-bottom: 20px;
	}
	#home .main-content section.news .inner{
		padding: 40px 20px;
	}
	#home .main-content section.news .section-ttl{
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 25px;
	}


	#home .main-content section.news .inner .news-list li a .news-date{
		display: block;
		line-height: 1;
		font-size: 10px;
		font-weight:900;
		color: #6D6D6D;
		margin-bottom: 8px;
	}
	#home .main-content section.news .inner .news-list li a .news-ttl{
		display: block;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		line-height: 1.6;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 4px;
	}
	#home .main-content section.news .inner a.more-btn{
		margin: 0 auto;
	}
}


/* about */
#home .main-content section.about .inner{
	padding-bottom: 38px;
}

/* inve */
#home .main-content section.inve {
	display: block;
	width: 1160px;
	max-width: calc(100% - 40px);
	padding: 60px 38px;
	box-sizing: border-box;
	background: url(../../img/newhome/inve-img01-.jpg)no-repeat center center / cover;
	margin: 0 auto 60px;
}
#home .main-content section.inve .inner{
	width: 100%;
	padding: 40px 20px 45px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	position: relative;
}
#home .main-content section.inve .inner:before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(0,0,0,0.1),rgba(0,0,0,0.2));
	backdrop-filter: blur(10px);
	opacity: 0.9;
	position:absolute;
	top:0;
	left: 0;
	z-index: 1;
}
#home .main-content section.inve .inner > *{
	position: relative;
	z-index: 2;
}
#home .main-content section.inve .inner .ttl-wrapper{
	margin-bottom: 44px;
}
#home .main-content section.inve .inner .section-ttl span{
	display: inline-block;
	line-height: 1;
	font-size: 20px;
	font-family: source-han-sans-japanese, sans-serif;
	margin-top: 25px;
}
#home .main-content section.inve .inner .txt{
	display: block;
	width: 745px;
	max-width:calc(100% - 40px);
	font-size: 14px;
	margin: 0 auto 45px;
}
#home .main-content section.inve .inner a.more-btn{
	width: 161px;
	padding: 13px 32px;
	box-sizing: border-box;
	line-height: 1;
	margin: 0 auto;
}

@media(max-width:1000px){
	#home .main-content section.inve{
		max-width: 100%;
		padding: 40px 20px;
	}
	#home .main-content section.inve .inner{
		padding: 40px 20px 45px;
	}
	#home .main-content section.inve .inner .ttl-wrapper{
		margin-bottom: 25px;
	}
	#home .main-content section.inve .inner .section-ttl {
		font-size: 25px;
	}
	#home .main-content section.inve .inner .section-ttl span{
		font-size: 18px;
		margin-top: 15px;
	}
	#home .main-content section.inve .inner .txt{
		max-width:100%;
		text-align: justify;
		font-size: 14px;
		margin: 0 auto 35px;
	}
	#home .main-content section.inve .inner a.more-btn{
		padding: 14px 32px;
		line-height: 1;
		margin: 0 auto;
	}
}

/* incu */
#home .main-content section.incu .inner{
	margin-bottom: 90px;
}
#home .main-content section.incu .inner.clm2 > .img:before{
	z-index: 3;
	top:0;
	left: 0;
}

@media(max-width:1000px){
	#home .main-content section.incu .inner{
		margin-bottom: 40px;
	}
}

/* care */
#home .main-content section.care .inner{
	margin-bottom: 100px;
}
#home .main-content section.care .inner.clm2 > .img:before{
	z-index: 3;
	top:0;
	right: 0;
}

@media(max-width:1000px){
	#home .main-content section.care .inner{
		margin-bottom: 60px;
	}
}

/* india  */
#home .main-content section.india .inner{
	margin-bottom: 100px;
}
@media(max-width:1000px){
	#home .main-content section.india .inner{
		margin-bottom: 60px;
	}
}

/* insi */
#home .main-content section.insi .inner{
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
}
#home .main-content section.insi .inner .section-ttl {
    line-height: 1;
    font-size: 40px;
    color: #002C54;
	margin-bottom: 10px;
}
#home .main-content section.insi .inner .txt {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0 auto 20px;
}
#home .main-content section.insi .inner .insi-slider {
	padding: 25px 60px;
	box-sizing: border-box;
	border-top: solid 1px rgba(0,0,0,0.2);
	border-bottom: solid 1px rgba(0,0,0,0.2);
	margin-bottom: 12px;
}
#home .main-content section.insi .inner .insi-slider li {
	display: block;
	height: 100%;
	padding: 0 6px;
	box-sizing: border-box;
	color: #000;
}
#home .main-content section.insi .inner .insi-slider li a{
	display: block;
	height: 100%;
	min-height: 291px;
	box-sizing: border-box;
	padding-bottom: 78px;
	position: relative;
	transition: 0.3s;
}
#home .main-content section.insi .inner .insi-slider li .img{
    width: 248px;
    height:130px;
    overflow:hidden;
}
#home .main-content section.insi .inner .insi-slider li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
#home .main-content section.insi .inner .insi-slider li .ttl{
	line-height: 1.6;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	transition: 0.3s;
}
#home .main-content section.insi .inner .insi-slider li a:hover .ttl{
	color: #217CA3;
}

#home .main-content section.insi .inner .insi-slider li .info-box{
	display: block;
	position: absolute;
	left: 0;
	bottom:0;
}
#home .main-content section.insi .inner .insi-slider li .date{
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight:bold;
	color: rgba(109,109,109,0.8);
	margin: 0 auto 8px 0 ;
}
#home .main-content section.insi .inner .insi-slider li .post-cat li {
	padding: 0;
	height: auto;
	min-height: auto;
	margin: 0 8px 0 0;
}
#home .main-content section.insi .inner .insi-slider li .post-cat li p{
	display: inline-block;
	padding: 6px;
	background: #CE5A57;
	line-height: 1;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#home .main-content section.insi .inner .insi-slider .slick-prev,
#home .main-content section.insi .inner .insi-slider .slick-next{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../img/slide-l.svg)no-repeat center center / contain;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	transition: 0.3s;
}
#home .main-content section.insi .inner .insi-slider .slick-next{
	background: url(../img/slide-r.svg)no-repeat center center / contain;
}
#home .main-content section.insi .inner .insi-slider .slick-prev:before,
#home .main-content section.insi .inner .insi-slider .slick-next:before{
	display: none;
}

#home .main-content section.insi .inner .insi-slider .slick-prev:hover,
#home .main-content section.insi .inner .insi-slider .slick-next:hover{
	opacity: 0.5;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
}

#home .main-content section.insi .inner .more-btn{
    width: 161px;
    padding: 13px 16px;
	box-sizing: border-box;
    margin: 0 0 0 auto;
}
#home .main-content section.insi .inner .more-btn{
	line-height: 1;
	font-size: 18px;
}

@media(max-width:1000px){
	#home .main-content section.insi {
		padding: 0 20px;
	}
	#home .main-content section.insi .inner .section-ttl{
		font-size: 25px;
	}
	#home .main-content section.insi .inner .insi-slider{
		padding: 20px;
	}
	#home .main-content section.insi .inner .insi-slider .slick-prev,
	#home .main-content section.insi .inner .insi-slider .slick-next{
		width: 40px;
		height: 40px;
		z-index: 2;
	}
	#home .main-content section.insi .inner .insi-slider .slick-list{
		overflow: inherit;
		z-index: 1;
	}
	#home .main-content section.insi .inner .insi-slider li{
		transition: 0.2s;
	}
	#home .main-content section.insi .inner .more-btn{
		margin: 0 auto;
	}
}

@media(max-width:768px){
	#home .main-content section.insi .inner .insi-slider li:not(.slick-current){
		opacity: 0.3;
		pointer-events: none;
	}
	#home .main-content section.insi .inner .insi-slider li .img{
        width: 100%;
        height:127px;
        overflow:hidden;
    }
}



/*** ------------------------------------------------------------------------------

/news/

-----------------------------------------------------------------------------  ***/
#news .main-content .list-area .inner{
	padding-top: 60px;
	padding-bottom: 120px;
}

/*** -----------------------------------------------------------------------------

/event/

-----------------------------------------------------------------------------  ***/
#event .visual .mv-content{
	background: url("/wp/img/event/mv.png")no-repeat center center;
	background-size: cover;
}
#event .main-content .back-list-area{
	padding-bottom: 120px;
}
#event .main-content .list-area .post-list .cat-btn .more-btn{
	width: auto;
}
#event .main-content section.more-post-area{
	background: url("/wp/common/img/back-popeve-list.png")no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 768px){
	.main-content .list-area .post-list .cat-btn .more-btn:hover{
		background-color:#217CA3;
	}
	.main-content .list-area .post-list .cat-btn .more-btn:before{
		display: none;

	}
}

/*** -----------------------------------------------------------------------------

/insight/

-----------------------------------------------------------------------------  ***/
#insight .visual .mv-content{
	background:url(../../img/contact/mv-bg_pc.jpg)no-repeat center center / cover;
	background-size: cover;
}
#insight .main-content .back-list-area{
	padding-bottom: 120px;
}
#insight .main-content .list-area .post-list .cat-btn .more-btn{
	width: auto;
}
#insight .main-content section.more-post-area{
	background: url("/wp/common/img/back-popins-list.png")no-repeat center center;
	background-size: cover;
}

/*** -----------------------------------------------------------------------------

/portfolio/

-----------------------------------------------------------------------------  ***/

@media(min-width:1001px){
	#portfolio header .header-content .nav-cnt.nav-cnt01 > li a{
		position: relative;
	}
	#portfolio header .header-content .nav-cnt.nav-cnt01 > li:nth-child(3) .nav-list-inner > a:first-child:before{
		content: '';
		display: block;
		width:100%;
		height: 1px;
		background: #fff;
		opacity: 0.5;
		position: absolute;
		left: 0;
		bottom: -3px;
	}
}

#portfolio .visual .mv-content{
	background: url(../../img/contact/mv-bg_pc.jpg)no-repeat center center / cover;
	background-size: cover;
}
#portfolio .main-content .list-area.portfolio-list-area{
	padding-top: 60px;
}
#portfolio .main-content .more-post-area{
	display: none;
}
@media screen and (max-width: 900px){
	#portfolio .main-content .more-post-area{
		display: flex;
	}
}

/** カテゴリ編集 **/
.main-content .list-area .post-list .cat-btn-wrapper{
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  /** max-width: 800px; **/
  max-width: 550px;
}
.main-content .list-area .post-list .cat-btn2{
  display: block;
  margin: 0;
  position: relative;
  width: 220px;
}
.main-content .list-area .post-list .cat-btn2 .more-btn{
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  padding: 15px;
  margin: 0;
  width:100%;
  height: 48px;
  border:solid 2px #217CA3;
  background: #fff;
  box-sizing: border-box;
  cursor:pointer;
  transition: 0.4s;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  color: #000;
  z-index: 4;
}
.main-content .list-area .post-list .cat-btn2 .more-btn:before{
  background-color:#217CA3;
  opacity: 1;
}
.main-content .list-area .post-list .cat-btn2 .more-btn:after{
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  top:0;
  right: 15px;
  background: url("/wp/common/img/arrow-cat-list.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
  transition: 0.5s;
}
.main-content .list-area .post-list .cat-btn2 .more-btn:hover {
  box-shadow: none;
}
.main-content .list-area .post-list .cat-btn2 .more-btn:hover span{
  color: #fff;
}
.main-content .list-area .post-list .cat-btn2 .more-btn:hover:after{
  background: url("/wp/common/img/arrow-cat-list-on.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.main-content .list-area .post-list .cat-btn2 .cat-list{
  display: block;
  /** top:48px; **/
  top: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.4s;
  transform: translateY(-10px);
  z-index: 100;
	visibility: hidden;
	opacity: 0;
}
.main-content .list-area .post-list .cat-btn2 .cat-list ul{
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 5.5px;
}
.main-content .list-area .post-list .cat-btn2 .cat-list li{
  width:auto;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  padding: 5.5px 11px;
  width: 100%;
}
.main-content .list-area .post-list .cat-btn2.cat-list-open .more-btn{
  background-color: #217CA3;
  box-sizing: border-box;
}
.main-content .list-area .post-list .cat-btn2.cat-list-open .more-btn span{
  color:#fff;
}
.main-content .list-area .post-list .cat-btn2 .cat-list li a,
.main-content .list-area .post-list .cat-btn2 .cat-list li span.term-name{
  display: block;
  text-align: center;
  color: #217CA3;
  font-size:12px;
  border-radius: 25px;
  transition: 0.3s;
  border: solid 1px #217CA3;
  transition: 0.3s;
  padding: 6px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.main-content .list-area .post-list .cat-btn2.cat-list-open .cat-list{
  /** top:48px; **/
  top: 80px;
  height: auto;
  background: #eee;
  transform: translateY(0px);
  overflow: visible;
	visibility: visible;
	opacity: 1;
}
.main-content .list-area .post-list .cat-btn2 .cat-list ul li.parent-list-item:hover > a,
.main-content .list-area .post-list .cat-btn2 .cat-list ul li.parent-list-item:hover > span.term-name{
  background: #d0e3ec;
}
.main-content .list-area .post-list .cat-btn2.cat-list-open .more-btn:after{
  background: url("/wp/common/img/arrow-cat-list-on.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
  transform: rotate(180deg);
}
.main-content .list-area .post-list .cat-btn2 .more-btn:before{
  top:0%;
}
.main-content .list-area .post-list .cat-btn2 .cat-list{
  height: 0px;
  position: absolute;
  box-shadow: 0px 7px 55px rgba(0,0,0,0.3);
}
.main-content .list-area .post-list .cat-btn2 .parent-list li.has-child:after{
  content: "";
  display: block;
  background: url("/wp/common/img/arrow-cat-list-child-r.png") center no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  color: #217CA3;
  position: absolute;
  right: 25px;
  top: 20px;
  transition: 0.4s;
}
.main-content .list-area .post-list .cat-btn2.cat-list-open .parent-list li.has-child ul.child-list{
  position: absolute;
  right: -225px;
  top: -5px;
  background: #afd0de;
  box-shadow: 0px 7px 55px rgba(0,0,0,0.3);
  width: 220px;
  z-index: 2;
  display: none;
  transition: 0.4s;
}
.main-content .list-area .post-list .cat-btn2 .cat-list ul li.parent-list-item.has-child.active ul.child-list{
  display: block;
}
.main-content .list-area .post-list .cat-btn2 .cat-list ul li.parent-list-item.has-child.active > a,
.main-content .list-area .post-list .cat-btn2 .cat-list ul li.parent-list-item.has-child.active > span.term-name{
  background: #d0e3ec;
}
.main-content .list-area .post-list .cat-btn2 .cat-list ul li.parent-list-item.has-child.active:after{
  transform: rotate(180deg);
}
.main-content .list-area .post-list .cat-btn2 .select-name{
	text-align: center;
	font-family: futura-pt, sans-serif;
	color: #217CA3;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.main-content .list-area .post-list .cat-btn-wrapper{
  display: block;
}
.main-content .list-area .post-list .cat-btn2{
  margin: 0 auto 20px;
  max-width: 400px;
  width: 100%;
}
.main-content .list-area .post-list .cat-btn2.cat-list-open .cat-list{
	top: 0;
	position: relative;
}
.main-content .list-area .post-list .cat-btn2 .parent-list li.has-child:after{
  background: url(/wp/common/img/arrow-cat-list-child-d.png) center no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
  top: 22px;
}
.main-content .list-area .post-list .cat-btn2.cat-list-open .parent-list li.has-child ul.child-list{
  position: relative;
  right: auto;
  top: auto;
  background: #afd0de;
  width: 95%;
  margin: 11px auto 0;
}
}

.main-content .list-area .post-list .cat-btn-wrapper2{
	max-width: 800px;
}
.main-content .list-area .post-list .cat-btn-wrapper2 .check_wrapper{
	margin-top: 30px;
}
.main-content .list-area .post-list li.hide{
	display: none;
}

.main-content .list-area .post-list .cat-btn-wrapper2 .check_wrapper .btn_univ{
	color: #333333;
	position: relative;
	opacity: 1;
}
.main-content .list-area .post-list .cat-btn-wrapper2 .check_wrapper .btn_univ .check{
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: #e6e6e6;
	margin-right: 10px;
}
.main-content .list-area .post-list .cat-btn-wrapper2 .check_wrapper .btn_univ.on .check{
	background: rgba(33,124,163,1);
	position: relative;
}
.main-content .list-area .post-list .cat-btn-wrapper2 .check_wrapper .btn_univ.on .check:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	position: relative;
	top: -1px;
}
@media screen and (max-width: 767px) {
.main-content .list-area .post-list .cat-btn-wrapper2 .check_wrapper{
	margin: 30px auto 0;
	max-width: 400px;
}
}

/* ソートフォーム */
#portfolio .main-content .list-area.portfolio-list-area .search-form{
	max-width:755px;
	margin: 0 auto 50px;
}
#portfolio .main-content .list-area.portfolio-list-area .form-ttl{
	font-size: 18px;
	font-weight: 700;
	line-height:1.6;
	color: #002C54;
	margin: 0 auto 20px;
}
#portfolio .main-content .list-area.portfolio-list-area .form-ttl a{
	color: #217CA3;
	text-decoration: underline;
}
#portfolio .main-content .list-area.portfolio-list-area .info{
	display: block;
	font-size: 12px;
	margin: 0 auto 10px;
}
#portfolio .main-content .list-area.portfolio-list-area .box-inner{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	margin: 0 auto 10px;
}
#portfolio .main-content .list-area.portfolio-list-area .condition-title{
	display: inline-block;
	width: 120px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #002C54;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
#portfolio .main-content .list-area.portfolio-list-area .condition{
	width: calc(100% - 120px);
	padding-top: 11px;
	padding-left: 15px;
	box-sizing: border-box;
	line-height: 1;
}
#portfolio .main-content .list-area.portfolio-list-area .condition label{
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 20px 15px;
}
#portfolio .main-content .list-area.portfolio-list-area .submit-button{
	display:block;
	width: 160px;
	padding:15px;
	box-sizing: border-box;
	background: #002C54;
	border:none;
	outline: none;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin: 30px auto 10px;
	transition: 0.3s;
	cursor: pointer;
}
#portfolio .main-content .list-area.portfolio-list-area .uncheck-box{
	text-align: center;
}
#portfolio .main-content .list-area.portfolio-list-area #uncheck-btn{
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
	transition: 0.3s;
	cursor: pointer;
}
#portfolio .main-content .list-area.portfolio-list-area .none-txt{
	display: block;
	padding:20px 20px 150px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
}

@media(min-width:769px){		
	#portfolio .main-content .list-area.portfolio-list-area .submit-button:hover{
		background:#217CA3;
	}
	#portfolio .main-content .list-area.portfolio-list-area #uncheck-btn:hover{
		color: #217CA3;
	}
}

@media(max-width:768px){
	#portfolio .main-content .list-area.portfolio-list-area{
		padding-top:25px;
	}
	#portfolio .main-content .list-area.portfolio-list-area .search-form{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		margin: 0 auto 25px;
	}
	#portfolio .main-content .list-area.portfolio-list-area .form-ttl{
		font-size: 16px;
	}
	#portfolio .main-content .list-area.portfolio-list-area .box-inner{
		display: block;
		margin-bottom: 10px;
	}
	#portfolio .main-content .list-area.portfolio-list-area .condition-title{
		padding: 5px;
		box-sizing: border-box;
		font-size: 15px;
		margin: 0 auto 15px;
	}
	#portfolio .main-content .list-area.portfolio-list-area .condition{
		width:100%;
		padding:0;
	}
	#portfolio .main-content .list-area.portfolio-list-area .condition label{
		display: inline-block;
		line-height: 1;
		font-size: 14px;
		margin:0 15px 15px 0;
	}
	#portfolio .main-content .list-area.portfolio-list-area .submit-button{
		padding: 10px;
		font-size: 16px;
		margin: 20px auto 0;
	}
}


/*** -----------------------------------------------------------------------------

/about/

-----------------------------------------------------------------------------  ***/
#about{
	background-color: #00192F;
}
#about .visual{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#about .visual .top-mv .top-mov{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position:relative;
	top:0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.7;
}
#about .visual .top-mv .mv-inner{
	display: flex;
	align-content:center;
	flex-wrap: wrap;
	width: 1140px;
	height: 100%;
	box-sizing: border-box;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
#about .visual .top-mv .mv-inner .catch-area{
	margin-top:40vh;
	margin-bottom: 30px;
}
#about .visual .top-mv .mv-inner h1{
	width:auto;
	font-size: 38px;
	line-height: 1.1;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	word-break: break-all;
}
#about .visual .top-mv .mv-inner p{
	width: 100%;
	max-width: 560px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	word-break: break-all;
}
#about  .visual .pankuzu {
	position: relative;
	width: 100%;
	z-index: 99;
}
#about header .header-content .logo{
	display: flex;
	align-items: center;
}
@media screen and (max-width:1100px){
	body#about{
		margin-top:0px;
	}
}
@media screen and (max-width:768px){
	#about{
		margin-top: 0px;
	}
	#about header{
		position: fixed;
	}
	#about .visual{
		height: 100vh;
	}
	#about .visual .top-mv {
		display: flex;
		justify-content: center;
		align-content: center;
	}
	#about .visual .top-mv .top-mov{
		height: 100vh!important;
		width: 100%!important;
		object-fit: cover;
	}
	#about .visual .top-mv .mv-inner{
		width: 100%;
		padding: 20px;
		text-align: justify;
	}
	#about .visual .top-mv .mv-inner .catch-area{
		height: 31vw;
		padding-top: 25vw;
		padding-bottom: 7vw;
		margin-top:0px;
		margin-bottom: 0px;
	}
	#about .visual .top-mv .mv-inner h1{
		width: 76.5vw;
		font-size: 14vw;
		word-break: break-all;
	}
	#about.en .visual .top-mv .mv-inner h1{
		width: 81vw;
	}
	#about .visual .top-mv .mv-inner p{
		line-height: 1.8;
	}
}
#about .main-content > section{
	background-color: #fff;
}
#about .main-content > section .inner{
	/** padding-top: 80px; **/
	padding-top: 50px;
	padding-bottom: 120px;
}
#about .main-content > section .section-ttl{
	margin-bottom: 40px;
	font-size: 31px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
#about .main-content > section.capability,
#about .main-content > section.certification{
	background-color: #F8F8F8;
}
/* attitude */
#about .main-content > section.attitude p{
	margin-bottom: 60px;
}
#about .main-content > section.attitude p.img{
	margin: 0 auto;
}
#about .main-content > section.attitude p.img img{
	display: block;
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
}

/* capability */
#about .main-content > section.capability p{
	margin-bottom: 60px;
}
#about .main-content > section.capability .capab-cnt{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
}
#about .main-content > section.capability .capab-cnt .capab-text{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	z-index: 2;
}
#about .main-content > section.capability .capab-cnt .capab-text dl{
	position: relative;
	width: 26%;
	height: 45%;
	padding-top: 30px;
	margin-right: 24%;
	margin-bottom: 60px;
	box-sizing: border-box;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(3),
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(4){
	margin-bottom: 0px;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(2n){
	margin-left: 24%;
	margin-right: 0%;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:before{
	content: '01';
	position: absolute;
	padding-right: 15px;
	top:0;
	left: 0;
	background-color: #F8F8F8;
	font-family: futura-pt-bold, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #4CB5F5;
	z-index: 2;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top:15px;
	left: 0;
	background-color: #4CB5F5;
	z-index: 1;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(2):before{
	content: '02';
	color: #002C54;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(2):after{
	background-color: #002C54;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(3):before{
	content: '03';
	color: #217CA3;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(3):after{
	background-color:#217CA3;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(4):before{
	content: '04';
	color: #BFDCCF;
}
#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(4):after{
	background-color:#BFDCCF;
}
#about .main-content > section.capability .capab-cnt .capab-text dl dt{
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
}
#about .main-content > section.capability .capab-cnt .capab-text dl dd{
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.8;
}
#about .main-content > section.capability .capab-cnt .capab-text dl div{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
#about .main-content > section.capability .capab-cnt .capab-text dl div a{
	display: inline-block;
	margin-left: 15px;
	padding-left: 25px;
	background: url("/wp/common/img/icon_blank-y.png")no-repeat center left;
	background-size: contain;
	font-family: futura-pt-bold, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.2;
	color: #217CA3;
	text-decoration: underline;
	transition: 0.3s;
}
#about .main-content > section.capability .capab-cnt .capab-text dl div a:hover{
	opacity: 1;
	transform:translateY(-5px) scale(1.03);
}
#about .main-content > section.capability .capab-cnt .capab-img{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 20px;
	padding-left:  calc(25% + 50px);
	padding-right:  calc(25% + 50px);
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
}
#about .main-content > section.capability .capab-cnt .capab-img img{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

/* member */
#about .main-content section.team .inner{
	max-width: 100%;
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#about .main-content section.team .inner .section-ttl{
	margin-bottom: 60px;
	font-size: 39px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 600;
}
#about .main-content section.team .inner ul{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap:wrap;
	width: 100%;
}
#about .main-content section.team .inner ul li{
	position: relative;
	width: 25%;
	transition: 0.5s ease-out;
	z-index: 1;
	overflow: hidden;
}
#about .main-content section.team .inner ul li:before{
	content: '';
	display: block;
	width: 150%;
	height: 150%;
	position: absolute;
	top: -25%;
	left: -25%;
	border-radius: 100%;
	background-color:rgba(83,145,180,1);
	transition: 0.4s ease-in;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #about .main-content section.team .inner ul li:before {
		opacity: 0;
	} 
}
#about .main-content section.team .inner ul li:hover{
	transform: scale(1.07);
	z-index: 12;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
}
#about .main-content section.team .inner ul li:hover:before{
	transform: translateX(50%) scaleX(0);
	opacity: 0;
}
#about .main-content section.team .inner ul li:hover p.img img{
	filter: none;
	mix-blend-mode: normal;
}
#about .main-content section.team .inner ul li:hover div.hover-text{
	display: block;
	transform: translateX(0px);
}

#about .main-content section.team .inner ul li p.img img{
	display: block;
	width: 100%;
	filter: grayscale(100%);
	mix-blend-mode:hard-light;
}
#about .main-content section.team .inner ul li div.hover-text{
	display: block;
	position: absolute;
	padding-right: 25px;
	padding-bottom: 25px;
	right: 0;
	bottom: 0;
	text-align: right;
	transform: translateX(500px);
	transition: 0.4s ease;
}
#about .main-content section.team .inner ul li div.hover-text .member-name{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}
#about .main-content section.team .inner ul li div.hover-text .member-posi{
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	line-height: 1.6;
}
#about .main-content section.team .inner ul li div.hover-text a:link{
	display: block;
	font-size: 11px;
	font-family: futura-pt-bold, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-decoration: underline;
	color: #fff;
	line-height: 1.6;
}


/* モーダル */
#about .modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center;
	background:rgba(0, 44, 84, 0.95);
}

#about .modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

#about .modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

#about .modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: "";
}

#about .modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 90%;
	max-width: 600px;
	padding: 30px 30px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle
}

#about .modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
	text-align: justify;
}

#about .modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	opacity: 0.7;
}
#about .modal-overlay:hover{
	background: rgba(0, 0, 0, .8);
	opacity: 0.7;
}
#about .modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	color: #95979c;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0
}

#about .modal-wrapper .modal-content .img{
	width: 200px;
	margin: 0 30px 30px 0;
}
#about .modal-wrapper .modal-content .img img{
	width: 100%;
	display: block;
}
#about .modal-wrapper .modal-content .member-name-area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#about .modal-wrapper .modal-content .member-name{
	display:block;
	margin-bottom: 30px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
#about .modal-wrapper .modal-content .member-name span{
	font-size:14px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#about .modal-wrapper .modal-content .member-name span:nth-child(2){
	font-size: 12px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#about .modal-wrapper .modal-content .member-name span:last-child{
	display: inline-block;
	padding-top: 20px;
}
#about .modal-wrapper .modal-content p{
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
}
#about .modal-wrapper .modal-content .member-name.adv-name span:last-child{
	text-align: left;
	line-height: 1.6;
	font-size: 13px;
}
@media screen and (max-width:768px){
	#about .modal-wrapper .modal-window .modal-content{
		max-height:70vh;
	}
	#about .modal-wrapper .modal-content .member-name-area{
		justify-content: center;
	}
	#about .modal-wrapper .modal-content p.img{
		width: 100%;
		margin: 0 auto 20px;
	}
	#about .modal-wrapper .modal-content .member-name{
		text-align: center;
	}
	#about .modal-wrapper .modal-content .member-name span:last-child{
		padding-top: 10px;
		font-size: 16px;
	}
}

/* adviser */
@media(min-width:1001px){
	#team-page header .header-content .nav-cnt.nav-cnt01 > li a{
		position: relative;
	}
	#team-page header .header-content .nav-cnt.nav-cnt01 > li:nth-child(2) .nav-list-inner > a:first-child:before{
		content: '';
		display: block;
		width:100%;
		height: 1px;
		background: #fff;
		opacity: 0.5;
		position: absolute;
		left: 0;
		bottom: -3px;
	}
}

#team-page .main-content section.adviser .inner{
	padding:85px 0 71px;
	text-align: center;
}
#team-page .main-content section.adviser .inner .section-ttl{
	font-size: 39px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 85px;
}
#team-page .main-content section.adviser .inner ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#team-page .main-content section.adviser .inner ul li{
	display: block;
	width: calc(100% / 6 - 10px);
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 0 12px 55px 0;
}
#team-page .main-content section.adviser .inner ul li:nth-child(6n){
	margin-right: 0;
}
#team-page .main-content section.adviser .inner ul li p.img{
	position: relative;
	margin-bottom: 17px;
	transition: 0.3s;
}
#team-page .main-content section.adviser .inner ul li a:link.hover-text{
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: painted;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	font-size: 14px;
	text-decoration: underline;
	transform: translateX(500px);
	transition: 0.4s ease;
	background-color:rgba(0,0,0,0.9);
}
#team-page .main-content section.adviser .inner ul li p.img:hover a.hover-text{
	position: absolute;
	transform: rotateX(0);
	z-index: 2;
}

#team-page .main-content section.adviser .inner ul li p.img img{
	display: block;
	width: 100%;
}
#team-page .main-content section.adviser .inner ul li p.adv-name{
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
#team-page .main-content section.adviser .inner ul li p{
	font-size: 12px;
	line-height: 1.6;
}
#team-page .main-content section.adviser .inner ul li a.pc_none.adv-modal-text{
	display: none;
}
@media screen and (max-width: 1000px){
	#team-page .main-content section.adviser .inner{
		padding: 70px 20px 75px;
	}
	#team-page .main-content section.adviser .inner ul li a.sp_none.hover-text{
		display: none !important;
	}
	#team-page .main-content section.adviser .inner ul li div{
		padding-bottom: 40px;
	}
	#team-page .main-content section.adviser .inner ul li a.pc_none.adv-modal-text{
		display: block;
		font-size: 12px;
		position: absolute;
		right: 0px;
		bottom:0;
		text-align: right;
		text-decoration: underline;
		line-height: 1;
		color: #333;
	}
}

/* ceratifi */
#about .main-content section.certifi{
	background-color: #F8F8F8;
}
#about .main-content section.certifi .inner{
	padding-top:100px;
	padding-bottom: 100px;
	text-align: center;
}
#about .main-content section.certifi .inner .section-ttl{
	margin-bottom: 50px;
	font-size: 25px;
	color: #217CA3;
}
#about .main-content section.certifi .inner ul{
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
}
#about .main-content section.certifi .inner ul:nth-child(2){
	margin-bottom: 80px;
}
#about .main-content section.certifi .inner ul li{
	max-width: 224px;
	width: calc(100% / 3);
	padding:0px 3px;
	margin-bottom: 6px;
	box-sizing: border-box;
}
#about .main-content section.certifi .inner ul li img{
	width: 100%;
	height: 140px;
	object-fit: cover;
}

/* over-view */
#about .main-content section.over-view .inner .section-ttl{
	margin-bottom: 45px;
}
#about .main-content section.over-view .inner div{
	display: block;
	max-width: 960px;
	margin: 0 auto;
}
#about .main-content section.over-view .inner div dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	border-bottom: solid 1px #E3E3E3;
}
#about .main-content section.over-view .inner div dl dt,
#about .main-content section.over-view .inner div dl dd{
	padding: 35px 0px 35px;
	font-size: 16px;
	line-height: 1.8;
}
#about .main-content section.over-view .inner div dl dt{
	width: 30%;
	max-width: 280px;
	padding: 35px;
	box-sizing: border-box;
}

#about .main-content > section.bottom-section{
	background-color: #217CA3;
}
@media screen and (max-width: 1000px){
	/* capability */
	#about .main-content > section.capability p{
		margin-bottom: 40px;
	}
	#about .main-content > section.capability .capab-cnt{
		flex-wrap: wrap-reverse;
	}
	#about .main-content > section.capability .capab-cnt .capab-img{
		display: block;
		position: relative;
		padding: 0px;
		margin-bottom: 40px;
		height: auto;
	}
	#about .main-content > section.capability .capab-cnt .capab-img img{
		display: block;
		width: 100%;
		max-width: 500px;
		height: auto;
	}
	#about .main-content > section.capability .capab-cnt .capab-text dl,
	#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(2n),
	#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(3){
		height: auto;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	#about .main-content > section.capability .capab-cnt .capab-text dl:nth-child(4){
		margin-bottom: 0px;
	}
	#about .main-content > section.capability .capab-cnt .capab-text dl dt{
		margin-bottom: 3px;
	}
	

	/* certifi */
	#about .main-content section.certifi .inner{
		padding-top: 80px;
	}
	#about .main-content section.certifi .inner .section-ttl{
		margin-bottom: 30px;
		color: #000;
	}
	#about .main-content section.certifi .inner ul{
		justify-content: flex-start;
	}
	#about .main-content section.certifi .inner ul:nth-child(2){
		margin-bottom: 60px;
	}
	#about .main-content section.certifi .inner ul li{
		max-width: calc(100% / 3);
	}
	#about .main-content section.certifi .inner ul li p.img img{
		height: auto;
	}
}

@media screen and (max-width:1000px){
	#about .visual .top-mv .mv-inner h1{
		font-size: 7.5vw;
		line-height: 1.6;
	}
	#about .visual .top-mv .mv-inner .catch-area{
		padding-top: 18vh;
		padding-bottom: 30px;
		height: auto;
	}
	#about .main-content > section .inner{
		padding-top: 60px;
		padding-bottom: 100px;
	}
	#about .main-content > section .inner .section-ttl{
		margin-bottom: 35px;
	}
	/* attitude */
	#about .main-content > section.attitude .inner{
		padding-top: 120px;
	}
	#about .main-content > section.attitude p{
		margin-bottom: 35px;
	}
	
	/* team */
	#about .main-content section.team .inner{
		padding-top: 85px;
	}
	#about .main-content section.team .inner .section-ttl{
		margin-bottom: 40px;
	}
	#about .main-content section.team .inner ul li{
		width: 50%;
		pointer-events: none;
	}
	#about .main-content section.team .inner ul li:hover{
		transform: scale(1);
		box-shadow: none;
	}
	#about .main-content section.team .inner ul li:hover:before{
		border-radius: 0%;
		transform: scale(1);
		opacity: 1;
	}
	#about .main-content section.team .inner ul li:hover p.img img{
		filter: grayscale(100%);
		mix-blend-mode:hard-light;
	}
	#about .main-content section.team .inner ul li div.hover-text{
		display: block;
		padding-right: 15px;
		padding-bottom: 15px;
		transform: rotateX(0);
	}
	#about .main-content section.team .inner ul li div.hover-text .member-name{
		margin-bottom: 5px;
		font-size: 17px;
	}
	#about .main-content section.team .inner ul li div.hover-text .member-posi{
		margin-bottom: 5px;
		font-size: 13px;
	}
	#about .main-content section.team .inner ul li div.hover-text a:link{
		margin-bottom: 5px;
		font-size: 11px;
		pointer-events: painted;
	}
	
	/* adviser */
	#team-page .main-content section.adviser .inner{
		padding-top: 70px;
	}
	#team-page .main-content section.adviser .inner .section-ttl{
		margin-bottom: 40px;
	}
	#team-page .main-content section.adviser .inner ul li{
		display: flex;
		justify-content: flex-start;
		align-content:flex-start;
		flex-wrap: wrap;
		width: 100%;
		margin:0 auto 22px;
	}
	#team-page .main-content section.adviser .inner ul li p.img{
		width: 106px;
		height: 106px;
		object-fit: cover;
		margin-right: 10px;
		margin-bottom: 0;
	}
	#team-page .main-content section.adviser .inner ul li p.img img{
		display: block;
		width: 100%;
		margin: 0;
	}
	#team-page .main-content section.adviser .inner ul li div{
		display: flex;
		align-content: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		width:calc(100% - 116px);
		padding-bottom: 29px;
	}
	#team-page .main-content section.adviser .inner ul li div p{
		width: 100%;
	}
	#team-page .main-content section.adviser .inner ul li p.adv-posi{
		line-height: 1.4;
	}
	#about .main-content section.over-view .inner div dl{
		flex-wrap: wrap;
		width: 100%;
		padding: 35px 35px 25px 0px ;
		box-sizing: border-box;
	}
	#about .main-content section.over-view .inner div dl dt,
	#about .main-content section.over-view .inner div dl dd{
		width: 100%;
		padding: 10px;
	}
	
	#about .main-content section.more-post-area .section-ttl {
		margin-bottom: 60px;
		font-family: futura-pt, sans-serif;
		font-style: normal;
		font-weight: 600;
		color: #fff;
	}
	#about .main-content section.more-post-area .inner{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}


/*** -----------------------------------------------------------------------------

/about/

-----------------------------------------------------------------------------  ***/
#privacy-policy .visual .mv-content{
	background: #217CA3;
}
#privacy-policy .main-content section.policy-cnt .inner{
	padding-top: 80px;
	padding-bottom: 120px;
}
#privacy-policy .main-content section.policy-cnt .inner p{
	padding:0px 0px 80px;
	font-size: 16px;
}
#privacy-policy .main-content section.policy-cnt .policy-list{
	border-bottom:solid 1px #E3E3E3;
}
#privacy-policy .main-content section.policy-cnt .policy-list dl{
	padding: 35px 0px;
	border-top:solid 1px #E3E3E3;
	counter-reset: number;
}
#privacy-policy .main-content section.policy-cnt .policy-list dl dt{
	margin-bottom: 17px;
	font-size: 16px;
}
#privacy-policy .main-content section.policy-cnt .policy-list dl dd{
	position: relative;
	padding-left: 25px;
	font-size: 16px;
}
#privacy-policy .main-content section.policy-cnt .policy-list dl dd:before{
	display: block;
	position: absolute;
	left: 0;
	counter-increment: number;
	content: counter(number) " .";
}
@media screen and (max-width:900px){
	#privacy-policy .visual .mv-content{
		padding: 70px 0px;
	}
	#privacy-policy .main-content section.policy-cnt .inner{
		padding-top: 60px;
	}
	#privacy-policy .main-content section.policy-cnt .inner p,
	#privacy-policy .main-content section.policy-cnt .policy-list dl dt,
	#privacy-policy .main-content section.policy-cnt .policy-list dl dd{
		font-size: 15px;
	}
}


/*** -----------------------------------------------------------------------------

/talent/

-----------------------------------------------------------------------------  ***/
#talent .main-content .text-blue{
	color:  #217CA3;
}
#talent .visual .mv-content{
	background: url("/wp/img/talent/mv.png")no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 1100px){
	#talent .visual .mv-content{
		background:url(../../img/contact/mv-bg_pc.jpg)no-repeat center center / cover;
		background-size: cover;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#talent .main-content section.inv-mv .inner{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px;
	box-sizing: border-box;
	background: url("/wp/img/talent/innovation/img-01.png")no-repeat center center;
	background-size: cover;	
}
/* talent-clm3 */
#talent .main-content section.talent-clm3{
	text-align: center;
}
#talent .main-content section.talent-clm3 .inner{
	padding-top: 80px;
	padding-bottom: 120px;
}
#talent .main-content section.talent-clm3 .section-ttl{
	margin-bottom: 80px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.6;
	color: #217CA3;
}
#talent .main-content section.talent-clm3 .section-ttl span{
	font-size: 14px;
	color: #000;
}
#talent .main-content section.talent-clm3 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 100%;
}
#talent .main-content section.talent-clm3 ul li{
	display: block;
	width: calc(100% / 3);
	padding: 0px 25px;
	box-sizing: border-box;
	text-align: justify;
	border-left: solid 1px #E3E3E3;
}
#talent .main-content section.talent-clm3 ul li:first-child{
	border: none;
}
#talent .main-content section.talent-clm3 ul li img{
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 0 auto 30px;
}
#talent .main-content section.talent-clm3 ul li h4{
	display: block;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	color:#000;
}
#talent .main-content section.talent-clm3 ul li h4:before{
	content: '';
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -30px;
	width: 34px;
	height: 2px;
	background-color: #217CA3;
}
#talent .main-content section.talent-clm3 ul li p{
	font-size: 16px;
	line-height: 1.8;
}
#talent .main-content section.talent-clm3 ul li p .text-small{
	display: inline-block;
	padding-top: 15px;
	font-size: 14px;
}

/* inovation */
#talent .main-content section.inv-mv{
	padding-top: 60px;
	padding-bottom: 60px;
}
#talent .main-content section.inv-mv .inner p{
	margin-bottom:20px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 58px;
	line-height: 1.1;
	color: #4CB5F5;
	word-break: break-all;
}
#talent .main-content section.inv-mv .inner h2{
	max-width: 765px;
	width: 100%;
	font-size: 16px;
	color: #fff;
}
#talent .main-content section.inv-mv .inner h2 span.text-big{
	font: 24px;
}
#talent .main-content section.inv-point .inner-clm2{
	max-width: 1160px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
#talent .main-content section.inv-point .inner-clm2 .inner-clm2-left{
	width: 50%;
}
#talent .main-content section.inv-point .inner-clm2 .inner-clm2-left img{
	display: block;
	width: 100%;
}
#talent .main-content section.inv-point .inner-clm2 .inner-clm2-right{
	width: 50%;
	padding-left: 60px;
	box-sizing: border-box;
}
#talent .main-content section.inv-point .inner-clm2 .inner-clm2-right p{
	font-size: 16px;
	line-height: 1.8;
}
#talent .main-content section.inv-point .inner-clm2 .inner-clm2-right p .text-big{
	font-size: 28px;
}
#talent .main-content section.inv-point .inner-clm2 .inner-clm2-right p.link{
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
}
#talent .main-content section.inv-point .inner-clm2 .inner-clm2-right p.link a{
	background: url(../img/icon_blank-y.png)no-repeat center left;
	padding-left: 25px;
	font-weight: bold;
	color: #217CA3;
	text-decoration: underline;
}

/* inv-entry-info */
#talent .main-content section.inv-entry-info{
	background-color: #F8F8F9;
}
#talent .main-content section.inv-entry-info .inner{
	padding-top: 60px;
	padding-bottom: 120px;
	text-align: center;
}
#talent .main-content section.inv-entry-info .section-ttl{
	margin: 0 auto 45px;
	color: #217CA3;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
}
#talent .main-content section.inv-entry-info .inner div{
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 70px;
	box-sizing: border-box;
	border:solid 1px #217CA3;
}
#talent .main-content section.inv-entry-info .inner div h3{
	margin-bottom: 20px;
	font-size: 28px;
	color: #217CA3;
}
#talent .main-content section.inv-entry-info .inner div p{
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}
#talent .main-content section.inv-entry-info .inner div p .text-bold{
	display: inline-block;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
#talent .main-content section.inv-entry-info .inner div p a{
	display: inline-block;
	color: #217CA3;
	font-weight: bold;
	text-decoration: underline;
}

/* inv-history */
#talent .main-content section.inv-history .inner{
	padding-top: 90px;
	padding-bottom: 90px;
}
#talent .main-content section.inv-history .inner .section-ttl{
	margin-bottom: 40px;
	padding-bottom: 0px;
	font-size: 31px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
#talent .main-content section.inv-history .inner ul{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}
#talent .main-content section.inv-history .inner ul li{
	width: calc(50% - 20px);
	margin-bottom: 40px;
	box-sizing: border-box;
}
#talent .main-content section.inv-history .inner ul li:nth-child(2n){
	margin-left:40px;
}
#talent .main-content section.inv-history .inner ul li img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#talent .main-content section.inv-history .inner ul li p{
	font-size: 14px;
	line-height: 1.8;
}

/* inv-his-list */
#talent .main-content section.inv-his-list .inner{
	padding-bottom: 60px;
	border-bottom: solid 1px #E3E3E3;
}
#talent .main-content section.inv-his-list dl dt{
	padding: 15px 40px;
	margin-bottom: 30px;
	background-color: #217CA3;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#talent .main-content section.inv-his-list dl dt span{
	padding-left: 15px;
	font-size: 16px;
}
#talent .main-content section.inv-his-list dl dd{
	margin-bottom: 40px;
	line-height: 1.8;
}
#talent .main-content section.inv-his-list dl dd div{
	margin-top: 20px;
	text-align: right;
}
#talent .main-content section.inv-his-list dl dd a{
	display: inline-block;
	background: url(../img/icon_blank-y.png)no-repeat center left;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #217CA3;
	text-decoration: underline;
}

/* inv-interview  */
#talent .main-content section.inv-interview .inner{
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: solid 1px #E3E3E3;
}
#talent .main-content section.inv-interview .inner .section-ttl{
	margin-bottom: 40px;
	padding-bottom: 0px;
	font-size: 31px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
#talent .main-content section.inv-interview .inner p.guide-text{
	margin-bottom: 60px;
}
#talent .main-content section.inv-interview .inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 100%;
}
#talent .main-content section.inv-interview .inner ul li{
	display: block;
	margin-bottom: 40px;
	width: calc(100% / 3 - 36px);
	text-align: justify;
	padding-right: 36px;
}
#talent .main-content section.inv-interview .inner ul li:nth-child(3n){
	padding-right: 0px;
}
#talent .main-content section.inv-interview .inner ul li p.img{
	margin-bottom: 15px;
}
#talent .main-content section.inv-interview .inner ul li img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
#talent .main-content section.inv-interview .inner ul li p{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 1.8;
}
#talent .main-content section.inv-interview .inner ul li p .text-small{
	display: inline-block;
	padding-top: 15px;
	font-size: 14px;
}
#talent .main-content section.inv-interview .inner ul li div{
	text-align: right;
}
#talent .main-content section.inv-interview .inner ul li a{
	display: inline-block;
	background: url(../img/icon_blank-y.png)no-repeat center left;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #217CA3;
	text-decoration: underline;
}


/* inv-graf  */
#talent .main-content section.inv-graf .inner{
	padding-top: 80px;
	padding-bottom: 120px;
}
#talent .main-content section.inv-graf .inner .section-ttl{
	margin-bottom: 60px;
	padding-bottom: 0px;
	font-size: 31px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
#talent .main-content section.inv-graf .inner .section-ttl span{
	display: inline-block;
	padding-top: 20px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
#talent .main-content section.inv-graf .inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 100%;
}
#talent .main-content section.inv-graf .inner ul li{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% / 3);
	padding:0px 19px;
	text-align: justify;
	border-right: solid 1px #E3E3E3;
	box-sizing: border-box;
}
#talent .main-content section.inv-graf .inner ul li:nth-child(3n){
	border:none;
}
#talent .main-content section.inv-graf ul li p.img{
	width: 100%;
	max-width: 340px;
	margin-bottom: 60px;
}
#talent .main-content section.inv-graf ul li p.img img{
	width: 100%;
	display: block;
}
#talent .main-content section.inv-graf ul li h4{
	display: block;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	color:#000;
}
#talent .main-content section.inv-graf ul li h4:before{
	content: '';
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -25px;
	width: 34px;
	height: 2px;
	background-color: #217CA3;
}
#talent .main-content section.inv-graf ul li p{
	font-size: 16px;
	line-height: 1.8;
}
#talent .main-content section.inv-graf ul li p .text-small{
	display: inline-block;
	padding-top: 15px;
	font-size: 14px;
}
#talent .main-content section.inv-graf ul li p.img img{
	width: 100%;
	display: block;
}

/* inv-message  */
#talent .main-content section.inv-message{
	position: relative;
	background-color:#00192F ;

}
#talent .main-content section.inv-message .mov{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.7;
}
#talent .main-content section.inv-message .message-content{
	padding: 120px 20px;
}
#talent .main-content section.inv-message .inner{
	position: relative;
	padding: 80px;
	background-color: rgba(0,0,0,0.6);
	border: solid 1px rgba(255,255,255,0.6);
	z-index: 2;
}
#talent .main-content section.inv-message .inner:before{
	content: '';
	display: block;
	position: absolute;
	width:27px;
	height: 27px;
	top: -3px;
	left: -3px;
	background:url(../img/corner.png)no-repeat center center;
	background-size:contain;
}
#talent .main-content section.inv-message .inner:after{
	content: '';
	display: block;
	position: absolute;
	width:27px;
	height: 27px;
	top: -3px;
	right: -3px;
	background:url(../img/corner2.png)no-repeat center center;
	background-size:contain;
}
#talent .main-content section.inv-message .inner .message-inner:before{
	content: '';
	display: block;
	position: absolute;
	width:27px;
	height: 27px;
	bottom: -3px;
	left: -3px;
	background:url(../img/corner3.png)no-repeat center center;
	background-size:contain;
}
#talent .main-content section.inv-message .inner .message-inner:after{
	content: '';
	display: block;
	position: absolute;
	width:27px;
	height: 27px;
	bottom: -3px;
	right: -3px;
	background:url(../img/corner4.png)no-repeat center center;
	background-size:contain;
}
#talent .main-content section.inv-message .inner .message-inner .message-ttl{
	display: block;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#talent .main-content section.inv-message .inner .message-inner p{
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
#talent .main-content section.inv-message .inner .message-inner p span.space{
	display: inline-block;
	padding-right:22em;
}
#talent .main-content section.inv-message .inner .message-text{
	overflow: hidden;
	position: relative;
	
}
#talent .main-content section.inv-message .inner .message-inner p.img{
	position: absolute;
	width: 240px;
	right: 0;
	bottom:0;
	margin-top: 80px;
	margin-left: 80px;
}
#talent .main-content section.inv-message .inner .message-inner p.img img{
	display: block;
	width: 100%;
	right: 0;
	bottom: 0;
}

/* inv-qa */
#talent .main-content section.inv-qa .inner{
	padding-top:100px;
	padding-bottom: 80px;
}
#talent .main-content section.inv-qa .section-ttl{
	margin-bottom: 40px;
	font-size: 31px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
#talent .main-content section.inv-qa .inner div dl dt{
	padding-left: 50px;
	margin-bottom: 10px;
	background: url("/wp/img/talent/innovation/icon-q.png")no-repeat center left;
	background-size: contain;
	font-size: 20px;
}
#talent .main-content section.inv-qa .inner div dl dd{
	margin-bottom: 40px;
	font-size: 16px;
}
@media screen and (max-width:1160px){
	#talent .main-content section.inv-mv{
		padding-top: 0px;
	}
}

@media screen and (max-width:900px){
	#talent .main-content section.inv-mv .inner{
		background: url("/wp/img/talent/innovation/img-01.png")no-repeat center right 27%;
		background-size: cover;
	}
	#talent .main-content section.inv-point .inner-clm2 .inner-clm2-left{
		width:100%;
		max-width: 600px;
		margin:0 auto 30px;
	}
	#talent .main-content section.inv-point .inner-clm2 .inner-clm2-right{
		width:100%;
		padding-left: 0px;
	}
	#talent .main-content section.inv-point .inner-clm2 .inner-clm2-right p .text-big{
		display: block;
		margin:15px auto 0px;
		text-align: center;
		line-height: 1;
	}
	#talent .main-content section.inv-entry-info .inner{
		padding-bottom: 80px;
	}
	#talent .main-content section.inv-entry-info .inner div{
		padding:20px 20px;
	}
	#talent .main-content section.inv-entry-info .inner div h3{
		margin-bottom: 12px;
		font-size: 22px;
	}
	#talent .main-content section.inv-entry-info .inner div p .text-bold{
		font-size: 18px;
	}
	#talent .main-content section.inv-history .inner{
		padding-bottom: 80px;
	}
	#talent .main-content section.inv-his-list .inner{
		padding-bottom: 40px;
	}
}
@media screen and (max-width:800px){
	#talent .main-content section.inv-message .inner .message-inner p span.space{
		padding-right:0px;
	}
	#talent .main-content section.inv-message .inner .message-inner p span.space2{
		display: inline-block;
		padding-right:20em;
	}
	#talent .main-content section.inv-message .inner{
		padding:20px 30px 30px;
	}
	#talent .main-content section.inv-message .inner .message-inner p.img{
		width:30%;
	}
}
@media screen and (max-width:768px){
	#talent .main-content section.inv-mv .inner p{
		font-size: 32px;
	}
	#talent .main-content section.talent-clm3 .section-ttl{
		margin-bottom:60px;
		font-size: 21px;
	}
	#talent .main-content section.talent-clm3 .section-ttl br:first-child{
		display: none;
	}
	#talent .main-content section.talent-clm3 .inner{
		padding-bottom: 40px;
	}
	#talent .main-content section.talent-clm3 ul{
		align-content: flex-start;
	}
	#talent .main-content section.talent-clm3 ul li{
		display: flex;
		justify-content: flex-start;
		align-items:flex-start;
		flex-wrap: wrap;
		padding:0px;
		width:100%;
		border:none;
	}
	#talent .main-content section.talent-clm3 ul li p.img{
		margin-top:10px;
		margin-bottom:0px;
		padding-right:20px;
		width:75px;
		box-sizing: border-box;
	}
	#talent .main-content section.talent-clm3 ul li p.img img{
		margin:0px 20px 20px 0px;
		width:100%;
	}
	#talent .main-content section.talent-clm3 ul li div{
		display: flex;
		justify-content: center;
		align-content: center;
		width:100%;
		padding-right:0px;
		box-sizing: border-box;
	}
	#talent .main-content section.talent-clm3 ul li h4{
		margin-bottom:30px;
		text-align: left;
		font-size: 20px;
	}
	#talent .main-content section.talent-clm3 ul li h4:before{
		bottom:-15px;
	}
	#talent .main-content section.talent-clm3 ul li p:last-child{
		width:100%;
		max-width: 600px;
		margin-left:auto;
		margin-right: auto;
		margin-bottom:60px;
	}
	#talent .main-content section.inv-message .inner .message-inner p span.space2{
		padding-right:0px
	}
	#talent .main-content section.inv-message .inner .message-inner p.img{
		position: relative;
		display: block;
		width:100%;
		margin:30px auto 0;
		text-align: right;
	}
	#talent .main-content section.inv-message .inner .message-inner p.img img{
		display: inline-block;
		max-width: 150px;
	}
	#talent .main-content section.inv-message .message-content{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#talent .main-content section.inv-interview .inner{
		padding-bottom:60px;
	}
	#talent .main-content section.inv-interview .inner p.guide-text{
		margin-bottom:40px;
	}
	#talent .main-content section.inv-history .inner ul li,
	#talent .main-content section.inv-history .inner ul li:nth-child(2n){
		width:100%;
		margin-left: 0;
		margin-right: 0;
	}
	#talent .main-content section.inv-history .inner ul li img{
		max-width: 500px;
		margin-left:auto;
		margin-right:auto;
	}
	#talent .main-content section.inv-interview .inner ul li,
	#talent .main-content section.inv-interview .inner ul li:nth-child(3n){
		width:calc(50% - 20px);
		padding-right:10px;
	}
	#talent .main-content section.inv-interview .inner ul li:nth-child(2n){
		padding-left:10px;
		padding-right:0px;
	}
	#talent .main-content section.inv-interview .inner ul li p{
		font-size: 14px
	}
	#talent .main-content section.inv-qa .inner{
		padding-bottom: 60px;
	}
	#talent .main-content section.inv-graf .inner{
		padding-bottom: 40px;
	}
	#talent .main-content section.inv-graf .inner ul li{
		width:100%;
		margin-bottom:40px;
		padding-bottom:40px;
		border-bottom: solid 1px #e3e3e3;
		border-right: 0px;
	}
	#talent .main-content section.inv-graf ul li p.img{
		max-width: 300px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;
	}
	#talent .main-content section.inv-graf ul li h4{
		width:100%;
		margin-bottom:30px;
	}
	#talent .main-content section.inv-graf ul li h4:before{
		bottom:-15px;
	}
	#talent .main-content section.inv-qa .inner div dl{
		margin-bottom:50px;
	}
	#talent .main-content section.inv-qa .inner div dl dt{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		min-height: 63px;
		padding-left:60px;
		background:url("/wp/img/talent/innovation/icon-q.png")no-repeat top 7px left;
		background-size: 50px;
	}
	#talent .main-content section.inv-his-list dl dt span{
		display: block;
		margin-top:-3px;
		padding-left:0px;
		padding-bottom: 5px;
		font-size: 12px;
	}
}


/* network */
#talent.network .main-content section.inv-mv .inner{
	justify-content: center;
	padding-top: 65px;
	margin-bottom: 40px;
	text-align: center;
	background: url("/wp/img/talent/network/img-01.png")no-repeat center center;
	background-size:cover;
}
#talent.network .main-content section.inv-mv .inner p{
	margin-bottom: 25px;
	font-size: 58px;
	color: #fff;
}
#talent.network .main-content section.inv-mv .inner p span{
	font-family: futura-pt-bold, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fff;
}
#talent.network .main-content a.more-btn{
	width: 190px;
	font-size: 14px;
}

/* net-news */
#talent.network .main-content section.net-news .inner{
	padding-bottom: 120px;
	border-bottom: solid 1px #E3E3E3;
}
#talent.network .main-content section.net-news .section-ttl{
	margin-bottom: 40px;
	font-size: 31px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
#talent.network .main-content section.net-news .inner div dl{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#talent.network .main-content section.net-news .inner div dl dt{
	width: 200px;
	font-size: 20px;
}
#talent.network .main-content section.net-news .inner div dl dd{
	width: calc(100% - 200px);
	font-size: 16px;
}
#talent.network .main-content section.net-news .inner div dl dd a{
	display: inline-block;
	background: url(../img/icon_blank-y.png)no-repeat center left;
	background-size: contain;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #217CA3;
	text-decoration: underline;
}

/* clm3 */
#talent.network .main-content section.talent-clm3 .inner{
	padding-bottom:20px;
}
#talent.network .main-content section.talent-clm3 .inner ul li{
	position: relative;
}
#talent.network .main-content section.talent-clm3 .inner .link-area{
	width:100%;
	position: absolute;
	right: 25px;
	bottom: 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #217CA3;
	text-decoration: underline;
}
#talent.network .main-content section.talent-clm3 .inner .link-area a{
	display: inline-block;
	background: url(../img/icon_blank-y.png)no-repeat center left;
	background-size: contain;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #217CA3;
	text-decoration: underline;
}
#talent.network .main-content section.talent-clm3 .inner a.more-btn{
	margin-top: 80px;
}
#talent.network .main-content section.talent-clm3 .section-ttl span{
	display: inline-block;
	padding-top: 15px;
	font-size: 16px;
	line-height: 2.2;
	color: #000;
}
/* clm3-02 */
#talent.network .main-content section.talent-clm3.clm3-02 .inner{
	padding-bottom: 120px;
	border-bottom: solid 1px #E3E3E3;
}
#talent.network .main-content section.talent-clm3.clm3-02 .inner ul li{
	padding-bottom: 60px;
}

/* net-event */
#talent.network .main-content section.net-event{
	max-width: 1160px;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 120px;
	margin: 0 auto;
}
#talent.network .main-content section.net-event .section-ttl{
	margin-bottom: 40px;
	font-size: 31px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
#talent.network .main-content section.net-event .inner-clm2{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
#talent.network .main-content section.net-event .inner-clm2 .inner-clm2-left{
	max-width: 360px;
}
#talent.network .main-content section.net-event .inner-clm2 .inner-clm2-right{
	width: calc(100% - 360px);
	padding-left: 55px;
	box-sizing: border-box;
}
#talent.network .main-content section.net-event .inner-clm2 .inner-clm2-right p{
	font-size: 16px;
}
#talent.network .main-content section.net-event .inner-clm2 .inner-clm2-right p .text-big{
	font-size: 20px;
	font-weight: bold;
}

/* net-qa */
#talent.network .main-content section.inv-qa{
	background-color: #F8F8F8;
}
#talent.network .main-content section.inv-qa .inner{
	padding-top: 80px;
	
}

/* net-message- */
#talent.network .main-content section.inv-message .inner{
	padding-top: 40px;
}
#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2 .inner-clm2-left{
	width: 240px;
}
#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2 .inner-clm2-right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 240px);
	padding-left: 40px;
	box-sizing: border-box;
}
#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2 .inner-clm2-right p{
	font-size: 14px;
}
#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2 .inner-clm2-right p span{
	display: inline-block;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2 .inner-clm2-right p span:nth-child(1){
	padding-bottom: 0px;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#talent.network .main-content section.inv-message .inner .message-inner p.img{
	width: 100%;
	margin: 0;
	position: relative;
}
#talent.network .main-content section.inv-message .inner .message-inner .manager-history p.history-ttl{
	margin-bottom: 17px;
	font-size: 16px;
}
#talent.network .main-content section.inv-message .inner .message-inner .manager-history .link-area a{
	display: inline-block;
	background: url(../img/icon_blank-y.png)no-repeat center left;
	background-size: contain;
	padding-left: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #217CA3;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1;
}
#talent.network .main-content section.inv-message .inner .message-inner .manager-history p{
	font-size: 14px;
	line-height: 1.6;
}
#talent.network .main-content section a:link:hover:not(.more-btn){
	opacity: 1;
	transform: translateY(-5px) scale(1.01);
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .lab_site_url{
	display: initial;
    padding: 0px;
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #217CA3;
    text-decoration: underline;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .lab_site_url:hover{
	box-shadow: none;
	opacity: 0.6;
}

@media screen and (max-width:900px){
	#talent.network .main-content section.net-event{
		padding-bottom: 80px;
	}
	#talent.network .main-content section.net-event .inner-clm2 .inner-clm2-left{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#talent.network .main-content section.net-event .inner-clm2 .inner-clm2-left img{
		max-width: 360px;
		display: block;
		margin: 0 auto 30px;
	}
	#talent.network .main-content section.net-event .inner-clm2 .inner-clm2-right{
		width: 100%;
		padding: 0px;
	}
	#talent.network .main-content section.net-event .inner-clm2 .inner-clm2-right p .text-big{
		display: inline-block;
		padding-bottom: 15px;
	}
}

@media screen and (max-width:768px){
	#talent .main-content section.inv-mv .inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	#talent.network .main-content section.inv-mv .inner p{
		font-size: 30px;
	}
	#talent.network .main-content section.inv-mv .inner h2{
		font-size: 16px;
	}

	#talent.network .main-content section.net-news .inner div dl dt{
		width: 100%;
		font-weight: bold;
	}
	#talent.network .main-content section.net-news .inner div dl dd{
		width: 100%;
	}
	#talent.network .main-content section.net-news .inner div dl dd a {
		display: inline-block;
		background: url(../img/icon_blank-y.png)no-repeat top 20px left;
		background-size: 16px;
		line-height: 1.6;
		padding-top: 15px;
	}
	#talent.network .main-content section.net-news .inner{
		padding-bottom: 60px;
	}
	
	#talent.network .main-content section.talent-clm3 .section-ttl{
		margin-bottom: 50px;
	}
	#talent.network .main-content section.talent-clm3 ul li h4{
		margin-top: 15px;
	}
	#talent.network .main-content section.talent-clm3 ul li p.img{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#talent.network .main-content section.talent-clm3.clm3-02 .inner{
		padding-top: 0px;
	}
	#talent.network .main-content section.talent-clm3 ul li p:last-child{
		margin-bottom: 70px;
	}
	#talent.network .main-content section.talent-clm3 .inner .link-area{
		position: relative;
		margin: 10px auto 10px;
		right: 0;
	}
	#talent.network .main-content section.talent-clm3.clm3-02 .inner ul li:last-child{
		padding-bottom: 0px;
	}
	#talent.network .main-content section.talent-clm3 .inner a.more-btn{
		margin-top: 0px;
	}
	#talent.network .main-content section.talent-clm3.clm3-02 .inner{
		padding-bottom: 80px;
	}
	#talent.network .main-content section.inv-message .inner{
		padding-top: 20px;
	}
	#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2 .inner-clm2-left{
		width: 100%;
		margin-bottom: 20px;
	}
	#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2 .inner-clm2-left img{
		display: block;
		margin: 0 auto;
	}
	#talent.network .main-content section.inv-message .inner .message-inner .inner-clm2 .inner-clm2-right{
		width: 100%;
		padding: 0px;
	}
}

/*** ------------------------------------------------------------------------------

投稿ページ

-----------------------------------------------------------------------------  ***/
#portfolio.post .main-content .list-area .inner{
	padding-top: 0px;
	padding-bottom: 120px;
}

.main-content section div.inner.tax-list{
	padding-top: 60px;
	padding-bottom: 120px;
}
@media screen and (max-width: 1050px){
	.main-content section div.inner.tax-list{
		padding-left:20px;
		padding-right:20px;
	}
}

/* OPEN INNOVATION LAB */
#portfolio.lab header .header-content nav ul li:nth-child(5) a{
	font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
}

/* モーダル */
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 35px 35px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: justify;
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  opacity: 0.7;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-overlay:hover{
  background: rgba(0, 0, 0, .8);
  opacity: 0.7;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding: 0px;
  color: #95979c;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-close:hover {
	box-shadow: none;
	transform: scale(1);
	opacity: 0.7;
}

.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .img{
  width: 200px;
  margin: 0 30px 30px 0;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .img img{
  width: 100%;
  display: block;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name-area{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name{
  display:block;
  width: calc(100% - 250px);
  margin-bottom: 30px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name span{
  font-size:14px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name span:nth-child(2){
  font-size: 12px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name span:last-child{
  display: inline-block;
  padding-top: 20px;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content p{
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
.lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name.adv-name span:last-child{
  text-align: left;
  line-height: 1.6;
  font-size: 13px;
}
@media screen and (max-width:768px){
  .lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-window .modal-content{
    max-height:70vh;
  }
  .lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name-area{
    justify-content: center;
  }
  .lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name{
  	width: 100%;
  }
  .lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content p.img{
    width: 100%;
    margin: 0 auto 20px;
  }
  .lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name{
    text-align: center;
  }
  .lab .main-content .list-area.portfolio-list-area .post-list #lab-list.content-list .modal-wrapper .modal-content .member-name span:last-child{
    padding-top: 10px;
    font-size: 16px;
  }
}

/** compliance **/
#compliance a.txt-link,
#privacy_policy a.txt-link,
#esg_policy a.txt-link{
	text-decoration: underline;
	color: #217CA3;
}
#compliance .page-ttl,
#privacy_policy .page-ttl,
#esg_policy .page-ttl{
	margin: 40px 0 25px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.6;
}
#compliance .sub-heading,
#privacy_policy .sub-heading,
#esg_policy .sub-heading{
	color: #000;
	border-bottom: 2px solid #217CA3;
	font-weight: bold;
	padding: 0 0 0.2em 0;
	border-left: none;
	font-size: 18px;
	background: none;
}
#compliance .sub-heading:before,
#privacy_policy .sub-heading:before,
#esg_policy .sub-heading:before{
	display: none;
}

/** esg_policy **/
#esg_policy li{
	margin-bottom: 1em;
}
#esg_policy li:last-child{
	margin-bottom: 0;
}


/** top news **/
#home .news2{
	padding-bottom: 100px;
	padding-top: 90px;
}
#home .news2 .news-list{
	display: none;
	margin-top: 60px;
	justify-content: space-between;
	flex-wrap: wrap;
}
#home .news2 .news-list.active{
	display: flex;
}
#home .news2 .news-list a{
	opacity: 1;
}
#home .news2 .news-list li{
	width: 23.5%;
	background: #fff;
	transition: .3s all ease;
	position: relative;
	padding-bottom: 5em;
	box-sizing: border-box;
	min-height: 330px;
}
#home .news2 .news-list li:hover{
	background: #daebf3;
}
#home .news2 .news-list li:hover:has(a.news-category:hover){
	background: #fff;
}
#home .news2 .news-list li .img{
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#home .news2 .news-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	transition: .3s all ease;
}
#home .news2 .news-list li .txt{
	color: #000;
	padding: 1em;
}
#home .news2 .news-list li h3{
	line-height: 1.5;
	font-weight: bold;
}
#home .news2 .news-list li .txt-bottom{
	color: #000;
	padding: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
#home .news2 .news-list li .news-date{
	color: #bbbbbb;
	font-weight: bold;
	line-height: 1.5;
}
#home .news2 .news-list li .news-category{
	font-weight: bold;
	display: inline-block;
	color: #fff;
	background: #217CA3;
	line-height: 1.1;
	padding: 0.2em 0.5em;
	font-size: 13px;
}
#home .news2 a.more-btn{
	margin: 50px auto 0;
}
#home .news2 .ttl-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home .news2 .news-category-list{
	margin-left: 2em;
}
#home .news2 .news-category-list li{
	display: inline-block;
	transition: .3s all ease;
	cursor: pointer;
}
#home .news2 .news-category-list li:after{
	content: "/";
	text-decoration: none;
	color: #fff;
	padding: 0 0.5em;
}
#home .news2 .news-category-list li span{
	color: #fff;
	font-size: 18px;
}
#home .news2 .news-category-list li.active span{
	font-weight: bold;
	text-decoration: underline;
}
#home .news2 .news-category-list li:hover span{
	opacity: 0.7;
}
#home .news2 .news-category-list li:last-child:after{
	display: none;
}
#home .news2 .news-list li.dummy{
	border: none!important;
	padding: 0!important;
	margin: 0!important;
	min-height: 0!important;
	height: 0!important;
}
@media screen and (max-width: 1100px){
	#home .news2 .news-list li .img{
		height: 110px;
	}
}
@media screen and (max-width: 900px){
	#home .news2 .news-list li{
		width: 48%;
		margin-bottom: 20px;
	}
	#home .news2 .news-list li .img{
		height: 22vw;
	}
}
@media screen and (max-width:768px){
	#home .news2 .news-list li{
		width: 100%;
		padding-bottom: 0;
		min-height: inherit;
	}
	#home .news2 .news-list li .img{
		display: none;
	}
	#home .news2 .news-list li .news-date{
		display: inline-block;
		padding-right: 0.5em;
	}
	#home .news2 .news-list li .txt-bottom{
		position: relative;
		bottom: auto;
		left: auto;
		padding-top: 0;
	}
	#home .news2 .ttl-wrapper{
		display: block;
	}
	#home .news2 .news-category-list{
		margin-left: 0;
		text-align: right;
	}
}

/** news archive **/
#news-archive .news-list{
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news-archive .news-list a{
	opacity: 1;
}
#news-archive .news-list li{
	width: 29%;
	background: #fff;
	transition: .3s all ease;
	position: relative;
	padding-bottom: 5em;
	box-sizing: border-box;
	min-height: 330px;
	border: 1px solid #cccccc;
	margin-bottom: 40px;
}
#news-archive .news-list li.dummy{
	border: none!important;
	padding: 0!important;
	margin: 0!important;
	min-height: 0!important;
	height: 0!important;
}
#news-archive .news-list li:hover{
	background: #daebf3;
}
#news-archive .news-list li:hover:has(a.news-category:hover){
	background: #fff;
}
#news-archive .news-list li .img{
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#news-archive .news-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	transition: .3s all ease;
}
#news-archive .news-list li .txt{
	color: #000;
	padding: 1em;
}
#news-archive .news-list li h3{
	line-height: 1.5;
	font-weight: bold;
}
#news-archive .news-list li .txt-bottom{
	color: #000;
	padding: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
#news-archive .news-list li .news-date{
	color: #bbbbbb;
	font-weight: bold;
	line-height: 1.5;
}
#news-archive .news-list li .news-category{
	font-weight: bold;
	display: inline-block;
	color: #fff;
	background: #217CA3;
	line-height: 1.1;
	padding: 0.2em 0.5em;
	font-size: 13px;
}
#news-archive .news-cat-list{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	box-sizing: border-box;
	/** margin: 70px 0 0; **/
}
#news-archive .news-cat-list li{
	width: 25%;
	max-width: 200px;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
#news-archive .news-cat-list .item{
	display: block;
	width: 100%;
	color: #666;
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 0.3em;
	border-bottom: 3px solid #fff;
}
#news-archive .news-cat-list .item.active
{
	border-bottom: 3px solid #217CA3;
	color: #000;
	font-weight: bold;
}
#news-archive .news-cat-list li:hover .item{
	border-bottom: 3px solid #77b2cc;
}
#news-archive .insight_search_box{
	margin-bottom: 2em;
}
#news-archive .search_result_ttl{
	text-align: center;
	font-size: 18px;
}
#news-archive .link_back{
	color: #217CA3;
	text-decoration: underline;
	display: inline-block;
	font-size: 13px;
	margin-top: 2em;
}


/* .clm2 */
#about .main-content > .service-cnt .inner .india .clm2{
	display: flex;
	max-width: 100%;
	padding: 60px 0 0;
}
#about .main-content > .service-cnt .inner .india .clm2 > .img{
	width: 30%;
	text-align: right;
	position: relative;
}
#about .main-content > .service-cnt .inner .india .clm2 > .img img{
	display: block;
	width: 100%;
	max-width: 720px;
	height: 304px;
	object-fit: cover;
	margin-left: auto;
	position: relative;
	z-index: 2;
}
#about .main-content > .service-cnt .inner .india .clm2 > .cnt{
	width: 70%;
	padding: 15px 20px 35px 72px;
	box-sizing: border-box;
	text-align: left;
}
#about .main-content > .service-cnt .inner .india .clm2 > .cnt .ttl-wrapper{
	line-height: 1;
	margin-bottom: 20px;
}
#about .main-content > .service-cnt .inner .india .clm2 > .cnt .section-ttl{
	line-height: 1;
	font-size: 40px;
	color: #002C54;
}
#about .main-content > .service-cnt .inner .india .clm2 > .cnt .txt{
	display: block;
	max-width: 700px;
	text-align: justify;
	line-height: 1.8;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0 auto 25px 0;
}
#about .main-content > .service-cnt .inner .india .clm2 > .cnt .txt span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
}
#about .main-content > .service-cnt .inner .india .clm2 > .cnt a.more-btn{
	margin: 0 auto 0 0;
}
@media(max-width:1000px){
	#about .main-content > .service-cnt .inner .india .clm2 {
		display: flex;
		flex-direction: column;
		padding: 140px 0 0;
		position: relative;
	}
	#about .main-content > .service-cnt .inner .india .clm2 > .img{
		width:100%;
		order: 1;
	}
	#about .main-content > .service-cnt .inner .india .clm2 > .img:before{
		max-width: 100%;
		height: 100%;
	}	
	#about .main-content > .service-cnt .inner .india .clm2 > .img img{
		max-width: 100%;
		height: auto;
	}
	#about .main-content > .service-cnt .inner .india .clm2 > .cnt{
		width:100%;
		padding: 20px 0;
		order: 2;
	}
	#about .main-content > .service-cnt .inner .india .clm2 > .cnt .ttl-wrapper{
		max-width: 460px;
		margin:0 auto 10px;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 60px;
		transform: translateX(-50%);
	}
	#about .main-content > .service-cnt .inner .india .clm2 > .cnt .section-ttl{
		font-size: 25px;
		color: #002C54;
	}
	#about .main-content > .service-cnt .inner .india .clm2 > .cnt .txt {
		margin: 0 auto 20px;
	}
	#about .main-content > .service-cnt .inner .india .clm2 > .cnt .txt span{
		line-height: 1.6;
		font-size: 16px;
		margin-bottom: 25px;
		text-align: center;
		position: absolute;
		left: 50%;
		top: 95px;
		transform: translateX(-50%);
		width: 100%;
	}
	#about .main-content > .service-cnt .inner .india .clm2 > .cnt a.more-btn{
		margin: 0 auto;
	}
}



@media screen and (max-width: 1100px){
	#news-archive .news-list li .img{
		height: 14vw;
	}
}
@media screen and (max-width: 900px){
	#news-archive .news-list li{
		width: 48%;
	}
	#news-archive .news-list li .img{
		height: 22vw;
	}
}
@media screen and (max-width: 768px){
	#news-archive .news-list li{
		width: 100%;
		padding-bottom: 0;
		min-height: inherit;
	}
	#news-archive .news-list li .img{
		display: none;
	}
	#news-archive .news-list li .news-date{
		display: inline-block;
		padding-right: 0.5em;
	}
	#news-archive .news-list li .txt-bottom{
		position: relative;
		bottom: auto;
		left: auto;
		padding-top: 0;
	}
	#news-archive .ttl-wrapper{
		display: block;
	}
}
@media screen and (max-width: 415px){
#news-archive .search_result_ttl{
	font-size: 16px;
}
#news-archive .news-cat-list .item{
	font-size: 12px;
}
}


a.news-category{
	transition: .3s all ease;
}
a.news-category:hover{
	box-shadow: 0 0 3px rgb(255 255 255);
	transform: scale(1.05);
	background: #339fce;
}
#news #news-archive.news-category-archive.main-content .list-area .inner{
	padding-top: 0;
}
#news-archive.news-category-archive .category-ttl-wrapper{
	text-align: center;
	background: #f9f9f9;
	padding: 10px;
} 
#news-archive.news-category-archive .category-ttl-wrapper .category-ttl .txt{
	font-family: futura-pt, sans-serif;
	position: relative;
	color: #287ca3;
	font-size: 23px;
	letter-spacing: 0.05em;
	font-weight: 500;
}
@media screen and (max-width: 768px){
#news-archive.news-category-archive .news-list{
	margin-top: 30px;
}
}
@media screen and (max-width: 415px){
#news-archive.news-category-archive .category-ttl-wrapper .category-ttl .txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
#news-archive.news-category-archive .category-ttl-wrapper .category-ttl .txt:before{
	width: 2em;
	left: -2.5em;
}
#news-archive.news-category-archive .category-ttl-wrapper .category-ttl .txt:after{
	width: 2em;
	right: -2.5em;
}
}

/** page navigation **/
.page-num{
	text-align: center;
	margin-bottom: 50px;
}
.page-num li{
	display: inline-block;
}
.page-num li a,
.page-num li span{
	color: #000;
	display: inline-block;
	padding: 0 0.5em;
}
.page-num li .current{
	font-weight: bold;
	color: #217CA3;
}
.page-num .pager-off,
.page-num .pager-on{
	vertical-align: middle;
}


/** privacy policy **/
.document_page a.txt-link{
	text-decoration: underline;
	color: #217CA3!important;
}
.document_page h3.sub-heading{
	color: #000;
	border-bottom: 2px solid #217CA3;
	font-weight: bold;
	padding: 0 0 0.2em 0;
}
.document_page h3.sub-heading:before{
	display: none;
}
.document_page ol{
  list-style: none;
  padding-left: 0;
  display: table;
}
.document_page ol li{
  display: table-row;
  counter-increment: table-ol;
  font-size: 16px;
	line-height: 1.9em;
}
.document_page ol li:before{
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}




/*** ------------------------------------------------------------------------------

team

-----------------------------------------------------------------------------  ***/

/* .visual */
#team-page .visual {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	min-height: 118px;
	box-sizing: border-box;
	background: url(../../img/contact/mv-bg_pc.jpg)no-repeat center center / cover;
	text-align: center;
}
#team-page .visual .catch {
	line-height: 1;
	font-family:futura-pt, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #002C54;
}

@media(max-width:768px){
	#team-page .visual {
		min-height: auto;
		padding: 28px 20px;
	}
	#team-page .visual .catch {
		font-size: 30px;
	}
}

/** TEAMトップ **/
#team-page .member .lead{
	max-width: 720px;
	text-align: center;
	line-height: 1.8;
	font-weight: 500;
	font-size: 14px;
	margin: 72px auto 68px;
}
#team-page .team .lead .nowrap{
	display: inline-block;
}
#team-page .member-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#team-page .member-list li{
	width: 30.5%;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#team-page .member-list li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #333333;
	opacity: 1;
	text-decoration: none;
	position: relative;
}
#team-page .member-list li .txt{
	width: 100%;
	text-align: center;
	position: relative;
	margin: 18px 0 0 0;
	transition: .3s all ease;
	padding: 0 10px;
	box-sizing: border-box;
}
#team-page .member-list li .txt-left{
	text-align: left;
}
#team-page .member-list li .img{
	width: 100%;
	text-align: center;
}
#team-page .member-list li figure{
	margin: 0;
}
#team-page .member-list li img{
	width: 100%;
	max-width: 500px;
	transition: .3s all ease;
}
#team-page .member-list li a:hover img{
	transform: scale(1.05);
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
#team-page .member-list .member-posi-wrapper{
	line-height: 1.5;
	font-size: 15px;
	margin-top: 6px;
}
#team-page .member-list .member-posi{
	font-family: futura-pt, sans-serif;
	line-height: 1.3;
}
#team-page .member-list .member-name{
	color: #007CA8;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-top: 0.3em;
}
#team-page .member-list .member-name-wrapper .member-name{
	margin: 0;
}
#team-page .member-list .member-name-wrapper .member-name-en{
	font-size: 14.5px;
	letter-spacing: 0.05em;
}

#team-page .main-content section.team .inner{
	padding: 0!important;
}
#team-page .main-content section.adviser .inner ul li p.adv-posi{
	font-size: 12px;
	line-height: 1.6;
}
#team-page .main-content section.adviser .inner ul li p.img img.adv-photo{
	/** filter: grayscale(100%); **/
}
#team-page .main-content section.adviser .inner ul li a:link.hover-text {
	display: flex;
	justify-content: center;
	align-content: flex-end;
	align-items: flex-end;
	pointer-events: painted;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	font-size: 13px;
	font-weight: bold;
  font-family: futura-pt-bold, sans-serif;
	text-decoration: underline;
	transform: translateX(125px);
	transition: 0.4s ease;
	background: transparent;
	opacity: 1;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
#team-page .main-content section.adviser .inner ul li p.img:hover a.hover-text {
	position: absolute;
	transform: rotateX(0);
	z-index: 2;
}
#team-page .member-list.col5{
	justify-content: flex-start;
	max-width: 1030px;
	padding-bottom: 73px;
	border-bottom: solid 1px rgba(45,45,45,0.2);
	margin: 0 auto;
}
#team-page .member-list.col5 li{
	width:calc(20% - 12px);
	margin:0 15px 44px 0;
}
#team-page .member-list.col5 li:nth-child(5n){
	margin-right: 0;
}
#team-page .member-list.col5 li a{
	display: block;
}
#team-page .member-list.col5 .member-name-wrapper .member-name{
	font-size: 19px;
}
#team-page .member-list.col5 .member-posi-wrapper{
	font-size: 15px;
}
#team-page .main-content section.adviser .inner ul.col5{
	justify-content:flex-start;
	max-width: 1030px;
	margin: 0 auto;
}
#team-page .modal-wrapper.bg-gray .modal-window{
	background: rgba(248,248,248,0.95);
}
@media screen and (max-width: 1000px) {
	#team-page .member .lead{
		text-align: center;
		margin: 25px auto 45px;
	}
	#team-page .member-list.col5{
		padding-bottom: 90px;
	}
	#team-page .main-content section.adviser .inner ul.col5{
		margin-left: auto;
		margin-right: auto;
	}
	#team-page .member-list li{
		width:calc(50% - 4px);
		margin-right: 8px;
	}
	#team-page .member-list.col5 li{
		width:calc(50% - 4px);
		margin-right: 8px;
		margin-bottom: 22px;
	}
	#team-page .member-list.col5 li:nth-child(5n){
		margin-right: 8px;
	}
	#team-page .member-list.col5 li:nth-child(2n){
		margin-right: 0;
	}
	#team-page .member-list li .txt-left{
		padding: 0 6px;
		margin-top: 20px;
	}
	#team-page .member-list.col5 .member-posi-wrapper{
		margin-top: 4px;
	}
	#team-page .member-list .member-posi{
		line-height: 1.4;
		font-weight: 400;
		font-size: 14px;
	}
}


/** TEAM個別 **/
#member-single .member-info{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
#member-single .member-info figure{
	margin: 0;
}
#member-single .member-info .img{
	width: 44%;
}
#member-single .member-info .img img{
	width: 100%;
}
#member-single .member-info .txt{
	width: 52%;
}
#member-single .member-info .member-posi{
	font-family: futura-pt, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
}
#member-single .member-info .member-posi-wrapper{
	font-size: 17px;
	margin-bottom: 1em;
}
#member-single .member-info .member-posi-wrapper .member-posi1{
	font-size: inherit!important;
	font-weight: 500;
}
#member-single .member-info .member-posi-wrapper .member-posi2{
	font-size: inherit!important;
	font-weight: 300;
}
#member-single .member-info .member-name{
	color: #217CA3;
	font-size: 28px;
	letter-spacing: 0.5em;
	margin: 0 0 0.3em;
	line-height: 1.3;
}
#member-single .member-info .member-name.alphabet{
	letter-spacing: 0.05em;
}
#member-single .member-info .member-name.en{
	letter-spacing: 0.05em;
	font-family: futura-pt, sans-serif;
}
#member-single .member-info .member-name .en{
	letter-spacing: 0.1em;
	font-size: 18px;
	display: inline-block;
	font-family: futura-pt, sans-serif;
	color: rgba(33,124,163,0.7);
	line-height: 1.3;
	/* text-transform: uppercase; */
}
#member-single .member-info .member-description a{
	color: #217CA3;
	text-decoration: underline;
}
#member-single .section-ttl-wrapper{
	text-align: center;
}
#member-single .section-ttl{
	color: #333333;
	text-align: center;
	line-height: 1.3;
	border-bottom: 4px solid #217CA3;
	padding: 0 0.5em;
	margin: 1em 0 1em;
	font-size: 32px;
}
#member-single .related-news{
	margin-top: 30px;
}
#member-single .related-news .item{
	margin-bottom: 50px;
}
#member-single .related-news .item a{
	color: #333333;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#member-single .related-news .item .photo-wrapper{
	width: 32%;
	height: 150px;
	position: relative;
	overflow: hidden;
}
#member-single .related-news .item .photo{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
}
#member-single .related-news .item .txt{
	width: 66%;
	text-align: left;
}
#member-single .related-news .item .date{
	margin-bottom: 0.5em;
	line-height: 1.3;
	font-size: 15px;
	font-family: futura-pt, sans-serif;
	color: #333333;
	background: url(/wp/common/img/icon-time.png) no-repeat center left;
	background-size: 13px 13px;
	padding: 0 0 0 25px;
}
#member-single .related-news .item .title{
	font-size: 18px;
	font-weight: normal;
	color: #217CA3;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
#member-single .related-news .item .description{
	line-height: 1.7;
	font-size: 14.5px;
}
#member-single .back-btn{
	text-align: center;
	margin: 70px 0;
}
#member-single .back-btn a{
	width: auto;
	padding: 15px 70px;
	background-color: #217CA3;
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	height: 50px;
	box-sizing: border-box;
	font-family: futura-pt-bold, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	overflow: hidden;
	transition: 0.7s;
	z-index: 2;
}
#member-single .sns-icons{
	text-align: left;
	margin: 30px 0 15px;
}
#member-single .sns-icons img{
	height: 30px;
	width: auto;
	margin: 0 20px 0 0;
}
/**
#member-single .list-area.portfolio-list-area .post-list .content-list li a p.img{
	width: 170px;
  height: 60px;
}
#member-single .list-area.portfolio-list-area .post-list .content-list li a p.img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} **/
@media screen and (max-width: 1000px) {
#member-single .related-news .item .photo-wrapper{
	height: 14vw;
}
}
@media screen and (max-width: 768px) {
#member-single .member-info{
	justify-content: center;
}
#member-single .member-info .img{
	width: 100%!important;
	text-align: center;
	order: 1;
}
#member-single .member-info .img .photo{
	max-width: 400px;
}
#member-single .member-info .txt{
	width: 100%!important;
	margin-top: 30px;
	order: 2;
}
#member-single .related-news .item .photo-wrapper{
	width: 100%;
	height: 35vw;
}
#member-single .related-news .item .txt{
	width: 100%;
	margin-top: 30px;
}
}
@media screen and (max-width: 480px) {
#member-single .section-ttl{
	font-size: 30px;
}
#member-single .member-info .member-posi{
	font-size: 12px;
}
#member-single .member-info .member-posi-wrapper{
	font-size: 16px;
}
#member-single .member-info .member-name{
	font-size: 22px;
}
#member-single .member-info .member-name .en{
	font-size: 16px;
}
#member-single .member-info .member-description{
	font-size: 14px;
}
#member-single .related-news .item .description{
	font-size: 13px;
}
}

#member-single .inner{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
#member-single .member-info-heading{
	color: #217CA3;
	margin: 1em 0 0.2em;
	line-height: 1.3;
	font-family: futura-pt, sans-serif;
	font-size: 24px;
	padding-left: 1.1em;
	position: relative;
	letter-spacing: 0.05em;
}
#member-single .member-info-heading:before{
	content: "";
	width: 0.8em;
	height: 1px;
	display: inline-block;
	background: #217CA3;
	position: absolute;
	left: 0;
	top: 50%;
}
#member-single .member-info2 .txt{
	width: 59%;
}
#member-single .member-info2 .img{
	width: 37%;
}

#member-single .member-info{
	margin-bottom: 50px;
}
#member-single .member-info .info-head .member-name{
	margin-bottom: 0;
}
#member-single .member-info .info-head .member-name .en{
	font-size: 16px;
	margin-left: 0.3em;
}
#member-single .member-info .name-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#member-single .member-info .info-head .member-name{
	width: 50%;
}
#member-single .member-info .info-head .sns-icons{
	margin: 0;
}
#member-single .my-philosophy{
	text-align: center;
	margin: 50px 0 50px;
}
#member-single .my-philosophy .frame{
	display: inline-block;
	background: #f0f0f0;
	padding: 0.7em 2em 0.8em 2em;
	min-width: 700px;
	box-sizing: border-box;
	font-size: 24px;
}
#member-single .my-philosophy h3{
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}
#member-single .my-philosophy a{
	color: #333333;
	text-decoration: none;
}
#member-single .my-philosophy p{
	font-size: inherit;
	line-height: 1.5;
	margin-top: 0.2em;
	font-family: 'Zen Kurenaido', sans-serif;
}
#member-single .my-philosophy p.test1{
	font-family: 'Kaisei Decol', serif;
}
#member-single .my-philosophy p.test2{
	font-family: 'Yuji Boku', serif;
}
@media screen and (max-width: 767px){
#member-single .my-philosophy .frame{
	min-width: 0;
	width: 100%;
	font-size: 22px;
	padding: 0.7em 1em 0.8em 1em;
}
#member-single .my-philosophy h3{
	font-size: 18px;
}
}
@media screen and (max-width: 415px){
#member-single .member-info .info-head .member-name{
	width: 100%;
}
#member-single .member-info .info-head .sns-icons{
	width: 100%;
	margin-top: 15px;
}
#member-single .my-philosophy .frame{
	font-size: 20px;
	padding: 0.7em 0.5em 0.8em 0.5em;
}
#member-single .my-philosophy h3{
	font-size: 16px;
}
}
#member-single .member-interview{
	width: 100%;
	max-width: 900px;
	margin: 60px auto 80px;
	background: #f0f0f0;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#member-single .member-interview .img{
	width: 310px;
	overflow: hidden;
}
#member-single .member-interview .img img{
	width: 100%;
	transition: .5s all ease;
}
#member-single .member-interview .img:hover img{
	transform: scale(1.05);
}
#member-single .member-interview .txt{
	width: calc(100% - 340px);
}
#member-single .member-interview .txt a{
	color: inherit;
	opacity: 1!important;
}
#member-single .member-interview .txt a:hover{
	color: #217CA3;
	text-decoration: underline;
}
#member-single .member-interview .subttl{
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
	line-height: 1.3;
	margin-bottom: 0.5em;
	font-size: 17px;
}
#member-single .member-interview .subttl .name{
	display: inline-block;
}
#member-single .member-interview .ttl{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 767px){
#member-single .member-interview{
	max-width: 100%;
	justify-content: center;
	padding: 20px 20px;
}
#member-single .member-interview .img{
	width: 100%;
	margin-bottom: 20px;
}
#member-single .member-interview .txt{
	width: 100%;
}
}
@media screen and (max-width: 415px){
#member-single .member-interview{
	padding: 15px 15px;
}
#member-single .member-interview .img{
	margin-bottom: 15px;
}
#member-single .member-interview .subttl{
	font-size: 14px;
}
#member-single .member-interview .ttl{
	font-size: 15px;
}
}

#member-single .more-btn{
	width: 200px;
    padding: 13px 32px;
    box-sizing: border-box;
    line-height: 1;
    margin: 60px auto 80px;
}
#member-single .more-btn-read-more{
	background-color: #002C54;
    color: #fff;
}
#member-single .more-btn-read-more:before{
    background: #217CA3;
}
#member-single .more-btn-read-more:hover span{
	color: #fff;
}
#member-single .more-btn-back{
	margin: 0 auto 100px;
	background-color: #fff;
    color: #217CA3;
	border: 1px solid #217CA3;
}
#member-single .more-btn-back:before{
    background: #217ca322;
}

/** TOPページTEAMセクション **/
#home .team{
	background: #fff;
	padding-bottom: 100px;
	padding-top: 90px;
}
#home .team .nowrap{
	display: inline-block;
}
#home .team .team-ttl{
	text-align: center;
	margin-bottom: 40px;
}
#home .team .team-ttl .section-ttl{
	color: #000;
}
#home .team .lead{
	text-align: center;
	font-size: 16px;
	margin-bottom: 2em;
	color: #000;
}
#home .team .photo-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#home .team .photo-wrapper a{
	width: 22%;
	margin-bottom: 30px;
	display: block;
}
#home .team .photo-wrapper img{
	width: 100%;
}
@media screen and (max-width: 768px){
#home .team .photo-wrapper a{
	width: 48%;
	margin-bottom: 20px;
}
#home .team .lead{
	text-align: left;
	font-size: 15px
}
#home .team .lead .nowrap{
	display: inline;
}
}


/** News letter & SNS 促進セクション **/
.bottom-newsletter-info{
	background: #404040;
	padding: 70px 0 40px;
}
.main-content .bottom-newsletter-info .inner{
	width: 100%;
	max-width: 1220px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.bottom-newsletter-info .nowrap{
	display: inline-block;
}
.bottom-newsletter-info h3{
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	max-width: 700px;
	margin: 0 auto 0.7em;
}
.bottom-newsletter-info .lead{
	max-width: 500px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 0 auto 40px;
}
.bottom-newsletter-info .more-btn{
	width: 100%;
	max-width:256px;
	padding: 14px 30px;
	margin-bottom: 0;
	box-sizing: border-box;
}
.en .bottom-newsletter-info .more-btn{
	max-width: 300px;
}
.bottom-newsletter-info .more-btn span{
	font-family: source-han-sans-japanese, sans-serif;
	line-height: 1;
	font-size: 16px;
}
.bottom-newsletter-info .form-wrapper{
	margin-bottom: 30px;
	text-align: center;
}
.bottom-newsletter-info .sns-info{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	width:1200px;
	max-width:100%;
	margin: 0 auto;
}
.bottom-newsletter-info .sns-info li{
	margin-bottom: 30px;
	width: 500px;
	min-height: 297px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.bottom-newsletter-info .sns-info li:last-child{
	width: 680px;
	/* padding-left: 120px; */
	box-sizing: border-box;
}
.bottom-newsletter-info .sns-info li .content{
	width: 100%;
}
.bottom-newsletter-info .sns-info li .content .twitter-timeline{
	width: 100% !important;
}
.bottom-newsletter-info .sns-info li .info-box{
	/* min-height: 297px; */
	/* padding: 42px 30px; */
	padding: 30px 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	color: #000;
}
.bottom-newsletter-info .sns-info li h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
}
.bottom-newsletter-info .sns-info .btn-share{
	text-align: center;
}
.bottom-newsletter-info .sns-info .btn-share iframe{
	margin-left: auto;
	margin-right: auto;
}

.main-content .bottom-newsletter-info{
	padding: 70px 20px 80px;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, rgba(72, 138, 153, 0.16) 0%, rgba(191, 220, 207, 1) 100% );
}
.main-content .bottom-newsletter-info .ttl-wrapper{
	text-align: center;
}
.main-content .bottom-newsletter-info .inner .section-ttl {
    line-height: 1;
    font-size: 40px;
    color: #002C54;
    margin-bottom: 45px;
}


@media(max-width:1300px){
	.bottom-newsletter-info .sns-info li{
		width: 45%;
	}
	.bottom-newsletter-info .sns-info li:last-child{
		width: 55%;
		/* padding-left: 40px; */
	}
}

@media(max-width:1150px){
	.bottom-newsletter-info .sns-info li,
	.bottom-newsletter-info .sns-info li:last-child{
		width: 700px;
		max-width: 100%;
		padding: 0;
	}
}

@media(max-width:1000px){
	#home .main-content .bottom-newsletter-info{
		padding: 40px 20px;
	}
	#home .main-content .bottom-newsletter-info .inner .section-ttl{
		font-size: 25px;
		margin-bottom: 25px;
	}
	.bottom-newsletter-info .sns-info li:last-child{
		padding: 0;
	}
	.bottom-newsletter-info .sns-info li .info-box{
		padding:40px 20px;
	}
	.bottom-newsletter-info .sns-info li h3{
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
.bottom-newsletter-info .inner{
	padding: 0 20px;
}
.bottom-newsletter-info .lead{
	text-align: left;
	font-size: 15px;
}
.bottom-newsletter-info .lead br{
	display: none;
}
.bottom-newsletter-info .lead .nowrap{
	display: inline;
}
.bottom-newsletter-info .sns-info li{
	width: 100%;
}
}

@media(max-width:360px){
	.bottom-newsletter-info .more-btn{
		padding: 14px;
	}
	.bottom-newsletter-info .more-btn span{
		font-size: 14px;
	}
}


/** India **/
#india *{
	box-sizing: border-box;
}
#india .nowrap{
	display: inline-block;
}
#india .sp{
	display: none;
}
@media screen and (max-width: 768px) {
#india .pc{
	display: none;
}
#india .sp{
	display: block;
}
}
#india section img{
	max-width: 100%;
}
/**
#india header{
	height: 100px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
#india header .header-content{
	align-content: flex-start;
	align-items: flex-start;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0 auto;
}
#india header .header-content h1{
	position: absolute;
	top: calc(50% - 28px);
	left: 0;
}
#india header .header-content .pc-head-nav{
	position: absolute;
	top: calc(50% - 26.5px);
	right: 10px;
}
@media screen and (max-width: 1100px){
#india header{
	height: 72px;
}
#india header .header-content .pc-head-nav{
	display: flex;
}
}
**/


#india .main-content{
	padding-top: 40px;
}
#india section{
	padding: 40px 0 40px;
}
@media screen and (max-width: 768px) {
#india .main-content{
	padding-top: 0;
	box-sizing: border-box;
}
#india section{
	padding: 25px 0 25px;
}
}
#india .about-txt p,
#india .description p{
	margin-bottom: 1em;
}
#india section + p{
	margin-bottom: 0;
	display: none;
}
#india .pankuzu{
	background: rgba(0,25,47,1);
}
#india .mv{
	position: relative;
	/** margin-top: 100px; **/
	/** margin-top: 150px; **/
	background: url(/wp/img/india/india_mv.png) center no-repeat;
	background-size: cover;
	height: 77vh;
	min-height: 500px;
}
#india .mv .mv-img{
	width: 100%;
}
#india .mv .mv-img br{
	display: none;
}
#india .mv .mv-img img{
	width: 100%;
}
#india .mv .mv-inner{
	max-width: 1140px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#india .mv .catch-area h1{
	font-size: 72px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	word-break: break-all;
	color: #fff;
}
#india .mv .catch-area p{
	color: #fff;
	margin-top: 2em;
	word-break: break-all;
	font-size: 16px;
}
@media screen and (max-width: 1100px){
#india .mv{
	/** margin-top: 72px; **/
}
}
@media screen and (max-width: 768px){
#india .mv{
	background: url(/wp/img/india/india_mv_sp.png) center no-repeat;
	background-size: cover;
}
#india .mv .catch-area h1{
	font-size: 12vw;
}
#india .mv .catch-area p{
	margin-top: 2.5vw;
}
}
@media screen and (max-width: 480px){
#india .mv .catch-area p{
	font-size: 12px;
}
}
#india .section-ttl{
	text-align: center;
	color: rgba(0,25,47,1);
	display: block;
	margin-bottom: 1em;
}
#india .section-ttl .txt{
	border-bottom: 2px solid rgba(0,25,47,1);
	display: inline-block;
	padding: 0 0.5em 0.2em;
}
@media screen and (max-width: 768px) {
#india .section-ttl{
	font-size: 30px;
	margin-bottom: 0.6em;
}	
}
@media screen and (max-width: 480px) {
#india .section-ttl{
	font-size: 26px;
}	
}
#india .lead{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0 auto 2em;
	max-width: 800px;
}
#india .about .about-col2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 50px;
}
#india .about .about-col2 .about-kv{
	width: 31%;
	text-align: center;
}
#india .about .about-col2 .about-kv img{
	width: 100%;
}
#india .about .about-col2 .about-txt{
	width: 65%;
}
#india .about .about-col2 .about-txt .more-btn{
	margin: 30px auto 0 0;
}
@media screen and (max-width: 768px) {
#india .about .about-col2 .about-txt .more-btn{
	margin: 30px auto 0 auto;
}
}
#india .about .about-photos{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#india .about .about-photos li{
	width: calc(100% / 3);
}
#india .about .about-photos li img{
	width: 100%;
}
@media screen and (max-width: 1000px) {
#india .about .about-col2 .about-kv{
	width: 40%;
}
#india .about .about-col2 .about-txt{
	width: 56%;
}	
}
@media screen and (max-width: 768px) {
#india .about .about-col2 .about-kv{
	width: 100%;
	margin-bottom: 20px;
}
#india .about .about-col2 .about-kv img{
	max-width: 350px;
}
#india .about .about-col2 .about-txt{
	width: 100%;
}
}
#india .features .features-list{
	padding-top: 20px;
}
#india .features .features-list li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#india .features .features-list li:last-child{
	margin-bottom: 0;
}
#india .features .features-list li .img{
	width: 40%;
}
#india .features .features-list li .img img{
	width: 100%;
	text-align: center;
}
#india .features .features-list li .txt{
	width: 56%;
}
#india .features .features-list li .txt h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 0.8em;
}
#india .features .features-list li:nth-child(2n) .img{
	order: 2;
}
#india .features .features-list li:nth-child(2n) .txt{
	order: 1;
}
#india .features .features-list li:nth-child(2n) .txt h3{
	text-align: right;
}
@media screen and (max-width: 768px) {
#india .features .features-list li{
	margin-bottom: 30px;
}
#india .features .features-list li:last-child{
	margin-bottom: 0;
}
#india .features .features-list li .img{
	width: 100%;
	margin-bottom: 20px;
	order: 1!important;
}
#india .features .features-list li .txt{
	width: 100%;
	order: 2!important;
}
#india .features .features-list li .txt h3{
	font-size: 20px;
}
#india .features .features-list li:nth-child(2n) .txt h3{
	text-align: left;
}
}
@media screen and (max-width: 480px) {
#india .features .features-list li .txt h3{
	font-size: 20px;
}
}
#india .portfolio .portfolio-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -50px;
}
#india .portfolio .portfolio-list li{
	width: 30%;
	margin-bottom: 50px;
	text-align: center;
}
#india .portfolio .portfolio-list li.dummy{
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
#india .portfolio .portfolio-list li a{
	color: #333333;
	text-decoration: none;
	display: inline-block;
}
#india .portfolio .portfolio-list li a:hover{
	opacity: 0.7;
}
#india .portfolio .portfolio-list li .img{
	margin-bottom: 40px;
	text-align: center;
}
#india .portfolio .portfolio-list li h3{
	text-align: center;
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 0.3em;
	font-weight: bold;
}
#india .portfolio .portfolio-list li h4{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid rgba(33,124,163,1);
	background: rgba(33,124,163,0.05);
	line-height: 1.3;
	margin-bottom: 1.5em;
	display: inline-flex;
	color: rgba(33,124,163,1);
	align-items: center;
	justify-content: center;
	height: 22px;
	border-radius: 11px;
	padding: 0 1em;
}
#india .portfolio .portfolio-list li p{
	text-align: left;
}
@media screen and (max-width: 768px) {
#india .portfolio .portfolio-list li{
	width: 100%;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 480px) {
#india .portfolio .portfolio-list li h3{
	font-size: 19px;
}
#india .portfolio .portfolio-list li h4{
	font-size: 11px;
	height: 18px;
	border-radius: 9px;
}
}
#india .policy table{
	margin: 0 auto;
	width: 100%;
	max-width: 850px;
}
#india .policy table th{
	font-size: 19px;
	color: #217CA3;
	font-weight: normal;
	text-align: center;
	width: 20%;
	padding: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5;
}
#india .policy table td{
	font-size: 19px;
	font-weight: normal;
	padding: 1em;
	position: relative;
	margin-bottom: 1.5em;
	line-height: 1.5;
}
#india .policy table td:before{
	content: "";
	display: block;
	width: 1px;
	height: 70%;
	background: #000;
	position: absolute;
	top: 15%;
	left: 0;
}
@media screen and (max-width: 768px) {
#india .policy table{
	text-align: center;
}
#india .policy table th{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5em;
}
#india .policy table td{
	display: inline-block;
	padding: 0;
	text-align: left;
}
#india .policy table td:before{
	display: none;
}
}
@media screen and (max-width: 480px) {
#india .policy table th{
	font-size: 17px;
}
#india .policy table td{
	font-size: 17px;
}
}
#india .members .member-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* max-width: 850px; */
	margin: 0 auto;
}
#india .members .member-list li{
	/* width: 46%; */
	width: 23%;
	text-align: center;
	margin-bottom: 50px;
}
#india .members .member-list li .photo{
	width: 100%;
	border-radius: 50%;
	margin-bottom: 20px;
}
#india .members .member-list li .name{
	font-size: 22px;
	font-weight: bold;
	color: #217CA3;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
#india .members .member-list li .title{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1em;
}
#india .members .member-list li .description{
	text-align: left;
}
#india .members .member-list .sns-icons{
	margin: 30px 0 0;
	display: flex;
	justify-content: flex-start;
}
#india .members .member-list .sns-icons a img{
	display: inline-block;
	height: 30px;
  width: auto;
  margin: 0 20px 0 0;
	border-radius: 0;
}
#india .members .member-list li.dummy{
	height: 0;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1000px) {
#india .members .member-list li{
	width: 48%;
}
#india .members .member-list li .photo{
	max-width: 350px;
}
}
@media screen and (max-width: 768px) {
#india .members .member-list{
	justify-content: center;
}
#india .members .member-list li{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
#india .members .member-list li:last-child{
	margin-bottom: 0;
}
#india .members .member-list li .photo{
	width: 100%;
	text-align: center;
}
#india .members .member-list li .img{
	width: 100%;
	text-align: center;
}
#india .members .member-list li .photo{
	max-width: 350px;
}
}
#india .members .member-list.col3{
	max-width: 100%;
	margin-top: 60px;
}
#india .members .member-list.col3 li{
	width: 29%;
}
@media screen and (max-width: 1000px) {
#india .members .member-list.col3{
	justify-content: space-evenly;
}
#india .members .member-list.col3 li{
	width: 40%;
	margin-bottom: 60px;
}
}
@media screen and (max-width: 768px) {
#india .members .member-list.col3 li{
	width: 100%;
}
}
#india .contact{
	text-align: center;
}
#india .contact .block{
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(33, 124, 163, 0.14) 7px, rgba(33, 124, 163, 0.14) 14px );
	width: 95%;
	max-width: 850px;
	padding: 20px;
	display: inline-block;
	box-sizing: border-box;
}
#india .contact .block .bg{
	background: #fff;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
}
#india .contact h2{
	font-size: 30px;
	color: #217CA3;
	line-height: 1.3;
	margin-bottom: 0.2em;
	font-weight: bold;
	font-family: futura-pt, sans-serif
}
#india .contact p{
	margin-bottom: 1.6em;
}
@media screen and (max-width: 480px) {
#india .contact .block{
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(33, 124, 163, 0.14) 4px, rgba(33, 124, 163, 0.14) 8px );
	padding: 12px;
}
#india .contact .block .bg{
	padding: 20px 15px;
}
#india .contact h2{
	font-size: 24px;
}
}

#india footer .footer-content2{
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: futura-pt, sans-serif;
	max-width: 850px;
	line-height: 1.7;
	padding: 45px 15px 40px;
}
#india footer .footer-content2 h4{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}
#india footer .footer-content2 p{
	color: #fff;
}
#india footer .footer-content2 .footer-inner-left{
	width: auto;
}
#india footer .footer-content2 .footer-inner-center{
	width: auto;
}
#india footer .footer-content2 .footer-inner-right{
	width: auto;
}
#india footer .footer-content2 .footer-inner-right ul{
	justify-content: flex-start;
	margin: 20px auto 0;
}
#india footer .footer-content2 .footer-inner-right ul li{
	margin: 0 30px 0 0;
	width: auto;
}
#india footer .footer-content2 .footer-inner-right ul li a{
	width: 24px;
	height: 24px;
}
#india footer .footer-content2 .footer-inner-right ul li a img{
	max-width: inherit;
}
#india footer .footer-content2 .footer-inner-right .mail-link{
	text-decoration: underline;
	color: #217CA3;
	word-break: break-all;
	line-height: 1.5;
}
@media screen and (max-width: 768px){
#india footer .footer-content2 .footer-inner-left{
	width: 100%;
	margin-bottom: 1em;
}
#india footer .footer-content2 .footer-inner-center{
	width: 50%;
	min-width: 130px;
	margin-bottom: 1em;
}
#india footer .footer-content2 .footer-inner-right{
	width: 50%;
	min-width: 220px;
}
}
#india .notice-box{
	margin: 30px 0;
	padding: 0 10px;
}
#india .notice-box a{
	display: block;
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
	color: #217CA3;
	background: rgba(33,124,163,0.1);
	padding: 1em 2em;
	line-height: 1.5;
	box-sizing: border-box;
	border: 1px dashed rgba(33,124,163,0.7);
}
#india .notice-box a span{
	display: block;
	color: #333;
	font-size: 12px;
	margin-top: 0.5em;
}
@media screen and (max-width: 480px){
#india .notice-box a{
	font-size: 13px;
	padding: 1em 1em;
}
#india .notice-box a span{
	font-size: 11.5px;
}
}
#india .news p{
	text-align: center;
}
#india .news p a{
	color: rgba(33,124,163,1);
	font-size: larger;
	font-family: futura-pt, sans-serif;
	font-weight: bold;
	display: inline-block;
  margin-top: 0.5em;
}

/** CONTACT **/
#contact-page .inner{
	max-width: 750px;
}
#contact-page .contact_block{
	margin-bottom: 70px;
}
#contact-page .contact_block h2{
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0.5em 0.5em;
	line-height: 1.3;
	border-bottom: 1px solid #217CA3;
	border-left: 5px solid #217CA3;
	margin-bottom: 1em;
}
#contact-page .contact_block p{
	margin-bottom: 1em;
}
#contact-page .contact_block a.more-btn{
	margin-left: 0;
	width: 150px;
}
@media screen and (max-width: 480px){
#contact-page .contact_block a.more-btn{
	width: 100%;
	box-sizing: border-box;
}
}


/** Insight **/
@media(min-width:1001px){
	#insight header .header-content .nav-cnt.nav-cnt01 > li a{
		position: relative;
	}
	#insight header .header-content .nav-cnt.nav-cnt01 > li:nth-child(4) .nav-list-inner > a:first-child:before{
		content: '';
		display: block;
		width:100%;
		height: 1px;
		background: #fff;
		opacity: 0.5;
		position: absolute;
		left: 0;
		bottom: -3px;
	}
}

/** Insight archive **/
#insight-archive .main-content section div.inner{
  max-width: 900px;
	padding: 0 15px;
}
#insight-archive .sec-insight-archive{
  /* padding: 50px 0 100px; */
	padding: 0 0 100px;
}
#insight-archive .insight-cat-list{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	box-sizing: border-box;
	/* margin: 40px 0 50px; */
	margin: 0 0 50px;
}
#insight-archive .insight-cat-list li{
	width: 25%;
	/** max-width: 200px; **/
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
#insight-archive .insight-cat-list .item{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	width: 100%;
	height: 40px;
	color: #666;
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 0.3em;
	border-bottom: 3px solid #fff;
}
#insight-archive .insight-cat-list .item.active
{
	border-bottom: 3px solid #217CA3;
	color: #000;
	font-weight: bold;
}
#insight-archive .insight-cat-list li:hover .item{
	border-bottom: 3px solid #77b2cc;
}
#insight-archive .post-list{
  margin-bottom: 70px;
}
#insight-archive .post-list-item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 25px 0 25px;
  border-bottom: 1px solid #e0e0e0;
}
#insight-archive .post-list-item a{
  opacity: 1;
  color: inherit;
  transition: .3s all ease;
}
#insight-archive .post-list-item .img-wrapper{
  width: 320px;
  height: 160px;
  overflow: hidden;
}
#insight-archive .post-list-item .img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .3s ease all;
}
#insight-archive .post-list-item a:hover .img{
  transform: scale(1.1);
}
#insight-archive .post-list-item .txt{
  width: calc(100% - 350px);
	height: 100%;
	min-height: 160px;
	padding-bottom: 40px;
	box-sizing: border-box;
	position: relative;
}
#insight-archive .post-list-item .txt a:hover{
  opacity: 0.7;
}
#insight-archive .post-list-item h3{
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
#insight-archive .post-list-item .post-cat{
  line-height: 1;
}
#insight-archive .post-list-item .post-cat a{
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  color: #fff;
  background: #217CA3;
  line-height: 1;
  padding: 0.15em 0.8em;
  border-radius: 0.7em;
  margin: 0 0.5em 0.7em 0;
}
#insight-archive .post-list-item .post-tag{
  font-size: 13px;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#insight-archive .post-list-item .post-tag a{
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: inherit;
  color: #666666;
  transition: .3s all ease;
}
#insight-archive .post-list-item .post-tag a:hover{
  color: #217CA3;
}
#insight-archive .post-list-item .post-tag a:before{
  content: "#"
}
#insight-archive .post-list-item .post-info{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
}
#insight-archive .post-list-item .author{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
	width: calc(100% - 100px);
}
#insight-archive .post-list-item .author-photo{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 7px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#insight-archive .post-list-item .author-photo .photo{
  width: 35px;
  height: 35px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0 3px 0 0;
}
#insight-archive .post-list-item .author-photo .photo img{
  width: 130%;
  height: 130%;
  margin-top: -5%;
  margin-left: -15%;
}
#insight-archive .post-list-item .author-photo .photo.bnv img{
  width: 100%;
  height: 100%;
  margin: 0;
}
#insight-archive .post-list-item .author-name{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #217CA3;
  line-height: 1.3;
	font-weight: 500;
	font-family: futura-pt, sans-serif;
	letter-spacing: 0.01em;
	margin-bottom: 7px;
}
#insight-archive .post-list-item .author-name .name:after{
  content: ", ";
}
#insight-archive .post-list-item .author-name .name:last-child:after{
  content: "";
  display: none;
}
#insight-archive .post-list-item .post-date{
  font-family: futura-pt, sans-serif;
  line-height: 1.3;
	text-align: right;
	min-width: 100px;
	margin-bottom: 7px;
	margin-left: auto;
}
#insight-archive .post-list-item .post-date:before{
  content: "";
  background: url(/wp/common/img/icon-time.png) no-repeat center;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
.insight_search_box{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.insight_search_box input[type="text"]{
  border: 1px solid #ccc;
  padding: 0.2em 30px 0.2em 1em;;
  border-radius: 0.85em;
  line-height: 1.3;
  max-width: 240px;
	width: 100%;
	box-sizing: border-box;
  background: url(/wp/common/img/icon_search.svg) no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
}
#insight-archive .archive_heading{
	padding: 2em 1em;
	background: #fafafa;
	text-align: center;
	margin-bottom: 0.5em;
}
#insight-archive .archive_heading h2{
  font-size: 18px;
  letter-spacing: 0.05em;
	font-weight: normal;
	font-family: futura-pt, sans-serif;
}
#insight-archive .text_link{
  color: #217CA3;
  text-decoration: underline;
}
#insight-archive .link_back{
	font-size: 13px;
}
#insight-archive .page-navi{
  display: none;
}
#insight-archive #more-button{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  height: 50px;
  background: #fff;
  outline: none;
  border: 1px solid #217CA3;
  border-radius: 25px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  background-color: #217CA3;
  color: #fff;
  margin: 0 auto 50px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  overflow: hidden;
	position: relative;
	transition: 0.5s;
}
#insight-archive #more-button:hover{
	box-shadow: 0px 0px 10px rgba(0,25,47,0.2);
	opacity: 1;
}
#insight-archive #more-button span{
	position: relative;
	z-index: 99;
	transition: 0.5s;
}
#insight-archive #more-button:hover span{
	color: #217CA3;
}
#insight-archive #more-button:before{
	content: '';
	position: absolute;
	display: block;
	width: 750%;
	height: 1500%;
	top:-250%;
	background: rgba(255,255,255,1);
	z-index: 1;
	transform: translateX(-200%) rotate(-25deg);
	transition: 0.5s ease-out;
}
#insight-archive #more-button:hover:before{
	transform: translateX(-40%) rotate(-25deg);
}
#insight-archive .scroller-status{
  display: none;
  margin-top: 40px;
}
#insight-archive .infinite-scroll-request{
  animation: scroll-request 1.1s infinite linear;
  border: 4px solid #cccccc;
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 24px;
  margin: auto;
  width: 24px;
}
@keyframes scroll-request{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#insight-archive .infinite-scroll-last,
#insight-archive .infinite-scroll-error{
  color: #757575;
  text-align: center;
  font-family: futura-pt, sans-serif;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px){
#insight-archive .post-list-item .img-wrapper{
	width: 240px;
	height: 120px;
}
#insight-archive .post-list-item .txt{
	width: calc(100% - 260px);
	min-height: inherit;
	padding-bottom: 0;
}
#insight-archive .post-list-item .post-info{
	position: relative;
	left: auto;
	bottom: auto;
}
}
@media screen and (max-width: 768px){
#insight-archive .post-list-item .img-wrapper{
	width: 200px;
	height: 100px;
}
#insight-archive .post-list-item .txt{
	width: calc(100% - 220px);
}
#insight-archive .post-list-item .author{
	flex-wrap: wrap;
}
}
@media screen and (max-width: 600px){
#insight-archive .post-list-item .img-link{
	width: 100%;
}
#insight-archive .post-list-item .txt{
	width: 100%;
	margin-top: 15px;
}
#insight-archive .post-list-item .img-wrapper{
	width: 100%;
	height: 45vw;
}
}
@media screen and (max-width: 415px){
#insight-archive .insight-cat-list .item{
	font-size: 12px;
}
#insight-archive .archive_heading h2{
	font-size: 16px;
	letter-spacing: 0;
}
#insight-archive .post-list-item h3{
	font-size: 1.05rem;
}
#insight-archive .post-list-item .post-info{
	display: block;
}
#insight-archive .post-list-item .post-date{
	margin-bottom: 0;
}
}

#insight-single a{
	text-decoration: none;
}
#insight-single .wrap,
#insight-archive .wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% - 50px);
	max-width: 1100px;
	margin: 80px auto 0;
	padding: 0 0 0 50px;
}
#insight-single .wrap{
	margin-top: 160px;
}

#insight-single .wrap{
	margin-top: 160px;
}

#insight-single .wrap .intro,
#insight-archive .wrap .intro{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 80px;
}
#insight-single .wrap .intro .txt,
#insight-archive .wrap .intro .txt{
	font-size: 18px;
	font-weight: 500;
}
#insight-single .wrap .main-content,
#insight-archive .wrap .main-content{
	width: calc(100% - 290px);
	margin: 0;
	position: relative;
}
#insight-single .wrap .sidebar,
#insight-archive .wrap .sidebar{
	width: 280px;
	padding: 0 15px 50px;
	box-sizing: border-box;
}
#insight-single .wrap .sidebar *,
#insight-archive .wrap .sidebar *{
	box-sizing: border-box;
}
body#insight{
	overflow: visible;
}
#insight-single .wrap .sidebar .container,
#insight-archive .wrap .sidebar .container{
	/* position: -webkit-sticky;
	position: sticky; */
	top: 140px;
	overflow-y: visible;
}
#insight-single .wrap .sidebar .txt-bnr-area li,
#insight-archive .wrap .sidebar .txt-bnr-area li,
.news-single .news-wrap .sidebar .txt-bnr-area li{
	margin-bottom: 15px;
	margin-top: 20px;
}
@media screen and (max-width: 1100px){
#insight-single .wrap .sidebar .txt-bnr-area,
#insight-archive .wrap .sidebar .txt-bnr-area,
.news-single .news-wrap .sidebar .txt-bnr-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#insight-single .wrap .sidebar .txt-bnr-area li,
#insight-archive .wrap .sidebar .txt-bnr-area li,
.news-single .news-wrap .sidebar .txt-bnr-area li{
	width: calc((100% - 15px) / 2);
}
#insight-single .wrap .intro,
#insight-archive .wrap .intro{
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto 40px;
}
#insight-single .wrap .intro .txt,
#insight-archive .wrap .intro .txt{
	font-size: 15px;
}
}
@media screen and (max-width: 480px){
#insight-single .wrap .sidebar .txt-bnr-area li,
#insight-archive .wrap .sidebar .txt-bnr-area li,
.news-single .news-wrap .sidebar .txt-bnr-area li{
	width: 100%;
	margin-top: 10px;
}
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr{
	display: block;
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	font-weight: bold;
	padding: 0.8em 1.6em 0.8em 0.8em;
	background: rgba(220,235,241,1);
	color: #000;
	position: relative;
	transition: .4s all ease;
	border-bottom: 2px solid rgba(73,150,182,1);
	position: relative;
}
@media screen and (max-width: 1100px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr{
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1.8vw;
}
}
@media screen and (max-width: 767px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr{
	font-size: 2vw;
}
}
@media screen and (max-width: 480px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr{
	font-size: 3.8vw;
}
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr:hover,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr:hover,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr:hover{
	opacity: 0.8;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr:after,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr:after,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: 2px solid rgba(73,150,182,1);
	border-bottom: 2px solid rgba(73,150,182,1);
	position: absolute;
	right: 10px;
	top: calc(50% - 3.5px);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1100px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr:after,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr:after,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr:after{
	width: 1vw;
	height: 1vw;
	border-right: 0.3vw solid rgba(73,150,182,1);
	border-bottom: 0.3vw solid rgba(73,150,182,1);
	right: 1.5vw;
	top: calc(50% - 0.70vw);
}
}
@media screen and (max-width: 767px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr:after,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr:after,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr:after{
	width: 1.2vw;
	height: 1.2vw;
	border-right: 0.4vw solid rgba(73,150,182,1);
	border-bottom: 0.4vw solid rgba(73,150,182,1);
	top: calc(50% - 0.84vw);
}
}
@media screen and (max-width: 480px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr:after,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr:after,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr:after{
	width: 2.2vw;
	height: 2.2vw;
	border-right: 2px solid rgba(73,150,182,1);
	border-bottom: 2px solid rgba(73,150,182,1);
	right: 3vw;
	top: calc(50% - 1.55vw);
}
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .ttl,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .ttl,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .ttl{
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: -0.7em;
	left: 0;
	line-height: 1;
	width: 100%;
	font-family: futura-pt, sans-serif!important;
}
@media screen and (max-width: 1100px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .ttl,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .ttl,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .ttl{
	font-size: 2.2vw;
}
}
@media screen and (max-width: 767px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .ttl,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .ttl,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .ttl{
	font-size: 2.8vw;
}
}
@media screen and (max-width: 480px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .ttl,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .ttl,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .ttl{
	font-size: 5.2vw;
}
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .line{
	display: block;
	background: rgba(73,150,182,1);
	height: 2px;
	width: calc((100% - 170px) / 2);
	position: absolute;
	top: -2px;
}
@media screen and (max-width: 1100px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .line{
	width: calc((100% - 25vw) / 2);
}
}
@media screen and (max-width: 767px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .line{
	width: calc((100% - 30vw) / 2);
}
}
@media screen and (max-width: 480px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .line{
	width: calc((100% - 56vw) / 2);
}
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .left-line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .left-line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .left-line{
	left: 0;
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr .right-line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr .right-line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr .right-line{
	right: 0;
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr01 .ttl,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr01 .ttl,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr01 .ttl{
	color: rgba(73,150,182,1);
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02{
	background: rgba(245,245,245,1);
	border-bottom: 2px solid rgba(150,150,150,1);
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02:after,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02:after,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02:after{
	border-color: rgba(150,150,150,1)!important;
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .ttl,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .ttl,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .ttl{
	color: rgba(150,150,150,1);
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .line{
	background: rgba(150,150,150,1);
	width: calc((100% - 150px) / 2);
}
@media screen and (max-width: 1100px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .line{
	width: calc((100% - 22vw) / 2);
}
}
@media screen and (max-width: 767px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .line{
	width: calc((100% - 26vw) / 2);
}
}
@media screen and (max-width: 480px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .line,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .line,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .line{
	width: calc((100% - 50vw) / 2);
}
}
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .large,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .large,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .large{
	font-size: 15px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .large,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .large,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .large{
	font-size: 2.4vw;
}
}
@media screen and (max-width: 767px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .large,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .large,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .large{
	font-size: 3vw;
}
}
@media screen and (max-width: 480px){
#insight-single .wrap .sidebar .txt-bnr-area .txt-bnr02 .large,
#insight-archive .wrap .sidebar .txt-bnr-area .txt-bnr02 .large,
.news-single .news-wrap .sidebar .txt-bnr-area .txt-bnr02 .large{
	font-size: 5.5vw;
}
}

#insight-single .wrap .sidebar .bnr-area,
#insight-archive .wrap .sidebar .bnr-area{
	margin-top: 40px;
}
#insight-single .wrap .sidebar .bnr-area img,
#insight-archive .wrap .sidebar .bnr-area img{
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}
#insight-single .wrap .sidebar .bnr-area a:hover,
#insight-archive .wrap .sidebar .bnr-area a:hover{
	opacity: 0.7;
}
#insight-single .wrap .sidebar .bnr-area .sp,
#insight-archive .wrap .sidebar .bnr-area .sp{
	display: none;
}
#insight-single .sidebar .insight_search_box,
#insight-archive .sidebar .insight_search_box{
	justify-content: center;
}
#insight-single .sidebar .insight_search_box form,
#insight-archive .sidebar .insight_search_box form{
	width: 100%;
	text-align: right;
}
#insight-single .sidebar .insight_search_box input[type="text"],
#insight-archive .sidebar .insight_search_box input[type="text"]{
	max-width: 250px;
	width: 100%;
	text-align: left;
}
#insight-single .sidebar a,
#insight-archive .sidebar a{
	color: inherit;
	text-decoration: none;
	opacity: 1;
	transition: .3s ease all;
}
#insight-single .sidebar a:hover,
#insight-archive .sidebar a:hover{
	color: #217CA3;
}
#insight-single .sidebar-ttl,
#insight-archive .sidebar-ttl{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	font-family: futura-pt, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 2em 0 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid rgba(33,124,163,1);
}
#insight-single .popular-insight-list,
#insight-archive .popular-insight-list{
	margin-bottom: 30px;
}
#insight-single .popular-insight-list-item,
#insight-archive .popular-insight-list-item{
	line-height: 1.5;
	font-size: 13px;
	padding: 0.5em 0.5em 0.5em 35px;
	border-bottom: 1px solid #eee;
	list-style: none;
	position: relative;
	box-sizing: border-box;
}
#insight-single .popular-insight-list-item .rank,
#insight-archive .popular-insight-list-item .rank{
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: #217CA3;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
}
/** #insight-single .popular-insight-list-item:first-child .rank{
	background: #FFDA33;
}
#insight-single .popular-insight-list-item:nth-child(2) .rank{
	background: #DBDBDB;
}
#insight-single .popular-insight-list-item:nth-child(3) .rank{
	background: #DDA979
} **/
#insight-single .sidebar .sns p,
#insight-archive .sidebar .sns p{
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 1em;
}
#insight-single .sidebar .sns-info-list,
#insight-archive .sidebar .sns-info-list{
	text-align: center;
}
#insight-single .sidebar .sns-info-list a,
#insight-archive .sidebar .sns-info-list a{
	display: inline-block;
	margin: 0 10px;
	transition: .3s all ease;
}
#insight-single .sidebar .sns-info-list a:hover,
#insight-archive .sidebar .sns-info-list a:hover{
	opacity: 0.7;
}
#insight-single .sidebar .sns-info-list img,
#insight-archive .sidebar .sns-info-list img{
	height: 25px;
	width: auto;
	vertical-align: middle;
}
#insight-single .sidebar .sns-info-list a.twitter img,
#insight-archive .sidebar .sns-info-list a.twitter img{
	height: 23px;
}
#insight-single .sidebar .newsletter,
#insight-archive .sidebar .newsletter{
	padding: 15px;
	background: #404040;
	text-align: center;
	color: #fff;
}
#insight-single .sidebar .newsletter h3,
#insight-archive .sidebar .newsletter h3{
	font-family: futura-pt, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
#insight-single .sidebar .newsletter p,
#insight-archive .sidebar .newsletter p{
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 1em;
}
#insight-single .sidebar .newsletter img,
#insight-archive .sidebar .newsletter img{
	width: 40px;
	height: auto;
}
#insight-single .sidebar .newsletter .btn,
#insight-archive .sidebar .newsletter .btn{
	display: block;
	color: #fff;
	background: #217CA3;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 1em 1em;
	width: 150px;
	font-weight: bold;
	margin: 10px auto 0;
	letter-spacing: 0.05em;
}
#insight-single .sidebar .newsletter .btn:hover,
#insight-archive .sidebar .newsletter .btn:hover{
	opacity: 0.7;
}
#insight-single .thumbnail{
	padding: 0;
	margin: 0;
}
#insight-single .thumbnail img{
	width: 100%;
	height: auto;
}
#insight-single .post-ttl{
	margin: 1.5em 0 0.5em;
	font-size: 28px;
	line-height: 1.5;
	background: none;
	border: none;
	padding: 0;
}
#insight-single .post-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 15px 0 0;
}
#insight-single .post-info .left{
	margin: 0 20px 10px 0;
}
#insight-single .post-info .right{
	margin-bottom: 10px;
	margin-left: auto;
}
#insight-single .post-cat{
  line-height: 1;
	text-align: left;
}
#insight-single .post-cat a{
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  color: #fff;
  background: #217CA3;
  line-height: 1;
  padding: 0.15em 1.5em;
  border-radius: 0.7em;
  margin: 0 0.5em 0.3em 0;
}
#insight-single .post-date{
  font-family: futura-pt, sans-serif;
  line-height: 1.3;
	padding: 0;
	text-align: right;
}
#insight-single .post-date:before{
  content: "";
  background: url(/wp/common/img/icon-time.png) no-repeat center;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
#insight-single .post-tag{
  font-size: 13px;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#insight-single .post-tag a{
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: inherit;
  color: #666666;
  transition: .3s all ease;
}
#insight-single .post-tag a:hover{
  color: #217CA3;
}
#insight-single .post-tag a:before{
  content: "#"
}
#insight-single .author{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
#insight-single .author-photo{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#insight-single .author-photo .photo{
  width: 35px;
  height: 35px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0 3px 0 0;
}
#insight-single .author-photo .photo img{
  width: 130%;
  height: 130%;
  margin-top: -5%;
  margin-left: -15%;
}
#insight-single .author-photo .photo.bnv img{
  width: 100%;
  height: 100%;
  margin: 0;
}
#insight-single .author-name{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #217CA3;
  line-height: 1.3;
	font-weight: 500;
	font-family: futura-pt, sans-serif;
	letter-spacing: 0.01em;
}
#insight-single .author-name .name:after{
  content: ", ";
}
#insight-single .author-name .name:last-child:after{
  content: "";
  display: none;
}
#insight-single .post-contents{
	margin-top: 25px;
}
#insight-single .post-contents img{
	max-width: 100%;
	height: auto;
}
#insight-single .post-contents a{
	text-decoration: underline;
}
#insight-single .post-contents h5{
	font-weight: bold;
	font-size: 18px;
	margin: 1em 0;
}
#insight-single .post-contents li{
	font-size: 16px;
}
#insight-single .post-contents .more-btn,
.news-single .news-wrap .post-area .article-post.clearfix .more-btn{
	text-decoration: none;
}
#insight-single .post-contents .more-btn span,
.news-single .news-wrap .post-area .article-post.clearfix .more-btn span{
	color: #fff;
}
#insight-single .post-contents .more-btn:hover span,
.news-single .news-wrap .post-area .article-post.clearfix .more-btn:hover span{
	color: #217CA3;
}
#insight-single .post-contents .circle_number_list,
.news-single .news-wrap .post-area .article-post.clearfix .circle_number_list{
	padding: 0;
	list-style: none;
	margin-left: 0;
}
#insight-single .post-contents .circle_number_list li,
.news-single .news-wrap .post-area .article-post.clearfix .circle_number_list li{
	list-style: none;
	text-indent: -1.2em;
	padding-left: 1.2em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
#insight-single .post-contents .circle_number_list li .number,
.news-single .news-wrap .post-area .article-post.clearfix .circle_number_list li .number{
	margin-right: 0.2em;
}
#insight-single .sec-common{
	padding: 0 0 50px;
}
#insight-single .sec-ttl{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	font-family: futura-pt, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 2em 0 1.5em;
}
#insight-single .sec-ttl span{
	display: inline-block;
	padding: 0 0.5em 0.2em;
	border-bottom: 2px solid rgba(33,124,163,1);
}
#insight-single #news-archive .news-list{
	margin-top: 0;
}
#insight-single #news-archive .news-list li{
	width: 32%;
}
#insight-single #news-archive .news-list li .img{
	height: 140px;
}
#insight-single .related-posts-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#insight-single .related-posts-list li{
	width: 32%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 3em;
}
#insight-single .related-posts-list li .txt{
	padding: 10px;
}
#insight-single .related-posts-list li .txt-bottom {
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
#insight-single .related-posts-list li .img{
	height: 120px;
	overflow: hidden;
}
#insight-single .related-posts-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	transition: .3s all ease;
}
#insight-single .related-posts-list li img:hover{
	transform: scale(1.1);
}
#insight-single .related-posts-list li .ttl{
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
}
#insight-single .related-posts-list li a{
	color: #333333;
}
#insight-single .related-posts-list li a:hover .ttl{
	color: #217CA3;
}
#insight-single .related-posts-list li .post-cat{
	margin-top: 0.5em;
}
#insight-single .related-posts-list li .post-cat a{
	padding: 0.15em 0.5em;
	margin: 0 0.3em 0.3em 0;
	font-size: 0.85rem;
	color: #fff;
}
#insight-single .related-posts-list li .post-date{
	text-align: right;
}
#insight-single .related-posts-list li.dummy {
	border: none!important;
	padding: 0!important;
	margin: 0!important;
	min-height: 0!important;
	height: 0!important;
}
#insight-single .sec-profile{
	padding-bottom: 100px;
}
#insight-single .block-profile{
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 15px 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto 15px;
}
#insight-single .block-profile .photo{
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
#insight-single .block-profile .txt{
	width: calc(100% - 110px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#insight-single .block-profile .info{
	line-height: 1.5;
}
#insight-single .block-profile .name{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 20px;
}
#insight-single .block-profile .title{
	font-family: futura-pt, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
}
#insight-single .block-profile .sns{
	display: flex;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 10px;
}
#insight-single .block-profile .sns li{
	background: #000;
	width: 50px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #aaa;
	transition: .3s all ease;
}
#insight-single .block-profile .sns li:hover{
	opacity: 0.7;
}
#insight-single .block-profile .sns li:last-child{
	border: none;
}
#insight-single .block-profile .sns li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 1;
}
#insight-single .block-profile .sns li img{
	width: auto;
	height: 16px;
	vertical-align: middle;
}
#insight-single .sns-icons{
	width: 40px;
	position: absolute;
	left: -40px;
	top: 0;
	height: 100%;
}
#insight-single .sns-icons .sns-icons-wrapper{
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
}
#insight-single .sns-icons-sp{
	display: none;
}
#insight-single .addtoany_list a{
	margin-bottom: 10px;
}
#insight-single .main-content .post-area .article-post.clearfix p strong{
	/* background: linear-gradient(transparent 65%, #ff6 65%); */
	/* background: linear-gradient(transparent 65%, rgba(33,124,163,0.3) 65%); */
	background: linear-gradient(transparent 65%, rgba(43,172,227,0.35) 65%);
}
#insight-single .main-content .post-area .article-post.clearfix .block strong,
#insight-single .main-content .post-area .article-post.clearfix h1 strong,
#insight-single .main-content .post-area .article-post.clearfix h2 strong,
#insight-single .main-content .post-area .article-post.clearfix h3 strong,
#insight-single .main-content .post-area .article-post.clearfix h4 strong,
#insight-single .main-content .post-area .article-post.clearfix h5 strong,
#insight-single .main-content .post-area .article-post.clearfix a strong,
.news-single .news-wrap .post-area .article-post.clearfix .block strong,
.news-single .news-wrap .post-area .article-post.clearfix h1 strong,
.news-single .news-wrap .post-area .article-post.clearfix h2 strong,
.news-single .news-wrap .post-area .article-post.clearfix h3 strong,
.news-single .news-wrap .post-area .article-post.clearfix h4 strong,
.news-single .news-wrap .post-area .article-post.clearfix h5 strong,
.news-single .news-wrap .post-area .article-post.clearfix a strong{
	background: none;
}
#insight-single .main-content .post-area .article-post.clearfix strong.noline,
.news-single .news-wrap .post-area .article-post.clearfix strong.noline{
	background: none!important;
}
#insight-single .main-content .post-area .article-post.clearfix strong.line,
.news-single .news-wrap .post-area .article-post.clearfix strong.line{
	/* background: linear-gradient(transparent 65%, #ff6 65%)!important; */
	background: linear-gradient(transparent 65%, rgba(43,172,227,0.35) 65%)!important;
}
#insight-single .main-content .post-area .article-post.clearfix .speaker-name,
.news-single .news-wrap .post-area .article-post.clearfix .speaker-name{
	font-weight: bold;
	font-style: italic;
}
#insight-single .main-content .post-area .article-post.clearfix sub,
.news-single .news-wrap .post-area .article-post.clearfix sub{
	vertical-align: baseline;
}
@media screen and (max-width: 1100px){
#insight-single .wrap .main-content,
#insight-archive .wrap .main-content{
	width: 100%;
}
#insight-single .wrap .sidebar,
#insight-archive .wrap .sidebar{
	width: 100%;
	padding: 0 20px 50px;
}
#insight-single .sidebar .newsletter p br,
#insight-archive .sidebar .newsletter p br{
	display: none;
}
#insight-single .sidebar .sns p br,
#insight-archive .sidebar .sns p br{
	display: none;
}
#insight-single .related-posts-list li .img,
#insight-archive .related-posts-list li .img{
	height: 12vw;
}
#insight-single #news-archive .news-list li .img,
#insight-archive #news-archive .news-list li .img{
	height: 14vw;
}
#insight-single .sns-icons .sns-icons-wrapper,
#insight-archive .sns-icons .sns-icons-wrapper{
	top: 100px;
}
}
@media screen and (max-width: 768px){
body#insight{
	overflow-x: hidden;
}
#insight-single .wrap,
#insight-archive .wrap{
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
#insight-single .related-posts-list li{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0;
}
#insight-single .related-posts-list li .img{
	width: 40vw;
	height: 20vw;
}
#insight-single .related-posts-list li .txt-wrapper{
	width: calc(100% - 42vw);
	padding-bottom: 20px;
	position: relative;
}
#insight-single #news-archive .news-list li {
	width: 100%;
	padding-bottom: 0;
	min-height: inherit;
}
#insight-single .sns-icons{
	display: none;
}
#insight-single .sns-icons-sp{
	display: block;
	margin: 25px 0 15px;
}
#insight-single .sns-icons-sp .addtoany_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#insight-single .sns-icons-sp .addtoany_list a{
	/** width: 24%; */
	width: 32%;
	height: 24px;
	padding: 0
}
#insight-single .sns-icons-sp .addtoany_list a span{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#insight-single .sns-icons-sp .addtoany_list a span svg{
	height: 80%;
	width: auto;
}
#insight-single .post-contents{
	margin-top: 0;
}
#insight-single .wrap .sidebar .bnr-area .pc{
	display: none;
}
#insight-single .wrap .sidebar .bnr-area .sp{
	display: block;
}
}
@media screen and (max-width: 480px){
#insight-single .related-posts-list li .img-link{
	width: 100%;
}
#insight-single .related-posts-list li .img{
	width: 100%;
	height: 40vw;
}
#insight-single .related-posts-list li .txt-wrapper{
	width: 100%;
	padding-bottom: 35px;
}
}
@media screen and (max-width: 415px){
#insight-single .post-ttl{
	font-size: 24px;
}
#insight-single .block-profile{
	padding: 15px;
}
#insight-single .block-profile .photo{
	width: 75px;
	height: 75px;
}
#insight-single .block-profile .txt{
	width: calc(100% - 90px);
}
#insight-single .block-profile .sns li{
	height: 24px;
}
#insight-single .block-profile .sns li img{
	height: 13px;
}
}
body#insight .bottom-newsletter-info{
	display: none;
}

#insight-single .block .comment_wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
}
#insight-single .block .comment_wrapper .photo{
	width: 150px;
	text-align: center;
}
#insight-single .block .comment_wrapper .photo img{
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
}
#insight-single .block .comment_wrapper .txt{
	width: calc(100% - 175px);
}
#insight-single .block .comment_wrapper .name{
	font-weight: bold;
	margin-bottom: 0.3em;
	line-height: 1.3;
	font-family: futura-pt, sans-serif;
}
#insight-single .block .comment_wrapper .title{
	margin-bottom: 0;
	line-height: 1.3;
	font-size: smaller;
	font-family: futura-pt, sans-serif;
}
#insight-single .block .comment_wrapper .sns{
	display: flex;
	align-content: center;
	justify-content: center;
	margin: 15px 0 0;
}
#insight-single .block .comment_wrapper .sns li{
	list-style: none;
	margin: 0 7.5px;
}
#insight-single .block .comment_wrapper .sns a{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#insight-single .block .comment_wrapper .sns img{
	width: 100%;
	height: auto;
}
#insight-single .block .comment_wrapper .sns .mail a{
	background: #2b66ff;
	border-radius: 50%;
}
#insight-single .block .comment_wrapper .sns .mail a img{
	width: auto;
	height: 60%;
	border-radius: 0;
}
@media screen and (max-width: 768px){
#insight-single .block .comment_wrapper{
	padding: 10px 0;
}
#insight-single .block .comment_wrapper .photo{
	width: 100%;
	margin-bottom: 20px;
}
#insight-single .block .comment_wrapper .txt{
	width: 100%;
}
}


.btn-india-sp{
	display: none;
}
@media screen and (max-width: 1100px){
.btn-india-sp{
	display: block;
	margin-top: 30px;
}
.btn-india-sp a.more-btn{
	font-size: 17px;
	width: 150px;
}
}

/** Recruit page **/
#recruit_page h2{
	margin: 40px 0 25px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0.2em 0 0;
	background: none;
	border: none;
	border-bottom: 1px dashed rgba(33,124,163,0.7);
	letter-spacing: 0.05em;
}
#recruit_page h2:before{
	content: "●";
	color: rgba(33,124,163,0.7);
	margin-right: 0.2em;
}
#recruit_page .job_list{
  border: 3px double #dddddd;
  margin-left: 0;
  padding: 1em 1em 1em 2.5em;
  background: #fcfcfc;
}
#recruit_page .job_list a{
  text-decoration: none;
}

/** recruit page 2022.09 **/
#recruit_page .nowrap{
  display: inline-block;
}
#recruit_page section{
  margin-top: 40px;
}
#recruit_page .top_heading{
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  margin: 40px 0;
}
#recruit_page .top_heading .txt{
  background: linear-gradient(transparent 85%, rgba(33, 124, 163, 0.7) 85%);
  padding: 0 0.5em 0.2em 0.5em;
}
#recruit_page .mv{
  position: relative;
  margin-bottom: 40px;
}
#recruit_page .mv p:not([class]){
  display: none;
}
#recruit_page .mv .phrase{
  display: flex;
  width: 80%;
  height: 130px;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.85);
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 65px);
  left: 10%;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#recruit_page .mv .phrase .en{
  font-family: futura-pt, source-han-sans-japanese, sans-serif;
  font-size: 1.6em;
  margin-bottom: 0.2em;
  display: inline-block;
}
#recruit_page .lead_area{
  text-align: center;
}
#recruit_page .lead_area .txt{
  font-size: 1.1em;
}
#recruit_page .lead_area .txt:nth-child(2){
	margin-bottom: 0;
	padding-bottom: 0;
}
#recruit_page .lead_area p:not([class]){
	display: none;
}
#recruit_page .sec_ttl{
  /* text-align: center; */
	text-align: left;
  border: none;
  font-family: futura-pt, source-han-sans-japanese, sans-serif;
  font-size: 1.7em;
  margin-top: 0;
	border-bottom: solid 2px #efefef;
  position: relative;
	line-height: 1.3;
}
#recruit_page .sec_ttl:before{
  display: none;
}
#recruit_page .sec_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px rgba(33, 124, 163, 0.7);
  bottom: -2px;
  width: 30%;
}
#recruit_page .sec_ttl .txt{
  padding: 0 0.3em;
}
#recruit_page .top_message{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
#recruit_page .top_message p:not([class]){
  display: none;
}
#recruit_page .top_message .photo_wrapper{
	text-align: center;
	width: 100%;
}
#recruit_page .top_message .photo{
  width: 300px;
	margin-bottom: 10px;
}
#recruit_page .top_message .prof{
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
#recruit_page .top_message .txt{
  width: 100%;
  font-size: 1.1em;
}
#recruit_page .sec_mission .sec_txt,
#recruit_page .sec_vision .sec_txt{
  font-size: 1.1em;
}
#recruit_page .sec_slogan .sec_txt{
  font-size: 1.1em;
}
#recruit_page .sec_slogan .large{
  font-size: 1.1em;
}
#recruit_page .sec_txt:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
#recruit_page .sec_value{
  text-align: center;
}
#recruit_page .sec_value p:not([class]){
  display: none;
}
#recruit_page .sec_value .sec_txt{
	font-size: 1.1em;
}
#recruit_page .value_list_wrapper{
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: left;
}
#recruit_page .value_list{
  padding: 1em;
  margin-left: 0;
  list-style: disc;
  background: rgba(179, 215, 230, 0.3);
}
#recruit_page .value_list li{
  list-style: none;
  font-size: 1.1em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#recruit_page .value_list li:last-child{
  margin-bottom: 0;
}
#recruit_page .value_list li:before{
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  background: rgba(33,124,163,0.7);
  margin-right: 0.5em;
}
#recruit_page .sec_recruiting .job_list{
  margin: 0 auto;
	font-size: 1.1em;
}
#recruit_page .sec_recruiting .job_list li{
	line-height: 1.5;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
#recruit_page .top_heading{
  font-size: 1.4em;
}
#recruit_page .mv{
  width: calc(100% + 40px);
  margin-left: -20px;
}
#recruit_page .mv .phrase{
  width: 90%;
  height: 20vw;
  font-size: 4vw;
  top: calc(50% - 10vw);
  left: 5%;
}
#recruit_page .mv .phrase .en{
  font-size: 5.4vw;
}
#recruit_page .top_message{
  justify-content: center;
}
#recruit_page .top_message .photo{
  max-width: 200px;
  width: 60%;
}
#recruit_page .top_message .txt{
  width: 100%;
  font-size: 1.05em;
}
#recruit_page .sec_mission .sec_txt,
#recruit_page .sec_vision .sec_txt{
  font-size: 1.05em;
}
#recruit_page .sec_slogan .sec_txt{
  font-size: 1.05em;
}
#recruit_page .sec_slogan .large{
  font-size: 1.05em;
}
}
@media screen and (min-width: 481px) {
#recruit_page .sp{
  display: none!important;
}
}
@media screen and (max-width: 480px) {
#recruit_page .pc{
  display: none!important;
}
#recruit_page .sec_ttl{
	font-size: 1.4em;
}
#recruit_page .top_heading{
  font-size: 1.2em;
  margin: 30px 0;
}
#recruit_page .lead_area .txt{
  font-size: 1.05em;
}
#recruit_page .top_message .txt{
  font-size: 1em;
}
#recruit_page .sec_mission .sec_txt, 
#recruit_page .sec_vision .sec_txt{
  font-size: 1em;
}
#recruit_page .sec_slogan .sec_txt{
  text-align: left;
	font-size: 1em;
}
#recruit_page .sec_slogan .large{
  font-size: 1em;
}
#recruit_page .sec_value .sec_txt{
	font-size: 1em;
}
#recruit_page .value_list li{
	font-size: 1em;
}
#recruit_page .sec_recruiting .job_list{
	font-size: 1em;
}
}

#recruit_job_page .job_title{
	text-align: center;
	padding: 1em 0;
	font-size: 1.6em;
}
#recruit_job_page h2{
	margin: 40px 0 25px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0.2em 0 0;
	background: none;
	border: none;
	border-bottom: 1px dashed rgba(33,124,163,0.7);
	letter-spacing: 0.05em;
}
#recruit_job_page h2:before{
	content: "●";
	color: rgba(33,124,163,0.7);
	margin-right: 0.2em;
}
#recruit_job_page h3{
	border: none;
	font-size: 1.1em;
	padding: 0;
	margin-bottom: 0.5em;
}
#recruit_job_page .job_info_table{
	border: none;
	border-top: 1px solid rgba(33,124,163,0.7);
	margin-bottom: 50px;
}
#recruit_job_page .job_info_table th{
	vertical-align: top;
	color: rgba(33,124,163,1);
	background: rgba(33,124,163,0.05);
	border: none;
	border-bottom: 1px solid rgba(33,124,163,0.7);
	min-width: 10em;
	font-size: 1.05em;
	padding: 1em;
}
#recruit_job_page .job_info_table td{
	background: none;
	border: none;
	border-bottom: 1px solid rgba(33,124,163,0.7);
	padding: 1em;
}
#recruit_job_page .job_info_table dt{
	font-weight: bold;
}
#recruit_job_page .job_info_table p{
	font-size: inherit;
}
#recruit_job_page .more-btn{
	width: 330px;
	max-width: 90%;
	box-sizing: border-box;
	text-decoration: none;
}
#recruit_job_page .more-btn .txt{
	color: #fff;
	text-decoration: none;
}
#recruit_job_page .more-btn:hover .txt{
	color: rgba(33,124,163,1);
}
@media screen and (max-width: 768px){
#recruit_job_page .job_info_table tr{
	display: block;
}
#recruit_job_page .job_info_table th{
	display: block;
	border-bottom: none;
}
#recruit_job_page .job_info_table td{
	display: block;
}
}




#obihub{
	font-size: 15px;
	padding-bottom: 80px;
}
#obihub img{
  max-width: 100%;
  height: auto;
}
#obihub .main-content{
	padding-top: 40px;
}
#obihub section{
	padding: 40px 0;
}
#obihub .nowrap{
	display: inline-block;
	text-indent: 0;
	padding: 0;
}
#obihub .sp{
	display: none;
}
@media screen and (max-width: 768px) {
#obihub .sp{
	display: block;
}
#obihub .pc{
	display: none;
}
}
#obihub .section-ttl{
	text-align: center;
	display: block;
	line-height: 1.5;
	font-size: 1.8em;
	margin-bottom: 1.2em;
	font-family: source-han-sans-japanese, sans-serif;
}
@media screen and (max-width: 768px) {
#obihub .section-ttl{
	font-size: 1.35em;
}
}
@media screen and (max-width: 480px) {
#obihub .section-ttl{
	font-size: 1.2em;
}
}
#obihub .section-ttl .txt{
	color: rgba(0,25,47,1);
	border-bottom: 2px solid rgba(0,25,47,1);
}
#obihub .inner{
	width: 100%;
	max-width: 950px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
#obihub .application-btn{
	max-width: 270px;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
#obihub .application-btn{
	font-size: 16px;
}
}
#obihub .mv{
  height: 60vh;
  min-height: 500px;
  background: #000 url(/wp/img/obi-hub/mv.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
#obihub .mv{
	min-height: 300px;
}
}
#obihub .mv .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#obihub .mv .block{
	background: rgba(0,0,0,0.5);
	padding: 50px 15px;
	width: 100%;
}
@media screen and (max-width: 480px) {
#obihub .mv .block{
	padding: 30px 15px;
}
}
#obihub .mv .page-ttl{
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.3;
}
#obihub .mv .page-ttl .large{
	display: inline-block;
	font-weight: 600;
	font-size: 2.1em;
	line-height: 1;
	margin-top: 0.3em;
	border-bottom: 2px solid #fff;
	letter-spacing: 0.05em;
}
#obihub .mv .page-subttl{
	color: #fff;
	font-weight: normal;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.3;
	margin-top: 1em;
}
@media screen and (max-width: 768px) {
#obihub .mv .page-ttl{
	font-size: 1.4em;
}
#obihub .mv .page-subttl{
	font-size: 1.1em;
}
}
@media screen and (max-width: 480px) {
#obihub .mv .page-ttl{
	font-size: 1.2em;
}
#obihub .mv .page-subttl{
	font-size: 1em;
}
}
#obihub #sec-about .description{
	margin: 3em 0;
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
#obihub #sec-about .description{
	font-size: 1em;
}
}
#obihub #sec-about .figure{
	margin-top: 20px;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, #obihub #sec-about .figure{
  image-rendering: -webkit-optimize-contrast;
}
#obihub #sec-about .video-wrapper{
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto 40px;
}
#obihub #sec-about .video-wrapper:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
#obihub #sec-about .video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#obihub #sec-about .application-btn{
	margin: 50px auto 80px;
}
#obihub #sec-about .program dl{
	margin-bottom: 50px;
}
#obihub #sec-about .program dl:last-child{
	margin-bottom: 0;
}
#obihub #sec-about .program dt{
	color: rgba(0,25,47,1);
	font-size: 2em;
	font-style: italic;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	margin-bottom: 0.5em;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
#obihub #sec-about .program dt{
	font-size: 1.6em;
}
}
#obihub #sec-about .program dt .line{
	background:linear-gradient(transparent 70%, rgba(33,124,163,0.2) 0%);
}
#obihub #sec-about .program dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#obihub #sec-about .program dd p{
	display: none;
}
#obihub #sec-about .program dd img{
	width: 58%;
	order: 2;
}
#obihub #sec-about .program dd .txt{
	width: 38%;
	order: 1;
}
@media screen and (max-width: 768px) {
#obihub #sec-about .program dd img{
	width: 100%;
	margin: 10px 0 20px;
	order: 1!important;
}
#obihub #sec-about .program dd .txt{
	width: 100%;
	order: 2!important;
}
}
#obihub #sec-about .program dd ul{
	font-size: 1.1em;
}
@media screen and (max-width: 480px) {
#obihub #sec-about .program dd ul{
	font-size: 1em;
}
}
#obihub #sec-about .program dd li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
#obihub #sec-about .program dd li:before{
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.4em;
	border-left: 3px solid #217CA3;
	border-bottom: 3px solid #217CA3;
	transform: rotate(-45deg);
	margin-right: 0.5em;
	position: relative;
	bottom: 0.1em;
}
#obihub #sec-about .program dl:nth-child(2n) dt{
	text-align: right;
}
@media screen and (max-width: 768px) {
#obihub #sec-about .program dl:nth-child(2n) dt{
	text-align: left;
}
}
#obihub #sec-about .program dl:nth-child(2n) dd img{
	order: 1;
}
#obihub #sec-about .program dl:nth-child(2n) dd .txt{
	order: 2;
}
#obihub #sec-resource table{
	margin-top: 50px;
}
#obihub #sec-resource th{
	border-bottom: 2px solid #000;
	padding: 15px;
}
#obihub #sec-resource th:first-child{
	border-right: 2px solid #000;
}
#obihub #sec-resource td{
	border-bottom: 2px solid #000;
	padding: 15px;
}
#obihub #sec-resource thead th{
	text-align: center;
	position: relative;
}
#obihub #sec-resource thead th .icon img{
	width: 50px;
}
#obihub #sec-resource thead th p{
	font-weight: bold;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	line-height: 1.3;
	min-height: 2.6em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#obihub #sec-resource tbody th{
	width: 20%;
	padding: 25px 20px;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width: 767px) {
#obihub #sec-resource tbody th{
	width: 50%;
}
}
#obihub #sec-resource tbody th .name{
	font-family: Georgia, serif;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
#obihub #sec-resource tbody th .name{
	font-family: Georgia, serif;
	font-size: 24px;
}
}
#obihub #sec-resource tbody th .annotation{
	position: relative;
	top: -0.5em;
}
#obihub #sec-resource tbody td{
	width: 20%;
	padding: 25px 8px;
	vertical-align: top;
	position: relative;
}
#obihub #sec-resource thead th:after,
#obihub #sec-resource tbody td:after{
	content: "";
	display: block;
	background: #000;
	width: 1px;
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	right: 0;
}
#obihub #sec-resource thead th:first-child:after,
#obihub #sec-resource thead th:last-child:after,
#obihub #sec-resource tbody td:last-child:after{
	display: none;
}
#obihub #sec-resource tbody td ul{
	line-height: 1.3;
}
#obihub #sec-resource tbody td ul li{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin-bottom: 0.3em;
}
#obihub #sec-resource tbody td ul li:before{
	content: "・";
}
#obihub #sec-resource tbody td ul li .small{
	font-size: 0.85em;
	display: block;
	text-indent: -1em;
  padding-left: 1em;
	margin-top: 0.2em;
}
#obihub #sec-resource .logo{
	width: 100%;
}
@media screen and (max-width: 768px) {
#obihub #sec-resource .logo{
	max-width: 100px;
}
}
_:lang(x)::-internal-media-controls-overlay-cast-button, #obihub #sec-resource .logo{
  image-rendering: -webkit-optimize-contrast;
}
#obihub #sec-resource .table_sp tbody td{
	border-left: 2px solid #000;
	border-bottom: none;
}
@media screen and (max-width: 768px) {
#obihub #sec-resource .table_sp tbody td{
	font-size: 0.85em;
	padding: 25px 5px;
}
}
#obihub #sec-resource .table_sp tbody td:first-child{
	border-left: none;
}
#obihub #sec-resource .table_sp tbody td:after{
	width: calc(100% - 10px);
	height: 1px;
	bottom: 0;
	left: 5px;
	top: auto;
	right: auto;
}
#obihub #sec-resource .table_sp tbody td:last-child:after{
	display: block;
}
#obihub #sec-resource .table_sp tbody tr:last-child td{
	border-bottom: 2px solid #000;
}
#obihub #sec-resource .table_sp tbody tr:last-child td:after{
	display: none;
}
#obihub #sec-resource .table_sp tbody td h3{
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
#obihub #sec-resource .note{
	font-size: 0.8em;
	text-align: right;
	margin-top: 1em;
}
@media screen and (max-width: 768px) {
#obihub #sec-resource .note{
	text-align: left;
}
}
#obihub #sec-resource .note li{
	line-height: 1.3;
	margin-bottom: 0.2em;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
#obihub #sec-resource .note a{
	color: #217CA3;
	text-decoration: underline;
}
#obihub #sec-target{
	text-align: center;
}
#obihub #sec-target .target_list{
	text-align: left;
	display: inline-block;
}
#obihub #sec-target .target_list dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 1.2em;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
#obihub #sec-target .target_list dl{
	justify-content: center;
}
}
@media screen and (max-width: 480px) {
#obihub #sec-target .target_list dl{
	font-size: 1.05em;
}
}
#obihub #sec-target .target_list dt{
	color: #217CA3;
	line-height: 1.5;
	padding: 0.3em 1em;
	box-sizing: border-box;
	width: 8em;
	text-align: center;
}
@media screen and (max-width: 768px) {
#obihub #sec-target .target_list dt{
	width: 100%;
	display: inline-block;
	margin-bottom: 0.5em;
	padding: 0;
}
}
#obihub #sec-target .target_list dd{
	line-height: 1.5;
	padding: 0.3em 1em;
	box-sizing: border-box;
	border-left: 1px solid rgba(0,25,47,1);
	width: calc(100% - 8em);
}
@media screen and (max-width: 768px) {
#obihub #sec-target .target_list dd{
	width: auto;
	padding: 0;
	border: none;
}
}
#obihub #sec-flow{
	text-align: center;
}
#obihub #sec-flow .flow-list{
	display: inline-block;
	text-align: left;
}
#obihub #sec-flow .flow-list li{
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-indent: -2em;
	padding-left: 2em;
}
#obihub #sec-flow .flow-list li .number{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: rgba(33,124,163,0.7);
	color: #fff;
	margin-right: 0.5em;
	font-family: futura-pt, sans-serif;
	text-indent: 0;
}
#obihub #sec-flow .application-btn{
	margin-top: 40px;
}
#obihub #sec-faq .faq-list dl{
	padding: 0.8em 0;
	border-bottom: 1px dashed #cccccc;
}
#obihub #sec-faq .faq-list dt{
	color: rgba(33,124,163,1);
	padding-left: 1.5em;
	position: relative;
	line-height: 1.5;
	margin-bottom: 0.3em;
}
#obihub #sec-faq .faq-list dt:before{
	content: "Q. ";
	font-weight: bold;
	position: absolute;
	left: 0;
}
#obihub #sec-faq .faq-list dd{
	padding-left: 1.5em;
	position: relative;
	line-height: 1.5;
}
#obihub #sec-faq .faq-list dd:before{
	content: "A. ";
	font-weight: bold;
	position: absolute;
	left: 0;
}
#obihub #sec-contact{
	text-align: center;
}
#obihub #sec-contact .description{
	display: inline-block;
	text-align: left;
}
#obihub #sec-contact .more-btn{
	margin-top: 40px;
}

#obihub .bnr-popup{
	width: 250px;
	height: 150px;
	position: fixed;
	bottom: 0;
	right: 10px;
	bottom: -150px;
	background: rgba(0,25,47,0.75);
	transition: .3s all ease;
	box-shadow: 0 0 10px rgba(255,255,255,0.8);
	z-index: 99;
	font-size: 15px;
	padding: 1em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
}
body.scrolled #obihub .bnr-popup{
	bottom: 10px;
}
#obihub .bnr-popup p{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#obihub .bnr-popup .txt{
	line-height: 1.5;
	color: #fff;
}
#obihub .bnr-popup .btn{
	margin: 20px auto 0;
	display: block;
	background: #217CA3;
	padding: 1em;
	line-height: 1;
	font-size: 13px;
	max-width: 150px;
}
#obihub .bnr-popup .btn-close{
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}
#obihub .bnr-popup .btn-close .bar{
	width: 80%;
	height: 2px;
	background: #000;
	position: absolute;
	top: calc(50% - 1px);
	left: 10%;
}
#obihub .bnr-popup .btn-close .bar:first-child{
	transform: rotate(45deg);
}
#obihub .bnr-popup .btn-close .bar:last-child{
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
#obihub .bnr-popup{
	/* width: 200px; */
	height: 120px;
	bottom: -120px;
	font-size: 13.5px;
}
body.scrolled #obihub .bnr-popup{
	bottom: 10px;
}
#obihub .bnr-popup .btn{
	margin: 15px auto 0;
	font-size: 12.5;
	max-width: 130px;
}
#obihub .bnr-popup .btn-close{
	top: 3px;
	right: 3px;
	width: 14px;
	height: 14px;
}
}
@media screen and (max-width: 480px) {
#obihub .bnr-popup{
	width: 100%;
	height: auto;
	right: 0;
	bottom: -100px;
	font-size: 12px;
	padding-top: 18px;
}
body.scrolled #obihub .bnr-popup{
	bottom: 0;
}
#obihub .bnr-popup .btn{
	margin: 7px auto 0;
	font-size: 13px;
	max-width: 150px;
	padding: 13px;
}	
#obihub .bnr-popup .btn-close{
	right: 10px;
	top: 5px;
}
}
#obihub .disabled-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 10px 35px;
	background-color: #aaa;
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 600;
	overflow: hidden;
	position: relative;
	max-width: 270px;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
}
#obihub #sec-about .disabled-btn{
	margin: 50px auto 80px;
}
#obihub #sec-flow .disabled-btn{
	margin-top: 40px;
}
@media screen and (max-width: 480px){
#obihub .disabled-btn{
	font-size: 16px;
}
}


/** newsサイドバー **/
.news-single .news-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: 160px auto 0;
	padding: 0;
}
.news-single .news-wrap .post-area{
	width: calc(100% - 290px);
	margin: 0;
	position: relative;
}
body.news-single{
	overflow: visible;
}
.news-single .news-wrap .post-area h1.title{
	margin-top: 0;
}
.news-single .news-wrap .post-area .post-cnt-title{
	margin-top: 0;
}
.news-single .news-wrap .post-area img{
	max-width: 100%;
	height: auto;
}
.news-single .news-wrap .sidebar{
	width: 280px;
	padding: 0 15px 50px;
	box-sizing: border-box;
}
.news-single .news-wrap .sidebar *{
	box-sizing: border-box;
}
.news-single .news-wrap .sidebar .container{
	/* position: -webkit-sticky;
	position: sticky; */
	top: 140px;
	overflow-y: visible;
}
.news-single .news-wrap .sidebar .bnr-area{
	margin-top: 40px;
}
.news-single .news-wrap .sidebar .bnr-area img{
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}
.news-single .news-wrap .sidebar .bnr-area a:hover{
	opacity: 0.7;
}
.news-single .news-wrap .sidebar .bnr-area .sp{
	display: none;
}
.news-single .news-wrap .sidebar .insight_search_box{
	justify-content: center;
}
.news-single .news-wrap .sidebar .insight_search_box form{
	width: 100%;
	text-align: right;
}
.news-single .news-wrap .sidebar .insight_search_box input[type="text"]{
	max-width: 250px;
	width: 100%;
	text-align: left;
	font-weight: normal;
}
.news-single .news-wrap .sidebar a{
	color: inherit;
	text-decoration: none;
	opacity: 1;
	transition: .3s ease all;
}
.news-single .news-wrap .sidebar a:hover{
	color: #217CA3;
}
.news-single .news-wrap .sidebar-ttl{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	font-family: futura-pt, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 2em 0 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid rgba(33,124,163,1);
}
.news-single .news-wrap .sidebar .sns p{
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 1em;
}
.news-single .news-wrap .sidebar .sns-info-list{
	text-align: center;
}
.news-single .news-wrap .sidebar .sns-info-list a{
	display: inline-block;
	margin: 0 10px;
	transition: .3s all ease;
}
.news-single .news-wrap .sidebar .sns-info-list a:hover{
	opacity: 0.7;
}
.news-single .news-wrap .sidebar .sns-info-list img{
	height: 25px;
	width: auto;
	vertical-align: middle;
}
.news-single .news-wrap .sidebar .sns-info-list a.twitter img{
	height: 23px;
}
.news-single .news-wrap .sidebar .newsletter{
	padding: 15px;
	background: #404040;
	text-align: center;
	color: #fff;
}
.news-single .news-wrap .sidebar .newsletter h3{
	font-family: futura-pt, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-bottom: 0.5em;
}
.news-single .news-wrap .sidebar .newsletter p{
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 1em;
}
.news-single .news-wrap .sidebar .newsletter img{
	width: 40px;
	height: auto;
}
.news-single .news-wrap .sidebar .newsletter .btn{
	display: block;
	color: #fff;
	background: #217CA3;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 1em 1em;
	width: 150px;
	font-weight: bold;
	margin: 10px auto 0;
	letter-spacing: 0.05em;
}
.news-single .news-wrap .sidebar .newsletter .btn:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1100px){
.news-single .news-wrap .post-area{
	width: 100%;
}
.news-single .news-wrap .sidebar{
	width: 100%;
	padding: 0 20px 50px;
}
.news-single .news-wrap .sidebar .newsletter p br{
	display: none;
}
.news-single .news-wrap .sidebar .sns p br{
	display: none;
}
.news-single .news-wrap .related-posts-list li .img{
	height: 12vw;
}
.news-single .news-wrap #news-archive .news-list li .img{
	height: 14vw;
}
.news-single .news-wrap .sns-icons .sns-icons-wrapper{
	top: 100px;
}
}
@media(max-width:1000px){
.news-single .news-wrap{
	margin-top: 20px;
}
}
@media screen and (max-width: 768px){
body.news-single{
	overflow-x: hidden;
}
.news-single .news-wrap{
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
.news-single .news-wrap .sidebar .bnr-area .pc{
	display: none;
}
.news-single .news-wrap .sidebar .bnr-area .sp{
	display: block;
}
}


/** top insight **/
#home .insight2{
	padding-bottom: 100px;
	padding-top: 90px;
}
#home .insight2 .insight-list{
	display: none;
	margin-top: 60px;
	justify-content: space-between;
	flex-wrap: wrap;
}
#home .insight2 .insight-list.active{
	display: flex;
}
#home .insight2 .insight-list a{
	opacity: 1;
}
#home .insight2 .insight-list li{
	width: 23.5%;
	background: #fff;
	transition: .3s all ease;
	position: relative;
	padding-bottom: 5em;
	box-sizing: border-box;
	min-height: 330px;
}
#home .insight2 .insight-list li:hover{
	background: #daebf3;
}
#home .insight2 .insight-list li .img{
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#home .insight2 .insight-list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	transition: .3s all ease;
}
#home .insight2 .insight-list li .txt{
	color: #000;
	padding: 1em;
}
#home .insight2 .insight-list li h3{
	line-height: 1.5;
	font-weight: bold;
}
#home .insight2 .insight-list li .txt-bottom{
	color: #000;
	padding: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
#home .insight2 .insight-list li .insight-date{
	color: #bbbbbb;
	font-weight: bold;
	line-height: 1.5;
}
#home .insight2 .insight-list li .insight-category{
	font-weight: bold;
	display: inline-block;
	color: #fff;
	background: #217CA3;
	line-height: 1.1;
	padding: 0.2em 0.5em;
	font-size: 13px;
}
#home .insight2 a.more-btn{
	margin: 50px auto 0;
}
#home .insight2 .ttl-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home .insight2 .insight-category-list{
	margin-left: 2em;
}
#home .insight2 .insight-category-list li{
	display: inline-block;
	transition: .3s all ease;
	cursor: pointer;
}
#home .insight2 .insight-category-list li:after{
	content: "/";
	text-decoration: none;
	color: #fff;
	padding: 0 0.5em;
}
#home .insight2 .insight-category-list li span{
	color: #fff;
	font-size: 18px;
}
#home .insight2 .insight-category-list li.active span{
	font-weight: bold;
	text-decoration: underline;
}
#home .insight2 .insight-category-list li:hover span{
	opacity: 0.7;
}
#home .insight2 .insight-category-list li:last-child:after{
	display: none;
}
#home .insight2 .insight-list li.dummy{
	border: none!important;
	padding: 0!important;
	margin: 0!important;
	min-height: 0!important;
	height: 0!important;
}
@media screen and (max-width: 1100px) {
	#home .insight2 .insight-list li .img{
		height: 110px;
	}
}
@media screen and (max-width: 900px) {
	#home .insight2 .insight-list li{
		width: 48%;
		margin-bottom: 20px;
	}
	#home .insight2 .insight-list li .img{
		height: 22vw;
	}
}
@media screen and (max-width: 768px) {
	#home .insight2 .insight-list li{
		width: 100%;
		padding-bottom: 0;
		min-height: inherit;
	}
	#home .insight2 .insight-list li .img{
		display: none;
	}
	#home .insight2 .insight-list li .insight-date{
		display: inline-block;
		padding-right: 0.5em;
	}
	#home .insight2 .insight-list li .txt-bottom{
		position: relative;
		bottom: auto;
		left: auto;
		padding-top: 0;
	}
	#home .insight2 .ttl-wrapper{
		display: block;
	}
	#home .insight2 .insight-category-list{
		margin-left: 0;
		text-align: right;
	}
}
@media screen and (max-width: 415px) {
	#home .insight2 .insight-category-list li span{
		font-size: 13.5px;
	}
}

#home .insight2 .insight-list.slide{
	display: none;
	margin-top: 60px;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(100% + 24px);
	margin-left: -12px;
}
#home .insight2 .insight-list.slide.active{
	display: block;
}
#home .insight2 .insight-list.slide li{
	width: auto;
	height: auto!important;
	margin: 0 12px;
}
#home .insight2 .insight-list.slide .slick-track{
	display: flex;
}
#home .insight2 .insight-list.slide .slick-prev, 
#home .insight2 .insight-list.slide .slick-next{
	background: rgba(0,0,0,0.5);
	width: 40px;
	height: 40px;
	box-shadow: 0 0 5px rgba(255,255,255,1);
	z-index: 2;
}
#home .insight2 .insight-list.slide .slick-prev{
	left: -12px;
}
#home .insight2 .insight-list.slide .slick-next{
	right: -12px;
}
#home .insight2 .insight-list.slide .slick-prev.slick-disabled,
#home .insight2 .insight-list.slide .slick-next.slick-disabled{
	display: none!important;
}
@media screen and (max-width: 900px) {
	#home .insight2 .insight-list.slide .slick-prev{
		left: -3px;
	}
	#home .insight2 .insight-list.slide .slick-next{
		right: -3px;
	}
}
@media screen and (max-width: 768px) {
	#home .insight2 .insight-list.slide{
		margin-top: 30px;
	}
}

/** float banner **/
.float-bottom-bnr{
	position: fixed;
	right: 10px;
	bottom: -50px;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	background: rgba(255,255,255,0.95);
	padding: 12px 15px 12px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	cursor: pointer;
	opacity: 0;
	transition: .5s all ease;
	box-sizing: border-box;
}
@media screen and (max-width: 480px){
.float-bottom-bnr{
	width: calc(100% - 8px);
	right: 4px;
	bottom: -50px;
	padding: 12px 20px 12px 12px;
}
.float-bottom-bnr .pc{
	display: none;
}
}
body.scrolled .float-bottom-bnr{
	bottom: 10px;
	opacity: 1;
	z-index: 100;
}
@media screen and (max-width: 480px){
body.scrolled .float-bottom-bnr{
	bottom: 4px;
}
}
.float-bottom-bnr .btn-close{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.float-bottom-bnr .btn-close div{
	width: 80%;
	height: 2px;
	background: #333333;
	position: absolute;
	top: calc(50% - 1px);
	left: 10%;
}
.float-bottom-bnr .btn-close:hover{
	opacity: 0.8;
}
.float-bottom-bnr .btn-close div:first-child{
	transform: rotate(45deg);
}
.float-bottom-bnr .btn-close div:last-child{
	transform: rotate(-45deg);
}
.float-bottom-bnr p{
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
@media screen and (max-width: 480px){
.float-bottom-bnr p{
	font-size: 12.5px;
	line-height: 1.3;
}
}
@media screen and (max-width: 350px){
.float-bottom-bnr p{
	font-size: 11px;
	line-height: 1.3;
}
}
.float-bottom-bnr .btn-join{
	display: inline-block;
	text-align: center;
	padding: 0.8em 2.5em;
	background: #217CA3;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
}
@media screen and (max-width: 480px){
.float-bottom-bnr .btn-join{
	font-size: 11px;
}
}
.float-bottom-bnr .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.float-bottom-bnr .icon{
	width: 25px;
	height: 25px;
	background: rgba(33,124,163,0.6);
	border-radius: 12.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.5em;
}
@media screen and (max-width: 480px){
.float-bottom-bnr .icon{
	width: 21px;
	height: 21px;
	border-radius: 10.5px;
}
}
.float-bottom-bnr .icon:after{
	content: "";
	display: block;
	position: relative;
  left: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 9.5px;
	border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 480px){
.float-bottom-bnr .icon:after{
	border-width: 4.5px 0 4.5px 7.8px;
	left: 0;
}
}



/*** ------------------------------------------------------------------------------

#investment

-----------------------------------------------------------------------------  ***/
@media (min-width:1001px) {
	#investment header .header-content .nav-cnt.nav-cnt02 > li:nth-child(1) > .nav-list-inner a{
		position: relative;
	}
	#investment header .header-content .nav-cnt.nav-cnt02 > li:nth-child(1) > .nav-list-inner a:before{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom:12px;
	}
}


/*** ------------------------------------------------------------------------------

brave

-----------------------------------------------------------------------------  ***/

@media (min-width:1001px) {
	#brave header .header-content .nav-cnt.nav-cnt02 > li:nth-child(2) .parent > a{
		position: relative;
	}
	#brave header .header-content .nav-cnt.nav-cnt02 > li:nth-child(2) .parent > a:before{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom:12px;
	}
}


/*** ------------------------------------------------------------------------------

beyondbiolabtokyo

-----------------------------------------------------------------------------  ***/

@media (min-width:1001px) {
	#beyondbiolabtokyo header .header-content .nav-cnt.nav-cnt02 > li:nth-child(2) .parent > a{
		position: relative;
	}
	#beyondbiolabtokyo header .header-content .nav-cnt.nav-cnt02 > li:nth-child(2) .parent > a:before{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom:12px;
	}
}


/*** ------------------------------------------------------------------------------

career-support

-----------------------------------------------------------------------------  ***/

@media (min-width:1001px) {
	#career-support header .header-content .nav-cnt.nav-cnt02 > li:nth-child(3) .parent > a{
		position: relative;
	}
	#career-support header .header-content .nav-cnt.nav-cnt02 > li:nth-child(3) .parent > a:before{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom:12px;
	}
}