html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.desc-bold {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 26px */
}

.desc2 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 39.6px */
}

.desc3 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 8px;
}

.text-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.text-img .text-content {
  max-width: 790px;
  width: 100%;
}

.two-col-table .table-row {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #aaa;
}
.two-col-table .table-row .key {
  width: 180px;
  min-width: 180px;
  margin-right: 24px;
  color: #0054b6;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.two-col-table .table-row .value .link {
  color: #0645ad;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.two-col-table .table-row:first-child {
  padding-top: 0;
}

.subp-head2 {
  color: #002147;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 35.2px */
  position: relative;
  padding-left: 27px;
  border-bottom: none;
  position: relative;
  margin-bottom: 24px;
}
.subp-head2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 1px;
  background: #0054b6;
}
.subp-head2:before {
  content: "";
  display: block;
  width: 12px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0054b6;
}

.img-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 69.5px;
  row-gap: 24px;
  row-gap: 32px;
}
.img-list .single-img {
  max-width: 327px;
  width: 100%;
}
.img-list .single-img .single-img__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  margin-bottom: 8px;
}
.img-list .single-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gmap iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

.history-table {
  border-bottom: 1px solid #909090;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  border-left: 1px solid #909090;
}
.history-table .table-row {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  display: flex;
  border-bottom: 1px solid #909090;
}
.history-table .table-row:last-child {
  border-bottom: none;
}
.history-table .table-row .key {
  width: 195px;
  border-right: 1px solid #909090;
  padding: 16px 24px;
  background: linear-gradient(180deg, #eef4ff 0%, #f2f1ff 100%);
}
.history-table .table-row .value {
  font-weight: 400;
  width: 100%;
  background: #fff;
  padding: 16px 24px;
}
.history-table .table-row:first-child {
  padding-top: 0;
}

.award-list .award {
  padding-bottom: 16px;
  padding-top: 24px;
  border-bottom: 1px dashed #909090;
}
.award-list .award:first-child {
  padding-top: 0;
}
.award-list .award .date {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.award-list .award .desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.award-list .award .result {
  color: #0054b6;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

#calendar {
margin-bottom: 80px;
}
  .calendar-year {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
  }

  .calendar-year > li {
    width: calc(25% - 20px);
    margin: 0 10px 24px;
    list-style: none;
    box-sizing: border-box;
  }

  .calendar {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 14px;
    color: #333;
  }

  .calendar caption {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .calendar th,
  .calendar td {
    width: 14.285%;
    height: 42px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
  }

  .calendar th {
    background: #f5f5f5;
    font-weight: 700;
  }

  .calendar td:empty {
    background: #fafafa;
  }

  /* 土日 */
  .calendar td.sun,
  .calendar td.sat,
.calendar td.close {
    background: #FF9999;
  }

  .calendar td.summer {
    background: #99ff99;
  }

  .calendar td.winter {
    background: #9999ff;
  }

  .calendar td.anniversary {
    background: #99ffff;
  }

  .calendar td.special {
    background: #ffff66;
  }

  .calendar td.last {
    background: #aaaaaa;
  }

  @media (max-width: 1200px) {
    .calendar-year > li {
      width: calc(33.333% - 20px);
    }
  }

  @media (max-width: 900px) {
    .calendar-year > li {
      width: calc(50% - 20px);
    }
  }

  @media (max-width: 640px) {
    .calendar-year > li {
      width: calc(100% - 20px);
    }
  }

#calendar .option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.4;
  color: #2f2f2f;
  font-weight: 700;
}

#calendar .option + .option {
  margin-top: 12px;
}

#calendar .option li {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 22px;
}

#calendar .option li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#calendar .option .regular::before  { background: #ff9999; }
#calendar .option .summer::before   { background: #99ff99; }
#calendar .option .winter::before   { background: #9999ff; }
#calendar .option .memorial::before { background: #99ffff; }
#calendar .option .special::before  { background: #ffff66; }
#calendar .option .year-end::before { background: #aaaaaa; }

@media screen and (max-width: 768px) {
  .desc {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
  }
  .desc-bold {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 26px */
  }
  .desc2 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 39.6px */
  }
  .desc3 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 8px;
  }
  .text-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .text-img .text-content {
    max-width: none;
    width: 100%;
  }
  .two-col-table .table-row {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
  }
  .two-col-table .table-row .key {
    width: 180px;
    margin-right: 24px;
    color: #0054b6;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
  }
  .two-col-table .table-row .value .link {
    color: #0645ad;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .two-col-table .table-row:first-child {
    padding-top: 0;
  }
  .subp-head2 {
    color: #002147;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 35.2px */
    position: relative;
    padding-left: 20px;
    border-bottom: none;
    position: relative;
    margin-bottom: 20px;
  }
  .subp-head2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 1px;
    background: #0054b6;
  }
  .subp-head2:before {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0054b6;
  }
  .img-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 69.5px;
    row-gap: 10px;
    row-gap: 20px;
  }
  .img-list .single-img {
    max-width: none;
    width: 100%;
  }
  .img-list .single-img .single-img__title {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    margin-bottom: 8px;
  }
  .img-list .single-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .gmap iframe {
    width: 100%;
    height: 240px;
    border: 0;
  }
  .history-table {
    border-bottom: 1px solid #909090;
    border-top: 1px solid #909090;
    border-right: 1px solid #909090;
    border-left: 1px solid #909090;
  }
  .history-table .table-row {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #909090;
  }
  .history-table .table-row:last-child {
    border-bottom: none;
  }
  .history-table .table-row .key {
    width: 100%;
    border-right: 1px solid #909090;
    border-right: none;
    padding: 16px 24px;
    background: linear-gradient(180deg, #eef4ff 0%, #f2f1ff 100%);
  }
  .history-table .table-row .value {
    font-weight: 400;
    width: 100%;
    background: #fff;
    padding: 16px 24px;
  }
  .history-table .table-row:first-child {
    padding-top: 0;
  }
  .award-list .award {
    padding-bottom: 16px;
    padding-top: 24px;
    border-bottom: 1px dashed #909090;
  }
  .award-list .award:first-child {
    padding-top: 0;
  }
  .award-list .award .date {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }
  .award-list .award .desc {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }
  .award-list .award .result {
    color: #0054b6;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  
    #main #calendar ul.narabi {
    overflow: hidden;
  }
  #main #calendar ul.narabi li {
    height: 288px;
    display: block;
    margin-right: 0px;
    padding-left: 0px;
  }
}/*# sourceMappingURL=company.css.map */