@charset "utf-8";
/*-------------------------------------*/
/*	メインビジュアル	*/
/*-------------------------------------*/
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.main_img{
	width: 100%;
	background-image: url("../images/bg_main.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	padding: 60px 20px 200px 20px;
}
.main_img h2{
	text-align: center;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
.main_img{
	width: 100%;
	background-image: url("../images/bg_main_sp.png");
	padding: 60px 20px 100px 20px;
}

}
@media screen and (max-width: 550px) {
.main_img{
	width: 100%;
	background-image: url("../images/bg_main_sp.png");
	padding: 60px 20px 60px 20px;
}
}
/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01{
	background-color:#45996c;
	color: #FFFFFF;
}
#sec01 .caption{
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
}
#sec01 .caption span{
	border-bottom: 2px solid #FFFFFF;
}
@media screen and (max-width: 991px) {
	#sec01 .caption{
	font-size: 2.4rem;
}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px) {
			#sec01 .caption{
	font-size: 1.8rem;
}
}
/*----------------------------------------
	sec01-cta
-----------------------------------------*/
#sec01_cta{
	position: relative;
	padding-top: 300px;
	padding-left: 20px;
	padding-right: 20px;
}
#sec01_cta::after{
	content: "";
	width: 100%;
	height: 150px;
	background-image: url("../images/bg_arrow_g.svg");
	background-position: center top;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}
.family{
	position: absolute;
	    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		max-width: 300px;
		z-index: 1;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#sec01_cta::after{
	height: 80px;
	background-image: url("../images/bg_arrow_g_sp.svg");
	left: 0;
	top: 0;
}
}
@media screen and (max-width: 550px) {
}
/*----------------------------------------
	sec02　来場特典
-----------------------------------------*/
#sec02{
	position: relative;
	background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 203, 0, 1) 100%);
	padding-top: 100px;
	z-index: 1;
}
#sec02::after{
	content: "";
	width: 100%;
	height: 150px;
	background-image: url("../images/bg_arrow_w.svg");
	background-position: center top;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#sec02 h2{
	margin-bottom: 40px;
}
.item_box{
	background-color: #FFFFFF;
	max-width: 900px;
	margin: 0 auto 40px auto;
	border-radius: 20px;
	padding: 40px;
}
.item_box h3{
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	font-size: 3.6rem;
	line-height: 1.5;
}
.item_box h4{
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 2.7rem;
	line-height: 1.5;
	color: #3362A8;
	padding: 15px 0;
	border-bottom: 1px solid #000000;
}
.item_box .price{
font-weight: 700;
font-size: 3.2rem;
line-height: 1;
color: #d80c18;
margin-bottom: 10px;
}
.item_box .price .total{
	color: #000000;
	font-size: 1.8rem;
	font-weight: 700;
}
.item_box .price .loan{
	font-size: 1.8rem;
	font-weight: 700;
}
.item_box .caption{
	font-size: 1.2rem;

}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#sec02::after{
	width: 100%;
	height: 80px;
	background-image: url("../images/bg_arrow_w_sp.svg");
}
#sec02 h2{
	margin-bottom: 20px;
}
.item_box{
	background-color: #FFFFFF;
	max-width: 900px;
	margin: 0 auto 40px auto;
	border-radius: 20px;
	padding: 20px;
}
.item_box h3{
	margin-bottom: 10px;
	font-size: 2.4rem;
}
.item_box h4{
	font-size: 1.8rem;
	padding: 15px 0;
}
.item_box .price{
font-size: 2.4rem;
}
.item_box .price .total{
	font-size: 1.4rem;
}
.item_box .price .loan{
	font-size: 1.4rem;
}
.item_box .caption{
	font-size: 1.2rem;
}
}
@media screen and (max-width: 550px) {
}
/*----------------------------------------
	sec03　
-----------------------------------------*/
#sec03{
	position: relative;
	background:#C0E4F2;
	background-image: url(../images/bg_step.png);
	padding-top: 100px;
	z-index: 1;
}
#sec03::after{
	content: "";
	width: 100%;
	height: 150px;
	background-image: url("../images/bg_arrow_w.svg");
	background-position: center top;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#sec03 h2{
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#sec03::after{
	width: 100%;
	height: 80px;
	background-image: url("../images/bg_arrow_w_sp.svg");

}
#sec03 h2 img{
	max-width: 250px;
}
}
@media screen and (max-width: 550px) {
}
/*----------------------------------------
	sec04　
-----------------------------------------*/
#sec04{
	background-color: #FFF2B2;
	padding-bottom: 20px;
}
#sec04 h2{
	padding: 20px 20px;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	font-size: 4.2rem;
	color: #FFFFFF;
 background : linear-gradient(90deg, rgba(255, 153, 46, 1) 0%, rgba(248, 129, 56, 1) 21.71%, rgba(231, 68, 83, 1) 67.28%, rgba(218, 20, 103, 1) 100%);
 margin-bottom: 60px;
}
.flow_list{
	margin-bottom: 40px;
}
.flow_box{
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #E4007F;
	text-align: center;
	padding: 20px;
	position: relative;
}
.flow_box span{
	font-weight: 700;
	font-size: 3.0rem;
	color:#E4007F;
	position: absolute;
	left: 20px;
	top: 20px;
}
.flow_box p{
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.5;
}
.box{
	background-color: #FFFFFF;
	padding: 40px;
	border-radius: 20px;
	max-width: 700px;
	margin: 0 auto;
}
.box ul li{
	padding-left: 1em;
	position: relative;
}
.box ul li::before{
	content: "※";
	position: absolute;
	left: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#sec04 h2{
	font-size:2.4rem;
}
.box{
	background-color: #FFFFFF;
	padding: 20px;
}
.box ul li{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 550px) {
}

/*----------------------------------------
	company
-----------------------------------------*/
#company{
	position: relative;
	padding-top: 200px;
	z-index: 1;
}
#company::after{
	content: "";
	width: 100%;
	height: 150px;
	background-image: url("../images/bg_arrow_y.svg");
	background-position: center top;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.company_box{
	max-width: 500px;
	margin: 0 auto;
	width: 90%;
}
.company_box h2{
	margin-bottom: 20px;

}
.company_box h3{
	text-align: center;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
	font-size: 3.6rem;
	border-top: 1px solid #000000;
	color: #0366A2;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#company{
	padding-top: 100px;
}
#company::after{
	content: "";
	width: 100%;
	height: 80px;
	background-image: url("../images/bg_arrow_y_sp.svg");
	left: 0;
	top: 0;
	z-index: -1;
}
	.company_box h3{
	font-size: 2.4rem;
}
}
@media screen and (max-width: 550px) {
}
/*----------------------------------------
	共通
-----------------------------------------*/
.radius20{
	border-radius: 20px;
	overflow: hidden;
}
.radius5{
	border-radius: 15x;
	overflow: hidden;
}
.ttl{
	margin-bottom: 60px;
	text-align: center;
	font-family: "IBM Plex Sans JP", sans-serif;
	line-height: 1;
}
.ttl span{
	background-color: #FFF462;
	color: #004714;
border: 5px solid #004714;
font-weight: 700;
font-size: 3.8rem;
display: inline-block;
padding: 0.5em 1.5em 0.4em 1.5em;
border-radius: 50px;
vertical-align: middle;
}
.ttl02 {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.05em;
	font-weight: 700;
  position: relative;
	font-family: "IBM Plex Sans JP", sans-serif;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
/*3列→2列*/
.col-3-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3-2_list .col_box {
  width: calc(100% / 3 - 20px);
}
@media(max-width: 991px) {
		/*3列→2列*/
.col-3-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.col-3-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 10px);
}
.col-3-2_list .col_box {
  width: calc(100% / 2 - 10px);
}
}
@media(max-width: 768px) {
	.ttl{
		margin-bottom: 40px;
}
.ttl span{
font-size: 2.8rem;
}
.ttl02 {
  font-size: 2.4rem;
}
  .col_box {
    margin: 0 auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 400px;
  }
}
@media(max-width: 550px) {

}