@charset "utf-8";


/* ----------------------------------------------------------------------
 kv
---------------------------------------------------------------------- */
#kv{
  position: relative;
  width:100%;
  overflow: hidden;
}
#kv::before{
  position: absolute;
  content:"";
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  height: 150px;
  background: #b2de27;
  z-index:1;
}
#kv .c{
  position: absolute;
  width:1420px;
  height:1620px;
  width: clamp(1100px, 71.00vw, 1420px);
  top:0;
  right:0;
  background: url(/assets/images/index/kv_c.svg) 100% 0 no-repeat;
  z-index:0;
}
#kv .b{
  position: absolute;
  width:100%;
  height:366px;
  bottom:0;
  left:0;
  background: url(/assets/images/index/kv_bbg.png) 0 0 no-repeat;
  background-size: 100% auto;
  z-index:1;
}
#kv .kv_main{
  position: relative;
  top: 9.86vw;
  left: calc(100% - 12px);
  -webkit-transform: translateX(-99%);
  transform: translateX(-99%);
  aspect-ratio: 1 / 0.94334;
  width: 1700px;
  width: clamp(1200px, 74.266vw, 1700px);
  z-index: 2;
}
#kv .kv_main .kv_main_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(/assets/images/index/kv_mask.svg);
  mask-image: url(/assets/images/index/kv_mask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  z-index: 3;
}
#kv .kv_main .slid_wrap{
  position: absolute;
  left: -10%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.kv_slide{
  position: relative;
  z-index: 2;
}
.kv_slide .sl_item {
    height: 120rem;
    -webkit-transition: opacity 4s ease !important;
    transition: opacity 4s ease !important
}
.kv_slide .sl_item.sl_item-active .sl_pic {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
    -webkit-transition: -webkit-transform 8s linear;
    transition: -webkit-transform 8s linear;
    transition: transform 8s linear;
    transition: transform 8s linear, -webkit-transform 8s linear
}

.kv_slide .sl_item .sl_pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 65%;
    font-family: 'object-fit: cover; object-position: 50% 65%;';
}

.kv_slide .sl_item.sl_item-after .sl_pic {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
    -webkit-transition: -webkit-transform 0s 8s linear;
    transition: -webkit-transform 0s 8s linear;
    transition: transform 0s 8s linear;
    transition: transform 0s 8s linear, -webkit-transform 0s 8s linear
}

.kv_slide .sl_pic {
    position: absolute;
    inset: -100%;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem)
}

#kv h1{
  position: absolute;
  top: 20.86vw;
  left: 10vw;
  width:358px;
  width: clamp(300px, 17.90vw, 358px);
  z-index: 5;
}
#kv h1 img{
  display:block;
  width:100%;
  max-width:358px;
}
#kv .i{
  position: absolute;
  bottom: 2vw;
  right: 10vw;
  width:1140px;
  width: clamp(900px, 57.00vw, 1140px);
  z-index: 5;
}
#kv .i img{
  display:block;
  width:100%;
  max-width:1140px;
}
#kv .obj{
  position: absolute;
  pointer-events: none;
}
#kv .obj1{
  top:13.5vw;
  right:17vw;
  width:61px;
  width: clamp(50px, 3.05vw, 61px);
  z-index: 1;
  animation: hopAndShakePause 2.6s ease-in-out infinite;
  transform-origin: center bottom;
}
#kv .obj2{
  top:22.2vw;
  left:17.5vw;
  width:61px;
  width: clamp(61px, 17.90vw, 61px);
  z-index: 5;
  animation: hopAndShakePause 3.6s ease-in-out infinite;
  transform-origin: center bottom;
}
#kv .obj3{
  bottom:15.2vw;
  left:17.5vw;
  width:102px;
  width: clamp(90px, 17.90vw, 102px);
  z-index: 1;
  animation: hopAndShakePause2 3s ease-in-out infinite;
  transform-origin: center bottom;
}
#kv .obj4{
  bottom:8.2vw;
  left:4.5vw;
  width:94px;
  width: clamp(80px, 17.90vw, 94px);
  z-index: 1;
  animation: hopAndShakePause2 4s ease-in-out infinite;
  transform-origin: center bottom;
}
#kv .obj5{
  top:15.2vw;
  left:28.5vw;
  width:122px;
  width: clamp(100px, 17.90vw, 122px);
  z-index: 1;
  animation: cloudanime 2.2s ease-in-out infinite alternate-reverse;
}
#kv .obj6{
  top:11.2vw;
  right:24.5vw;
  width:72px;
  width: clamp(72px, 17.90vw, 72px);
  z-index: 1;
  animation: cloudanime 1.4s ease-in-out infinite alternate-reverse;
}
#kv .obj7{
  top:9.2vw;
  right:0vw;
  width:225px;
  width: clamp(225px, 17.90vw, 225px);
  z-index: 1;
}
@keyframes hopAndShakePause {
  0% {
    transform: translateY(0) rotateZ(0deg);
  }
  10% {
    transform: translateY(-8px) rotateZ(5deg);
  }
  20% {
    transform: translateY(0) rotateZ(0deg);
  }
  30% {
    transform: translateY(-8px) rotateZ(-5deg);
  }
  40% {
    transform: translateY(0) rotateZ(0deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg); /* 静止状態キープ */
  }
}
@keyframes hopAndShakePause2 {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-8px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) /* 静止状態キープ */
  }
}
@keyframes cloudanime {
    0% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(10%);
    }
}

@media screen and (max-width: 1810px) {
  .kv_slide .sl_item {
      height: 100rem;
  }
}
@media screen and (max-width: 1470px) {
  #kv h1{
    top: 20.86vw;
    left: 5vw;
    width:358px;
    width: clamp(300px, 17.90vw, 358px);
  }
  #kv .obj2{
    left:14vw;
  }
  #kv .obj5{
    left:23.5vw;
  }
  #kv .obj3{
    left:12.5vw;
    width:102px;
    width: clamp(90px, 17.90vw, 102px);
  }
}
@media screen and (max-width: 1270px) {
  #kv .kv_main{
    position: relative;
    top: 12.86vw;
  }
  #kv h1{
    top: 23.86vw;
    left: 5vw;
    width:358px;
    width: clamp(300px, 17.90vw, 358px);
  }
  #kv .obj1{
    top:17.5vw;
    right:22vw;
    width:61px;
    width: clamp(50px, 3.05vw, 61px);
  }
  #kv .obj2{
    top:25.2vw;
    left:14vw;
  }
  #kv .obj3{
    bottom:11.2vw;
    left:auto;
    right:3vw;
    width:102px;
    width: clamp(90px, 17.90vw, 102px);
    z-index: 5;
  }
  #kv .obj6{
    top:13.2vw;
    right:28.5vw;
    width:72px;
    width: clamp(72px, 17.90vw, 72px);
    z-index: 1;
    animation: cloudanime 1.4s ease-in-out infinite alternate-reverse;
  }
}
@media screen and (max-width: 1160px) {
  #kv::before{
    height: 250px;
  }
  #kv .kv_main{
    top: 15.86vw;
    width: 1200px;
    width: clamp(1100px, 54.266vw, 1200px);
  }
  #kv .i{
    position: absolute;
    bottom: 2vw;
    right: 10vw;
    width:800px;
    width: clamp(600px, 68.97vw, 800px);
  }
  #kv .obj4{
    z-index: 5;
  }
}
@media screen and (max-width: 1080px) {
  #kv h1{
    top: 29.86vw;
    left: 3vw;
    width:300px;
    width: clamp(260px, 17.90vw, 300px);
  }
  #kv .obj1{
    top:19.5vw;
    right:22vw;
    width:61px;
    width: clamp(50px, 3.05vw, 61px);
  }
  #kv .obj2{
    top:32.2vw;
    left:13vw;
    width:51px;
    width: clamp(51px, 17.90vw, 51px);
  }
  #kv .obj3{
    bottom:11.2vw;
    right:3vw;
    width:90px;
    width: clamp(90px, 17.90vw, 90px);
    z-index: 5;
  }
  #kv .obj4{
    bottom:8.2vw;
    left:2.5vw;
    width:80px;
    width: clamp(80px, 17.90vw, 80px);
  }
  #kv .obj5{
    left:29.5vw;
  }
}
@media screen and (max-width: 980px) {
  #kv .kv_main{
    top: 15.86vw;
    width: 1000px;
    width: clamp(1000px, 48.266vw, 1200px);
  }
  #kv .c{
    width:670px;
    width: clamp(600px, 68.37vw, 670px);
    top:0;
    right:0;
    background: url(/assets/images/index/kv_c.svg) 100% 0 no-repeat;
    z-index:0;
  }
}
@media screen and (max-width: 860px) {
  #kv .kv_main{
    top: 20.86vw;
    width: 1000px;
    width: clamp(1000px, 48.266vw, 1200px);
  }
  #kv .obj1{
    top:23.5vw;
    right:30vw;
    width:61px;
    width: clamp(50px, 3.05vw, 61px);
  }
  #kv .obj5{
    top:18.2vw;
    left:34.5vw;
  }
}
@media screen and (max-width: 760px) {
  #kv .kv_main{
    top: 12.86vw;
    left: 100%;
    width: 800px;
    width: clamp(700px, 104.17vw, 800px);
    aspect-ratio: 1 / 0.98334;
  }
  #kv h1{
    top: 17.86vw;
    left: 3vw;
    width:220px;
    width: clamp(190px, 28.65vw, 220px);
  }
  #kv .obj1{
    top:16vw;
    right:22vw;
    width:40px;
    width: clamp(35px, 6.51vw, 40px);
  }
  #kv .obj2{
    top:21vw;
    left:15vw;
    width:40px;
    width: clamp(35px, 5.21vw, 40px);
  }
  #kv .obj3{
    bottom:13.2vw;
    right:3vw;
    width:60px;
    width: clamp(50px, 7.81vw, 60px);
  }
  #kv .obj4{
    bottom:10.2vw;
    left:2.5vw;
    width:80px;
    width: clamp(50px, 7.81vw, 60px);
  }
  #kv .obj5{
    top:17.2vw;
    left:3.5vw;
    width:80px;
    width: clamp(70px, 10.42vw, 80px);
  }
  #kv .obj6{
    top:14.2vw;
    right:34.5vw;
    width:60px;
    width: clamp(50px, 10.42vw, 60px);
  }
  #kv .obj7{
    top:11.2vw;
    right:-5vw;
    width:225px;
    width: clamp(170px, 23.44vw, 180px);
  }
  #kv .i{
    bottom: 5vw;
    right: 10vw;
    width:600px;
    width: clamp(450px, 78.13vw, 600px);
  }
}
@media screen and (max-width: 550px) {
  #kv .c{
    width:400px;
    width: clamp(310px, 80.00vw, 400px);
    top:0;
    right:0;
    background: url(/assets/images/index/kv_c.svg) 100% 0 no-repeat;
    z-index:0;
  }
  #kv .kv_main{
    top: 12.86vw;
    width: 600px;
    width: clamp(450px, 109.09vw, 600px);
    aspect-ratio: 1 / 0.98334;
  }
  #kv h1{
    top: 17.86vw;
    left: 3vw;
    width:170px;
    width: clamp(150px, 30.91vw, 170px);
  }
  #kv .obj1{
    top:22vw;
    right:33vw;
    width:35px;
  }
  #kv .obj2{
    top:25vw;
    left:20vw;
    width:35px;
  }
  #kv .obj3{
    bottom:23.2vw;
    right:1vw;
    width:45px;
  }
  #kv .obj4{
    bottom:12.2vw;
    left:2vw;
    width:45px;
  }
  #kv .obj5{
    top:32.2vw;
    left:3vw;
    width:55px;
  }
  #kv .obj6{
    top:22vw;
    right:50.5vw;
    width:40px;
  }
  #kv .obj7{
    top:11.2vw;
    right:-5vw;
    width:150px;
  }
  #kv .i{
    bottom: 10vw;
    right: 10vw;
    width:420px;
  }

}
@media screen and (max-width: 430px) {
  #kv::before{
    height: 300px;
  }
  #kv .kv_main{
    top: 20.86vw;
    width: 500px;
    aspect-ratio: 1 / 1.12334;
  }
  #kv h1{
    top: 20.86vw;
    left: 3vw;
    width:190px;
  }
  #kv .i{
    bottom: 10vw;
    right: 10vw;
    width:350px;
  }
}
@media screen and (max-width: 390px) {
  #kv::before{
    height: 300px;
    bottom: -100px;
  }
  #kv .kv_main{
    top: 20.86vw;
    width: 400px;
    aspect-ratio: 1 / 1.12334;
  }
  #kv .b{
    height:106px;
  }
  #kv h1{
    top: 20.86vw;
    left: 3vw;
    width:130px;
  }
  #kv .obj1{
    width:28px;
  }
  #kv .obj2{
    top:22vw;
    left:17vw;
    width:28px;
  }
  #kv .obj3{
    width:35px;
  }
  #kv .obj4{
    bottom:14.2vw;
    width:35px;
  }
  #kv .obj5{
    top:23.2vw;
    left:2vw;
    width:45px;
  }
  #kv .obj6{
    top:22vw;
    right:45.5vw;
    width:30px;
  }
  #kv .obj7{
    top:11.2vw;
    right:-7vw;
    width:120px;
  }
  #kv .i{
    bottom: 10vw;
    right: 10vw;
    width:300px;
  }
}
@media screen and (max-width: 320px) {
  #kv .kv_main{
    top: 20.86vw;
    width: 370px;
    aspect-ratio: 1 / 1.12334;
  }
  #kv .i{
    bottom: 10vw;
    right: 10vw;
    width:260px;
  }
}
/* ----------------------------------------------------------------------
s1
---------------------------------------------------------------------- */
#s1{
  position: relative;
  width:100%;
  background: #b2de27;
  z-index:5;
  margin-top: -10px;
  overflow: hidden;
  padding-bottom: 200px;
}
#s1::before{
  position: absolute;
  content:"";
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: url(/assets/images/index/s1_tbg.svg) 50% 0 no-repeat;
  background-size: cover;
  z-index: 1;
}
#s1 .b{
  position: absolute;
  width:100%;
  height:400px;
  bottom:0;
  left:0;
  background: url(/assets/images/index/s2_tbg.svg) 50% 100% no-repeat;
  background-size: 2500px auto;
  z-index:1;
}
#s1.p2 .b{
  bottom:-2px;
  background: url(/assets/images/index/s2_tbg_p2.svg) 50% 100% no-repeat;
}
#s1 .w{
  position: relative;
  z-index:5;
}
#s1 .pagenav_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 110px;
}
#s1 .pagenav_list li a{
  position: relative;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  flex-direction: column;
  gap: .2rem;
  padding: 1rem 1rem 4rem;
  text-align: center;
  background-color: #fff;
  border-radius: 2rem;
  border: .1rem solid #91b12a;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  box-shadow: 1px 1px 12px rgba(75,155,10,.2);
}
#s1 .pagenav_list li a .ico{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  width:90px;
  height:90px;
  background: #fff;
  border-radius: 100px;
  margin:0 auto 8px;
}
#s1 .pagenav_list li a .ico img{
  display:block;
  width:100%;
  max-width:90px;
  margin:0 auto;
  transition: 0.3s ease-in-out;
}
#s1 .pagenav_list li a p{
  color: #433728;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 2.0rem;
  font-size: max(2.0rem, 14px);
  transition: 0.3s ease-in-out;
}
#s1 .pagenav_list li a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: -0.1rem;
  right: -0.1rem;
  width: 5rem;
  height: 5rem;
  border-width: .2rem;
  border-style: solid;
  border-radius: 2rem 0 2rem 0;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease
}
#s1 .pagenav_list li a:hover p{
  color:#fff;
}
#s1 .pagenav_list li a:hover .arrow{
  bottom: 0rem;
  right: 0rem;
}
#s1 .pagenav_list li a:hover .ico img{
  max-width:80px;
}
#s1 .pagenav_list li.pn1 a .arrow {
    background-color: #ef5555;
    border-color: #ef5555;
}
#s1 .pagenav_list li.pn1 a:hover{
  background-color: #ef5555;
}
#s1 .pagenav_list li.pn2 a .arrow {
    background-color: #09b9a4;
    border-color: #09b9a4;
}
#s1 .pagenav_list li.pn2 a:hover{
  background-color: #09b9a4;
}
#s1 .pagenav_list li.pn3 a .arrow {
    background-color: #7ed82e;
    border-color: #7ed82e;
}
#s1 .pagenav_list li.pn3 a:hover{
  background-color: #7ed82e;
}
#s1 .pagenav_list li.pn4 a .arrow {
    background-color: #efd338;
    border-color: #efd338;
}
#s1 .pagenav_list li.pn4 a:hover{
  background-color: #efd338;
}
#s1 .pagenav_list li a .arrow img{
    display:block;
    width:100%;
    max-width:18px;
    margin:0 auto;
    transition: 0.3s ease-in-out;
}

#s1 .s1_elm{
  position: relative;
}
#s1 .hadtop{
  position: relative;
  color:#cdef60;
  font-weight: bold;
  font-size: 36px;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 2rem;
}
#s1 .hadtop::after{
  position: absolute;
  content:"";
  width:100px;
  height:4px;
  background:#cdef60;
  border-radius: 10px;
  top:50%;
  left: 100%;
  margin-left: 30px;
  transform: translateY(-50%);
}
#s1 .hadding_base{
  position: relative;
  font-size: 3.6rem;
  padding:15px 0;
  line-height: 1.4;
  margin-bottom: 7rem;
}
#s1 .hadding_base::before{
  position: absolute;
  content:"";
  top:50%;
  left:-40px;
  width:102px;
  height:97px;
  transform: translateY(-50%);
  background: url(/assets/images/cmn/hi01.svg) 50% 0 no-repeat;
  background-size: cover;
  z-index:0;
}
#s1 .hadding_base span{
  position: relative;
  z-index:1;
}
#s1 .s1_elm_wrap{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
}
#s1 .txt{
  font-size: 2.2rem;
  width: 60%;
}
#s1 .txt p{
  margin-bottom: 2rem;
}
#s1 .txt p:last-of-type{
  margin-bottom: 7rem;
}
#s1 .ic{
  margin-top: -15rem;
  width: 40%;
  margin-right: -5%;
}
#s1 .ic img{
  display:block;
  width:100%;
  max-width:585px;
  margin:0 auto;
}
#s1 .ic_sp{
  display:none;
  margin-bottom: 3rem;
}
#s1 .ic img{
  display:block;
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
@media screen and (max-width: 1200px) {
  #s1 .ic{
    margin-top: -5rem;
    width: 40%;
    margin-right: -5%;
  }
}
@media screen and (max-width: 980px) {
  #s1{
    padding-bottom: 140px;
  }
  #s1 .b{
    bottom:-2px;
    height:300px;
    background-size: 1500px auto;
  }
  #s1 .hadtop{
    font-size: 30px;
    margin-bottom: 2rem;
  }
  #s1 .hadtop::after{
    width:80px;
    margin-left: 20px;
  }
  #s1 .hadding_base{
    font-size: 3.0rem;
    padding:15px 0;
    margin-bottom: 6rem;
  }
  #s1 .hadding_base::before{
    left:-40px;
    width:82px;
    height:77px;
  }
  #s1 .ic{
    display:none;
  }
  #s1 .ic_sp{
    display:block;
  }
  #s1 .txt{
    width: 100%;
    font-size: 2.0rem;
  }
  #s1 .pagenav_list li a p{
    font-size: 1.8rem;
  }

}
@media screen and (max-width: 860px) {
  #s1 .pagenav_list{
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 80px;
  }
  #s1 .pagenav_list li a p{
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 767px) {
  #s1 .pagenav_list li a .arrow {
    width:calc(100% + .1rem);
    height: 2.5rem;
    border-width: .1rem;
    border-radius: 0 0 2rem 2rem
  }
}
@media screen and (max-width: 680px) {
  #s1 .txt{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  #s1{
    padding-bottom: 140px;
  }
  #s1 .b{
    bottom:-2px;
    height:300px;
    background-size: 1000px auto;
  }
  #s1 .hadtop{
    font-size: 26px;
    margin-bottom: 1.2rem;
  }
  #s1 .hadtop::after{
    width:60px;
    margin-left: 20px;
  }
  #s1 .hadding_base{
    font-size: 2.6rem;
    padding:8px 0;
    margin-bottom: 4rem;
  }
  #s1 .hadding_base::before{
    left:-40px;
    width:62px;
    height:57px;
  }
  #s1 .txt{
    font-size: 1.6rem;
  }
  #s1 .txt p:last-of-type{
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 430px) {
  #s1 .pagenav_list li a{
    padding: 1rem 1rem 4rem;
    border-radius: 2rem;
  }
  #s1 .pagenav_list li a .ico{
    width:70px;
    height:70px;
    margin:0 auto 6px;
  }
  #s1 .pagenav_list li a .ico img{
    max-width:60px;
  }
  #s1 .pagenav_list li a:hover .ico img{
    max-width:50px;
  }
  #s1 .pagenav_list li a p{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 390px) {
  #s1 .pagenav_list li a p{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  #s1 .pagenav_list li a .ico{
    width:50px;
    height:50px;
    margin:0 auto 6px;
  }
  #s1 .pagenav_list li a .ico img{
    max-width:40px;
  }
  #s1 .pagenav_list li a:hover .ico img{
    max-width:30px;
  }
  #s1 .pagenav_list li a p{
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------
s2
---------------------------------------------------------------------- */
#s2{
  position: relative;
  width:100%;
  background: #fff;
  z-index:5;
  overflow: hidden;
  padding: 100px 0 170px;
  margin-top: -5px;
}
#s2::before{
  position: absolute;
  content:"";
  left: 0;
  right: 0;
  top: 0;
  width:100%;
  height: 55rem;
  background: #f4f2eb;
  z-index:1;
  border-radius: 0 0 3rem 3rem;
}
#s2 .w{
  position: relative;
  z-index:2;
}
#s2 .hadtop{
  position: relative;
  color:#cac2b8;
  font-weight: bold;
  font-size: 36px;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 2rem;
}
#s2 .hadtop::after{
  position: absolute;
  content:"";
  width:100px;
  height:4px;
  background:#cac2b8;
  border-radius: 10px;
  top:50%;
  left: 100%;
  margin-left: 30px;
  transform: translateY(-50%);
}
#s2 .hadding_base{
  position: relative;
  font-size: 3.6rem;
  padding:15px 0;
  line-height: 1.4;
  margin-bottom: 9rem;
}
#s2 .hadding_base::before{
  position: absolute;
  content:"";
  top:50%;
  left:-40px;
  width:102px;
  height:97px;
  transform: translateY(-50%);
  background: url(/assets/images/cmn/hi02.svg) 50% 0 no-repeat;
  background-size: cover;
  z-index:0;
}
#s2 .hadding_base span{
  position: relative;
  z-index:1;
}
#s2 .i{
  position: absolute;
  top:-10rem;
  right:-1rem;
  width: clamp(200px, 15.53vw, 233px);
}

#s2 .cbtn a{
  margin:0 auto;
}
#s2 .obj{
  position: absolute;
  pointer-events: none;
}
#s2 .obj8{
  bottom:17.5vw;
  right:-6vw;
  width:261px;
  width: clamp(200px, 17.40vw, 261px);
  z-index: 1;
}
#s2 .obj9{
  bottom:6.5vw;
  left:-7vw;
  width:251px;
  width: clamp(200px, 13.40vw, 251px);
  z-index: 1;
}
@media screen and (max-width: 1140px) {
  #s2{
    padding: 100px 0 130px;
  }
  #s2 .obj8{
    bottom:29.5vw;
    right:-6vw;
    width:261px;
    width: clamp(200px, 17.40vw, 261px);
    z-index: 1;
  }
  #s2 .obj9{
    bottom:12.5vw;
    left:-7vw;
    width:251px;
    width: clamp(200px, 13.40vw, 251px);
    z-index: 1;
  }
}
@media screen and (max-width: 980px) {
  #s2 .hadtop{
    font-size: 30px;
    margin-bottom: 2rem;
  }
  #s2 .hadtop::after{
    width:80px;
    margin-left: 20px;
  }
  #s2 .hadding_base{
    font-size: 3.0rem;
    padding:15px 0;
    margin-bottom: 6rem;
  }
  #s2 .hadding_base::before{
    left:-40px;
    width:82px;
    height:77px;
  }
  #s2 .article_list1{
    position: relative;
    display: block;
    margin-bottom: 5rem;
  }
  #s2 .article_list1 article{
    height:403px;
  }
  #s2 .article_list1.slider .slick-list{
    overflow: inherit;
  }
  #s2 .article_list1.slider .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
  }
  #s2 .article_list1.slider article a .more{
    right:16px;
  }
  #s2 .article_list1.slider article a .title{
    font-size: 1.8rem;
  }
  #s2 .obj8{
    bottom:29.5vw;
    right:-6vw;
    width: clamp(150px, 20.41vw, 200px);
    z-index: 1;
  }
  #s2 .obj9{
    bottom:12.5vw;
    left:-7vw;
    width:251px;
    width: clamp(150px, 20.41vw, 200px);
    z-index: 1;
  }
}
@media screen and (max-width: 860px) {
  #s2 .article_list1.slider article .label span{
    padding:0.8rem 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 760px) {
  #s2 .i{
    position: absolute;
    top:-10rem;
    right:-1rem;
    width: clamp(140px, 26.32vw, 200px);
  }
  #s2 .obj8{
    bottom:29.5vw;
    right:-6vw;
    width: clamp(100px, 19.74vw, 150px);
    z-index: 1;
  }
  #s2 .obj9{
    bottom:12.5vw;
    left:-7vw;
    width: clamp(100px, 19.74vw, 150px);
    z-index: 1;
  }
}
@media screen and (max-width: 680px) {
  #s2 .article_list1.slider article .label span{
    padding:0.8rem 2rem;
    font-size: 1.8rem;
  }
  #s2 .article_list1.slider article a .title{
    font-size: 2.0rem;
  }
  #s2 .article_list1 article{
    height:503px;
  }
  #s2 .obj8{
    bottom:36.5vw;
    right:-6vw;
  }
  #s2 .obj9{
    bottom:19.5vw;
    left:-7vw;
  }
}
@media screen and (max-width: 580px) {
  #s2 .article_list1.slider article .label span{
    padding:0.8rem 2rem;
    font-size: 1.6rem;
  }
  #s2 .article_list1.slider article a .title{
    font-size: 1.8rem;
  }
  #s2 .article_list1 article{
    height:423px;
  }
}
@media screen and (max-width: 500px) {
  #s2 .hadtop{
    font-size: 26px;
    margin-bottom: 1.2rem;
  }
  #s2 .hadtop::after{
    width:60px;
    margin-left: 20px;
  }
  #s2 .hadding_base{
    font-size: 2.6rem;
    padding:8px 0;
    margin-bottom: 4rem;
  }
  #s2 .hadding_base::before{
    left:-40px;
    width:62px;
    height:57px;
  }
    #s2 .article_list1 article{
      height:403px;
    }
}
@media screen and (max-width: 430px) {
  #s2 .article_list1.slider article{
    margin-bottom: 0rem;
  }
  #s2 .article_list1.slider article a{
    padding: 2.5rem 1.5rem 5rem;
  }
  #s2 .article_list1.slider article .label span{
    padding:0.8rem 2rem;
    font-size: 1.4rem;
  }
  #s2 .article_list1.slider article a .title{
    font-size: 1.6rem;
  }
  #s2 .article_list1.slider .slick-slide {
    padding: 0 7px;
  }
  #s2 .article_list1.slider article a .more{
    right:8px;
  }
  #s2 .article_list1 article{
    height:363px;
  }
  #s2 .article_list1.slider article a .img{
    margin-bottom: 1.0rem;
  }
  #s2 .article_list1.slider article a .data{
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  #s2 .article_list1.slider article a .more span{
    width:180px;
    height:45px;
    font-size: 1.4rem;
    padding-left:20px;
  }
}
@media screen and (max-width: 390px) {
  #s2::before{
    height: 45rem;
    border-radius: 0 0 2rem 2rem;
  }
  #s2 .article_list1 article{
    height:333px;
  }
}
@media screen and (max-width: 320px) {
  #s2 .article_list1.slider article .label span{
    font-size: 1.2rem;
  }
  #s2 .article_list1 article{
    height:283px;
  }
  #s2 .article_list1.slider article a .more span{
    width:140px;
    height:35px;
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------
s3
---------------------------------------------------------------------- */
#s3{
  position: relative;
  width:100%;
  background: #fff;
  overflow: hidden;
  padding: 50px 0 120px;
}
#s3 .s3_label{
  position: relative;
  width:100%;
  height:528px;
  margin-bottom: 12rem;
  z-index:1;
}
#s3 .s3_label p{
  position: absolute;
  top:0;
  right:0;
  width: 100%;
  max-width:1400px;
	height: 100%;
	overflow: hidden;
  backface-visibility: hidden;
}
#s3 .s3_label p img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5rem 0 0 5rem;
}
#s3 .s3_h{
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  width:100%;
  height:528px;
  max-width:1500px;
  padding:0 0px;
  margin:0 auto;
  z-index:3;
}
#s3 .s3_h .h_copy{
  position: absolute;
  display: -webkit-inline-flex;
	display: inline-flex;
  flex-direction: column;
  -webkit-align-items: flex-start;
	align-items: flex-start;
  top: 0px;
  left: 50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}
#s3 .s3_h .h_copy .bg {
  background: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 4.6rem;
  padding: 10px 10px 30px;
  vertical-align: top;
  border-radius: 2rem;
}
#s3 .s3_h .h_copy .bg:nth-of-type(2){
  margin-right: -8px;
}
#s3 .s3_h .h_copy .bg2 {
  background: #fff;
  color:#ff9200;
  display: inline-block;
  font-weight: 500;
  font-size: 2.2rem;
  padding: 10px 15px 80px 5px;
  vertical-align: top;
  border-radius: 2rem;
  margin-right: -12px;
}
#s3 .s3_h .h_copy .bg2 > span{
  position: relative;
  display: inline-block;
}
#s3 .s3_h .h_copy .bg2 > span::after{
  position: absolute;
  content:"";
  width:3px;
  height:40px;
  background:#ff9200;
  border-radius: 10px;
  left:50%;
  top: 100%;
  margin-top: 20px;
  transform: translateX(-50%);
}
#s3 .obj{
  position: absolute;
  pointer-events: none;
}
#s3 .obj10{
  top:-50px;
  right:2vw;
  width: clamp(150px, 10.53vw, 158px);
  z-index: 1;
}
#s3 .obj11{
  bottom:-50px;
  left:10vw;
  width: clamp(150px, 10.27vw, 154px);
  z-index: 1;
}
#s3 .w{
  position: relative;
  z-index:2;
}
#s3 .lblink{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 5rem;
}
#s3 .lblink .bnimg{
  position: relative;
  margin-bottom: 3rem;
}
#s3 .lblink .bnimg::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 26.5rem;
  height: 4.9rem;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0rem 1rem 2rem 0rem #b5b5b5;
  box-shadow: 0rem 1rem 2rem 0rem #b5b5b5;
}
#s3 .lblink .bnimg a{
  position: relative;
  z-index: 1;
}
#s3 .lblink .bnimg a img{
  display:block;
  width:100%;
  border: 1px solid #d3d3d3;
  border-radius: 3rem 0 3rem 0;
  overflow: hidden;
}
#s3 .lblink .bnimg a span{
  position: absolute;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  align-items: center;
  bottom:2rem;
  left: auto;
  right:2rem;
  font-size: 1.6rem;
  color: #433728;
  width:175px;
  height:36px;
  border: 1px solid #d3d3d3;
  padding:1rem 0.5rem;
  background: #fff;
  border-radius: 50px;
  padding-left: 20px;
  letter-spacing: 0.05rem;
  font-weight: 700;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
#s3 .lblink .bnimg a:hover span{
  color:#fff;
  background: #433728;
}
#s3 .lblink .bnimg a span::before,
#s3 .lblink .bnimg a span::after{
  position: absolute;
  content:"";
}
#s3 .lblink .bnimg a span::before{
  width:23px;
  height:23px;
  background: #433728;
  top:50%;
  right:10px;
  border-radius: 50px;
  transform: translateY(-50%);
}
#s3 .lblink .bnimg a span::after{
  background: url(/assets/images/cmn/arrow.svg) 50% 0;
  top:50%;
  transform: translateY(-50%);
  right:15px;
  width:13px;
  height:11px;
  background-size: cover;
}
#s3 .lblink p{
  font-size: 1.8rem;
}

@media screen and (max-width: 1240px) {
  #s3 .s3_label{
    height:428px;
    margin-bottom: 12rem;
  }
  #s3 .obj11{
    bottom:-50px;
    left:-2vw;
    width: clamp(150px, 10.27vw, 154px);
  }
}
@media screen and (max-width: 1080px) {
  #s3 .lblink{
    display: block;
    margin-bottom: 5rem;
  }
  #s3 .lblink .bnlink{
    width:100%;
    max-width:760px;
    margin:0 auto 5rem;
  }
}
@media screen and (max-width: 980px) {
  #s3 .s3_h .h_copy .bg {
    font-size: 3.6rem;
    padding: 8px 8px 20px;
    border-radius: 2rem;
  }
  #s3 .s3_h .h_copy .bg:nth-of-type(2){
    margin-right: -8px;
  }
  #s3 .s3_h .h_copy .bg2 {
    font-size: 1.8rem;
    padding: 10px 10px 80px 5px;
    border-radius: 1rem;
    margin-right: -12px;
  }
  #s3 .s3_h .h_copy .bg2 > span{
    position: relative;
    display: inline-block;
  }
}
@media screen and (max-width: 860px) {
  #s3 .s3_label{
    height:328px;
    margin-bottom: 12rem;
  }
  #s3 .s3_label p img{
    border-radius: 3rem 0 0 3rem;
  }
  #s3 .s3_h .h_copy{
    left: 25px;
  }
  #s3 .obj10{
    top:-50px;
    right:-2vw;
    width: clamp(120px, 17.44vw, 150px);
  }
  #s3 .obj11{
    bottom:-50px;
    left:-2vw;
    width: clamp(120px, 17.44vw, 150px);
  }
  #s3 .lblink .bnlink{
    max-width:660px;
    margin:0 auto 5rem;
  }
}
@media screen and (max-width: 500px) {
  #s3{
    padding: 50px 0 40px;
  }
  #s3 .s3_label{
    height:228px;
    margin-bottom: 7rem;
  }
  #s3 .s3_label p img{
    border-radius: 0rem 0 0 0rem;
  }
  #s3 .s3_h .h_copy{
    left: 20px;
  }
  #s3 .s3_h .h_copy .bg {
    font-size: 2.6rem;
    padding: 6px 6px 15px;
    border-radius: 1rem;
  }
  #s3 .s3_h .h_copy .bg:nth-of-type(2){
    margin-right: -8px;
  }
  #s3 .s3_h .h_copy .bg2 {
    font-size: 1.4rem;
    padding: 10px 10px 60px 5px;
    border-radius: 1rem;
    margin-right: -12px;
  }
  #s3 .s3_h .h_copy .bg2 > span::after{
    width:2px;
    height:20px;
    margin-top: 15px;
  }
  #s3 .obj10{
    top:-50px;
    right:-4vw;
    width: 90px;
  }
  #s3 .obj11{
    bottom:-50px;
    left:-4vw;
    width: 90px;
  }
  #s3 .lblink .bnimg a img{
    border-radius: 2rem 0 2rem 0;
  }
  #s3 .lblink .bnimg a span{
    bottom:1rem;
    right:12px;
    font-size: 1.3rem;
    width:135px;
    height:30px;
    background: #fff;
    border-radius: 50px;
    padding-left: 15px;
  }
  #s3 .lblink .bnimg a span::before{
    width:18px;
    height:18px;
    right:5px;
  }
  #s3 .lblink .bnimg a span::after{
    right:10px;
    width:9px;
    height:7px;
  }
  #s3 .lblink p{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 380px) {
  #s3 .s3_label{
    height:198px;
    margin-bottom: 7rem;
  }
  #s3 .s3_h .h_copy .bg {
    font-size: 2.2rem;
    padding: 6px 6px 15px;
  }
  #s3 .lblink .bnimg a span{
    right:0.5rem;
    font-size: 1.2rem;
    width:115px;
    height:30px;
    padding-left: 10px;
  }
}

/* ----------------------------------------------------------------------
s4
---------------------------------------------------------------------- */
#s4{
  position: relative;
  width:100%;
  background: #fff;
  overflow: hidden;
  padding: 80px 0 0px;
}
#s4.p2{
  background: #f4f2eb;
}
#s4 .b{
  position: absolute;
  width:100%;
  height:246px;
  top:0;
  left:0;
  background: url(/assets/images/index/s4_tbg.svg) 50% 0% no-repeat;
  background-size: 2500px 246px;
  z-index:1;
}
#s4::before{
  position: absolute;
  content:"";
  left: 0;
  right: 0;
  top: 240px;
  width:100%;
  height: 100%;
  background: #f4f2eb;
  z-index:1;
}
#s4 .w{
  position: relative;
  z-index:2;
}
#s4 .i{
  pointer-events: none;
  margin-bottom: 15px;
}
#s4 .i img{
  display:block;
  width:100%;
  max-width:44px;
  margin:0 auto;
}
#s4 .enac{
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 10px;
  color:#cac2b8;
  letter-spacing: 0rem;
  font-weight: 700;
  line-height: 1.2;
}
#s4 h2{
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
#s4 .add{
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 5rem;
}
#s4 .add span{
  padding-left: 15px;
}
#s4 .access_meta{
  position: relative;
  z-index:2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#s4 .access_meta .img{
  position: relative;
  height:520px;
}
#s4 .access_meta .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#s4 .access_meta .gmap{
  position: relative;
  height: 520px;
  overflow: hidden;
}
#s4 .access_meta .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 1240px) {
  #s4 .access_meta .img{
    height:420px;
  }
  #s4 .access_meta .gmap{
    height: 420px;
  }
}
@media screen and (max-width: 1080px) {
  #s4 .access_meta .img{
    height:320px;
  }
  #s4 .access_meta .gmap{
    height: 320px;
  }
}
@media screen and (max-width: 980px) {
  #s4 .b{
    height:300px;
    background-size: 1500px 208px;
  }
  #s4::before{
    top: 180px;
  }
}
@media screen and (max-width: 860px) {
  #s4 .access_meta{
    display: block;
  }
  #s4 .access_meta .img{
    height:420px;
  }
  #s4 .access_meta .gmap{
    height: 420px;
  }
}
@media screen and (max-width: 680px) {
  #s4 .i img{
    max-width:34px;
  }
  #s4 .enac{
    font-size: 2.2rem;
  }
  #s4 h2{
    font-size: 3.0rem;
    margin-bottom: 3rem;
  }
  #s4 .add{
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  #s4 .add span{
    display:block;
    padding-left: 0px;
  }
  #s4 .access_meta .img{
    height:320px;
  }
  #s4 .access_meta .gmap{
    height: 320px;
  }
}
@media screen and (max-width: 500px) {
  #s4{
    padding: 40px 0 0px;
  }
  #s4 .b{
    background-size: 1000px 139px;
  }
  #s4::before{
    top: 120px;
  }
  #s4 .enac{
    font-size: 1.8rem;
  }
  #s4 h2{
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  #s4 .add{
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  #s4 .access_meta .img{
    height:260px;
  }
  #s4 .access_meta .gmap{
    height: 280px;
  }
}
/* ---------------------------------------- */
