@charset "UTF-8";

/* =BreakPoint
--------------------------------------------------------------
PC and TABLET ( and SP landscape )
@media ( min-width: 601px ){

PC ( and TABLET landscape )
@media ( min-width: 961px ){

TABLET ( and SP landscape )
@media ( min-width: 601px ) and ( max-width: 960px ){

TABLET and SP ( not TABLET landscape )
@media ( max-width: 960px ){

SP ( only portrait )
@media ( max-width: 600px ){

over
@media ( min-width: 1101px ){

under
@media ( max-width: 1100px ){
--------------------------------------------------------------
*/

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/* =Common
-------------------------------------------------------------- */
body {
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
input[type="submit"], input[type="reset"] {
	appearance: none;
	cursor: pointer;
}

/* clearfix */
.cf:before, .cf:after {content:"";display:table;}
.cf:after {clear:both;}
.clr {clear: both;}


/* =Styles
-------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	background: #fff;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
a {
	text-decoration: none;
	color: #00853d;
}
@media ( min-width: 601px ){
	body {
		font-size: 14px;
	}
	.inner {
		max-width: 950px;
		margin: 0 auto;
		padding: 0 75px;
	}
}

.pc_container {
	min-width: 1100px;
	margin: 0 auto;
}
.fw_medium {
	font-weight: 500;
}
.fw_semibold {
	font-weight: 600;
}
.fw_bold {
	font-weight: 700;
}
.fw_extrabold {
	font-weight: 800;
}
.fw_black {
	font-weight: 900;
}
.f_eng {
	font-family: "Chivo Mono", monospace;
}
/*-------------------------------
.header
-------------------------------*/
.header .inner {
	display: flex;
	align-items: center;
}
.header .group {
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
	gap: 0 28px;
}
.header .group .navi ul {
	display: flex;
	align-items: center;
	gap: 0 24px;
	height: 50px;
}
.header .group .navi li a {
	position: relative;
}
.header .group .navi li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #00853d;
	position: absolute;
	left: 0;
	bottom: -4px;
	margin: 0 auto;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.header .group .navi li a:hover::after {
	transform: scale(1, 1);
}
.header .group .download_btn {
	width: 180px;
}
.header .group .download_btn a {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #00853d;
	height: 35px;
	font-size: 12px;
	border-radius: 35px;
	text-indent: -0.33em;
	border: 1px solid #00853d;
	transition: background .3s, color .3s;
}
.header .group .download_btn a:hover {
	color: #00853d;
	background: #fff;
}
.header .group .download_btn a::before {
	content: '';
	display: block;
	width: 8px;
	height: 13px;
	background: url('img/icon_arrow_white.webp') no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transition: background .3s;
}
.header .group .download_btn a:hover::before {
	background: url('img/icon_arrow_green.webp') no-repeat;
}
/*-------------------------------
.kv
-------------------------------*/
.kv {
	background: url('img/kv_bg.jpg') no-repeat top center/cover;
}
.kv .content {
	position: relative;
	min-height: 539px;
}
.kv .catchcopy {
	position: absolute;
	top: 33px;
	left: -38px;
}
.kv .cv_area {
	width: 460px;
	height: 156px;
	position: absolute;
	top: 256px;
	left: -12px;
	background: transparent;
	overflow-y: visible;
	padding: 0;
}
.kv .cv_area .inn {
	position: relative;
}
.kv .cv_area .cv_btn {
	width: 408px;
	margin: 0 0 0 auto;
}
.kv .cv_area .cv_btn a {
	display: block;
	width: 100%;
	height: 100%;
}
.kv .cv_area .badge {
	position: absolute;
	top: 0;
	left: 0;
}
.kv .pc {
	width: 560px;
	height: 355px;
	position: absolute;
	top: 93px;
	right: -70px;
	z-index: 10;
}
/*-------------------------------
.intro_question
-------------------------------*/
.intro_question {
	overflow-y: hidden;
	overflow-x: clip;
	box-sizing: border-box;
	position: relative;
	background: transparent;
	margin: -163px 0 0;
	padding: 98px 0 0;
	height: 395px;
}
.intro_question::before,
.intro_question::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 32%, 100% 0, 100% 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.intro_question::before {
	background: #005025;
}
.intro_question::after {
	background: #00853d;
	transform: rotateY(180deg);
}
.intro_question .content {
	position: relative;
	z-index: 5;
}
.intro_question .title {
	width: 480px;
	margin: 0 auto 26px;
}
.intro_question .list ul {
	display: flex;
	justify-content: center;
	gap: 0 32px;
}
.intro_question .list ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #fff;
	width: 259px;
	height: 125px;
	border-radius: 18px;
	border: solid 5px #5bcc00;
}
.intro_question .list ul li::before {
	content: '';
	display: block;
	width: 438px;
	height: 286px;
	background: url('img/intro_question_list_before.webp') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.intro_question .list ul li .text {
	font-size: 22px;
	line-height: 1.36;
}
.intro_question .list ul li .text .em {
	color: #fe4e02;
}
.intro_question .people {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
/*-------------------------------
.prediction_tool
-------------------------------*/
.prediction_tool {
	padding: 30px 0 70px;
	overflow-x: clip;
}
.prediction_tool .content {
	position: relative;
}
.prediction_tool .content::before {
	content: '';
	display: block;
	width: 535px;
	height: 521px;
	background: url('img/prediction_tool_bg.webp') no-repeat;
	position: absolute;
	top: 142px;
	left: -220px;
}
.prediction_tool .title {
	position: relative;
	padding: 83px 0 0;
	margin: 0 0 65px;
}
.prediction_tool .title::before {
	content: '';
	display: block;
	width: 94px;
	height: 51px;
	background: url('img/icon_triangle.webp') no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.prediction_tool .title .line1 {
	color: #007033;
	font-size: 26px;
	margin: 0 0 22px;
}
.prediction_tool .title .line1 .underline {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.prediction_tool .title .line2 {
	color: #00853d;
	font-size: 35px;
}
.prediction_tool .title .line2 span.brackets:first-of-type {
	vertical-align: top;
}
.prediction_tool .title .line2 span.brackets:last-of-type {
	vertical-align: bottom;
}
.prediction_tool .title .line2 .em {
	font-size: 45px;
}
.prediction_tool .list {
	margin: 0 -68px 0 auto;
	width: 700px;
}
.prediction_tool .list ul {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}
.prediction_tool .list ul li {
	width: 100%;
}
.prediction_tool .list ul li .block {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	text-align: left;
	width: 580px;
	height: 100px;
	border-radius: 50px;
	box-shadow: 0 0 20px 0 #d6dce2;
}
.prediction_tool .list ul li:not(:nth-child(2)) .block {
	padding: 20px 100px 0 52px;
}
.prediction_tool .list ul li:nth-child(2) .block {
	margin: 0 0 0 auto;
	padding: 20px 52px 0 120px;
}
.prediction_tool .list ul li .block .point {
	width: 32px;
	height: 9px;
	margin: 0 0 8px;
}
.prediction_tool .list ul li .block .text {
	line-height: 1.33;
	font-size: 18px;
}
.prediction_tool .list ul li .block .text .em {
	color: #fe4e02;
}
.prediction_tool .list ul li .block .speech_bubble {
	width: 131px;
	height: 34px;
	position: absolute;
	top: -16px;
}
.prediction_tool .list ul li:not(:nth-child(2)) .block .speech_bubble {
	right: 113px;
}
.prediction_tool .list ul li:nth-child(2) .block .speech_bubble {
	right: 46px;
}
.prediction_tool .list ul li .block .speech_bubble span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 34px;
	color: #fff;
	background: #00853d;
}
.prediction_tool .list ul li .block .speech_bubble span::after {
	content: '';
	display: block;
	width: 12px;
	height: 9px;
	background: #5bcc00;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
}
.prediction_tool .list ul li .block .illust {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.prediction_tool .list ul li:not(:nth-child(2)) .block .illust {
	right: 5px
}
.prediction_tool .list ul li:nth-child(2) .block .illust {
	left: 5px
}
/*-------------------------------
.cv_area
-------------------------------*/
.cv_area {
	box-sizing: border-box;
	background: url('img/cv_area_bg.jpg') no-repeat center top/cover;
	padding: 22px 0 0;
	height: 360px;
	overflow-y: clip;
}
.cv_area .content {
	width: 848px;
	display: grid;
	grid-template-columns: 453px 365px;
	grid-template-rows: auto auto;
	grid-template-areas: 'catchcopy pc' 'cv_btn pc';
	margin: 0 auto;
	gap: 0 30px;
}
.cv_area .catchcopy {
	grid-area: catchcopy;
}
.cv_area .cv_btn {
	grid-area: cv_btn;
	margin: -23px 0 0;
}
.cv_area .cv_btn a {
	transition: filter .3s;
}
.cv_area .cv_btn a:hover {
	filter: brightness(130%);
}
.cv_area .pc {
	grid-area: pc;
}
/*-------------------------------
.features
-------------------------------*/
.features .list {
	width: calc(100% + 150px);
	padding: 40px 0 0;
	margin: 0 -75px;
}
.features .list ol {
	display: flex;
	flex-direction: column;
}
.features .list ol > li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.features .list ol > li:nth-child(even) {
	flex-direction: row-reverse;
}
.features .list ol li .text_area {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 500px;
	height: 540px;
}
.features .list ol li:not(:nth-child(even)) .text_area {
	padding: 0 62px 0 0;
}
.features .list ol li:nth-child(even) .text_area {
	padding: 0 0 0 62px;
}
.features .list ol li .text_area::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url('img/features_list_text_bg.webp') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.features .list ol li:nth-child(even) .text_area::before {
	transform: rotateY(180deg);
}
.features .list ol li .text_area .num {
	width: 27px;
	margin: 0 auto 28px;
}
.features .list ol li .text_area .headline {
	position: relative;
	color: #00853d;
	font-size: 25px;
	line-height: 1.41;
	margin: 0 0 29px;
	padding: 0 0 23px;
}
.features .list ol li .text_area .headline::after {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: #00853d;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.features .list ol li .text_area .text {
	font-size: 12px;
	line-height: 2.17;
	font-weight: 700;
}
.features .list ol li .text_area .comment {
	display: block;
	font-size: 10px;
	margin: 15px 0 0;
	text-align: right;
	font-weight: 600;
}
/*-------------------------------
.useful_function
-------------------------------*/
.useful_function {
	position: relative;
	padding: 152px 0 70px;
}
.useful_function::before,
.useful_function::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.useful_function::before {
	background: #005025;
}
.useful_function::after {
	background: #00853d;
	transform: rotateY(180deg);
}
.useful_function .content {
	position: relative;
	z-index: 5;
}
.useful_function .title {
	color: #fff;
	font-size: 35px;
	margin: 0 0 80px;
}
.useful_function .title .em {
	color: #ffff00;
	font-size: 40px;
}
.useful_function .list ul {
	display: flex;
	justify-content: center;
	gap: 0 67px;
}
.useful_function .list ul li {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	width: 395px;
	border-radius: 22px;
	border: solid 5px #5bcc00;
	padding: 80px 20px 43px;
}
.useful_function .list ul li .ellipse {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 266px;
	height: 74px;
	background: #5bcc00;
	border-radius: 74px;
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translateX(-50%);
}
.useful_function .list ul li .ellipse p {
	line-height: 1.22;
	font-size: 18px;
}
.useful_function .list ul li .headline {
	color: #00853d;
	font-size: 26px;
	margin: 0 0 33px;
}
.useful_function .list ul li .img {
	margin: 0 auto 32px;
}
.useful_function .list ul li .text {
	line-height: 2;
	font-weight: 600;
}
.useful_function .list ul li .text .em {
	color: #fe4e02;
}
.useful_function .list ul li .comment {
	display: block;
	letter-spacing: -0.02em;
	font-size: 10px;
	margin: 15px 0 0;
	font-weight: 600;
}
/*-------------------------------
.one_month_free
-------------------------------*/
.one_month_free {
	padding: 37px 0 60px;
}
.one_month_free .title {
	color: #000;
	position: relative;
	padding: 80px 0 0;
}
.one_month_free .title::before {
	content: '';
	display: block;
	width: 94px;
	height: 51px;
	background: url('img/icon_triangle.webp') no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.one_month_free .title .line1 {
	color: #007033;
	font-size: 26px;
	margin: 0 0 21px;
}
.one_month_free .title .line2 {
	color: #00853d;
	font-size: 35px;
}
.one_month_free .title .line2 .next {
	display: inline-block;
	position: relative;
}
.one_month_free .title .line2 .next .kana {
	font-size: 16px;
	position: absolute;
	right: 18px;
	bottom: -24px;
}
.one_month_free .title .line2 .big {
	font-size: 45px;
}
.one_month_free .title .line2 .em {
	color: #fe4e02;
}
/*-------------------------------
.smartphone_app
-------------------------------*/
.smartphone_app {
	padding: 56px 0 55px;
}
.smartphone_app .content {
	background: #f2f2f2;
	padding: 64px 20px 49px;
	border-radius: 25px;
}
.smartphone_app .content .title {
	position: relative;
	color: #00853d;
	font-size: 28px;
	padding: 0 0 26px;
	margin: 0 0 35px;
}
.smartphone_app .content .title::after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: #00853d;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.smartphone_app .content .text {
	line-height: 2.14;
	margin: 0 0 40px;
}
.smartphone_app .content .tbl_wrap {
	width: 665px;
	margin: 0 auto;
}
.smartphone_app .content .tbl_wrap table {
	width: 100%;
	box-sizing: border-box;
	border-collapse: separate;
	empty-cells: hide;
	border-right: 1px solid #00853d;
	border-bottom: 1px solid #00853d;
}
.smartphone_app .content .tbl_wrap th,
.smartphone_app .content .tbl_wrap td {
	box-sizing: border-box;
	border-left: 1px solid #00853d;
	border-top: 1px solid #00853d;
}
.smartphone_app .content .tbl_wrap table th {
	text-align: center;
}
.smartphone_app .content .tbl_wrap table thead th {
	font-size: 16px;
	height: 48px;
}
.smartphone_app .content .tbl_wrap table thead th:nth-of-type(2) {
	color: #fff;
	background: #00853d;
}
.smartphone_app .content .tbl_wrap table thead th:nth-of-type(3) {
	color: #00853d;
	background: #cbe9d9;
	width: 175px;
}
.smartphone_app .content .tbl_wrap table tbody th {
	color: #fff;
	background: #5bcc00;
	height: 65px;
	width: 120px;
}
.smartphone_app .content .tbl_wrap table tbody td {
	background: #fff;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(1) td .inn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(1) td .inn .icon {
	margin: 0 12px 0 0;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(1) td:nth-of-type(1) .inn {
	font-size: 15px;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(1) td:nth-of-type(1) .inn .plus {
	font-size: 20px;
	display: inline-block;
	vertical-align: text-bottom;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(1) td:nth-of-type(2) {
	font-size: 14px;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(2) td:nth-of-type(1) .inn {
	position: relative;
	color: #fe4e02;
	font-size: 22px;
	display: inline-block;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(2) td:nth-of-type(1) .inn .num {
	font-size: 40px;
	display: inline-block;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(2) td:nth-of-type(1) .inn .tax {
	position: absolute;
	top: 5px;
	right: -7px;
	display: inline-block;
	font-size: 9px;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(2) td:nth-of-type(2) .inn {
	line-height: 1.29;
	text-align: left;
	display: inline-block;
}
.smartphone_app .content .tbl_wrap table tbody tr:nth-of-type(2) td:nth-of-type(2) .inn .tax {
	font-size: 10px;
}
/*-------------------------------
.user_voice
-------------------------------*/
.user_voice {
	background: #e4e9ef;
	padding: 66px 0 52px;
}
.user_voice .title {
	color: #00853d;
	font-size: 35px;
	margin: 0 0 100px;
}
.user_voice .slide {
	position: relative;
	padding: 0 0 53px;
}
.user_voice .slide .swiper-slide {
	width: 280px;
	padding: 53px 0 0;
	height: auto;
}
.user_voice .slide .swiper-slide .content {
	box-sizing: border-box;
	position: relative;
	background: #fff;
	border-radius: 22px;
	padding: 70px 20px 30px;
	height: 100%;
}
.user_voice .slide .swiper-slide .content .avatar {
	box-sizing: border-box;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: solid #fff 7px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: -53px;
	margin: 0 auto;
}
.user_voice .slide .swiper-slide .content .profession {
	color: #5bcc00;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 8px;
}
.user_voice .slide .swiper-slide .content .name {
	color: #00853d;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 19px;
}
.user_voice .slide .swiper-slide .content .name .repletion {
	display: block;
	margin: 6px 0 0;
	font-size: 16px;
}
.user_voice .slide .swiper-slide .content .text {
	text-align: left;
	line-height: 1.57;
	font-weight: 600;
}
.user_voice .slide .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 16px;
	bottom: 0;
}
.user_voice .slide .swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #fff;
	opacity: 1;
	margin: 0;
}
.user_voice .slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #00853d;
}
/*-------------------------------
.footer
-------------------------------*/
.footer {
	padding: 50px 0 100px;
}
.footer .footer_navi {
	margin: 0 0 48px;
}
.footer .footer_navi ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 26px;
}
.footer .footer_navi ul li a {
	font-size: 12px;
	position: relative;
	font-weight: 600;
}
.footer .footer_navi ul li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #00853d;
	position: absolute;
	left: 0;
	bottom: -4px;
	margin: 0 auto;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.footer .footer_navi ul li a:hover::after {
	transform: scale(1, 1);
}
.footer .copyright {
	color: #00853d;
	font-size: 9px;
	font-weight: 600;
}
/*-------------------------------
.follow
-------------------------------*/
.follow {
	width: 100%;
	background: rgba(0,0,0,0.6) url('img/follow_bg.webp');
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	transform: translateY(100%);
	opacity: 0;
	transition: transform .5s, opacity .5s;
}
.follow.fix {
	transform: translateY(0);
	opacity: 1;
}
.follow .content {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	gap: 0 17px;
	padding: 0 180px 0 0;
}
.follow .first_time_free {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 0 12px;
}
.follow .first_time_free .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5bcc00;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	font-size: 15px;
	letter-spacing: 0.03em;
}
.follow .first_time_free .group .eng {
	font-size: 16px;
	margin: 0 0 3px;
}
.follow .first_time_free .group .free {
	font-size: 22px;
	letter-spacing: 0.06em;
}
.follow .download_btn {
	width: 330px;
}
.follow .download_btn a {
	color: #fff;
	background: rgb(254,78,2);
	background: linear-gradient(90deg, rgba(255,150,0,1) 0%, rgba(254,78,2,1) 50%, rgba(255,150,0,1) 100%);
	background-size: 200% 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	border-radius: 50px;
	font-size: 17px;
	text-indent: -0.23em;
	transition: background .3s;
}
.follow .download_btn a:hover {
	background-position: 100% 0;
}
.follow .download_btn a::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url('img/follow_download_btn_arrow.webp') no-repeat;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	transition: background .3s;
}
.follow .download_btn a:hover::after {
	background: url('img/follow_download_btn_arrow_hover.webp') no-repeat;
}
.follow .pc {
	width: 174px;
	height: 93px;
	position: absolute;
	bottom: 0;
	right: 0;
}
