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


#know .subpage_mv1 .page_title .main_title .fukidasi {
	background-color: #fff;
	color: #00a082;
}

#know .subpage_mv1 .page_title .main_title .fukidasi:after {
    border-color: #ffffff transparent transparent #ffffff;
}



#know {
	background-color: #ffffff;
	color: #000000;
}

#know .subpage_mv1 {
	padding: 85px 0px 0px;
    height: 100vh;
}

#know .subpage_mv1:after {
    height: calc(100% - 85px);
	z-index: -2;
}

#know .subpage_mv1 .page_title {
    padding: 80px 0px 0px;
}

#know .subpage_mv1 .page_title .category {
    color: #ffffff;
}

#know .subpage_mv1 .page_title .main_title {
	animation: l-fadein_know 1.0s both;
	animation-delay: 1.5s;
	position: absolute;
    top: 58%;
    max-width: 1200px;
    width: 90%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index: 1;
}

@keyframes l-fadein_know {
	0% {
    opacity: 0;
    transform: translate(-80px, -50%);
    transition: all 1.5s cubic-bezier(.23,1,.32,1) .2s;
}

100% {
    opacity: 1;
    transform: translate(0, -50%);
}
}

#know .subpage_mv1 .page_title .main_title .title {
    text-align: left;
    margin-top: 0px;
    padding-bottom: 0px;
    line-height: 1.2;
}

#know .subpage_mv1 .page_title .main_title .title br {
	display: none;
}

#know .subpage_mv1 .page_title .main_title .title:before {
    position: relative;
	display: none;
}


#know .subpage_mv1 .chapter_list {
	position: absolute;
    padding-top: 40px;
    bottom: 50px;
    color: #ffffff;
}

#know .subpage_mv1 .chapter_list:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    top: 0;
    left: 50px;
    background-color: #ffffff;
}

#know .subpage_mv1 .chapter_list .fl {
    justify-content: flex-start;
}

#know .subpage_mv1 .chapter_list dl + dl {
	margin-top: 5px;
}

#know .subpage_mv1 .chapter_list dl dt {
	font-size: 18px;
}

#know .subpage_mv1 .chapter_list dl dd {
	font-size: 20px;
	margin-left: 20px;
}



#know .know_area {
	padding: 80px 0px 150px;
	background-color: #f0f0f0;
}


#know .know_area .inner {
    max-width: 1200px;
}

#know .know_area .about {
	padding-bottom:150px;
}

#know .know_area .chapter_title {
	position: relative;
    padding-top: 35px;
    text-align: center;
}

#know .know_area .chapter_title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #19416e;
}

#know .know_area .chapter_title .title {
    margin: 8px 0px;
	font-size: 18px;
    color: #19416e;
    font-weight: bold;
}

#know .know_area .chapter {
    position: relative;
	margin-top: 80px;
	padding: 80px;
    background-color: #ffffff;
    border-radius: 10px;
}

#know .know_area .chapter:before {
    position: absolute;
    content: attr(data-en);
    top: -30px;
    left: 5px;
    color: #19416e;
    font-size: 15px;
    font-weight: bold;
}

#know .know_area .chapter h2 {
	text-align: center;
	font-size: 35px;
}

#know .know_area .chapter h2 + p {
	margin: 30px auto 0px;
	text-align: center;
	line-height: 2;
	font-size: 15px;
	max-width: 850px;
	width: 100%;
}



#know .know_area .chapter.item1 .value_area {
	margin-top: 30px;
	justify-content: flex-start;
}

#know .know_area .chapter.item1 .value_area .img_box {
	position: relative;
	width: 47%;
	padding-right: 5%;
    margin-top: 2.7vw;
}

#know .know_area .chapter.item1 .value_area .img_box .line {
	position: absolute;
    width: 16.5vw;
    top: -20px;
    right: 10px;
}

#know .know_area .chapter.item1 .value_area .text_box {
	width: 53%;
}

#know .know_area .chapter.item1 .value_area .text_box .item + .item {
	margin-top: 2vw;
}

#know .know_area .chapter.item1 .value_area .text_box .item:last-of-type {
	margin-top:3.5vw;
}

#know .know_area .chapter.item1 .value_area .text_box .item .title {
	font-size:1.2vw;
	color: #007db9;
	margin-bottom: 5px;
}

#know .know_area .chapter.item1 .value_area .text_box .item:first-of-type .title + p {
	font-size: 1.5vw;
	font-weight: 800;
	white-space: nowrap;
}

#know .know_area .chapter.item1 .value_area .text_box .item ul li {
	position: relative;
	padding-left: 1.2vw;
	font-size: 1.25vw;
	font-weight: 800;
}

#know .know_area .chapter.item1 .value_area .text_box .item ul li:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #000000;
}

#know .know_area .chapter.item1 .value_area .text_box .item:nth-of-type(2) ul li {
	width: 48%;
}


#know .know_area .chapter.item1 .value_area .text_box .item .btn_wrap {
	margin-top: 2.7vw;
    max-width: 320px;
}

#know .know_area .chapter.item1 .value_area .text_box .item .btn_wrap a {
    text-align: left;
}



#know .know_area .chapter.item2 h2 + p {
	text-align: left;
}

#know .know_area .chapter.item2 .img_box {
	margin-top:50px;
}

#know .know_area .chapter.item2 .img_box p {
	display: none;
}

#know .know_area .chapter.item2 .img_box .sp_scroll {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}




#know .know_area .chapter.item2 .btn_wrap {
	margin: 50px auto 0px;
    max-width: 320px;
}

#know .know_area .chapter.item2 .btn_wrap a {
    text-align: left;
}


#know .know_area .chapter .number_list {
    margin-top: 50px;
}

#know .know_area .chapter .number_list .card_item {
    width: 48%;
}

#know .know_area .chapter .number_list .count_box {
    justify-content:center;
    align-items: end;
}

#know .know_area .chapter .number_list .count_box:after {
    display: none;
}

#know .know_area .chapter .number_list .count_box .number {
    font-size: 90px;
	line-height: 1;
	color: #007db9;
}

#know .know_area .chapter .number_list .count_box .number {
    font-size: 6.25vw;
	line-height: 1;
	color: #007db9;
	font-family: 'Prompt','Noto Sans JP', sans-serif;
    font-weight: 600;
}

#know .know_area .chapter .number_list .count_box .unit {
	font-size: 2.2vw;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: auto;
}

#know .know_area .chapter .memo {
    margin-top:10px;
	text-align: right;
	font-size: 12px;
}

#know .know_area .chapter .number_list .btn_wrap {
    margin: 30px auto 0px;
}

#know .know_area .chapter .number_list .btn_wrap a {
    text-align: left;
}


#know .know_area .chapter.item3 .card_list .card_item:nth-of-type(3) .odometer-formatting-mark {
	display: none;
}

#know .odometer.odometer-auto-theme .odometer-digit,
#know .odometer.odometer-theme-default .odometer-digit {
	width: 4.25vw;
}


#know .know_area .chapter.item4 .number_list .card_item {
	width: 32%;
}

#know .know_area .chapter.item4 .number_list .card_item .blue_tag:before,
#know .know_area .chapter.item4 .other_list .card_item .blue_tag:before,
#know .know_area .chapter.item5 .number_list .card_item .blue_tag:before,
#know .know_area .chapter.item5 .other_list .card_item .blue_tag:before {
	background-color: #00a082;
}

#know .know_area .chapter.item4 .number_list .count_box,
#know .know_area .chapter.item5 .number_list .count_box {
	justify-content: flex-start;
}

#know .know_area .chapter.item4 .number_list .count_box .number,
#know .know_area .chapter.item5 .number_list .count_box .number {
	color: #00a082;
}

#know .know_area .chapter.item4 .number_list .card_item:first-of-type {
	width: 35%;
}

#know .know_area .chapter.item4 .number_list .card_item:first-of-type .count_box .number .odometer-digit:last-of-type,
#know .know_area .chapter.item5 .number_list .card_item:nth-of-type(4) .count_box .number .odometer-digit:last-of-type {
	width: 3vw;
    font-size: 4.25vw;
    bottom: -5px;
}

#know .know_area .chapter.item5 .number_list .card_item:first-of-type {
	width: 66%;
}

#know .know_area .chapter.item5 .number_list .card_item {
	width: 32%;
}



/*育児休業取得率の細かい設定*/

#know .know_area .chapter.item5 .number_list .card_item .detail_box {
	margin-top: 0px;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left {
	width: 38%;
	margin-top: 0px;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .right {
	width: 60%;
	margin-top: auto;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box,
#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .odometer-inside {
	margin-top: 5px;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .unit {
	font-size: 1.2vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .unit:first-of-type {
	position: relative;
	padding-left: 25px;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .unit:first-of-type:before {
	position: absolute;
    content: "";
    width: 20px;
    height: 40px;
    left: 0;
    bottom: 0;
    background-image: url("../img/company/know/icon_woman.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box:nth-of-type(2) .unit:first-of-type:before {
    background-image: url("../img/company/know/icon_man.svg");
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box:nth-of-type(2) .number {
    margin-left: 2.75vw;
}






#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .number {
	font-size: 3.5vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .number .odometer-digit {
    width: 2.75vw;
    bottom: 5px;
}





#know .know_area .chapter.item4 .other_list,
#know .know_area .chapter.item5 .other_list {
	margin-top: 50px;
    border-top: solid 1px #D5D5D5;
    border-bottom: solid 1px #D5D5D5;
}

#know .know_area .chapter.item4 .other_list .card_item {
    width: 48%;
}

#know .know_area .chapter.item5 .other_list .card_item {
    width: 25%;
}

#know .know_area .chapter.item5 .other_list .card_item:last-of-type {
    width: 38%;
}





#know .know_area .chapter.item5 .btn_wrap {
	margin: 50px auto 0px;
	max-width: 320px;
}

#know .know_area .chapter.item5 .btn_wrap a {
    text-align: left;
    background-color: #ffffff;
    color: #007db9;
}

#know .know_area .chapter.item5 .btn_wrap .tb:after {
	background-image: url("../img/common/icon_arrow_blue.svg");
}

#know .know_area .chapter.item5 .btn_wrap a:hover {
    background-color:#007db9;
    color: #ffffff;
}

#know .know_area .chapter.item5 .btn_wrap .tb:hover:after {
	background-image: url("../img/common/icon_arrow_white.svg");
}



@media screen and (min-width: 1440px)  {	

#know .know_area .chapter.item1 .value_area .text_box .item .title {
    font-size: 18px;
}

#know .know_area .chapter.item1 .value_area .text_box .item + .item {
    margin-top: 20px;
}

#know .know_area .chapter.item1 .value_area .text_box .item:last-of-type {
    margin-top: 30px;
}

#know .know_area .chapter.item1 .value_area .text_box .item:first-of-type .title + p {
    font-size: 22px;
}

#know .know_area .chapter.item1 .value_area .text_box .item ul li {
    font-size: 18px;
}

#know .know_area .chapter.item1 .value_area .img_box .line {
    position: absolute;
    max-width: 265px;
    width: 50%;
    top: -35px;
}

#know .know_area .chapter .number_list .count_box .number {
    font-size: 5vw;
}

#know .odometer.odometer-auto-theme .odometer-digit, 
#know .odometer.odometer-theme-default .odometer-digit {
    width: 3.5vw;
}

#know .know_area .chapter .number_list .count_box .unit {
    font-size: 1.7vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .right {
    width: 55%;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .number .odometer-digit {
    width: 2.5vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box:nth-of-type(2) .number {
    margin-left: 2.5vw;
}






}




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

#know .know_area .chapter {
    padding: 60px;
}

#know .know_area .chapter.item1 .value_area .img_box .line {
    width: 17.75vw;
}

#know .know_area .chapter.item1 .value_area .text_box .item:first-of-type .title + p {
    font-size: 1.7vw;
}

#know .know_area .chapter.item1 .value_area .text_box .item ul li {
    font-size: 1.5vw;
}

#know .know_area .chapter.item5 .other_list .card_item {
    width: 24%;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box {
    margin-top: 20px;
}
	


	

}





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

#know .subpage_mv1 .chapter_list dl dt {
    font-size: 14px;
}

#know .subpage_mv1 .chapter_list dl dd {
    font-size: 16px;
    margin-left: 10px;
}

#know .know_area .about {
    padding-bottom: 100px;
}


#know .know_area .chapter {
    padding: 50px 40px;
}

#know .know_area .chapter h2 {
    font-size: 25px;
}

#know .know_area .chapter h2 + p {
    text-align:left;
}

#know .know_area .chapter h2 + p br {
    display: none;
}

#know .know_area .chapter.item1 .value_area .img_box {
    width: 80%;
    padding-right: 0%;
    margin: auto;
}

#know .know_area .chapter.item1 .value_area .img_box .line {
    display: none;
}

#know .know_area .chapter.item1 .value_area .text_box {
    width: 100%;
	margin-top: 30px;
}

#know .know_area .chapter.item1 .value_area .text_box .item + .item {
    margin-top: 30px;
}

#know .know_area .chapter.item1 .value_area .text_box .item .title {
    font-size: 15px;
    margin-bottom: 10px;
}

#know .know_area .chapter.item1 .value_area .text_box .item:first-of-type .title + p {
    font-size: 22px;
	white-space: normal;
}

#know .know_area .chapter.item1 .value_area .text_box .item:first-of-type .title + p br {
    display: none;
}

#know .know_area .chapter.item1 .value_area .text_box .item ul li {
    font-size: 18px;
    padding-left: 15px;
}

#know .know_area .chapter.item1 .value_area .text_box .item .btn_wrap {
    margin: 30px auto 0px;
}




#know .know_area .chapter.item4 .number_list .card_item:first-of-type,
#know .know_area .chapter.item4 .number_list .card_item {
    width: 48%;
}

#know .know_area .chapter .number_list .count_box {
    justify-content: flex-start;
}

#know .know_area .chapter .number_list .count_box .unit {
    margin-bottom: 5px;
}


#know .know_area .chapter.item5 .number_list .card_item {
    width: 48%;
}

#know .know_area .chapter.item5 .number_list .card_item:first-of-type {
    width: 100%;
}



#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .number {
    font-size: 5vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .number .odometer-digit {
    width: 3.75vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box:nth-of-type(2) .number {
    margin-left: 3.75vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box,
#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .odometer-inside {
    margin-top: 10px;
}


#know .know_area .chapter .number_list .btn_wrap {
	max-width: 100%;
}	

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .unit {
    font-size: 2.2vw;
}

#know .know_area .chapter.item5 .other_list .card_item,
#know .know_area .chapter.item5 .other_list .card_item:last-of-type {
    width: 48%;
}


}




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

#know .subpage_mv1 {
    padding: 65px 0px 0px;
}

#know .subpage_mv1:before {
    top: 65px;
    height: calc(100% - 65px);
}

#know .subpage_mv1:after {
    height: calc(100% - 65px);
}

#know .subpage_mv1 .page_title {
    padding: 50px 0px 0px;
}

#know .subpage_mv1 .page_title .main_title {
	position: relative;
    margin-top: 40px;
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

#know .subpage_mv1 .page_title .main_title .title {
    font-size: 38px;
    line-height: 1.5;
}


#know .subpage_mv1 .page_title .main_title {
	animation: l-fadein_know_sp 1.0s both;
	animation-delay: 1.5s;
}

@keyframes l-fadein_know_sp {
	0% {
    opacity: 0;
    transform: translate(-80px, 0%);
    transition: all 1.5s cubic-bezier(.23,1,.32,1) .2s;
}

100% {
    opacity: 1;
    transform: translate(0, 0%);
}
}

#know .subpage_mv1 .page_title .main_title .title br {
    display:block;
}


#know .subpage_mv1 .chapter_list dl dd {
    font-size: 14px;
}

#know .know_area {
    padding: 80px 0px 80px;
}

#know .know_area .about {
    padding-bottom: 80px;
}

#know .know_area .chapter {
    padding: 30px 20px;
}

#know .know_area .chapter:before {
	font-size: 13px;
	top: -30px;
}



#know .know_area .chapter h2 {
    font-size: 20px;
}

#know .know_area .chapter h2 + p {
    font-size: 13px;
}

#know .know_area .chapter.item1 .value_area .img_box {
    width: 100%;
}

#know .know_area .chapter.item1 .value_area .text_box .item .title {
    font-size: 14px;
}

#know .know_area .chapter.item1 .value_area .text_box .item:first-of-type .title + p {
    font-size: 18px;
}

#know .know_area .chapter.item1 .value_area .text_box .item:nth-of-type(2) ul li {
	width:100%;
}

#know .know_area .chapter.item1 .value_area .text_box .item ul li {
    font-size: 15px;
    padding-left: 12px;
}

#know .know_area .chapter.item1 .value_area .text_box .item ul li:before {
    width: 5px;
    height: 5px;
}
	
#know .know_area .chapter.item1 .value_area .text_box .item .btn_wrap {
    max-width: 100%;
}


#know .know_area .chapter.item2 .img_box {
    margin-top: 30px;
}

#know .know_area .chapter.item2 .img_box p {
	display: block;
	margin-top: 15px;
	font-size: 12px;
}

#know .know_area .chapter.item2 .img_box .sp_scroll {
    overflow-x: scroll;
    padding-bottom: 25px;
    margin: 20px auto 0px;
}

#know .know_area .chapter.item2 .img_box .sp_scroll img {
	width: 185%;
}

#know .know_area .chapter.item2 .btn_wrap {
    margin: 30px auto 0px;
	max-width: 100%;
}



#know .know_area .chapter .number_list {
    margin-top: 20px;
}

#know .know_area .chapter .number_list .card_item,
#know .know_area .chapter.item4 .number_list .card_item,
#know .know_area .chapter.item4 .number_list .card_item:first-of-type,
#know .know_area .chapter.item4 .other_list .card_item,
#know .know_area .chapter.item5 .number_list .card_item,
#know .know_area .chapter.item5 .number_list .card_item .detail_box .left,
#know .know_area .chapter.item5 .number_list .card_item .detail_box .right,
#know .know_area .chapter.item5 .other_list .card_item,
#know .know_area .chapter.item5 .other_list .card_item:last-of-type {
    width: 100%;
}


#know .know_area .chapter .number_list .count_box,
#know .know_area .chapter.item4 .number_list .count_box,
#know .know_area .chapter.item5 .number_list .count_box {
	justify-content: center;
	margin-top: 10px;
	margin-right: 30px;
}


#know .know_area .chapter .number_list .count_box .unit,
#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .unit {
    font-size: 16px;
	margin-bottom: 10px;
}

#know .know_area .chapter .number_list .count_box .number {
    font-size:14vw;
}

#know .odometer.odometer-auto-theme .odometer-digit,
#know .odometer.odometer-theme-default .odometer-digit {
    width: 10vw;
}

#know .know_area .chapter.item4 .memo,
#know .know_area .chapter.item5 .memo {
    margin-top: 30px;
}

#know .know_area .chapter.item1,
#know .know_area .chapter.item4 {
    margin-top: 50px;
}

#know .know_area .chapter.item4 .number_list .card_item:first-of-type .count_box .number .odometer-digit:last-of-type,
#know .know_area .chapter.item5 .number_list .card_item:nth-of-type(4) .count_box .number .odometer-digit:last-of-type {
    width: 9vw;
    font-size: 9vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .number {
    font-size: 10vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box .number .odometer-digit {
    width: 7.75vw;
}

#know .know_area .chapter.item5 .number_list .card_item .detail_box .left .count_box:nth-of-type(2) .number {
    margin-left: 7.75vw;
}

#know .know_area .chapter.item4 .other_list,
#know .know_area .chapter.item5 .other_list {
	padding: 20px 0px 50px;
}


#know .know_area .chapter.item5 .btn_wrap {  
    margin: 30px auto 0px;
    max-width: 100%;
}

}





