/*=============================================
=            SIDEBAR            =
=============================================*/
.sideBarWrapper {
  margin-top: 60px;
}

.sideBarWrapper h4 {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #333;
}

.sideBarWrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sideBarWrapper ul li > a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #707070;
  color: #707070;
  margin-bottom: 10px;
}

.sideBarWrapper ul li.current > a {
  color: #003370;
  font-weight: bold;
  border-color: #003370;
  background-color: #f9fafc;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .sideBarWrapper {
    top: 100px;
    margin-top: 0;
  }
}

/*=====  End of SIDEBAR  ======*/

/*=============================================
=            ABOUT CONTENT            =
=============================================*/
#aboutContent {
  padding-top: 50px;
  padding-bottom: 50px;
}

#aboutContent .aboutSection {
  padding-top: 100px;
}
#aboutContent .aboutSection:first-child {
  padding-top: 0;
}

#aboutContent .aboutSectionTitleWrapper {
  border-left: 10px solid #003370;
  padding-left: 20px;
  color: #003370;
  margin-bottom: 30px;
}
#aboutContent .aboutSectionTitleWrapper h2 {
  letter-spacing: 0;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
}
#aboutContent .aboutSectionTitleWrapper h4 {
  font-weight: 900;
  font-size: 14px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #aboutContent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #aboutContent .aboutSectionTitleWrapper h2 {
    font-size: 48px;
  }

  #aboutContent .aboutSectionTitleWrapper h4 {
    font-size: 16px;
  }
}

/*=====  End of ABOUT CONTENT  ======*/

/*=============================================
=            RIGHT CONTENT            =
=============================================*/

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .rightContent {
    margin-top: 35px;
  }
}

/*=====  End of RIGHT CONTENT  ======*/

.messageTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  color: #003370;
}

.presidentWrapper {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}

.presidentWrapper .presidentTitleBox {
  position: absolute;
  z-index: 1;
  color: #fdfdfd;
  left: 0px;
  bottom: 15px;
  width: 100%;
  padding-left: 15px;
}

.presidentWrapper .presidentTitleBox .title {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 0.2em;
}
.presidentWrapper .presidentTitleBox .signature {
  max-width: 200px;
  width: 50%;
  min-width: 120px;
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  .presidentWrapper .presidentTitleBox .title {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
}
/* MEDIA QUERY EXTRA LARGE */
@media only screen and (min-width: 1200px) {
  .presidentWrapper .presidentTitleBox .signature {
    max-width: 200px;
    width: 50%;
    min-width: 205px;
  }

  .presidentWrapper .presidentTitleBox {
    padding-left: 30px;
    bottom: 30px;
  }
}
/* ++++++++++ sustainable ++++++++++ */
.sustWrapper {
  position: relative;
  z-index: 0;
  color: #003370;
  text-align: center;
}
.sustWrapper h2 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.5;
  margin: 40px 0 0;
  letter-spacing: 0.1rem;
  text-align: center;
}
.sustWrapper h4 {
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0.5rem;
  background-color: #003370;
  color: #fff;
  margin-top: 3rem;
}
.sustWrapper h5 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 2rem;
}
.sustWrapper h6 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.sust_box {
  margin-top: 20px;
  padding: 20px 10px;
  border: 2px solid #003370;
  border-radius: 10px;
  box-shadow: 5px 5px 0 0 #003370;
}
.sust_box p {
  font-size: 0.8rem;
}

.sust_content {
  position: relative;
  width: 94%;
  margin: 50px auto;
}
.sust_content h6 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 40px;
  line-height: 2rem;
}
.sust_content .dscBox {
  padding-top: 0;
  font-weight: 600;
}

.sust_content_tit {
  border-left: 10px solid #003370;
  padding-left: 20px;
  color: #003370;
}
.sust_content_tit h2 {
  letter-spacing: 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
}
.sust_content_tit h4 {
  font-weight: 900;
  font-size: 0.8rem;
}

.sust_content_in h1 {
  margin-top: 1.8rem;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 3.6rem;
}
.sust_content_in p {
  margin-top: 1.8rem;
  font-weight: 600;
  font-size: 1rem;
}

.sust_content_value {
  margin-top: 20px;
  border-bottom: 1px dotted #003370;
}
.sust_content_value h5 {
  color: #003370;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}
.sust_content_value p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 2rem;
}

.sust_underline {
  color: #003370;
  margin-right: 15px;
  display: block;
}
.sp_br {
  display: block;
}

@media only screen and (min-width: 992px) {
  .sp_br {
    display: none;
  }
  .sust_content_in h1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sustWrapper h2 {
    font-size: 5rem;
  }
  .sustWrapper h5 {
    font-size: 1.6rem;
  }
  .sust_content {
    width: 100%;
    margin-top: 120px;
  }
  .sust_content_tit h2 {
    font-size: 3rem;
  }
  .sust_content_tit h4 {
    font-size: 1rem;
  }
  .sust_content_in h1 {
    font-size: 3.2rem;
    line-height: 5rem;
  }
  .sust_content h6 {
    font-size: 1.6rem;
  }
  .sust_content_value {
    margin-top: 60px;
  }
  .sust_content_value h5 {
    font-size: 2.6rem;
    text-align: left;
  }
  .sust_content_value p {
    line-height: 3.6rem;
    font-size: 1.2rem;
  }
  .sust_underline {
    display: inline-block;
  }
}

.historyMainTitle {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.historyWrapper {
  border-top: 1px solid #ccc;
}

.historyWrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  padding-top: 25px;
}

.historyWrapper dl dt {
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  font-weight: normal;
  line-height: 1.6;
}

.historyWrapper dl dd {
  margin-bottom: 0;
  width: calc(100% - 70px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  line-height: 1.6;
}

.historyWrapper dl dd .monthRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.historyWrapper dl dd .monthRow:last-child {
  margin-bottom: 0;
}

.historyWrapper dl dd .monthRow .month {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .historyWrapper dl dt {
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    padding-left: 10px;
  }

  .historyWrapper dl dd {
    margin-bottom: 0;
    width: calc(100% - 100px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
  }

  .historyWrapper dl dd .monthRow .month {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
  }
}

.accessWrapper {
  border-top: 1px solid #ccc;
}
.accessWrapper dl {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  padding-top: 25px;
}
.accessWrapper dl dd {
  margin-bottom: 0;
}

.accessWrapper dl dd .map {
  margin-top: 20px;
}
.accessWrapper dl dd .map iframe {
  height: 250px;
}

.accessWrapper dl dd .studioBtn {
  width: 200px;
  text-align: center;
  display: block;
  background-color: #003370;
  color: #fdfdfd;
  font-weight: bold;
  padding: 12px;
  margin-top: 10px;
  border-radius: 3px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .accessWrapper dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .accessWrapper dl dt {
    width: 210px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    padding-left: 10px;
  }

  .accessWrapper dl dd {
    width: calc(100% - 210px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 210px);
    flex: 0 0 calc(100% - 210px);
  }
  .accessWrapper dl dd .map iframe {
    height: 350px;
  }
}
