@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv .container ,#mv .mv_inner {
	height: 100%;
}
#mv {
	max-height: 100vh;
	color: #fff;
	transition: .5s;
}

#mv .catch_title {
	line-height: 1.3em;
}
#mv .catch_txt {
	line-height: 2em;
}
.mv_text {
	width: 100%;
}
.select_menu li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	/* .mv_inner {
		padding-left: 7vw;
	} */
	#mv .catch_title {
		margin-bottom: 20px;
		font-size: 46px;
	}
	#mv p {
		font-size: 12px;
	}
	.select_menu {
		margin-top: 30px;
	}
	.select_menu li {
		width: 48%;
	}
	.select_menu li a {
		padding: 15px 5px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	#mv {
		height: 500px;
		background: url(../image/mv_sp.jpg) no-repeat top center / cover #02284c;
	}

}
@media only screen and (max-width: 320px) {
	.select_menu li a {
		font-size: 11px;
	}
}
@media print, screen and (min-width: 768px) {
	#mv {
		height: 58vw;
		background: url(../image/mv.jpg) no-repeat center / cover;
	}
	.select_menu {
		max-width: 410px;
	}

}
@media print, screen and (min-width: 992px) {
	#mv .container {
		max-width: 1300px;
	}
	#mv .catch_title {
		margin-bottom: 30px;
		font-size: 8vw;
	}
	#mv .catch_txt {
		font-size: 18px;
	}
	#mv p {
		font-size: 15px;
	}
	.select_menu {
		margin-top: 50px;
	}
	.select_menu li a {
		min-width: 200px;
		height: 45px;
		font-size: 14px;
	}
	.select_menu li {
		margin-right: 10px;
	}
	.select_menu li:last-child {
		margin-right: 0;
	}
}
@media print, screen and (min-width: 1200px) {
	#mv .catch_title {
		font-size: 90px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   TOP NEWS

--------------------------------------------------------------------------------------------- */
#top_news h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f27500;
	color: #2c2c2c;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .2em;
}
#top_news .top_news_body a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
}
#top_news .container {
	position: relative;
	z-index: 10;
}
#top_news {
	position: relative;
}
@media only screen and (max-width: 767px) {
	#top_news {
		overflow: hidden;
		margin-top: -60px;
		background: #f27500;
	}
	#top_news .news_inner {
		width: 90%;
		max-width: 370px;
		height: 60px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 0 30px 0 15px;
		background: #f27500;
	}
	#top_news .news_inner::after {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 10px;
		height: 12px;
		background: url(../image/arrow2.png) no-repeat center / 100%;
		content: "";
		transform: translateY(-50%);
	}
	#top_news h3 {
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 1;
		color: #ffffff;
	}
	#top_news .top_news_body a {
	    display: block;
	    width: 100%;
	    font-size: 12px;
	}
	#top_news .top_news_body a span {
	    display: block;
	    overflow: hidden;
		width: 100%;
	    text-overflow: ellipsis;
		white-space: nowrap;
	}
	#top_news .top_news_body a span.fs16 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 320px) {
	#top_news .top_news_body a {
		font-size: 11px;
	}
}
@media print, screen and (min-width: 768px) {
	#top_news {
		margin-top: -80px;
	}
	#top_news h3 {
		position: relative;
		width: 175px;
		border-right: 1px solid #e2e2e2;
	}
	#top_news h3 span {
		font-size: 14px;
		font-weight: 700;
		color: #ffffff;
	}
	#top_news .top_news_body {
		width: calc(100% - 175px);
	}
	#top_news .top_news_body a {
		height: 80px;
		padding: 0 30px;
	}
	#top_news .top_news_body a span {
		font-size: 20px;
		font-weight: 700;
	}
	#top_news .top_news_body a span.fs16 {
		font-size: 16px;
	}
	#top_news .top_news_body a span.fw_reg {
		font-weight: 400;
	}
	#top_news .top_news_body a::after {
		position: absolute;
		top: 50%;
		right: 30px;
		width: 12px;
		height: 16px;
		background: url(../image/arrow2.png) no-repeat center / 100%;
		content: "";
		transform: translateY(-50%);
	}
	#top_news .news_inner {
		width: 780px;
		height: 80px;
		background: #f27500;
	}
	/* タイトル長さ調整用 */
	#top_news .news_inner.largetitle {
		width: 840px;
	}
}

/*
#top_news h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #2c2c2c;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .2em;
}
#top_news .top_news_body a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
}
#top_news .container {
	position: relative;
	z-index: 10;
}
#top_news {
	position: relative;
}
@media only screen and (max-width: 767px) {
	#top_news {
		overflow: hidden;
		margin-top: -60px;
	}
	#top_news .news_inner {
		width: 90%;
		max-width: 370px;
		height: 60px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 0 30px 0 15px;
		background: #fff;
	}
	#top_news .news_inner::after {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 6px;
		height: 8px;
		background: url(../image/arrow.png) no-repeat center / 100%;
		content: "";
		transform: translateY(-50%);
	}
	#top_news h3 {
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 1;
	}
	#top_news .top_news_body a {
	    display: block;
	    width: 100%;
	    font-size: 12px;
	}
	#top_news .top_news_body a span {
	    display: block;
	    overflow: hidden;
		width: 90%;
	    text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 320px) {
	#top_news .top_news_body a {
		font-size: 11px;
	}
}
@media print, screen and (min-width: 768px) {
	#top_news {
		margin-top: -80px;
	}
	#top_news h3 {
		position: relative;
		width: 175px;
		border-right: 1px solid #e2e2e2;
	}
	#top_news h3 span {
		font-size: 14px;
		font-weight: 700;
	}
	#top_news .top_news_body {
		width: calc(100% - 175px);
	}
	#top_news .top_news_body a {
		height: 80px;
		padding: 0 30px;
	}
	#top_news .top_news_body a span {
		font-size: 16px;
		font-weight: 700;
	}
	#top_news .top_news_body a::after {
		position: absolute;
		top: 50%;
		right: 30px;
		width: 6px;
		height: 8px;
		background: url(../image/arrow.png) no-repeat center / 100%;
		content: "";
		transform: translateY(-50%);
	}
	#top_news .news_inner {
		width: 680px;
		height: 80px;
		background: #fff;
	}
}*/

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#risk_compliance {
	color: #fff;
}
#risk_compliance h2 {
	color: #fff;
}
.about h3 {
	font-weight: 300;
	letter-spacing: .2em;
	line-height: 1.8em;
}
.about_body li {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
}
.about_body li figure {
	text-align: center;
}
.about_body li figure figcaption {
	display: flex;
	min-height: 2.6em;
	align-items: center;
	justify-content: center;
	margin-top: .3em;
	line-height: 1.3em;
}
.about_title p {
	line-height: 1.8em;
}
@media only screen and (max-width: 991px) {
	.about_title {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#risk_compliance {
		background: url(../image/bg_sp.jpg) no-repeat center / cover;
	}
	#risk_compliance .container {
		padding: 0;
	}
	#risk_compliance .sec_title {
		padding: 0 6%;
	}
	#risk_compliance .lead_text {
		padding: 0 6%;
		margin-bottom: 25px;
	}
	.about {
		padding: 30px;
		background: url(../image/about_bg_sp.jpg) no-repeat center / cover;
	}
	.about_title {
		margin-bottom: 15px;
	}
	.about_body li {
		width: 49%;
		height: 130px;
		margin-top: 2%;
		font-size: 11px;
	}
	.about_body li figure img {
		width: 50px;
	}
}
@media print, screen and (min-width: 768px) {
	#risk_compliance {
		background: url(../image/bg.jpg) no-repeat center / cover;
	}
	#risk_compliance .lead_text {
		margin-bottom: 75px;
	}
	.about {
		padding: 60px 40px;
		background: url(../image/about_bg.jpg) no-repeat center / cover;
	}
	.about h3 {
		margin-bottom: 40px;
		font-size: 20px;
	}
	.about_body li {
		width: 32.8%;
		height: 196px;
		margin-top: 1%;
		font-size: 14px;
	}
}
@media print, screen and (min-width: 992px) {
	.about {
		display: flex;
		justify-content: space-between;
		padding: 80px 100px 80px 60px;
		margin-right: -100px;
	}
	.about_title {
		width: 300px;
		margin-right: 15px;
	}
	.about_body {
		width: calc(100% - 315px);
	}
}
@media print, screen and (min-width: 1200px) {
	.about_body li {
		font-size: 18px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   SERVICE

--------------------------------------------------------------------------------------------- */
#service {
	background: #002a50;
	color: #fff;
}
.service_link li {
	margin-bottom: 15px;
}
.service_link_thumb {
	width: 82px;
}
.service_link_body {
	position: relative;
	display: flex;
	width: calc(100% - 82px);
	align-items: center;
}
.service_link_body::after {
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../image/arrow02.png) no-repeat center / 100%;
	content: "";
	transform: translateY(-50%);
}
.service_link li:last-child {
	margin-bottom: 0;
}
.service_link li a {
	display: flex;
	width: 100%;
	background: #fff;
	color: #005296;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.service_body {
		margin-bottom: 15px;
	}
	.service_img {
		text-align: center;
	}
	.service_body .service_link {
		display: none;
	}
	.service_link_body {
		padding: 0 50px 0 20px;
		text-align: left;
	}
	.service_link_body::after {
		width: 12px;
		height: 12px;
	}
	.service_img .service_link {
		margin-top: 25px;
	}
}
@media print, screen and (min-width: 992px) {
	.service_inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.service_body {
		width: 48%;
	}
	.service_img {
		width: 48%;
	}
	.service_link {
		margin-top: 50px;
	}
	.service_link li {
		margin-bottom: 15px;
	}
	.service_link_body {
		padding: 0 60px 0 25px;
	}
	.service_link_body::after {
		width: 21px;
		height: 21px;
	}
	.service_img .service_link {
		display: none;
	}
}

/* ---------------------------------------------------------------------------------------------

　   ナレッジ

--------------------------------------------------------------------------------------------- */

.knowledge_list_body .knowledge_list_card_title {
	font-weight: bold;
}
.knowledge_list_card a {
	display: block;
}
.knowledge_list_thumb img {
	box-shadow: 1px 4px 3px rgba(50,50,50,.18);
}
@media only screen and (max-width: 991px) {
	#knowledge .container {
		max-width: 100%;
		padding: 0;
	}
	#knowledge .sec_title03 {
		padding: 0 6%;
	}
	.knowledge_list_wrapper {
		overflow: auto;
		padding: 0 6%;
		margin-bottom: 20px;
	}
	.knowledge_list {
		display: flex;
		width: 1000px;
	}
	.knowledge_list_small {
		display: flex;
	}
	.knowledge_list_card {
		width: 145px;
		margin-right: 15px;
	}
	.knowledge_list_thumb {
		height: 165px;
	}
	.knowledge_list_body {
		margin-top: 10px;
		font-size: 12px;
	}
	.knowledge_list_large .btn {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#knowledge {
		background: url(../image/bg02_sp.jpg) no-repeat center / cover;
	}
}
@media print, screen and (min-width: 768px) {
	#knowledge {
		background: url(../image/bg02.jpg) no-repeat center / cover;
	}
}

@media print, screen and (min-width: 992px) {
	#knowledge .btn_sp {
		display: none;
	}
	.knowledge_list {
		display: flex;
		justify-content: space-between;
	}
	.knowledge_list_large {
		width: 30%;
	}
	.knowledge_list_large .btn {
		margin-top: 60px;
	}
	.knowledge_list_small {
		display: flex;
		width: 66%;
		flex-wrap: wrap;
	}
	.knowledge_list_small .knowledge_list_card {
		width: 30%;
		margin-top: 5%;
		margin-right: 5%;
	}
	.knowledge_list_small .knowledge_list_card:nth-child(-n+3) {
		margin-top: 0;
	}
	.knowledge_list_small .knowledge_list_card:nth-child(3n) {
		margin-right: 0;
	}
	.knowledge_list_large .knowledge_list_thumb {
		height: 430px;
	}
	.knowledge_list_small .knowledge_list_thumb {
		height: 240px;
	}
	.knowledge_list_large .knowledge_list_card .knowledge_list_body {
		font-size: 17px;
	}
	.knowledge_list_small .knowledge_list_card .knowledge_list_body {
		font-size: 14px;
	}
	.knowledge_list_body {
		margin-top: 20px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   導入事例

--------------------------------------------------------------------------------------------- */

.case_list_card a {
	display: flex;
	align-items: flex-start;
}
.case_list_card_title {
	font-weight: bold;
}
.case_list_company {
	margin: 15px 0;
}
.case_list_company_logo img {
	display: block;
}
.case_list_more {
	text-align: right;
}
.case_list_more span {
	display: inline-block;
	padding-left: 24px;
	border-bottom: 1px solid #005296;
	background: url(../image/arrow03.png) no-repeat left center / 12px;
	color: #005296;
	font-size: 12px;
}
@media only screen and (max-width: 991px) {
	.case_list {
		margin-bottom: 20px;
	}
	.case_list_card {
		margin-bottom: 20px;
	}
	.case_list_card:last-child {
		margin-bottom: 0;
	}
	.case_list_company_name {
		display: none;
	}
	.case_list_card .case_list_thumb {
		width: 110px;
		height: 90px;
		margin-right: 15px;
	}
	.case_list_card .case_list_body {
		width: calc(100% - 125px);
	}
}
@media print, screen and (min-width: 992px) {
	.case_list {
		display: flex;
		margin-bottom: 40px;
	}
	.case_list_card {
		width: 32%;
		margin-right: 2%;
	}
	.case_list_card:last-child {
		margin-right: 0;
	}
	.case_list_card .case_list_thumb {
		width: 120px;
		height: 100px;
		margin-right: 15px;
	}
	.case_list_card .case_list_body {
		width: calc(100% - 135px);
	}
	.case_list_card_title {
		font-size: 13px;
	}
	.case_list_company {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.case_list_company_logo {
		margin-right: 10px;
	}
	.case_list_company_name {
		font-size: 11px;
	}
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */

#faq {
	background: #f8f8f8;
}
.accordion__box {
	border-bottom: 1px solid #eee;
}
.accordion__box:last-child {
	margin-bottom: 0;
}
.accordion_header {
	position: relative;
	color: #005296;
	cursor: pointer;
	font-weight: 700;
	transition: .3s;
}
.q,.a {
	position: absolute;
	font-weight: 400;
}
.q {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.a {
	top: 0;
	left: 0;
	color: #ff9e23;
}

/* 二本の横棒を作成する */

.accordion_header::before,
.accordion_header::after {
	position: absolute;
	top: 50%;
	display: block;
	width: 12px;
	height: 2px;
	background: #052e53;
	content: '';
	transform: translateY(-50%);
}

.accordion_header::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.accordion_header.open::before,
.accordion_header.open::after {
	background: #000;
}

/* プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素jQueryで付け外しを行う */
.accordion_header.open::after {
	transform: rotate(0);
	transition: 0.5s;
}
.accordion_inner {
	position: relative;
	display: none;
	color: #2c2c2c;
}
.accordion_inner p {
	min-height: 2.2em;
	line-height: 2em;
}
.accordion_inner p a {
	color: #005296;
	text-decoration: underline;
}
@media only screen and (max-width: 991px) {
	.faq_title .btn {
		display: none;
	}
	.faq_inner {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.accordion_header {
		padding: 20px 40px 20px 25px;
		font-size: 12px;
	}
	.accordion_header::before,
	.accordion_header::after {
		right: 15px;
	}
	.q,.a {
		font-size: 16px;
	}
	.accordion_inner {
		padding: 0 20px 20px 25px;
		font-size: 12px;
	}
}
@media print, screen and (min-width: 768px) {
	.accordion_header {
		padding: 20px 50px 20px 40px;
		font-size: 14px;
	}
	.accordion_header::before,
	.accordion_header::after {
		right: 20px;
	}
	.q,.a {
		font-size: 22px;
	}
	.accordion_inner {
		padding: 5px 20px 20px 40px;
		font-size: 14px;
	}
}
@media print, screen and (min-width: 992px) {
	#faq .btn_sp {
		display: none;
	}
	.faq_inner {
		display: flex;
		justify-content: space-between;
	}
	.faq_title {
		width: 30%;
	}
	.faq_body {
		width: 66%;
	}
}