@charset "utf-8";
/* CSS Document */


/* header
   ========================================================================== */
header{
	position: relative;
}

header h1{
	line-height: 0;
}


/* swiper_wrap
   ========================================================================== */
.swiper_wrap{
    position: relative;
}

.swiper-container{
    padding: 0 0 11vw;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
}

.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background: #A71458;
}

.slider_in .sp.tab{
    display: block !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("../images/common/slider_arrow_prev.png");
    left: -3vw;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("../images/common/slider_arrow_next.png");
    right: -3vw;
    left: auto;
}


/* person_box 共通 */
.person_box{
	padding: 4vw 4vw;
	position: relative;
	border-radius: 8px;
	background: #fff;
}

.person_box::after{
	content: "";
	background: url("../images/common/item01.png") no-repeat center top;
	background-size: 100%;
	width: 5vw;
	height: 10vw;
	position: absolute;
	top: 0;
	left: 3vw;
}

.person_box .photo{
	margin: auto;
	width: 60%;
}

.person_box .text_box{
	padding: 4vw 0 0;
}


/* slider01 */
.slider01 .person_box{
	background: #FBFBFB;
	border: 2px solid #DDDDDD;
	min-height: 145vw;
}

.slider01 .person_box::after{
	top: -2px;
}

.slider01 .text_box .top_block{
	margin: 0 0 0;
	padding: 1vw 0 0 18vw;
	position: relative;
}

.slider01 .text_box .top_block .icon{
	background: #F1C40F;
	width: 15vw;
	height: 15vw;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

.slider01 .text_box .top_block .icon .item{
	margin: -2vw auto 0;
	line-height: 0;
	display: block;
	width: 65%;
	box-sizing: border-box;
}

.slider01 .text_box .top_block .icon .text{
	margin: 1vw 0 0;
	display: block;
	text-align: center;
	font-size: 4vw;
	font-family: "Lato", sans-serif;
	letter-spacing: 0;
	line-height: 100%;
	color: #fff;
}

.slider01 .text_box .top_block .right{
	padding: 0;
}

.slider01 .text_box .top_block .right h3{
	font-size: 4.5vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	color: #D80000;
	letter-spacing: 0.05em;
}

.slider01 .text_box .top_block .right h3 .big{
	font-size: 1.2em;
	font-family: inherit;
	color: inherit;
}

.slider01 .text_box .top_block .right h3 + p{
	margin: 3vw 0 0;
}

.slider01 .text_box .top_block .right h3 + p .big{
	font-size: 1.2em;
	font-family: inherit;
	color: inherit;
}

.slider01 .text_box > p{
	margin: 3vw 0 0;
}


/* slider02 */
.over_inner{
	padding: 0 3vw;
}

.slider02{
	padding: 10vw 0;
}

.case_wrap .swiper-button-prev,
.case_wrap .swiper-button-next {
    top: 70%;
}

.slider02 .person_box{
	min-height: 110vw;
}

.slider02 .person_box::before{
	content: "VOICES";
	font-size: 7vw;
	line-height: 1;
	font-weight: bold;
	color: #E6E6E6;
	position: absolute;
	top: -4vw;
	right: 2vw;
}


/* seniors
   ========================================================================== */
.seniors_bottom{
    margin: 4vw 0 0;
	height: 45vw;
}


/* case_top
   ========================================================================== */
.case_top .top_block{
	margin: 0 0 0;
}

.case_top .top_block .bg_photo{
	margin: 0 -3vw;
	height: 40vw;
}

.case_top .top_block .text_box{
	padding: 4vw 0 0;
}

.case_top .top_block .text_box h3{
	font-size: 4.2vw;
	letter-spacing: 0.05em;
	color: #A71458;
	line-height: 180%;
}

.case_top .top_block .text_box p{
	margin: 3vw 0 0;
}

.case_top .arrow_bottom{
	margin: 6vw 0;
	text-align: center;
}

.case_top .arrow_bottom img{
	width: 30vw;
}


/* thumbs_wrap */
.thumbs_wrap{
	margin: 6vw auto 0;
	position: relative;
	height: 28vw;
	z-index: 10;
}

.slider02_pagination{
	width: 100%;
}

.slider02_pagination .swiper-pagination-bullet{
	margin: 0 2vw;
	width: 25vw;
	height: 25vw;
	transition: .3s;
	position: relative;
	bottom: 0;
}

.slider02_pagination .swiper-pagination-bullet::after{
	content: "";
	background: url("../images/case/active.png") no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .3s;
	opacity: 0;
}

.slider02_pagination .swiper-pagination-bullet-active{
	transform: scale(1.2);
	bottom: -3vw;
}

.slider02_pagination .swiper-pagination-bullet-active::after{
	opacity: 1;
}
	
.slider02_pagination .swiper-pagination-bullet:focus{
	outline: none;
}

.slider02_pagination .swiper-pagination-bullet:nth-child(1){
	background: url("../images/case/1/photo.png") no-repeat center center;
	background-size: 100%;
}

.slider02_pagination .swiper-pagination-bullet:nth-child(2){
	background: url("../images/case/2/photo.png") no-repeat center center;
	background-size: 100%;
}

.slider02_pagination .swiper-pagination-bullet:nth-child(3){
	background: url("../images/case/3/photo.png") no-repeat center center;
	background-size: 100%;
}


/* case_wrap
   ========================================================================== */
.case_wrap{
	background: #F7F5F4;
}

.case_wrap h3{
	font-size: 4.2vw;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #A71458;
	font-weight: bold;
}

.case_wrap .arrow_block{
	margin: 6vw 0 8vw;
}

.case_wrap .arrow_block .scroll{
	padding: 0 0 10px;
	overflow-x: scroll;
}

.case_wrap .arrow_block ul{
	margin: auto;
	width: 1340px;
	display: flex;
}

.case_wrap .arrow_block ul li{
	margin-left: 35px;
	position: relative;
}

.case_wrap .arrow_block ul li:first-child{
	margin-left: 0;
}

.case_wrap .arrow_block ul li::after{
	content: "";
	background: url("../images/case/arrow.png") no-repeat center center;
	background-size: 100%;
	width: 15px;
	height: 35px;
	position: absolute;
	top: 65px;
	right: -25px;
}

.case_wrap .arrow_block ul li:last-child::after{
	display: none;
}

.case_wrap .arrow_block .text_box{
	padding: 15px 0 0;
	text-align: center;
}

.case_wrap .arrow_block .text_box h4{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
}

.case_wrap .arrow_block .text_box p{
	margin: 10px 0 0;
	font-size: 15px;
	letter-spacing: 0;
}


/* advisor
   ========================================================================== */
.advisor .bg_photo{
    height: 60vw;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.advisor .bg_photo .circle{
	width: 80vw;
    height: 80vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,.6);
	border-radius: 100%;
}

.advisor .bg_photo .circle img{
	width: 90%;
}

.advisor .gray_bg{
	background: #F7F5F4;
}

.advisor .gray_bg .text_box{
	padding: 4vw 3vw;
}


/* photo_text
   ========================================================================== */
.photo_text{
    height: 60vw;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.photo_text .text_box{
    height: 20vw;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(0,0,0,.5);
}

.photo_text .text_box p{
	font-size: 3.5vw;
	letter-spacing: 0;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
}


/* income
   ========================================================================== */
.income .border_box{
    margin: 6vw 0 0;
	padding: 4vw 3vw;
	border: 1px dashed #ccc;
	border-radius: 6px;
}

.income .table_box{
    margin: 6vw 0 0;
	padding: 0 0 0;
	position: relative;
}

.income .table_box::after{
    content: "";
	background: #F7F5F4;
	width: 1000%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: -500%;
	z-index: -1;
}

.income .table_box table{
    width: 100%;
}

.income .table_box table th,
.income .table_box table td{
    padding: 3vw;
	font-size: 3.8vw;
	letter-spacing: 0.05em;
	border: 1px solid #A71458;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}

.income .table_box table th{
    background: #A71458;
	color: #fff;
	white-space: nowrap;
}

.income .table_box table tr th:nth-child(1),
.income .table_box table tr th:nth-child(2){
    border-right-color: #E875AA;
}

.income .table_box table th,
.income .table_box table tr td:nth-child(1),
.income .table_box table tr td:nth-child(2){
    font-weight: bold;
}

.income .table_box table tr td:nth-child(2){
    white-space: nowrap;
}


/* earn
   ========================================================================== */
.earn{
	padding: 0;
}

.earn .gray_bg{
	padding: 10vw 0 10vw;
    background: #F7F5F4;
	position: relative;
}

.earn .gray_bg::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 100px 0 100px;
	border-color: #F7F5F4 transparent transparent transparent;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 100%;
}

.earn .staff{
    margin: 6vw 0 0;
}

.earn .staff .scroll{
	padding: 0 0 10px;
    overflow-x: scroll;
}

.earn .staff ul{
	margin: auto;
    width: 1311px;
	display: flex;
	justify-content: center;
}

.earn .staff ul li{
	margin-left: 20px;
    width: 246px;
}

.earn .staff ul li:first-child{
	margin-left: 0;
}

.earn .staff ul li h3{
	padding: 10px 0;
	font-size: 19px;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #A71458;
	font-weight: bold;
}

.earn .staff ul li table{
    width: 100%;
}

.earn .staff ul li table th,
.earn .staff ul li table td{
    padding: 5px;
	font-size: 14px;
	letter-spacing: 0.10em;
	font-weight: normal;
	border-bottom: 3px solid #F7F5F4;
	text-align: center;
	vertical-align: middle;
}

.earn .staff ul li table tr th:last-child,
.earn .staff ul li table tr td:last-child{
	border-bottom: none;
}

.earn .staff ul li table th{
    background: #A71458;
	color: #fff;
	white-space: nowrap;
}

.earn .staff ul li table td{
	padding: 5px 15px;
    text-align: left;
}

.earn .bottom_block{
	padding: 0 0 8vw;
}

.earn .bottom_block h3{
	padding: 8vw 8vw 0;
	line-height: 0;
}


/* secret
   ========================================================================== */
.secret{
	margin-bottom: 6vw;
}
	
.secret .secret_list{
	margin: 10vw 0 0;
}

.secret .secret_list > li{
	margin: 6vw 0 0;
}

.secret .secret_list .bg_photo{
	height: 50vw;
	position: relative;
	z-index: 1;
}

.secret .secret_list > li:nth-child(2n+1) .bg_photo{
	margin-left: -3vw;
	margin-right: 20%;
}

.secret .secret_list > li:nth-child(2n+2) .bg_photo{
	margin-right: -3vw;
	margin-left: 20%;
}

.secret .secret_list .text_box{
	margin-top: -10vw;
	padding: 14vw 3vw 5vw;
	border: 1px solid #E875AA;
	position: relative;
}

.secret .secret_list > li:nth-child(2n+1) .text_box{
	margin-left: 5%;
}

.secret .secret_list > li:nth-child(2n+2) .text_box{
	margin-right: 5%;
}

.secret .secret_list .text_box::after{
	content: "";
	background: url("../images/common/item01.png") no-repeat center top;
	background-size: 100%;
	width: 5vw;
	height: 10vw;
	position: absolute;
	top: -1px;
}

.secret .secret_list > li:nth-child(2n+1) .text_box::after{
	right: 3vw;
}

.secret .secret_list > li:nth-child(2n+2) .text_box::after{
	left: 3vw;
}

.secret .secret_list .text_box h3{
	font-size: 4.1vw;
	line-height: 170%;
}

.secret .secret_list .text_box .box{
	margin: 4vw 0 0;
}

.secret .secret_list .text_box .box h4{
	font-size: 4vw;
	line-height: 170%;
}


/* work
   ========================================================================== */
.work{
	margin-bottom: 6vw;
}


/* flow
   ========================================================================== */
.flow{
	margin: 0;
	position: relative;
}

.flow::after{
	content: "";
	width: 1000%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -500%;
	background: #eee;
}

.flow ul{
	margin: 0 0 0;
}

.flow ul li{
	background: #F7F5F4;
	font-size: 0;
	position: relative;
}

.flow ul li .inner{
	padding: 10vw 3vw 6vw;
	font-size: 0;
	position: relative;
	display: flex;
	align-items: center;
}

.flow ul li:first-child .inner{
	padding: 6vw 3vw 6vw;
}

.flow ul li:nth-child(2n+1)::after{
	content: "";
	width: 1000%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -500%;
	background: #F7F5F4;
}

.flow ul li:nth-child(2n+2){
	background: #fff;
}

.flow ul li .inner::after{
	content: "";
	position: absolute;
	bottom: -40px;
	left: 40%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50px 0 50px;
	border-color: #F7F5F4 transparent transparent transparent;
	z-index: 1;
}

.flow ul li:nth-child(2n+2) .inner::after{
	border-color: #fff transparent transparent transparent;
}

.flow ul li:last-child .inner::after{
	display: none;
}

.flow ul li .photo{
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 30%;
	z-index: 2;
	position: relative;
}

.flow ul li .text_box{
	padding: 0 0 0 3vw;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 70%;
	z-index: 2;
	position: relative;
}

.flow ul li .text_box h4{
	margin: 0 0 0;
	font-weight: normal;
	line-height: 150%;
	display: flex;
	align-items: center;
}

.flow ul li .text_box h4 .no{
	margin: 0 3vw 0 0;
	display: inline-block;
	font-size: 8vw;
	line-height: 100%;
	font-weight: 400;
	color: #A71458;
	font-family: 'Lato', sans-serif;
	vertical-align: bottom;
	letter-spacing: 0;
	white-space: nowrap;
}

.flow ul li .text_box h4 .title{
	margin: 1vw 0 0;
	display: inline-block;
	font-size: 3.2vw;
	line-height: 150%;
	font-weight: bold;
	vertical-align: baseline;
}


/* free
   ========================================================================== */
.free{
	margin-bottom: 6vw;
}

.free .block_title span{
	padding: 0 10vw;
}

.free .border_box{
	padding: 6vw 3vw;
	border: 1px solid #A71458;
}

.free .border_box .box{
	margin: 8vw 0 0;
}

.free .border_box .box:first-child{
	margin: 0 0 0;
}

.free .border_box .box h3{
	padding: 3vw 3vw;
	font-size: 4.2vw;
	color: #fff;
	background: #A71458;
	text-align: center;
}

.free .border_box .box:nth-child(2) h3{
	background: #4FB591;
}

.free .border_box .box ul{
	margin: 2vw 0 5vw;
	font-size: 0;
	text-align: center;
}

.free .border_box .box ul li{
	margin-top: 3vw;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 48%;
}

.free .border_box .box ul li:nth-child(2){
	margin-left: 4%;
}

.free .border_box .box .price{
	margin: 6vw 0 0;
	text-align: center;
}

.free .border_box .box .price img{
	margin: auto;
	width: 70%;
}


/* faq
   ========================================================================== */
.faq{
	margin-bottom: 6vw;
}

.faq_list{
	margin: 0;
}

.faq_list li{
	margin: 4vw 0 0;
	padding: 5vw 3vw;
	border: 1px solid #ddd;
}

.faq_list li:first-child{
	margin-top: 0;
}

.faq_list li h4{
	font-size: 4vw;
	line-height: 170%;
	font-weight: 500;
}

.faq_list li p{
	margin: 3vw 0 0;
	font-weight: 400;
}

.faq_list li h4,
.faq_list li p{
	padding-left: 12vw;
	position: relative;
}

.faq_list li h4::before,
.faq_list li p::before{
	font-size: 8vw;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	position: absolute;
	top: -1vw;
	left: 0;
}

.faq_list li h4::before{
	content: "Q.";
	color: #A71458;
}

.faq_list li p::before{
	content: "A.";
	color: #F1C40F;
}


/* link_wrap
   ========================================================================== */
.link_wrap{
	margin: 10vw 0 0;
	background: #F7F5F4;
}

.link_wrap.ma_top_none{
	margin-top: 0;
}

.link_wrap.ma_top_mini{
	margin-top: 30px;
}

.link_wrap .item_wrap{
	position: relative;
}

.link_wrap .item_wrap::after{
	content: "";
	background: url("../images/common/link_wrap_bg.png") no-repeat center center;
	background-size: auto 100%;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 80%;
	display: none;
}

.link_wrap.ma_top_add{
	margin: 5vw 0 0;
}

.link_wrap ul{
	text-align: center;
	position: relative;
	z-index: 1;
}

.link_wrap ul > li{
	padding: 8vw 3vw;
	position: relative;
}

.link_wrap ul > li:first-child::after{
	content: "";
	background: #A8894D;
	width: 90px;
	height: 1px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.link_wrap ul > li:nth-child(2){
	padding-bottom: 10vw;
}

.link_wrap .color_pink{
	padding-bottom: 10vw;
}

.link_wrap h2{
	font-size: 5.8vw;
	color: #A8894D;
	font-family: "Noto Serif JP", serif;
}

.link_wrap h2 + p{
	margin: 2vw 0 0 !important;
	font-size: 3.4vw;
}

.link_wrap li h3{
	margin: 4vw 0 0;
	font-size: 4.1vw;
	font-weight: 500;
}

.link_wrap .color_purple h3{
	color: #A71458;
}

.link_wrap .color_red h3,
.link_wrap .color_red .big{
	color: #E20023;
}

.link_wrap .color_pink h3{
	color: #EC407A;
}

.link_wrap li p{
	margin: 4vw 0 0;
    display: none;
}

.link_wrap li .big{
	font-size: 1.1em;
}


/* attention
   ========================================================================== */
.attention{
	margin: 8vw 0 0;
}

.attention .inner{
	padding: 0 3vw;
}

.attention .border_box{
	padding: 3vw;
	border: 1px solid #D80000;
	text-align: center;
}

.attention .item{
	margin: auto;
	width: 30%;
}

.attention h2{
	margin: 4vw 0;
	font-size: 5.5vw;
	font-weight: bold;
}

.attention p{
	line-height: 170%;
}


/* footer
   ========================================================================== */
footer{
	margin: 8vw 0 0;
	border-top: 1px solid #D9D4D1;
}

footer .company_link{
	padding: 6vw 2vw;
	border-bottom: 1px solid #D9D4D1;
	text-align: center;
}

footer .company_link a{
	display: inline-block;
	text-align: center;
}

footer address{
	padding: 6vw 2vw;
	font-size: 3.2vw;
	color: #bbb;
	text-align: center;
}


/* TOPへ戻るボタン
   ========================================================================== */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
    z-index: 4;
	line-height: 0;
	display: none;
}

#page-top img{
	width: 100%;
}

#page-top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
}


@media screen and (min-width : 500px){


	/* header
	   ========================================================================== */
	header{
		background: url("../images/common/main_view_bg.jpg") no-repeat center center,#fff;
		background-size: cover;
	}
	
	header .inner{
		padding: 0 2vw;
		display: flex;
		align-items: center;
		height: 75vw;
		box-sizing: border-box;
	}
	
	header h1{
		width: 70%;
	}


	/* swiper_wrap
	   ========================================================================== */
	.swiper-container{
	    padding: 5vw 0;
	}
	
	.swiper-pagination-fraction, .swiper-pagination-custom,
	.swiper-container-horizontal > .swiper-pagination-bullets{
	    bottom: 0;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    left: -2vw;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	    right: -2vw;
	}
	
	
	/* person_box 共通 */
	.person_box{
		padding: 3vw 3vw;
		display: flex;
		align-items: center;
	}
	
	.person_box::after{
		width: 3vw;
		height: 7vw;
		left: 2vw;
	}
	
	.person_box .photo{
		margin: 3vw 0 0;
		width: 25%;
	}
	
	.person_box .text_box{
		padding: 0 0 0 3vw;
		width: 75%;
		box-sizing: border-box;
	}
	
	
	/* slider01 */
	.slider01 .person_box{
		min-height: 31vw;
		align-items: flex-start;
	}
	
	.slider01 .text_box .top_block{
		padding: 0 0 0 7vw;
	}
	
	.slider01 .text_box .top_block .icon{
		width: 9vw;
		height: 9vw;
		left: -4vw;
	}
	
	.slider01 .text_box .top_block .icon .item{
		margin: -1vw auto 0;
		width: 65%;
	}
	
	.slider01 .text_box .top_block .icon .text{
		margin: .5vw 0 0;
		font-size: 2.3vw;
	}
	
	.slider01 .text_box .top_block .right{
		padding: 0;
	}
	
	.slider01 .text_box .top_block .right h3{
		font-size: 2.5vw;
	}
	
	.slider01 .text_box .top_block .right h3 .big{
		font-size: 1.2em;
	}
	
	.slider01 .text_box .top_block .right h3 + p{
		margin: 1vw 0 0;
	}
	
	.slider01 .text_box .top_block .right h3 + p .big{
		font-size: 1.2em;
	}
	
	.slider01 .text_box > p{
		margin: 2vw 0 0;
	}
	
	
	/* slider02 */
	.case_inner{
		padding: 0 2vw;
	}
	
	.slider02{
		padding: 8vw 0;
	}

	.case_wrap .swiper-button-prev,
	.case_wrap .swiper-button-next {
	    top: 76%;
	}
	
	.slider02 .person_box{
		min-height: 25vw;
		align-items: center;
	}
	
	.slider02 .person_box .photo{
		margin: 0;
	}
	
	.slider02 .person_box::before{
		font-size: 4vw;
		letter-spacing: 0.10em;
		top: -2vw;
		right: 2vw;
	}


	/* seniors
	   ========================================================================== */
	.seniors .inner.over_inner{
	    margin-top: -2vw;
	}

	.seniors_bottom{
	    margin: 3vw 0 0;
		height: 25vw;
	}


	/* case_top
	   ========================================================================== */
	.case_top .top_block{
		display: flex;
	}
	
	.case_top .top_block .bg_photo{
		margin: 0 0 0 -2vw;
		width: 45%;
		height: auto;
	}
	
	.case_top .top_block .text_box{
		padding: 1vw 0 1vw 3vw;
		width: 55%;
		box-sizing: border-box;
	}
	
	.case_top .top_block .text_box h3{
		font-size: 2.2vw;
		letter-spacing: 0.05em;
	}
	
	.case_top .top_block .text_box p{
		margin: 1vw 0 0;
	}
	
	.case_top .arrow_bottom{
		margin: 3vw 0 2vw;
	}
	
	.case_top .arrow_bottom img{
		width: 20vw;
	}
	
	.case_top .block_title > span{
	    padding: 0 8vw;
	}	


	/* thumbs_wrap */
	.thumbs_wrap{
		margin: 3vw auto 0;
		width: 100%;
		height: 22vw;
	}
	
	.slider02_pagination{
		width: 100%;
	}
	
	.slider02_pagination .swiper-pagination-bullet{
		margin: 0 2vw;
		width: 20vw;
		height: 20vw;
		transition: .3s;
		position: relative;
		bottom: 0;
	}
	
	.slider02_pagination .swiper-pagination-bullet-active{
		bottom: -3vw;
	}
	

	/* case_wrap
	   ========================================================================== */
	.case_wrap h3{
		font-size: 2.8vw;
	}
	
	.case_wrap .arrow_block{
		margin: 4vw 0 5vw;
	}


	/* advisor
	   ========================================================================== */
	.advisor .bg_photo{
	    height: 40vw;
	}
	
	.advisor .bg_photo .circle{
		width: 60vw;
	    height: 60vw;
	}
	
	.advisor .bg_photo .circle img{
		width: 90%;
	}
	
	.advisor .gray_bg .text_box{
		padding: 3vw 2vw;
	}


	/* photo_text
	   ========================================================================== */
	.photo_text{
	    height: 40vw;
	}
	
	.photo_text .text_box{
	    height: 10vw;
	}
	
	.photo_text .text_box p{
		font-size: 2.4vw;
		letter-spacing: 0.10em;
	}


	/* income
	   ========================================================================== */
	.income .border_box{
	    margin: 4vw 0 0;
		padding: 3vw 2vw;
	}
	
	.income .table_box{
	    margin: 4vw 0 0;
		padding: 0 0 0;
	}
	
	.income .table_box table th,
	.income .table_box table td{
	    padding: 2vw;
		font-size: 2.1vw;
		letter-spacing: 0.05em;
		box-sizing: border-box;
	}
	
	.income .table_box table tr th:nth-child(1),
	.income .table_box table tr th:nth-child(2){
	    width: 25%;
	}
	
	.income .table_box table tr th:nth-child(3){
	    width: 50%;
	}


	/* earn
	   ========================================================================== */
	.earn .gray_bg{
		padding: 6vw 0 3vw;
	}
	
	.earn .gray_bg::after{
		border-width: 60px 175px 0 175px;
	}
	
	.earn .block_title > span{
	    padding: 0 20vw;
	}
	
	.earn .staff{
	    margin: 4vw 0 0;
	}
	
	.earn .staff .scroll{
		padding: 0 0 10px;
	    overflow-x: scroll;
	}
	
	.earn .staff ul li{
		margin-left: 20px;
	    width: 246px;
	}
	
	.earn .staff ul li h3{
		padding: 10px 0;
		font-size: 19px;
	}
	
	.earn .staff ul li table th,
	.earn .staff ul li table td{
	    padding: 5px;
		font-size: 14px;
	}
	
	.earn .staff ul li table td{
		padding: 5px 15px;
	}
	
	.earn .bottom_block{
		padding: 4vw 0 15vw;
		position: relative;
	}
	
	.earn .bottom_block .item{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 60%;
		z-index: -1;
	}
	
	.earn .bottom_block h3{
		padding: 5vw 32vw 0 2vw;
	}


	/* secret
	   ========================================================================== */
	.secret{
		margin-bottom: 3vw;
	}
	
	.secret .secret_list{
		margin: 6vw 0 0;
	}
	
	.secret .secret_list > li{
		margin: 3vw 0 0;
	}
	
	.secret .secret_list .bg_photo{
		height: 35vw;
	}
	
	.secret .secret_list > li:nth-child(2n+1) .bg_photo{
		margin-left: -2vw;
		margin-right: 40%;
	}
	
	.secret .secret_list > li:nth-child(2n+2) .bg_photo{
		margin-right: -2vw;
		margin-left: 40%;
	}
	
	.secret .secret_list .text_box{
		margin-top: -7vw;
		padding: 9vw 3vw 3vw;
	}
	
	.secret .secret_list > li:nth-child(2n+1) .text_box{
		margin-left: 5%;
	}
	
	.secret .secret_list > li:nth-child(2n+2) .text_box{
		margin-right: 5%;
	}
	
	.secret .secret_list .text_box::after{
		width: 3vw;
		height: 7vw;
	}
	
	.secret .secret_list > li:nth-child(2n+1) .text_box::after{
		right: 3vw;
	}
	
	.secret .secret_list > li:nth-child(2n+2) .text_box::after{
		left: 3vw;
	}
	
	.secret .secret_list .text_box h3{
		font-size: 2.4vw;
	}
	
	.secret .secret_list .text_box .box{
		margin: 2vw 0 0;
	}
	
	.secret .secret_list .text_box .box h4{
		font-size: 2.2vw;
	}


	/* work
	   ========================================================================== */
	.work{
		margin-bottom: 3vw;
	}


	/* flow
	   ========================================================================== */
	.flow{
		margin: 0;
	}
	
	.flow ul{
		margin: 0 0 0;
	}
	
	.flow ul li .inner{
		padding: 4vw 2vw 3vw;
	}
	
	.flow ul li:first-child .inner{
		padding: 3vw 2vw 3vw;
	}

	.flow ul li .inner::after{
		left: 45%;
	}
		
	.flow ul li .photo{
		width: 20%;
	}
	
	.flow ul li .text_box{
		padding: 1vw 0 0 4vw;
		width: 80%;
	}
	
	.flow ul li .text_box h4{
		margin: 0 0 0;
	}
	
	.flow ul li .text_box h4 .no{
		margin: 0 3vw 0 0;
		font-size: 5vw;
		vertical-align: baseline;
	}

	.flow ul li .text_box h4 .title{
		margin: 1vw 0 0;
		font-size: 2.1vw;
		letter-spacing: 0.10em;
	}


	/* free
	   ========================================================================== */
	.free{
		margin-bottom: 3vw;
	}
	
	.free .block_title span{
		padding: 0 10vw;
	}
	
	.free .border_box{
		padding: 4vw 3vw;
	}
	
	.free .border_box .box{
		margin: 5vw 0 0;
	}
	
	.free .border_box .box h3{
		padding: 1.5vw 2vw;
		font-size: 2.4vw;
	}
	
	.free .border_box .box ul{
		margin: 3vw 0 3vw;
	}
	
	.free .border_box .box ul li{
		margin-top: 0;
		width: 32%;
	}
	
	.free .border_box .box ul li:nth-child(2){
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.free .border_box .box ul + p{
		text-align: center;
	}
	
	.free .border_box .box .price{
		margin: 2vw 0 0;
	}
	
	.free .border_box .box .price img{
		width: 70%;
	}
   	

	/* faq
	   ========================================================================== */
	.faq{
		margin-bottom: 3vw;
	}

	.faq_list{
		margin: 0;
	}
	
	.faq_list li{
		margin: 2vw 0 0;
		padding: 3vw 3vw;
	}
	
	.faq_list li h4{
		font-size: 2.5vw;
	}
	
	.faq_list li p{
		margin: 2vw 0 0;
		font-size: 2.3vw;
	}
	
	.faq_list li h4,
	.faq_list li p{
		padding-left: 8vw;
	}
	
	.faq_list li h4::before,
	.faq_list li p::before{
		font-size: 5vw;
		top: -1vw;
		left: 0;
	}


	/* link_wrap
	   ========================================================================== */
	.link_wrap{
		margin: 6vw 0 0;
	}

	.link_wrap .item_wrap{
		position: relative;
	}
	
	.link_wrap .item_wrap::after{
		content: "";
		background: url("../images/common/link_wrap_bg.png") no-repeat center center;
		background-size: auto 100%;
		width: 50vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 70%;
		display: block;
	}

	.link_wrap.ma_top_add{
		margin: 3vw 0 0;
	}
	
	.link_wrap ul > li{
		padding: 4vw 2vw;
	}

	.link_wrap .color_pink{
		padding-bottom: 6vw;
	}
	
	.link_wrap h2{
		font-size: 4vw;
	}
	
	.link_wrap h2 + p{
		margin: 1vw 0 0 !important;
		font-size: 1.9vw;
		line-height: 170% !important;
	}
	
	.link_wrap li h3{
		margin: 2vw 0 0;
		font-size: 2.1vw;
	}
	
	.link_wrap li p{
		margin: 2vw 0 0;
		line-height: 220%;
	}
	
	.link_wrap li .big{
		font-size: 1.1em;
	}
 

	/* attention
	   ========================================================================== */
	.attention{
		margin: 4vw 0 0;
	}
	
	.attention .inner{
		padding: 0 2vw;
	}
	
	.attention .border_box{
		padding: 3vw;
	}
	
	.attention .item{
		width: 15%;
	}
	
	.attention h2{
		margin: 2vw 0;
		font-size: 2.8vw;
	}
	

	/* footer
	   ========================================================================== */
	footer{
		margin: 6vw 0 0;
	}

	footer .company_link{
		padding: 4vw 2vw;
	}
		
	footer address{
		padding: 4vw 2vw;
		font-size: 1.8vw;
	}
   

}
@media screen and (min-width : 768px){







    

}
@media screen and (min-width : 769px){
 

	/* header
	   ========================================================================== */
	header{
		background: url("../images/common/main_view_bg.jpg") no-repeat center center,#fff;
		background-size: auto 100%;
	}
	
	header .inner{
		padding: 0 15px;
		height: 768px;
	}
	
	header h1{
		width: 711px;
	}


	/* swiper_wrap
	   ========================================================================== */
	.swiper-container{
	    padding: 65px 0;
	}
	
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	    margin: 0 10px;
	}
	
	.swiper-pagination-bullet{
	    width: 15px;
	    height: 15px;
	}

	.slider_in .sp.tab{
	    display: none !important;
	}
	
	.slider_in .inner.pc{
	    display: block;
		position: absolute;
		margin: auto;
    	left: 0;
    	right: 0;
		bottom: 225px;
	}
	
	.slider_in .over_inner{
		padding: 0;
		width: 100%;
	}
	
	.case_wrap .inner.pc{
		bottom: 225px;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	    left: 0;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	    right: 0;
	}
	
	
	/* person_box 共通 */
	.person_box{
		margin: 0 auto 0;
		padding: 35px 30px;
		width: 1000px;
		box-sizing: border-box;
	}
	
	.person_box::after{
		width: 25px;
		height: 50px;
		left: 30px;
	}
	
	.person_box .photo{
		margin: 0;
		width: 29%;
	}
	
	.person_box .text_box{
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		width: 71%;
	}
	
	
	/* slider01 */
	.slider01 .person_box{
		min-height: 240px;
	}
	
	.slider01 .text_box .top_block{
		padding: 0 0 0 90px;
	}
	
	.slider01 .text_box .top_block .icon{
		width: 102px;
		height: 102px;
		top: -20px;
		left: -30px;
	}
	
	.slider01 .text_box .top_block .icon .item{
		margin: -8px auto 0;
		width: 68%;
	}
	
	.slider01 .text_box .top_block .icon .text{
		margin: 5px 0 0;
		font-size: 25px;
	}
	
	.slider01 .text_box .top_block .right{
		padding: 0;
	}
	
	.slider01 .text_box .top_block .right h3{
		font-size: 20px;
	}
	
	.slider01 .text_box .top_block .right h3 .big{
		font-size: 1.5em;
	}
	
	.slider01 .text_box .top_block .right h3 + p{
		margin: 15px 0 0;
	}
	
	.slider01 .text_box .top_block .right h3 + p .big{
		font-size: 20px;
	}
	
	.slider01 .text_box > p{
		margin: 25px 0 0;
	}
	
	
	/* slider02 */
	.case_wrap{
	    position: relative;
	}
	
	.slider02{
		padding: 50px 0 80px;
	}

	.case_wrap .swiper-button-prev,
	.case_wrap .swiper-button-next {
	    top: 79%;
	}
	
	.slider02 .person_box{
		margin: 0 auto 0;
		width: 800px;
		min-height: 260px;
		box-sizing: border-box;
	}
	
	.slider02 .person_box::before{
		font-size: 40px;
		top: -22px;
		right: 15px;
	}


	/* seniors
	   ========================================================================== */
	.seniors .inner.over_inner{
	    margin-top: -70px;
	}

	.seniors_bottom{
	    margin: 105px 0 0;
		height: 250px;
	}


	/* case_top
	   ========================================================================== */
	.case_top .top_block{
		display: flex;
	}
	
	.case_top .top_block .bg_photo{
		margin: 0 0 0 0;
		width: 45%;
		height: auto;
	}
	
	.case_top .top_block .text_box{
		padding: 0 0 20px 30px;
		width: 55%;
	}
	
	.case_top .top_block .text_box h3{
		font-size: 21px;
		letter-spacing: 0.10em;
	}
	
	.case_top .top_block .text_box p{
		margin: 15px 0 0;
	}
	
	.case_top .arrow_bottom{
		margin: 45px 0 40px;
	}
	
	.case_top .arrow_bottom img{
		width: 230px !important;
	}
	
	.case_top .block_title > span{
	    padding: 0 99px;
	}	


	/* thumbs_wrap */
	.thumbs_wrap{
		margin: 30px auto 0;
		height: 200px;
	}
	
	.slider02_pagination .swiper-pagination-bullet{
		margin: 0 25px;
		width: 170px;
		height: 170px;
	}
	
	.slider02_pagination .swiper-pagination-bullet:hover::after{
		opacity: .4;
	}
	
	.slider02_pagination .swiper-pagination-bullet-active{
		transform: scale(1.18);
		bottom: -30px;
	}
	
	.slider02_pagination .swiper-pagination-bullet-active:hover::after{
		opacity: 1;
	}

	
	/* case_wrap
	   ========================================================================== */
	.case_wrap h3{
		font-size: 25px;
	}
	
	.case_wrap .arrow_block{
		margin: 40px 0 30px;
	}

	.case_wrap .arrow_block .text_box h4{
		font-size: 15px;
	}
	
	.case_wrap .arrow_block .text_box p{
		margin: 10px 0 0;
		font-size: 16px;
	}


	/* advisor
	   ========================================================================== */
	.advisor .bg_photo{
	    height: 500px;
	}
	
	.advisor .bg_photo .circle{
		width: 570px;
	    height: 570px;
	}
	
	.advisor .bg_photo .circle img{
		width: 482px !important;
	}
	
	.advisor .gray_bg .text_box{
		padding: 50px 0 60px;
	}
  

	/* photo_text
	   ========================================================================== */
	.photo_text{
	    height: 500px;
	}
	
	.photo_text .text_box{
	    height: 135px;
	}
	
	.photo_text .text_box p{
		font-size: 27px;
	}


	/* income
	   ========================================================================== */
	.income .border_box{
	    margin: 60px 0 0;
		padding: 20px;
	}
	
	.income .table_box{
	    margin: 50px 0 0;
		padding: 0 0 0;
	}
	
	.income .table_box::after{
		height: 50%;
	}
	
	.income .table_box table th,
	.income .table_box table td{
	    padding: 17px;
		font-size: 18px;
		letter-spacing: 0.10em;
	}


	/* earn
	   ========================================================================== */
	.earn .gray_bg{
		padding: 60px 0 35px;
	}
	
	.earn .gray_bg::after{
		border-width: 60px 175px 0 175px;
	}
	
	.earn .block_title > span{
	    padding: 0 200px;
	}
	
	.earn .staff{
	    margin: 45px 0 0;
	}
	
	.earn .staff .scroll{
		padding: 0 0 10px;
	    overflow-x: scroll;
	}
	
	.earn .bottom_block{
		padding: 85px 0 115px;
		box-sizing: border-box;
		height: 490px;
	}
	
	.earn .bottom_block .item{
		width: 560px;
	}
	
	.earn .bottom_block h3{
		padding: 0 312px 0 30px;
	}
  

	/* secret
	   ========================================================================== */
	.secret{
		margin-bottom: 30px;
	}
	
	.secret .secret_list{
		margin: 80px 0 0;
	}
	
	.secret .secret_list > li{
		margin: 30px 0 0;
	}
	
	.secret .secret_list .bg_photo{
		width: 43%;
		height: 360px;
	}
	
	.secret .secret_list > li:nth-child(2n+1) .bg_photo{
		margin-left: -5%;
		margin-right: 65%;
	}
	
	.secret .secret_list > li:nth-child(2n+2) .bg_photo{
		margin-right: -5%;
		margin-left: 65%;
	}
	
	.secret .secret_list .text_box{
		margin-top: -310px;
		padding: 35px 0 25px;
	}
	
	.secret .secret_list > li:nth-child(2n+1) .text_box{
		margin-left: 17%;
		padding-left: 230px;
		padding-right: 50px;
	}
	
	.secret .secret_list > li:nth-child(2n+2) .text_box{
		margin-right: 17%;
		padding-right: 200px;
		padding-left: 75px;
	}
	
	.secret .secret_list .text_box::after{
		width: 25px;
		height: 50px;
	}
	
	.secret .secret_list > li:nth-child(2n+1) .text_box::after{
		right: 25px;
	}
	
	.secret .secret_list > li:nth-child(2n+2) .text_box::after{
		left: 25px;
	}
	
	.secret .secret_list .text_box h3{
		margin-bottom: 25px;
		font-size: 20px;
	}
	
	.secret .secret_list .text_box .box{
		margin: 20px 0 0;
	}
	
	.secret .secret_list .text_box .box h4{
		font-size: 18px;
	}
	
	.secret .secret_list .text_box .box p{
		line-height: 170%;
	}


	/* work
	   ========================================================================== */
	.work{
		margin-bottom: 10px;
	}


	/* flow
	   ========================================================================== */
	.flow{
		margin: 0;
	}
	
	.flow ul{
		margin: 0 0 0;
	}
	
	.flow ul li:first-child .inner,
	.flow ul li .inner{
		padding: 20px 0;
	}
	
	.flow ul li .inner::after{
		left: 47%;
	}
	
	.flow ul li .photo{
		width: 14%;
	}
	
	.flow ul li .text_box{
		padding: 0 0 0 30px;
		width: 86%;
	}
	
	.flow ul li .text_box h4 .no{
		margin: 0 20px 0 0;
		font-size: 32px;
	}
	
	.flow ul li .text_box h4 .title{
		margin: 2px 0 0;
		font-size: 20px;
	}


	/* free
	   ========================================================================== */
	.free{
		margin-bottom: 110px;
	}
	
	.free .block_title span{
		padding: 0 185px;
	}
	
	.free .border_box{
		margin: -20px auto 0;
		padding: 35px 30px 30px;
		box-sizing: border-box;
		width: 900px;
	}
	
	.free .border_box .box{
		margin: 35px 0 0;
	}
	
	.free .border_box .box h3{
		padding: 12px 0;
		font-size: 17px;
	}
	
	.free .border_box .box ul{
		margin: 25px 0 20px;
	}
	
	.free .border_box .box ul li{
		margin-top: 0;
		width: 32%;
	}
	
	.free .border_box .box ul li:nth-child(2){
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.free .border_box .box .price{
		margin: 10px 0 0;
	}
	
	.free .border_box .box .price img{
		width: 545px !important;
	}
 

	/* faq
	   ========================================================================== */
	.faq{
		margin-bottom: 100px;
	}

	.faq_list{
		margin: 55px 0 0;
	}
	
	.faq_list li{
		margin: 30px 0 0;
		padding: 35px 30px;
	}
	
	.faq_list li h4{
		font-size: 17px;
	}
	
	.faq_list li p{
		margin: 25px 0 0;
		font-size: 15px;
	}
	
	.faq_list li h4,
	.faq_list li p{
		padding-left: 65px;
	}
	
	.faq_list li h4::before,
	.faq_list li p::before{
		font-size: 35px;
		top: -4px;
		left: 0;
	}


	/* link_wrap
	   ========================================================================== */
	.link_wrap{
		margin: 70px 0 0;
	}

	.link_wrap .item_wrap{
		margin: auto;
		width: 1000px;
	}
	
	.link_wrap .item_wrap::after{
		width: 400px;
		right: 80%;
	}

	.link_wrap.ma_top_add{
		margin: 5px 0 0;
	}
	
	.link_wrap ul > li{
		padding: 40px 0;
	}
	
	.link_wrap ul > li:first-child{
		padding: 50px 0 20px;
	}
	
	.link_wrap ul > li:last-child{
		padding-bottom: 50px;
	}
	
	.link_wrap ul > li:nth-child(2){
		padding-top: 45px;
	}

	.link_wrap .color_pink{
		padding-bottom: 50px;
	}
	
	.link_wrap h2{
		font-size: 35px;
	}
	
	.link_wrap h2 + p{
		margin: 20px 0 0 !important;
		font-size: 15px;
	}
	
	.link_wrap li h3{
		margin: 20px 0 0;
		font-size: 20px;
		letter-spacing: 0;
	}
	
	.link_wrap li p{
		margin: 20px 0 0;
	}
	
	.link_wrap li .big{
		font-size: 20px;
	}
 

	/* attention
	   ========================================================================== */
	.attention{
		margin: 80px 0 0;
	}
	
	.attention .inner{
		padding: 0;
	}
	
	.attention .border_box{
		padding: 25px 20px 35px;
	}
	
	.attention .item{
		width: 10.4%;
	}
	
	.attention h2{
		margin: 20px 0;
		font-size: 25px;
	}


	/* footer
	   ========================================================================== */
	footer{
		margin: 80px 0 0;
	}

	footer .company_link{
		padding: 30px 0;
	}

	footer .company_link a:hover{
		text-decoration: underline;
	}
		
	footer address{
		padding: 45px 0;
		font-size: 13px;
		letter-spacing: 0.10em;
	}
	
    
    /* TOPへ戻るボタン
       ========================================================================== */
    #page-top {
    	position: fixed;
    	bottom: 20px;
    	right: 40px;
    	z-index: 100;
		width: auto;
    }
    	
    #page-top img{
    	width: auto;
    }
    	
    #page-top a{
    	display: block;
    	transition: ease-in 0.3s;
    }
    	
    #page-top a:hover{
    	opacity: 0.8;
    }

	
}
@media screen and (min-width : 1025px){

	
	/* attachment
	   ========================================================================== */
	.attachment{
		background-attachment: fixed;
	}


	/* case_top
	   ========================================================================== */
	.case_top .top_block .bg_photo{
		margin: 0 0 0 -180px;
		width: 55%;
	}
	
	.case_top .top_block .text_box{
		width: 63%;
	}
	
	.case_top .top_block .text_box h3{
		font-size: 25px;
	}
	
	.case_top .top_block .text_box p{
		margin: 25px 0 0;
	}

	
}
@media screen and (min-width : 1200px){
	
	
	/* swiper_wrap
	   ========================================================================== */
	.swiper-button-prev, .swiper-button-next {
	    width: 50px;
	    height: 50px;
	    margin-top: -25px;
	    background-size: 50px;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	    left: -110px;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	    right: -110px;
	}
  

	/* secret
	   ========================================================================== */
	.secret .secret_list .bg_photo{
		width: 50%;
		height: 360px;
	}
	
	.secret .secret_list > li:nth-child(2n+1) .bg_photo{
		margin-left: -143px;
		margin-right: 65%;
	}
	
	.secret .secret_list > li:nth-child(2n+2) .bg_photo{
		margin-right: -143px;
		margin-left: 65%;
	}

	
}
@media screen and (min-width : 1328px){
	

	/* earn
	   ========================================================================== */
	.earn .staff .scroll{
		padding: 0 0 0;
	    overflow-x: auto;
	}

	
}
@media screen and (min-width : 1358px){
	

	/* case_wrap
	   ========================================================================== */
	.case_wrap .arrow_block .scroll{
		overflow-x: auto;
	}

	
}
