@charset "UTF-8";
/* ---------------------- ----------------------
COMPANY
---------------------- ---------------------- */
/* メッセージ
--------------------------------------------*/
.message_item_wrap {
  width: 100%;
  max-width: 816px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.message_item_wrap .message_item {
  width: calc((100% - 60px) / 3);
  text-align: center;
  margin-right: 30px;
}
.message_item_wrap .message_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .message_item_wrap {
    width: 90%;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  .message_item_wrap .message_item {
    width: calc((100% - 30px) / 2);
    text-align: center;
    margin-right: 30px;
  }
  .message_item_wrap .message_item:nth-child(2) {
    margin-right: 0;
  }
  .message_item_wrap .message_item:last-child {
    margin-right: 0px;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 576px) {
  .message_item_wrap {
    width: 80%;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  .message_item_wrap .message_item {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0;
  }
  .message_item_wrap .message_item:last-child {
    margin-top: 0;
    margin-right: 0;
  }
}
.greeting_wrap {
  max-width: 700px;
  margin: auto;
  margin-top: 1rem;
}
.greeting_wrap p {
  margin-bottom: 1rem;
}

.geeting_name {
  text-align: right;
}

/* 会社概要
--------------------------------------------*/
.company ul.company_base_list {
  list-style-type: square;
}
.company ul.company_base_list li {
  margin-bottom: 1rem;
}
.company ul.company_base_list .base_bame {
  font-weight: bold;
  color: #0a2d56;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding-top: 31.25%;
  /* 比率を16:9に固定 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 工業所有権・ISO
--------------------------------------------*/
.property-iso h3 {
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, #0a2d56 0 10%, #b5b5b5 10%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  color: #323232;
  font-weight: bold;
  font-size: 1.4rem;
}
.property-iso h3.deco_none {
  background-image: none;
  color: #0a2d56;
}

.property_nav_wrap {
  display: flex;
  justify-content: center;
  max-width: 860px;
  margin: auto;
  margin-top: 2rem;
}
.property_nav_wrap .property_item {
  width: calc(100% - 13.3333333333px);
  color: #0a2d56;
  font-size: 1.2rem;
  margin-right: 20px;
  text-align: center;
}
.property_nav_wrap .property_item:last-child {
  margin-right: 0;
}
.property_nav_wrap .property_item a {
  width: 100%;
  text-decoration: none;
  padding: 1em 1em 0.5em 1em;
  display: inline-block;
  border-bottom: 1px solid #b5b5b5;
  transition: all 0.2s;
}
.property_nav_wrap .property_item a:hover {
  background: #eaeef4;
}
.property_nav_wrap .property_item a::before {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  vertical-align: middle;
  font-family: "Material Icons";
  content: "\e5c5";
}
@media screen and (max-width: 768px) {
  .property_nav_wrap .property_item {
    width: calc(100% - 2px);
    margin-right: 2px;
    font-size: 1rem;
  }
  .property_nav_wrap .property_item:last-child {
    margin-right: 0;
  }
  .property_nav_wrap a {
    width: 100%;
    text-decoration: none;
    padding: 0.5em 0.5em 0.5em 0;
  }
}

.iso_section_wrap {
  margin-top: 2rem;
}
.iso_section_wrap ul li {
  list-style: decimal;
}

.iso_wrap {
  background: #fff;
  padding: 2.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
  margin-top: 2rem;
}

.iso_item:first-child {
  width: 20%;
  max-width: 250px;
  padding-right: 2em;
}
.iso_item:last-child {
  width: 80%;
}

.iso_name {
  font-size: 0.9rem;
}

.iso_title {
  margin-top: 0.5em;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0a2d56;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
}

.iso_txt {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #0a2d56;
  font-weight: bold;
}

.opg_info {
  margin-top: 1.5rem;
  text-align: right;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .iso_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .iso_item:first-child {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .iso_item:last-child {
    margin-top: 1rem;
    width: 100%;
  }
}/*# sourceMappingURL=company.css.map */