@charset "UTF-8";
/* CSS Document */

html, 
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Avenir, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


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

footer {
    /* background-color: #185c31;
    height: 220px;
    sclear: both; */
}

.footer-text2 {
	color: #fff;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: left;
	}

.footer-copylight {
    color: #000000;
    font-size: 11px;
    clear: both;
    top: -50px;
    position: relative;
}
	
	
.foot1, .foot2, .foot3, .foot4 {
    float: left;
    width: 25%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 50px;
    padding-bottom: 0px;
    border-left-style: solid;
    border-left-width: 1px;
}


body {
	margin-left: auto;
	margin-right: auto;
    max-width: 1200px;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;

}


header {
	padding: 0px 0px 0px 0px;
}

	a {
	color: #222222;
	text-decoration: none;
}

	a:hover {
    opacity: 0.50;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.link a:link {
	color: #fff;
	text-decoration: none;
}

.linkv a:visited {
	color: #fff;
	text-decoration: none;
}

.linkho a:visited {
	color: #fff;
	text-decoration: none;
}

.link2 a:link {
	color: #646472;
	text-decoration: none;
}


.hero-life {
	background-size: 110% 110%;
    background-image: url(../images/life_01.jpg);
    background-repeat: no-repeat;
    height: 620px;
    background-position: 0 1%;
}

.hero-contents {
    background-image: url(../images/gallery.jpg);
    background-repeat: no-repeat;
    height: 620px;
    background-size: 101% 101%;
}

.hero-why {
    background-size: 101% 101%;
    background-image: url(../images/why_01.jpg);
    background-repeat: repeat-x;
    height: 620px;
}

.hero-styles {
    background-size: 101% 101%;
    background-image: url(../images/faq.jpg);
    background-repeat: repeat-x;
    height: 620px;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}

h3 {
    color: #222222;
	font-size: 20px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 10px;
}

h4 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-weight: normal;
}

.button {
    border: 2px #185c31 solid;
    padding: 8px 30px;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #185C31;
}
.button2 {
    border: 2px #185c31 solid;
    padding: 8px 30px;
    border-radius: 5px;
    color: #185C31;
    text-decoration: none;
    background-color: #fff;
}

.info-box-tan {
    background-color: #f0f0e2;
    text-align: left;
}

	
.info-box-tan {
    padding-top: 30px;
    padding-bottom: 31px;
}


	.flag {
    width: 50px;
    position: relative;
    right: 15px;
    float: right;
    bottom: -485px;
}

.flag2 {
    width: 50px;
    position: relative;
    right: 15px;
    float: right;
    top: -38px;
	bottom: 0px;
}

.footer-text {
    width: 50%;
    color: #fff;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


.col-head {
    width: auto;	
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 5px 0px 0px 0px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #185c31;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
	



@media screen and (min-width:768px) and ( max-width:2048px) {
/* 768px以上の幅の場合に適応される */
.br-pc {
    display: block;
}
.br-tb {
    display: block;
}
.br-sp { display:none; }
	
.style-nav { display:none; }
.style-nav-pc { display:block; }
	
.head { display:none; }
.head-pc { display:block; }


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
	
.col-lg-one-fourth {
	}

.head01 {
    width: auto;
    height: 32px;
	}
	
.space-index {
    margin-top: 100px;	
}	
	
.head {
    margin-bottom: 0px;
    margin-top: 15px;
    margin-right: 0px;
	}	
	
.head-pc {
    margin-bottom: 0px;
    margin-top: 15px;
    margin-right: 0px;
	}	
	
	
.style-logo {
    width: 150px;
    float: left;
    margin-top: -8px;
    margin-left: 0px;
}

.style-nav-pc {
}
	
.style-nav-pc ul {
    list-style-type: none;
	margin-top: 5px;
	text-align: right;
}

.style-nav-pc ul li {
	font-weight: bold;
    padding: 8px;
 }
	
.style-nav-pc li {
	text-align: right;
    border-left-width: thin;
    border-left-style: solid;
    display: inline;
    font-size: small;
}


.headline {
    width: 50%;
    color: #185c31;
    font-size: 50px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    position: relative;
    top: 91px;
    text-align: left;
    text-shadow: 0 0 10px #FFFFFF;
    left: 147px;
	}	

.headline-why {
    width: 50%;
    color: #185c31;
    font-size: 50px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    position: relative;
    top: 77px;
    text-align: right;
    right: 70px;
    text-shadow: 0 0 10px #FFFFFF;
	}	

.headline-styles {
    width: 50%;
    color: #185c31;
    font-size: 50px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    position: relative;
    top: 28px;
    text-align: left;
    text-shadow: 0 0 10px #FFFFFF;
    left: 256px;
	}	
	
	
.headline-contents {
    width: 50%;
    color: #185c31;
    font-size: 48px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    position: relative;
    top: 106px;
    text-align: left;
    left: 135px;
    text-shadow: 0 0 8px #FFFFFF;
	}
	
.hero {
    height: 620px;
	background-size: 100%;
    background-repeat: no-repeat;
}

.org-logo {
    width: 500px;
	position: relative;
    top: 237px;
    left: 607px;
}


	.space {
    height: 500px;
}
	
	.space-s {
    height: 240px;
}

	.space-ss {
    height: 228px;
}

	h4 {
    color: #185c31;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    border-top: thin solid #185C31;
    border-bottom: thin solid #185C31;
}

	h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
    color: #185C31;
}
	
	.p1 {
    color: #646472;
    margin-bottom: 0px;
    line-height: 32px;
	text-align: center;
}

	.p2 {
    color: #646472;
    margin-bottom: 100px;
    line-height: 32px;
	text-align: left;
	column-count: 2;
}
	.p3 {
    color: #646472;
    margin-bottom: 100px;
    line-height: 32px;
	text-align: left;
	column-count: 3;
}

	.p3-1 {
    color: #646472;
    margin-bottom: 100px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}
	
	.p3-1-1 {
    color: #646472;
    margin-bottom: 100px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}
	
	
	.p4 {
    color: #646472;
    padding: 20px 0px 100px 0px; 
	margin-bottom: -20px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}

	.p4-2 {
    color: #646472;
    padding: 10px 0px 100px 0px; 
	margin-bottom: -20px;
    line-height: 24px;
	text-align: left;
	column-count: 1;
}

	
	.p5 {
    color: #646472;
	margin-bottom: 10px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}

.caption {
    color: #646472;
    margin-bottom: 0px;
    line-height: 14px;
    text-align: left;
    font-size: 14px;
}
	
.caption2 {
    color: #646472;
    margin-bottom: 0px;
    line-height: 16px;
    text-align: left;
    font-size: 14px;
}
	
.caption3 {
    color: #4B4B55;
    margin-bottom: 0px;
    line-height: 16px;
    text-align: left;
    font-size: 20px;
}
.gcolor	 {
	color: #185c31;
	}
	
	.l1 {
    color: #646472;
	margin-bottom: 200px;
    line-height: 32px;
	text-align: left;
	column-count: 2;
}

.info-box-non {
	background-color: #fff;
	color: #646472;
	padding: 30px 0px 0px;
	text-align: center;
}
	
	
.info-box-non-why {
	background-color: #fff;
	color: #646472;
	padding: 30px 0px 60px;
	text-align: center;
}	
	
.info-box-txt01 {
    left: 20px;
    margin-left: 92px;
    float: left;
    margin-top: 20px;
	color: #646472;

}
	
.info-box-txt02 {
    left: 20px;
    margin-left: 624px;
	margin-right: 20px;
    color: #646472;
}
	
.info-box-syl01  {
    color: #646472;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0px;
    width: 62%;
    font-size: 24px;
	left: 420px;
    position: relative;
}
	
.info-box-syl02  {
    color: #646472;
    padding-top: 30px;
    padding-bottom: 0px;
    width: 62%;
    margin-bottom: 0px;
    line-height: 32px;
    text-align: left;
    left: 420px;
    position: relative;
}

.styl-txt01	 {
    color: #646472;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 5px;
    width: 62%;
    font-size: 24px;
    clear: both;
}

	
.img-left {
    width: 33%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}
	
	.img-left1 {
    width: 98%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 10px;
}

	.img-left12 {
    width: 98%;
    float: left;
    margin-right: 0px;
    margin-top: 7px;
	margin-bottom: 0px;
}

.btn-left2 {
    width: 18%;
    border-width: thin;
    border-style: solid;
    float: right;
    background-color: #C1E1A0;
    position: relative;
    top: -132px;
}	
	
.img-syl1 {
    width: 95%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}	
	
.img-left2 {
    width: 99%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 25px;
}
	
.img-left3 {
    width: 96%;
    float: left;
    margin-right: 0px;
    margin-top: 7px;
	margin-bottom: 31px;
}

.img-left4 {
    width: 99%;
    float: left;
    margin-right: 0px;
    margin-top: 22px;
	margin-bottom: 0px;
}

.img-left3-1 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left3-2 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left3-3 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
.img-left3-4 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left3-5 {
    width: 80%;
    float: right;
    margin-left: 40%;
    margin-right: 0px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left4-1 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 22px;
}

.img-left4-2 {
    width: 60%;
    float: left;
    margin-bottom: 30px;
    margin-top: 8px;
    margin-right: 20px;
}
	
.img-left4-3 {
    width: 60%;
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 8px;
	margin-bottom: 0px;
}	
	
.img-left4-4 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left4-5 {
    width: 100%;
    float: left;
	margin-left: 0px;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}		
	.col2 {
	width: 50%;
}
	
	.mag-top {
	margin-top: 60px
	}
	
.footer-text2 {
	color: #fff;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: left;
	}

.footer-copylight {
    color: #000000;
    font-size: 11px;
    clear: both;
    top: -50px;
    position: relative;
}
	
/*.footerbg {
    background-color: #185c31;
    border: 1px dotted #000000;
    float: left;
}
	
.foot1, .foot2, .foot3, .foot4 {
    width: ;
    border-left-style: solid;
    border-left-width: 1px;
}*/

.box5, .box6, .box7{
    float: left;
    width: 33.33333%;
	}
	
.box5 {
    text-align: right;	
		 }	

.box7 {
    text-align: left;	
		 }	
	
.box8, .box9, .box10{
    float: left;
    width: 33.33333%;
    margin-bottom: 40px;
	}
		
.info-box-non-syl {
    background-color: #fff;
    margin-bottom: 0px;
    margin-left: 20px;
}
	
	.info-box-non-syl2 {
    background-color: #fff;
    margin-top: 300px;
    margin-bottom: 0px;
}
	.info-box-non-syl3 {
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 0px;
}
	
	.info-box-non-syl4 {
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 0px;
}

	
	
.boxA {
  border: none;
  &:after {
    content: "";
    display: block;
    clear: both;
  }
	 }

.btn-position {
    text-align: center;
    padding-top: 44px;
    padding-bottom: 0px;
    height: 80px;
}
	
.btn-position2 {
    text-align: center;
    padding-top: 44px;
    padding-bottom: 0px;
    width: 100%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.footerbg {
    background-color: #185c31;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 250px;
}


.contact-text1 {
	width: auto;
	padding: 20px 0px 0px 425px; 
	text-align: left
	}
	
.contact-text2 {
	text-align: center;
	margin: 20px 0px 0px 0px;
	}
.contact-text3 {
	text-align: left;
	margin: -40px 0px 0px 0px;
	}


}.agency-box1 {
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 25%;
	clear: left;
	}

.agency-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.agency-list .agency{
	box-sizing: border-box;
	padding: 20px 20px;
	text-align: left;
}


/*Mobile View*/
@media screen and (max-width: 1024px) {
.br-pc { display:block; }
.br-tb { display:block; }
.br-sp { display:none; }
	
.org-logo {
    width: 450px;
	position: relative;
    top: 237px;
    left: 507px;
}

.info-box-non{
    padding-left: 10px;	
	padding-right: 10px;	
	}
	
.headline-why {
    width: 50%;
    color: #185c31;
    font-size: 50px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    position: relative;
    top: 77px;
    text-align: right;
    right: 0px;
    text-shadow: 0 0 10px #FFFFFF;
	}		

.info-box-non-why {
	background-color: #fff;
	color: #646472;
	padding: 30px 0px 60px;
	text-align: center;
	padding-left: 10px;	
	padding-right: 10px;	
}	
	.caption {
    color: #646472;
    margin-bottom: 40px;
    line-height:13px;
    text-align: left;
    font-size: 13px;
}
	
.info-box-syl01  {
    color: #646472;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0px;
    width: 62%;
    font-size: 24px;
	left: 350px;
    position: relative;
}
	
.info-box-syl02  {
    color: #646472;
    padding-top: 30px;
    padding-bottom: 0px;
    width: 62%;
    margin-bottom: 0px;
    line-height: 32px;
    text-align: left;
    left: 350px;
    position: relative;
}

	
	}



/*Tablet View*/
@media screen and (max-width: 768px) {
.br-pc { display:none; }
.br-tb { display:block; }
.br-sp { display:none; }
	
.style-nav-pc { display:none; }
	
.head-pc { display:none; }
	
	
body {
    max-width: 768px;
}

/*footer {
    background-color: #185c31;
    height: 445px;
    sclear: both;
}*/	

	
.style-logo2 {
    width: 80%;
    margin-bottom: -28px;
	}	

	
.head01 {
    width: auto;
    height: 60px;
	}

	
.head {
    background:transparent url(../images/btn.png) no-repeat 0 0;
    display: block;
    width:40px;
    height: 40px;
    position: absolute;
    top:0px;
    right:0px;
    /*cursor: pointer;*/
    z-index: 200;
}
.peke {
    background-position: -40px 0px;
}
.style-nav {
    display: none;
    background-color: rgba(0,0,0,0.60);
    position: absolute;
    top: 0px;
    right: 0;
    width: 260px;
    padding: 60px 0 20px 20px;
    z-index: 100;
}
	
#menu li {
}

#menu li a {
	color:#fff;
    display: block;
    padding: 15px;
}	
	
	
.style-logo {
    width: 200px;
    margin-top: 5px;
	}

.style-nav ul {
    margin-top: -10px;
}

.style-nav li {
	width:220px;
    text-align: center;
    font-size: 12pt;
    display: block;
    text-decoration: none;
	/*background-color: #fff;*/
    line-height: 1;
    border-top: thin solid #fff;
}	
	
.flag {
    width: 50px;
    position: relative;
    right: 15px;
    float: right;
    bottom: -275px;
}
	
.flag2 {
    width: 50px;
    position: relative;
    right: 15px;
    float: right;
    bottom: -320px;
}
	
.hero {
    width: 100%;
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    clear: both;
}

.hero-life {
    width: 100%;
    height: 400px;
    background-size: 101%;
    background-repeat: no-repeat;
    clear: both;
    background-position: 1% 0%;
}
	
.hero-why {
    width: 100%;
    height: 400px;
    background-size: 101%;
    background-repeat: no-repeat;
    clear: both;
    background-position: -5px -10px;
}
	
.hero-contents {
    width: 100%;
    height: 400px;
    background-size: 102%;
    background-repeat: no-repeat;
    clear: both;
    background-position: 0px -50px;
}

.hero-styles {
    width: 100%;
    height: 400px;
    background-size: 102%;
    background-repeat: no-repeat;
    clear: both;
    background-position: 0px -20px;
}
	
	
.org-logo {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 250px;
    left: 0px;    /*bottom: auto;*/
}

	.space {
    height: 280px;
}
	
	.space-s {
    height: 240px;
}

	.space-ss {
    height: 228px;
}

	h4 {
    clear: both;
	color: #185c31;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
	padding-left: 10px;
	border-top: thin solid #185C31;
    border-bottom: thin solid #185C31;
}
	h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
    color: #185C31;
}
.p3-1 {
    color: #646472;
    margin-bottom: 50px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}

.p3-1-1 {
    color: #646472;
    margin-bottom: 0px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}


	.p1 {
    color: #646472;
    /*margin-bottom: -20px;*/
    line-height: 32px;
    text-align: left;
    width: 100%;
}

	.p2 {
    color: #646472;
    margin-bottom: 100px;
    line-height: 32px;
	text-align: left;
	column-count: 2;
}
	.p3 {
    color: #646472;
    margin-bottom: 100px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}
	.p4 {
    color: #646472;
    padding: 20px 0px 0px 0px; 
	margin-bottom: -20px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}

	.p5 {
    color: #646472;
	margin-bottom: 10px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}
	
	.l1 {
    color: #646472;
	margin-bottom: 200px;
    line-height: 32px;
	text-align: left;
	column-count: 2;
}

	
.info-box-tan {
    padding: 4% 4% 4% 4%;
    clear: left;
}
	
	
.info-box-txt01 {
    margin-left: 20px;
    float: left;
    margin-top: 0px;
    color: #646472;
}
	
.info-box-txt02 {
    left: 20px;
    margin-left: 20px;
    margin-right: 20px;
    color: #646472;
    clear: left;
}

	
.info-box-non {
	padding: 30px 10px 0px;
	text-align: left;
}

.info-box-non-why {
	padding: 30px 10px 0px;
	text-align: left;
}
	
	
.info-box-syl01  {
    color: #646472;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    font-size: 24px;
	left: 0px;
    position: relative;
}
	
.info-box-syl02  {
    color: #646472;
    padding-top: 6px;
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    line-height: 32px;
    text-align: left;
    left: 0px;
    position: relative;
}

.info-box-non-syl {
    background-color: #fff;
    margin-bottom: 0px;
    margin-left: 15px;
	margin-right: 15px;
}
	
.info-box-non-syl2 {
    background-color: #fff;
    margin-bottom: 0px;
}
.info-box-non-syl3 {
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 0px;
}
	
.info-box-non-syl4 {
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 0px;
}

.styl-txt01	 {
    color: #646472;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 5px;
    width: 62%;
    font-size: 24px;
    clear: both;
}
	
.img-syl1 {
    width: 95%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}	
	
.boxA {
  border: none;
  &:after {
    content: "";
    display: block;
    clear: both;
  }
	 }
	
.box8, .box9, .box10{
    float: left;
    width: 50%;
    margin-bottom: 40px;
	}

.caption {
    color: #646472;
    margin-bottom: 20px;
    line-height: 13px;
    text-align: left;
    font-size: 13px;
}
	
.caption2 {
    color: #646472;
    margin-bottom: 30px;
    line-height: 16px;
    text-align: left;
    font-size: 14px;
    margin-top: 0px;
}
	
.caption3 {
    color: #4B4B55;
    margin-bottom: 0px;
    line-height: 16px;
    text-align: left;
    font-size: 20px;
    margin-top: -8px;
}
	
	
.img-left {
    width: 33%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}
	
.img-left1 {
    width: 50%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 0px;
}

.img-left12 {
    width: 50%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 0px;
}

.img-left4 {
    width: 50%;
    float: left;
    margin-right: 21px;
    margin-top: 10px;
	margin-bottom: 0px;
}
	
.img-left2 {
    width: 50%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 0px;
}

.img-left3 {
    width: 50%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 31px;
}
	
.img-left3-1 {
    width: 50%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left3-2 {
    width: 50%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left3-3 {
    width: 50%;
    float: right;
	margin-left: 21px;
    margin-right: 0px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left3-4 {
    width: 50%;
    float: right;
	margin-left: 21px;
    margin-right: 0px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left3-5 {
    width: 50%;
    float: left;
	margin-left: 0px;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
	
	

.img-left4-1 {
    width: 50%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left4-2 {
    width: 32%;
    float: right;
	margin-right: 0px;
    margin-left: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left4-3 {
    width: 32%;
    float: left;
	margin-left: 0px;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left4-4 {
    width: 50%;
    float: left;
	margin-left: 0px;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left4-5 {
    width: 50%;
    float: left;
	margin-left: 0px;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}	
	
	.col2 {
	width: 50%;
}
	
	.mag-top {
	margin-top: 60px
	}
	
	
footer {
    background-color: #185c31;
    height: 180px;
    sclear: both;
}

.footer-text2 {
	color: #fff;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: left;
	}

.footer-copylight {
    color: #000000;
    font-size: 11px;
    clear: both;
    top: -50px;
    position: relative;
    margin-left: 14px;
}
	
	
.foot1, .foot2, .foot3, .foot4 {
    float: left;
    width: 25%;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 12px;
    padding-bottom: 0px;
    border-left-style: solid;
    border-left-width: 1px;
}	
	
.footerbg {
    background-color: #185c31;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: 200px;
}
	
.btn-position {
    text-align: Left;
    padding: 44px 10px 22px 10px;
    height: 300px;
}
	

.btn-position2 {
    text-align: Left;
    padding-top: 44px;
    padding-bottom: 150px;
    width: 100%;
    height: 0px
    margin-right: auto;
	margin-left: auto;

}
	
	
.button {
    width: 97%;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background-color: #185C31;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}

.button2 {
    width: 98%;
    display: inline-block;
    margin-bottom: -10px;
    border: 2px #185c31 solid;
    padding: 10px;
    border-radius: 4px;
    color: #185C31;
    text-decoration: none;
	text-align: center;
    background-color: #fff;
    line-height: 1;
    position: relative;
    top: -38px;
}	
	
	
/*.button2 {
	width: 98%;
    border: 2px #185c31 solid;
    padding: 10px;
    border-radius: 4px;
    color: #185C31;
    text-decoration: none;
    background-color: #fff;
    line-height: 2;
    position: relative;
    top: -32px;	
}*/
	
	
.box5, .box6, .box7{
    float: left;
    width: 33.33333%;
	height: 250px;
	}
	
	
.clear{display:none;}
	
.headline {
    color: #185c31;
    font-size: 36px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    text-shadow: 0 0 10px #FFFFFF;
    position: relative;
    left: 72px;
    top: 65px;
	}	

.headline-why {
    color: #185c31;
    font-size: 36px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    text-shadow: 0 0 10px #FFFFFF;
	position: relative;
    left: 72px;
    top: 65px;
	}	

.headline-contents {
    color: #185c31;
    font-size: 34px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    text-shadow: 0 0 10px #FFFFFF;
	position: relative;
    left: 72px;
    top: 45px;
	}
	
.headline-styles {
    color: #185c31;
    font-size: 36px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    text-shadow: 0 0 10px #FFFFFF;
	position: relative;
    left: 202px;
    top: 15px;
	}

.contact-text1 {
	width: auto;
	padding: 20px 0px 0px 60px; 
	text-align: left
	}
	
.contact-text2 {
	text-align: left;
	margin: 20px 0px 0px 0px;
	}
	
h3 {
    color: #222222;
	font-size: 18px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 10px;
}
	.btn-left2 {
    width: 28%;
    border-width: thin;
    border-style: solid;
    background-color: #C1E1A0;
    position: relative;
    top: -80px;
    text-align: center;
    float: left;
}		

.contact-text3 {
	text-align: left;
	margin: 80px 0px 0px 0px;
	}

}.agency-box1 {
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
	clear: left;
	}

.agency-list{
  display: flex;
  flex-direction: column;
}
.agency-list .agency{
	box-sizing: border-box;
	padding: 20px 20px;
	text-align: left;
}








/*Mobile View*/
@media screen and (max-width: 480px) {
.br-pc { display:none; }
.br-sp { display:block; }
	
.style-nav-pc { display:none; }
	
.head-pc { display:none; }

body {
    max-width: 100%;
}

footer {
    background-color: #185c31;
    height: 890px;
    sclear: both;
}	
	
.style-logo {
    width: 40%;
	}

.style-logo2 {
    width: 40%;
    margin-bottom: -28px;
	}

.hero-life {
	width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 180% 180%;
	background-position: -10px -60px;
}

.hero-why {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
	background-size: 125% 125%;
    background-position: -60px;
}
.hero-contents {
	width: 100%;
	height: 300px;	
	background-repeat: no-repeat;
    background-size: 125% 125%;
	background-position: 0px;
}

.hero-styles {
	width: 100%;
	height: 300px;	
	background-repeat: no-repeat;
    background-size: 120% 120%;
	background-position: -20px 0px;
}


.flag {
    width: 40px;
    position: relative;
    right: 10px;
    float: right;
    bottom: -205px;
}

	
.hero {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    clear: both;
    background-size: 125% 125%;
}

	
.org-logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 200px;
}

	.space {
    height: 280px;
}
	
	.space-s {
    height: 240px;
}

	.space-ss {
    height: 228px;
}

	h4 {
    clear: both;
	color: #185c31;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
	padding-left: 10px;
	border-top: thin solid #185C31;
    border-bottom: thin solid #185C31;
}
	
	h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
    color: #185C31;
}

.p3-1 {
    color: #646472;
    margin-bottom: 50px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}

.p3-1-1 {
    color: #646472;
    margin-bottom: -110px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}
	
	.p1 {
    color: #646472;
    margin-bottom: 00px;
    line-height: 32px;
}

	.p2 {
    color: #646472;
    margin-bottom: 100px;
    line-height: 32px;
	text-align: left;
	column-count: 2;
}
	.p3 {
    color: #646472;
    margin-bottom: 25px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}
	.p4 {
    color: #646472;
    padding: 20px 0px 0px 0px; 
	margin-bottom: -20px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}
	
.p4-2 {
    color: #646472;
    padding: 10px 0px 100px 0px; 
	margin-bottom: 0px;
    line-height: 24px;
	text-align: left;
	column-count: 1;
}	
	.p5 {
    color: #646472;
	margin-bottom: 10px;
    line-height: 32px;
	text-align: left;
	column-count: 1;
}

	.l1 {
    color: #646472;
	margin-bottom: 200px;
    line-height: 32px;
	text-align: left;
	column-count: 2;
}


.info-box-tan {
    padding: 4% 4% 4% 4%;
    clear: left;
}
	
.info-box-txt01 {
    margin-left: 0px;
    float: left;
    margin-top: 0px;
    color: #646472;
}
	
.info-box-txt02 {
    left: 20px;
    margin-left: 0px;
    margin-right: 0px;
    color: #646472;
    clear: left;
}
	
	
.info-box-non {
	padding: 30px 10px 0px;
	text-align: left;
}

.img-left {
    width: 33%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
}
	
.img-left1 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left12 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left2 {
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-top: 12px;
	margin-bottom:0x;
}

.img-left3 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}	
	
.img-left3-1 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left3-2 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left3-3 {
    width: 100%;
    float: right;
    margin-right: 0px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left3-4 {
    width: 100%;
    float: right;
    margin-right: 0px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left3-5 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}

	
.img-left4-1 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}

.img-left4 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 10px;
	margin-bottom: 0px;
}
	
.img-left4-2 {
    width: 100%;
    float: right;
    margin-right: 0px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left4-3 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.img-left4-4 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 0px;
	margin-bottom: 15px;
}
	
.img-left4-5 {
    width: 100%;
    float: left;
    margin-right: 21px;
    margin-top: 7px;
	margin-bottom: 15px;
}
	
.col2 {
	width: 50%;
}
	
.mag-top {
	margin-top: 60px
	}
	
	
.btn-position {
	text-align: Left;
    padding: 44px 10px 22px 10px;	
}

.button {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #185C31;
	line-height: 1;
}
	
.button2 {
    border: 2px #185c31 solid;
    padding: 10px;
    border-radius: 4px;
    color: #185C31;
    text-decoration: none;
    background-color: #fff;
    line-height: 1;
    position: relative;
    top: -32px;	
}
	
.clear{display:none;}
	

.contact-text1 {
	width: auto;
	padding: 20px 0px 0px 60px; 
	text-align: left
	}
	
.contact-text2 {
	text-align: left;
	margin: 20px 0px 0px 0px;
	}
	
h3 {
    color: #222222;
	font-size: 18px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 10px;
}
	
.headline {
    color: #185c31;
    font-size: 36px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    text-shadow: 0 0 10px #FFFFFF;
    position: relative;
    left: 58px;
    top: 40px;
    width: 80%;
	clear: both;
	}	

.headline-why {
    color: #185c31;
    font-size: 36px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    text-shadow: 0 0 10px #FFFFFF;
    width: 100%;
	position: relative;
	left: 0px;
	top: 80px;
    text-align: center;
	clear: left;
	}	

.headline-contents {
    color: #185c31;
    font-size: 38px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    text-shadow: 0 0 8px #FFFFFF;
    position: relative;
	left: 0px;
    top: 50px;
	width: 100%;
	text-align: center;
	clear: left;
	}

.headline-styles {
    color: #185c31;
    font-size: 38px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: 900;
    text-shadow: 0 0 8px #FFFFFF;
    position: relative;
	left: 90px;
    top: 15px;
	width: 80%;
	clear: left;
	}
	
	
.flag2 {
    width: 40px;
    position: relative;
    right: 10px;
    float: right;
	top: -30px;
	bottom: 0px;
}
	
.info-box-syl01  {
    color: #646472;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
}
	
.info-box-syl02  {
    color: #646472;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 32px;
    text-align: left;
}
	
.styl-txt01	 {
    color: #646472;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 5px;
    width: 62%;
    font-size: 22px;
    clear: both;
}
	
.info-box-non-syl {
    background-color: #fff;
    margin-bottom: 0px;
    margin-left: 15px;
	margin-right: 15px;
}
.caption {
    color: #646472;
    margin-bottom: 0px;
    line-height: 13px;
    text-align: left;
    font-size: 13px;
}
	
.caption2 {
    color: #646472;
    margin-bottom: 0px;
    line-height: 16px;
    text-align: left;
    font-size: 14px;
}
	
.caption3 {
    color: #4B4B55;
    margin-top: 5px;
    margin-bottom: -5px;
    line-height: 16px;
    text-align: left;
    font-size: 20px;
}
	
.box8, .box9, .box10{
    float: left;
    width: 100%;
    margin-bottom: 40px;
	}
		
/*.info-box-non-syl {
    background-color: #fff;
    margin-bottom: 0px;
    margin-left: 20px;
}*/
	
	.info-box-non-syl2 {
    background-color: #fff;
    margin-bottom: 0px;
}
	.info-box-non-syl3 {
    background-color: #fff;
    margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 0px;
}
	
	.info-box-non-syl4 {
    background-color: #fff;
    margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 0px;
}

.gcolor	 {
	color: #185c31;
	}
	
	
.boxA {
  border: none;
  &:after {
    content: "";
    display: block;
    clear: both;
  }
	 }

.footer-text2 {
    width: 50%;
	color: #fff;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: left;
	}

.footer-copylight {
    color: #000000;
    font-size: 11px;
    position: relative;
    margin-left: 15px;
    top: 10px;
}
	
.foot1 {
    width: 100%;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 120px;
	border-left: 0px ;

}


.foot2, .foot3, .foot4 {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #FFFFFF;
	border-left: 0px ;
    height: 120px;
}

.footerbg {
    background-color: #185c31;
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    width: 100%;
    height: 100%;
}
		
.box5, .box6, .box7{
    float: left;
    width: 100%;
	}
	
.box5 {
    text-align: right;
	height: 50px;
		 }	

.box6 {
    text-align: left;
	height: 150px;
		 }	

.box7 {
    text-align: left;
	height: 250px;
		 }	
	
.btn-position2 {
    text-align: Left;
    padding: 44px 10px 22px 10px;	
    width: 100%;
}

.img-syl1 {
    width: 100%;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
}
	
	.btn-left2 {
    width: 36%;
    border-width: thin;
    border-style: solid;
    background-color: #C1E1A0;
    position: relative;
    top: -10px;
    text-align: center;
    float: left;
}		

.contact-text3 {
	text-align: left;
	margin: 80px 0px 0px 0px;
	}
	

}.agency-box1 {
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100%;
	clear: left;
	}

.agency-list{
  display: flex;
  flex-direction: column;
}
.agency-list .agency{
	box-sizing: border-box;
	padding: 20px 20px;
	text-align: left;
}