@charset "utf-8";
/* common
-------------------------------------------------------------- */

/* message
-------------------------------------------------------------- */
#message .ttlArea {
  margin-left: calc((100% - 1110px) / 2);
}
#message .ttlArea h2 {
  padding-top: 50px;
  width: 30%;
}
#message .ttlArea figure {
  margin: 0;
  padding-right: calc((100% - 1110px) / 2);
  background: var(--blue);
}
#message .bgDot {
  margin: -100px 0;
  padding: 200px 0;
}
#message .btmArea {
  position: relative;
  padding-left: calc((100% - 1110px) / 2);
}
#message .btmArea::after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 1110px) / 2);
  height: 100%;
  background: var(--blue);
  content: "";
}
#message .container {
  padding: 60px;
  text-align: center;
}
#message h3 {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
#message h3 span {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
  color: var(--blue);
  font-size: 3.6rem;
}
#message h3::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--black);
  width: 200px;
  height: 1px;
  content: "";
}
#message p {
  margin: 0 auto 30px;
  max-width: 640px;
}
#message p strong {
  display: block;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  #message .ttlArea {
    margin-left: 0;
    padding-left: 5%;
  }
  #message .ttlArea figure {
    width: 70%;
    padding-right: 5%;
    background: var(--blue);
  }
  #message .btmArea {
    padding-left: 0;
  }
  #message .btmArea::after {
    width: 5%;
  }
}
@media (max-width: 767px) {
  #message .ttlArea {
    justify-content: flex-end;
  }
  #message .ttlArea h2 {
    padding: 30px 0 10px;
    width: 100%;
  }
  #message .btmArea {
    width: 70%;
  }
  #message .bgDot {
    margin: -40px 0;
    padding: 80px 0;
  }
  #message .container {
    padding: 30px 5%;
  }
  #message h3 {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  #message h3 span {
    font-size: 2rem;
  }
  #message h3::after {
    width: 100px;
  }
  #message p {
    margin: 0 auto 20px;
    max-width: 90%;
  }
  #message p strong {
    margin-top: 30px;
  }
}

/* history
-------------------------------------------------------------- */
#history {
  padding: 200px 0 150px;
}
#history table {
  margin-top: 100px;
}
#history .year {
  padding: 40px 0;
  width: 20%;
  border-top: 2px solid var(--blue);
  color: var(--blue);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: top;
}
#history .month {
  padding: 45px 0;
  width: 10%;
  border-top: 2px solid #a6a6a6;
  color: #a6a6a6;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: top;
}
#history .event {
  padding: 40px 0;
  width: 70%;
  border-top: 2px solid var(--lightgray);
}
.photos img {
  width: 100%;
}
@media (max-width: 767px) {
  #history {
    padding: 50px 0;
  }
  #history table {
    margin-top: 50px;
  }
  #history tr {
    display: flex;
    flex-wrap: wrap;
  }
  #history td {
    display: list-item;
  }
  #history .year {
    padding: 20px 0;
    width: 120px;
    font-size: 1.8rem;
  }
  #history .month {
    padding: 22px 0;
    width: calc(100% - 120px);
    font-size: 1.6rem;
  }
  #history .event {
    padding: 20px 0;
    width: 100%;
  }
}

/* overview
-------------------------------------------------------------- */
#overview {
  padding: 100px 0 150px;
}
#overview .bgDot {
  margin-top: 30px;
  padding: 100px 0 150px;
}
#overview .bgWhite {
  padding: 80px;
}
#overview dt {
  padding: 15px 0;
  width: 22%;
  border-top: 2px solid var(--blue);
  color: var(--blue);
  font-weight: 700;
}
#overview dd {
  padding: 15px 0;
  width: 78%;
  border-top: 2px solid var(--lightgray);
}
#overview .map {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #overview {
    padding: 50px 0;
  }
  #overview .bgDot {
    margin-top: 20px;
    padding: 50px 0 80px;
  }
  #overview .bgWhite {
    padding: 30px;
  }
  #overview dt {
    padding: 20px 0 10px;
    width: 100%;
  }
  #overview dd {
    padding: 0 0 20px;
    width: 100%;
    border-top: none;
  }
  #overview .map {
    margin-top: 10px;
  }
  #overview .map iframe {
    height: 250px;
  }
}

/* initiatives
-------------------------------------------------------------- */
#initiatives {
  margin-bottom: 100px;
}
.detailBox h2 .mincho {
  font-size: 4rem;
}
@media (max-width: 767px) {
  #initiatives {
    margin-bottom: 50px;
  }
  .detailBox h2 .mincho {
    font-size: 3rem;
  }
}