@charset "utf-8";
/* CSS Document */





/*==================================================================

		$index　＊　top_mainvisual

==================================================================*/
#top_mainvisual {
	width: 100%;
	height: 800px;
	background: url("../images/mv_bg.jpg") center top no-repeat;
}
#top_mainvisual figure {
	width: 90%;
	max-width: 1300px;
	margin: auto;
	padding-top: 130px;
}
#top_mainvisual a {
	display: block;
	width: 90%;
	max-width: 1300px;
	margin: auto;
	padding-top: 30px;
}
@media screen and (max-width:640px) {
	#top_mainvisual {
		position: relative;
		height: 700px;
		background: url("../images/mv_bg_sp.jpg") bottom center;
		background-size: cover;
	}
	#top_mainvisual figure {
		position: absolute;
		width: 90%;
		left: 0; right: 0; margin: auto;
		text-align: center;
		bottom: 120px;
		padding: 0;
		max-width: 400px;
	}
	#top_mainvisual a {
		position: absolute;
		width: 90%;
		left: 0; right: 0; margin: auto;
		text-align: center;
		bottom: 30px;
		padding: 0;
		max-width: 400px;
	}
}





/*==================================================================

		$index　＊　共通

==================================================================*/
.home h2 {
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}
.home h2 em {
	position: relative;
	font-size: 50px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	font-weight: 900;
	z-index: 2;
}
.home h2 span {
	position: absolute;
	display: block;
	width: 100%;
	line-height: 1;
	top: -50px;
	font-size: 160px;
	opacity: 0.2;
	font-family: "Tektur", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-variation-settings:"wdth" 100;
	z-index: 1;
}
@media screen and (max-width:640px) {
	.home h2 {
		margin-bottom: 40px;
	}
	.home h2 em {
		font-size: 28px;
		letter-spacing: 1px;
	}
	.home h2 span {
		top: -20px;
		font-size: 75px;
	}
}





/*==================================================================

		$index　＊　top_worry

==================================================================*/
#top_worry {
	width: 100%;
	padding: 120px 0 100px;
	background: url("../images/top_bg01.jpg") top center;
	background-size: cover;
}
@media screen and (max-width:640px) {
	#top_worry {
		padding: 70px 0 30px;
	}
}



#top_worry h2 em {
	font-size: 40px;
	color: #FFF;
}
#top_worry h2 span {
	top: -58px;
	color: #8186f2;
}
@media screen and (max-width:640px) {
	#top_worry h2 em {
		font-size: 26px;
	}
	#top_worry h2 span {
		top: -38px;
	}
}



#top_worry .inner {
	width: 95%;
	margin: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
}
@media screen and (max-width:640px) {
	#top_worry .inner {
		display: block;
		width: 90%;
	}
}



#top_worry figure {
	width: 50%;
}
#top_worry figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1340px) {
	#top_worry figure { width: 47%;	}
}
@media screen and (max-width:1260px) {
	#top_worry figure { width: 45%;	}
}
@media screen and (max-width:640px) {
	#top_worry figure { width: 100%; }
}



#top_worry ul {
	width: 610px;
	margin-right: 90px;
}
#top_worry ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 52px;
	color: #FFF;
}
#top_worry ul li em {
	color: #23afff;
}
#top_worry ul li::before {
	position: absolute; content: "";
	top: -2px; left: 0;
	background: url("../images/top_img02.png");
	background-size: 34px 37px;
	width: 34px; height: 37px;
}
@media screen and (max-width:640px) {
	#top_worry ul {
		width: 100%;
		margin: 30px auto 0;
	}
	#top_worry ul li {
		margin-bottom: 15px;
		padding-left: 35px;
		font-size: 14px;
	}
	#top_worry ul li::before {
		top: 0px; left: 0;
		background: url("../images/top_img02.png") no-repeat;
		background-size: 22px auto;
		width: 22px; height: 25px;
	}
}



#top_worry .top_worry_catch {
	background: rgba(98,242,255,.2);
	text-align: center;
	margin-top: 70px;
	padding: 40px 0;
}
#top_worry .top_worry_catch img {
	position: relative;
	top: -15px;
}
#top_worry .top_worry_catch span {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	margin: 0 10px;
}
#top_worry .top_worry_catch em {
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	background: linear-gradient(0deg, #FFF 0%, #FFF 30%, #64dff1 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width:640px) {
	#top_worry .top_worry_catch {
		margin-top: 20px;
		padding: 40px 0 20px;
	}
	#top_worry .top_worry_catch img {
		top: -10px;
		width: 280px;
	}
	#top_worry .top_worry_catch span {
		display: block;
		font-size: 19px;
		line-height: 1;
	}
	#top_worry .top_worry_catch em {
		display: block;
		font-size: 27px;
	}
}





/*==================================================================

		$index　＊　top_service

==================================================================*/
#top_service {
	position: relative;
	width: 100%;
	padding: 120px 0 100px;
	background: url("../images/top_bg02.jpg") center;
	background-size: 200px 200px;
}
@media screen and (max-width:640px) {
	#top_service {
		padding: 50px 0 20px;
	}
}



#top_service h2 span {
	color: #FFF;
	opacity: 0.7;
}
@media screen and (max-width:640px) {
	#top_service h2 span {
		top: -13px;
	}
}



#top_service ul {
	width: 90%;
	max-width: 1100px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:640px) {
	#top_service ul {
		display: block;
	}
}



#top_service ul li {
	width: 47%;
	box-sizing: border-box;
	border-radius: 20px;
	background: #FFF;
	overflow: hidden;
}
#top_service ul li:first-of-type { border: 3px solid #2d2d2d;}
#top_service ul li:last-of-type  { border: 3px solid #2994d4;}
@media screen and (max-width:640px) {
	#top_service ul li {
		width: 100%;
		margin-bottom: 30px;
	}
}



#top_service ul li .service_title {
	height: 90px;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
#top_service ul li:first-of-type .service_title {
	padding-top: 15px;
	background: #1d1d1d;
}
#top_service ul li:last-of-type .service_title {
	padding-top: 10px;
	background: #2994d4;
}
@media screen and (max-width:640px) {
	#top_service ul li .service_title {
		height: 60px;
		font-size: 22px;
	}
	#top_service ul li:first-of-type .service_title {
		padding-top: 8px;
	}
	#top_service ul li:last-of-type .service_title {
		padding-top: 3px;
	}
	#top_service ul li:last-of-type .service_title img {
		width: 260px;
	}
}



#top_service ul li dl {
	width: 75%;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_service ul li dl dt {
	position: relative;
	width: 65%;
	height: 70px;
	margin-bottom: 5px;
	background: #e6e6e6;
	border-radius: 5px;
	font-size: 26px;
	line-height: 1;
	display: flex;
	align-items: center;
}
#top_service ul li dl dt::after {
	position: absolute; content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	top: 50%; margin-top: -6px; right: -9px;
	width: 10px;
	height: 12px;
	background: #e6e6e6;
}
#top_service ul li dl dt figure {
	width: 80px;
	text-align: center;
	margin-left: 10px;
}
@media screen and (max-width:640px) {
	#top_service ul li dl {
		width: 90%;
		margin: 15px auto 0;
	}
	#top_service ul li dl dt {
		height: 60px;
		font-size: 20px;
	}
	#top_service ul li dl dt figure {
		width: 80px;
		margin-left: 0;
	}
}



#top_service ul li dl dd {
	width: 30%;
	height: 70px;
	margin-bottom: 5px;
	color: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding-top: 3px;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
}
#top_service ul li dl dd.ai    { background: #264db2;}
#top_service ul li dl dd.human { background: #e56a1f;}
@media screen and (max-width:640px) {
	#top_service ul li dl dd {
		height: 60px;
		padding-top: 7px;
		font-size: 24px;
	}
}



#top_service ul li .service_text {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
#top_service ul li:first-of-type .service_text { background: #1d1d1d;}
#top_service ul li:last-of-type .service_text  { background: #2994d4;}
@media screen and (max-width:640px) {
}



#top_service ul li .service_text figure {
	position: relative;
	z-index: 2;
}
#top_service ul li .service_text figcaption {
	position: relative;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 35px;
	color: #FFF;
	z-index: 2;
}
#top_service ul li .service_text figcaption em {
	color: #f8e334;
}
@media screen and (max-width:640px) {
	#top_service ul li .service_text figcaption {
		font-size: 17px;
	}
}



#top_service ul li .service_text::before {
	position: absolute; content: "";
	top: -1px;
	width: 100%; height: 40px;
}
#top_service ul li:first-of-type .service_text::before {
	background: url("../images/top_img18.png") no-repeat;
	background-size: auto 40px;
}
#top_service ul li:last-of-type .service_text::before {
	background: #FFF;
}
@media screen and (max-width:640px) {
}





/*==================================================================

		$index　＊　top_catch

==================================================================*/
#top_catch {
	position: relative;
	background: url("../images/mv_bg.jpg") center top no-repeat;
	padding: 80px 0;
}
#top_catch::before {
	position: absolute; content: "";
	width: 100%; height: 100%;
	top: 0; left: 0;
	background: #004f91;
	opacity: .4;
}
#top_catch p {
	position: relative;
	font-weight: 700;
	font-size: 34px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 10px #0b5092,0 0 15px #0b5092;
	z-index: 2;
}
@media screen and (max-width:640px) {
	#top_catch {
		padding: 40px 0;
	}
	#top_catch p {
		font-size: 20px;
	}
}





/*==================================================================

		$index　＊　top_cta

==================================================================*/
.top_cta {
	position: relative;
	width: 100%;
	height: 260px;
	background: url("../images/cta_bg01.png") top left no-repeat , url("../images/cta_bg02.png") top right no-repeat , #012953;
	background-size: 960px 260px, 960px 260px, auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.top_cta figure {
	padding-top: 20px;
}
.top_cta a {
	position: relative;
	top: -10px;
}
@media screen and (max-width:640px) {
	.top_cta {
		height: auto;
		display: block;
	}
	.top_cta figure {
		display: none;
	}
	.top_cta a {
		top: 0;
		display: block;
		width: 95%;
        margin: auto;
		padding: 20px 0 25px;
	}
}





/*==================================================================

		$index　＊　top_strengths

==================================================================*/
#top_strengths {
	padding: 120px 0 50px;
	background: #041b30;
}
@media screen and (max-width:640px) {
	#top_strengths {
		padding: 50px 0 20px;
	}
}



#top_strengths h2 em {
	color: #FFF;
}
#top_strengths h2 span {
	color: #2567a2;
}
@media screen and (max-width:640px) {
	#top_strengths h2 span {
		top: -40px;
	}
}



#top_strengths li {
	width: 95%;
	margin: auto;
	margin-bottom: 70px;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
#top_strengths li:nth-of-type(even) {
	flex-direction: row;
}
@media screen and (max-width:1450px) {
	#top_strengths li {
		align-items: stretch;
	}
}
@media screen and (max-width:640px) {
	#top_strengths li {
		width: 90%;
		margin-bottom: 30px;
		display: block;
	}
}



#top_strengths figure {
	width: 50%;
	max-width: 770px;
}
#top_strengths figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1340px) {
	#top_strengths figure { width: 47%;	}
}
@media screen and (max-width:1260px) {
	#top_strengths figure { width: 45%;	}
}
@media screen and (max-width:640px) {
	#top_strengths figure {
		width: 100%;
		height: 180px;
	}
}



#top_strengths dl {
	position: relative;
	width: 700px;
	margin-right: 90px;
}
#top_strengths li:nth-of-type(even) dl {
	margin-right: 0;
	margin-left: 90px;
}
#top_strengths dl dt {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #FFF;
	z-index: 2;
}
#top_strengths dl dd p {
	position: relative;
	margin-bottom: 20px;
	color: #cccccc;
	z-index: 2;
}
@media screen and (max-width:640px) {
	#top_strengths dl {
		width: 100%;
		margin: 0 auto;
	}
	#top_strengths li:nth-of-type(even) dl {
		margin: 0 auto;
	}
	#top_strengths dl dt {
		font-size: 22px;
		line-height: 1.6;
		margin: 23px 0 15px;
	}
	#top_strengths dl dd p {
		margin-bottom: 15px;
	}
}



#top_strengths li dl::before {
	position: absolute;
	top: -20px; right: 0;
	font-size: 160px;
	color: #093359;
	font-family: "Tektur", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-variation-settings:"wdth" 100;
	line-height: 1;
	z-index: 1;
}
#top_strengths li:nth-of-type(1) dl::before { content: "01";}
#top_strengths li:nth-of-type(2) dl::before { content: "02";}
#top_strengths li:nth-of-type(3) dl::before { content: "03";}
#top_strengths li:nth-of-type(4) dl::before { content: "04";}
#top_strengths li:nth-of-type(5) dl::before { content: "05";}
@media screen and (max-width:640px) {
	#top_strengths li dl::before {
		top: -10px;
		font-size: 100px;
	}
}





/*==================================================================

		$index　＊　top_comparison

==================================================================*/
#top_comparison {
	width: 100%;
	padding: 120px 0 110px;
	background: url("../images/top_bg03.png") center top;
}
#top_comparison h2 span {
	color: #FFF;
	opacity: 0.5;
}
#top_comparison figure {
	text-align: center;
}
@media screen and (max-width:640px) {
	#top_comparison {
		padding: 60px 0 50px;
	}
	p.top_tablebox_text {
		width: 90%;
		margin: auto;
		background: #FFF;
		box-sizing: border-box;
		font-size: 13px;
		padding: 1px 15px 4px;
		margin-bottom: 30px;
	}
	#top_comparison figure {
		width: 90%;
		margin: auto;
		overflow: scroll;
	}
	#top_comparison figure img {
		max-width: 650px;
	}
}





/*==================================================================

		$index　＊　top_faq

==================================================================*/
#top_faq {
	position: relative;
	width: 100%;
	padding: 120px 0 130px;
	background: url("../images/top_bg04.png") left bottom no-repeat;	
}
#top_faq::before {
	position: absolute; content: "";
	background: url("../images/top_bg04.png");
	width: 960px; height: 700px;
	top: 0; right: 0;
	transform: rotate(180deg)
}
@media screen and (max-width:640px) {
	#top_faq {
		padding: 60px 0 50px;
		background: #FFF;	
	}
}



#top_faq h2 span {
	color: #daeaf2;
	opacity: 0.7;
}
@media screen and (max-width:640px) {
}



#top_faq dl {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	border-bottom: 1px solid #bbb;
}
@media screen and (max-width:640px) {
}



#top_faq dl dt {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	padding-left: 75px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#top_faq dl dd {
	position: relative;
	padding-left: 75px;
	padding-right: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width:640px) {
	#top_faq dl dt {
		font-size: 18px;
		padding-left: 45px;
		line-height: 1.5;
	}
	#top_faq dl dd {
		padding-left: 45px;
		padding-right: 0;
		margin-bottom: 20px;
	}
}



#top_faq dl dt::before {
	position: absolute;
	content: "Q";
	top: -2px;
	left: 20px;
	font-size: 50px;
	line-height: 1;
	color: #004478;
	font-family: "Tektur", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-variation-settings:"wdth" 100;
}
#top_faq dl dd::before {
	position: absolute;
	content: "A";
	top: -5px;
	left: 20px;
	font-size: 50px;
	line-height: 1;
	color: #e56a1f;
	font-family: "Tektur", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-variation-settings:"wdth" 100;
}
@media screen and (max-width:640px) {
	#top_faq dl dt::before {
		top: -7px;
		left: 0;
		font-size: 40px;
	}
	#top_faq dl dd::before {
		left: 0;
		font-size: 40px;
	}
}





/*==================================================================

		$index　＊　top_flow

==================================================================*/
#top_flow {
	position: relative;
	width: 100%;
	padding: 120px 0 130px;
	background: url("../images/top_bg02.jpg") center;
	background-size: 200px 200px;
}
@media screen and (max-width:640px) {
	#top_flow {
		padding: 50px 0 50px;
	}
}



#top_flow h2 span {
	color: #FFF;
	opacity: 0.7;
}
@media screen and (max-width:640px) {
	#top_flow h2 span {
		top: 2px;
	}
}



#top_flow ul {
	width: 90%;
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#top_flow ul li {
	width: 32%;
	max-width: 400px;
	background: #264db2;
	box-sizing: border-box;
	border: 3px solid #2d2d2d;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}
#top_flow ul li span {
	display: block;
	padding-top: 25px;
	line-height: 1;
	font-size: 20px;
	color: #f6c132;
	font-family: "Tektur", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-variation-settings:"wdth" 100;
}
#top_flow ul li p {
	padding-bottom: 20px;
	font-size: 25px;
	color: #FFF;
	font-weight: 700;
}
@media screen and (max-width:640px) {
	#top_flow ul {
		display: block;
	}
	#top_flow ul li {
		width: 100%;
		margin: 0 auto 20px;
	}
	#top_flow ul li figure {
		width: 100%;
		height: 180px;
	}
	#top_flow ul li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#top_flow ul li span {
		padding-top: 15px;
		font-size: 17px;
	}
	#top_flow ul li p {
		padding-bottom: 10px;
		font-size: 20px;
	}
}





/*==================================================================

		$index　＊　top_contact

==================================================================*/
#top_contact {
	position: relative;
	width: 100%;
	padding: 120px 0 130px;
	background: url("../images/top_bg04.png") left bottom no-repeat , #f7f7f7;	
	overflow: hidden;
}
#top_contact::before {
	position: absolute; content: "";
	background: url("../images/top_bg04.png");
	width: 960px; height: 700px;
	top: 0; right: 0;
	transform: rotate(180deg)
}
@media screen and (max-width:640px) {
	#top_contact {
		padding: 70px 0 50px;
	}
	#top_contact::before {
		display: none;
	}
}



#top_contact h2 span {
	color: #daeaf2;
	opacity: 0.7;
}
@media screen and (max-width:640px) {
	#top_contact h2 span {
		top: -50px;
	}
}



#top_contact .inner {
	width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width:640px) {
}






