@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 182px;
	display: flex;
	position: relative;
}
.mainVisual .mainImg {
	padding-top: 140px;
	box-sizing: border-box;
	height: 100%;
}
.mainVisual .mainImg .bg {
	height: 100%;
}
@media all and (min-width: 897px) {
	.mainVisual .mainImg .bg {
		background: url(../img/index/main_img.jpg) no-repeat center center / cover;
	}
	.mainVisual .fixBox {
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 100%;
	}
	.mainVisual .fixBox.sta {
		position: fixed;
	}
	.mainVisual .fixBox.end {
		position: absolute;
		bottom: 0;
		top: auto;
	}
}
@media all and (max-width: 896px) {
	.mainVisual .fixBox {
		position: relative !important;
		width: 100%;
		height: auto !important;
	}
	.mainVisual .mainImg {
		padding: 0;
	}
}
.mainVisual .title {
	position: absolute;
	top: 20px;
	left: 15%;
	width: 57.24%;
	text-align: center;
	margin-left: 41px;
}
.mainVisual .textBox {
	margin: 0 0 0 auto;
	padding: 140px 84px 0 100px;
	width: 50%;
	box-sizing: border-box;
}
.mainVisual .inner {
	max-width: 440px;
}
.mainVisual h2 {
	margin-bottom: 33px;
	font-weight: normal;
	font-size: 2.6rem;
	line-height: 1.69;
}
.mainVisual h2 span {
	margin: 0 5px 25px;
	display: block;
	font-family: 'AntroVectra';
	font-weight: normal;
	font-size: 1.5rem;
	text-align: left;
	color: #08488d;
}
.mainVisual p {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
.mainVisual p:not(:last-child) {
	margin-bottom: 30px;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 95px;
		display: block;
	}
	.mainVisual .mainImg {
		width: 100%;
	}
	.mainVisual .mainImg img {
		width: 100%;
	}
	.mainVisual .title {
		padding: 0 30px;
		width: 100%;
		top: -33px;
		left: 0;
		text-align: right;
		box-sizing: border-box;
		margin: 0;
	}
	.mainVisual .title img {
		width: 163px;
	}
	.mainVisual .textBox {
		padding: 36px 25px 0;
		width: 100%;
	}
	.mainVisual .inner {
		margin: 0 auto;
		max-width: inherit;
	}
	.mainVisual h2 {
		margin-bottom: 24px;
		font-size: 2.2rem;
		line-height: 1.45;
	}
	.mainVisual h2 span {
		margin: 0 5px 15px;
		font-size: 1.3rem;
	}
	.mainVisual p {
		font-size: 1.4rem;
		line-height: 1.86;
	}
	.mainVisual p:not(:last-child) {
		margin-bottom: 26px;
	}
}
.headLine01 {
	max-width: 1080px;
	margin: 0 auto 66px;
	font-weight: normal;
	position: relative;
}
.headLine01 .en {
	margin-bottom: 27px;
	display: block;
	font-family: 'Cardo', serif;
	font-size: 2.1rem;
	text-align: left;
	color: #08488d;
}
.headLine01 .text {
	color: #1d1d1d;
	font-size: 4.6rem;
	line-height: 1;
}
.headLine01 .text small {
	margin-bottom: 14px;
	display: block;
	font-size: 1.9rem;
}
.headLine01 .posTxt {
	position: absolute;
	left: -145px;
	top: -15px;
	color: #08488d;
	font-size: 15rem;
	line-height: 1;	
	opacity: 0.1;
	filter: blur(5px);
	white-space: nowrap;
}
@media all and (max-width: 896px) {
	.headLine01 {
		max-width: inherit;
		margin: 0 25px 28px;
	}
	.headLine01 .en {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.headLine01 .text {
		font-size: 3.2rem;
		line-height: 1.25;
	}
	.headLine01 .text small {
		margin-bottom: 5px;
		font-size: 1.3rem;
	}
	.headLine01 .posTxt {
		left: -25px;
		top: 6px;
		font-size: 7.8rem;
		filter: blur(2px);
	}
}
.fiveVisions .vision {
	margin: 0 0 180px 83px;
	position: relative;
}
.fiveVisions .vision .btn {
	position: absolute;
	bottom: -40px;
	right: 83px;
}
.fiveVisions .vision .btn a {
	padding: 10px 15px 0;
	display: flex;
	width: 310px;
	height: 80px;
	font-size: 1.5rem;
	font-weight: 300;
	color: #fff;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background: #895f4f url(../img/common/icon01.png) no-repeat right 23px center / 8px;
}
.fiveVisions .vision .btn a .en {
	margin-right: 10px;
	font-family: 'AntroVectra';
	font-size: 3.7rem;
	letter-spacing: -0.02em;
}
.fiveVisions .vision .btn .txt02 {
	display: none;
}
.fiveVisions .vision .btn.close a {
	padding-top: 0;
	background-color: #000 !important;
	background-image: url(../img/common/icon02.png);
}
.fiveVisions .vision .btn.close .txt02 {
	display: block;
}
.fiveVisions .vision .btn.close .txt01 {
	display: none;
}
.fiveVisions .photoBox {
	position: relative;
}
.fiveVisions .photoBox h3 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #FFF;
	text-align: center;
	transform: translateY(-50%);
}
.fiveVisions .photoBox h3 .en01 {
	margin: -3px 0 4px;
	display: block;
	font-family: 'Cardo', serif;
	font-weight: 400;
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
}
.fiveVisions .photoBox h3 .en02 {
	display: block;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
}
.comEnTxt {
	width: 100%;
	position: absolute;
	bottom: -105px;
	left: 0;
	font-family: 'AntroVectra';
	font-weight: normal;
	font-size: 7.1rem;
	text-align: center;
	color: #fff;
	opacity: 0.5;
	transform: rotate(-11deg);
}
.fiveVisions .photoBox h3 .bgTxt {
	margin-bottom: 14px;
	padding: 0 12px 4px;
	display: inline-block;
	font-weight: normal;
	font-size: 6.2rem;
	line-height: 76px;
	text-align: center;
	background: #895f4f;
	box-sizing: border-box;
}
.fiveVisions .textBox {
	display: none;
	padding: 90px 10px 110px;
	color: #FFF;
	background-color: #895F4F;
}
.fiveVisions .textBox .inner {
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
}
.fiveVisions .textBox .ttlBox {
	width: 350px;
}
.fiveVisions .textBox h4 {
	margin-bottom: 105px;
	position: relative;
	font-weight: normal;
	font-size: 2.7rem;
	letter-spacing: 0.05em;
	line-height: 1.67;
}
.fiveVisions .textBox h4::after {
	position: absolute;
	left: 0;
	bottom: -82px;
	content: '';
	width: 35px;
	height: 1px;
	background: #fff;
}
.fiveVisions .textBox h4 .comEnTxt {
	font-size: 5.8rem;
	left: 0;
	width: inherit;
	top: auto;
	bottom: -65px;
	letter-spacing: 0;
}
.fiveVisions .textBox .name {
	margin-bottom: 45px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.fiveVisions .textBox .name span {
	margin-top: 5px;
	display: block;
	font-size: 2rem;
}
.fiveVisions .textBox .note {
	font-size: 1.2rem;
}
.fiveVisions .txtBox {
	width: 630px;
	letter-spacing: 0.05em;
	line-height: 2;
}
.fiveVisions .txtBox p:not(:last-child) {
	margin-bottom: 35px;
}
.fiveVisions .vision:nth-of-type(2n) {
	margin: 0 83px 180px 0;
}
.fiveVisions .vision:nth-of-type(2n) .txtBox {
	margin-right: -30px;
}
.fiveVisions .vision:nth-of-type(2n) .btn {
	right: auto;
	left: 83px;
}
.fiveVisions .vision:nth-of-type(2) .textBox,
.fiveVisions .vision:nth-of-type(2) .btn a,
.fiveVisions .vision:nth-of-type(2) .photoBox h3 .bgTxt {
	background-color: #988c48;
}
.fiveVisions .vision:nth-of-type(3) .textBox,
.fiveVisions .vision:nth-of-type(3) .btn a,
.fiveVisions .vision:nth-of-type(3) .photoBox h3 .bgTxt {
	background-color: #5E8652;
}
.fiveVisions .vision:nth-of-type(3) .ttlBox {
	width: 430px;
}
.fiveVisions .vision:nth-of-type(3) .txtBox {
	width: 520px;
}
.fiveVisions .vision:nth-of-type(4) .textBox,
.fiveVisions .vision:nth-of-type(4) .btn a,
.fiveVisions .vision:nth-of-type(4) .photoBox h3 .bgTxt {
	background-color: #345D89;
}
.fiveVisions .vision:nth-of-type(5) .textBox,
.fiveVisions .vision:nth-of-type(5) .btn a,
.fiveVisions .vision:nth-of-type(5) .photoBox h3 .bgTxt {
	background-color: #378474;
}
@media all and (max-width: 896px) {
	.fiveVisions .vision {
		margin: 0 0 76px !important;
	}
	.fiveVisions .photo {
		height: auto;
	}
	.fiveVisions .photo img {
		width: 100%;
	}
	.fiveVisions .photoBox h3 .en01 {
		margin: 0 0 2px;
		font-size: 1rem;
	}
	.fiveVisions .photoBox h3 .en02 {
		font-size: 1rem;
	}
	.comEnTxt {
		font-size: 3rem;
		bottom: -40px;
	}
	.fiveVisions .photoBox h3 .bgTxt {
		margin-bottom: 3px;
		padding: 0 5px;
		font-size: 2.2rem;
		line-height: 30px;
	}
	.fiveVisions .textBox {
		padding: 23px 25px 64px;
	}
	.fiveVisions .textBox .inner {
		display: block;
	}
	.fiveVisions .textBox .ttlBox {
		margin-bottom: 35px;
		width: auto;
	}
	.fiveVisions .textBox h4 {
		margin: 0 0 40px;
		padding-right: 90px;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		line-height: 1.67;
	}
	.fiveVisions .textBox h4::after {
		bottom: -20px;
		width: 25px;
	}
	.fiveVisions .textBox h4 .comEnTxt {
		margin-bottom: -7px;
		font-size: 5.8rem;
		left: auto;
		right: -5px;
		bottom: 50%;
		font-size: 3rem;
		letter-spacing: 0;
	}
	.fiveVisions .textBox .name {
		margin-bottom: 10px;
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	.fiveVisions .textBox .name span {
		margin-top: 2px;
		font-size: 1.5rem;
	}
	.fiveVisions .textBox .note {
		font-size: 1rem;
	}
	.fiveVisions .txtBox {
		width: inherit !important;
		line-height: 1.86;
	}
	.fiveVisions .vision:nth-of-type(2n) .txtBox {
		margin-right: 0;
	}
	.fiveVisions .txtBox p:not(:last-child) {
		margin-bottom: 25px;
	}
	.fiveVisions .vision .btn {
		bottom: -27px;
		right: 25px;
	}
	.fiveVisions .vision .btn a {
		padding: 10px 15px 0;
		width: 220px;
		height: 54px;
		font-size: 1.4rem;
		background-position: right 16px center;
		background-size: 6px auto;
	}
	.fiveVisions .vision .btn a .en {
		margin-right: 10px;
		font-size: 2.5rem;
	}
	.fiveVisions .vision:nth-of-type(2n) .btn {
		right: auto;
		left: 25px;
	}
	.fiveVisions .vision:nth-of-type(3) .ttlBox {
		width: auto;
	}
}
@media all and (max-width: 374px) {
	.fiveVisions .textBox h4 .comEnTxt {
		font-size: 2rem;
		right: -24px;
		bottom: 0;
	}
	.fiveVisions .textBox h4 {
		padding-right: 0;
		font-size: 1.6rem;
	}
	.fiveVisions .photoBox h3 .bgTxt {
		font-size: 1.8rem;
	}
}
.meaasge {
	margin-top: 180px;
	padding: 171px 0 119px;
	background: linear-gradient(90deg,#f4f5fd 0%, #f8fbff 100%);
}
.meaasge .slideBox {
	padding: 0 0 75px 80px;
}
.meaasge .inner {
	position: relative;
}
.meaasge .swiper-pagination {
	position: absolute;
	left: 80px;
	height: 1px;
	bottom: 15px;
	top: auto;
	width: calc(100% - 454px);
	background-color: #c4c3c8;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	height: 3px;
	top: -1px;
	background-color: #585f96;
}
.meaasge .inner .arrow {
	position: absolute;
	right: 83px;
	bottom: 0;
}
.meaasge .inner .arrow li {
	margin-left: 25px;
	display: inline-block;
	width: 60px;
	cursor: pointer;
}
.meaasge .list {
	/*overflow: hidden;*/
}
.meaasge .list li {
	margin-right: 30px;
	width: 440px;
	padding: 43px 40px;
	min-height: 614px;
	float: left;
	background-color: #FFF;
	box-sizing: border-box;
}
.meaasge .list .photoBox {
	margin-bottom: 25px;
	position: relative;
}
.meaasge .list .photoBox span {
	font-size: 3.9rem;
	width: inherit;
	top: auto;
	bottom: 20px;
}
.meaasge .list h3 {
	margin-bottom: 13px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45;
	text-align: center;
	color: #565e9b;
}
.meaasge .list p {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
}
@media all and (min-width: 897px) {
	.meaasge .inner .arrow li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.meaasge {
		margin-top: 86px;
		padding: 50px 0 46px;
	}
	.meaasge .inner .arrow {
		right: 0;
		width: 100%;
		bottom: 0;
		text-align: center;
	}
	.meaasge .inner .arrow li {
		margin: 0 14px;
	}
	.meaasge .list li {
		margin-right: 20px;
		width: 263px;
		padding: 26px 24px 20px;
		min-height: 385px;
	}
	.meaasge .list .photoBox {
		margin-bottom: 13px;
	}
	.meaasge .list .photoBox span {
		font-size: 2.3rem;
		bottom: 15px;
	}
	.meaasge .list h3 {
		margin-bottom: 7px;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.meaasge .list p {
		font-size: 1.3rem;
		line-height: 1.61;
	}
	.meaasge .swiper-pagination {
		width: calc(100% - 50px);
		bottom: 72px;
		left: 25px;
	}
	.meaasge .slideBox {
		padding: 0 0 94px 25px;
	}
}
.entry {
	padding: 90px 10px 110px;
	text-align: center;
	background: #08488d;
}
.entry h2 {
	margin-bottom: 27px;
	font-family: 'Cardo', serif;
	font-weight: normal;
	font-size: 3.3rem;
	text-align: center;
	color: #fff;
}
.entry .link a {
	padding: 10px 20px;
	display: inline-flex;
	position: relative;
	width: 800px;
	height: 134px;
	font-size: 4.6rem;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #043a74;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.entry .link a::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: #FFF url(../img/common/icon03.png) no-repeat center center / 18px;
	content: '';
}
@media all and (min-width: 897px) {
	.entry .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.entry {
		padding: 29px 10px 40px;
	}
	.entry h2 {
		margin-bottom: 12px;
		font-size: 2.2rem;
	}
	.entry .link a {
		width: 100%;
		height: 55px;
		font-size: 1.8rem;
		max-width: 326px;
	}
	.entry .link a::after {
		width: 23px;
		background-size: 8px;
	}
}
