@charset "UTF-8";
table {
  width: 80%;
  margin: 0 auto;
  font-size: max(1.2vw, 10px);
  margin-top: 3%;
  margin-bottom: 5%;
  font-family: "HiraginoSans-W2", "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 200;
}
table tr th {
  font-weight: 400;
  text-align: left;
  padding-bottom: 2%;
  width: 15%;
  vertical-align: top;
}
table tr td {
  padding-bottom: 2%;
  line-height: 200%;
}

.item-box {
  display: flex;
  width: 98%;
  margin: 0 auto;
  flex-wrap: wrap;
  font-size: max(1.1vw, 10px);
  font-family: "HiraginoSans-W2", "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 200;
}
.item-box .item-card {
  width: 32%;
  margin: 0 auto;
  background-color: #ededed;
  margin-bottom: 1.3%;
}
.item-box .item-card .item-title {
  background-color: #707070;
  color: white;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}
.item-box .item-card .item-content {
  display: flex;
  flex-wrap: wrap;
  padding: 5% 10% 5% 10%;
  line-height: 170%;
}
.item-box .item-full {
  width: 99%;
}
.item-box .item-full .item-title {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.text-box1 {
  margin-top: 5%;
  width: 100%;
  margin-bottom: 5%;
}
.text-box1 p {
  text-align: center;
  font-size: max(1.3vw, 10px);
}

.map-box1 {
  display: flex;
  width: 75%;
  margin: 0 auto;
  font-family: "Hiragino Sans GB", "MS PGothic", sans-serif;
  align-items: center;
}
.map-box1 .map1 {
  flex: 50%;
  background-color: #707070;
  color: white;
  margin: 1%;
  margin-right: 2%;
  text-align: center;
  line-height: 180%;
  padding: 3%;
  font-size: max(1.2vw, 10px);
  margin-bottom: 1%;
}
.map-box1 .map1 a {
  color: white;
}
.map-box1 .map1 span {
  font-weight: 500;
  margin-left: 1.5%;
}
.map-box1 .map2 {
  flex: 50%;
}

.map-box2 {
  display: flex;
  width: 75%;
  margin: 0 auto;
  font-family: "Hiragino Sans GB", "MS PGothic", sans-serif;
  font-size: max(1.2vw, 10px);
  margin-top: -4%;
}
.map-box2 .map3 {
  width: 33.3333333333%;
  background-color: #707070;
  color: white;
  margin: 1%;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

.map {
  position: relative;
  width: 100%;
  height: 0%;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

.map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 65%;
  transform: translate(-50%, -50%);
}

.organization {
  width: 70%;
  margin: 5% auto;
  margin-bottom: 10%;
}

.space {
  width: 100%;
}

@media (max-width: 700px) {
  .top-word-box .word-box h1 {
    width: 75%;
  }
  table {
    width: 90%;
    vertical-align: top;
    font-size: 13px;
  }
  table tr th,
  table tr td {
    padding-top: 3%;
    padding-bottom: 7%;
  }
  table tr td {
    padding-top: 1.5%;
  }
  table tr th {
    width: 30%;
  }
  .item-box {
    font-size: 13px;
    display: block;
  }
  .item-box .item-card {
    width: 90%;
  }
  .item-box .item-full {
    width: 90%;
  }
  .text-box1 p {
    font-size: 13px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  .map-box1 {
    margin-top: 10%;
    width: 90%;
    font-size: 12px;
    display: block;
  }
  .map-box1 .map1 {
    font-size: 13px;
  }
  .map iframe {
    width: 90%;
    height: 80%;
  }
  .map-box2 {
    width: 90%;
    display: block;
    margin-top: 4%;
  }
  .map-box2 .map3 {
    width: 100%;
    margin-bottom: 3%;
    margin-top: 3%;
    font-size: 13px;
  }
  .organization {
    width: 95%;
    margin-top: 10%;
    margin-bottom: 30%;
  }
}/*# sourceMappingURL=profile.css.map */