@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 2.2rem;
	color: #333333;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	font-feature-settings: "palt";
	background: #fafafa;
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width: 92%;
	position: relative;
	margin:0 auto;
	z-index: 2;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.min {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width: 750px) {
	body {
			font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
}

.main_container{
	width: 640px;
	margin: auto;
	overflow: hidden;
	background: #fff;
}
@media screen and (max-width: 750px) {
	.main_container {
		width: 100%;
	}
}


.main{
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 750px) {}

.trouble{
	padding: 40px 0;
}
@media screen and (max-width: 750px) {}

.cta{
	padding: 30px 0;
}
@media screen and (max-width: 750px) {}

.voice{
	padding: 0 0 40px;
}
@media screen and (max-width: 750px) {}

.point{
	margin-top: -40px;
	position: relative;
	z-index: 2;
	padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
	.point{
		margin-top: -25px;
		padding-bottom: 40px;
	}
}

.flow {
	margin-top: -40px;
	position: relative;
	z-index: 2;
	padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
	.flow {
		margin-top: -25px;
		padding-bottom: 40px;
	}
}

footer{
	background: #333333;
	color: #fff;
	padding: 20px 0;
}
footer .f_links{
	justify-content: center;
	margin-bottom: 15px;
}
footer .f_links a{
	display: inline-block;
	margin: 0 5px;
}
footer .copy{
	text-align: center;
}