@charset "UTF-8";
/*
	Filename: company
	Version: 1.0.1
*/
.wrap {
  padding: 0 255px;
}
@media screen and (max-width: 1150px) {
  .wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 20px;
  }
}
/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 {
  padding-bottom: 80px;
}
#sec_01 .wrap h2 {
  margin-bottom: 20px;
}
#sec_01 .wrap p {
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}
#sec_01 .wrap p.name {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.6;
}
#sec_01 .wrap p.name em {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#sec_01 .wrap p.name span {
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  #sec_01 {
    padding-bottom: 50px;
  }
  #sec_01 .wrap p {
    font-size: 16px;
    line-height: 2.2;
    text-align: center;
  }
}

/*-----------------------------------------------------
	#sec_02
------------------------------------------------------*/
#sec_02 {
  padding: 80px 0;
}
#sec_02 .wrap h2 {
  margin-bottom: 50px;
}
.sec_02_l {
  width: 41%;
  text-align: center;
}
.sec_02_l img {
  width: 215px;
  height: 215px;
}
.sec_02_r {
  width: 59%;
  padding-top: 10px;
  text-align: center;
}
.sec_02_r p {
  font-size: 16px;
  line-height: 2.2;
  text-align: left;
}
@media screen and (max-width: 1150px) {
  .sec_02_l {
    width: 28%;
  }
  .sec_02_l img {
    width: 180px;
    height: 180px;
  }
  .sec_02_r {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  #sec_02 {
    padding: 50px 0;
  }
  .sec_02_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec_02_l img {
    width: 215px;
    height: 215px;
  }
  .sec_02_r {
    width: 100%;
    padding-top: 0;
  }
  .sec_02_r p {
    text-align: center;
  }
}
/*-----------------------------------------------------
	#sec_03,#sec_04
------------------------------------------------------*/
#sec_03, #sec_04 {
  padding: 80px 0;
}
#sec_03 .wrap h2, #sec_04 .wrap h2 {
  margin-bottom: 30px;
}
dl {
  width: 100%;
}
dl dt {
  width: 39%;
  padding: 25px 45px;
  border-bottom: 1px solid #dcdddd;
  font-weight: 700;
  line-height: 2.2;
}
dl dd {
  width: 61%;
  padding: 25px;
  border-bottom: 1px solid #dcdddd;
  line-height: 2.2;
}
.googlemap {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 10px 3px;
  background: #000;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.googlemap:hover {
  opacity: .6;
}
@media screen and (max-width: 750px) {
  #sec_03, #sec_04 {
    padding: 50px 0;
  }
  dl dt {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
  dl dd {
    width: 100%;
    padding: 10px 0 20px;
  }
}
/*-----------------------------------------------------
	#sec_05
------------------------------------------------------*/
#sec_05 {
  padding: 80px 0;
}
#sec_05 .wrap h2 {
  margin-bottom: 30px;
}
#sec_05 dl dt {
  width: 22%;
  font-weight: 400;
}
#sec_05 dl dd {
  width: 78%;
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  #sec_05 dl dt {
    width: 27%;
  }
  #sec_05 dl dd {
    width: 73%;
  }
}
@media screen and (max-width: 750px) {
  #sec_05 {
    padding: 50px 0;
  }
  #sec_05 dl dt {
    width: 100%;
  }
  #sec_05 dl dd {
    width: 100%;
  }
}