@charset "UTF-8";
/* top sp
----------------------------------------------- */

.top_bnrs{padding: 16vw 0;background: linear-gradient(90deg, #f1f8e9 0%, #f1f8e9 50%, #fff 50%, #fff 100%);}
.top_bnrs_slides { width: 100%; margin-bottom: 8vw; }
.top_bnrs_slides .slick-list { overflow: visible; }
.top_bnrs_slides .slick-dots {padding-top: 2vw;}
.top_bnrs_slide {margin: 0 3vw;position: relative;}
.top_bnrs_slide-image { width: 100%; }
.top_bnrs_slide img{margin: 0 auto;width: 100%;}

.top_first{background: linear-gradient(90deg, #f1f8e9 0%, #f1f8e9 50%, #fff 50%, #fff 100%);}
.top_first_inner{width: 85%;margin:0 auto;}
.top_first_ttl{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;flex-direction: column;-webkit-flex-direction: column;font-size: 6vw;margin: 0 0 2vw;}
.top_first_ttl .en{color: #136c3c;font-size: 70%;line-height: 1;position: relative;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;align-items: center;-webkit-align-items: center;}
.top_first_ttl .en:after{content: '';width: 14vw;height: 1px;background: #136c3c;display: inline-block;margin-left: 3vw;}
.top_first_des{line-height: 2.2;margin: 0 0 5vw;}
.top_first_items{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;margin: 10vw 0;gap: 3.5vw;}
.top_first_items li{width: 31.5%;}
.top_first_items li img{width: 100%;}
.top_first_items li:nth-child(2) img{-moz-transition: 2.2s;-o-transition: 2.2s;-webkit-transition: 2.2s;transition: 2.2s;}
.top_first_items li:nth-child(3) img{-moz-transition: 3.2s;-o-transition: 3.2s;-webkit-transition: 3.2s;transition: 3.2s;}

.top_flowing_letters{padding: 15vw 0 6vw;overflow:hidden;font-family: var(--font_marcellus);line-height: 1;}
.top_flowing_txt{display : inline-block;color:#6e5132;font-size: 12vw;opacity: 0.3;white-space : nowrap;animation: text_scroll 80s linear infinite;padding-left:100%;}
@keyframes text_scroll{0% { transform: translateX(0)}100% { transform: translateX(-100%)}}

.top_feature{padding: 14vw 0;background: url(../images/top_feature_bg.jpg) center center / 200%;}
.top_feature_lists li{position:relative;width:76%;margin-bottom: 10vw;}
.top_feature_num{font-family: var(--font_marcellus);font-size: 4.6vw;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;align-items: center;-webkit-align-items: center;-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);position: absolute;top: 17.55vw;right: -27vw;}
.top_feature_num:after{content: '';height: 0.5px;width: 36.4vw;display: inline-block;background: #393939;margin-left: 1.8vw;}
.top_feature_lists li img{margin-bottom:3vw;width: 100%;}
.top_feature_lists li .txts{padding:0 0 0 4vw;}
.top_feature_lists .top_feature_cat{color:#60ab0e;position:relative;display:flex;font-size:4vw;margin-bottom:1vw;line-height:1.5;}
.top_feature_lists .top_feature_cat:before{content:'';width:6vw;height:1px;background:#60ab0e;display:inline-block;margin:2.8vw 2vw 0 0;}
.top_feature_lists .top_feature_ttl{color:#136c3c;font-weight:bold;font-size: 5vw;line-height:1.25;margin-bottom:1.6vw;}
.top_feature_lists .top_feature_des{font-size:3.6vw;}
.top_feature_lists li:nth-of-type(even){margin:0 0 8vw auto;}
.top_feature_lists li:nth-of-type(even) img{width: 100%;}
.top_feature_lists li:nth-of-type(even):after{right: inherit;left: -5.8vw;}
.top_feature_lists li:nth-of-type(even) .txts{padding: 0 4vw 0 0;}
.top_feature_lists li:nth-of-type(even) .top_feature_num{right: inherit;left: -27.5vw;}
.top_feature_lists  .anno{font-size: 80%;}
.top_feature_lists li:nth-of-type(2):after{background-image: url(../images/top_feature_num02.png);background-size: 100%;}
.top_feature_lists li:nth-of-type(3):after{background-image: url(../images/top_feature_num03.png);background-size: 110%;}
.top_feature_lists li:nth-of-type(4):after{background-image: url(../images/top_feature_num04.png);background-size: 100%;}
.top_feature_lists li:nth-of-type(5):after{background-image: url(../images/top_feature_num05.png);background-size: 110%;}
.top_feature_lists li:nth-of-type(6):after{background-image: url(../images/top_feature_num06.png);background-size: 110%;}
.top_feature_lists li:last-of-type{margin-bottom: 0;}

.top_menu{background:#f1f8e9;padding:0 0 2vw;}
.top_menu_lists li{margin-bottom: 4vw;}
.top_menu_lists .txts{width: 100%;background:rgba(255,255,255,0.9);margin: 0vw auto 0;padding: 5.8vw 0;}
.top_menu_lists .txts .top_menu_ttl{text-align:center;font-size:6.4vw;margin-bottom:-1vw;}
.top_menu_lists .txts .top_menu_ttl .en{font-family:var(--font_marcellus);color:#136c3c;font-size:65%;display:block;line-height:1;}
.top_menu_lists .txts .top_menu_ttl .jp{font-weight:bold;line-height:1;}
.top_menu_lists .txts .more01{display:block;width:55%;margin:0 auto;}

.top_voice{background: url(../images/top_voice_bg.jpg) center top / cover no-repeat;padding: 12vw 0 14vw;}
.top_voice_inner{width:90%;margin:0 auto;}
.top_voice_slides{width:100%;padding:18vw 0 0;}
.top_voice_slide{background:#fff;position:relative;margin:0 4vw;}
.top_voice_slides .slick-list { overflow: visible; }
.top_voice_slide {margin: 0 3vw;position: relative;}
.top_voice .slick-prev:before{content: '';width: 12vw;height: 12vw;display: block;background: url(../images/arrow-left01.png) center center / 100% no-repeat;opacity: 1;}
.top_voice .slick-next:before{content: '';width: 12vw;height: 12vw;display: block;background: url(../images/arrow-right01.png) center center / 100% no-repeat;opacity: 1;}
.top_voice .slick-prev,.top_voice .slick-next{width:auto;top:0;transform:inherit;}
.top_voice .slick-prev{left:inherit;right:14vw;}
.top_voice .slick-next{right:0;}
.top_voice_slide_txts{padding:6vw;min-height: 39vw;}
.top_voice_sub{margin-bottom:1vw;color:#60ab0e;font-size:4.5vw;}
.top_voice_sub span:last-child{margin-left:2vw;}
.top_voice_sub .name:after{content:"様";}
.top_voice_sub .age:after{content:"代";}
.top_voice_ttl{font-family:var(--font_mincho);color:#136c3c;margin-bottom:2vw;font-size:4.5vw;line-height:1.4;}
.top_voice_sub .name,.top_voice_sub .age{display:inline-block;}
.top_voice_des { display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.top_access{padding:12vw 0 0;}
.top_access_inner{text-align:center;width:90%;margin:0 auto;}
.top_access_name{font-family:var(--font_mincho);margin-bottom:2vw;font-size:6vw;}
.top_access adress{display:block;}
.top_access .top_access_tel{margin-bottom:3vw;}
.top_access .top_access_open{display:inline-block;}
.top_access .more01{width:70%;text-align:left;}
.top_access .google-map{margin: 12vw 0; height:86vw;}

.top-event {padding: 14vw 0 0;width: 90%;margin: 0 auto;}
.top-event ul {margin-bottom: 2vw;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-ms-flex-pack: space-between;justify-content: space-between;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
.top-event ul li {width: 48%;position: relative;margin: 0 0 4vw;}
.top-event ul li.wide {width: 100%;}
.top-event li a:after {content: ''; display: inline-block; width: 24px; height: 24px; background-image: url("../images/access/zoom.jpg"); background-size: contain; vertical-align: middle; position: absolute; right:0; bottom:0;}
.top-event ul li img {width:100%;border: 1px solid #eee;}
.top-event-img>img {margin-bottom: 4vw;}
.top-event-text {padding: 2%;text-align: center;color: #136c3c;border: 1px solid #439569;background: #f5f7f4;font-weight: 600;font-size: 3.6vw;margin-bottom: 3vw;}
.top-event-img01 { margin-bottom: 6vw; }
.top-event-img.main{margin-bottom: 10vw;}
.top-event-img.main li{width: 100%;}

.top_news{padding: 10vw 0 12vw;}
.top_news_contents{width:90%;border:1px solid #717171;margin:0 auto;padding:8vw 6vw;}
.top_news_ttl{font-size:6vw;margin-bottom:2vw;}
.top_news_ttl .en{font-size: 80%;line-height: 1;position: relative;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;align-items: center;-webkit-align-items: center;color: #136c3c;}
.top_news_ttl .en:after{content:'';width:14vw;height:1px;background:#136c3c;display:inline-block;margin-left:3vw;}
.top_news .more01{width:100%;font-size:4vw;margin-bottom:8vw;}
.top_news_items .top_news_link {border-bottom: 1px solid #d4d4d5;margin-bottom: 3vw;padding: 0 5vw 4vw 0;position: relative;color: #4b4b4b;}
.top_news_items li:last-of-type .top_news_link{margin-bottom: 0;}
.top_news_items .top_news_link:after {content: '';border-top: 1.25vw solid transparent;border-right: 1.25vw solid #858585;border-bottom: 1.25vw solid #858585;border-left: 1.25vw solid transparent;position: absolute;right: 0;bottom: 4vw;}
.top_news_item_time {display: inline-block;font-size: 3.8vw;letter-spacing: 0.08rem;}
.top_news_item_title {line-height: 1.4;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

/* ============================================= pc
================================================*/
@media screen and (min-width: 736px) {

.top_bnrs{padding: 100px 0;}
.top_bnrs_slides {width: 960px;margin: 0 auto;}
.top_bnrs_slides .slick-list { overflow: hidden; }
.top_bnrs_slides .slick-dots {padding-top: 2px;}
.top_bnrs_slides .slick-dots li {height: 4px;width: 60px;margin: 0 5px;}
.top_bnrs_slide {margin: 0 15px;}

.top_first{background:url(../images/top_first_img01_pc.jpg) center left top / 100% no-repeat;position:relative;}
.top_first:after{content:'';display:block;width:100%;height:74px;background:#fff;position:absolute;bottom:0;z-index:1;}
.top_first_inner{width:960px;position:relative;}
.top_first_ttl{font-size:26px;width:max-content;margin:0 auto 6px 0;}
.top_first_ttl .en{margin-bottom:2px;}
.top_first_ttl .en:after{width:62px;margin-left:12px;}
.top_first_des{width:430px;margin:0 auto 10px 0;}
.top_first_items{gap:25px;width:545px;position:relative;z-index:2;margin:62px 0 0;}
.top_first_items li{width:166px;}
.top_first_items li img{width:100%;}
.top_first_items li:nth-child(2) img{-moz-transition:2.2s;-o-transition:2.2s;-webkit-transition:2.2s;transition:2.2s;}
.top_first_items li:nth-child(3) img{-moz-transition:3.2s;-o-transition:3.2s;-webkit-transition:3.2s;transition:3.2s;}
.top_first_img01{position:absolute;top:0;right:-170px;width:579px;}

.top_flowing_letters{padding: 140px 0 44px;}
.top_flowing_txt{font-size: 95px;}

.top_feature{padding: 128px 0 104px;background: url(../images/top_feature_bg.jpg) center center / 1000px;}
.top_feature_inner{width: 960px;margin:0 auto;}
.top_feature_lists{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;justify-content: center;-webkit-justify-content: center;flex-wrap: wrap;-webkit-flex-wrap: wrap;gap: 0 38px;}
.top_feature_lists li{width: 294px;margin-bottom: 40px;min-height: 345px;}
.top_feature_num{display: none;}
.top_feature_lists li img{margin-bottom: 21px;}
.top_feature_lists li .txts{padding: 0;}
.top_feature_lists .top_feature_cat{font-size: 16px;margin-bottom: 5px;}
.top_feature_lists .top_feature_cat:before{width: 24px;margin: 12px 6px 0 0;}
.top_feature_lists .top_feature_ttl{font-size: 20px;margin-bottom: 10px;}
.top_feature_lists .top_feature_des {font-size: 14px;}
.top_feature_lists li:nth-of-type(even){margin:0 0 40px;}
.top_feature_lists li:nth-of-type(even) .txts{padding:0;}
.top_feature_lists li:nth-last-child(-n+3){margin-bottom: 0;}

.top_menu{padding: 94px 0;background: linear-gradient(90deg, #f1f8e9 0%, #f1f8e9 50%, #fff 50%, #fff 100%);}
.top_menu_inner{width: 960px;margin: 0 auto;}
.top_menu_lists li{margin-bottom:10px;position:relative;}
.top_menu_lists img{margin-left:auto;}
.top_menu_lists .txts{width:360px;position:absolute;top:50%;left:0;-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-webkit-transform:translate(0,-50%);transform:translate(0,-50%);margin:0;padding:44px;}
.top_menu_lists .txts .top_menu_ttl{font-size:28px;margin-bottom:7px;text-align:left;}
.top_menu_lists .txts .top_menu_ttl .en{font-size: 18px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;align-items: center;-webkit-align-items: center;}
.top_menu_lists .txts .top_menu_ttl .en:after{content: '';height: 1px;background: #136c3c;display: inline-block;width: 80px;margin-left: 12px;}
.top_menu_lists .txts .more01{width: 160px;margin: 0 auto 0 0;}

.top_voice{background: url(../images/top_voice_bg.jpg) center top / 380px repeat;padding: 108px 0;}
.top_voice_slides{width:100%;}
.top_voice_slide_txts{padding:25px;min-height: 170px;}
.top_voice_sub{margin-bottom:2px;font-size:16px;}
.top_voice_sub span:last-child{margin-left:10px;}
.top_voice_ttl{margin-bottom:10px;font-size:18px;}
.top_voice_inner{width:960px;}
.top_voice .slick-prev,.top_voice .slick-next{width:auto;top:0;transform:inherit;}
.top_voice .slick-prev{left:inherit;right:54px;}
.top_voice .slick-next{right:0;}
.top_voice .slick-prev:before,.top_voice .slick-next:before{width:50px;height:50px;}
.top_voice_slides {width: 960px;padding: 70px 0 30px;}
.top_voice_slides .slick-list { overflow: hidden; }
.top_voice_slides .slick-dots {padding-top: 2px;}
.top_voice_slides .slick-dots li {height: 4px;width: 60px;margin: 0 5px;}
.top_voice_slide {margin: 0 15px;width: 300px;}
.top_voice .midashi01{margin-bottom: 0;}
.top_voice .more01{margin: 0 0 0 auto;width: 265px;display: block;}

.top_access{padding:85px 0 0;}
.top_access_inner{width:960px;}
.top_access_name{margin-bottom:5px;font-size:22px;}
.top_access .top_access_tel{margin-bottom:20px;}
.top_access .more01{width:270px;}
.top_access .google-map{margin: 60px 0; height:350px;}
.top_access adress,.top_access .top_access_open{font-size:14px;}

.top-event{padding: 100px 0 0;width: 880px;}
.top-event ul{margin-bottom: 20px;width: 100%;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
.top-event ul li{margin: 0 20px 20px 0;width: 48%;width: 280px;}
.top-event ul li:nth-child(3n){margin-right: 0;}
.top-event ul li.wide{width: 560px;}
.top-event ul li.small img{padding: 97px 0;}
.top-event-text{padding: 18px;font-size: 18px;margin-bottom: 10px;}
.top-event-img{margin-bottom: 50px;}
.top-event-img>img{margin: 0 auto 20px;}

.top-event-img.main{margin-bottom: 80px;}
.top-event-img.main li{width: 50%;margin: 0 auto;}

.top_news{padding: 70px 0 100px;}
.top_news_contents{width: 880px;padding: 45px;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;justify-content: space-between;-webkit-justify-content: space-between;}
.top_news_left{width:30%;}
.top_news_ttl{font-size:26px;width:max-content;margin-bottom:17px;}
.top_news_ttl .en:after{width:62px;margin-left:12px;}
.top_news .more01{font-size:16px;margin-bottom:0;}
.top_news_items{width: 64%;}
.top_news_items .top_news_link {font-size: 18px;margin-bottom: 20px;padding: 0 50px 20px 0;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;align-items: center;-webkit-align-items: center;}
.top_news_items .top_news_link:after {border-width: 6px;bottom: 20px;}
.top_news_item_time {font-size: 16px;margin-right: 30px;}
.top_news_item_title {font-size: 14px;}

}


/* retina用 ----------------------------------------------- */
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {

}


/* =============================================
tablet-size
================================================*/
@media screen and (min-width:736px) and ( max-width:924px){

  .top_bnrs_slides,.top_first_items,.top_voice_slides,.top_news_left,.top_news_items{width:100%;}

  .top_first_inner,.top_feature_inner,.top_menu_inner,.top_voice_inner,.top_access_inner{width:90%;}

  .top_first_ttl,.top_first_des{width:40%;}

  .top-hero-item-image{width:100%;}
  .top_hero_scroll{top:inherit;right: -5vw;}

  .catch_ttl,.catch_hashtags p{text-align:left;}
  .catch{width:100%;position:absolute;top:inherit;left:3vw;bottom:4vw;margin:0;padding:0;}
  .catch_hashtags{justify-content:flex-start;-webkit-justify-content:flex-start;}

  .top_first_img01{right:-42vw;width:90%;}

  .top_news_contents{width:90%;flex-direction:column;-webkit-flex-direction:column;}
  .top_news_left{margin-bottom:6vw;}

}
