@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.fadein1 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
.flexslider {
	margin-top: 0px !important;
}
.txtBox {
	width: 25%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25%;
	right: 10%;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.txtBox2 {
	width: 25%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25%;
	right: 75%;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.fst1 {
	width: 100%;
	text-align: left;
	font-size: 26px;
	line-height: 70px;
	letter-spacing: 3px;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#News {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2cabb6;
}

#News .contents{
	width: 1100px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
#News .contents:after{
	content: "";
	clear: both;
	display: block;
}
.newsttl {
	width: 80px;
	height: 60px;
	float: left;
	padding: 0px;
	text-align: left;
	font-size: 20px;
	line-height: 60px;
	color: #FFF;
	border-right: 1px solid #FFF;
}
.news {
	width: 870px;
	height: 20px;
	margin-left: 20px;
	float: left;
	padding: 0px;
	margin-top: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}
#News .ac {
	width: 100px;
	margin-top: 15px;
	display: inline-block;
    text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 5px;
    color: #000;
    transition: .4s;
	background-color: #fff;
	float: left;
	margin-left: 25px;
}
#News .ac a {
    color: #000;
	text-decoration: none;
}
#News .ac a:hover {
    color: #fff;
}
#News .ac:hover {
    color: #fff;
	background-color: #666;
}

#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

#contents01 {
	width: 100%;
	height: auto;
	max-height: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
#c01_box1 {
	float: left;
    position: relative;
    width: 50%;
    height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../web/home/img1.jpg);
}
#c01_box1:before {
    content: "";
    display: block;
    padding-top: 66.66%;
}
.c01_box2 {
	float: left;
    position: relative;
    width: 50%;
    height: auto;
}
.c01_box2:before {
    content: "";
    display: block;
    padding-top: 66.66%;
}
.c01_box2inner {
	max-width: 500px;
    position: absolute;
    top: 0; 
    left: 0;
	padding-top: 0%;
	padding-left: 10%;
    width: 75%;
    height: 100%;
	text-align: left;
}
h2 {
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif;
	margin-top: 30px;
	float: left;
	clear: both;
}
h2 .stb{ color: #09C;}
.c01_txt {
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
	float: left;
	clear: both;
}
.c01_ac {
	width: 200px;
	margin-top: 25px;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 9px;
    text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
    color: #000;
    transition: .4s;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #222;
	float: left;
}
.c01_ac a {
    color: #000;
	text-decoration: none;
}
.c01_ac a:hover {
    color: #fff;
}
.c01_ac:hover {
    color: #fff;
	background-color: #529dbf;
	border-color: #529dbf;
}


#section02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
	background-image: url(../web/home/section02_back.webp);
	background-repeat: no-repeat;
	background-position: center;
}

#contents02 {
	width: 1100px;
	height: 500px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
.c02nv{
	width: 520px;
	height: 500px;
	float: left;
	background-color: rgba(255,255,255,0.7);
}
.c02nvf{
	width: 520px;
	height: 500px;
	float: left;
	margin-left: 60px;
	background-color: rgba(255,255,255,0.7);
}
.c02nv img{
	display: block;
	transition:0.5s;
}
.c02nv img:hover{
	transform:scale(1.02)
}
.c02nvf img{
	display: block;
	transition:0.5s;
}
.c02nvf img:hover{
	transform:scale(1.02)
}
#contents02 .nvt{
	width: 480px;
	height: 125px;
	padding: 20px;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	float: left;
}
@media screen and (min-width:768px){

}
