@charset "utf-8";
/*aboutページ指定*/
#profile {
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
}
#profile figure {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
#profile .txt-warp {
    display: inline-block;
    width: 70%;
    padding-left: 10%;
    font-size: 14px;
    vertical-align: top;
}
#profile .txt-warp .txt {
    margin-bottom: 30px;
}
#profile .txt h2 {
    color: #00a395;
    font-size: 16px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
#profile .txt h2:before {
    display: inline;
    content: "";
    width: 70px;
    height: 1px;
    border-right: 70px solid #00a395;
    position: absolute;
    left: 0;
    top: 45%;
    margin:0;
}

#profile .txt-warp dl {
    width: 100%;
    text-align: left;
    font-size: 0;
    letter-spacing: 0;
    vertical-align: top;
}
#profile .txt-warp dl dt {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-size: 14px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
}
#profile .txt-warp dl dt span {
    display: block;
    font-size: 11px;
}
#profile .txt-warp dl dd {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
}
#profile .aisatsu {
    padding: 0 7% 40px 7%;
}
#profile .aisatsu h3 {
    font-size: 18px;
    padding-bottom: 10px;
}
#profile .aisatsu p {padding-bottom: 20px;font-size: 14px;}
@media screen and (max-width: 768px) {
#profile figure {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#profile figure img {
    display: block;
    width: 50%;
    margin: 0 auto;
}
#profile .txt-warp {
    display: block;
    width: 100%;
    margin:0 auto;
    padding-left: 0;
    font-size: 14px;
}
#profile .txt-warp .txt {
    margin-bottom: 15px;
}
#profile .txt h2 {
    margin-bottom: 15px;
}
#profile .txt-warp dl dt {
    width: 30%;
}
#profile .txt-warp dl dd {
    width: 70%;
}
#profile .aisatsu {
    padding: 0 0 40px 0;
}
}


/*office area*/
.office {
    width: 100%;
}
.office h2 {
    color: #00a395;
    font-size: 26px;
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 0.2em;
    font-weight: 400;
}
.office h2:after {
    display: inline;
    content: "";
    width: 250px;
    height: 1px;
    border-right: 250px solid #00a395;
    position: absolute;
    left: 0;
    bottom: -30%;
    margin:0;   
}

.office dl {
    width: 100%;
    display: block;
    margin-bottom: 60px;
    font-weight: 400;
    overflow: hidden;
    background: #f7f7f7;
    border: solid 1px #999;
}
.office dt {
    float: left;
    width: 26%;
    padding: 1.5% 3%;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
    border-top: solid 1px #999;
}
.office dd {
    float: left;
    width: 74%;
    padding: 1.5% 3%;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    vertical-align: top;
    border-top: solid 1px #999;
}
.office dd:after{
  display: block;
  content: "";
  clear: both;
}
.bordernone{
    border-top: none!important;
}
.office td span {display: block;}

.office ul{
    width: 100%;
    font-size:0;
    letter-spacing: 0;
    margin-bottom: 60px;
}
.office ul li {
    display: inline-block;
    width: 32%;
    margin-left: 2%;
}
.office ul li:first-child {
    margin-left: 0;
}
.office .gmap {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.office .gmap iframe {
    width: 100%;
    height: 450px;
}
@media screen and (max-width: 768px) {
.office {
    width: 100%;
    margin: 0 auto!important;
    padding-top: 15px;
}
.office dl {
    margin-bottom: 30px;
}
.office h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.office h2:after {
    width: 150px;
    border-right: 150px solid #00a395; 
}
}
@media screen and (max-width: 480px) {
.office dt,.office dd {
    padding: 1.5%;
    font-size: 12px;
}
.office ul{
    margin-bottom: 30px;
}
.office ul li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}

.office .gmap {
    margin-bottom: 30px;
}

.office .gmap iframe {
    height: 250px;
}

}