*{
	text-decoration:none;
	margin:0;
	padding:0;
  	font-family: "Helvetica Neue",
    	Arial,
    	"Hiragino Kaku Gothic ProN",
    	"Hiragino Sans",
    	"BIZ UDPGothic",
    	Meiryo,
    	sans-serif;
}
body{
	padding-bottom: 60px;
	font-weight:normal;
	font-size:16px;
	background:url("../img/bg.jpg") repeat-y scroll center center;
}


/* フェードイン */
.inner{
  	max-width: 600px;
  	width: 100%;
  	margin-right: auto;
  	margin-left: auto;
  	padding: 0 20px;
}
.header__inner{
  	padding: 0 20px;
}
.header__logo{
  	font-size: 20px;
  	color: #fff;
  	text-transform: uppercase;
}
.mainView{
  	height: calc(100vh - 50px);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin-top: 50px;
  	position: relative;
}
.mainView p{
  font-size: 28px;
  font-weight: bold;
}
.scrollDown{
  position: absolute;
  bottom: 80px;
  right: 50%;
  animation: scrollDown 1s ease-in-out infinite;
}
@keyframes scrollDown{
  0% {bottom: 10%}
  50% {bottom: 15%}
  100% {bottom: 10%}
}
.scrollDown span{
  position: absolute;
  left: -25px;
  bottom: 10px;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.scrollDown::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #333;
  bottom: 0;
  right: -6px;
  transform: skew(-30deg);
}
.scrollDown::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #333;
  bottom: 0;
  right: 0;
}
.boxes{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 80px;
  margin-top: 100px;
}
.box {
/*
  aspect-ratio: 16 / 9;
*/
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}
.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}







.headerContainer{
	padding:40px 0;
	background:url("../img/header_bg.jpg") no-repeat scroll center center / cover;
}
.header{
	margin:0 auto 40px;
	text-align:center;
}
.sectionContainer,
.etcContainer{
	width:980px;
	padding-bottom:10px;
	margin:40px auto 0;
}
.sectionContainer{
	text-align:center;
  	background-color: #fff;
  	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.secInner{
	padding:0 20px;
}
.imgContents{
	width:100%;
	margin-top:40px;
}
.sec02 .imgContents{
	margin-top:-38px;
}
h4 > img{
	width:100%;
}
.sec04 .imgContents{
	margin-top: -5px;
}
.sec02 h4,
.sec03{
	margin-top:80px;
}
.sec05 h4{
	margin-top:-4px;
}
h4.etcTitle{
	text-align:center;
	font-size:32px;
}
.info__block {
    	margin:40px 0 0 0;
    	padding: 0;
    	display: -ms-grid;
    	display: grid;
    	-ms-grid-columns: auto 1fr;
    	grid-template-columns: auto 1fr;
    	gap: 15px;
}
.info__title{
	font-weight:bold;
}
.etcTitle2{
	margin-top:80px;
	margin-bottom:20px;
}
.etcContainer iframe{
	width:100%;
}
footer{
	margin:40px 0;
}
footer p{
	font-weight:normal;
    	font-size: 10px;
    	text-align: center;
}

.fix-footer {
	display:flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
}
.fix-footer__button {
    	background-color: #2adf3c;
    	border-radius: 5px;
    	color: #fff;
    	display: inline-block;
    	font-size: 16px;
    	font-weight: bold;
    	line-height: 40px;
    	text-align: center;
	padding:0 20px;
	margin:0 20px;
}
.fix-footer__button.tel {
    background-color: #f84949;
}
.fix-footer__button.mail {
    background-color: #069ae6;
}
.footerInner{
	display:flex;
	margin:0 auto;
	text-align: center;
}




/* スライダー */
.slider-2 .slick-slide {
  width: 600px;
  height: 500px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  	display: block;
  	width: 10px;
  	height: 10px;
  	margin: 6px;
  	font-size: 0;
  	padding: 0;
  	border: 0;
  	outline: none;
  	cursor: pointer;
  	background: #bcbcbc;
  	border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
	margin-bottom:80px;
  	background: #ff0000;
}
.caption{
    	/* margin-top: 10px; */
    	margin: 10px auto 0;
    	text-align: left;
    	line-height: 160%;
}
.fix-footer02{
	display:none;
}







.widgetBox{
	margin-top: 40px;
    	display: flex;
    	gap: 30px;
    	justify-content: center;
}



