@charset "UTF-8";

br.spc{
	display:none;
}

.hero {
  position: relative;
}
.hero .swiper-button-prev, .hero .swiper-button-next {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  background: #fff;
  transition: auto;
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .hero .swiper-button-prev, .hero .swiper-button-next {
    transform: translate(0, 100%);
  }
	body > section:nth-child(6) > div > div > a > span {
		font-size:1.6rem;
	}
}
.hero .swiper-button-prev::after {
  content: "";
  border: solid 2px #000;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg) translate(0.1rem, -0.2rem);
  border-right: 0;
  border-top: 0;
}
.hero .swiper-button-next::after {
  content: "";
  border: solid 2px #000;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg) translate(-0.3rem, 0.1rem);
  border-bottom: 0;
  border-left: 0;
}
.hero__image img {
  height: 74rem;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .hero__image img {
    height: 54rem;
  }
}
.hero__visual {
  position: relative;
}
.hero__catch-box {
  position: absolute;
  left: 8rem;
  top: 13rem;
}
@media screen and (max-width: 750px) {
  .hero__catch-box {
    position: absolute;
    left: 1.8rem;
    top: 2.8rem;
  }
}
.hero__catch1 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .hero__catch1 {
    margin-bottom: 1.6rem;
  }
}
.hero__catch1 span {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  padding: 1.4rem 2.1rem 1.6rem 1.7rem;
  display: table;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .hero__catch1 span {
    font-size: 1.4rem;
    padding: 1rem 1.1rem 1rem 1.2rem;
  }
}
.hero__catch2 span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background-color: #103D82;
  color: #fff;
  padding: 0.6rem 1rem 0.7rem;
  display: table;
  border-radius: 6px;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 750px) {
  .hero__catch2 span {
    font-size: 1.4rem;
  }
}
.hero__cta-box {
  width: 40rem;
  height: 38.6rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.8rem 4rem 4.2rem;
  position: absolute;
  right: 8rem;
  top: 12.2rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .hero__cta-box {
    display: none;
  }
}
.hero__cta-label {
  background-color: #212121;
  color: #fff;
  font-weight: bold;
  width: 14.6rem;
  margin: auto;
  text-align: center;
  padding: 0.8rem 2rem;
  margin-bottom: 3rem;
}
.hero__cta-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.3rem;
}
.hero__cta-text {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.hero__cta-button {
  border-radius: 6px;
  color: #fff;
  margin: auto;
  display: block;
  padding: 1.3rem;
  background-color: #FF3300;
  text-align: center;
  font-size: 2rem;
  width: 28rem;
  height: 6rem;
}
.hero__swiper {
  position: relative;
  top: -16rem;
  margin-bottom: -16rem;
}
@media screen and (max-width: 750px) {
  .hero__swiper {
    top: -14.3rem;
  }
}

.tours-slider .swiper-container {
  padding-left: 30px;
  padding-bottom: 3rem;
}
.tours-slider a {
  transition: none;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-container {
    padding-left: 15px;
  }
}
.tours-slider .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}
.tours-slider .swiper-slide {
  position: relative;
  left: 0px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
.tours-slider .swiper-slide-prev {
  left: -20px;
  transition: left 0.6s;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide-prev {
    left: -10px;
  }
}
.tours-slider .swiper-slide.swiper-slide-active,
.tours-slider .swiper-slide:nth-of-type(1) {
  flex: 0 0 38%;
  max-width: 38%;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide.swiper-slide-active,
.tours-slider .swiper-slide:nth-of-type(1) {
    flex: 0 0 85%;
    max-width: 85%;
  }
}
.tours-slider .swiper-slide.swiper-slide-active .card__thumbnail,
.tours-slider .swiper-slide:nth-of-type(1) .card__thumbnail {
  flex: 0 0 10.4rem;
}
.tours-slider .swiper-slide.swiper-slide-active .card__thumbnail img,
.tours-slider .swiper-slide:nth-of-type(1) .card__thumbnail img {
  width: 10.4rem;
  height: 14.6rem;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide.swiper-slide-active .card__thumbnail img,
.tours-slider .swiper-slide:nth-of-type(1) .card__thumbnail img {
    width: 7.5rem;
    height: 10.4rem;
  }
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide.swiper-slide-active .card__thumbnail,
.tours-slider .swiper-slide:nth-of-type(1) .card__thumbnail {
    flex: 0 0 7.5rem;
  }
}
.tours-slider .swiper-slide.swiper-slide-active .card__main,
.tours-slider .swiper-slide:nth-of-type(1) .card__main {
  margin-bottom: 1.5rem;
}
.tours-slider .swiper-slide.swiper-slide-active .card__title,
.tours-slider .swiper-slide:nth-of-type(1) .card__title {
  font-size: 2.8rem;
  margin: 0 0 0.6rem;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide.swiper-slide-active .card__title,
.tours-slider .swiper-slide:nth-of-type(1) .card__title {
    font-size: 1.6rem;
  }
}
.tours-slider .swiper-slide.swiper-slide-active .card__read,
.tours-slider .swiper-slide:nth-of-type(1) .card__read {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide.swiper-slide-active .card__read,
.tours-slider .swiper-slide:nth-of-type(1) .card__read {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
}
.tours-slider .swiper-slide.swiper-slide-active .card__term,
.tours-slider .swiper-slide:nth-of-type(1) .card__term {
  font-size: 1.6rem;
  padding: 0.8rem 1.8rem;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide.swiper-slide-active .card__term,
.tours-slider .swiper-slide:nth-of-type(1) .card__term {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
    white-space: nowrap;
  }
}
.tours-slider .swiper-slide.swiper-slide-active .card__links-button,
.tours-slider .swiper-slide:nth-of-type(1) .card__links-button {
  font-size: 1.8rem;
  padding: 1.3rem 1.5rem;
}
@media screen and (max-width: 750px) {
  .tours-slider .swiper-slide.swiper-slide-active .card__links-button,
.tours-slider .swiper-slide:nth-of-type(1) .card__links-button {
    font-size: 1.4rem;
  }
}
.tours-slider .card {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.tours-slider .card__inner {
  padding: 1.5rem;
}
.tours-slider .card__main {
  display: flex;
  margin: 0 0 1.6rem;
}
.tours-slider .card__thumbnail {
  flex: 0 0 7.9rem;
  margin: 0 1.2rem 0 0;
}
.tours-slider .card__thumbnail img {
  width: 7.9rem;
  height: 11.8rem;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .tours-slider .card__thumbnail img {
    width: 60.9rem;
    height: 10.1rem;
  }
}
@media screen and (max-width: 750px) {
  .tours-slider .card__thumbnail {
    flex: 0 0 7.5rem;
  }
}
.tours-slider .card__title {
  font-weight: bold;
  font-size: 1.6rem;
  margin: -0.4rem ​0 0.4rem;
}
@media screen and (max-width: 750px) {
  .tours-slider .card__title {
    font-size: 1.3rem;
  }
}
.tours-slider .card__read {
  font-size: 1.4rem;
  margin: 0 0 0.6rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
  .tours-slider .card__read {
    font-size: 1.1rem;
  }
}
.tours-slider .card__taxonomy {
  display: flex;
  flex-wrap: wrap;
}
.tours-slider .card__term {
  font-weight: bold;
  font-size: 0.2rem;
  padding: 0.4rem 1rem;
  border: 1px solid #212121;
  margin: 0 0.6rem .5rem 0;
  border-radius: 3px;
}
@media screen and (max-width: 750px) {
  .tours-slider .card__term {
    font-size: 0.8rem;
    margin-bottom: .5rem;
  }
}
.tours-slider .card__links {
  display: flex;
  justify-content: space-between;
}
.tours-slider .card__links-button {
  font-size: 1.4rem;
  color: #fff;
  padding: 0.6rem 1.5rem 0.7rem;
  border-radius: 3px;
  flex: 0 0 49%;
  max-width: 49%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .tours-slider .card__links-button {
    font-size: 1.1rem;
  }
}
.tours-slider .card__links-button:nth-of-type(1) {
  background: #212121;
}
.tours-slider .card__links-button:nth-of-type(2) {
  background: #103D82;
}

.title-big {
  font-size: 20rem;
  color: #00a6ff;
  opacity: .3;
  font-weight: bold;
  font-family: "Helvetica";
}
@media screen and (max-width: 750px) {
  .title-big {
    font-size: 14rem;
  }
}

.title-small {
  color: #999999;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Helvetica";
  margin-bottom: 1rem;
  line-height: 1;
  display: inline-block;
}

/* about */
.about {
  padding-top: 7rem;
  padding-top: 20rem;
  position: relative;
  margin-bottom: -8rem;
}
@media screen and (max-width: 750px) {
  .about {
    padding-top: 9rem;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 160%;
  z-index: -1;
  left: 0;
  top: 6rem;
  background-image: url(../../images/top/bg-about.png);
  background-size: 100%;
  background-position: 0rem top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .about::before {
    top: 2rem;
    background-image: url(../../images/top/bg-about_sp.png);
  }
}
.about__title {
  position: absolute;
  left: -9rem;
  top: -19.5rem;
}
@media screen and (max-width: 750px) {
  .about__title {
    left: 0.3rem;
    top: -10.9rem;
  }
}
@media screen and (max-width: 750px) {
  .about__title-small {
    margin-bottom: 2.5rem;
  }
}
.about__inner {
  position: relative;
}
.about__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .about__row {
    flex-direction: column-reverse;
  }
}
.about__left {
  flex: 0 0 35%;
  max-width: 35%;
  transform: translate(-4rem, -4rem);
}
.about__left img {
  width: 31rem;
}
@media screen and (max-width: 750px) {
  .about__left {
    flex: 0 0 100%;
    max-width: 35rem;
    position: absolute;
    top: 22.5rem;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
  }
  .about__left img {
    width: 100%;
  }
}
.about__right {
  flex: 0 0 65.5%;
  max-width: 65.5%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .about__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.about__read {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .about__read {
    font-size: 2.8rem;
    line-height: 4.8rem;
    white-space: nowrap;
    padding-bottom: 18rem;
  }
}
.about__text {
  line-height: 2;
  margin-bottom: 4rem;
  color: #707070;
}
@media screen and (max-width: 750px) {
  .about__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}
.about__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .about__items {
    display: block;
  }
}
.about__item {
  flex: 0 0 26.95%;
  max-width: 26.95%;
}
@media screen and (max-width: 750px) {
  .about__item {
    max-width: 100%;
  }
  .about__item + .about__item {
    margin-top: 2.5rem;
  }
}
.about__item-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .about__item-title {
    text-align: center;
  }
}
.about__item-text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #707070;
}
.about__item-figure {
  margin-bottom: 1rem;
}
.about__content {
  margin-top: -3.4rem;
  margin-bottom: -3.4rem;
}
@media screen and (max-width: 750px) {
  .about__content {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.tour {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 11.5rem;
  text-align: center;
  background-image: url(../../images/top/bg-tour.png);
  background-size: 41.3rem;
  background-position: right 25rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .tour {
    background-image: url(../../images/top/bg-tour_sp.png);
    background-position: top 0 right 0rem;
    background-size: 100%;
    overflow: hidden;
    padding-bottom: 4rem;
    padding-top: 5rem;
  }
}
.tour__title {
  position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .tour__title {
    top: 0;
    left: 0;
    transform: none;
  }
}
.tour__title-small {
  margin-bottom: 2.8rem;
}
.tour__read {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 750px) {
  .tour__read {
    font-size: 2rem;
    line-height: 3.3rem;
  }
}
.tour__read::before {
  content: "";
  display: inline-block;
  border-left: 3px solid;
  height: 100%;
  position: absolute;
  transform: rotate(-25deg) translate(-1.7rem, -0.8rem);
}
@media screen and (max-width: 750px) {
  .tour__read::before {
    transform: rotate(-25deg) translate(-4rem, -1.5rem);
  }
}
.tour__read::after {
  content: "";
  display: inline-block;
  border-left: 3px solid;
  height: 100%;
  position: absolute;
  transform: rotate(25deg) translate(1.2rem, -0.6rem);
}
@media screen and (max-width: 750px) {
  .tour__read::after {
    transform: rotate(25deg) translate(0.5rem, -3.5rem);
  }
}
.tour__subtitle {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .tour__subtitle {
    font-size: 3.2rem;
    margin: 1rem 0 4.8rem;
  }
}
.tour__content {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
}
@media screen and (max-width: 750px) {
  .tour__content {
    padding-top: 6rem;
  }
}
.tour__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .tour__items {
    display: block;
  }
}
.tour__item {
  flex: 0 0 45%;
  max-width: 45%;
}
@media screen and (max-width: 750px) {
  .tour__item {
    display: block;
    position: relative;
    max-width: 91.5%;
    margin: auto;
    margin-bottom: 5.5rem;
  }
  .tour__item:last-child {
    margin-bottom: 0;
  }
}
.tour__item-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  white-space: nowrap;
  word-break: keep-all;
}
.tour__item-figure {
  margin-bottom: 4.2rem;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .tour__item-figure {
    position: absolute;
    top: 16rem;
  }
}
.tour__item-no {
  color: #999999;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.tour__item-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .tour__item-title {
    margin-bottom: 26.6rem;
  }
}
.tour__item-text {
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #707070;
  text-align: left;
}

.farms {
  position: relative;
  padding-top: 7rem;
  padding-top: 18.5rem;
  position: relative;
  padding-bottom: 17rem;
  background-image: url("../../images/top/bg-farms.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 47rem;
}
@media screen and (max-width: 750px) {
  .farms {
    background-image: url("../../images/top/bg-farms_sp.png");
    overflow: hidden;
    padding-top: 6.5rem;
    padding-bottom: 7rem;
    background-size: 100%;
    background-position: 0rem 41rem;
  }
}
.farms__inner {
  position: relative;
}
.farms__title {
  position: absolute;
  left: -9rem;
  top: -18.5rem;
}
@media screen and (max-width: 750px) {
  .farms__title {
    top: -4.5rem;
    left: 0;
  }
}
.farms__title-small {
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .farms__title-small {
    margin-bottom: 3.5rem;
  }
}
.farms__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 750px) {
  .farms__row {
    margin-bottom: 4.5rem;
    display: block;
  }
}
.farms__left {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .farms__left {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.farms__left span {
  display: block;
  font-size: 4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .farms__left span {
    font-size: 3.2rem;
  }
}
.farms__right {
  color: #707070;
  font-size: 1.8rem;
  line-height: 2;
  flex: 0 0 53.65%;
  max-width: 53.65%;
}
@media screen and (max-width: 750px) {
  .farms__right {
    max-width: 100%;
  }
}
.farms__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .farms__content {
    padding-top: 6rem;
  }
}
.farms__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .farms__items {
    display: block;
    margin-bottom: 3rem;
  }
}
.farms__item {
  flex: 0 0 47.5%;
  max-width: 47.5%;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 750px) {
  .farms__item {
    max-width: 100%;
    margin-bottom: 4.7rem;
  }
  .farms__item:last-child {
    margin-bottom: 0;
  }
  .irg1.cta-button-text {
    display: block;
    padding: 1.5rem 0;
}
