@charset "utf-8";
.topbar {
	padding: 0px;
	background-image: url("../img/service-header-img-edit 2.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	height: 350px;
}
.case1 {
	padding: 0px;
	background-image: url("../img/001 7.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	height: 350px;
}

.case2 {
	padding: 0px;
	background-image: url("../img/004のコピー 1.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	height: 350px;
}

.case3 {
	padding: 0px;
	background-image: url("../img/000のコピー 1.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	height: 350px;
}

.str1 {
	padding: 0px;
	background-image: url("../img/Rectangle 51.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 37%;
  
}

.tileback{
  background-image: url("../img/back_tile01.png");
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


.fuki {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 30px;
    background-color: #003678ff;
    color: white;
    font-weight: bold;
    font-size: 26px;
}

@media screen and (min-width: 1320px) {
	.title1 {
		font-size: 24px;
	}

	.fuki:before,
	.fuki:after {
		position: absolute;
		border-radius: 50%;
		background-color: #003678ff;
		content: "";
	}
	
	.fuki:before {
		top: 110%;
		left: 10px;
		height: 15px;
		width: 15px;
	}
	
	.fuki:after {
		top: 130%;
		left: -10px;
		height: 10px;
		width: 10px;
	}
}