body {
	background-color: #222;
	color: #fff;
}
/* ---------------
 hero
--------------- */
.hero_bg {
	position: relative;
	background-image: url(../img/bg_typo.png), url(../img/bg_infinity.png);
	background-repeat: no-repeat;
	background-position: right 20px top 60vh, top -40px left -40px;
}
.hero_wp {
	display: flex; /*ie11*/
}
.hero {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: 80px 20px 30px;
	min-height: 700px;
    box-sizing: border-box;
}
.hero_ctc {
	position: absolute;
	top: 10px;
	left: 20px;
	line-height: 1.2;
	font-size: 92px;
	font-weight: 700;
	font-feature-settings: "palt";
}
.img_logo {
	display: block;
	width: 43vw;
	margin-top: 8px;
}
.hero_imgbx  {
	display: flex;
	align-items: center;

	height: 65vh;
}
.hero_img {
	max-width: 800px;
	width: 100%;
}
.hero_t_support {
	display:  inline-block;
	margin-top: 24px;
	padding: 12px 20px;
	font-size: 18px;
	background-color: rgb(251,191,36);
	color: #000;
	box-shadow: 0 0 15px rgb(0 0 0 / 80%);
    letter-spacing: -0.8px;
	border-radius: 4px;
	font-weight: bold;
}
.hero_t_support_text {
	line-height: 1.6;
	margin-top: 12px;
	font-size: 18px;
	font-weight: normal;
}
.hero_t_support_text + .hero_t_support_text {
	margin-top: 8px;
}
.hero_cta {
	display: block;
	width: 423px;
	margin: auto;
	padding: 20px 0;
	border-radius: 50px;
	background-color: #FF0000;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2221%22%20viewBox%3D%220%200%2013%2021%22%3E%3Cpath%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-width%3A%202px%3B%22%20d%3D%22M1.814%2C19.458%2C10.771%2C10.5%2C1.814%2C1.542%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: top 50% right 16px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.hero_cta_s {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
}
.hero_cta:hover {
	background-color: #af0202;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 1024px) {
	.hero {
		flex-wrap: wrap;
		align-items: stretch;
		height: auto;
		min-height: auto;
		padding: 230px 20px 40px;
	}
	.hero_imgbx {
		width: 100%;
		height: auto;
		margin-top: 24px;
		order: 2;
	}
	.hero_img {
		max-width: 90%;
		margin: auto;
	}
	.hero_ctc {
		width: 100%;
		font-size: 10vw;
		order: 1;
		margin: 10px 0 0 10px;
	}
	.hero_t {
		margin-top: 24px;
		order: 3;
	}
	.img_logo {
		width: 100%;
		max-width: 600px;
	}
}
@media screen and (max-width: 480px) {
	.hero {
	    padding: 160px 16px 34px;
	}
	.hero_bg {
		background-size: 90vw;
		background-position: right 10px top 70vh, top -40px left -40px;
	}
	.hero_t_support {
		margin-top: 12px;
		padding: 8px 12px;
		font-size: 14px;
	}
	.hero_t_support_text {
		font-size: 16px;
	}
	.hero_ctc {
		font-size: 15vw;
		left: 0;
	}
	.img_logo {
		width: 100%;
	}
	.hero_ttl {
		font-size: 13px;
	}
	.hero_cta {
		width: calc(100% - 32px);
	}
}
/* ---------------
 worries
--------------- */
.worries {
	position: relative;
	margin-top: 120px;
	padding: 120px 0;
	border-bottom: 1px solid #FF0000;
	background: #2D2D2D;
}
.worries:after {
	content: "";
	position: absolute;
	bottom: -51px;
	right: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
	background: #2D2D2D;
	margin: auto;
	border-left: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	transform: rotate(-45deg) skew(20deg, 20deg);
}
.worries_ttl {
	line-height: 1.4;
	font-size: 32px;
	text-align: center;
}
.worries_ttl_b {
	position: relative;
	display: inline-block;
	color : #FBBF24;
}
.worries_ttl_b:before {
	content: "";
	position: absolute;
	top: -8px;
	right: 0;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	border-radius: 50%;
	background: #FBBF24;
}
.worries_lst {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 1280px;
	margin: 60px auto 0;
	padding: 0 40px;
	gap: 24px;
}
.worries_lst li{
	border-top: 1px solid #FBBF24;
	line-height: 1.3;
	padding: 60px 40px;
	background-color: #373737;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../img/check.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.worries_lst li b{
	display: block;
	margin-top: 8px;
	font-size: 26px;
}

@media screen and (max-width: 480px) {
	.worries {
		padding: 80px 0;
	}
	.worries_ttl {
		font-size: 32px;
	}
	.worries_lst {
		display: block;
		padding: 0 15px;
	}
	.worries_lst li{
		margin-top: 24px;
		padding: 40px 24px;
	}
}
/* ---------------
 introduction
--------------- */
#int {
	padding: 140px 0 80px 0;
}
.int_catch {
	max-width: 1240px;
	margin: auto;
	padding: 0 40px;
	line-height: 1.4;
	font-size: 36px;
}
.int_catch_txt {
	max-width: 1240px;
	margin: 34px auto 0;
	padding: 0 40px;
	line-height: 1.4;
	color: #BDBDBD;
	font-size: 24px;
	font-weight: bold;
}
.int_catch_txt span {
	color: #fff;
	background: #FF0000;
}

@media screen and (max-width: 480px) {
	.int_catch {
		padding: 0 15px;
		font-size: 24px;
	}
	.int_catch_txt {
		line-height: 1.6;
		padding: 0 15px;
		font-size: 18px;
	}
}
.inr_fx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 80px auto 0;
	box-sizing: border-box;
}
.inr_sbt {
	font-weight: bold;
	font-size: 20px;
}
.inr_txtbx {
	width: 50%;
	box-sizing: border-box;
}
.itr_ttl {
	line-height: 1.4;
	margin-top: 12px;
	font-weight: 800;
	font-size: 32px;
}
.itr_txt {
	max-width: 450px;
	margin-top: 24px;
	line-height: 1.6;
}
.itr_txt_sb {
	line-height: 1.4;
	max-width: 450px;
	margin-top: 12px;
	font-size: 14px;
}
.inr_imgbx {
	position: relative;
	width: 50%;
	height: 357px;
	box-sizing: border-box;
	overflow: hidden;
}
.inr_fx_rgt {
	padding-left: 60px;
}
.inr_fx_lft {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding-right: 60px;
	box-sizing: border-box;
}
.inr_img_1,
.inr_img_3 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: auto;
	height: 357px;
	margin: auto;
}
@media screen and (max-width: 1024px) {
	.inr_fx_lft {
		padding-right: 20px;
		padding-left: 16px;
	}
	.inr_fx_rgt {
		padding-left: 20px;
	}
}
@media screen and (max-width: 480px){
	#int {
		padding: 100px 0;
	}
	.inr_fx {
		padding: 0px;
		margin: 40px 0;
	}
	.inr_fx_lft {
		padding-right: 4px;
	}
	.inr_fx_rgt {
	    padding-left: 4px;
	}
	.inr_txtbx {
		margin-top: 24px;
		padding: 0 16px;
		width: 60%;
	}
	.inr_sbt {
		font-size: 14px;
	}
	.itr_ttl {
		margin-top: 8px;
		font-size: 18px;
	}
	.itr_txt {
		width: 100%;
		margin-top: 12px;
		font-size: 14px;
	}
	.itr_txt_sb {
		width: 100%;
	}
	.inr_imgbx {
		max-width: 40%;
		overflow: hidden;
		height: 280px;
	}
	.inr_img_1 {
		height: 210px;
	}
	.inr_img_2 {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		height: 210px;
		margin: auto;
	}
	.inr_img_3 {
		height: 276px;
	}
}
/* ---------------
 REPORT
--------------- */
#rep {
	width: 100%;
	background: #333;
	border-top: solid 1px transparent;
	padding-bottom: 100px;
}
.rep_wr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 960px;
	padding: 0 16px;
	margin: auto;
}
.rep_box2 {
	flex-basis: 48%;
	margin: 80px 0;
}
.rep_box3 {
	flex-basis: 31%;
	margin: 80px 0;
}
.rep_img {
	width: 100%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.rep_ttl {
	margin-top: 36px;
	font-weight: bold;
	font-size: 22px;
}
.rep_txt {
	line-height: 1.6;
	margin-top: 16px;
}
.rep_btn_spl {
	flex-basis: 49%;
	margin: auto;
	padding: 16px 32px;
	white-space: nowrap;
	border-radius: 50px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	background-repeat: no-repeat;
	background-position: top 50% right 16px;
}
.rep_btn_spl {
	border: 2px solid #ccc;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2221%22%20viewBox%3D%220%200%2013%2021%22%3E%3Cpath%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23999%3B%20stroke-linecap%3A%20round%3B%20stroke-width%3A%202px%3B%22%20d%3D%22M1.814%2C19.458%2C10.771%2C10.5%2C1.814%2C1.542%22%2F%3E%3C%2Fsvg%3E');
	color: #222;
}
.rep_btn_spl:hover {
	background-color: #ccc;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 480px){
	.rep_wr {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.rep_box2,
	.rep_box3 {
		flex-basis: 100%;
		margin: 36px 0;
	}
	.rep_img {
		display: block;
		width: 90%;
		margin: auto;
		box-sizing: border-box;
	}
	.rep_ttl {
		font-size: 18px;
	}
	.rep_txt {
		margin-top: 12px;
	}
	.rep_btn_spl,
	.rep_btn_cta {
		flex-basis: 100%;
	}
	.rep_btn_spl {
		font-size: 18px;
		padding: 20px 8px;
	}
	.rep_btn_cta {
		margin-top: 24px;
	}
}
/* ---------------
 faq
--------------- */

#faq{
	padding-bottom: 100px;
}
.sec_h{
	margin: 80px 0;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.sec_ttl {
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
}
.faq_b {
	max-width: 880px;
	margin: auto;
	padding: 0 16px;
	line-height: 1.4;
}
.faq_q {
	margin-top: 42px;
	font-weight: bold;
	font-size: 22px;
}
.faq_q:before {
	content: "Q.";
	margin-right: 4px;
	color: #FF0000;
}
.faq_a {
	margin-top: 24px;
	padding-left: 2em;
	line-height: 1.6;
}
@media screen and (max-width: 480px) {
	.faq_b {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.faq_q {
		font-size: 18px;
	}
	.faq_a {
		margin-top: 16px;
		padding-left: 0;
	}
}

/* ---------------
 start
--------------- */

.start-forms_wr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 960px;
	margin: 32px auto auto;
}
.start-forms_btn {
	margin: 16px;
	padding: 16px 48px;
	white-space: nowrap;
	border: 2px solid #ccc;
	border-radius: 50px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	background-repeat: no-repeat;
	background-position: top 50% right 16px;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2221%22%20viewBox%3D%220%200%2013%2021%22%3E%3Cpath%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23999%3B%20stroke-linecap%3A%20round%3B%20stroke-width%3A%202px%3B%22%20d%3D%22M1.814%2C19.458%2C10.771%2C10.5%2C1.814%2C1.542%22%2F%3E%3C%2Fsvg%3E');
	color: #222;
}
.start-forms_btn:hover {
	background-color: #ccc;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 480px){
	.start-forms_btn {
		flex-basis: 100%;
		font-size: 16px;
		margin: 16px 0;
	}
}

/* ---------------
 追従バナー
--------------- */
#btnclose {
	display: none;
}
#btnclose:checked + .follow_bnr {
	display: none;
}
.follow_bnr_close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: rgb(255, 255, 255);
	border-radius: 50%;
	margin-bottom: 8px;
	margin-left: auto;
	color: #333;
	box-shadow: 3px 3px 2px 1px rgb(0 0 0 / 20%);
	cursor: pointer;
	transition: .2s all;
}
.follow_bnr_close:hover {
	opacity: .8;
}
.follow_bnr {
	position: fixed;
	bottom: 20px;
	right: 20px;
	animation-name: anime_followbnr;
    animation-duration: .4s;
	animation-timing-function: ease-out;
}
.follow_bnr_link img{
	width: 300px;
	height: 200px;
	box-shadow: 3px 3px 2px 1px rgb(0 0 0 / 20%);
	transition: all .2s;
}
.follow_bnr_link:hover img {
	transform: scale(1.01);
}
.js-colse {
	display: none;
}
@keyframes anime_followbnr {
    0% {
        bottom: -100px;
    }
    100% {
        bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
	.follow_bnr_link img{
		width: 180px;
		height: 120px;
	}
}
