@charset "utf-8";

/*adstaff*/
/*------------------------------------------------------------
	animation
------------------------------------------------------------*/

.comNavi li a:after {
	/*bottom:-30px;*/
  /*transition: bottom .1s linear;*/
}
.comNavi li a:hover:after {
  animation-name: iconMoveToBottom;
  animation-duration: .35s;
  animation-timing-function: easeInQuint;
  animation-iteration-count: 1;
  animation-delay: .0s;
  animation-fill-mode:forwards;
}

@keyframes iconMoveToBottom {
  0% {
    bottom:-30px;
  }
  35% {
  	bottom:-38px;
  }
  100% {
  	bottom:-30px;
  }
}

div.mainVisual {

}
div.mainVisual div.shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 71.2%;
	height: 100%;
	background-color: #E3E3E3;
	content: "";
}

#main .thoughts .imgBox .txtBox,
#main .business .imgBox .txtBox,
#main .business .imgBox02 .txtBox {
	z-index: 2;
}

@media (max-width:767px){
	div.mainVisual div.shadow {
    /*height: 210px;*/
	}
	.mgBottomSetting {
		margin-bottom: 45px !important;
	}

}/*sp*/

/*/adstaff*/



/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .thoughts {
	margin-bottom: 170px;
}
#main .thoughts .imgBox {
	display: flex;
	align-items: center;
}
#main .thoughts .imgBox .photoBox {
	width: 39.6%;
}
#main .thoughts .imgBox .txtBox {
	margin-left: -21.5%;
	position: relative;
	padding: 40px 2.5% 40px 5.5%;
	width: 61%;
	height: 90%;
	min-height: 512px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
}
#main .thoughts .imgBox .txtBox:after {
    content:'';
	min-height: inherit;
    font-size: 0;
}
#main .thoughts .imgBox .txtBox h4 {
	margin-bottom: 30px;
	font-size: 3.3rem;
	letter-spacing: 5px;
}
#main .thoughts .imgBox .txtBox h4 span {
	color: #0070B5;
}
#main .thoughts .imgBox .txtBox p {
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 7px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .thoughts .imgBox02 {
	justify-content: flex-end;
	margin-top: 100px;
}
#main .thoughts .imgBox02 .txtBox {
	margin: 0 -19% 0 0;
	padding: 40px 3.5%;
}
#main .business {
	margin-bottom: 235px;
}
#main .business .headLine02 {
	margin-bottom: 158px;
}
#main .business .imgBox {
	margin-bottom: 120px;
	display: flex;
	align-items: center;
}
#main .business .imgBox .txtBox {
	margin-right: -19.5%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 539px;
	padding: 20px 4% 20px 6%;
	width: 39.6%;
	color: #fff;
	box-sizing: border-box;
	background-color: #0070B5;
}
#main .business .imgBox .txtBox h3 {
	margin: 0 0 90px 6%;
	position: relative;
	z-index: 1;
	font-size: 3.6rem;
	letter-spacing: 12.24px;
}
#main .business .imgBox .txtBox p {
	font-size: 2.4rem;
	line-height: 1.875;
	letter-spacing: 8.5px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .business .imgBox .txtBox .num {
	margin: 0 0 -124px -2.5%;
	color: rgba(255, 255, 255, 0.3);
	font-size: 20rem;
	line-height: 1;
	letter-spacing: 0;
}
#main .business .imgBox .photoBox {
	width: 80%;
}
#main .business .comBox > p {
	margin: 0 10% 100px;
	font-size: 2.1rem;
	line-height: 2.2;
	letter-spacing: 6.3px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .business .listUl {
	margin: 0 -6px 138px;
	display: flex;
	justify-content: center;
}
#main .business .listUl li {
	padding: 0 6px;
	width: 33.333%;
	box-sizing: border-box;
}
#main .business .listUl .photo {
	margin-bottom: 30px;
	position: relative;
}
#main .business .listUl .photo p {
	position: absolute;
	left: 0;
	bottom: -18px;
	color: #1A1A1A;
	font-size: 0.85rem;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .business .listUl .txtBox {
	margin: 0 9%;
}
#main .business .listUl .txtBox p {
	letter-spacing: 4.8px;
	line-height: 1.78;
	line-break: strict;
}
#main .business .listUl .txtBox > p:last-child {
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .business .listUl .txtBox .ttlBox {
	margin-bottom: 12px;
	position: relative;
	text-align: center;
}
#main .business .listUl .txtBox .en {
	color: #ddd;
	font-size: 12rem;
	font-style: oblique;
	line-height: 1;
}
#main .business .listUl .txtBox .ttl {
	position: absolute;
	left: 0;
	top: 54%;
	width: 100%;
	color: #1A1A1A;
	transform: translateY(-50%);
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 7.14px;
}
#main .business .listUl02 {
	margin-bottom: 220px;
}
#main .business .imgBox02 .txtBox {
	margin: 0 0 0 -19.5%;
	background-color: #FA813B;
}
#main .business .imgBox03 .txtBox {
	background-color: #6A6F7C;
}
#main .data {
	margin-bottom: 185px;
}
#main .data .headLine02 {
	margin-bottom: 150px;
}
#main .dataList {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
}
#main .dataList li {
	margin: 40px 2.75% 0 0;
	padding: 78px 4.2% 88px;
	width: 31.5%;
	position: relative;
	background-color: #8697AB;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
}
#main .dataList li:nth-child(3n) {
	margin-right: 0;
}
#main .dataList li:nth-child(2n) {
	background-color: #0070B5;
}
#main #data ul > li.btm_contents.rishyoku > div.txtBox > p.ttl {
	margin-bottom: 0;
}
#main #data ul > li.btm_contents.rishyoku > div.txtBox > p.ttl:nth-child(2) {
	margin-bottom: 12px;
}
#main .dataList li p.txt_rishyoku {
	font-size: 16px;
	text-align: center;
	margin-bottom: 28px;
}
@media all and (max-width: 1360px) {
	#main .dataList li.rishyoku .ttl {
		font-size: 1.8rem;
	}
	#main .dataList li.rishyoku .ttl .laege {
		font-size: 4.2rem;
	}
	#main .dataList li p.txt_rishyoku {
    letter-spacing: .2em;
	}
}
#main #data ul > li.btm_contents.kinzoku{
	display: flex;
	align-items: center;
	justify-content: center;
}
#main #data ul > li.btm_contents.kinzoku .listImg img{
	max-width: 260px;
}
@media all and (max-width: 1200px) {
	#main #data ul > li.btm_contents.kinzoku .ttl {
		letter-spacing: .04em;
	}
}
#main .dataList li p.note2 {
	position: absolute;
	bottom:20px;
	right:20px;
	font-size: 13px;
}
#main .dataList li .listImg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
#main .dataList li p {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 6.5px;
	line-height: 1.55;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media (min-width:1271px){
	#main .dataList li p.lts_low {
		letter-spacing: 3px;
    	font-size: 1.7rem;
	}
}
@media (max-width:1270px){
	#main .dataList li p.lts_low {
		letter-spacing: 2px;
    	font-size: 1.6rem;
	}
}
@media (max-width:1170px) and (min-width:768px){
	#main .dataList li p.lts_low {
		letter-spacing: 0px;
    	font-size: 1.6rem;
	}
}
#main .dataList li .ttl {
	margin-bottom: 45px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2.88px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .dataList li .ttl .laege {
	margin: 0 5px;
	font-size: 5.2rem;
	line-height: 1.1;
	font-family: Arial, Helvetica, "sans-serif";
	vertical-align: -2px;
}
#main .dataList li .ttl .small {
	display: block;
	font-size: 1.8rem;
}
#main .dataList li .ttl02 {
	margin-top: 8px;
	font-size: 3.2rem;
}
#main .dataList li .ttl03 {
	margin-bottom: 14px;
}
#main .outline {
	margin-bottom: 60px;
}
#main .outline .headLine02 {
	margin-bottom: 92px;
}
#main .outline .midTxt {
	margin-bottom: 58px;
	font-size: 2.1rem;
	font-weight: bold;
	letter-spacing: 5.46px;
	text-align: center;
}
#main .outline .linkList {
	margin-top: -10px;
	display: flex;
	flex-wrap: wrap;
}
#main .outline .linkList li {
	padding: 10px 5px 0;
	width: 33.333%;
	box-sizing: border-box;
}
#main .outline .linkList li:first-child {
	width: 100%;
}
#main .outline .linkList li a {
	height: 175px;
	display: flex;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 8.32px;
	justify-content: center;
	align-items: center;
	border: 1px solid #333;
	box-sizing: border-box;
}
#main .outline .linkList li a span {
	padding-right: 35px;
	display: inline-block;
	background: url("../img/common/icon01.png") no-repeat right 8px;
	background-size: 27px auto;
}
@media all and (min-width: 768px) {
	#main .outline .linkList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 1600px) {
	.mainVisual .mainImg {
		margin-right: 0;
	}
	#main .thoughts .imgBox .txtBox {
		min-height: inherit;
		width: 82%;
	}
	#main .thoughts .imgBox02 {
		margin-top: 60px;
	}
}
@media all and (max-width: 1200px) {
	#main .business .imgBox .txtBox {
		padding: 20px 2% 20px 4%;
		min-height: inherit;
	}
	#main .thoughts .imgBox .txtBox h4 {
		font-size: 3.5rem;
		letter-spacing: 5px;
	}
	#main .thoughts .imgBox .txtBox p {
		font-size: 2rem;
		letter-spacing: 3px;
	}
	#main .business .imgBox .txtBox h4 {
		letter-spacing: 6px;
	}
}
@media all and (max-width: 767px) {
	#main .thoughts {
		margin-bottom: 40px;
	}
	#main .thoughts .imgBox {
		margin-bottom: 58px;
	}
	#main .thoughts .imgBox .photoBox {
		width: 66%;
	}
	#main .thoughts .imgBox .txtBox {
		margin-left: -54%;
		padding: 28px 40px 25px 25px;
		width: 88%;
		min-height: inherit;
	}
	#main .thoughts .imgBox .txtBox h4 {
		margin-bottom: 12px;
		font-size: clamp(1.7rem, 2.5vw, 1.9rem);
		letter-spacing: 1.3px;
		line-height: 1.7;
	}
	#main .thoughts .imgBox .txtBox p {
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 3.08px;
	}
	#main .thoughts .imgBox02 {
		margin-bottom: 0;
		align-items: flex-start;
	}
	#main .thoughts .imgBox02 .txtBox {
		margin: 35px -53% 0 0;
		padding: 27px 20px 25px 15px;
	}
	#main .business {
		margin-bottom: 50px;
	}
	#main .business .headLine02 {
		margin-bottom: 32px;
	}
	#main .business .imgBox {
		margin: 0 -16px 40px;
		flex-wrap: wrap;
	}
	#main .business .imgBox .txtBox {
		margin: 0 0 -43%;
		min-height: inherit;
		padding: 30px 30px 35px 40px;
		width: 72%;
	}
	#main .business .imgBox .txtBox h4 {
		margin-bottom: 48px;
		font-size: 2.2rem;
		letter-spacing: 7.5px;
	}
	#main .business .imgBox .txtBox p {
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 5px;
	}
	#main .business .imgBox .txtBox .num {
		margin-bottom: -65px;
		font-size: 10rem;
	}
	#main .business .imgBox .photoBox {
		width: 100%;
		padding-left: 16px;
		box-sizing: border-box;
	}
	#main .business .comBox > p {
		margin: 0 0 50px;
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	#main .business .listUl {
		margin: -50px 0 108px;
		flex-wrap: wrap;
	}
	#main .business .listUl:last-child {
		margin-bottom: 0;
	}
	#main .business .listUl li {
		padding: 50px 0 0;
		width: 100%;
	}
	#main .business .listUl .photo {
		margin-bottom: 20px;
	}
	#main .business .listUl .photo p {
		font-size: 1rem;
		letter-spacing: 2.5px;
	}
	#main .business .listUl .txtBox {
		margin: 0;
	}
	#main .business .listUl .txtBox p {
		letter-spacing: 3.08px;
		line-height: 1.55;
	}
	#main .business .listUl .txtBox .ttlBox {
		margin-bottom: 12px;
	}
	#main .business .listUl .txtBox .en {
		font-size: 9.5rem;
	}
	#main .business .listUl .txtBox .ttl {
		font-size: 2rem;
		letter-spacing: 6.8px;
	}
	#main .business .listUl02 {
		margin-bottom: 110px;
	}
	#main .business .imgBox02 {
		justify-content: flex-end;
	}
	#main .business .imgBox02 .photoBox {
		order: 2;
		padding: 0 16px 0 0;
	}
	#main .business .imgBox02 .txtBox {
		margin: 0 0 -32%;
		order: 0;
	}
	#main .business .imgBox03 .txtBox h4 {
		margin-right: -25px;
		letter-spacing: 5.5px;
	}
	#main .data {
		margin-bottom: 65px;
	}
	#main .data .headLine02 {
		margin-bottom: 35px;
		line-height: 1.25;
	}
	#main .dataList {
		margin-top: 0;
	}
	#main .dataList li {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 45px;
		width: 100%;
		min-height: 343px;
	}
	#main .dataList li .listImg {
		width: 279px;
		padding: 0;
	}
	#main .dataList li p {
		font-size: 1.4rem;
		letter-spacing: 3.8px;
		line-height: 1.6;
	}
	#main .dataList li .ttl {
		margin-bottom: 35px;
		font-size: 1.9rem;
		letter-spacing: 2.28px;
	}
	#main .dataList li .ttl .laege {
		font-size: 4.2rem;
		font-weight: normal;
	}
	#main .dataList li .ttl .small {
		font-size: 1.4rem;
	}
	#main .dataList li .ttl02 {
		margin-top: 0;
		font-size: 2.5rem;
	}
	#main .dataList li .ttl03 {
		margin-bottom: 14px;
	}
	#main .dataList li:last-child {
		padding: 10px;
		align-items: flex-end;
	}
	#main .dataList li:last-child .listImg {
		width: 306px;
	}
	#main .dataList li:last-child p.note2 {
		font-size: 1.2rem;
		letter-spacing: 1px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#main .outline {
		margin-bottom: 20px;
	}
	#main .outline .headLine02 {
		margin-bottom: 25px;
	}
	#main .outline .midTxt {
		margin-bottom: 27px;
		font-size: 1.2rem;
		letter-spacing: 3.2px;
	}
	#main .outline .linkList {
		margin-top: -12px;
	}
	#main .outline .linkList li {
		padding: 12px 0 0;
		width: 100%;
	}
	#main .outline .linkList li a {
		height: 87px;
		font-size: 1.6rem;
		letter-spacing: 4.2px;
	}
	#main .outline .linkList li a span {
		padding-right: 18px;
		background-position: right 4px;
		background-size: 14px auto;
	}
	#main .business .imgBox .txtBox {
		margin-bottom: -30%;
	}
	#main .business .imgBox .txtBox p {
		letter-spacing: 3px;
	}
}
@media all and (max-width: 359px) {
	.comNavi {
		margin: -33px 0 60px;
	}
	#main .business .imgBox .txtBox {
		padding: 30px 25px 35px;
	}
	#main .business .imgBox .txtBox h4 {
		margin: 0 0 40px;
		letter-spacing: 3px;
	}
	#main .dataList li {
		padding: 10px 30px;
	}
	#main .dataList li .listImg {
		padding: 0 10px;
	}
}