@charset "utf-8";

/********************
/* EVENT
********************/
#top_event{
	padding-top: 8.16rem;
}
.top_event_inner{
	padding-left: 8%;
}
#top_event .c-title1{
	text-align: center;
}
.event_block .slick-list{
	padding-right: 8%;
}
#top_event .event_item{
	margin-top: 0;
	margin-right: 0;
}
.event_item_inner{
	padding: 0 10px;
}
#top_event .vm{
	margin-top: 3.33rem;
}
@media screen and (min-width: 768px){
	#top_event{
		padding-top: 10.1rem;
	}
	#top_event .event_block{
		display: block;
	}
	.top_event_inner{
		padding-left: 10.5%;
	}
	#top_event .c-title1{
		text-align: left;
	}
	.event_item_inner{
		padding: 0 20px 0 0;
	}
	.ev_footer{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 3.416rem;
	}
	#top_event .vm{
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	#top_event{
		padding-top: 11.55rem;
	}
	.event_item_inner{
		padding: 0 30px 0 0;
	}
}
@media screen and (min-width: 1200px){
	.event_item_inner{
		padding: 0 40px 0 0;
	}
	.event_block .slick-list{
		padding-right: 10.4%;
	}
	.ev_footer{
		margin-top: 3.86rem;
	}
}
@media screen and (min-width: 1400px){
	#top_event{
		padding-top: 13.1rem;
	}
}
@media screen and (min-width: 1800px){
	.top_event_inner{
		padding-left: 12.8%;
	}
}
@media screen and (min-width: 1920px){
	.top_event_inner{
		padding-left: 15%;
	}
}
@media screen and (max-width: 767px){
	.ev_footer .btn_position{
		text-align: center;
	}
}


.bar_arrows{
	margin-top: 2.33rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (min-width: 768px){
	.bar_arrows{
		margin-top: 0;
		width: 55.625%;
		flex-direction: row;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1400px){
	.bar_arrows{
		width: 65.625%;
	}
}
/* SLIDE PROGRESS BAR */
#event-progress__bar, #card-progress__bar, #voice-progress__bar, #info-progress__bar {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  position: relative;
}
#event-progress__bar .bar, #card-progress__bar .bar, #voice-progress__bar .bar, #info-progress__bar .bar{
  width: 0%;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #787878;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
@media screen and (min-width: 768px){
	#event-progress__bar, #card-progress__bar, #voice-progress__bar, #info-progress__bar{
		width: calc(100% - 105px);
	}
}
@media screen and (min-width: 992px){
	#event-progress__bar, #voice-progress__bar, #info-progress__bar{
		width: calc(100% - 120px);
	}
}
@media screen and (min-width: 1200px){
	#event-progress__bar, #voice-progress__bar, #info-progress__bar{
		width: calc(100% - 200px);
	}
}
.bar_arrows .arrows{
	width: 75px;
	display: flex;
	justify-content: space-between;
	margin-top: 2.91rem;
}
.bar_arrows .arrows .arrows-left, .bar_arrows .arrows .arrows-right{
	width: 30px;
	height: 30px;
	background-color: #e5c733;
	border-radius: 50%;
	position: relative;
	display: block;
	cursor: pointer;
}
.bar_arrows .arrows .arrows-left::after, .bar_arrows .arrows .arrows-right::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 10px;
}
.bar_arrows .arrows .arrows-left::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
@media screen and (min-width: 768px){
	.bar_arrows .arrows{
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.bar_arrows .arrows{
		width: 80px;
	}
	.bar_arrows .arrows .arrows-left, .bar_arrows .arrows .arrows-right{
		width: 35px;
		height: 35px;
	}
}
@media screen and (min-width: 1200px){
	.bar_arrows .arrows{
		width: 100px;
	}
	.bar_arrows .arrows .arrows-left, .bar_arrows .arrows .arrows-right{
		width: 40px;
		height: 40px;
	}
}

/********************
/* CONSULTATION
********************/
#top_consul{
	position: relative;
	text-align: center;
	margin-top: 8rem;
	margin-bottom: 10rem;
}
.consul_circle{
	position: absolute;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.4;
	background-color: #e5c733;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
#top_consul > .consul_circle{
	top: -25px;
	right: -25px;
}
.consul_inner{
	padding-top: 3.75rem;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}
.consul_inner::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f5f4ee;
	z-index: -1;
}
.consul_txtArea{
	width: 80%;
	margin: 0 auto 4.5rem;
}
.consul_txtArea .c-title2{
	position: relative;
	display: inline-block;
	margin-bottom: 0.88rem;
}
.c-title2 .consul_circle{
	display: none;
}
.consul_txtArea .txt_block p{
	font-weight: 500;
}
#top_consul .vm{
	margin-top: 2.48rem;
}
@media screen and (min-width: 768px){
	#top_consul{
		margin-top: 9.41rem;
		margin-bottom: 12.16rem;
	}
	.consul_inner{
		padding-top: 4.6rem;
	}
	.consul_txtArea{
		margin: 0 auto 4.77rem;
	}
}
@media screen and (min-width: 992px){
	#top_consul{
		text-align: left;
	}
	#top_consul > .consul_circle{
		display: none;
	}
	.consul_inner{
		padding: 3.41rem 0;
	}
	.consul_flex{
		display: flex;
		justify-content: space-between;
		width: 89.84%;
		margin-right: auto;
		margin-left: auto;
	}
	.consul_txtArea{
		width: 47.91%;
		margin: 0;
		padding: 0 3.91%;
		align-self: center;
	}
	.c-title2 .consul_circle{
		display: flex;
		top: -77px;
		right: -80px;
		z-index: -1;
	}
	.consul_img{
		width: 46.52%;
		height: 320px;
		border-radius: 7px;
		overflow: hidden;
	}
	.consul_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 1200px){
	#top_consul{
		margin-top: 10rem;
		margin-bottom: 13.33rem;
	}
	.consul_inner{
		padding: 3rem 0;
		border-radius: 15px;
	}
	.consul_txtArea{
		padding: 0 2.31%;
	}
	.consul_txtArea .c-title2{
		margin-bottom: 1.06rem;
	}
	.c-title2 .consul_circle{
		right: -77px;
		font-size: 1rem;
	}
	.consul_txtArea .txt_block p{
		font-size: 0.86rem;
		letter-spacing: 0.03em;
	}
	.consul_img{
		height: 340px;
		border-radius: 10px;
	}
}
@media screen and (min-width: 1400px){
	.consul_inner{
		padding: 4.33rem 0;
	}
	.consul_txtArea{
		width: 37.91%;
	}
	.consul_img{
		width: 56.52%;
	}
}
@media screen and (min-width: 1665px){
	.consul_img{
		height: auto;
	}
}

/********************
/* ABOUT US
********************/
#top_about{
	position: relative;
	overflow: hidden;
	padding: 9.41rem 0 10rem;
}
.abou_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.abou_img::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.1);
}
.abou_img img {
	height: 200vh;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.about_content{
	position: relative;
	width: 78.93%;
	max-width: 1240px;
	margin: 0 auto;
	color: #fff;
}
.about_logo{
	width: 180px;
	margin: 0 auto 9.08rem;
}
.about_txtArea .en_tit{
	margin-bottom: 4.5rem;
}
.about_build{
	width: 240px;
	margin-bottom: 4.65rem;
}
.about_txtArea .txt_block p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.3;
}
#top_about .vm{
	margin-top: 4.63rem;
}
#top_about .vm:hover{
	background-color: rgba(255,255,255,0.1);
	opacity: 1;
}
@media screen and (min-width: 768px){
	#top_about{
		padding: 13rem 0 16.21rem;
	}
	.abou_img img{
		height: 120vh;
	}
	.about_content{
		display: flex;
		justify-content: space-between;
	}
	.about_content .en_tit{
		margin-bottom: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.about_logo{
		margin: 0;
		align-self: center;
	}
	.about_txtArea{
		width: 60.57%;
	}
}
@media screen and (min-width: 992px){
	.abou_img img{
		height: 145vh;
	}
	.about_content{
		padding-left: 40px;
	}
	.about_content .en_tit{
		left: 40px;
	}
	.about_logo{
		width: 220px;
	}
	.about_txtArea{
		width: 58.57%;
	}
}
@media screen and (min-width: 1200px){
	#top_about{
		padding: 18rem 0 20.53rem;
	}
	.abou_img img{
		height: 230vh;
	}
	.about_content{
		padding-left: 60px;
	}
	.about_content .en_tit{
		left: 60px;
	}
	.about_logo{
		width: 260px;
	}
	.about_build{
		width: 310px;
		margin-bottom: 4.3rem;
	}
	.about_txtArea .txt_block p{
		line-height: 2.8;
	}
	.about_txtArea{
		width: 56.01%;
	}
	#top_about .vm{
		margin-top: 4.33rem;
	}
}
@media screen and (min-width: 1600px){
	#top_about{
		padding: 16.2rem 0 22.9rem;
	}
	.abou_img img{
		height: 220vh;
	}
	.about_logo{
		width: 380px;
	}
	.about_txtArea{
		width: 52.57%;
	}
}
@media screen and (min-width: 1800px){
	.about_content{
		padding-left: 0;
	}
	.about_content .en_tit{
		left: 0;
	}
	.about_txtArea{
		width: 47.01%;
	}
}
@media screen and (min-width: 1920px){
	.abou_img img{
		height: 200vh;
	}	
}
@media screen and (max-width: 767px){
	#top_about .vm{
		max-width: 210px;
	}
}



/********************
/* LINE UP
********************/
#top_lineup{
	position: relative;
	padding: 8.75rem 0 10rem;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}
#top_lineup::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f5f4ee;
	z-index: -1;
}
.lineup_container{
	width: 78.93%;
	max-width: 1180px;
	margin: 0 auto;
}
#top_lineup .c-title1{
	margin-bottom: 4.85rem;
}
.lu_imgArea{
	width: 100%;
	height: 100%;
	aspect-ratio: 295 / 221;
}
.slider-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.card-item {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.card-item img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
/* 初期状態 */
.card-item:nth-child(1) {
	transform: translateX(0) scale(1);
	z-index: 2;
}
.card-item:nth-child(2) {
	transform: translateX(-10px) scale(1) rotate(-5deg);
	z-index: 1;
	opacity: 0.8;
}
/* プログレスバー */
#top_lineup .progress-container{
	width: 26.1%;
	margin-top: 0.83rem;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_lineup .progress-container .f-eng{
	font-size: 0.93rem;
	font-weight: 400;
	letter-spacing: 0;
}
#top_lineup #card-progress__bar{
	width: 51.94%;
	background-color: rgba(0,0,0,0.3);
}
#top_lineup #card-progress__bar .bar{
	background-color: #000;
}
.lu_txtArea{
	position: relative;
	margin-top: 2.11rem;
}
.lu_txtArea::after{
	position: absolute;
	content: "";
	background-image: url("../images/lineup_bg.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 450px;
	height: 470px;
	display: block;
	left: 50%;
	top: -85px;
	transform: translateX(-50%);
	z-index: -1;
}
.lu_slider .slick-list{
	overflow: unset;
}
.lu_en_tit{
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	position: relative;
	margin-bottom: 1.65rem;
}
.lu_en_tit .no{
	position: absolute;
	width: 20px;
	top: 3px;
	left: -20px;
	font-size: 0.75rem;
}
.lu_tit{
	font-size: 1.66rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-bottom: 1.46rem;
}
.lu_txtArea .txt_block p{
	letter-spacing: 0.03em;
	text-align: justify;
}
#top_lineup .vm{
	margin-top: 3.16rem;
}
@media screen and (min-width: 768px){
	#top_lineup{
		padding: 12.4rem 0 14.41rem;
		border-radius: 0 0 50px 0;
	}
	.lu_flex{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.lu_imgArea{
		aspect-ratio: 17 / 24;
		width: 40%;
		position: relative;
	}
	#top_lineup .progress-container{
		width: 96px;
		margin-top: 0;
		position: absolute;
		right: -90px;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		z-index: 2;
	}
	.lu_txtArea{
		width: 50%;
		align-self: center;
		margin: 0;
	}
	.lu_txtArea::after{
		width: 188%;
		height: 450px;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}
@media screen and (min-width: 992px){
	#top_lineup{
		padding: 15.25rem 0 18.66rem;
	}
	.lu_imgArea{
		width: 45%;
	}
	.lu_txtArea{
		width: 43%;
	}
	.lu_txtArea::after{
		height: 570px;
	}
}
@media screen and (min-width: 1200px){
	#top_lineup{
		border-radius: 0 0 80px 0;
	}
	#top_lineup .c-title1{
		margin-bottom: 9.36rem;
	}
	.lu_imgArea{
		width: 43%;
	}
	#top_lineup .progress-container{
		right: -100px
	}
	.lu_txtArea{
		width: 47%;
	}
	.lu_txtArea::after{
		height: 600px;
	}
	.lu_en_tit{
		font-size: 1.66rem;
		margin-bottom: 4.16rem;
	}
	.lu_en_tit .no{
		width: 35px;
		left: -35px;
		font-size: 0.86rem;
	}
	.lu_tit{
		font-size: 2.13rem;
		line-height: 1.7;
		margin-bottom: 2.7rem;
	}
	.lu_txtArea .txt_block p{
		line-height: 2;
	}
	#top_lineup .vm{
		margin-top: 3.96rem;
	}
}
@media screen and (min-width: 1400px){
	#top_lineup{
		padding: 12.4rem 0 18.66rem;
	}
	.lu_imgArea{
		width: 49%;
	}
	#top_lineup .progress-container{
		right: -110px
	}
	.lu_txtArea{
		width: 38.2%;
	}
	.lu_txtArea::after{
		height: 710px;
	}
}
@media screen and (min-width: 1600px){
	#top_lineup .progress-container{
		right: -130px
	}
	.lu_txtArea::after{
		height: 890px;
	}
}
@media screen and (max-width: 767px){
	#top_lineup .vm{
		max-width: 210px;
	}
}

/********************
/* WORKS
********************/
#top_works{
	padding: 7.83rem 0 10rem;
	overflow: hidden;
}
#top_works .c-title1{
	text-align: center;
	margin-bottom: 4.35rem;
}
.works_titArea .works_btn{
	display: none;
}
.works_btn{
	text-align: center;
	margin-top: 4.16rem;
}
.works_item_inner{
	padding: 0 10px;
}
.works_block .slick-prev, .works_block .slick-next{
	width: 40px;
	height: 40px;
	background-color: #fff;
	z-index: 1;
	transform: translateY(-50%);
	top: calc(50% - 7rem);
}
.works_block .slick-prev{
	left: calc(8% - 20px);
}
.works_block .slick-next{
	right: calc(8% - 20px);
}
.works_block .slick-prev::before, .works_block .slick-next::before{
	position: absolute;
	content: "";
	width: 9px;
	height: 8px;
	background-image: url("../images/arrow_blue.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
}
.works_block .slick-prev::before{
	transform: translate(-50%,-50%) rotate(180deg);
}
.works_block .slick-next::before{
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 768px){
	#top_works{
		padding: 11.33rem 0 11.9rem;
	}
	.works_titArea{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 4.84rem;
	}
	.works_btn{
		display: none;
	}
	#top_works .c-title1{
		text-align: left;
		margin-bottom: 0;
	}
	.works_titArea .works_btn{
		display: block;
		margin: 0;
	}
	.works_block .slick-prev, .works_block .slick-next{
		width: 60px;
		height: 60px;
	}
	.works_block .slick-prev{
		left: calc(25.27% - 30px);
	}
	.works_block .slick-next{
		right: calc(25.27% - 30px);
	}
	.works_block .slick-prev::before, .works_block .slick-next::before{
		width: 13px;
		height: 12px;
	}
}
@media screen and (min-width: 992px){
	#top_works{
		padding: 12.87rem 0 13.33rem;
	}
}
@media screen and (min-width: 1200px){
	.works_titArea{
		margin-bottom: 5.33rem;
	}
	.works_item_inner{
		padding: 0 20px;
	}
	.works_block .slick-prev, .works_block .slick-next{
		width: 80px;
		height: 80px;
	}
	.works_block .slick-prev{
		left: calc(25.27% - 40px);
	}
	.works_block .slick-next{
		right: calc(25.27% - 40px);
	}
	.works_block .slick-prev::before, .works_block .slick-next::before{
		width: 18px;
		height: 15px;
	}
	#top_works .works_category{
		margin-top: 3.13rem;
	}
	#top_works .works_category.simplenote{
		width: 220px;
	}
	#top_works .works_category.custom{
		width: 170px;
	}
}
@media screen and (min-width: 1400px){
	#top_works{
		padding: 13.26rem 0 13.33rem;
	}
}

/********************
/* VOICE
********************/
#top_voice{
	position: relative;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	color: #fff;
	padding: 9rem 0 10.83rem;
}
#top_voice::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #d95f4c;
	z-index: -1;
}
.voice_main{
	width: 78.93%;
	max-width: 1374px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2.56rem;
}
.voice_main .c-title1{
	margin-bottom: 4.1rem;
}
.top_voice_inner{
	padding-left: 10.535%;
}
#top_voice .voice_block{
	margin-top: 0;
}
.voice_block .slick-list{
	padding-right: 5.33%;
}
#top_voice .voice_item{
	margin-top: 0;
}
#top_voice .voice_item a{
	color: #fff;
}
#top_voice .voice_item_inner{
	padding-right: 20px;
}
#top_voice .voice_item_inner .voice_no{
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1;
}
#top_voice .voice_pf{
	color: #fff;
}
#top_voice .ev_footer{
	width: 89.33%;
	max-width: 1095px;
	margin-right: auto;
}
#top_voice #voice-progress__bar{
	background-color: #fff;
}
#top_voice #voice-progress__bar .bar{
	background-color: #e5c733;
}
#top_voice .bar_arrows{
	margin-top: 3.16rem;
}
#top_voice .vm{
	margin-top: 3.33rem;
}
#top_voice .vm:hover{
	background-color: rgba(255,255,255,0.1);
	opacity: 1;
}
@media screen and (min-width: 768px){
	#top_voice{
		border-radius: 0 0 50px 50px;
		padding: 12.16rem 0 13.33rem;
	}
	#top_voice .voice_block{
		display: block;
	}
	.voice_block .slick-list {
		padding-right: 22.7%;
	}
	#top_voice .voice_item{
		width: auto;
		margin-right: 0;
	}
	#top_voice .voice_item_inner{
		padding: 12px 28px 0 12px;
	}
	#top_voice .ev_footer{
		padding-left: 12px;
	}
	#top_voice .bar_arrows{
		margin-top: 0;
	}
	#top_voice .vm{
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	#top_voice{
		border-radius: 0 50px 50px 0;
		padding: 13.5rem 0 14.58rem;
	}
	.voice_main{
		display: flex;
	}
	.voice_main .c-title1{
		margin-right: 9.33rem;
		margin-bottom: 0;
	}
	.voice_main .txt_block{
		margin-top: 7px;
	}
	.top_voice_inner{
		padding-left: calc(25.27% + 20px);
	}
}
@media screen and (min-width: 1200px){
	#top_voice{
		border-ravdius: 0 80px 80px 0;
	}
	.voice_main{
		margin-bottom: 3.53rem;
	}
	.voice_main .txt_block{
		margin-top: 10px;
	}
	#top_voice .voice_item_inner{
		padding: 25px 33px 0 22px;
	}
	#top_voice .ev_footer{
		padding-left: 22px;
		margin-top: 5.7rem;
	}
}
@media screen and (min-width: 1400px){
	#top_voice{
		padding: 13.4rem 0 14.6rem;
	}
}

/********************
/* OTHER
********************/
#top_other{
	margin-top: 9rem;
	margin-bottom: 8.2rem;
}
#top_other .voice_main{
	margin-bottom: 5.85rem;
}
#top_other .voice_main .c-title1{
	text-align: center;
}
.other_inner{
	width: 78.93%;
	margin-right: auto;
	margin-left: auto;
}
.other_inner ul{
	margin-bottom: 0;
}
.other_inner ul li{
	list-style: none;
}
.other_inner ul li:first-child{
	margin-bottom: 4.7rem;
}
.other_inner ul li a{
	display: block;
	color: #000;
}
.other_inner ul li a:hover{
	text-decoration: none;
}
.other_img{
	border-radius: 7px;
	overflow: hidden;
}
.other_tit{
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}
.other_tit .c-title1{
	font-size: 0.91rem;
	margin-top: -3px;
	margin-bottom: 0;
}
.other_tit .c-title1 .f-eng{
	font-size: 1.75rem;
	margin-bottom: 1.06rem;
}
.other_tit .arrow{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #e5c733;
	position: relative;
}
.other_tit .arrow::after{
	position: absolute;
	content: "";
	width: 9px;
	height: 8px;
	background-image: url("../images/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 768px){
	#top_other{
		margin-top: 12rem;
	}
	
	.other_inner ul{
		display: flex;
		justify-content: center;
	}
	.other_inner ul li{
		width: calc((100% - 3.33rem)/2);
	}
	.other_inner ul li:first-child{
		margin-right: 3.3rem;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
	#top_other{
		margin-top: 13.25rem;
	}
	#top_other .voice_main .c-title1{
		text-align: left;
	}
	.other_inner{
		padding-left: 25.27%;
		margin-left: 0;
		width: 89.4%;
		max-width: calc(25.27% + 1080px);
	}
}
@media screen and (min-width: 1200px){
	.other_inner ul li{
		width: calc((100% - 4rem)/2);
	}
	.other_inner ul li:first-child{
		margin-right: 4rem;
	}
	.other_img{
		border-radius: 10px;
	}
	.other_tit{
		margin-top: 2.66rem;
	}
	.other_tit .c-title1{
		font-size: 0.86rem;
	}
	.other_tit .c-title1 .f-eng{
		font-size: 2.13rem;
		margin-bottom: 1.06rem;
	}
	.other_tit .arrow{
		width: 40px;
		height: 40px;
	}
	.other_tit .arrow::after{
		width: 12px;
		height: 10px;
	}
}
@media screen and (min-width: 1400px){
	#top_other{
		margin-top: 12.9rem;
		margin-bottom: 13.46rem;
	}
}

/********************
/* INFO
********************/
#top_info{
	padding-top: 6.66rem;
	padding-bottom: 9.16rem;
	position: relative;
	width: 100%;
	box-sizing: border-box; /* パディングを含めた幅を設定 */
    overflow: hidden;
}
#top_info::before{
	position: absolute;
	content: "";
	background-color: #f5f4ee;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	border-radius: 0 0 30px 30px;
	z-index: -1;
}
.top_info_flex{
	width: 78.93%;
	margin: 0 auto;
}
.top_info_titArea{
	margin-bottom: 3.33rem;
}
#top_info .c-title1{
	text-align: center;
	margin-bottom: 4.2rem;
}
#nav-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-bottom: 0;
}
#nav-info li{
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	list-style: none;
	margin-right: 20px;
	font-size: 1.08rem;
	font-weight: 400;
	letter-spacing: 0;
	color: #000;
	line-height: 1;
	display: inline-block;
	position: relative;
}
#nav-info li:last-child{
	margin-right: 0;
}
#nav-info li.active::after{
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #000;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#top_info .post{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	margin-bottom: 0;
	width: 100%;
	top: 0;
	left: 0;
}
#top_info .post.active{
	opacity: 1;
	visibility: visible;
	position: relative;
	letter-spacing: 0;
}
.post_item_inner{
	padding: 0 1rem;
}
.post_scroll {
	display: block; /* ブロック表示にする */
    width: 100%; /* コンテナ幅を100%に固定 */
	height: auto; /* 必要に応じて調整 */
	box-sizing: border-box;
}
.post_scroll > * {
    max-width: 100%;
    width: 100%;
    min-width: 0; /* min-width がある場合は無効化 */
	height: 0;
}
.active .post_scroll > * {
	height: unset;
}
#top_info .vm{
	margin-top: 5rem;
}
@media screen and (min-width: 576px){
	.top_info_titArea{
		margin-bottom: 2.6rem;
	}
}
@media screen and (min-width: 768px){
	#top_info{
		padding-top: 9.16rem;
		padding-bottom: 12.53rem;
	}
}
@media screen and (min-width: 992px){
	#top_info{
		padding-top: 11.66rem;
		padding-bottom: 15.9rem;
	}
	#top_info::before{
		width: 80.5%;
		border-radius: 50px 0 0 50px;
	}
	.top_info_flex{
		display: flex;
		justify-content: space-between;
		width: 81.77%;
		max-width: 1472px;
	}
	.top_info_left{
		width: 250px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.top_info_titArea{
		margin-bottom: 0;
	}
	#top_info .c-title1{
		text-align: left;
	}
	#nav-info{
		flex-direction: column;
		padding-bottom: 0;
		padding-left: 27px;
	}
	#nav-info li{
		margin-right: 0;
		margin-bottom: 1.8rem;
		width: 61px;
	}
	#nav-info li:last-child{
		margin-bottom: 0;
	}
	#nav-info li.active::after{
		top: 50%;
		bottom: unset;
		left: -27px;
		transform: translateY(-50%);
	}
	#top_info .vm{
		margin-top: 0;
		padding: 1.15rem 5.5rem;
	}
	.top_info_right{
		width: calc((100% - 250px) - 6rem);
	}
}
@media screen and (min-width: 1200px){
	#top_info::before{
		width: 77.5%;
		border-radius: 80px 0 0 80px;
	}
	.top_info_left{
		width: 260px;
	}
	#top_info .c-title1{
		margin-bottom: 4.06rem;
	}
	#nav-info li{
		font-size: 0.93rem;
	}
	.top_info_right{
		width: calc((100% - 260px) - 8.66rem);
		max-width: 1080px;
	}
}
@media screen and (min-width: 1400px){
	#top_info{ 
		padding-top: 16.66rem;
		padding-bottom: 22.66rem;
	}
	#top_info::before{
		width: 79.5%;
	}
	.top_info_left{
		min-height: 370px;
	}
}
@media screen and (min-width: 1600px){
	#top_info::before{
		width: 81%;
	}
	.top_info_left{
		min-height: 401px;
	}	
}
@media screen and (min-width: 1800px){
	#top_info::before{
		width: 81.5%;
	}
}
