@font-face {
  font-family: "head_font";
  src: url(../../common/font/WDXLLubrifontJPN-Regular.ttf) format("truetype");
}
main {
  padding: 60px 20px;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main {
    padding: 0 20px 20px;
  }
}
main .fade-in-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
main .fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}
main .head_area {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .head_area {
    display: block;
    position: relative;
  }
}
main .head_area .text_area {
  width: 570px;
}
@media screen and (max-width: 768px) {
  main .head_area .text_area {
    width: auto;
    display: block;
  }
}
main .head_area .text_area .text_img_wrap {
  display: flex;
  align-items: center;
}
main .head_area .text_area .text_img_wrap .head_text_area h1 {
  white-space: nowrap;
  font-size: 50px;
  font-weight: normal;
  font-family: head_font;
  color: #6AB582;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main .head_area .text_area .text_img_wrap .head_text_area h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
main .head_area .text_area .text_img_wrap .img_area {
  margin-left: 20px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  main .head_area .text_area .text_img_wrap {
    justify-content: space-between;
  }
  main .head_area .text_area .text_img_wrap .img_area {
    width: 25vw;
  }
}
main .head_area .text_area .date {
  color: #666;
  font-size: 14px;
}
main .head_area .text_area h2 {
  font-weight: normal;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main .head_area .text_area h2 {
    font-size: 20px;
  }
}
main .head_area .text_area h2 small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main .head_area .text_area h2 small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main .head_area .text_area h2 {
    font-size: 18px;
  }
}
main .head_area .main_photo {
  width: 560px;
}
@media screen and (max-width: 768px) {
  main .head_area .main_photo {
    width: auto;
    margin-top: 20px;
  }
}
main .head_area .main_photo img {
  border-radius: 10px;
}
main .head_area .main_photo .caption {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  color: #666;
}
main .head_area .main_photo video {
  border-radius: 10px;
  overflow: hidden;
}
main .mid_title {
  display: inline-block;
  font-family: head_font;
  font-size: 30px;
  font-weight: normal;
  color: #6AB582;
}
@media screen and (max-width: 768px) {
  main .mid_title {
    font-size: 20px;
    line-height: 1.5;
  }
}
main .mid_title::before {
  background: rgba(106, 181, 130, 0.4);
}
main .low_title {
  color: #6AB582;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main .low_title {
    font-size: 16px;
  }
}
main .text_unit {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main .text_unit {
    margin-top: 30px;
  }
}
main .text_unit .mid_title {
  margin-bottom: 20px;
}
main .text_unit p {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  main .text_unit p {
    margin-top: 10px;
  }
}
main .text_unit p small {
  color: #666;
}
main .text_unit ul {
  margin-left: 20px;
}
main .text_unit ul li {
  margin-top: 10px;
  list-style: circle;
  font-weight: bold;
}
main .text_unit ul li:first-child {
  margin-top: 0;
}
main .photo_unit {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main .photo_unit {
    margin-top: 30px;
  }
}
main .photo_unit ul {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .photo_unit ul {
    margin-top: 15px;
    gap: 20px;
  }
}
main .photo_unit ul li {
  width: 47%;
  margin: 0 auto;
}
main .photo_unit ul li figure {
  text-align: center;
}
main .photo_unit ul li figure img {
  border-radius: 10px;
}
main .photo_unit ul li figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 768px) {
  main .photo_unit ul li figure figcaption {
    margin-top: 5px;
    font-size: 10px;
  }
}
main .photo_unit ul li:last-child {
  width: auto;
}
main .photo_unit ul.middle li {
  width: 31%;
}
main .overview {
  background: #80B992;
  margin: 40px calc(50% - 50vw) 0;
  padding: 40px 20px;
  width: 100vw;
  text-align: center;
}
main .overview .inner {
  max-width: 1220px;
  margin: 0 auto;
}
main .overview .inner .mid_title {
  color: #fff;
  margin-bottom: 20px;
}
main .overview .inner .mid_title::before {
  background: rgba(255, 255, 255, 0.4);
}
main .overview .inner .event_info {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  color: #333;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .overview .inner .event_info {
    padding: 20px;
    display: block;
  }
}
main .overview .inner .event_info .overview_text {
  width: 70%;
}
@media screen and (max-width: 768px) {
  main .overview .inner .event_info .overview_text {
    width: auto;
  }
}
main .overview .inner .event_info .overview_text ul.info li:not(:first-child) {
  margin-top: 5px;
}
main .overview .inner .event_info .overview_text ul.info {
  margin-bottom: 30px;
}
main .overview .inner .event_info .overview_text ul.info li h4 {
  font-weight: normal;
}
main .overview .inner .event_info .overview_text ul.info li h4 span {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
main .related_links {
  padding: 40px 0;
}
main .related_links ul {
  margin-top: 20px;
}
main .related_links ul li {
  margin-bottom: 20px;
}
main .related_links ul li a {
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  line-height: 1;
}
main .related_links ul li a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #80B992;
  border: solid 1px #80B992;
  position: absolute;
  left: 0;
  top: 1px;
}
main .related_links ul li:hover {
  color: #80B992;
}
main .related_links ul li:hover ::before {
  background: #fff;
}

.back_to_top {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .back_to_top {
    margin-top: 0;
  }
}
.back_to_top a {
  display: inline-block;
  line-height: 1;
  padding: 15px 30px;
  color: #666;
  border-radius: 5px;
  border: solid 1px #666;
}
.back_to_top a:hover {
  background: #666;
  color: #fff;
}/*# sourceMappingURL=style.css.map */