@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*テキスト・装飾*/
.btn{
	margin: 0 auto;
	max-width: 300px;
}
.catch{
	letter-spacing: 0.1em;
	text-align: center;
	font-family: Avenir;
}
.pink{
	color: #F477A7;
	font-weight: bold;
}
.blue{
	color: #569BEB;
}

.bluegray{
	color: #4C6471;
}

.f-marker-y{
	background-image: -webkit-linear-gradient(transparent 50%, #fbffc7 50%);
	background-image: linear-gradient(transparent 50%, #fbffc7 50%);
	font-weight: bold;
}
.gray_bor{
	width: 50px;
	background: #99AFBA;
	height: 2px;
	margin: 30px auto 48px;
}

.gray_bor_large {
	background: #CED4DA;
	height: 1px;
	max-width: 740px;
	width: 90%;
	margin: 0 auto 50px;
}

.comment{
	color: #4C6471;
	margin: 0 auto;
	font-size: 12px;
}

.small{
	font-size: 14px;
}

.heading_lg_wrap h2,
.heading_lg{
	font-size: 30px;
	max-width: 620px;
	width: 90%;
	margin: 112px auto 30px;
	text-align: center;
	line-height: 1.5;
}
.heading_lg_wrap h2 span,
.heading_lg span{
	border-bottom: 2px solid;
	line-height: 2;
}

.heading_xl_wrap,
.heading_xl{
	margin: 112px auto 64px;
}
.heading_xl_wrap h3,
.heading_xl{
	font-size: 36px;
	text-align: center;
    margin: 10px auto 50px;
}

.heading_m_wrap h4,
.heading_m{
	font-size: 30px;
	text-align: center;
    margin: 10px auto 50px;
}

.heading_s_wrap h5,
.heading_s{
	font-size: 24px;
	border-bottom: 2px solid #CED4DA;
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 10px;
}

.heading_s:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #f477a7;
	bottom: -2px;
	left: 0;
}
.pt112sp80{
	padding: 112px 0 0!important;
}


h3{
	font-size: 36px;
	line-height: 1.6;
	
}
h4,h5{
	line-height: 1.6;
}

p{
	font-size: 16px;
}


.white_wrap{
	width: 95%;
	max-width: 960px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: -20px;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0;
}


/* 説明文　580px */
.explanation_txt{
	max-width: 580px;
    margin: 0 auto;
    color: #4C6471;
}


.arrow_bottom{
	margin: -10px 0 15px;
	display: block;
}
.arrow_bottom img{
	margin: 0 auto!important;
}

a.arrow_box .arrow_bottom img{
	transition: .3s;
}
a.arrow_box:hover .arrow_bottom img{
	margin: 0 auto!important;
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(0px, 5px, 0px);
}

a:hover .arrow_btn {
	text-decoration: none;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translate3d(5px, 0px, 0px);
}


/*各ページ見出し*/
.head{
	width: 95%;
	margin-top: 80px;
	position: relative;
	border-radius: 20px;
	margin: 80px auto 0;
	background: #253443;
}
.head img{
	width: 100%;
	height: 340px;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	object-fit: cover;
	opacity: 0.8;
	/*-webkit-filter: blur(0px) brightness(80%) saturate(100%);
	filter: blur(0px) brightness(80%) saturate(100%);*/
}
.head .head_txt{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 110px;
	color: #fff;
	text-align: center;	
}
.head .head_txt h1{
	font-size: 36px;
	letter-spacing: 0.1em;
}
.head .head_txt p{
	font-size: 15px;
	font-weight: bold;
	font-family: Avenir;
	letter-spacing: 0.1em;
}

/*アンカーリンク１*/

.page-anchorlink{
	
}
.page-anchorlink ul{
	max-width: 960px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.page-anchorlink ul li{
	width: 50%;
}
.page-anchorlink ul li:first-child{
	border-radius: 10px 0 0 10px;
}
.page-anchorlink ul li:last-child{
	border-radius: 0 10px 10px 0;
}
.page-anchorlink ul li a{
	display: block;
	line-height: 5;
	border-bottom: 1px solid #CED4DA;
	width: 80%;
	margin: 0 auto;
}


/*アンカーリンク2*/
.interviewlink{
	
}
.interviewlink ul{
	width: 90%;
	max-width: 960px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.interviewlink ul li{
	width: 50%;
	background: #F1F4F6;
	box-shadow: 0 5px 0 #e8ebed;
    padding: 8px　0 15px;
    border-right: 2px solid #fff;
}

.interviewlink ul li:last-child{
    border-right: none;
}

.interviewlink ul li:hover{
	box-shadow: none;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    transition: .3s;
}

.interviewlink ul li:first-child{
	border-radius: 10px 0 0 10px;
}
.interviewlink ul li:last-child{
	border-radius: 0 10px 10px 0;
}
.interviewlink ul li a{
	display: block;
	line-height: 4;
}


/*写真＋テキスト*/
.box1_wrap{
	max-width: 1024px;
	width: 90%;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
	height: 500px;
	position: relative;
}

.box1_wrap li{
	width: 50%;
	position: absolute;
}
.box1_wrap li:last-child {
	height: auto;
	padding: 80px 0;
	box-shadow: 0px 5px 15px rgb(185 185 185 / 30%);
	right: 10px;
	top: -10px;
	background: #fff;
	border-radius: 10px;
}
.box1_wrap li img{
	width: 100%;
}
.box1_wrap li .box1_wrap_title{
	width: 80%;
	margin: 0px auto 30px;
	font-size: 24px;
	font-weight: bold;
}

.box1_wrap li .box1_wrap_txt{
	width: 80%;
	margin: 0 auto;
}
.box1_wrap li .comment{
	width: 80%;
}

.box_wrap_category{
    width: 80%;
    margin: 0px auto 10px;
    color: #fff;
}

.box_wrap_category span{
    background: #F477A7;
    border-radius: 30px;
    padding: 5px 12px 5px 10px;
    font-size: 14px;
    font-weight: 500;
}


/*写真＋テキスト　2*/

.box2_wrap{
	max-width: 1024px;
	margin: 150px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 450px;
	position: relative;
	flex-direction: row-reverse;
}
.box2_wrap li{
	width: 50%;
	position: absolute;
}
.box2_wrap li:last-child {
	height: auto;
	padding: 50px 0 70px;
	box-shadow: 0px 5px 15px rgb(185 185 185 / 20%);
	left: 10px;
	top: 0;
	background: #fff;
	border-radius: 10px;
}
.box2_wrap li img{
	width: 100%;
}
.box2_wrap li .box2_wrap_title{
	width: 80%;
	margin: 0px auto 30px;
	font-size: 24px;
	font-weight: bold;
}
.box2_wrap li .box2_wrap_txt{
	width: 80%;
	margin: 0 auto;
}






/*グレー箇条書き*/
.box1_list {
	max-width: 960px;
	width: 90%;
	padding: 20px;
	border-radius: 10px;
	margin: 0 auto 110px;
	background: #F1F4F6;
}
.box1_list .box1_list_title{
	font-size: 20px;
	font-weight: bold;
	color: #4C6471;
	text-align: center;
	padding: 20px 0;
	border-bottom: 2px solid #fff;
	width: 80%;
	margin: 0 auto;
}
.box1_list ul{
	max-width: 440px;
	margin: 30px auto 0px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.box1_list ul li{
	width: 50%;
}
.box1_list ul li:before{
	background: #F477A7;
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50%;
}
.box1_list ul li p{
	display: inline-block;
	font-weight: 500;
}


/*フロー*/

.box2_list{
	max-width: 740px;
	margin: 0 auto;
	background: #fff;
	padding: 64px 40px 50px;
	border-radius: 10px;
	box-shadow: 0px 5px 20px 0 rgb(242 160 186 / 20%);
}
.box2_list1{
	width: 90%;
	margin: 0 auto 40px;
	position: relative;
}
.box2_list1 li{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.box2_list1 li:last-child{
	border-left: 2px solid rgba(255,255,255,1);
}

.box2_list1 li img{
	width: auto;
	height: 175px;
}
.box2_list1 li:last-child img{
	width: 39px;
	height: 39px;
}
.box2_list1 li div{
	margin-left: 80px;
	border-bottom: 1px solid #CED4DA;
	margin-bottom: 20px;
	width: 500px;
}
.box2_list1 li div .list1_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box2_list1 li div .list1_txt{
	font-size: 14px;
	margin-bottom: 25px;
}
.box2_list2{
	display: flex;
	justify-content: space-between;
	border: 2px solid #F477A7;
	border-radius: 20px;
	box-sizing: border-box;
}
.box2_list2 li{
	max-width: 415px;
	box-sizing: border-box;
}
.box2_list2 li:first-child{
	width: 240px;
}
.box2_list2 li img{
	width: 100%;
	height: auto;
	border-radius: 20px 0 0 20px;
	box-sizing: border-box;
}
.box2_list2 li p{
	width: 90%;
	margin: 8% auto 0;
}
.box2_list_txt{
	max-width: 520px;
	margin: 30px auto 0;
	width: 80%;
}


.box_list_line{
	width: 2px;
	height: 75%;
	background: #F477A7;
	position: absolute;
	top: 0;
	left: 2.8%;
}
.box_list_num{
	width: 35px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	font-family: Avenir;
	color: #fff;
	border-radius: 50%;
	line-height:38px;
	text-align:center;
	background: #F477A7;
	position: absolute;
}


/* infoリスト */
.info_list{
	max-width: 680px;
	margin: 0 auto;
}

.list__item{
    padding: 24px 0;
    text-align: left;
    border-bottom: 1px solid #CED4DA;
    display: flex;
}
.list__item p:first-child{
	color: #4C6471;
    font-weight: bold;
    flex-basis: 20%;
}



/* pointチェックリスト */
ul.point_list{
	display: block;
	padding: 0;
	margin-bottom: 30px;
}
ul.point_list li{
	width: 100%;
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: bold;
}
ul.point_list li:before{
	background-image: url(../img/detective/check.svg);
	background-size: cover;
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}




/*関連する項目*/
.related{
	max-width: 960px;
	margin: 0 auto;
}

.related_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0;
}

.related_wrap h5{
	font-size: 24px;
	position: relative;
}
.related_wrap h5:before{
	content: '';
    width: 56px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 10px;
    background-color: #F477A7;
}

.related_wrap .related_item{
	width: 635px;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.related_wrap .related_item li{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CED4DA;
	width: 45%;
}

.related_wrap .related_item li a{
	display: flex;
	justify-content: space-between;
	padding-bottom: 24px;
}



@media screen and (max-width: 960px){
	.pt112sp80{
	padding: 80px 0 0!important;
}
	.m {
		padding-top: 0
	}

	.head {
		width: 100%;
		border-radius: initial;
		margin-top: 0;
		position: relative;
	}
	.head img {
		width: 100%;
		height: 320px;
		border-radius: 0;
	}

	.head .head_txt{
		height: 80px;
	}

	p{
		font-size: 14px;
		line-height: 1.8;
	}
	.comment{
		width: 90%;
	}
	.price .anchorlink {
		margin: 0 20px;
	}

	/*アンカーリンク１*/

	.interviewlink ul {
	    flex-wrap: wrap;
	}
	.interviewlink ul li:first-child {
    border-radius: 10px 0 0 0;
	}

	/*写真＋テキスト*/
	.box1_wrap li,
	.box2_wrap li {
		width: 100%;
		position: unset;
		height: 45.333vw;
		overflow: hidden;
		border-radius: 10px 10px 0 0;
	}
	.box1_wrap li img {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.box1_wrap{
		box-shadow: 0px 5px 15px rgb(185 185 185 / 20%);
		border-radius: 10px;
		height: auto;
	}

	/*グレー箇条書き*/
	.box1_list{
		margin: 24px auto 0;
		padding: 20px 30px;
	}

	.box1_wrap li:last-child {
		height: auto;
		box-shadow: none;
		border-radius: 0 0 10px 10px;
		padding: 40px 0;
	}
	.box1_wrap li .box1_wrap_title,
	.box2_wrap li .box2_wrap_title{
		font-size: 20px;
	}
	.box2_wrap {
		max-width: 1024px;
		width: 90%;
		margin: 70px auto 100px;
		display: block;
		justify-content: space-between;
		height: auto;
		position: relative;
		flex-direction: row;
	}
	.box2_wrap li img {
		width: 100%;
		border-radius: 10px 10px 0 0;
	}
	.box2_wrap li:last-child {
		height: auto;
		padding: 40px 0;
		box-shadow: 0px 5px 15px rgb(185 185 185 / 20%);
		left: 10px;
		top: -10px;
		background: #fff;
		border-radius: 0 0 10px 10px;
	}

	/*フロー*/
	.box2_list {
		max-width: 740px;
		margin: 0 auto;
		background: #fff;
		padding: 30px 20px 50px;
		width: 90%;
	}
	.box2_list1 {
		width: 90%;
		margin: 0 auto;
		background: #fff;
	}
	.box2_list1 li img {
		width: auto;
		height: 245px;
	}
	.box2_list1 li:last-child img {
		width: 54px;
		height: 54px;
	}
	.box2_list2 {
		display: block;
		justify-content: space-between;
		border: none;
		border-radius: 0;
		box-sizing: border-box;
	}
	.box2_list2 li {
		max-width: 100%;
		box-sizing: border-box;
	}
	.box2_list2 li:first-child {
		width: 100%;
		margin: 0 auto;
	}
	.box2_list2 li img {
		width: 100%;
		height: auto;
		border-radius: 0;
		box-sizing: border-box;
	}
	.box2_list2 li p {
		width: 90%;
		margin: 8% auto 0;
	}
	.box2_list_txt {
		max-width: 520px;
		margin: 30px auto 0;
		width: 90%;
	}

	/*infoリスト*/
	.info_list{
		margin: 0 5%;
	}
	.info_list .list__item{
		display: block;
	}

	.related .related_wrap{
		padding: 64px 10%;
	}
	.related .related_wrap h5:before{
		bottom: -20px;
	}

	.related_wrap .related_item{
		margin-top: 40px;
	}
}


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

	.white_wrap h2,
	.white_wrap h3,
	.explanation_txt{
		margin: 0 5% 8%;
	}
	/* 関連する項目 */
	.related .related_wrap h5{
		font-size: 20px;
	}
	.related_wrap .related_item{
		flex-wrap: wrap;
	}
	.related_wrap .related_item li{
		width: 100%;
		font-size: 16px;
	}
	.related_wrap .related_item li:last-child{
		padding-top: 30px;
	}
}



@media screen and (max-width: 480px){
	.head img{
		height: auto;
	}
	.heading_xl_wrap{
		margin: 72px auto 0;
	}
	.heading_nor_wrap{
		margin: 40px auto 0;
	}
	.heading_xl_wrap h3,
	.heading_xl{
		font-size: 24px;
	}

	.heading_lg_wrap h2,
	.heading_lg{
		font-size: 20px;
		margin: 20px auto 32px;
	}
	.heading_lg_wrap h2 span
	.heading_lg span{
		font-size: 24px;
		line-height: 2;
	}

	.heading_m{
		font-size: 24px;
	}
	.heading_s{
		font-size: 20px;
		line-height: 1.6;
	}
	.page-anchorlink ul li a{
		font-size: 12px;
	}

	/* フロー */
	.box_list_line{
		display: none;
	}
	.box_list_num{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.box1_list .box1_list_title{
		padding: 0 0 10px 0;
		font-size: 16px;
		width: 100%;
	}
	.box1_list ul{
		display: initial;
	}

	.box1_list ul li{
		width: 100%;
	}
	.box1_list ul li:first-child{
		padding-top: 10px;
	}
	.box2_list1 li div{
		margin-left: 0;
	}
	.box2_list1 li div .list1_title{
		margin: 0 0 20px 50px ;
	}

}

@media screen and (max-width: 320px){
	.page-anchorlink ul li a{
		font-size: 11px;
	}
	.anchorlink ul li{
		font-size: 12px;
	}
	.main_button{
		width: 100%;
	}
	.box1_wrap li .box1_wrap_title, .box2_wrap li .box2_wrap_title{
		font-size: 18px;
	}
	.box2_list1{
		width: 100%;
	}
}


