@charset "UTF-8";
.recruittitle{
	font-size:32px;
	margin-top:20px;
}
	
/*以下よくあるご質問ページ*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
	background: #e1f5fe;
}
.cp_qa h1 {
	font-size: 1.2em;
	position: relative;
	margin-right: 1em;
	margin-left: -26px;
	padding: 0.3em;
	color: #ffffff;
	background-color: #42a5f5;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.cp_qa h1::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 10px 10px 0;
	border-style: solid;
	border-color: transparent #1976d2 transparent transparent;
}
.cp_qa dl {
	margin: 0;
}
.cp_qa dt {
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.5em 2em;
	border-radius: 0.2em;
	background: #ffb74d;
}
.cp_qa dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
}
/* QAアイコン */
.cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.5em;
	color: #ffffff;
}
.cp_qa dt::before {
	margin: 0.3em 0.3em 0 -1em;
	content: 'Q';
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #00bcd4;
}

/*以下サービスページ*/
.service-imgsize{
	width: 400px;
	height: auto;
}

.imgleft{
	margin-left:200px;
}

.imgright{
	margin-right:200px;
}

.service-right{
	margin-left:30px;
}
.service-left{
	margin-left:200px;
}

.service-title{
	font-size:24px;
}

.service-article{
	margin-top:20px;
	font-size: 32px;
	font-wight: bold;
}

/*以下企業案内*/
.about-title{
	margin-top:20px;
	font-size:32px;
}
table.company {
width: 500px;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
}

table.company th,
table.company td {
padding: 10px;
}

table.company th {
background: #295890;
vertical-align: middle;
text-align: left;
width: 100px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
font-size: 15px;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #295890;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #295890 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #f8f8f8;
width: 360px;
padding-left: 20px;
}


/*以下料金とエリア(料金は別ファイル)*/
.pricetitle {
	font-size:32px;
	margin-top:20px;
}
.servicefield{
	font-size:32px;
	margin-top:40px;
}
.servicearea{
	margin-left:200px;
	margin-right:200px;
}

footer{
    width: 100%;
    height: 130px;
    background-color: #97cdf3;
    color: white;
    text-align: center;
		margin-bottom:0px;
}
ul.footer-menu li {
display: inline;
}

.main-img-vw{
	width : 100%;
}

img.logo{
	width: 200px;
	height: auto;
	margin-top: none;
}

#blockskip a {
      position: absolute;
      top: 0;
      left: -9999px;
      display: block;
      text-align: center;
  }
 
  #blockskip a:focus {
      z-index: 11000;
      left: 0;
      right: 0;
      margin: auto;
  }
  .btn-rounded{
      border-radius : 1000px;
  }
 
 
  .color__btn {
      background-color: #80CBC4;
      color: #212121;
  }
  .color__navi {
      background-color: #fff;
  }
  .color__logo {
      color: #212121;
  }
  .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
      background-color: transparent;
      border-bottom : 3px solid #303F9F;
  }
 
  .toggler__txt{
      display : block;
      font-size : 0.5em;
  }
  .nav__main{
      font-size : 1.2em;
  }
  .nav__sub{
      font-size : 0.8em;
  }
   

	
.mainh1{
  position: relative;
  color: #158b2b;
  font-size: 24px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
	white-space: nowrap;
}
.mainh1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 60%;
  height:50px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
	border-bottom-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mainh1:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  width: 60%;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
	border-top-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
h2 {
	text-align:center;
}
.mainlogo{
	width:45px;
}

.bodyexplanation{
	font-size:22px;
	padding-left:5%;
	padding-right:5%;
}

.cleaning1{
	width: 400px;
}

.emphasis{
	color:red;
}

.campaign-container {
		background-color: #f8f9fa;
		border: 2px solid #007bff;
		border-radius: 10px;
		padding: 20px;
		text-align: center;
		margin: 20px auto;
		max-width: 600px;
}
.campaign-title {
		font-size: 24px;
		font-weight: bold;
		color: #007bff;
		margin-bottom: 10px;
}
.campaign-details {
		font-size: 18px;
		color: #343a40;
		margin-bottom: 20px;
}
.campaign-footer {
		font-size: 16px;
		color: #6c757d;
}
.highlight {
		color: #ff0000;
		font-weight: bold;
}

header {
	position:sticky;
	top:0px;
	z-index:99999;
}
 @media (max-width: 767.98px) { 
      .nav__main{
      font-size : 1em;
      }
      .nav__sub{
          font-size : 1em;
      }
      .navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
          background-color: #efefef;
          border-bottom : none;
      }
			.imgleft{
				margin-left:80px;
			}

			.imgright{
				margin-right:80px;
			}
			.service-left{
				margin-left:30px;
			}
			.servicearea{
				margin-left:15px;
				margin-right:15px;
			}
			.service-imgsize{
				width:400px;
				text-align:center;
			}
			.mainh1 {
            font-size: clamp(1rem, 5vw, 2.5rem);
            text-align: center;
            margin: 20px 0;
        }
			.flex-container{
								flex-wrap: wrap;
						}
}
	
@media screen and (max-width: 600px) {
            .campaign-title {
                font-size: 20px;
            }
            .campaign-details {
                font-size: 16px;
            }
            .campaign-footer {
                font-size: 14px;
            }
            .campaign-container {
                padding: 10px;
            }
						.flex-container{
								flex-wrap: wrap;
						}
}

/* Media queries for responsive design */
@media (max-width: 600px) {
    .content {
        margin: 20px;
        padding: 15px;
        box-shadow: none;
    }

    h2 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    .bodyexplanation {
        font-size: 0.9em;
        margin-bottom: 15px;
    }

    .bodyexplanation br {
        margin-bottom: 8px;
    }
		.flex-container{
								flex-wrap: wrap;
		}
}

@media (max-width: 400px) {
    .content {
        margin: 10px;
        padding: 10px;
    }

    h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    .bodyexplanation {
        font-size: 0.85em;
        margin-bottom: 10px;
    }

    .bodyexplanation br {
        margin-bottom: 5px;
    }
		.flex-container{
								flex-wrap: wrap;
						}
}
				
.content {
    max-width: 90em;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: padding 0.3s ease;
}

.icon_img{
	width: 30%
}

.flex-container{
	display: flex;
	justify-content: space-around;
}

.feature{
　　	flex: 1; /* 各要素が均等に成長するように設定 */
		width: 33%;
    min-width: 250px; /* 最小幅を設定（必要に応じて変更） */
    margin: 10px; /* 各要素のマージン */
    box-sizing: border-box; /* パディングとボーダーを含むサイズ計算 */
    background-color: #f9f9f9; /* 背景色（オプション） */
    padding: 15px; /* 各要素内のパディング */
    border-radius: 8px; /* 角を丸くする（オプション） */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* ボックスシャドウ（オプション） */

}