@charset "utf-8";

/* ------------------------------
    index
------------------------------ */

/* sec_mv */

#sec_mv {
	height: 680px;
	overflow: hidden;
}
#sec_mv .video video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -999;
	background: #eee;
}
#sec_mv .video::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(50,60,70,.3);
}
#sec_mv .ttl {
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}
#sec_mv .ttl .roboto {
	font-size: 5.2rem;
	text-transform: uppercase;
	letter-spacing: .15em;
}

@media screen and (max-width : 768px) {

	#sec_mv {
		height: 88vh;
	}
	#sec_mv .ttl {
		font-size: 1.6em;
	}
	#sec_mv .ttl .roboto {
		display: inline-block;
		font-size: 2.2em;
		margin-bottom: .3em;
	}

}

/* sec_link */

#sec_link {
	padding: 70px 0 90px;
}
#sec_link .flex {
	flex-wrap: wrap;
}
#sec_link .btn {
	width: 30%;
	margin: 20px 0;
}
#sec_link .btn.big {
	width: 48%;
}
#sec_link .btn a{
	width: 100%;
	height: 140px;
	position: relative;
	z-index: 100;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 2em;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
	border: 2px solid #0052A4;
	color: #0052A4;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#sec_link .btn.big a {
	font-size: 2.4rem;
}
#sec_link .btn a:hover, #sec_link .btn a:focus{
	color: #fff;
	opacity: 1;
}
#sec_link .btn a::before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0052A4;
	transition: transform 0.3s ease-in-out;
	transform: scale(0);
}
#sec_link .btn a:hover::before, #sec_link .btn a:focus::before {
	transform: none;
}
#sec_link .btn a::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%)rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #0052A4;
	border-right: 2px solid #0052A4;
	transition: border 0.3s ease-in-out, right 0.3s ease-in-out;
}
#sec_link .btn a:hover::after, #sec_link .btn a:focus::after {
	border-color: #fff;
	right: 20px;
}

@media screen and (max-width : 768px) {

	#sec_link {
		padding: 8vw 0 10vw;
	}
	#sec_link .btn {
		width: 100%;
		margin: 3vw 0;
	}
	#sec_link .btn.big {
		width: 100%;
	}
	#sec_link .btn a{
		height: 15vw;
		padding: 0 2em;
		font-size: 5vw;
	}
	#sec_link .btn.big a {
		height: 20vw;
		font-size: 5vw;
	}
	#sec_link .btn a::after {
		right: 5vw;
		width: 2vw;
		height: 2vw;
	}
	#sec_link .btn a:hover::after, #sec_link .btn a:focus::after {
		right: 3vw;
	}

}

/* sec_information */

#sec_information {
	padding-bottom: 80px;
}
#sec_information .ttl {
	color: #0052A4;
	font-size: 4.0rem;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding-bottom: .3em;
	margin-bottom: 1em;
}
#sec_information .ttl::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #0052A4;
	transform: translateX(-50%);
}
/* #sec_information .slider {
	width: 900px;
	margin: 0 auto 80px;
}
#sec_information .slider .slick-arrow {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-indent: -1000px;
}
#sec_information .slider .slick-arrow::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #323C46;
	border-right: 2px solid #323C46;
}
#sec_information .slider .slick-prev {
	right: 110px;
}
#sec_information .slider .slick-prev::before {
	transform: translate(-50%,-50%)scale(-1,1)rotate(45deg);
}
#sec_information .slider .pagenation {
	font-size: 1.6rem;
	padding-right: 25px;
	margin-top: 20px;
	text-align: right;
}
#sec_information .slider .pagenation span {
	margin: 0 .5em;
	font-weight: bold;
}
#sec_information .slider .pagenation .total-slide {
	color: #D8D8D9;
} */

#sec_sns {
	padding-bottom: 20px;
}

.sns {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sns li {
	margin-right: 12px;
    margin-bottom: 0px;
    width: 60px;
}

.sns li:last-child {
    margin-right: 0!important;
}

#sec_information .flex{
	flex-wrap: wrap;
}

#sec_information .flex li{
	width: 30%;
	margin: 30px 0;
}

#sec_information .flex li a{
	display: block;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 5px 20px rgb(94 135 178 / 30%);
	height:325px;
}

#sec_information .flex li a .info_text{
	padding: 0px 20px 20px 20px;
}

#sec_information .flex li a:hover{
	box-shadow: 0 2px 5px rgb(94 135 178 / 30%);
}

#sec_information .flex li h4{
/*	margin-top: 20px;
	margin-bottom:20px;*/
	margin-top: 15px;
	margin-bottom:10px;
	color: #0052A4;
	font-size: 1.6rem;
	line-height:1.5;
	font-weight: bold;
}

#sec_information .flex li h4 span.area {
	border:1px solid #0052a4;
	padding:0.1rem;
	font-size:80%;
}

#sec_information .flex li p{
	font-size:0.8;
	line-height:1.4;
}

#sec_information .flex li h4{
	position: relative;
}

/* #sec_information .flex li a .info_img{
	overflow:hidden;
}

#sec_information .flex li a .info_img img{
 transition:.3s all;
}
#sec_information .flex li a .info_img img:hover{
  transform:scale(1.2,1.2);
  transition:.3s all;
} */


@media screen and (max-width : 768px) {

	#sec_information {
		padding-bottom: 15vw;
	}
	#sec_information .ttl {
		font-size: 7vw;
	}
	#sec_information .ttl::before {
		width: 8vw;
	}
	#sec_information .slider {
		width: 100%;
		margin-bottom: 10vw;
	}
	#sec_information .slider .slick-prev {
		right: 100px;
	}
	.sns li {
		margin: 0 3vw;
		width: 10vw;
	}

	#sec_information .flex li{
		width: 100%;
	}
	#sec_information .flex li a{
	height:auto;
	}
	#sec_information .flex li h4{
	font-size: 3.5vw;
	}
}



/* sec_tour */


#sec_tour {
	padding-bottom: 80px;
}
#sec_tour .ttl {
	color: #0052A4;
	font-size: 4.0rem;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding-bottom: .3em;
	margin-bottom: 1em;
}
#sec_tour .ttl::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #0052A4;
	transform: translateX(-50%);
}



@media screen and (max-width : 768px) {

	#sec_tour {
		padding-bottom: 15vw;
	}
	#sec_sns {
		padding-bottom: 6vw;
	}
	#sec_tour .ttl {
		font-size: 7vw;
	}
	#sec_tour .ttl::before {
		width: 8vw;
	}
}

/* SNS固定アイコン */
.side-sns-icons {
    position: fixed;
    right: 20px;
    top: 8%;
    transform: translateY(-20%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.side-sns-icons.is-show {
    opacity: 1;
    visibility: visible;
}

/* アイコンのデザイン */
.icon-sns {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 81, 164, 0.2);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.icon-sns:hover {
    transform: scale(1.1);
}

.icon-sns img {
    width: 50px;
    height: auto;
}

@media screen and (max-width : 768px) {
    .side-sns-icons {
        display: flex; /* none から flex に戻す */
        right: 10px;   /* 画面端に少し寄せる */
        top: 8%;      /* PCより少し高めに配置して指の邪魔にならないようにする */
    }

    .icon-sns {
        width: 45px;   /* PC(60px)より一回り小さくする */
        height: 45px;
        box-shadow: 0 3px 10px rgba(0, 81, 164, 0.2);
    }

    .icon-sns img {
        width: 30px;   /* 中のアイコンも合わせて調整 */
    }
}