@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}
#slider {
    width: 100%;
    height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

#mimg .txtBox {
	position: absolute;
	width: 100%;
	height: auto;
	top: 42%;
	z-index: 1000;
	font-size: 65px;
	line-height: 100px;
	letter-spacing: 3px;
	font-weight: 500;
	color: #fff;
    text-align: center;
}
#mimg .txtBox img{
	width: 90px;
	height: 100px;
	opacity: 0.7;
}
.scrolldown{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
  z-index: 1000;
}
.scrolldown span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: #e4ddd0;
}
#contents01 {
	position: relative;
	width: 100%;
	min-height: 700px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
	background-image: url(../web/home/cont01back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	position: absolute;
	left: 20px;
	text-align: left;
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #123149;
    writing-mode: tb-rl;
    writing-mode: vertical-rl; 
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    padding: 0 0px 0px 0px;
}
h2 ruby {
	ruby-position: under;
}
#s01Box {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#c01txtbox {
	position: absolute;
	left: 8%;
	width: 35%;
	height: auto;
	margin-top: 2%;
}
#c01txtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 65px;
	line-height: 65px;
	letter-spacing: 0;
	font-weight: 500;
	color: #123149;
}
#c01txtbox .st2{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0px;
	margin-top: 20px;
}
#c01txtbox .st2 span{
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
}
#c01txtbox .btn {
	width: 300px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #123149;
	text-align: center;
	float: left;
	margin-top: 40px;
	outline: 1px solid #123149;
	outline-offset: -1px;
}
#c01txtbox .btn a{
	display: block;
	color: #123149;
	transition: 0.6s;
}
#c01txtbox .btn a:hover {
	background-color: #123149;
	color: #FFF;
}
#c01Backbox01 {
	position: absolute;
	right: 0;
	width: 50%;
	height: auto;
	padding-top: 38.9%;
	z-index: 1020;
	max-width: 900px;
}

#c01Backbox01 .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime5 30s infinite;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}
#c01Backbox01 .src1{
	display:block;
	background-image: url(../web/home/c01_back01.webp); 
}
#c01Backbox01 .src2{
	background-image: url(../web/home/c01_back02.webp);  
	animation-delay: 6s;
}
#c01Backbox01 .src3{
	background-image: url(../web/home/c01_back03.webp); 
	animation-delay: 12s;
}
#c01Backbox01 .src4{
	background-image: url(../web/home/c01_back04.webp); 
	animation-delay: 18s;
}
#c01Backbox01 .src5{
	background-image: url(../web/home/c01_back05.webp); 
	animation-delay: 24s;
}
@keyframes bgAnime5 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   20% { opacity: 1; }
  25% { opacity: 0; }
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 100px;
	background:linear-gradient(-165deg,#e4ddd0 0%,#e4ddd0 50%, rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
}
#contents02 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#h3box{
	width: 320px;
	height: auto;
	position: absolute;
	right:0;
}
h3 {
	width: 100%;
	text-align: right;
	font-size: 65px;
	line-height: 65px;
	letter-spacing: 0;
	font-weight: 500;
	color: #123149;
	float: right;
}
.h3ac{
	width:100%;
	text-align: right;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0;
	font-weight: 500;
	color: #123149;
	float: right;
	margin-top: 10px;
}

#c02BB {
	width: 1200px;
	height: auto;
	margin-top: 0px;
	float: left;
	z-index: 1000;
}
#c02Box01 {
	position: relative;
	width: 320px;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
#c02Box02 {
	position: relative;
	width: 320px;
	height: auto;
	float: left;
	margin-top: 100px;
	margin-left: 120px;
}
#c02Box03 {
	position: relative;
	width: 320px;
	height: auto;
	float: left;
	margin-top: 200px;
	margin-left: 120px;
}
#c02BB .Img{
	width: 320px;
	height: 400px;
	float: left;
	transition: 0.4s;
}
#c02BB .Img:hover {
	transform: scale(1.02);
	box-shadow: 5px 5px 0 rgba(255,255,255,1);
}
#c02BB .bgImg{
	z-index: 1000;
	width: 320px;
	height: 400px;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 18s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: contain;
}
#c02BB .src1{
	display:block;
	background-image: url(../web/home/c02img1.jpg);
	background-size: cover;
}
#c02BB .src2{
	background-image: url(../web/home/c02img2.jpg);  
	animation-delay: 6s;
	background-size: cover;
}
#c02BB .src3{
	background-image: url(../web/home/c02img3.jpg); 
	animation-delay: 12s;
	background-size: cover;
}
#c02BB .src4{
	display:block;
	background-image: url(../web/home/c02img4.jpg);
	background-size: cover;
}
#c02BB .src5{
	background-image: url(../web/home/c02img5.jpg);  
	animation-delay: 6s;
	background-size: cover;
}
#c02BB .src6{
	background-image: url(../web/home/c02img6.jpg); 
	animation-delay: 12s;
	background-size: cover;
}
#c02BB .src7{
	display:block;
	background-image: url(../web/home/c02img7.jpg);
	background-size: cover;
}
#c02BB .src8{
	background-image: url(../web/home/c02img8.jpg);  
	animation-delay: 6s;
	background-size: cover;
}
#c02BB .src9{
	background-image: url(../web/home/c02img9.jpg); 
	animation-delay: 12s;
	background-size: cover;
}
h4 {
	width: 320px;
	height: auto;
	float: left;
	margin-top: 20px;
	font-size: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	color: #fff;
}
#c02BB .txt {
	width: 320px;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	margin-top: 15px;
	color: #fff;
}
#c02BB .ac {
	width: 320px;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-align: left;
	margin-top: 15px;
	color: #fff;
}
#c02BB .ac a{
	color: #fff;
}
.c02backtxt{
	position: absolute;
	left:20px;
	bottom: 50px;
	width: 100%;
	height: auto;
	z-index: 1;
	color: rgba(255,255,255,0.05);
	font-size: 150px;
	line-height: 150px;
	font-weight: bold;
	text-align: left;
}

#section03 {
	position: relative;
	width: 100%;
	height: 950px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../web/home/sec03back.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
#contents03 {
	position: relative;
	width: 1200px;
	height: 950px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
h5 {
	width: 1200px;
	text-align: left;
	font-size: 65px;
	line-height: 65px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 400px;
	color: #fff;
	float: left;
}
.h5ac {
	width: 1200px;
	text-align: left;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
	color: #fff;
	float: left;
}
.c03backtxt{
	position: absolute;
	right: 50px;
	top: 150px;
	width: auto;
	height: auto;
	z-index: 1;
	color: rgba(255,255,255,0.4);
	font-size: 130px;
	line-height: 130px;
	font-weight: bold;
	text-align: left;
    writing-mode: tb-rl;
    writing-mode: vertical-rl; 
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    padding: 0 0px 0px 0px;
}
#c03_btn {
	float: left;
	margin-top: 30px;
	z-index: 1000;
}
#c03_btn.f {
	margin-left: 40px;
}
.button2 {
  display: inline-block;
  width: 580px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 78px;
  font-weight: bold;
  outline: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  background-color:;
  border: 1px solid #fff;
  color: #fff;
  line-height: 78px;
  overflow: hidden;
}
.button2:hover {
  color: #FFF;
  text-decoration: none;
  border: 1px solid #fff;
}
.button2::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button2:hover::after {
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
}

#section04 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 120px;
	background-color: #e4ddd0;
}
#contents04 {
	position: relative;
	width: 1200px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents04:after{
	content: "";
	clear: both;
	display: block;
}
h6 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 65px;
	line-height: 65px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #123149;
}
.h6ac {
	width: 100%;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #123149;
	margin-top: 10px;
	float: left;
}
.c04txt {
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 50px;
	float: left;
}
#c04tel {
	width: 500px;
	height: 150px;
	background-color: #FFF;
	float: left;
	margin-top: 60px;
	margin-left: 50px;
}
#c04tel .t1{
	width: 500px;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}
#c04tel .t2{
	width: 420px;
	height: auto;
	float: left;
	font-size: 48px;
	line-height: 48px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
	margin-left: 40px;
	background-image: url(../web/home/c04ac03.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#c04tel .t2 a{ color:#000;}
#c04tel .t3{
	width: 500px;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
}
#c04mail {
	width: 500px;
	height: 150px;
	background-color: #FFF;
	float: left;
	margin-top: 60px;
	margin-left: 100px;
}
#c04mail .btn{
	width: 400px;
	height: 70px;
	background-color: #9b9271;
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
	background-image: url(../web/home/c04ac02.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: 0.4s;
}
#c04mail .btn a{
	display: block;
	text-decoration: none;
	color: #FFF;
}
#c04mail .btn:hover{
	background-color: #123149;
}

@media screen and (min-width:768px){

}
