@charset "utf-8";
/* CSS Document */


html,body{
	colo: #000000;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	font-size: 62.5%;
}

body{
	font-size: 1.6rem;
  	line-height: 2;
}

#wrapper{
  	width: 100%;
  	min-width: 970px;
}

header,.globalNav {
  margin: 0 auto;
}

#megaMenu {
  width: 970px;
  margin: 0 auto;
}

#navcontainer {
  width: 970px;
  margin-right: auto;
  margin-left: auto;
}

#navlist {
    margin: 2px 0px;
}


#contentsArea{
  	width: 100%;
  	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	font-size: 1.6rem;
  	overflow: hidden;
}

#contentsArea .main{
	margin: 0 auto;
}

#contentsArea section{
  	width: 100%;
}




/*パーツ*/

.notes{
	font-size: 1.3rem;
	margin-top: 5px!important;
}




/*section*/
#contentsArea .main section{
}


#contentsArea .main section h1{
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin: 50px 0;
	display: inline-block;
}


#contentsArea .main section h2{
	font-size: 22px;
	font-weight: bold;
}



#contentsArea .main #row{
	display: flex;
	padding-bottom: 50px;
}


#contentsArea .main .cont-area{
	width: 970px;
	margin: 0 auto;
}



/*col*/
#contentsArea .main .col-lg-6{
	width: 50%;
	margin: 0 30px;
}
.main .col-lg-6:last-child{
	margin-left: 0!important;
}

#contentsArea .main .col-lg-4{
	width: 33.33%;
	padding: 0 1%;
	box-sizing: border-box;
}



#contentsArea .main .col-lg-3{
	width: 25%;
}

.main .col-lg-3:nth-child(2) {
	margin-left: 10px!important;
	margin-right: 10px!important;
}
.main .col-lg-3:nth-child(3) {
	margin-right: 10px!important;
}




/* mainvisual */
.pc-mainvisual {
  	position: relative;
	background: url(/business/solution/workstyle/img/img_mainvisual_001.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc(77vh - 68px);
}

.sp-mainvisual{
	display: none;
}

.pc-mainvisual .visual-area{
	width: 1150px;
	margin: 0 auto!important;
}

.pc-mainvisual .visual-cont{
	position: absolute;
    width: 503px;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.pc-mainvisual .unit{
	position: absolute;
	width: 400px;
	height: 321px;
	box-sizing: border-box;
	top: 22%;
	background: url(/business/solution/workstyle/img/img_questionnaire_001.png) no-repeat;
}


.pc-mainvisual .unit p{
	text-align: center;
	color: #ffffff;
	width: 90%;
	height: 87%;
	display: inline-block;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.6;
}

.pc-mainvisual .unit .largetitle{
	line-height: 1.4;
    display: inline-flex;
}

.pc-mainvisual .unit p small{
	font-size: 23px;
	margin-top: 45px!important;
	display: inline-block;
}



#contentsArea .main #worries{
	margin-top: 0;
	background-color: #f8f7f6;
}



.main .pc-three_callout{
	display: flex;
	margin: 0;
	padding-bottom: 40px!important;
}

.main .sp-three_callout{
	display: none;
}

.pc-three_callout .callout{
	position: relative;
	display: flex;
    justify-content: center;
	flex-direction: column-reverse; /*IE*/
}

.pc-three_callout .callout-text{
	position: absolute;
	width: 100%;
	height: 205px;
	font-size: 19px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
    line-height: 1.8;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
}



.main .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 30px 0 30px;
	border-color: #f8f7f6 transparent transparent transparent;
	display: flex;
	justify-content: center;
	margin: 0 auto!important;
}

.main .questionnaire a{ color:#009cdb!important; text-decoration: underline;}

.main .questionnaire a:visited{ color:#009cdb!important; text-decoration: underline;}



#pc-illustration .cont-area .resolution{
	display: flex;
	margin: 70px 0 40px 0!important;
}

#sp-illustration {
	display: none;
}

.resolution .res-item{
	width: 250px;
	height: auto;
}

.resolution .res-item .r-img{
	height: 270px;
	display: flex;
	align-items: center;
}

.resolution .res-item .item01{
	width: 75%;
	margin: 0 auto!important;
}

.resolution .res-item .item01 img{
	margin-top: 30px!important;
}

.resolution .res-item img{
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto!important;
}

.resolution .res-item .r-img .adjustment{
	width: 100%;
}

.resolution .res-item .r-title{
	display: flex;
	margin: 40px 0!important;
	justify-content: center;
}

.resolution .res-item .r-title .pattern_1{
	width: 100%;
	display: block;
    padding: 10px!important;
    color: #ffffff;
    background-color: #7fc09f;
    border: 1px solid #7fc09f;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
}
.resolution .res-item .r-title .pattern_2{
	width: 100%;
	display: block;
    padding: 10px!important;
    color: #ffffff;
    background-color: #f3c640;
    border: 1px solid #f3c640;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
}
.resolution .res-item .r-title .pattern_3{
	width: 100%;
	display: block;
    padding: 10px!important;
    color: #ffffff;
    background-color: #ed7e59;
    border: 1px solid #ed7e59;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
}


.resolution .x-mark{
	width: 110px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px!important;
	box-sizing: border-box;
}

.resolution .x-mark img{
	width: 70%;
	height: auto;
	display: block;
	margin: 0 0 80px 0!important;
}



.main .arrow{
	display: flex;
	justify-content: center;
	margin-top: 30px!important;
}



.main .question-list{
	margin-bottom: 40px!important;
}

.question-list ul{
	padding-left: 30px!important;
}

.question-list li{
	line-height: 1.7;
}

.question-list .such{
	list-style-type: none;
}

.question-list .q-title{
	display: flex;
    margin: 10px 0!important;
    justify-content: center;
}

.question-list .q-title .list-title{
	width: 100%;
    display: block;
    padding: 10px!important;
    color: #ffffff;
    background-color: #d1bca3;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}



.main #conversion{
	background-color: #f8f7f6;
}

.main .cta{
	padding: 80px 0!important;
}

.cta p{
	text-align: center;
}

.cta .notes{
	margin-top: 0!important;
}

.cta .contact-button {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0!important;
}

.cta .contact-button a {
    display: block;
    padding: 25px 98px!important;
    color: #ffffff!important;
    background-color: #7E5725;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none!important;
	border: 2px solid #7E5725;
}

.cta .contact-button a:hover {
    background: transparent;
    border: 2px solid #7E5725;
    color: #7E5725!important;
      }

.cta .contact-button a:visited{ 
	text-decoration: underline;
	}

.cta .contact-button a:visited {
	color: #ffffff;
}


.main #each-plan{
	margin-top: 120px;
}

.main #each-plan .plan{
	display: flex;
}

#each-plan .plan .plan-name{
    margin: 20px 0;
    justify-content: center;
}

#each-plan .plan .plan-details{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.8;
}

#each-plan .plan .plan-name .type-a{
	width: 100%;
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #38a393;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#each-plan .plan .plan-name .type-b{
	width: 100%;
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #3695c2;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#each-plan .plan .plan-name .type-c{
	width: 100%;
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #d97274;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#each-plan .plan .plan-name .type-d{
	width: 100%;
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #966495;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}


.main #output{
	margin: 100px 0;
}

.main #output .report{
	display: flex;
}

#output .report .report-name{
	margin: 20px 0;
	justify-content: center;
}

#output .report .report-name .rpn-title{
	width: 100%;
    display: block;
    padding: 10px;
    color: #ffffff;
    background-color: #d1bca3;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#output .report .report-name .rpn-title .pcbr{
	display: none;
}



/* footer */
footer{
	width: 970px;
  	margin: 0 auto;
}






@media only screen and (max-width: 599.99px){

#wrapper{
  	min-width: 320px;
}

#contentsArea{
  	padding: 0;
}

#contentsArea .main{
	width: 100%;
	margin: 0;
}

#contentsArea section{
  	width: 100%;
 	margin: 0;
  	padding: 0 10px;
  	box-sizing: border-box;
}


#contentsArea .main section{
	
}


#contentsArea .main section h1{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	line-height: 1.8;
	margin: 30px 0 30px 0;
	display: inline-block;
}

#contentsArea .main section .h1-center{
	text-align: center;
}



#contentsArea .main section h1 .pcbr{
	display: none;
}

#contentsArea .main #row{
	display: block;
	padding-bottom: 0;
}

#contentsArea .main .cont-area{
	width: 100%;
	margin: 0 auto;
}



/*col*/
#contentsArea .main .col-sm-12{
	width: auto;
	padding: 0;
	margin: 0;
}


#contentsArea .main #row .col-lg-4{
	width: 100%;
}

#contentsArea .main #row .col-lg-4:nth-of-type(2){
	margin: 0; 
}

#contentsArea .main .col-lg-3:nth-child(2) {
	margin-left: 0!important;
	margin-right: 0!important;
}

#contentsArea .main .col-lg-3:nth-child(3) {
	margin-right: 0!important;
}



/* mainvisual */
.pc-mainvisual {
  	display: none;
}

.sp-mainvisual {
	display: grid;
  	position: relative;
	max-width: 100%;
	height: auto;
}

.sp-mainvisual .sp-visual{
	max-width: 100%;
	height: auto;

}

.sp-mainvisual .unit{
	position: absolute;
	width: 150px;
	height: 135px;
	box-sizing: border-box;
	margin-left: 10px!important;
	top: 22px;
	background: url(/business/solution/workstyle/img/img_questionnaire_001.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

.sp-mainvisual .unit p{
	text-align: center;
	color: #ffffff;
	width: 100%;
	height: auto;
	padding: 3px 3px 25px 3px!important;
	box-sizing: border-box;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
}

.sp-mainvisual .unit p .pcbr{
	display: none;
}

.sp-mainvisual .unit p small{
	font-size: 10px;
	margin-top: 5px!important;
	display: block;
}

.sp-mainvisual .unit .largetitle{
	line-height: 1.5;
    display: inline-flex;
}



.main .pc-three_callout{
	display: none;
}

.main .sp-three_callout{
	display: block;
	flex-direction: column;
	margin: 0!important;
	padding-bottom: 0!important;
}

.sp-three_callout .callout{
	position: relative;
	display: flex;
	flex-direction: column-reverse;
    justify-content: center;
	width: 95%;
	margin: 0 auto 30px auto!important;
}

.sp-three_callout .col-sm-12:last-child{
	margin-bottom: 0!important;
	padding-bottom: 20px!important;
}

.sp-three_callout .callout img{
	max-width: 100%;
}

.sp-three_callout .callout-text{
	position: absolute;
	width: 100%;
	height: 84%;
	font-size: 19px;
	font-weight: bold;
	box-sizing: border-box;
    line-height: 1.8;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
}



#sp-illustration{
	display: block;
	margin-top: 20px!important;
}

#sp-illustration .cont-area .resolution{
	display: flex;
}

#pc-illustration{
	display: none;
}

.resolution .res-item{
	width: 100%;
	height: auto;
}

.resolution .res-item .r-img{
	height: auto;
	display: flex;
	align-items: center;
}

.resolution .res-item .item01{
	width: 85%;
	margin: 0 auto!important;
}

.resolution .res-item .item01 img{
	margin-top: 0px!important;
}

.resolution .res-item img{
	width: 70%;
	height: auto;
	display: block;
	margin: 0 auto!important;
}

.resolution .res-item .r-img .adjustment{
	width: 80%;
}

.resolution .res-item .r-title{
	display: flex;
	margin: 20px 0 0 0!important;
	justify-content: center;
}


.resolution .res-item .r-title .pattern_1{
	width: 85%;
	display: block;
	padding: 10px!important;
	color: #ffffff;
	background-color: #7fc09f;
	border: 1px solid #7fc09f;
	border-radius: 14px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition-duration: .3s;
}
.resolution .res-item .r-title .pattern_2{
	width: 85%;
	display: block;
    padding: 10px!important;
    color: #ffffff;
    background-color: #f3c640;
    border: 1px solid #f3c640;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
}
.resolution .res-item .r-title .pattern_3{
	width: 85%;
	display: block;
    padding: 10px!important;
    color: #ffffff;
    background-color: #ed7e59;
    border: 1px solid #ed7e59;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition-duration: .3s;
}


.resolution .x-mark{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px!important;
	box-sizing: border-box;
	margin: 15px 0 10px 0!important;
}

.resolution .mrb{
	margin-bottom: 0!important;
}

.resolution .x-mark img{
	width: 60px;
	height: auto;
	display: block;
	margin: 0!important;
}



.main .arrow{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 15px 0!important;
    padding: 0 10px!important;
    box-sizing: border-box;
}

.arrow img{
	width: 55px;
	height: auto;
}



.question-list .q-title{
	margin: 20px 0 10px 0!important;
}



.main .cta{
	margin: 0!important;
	padding: 40px 0!important;
}

.cta p{
	text-align: left;
}

.cta .contact-button {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0!important;
}

.cta .contact-button a {
    display: block;
	width: 90%;
    padding: 15px!important;
    color: #ffffff!important;
    background-color: #7E5725;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none!important;
	border: 2px solid #7E5725;
}



.main #each-plan{
	margin-top: 30px;
}

#each-plan .plan{
	flex-direction: column;
}

#each-plan .plan .plan-name{
    margin: 20px 0 10px 0;
    justify-content: center;
}



.main #output{
	margin: 30px 0!important;
}

.main #output .report{
	flex-direction: column;
}

#output .report img{
	width: 100%;
	height: auto;
}

#output .report .report-name .rpn-title{
	width: 100%;
	display: block;
	padding: 10px 0;
	color: #ffffff;
	background-color: #d1bca3;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
}

#output .report .report-name .rpn-title .pcbr{
	display: block;
}

#output .report .col-lg-6:last-child img{
	width: 100%;
    margin: 0 auto;
    display: block;
}





/* footer */
footer{
	width: auto;
}


}






