.key {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 578px;
  background: url(../images/medical/key.jpg) center/cover no-repeat;
}
.key .key_text {
  font-size: 68px;
  font-weight: 500;
  text-align: center;
  color: #6a3906;
  text-shadow: 0 0 4px #f5e2ab;
}
.key:before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -34px;
  width: 264px;
  height: 229px;
  background: url(../images/common/tree.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 578px;
    background: url(../images/medical/key.jpg) center right 35%/cover no-repeat;
  }
  .key .key_text {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #6a3906;
    text-shadow: 0 0 4px #f5e2ab;
  }
  .key:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -34px;
    width: 200px;
    height: 173px;
    background: url(../images/common/tree.png) center/contain no-repeat;
  }
}

.sec01 {
  padding: 80px 0;
}
.sec01 .sec_title {
  margin: 0 0 50px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec01 .sec_title .color {
  color: #aa9147;
  font-weight: 500;
}
.sec01 .sec_text {
  width: 860px;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 80px 20px;
    box-sizing: border-box;
  }
  .sec01 .sec_title {
    margin: 0 0 50px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec01 .sec_title .color {
    color: #aa9147;
    font-weight: 500;
  }
  .sec01 .sec_text {
    width: 100%;
    margin: 0 auto;
  }
}

.sec02 {
  padding: 0 0 50px;
  text-align: center;
}
.sec02 .inner {
  width: 1180px;
  margin: 0 auto;
}
.sec02 .name {
  margin: 0 0 10px;
  font-size: 25px;
  letter-spacing: 0.2em;
  color: #6a3906;
}
.sec02 .icon {
  margin: 0 0 10px;
}
.sec02 .link_list01 {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.sec02 .list01_item {
  width: 373px;
}
.sec02 .list01_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-left: 1px solid #270700;
  border-right: 1px solid #270700;
  box-sizing: border-box;
  background: #fffaf2;
}
.sec02 .list01_item:nth-of-type(1) {
  margin-right: 20px;
}
.sec02 .link_list02 {
  display: flex;
  flex-wrap: wrap;
}
.sec02 .list02_item {
  width: 278px;
  margin: 0 0 30px;
}
.sec02 .list02_item:not(:nth-of-type(4n)) {
  margin-right: 22px;
}
.sec02 .list02_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-left: 1px solid #270700;
  border-right: 1px solid #270700;
  box-sizing: border-box;
  background: #fffaf2;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 20px 50px;
    box-sizing: border-box;
    text-align: center;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .name {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #6a3906;
  }
  .sec02 .icon {
    margin: 0 0 10px;
  }
  .sec02 .link_list01 {
    display: block;
    margin: 0 0 30px;
  }
  .sec02 .list01_item {
    max-width: 373px;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .list01_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    border-left: 1px solid #270700;
    border-right: 1px solid #270700;
    box-sizing: border-box;
    background: #fffaf2;
  }
  .sec02 .list01_item:not(:last-of-type) {
    margin: 0 auto 30px;
  }
  .sec02 .list01_item:nth-of-type(1) {
    margin-right: initial;
  }
  .sec02 .link_list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec02 .list02_item {
    width: 278px;
    max-width: 45%;
    margin: 0 0 30px;
  }
  .sec02 .list02_item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .sec02 .list02_item:nth-child(2n-1) {
    margin-right: 20px;
  }
  .sec02 .list02_item:last-of-type {
    margin-right: 0;
  }
  .sec02 .list02_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border-left: 1px solid #270700;
    border-right: 1px solid #270700;
    box-sizing: border-box;
    background: #fffaf2;
  }
  .sec02 .list02_item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  .sec02 .list02_item .name {
    font-size: 18px;
  }
}

.common_sec {
  padding: 0 0 80px;
}
.common_sec .inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.common_sec .inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 117px;
  height: 174px;
  background: url(../images/medical/tree.png) center/contain no-repeat;
}
.common_sec .sec_header {
  display: flex;
  border-top: 1px solid #4d4545;
  border-bottom: 1px solid #4d4545;
  margin: 0 0 50px;
}
.common_sec .sec_header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 85px;
  margin: 0 20px 0 0;
  background: rgba(106, 57, 6, 0.67);
}
.common_sec .sec_header .sec_title {
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 85px;
}
.common_sec .sec_body {
  display: flex;
  align-items: center;
}
.common_sec .sec_image {
  width: 567px;
  min-width: 567px;
  height: 378px;
  margin: 0 30px 0 0;
  background: #ccc;
}
.common_sec .list {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  margin: 0 0 30px;
  border-radius: 10px;
  background: rgba(106, 57, 6, 0.13);
}
.common_sec .item {
  position: relative;
  width: 50%;
  padding: 0 0 0 2.5em;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.common_sec .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-70%);
  width: 45px;
  height: 50px;
  background: url(../images/medical/check.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .common_sec {
    padding: 0 20px 80px;
    box-sizing: border-box;
  }
  .common_sec .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .common_sec .inner:before {
    content: "";
    position: absolute;
    right: -10px;
    top: -50px;
    width: 60px;
    height: 89px;
    background: url(../images/medical/tree.png) center/contain no-repeat;
  }
  .common_sec .sec_header {
    display: flex;
    border-top: 1px solid #4d4545;
    border-bottom: 1px solid #4d4545;
    margin: 0 0 30px;
  }
  .common_sec .sec_header .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: auto;
    margin: 0 20px 0 0;
    background: rgba(106, 57, 6, 0.67);
  }
  .common_sec .sec_header .icon img {
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .common_sec .sec_header .sec_title {
    padding: 10px 0;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .common_sec .sec_body {
    display: block;
  }
  .common_sec .sec_image {
    max-width: 567px;
    width: 100%;
    min-width: auto;
    height: auto;
    margin: 0 auto 20px;
  }
  .common_sec .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 15px;
    margin: 0 0 20px;
    border-radius: 10px;
    background: rgba(106, 57, 6, 0.13);
  }
  .common_sec .list {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    margin: 0 0 30px;
    border-radius: 10px;
    background: rgba(106, 57, 6, 0.13);
  }
  .common_sec .item {
    position: relative;
    width: 80%;
    padding: 0 0 0 2.5em;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .common_sec .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-70%);
    width: 45px;
    height: 50px;
    background: url(../images/medical/check.png) center/contain no-repeat;
  }
  .common_sec .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sec10 .sec_header .icon img {
    width: 65%;
  }
}/*# sourceMappingURL=medical01.css.map */