@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&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: calc(16 / 1400 * 100vw);
	color: #333;
	font-weight: 600;
	line-height: 1.75;
	font-feature-settings: "palt";
	letter-spacing: 3px;
}
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;
}
.in{
	width:calc(1200 / 1400 * 100vw);
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:calc(1000 / 1400 * 100vw);
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.en {
	font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.2rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

.cor_green{
	color: #14a73c;
}
.cor_orange {
	color: #db961f;
}
.cor_white{
	color: #fff;
}
.bg_white{
	background: #fff;
}
.bg_green{
	background: #14a73c;
}
.bg_orange {
	background: #db961f;
}
.bg_brown{
	background: #f0ede0;
}

#header{
	background: #fff;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: calc(10 / 1400 * 100vw) calc(20 / 1400 * 100vw);
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo{
	align-items: center;
}
#header .logo img{
	width: calc(160 / 1400 * 100vw);
}
.btn_i{
	display: block;
	font-size: 2.6rem;
	font-weight: 400;
	text-align: center;
	border-radius: 100px;
	padding: calc(10 / 1400 * 100vw) 0;
	box-shadow: 0px 5px 10px 0px rgba(219, 150, 31, 0.31);
	position: relative;
	font-size: calc(14 / 1400* 100vw);
	width: calc(240 / 1400 * 100vw);
}
.btn_i:after{
	content: "";
	display: block;
	width: calc(30 / 1400 * 100vw);
	height: calc(30 / 1400 * 100vw);
	background-image: url(../images/cta_btn_arr.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: calc(10 / 1400 * 100vw);
	transform: translate(0,-50%);
}
@media screen and (max-width: 750px) {
	#header{
		padding: 15px 5%;
		position: absolute;
	}
	#header .logo img{
		width: 120px;
	}
	.btn_i {
        font-size: 1.4rem;
        width: 190px;
        padding: 10px;
        box-sizing: border-box;
    }
	.btn_i:after{
		width: 20px;
		height: 20px;
		right: 10px;
	}
}

.main_w{
	margin-top: calc(70 / 1400 * 100vw);
}
@media screen and (max-width: 750px) {
	.main_w{
		margin-top: 75px;
	}
}

#main{
	background-image: url(../images/fv_bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	height:90vh;
}
#main .fv_copy{
	position: absolute;
	top: calc(80 / 1400 * 100vw);
	right: calc(100 / 1400 * 100vw);
}
#main .fv_copy img{
	width: calc(180 / 1400 * 100vw);
	max-width: 200px;
}
#main .fv_logo{
	position: absolute;
	bottom: calc(40 / 1400 * 100vw);
	left: calc(50 / 1400 * 100vw);
}
#main .fv_logo img{
	width: calc(854 / 1400 * 100vw);
	max-width: 850px;
	filter: drop-shadow(0px 5px 10px rgba(0,0,0,.2));
}
@media screen and (max-width: 750px) {
	#main{
		height: 85vh;
		background-image: url(../images/fv_bg_sp.jpg);
	}
	#main .fv_copy img{
		width: 180px;
	}
	#main .fv_copy {
		position: absolute;
		top: 5%;
		right: auto;
	}
	#main .fv_logo {
		position: absolute;
		bottom: 5%;
		left: 5%;
		width: 90%;
	}
	#main .fv_logo img{
		width: 100%;
	}
}

#about{
	padding: calc(80 / 1400 * 100vw) 0 calc(140 / 1400 * 100vw);
	overflow: hidden;
	position: relative;
}
#about:before{
	content: "";
	display: block;
	width: calc(710 / 1400 * 100vw);
	height: calc(535 / 1400 * 100vw);
	background-image: url(../images/about_deco_top.svg);
	background-size: cover;
	position: absolute;
	opacity: 0.6;
	top: calc(-250 / 1400 * 100vw);
	right: calc(-100 / 1400 * 100vw);
}
#about:after {
	content: "";
	display: block;
	width: calc(650 / 1400 * 100vw);
	height: calc(485 / 1400 * 100vw);
	background-image: url(../images/about_deco_top.svg);
	background-size: cover;
	position: absolute;
	opacity: 0.6;
	bottom: calc(-250 / 1400 * 100vw);
	left: calc(-100 / 1400 * 100vw);
}
#about .about_w{
	flex-direction: row-reverse;
	justify-content: space-between;
}
#about .about_w .en_ttl{
	font-size: calc(85 / 1400* 100vw);
	line-height: 1.5;
	text-align: right;
	font-weight: 600;
	margin-top: calc(-10 / 1400* 100vw);
}
#about .about_w .l_txtarea{}
#about .about_w .l_txtarea .ttl_w{
	margin-bottom: calc(30 / 1400* 100vw);
}
#about .about_w .l_txtarea .ttl_w:after{
	content: "";
	display: block;
	width: calc(110 / 1400* 100vw);
	height: calc(4 / 1400* 100vw);
	background: #14a73c;
	border-radius: 100px;
	margin-top: calc(25 / 1400* 100vw);
}
#about .about_w .l_txtarea .ttl_w .ttl{
	font-size: calc(40 / 1400* 100vw);
	line-height: 1.5;
	letter-spacing: calc(6 / 1400* 100vw);
}
#about .about_w .l_txtarea > .txt{
	font-size: calc(18 / 1400* 100vw);
	letter-spacing: calc(4 / 1400* 100vw);
	font-weight: 600;
	line-height: 2;
	margin-bottom: calc(30 / 1400* 100vw);
}
@media screen and (max-width: 750px) {
	#about{
		padding: 60px 0 100px;
	}
	#about:before {
		content: "";
		display: block;
		width: 310px;
		height: 240px;
		background-image: url(../images/about_deco_top.svg);
		background-size: cover;
		position: absolute;
		opacity: 0.6;
		top: -90px;
		right: -100px;
	}
	#about:after {
		content: "";
		display: block;
		width: 380px;
		height: 230px;
		background-image: url(../images/about_deco_top.svg);
		background-size: cover;
		position: absolute;
		opacity: 0.6;
		bottom: -80px;
		left: -80px;
	}
	#about .about_w{
		flex-direction: row;
	}
	#about .about_w .en_ttl {
        width: 100%;
        font-size: 2.2rem;
        line-height: 1.25;
        text-align: left;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 10px;
    }
	#about .about_w .l_txtarea{
		width: 100%;
	}
	#about .about_w .l_txtarea .ttl_w .ttl {
		font-size: 2.6rem;
		line-height: 1.5;
		letter-spacing: 4px;
	}
	#about .about_w .l_txtarea > .txt {
		font-size: 1.4rem;
		letter-spacing: 2;
		font-weight: 600;
		line-height: 2;
		margin-bottom: 30px;
	}
	#about .btn_i{
		width: 100%;
		padding: 15px;
	}
}

#loopslider {
	z-index: 1;
	height: calc(410 / 1400* 100vw);
	width: 100%;
	position: relative;
	top: calc(-80 / 1400* 100vw);
}
#loopslider #loopslider_wrap{
	top:50% !important;
	transform: translate(0,-50%);
}
#loopslider ul {
	float: left;
	display: inline;
	overflow: hidden;
	width: calc(1980 / 1400* 100vw) !important;
}
#loopslider ul li {
	float: left;
	margin-left: calc(50 / 1400* 100vw);
	height: calc(380 / 1400* 100vw);
	overflow: hidden;
	border-radius: 30px;
}
#loopslider ul li:nth-of-type(2n){
	margin-top: calc(30 / 1400* 100vw);
}
#loopslider ul li img{
	width: calc(280 / 1400* 100vw);
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	#loopslider {
		height: 222px;
		top: -40px;
	}
	#loopslider #loopslider_wrap{
		top:50% !important;
		transform: translate(0,-50%);
	}
	#loopslider ul {
		float: left;
		display: inline;
		overflow: hidden;
		width: 1020px !important;
	}
	#loopslider ul li {
		float: left;
		margin-left: 20px;
		height: 202px;
		overflow: hidden;
		border-radius: 20px;
	}
	#loopslider ul li:nth-of-type(2n){
		margin-top: 20px;
	}
	#loopslider ul li img{
		width: 150px;
	}
}

.ttl_w_02{
	margin-bottom: calc(80 / 1400* 100vw);
}
.ttl_w_02 .en{
	font-size: calc(85 / 1400* 100vw);
	margin-bottom: calc(10 / 1400* 100vw);
}
.ttl_w_02 .en span{
	line-height: 1;
	font-weight: 600;
	position: relative;
	display: table;
	margin: auto;
}
.ttl_w_02 .en span:after{
	content: "";
	display: block;
	width: 100%;
	height: calc(6 / 1400* 100vw);
	position: absolute;
	bottom: calc(7 / 1400* 100vw);
	background: #14a73c;
}
.ttl_w_02 .ttl_02{
	text-align: center;
	font-size: calc(22 / 1400* 100vw);
	font-weight: 600;
}
#feature{}
#feature .feature_w{}
#feature .feature_w_i{}
#feature .feature_w_i .feature_sub_ttl_w{
	padding: calc(40 / 1400* 100vw) 0 calc(30 / 1400* 100vw);
	position: relative;
	margin-bottom: calc(50 / 1400* 100vw);
}
#feature .feature_w_i .feature_sub_ttl_w .num{
	width: calc(124 / 1400* 100vw);
	position: absolute;
	top: calc(-72 / 1400* 100vw);
	left: 47.5%;
	transform: translate(-50%,0);
}
#feature .feature_w_i .feature_sub_ttl{
	font-size: calc(35 / 1400* 100vw);
	letter-spacing: calc(4 / 1400* 100vw);
	text-align: center;
}
#feature .feature_w_i .feature_i_c{
	padding-bottom: calc(80 / 1400* 100vw);
}
#feature .feature_w_i .feature_i_c .lead_txt{
	font-size: calc(18 / 1400* 100vw);
	line-height: 2;
	font-weight: 600;
	text-align: center;
	margin-bottom: calc(50 / 1400* 100vw);
}
#feature .feature_w_i .feature_i_c .menu_01_w{
	justify-content: space-between;
}
#feature .feature_w_i .feature_i_c .menu_01_w li{
	width: 22.5%;
	margin-bottom: calc(20 / 1400* 100vw);
}
#feature .feature_w_i .feature_i_c .menu_01_w li .imgarea{
	margin-bottom: calc(10 / 1400* 100vw);
	border-radius: 20px;
	overflow: hidden;
}
#feature .feature_w_i .feature_i_c .menu_01_w li .txt{
	font-size: calc(18 / 1400* 100vw);
	text-align: center;
	font-weight: 600;
}
#feature .feature_w_i .feature_i_c .menu_02_w{
	
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i{
	justify-content: space-between;
	align-items: center;
	margin-bottom: calc(70 / 1400* 100vw);
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i:nth-of-type(2n){
	flex-direction: row-reverse;
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea{
	margin-right: calc(50 / 1400* 100vw);
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i:nth-of-type(2n) .txtarea{
	margin-left: calc(50 / 1400* 100vw);
	margin-right: 0;
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .menu_02_sub_ttl_w{
	margin-bottom: calc(35 / 1400* 100vw);
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .menu_02_sub_ttl_w .s_txt{
	font-size: calc(18 / 1400* 100vw);
	font-weight: 600;
	line-height: 1.5;
	margin-bottom:calc(5 / 1400* 100vw);
	position: relative;
	display: table;
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .menu_02_sub_ttl_w .s_txt:before{
	content: "";
	display: block;
	background: #14a73c;
	height: calc(3 / 1400* 100vw);
	position: absolute;
	width: 100vw;
	right: calc(100% + 20px);
	top: 50%;
	transform: translate(0,-50%);
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i:nth-of-type(2n) .txtarea .menu_02_sub_ttl_w .s_txt:before {
	right: auto;
	left: calc(100% + 20px);
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .menu_02_sub_ttl_w .menu_02_sub_ttl {
	font-size: calc(26 / 1400* 100vw);
	font-weight: 600;
	line-height: 1.5;
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .txt{
	font-size: calc(18 / 1400* 100vw);
	font-weight: 600;
	line-height: 2;
}
#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .imgarea{
	width: 48%;
	flex-shrink: 0;
}
#feature .feature_w_i .feature_i_c .search_w{}
#feature .feature_w_i .feature_i_c .search_w .imgarea{
	text-align: center;
}
#feature .feature_w_i .feature_i_c .search_w .imgarea img{
	width: calc(800 / 1400* 100vw);
}
@media screen and (max-width: 750px) {
	.ttl_w_02{
		margin-bottom: 40px;
	}
	.ttl_w_02 .en {
		font-size: 4.0rem;
		margin-bottom: 15px;
	}
	.ttl_w_02 .en span:after {
		height: 4px;
		bottom: 2px;
	}
	.ttl_w_02 .ttl_02 {
		font-size: 1.4rem;
	}
	#feature{
		padding-top: 20px;
	}
	#feature .feature_w_i{
		padding-bottom: 70px;
	}
	#feature .feature_w_i:nth-last-of-type(1){
		padding-bottom: 0;
	}
	#feature .feature_w_i .feature_sub_ttl_w{
		padding: 25px 0 20px;
		position: relative;
		margin-bottom: 40px;
	}
	#feature .feature_w_i .feature_sub_ttl_w .num{
		width: 70px;
		position: absolute;
		top: -43px;
	}
	#feature .feature_w_i .feature_sub_ttl{
		font-size: 2.2rem;
		letter-spacing: 4;
	}
	#feature .feature_w_i .feature_i_c{
		padding-bottom: 60px;
	}
	#feature .feature_w_i .feature_i_c:nth-last-of-type(1){
		padding-bottom: 0;
	}
	#feature .feature_w_i .feature_i_c .lead_txt{
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	#feature .feature_w_i .feature_i_c .menu_01_w li{
		width: 48%;
		margin-bottom: 20px;
	}
	#feature .feature_w_i .feature_i_c .menu_01_w li:nth-last-of-type(1),
	#feature .feature_w_i .feature_i_c .menu_01_w li:nth-last-of-type(2){
		margin-bottom: 0;
	}
	#feature .feature_w_i .feature_i_c .menu_01_w li .imgarea{
		margin-bottom: 15px;
	}
	#feature .feature_w_i .feature_i_c .menu_01_w li .txt {
		font-size: 1.4rem;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i{
		margin-bottom: 40px;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea{
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i:nth-of-type(2n) .txtarea{
		margin-left: 0;
		margin-right: 0;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .menu_02_sub_ttl_w{
		margin-bottom: 20px;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .menu_02_sub_ttl_w .s_txt{
		font-size: 1.6rem;
		margin-bottom: 5px;
		padding-left: 15px;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .menu_02_sub_ttl_w .s_txt:before{
		height: 2px;
		right: 100%;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i:nth-of-type(2n) .txtarea .menu_02_sub_ttl_w .s_txt:before {
		right: 100%;
		left: auto;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .menu_02_sub_ttl_w .menu_02_sub_ttl {
		font-size: 2.2rem;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .txtarea .txt{
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#feature .feature_w_i .feature_i_c .menu_02_w .menu_02_i .imgarea{
		width: 100%;
		flex-shrink: 0;
	}
	#feature .feature_w_i .feature_i_c .search_w{}
	#feature .feature_w_i .feature_i_c .search_w .imgarea{
		text-align: center;
	}
	#feature .feature_w_i .feature_i_c .search_w .imgarea img{
		width: calc(800 / 1400* 100vw);
	}
}

.cta{
	padding-bottom: calc(80 / 1400* 100vw);
}
.cta .cta_w{
	background: #444444;
	padding: calc(60 / 1400* 100vw) calc(70 / 1400* 100vw);
	border-radius: 30px;
	justify-content: space-between;
	align-items: center;
}
.cta .cta_w .cta_ttl{
	font-size: calc(50 / 1400* 100vw);
	font-weight: 600;
}
.cta .cta_w > .txt{
	font-size: calc(17 / 1400* 100vw);
	font-weight: 600;
}
.cta .cta_w .btn_i{
	width: calc(300 / 1400* 100vw);
	padding: calc(15 / 1400* 100vw) 0;
}
@media screen and (max-width: 750px) {
	.cta{
		padding-bottom: 60px;
	}
	.cta .cta_w{
		padding: 30px 20px;
	}
	.cta .cta_w .cta_ttl{
		width: 100%;
		text-align: center;
		font-size: 3.8rem;
	}
	.cta .cta_w > .txt{
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 20px;
	}
	.cta .cta_w .btn_w{
		width: 100%;
	}
	.cta .cta_w .btn_i{
		width: 100%;
		padding: 15px;
		display: block;
		font-size: 1.6rem;
	}
}

.flow_top_img{
	background-image: url(../images/flow_top_img.jpg);
	background-size: cover;
	background-position: center;
	height: calc(400 / 1400* 100vw);
}
@media screen and (max-width: 750px) {
	.flow_top_img{
		height: 250px;
	}
}

#flow{
	padding: calc(80 / 1400 * 100vw) 0;
	overflow: hidden;
	position: relative;
}
#flow:before{
	content: "";
	display: block;
	width: calc(710 / 1400 * 100vw);
	height: calc(535 / 1400 * 100vw);
	background-image: url(../images/about_deco_top.svg);
	background-size: cover;
	position: absolute;
	opacity: 0.6;
	top: calc(-400 / 1400 * 100vw);
	right: calc(-100 / 1400 * 100vw);
}
#flow:after {
	content: "";
	display: block;
	width: calc(650 / 1400 * 100vw);
	height: calc(485 / 1400 * 100vw);
	background-image: url(../images/about_deco_top.svg);
	background-size: cover;
	position: absolute;
	opacity: 0.6;
	bottom: calc(-350 / 1400 * 100vw);
	left: calc(-100 / 1400 * 100vw);
}
#flow .flow_w{
	justify-content: space-between;
}
#flow .flow_i {
	width: 15%;
	position: relative;
	padding: calc(40 / 1400 * 100vw) calc(20 / 1400 * 100vw) calc(30 / 1400 * 100vw);
	box-sizing: border-box;
	border-radius: 30px;
}
#flow .flow_i::after{
	content: "";
    width: calc(40 / 1400* 100vw);
    height: calc(48 / 1400* 100vw);
    background-image: url(../images/flow_arrow.svg);
    background-size: cover;
    position: absolute;
    left: calc(170 / 1400* 100vw);
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}
#flow .flow_i:nth-last-of-type(1):after{
	display: none;
}
#flow .flow_i .num{
	position: absolute;
	top: calc(-30 / 1400 * 100vw);
	left: 50%;
	transform: translate(-50%,0);
	font-size: calc(40 / 1400 * 100vw);
	font-weight: 600;
}
#flow .flow_i .icon{
	text-align: center;
	margin-bottom: calc(20 / 1400 * 100vw);
}
#flow .flow_i .icon img{
	width: calc(110 / 1400 * 100vw);
}
#flow .flow_i .txt{
	line-height: 1.5;
	font-weight: 600;
	font-size:calc(14 / 1400 * 100vw);
	text-align: center;
}
@media screen and (max-width: 750px) {
	#flow{
		padding: 60px 0 40px;
	}
	#flow:before {
		width: 300px;
		height: 230px;
		top: -140px;
		right: -90px;
	}
	#flow:after {
		width: 300px;
		height: 200px;
		bottom: -110px;
		left: -50px;
	}
	#flow .flow_i{
		width: 48%;
		padding:30px 20px 20px;
		border-radius: 20px;
		margin-bottom: 25px;
	}
	#flow .flow_i::after{
		display: none;
	}
	#flow .flow_i .num {
		position: absolute;
		top: -20px;
		font-size: 2.6rem;
	}
	#flow .flow_i .icon{
		margin-bottom: 20px;
	}
	#flow .flow_i .icon img {
		width: 60%;
	}
	#flow .flow_i .txt {
		font-size: 1.2rem;
	}
}

#price {
	padding: calc(80 / 1400 * 100vw) 0 ;
	overflow: hidden;
	position: relative;
}
#price .price_w{
	justify-content: space-between;
	padding-bottom:calc(20 / 1400 * 100vw);
}
#price .price_i{
	width: 48%;
	padding: calc(35 / 1400 * 100vw);
	box-sizing: border-box;
	border-radius: 30px;
}
#price .price_i .price_sub_ttl{
	padding: calc(10 / 1400 * 100vw);
	border-radius: 100px;
	font-size: calc(20 / 1400* 100vw);
	font-weight: 600;
	text-align: center;
	margin-bottom: calc(30 / 1400* 100vw);
}
#price .price_i .num_w{
	font-size:calc(24 / 1400* 100vw);
	font-weight: 600;
	text-align: center;
	line-height: 1;
}
#price .price_i .num_w .num{
	font-size:calc(65 / 1400* 100vw);
	font-weight: 600;
}
#price .caution{
	text-align: center;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	#price{
		padding: 60px 0;
	}
	#price .price_w{
		padding-bottom: 0;
	}
	#price .price_i {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 15px;
		margin-bottom: 20px;
	}
	#price .price_i .price_sub_ttl {
		padding: 10px;
		border-radius: 100px;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	#price .price_i .num_w .num{
		font-size: 3.6rem;
	}
	#price .price_i .num_w{
		font-size: 1.4rem;
	}
	#price .caution{
		text-align: left;
	}
}

footer{
	text-align: center;
	padding: calc(10 / 1400* 100vw);
}
@media screen and (max-width: 900px) {
	footer {
		padding: 0 0 100px;
	}
}

@media screen and (max-width: 750px) {
	.fixed_foot{
		padding: 10px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
	}
	.fixed_foot .btn_i{
		width: 100%;
		padding: 10px;
		display:block;
		font-size: 1.6rem;
	}
}
