@charset "UTF-8";
/* CSS Document */
/*公公样式*/

/*{
	margin:0;
	padding:0;
}
body{
	background-color:#f3f3f3;
}
.container{
	width:1000px;
	margin:0 auto;
	
}
.title_bg{
	background:url(../images/title_bg.jpg);
	height: 45px;
    line-height: 45px;
	padding-left: 10px;
}
.title_bg h2{
   
}
.title_bg h2 a{
	color: #444444;
	text-decoration: none;
    font-size: 16px;
}*/

#footer_wrapper {
	background-color: #333333;
	margin-top: 20px;
	padding: 40px 0px;
	width: 100%;
	height: auto;
}
#footer_wrapper li {
	display: inline-block;
	vertical-align: top;
	border-right: solid 1px #fff;
	padding-right: 20px;
	margin-left: 20px;
}
#footer_wrapper li:last-child {
	border: 0;
}
#footer_wrapper footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#footer_wrapper a {
	color: #fff;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	
}
#footer_wrapper p {
	color: #fff;
	margin-top: 10px;
	font-family: 'PT Sans', sans-serif;
}
/*
.bowen_a{
white-space:nowrap;	
}

*/
h2.page_title {
	font-size: 30px;
	text-align: center;
}
.mrg60 {
	margin-top: 10px;
}
.clearfix1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.contents {
	width: 1200px;
	margin: 0 auto;
	line-height: 1.8em;
}
ul.foot {
	width: 70%;
}
.box {
	width: 825px;
}
.img-right {
	margin-left: auto;
}
p.img_r.mrg70 {
	text-align: right;
}
span.page_title {
	font-size: 30px;
}
.swiper-wrapper {
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.mainBox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 22;
	width: 100%;
}
#gNavi p {
	font-family: 'Slabo 27px', serif;
}
p.top90 {
	text-indent: 1.0em;
}
p.top80 {
	text-indent: 1em;
}
.fadeInUp {
	opacity : 0;
	transform: translateY(20px);
	transition: 1s;
}
.swiper-slide {
	height: 100%;
	position: relative;
}
.slide-img {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	background: url(../img/top/mainimg.jpg) center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
}
.flex_test-box {
	width: 100%;
	flex-direction: row;
	justify-content: center;
}
.flex_test-item {
	color: #fff;               /* 文字色 */
	/* 外側の余白 */
	border-radius: 5px;
	clolr: #000000;/* 角丸指定 */
}
.flex_test-box {
	display: flex;              /* フレックスボックスにする */
}
.flex_test-item a {
	color: #000000;
	display: block;
	border-right: 1px solid #ccc;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}
.flex_test-item1 a {
	color: #000000;
	display: block;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}
#footer_wrapper a:hover {
	color: #33b963;
	transition: all 0.5s;
}

@media screen and (max-width: 767px) {
.flex_test-box {
	width: 100%;
	flex-direction: column;
	justify-content: center;
}
#footer_wrapper a {
	border-right: none;
}
.flex_test-item a, .flex_test-item a:last-child a {
	display: block;
	border: none;
	padding: 10px 20px;
	margin: 0;
	border-top: 1px dotted #ccc;
}
.flex_test-item1 a, .flex_test-item1 a:last-child a {
	display: block;
	border: none;
	padding: 10px 20px;
	margin: 0;
	border-top: 1px dotted #ccc;
}
#footer_wrapper a:hover {
	color: #33b963;
	transition: all 0.5s;
}
}


i.scroller {
  padding-top: 30px;
    position: absolute;
    top: 77vh;
    left: 50%;
    content: '';
    width: 1px;
    height: 50px;
    /* opacity: 0; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	z-index: 99;}

i.scroller.active {
  opacity: 1; }

i.scroller:after {
  content: "SCROLL";
  font-style: normal;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  letter-spacing: 0.1em;
  padding-top: 7px;
  font-size: 13px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation: tx 2s infinite;
  animation: tx 2s infinite; }

i.scroller span {
  position: relative;
  width: 2px;
  height: 150px;
  display: block;
  overflow: hidden; }

i.scroller span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1px;
  height: 150px;
  background-color: white;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    opacity: 0.4;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  40% {
    opacity: 0.8;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    opacity: 0.4;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  40% {
    opacity: 0.8;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  80% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  100% {
    opacity: 0; } }

@media all and (max-width: 769px) {
	
  i.scroller {
    top: 50vh;
	  display: none;
	}
  i.scroller span {
    position: relative;
    width: 2px;
    height: 15vh;
    display: block;
    overflow: hidden;
	}
  i.scroller span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 15vh;
    background-color: white;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }





#anchor07 a {
  position: relative;
  text-decoration: none;
}
#anchor07 a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #33B963;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#anchor07 a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}


.ttl {
	position: relative;
	padding: .1em 1em;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 20px;
}
.ttl::before,
.ttl::after {
	position: absolute;
	bottom: 8px;
	content: '';
	width: 30%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0,0,0,.2);
	z-index: -1;
}
.ttl::before {
	-webkit-transform: rotate(-3deg);
	left: .3em;
	transform: rotate(-3deg);
}
.ttl::after {
	-webkit-transform: rotate(3deg);
	right: .3em;
	transform: rotate(3deg);
}

