@media print {
@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}

  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 1200px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8; /* なるべく多くのブラウザで切れないようにするため */
  }




  .skipLink {
    opacity: 0;
    position: absolute;
    top: -30px;
  }
  .sp__menu {
    display: none;
  }
body {
    overflow-x: hidden;
    line-height: 1.8;
  }
  .spBox {
    display: none;
  }

  h2 {
    color: #006401;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    padding: 0 0 20px;
  }
  p {
    padding: 0 0 15px;
    clear: both;
  }
	
	
	
  /* header */
  header {
    width: 100%;
	padding: 30px 50px;
	background: #fff;  
    z-index: 9999;
	position: relative;
	box-sizing: border-box;
  }

  .logo img {
    width: 270px;
    height: auto;
  }
	.btn__revmo a{
		display: block;
		background: url("../images/icon_arrow_blue.svg") center right 10px no-repeat;
		background-size:3.5px auto;
		position: absolute;
		width: 240px;
		padding:2px 5px;
		box-sizing: border-box;
		border: 1px solid #006401;
		color: #006401;
		text-align: center;
		border-radius: 30px;
		font-size: 1.4rem;
		text-decoration: none;
		font-weight: bold;
		top: 52px;
		left:345px;
	}
	
	.sub__nav{
		position: absolute;
		top: 55px;
		right:30px;
	}
	
	.sub__nav a{
		text-decoration: none;
		color: #000;
		font-weight: bold;
		font-size: 1.4rem;
		margin: 0 0 0 20px;
		background: url("../images/icon_arrow_circle.svg") center left no-repeat;
		background-size:17px auto; 
		padding: 0 0 0 20px;
	}
	
	
	.btn__kinri a{
		position: fixed;
		top: 240px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 130px;
		height: 130px;
		padding: 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
		z-index: 999;
	}
	
	.btn__simu a{
		position: fixed;
		top: 385px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 130px;
		height: 130px;
		padding:10px 15px 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
		z-index: 999;
	}
	
	.btn__moushikomi a{
		position: fixed;
		top: 530px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 130px;
		height: 130px;
		padding:10px 15px 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
		z-index: 999;
	}
	
	.btn__kinri a .img,
	.btn__simu a .img,
	.btn__moushikomi a .img{
		width: 80px;
		height: 80px;
		margin: 0 auto;
	}
	
	.btn__kinri a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.3rem;
	}
	
	.btn__simu a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	
	.btn__moushikomi a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.2;
	}
		
	
	
	
	.kaishi__txt{
		color: #fff;
		padding: 10px;
		width: 180px;
		background: #006401;
		border-radius: 10px;
		position: absolute;
		top: 80px;
		left: 20px;
		z-index: 990;
		text-align:center;
		font-weight: bold;
		line-height: 1.5;
		font-size: 18px;
	}
	
   @media all and (min-width: 769px) and (max-width: 1060px) {
	.kaishi__txt{
		color: #fff;
		padding: 5px;
		width: 160px;
		background: #006401;
		border-radius: 6px;
		position: absolute;
		top:20px;
		left: 240px;
		z-index: 990;
		text-align:center;
		font-weight: bold;
		line-height: 1.5;
		font-size: 16px;
	} 
  }

  nav {
	max-width: 100%;  
    background: #006401;
    padding: 20px 0;
	margin: 0 auto;
	position:relative;
	top:0;
	z-index: 999;  
  }
  nav .nav {
    max-width: 1100px;
	padding: 0;
    margin: 0 auto;
    display: flex;
  }
  nav .nav li {
    width: 33%;
    padding: 0;
    text-align: center;
    border-left: 2px dotted #fff;
  }
	
	
   nav .nav li:last-child {
	 border-right:none;   
    border-left: 2px dotted #fff;
	 border-right: 2px dotted #fff;   
  }	
	
  nav .nav li a {
    display: block;
    width: 100%;
    padding: 2px 0;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
  }
  /* footer */
  .footNav {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 0 15px;
  }
  .footNav ul {
    max-width: 1100px;
    margin: 0 auto 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .footNav ul li {
    font-size: 1.4rem;
    border-right: 1px solid #006401;
    line-height: 1.2;
  }
  .footNav ul li:last-child {
    border-right: none;
  }
  .footNav a {
    color: #006401;
    padding: 0 15px;
    text-decoration: none;
  }
  footer {
    padding: 50px 0 30px;
    margin: 0 0 0;
    overflow: hidden;
    clear: both;
    text-align: center;
    background: #fff;
	border-top:3px solid #006401;
  }
  footer p {
    font-size: 1.4rem;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
  }
  .copy {
    clear: both;
    font-size: 1.2rem;
    color: #006401;
    line-height: 1.8;
    margin: 30px 0 0;
    font-weight: 100 !important;
    letter-spacing: 0.05rem;
  }
  .inner {
    max-width: 1100px;
	padding: 0 50px;
    margin: 0 auto;
  }
  .main__txt {
    margin: 100px 0 40px;
  }
  .main__txt--logo{
		max-width: 750px;
		margin: 0 auto 50px;
	  }
	  
	.main__txt--logo img{
		width: 100%;
		height: auto;
	  }	
	
  .main__txt h2 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    margin: 0 0 20px;
  }
	
  .main__txt h3 {
	  color: #000;
	  border-bottom: 2px dotted #000;
      text-align: center;
      font-size: 3rem;
      line-height: 1.6;
      letter-spacing: 0.3rem;
      margin: 20px auto 20px;
	  font-weight: bold;
	  max-width: 1100px;
	  padding: 0 0 5px;
    }
	
	.mainimg__flex{
		display: flex;
		justify-content: space-between;
		margin: 50px 0 0;
	}
	
	.mainimg__flex--item{
		width: 31%;
	}
	
	.mainimg__flex--item img{
		width: 100%;
		height: auto;
	}
	
	
	
	
	.kaiketu__flex{
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px;
	}
	
	.kaiketu__flex--item{
		width: 32%;
	}
	
	.kaiketu__flex--item .ttl{
		background: #086233;
		color: #fff;
		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.5rem !important;
		text-align: center;
		font-weight: bold;
		padding: 5px 0 0;
	}
	
	
	
	.main__txt .fukidashi{
		background:#F3FC92;
		color:#086808;
		text-align: center;
		font-weight: bold;
		padding: 15px;
		font-size: 2rem;
		position: relative;
	}
	
	.main__txt .fukidashi:after{
	  content: "";
	  position: absolute;
	  right: 0;
	  bottom: -15px;
	  left: 0;
	  width: 0px;
	  height: 0px;
	  margin: auto;
	  border-style: solid;
	  border-color: #F3FC92 transparent transparent transparent;
	  border-width: 15px 15px 0 15px;
	}
	
  .main__img {
    text-align: center;
  }
  .sub__txt {
    margin: 0 0 30px;
  }
  .sub__txt h2 {
    text-align: center;
    font-size: 3.0rem;
    line-height: 1.6;
    letter-spacing: 0.3rem;
    margin: 0 0 0px;
  }
  .sub__txt p {
	  font-size: 1.8rem;
	  text-align: center;
	  font-weight: 700;
	}
	
  .attention__txt {
    font-size: 1.4rem !important;
    color: #666;
    padding-left: 1.0em;
    text-indent: -1.0em;
  }
  .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 30px;
    border-radius: 15px;
    margin: 30px 0;
    display: flex;
  }
  .box__attention--icon {
    padding: 0 30px 0 0;
  }
  .box__attention--txt {
    font-size: 1.4rem;
  }
  .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: 2.0rem;
	  font-weight: bold;
	}
	
	
	.bg__yellow{
		background:#FFFFE0;
	}	
	
	
	.nolink{
		pointer-events:none;
		opacity: 0.5;
	}
	
	
  /*

ABOUT
-----------------------------------*/
  .grl__about {
    padding: 0 0 50px;
    /*background: #edf7e9 url("../images/grl_bg.gif");*/
  }
  .grl__about--flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .grl__about--item {
    width: 48.5%;
    margin: 0 0 4%;
    border: 3px solid #006401;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
  }
	
	.grl__about--img img{
		width: 100%;
		height: auto;
	}
	
	.grl__about--img01{
		padding: 80px 0 0;
		text-align: center;
	}
	
	.grl__about--img02{
		padding: 5px 0;
		text-align: center;
	}
	
	.grl__about--img01 img{
		width: 80%;
		height: auto;
	}
	
	.grl__about--fukidashi01{
		position: absolute;
		top:20px;
		right: 50px;
		width: 240px;
	}
	
	.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__about--ttl {
    color: #006401;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .grl__about--ttl .fsS {
    font-size: 1.3rem !important;
  }
  .grl__about--item p {
    font-size: 1.6rem;
  }
  .grl__about--nav {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  .grl__about--nav-item {
    width: 24%;
  }
  .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.3;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 0;
  }
  .grl__about--nav-item:hover {
    opacity: 1;
    transition: .3s;
    background: #008401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
    background-size: 6px auto;
  }
  .grl__about--nav-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: bold;
    font-size: 1.7rem;
	flex-wrap: wrap;
  }
	
	.grl__about--nav-item div{
		font-size: 1.4rem;
		width: 100%;
		font-weight: bold;
		padding: 2px 0 0;
	}	
	
  .font__orenge {
    color: #F24200;
    font-size: 2.0rem;
    font-weight: bold;
  }
	
  .font__orenge02 {
    color: #F24200;
    font-size: 1.8rem;
    font-weight: bold;
  }	
  
  .font__orenge03 {
    color: #F24200;
	font-weight: bold;
  }		
	
	
  .grl__about--btn a {
    width: 250px;
    padding: 10px 0;
    margin: 0 0 0 -125px;
    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.6rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -26px;
  }
  .grl__about--btn a:hover {
    opacity: 1;
    transition: .3s;
    background: #008401 url("../images/icon_arrow_white.svg") center right 15px no-repeat;
    background-size: 6px auto;
  }
	
	.grl__shien{
		background:#FDFFE4;
		border-radius: 20px;
		padding: 40px;
		margin: 50px 0 20px;
	}
	
	.grl__shien h2{
		color: #000;
		font-size: 2.4rem;
	}
	
	.grl__shien--white{
		background: #fff;
		padding: 30px;
	}
	
	.grl__shien--white h3{
		color: #008401;
		border-bottom: 2px solid #008401;
		font-weight: bold;
		padding: 0 0 5px;
		margin: 0 0 10px;
	}
	
	.grl__shien--white ul{
		margin: 0 0 0 20px;
	}
	
	
	
	.grl__shien--white li{
		list-style: disc;
	}
		
	.grl__shien--btn a {
    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.6rem;
    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 {
    width: 500px;
    padding: 15px 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: 2rem;
    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: 100px 0 100px;
  }
  .grl__iroiro--flex {
    display: flex;
    justify-content: space-between;
  }
  
  .grl__iroiro--item{
	  width: 30%;
	}
	
  .grl__iroiro--item img{
	  width: 100%;
	  height: auto;
	}
	
  
  /*

CONTACT
-----------------------------------*/
  .contact__box {
    border: 3px solid #006401;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 50px 0 0;
    overflow: hidden;
  }
  .contact__inner {
    padding: 30px 50px 20px;
  }
  .contact__box h3 {
    color: #fff;
    background: #006401;
    text-align: center !important;
    padding: 10px 0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .contact__txt01 {
    font-weight: 700;
    color: #006401;
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .contact__callbox {
    display: flex;
    justify-content: center;
  }
  .contact__callbox--tell span.phone {
    font-size: 6rem;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
    color: #006401;
    line-height: 1;
    background: url("../images/icon__contact.svg") center right no-repeat;
    padding: 0 70px 0 0;
    width: 450px;
  }

  .contact__callbox--txt {
    width: 200px;
    font-size: 1.2rem;
    color: #006401;
    font-weight: 700;
    margin: 0 0 0 20px;
  }
  .contact__callbox--bottom {
    border-top: 2px solid #006401;
    margin: 20px 0 0;
    padding: 15px 0 15px;
    text-align: center;
    color: #006401;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .contact__callbox--bottom span {
    font-size: 1.6rem;
    font-weight: bold;
  }
	
	
	
  /*

OYAKUDACHI
-----------------------------------*/
  .grl__oyakudachi {
    padding:50px 0 50px;
  }
  .grl__oyakudachi--flex {
    display: flex;
    justify-content: space-between;
  }
  .grl__oyakudachi--item {
    width: 48.5%;
   
    
  }
	
  .grl__oyakudachi--item-waku {
	  border: 3px solid #006401;
		background: #fff;
		padding: 30px;
		border-radius: 20px;
		box-sizing: border-box;
		position: relative;
	  	margin: 0 0 20px;
	}
	
  .grl__oyakudachi--item h3 {
    color: #006401;
    font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .grl__oyakudachi--item p {
    text-align: center;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .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.9rem;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.4;
    padding: 28px;
    margin: 0 0 15px;
    height: 70px;
  }
	
  .grl__oyakudachi--btn a:hover {
	  opacity: 1;
	  background: #008401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
      background-size: 6px auto;
	}
	
  .grl__oyakudachi--btn1 {
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .grl__oyakudachi--btn a span {
    font-size: 1.4rem;
  }
	
  @media all and (min-width: 769px) and (max-width: 1080px) {
	  .grl__oyakudachi--btn a {
		font-size: 1.6rem;
	  }
	  
	  .grl__oyakudachi--btn1 {
    font-size: 1.6rem;
  }
	  
	  
	  .grl__oyakudachi--btn a span {
		font-size: 1.0rem;
	  }
	}
	
  .grl__oyakudachi--btn-smile a {
    text-align: center;
    display: block;
    border: 2px solid #006401;
    border-radius: 10px;
    padding: 41px 0;
	  text-decoration: none;
  }
	
  .grl__oyakudachi--btn-smile a img{
	  width: 200px;
	  height: auto;
	}
	
	.grl__oyakudachi--btn-smile a div{
		font-size: 1.4rem;
		color: #0095dd;
	}
	
	.suishin__txt{
		margin: 0;
		padding: 0;
	}
	
	.suishin__txt a{
		color:#006401;
	}
	
	
/*

MOVIE
-----------------------------------*/
.green__movie{
	    margin: 60px 0 0;
		padding: 50px 0 0;
	    border-top:3px dashed #ddd;
	}
	
	.green__movie h2{
		font-size: 2.2rem;
		margin: 0 0 30px;
	}
	
	
	.green__movie--flex{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.green__movie--flex02{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	
	.green__movie--box{
		width: 31%;
	}
	
	.green__movie--area{
		width: 100%;
		border: 3px solid #006401;
	}
	
	.green__movie--area img{
		width: 100%;
		height: auto;
	}
	
	.green__movie--box p{
		text-align:left;
		font-size: 1.5rem;
		margin: 0;
	}	
	
	.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:65%;
	display: block;
	padding:10px;
	background: #fff;
	margin: 0 0 0;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
	z-index: 999999;
	border-radius:6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}	
	
@media all and (min-width: 769px) and (max-width: 1290px) {
	.modal .inner {
		width:75%;
	}
	}
	
	
	.modal .inner .inner-scroll {
		overflow: auto;
		height: 100%;
		padding:0 10px 0 0;
	}
	
	.modal .inner .inner-scroll img{
		width: 100%;
		height: auto;
	}

	
	.modal .inner h2{
		margin: 0 0 10px;
		line-height: 1 !important;
		background: none;
	}
	
	
	.modal .inner h3{
		font-size:1.6rem;
		margin: 15px 0 ;
		color: #000;
	}
	

	
	
	a.modal-close-btn{
		position: absolute;
		top:-20px;
		right:-20px;
		z-index: 999999;
	}
	
	a.modal-close-btn:hover{
		filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	}
	
	
	.btn-modal{
		width: 200px;
		margin: 20px auto 0;
		background: #fff;
		
	}
	
	.btn-modal img{
		width: 100%;
		height: auto;
	}
	
	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}	
	
	
  /*

KV
-----------------------------------*/
  #mainArea {
    position: relative;
  }
  /*フェードイン表示の指定*/
  /*	
  .fadein {
    opacity: 0;
    animation: fadein 1.5s ease forwards;
  }
  @keyframes fadein {
    100% {
      opacity: 1;
    }
  }
	
	
  .fadein02 {
    opacity: 0;
    animation: fadein2 0.8s ease forwards;
	-webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);  
  }
  @keyframes fadein2 {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);		
    }
  }	
	
  .fadein03 {
    opacity: 0;
    animation: fadein2 0.8s ease forwards;
	-webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);  
  }
  @keyframes fadein2 {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);		
    }
  }		
*/	
	
	
  /*以下遅延の指定*/
   /*	
  .anime__01 {
    animation-delay: 0.1s;
  }
  .anime__02 {
    animation-delay: 2.0s;
  }
  .anime__02 .top__logo {
    animation-delay: 4s;
  }
  .anime__02 .top__kv--01 {
    animation-delay: 4.5s;
  }
  .anime__02 .top__kv--02 {
    animation-delay: 5.0s;
  }
  .anime__02 .top__kv--03 {
    animation-delay: 5.5s;
  }	
  	
  #mainArea .anime__01 {
    max-width: 65.476vw;
		margin: 0 auto;
		position: relative;
		padding: 0;
		height: 44.643vw;
  }
	
  @media all and (min-width: 0px) and (max-width: 1680px) {
		#mainArea .anime__01 {
			max-width: 65.476vw;
			margin: 0 auto;
			position: relative;
			padding: 0;
			height: 46.643vw;
		  }
	
	}	
	

  #mainArea .anime__01 .innerBox{
		max-width: 76.19vw;
		margin: 0 auto;
		position: relative;
		padding: 0;
		height: 44.643vw;
	}
	
  @media all and (min-width: 0px) and (max-width: 1680px) {
		#mainArea .anime__01 .innerBox{
			max-width: 76.19vw;
			margin: 0 auto;
			position: relative;
			padding: 0;
			height: 46.643vw;
		}
	
	}	
	*/
	
  #mainArea .anime__01 .innerBox .top__logo {
    position: absolute;
  	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
  }
  #mainArea .anime__01 .innerBox .top__logo img {
    width: 41.667vw;
    height: auto;
  }
  #mainArea .anime__02 {
    top: 0;
    width: 100%;
    z-index: 100;
	position: absolute;
  }
	
  #mainArea .anime__02 .innerBox {
	max-width: 82.143vw;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	 align-items: center; 
	 background: #fff; 
  }
  @media all and (min-width: 0px) and (max-width: 1680px) {
		#mainArea .anime__02 .innerBox {
			max-width: 92%;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			 align-items: center; 
			 background: #fff; 
		  }
	
	}	
	
  #mainArea .anime__02 .innerBox .top__logo {
	  width: 40%;
	  text-align: center;
  }
  #mainArea .anime__02 .innerBox .top__logo img {
    width:100%;
    height: auto;
	margin: 0 0 0;
  }
  #mainArea .anime__02 .innerBox .top__kv {
    width: 60%;
	position: relative;
	height: 44.643vw;  
  }
  
  #mainArea .anime__02 .innerBox .top__kv img{
    width: 100%;
	height: auto;
	padding: 1.19vw 0 0;
  }	
	
	#mainArea .anime__02 .innerBox .top__kv .top__kv--01{
		width: 90%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#mainArea .anime__02 .innerBox .top__kv .top__kv--02{
		width: 90%;
		position: absolute;
		top: 15.476vw;
		left:5.952vw;
	}
	
	#mainArea .anime__02 .innerBox .top__kv .top__kv--03{
		width: 87%;
		position: absolute;
		top: 26.19vw;
		left:-2.976vw;
	}
	
	
	
	
  #mainArea .logo__box {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 15px;
    background: #fff;
    box-sizing: border-box;
    border-bottom-right-radius: 15px;
    z-index: 111;
  }
  .logo__box .logo {
    padding: 8px 0 0;
  }
  .maintxt {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
  }
  #mainArea .maintxtA {
    max-width: 1100px;
    margin: 0 auto;
  }
  @media all and (min-width: 769px) and (max-width: 1000px) {
   	  
	  
	  
    .btnBox .btn-txt .spBox {
      display: block;
    }
    .btn-txt02 {
      position: absolute;
      top: 15px;
      left: 50%;
      margin: 0 0 0 -240px;
    }
  }
  .topBtn {
    position:absolute;
    top: 675px;
    right: 0;
    display: block;
    width: 54px;
    height: 54px;
    z-index: 9999;
	background:#006401; 
	border-radius:10px 0 0 10px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);   
  }
  .topBtn img {
    width: 100%;
    height: auto;
  }
  .topBtn:hover {
    opacity: 0.7;
  }
  .attentionBox {
    width: 830px;
    border: 3px solid #052572;
    color: #052572;
    padding: 20px;
    margin: 40px auto 0;
    font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    box-sizing: border-box;
  }
  .attentionBox p {
    font-size: 1.6rem;
  }
  .attentionBox-ttl {
    font-size: 2.4rem !important;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .attentionBox-ttlB {
    font-size: 2.0rem !important;
    margin: 0 0 10px;
    font-weight: bold;
    text-align: center;
  }
  .attentionBox a {
    color: #052572;
  }
  .attentionBoxB {
    border: 3px solid #f00;
    padding: 20px;
    margin: 40px auto 0;
    font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    box-sizing: border-box;
  }
  .attentionBoxC {
    width: 830px;
    border: 3px solid #f00;
    padding: 20px;
    margin: 40px auto 0;
    font-weight: bold;
    text-align: left;
    font-size: 2.0rem;
    box-sizing: border-box;
    background: #fff;
  }
  .attentionBoxC p {
    color: #f00;
  }
  .attentionBoxC a {
    color: #f00;
  }
  .foot-attention {
    width: 840px;
    margin: 20px auto 0;
  }
  .rinobe-contact {
    border: 3px solid #052572;
    padding: 20px;
    color: #052572;
    margin: 30px 0 0;
  }
  .attention__list {
    color: #666;
  }
  .attention__list li {
    font-size: 1.3rem !important;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .attention__list li a {
    color: #666;
  }
  @media all and (min-width: 769px) and (max-width: 1060px) {
	nav {
		max-width: 100%;  
		background: #006401;
		padding: 20px 50px;
		margin: 0;
	  }  
	  
	  
    .contact__inner {
      padding: 10px 50px 40px;
    }
    .contact__box {
      border: 2px solid #006401;
      background: #fff;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin: 30px 0 0;
      overflow: hidden;
    }
    .contact__box h3 {
      color: #fff;
      background: #006401;
      text-align: center !important;
      padding: 10px 0;
      font-size: 2.4rem;
    }
    .contact__txt01 {
      font-weight: 700;
      color: #006401;
      text-align: center;
      margin: 0 0 20px;
      font-size: 1.8rem;
    }
    .contact__callbox {
      display: block;
    }
    .contact__callbox--tell {
      text-align: center;
    }
    .contact__callbox--tell span.phone {
      font-size: 7rem;
      font-weight: 700;
      font-family: Arial, Helvetica, "sans-serif";
      color: #006401;
      line-height: 1;
      background: url("../images/icon__contact.svg") center right no-repeat;
      padding: 0 70px 0 40px;
      width: 450px;
      margin: 0 auto;
    }
    .contact__callbox--txt {
      width: 100%;
      font-size: 1.2rem;
      color: #006401;
      font-weight: 700;
      margin: 10px 0 0 20px;
      text-align: center;
    }
    .contact__callbox--txt br {
      display: none;
    }
    .contact__callbox--bottom {
      border-top: 2px solid #006401;
      margin: 20px 0 0;
      padding: 15px 0 0;
      text-align: center;
      color: #006401;
      font-weight: 700;
    }
    .contact__callbox--bottom span {
      font-size: 1.8rem;
      font-weight: bold;
      display: block;
    }
	  
	  
	  
	#mainArea .anime__01 {
        max-width: 90%;
		margin: 0 auto;
		position: relative;
		padding: 0;
		height:108.491vw;
	  }
	  #mainArea .anime__01 .innerBox{
			max-width: 76.19vw;
			margin: 0 auto;
			position: relative;
			padding: 0;
			height:108.491vw;
		}


	  #mainArea .anime__01 .innerBox .top__logo {
		width: 80%;  
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);  
	  }
	  #mainArea .anime__01 .innerBox .top__logo img {
		width: 100%;
		height: auto;
	  }
	  #mainArea .anime__02 {
		top: 0;
		width: 100%;
		z-index: 100;
		position: absolute;
		height:113.208vw;
		padding: 11.321vw 0 0;  
	  }

	  #mainArea .anime__02 .innerBox {
		max-width: 80%;
		margin: 0 auto;
		display: block;
		justify-content: space-between;
		 align-items: center; 
		 background: #fff; 
	  }
	  #mainArea .anime__02 .innerBox .top__logo {
		  width: 80%;
		  margin: 0 auto;
		  text-align: center;
	  }
	  #mainArea .anime__02 .innerBox .top__logo img {
		width:100%;
		height: auto;
		margin: 0 0 0;
	  }
	  #mainArea .anime__02 .innerBox .top__kv {
		width:100%;
		position: relative;
		height: 44.643vw;
		padding: 2.83vw 0 0;  
	  }

	  #mainArea .anime__02 .innerBox .top__kv img{
		width: 100%;
		height: auto;
		padding: 1.19vw 0 0;
	  }	

		#mainArea .anime__02 .innerBox .top__kv .top__kv--01{
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		#mainArea .anime__02 .innerBox .top__kv .top__kv--02{
			width: 100%;
			position: absolute;
			top: 28.476vw;
			left:5.952vw;
		}

		#mainArea .anime__02 .innerBox .top__kv .top__kv--03{
			width: 100%;
			position: absolute;
			top: 48.19vw;
			left:-2.976vw;
		}
	  
	  
	  
	  
  }
  @media all and (min-width: 769px) and (max-width: 1100px) {
    #mainArea .anime__02 .innerBox {
      width:95%;	
	  margin: 0 auto 50px;
    }
    nav ul.top-nav li {
      text-align: center;
      vertical-align: middle;
      border-right: 1px dotted #052572;
      padding: 0 15px;
      line-height: 1.4;
    }
    nav ul.top-nav li a {
      text-decoration: none;
      font-weight: bold;
      color: #052572;
      display: block;
      font-size: 1.3rem;
    }
    .main__txt {
      margin: 0 50px 20px;
    }
	.main__txt--logo{
		width: 715px;
		margin: 0 auto;
	  }
	  
	.main__txt--logo img{
		width: 100%;
		height: auto;
	  }
	  
    .main__txt h2 {
      text-align: center;
      font-size: 2.7rem;
      line-height: 1.6;
      letter-spacing: 0.3rem;
      margin: 80px 0 20px;
    }
	  
	.main__txt h3 {
	  color: #000;
	  border-bottom: 1px dotted #000;
      text-align: center;
      font-size: 2.7rem;
      line-height: 1.6;
      letter-spacing: 0.3rem;
      margin: 80px 0 20px;
    }
	  
    .main__txt p {
      text-align: center;
      font-size: 1.6rem;
      font-weight: 700;
    }
  }
	
	
  @media all and (min-width: 769px) and (max-width: 1000px) {
	  .sub__txt h2 {
		text-align: center;
		font-size: 2.8rem;
		line-height: 1.6;
		letter-spacing: 0.3rem;
		margin: 0 0 0px;
	  }
	  
	  .footNav ul li {
		font-size: 1.1rem;
		border-right: 1px solid #fff;
		line-height: 1.2;
	  }
	  
	  .copy {
		clear: both;
		font-size: 1.1rem;
		color: #fff;
		line-height: 1.8;
		margin: 30px 0 0;
		font-weight: 100 !important;
		letter-spacing: 0.05rem;
	  }
	  
	}
	
	
	
.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.5s;	
}	
	
/* フェードイン時に入るクラス */
.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;
}
}
