/* ------------------------------
slider
------------------------------ */
.top-slider .item{
	padding: 50px 70px 30px;
	width: 100%;
	max-width: 1020px;
	height: 575px;
	background: no-repeat center center /cover;
	position: relative;
	outline: none;

	display: flex;
	align-items: center;
}
.top-slider .item .text{
    font-size: 3rem;
    color: #fff;
    line-height: 1.7;
    font-weight: 500;
    margin-top: 30px;
    text-shadow: -1px 2px 3px #808080;
}
.top-slider .item .im-text_small{
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.0;
    font-weight: 500;
    margin-top: 0px;
    text-shadow: -1px 2px 3px #808080;
}
.top-slider .item .btn{
	margin-top: 30px;
}
.top-slider .item .btn a{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	background-color: #7196ca;
	width: 244px;
	display: block;
	padding: 10px;
	letter-spacing: 0.2em;
}
.top-slider .item .logo{
	position: absolute;
	right: 70px;
	bottom: 30px;
}
.top-slider .item .logo img{
	margin-left: auto;
}
.top-slider .slick-arrow,
.top-slider .slick-dots li button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}
.top-slider .slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 32px;
	height: 41px;
	background: url(../img/index/slider_arw.png) no-repeat center center /contain;
	text-indent: 101%;
	overflow: hidden;
	transform: translateY(-50%);
	cursor: pointer;
}
.top-slider .slick-prev{
	right: calc(50% + 510px - 32px - 5px);
}
.top-slider .slick-next{
	left: calc(50% + 510px - 32px - 5px);
	transform: translateY(-50%) scale(-1,1);
}
.top-slider .slick-dots{
	display: flex!important;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.top-slider .slick-dots li{
	line-height: 1;
	margin: 0 5px;
}
.top-slider .slick-dots li button{
	line-height: 1;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #666666;
	overflow: hidden;
	text-indent: 101%;
	cursor: pointer;
}
.top-slider .slick-dots li.slick-active button{
	background: #666666;
}

/* ------------------------------
news
------------------------------ */
.top-news{
	padding: 40px 0;
}
.top-news .headline{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.top-news .headline .title{
	font-size: 3.1rem;
	line-height: 1;
	color: #7196ca;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-right: 10px;
}
.top-news .headline .link{
	margin-top: 0;
}
.top-news .headline .link a {
	position: relative;
	padding-left: 1.75rem;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
.top-news .headline .link a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #7296c9;
	border-right: solid 1px #7296c9;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 4px);
	left: 0;
}

/* ------------------------------
movie
------------------------------ */
.top-movie{
	padding: 40px 0;
}
.top-movie .btn{
	text-align: center;
}

/* ------------------------------
top-section
------------------------------ */
.top-section-header{
	background: no-repeat center center /cover;
	padding: 95px 0 150px;
	position: relative;
	z-index: 1;
	font-feature-settings: "palt";
}
.top-section-header .title-circle{
	font-size: 2.8rem;
	background: #7196ca;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin: calc(-62px - 95px) auto 0;
	position: relative;
}
.top-section-header .title-circle:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 25px;
	left: calc(50% - 6px);
}
.top-section-header .title{
	text-align: center;
	margin-top: 25px;
}
.top-section-header .title img{
	vertical-align: bottom;
}
.top-section-header .title-jp{
	font-size: 2.8rem;
	text-align: center;
}
.top-section-header .text{
	font-size: 2rem;
	text-align: center;
	margin-top: 35px;
}
.top-section-contents{
	margin-top: -90px;
}
.top-section-contents .wrap{
	position: relative;
	z-index: 1;
}

/* ------------------------------
about
------------------------------ */
.top-about{
	padding: 105px 0 40px;
}
.top-about .top-section-header{
	background-image: url(../img/index/about_bg.jpg);
}
.top-about .list{
	flex-wrap: wrap;
	max-width: 968px;
	margin: 0 auto;
}
.top-about .list .item{
	width: calc((100% - 50px) /2);
	margin-right: 50px;
}
.top-about .list .item:nth-child(even){
	margin-right: 0;
}
.top-about .list .item:nth-child(n+3){
	margin-top: 30px;
}
.top-about .list .item a{
	display: block;
	position: relative;
}
.top-about .list .item img{
	vertical-align: bottom;
}
.top-about .list .item .btn{
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
	background: #7196ca;
	margin-top: -1px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-feature-settings: "palt";
	width: 100%;
}
.top-about .list .item .btn:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: calc(50% - 6px);
}
.top-about .list .item .text{
	line-height: 1.75;
	font-weight: 300;
	margin-top: 10px;
}


/* ------------------------------
products
------------------------------ */
.top-products{
	padding: 105px 0 40px;
}
.top-products .top-section-header{
	padding: 95px 0 95px;
	background-image: url(../img/index/products_bg.jpg);
}
.top-products .top-section-header .title-circle{
	color: #7196ca;
	background: #fff;
	font-size: 2.3rem;  /* 20210805 */
}
.top-products .top-section-header .title-circle:after {
    border-bottom-color: #7196ca;
    border-right-color: #7196ca;
}
.top-products .top-section-contents{
	background: #7196ca;
	margin-top: -50px;
	padding: 0 0 50px;
}
.top-products .list{
	flex-wrap: wrap;
	max-width: 968px;
	margin: 0 auto;
}
.top-products .list .link a {
	position: relative;
	font-size: 2.3rem;
	line-height: 1.5;
	color: #fff;
	padding-right: 1em;
	display: inline-block;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
}
.top-products .list .link a:after {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 6px);
	right: 0;
}
.top-products .list.one .item{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.top-products .list.one .area_text{
	max-width: 333px;
	margin-left: 35px;
}
.top-products .list.one .text{
	color: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
}
.top-products .list.column{
	margin-top: 80px;
}
.top-products .list.column .item{
	width: calc((100% - 50px) /2);
	margin-right: 50px;
}
.top-products .list.column .item:nth-child(even){
	margin-right: 0;
}
.top-products .list.column .item:nth-child(n+3){
	margin-top: 30px;
}

/* ------------------------------
recruit
------------------------------ */
.top-recruit{
	padding: 80px 0 10px;
}
.top-recruit .title{
	display: flex;
	align-items: baseline;
}
.top-recruit .item a{
	display: flex;
	background: #e3e3e3;
	height: 305px;
}
.top-recruit .item .area_text{
	width: 480px;
	padding: 10px 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.top-recruit .item .title .jp{
	margin-left: 10px;
}
.top-recruit .item .text{
	display: flex;
	justify-content: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 40px;
}
.top-recruit .item .img{
	width: calc(100% - 480px);
	height: 100%;
	background: no-repeat center center;
}
.top-recruit .item .link {
	position: relative;
	font-weight: 500;
	font-size: 2rem;
	padding-right: 1em;
	letter-spacing: 0.2em;
	display: block;
	margin-top: 30px;
	margin-left: auto;
	text-align: right;
}
.top-recruit .item .link:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 4px);
	right: 0;
}


/* ----------------------------------------------------------------------------------------------------
*  TAB
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	/* ------------------------------
	slider
	------------------------------ */
	.top-slider .slick-prev{
		left: 5px;
		right: auto;
	}
	.top-slider .slick-next{
		left: auto;
		right: 5px;
	}
	/* ------------------------------
	recruit
	------------------------------ */
	.top-recruit .item .area_text{
		width: 55%;
		padding: 10px 15px;
	}
	.top-recruit .title img{
		width: 260px;
	}
	.top-recruit .item .text{
		font-size: 1.8rem;
		margin-top: 30px;
	}
	.top-recruit .item .img{
		width: 45%;
	}
	.top-recruit .item .link {
		font-size: 2rem;
		margin-top: 20px;
	}

}
@media screen and (max-width: 1024px) and (min-width: 768px) {

}

/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	/* ------------------------------
	slider
	------------------------------ */
	.top-slider .item{
		padding: 35px 0 0;
		height: 340px;
	}
	.top-slider .item .area_text{
		width: 80%;
		margin: 0 auto;
	}
	.top-slider .item .catch{
		max-width: 341px;
	}
	.top-slider .item .text{
		font-size: 1.6rem;
		line-height: 1.625;
		margin-top: 5px;
	}
	.top-slider .item .im-text_small{
		font-size: 1.0rem;
		line-height: 1.625;
		margin-top: 5px;
	}
	.top-slider .item .btn{
		margin-top: 15px;
	}
	.top-slider .item .btn a{
		font-size: 1.5rem;
		min-width: 204px;
		max-width: 100%;
		padding: 10px;
	}
	.top-slider .item .logo{
		display: none;
	}

	/* ------------------------------
	news
	------------------------------ */
	.top-news{
		padding: 60px 0 30px;
	}
	.top-news .headline{
		margin-bottom: 15px;
	}
	.top-news .headline .title{
		font-size: 3.1rem;
		margin-right: 10px;
	}
	.top-news .headline .link a {
		padding-left: 1.75rem;
		font-size: 1.4rem;
	}

	/* ------------------------------
	movie
	------------------------------ */
	.top-movie{
		padding: 20px 0;
	}
	.top-movie .btn{
		text-align: center;
	}

	/* ------------------------------
	top-section
	------------------------------ */
	.top-section-header{
		background: no-repeat center center /cover;
		padding: 100px 0 145px;
		position: relative;
		z-index: 1;
	}
	.top-section-header .title-circle{
		font-size: 2.2rem;
		width: 100px;
		height: 100px;
		margin: calc(-50px - 95px) auto 0;
	}
	.top-section-header .title-circle:after {
		bottom: 20px;
	}
	.top-section-header .title{
		text-align: center;
		margin-top: 25px;
	}
	.top-section-header .title img{
		max-width: 320px;
	}
	.top-section-header .title-jp{
		font-size: 2.4rem;
	}
	.top-section-header .text{
		font-size: 2rem;
		line-height: 2;
		margin: 20px -5% 0;
	}
	.top-section-contents{
		margin-top: -95px;
	}

	/* ------------------------------
	about
	------------------------------ */
	.top-about{
		padding: 105px 0 70px;
	}
	.top-about .top-section-header{
		background-image: url(../img/index/about_bg.jpg);
	}
	.top-about .list{
	}
	.top-about .list .item{
		width: auto;
		margin-right: 0;
	}
	.top-about .list .item:nth-child(n+2){
		margin-top: 30px;
	}
	.top-about .list .item .btn{
		padding: 7px;
		font-size: 2rem;
	}
	.top-about .list .item .btn:after {
		width: 10px;
		height: 10px;
		right: 15px;
		top: calc(50% - 5px);
	}
	.top-about .list .item .text{
		margin-top: 15px;
	}


	/* ------------------------------
	products
	------------------------------ */
	.top-products{
		padding: 50px 0 0;
	}
	.top-products .top-section-header{
		padding: 95px 0 95px;
	}
	.top-section-header .title img{
		max-width: 306px;
	}
	.top-products .top-section-contents{
		margin-top: -50px;
		padding: 0 0 70px;
	}
	.top-products .list{
		max-width: 968px;
		margin: 0 7%;
	}
	.top-products .list .link a {
		font-size: 2.1rem;
	}
	.top-products .list .link a:after {
		width: 12px;
		height: 12px;
		top: calc( 50% - 6px);
		right: 0;
	}
	.top-products .list.one .item{
		display: block;
	}
	.top-products .list.one .area_text{
		max-width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.top-products .list.one .text{
		margin-top: 15px;
		margin-bottom: 0;
	}
	.top-products .list.column{
		margin-top: 50px;
	}
	.top-products .list.column .item{
		width: auto;
		margin-right: 0;
	}
	.top-products .list.column .item:nth-child(even){
		margin-right: 0;
	}
	.top-products .list.column .item:nth-child(n+2){
		margin-top: 40px;
	}

	/* ------------------------------
	recruit
	------------------------------ */
	.top-recruit{
		padding: 60px 0 0;
	}
	.top-recruit .title img{
		max-width: 226px;
	}
	.top-recruit .item a{
		display: flex;
		flex-direction: column-reverse;
		height: auto;
	}
	.top-recruit .item .area_text{
		width: 95%;
		max-width: 310px;
		margin: 0 auto;
		padding: 30px 0;
		display: block;
	}
	.top-recruit .item .title .jp{
		margin-left: 10px;
	}
	.top-recruit .item .text{
		display: block;
		font-size: 1.7rem;
		margin-top: 20px;
	}
	.top-recruit .item .img{
		width: auto;
		height: 260px;
	}
	.top-recruit .item .link {
		font-size: 2rem;
		display: block;
		margin-top: 20px;
	}

}


@media screen and (max-width: 414px) {


	/* ------------------------------
	top-section
	------------------------------ */
	.top-section-header .text{
		font-size: 1.8rem;
	}
	/* ------------------------------
	recruit
	------------------------------ */

	.top-recruit .item .text{
		font-size: 1.6rem;
	}
}
