@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secHero */
.secHero{
	position: relative;
	animation: fadein 2s ease 0s 1 forwards;
	opacity: 0;
	margin-bottom:35px;
}
@-webkit-keyframes fadein {
	100% {
		opacity: 1;
	}
}
@keyframes fadein  {
	100% {
		opacity: 1;
	}
}
.secHero .swiper-container {
	width: 100%;
	height: 36.25vW;
}
.secHero .swiper-slide .img{
	padding-top: 36.25%;
}
.secHero .swiper-pagination{
	position: absolute;
	bottom: -30px;
	left: auto;
	right: 2%;
}
.secHero .swiper-pagination .swiper-pagination-bullet{
	background: #E1E1E1;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	opacity: 1;
	border-radius: inherit;
}
.secHero .swiper-pagination .swiper-pagination-bullet-active{
	background: #ef5a84;
}
@media only screen and (max-width:767px){
	.secHero{
		margin-bottom:55px;
		height:auto;
	}
	.secHero .swiper-container {
		height: 116vW;
	}
	.secHero .swiper-slide .img{
		padding-top: 116%;
	}
	.secHero .swiper-pagination{
		bottom: -25px;
		right: 2%;
	}
	.secHero .swiper-pagination .swiper-pagination-bullet{
		margin: 0 2px !important;
	}
}


/* secNotice */
.secNotice{
	margin:0 auto 40px;
	padding:38px 20px 34px;
	width:1000px;
	text-align:center;
	color:#191919;
	border:solid 1px #000;
	background-color:#fff;
	cursor: pointer;
	position: relative;
}
.secNotice::before{
	content:"";
	display:block;
	width:15px;
	height:1px;
	position:absolute;
	top: 49px;
	right:200px;
	background-color:#000;
}
.secNotice::after{
	content:"";
	display:block;
	width:1px;
	height:15px;
	position:absolute;
	top:42px;
	right:206.2px;
	background-color:#000;
}
.secNotice.is-open::after{
	display:none;
}
.secNotice .titNotice{
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:1.5;
}
.secNotice .txtNotice{
	font-size:14px;
	letter-spacing:0px;
	line-height:1.8;
	margin-top:12px;
	display:none;
}
@media only screen and (max-width:767px){
	.secNotice{
		bottom:10px;
		padding:15px;
		width:92.998%;
	}
	.secNotice::before{
		content:"";
		display:block;
		width:9px;
		height:1px;
		position:absolute;
		top:23px;
		right:10px;
		background-color:#000;
	}
	.secNotice::after{
		content:"";
		display:block;
		width:1px;
		height:9px;
		position:absolute;
		top:19px;
		right:14px;
		background-color:#000;
	}
	.secNotice .titNotice{
		font-size:12px;
		letter-spacing:0px;
		text-align:left;
	}
	.secNotice .txtNotice{
		font-size:11px;
		line-height:1.7;
		text-align:left;
		margin-top:8px;
	}
}

/* .secSlider */
.secSlider{
	margin-bottom:85px;
}
.secSlider .boxSlider{
	font-size:0;
	overflow: hidden;
	position:relative;
}
.secSlider .boxSlider .swiper-container {
    width: 480px;
    overflow: visible;
}
.secSlider .boxSlider .swiper-slide {
    width: 480px;
    margin-right: 40px;
}
.secSlider .boxSlider .swiper-slide .img{
	width:100%;
	height:192px;
}
.secSlider .boxSlider .swiper-pagination{
	position: static;
	padding-top: 41px;
}
.secSlider .boxSlider .swiper-pagination .swiper-pagination-bullet{
	background: #E1E1E1;
	margin: 0 4px !important;
	opacity: 1;
	width: 7px;
	height: 7px;
	border-radius: 0;
}
.secSlider .boxSlider .swiper-pagination .swiper-pagination-bullet-active{
	background: #EF5A84;
}
.secSlider .boxSlider .swiper-button-prev,
.secSlider .boxSlider .swiper-button-next {
	width: 50px;
	height: 100px;
	top: 65px;
	z-index: 10;
}
.secSlider .boxSlider .swiper-button-prev{
	background: url(../img/index/btnPrev.png) center top / cover no-repeat;
	left: calc(100% - 92.5%);
}
.secSlider .boxSlider .swiper-button-next{
	background: url(../img/index/btnNext.png) center top / cover no-repeat;
	right:calc(100% - 92.5%);
}
.secSlider .boxSlider.disabled .swiper-wrapper{
	transform: translate3d(0, 0, 0) !important;
}
.secSlider .boxSlider.disabled .swiper-slide-duplicate,
.secSlider .boxSlider.disabled .swiper-pagination{
	display: none !important;
}
@media only screen and (max-width:767px){
	.secSlider{
		margin-bottom:55px;
	}
	.secSlider .boxSlider{
		position:relative;
	}
	.secSlider .boxSlider .swiper-container {
		width: 260px;
		height:104px;
	}
	.secSlider .boxSlider .swiper-slide {
		width: 260px;
		margin-right: 20px;
	}
	.secSlider .boxSlider .swiper-slide .img{
		height:auto;
		padding-top:40%;
	}
	.secSlider .boxSlider .swiper-slide img{
		width: auto;
		height: 104px;
	}
	.secSlider .boxSlider .swiper-pagination{
		padding-top: 21px;
	}
	.secSlider .boxSlider .swiper-button-prev,
	.secSlider .boxSlider .swiper-button-next {
		width: 25px;
		height: 50px;
		top: 49px;
		z-index: 10;
	}
	.secSlider .boxSlider .swiper-button-prev{
    	background: url(../img/index/btnPrev.png) center top / cover no-repeat;
		left:0;
	}
	.secSlider .boxSlider .swiper-button-next{
    	background: url(../img/index/btnNext.png) center top / cover no-repeat;
		right:0;
	}
	.secSlider .boxSlider .swiper-pagination .swiper-pagination-bullet{
		width:8px;
		height:8px;
	}
}

/* secEvent */
.secEvent{
	margin-bottom: 130px;
}
.secEvent .topTitBox{
	text-align:center;
	margin-bottom:70px;
}
.secEvent .titMain{
	font-size:28px;
	letter-spacing:6px;
	margin-bottom:25px;
}
.secEvent .txtMain{
	font-size:15px;
}
.secEvent .boxSlider .boxMain{
	text-align: center;
	font-size: 0;
	margin-top: 48px;
}
.secEvent .boxSlider .box{
	display:inline-block;
	vertical-align:top;
    width: 31.25%;
    margin-right: 3.1%;
	position:relative;
}
.secEvent .boxSlider .box:last-child{
	margin-right: 0;
}
.secEvent .boxSlider .box a{
	display: block;
	color: #000;
	text-decoration: none;
	background: #F9F9F9;
}
.secEvent .boxSlider .box .boxImg{
	position: relative;
}
.secEvent .boxSlider .box .boxImg .img{
	width: 100%;
	height: 0;
	padding-top: 54.6%;
}
.secEvent .boxSlider .box.end .boxImg img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.secEvent .boxSlider .box .boxTxt{
	width: 350px;
	margin: 0 auto;
	padding: 23px 0px 35px 0;
	text-align: left;
}
.secEvent .boxSlider .box .boxTxt .txt{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secEvent .boxSlider .box .boxTxt .tit{
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 58px;
	text-decoration:underline;
	margin-bottom:17px;
	height:58px;
}
.secEvent .secBtnMore{
	margin-top: 85px;
}
.secEvent .endBox{
	position:absolute;
	bottom:0;
	right:0;
	background:url(../img/common/iconEnd.png) 10px 15px no-repeat #84C6C9;
	background-size:15px auto;
	color:#fff;
	text-decoration:underline;
	font-size:13px;
	min-width:144px;
	padding:15px 0 0 20px;
	height:40px;
}
@media only screen and (max-width:767px){
	.secEvent{
		margin-bottom: 60px;
	}
	.secEvent .topTitBox{ margin-bottom:20px;}
	.secEvent .titMain{
		font-size:22px;
		letter-spacing:1px;
		margin-bottom:20px;
	}
	.secEvent .txtMain {
		font-size: 14px;
		letter-spacing:1px;
	}
	.secEvent .boxSlider{
		margin-top: 29px;
		overflow: hidden;
	}
	.secEvent .boxSlider .boxMain{
		margin-top:0;
	}
	.secEvent .boxSlider .box{
		width: 49.52%;
		margin-right:0.96%;
	}
	.secEvent .boxSlider .box:last-child{
		margin-right:0;
	}
	.secEvent .boxSlider .box .boxIco li{
		min-width: auto;
		height: 27px;
		font-size: 12px;
		padding: 7px 7px 0;
	}

	.secEvent .boxSlider .box .boxTxt{
		width: 100%;
		padding: 12px 10px 27px;
	}
	.secEvent .boxSlider .box .boxTxt .txt{
		font-size: 11px;
		line-height:20px;
		letter-spacing: 0.5px;
	}
	.secEvent .boxSlider .box .boxTxt .tit{
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 0.75px;
		margin-top: 10px;
		max-height: 62px;
	    -webkit-line-clamp: 3;
		margin-bottom: 12px;
		height: 62px;
	}
	.secEvent .secBtnMore{
		margin-top: 20px;
	}
	.secEvent .endBox{
		background:#84C6C9;
		font-size:11px;
		padding:7px 5px;
		min-width:auto;
		height:auto;
	}
}
/* secBtnMore */
.secBtnMore a{
	display: block;
	width: 600px;
	height: 65px;
	padding-top: 24px;
	border:1px solid #000000;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	position:relative;
	background:#fff;
}
.secBtnMore a .boxArrow{
	position: relative;
}
.secBtnMore a .boxArrow::after{
	position: absolute;
	content: "";
	background: url(../img/common/boxArrow.gif) top center no-repeat;
	background-size: cover;
	width: 12px;
	height: 11px;
	right: -18px;
	top: -5px;
}
.secBtnMore a::before,
.secBtnMore a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.secBtnMore a::before{
    right: 33px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width:767px){
	.secBtnMore a{
		width: 300px;
		height: 55px;
		padding-top: 20px;
		font-size: 13px;
	}
	.secBtnMore a::before{
		right: 21px;
		width:7px;
		height:7px;
	}
	.secBtnMore a.none::before{
		display: none;
	}
}

/* secLineup */
.secLineup{
	margin-bottom: 130px;
}
.secLineup .topTitBox{
	text-align:center;
	margin-bottom:70px;
}
.secLineup .titMain{
	font-size:28px;
	letter-spacing:6px;
	margin-bottom:25px;
}
.secLineup .txtMain{
	font-size:15px;
}
.secLineup .boxSlider{
	text-align: center;
	font-size: 0;
	margin: 58px 0 60px;
}
.secLineup .boxSlider .swiper-wrapper{
	justify-content: center;
	-webkit-justify-content: center;
}
.secLineup .boxSlider .swiper-slide{
	width: 32%;
	margin-right: 2%;
}
.secLineup .boxSlider .swiper-slide:last-child{
	margin-right: 0;
}
.secLineup .boxSlider .swiper-slide a{
	display: block;
	color: #000;
	text-decoration: none;
}
.secLineup .boxSlider .swiper-slide .boxImg{
	position: relative;
}
.secLineup .boxSlider .swiper-slide .boxImg .img{
	width: 100%;
	height: 0;
	padding-top: 53.75%;
}
.secLineup .boxSlider .swiper-slide .boxTxt{
	padding: 25px 0 50px ;
	background: #f9f9f9;
	position: relative;
}
.secLineup .boxSlider .swiper-slide .boxTxt::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0;
	right: 0;
	background: url(../img/index/imgArrow.gif) top center no-repeat;
	background-size: cover;
}
.secLineup .boxSlider .swiper-slide .subTxt{
	font-size: 14px;
	margin-top: 20px;
	letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
	.secLineup{
		margin-bottom: 60px;
	}
	.secLineup .topTitBox{
		margin-bottom: 20px;
	}
	.secLineup .titMain{
		font-size: 22px;
    	letter-spacing: 1px;
    	margin-bottom: 20px;
	}
	.secLineup .txtMain{
		font-size: 14px;
    	letter-spacing: 1px;
	}
	.secLineup .boxSlider{
		margin: 29px 0 20px;
		overflow: hidden;
	}
	.secLineup .boxSlider .swiper-container{
		width: 305px;
		overflow: visible;
	}
	.secLineup .boxSlider .swiper-wrapper{
		justify-content: normal;
		-webkit-justify-content: normal;
	}
	.secLineup .boxSlider .swiper-slide{
		width: 305px;
	}
	.secLineup .boxSlider.disabled .swiper-wrapper{
		transform: translate3d(0, 0, 0) !important;
	}
	.secLineup .boxSlider.disabled .swiper-slide-duplicate{
		display: none !important;
	}
	.secLineup .boxSlider .swiper-slide .boxTxt{
		width: 100%;
		padding: 15px 0 30px;
	}
	.secLineup .boxSlider .swiper-slide .boxTxt img{
		width: 70%;
	}
	.secLineup .boxSlider .swiper-slide .subTxt{
		font-size: 13px;
		letter-spacing: 0;
	}
	.secLineup .boxSlider .swiper-slide .boxTxt::after{
		width: 25px;
		height: 25px;
	}
}

/* secModel */
.secModel{ padding-bottom:105px;}
.secModel .topTitBox{
	text-align:center;
	margin-bottom:70px;
}
.secModel .titMain{
	font-size:28px;
	letter-spacing:6px;
	margin-bottom:25px;
}
.secModel .txtMain{
	font-size:15px;
}
.secModel .list{
	font-size:0px;
}
.secModel .list li{
	display:inline-block;
	vertical-align:top;
	width:23.125%;
	margin-right:2.5%;
	margin-bottom:40px;
}
.secModel .list li:nth-child(4n){
	margin-right:0;
}
.secModel .list li a{
	display:block;
	color:#000;
}
.secModel .list li .photoBox{
	width:100%;
	position:relative;
}
.secModel .list li .photoBox .photo{
	width:100%;
	padding-top: 59.1%;
}
.secModel .list li .photoBox .iconArea{
	position:absolute;
	top:0;
	left:0;
}
.secModel .list li .boxTit{
	text-align:center;
	text-decoration:underline;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:16px;
	line-height:1.7;
	text-align:center;
	letter-spacing:2px;
	margin:20px 0 0;
}
@media only screen and (max-width:767px){
	.secModel {
		padding-bottom: 55px;
	}
	.secModel .topTitBox{
		margin-bottom:30px;
	}
	.secModel .titMain{
		font-size:22px;
		margin-bottom:13px;
	}
	.secModel .txtMain{
		font-size:14px;
	}
	.secModel .list{
		width:95.17%;
		margin:0 auto;
	}
	.secModel .list li{
		width:49.24%;
		margin-right:1.5%;
		margin-bottom:23px;
	}
	.secModel .list li:nth-child(2n){
		margin-right:0;
	}
	.secModel .list li .photoBox .photo{
		height:auto;
		padding-top:59%;
	}
	.secModel .list li .boxTit{
		font-size:14px;
		letter-spacing:0px;
		margin:12px 0 0;
	}
}

/* bgHome */
.bgHome{
	position:relative;
	overflow:hidden;
}
.bgHome::after{
	background:url(../img/index/bgHome.png) ;
	content:"";
	position:absolute;
	top:45px;
	right:-45px;
	width:1200px;
	height:780px;
	z-index:1;
	overflow:hidden;
}

/* secHome */
.secHome{
	height: 630px;
	position: relative;
	display:block;
	margin-bottom:90px;
	color:#000;
    overflow: hidden;
	z-index:2;
}
.secHome a{ display:block;}
.secHome .boxIn {
    width: 2000px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -855px;
	overflow:hidden;
}
.secHome .boxIn .fLeft,
.secHome .boxIn .fRight {
    float: left;
    width: 855px;
    display: block;
    position: relative;
}
.secHome .boxIn .fRight {
	width:600px;
	padding:128px 0 0 117px;
}
.secHome .boxTit{
	font-size:26px;
	line-height:1.2;
	margin-bottom:30px;
	letter-spacing:4px;
}
.secHome .boxTxt{
	font-size:15px;
	line-height:40px;
	letter-spacing:1px;
	padding-left:8px;
}
.secHome .btn{
    display: block;
    width: 400px;
    height: 65px;
    padding-top: 24px;
    border: 1px solid #007F94;
    color: #007F94;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    position: relative;
    background: #fff;
	margin:55px 0 0 8px;
	background:#fff;
}
.secHome .btn::before,
.secHome .btn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.secHome .btn::before{
    right: 33px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #007F94;
    border-right: 1px solid #007F94;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secHome .boxSlider .swiper-pagination{
	position: static;
	padding-top: 20px;
	text-align:right;
}
.secHome .boxSlider .swiper-pagination .swiper-pagination-bullet{
	background: #E1E1E1;
	margin: 0 4px !important;
	opacity: 1;
	width: 8px;
	height: 8px;
}
.secHome .boxSlider .swiper-pagination .swiper-pagination-bullet-active{
	background: #00758E;
}
.secHome .boxSlider .swiper-slide .img {
	width: 100%;
	height: 0;
	padding-top: 70%;
}
@media only screen and (max-width:767px){
	.bgHome::after{ display:none;}
	.secHome{
		height: auto;
		margin-bottom:50px;
		overflow: inherit;
	}
	.secHome .boxIn {
        width: 100%;
		position: static;
		margin-left: auto;
	}
	.secHome .boxIn .fLeft,
	.secHome .boxIn .fRight {
		float: none;
		width: 100%;
	}
	.secHome .boxIn .fRight {
		width:90.96%;
		padding:7px 0 0;
		margin:0 auto;
	}
	.secHome .boxTit{
		font-size:19px;
		margin-bottom:10px;
		letter-spacing:2px;
	}
	.secHome .boxTxt{
		font-size:13px;
		line-height:28px;
		letter-spacing:0px;
		padding-bottom:30px;
	}
	.secHome .btn{
		width: 300px;
		height: 55px;
		padding-top: 21px;
		font-size: 13px;
		margin:0 auto;
	}
	.secHome .boxSlider .swiper-slide{
		position:relative;
	}
	.secHome .btn::before{
		right: 21px;
		width: 7px;
		height: 7px;
	}
	.secHome .boxSlider .swiper-pagination{
		padding-top: 10px;
		padding-right:10px;
	}
}

/* secWorks */
.secWorks{
	padding-top:103px;
	padding-bottom:120px;
	margin-bottom: 130px;
	background:#F9F9F9;
}
.secWorks .boxTitMain{
	text-align:center;
}
.secWorks .topTitBox{
	position:relative;
	width:140px;
	margin:0 auto 15px;
}
.secWorks .topTitBox .titMain{
	font-size:40px;
	line-height:1.6;
	letter-spacing:4px;
	margin-bottom:30px;
}
.secWorks .topTitBox .icon{
	position:absolute;
	bottom:-15px;
	right:-18px;
}
.secWorks .txtMain{
	font-size:17px;
	line-height:19px;
	letter-spacing:2px;
}
.secWorks .boxSlider{
	text-align: center;
	font-size: 0;
	margin-top: 58px;
}
.secWorks .boxSlider .swiper-wrapper{
	justify-content: center;
	-webkit-justify-content: center;
}
.secWorks .boxSlider .swiper-slide{
	width: 28.125%;
	margin-right: 7.8%;
}
.secWorks .boxSlider .swiper-slide:last-child{
	margin-right: 0;
}
.secWorks .boxSlider .swiper-slide a{
	display: block;
	color: #000;
	text-decoration: none;
}
.secWorks .boxSlider .swiper-slide .boxImg{
	position: relative;
}
.secWorks .boxSlider .swiper-slide .boxImg .img{
	width: 100%;
	height: 0;
	padding-top: 66.65%;
}
.secWorks .boxSlider .swiper-slide .boxTxt{
	padding: 23px 0 15px ;
}
.secWorks .boxSlider .swiper-slide .boxTxt .txt{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secWorks .boxSlider .swiper-slide .boxTxt .tit{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 1.5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-decoration:underline;
	margin-bottom:7px;
}
.secWorks .secBtnMore{
	margin-top: 50px;
}
.secWorks .subBox{
	display:inline-block;
	background:url(../img/common/iconEnd.png) 10px 15px no-repeat #84C6C9;
	background-size:15px auto;
	color:#fff;
	font-size:13px;
	min-width:140px;
	padding:15px 0 0 20px;
	height:40px;
	margin:0 auto;
}
@media only screen and (max-width:767px){
	.secWorks{
		padding-top:40px;
		padding-bottom:50px;
		margin-bottom: 50px;
	}
	.secWorks .topTitBox .titMain{
		font-size:28px;
		margin-bottom:22px;
	}
	.secWorks .topTitBox .icon{
		right:7px;
	}
	.secWorks .topTitBox .icon img{
		width:auto;
		height:22px;
	}
	.secWorks .txtMain{
		font-size:14px;
		line-height:1.2;
		letter-spacing:2px;
	}
	.secWorks .boxSlider{
		margin-top: 29px;
		overflow: hidden;
	}
	.secWorks .boxSlider .swiper-container{
		width: 260px;
		overflow: visible;
	}
	.secWorks .boxSlider .swiper-wrapper{
		justify-content: normal;
		-webkit-justify-content: normal;
	}
	.secWorks .boxSlider .swiper-slide{
		width: 260px;
	}
	.secWorks .boxSlider.disabled .swiper-wrapper{
		transform: translate3d(0, 0, 0) !important;
	}
	.secWorks .boxSlider.disabled .swiper-slide-duplicate{
		display: none !important;
	}
	.secWorks .boxSlider .swiper-slide .boxTxt{
		width: 100%;
		padding: 10px 0;
	}
	.secWorks .boxSlider .swiper-slide .boxTxt .txt{
		font-size: 13px;
		letter-spacing: 0.5px;
		margin-top:-5px;
	}
	.secWorks .boxSlider .swiper-slide .boxTxt .tit{
		font-size: 15px;
		line-height: 32px;
		letter-spacing: 0.75px;
	}
	.secWorks .secBtnMore{
		margin-top: 30px;
	}
}

/* secLink */
.secLink{
	padding-bottom:135px;
}
.secLink .list{
	font-size:0;
}
.secLink .list li{
	width:49.033%;
	display:inline-block;
	vertical-align:top;
	margin-right:1.9%;
}
.secLink .list li:last-child{ margin-right:0;}
.secLink .list li a{ display:block;}
.secLink .list li img{
	width:100%;
	height:auto;
}
@media only screen and (max-width:767px){
	.secLink {
		padding-bottom: 60px;
	}
	.secLink .wrapper1550 {
		width: 92.998%;
	}
	.secLink .list li{
		display:block;
		width:100%;
		margin-right:0%;
	}
	.secLink .list li:last-child{ margin-top:20px;}
}

/* secAbout */
.secAbout{ padding-bottom:45px;}
.secAbout .topTitBox{
	text-align:center;
	padding-bottom:50px;
}
.secAbout .topTitBox .titMain{
	font-size:40px;
	line-height:1.6;
	letter-spacing:4px;
}
.secAbout .topTitBox .txtMain{
	font-size:17px;
	line-height:36px;
	letter-spacing:2px;
}
.secAbout .list{
	font-size:0;
	margin-bottom:50px;
	text-align: center;
}
.secAbout .list li{
	display:inline-block;
	vertical-align:top;
	width:29.688%;
	margin-right:5.4%;
}
.secAbout .list li:last-child{ margin-right:0;}
.secAbout .list li a{
	display:block;
	color:#000;
}
.secAbout .list li .subBox{
	padding:16px 12px;
	text-align: left;
}
.secAbout .list li .boxTit{
	font-size:16px;
	line-height:32px;
	text-decoration:underline;
	margin-bottom:7px;
}
.secAbout .list li .boxTxt{
	font-size:15px;
	line-height:26px;
}
.secAbout .list li .subTxt{
	font-size: 12px;
	margin-top: 10px;
}
.secAbout .list li .btnList{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.secAbout .list li .btnList .btn{
	width: 180px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #000;
	font-size: 15px;
	text-align: center;
	display: block;
	letter-spacing: 1px;
	position: relative;
}
.secAbout .list li .btnList .btn::after{
	right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	content: "";
	top: 19px;
}
@media only screen and (max-width:767px){
	.secAbout{ padding-bottom:30px;}
	.secAbout .topTitBox{
		padding-bottom:23px;
	}
	.secAbout .topTitBox .titMain{
		font-size:28px;
		margin-bottom:3px;
	}
	.secAbout .topTitBox .txtMain{
		font-size:14px;
		line-height:1.2;
	}
	.secAbout .list{
		margin-bottom:0px;
	}
	.secAbout .list li{
		display:block;
		width:100%;
		margin-right:0px;
		border-top:1px solid #F0F0F0;
	}
	.secAbout .list li:last-child{ border-bottom:1px solid #F0F0F0;}
	.secAbout .list li .box{
		display:table;
		padding:15px 3.831%;
	}
	.secAbout .list li .box .photo {
		width: 100%;
		height: auto;
	}
	.secAbout .list li .subBox{
	    padding: 0 0 0 12px;
		display: table-cell;
		vertical-align: middle;
		width: 55.9%;
	}
	.secAbout .list li .boxTit{
		font-size:14px;
		margin-bottom:0px;
	}
	.secAbout .list li .boxTxt{
		font-size:13px;
		line-height:19px;
		letter-spacing:-1px;
	}
	.secAbout .list li .subTxt{
		font-size: 11px;
		margin-top: 8px;
		line-height: 1.5;
	}
	.secAbout .list li .btnList{
		padding: 0 3.831% 15px;
	}
	.secAbout .list li .btnList .btn{
		width: 48%;
		height: 40px;
		line-height: 40px;
		border: 1px solid #000;
		font-size: 14px;
		text-align: center;
		display: block;
		letter-spacing: 1px;
		position: relative;
	}
	.secAbout .list li .btnList .btn::after {
		top: 14px;
	}
}

/* secStaffBlog */
.secStaffBlog{
	width:960px;
	margin:0 auto 115px;
}
.secStaffBlog a{
	display:block;
	color:#000;
}
.secStaffBlog .txtLink{
	font-size:15px;
	line-height:26px;
	text-align:center;
	text-decoration:underline;
	margin-top:15px;
}
@media only screen and (max-width:767px){
	.secStaffBlog{
		width:92.757%;
		margin:0 auto 32px;
	}
	.secStaffBlog .txtLink{
		font-size:12px;
		line-height:24px;
		text-decoration:none;
		margin-top:12px;
		text-align:left;
	}
	.secStaffBlog .txtLink span{
		text-decoration:underline;
		font-size:14px;
	}
}

/* secNews */
.secNews{
	background:#F9F9F9;
	padding:70px 0 75px;
	margin-bottom:120px;
}
.secNews .topTitBox{
	border-bottom:1px solid #000000;
	font-size:0;
	padding-bottom:15px;
}
.secNews .topTitBox .titMain,
.secNews .topTitBox .txtMain{
	display:inline-block;
	vertical-align:middle;
}
.secNews .topTitBox .titMain{
	font-size:24px;
	line-height:1.6;
	letter-spacing:2px;
}
.secNews .topTitBox .txtMain{
	font-size:14px;
	line-height:19px;
	margin:7px 0 0 15px;
	letter-spacing:1px;
}
.secNews .list{
	margin-bottom:30px;
}
.secNews .list li{
	padding:25px 5px 25px;
	border-bottom:1px solid #CCCCCC;
}
.secNews .list li:first-child{ padding:35px 5px 25px;}
.secNews .list li a{
	display:block;
	color:#000;
}
.secNews .list li .boxMain{
	font-size:0;
}
.secNews .list li .boxMain .txtDate,
.secNews .list li .boxMain .iconArea,
.secNews .list li .boxMain .boxTit{
	display:inline-block;
	vertical-align:middle;
}
.secNews .list li .boxMain .txtDate{
	font-size:13px;
	line-height:1.2;
	letter-spacing:1px;
	margin-right:14px;
}
.secNews .list li .boxMain .iconArea{
	margin-right:15px;
}
.secNews .list li .boxMain .boxTit{
	font-size:15px;
	line-height:1.7;
	letter-spacing:1px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    width:calc(100% - 13%);
}
.secNews .btnMore{
	float:right;
	display:block;
	font-size:15px;
	text-decoration:underline;
	letter-spacing:2px;
	color:#000;
}
@media only screen and (max-width:767px){
	.secNews{
		padding:30px 4.831% 40px;
		margin-bottom:57px;
	}
	.secNews .topTitBox{
		padding-bottom:11px;
	}
	.secNews .topTitBox .txtMain{
		margin:7px 0 0 8px;
	}
	.secNews .list{
		margin-bottom:17px;
	}
	.secNews .list li,
	.secNews .list li:first-child{ padding:18px 0 21px;}
	.secNews .list li .boxMain .txtDate{
		display:block;
		margin-bottom:10px;
	}
	.secNews .list li .boxMain .iconArea{
		margin-right:10px;
	}
	.secNews .list li .boxMain .boxTit{
		font-size:13px;
		max-width: 82%;
	}
	.secNews .btnMore{
		font-size:12px;
		letter-spacing:1px;
	}
}

/* secTelBox */
.secTelBox{
	margin: 0 auto 32px;
}

@media only screen and (max-width:767px){
	.secTelBox{
		margin:0 auto 13px;
	}
}

/* secBnr */
.secBnr{
	padding-bottom:35px;
}
.secBnr .titBox{
	max-width:1280px;
	width:94%;
	margin:0 auto 25px;
}
.secBnr .titMain{
	display:inline-block;
	vertical-align:top;
	font-size:30px;
	letter-spacing:3px;
}
.secBnr .txtMain{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	letter-spacing:1px;
	margin:11px 0 0 8px;
}
.secBnr .boxSlider{
	max-width:1280px;
	width:94%;
	margin:0 auto;
	background:#F9F9F9;
	position:relative;
}
.secBnr .list{
	font-size:0;
	width:1130px;
	margin:0 auto;
	padding:45px 0;
}
.secBnr .list li{
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin-right:30px;
	margin-bottom:30px;
}
.secBnr .list li:nth-child(4n){ margin-right:0;}
.secBnr .list li:nth-child(n + 5){ margin-bottom:0;}
.secBnr .swiper-pagination{
	position: static;
	padding-top: 35px;
	background:#fff;
}
.secBnr .swiper-pagination .swiper-pagination-bullet{
	background: #E1E1E1;
	margin: 0 4px !important;
	opacity: 1;
	width: 7px;
	height: 7px;
	border-radius: 0;
}
.secBnr .swiper-pagination .swiper-pagination-bullet-active{
	background: #EF5A84;
}
.secBnr .boxSlider .swiper-button-prev,
.secBnr .boxSlider .swiper-button-next {
	width: 50px;
	height: 100px;
	top: 135px;
	z-index: 10;
}
.secBnr .boxSlider .swiper-button-prev{
	background: url(../img/index/btnPrev.png) center top / cover no-repeat;
	right: calc(100% - 2%);
    left: auto;
}
.secBnr .boxSlider .swiper-button-next{
	background: url(../img/index/btnNext.png) center top / cover no-repeat;
	left: calc(100% - 2%);
    right: auto;
}
.secBnr .boxSlider.disabled .swiper-wrapper{
	transform: translate3d(0, 0, 0) !important;
}
.secBnr .boxSlider.disabled .swiper-pagination{
	display: none !important;
}
@media only screen and (max-width:767px){
	.secBnr{
		padding-bottom:60px;
		position: relative;
	}
	.secBnr .titBox{
		width:95%;
		margin:0 auto 23px;
		text-align:center;
	}
	.secBnr .titMain{
		display:block;
		font-size:28px;
		margin-bottom:3px;
		letter-spacing:4px;
		line-height:1.6;
	}
	.secBnr .txtMain{
		display:block;
		font-size:14px;
		letter-spacing:2px;
		line-height:1.2;
		margin:0;
	}
	.secBnr .boxSlider{
		position:static;
		width:95%;
	}
	.secBnr .list{
		width:88.274%;
		padding:15px 0 ;
	}
	.secBnr .list li,
	.secBnr .list li:nth-child(4n),
	.secBnr .list li:nth-child(n + 5){
		width:48.695%;
		margin-right:2.6%;
		margin-bottom:10px;
	}
	.secBnr .list li:nth-child(2n){ margin-right:0;}
	.secBnr .list li:nth-child(n + 7){ margin-bottom:0;}
	.secBnr .boxSlider .swiper-button-prev,
	.secBnr .boxSlider .swiper-button-next {
		width: 25px;
		height: 50px;
		top:34%;
		z-index: 10;
	}
	.secBnr .boxSlider .swiper-button-prev{
    	background: url(../img/index/btnPrev.png) center top / cover no-repeat;
		right: auto;
    	left: 0;
	}
	.secBnr .boxSlider .swiper-button-next{
    	background: url(../img/index/btnNext.png) center top / cover no-repeat;
		left: auto;
    	right: 0;
	}
	.secBnr .boxSlider .swiper-pagination .swiper-pagination-bullet{
		width:8px;
		height:8px;
	}
	.secBnr .swiper-pagination{ padding-top:20px;}
}

/* secSponsor */
.secSponsor{
	padding-bottom:90px;
}
.secSponsor .titBox{
	margin-bottom:25px;
}
.secSponsor .titMain{
	display:inline-block;
	vertical-align:top;
	font-size:30px;
	letter-spacing:3px;
}
.secSponsor .txtMain{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	letter-spacing:1px;
	margin:11px 0 0 8px;
}
.secSponsor .boxList{
	font-size:0;
}
.secSponsor .boxList li{
	display:inline-block;
	vertical-align:top;
	width:18.125%;
	margin:0 2.34% 2.34% 0;
}
.secSponsor .boxList li:nth-child(5n){
	margin-right:0;
}
.secSponsor .boxList li img{
	width:100%;
	height:auto;
}
@media only screen and (max-width:767px){
	.secSponsor{
		padding-bottom:65px;
	}
	.secSponsor .titBox{
		width:95%;
		margin:0 auto 23px;
		text-align:center;
	}
	.secSponsor .titMain{
		display:block;
		font-size:28px;
		margin-bottom:3px;
		letter-spacing:4px;
		line-height:1.6;
	}
	.secSponsor .txtMain{
		display:block;
		font-size:14px;
		letter-spacing:2px;
		line-height:1.2;
		margin:0;
	}
	.secSponsor .boxList{
		width:88.274%;
		margin:0 auto;
	}
	.secSponsor .boxList li{
		width:48.695%;
		margin:0 2.6% 10px 0;
	}
	.secSponsor .boxList li:nth-child(5n){
		margin-right:2.6%;
	}
	.secSponsor .boxList li:nth-child(2n){
		margin-right:0;
	}
}
.secKanaeru{
	margin-bottom: 135px;
}
@media only screen and (max-width: 1300px){
	.secKanaeru img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width:767px){
	.secKanaeru{
		margin-bottom: 50px;
	}
}

.secDegital{
	margin-bottom: 135px;
}
@media only screen and (max-width: 1300px){
	.secDegital img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width:767px){
	.secDegital{
		margin-bottom: 50px;
	}
}
/* 241219 */
@media only screen and (min-width:768px){
	.secLineup .boxTxt.type02 img{
		margin-top: 15px;
		margin-bottom: 9px;
	}
}
@media only screen and (max-width:767px){
	.secLineup .boxSlider .swiper-slide .boxTxt.type02 img{margin-top: 10px;margin-bottom: 11px;}
}
.secLineup .boxSlider .swiper-slide .boxTxt img.spMax50{
	max-width: 400px;
	width: calc(100% - 40px);
	height: auto;
	margin-top: 22px;
	margin-bottom: 17px;
}
/* 250425 */
@media only screen and (max-width:767px){
	.secLineup .boxSlider .swiper-slide .boxTxt img.spMax50{
		margin-top: 25px;
		margin-bottom: 16px;
	}
}