@charset "UTF-8";
/*CSS INFOMATION=======================

SP CSS

File name : sp.css
   
====================================*/
@media all and (min-width: 0px) and (max-width: 768px) {
  .skipLink {
    opacity: 0;
    position: absolute;
    top: -30px;
  }
  a:hover {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  body {
    overflow-x: hidden;
    font-size: 1.3rem;
    line-height: 1.8 !important;
  }
  .pcBox {
    display: none;
  }
  header {
    width: 100%;
	padding: 15px 15px;
	background: #fff;  
    z-index: 9999;
	position: relative;
	box-sizing: border-box;
  }


  nav {
	width: 100%;  
    background: #006401;
    padding: 12px 0;
	margin: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;  
  }	
	
  nav .nav {
    padding: 0;
    margin: 0;
    display: flex;
	justify-content: center;
  }
  nav .nav li {
    padding:0 16px;
    text-align: center;
    border-left: 1px dotted #fff;
  }
  nav .nav li:first-child {
    text-align: center;
    border-left: none;
  }
  nav .nav li:last-child {
    border-right: none;
    border-left: 1px dotted #fff;
  }
  nav .nav li a {
    display: block;
    width: 100%;
    padding: 2px 0;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    font-size: 1.1rem;
  }
	
	.logo{
		width: 150px;
		margin: 0;
	}	
.logo img {
    width:100%;
    height: auto;
  }
	.btn__revmo a{
		display: block;
		background: url("../images/icon_arrow_blue.svg") center right 10px no-repeat;
		background-size:3.5px auto;
		width: 180px;
		padding:2px 5px;
		margin: 0 auto;
		box-sizing: border-box;
		border: 1px solid #006401;
		color: #006401;
		text-align: center;
		border-radius: 30px;
		font-size: 1.1rem;
		text-decoration: none;
		font-weight: bold;
		position: absolute;
		top: 20px;
		right: 10px;
	}
	
	.sub__nav{
		margin: 5px 0 -5px;
		text-align: center;
	}
	
	.sub__nav a{
		text-decoration: none;
		color: #000;
		font-weight: bold;
		font-size: 1.1rem;
		margin: 0 10px 0;
		background: url("../images/icon_arrow_circle.svg") center left no-repeat;
		background-size:12px auto; 
		padding: 0 0 0 20px;
	}
	
	.btn__fix{
		position: fixed;
		bottom: 80px;
		right: 0;
		z-index: 999;
	}
	
	
	.btn__kinri a{
		margin: 0 0 10px;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 70px;
		padding: 5px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}
	
	.btn__simu a{
		margin: 0 0 10px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 70px;
		padding: 5px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}
	
	.btn__moushikomi a{
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 70px;
		padding: 5px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
		z-index: 2;
	}
	
	.btn__kinri a .img,
	.btn__simu a .img,
	.btn__moushikomi a .img{
		width: 40px;
		height: 40px;
		margin: 0 auto;
	}
	
	.btn__kinri a .img img,
	.btn__simu a .img img,
	.btn__moushikomi a .img img{
		width: 100%;
		height: auto;
	}
	
	.btn__kinri a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 0.8rem;
	}
	
	.btn__simu a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 0.7rem;
		line-height: 1.2;
	}
	
	.btn__moushikomi a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 0.8rem;
		line-height: 1.2;
	}

	
.kaishi__txt{
		color: #fff;
		padding: 4px;
		width: 110px;
		background: #006401;
		border-radius: 6px;
		position: absolute;
		top:15px;
		left: 180px;
		z-index: 990;
		text-align:center;
		font-weight: bold;
		line-height: 1.5;
		font-size: 12px;
	}  	
	
	
	
  /*

footer
-----------------------------------*/
  .footNav {
    text-align: center;
    font-size: 1.2rem;
    padding: 15px 0 20px;
  }
  .footNav ul li {
    font-size: 1.3rem;
    padding: 0 0 15px;
  }
  .footNav a {
    color: #006401 !important;
    font-size: 1.3rem;
    padding: 0 9px;
    text-decoration: none;
  }
  footer {
    border-top: 3px solid #006401;
    padding: 20px 0 20px;
    margin: 0;
    overflow: hidden;
    clear: both;
    text-align: center;
    background: #fff;
  }
  footer p {
    font-size: 1.4rem;
  }
  footer a {
    text-decoration: none;
  }
  .copy {
    clear: both;
    font-size: 1.0rem;
    padding: 0px 0 0;
    color: #006401;
  }
  /*

maintxt
-----------------------------------*/

  .txtBox {
    padding: 20px 10px 0;
  }
  .inner {
    max-width: 100%;
    padding: 0;
    margin: 0 20px;
  }
  .main__txt {
    margin: 30px 0;
    text-align: center;
  }
	.main__txt--logo{
		width: 80%;
		margin: 0 auto;
	} 	
	
  .main__txt h2 {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.6;
	font-weight: 700;  
    margin:30px 0 40px;
    color: #006401;
  }
  .main__txt h3 {
	  color: #000;
	  border-bottom: 2px dotted #000;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.6;
      letter-spacing: 0.3rem;
      margin: 30px auto 20px;
	  font-weight: bold;
	  max-width: 1100px;
	  padding: 0 0 5px;
    }
	
	.mainimg__flex{
		display:block;
		justify-content: center;
		margin: 30px 0 0;
		flex-wrap: wrap;
	}
	
	.mainimg__flex--item{
		width: 75%;
		margin: 0 auto 20px;
	}
	
	.mainimg__flex--item img{
		width: 100%;
		height: auto;
	}
	
	
	
	
	.kaiketu__flex{
		display:block;
		margin: 0 0 20px;
	}
	
	.kaiketu__flex--item{
		width: 100%;
		margin: 0 0 15px;
	}
	
	.kaiketu__flex--item .ttl{
		background: #086233;
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		padding: 3px 0;
		font-weight: bold;
		margin: 0 0 10px;
	}
	
	.kaiketu__flex--item img{
		width: 100%;
		height: auto;
	}
	
	.kaiketu__flex--item p{
		font-size: 1.3rem !important;
		text-align: center;
		font-weight: bold;
		padding: 15px 0 10px;
		line-height: 1.6;
		
	}
	
	
	
	.main__txt .fukidashi{
		background:#F3FC92;
		color:#086808;
		text-align: center;
		font-weight: bold;
		padding: 15px 10px;
		font-size: 1.3rem;
		position: relative;
		line-height: 1.4;
	}
	
	.main__txt .fukidashi:after{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -10px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #F3FC92 transparent transparent transparent;
	  border-width: 10px 10px 0 10px;
	}
  .main__img {
    text-align: center;
  }
  .sub__txt {
    margin: 0 20px 15px;
  }
  .sub__txt h2 {
    color: #006401;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 10px;
  }
	
  .sub__txt p{
	  font-size: 1.4rem;
	}
  .attention__txt {
    font-size: 1.1rem !important;
    color: #666;
    padding-left: 1.0em;
    text-indent: -1.0em;
	margin: 0 0 20px;
  }
  .attention__list {
    color: #666;
    margin: 20px 0 0;
  }
  .attention__list li {
    font-size: 1.4rem !important;
    padding-left: 1.0em;
    text-indent: -1.0em;
    margin: 0 0 5px;
  }
  .attention__list li a {
    color: #666;
  }
  .box__attention {
    border: 2px solid #e32a2a;
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    margin: 15px 0;
    display: flex;
  }
  .box__attention--icon {
    padding: 0 15px 0 0;
  }
  .box__attention--txt {
    font-size: 1.3rem;
  }
  .dan__txt {
    font-size: 1.3rem !important;
    padding-left: 2.3em;
    text-indent: -2.3em;
  }
  span.marker {
    background: linear-gradient(transparent 70%, #FFFF85 70%);
    font-size: 1.8rem;
    font-weight: bold;
  }
	
	
	
.bg__yellow{
		background:#FFFFE0;
	}	
	
	
.nolink{
		pointer-events:none;
		opacity: 0.5;
	}	
	
	
  /*

ABOUT
-----------------------------------*/
  .grl__about {
    padding: 0 0 30px;
    /*background: #edf7e9 url("../images/grl_bg.gif");*/
  }
  .grl__about--flex {
    display: block;
    flex-wrap: wrap;
  }
  .grl__about--item {
    width: 100%;
    margin: 0 0 15px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
	
  .grl__about--item:nth-of-type(1) {
    width: 100%;
    margin: 0 0 30px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
	
  .grl__about--item:nth-of-type(4) {
    width: 100%;
    margin: 0 0 30px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
	
  .grl__about--item:nth-of-type(5) {
    width: 100%;
    margin: 0 0 30px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .grl__about--item:nth-of-type(6) {
    width: 100%;
    margin: 0 0 25px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .grl__about--ttl {
    color: #006401;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.4;
  }
	
  .grl__about--img img{
		width: 100%;
		height: auto;
	}
	
  .grl__about--img01{
		padding: 70px 0 0;
		text-align: center;
	}	
	
  .grl__about--fukidashi01{
		position: absolute;
		top:20px;
		right: 20px;
		width: 180px;
	}
	
	.grl__about--fukidashi02{
		position: absolute;
		top: 40px;
		left: 60px;
		width: 60px;
	}

	.grl__about--fukidashi03{
		position: absolute;
		top: 20px;
		right: 20px;
		width: 100px;
	}
	
	.grl__about--fukidashi01 img,
	.grl__about--fukidashi02 img,
	.grl__about--fukidashi03 img{
		width: 100%;
		height: auto;
	} 	
	
	
  .grl__about--ttl .fsS {
    font-size: 1.3rem !important;
  }
  .grl__about--item p {
    font-size: 1.4rem;
  }
  .grl__about--nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
  .grl__about--nav-item {
    width: 48.5%;
    margin: 0 0 3%;
  }
  .grl__about--nav-item {
    display: block;
    background: #006401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
    background-size: 6px auto;
    color: #fff !important;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 0;
  }
  .grl__about--nav-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-weight: bold;
    font-size: 1.3rem;
  	flex-wrap: wrap;
  }
	
	.grl__about--nav-item div{
		font-size: 1.1rem;
		width: 100%;
		font-weight: bold;
		padding: 4px 0 0;
	}	
	
	
	
  .font__orenge {
    color: #F24200;
    font-size: 1.8rem;
    font-weight: bold;
  }
	
  .font__orenge02 {
    color: #F24200;
    font-size: 1.5rem;
    font-weight: bold;
  }	
  .font__orenge03 {
    color: #F24200;
	font-weight: bold;
	font-size: 1.3rem;  
  }		
	
  .grl__about--btn a {
    width: 200px;
    padding: 8px 0;
    margin: 0 0 0 -100px;
    background: #006401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
  }
  .grl__about--btn a:hover {
    opacity: 1;
    transition: .3s;
    background: #006401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 6px auto;
  }
	
.grl__shien{
		background:#FDFFE4;
		border-radius: 20px;
		padding:15px;
		margin: 50px 0 20px;
	}
	
	.grl__shien h2{
		color: #000;
		font-size: 1.4rem;
		font-weight: bold;
		margin: 0 0 10px;
	}
	
	.grl__shien p{
		font-size: 1.3rem;
	}
	
	.grl__shien--white{
		background: #fff;
		padding: 15px;
		margin: 15px 0 0;
	}
	
	.grl__shien--white h3{
		color: #008401;
		border-bottom: 2px solid #008401;
		font-weight: bold;
		padding: 0 0 5px;
		margin: 0 0 10px;
		font-size: 1.3rem;
	}
	
	
	
	.grl__shien--white ul{
		margin: 0 0 0 20px;
	}
	
	
	
	.grl__shien--white li{
		list-style: disc;
		font-size: 1.3rem;
	}
		
	.grl__shien--btn a {
    max-width: 380px;
    padding: 10px 0;
    margin: 15px auto;
    background: #006401 url("../images/icon_arrow_white.svg") center right 15px no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 50px;
    text-align: center;
    display: block;

  }
  .grl__shien--btn a:hover {
    opacity: 1;
    transition: .3s;
    background: #008401 url("../images/icon_arrow_white.svg") center right 15px no-repeat;
    background-size: 6px auto;
  }
	
	.banner__revmo{
		max-width:845px;
		margin: 0 auto;
	}
	
	.banner__revmo img{
		width: 100%;
		height: auto;
	}
	
	.grl__download--btn a {
    max-width: 500px;
    padding: 10px 0;
    margin: 15px auto;
    background: #006401 url("../images/icon_arrow_white.svg") center right 15px no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 50px;
    text-align: center;
    display: block;

  }
  .grl__download--btn a:hover {
    opacity: 1;
    transition: .3s;
    background: #008401 url("../images/icon_arrow_white.svg") center right 15px no-repeat;
    background-size: 6px auto;
  }	
	
	
  /*

IROIRO
-----------------------------------*/
  .grl__iroiro {
    padding: 30px 0 30px;
  }
  .grl__iroiro--flex {
    display: block;
  }
  .grl__iroiro--item {
    width: 80%;
    margin: 0 auto 20px;
  }
  .grl__iroiro--item img {
    width: 100%;
    height: auto;
  }
  /*

OYAKUDACHI
-----------------------------------*/
  .grl__oyakudachi {
    padding:30px 0 30px;
  }
  .grl__oyakudachi--flex {
    display: block;
  }
  .grl__oyakudachi--item {
    width: 100%;
    margin: 0 0 15px;
    
  }
	
  .grl__oyakudachi--item-waku {
	  border: 2px solid #006401;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
	  	margin: 0 0 15px;
	}	
	
	
  .grl__oyakudachi--item h3 {
    color: #006401;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .grl__oyakudachi--item p {
    text-align: center;
    line-height: 1.6;
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
  .grl__oyakudachi--btn a {
    display: block;
    background: #006401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
    background-size: 6px auto;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.4;
    padding: 20px 10px;
    margin: 0 0 15px;
  }
  .grl__oyakudachi--btn1 {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .grl__oyakudachi--btn a span {
    font-size: 1.0rem;
  }
  .grl__oyakudachi--btn-smile a {
    text-align: center;
    display: block;
    border: 1px solid #006401;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 20px 0 0;
	text-decoration: none;  
  }
  .grl__oyakudachi--btn-smile a img {
    width: 100%;
    height: auto;
  }
	
	
  .grl__oyakudachi--btn-smile a img{
	  width: 180px;
	  height: auto;
	}
	
	.grl__oyakudachi--btn-smile a div{
		font-size: 1.0rem;
		color: #0095dd;
	}
	
	.suishin__txt{
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.suishin__txt a{
		color:#006401;
	}
	
	
	.grl__oyakudachi--kv{
		max-width: 750px;
		margin: 0 auto;
	}
	
	.grl__oyakudachi--kv img{
		width: 100%;
		height: auto;
	}
	
	
	
  /*

CONTACT
-----------------------------------*/
  .contact__inner {
    padding: 10px 20px 30px;
  }
  .contact__box {
    border: 2px solid #006401;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 20px 0 0;
    overflow: hidden;
  }
  .contact__box h3 {
    color: #fff;
    background: #006401;
    text-align: center !important;
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .contact__txt01 {
    font-weight: 700;
    color: #006401;
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  .contact__callbox {
    display: block;
  }
  .contact__callbox--tell {
    text-align: center;
  }
  .contact__callbox--tell span.phone {
    font-size: 3.3rem;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
    color: #006401;
    line-height: 1;
    background: url("../images/icon__contact.svg") center right no-repeat;
    background-size: 30px auto;
    padding: 0 35px 0 0;
  }
  .contact__callbox--txt {
    width: 100%;
    font-size: 1.3rem;
    color: #006401;
    font-weight: 700;
    margin: 10px 0 0;
    text-align: center;
  }
  .contact__callbox--bottom {
    border-top: 1px solid #006401;
    margin: 20px 0 0;
    padding: 15px 0 0;
    text-align: center;
    color: #006401;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .contact__callbox--bottom span {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
  }
	
	
/*

MOVIE
-----------------------------------*/
.green__movie{
		margin: 20px 0 0;
		padding: 20px 0 0;
	    border-top:2px dashed #ddd;
	}
	
	.green__movie h2{
		font-size: 1.6rem;
		color: #006401;
		font-weight: bold;
		margin:0 0 20px;
	}
	
	.green__movie h2 br{
		display: none;
	}
	
	
	.green__movie--flex{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.green__movie--box{
		width: 100%;
	}
	
	.green__movie--area{
		width: 100%;
		border: 2px solid #006401;
	}
	
	.green__movie--area img{
		width: 100%;
		height: auto;
	}
	
	.green__movie--box p{
		text-align:left;
		font-size: 1.3rem;
		margin: 6px 0 15px;
	}	
	
	.green__movie--box .icon__movie{
		background:#006401;
		color: #fff;
		font-size: 1.4rem;
		width: 60px;
		padding:1px 5px;
		box-sizing: border-box;
		text-align: center;
		margin: 15px 0 5px;
	}
	
/*

MODAL
-----------------------------------*/	
/* モーダルウィンドウのスタイル */
.modal {
  position:fixed;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
	z-index:9999;
}
 
/* オーバーレイのスタイル */
.overLay {
  position:absolute;
  top:0;
  left:0;
  background: rgba(0,0,0,0.8);
  width:100%;
  height:103vh;
  z-index:99999;
}
 
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position:absolute;
  z-index:11;
	width:90%;
	display: block;
	padding: 5px;
	background: #fff;
	margin: 20px 0;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
	z-index: 999999;
	border-radius:6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
	
	.modal .inner .youtube{
		margin: 0;
	}	
	.modal .inner .inner-scroll {
		overflow:scroll;
		-webkit-overflow-scrolling: touch;
		height: 100%;
		padding:0 10px;
		margin: 15px 0;
	}

	
	.modal .inner h2{
		margin: 0 0 10px;
		line-height: 1 !important;
		background: none;
	}
	
	.modal .inner h2 img{
		width: 100%;
		height: auto;
	}
	
	
	
	.modal .inner h3{
		font-size: 1.6rem;
		margin: 15px 0 ;
		color: #000;
	}
	

	
	
	a.modalClose{
		position: absolute;
		top:-15px;
		right:-10px;
		z-index: 999999;
	}	
	
	a.modalClose img{
		width: 30px;
		height: auto;
	}	
	
	
	
	
  /*

TOP
-----------------------------------*/
  #mainArea {
    margin:0;
    position: relative;
  }
  
  .topBtn {
    position: fixed;
    bottom: 30px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 9999;
	background:#006401; 
	border-radius:6px 0 0 6px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);   
  }
  .topBtn img {
    width: 100%;
    height: auto;
  }
  .topBtn:hover {
    opacity: 0.7;
  }


  @media all and (min-width: 680px) and (max-width: 768px) {
	header {
    width: 100%;
	padding: 20px 20px;
	background: #fff;  
    z-index: 9999;
	position: relative;
	box-sizing: border-box;
  }  
	  
	.logo{
		width: 180px;
		margin: 0;
	}	
.logo img {
    width:100%;
    height: auto;
  }
	.btn__revmo a{
		display: block;
		background: url("../images/icon_arrow_blue.svg") center right 10px no-repeat;
		background-size:3.5px auto;
		width: 210px;
		padding:2px 5px;
		margin: 0 auto;
		box-sizing: border-box;
		border: 1px solid #006401;
		color: #006401;
		text-align: center;
		border-radius: 30px;
		font-size: 1.2rem;
		text-decoration: none;
		font-weight: bold;
		position: absolute;
		top:30px;
		left:-100px;
	}
	
	.sub__nav{
		margin: 5px 0 -5px;
		text-align: center;
		position: absolute;
		top: 25px;
		right: 10px;
	}
	
	.sub__nav a{
		text-decoration: none;
		color: #000;
		font-weight: bold;
		font-size: 1.1rem;
		margin: 0 0 0 15px;
		background: url("../images/icon_arrow_circle.svg") center left no-repeat;
		background-size:12px auto; 
		padding: 0 0 0 15px;
	}
	  
	  
	nav {
		background: #006401;
		padding: 12px 0;
		margin: 0;
		position: -webkit-sticky;
		position: sticky;
		top:0px;
		z-index: 999;  
	  } 
	  
	nav .nav li {
		width: 25%;
		padding:0;
		text-align: center;
		border-left: 1px dotted #fff;
	  }  
	  
    .inner {
      max-width: 100%;
      padding: 0;
      margin: 0 80px;
    }
    .main__txt {
      margin: 30px 0 30px;
      padding: 0 0;
      max-width: 100%;
    }
	  
	.main__txt--logo{
		width: 80%;
		margin: 70px auto 60px;
	}
	  .main__txt--sub{
		  padding: 0 0 20px;
	  }
	  .main__txt--sub br.sp{
		  display: none;
	  }  
	 
	  
    .main__txt h2 {
      text-align: center;
      font-size: 2.2rem;
      line-height: 1.6;
      margin: 30px 0 30px;
      color: #006401;
      font-weight: 700;
    }
	  
	.main__txt h3 br{
		display: none;
	  }
    
	  
	.mainimg__flex{
		display: flex;
		justify-content: center;
		margin: 50px 0 0;
		flex-wrap: wrap;
	}
	
	.mainimg__flex--item{
		width: 46%;
		margin: 0 2% 20px;
	}
	  
	
	.mainimg__flex--item img{
		width: 100%;
		height: auto;
	}  
	  
	  
	  .sub__txt{
		  margin: 0 80px;
	  }  
	  
	  
	  
    .sub__txt h2 {
      color: #006401;
      font-weight: bold;
      text-align: center;
      font-size: 2.0rem;
      line-height: 1.6;
      margin: 0 0 0px;
    }
    .sub__txt h2 br {
      display: none;
    }
	  
	.sub__txt p{
		margin:10px 0 30px;
	  }
	  
    .grl__about--item {
      width: 100%;
      margin: 0 0 15px;
      border: 2px solid #006401;
      background: #fff;
      padding: 50px;
      border-radius: 15px;
      box-sizing: border-box;
      position: relative;
    }
    .grl__about--item:nth-of-type(5) {
      width: 100%;
      margin: 0 0 30px;
      border: 2px solid #006401;
      background: #fff;
      padding: 50px 50px 60px;
      border-radius: 15px;
      box-sizing: border-box;
      position: relative;
    }
    .grl__about--item:nth-of-type(6) {
      width: 100%;
      margin: 0 0 25px;
      border: 2px solid #006401;
      background: #fff;
      padding: 50px 50px 60px;
      border-radius: 15px;
      box-sizing: border-box;
      position: relative;
    }
	  
	.grl__about--fukidashi01{
		position: absolute;
		top:20px;
		right: 50px;
		width: 200px;
	}
	
	.grl__about--fukidashi02{
		position: absolute;
		top: 70px;
		left: 90px;
		width: 100px;
	}

	.grl__about--fukidashi03{
		position: absolute;
		top: 50px;
		right: 40px;
		width: 160px;
	}
	
	.grl__about--fukidashi01 img,
	.grl__about--fukidashi02 img,
	.grl__about--fukidashi03 img{
		width: 100%;
		height: auto;
	}  
	  
	  
	  
    .grl__iroiro--item {
      width: 60%;
      margin:20px auto 20px;
    }
	  
	.grl__iroiro--flex {
    display: flex;
    justify-content: space-between;
  }
  
  .grl__iroiro--item{
	  width: 30%;
	}
	
  .grl__iroiro--item img{
	  width: 100%;
	  height: auto;
	} 
	  
	  
	  .grl__oyakudachi h2{
		  margin: 0 0 20px;
	  }  
	  
    .grl__oyakudachi--item {
      width: 100%;
      margin: 0 0 15px;
    }
	  
	.grl__oyakudachi--item-waku {
		border: 2px solid #006401;
		background: #fff;
		 padding: 50px;
		border-radius: 15px;
		box-sizing: border-box;
		position: relative;
	  	margin: 0 0 15px;
	}  
	  
	  
	  
    .grl__oyakudachi--btn1 {
      font-weight: bold;
      font-size: 1.6rem;
    }
    .grl__oyakudachi--btn a {
      display: block;
      background: #006401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
      background-size: 6px auto;
      color: #fff;
      text-align: center;
      font-weight: bold;
      font-size: 1.6rem;
      text-decoration: none;
      border-radius: 10px;
      line-height: 1.4;
      padding: 20px 10px;
      margin: 0 0 15px;
    }
    .grl__oyakudachi--btn-smile a {
      text-align: center;
      display: block;
      border: 2px solid #006401;
      border-radius: 10px;
      padding: 20px 80px;
      margin: 20px 0 0;
    }
	  
  .btn__kinri a{
		position: fixed;
		top: 160px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 100px;
		height: 100px;
		padding: 10px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}
	
	.btn__simu a{
		position: fixed;
		top: 275px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 100px;
		height: 100px;
		padding:10px 10px 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}
	  
	.btn__moushikomi a{
		position: fixed;
		top: 390px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 100px;
		height: 100px;
		padding:10px 10px 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}  
	
	.btn__kinri a .img,
	.btn__simu a .img,
	.btn__moushikomi a .img  {
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}
	
	.btn__kinri a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.1rem;
	}
	
	.btn__simu a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.0rem;
		line-height: 1.2;
	}
	  
	.btn__moushikomi a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.1rem;
	}  
	 
	.topBtn {
    position: fixed;
    top: 505px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 9999;
	background:#006401; 
	border-radius:6px 0 0 6px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);   
  }  
  } /*768*/
}	
  @media all and (min-width: 0px) and (max-width: 320px) {
    body {
      overflow-x: hidden;
      font-size: 1.2rem !important;
      line-height: 1.8 !important;
    }
  } /*320*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

	
	
  .fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
	
.fadein02 {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.5s, visibility 0.5s, transform 1.0s;
}	
	
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}	
	
	
/*フェードイン表示の指定*/
.fadein03 {
    opacity: 0;
    animation: fadein 1.5s ease forwards;
}
	
.fadein04 {
    opacity: 0;
    animation: fadein2 0.8s ease forwards;
	transform: translateY(30px);
}	
@keyframes fadein {
    100% {  opacity: 1;}
}
	
@keyframes fadein2 {
    100% {  opacity: 1; transform: translateX(0);}
}	
 
/*以下遅延の指定*/
.anime__01 {animation-delay: 0.2s;}
.anime__02 {animation-delay: 0.8s;}	
.anime__03 {animation-delay: 1.5s;}
.anime__04 {animation-delay: 2s;}
.anime__05 {animation-delay: 2.5s;}	




.zoomIn{
	opacity: 0;
	animation-fill-mode:forwards;
	animation-timing-function: ease;
	transform: scale(0);
}
	
/* フェードイン時に入るクラス */
.is-zoomIn {
  opacity: 1;
  visibility: visible;
  animation-name:zoomInAnime;
  animation-duration:0.3s;	
}
	
.zoomIn2{
	opacity: 0;
	animation-fill-mode:forwards;
	animation-timing-function: ease;
	transform: scale(0);
}
	
/* フェードイン時に入るクラス */
.is-zoomIn2 {
  opacity: 1;
  visibility: visible;
  animation-name:zoomInAnime;
  animation-duration:0.3s;
  animation-delay: 0.5s;	
}	
	
	

@keyframes zoomInAnime{
  	0% {
		transform: scale(0.1);
	}
	
	60%{
		transform: scale(1.2);
	}

	75%{
		transform: scale(1.2);
	}	
	100% {
		transform: scale(1);
	}
}

.font__co2 {
  font-size: 1rem;
  font-weight: bold;
}
