.kv_noimg h1 {
  display: flex;
  align-items: center;
  color: #009966;
}
.kv_noimg h1 img {
  margin-right: 25px;
  width: 72px;
}
@media screen and (max-width: 768px) {
  .kv_noimg h1 img {
    width: 50px;
    margin-right: 10px;
  }
}

.office_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 90px;
}
.office_area .sort_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .office_area .sort_wrap {
    overflow: auto;
    margin-bottom: 30px;
  }
}
.office_area ul.sort {
  width: 100%;
  display: flex;
  border: 1px solid #dddddd;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .office_area ul.sort {
    width: 700px;
    margin-top: 0;
    background-color: #f0f0f0;
    padding: 15px;
    position: relative;
    border: none;
  }
  .office_area ul.sort:before {
    content: "";
    position: absolute;
    top: 36px;
    left: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(-135deg);
  }
  .office_area ul.sort:after {
    content: "";
    position: absolute;
    top: 36px;
    right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
  }
}
.office_area ul.sort li {
  width: 20%;
  text-align: center;
  line-height: 1;
  padding: 13px 0;
  cursor: pointer;
  font-size: 14px;
  background-color: #ffffff;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .office_area ul.sort li {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px;
  }
}
.office_area ul.sort li:hover, .office_area ul.sort li.act {
  transition: all 0.3s;
  background-color: #009966;
  color: #fff;
}
.office_area ul.sort li:not(:last-child) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .office_area .sort_contents {
    padding: 0 5%;
  }
}
> .office_area ul.sort_list:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  > .office_area ul.sort_list:not(:last-child) {
    margin-bottom: 30px;
  }
}
.office_area ul.sort_list > li.sort_items {
  display: none;
}
.office_area ul.sort_list > li.sort_items img {
  margin: 0 auto;
  display: block;
}
.office_area ul.sort_list > li.sort_items:first-child {
  display: block;
}
.office_area ul.sort_list > li.sort_items > h2 {
  line-height: 1;
  font-size: 28px;
  padding: 20px;
  background: #f9faf4;
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .office_area ul.sort_list > li.sort_items > h2 {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.office_area ul.list li {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .office_area ul.list li {
    margin-bottom: 60px;
  }
}
.office_area ul.list li:last-child {
  margin-bottom: 0;
}
.office_area ul.list li h3 {
  width: 500px;
  line-height: 1.3;
  font-size: 20px;
  padding: 15px;
  border: 1px solid #000000;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .office_area ul.list li h3 {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.office_area ul.list li .detail {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .office_area ul.list li .detail {
    justify-content: space-between;
  }
}
.office_area ul.list li .detail p {
  font-size: 14px;
  width: 240px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .office_area ul.list li .detail p {
    font-size: 13px;
    width: 55%;
    margin: 0;
  }
}
.office_area ul.list li .detail p span {
  margin-top: 15px;
  display: block;
  font-size: 12px;
}
.office_area ul.list li .detail .img {
  width: 230px;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .office_area ul.list li .detail .img {
    width: 42%;
    margin: 0;
  }
  .office_area ul.list li .detail .img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .office_area ul.list li .detail iframe {
    margin-top: 30px;
    width: 100% !important;
  }
}
.office_area .jimusho h3 {
  width: 250px;
  line-height: 1;
  font-size: 20px;
  padding: 15px;
  border: 1px solid #000000;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .office_area .jimusho h3 {
    width: 250px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.office_area .table_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .office_area .table_area {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
  }
}
.office_area .table_area table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
.office_area .table_area table th {
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .office_area .table_area table th {
    font-size: 13px;
    padding: 10px;
    width: auto;
  }
}
.office_area .table_area table td {
  font-size: 14px;
  vertical-align: middle;
  padding: 15px 30px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .office_area .table_area table td {
    width: auto;
    font-size: 13px;
    padding: 10px;
  }
}
.office_area .table_area table td a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 90px;
  height: 45px;
  background: url(/common/img/icn_arw_r_white.png) no-repeat right 8px center #009966;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 1px;
  transition: background-position 0.1s linear, opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .office_area .table_area table td a {
    font-size: 14px;
    height: 40px;
  }
}
.office_area .table_area table td a:hover {
  background-position: right 4px center;
}
.office_area .table_area table td span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
}/*# sourceMappingURL=layout.css.map */