@charset "utf-8";


.title{
	
}
.title .en{
	font-size: 5rem;
	text-align: center;
}
.title .jp{
    padding: 10px 0 0;
	text-align: center;
}

@media screen and (max-width: 768px){
	.title .en{
		font-size: 3.6rem;
	}
	.title .jp{
		padding: 5px 0 0;
	}
}

/* -----------------------------
	service-area
-------------------------------- */
.service-area{
	margin: 0 0 0;
	background: #C7C1B8;
	padding: 80px 0 100px;
}

.service-area .basic-txt{
	text-align: center;
	padding: 20px 0 0;
}

.service-area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-area ul li{
	width: calc((100% / 3) - 10px);
	line-height: 1.8;
	background: #eee;
	margin: 20px 0 0;
	padding: 20px 20px 20px 120px;
	background: #E1DAD0;
	position: relative;
	font-weight: bold;
	display: flex;
	align-items: center;
} 
.service-area ul li::after{
	background-image: url("../img/corporation-icon01.png");
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    width: 110px;
    height: 110px;
    position: absolute;
    margin: 0 auto;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.service-area ul li:nth-child(2)::after{
	background-image: url("../img/corporation-icon02.png");
}
.service-area ul li:nth-child(3)::after{
	background-image: url("../img/about-icon01.png");
}
.service-area ul li:nth-child(4)::after{
	background-image: url("../img/corporation-icon04.png");
}
.service-area ul li:nth-child(5)::after{
	background-image: url("../img/corporation-icon05.png");
}
.service-area ul li:nth-child(6)::after{
	background-image: url("../img/corporation-icon06.png");
}

@media screen and (max-width: 768px){
	.service-area{
		padding: 50px 0 30px;
	}

	.service-area .basic-txt{
	}

	.service-area ul{
		display: block;
	}
	.service-area ul li{
		width: 100%;
		padding: 20px 20px 20px 90px;
		margin: 10px 0 0;
	} 
	.service-area ul li::after{
		width: 100px;
		height: 100px;
	}

}

/* -----------------------------------------------------------
    flow-area
-------------------------------------------------------------- */
.flow-area{
	margin: 100px 0 100px;
}

.flow-area .inner{
	background: #fff;
	padding: 0 100px;
}

/* list */
.flow-list{
	position: relative;
	margin: 50px 0 0;
}
.flow-list::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 90%;
	background: #002C5B;
    top: 5px;
	left: 30px;
	margin: 40px 0 0;
}
.flow-list .list-item {
	border-top: 1px dashed #aaa;
	width: 100%;
}
.flow-list .list-item:nth-of-type(1) {
	border-top: 0;
}

.flow-list .txt-box {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1100px;
	display: flex;
	align-items: center;
    position: relative;
}
.flow-list .txt-box.one {
	padding-top: 0;
}

.flow-list .num {
	position: relative;
	margin-right: 40px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #002C5B;
	color: #fff;
	font-size: 2.2rem;
    font-family: "Lato" , 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.flow-list .title {
    margin-right: 0;
    flex-basis: 280px;
    font-size: 1.8rem;
    line-height: 1.5;
}

.flow-list .disc {
    line-height: 1.6;
    font-size: 1.5rem;
    width: 90%;
    margin: 0 0 0 auto;
}

.flow-list .txt-box {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1100px;
	display: flex;
	align-items: center;
    position: relative;
}

.flow-list .txt-box .cv-btn{
    position: absolute;
    right: -20px;
}
.flow-list .txt-box .cv-btn a{
	display: block;
    width: 240px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    text-align: center;
    color: #fff;
	background-color: #9A7956;
    z-index: 1;
}
.flow-list .txt-box .cv-btn a i{
	margin: 0 10px 0 0;
}


@media screen and (max-width: 768px) {
	.flow-area{
		margin: 40px 0;
	}
	.flow-area .inner{
		padding: 0 20px;
	}
	
	.flow-list{
		margin: 20px 0 0;
	}
	.flow-list::before{
		height: 87%;
		left: 15px;
		margin: 0;
	}
	
	.flow-list .list-item {
		border-top: 0;
	}  
	.flow-list .txt-box {
		padding-top: 15px;
		padding-bottom: 15px;
		flex-wrap: wrap;
	}
	.flow-list .num {
		margin-right: 20px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.6rem;
	}
	/*.flow-list .num-line {
		top: -80%;
		width: 2px;
		height: 72px;
	}*/
	.flow-list .title {
		margin-right: 0;
		max-width: 100%;
		font-size: 1.8rem;
		font-weight: 500;
	}
	.flow-list .disc {
		margin-left: 60px;
		width: 100%;
		margin: -30px 0 0 auto;
		padding: 0 0 0 50px;
	}
    
    .flow-list .txt-box .cv-btn{
        position: static;
        right: auto;
        width: 100%;
        margin: 20px 0 0 auto;
        padding: 0 0 0 50px;
    }
    .flow-list .txt-box .cv-btn a{
        width: 100%;
    }
    .flow-list .txt-box .cv-btn a i{
        margin: 0 8px 0 0;
    }
    
}


/* -----------------------------
	corp-contact-area
-------------------------------- */
.corp-contact-area{
	background: #f2f2f2;
	padding: 50px 0;
}
.corp-contact-area > div{
	text-align: center;
	background: #fff;
	padding: 30px 0;
}
.corp-contact-area .basic-txt{
	font-size: 2rem;
	padding: 20px 0 0;
	font-weight: bold;
}

.corp-contact-area .contact-btn{
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	margin: 30px 0 0;
}
.corp-contact-area .contact-btn a{
    background: linear-gradient(90deg, rgba(225,180,65,1) 0%, rgba(225,180,65,1) 100%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    width: 300px;
    height: 70px;
    text-align: center;
    line-height: 70px;
	overflow: hidden;
	position: relative;
}
.corp-contact-area .contact-btn a::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.corp-contact-area .contact-btn a:hover {
 	opacity: 1;
}
.corp-contact-area .contact-btn a:hover::before {
  left: 100%;
}

@media screen and (max-width: 768px){
	.corp-contact-area{
		padding: 40px 0;
	}
	.corp-contact-area > div{
	}
	.corp-contact-area .contact-btn{
	}
	.corp-contact-area .contact-btn a{
		width: 300px;
		height: 60px;
		line-height: 60px;
	}
	.corp-contact-area .contact-btn a::before {
	}
	.corp-contact-area .contact-btn a:hover {
	}
	.corp-contact-area .contact-btn a:hover::before {
	}

	
}
