@charset "utf-8";


/* ---------------------------------------------------------
 * #fv
** --------------------------------------------------------- */
#fv {
  position: relative;
  padding-top: 30px;
}
#fv .slider_wrapper {
  position: relative;
  max-width: 90%;
  width: 1160px;
  padding: 30px;
  margin-left: auto;
  background-color: #D9EFDE;
  border-radius: 50px 0 0 50px;
}
#fv .swiper {
  overflow: initial;
}
#fv .swiper-wrapper {
}
#fv .swiper-slide {
}
#fv .swiper-slide img {
  max-width: 100%;
}
#fv .swiper-pagination {
  width: 30px;
  bottom: 0;
  right: -30px;
  left: auto;
  top: 0;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
#fv .swiper-pagination > span {
  background-color: #fff;
  opacity: 0.5;
}
#fv .swiper-pagination > .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
#fv .content {
  position: absolute;
  z-index: 2;
  top: 130px;
  bottom: 0;
  left: 100px;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
#fv .content .ttl {
  color: #326D3F;
  font-size: 52px;
  letter-spacing: 17px;
	text-shadow: 1px 1px 0 #e7e7e7, -1px -1px 0 #e7e7e7, -1px 1px 0 #e7e7e7, 1px -1px 0 #e7e7e7, 0px 1px 0 #e7e7e7, 0 -1px 0 #e7e7e7, -1px 0 0 #e7e7e7, 1px 0 0 #e7e7e7;
}
#fv .content p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 3px;
	text-shadow: 1px 1px 0 #e7e7e7, -1px -1px 0 #e7e7e7, -1px 1px 0 #e7e7e7, 1px -1px 0 #e7e7e7, 0px 1px 0 #e7e7e7, 0 -1px 0 #e7e7e7, -1px 0 0 #e7e7e7, 1px 0 0 #e7e7e7;
}
@media (max-width: 519px) {
  #fv .slider_wrapper {
    padding: 15px 30px 15px 15px;
    margin-left: auto;
    background-color: #D9EFDE;
    border-radius: 25px 0 0 25px;
  }
  #fv .content {
    position: static;
  }
  #fv .content .ttl {
    width: fit-content;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 10px;
    font-size: 32px;
    letter-spacing: 5px;
  }
  #fv .content p {
    padding-inline: 10px;
  }
}


/* ---------------------------------------------------------
 * #concept
** --------------------------------------------------------- */
#concept {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
#concept .imgs {
}
#concept .imgs img {
  position: relative;
  max-width: 100%;
}
#concept .img01 {
  z-index: 3;
  top: 28px;
  left: 164px;
}
#concept .img02 {
  z-index: 2;
}
#concept .img03 {
  z-index: 1;
  top: -35px;
  left: 193px;
}
#concept .content {
  width: fit-content;
  padding: 120px 130px 130px;
  background-color: #EBF5ED;
  border-radius: 50px 0 0 50px;
}
#concept .ttl_en {
  color: #326D3F;
}
#concept h2 {
  font-size: 36px;
  letter-spacing: 10px;
}
#concept h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 30px;
  background-color: #326D3F;
}
#concept p {
  max-width: 500px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
}
#concept .btn_area {
  margin-top: 30px;
}
#concept .btn_area a {
}
@media (max-width: 1439px) {
  #concept .imgs {
  }
  #concept .img01 {
    left: 54px;
    width: calc(58400vw / 1440);
  }
  #concept .img02 {
    width: calc(29600vw / 1440);
  }
  #concept .img03 {
    left: 60px;
    width: calc(40200vw / 1440);
  }
  #concept .content {
    padding: 60px 70px 70px;
    border-radius: 25px 0 0 25px;
  }
}
@media (max-width: 519px) {
  #concept {
    display: block;
    margin-top: 80px;
  }
  #concept .imgs {
    overflow: hidden;
  }
  #concept .img01 {
    left: 54px;
    width: auto;
  }
  #concept .img02 {
    width: auto;
  }
  #concept .img03 {
    left: 60px;
    width: auto;
  }
  #concept .content {
    margin-left: 10px;
    padding: 40px 30px 30px;
  }
  #concept h2 {
    font-size: 28px;
    letter-spacing: 5px;
  }
}


/* ---------------------------------------------------------
 * #sekou
** --------------------------------------------------------- */
#sekou {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 120px;
  background-image: url("../img/top_sekou_bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
#sekou h2 {
  font-size: 20px;
  text-align: center;
}
#sekou h2 img {
  width: 50px;
  margin-bottom: 10px;
}
#sekou h2 span {
  font-size: 36px;
  letter-spacing: 10px;
}
#sekou .content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 70px;
}
#sekou .content > div {
}
#sekou .en {
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 20px;
  border-left: 1px solid;
}
#sekou .ttl {
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 5px;
}
#sekou .img {
  margin-top: 15px;
}
#sekou .img img {
  max-width: 100%;
}
#sekou p {
  margin-top: 20px;
  font-size: 15px;
}
#sekou .btn_area {
  margin-top: 20px;
  text-align: center;
}
#sekou .btn_area a {
}
@media (max-width: 519px) {
  #sekou h2 {
    font-size: 16px;
  }
  #sekou h2 span {
    font-size: 28px;
    letter-spacing: 5px;
  }
  #sekou .content {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  #sekou .en {
    padding-left: 16px;
  }
  #sekou .ttl {
    font-size: 20px;
  }
}


/* ---------------------------------------------------------
 * #news
** --------------------------------------------------------- */
#news {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#news .en {
  color: #326D3F;
}
#news h2 {
  font-size: 36px;
  letter-spacing: 10px;
}
#news h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 20px;
  margin-inline: auto;
  background-color: #326D3F;
}
#news .lead {
  margin-top: 20px;
  font-size: 15px;
}
#news .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
}
#news .content a {
  transition: all ease 0.3s;
}
#news .content a:hover {
  opacity: 0.7;
}
#news .img {
  aspect-ratio: 3 / 2;
  border-radius: 30px;
  overflow: hidden;
}
#news .img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#news .data {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}
#news .ttl {
  margin-top: 5px;
  font-size: 18px;
  text-align: left;
}
#news .btn_area {
  margin-top: 50px;
}
#news .btn_area a {
}
@media (max-width: 519px) {
  #news h2 {
    font-size: 28px;
    letter-spacing: 5px;
  }
  #news .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #news .data {
    margin-top: 10px;
  }
}


/* ---------------------------------------------------------
 * #about
** --------------------------------------------------------- */
#about {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url("../img/top_about_bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: calc(100000% / 1440);
}
#about .wrapper {
}
#about .inner {
}
#about .en {
  color: #326D3F;
}
#about h2 {
  font-size: 36px;
  letter-spacing: 10px;
}
#about h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 40px;
  background-color: #326D3F;
}
#about .box {
  width: fit-content;
  margin-top: 40px;
  padding: 50px 60px 60px;
  background-color: #EBF5ED;
  border-radius: 50px;
}
#about table {
}
#about th,
#about td {
  padding: 20px 10px;
  border-bottom: 1px solid #5E9169;
  vertical-align: middle;
}
#about th {
  width: 140px;
}
#about td {
}
#about td a {
  text-decoration: underline;
}
#about td a:hover {
  text-decoration: none;
}
@media (max-width: 519px) {
  #about {
    padding-top: 0;
    background-image: none;
  }
  #about h2 {
    font-size: 28px;
    letter-spacing: 5px;
  }
  #about h2::after {
    margin-top: 20px;
  }
  #about .box {
    width: 100%;
    margin-top: 30px;
    padding: 20px 30px 30px;
    border-radius: 20px;
  }
  #about th,
  #about td {
    display: block;
  }
  #about th {
    width: auto;
    border-bottom: none;
    padding-bottom: 10px;
  }
  #about td {
    padding-top: 0;
  }
}