@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&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: 1.6rem;
	color: #333333;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
	background: #fff;
	letter-spacing: 2px;
}
img,video {
	vertical-align: bottom;
	max-width: 100%;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	opacity: 0.6;
}
.en {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#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: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.in_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.flex {
	display: flex;
}
.flex_w {
	flex-wrap: wrap;
}
.palt {
	font-feature-settings: "palt";
}
.min {
	font-family: 'Shippori Mincho', serif;
}
@media screen and (max-width: 750px) {
	body {
		font-size: 1.4rem;
	}
	#wrap {
		width: 100vw;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.tab {
		display: none;
	}
	.in,.in_in {
		width: 90%;
		margin: 0 auto;
	}
	.flex_w_sp {
		flex-wrap: wrap;
	}
}


.cor_w{
	color: #fff;
}
.cor_g{
	color: #00a6a3;
}
.cor_o{
	color: #f79225;
}
.bg_w{
	background: #fff;
}
.bg_g{
	background:#00a6a3;
}
.bg_gl {
	background: #f0f0f0;
}
.bg_g_02{
	background: #f1f7f4;
}
.bg_o {
	background: #f79225;
}
.bg_o_02{
	background: #ffefdd;
}
.bg_bl{
	background: #1d71a5;
}
.shadow{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.shadow_g{
	box-shadow: 0px 5px 15px 0px rgba(0, 166, 163, 0.15);
}
.sec_ttl_w {
	margin-bottom: 60px;
	text-align: center;
	line-height: 1;
}
.sec_ttl_w .en {
	margin-bottom: 25px;
}
.sec_ttl_w .en span {
	padding-bottom: 5px;
	display: inline-block;
	font-weight: 600;
	font-size: 1.8rem;
	border-bottom: 2px solid #00a6a3;
}
.sec_ttl_w .sec_ttl {
	font-size: 3.2rem;
	letter-spacing: 4px;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w {
		line-height: 1.25;
		margin-bottom: 40px;
	}
	.sec_ttl_w .en span {
		font-size: 1.4rem;
	}
	.sec_ttl_w .sec_ttl {
		font-size: 2.4rem;
	}
}



#header{
	background: rgba(255, 255, 255, 0);
	padding: 20px 0;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .header_w .btn_w{
}
#header .header_w .btn_w .h_btn{
	width: 190px;
	display: flex;
	padding:10px 10px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	position: relative;
	line-height: 1;
	align-items: center;
	margin-left: 10px;
}
#header .header_w .btn_w .h_btn .icon{
	width: 24px;
	display: block;
	flex-shrink: 0;
}
#header .header_w .btn_w .h_btn .txt{
	width: 100%;
}
@media screen and (max-width: 750px) {
	#header{
		position: absolute;
	}
	#header .header_w .btn_w{
		display: none;
	}
	#header .logo img{
		width: 137px;
	}
}

#main_v{
	padding:110px 0 90px;
}
@media screen and (max-width: 750px) {
	#main_v {
		padding: 100px 0 0px;
		position: relative;
	}
	#main_v:after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100px;
        background: #fff;
        bottom: 0;
        left: 0;
    }
}

#anker_btn{
	padding: 60px 0;
}
#anker_btn .anker_btn_w{
	justify-content: space-between;
}
#anker_btn .anker_btn_w a{
	border: 2px solid #00a6a3;
	width: 30%;
	display: flex;
	line-height: 1;
	border-radius: 100px;
	font-weight: 600;
	padding: 10px;
	align-items: center;
	margin-bottom: 20px;
	transition: 0.25s;
}
#anker_btn .anker_btn_w a:hover{
	opacity: 1;
	background: #00a6a3;
}
#anker_btn .anker_btn_w a span{
	width: 100%;
	text-align: center;
}
#anker_btn .anker_btn_w a:hover span{
	color: #fff;
}
#anker_btn .anker_btn_w a:after{
	display: block;
	content: "";
	width: 28px;
	height: 26px;
	background: url(../images/u_arrow.png);
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 750px) {
	#anker_btn{
		padding-top: 30px;
	}
	#anker_btn .anker_btn_w a{
		width: 100%;
	}
	#anker_btn .anker_btn_w a:nth-last-of-type(1){
		margin-bottom: 0;
	}
}

#problem {
	padding: 70px 0;
}
#problem .problem_w {
	justify-content: space-between;
}
#problem .problem_i {
	padding: 30px;
	box-sizing: border-box;
	width: 23%;
	text-align: center;
	border-radius: 10px;
}
#problem .problem_i .imgarea {
	margin-bottom: 20px;
}
#problem .problem_i .txtarea h3{
	font-size: 1.8rem;
	margin-bottom: 5px;
}
#problem .problem_i .txtarea .txt {
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#problem .problem_i{
		width: 47.5%;
		padding: 5%;
		margin-bottom: 20px;
	}
	#problem .problem_i .imgarea{
		width: 80%;
		margin:0 auto 20px;
	}
	#problem .problem_i .txtarea h3{
		font-size: 1.6rem;
	}
}

#solution{
	padding: 80px 0 0;
	position: relative;
}
#solution:before{
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #f0f0f0 transparent transparent transparent;
	border-width: 30px 55px 0px 55px;
}
#solution h2{
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 30px;
}
#solution h2 span{
	border-bottom: 2px solid #fffeb0;
	display: inline-block;
	padding-bottom: 5px;
	letter-spacing: 4px;
}
#solution .l_txt{
	font-size: 2.4rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
#solution .dot{
	text-align: center;
	margin-bottom: 30px;
}
#solution .txt{
	text-align: center;
	margin-bottom: 60px;
}
#solution .imgarea{
	text-align: center;
}
#solution:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 70px;
	background: #fff;
	bottom: 0;
    left: 0;
}
@media screen and (max-width: 750px) {
	#solution h2{
		font-size: 2.4rem;
	}
	#solution .l_txt{
		font-size: 2.2rem;
		line-height: 1.25;
	}
	#solution .txt{
		text-align: left;
		margin-bottom: 40px;
	}
	#solution:after {
		display: block;
		content: "";
		position: absolute;
		width: 100%;
		height: 50px;
		background: #fff;
		bottom: 0;
		left: 0;
	}
}

#point{
	padding: 40px 0 70px;
}
#point .point_w{
	justify-content: space-between;
}
#point .point_i{
	width: 48%;
	margin-top: 60px;
}
#point .point_i.w100{
	width: 100%;
	margin-top: 40px;
}
#point .point_i .point_i_h{
	position: relative;
	border-top: 2px solid #00a6a3;
	padding: 40px 0 30px;
	text-align: center;
	margin-bottom: 20px;
}
#point .point_i .point_i_h .num{
	position: absolute;
	font-size: 1.8rem;
	line-height: 1;
	width: 150px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 100px;
	top: -19px;
	left: 50%;
	transform: translate(-50%,0);
}
#point .point_i .point_i_h .imgarea{
	margin-bottom: 10px;
}
#point .point_i .point_i_h h3{
	font-size: 2.2rem;
}
#point .point_i .txt{
}
#point .point_i .txt.center{
	text-align: center;
}

#point .point_i .genre_ww{
	margin-top: 30px;
}
#point .point_i .genre_w{
	justify-content: space-between;	
}
#point .point_i .genre_i{
	border: 2px solid #00a6a3;
	border-radius: 10px;
	padding: 20px;
	width: 49%;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 20px;
}
#point .point_i .genre_i .imgarea{
	flex-shrink: 0;
	margin-right: 20px;
}
#point .point_i .genre_i .txtarea h3{
	font-size: 1.8rem;
	font-weight: 600;
}
#point .point_i .data_ex{
	margin-top: 30px;
}
#point .point_i .baloon{
	display: table;
	margin: 0 auto 30px;
	line-height: 1;
	border-radius: 100px;
	padding: 10px 30px;
}
#point .point_i .data_ex .data_ex_w{
	margin-bottom: 10px;
}
#point .point_i .data_ex .data_ex_w li{
	width: 24%;
	border: 2px solid #00a6a3;
	box-sizing:border-box;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 20px;
	margin-bottom: 15px;
	line-height: 1.25;
	text-align: center;
	margin-right: 15px;
}
#point .point_i .data_ex .data_ex_w li:nth-of-type(4n){
	margin-right: 0;
}
#point .point_i .data_ex .data_ex_w li .s_txt{
	font-size: 1.2rem;
	letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
	#point .point_i{
		width: 100%;
	}
	#point .point_i .point_i_h .num{
		font-size: 1.4rem;
		width: 100px;
	}
	#point .point_i .point_i_h h3{
		font-size: 2.0rem;
	}
	#point .point_i .data_ex .data_ex_w{
		justify-content: space-between;
	}
	#point .point_i .data_ex .data_ex_w li{
		width: 48%;
		margin-right: 0;
		padding: 10px;
	}
	#point .point_i .data_ex .data_ex_w li .s_txt{
		font-size: 1.0rem;
	}

	#point .point_i .genre_i{
		padding: 20px;
		width: 100%;
		margin-bottom: 20px;
	}
	#point .point_i .genre_i .imgarea{
		flex-shrink: 0;
		margin-right: 20px;
	}
	#point .point_i .genre_i .txtarea h3{
		font-size: 1.6rem;
		margin-bottom: 10px;
		font-weight: 600;
	}
}

.cta{
	padding: 50px 0;
}
.cta .cta_ttl_w{
	text-align: center;
	display: table;
	margin:0 auto 50px;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.cta .cta_ttl_w h2{
	font-size: 2.9rem;
	font-weight: 600;
}
.cta .cta_ttl_w p{
	font-size: 2.0rem;
}
.cta .btns{
	justify-content: space-between;
}
.cta .btns .btn_i{
	width: 49%;
	padding:25px 15px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	line-height: 1.25;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
}
.cta .btns .btn_i .s_txt{
	font-size: 1.4rem;
	vertical-align: middle;
}
.cta .btns .btn_i.btn_01 img{
	width: 24px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0,-50%);
}
.cta .btns .btn_i.btn_02 img {
	width: 34px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
.cta .btns .btn_i:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: flex;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 768px) {
	.cta{
		padding: 50px 0 40px;
	}
	.cta .cta_ttl_w{
		margin-bottom: 30px;
	}
	.cta .cta_ttl_w h2{
		font-size: 2.2rem;
	}
	.cta .cta_ttl_w p{
		font-size: 1.6rem;
	}
	.cta .btns .btn_i{
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.cta .btns .btn_i .s_txt{
		display: block;
	}
}

#usecase{
	padding: 70px 0;
}
#usecase .lead{
	text-align: center;
	margin-bottom: 40px;
}
#usecase .usecase_i{
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
	align-items: center;
}
#usecase .usecase_i dt{
	width: 200px;
	margin-right: 20px;
}
#usecase .usecase_i dt span{
	padding: 10px;
	line-height: 1;
	display: block;
	text-align: center;
	border-radius: 5px;
}
#usecase .usecase_i dd{}
#usecase .usecase_i li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
#usecase .usecase_i li:before{
	content: "";
	display: block;
	background: #00a6a3;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 8px;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	#usecase .usecase_i dt{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}


#voice{
	padding: 70px 0;
}
#voice .voice_w{
	justify-content: space-between;
}
#voice .voice_i{
	width: 31%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
#voice .voice_i h3{
	padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
	line-height: 1.5;
}
#voice .voice_i .voice_user{
	justify-content: space-between;
}
#voice .voice_i .voice_user .imgarea{
	width: 33%;
	margin-right: 15px;
	flex-shrink: 0;
}
#voice .voice_i .voice_user .txtarea{}
#voice .voice_i .voice_user .txtarea {}
#voice .voice_i .voice_user .txtarea .name{
	margin-bottom: 10px;
}
#voice .voice_i .voice_user .txtarea .purpose{
	font-size: 1.4rem;
}
#voice .voice_i .voice_user .txtarea .purpose .purpose_ttl {
	width: 45px;
	flex-shrink: 0;
	margin-right: 10px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#voice .voice_i .voice_user .txtarea .purpose .txt{
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#voice .voice_i{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	#voice .voice_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#voice .voice_i .voice_user .txtarea .purpose{
		font-size: 1.2rem;
	}
}


#group{
	padding: 70px 0;
}
#group .lead{
	text-align: center;
	margin-bottom: 40px;
}
#group .group_i{
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 40px;
}
#group .group_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#group .group_i .group_i_h{
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}
#group .group_i .group_i_h .icon{
	margin-right: 20px;
}
#group .group_i .group_i_h h3{
	font-size: 2.0rem;
}
@media screen and (max-width: 768px) {}

#price{
	padding: 70px 0;
}
#price .lead {
	text-align: center;
	margin-bottom: 40px;
}

#price .baloon {
	display: table;
	margin: 0 auto 15px;
	line-height: 1;
	border-radius: 100px;
	padding: 10px 30px;
}
#price .lead_w{
	align-items: center;
	justify-content: center;
}
#price .lead_w{
	margin-bottom: 30px;
}
#price .price_s_w{
	justify-content: space-between;
	margin-bottom: 40px;
}
#price .price_s_w .price_i{
	width: 48%;
}
#price .price_i{
	border-radius: 10px;
	overflow: hidden;
}
#price .price_i .price_head{
	padding: 15px;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.25;
}
#price .price_i .price_head .s_txt{
	font-size: 1.6rem;
}
#price .price_i .price_w{
	padding: 20px 10px;
}
#price .price_i .price_ii{
	padding-bottom: 20px;
	border-bottom: 1px solid #a5a5a5;
	margin-bottom: 20px;
}
#price .price_i .price_ii:nth-last-of-type(1){
	padding-bottom: 0;
	border-bottom: 0px solid #a5a5a5;
	margin-bottom: 0;
}
#price .price_i .price_ii h4{
	text-align: center;
	margin-bottom: 10px;
}
#price .price_i .price_ii .price_num_w{
	justify-content: center;
	align-items: center;
}
#price .price_i .price_ii .price_num_w .price_num{
	font-weight: 600;
	font-size: 2.0rem;
}
#price .price_i .price_ii .price_num_w .price_num .l_txt{
	font-size: 4.0rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1;
}
#price .price_i .price_ii .price_num_w .price_num .s_txt{
	font-size: 1.6rem;
	vertical-align: super;
}
#price .price_i .price_ii .price_num_w .k__m{
	font-size: 2.4rem;
	font-weight: 600;
}
#price .price_i .price_ii .lead_txt {
	text-align: center;
	margin-bottom: 20px;
}
#price .price_i .price_ii .price_num_w .arrow {
	margin: 0 20px;
}
#price .price_i .price_ii .price_num_w .price_num .l_price{

}
#price .price_i .price_ii .price_num_w .price_num.l_price{
	font-size: 2.4rem;
}
#price .price_i .price_ii .price_num_w .price_num.l_price .s_txt{
	font-size: 2.4rem;
	vertical-align: super;
}
#price .price_i .price_ii .price_num_w .price_num.l_price .l_txt{
	font-size: 6.4rem;
}
#price .caution{
	text-align: left;
	font-size: 1.2rem;
}
#price .price_l_w{
	margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	#price .price_s_w .price_i{
		width: 100%;
		margin-bottom: 15px;
	}
	#price .price_s_w {
		justify-content: space-between;
		margin-bottom: 20px;
	}
	#price .price_i .price_head{
		font-size: 1.6rem;
	}
	#price .price_i .price_ii .price_num_w .arrow{
		width: 100%;
		text-align: center;
	}
	#price .price_i .price_ii .price_num_w .arrow img{
		transform: rotate(90deg);
		width: 10%;
	}
}

#flow {
	padding: 70px 0 70px;
}
#flow .flow_w{
	margin-bottom: 20px;
}
#flow .flow_i{
	width: 29%;
	border: 1px solid #00a6a3;
	margin-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	min-height: 222px;
	margin-bottom: 50px;
	position: relative;
}
#flow .flow_i:after{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-left: 1px solid #00a6a3;
    border-bottom: 1px solid #00a6a3;
    transform: rotate(-135deg);
    position: absolute;
    right: -30px;
}
#flow .flow_i:nth-of-type(4):before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-left: 1px solid #00a6a3;
	border-bottom: 1px solid #00a6a3;
	transform: rotate(-135deg);
	position: absolute;
	left: -50px;
}
#flow .flow_i.flow_i:nth-last-of-type(1):after{
	display: none;
}
#flow .flow_i:nth-of-type(4){
	margin-left: 50px;
}
#flow .flow_i:nth-last-of-type(1){
	margin-right: 0;
}
#flow .flow_i .num{
	font-size: 2.0rem;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}
#flow .flow_i .flow_txt{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
}
#flow .flow_i ul{
	margin-top: 20px;
}
#flow .flow_i ul li{
	display: flex;
	align-items: center;
}
#flow .flow_i ul li:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #00a6a3;
	border-radius: 100px;
	margin-right: 10px;
}
#flow .flow_u_txt{
	text-align: center;
}
#flow .flow_u_txt .s_txt{
	font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
	#flow .flow_i{
		width: 100%;
		margin-right: 0;
		min-height: auto;
		padding: 40px 20px;
	}
	#flow .flow_i:after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border-left: 1px solid #00a6a3;
		border-bottom: 1px solid #00a6a3;
		transform: rotate(-45deg) translate(50%, 0px);
		position: absolute;
		right: 50%;
		bottom: -37px;
	}
	#flow .flow_i:nth-of-type(4) {
		margin-left: 0;
	}
	#flow .flow_u_txt{
		text-align: left;
	}
}

#faq {
	padding: 70px 0;
}
.faq_i {
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}
.faq_i.open {
	border-radius: 30px;
}
.faq_i .ico {
	background: #00a6a3;
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}
.faq_i h3 {
	color: #00a6a3;
	font-size: 1.6rem;
	margin-top: 5px;
}
.faq_i p {
	margin-top: 5px;
}
.faq_i .q {
	position: relative;
	cursor: pointer;
}
.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}
.faq_i.open .q:after {
	top: 50%;
	right: 0px;
	transform: rotate(0) translate(0, -50%);
}
.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}
.faq_i .a a{
	color: #00a6a3;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#faq {
		padding: 40px 0 40px;
		position: relative;
	}
	.faq_i {
		border-radius: 30px;
		padding: 7.5% 5%;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}


#fixed_btn{
	display: none;
}
@media screen and (max-width: 750px) {
	#fixed_btn{
		display: block;
		position: fixed;
		bottom:0;
		left: 0;
		background: #fff;
		padding: 10px;
		box-sizing: border-box;
		width: 100%;
		z-index: 9999;
	}
	#fixed_btn .btn_w{
		justify-content: space-between;
	}
	#fixed_btn .btn_w .h_btn{
		width: 48%;
		display: flex;
		padding:15px 10px;
		box-sizing: border-box;
		text-align: center;
		border-radius: 5px;
		position: relative;
		line-height: 1;
		align-items: center;
	}
	#fixed_btn .btn_w .h_btn .icon{
		width: 24px;
		display: block;
		flex-shrink: 0;
	}
	#fixed_btn .btn_w .h_btn .txt{
		width: 100%;
	}
}

footer{
	background: #333333;
	padding: 30px 0;
	text-align: center;
}
footer .logo{
	margin-bottom: 10px;
}
footer .f_links{
	text-align: center;
	margin: 10px 0;
}
footer .f_links a{
	color: #fff;
}
@media screen and (max-width: 750px) {
	footer{
		padding-bottom: 100px;
	}
	footer .logo img{
		width: 137px;
	}
}