.slider {
  line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
}.slider {
  line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
}.slider {
  line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
}.slider {
  line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
}@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }

html{
	font-size: 62.5%; /*16px ×62.5％=10px*/
}
body{
  	font-family: 'Noto Sans JP', sans-serif;
	color: #282828;
	font-size: 1.6rem;
    font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	
/*
	max-width: 1300px;
	margin: 0 auto;
*/
}
img{
	max-width: 100%;
	height: auto;
}

/*-----------------
common
------------------*/
.text_center{
	text-align: center;
}
.menu_title {
    color: #5DC26F;
  position: relative;
  display: inline-block;
  padding: 0 55px;
    background: -webkit-linear-gradient(0deg, #00A0DA, #5DC26F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    letter-spacing: 0.2em;
}

.menu_title:before, .menu_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
    background:linear-gradient(to right,#00A0DA, #5DC26F);
}

.menu_title:before {
  left:0;
}
.menu_title:after {
  right: 0;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 0.6s;
}
.top_anime {
  opacity : 0;
  transition: all 8s;
}

.br_sp{
	display: none;
}
.br_pc{
	display: block;
}
.pc_none{
	display: none;
}

/*-----------------
header
------------------*/
.header_wrap{
	width: 100%;
	display: flex;
	justify-content:space-between;
	position: fixed;
	top: 0;
	z-index: 200;
    background-color: rgba(255,255,255,0.9);
}
.sp_header_img{
	display: none;
}
.header_logo{
	position: relative;
	width: 160px;
}
.orenge{
	width: 45%;
	position: relative;
	top: -15px;
    display: none;
}
.logo_top{
	position: absolute;
    top: 29px;
    left: 16%;
    width: 224px;
}
.menu{
	padding: 30px;
	text-transform: uppercase;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
.menu_a{
	display: inline-block;
	color: #616161;
}
h1{
	display: none;
}
.gl_menu{
	display: flex;
	float: right;
	text-shadow: 1px 2px 3px rgba(245, 245, 245, 0.5);
}
/*-----------------
HERO img
------------------*/
.sec_heroimg{
	padding-top: 75px;
	/*height: 100vh;*/
}
.heroimg_wrap{
	margin-top: 10px;
}
.hero_img{
/*background-image: url(../img/hero_img_kokua.jpg);*/
    width: 80vw;
    height: 85vh;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	
}
.sp_hero_img{
	display: none;
}
.hero_text_warap{
	position: absolute;
	top: 10%;
	left: 5%;
	max-width: 750px;
}
.kokua_news{
	position: absolute;
    top: 84%;
    right: 2%;
    background-color: rgba(255, 255, 255, 0.79);
    padding: 15px 10px;
    color: #47a17a;
}
.news_title{
	font-size: 1.4rem;
	margin-bottom: 3px;
}
.news_date{
	letter-spacing: 0rem;
	margin-right: 10px;
}
.news_line{
	height: 1px;
    background-color: #47a17a;
    width: 35%;
    border: none;
    margin: 5px 0;
	margin-bottom: 10px;
}
.news_text{
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
}
.news_text a{
	color: #47a17a;
}

.news_text a::after {
  border-bottom: solid 1px #47a17a;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
  margin-top: 4px;
}
.news_text a:hover::after {
  width: 100%;
}


.fa-caret-right{
	position: relative;
	top: 3px;
	margin-left: 4px;
	font-size: 2rem;
}

.bgc_green{
	position: relative;
    left: 22px;
    bottom: 83vh;
    width: 80vw;
    height: 85vh;
    margin: 0 auto;
    z-index: 10;
    background-color: #bce5df;
}
.bgc_glay{
	display: table;
    position: relative;
    top: -124vh;
    width: 100%;
    height: 500px;
    background-color: #f0f2f3;
    transform: skewY(-20deg);
	z-index: 0;
}
h2{
	color: #fff;
	font-size: 2.5rem;
	max-width: 340px;
	margin-top: 35px;
	display: flex;
	align-items: center;
	text-shadow: 1px 2px 3px #808080;
}
h2:before {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
h2:before {
	margin-right: 1rem;
}


/*-----------------
message
------------------*/
.sec_message{
	max-width: 960px;
    margin: 20px auto;
    padding: 0 10px 0;
    color: #47a17a;
    position: relative;
}
.message_title{
	font-size: 3.5rem;
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	width: 220px;
}
.message_title:before {
	border-top: 2px solid;
	content: "";
	flex-grow: 1;
}
.message_title:before {
	margin-right: 1rem;
}
.message_title span{
	margin-left: 10px;
	margin-bottom: 7px;
}
.message_text{
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	line-height: 3rem;
}
.img_meeting{
	max-width: 420px;
	position: absolute;
	left: 55%;
	top: 102%;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
}
/*-----------------
service
------------------*/
.sec_service{
	max-width: 960px;
	margin: 120px auto 0;
	padding: 0 10px 0;
}
.service_title{
	position: relative;
	margin: 0 0 60px 20px;
    text-align: center;
}
.orenge_circle{
	max-width: 100px;
}
.service{
}
.service_name_wrap{
	max-width: 860px;
	margin: 0 auto 90px;
}
.service_sub_title{
	font-size: 2.2rem;
	letter-spacing: 0.5rem;	
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	color: #47a17a;
	font-weight: 500;
}
.service_sub_title:before {
	border-top: 2px solid #fb7953;
	content: "";
	flex-grow: 1;
}
.service_sub_title:before {
	margin-right: 1rem;
}
.service_sub_title span{
	margin-left: 5px;
}
.service_name{	
	max-width: 400px;
}
.giftbook_wrap{
	display: flex;
}

.giftbook_wrap a{
	color: #47a17a;
	text-decoration: none;
}

.service_text{
	margin-right: 20px;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    font-size: 1.4rem;
}
.img_giftbook{
	max-width: 363px;
    margin-top: -81px;
}
.three_chara_wrap{
	max-width: 780px;
	margin: 0 auto; 
}
.service_chara{
	width: 300px;
}
.three_contents{
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 0;
	margin: 0 auto;
}
.chara_content{
	max-width: 200px;
}
.chara_icon_img{
	width: 100px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.chara_title{
	font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 2.1rem;
    position: relative;
}
.chara_title:after {
    content: '';
    position: absolute;
    bottom: -16px;
    display: inline-block;
    width: 18px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fb7953;
}
.chara_text{
	line-height: 2.4rem;
    letter-spacing: 0.25rem;
    font-size: 1.35rem;
}
.bgc_blue_img{
	background-image: url("../img/service_back.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 200px;
	position: relative;
	top: -100px;
	z-index: -1;
}


/*-----------------
profile
------------------*/
.sec_profile{
	max-width: 960px;
	margin: 50px auto 0;
	position: relative;
	padding: 10px;
}
.profile_title{
	position: relative;
	max-width: 300px;
	margin: 0 auto 60px;
}
.profile_circle{
	position: absolute;
	left: 75%;
	top: -96%;
	z-index: -10;
}
.img_profile{
	max-width: 550px;
}
.about_wrap{
	position: absolute;
	left: 44%;
	top: 85%;
	max-width: 550px;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2)
                ,0px 0px 5px 3px rgba(0, 0, 0, 0.2) inset;
	border: solid 2px #47a17a;
	padding: 28px 30px;
}
.about_kokua{
	color: #47a17a;
	font-size: 2.5rem;
	letter-spacing: 0.3rem;
	margin-bottom: 30px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); 
}
.about_kokua span{
	color: #fff;
}

.about_text{
	letter-spacing: 0.2rem;
	line-height: 2.2rem;
	
}
/*-----------------
our history
------------------*/
.sec_history{
	max-width: 960px;
	margin: 500px auto 0;
	position: relative;
	padding: 10px;
	height: 1500px;
    background-image: url("../img/history_line.png");
    background-position: top center;
    background-repeat: no-repeat;
	z-index: -1;
}
.history_title{
	position: relative;
	top:-20px;
	margin-bottom: 70px;
}
.history{
	position: absolute;
	left: 53%;
	top: 27%;
}
.history_table{
	display: flex;
	justify-content: space-between
}
.history_right{
	text-align: right;
}
.history_left .history_right{
	max-width: 480px;
}
.year_left{
	display: flex;
	align-items: center;
	font-size: 3.375rem;
    letter-spacing: 0.005em;
    line-height: 1;
	color: #529a8f;
	margin-bottom: 25px;
}
.year_left:after {
    content: "";
	flex-grow: 1;
	height: 3px;
	background: #529a8f;
	width: 350px;
	display: block;
	
}
.year_left span{
	margin-right: 30px;
}
.year_right{
	display: flex;
	align-items: center;
	font-size: 3.375rem;
    letter-spacing: .05em;
    line-height: 1;
	color: #529a8f;
	margin-top: 100px;
	margin-bottom: 25px;
}
.year_right:before {
    content: "";
	flex-grow: 1;
	height: 3px;
	background: #529a8f;
	width: 336px;
	display: block;
}
.year_right span{
	margin-left: 30px;
}
.history_wrap{
	margin-bottom: 30px;
}
.month{
	color: #fb7953;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 1.8rem
}
.history_text{
	line-height: 2.5rem;
	font-size: 1.7rem
}
.his_img1{
	max-width: 380px;
	margin: 150px 10px;
}
.his_img2{
	max-width: 380px;
	margin: 150px 0 150px 75px ;
}
/*-----------------
member
------------------*/
.sec_member{
	
	padding-bottom: 30px;
}
.member_contents{
	max-width: 1100px;
	margin: 0px auto;
	padding-top: 60px;
	height: auto;
}
.member_title{
	position: relative;
}
.member{
	margin-bottom: 60px;
}
.member_prof_wrap{
	max-width: 960px;
	margin: 60px auto 0;
}
.member_prof{	
	display: flex;
	flex-flow: row-reverse;
	position: relative;
	padding-bottom: 522px;
}
.img_member{
	max-width: 400px;
	position: absolute;
	top: 100px;
	z-index: 1;
}
.plof_text_wrap{
	background-color: #fff;
	max-width: 580px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 35px;
	
}
.en_name{
	font-size: 3.5rem;
	color: #fb7953;
	position: absolute;
	top: -20px;
	text-transform: uppercase;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.name{
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	margin-bottom: 20px;
}
.img_line{
	width: 45px;
	margin-bottom: 20px;
}
.prof_text{
	margin-right: 90px;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	line-height: 2.2rem;
}
.member_prof_left{
	display: flex;
	position: relative;
	padding-bottom: 644px;
	flex-flow: column;
	padding-top: 0px;
	
}
.img_member_left{
	max-width: 400px;
	position: absolute;
	top: 50px;
	z-index: 1;
}
.plof_text_wrap_left{
	background-color: #fff;
    max-width: 580px;
    position: absolute;
    top: 120px;
    left: 340px;
    padding: 35px 35px 35px 95px;
}
.text_left{
	margin-right: 0;
}
/*-----------------
news
------------------*/
.sec_news{
	/*max-width: 960px;*/
	margin: 100px auto 0;
	padding: 0 10px 0;
}
.news_header{
	position: relative;
	margin: 0 0 80px 20px;
}
.news{
}
.news_list_up{
        max-width: 1100px;
        margin: 0 auto 50px;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        /*↑３つめのニュースができたら、justify-content: space-between;をつける*/
}
.news_filter{
        max-width: 1100px;
        margin: 0 auto 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
}
.news_filter_buttons{
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        width: 100%;
}
.news_filter_button{
        border: 1px solid #47a17a;
        background-color: #fff;
        color: #47a17a;
        border-radius: 999px;
        padding: 6px 20px;
        font-size: 1.4rem;
        letter-spacing: 0.05rem;
        transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
        cursor: pointer;
}
.news_filter_button:hover,
.news_filter_button:focus{
        background-color: #47a17a;
        color: #fff;
        box-shadow: 0 0 0 3px rgba(71,161,122,0.15);
        outline: none;
}
.news_filter_button.is-active{
        background-color: #47a17a;
        color: #fff;
        box-shadow: 0 4px 12px rgba(71,161,122,0.25);
}
.news_category_list{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 8px;
}

.news_category{
        display: inline-block;
        margin-bottom: 8px;
        padding: 4px 12px;
        border-radius: 999px;
        background-color: #f0f8f4;
        color: #2f6b4f;
        font-size: 1.3rem;
        letter-spacing: 0.05rem;
        font-weight: 600;
}

.news_category_list .news_category{
        margin-bottom: 0;
}
.news_one{
        width: 30%;
        box-shadow: 2px 2px 8px rgba(3,3,3,0.1);
    border-radius: 3px;
        transition: all 0.1s ease 0s;
	padding: 15px 10px;
	margin-bottom: 25px;
	margin-right: 10px;
	/*↑３つめのニュースができたら、margin-right: 10px;を外す*/
}
.news_one:hover {
	transform: translateY(-0.1875em);
	box-shadow: 2px 3px 9px rgba(93,194,111,0.6);
}
.news_one a{
	 display: block;
}
.news_thumbnailarea{
	width: 265px;
	margin: 0 auto;
}

.news_thumbnailarea img{
	width: 300px;
	height: 150px;
	object-fit: cover;
}

.news_thumbnail{
	border: 1px solid #E4E4E4;
}
.news_text_wrap{
	padding: 12px 11px;
	/*color: #47a17a;*/
}

.news_meta_row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 7px;
}

.news_meta_row .news_date_2{
	margin-bottom: 0;
}

.news_meta_row .news_category_list{
	margin-bottom: 0;
}

.news_date_2{
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 7px;
	letter-spacing: 0.05rem;
}
.news_sub_title{
	line-height: 2.2rem;
	letter-spacing: 0.1rem;
}

.youtube_wrap{
	max-width: 640px;
	text-align: center;
}
.youtube{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	text-align: center;
}
.youtube_iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin:0,auto;
	width: 100%;
	height: 100%;
}
.youtube_title{
	text-align: center;
	color: #47a17a;
}

/*-----------------
sns
------------------*/
.sec_sns{
	max-width: 750px;
	margin: 60px auto 0;
	padding: 0 10px 0;
	
}
.sns_title{
	color: #47a17a;
    font-size: 3rem;
    font-family: system-ui, "Times New Roman", Times, "serif";
    font-style: italic;
    letter-spacing: 0.5rem;
	margin-bottom: 24px;
}

.sns_wrap{
	display: flex;
	justify-content: space-between;
}

.insta_wrap{
	width: 48%;
}

/*
.twitter-timeline{
	margin-left: 25px;
}
*/
.twitter_wrap{
	border: 1px solid #E4E4E4;
	width: 48%;
	height: 565px;
	
}
/*-----------------
company
------------------*/
.sec_company{
	max-width: 1100px;
	margin: 120px auto 0;
	padding-bottom: 300px;
}
.company_title{
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	margin: 80px auto 60px;
}
.company_circle{
	position: absolute;
	left: -23%;
    top: -31px;
	z-index: -1;
}
.company_info{
	width: 615px;
	margin: 0 auto;
}
.company_info tbody{
	color: #47a17a;
}
.company_info tr{
	border-bottom: 1px solid #47a17a;
}
.company_info th{
	width: 40%;
    font-weight: 600;
    padding: 35px 35px 35px 98px;
	text-align: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
}
.company_info td{
	width: 70%;
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
	font-size: 15px;
    font-weight: normal;
    line-height: 1.8em;
}
/*-----------------
contact
------------------*/
.section1{
  	position: relative;
  	/*レイアウト用のCSS*/
	/*  background-color: pink;*/
}
.section1::before{
  	content:"";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	/*ここで三角形のサイズを決める。
	必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  	border-width: 0 0 140px 100vw ;
  	border-color: transparent transparent #f0f2f3 transparent;
}
.sec_contact{
	padding-top: 80px;
	background-color: #f0f2f3;
	padding-bottom: 400px;
}
.contact{
	margin-bottom: 50px;
}
.form_wrap{
	background-color: #fff;
	color: #47a17a;
	max-width: 680px;
	margin: 0 auto;
	padding: 40px 0 50px;
}
.form_messe{
	line-height: 2.1rem;
	margin-bottom: 40px;
	font-size: 1.5rem;
}
.contact_form{
	max-width: 580px;
	margin: 0 auto;
}
.form-item{
	display: flex;
    width: 99%;
    margin: 0 auto 20px;
}
.form-title{
	width: 42%;
    text-align: right;
    font-size: 1.5rem;
    margin-right: 15px;
}
.form-item2{
    width: 500px;
    margin: 0 auto;
}


.form-title2{
	margin-left: 57px;
	margin-bottom: 20px;
}

.caution{
	color: #F18565;
	margin-left: 10px;
	font-size: 1.1rem;
}
.form-detail{
	margin-left: 20px;
	width: 280px;
}
.form-parts{
	width: 38%;
	padding: 5px;
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom: 1px solid #47a17a;
}
.form-parts2{
	width: 76%;
	height: 150px;
    margin: 12px 57px 0 60px;
    border: 1px solid #47a17a;
}
.policy_box{
	margin: 40px 0 20px;
	font-size: 1.1rem;
}
.policy_box a {
	color: #47a17a;
	text-decoration: none;
}

.policy_box a:hover {
	color: #fb7953;
	text-decoration: underline;
}

/*送信ボタン*/

.btn-submit{
	display: block;
	width: 200px;
	margin: 0 auto;
	background: #47a17a;
    border-radius: 5px;
	border: 2px solid #47a17a;  
	color: #fff;
	padding: 8px 0;
	letter-spacing: 0.3rem;
	font-size: 1.4rem;
	position: relative;
    z-index: 2;
	text-decoration: none;
    outline: none;
}
.btn-submit::before,
.btn-submit::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.btn-submit,
.btn-submit::before,
.btn-submit::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-submit:hover {
  background-color: #fff;
  border-color: #47a17a;
  color: #47a17a;
}
.btn-submit::before,
.btn-submit::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #47a17a;
}
.btn-submit::before {
  right: 0;
}
.btn-submit::after {
  left: 0;
}
.btn-submit:hover::before,
.btn-submit:hover::after {
  width: 0;
  background-color: #47a17a;
}
.btn-submit p{
	letter-spacing: 1rem;
}
.error_mes{
	color: red;
    margin-bottom: 16px;
    margin-top: -13px;
}
.name_error{
	margin-left: 161px;
}
.company_error{
	margin-left: 105px;
}
.mail_error{
	margin-left: 105px;
	}
.question_error{
	margin-left: 98px;
    margin-top: 0;
	}
.pp_error{
	margin-left: 81px;
}

/*-----------------
privacy
------------------*/
.sec_privacy{
	max-width: 960px;
	margin: 130px auto 200px;
	padding: 0 10px 0;
}
.privacy_title{
	position: relative;
	margin: 0 0 80px 20px;
}
.orenge_circle_pr{
	width: 75px;
    display: none;
	
}
.prapoli{
	position: relative;
	top: -60px;
	left: 40px;
}

.privacy{
	position: absolute;
	top: 30%;
	left: 6%;
}

.privacy_text{
	max-width: 860px;
	margin: 0 auto;
	padding-bottom: 125px;
	margin-right: 20px;
    line-height: 3rem;
    letter-spacing: 0.3rem;
    font-size: 1.4rem;
}

.privacy_text ul {
	margin: z0;
	padding-left: 20px;
	list-style-type: disc;
}

.privacy_subtitle {
	color: #47a17a;
	font-size: 1.6rem;
	padding-top: 30px;
	padding-bottom: 5px;
}
.news_pic {
	text-align: center;
}
/*-----------------
news_page
------------------*/
.news_page{
	max-width: 960px;
	margin: 130px auto 200px;
	padding: 0 10px 0;
}
.news_page_title{
	position: relative;
	margin: 0 0 10px 0;
	font-size: 2rem;
	line-height: normal;
}

.news_body{
	max-width: 860px;
	margin: 0 5px;
	padding-bottom: 125px;
    letter-spacing: 0.3rem;
	line-height: 2.5rem;
    font-size: 1.4rem;
	word-break: break-all;
}

.news_body ul {
	margin: z0;
	padding-left: 20px;
	list-style-type: disc;
}

.news_body a {
	color: #47a17a;
	text-decoration: none;
}

.news_body a:hover {
	color: #fb7953;
	text-decoration: underline;
}

.news_page_date {
	color: #47a17a;
	font-size: 1.6rem;
	padding: 10px,0,5px,0;
}

.news_body p {
	margin-bottom: 20px;
}

/*-----------------
subpage
------------------*/
.subpage{
	position: relative;
	/*top: -60px;
	left: 40px;
	font-size: 3rem;*/
}

.menu_title.subpage{
    font-size: 24px;
    padding:0 0 30px 0;
}
.menu_title.subpage:before,.menu_title.subpage:after{
    display: none;
}

/*-----------------
footer
------------------*/
.section3{
  	position: relative;
  	/*レイアウト用のCSS*/
	/*  background-color: pink;*/
}
.section3::before{
  	content:"";
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	/*ここで三角形のサイズを決める。
	必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  	border-width: 0 0 180px 80vw ;
  	border-color: transparent transparent #ccccaa transparent;
}
.section4{
  	position: relative;
}
.section4::before{
  	content:"";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	/*ここで三角形のサイズを決める。
	必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  	border-width: 20px 100vw 250px 0;
  	border-color: transparent transparent #529a8f transparent;
}
.kokua_footer{
	max-width: 100%;
	margin: 0 auto;
}
footer{
	background-color: #529a8f;
	padding-bottom: 10px;
}
.footer_logo{
	position: relative;
	width: 310px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_logoimg{
	width: 260px;
	position: relative;
	z-index: 2;
}
.copyrights{
	color: #fff;
}

.banner_container{
	display: flex;
	margin: 10px auto 60px;
    -webkit-align-items: flex-start;  /* Safari etc. */
  -ms-align-items    : flex-start;  /* IE10        */
  align-items        : flex-start;
}

.banner_item{
	margin: 0 30px;
    flex: 1;
}
.banner-title{
	text-align: center;
	margin-bottom: 10px;
    
}

/*800以下をレスポンシブにする*/
@media screen and (max-width: 800px){
	.fadein{
		opacity : 1;
	}
	
	
	.sp_header_img {
/*
    	display: block;
    	padding: 7px;
    	width: 108px;
    	margin: 0 auto;
*/
	}
	.header_logo{
		display: block;
	}
	.orenge {
    	width: 32%;
    	left: -2px;
    	top: -16px;
	}
	.logo_top {
    	top: 36px;
    	left: 17%;
    	width: 224px;
	}

/*ハンバーガーメニュー*/
	#header #navi {
  		transition: all .6s;
  		overflow-y: auto;
  		padding-top: 40px;
  		width: 200px;
  		height: 100vh;
  		z-index: 200;
  		top: 0;
  		right: -320px;
  		background-color: #fff;
  		position: fixed;
		opacity: 0.8;
	}
 
	#header .nav_btn {
  		width: 46px;
    	height: 44px;
    	z-index: 300;
    	top: 20px;
    	right: 15px;
    	cursor: pointer;
    	position: absolute;
	}
 
	.hamburger_line {
  		transition: all .6s;
  		width: 34px;
  		height: 2px;
  		left: 5px;
  		background-color: #5DC26F;;
  		position: absolute;
	}
 
		.hamburger_line1 { top: 10px; }
		.hamburger_line2 { top: 21px; }
		.hamburger_line3 { top: 32px; }
 
	.nav_bg {
		opacity: 0;
		transition: all .6s;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		top: 0;
		left: 0;
		visibility: hidden;
		background-color: #000;
		cursor: pointer;
		position: fixed;
	}
	.gl_menu {
    	display: block;
	}
 
	/* 表示された時用のCSS */
	.nav_open #header #navi { right: 0; }
 
	.nav_open .nav_bg {
	 	opacity: .8;
	  	visibility: visible;
	}
 
	.nav_open .hamburger_line1 {
  		transform: rotate(45deg);
  		top: 20px;
	}
 
	.nav_open .hamburger_line2 {
  		width: 0;
  		left: 50%;
	}
 
	.nav_open .hamburger_line3 {
  		transform: rotate(-45deg);
  		top: 20px;
	}
	
	
	.img_giftbook {
    max-width: 363px;
    margin-top: -14px;
	}

	

	.year_left:after {
    	width: 238px;
	}
	.year_right:before {
	    width: 258px;
    	display: block;
	}
	
	
	.member_prof_wrap {
    	padding: 0 10px;
	}
	
	
	.img_member {
    	max-width: 300px;
    	position: absolute;
    	top: -100px;
    	z-index: 1;
	}
	.plof_text_wrap {
	    max-width: 445px;
	}
	
	.prof_text {
    	margin-right: 20px;
	}
	.img_member_left {
    	max-width: 300px;
    	position: absolute;
    	top: 50px;
    	z-index: 1;
	}
	.plof_text_wrap_left {
    	max-width: 445px;
	    left: 232px;
	}
	.member_prof_left {
    	padding-top: 150px;
	}
	
	.news_thumbnailarea {
    	width: 212px;
	}
	.banner_container{
		display: block;
		margin: 0px auto 30px;
		/*text-align: center;*/
            padding: 0px 15px;
	}
	.banner_item{
		margin: 20px 10px;
	}
	
}


/*420以下をレスポンシブにする*/
@media screen and (max-width: 420px){
/*----------------
	common
-----------------*/
	.fadein{
		opacity : 1;
	}
	.sp_none{
		display: none;
	}
	.menu_title {
    	font-size: 1.5rem;
    letter-spacing: 0.4rem;
	}
	.orenge_circle {
    	max-width: 70px;
	}
	.br_sp{
		display: block;
		
	}
	.br_pc{
		display: none;
	}
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
	.cursor{
		display: none;
	}
	.follower{
		display: none;
	}

/*----------------
	header
-----------------*/
	
	
	
	
/*----------------
	hero_img
-----------------*/
	.sec_heroimg {
    	position: relative;
    	padding-top: 74px;
    	padding-bottom: 30px;
    	/*height: 70vh;*/
	}
	.hero_img{
		background-image: url("../img/hero_img_kokua.jpg");
		width: 88vw;
    	height: 66vh;
	}
	.bgc_green {
		left: 12px;
    	bottom: 64vh;
    	width: 87vw;
    	height: 65.7vh;
	}
	.bgc_glay {
	    top: -111vh;
    	height: 286px;
    	transform: skewY(-20deg);
	}
	.hero_text_warap{
		top: 14%;
    	left: 2%;
    	max-width: 316px;
	}
	h2{
		font-size: 1.5rem;
    	max-width: 210px;
    	margin-top: 12px;
	}
	.kokua_news {
    position: absolute;
    top: 78%;
    right: 0%;
	left: 0%;
	margin: 0 7px;  
    background-color: rgba(255, 255, 255, 0.79);
    padding: 10px;
    color: #47a17a;
	}
	.news_date{
		display: inline-block;
		margin-bottom: 3px;
	}
/*----------------
	message
-----------------*/
	.sec_message {
      	margin: -10px auto 0;
		padding: 0;
	}
	.message_title {
    	font-size: 2.5rem;
	    margin-bottom: 30px;
	    width: 150px;
		margin-left: 10px;
	}
	.img_meeting {
    	position: static;
		margin: 10px auto;
	}
	.message_title:before {
    	border-top: 1px solid;
	}
	.message_title span {
    	margin-left: 2px;
    	margin-bottom: 4px;	
	}
	.message_text {
		padding: 0 10px 0;
    	font-size: 1.2rem;
    	letter-spacing: 0.2rem;
    	line-height: 2rem;
		margin-bottom: 40px;
	}
/*----------------
	service
-----------------*/
	.sec_service,.NewsArea {
    	margin: 30px auto 0 !important;
    	padding: 0;
	}
	.service_title {
    	margin: 0 0 50px -14px;
	}
	.service {
        /*left: 12%;*/
	}
    .service_message{
        padding: 0 15px;
    }
    .banner-txt{
        padding-bottom: 25px;
    }
	.service_sub_title {
    	font-size: 1.8rem;
    	letter-spacing: 0.5rem;
    	margin-bottom: 40px;
	}
	.service_sub_title:before {
    	border-top: 1px solid #F18565;
	}
	.service_name {
    	max-width: 330px;
	}
	.giftbook_wrap{
		display: block;
	}
	.img_giftbook {
    	width: 354px;
    	margin-top: 10px;
	}
	
	.service_text {
		padding: 10px;
    	line-height: 2.3rem;
    	letter-spacing: 0.2rem;
    	font-size: 1.2rem;
		margin-right: 0px;
	}
	.service_chara {
    	width: 170px;
	}
	.chara_content {
    	max-width: 370px;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.chara_icon_img {
    	width: 130px;
    	margin-bottom: 20px;
	}
	.chara_title {
    	font-size: 1.6rem;
    	letter-spacing: 0.2rem;
	}
	.chara_text {
    	line-height: 2rem;
    	letter-spacing: 0.2rem;
    	font-size: 1.2rem;
	}
	.three_contents {
    	display: block;
	}
/*----------------
	profile
-----------------*/
	.sec_profile {
    	/*margin: -100px auto 0;*/
    	position: relative;
		padding: 0 15px;
	}
	.profile_title {
    	margin: 0 auto 60px;
	}
	.profile_circle {
    	position: absolute;
    	left: 62%;
    	top: -70%;
	}
	.img_profile {
    	margin: 0 auto;
	}
	.about_wrap {
    	position: absolute;
  		left: 0;
  		right: 0;
  		margin: auto;
		top: 37%;
/*    	margin: 0 auto;*/
    	max-width: 295px;
    	padding: 30px 10px;
	}
	.about_kokua {
    	color: #47a17a;
    	font-size: 2rem;
		letter-spacing: 0.3rem;
    	margin-bottom: 25px;
		text-align: center;
	}
	.about_kokua span {
    	color: #47a17a;
	}	
	.about_text {
		font-size: 1.3rem;
    	letter-spacing: 0.2rem;
    	line-height: 2rem;
	}
/*----------------
	history
-----------------*/
	.sec_history{
/*		position: static;*/
		margin: 0;
		background-size: 25px;
		background-position: 8% 0%;
		background-repeat: repeat-y;
		height: 1000px;
		padding-bottom: 150px;
	}
	.history_title {
    	top: -50px;
		margin-bottom: 70px;
	}
	.history_circle{
		position: absolute;
		left: -5px;
	}
	.history {
    	left: 12%;
    	top: 25px;
	}
	.history_table{
		display: block;
		left: 6%;
		padding: 0px;
	}
	.history_left{
		text-align: right;
	}
	.year_left{
		flex-flow: row-reverse;
		margin-left: 43px;
		margin-bottom: 20px;
		max-width: 270px;
	}
	.year_left span {
    	margin-right: 0px;
		margin-left: 10px;
		font-size: 2.5rem;
	}
	.year_left:after {
    	height: 2px;
	}
	.history_wrap {
	    max-width: 337px;
	}
	.his_wr_left{
		max-width: 311px;
	}
	.month{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.history_text{
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.year2019 {
		position: absolute;
		top: 9%;
	}
	.year_right{
		margin-bottom: 20px;
		max-width: 300px;
		margin-left: 43px;
	}
	.year_right span {
    	margin-right: 0px;
		margin-left: 10px;
		font-size: 2.5rem;
	}
	.year_right:before {
    	height: 2px;
	}
	.year2020{
		position: absolute;
		top: 50%;
	}
	.his_img1{
		position: absolute;
		top: 57%;
		left: 20%;
		max-width: 240px;
	}
	.his_img2{
		margin: 0;
    	position: absolute;
    	top: 86%;
    	left: 23%;
    	max-width: 240px;
	}
/*----------------
	member
-----------------*/
	.sec_member{
		/*margin-top: -37px;
		background-image: url("../img/sp_member_back.png");
    	background-size: 100% auto;
    	background-repeat: no-repeat;*/
		padding-bottom: 10px;
	}
	.member_contents {
    	padding-top: 55px;
	}
	.member {
    	top: 7px;
	}
	.plof_text_wrap {
    	margin: 20px auto 0;
	}
	.member_prof_wrap{
    	margin: 30px auto 0;
	}
	.member_prof {
		display: block;
		text-align: center;
    	padding-bottom: 0px;
		margin-bottom: 50px;
	}
	.plof_text_wrap {
		position: static;
		padding: 20px;
		text-align: left;
		width: 80%;
	}
	.img_member{
		position: static;
		max-width: 294px;
	}
	.en_name{
		font-size: 2.5rem;
		top: -14px;
	}
	.name{
		font-size: 1.9rem;
		margin-bottom: 10px;
	}
	.img_line {
    	width: 25px;
    	margin-bottom: 10px;
	}
	.prof_text {
    	margin-right: 0px;
    	font-size: 1.3rem;
    	letter-spacing: 0.2rem;
    	line-height: 1.7rem
	}
	.member_prof_left {
    	display: block;
    	text-align: center;
    	padding-bottom: 0px;
    	margin-bottom: 60px;
    	padding-top: 0;
	}
	.img_member_left{
		max-width: 294px;
		position: static;
	} 
	.plof_text_wrap_left {
    	position: static;
    	padding: 20px;
		margin: 20px auto;
		text-align: left;
		width: 80%;
	}
    .profileTxt{
        padding-bottom: 20px;
    }
/*----------------
	news
-----------------*/
	.sec_news{
		margin: 0 auto;
		padding: 0 auto;
	}
        .news_list_up {
        display: block;
                width: 100%;
                margin-top: 30px;
        }
        .news_filter{
                margin: 0 auto 25px;
                gap: 10px;
        }
        .news_filter_buttons{
                justify-content: center;
                gap: 10px;
        }
        .news_filter_button{
                font-size: 1.3rem;
                padding: 6px 16px;
        }
        .news_header{
                margin: 0 auto;
        }
	.news{
		left: 0%;
	}
	.news_list{
		width: auto;
		display:block;
	}
	.news_one{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}	
	.news_thumbnailarea {
    	width: 297px;
	}
        .news_thumbnail{
		width: 305px;
	}
        .news_text_wrap {
        padding: 10px 11px;
        }
        .news_meta_row{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin-bottom: 6px;
        }
        .news_meta_row .news_date_2{
        margin-bottom: 0;
        }
        .news_category{
                font-size: 1.2rem;
                margin-bottom: 6px;
        }
        .news_date_2 {
        font-size: 1.6rem;
        font-weight: 600;
    	margin-bottom: 6px;
    	letter-spacing: 0.05rem;
	}
        .news_sub_title {
        font-size: 1.5rem;
        line-height: 2.1rem;
        letter-spacing: 0.1rem;
        }
        .news_filter{
                gap: 8px;
        }
        .news_filter_button{
                font-size: 1.2rem;
                padding: 6px 12px;
        }

/*----------------
	sns
-----------------*/
	.sec_sns{
	    margin: 80px auto 0;
    	padding: 0 10px 0;
	}
	.sns_title {
	    font-size: 2.4rem;
		margin-left: 10px;

	}
	.sns_wrap {
    	display: block;
    	width: 97%;
    	margin: 0 auto;
	}
	.insta_wrap{
		width: 100%;
	}
	.twitter_wrap2 {
		text-align: center;
		margin-top: 25px;
	}
	
	.twitter-timeline{
		margin: 30px auto 0;
	}

/*----------------
	company
-----------------*/	
	.sec_company{
		padding: 0 20px;
		height: auto;
		margin-top: 100px;
	}
	.form-item {
    	display: block;
    	margin-bottom: 20px;
	}
	.company_title {
		text-align: center;
		margin: 40px auto 50px;
	}
	.company_circle{
		position: static;
    	z-index: -1;
	}
	.company{
		position: relative;
		top: -20px;
	}
	
	.company_info{
		padding: 10px;
		width: 93%;
	}
	
	.company_info tr{
		text-align: left;
	}
	.company_info th {
		display: block;
		font-size: 1.4rem;
		padding: 20px 10px 10px 10px;
	}
	.company_info td{
		display: block;
		padding: 5px 0px 20px 10px;
	    font-size: 1.3rem;
		line-height: 1.5rem;
		max-width: 400px;
	}
	.company_info td {
     	width: 100%; 
   		padding-left: 10px;
	}
	
	.section1 {
		margin-top: 200px;
	}
	.section1::before {
    	content: "";
    	position: absolute;
    	bottom: 0;
    	left: 0;
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 0 0 100px 100vw;
}
	
/*----------------
	contact
-----------------*/	
	.sec_contact {
    	padding: 20px 10px;
    	padding-bottom: 150px;
	}
	.form_messe {
		font-size: 1.4rem;
    	line-height: 1.7rem;
    	margin-bottom: 40px;
	}
	.form_wrap {
    	padding: 30px 0;
	}
	
	.form-title {
    	text-align: left;
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.form-title2 {
    	margin-left: 0px;
    	text-align: left;
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.caution{
		margin-left: 5px;
		font-size: 1rem;
	}
	.contact_form{
		padding: 0 30px;
	}
	.form-item2 {
        width: 100%;
    	margin: 0 auto;
	}
	.form-parts {
    	width: 100%;
    	padding: 3px;
    	height: 23px;
    	border-right: none;
    	border-left: none;
    	border-top: none;
	}
	.form-parts2 {
    	width: 100%;
   		height: 150px;
    	margin: 10px 0 0 0;
	}
	.form-detail {
    	margin-left: 0px;
		width: 95%;
	}
	.error_mes{
		color: red;
		font-size: 1.4rem;
		margin-bottom: 16px;
		margin-top: -13px;
	}
	.name_error{
		margin-left: 0px;
	}
	.company_error{
		margin-left: 0px;
	}
	.mail_error{
		margin-left: 0px;
	}
	.question_error{
		margin-left: 0px;
    	margin-top: 5px;
	}
	.pp_error{
		margin-left: 0px;
		margin-top: 5px;
	}
	.policy_box {
    	margin: 20px 0 10px;
    	font-size: 1rem;
	}
	.btn-submit {
    	width: 180px;
    	padding: 4px 0;
		font-size: 1.3rem;
	}
	
	
	.section3::before {
    	border-width: 0 0 70px 80vw;
	}
	
	.section4::before {
    	border-width: 20px 100vw 80px 0;
	}
/*----------------
	footter
-----------------*/	
	.footer_logo {
    	margin-bottom: 2px;
	}
	.footer_circle {
    	left: 14px;
    	top: -6px;
    	width: 30px;
	}
	.footer_logoimg {
    	width: 80px;
	}
	.copyrights{
		font-size: 1rem
	}
	
	.sec_privacy {
	    margin: 90px auto 150px;
	}
	.orenge_circle_pr {
    	width: 55px;
    	position: relative;
    	left: -16px;
	}
	.prapoli{
		position: relative;
    	top: -43px;
    	left: 26px;
	}
	.privacy_title {
    	margin: 0 0 40px 10px;
	}
	.privacy_text {
	    padding-bottom: 0px; 
    	margin-right: 0px;
    	line-height: 2.5rem;
    	letter-spacing: 0.2rem;
    	font-size: 1.3rem;
	}
	.subpage{
		position: relative;
    	top: -43px;
    	left: 0px;
		width: 100%;
		font-size: 2.5rem;
	}
    .menu_title.subpage {
    padding: 30px 0 0 0;
	}
    
	.news_page {
    	padding: 0 15px;
	}
    .header_wrap{
        height: 80px;
    }
}


@media screen and (max-width:320px){
	.about_wrap {
    	top: 34%;
    	max-width: 262px;
	}
	
	
	
	.history_circle {
    	left: -10px;
	}
	.history {
    	left: 9%;
    	top: 21px;
	}
	.history_table {
    	left: 0%;
	}
	
	.history_wrap {
    	max-width: 295px;
	}
	
	.year_left {
    	margin-left: 39px;
	}
	.year_right {
    	max-width: 270px;
    	margin-left: 39px;
	}
	.year_right:before {
    	content: "";
    	flex-grow: 1;
    	height: 2px;
    	background: #47a17a;
    	width: 180px;
    	display: block;
	}
	
	.year_left:after {
    	content: "";
    	flex-grow: 1;
    	height: 2px;
    	background: #47a17a;
    	width: 180px;
    	display: block;
	}
	.his_img1 {
	    left: 17%;
	}
	
	
	.his_img2 {
    	left: 20%;
	}
	
	.sec_member {
	    padding-bottom: 0;
	}
	
	.company_title {
   		margin: 40px auto 20px;
	}
	
	
}


	
	
	
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
.swiper-slide {
  line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
}
.swiper-slide-active{
    box-shadow: 1px 1px 16px -6px rgba(0,0,0,0.6);
}
.swiper-button-prev:after,.swiper-button-next:after{
    color: #FFFFFF;
}
.service_message{
    line-height: 1.8em;
    letter-spacing: 0.1em;
        margin-bottom: 60px;
}
.banner-title{
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 14px;
    padding-bottom: 5px;
}
.banner-txt{
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    padding-top: 10px;
    padding-bottom: 0;
}
.banner-txt font{
    text-decoration: underline;
}
.msTxt{
    font-size: 3.2rem;
    line-height: 1.8;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin-bottom: 45px;
}
p{
        font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
.mt30{
    margin-top: 45px;
}
p strong{
    font-size: 12px;
    line-height: 2.5em;
}
.banner-txt span{
    display: block;
    font-size: 11px;
}
.profileTxt{
    font-size: 12px;
    padding-top: 15px;
}
.NewsArea,.aboutArea{
    max-width: 960px;
    margin: 60px auto 0;
    padding: 0 10px 0;
}
.NewsArea a{
    text-decoration: underline;
}

.news_list_up .news_one {
	display: none; /* 初期状態で非表示 */
}

.news_list_up .news_one:nth-child(-n+30) {
	display: block;
}

.news_toggle_btn {
	display: block;
	margin: 20px auto;
	padding: 12px 24px;
	font-size: 16px;
	cursor: pointer;
	border: none;
	border-radius: 25px;
	text-align: center;
	font-weight: bold;
	color: white;
	background: linear-gradient(135deg, #28a745, #218838); /* 緑のグラデーション */
	transition: background 0.3s ease, transform 0.2s ease;
}

.news_toggle_btn:hover {
	background: linear-gradient(135deg, #218838, #1e7e34); /* 少し濃いめの緑 */
	transform: scale(1.05); /* ホバー時に少し拡大 */
}

.news_toggle_btn:active {
	transform: scale(0.98); /* クリック時に少し縮小 */
}
