@charset "UTF-8";
/* Scss Document */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@;400;700;900&display=swap");

#kv {
	background: url(../img/kv_bg.png) no-repeat bottom center;
	background-size: auto 100%;
}

@media (max-width: 600px) {
	#kv {
		margin: 1rem auto 0;
		width: 100%;
	}
}

#kv .kv-container {
	margin: 0 auto;
	text-align: center;
	max-height: 630px;
	max-width: 1420px;
	position: relative;
}

#kv .kv-container img {
	max-height: 630px;
	width: auto;
}

/*240909*/
@media (max-width: 600px) {
	#kv .kv-container {
		width: 100%;
	}

	#kv .kv-container img {
		max-width: 100% !important;
	}
}

.kv_title {
	position: absolute;
	font-size: 1.7vw;
	font-weight: bold;
	top: 14%;
	text-align: center;
	line-height: 1.3;
}

@media (min-width: 1200px) {
	.kv_title {
		font-size: 22px;
	}
}

@media (min-width: 601px) {
	.kv_title {
		background-color: white;
		padding: 0.4em;
		border: 2px solid #a3ebce;
		border-radius: 10px;
	}
}

@media (max-width: 600px) {
	.kv_title {
		font-size: 3.2vw;
	}
}

.kv_btn-space {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 21%;
	padding: 1rem 1rem 2rem;
}

@media (max-width: 600px) {
	.kv_btn-space {
		bottom: 0;
		padding: 0;
	}
}

.kv_title,
.kv_btn-space {
	right: 8%;
	width: 36vw;
}

@media (min-width: 1200px) {

	.kv_title,
	.kv_btn-space {
		max-width: 520px;
	}
}

@media (max-width: 600px) {

	.kv_title,
	.kv_btn-space {
		right: 50%;
		transform: translateX(50%);
		width: 58%;
	}
}

.kv_btn-space p {
	text-align: center;
	font-size: 1.5vw;
	font-weight: bold;
	margin-bottom: 0.4em;
}

@media (min-width: 1200px) {
	.kv_btn-space p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.kv_btn-space p {
		font-size: 3vw;
	}
}

.btn_top-entry {
	margin: 0 auto;
}

.btn_top-entry a {
	background: linear-gradient(to right, #e73c00 0%, #eac704 100%);
	filter: drop-shadow(0px 5px 0px rgb(135, 63, 21));
	font-size: 2.2vw;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 0.6em 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4em;
}

@media (min-width: 1200px) {
	.btn_top-entry a {
		font-size: 26px;
	}
}

@media (max-width: 600px) {
	.btn_top-entry a {
		font-size: 4vw;
		padding: 0.6em 1em;
	}
}

@media (min-width: 601px) {
	.btn_top-entry a:hover {
		transform: translateY(5px);
		filter: brightness(80%);
	}
}

.btn_top-entry a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 40%;
	right: 1em;
	transform: rotate(45deg);
}

.btn_top-entry {
	transform: scale(1.5);
	transition: all 0.4s cubic-bezier(0, -0.41, 1, 0.2);
}

.btn_top-entry.appear {
	transform: scale(1);
}

/**/
p,
li {
	line-height: 1.6;
}

.txtR {
	text-align: right;
}

.txtLink {
	font-size: 1.4rem;
}

.txtLink:before {
	content: "▶";
	color: #48d89e;
}

@media (max-width: 600px) {
	.txtLink {
		font-size: 3vw;
	}
}

.container {
	max-width: 1160px;
	margin: auto;
}

@media (max-width: 1160px) {
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 601px) {
	.flex-p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.boxR {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left: 4rem;
		text-align: center;
		margin-bottom: 4rem;
	}

	.boxL {
		width: 410px;
	}
}

@media (min-width: 601px) {
	.sp {
		display: none !important;
	}
}

@media (max-width: 600px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}

}

.bg_green {
	padding-top: 10rem;
	padding-bottom: 12rem;
	background: -webkit-gradient(linear, left top, right top, from(rgba(72, 216, 158, 0.16)), to(rgba(163, 240, 122, 0.16)));
	background: linear-gradient(to right, rgba(72, 216, 158, 0.16) 0%, rgba(163, 240, 122, 0.16) 100%);
	position: relative;
	margin-top: 6rem;
}

@media (max-width: 768px) {
	.bg_green {
		padding-top: 1rem;
		padding-bottom: 6rem;
		margin-top: 1rem;
	}
}

.bg_green::before {
	content: url(../img/bg_1.svg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bg_green::after {
	content: url(../img/bg_2.svg);
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}

.bg_white {
	background-color: white;
	padding: 3em;
	margin-bottom: 3em;
	margin-top: 3em;
}

.last_cont {
	margin-bottom: 10rem;
}

.notes {
	font-size: 1.2rem;
}

.txt_center {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1em;
	line-height: 2;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

@media (max-width: 768px) {
	.txt_center {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (max-width: 600px) {
	.txt_center {
		font-size: 3.2vw;
	}
}

@media (max-width: 600px) {
	.txt_center.txt_left_sp {
		text-align: left;
	}
}

.txt_btnTxt {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: center;
	font-size: 2.2rem;
	margin-top: 3em;
	margin-bottom: 0.8em;
}

@media (max-width: 768px) {
	.txt_btnTxt {
		font-size: 18px;
		line-height: 1.6;
	}
}

@media (max-width: 600px) {
	.txt_btnTxt {
		font-size: 3vw;
	}
}

.txt_img2 {
	font-size: 1.6rem;
	margin: 0 auto 2rem;
	text-align: center;
	line-height: 2;
}

@media (max-width: 600px) {
	.txt_img2 {
		font-size: 3vw;
		text-align: left;
	}
}

.txt_small {
	font-size: 1.4rem;
}

@media (max-width: 600px) {
	.txt_small {
		font-size: 2.3vw;
	}
}

.txt_ani_corp {
	font-size: 1.6rem;
	text-align: center;
}

@media (min-width: 601px) {
	.txt_ani_corp {
		margin: -1em auto 8em;
	}
}

@media (max-width: 1160px) {
	.txt_ani_corp {
		margin: 0 auto 4em;
	}
}

@media (max-width: 768px) {
	.txt_ani_corp {
		font-size: 2.3vw;
	}
}

.img_corp_c {
	margin: 6rem auto;
	text-align: center;
	max-width: 1000px;
}

@media (max-width: 600px) {
	.img_corp_c {
		margin: 4em auto;
	}
}

.img_img3 {
	margin: 8rem auto;
	text-align: center;
}

@media (max-width: 600px) {
	.img_img3 {
		margin: 4em auto;
	}
}

.ttl_g {
	color: #48d89e;
	font-weight: bold;
	text-align: center;
	font-size: 3.57em;
	margin: 6rem auto 0.5em;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.ttl_g {
		font-size: 3.4vw;
	}
}

@media (max-width: 600px) {
	.ttl_g {
		font-size: 5vw;
	}
}

.ttl_corp_ul {
	font-size: 3.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0 0 0.9em 0;
	position: relative;
	margin: 8rem auto 1.6em;
}

.ttl_corp_ul small {
	font-size: 70%;
}

@media (max-width: 768px) {
	.ttl_corp_ul {
		font-size: 2.4rem;
	}
}

@media (max-width: 600px) {
	.ttl_corp_ul {
		font-size: 5vw;
		padding: 0 0 1em 0;
		margin: 2em auto 1em;
	}
}

.ttl_corp_ul:after {
	content: '';
	display: block;
	width: 108px;
	height: 2px;
	background: #48d89e;
	background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
	background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media (max-width: 600px) {
	.ttl_corp_ul:after {
		width: 3em;
	}
}

.questionBox_corp {
	width: 100%;
	margin: 20px auto 20px;
}

.questionBox_corp .questionBox__q {
	cursor: auto;
	padding: 1em 2em 1em 10em;
	background: #f4f6f7 url(/faq/assets/img/icon_business_q.svg) no-repeat center left 32px/36px auto;
}

@media (max-width: 600px) {
	.questionBox_corp .questionBox__q {
		background-position: center left 1.5em;
		background-size: auto 2em;
		padding: 1em 2em 1em 5em;
	}
}

.questionBox_corp .questionBox__q:after {
	content: none;
}

.questionBox_corp .questionBox__icon {
	width: 3.2em;
	position: absolute;
	top: 14px;
	left: 37px;
}

.questionBox_corp .questionBox__a {
	margin: 0 auto;
	height: auto;
	padding: 2em 2em 20px 10em;
	position: relative;
	visibility: visible;
	background: white url(/faq/assets/img/icon_business_a.svg) no-repeat center left 32px/33px auto;
}

@media (max-width: 600px) {
	.questionBox_corp .questionBox__a {
		background-position: center left 1.5em;
		background-size: auto 2em;
		padding: 2em 2em 20px 5em;
	}
}

.questionBox_corp .questionBox__a .questionBox__text {
	display: block;
}

@media (min-width: 601px) {
	.ani_corp_1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 6rem;
	}

	.ani_corp_1 li {
		width: 45%;
	}

	.ani_corp_1 li.ani_arw {
		width: 44px;
		margin: auto;
	}
}

@media (max-width: 600px) {
	.ani_corp_2 {
		text-align: center;
		margin-top: 3em;
	}

	.ani_corp_2 li {
		margin-bottom: 2em;
	}

	.ani_corp_2 .ani_arw {
		width: 44px;
	}
}

.btn_space {
	margin: 6rem auto 1rem;
}

.btn_ex {
	background: -webkit-gradient(linear, left top, right top, from(#00becc), to(#39d8a7));
	background: linear-gradient(to right, #00becc 0%, #39d8a7 100%);
}

.btn_small {
	margin: 0 auto 1em;
	max-width: 378px;
}

.btn_small .mdl-btn-s,
.btn_small .btn_ex,
.btn_small .btn_corp {
	font-size: 2rem;
}

@media (min-width: 601px) {

	.btn_small .mdl-btn-s,
	.btn_small .btn_ex,
	.btn_small .btn_corp {
		width: 100%;
		margin-bottom: 1em;
		height: 68px;
		padding: 1em 2em 1em 1em;
		border-radius: 3em;
	}
}

@media (max-width: 768px) {

	.btn_small .mdl-btn-s,
	.btn_small .btn_ex,
	.btn_small .btn_corp {
		font-size: 14px;
		max-width: 300px;
		height: 34px;
		padding: 0.6em;
		margin: 0 auto 1em;
	}
}

@media (max-width: 600px) {

	.btn_small .mdl-btn-s,
	.btn_small .btn_ex,
	.btn_small .btn_corp {
		font-size: 3.2vw;
		width: 70%;
	}

	.btn_small .mdl-btn-s:after,
	.btn_small .btn_ex:after,
	.btn_small .btn_corp:after {
		right: 1em;
	}
}

@media screen and (max-width: 768px) {
	.mdl-btn-c {
		font-size: 1.8rem;
		max-width: 500px;
		width: 100%;
		margin-bottom: 1em;
		padding: 0.8em 2em 0.8em 1em;
		height: auto;
		border-radius: 2em;
	}
}

@media (max-width: 600px) {
	.mdl-btn-c {
		font-size: 3.6vw;
	}
}

.achievement {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 600px) {
	.achievement {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.achievement .achievement_box {
	width: 560px;
	height: 534px;
	margin-bottom: 6rem;
	padding: 6rem 1rem 1rem 40%;
	font-size: 2.4rem;
	text-align: center;
}

.achievement .achievement_box .num {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 5rem;
	margin-bottom: 1em;
}

.achievement .achievement_box .num small {
	font-weight: 900;
	font-size: 50%;
}

@media (max-width: 1160px) {
	.achievement .achievement_box {
		width: 100%;
		height: auto;
		font-size: 2vw;
		margin-bottom: 2rem;
		padding: 3em 1rem 1rem 40%;
	}

	.achievement .achievement_box .num {
		font-size: 2em;
	}

	.achievement .achievement_boxWrap {
		width: 48%;
		aspect-ratio: 1 / 1;
	}
}

@media (max-width: 600px) {
	.achievement .achievement_boxWrap {
		width: 90%;
		margin: 0 auto;
	}

	.achievement .achievement_box {
		font-size: 3.6vw;
		margin-bottom: 2rem;
		padding: 9vw 1rem 2vw 35%;
	}

	.achievement .achievement_R {
		margin-top: 4rem;
	}
}

.achievement .achievement_L {
	background: url(../img/bg_3.svg) no-repeat;
	background-size: 100% auto;
}

.achievement .achievement_R {
	background: url(../img/bg_4.svg) no-repeat;
	background-size: 100% auto;
}

/**/
.appear-LR li {
	opacity: 0;
	-webkit-transition: all 300ms 100ms ease-in;
	transition: all 300ms 100ms ease-in;
}

.appear-LR.is-scroll li {
	-webkit-animation: appear-LR .5s forwards;
	animation: appear-LR .5s forwards;
}

.appear-LR.is-scroll li:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.appear-LR.is-scroll li:last-child {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes appear-LR {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes appear-LR {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.mt2em {
	margin-top: 2em;
}

.mb1em {
	margin-bottom: 1em;
}

.mb0 {
	margin-bottom: 0 !important;
}