@charset "utf-8";

/* -----------------------------------------------------------
    intro-area
-------------------------------------------------------------- */

.intro-area{
	margin: 60px auto 70px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;    
	padding: 30px 20px;
	border-radius: 5px;
	border: 1px var(--green) solid;
}


@media screen and (max-width: 768px) {
	
	.intro-area{
		margin: 30px auto;
		font-size: 1.6rem;   
		padding: 20px;
		text-align: left;
	}

}

/* -----------------------------------------------------------
    period-area
-------------------------------------------------------------- */

.period-area{
}

.period-area .flex-box{
	display: flex;
    justify-content: space-between;
	gap: 50px;
}

.period-area .flex-box .img {
	margin: 30px 0 0;
}

.period-area .flex-box .img img {
    width: 500px;
    object-fit: cover;
    border-radius: 5px; 
}

.period-area .flex-box .title {
	font-weight: bold;
	font-size: 2.4rem;
	padding: 20px 0 0 20px;
	position: relative;
}
.period-area .flex-box .title::before {    
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
	content: "\f00c";
	font-size: 2.4rem;
    position: relative;
    left: -11px;
	color: var(--green);
}

.period-area .flex-box .basic-txt a{
	font-weight: bold;
	color: var(--black01);
}

.period-area .flex-box .basic-txt a:hover{
	color: var(--green);
}

.period-area .flex-box .point{
	margin: 20px 0 0;
	background: var(--beigegreen);
	padding: 30px 30px;
	border-radius: 5px;
}
.period-area .flex-box .point .title{
	color: var(--green);
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: var(--green) solid 1px;
    line-height: 1.5;
    padding: 0 0 5px;
    margin: 0 0 15px;
}

.period-area .flex-box .point .title::before { 
	display: none;
}
@media screen and (max-width: 768px) {
	
	
	.period-area .flex-box{
		display: block;
	}

	.period-area .flex-box .img {
		margin: 20px 0 0;
	}

	.period-area .flex-box .img img {
		width: 100%;
		height: 240px;
		object-fit: cover;
	}

	.period-area .flex-box .title {
		font-size: 2.2rem;
		padding: 20px 0 10px;
	}

	.period-area .flex-box .point{
		padding: 20px 20px;
	}
	.period-area .flex-box .point .title{
		color: var(--green);
		font-size: 1.8rem;
		font-weight: 500;
		border-bottom: var(--green) solid 1px;
		line-height: 1.5;
		padding: 0 0 5px;
		margin: 0 0 15px;
	}

	.period-area .flex-box .title::before { 
		font-size: 1.6rem;
		left: -3px;
	}

}

/* -----------------------------------------------------------
    flow-area
-------------------------------------------------------------- */
.flow-area{
	max-width: 1400px;
    background: var(--beige01);
    margin: 80px auto 80px;
    padding: 60px 0 60px;
    border-radius: 30px;
}

/* list */
.flow-area .flow-list{
	position: relative;
}
.flow-area .flow-list::before{
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 300px);
	background: var(--green);
    top: 200px;
	left: 70px;
	margin: 60px 0 0;
}
.flow-area .flow-list .list-item {
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 60px 60px 60px 40px;
	margin: 0 0 50px;
	border: #FAFAFA solid 1px;
}

.flow-area .flow-list .txt-box {
	display: flex;
	align-items: center;
    position: relative;
}
.flow-area .flow-list .txt-box.st {
	align-items: flex-start;
}

.flow-area .flow-list .num {
	position: absolute;
	top: -30px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	background: var(--green);
	color: #fff;
	font-family: var(--poppins);
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.flow-area .flow-list .num p{
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
}
.flow-area .flow-list .num span {
	display: block;
	font-family: var(--poppins);
	font-size: 2.6rem;
	line-height: 1;
}

.flow-area .flow-list .photo {
	width: 350px;
	margin: 0 0 0 100px;
}
.flow-area .flow-list .photo img {
	border-radius: 5px;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.flow-area .flow-list .txt-area {
	width: 600px;
	margin: 0 0 0 auto;
}
.flow-area .flow-list .txt-area .section-title {
	font-size: 2.8rem;
	font-weight: bold;
}
.flow-area .flow-list .txt-area .basic-txt {
	margin: 15px 0 0;
	line-height: 1.8;
}
.flow-area .flow-list .txt-area .basic-txt .s {
	font-size: 1.4rem;
	display: block;
	line-height: 1.6;
}
.flow-area .flow-list .txt-area a {
	font-weight: bold;
	padding: 0 3px;
}
.flow-area .flow-list .txt-area a:hover{
	color: var(--green);
}


/*フロー：コンタクト部*/
.flow-area .flow-list .foot-contact-area {
	margin: 20px 0 0;
	width: 100%;
}

.flow-area .flow-list .foot-contact-area .btn-area{
    display: flex;
    justify-content: space-between;
}

.flow-area .flow-list .foot-contact-area li.contact {
    margin: 0 30px 0 0;
}

.flow-area .flow-list .foot-contact-area li.line a {
    background: #06c755;
}

.flow-area .flow-list .foot-contact-area li.line::after {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background: url(../img/icon-line.png) no-repeat center center / contain;
    position: absolute;
    transform: translateY(-50%);
	width: 30px;
    height: 30px;;
    top: 63%;
    left: 63px;
}

.flow-area .flow-list .foot-contact-area .cv-btn.line a::after{
  background: #03AB48;
}

.flow-area .flow-list .foot-contact-area .btn-area .txt-area {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.4;
    width: calc(100% - 60px);
	margin: 0 auto;
    position: relative;
    z-index: 1;
}

.flow-area .flow-list .foot-contact-area .btn-area .txt-area span {
    font-size: 1.4rem;
    display: block;
}

.flow-area .flow-list .foot-contact-area .cv-btn {
    width: calc((100% - 30px) / 2);
    height: 80px;
	border-radius: 5px;
    align-content: center;
    padding: 0;
  	position: relative;
}

.flow-area .flow-list .foot-contact-area .cv-btn a{
    font-size: 1.8rem;
    font-weight: bold;
	letter-spacing: .05em;
    line-height: 70px;
    display: block;
    color: #fff;
    text-align: center;
    background-color: var(--cv-color);
    background-position: 100%;
	border-radius: 5px;
	padding: 15px 20px;
    transition: background 1s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
	overflow: hidden;
	box-shadow: 0px 5px 20px rgb(0 0 0 / 16%);
}

.flow-area .flow-list .foot-contact-area .cv-btn a::after {
  position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all 0.3s ease;
  background-color: #eb5858;    
}

.flow-area .flow-list .foot-contact-area .cv-btn a:hover::after {
	left: 0;
    width: 100%;

}

/*サブフロー*/
.flow-area .flow-list .point-box {
	margin: 20px 0 0;
	padding: 20px;
	/*border: solid 1px var(--green);*/
	border-radius: 5px;
	background: var(--beigegreen);
}
.flow-area .flow-list .point-box .title{
	color: var(--green);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 5px;
    margin: 0 0 15px;
}
.flow-area .flow-list .txt-area .point-box .basic-txt {
	margin: 0px 0 0;
}



@media screen and (max-width: 768px) {
	
	.flow-area{
		padding: 40px 20px 10px;
		margin: 50px auto;
		border-radius: 30px 30px 0px 0px;
	}
	
	.flow-area .sec-ttl{
		margin: 0 0 40px;
	}

	.flow-area .title-area{
		padding: 0 0 50px;
	}
	.flow-area .title-area .section-catch{
		margin: 0 0 15px;
	}

	/* list */
	.flow-area .flow-list{
	}
	.flow-area .flow-list::before{
		display: none;
	}
	.flow-area .flow-list .list-item {
		padding: 30px 20px;
		margin: 0 0 40px;
	}

	.flow-area .flow-list .txt-box {
		display: block;
	}

	.flow-area .flow-list .num {
		position: absolute;
		width: 50px;
		height: 50px;
		left: -35px;
		top: -50px;
		font-size: 1rem;
	}
	.flow-area .flow-list .num span {
		font-size: 2rem;
	}

	.flow-area .flow-list .photo {
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.flow-area .flow-list .photo img,
	.flow-area .flow-list .photo.full img{
		width: 150px;
		height: 150px;
		border-radius: 50%;
		min-height: inherit;
	}

	.flow-area .flow-list .txt-area {
		width: auto;
		margin: 0;
	}
	.flow-area .flow-list .txt-area .section-title {
		font-size: 2.2rem;
		text-align: center;
		line-height: 1.6;
	}
	.flow-area .flow-list .txt-area .basic-txt {
	}
	.flow-area .flow-list .txt-area .time {
		margin: 5px 0 10px;
		text-align: center;
	}
	
	.flow-area .next-link{
		text-align: center;
		padding: 0;
	}
	
	
	/*フロー：コンタクト部*/
	.flow-area .flow-list .tel-area{
		padding: 0;
		width: 100%;
		margin: 20px 0 20px;
		display: block;
		text-align: center;
	}
	.flow-area .flow-list .tel-area .tel{
		font-size: 3rem;
	}
	.flow-area .flow-list .tel-area .tel::before{
	}
	
	.flow-area .flow-list .foot-contact-area  {
		width: 100%;
		margin: 20px 0 0;
	}
	
	.flow-area .flow-list .foot-contact-area .btn-area{
		display: block;
	}
	
	.flow-area .flow-list .foot-contact-area .btn-area li {
		width: 100%;
		text-align: left;
		max-width: 300px;
		margin: 0 auto;
	}
	
	.flow-area .flow-list .foot-contact-area .btn-area li.line{
		margin: 15px auto 0;
	}
	.flow-area .flow-list .foot-contact-area .btn-area li a{
		padding: 15px 20px;
		display: flex;
	}
	.flow-area .flow-list .foot-contact-area .btn-area .txt-area {
		width: auto!important;
	}
	
	.flow-area .flow-list .point-box{
		padding: 20px 10px;
	}
	    
}