@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;
  text-align: center;
}
.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: 30vw auto 0;
}
.area-lead .sub-txt{
	margin: 4vw auto 0;
}
.area-lead .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.area-lead .block{
  width: 48%;
  margin: 8vw 0 0;
}
.area-lead .img span,
.area-lead .qr{
  display: none;
}


/* -------------------------------- 
.area-function
-------------------------------- */
section[class=area-function]{
	width: 92vw;
}
.area-function .inner{
  margin: 35px auto 0;
}
.area-function .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.area-function .block:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.area-function .block + .block{
  margin: 20vw 0 0;
}
.area-function .in{
  width: 45%;
}
.area-function .img{
  width: 50%;
}
.area-function .in p:first-of-type{
  width: 30vw;
  height: 30vw;
  margin: 0 auto;
  padding: 6vw 0 0;
  background: #1D508D;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 50%;
}
.area-function .in p:first-of-type span{
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.area-function .in p:first-of-type span:first-of-type{
  font-size: 5vw;
}
.area-function .in p:first-of-type span:last-of-type{
  margin-top: 1.5vw;
  font-size: 13vw;
}
.area-function .in .ttl{
  margin: 6vw 0 0;
  color: #1D508D;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.area-function .in .txt{
  margin: 6vw 0 0;
  line-height: 1.75;
  text-align: center;
}


/* -------------------------------- 
.area-function
-------------------------------- */
section[class=area-article]{
	margin: 25vw auto 0;
  padding: 20vw 0;
  background: #F5F5F5;
}
.area-article h2{
  text-align: center;
}
.area-article .sub-txt{
  margin: 4vw auto 0;
  font-size: 4vw;
  text-align: center;
}
.area-article .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 92vw;
  margin: 8vw auto 0;
}
.area-article .img{
  width: 48%;
}



/* -------------------------------- 
.area-how
-------------------------------- */
section[class=area-how]{
	width: 92vw;
}
.area-how .sub-txt{
  margin: 4vw auto 0;
}
.area-how .sub-txt br{
  display: none;
}
.area-how .inner + .inner{
  margin: 20vw auto 0;
}
.area-how .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 15vw auto 0;
}
.area-how .in{
  width: 48%;
}
.area-how .in:nth-of-type(n+3){
  margin-top: 12vw;
}
.area-how .img{
  position: relative;
}
.area-how .txt{
  margin: 4vw 0 0;
  line-height: 1.5;
}

}


@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
section[class^=area]{
	position: relative;
	margin: 90px auto 0;
}
section[class^=area] h2{
	font-size: 3.6rem;
}
section[class^=area] h2 br{
	display: none;
}
.more-btn{
	margin: 100px auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 25px 110px 23px 55px;
	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: 23px;
	height: 35px;
	margin: -17.5px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	width: 1050px;
	margin: 100px auto 0;
}
.area-lead .sub-txt{
	margin: 20px auto 0;
}
.area-lead .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.area-lead .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
  width: 500px;
  margin: 80px auto 0;
}
.area-lead .img{
  width: 320px;
}
.area-lead .img span{
  display: block;
  margin: 0 0 14px;
  color: #333;
  font-size: 2.6rem;
}
.area-lead a:hover span{
  color: #333;
}
.area-lead .qr{
  width: 160px;
}


/* -------------------------------- 
.area-function
-------------------------------- */
section[class=area-function]{
	width: 1050px;
	margin: 100px auto 0;
}
.area-function .inner{
  width: 660px;
  margin: 35px auto 0;
}
.area-function .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.area-function .block:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.area-function .block + .block{
  margin: 100px 0 0;
}
.area-function .in{
  width: 270px;
}
.area-function .img{
  width: 337px;
}
.area-function .in p:first-of-type{
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 40px 0;
  background: #1D508D;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 50%;
}
.area-function .in p:first-of-type span{
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.area-function .in p:first-of-type span:first-of-type{
  font-size: 3rem;
}
.area-function .in p:first-of-type span:last-of-type{
  margin-top: 15px;
  font-size: 8.5rem;
}
.area-function .in .ttl{
  margin: 30px 0 0;
  color: #1D508D;
  font-size: 3rem;
  line-height: 1.25;
  text-align: center;
}
.area-function .in .txt{
  margin: 30px 0 0;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
}


/* -------------------------------- 
.area-function
-------------------------------- */
section[class=area-article]{
	margin: 100px auto 0;
  padding: 75px 0;
  background: #F5F5F5;
}
.area-article h2{
  text-align: center;
}
.area-article .sub-txt{
  margin: 20px auto 0;
  font-size: 2.4rem;;
  text-align: center;
}
.area-article .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 670px;
  margin: 30px auto 0;
}
.area-article .inner .img{
  width: 320px;
}


/* -------------------------------- 
.area-how
-------------------------------- */
section[class=area-how]{
	width: 1050px;
	margin: 100px auto 0;
}
.area-how .inner + .inner{
  margin: 200px auto 0;
}
.area-how .sub-txt{
  margin: 20px auto 0;
}
.area-how .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 25px auto 0;
}
.area-how .in{
  width: 298px;
  margin-right: 78px;
}
.area-how .in:nth-of-type(n+4){
  margin-top: 80px;
}
.area-how .in:nth-of-type(3n){
  margin-right: 0;
}
.area-how .img{
  position: relative;
}
.area-how .img::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin: -15px -54px 0 0;
  border-left: 30px solid #E8E8E8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.area-how .in:nth-of-type(3n) .img::before,
.area-how .in:last-of-type .img::before{
  display: none;
}
.area-how .txt{
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
}
