@charset "UTF-8";
#header {
	height: 390px;
	border-top: 2px solid #80442B;
	width: 100%;
	background-image: url(../service/img/top.jpg);
	background-position: center top;
}

.box{width: 100%;margin-bottom: 40px; display: flex; justify-content: space-between; gap: 20px;}
.box02{flex-direction: column;}
.in_box{width: 100%; margin-bottom: 20px;float: left}
.text{float: right;width: 68%}
.title {background-image: url(../service/img/01.gif);width: 100%;height: 30px;margin-bottom: 10px;}
.title02 {background-image: url(../service/img/02.gif);width: 100%;height: 30px;margin-bottom: 20px;margin-top: 20px;float: left;}
.title03 {background-image: url(../service/img/03.gif);width: 100%;height: 30px;margin-bottom: 20px;margin-top: 20px;float: left;}
#text {font-size: 14px;line-height: 28px;letter-spacing: 2px;background-image: url(../service/img/img_02.gif);float: left;width: 60%;padding-top: 480px;padding-right: 20%;padding-left: 20%;padding-bottom: 50px;}
.title02_box {width: 140px;padding-top: 17px;padding-bottom: 15px;background-color: #eb5e01;padding-left: 20px;padding-right: 20px;text-align: center;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;color: #FFFFFF;font-weight: bold;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.title02_box02 {width: 140px;padding-top: 17px;padding-bottom: 15px;background-color: #1d9b9e;padding-left: 20px;padding-right: 20px;text-align: center;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;color: #FFFFFF;font-weight: bold;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.box img{object-fit: cover;}

.btnSP{display: flex; justify-content: space-evenly; align-items: stretch; max-width: 530px; margin: auto; gap: 20px;}
.btn{max-width: 250px; width: 100%;background-color: #F49A00;border-radius: 8px;color: #FFFFFF !important; display: flex; align-items: center; justify-content: center;}


@media (max-width: 767px) {
	#header{height: 70vw;}

	.box{flex-wrap: wrap;}
	.text{width: 100%;}
}
