@charset "utf-8";

#main-fv {
    position: relative;
    padding-left: 8%;
}
.main-fv-img {
	border-radius: 20px 0 0 20px;
}
.main-fv-copy {
	position: absolute;
	left: 12%;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}

#main-fv .open-card {
    border-radius: 10px 0 0 10px;
    position: absolute;
    right: 0;
	bottom: 20px;
	z-index: 1;
}
#main-fv .open-card .access-contact {
    padding-top: 5px;
    margin-top: 10px;
    border-top: dotted 1px #ccc;
}


@media (max-width: 815px) {

	#main-fv {
		background: url("../img/home/fv5.jpg") no-repeat center;
		background-size: cover;
		height: calc(100vh - 100px);
		position: relative;
		padding-left: 0;
	}
	.main-fv-copy {
		width: 80%;
		max-width: 250px;
		left: 50%;
		top: 100px;
		transform: translateX(-50%);
	}

}


/*-------------------
about
--------------------*/
#about {
    background: url("../img/home/about_bg.png") no-repeat center bottom;
    background-size: 1025px;
}
.about-in {
    display: flex;
    justify-content: space-between;
}
.about-in .info {
	width: 45%;
}
.about-text {
    font-size: 17px;
    line-height: 2.3;
}
.about-in .img {
	width: 50%;
}
.about-in .img .img01 {
    margin-left: 15%;
    margin-bottom: 70px;
}



@media (max-width: 815px) {

	#about {
		background-position: right top;
		background-size: 200%;
	}
	.about-in {
		display: block;
	}
	.about-in .info {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-text {
		font-size: 15px;
	}
	.about-in .img {
		width: calc(100% + 40px);
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-left: -20px;
	}
	.about-in .img img {
		width: 48% !important;
		height: 220px;
		object-fit: cover;
		overflow: hidden;
	}
	.about-in .img .img01 {
		margin-left: auto;
		margin-bottom: 0;
		border-radius: 10px 0 0 10px;
	}
	.about-in .img .img02 {
		border-radius: 0 10px 10px 0;

	}

	.top-text {
		padding: 0 20px;
	}
}



/*-------------------
profile
--------------------*/
#pfofile {
	background: url("../img/home/profile_bg.jpg") no-repeat center;
	background-size: cover;
}
.profile-main {
    display: flex;
    justify-content: space-between;
	background: url("../img/home/profile_main_bg.png") no-repeat top left;
	background-size: 977px;
	margin-bottom: 80px;
}
.profile-main .img {
    width: 38%;
}
.profile-main .info {
    width: 55%;
}
.profile-main .info h2 {
    font-size: 20px;
}
.profile-main .info h3 {
    font-size: 24px;
	margin-top: 10px;
}
.profile-main .info h3 span {
    font-size: 20px;
    margin-right: 10px;
}
.profile-main .info h4 {
    font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
}
.profile-main .info p {
    font-size: 17px;
	line-height: 2.3;
	margin-top: 50px;
}

.profile-sub {
    display: flex;
    justify-content: space-between;
    padding: 35px;
    background: #f7f4ee;
    border-radius: 15px;
}
.profile-sub .box01 {
	width: 38%;
}
.profile-sub .box02 {
	width: 55%;
}
.profile-sub h3 {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px;
}
.profile-sub p {
	font-size: 15px;
	line-height: 1.6;
}
.profile-sub__list {
}
.profile-sub__list >li {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.profile-media {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 10px;
}
.profile-media .img {
    width: 40%;
}
.profile-media .info {
    width: 55%;
    line-height: 2.3;
}
.profile-media .info h3 {
    color: #fff;
    background: var(--main-color);
    padding: 10px 15px;
    margin-bottom: 20px;
    line-height: 1;
}
.profile-media .info p a {
    font-weight: 500;
    color: var(--main-color);
    border-bottom: solid 1px;
}

@media (max-width: 815px) {

	.profile-main {
		display: block;
		background-size: contain;
		margin-bottom: 40px;
	}
	.profile-main .img img {
		width: 240px;
	}
	.profile-main .img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.profile-main .info {
		width: 100%;
	}
	.profile-main .info h2 {
		font-size: 16px;
		text-align: center;
	}
	.profile-main .info h3 {
		font-size: 20px;
		text-align: center;
	}
	.profile-main .info h3 span {
		font-size: 16px;
	}
	.profile-main .info h4 {
		font-size: 12px;
		text-align: center;
	}
	.profile-main .info p {
		font-size: 15px;
		line-height: 2;
		margin-top: 40px;
	}
	.profile-sub {
		display: block;
		padding: 30px 20px;
	}
	.profile-sub .box01{
		width: 100%;
		margin-bottom: 20px;
	}
	.profile-sub .box02 {
		width: 100%;
	}
	.profile-sub h3 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.profile-sub p {
		font-size: 12px;
	}
	.profile-sub__list >li {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.profile-media {
		display: block;
		margin-bottom: 30px;
	}
	.profile-media .img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.profile-media .info {
		width: 100%;
	}


}




/*-------------------
service
--------------------*/
.service__list {
    display: flex;
	flex-wrap: wrap;
}
.service__list >li {
	width: 48%;
	margin: 0 0 50px 4%;
}
.service__list >li:nth-child(2n+1) {
	margin-left: 0;
}
.service__list >li .img {
	text-align: center;
	margin-bottom: 30px;
}
.service__list >li .info h3 {
    font-size: 22px;
}
.service__list >li .info h4 {
    font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
}
.service__list >li .info h4 span {
	font-size: 80%;
}
.service__list >li .info p {
    font-size: 17px;
	line-height: 2;
	margin-top: 20px;
}
.service__list >li .info .btn {
    width: 250px;
	margin-top: 30px;
}
.service__list >li .info .btn a {
	display: block;
	color: var(--main-color);
	font-size: 20px;
	padding: 10px;
	text-align: center;
	border: solid 1px;
	border-radius: 1000px;
	background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service__list >li .info .btn a:hover {
	color: #fff;
	background: var(--main-color);
}

@media (max-width: 815px) {

	.service__list {
		display: block;
	}
	.service__list >li {
		width: 100%;
		margin: 0 0 50px;
	}
	.service__list >li .info h3 {
		font-size: 18px;
	}
	.service__list >li .info h4 {
		font-size: 16px;
	}
	.service__list >li .info p {
		font-size: 14px;
	}
	.service__list >li .info .btn {
		margin: 20px auto 0;
	}
	.service__list >li .info .btn a {
		font-size: 16px;
	}

}

/*-------------------
reason
--------------------*/
#reason {
	background: url("../img/home/reason_bg.jpg") no-repeat center;
	background-size: cover;
}
#reason h2 {
	font-size: 25px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 70px;
}
#reason h2 span {
	color: var(--main-color);
}
.reason__list >li {
	font-size: 21px;
	line-height: 2;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 20px;
}
.reason__list >li:last-child {
	margin-bototm: 0;
}
.reason__list >li b {
	color: var(--main-color);
}

@media (max-width: 815px) {

	#reason h2 {
		font-size: 20px;
		margin-bottom: 50px;
	}
	.reason__list >li {
		font-size: 16px;
		text-align: left;
		padding: 10px;
		margin-bottom: 10px;
	}
}



/*-------------------
flow
--------------------*/
#flow .cmn-title {
	margin-bottom: 30px;
}
.flow__list {
    display: flex;
    justify-content: space-between;
}
.flow__list >li {
    width: calc(20% - 40px);
    text-align: center;
}
.flow__list >li .icon {
    height: 0;
    padding-top: 100%;
    background: #e9f2f6;
    border-radius: 10000px;
    position: relative;
}
.flow__list >li .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.flow__list >li:not(:last-child) .icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--main-color);
    border-width: 16px 0px 16px 16px;
    position: absolute;
    top: calc(50% - 16px);
	right: -32px;
}
.flow__list >li p {
    font-size: 16px;
	margin-top: 15px;
}
.flow__list >li p .font-s {
	font-size: 12px;
}

@media (max-width: 815px) {

	.flow__list {
		display: block;
	}
	.flow__list >li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-bottom: 50px;
	}
	.flow__list >li .icon {
		width: 100px;
		padding-top: 100px;
	}
	.flow__list >li:not(:last-child) .icon:after {
		border-color: var(--main-color) transparent transparent transparent;
		border-width: 16px 16px 0 16px;
		top: auto;
		bottom: -30px;
		right: calc(50% - 16px);
	}
	.flow__list >li .icon img {
		width: 60px;
		height: auto;
	}
	.flow__list >li p {
		font-size: 14px;
		margin-top: 0;
		width: calc(100% - 120px);
		text-align: left;
	}

}


