@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 .toggle_btn {
	cursor: pointer;
	transition:.2s;
}
#main .toggle_btn span {
	transition:.2s;
}
#main .toggle_btn:hover span {
	opacity: .7;
}

#main .belief .txtList.toggle_box {
	display: none;
	opacity: 0;
}
#main .belief .txtList.toggle_box.open {
	display: flex;
  animation-name: openWithFadeIn;
  animation-duration: .35s;
  animation-timing-function: easeInQuint;
  animation-iteration-count: 1;
  animation-delay: .0s;
  animation-fill-mode:forwards;
}

@keyframes openWithFadeIn {
  0% {
    opacity: 0;
  }
  100% {
  	opacity: 1;
  }
}

#main  {
	z-index: 2;
}
body #main .belief .midTxt span:after,
body #main .belief .midTxt span:before {
    width: auto;
    height: auto;
    font-size: 23px;
    font-weight: bold;
    background: none;

    	content: "＋";
	right: -11px;
    top: -1px;
}
body #main .belief .midTxt.open span:after,
body #main .belief .midTxt.open span:before {
	content: "－";
    top: -1px;
    right: -11px;
}

@media (min-width: 768px){
	#main .belief .headLine02 {
		letter-spacing: 4px;
		font-size: 5.8rem;
	}
	body #main .belief h4 {
    	font-size: 3.1rem;
    	letter-spacing: 6px;
	}
}
@media (max-width:767px){
	div.mainVisual div.shadow {
    	/*height: 210px;*/
	}
	body #main .belief .midTxt span:after,
	body #main .belief .midTxt span:before {
    	font-size: 15px;
    	right: -8px;
    	top: -3px;
	}
	body #main .belief .midTxt.open span:after,
	body #main .belief .midTxt.open span:before {
    	top: -3px;
    	right: -9px;
	}
}
/*sp*/

/*/adstaff*/



/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .rotation .headLine02 {
	margin-bottom: 55px;
}
#main .rotation .comBox {
	max-width: 1130px;
}
#main .rotation .comBox > p {
	margin-bottom: 140px;
	font-size: 1.8rem;
	line-height: 1.78;
	letter-spacing: 5.4px;
}
#main .rotation .inner {
	margin: 0 2%;
}
#main .rotation h4 {
	margin-bottom: 65px;
	position: relative;
	z-index: 1;
	letter-spacing: 2.1px;
	font-size: 2.4rem;
}
#main .rotation h4.stepTtl > span:first-child {
	padding: 0 50px 0 60px;
	display: inline-block;
	background: url("../img/common/ttl_bg.png") no-repeat left center, url("../img/common/ttl_bg.png") no-repeat right center;
	background-size: 43px auto;
}
/* #main .rotation h4 > span:first-child > span {
	font-size: 4.8rem;
	line-height: 0.5;
} */
#main .rotation h4 > span:nth-child(2) {
	display: block;
	/* font-size: 1.8rem; */
	padding: 4px 50px 0 0;
}
#main .rotation h4 > span > span.year {
	font-size: 3.6rem;
	line-height: 0.5;
}
#main .rotation .imgBox {
	margin-bottom: -20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .rotation .imgBox .photoBox {
	width: 100%;
	padding: 0 20px;
	text-align: right;
	box-sizing: border-box;
}
#main .rotation .imgBox .txtBox {
	width: 100%;
}
#main .rotation .imgBox .txtBox h4 {
	margin-bottom: 40px;
}
#main .rotation .imgBox .txtBox p {
	line-height: 2;
	letter-spacing: 4.8px;
	text-align: justify;
	text-justify: inter-ideograph;
	/* margin-bottom: 40px; */
	margin-bottom: 80px;
}
#main .rotation .stepList {
	margin: 0 -25px 65px;
	display: flex;
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
}
#main .rotation .stepList li {
	padding: 0 25px;
	/* 4アイテムと6アイテム以上 */
	width: 24.7%;
	position: relative;
	box-sizing: border-box;
}

/* 6アイテムある場合 */
.item6-over {
	flex-wrap: wrap !important;
}

/* PC版 6アイテムある場合 改行される5アイテム目から8アイテム目（2行目）のmargin-top設定。 */
#main .rotation .item6-over li:nth-child(n +5):nth-child(-n + 8) {
	margin-top: 50px;
}


#main .rotation .stepList li > div {
	padding: 50px 2% 25px;
	text-align: center;
	border: 1px solid #000;
}
#main .rotation .stepList li:after {
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 25px;
	height: 15px;
	background: url("../img/common/arrow02.png") no-repeat left top;
	background-size: 25px auto;
	content: "";
}

/* PC版　高さそろえるのためにafterをdisplay:noneから変更 */
#main .rotation .stepList li:last-child:after {
	/* background: none; */
	display:  none;
}
#main .rotation .stepList li p {
	margin-bottom: 18px;
	font-weight: bold;
	letter-spacing: 1.6px;
}
#main .rotation .stepList li .en {
	margin-bottom: 0;
	position: absolute;
	width: 94px;
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -15px;
	top: -35px;
	color: #000;
	font-size: 6rem;
	font-weight: bold;
	font-style: oblique;
	line-height: 1;
	background-color: #fff;
}
#main .rotation .stepList li .ttl {
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
    /* min-height: 46px; */
		min-height: 56px;
    font-size: 1.8rem;
    letter-spacing: 1.1px;
    line-height: 1.1;
}
#main .rotation .stepList li .txt {
	margin-bottom: 0;
	font-size: 1.8rem;
}
#main .rotation .imgBox02 {
	display: grid;
	grid-template-columns: 49.93% 50.07%;
	grid-template-rows: 31.01% 69.09%;
	align-items:initial;
	justify-content: space-between;
	margin-bottom: 45px;
}
#main .rotation .imgBox02 .photoBox {
	text-align: left;
}
#main .rotation .imgBox02 .ttlBox {
	padding-top: 15.29%;
	margin-bottom: 0;
}
#main .rotation .imgBox .photoBox01 {
	grid-row: span 2 / span 2;
}
#main .rotation .imgBox .txtBox {
	grid-column-start: 2;
}
#main .rotation .imgBox_even {
	grid-template-rows: 31.01% 69.09%;
}
#main .rotation .imgBox_even .photoBox {
	grid-row: span 2 / span 2;
	grid-column-start: 2;
	grid-row-start: 1;
	text-align: right;
}
#main .rotation .imgBox_even .ttlBox {
	grid-column-start: 1;
  grid-row-start: 1;
}
#main .rotation .imgBox_even .txtBox {
	grid-column-start: 1;
}
/* ターニングポイント */
#main .rotation .contentsBox {
  display: flex;
  gap: 0 60px;
	padding: 60px 66px;
	background-color: #f4f2f2;
}
#main .rotation .contentsBox:not(:last-child) {
	margin-bottom: 40px;
}
#main .rotation .contentsBox > div > h5 {
  font-size: 2.1rem;
  margin-bottom: 20px;
}
#main .rotation .contentsBox > div > h5 > span:first-child {
	padding: 0 50px 0 60px;
	display: inline-block;
	background: url("../img/common/ttl_bg.png") no-repeat left center, url("../img/common/ttl_bg.png") no-repeat right center;
	background-size: 43px auto;
}
#main .rotation .contentsBox > div > .txtBox > p {
  line-height: 2;
}
#main .rotation .att{
	max-width: 1130px;
	font-size: 1.4rem;
	text-align: center;
	margin: 3% auto 130px;
}
@media all and (-ms-high-contrast:none){
	#main .rotation .stepList li p {
		font-weight: 500;
		letter-spacing: 0 !important;
	}
}
@media all and (max-width: 1200px) {
	#main .rotation .stepList li p,
	#main .rotation .stepList li .ttl {
		letter-spacing: 0;
	}
}
@media all and (max-width: 767px) {
  #main .rotation .headLine02 {
		margin-bottom: 25px;
			line-height: 1.6;
			font-size: 2.6rem;
			letter-spacing: 2px;
	}
	@media (min-width:460px) and (max-width:767px){
		#main .rotation .headLine02 {
				line-height: 1.2;
				font-size: 3rem;
				letter-spacing: 6px;
		}
	}
	#main .rotation .headLine02 .en {
		margin-bottom: 3px;
	}
	#main .rotation .comBox {
		max-width: inherit;
	}
	#main .rotation .comBox > p {
		margin-bottom: 40px;
		font-size: 1.4rem;
		line-height: 1.28;
		letter-spacing: 3px;
	}
	#main .rotation .inner {
		margin: 0;
	}
	#main .rotation h4 {
		margin-bottom: 35px;
		letter-spacing: 2.1px;
		font-size: 1.4rem;
		text-align: center;
	}
	#main .rotation h4 > span {
		padding: 0 30px;
		background-size: 20px auto;
	}
	#main .rotation h4 > span:first-child > span {
		font-size: 2.4rem;
		line-height: 0.5;
	}
	#main .rotation h4 > span:nth-child(2) {
		font-size: 1.4rem;
		padding: 0;
	}
	#main .rotation h4.stepTtl > span:first-child {
		padding: 0 30px;
		background-size: 20px auto;
	}
	#main .rotation .imgBox {
		margin-bottom: 55px;
		flex-wrap: wrap;
	}
	#main .rotation .imgBox .photoBox {
		margin: 37px auto 0;
		width: 61%;
		padding: 0 20px;
		text-align: center;
	}
	#main .rotation .imgBox .photoBox01 {
		width: 55%;
	}
	#main .rotation .imgBox .ttlBox {
		width: 100%;
	}
	#main .rotation .imgBox .txtBox {
		width: 100%;
		margin-bottom: 20px;
	}
	#main .rotation .imgBox .txtBox p {
		line-height: 1.3;
		letter-spacing: 4.1px;
		margin-bottom: 0;
	}
	#main .rotation .imgBox02 {
		display: grid;
		grid-template-columns: repeat(1,auto);
		grid-template-rows: auto auto auto;
	}
	#main .rotation .imgBox02 .photoBox01 {
		grid-row: span 1 / span 1;
		grid-row-start: 2;
	}
	#main .rotation .imgBox02 .ttlBox {
		grid-column-start: 1;
		grid-row-start: 1;
	}
	#main .rotation .imgBox02 .txtBox {
		grid-column-start: 1;
		grid-row-start: 3;
	}
	#main .rotation .imgBox_even {
		grid-template-rows: auto auto auto;
	}
	#main .rotation .imgBox_even .photoBox {
		grid-row: span 1 / span 1;
		grid-column-start: 1;
		grid-row-start: 2;
		text-align: center;
	}
	#main .rotation .imgBox_even .ttlBox {
		grid-column-start: 1;
		grid-row-start: 1;
	}
	#main .rotation .imgBox_even .txtBox {
		grid-column-start: 1;
		grid-row-start: 3;
	}
	#main .rotation .stepList {
		margin: -50px auto 70px;
		max-width: 170px;
		flex-wrap: wrap;
	}
	#main .rotation .stepList li {
		margin-top: 50px;
		padding: 0;
		width: 100%;
	}


	#main .rotation .stepList li > div {
		padding: 35px 2% 33px;
		text-align: center;
		border: 1px solid #000;
	}
	#main .rotation .stepList li:after {
		right: auto;
		left: 50%;
		top: auto;
		bottom: -35px;
		transform: translate(-50%, 0);
		width: 13px;
		height: 22px;
		background: url("../img/common/sp_arrow02.png");
		background-size: 13px auto;
	}

	#main .rotation .stepList li p {
		margin-bottom: 10px;
		font-size: 1.2rem;
		letter-spacing: 1.2px;
	}
	#main .rotation .stepList li .en {
		width: 55px;
		height: 55px;
		left: -20px;
		top: -20px;
		font-size: 4rem;
	}
	#main .rotation .stepList li .ttl {
		margin-bottom: 0;
		min-height: 30px;
		font-size: 1.4rem;
		letter-spacing: 1.4px;
		line-height: 1.25;
	}
	#main .rotation .stepList li .txt {
		font-size: 1.3rem;
	}

	#main .rotation .imgBox02 {
		margin-bottom: 45px;
	}
	#main .rotation .imgBox02 .photoBox {
		margin-bottom: 60px;
		text-align: center;
	}

	#main .rotation .contentsBox {
		flex-direction: column;
		gap: 40px 0;
		margin-bottom: 70px;
		padding: 40px 30px;
	}
	#main .rotation .contentsBox > div > h5 {
		margin-bottom: 16px;
    letter-spacing: 2.1px;
    font-size: 1.4rem;
    text-align: center;
	}
	#main .rotation .contentsBox > div > h5 > span:first-child {
		padding: 0 30px;
		background-size: 20px auto;
	}
	#main .rotation .att{
		font-size: 1.2rem;
		margin: 10% auto 60px;
		padding: 0 16px;
	}
}
@media all and (max-width: 359px) {
	#main .belief .headLine02 {
		letter-spacing: 4px;
	}
}