@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 768px) {
  .message_wrap .txtbox .lineheight22 {
    padding-left: clamp(20px, 5vw, 40px);
    padding-right: clamp(20px, 5vw, 40px);
    text-align: left;
  }
}
.service_wrap {
  position: relative;
  background: #f3f0e8;
  overflow: hidden;
}
.service_wrap .service_en {
  position: absolute;
  right: clamp(30px, 6vw, 90px);
  top: clamp(70px, 4vw, 100px);
  z-index: 3;
  font-size: clamp(70px, 8vw, 88px);
  line-height: 1;
  letter-spacing: .06em;
  transform: rotate(-8deg);
}
.service_wrap .service_item {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto clamp(44px, 6vw, 70px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 5vw, 80px);
  flex-wrap: nowrap;
  text-decoration: none;
  color: inherit;
  transition: .3s;
  padding-left: clamp(20px, 4vw, 40px);
}
.service_wrap .service_item:last-child {
  margin-bottom: 0;
}
.service_wrap .txtbox {
  width: 28%;
  align-items: center;
  text-align: center;
  min-width: 212px;
}
.service_wrap .txtbox h2 {
  line-height: 1.05;
  letter-spacing: .18em;
}
.service_wrap .txtbox .jp {
  letter-spacing: .12em;
}
.service_wrap .txtbox .lead1 {
  line-height: 2;
  letter-spacing: .08em;
}
.service_wrap .imgbox {
  width: 72%;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  aspect-ratio: 2.2 / 1;
}
.service_wrap .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .4s;
}
.service_wrap .service_item:hover .imgbox img {
  transform: scale(1.04);
}
@media screen and (max-width:1080px) {
  .service_wrap .service_item {
    flex-direction: row;
    gap: clamp(24px, 4vw, 50px);
  }
  .service_wrap .txtbox {
    width: 30%;
  }
  .service_wrap .imgbox {
    width: 70%;
  }
}
@media screen and (max-width:768px) {
  .service_wrap .service_item {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 50px;
  }
  .service_wrap .txtbox {
    width: 34%;
  }
  .service_wrap .imgbox {
    width: 66%;
    border-radius: 8px 0 0 8px;
    aspect-ratio: 1.8 / 1;
  }
  .service_wrap .txtbox .lead1 {
    text-align: left;
  }
}
@media screen and (max-width:576px) {
  .service_wrap .service_en {
    top: clamp(20px, 4vw, 40px);
  }
  .service_wrap .service_item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    padding-right: clamp(20px, 4vw, 40px);
  }
  .service_wrap .txtbox {
    order: 2;
    width: 100%;
  }
  .service_wrap .imgbox {
    order: 1;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
  }
  .service_wrap .txtbox .lead1 {
    line-height: 1.8;
  }
}
.info_wrap{
  background:#f3f0e8;
}

.info_wrap .info_box{
  width:100%;
  max-width:1040px;
  margin:0 auto;
  padding:clamp(44px,6vw,64px) clamp(24px,5vw,60px);
  background:#fff;
  border:1px solid #cdbb91;
  border-radius:12px;
}

.info_wrap .titlebox .entitle3{
  letter-spacing:.22em;
  line-height:1;
  font-size:clamp(22px,2.4vw,28px);
  color:#444;
}

.info_wrap .titlebox .sub_txt{
  margin-top:12px;
  letter-spacing:.12em;
  color:#444;
}

.info_wrap .info_list{
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
}

.info_wrap .info_item{
  width:calc((100% - 140px) / 8);
  text-align:center;
}

.info_wrap .info_item img{
  width:100px;
  height:100px;
  object-fit:contain;
  display:block;
  margin:0 auto 14px;
}

.info_wrap .info_item p{
  letter-spacing:.08em;
  font-weight:600;
  color:#444;
  font-size:14px;
  white-space:nowrap;
}

@media screen and (max-width:1440px){
  .info_wrap .info_list{
    flex-wrap:wrap;
    justify-content:center;
    gap:28px 20px;
  }

  .info_wrap .info_item{
    width:calc((100% - 60px) / 4);
  }
}

@media screen and (max-width:576px){
  .info_wrap .info_box{
    padding:36px 18px;
    border-radius:10px;
  }

  .info_wrap .info_list{
    gap:24px 14px;
  }

  .info_wrap .info_item{
    width:calc((100% - 14px) / 2);
  }


}
.staff_wrap {
  background: #f3f0e8;
}
.staff_wrap .staff_inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(50px, 7vw, 100px);
}
.staff_wrap .leftbox {
  width: calc(58% - clamp(50px, 7vw, 100px) / 2);
}
.staff_wrap .rightbox {
  width: calc(42% - clamp(50px, 7vw, 100px) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.staff_wrap .imgbox {
  overflow: hidden;
  border-radius: 8px;
}
.staff_wrap .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staff_wrap .main_img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
}
.staff_wrap .sub_img {
  width: 48%;
  aspect-ratio: 1.35 / 1;
  margin-left: auto;
  margin-bottom: clamp(50px, 6vw, 80px);
}
.staff_wrap .staff_sub {
  letter-spacing: .08em;
}
.staff_wrap .staff_en {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  letter-spacing: .16em;
}
.staff_wrap h2 {
  line-height: 1.8;
  letter-spacing: .12em;
}
.staff_wrap .staff_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 112px;
  padding: 8px 16px;
  background: #3f3f3f;
  transition: .3s;
}
.staff_wrap .staff_more p {
  color: #fff;
  letter-spacing: .12em;
  line-height: 1;
}
.staff_wrap .staff_more i {
  color: #fff;
  line-height: 1;
  transition: .3s;
}
.staff_wrap .staff_more:hover {
  background: #d07113;
}
.staff_wrap .staff_more:hover i {
  transform: translateX(3px);
}
@media screen and (max-width:1080px) {
  .staff_wrap .staff_inner {
    gap: clamp(40px, 6vw, 70px);
  }
  .staff_wrap .leftbox {
    width: calc(54% - clamp(40px, 6vw, 70px) / 2);
  }
  .staff_wrap .rightbox {
    width: calc(46% - clamp(40px, 6vw, 70px) / 2);
  }
}
@media screen and (max-width:768px) {
  .staff_wrap .staff_inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .staff_wrap .leftbox, .staff_wrap .rightbox {
    width: 100%;
    max-width: 560px;
  }
  .staff_wrap .sub_img {
    width: 45%;
    margin-bottom: 40px;
  }
  .staff_wrap .txtbox {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width:576px) {
  .staff_wrap .main_img {
    aspect-ratio: 1 / .9;
  }
  .staff_wrap .sub_img {
    width: 58%;
  }
  .staff_wrap .staff_en {
    font-size: clamp(34px, 12vw, 48px);
  }
}
.newstop_a2 .webgene-blog {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px dashed rgba(70, 65, 55, .55);
}
.newstop_a2 .webgene-blog .webgene-item {
  width: 100%;
  border-bottom: 1px dashed rgba(70, 65, 55, .55);
}
.newstop_a2 .webgene-blog .webgene-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  gap: clamp(18px, 3vw, 30px);
  padding: clamp(16px, 2.5vw, 22px) clamp(18px, 3vw, 30px);
  transition: .3s;
}
.newstop_a2 .webgene-blog .webgene-item a::after {
  content: "";
  position: absolute;
  right: clamp(18px, 3vw, 30px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(12px, 2vw, 16px);
  aspect-ratio: 1/1;
  background: url("https://luonto-saza.com/system_panel/uploads/images/arrow1.png") center center / contain no-repeat;
  transition: .3s;
}
.newstop_a2 .webgene-blog .webgene-item a:hover {
  opacity: .75;
}
.newstop_a2 .webgene-blog .webgene-item a:hover::after {
  transform: translate(5px, -50%);
}
.newstop_a2 .webgene-blog .webgene-item .imgbox {
  flex: 0 0 clamp(66px, 7vw, 86px);
  width: clamp(66px, 7vw, 86px);
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.newstop_a2 .webgene-blog .webgene-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newstop_a2 .webgene-blog .webgene-item .txtbox {
  width: calc(100% - clamp(66px, 7vw, 86px) - clamp(18px, 3vw, 30px));
  padding-right: clamp(34px, 5vw, 60px);
  text-align: left;
}
.newstop_a2 .webgene-blog .webgene-item .txtbox h3 {
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.6;
}
.newstop_a2 .webgene-blog .webgene-item .txtbox .flex {
  justify-content: flex-start;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(10px, 1.5vw, 14px);
}
.newstop_a2 .webgene-blog .webgene-item .cate_txt {
  position: relative;
  color: #9a968f;
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 600;
  letter-spacing: .08em;
  padding-right: clamp(14px, 2vw, 22px);
}
.newstop_a2 .webgene-blog .webgene-item .cate_txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.1em;
  background: #4a463e;
}
.newstop_a2 .webgene-blog .webgene-item .date {
  color: #9a968f;
  letter-spacing: .04em;
  margin-right: 0;
}
@media screen and (max-width:576px) {
  .newstop_a2 .webgene-blog .webgene-item a {
    gap: 14px;
    padding: 16px 10px;
  }
  .newstop_a2 .webgene-blog .webgene-item a::after {
    right: 10px;
  }
  .newstop_a2 .webgene-blog .webgene-item .imgbox {
    flex: 0 0 64px;
    width: 64px;
    border-radius: 8px;
  }
  .newstop_a2 .webgene-blog .webgene-item .txtbox {
    width: calc(100% - 78px);
    padding-right: 30px;
  }
  .newstop_a2 .webgene-blog .webgene-item .txtbox .flex {
    gap: 12px;
  }
}
.section04_head {
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(28px, 4vw, 44px);
}
.section04_head .titlebox {
  position: relative;
  align-items: center;
  gap: clamp(12px, 1.5vw, 18px);
  padding: 0 clamp(18px, 2vw, 24px);
}
.section04_head .titlebox::before, .section04_head .titlebox::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1;
}
.section04_head .titlebox::before {
  content: "[";
  left: 0;
}
.section04_head .titlebox::after {
  content: "]";
  right: 0;
}
.section04_head .en_title {
  font-weight: 700;
  letter-spacing: .45em;
  line-height: 1;
}
.section04_head h2 {
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}
.more1.more_bottom {
  display: none;
}
@media screen and (max-width:576px) {
  .more1.more_bottom {
    display: flex;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}