
/* header */
/* --------------------------------------------------- */
#header .siteid .note {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 5px;
}
#header a.logo {
    max-width: 235px;
    display: block;
}

/* spview */
@media screen and (max-width:767px) {
    .siteid {
        width: auto;
        height: 100%;
    }
    #header .siteid .note {
        height: auto;
        display: block;
        margin-bottom: 0;
    }
    #header a.logo {
        margin-top: -6px;
    }
}


.main_bk {
	background-color: #fff;
}

/* mainvisual */
/* --------------------------------------------------- */

.mv {
	padding:0;
	background-image:url(../images/biz_bk_top.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height: 650px;	
}
.mv .mv_text {
	margin-top: 80px;
}
.mv .mv_text label {
	background-color: #fff;
	padding: 0px 10px;
	color: #030380;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	margin-bottom: 15px;
}
.mv .mv_text .stitle {
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	text-decoration: underline;
	/* font-family: "A-OTF-Std-Bold";  */
}
.mv .mv_text .title {
	color: #fff;
	font-size: 60px;
	/* font-family: "A-OTF-Std-Bold";  */
	line-height: 1.4;
	margin-bottom: 10px;
}
.mv .mv_text .desc {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.biz_btn_group {}
.biz_btn_group > h2,
.biz_btn_group > a {
    display: inline-block;
}

.biz_btn {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-color: #f80303;
	padding: 15px 10px;
	border-radius: 50px;
	margin-right: 20px;
	width: 300px;
    display: inline-block;
	text-align: center;
}
.dw_btn {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-color: #04a813;
	padding: 15px 10px;
	border-radius: 50px;
	width: 300px;
    display: inline-block;
	text-align: center;
}

/* spview */
@media screen and (max-width:767px) {
	.mv {
		margin-top: 60px;
		padding: 0 15px;
		background-image: url(../images/biz_bk_top.jpg);
		background-position: center left;
		background-size: cover;
		height: 390px;	
	}
	.mv .mv_text {
		margin-top: 0;
	}
	.mv .mv_text label {
		padding: 3px 10px;
		font-size: 16px;
	}
	.mv .mv_text .stitle {
/*		font-size: 15px;*/
		font-size: 3.7vw;
	}
	.mv .mv_text .title {
		font-size: 6vw;
		margin-bottom: 20px;
	}
	.mv .mv_text .desc {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.btn_group,
    .biz_btn_group {
		display: flex;
		justify-content: space-between;
	}
	.biz_btn {
		font-size: 3.3vw;
		padding: 10px 5px;
		width: 49%;
		margin-right: 0;
	}
	.dw_btn {
		font-size: 3.3vw;
		padding: 10px 5px;
		width: 49%;
	}

	.mv .lay_lqd {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: 100%;
	}
    
    .biz_btn_group > h2,
    .biz_btn_group > a { width: 49%; }
    .biz_btn_group > h2 a.biz_btn {
        width: 100%;
    }
    
}

.trouble {
	padding:50px 0;
	background-image:url(../images/biz_bk_02.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height: 631px;	
}
.trouble .title {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.trouble .trouble_item {
	display: flex;
    align-items: center;
}
.trouble .trouble_item label {
	color: #030380;
	font-size: 62px;
	font-weight: bold;
	font-family: "Helvetica"; 
	line-height: 1;     
	margin-right: 10px;
}
.trouble .trouble_item span {
	background-color: #030380;
	color: #fff;
	font-size: 27px;
	padding: 5px 15px;
	line-height: 2; 
}
.trouble .trouble01 {
	margin-bottom: 30px;
	margin-left: 20px;
}
.trouble .trouble02 {
	margin-left: 100px;
	margin-bottom: 30px;
}
.trouble .trouble03 {
	margin-bottom: 30px;
	margin-left: 0;
}
.trouble .trouble04 {
	margin-left: 30px;
}

/* spview */
@media screen and (max-width:767px) {
	.trouble {
		padding: 30px 15px;
		/* background-image: url(../images/biz_bk_02_sp.jpg); */
		background-position: center center;
		background-size: cover;
		height: 32vh;
		
		        min-height: 250px;
	}
	.trouble .title {
		font-size: 5vw;
		font-feature-settings: "palt";
		letter-spacing: 0.07em;
		/*text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;*/
		margin-bottom: 20px;
	}
	.trouble .trouble_item {
		font-feature-settings: "palt";
		letter-spacing: 0.07em;
	}
	.trouble .trouble_item label {
		font-size: 28px;
		margin-right: 5px;
		letter-spacing: -0.05em;
	}
	.trouble .trouble_item span {
/*		font-size: 13px;*/
		line-height: 1.4em;
		padding: 5px 5px;
		
		font-size: 3vw;
	}
	.trouble .trouble01 {
		margin-bottom: 15px;
		margin-left: 0;
	}
	.trouble .trouble02 {
		margin-left: 15px;
	}
	.trouble .trouble0202 {
		margin-bottom: 15px;
		margin-left: 80px;
	}
}

.solve {
	background-color: #fff;
	padding: 80px 0;
}
.solve .title {
	font-family: "Yu Mincho";
	text-align: center;
	background-color: #fff;
	color: #f80303;
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 50px;
	line-height: 1;
}
.solve .solve_desc {
	font-size: 18px;
	text-align: center;
	line-height: 2;
}
/* spview */
@media screen and (max-width:767px) {
	.solve {
		padding: 50px 15px;
	}
	.solve .title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.solve .solve_desc {
		font-size: 14px;
		text-align: left;
	}
}
.title_pt {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
}
.title_pt .title {
	font-family: "Helvetica"; 
	font-weight: bold;
	font-size: 48px;
	color: #030380;
	margin-bottom: 20px;
}
.title_pt .stitle {
	font-size: 22px;
}
/* spview */
@media screen and (max-width:767px) {
	.title_pt .title {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.title_pt .stitle {
		font-size: 15px;
	}
}

.features {
	padding: 80px 0;
	background-color: #ecf6fb;
}
.features .features_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.features .features_list li {
	width: 48%;
	margin-bottom: 40px;
}
.features .features_list li figure {
	text-align: right;
}
.features .features_list li .etitle {
	font-family: "Helvetica"; 
	color: #f0a1a4;
	font-weight: bold;
	font-size: 48px;
	margin-top: -80px;
	margin-bottom: 10px;
	line-height: 1;
}
.features .features_list li dl {
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.features .features_list li dl dt {
	background-color: #030380;
	color: #fff;
	font-family: "Helvetica"; 
	font-weight: bold;
	font-size: 48px;
	padding: 15px 10px 5px 10px;
	line-height: 1;
	margin-right: 20px;
}
.features .features_list li dl dd,
.features .features_list li dl dd h2 {
	background-color: #fff;
	color: #030380;
	font-size: 22px;
	font-weight: bold;
}
.features .features_list li .desc {
	font-size: 16px;
}

.btn_group {
	text-align: center;
}
.features .btn_group > h2,
.features .btn_group > a,
.faq .btn_group > h2,
.faq .btn_group > a {
    display: inline-block;
}

/* spview */
@media screen and (max-width:767px) {
	.features {
		padding: 50px 15px;
	}
	.features .features_list {
		margin-bottom: 20px;
	}
	.features .features_list li {
		width: 100%;
		margin-bottom: 40px;
	}
	.features .features_list li .etitle {
		font-size: 32px;
		margin-top: -50px;
		margin-bottom: 10px;
	}
	.features .features_list li figure img {
		width: 50%;
	}
	.features .features_list li dl dt {
		font-size: 32px;
		margin-right: 10px;
	}
	.features .features_list li dl dd {
		font-size: 18px;
	}
    
    .features .btn_group > h2,
    .faq .btn_group > h2 { width: 49%; }
    
    .features .btn_group > h2 a,
    .faq .btn_group > h2 a { width: 100%; }
}


.strength {
	padding: 80px 0;
	background-image:url(../images/biz_bk_strength.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height: 821px;	
}

.strength_list .title{
	color: #030380;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.strength_list .title .cred {
	color: #f80303;
}

.strength_list .desc{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 50px;
}


/* spview */
@media screen and (max-width:767px) {
	.strength {
		padding: 50px 15px;
		height: auto;	
		background: none;
	}
	.strength_list .title {
		font-size: 18px;
	}
	.strength_list .desc {
		font-size: 15px;
		margin-bottom: 30px;
	}
}

.talent {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.talent .talent_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.talent .talent_list li {
	width: 30%;
	margin-bottom: 30px;
	padding: 0 15px;
}
.talent .talent_list li figure {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.talent .talent_list li figure img {
	width: 100%;
}
.talent .talent_list li figure .mtitle {
	position: absolute;
	bottom: 30px;
	left: 0;
	background-color: #fffa;
	display: inline-block;
	padding: 10px 8px;
	color: #030380;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}
.talent .talent_list li figure .mtitle span  {
	font-size: 14px;
}
.talent .talent_list li dl {
	display: flex;
	flex-wrap: wrap;
}
.talent .talent_list li dl dt {
	width: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.talent .talent_list li dl dt span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 5px 5px;
	display: inline-block;
	background-color: #f80303;
}
.talent .talent_list li dl dd {
	width: calc(100% - 100px);
	font-size: 15px;
}
/* spview */
@media screen and (max-width:767px) {
	.talent {
		padding: 50px 15px;
	}
	.talent .talent_list {
		margin-bottom: 0;
	}
	.talent .talent_list li {
		width: 100%;
		margin-bottom: 30px;
	}
	.talent .talent_list li:last-child {
		margin-bottom: 0;
	}
	.talent .talent_list li figure {
		height: 98vw;
	}
	.talent .talent_list li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.differnce {
	padding: 80px 0;
}
.differnce .differnce_dt {
	width: 100%;
	max-width: 929px;
	margin: 0 auto;
}
/* spview */
@media screen and (max-width:767px) {
	.differnce {
		padding: 50px 15px;
	}
	.differnce .differnce_dt {
		width: 100%;
		max-width: auto;
	}
	.differnce .differnce_dt img {
		width: 100%;
	}
}

.voice {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.voice .voice_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice .voice_list li {
	width: 19%;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	box-shadow: 0px 5px 5px 1px #165070a3;
}

.voice .voice_list li .title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
	margin-bottom: 20px;
	background-color: #165070;
	padding: 10px 0;
	border-radius: 20px 20px 0 0;
}


.voice .voice_list li .desc {
	font-size: 15px;
	margin-bottom: 40px;
	padding: 10px 15px;
}
.voice .voice_list li .desc span{
	color: #da3700;
	font-weight: bold;
	border-bottom-color: transparent;
    background-image: -webkit-linear-gradient(top, transparent 50%, rgb(255, 247, 153) 50%);
}
.voice .voice_list li .cname {
	font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #165070;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* spview */
@media screen and (max-width:767px) {
	.voice {
		padding: 50px 15px;
	}
	.voice .voice_list li {
		width: 100%;
		margin-bottom: 30px;
		border-radius: 10px;
	}
	.voice .voice_list li .title {
		font-size: 4.5vw;
		margin-bottom: 3vw;
		border-radius: 10px 10px 0 0;
	}
	.voice .voice_list li .desc {
		font-size: 3.5vw;
		margin-bottom: 10vw;
		padding: 2vw 3vw;
	}
	.voice .voice_list li .cname {
		font-size: 3.5vw;
		padding: 2vw 3vw;
		margin-bottom: 2vw;
	}
}



.flow {
	padding: 80px 0;
	background-color: #f5f5f5;
}
.flow .flow_list {
	width: 100%;
	max-width: 929px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow .flow_list li {
	width: 31%;
}
.flow .flow_list li figure {
	width: 100%;
}
.flow .flow_list li figure img {
	width: 100%;
}

/* spview */
@media screen and (max-width:767px) {
	.flow {
		padding: 50px 15px;
	}
}


.faq {
	padding: 80px 0;
}
.faq .faq_list  {
	margin-bottom: 50px;
}
.faq .faq_list .item {
    border-bottom: 1px solid #030380;
	margin-bottom: 20px;
}
.faq .faq_list .item:last-child {
    border-bottom: none;
}
.faq .faq_list .item dl {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #030380;
}
.faq .faq_list .item .question {
    position: relative;
    cursor: pointer;
}
.faq .faq_list .item .question::after {
    content: "+";
    font-family: "Helvetica"; 
    font-size: 38px;
    line-height: 1;
	padding-top: 12px;
	margin-left: 7px;
	color: #030380;
}
.faq .faq_list .active .question::after {
    content: "－";
	padding-top: 12px;
    line-height: 1;
	margin-left: 0px;
}

.faq .faq_list .item dl dt {
    width: 60px;
    margin-right: 15px;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    font-family: "Helvetica"; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.faq .faq_list .item .question dt {
    background-color: #030380;
}
.faq .faq_list .item dl dd {
    width: calc(100% - 120px);
    padding-top: 15px;
	padding-bottom: 10px;
    font-weight: bold;
	font-size: 20px;
	color: #030380;
}

.faq .faq_list .item .answer {
    display: none;
    background-color: #ecf6fc;
    padding: 10px 0;
	border-top: none;

}
.faq .faq_list .active .answer {
    display: flex;
	align-items: flex-start;
}
.faq .faq_list .item .answer dt {
    color: #030380;
}

.faq .faq_list .item .answer dd {
    width: calc(100% - 70px);
    font-weight: 500;
	color: #030380;
	font-size: 16px;
    line-height: 32px;
	padding-right: 10px;
}

@media screen and (max-width:767px) {
	.faq {
		padding: 50px 15px;
	}
	.faq .faq_list .item dl dt {
		font-size: 28px;
	}
	.faq .faq_list .item dl dd {
		font-size: 15px;
	}
	.faq .faq_list .item .question::after {
		font-size: 32px;
	}
	.faq .faq_list .item .answer dd {
		font-size: 14px;
	}

}



.search_content {
    padding: 80px 0;
    background-color: #f5f5f5;
    color: #000;
}
.search_content ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.search_content li {
    width: 32%;
    text-align: left;
	margin-bottom: 50px;
}
.search_content li:first-child {
    width: 25%;
}
.search_content li:last-child {
    width: 100%;
}

.search_content li .title {
    font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.search_content li .stitle {
    font-size: 16px;
	font-weight: bold;
	color: #434343;
	margin-bottom: 5px;
}
.search_content li a {
	display: table;
	color: #434343;
	font-size: 14px;
	font-weight: bold;
}
.search_content li .flex_two {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search_content li .flex_two dd {
	width: 48%;
}

.search_content li .flex_three {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.search_content li .flex_other {
    display: flex;
	flex-wrap: wrap;
}
.search_content li .flex_other dd {
    width: 250px;
}

.search_item_first dd {
	margin-bottom: 20px;
}

/* spview */
@media screen and (max-width:767px) {
	
	
	.search_content {
		padding: 50px 15px;
	}
	.search_content ul {
		display: block;
	}
	.search_content li {
		width: 100%;
		margin-bottom: 2em;
	}
	.search_content li:first-child {
		width: 100%;
	}
	.search_content li:nth-child(2) {
		width: 100%;
	}
	.search_content li .title_pt {
		margin-bottom: 10px;
	}
	.search_content li .flex_other {
		flex-wrap: wrap;
	}
	.search_content li .flex_other dd {
		width: 48%;
/*		margin-bottom: 20px;*/
		margin-bottom: 0px;
	}
	.search_content li .flex_three {
		flex-wrap: wrap;
	}
	.search_content li .flex_three dd {
		margin-bottom: 20px;
	}
}
.w1476{
  max-width: 1476px;
}
