@charset "UTF-8";
/*
ヒラギノの代替（基本フォントはこれ）
https://fonts.google.com/noto/specimen/Noto+Sans+JP?subset=japanese&query=noto+sans
Regular 400
Medium 500
Bold 700
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;600;700&display=swap");
#main-visual {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  /*
  img {
    width: 100%;
  }

   */
}
#main-visual video {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  #main-visual video {
    min-width: 100vw;
    min-height: calc(100vh - 56px);
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #main-visual video {
    width: 100%;
  }
}

.box-president {
  background: #2B5840;
  color: #fff;
  padding: 90px 0;
  background: #2B5840 url(../images/bg_president.png) no-repeat;
  background-position: center 50px;
  background-size: 37%;
}
.box-president .title {
  font-size: 9.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.box-president .text-copy {
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.425;
  text-align: center;
}
.box-president .container-inner {
  padding: 0 5vw;
}
.box-president .text-sign {
  text-align: right;
  font-size: 1.5rem;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .box-president {
    padding: 15px 15px 30px;
    background-position: center 25px;
    background-size: 80%;
  }
  .box-president .title {
    font-size: 6vw;
  }
  .box-president .text-copy {
    font-size: 1.8rem;
  }
  .box-president .container-inner {
    padding: 0;
  }
}

.area-map .logo {
  text-align: center;
  margin-bottom: 40px;
}
.area-map .logo + p {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.area-map .img_map_info {
  padding: 80px 0 70px;
}
.area-map .area-bnr {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .area-map .logo + p {
    font-size: 1.8rem;
  }
  .area-map .img_map_info {
    padding: 40px 0 30px;
  }
}

.box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 74%;
  margin: 0 auto 100px;
}
.box-contents > * {
  width: 43.5%;
  color: #2D3133;
  margin-top: 50px;
}
.box-contents .title {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 15px 0;
}
.box-contents .title + p {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .box-contents {
    margin: 0 auto 50px;
    width: 100%;
    flex-direction: column;
  }
  .box-contents > * {
    width: 100%;
    margin-top: 25px;
  }
  .box-contents .title {
    font-size: 1.8rem;
    margin: 10px 0;
  }
}

.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #CDD6DD;
  flex-wrap: wrap;
  position: relative;
  /*
  &:before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 29.79%;
    max-width: 286px;
    height: 239px;
    background: url(../images/logo.jpg) no-repeat center center;
    background-size: contain;
    z-index: 0;
  }

   */
}
.list-info > * {
  border-top: solid 1px #CDD6DD;
}
.list-info dt {
  color: #408B46;
  font-weight: bold;
  width: 27%;
  padding: 15px 2em 15px 4.5em;
}
.list-info dd {
  padding: 15px 2em 15px 0;
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .list-info {
    /*
    &:before {
      top: -10px;
      height: 78px;
    }

     */
  }
  .list-info dt,
  .list-info dd {
    padding: 15px 1em;
    width: 100%;
  }
  .list-info dd {
    border: none;
    padding-top: 0;
  }
}

#access {
  margin-bottom: 170px;
}
#access .access-map + .access-map {
  margin-top: 115px;
}
#access .access-map h3 {
  margin-bottom: 15px;
}
#access .access-map h3 + p {
  font-size: 1.6rem;
}
#access .access-map .mapArea {
  width: 100%;
  height: 344px;
  margin-top: 25px;
}
#access .access-map .mapArea iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #access {
    margin-bottom: 80px;
  }
  #access .access-map + .access-map {
    margin-top: 50px;
  }
  #access .access-map h3 + p {
    font-size: 1.4rem;
  }
}

#img_ennet {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#history-area .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#history-area .history + .history {
  margin-top: 65px;
}
#history-area .history .details {
  font-size: 1.4rem;
  width: 41.2%;
  max-width: 412px;
}
#history-area .history .details dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: solid 1px #408B46;
  padding: 1em 1.8em;
  line-height: 1.6;
}
#history-area .history .details dl dt {
  color: #408B46;
  font-weight: bold;
  width: 12%;
}
#history-area .history .details dl dd {
  width: 88%;
  margin-bottom: 1.5em;
}
#history-area .history .details dl dt:last-child,
#history-area .history .details dl dd:last-child {
  margin: 0;
}
#history-area .history .year {
  font-size: 1.3rem;
  width: 98px;
  margin: 0 4%;
  padding: 1em;
  text-align: center;
  color: #fff;
  background: linear-gradient(#2B5840, #1A9A23);
  position: relative;
}
#history-area .history .year em {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#history-area .history .year em span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
}
#history-area .history .year:before {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 48px 0 50px;
  border-color: #1A9A23 transparent transparent transparent;
}
#history-area .history .months {
  font-size: 1.4rem;
  font-weight: bold;
  width: 41.2%;
  max-width: 432px;
}
#history-area .history .months > div {
  background: rgba(163, 117, 0, 0.13);
  padding: 1em 1.8em;
  position: relative;
}
#history-area .history .months dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.3;
}
#history-area .history .months dl:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 25px 10px 0;
  border-color: transparent rgba(163, 117, 0, 0.13) transparent transparent;
}
#history-area .history .months dl dt {
  color: #408B46;
  width: 12%;
}
#history-area .history .months dl dd {
  width: 88%;
  margin-bottom: 1.5em;
}
#history-area .history .months dl dd img {
  width: 219px;
  display: inline-block;
  margin-top: 10px;
}
#history-area .history .months dl dd img.small {
  width: 150px;
}
#history-area .history .months dl dt:last-child,
#history-area .history .months dl dd:last-child {
  margin: 0;
}
#history-area .history .months dl .text01 {
  color: #408B46;
  font-size: 1.8rem;
  margin-left: -2em;
}
#history-area .history .months.image {
  position: relative;
}
#history-area .history .months.image dl {
  padding-bottom: 3em;
}
#history-area .history .months.image img {
  box-shadow: 0px 0px 4px -3px #000;
  position: absolute;
  bottom: -50px;
  right: 10px;
  width: 165px;
}
#history-area .history .months.image.large {
  margin-bottom: 50px;
}
#history-area .history .months.image.large dl {
  padding-bottom: 4em;
}
#history-area .history .months.image.large img {
  bottom: -90px;
}
@media only screen and (max-width: 767px) {
  #history-area .history {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #history-area .history .details {
    order: 2;
    font-size: 1.3rem;
    width: 68%;
  }
  #history-area .history .details dl {
    padding: 1em;
    margin-bottom: 20px;
  }
  #history-area .history .details dl dt {
    width: 18%;
  }
  #history-area .history .details dl dd {
    width: 82%;
  }
  #history-area .history .year {
    order: 1;
    margin: 0 5% 0 0;
    width: 88px;
  }
  #history-area .history .year:before {
    bottom: -35px;
    border-width: 35px 42px 0 45px;
  }
  #history-area .history .months {
    order: 3;
    font-size: 1.3rem;
    width: 68%;
  }
  #history-area .history .months > div {
    padding: 1em;
  }
  #history-area .history .months dl:before {
    left: -15px;
    border-width: 7px 15px 7px 0;
  }
  #history-area .history .months dl dt {
    width: 18%;
  }
  #history-area .history .months dl dd {
    width: 82%;
  }
  #history-area .history .months.image img {
    bottom: -50px;
    width: 130px;
  }
}

.c-logo {
  margin: 100px 0;
}
