@charset "utf-8";
/*--------------------------------------
	copyright : Lampros co.,Ltd.
--------------------------------------*/

@import url(normalize.css);
@import url(../_plugin/fontawesome/css/all.min.css);
@import url(../_plugin/aos/aos.css);
@import url(common_parts.css);
@import url(common.css);


/*
 taxreturn
==============================*/

@font-face {
	font-family: あんず文字;
	src: url(../_fonts/APJapanesefontT.ttf) format("truetype");
}

body {
	background-color: #fff;
}

.contents_inner {
	font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.inner1580 {
	max-width: 1580px;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

div:after,
ul:after {
	display: none;
}

p {
	margin: 0;
}

.blue {
	color: #7b88a9;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.fwB {
	font-weight: bold;
}

.orange-txt {
	color: rgba(226, 151, 44, 1);
}

.btn_movie,
.btn_movie:link,
.btn_movie:visited {
	display: table;
	border-radius: 200px;
	background-color: rgba(226, 151, 44, 1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	padding: 1.8em 4.67em;
	margin-top: 27px;
	text-decoration: none;
	transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.btn_movie:hover {
	transform: scale(1.07);
	opacity: 1;
	box-shadow: 0px 0px 40px rgba(255, 255, 255, 1),
		0px 0px 40px rgba(255, 255, 255, 1);
}

.btn_movie_txt {
	font-size: 3.3rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	color: #fff;
	position: relative;
	padding-left: 70px;
}

.btn_movie_txt::before {
	content: '';
	display: inline-block;
	width: 57px;
	height: 48px;
	background: url(../_img/taxreturn/icn_movie.svg) no-repeat center / contain;
	position: absolute;
	left: 0;
	top: 6px;
}

.third_tit {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	color: #4c2819;
	position: relative;
	z-index: 1;
	padding-top: 94px;
	word-break: keep-all;
}

.third_tit_en {
	font-family: "Roboto Condensed";
	font-size: 120px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #fef235;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: fit-content;
	height: fit-content;
	margin: auto;
	z-index: -1;
}

.sec_desc {
	font-size: 3rem;
	font-weight: 900;
	line-height: 2;
	text-align: center;
	color: #4c2819;
	word-break: keep-all;
}

.how_table+.sec_desc {
	margin-top: 43px;
}

.sec_desc+.sec_desc {
	margin-top: 59px;
}

.third_tit+.sec_desc {
	margin-top: 35px;
}


@media screen and (max-width:1024px) {
	.btn_movie_txt {
		font-size: 2.5rem;
		padding-left: 55px;
	}

	.btn_movie_txt::before {
		width: 44px;
		height: 37px;
		top: 4px;
	}

	.third_tit_en {
		font-size: 110px;
	}
}


@media screen and (max-width:768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.inner1580 {
		padding: 0 calc((30 / 750)* 100vw);
	}

	.btn_movie,
	.btn_movie:link,
	.btn_movie:visited {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		padding: 1.1em 2.92em .62em;
		margin: 16px 0 0 45px;
		transition: none;
	}

	.btn_movie:hover {
		transform: scale(1);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	}

	.btn_movie_txt {
		font-size: 16.5px;
		padding-left: 35px;
	}

	.btn_movie_txt::before {
		width: 27.5px;
		height: 24px;
		top: 2px;
	}

	.third_tit {
		font-size: 20px;
		padding-top: 50px;
	}

	.third_tit_en {
		font-size: 56px;
	}

	.sec_desc {
		font-size: 15px;
	}

	.sec_desc+.sec_desc {
		margin-top: 15px;
	}

	.how_table+.sec_desc {
		margin-top: 23px;
	}

	.third_tit+.sec_desc {
		margin-top: 17px;
	}

}


/* header ----------*/
#header {
	top: 0;
}

#header.fixed {
	height: 7rem;
}

#header.fixed #header-logo {
	padding: 1.2rem;
}

#nav {
	display: none;
}

#header .btn_movie {
	float: right;
	margin: 20px 30px 0 0;
	padding: 1.1em 2.67em 0.88em 2.67em;
	filter: none;
	box-shadow: none;
}

#header.fixed .btn_movie {
	margin: 12px 30px 0 0;
	padding: 0.8em 1.67em 0.2em 1.67em;
}

#header .btn_movie_txt {
	font-size: 2.2rem;
	letter-spacing: .1em;
	padding-left: 47px;
	transition: all .5s;
}

#header.fixed .btn_movie_txt {
	font-size: 1.8rem;
	padding-left: 37px;
}

#header .btn_movie_txt::before {
	width: 38px;
	height: 32px;
	top: -2px;
	transition: all .5s;
}

#header.fixed .btn_movie_txt::before {
	width: 28px;
	height: 24px;
	top: 0px;
}


@media screen and (max-width:1024px) {
	#nav_bar {
		display: none;
	}
}

@media screen and (max-width:768px) {
	#header-logo {
		position: absolute;
	}

	#header .btn_movie {
		margin: 25px 20px 0 0;
		padding: .8em 1.65em .7em 1.65em;
		display: flex;
		align-items: center;
		position: relative;
	}

	#header.fixed .btn_movie {
		margin: 10px 20px 0 0;
		padding: .8em 1.3em .7em 1.3em;
	}

	#header .btn_movie_txt,
	#header.fixed .btn_movie_txt {
		font-size: 18px;
		padding-left: 34px;
	}

	#header .btn_movie_txt::before,
	#header.fixed .btn_movie_txt::before {
		width: 24px;
		height: 20px;
		top: -2px;
	}
}


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

	#header .btn_movie {
		margin: 22px 20px 0 0;
	}

}


@media screen and (max-width: 360px) {
	#header .btn_movie {
		padding: .8em 1em .7em 1em;
	}

	#header .btn_movie_txt,
	#header.fixed .btn_movie_txt {
		font-size: 14px;
		padding-left: 20px;
	}

	#header .btn_movie_txt::before,
	#header.fixed .btn_movie_txt::before {
		width: 16px;
		height: 14px;
		top: 0px;
	}

}

/* mainVisualBl ----------*/
.mainVisualBl {
	margin: 100px 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;

	background: url(../_img/taxreturn/taxreturn_mv.jpg) no-repeat center top/cover;
}

header.fixed .contents_inner .mainVisualBl {
	margin-top: 70px;
}

.mainVisualBl img {
	max-width: inherit;
	width: 100%;
	height: auto;
}

.mainVisualBl_inner {
	width: min(calc((1580 / 1700)* 100vw), 1580px);
	max-width: 1580px;
	box-sizing: border-box;
	padding: 0 40px;
	position: relative;
	margin: 0 auto;
}

.mainVisual_txtwrap {
	padding: min(calc((70 / 1700)* 100vw), 70px) 0 min(calc((65 / 1700)* 100vw), 65px);
	position: relative;
	z-index: 2;
}

.mainVisual_pagetit {
	display: flex;
	justify-content: space-between;
	width: min(calc((744 / 1700)* 100vw), 744px);
	box-sizing: border-box;
	margin: 0 auto;
}

.mainVisual_limitedtime {
	font-size: min(calc((46 / 1700)* 100vw), 46px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: .1em;
	text-align: center;
	color: #371d12;
	display: block;
	position: relative;
	width: min(calc((169 / 1700)* 100vw), 169px);
	margin-top: .7em;
	left: -.2em;
}

.mainVisual_limitedtime::before {
	content: '';
	display: block;
	width: min(calc((210 / 1700)* 100vw), 210px);
	height: min(calc((210 / 1700)* 100vw), 210px);
	background: url(../_img/taxreturn/icn_glass_yellow.png) no-repeat center / contain;
	position: absolute;
	z-index: -1;
	top: -1.2em;
	left: -.45em;
}

.mainVisual_pagetit_inner {
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, .66);
	position: relative;
	top: -.5em;
	left: 1.2em;
}

.mainVisual_pagetit_1 {
	font-size: min(calc((31 / 1700)* 100vw), 31px);
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .12em;
	display: block;
}

.mainVisual_pagetit_2 {
    font-size: min(calc((33.5 / 1700)* 100vw), 33.5px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    position: relative;
    padding-left: min(calc((63 / 1700)* 100vw), 63px);
    text-align: center;
    display: table;
    margin: min(calc((10 / 1700)* 100vw), 10px) auto 0 2.54em;
}

.mainVisual_pagetit_2_yellow {
    color: #fef235;
    font-size: min(calc((50 / 1700)* 100vw), 50px);
    letter-spacing: .2em;
    display: block;
    text-align: center;
    margin: .1em auto 0;
}

.mainVisual_pagetit_2::before {
    content: '';
    display: block;
    width: min(calc((50 / 1700)* 100vw), 50px);
    height: min(calc((56 / 1700)* 100vw), 56px);
    background: url(../_img/taxreturn/icn_timer.svg) no-repeat center / contain;
    position: absolute;
    top: -.2em;
    left: 0;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.66));}

.mainVisual_pagetit_3 {
	font-size: min(calc((118 / 1700)* 100vw), 118px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: .2em;
	display: block;
	color: #fef235;
	margin-top: min(calc((10 / 1700)* 100vw), 10px);
}


.mainVisual_pagetit_light_1,
.mainVisual_pagetit_light_2,
.mainVisual_pagetit_light_3 {
	position: absolute;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.66));
}

.mainVisual_pagetit_light_1 {
	width: 9.6%;
	left: -9.5%;
	top: 100%;
}

.mainVisual_pagetit_light_2 {
	width: 5.5%;
	left: 49.5%;
	top: 99%;
}

.mainVisual_pagetit_light_3 {
	width: 9.6%;
	left: 94.5%;
	top: 48%;
	transform: scale(-1, 1);
}


.mainVisual_flow {
	width: min(calc((744 / 1700)* 100vw), 744px);
	box-sizing: border-box;
	margin: min(calc((90 / 1700)* 100vw), 90px) auto 0;
	position: relative;
}

.mainVisual_flow_tit {
	font-size: min(calc((26 / 1700)* 100vw), 26px);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
	border-radius: 20px 20px 0 0;
	background: url(../_img/taxreturn/bg_stripe_orange.jpg);
	padding: 0.6em;
}

.mainVisual_flow_inner {
	background-color: rgba(255, 255, 255, .85);
	border-radius: 0 0 20px 20px;
	padding: min(calc((30 / 1700)* 100vw), 30px) min(calc((42 / 1700)* 100vw), 42px);
}

.mainVisual_flow_list {
	display: flex;
	justify-content: space-between;
}

.mainVisual_flow_list::after {
	display: none;
}

.mainVisual_flow_item {
	width: min(calc((180 / 1700)* 100vw), 180px);
	box-sizing: border-box;
	position: relative;
}

.mainVisual_flow_item::after {
	content: '';
	display: block;
	width: min(calc((14 / 1700)* 100vw), 14px);
	height: min(calc((26 / 1700)* 100vw), 26px);
	background: url(../_img/taxreturn/icn_arrow_orange.svg) no-repeat center / contain;
	position: absolute;
	right: -20%;
	top: min(calc((49 / 1700)* 100vw), 49px);
}

.mainVisual_flow_item:last-child::after {
	display: none;
}

.mainVisual_flow_item_flame {
    border: 2px solid #f19d44;
    border-radius: 20px;
    background-color: #fff;
    padding: min(calc((20 / 1700)* 100vw), 20px) min(calc((5 / 1700)* 100vw), 5px) min(calc((12 / 1700)* 100vw), 12px);
    display: block;
}

#body-wrap .mainVisual_flow_item_flame:link,
#body-wrap .mainVisual_flow_item_flame:visited {
	text-decoration: none;
}

.mainVisual_flow_item:nth-child(3) .mainVisual_flow_item_flame {
	background: url(../_img/taxreturn/bg_stripe_orange.jpg);
}

.mainVisual_flow_item_flame_imgwrap img {
	height: min(calc((50 / 1700)* 100vw), 50px);
	box-sizing: border-box;
}

.mainVisual_flow_item_flame_tit {
	font-size: min(calc((20 / 1700)* 100vw), 20px);
	font-weight: 600;
	color: #4c2819;
	line-height: 1.5;
	text-align: center;
	margin-top: .2em;
}

.mainVisual_flow_item:nth-child(3) .mainVisual_flow_item_flame_tit {
	color: #fff;
}

.mainVisual_flow_item_desc {
	font-size: min(calc((14 / 1700)* 100vw), 14px);
	line-height: 1.42;
	letter-spacing: 0;
	color: #371d12;
	margin-top: .6em;
	white-space: nowrap;
}

.mainVisual_chief {
	width: min(calc((473 / 1700)* 100vw), 473px);
	position: absolute;
	left: 2.9%;
	bottom: -8%;
	z-index: 1;
}

.mainVisual_chief_inner {
	position: relative;
}

.mainVisual_chief_txtwrap {
	position: absolute;
	left: 70px;
	top: 73%;
}

.mainVisual_chief_red {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #da4e09;
	color: #fff;
	text-align: center;
	font-size: min(calc((16 / 1700)* 100vw), 16px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	border-radius: 50px;
	padding: .45em .95em;
	width: fit-content;
}

.mainVisual_chief_company {
	color: #fff;
	display: block;
	font-size: min(calc((16 / 1700)* 100vw), 16px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-top: min(calc((13 / 1700)* 100vw), 13px);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.mainVisual_chief_name {
	color: #fff;
	font-size: min(calc((27 / 1700)* 100vw), 27px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	display: flex;
	align-items: flex-end;
	margin-top: min(calc((12 / 1700)* 100vw), 12px);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.mainVisual_chief_name_s {
	font-size: min(calc((16 / 1700)* 100vw), 16px);
	font-weight: 500;
	padding-right: .5em;
}

.mainVisual_ul {
    display: flex
;
    position: absolute;
    left: 38%;
    top: 44%;
}

.mainVisual_ul li {
	font-size: min(calc((23 / 1700)* 100vw), 23px);
	font-weight: 600;
	color: rgba(226, 151, 44, 1);
	letter-spacing: .15em;
	line-height: 1.5;
	text-align: center;
	margin-top: .2em;
	background: #fff;
	border: 1px solid rgba(226, 151, 44, 1);
	border-radius: 50px;
	padding: .3em .55em;
}

.mainVisual_ul li+li {
	margin-left: min(calc((24 / 1700)* 100vw), 24px);
}



@media screen and (max-width:1300px) {
	.mainVisual_chief_txtwrap {
		left: 50px;
	}

}



@media screen and (max-width:768px) {
	.mainVisualBl {
		margin-top: 90px;
		background: url(../_img/taxreturn/taxreturn_mv_sp.jpg) no-repeat center top / cover;
	}

	.mainVisualBl_inner {
		width: auto;
		padding: 0 calc((30 / 750)* 100vw);
	}

	.mainVisual_txtwrap {
		padding: calc((58 / 750)* 100vw) 0 calc((50 / 750)* 100vw);
	}

	.mainVisual_limitedtime {
		font-size: calc((42.6 / 750)* 100vw);
		width: calc((153 / 750)* 100vw);
		margin-top: .7em;
	}

	.mainVisual_limitedtime::before {
		width: calc((191 / 750)* 100vw);
		height: calc((190 / 750)* 100vw);
		top: -1.1em;
		left: -.5em;
	}

	.mainVisual_pagetit {
		width: auto;
	}

	.mainVisual_pagetit_1 {
		font-size: calc((28.7 / 750)* 100vw);
	}

	.mainVisual_pagetit_2 {
        font-size: calc((31 / 750)* 100vw);
        padding-left: calc((58 / 750)* 100vw);
        margin: calc((11 / 750)* 100vw) auto 0;
	}

	.mainVisual_pagetit_2_yellow {
		font-size: calc((46 / 750)* 100vw);
		letter-spacing: .25em;
		margin: .1em auto 0;
	}

	.mainVisual_pagetit_2::before {
		width: calc((46 / 750)* 100vw);
		height: calc((52 / 750)* 100vw);
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.66));
	}

	.mainVisual_pagetit_3 {
		font-size: calc((109 / 750)* 100vw);
		margin-top: calc((8 / 750)* 100vw);
		white-space: nowrap;
	}

	.mainVisual_flow {
		width: auto;
		margin: calc((469 / 750)* 100vw) auto 0;
	}

	.mainVisual_flow_inner {
		border-radius: 0 0 10px 10px;
		padding: calc((30 / 750)* 100vw) calc((30 / 750)* 100vw) calc((25 / 750)* 100vw);
	}

	.mainVisual_flow_item {
		width: calc((189 / 750)* 100vw);
	}

	.mainVisual_flow_item::after {
		width: calc((13 / 750)* 100vw);
		height: calc((23 / 750)* 100vw);
		right: calc((-19 / 750)* 100vw);
		top: calc((67 / 750)* 100vw);
	}

	.mainVisual_flow_item_flame {
		border: 1px solid #f19d44;
		border-radius: 10px;
		padding: calc((20 / 750)* 100vw) calc((10 / 750)* 100vw);
	}

	.mainVisual_flow_item_flame_imgwrap img {
		height: calc((60 / 750)* 100vw);
	}

	.mainVisual_flow_item_flame_tit {
		font-size: calc((24 / 750)* 100vw);
		margin-top: calc((12 / 750)* 100vw);
	}

	.mainVisual_flow_item_desc {
		font-size: calc((20 / 750)* 100vw);
		margin-top: calc((14 / 750)* 100vw);
	}

	.mainVisual_flow_tit {
		font-size: calc((30 / 750)* 100vw);
		border-radius: 10px 10px 0 0;
		padding: 0.45em;
	}

	.mainVisual_pagetit_light_1 {
		width: calc((50 / 750)* 100vw);
		left: calc((-61 / 750)* 100vw);
		top: calc((204 / 750)* 100vw);
	}

	.mainVisual_pagetit_light_2 {
		width: calc((29 / 750)* 100vw);
		left: calc((256 / 750)* 100vw);
		top: calc((230 / 750)* 100vw);
	}

	.mainVisual_pagetit_light_3 {
		width: calc((50 / 750)* 100vw);
		left: calc((480 / 750)* 100vw);
		top: calc((103 / 750)* 100vw);
	}

	.mainVisual_chief {
		width: calc((355 / 750)* 100vw);
		left: calc((30 / 750)* 100vw);
		bottom: calc((-248 / 750)* 100vw);
	}

	.mainVisual_chief_txtwrap {
		left: calc((376 / 750)* 100vw);
		top: calc((236 / 750)* 100vw);
	}

	.mainVisual_chief_red {
		font-size: calc((23.25 / 750)* 100vw);
		padding: 0.53em 0.33em;
		width: calc((116 / 750)* 100vw);
		white-space: nowrap;
	}

	.mainVisual_chief_company {
		font-size: calc((20 / 750)* 100vw);
		margin-top: calc((19 / 750)* 100vw);
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);
		white-space: nowrap;
	}

	.mainVisual_chief_name {
		font-size: calc((34 / 750)* 100vw);
		margin-top: calc((15 / 750)* 100vw);
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);
		white-space: nowrap;
	}

	.mainVisual_chief_name_s {
		font-size: calc((20 / 750)* 100vw);
	}

	.mainVisual_ul {
        left: calc((175 / 750)* 100vw);
        top: calc((335 / 750)* 100vw);
	}

	.mainVisual_ul li {
		font-size: calc((22 / 750)* 100vw);
		white-space: nowrap;
	}

	.mainVisual_ul li+li {
		margin-left: calc((8 / 750)* 100vw);
	}
}



@media screen and (max-width:736px) {
	.mainVisualBl {
		margin-top: 90px;
	}
}



@media screen and (max-width:560px) {
	.mainVisualBl {
		margin-top: 80px;
	}

}


/* orangeStripeBl ----------*/
.orangeStripeBl {
	background: url(../_img/taxreturn/bg_stripe_orange_2.jpg);
	padding: 1.25em 0;
	position: relative;
	z-index: 1;
}

.orangeStripe_tit {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	display: table;
	position: relative;
	padding: 0 40px;
	margin: 0 auto;
}

.orangeStripe_tit::before,
.orangeStripe_tit::after {
	content: '';
	display: block;
	width: 53px;
	height: 38px;
	position: absolute;
	top: -31px;
}

.orangeStripe_tit::before {
	background: url(../_img/taxreturn/icn_emphasis.svg) no-repeat center/contain;
	left: 0;
}

.orangeStripe_tit::after {
	background: url(../_img/taxreturn/icn_emphasis.svg) no-repeat center/contain;
	transform: scale(-1, 1);
	right: 0;
}

.orangeStripe_tit_unit {
	font-size: 3rem;
	vertical-align: baseline;
}

@media screen and (max-width:1024px) {
	.orangeStripe_tit {
		font-size: 3rem;
	}

	.orangeStripe_tit_unit {
		font-size: 2.5rem;
		vertical-align: baseline;
	}

}


@media screen and (max-width:768px) {
	.orangeStripeBl {
		padding: .95em 0;
	}

	.orangeStripe_tit {
		font-size: 22px;
		padding: 0 15px;
	}

	.orangeStripe_tit_unit {
		font-size: 16.5px;
	}

	.orangeStripe_tit::before,
	.orangeStripe_tit::after {
		width: 29.5px;
		height: 21.5px;
		top: -18px;
	}
}


/* courseBl ----------*/
.courseBl {
	background: url(../_img/taxreturn/bg_course.jpg) no-repeat center / cover;
	overflow: hidden;
	padding: 85px 0 73px;
}

.course_inner {
	padding: 0 9.5em;
}

.courseBl .inner1580 {
	position: relative;
}

.course_tit {
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}

.course_tit_s {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

.course_imgwrap {
	width: 132px;
	position: absolute;
	left: 62px;
	top: 205px;
	pointer-events: none;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}



@media screen and (max-width:1300px) {
	.course_inner {
		padding: 0 5.5em;
	}

	.course_imgwrap {
		left: 0;
	}
}


@media screen and (max-width:1024px) {
	.course_tit {
		font-size: 4.2rem;
	}

	.course_tit_s {
		font-size: 3rem;
	}
}

@media screen and (max-width:768px) {
	.courseBl {
		background: url(../_img/taxreturn/bg_course_sp.jpg) no-repeat center / cover;
		padding: 31px 0 43px;
	}

	.course_inner {
		padding: 0;
	}

	.course_tit {
		font-size: 30px;
		line-height: 1.45;
	}

	.course_tit_s {
		font-size: 20px;
	}

	.course_imgwrap {
		width: 67px;
		left: 0;
		top: 175px;
	}
}



/* whyBl ----------*/
.whyBl {
	background-color: rgba(247, 246, 224, .3);
	position: relative;
	padding: 18px 0 118px;
}

.whyBl::before {
	content: '';
	display: block;
	width: min(calc((794 / 1700)* 100vw), 794px);
	height: min(calc((766 / 1700)* 100vw), 766px);
	background: url(../_img/taxreturn/bg_why.svg) no-repeat center / contain;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.3;
}

.why_list {
	max-width: min(calc((1200 / 1700)* 100vw), 1200px);
	width: 100%;
	height: min(calc((336 / 1700)* 100vw), 336px);
	box-sizing: border-box;
	position: relative;
	margin: 60px auto 0;
}

.why_list_item {
	position: absolute;
}

.why_list_item._1 {
	width: min(calc((232 / 1700)* 100vw), 232px);
	top: 12%;
	left: 8.7%;
}

.why_list_item._2 {
	width: min(calc((214 / 1700)* 100vw), 214px);
	top: 36.9%;
	left: 38.9%;
}

.why_list_item._3 {
	width: min(calc((213 / 1700)* 100vw), 213px);
	top: 2.5%;
	left: 73.7%;
}

.why_list_item_inner {
	position: relative;
}

.why_list_item_txt {
	font-family: あんず文字;
	font-size: min(calc((19 / 1700)* 100vw), 19px);
	line-height: 1.5;
	letter-spacing: -0.1em;
	color: #fff;
	white-space: nowrap;
	position: absolute;
}

.why_list_item._1 .why_list_item_txt {
	top: -7%;
	left: -34%;
}

.why_list_item._2 .why_list_item_txt {
	top: -52%;
	left: 60%;
}

.why_list_item._3 .why_list_item_txt {
	top: 21%;
	left: 91%;
}

.why_list_item_txt_inner {
	position: relative;
	z-index: 1;
}

.why_list_item_txt_inner::before {
	content: '';
	display: block;
	z-index: -1;
	position: absolute;
}

.why_list_item._1 .why_list_item_txt_inner::before {
	width: min(calc((157 / 1700)* 100vw), 157px);
	height: min(calc((149 / 1700)* 100vw), 149px);
	background: url(../_img/taxreturn/fukidashi.svg) no-repeat center / contain;
	top: -1.6em;
	left: -1em;
	transform: scale(-1, 1);
}

.why_list_item._2 .why_list_item_txt_inner::before {
	width: min(calc((167 / 1700)* 100vw), 167px);
	height: min(calc((158 / 1700)* 100vw), 158px);
	background: url(../_img/taxreturn/fukidashi.svg) no-repeat center / contain;
	top: -1.2em;
	left: -2em;
}

.why_list_item._3 .why_list_item_txt_inner::before {
	width: min(calc((130 / 1700)* 100vw), 130px);
	height: min(calc((123 / 1700)* 100vw), 123px);
	background: url(../_img/taxreturn/fukidashi.svg) no-repeat center / contain;
	top: -1em;
	left: -.6em;
}

.why_desc {
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: center;
	color: #4c2819;
	margin-top: 60px;
	white-space: nowrap;
}


@media screen and (max-width:768px) {
	.whyBl {
		padding: 18px 0 39px;
	}

	.whyBl::before {
		width: calc((886 / 750)* 100vw);
		height: calc((855 / 750)* 100vw);
		right: calc((-145 / 750)* 100vw);
		top: -1px;
	}

	.why_desc {
		font-size: 22.5px;
		margin-top: 28px;
		letter-spacing: 0;
	}

	.why_list {
		max-width: inherit;
		height: calc((706 / 750)* 100vw);
		margin: 26px auto 0;
	}

	.why_list_item._1 {
		width: calc((232 / 750)* 100vw);
		top: 10.8%;
		left: 21.2%;
	}

	.why_list_item._2 {
		width: calc((214 / 750)* 100vw);
		top: 66.9%;
		left: 12.9%;
	}

	.why_list_item._3 {
		width: calc((213 / 750)* 100vw);
		top: 23.5%;
		left: 59.2%;
	}

	.why_list_item_txt {
		font-size: calc((25 / 750)* 100vw);
	}

	.why_list_item._1 .why_list_item_txt {
		top: -18.0%;
		left: -52%;
	}

	.why_list_item._2 .why_list_item_txt {
		top: -8%;
		left: 111%;
	}

	.why_list_item._3 .why_list_item_txt {
		top: -54%;
		left: 52%;
	}

	.why_list_item._1 .why_list_item_txt_inner::before {
		width: calc((207 / 750)* 100vw);
		height: calc((197 / 750)* 100vw);
	}

	.why_list_item._2 .why_list_item_txt_inner::before {
		width: calc((220 / 750)* 100vw);
		height: calc((209 / 750)* 100vw);
	}

	.why_list_item._3 .why_list_item_txt_inner::before {
		width: calc((172 / 750)* 100vw);
		height: calc((163 / 750)* 100vw);
	}
}


/* howBl ----------*/
.howBl {
	background-color: rgba(237, 247, 224, .75);
	position: relative;
	padding: 18px 0 118px;
	overflow: hidden;
}

.howBl::before,
.howBl::after {
	content: '';
	display: block;
	position: absolute;
	opacity: 0.75;
	z-index: 0;
}

.howBl::before {
	width: min(calc((696 / 1700)* 100vw), 696px);
	height: min(calc((629 / 1700)* 100vw), 629px);
	background: url(../_img/taxreturn/bg_how_1.png) no-repeat center / contain;
	left: 0;
	top: 0;
}

.howBl::after {
	width: min(calc((802 / 1700)* 100vw), 802px);
	height: min(calc((778 / 1700)* 100vw), 778px);
	background: url(../_img/taxreturn/bg_how_2.png) no-repeat center / contain;
	right: 0;
	bottom: 27.3%;
}

.howBl .inner1580 {
	z-index: 1;
}

.how_table {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 49px;
}

.how_table thead th {
	background-color: rgba(226, 151, 44, 1);
	color: #fff;
	font-size: 3rem;
	line-height: 1.3;
	padding: .35em;
	letter-spacing: .05em;
	border: 1px solid #4c2819;
	box-sizing: border-box;
}

.how_table thead th:nth-child(1) {
	width: 52%;
}

.how_table thead th:nth-child(2) {
	width: 19%;
}

.how_table thead th:nth-child(3) {
	width: 29%;
}

.how_table tbody td {
	padding: 0.2em;
	color: #4c2819;
	font-weight: bold;
	border: 1px solid #4c2819;
	background-color: #fff;
	text-align: center;
	font-size: 2rem;
	white-space: nowrap;
}

.num-unit-wrap>span {
	text-align: right;
}

.how_table tbody td .num {
	font-family: din-2014-narrow, sans-serif;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.07em;
	padding-right: .1em;
	display: inline-block;
}

.how_table tbody td:nth-child(1) .num {
	width: 2.7em;
}

.how_table tbody td:nth-child(2) .num {
	width: 1.2em;
}

.how_table tbody td:nth-child(3) .num {
	width: 2.7em;
}

.how_table tbody td .unit {
	position: relative;
	top: 0.6em;
}

@media screen and (max-width:768px) {
	.howBl {
		padding: 18px 0 127px;
	}

	.howBl::before {
		width: calc((696 / 750)* 100vw);
		height: calc((629 / 750)* 100vw);
		left: 0;
		top: calc((-5 / 750)* 100vw);
	}

	.howBl::after {
		width: calc((801 / 750)* 100vw);
		height: calc((777 / 750)* 100vw);
		bottom: 34%;
	}

	.how_table {
		margin-top: 19px;
	}

	.how_table thead th {
		font-size: 15px;
	}

	.how_table tbody td {
		font-size: 10px;
	}

	.how_table tbody td .num {
		font-size: 20px;
	}

}


@media screen and (max-width:360px) {
	.how_table thead th {
		font-size: 14px;
	}
}


/* profileArea ----------*/
.profileArea {
	background-color: #fff;
	position: relative;
	padding: 21px 30px 3px;
	margin: 0 auto;
	max-width: 1200px;
	box-sizing: border-box;
	z-index: 1;
	color: #4c2819;
}

.sec_desc+.profileArea {
	margin-top: 45px;
}

.profile_tit {
	word-break: keep-all;
}

.profile_tit>* {
	vertical-align: bottom;
}

.profile_tit_1 {
	line-height: 1;
	font-size: 3.8rem;
	letter-spacing: .055em;
}

.profile_tit_2 {
	font-size: 6rem;
	line-height: 1;
	letter-spacing: .05em;
	padding: 0 .23em;
	position: relative;
	top: .12em;
	white-space: nowrap;
}

.profile_tit_3 {
	font-size: 3rem;
	line-height: 1.3;
	letter-spacing: .068em;
	padding-top: 1em;
	display: inline-block;
}

.profile_wraparound {
	overflow: hidden;
	margin-top: 26px;
}

.profile_imgwrap {
	width: 27.05%;
	float: left;
	margin: 0 2.5% 2.5% 0;
}

.profile_wraparound_tit {
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .05em;
	margin: .7em 0 .4em 0;
}

.profile_wraparound_desc {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 400;
	letter-spacing: .05em;
}

.profile_wraparound_desc._1,
.profile_wraparound_desc._2 {
	margin-right: 10.5em;
}

.profile_ill-imgwrap {
	width: 22.7%;
	position: absolute;
	right: -5.5%;
	bottom: -12%;
}



@media screen and (max-width:1400px) {
	.profile_ill-imgwrap {
		right: -1.5%;
	}

	.profile_wraparound_desc._1,
	.profile_wraparound_desc._2 {
		margin-right: 13em;
	}

	.profile_wraparound_desc .br_1,
	.profile_wraparound_desc .br_2 {
		display: none;
	}
}



@media screen and (max-width:1210px) {
	.profileArea {
		padding-bottom: 30px;
	}

	.profile_tit_3 {
		padding-top: .4em;
	}

	.profile_wraparound_desc._1,
	.profile_wraparound_desc._2 {
		margin-right: 11em;
	}

	.profile_ill-imgwrap {
		bottom: -3%;
	}
}



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

	.profile_wraparound_desc._1,
	.profile_wraparound_desc._2 {
		margin-right: 7em;
	}
}



@media screen and (max-width:768px) {
	.profileArea {
		padding: 21px calc((30 / 750)* 100vw) 29px;
	}

	.sec_desc+.profileArea {
		margin-top: 22px;
	}

	.profile_tit {
		text-align: center;
	}

	.profile_tit_1 {
		font-size: 19.5px;
		letter-spacing: .05em;
	}

	.profile_tit_2 {
		font-size: 29px;
		margin-top: 8px;
		display: inline-block;
	}

	.profile_tit_3 {
		font-size: 14.5px;
		line-height: 2;
		padding-top: .7em;
	}

	.profile_imgwrap {
		width: 154px;
		float: none;
		margin: 0 auto;
	}

	.profile_wraparound {
		margin-top: 16px;
	}

	.profile_wraparound_tit {
		font-size: 14px;
		margin: 21px 0 8px 0;
	}

	.profile_wraparound_desc {
		font-size: 11px;
	}

	.profile_wraparound_desc._1,
	.profile_wraparound_desc._2 {
		margin-right: 0;
	}

	.profile_ill-imgwrap {
		width: 137px;
		bottom: -86px;
		right: 0px;
	}
}



/* lessonBl ----------*/
.lessonBl {
	background-color: rgba(247, 246, 224, .5);
	position: relative;
	padding: 18px 0 118px;
}

.lessonBl::before,
.lessonBl::after {
	content: '';
	display: block;
	position: absolute;
	opacity: 0.5;
	z-index: 0;
}

.lessonBl::before {
	width: min(calc((810 / 1700)* 100vw), 810px);
	height: min(calc((587 / 1700)* 100vw), 587px);
	background: url(../_img/taxreturn/bg_lesson_1.png) no-repeat center / contain;
	left: 0;
	top: 0;
}

.lessonBl::after {
	width: min(calc((537 / 1700)* 100vw), 537px);
	height: min(calc((282 / 1700)* 100vw), 282px);
	background: url(../_img/taxreturn/bg_lesson_2.png) no-repeat center / contain;
	top: 1%;
	right: 0;
}

.lessonBl .inner1580 {
	z-index: 1;
}

@media screen and (max-width:768px) {
	.lessonBl {
		padding: 18px 0 123px;
	}

	.lessonBl::before {
		width: calc((475 / 750)* 100vw);
		height: calc((344 / 750)* 100vw);
	}

	.lessonBl::after {
		width: calc((537 / 750)* 100vw);
		height: calc((282 / 750)* 100vw);
		top: calc((588 / 750)* 100vw);
		right: calc((-38 / 750)* 100vw);
	}

}



/* appBl ----------*/
.anchor-app {
	position: relative;
	top: -50px;
}

.appBl {
	padding: 18px 0 60px;
}

.app_inner {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

.app_desc {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	color: #4c2819;
	word-break: keep-all;
}

.app_desc.taL {
	text-align: left;
}

.app_desc_thanks {
	font-size: 3.5rem;
	font-weight: 600;
}

.app_desc:nth-child(1) {
	margin-top: 44px;
}

.app_desc+.app_desc {
	margin-top: 30px;
}

.app_desc.app_desc_thanks+.app_desc {
	margin-top: 30px;
}

.app_desc_indent {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
	margin-top: 10px;
}

.app_form {
	margin: 42px auto 0;
	max-width: 1120px;
}

.app_form dl {
	display: flex;
	justify-content: center;
	color: #341b11;
}

.app_form dl+dl {
	margin-top: 60px;
}

.app_form dl dt {
	max-width: 250px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 14px;
	margin-right: 5.5%;
	padding-right: 7px;
	font-size: 2rem;
	line-height: 1.55;
	letter-spacing: .05em;
	position: relative;
	text-align: right;
	word-break: keep-all;
}

.app_form dl dt.mt_1 {
	margin-top: 5px;
}

.app_form dl dt.mt_2 {
	margin-top: 0;
}

.app_form dl dt.mandatory::after {
	content: '必須';
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	background-color: rgba(226, 151, 44, 1);
	color: #fff;
	text-align: center;
	border-radius: 30px;
	padding: .13em 0.6em;
	position: relative;
	top: -1px;
	right: -8px;
}

/* Safari */
_::-webkit-full-page-media,
_:future,
:root .app_form dl dt.mandatory::after {
	font-weight: 500;
	top: -2px;
}

.app_form dl dt .chuki-ul {
	margin-top: 10px;
}

.app_form dl dt .chuki-ul li {
	font-size: 1.4rem;
	line-height: 1.55;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.app_form dl dd {
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .05em;
}

.app_form input[type="checkbox"],
.app_form input[type="radio"] {
	display: none;
}

.app_form input[type="text"],
.app_form input[type="textarea"] {
	background: none repeat scroll 0 0 #efefef !important;
	border: 1px solid #efefef;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: 1.1em 1.1em;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
}

.app_form input[type="text"][name="携帯電話番号"] {
	max-width: 400px;
}

.app_form textarea {
	background: #efefef;
	border: none;
	max-width: 600px;
	width: 100%;
	height: 200px;
	font-size: 1.6rem;
	padding: 1.1em 1.1em;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none
		/*iphoneのsafariで上部の影を削除*/
	;
}

.app_form label {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 29px;
	cursor: pointer;
	line-height: 1.5;
	transition: all .5s;
	word-break: keep-all;
}

.app_form label:hover {
	color: rgba(226, 151, 44, 1);
}

.app_form label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
}

.app_form input:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 5.5px;
	left: 6.5px;
	width: 7px;
	height: 11px;
	transform: rotate(43deg);
	border-bottom: 2px solid rgba(226, 151, 44, 1);
	border-right: 2px solid rgba(226, 151, 44, 1);
}


.app_form dl dd .checkbox-wrap {
	max-width: 600px;
	width: 100%;
	display: inline-block;
}

.app_form dl dd .checkbox-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -8px;
}

.app_form dl dd .checkbox-ul li {
	margin: 8px 0;
}

.app_form dl dd .checkbox-ul li:nth-child(3n+1) {
	width: 33%;
}

.app_form dl dd .checkbox-ul li:nth-child(3n+2) {
	width: 42%;
}

.app_form dl dd .checkbox-ul li:nth-child(3n+3) {
	width: 25%;
}


.app_form dl dd .select-wrap {
	max-width: 400px;
	width: 100%;
	position: relative;
	display: inline-block;
}

.app_form dl dd .select-wrap::after {
	content: '';
	display: block;
	width: 17px;
	height: 11px;
	background: url(../_img/taxreturn/icn_arrow_black.svg) no-repeat center / contain;
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	z-index: 1;
}

.app_form dl dd .select-wrap .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: .87em 2.6em .87em .9em;
	box-sizing: border-box;
}

.app_form dl dd .select-wrap .select option {
	color: #000;
}

.app_form dl dd .select-wrap .select::-ms-expand {
	display: none;
}

.app_form input[type="text"][required=""] {
	color: #341b11;
}

.app_form ::placeholder {
	color: #ccc
}

.app_form .policy-box {
	border: 1px solid #dbdbdb;
	background-color: #fff;
	margin: 60px auto;
	padding: 1.05em 3.3em 1.05em 1.3em;
	max-width: 893px;
	width: 100%;
	max-height: 150px;
	box-sizing: border-box;
}

.app_form .policy-box_tit {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 15px;
}

.app_form .policy-box_desc,
.app_form .policy-box_ul,
.policy-box_sec-tit {
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: 400;
	letter-spacing: .05em;
}

.policy-box_sec-tit {
	font-weight: bold;
}

.app_form .policy-box_desc+.policy-box_desc,
.app_form .policy-box_ul+.policy-box_desc,
.app_form .policy-box_desc+.policy-box_ul {
	margin-top: 10px;
}

.app_form .policy-box_ul+.policy-box_desc.fwB,
.app_form .policy-box_ul+.policy-box_sec-tit,
.app_form .policy-box_desc+.policy-box_sec-tit {
	margin-top: 20px;
}

.app_form .policy-box_ul li {
    text-indent: -1em;
    padding-left: 2em;
}


.contact_common .submit_bt {
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	position: relative;
	color: #fff;
	background-color: rgba(226, 151, 44, 1);
	margin-top: -7px;
	transition: all .5s;
}

.contact_common form .submit_bt:disabled {
	background: #BBB;
	pointer-events: none;
	color: #333;
}


.contact_common .submit_bt:hover {
	opacity: 0.7;
	cursor: pointer;
	transform: scale(1.1);
}

.appBl video {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.app_moviewrap {
	max-width: 1000px;
	margin: 50px auto 100px;
	cursor: pointer;
}



@media screen and (max-width:1024px) {
	.app_form dl dd .checkbox-ul li:nth-child(3n+1) {
		width: 40%
	}

	.app_form dl dd .checkbox-ul li:nth-child(3n+2) {
		width: 30%
	}

	.app_form dl dd .checkbox-ul li:nth-child(3n+3) {
		width: 30%
	}
}



@media screen and (max-width:768px) {
	.appBl {
		padding: 18px 0 40px;
	}

	.app_desc {
		font-size: 12px;
		line-height: 2;
	}

	.app_desc:nth-child(1) {
		margin-top: 22px;
	}

	.app_desc+.app_desc {
		margin-top: 15px;
	}

	.app_desc.app_desc_thanks+.app_desc {
		margin-top: 20px;
	}

	.app_desc_thanks {
		font-size: 21px;
	}

	.app_form {
		margin: 26px auto 0;
	}

	.app_form dl {
		display: block;
	}


	.app_form dl+dl {
		margin-top: 30px;
	}

	.app_form dl dt {
		max-width: inherit;
		width: auto;
		margin-top: 14px;
		margin-right: 0;
		padding-right: 0;
		font-size: 15px;
		text-align: left;
	}

	.app_form dl dt.mt_1 {
		margin-top: 0;
	}

	.app_form dl dt.mandatory::after {
		font-size: 10px;
		text-align: center;
		border-radius: 30px;
		padding: .02em 0.6em .1em;
		position: relative;
		top: -1px;
		right: -8px;
	}

	.app_form dl dt .chuki-ul {
		margin-top: 5px;
	}

	.app_form dl dt .chuki-ul li {
		font-size: 11px;
	}

	.app_form dl dd {
		width: auto;
		max-width: inherit;
		font-size: 14px;
		margin-top: 9px;
	}

	.app_form input[type="text"],
	.app_form input[type="textarea"] {
		font-size: 16px;
		padding: .85em 1.1em;
		max-width: inherit;
	}

	.app_form dl dd .select-wrap::after {
		width: 10.5px;
		height: 12px;
		right: 15px;
		top: calc(50% - 5px);
	}

	.app_form dl dd .select-wrap .select {
		border-radius: 2.5px;
		font-size: 16px;
		padding: .87em 2.6em .87em .9em;
	}

	.app_form dl dd .checkbox-ul li {
		margin: 5px 0;
	}

	.app_form dl dd .checkbox-ul li:nth-child(3n+1),
	.app_form dl dd .checkbox-ul li:nth-child(3n+2),
	.app_form dl dd .checkbox-ul li:nth-child(3n+3) {
		width: 50%;
	}

	.app_form textarea {
		max-width: inherit;
		height: 150px;
		font-size: 16px;
		padding: 1.1em 1.1em;
	}

	.app_form .policy-box {
		margin: 30px auto;
		padding: 1.7em 2.2em 1.7em 1.1em;
		max-width: inherit;
		max-height: 150px;
	}

	.app_form .policy-box_tit {
		font-size: 12px;
		margin-bottom: 13px;
	}

	.app_form .policy-box_desc {
		font-size: 10px;
		line-height: 2;
	}

	.app_form label {
		padding: 0 0 0 16px;
	}

	.app_form label:hover {
		color: #341b11;
	}

	.app_form label:before {
		top: 5px;
		width: 12px;
		height: 12px;
		border-radius: 2.5px;
	}

	.app_form input:checked+label::after {
		top: 5.5px;
		left: 3.5px;
		width: 5px;
		height: 8px;
	}

	.contact_common .submit_bt {
		width: 180px;
		padding: .6em 0;
		font-size: 15px;
		margin: -2px auto 0;
	}

	.contact_common .submit_bt:hover {
		opacity: 1;
		transform: scale(1);
	}
}


@media screen and (max-width:370px) {
	.appBl .third_tit {
		padding-top: 39px;
	}

	.appBl .third_tit_en {
		font-size: 45px;
	}
}



/* simplebar ----------*/
[data-simplebar].simplebar-dragging .simplebar-track {
	cursor: pointer;
}

.scroll-box::-webkit-scrollbar {
	width: 20px;
	border-radius: 0;
}

.simplebar-track.simplebar-vertical {
	width: 30px;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 1;
	background: #efefef;
	border-radius: 0;
	width: 20px;
	top: 10px !important;
	bottom: 10px !important;
	left: 0;
}

.scroll-box::-webkit-scrollbar-track {
	background-color: #e6e6e6;
	border-radius: 10px;
}

.scroll-box::-webkit-scrollbar-thumb {
	background-color: #8c8c8c;
	border-radius: 10px;
}

.simplebar-content-wrapper::-webkit-scrollbar {
	display: none
		/*iphoneデフォルトスクロールバー非表示*/
	;
}

.scroll-box img {
	cursor: default;
}



@media screen and (max-width:768px) {
	.simplebar-track.simplebar-vertical {
		width: 20px;
		/* display: none; */
	}

	.simplebar-scrollbar.simplebar-visible:before {
		width: 10px;
		/* display: none; */
	}
}



/* footer ----------*/
.footer {
	border-top: 1px solid #efefef;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .1em;
	padding: 27px 30px 55px;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
}

.footer_ul {
	display: flex;
	justify-content: space-between;
}

.footer_ul>li+li {
	margin-left: 15px;
}

.footer_ul>li>a {
	text-decoration: none;
	color: #000;
}

.footer_ul>li>a:hover {
	text-decoration: underline;
}



@media screen and (max-width:1024px) {
	.footer_inner {
		display: block;
	}

	.footer_ul {
		justify-content: center;
	}

	.footer_copyright {
		text-align: center;
		margin-top: 10px;
	}
}



@media screen and (max-width:768px) {
	.footer {
		font-size: 12px;
		padding: 27px calc((30 / 750)* 100vw) 55px;
	}

	.footer_copyright {
		margin-top: 14px;
		font-size: 10px;
		letter-spacing: 0;
	}

	.footer_ul>li>a:hover {
		text-decoration: none;
		opacity: 1;
	}
}

/* エフェクト（MV） ----------*/

.js-load-animate_1 {
	opacity: 0;
}

.js-load-animate_1.animated {
	animation: js-load-animate_1 1s ease forwards 1s;
}

@keyframes js-load-animate_1 {
	100% {
		opacity: 1;
	}
}

/* ----- */

.js-load-animate_2 {
	transform: scale(1.2);
	opacity: 0;
}

.js-load-animate_2.animated {
	animation: js-load-animate_2 1s ease forwards 1.5s;
}

@keyframes js-load-animate_2 {
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* ----- */
.js-load-animate_3 {
	transform: scale(1.2);
	opacity: 0;
}

.js-load-animate_3.animated {
	animation: js-load-animate_3 1s ease forwards 2s;
}

@keyframes js-load-animate_3 {
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* ----- */
.js-load-animate_4 {
	transform: scale(1.2);
	opacity: 0;
}

.js-load-animate_4.animated {
	animation: js-load-animate_4 0.5s ease forwards 3.5s;
}

@keyframes js-load-animate_4 {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}

	30% {
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* ----- */
.js-load-animate_5 {
	transform: translateY(30px);
	opacity: 0;
}

.js-load-animate_5.animated {
	animation: js-load-animate_5 1s ease forwards 4s;
}

@keyframes js-load-animate_5 {
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

/* ----- */
.js-load-animate_6 {
	opacity: 0;
}

.js-load-animate_6.animated {
	animation: js-load-animate_6 1s ease forwards 4s;
}

@keyframes js-load-animate_6 {
	100% {
		opacity: 1;
	}
}

/* ----- */
.js-load-animate_7 {
	transform: translateY(30px);
	opacity: 0;
}

.js-load-animate_7.animated {
	animation: js-load-animate_7 1s ease forwards 4.5s;
}

@keyframes js-load-animate_7 {
	100% {
		opacity: 1;
		transform: translate(0);
	}
}


/* ----- */

.animate span {
	display: inline-block;
}

.animate span:nth-of-type(1) {
	animation-delay: 3s;
}

.animate span:nth-of-type(2) {
	animation-delay: 3.1s;
}

.animate span:nth-of-type(3) {
	animation-delay: 3.2s;
}

.animate span:nth-of-type(4) {
	animation-delay: 3.3s;
}

.animate span {
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards;
}


@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.8);
		opacity: 1;
		color: #fff;
	}

	60% {
		color: #fff;
	}

	80% {
		transform: translate(0) scale(1.5);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}

/* スクロールフェード表示 ----------*/

.js-effect-d {
	opacity: 0;
	transition: ease 1.0s;
	transform: translateY(20px);
}

.js-effect-d.fadein {
	opacity: 1;
	transform: translateY(0px);
}

/* ----- */
.js-effect-scale-d {
	opacity: 0;
	transition: ease 1.0s;
	transform: translateY(20px) scale(0.8);
}

.js-effect-scale-d.fadein {
	opacity: 1;
	transform: translateY(0px) scale(1);
}



/* マーカーアニメーション ----------*/
.marker {
	position: relative;
}

.marker::after {
	content: '';
	display: inline-block;
	width: 0;
	background: none;
	position: absolute;
	inset: 0;
	bottom: 3px;
	z-index: -1;
	margin: auto;
}

.marker.fadein::after {
	width: 100%;
	background: linear-gradient(transparent 70%, #fef235 0%);
	transition: 1s width 1s;
}




/* フォーム ----------*/
body.thanks,
body.contact_confirm {
	padding-top: 100px;
}


.btn.back .return_bt {
	max-width: 600px;
	text-decoration: none;
	cursor: pointer;
	transition: all .5s;
	margin: 50px auto 100px;
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	position: relative;
	color: #fff;
	background-color: rgba(226, 151, 44, 1);
}

.btn.back .return_bt:hover {
	opacity: 0.7;
	transform: scale(1.1);
}

.btn.back .return_bt::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(225deg);
	position: absolute;
	top: calc(50% - 5px);
	left: 20px;
	transition: all 0.5s ease 0s;
}

.btn.back .return_bt:hover::before {
	left: 10px;
}

.btn_home_back,
.btn_home_back:link,
.btn_home_back:visited {
	text-decoration: none;
	cursor: pointer;
	transition: all .5s;
	margin: 50px auto;
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	position: relative;
	color: #fff;
	background-color: rgba(226, 151, 44, 1);
}

.btn_home_back:hover {
	transform: scale(1.1);
}

.btn_home_back::before,
.btn_home_back:link::before,
.btn_home_back:visited::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	transition: all 0.5s ease 0s;
}

.btn_home_back:hover::before,
.btn_home_back:link:hover::before,
.btn_home_back:visited:hover::before {
	right: 10px;
}

body.contact_common .btn_wrap {
	display: flex;
	justify-content: center;
	margin: 50px auto;
}

body.contact_common .btn_wrap .btn_back_wrap,
body.contact_common .btn_wrap .btn_submit_wrap {
	position: relative;
	width: 300px;
	box-sizing: border-box;
}

body.thanks.contact_common .btn_wrap .btn_back_wrap {
	width: 400px;
}

body.contact_common .btn_wrap .btn_back_wrap:hover,
body.contact_common .btn_wrap .btn_submit_wrap:hover {
	text-decoration: none;
}

body.contact_common .btn_wrap .btn_back_wrap {
	margin-right: min(calc((60 / 1700)* 100vw), 60px);
}

body.thanks.contact_common .btn_wrap .btn_back_wrap {
	margin-right: 0;
}

body.contact_common .btn_wrap button[type="button"],
body.contact_common .btn_wrap input[type="back"],
body.contact_common .btn_wrap input[type="submit"] {
	max-width: 600px;
	height: auto;
	text-decoration: none;
	cursor: pointer;
	transition: all .5s;
	margin: 50px auto;
	display: block;
	text-align: center;
	width: 300px;
	height: 69px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: rgba(226, 151, 44, 1) 1px solid;
	position: relative;
	color: #fff;
	background-color: #fff;
}

body.contact_common .btn_wrap input[type="submit"] {
	background-color: rgba(226, 151, 44, 1);
}

body.contact_common .btn_wrap input[type="back"],
body.contact_common .btn_wrap button[type="button"] {
	background: #fff;
	color: rgba(226, 151, 44, 1);
}

body.contact_common .btn_wrap input[type="back"]:hover,
body.contact_common .btn_wrap button[type="button"]:hover,
body.contact_common .btn_wrap input[type="submit"]:hover {
	opacity: .7;
	transform: scale(1.1);
}

body.contact_common .btn_wrap .btn_submit_wrap::before,
body.contact_common .btn_wrap .btn_back_wrap::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 4px);
	transition: all 0.5s ease 0s;
	z-index: 1;
}

body.contact_common .btn_wrap .btn_submit_wrap::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	right: 20px;
	transition: all .5s;
}

body.contact_common .btn_wrap .btn_submit_wrap:hover::before {
	right: 10px;
}

body.contact_common .btn_wrap .btn_back_wrap::before {
	border-top: 1px solid rgba(226, 151, 44, 1);
	border-right: 1px solid rgba(226, 151, 44, 1);
	transform: rotate(225deg);
	left: 20px;
	transition: all .5s;
}

body.contact_common .btn_wrap .btn_back_wrap:hover::before {
	left: 10px;
}

body.contact_common .flame__lightred-heading {
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}


.error_messe {
	color: rgb(243, 90, 58);
	font-size: 2.3rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.8;
	margin-top: 30px;
}

.formTable {
	width: fit-content;
	margin: 50px auto 0;
	color: #4c2819;
}

.formTable th,
.formTable td {
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
	padding: 5px 0;
	text-align: left;
}

.formTable th {
	font-weight: 600;
	width: 16em;
	box-sizing: border-box;
	vertical-align: text-bottom;
}

.formTable td {
	font-weight: 400;
	width: calc(100% - 16em);
	box-sizing: border-box;
}




/*reCAPTCHAマーク(バッジ)の移動*/
.grecaptcha-badge {
	/* top: 829px; */
}

.error .grecaptcha-badge {
	/* top: 547px !important; */
}

/* :root {
	--recaptcha-badge-position: 130px;
} */

/* recaptcha badge */
.grecaptcha-badge {
	/* margin-bottom: var(--recaptcha-badge-position); */
	z-index: 9999;
	bottom: 120px !important;
}

@media(min-width:992px) {
	.grecaptcha-badge {
		/* margin-bottom: 0; */
	}
}



@media screen and (max-width:768px) {
	.grecaptcha-badge {
		bottom: 30px !important;
	}

	.btn_home_back,
	.btn_home_back:link,
	.btn_home_back:visited {
		width: 180px;
		padding: .6em 0 .7em;
		font-size: 15px;
	}

	.btn_home_back:hover {
		transform: scale(1);
		opacity: 1;
	}

	.btn_home_back::before,
	.btn_home_back:link::before,
	.btn_home_back:visited::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
	}

	.btn_home_back:hover::before,
	.btn_home_back:link:hover::before,
	.btn_home_back:visited:hover::before {
		right: 20px;
	}

	body.contact_common .btn_wrap {
		width: fit-content;
	}

	body.contact_common .btn_wrap .btn_back_wrap {
		margin: 0 20px 0 auto;
		width: fit-content;
	}

	body.contact_common .btn_wrap .btn_back_wrap,
	body.contact_common .btn_wrap .btn_submit_wrap {
		width: auto;
	}

	body.contact_common .btn_wrap button[type="button"],
	body.contact_common .btn_wrap input[type="back"],
	body.contact_common .btn_wrap input[type="submit"] {
		width: 130px;
		height: 40px;
		padding: 0 0 .06em;
		font-size: 15px;
		margin: 0;
	}

	body.contact_common .btn_wrap input[type="back"]:hover,
	body.contact_common .btn_wrap button[type="button"]:hover,
	body.contact_common .btn_wrap input[type="submit"]:hover {
		opacity: 1;
		transform: scale(1);
	}

	body.contact_common .btn_wrap .btn_submit_wrap::before,
	body.contact_common .btn_wrap .btn_back_wrap::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
	}

	body.contact_common .btn_wrap .btn_back_wrap::before,
	body.contact_common .btn_wrap .btn_back_wrap:hover::before {
		left: 15px;
	}

	body.contact_common .btn_wrap .btn_submit_wrap::before,
	body.contact_common .btn_wrap .btn_submit_wrap:hover::before {
		right: 15px;
	}

	.btn.back .return_bt {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 180px;
		width: 300px;
		height: 40px;
		box-sizing: border-box;
		padding: 0 0 .1em;
		font-size: 15px;
	}

	.btn.back .return_bt::before,
	.btn.back .return_bt:hover::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
		left: 15px;
	}

	.btn.back .return_bt:hover {
		opacity: 1;
		transform: scale(1);
	}

	.formTable {
		width: auto;
		margin: 30px auto 0;
	}

	.formTable th,
	.formTable td {
		font-size: 13px;
		line-height: 2;
		padding: 5px;
	}

	.formTable th {
		letter-spacing: 0.05em;
		width: 13em;
	}

	.formTable td {
		width: calc(100% - 13em);
	}
}