/* CSS Document */
.top-header-area {
	padding-top: 90px;
}
.top-header-area-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 475px;
}
.top-header-area-visual {
	width: 55%;
	background: url("../../image/mv_top.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.top-header-area-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45%;
	background: #ffd700;
}
.top-catch {
	width: 80%;
	padding-top: 100px;
}
.top-content-latest-news {
	padding: 50px 0;
	background: #47aadb;
	position: relative;
}
.top-content-latest-news:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 45%;
	height: 100px;
	background: #ffd700;
}
.latest-ttl {
	font-family: 'Sora', sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: .05em;
	color: #fff;
}
.news-block-outer.type-latest {
	width: 50%;
	margin-top: 15px;
}
.news-block-outer.type-latest .news-block-data {
	width: 100%;
}
.news-block-outer.type-latest .news-block {
	display: block;
}
.news-block-outer.type-latest .news-block:after {
	background: #fff;
}
.news-block-outer.type-latest a:hover .news-block:after {
	width: 100%;
}
.news-block-outer.type-latest .news-date {
	color: #fff;
	font-size: 18px;
	letter-spacing: .05em;
}
.news-block-outer.type-latest .news-category {
	padding-top: 4px;
}
.news-block-outer.type-latest .news-category > span {
	font-size: 13px;
	padding: 7px 10px;
	color: #47aadb;
	background: #fff;
}
.news-block-outer.type-latest .news-ttl {
	color: #fff;
	width: 100%;
}
.top-content-intro {
	padding: 100px 0;
	background: -webkit-gradient(linear, left top, right top, from(#091138), color-stop(75%, #091138), color-stop(75%, #f3f4f6), to(#f3f4f6));
	background: -webkit-linear-gradient(left, #091138 0%, #091138 75%, #f3f4f6 75%, #f3f4f6 100%);
	background: -o-linear-gradient(left, #091138 0%, #091138 75%, #f3f4f6 75%, #f3f4f6 100%);
	background: linear-gradient(to right, #091138 0%, #091138 75%, #f3f4f6 75%, #f3f4f6 100%);
	color: #fff;
	position: relative;
}
/* .top-content-intro:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 25%;
  height: 100px;
  background: #47aadb;
} */
/* .top-content-intro:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 25%;
  height: 100px;
  background: #ffd700;
} */
.top-content-inner {
	max-width: 1000px;
	margin: 0 auto;
}
.top-content-intro-ttl {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .25em;
}
.top-content-intro-txt {
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .25em;
	margin: 2em 0 0 50px;
}
.top-content-sdgs {
	padding: 150px 0 150px;
	background: -webkit-gradient(linear, left top, right top, from(#f3f4f6), color-stop(25%, #f3f4f6), color-stop(25%, #ffd700), to(#ffd700));
	background: -webkit-linear-gradient(left, #f3f4f6 0%, #f3f4f6 25%, #ffd700 25%, #ffd700 100%);
	background: -o-linear-gradient(left, #f3f4f6 0%, #f3f4f6 25%, #ffd700 25%, #ffd700 100%);
	background: linear-gradient(to right, #f3f4f6 0%, #f3f4f6 25%, #ffd700 25%, #ffd700 100%);
	position: relative;
}
.sdgs-content-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sdgs-content-img {
	width: 47%;
	padding-left: 40px;
}
.sdgs-content-img-01 {
	width: 100%;
}
.sdgs-content-info {
	width: 47%;
	text-align: right;
}
.sdgs-content-info .top-normal-txt {
	margin-top: 0;
	text-align: right;
}
.top-content-service {
	padding: 200px 0;
	background: #7dccf3;
	position: relative;
}
.top-content-service:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 75%;
	height: 100px;
	background: #ffd700;
}
.top-content-ttl-jpn {
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 1;
	letter-spacing: .15em;
	margin-bottom: .5em;
}
.top-content-ttl-eng {
	font-family: 'Sora', sans-serif;
	font-weight: 700;
	font-size: 60px;
	display: block;
	line-height: 1;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
.top-content-service .top-content-ttl-jpn, .top-content-service .top-content-ttl-eng {
	text-align: center;
}
.service-block-list.type-two-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 80px;
}
.service-block-list.type-two-column .service-block {
	width: 45%;
}
.service-block-list.type-two-column .service-block:first-child {
	padding-top: 120px;
}
.service-list.type-go {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.service-list.type-go .service-list-info, .service-list.type-go .service-list-img {
	width: 48%;
}
.top-normal-txt {
	font-weight: bold;
	letter-spacing: .15em;
	text-align: justify;
	line-height: 2;
	margin-top: 1.8em;
}
.top-content-news {
	padding: 150px 0 200px;
	background: #fff;
}
.top-content-news .top-content-ttl-jpn, .top-content-news .top-content-ttl-eng {
	text-align: center;
}
.news-block-outer {
	margin-top: 80px;
}
.news-block {
	border-bottom: none;
}
.news-block:after {
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	background: #091138;
	margin-top: 1em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.news-block-outer a:hover .news-block:after {
	width: 100%;
}
.news-block-outer + .normal-btn {
	margin-top: 80px;
}
.top-content-bnr {
	background: #091138;
}
.bnr-content-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.bnr-content-item {
	width: 25%;
	text-align: center;
	background: #fff;
}
.bnr-content-item a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.bnr-content-item a:hover {
	opacity: .5;
}
/* mv下バナー */
.top-bookBanner {
	max-width: 900px;
	margin: 60px auto 0;
	position: relative;
	z-index: 2;
	width: 94%;
}
.top-bookBanner img {
	transition: 0.3s;
}
.top-bookBanner a:hover img {
	opacity: 0.75;
}
@media screen and (max-width: 1050px) {
	.top-header-area {
		padding-top: 6.5%;
	}
	.top-header-area-outer {
		min-height: 500px;
	}
	.top-content-intro {
		padding: 12% 0;
	}
	.top-content-inner {
		width: 90%;
	}
	.top-content-service {
		padding: 25% 0;
	}
	.service-block-list.type-two-column {
		padding-top: 12%;
	}
	.service-block-list.type-two-column .service-block {
		width: 46.5%;
	}
	.service-block-list.type-two-column .service-block:first-child {
		padding-top: 10%;
	}
	.top-content-ttl-eng {
		font-size: 55px;
	}
	.top-content-sdgs {
		padding: 25% 0 15%;
	}
	.sdgs-content-info {
		width: 55%;
	}
	.sdgs-content-img {
		width: 40%;
	}
	.sdgs-content-img-01 {
		width: 100%;
		top: -30%;
	}
	.sdgs-content-img-02 {
		width: 100%;
		top: 50%;
	}
	.top-content-news {
		padding: 25% 0 20%;
	}
}
@media screen and (max-width: 1050px) and (max-width: 850px) {
	.top-header-area {
		padding-top: 67px;
	}
	.top-content-ttl-eng {
		font-size: 50px;
	}
}
@media screen and (max-width: 768px) {
	.top-header-area {
		background: #47aadb;
	}
	.top-header-area-list {
		display: block;
	}
	.top-header-area-visual {
		width: 100%;
		padding-top: 71.97%;
		position: relative;
	}
	.top-header-area-visual:after {
		content: "";
		position: absolute;
		left: 5%;
		bottom: 0;
		display: block;
		width: 90%;
		height: 12%;
		background: #ffd700;
	}
	.top-header-area-txt {
		width: 90%;
		padding: 10%;
		padding-top: 0;
		margin: 0 auto;
	}
	.top-catch {
		width: 100%;
		margin-right: 0;
		padding-top: 0;
	}
	.top-content-latest-news {
		padding: 15% 0;
	}
	.top-content-latest-news:before {
		content: none;
	}
	.latest-ttl {
		line-height: 1;
		text-align: center;
	}
	.news-block-outer.type-latest {
		width: 100%;
		margin-top: 3%;
		-webkit-transition: auto;
		-o-transition: auto;
		transition: auto;
	}
	.news-block-outer.type-latest .news-category {
		padding-top: 0;
	}
	.news-block-outer.type-latest .news-date {
		font-size: 13px;
		padding-top: 2px;
	}
	.news-block-outer.type-latest .news-category > span {
		font-size: 11px;
		padding: 5px 10px;
	}
	.news-block-outer.type-latest .news-ttl {
		font-size: 13px;
	}
	.top-content-intro {
		padding: 20% 0;
		background: #091138;
		text-align: center;
	}
	.top-content-intro:before, .top-content-intro:after {
		content: none;
	}
	.top-content-intro-ttl {
		font-size: 20px;
	}
	.top-content-intro-txt {
		font-size: 13px;
		letter-spacing: .15em;
		text-align: justify;
		margin: 2em 0 0 0;
	}
	.top-content-intro-txt br {
		display: none;
	}
	.top-content-sdgs {
		text-align: center;
		background: -webkit-gradient(linear, left top, right top, from(#f3f4f6), color-stop(35%, #f3f4f6), color-stop(35%, #ffd700), to(#ffd700));
		background: -webkit-linear-gradient(left, #f3f4f6 0%, #f3f4f6 35%, #ffd700 35%, #ffd700 100%);
		background: -o-linear-gradient(left, #f3f4f6 0%, #f3f4f6 35%, #ffd700 35%, #ffd700 100%);
		background: linear-gradient(to right, #f3f4f6 0%, #f3f4f6 35%, #ffd700 35%, #ffd700 100%);
		padding: 30% 0 15%;
	}
	.top-content-sdgs:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 35%;
		height: 70px;
		background: #091138;
	}
	.sdgs-content-list {
		display: block;
	}
	.sdgs-content-img {
		display: none;
	}
	.sdgs-content-info {
		width: 100%;
		text-align: center;
	}
	.sdgs-content-info .top-content-ttl-eng:after {
		content: "";
		display: block;
		width: 100%;
		background: url("../../image/img_sdgs.png") no-repeat;
		background-size: cover;
		padding-top: 71.66%;
		margin-top: 5%;
	}
	.sdgs-content-img-01 {
		width: 100%;
	}
	.sdgs-content-info .top-normal-txt {
		margin-top: 1.8em;
		text-align: left;
	}
	.sdgs-content-info .top-normal-txt br {
		display: none;
	}
	.top-content-service {
		padding: 30% 0 25%;
	}
	.top-content-service:before {
		height: 70px;
	}
	.top-content-ttl-jpn {
		font-size: 16px;
	}
	.top-content-ttl-eng {
		font-size: 45px;
	}
	.service-list.type-go .service-list-info, .service-list.type-go .service-list-img {
		width: 100%;
	}
	.service-list.type-go .service-list-info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-top: 1em;
	}
	.service-list.type-go .service-list-img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.top-normal-ttl {
		font-size: 20px;
		text-align: center;
	}
	.top-normal-txt {
		font-size: 12px;
	}
	.service-block-list.type-two-column .service-block {
		width: 100%;
	}
	.service-block-list.type-two-column {
		padding-top: 0;
	}
	.service-block-list.type-two-column .service-block:first-child, .service-block-list.type-two-column .service-block {
		padding-top: 15%;
	}
	.top-content-news {
		background: #fff;
		padding: 20% 0;
	}
	.top-content-ttl-eng + .news-block-outer {
		margin-top: 8%;
	}
	.news-block:after {
		width: 100%;
	}
	.news-block-outer + .normal-btn {
		margin-top: 10%;
	}
	.bnr-content-item {
		width: 100%;
	}
	/* mv下バナー */
	.top-bookBanner {
		margin-bottom: -52px;
	}
}
/* 20220329 TOP first view変更 */
.top-header-area-txt {
	padding-right: 5%;
	padding-left: 5%;
	flex-direction: column;
	background-image: url("../../image/bg_top-header-area.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.top-title {
	width: 100%;
	padding-top: 100px;
}
.top-catch {
	width: 100%;
	padding-top: 50px;
}
.top-lead {
	width: 100%;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
}
.top-content-latest-news {
	padding-bottom: 30px;
}
/* .top-content-intro:before {
	width: 60%;
	left: 0;
} */
/* .top-content-intro .top-content-inner {
	max-width: inherit;
} */
/* .top-intro-img {
	width: 90%;
	margin-top: 80px;
	margin-bottom: -200px;
	margin-left: -15%;
} */
/* .top-intro-movie {
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
} */
/* .top-intro-movie video {
	width: 100%;
	box-shadow: 20px 10px 10px rgba(0,0,0,0.7);
} */
@media screen and (max-width: 1050px) and (min-width: 768.2px) {
	/* .top-intro-img {
		margin-top: 40px;
		margin-bottom: -150px;
	} */
}
@media screen and (max-width: 768px) {
	.top-header-area-txt {
		background-image: url("../../image/bg_top-header-area_sp.png");
		background-position: center center;
	}
	.top-title {
		padding-top: 0;
	}
	.top-header-area-txt {
		padding-left: 10%;
		padding-right: 10%;
	}
	.top-lead {
		font-size: 18px;
	}
	/* .top-content-intro {
		display: none;
	} */
	.top-content-sdgs:before {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.top-content-latest-news {
		padding-bottom: 50px;
	}
	.top-lead {
		margin-top: 20px;
		font-size: 14px;
	}
}
/* 20220512 TOP R&D*/
.top-content-intro {
	padding-top: 0;
	background: linear-gradient(180deg, #f3f4f6 0%, #f3f4f6 10%, #091138 10%, #091138 100%);
}
.igo-ai-content-img {
	width: 70%;
	margin: 0 auto 5%;
}
.igo-ai-content-heading {
	text-align: center;
}
.igo-ai-content-text {
	width: 55%;
	margin: 0 auto;
}
.top-content-intro .normal-btn {
	margin: 35px auto 0;
}
.top-content-intro .normal-btn a {
	border: 2px solid #FFF;
	color: #FFF;
}
.top-content-intro .normal-btn a:before {
	background: #FFF;
}
.top-content-intro .normal-btn a:hover {
	color: #091138;
}
@media screen and (max-width: 768px) {
	.top-content-intro {
		background: #091138;
		padding-top: 20%;
	}
	.igo-ai-content-img {
		width: 100%;
	}
	.igo-ai-content-text {
		width: 100%;
	}
}
/* 20220517 TOP BUSINESS METHOD*/
.top-content-business-method {
	background: #f3f4f6;
	padding: 100px 0;
}
.top-content-business-method .br-sp {
	display: none;
}
.business-method-content-img {
	width: 70%;
	margin: 0 auto 5%;
}
.business-method-content-img-caption {
	width: 70%;
	margin: 0 auto 2%;
}
.business-method-content-img-caption .top-normal-txt {
	text-align: center;
	margin-top: 0px;
}
.business-method-content-img-caption .top-normal-txt:first-child {
	font-size: 28px;
}
.business-method-content-heading {
	text-align: center;
}
.business-method-content-text {
	width: 55%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top-content-business-method {
		padding-top: 20%;
	}
	.business-method-content-img {
		width: 100%;
		margin-bottom: 15%;
	}
	.business-method-content-img-caption {
		width: 100%;
	}
	.business-method-content-img-caption .top-normal-txt:first-child {
		font-size: 16px;
	}
	.business-method-content-text {
		width: 100%;
	}
}
/* 20220526 TOP フローティングバナー設置*/
.top-floating-banner-area {
	position: relative;
}
.top-floating-banner {
	visibility: hidden;
	width: 260px;
	height: auto;
	position: fixed;
	right: 0;
	text-align: right;
	z-index: 100;
}
.top-floating-banner.is-scroll {
	visibility: visible;
}
.top-floating-banner img:hover {
	opacity: 0.6;
}
.top-floating-banner.is-fixed {
	position: absolute;
}
/* 20220622 TOP フローティングバナー追加*/
.banner01 {
	bottom: 510px;
}
.banner01.is-fixed {
	bottom: 470px;
}
.banner02 {
	bottom: 370px;
}
.banner02.is-fixed {
	bottom: 310px;
}
.banner03 {
	bottom: 230px;
}
.banner03.is-fixed {
	bottom: 190px;
}
.banner99 {
	bottom: 100px;
}
.banner99.is-fixed {
	bottom: 40px;
}
.top-floating-banner.banner99 {
	width: 160px;
}
@media screen and (max-width: 768px) {
	.top-floating-banner {
		width: 120px;
	}
	.banner01 {
		bottom: 420px;
	}
	.banner01.is-fixed {
		bottom: 390px;
	}
	.banner02 {
		bottom: 295px;
	}
	.banner02.is-fixed {
		bottom: 245px;
	}
	.banner03 {
		bottom: 170px;
	}
	.banner03.is-fixed {
		bottom: 120px;
	}
	.banner99 {
		bottom: 90px;
	}
	.banner99.is-fixed {
		bottom: 40px;
	}
	.top-floating-banner.banner99 {
		width: 100px;
	}
}
/* 20230222 TOP TRIPLE MAGAZINE*/
.service-block.magazine-block {
	width: 45%;
	padding-top: 80px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.service-block.magazine-block {
		width: 100%;
		padding-top: 0;
		margin-top: 15%;
	}
}