@charset "utf-8";

@media (max-width: 767px) {
  br.pc {
    display: none; }
/* 基本 */

* {box-sizing: border-box; /* paddingとborderを幅と高さに含める */
letter-spacing: 0px;
word-break: break-all;} /* 表示範囲に合わせて改行 */

body {
font-family: sans-serif ;
font-size: 13px;
color: #1A1A1A;
overflow-x: hidden;
margin: 0;}

img {
max-width: 100%;
height: auto;}

a {
color: inherit; /* 色は継承 */
text-decoration: none;
z-index: 1000;}

a:hover {
filter: brightness(90%) contrast(180%);}

h1 {
color: #42af49;
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 30px;
font-weight: 500;
text-align: center;}

h2 {
font-size:  26px;
font-family: 'Zen Maru Gothic', sans-serif;
line-height: 32px;}

h3 {font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;}

h4 {font-size: 20px;
color: #42af49;}

h5 {font-size: 16px;
line-height: 22px;
font-family: 'Zen Kaku Gothic New', sans-serif;
color: #1A1A1A;}

h6 {
color: #1A1A1A;
text-align: center;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 300;
letter-spacing: 1px;
margin-bottom: 20px;
font-size: 20px;}

h7 {font-size: 30px;
font-family: 'Zen Kaku Gothic New', sans-serif;
letter-spacing: 2;
font-weight: 900;
color: #1A1A1A;}

p {
font-family: 'Zen Kaku Gothic New', sans-serif;
text-align: center;
line-height: 24px;}

.font_smaller{font-size: 70%;}
.font_bigger{font-size: 200%; font-weight: 500;}
.font_bigger_02{font-size: 126%;
font-weight: 700;
line-height: 1.5em;}
.pc_kaigyou{display: none;}
.pc_display{display: none;}

.btn {
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
color: #1A1A1A;
border: solid 2px #1A1A1A;
margin-top: 10px;
transition: .4s;}

.btn:hover {
background: #f1ff88;
color: #1A1A1A;}

.centerline_box {
display: flex;
width: 100%;
margin: 0 auto;
height: 80px;}

.centerline_box_blank01,.centerline_box_blank02 {
display: inline-block;
background-color: none;
width: 50%;
height: 80px;}

.centerline_box_line {
display: inline-block;
border-left: 1px solid #42af49;
height: 70%;}

/* ヘッダー */
.header {
height: 60px;
background-color: #ffffff;
position: fixed; /* 位置固定 */
width: 100%;
top: 0px; /* 上付き */
z-index: 300;}

.header_container {
width: 100%;
margin: 0 auto;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center; /* 上下中央に配置 */
height: 100%;}

/* ナビゲーションボタン */
.navbtn {
padding: 0;
outline: none;
border: none;
background: transparent;
cursor: pointer;
color: #aaaaaa;
font-size: 30px;}

.open .navbtn {
z-index: 110;
color: #aaaaaa;}

.navbtn .fa-bars {
display: revert;}

.open .navbtn .fa-bars {
display: none;}

.navbtn .fa-times {
display: none;}

.open .navbtn .fa-times {
display: revert;}

/* ナビゲーションメニュー：モバイル */

.nav {
position: fixed;
inset: 0 -100% 0 100%;
z-index: 100;
margin: auto;
background-color: #f1ff88;
transition: transform 0.3s;
opacity: 0.96;}

.open .nav {
transform: translate(-100%, 0);}

.open {
position: fixed;
overflow: hidden;}

.nav ul {
font-size: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 80%;
gap: 40px;
color: #1A1A1A;
font-family: 'Zen Kaku Gothic New', sans-serif;}


/* フッター */
footer {
width:100%;
color: #fff;
padding-left: 0;
padding-right: 0;
padding-top: 0px;
padding-bottom: 40px;
background-image: url('img/footer_illustration_02@3x.png');
background-size: 100%;
object-fit: cover;
background-color: #2d2000;
background-position: top;
background-repeat: repeat-x;}

.footer_box_info{
padding:4%;
max-width: 767px;}

.footer_box_info_name{
margin-top:30%;
display:flex;
width:70%;
}

.footer_box_info_name img{
height: 50px;
width:70%;
padding-right: 30px;}

.footer_box_snsbox{
display: block;
margin-top: 30px;}

.footer_box_snsbox img{
width: 30px; 
margin-right: 20px;}

.footer_box {
color: #fff;
display: block;
justify-content: space-between;
width: 100%;
margin: 0 auto;
padding-top: 100px;
padding-bottom: 200px;}

footer p {
margin-top: 16px;
color: #fff;
margin:0;
padding:0;
line-height: 40px;
text-align: left;}

.footer_small {
  font-size: 10px;
  margin-top: 6px;
  margin-bottom: 0;
  text-align: left;}

.footer_box_info_telandmail{
font-family: 'Zen Maru Gothic', sans-serif;
font-size:16px;
display: flex;
gap: 0px; 
justify-content:space-between;}

.footer_box_info_telnumber path{
content: '';
fill:#fff;
display: inline-block;
background-size: cover;
margin-right: 10px;}

.footer_box_info_mailto path{
content: '';
fill:#fff;
display: inline-block;
background-size: cover;
margin-right: 10px;}

.footer_map{
padding:4%;
text-align: center;
margin-bottom: -200px;}

.footer_copyright{
text-align: center;
font-size: 70%;
margin-bottom: 100px;}

footer a:hover { 
color: #f1ff88;} /* ホバー時のフィルター */
.footer_box_info_telnumber:hover path{ 
fill: #f1ff88;} /* ホバー時のフィルター */
.footer_box_info_mailto:hover 
path{ 
fill: #f1ff88;} /* ホバー時のフィルター */

/* ローディング画面 */

.loading-wrapper {
display:none;
overflow:hidden;
width:100%;
height:100dvh;
position:fixed;
z-index:9999;
background-color:#42af49;
opacity:1;}

.loading-wrapper.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 1s 0.5s ease;
}

.tracking-in-contract {
font-family: 'Zen Maru Gothic', sans-serif;
font-size:24px;
line-height: 30px;
width:200%;
color:#ffffff;
text-align: center;
margin-top: 30px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-49%, -50%);
-webkit-animation: tracking-in-contract 2s cubic-bezier(0.645, 0.045, 0.355, 1.000)both ;
animation: tracking-in-contract 2s cubic-bezier(0.645, 0.045, 0.355, 1.000)both;}

@-webkit-keyframes tracking-in-contract {
0% {
letter-spacing: 2em;
opacity: 0;
}
40% {
opacity: 0.6;
}
100% {
letter-spacing: 0.5em;
opacity: 1;
}
}


/* ヒーロー */
.hero {
  height: calc(100vh - 60px);
  min-height: calc(1200 / 750 * 100vw);
  margin-top: 60px;
}
.hero_container_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(520 / 750 * 100vw);
  transform: translate(-50%, -50%);
}
.hero_illustration {
  position: absolute;
}
.illust01 {
  top: 0;
  left: 0;
  width: calc(338 / 750 * 100vw);
}
.illust01.loaded {
  animation: spIllust01 7s forwards;
}
@keyframes spIllust01 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(calc(40 / 750 * -100vw), calc(23 / 750 * 100vw));
  }
}
.illust02 {
  top: 0;
  right: 0;
  width: calc(338 / 750 * 100vw);
}
.illust02.loaded {
  animation: spIllust02 6s forwards;
}
@keyframes spIllust02 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(calc(40 / 750 * 100vw), calc(58 / 750 * 100vw));
  }
}
.illust03 {
  bottom: 0;
  left: 0;
  width: calc(446 / 750 * 100vw);
}
.illust03.loaded {
  animation: spIllust03 8s forwards;
}
@keyframes spIllust03 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(calc(112 / 750 * -100vw), calc(80 / 750 * -100vw));
  }
}
.illust04 {
  right: 0;
  bottom: 0;
  width: calc(338 / 750 * 100vw);
}
.illust04.loaded {
  animation: spIllust04 8s forwards;
}
@keyframes spIllust04 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(calc(40 / 750 * 100vw), calc(40 / 750 * -100vw));
  }
}


/* イベントバナー */
.top_bunners{
min-width: 80%;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 30px;
display:block;
padding: 20px;}

.top_bunner{
margin-bottom: 10px;}

.top_bunners a:hover {
filter: opacity(60%);}


/* 循環 */
.junkan {
text-align: center;
width: 100%;
margin: 0 auto;
height: 100%;
margin-bottom: 30px;
padding-left: 6px;
padding-right: 6px;}

.junkan img {
min-width: 100%;
margin: 0 auto;
margin-left: auto; 
margin-right: auto;
height: auto;}

/* 事業 */
.jigyou-Illustration img {
z-index: -10;
position: absolute;
top:-40px; right:0;
width: 36%;
pointer-events: none;}

.jigyou_box {
display: block;
margin-top: 40px;
margin-bottom:20px;}

.jigyou_box_img{
width: 100%;
height:60%;}

.jigyou_box_img img{
width: 100%;
height:auto;
margin: 0 auto;
border: 1px solid #ddd;
box-shadow: 2px 2px 4px #ddd;
padding: 10px;}

.jigyou_box_textbox-Name {
text-align: center;
margin-top: 18px;
margin-bottom: 20px;
text-decoration: underline solid #f1ff88 8px;}

.jigyou_box_textbox-Text p{
margin: 0;
padding: 0;
text-align: left;}

.jigyou_box a:hover { 
filter: opacity(60%);}



/* ●植える */
.plant {
border: 6px solid #a6db1d;
width: 100%;
margin: 0 auto;
padding: 16px;
position: relative;}

.plant_title{
margin-top: 40px;
display: block;
align-items: center;}

.plant_title-Circle{
position: absolute;
top:12px;
left:12px; right:0;}

.plant_title-Circle img {
width: 100%;
margin: 0 auto;
width: 80px; 
height: 80px;}

.plant_title_textbox {
color: #a6db1d;}

.plant_title_textbox-Maincopy{
z-index: 300;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;
margin-left: 90px;
margin-top: -36px;}

.plant_title_textbox-Subcopy p{
text-align: left;
font-size:14px;
line-height: 22px;
margin-top: 30px;
margin-bottom: -20px;
padding:0;}


/* ●育てる */
.grow {
border: 6px solid #55c449;
width: 100%;
margin: 0 auto;
padding: 16px;
position: relative;}

.grow_title{
margin-top: 40px;
display: block;
align-items: center;}

.grow_title-Circle{
position: absolute;
top:12px;
left:12px; right:0;}

.grow_title-Circle img {
width: 100%;
margin: 0 auto;
width: 80px; 
height: 80px;}

.grow_title_textbox {
color: #55c449;}

.grow_title_textbox-Maincopy {
margin-left: 90px;
margin-top: -36px;
z-index: 300;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;}

.grow_title_textbox-Subcopy p{
text-align: left;
font-size:14px;
line-height: 22px;
margin-top: 30px;
margin-bottom: -20px;
padding: 0;}

/* 「植栽管理」 */
.container {
margin-top:30px;
margin-bottom:30px;
display: grid;
grid-template-rows: auto auto;
grid-template-columns: auto auto ;
grid-gap: 10px;}

.grid-item {
position: relative;
margin: 0 auto;}

.grid-item img{
max-width: 100%;
height: auto;
object-fit: cover;
border: 1px solid #ddd;
box-shadow: 2px 2px 4px #ddd;
padding: 6px 6px 26px 6px;}

.place-Name{
font-size:12px;
position: absolute;
bottom: 10px;
right: 10px;}

.grow_maintenance {
display: inline-block;
align-content: top;
margin-top: 40px;}

.grow_maintenance_textbox_name {
margin-top: 18px;
margin-bottom: 30px;
text-decoration: underline solid #f1ff88 8px;}

.grow_maintenance_textbox_text p{
text-align: left;
margin-top: 10px;
margin-bottom: 20px;
padding:0;}

.grow_maintenance_textbox_text h4{
font-size: 18px;
margin: 20px 0 10px 0;
list-style: disc;}

/* ●活かす */
.use {
border: 6px solid #36a63c;
width: 100%;
margin: 0 auto;
padding: 16px;
position: relative;}

.use_title{
margin-top: 40px;
display: block;
align-items: center;}

.use_title-Circle{
position: absolute;
top:12px;
left:12px; right:0;}

.use_title-Circle img {
width: 100%;
margin: 0 auto;
width: 80px; 
height: 80px;}

.use_title_textbox {
color: #36a63c;}

.use_title_textbox-Maincopy{
margin-left: 90px;
margin-top: -36px;
z-index: 300;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;}

.use_title_textbox-Subcopy p{
text-align: left;
font-size:14px;
line-height: 22px;
margin-top: 20px;
margin-bottom: -20px;
padding:0;}

/* ●還す */
.return {
border: 6px solid #abac45;
width: 100%;
margin: 0 auto;
padding: 16px;
position: relative;}

.return_title{
margin-top: 40px;
display: block;
align-items: center;}

.return_title-Circle{
position: absolute;
top:12px;
left:12px; right:0;}

.return_title-Circle img {
width: 100%;
margin: 0 auto;
width: 80px; 
height: 80px;}

.return_title_textbox {
color: #abac45;}

.return_title_textbox-Maincopy {
margin-left: 90px;
margin-top: -36px;
z-index: 300;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;}

.return_title_textbox p {
text-align: left;
font-size:14px;
line-height: 22px;
margin-top: 30px;
margin-bottom: -20px;
padding:0;}

/* ●伝える */
.tell {
border: 6px solid #eeba10;
width: 100%;
margin: 0 auto;
padding: 16px;
position: relative;}

.tell_title{
margin-top: 40px;
display: block;
align-items: center;}

.tell_title-Circle {position: absolute;
top:12px;
left:12px; right:0;}

.tell_title-Circle img {
width: 100%;
margin: 0 auto;
width: 80px;
height: 80px;}

.tell_title_textbox {
color: #eeba10;}

.tell_title_textbox-Maincopy {
margin-left: 90px;
margin-top: -36px;
z-index: 300;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;}

.tell_title_textbox p {
text-align: left;
font-size:14px;
line-height: 22px;
margin-top: 30px;
margin-bottom: -20px;
padding:0;}

/* シモキタ園藝部とは */

.about { 
max-width: 767px;
margin: 0 auto;
margin-top: 80px;
margin-bottom: 20px;
padding-left: 6px;
padding-right: 6px;}

.about h1 {
margin-bottom: 40px;}

.about h3 {
font-size: 20px;
letter-spacing: -10;
font-feature-settings: "palt";}

.about h4{
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 40px;
text-align: left;}

.about_inner{
text-align: center;
margin: 16px;}

.about_inner_copy {
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 700;
position: relative;
margin: 0px;}

.about_inner_copy:before{
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 0;
border-bottom: solid 8px #f1ff88;
transform: translateX(-50%);
animation: border_anim 3s linear forwards;
z-index: -1;}
@keyframes border_anim {
0%{width: 0%;}
100%{width: 100%;}}

.box_about {
position: relative;
background: #3bb149;
max-width: 767px;
width: 100%;
margin-top: 50px;
padding: 20px;
margin-left: auto;
margin-right: auto;
border-radius: 20px;}

.about_vision {
display: block;
position: relative;
width: 100%;
height: 80%;
margin: 0 auto;
margin-bottom: 20px;
background: #fff;}

.about_vision img {
position: absolute;
right:0;bottom:10%;
width: 50%;
object-fit:fill;
z-index: -1;}

.about_vision_textbox{
padding:10px;
width:52%;
z-index: 100;}

.about_vision_textbox-Copy {
white-space: nowrap;
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
color: #3bb149;}

.about_vision_textbox-Text p{
margin: 0;
padding: 0;
text-align: justify;
font-size:12px;
line-height: 20px;}

.organization{
width: 100%;
margin: 0 auto;
border: solid 1px #1A1A1A;
padding: 30px;
margin-bottom: 30px;
margin-top: 30px;}

.organization img{
width: 96%;
margin: 0 auto;
margin-top: 20px;}

.about_logo {
background: #3bb149;
color: #ffffff;
width: 100%;
margin: 0 auto;
padding: 20px;
border-radius: 20px;}

.about_logo img{
width: 100%;
margin-bottom: 20px;}

/* Button 6d */
.btn-6d{
max-width: 767px;
margin: 0 auto;
border-radius: 20px;
background-color: #fff;
margin-top: 10px;}

.btn-6d:hover {
background-color: #fff;
opacity: 0.2;}

/* これまでの歩み */
.ayumi{
max-width: 767px;
margin: 0 auto;
padding:6px;
margin-top: 80px;
margin-bottom: 20px;}

.ayumi h1 {
margin-bottom: 20px;
line-height: 42px;}

.ayumi h2 {
color: #42af49;
margin-bottom: 42px;
font-size: clamp(38px, 5vw, 48px);
min-height: 0vw;
font-weight: 500;
line-height: 1.3;
text-align: center;}

.ayumi h4 {
color: #1A1A1A;}

.ayumi h6 {
white-space:nowrap;}

.story{
margin-top:40px;
margin-bottom: 40px;}

.story_frame{
max-width: 767px;
margin: 0 auto;
display: block;}

.story_box{
width: 100%;
margin: 0 auto;
border: solid 1px;
background: #ffffff;
position: relative;
margin-bottom: 6px;}

.story_box img{
display: block;
width: 86%;
margin: 0 auto;
padding-top: 20px;
padding-left: 16px;}

.story_box_number{
position: absolute;
top:10px;
left: 10px;
height:30px;
width:30px;
border-radius:50%;
line-height:32px;
align-content: center;
text-align: center;
background: #1A1A1A;
color: #fff;}

.story_box_textbox{
padding:8px;}

.story_box_textbox p{
text-align:justify;
letter-spacing: 0;}

.enkaku {
color: #1A1A1A;
display: block;
width: 100%;
margin: 0 auto;
padding: 4px;}

.enkaku_box {
display: flex;
width: 100%;
margin: 0 auto;
height: 40px;
margin-top: 10px;}

.enkaku_box_year{
display: inline-block;
position: relative;
width:14%;
padding-right: 2%;}

.enkaku_box_contents{
display: inline-block;
position: relative;
width: 86%;
padding-left: 2%;}

.enkaku_box h7{
font-size: 19px;
position: absolute;
letter-spacing: 1px;}

.enkaku_box h3{
font-size: 14px;
line-height:20px;
position: absolute;
letter-spacing: 0;}

.enkaku_box_line {
display: inline-block;
border-left: 2px solid #1A1A1A;
height: 140%;}

.enkaku_box_year_bigger {
display: inline-block;
position: relative;
width:14%;
padding-right: 2%;
margin-top: -1;}

.enkaku_box_contents_bigger{
display: inline-block;
position: relative;
width: 86%;
padding-left: 2%;
margin-bottom: 8px;}

.enkaku_box_contents_bigger h3{
text-decoration: underline solid #f1ff88 6px;}

.enkaku_box_year_smaller{
display: inline-block;
position: relative;
width:10%;
height: 300px;
padding-right: 20px;}

.enkaku_box_contents_smaller{
display: inline-block;
position: relative;
width: 86%;
padding-left: 2%;}

.enkaku_box_contents_smaller h3{
position: absolute;
line-height: 30px;
letter-spacing: 0;}

.enkaku_box_contents_logo{
width:100px;
height:40px;
margin-top: 3.6em;;
}


/* 法人概要 */

.corporate-info{
padding: 4px;}

.corporate-info p{
font-size: 14px;
text-align: left;}

.corporate-info li{
list-style:  none;
margin-bottom:16px; 
}


/* イベント申込フォーム */
.event {
max-width: 767px;
margin: 0 auto;
padding:10px;
margin-top: 80px;
margin-bottom: 20px;
text-align: center;}

.event h1 {
margin-bottom: 40px;}

.event h5 {
color: #ffffff;
margin-bottom: 10px;}

.event p{
margin-bottom: 10px;}

.event_report{
padding:10px;
margin-top: 40px;
margin-bottom: 80px;}

.event_report a:hover { 
filter: opacity(60%);}

.event_report img{
max-width: 767px;
width:100%;
margin: 0 auto;}

.btn_to_event-form{
margin: 0 auto;
text-align: center;
background: #f1ff88;
border-radius: 20px;
margin-top:30px;}

.event-btn {
width: 300px;
text-align: center;
display: inline-block;
background-color: #ffa500;
padding: 30px 20px 36px 20px;
color: #ffffff;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0px 6px #E59100;}

.event-btn:hover {
box-shadow: none;
position: relative;
top: 6px;}

.event-Form{
position: relative;}

.event-btn_ashirai{
position: absolute;
bottom:0px; right:0;}

.event-btn_ashirai img{
width:180px;}

.instagram_widget_engeibu{
padding:10px;
width: 100%;
height:400px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 80px;}


.slash_inversion{
display: inline-block;
transform: rotate( 100deg ); }
.slash{
display: inline-block;
transform: rotate( -10deg ); }

.calander{
padding:10px;
max-width: 960px;
min-width: 300px;
text-align: center;
margin-bottom: 60px;}

.calander_widjet {
position: relative;
padding-bottom: 100%;
height: 0;}

.calander_widjet iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}


/* みどりMAP */

.section_map {
width: 100%;
margin: 0 auto;
position: relative;
}

.map01{
width: 80%;
margin: 0 auto;
height: 180vh;
margin-top: 60px;
background-image: url(img/map0404_04@2x.png);
background-position: center;
background-repeat: no-repeat;
background-size: 90%;}

.map_comments{
width: 100%;
margin: 0 auto;
display: block;
}

.map_comment_card01{
width:37%;
position: absolute;
margin-right: 4px;
top:-10px;right:0;
}

.map_comment_card02{
width:37%;
position: absolute;
margin-right: 4px;
margin-top: 20px;
top:18%;right:0;
}

.map_comment_card03{
width:37%;
position: absolute;
margin-left: 4px;
margin-top: 20px;
top:30%;left:0;
}

.map_comment_card04{
width:37%;
margin-left: 4px;
margin-top: 20px;
position: absolute;
top:48%;left:0;
}

.map_comment_card05{
width:37%;
margin-left: 4px;
margin-top: 20px;
position: absolute;
top:66%;left:0;
}

.map_comment_card06{
width:37%;
margin-right: 4px;
margin-top: 20px;
position: absolute;
bottom:10%;right:0;
}

.map_maintenance{
border: 4px solid #55c449;
max-width: 100%;
margin: 0 auto;
margin-top: -6%;
position: relative;}
}

.map_maintenance_textbox{
padding: 20px;
}


/* 園藝部の人びと */
.People_section{
width: 100%;
margin: 80px 0 20px;
}

.People_section-Peoplecards{
display: block;
width: 100%;
margin: 20px auto 0;
}

.People_section-Peoplecards-Peoplecard{
width: calc(98% - 20px);
height: auto;
margin: 40px auto 0;
}

.People_section-Peoplecards-Peoplecard-Nameicon{
top: -120px;
left: -10px;
margin-left: auto;
}

.People_section h4{
padding: 0 10px;
}

.People_section-Peoplecards-Peoplecard-textarea{
margin-top: -120px;}

.People_section-Peoplecards-Peoplecard-textarea img{
width:230px;}

.People_section-Peoplecards-Peoplecard-textarea p {
padding: 20px;
text-align: justify;
letter-spacing: -0.5px;}

.people_font_smaller{
font-size: 13px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
display: inline-block;
margin-bottom: 10px;}

.people_font_bigger{
font-size: 16px;
font-weight: 700;}

.honma p{
letter-spacing: -1.5pt;
position: absolute;
width:100%;
top:42%; left:0px;
}


/*入部フォーム*/

.member {
max-width: 767px;
width:100%;
margin: 0 auto;
padding:10px;
margin-top: 80px;
margin-bottom: 20px;
text-align: center;}

.member_sub {
max-width: 767px;
width:100%;
margin: 0 auto;
padding:10px;
text-align: center;}

.member h1,.member_sub h1{
margin-bottom: 40px;}

.member h4,.member-whitepaper h4 ,.member_sub h4{
font-family: 'Zen Kaku Gothic new', sans-serif;
line-height: 26px;
font-size: 15px;
font-weight: 300;
margin-top: 10px;
text-align: center;
color: #1A1A1A;}

.member_recruiting-ad{
width:100%;
margin:0 auto;
margin-top: 20px;
margin-bottom: 30px;
text-align: center;}

.member_recruiting-ad img{
padding: 0;
}

.btn_to_member-form{
margin: 0 auto;
text-align: center;
border-radius: 20px;
margin-top:30px;}

.member-btn {
width: 300px;
text-align: center;
display: inline-block;
background-color: #ffa500;
padding: 30px 20px 36px 20px;
color: #ffffff;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0px 6px #E59100;}

.member-btn:hover {
box-shadow: none;
position: relative;
top: 6px;}

.member-whitepaper{
display: block;
width:100%;
margin:0 auto;
text-align:center;
margin-top: 60px;
padding: 60px 20px;}

.newmember_pdflink{
width:300px;
margin: 0 auto;
display: inline-block;
padding:6px 6px 14px 20px;
text-align: center;
background-color: #ffffff;
border: 1px solid #1A1A1A;
box-shadow: 0px 6px #1A1A1A;
margin-top: 40px;
margin-bottom: 60px;
position: relative;}

.fa-file-alt{position: absolute;
left:2em;
top:40%;}

.newmember_pdflink:hover {
box-shadow: none;
position: relative;
top: 6px;}


.QandA{
width: 100%;
max-width: 767px;
margin: 0 auto;
text-align: left;
display: block;
margin-top: 10px;}

.QandA-box{
max-width: 767px;
margin: 0 auto;
display: inline-block;
margin-top: 30px;}

.QandA-box h5{
color: #42af49;
margin-bottom: 8px;
position: relative;
display: inline-block;
padding: 0 2em;
text-align: center;}

.Question:before {
font-family: 'Font Awesome 5 Free';
line-height: 1;
position: absolute;
left:0;
top: calc(50% - .5em);
color: #42af49;
content: '\f101';}

.QandA-box p{
font-size:12px;
line-height: 18px;
padding:0;
text-align: justify;}

.member_link{
margin: 4px;
font-size: 16px;
font-weight: 600;
border-bottom: solid 3px #f1ff88;
}


/*スライダー（swiper）*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

/*問合せフォーム*/
.form{
width: 100%;
margin-top: 80px;
}