@charset "UTF-8";
.v-txt2 {
	position: absolute;
	left: -65px;
	top: 0px;
	writing-mode: vertical-rl;
	font-size: 30px;
	transform: rotate(0deg);
	white-space: nowrap;
	font-weight: 700;
	color: #083E96;
	z-index: 10;
	transition: all .4s;
}
.content-box.with-vtxt {
	width: calc(86% - 60px);
	max-width: 1020px;
	position: relative;
}
.about .ttl-bar ~ h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.8em;
	padding-bottom: 50px;
}
.about .ttl-bar ~ h2 span {
	color: #188DD6;
	font-size: 40px;
}
.narrow-content {
	width: 80%;
	margin: 0 auto;
	max-width: 800px;
	padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
	.v-txt2 {
		position: absolute;
		left: -40px;
		top: 0px;
		writing-mode: vertical-rl;
		font-size: 20px;
		transform: rotate(0deg);
		white-space: nowrap;
		font-weight: 700;
		color: #083E96;
		z-index: 10;
		transition: all .4s;
	}
	.content-box.with-vtxt {
		width: calc(86% - 20px);
		left: 10px;
		max-width: 1020px;
		position: relative;
	}
	.about .ttl-bar ~ h2 {
		font-size: min(5vw,20px);
		font-weight: 600;
		line-height: 1.6em;
		padding-bottom: 30px;
	}
	.about .ttl-bar ~ h2 span {
		color: #188DD6;
		font-size: min(5.5vw,23px);
	}
	.narrow-content {
		width: 100%;
		margin: 0 auto;
		max-width: 800px;
		padding: 40px 0 0;
	}
}


.tech .page-ttl {
	height: auto;
	padding-bottom: 80px;
	background: url("../img/about_img/about-tech-bg.png") no-repeat center center;
	background-size: cover;
}
.tech .intro-txt {
	position: relative;
	font-weight: 600;
	padding: 340px 0 0;
	text-align: center;
	font-size: 24px;
}
.inner-menu {
	width: 100%;
	padding: 20px 0;
	background: #F5F8F8;
	z-index: 10;
}
/*.inner-menu_fixed {
	position: fixed;
	top: 70px;
}*/
.inner-menu > p {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #B0C1CC;
	letter-spacing: 0.1em;
}
.inner-menu ul {
	width: 90%;
	margin: 10px auto 0;
	max-width: 680px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inner-menu ul li {
	width: 31.33%;
	margin: 0 1% 2%;
	box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
	position: relative;
	cursor: pointer;
}
.inner-menu ul li p {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	padding: 5px 0;
	background: #fff;
	text-decoration: none;
	text-align: center;
	color: #188DD6;
	font-weight: 500;
}
.inner-menu ul li p:before {
	width: 3px;
	height: 3px;
	border-right: solid 1px #188DD6;
	border-bottom: solid 1px #188DD6;
	right: 17px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}
.about .in-section {
	padding: 100px 0 0;
	position: relative;
}
.about .in-section:before {
	width: 25%;
	height: calc(100% - 100px);
	background: #F5F8F8;
	left: 0;
	top: 100px;
	z-index: -1;
}
.about .in-section:nth-of-type(n + 2):before {
	width: 25%;
	height: calc(100%);
	background: #F5F8F8;
	left: 0;
	top: 0;
	z-index: -1;
}
.about .in-section .insert-full {
	margin-top: 100px;
}
.tech .black-button {
	margin: 60px auto 0;
}
.tech .figure01 {
	margin: 40px auto 0;
}
.number-list01 {
	position: relative;
	margin: 40px auto 0;
}
.number-list01 li {
	margin-bottom: 20px;
	font-size: 18px;
	padding: 5px 0 0 70px;
	font-weight: 600;
	position: relative;
}
.number-list01 li span {
	width: 48px;
	height: 48px;
	background: linear-gradient(90deg, #188dd6 0%, #083e96 100%);
	color: #FFF;
	text-align: center;
	line-height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
.tech .sp-site {
	padding: 50px 0;
}
.tech .sp-site > p {
	text-align: center;
	padding: 0 0 20px;
	font-weight: 600;
}
.tech .sp-site .bnr {
	width: 80%;
	margin: 0 auto;
	max-width: 540px;
	position: relative;
}
.tech .insert02 {
	margin-bottom: 40px;
}
.tech .insert02 .note {
	font-size: 12px;
	color: #188DD6;
}
.tech .blue-bar.last {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.tech .page-ttl {
		height: auto;
		padding-bottom: 40px;
		background: url("../img/about_img/about-tech-bg.png") no-repeat center center;
		background-size: cover;
	}
	.tech .intro-txt {
		position: relative;
		font-weight: 600;
		padding: 190px 0 0;
		text-align: center;
		font-size: 18px;
	}
	.inner-menu {
		width: 100%;
		padding: 20px 0;
		background: #F5F8F8;
		z-index: 10;
	}
	.inner-menu > p {
		text-align: center;
		font-size: 12px;
		font-weight: 600;
		color: #B0C1CC;
		letter-spacing: 0.1em;
	}
	.inner-menu ul {
		width: 90%;
		margin: 10px auto 0;
		max-width: 280px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.inner-menu ul li {
		width: 100%;
		margin: 0 0% 2%;
		box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
		position: relative;
		cursor: pointer;
	}
	.inner-menu ul li p {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		padding: 5px 0;
		background: #fff;
		text-decoration: none;
		text-align: center;
		color: #188DD6;
		font-weight: 500;
	}
	.inner-menu ul li p:before {
		width: 3px;
		height: 3px;
		border-right: solid 1px #188DD6;
		border-bottom: solid 1px #188DD6;
		right: 17px;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
	}
	.about .in-section {
		padding: 60px 0 0;
		position: relative;
	}
	.about .in-section:before {
		width: 25%;
		height: calc(100% - 100px);
		background: #F5F8F8;
		left: 0;
		top: 100px;
		z-index: -1;
	}
	.about .in-section .insert-full {
		margin-top: 60px;
	}
	.tech .black-button {
		margin: 30px auto 0;
	}
	.tech .figure01 {
		margin: 30px auto 0;
	}
	.number-list01 {
		position: relative;
		margin: 40px auto 0;
	}
	.number-list01 li {
		margin-bottom: 20px;
		font-size: 14px;
		padding: 0px 0 0 40px;
		font-weight: 600;
		position: relative;
	}
	.number-list01 li span {
		width: 28px;
		height: 28px;
		background: linear-gradient(90deg, #188dd6 0%, #083e96 100%);
		color: #FFF;
		text-align: center;
		line-height: 28px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.tech .sp-site {
		padding: 30px 0 0;
	}
	.tech .sp-site > p {
		text-align: center;
		padding: 0 0 20px;
		font-weight: 600;
	}
	.tech .sp-site .bnr {
		width: 90%;
		margin: 0 auto;
		max-width: 540px;
		position: relative;
	}
	.tech .insert02 {
		margin-bottom: 20px;
	}
	.tech .insert02 .note {
		font-size: 12px;
		color: #188DD6;
	}
	.tech .blue-bar.last {
		margin-top: 40px;
	}
	
}
/* ////////////////////////////////  */


.links .intro-txt {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
}
.links .page-ttl ~ .content-box {
	padding: 50px 0 80px;
}
.more-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 103%;
	position: relative;
	left: -1.5%;
	margin: 30px auto 0;
}
.more-links li {
	width: 30.33%;
	margin: 0 1.5% 60px;
	position: relative;
}
.more-links li .bg {
	filter: drop-shadow(0px 0px 8px rgba(153, 177, 191, 0.32));
}
.more-links li .btn-txt .url-txt {
	font-size: 12px;
	color: #188DD6;
	font-weight: 400;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	.links .intro-txt {
	text-align: center;
		font-weight: 500;
		font-size: 16px;
	}
	.links .page-ttl ~ .content-box {
		padding: 0px 0 0px;
	}
	.more-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		max-width: 320px;
		position: relative;
		left: 0%;
		margin: 30px auto 0;
	}
	.more-links li {
		width: 100%;
		margin: 0 0% 30px;
		position: relative;
	}
	.more-links li .bg {
		filter: drop-shadow(0px 0px 8px rgba(153, 177, 191, 0.32));
	}
	.more-links li .btn-txt .url-txt {
		font-size: 12px;
		color: #188DD6;
		font-weight: 400;
		word-break: break-all;
	}
}

@media screen and (max-width: 480px) {
}






.field .page-ttl {
	height: auto;
}
.field .intro-txt {
	position: relative;
	font-weight: 600;
	padding: 340px 0 0;
	text-align: center;
	font-size: 24px;
}

.field .in-section:before{
	display: none;
}
.point-list {
	margin-bottom: 80px;
}
.point-list dt {
	position: relative;
	padding: 34px 0 0 150px;
	min-height: 120px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 32px;
	color: #083E96;
	line-height: 1.4em;
	box-sizing: border-box;
}
.point-list dt .num {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #F5F8F8;
	left: 0;
	top: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 22px 0 0;
	line-height: 1em;
}
.point-list dt p {
	background: linear-gradient(18deg, #188dd6 0%, #083e96 100%);
	font-size: 50px;
	line-height: 1em;
	font-weight: 600;
  -webkit-background-clip: text;
  color: transparent;
}
.point-list dt .num span {
	font-size: 11px;
	font-weight: 600;
	color: #083E96;
}
.point-list dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-list dd ul li {
	height: 330px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
}
.point-list dd ul.biz-list01 li {
	width: 23%;
}
.point-list dd ul.biz-list02 li {
	width: 31.33%;
}
.point-list dd ul li .txt-box {
	position: relative;
	height: 150px;
}
.point-list dd ul li .img-box {
	position: relative;
	height: 180px;
}
.point-list dd ul li .txt-box p {
	position: absolute;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	color: #188DD6;
	font-size: min(1.4vw,16px);
	font-weight: 500;
	line-height: 1.5em;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.point-list dd ul li .img-box img {
	object-fit: cover;
	height: 180px;
}
.field .figure01 {
	width: 80%;
	margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
	.field .page-ttl {
		height: auto;
	}
	.field .intro-txt {
		position: relative;
		font-weight: 600;
		padding: 200px 5% 0;
		text-align: center;
		font-size: min(3.4vw,16px);
	}
	.point-list {
		margin-bottom: 40px;
	}
	.point-list dt {
		position: relative;
		padding: 10px 0 0 0px;
		min-height: 120px;
		margin-bottom: 20px;
		font-weight: 600;
		font-size: 18px;
		text-align: center;
		color: #083E96;
		line-height: 1.4em;
		box-sizing: border-box;
	}
	.point-list dt .num {
		position: relative;
		width: 90px;
		height: 90px;
		border-radius: 50%;
		background: #F5F8F8;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		text-align: center;
		box-sizing: border-box;
		padding: 18px 0 0;
		margin-bottom: 15px;
		line-height: 1em;
	}
	.point-list dt p {
		background: linear-gradient(18deg, #188dd6 0%, #083e96 100%);
		font-size: 40px;
		line-height: 1em;
		font-weight: 600;
		-webkit-background-clip: text;
		color: transparent;
	}
	.point-list dt .num span {
		font-size: 11px;
		font-weight: 600;
		color: #083E96;
	}
	.point-list dd ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.point-list dd ul li {
		height: 300px;
		background: #fff;
		box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
		margin-bottom: 15px;
	}
	.point-list dd ul.biz-list01 li {
		width: 100%;
	}
	.point-list dd ul.biz-list02 li {
		width: 100%;
	}
	.point-list dd ul li .txt-box {
		position: relative;
		height: 120px;
	}
	.point-list dd ul li .img-box {
		position: relative;
		height: 180px;
	}
	.point-list dd ul li .txt-box p {
		position: absolute;
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		color: #188DD6;
		font-size: min(15px);
		font-weight: 500;
		line-height: 1.5em;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.point-list dd ul li .img-box img {
		object-fit: cover;
		height: 180px;
	}
	.field .figure01 {
		width: 100%;
		margin: 30px auto 30px;
	}
}









.aboutus .note {
	padding: 5px 0 0;
	font-size: 12px;
	color: #188DD6;
}
.aboutus .section02 .split .txt-box {
	width: 50%;
}
.aboutus .section02 .split .txt-box p span {
	color: #188DD6;
	font-weight: 500;
}
.aboutus .section02 .split .img-box{
	width: 45%;
}
.section03 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section03 dt {
	width: 45%;
	margin-bottom: 20px;
}
.section03 dd {
	width: 52%;
	margin-bottom: 20px;
	position: relative;
}
.section03 dd p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 600;
}
.section05 .cc {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 50px;
}
.innavations {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innavations li {
	width: 48%;
}
.section06 .figure01 {
	padding: 40px 0 0;
}
.section07 .ttl-bar span {
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
.section07 .mc {
	font-size: 56px;
	font-weight: 600;
	text-align: center;
}
.section07 .mc span {
	color: #188DD6;
	font-size: 64px;
}
.section07 .cc {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	padding: 50px 0;
}
.section08 {
	background: linear-gradient(90deg, #188dd6 0%, #083e96 100%);
	padding: 80px 0;
}
.section08 .ttl-bar span {
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
.section08 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 0;
}
.section08 ul li {
	background: #FFF;
	width: 32.83%;
	margin-bottom: 1%;
	text-align: center;
	padding: 20px 20px 10px;
	box-sizing: border-box;
}
.section08 ul li .ttl {
	font-weight: 600;
	font-weight: 18px;
}
.section08 ul li .data-txt {
	font-size: 40px;
	font-weight: 600;
	color: #188DD6;
}
.section08 ul li .data-txt span {
	font-size: 70px;
}
.white-box {
	width: 100%;
	max-width: 1240px;
	margin: 80px auto 0;
	background: #fff;
	filter: drop-shadow(0px 0px 8px rgba(153, 177, 191, 0.32));
	box-sizing: border-box;
	padding: 60px;
	position: relative;
}
.white-box .ttl-bar {
	position: absolute;
	left: 50%;
	top: -18px;
	transform: translateX(-50%);
}
.white-box .ttl-bar span {
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.aboutus .note {
		padding: 5px 0 0;
		font-size: 11px;
		color: #188DD6;
	}
	.aboutus .section02 .split .txt-box {
		width: 100%;
		padding-bottom: 20px;
	}
	.aboutus .section02 .split .txt-box p span {
		color: #188DD6;
		font-weight: 500;
	}
	.aboutus .section02 .split .img-box{
		width: 100%;
	}
	.section03 dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 400px;
		margin: 0 auto;
	}
	.section03 dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.section03 dd {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}
	.section03 dd p {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		font-weight: 600;
	}
	.section05 .cc {
		text-align: center;
		font-weight: 600;
		font-size: min(3.6vw,15px);
		padding-bottom: 50px;
	}
	.innavations {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 320px;
		margin: 0 auto;
	}
	.innavations li {
		width: 100%;
		padding-bottom: 10px;
	}
	.section06 .figure01 {
		padding: 30px 0 0;
	}
	.section07 .ttl-bar span {
		left: 50%;
		transform: translateX(-50%);
		position: relative;
	}
	.section07 .mc {
		font-size: 23px;
		font-weight: 600;
		text-align: center;
	}
	.section07 .mc span {
		color: #188DD6;
		font-size: 30px;
	}
	.section07 .cc {
		text-align: center;
		font-weight: 600;
		font-size: min(3.6vw,15px);
		padding: 30px 0;
	}
	.section08 {
		background: linear-gradient(90deg, #188dd6 0%, #083e96 100%);
		padding: 80px 0;
	}
	.section08 .ttl-bar span {
		left: 50%;
		transform: translateX(-50%);
		position: relative;
	}
	.section08 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 40px auto 0;
	}
	.section08 ul li {
		background: #FFF;
		width: 49.5%;
		margin-bottom: 1%;
		text-align: center;
		padding: 15px 15px 10px;
		box-sizing: border-box;
	}
	.section08 ul li .ttl {
		font-weight: 600;
		font-weight: 14px;
		line-height: 1.4em;
		min-height: 34px;
	}
	.section08 ul li .data-txt {
		font-size: 20px;
		font-weight: 600;
		color: #188DD6;
	}
	.section08 ul li .data-txt span {
		font-size: 30px;
	}
	.section08 ul li p:not([class]) {
		white-space: nowrap;
		font-size: 11px;
	}
	.white-box {
		width: 100%;
		max-width: 1240px;
		margin: 80px auto 0;
		background: #fff;
		filter: drop-shadow(0px 0px 8px rgba(153, 177, 191, 0.32));
		box-sizing: border-box;
		padding: 60px 15px 15px;
		position: relative;
	}
	.white-box .ttl-bar {
		position: absolute;
		left: 50%;
		top: -18px;
		transform: translateX(-50%);
	}
}