@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */


.lead__inner {
	display: flex;
	width: 95%;
	align-items: center;
	margin: 0 auto;
}
.lead__tit {
	width: 53%;
	font-size: clamp(2rem,3.5vw,3rem);
}
.lead__img {
	flex: 1;
}
.lead__img img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.business .tit-cmn01 {
  font-size: clamp(1.6rem,2.3755vw,2.5rem);
	margin-bottom: 30px;
}
.business .tit-cmn02 {
	margin-bottom: 20px;
}
.business-tit {
  font-size: clamp(2.5rem,5.375vw,4.5rem);
}
.business-tit span {
	display: block;
  font-size: 40%;
	margin-top: 5px;
}
.business__img {
	width: 80%;
	border-radius: 0 20px 20px 0;
	margin-bottom: 80px;
}
.business__img img {
	border-radius: 0 20px 20px 0;
}

.flow-list__item {
	width: 500px;
	font-family: var(--font01);
	font-weight: 700;
	text-align: center;
	margin: 0 auto 7px auto;
}
.flow-list__item span {
	display: block;
	background-color: #fff;
	padding: 20px;
}
.arrow01 {
	background: url("../images/cmn-images/arrow01.png") 50% 100% no-repeat;
	background-size: 40px;
	padding-bottom: 47px;
}
.arrow02 {
	background: url("../images/cmn-images/arrow02.png") 50% 100% no-repeat;
	background-size: 40px;
	padding-bottom: 47px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

.lead {
  margin-bottom: 0!important;
}
.business {
  padding-top: 93px;
}
.flow {
  margin-bottom: 0;
}
}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.lead__inner {
	display: block;
	width: 100%;
}
.lead__tit {
	width: 100%;
}
.lead__img {
	width: 100%;
}
.lead__img img {
	width: 40%;
}

.business .tit-cmn01 {
	margin-bottom: 20px;
}
.business .tit-cmn02 {
	margin-bottom: 10px;
}
.business-tit span {
	margin-top: 0px;
}

.business__img {
	width: 90%;
	margin-bottom: 40px;
}
.flow-list__item {
	width: 90%;
}
.flow-list__item span {
	padding: 17px;
}
.arrow01 {
	background-size: 25px;
	padding-bottom: 30px;
}
.arrow02 {
	background-size: 25px;
	padding-bottom: 30px;
}


}
