@charset "UTF-8";

/*最初のロゴ*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

/*BODY ID*/
/*#top .nav_02 .nav_02_list:nth-child(1){
border-bottom: 3px solid #1a5d01;
}

#products .nav_02 .nav_02_list:nth-child(2){
border-bottom: 3px solid #1a5d01;
}
#presentation .nav_02 .nav_02_list:nth-child(3){
border-bottom: 3px solid #1a5d01;
}
#company .nav_02 .nav_02_list:nth-child(4){
border-bottom: 3px solid #1a5d01;
}

#csr .nav_02 .nav_02_list:nth-child(5){
border-bottom: 3px solid #1a5d01;
}

#network .nav_02 .nav_02_list:nth-child(6){
border-bottom: 3px solid #1a5d01;
}*/

#wrap{
z-index: 2;
position: relative;
overflow: hidden;

}
.navToggle{
display: none;
}

.movie_01{

display: block;
filter: drop-shadow(0px 0px rgba(0,0,0,0));

  outline: none;
  border: none;
}

.movie_02{
width: 100%;
display: block;
filter: drop-shadow(0px 0px rgba(0,0,0,0));

  outline: none;
  border: none;
}
.wrap_02{
margin-left: auto;
margin-right: auto;
background-color: #fff;
padding-bottom: 20px;
}

.wrap_01{
margin-left: auto;
margin-right: auto;
background-color: #fff;
padding-bottom: 20px;
}

.nav_02{
    position: fixed;
    z-index: 16;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
.nav_02  {
    background:#CEF6C9 ;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.nav_02 li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
.nav_02 li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.nav_02 li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
.nav_02 li{
display: none;
}
.nav_02.active li{
display: block;
}
.nav_02.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 10px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 17;
    background: #1f5432;
    text-align: center;
		
}
/*ヘッダー追従の追記*/
.fixed .navToggle {
    top: 10px;

}

 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



header{
background-color: #fff;
width: 100%;
}

#header_top{
width: 1200px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: wrap;
padding-left: 20px;
padding-right: 20px;
}
/*追従ナビ*/




#logo{
width: 180px;
margin-top: 15px;
margin-bottom: 15px;

}

#header_top_right{
margin-left: auto;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;

}



#header_top_right .nav_02{
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}





.nav_02 {
    display: flex;
		flex-wrap: wrap;
		margin-right: 0px;

}
.nav_02_list {
width: auto;
padding-left: 15px;
padding-right: 15px;
    position: relative;
    transition: all .3s;
		box-sizing:border-box;
border-bottom: 3px solid rgba(128,0,0,0.0);;

}
.nav_02_list:hover {

}
.nav_02_list:not(:first-child)::before {
    content: "";
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.nav_02_list:hover::before {
}
.nav_02_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
}
.siensystem{
   display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 60px;
    top: 15px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;



}

.siensystem a span{
background-color: #745300;
border-radius: 5px;
color: #fff;
padding: 10px;
}
.siensystem a span:hover{
background-color: #CFC362;
border-radius: 5px;
color: #fff;
padding: 10px;
}

.siensystem:hover {
border-bottom: 3px solid rgba(128,0,0,0.0);;
border: none;

padding-bottom: 3px;
    transition: all .3s;
		text-decoration: none;

}

.nav_02_list:hover a {
}
.dropdown_01{
display: none;
}
.dropdown_01 {
    position: absolute;
    top: 60px;
    left: 0;
		z-index: 200;
		width: max-content;
visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .5s;/*表示の変化を0.3秒に指定*/

}
.nav_02_list:hover .dropdown_01 {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/

}
.dropdown01_list {
background:rgba(26,93,1,0.7);	
top: 3px;
    height: 60px;
    transition: all .3s;
    position: relative;
		padding-right: 50px;

}

header.fixed .dropdown_01 .dropdown01_list {
top: -6px;

}


.dropdown01_list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown01_list:hover {
    background-color: #569341;
		    transition: all .3s;

}
.dropdown01_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
		padding-left: 20px;
		padding-right: 20px;
}
.dropdown01_list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
}


.head_navi_contact{
margin-left: auto;
width: 80px;
position: absolute;
right: 10px;
z-index: 101;
display: none;


}
header.fixed .head_navi_contact{
display: none;
}
header.fixed #logo{
margin-top: 10px;
margin-bottom: 5px;
}

header.fixed {
}
header.fixed .nav_02{
margin-right: 0;
}

header.fixed .siensystem{
margin-right:10px;
margin-top: 15px;

}



.head_navi_contact2{
display: none;
}
header.fixed .head_navi_contact2{
display: none;

}

#header_top_right .nav_02 .head_navi_contact a{
color: #fff;

}




#top_main_image{
width: 100%;
margin-left: auto;
margin-right: auto;
border: none!important;
padding-bottom: 20px;
position: relative;


}

#top_main_image video{
height: 55vh;
position: relative;
left: -40%;
}
#top_main_image h1{
font-size: 20px;
color: #fff;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
position: absolute;
top: 40%;
left: 0;
right: 0;
text-align: center;
text-shadow: 1px 2px 3px #808080; 
z-index: 15;

	}
	
.contents_width_01{
width: 98%;
margin-left: 1%;
margin-right: 1%;
}
	





.top_area_01{

}

.parallax {
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 5%;
}

_:lang(x)+_:-webkit-full-screen-document, .topsosai_area {
  background-attachment: local;
}

.topsosai_area {
  background-attachment: fixed;

  background-image: url("../../common2/img/top/top_bg_01.jpg") ;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
		overflow: hidden;

}
_:lang(x)+_:-webkit-full-screen-document, .topsosai_area {
  background-attachment: local;
}



.topsosai_area .sousai_title{
position: absolute;
width:350px;
right: 50px;
top: 150px;
}

.topsosai_area .sousai_text{
position: absolute;
left: 80px;
top: 330px;
font-size: 1.5em;
text-shadow: 1px 2px 3px #808080; 
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
padding: 50px;
background: linear-gradient(45deg,rgba(0,0,0,0.3),rgba(0,0,0,0));
}



.topsosai_area .sousai_btn{
position: absolute;
left: 50px;
bottom: 150px;
width: 400px;
}






.topbutsudan_area {
  background-image: url("../../common2/img/top/top_bg_03.jpg") ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	overflow: hidden;
}
_:lang(x)+_:-webkit-full-screen-document, .topbutsudan_area {
  background-attachment: local;
}

.topbutsudan_area .butsudan_title{
position: absolute;
width:350px;
left: 50px;
top: 150px;
}
.topbutsudan_area .butsudan_text{
position: absolute;
left: 80px;
top: 330px;
font-size: 1.5em;
text-shadow: 1px 2px 3px #808080; 
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
padding: 50px;
background: linear-gradient(45deg,rgba(0,0,0,0.3),rgba(0,0,0,0));

}

.topbutsudan_area .butsudan_btn{
position: absolute;
right: 50px;
bottom: 100px;
width: 400px;
}


.topjigyonaiyo_area {
  background-image: url("../../common2/img/top/top_bg_03.jpg") ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	overflow: hidden;
}



.topjigyonaiyo_area .jigyonaiyo_title{
position: absolute;
width:350px;
right: 50px;
top: 150px;
}
.topjigyonaiyo_area .jigyonaiyo_btn{
position: absolute;
left: 50px;
bottom: 100px;
width: 400px;

}

.top_wrap_area_01{
margin-bottom: 50px;
background-color: #F1F1F1;
padding: 20px;

}


.top_whatsnew_01{
margin-left: 10px;
margin-right: 10px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}

.top_whatsnew_01 .whatsnew_titile{
  border-bottom: 1px solid;
  border-image: linear-gradient(to right,
		#1a5c02 0%,
		#000 100%
	);
  border-image-slice: 1;
	margin-bottom: 20px;
}

.top_whatsnew_01 .whatsnew_titile span{
display: block;
margin-left: auto;
margin-right: auto;
font-size: 16px;;
margin-bottom: 5px;
}

.top_whatsnew_01 .whatsnew_titile .newstitile{
color: #989898;
font-size: 11px;
font-style: italic;

}


.top_whatsnew_dl{

}

.top_whatsnew_dl dt{
}
.top_whatsnew_dl dd{

}


.top_bnr_area_01{
width: 98%;
margin-left: 1%;
margin-right:  1%
}

.top_bnr_area_01 ul{
display: flex;
flex-wrap: wrap;


}

.top_bnr_area_01 ul li{
width: 98%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
}
footer{
background-color: #1a5c02;
padding-top: 20px;
padding-bottom: 50px;
padding-left: 10px;
padding-right: 10px;
}

#footer_inner{
width: 98%;
margin-left: 1%;
margin-right: 1%;
padding-bottom: 50px;
color: #fff;

}
#footer_inner #footer_left{
margin-bottom: 20px;}
#footer_inner #footer_left #footer_logo{
width: 200px;
margin-top: 30px;
}



#footer_inner #footer_right{
margin-bottom: 20px;
}

#footer_inner #footer_right a{
color: #fff;
}

#footer_inner #footer_right ul{
display: flex;
flex-wrap: wrap;
justify-content: flex-end;

}
#footer_inner #footer_right ul li{
margin-left:30px;
}

/*共通レイアウト*/
.layout_01_04{
width: 400px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;

}

.layout_01_06{
width: 98%;
margin-bottom: 30px;
margin-left: 1%;
margin-right:  1%;

}
.layout_01_07{
width: 98%;
margin-bottom: 30px;
margin-left: 1%;
margin-right:  1%;

}

.layout_01_08{
width: 98%;
margin-bottom: 30px;
margin-left: 1%;
margin-right:  1%;

}
.layout_01_10{
width: 98%;
margin-bottom: 30px;
margin-left: 1%;
margin-right:  1%;

}

.layout_02_01{
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
margin-top: 50px;
padding-left: 10px;
padding-right: 10px;

}

.layout_02_01 .column_01{
width: 98%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;

}

.layout_02_01 .column_02{
width: 98%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
}

.layout_02_01 .incolumn_01{
margin-bottom: 20px;
}

.layout_02_01 .incolumn_02{

}


.layout_02_02{
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
margin-top: 50px;
padding-left: 10px;
padding-right: 10px;

}

.layout_02_02 .column_01{
width: 30%;

}

.layout_02_02 .column_02{
width: 65%;
margin-left: auto;
}

.layout_02_03{
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
margin-top: 50px;
padding-left: 10px;
padding-right: 10px;

}

.layout_02_03 .column_01{
width: 65%;

}

.layout_02_03 .column_02{
width: 30%;
margin-left: auto;
}

.layout_02_04{

margin-bottom: 30px;
margin-top: 50px;
padding-left: 10px;
padding-right: 10px;

}

.layout_02_04 .column_01{
margin-bottom: 20px;
}

.layout_02_04 .column_02{

}


.layout_02_05{

margin-bottom: 30px;
padding-left: 10px;
padding-right: 10px;

}

.layout_02_05 .column_01{
margin-bottom: 20px
}

.layout_02_05 .column_02{

}

.layout_02_06{

margin-bottom: 30px;
margin-top: 50px;
padding-left: 10px;
padding-right: 10px;

}

.layout_02_06 .column_01{
margin-bottom: 20px;
}

.layout_02_06 .column_02{

}




.layout_03_01{

margin-bottom: 30px;
margin-top: 50px;
padding-left: 10px;
padding-right: 10px;

}

.layout_03_01 .column_01{
margin-bottom: 20px;
}

.layout_03_01 .column_02{
margin-bottom: 20px;


}

.layout_03_01 .column_03{
margin-bottom: 20px;

}

.container {
  display: flex;
	flex-wrap: wrap;
}
.container img {
  flex-grow: 1;
  object-fit: cover;
  height: 400px;
  max-width: 400px;
  margin: 0.2rem;
  border-radius: 4px;
}



/*タイトル*/
.mr_title_01 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
background:rgba(199,161,87,0.7);	
color: #fff;
text-align: center;
font-size:2em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-shadow: 1px 2px 3px #808080; 
line-height: 1em;

}

.mr_title_01:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #EFD15A;
}

.mr_title_01 span{
font-size: 0.8em;
color:#452100;
text-shadow: none;

}


.mr_title_02 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.mr_title_02 span {
	position: relative;
	z-index: 2;
}
.mr_title_02::before {
	content: attr(data-en);
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(50,50,50,0.1);
	font-size: 60px;
	font-style: italic;
}
.mr_title_02::before:first-letter{
color: #195c02;
}
.mr_title_03 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 18px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	

}

.mr_title_03 span {
	position: relative;
	z-index: 2;
}

.mr_title_03::before {
	content: attr(data-en);
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(50,50,50,0.2);
	font-size: 40px;
	font-style: italic;

}

.mr_title_04 {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	z-index: 2;

}

.mr_title_04 span {
	position: relative;
	z-index: 2;
}

.mr_title_04::before {
	content: attr(data-en);
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(50,50,50,0.2);
	font-size: 20px;
	font-style: italic;

}


.mr_title_05{
position: relative;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}
.mr_title_05 dt {
	
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 18px;
	text-align: center;
}


.mr_title_05 dd {
	content: attr(data-en);
	position: absolute;
	top:25px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(50,50,50,0.1);
	font-size: 40px;
	font-style: italic;
}
.mr_title_05 dd:first-letter{
color: #195c02;
opacity: 0.4;
}




.mr_title_06 {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 18px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	

}

.mr_title_06 dt {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size:18px;
	text-align: center;
}

.mr_title_06 dd {
	content: attr(data-en);
	position: absolute;
	top:23px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(50,50,50,0.2);
	font-size: 35px;
	font-style: italic;

}

.mr_title_06 dd:first-letter{
color: #5C4100;
opacity: 0.4;
}




.mr_title_07 {
  border-bottom: solid 2px #025200;
  position: relative;
	display: block;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	
		font-size:20px;
		padding-bottom: 10px;
padding-right: 50px;;
margin-bottom: 30px;
}

.mr_title_07:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #000;
  bottom: -2px;
  width: 30%;
}


.mr_title_08 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
	font-size: 24px;
	margin-bottom: 50px;
}

.mr_title_08:before, .mr_title_08:after {
 content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.mr_title_08:before {
  left:0;
}
.mr_title_08:after {
  right: 0;
}


.mr_title_09 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: solid 1px #195c02;
		font-size: 16px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.mr_title_10 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: solid 1px #000;
		font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}


/*catch*/



.catch_01 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
padding-left: 10px;
padding-right: 10px;
}

.catch_01 {
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
}

.catch_01 .left_area{
} 

.catch_01 .left_area h2{
font-size: 16px;
margin-bottom: 20px;
}
.catch_01 .left_area p{
font-size:14px;

}


.catch_01 .right_area{
display: none;
width: 440px;
margin-top: -100px;
margin-left: auto;
margin-right: 20px;
} 


.catch_02{
font-size:  14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	
margin-bottom: 30px;
padding-left: 20px;
}



.catch_03{
font-size:  15px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	
margin-bottom: 30px;
padding-left: 10px;
}


/*ボタン*/

/* mr_btn_02 */
.mr_btn_02 a {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.mr_btn_02 a:hover {
    background: #edf6ff;
}
.mr_btn_02 a:before, .mr_btn_02 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}
.mr_btn_02 a:before {
  width: 1.4rem;
  height: 2px;
  background: #1a5c02;
  transform: translateY(-50%);
}
.mr_btn_02 a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-top: solid 2px #1a5c02;
  border-right: solid 2px #1a5c02;
  transform: translateY(-50%) rotate(45deg);
}
.mr_btn_02 a:hover:before {
  width: 1.5rem;
}
.mr_btn_02 a:hover:after {
  opacity: 1;
  width: 8px;
  height: 8px;
}





a.mr_btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #1a5c02;
	color: #1a5c02;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
	margin-bottom: 50px;
}
a.mr_btn_03:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.mr_btn_03:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #27acd9;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.mr_btn_03:hover {
 color: #ffffff;
 border: 1px solid #1a5c02;
}

a.mr_btn_03:hover:before {
 top: -35%;
 background-color: #1a5c02;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.mr_btn_03:hover:after {
 top: -45%;
 background-color: #1a5c02;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}



#nav1 {
    right: 10px;
    width: 200px;
    z-index: 100;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    transition: 0.2s ease-in-out;
}


/*テキスト*/

.mr_text_01{
margin-bottom: 40px;
font-size: 1.2em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";


}

.mr_text_02{
margin-bottom: 40px;
font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #195c02;

}

/*キャッチ*/

/*パーツ*/
.sup{
font-size: 0.5em; vertical-align: super;
}

.dl_01{
background-color: #E9E9E9;
padding: 15px;
 border-radius: 10px;
}

.dl_01 dt{
border-bottom: 1px solid #195c02;
padding-bottom: 10px;
margin-bottom: 10px;
font-size: 15px;
font-weight: 600;
}
.dl_01 dd{

}
.dl_02{
margin-bottom: 20px;
}

.dl_02 dt{

}
.dl_02 dd{
margin-left: 10px;
}


.dl_03{
margin-bottom: 20px;
display: flex;
align-items: center; 
flex-wrap: wrap;
width: 70%;
margin-left: auto;
margin-right: auto;
}

.dl_03 dt{
width: 15%;
margin-bottom: 10px;
}
.dl_03 dd{
width: 83%;
margin-left: auto;
font-size: 25px;
margin-bottom: 10px;

}


.dl_04{
margin-left: 1%;
margin-right: 1%;
}

.dl_04 dt{
box-sizing: border-box;
border-bottom: 1px solid #1a5d01;
padding: 20px;
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
color: #195400;
}
.dl_04 dd{
box-sizing: border-box;
border-bottom: 1px solid #1a5d01;
padding: 5px 20px;
margin-bottom: 20px;

}

.dl_05{
display: flex;
flex-wrap: wrap;
justify-content: center; 
font-size: 16px;
width: 98%;
}

.dl_05 dt{
color: #554D13;
padding: 20px;
text-align: right;
box-sizing: border-box;
width: 20%;
font-size: 20px;
font-style: italic;
font-weight: bold;

}

.dl_05 dd{
padding: 20px;
box-sizing: border-box;
width:80%;

}


.dl_06{

}

.dl_06 dt{
font-size: 18px;
margin-bottom: 20px;

}

.dl_06 dd{


}
.dl_07{
margin-left: 1%;
margin-right: 1%;
justify-content: center; 
}
.dl_07 dt{
box-sizing: border-box;
border-bottom: 1px solid #1a5d01;
padding: 20px;
font-size: 16px;
font-weight: 600;
margin-bottom: 20px;
color: #195400;

}
.dl_07 dd{
box-sizing: border-box;
border-bottom: 1px solid #1a5d01;
padding: 20px;
margin-bottom: 20px;
}
.dl_07 select{


 border: 1px solid #e2e0de;
  color: #1c1916;
  padding: 0;
  margin: 0;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 0;
  padding-right: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  line-height: 2.93;
  vertical-align: middle;
  background: #E7E7E7;
  background-size: 15px 5px;
  margin-bottom:10px;

}

.dl_07 input[type="text"],
.dl_07 input[type="number"],
.dl_07 input[type="date"],
.dl_07 input[type="datetime"],
.dl_07 input[type="email"],
.dl_07 input[type="password"],
.dl_07 textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #1c1916;
  padding: 0;
  margin: 0;
  text-indent: 10px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 3.3;
  margin-bottom:10px;
  vertical-align: middle;
	width: 95%;
}
.dl_07 input[type="text"],
.dl_07 input[type="number"],
.dl_07 input[type="date"],
.dl_07 input[type="datetime"],
.dl_07 input[type="email"],
.dl_07 input[type="password"]{
  height: 55px;
}

.dl_08{
margin-bottom: 50px;
}

.dl_08 dt{
font-size: 18px;
margin-bottom: 20px;

}

.dl_08 dd{
margin-bottom: 10px;


}
.dl_09{
margin-bottom: 15px;
}

.dl_09 dt{
background-color: #BFBEBE;
padding: 3px;
margin-bottom: 5px;
color: #fff;}

.dl_09 dd{}


.dl_10{
padding: 20px;

}
.dl_10 dt{
  /*線の種類（二重線）太さ 色*/
  border-bottom: solid 1px #000;
		font-size:16px;
	margin-bottom: 10px;
	}
	
.dl_10 dd{
margin-bottom: 30px;
padding: 10px;
}

.dl_11{
padding: 20px;
background-color: #E2E2E2;
border-radius: 15px;

}
.dl_11 dt{
  /*線の種類（二重線）太さ 色*/
		font-size:20px;
	margin-bottom: 10px;
text-align: center;
	}

.dl_11 dd.img_box{
	margin-bottom: 20px;

}

.dl_11 dd.img_box img{
width: 80px;
margin-left: auto;
margin-right: auto;
}

.dl_11 dd{
margin-bottom: 10px;
text-align: center;}
	




.mr_submit{
box-sizing: content-box;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    background-color: #CE9500;
    padding: 20px 60px;
    border: none;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.mr_reset{
margin-left: 10px;
box-sizing: content-box;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    background-color: #aaa;
    padding: 20px 60px;
    border: none;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}







 .scrollbox {
 width: 1200px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 height: 100vh;
 }
 
 
 

.top_area_02{
height: 100vh;
background: url("../../common2/img/top/top_bg_02.jpg") no-repeat;

}


.top_btn_wrap01{
  background:rgba(255,255,255,0.9);
	text-align:left;
	position: relative;
	}

.top_btn_wrap01 .top_btn_01{
position: absolute;
top: 40%;
  background:rgba(255,255,255,0.8);
	width: 100%;

}
.top_btn_wrap01 a{
text-decoration: none;
}


.box_01{
background-image: url("../img/common/bg_01.png");
background-repeat: no-repeat;
background-size: 20% 100%;
width: 100%;
padding: 20px;
margin-bottom: 60px;
box-sizing: border-box;

}

.box_02{
background-image: url("../img/common/bg_02.png");
background-repeat: no-repeat;
background-size: 20% 100%;
background-position: right top;
width: 100%;
padding: 20px;
margin-bottom: 60px;
box-sizing: border-box;


}
.box_03{
box-sizing: border-box;
width: 100%;
padding: 20px;
margin-bottom: 60px;

}



.random_01{
width: 98%;
margin-left: 1%;
margin-right: 1%;
overflow-x: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100vw; /* ビューポート(幅)を基準に表示高を指定 */
}
.random_01 figure{
margin: 30px;
}
.random_01 img{
max-width: 31%;
max-height: 200px;
  object-fit: cover;
	margin: 5px;

}


/*contents*/

#main_image_area_01{
position: relative;
max-height: 70vh;
overflow: hidden;
margin-bottom: 30px;
}

#main_image_area_01 h1{
position: absolute;
width: 100%;
text-align: center;
top: 40%;
font-size: 20px;
color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-shadow: 3px 3px 3px #808080; 

}

#main_image_area_01 .sub_title_01{
position: absolute;
width: 100%;
text-align: center;
top: 40%;
padding-top: 30px;
font-size: 20px;
color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	opacity: 0.7;
font-style: italic;
text-shadow: 3px 3px 3px #808080; 

}

#main_image_area_02{
position: relative;
max-height: 70vh;
overflow: hidden;
margin-bottom: 30px;
vertical-align:bottom;
}

#main_image_area_02 img{
bottom: 0px;
position: relative;
top: 0px;
}

#main_image_area_02 h1{
text-shadow: 3px 3px 3px #808080; 
position: absolute;
width: 100%;
text-align: center;
top: 40%;
font-size: 20px;
color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}

#main_image_area_02 .sub_title_01{
position: absolute;
width: 100%;
text-align: center;
top: 40%;
padding-top: 30px;
font-size: 20px;
color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	opacity: 0.8;
font-style: italic;
text-shadow: 1px 2px 3px #808080; 
}



#main_image_area_03{

margin-bottom: 30px;
vertical-align:bottom;
}



#main_image_area_03 h1{
width: 100%;
margin-top: 50px;
text-align: center;
color: #000;

top: 50%;
font-size: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}

/*流れる文字*/

/*========= レイアウトのためのCSS ===============*/

.flow{
  margin: 20px ;
	margin-left: 0px;
  font-size: 20px;
  overflow: hidden;/*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
}
.flow2{

  overflow: hidden;/*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
}



/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:2s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:2s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}





/*画像を出現させるアニメーションCSS*/

.flipLeft{
animation-name: flipLeft;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}

@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/*ページナビ*/

#pagenav01 {
position: -webkit-sticky;
position: sticky;
top: 0;

z-index: 5;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
#pagenav01.fixed2{
position: fixed;
width: 100%;
}

#pagenav01 ul{
display: flex;
flex-wrap: wrap;
background-color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 12px;
padding-bottom:10px;
padding-top: 10px;

}


#pagenav01 li{
padding: 0px 5px;
position: relative;
}



#pagenav01 li{
text-decoration: none;
display: block;

}
#pagenav01 li a{
text-decoration: none;
padding: 10px 5px;
}

#pagenav01 li a:hover {
color: #1F4B00;
font-weight: 500;
}


/*== ボタン共通設定 */
#pagenav01 li a{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
		border-radius: 5px;
		
}

/*ボタン内spanの形状*/






#pagenav01 li.current a{
color: #1F4B00;
background-color: beige;
font-weight: 500;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}









/*現在地とhoverの設定*/
#pagenav01 li.current a::after,
#pagenav01 li a:hover::after {
    transform: scale(1, 1);
}








#section01{

margin-top:-150px;
padding-top:150px;
}

#section02{

margin-top:-150px;
padding-top:150px;
}



#section03{

margin-top:-150px;
padding-top:150px;
}


/*アイコン*/
.mail.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px currentColor;
}

.mail.icon:before {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}

.mail.icon:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}
#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 20px;
bottom: -165px;
cursor : pointer;
}
.mr_required{
    border-radius: 2px;

    background: #c34040;
    font-size: 9px;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
}