@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #333333;
  --color-white: #ffffff;
  --color-primary: #7AB533;
  --color-txt-gold: #9A7D53;
  --color-brown: #594A2A;
  --color-bgBeige: #F6F5F2;
}

/*================================================
 *  splash
 ================================================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: var(--color-bgBeige);
  display: flex;
  overflow: hidden;
}
#splash::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/ft_ill02.png);
  width: 58.56vw;
  height: 10.61vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#splash_logo {
  width: 260px;
  margin: auto;
}
@media screen and (max-width:768px) {
  #splash::before {
    background-image: url(../images/ft_ill02-sp.png);
    width: 100vw;
    height: 32vw;
  }
}

/*================================================
 *  main
 ================================================*/
#main {
  position: relative;
  height: 82vh;
  background: url(../images/mv.jpg) no-repeat center/cover;
}

/* main__ttl */
.main__ttl {
  position: absolute;
  bottom:  49.51%;
  left: 0;
  background: var(--color-white);
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 1.46vw 13px 9.75vw;
  line-height: 1.55;

  opacity: 0;
}
.main__ttl span:first-of-type {
  font-size: clamp(1.7rem, 1.61vw, 3rem);
  color: var(--color-brown);
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
}
.main__ttl span:nth-of-type(2) {
  font-family: 'Arsenal', sans-serif;
  color: var(--color-txt-gold);
  display: block;
  text-transform: capitalize;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
/* mv__btn */
.mv__btn {
  position: absolute;
  right: 20px;
  text-align: center;
  width: clamp(360px, 30.74vw, 560px);
  background: var(--color-bgBeige);
  line-height: 1.3;


  bottom: 5px;
  opacity: 0;
}
.mv__btn a {
  color: var(--color-brown);
  font-size: clamp(1.8rem, 1.317vw, 2.5rem);
  padding: 8px 0 12px;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .4s;
}
.mv__btn a:hover {
  opacity: 1;
  background: var(--color-white);
}
.mv__btn a span:first-of-type {
  font-family: 'Arsenal', sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  font-weight: bold;
}
.mv__btn a span span {
  color: var(--color-primary);
}
.mv__btn a span:nth-of-type(2) {
  position: relative;
  padding-right: 45px;
}
.mv__btn a span:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background-image: url(../images/btn_arrow.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.mv__btn a:hover span:nth-of-type(2)::before {
  right: -10px;
}


/*= * active ===================*/
.main__ttl.mv_active {
  opacity: 1;
  transition: all .8s;
  transition-delay: 0.6s;
  bottom: 51.11%;
}
.mv__btn.mvBtn_active {
  opacity: 1;
  transition: all .8s;
  transition-delay: 1s;
  bottom: 15px;
}


@media screen and (max-width:1024px) {
  #main {
    height: 55.41vh;
    background: url(../images/mv_sp.jpg) no-repeat center/cover;
  }
  .main__ttl {
    /* top: 62.22%; */
    bottom: 22.88%;
    padding: 10px 1.866vw 7px 2.666vw;
  }
  .main__ttl span:nth-of-type(2) {
    font-size: 1rem;
  }
  /* mv__btn */
  .mv__btn {
  /* bottom: -25px; */
    bottom: -35px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(275px, 73.33vw, 330px);
  }
  .mv__btn a {
    font-size: 1.4rem;
  }
  .mv__btn a span:first-of-type {
    font-size: 1rem;
  }
  .mv__btn a span:nth-of-type(2) {
    padding-right: 35px;
  }
  .mv__btn a span:nth-of-type(2)::before {
    width:  25px;
    height: 25px;
  }

  /*= * active ===================*/
  .main__ttl.mv_active {
    bottom: 25.11%;
  }
  .mv__btn.mvBtn_active {
    bottom: -25px;
  }
}
/*================================================
 *  topAbout
================================================*/
#topAbout {
  padding: 70px 0 50px;
}
#topAbout::before {
  position: absolute;
  content: "";
  width: 38.06vw;
  height: 24.15vw;
  background: var(--color-bgBeige);
  top: 160px;
  right: 0;
  min-width: 335px;
}
/* ill */
/* tree */
#topAbout::after {
  position: absolute;
  content: "";
  background-image: url(../images/ill_about01.png);
  width: clamp(200px ,21.96vw, 900px);
  height: clamp(86px, 9.51vw, 389px);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  bottom: 5.124vw;
  left: 3.66vw;
}
#topAbout ul {
  flex-wrap: nowrap;
}
/* topAbout li first-child */
#topAbout ul li:first-child {
  width: 43%;
  position: relative;
}
#topAbout ul li:first-child img {
  display: block;
}
#topAbout ul li:first-child img:first-of-type {
  width: 82.5%;
  min-width: 300px;
  padding: 0 10px 36% 0;
}
#topAbout ul li:first-child img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 59%;
  min-width: 220px;
}

/* topAbout li nth-child(2) */
#topAbout ul li:nth-child(2) {
  padding-left: 6.89%;
  width: 52.6%;
  min-width: 440px;
}
#topAbout h2 {
  margin-bottom: 60px;
  position: relative;
}
/* ill */
#topAbout h2::before {
  position: absolute;
  content: "";
  background-image: url(../images/ill_about02.png);
  width: 6.149vw;
  height: 6.66vw;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  top: 2.17%;
  right: -1.13%;
  z-index: 1;
}
#topAbout h2 img {
  width: clamp( 280px, 24vw, 400px);
}
#topAbout h3 {
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
#topAbout p {
  margin-bottom: 20px;
}
#topAbout .btnArea {
  margin-top: 40px;
}

@media screen and (max-width:768px) {
  #topAbout {
    padding: 45px 0 120px;
  }
  #topAbout::before {
    width: 100%;
    height: 54.66vw;
    top: 85px;
    min-width: unset;
    max-height: 310px;
  }
  /* tree */
  #topAbout::after {
    width: clamp(180px, 39vw, 240px);
    height: clamp(78px, 16.92vw, 104px);
    bottom: 45px;
    left: 15px;
  }
  #topAbout ul {
    flex-wrap: wrap;
    min-width: unset;
    max-width: 600px;
    position: relative;
  }
  /* ill */
  #topAbout ul::before {
    position: absolute;
    content: "";
    background-image: url(../images/ill_about02.png);
    width: clamp(50px, 12vw, 75px);
    height: clamp(54px, 13vw, 82px);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    top: 0px;
    right: 10px;
    z-index: 1;
  }
  #topAbout ul li:first-child,
  #topAbout ul li:nth-child(2) {
    width: 100%;
    padding-left: 0;
    min-width: unset;
  }
  #topAbout ul li:first-child {
    max-width: 400px;
    margin: 0 auto 5px;
  }
  #topAbout ul li:first-child img:first-of-type,
  #topAbout ul li:first-child img:nth-of-type(2) {
    min-width: unset;
  }
  #topAbout h2 {
    margin-bottom: 40px;
  }
  #topAbout h2::before {
    content: none;
  }
  #topAbout h2 img {
    width: clamp(220px, 65.33vw ,300px);
  }
  #topAbout .btnArea {
    margin-top: 30px;
  }
}

/*================================================
* topService
================================================*/
#topService {
  background: var(--color-bgBeige);
}
#topService::before,
#topService::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}
#topService::before {
  background-image: url(../images/srv_circle01.png);
  width: 21.96vw;
  height: 2.196vw;
  top: -2.196vw;
  left: 0;
}
#topService::after {
  background-image: url(../images/srv_circle02.png);
  width: 21.96vw;
  height: 3.66vw;
  bottom: -3.66vw;
  right: 0;
}
/* ill */
#topService .topService__inner::before,
#topService .topService__inner::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: 1;
}
#topService .topService__inner::before {
  background-image: url(../images/ill_srv01.png);
  width: clamp(100px, 11.93vw, 163px);
  height: clamp(56px, 6.67vw, 91px);
  bottom: 4.758vw;
  left: 4.02vw;
}
#topService .topService__inner::after {
  background-image: url(../images/ill_srv02.png);
  width: clamp(160px, 17.93vw, 245px);
  height: clamp(117px, 13.03vw, 178px);
  bottom: -1.83vw;
  right: 2.19vw;
}

#topService ul {
  padding-bottom: 5.124vw;
}
#topService ul li {
  width: 31.89%;
  padding: 35px 1.89% 25px;
  background: #FDFDFA;
  display: flex;
  flex-direction: column;
}
#topService ul li>img:first-of-type {
  width: 85px;
  display: block;
  margin: 0 auto 5px;
}
#topService ul li h3 {
  text-align: center;
  font-size: clamp(2rem, 1.61vw, 2.2rem);
  margin-bottom: 5px;
}
#topService ul li h3 span {
  font-size: 1.3rem;
  color: var(--color-txt-gold);
  display: block;
}
#topService ul li p {
  font-size: 1.2rem;
  line-height: 1.65;
  flex-grow: 1;
}
#topService ul li figure {
  width: 73%;
  margin: 5px auto 0;
}
@media screen and (max-width:768px) {
  #topService {
    padding-bottom: 120px;
  }
  #topService::before {
    width: 200px;
    height: 20px;
    top: -20px;
  }
  #topService::after {
    width: 200px;
    height: 33px;
    bottom: -33px;
  }
  #topService .topService__inner::before {
    bottom: 40px;
    left: 0;
  }
  #topService .topService__inner::after {
    bottom: -115px;
    right: 0;
    width: clamp(160px, 31.9vw, 200px);
    height: clamp(117px, 23.17vw, 146px);
  }
  #topService .wide_wrap {
    padding: 0 10px;
  }
  #topService .topService__inner,
  #topService ul {
    max-width: 700px;
    margin: 0 auto;
  }
  #topService ul {
    padding-bottom: 0;
  }
  #topService ul li {
    width: 48%;
    margin: 0 auto 20px;
    padding: 25px 1.89% 15px;
  }
  #topService ul li:last-child {
    margin-bottom: 0;
  }
  #topService ul li>img:first-of-type {
    width: 65px;
    margin: 0 auto;
  }
  #topService ul li h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:540px) {
  #topService ul li {
    width: 100%;
  }
}

/*================================================
* topEvent
================================================*/
#topEvent h2 {
  margin-bottom: 0;
}
#topEvent .swiper-wrapper {
  padding: 50px 0 60px;
}
#topEvent .swiper-slide {
  background: var(--color-bgBeige);
  height: 100%;
  position: relative;
  padding-bottom: 60px;
}
/* ill */
#topEvent .swiper-slide.slide02::before,
#topEvent .swiper-slide.slide04::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}
#topEvent .swiper-slide.slide02::before {
  background-image: url(../images/ill_ev01.png);
  width: 66px;
  height: 76px;
  bottom: -30px;
  left: -30px;
}
#topEvent .swiper-slide.slide04::before {
  background-image: url(../images/ill_ev02.png);
  width: 84px;
  height: 82px;
  top: -50px;
  left: -30px;
}

/* swiper-slide */
#topEvent .swiper-slide img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#topEvent .swiper-slide div {
  background: var(--color-bgBeige);
  padding: 15px 1.46vw 0;
}
#topEvent .swiper-slide div p {
  margin-bottom: 0;
}
#topEvent .swiper-slide div p span {
  color: var(--color-brown);
  font-size: 1.2rem;
  font-weight: bold;
}
#topEvent .swiper-slide div a {
  color: var(--color-txt-gold);
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#topEvent .swiper-slide div a span {
  position: relative;
  padding-right: 30px;
}
#topEvent .swiper-slide div a span::before {
  position: absolute;
  content: "";
  background-image: url(../images/btn_slide.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
#topEvent .swiper-slide div a:hover {
  opacity: 1;
}
#topEvent .swiper-slide div a:hover span::before {
  right: -8px;
}
#topEvent  .btnArea {
  margin: 0;
}
@media screen and (max-width:768px) {
  #topEvent .swiper-wrapper {
    padding: 40px 0 30px;
  }
  #topEvent .swiper-slide.slide04::before {
    top: -40px;
    left: -20px;
  }
}
@media screen and (max-width:540px) {
  #topEvent .swiper-slide.slide02::before {
    width: 50px;
    height: 58px;
    bottom: -25px;
    left: -20px;
  }
  #topEvent .swiper-slide.slide04::before {
    width: 60px;
    height: 59px;
    top: -30px;
  }
}


/*================================================
* topNews
================================================*/
#topNews {
  font-size: 1.6rem;
  padding-bottom: 115px;
  overflow: hidden;
}
#topNews .flex.ai-end {
  flex-wrap: nowrap;
}
/* news__list */
#topNews .news__list {
  width: 64%;
  padding-right: 10px;
}
#topNews .news__list ul li {
  margin-bottom: 2.56vw;
  line-height: 1.6;
}
#topNews .news__list ul li a:hover {
  opacity: 1;
  color: var(--color-txt-gold);
}
#topNews .news__list ul li a p {
  margin: 0;
}
#topNews .news__list ul li a p:first-of-type {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: var(--color-brown);
  font-weight: bold;
  margin-left: 3px;
}
#topNews .news__list ul li a p:first-of-type span {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 0 5px;
  margin-left: 10px;
}

/* social */
#topNews .social {
  width: 30%;
  min-width: 260px;
  position: relative;
  text-align: center;
}
/* ill */
#topNews .social::before,
#topNews .social::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}
#topNews .social::before {
  background-image: url(../images/ill_news01.png);
  width: 9.07vw;
  height: 9.29vw;
  top: 0;
  right: -4.71vw;
}
#topNews .social::after {
  background-image: url(../images/ill_news02.png);
  width: 16.83vw;
  height: 3.29vw;
  bottom: -10px;
  right: -7.32vw;
}

#topNews .social a {
  margin-bottom: 10px;
  display: block;
}
#topNews .social iframe {
  width: 100% !important;
  height: 385px !important;
}
@media screen and (max-width: 768px) {
  #topNews {
    font-size: 1.4rem;
    padding-bottom: 50px;
  }
  #topNews .wrap {
    max-width: 730px;
  }
  #topNews .flex.ai-end {
      flex-wrap: wrap;
    }
  #topNews .news__list {
    width: 100%;
    padding: 0 0 20px;
  }
  #topNews .news__list ul li {
    margin-bottom: 30px;
  }
  #topNews .social {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    min-width: unset;
  }
  #topNews .social::before {
    width: 100px;
    height: 103px;
    top: 0;
    right: -15px;
  }
  #topNews .social::after {
    width: 220px;
    height: 43px;
    right: -15px;
  }
  #topNews .social iframe {
    width: 100% !important;
    height: 430px !important;
  }
}


/*================================================
* img__sect
================================================*/
#img__sect {
  padding: 0;
      height: 100%;
}
.slide__list--inner {
  pointer-events: none;
}
.sect-swiper .swiper-wrapper {
  transition-timing-function: linear;
  pointer-events: none;
}
.sect-swiper .swiper-slide img {
  height: auto;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width:768px) {

}

/*================================================
* topFaq
================================================*/
#topFaq {
  background: var(--color-bgBeige);
  height: 100%;
}
#topFaq::before {
  position: absolute;
  content: "";
  background: url(../images/bg_faq.png) no-repeat center top/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* ill */
#topFaq .wide_wrap::before,
#topFaq .wide_wrap::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}
#topFaq .wide_wrap::before {
  background-image: url(../images/ill_faq01.png);
  width: 147px;
  height: 203px;
  bottom: -80px;
  left: 0;
}
#topFaq .wide_wrap::after {
  background-image: url(../images/ill_faq02.png);
  width: 75px;
  height: 40px;
  top: 5.12vw;
  right: 10.61vw;
}
/* アコーディオン */
#ac-menu {
  width: 51.24%;
  min-width: 700px;
  margin: 0 auto;
  position: relative;
}
#ac-menu li {
  margin-top: 35px;
}
#ac-menu .label {
  cursor: pointer;
  padding: 25px 60px 24px 75px;
  font-size: 1.8rem;
  background: var(--color-white);
  position: relative;
  transition: all .3s;
}
#ac-menu .label:hover {
  color: var(--color-txt-gold);
}
#ac-menu .label::before {
  position: absolute;
  content: "Q";
  left: 20px;
  top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-white);
  background: var(--color-brown);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

/* 矢印 */
#ac-menu .label::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_faq.png);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  top: 35px;
  right: 30px;
  transition: all .3s;
}
#ac-menu .label.open::after {
  transform: rotate(45deg);
}
/* open */
#ac-menu .detail {
  display: none;
  background: var(--color-white);
  padding: 0 15px 10px 15px;
}
#ac-menu .detail p {
  font-size: 1.4rem;
  background: var(--color-bgBeige);
  padding: 24px 10px 18px 75px;
  margin: 0;
  position: relative;
}
#ac-menu .detail p::before {
  position: absolute;
  content: "A";
  left: 20px;
  top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-white);
  background: var(--color-primary);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
#ac-menu .detail p a {
  color: var(--color-primary);
  border-bottom: 1px solid;
}
#ac-menu .detail p a:hover {
  color: var(--color-txt-gold);
}
@media screen and (max-width: 768px) {
  #topFaq {
    overflow: hidden;
  }
  #topFaq .wide_wrap::before {
    width: 230px;
    height: 318px;
    bottom: -90px;
    left: -70px;
  }
  #topFaq .wide_wrap::after {
    width: 65px;
    height: 35px;
    right: 0;
  }
  #ac-menu {
    width: 100%;
    max-width: 700px;
    min-width: unset;
  }
  #ac-menu li {
    margin-top: 15px;
  }
  #ac-menu .label {
    padding: 15px 30px 15px 40px;
    font-size: 1.4rem;
  }
  #ac-menu .label::before {
    left: 8px;
    top: 17px;
    font-size: 1.4rem;
    width: 25px;
    height: 25px;
  }
  #ac-menu .label::after {
    width: 13px;
    height: 13px;
    right: 13px;
    top: 22px;
  }
  #ac-menu .detail {
    padding: 0 5px 10px 5px;
  }
  #ac-menu .detail p {
    padding: 10px 10px 10px 28px;
    font-size: 1.3rem;
  }
  #ac-menu .detail p::before {
    left: 4px;
    top: 10px;
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
  }
}

