@charset "utf-8";
/* CSS Document */
/*---------------------
  ABOUT
---------------------*/   
.submain-view{
  background-image: url("../images/about/main.jpg");
}
article{
  min-width: 1280px;
  margin: 0 auto;
  line-height: 1.8;
}
/*---------------------
  sec01
---------------------*/ 
.sec01 .sec-bg{
  display: flex;
  justify-content: space-between;
  width: 90%;
  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: 45%;
  margin-right: 0;
}

.sec01 .sec-content:last-of-type{
  width: 55%;
  text-align: left;
  padding-right: 40px;
  margin-right: 0;
}
.sec01 .sec-txt{
  text-align: justify;
}
.sec01 .sec-txt p{
  margin-bottom: 25px;
}
.text_r{
  text-align: end;
  padding-top: 30px;
  margin-bottom:0;
}
/*---------------------
  sec02 PROFILE
---------------------*/ 
.sec02{
  background-color: #f2f2f2;
  padding-bottom: 65px;
}
.sec02 table{
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
.sec02 th{
  width: 30%;
  padding: 15px 0;
  border-bottom: 1px solid #333;
}
.sec02 td{
  padding: 15px 0;
  border-bottom: 1px solid #333;
}
.btn-map{
  background-color: #fff;
  cursor: pointer;
  border:1px solid #333;
  padding: 5px 20px;
  border-radius: 7px;
  }
.profile-office li:first-of-type{
  margin-bottom: 36px;
}
/*---------------------
  sec03 MAP
---------------------*/ 
.sec03{
text-align: center;
}
.sec03 h2{
  padding-top: 30px;
}
.sec03 span{
  top: 50%;
  transform: translate(-50%,-60%)
}
.sec-map{
  width: 100%;
  max-width: 1920px;
  max-height: 430px;
  height: 20vw;
  min-height:390px;
  margin-bottom: 36px;
}
.sec03 table{
  width: 800px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 86px;
}
.sec03 th{
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #333;
}
.sec03 td:first-of-type{
  padding-left: 20px;
}

/*---------------------
  sp
---------------------*/
@media(max-width:960px){
  article{
    min-width: auto;
  }
  
  section p {
	  font-size:1.4rem;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
/*---------------------
  sp_sec01
---------------------*/
  .sec01 .sec-bg{
    display: contents;
    width: 100%;
    margin: auto;
  } 
  .sec01 .sec-img{
    width: 100%;
    height: 350px;
    margin-bottom: 50px;
    background-position: top center;
  }
  .sec01 h3{
    font-size: 2rem;
	font-weight:400;
  }
  .sec01 .sec-content{
    width: 90%;
    margin-right: 0px;
    margin-left: 10%;
    margin-bottom: 60px;
}
  .sec01 .sec-content:last-of-type {
    width: 90%;
    text-align: left;
    padding-right: 0px;
    margin: 0 auto;
}

 /*---------------------
  sp_sec02
---------------------*/ 
.sec02 {
	font-size:1.4rem;
}
  .sec02 .sec-bg{
    background-color: #f2f2f2;
  }
  .sec02 table{
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 20px;
  }
  .sec02 th{
    display: block;
    width: 100%;
    padding: 16px 0 5px;
    font-weight: bold;
    border-bottom: none;
  }
  .sec02 td{
    display: block;
    padding: 5px;
    background-color: #f2f2f2;
    border-bottom: none;
  }
 /*---------------------
  sp_sec03
---------------------*/ 
  .sec-map{
    margin-bottom: 0;
  }
  .sec03 table{
    width: 90%;
    margin:0 auto 50px;
  }
  .sec03 th{
    display: block;
    width: 100%;
    padding: 16px 0 8px;
    font-weight: bold;
    border-bottom: none;
  }
  .sec03 td{
    display: block;
    padding: 10px;
  }
  .sec03 td:first-of-type{
    padding: 0;
  }
  .sec03 td:last-of-type{
  }
}