@charset "UTF-8";
.robot {
    font-family: 'Roboto', sans-serif;
}
.lexend {
	font-family: "Lexend", sans-serif;
}
main {
	padding-bottom: 0;
	padding-top: 103px;
}
#a01, #a02, #a03 {
	margin-top: -100px;
	padding-top: 100px;
}
main .main__img {
	position: relative;
	overflow: hidden;
}
main .main__img h1 {
	position: absolute;
	bottom: max(-1.5vw,-19px);
	left: calc(50% + 0.1rem);
	transform: translateX(-50%);
	color: #FFF;
	text-align: center;
	font-size: min(9.8vw,126.5px);
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
main .main__img img {
	width: 100%;
}
main .navi__list {
	display: flex;
	flex-wrap: wrap;
}
main .navi__list li {
	width: 33.333%;
}
main .navi__list a {
	height: 100%;
	padding: 13px 10px 38px;
	display: block;
	text-align: center;
	color: #fff;
	background: #0062A3 url(../img/icon.png) no-repeat center bottom 6px;
	background-size: 14px auto;
}
main .navi__list-item a {
	background-color: #3DB1FF;
}
main .navi__list-item--2 a {
	background-color:#0071BC;
}
main .navi__list .en {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}
main .navi__list .jp {
	display: block;
	font-size: 14px;
}
main .content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1140px;
}
main .message {
	padding: 95px 0 110px;
}
.heading {
	text-align: center;
	margin-bottom: 10px;
}
.heading .en {
	display: block;
	line-height: 1;
	margin-bottom: -53px;
	color: rgba(230, 241, 248, 0.70);
	font-size: 110px;
	font-weight: 700;
}
.heading .jp {
	display: block;
	color: #0071BC;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}
.message__inner-photo {
	margin: 0 0 20px 20px;
	float: right;
	width: min(34.4vw,440px);
}
.message__inner-txt-box {
	padding-top: 55px;
}
.message__inner-txt-box p {
	margin-bottom: 22px;
	color: #000;
	font-weight: 400;
	line-height: 1.6875;
}
.message__inner-txt-box p:last-child {
	margin-bottom: 0;
}
.message__inner-txt-box .name {
	text-align: right;
	font-weight: 700;
}
.message__inner-txt-box .name__txt {
	display: block;
	margin-top: -8px;
}
.message__inner-txt-box .name__txt-big {
	font-size: 24px;
}
.company {
	padding: 115px 0 153px;
	position: relative;
	background-color: #134E8D;
}
.company::before {
	height: 3.8rem;
	background: url(../img/bg.png) repeat-x left top;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 0;
	right: 0;  
	content: ""; 
}
.company::after {
	height: 3.8rem;
	background: url(../img/bg02.png) repeat-x left bottom;
	background-size: 100% auto;
	position: absolute;  
	bottom: 0;
	left: 0;
	right: 0;  
	content: ""; 
}
.company .heading {
	margin-bottom: 85px;
}
.company .heading .en {
	color: rgba(32, 139, 240, 0.40);
}
.company .heading .jp {
	color: #fff;
}
.company__inner {
	margin-bottom: 46px;
	padding: 67px 0 43px;
	background: url(../img/photo03.jpg) no-repeat center;
	background-size: cover;
}
.company__inner-box {
	margin-bottom: 25px;
	display: inline-flex;
	padding: 30px 30px 30px 44px;
	justify-content: center;
	align-items: center;
	background: #FFF;
}
.company__inner-box p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.47; 
	letter-spacing: 1.8px;
}
.company__inner-txt {
	margin-left: 45px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35; 
}
.company__inner-txt-item {
	font-size: 24px;
	margin-left: 10px;
}
.company__txt {
	margin-bottom: 74px;
	color: #fff;
	font-weight: 700;
	line-height: 1.6875;
}
.company__white-box {
	margin: 0 auto 72px;
	background: #FFF;
	padding: 37px 48px 43px;
	max-width: 936px;
}
.company__white-box:last-child {
	margin-bottom: 0;
}
.company__ttl {
	margin-bottom: 19px;
	display: flex;
	align-items: center;
}
.company__ttl-item {
	min-height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 17px 0 -62px;
	min-width: 118px;
	text-align: center;
	background: #3DB1FF;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.company__ttl-item2 {
	color: #000;
	font-weight: 700;
}
.company__white-sub p {
	margin-bottom: 28px;
	color: #000;
	font-weight: 400;
	line-height: 1.6875;
}
.company__white-sub p:last-child {
	margin-bottom: 0;
}
.company__white-sub h3 {
	color: #0071BC;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #0062A3;
}
.company__white-sub {
	margin-bottom: 2px;
}
.company__white-p-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company__white-txt-img {
	max-width: 276px;
	margin: 8px 0 0 7px;
}
.company__white-p-box p {
	flex: 1;
	color: #000;
	font-weight: 400;
	line-height: 1.6875;
}
.company__img-box-photo {
	float: left;
	width: min(31.25vw,400px);
	margin: 0 25px 10px 0;
}
.foo__list {
	display: flex;
	gap: 0 1.6rem;
}
.foo__list li {
	width: 380px;
}
.scroll {
	margin-top: 125px;
}
.topic {
	padding: 158px 0 0;
}
.topic .heading {
	margin-bottom: 65px;
}
.topic__inner {
	max-width: 840px;
	margin: 0 auto;
	padding: 23px 0 58px;
	border-top: 1px solid #69BBF1;
}
.topic__inner h3 {
	margin-bottom: 30px;
	color: #0071BC;
	font-size: 28px;
	font-weight: 700;
	padding: 0 0 0px 57px;
	background: url(../img/img.png) no-repeat left top 5px;
	background-size: 36px auto;
}
.topic__inner p {
	margin-bottom: 25px;
	color: #000;
	font-weight: 400;
	line-height: 1.6875;
}
.topic__inner .topic__inner-ttl {
	line-height: 1.6;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 22px;
}
.topic__inner-sub .topic__inner-sub-ttl {
	margin-bottom: -4px;
	text-align: center;
	color: #0071BC;
	font-size: 24px;
	font-weight: 700;
}
.topic__inner-sub .topic__inner-sub-ttl small {
	display: block;
	font-size: 16px;
	margin-top: -2px;
}
.topic__inner-txt-img {
	margin: 0 auto;
	max-width: 548px;
}
.topic__inner-sub {
	margin-bottom: 63px;
}
.topic__eptember {
	margin-top: 34px;
	padding: 16px 20px 23px;
	background: #0071BC;
}
.topic__inner .topic__eptember-ttl {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.topic__inner .topic__eptember-list {
	padding: 0 30px;
	display: flex;
	justify-content: center;
}
.topic__inner .topic__eptember-list li {
	width: 33.33%;
	text-align: center;
	padding: 5px 0 13px;
}
.topic__inner .topic__eptember-list li:nth-child(3n - 1) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.topic__inner .topic__eptember-list-txt {
	margin-bottom: 0;
	color: #fff;
	font-weight: 700;
}
.topic__inner .topic__eptember-list-txt .big {
	font-size: min(6vw,60px);
	line-height: 1;
	margin-right: 5px;
	vertical-align: -2px;
}
.topic__inner .topic__eptember-list-item {
	min-width: 119px;
	display: block;
	width: fit-content;
	margin: 0 auto 10px;
	padding: 3px;
	text-align: center;
	background-color: #fff;
	border-radius: 100vmax;
	color: #0071BC;
	font-weight: 700;
}
.shareholders {
	margin-top: 33px;
	gap: 32px;
	display: flex;
	justify-content: center;
}
.shareholders li {
	padding: 12px 5px 23px;
	width: 256px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	background: var(--828282, #828282);
}
.shareholders li:after {
	width: 0;  
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #828282;
	position: absolute;  
	top: calc(50% + 4px);
	transform: translateY(-50%);
	right: -20px;  
	content: ""; 
}
.shareholders li:last-child::after {
	display: none;
}
.shareholders .item {
	background-color: #0071BC;
}
.shareholders .shareholders_box {
	width: 100%;
}
.topic__inner .shareholders p {
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.topic__inner .shareholders p .num {
	font-size: 40px;
	line-height: 1;
}
.topic__inner .shareholders p small {
	font-size: 16px;
	margin-top: -1px;
}
.topic__inner .shareholders p .shareholders__item {
	display: block;
}
.topic__inner .shareholders .shareholders__ttl {
	margin-bottom: 9px;
	font-size: 16px;
}
.topic__inner-photo {
	margin-top: -20px;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (min-width: 1080px) {
	main .navi__list a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 1079px) {
	main {
		padding-top: 61px;
	}
}
@media all and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	#a01, #a02, #a03 {
		margin-top: -60px;
		padding-top: 60px;
	}
	main .main__img h1 {
		font-size: min(9.6vw,36px);
		bottom: -5px;
	}
	main .navi__list .en {
		font-size: 16px;
		line-height: 1.2;
	}
	main .navi__list .jp{
		font-size: 12px;
	}
	main .navi__list a {
		padding: 13px 2px 25px;
	}
	main .message {
		padding: 50px 0;
	}
	.heading {
		margin-bottom: 20px;
	}
	.heading .en {
		margin-bottom: -23px;
		font-size: 50px;
	}
	.heading .jp {
		font-size: 30px;
		line-height: 1.2;
	}
	.message__inner-photo {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	.message__inner-photo img {
		width: 100%;
	}
	.message__inner-txt-box {
		padding: 0;
	}
	.company {
		padding: 50px 0;
	}
	.company .heading {
		margin-bottom: 40px;
	}
	.company__inner {
		padding: 0;
		background: none;
	}
	.company__inner-box {
		padding: 20px;
		display: block;
	}
	.company__inner-box p {
		font-size: 19px;
	}
	.company__inner-txt {
		width: fit-content;
		margin: 0 auto;
		font-size: 14px;
	}
	.company__inner-txt-item {
		font-size: 20px;
	}
	.company__txt {
		margin-bottom: 50px;
	}
	.company__white-box {
		margin-bottom: 40px;
		padding: 30px 20px;
	}
	.company__ttl {
		flex-direction: column;
	}
	.company__ttl-item {
		margin: 0 0 10px;
	}
	.company__white-sub h3 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.company__white-p-box {
		flex-direction: column;
	}
	.company__white-txt-img {
		margin: 10px auto 0;
		text-align: center;
	}
	.company__img-box-photo {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	.company__img-box-photo img {
		width: 100%;
	}
	.scroll {
		margin-top: 50px;
	}
	.foo__list li {
		width: 200px;
	}
	.topic {
		padding: 50px 0;
	}
	.topic .heading {
		margin-bottom: 30px;
	}
	.topic__inner h3 {
		font-size: 20px;
		padding-left: 35px;
		background-size: 25px auto;
	}
	.topic__inner-txt-img {
		text-align: center;
	}
	.topic__inner-sub {
		margin-bottom: 20px;
	}
	.topic__inner .topic__eptember-list {
		padding: 0;
		flex-direction: column;
	}
	.topic__inner .topic__eptember-list li {
		width: 100%;
		padding: 20px 0;
	}
	.topic__inner .topic__eptember-list li:nth-child(3n-1) {
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
	}
	.topic__inner .topic__eptember-list-txt .big {
		font-size: 50px;
	}
	.shareholders {
		flex-direction: column;
		gap: 50px 0;
	}
	.shareholders li {
		width: 100%;
	}
	.shareholders li::after {
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 20px solid #828282;
		border-bottom: none;
		top: calc(100%);
		transform: translateX(-50%);
		right: 0;
		left: 50%;
	}
	.topic__inner-photo img {
		width: 100%;
	}
}
