@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
/**************************
/* text
**************************/
.p_copy{
	font-size: 1.69rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
@media screen and (min-width: 1200px){
	.p_copy{
		font-size: 1.8rem;
		line-height: 1.66;
	}
}
/**************************
/* 会社案内
**************************/
/***** cm_main_container *****/
.cm_main_container{
	width: 100%;
}
/* cm_main_index */
.cm_main_index{
	display: none;
	margin-bottom: 0;
}
.cm_main_index li{
	list-style: none;
	transition: .3s;
}
.cm_main_index li a{
	color: #000;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1;
	transition: .3s;
}
.cm_main_index li a:hover{
	text-decoration: none;
	opacity: 1;
}
/* cm_main_con */
.cm_main_con{
	position: relative;
}
.cm_main_con::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	bottom: 0;
	left: 0;
}
.cm_main_con > ul{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
.cm_main_con > ul > li{
	list-style: none;
	position: relative;
	padding-bottom: 3.23rem;
	margin-bottom: 3.84rem;
}
.cm_main_con > ul > li:last-child{
	margin-bottom: 0;
}
.cm_main_con > ul > li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	bottom: 0;
	left: 0;
}
.cm_main_con > ul > li:last-child::after{
	display: none;
}
.cm_main_img{
	margin-bottom: 2.47rem;
}
.cm_main_con .c-title1{
	margin-bottom: 1.83rem;
}
.cm_main_txtArea .txt_block{
	text-align: justify;
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 2;
}
.cm_main_txtArea .ryuism{
	display: flex;
	flex-wrap: wrap;
}
.cm_main_txtArea .ryuism ul{
	margin-bottom: 0;
	width: 50%;
}
.cm_main_txtArea .ryuism ul:last-child{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.cm_main_txtArea .ryuism ul:last-child li{
	width: 50%;
}
.cm_main_txtArea .ryuism ul li{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 576px){
	.cm_main_txtArea .txt_block{
		font-size: 1.15rem;
	}
	.cm_main_txtArea .ryuism ul, .cm_main_txtArea .ryuism ul:last-child, .cm_main_txtArea .ryuism ul:last-child li{
		width: auto;
	}
	.cm_main_txtArea .ryuism ul:last-child{
		display: block;
	}
	.cm_main_txtArea .ryuism ul + ul{
		margin-left: 40px;
	}
}
@media screen and (min-width: 768px){
	.cm_main_container{
		width: 97.055%;
		margin-left: auto;
	}
	.cm_main_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	/* cm_main_index */
	.cm_main_index{
		display: block;
		position: sticky;
		top: 125px;
	}
	.cm_main_index li + li{
		margin-top: 0.62rem;
	}
	.cm_main_index li.select{
		padding-left: 14px;
		position: relative;
	}
	.cm_main_index li.select::before{
		position: absolute;
		content: "";
		width: 5px;
		height: 5px;
		background-color: #000;
		border-radius: 50%;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.cm_main_index li a{
		opacity: 0.3;
	}
	.cm_main_index li.select a{
		opacity: 1;
	}
	/* cm_main_con */
	.cm_main_con{
		width: 83.63%;
	}
	.cm_main_con > ul{
		width: 96.503%;
		margin-left: 0;
	}
	.cm_main_con > ul > li{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.cm_main_img{
		width: 34.85%;
		margin-bottom: 0;
	}
	.cm_main_txtArea{
		width: 58.52%;
		align-self: center;
	}
	.cm_main_txtArea .ryuism{
		display: flex;
		flex-wrap: wrap;
	}
	.cm_main_txtArea .ryuism ul{
		width: 50%;
	}
	.cm_main_txtArea .ryuism ul:last-child{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.cm_main_txtArea .ryuism ul + ul{
		margin-left: 0;
	}
	.cm_main_txtArea .ryuism ul:last-child li{
		width: 50%;
	}
}
@media screen and (min-width: 992px){
	/* cm_main_con */
	.cm_main_txtArea .ryuism ul, .cm_main_txtArea .ryuism ul:last-child, .cm_main_txtArea .ryuism ul:last-child li{
		width: auto;
	}
	.cm_main_txtArea .ryuism ul:last-child{
		display: block;
	}
	.cm_main_txtArea .ryuism ul + ul{
		margin-left: 40px;
	}
}
@media screen and (min-width: 1200px){
	/* cm_main_index */
	.cm_main_index{
		top: 150px;
	}
	.cm_main_index li + li{
		margin-top: 0.93rem;
	}
	.cm_main_index li.select{
		padding-left: 16px;
	}
	.cm_main_index li.select::before{
		width: 6px;
		height: 6px;
	}
	/* cm_main_con */
	.cm_main_con > ul > li{
		padding-bottom: 5.33rem;
		margin-bottom: 5.33rem;
	}
	.cm_main_con .c-title1{
		margin-bottom: 3.53rem;
	}
	.cm_main_txtArea .txt_block{
		font-size: 1.2rem;
		line-height: 2.3;
	}
	.cm_main_txtArea .ryuism ul + ul{
		margin-left: 50px;
	}
}
@media screen and (min-width: 1400px){
	/* cm_main_con */
	.cm_main_con{
		width: 86.73%;
	}
	.cm_main_img{
		width: 39.85%;
	}
	.cm_main_txtArea{
		width: 52.22%;
	}
	.cm_main_txtArea .ryuism ul + ul{
		margin-left: 60px;
	}
}
@media screen and (min-width: 1600px){
	/* cm_main_con */
	.cm_main_txtArea .ryuism ul + ul{
		margin-left: 75px;
	}
}
@media screen and (min-width: 1700px){
	/* cm_main_con */
	.cm_main_img{
		height: 450px;
	}
	#page-main .cm_main_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/***** MESSAGE *****/
.cm_msg{
	margin-top: 7.69rem;
}
.cm_msg_img{
	margin-bottom: 4.01rem;
}
.cm_msg_pro{
	display: flex;
	justify-content: space-between;
}
.msg_pro_img{
	width: 35.47%;
}
.msg_pro_txtArea{
	width: 53.8%;
	align-self: center;
}
.cm_msg .c-title1{
	margin-bottom: 2.37rem;
}
.cm_msg_txtArea .txt_block{
	text-align: justify;
	line-height: 2;
	letter-spacing: 0;
}
.cm_msg_pro{
	margin-top: 1.8rem;
	width: 100%;
	max-width: 420px;
}
.msg_pro_ceo{
	font-size: 0.84rem;
	letter-spacing: 0.03em;
	line-height: 1.92;
	color: #8c8c8c;
	margin-bottom: 0.2rem;
}
.msg_pro_name{
	font-size: 1.23rem;
	letter-spacing: 0.15em;
	line-height: 2;
	margin-bottom: 0.2rem;
}
.msg_pro_eng{
	color: #8c8c8c;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.cm_msg{
		display: flex;
		justify-content: space-between;
	}
	.cm_msg_img{
		width: 43.75%;
		height: auto;
		margin-bottom: 0;
	}
	#page-main .cm_msg_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.cm_msg_txtArea{
		align-self: center;
		width: 46.875%;
	}
	.cm_msg_txtArea .inner{
		width: 100%;
		max-width: 650px;
	}
}
@media screen and (min-width: 1200px){
	.cm_msg{
		margin-top: 10rem;
	}
	.cm_msg .c-title1{
		margin-bottom: 4.53rem;
	}
	.cm_msg_pro{
		margin-top: 3.15rem;
	}
	.msg_pro_img{
		width: 40.47%;
	}
	.msg_pro_txtArea{
		width: 48.8%;
	}
	.msg_pro_ceo{
		font-size: 0.86rem;
		margin-bottom: 0.26rem;
	}
	.msg_pro_name{
		font-size: 1.4rem;
		margin-bottom: 0.26rem;
	}
	.msg_pro_eng{
		font-size: 0.86rem;
	}
}
@media screen and (min-width: 1600px){
	.cm_msg_img{
		height: 772px;
	}
}
/***** OUTLINE *****/
.cm_ol{
	position: relative;
	margin-top: 7.69rem;
	padding-top: 7.15rem;
}
.cm_ol::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	top: 0;
	left: 0;	
}
.cm_ol .c-title1{
	margin-bottom: 3.34rem;
}
.cm_ol_con{
	font-size: 1rem;
	letter-spacing: 0.15em;
	line-height: 1.66;
}
.cm_ol_con ul{
	margin-bottom: 0;
}
.cm_ol_con ul li{
	list-style: none;
	position: relative;
	padding: 1.45rem 0;
}
.cm_ol_con ul li::before, .cm_ol_con ul li::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	left: 0;
}
.cm_ol_con ul li:first-child::before{
	content: "";
	top: 0;
}
.cm_ol_con ul li::after{
	content: "";
	bottom: 0;
}
.cm_ol_con .youtube{
	padding: 0;
	height: 100%;
	aspect-ratio: 33 / 20;
	margin-top: 3.44rem;
}
@media screen and (min-width: 768px){
	.cm_ol{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding-top: 7.46rem;
	}
	.cm_ol .c-title1{
		margin-bottom: 0;
	}
	.cm_ol_con{
		width: 62.5%;
	}
	.cm_ol_con .youtube{
		aspect-ratio: 20 / 11;		
	}
}
@media screen and (min-width: 992px){
	.cm_ol_con ul li{
		display: flex;
	}
	.cm_ol_con ul li .item{
		width: 200px;
	}
	.cm_ol_con ul li .con{
		width: calc(100% - 200px);
	}
}
@media screen and (min-width: 1200px){
	.cm_ol{
		margin-top: 10rem;
		padding-top: 9.66rem;
	}
	.cm_ol_con ul li{
		padding: 1.73rem 0;
	}
	.cm_ol_con ul li .item{
		width: 250px;
	}
	.cm_ol_con ul li .con{
		width: calc(100% - 250px);
	}
	.cm_ol_con .youtube{
		aspect-ratio: 20 / 9;
		margin-top: 4.93rem;
	}
}
@media screen and (min-width: 1600px){
	.cm_ol_con ul li .item{
		width: 300px;
	}
	.cm_ol_con ul li .con{
		width: calc(100% - 300px);
	}
}
/***** PERTNER *****/
.cm_ptn{
	margin-top: 7.09rem;
}
.cm_ptn .c-title1{
	margin-bottom: 3.34rem;
}
.ptn_block{
	margin-bottom: 0;
}
.ptn_pro_block + .ptn_pro_block{
	margin-top: 1.22rem;
	padding-top: 1.46rem;
}
.ptn_pro_block p + p{
	margin-top: 1.05rem;
}
.ptn_pro_block p a{
	color: #000;
	text-decoration: underline;
	transition: .3s;
}
.ptn_pro_block p a:hover{
	opacity: 0.8;
}
.ptn_block > li{
	list-style: none;
}
.ptn_block > li + li{
	margin-top: 5.55rem;
}
.ptn_imgArea{
	margin-bottom: 2.94rem;
}
.ptn_imgArea a{
	display: inline-block;
	margin-top: 2.2rem;
	transition: .3s;
}
.ptn_imgArea a .f-eng{
	display: block;
	color: #000;
	font-size: 1.23rem;
	line-height: 1;
	letter-spacing: 0.02em;
}
.ptn_imgArea a .f-jp{
	color: #646464;
	text-decoration: underline;
	letter-spacing: 0;
	font-size: 0.76rem;
}
.ptn_imgArea a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.cm_ptn_txt{
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 3.24rem;
}
.ptn_pro{
	position: relative;
	padding-bottom: 2.23rem;
	margin-bottom: 1.8rem;
}
.ptn_pro::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	bottom: 0;
	left: 0;
}
.ptn_office{
	line-height: 1.66;
	letter-spacing: 0;
	margin-bottom: 0.36rem;
}
.ptn_name{
	font-size: 1.23rem;
	line-height: 2;
	letter-spacing: 0.15em;
	margin-bottom: 0;
}
.ptn_name .f-eng{
	display: block;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #8c8c8c;
	margin-top: 0.3rem;
}
.ptn_pro_block{
	position: relative;
	line-height: 2;
	letter-spacing: 0;
}
.ptn_pro_block + .ptn_pro_block::before{
	position: absolute;
	content: "";
	width: 48px;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	top: 0;
	left: 0;	
}
.ptn_pro_block p{
	margin-bottom: 0;
}
.ptn_pro_block ul{
	margin-bottom: 0;
}
.ptn_pro_block ul li{
	list-style: none;
	display: flex;
}
.ptn_pro_block ul li .year{
	width: 48px;
	margin-right: 14px;
}
.ptn_pro_block ul li .txt{
	width: calc(100% - (48px + 14px));
}
@media screen and (min-width: 768px){
	.cm_ptn{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.cm_ptn_con{
		width: 62.5%;
	}
	.ptn_block > li{
		display: flex;
		justify-content: space-between;
	}
	.ptn_imgArea{
		width: 30%;
		margin-bottom: 0;
	}
	.ptn_txtArea{
		width: 63%;
	}
}
@media screen and (min-width: 992px){
	.ptn_imgArea{
		width: 35%;
		margin-bottom: 0;
	}
	.ptn_txtArea{
		width: 58%;
	}
	
}
@media screen and (min-width: 1200px){
	.cm_ptn{
		margin-top: 9.5rem;
	}
	.cm_ptn_txt{
		margin-bottom: 5.66rem;
	}
	.ptn_pro_block + .ptn_pro_block{
		margin-top: 2.16rem;
		padding-top: 2.13rem;
	}
	.ptn_pro_block p + p{
		margin-top: 1.9rem;
	}
	.ptn_block > li + li{
		margin-top: 6.4rem;
	}
	.ptn_imgArea a{
		margin-top: 4.1rem;
	}
	.ptn_imgArea a .f-eng{
		font-size: 1.33rem;
	}
	.ptn_imgArea a .f-jp{
		font-size: 0.8rem;
	}
	.ptn_pro{
		padding-bottom: 3.86rem;
		margin-bottom: 3.4rem;
	}
	.ptn_office{
		margin-bottom: 0.93rem;
	}
	.ptn_name{
		font-size: 1.4rem;
	}
	.ptn_name .f-eng{
		font-size: 0.86rem;
		margin-top: 0.16rem;
	}
	.ptn_pro_block::before{
		width: 50px;
	}
	.ptn_pro_block ul li .year{
		width: 50px;
		margin-right: 16px;
	}
	.ptn_pro_block ul li .txt{
		width: calc(100% - (50px + 16px));
	}
}
@media screen and (min-width: 1400px){
	.ptn_imgArea{
		width: 40%;
		margin-bottom: 0;
	}
	.ptn_txtArea{
		width: 53%;
	}
}
/* partner modal */
.st_modal{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
    top: 0;
	z-index: 999999;
}
.modal__content{
    background: rgba(0,0,0,0.9);
    left: 50%;
	padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
	-webkit-overflow-scrolling: touch;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.modal__content a{
	position: absolute;
	right: 20px;
	top: 20px;
	text-decoration: none;
}
.modal__content a .close_btn{
	width: 25px;
	height: 25px;
	display: block;
	position: relative;
}
.modal__content a .close_btn::before, .modal__content a .close_btn::after{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 35px;
	height: 1px;
	background-color: #fff;
}
.modal__content a .close_btn::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
.modal__content a .close_btn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.modal_inner{
	width: 70%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 1200px){
	.modal__content a{
		top: 40px;
		right: 40px;
	}
	.modal__content a .close_btn{
		width: 30px;
		height: 30px;
	}
	.modal__content a .close_btn::before, .modal__content a .close_btn::after{
		width: 44px;
	}
}
/* partner slide */
.partner_slide .item{
	width: 100%;
	height: 100%;
	aspect-ratio: 1000 / 667;
}
#page-main .partner_slide .item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.partner_slide .slick-prev, .partner_slide .slick-next{
	background-color: transparent;
	width: 22px;
	height: 18px;
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.partner_slide .slick-prev{
	left: calc(-22px + -15px);
	transform: rotate(180deg);
}
.partner_slide .slick-next{
	right: calc(-22px + -15px);
}
.partner_slide .slick-prev::before, .partner_slide .slick-next::before{
	display: none;
}
@media screen and (min-width: 768px){
	.partner_slide .slick-prev{
		left: calc(-22px + -35px);
	}
	.partner_slide .slick-next{
		right: calc(-22px + -35px);
	}
}
@media screen and (min-width: 1200px){
	.partner_slide .slick-prev, .partner_slide .slick-next{
		width: 32px;
		height: 26px;
	}
	.partner_slide .slick-prev{
		left: calc(-32px + -70px);
	}
	.partner_slide .slick-next{
		right: calc(-32px + -70px);
	}	
}
/***** 協力業者 *****/
.cm_ptn_no_txt{
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 2;
	margin-bottom: 3.0307rem;
}
.ptn_block_no{
	margin-bottom: 0;
}
.ptn_block_no li{
	position: relative;
	padding: 1.807rem 0 1.8461rem;
	list-style: none;
	display: flex;
}
.ptn_block_no li:last-child{
	margin-bottom: 0;
}
.ptn_block_no li span{
	margin-right: 5px;
}
.ptn_block_no li:first-child::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	top: 0;
	left: 0;
}
.ptn_block_no li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 576px){
	.cm_ptn_no_txt{
		font-size: 1.15rem;
	}
}

@media screen and (min-width: 1200px){
	.cm_ptn_no_txt{
		font-size: 1.2rem;
		line-height: 2.3;
	}
	.ptn_block_no li span{
		margin-right: 10px;
	}
}



/**************************
/* スタッフ紹介
**************************/
.staff_block{
	margin-bottom: 0;
}
.staff_block li{
	list-style: none;
	margin-top: 2.87rem;
}
.staff_block li:first-child{
	margin-top: 0;
}
.staff_img{
	margin-bottom: 1.238rem;
}
.staff_yaku{
	letter-spacing: 0;
	line-height: 1.66;
	margin-bottom: 0.59rem;
}
.staff_name{
	font-size: 1.23rem;
	line-height: 2;
	letter-spacing: 0.15em;
	margin-bottom: 0;
}
.staff_name .f-eng{
	display: block;
	color: #8c8c8c;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.2rem;
}
@media screen and (min-width: 768px){
	.staff_block{
		display: flex;
		flex-wrap: wrap;
	}
	.staff_block li{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
	}
	.staff_block li:nth-child(2), .staff_block li:nth-child(3){
		margin-top: 0;
	}
	.staff_block li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.staff_block li{
		width: calc((100% - 80px)/3);
		margin-right: 40px;
	}
}
@media screen and (min-width: 1200px){
	.staff_block li{
		width: calc((100% - 100px)/3);
		margin-top: 4.76rem;
		margin-right: 50px;
	}
	.staff_img{
		margin-bottom: 1.6rem;
	}
	.staff_yaku{
		margin-bottom: 1.03rem;
	}
	.staff_name{
		font-size: 1.4rem;
	}
	.staff_name .f-eng{
		font-size: 0.86rem;
		margin-top: 0.13rem;
	}
}
/**************************
/* お問い合わせ
**************************/
.p_contact_index{
	margin-bottom: 0
}
.p_contact_index li{
	list-style: none;
}
.p_contact_index li + li{
	margin-top: 1.04rem;
}
.p_contact_index li a{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	font-size: 0.84rem;
	letter-spacing: 0;
	transition: .3s;
}
.p_contact_index li a .arrow{
	width: 10px;
	height: 8px;
	position: relative;
}
.p_contact_index li a .arrow::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .3s;
}
.p_contact_index li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.p_contact_index li a:hover .arrow::after{
	left: 5px;
}
.p_contact_index li.active a{
	opacity: 0.3;
}
.p_contact_index li.active a:hover .arrow::after{
	left: 0;
}
.p_contact_con{
	position: relative;
	padding-top: 4.23rem;
	margin-top: 4.11rem;
}
.p_contact_con::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px){
	.p_contact_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.p_contact_con{
		width: 68.75%;
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	.p_contact_index li + li{
		margin-top: 1.5rem;
	}
	.p_contact_index li a{
		width: 110px;
		font-size: 0.86rem;
	}
	.p_contact_index li a .arrow{
		width: 12px;
		height: 10px;
	}
}
/**************************
/* SIMPLE NOTE
**************************/
/**** lu_mian_img ****/
.lu_mian_img{
	width: 92.3%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px){
	.lu_mian_img{
		width: 94.11%;
	}
}
@media screen and (min-width: 1700px){
	.lu_mian_img{
		height: 750px;
	}
	#page-main .lu_mian_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/**** concept ****/
.lu_concept{
	width: 84.61%;
	margin-top: 5.7rem;
	margin-right: auto;
	margin-left: auto;
}
.lu_con_txtArea .en_tit{
	margin-bottom: 3.469rem;
}
.lu_con_txtArea .p_copy{
	margin-bottom: 2.64rem;
}
.lu_con_txtArea .txt_block{
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: justify;
}
.lu_con_txtArea .txt_block p + p{
	margin-top: 1.97rem;
}
.lu_con_img{
	width: 70%;
	margin-top: 4.11rem;
	margin-left: auto;
}
@media screen and (min-width: 768px){
	.lu_con_flex{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.lu_con_img{
		width: 46.18%;
		margin: 0;
	}
	.lu_con_txtArea{
		width: 43.98%;
	}
	.lu_con_txtArea .txt_block{
		letter-spacing: 0;
	}
}
@media screen and (min-width: 992px){
	.lu_concept{
		width: 77.05%;
	}
}
@media screen and (min-width: 1200px){
	.lu_concept{
		margin-top: 10rem;
	}
	.lu_con_txtArea .en_tit{
		margin-bottom: 4.8rem;
	}
	.lu_con_txtArea .p_copy{
		margin-bottom: 2.7rem;
	}
	.lu_con_txtArea .txt_block p + p{
		margin-top: 2rem;
	}
}
@media screen and (min-width: 1400px){
	.lu_con_img{
		width: 49.18%;
	}
	.lu_con_txtArea{
		width: 40.98%;
	}
}
/**** sn_block ****/
.sn_block{
	position: relative;
	margin-top: 6.15rem;
	padding: 2.3rem 0 4.15rem;
}
.sn_block::before{
	position: absolute;
	content: ""; 
	width: 92.3%;
	height: 100%;
	background-color: #f5f5f5;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.sn_block .inner{
	width: 76.92%;
	margin-right: auto;
	margin-left: auto;
}
.sn_img{
	margin-bottom: 3.14rem;
}
.sn_txtArea .p_copy{
	text-align: center;
	margin-bottom: 1.97rem;
}
.sn_txtArea .txt_block{
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
	.sn_block{
		padding: 4.61rem 0 4.15rem;
	}
	.sn_block .inner{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.sn_img{
		width: 32.5%;
		margin-bottom: 0;
	}
	.sn_txtArea{
		width: 59.16%;
		align-self: center;
	}
	.sn_txtArea .p_copy{
		text-align: left;
	}
	.sn_txtArea .txt_block{
		 letter-spacing: 0;
	}
}
@media screen and (min-width: 992px){
	.sn_block::before{
		width: 82.35%;
	}
	.sn_block .inner{
		width: 70.58%;
	}
	.sn_img{
		width: 37.5%;
		margin-bottom: 0;
	}
	.sn_txtArea{
		width: 54.16%;
		align-self: center;
	}
}
@media screen and (min-width: 1200px){
	.sn_block{
		padding: 6.66rem 0;
		margin-top: 10.06rem;
	}
	.sn_txtArea .p_copy{
		margin-bottom: 2.03rem;
	}
}
@media screen and (min-width: 1700px){
	.sn_img{
		height: 450px;
	}
	#page-main .sn_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/*** lu_point ***/
.lu_point{
	position: relative;
	width: 92.3%;
	margin-top: 6.15rem;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6rem;
}
.lu_point::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(30,30,30,0.5);
	top: 0;
	left: 0;
}
.lu_point .c-title1{
	text-align: center;
	margin-bottom: 3.74rem;
}
.lu_point_img{
	margin-bottom: 3.07rem;
}
.lu_point_txtArea{
	width: 91.66%;
	margin: 0 auto;
}
.lu_point_counter{
	font-size: 0.84rem;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.938rem;
}
.lu_point_txtArea .p_copy{
	margin-bottom: 1.87rem;
}
.lu_point_txtArea .txt_block{
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
}
.sn_arrow{
	display: flex;
	justify-content: center;
	margin-top: 4.01rem;
}
@media screen and (min-width: 768px){
	.lu_point{
		width: 94.11%;
	}
	.lu_point .c-title1{
		text-align: left;
		width: 87.5%;
		margin-right: auto;
		margin-left: auto;
	}
	.lu_point_flex{
		display: flex;
		justify-content: space-between;
	}
	.lu_point_img{
		width: 49.375%;
		margin: 0;
	}
	.lu_point_txtArea{
		width: 42.5%;
		margin: 0;
	}
	.lu_point_txtArea .inner{
		width: 100%;
		height: 100%;
		max-width: 420px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.lu_point_counter{
		text-align: right;
	}
	.lu_point_txtArea .p_copy{
		margin-bottom: 2.33rem;
	}
	.lu_point_txtArea .txt_block{
		 letter-spacing: 0;
	}
	.sn_arrow{
		justify-content: flex-start;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.lu_point_img_slider .item{
		height: 450px;
	}
	#page-main .lu_point_img_slider .item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 1200px){
	.lu_point{
		margin-top: 12rem;
		padding-top:  10.33rem;
	}
	.lu_point .c-title1{
		margin-bottom: 5.69rem;
	}
	.lu_point_img{
		width: 59.375%;
	}
	.lu_point_txtArea{
		width: 32.5%;
	}
	.lu_point_counter{
		font-size: 0.86rem;
	}
	.sn_arrow{
		margin-top: 5.06rem;
	}
}
@media screen and (min-width: 1700px){
	.lu_point_img_slider .item{
		height: 850px;
	}
	#page-main .lu_point_img_slider .item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: bottom;
	}
}
/*** MESSAGE ***/
.sn_message{
	position: relative;
	width: 92.3%;
	margin-top: 6.15rem;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6rem;
}
.sn_message::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(30,30,30,0.5);
	top: 0;
	left: 0;
}
.sn_msg_img{
	margin-bottom: 4.01rem;
}
.sn_msg_txtArea{
	width: 91.66%;
	margin: 0 auto;
}
.sn_msg_txtArea .c-title1{
	margin-bottom: 2.94rem;
}
.sn_msg_txtArea .p_copy{
	margin-bottom: 2.26rem;
}
.sn_msg_txtArea .p_copy span{
	display: block;
	margin-top: 0.776rem;
}
.sn_msg_txtArea .txt_block{
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){
	.sn_msg_flex{
		width: 87.5%;
		margin-right: auto;
		margin-left: auto;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.sn_msg_img{
		width: 46.428%;
		margin: 0;
	}
	.sn_msg_txtArea{
		width: 46.428%;
		margin: 0;
	}
	.sn_msg_txtArea .txt_block{
		letter-spacing: 0;
	}
}
@media screen and (min-width: 992px){
	.sn_msg_txtArea .p_copy span{
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	.sn_message{
		margin-top: 12rem;
		padding-top: 10rem;
	}
	.sn_msg_txtArea .c-title1{
		margin-bottom: 4.9rem;
	}
	.sn_msg_txtArea .p_copy{
		margin-bottom: 2.03rem;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1499px){
	.sn_msg_img{
		width: 44.428%;
	}
	.sn_msg_txtArea{
		width: 48.428%;
	}
}
@media screen and (min-width: 1700px){
	.sn_msg_img{
		height: 504px;
	}
	#page-main .sn_msg_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/*** slider ***/
.sn_slider{
	margin-top: 4.81rem;
}
@media screen and (min-width: 1200px){
	.sn_slider{
		margin-top: 11.86rem;
	}
}
/**************************
/* RYU STYLE
**************************/
/* concept */
@media screen and (min-width: 768px) and (max-width: 991px){
	.ryu .lu_con_img{
		width: 42.42%;
	}
	.ryu .lu_con_txtArea{
		width: 47.69%;;
	}
}
@media screen and (min-width: 992px){
	.lu_concept.ryu{
		width: 77.64%;
	}
	.ryu .lu_con_img{
		width: 42.42%;
	}
	.ryu .lu_con_txtArea{
		width: 44.69%;
	}
}
/* point */
.ryu .lu_point_txtArea .p_copy{
	font-size: 1.38rem;
}
@media screen and (min-width: 1200px){
	.ryu .lu_point_txtArea .p_copy{
		font-size: 1.46rem;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.ryu .lu_point_img{
		width: 54.375%;
	}
	.ryu .lu_point_txtArea{
		width: 37.5%;
	}
}
/* soudan */
.ryu .sn_txtArea .txt_block p + p{
	margin-top: 1.07rem;
}
.ryu_btn{
	text-align: center;
	margin-top: 2.07rem;
}
@media screen and (min-width: 768px){
	.ryu .sn_img{
		width: 37.33%;
	}
	.ryu .sn_txtArea{
		width: 56.5%;
	}
	.ryu_btn{
		text-align: left;
	}
}
@media screen and (min-width: 992px){
	.ryu .sn_img{
		width: 41.33%;
	}
	.ryu .sn_txtArea{
		width: 52.5%;
	}
}
@media screen and (min-width: 1200px){
	.ryu .sn_txtArea .txt_block p + p{
		margin-top: 1.26rem;
	}
	.ryu_btn{
		margin-top: 3.56rem;
	}
}
@media screen and (min-width: 1400px){
	.ryu .sn_img{
		width: 48.33%;
	}
	.ryu .sn_txtArea{
		width: 43.5%;
	}
}
@media screen and (min-width: 1600px){
	.ryu .sn_img{
		width: 51.33%;
	}
	.ryu .sn_txtArea{
		width: 42.5%;
	}
}

/**************************
/* CONCEPT
**************************/
.concept{
	position: relative;
	margin-top: 7.69rem;
	padding-top: 7.69rem;
}
.concept::before{
	position: absolute;
	content: "";
	width: 94.87%;
	height: 1px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.5);
}
/* concept_index */
.concept_index{
	display: none;
	margin-bottom: 0;
}
.concept_index li{
	list-style: none;
	transition: .3s;
}
.concept_index li a{
	color: #000;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1;
	transition: .3s;
}
.concept_index li a:hover{
	text-decoration: none;
	opacity: 1;
}
/* con_block */
.con_block{
	margin-bottom: 0;
}
.con_block li{
	list-style: none;
	position: relative;
	padding-bottom: 3.23rem;
	margin-bottom: 3.84rem;
}
.con_block li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	bottom: 0;
	left: 0;
}
.con_block li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.con_block li:last-child::after{
	display: none;
}
.con_img{
	margin-bottom: 2.47rem;
}
.con_block .c-title1{
	margin-bottom: 1.83rem;
}
.con_txtArea .vm{
	margin-top: 2rem;
}
@media screen and (min-width: 768px){
	.concept::before{
		width: 94.11%;
	}
	.concept_flex{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	/* concept_index */
	.concept_index{
		display: block;
		position: sticky;
		top: 125px;
	}
	.concept_index li + li{
		margin-top: 0.62rem;
	}
	.concept_index li.select{
		padding-left: 14px;
		position: relative;
	}
	.concept_index li.select::before{
		position: absolute;
		content: "";
		width: 5px;
		height: 5px;
		background-color: #000;
		border-radius: 50%;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.concept_index li a{
		opacity: 0.3;
	}
	.concept_index li.select a{
		opacity: 1;
	}
	/* con_block */
	.con_block{
		width: 86.25%;
	}
	.con_block li{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.con_txtArea{
		width: 44.56%;
		align-self: center;
	}
	.con_img{
		width: 44.92%;
		height: auto;
		margin: 0;
	}
	#page-main .con_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 1200px){
	.concept{
		margin-top: 13.33rem;
		padding-top: 13.33rem;
	}
	/* con_block */
	.con_block li{
		padding-bottom: 5.33rem;
		margin-bottom: 5.33rem;
	}
	.con_block .c-title1{
		margin-bottom: 3.53rem;
	}
	.con_txtArea .vm{
		margin-top: 3rem;
	}
}
@media screen and (min-width: 1700px){
	/* con_block */
	.con_img{
		height: 450px;
	}
}

/**************************
/* FLOW
**************************/
.flow_img{
	margin-bottom: 4.41rem;
}
.flow_con ul{
	position: relative;
	margin-bottom: 0;
}
.flow_con ul::before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 8px);
	top: 8px;
	left: 0;
	background-color: #666666;
	z-index: -1;
}
.flow_con ul li{
	list-style: none;
	position: relative;
	padding-left: 37px;
	margin-bottom: 2.64rem;
}
.flow_con ul li::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: linear-gradient(to right, transparent 0%, transparent 3px, rgba(30,30,30,0.75) 3px, rgba(30,30,30,0.75) 6px);
	background-size: 6px 100%;
	top: 12px;
	left: 4px;
}
.flow_con ul li::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000;
	top: 8px;
	left: -4px;
	z-index: 1;
}
.flow_con ul li:last-child{
	padding-bottom: 2.69rem;
}
/*
.flow_con ul li:last-child{
	margin-bottom: 0;
}
.flow_con ul + .flow_wave + ul li:last-child{
	padding-bottom: 2.69rem;
}
*/
.flow_con_flex{
	display: flex;
	align-items: flex-start;
}
.flow_con_flex .no{
	font-size: 0.84rem;
	letter-spacing: 0.03em;
	text-align: center;
	width: 28px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0;
}
.flow_contents{
	width: calc(100% - (28px + 10px));
}
.flow_tit{
	font-size: 1.15rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
	display: flex;
	margin-bottom: 0.68rem;
}
.flow_con ul + .flow_wave + ul li:first-child .flow_tit{
	display: block;
}
.flow_tit .tit{
	margin-right: 10px;
}
.flow_tit .free{
	font-size: 0.84rem;
	letter-spacing: 0.27em;
	color: #fff;
	background-color: #000;
	width: 45px;
	height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
}
.flow_tit .small{
	font-size: 1rem;
	letter-spacing: 0.05em;
}
.flow_contents .txt_block{
	line-height: 2;
	letter-spacing: 0.05em;
}
.flow_wave{
	position: relative;
	width: 100%;
	background-image: url("../images/page/flow_wave.svg");
	background-size: 615px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4.07rem 0;
}
.flow_wave span{
	background-color: #fff;
	color: #000;
	width: 100px;
	font-size: 1.15rem;
}
@media screen and (min-width: 768px){
	.flow_flex{
		display: flex;
		justify-content: space-between;
	}
	.flow_img{
		width: 37.0625%;
		margin-bottom: 0;
	}
	.flow_con{
		width: 52.8125%;
	}
	.flow_con ul, .flow_con .flow_wave{
		width: 100%;
		max-width: 749px;
	}
	.flow_con ul::before{
		top: 9px;
		height: calc(100% - 9px);
	}
	.flow_con ul li::before{
		top: 13px;
	}
	.flow_con ul li::after{
		top: 9px;
	}
	.flow_tit{
		font-size: 1.3rem;
	}
	.flow_tit .free{
		margin-top: 4px;
	}
	.flow_tit .small{
		margin-top: 4px;
	}
	.flow_contents .txt_block{
		letter-spacing: 0;
	}
}
@media screen and (min-width: 992px){
	.flow_con ul li{
		padding-left: 93px;
	}
	.flow_con ul li::before{
		width: 68px;
	}
	.flow_con_flex .no{
		margin-right: 15px;
	}
	.flow_tit .tit{
		margin-right: 15px;
	}
	.flow_tit .free{
		font-size: 0.84rem;
		height: 21px;
		margin-top: 3px;
	}
	.flow_wave{
		background-size: contain;
	}
}
@media screen and (min-width: 1200px){
	.flow_con ul li{
		padding-left: 140px;
	}
	.flow_con ul::before{
		top: 11px;
		height: calc(100% - 11px);
	}
	.flow_con ul li{
		margin-bottom: 4.23rem;
	}
	.flow_con ul li::before{
		width: 100px;
		top: 16px;
	}
	.flow_con ul li::after{
		width: 10px;
		height: 10px;
		top: 11px;
		left: -5px;
	}
	.flow_con ul li:last-child{
		padding-bottom: 4.46rem;
	}
	/*
	.flow_con ul + .flow_wave + ul li:last-child{
		padding-bottom: 4.46rem;
	}
	*/
	.flow_con_flex .no{
		width: 32px;
		font-size: 0.86rem;
		margin-top: 3px;
		margin-right: 20px;
	}
	.flow_contents{
		width: calc(100% - (32px + 20px));
	}
	.flow_tit{
		font-size: 1.33rem;
		margin-bottom: 0.96rem;
	}
	.flow_tit .tit{
		margin-right: 20px;
	}
	.flow_tit .free{
		font-size: 0.86rem;
		width: 65px;
		height: 25px;
		margin-top: 4px;
	}
	.flow_tit .small{
		margin-top: 5px;
	}
	.flow_wave{
		height: 11px;
		margin: 5.66rem 0;
	}
	.flow_wave span{
		width: 120px;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1700px){
	.flow_con ul li{
		padding-left: 180px;
	}
	.flow_con ul li::before{
		width: 140px;
	}
}

/**************************
/* SPEC
**************************/
/***** spec_perf_menu ******/
.spec_perf_menu{
	margin-top: 5.55rem;
}
.spec_perf_menu .c-title1{
	margin-bottom: 3.64rem;
}
.spec_perf_menu ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.spec_perf_menu ul li{
	list-style: none;
	width: 50%;
	-webkit-box-shadow: 1px 0 0 0 rgba(30, 30, 30, 0.5), 0 1px 0 0 rgba(30, 30, 30, 0.5), 1px 1px 0 0 rgba(30, 30, 30, 0.5), 1px 0 0 0 rgba(30, 30, 30, 0.5) inset, 0 1px 0 0 rgba(30, 30, 30, 0.5) inset;
	box-shadow: 1px 0 0 0 rgba(30, 30, 30, 0.5), 0 1px 0 0 rgba(30, 30, 30, 0.5), 1px 1px 0 0 rgba(30, 30, 30, 0.5), 1px 0 0 0 rgba(30, 30, 30, 0.5) inset, 0 1px 0 0 rgba(30, 30, 30, 0.5) inset;
	padding: 1.38rem 0.5rem 1.69rem;
}
.spec_perf_menu ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
.spec_perf_menu ul li a:hover{
	text-decoration: none;
}
.spec_perf_menu ul li a .f-int{
	font-size: 0.84rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #000;
	margin-bottom: 0.938rem;
}
.spm_tit{
	color: #000;
	font-size: 1.23rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.15rem;
}
.spm_sub{
	font-size: 0.92rem;
	letter-spacing: 0;
	line-height: 1.6;
	color: #646464;
	margin-bottom: 0;
}
.spec_perf_menu ul li a .arrow{
	display: inline-block;
	position: relative;
	background-color: #000;
	width: 30px;
	height: 18.75px;
	transition: .3s;
	margin-top: 1.06rem;
}
.spec_perf_menu ul li a .arrow::after{
	position: absolute;
	content: "";
	height: 7px;
	width: 8.5px;
	background-image: url("../images/arrow_w.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(90deg);
}
.spec_perf_menu ul li a:hover .arrow{
	opacity: 0.8;
}
@media screen and (min-width: 768px){
	.spec_perf_menu{
		width: 80.5625%;
		margin-left: auto;
	}
	.spec_perf_menu ul{
		width: 100%;
	}
	.spec_perf_menu ul li{
		width: 25%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.spec_perf_menu ul li .spm_sub{
		height: 38.2px;
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 1200px){
	.spec_perf_menu{
		margin-top: 9.2rem;
	}
	.spec_perf_menu .c-title1{
		margin-bottom: 5.26rem;
	}
	.spec_perf_menu ul li{
		padding: 2.4rem 1rem 2.93rem;
	}
	.spec_perf_menu ul li a .f-int{
		font-size: 0.86rem;
		margin-bottom: 1.4rem;
	}
	.spm_tit{
		font-size: 1.33rem;
		margin-bottom: 0.13rem;
	}
	.spm_sub{
		font-size: 0.93rem;
	}
	.spec_perf_menu ul li{
		padding: 2.4rem 1rem 2.93rem;
	}
	.spec_perf_menu ul li a .arrow{
		width: 40px;
		height: 25px;
		margin-top: 1.73rem;
	}
	.spec_perf_menu ul li a .arrow::after{
		height: 9px;
		width: 11.25px
	}
}
@media screen and (min-width: 1700px){
	.spec_perf_menu ul{
		width: 92.319%;
	}
}
@media screen and (max-width: 767px){
	.spec_perf_menu ul li:nth-child(5) .spm_sub, .spec_perf_menu ul li:nth-child(6) .spm_sub{
		height: 38.2px;
		display: flex;
		align-items: center;
	}
}
/***** spec_perf_flex ******/
.spec_perf_flex{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px){
	.spec_perf_flex{
		width: 94.11%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
}
/* spec_index */
.spec_index{
	display: none;
	margin-bottom: 0;
}
.spec_index li{
	list-style: none;
	transition: .3s;
}
.spec_index li a{
	color: #000;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1;
	transition: .3s;
}
.spec_index li a:hover{
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.spec_index{
		display: block;
		position: sticky;
		top: 125px;
	}
	.spec_index li + li{
		margin-top: 0.62rem;
	}
	.spec_index li.select{
		padding-left: 14px;
		position: relative;
	}
	.spec_index li.select::before{
		position: absolute;
		content: "";
		width: 5px;
		height: 5px;
		background-color: #000;
		border-radius: 50%;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.spec_index li a{
		opacity: 0.3;
	}
	.spec_index li.select a{
		opacity: 1;
	}
}
@media screen and (min-width: 1200px){
	.spec_index{
		top: 150px;
	}
	.spec_index li + li{
		margin-top: 0.93rem;
	}
	.spec_index li.select{
		padding-left: 16px;
	}
	.spec_index li.select::before{
		width: 6px;
		height: 6px;
	}
}
/* spec_perf_flex */
.spec_con_block{
	position: relative;
	margin-top: 3.33rem;
	padding-top: 3.33rem;
}
.spec_con_block::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.5);
	top: 0;
	left: 0;
}
.spec_img{
	margin-bottom: 3.07rem;
}
.spec_txtArea .no{
	font-size: 0.84rem;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 1.13rem;
}
.spec_copy{
	font-size: 1.38rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 1.3rem;
}
.spec_copy span{
	font-size: 1.03rem;
}
.spec_txtArea .txt_block{
	text-align: justify;
	letter-spacing: 0.03em;
	line-height: 2;
}
/*
.grade_tag{
	display: flex;
	margin-top: 1.7rem;
	margin-bottom: 0;
}
.grade_tag li{
	list-style: none;
	display: inline-block;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	line-height: 1;
	border: 1px solid rgba(0,0,0,0.5);
	background-color: #fff;
	padding: 0.67rem 1.27rem;
}
.grade_tag li + li{
	margin-left: 6px;
}
*/
.grade_tag{
	margin-top: 1.7rem;
	margin-bottom: 0;
}
.grade_tag li{
	list-style: none;
	display: flex;
	align-items: flex-start;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
}
.grade_tag li + li{
	margin-top: 6px;
}
.grade_tag li .item{
	line-height: 1;
	border: 1px solid rgba(0,0,0,0.5);
	background-color: #fff;
	width: 110px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.grade_tag li .con{
	align-self: center;
	line-height: 1.5;
}
@media screen and (min-width: 768px){
	.spec_con{
		width: 80.5625%;
	}
	.spec_con_block{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.spec_img{
		width: 47.42%;
		margin-bottom: 0;
	}
	.spec_txtArea{
		width: 44.73%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.spec_txtArea .no{
		text-align: right;
		margin-bottom: 2.57rem;
	}
	.spec_txtArea .txt_block{
		letter-spacing: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.spec_img{
		height: 225px;
		align-self: center;
	}
	#page-main .spec_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 992px){
	.spec_img{
		width: 50.42%;
	}
	.spec_txtArea{
		width: 38.73%;
	}
	.spec_txtArea .no{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px){
	.spec_con_block{
		margin-top: 5.33rem;
		padding-top: 5.33rem;
	}
	.spec_txtArea .no{
		font-size: 0.86rem;
	}
	.spec_copy{
		font-size: 1.46rem;
		margin-bottom: 1.7rem;
	}
	.spec_copy span{
		font-size: 1.06rem;
	}
	.grade_tag{
		margin-top: 2.83rem;
	}
	/*
	.grade_tag li{
		font-size: 0.86rem;
		padding: 0.77rem 1.27rem;
	}
	.grade_tag li + li{
		margin-left: 8px;
	}
	*/
	.grade_tag li{
		font-size: 0.86rem;
	}
	.grade_tag li + li{
		margin-top: 8px;
	}
	.grade_tag li .item{
		font-size: 0.86rem;
		margin-right: 15px;
		width: 128px;
		height: 38px;
	}
}
@media screen and (min-width: 1700px){
	.spec_con_block{
		width: 92.319%;
	}
	.spec_img{
		height: 450px;
	}
	#page-main .spec_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/***** GRADE ******/
.spec_grade{
	width: 100%;
	position: relative;
	margin-top: 9.23rem;
	padding-top: 6.38rem;
}
.spec_grade::before{
	position: absolute;
	content: "";
	width: 92.3%;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.spec_grade .inner{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
.spec_grade .c-title1{
	margin-bottom: 3.64rem;
}
.spec_grade .table{
	margin-bottom: 0;
}
.spec_grade .table-bordered th, .spec_grade .table-bordered td{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid rgba(179,179,179,0.5);
	text-align: center;
	vertical-align: middle;
	padding: 1.2rem 1rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.spec_grade .table-bordered tr:first-child th{
	border-bottom: none;
}
.spec_grade .table-bordered tr:first-child th:not(:first-child){
	background-color: #000;
	color: #fff;
}
.spec_grade .table-bordered tr:first-child th:nth-child(3), .spec_grade .table-bordered tr td:not(:first-child){
	border-left: 1px solid rgba(179,179,179,0.5)
}
.spec_grade .table-bordered th .f-eng{
	font-size: 1.38rem;
	letter-spacing: 0.02em;
} 
.spec_grade .table-bordered th .grade_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.spec_grade .table-bordered th .premium{
	font-size: 0.769rem;
	font-weight: 500;
	border: 1px solid rgba(255,255,255,0.5);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 79px;
	height: 22px;
	margin-left: 1rem;
}
.spec_grade .table-bordered td{
	font-size: 1.03rem;
	background-color: #fff;
}
.spec_grade .table-bordered td.bk_f5{
	background-color: #f5f5f5;
}
.spec_grade .table-bordered td .lb1, .spec_grade .table-bordered td .lb2{
	display: none;
}
.spec_grade .table-bordered td .g_price{
	font-size: 1.23rem;
}
.spec_grade .table-bordered td .g_small{
	font-size: 0.769rem;
}
.spec_grade .txt_block{
	font-size: 0.84rem;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 1.8rem;
}
@media screen and (min-width: 768px){
	.spec_grade::before{
		width: 94.11%;
	}
	.spec_grade .inner{
		width: 82.35%;
	}
	.spec_grade .table-bordered td .lb1{
		display: inline;
	}
}
@media screen and (min-width: 992px){
	.spec_grade .table-bordered td .lb2{
		display: inline;
	}
}
@media screen and (min-width: 1200px){
	.spec_grade{
		margin-top: 13.33rem;
		padding-top: 11.33rem;
	}
	.spec_grade .c-title1{
		margin-bottom: 5.13rem;
	}
	.spec_grade .table-bordered th, .spec_grade .table-bordered td{
		padding: 1.5rem;
	}
	.spec_grade .table-bordered th .f-eng{
		font-size: 1.46rem;
	}
	.spec_grade .table-bordered th .premium{
		font-size: 0.8rem;
		width: 93px;
		height: 26px;
	}
	.spec_grade .table-bordered td{
		font-size: 1.06rem;
	}
	.spec_grade .table-bordered td .g_price{
		font-size: 1.4rem;
	}
	.spec_grade .table-bordered td .g_small{
		font-size: 0.8rem;
	}
	.spec_grade .txt_block{
		font-size: 0.86rem;
		margin-top: 2.93rem;
	}
}
/* spec_grade table 2025.10.10 追加 */
.spec_grade .table-responsive{
	overflow-x: visible;
}
@media screen and (max-width: 767px){
	.spec_grade .table-bordered th, .spec_grade .table-bordered td{
		font-size: 0.84rem;
		padding: 1.1rem 0.5rem;
	}
	.spec_grade .table-bordered tr:first-child th:nth-child(3), .spec_grade .table-bordered tr td:not(:first-child){
		width: 37%;
	}
	.spec_grade .table-bordered th .f-eng{
		font-size: 1.07rem;
	}
	.spec_grade .table-bordered th .grade_flex{
		flex-direction: column;
	}
	.spec_grade .table-bordered th .premium{
		margin-left: 0;
		font-size: 0.69rem;
		height: 20px;
	}
}


/***** STANDARD ******/
.spec_standard{
	width: 100%;
	position: relative;
	margin-top: 8.76rem;
	padding-top: 8.76rem;
}
.spec_standard::before{
	position: absolute;
	content: "";
	width: 92.3%;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ss_flex{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
}
.ss_tab .c-title1{
	margin-bottom: 3.14rem;
}
.ss_tab .nav{
	justify-content: flex-start;
	flex-direction: column;
}
.ss_tab .nav-tabs{
	border: none;
}
.ss_tab .nav-tabs .nav-item{
	margin-bottom: 0;
}
.ss_tab .nav-fill > .nav-link, .ss_tab .nav-fill .nav-item{
	flex: unset;
	text-align: left;
}
.ss_tab .nav-link{
	display: inline-block;
	padding: 0;
}
.ss_tab .nav-tabs .nav-link{
	border: none;
	border-radius: 0;
	color: #000;
	opacity: 0.3;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1;
	transition: .3s;
}
.ss_tab .nav-tabs .nav-link:hover, .ss_tab .nav-tabs .nav-link:focus{
	border: none;
}
.ss_tab .nav-tabs .nav-link:focus{
	opacity: 1;
}
.ss_tab .nav-tabs .nav-link.active, .ss_tab .nav-tabs .nav-item.show .nav-link{
	opacity: 1;
	background-color: transparent;
	padding-left: 14px;
	position: relative;
}
.ss_tab .nav-tabs .nav-link.active::before, .ss_tab .nav-tabs .nav-item.show .nav-link::before{
	position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ss_con{
	margin-top: 2.47rem;
}
.ss_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.ss_list > li{
	list-style: none;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	margin-top: 1.8rem;
}
.ss_list > li:first-child, .ss_list > li:nth-child(2){
	margin-top: 0;
}
.ss_list > li:nth-child(2n){
	margin-right: 0;
}
.ss_txt{
	letter-spacing: 0.05em;
	margin-top: 0.65rem;
	margin-bottom: 0;
}
.ss_grade_tag{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5538rem;
	margin-bottom: 0;
}
.ss_grade_tag li{
	list-style: none;
	line-height: 1;
	border: 1px solid rgba(0,0,0,0.5);
	background-color: #fff;
	font-size: 0.84rem;
	padding: 0.5rem 1rem;
}
.ss_grade_tag li + li{
	margin-left: 5px;
}
@media screen and (min-width: 768px){
	.spec_standard{
		width: 94.11%;
		margin-right: auto;
		margin-left: auto;
	}
	.spec_standard::before{
		width: 100%;
		left: 0;
		transform: none;
	}
	.ss_flex{
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: space-between;
	}
	.ss_con{
		width: 66.375%;
		margin-top: 0.5rem;
	}
	.ss_tab .nav{
		flex-direction: column;
	}
	.ss_tab .nav-tabs .nav-item + .nav-item{
		margin-left: 0;
		margin-top: 0.62rem;
	}
	.ss_grade_tag li{
		margin-right: 5px;
	}
}
@media screen and (min-width: 992px){
	.ss_con{
		width: 74.375%;
	}
	.ss_list > li{
		width: calc((100% - 50px)/3);
		margin-right: 25px;
	}
	.ss_list > li:nth-child(3){
		margin-top: 0;
	}
	.ss_list > li:nth-child(2n){
		margin-right: 25px;
	}
	.ss_list > li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px){
	.spec_standard{
		margin-top: 12.86rem;
		padding-top: 13.33rem;
	}
	.ss_tab .c-title1{
		margin-bottom: 4.63rem;
	}
	.ss_tab .nav-tabs .nav-item + .nav-item{
		margin-top: 0.93rem;
	}
	.ss_tab .nav-tabs .nav-link.active, .ss_tab .nav-tabs .nav-item.show .nav-link{
		padding-left: 16px;
	}
	.ss_tab .nav-tabs .nav-link.active::before, .ss_tab .nav-tabs .nav-item.show .nav-link::before{
		width: 6px;
		height: 6px;
	}
	.ss_list > li{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
		margin-top: 2.73rem;
	}
	.ss_list > li:nth-child(2n){
		margin-right: 30px;
	}
	.ss_list > li:nth-child(3n){
		margin-right: 0;
	}
	.ss_txt{
		font-size: 1.2rem;
		margin-top: 1.4rem;
	}
	.ss_grade_tag{
		margin-top: 0.633rem;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.ss_con{
		width: 69.375%;
	}
}
@media screen and (min-width: 1700px){
	.ss_list > li{
		width: calc((100% - 100px)/3);
		margin-right: 50px;
	}
	.ss_list > li:nth-child(2n){
		margin-right: 50px;
	}
	.ss_list > li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 575px){
	.ss_grade_tag{
		margin-top: 0.1692rem;
	}
	.ss_grade_tag li{
		padding: 0.4rem 0.3rem;
		font-size: 0.76rem;
	}
	.ss_grade_tag li + li{
		margin-left: 3px;
	}
}
@media screen and (min-width: 992px){
	.naibu_min992{
		display: block;
	}
	.naibu_max991{
		display: none;
	}
}
@media screen and (max-width: 991px){
	.naibu_min992{
		display: none;
	}
	.naibu_max991{
		display: block;
	}
}
/***** spec_after *****/
.spec_after{
	position: relative;
	margin-top: 8.63rem;
	padding-top: 7.15rem;
}
.spec_after::before{
	position: absolute;
	content: "";
	width: 92.3%;
	height: 1px;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.spec_after .c-title1{
	/*margin-bottom: 3.64rem;*/
	margin-bottom: 1.9rem;
}
.spec_after ul.ss_grade_tag{
	margin-bottom: 3.076rem;
}
.spec_after ul.ss_grade_tag li{
	list-style: none;
	line-height: 1;
	border: 1px solid rgba(0,0,0,0.5);
	background-color: #fff;
	font-size: 0.84rem;
	padding: 0;
	width: 110px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
}
.spec_after ul.ss_grade_tag li:first-child{
	margin-right: 5px;
}
.spec_after ul.ss_grade_tag li:nth-child(2n){
	margin-right: 0;
}
.spec_after ul{
	width: 84.61%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.spec_after ul li{
	list-style: none;
	width: calc((100% - 20px)/2);
	margin-right: 20px;
	margin-top: 1.8rem;
}
.spec_after ul li:first-child, .spec_after ul li:nth-child(2){
	margin-top: 0;
}
.spec_after ul li:nth-child(2n), .spec_after ul li:last-child{
	margin-right: 0;
}
.spec_after .ss_txt{
	font-size: 1.15rem;
	margin-bottom: 0.3384rem;
}
.spec_after .ss_txt span{
	display: block;
	font-size: 0.84rem;
	margin-top: -0.23rem;
}
.saf_txt{
	font-size: 1.038rem;
	letter-spacing: 0.05em;
	margin-top: 3.61rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.spec_after::before{
		width: 94.11%;
	}
	.spec_after ul{
		width: 82.35%;
	}
	.spec_after ul li{
		width: calc((100% - 50px)/3);
		margin-right: 25px;
	}
	.spec_after ul li:nth-child(3){
		margin-top: 0;
	}
	.spec_after ul li:nth-child(2n){
		margin-right: 25px;
	}
	.spec_after ul li:nth-child(3n){
		margin-right: 0;
	}
	.spec_after .ss_txt span.after_year{
		font-size: 1.15rem;
		letter-spacing: 0.05em;
		display: inline;
	}
}
@media screen and (min-width: 992px){
	.spec_after ul li{
		width: calc((100% - 70px)/3);
		margin-right: 35px;
	}
	.spec_after ul li:nth-child(2n){
		margin-right: 35px;
	}
	.spec_after ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1200px){
	.spec_after{
		margin-top: 12.63rem;
		padding-top: 11.26rem;
	}
	.spec_after .c-title1{
		/*margin-bottom: 5.13rem;*/
		margin-bottom: 3.2rem;
	}
	.spec_after ul.ss_grade_tag{
		margin-bottom: 5.333rem;
	}
	.spec_after ul.ss_grade_tag li{
		width: 128px;
		height: 38px;
		font-size: 0.86rem;
	}
	.spec_after ul.ss_grade_tag li:first-child{
		margin-right: 15px;
	}
	.spec_after ul li{
		width: calc((100% - 110px)/3);
		margin-top: 2.83rem;
		margin-right: 55px;
	}
	.spec_after ul li:nth-child(2n){
		margin-right: 55px;
	}
	.spec_after ul li:nth-child(3n){
		margin-right: 0;
	}
	.spec_after .ss_txt{
		margin-bottom: 0.7rem;
	}
	.spec_after .ss_txt span{
		font-size: 0.86rem;
		margin-top: -0.26rem;
	}
	.saf_txt{
		font-size: 1.06rem;
		margin-top: 5.83rem;
	}
}
.ss_con .tab-content .txt_block p{
	font-size: 0.84rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 1200px){
	.ss_con .tab-content .txt_block p{
		font-size: 0.86rem;
	}
}


/**************************
/* プライバシーポリシー
**************************/
.policy_block{
	margin-top: 3.81rem;
}
.policy_block ul{
	margin-bottom: 0;
}
.policy_block ul li{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 768px){
	.policy_wrap{
		width: 68.75%;
		margin-left: auto;
	}
	.policy_block{
		width: 100%;
		max-width: 1000px;
	}
}
@media screen and (min-width: 1200px){
	.policy_block{
		margin-top: 4.53rem;
	}
}
