@charset "utf-8";
/* CSS Document */
/*----------------------mv--------------------*/
.slider-mv img {
    width: 100%;
    height: 500px;
	object-fit: cover;
}
.slider-mv1 {
    position: relative;
}
.slider-catch {
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: right;
    text-shadow: 0px 0px 5px rgba(0,0,0,1.00);
}
.slider-catch span {
    font-size: 20px;
    display: block;
    font-weight: 700;
}
/*-------------------slickdot-----------------*/
.slick-dots li button:before{
	font-size:20px!important;
}
.slick-dots{
	bottom: -30px!important;
}
.slick-dots li{
	width:30px!important;
}
/*---------------------sec1------------------*/
.sec1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}
.sec1 h2, .sec3 h2{
    font-size: 36px;
    font-weight: 600;
    border-bottom: 4px solid #034faf;
    border-image: linear-gradient(to right, #015eea, #00f0ff) 1;
    padding-left: 3px;
}
.h2-title {
    font-size: 14px;
	padding-left: 3px;
}
.sec1 dl {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.news-box {
    display: flex;
    border-bottom: 1px dotted #d7d7d7;
    padding-top: 15px;
    padding-bottom: 10px;
}
.news-date {
    color: #7c7c7c;
    font-weight: 600;
}
.news-title {
    font-weight: 600;
    margin-bottom: 5px;
	margin-left:10px;
    color: #034faf;
    font-size: 16px;
}
.news-text{
	margin-left: 10px;
}
.news-text a {
    font-weight: 700;
    text-decoration: underline;
}
.news-text a:hover  {
    color: #7c7c7c;
}
.news-btn {
    text-align: right;
}
.news-btn a   {
    color: #fff;
    border-radius: 30px;
    background-color: #034faf;
    margin-top: 30px;
    font-weight: 600;
    padding-top: 6px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 6px;
    border: 3px solid #034faf;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
	transition: all 0.4s ease;
}
.news-btn a:hover {
    color: #034faf;
    background-color: #fff;
    border: 3px solid #034faf;
    text-align: right;
}
/* -------------------sec2------------------ */
.sec2 {
    margin-top: 130px;
    height: auto;
    background-image: url(../img/aboutus-bg.jpg);
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
    background-position: 50% 50%;
}
.sec2-inner {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;  
}
.sec2 h2 {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 0px;
}
.sec2 p {
    color: #fff;
    margin-top: 5px;
    font-size: 18px;
    padding-bottom: 26px;
}
.about-btn {
    padding: 10px;
    padding-right: 76px;
    padding-left: 76px;
    padding-bottom: 10px;
    background-color: #034faf;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    border: 3px solid #034faf;
    font-weight: 600;
    position: relative;
	transition: all ease;
}
.about-btn::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #FFFFFF;
    right: 0px;
    bottom: 0px;
    transform:rotate(45deg);
	transition: all ease;
}
.about-btn:hover {
    color: #034faf;
    background-color: #fff;
    border: 3px solid #034faf;
}
.about-btn:hover::after{
	border-left-color: #034faf;
}
/*---------about-btn fade-in----------*/
.inview {
	opacity: 0;
	transform: translateY(50px);
}
.inview.fade-in{
	opacity: 1;
	transform: translateY(0);
}
.inview1 {
	transition: 0.7s;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px); 
}
.inview2 {
	transition: 1s;
	transform: translate(0, 45px);
	-webkit-transform: translate(0, 45px); 
}
/*---------------------sec3-------------------- */
.sec3 {
    max-width: 1200px;
    width: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 80px;
}
.sec3-inner {
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content:space-between;
    margin: 30px auto 0px;
    flex-wrap: wrap;
}
.sec3-flex-left, .sec3-flex-right {
	max-width: 490px;
	width:100%;
}
.sec3-235flex {
    display: flex;
    justify-content: space-between;
}
.sec3-hidamari {
    display: block;
	width: 100%;
	height: 490px;
	background:url(../img/business-hidamarihonpo.jpg) no-repeat center;
	background-size: 100%;
	position: relative;
	margin-bottom: 20px;
	transition: all 0.7s ease;
}
.sec3-dry {
    display: block;
	width: 48%;
    height: 235px;
	background:url(../img/business-dry.jpg) no-repeat center;
    background-size: 100%;
	position: relative;
	transition: all 0.7s ease;
}
.sec3-damart {
    display: block;
	width: 48%;
    height: 235px;
	background:url(../img/business-damart.jpg) no-repeat center;
	background-size: 100%;
    position: relative;
	transition: all 0.7s ease;
}
.sec3-shop {
    display: block;
	width: 100%;
    height: 235px;
	background:url(../img/business-shop.jpg) no-repeat center;
    background-size: 100%;
    position: relative;
    margin-top: 20px;
	transition: all 0.7s ease;
}
.sec3-hidamari:hover, .sec3-dry:hover, .sec3-damart:hover, .sec3-shop:hover  {
    background-size: 120% ;
}
.sec3-text   {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #FFFFFF;
}
.sec3-text-title   {
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap;
    border-bottom: 5px solid #3397b5;
    display: inline-block;
    line-height: 1.4;
}
.sec3-text-form {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.sec3-text-content {
    margin-top: 10px;
    white-space: nowrap;
    display: block;
}
/*/////////////////////////////////////////////////
      ビューポートの幅が1000px以下の場合のcss
/////////////////////////////////////////////////*/

@media (max-width:1000px){
	/*sec3の画像をjustify-content:space-betweenから変更*/
	.sec3-inner {
    	justify-content: center;
	}
}
/*/////////////////////////////////////////////////
  ビューポートの幅が600px以下の場合のcss
//////////////////////////////////////////////////*/
@media (max-width:600px){
/*-------------section space調整---------------*/
	.sec1{
		padding-top: 20px;
	}
	.sec2{
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.sec3{
		margin-top: 0px;
		padding-top: 50px;
	}
	.inner {
		margin-bottom: 100px;
}
/*----------------font size調整----------------*/
	.news-date{
		font-size:12px;
	}
	.sec3-text-content{
		font-size:13px;
	}
	.sec2 p{
		font-size:16px;
	}
	.slider-catch{
		font-size:34px;
	}
	.slider-catch span{
		font-size:16px;
	}
/*---------------mvの600px以下設定-----------------*/
	.slider-mv img {
    height: 300px;
	}
/*-----------------sec3img調整--------------------*/
	.sec3-hidamari {
		height: 235px;
		background-position: top;
	}
}
/*//////////////////////////////////////////////
  ビューポートの幅が490px以下の場合のcss
//////////////////////////////////////////////*/
@media (max-width:490px){
/*------------------事業内容調整-------------------*/
	.sec3-hidamari, .sec3-dry, .sec3-damart, .sec3-shop {
		background-size:auto;
	}
/*----------------newsタイトルの調整---------------*/
	.news-box {
    	display:block;
	}
	.news-title{
		margin-left: 0px;
	}
}