@charset "UTF-8";
.zoomImg {
  overflow: hidden;
}

.zoomImg__img {
  transition-duration: 0.3s;
}

.zoomImg:hover .zoomImg__img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.relatedContent {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .relatedContent {
    padding: 20px 0 15px;
  }
}

.related {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .related {
    margin: 0 20px;
  }
}

.related--small {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {
  .related--small {
    display: block;
  }
}

.related__snsList {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .related__snsList {
    display: block;
    margin-bottom: 22px;
    padding: 0;
  }
}

.related__snsList--small {
  justify-content: center;
  margin-bottom: 0;
}

.related__snsList--small .related__item {
  flex-grow: 0;
}

.related__item {
  display: flex;
  margin-right: 28px;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .related__item {
    border-bottom: 1px solid #231815;
    margin: 0;
  }
}

.related__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .related__item:last-of-type {
    border-bottom: none;
  }
}

.related__item--line::after {
  content: '';
  display: inline-block;
  margin-left: 36px;
  width: 1px;
  height: 67px;
  background-color: #008d54;
}

@media screen and (max-width: 768px) {
  .related__item--line::after {
    display: none;
  }
}

.related__item--line:last-of-type::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .related__item--small {
    display: none;
  }
}

.related__link {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 768px) {
  .related__link {
    width: 100%;
    padding: 15px 2.143em;
    font-size: 1.4rem;
  }
}

.related__link:hover::before {
  opacity: 0.6;
}

.related__link::before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 40px;
  margin-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
}

.related__link--line::before {
  background-image: url(/img/line_icon.png);
}

.related__link--youtube::before {
  background-image: url(/img/youtube_icon.png);
}

@media screen and (max-width: 768px) {
  .related__link--youtube::before {
    margin-right: 6.5%;
  }
}

.related__link--instagram::before {
  background-image: url(/img/instagram_icon.png);
}

.relatedBanner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .relatedBanner {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.relatedBanner__item {
  display: block;
  overflow: hidden;
  width: 22.77778%;
}

@media screen and (max-width: 768px) {
  .relatedBanner__item {
    width: 48%;
    margin-bottom: 15px;
  }
}

.relatedBanner__img {
  display: block;
  width: 100%;
}

.relatedBanner__item:hover .relatedBanner__img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.sectionEffect {
  opacity: 0;
  transform: translateY(30px);
}

.sectionEffect--isScroll {
  opacity: 1;
  transition: opacity 1.8s 0s, transform 1.8s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}

.keyvisual {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 768px) {
  .keyvisual {
    height: 71.615vw;
  }
}

@keyframes keyvisualZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.keyvisual__text {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .keyvisual__text {
    bottom: 1.615vw;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.keyvisual__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #fff;
  text-shadow: 0 0 20px black;
}

@media screen and (max-width: 768px) {
  .keyvisual__title {
    font-size: 2.8rem;
  }
}

.keyvisual__imgWrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.keyvisual__imgWrapper--cover {
  max-width: none;
  background-size: cover;
  background-position: center;
  animation-name: keyvisualZoom;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-fill-mode: both;
}

.keyvisual__imgWrapper--cover::after {
  display: block;
  content: '';
  width: 100%;
  height: 700px;
  z-index: 1;
}

.keyvisual__img {
  width: 100%;
  vertical-align: top;
}

.message {
  padding-top: 4rem;
  padding-bottom: 4rem;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 768px) {
  .message {
    width: 90%;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.message__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .message__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.message__content::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #008d54;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .message__content:last-child {
    text-align: left;
  }
}

.message__content > *:not(:first-child) {
  padding-top: 32px;
}

@media screen and (max-width: 768px) {
  .message__content > *:not(:first-child) {
    padding-top: 16px;
  }
}

.message__titleWrapper {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .message__titleWrapper {
    padding-bottom: 24px;
  }
}

.message__title {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  line-height: 5.5rem;
}

.message__title::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #008d54;
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .message__title {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

.message__subTitle {
  position: relative;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  letter-spacing: 2.25px;
  color: #008d54;
  opacity: 1;
  font-size: 3rem;
  line-height: 5rem;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .message__subTitle {
    font-size: 2.8rem;
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .message__subTitle {
    font-size: 2rem;
    line-height: 4rem;
  }
}

.message__text {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  font-size: 2.05rem;
  line-height: 3.8rem;
}

@media screen and (max-width: 1023px) {
  .message__text {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

@media screen and (max-width: 768px) {
  .message__text {
    max-width: 575px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.message__content--hover:hover::after {
  transform: scale(1, 1);
}

.message__content--hover:hover > .message__title,
.message__content--hover:hover > .message__subTitle,
.message__content--hover:hover > .message__text {
  color: #fff;
}

.layout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.layout--reverse {
  flex-direction: row-reverse;
}

.layout__2column {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .layout__2column {
    width: 100%;
  }
}

.topLink {
  padding-top: 4rem;
  padding-bottom: 100px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .topLink {
    padding-bottom: 60px;
  }
}

.topLink__content {
  display: block;
  position: relative;
}

.topLink__imgWrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

.topLink__img {
  display: block;
  width: 100%;
  opacity: 0.8;
}

.topLink__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: block;
  min-width: 400px;
  z-index: 2;
  text-align: center;
  letter-spacing: 1.8px;
  color: #fff;
  opacity: 1;
  font-size: 3rem;
  line-height: 4rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .topLink__text {
    font-size: 2.4rem;
    line-height: 4.2rem;
    min-width: 100%;
  }
}

.topLink__text::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  transform: scale(0.125, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.topLink__content:hover .topLink__text::after {
  transform: scale(0.25, 1);
}

.topLink__content:hover .topLink__img {
  opacity: 1;
}

.subLink {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 768px) {
  .subLink {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.subLink::after {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  width: 2px;
  height: 100px;
  background: #008d54;
  opacity: 0.5;
  transform: scale(1, 0.3);
  transform-origin: center top;
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  .subLink::after {
    top: -20px;
    height: 40px;
  }
}

.subLink--animation::after {
  transform: scale(1, 1);
}

.subLink__inner {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.subLink__content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-top: 20px;
  margin-bottom: 70px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .subLink__content {
    margin-left: 0;
    margin-right: 0;
  }
}

.subLink__imgWrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.subLink__img {
  display: block;
  width: 100%;
}

.subLink__frame {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  width: 80%;
  max-width: 400px;
  height: 40%;
  max-height: 120px;
  background-color: #fff;
}

.subLink__icon {
  position: absolute;
  height: 50%;
  top: 50%;
  left: 15%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  fill: none;
  stroke: #008d54;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.subLink__icon--aboutus {
  height: 50%;
  top: 50%;
  left: 10%;
}

.subLink__icon--officer {
  height: 50%;
  top: 50%;
  left: 15%;
}

.subLink__icon--corporate_governance {
  height: 40%;
  top: 70%;
  left: 10%;
}

.subLink__icon--history {
  height: 50%;
  top: 50%;
  left: 10%;
}

.subLink__icon--brand {
  height: 50%;
  top: 50%;
  left: 10%;
}

.subLink__icon--jigyou {
  height: 50%;
  top: 50%;
  left: 10%;
}

.subLink__icon--cooperation {
  height: 35%;
  top: 65%;
  left: 13%;
  stroke: none;
  fill: #008d54;
}

.subLink__icon--rd {
  height: 65%;
  top: 50%;
  left: 10%;
}

.subLink__text {
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  display: block;
  padding-left: 3px;
  z-index: 2;
  text-align: center;
  letter-spacing: 2.64px;
  color: #008d54;
  opacity: 1;
  font-size: 2.2rem;
  line-height: 5rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .subLink__text {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.subLink__text::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #008d54;
  opacity: 0.5;
  transform: scale(0.13, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.subLink__content:hover .subLink__frame {
  background-color: #008d54;
}

.subLink__content:hover .subLink__icon {
  stroke: #fff;
}

.subLink__content:hover .subLink__icon--cooperation {
  stroke: none;
  fill: #fff;
}

.subLink__content:hover .subLink__text {
  color: #fff;
}

.subLink__content:hover .subLink__text::after {
  transform: scale(0.26, 1);
  background: #fff;
}
