@charset "UTF-8";
/* CSS Document */
body{
font-family: "Zen Kaku Gothic New", sans-serif;
}
img{
max-width: 100%;
}
header{
display: flex;
justify-content: center;
width: 100%;
padding: 5px 10px 10px;
position: fixed;
background-color: #fff;
z-index: 999;/*最前面へ*/
}
.header-box{
display: flex;
padding: 0 20px;
max-width: 100%;
margin: 0 auto;
justify-content: space-between;
align-items: center;
}
.logo{
width: 15vw;
}
main{
padding-top: 90px;
}
h1{
text-align: center;
font-size: 40px;
color: #009944;
letter-spacing: 2px;
margin: 0;
font-weight: 500;
}
h1 span{
display: block;
font-size: 14px;
}
h2{
text-align: center;
font-size: 32px;
}
h3{
font-size: 21px;
}
.red{
color: #c00;
}
p.t-big{
font-size: 2.4vw;
letter-spacing: 5px;
text-align: center;
line-height: 200%;
}
.top-slide{
position: relative;
border-radius:  92% 8% 88% 12% / 14% 83% 17% 86%; 
}
.chikara{
position: absolute;
bottom: 10px;
right: 10px;
width: 10vw;
}
.sp{
display: block;
}
.pc{
display: none;
}
section{
width: 80vw;
margin: 0 auto;
padding: 40px 20px;
}
.w-1400{
width: 90vw;
margin: 0 auto;
padding: 20px;
}
.bg-b{
background-color: #ebf6f7;
padding: 40px 0;
}
.bg-g{
background-color:#f2f2b0;
padding: 40px 0;
margin-top: 0;
}
.bg-harukasu{
background-color:#EFEFE0;
padding: 40px 0;
}
.bg-mirai{
background-color:#DCE9DD;
padding: 40px 0;
}
.bg-check{
background-color: #ffffff;
background-image: linear-gradient(90deg, #a6e4c380 30px, transparent 30px), linear-gradient(#a6e4c380 30px, transparent 30px);
background-position: 10px 10px;
background-size: 60px 60px;
padding: 60px 0;
}
.stripe {
 background-image: repeating-linear-gradient(320deg, #fbf6da, #fbf6da 10px, transparent 10px, transparent 20px);
  padding: 40px 0;
}
.plaid {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #d4d7db80 20px, transparent 20px), linear-gradient(#d4d7db80 20px, transparent 20px);
  background-position: 10px 10px;
  background-size: 40px 40px;
  padding: 40px 0;
}
.bg-green{
background-image: url("../parts/g.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 40px 0;
}
.message{
position: relative;
width: 100%;
margin: 100px auto;
padding: 20px 20px 40px;
display: flex;
justify-content: center;
}
.message h1{
text-align: center;
font-size: 3.4vw;
color: #009944;
letter-spacing: 0;
}
.massage-t{
width: 60vw;
}
.massage-t p{
margin: 40px 20px;
line-height: 180%;
text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;  
}
.m-1{
position: absolute;
top: 1%;
left: 20px;
width: 22vw;
border-radius: 50%;
z-index: -1;
}
.m-2{
position: absolute;
bottom: 1%;
right: 20px;
width: 18vw;
border-radius: 50%;
z-index: -1;
}
.news{
width: 80%;
margin: 40px auto;
padding: 40px;
background-color: #fff;
border-radius: 10px;
text-align: center;
}
.news h2{
position: relative;
display: inline-block;
padding: 0 55px;
}
.news h2:before, .news h2:after {
 content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.news h2:before {
  left:0;
}
.news h2:after {
  right: 0;
}
.news dl{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
text-align:left;
height: 300px;
overflow-y: scroll;
}
.news dt{
margin: 0 0 10px;
border-radius: 5px;
padding: 7px;
display: inline-block;
width: 20%;
text-align: center;
color: #fff;
height: 38px;
font-weight: 600;
}
.h-news{
background-color: #fcc800;
}
.m-news{
background-color: #00afcc;
}
.news dd{
margin: 0 0 10px;
padding: 5px;
display: inline-block;
width: 78%;
}
.news dd h3{
margin: 0;
padding: 0;
font-size: 18px;
}
.news a{
color: #009944;
text-decoration: underline;
}
.b{
margin: 80px 0;
background-color:#f7f6f5;
padding: 40px 60px;
align-items: center;
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-around;
gap:2%;
}
.b-t{
width: 68%;
}
.b h2{
font-size: 28px;
letter-spacing: 5px;
text-align: left;
}
.b p{
line-height: 180%;
}
.b img{
width: 30%;
}
.dekirukoto{
position: relative;
}
.dekirukoto img{
width: 100%;
height: 100%;
object-fit: cover;
}
.dekirukoto-t{
position: absolute;
width: 50%;
top: 7%;
left: 5%;
color: #fff;

font-size: 18px;
}
.dekirukoto-t h2{
font-size: 36px;
text-shadow    : 
1px  1px 1px #595959,
-1px  1px 1px #595959,
1px -1px 1px #595959,
-1px -1px 1px #595959,
1px  0px 1px #595959,
0px  1px 1px #595959,
-1px  0px 1px #595959,
0px -1px 1px #595959;   
}
.dekirukoto-t h3{
font-size: 28px;
text-shadow    : 
1px  1px 1px #595959,
-1px  1px 1px #595959,
1px -1px 1px #595959,
-1px -1px 1px #595959,
1px  0px 1px #595959,
0px  1px 1px #595959,
-1px  0px 1px #595959,
0px -1px 1px #595959;   
}
.dekirukoto-t p{
text-shadow    : 
1px  1px 1px #595959,
-1px  1px 1px #595959,
1px -1px 1px #595959,
-1px -1px 1px #595959,
1px  0px 1px #595959,
0px  1px 1px #595959,
-1px  0px 1px #595959,
0px -1px 1px #595959;  
}
.btn-w{
display: flex;
margin: 40px;
}
.btn-w a{
padding: 10px 20px;
background-color: #fff;
color: #333;
text-decoration: none;
border-radius: 5px;
vertical-align: middle;
}
.btn-w a::after{
margin-left: 5px;
font-family: "Material Symbols Outlined";
content: '\ea50';
vertical-align: text-top;
}
.btn-w :hover{
background-color: #009944;
color: #fff;
}
.btn-1{
display: flex;
margin: 40px;
justify-content: center;
}
.btn-1 a{
padding: 10px 20px;
background-color: #009944;
color: #fff;
text-decoration: none;
border-radius: 5px;
vertical-align: middle;
font-size: 1.6vw;
}
.btn-1 a::after{
margin-left: 5px;
font-family: "Material Symbols Outlined";
content: '\ea50';
vertical-align: text-top;
}
.btn-1 :hover{
background-color:rgba(247,126,37,1.00);
color: #fff;
}
.btn-2{
display: flex;
margin: 20px 0;
justify-content: flex-start;
}
.btn-2 a{
padding: 7px 20px;
background-color: #009944;
color: #fff;
text-decoration: none;
border-radius: 5px;
vertical-align: middle;
font-size: 16px;
}
.btn-2 a::after{
margin-left: 5px;
font-family: "Material Symbols Outlined";
content: '\ea50';
vertical-align: text-top;
}
.btn-2 :hover{
background-color:rgba(247,126,37,1.00);
color: #fff;
}
.m-bottm{
margin-bottom: 100px;
}
ul.li-2{
margin: 40px 0;
padding: 0;
list-style: none;
display: flex;
justify-content: space-between;
}
ul.li-2 li{
width: 48%;
background-color: #fff;
padding: 20px;
border-radius: 5px;
}
ul.li-3{
margin: 40px 0;
padding: 0;
list-style: none;
display: flex;
justify-content: space-between;
}
ul.li-3 li{
width: 32%;
}
.center{
text-align: center;
}
.jigyousyo h2{
text-align: center;
font-size: 32px;
letter-spacing: 5px;
}
.jigyousyo h3{
text-align: center;
font-size: 21px;
letter-spacing: 5px;
margin: 20px 0;
}
.jigyousyo p{
max-width: 800px;
padding: 40px 20px;
margin: 0 auto;
}
.li-2 p{
margin: 20px;
padding: 0;
}
.nagare{
padding: 40px 20px;
}
.nagare h2{
text-align: center;
font-size: 32px;
letter-spacing: 5px;
}
footer{
background-color:#f7f6f5;
padding: 40px;
}
.footer-box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto;
flex-direction: row-reverse;
}
.link ul{
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.link li{
width: 31%;
margin: 1%;
vertical-align: middle;
}
.link li img{
width: 22px;
margin-right: 5px;
vertical-align: middle;
}
address{
font-size: 14px;
}
address h2{
font-size: 21px;
margin: 0 0 10px;
line-height: 120%;
}
address h2 span{
font-size: 13px;
display: block;
font-weight: 400;
margin: 0;
}

p.copy{
text-align: center;
margin: 10px auto;
font-size: 12px;
}
.towa{
position: relative;
max-width: 100%;
margin: 0 auto 50px;
}
.towa-t{
width: 55%;
background-color: #fff;
padding: 40px;
position: absolute;
top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	 box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.towa-t h2{
font-size: 32px;
letter-spacing: 5px;
}
.towa-box{
margin-top: 40px;
background-color: rgba(241,241,241,1.00);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap:1%;
padding: 20px;
}
.towa-box address{
font-size: 16px;
width: 40%;
}
.mini-map{
width: 59%;
margin: auto;
}
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #009944;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 150%;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  top: 0.2em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 21px;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 16px;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #009944;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
.contact{
width: 90%;
text-align: center;
padding: 100px 20px;
margin: 100px auto;
background-color:#C1E4EB;
border-radius: 10px;
}
.contact h2{
text-align: center;
font-size: 32px;
letter-spacing: 5px;
}
.contact p{
text-align: left;
display: inline-block;
}
.contact ul{
width: 100%;
margin: 40px 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content:space-around;

}
.contact li{
margin: 0;
padding: 0;
display: flex;
align-items: center;
vertical-align: middle;
width: 40%;
text-align: center;
}
li.mail a{
width: 100%;
background-color:#fff;
padding: 20px 20px;
border-radius: 5px;
color: #333;
font-size: 26px;
letter-spacing: 5px;
font-weight: 600;
vertical-align: middle;
}
li.mail :hover{
background-color: #6F92CA;
}
.mail img{
width: 36px;
margin-right: 10px;
vertical-align: text-bottom;
}
li.tel a{
width: 100%;
background-color: #fff;
padding: 20px 20px;
border-radius: 5px;
font-size: 26px;
letter-spacing: 5px;
font-weight: 600;
vertical-align: middle;
}
.tel img{
width: 40px;
margin-right: 10px;
vertical-align: text-bottom;
}
svg{
display: block;
box-sizing: border-box;
margin: 0;
vertical-align: bottom;
}
.v-botom{
vertical-align: bottom;
box-sizing: border-box;
line-height: 0;
font-size: 0;
margin-bottom: -1px;
}
.v-top{
vertical-align: top;
box-sizing: border-box;
}
.pdf{
display: flex;
justify-content: center;
gap:10%;
padding: 40px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
margin: 60px auto;
}
.pdf ul{
list-style: none;
margin: 0 auto;
width: auto;
padding: 0;
display: inline-block;
}
.pdf li a::before{
margin-right: 5px;
vertical-align: middle;
font-family: "Material Symbols Outlined";
content: '\e415';
font-size: 30px;
}
ul.map-icon{
margin: 40px 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap:40px;
justify-content: center;
list-style: none;
}
ul.map-icon li{
width: 80px;
padding: 0;
}
.img-3{
max-width: 800px;
margin: 40px auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.img-3 img {
width: 40%;
}
.img-3 img:nth-child(2){
width: 10%;
}
.saibai-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 60px 0;
}
.saibai-box:nth-child(3){
flex-direction: row-reverse;
}
.saibai{
width: 45%;
margin-top: 40px;
}
.saibai h3{
color: #009944;
text-align: center;
border-top: 1px solid #009944;
border-bottom: 1px solid #009944;
padding: 10px;
}
.saibai-box img{
width: 45%;
box-shadow: 35px 35px 0px -6px #bbdbf3;
}
.inline{
text-align: center;
}
.inline p{
display: inline-block;
text-align: left;
}
ul.gallery{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 40px 0;
list-style: none;
padding: 0;
gap:20px;
}
.gallery li{
width: calc((100% - 40px) / 3);
}
ul.voice{
margin: 40px auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap:30px;
}
.voice li{
width: calc((100% - 60px) / 3);
text-align: center;
margin: 0;
padding: 20px;
border: 1px solid #ccc;
border-radius: 20px;
}
.voice li img{
display: block;
max-width: 60%;
margin: 0 auto;
}
.voice li p{
margin: 0;
}
.bg-gradation{
  background-image: linear-gradient(90deg, #cbf6fd, #9becb7);
  padding: 40px;
}
.bg-ck2{
background-color: #fdfdf9;
background-image: linear-gradient(-90deg, #efefef80 50%, transparent 50%),linear-gradient(#efefef80 50%, transparent 50%);
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
padding: 40px 0;
}
ul.syouhin{
margin: 40px auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.syouhin li{
width: calc(100% / 3);
margin: 0;
padding: 10px;
text-align: center;
}
.syouhin h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
  font-size: 18px;
  margin: 20px 0 10px 0;
}

.syouhin h4:before, .syouhin h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.syouhin h4:before {
  left:0;
}
.syouhin h4:after {
  right: 0;
}
.syouhin p{
text-align:left;
margin: 10px;
}
ul.shop{
margin: 80px 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
gap:2%;
}
ul.shop li{
padding: 0;
font-size: 18px;
}
ul.shop li a{
background-color: #333;
color: #fff;
padding: 15px 30px;
border-radius: 5px;
}
ul.shop li a::before{
margin-right: 5px;
font-family: "Material Symbols Outlined";
content: '\e8cc';
vertical-align: text-top;
}
ul.shop li :hover{
background-color: #009944;
color: #fff;
}
.greeting-box{
position: relative;
width: 90vw;
margin: 40px auto 100px;
}
.greeting-box img{
width: 40vw;
}
.greeting-t{
width: 55vw;
position: absolute;
top: 50%;
right: 0;
background-color: #f8fbf8;
z-index: 2;
padding:5%;
-ms-transform: translate(0,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(0,-50%);/*ベンダープレフィックス*/
  transform: translate(0,-50%);/*センター寄せの修正*/
}
.greeting-t p{
margin-bottom: 40px;
}
.t-right{
text-align: right;
}
.box100{
display: flex;
gap:1%;
flex-wrap: wrap;
justify-content: space-around;
}
.box50{
width: 49%;
}
.support{
position: relative;
height: 100%;
padding: 20px;
}
.support-1{
position: absolute;
top:0px;
left:20px;
width: 20vw;
z-index: 1
}
.support-2{
position: absolute;
bottom:0px;
right: 20px;
width: 20vw;
z-index: 1;
border-radius: 50%;
}
.npo{
background-color:#ebf6f7;
position: relative;
width: 70vw;
margin: 20px auto;
padding: 60px;
}
.npo p{
width: 80%;
margin: 0 auto 40px;
line-height: 180%;
}
.about{
margin: 60px auto;
padding: 20px;
}
.top{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
}
.top p{
max-width: 1000px;
margin: 40px auto;
font-size: 18px;
}
.top li{
margin-bottom: 10px;
}
table.table-1{
}
table.table-1 th,td{
padding: 20px;
}
table.table-1 th{
width: 20%;
}
table.table-1 tr{
background-color: #fff;
}
table.table-1 tr:nth-child(odd) {
background-color:#fBf8f8;
}
.table-1 h3{
margin: 0;
font-size: 16px;
font-weight: 600;
}
table.table-2{
margin: 40px auto;
width: 80%;
}
table.table-2 th{
padding: 20px 40px;
border: 1px solid #ccc;
box-sizing: border-box;
background-color: #F9F8F5;
letter-spacing: 2px;
}
table.table-2 td{
padding: 20px 40px;
border: 1px solid #ccc;
box-sizing: border-box;
}
table.table-3{
margin: 40px auto;
width: 100%;
}
table.table-3 th{
padding: 20px 40px;
border: 1px solid #ccc;
box-sizing: border-box;
background-color: #F9F8F5;
letter-spacing: 2px;
}
table.table-3 td{
padding: 20px 40px;
border: 1px solid #ccc;
box-sizing: border-box;
}
ul.sagyou{
display: flex;
gap:20px;
justify-content: space-around;
margin: 40px 0;
padding: 0;
flex-wrap: wrap;
list-style: none;
}
ul.sagyou li{
width: calc((100% - 20px) / 2);
padding: 20px;
background-color: #fff;
border-radius: 5px;
}
.sagyou h3{
letter-spacing: 5px;
text-align: center;
}
ul.sagyou li > ul {
width: 100%;
margin: 0 0 10px;
}
ul.sagyou li > ul > li{
width: 100%;
margin: 0;
padding: 0;
}
.schedule{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap:2%;
align-content: center;
margin:0 0 100px;
}
.tl{
width: 60%;
background-color:#F9F8F5;
padding: 50px 10px;
}
ul.timeline {
  list-style: none;
   position: relative;
  padding-left: 20%;
  margin: 0;
}
.timeline li {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
overflow: hidden;
margin: 0;
position: relative;
}
.timeline-time {
width: 30%;
float: left;
}
.timeline-content {
width: 65%;
float: left;
border-left: 2px #e5e5d1 solid;
padding-left: 30px;
box-sizing: border-box;
}
.timeline-content:before {
content: '';
width: 10px;
height: 10px;
background:#FAA811;
position: absolute;
left: 29.4%;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
}
.tl-p{
width: 38%;
}
.tl-p ul{
margin: 0;
padding: 0;
list-style: none;
}
.tl-p li{
margin: 0;
padding: 0;
}
.tl-p img{
margin-bottom: 20px;
}
.staff{
margin: 40px auto;
}
.staff p{
background-color: #fff;
padding: 60px;
border-radius: 20px;
line-height: 180%;
}
ul.sns{
margin: 20px;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
align-items: center;
}
ul.sns li{
border-radius: 10px;
font-size: 24px;
vertical-align: middle;
}
ul.sns li a{
background-color: #fff;
padding: 5px 20px 10px;
border-radius: 10px;
}
ul.sns li img{
width: 30px;
margin-right: 5px;
vertical-align:bottom;
}
ul.sns li :hover{
background-color:#D9D9D9;
padding: 5px 20px 10px;
border-radius: 10px;
}
/*recruit*/
ul.staff-voice{
margin: 40px 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
gap:20px;
flex-wrap: wrap;
}
.staff-voice li{
width: calc((100% - 40px) / 3);
text-align: center;
background-color: #fff;
padding: 20px;
border-radius: 10px;
}
.staff-voice li h2{
font-size: 18px;
text-align: center;
}
.staff-voice li p{
text-align: left;
}
.bg-iv{
background-color: #EFEFEE;
}
.thanks{
margin: 40px auto;
width: 60%;
}
.thanks h1{
font-size: 3vw;
}
.thanks p{
margin: 40px 0;
}
.jitsumukeiken h2{
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding-top: 10px;
padding-bottom: 10px;
font-size: 28px;
}
.jitsumukeiken ol li{
font-weight: 600;
margin-bottom: 5px;
}
.fb a{
position: fixed;
bottom: 40px;
right: 20px;
padding: 10px;
width: 130px;
height: 130px;
background-color: #FAA811;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.fb :hover{
background-color: #009944;
}
@media screen and (max-width:1080px){
.towa{
height: 100%;
}
.towa-t{
width: 100%;
background-color: #fff;
padding: 20px;
position: relative;
top: 0%;
    right: 0%;
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
	 box-shadow: none;
}
.towa-box{
margin-top: 40px;
background-color: rgba(241,241,241,1.00);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
gap:1%;
padding: 20px;
}
}
@media screen and (max-width: 768px) {
header{
display: flex;
justify-content: center;
width: 100%;
padding: 5px 10px 5px;
}
.header-box{
display: flex;
padding: 0;
width: 100%;
margin: 5px 0;
justify-content: space-between;
align-items: center;
}
.logo{
width: 40vw;
}
section{
width: 98vw;
margin: 0 auto;
padding: 20px;
}
h1{
text-align: center;
font-size: 30px;
color: #009944;
letter-spacing: 2px;
margin: 0;
font-weight: 600;
}
h2{
text-align: center;
font-size: 24px;
}
.stepbar {
width: 90%;
}
.message{
position: relative;
width: 100%;
margin: 20px auto 40vw;
padding: 5%;
}
.massage-t{
width: 90vw;
}
.message h1{
text-align: center;
font-size: 5vw;
color: #009944;
letter-spacing: 0;
}
.message p{
width: 96%;
margin: 20px auto;
line-height: 180%;
}
p.t-big{
font-size: 4vw;
letter-spacing: 0;
text-align: center;
line-height: 200%;
font-weight: 600;
}
.m-1{
position: absolute;
top: auto;
bottom: -16vh;
left: 5%;
width: 35vw;
border-radius: 50%;
z-index: -1;
}
.m-2{
position: absolute;
bottom: -16vh;
right: 5%;
width: 35vw;
border-radius: 50%;
z-index: -1;
}
.bg-green{
background-image: url("../parts/g-sp.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 40px 0;
}
.news{
width: 94%;
margin: 40px 3%;
padding: 20px;
background-color: #fff;
border-radius: 10px;
text-align: center;
}
.news dt{
margin: 0 0 10px;
border-radius: 5px;
padding: 7px;
display: block;
width: 100%;
text-align: center;
color: #fff;
height: 38px;
font-weight: 600;
}
.news dd{
margin: 0 0 10px;
padding: 5px;
display: block;
width: 100%;
}
.b{
margin: 20px 0px 40px;
background-color:#f7f6f5;
padding: 20px;
flex-direction: column;
}
.b-t{
width: 100%;
padding: 20px;
}
.b h2{
font-size: 26px;
letter-spacing: 2px;
}
.b p{
line-height: 180%;
}
.b img{
width: 60%;
}
.dekirukoto-t{
position: relative;
width: 100%;
top: 0%;
left: 0%;
color: #333;
font-size: 18px;
padding: 20px;
}
.dekirukoto-t h2{
font-size: 28px;
text-shadow:none;
}
.dekirukoto-t h3{
font-size: 19px;
text-shadow:none;
}
.dekirukoto-t p{
text-shadow:none;
}
.btn-w{
display: flex;
margin: 40px 20px;
}
.btn-w a{
padding: 10px 20px;
background-color: #fff;
color: #333;
text-decoration: none;
border-radius: 5px;
vertical-align: middle;
border: 1px solid #333;
}
.btn-w a::after{
margin-left: 5px;
font-family: "Material Symbols Outlined";
content: '\ea50';
vertical-align: text-top;
}
.btn-w :hover{
background-color: #009944;
border: 1px solid #009944;
color: #fff;
}
.btn-1 a{
padding: 10px 20px;
background-color: #009944;
color: #fff;
text-decoration: none;
border-radius: 5px;
vertical-align: middle;
font-size: 3vw;
}
ul.li-2{
margin: 40px 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
ul.li-2 li{
width: 100%;
background-color: #fff;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
}
ul.li-3{
margin: 40px 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
ul.li-3 li{
width: 100%;
}
.v-botom{
vertical-align: bottom;
margin-bottom: -5px;
}
.v-top{
vertical-align: top;
margin-top: -11px;
}
.jigyousyo p{
max-width: 800px;
padding: 20px 20px;
margin: 0 auto;
}
.towa-t{
width: 100%;
background-color: #fff;
padding: 20px;
position: relative;
top: 0%;
    right: 0%;
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
	 box-shadow: none;
}
.towa-t h2{
font-size: 25px;
letter-spacing: 0;
}
.towa-box{
margin-top: 40px;
background-color: rgba(241,241,241,1.00);
display:flex;
flex-direction:column-reverse;
justify-content: center;
flex-wrap: wrap;
gap:1%;
padding: 0;
}
.towa-box address{
width: 90%;
font-size: 16px;
padding: 10px;
}
.mini-map{
width: 100%;
height: auto;
margin: auto;
}
.contact{
text-align: center;
padding: 40px 20px;
margin: 20px auto 40px;
background-color:#C1E4EB;
border-radius: 10px;
}
.contact h2{
text-align: center;
font-size: 28px;
letter-spacing: 5px;
margin: 0;
}
.contact ul{
width: 90%;
margin: 20px auto 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.contact li{
margin: 0;
padding: 0;
display: flex;
align-items: center;
vertical-align: middle;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
footer{
background-color:#f7f6f5;
padding: 40px 20px;
}
.footer-box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto;
flex-direction: column;
}
.link{
text-align:center;
}
.link ul{
width: 80%;
display: inline-block;
flex-wrap: wrap;
margin: 0 auto;
padding: 0;
list-style: none;
text-align: left;
}
.link li{
width: 98%;
margin: 1%;
vertical-align: middle;
margin-bottom: 20px;
padding: 10px 20px;
border-radius: 10px;
background-color: #fff;
}
address{
display: block;
margin: 20px auto;
font-size: 14px;
}
.img-3{
max-width: 800px;
margin: 20px auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.saibai-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 20px 0;
}
.saibai-box:nth-child(3){
flex-direction: column;
}
.saibai{
width: 100%;
margin-top: 20px;
}
.saibai h3{
color: #009944;
text-align: center;
border-top: 1px solid #009944;
border-bottom: 1px solid #009944;
padding: 10px;
}
.saibai-box img{
width: 90%;
box-shadow: 35px 35px 0px -6px #bbdbf3;
}
ul.voice{
margin: 40px auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap:0px;
}
.voice li{
width:80%;
text-align: center;
margin: 0 0 20px;
padding: 20px;
border: 1px solid #ccc;
border-radius: 20px;
}
ul.gallery{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 20px 0;
list-style: none;
padding: 0;
gap:20px;
}
.gallery li{
width: calc((100% - 20px) / 2);
}
.syouhin li{
width: calc(100% / 1);
margin: 0;
padding: 10px;
text-align: center;
}
ul.shop{
margin: 40px 0 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
flex-direction: column;
gap:0;
width: 100%;
}
.shop li a{
background-color: #333;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
width: 100%;
margin-bottom: 20px;
display: block;
}
.bg-b{
background-color: #ebf6f7;
padding: 20px 0;
}
.bg-g{
background-color:#f2f2b0 ;
padding: 20px 0;
}
.greeting-box{
position: relative;
width: 100%;
margin: 0 auto 20px;
padding: 0 20px 20px;
}
.greeting-box img{
width: 100%;
margin-bottom: 20px;
}
.greeting-t{
width: 100%;
position: relative;
top: 0%;
right: 0;
background-color: #f8fbf8;
z-index: 2;
padding: 20px;
-ms-transform: translate(0,-0%);/*ベンダープレフィックス*/
  -webkit-transform: translate(0,-0%);/*ベンダープレフィックス*/
  transform: translate(0,-0%);/*センター寄せの修正*/
}
ul.map-icon{
margin: 40px 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap:40px;
justify-content: center;
list-style: none;
}
.pdf{
display: flex;
justify-content: center;
gap:0;
padding: 20px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
margin: 20px auto;
flex-direction: column;
align-items: center;
}
.support{
position: relative;
height: 100%;
padding: 20px;
margin: 0 0 10vh;
}
.support-1{
position: relative;
top:10vw;
left:10px;
width: 40vw;
z-index: 1
}
.support-2{
position: absolute;
bottom:-20vw;
right: 10px;
width: 40vw;
z-index: 1;
border-radius: 50%;
}
.npo{
background-color:#ebf6f7;
position: relative;
width: 100%;
margin: 20px auto;
padding: 60px 20px 80px;
}
.npo p{
width: 100%;
margin: 0 auto 40px;
line-height: 180%;
}
ul.sagyou li{
width: 90%;
}
.sagyou h3{
border-bottom: 3px double #fff;
padding-bottom: 5px;
letter-spacing: 5px;
}
.schedule{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap:0;
align-content: center;
margin:0;
}
.tl{
width: 100%;
background-color:#F9F8F5;
padding: 50px 10px;
margin-bottom: 60px;
}
ul.timeline {
  list-style: none;
   position: relative;
  padding-left: 5%;
  margin: 0;
}
.timeline li {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
overflow: hidden;
margin: 0;
position: relative;
}
.timeline-time {
width: 40%;
float: left;
}
.timeline-content {
width: 55%;
float: left;
border-left: 2px #e5e5d1 solid;
padding-left: 20px;
box-sizing: border-box;
}
.timeline-content:before {
content: '';
width: 10px;
height: 10px;
background:#FAA811;
position: absolute;
left: 39%;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
}
.tl-p{
width: 90%;
}
table.table-1 th{
padding: 20px;
width: 100%;
display: block;
}
table.table-1 td{
padding: 20px;
width: 100%;
display: block;
}
table.table-1 th{
border-bottom: 1px dotted #ccc;
text-align: left;
}
table.table-2{
margin: 40px auto;
width: 100%;
}
table.table-2 th{
padding: 10px 10px;
border: 1px solid #ccc;
box-sizing: border-box;
background-color: #F9F8F5;
letter-spacing: 2px;
width: 30%;
}
table.table-2 td{
padding: 10px 10px;
border: 1px solid #ccc;
box-sizing: border-box;
}
table.table-3{
margin: 40px auto;
width: 100%;
}
table.table-3 th{
padding: 10px 10px;
border: 1px solid #ccc;
box-sizing: border-box;
background-color: #F9F8F5;
letter-spacing: 2px;
width: auto;
}
table.table-3 td{
padding: 10px 10px;
border: 1px solid #ccc;
box-sizing: border-box;
}
.staff-voice li{
width: 90%;
text-align: center;
background-color: #fff;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
}
.bg-ck2{
background-color: #fdfdf9;
background-image: linear-gradient(-90deg, #efefef80 50%, transparent 50%),linear-gradient(#efefef80 50%, transparent 50%);
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
padding: 0;
}
ul.sns li{
border-radius: 10px;
font-size: 18px;
vertical-align: middle;
}
ul.sns li img{
width: 24px;
margin-right: 5px;
vertical-align:bottom;
}
.thanks{
margin: 40px auto;
width: 90%;
}
.thanks h1{
font-size: 5vw;
}
.jitsumukeiken h2{
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
padding-top: 10px;
padding-bottom: 10px;
font-size: 21px;
}
.m-bottm{
margin-bottom: 40px;
}
.fb a{
position: fixed;
bottom: 5px;
right: 5%;
padding: 10px;
width: 90%;
height: auto;
background-color: #FAA811;
color: #fff;
border-radius: 0%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
}

@media screen and (min-width:1080px){
.sp{
display: none;
}
.pc{
display: block;
}
}
@media screen and (min-width: 768px){
a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
}
}