@charset "UTF-8";

/*-----------------------------------

	mv_block

-----------------------------------*/
#mv_block{
	padding-top: 47px;
	background: url("../img/index/mv_bg.png")no-repeat center/cover;
	background: url("../img/index/webp/mv_bg.webp")no-repeat center/cover;
}
#mv_block .left_box{
	max-width: 444px;
}
#mv_block .left_box .mv_swiper_bg{
	position: relative;
}
#mv_block .left_box .mv_swiper_bg .mv_bg_box{
	gap: 22px;
	align-items: center;
}
#mv_block .left_box .mv_swiper_bg .mv_bg_box .kakko_bg{
	flex-direction: column;
	gap: 19px;
	width: 196px;
}
#mv_block .left_box .mv_swiper_bg .mv_bg_box .kakko_bg .mv_bg_img_1_1{
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	animation: clipReveal 0.55s ease-out forwards;
}
#mv_block .left_box .mv_swiper_bg .mv_bg_box .kakko_bg .mv_bg_img_1_2{
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	animation: clipReveal 0.55s ease-out 0.2s forwards;
}
@keyframes clipReveal {
  0% {
	  opacity: 0;
      clip-path: inset(0 100% 0 0);
  }
  100% {
	  opacity: 1;
      clip-path: inset(0 0% 0 0);
  }
}
#mv_block .left_box .mv_swiper_bg .mv_bg_box .mv_bg_img_2{
	width: calc(100% - 218px);
}
#mv_block .left_box .kakko_txt{
	position: absolute;
	width: 196px;
	height: 100%;
	top: 0;
	left: 0;
	margin: auto;
}
#mv_block .left_box .swiper{
	position: absolute;
	left: 0;
	margin: auto;
	height: 64px;
	width: 196px;
	opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}
#mv_block .left_box .mv_txt_01{
	top: 0;
}
#mv_block .left_box .mv_txt_02{
	bottom: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mv_block .left_box .swiper .swiper-slide img{
	object-fit: contain;
	object-position: center;
	height: 100%;
	
}

#mv_block .left_box .left_txt{
	font-size: 15px;
	font-weight: 700;
	margin: 50px 0;
}
#mv_block .left_box .company_logo{
	max-width: 404px;
	width: 100%;
}
#mv_block .right_box{
	/*width:  818px;*/
	width: calc(100% - 412px);
	margin-right: -115px;
	margin-bottom: -20px;
}

@media screen and (max-width: 970px) {
	#mv_block{
		padding: 40px 0 77px;
	}
	#mv_block .left_box{
		max-width: 295px;
		width: 100%;
		margin: auto!important;
	}
	#mv_block .left_box .mv_swiper_bg .mv_bg_box{
		gap: 15px;
	}
	#mv_block .left_box .mv_swiper_bg .mv_bg_box .kakko_bg,
	#mv_block .left_box .kakko_txt{
		width: 45%;
	}
	#mv_block .left_box .swiper{
		width: 100%;
		height: 44px;
	}
	#mv_block .left_box .mv_swiper_bg .mv_bg_box .mv_bg_img_2{
		width: 49%;
	}
	#mv_block .left_box .left_txt{
		margin: 20px auto 25px;
	}
	#mv_block .right_box{
		width: calc(100% - 220px);
	}
}
@media screen and (max-width: 840px) {
	#mv_block{
		background: url("../img/index/mv_bg_sp.png")no-repeat center/cover;
	    /*background: url("../img/common/webp/mv_bg_sp.webp")no-repeat center/cover;*/
	}
	#mv_block .contents_inner{
		flex-direction: column;
		gap: 25px;
	}
	#mv_block .left_box .left_txt{
		font-size: 11px;
		margin: 20px auto 0;
	}
	#mv_block .right_box{
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 530px) {
	#mv_block .left_box{
		transform: translateX(-15%);
	}
	#mv_block .right_box{
		width: 115vw;
		transform: translateX(-10%);
	}
	#mv_block .right_box .swiper{
		/*width: 465px;*/
		object-position: center;
	}
	#mv_block .company_logo{
		width: 100%;
		transform: translateX(-14%);
	}
}

/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block{
	padding: 90px 0 0;
}
#intro_block .intro_box{
	align-items: flex-start;
	max-width: 1088px;
	width: 100%;
	margin: 0 auto 110px;
	gap: 50px;
}
#intro_block .left_box{
	width: 501px;
}
#intro_block .left_box .h4_ttl{
	text-align: left;
	margin-bottom: 40px;
}
#intro_block .left_box .h4_ttl span{
	display: block;
	font-size: 30px;
	font-weight: 700;
	position: relative;
	padding: 13px 35px;
}
#intro_block .left_box .h4_ttl span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
	border-top: 3px solid #0077FC;
    border-left: 3px solid #0077FC;
}
#intro_block .left_box .h4_ttl span::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 29px;
	height: 29px;
	border-bottom: 3px solid #0077FC;
    border-right: 3px solid #0077FC;
}
#intro_block .left_box p{
	line-height: 2.5;
}
#intro_block .right_box{
	width: calc(100% - 551px); 
}
#intro_block .fukidashi_ttl{
	background: #F19323;
	padding: 2px 0 5px;
	text-align: center;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
	position: relative;
	max-width: 722px;
	width: 100%;
	margin: 0 auto 29px;
}
#intro_block .fukidashi_ttl::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: auto;
	background: #F19323;
	width: 17px;
	height: 9px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: rotateX(180deg);
	
}
#intro_block .intro_list{
	gap : 17px;
	justify-content: center;
}
#intro_block .intro_list li{
	background: rgba(255, 222, 92, 0.2);
	border-radius: 15px;
	width: calc((100% - 34px) / 3);
	text-align: center;
	padding: 35px 0;
	font-size: 20px;
	font-weight: 700;
}

@media screen and (max-width:960px) {
	#intro_block .intro_list li{
		width: calc((100% - 17px) / 2);
	}
}
@media screen and (max-width: 840px) {
	#intro_block .intro_box{
		gap: 20px;
		flex-direction: column;
	}
	#intro_block .left_box{
		width: 100%;
	}
	#intro_block .left_box .h4_ttl{
		margin: 0 auto 30px;
		font-size: 19px;
		text-align: center;
		max-width: 325px;
        width: 100%;
	}
	#intro_block .left_box .h4_ttl span{
		font-size: 19px;
	}
	#intro_block .left_box .h4_ttl span{
		padding: 10px 17px;
		margin-bottom: 0;
	}
	#intro_block .left_box .h4_ttl span::before,
	#intro_block .left_box .h4_ttl span::after{
		width: 19px;
		height: 19px;
	}
	#intro_block .right_box{
		max-width: 340px;
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 640px) {
	#intro_block .intro_list li{
		max-width: 325px;
		width: 100%;
		margin: auto;
	}
	#intro_block .fukidashi_ttl{
		font-size: 18px;
		line-height: 1.5;
		padding: 12px 0;
		margin: 0 auto 16px;
	}
	#intro_block .fukidashi_ttl::before{
		width: 12px;
		height: 6px;
		bottom: -6px;
	}
	#intro_block .intro_list{
		gap: 5px;
	}
	#intro_block .intro_list li{
		border-radius: 5px;
		padding: 14px 0;
		font-size: 13px;
	}
}

/*-----------------------------------

	strong_block

-----------------------------------*/
#strong_block{
	padding: 80px 0 0;
}
#strong_block .strong_wrap{
	gap: 69px 45px;
	max-width: 1102px;
	width: 100%;
	margin: 70px auto 0;
}
#strong_block .strong_wrap .strong_box{
	width: calc((100% - 45px) / 2);
}
#strong_block .strong_wrap .strong_box .img_box{
	width: 100%;
	max-height: 377px;
	margin: auto;
}
#strong_block .strong_wrap .strong_box .txt_box{
	max-width: 400px;
	width: 100%;
	margin: auto;
}
#strong_block .strong_wrap .strong_box .txt_box .strong_ttl{
	font-size: 25px;
	font-weight: 700;
	margin: 20px 0 15px;
	text-align: center;
}

@media screen and (max-width: 840px) {
	#strong_block{
		padding: 40px 0 0;
	}
	#strong_block .strong_wrap .strong_box .txt_box .strong_ttl{
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) {
	#strong_block .strong_wrap{
		margin: 29px auto 0;
		gap: 30px;
	}
	#strong_block .strong_wrap .strong_box{
		max-width: 325px;
		width: 100%;
		margin: auto;
	}
	#strong_block .strong_wrap .strong_box .txt_box .strong_ttl{
		font-size: 16px;
	}
	#strong_block .strong_wrap .strong_box .img_box{
		max-width: 220px;
	}
}

/*-----------------------------------

	solution_block

-----------------------------------*/
#solution_block{
	padding: 116px 0 0;
}
#solution_block .table_box{
	margin: 20px auto 0;
	max-width: 1088px;
	width: 100%;
}
#solution_block .table_box table{
	border-spacing: 0 10px;
    border-collapse: separate;
}
#solution_block .table_box table tr:first-child td{
	padding: 0!important;
	background: transparent!important;
}
#solution_block .table_box table tr:first-child td img{
	width: 136px;
	height: 50px;
	margin: 0 auto;
}
#solution_block .table_box table tr td{
	width: calc(100% / 2);
	padding: 40px 59px 30px 76px;
	background: rgba(255, 222, 92, 0.2);
}
#solution_block .table_box table tr td .h5_ttl{
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative;
}
#solution_block .table_box table tr td .h5_ttl::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	margin: auto;
	background: url("../img/index/icon_af.svg")no-repeat center/contain;
	width: 38px;
	height: 28px;
}
#solution_block .table_box table tr td .h5_ttl .blue_txt{
	background: #fff;
	padding: 0 5px;
}
#solution_block .table_box table tr td:first-child{
	position: relative;
	padding: 40px 44px 30px 60px;
	background: #F7F9F9;
}
#solution_block .table_box table tr:not(:first-child) td:first-child::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	height: 100%;
	width: 30px;
	background: #F7F9F9;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#solution_block .table_box table tr td:first-child .h5_ttl{
	padding-left: 43px;
}
#solution_block .table_box table tr td:first-child .h5_ttl::before{
	background: url("../img/index/icon_bf.svg")no-repeat center/contain;
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 840px) {
	#solution_block{
		padding: 40px 0 0;
	}
	#solution_block .table_box table tr td{
		width: 100%;
		display: block;
		padding: 50px 25px 30px;
	}
	#solution_block .table_box table tr td:first-child{
		padding: 27px 25px 15px;
	}
	#solution_block .table_box table tr:not(:first-child) td:first-child::before{
		clip-path: polygon(100% 0, 0 0, 50% 100%);
		top: auto;
		bottom: -30px;
		left: 0;
		right: 0;
		width: 100%;
		height: 30px;
	}
}
@media screen and (max-width: 640px) {
	#solution_block .table_box table tr td .h5_ttl,
	#solution_block .table_box table tr td:first-child .h5_ttl{
		padding-left: 35px;
	}
	#solution_block .table_box table tr td .h5_ttl::before{
		width: 27px;
		height: 20px;
	}
	#solution_block .table_box table tr td:first-child .h5_ttl::before{
		width: 20px;
		height: 20px;
		top: 7px;
	}
	#solution_block .table_box table tr td .h5_ttl .blue_txt{
		padding: 0;
	}
}

/*-----------------------------------

	service_block

-----------------------------------*/
#service_block{
	padding: 100px 0 0;
	position: relative;
}
#service_block::before,
#service_block::after{
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	margin: auto;
	background: url("../img/common/left_kumo_01.png")no-repeat;
	background-size: contain;
	width: 387px;
	height: 471px;
	z-index: -1;
}
#service_block::before{
	top: 18px;
}
#service_block::after{
	top: 1543px;
}

#service_block .kumo{
	position: relative;
}
#service_block .kumo::after{
	content: "";
	position: absolute;
	top: 792px;
	right: 0;
	margin: auto;
	background: url("../img/common/right_kumo_01.png")no-repeat;
	background-size: contain;
	width: 400px;
	height: 522px;
	z-index: -1;
}

#service_block .service_wrap{
	max-width: 1088px;
	width: 90%;
	flex-direction: column;
	gap: 30px;
	margin: 70px auto 60px;
}
#service_block .service_box{
	background: #F7F9F9;
	position: relative;
}
#service_block .service_box::before{
	content: "";
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	background: url("../img/common/circle_btn_w.svg")no-repeat center/contain;
}
#service_block .service_box .img_box{
	width: 368px;
}
#service_block .service_box .txt_box{
	width: calc(100% - 368px);
	padding: 0 94px 0 78px;
}
#service_block .service_box .txt_box .h5_ttl{
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 700;
}
#service_block .service_box .box_list{
	margin-top: 25px;
	display: flex;
    flex-direction: column;
    gap: 5px;
}
#service_block .service_box .box_list li{
	padding-left: 25px;
	position: relative;
	color: #828383;
	font-size: 14px;
}
#service_block .service_box .box_list li::before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	background: url("../img/index/icon_check.svg")no-repeat center/contain;
}

#service_block .zeirishi{
	max-width: 1088px;
	width: 90%;
	margin: auto;
	border: 2px solid #F0F3F3;
	background: transparent;
}
#service_block .zeirishi.service_box::before{
	content: none;
}
#service_block .zeirishi .img_box{
	position: relative;
}
#service_block .zeirishi .img_box .tag{
	position: absolute;
	background: #00BFFF;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	width: 253px;
	top: 0;
    left: 0;
}
#service_block .zeirishi .arrow_btn{
	margin: 30px 0 0 auto;
	width: 265px;
	display: block;
}

@media screen and (max-width: 1015px) {
	#service_block .service_box .txt_box .h5_ttl{
		margin-bottom: 17px;
		font-size: 18px;
	}
	#service_block .service_box .txt_box{
		padding: 0 45px;
	}
	#service_block .service_box .box_list{
		margin-top: 17px;
	}
	#service_block .service_box .box_list li{
		font-size: 12px;
		padding-left: 20px;
	}
	#service_block .service_box .box_list li::before{
		width: 10px;
		height: 10px;
		
	}
}
@media screen and (max-width: 840px) {
	#service_block::before,
	#service_block::after{
		width: 188px;
		height: 230px;
	}
	#service_block::before{
		top: 220px;
	}
	#service_block::after{
		top: 4000px;
	}
	#service_block .kumo::after{
		top: 2560px;
		width: 245px;
		height: 320px;
	}
	
	#service_block .service_box .img_box{
		width: 100%;
	}
	#service_block .service_box .txt_box{
		width: 100%;
		padding: 20px 45px 47px;
	}
	#service_block .service_box .txt_box .h5_ttl{
		text-align: center;
	}
	#service_block .service_box::before{
		bottom: 14px;
		right: 25px;
	}
}
@media screen and (max-width: 640px) {
	#service_block{
		padding: 40px 0 0;
	}
	#service_block::before{
		top: 74px;
	}
	#service_block::after{
		top: 3080px;
	}
	#service_block .kumo::after{
		top: 1970px;
	}
	
	#service_block .service_wrap{
		gap: 116px;
		margin: 122px auto 26px;
	}
	#service_block .service_wrap{
		width: 100%;
	}
	#service_block .service_box .img_box,
	#service_block .service_box .txt_box{
		width: 90%;
		margin: auto;
	}
	#service_block .service_box .txt_box{
		padding: 20px 0 60px;
	}
	#service_block .service_box .img_box{
		margin: -96px auto 0;
	}
	
	#service_block .zeirishi .img_box{
		margin: 0 auto!important;
		width: 100%;
		padding: 20px 22px 0;
	}
	#service_block .zeirishi .img_box .tag{
		font-size: 15px;
		width: 190px;
	}
	#service_block .zeirishi .txt_box{
		padding: 29px 0 32px;
	}
	#service_block .zeirishi .arrow_btn{
		margin: 25px auto 0;
		width: 222px;
	}
}
@media screen and (max-width: 375px){
	#service_block::after{
		top: 2410px;
	}
	#service_block .kumo::after{
		top: 1480px;
	}
}

/*-----------------------------------

	company_block

-----------------------------------*/
#company_block{
	padding: 100px 0;
}
#company_block .company_contents{
	margin: 50px auto;
	gap: 5px;
	max-width: 1088px;
	width: 100%;
}
#company_block .company_contents .img_box{
	background: #F19323;
	width: 352px;
	height: 100%;
	padding: 58px 76px 49px;
}
#company_block .company_contents .company_wrap{
	width: calc(100% - 357px);
	flex-direction: column;
	gap: 5px;
}
#company_block .company_contents .company_wrap a{
	width: 100%;
}
#company_block .company_contents .company_wrap .company_box{
	width: 100%;
	padding: 25px 60px;
	background: #F7F9F9;
	justify-content: flex-start;
	position: relative;
}
#company_block .company_contents .company_wrap .company_box::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	background: url("../img/common/icon_out_link.svg")no-repeat center/contain;
	width: 13px;
	height: 11px;
}
#company_block .company_contents .company_wrap .company_box .h5_ttl{
	font-size: 18px;
	font-weight: 700;
	width: 302px;
}
#company_block .company_contents .company_wrap .company_box .company_list li{
	position: relative;
	padding-left: 25px;
}
#company_block .company_contents .company_wrap .company_box .company_list li::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: url("../img/index/icon_check_b.svg")no-repeat center/contain;
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 1130px) {
	#company_block .company_contents .company_wrap .company_box{
		padding: 25px;
	}
	#company_block .company_contents .company_wrap .company_box .h5_ttl{
		width: 180px;
		font-size: 16px;
	}
	
}
@media screen and (max-width: 920px) {
	#company_block .company_contents{
		flex-direction: column;
		gap: 0;
		margin: 21px auto 30px;
	}
	#company_block .company_contents .img_box{
		width: 100%;
		height: 150px;
		padding: 18px 0;
	}
	#company_block .company_contents .img_box img{
		width: 141px;
		height: 108px;
		margin: auto;
		object-fit: contain;
	}
	#company_block .company_contents .company_wrap{
		width: 100%;
	}
	#company_block .company_contents .company_wrap .company_box{
		padding: 20px 0;
		flex-direction: column;
	}
	#company_block .company_contents .company_wrap .company_box .h5_ttl{
		width: 100%;
		text-align: center;
	}
	#company_block .company_contents .company_wrap .company_box .company_list{
		margin-top: 10px;
	}
	#company_block .company_contents .company_wrap .company_box .company_list li{
		padding-left: 17px;
	}
	#company_block .company_contents .company_wrap .company_box .company_list li::before{
		width: 10px;
		height: 10px;
		top: 7px;
	}
}
@media screen and (max-width: 840px) {
	#company_block{
		padding: 40px 0 30px;
	}
}
@media screen and (max-width: 640px) {
}

/*-----------------------------------

	faq_block

-----------------------------------*/
#faq_block{
	padding: 73px 0;
	background: #F7F9F9;
}
#faq_block .faq_box{
	gap: 148px;
	justify-content: center;
	align-items: flex-start;
	max-width: 1088px;
	width: 100%;
	margin: auto;
}
#faq_block .faq_box .ttl_box{
	max-width: 220px;
}
#faq_block .faq_box .ttl_box .h4_ttl{
	text-align: left;
	margin-bottom: 30px;
}
#faq_block .faq_box .faq_wrap{
	gap: 5px;
	flex-direction: column;
	width: calc(100% - 368px);
}
#faq_block .faq_box .faq_wrap .accordion{
	width: 100%;
	background: #fff;
	padding: 20px 35px;
}
#faq_block .faq_box .faq_wrap .accordion .question{
	font-size: 18px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
#faq_block .faq_box .faq_wrap .accordion .question span{
	font-size: 30px;
	margin-right: 18px;
	color: #0077FC;
	line-height: 1;
	font-weight: 500;
}
#faq_block .faq_box .faq_wrap .accordion .answer_box{
	padding: 25px 25px 25px 0; 
	padding-left: 48px;
	font-weight: 400;
}

@media screen and (max-width: 1000px) {
	#faq_block .faq_box{
		gap: 80px;
	}
	#faq_block .faq_box .faq_wrap{
		width: calc(100% - 300px);
	}
}
@media screen and (max-width: 840px) {
	#faq_block{
		padding: 30px 0 27px;
	}
	#faq_block .faq_box{
		flex-direction: column;
		gap: 20px;
	}
	#faq_block .faq_box .faq_wrap{
		width: 100%;
		margin: auto;
	}
	#faq_block .faq_box .ttl_box{
		margin: auto;
	}
	#faq_block .faq_box .ttl_box .h4_ttl{
		margin-bottom: 0;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	#faq_block .faq_box .faq_wrap .accordion{
		padding: 20px;
	}
	#faq_block .faq_box .faq_wrap .accordion .question{
		font-size: 14px;
	}
	#faq_block .faq_box .faq_wrap .accordion .question span{
		font-size: 20px;
		font-weight: 500;
		margin-right: 10px;
	}
	#faq_block .faq_box .faq_wrap .accordion .answer_box{
		padding: 15px 0 0;
		padding-left: 30px;
	}
}

/*-----------------------------------

	news_block

-----------------------------------*/
#news_block{
	padding: 83px 0 80px;
}
#news_block .news_list{
	margin: 40px auto 50px;
	max-width: 904px;
	width: 100%;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}
#news_block .news_list a{
	padding: 25px 0 30px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	display: block;
}
#news_block .news_list a:hover{
	background: #F7F9F9;
	opacity: 1;
}
#news_block .news_list a .news_box{
	gap: 50px;
	justify-content: flex-start;
	align-items: flex-start;
}
#news_block .news_list a .news_box .txt{
	width: calc(100% - 146px);
}

@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	#news_block{
		padding: 20px 0 31px;
	}
	#news_block .news_list{
		margin: 22px auto 25px;
	}
	#news_block .news_list a{
		padding: 20px 0;
	}
	#news_block .news_list a .news_box{
		gap: 10px;
		flex-direction: column;
	}
	#news_block .news_list a .news_box .txt{
		width: 100%;
		font-size: 14px;
	}
}


