/* ----------misc.---------- */
.sub-mv--business {
    background: url(../images/main.jpg) no-repeat center top !important;
    background-size:cover !important;
}

.sub-mv--wrapper {
position: absolute;
bottom: 20px;
    left: 50%;}


.sub-mv--wrapper .breadcrumb {
    bottom: -80px;
}

.sub-mv--wrapper h2 img {
    width: 270px;
}

body.business main .sec:nth-of-type(1) {
    padding: 64px 0 0;
}


body.business main .topbox--p01 {
    padding: 64px 0 24px !important;
    font-size: 180%;
}


.imgarea.image1{
    margin: 64px 0 0 0;
}



.wall {
    display: flex;
    flex-direction: row-reverse;
    width: 880px;
    margin:64px auto 0 auto;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}
.wall ol {
    width: 540px;
}
.wall ol li {
    text-align: left;
}
.wall h4 {
    font-size: 20px;
    margin: 24px 0 8px 0;
}
.wall li {
    
    font-size: 14px;
    line-height: 1.4;
}
.wall ul {
    list-style-type: disc;
    margin: 0 0 0 32px;
}
.wall ul li {
    margin: 8px 0 0 0;
}
.wall img {
    width: 340px;
}



.support {
    display: flex;
    width: 880px;
    margin:64px auto 0 auto;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}
.support ol {
    width: 320px;
}
.support ol li {
    text-align: left;
}
.support h4 {
    font-size: 20px;
    margin: 24px 0 8px 0;
}
.support li {
    
    font-size: 14px;
    line-height: 1.4;
}
.support ul {
    list-style-type: disc;
    margin: 0 0 0 32px;
}
.support ul li {
    margin: 8px 0 0 0;
}
.support .image {
    width:560px;
}
.support img {
    width: 480px;
}



.identity {
    width: 880px;
    margin: 0 auto;
}

.identity h4 {
    text-align: left;
    font-size: 24px;
    margin: 64px 0 0 0;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}
.identity p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 16px 0 0 0;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}


.team {
    width: 880px;
    margin: 0 auto;
}

.team p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 48px 0 0 0;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}

.team ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team li {
    width: 270px;
    margin: 32px 0 0 0;
    position: relative;
    cursor: pointer;
}
.team img {
}


.fancybox__content {
    cursor:default !important;
}

.fancybox__content>.carousel__button.is-close {
    color: #FFF !important;
}

.profile {
    text-align: left;
    background: rgba(0,0,0,0.6);
    width: 270px;
    height: 270px;
    position: absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.team li:hover .profile {
	opacity:		1;	/* マスクを表示する */
}
.team li:hover a {
	opacity:		1;	/* マスクを表示する */
}

.team li:last-child .profile {
	opacity:		1;
}


.profile h4 {
    position: absolute;
    top:24px;
    left:24px;
    color: #FFF !important;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.profile p {
    position: absolute;
    bottom:24px;
    left:24px;
    color: #FFF !important;
    font-size: 14px;
    width: 220px;
}

.movie {
    margin: 64px 0 0 0;
}

.movie iframe {
    width:560px;
    height:315px;
    margin: 0 16px;
}


.hidden {
    display: none;
}

.team_modal{
    width: 800px;
    display: flex !important;
    justify-content: space-between;
}
.team_modal .team_text {
    width: 480px;
}
.team_modal .team_name {
    font-size: 20px;
    font-weight: 700;
}
.team_modal .team_title {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
   text-align: left;
    margin: 16px 0 0 0;
    
}
.team_modal p {
    font-size: 14px;
    margin: 32px 0 0 0;
    line-height: 1.6;
}
.team_modal .team_image {
    width: 280px;
}
.team_modal img {
    width: 100%;
}


.business_area {
max-width: 1200px;
margin: 0 auto;
background: #09b592;
padding: 64px 0;
    text-align: left;
}
.business_area_inner {
width: 800px;
margin: 0 auto;
}
.business_area_inner {
width: 880px;
margin: 0 auto;
    display: flex;
    
}
.business_area {
    color: #FFF;
}
.business_area .text{
    margin: 0 32px 0 0;
}
.business_area .business_area_inner {
}
.business_area h5 {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
}
.business_area p {
    font-size: 24px;
    color: #FFF;
    margin: 32px 0 0 0;
    line-height: 1.6;
}
.business_area .note {
    font-size: 14px;
    margin: 24px 0 0 0;
    line-height: 1.6;
}
.business_area .image {
}
.business_area img {
    min-width: 340px;
}








.inquiry_area {
max-width: 1200px;
margin: 0 auto;
background: url(../images/inquiry_bg.jpg) no-repeat center center;
    background-size: cover;
padding: 120px 0;
    text-align: left;
}
.inquiry_area_inner {
width: 800px;
margin: 0 auto;
}
.inquiry_area_inner {
width: 880px;
margin: 0 auto;
    display: flex;
    
}
.inquiry_area {
    color: #FFF;
}
.inquiry_area .text{
    margin: 0 32px 0 0;
}
.inquiry_area .inquiry_area_inner {
}
.inquiry_area h5 {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
}
.inquiry_area p {
    font-size: 16px;
    color: #FFF;
    margin: 32px 0 0 0;
    line-height: 1.4;
}
.inquiry_area .note {
    font-size: 14px;
    margin: 24px 0 0 0;
    line-height: 1.6;
}
.inquiry_area .btn {
    margin: 32px 0 0 0;
    width:240px;
    cursor: pointer;
}
.inquiry_area .btn a {
    display: block;
    color: #000;
}
.inquiry_area .btn:hover span {
    color: #FFF;
}
.inquiry_area img {
    min-width: 340px;
}

