@charset "utf-8";
/* CSS Document */

/*---------------------
 SERVIC
---------------------*/
.submain-view{
  background-image: url("../images/service/main.jpg");
}
article{
  text-align: center;
}
/*---------------------
  sec01
---------------------*/ 
.sec01 .sec-bg{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 0 auto;
  margin-bottom: 80px;
}

.sec01 h3{
  font-size: 2.6rem;
  padding-bottom: 50px;
  line-height: 1.5;
}
.sec01 .sec-content{
  width: 40%;
}

.sec01 .sec-content:last-of-type {
  width: 60%;
  text-align: left;
  padding: 10px 271px 0 80px;
}
.sec01 .sec-txt{
  text-align: justify;
  line-height: 2;
}
.sec01 .sec-txt p{
  margin-bottom: 25px;
}
.text_r{
  text-align: end;
  padding-top: 30px;
  margin-bottom:0;
}


.sec01-bg01{
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 126px;
  text-align: left;
  line-height: 2.4;
}
.sec01-bg01 .sec-img{
  width: 50%;
  margin-top: 5px;
}
.sec01-bg01 h3{
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}
.sec01-bg01 .sec-content{
  width: 50%;
  padding: 0 24px;
  line-height: 1.8;
}
.sec01-bg01 .sec-content p{
margin-bottom: 15px;
  padding-left: 10px;
}
/*---sec01-02----*/ 
.sec01-02{
  display: flex;
  width: 100%;
}

.sec01 .logo img{
  width: 140px;
}
.left-content, .right-content{
  /* float: left; */
  width: 50%;
  font-size: 1.8rem;
  line-height: 2.4;
  color: #fff;
  background-color: #f0f0f0;
}
.left-content{
  background-color:rgba(55,74,89,0.5);
}
.sec-left{
  max-width: 514px;
  padding-top: 90px;
  margin-left: auto;
}
.sec-right{
  max-width: 514px;
  padding-top: 80px;
}
.sec01-02 h3{
  display: inline-block;
  width: 140px;
  font-size: 2.6rem;
  line-height: 1;
}
.underline_f::after{
  content:"";
  display: block;
  width: 119px;
  height: 3px;
  margin: 0 auto;
  margin-top: 28px;
  background-color: #fff;
}
.underline_b::after{
  content:"";
  display: block;
  width: 119px;
  height: 3px;
  margin: 0 auto;
  margin-top: 28px;
  background-color: #333;
}
.sec01-02 .sec-img{
  padding: 60px 20px;
  width: 514px;
  height: 450px;
}
.sec-left h4, .sec-right h4{
  width: 187px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 0px;
  border:1px solid #fff;
  border-radius:15px;
}
.sec-right h4{
  margin-top: 5px;
  border:1px solid #e27487;
  background-color: #e27487;
}
.sec-content_list{
  display: flex;
  flex-direction: column;
  width: 320px;
  margin: 0 auto;
  margin-bottom: 86px;
  padding: 0 30px;
  border:1px solid #fff;
  border-radius:30px;
}
.right-content .sec-content_list{
  padding: 0;
  border:1px solid #f0f0f0; 
}

.sec-content_list li{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 3px;
  line-height: 1.5;
  border-bottom:1px solid #fff; 
}
.m3 li{
  margin: 3px auto;
}
.sec-left_li{
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  line-height: 1.5;
  border-bottom:1px solid #fff; 
}
.right-content .sec-content_list li{
  border-bottom:1px solid #e27487; 
}
.left-content .sec-content_list li:last-of-type{
  border-bottom:0px; 
}
.right-content .sec-content_list li{
  border-radius:15px;
  background-color: #e27487;
}
/*---------------------
  sec02
---------------------*/  
.sec02{
  clear: left;
  background:#fff;
}
.sec02 .sec-bg{
  position: relative;
  width: 80%;
  max-width: 1280px;
  min-width: 1024px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 60px;
}
.sec02 .bg-img{
  width: 800px;
}
.sec02 .sec-content{
  position: absolute;
  bottom:34px;
  right: 10px;
  width: 590px;
  text-align: left;
  padding: 32px;
  font-size: 1.4rem;
  line-height: 2.4;
  background-color: #eeeeea;
  box-shadow: -8px 0px 0px 0px rgba(92,92,92,0.8);
}
.sec02 h3{
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
.sec02 h3::after{
  content:"";
  display: inline-block; 
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background-color: #333;
}

@media(max-width:960px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
/*---------------------
  sp_sec01
---------------------*/

.sec01 .sec-bg{
  display: block;
}

.sec01 .sec-content {
  width: 90%;
  margin-right: 10%;
  margin-left: 0;
  margin-bottom: 60px;
}
   .sec01-bg01{
    display: inline-block;
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .sec01-bg01 .sec-img{
    width: 100%;
    margin-bottom: 50px;
  }
  .sec01-bg01 h3{
    font-size: 2.2rem;
	font-weight:400;
  }
  .sec01-bg01 .sec-content{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .sec01 .sec-content:last-of-type {
  width: 94%;
  text-align: left;
  padding: 0;
  margin:0 auto;
}

.sec01 h3 {
	font-size:2rem;
	letter-spacing:0.02em;
	font-weight:400;
}
.sec01 .sec-txt p {
	font-size:1.4rem;
	letter-spacing:-0.04em;
}
  
  .left-content, .right-content{
    width: 100%;
    font-size: 1.6rem;
  }
  .sec-left{
    padding-bottom: 60px;
  }
  .sec-right{
    padding-top: 74px;
    padding-bottom: 60px;
  }
  .sec01-02 h3{
    font-size: 2.2rem;
  }
  .sec01-02 .sec-img{
    width: 100%;
    padding: 30px 20px;
    height: auto;
  }
  .sec-right h4, .sec-left h4{
    width: 50%;
    border-radius: 10px;
  }
  .sec-right h4{
    margin-top: 0;
  }
  .sec-content_list{
    width: 70%;
    padding: 0px;
    margin-bottom: 50px;
    border-radius: 15px;
  }
  .sec-content_list li{
    height: 70px;
  }
  .sec01-02{
    display: block;
    width: 100%;
  }
  .right-content .sec-content_list li{
	  padding:10px 0;
	  height:100px;
}
  /*---------------------
    sp_sec02
  ---------------------*/  
  .sec02 .sec-bg{
    position: static;
    width: 100%;
    max-width: auto;
    min-width: auto;
    margin-bottom: 60px;
  }
  .sec02 .bg-img{
    width: 100%;
  }
  .sec02 h3{
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .sec02 .sec-content{
    position: static;
    width: 90%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 20px;
    background-color: #eeeeea;
    box-shadow: -8px 0px 0px 0px rgb(92 92 92 / 80%);
    margin: 0 auto;
    margin-top: 40px;
}

}