@charset "utf-8";
/* CSS Document */



/* MV
--------------------------------------------*/

.test-slick {
    width: 100%;
    /*max-width: 1440px;*/
    overflow: hidden; 
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}

.slick-slide {
	width: 100%;
}

.test-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}

.test-slick__item img {
    height: auto;
    width: 100%;
}

.test__container {
	position: relative;
}

.c_copy {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2.2rem;
	font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
	gap:1rem;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

.c_copy span {
	display: block;
	font-size: 1rem;
	font-weight: 400;
}


.add-anime {
    animation: zoom-anime 20s linear 0s normal both;
}

@keyframes zoom-anime {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5); 
    }
}


/* slider
--------------------------------------------*/

section.slider {
	position: relative;
	padding: 4rem 5rem;
}

section.slider img {
	width: 100%;
}

section.slider div.slider_box {
	padding: 0 16px;
	box-sizing: border-box;
}

section.slider div.slider_box a {
	transition: 0.3s;
}

section.slider div.slider_box a:hover {
	opacity: 0.8;
}


@media screen and (min-width: 1366px){
	section.slider div.slider_box {padding: 0 24px;}
}

/* main
--------------------------------------------*/


main {
    
}

main .outline {
	max-width: 1440px;
    margin: 0 auto;
    position: relative;
}


h2 {
	font-family: "Shippori Mincho", serif;
  	font-weight: 500;
  	font-style: normal;
  	font-size: 2.2rem;
  	letter-spacing: 0.08em;
  	line-height: 2.5rem;
  	position: relative;
  	padding-bottom: 3rem;
}

@media screen and (max-width: 1365px){
	h2{font-size: 2rem;}
}


h2:before {
    content: "";
    position: absolute;
    bottom: 6.5rem;
    left: 0;
    width: 160px;
    height: 1px;
    background-color: var(--gray-color);
}

h2:after {
    content: attr(data-en);
    font-family: "IBM Plex Sans JP", sans-serif;
  	font-weight: 300;
  	font-style: normal;
    display: block;
    font-size: 1.25rem;
    letter-spacing: 0.25em;
    padding-top: 2rem;
}

section {
	padding: 4rem;
}

body.index p.lnk1 {
	margin: 0 0 2rem;
}


#news h2 {
	display:inline-block;
}

#news h2:before {
	bottom: none;
	top: 4rem;
}

#news > div {
	display: grid;
	grid-template-columns: 1fr 3fr;
}



#recruit {
	background-color: var(--accent-color2);
	padding: 0;
}

#recruit h2 {
	text-align: center;
}

#recruit h2::before {
	left: 50%;
	transform: translateX(-50%);
}

#recruit .outline {
	padding: 4rem;
}

#business,
#products,
#t_contact {
	text-align: center;
}

#business h2::before,
#products h2::before,
#t_contact h2::before {
	left: 50%;
	transform: translateX(-50%);
}

#business {
	background:url(../img/index/index_bg01.png);
	background-size: 35%;
	background-position: right top 3rem;
	background-repeat: no-repeat;
}

#business > div,
#business h2 {
	position: relative;
	z-index: 2;
}

#business:after {
	position: absolute;
	top: 0;
    left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background:url(../img/index/index_bg02.png);
	background-size: 25%;
	background-position: left bottom 3rem;
	background-repeat: no-repeat;
}

#business div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:1rem;
	margin-bottom: 1rem;
}

#business div a {
	display: grid;
	grid-template-rows: subgrid;
  	grid-row: span 3;
	transition: 0.5s;
	border: 1px solid transparent;
  	text-align: left;
  	padding: 1.5rem;
}


#business div a:hover {
	border: 1px solid var(--accent-color);
	background-color: var(--accent-color2);
}

#business div a img {
	width: 100%;
}

#business div a em {
	font-size: 1.1rem;
	line-height: 1.4rem;
  	font-weight: 500;
  	background: url(../img/common/lnk1_g.svg) no-repeat;
  	background-position: right 0.5rem top 0.4rem;
  	background-size: 12px;
  	transition: 0.5s;
  	padding-right: 1.5rem;
}

#business div a:hover em {
	background-position: right 0 top 0.4rem;
}

#business div a p {
	font-size: 0.9rem;
	line-height: 1.3rem;
}

#products {
	background: url(../img/index/products_bg.png) no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 10rem;
}

#t_contact .lnk a {
	padding: 1.25rem 2rem 1.25rem 4rem;
	background: var(--accent-color) url(../img/common/icon_contact2.png) no-repeat;
	background-size: 1.6rem;
	background-position: left 1.5rem center;
}

#t_contact .lnk a:hover {
	opacity: 0.8;
}

#recruit img {
	max-width: 800px;
	width: 100%;
}


#banner {
	border-top: 2px solid var(--gray-color3);
}

#banner ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2rem;
}

#banner ul li a:hover {
	transition: 0.3s;
	opacity: 0.8;
}


#banner img {
	width: 100%;
}

