@charset "utf-8";

.t-container {
	position: relative;
	width:100%;
}
img{
	width: 100%;
}

.t-container p.title{
	font-family: Helvetica!important;
	position: absolute;
	top: 3%;
	left: 7%;
	font-size: 52px!important;
	color:#fff;
	margin:0;
    opacity: unset;
}


.lead {
	margin: 3% 10%;
}
.ec-shelfGrid.col_max5 {
	justify-content: center;
}

ul.slide-items {
	padding-left: 0;
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items li {
	margin: 0 10px;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

/*
.slide-items {
	margin-top: 50px;
}
*/

.slide-items p {
	max-width: 100%!important;
    text-align: left;
}

a {
    color: #3c3c3c;

}
a:hover {
    color: #3c3c3c;
}



@media only screen and (max-width: 768px) {
	.slide-items .slick-list {
	  padding: 0 12% 0 0!important;	
	}


	.slide-items li{
		margin: 0 5px;
	}

	.lead {
		margin: 7% 5%;
	}
	.lead p{
		font-size: 14px;
	}
}

.t-container p.japanise {
    font-family: Helvetica!important;
    position: absolute;
    top: 16%;
    left: 9%;
    font-size: 22px!important;
    color: #fff;
    margin: 0;
    text-aline: center;
    opacity: unset;
}

.ec-categoryHeadRole__content {
    width: 80%;
    margin: 60px auto;
	text-align: center;
}

.spOnly {
	display: none!important;
}


.container.service {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.container.service .item {
    margin: 1%;
    max-width: calc(96% / 2);
    text-align: center;
    background-color: #F6F4EF;
    padding-bottom: 2%;
}
.container.service img {
	object-fit: cover;
    border-radius: 6px;
}
.container.service p {
    margin: 3% 0 0;
}

.container.service p.title {
    margin: 3% 0 0;
	font-size: 1.4rem!important;
}
.container.service p.title span{
    border-bottom: solid 5px #C8AF75;
}

.item p.note {
    margin: 3% 2% 2%;
    text-align: left;
}

.item div.btn {
    padding: 2% 10% ;
    border: 3px solid #C8AF75;
    border-radius: 50px;
    margin: 30px 0 0;
}

.item p.btn:before {
    z-index: -2;
    transition: 0.3s;
}

.img-p {
    margin: 1em 0;
}


@media screen and (max-width: 768px){
	.spOnly {
		display: block!important;
	}

	.ec-categoryHeadRole__content {
	    width: 95%;
	}

	.container.service p.title {
		font-size: 1.5rem!important;
	}

	.t-container p.title {
	    top: 14%;
	    left: 5%;
	    font-size: 30px!important;
	    opacity: unset;
	}


	.t-container p.japanise {
	    position: absolute;
	    top: 25%;
	    left: 0;
	    font-size: 20px!important;
	    color: #fff;
	    margin: 0;
	    width: 100%;
	    text-align: center;
	}

	h1 {
	    font-size: 2.2rem;
	}
	p {
	    margin: 0 10px;
	}
	.container.service .item {
	    margin: 0 1% 20px;
	    max-width: 100%;
	    padding-bottom: 30px;
	}
	.container.service .item p.title {
	    margin: 20px 0;
	}

}


.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

