@charset "UTF-8";

.mv-wrap {
  position: relative;
  height: 799px;
  margin-bottom: 104px;
}
.mv-wrap::before {
  position: absolute;
  content: '';
  background-image: url(../../img/pc_mv_deco2.png);
  width: 704px;
  height: 731px;
  top: 68px;
  right: 0;
  z-index: -1;
}
.mv-wrap::after {
  position: absolute;
  content: '';
  background-image: url(../../img/anniversary.png);
  width: 131px;
  height: 131px;
  top: 543px;
  right: 60px;
  z-index: 10;
}
.swiper-wrapper {
  position: absolute;
  top: 136px;
  right: 0;
  z-index: -1;
}
.swiper-slide {
  height: 586px;
}
.swiper-slide img {
  width: 100%;
  padding-left: 311px;
  object-fit: cover;
}
.swiper-button-prev {
  position: relative;
}
.swiper-button-prev::before {
  position: absolute;
  content: '';
  background-image: url(../../img/line.png);
  width: 1px;
  height: 20px;
  top: -40px;
  left: 211px;
}
.swiper-button-prev::after {
  position: absolute;
  content: '';
  background-image: url(../../img/prev-arrow.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 20px;
  top: -36px;
  left: 154px;
}
.swiper-button-next {
  position: relative;
}
.swiper-button-next::after {
  position: absolute;
  content: '';
  background-image: url(../../img/next-arrow.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 20px;
  top: -58px;
  left: 255px;
}
.mv .eng {
  position: absolute;
  top: 37%;
  left: -40px;
  background-image: url(../../img/english.png);
  width: 17px;
  height: 218px;
}
.mv .main-catch {
  position: relative;
  padding-top: 94px;
  padding-left: 60px;
}
.mv .main-catch::before {
  content: '';
  background-image: url(../../img/pc_mv_deco.png);
  width: 553px;
  height: 373px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.mv .main-catch h1 {
  font-size: 84px;
  font-weight: 700;
  color: #245428;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.mv .main-catch p {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 24px;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 600;
}
.mv .main-catch p::before {
  border-top: 1px solid;
  content: '';
  width: 80px;
  color: #245428;
}
.sub-catch {
  padding: 114px 0 0 30px;
}
.sub-catch p:first-child {
  padding-left: 30px;
  padding-bottom: 24px;
}
.sub-catch .crimson {
  color: #245428;
}
.sub-catch .pl16 {
  padding-left: 16px;
  font-weight: 600;
}
.scroll {
  position: relative;
  text-align: center;
  padding-top: 140px;
}
.scroll::before {
  position: absolute;
  content: '';
  background-image: url(../../img/scroll.png);
  width: 13px;
  height: 7px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll p {
  font-size: 12px;
}
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-80px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.top-company {
  position: relative;
  margin-bottom: 168px;
}
.top-company-flex {
  display: flex;
  gap: 136px;
}
.top-company-img {
  position: relative;
  left: -61px;
}
.top-company-img::before {
  position: absolute;
  content: '';
  background-image: url(../../img/pc_top_about_bg.png);
  width: 448px;
  height: 444px;
  top: 186px;
  left: 90px;
  z-index: -1;
}

.top-company-text .text {
  width: 593px;
  padding-bottom: 64px;
}
.top-company-text .text p {
  line-height: 2;
}
.top-company-img2 {
  position: absolute;
  top: 530px;
  right: 0;
}

.top-business {
  padding: 112px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.top-business-title-flex {
  padding-bottom: 146px;
  display: flex;
  gap: 120px;
}
.top-business .title2 {
  position: relative;
  padding-left: 60px;
}
.top-business .title2::before {
  position: absolute;
  content: '';
  background-image: url(../../img/pc_top_business_tittle.png);
  width: 219px;
  height: 75px;
  top: 0;
  left: 30px;
}
.top-business .title2 h2 {
  color: #245428;
  font-size: 40px;
  font-weight: 400;
}
.top-business .title2 p {
  color: #949393;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 600;
}
.top-business .title2-text {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.top-business .title2-text::before {
  position: absolute;
  content: '';
  background: rgba(36, 84, 40, 0.1);
  top: 20px;
  left: -80px;
  width: 800px;
  height: 77px;
}
.top-business .title2-text p {
  position: relative;
}
.top-business .title2-text p::after {
  position: absolute;
  content: '';
  border: 1px solid #245428;
  width: 505px;
  top: 49px;
  right: -335px;
  z-index: 10;
}
.top-business-box-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 112px;
}
.top-business-box {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 112px;
}
.top-business-box::after {
  position: absolute;
  content: '';
  background-image: url(../../img/pc_top-business-deco.png);
  width: 389px;
  height: 282px;
  bottom: -223px;
  right: 0;
}
.top-business-box-title {
  padding-bottom: 48px;
}
.top-business-box-row .top-business-box-title h3 {
  padding-left: 60px;
  padding-bottom: 8px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 600;
}
.top-business-box-row .top-business-box-title h3 span {
  color: #245428;
  font-size: 40px;
  font-weight: 600;
  padding-right: 20px;
}
.top-business-box-row .top-business-box-title p {
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #245428;
  font-size: 20px;
  font-weight: 600;
}
.top-business-box-row .top-business-box-title p::before {
  content: '';
  border: 1px solid #245428;
  width: 22px;
}
.top-business-box-row .pl60 {
  padding-left: 60px;
  line-height: 2;
}
.top-business-box-row .btn {
  padding-left: 60px;
  padding-top: 64px;
}
.top-business-box-row .top-business-box-img p {
  font-size: 15px;
  padding-left: 24px;
}
.top-amusement-img1 {
  padding-bottom: 32px;
}
.top-amusement-img2 {
  padding-left: 60px;
}
.top-amusement-img1 img {
  padding-right: 60px;
  padding-bottom: 8px;
}
.top-amusement-img2 img {
  padding-bottom: 8px;
}
.top-business-box .top-business-box-title h3 {
  padding-left: 30px;
  padding-right: 60px;
  padding-bottom: 8px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 600;
}
.top-business-box .top-business-box-title h3 span {
  color: #245428;
  font-size: 40px;
  font-weight: 600;
  padding-right: 20px;
}
.top-business-box .top-business-box-title p {
  padding-right: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #245428;
  font-size: 20px;
  font-weight: 600;
}
.top-business-box .top-business-box-title p::before {
  content: '';
  border: 1px solid #245428;
  width: 22px;
}
.top-business-box .pl60 {
  padding-left: 30px;
  padding-right: 60px;
}
.top-business-box .btn {
  padding-left: 30px;
  padding-right: 60px;
  padding-top: 64px;
}
.top-business-deco p {
  padding: 112px 0;
  color: rgba(36, 84, 40, 0.1);
  font-size: 96px;
  font-weight: 600;
  text-align: center;
}

.top-access {
  padding-top: 104px;
  margin-bottom: 376px;
}
.top-access .title {
  padding-left: 60px;
}
iframe {
  position: relative;
  left: -60px;
  width: 105%;
  height: 360px;
  padding-bottom: 48px;
}
.top-access-flex {
  display: flex;
  justify-content: space-between;
}
.top-access-adress {
  padding-left: 60px;
}
.top-access-adress p {
  line-height: 2;
}
.top-access .btn {
  padding-right: 140px;
}
