@charset "utf-8";
/*---------------------------------------------------------*/
/* TOP */
/*---------------------------------------------------------*/
/* top_mv  */
#top_mv{
	background: #fff;
	height: 100vh;
	overflow: hidden;
	padding-top: 10.4rem;
	position: relative;
}
#top_mv .inner{
	background: #000 url(../img/fv_bg_pc.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
#top_mv .title{
	text-shadow: 6px 6px #00000040;
	font-size: 11.2rem;
	letter-spacing: 0.14em;
	line-height: 1.3;
	position: relative;
	top: 30%;
	z-index: 1;
}
#top_mv .hand{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
#top_mv .hand img{
	height: auto;
	width: 100%;
}

/*---------------------------------------------------------*/
/* COMMON */
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/* lower_mv */
#lower_mv{
	background: #000 url(../img/fv_bg_pc.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 10.4rem;
	height: 29.5rem;
}
#lower_mv .inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#lower_mv .inner::after{
	animation: lower_mv_border 2.4s forwards;
	background: #fff;
	content: "";
	margin: 3.2rem auto 0;
	height: 0.4rem;
	width: 0;
}
@keyframes lower_mv_border {
	0%{
		width: 0;
	}
	66.66%{
		width: 0;
	}
	100%{
		width: 14.4rem;
	}
}
#lower_mv .title .en{
	display: block;
	font-size: 6.4rem;
	line-height: 0.7;
	padding-top: 0.5em;
}
#lower_mv .title .jp{
	display: block;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-top: 2.4rem;
}

/*---------------------------------------------------------*/
/* sec_produnton  */
.sec_produnton{
	background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);
	padding: 14.4rem 0 27.2rem;
	position: relative;
}
.sec_produnton .title{
	font-size: 6.4rem;
	margin-bottom: 4rem;
}
.sec_produnton .text{
	line-height: 2;
	margin: 0 25%;
}
.sec_produnton .illust{
	height: 100%;
	width: 100%;
    pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}
.sec_produnton .illust .item_1{
	position: absolute;
	top: 0.93rem;
	left: 8.60459%;
	width: 16.5909%;
}
.sec_produnton .illust .item_2{
	position: absolute;
	top: 2.98rem;
	right: 8.73214%;
	width: 17.34848%;
}
.sec_produnton .illust .item_3{
	position: absolute;
	top: 33.5rem;
	right: 8.09439%;
	width: 13.86364%;
}
.sec_produnton .illust .item_4{
	position: absolute;
	top: 34.7rem;
	left: 6.45408%;
	width: 16.74242%;
}
.sec_produnton .btn_black_l{
	margin-top: 4rem;
}

/*---------------------------------------------------------*/
/* sec_product  */
.sec_product{
	background: #E9E9E9;
	padding: 0 0 14.4rem;
}
.sec_product .title > span{
	display: block;
}
.sec_product .title .en{
	font-size: 14.4rem;
	line-height: 0.7;
	margin-top: -5rem;
	text-shadow: 0px 1px 10px #0000000D;
}
.sec_product .title .jp{
	font-size: 3.2rem;
	margin: 3rem 0 9.6rem;
}
.sec_product .illust{
	margin-left: -17.996454%;
	width: 66.75532%;
}
.sec_product .text{
	line-height: 2;
	margin-top: 3.2rem;
	width: 46.71986%;
}
.sec_product .logo{
	margin-bottom: 2rem;
}
.sec_product .btns{
	margin-top: 2.4rem;
	width: fit-content;
}
.sec_product .btns > * + *{
	margin-left: 0.8rem;
}

/*---------------------------------------------------------*/
/* sec_news */
.sec_news .text{
	width: calc(100% - 36rem);
}

/*---------------------------------------------------------*/
/* PRODUCT */
/*---------------------------------------------------------*/
.page_product .sec_product{
	background: transparent;
	margin-top: 14.4rem;
	padding: 10.4rem 0;
	position: relative;
}
.page_product .sec_product::after{
	background: #E9E9E9;
	border-radius: 0 8rem 8rem 0;
	content: "";
	height: 100%;
	width: calc(50% + 56.4rem);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.page_product .sec_product .flex_block{
	align-items: center;
}
.page_product .sec_product .text{
	margin-top: 0;
}
@media screen and (max-width: 1128px) {
	.page_product .sec_product::after{
		width: 100%;
	}
}

/* sec_aboutrepolt */
.sec_aboutrepolt .illust{
	width: 54.96454%;
}
.sec_aboutrepolt .text{
	font-size: 1.8rem;
	line-height: 2;
	width: 40.425532%;
}

/* sec_function */
.function_items{
	flex-wrap: wrap;
}
.function_items .item{
	padding: 2.4rem 3.54610% 4rem;
	width: 47.51773%;
}
.function_items .item:nth-child(2n){
	margin-left: 4.96454%;
}
.function_items .item:nth-child(n+3){
	margin-top: 4.96454%;
}
.function_items .item_title{
	background: #F7F7F7;
	border-radius: 10rem;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 2rem;
	padding: 1.6rem;
}
.function_items .text{
	font-size: 1.8rem;
	margin-top: 2rem;
}
.sec_function .btns{
	justify-content: center;
	margin-top: 8.8rem;
}
.sec_function .btns > * + *{
	margin-left: 3.2rem;
}

/*---------------------------------------------------------*/
/* COMPANY */
/*---------------------------------------------------------*/
.page_company .sec_produnton{
	background: transparent;
	padding-bottom: 8rem;
}
.page_company .sec_produnton .text{
	font-size: 2.4rem;
	line-height: 3;
}
.page_company .sec_produnton .marker::after{
    height: 50%;
    top: 25%;
}

/* sec_company */
.company_table{
	max-width: 80rem;
	margin: auto;
}
.company_table th,
.company_table td{
	border-bottom: 1px solid #EFEFEF;
	font-size: 1.6rem;
	padding: 3.2rem 1.6rem;
	text-align: left;
	vertical-align: top;
}
.company_table th{
	font-weight: 500;
	white-space: nowrap;
}
.company_table td{
	font-weight: 400;
}
.company_table .logo{
	margin-bottom: 0.3em;
}

/* sec_profile */
.sec_profile .photo{
	width: 40.42553%;
}
.sec_profile .text{
	line-height: 2;
	width: 54.60993%;
}
.sec_profile .name{
	font-size: 3.2rem;
	line-height: 1.3;
	margin-bottom: 4rem;
}
.sec_profile .read{
	font-size: 2.4rem;
}
.sec_profile .sns{
	display: flex;
	margin-top: 4rem;
}
.sec_profile .sns > li{
	margin-right: 2rem;
}

/*---------------------------------------------------------*/
/* NEWS */
/*---------------------------------------------------------*/
/* sec_newslist */
.sec_newslist{
	width: calc(100% - 32rem);
}

/* nav_newsside */
.nav_newsside{
	width: 24rem;
}
.nav_newsside_list{
	border-top: 1px solid #8D8D8D;
}
.nav_newsside_list li{
	border-bottom: 1px solid #8D8D8D;
}
.nav_newsside_list a{
	display: block;
	font-size: 1.6rem;
	padding: 2.4rem 0.8rem;
}

/*---------------------------------------------------------*/
/* POST */
/*---------------------------------------------------------*/
/* post_list & post_detail */
.post_list > li + li{
	margin-top: 2.4rem;
}
.post_list a{
	background: #fff url(../img/ic_gotonext.svg) no-repeat right 2.4rem center;
	background-size: 2.4rem;
	border: 1px solid #fff;
	border-radius: 1.6rem;
	box-shadow: 0px 0.1rem 1rem 0px #0000000D;
	display: flex;
	flex-wrap: wrap;
	padding: 2.4rem 7.2rem 2.4rem 2.4rem;
}
.post_list a:hover{
	border-color: #8D8D8D;
	opacity: 1;
}
.post_list .post_date,
.post_detail .post_date{
	font-size: 1.6rem;
	margin-top: 0.2em;
	width: 12rem;
}
.post_list .category,
.post_detail .category{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 12rem);
}
.post_list .category > span,
.post_detail .category > span,
.post_list .category > a,
.post_detail .category > a{
	background: #94C7E7;
	border: #fff solid 0.2rem;
	border-radius: 10rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 0.4rem 1rem;
	text-align: center;
	width: 13.2rem;
}
.post_list .category > .cat_media,
.post_detail .category > .cat_media{
	background: #FF888A;
}
.post_list .category > .cat_corporate,
.post_detail .category > .cat_corporate{
	background: #87C8BC;
}
.post_list .post_title{
	font-weight: 500;
	margin-top: 0.8rem;
	width: 100%;
}
.post_detail .post_title{
	font-size: 3.2rem;
	margin-bottom: 3.2rem;
}
.post_detail .editor-styles-wrapper.box_white{
	padding: 4rem;
	margin-top: 7.2rem;
}

/*---------------------------------------------------------*/
/* pagenavi */
.p-posts-navigation__wrap{
	font-family: "Montserrat", sans-serif;
	display: flex;
	justify-content: center;
	margin-top: 6.4rem;
}
.wp-pagenavi .current, .wp-pagenavi a,.wp-pagenavi .extend, .wp-pagenavi .dots {
	border-radius: 0.4rem;
	box-sizing: border-box;
	margin: 0 0.8rem;
	width: 4.8rem;
	height: 4.8rem;
	font-size: 1.5rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi .current {
	background: #3E3E3E;
	color: #fff;
}
.wp-pagenavi a {
	background: #d9d9d9;
	text-decoration: none;
}
.wp-pagenavi a:hover{
}
.wp-pagenavi .dots {
	border: none;
}
a.nextpostslink, a.previouspostslink, a.first, a.last {
	background-color: #d9d9d9;
	border: none;
}
a.nextpostslink i,
a.previouspostslink i,
a.first i,
a.last i{
	display: none;
}
a.nextpostslink{
	background:#d9d9d9 url(../img/ic_triangle_right.svg) no-repeat center center;
	background-size: 2.4rem;
}
a.previouspostslink{
	background:#d9d9d9 url(../img/ic_triangle_left.svg) no-repeat center center;
	background-size: 2.4rem;
}
.screen-reader-text{
	display: none;
}

/*---------------------------------------------------------*/
/* post-navigation */
.post-navigation{
	height: 7.4rem;
	margin-top: 6.4rem;
	position: relative;
}
.post-navigation a[href=""],
.post-navigation a:not([href]){
	cursor: text;
	opacity: 0.2;
	pointer-events: none;
}
/* previous & next */
.post-navigation .nav-previous,
.post-navigation .nav-next{
	font-size: 1.4rem;
	position: absolute;
	top: 1.1rem;
}
.post-navigation .nav-previous{
	left: 0;
}
.post-navigation .nav-next{
	right: 0;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a{
	background: #DDDDDD;
	border: 0.4rem solid #fff;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5.2rem;
	width: 13rem;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover{
	background: #8D8D8D;
	color: #fff;
	opacity: 1;
}
.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after{
	background: url(../img/ic_arrow_right_black.svg) no-repeat center center;
	background-size: contain;
	content: "";
	height: 2rem;
	width: 2rem;
}
.post-navigation .nav-previous a::before{
	margin-right: 0.2em;
	transform: rotate(180deg);
}
.post-navigation .nav-next a::after{
	margin-left: 0.2em;
}
.post-navigation .nav-previous a:hover::before,
.post-navigation .nav-next a:hover::after{
	background-image: url(../img/ic_arrow_right_white.svg);
}
