.cont1k {
	max-width:  inherit;
	width: 100%;
	margin: 0;
}

.mainarea {
	font-family: 'Noto Sans JP', sans-serif;
}
.mv {
	position: relative;
}
.mv img {
	display: block;
}
.mv img.only_sp {
	display: none;
}
.mv .mv_inner {
	position: absolute;
	top: 0;
	left:  0;
	right:  0;
	bottom:  0;
	margin: auto;
	max-width: 530px;
	max-height: 230px;
}

.concept {
	background: url(/static/files/corporate/workstyle/img/bg_concept.png) no-repeat center bottom;
	background-size: cover;
	text-align:  center;
	padding: 155px 0 275px;
}
.concept .concept_inner {
	margin: 0 auto;
}
.concept .concept_ttl {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	padding-bottom:  10px;
}
.concept .page_ttl {
	font-size: 64px;
	font-weight: bold;
	margin: 10px 0 20px;
	color: #8096A3;
}
.concept .concept_txt {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 0;
}
.concept .concept_txt + .concept_txt {
	margin-top: 20px;
}
.conceptBtnBlock {
	display: flex;
	justify-content: space-between;
	width: 574px;
	margin: 68px auto 0;
}
.conceptBtnBlock > * {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 88px;
	border: 2px solid #fff;
	background: linear-gradient(0deg, rgba(92,166,203,1) 0%, rgba(131,216,255,1) 100%);
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.5), inset -2px -2px 5px rgba(255, 255, 255, 0.5), 2px 2px 5px rgb(0 0 0 / 30%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: opacity .2s;
}
.conceptBtnBlock > *:hover {
	opacity: .8;
}

.message .message_wrap_top {
	background: #fff url(/static/files/corporate/workstyle/img/bg_message01.png) no-repeat bottom right calc(50% - 143px);
}
.message .message_wrap_bottom {
	background: #fff url(/static/files/corporate/workstyle/img/bg_message02.png) no-repeat top left calc(50% - 150px);
}
.message .message_wrap_bottom .message_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.message .message_inner {
	max-width: 1000px;
	margin:  0 auto;
	padding: 50px 30px 70px 30px;
}
.message .message_box {
	max-width: 430px;
}
.message .message_ttl_inner {
	display: inline-block;
	font-size: 50px;
	color: #8096A3;
	font-weight: bold;
}
.message .message_read {
	font-size: 32px;
	margin: 25px 0 30px;
	font-weight: bold;
}
.message .message_txt {
	font-size: 14px;
	margin-bottom: 40px;
	line-height: 1.8;
}
.message .message_name_wrap {
	text-align: right;
}
.message .message_name {
	display: inline-block;
	text-align: left;
}
.message .message_name_inner {
	display: inline-block;
	font-size: 22px;
	margin-top: 5px;
}
.message .message_img {
	display: none;
}

.theme {
	background-color: #F5F7F7;
	padding: 60px 0;
}
.theme .theme_inner {
	max-width: 1120px;
	margin: 0 auto;
}
.theme .theme_ttl_inner span {
	font-size: 60px;
}
.theme .theme_ttl_inner {
	font-size: 32px;
}
.theme .theme_list li {
	position: relative;
}
.theme .theme_list li:nth-child(odd) {
	padding-left: 220px;
}
.theme .theme_list li:nth-child(even) {
	padding-right: 220px;
}
.theme .theme_list li {
	margin-top:  50px;
}
.theme .theme_list_design {
	width: 380px;
	background-color: #fff;
	padding: 25px 25px 60px;
	font-size: 16px;
	color: #B0BDC2;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	top: -27px;
	text-decoration: none;
}
.theme a.theme_list_design {
	position: absolute;
	display: block;
	background-color: #50a9d6;
	box-shadow: 8px 7px #5f7580;
	color: #fff;
	transition: opacity .2s;
}
.theme a.theme_list_design::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	width: 16px;
	height: 16px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-50%) rotate(-45deg);
}
.theme .theme_list_design._add_link {
	padding-bottom: 28px;
}
.theme a.theme_list_design:hover {
	opacity: .6;
}
.theme .theme_list li:nth-child(odd) .theme_list_design {
	left: 0;
}
.theme .theme_list li:nth-child(even) .theme_list_design {
	right: 0;
}
.theme .theme_list_design span {
	font-size: 50px;
	color: #8096A3;
}
.theme a.theme_list_design .txt1 {
	display: block;
	font-size: 50px;
	line-height: 1.1;
	color: #fff;
}
.theme a.theme_list_design .txt2 {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	color: #c1e2ff;
}
.theme .theme_list_design .txt3 {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	color: #8096A3;
}
.theme .theme_list_design span.theme_list_btn {
	display: block;
	margin-top: 18px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.theme .theme_list_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border: solid 5px #fff;
	padding: 25px 30px;
}
.theme .theme_list li:nth-child(odd) .theme_list_inner {
	padding-left: 180px;
}
.theme .theme_list li:nth-child(even) .theme_list_inner {
	padding-right:  180px;
}
.theme .theme_list_img {
	width: 160px;
}
.theme .theme_list_img img {
	display: block;
}
.theme .theme_list_conts {
	width: calc(100% - 160px);
}
.theme .theme_list_ttl {
	font-size: 20px;
	font-weight: bold;
	color: #595757;
}
.theme .theme_list_txt {
	font-size: 14px;
	line-height: 2;
	margin-top: 5px;
}

.info {
	background-color: #b5c2c9;
	text-align: center;
}
.infoInner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 30px 0 93px;
}
.infoInner .ttl {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}
.infoBtnBlock {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.infoBtnBlock a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 440px;
	height: 120px;
	margin:  0 8px;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	color: #5e7f8b;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	transition: opacity .2s;
}
.infoBtnBlock a:hover {
	opacity: .6;
}

.bottom {
	font-size: 32px;
	color: #8096A3;
	padding: 35px 0 30px;
	text-align: center;
	border-bottom: 1px solid #707070;
}
.bottom br {
	display: none;
}

footer {
	margin-top: 0;
}

@media screen and (max-width: 1000px) {
	.theme .theme_list_design {
		width: 300px;
	}
	.theme .theme_list li:nth-child(odd) .theme_list_inner {
		padding-left: 110px;
	}
	.theme .theme_list li:nth-child(even) .theme_list_inner {
		padding-right: 110px;
	}
}

@media screen and (max-width: 850px) {
	.cont1k {
		padding: 0;
	}

	.mv .mv_inner {
		max-width: 170px;
	}
	.mv img.only_pc {
		display: none;
	}
	.mv img.only_sp {
		display: block;
	}

	.concept {
		padding: 60px 20px 65px;
		/*background-image: url(/static/files/corporate/workstyle/img/bg_concept_sp.png);*/
	}
	.concept .concept_ttl {
		font-size: 55px;
	}
	.concept .page_ttl {
		font-size: 9vw;
	}
	.concept .concept_txt {
		font-size: 20px;
		line-height: 2;
		text-align: left;
	}
	.concept .concept_txt br {
		display: none;
	}
	.conceptBtnBlock {
		width: 100%;
		margin: 30px auto 0;
	}
	.conceptBtnBlock > * {
		width: 48.5%;
		font-size: 14px;
	}

	.message .message_wrap_top {
		background: none;
	}
	.message .message_wrap_bottom {
		background: none;
	}
	.message .message_inner {
		padding: 50px 20px 0;
	}


	.message .message_ttl_inner {
		font-size: 40px;
	}
	.message .message_read {
		font-size: 20px;
		margin: 20px 0 25px;
		line-height: 1.5;
	}
	.message .message_txt {
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.message .message_name {
		text-align: center;
	}
	.message .message_img {
		display: block;
		margin-top: 60px;
	}
	.message .message_img {
		width: calc(100% + 40px);
		max-width: inherit;
		margin-left: -20px;
	}

	.theme {
		padding: 45px 0 50px;
	}
	.theme .theme_ttl_inner {
		font-size: 28px;
		padding: 0 20px;
	}
	.theme .theme_list {
		display: block;
	}
	.theme .theme_list li {
		width: 100%;
		margin-top: 20px;
		padding: 20px 40px 25px;
	}

	.theme .theme_list li:nth-child(odd) {
		padding-left: 20px;
	}
	.theme .theme_list li:nth-child(even) {
		padding-right: 20px;
	}

	.theme .theme_list_design {
		width: calc(100% - 60px);
		max-width: 340px;
		padding: 30px 25px 35px;
		font-size: 16px;
		top: -75px;
	}
	.theme a.theme_list_design .txt1 {
		font-size: 40px;
	}
	.theme .theme_list_design._add_link {
		padding: 17px 25px 16px;
	}
	.theme .theme_list li:nth-child(even) .theme_list_design {
		left: 0;
	}
	.theme .theme_list_design span {
		font-size: 40px;
	}
	.theme .theme_list li {
		padding: 0px 20px;
		margin-top: 95px;
	}
	.theme .theme_list_inner {
		display: block;
		padding: 80px 25px 35px;
	}
	.theme .theme_list li:nth-child(odd) .theme_list_inner {
		padding-left: 25px;
	}
	.theme .theme_list li:nth-child(even) .theme_list_inner {
		padding-right: 25px;
	}
	.theme .theme_list_img {
		width: 100%;
	}
	.theme .theme_list_img img {
		margin: 0 auto;
	}
	.theme .theme_list_conts {
		width: 100%;
	}
	.theme .theme_list_ttl {
		margin: 30px 0 5px;
	}

	.infoInner {
		padding: 15px 10px 45px;
	}
	.infoInner .ttl {
		font-size: 30px;
	}
	.infoBtnBlock {
		margin-top: 20px;
	}
	.infoBtnBlock a {
		height: 60px;
		font-size: 14px;
	}

	.bottom {
		font-size: 6vw;
		padding: 35px 0;
	}
	.bottom br {
		display: block;
	}
	.infoInner .col + .col {
		margin-top: 50px;
	}
}

@media all and (min-width: 851px) {
	.concept.en .concept_txt {
		max-width: 1000px;
		width: 99%;
		margin-left: auto;
		margin-right: auto;
	}
	.message.en .message_inner {
		padding: 40px 0 50px;
	}
	.message.en .message_box {
		max-width: 510px;
	}
}

/************************************************
modal
************************************************/
.modalWrap .modalCheckbox{display:none}
.modalOverlay{overflow:auto;position:fixed;top:0;left:0;z-index:999999;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;-webkit-transition:opacity .3s,-webkit-transform 0 .3s;transition:opacity .3s,-webkit-transform 0 .3s;transition:opacity .3s,transform 0 .3s;transition:opacity .3s,transform 0 .3s,-webkit-transform 0 .3s;-webkit-transform:scale(0);transform:scale(0);cursor: pointer;}
.modalOverlay::-webkit-scrollbar{width:10px}
.modalOverlay::-webkit-scrollbar-track{background:#fff;border-left:solid 1px #ececec}
.modalOverlay::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px;-webkit-box-shadow:inset 0 0 0 2px #fff;box-shadow:inset 0 0 0 2px #fff}
.modalWrap input:checked ~ .modalOverlay{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:opacity .5s;transition:opacity .5s}
.modalTrigger {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modalContent {
	position: relative;
	width: 1000px;
	margin: 25px auto;
	padding: 0;
	background: #fff;
	transition: .3s;
	cursor: default;
}
.modalContent .closeBtn {
	position: absolute;
	top: -18px;
	right: -18px;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #8096a3;
	transform: rotate(45deg);
	z-index: 10;
	cursor: pointer;
}

.modalContent .closeBtn::before,
.modalContent .closeBtn::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
}

.modalContent .closeBtn::before {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1px;
	transform: translateX(-50%) translateY(-50%);
}

.modalContent .closeBtn::after {
	top: 50%;
	left: 50%;
	width: 1px;
	height: 20px;
	transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 850px) {
	.modalContent {
		width: 95%;
	}

	.modalContent .inputWrap {
		width: 100%;
	}

	.modalContent .closeBtn {
		right: -1px;
	}
}