@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
	height: 100vh;
}
.mainImg .fv-area{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 max-width: 1140px;
 margin: 0 auto;
 position: absolute;
 width: 100%;
 top: 3%;
 left: 0;
 right: 0;
 align-items: flex-end;
}
.mainImg .fv-area .fv-text{
 width: 38%;
}
.mainImg .fv-area .fv-text p:first-child{
 font-size: 4rem;
 font-weight: bold;
 letter-spacing: 0.1rem;
 line-height: 2;
 margin: 0 0 50px;
}
.mainImg .fv-area .fv-text p:last-child{
 font-size: 1.4rem;
 line-height: 1.85;
 letter-spacing: 0.05rem;
}
.mainImg .fv-area .fv-logo{
 width: 62%;
}
.mainImg .fv-area .fv-logo img{
 display: block;
 max-width: 600px;
 margin: 0 0 0 auto;
}
.mainImg .fooUl {
 position: relative;
	height: 233px;
 top: 64%;
}
.mainImg .fooUl li {
	height: 100%;
 display: flex !important;
 align-items: center;
 justify-content: center;
 box-sizing: border-box;
 text-align: center;
 padding: 0 14px;
}
/*
.mainImg .fooUl .li01 {
	background-position: center top;
	justify-content: flex-start;
	background-image: url("../img/index/top-1.jpg");
	background-size: cover;
}
*/
/*
.mainImg .fooUl .li02 {
	background-position: center top;
	justify-content: flex-start;
	background-image: url("../img/index/top-2.jpg");
	background-size: cover;
}
*/
/*
.mainImg .fooUl .li03 {
	background-position: center top;
	justify-content: flex-start;
	background-image: url("../img/index/top-3.jpg");
	background-size: cover;
}
*/
/*
.mainImg .fooUl .li04 {
	align-items: flex-end;
	background-position: center top;
	justify-content: flex-start;
	background-image: url(../img/index/photo04.jpg);
	background-size: cover;
}
*/
.mainImg .fooUl .li05 {
    background-size: cover;
}
.mainImg .fooUl .li05 video{
    width: auto;
    height: 100vh;
}
.mainImg .fooUl li .textImg {
	padding: 100px 30px 0;
	margin: 0 auto;
}
.mainImg .fooUl li .textImg img {
	display: inline-block;
}
.mainImg .fooUl .slick-list,
.mainImg .fooUl .slick-slide > div,
.mainImg .fooUl .slick-track {
	height: 100%;
}
/*
#main {
	padding: 0;
}
*/
.main-p {
    padding: 0!important;
}
.mainImg .fooUl li .sub {
	padding: 0 30px 13px;
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mainImg .fooUl li .sub .img {
	margin-right: 25px;
}
.mainImg .fooUl li .sub .textBox {
	flex: 1;
	text-align: left;
}
.mainImg .fooUl li .sub .textBox p {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
	font-weight: bold;
}
.newsSec {
	padding: 115px 0 54px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #204B7D;
}
.newsSec .rBox {
	width: calc(50% + 300px);
}
.newsUl {
	display: block;
}
.newsUl li {
	float: left;
}
.newsUl .slick-slide > div {
	width: 300px;
	margin: 0 30px 0 0;
}
.newsUl li .ttl {
	color: white;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.newsUl li .photo {
	border-radius: 5px;
}
.newsUl li .date {
	display: flex;
	font-size: 1.5rem;
	color: white;
	justify-content: space-between;
}
.newsUl li .date .txtSpan {
	background-color: white;
	color: #204B7D;
	margin: 0 5px 5px 0;
}
.newsSec .lBox {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.newsSec .lBox .sub {
	padding-right: 33px;
	padding-left: 20px;
	width: 250px;
}
.sec01 {
	padding: 100px 0 150px;
}
.sec01 .content {
	max-width: 1315px;
}
.sec01 .imgBox {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.sec01 .imgBox .photoBox {
	width: 68.5%;
	margin: 0 30px 0 22px;
}
.sec01 .imgBox .photoBox img {
	width: 100%;
	border-radius: 10px;
}
.sec01 .imgBox .textBox {
	flex: 1;
}
.sec01 .imgBox p {
	margin-bottom: 16px;
	font-size: 1.4rem;
	line-height: 1.86;
}
.sec01 .imgBox h3 {
	margin-bottom: 8px;
	font-size: 1.8rem;
}
.sec01 .headLine01 {
	margin-left: 73px;
}
.sec01 .imgInner {
	position: relative;
	z-index: 1;
}
.sec01 .imgInner:after {
	width: 9999px;  
	background-color: white;
	position: absolute;  
	top: -100px;
	left: 72px;  
	z-index: -1;
	content: ""; 
	bottom: -150px;
	border-radius: 10px 0 0 10px;
}
.sec01 .inner01 {
	padding-bottom: 200px;
}
.sec01 .inner02 {
	display: flex;
	justify-content: space-between;
}
.sec01 .inner02 .photoBox {
	width: 64.3%;
	margin-left: 35px;
	order: 2;
}
.sec01 .inner02 .photoBox img {
	width: 100%;
 border-radius: 10px;
}
.sec01 .inner02 .textBox {
	padding-left: 40px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.sec01 .inner02 .textBox .sub {
	width: 350px;
}
.sec01 .inner02 .headLine01 {
	margin: 0 0 132px;
}
.sec01 .inner02 .textBox p {
	font-size: 1.4rem;
	line-height: 1.86;
	margin-bottom: 25px;
}
.sec02 {
	min-height: 550px;
	padding: 97px 0 50px;
	box-sizing: border-box;
	background: #000 url(../img/index/photo15.jpg) no-repeat center;
	background-size: cover;
}
.sec02 .content {
	max-width: 1172px;
}
.sec02 .headLine01 {
	margin-bottom: 45px;
}
.sec02 .sub {
	color: white;
	width: 30%;
}
.sec02 p {
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 1.86;
}
.index {
	margin-bottom: -200px;
}
.font-c .date {
    color: #8A888F!important;
}
.swiper {
	display: block;
	height: 100vh;
	margin: auto;
	width: 100%;
}
.slide-left > img {
	scale: 1.2;
	width: 110%;
	height: 110%;
	object-fit: cover;
	transform: translateX(0);
	transition: transform 5s ease-in;
 }
.slide-left.swiper-slide-active > img {
	transform: translateX(-20px);
 }
.slide-left.swiper-slide-prev > img {
	transform: translateX(-20px);
}
.slide-left.swiper-slide-next > img {
    transform: translateX(0);
}
.collage {
	overflow: hidden;
	position: relative;
}
.collage-slide {
    width: 200%; /* ループのため2倍に */
    height: 200%;
    background-image: url('https://tna-design.net/santel2/wp-content/themes/santel/img/index/slide-03.jpg'); /* ←ここにコラージュ画像のURL */
    background-size: 50%;
	background-repeat: repeat;
    transform: rotate(-5deg);
    animation: slide-bg 50s linear infinite;
    position: absolute;
    top: -50%;
	z-index: 30;
}
.swiper-slide .cover {
	background-image: url('https://tna-design.net/santel2/wp-content/themes/santel/img/index/cover.png');
	background-size: cover;
	display: block;
	height: 100svh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100svw;
	z-index: 50;
}
.collage-slide > img {
    visibility: hidden;
}
.swiper-slide .text {
	background: linear-gradient(45deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-flow: column;
	gap: 20px;
	height: 100svh;
	justify-content: flex-end;
	left: 0;
	padding: 0 0 100px 100px;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 100;
}
.swiper-slide .text img {
	height: auto;
	max-width: 150px;
}
.swiper-slide .text p {
	display: flex;
	flex-flow: column;
	font-size: 18px;
	font-weight: 500;
	gap: 30px;
	line-height: 2em;
}
.swiper-slide .text p span {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5em;
}
@keyframes slide-bg {
0% {
    transform: rotate(-5deg) translateX(0);
}
100% {
    transform: rotate(-5deg) translateX(-50%);
}
}
@media all and (max-width: 896px) {
	.slide-left > img {
		object-fit: cover;
	}
	.collage-slide {
		background-size: auto;
	}
	.swiper-slide .text {
		padding: 30px;
	}
	.swiper-slide .text img {
		height: auto;
		max-width: 120px;
	}
	.swiper-slide .text p {
		font-size: 16px;
		gap: 20px;
	}
	.swiper-slide .text p span {
		font-size: 30px;
	}
}








@media all and (max-width: 896px) {
	.mainImg {
		height: 834px;
  max-height: 667px;
	}
 .mainImg .fooUl{
  top: 62%;
 }
	.mainImg .fooUl li {
		align-items: flex-end;
		background-position: center;
		background-size: 100% auto;
	}
	.mainImg .fooUl li .textImg {
		padding: 0 55px 80px;
		box-sizing: border-box;
	}
	.mainImg .fooUl li .sub {
		display: block;
	}
	.mainImg .fooUl li .sub .img {
		margin: 0 auto 20px;
		width: 80px;
	}
	.mainImg .fooUl li .sub .textBox p {
		font-size: 1.6rem;
		text-align: center;
	}
 .mainImg .fv-area{
  display: block;
  max-width: 100%;
  top: 3%;
 }
 .mainImg .fv-area .fv-text{
  width: 80%;
  margin: 0 auto;
 }
 .mainImg .fv-area .fv-text p:first-child{
  font-size: 2.9rem;
  line-height: 1.9;
  margin: 0 0 4%;
 }
 .mainImg .fv-area .fv-logo{
  width: 65%;
  margin: 5% 8% 0 auto;
 }
 .mainImg .fv-area .fv-logo img{
  max-width: 100%;
 }
	.newsSec {
		padding: 88px 30px 82px;
		display: block;
	}
	.newsSec .lBox {
		display: block;
	}
	.newsSec .lBox .sub {
		width: auto;
		padding: 0;
	}
	.newsSec .rBox {
		margin-right: -20px;
		width: auto;
	}
	.sec01 {
		padding: 68px 0 80px;
	}
	.sec01 .headLine01 {
		margin-left: 0;
		margin-bottom: 100px;
	}
	.sec01 .imgBox{
		display: block;
	}
	.sec01 .imgBox .photoBox {
		width: auto;
		margin: 0 40px 25px -10px;
	}
	.sec01 .imgBox .textBox {
		padding: 0 10px 0 40px;
	}
	.sec01 .comLink02 {
		margin: 0;
	}
	.sec01 .imgInner::after {
		left: 10px;
		bottom: -50px;
		top: -50px;
	}
	.sec01 .inner01 {
		padding-bottom: 78px;
	}
	.sec01 .inner02 {
		display: block;
		padding: 0 30px;
	}
	.sec01 .inner02 .photoBox {
		width: auto;
		margin: 0 -30px 13px 10px;
	}
	.sec01 .inner02 .textBox {
		display: block;
		padding-left: 10px;
	}
	.sec01 .inner02 .textBox .sub {
		width: auto;
	}
	.sec01 .inner02 .headLine01 {
		margin-bottom: 50px;
	}
	.sec01 .inner02 .textBox p {
		margin-bottom: 15px;
	}
	.sec02 {
		padding: 78px 0 180px;
		min-height: inherit;
/*		background-image: url(../img/index/sp_bg.jpg);*/
	}
	.sec02 .sub {
		width: auto;
	}
	.sec02 p {
		letter-spacing: 0.02em;
	}
	.sec02 .headLine01 {
		margin-bottom: 43px;
	}
	.sec02 .comLink02 {
		margin: 0;
	}
/*
	.mainImg .fooUl .li01 {
		background-image: url("../img/index/top-sp-img01.jpg");
	}
*/
/*
	.mainImg .fooUl .li02 {
		background-image: url("../img/index/top-sp-img02.jpg");
	}
*/
/*
	.mainImg .fooUl .li03 {
		background-image: url("../img/index/top-sp-img03.jpg");
	}
*/
	.sp-txt-box {
		width: 100%;
		text-align: center;
		padding-bottom: 30px;
		background-color: #fff;
	}
	.sp-txt-box img {
		width: 225px;
	}
    .mainImg .fooUl .li05 video{
        width: 100%;
        height: auto;
    }

}
@media all and (max-width: 500px) {
    .mainImg .fooUl .li05 video{
        width: 100%;
        height: auto;
        max-width: 414px;
    }
}
@media all and (max-width: 375px) {
    .mainImg .fooUl .li05 video{
        width: 100%;
        height: auto;
        max-width: 320px;
}

@media all and (min-width: 897px) and (max-width: 1250px) {
	.newsSec .rBox {
		width: calc(50% + 15%);
	}
	.sec01 .imgBox .photoBox {
		width: 61%;
	}
	.sec01 .inner02 .photoBox {
		width: 60%;
	}
}


@media all and (max-width: 374px) {
	.mainImg .fooUl li .sub .textBox p {
		font-size: 1.4rem;
	}
}

@media screen and (orientation: landscape) and (max-height: 500px) {
	.mainImg {
		height: 750px !important;
	}
}

 
@media all and (min-width: 896px) and (max-width: 1150px) {
  .mainImg .fv-area{
   justify-content: flex-end;
   gap: 10px;
   padding: 0 60px;
  }
  .mainImg .fv-area .fv-text p:first-child{
   font-size: 2.5rem;
   margin: 0 0 10px;
  }
  .mainImg .fv-area .fv-logo{
   width: 61%;
   margin: 0 0 0 auto;
   display: block;
  }
 }


	