/* sidenavi*/

#top .sidenav .top,
#strength .sidenav .strength,
#focus .sidenav .focus,
#businessmodel .sidenav .businessmodel,
#solution_soc .sidenav .soc .solution_soc,
#strength .sidenav .strength{
	color: #EF9B59;
}

.sidenav .soc {
	display: none;
}

#businessmodel .sidenav .soc,
#solution_soc .sidenav .soc {
	display: block;
}

.sp{
	display: none;
}

@media screen and (max-width:480px){
	
	.sp{
		display: block;
	}
	
	.pc {
		display: none
	}
	
}

figure img{
	max-width: 100%;
}

.bg_white {
	padding: 70px 0;
	background: #fff;
}

.bg_white.boxHeight {
	padding-bottom: 140px;
}

@media screen and (max-width:768px){
	
	.bg_white {
		padding: 50px 0;	
	}
	
	.bg_white.boxHeight {
		padding-bottom: 100px;
	}
	
}

@media screen and (max-width:480px){
	
	.bg_white {
		padding: 35px 0;	
	}
	
	.bg_white.boxHeight {
		padding-bottom: 70px;
	}
	
}

.bg_white.pb_none {
	padding-bottom: 0 !important;
}

.ac-content {
	padding: 30px 0;
	margin-bottom: 5px;
	background: #F2F7FF;
}

@media screen and (max-width:768px){
	
	.ac-content {
		padding: 15px 0;
	}
	
}

.ac-title {
	position: relative;
	display: flex;
	align-items: center;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width:768px){
	
	.ac-title {
		align-items: flex-start;
	}
	
}

.ac-title::after{
	position: absolute;
	content: none;
	width: 14px;
	height: 14px;
	top: calc(50% - 7px);
	right: 0;
	border-right: 2px solid #040440;
	border-bottom: 2px solid #040440;
	transform: rotate(45deg);
	transition: all .3s ease;
}

@media screen and (max-width:480px){
	
	.ac-title::after{
		width: 8px;
		height: 8px;
		top: calc(50% - 4px);
		border-right: 2px solid #040440;
		border-bottom: 2px solid #040440;
		transform: rotate(45deg);
		transition: all .3s ease;
	}
	
}

.ac-title.close::after{
	transform: rotate(-135deg);
}

.ac-title .thumb {
	width: 320px;
	height: auto;
	margin-right: 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.16);
}

.ac-title .thumb img {
	width: 100%;
	height: auto;
}

.ac-title .title_box {
	width: calc(100% - 370px);
	padding-right: 40px;
}

.ac-title .title_box h3 {
	margin-bottom: 0;
}

@media screen and (max-width:768px){
	
	.ac-title .thumb {
		width: 30%;
		margin-right: 20px;
	}
	
	.ac-title .title_box {
		width: calc(70% - 20px);
	}
	
	.ac-title .title_box h2 {
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width:480px){
	
	.ac-title .thumb {
		margin-right: 10px;
	}
	
	.ac-title .title_box {
		width: calc(70% - 10px);
		padding-right: 15px;
	}
	
	.ac-title .title_box h3 {
		font-size: 16px;
	}
	
}

.ac-box {
	/*display: none;*/
	width: 90%;
	max-width: 1200px;
	margin: 30px auto 0;
}

.ac-box a {
	margin: 30px 0 10px;
}

.title_box_column h1 {
	margin-bottom: 60px;
}

@media screen and (max-width:768px){
	
	.title_box_column h1 {
		margin-bottom: 30px;
	}
	
}

.title_box_column img {
	float: right;
	max-width: 100%;
	margin: -100px 0 30px 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.16);
}

@media screen and (max-width:768px){
	
	.title_box_column img {
		float: right;
		max-width: 40%;
		margin: 0 0 20px 20px;
	}
	
}

@media screen and (max-width:480px){
	
	.title_box_column img {
		float: right;
		margin: 0 0 15px 15px;
	}
	
}

.title_box_column::before,
.title_box_column::after {
	content: "";
    clear: both;
    display: block;
}

.img_column {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.img_column .img_box {
	width: calc(100% / 2 - 10px);
}

.img_column .img_box img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:480px){
	
	.img_column {
		display: block;
		margin-bottom: 20px;
	}

	.img_column .img_box {
		width: 100%;
		margin-bottom: 20px;
	}
	
}

.bg_box {
	padding: 50px 70px;
	margin: 60px 0;
	background: #F2F7FF;
}

@media screen and (max-width:768px){
	
	.bg_box {
		padding: 30px 10%;
		margin: 40px 0;
	}
	
}

@media screen and (max-width:768px){
	
	.bg_box {
		padding: 30px 5%;
		margin: 40px 0;
	}
	
}

@media screen and (max-width:480px){
	
	.bg_box {
		padding: 20px 5%;
		margin: 30px 0;
	}
	
}

.bg_box .list li {
	margin-bottom: 80px;
}

.bg_box .list li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:768px){
	
	.bg_box .list li {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:480px){
	
	.bg_box .list li {
		margin-bottom: 40px;
	}

}

.bg_box h2 {
	padding-bottom: 3px;
	border-bottom: 1px solid #040440;
}

.bg_box h2 .num {
	font-size: 48px;
	font-weight: bold;
	margin-right: 15px;
	vertical-align: sub;
}

.page_title_box {
	position: relative;
	background-image: url("../images/main_visual.jpg");
}
@media screen and (max-width:768px){
	.page_title_box {
		align-items: flex-start;
		height: 600px;
		padding: 30px 0 0;
		background-image: url("../images/main_visual_sp.jpg");
	}
}

.page_title_box.businessmodel {
	background-image: url("../businessmodel/images/businessmodel_visual.jpg");
}

.page_title_box.strength {
	background-image: url("../strength/images/strength_visual.jpg");
}

.page_title_box.focus {
	background-image: url("../focus/images/focus_visual.jpg");
}
@media screen and (max-width:768px) {
	.page_title_box.focus {
		background-image: url("../focus/images/focus_visual_sp.jpg");
	}
	.page_title_box.focus::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #000;
		opacity: .35;
	}
}

.page_title_box .title {
	max-width: 1200px;
	padding: 0 10%;
	background: none;
}
.page_title_box.outline .title h1 {
	font-weight: bold;
	text-shadow: 2px 2px 1px #ffffff,
		-2px 2px 1px #ffffff,
		2px -2px 1px #ffffff,
		-2px -2px 1px #ffffff,
		2px 0px 1px #ffffff,
		0px 2px 1px #ffffff,
		-2px 0px 1px #ffffff,
		0px -2px 1px #ffffff;
}

@media screen and (max-width:1124px) {

	.page_title_box .title {
		max-width: 100%;
		padding: 0 5%;
	}

}

.page_title_box.white .title h1,
.page_title_box.white .title strong,
.page_title_box.white .title p {
	color: #fff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.page_title_box.white .title strong{
	line-height: 1.75;
}

.page_title_box.white .title p {
	margin: 20px 0 0;
}

.box_title {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #040440;
	line-height: 1.4;
	padding: 20px 5%;
	text-align: center;
}

@media screen and (max-width:768px){
	
	.box_title {
		font-size: 24px;
	}
	
}

@media screen and (max-width:480px){
	
	.box_title {
		font-size: 20px;
		padding: 15px 0;
	}
	
}

.bd_t_title {
	position: relative;
	font-size: 24px;
	padding-top: 15px;
}

.bd_t_title::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	top: 0;
	left: 0;
	background: #040440;
}

@media screen and (max-width:768px){
	
	.bd_t_title {
		font-size: 20px;
		padding-top: 15px;
	}

	.bd_t_title::before {
		width: 50px;
	}
	
}

@media screen and (max-width:480px){
	
	.bd_t_title {
		font-size: 18px;
		padding-top: 12px;
	}

	.bd_t_title::before {
		width: 50px;
	}
	
}

.bg_white_title{
	font-size: 22px;
	font-weight: 500;
	color: #040440;
	line-height: 1.4;
	padding: 8px 16px;
	background: #fff;
}

.float_area {
	margin-bottom: 80px;
}

.float_area::before,
.float_area::after {
	content: "";
    clear: both;
    display: block;
}

.float_area h2,
.float_area p {
	width: calc(72% - 40px);
}

.float_area figure {
	float: right;
	width: 28%;
	margin: -72px 0 0 40px;
}

.float_area figure .pic:not(:last-child){
	margin: 0 0 10px;
}

@media screen and (max-width:768px){

	.bg_white_title{
		font-size: 18px;
		padding: 6px 12px;
	}

	.float_area {
		margin-bottom: 40px;
	}

	.float_area h2,
	.float_area p {
		width: 100%;
	}

	.float_area figure {
		float: none;
		display: flex;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.float_area figure .pic:not(:last-child){
		margin: 0 5px 0 0;
	}
	
}

.foucus_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	padding: 60px 5%;
	text-align: center;
	background: #fff;
}

@media screen and (max-width:768px){
	
	.foucus_title {
		font-size: 24px;
		padding: 40px 0;
	}
	
}

@media screen and (max-width:480px){
	
	.foucus_title {
		font-size: 22px;
	}
	
}

.breadcrumb_other {
	background: #fff;
}

.breadcrumb_other .breadcrumb {
	margin: 0 auto;
	padding: 40px 0 0;
}

.cat_title {
	font-size: 20px;
	font-weight: 500;
	color: #726e4b;
}

@media screen and (max-width:480px){
	
		.cat_title {
		font-size: 18px;
	}
	
}

.page_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}

@media screen and (max-width:480px){
	
	.page_list {
		display: block;
		margin-bottom: 40px;
	}
	
}

.page_list li {
	width: 50%;
	margin-bottom: 10px;
}

@media screen and (max-width:480px){
	
	.page_list li {
		width: 100%;
	}
	
}

.page_list li a {
	display: inline-flex;
	align-items: center;
}

.page_list li a:hover {
	opacity: .7;
}

.page_list li a span {
	font-size: 16px;
	color: #002855;
	padding: 0 15px;
	line-height: 1.4;
}

.flex_area{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 0 40px;
}
@media screen and (max-width:768px){
	.flex_area{
		display: block;
	}
}

.flex_area figure{
	width: 50%;
}
@media screen and (max-width:768px){
	.flex_area figure{
		width: 100%;
		margin: 0 0 20px;
	}
}

.flex_area figure img{
	width: 100%;
}

.flex_area .txt_area{
	display: flex;
	flex-direction: column;
	width: calc(50% - 40px);
}
@media screen and (max-width:768px){
	.flex_area .txt_area{
		display: block;
		width: 100%;
	}
}
.flex_area .txt_area p{
	margin: 0 0 20px;
}

.flex_area .txt_area .btn_area{
	margin: auto 0 0;
}


.content_list li:not(:last-child){
	margin: 0 0 80px;
}

@media screen and (max-width: 780px) {
	.content_list li:not(:last-child){
		margin: 0 0 40px;
	}
}

.content_list li figure{
	display: flex;
	column-gap: 40px;
}

@media screen and (max-width: 780px) {
	.content_list li figure{
		display: block;
	}
}

.content_list li figure.reverse{
	flex-direction: row-reverse;
}

.content_list li figure .pic{
	width: 53%;
}

@media screen and (max-width: 780px) {
	.content_list li figure .pic{
		width: 100%;
		margin: 0 0 16px;
	}
}

.content_list li figure .pic img{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}

.content_list li figure figcaption{
	width: 47%;
}

@media screen and (max-width: 780px) {
	.content_list li figure figcaption{
		width: 100%;
	}
}

.content_list li figure figcaption h3{
	font-size: 28px;
	font-weight: 500;
	color: #040440;
	line-height: 1.4;
	margin: 0 0 10px;
}

@media screen and (max-width: 780px) {
	.content_list li figure figcaption h3{
		font-size: 20px;
	}
}

.content_list li figure figcaption p{
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (max-width: 780px) {
	.content_list li figure figcaption p{
		font-size: 14px;
		line-height: 1.68;
	}
}

.content_list li figure figcaption .read_more {
	margin: 40px 0 0;
}
@media screen and (max-width: 780px) {
	.content_list li figure figcaption .read_more {
		margin: 20px 0 0;
	}
}

.content_list li figure figcaption .read_more a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 20px 80px;
	background: #040440;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	transition: all .5s ease;
	pointer-events: all;
}

@media screen and (max-width: 480px) {
	.content_list li figure figcaption .read_more a {
		font-size: 14px;
		padding: 16px 60px;
	}
}

.content_list li figure figcaption .read_more a:hover {
	color: #040440;
	background: #fff;
}

.content_list li figure figcaption .read_more a::after {
	position: absolute;
	content: "\e5cc";
	font-size: 18px;
	font-family: 'Material Icons';
	right: 5%;
	transition: all .5s ease;
}

.content_list li figure figcaption .read_more a:hover::after {
	right: 2.5%;
}