@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */
body{
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	min-width: 1030px;
	text-align: left;
}
*{
	box-sizing: border-box;
}
.l-inner{
	width: calc(100% - 50px);
	max-width: 1000px;
	margin: auto;
	position: relative;
}
.l-inner__m{
	width: calc(100% - 50px);
	max-width: 900px;
	margin: auto;
	position: relative;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
.u-pc{
	display: inherit!important;
}
.u-sp{
	display: none!important;
}
.u-pad{
	display: none!important;
}
.l-main{
	margin-top: 124px;
}
.flex{
	display: flex;
	justify-content: space-between;
}
a{
	display: block;
	transition-duration: 0.3s;
}
a.-inline{
	display: inline;
}
a:hover{
	transition-duration: 0.3s;
}
.js-fadein {
    opacity: 0;
}
.js-fadein.is-show {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.l-footer{
	margin-top: 166px;
}
.p-top .l-print{
	display: none;
}
@media screen and (max-width: 768px) {
	body{
		min-width: 0px;
	}
	.l-main{
		margin-top: 60px;
	}
	.u-pc{
		display: none!important;
	}
	.u-sp{
		display: inherit!important;
	}
	.u-pad{
		display: none!important;
	}
	.l-footer{
		margin-top: 84px;
	}
}


/* ------------------------------------------------------
title
------------------------------------------------------ */
.c-tit__l{
	text-align: center;
	color: #005b9d;
	font-size: 42px;
	margin-bottom: 45px;
    height: auto;
    width: auto;
}
.c-tit__l span{
	display: block;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	margin-top: 5px;
	letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
	.c-tit__l{
		font-size: 31px;
		letter-spacing: 0.03em;
	}
	.c-tit__l span{
		font-size: 12px;
		margin-top: 1px;
	}
}
/* ------------------------------------------------------
mv
------------------------------------------------------ */
.c-mv{
	position: relative;
	margin-bottom: 90px;
}
.c-mv__slider{
	width: 100%;
	height: calc(100vh - 124px);
}
@media screen and (max-width: 1029px) {
	.c-mv__slider .u-pc{
		display: none!important;
	}
	.c-mv__slider .u-sp{
		display: none!important;
	}
	.c-mv__slider .u-pad{
		display: inherit!important;
	}
}
@media screen and (max-width: 768px) {
	.c-mv__slider .u-pc{
		display: none!important;
	}
	.c-mv__slider .u-sp{
		display: inherit!important;
	}
	.c-mv__slider .u-pad{
		display: none!important;
	}
}
.c-mv__slider img{
	object-fit: cover;
	width: 100%;
	height: calc(100vh - 124px);
}
.c-mv .slick-dots{
	transform: rotate(90deg);
    position: absolute;
    right: 86px;
    top: calc(50% - 20px);
    width: 100px;
    height: 24px;
}
.c-mv .slick-dots li button:before{
	font-size: 30px;
}
.c-mv .slick-dots li{
	margin: 0 2px;
}
.c-mv .slick-dots li.slick-active button:before{
	opacity: 1;
	color: #005b9d;
}
.c-mv .slick-dots li button:before{
    content: '•';
    text-align: center;
    opacity: 1;
    color: #c8c8c8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-mv__news,
.c-mv__newsother{
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: 0.349px -9.994px 16px 0px rgba(0, 0, 0, 0.08);
	background-color: rgba(255, 255, 255, 0.53);
	text-align: left;
}
.c-mv__news .l-inner,
.c-mv__newsother .l-inner{
	display: flex;
	align-items: center;
}
.c-mv__news .l-inner strong,
.c-mv__newsother .l-inner strong{
	color: #005b9d;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 16px;
	margin-right: 14px;
}
.c-mv__news dl,
.c-mv__newsother dl{
	display: flex;
	align-items: center;
}
.c-mv__news dt,
.c-mv__newsother dt{
	margin-right: 36px;
    font-weight: 600;
    font-size: 14px;
    color: #646464;
    font-family: 'Poppins', sans-serif;
}
.c-mv__news dd,
.c-mv__newsother dd{
	font-size: 16px;
	max-width: 833px;
	position: relative;
}
.c-mv__newsother dd{
	padding-right: 36px;
}
.c-mv__news dd:before,
.c-mv__newsother dd:before{
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	transform: rotate(45deg);
	background: #333;
	position: absolute;
	right: 0px;
	top: calc(50% - 3px);
	border-radius: 3px;
	z-index: 1;
}
.c-mv__news dd:after,
.c-mv__newsother dd:after{
	content: '';
    display: block;
    width: 8px;
    height: 2px;
    transform: rotate(135deg);
    background: #333;
    position: absolute;
    right: 0px;
    top: calc(50% - -1px);
    border-radius: 3px;
    z-index: 1;
}
.c-mv__news a{
	display: block;
	margin-right: 36px;
	overflow: hidden;
	width: calc(100% - 36px);
	position: relative;
	color: #333;
}
.c-mv__newsother a{
	display: inline;
	margin-right: 0;
	overflow: hidden;
	width: calc(100% - 36px);
	position: relative;
	color: #005b9d;
	border-bottom:1px solid #005b9d;
}
.c-mv__news a:hover,
.c-mv__newsother a:hover{
	color: #005b9d;
	text-decoration: none;
}
.c-mv__newsother a:hover{
	color: #333;
	border-bottom:1px solid #333;
}
.c-mv__news a span,
.c-mv__newsother a span{
	width: max-content;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.c-mv{
		margin-bottom: 30px;
	}
	.c-mv__slider{
		width: 100%;
		height: auto;
	}
	.slick-slide {
		height:auto;
		overflow: auto;
	}
	.c-mv__slider img{
		object-fit: contain;
		width: 100%;
		height: auto;
		display: block;
		max-width: 100%;
	}
	.c-mv .slick-dots {
		transform: rotate(0deg);
		position: absolute;
		right: auto;
		top: auto;
		width: 100%;
		height: 24px;
		bottom: 132px;
	}
	.c-mv .slick-dots li {
		margin: -1px;
	}
	.c-mv .slick-dots li button:before{
		font-size: 30px;
	}
	.c-mv__news,
	.c-mv__newsother{
		width: 100%;
		height: 125px;
	}
	.c-mv__news .l-inner,
	.c-mv__newsother .l-inner{
		 display: flex;
		align-items: flex-start;
		margin-top: 17px;
	}
	.c-mv__news .l-inner strong,
	.c-mv__newsother .l-inner strong{
		display: none;
	}
	.c-mv__news dl,
	.c-mv__newsother dl{
		position: relative;
		display: block;
	}
	.c-mv__news dt,
	.c-mv__newsother dt{
		margin-right: 36px;
		font-weight: 600;
		font-size: 14px;
		position: relative;
		display: flex;
		align-items: center;
	}
	.c-mv__news dt:before,
	.c-mv__newsother dt:before{
		content: 'NEWS';
		display: inline-block;
		color: #005b9d;
		font-size: 14px;
		font-family: 'Poppins', sans-serif;
		margin-right: 10px;
		font-weight: 600;
		padding-bottom: 2px;
	}
	.c-mv__news dd,
	.c-mv__newsother dd{
		font-size: 16px;
		max-width: 833px;
		position: relative;
	}
	.c-mv__newsother dd{
		padding-right: 36px;
	}	

	.c-mv__news dd:before,
	.c-mv__newsother dd:before{
		display: none;
	}
	.c-mv__news dd:after,
	.c-mv__newsother dd:after{
		display: none;
	}
	.c-mv__news a{
		display: block;
		margin-right: 36px;
		overflow: hidden;
		width: 100%;
		position: relative;
	    height: 70px;
		line-height: 1.4em;
	}
	.c-mv__newsother a{
		display: inline;
		overflow: hidden;
		width: 100%;
		position: relative;
	    height: 70px;
		line-height: 1.4em;
	}
	.c-mv__news a span,
	.c-mv__newsother a span{
		width: auto;
		white-space: normal;
	}

}
/* ------------------------------------------------------
product
------------------------------------------------------ */
.c-product{
	margin-bottom: 110px;
}
.c-product .c-tit__l{
	letter-spacing: 0.15em;
	margin-bottom: 28px;
}
.c-product__menu{
	flex-wrap: wrap;
}
.c-product__menu a:hover{
	opacity: 0.7;
}
.c-product__menu li{
	max-width: 240px;
	margin-bottom: 10px;
    width: calc(25% - 10px);
}
.c-product__menu li + li{
	margin-left: 10px;
}
.c-product__menu li:nth-child(5){
	margin-left: 0;
}
.c-product__search{
	text-align: center;
    height: 46px;
    border: 1px solid #005b9d;
    max-width: 437px;
    margin: 0 auto 45px auto;
}
.c-product__search__text{
	-webkit-appearance: none;
	width: 290px;
	margin-right: -5px;
	height: 45px;
	margin-top: -1px;
	padding-left: 15px;
	border-radius: 0;
	background: none;
		border: none;
}
.c-product__search__text::placeholder{
	color: #005b9d;
	font-size: 14px;
}
.c-product__search__btn{
	-webkit-appearance: none;
	border-radius: 0;
	background: #005b9d;
	width: 146px;
	padding: 0 0 0 70px;
	color: #fff; 
	margin-right: -1px;
	height: 45px;
	text-align: left;
	cursor: pointer;
	border: none;
	transition-duration: 0.3s;
	background-image: url("../images/common/icon_search_white.png");
	background-size: 18px 18px;
	background-position: 38px 12px;
	background-repeat: no-repeat;
	letter-spacing: 0.3em;
	font-size: 15px;
}
.c-product__search__btn:hover{
	background: #333;
	transition-duration: 0.3s;
	background-image: url("../images/common/icon_search_white.png");
	background-size: 18px 18px;
	background-position: 38px 12px;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.c-product {
		margin-bottom: 45px;
	}
	.c-product .c-tit__l{
		margin-bottom: 20px;
	}
	.c-product__menu a:hover{
		opacity: 1;
	}
	.c-product__menu li{
		max-width: 100%;
		width: calc(50% - 8px);
		margin-bottom: 16px;
	}
	.c-product__menu li img{
		width: 100%;
	}
	.c-product__menu li + li{
		margin-left: 0;
	}
	
	
	.c-product__search{
		margin-bottom: 25px;
		text-align: center;
	}
	.c-product__search__text{
		width: calc(100% - 90px);
		margin-right: -5px;
		height: 44px;
		margin-top: 0px;
		padding-left: 20px;
		border: none;
	}
	.c-product__search__text::placeholder{
		font-weight: 500;
		font-size: 14px;
	}
	.c-product__search__btn{
		background: #005b9d;
		width: 90px;
		padding: 0 0 0 40px;
		letter-spacing: 0.3em;
		color: #fff; 
		height: 44px;
		text-align: left;
		cursor: pointer;
		border: none;
	    margin-right: -1px;
		transition-duration: 0.3s;
		background-image: url("../images/common/icon_search_white.png");
		background-size: 13px 13px;
		background-position: 22px 16px;
		background-repeat: no-repeat;
		font-size: 14px;
	}
	.c-product__search__btn:hover{
		background: #005b9d;
		transition-duration: 0.3s;
		background-image: url("../images/common/icon_search_white.png");
		background-size: 13px 13px;
		background-position: 22px 16px;
		background-repeat: no-repeat;
	}
}
/* ------------------------------------------------------
picup
------------------------------------------------------ */
.c-picup{
	margin-bottom: 120px;
	background: #edf7ff;
	padding: 62px 0 80px 0;
}
.c-picup a:hover{
	opacity: 0.7;
}
.c-picup .slick-initialized .slick-slide{
	margin: 0 6px;
}
.slick-prev{
	left: -70px;
}
.slick-next{
	right: -70px;
}
.slick-prev, .slick-next{
	width: 50px;
	height: 50px;
	background: #005b9d;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background: #333;
}
.slick-prev:before, .slick-next:before{
	content: '';
	width: 16px;
	height: 20px;
	display: block;
	position: absolute;
	background: url("../images/common/icon_arrow_white.png");
	right: 16px;
	top: 15px;
	transform: rotate(90deg);
	opacity: 1;
}
.slick-prev:before{
	transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
	.c-picup{
		padding: 42px 0 40px 0;
	    margin-bottom: 55px;
	}
	.c-picup .c-tit__l{
		margin-bottom: 20px;
	}
	.c-other a:hover{
		opacity: 1;
	}
	.c-picup .l-inner__m{
		width: calc(100% - 50px);
	}
	.c-picup__list__item__inner{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.c-picup__list__item__inner div{
		width: calc(50% - 5px);
		margin-bottom: 12px;
	}
	.slick-prev{
		left: -50px;
	}
	.slick-next{
		right: -50px;
	}
	.slick-prev, .slick-next{
		width: 45px;
		height: 45px;
		background: #005b9d;
	}
	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
		background: #005b9d;
	}
	.slick-prev:before, .slick-next:before{
		content: '';
		display: block;
		width: 8px;
		height: 1px;
		right: 15px;
		top: calc(50% - 3px);
		background: #fff;
		position: absolute;
		transform: rotate(45deg);
	}
	.slick-prev:after, .slick-next:after{
		content: '';
		display: block;
		width: 8px;
		height: 1px;
		right: 15px;
		top: calc(50% + 2px);
		background: #fff;
		position: absolute;
		transform: rotate(135deg);
	}
	.slick-prev:before{
		right: auto;
		left: 15px;
		top: calc(50% + 3px);
	}
	.slick-prev:after{
		right: auto;
		left: 15px;
		top: calc(50% + -2px);
	}
}
/* ------------------------------------------------------
other
------------------------------------------------------ */
.c-other a:hover{
	opacity: 0.7;
}
.c-other__info{
	margin-bottom: 32px;
    align-items: center;
}
.c-other__info li{
	width: 436px;
}
.c-other__info li + li{
	margin-left: 20px;
}
.c-other__nav li{
	width: 216px;
}
@media screen and (max-width: 768px) {
	.c-other a:hover{
		opacity: 1;
	}
	.c-other__info{
		flex-wrap: wrap;
	}
	.c-other__info li{
		width: 100%;
	}
	.c-other__info li + li{
		margin-left: 0;
		margin-top: 30px;
	}
	.c-other__nav{
		flex-wrap: wrap;
	}
	.c-other__nav li{
		width: calc(50% - 6px);
		margin-bottom: 12px;
	}
	.c-other__info li + li{
		margin-left: 0;
	}
}
.c-picup__list.u-pc {
    display: flex !important;
    gap: 15px;
}
.c-update__list {
	font-size: 16px;
	margin-bottom: 30px;
}
.c-update__list li {
	display: flex;
	align-items: center;
	gap: 10px;
	align-content: center;
	margin-bottom: 10px;
}
.c-update__list time {
	width: 135px;
}
.c-update__list p {
	margin: 0;
	font-size: 16px;
}
.c-update__list span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	min-height: 16px;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
	box-sizing: content-box;
}
.c-update__list span.-news {
	background: #fde9d9;
}
.c-update__list span.-info {
	background: #92d050;
}
.c-update__list span.-up {
	background: #dce6f1;
}
.c-btn {
	display: flex;
	align-items: center;
	border-radius:80px;
	height: 60px;
	border: 2px solid #005b9d;
	color: #005b9d;
	position: relative;
	margin: 0 auto 80px auto;
	background: #fff;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	max-width: 300px;
}
.c-btn::before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #005b9d;
	border-top: 2px solid #005b9d;
}
@media (hover: hover) {
	.c-btn:hover {
		background: #005b9d;
		color: #fff;
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.c-update__list time {
		font-size: 12px;
		width: 90px;
	}
	.c-update__list span {
		width: 60px;
		padding: 5px;
	}
	.c-update__list p {
		width: calc(100% - 160px);
	}
	.c-btn {
		margin-bottom: 80px;
	}
	.c-picup__list.u-pc {
		display: none!important;
	}
	.c-update__list li {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.c-update__list li p {
		width: 100%;
	}
}