@charset "utf-8";
#information * {
    margin:0;
    padding:0;
}
#information {
    max-width: 980px;
    margin: 0 auto;
    padding:0 20px;
    color:#323232;
    font-feature-settings:"palt";
    letter-spacing:0;
}
@media screen and (max-width:768px) {
    #information {
        max-width:none;
        padding:0 22px;
    }
}
#information h1,
#information h2,
#information h3 {
	font-weight:normal;
}
#information h1,
#information h2.tit-mission,
#information h3 {
	font-size: 20px;
	line-height: 1.2;
}
@media screen and (max-width:768px) {
    #information h1,
    #information h2.tit-mission,
    #information h3 {
        font-size: 17px;
    }
}
#information h1 {
    margin: 0 auto;
	padding-top: 33px;
    padding-bottom: 9px;
	border-bottom: 1px solid #323232;
}
@media screen and (max-width:768px) {
    #information h1 {
        padding: 44px 7px 8px;
        border-bottom: 1px solid #323232;
   }
}
#information .detail {
    margin:0 59px;
}
@media screen and (max-width:768px) {
    #information .detail {
        margin:0 7px;
    }
}
#information .detail h2.tit-company {
    padding-top:59px;
	font-size: 16px;
	line-height: 1.8;
    letter-spacing:0.7px;
}
#information .detail h2.tit-mission {
    padding-top:58px;
    letter-spacing:2.4px;
}
@media screen and (max-width:768px) {
    #information .detail h2.tit-company {
        padding-top:44px;
        font-size: 14px;
        line-height: 1.9;
   }
    #information .detail h2.tit-mission {
        padding-top:63px;
    }
}
#information p {
	font-size: 16px;
    text-align: justify;
    letter-spacing:1.2px;
}
@media screen and (max-width:768px) {
    #information p {
        letter-spacing:1.2px;
        font-size: 14px;
    }
}
#information .detail > h2 + p {
    padding-top:30px;
    margin-left:1px;
}
@media screen and (max-width:768px) {
    #information .detail > h2 + p {
        padding-top:28px;
        line-height: 1.9;
        letter-spacing:1.2px;
    }
}
#information .detail h3 {
    margin-top:54px;
    letter-spacing:1.4px;
}
#information .detail h3:nth-of-type(1) {
    margin-top:59px;
}
#information .detail div p {
    padding-top:21px;
    line-height:1.8;
}
#information .detail div p small {
    position:relative;
	display:block;
    padding-top:9px;
    padding-left:15px;
	font-size: 14px;
    line-height:1.6;
}
#information .detail div p small::before {
    position: absolute;
    display:block;
    left:0;
    content:"※";
}
#information .detail div p small:nth-of-type(2) {
    padding-top:0;
}
@media screen and (max-width:768px) {
    #information .detail h3 {
        margin-top:33px;
        position:relative;
        letter-spacing:1.2px;
		cursor:pointer;
    }
    #information .detail h3:nth-of-type(1) {
        margin-top:53px;
    }
    #information .detail h3::after {
        position: absolute;
        right: 0;
        bottom: 6px;
        font-family: "icomoon";
        font-size: 14px;
        line-height: 1;
        content: "\e904";
    }
    #information .detail h3.opened::after {
        content: "\e905";
	}
    #information .detail h3 + div {
		display: none;
		padding-bottom: 10px;
	}
    #information .detail h3.opened + div {
		display: block;
	}
    #information .detail div p {
        padding-top:23px;
        line-height:1.9;
   }
    #information .detail div p small {
        padding-top:11px;
        padding-left:9px;
        font-size: 9px;
        line-height:1.7;
        letter-spacing:0;
    }
}
	
@media screen and (min-width:769px) {
    #information .profile {
        padding-top:87px;
        font-size: 16px;
        line-height:1.8;
        letter-spacing:0.5px;
    }
}
@media screen and (max-width:768px) {
    #information .profile {
        padding-top:35px;
        font-size: 14px;
        line-height:1.8;
        letter-spacing:0.7px;
    }
}
#information .profile dt {
	min-width: 0;
	margin: 0;
}
@media screen and (min-width:769px) {
    #information .profile dt {
        width:100px;
    }
}
@media screen and (max-width:768px) {
    #information .profile dt {
        width:100px;
    }
}
#information .profile dd {
	float: none;
	margin: 0;
	padding-bottom: 28px;
}
@media screen and (min-width:769px) {
    #information .profile dd {
        padding-left:100px;
    }
}
@media screen and (max-width:768px) {
    #information .profile dd {
        padding-left:100px;
        padding-bottom:22px;
    }
}


.slide-block {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 90px 36px;
	max-width: 996px;
	margin: 84px auto;
}
.slide-main {
	width: 410px;
	height: 410px;
	margin: 0;
}
.slide-main .slick-list {
	width: 410px;
	height: 410px;
	margin: 0;
	text-align: center;
}
.slide-main .slick-slide {
	height: 410px;
	outline: none;
}
.slide-main.slick-initialized .slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide-nav-block {
	position: relative;
	width: 550px;
	margin-right: -5px;
}
.slide-nav {
	margin: 0;
}
.slide-nav .slick-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	text-align: center;
	cursor: pointer;
	outline: none;
	transition: opacity .2s linear;
}
.slide-nav .slick-slide:hover {
	opacity: 0.5;
}
.slide-nav .slick-slide.slick-current {
	opacity: 1;
	cursor: default;
}
.slide-nav span {
	display: none;
}
.slide-sub-nav {
	position: absolute;
	top: -72px;
	left: 0;
	width: 550px;
}
.slide-sub-nav button {
	position: absolute;
	top: -6px;
	padding: 5px 0;
	height: 26px;
	border-radius: 0;
	background-color: transparent;
	outline: none;
}
.slide-sub-nav button.prev {
	left: 1px;
}
.slide-sub-nav button.next {
	right: 1px;
}
.slide-sub-nav button:before {
	font-family: 'icomoon';
	font-size: 16px;
	line-height: 1;
	color: #000;
}
.slide-sub-nav button.prev:before {
	content: "\e903";
}
.slide-sub-nav button.next:before {
	content: "\e906";
}
.slide-sub-nav p {
	margin: 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.4px;
}

@media screen and (max-width: 768px) {
	.slide-block {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 0;
		max-width: none;
		margin: 23px 30px 35px;
	}
	.slide-main {
		width: 100%;
		height: calc(100vw - 60px);
		margin-bottom: 30px;
	}
	.slide-main img {
		width: auto;
		max-height: 100%;
	}
	.slide-main .slick-list {
		width: 100%;
		height: inherit;
	}
	.slide-main .slick-slide {
		height: inherit;
	}
	.slide-main .slick-track {
		height: inherit;
	}
	.slide-nav-block {
		width: calc(100% + 5px);
		margin: 0 -2.5px;
	}
	.slide-nav .slick-slide {
		height: 59px;
		padding: 0 2.5px;
		opacity: 1 !important;
		transition: none;
	}
	.slide-nav .slick-slide img {
		width: auto;
		max-height: 100%;
	}
	.slide-sub-nav {
		position: static;
		width: 100%;
		margin-bottom: 29px;
	}
	.slide-sub-nav button {
		top: -6px;
	}
	.slide-sub-nav button.prev {
		left: 0;
	}
	.slide-sub-nav button.next {
		right: 0;
	}
	.slide-sub-nav button:before {
		font-size: 14px;
	}
	.slide-sub-nav p {
		font-size: 14px;
	}
}