@charset "utf-8";
/* 共通部分 */
body {
  width: 100%;
  margin: 0px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #535353;
  font-size: 15px;
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: #ffffff;
}
li {
  list-style: none;
}
.container {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.section-title {
  font-size: 20px;
  border-bottom: 5px solid #b3e1ce;
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.section-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 5px solid #009a5a;
  bottom: -5px;
  width: 150px;
}
/* 共通部分ここまで */
/* header設定 */
header {
  height: 70px;
  background-color: rgba(0, 153, 90, 0.9);
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.header-wrapper {
  margin: 0px;
  padding: 0px;
}
.header-inner {
  display: flex;
}
.header-logo {
  padding: 15px 20px;
  display: inline-block;
}
.header-nav {
  margin-left: auto;
}
.header-list {
  display: flex;
}
.header-list li {
  font-size: 15px;
  padding: 10px 20px;
}
.header-list a {
  color: #f3f3f3;
  position: relative;
}
.header-list a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header-list a:hover::after {
  transform: scale(1, 1);
}
/* header設定ここまで */
/* 創立25周年開催報告設定 */
.info-wrapper {
  margin: 80px 0px 0px 0px;
  padding: 0px;
}
.info-inner {
  width: 1100px;
  font-size: 15px;
  margin-bottom: 80px;
}
.info-inner p {
  line-height: 2.0;
}
.info-sentence {
  padding: 5px 10px 10px 20px;
}
.info-president {
  padding-top: 10px;
  margin: 25px 15px 15px 15px;
  border-top: 3px solid #33ae7b;
  border-bottom: 3px solid #33ae7b;
}
.info-chairman {
  padding-top: 10px;
  margin: 25px 15px 15px 15px;
  border-top: 3px solid #33ae7b;
  border-bottom: 3px solid #33ae7b;
}
.anniversary-imga {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px 0 15px;
}
.info-anniversary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 5px;
}
.inspection-imgb {
  width: 30%;
}
.anniversary-explain {
  width: 65%;
}
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* 創立25周年開催報告設定ここまで */
/* footer設定 */
footer {
  height: 200px;
  background-color: rgba(0, 153, 90, 0.9);
}
.footer-wrapper {
  margin: 0px;
  padding: 0px;
}
.footer-inner {
  display: flex;
}
.footer-logo {
  padding-top: 35px;
  display: block;
  text-align: center;
}
.footer-nav {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.footer-list {
  display: flex;
}
.footer-list li {
  font-size: 15px;
  padding: 0 20px;
}
.footer-list a {
  color: #f3f3f3;
  position: relative;
}
.footer-list a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.footer-list a:hover::after {
  transform: scale(1, 1);
}
.btn-sns {
  text-align: center;
  margin-bottom: 5px;
}
.sbtn {
  display: inline-block;
  font-size: 25px;
  color: #f3f3f3;
  padding-right: 30px;
}
.sbtn:hover {
  opacity: 0.5;
  transition: 0.7s;
}
.tiktok {
  margin-left: 30px;
}
.Instagram {
  margin-left: 10px;
}
.youtube {
  margin-left: 10px;
}
.copyright {
  font-size: 12px;
  color: #f3f3f3;
  text-align: center;
}
/* footer設定ここまで */