@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設定ここまで */
/* 社内旅行設定 */
.event-wrapper {
  margin: 80px 0px 0px 0px;
  padding: 0px;
}
.event {
  margin-bottom: 200px;
}
.event-inner {
  width: 1100px;
  margin-bottom: 50px;
  display: flex;
}
.explain {
  font-size: 16px;
  margin: 40px 0px 5px 0px;
  text-indent: 10px;
}
.event-navi {
  width: 200px;
  height: auto;
  margin: 10px 0px 0px 10px;
}
.btn {
  display: block;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #009a5a;
  width: 180px;
  height: 45px;
  margin: 10px 10px 0px 0px;
  color: #009a5a;
  background-color: #ecf8f3;
  line-height: 45px;
  text-indent: 20px;
  border-radius: 5px;
}
.btn:hover {
  background-color: #009a5a;
  border: 2px solid #009a5a;
  color: #fbfbfb;
  transition: 0.5s;
}
.in-btn {
  display: block;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #009a5a;
  width: 180px;
  height: 45px;
  margin: 10px 10px 0px 0px;
  color: #fbfbfb;
  background-color: #009a5a;
  line-height: 45px;
  text-indent: 20px;
  border-radius: 5px;
}
.event-list {
  margin: 20px 10px 0px 10px;
}
h3 {
  margin: 0px 0px 15px 10px;
}
span {
  color: #b7cc68;
}
.event-inspection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inspection-img250126a {
  width: 35%;
  text-align: center;
  margin: 0px 0px 20px 10px;
}
.inspection-img250126a p {
  font-size: 14px;
  margin: 0px;
}
.inspection-img250126a img {
  border-radius: 10px;
}
.inspection-explain250126 {
  width: 60%;
  margin: 0px 0px 10px 0px;
}
.inspection-explain250126 h4 {
  margin: 0px 0px 7px 40px;
}
.inspection-explain250126 p {
  margin: 0px 0px 0px 40px;
}
.inspection-img250126b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0px 40px 10px;
}
.inspection-img250126b img {
  border-radius: 10px;
}
.inspection-img250127a {
  width: 40%;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.inspection-img250127a p {
  font-size: 14px;
  margin: 0px;
}
.inspection-img250127a img {
  border-radius: 10px;
}
.inspection-explain250127 {
  width: 55%;
  margin: 0px 0px 20px 0px;
}
.inspection-explain250127 h4 {
  margin: 0px 0px 7px 20px;
}
.inspection-explain250127 p {
  margin: 0px 0px 0px 20px;
}
.inspection-img250127b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0px 40px 10px;
}
.inspection-img250127b img {
  border-radius: 10px;
}
figure {
  margin: 0px;
}
figcaption {
  font-size: 13px;
  text-align: center;
}
/* 社内旅行設定ここまで */
/* 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設定ここまで */