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

.sec-wrap{padding:45px 0 60px;}
#contact.sec-wrap{padding:80px 0;}
.u-mv-wrap{
    background: url("../img/item/mv-img.jpg") no-repeat;
	    background-size: cover;
}

@media screen and (max-width: 768px){
    .sec-wrap{padding:3.75vw 0 7vw;}
	#contact.sec-wrap{padding:12vw 0;}
}


/* item */
.item-box{
	border-radius: 10px;
	padding: 60px 0;
}
.item-box:not(:last-child){
	margin-bottom: 40px
}

.item-box-inner{
	width:90%;
	max-width: 1000px;
	margin:0 auto;
		
}
.item-box-inner > .ttl{
    font-size:2.4rem;
    font-weight: 700;
	border-bottom:#2D72B5 4px solid;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.item-box-inner > .ttl span{
    background: #237BD0;
    color: #fff;
    width:30px;
    height:30px;
	font-size:1.8rem;
	line-height: 1em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:10px;
    font-weight: 700;
}
.item-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.item-wrap .item-wrap-inner img{
	width:100%
}
.item-wrap .item-wrap-inner.left,
.item-wrap .item-wrap-inner.right{
	width:48%;
}
.item-wrap .item-wrap-inner.right,
.item-wrap .item-wrap-inner.all{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

.item-wrap .item-wrap-inner .item{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	overflow: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.item-wrap .item-wrap-inner.left .item,
.item-wrap .item-wrap-inner.right .item,
.item-wrap .item-wrap-inner.all .item{
	border-radius: 10px;
}
.item-wrap .item-wrap-inner.right .item{
	width:calc((100% - 40px)/2);
}
.item-wrap .item-wrap-inner.right .item.long{
	width:100%;
}
.item-wrap .item-wrap-inner.all .item{
	width:calc((100% - 120px)/4);
}

.info-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap
}
.info-wrap>div{
	padding:0.5em 1em
}
.info-wrap .ttl{
	width: 100%;
	padding: 10px 50px 10px 20px;
	background: #B9C9D6;
	font-weight: 700;
	text-align: left;
	margin-bottom: 1px;
	position: relative;
}
.info-wrap .ttl:not(.is-no-open){
	cursor: pointer;
}
.info-wrap .ttl:not(.is-no-open)::before {
	content: '';
	width: 19px;
	height: 1px;
	background: #363636;
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
}
.info-wrap .ttl:not(.is-no-open)::after {
	content: '';
	width: 1px;
	height: 19px;
	background: #363636;
	position: absolute;
	top: calc(50% - 10px);
	right: 29px;
	transition: 0.3s ease-in-out;
}
.info-wrap .ttl:not(.is-no-open).is-open::after {
	content: '';
	opacity: 0;
}
.info-wrap .info{
	width: 100%;
	background: #fff;
	margin-bottom: 1px;
	display: none;
}


/* SP */
@media screen and (max-width:768px) {
	.item-box{
		padding: 5vw 0
	}
	.item-box:not(:last-child){
		margin-bottom: 5vw
	}
	.item-box-inner{
		width:90%;
	}
	.item-box-inner > .ttl{
	 font-size:4.5vw;
	}
	.item-box-inner > .ttl .span{
		font-size:3.4vw;
        width:5vw;
        height:5vw;
        margin-right:2vw;
    }
	
	.item-wrap .item-wrap-inner.left,
	.item-wrap .item-wrap-inner.right{
		width:100%;
	}
	.item-wrap .item-wrap-inner .item{
		margin-bottom: 5vw;
	}
	.item-wrap .item-wrap-inner.right .item,
	.item-wrap .item-wrap-inner.all .item{
		width:calc((100% - 5vw)/2);
	}
	.info-wrap .ttl{
		width:100%;
		margin-bottom:1px;
	}
	.info-wrap .info{
		width:100%;
	}

}

