@charset "UTF-8";
/*
 * index.css
 *
 */


/*==================================
          Font Style
===================================*/
.page_ttl {
	margin:0 auto 50px;
	padding:60px 0 37px;
	background-image:url(../img/til-service.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:100% auto;
	box-shadow: 1px 6px 11px;
}
.page_ttl::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}
.sectionLv01 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv01 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
    text-align: left;
}
.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}

@media screen and (max-width: 600px) {

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv01 h2 {
padding:0px;
}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv01 h2 {
	font-size:3vw;
}
}


.f-p{
	border:1rem solid aliceblue;

}

.f-p {
    background: green;
    color: #ffff;
    padding: 20px;
    border: 0px solid;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*==================================
          Font Style End
===================================*/
#top_contents01 {
  background: #f9f9f9;
}

.f-p p {
  text-align: center;
  font-size: 1.2em;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}

.service-list li {
  display: flex;
  margin-top: 60px;
  align-items: center;
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 2px 8px 9px rgb(0 0 0 / 25%);
}

.service-list li.fade-left {
  flex-direction: row;
}

.service-list li.fade-right {
  flex-direction: row-reverse;
}

.service-image {
  flex: 1 1 40%;
  text-align: center;
}

.service-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-text {
  flex: 1 1 60%;
  padding: 20px;
}

.service-text h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
  border-bottom: 2px solid #3a9158;
  display: inline-block;
  color: #3a9158;
}

.service-text p {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 10px;
  line-height: 1.6;
  text-align: left;
}

.service-text p::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #3a9158;
  font-size: 1em;
}

@media (max-width: 768px) {
  .service-list li {
    flex-direction: column !important;
  }

  .service-image,
  .service-text {
    flex: 1 1 100%;
    padding: 10px;
  }

  .service-image img {
    max-width: 100%;
  }
    .service-text p {
        padding: 5px 0px 5px 27px!important;
    }
}
