@charset "utf-8";


/*---------------------------------------------------------
	Top
---------------------------------------------------------*/


#index_wrap {
	position: relative;
	width: 100%;
}

#index_main {
	position: relative;
	overflow: hidden;
}

.mv{
	position:relative;
}


#index_main .mv_img{
	
}

#index_main img{
	width:100%;
	/*min-height:1080px;*/
	height:100vh;
	object-fit:cover;
	vertical-align: bottom;
}

.mv_copy_area{
	position:absolute;
	top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.mv_copy_in{
	max-width: 1540px;
    padding: 0 20px;
    margin: 0 auto;
	display: flex;
    justify-content: flex-end;
}

.mv_copy_block{
	max-width: 750px;
    margin-left: auto;
    position: absolute;
    bottom: 50px;
}

h1{
	font-size:4.0rem;
	font-weight:500;
	letter-spacing:0.2rem;
	line-height:1.75;
	margin-bottom:20px;
}

.mv_copy_txtbox{
	padding:40px;
	background:rgb(255,255,255,0.85);
	border-radius:10px;
}

.mv_copy_txtline{
}
.mv_copy_txtline span{
	display:inline;
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:0.1em;
	line-height:2.5;
	background: linear-gradient(transparent 50%, #FCBDCB 50%);
}
.mv_copy_txtline span:first-child{
	padding-left:4px;
}
.mv_copy_txtline span:last-child{
	padding-right:4px;
}

.mv_copy_txtbox p{
	font-size:1.6rem;
	line-height:1.875;
	letter-spacing:0.05em;
	margin:0;
}

.mv_copy_area .top_btn {
    display: flex;
    justify-content: flex-end;
	margin-top:30px;
}
.mv_copy_area .top_link_btn {
    padding: 16px 12px 16px 27px;
   	background:rgb(255,255,255,0.85);
    border-radius: 10px;
}




/*-----------------
	Top 共通
-----------------------*/

.index_h2{
	display:block;
	font-size:2.5rem;
	font-weight:500;
	letter-spacing:0.01em;
	text-align:center;
	width:100%;
}




.top_btn{
	display:inline-block;
}
.top_link_btn{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    color: #222;
    text-decoration: none;
    position: relative;
	transition: all .3s ease;
}

.top_link_btn:hover{
	color:#F77D99;
}

.top_link_btn:after{
	display: block;
    content: "";
    width: 52px;
    height: 52px;
    margin-left: 13px;
    background: #F77D99 url(../img/arrow_white.svg) no-repeat center / 14px 13px;
    border-radius: 50%;
	transform: rotate(-45deg);
    transition: all .3s ease;
}
.top_link_btn:hover:after{
	background-color:#eb5a7c;
}


.top_link_btn span{
	padding: 7px 0px;
    position: relative;
	font-size:1.6rem;
	font-weight:700;
	letter-spacing:0.05em;
}
/*.top_link_btn span:after{
	position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #222;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.2s;
}
.top_link_btn:hover span::after {
    transform: scale(1, 1);
    transform-origin: left top;
}*/


/*----------------
	about
--------------------*/
#index_about{
	padding:100px 0 410px 0;
}

.index_about_area{
	position:relative;
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
	/*display:flex;
	justify-content: flex-end;*/
}

.index_about_img{
	position:absolute;
	width:62%;
	left:20px;
	top:160px;
}
.index_about_img img{
	border-radius:10px;
	vertical-align:bottom;
}

.index_about_txt{
	position:relative;
	max-width:495px;
	margin-left:auto;
	z-index:1;
}

.index_about_txt p{
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:0.01em;
	line-height:2.22;
}

/*----------------
	profile
--------------------*/
#index_profile{
	padding:77px 0;
	background:#FFF8FA;
}

.index_profile_area{
	max-width:1000px;
	padding:0 20px;
	margin:0 auto;
}

.index_profile_in{
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}

.index_profile_txt{
	width:52%;
	margin-right:6.34%;
}

.index_profile_txt p{
	letter-spacing:0.05em;
	line-height:1.875;
}

.index_profile_img{
	width:41.66%;
}

.index_profile_img img{
	vertical-align:bottom;
}

.index_profile_area .top_btn{
	margin-top:20px;
}


/*----------------
	service
--------------------*/

.service_area{
	max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.service_head .index_h2{
	margin-bottom:30px;
}

.service_head p{
	line-height:1.875;
	letter-spacing:0.05em;
	text-align:center;
	margin-bottom:65px;
}

.service_about{
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:0.05em;
	margin-bottom:40px;
	text-align:center;
	color:#F77D99;
}

.service_list{
	display:flex;
	flex-wrap:wrap;
}

.service_item{
	width:23.75%;
	margin-right:1.66666%;
	margin-bottom:25px;
	background:#FFF8FA;
	padding:30px 8px 28px 8px;
	border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.service_item:nth-child(4n){
	margin-right:0;
}

.service_ttl{
	font-size:1.8rem;
	font-weight:700;
	letter-spacing:0.01em;
	line-height:1.66;
	margin-bottom:20px;
	color:#F77D99;
}

.service_img{
	display:flex;
}

.service_txt p{
	font-size:1.5rem;
	line-height:1.86666;
	letter-spacing:0.05em;
	text-align:center;
	margin-top:25px;
}


.price_sec{
	padding:55px 20px 50px 20px;
	background: #FFF8FA;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.service_h3{
	font-size:2.5rem;
	font-weight:500;
	letter-spacing:0.1em;
	text-align:center;
	margin-bottom:25px;
}


.service_price{
	display:flex;
	justify-content: center;
	margin:0 auto 35px auto;
}


.service_price p{
	font-size:1.8rem;
	letter-spacing:0.05em;
}

.service_price p:first-child {
	position:relative;
	padding-right:180px;
}

.service_price p:first-child:after{
	content:"";
	position:absolute;
	width:150px;
	height:1px;
	right:15px;
	top:16px;
	background:#666666;
}

.service_price_txt{
	display: flex;
    justify-content: center;
}

.service_price_txt p{
	letter-spacing:0.01em;
	margin-bottom:35px;
}

.price_sec .top_btn{
	display: flex;
    justify-content: center;
}

.price_sec .top_link_btn{
	padding:16px 12px 16px 27px;
	background:#fff;
	 border-radius:10px;
	transition: all .3s ease;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.price_sec .top_link_btn:hover{
	color:#F77D99;
}



.service_support_sec{
	padding:130px 0 0 0;
}



.sales_sec{
	padding:130px 0 0 0;
}

.sales_sec .service_about,.sales_sec .service_ttl{
	color:#FF9600;
}

.sales_sec .service_item,.sales_sec .price_sec{
	background:#FFFAF4;
}

.sales_sec a[target="_blank"]{
	color:#222;
	padding-right: 20px;
    background: url(../img/popup_orange.svg)no-repeat center right 3px;
    background-size: 16px;
}

.sales_sec a[target="_blank"]:hover{
	text-decoration:none;
}

.sales_sec .service_price p:first-child{
	padding-right:0;
}
.sales_sec .service_price p:first-child:after{
	content:none;
}




.consultation_sec{
	padding:110px 0 70px 0;
}
.consultation_sec .service_about,.consultation_sec .service_ttl{
	color:#35B92F;
}
.consultation_sec .service_item,.consultation_sec .price_sec{
	background:#FBFFFA;
}

/*----------------
	news
--------------------*/
#index_news {
	padding: 100px 0 130px 0;
	position: relative;
	z-index: 1;
	background:#fff;
}

.news_area {
	max-width: 1240px;
	margin: auto;
	padding: 0 20px;
}

.news_area .index_h2{
	margin-bottom:65px;
}

.news_area .top_btn{
	display: flex;
    justify-content: flex-end;
	margin-top:50px;
}

.news_content {
	position: relative;
}

.news_item {
	border-bottom: 1px solid #ccc;
}
.news_item:first-child{
	border-top: 1px solid #ccc;
}

.news_link {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*align-items: center;*/
	text-decoration: none;
	color: #222;
	padding: 25px 0;
	transition: all 0.3s;
}


.news_link:hover {
	color: #F77D99;
}

.news_link .news_date {
	display: block;
	letter-spacing:0.05em;
	width: 110px;
	margin-right: 30px;
}

.news_link .news_cate {
	display: flex;
	justify-content: center;
    align-items: center;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	/*line-height: 1;*/
	width: 110px;
	padding: 0 5px;
	margin-right: 45px;
	border-radius:11px;
	background:#F89DB2;
	color:#fff;
}

.news_link .news_title {
	display:inline-block;
	width: calc(100% - 275px);
	letter-spacing:0.05em;
	/*line-height: 1.5;*/
}



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

	#index_main img{
		height:500px!important;
	}
	.mv_copy_area{
		position:relative;
	}
	.mv_copy_block{
		position:relative;
		bottom:unset;
		margin-top: -300px;
	}
	h1{
		font-size:2.2rem;
		margin-bottom:20px;
	}
	.mv_copy_txtbox{
		padding:20px;
	}
	.mv_copy_txtline span{
		font-size:1.5rem;
	}
	.mv_copy_txtbox p{
		font-size:1.3rem;
	}
	.mv_copy_area .top_btn{
		margin-top:15px;
	}
	.mv_copy_area .top_link_btn{
		padding: 10px 15px;
    	/*margin-right: 20px;*/
		border:1px solid #e5e5e5;
	}

	/*----------------
		Top 共通
	-----------------*/
	
	
	.index_h2{
		font-size:2.0rem;
	}
	
	.top_link_btn span{
		font-size:1.4rem;
	}
	
	
	/*----------------
		about
	--------------------*/
	#index_about{
		padding:40px 0 60px 0;
	}
	
	.index_about_img{
		position:relative;
		width:100%;
		top:unset;
		left:unset;
	}
	
	.index_about_txt{
		max-width:100%;
		width:100%;
		margin:20px auto 0 auto;
	}
	
	.index_about_txt p{
		font-size:1.4rem;
	}
	
	
	/*----------------
		profile
	--------------------*/
	#index_profile{
		padding:30px 0;
	}
	
	.index_profile_in{
		flex-direction: column-reverse;
		margin-top:20px;
	}
	
	.index_profile_txt{
		width:100%;
		margin-right:0;
	}
	
	.index_profile_img{
		width:100%;
		margin-bottom:20px;
	}
	
	.index_profile_img img{
		width:100%;
	}
	
	
	/*----------------
		service
	--------------------*/
	
	.service_support_sec{
		padding:60px 0 0 0;
	}
	
	.service_head .index_h2{
		margin-bottom:20px;
	}
	
	.service_head p{
		margin-bottom:30px;
	}
	
	.service_about{
		font-size:1.6rem;
		margin-bottom:25px;
	}
	
	.service_item {
		width:100%;
		margin-right:0;
		margin-bottom:15px;
		padding:20px 13px 18px 13px;
	}
	
	.service_item:nth-child(2n){
		margin-right:0;
	}
	
	.service_ttl{
		font-size:1.6rem;
		margin-bottom:15px;
	}
	
	.service_txt p{
		font-size:1.3rem;
	}
	
	
	.price_sec{
		padding:30px 20px 30px 20px;
	}
	
	.service_h3{
		font-size:1.8rem;
		margin-bottom:20px;
	}
	
	.service_price p{
		font-size:1.4rem;
	}
	
	.service_price p:first-child{
		padding-right:70px;
	}
	
	.service_price p:first-child:after{
		width:50px;
		right:10px;
		top:12px;
	}
	
	.service_price_txt p{
		margin-bottom:15px;
	}
	
	.price_sec .top_link_btn{
		padding:13px 12px 13px 12px;
	}
	
	.top_link_btn:after{
		width:45px;
		height:45px;
	}
	
	.consultation_sec{
		padding: 60px 0 40px 0;
	}
	

	/*----------------
		news
	--------------------*/
	#index_news {
		padding: 30px 0 60px;
	}

	.news_area .index_h2{
		margin-bottom:20px;
	}

	.news_content {
		width: 100%;
	}

	.news_list{
		margin-bottom:20px;	
	}
	
	.news_link {
		padding: 15px 0;
		align-items: center;
	}

	.news_link .news_date {
		font-size: 1.3rem;
		line-height: 24px;
		width: auto;
		margin-right:15px;
	}

	.news_link .news_cate {
		/*width: 110px;*/
		/*width:auto;*/
		font-size: 1.3rem;
		margin-right:0;
	}

	.news_link .news_title {
		width: 100%;
		padding-top: 2px;
	}


	.news_area .top_btn{
		margin-top:30px;
	}

}