@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media only screen and (max-width: 768px) {
/* -------------------------------- 

common

-------------------------------- */
.mainvisual{
	position: relative;
}
section[class^=area]{
	margin: 25vw auto 0;
}
h2{
	font-size: 7vw;
	line-height: 1.5;
}
.more-btn{
	margin: 10vw auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 10vw 2.5vw 5vw;
	border: 1vw solid #1d508d;
	color: #1d508d;
	font-weight: bold;
	font-size: 4.6vw;
}
.more-btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4vw;
	width: 3.2vw;
	height: 4vw;
	margin: -2vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	width: 92vw;
	margin: 10vw auto 0;
}
.area-lead .sub-txt,
.area-lead .img{
	margin: 5vw auto 0;
}
.area-lead .block{
	position: relative;
	margin: 12vw 0 0;
	padding: 6vw 8vw;
	background: #e1e1e1;
}
.area-lead .block::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -9vw;
	left: 50%;
	transform: rotate(90deg);
	width: 3.2vw;
	height: 5vw;
	margin-left: -2.5vw;;
	background: url(https://www.free-spirits.co.jp/img/common_arrow-type01.png) no-repeat;
	background-size: cover;
}
.area-lead .block:last-of-type::after{
	display: none;
}
.area-lead h3{
	font-size: 4.6vw;
}
.area-lead .block .sub-txt{
	margin: 3vw 0 0;
}


/* -------------------------------- 
.area-outbound
-------------------------------- */
.area-outbound{
	width: 92vw;
}
.area-outbound .txt{
	margin: 5vw 0 0;
	line-height: 1.5;
}
.area-outbound .btn{
	margin: 4vw 0 0;
	text-align: right;
}
.area-outbound .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;
}
.area-outbound .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3.2vw;
	margin: -1.6vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}
}


@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
section[class^=area]{
	position: relative;
	margin: 150px auto 0;
}
section[class^=area] h2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	font-size: 3.6rem;
}
section[class^=area] h2 br{
	display: none;
}
.more-btn{
	margin: 60px auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 25px 85px 23px 45px;
	border: 6px solid #1d508d;
	color: #1d508d;
	font-weight: bold;
	font-size: 2.4rem;
}
.more-btn a:hover{
	border: 6px solid #f3ed33;
	transition: .6s;
}
.more-btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 45px;
	width: 21px;
	height: 30px;
	margin: -15px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	width: 1050px;
	margin: 50px auto 0;
}
.area-lead .sub-txt,
.area-lead .img{
	margin: 25px auto 0;
}
.area-lead .block{
	position: relative;
	width: 980px;
	margin: 60px auto 0;
	padding: 50px 80px;
	background: #e1e1e1;
	box-sizing: border-box;
}
.area-lead .block::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -52px;
	left: 50%;
	transform: rotate(90deg);
	width: 25px;
	height: 38px;
	margin-left: -19px;
	background: url(https://www.free-spirits.co.jp/img/common_arrow-type01.png) no-repeat;
	background-size: contain;
}
.area-lead .block:last-of-type::after{
	display: none;
}
.area-lead h3{
	width: 100%;
	font-size: 2.4rem;
}
.area-lead .block .sub-txt{
	margin: 20px 0 0;
}


/* -------------------------------- 
.area-outbound
-------------------------------- */
.area-outbound{
	width: 1050px;
}
.area-outbound .txt{
	margin: 25px 0 0;
	line-height: 1.75;
}
.area-outbound .btn{
	margin: 30px 0 0;
	text-align: right;
}
.area-outbound .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-outbound .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-outbound .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}
}
