@charset "UTF-8";
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/* color */

img {
	width: 100%;
}



p{
  color: #000;
}
.second_keyvisual {
  margin: 0 0 0 5vw;
  clear: both;
  background: no-repeat url("../images/people_and_job/kv_01.jpg");
  background-size: contain;
  width: 100vw;
  height: 35vw;
}
.second_keyvisual_catch {
	position: relative;
	top: 20%;
}
.job_catch_tag{
  font-size: 1.5vw;
  display: inline-block;
  color: #000;
  background: #fff;
  border:none;
  padding: 0 10px;
  margin-bottom: 1vw;
}
.job_catch h1{
  font-size: 3.8vw;
  color: #000;
  background: #fff;
  border:none;
  padding: 0.1vw 0.2vw;
  display: inline-block;
  margin-bottom: 0.5vw;
}



@media screen and (max-width: 767px) {
  .second_keyvisual {
    margin: 10vw 0 0 10vw;
    clear: both;
    background: no-repeat url("../images/people_and_job/kv_01_sp.jpg");
    background-size: contain;
    width: 105vw;
    height: 150vw;
  }
  .second_keyvisual_catch {
		position: relative;
		top: 35%;
		font-size: max(4.2vw, 15px)!important;
  }
	.job_catch_tag{
    padding: 0.3vw 0.5vw;
    line-height: 1;
		font-size: 4.8vw;
    font-size: max(4.8vw, 16px)!important;
  }
	.job_catch h1{
    font-size: 7.8vw;
    font-size: max(7.8vw, 26px)!important;
  }

}
/*
.second_keyvisual {
	opacity: 1;
	animation: clipText 1s cubic-bezier(0.8, 0, 0.3, 1) forwards .4s;
}
@keyframes clipText {
	0% {
		clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0);
	}
}
*/

#wismettac-people_and_job-content-section_1{
	position: relative!important;
	z-index: 3!important;
}

#story01,#story02,#story03,#story04 {
	margin-left: -15px;
}
#story05 {
	margin-left: -15px;
	position: relative;
	z-index: 3;
}
#wismettac-content-section_6 {
	position: relative;
	z-index: 3;
}
	#story01,#story02,#story03,#story04,#story05 {
		margin-left: 0;
	}
	#story05 {
}


.list-link-page {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 40vh;
	-webkit-transition: 0.5s!important;
  -o-transition: 0.5s!important;
  transition: 0.5s!important;
	animation: fadeIn 0.2s ease 0.3s 1 normal!important;
}
.list-link-page li {
  margin-bottom: 20px;
}
.list-link-page li:last-of-type {
  margin-bottom: 0;
}
.list-link-page li a {
  display: block;
  position: relative;
  padding-left: 30px;
}
.list-link-page li a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background: #bfbfbf;
  content: "";
  transition: 0.3s ease all;
}
.list-link-page li a span {
  display: block;
  color: #bfbfbf;
  text-align: left;
  transition: 0.3s ease all;
	font-size: max(1.1vw, 12px)!important;
}
.list-link-page li.active a span {
  transform: translateX(30px);
  color: #000;
}
.list-link-page li.active a:after {
  width: 39px;
  background: #000;
}
.list-link-page li a:hover span {
  transform: translateX(30px);
  color: #000;
  transition: 0.3s ease all;
}
.list-link-page li a:hover:after {
  width: 39px;
  background: #000;
  transition: 0.3s ease all;
}


.left-list ul{
}
.left-list ul li{
  display: flex;
  align-items: center;
}
.left-list ul li:not(:last-child){ margin-bottom: 10px; }
.left-list ul li a{
  margin: 0 0 0 10px;
  display: inline-block;
	text-decoration: none;
}
.left-list ul li::before{
  content: '';
  width: 0px;
  height: 0px;
  background-color: #000;
	text-decoration: none;
}
.left-list ul li.active::before{ width: 0px; }






.bandj_full {
  /*padding: 0 9.375% 0 11.7%!important;*/
	width: 78.89vw;
	margin-left: 11.7vw;
	display: flex;
  justify-content: center;
  align-items: center;
}
.bandj_row{
	display: flex;


}
.bandj_ttl {
	font-size: 2.5vw;
  font-size: max(2.5vw, 20px)!important;
	margin: 5vw 0;
}
.box_white_01{
	font-size: 1.315vw;
	font-size: max(0.9vw, 15px)!important;
	width: 12vw;
	margin-right: 1.2vw;
	height: 23vw;
}
.box_white_01 .upper{
	border-top: 1px solid #ccc;
	display: flex;
  align-items: center;
	margin-top: 3.4vw;
	height: 8.5vw;
}
.box_white_01 .lower{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: flex;
  align-items: center;
	height: 16.5vw;
}
@media screen and (max-width: 1048px) {
	.box_white_01 .upper{
		margin-top: 6vw;
		height: 10vw;
	}
	.box_white_01 .lower{
		height: 16.5vw;
	}
}
@media screen and (max-width: 967px) {
	.box_white_01 .lower{
		height: 22.5vw;
	}
}


.box_grey_02,
.box_grey_03,
.box_grey_04,
.box_grey_05{
	background-color: #f2f2f2;
/*	min-height: 24vw;*/
	width: 16vw;
	margin-right: 1.2vw;
	line-height: 1.5;
	padding-bottom: 3vw;
	display: flex;
	flex-direction: column;
}
.box_grey_05{
	margin-right: 0;
}
.box_grey_02 .ttl,
.box_grey_03 .ttl,
.box_grey_04 .ttl,
.box_grey_05 .ttl{
	font-size: 1.15vw;
	font-size: max(1.15vw, 14px)!important;
	color: #fff;
	background: #808080;
	text-align: center;
	padding: 1vw 0.2vw;
	display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1048px) {
	.box_grey_02 .ttl,
	.box_grey_03 .ttl,
	.box_grey_04 .ttl,
	.box_grey_05 .ttl{
		height: 6vw;
	}
}
.box_grey_02 .upper{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	min-height: 6.5vw
}
.box_grey_02 .upper span{
	font-size: 0.75vw;
	font-size: max(0.75vw, 12px)!important;
}
.box_grey_02 .lower{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	margin-top: 0.6vw;
	padding: 1vw 0.2vw;
	min-height: 13.6vw
	}

.box_grey_03 .upper{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	padding: 1vw 0.2vw;
	min-height: 6.5vw
}
.box_grey_03 .upper span{
	font-size: 0.75vw;
	font-size: max(0.75vw, 12px)!important;
}
.box_grey_03 .mid{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	margin-top: 0.6vw;
	padding: 1vw 0.2vw;
	min-height: 6.5vw
}
.box_grey_03 .lower{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	min-height: 4.5vw;
	margin-top: 0.6vw;
	padding: 1vw 0.2vw;
	min-height: 6.5vw
}
.box_grey_03 .lower span{
	font-size: 0.75vw;
	font-size: max(0.75vw, 12px)!important;
}
.box_grey_04 .upper{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	padding: 1vw 0.2vw;
	min-height: 6.5vw
}
.box_grey_04 .upper span{
	font-size: 0.75vw;
	font-size: max(0.75vw, 12px)!important;
}
.box_grey_04 .mid{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	margin-top: 0.6vw;
	padding: 1vw 0.2vw;
	min-height: 6.5vw
}
.box_grey_04 .mid span{
	font-size: 0.75vw;
	font-size: max(0.75vw, 12px)!important;
	}
.box_grey_04 .lower{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	margin-top: 0.6vw;
	padding: 1vw 0.2vw;
	min-height: 6.5vw
}
.box_grey_05 .full{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	text-align: center;
	padding: 1vw 0.2vw;
	min-height: 20.6vw;
}



.box_white_06{
	border-bottom: 1px solid #ccc;
	margin-bottom: -1vw;
	margin-right: 1.2vw;
	width: 12vw;
	margin-right: 1.2vw;
	display: flex;
  align-items: center;
}
.box_white_06 p{
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
}

.box_grey_07{
	width: 67.7vw;
	background-color: #f2f2f2;
	margin-top: 1.2vw;
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	padding-bottom: 2vw;
}
.box_grey_07 span{
	font-size: 0.75vw;
	font-size: max(0.75vw, 12px)!important;
	}
.box_white_08{
	border-bottom: 1px solid #ccc;
	margin-bottom: -1vw;
	margin-right: 1.2vw;
	width: 12vw;
	margin-right: 1.2vw;
	display: flex;
  align-items: center;
	margin-top: 2vw;
}
.box_white_08 p{
	font-size: 1.315vw;
	font-size: max(0.9vw, 12px)!important;
}
.box_grey_09{
	background-color: #f2f2f2;
	width: 67.7vw;
	margin-top: 1.2vw;
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	padding-bottom: 2vw;
}
.box_grey_09 .xsmall{
	font-size: max(0.9vw, 11px)!important;
}



.corner_box {
  background: #fff;
	width: 13vw;
  position: relative;
  border: 1px solid #ccc;
	top: 1.2vw;
	left: 1.4vw;
	padding: 4px 3px!important;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.corner_box.long{
	flex-direction: row;
	width: 65vw;
	padding: 4px 3px!important;
	margin-bottom: 0.6vw;
}
.corner_box.column{
	width: 13vw;
	padding: 4px 3px!important;
	margin-bottom: 0.6vw;
	float: left;
	margin-right: 4.2vw;
	flex-direction: column;
}
.corner_box.xsmall{
	font-size: max(0.9vw, 11px)!important;
	text-align: center;
}

.corner_box.column.last	{
	margin-right: 0;
}
@media screen and (max-width: 904px) {
	.corner_box.column {
		min-height: 8.5vw;
	}
}



.corner_box:before {
    height: 0;
    display: block;
    position: absolute;
    left: -2px;
    content: "";
    border-top: solid 15px #f2f2f2;
    border-right: solid 15px transparent;
    top: -2px;
    z-index: 2;
}
.corner_box:after {
    height: 0;
    display: block;
    position: absolute;
    left	: -1px;
    content: "";
    border-top: solid 15px #ccc;
    border-right: solid 15px transparent;
    top: -1px;
}
.corner_box:hover {
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	background-color: #f2f2f2;
}






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

	.bandj_full {
		padding: 0!important;
		width: 100vw;
		display: flex;
	  justify-content: center;
	  align-items: center;
		margin: 0 -15px!important;
	}
	.box_white_01{
		border-top: 1px solid #ccc;
		height: auto;
		margin-left: 0;
		width: 60px;
		padding-left: 1vw;
	}
	.box_white_01.blank{
		border-top: none;
	}
	.box_white_01 p{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		margin-top: 2vw;
		font-size: max(0.9vw, 15px)!important;
		line-height: 1;
		padding: 0 0 0 15px!important;
	}

	.box_grey_02,
	.box_grey_03,
	.box_grey_04,
	.box_grey_05{
		width: calc((100vw - 60px) * 0.5);
		margin-right: 1.2vw;
		padding-bottom: 3vw;
		display: flex;
		flex-direction: column;
	}
	.box_grey_02 .ttl,
	.box_grey_03 .ttl,
	.box_grey_04 .ttl,
	.box_grey_05 .ttl{
		height: 10vw;
	}
	.corner_box {
		width: calc((100vw - 60px) * 0.46);
		margin-bottom: 0.5vw;
	}
}
@media screen and (max-width: 390px) {
	.box_grey_02 .ttl,
	.box_grey_03 .ttl,
	.box_grey_04 .ttl,
	.box_grey_05 .ttl{
		height: 14vw;
	}
}


@media screen and (max-width: 767px) {
	.box_white_06{
		border-top: 1px solid #ccc;
		height: auto;
		margin-left: 0;
		width: 60px;
		padding-left: 0vw;
		align-items: start;
	}
	.box_white_06 p{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		margin-top: 2vw;
		font-size: max(0.9vw, 15px)!important;
		line-height: 1;
		padding: 0 0 0 15px!important;
	}
	.box_grey_07{
		width: calc(100vw - 50px);
	}
	.box_white_08{
		border-top: none;
		border-bottom: none;
		height: auto;
		margin-left: 0;
		width: 60px;
		padding-left: 2vw;
		align-items: start;
		margin-top: 0;
	}
	.box_white_08 p{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		margin-top: 2vw;
		font-size: max(0.9vw, 15px)!important;
		line-height: 1;
		padding: 0 0 0 15px!important;
	}
	.box_grey_09{
		width: calc(100vw - 50px);
	}



	.corner_box{
		min-height: 19vw!important;
	}
	.corner_box.long{
		width: calc((100vw - 60px)*.965);
		min-height: 16vw!important;
		flex-direction: column;
		text-align: center;
		margin-bottom: 1vw;
	}
	.corner_box.column{
		width: calc((100vw - 60px)*.46);
		min-height: 16vw!important;
		margin-bottom: 1vw;
	}
	.corner_box.column.even{
		margin-right: 0;
	}
	.corner_box_grey.even{
		margin-right: 0;
	}
	.corner_box_grey_text.even{
		margin-right: 0;
	}
}


#wismettac-people_and_job-content-section_2{
	margin-bottom: 2vw;
	margin-left: -1vw;
}
@media screen and (max-width: 767px) {
	#wismettac-people_and_job-content-section_2{
		margin-left: 0;
	}
}
.col-md-12.squeeze{
	margin-bottom: -1.2vw;
}
.col-md-12.grey{
	margin-bottom: -1.2vw;
	background-color: #e6e6e6;
}
.bandjtype_full {
	width: 100vw;
	background: url("../images/people_and_job/bg_project_type_left.jpg");
	background-repeat: repeat-y;
	background-position: left;
	background-size: 25vw;
}
.bandjtype_full.grey {
	background-color: #e6e6e6;
}
.bandjtype_full.last {
	padding-bottom: 2vw;
	background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
		.bandjtype_full.last {
			padding-bottom: 16vw;
			margin-left: -15px;
			padding-left: 15px;
	}
}
.bandjtype_row{
}

.project_type_01,
.project_type_02,
.project_type_03,
.project_type_04,
.project_type_05 {
	margin-left: 25vw;
  clear: both;
  width: 67.7vw;
	margin-top: 2vw;
}
.project_type_01{
background: no-repeat url("../images/people_and_job/project_type_01.jpg");
background-size: contain;
}
.project_type_02{
background: no-repeat url("../images/people_and_job/project_type_02.jpg");
background-size: contain;
}
.project_type_03{
background: no-repeat url("../images/people_and_job/project_type_03.jpg");
background-size: contain;
}
.project_type_04{
background: no-repeat url("../images/people_and_job/project_type_04.jpg");
background-size: contain;
}
.project_type_05{
margin-top: 2vw;
}
.project_type_05::after{
content: "";
clear: both;
display: block;
}

img.mb{
	margin-bottom: 1.5em;
}
.project_type_txt img.m_both{
	margin: 2.5em 0;
}
.project_type_txt img.m_up{
	margin-top: 2.5em;
}
.project_type_txt img.m_bt {
	margin-bottom: 2.5em;
}
.project_type_txt img.m_bt_narrow {
	margin-bottom: 1.5em;
}
.project_type_txt p{
}



@media screen and (max-width: 767px) {
	.bandjtype_full {
		background: none;
		margin-bottom: -13.5vw;
	}

	.project_type_01,
	.project_type_02,
	.project_type_03,
	.project_type_04{
		margin-left: 0;
		width: 100vw;

	}

	.project_type_05{
		margin-left: 0;
		width: 100vw;
	}
}
.project_type_ttl_2{
	color: #fff;
	font-size: 3.2vw;
	font-size: max(3.2vw, 24px);
	line-height: 1;
	padding: 7.5vw 4vw;
}
.project_type_ttl_sub {
	font-size: 1.6vw;
	font-size: max(1.6vw, 16px);
	margin-top: 2vw;
	display: block;
}
.project_type_txt{
padding: 1vw 5vw;
}

@media screen and (max-width: 767px) {
	.project_type_txt{
	padding: 0;
	}
	.project_type_txt.first{
		padding-right: 30px!important;
	}
	.project_type_txt.second{
		padding-right: 30px!important;
	}
	.project_type_txt.third{
		padding-right: 30px!important;
	}
	.project_type_txt.fourth{
		padding-right: 30px!important;
	}
}

.project_type_ttl_3{
	font-size: 1.7vw;
	font-size: max(1.65vw, 18px);
}
.project_type_ttl_3.second{
	padding-top: 1.2vw;
}
.project_type_txt p{
	font-size: 0.9vw;
	font-size: max(0.9vw, 15px);
}
.project_type_txt p.mt {
	margin: 20px 0 0
}
.project_type_ttl_4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1vw;
	font-size: max(1.1vw, 14px);
	border-left: 4px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 20px 10px 20px;
	margin-top: 60px;
}
.project_type_ttl_5{
	font-size: 1.5vw;
	font-size: max(1.5vw, 16px);
	border-bottom: 1px solid #000;
	padding: 0 0 20px;
	margin-top: 40px;
}
.project_type_ttl_5 span{
	float: right;
	font-size: 1vw;
	font-size: max(1vw, 12px);
	padding-top: 1vw;
}
.project_type_ttl_6{
	font-size: 1.4vw;
	font-size: max(1.4vw, 16px);
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
}
.project_type_ttl_6.first{
	padding: 2vw 0 10px;
}
.corner_box_text {
  background: #fff;
	width: 13vw;
	min-height: 8.5vw;
  position: relative;
  border: 1px solid #ccc;
	padding: 1vw 0.2vw;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	background: no-repeat url("../images/people_and_job/bg_corner_box_text.jpg");
	background-size: 20px 20px;
	background-position: right bottom;
	float: left;
	margin-right:1vw;
	margin-bottom:1vw;
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	padding: 0.2vw;
	text-align: center;
}
.corner_box_text.last {
	margin-right: 0;
}
.corner_box_text span{
	font-size: 0.75vw;
	font-size: max(0.75vw, 12px)!important;
}
.corner_box_text:before {
  height: 0;
  display: block;
  position: absolute;
  left: -2px;
  content: "";
  border-top: solid 25px #fff;
  border-right: solid 25px transparent;
  top: -2px;
  z-index: 2;
}
.corner_box_text:after {
    height: 0;
    display: block;
    position: absolute;
    left	: -1px;
    content: "";
    border-top: solid 25px #ccc;
    border-right: solid 25px transparent;
    top: -1px;
}
.corner_box_text:hover {
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	background-color: #f2f2f2;
}


.corner_box_text_grey {
  background: #fff;
	width: 13vw;
	min-height: 8.5vw;
  position: relative;
  border: 1px solid #ccc;
	padding: 1vw 0.2vw;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	text-align: center;
	float: left;
	margin-right:1vw;
	margin-bottom:1vw;
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	padding: 1vw;
}
.corner_box_text_grey.plus {
	width: 13vw;
	min-height: 8.5vw;
  position: relative;
  border: 1px solid #ccc;
	padding: 1vw 0.2vw;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	text-align: center;
	float: left;
	margin-right:1vw;
	margin-bottom:1vw;
	font-size: 0.9vw;
	font-size: max(0.9vw, 12px)!important;
	padding: 1vw;
	background: #fff no-repeat url("../images/people_and_job/bg_corner_box_text.jpg");
	background-size: 20px 20px;
	background-position: right bottom;
}
.corner_box_text_grey.last {
	margin-right: 0;
}
.corner_box_text_grey.narrow {
	line-height: 1;
}
.corner_box_text_grey span{
	font-size: 0.65vw;
	font-size: max(0.65vw, 12px)!important;
}
.corner_box_text_grey:before {
  height: 0;
  display: block;
  position: absolute;
  left: -2px;
  content: "";
  border-top: solid 25px #e6e6e6;
  border-right: solid 25px transparent;
  top: -2px;
  z-index: 2;
}
.corner_box_text_grey:after {
    height: 0;
    display: block;
    position: absolute;
    left	: -1px;
    content: "";
    border-top: solid 25px #ccc;
    border-right: solid 25px transparent;
    top: -1px;
}
.corner_box_text_grey:hover {
	-webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	background-color: #f2f2f2;
}


.half_contents_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.half_text_left{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 60%;
}
.half_img_right{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 40%;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.half_contents_wrap{
		display: block;
	}
	.half_text_left{
		display: block;
		width: 100%;
	}
	.half_img_right{
		display: block;
		width: 100%;
		padding-left: 0;
	}
}


@media screen and (max-width: 767px) {
	.corner_box_text {
		width: calc((97vw - 36px) / 2);
		height: 30vw;
		margin-right:4vw;
	}
	.corner_box_text_grey {
		width: calc((97vw - 36px) / 2);
		height: 30vw;
		margin-right:4vw;
	}
}



.entrepot{
}

.entrepot_button_01{
padding: 0 0 12vw 0;
margin: 0 -15px;
width: 100vw;
height: auto;
}
.entrepot_01{
margin:-10vw 0 18vw 0;
}
.entrepot_button_02{
padding: 0 0 12vw 0;
margin: 0 -15px;
width: 100vw;
}
.entrepot_02{
	margin:-10vw 0 18vw 0;
/*margin-bottom: 95vw;*/
}
.entrepot_button_03{
padding: 0 0 12vw 0;
margin: 0 -15px;
width: 100vw;
}
.entrepot_03{
	margin:-10vw 0 18vw 0;
/*	margin-bottom: 95vw;*/
}
.entrepot_button_04{
padding: 0 0 12vw 0;
margin: 0 -15px;
width: 100vw;
}
.entrepot_04{
	margin:-10vw 0 18vw 0;
/*	margin-bottom: 55vw;*/
}


/*
.project_type_txt img{
	margin: 80px 0
}
.project_type_txt img.narrow{
	margin: 20px 0
}
*/


@media screen and (max-width: 767px) {
	.project_type_txt img{
		margin: 20px 0 0
	}
	.project_type_ttl_3{
		font-size: 2.2vw;
		font-size: max(2.2vw, 18px);
		margin-top: 40px;
		line-height: 1.6;
	}
	.project_type_txt p{
		font-size: 0.9vw;
		font-size: max(0.9vw, 15px);
	}
	.project_type_ttl_4{
		font-size: 1.5vw;
		font-size: max(1.5vw, 16px);
		border-left: 4px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 5px 20px 10px 20px;
		margin-top: 40px;
	}
	.project_type_ttl_5{
		font-size: 1.5vw;
		font-size: max(1.5vw, 16px);
		border-bottom: 1px solid #000;
		padding: 0 0 20px;
		margin-top: 40px;
	}
	.project_type_ttl_5 span{
		float: right;
		font-size: 1vw;
		font-size: max(1vw, 12px);
		padding-top: 1vw;
	}
	.project_type_ttl_6{
		font-size: 1.4vw;
		font-size: max(1.4vw, 16px);
		border-bottom: none;
		padding: 7vw 0 2vw;
	}
	.project_type_ttl_6.first{
		padding: 7vw 0 2vw;
	}
	.corner_box_text {
	  background: #fff;
		width: 13vw;
		height: 8.5vw;
	  position: relative;
	  border: 1px solid #ccc;
		padding: 1vw 0.2vw;
		display: flex;
	  justify-content: center;
	  align-items: center;
		flex-direction: column;
		background: no-repeat url("../images/people_and_job/bg_corner_box_text.jpg");
		background-size: 20px 20px;
		background-position: right bottom;
		float: left;
		margin-right:1vw;
		margin-bottom:4vw;
		font-size: 0.9vw;
		font-size: max(0.9vw, 15px)!important;
	}


	.corner_box_text {
		width: calc((97vw - 36px) / 2);
		min-height: 40vw;
		margin-right:3vw;
		margin-bottom:4vw;
}
	.corner_box_text_grey {
		width: calc((97vw - 36px) / 2);
		min-height: 40vw;
		margin-right:3vw;
		margin-bottom:4vw;
}
	.corner_box_text_grey.plus {
		width: calc((97vw - 36px) / 2);
		min-height: 40vw;
		margin-right:3vw;
		margin-bottom:4vw;
	}
	.corner_box_text.even{
		margin-right: 0;
	}
	.corner_box_grey_text.even{
		margin-right: 0;
	}
	.corner_box_text_grey.plus.even{
		margin-right: 0;
	}
	.corner_box_text_grey.even{
		margin-right: 0;
	}
}
.nolink{
	pointer-events: none!important;
	-webkit-user-select: none!important;
  user-select: none!important;
}
.nolink:hover{
	pointer-events: none!important;
	-webkit-user-select: none!important;
  user-select: none!important;
}

/*-------------------------------------モーダル設定-------------------------------------*/
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 65vw;
	max-height: 90vh;
  padding: 50px 25px;
  background-color: #fff;
	overflow-y: auto;
}

.modalContents h3{
 font-size: max(1.65vw, 16px);
 border-bottom: 1px solid #000;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.modalContents p{
 font-size: max(1.1vw, 14px);
 border: none;
 margin-bottom: 0;
}


/* 以下ボタンスタイル */
button {
  cursor: pointer;
	outline: 0;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
	}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

.modalArea01-01-top,
.modalArea01-02-top,
.modalArea02-01-top,
.modalArea02-02-top,
.modalArea02-03-top,
.modalArea03-01-top,
.modalArea03-02-top,
.modalArea03-03-top,
.modalArea04-01-top,
.modalArea05-01-top,
.modalArea05-02-top,
.modalArea05-03-top,
.modalArea05-04-top,
.modalArea01-01-top-sp,
.modalArea01-02-top-sp,
.modalArea02-01-top-sp,
.modalArea02-02-top-sp,
.modalArea02-03-top-sp,
.modalArea03-01-top-sp,
.modalArea03-02-top-sp,
.modalArea03-03-top-sp,
.modalArea04-01-top-sp,
.modalArea01-01-sp,
.modalArea01-02-sp,
.modalArea02-01-sp,
.modalArea02-02-sp,
.modalArea02-03-sp,
.modalArea03-01-sp,
.modalArea03-02-sp,
.modalArea03-03-sp,
.modalArea04-01-sp,
.modalArea01-01,
.modalArea01-02,
.modalArea02-01,
.modalArea02-02,
.modalArea02-03,
.modalArea03-01,
.modalArea03-02,
.modalArea03-03,
.modalArea04-01,
.modalArea05-01,
.modalArea05-02,
.modalArea05-03,
.modalArea05-04 {
  display: none;
  position: fixed;
	z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg01-01-top,
.modalBg01-02-top,
.modalBg02-01-top,
.modalBg02-02-top,
.modalBg02-03-top,
.modalBg03-01-top,
.modalBg03-02-top,
.modalBg03-03-top,
.modalBg04-01-top,
.modalBg05-01-top,
.modalBg05-02-top,
.modalBg05-03-top,
.modalBg05-04-top,
.modalBg01-01-top-sp,
.modalBg01-02-top-sp,
.modalBg02-01-top-sp,
.modalBg02-02-top-sp,
.modalBg02-03-top-sp,
.modalBg03-01-top-sp,
.modalBg03-02-top-sp,
.modalBg03-03-top-sp,
.modalBg04-01-top-sp,
.modalBg01-01-sp,
.modalBg01-02-sp,
.modalBg02-01-sp,
.modalBg02-02-sp,
.modalBg02-03-sp,
.modalBg03-01-sp,
.modalBg03-02-sp,
.modalBg03-03-sp,
.modalBg04-01-sp,
.modalBg01-01,
.modalBg01-02,
.modalBg02-01,
.modalBg02-02,
.modalBg02-03,
.modalBg03-01,
.modalBg03-02,
.modalBg03-03,
.modalBg04-01,
.modalBg05-01,
.modalBg05-02,
.modalBg05-03,
.modalBg05-04 {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.closeModal01-01-top,
.closeModal01-02-top,
.closeModal02-01-top,
.closeModal02-02-top,
.closeModal02-03-top,
.closeModal03-01-top,
.closeModal03-02-top,
.closeModal03-03-top,
.closeModal04-01-top,
.closeModal05-01-top,
.closeModal05-02-top,
.closeModal05-03-top,
.closeModal05-04-top,
.closeModal01-01-top-sp,
.closeModal01-02-top-sp,
.closeModal02-01-top-sp,
.closeModal02-02-top-sp,
.closeModal02-03-top-sp,
.closeModal03-01-top-sp,
.closeModal03-02-top-sp,
.closeModal03-03-top-sp,
.closeModal04-01-top-sp,
.closeModal01-01-sp,
.closeModal01-02-sp,
.closeModal02-01-sp,
.closeModal02-02-sp,
.closeModal02-03-sp,
.closeModal03-01-sp,
.closeModal03-02-sp,
.closeModal03-03-sp,
.closeModal04-01-sp,
.closeModal01-01,
.closeModal01-02,
.closeModal02-01,
.closeModal02-02,
.closeModal02-03,
.closeModal03-01,
.closeModal03-02,
.closeModal03-03,
.closeModal04-01,
.closeModal05-01,
.closeModal05-01,
.closeModal05-02,
.closeModal05-03,
.closeModal05-04 {
	background:url(images/close.png) no-repeat 0 0;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}











.modal_text{
	width: 65vw;
	padding: 25px;
}
.modal_text h3{
	font-size: max(1.65vw, 18px);
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.modal_text p{
	font-size: max(1.1vw, 15px);
	border: none;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle{
	top: 5px!important;
	right: 5px!important;
}

#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:25px; height:25px; position:absolute; top:-20px; background:url(images/close.png) no-repeat 0 0;}
#cboxClose{
}

a , button {
	outline: 0;
}
.gallery {
	margin:0 20px 20px 0;
}
#cboxOverlay {
	background: #000;
}
#cboxLoadedContent {
	background: #fff;
}
#inline-content {
	margin: 20px;
}
#ajax-wrap {
	margin: 20px;
}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
-moz-box-shadow: 0px 1px 10px #000000;
-webkit-box-shadow: 0px 1px 10px #000000;
box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}
#cboxTitle {
	color: #fff;
}







@media screen and (max-width: 767px) {
	#wismettac-content-section_6{
    position: relative;
		top: 1vw;
  }
  #footer {
		margin-top:0;
  }
}
