@charset "UTF-8";

img {
	max-width: 100%;
}

h2 {
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
	background: none;
	left: 0;
}

#wakucone {
	padding: 120px 0 0 0;
}
/**/
.wakukone_header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(0deg, #ffffff 0%, #f6f6f6 70%, #f6f6f6 100%);
	padding: 10px 3%;
}
.wakukone_header .logo {
	margin: 0.5% 0 0;
	width: 20%;
}
.wakukone_header .logo>a {
	display: block;
}
.wakukone_header .logo>a>img {
	width: 100%;
}
.wakukone_header .headNav {
	display: flex;
	flex-wrap: wrap;
	margin-left: 50px;
}
.wakukone_header .headNav>li {
	margin-right: 50px;
}
.wakukone_header .headNav>li a {
	color: #292929;
	font-size: 18px;
}
.wakukone_header .headNav>li:last-child {
	margin-right: 0;
}
.wakukone_header .headNav>li:last-child>a {
	border-radius: 5px;
	background: #fe7b23;
	padding: 7px 25px;
	color: #fff;
}
.wakukone_header .headNav>li:not(:last-child)>a {
	position: relative;
}
.wakukone_header .headNav>li:not(:last-child)>a::after {
	display: block;
	position: absolute;
	top: 20%;
	right: -25%;
	transform: rotate(135deg);
	border-top: 1px solid #292929;
	border-right: 1px solid #292929;
	width: 12%;
	height: 33%;
	content: "";
}
.wakukone_header .headNav.is-show {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
	width: 100%;
}
/**/
#wakucone p {
	font-size: 1.8rem;
	line-height: 1.8;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

/* nav.breadcrumb */

nav.breadcrumb {
	padding: 20px 0 0 30px;
}

nav.breadcrumb ul {
	font-weight: 300;
	line-height: 1.4;
	overflow: hidden;
}

nav.breadcrumb li {
	float: left;
	padding: 0 10px;
	margin-bottom: 10px;
	border-left: #000 solid 1px;
	color: #000;
}

nav.breadcrumb li:first-child {
	padding: 0 10px 0 0;
	border-left: none;
}

nav.breadcrumb li a {
	color: #000;
}

nav.breadcrumb li a:hover {
	text-decoration: underline;
}

h1 {
	padding-top: 20px;
	padding-bottom: 90px;
	margin-bottom: 90px;
	text-align: center;
	font-size: 3.6rem;
	color: #000;
	border-bottom: 1px solid #E9EEEF;
}

h1 span.en {
	display: block;
	margin-bottom: 28px;
	font-weight: 100;
	font-size: 8rem;
	color: #83939D;
}

h1 span,
h1 em {
	display: block;
}

.sp {
	display: none;
}


@media screen and (max-width: 1119px) {
	.inner {
		padding: 0 16px;
	}
}

@media screen and (max-width: 767px) {

	#wakucone {
		padding: 70px 0 0 0;
	}

	.inner {
		width: 100%;
		padding: 0 16px;
	}

	nav.breadcrumb {
		padding: 10px 0 0 20px;
	}

	nav.breadcrumb ul {
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 1.4;
		overflow: hidden;
	}

	nav.breadcrumb li {
		float: left;
		padding: 0 10px;
		margin-bottom: 10px;
		border-left: #000 solid 1px;
		color: #000;
	}

	nav.breadcrumb li:first-child {
		padding: 0 10px 0 0;
		border-left: none;
	}

	nav.breadcrumb li a {
		color: #000;
	}

	h1 {
		margin: 0 0 30px 0;
		padding: 0 0 30px;
		border-bottom: 1px solid #E9EEEF;
		line-height: 1.4;
		text-align: center;
		font-size: 2.4rem;
		color: #000;
	}

	h1 span.en {
		display: block;
		margin-bottom: 2px;
		font-weight: 100;
		font-size: 3.2rem;
		color: #83939D;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

}



/* intro */

#intro {
	text-align: center;
	margin: 0;
}

#intro h2 {
	font-size: 3.0rem;
	margin-bottom: 70px;
	line-height: 1.4;
}

#intro #logo {
	margin-bottom: 20px;
}

#intro #logo img {
	width: 40%;
}

#intro #intro_txt {
	background-color: #e2eaff;
	padding: 70px 0;
	position: relative;
}

#intro #intro_txt p {
	font-size: 4.0rem;
	font-weight: 600;
	padding: 20px;
	color: #072F93;
}

#intro #intro_txt:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

#intro #intro_txt p span {
	font-size: 60%;
}

@media screen and (max-width: 767px) {

	#intro #logo img {
		width: 60%;
	}

	#intro #intro_txt p {
		text-align: left;
		font-size: 3.0rem;
	}

}





#movie,
#function {
	background: #072F93;
	padding: 70px 0;
	margin: 0;
}

#movie * {
	color: #FFF;
}

#movie {
	text-align: center;
	margin: 0;
}

#movie iframe {
	width: 960px;
	height: 540px;
}

@media screen and (max-width: 767px) {
	#movie iframe {
		width: 300px;
		height: 169px;
	}
}



/* function */

#function h2 {
	color: #FFF;
}

#function_list {
	display: inline-block;
	padding: 20px;
	border: #0079bd 1px solid;
	background: #FFF;
}

#function_list li {
	text-align: left;
	font-size: 2.0rem;
	font-weight: 700;
}

#function_detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#function_detail dl {
	width: 32%;
	margin-bottom: 30px;
	background: #FFF;
	padding: 26px;
}

#function_detail dl:nth-child(1) dt {
	background: url(../img/workstyle_ai_ico01.png) no-repeat left;
	background-size: contain;
}

#function_detail dl:nth-child(2) dt {
	background: url(../img/workstyle_ai_ico02.png) no-repeat left;
	background-size: contain;
}

#function_detail dl:nth-child(3) dt {
	background: url(../img/workstyle_ai_ico03.png) no-repeat left;
	background-size: contain;
}

#function_detail dl:nth-child(4) dt {
	background: url(../img/workstyle_ai_ico04.png) no-repeat left;
	background-size: contain;
}

#function_detail dl:nth-child(5) dt {
	background: url(../img/workstyle_ai_ico05.png) no-repeat left;
	background-size: contain;
}

#function_detail dl:nth-child(6) dt {
	background: url(../img/workstyle_ai_ico06.png) no-repeat left;
	background-size: contain;
}

#function_detail dl dt {
	font-size: 2.0rem;
	font-weight: 700;
	padding: 16px 0px 16px 66px;
	margin-bottom: 20px;
	color: #072F93;
}

#function_detail dl dd li {
	text-align: left;
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 1.6rem;
}

#function_detail dl dd li:last-child {
	margin-bottom: 0;
}

#function_detail dl dd li:before {
	content: '●';
	color: #072F93;
	position: absolute;
	left: 0;
	top: 2px;
}

#function_detail dl dd li b {
	font-size: 120%;
	font-weight: 700;
	padding: 0 4px;
	background: linear-gradient(transparent 80%, #fdff97 0%);
}

@media screen and (max-width: 767px) {

	#function_detail {
		display: block;
	}

	#function_detail dl {
		width: 100%;
	}
}



/* report */

#report {
	text-align: center;
	background: #F0F0F0;
	padding: 70px 0 70px 0;
	margin-bottom: 70px;
}

#report .report_box {
	margin-bottom: 50px;
	padding: 50px 20px;
	background-color: #FFF;
}

#report .report_box h3 {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	color: #072F93;
}

#report .report_box h3+p {
	font-size: 1.8rem;
	line-height: 1.8;
}

#report .report_box p {
	margin-bottom: 30px;
}

#report .btn a {
	display: inline-block;
	background-color: #072F93;
	padding: 24px 70px;
	position: relative;
	font-size: 3.0rem;
	color: #FFF;
	line-height: normal;
}

#report .btn a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 43%;
	right: 20px;
}

@media screen and (max-width: 767px) {
	#report .btn a {
		display: block;
		padding: 24px;
		font-size: 2.0rem;
	}
}


/* inquire */

#inquire {
	text-align: center;
	margin-bottom: 70px;
}

#inquire p {
	font-size: 1.8rem;
	margin-bottom: 30px;
	line-height: 1.8;
}

#inquire .btn a {
	display: inline-block;
	background-color: #ff8800;
	padding: 24px 100px;
	position: relative;
	font-size: 3.0rem;
	color: #FFF;
	line-height: normal;
}

#inquire .btn a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 43%;
	right: 20px;
}

#inquire .btn a::after {
	content: '';
	width: 36px;
	height: 36px;
	background: url(../../common/img/icon_mail_wh.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
}

#inquire #side_btn {
	width: 60px;
	position: fixed;
	right: 20px;
	top: 200px;
}

#inquire #side_btn a {
	display: block;
}

#inquire #side_btn a p:first-child {
	background-color: #000;
	padding: 20px 16px 10px 16px;
	border-radius: 50px 50px 0 0;
	margin: 0;
}

#inquire #side_btn a p:last-child {
	background-color: #FFF;
	padding: 16px;
	border-radius: 0 0 50px 50px;
	margin: 0;
	border: #000 solid 1px;
}

@media screen and (max-width: 767px) {

	#inquire .btn a {
		display: block;
		background-color: #ff8800;
		padding: 16px;
		font-size: 2.0rem;
	}

	#inquire #side_btn {
		right: 20px;
		top: auto;
		bottom: 100px;
	}

	#inquire #side_btn a p:first-child {
		background-color: #000;
		padding: 10px;
		border-radius: 10px;
		margin: 0;
	}

}



/* partner */

#partner {
	background: #e2eaff;
	padding: 70px 0 120px 0;
	text-align: center;
}

#partner #partner_box {
	display: inline-block;
	background: #FFF;
	padding: 26px;
}

#partner #partner_box p {
	margin-bottom: 20px;
}

#partner #partner_box p:first-child img {
	width: 60%;
}

#partner #partner_box p a {
	color: #072F93;
	text-decoration: underline;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {

	#partner #partner_box p:last-child {
		text-align: left;
	}
}




.footer {
	margin-top: 0px;
}
