@charset "UTF-8";

/* reset -------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}

/* List -------------------- */
ol, ul, li {
	overflow: hidden;
	zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Definition -------------------- */
dl, dt, dd {
	overflow: hidden;
	zoom: 1;
}

/* base -------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
html, body {
	width: 100%;
	height: 100%;
	background: #fff;
    overflow-x: hidden;
}
body {
	font-size: 1.5rem;
	line-height: 1.8;
	font-family: "游ゴシック Medium" , "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic , 'Helvetica Neue' , Helvetica , Arial , Verdana , 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'メイリオ' , Meiryo , 'ＭＳ Ｐゴシック' , 'MS PGothic' , sans-serif;
	background: #fff;
	color: #161616;
	height: auto;
}
a{
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}
a:hover{
	transition: 0.3s;
}
a img{
	border: none;
}
img{
	width: 100%;
}
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2, h3, h4{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'メイリオ' , Meiryo , 'ＭＳ Ｐゴシック' , 'MS PGothic' , sans-serif;
}
.no-pa{
	padding: 0!important;
}
section p{
	margin-bottom: 35px;
	padding: 0 20px;
	width: 100%;
	z-index: 1;
	position: relative;
}
.ttl-bl,
.ttl-wh{
	font-size: 1.8rem;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.ttl-wh{
	color: #fff;
}
.ttl-bl span,
.ttl-wh span{
	font-size: 3.6rem;
	line-height: 1;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-style: normal;
}
.ttl-bl span{
	color: #0093D7;
}
.ttl-wh span{
	color: #fff;
}
.txt-white{
	color: #fff!important;
}
.align-right{
	text-align: right!important;
}
.tb-parts{
	display: none!important;
}
.pc-parts{
	display: none!important;
}
.anime_wrap{
 	position: relative;
 	overflow: hidden;
}
.slideUp{
 	opacity: 0;
 	transform: translateY(40px);
 	transition: 1.5s;
}
.slideUp.show{
	opacity: 1!important;
	transform: translateY(0);
	overflow: visible;
}
.fadeIn{
	opacity: 0;
	transition: 1.5s;
}
.fadeIn.show{
	opacity: 1!important;
	overflow: visible;
}
.curtain::before{
 	content: '';
	width: 100%;
 	height: 100%;
 	position: absolute;
	left: 0;
	top: 0;
 	background: #FFF;
 	z-index: 2;
 	transition: 1s;
}
.curtain.show::before{
 	transform: translateX(100%);
}
.curtain{
	opacity: 0;
	transition: .5s;
}
.curtain.show{
	opacity: 1;
}
svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.wp-title {
	display: none;
}
img[src$=".svg"],
img[src$=".jpg"],
img[src$=".png"]{
    width: 100%;
}
.poppins{
	font-family: "Poppins", serif;
	font-weight: 600;
	font-style: normal;
}
.dotlist li{
	list-style-type: disc;
	list-style-position:inside;
	padding-left: 0.5rem;
}
.mb0{
	margin-bottom: 0!important;
}
.blue-bg{
	padding: 10px 0 30px;
	background: #EBF5FE;
background: linear-gradient(134deg, rgba(235, 245, 254, 1) 0%, rgba(248, 248, 235, 1) 100%);
}
.tex-only{
	padding: 60px 0 20px;
}
.link-underline a{
	color: #1a0dab;
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: 0.3s;
}
.link-underline a:hover{
	text-decoration:none;
	transition: 0.3s;
}

@media print, screen and (min-width: 600px) {
body{
	font-size: 1.5rem;
	border: none;
}
section{
	width: 100%;
	/*margin-bottom: 60px;*/
}
section p{
	margin-bottom: 35px;
	padding: 0 40px;
}
.sp-parts{
	display: none;
}
.align-center{
	text-align: center!important;
}
}

@media print, screen and (min-width: 980px) {
body{
	font-size: 1.6rem;
	line-height: 1.8;
}
/*section{
	margin-bottom: 110px;
}*/
.pc-parts{
	display: block;
}
}

@media print, screen and (min-width: 1200px) {
section p{
	margin-bottom: 35px;
	padding: 0;
}
.ttl-bl,
.ttl-wh{
	font-size: 2.2rem;
	line-height: 1.38;
	margin-bottom: 50px;
}
.ttl-bl span,
.ttl-wh span{
	font-size: 4.4rem;
	line-height: 1.4;
}
.tex-only{
	padding: 100px 50px 20px;
	max-width: 880px;
	margin: 0 auto;
}
}

@media print, screen and (min-width: 1730px) {
body{
	font-size: 1.8rem;
	line-height: 1.88;
}
section p{
	margin-bottom: 40px;
}
.ttl-bl,
.ttl-wh{
	font-size: 2.6rem;
	line-height: 1.38;
	margin-bottom: 80px;
}
.ttl-bl span,
.ttl-wh span{
	font-size: 6rem;
	line-height: 1.4;
}
.tex-only{
	padding: 100px 50px 40px;
	max-width: 960px;
	margin: 0 auto;
}
}

@page {
    margin: 0;
    size: 210mm 297mm; /* A4縦サイズ */
}

@media print {
body {
    zoom: 0.5;
}
}

/* header -------------------- */
header{
	width: 100%;
	height: 100vh;
	height: 100svh;
background: #64B3F4;
/*background: linear-gradient(138deg,rgba(100, 179, 244, 1) 0%, rgba(234, 236, 198, 1) 94%);*/
animation: bg-gradient 4s linear infinite alternate;
background: linear-gradient(138deg,rgba(100, 179, 244, 1),rgba(234, 236, 198, 1)) 0 / 200% 100%;
}
@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.logo{
	width: 95px;
	height: auto;
	position: relative;
  top: 22px;
	left: 35px;
	z-index: 100;
}
.second-page{
	height: initial!important;
}

@media print, screen and (min-width: 600px) {
.logo{
	width: 116px;
	height: auto;
	left: 40px;
}
}

@media print, screen and (min-width: 1200px) {
header{
	margin: 0 auto;
	padding: 0;
}
.navi-in{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.logo{
	width: 130px;
	height: auto;
	margin: 0;
}
}

@media print, screen and (min-width: 1730px) {
header{
	padding: 0;
}
.logo{
	width: 157px;
	height: auto;
	margin:0;
	top: 50px;
	left: 0;
}
.header-in{
	width: calc(100% - 240px);
	margin: 0 auto;
}
}


/* navigation write pc first-------------------- */
#global-nav ul{
	display: flex;
	width: calc(100%-352px);
	font-size: 2rem;
 	font-weight: bold;
	align-items: center;
	padding: 70px 0 0 0;
}
#global-nav ul li{
	/*position: relative;*/
	margin-left: 60px;
}
.gnavi-txt a{
	position: relative;
	padding-bottom: 5px;
}
.gnavi-txt a:hover{
	color: #fff;
}
.gnavi-txt a::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0,1);
	transition: all .3s ease-in-out;
}
.gnavi-txt a:hover::after{
  transform: scale(1,1);
}
.nav-contact{
	color: #fff;
	background: #F2A444;
	background: linear-gradient(323deg, rgba(242, 202, 82, 1) 0%, rgba(242, 164, 68, 1) 100%);
	width: 220px;
	height: 65px;
	border-radius: 30px;
	/*border: solid 2px #FC9439;*/
	text-align: center;
	position: relative;
	transition: all .3s;
	font-family: "Poppins", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 2.8rem;
	line-height: 1.5;
}
.nav-contact:hover{
	color: #FC9439;
	background-color: #fff;
}
.nav-contact a{
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	padding-top: 11px!important;
}
#global-nav ul.submenu{
	position: absolute;
	width: auto;
	top: 117px;
	height: 0;
	overflow: hidden;
	/*box-shadow: 0 0px 5px #333;*/
	display: none;
	z-index:100;
	font-size: 1.7rem;
	padding: 0;
	margin: 0;
}
#global-nav ul.submenu li{
	margin: 0;
	width: 250px!important;
	padding: 10px 30px;
	background-color: #0093D7;
	color: #fff;
}
#global-nav .submenu li a{
	display: block;
	/*color: #333;*/
	padding: 0;
	margin: 0;
	width: 100%;
	height:100%;
}
#global-nav li:hover>ul{
	height: auto;
	overflow: visible;
	display: block;
}
#nav-toggle{
	display: none;
}
.pc-none{
    display: none;
}

@media screen and (max-width: 1729px) {
#global-nav ul{
	width: calc(100%-120px);
	font-size: 1.7rem;
	padding: 33px 50px 0 0;
}
#global-nav ul li{
	margin-left: 35px;
}
#global-nav ul.submenu{
	position: absolute;
	width: auto;
	top: 73px;
	font-size: 1.6rem;
}
.nav-contact{
	width: 190px;
	height: 54px;
	font-size: 2.4rem;
}
.nav-contact a{
	padding-top: 10px!important;
}
}

@media screen and (max-width: 1399px) {
#global-nav ul{
	font-size: 1.55rem;
	padding: 33px 50px 0 0;
}
#global-nav ul li{
	margin-left: 33px;
}
#global-nav ul.submenu{
	position: absolute;
	width: auto;
	top: 71px;
	font-size: 1.55rem;
}
.nav-contact{
	width: 150px;
	height: 52px;
}
}


@media screen and (max-width: 1199px) {
#nav-toggle {
	display: block;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	background: #F2A444;
background: linear-gradient(323deg, rgba(242, 202, 82, 1) 0%, rgba(242, 164, 68, 1) 100%);
	color: #fff;
}
#nav-toggle > div {
	position: relative;
	width: 36px;
	margin: 10px auto;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
	transition: top .5s ease, -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out, top .5s ease;
	transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 10px;
}
#nav-toggle span:nth-child(2) {
  top: 20px;
}
#nav-toggle p {
	position: absolute;
	top: 25px;
	font-size: 13px;
	font-family: "Poppins", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.open #nav-toggle span {
	background: #fff;
}
.open #nav-toggle span:nth-child(1) {
	top: 25px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
	top: 25px;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.open #nav-toggle p {
	display: none;
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}
#global-nav {
background: #FFF1EB;
background: linear-gradient(138deg,rgba(255, 241, 235, 1) 0%, rgba(172, 224, 249, 1) 100%);
	color: #161616;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: -webkit-box;
	display: flex;
	visibility: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			flex-direction: column;
	-webkit-box-pack: center;
			justify-content: center;
	-webkit-box-align: center;
			align-items: center;
	font-size: 22px;
	opacity: 0;
	-webkit-transition: opacity .6s ease, visibility .6s ease;
	transition: opacity .6s ease, visibility .6s ease;
}
#global-nav a{
	display: block;
	color: #161616;
	text-decoration: none;
	padding: 10px 0;
	-webkit-transition: color .6s ease;
	transition: color .6s ease;
}
#global-nav a:hover {
	color: #666;
}
#global-nav ul {
	list-style: none;
	display: block;
	width: 100%;
  font-size: 2.2rem;
	padding: 0;
}
#global-nav ul li {
	opacity: 0;
	float: none;
	width: 100%;
	margin-left: 0;
    margin-bottom: 10px;
	-webkit-transform: translateX(200px);
			transform: translateX(200px);
	-webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
	transition: opacity .2s ease, -webkit-transform .6s ease;
	transition: transform .6s ease, opacity .2s ease;
	transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#global-nav ul li:nth-child(2) {
	-webkit-transition-delay: .15s;
			transition-delay: .15s;
}
#global-nav ul li:nth-child(3) {
	-webkit-transition-delay: .3s;
			transition-delay: .3s;
}
#global-nav ul li:nth-child(4) {
	-webkit-transition-delay: .45s;
			transition-delay: .45s;
}
#global-nav ul li:nth-child(5) {
	-webkit-transition-delay: .6s;
			transition-delay: .6s;
}
#global-nav ul li:nth-child(6) {
	-webkit-transition-delay: .75s;
			transition-delay: .75s;
}
#global-nav ul li:nth-child(7) {
	-webkit-transition-delay: .9s;
			transition-delay: .9s;
}
#global-nav ul li:nth-child(8) {
	-webkit-transition-delay: 1.05s;
			transition-delay: 1.05s;
}
#global-nav ul.submenu li{
	width: auto;
	padding: 0;
	margin-bottom: 10px;
	background-color: transparent;
	color: #161616;
}
/* open */
.open {
	overflow: hidden;
}
.open #global-nav {
	visibility: visible;
	opacity: 1;
}
.open #global-nav li {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: opacity .9s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity .9s ease;
	transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
.pc-none{
    display: block;
}
.nav-contact{
	color: #fff;
	background-color: transparent;
	width: 210px;
	height: 60px;
	border-radius: 25px;
	border: none;
	text-align: center;
	position: relative;
	transition: all .3s;
}
.nav-contact a{
	color: #fff!important;
}
/* submenu */
.open #global-nav ul.submenu{
	position: relative;
	width: auto;
	height: auto;
	top: 0;
	overflow: visible;
	/*box-shadow: 0 0px 5px #333;*/
	background-color: transparent;
	display: block;
	z-index:1000;
	font-size: 1.7rem;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 1;
}
.open #global-nav li > ul{
	height: auto;
	overflow: visible;
	display: block;
	opacity: 1;
}
}

@media screen and (max-width: 599px) {
#nav-toggle {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
#nav-toggle > div {
	position: relative;
	width: 30px;
	margin: 13px auto;
}
#nav-toggle span:nth-child(1) {
  top: 5px;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle p {
	position: absolute;
	top: 16px;
	font-size: 11px;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
}

.open #nav-toggle span:nth-child(2) {
	top: 15px;
}
}

/* top -------------------- */
.top-about{
	padding: 240px 0 110px;
	position: relative;
	z-index:0;
}
.top-about.show:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: url(../../../assets/img/bg-top-about-sp.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
	animation: anime-opacity 2s linear;
	animation-fill-mode: forwards;
	z-index:0;
}
@keyframes anime-opacity {
0%{
	opacity: 0;
}
15%{
	opacity: 1;
}
65%{
	opacity: 1;
}
100%{
	opacity: 0.25;
}
}

.top-about-ttl,
.top-about-txt{
	opacity: 0;
}
.top-about-ttl.show{
  animation: anime_fadeup 2s;
	animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.top-about-txt.show{
  animation: anime_fadein 3s;
	animation-delay: 1.7s;
  animation-fill-mode: forwards;
}
.top-about p{
	margin-bottom: 35px;
}
.top-keywords{
	padding: 90px 0 10px;
	color: #fff;
background: #07A1E8;
background: linear-gradient(138deg, rgba(7, 161, 232, 1) 0%, rgba(0, 90, 160, 1) 100%);
}
.keywords-block{
	border-top :solid 1px #fff;
	padding: 40px 20px;
}
.keywords-block dt{
	font-size: 6.5rem;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	opacity: 0;
	line-height: 1.25;
}
.icon-shower img{
	width: 110px;
	height:auto;
	display: block;
	margin: 0 auto 5px;
}
.icon60th img{
	width: 160px;
	height:auto;
	display: block;
	margin: 0 auto 15px;
}
.icon-house01 img{
	width: 180px;
	height:auto;
	display: block;
	margin: 0 auto 15px;
}
.icon-building img{
	width: 180px;
	height:auto;
	display: block;
	margin: 0 auto 15px;
}
.icon-toilet img{
	width: 105px;
	height:auto;
	display: block;
	margin: 0 auto 15px;
}
.delay100ms.show{
	animation-name: delay;
	animation-delay: 0.2s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform: translateY(30px);
	opacity: 0;
	display: block;
}
.delay300ms.show{
	animation-name: delay;
	animation-delay: 0.2s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform: translateY(30px);
	opacity: 0;
	display: block;
}
.delay500ms.show{
	animation-name: delay;
	animation-delay: 0.2s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform: translateY(30px);
	opacity: 0;
	display: block;
}
.delay700ms.show{
	animation-name: delay;
	animation-delay: 0.2s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	transform: translateY(30px);
	opacity: 0;
	display: block;
}
@keyframes delay {
0% {
}
100% {
	transform: translateY(0);
	opacity: 1;
}
}

.goweb{
	width: 100%;
	height: 58px;
	padding: 12px 15px;
	color: #161616;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background-color: #fff;
	border: solid 4px #91C8D2;
	border-radius: 20px;
	transition: all .3s;
	position: relative;
}
.goweb a{
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	padding: 14px 15px 12px;
}
.goweb a:hover{
	color: #fff;
	background-color: #91C8D2;
	transition: all .3s;
	border-radius: 20px;
}
.top-interview{
	padding: 60px 0 30px;
}
.top-interview-block li{
	margin-bottom: 50px;
	position: relative;
}
.top-interview-block li a{
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sato-interview,
.takada-interview{
	width: 100%;
	height: 290px;
}
.sato-interview{
	background: url(../../../assets/img/photo-sato01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.takada-interview{
	background: url(../../../assets/img/photo-takada01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.link-label{
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	padding: 20px 35px;
	border-radius: 30px 0 0 0;
	background: #64B3F4;
	background: linear-gradient(138deg,rgba(100, 179, 244, 1) 0%, rgba(234, 236, 198, 1) 94%);
}
.top-interview-block .link-label{
	width: 240px;
	padding: 15px 30px 10px;
}
.link-label dt{
	font-size: 4.6rem;
	font-family: "Poppins", serif;
	font-weight: 600;
	font-style: normal;
	margin-right: 10px;
}
.link-label dd{
	padding-top: 8px;
	font-size: 1.2rem;
}
.link-label dd span{
	font-size: 2rem;
}
.field-photo,
.design-photo,
.dx-photo{
	position: relative;
	width: 100%;
	height: 290px;
	margin-bottom: 80px;
}
.field-photo a,
.design-photo a,
.dx-photo a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.field-photo{
	background: url(../../../assets/img/photo-fieldwork.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.design-photo{
	background: url(../../../assets/img/photo-designwork.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.dx-photo{
	background: url(../../../assets/img/photo-dx.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
}
.top-workstyle{
background: #FBFBF4;
background: linear-gradient(134deg, rgba(251, 251, 244, 1) 0%, rgba(251, 242, 234, 1) 100%);
	margin-bottom: 70px;
	padding: 60px 20px;
}
.top-workstyle-block li{
	margin-bottom: 30px;
}
.top-workstyle-block dd{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	display: none;
}
.top-workstyle-holiday dt img{
	width: 130px;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}
.top-workstyle-bonus dt img{
	width: 120px;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}
.top-workstyle-beginner dt img{
	width: 80px;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}
.top-workstyle-txt p{
	padding: 0;
}
.entry-description ul{
	margin-bottom: 50px;
}
.entry-description li{
	position: relative;
}
.entry-description li a{
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
	height: 100%;
	padding: 70px 10px 0 30px;
}
.bnn-entry,
.bnn-description{
	width: calc(100% - 40px);
	margin: 0 auto 25px;
	height: 150px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 20px;
}
.bnn-entry span,
.bnn-description span{
	font-size: 3.2rem;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-style: normal;
}
.bnn-entry{
background: #F2A444;
background: linear-gradient(134deg,rgba(242, 164, 68, 1) 0%, rgba(242, 202, 82, 1) 50%, rgba(245, 135, 230, 1) 100%);
	background-size: 200% 100%;
	transition: 0.8s;
}
.bnn-entry:hover,
.bnn-description:hover{
	background-position: 100% 0;
	transition: 0.8s;
}
.bnn-description{
background: #64B3F4;
background: linear-gradient(134deg, rgba(100, 179, 244, 1) 0%, rgba(234, 236, 198, 1) 50%, rgba(250, 211, 70, 1) 100%);
	background-size: 200% 100%;
	transition: 0.8s;
}
.top-news{
	width: 100%;
	padding: 45px 20px 50px;
	background-color: #EFEFEF;
}
.top-news li{
	margin-bottom: 10px;
}
.top-news dt{
	font-size: 2.4rem;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-style: normal;
	color: #0093D7;
}
.top-news dd p{
	padding: 0!important;
}
.top-news dd a,
.top-work-blcok p a{
	color: #1a0dab;
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: 0.3s;
}
.top-news dd a:hover{
	text-decoration:none;
	transition: 0.3s;
}
.news-sub{
	font-weight: bold;
}
.instagram{
	width: 100%;
	padding: 40px 0 60px;
}
.ttl-insta{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.ttl-insta dt img{
	width: 50px;
	height: 50px;
}
.ttl-insta dd{
	padding-left: 10px;
	font-weight: bold;
 	font-size: 1.8rem;
}
.insta-link{
	width: 100%;
	aspect-ratio: 1.196;
	background: linear-gradient(138deg,rgba(100, 179, 244, 0.65) 0%, rgba(234, 236, 198, 0.65) 94%),
							url(../../../assets/img/bnn-oshikatsu-bgsp.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}
.insta-link:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.insta-link-img{
	width: 85%;
	height: auto;
}
.gift-wrap{
	padding: 60px 0 10px!important;
}
.gift-detal dt{
	width: 60%;
	margin: 0 auto 5px;
}
.gift-detal dd{
	font-weight: bold;
	line-height: 1.3;
	font-size: 1.8rem;
	text-align: center;
}
.gift-detal-ttl{
	font-size: 2.3rem;
}
.gift-detal-num{
	font-size: 6.4rem;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-style: normal;
	padding-right: 2px;
	line-height: 1.15;
	color: #FEB951;
}
.gift-subttl{
	margin: 0 0 5px 20px;
	color: #0093D7;
}
.gift-block .entry-description ul{
	margin-bottom: 30px;
}

@media print, screen and (min-width: 600px) {

.keywords-block ul{
	display: flex;
	flex-wrap: wrap;
}
.keywords-block li{
	width: 50%;
}
.icon60th img{
	height:150px;
}
.icon-house01 img{
	height:150px;
}
.icon-building img{
	height:150px;
}
.icon-toilet img{
	height:150px;
}
.delay100ms.show{
	animation-delay: 0.1s;
}
.delay300ms.show{
	animation-delay: 0.4s;
}
.delay500ms.show{
	animation-delay: 0.7s;
}
.delay700ms.show{
	animation-delay: 1s;
}
.goweb{
	width: calc(100% - 80px);
	margin: 0 auto;
	line-height: 1.4;
	text-align: center;
	background-color: #fff;
	border: solid 4px #91C8D2;
	border-radius: 20px;
	height: 78px;
}
.goweb a{
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	padding: 24px 15px 12px;
}
.top-interview-block{
	display: flex;
	/*flex-wrap: wrap;*/
}
.top-interview-block li{
	width: 50%;
}
.top-workstyle{
	margin-bottom: 80px;
	padding: 60px 40px;
}
.top-workstyle-block{
	display: flex;
	margin-bottom: 40px;
}
.top-workstyle-block li{
	margin-bottom: 0;
	width: calc(33.3333% - 10px);
	margin-right: 15px;
}
.top-workstyle-block li:last-child{
	margin-right: 0;
}
.top-workstyle-block dd{
	font-size: 1.45rem;
}
.top-workstyle-holiday dt img{
	width: auto;
	height: 95px;
	margin: 0 auto 20px;
}
.top-workstyle-bonus dt img{
	width: auto;
	height: 100px;
	margin: 0 auto 15px;
}
.top-workstyle-beginner dt img{
	width: auto;
	height: 100px;
	margin: 0 auto 15px;
}
.top-workstyle-txt p{
	padding: 0;
}
.entry-description ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0 25px;
	margin-bottom: 80px;
}
.entry-description li{
	width: calc(50% - 40px);
	margin: 0 20px;
}
.top-news ul{
	display: flex;
	flex-wrap: wrap;
}
.top-news li{
	width: 50%;
	padding: 0 20px;
}
.instagram{
	padding: 50px 0 80px;
}
.insta-link{
	width: calc(100% - 80px);
	margin: 0 auto;
	aspect-ratio: 4.21;
	background: linear-gradient(138deg,rgba(100, 179, 244, 0.65) 0%, rgba(234, 236, 198, 0.65) 94%),
							url(../../../assets/img/bnn-oshikatsu-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.insta-link-img{
	width: 47%;
	max-width: 420px;
	padding-top: 10px;
}
.gift-wrap{
	padding: 60px 0 40px!important;
}
.gift-detal-wrap{
	display: flex;
	margin: 0 80px;
}
.gift-detal-wrap li{
	width: 50%;
}
.gift-detal dt{
	width: 60%;
	max-width: 240px;
}
.gift-subttl{
	margin: 0 0 5px 40px;
}
}

@media print, screen and (min-width: 1200px) {
.top-about{
	padding: 200px 0 160px;
}
.top-about p{
	width: 800px;
	margin: 0 auto 35px;
}
.keywords-block ul{
	padding: 0 50px;
	margin-bottom: 0;
}
.keywords-block li{
	width: 25%;
	padding: 0 20px;
}
.keywords-block dt{
	font-size: 5.5rem;
}
.icon60th img{
	width: auto;
	height:150px;
	display: block;
	margin: 0 auto 15px;
}
.icon-house01 img{
	width: auto;
	height:150px;
	display: block;
	margin: 0 auto 15px;
}
.icon-building img{
	width: auto;
	height:150px;
	display: block;
	margin: 0 auto 15px;
}
.icon-toilet img{
	width: auto;
	height:150px;
	display: block;
	margin: 0 auto 15px;
}
.goweb{
	width: 650px;
	/*padding: 25px 15px;*/
	line-height: 1.4;
	border: solid 5px #91C8D2;
	border-radius: 30px;
	font-size: 1.7rem;
}
.goweb a{
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	padding: 25px 15px 12px;
}
.top-interview{
	width: calc(100% - 60px);
	padding: 80px 0 120px;
	margin: 0 auto;
}
.top-interview-block li{
	margin: 0 20px;
	position: relative;
	border-radius: 30px;
}
.sato-interview,
.takada-interview{
	height: 380px;
}
.top-work-blcok{
	width: calc(100% - 60px);
	margin: 0 auto;
	display: flex;
}
.top-work-blcok li{
	width: 50%;
	margin: 0 20px 70px;
}
.field-photo,
.design-photo,
.dx-photo{
	height: 330px;
	margin-bottom: 0;
	border-radius: 30px;
}
.top-workstyle{
	margin-bottom: 80px;
	padding: 70px 50px 90px;
}
.top-workstyle-block{
	max-width: 1200px;
	margin: 0 auto 50px;
}
.top-workstyle-block li{
	margin-bottom: 0;
	width: calc(33.3333% - 20px);
	margin-right: 30px;
}
.top-workstyle-block dd{
	font-size: 1.9rem;
	line-height: 1.45;
}
.top-workstyle-holiday dt img{
	height: 100px;
	margin: 0 auto 20px;
}
.top-workstyle-bonus dt img{
	height: 105px;
	margin: 0 auto 15px;
}
.top-workstyle-beginner dt img{
	height: 105px;
	margin: 0 auto 15px;
}
.top-workstyle-txt{
	max-width: 1100px;
	margin: 0 auto 50px;
}
.entry-description li a{
	padding: 120px 10px 0 45px;
}
.bnn-entry,
.bnn-description{
	height: 230px;
	border-radius: 30px;
	font-size: 1.7rem;
}
.bnn-entry span,
.bnn-description span{
	font-size: 4rem;
}
.top-news{
	padding: 55px 30px 40px;
	background-color: #EFEFEF;
}
.instagram{
	padding: 80px 0 100px;
}
.insta-link{
	width: calc(100% - 100px);
}
.ttl-insta{
	position: relative;
}
.ttl-insta::before{
	content: "";
	display: block;
	width: 28px;
	height: 55px;
	margin-right: 10px;
	background: url(../../../assets/img/slash-left.svg) no-repeat;
	background-size: cover;
	background-position: center;
}
.ttl-insta::after{
	content: "";
	display: block;
	width: 28px;
	height: 55px;
	margin-left: 5px;
	background: url(../../../assets/img/slash-right.svg) no-repeat;
	background-size: cover;
	background-position: center;
}
.ttl-insta dt img{
	width: 56px;
	height: 56px;
}
.ttl-insta dd{
	padding-left: 12px;
 	font-size: 2.2rem;
}
.insta-link-img{
	width: 50%;
	max-width: 440px;
	padding-top: 10px;
}
.gift-wrap{
	padding: 80px 0 70px!important;
}
.gift-txt-block{
	padding: 0 50px 40px;
	margin: 0 auto;
	max-width: 1100px;
}
.gift-subttl{
	margin: 0 0 5px 0;
}
.gift-detal-wrap{
	margin: 50px 0 40px 0;
}
.gift-detal{
	display: flex;
	align-items: center;
}
.gift-detal dt{
	width: 170px;
	margin: 0 15px 0 0;
}
.gift-detal dd{
	line-height: 1.4;
	font-size: 2rem;
	text-align: left;
}
.gift-detal dd p{
	margin-bottom: 0;
}
.gift-detal-ttl{
	font-size: 3rem;
}
.gift-detal-num{
	font-size: 8rem;
	line-height: 1.1;
}
}

@media print, screen and (min-width: 1730px) {
.top-about{
	padding: 220px 0 200px;
}
.top-about p{
	width: 900px;
	margin: 0 auto 40px;
}
.top-keywords{
	padding: 90px 0 115px;
}
.keywords-block{
	border-top :solid 1px #fff;
	padding: 60px 0 0;
}
.keywords-block ul{
	padding: 0 80px;
	margin: 0 auto;
	max-width: 2000px;
}
.keywords-block li{
	width: 25%;
	padding: 0 40px;
}
.keywords-block dt{
	font-size: 7.8rem;
	line-height: 1.3;
}
.goweb{
	width: 700px;
	font-size: 2rem;
	height: 85px;
}
.goweb a{
	padding: 22px 15px 22px;
}
.top-interview{
	width: calc(100% - 120px);
	max-width: 2000px;
	padding: 80px 0 120px;
	margin: 0 auto;
}
.top-interview-block li{
	margin: 0 40px;
	position: relative;
	border-radius: 30px;
}
.sato-interview,
.takada-interview{
	height: 480px;
}
.link-label{
	line-height: 1.2;
	padding: 20px 35px;
	border-radius: 30px 0 0 0;
}
.top-interview-block .link-label{
	width: 340px;
	padding: 22px 30px 17px 35px;
}
.link-label dt{
	font-size: 6rem;
	margin-right: 15px;
}
.link-label dd{
	padding-top: 12px;
	line-height: 1.3;
	font-size: 1.6rem;
}
.link-label dd span{
	font-size: 2.3rem;
}
.top-work-blcok{
	width: calc(100% - 240px);
	max-width: 2000px;
	margin: 0 auto 100px;
}
.top-work-blcok li:first-child{
	width: 55%;
	margin: 0 100px 0 0;
}
.top-work-blcok li:last-child{
	width: 40%;
	margin: 0;
}
.field-photo,
.design-photo,
.dx-photo{
	height: 390px;
}
.top-work-blcok .link-label{
	width: 180px;
	padding: 30px 30px 30px 35px;
	font-size: 2.2rem;
}
.top-workstyle{
	margin-bottom: 110px;
	padding: 80px 120px 120px;
}
.top-workstyle-block{
	max-width: 1400px;
	margin: 0 auto 80px;
}
.top-workstyle-block dd{
	font-size: 2rem;
	line-height: 1.5;
}
.top-workstyle-txt{
	max-width: 1250px;
	margin: 0 auto 60px;
}
.entry-description li a{
	padding: 120px 10px 0 45px;
}
.entry-description ul{
	width: calc(100% - 240px);
	max-width: 2000px;
	padding: 0;
	/*padding: 0 120px;*/
	margin: 0 auto 110px;
}
.entry-description li{
	width: calc(50% - 40px);
	margin: 0;
}
.entry-description li:first-child{
	margin-right: 80px;
}
.entry-description li a{
	padding: 140px 10px 0 60px;
}
.bnn-entry,
.bnn-description{
	height: 300px;
	font-size: 2.3rem;
}
.bnn-entry span,
.bnn-description span{
	font-size: 5.6rem;
}
.top-news{
	padding: 80px 120px 80px;
	background-color: #EFEFEF;
}
.top-news ul{
	max-width: 2000px;
	margin: 0 auto;
}
.top-news li{
	width: 50%;
	padding: 0 40px;
}
.instagram{
	padding: 90px 0 130px;
}
.ttl-insta dd{
	padding-left: 16px;
 	font-size: 2.6rem;
}
.insta-link{
	width: calc(100% - 240px);
	max-width: 1680px;
}
.insta-link-img{
	width: 47%;
	max-width: 600px;
	padding-top: 10px;
}
}

/* mainvis -------------------- */
.mainvis{
	/*position: relative;*/
	width: 100%;
}
.round-photo img{
	border-radius: 50%;
}
.mainvis-photo01 img{
	position: absolute;
	top: 7.11vh;
	left: 50vw;
	aspect-ratio: 1;
	width :auto;
	height: auto;
	max-width: 40.51vw;
	max-height: 18.74vh;
  animation: anime_fadein 2.5s;
	animation-delay: 0.5s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-photo02 img{
	position: absolute;
	top: 28.65vh;
	left: 47.69vw;
	aspect-ratio: 1;
	width :auto;
	height: auto;
	max-width: 59.48vw;
	max-height: 27.52vh;
  animation: anime_fadein_out 9.5s;
	animation-delay: 1s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-photo03 img{
	position: absolute;
	top: 15.42vh;
	right: 35.89vw;
	aspect-ratio: 1;
	width :auto;
	height: auto;
	max-width: 67.94vw;
	max-height: 31.43vh;
  animation: anime_fadeup 2.5s;
	animation-delay: 3.5s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-photo04 img{
	position: absolute;
	bottom: 3.32vh;
	right: 56.66vw;
	aspect-ratio: 1;
	width :auto;
	height: auto;
	max-width: 38.2vw;
	max-height: 17.67vh;
  animation: anime_fadein 3s;
	animation-delay: 1.5s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-photo05 img{
	position: absolute;
	bottom: -9.49vh;
	left: 38.2vw;
	aspect-ratio: 1;
	width :auto;
	height: auto;
	max-width: 63.33vw;
	max-height: 29.3vh;
  animation: anime_fadein 3.5s;
	animation-delay: 2s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-photo06 img{
	display: none;
}
.mainvis-gift img{
	position: absolute;
	top: 28.65vh;
	left: 47.69vw;
	aspect-ratio: 1;
	width :auto;
	height: auto;
	max-width: 59.48vw;
	max-height: 27.52vh;
  animation: flap 1.8s;
	animation-delay: 9.3s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-copy-wrap{
	position: absolute;
	/*top: 58.2vh;*/
	top: 54vh;
  right: 0;
  left: 0;
  margin: 0 auto;
	width: 79.7%;
	max-width: 330px;
}
.mainvis-copy01 img{
	width: 90%;
	height: auto;
  animation: anime_fadeup 2.5s;
	animation-delay: 5s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-copy02 img{
	width: 100%;
	height: auto;
  animation: anime_fadeup 2.5s;
	animation-delay: 6.7s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-copy03 img{
	width: 88%;
	height: auto;
	padding-top: 10px;
  animation: anime_fadein 3.5s;
	animation-delay: 8s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-copy-bg{
	display: none;
}

@keyframes anime_fadein {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

@keyframes anime_fadein_out {
0% {
	opacity: 0;
}
30% {
	opacity: 1;
}
90%{
	opacity: 1;
}
100%{
	opacity: 0;
}
}

@keyframes anime_fadeup {
0% {
	transform: translateY(40px);
	opacity: 0;
}
80% {
	opacity: 1;
}
100% {
	opacity: 1;
	transform: translateY(0);
}
}

@keyframes anime_slidein {
0% {
	transform: translateX(-40px);
	opacity: 0;
}
80% {
	opacity: 1;
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes anime_blur {
0% {
	filter:blur(20px);
}
100% {
	filter:none;
}
}

@keyframes flap {
0% {
	transform: rotateX(180deg);
	opacity: 0;
}
70% {
	opacity: 1;
}
100% {
	transform: rotateX(360deg);
	opacity: 1;
}
}

@media print, screen and (min-width: 600px) and (orientation: portrait){
.mainvis{
	width: 100%;
	height: calc(100vh - 122px);
	height: calc(100svh - 122px);
	max-height: 1100px;
  right: 0;
  left: 0;
  margin: auto;
	/*margin-top: -120px;*/
	position: relative;
	/*border: solid 1px #111;*/
	aspect-ratio: 3/4;
}
.mainvis-photo01 img{
	top: 2.21%;
	left: 10.8%;
	width: 28.77%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 16;
}
.mainvis-photo02 img{
	top: 0;
	left: 62.5%;
	width: 33.59%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 13;
}
.mainvis-photo03 img{
	top: 12.41%;
  right: 0;
  left: 0;
  margin: auto;
	width: 45.83%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 14;
}
.mainvis-photo04 img{
	top: 21.06%;
	right: 78.38%;
	width: 20.83%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 12;
}
.mainvis-photo05 img{
	top: 40.02%;
	left: 16%;
	width: 21.61%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 15;
}
.mainvis-photo06 img{
	display: block;
	position: absolute;
	top: 31.92%;
	left: 68.75%;
	aspect-ratio: 1;
	width :26.04%;
	height: auto;
	z-index: 11;
  animation: anime_fadein 3.5s;
	animation-delay: 2.5s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-gift img{
	top: 0;
	left: 62.5%;
	width: 33.59%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 16;
}
.mainvis-copy-wrap{
	position: absolute;
	/*top: 64.52%;*/
	top: 61.52%;
  right: 6.51%;
  left: auto;
  margin: 0 auto;
	width: 54.42%;
	max-width: initial;
	z-index: 21;
}
.mainvis-copy03 img{
	padding-top: 20px;
}
.mainvis-copy-bg{
	display: block;
	width: 88.41%;
	height: auto;
	position: absolute;
	top: 59.31%;
  right: 0;
  left: 0;
  margin: auto;
	z-index: 1;
}
.mainvis-copybg01{
	margin-bottom: 27px;
}
}

@media print, screen and (min-width: 600px) and (orientation: landscape){
.mainvis{
	width: auto;
	max-width: 100vw;
	height: calc(100vh - 122px);
	height: calc(100svh - 122px);
  right: 0;
  left: 0;
  margin: auto;
	/*margin-top: -123px;*/
	position: relative;
	/*border: solid 1px #111;*/
	aspect-ratio: 1.58/1 ;
}
.mainvis-photo01 img{
	top: -12%;
	left: 20.41%;
	width: 21.58%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 16;
}
.mainvis-photo02 img{
	top: -15.68%;
	left: 59.17%;
	width: 25.19%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 13;
}
.mainvis-photo03 img{
	top: 1.39%;
  right: 0;
  left: 0;
  margin: auto;
	width: 34.37%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 14;
}
.mainvis-photo04 img{
	top: 13.66%;
	right: 71.48%;
	width: 15.62%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 12;
}
.mainvis-photo05 img{
	top: 40.06%;
	left: 24.31%;
	width: 16.21%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 15;
}
.mainvis-photo06 img{
	display: block;
	position: absolute;
	top: 28.72%;
	left: 63.86%;
	aspect-ratio: 1;
	width :19.53%;
	height: auto;
	z-index: 11;
  animation: anime_fadein 3.5s;
	animation-delay: 2.5s;
  animation-fill-mode: forwards;
	opacity: 0;
}
.mainvis-gift img{
	top: -15.68%;
	left: 59.17%;
	width: 25.19%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 16;
}
.mainvis-copy-wrap{
	position: absolute;
	/*top: 52.1vh;*/
	top: 48vh;
  right: 6.15%;
  left: auto;
  margin: 0 auto;
	width: 38.37%;
	max-width: initial;
	z-index: 21;
}
.mainvis-copy03 img{
	padding-top: 14px;
}
.mainvis-copy-bg{
	display: block;
	width: 85.54%;
	height: auto;
	position: absolute;
	top: 35.39vh;
  right: 0;
  left: 0;
  margin: auto;
	z-index: 1;
}
.mainvis-copybg01{
	margin-bottom: 27px;
}
}

@media print, screen and (min-width: 1200px) {
.mainvis{
	width: auto;
	height: calc(100vh - 136px);
	height: calc(100svh - 136px);
  right: 0;
  left: 0;
  margin: auto;
	position: relative;
	/*border: solid 1px #111;*/
	aspect-ratio: 1.81/1 ;
}
.mainvis-photo01 img{
	top: -1.57%;
	left: 19.37%;
	width: 19.06%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 16;
	animation-delay: 2.5s;
}
.mainvis-photo02 img{
	top: -2.94%;
	left: 61%;
	width: 21.01%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 13;
	animation-delay: 3s;
}
.mainvis-photo03 img{
	top: 3%;
  right: 0;
  left: 0;
  margin: auto;
	width: 32.57%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 14;
	animation: anime_fadeup 2s;
	animation-delay: 6s;
	animation-fill-mode: forwards;
}
.mainvis-photo04 img{
	top: 21.29%;
	right: 76.17%;
	width: 14.06%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 12;
	animation-delay: 3.5s;
}
.mainvis-photo05 img{
	top: 43.06%;
	left: 22.1%;
	width: 18.04%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 15;
	animation-delay: 4s;
}
.mainvis-photo06 img{
	top: 26.93%;
	left: 74.45%;
	width :14.6%;
	height: auto;
	z-index: 11;
	animation-delay: 4.5s;
}
.mainvis-gift img{
	top: -2.94%;
	left: 61%;
	width: 21.01%;
	height: auto;
	max-width: initial;
	max-height: initial;
	z-index: 16;
	animation-delay: 12s;
}
.mainvis-copy-wrap{
	position: absolute;
	/*top: 50.25vh;*/
	top: 48.25vh;
  right:3.9%;
	width:37.93%;
}
.mainvis-copy01 img{
	animation-delay: 8s;
}
.mainvis-copy02 img{
	animation-delay: 9.5s;
}
.mainvis-copy03 img{
	animation-delay: 11.5s;
}
.mainvis-copy-bg{
	width: 90.62%;
	height: auto;
	position: absolute;
	top: 12vh;
  right: 0;
  left: 0;
  margin: auto;
	z-index: 1;
  animation: anime_blur 2.8s;
}
}

@media print, screen and (min-width: 1730px) {
.mainvis{
	width: auto;
	max-width: calc(100vw - 240px);
	height: calc(100vh - 162px);
	height: calc(100svh - 162px);
  right: 0;
  left: 0;
  margin: auto;
	position: relative;
	/*border: solid 1px #111;*/
	aspect-ratio: 2.09/1 ;
}
.mainvis-photo01 img{
	top: -0.47%;
	left: 18.37%;
	width: 19.06%;
}
.mainvis-photo02 img{
	top: -1.94%;
	left: 62%;
	width: 21.01%;
}
.mainvis-photo03 img{
	top: 4%;
	width: 32.57%;
}
.mainvis-photo04 img{
	top: 21.29%;
	right: 78.17%;
	width: 14.06%;
}
.mainvis-photo05 img{
	top: 44.06%;
	left: 21.1%;
	width: 18.04%;
}
.mainvis-photo06 img{
	top: 24.93%;
	left: 78.45%;
	width :14.6%;
}
.mainvis-gift img{
	top: -1.94%;
	left: 62%;
	width: 21.01%;
}
.mainvis-copy-wrap{
	position: absolute;
	top: 47.25vh;
  right:0.5%;
	width:35.93%;
}
.mainvis-copy-bg{
	width: 92.62%;
	height: auto;
	position: absolute;
	top: 10vh;
  right: 0;
  left: 0;
  margin: auto;
	z-index: 1;
}
}

@media print, screen and (min-width: 1930px) {
.mainvis{
	width: 2240px;
}
}


/* footer -------------------- */
footer{
	width: 100%;
	padding: 50px 20px;
	background: #AED8F2;
background: linear-gradient(146deg, rgba(174, 216, 242, 1) 0%, rgba(121, 172, 217, 1) 31%, rgba(190, 143, 191, 1) 80%, rgba(242, 182, 204, 1) 100%);
}
.footer-company{
	font-size: 1.5rem;
	margin-bottom: 35px;
}
copyright{
	font-size: 1.3rem;
}
.footer-company img{
	width: 300px;
	margin-bottom: 35px;
}
.footer-menu{
	display: none;
}

@media print, screen and (min-width: 600px) {
footer{
	padding: 65px 40px 50px;
}
.footer-inn{
	display: flex;
	flex-wrap: wrap;
}
.footer-inn li{
	width: 50%;
}
.footer-company img{
	margin-bottom: 25px;
}
}

@media print, screen and (min-width: 1200px) {
footer{
	padding: 80px 50px 60px;
}
.footer-company{
	font-size: 1.6rem;
	margin-bottom: 35px;
}
.footer-company img{
	width: 340px;
	margin-bottom: 35px;
}
}

@media print, screen and (min-width: 1730px) {
footer{
	padding: 100px 120px 110px;
}
.footer-inn{
	max-width: 2000px;
	margin: 0 auto;
}
.footer-inn li{
	width: 33%;
}
.footer-menu{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.9rem;
}
.footer-menu a{
	transition: 0.5s;
}
.footer-menu a:hover{
	transition: 0.5s;
	color: #fff;
}
.footer-menu li{
	width: 100%;
}
.footer-menu-left,
.footer-menu-right{
	width: 50%;
	font-weight: bold;
	line-height: 2.2;
}
.footer-submenu{
	margin-bottom: 8px;
}
.footer-submenu li{
	width: 100%;
	padding-left: 1em;
	font-weight: normal;
	font-size: 1.7rem;
	line-height: 1.7;
}
}

/* second ttl -------------------- */
.second-ttl-in{
	padding-bottom: 25px;
}
.second-ttl-photo{
	width: 60%;
	margin: 0 auto 25px;
	animation: anime_fadein 2s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.second-ttl-photo img{
	border-radius: 50%;
}
.second-ttl-txt-warp{
	position: relative;
	width: calc(100% - 40px);
	min-height: 37px;
	margin: 0 auto;
	/*border: solid 1px #111;*/
	overflow: visible;
	margin-bottom: 35px;
}
.second-ttl-txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: 37px;
	z-index: 3;
	animation: anime_fadeup 1.5s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.second-ttl-txt img{
	height: 37px;
}
.second-ttl-bg{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
}
.design-ttl .second-ttl-bg{
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 1;
}
.design-ttl-tb,
.dx-ttl-tb{
	display: none;
}
.second-ttl-txtsub{
	margin: 0 0 35px 50px;
	font-size: 1.7rem;
	font-weight: bold;
	animation: anime_fadeup 1.5s;
	animation-delay: 2.4s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.second-ttl-txtsub span{
	font-size: 2.2rem;
	line-height: 1.2;
}
.entry-ttl .second-ttl-txt-warp{
	margin-bottom: 15px;
}
.entry-ttl .second-ttl-txtsub{
	margin: 0 0 10px 0;
	text-align: center;
}

@media print, screen and (min-width: 600px) {
.second-ttl-in{
	position: relative;
	/*border: solid 1px #111;*/
	padding: 0;
	width: 100%;
	max-width: 1656px;
	height: auto;
	aspect-ratio: 2.72/1 ;
}
.second-ttl-photo{
	position: absolute;
	width: 30%;
	height: auto;
	margin: 0;
	top: 3%;
	left: 10%;
	z-index: 2;
}
.second-ttl-txt-warp{
	position: initial;
	width: 100%;
	min-height: 37px;
	margin: 0 auto;
	margin-bottom: 0;
}
.second-ttl-txt{
	position: absolute;
	top: 30%;
	left: 35%;
	margin: 0;
	width: auto;
	height: 16%;
	z-index: 3;
}
.design-ttl .second-ttl-txt,
.dx-ttl .second-ttl-txt{
	display: none;
}
.entry-ttl .second-ttl-txt{
	left: 19.5%;
	height: 18%;
}
.design-ttl-tb{
	display: block!important;
	position: absolute;
	top: 28%;
	left: 35%;
	margin: 0;
	width: auto;
	height: 34%;
	z-index: 3;
}
.dx-ttl-tb{
	display: block!important;
	position: absolute;
	top: 28%;
	left: 35%;
	margin: 0;
	width: auto;
	height: 34%;
	z-index: 3;
}
.second-ttl-txt img,
.design-ttl-tb img{
	height: 100%;
}
.second-ttl-bg{
	position: absolute;
	width: 92%;
	top: 17%;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 1;
}
.design-ttl .second-ttl-bg{
	top: 14%;
}
.second-ttl-txtsub{
	position: absolute;
	top: 55%;
	left: 45%;
	margin: 0;
	font-size: 1.8rem;
	font-weight: bold;
	z-index: 3;
}
.second-ttl-txtsub span{
	font-size: 2.4rem;
	line-height: 1.2;
}
}

@media print, screen and (min-width: 1200px) {
.second-ttl-in{
	position: relative;
	/*border: solid 1px #111;*/
	padding: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	aspect-ratio: 3.5/1 ;
}
.second-ttl-photo{
	width: 26%;
	top: 0;
	left: 12.5%;
}
.second-ttl-txt-warp{
	margin: 0;
}
.second-ttl-txt{
	position: absolute;
	top: 30%;
	left: 42.5%;
	right: auto;
	margin: 0;
	width: auto;
	height: 14.5%;
	z-index: 3;
}
.design-ttl .second-ttl-txt,
.dx-ttl .second-ttl-txt{
	display: block;
}
.entry-ttl .second-ttl-txt{
	left: 42.5%;
	height: 18%;
}
.design-ttl-tb,
.dx-ttl-tb{
	display: none!important;
}
.design-ttl .second-ttl-bg{
	top: 8%;
}
.second-ttl-txtsub{
	top: 55%;
	left: 42.5%;
	margin: 0;
	font-size: 2rem;
}
.second-ttl-txtsub span{
	font-size: 3.2rem;
	line-height: 1.5;
}
.entry-ttl .second-ttl-txtsub{
	top: 50%;
	left: 42%;
}
}

@media print, screen and (min-width: 1730px) {
.second-ttl-in{
	max-width: 2000px;
}
.second-ttl-bg{
	position: absolute;
	width: 99%;
	top: 22%;
}
.second-ttl-txt{
	top: 33%;
	margin: 0;
	height: 16%;
}
.second-ttl-txtsub{
	top: 60%;
	left: 42.5%;
	margin: 0;
	font-size: 2rem;
}
.second-ttl-txtsub span{
	font-size: 3.4rem;
	line-height: 1.7;
}
.entry-ttl .second-ttl-txtsub{
	top: 55%;
}
}

/* interview -------------------- */
.interview-subttl{
	color: #0093D7;
	font-weight: bold;
	margin: 50px 20px 30px 20px;
	font-size: 1.9rem;
}
.staff-name{
	color: #0093D7;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 20px 10px 20px;
}
.photo-right img,
.photo-left img{
	margin: 0 0 25px 0;
}
.staff-message-txt{
	background: #FAF5FB;
background: linear-gradient(134deg, rgba(250, 245, 251, 1) 0%, rgba(242, 228, 216, 1) 100%);
	padding: 10px 0 0;
}
.staff-message-photo{
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1.35/1 ;
}
.takada-message{
	background: url(../../../assets/img/photo-takada07.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.takada-message img{
	position: absolute;
	bottom: 19.5%;
	left: 15%;
	width: 38.4%;
	height: auto;
}
.sato-message{
	background: url(../../../assets/img/photo-sato09.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.sato-message img{
	position: absolute;
	bottom: 17%;
	right: 10%;
	width: 36%;
	height: auto;
}
.photo-flex {
	margin-bottom: 30px;
}
.photo-flex li{
	margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
.interview-subttl{
	margin: 60px 40px 30px 40px;
	font-size: 2.1rem;
}
.staff-name{
	font-size: 1.8rem;
	margin: 0 40px 20px 40px;
}
.photo-right img,
.photo-left img,
.photo-flex img{
	margin: 0 auto 30px;
	max-width: 560px;
	border-radius: 30px;
	display: block;
}
.sato-message img{
	bottom: auto;
	right: auto;
	top: 68%;
	left: 55%;
	width: 31%;
	max-width: 280px;
}
.photo-flex {
	margin-bottom: 0;
}
}

@media print, screen and (min-width: 1200px) {
.takada-first-blcok{
	padding: 40px 0 50px;
}
.takada-third-blcok{
	padding: 0 0 50px;
}
.interview-subttl{
	margin: 60px 50px 50px;
	font-size: 2.6rem;
}
.staff-name{
	font-size: 1.8rem;
	margin: 0 0 15px 0;
}
.photo-right:after,
.photo-left:after{
	content: '';
	display: block;
	clear: both;
}
.photo-right{
	margin: 0 50px;
	zoom:1;
}
.photo-left{
	margin: 0 50px;
	zoom:1;
}
.photo-flex-block{
	padding: 0 50px;
}
.photo-right img{
	width: 42%;
	height: auto;
	margin: 0 0 30px 50px;
	float: right;
}
.photo-left img{
	width: 42%;
	height: auto;
	margin: 0 50px 30px 0;
	float: left;
}
.photo-flex{
	display: flex;
	width: 88%;
	margin: 0 6% 30px;
}
.photo-flex li:first-child{
	margin-right: 4%;
}
.staff-message{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}
.staff-message li{
	width: 50%;
}
.staff-message p{
	padding: 0 50px;
}
.takada-message img{
	bottom: 19.5%;
	left: 17%;
	width: 34%;
	height: auto;
}
.sato-message img{
	top: 66%;
	left: 55%;
	width: 34%;
	max-width: 340px;
}
.staff-message-txt{
	padding: 0 0 40px 0;
}
.staff-message-txt .staff-name{
	margin: 0 0 15px 50px;
}
.staff-message-photo{
	aspect-ratio: auto ;
}
.adjust-ttl{
	margin: 60px 50px 50px 0;
}
}

@media print, screen and (min-width: 1730px) {
.takada-first-blcok{
	padding: 60px 0 60px;
	width: calc(100% - 140px);
	max-width: 2000px;
	margin: 0 auto;
}
.takada-second-blcok{
	padding: 10px 0 20px;
	width: calc(100% - 140px);
	max-width: 2000px;
	margin: 0 auto;
}
.takada-third-blcok{
	padding: 20px 0 70px;
	width: calc(100% - 140px);
	max-width: 2000px;
	margin: 0 auto;
}
.interview-subttl{
	margin: 60px 50px 50px;
	font-size: 3rem;
}
.staff-name{
	font-size: 2.1rem;
	margin: 0 0 15px 0;
}
.photo-right img{
	width: 39%;
	max-width: inherit;
	margin: 0 0 40px 90px;
	float: right;
}
.photo-left img{
	width: 39%;
	max-width: inherit;
	margin: 0 90px 40px 0;
	float: left;
}
.photo-flex{
	width: 100%;
	max-width: 1450px;
	margin: 0 auto 40px;
}
.photo-flex img{
	width: 100%;
	max-width: inherit;
	margin: 0;
}
.photo-flex li:first-child{
	margin-right: 4%;
}
.staff-message{
	margin-bottom: 90px;
	max-width: 1900px;
	margin: 0 auto;
}
.adjust-ttl{
	margin: 60px 50px 50px 0;
}
}

/* field page -------------------- */
.department-house{
	display: none;
	background: #F0F3D9;
background: linear-gradient(134deg, rgba(240, 243, 217, 1) 0%, rgba(197, 220, 211, 1) 100%);
}
.department-living{
	display: none;
background: #C5DCD3;
background: linear-gradient(134deg, rgba(197, 220, 211, 1) 0%, rgba(170, 209, 220, 1) 100%);
}
.department-environment{
	display: none;
background: #A7CFDC;
background: linear-gradient(134deg, rgba(167, 207, 220, 1) 0%, rgba(122, 188, 236, 1) 100%);
}
.department-service{
	display: none;
background: #9CD1F8;
background: linear-gradient(134deg, rgba(156, 209, 248, 1) 0%, rgba(98, 173, 225, 1) 100%);
}
.department-block{
	margin-bottom: 10px;
}
.department-detail{
	padding: 40px 20px;
}
.department-icon img{
	height: 110px;
	width: auto;
	display: block;
	margin: 0 auto 10px;
}
.department-name{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	line-height: 1.25;
}
.department-name span{
	font-size: 4.6rem;
}
.work-description-block{
	margin-bottom: 30px;
}
.work-description-block li{
	margin-bottom: 40px;
}
.work-description-block dt{
	color: #0093D7;
	font-size: 2rem;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1;
	margin-bottom: 15px;
}
.work-description-block dt span{
	font-size: 4.6rem;
	padding-right: 6px;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-style: normal;
}
/*.craftman{
	padding-top: 30px;
	margin-bottom: 40px;
}*/
.craftman .ttl-icon img{
	height: 90px;
	width: auto;
	margin: 0 auto;
}
.field-support .ttl-icon img{
	height: 80px;
	width: auto;
	margin: 0 auto;
}
.license-ttl{
	text-align: center;
	color: #0093D7;
	margin-bottom: 25px;
}
.license-list{
	padding: 0 20px 60px;
}
.license-list li{
	width: 100%;
	padding: 10px 20px;
	background-color: #E9ECC7;
	border: solid 1px #707070;
	margin-bottom: 10px;
	font-weight: bold;
}

@media print, screen and (min-width: 600px) {
.department-block{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.department-block li{
	width: 50%;
	padding: 0 10px;
}
.work-description-block li{
	margin-bottom: 70px;
}
.work-description-block dt{
	padding-left: 40px;
	font-size: 2.2rem;
}
.work-description-block dt span{
	font-size: 5rem;
	padding-right: 8px;
}
.work-description-block img{
	max-width: 560px;
	display: block;
	margin: 0 auto;
	border-radius: 30px;
}
.license-list{
	max-width: 800px;
	padding: 0 40px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.license-list li{
	width: calc(50% - 7px);
	padding: 10px 20px;
	margin-bottom: 14px;
}
}

@media print, screen and (min-width: 1200px) {
.department-block{
	padding: 0 50px;
}
.department-block li{
	padding: 20px 40px;
}
.department-icon img{
	height: 125px;
	margin: 0 auto 15px;
}
.department-name{
	font-size: 2.6rem;
	margin-bottom: 20px;
	line-height: 1.25;
}
.department-name span{
	font-size: 4.9rem;
}
.work-description-block{
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
.work-description-block li{
	width: 50%;
	padding: 0 20px;
}
.work-description-block dt{
	padding-left: 0;
	font-size: 2.2rem;
}
.license-ttl{
	font-size: 2rem;
}
.license-list{
	max-width: 1200px;
	padding: 0 50px 80px;
}
.license-list li{
	width: calc(33.3333% - 10px);
	padding: 20px 30px;
	margin-bottom: 15px;
}
}

@media print, screen and (min-width: 1730px) {
.department-block{
	padding: 0 120px;
	max-width: 2000px;
	margin: 0 auto 80px;
}
.department-block li{
	width: 25%;
	padding: 20px 40px;
}
.service-name{
	letter-spacing: -0.1em!important;
}
.department-icon img{
	height: 133px;
	margin: 0 auto 15px;
}
.work-description-block{
	padding: 0 60px;
	max-width: 2000px;
	margin: 0 auto;
}
.work-description-block li{
	padding: 0 60px 30px;
}
.work-description-block img{
	max-width: initial;
}
.work-description-block dt{
	padding-left: 0;
	font-size: 3rem;
}
.work-description-block dt span{
	font-size: 6rem;
	padding-right: 12px;
}
.license-ttl{
	font-size: 2.6rem;
	margin-bottom: 30px;
}
.license-list{
	margin-bottom: 40px;
}
}

/* design page -------------------- */
.process-construction{
display: none;
background: #F6F1CE;
background: linear-gradient(134deg, rgba(246, 241, 206, 1) 0%, rgba(251, 218, 169, 1) 100%);
}
.process-temporary{
display: none;
background: #F6DBAF;
background: linear-gradient(134deg, rgba(246, 219, 175, 1) 0%, rgba(245, 194, 145, 1) 100%);
}
.process-completion{
display: none;
background: #F1C294;
background: linear-gradient(134deg, rgba(241, 194, 148, 1) 0%, rgba(249, 175, 119, 1) 100%);
}
.process-block{
	margin-bottom: 70px;
}
.process-detail{
	padding: 40px 20px;
}
.process-icon img{
	height: 110px;
	width: auto;
	display: block;
	margin: 0 auto 15px;
}
.process-name{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	line-height: 1.25;
}
.process-name span{
	font-size: 4.2rem;
}
.process-sub{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
	line-height: 1.25;
}
.design-work-block{
	margin-bottom: 20px;
}
.desing-cad{
	margin-bottom: 15px;
}
.desing-cad dt img{
	width: 50%;
	max-width: 200px;
	display: block;
	margin: 0 auto 10px;
}
.design-application dt img{
	width: 26%;
	max-width: 200px;
	display: block;
	margin: 0 auto 10px;
}
.design-rotate img{
	width: 22%;
	margin: 0 auto 20px;
	display: block;
	animation: rotateAnimation 5s ease-in-out infinite;
}
.desing-cad dd,
.design-application dd{
	color: #0093D7;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
}
.desing-support-photo{
	width: 100%;
	margin-bottom: 60px;
}
@keyframes rotateAnimation {
from {
  transform: rotate(0deg);
}
to {
  transform: rotate(360deg);
}
}


@media print, screen and (min-width: 600px) {
.process-block{
	display: flex;
}
.process-block li{
	width: 33.3333%;
}
.process-name span{
	font-size: 3.3rem;
}
.design-work-block{
	display: flex;
	align-items: center;
	width: 580px;
	margin: 0 auto 20px;
}
.design-work-block-before{
	padding-bottom: 0;
}
.design-rotate{
	width: 116px;
}
.design-rotate img{
	width: 70%;
	margin: 10px auto 0;
	display: block;
}
.desing-cad{
	width: 232px;
	margin: 0;
}
.design-application{
	width: 190px;
	margin: 0;
}
.desing-cad dt img{
	width: 100%;
	height: 180px;
}
.design-application dt img{
	width: 100%;
	height: 150px;
	margin: 15px 0;
}
.desing-support-photo{
	max-width: 560px;
	margin: 0 auto 70px;
}
.desing-support-photo img{
	border-radius: 30px;
}
}

@media print, screen and (min-width: 1200px) {
.design-work-block{
	margin: 0 auto;
}
.process-block{
	padding: 0 50px;
	max-width: 1400px;
	margin: 0 auto 110px;
}
.process-detail{
	padding: 50px 40px;
}
.process-icon img{
	height: 120px;
	margin: 0 auto 25px;
}
.process-name span{
	font-size: 4.2rem;
	margin-bottom: 15px;
}
}

@media print, screen and (min-width: 1730px) {
.process-block{
	margin-bottom: 130px;
	max-width: 1560px;
}
.process-detail{
	padding: 70px 50px 60px;
}
.process-name span{
	font-size: 5rem;
	line-height: 1.35;
}
.process-sub{
	font-size: 2.4rem;
}
.design-work-block{
	margin: 0 auto 40px;
	width: 1100px;
}
.design-rotate{
	width: 165px;
}
.design-rotate img{
	width: 70%;
	margin: 10px auto 0;
	display: block;
}
.desing-cad{
	width: 493px;
}
.desing-cad dt img{
	width: 100%;
	height: 191px;
}
.desing-cad dl{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.desing-cad dd{
	text-align: right;
	font-size: 2.6rem;
	margin-right: 20px;
}
.design-application{
	width: 370px;
}
.design-application dl{
	display: flex;
	align-items: center;
}
.design-application dd{
	text-align: left;
	font-size: 2.6rem;
	margin-left: 20px;
}
.design-application dt img{
	height: 170px;
	padding-left: 30px;
}
.desing-support-photo{
	max-width: inherit;
	margin: 0;
}
}

/* dx page -------------------- */
.cloud-block{
background: #F9FBEC;
background: linear-gradient(134deg, rgba(249, 251, 236, 1) 0%, rgba(219, 236, 229, 1) 100%);
	padding: 50px 0 0;
}
.erp-block{
background: #DCEFE8;
background: linear-gradient(134deg, rgba(220, 239, 232, 1) 0%, rgba(215, 243, 251, 1) 100%);
	padding: 50px 0 0;
}
.device-block{
background: #CBEAF3;
background: linear-gradient(134deg, rgba(203, 234, 243, 1) 0%, rgba(165, 213, 248, 1) 100%);
	padding: 50px 0 0;
	margin-bottom: 70px;
}
.dx-ttlstyle{
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.dx-ttlstyle img{
	width: 100px;
}
.dx-detail-block img{
	display: block;
}

@media print, screen and (min-width: 600px) {
.cloud-block{
	padding: 50px 0;
}
.erp-block{
	padding: 50px 0;
}
.dx-ttlstyle img{
	width: 120px;
}
.cloud-block .dx-ttlstyle img{
	width: 110px;
}
.device-block{
	padding: 50px 0;
	margin-bottom: 70px;
}
.dx-detail-block img{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
}
}

@media print, screen and (min-width: 1200px) {
.cloud-block{
	padding: 70px 0;
}
.erp-block{
	padding: 70px 0;
}
.device-block{
	padding: 70px 0;
	margin-bottom: 80px;
}
.erp-block .dx-ttlstyle img{
	width: 130px;
}
.device-block .dx-ttlstyle img{
	width: 130px;
}
.dx-ttlstyle{
	margin-bottom: 40px;
	font-size: 3.4rem;
	letter-spacing: 0.15em;
}
.dx-detail-block{
	display: flex;
	padding: 0 50px;
	max-width: 1720px;
	margin: 0 auto;
}
.dx-detail-txt{
	width: 55%;
	margin-right: 50px;
}
.dx-detail-photo{
	width: calc(100% - 55% - 50px);
}
.dx-detail-block img{
	max-width: inherit;
}
}

@media print, screen and (min-width: 1200px) {
.erp-block .dx-ttlstyle img{
	width: 150px;
}
.device-block .dx-ttlstyle img{
	width:154px;
}
.dx-detail-txt{
	width: 50%;
	margin-right: 80px;
}
.dx-detail-photo{
	width: calc(100% - 50% - 80px);
}
}

/* data page -------------------- */
.infographic{
	padding: 60px 20px 70px;
}
.infographic-block{
	display: flex;
	flex-wrap: wrap;
}
.infographic-block li{
	width: calc(50% - 7.5px);
	border: solid 1px #707070;
	background-color: #fff;
	margin-bottom: 15px;
}
.infographic-block li:nth-child(odd){
	margin-right: 15px;
}
.infographic-block dt{
	width: 100%;
	background-color: #E9ECC7;
	border-bottom: solid 1px #707070;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
	line-height: 1;
	padding: 10px 0;
}
.infographic-block dd{
	padding: 10px 15px 15px 15px;
	text-align: center;
	font-size: 1.3rem;
}
.infographic-block dd br{
	line-height: 0;
}
.infographic-block dd img{
	width: auto;
	max-width: 100%;
	height: 115px;
	margin: 0 auto 8px;
	display: block;
}
.infographic-number{
	font-size: 1.3rem;
	padding: 15px 15px 0 15px!important;
}
.infographic-number span{
	font-size: 4rem;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	color: #0093D7;
	padding-right: 2px;
}
.infographic08 img{
	margin: 11px auto 18px!important;
	height: 94px!important;
	display: block;
}
#gmap{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	margin-bottom: 70px;
}
#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.outline-block{
	padding: 0 20px 80px;
}
.outline-data dt{
	color: #0093D7;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}
.outline-data dd{
	margin-bottom: 20px;
}
.outline-photo{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.745;
	background: url(../../../assets/img/photo-data-company.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

@media print, screen and (min-width: 600px) {
.infographic{
	padding: 80px 40px 90px;
	max-width: 650px;
	margin: 0 auto;
}
.infographic-block li{
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.infographic-block li:nth-child(odd){
	margin-right: 20px;
}
.infographic-block dt{
	font-size: 2rem;
	line-height: 1;
	padding: 16px 0;
}
.infographic-block dd{
	padding: 10px 20px 20px 20px;
	font-size: 1.6rem;
}
.infographic05 img{
	margin: 11px auto 18px!important;
	height: 94px!important;
	display: block;
}
.infographic-number{
	font-size: 1.8rem!important;
	font-weight: bold;
	padding: 25px 15px 0 15px!important;
}
.infographic-number span{
	font-size: 5rem;
	line-height: 1;
	padding-right: 2px;
}
.outline-block{
	padding: 0 40px 100px;
	max-width: 650px;
	margin: 0 auto;
}
#gmap{
	padding-bottom: 60%;
	width: calc(100% - 80px);
	margin: 0 40px 80px;
}
}

@media print, screen and (min-width: 1200px) {
.infographic{
	padding: 100px 50px 120px;
	max-width: 1620px;
	margin: 0 auto;
}
.infographic-block li:nth-child(odd){
	margin-right: 15px;
}
.infographic-block li{
	width: calc(20% - 12px);
	margin: 0 15px 15px 0;
}
.infographic-block li:nth-child(5),
.infographic-block li:nth-child(10){
	margin-right: 0;
}
.outline-block{
	padding: 0 50px 120px;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction:row-reverse;
}
.outline-data{
	width: calc(50% - 50px);
	margin-left: 50px;
}
.outline-data dt:first-child{
	padding-top: 20px;
}
.outline-photo{
	width: 50%;
}
.access-map-wrap{
	max-width: 1620px;
	margin: 0 auto;
}
.access-map-wrap p{
	width: 460px;
	margin: 0 auto 50px;
	display: block;
}
#gmap{
	padding-bottom: 40%;
	width: calc(100% - 100px);
	margin: 0 50px 120px;
}
}

@media print, screen and (min-width: 1730px) {
.infographic{
	padding: 120px;
	max-width: 1800px;
	margin: 0 auto;
}
.infographic-block li:nth-child(odd){
	margin-right: 25px;
}
.infographic-block li{
	width: calc(20% - 25px);
	margin: 0 25px 25px 0;
}
.infographic-block dt{
	font-size: 2.4rem;
	padding: 16px 0;
}
.infographic-number{
	font-size: 2.2rem!important;
	font-weight: bold;
}
.infographic-number span{
	font-size: 5.6rem;
	line-height: 1;
	padding-right: 5px;
}
.infographic-block dd{
	padding: 10px 30px 30px 30px;
}
.infographic-block dd img{
	max-width: 100%;
	height: 135px;
	margin: 0 auto 10px;
}
.infographic05 img,
.infographic08 img{
	margin: 15px auto 25px!important;
	height: 105px!important;
}
.outline-block{
	padding: 0 120px 130px;
	max-width: 1600px;
}
.outline-data dt{
	font-size: 2rem;
	line-height: 1.4;
}
#gmap{
	padding-bottom: 45%;
}
}

/* job description -------------------- */
.job-link-block{
	margin-bottom: 70px;
	padding: 0 20px;
}
.job-link-block li{
	padding: 30px 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	position: relative;
	transition: 0.5s;
}
.job-link-block li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.job-link-block li dt img{
	display: block;
	width: auto;
	height: 90px;
	margin: 0 auto 10px;
}
.job-link-block li dd{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
}
.job-name{
	font-size: 2.4rem!important;
	line-height: 1.3;
	margin-bottom: 10px;
}
.job-experienced{
	background-color: #A7CFDC;
}
.job-experienced:hover{
	background-color: #7CAAB9;
	color: #fff;
	transition: 0.5s;
}
.job-field{
	background-color: #C5DCD3;
}
.job-field:hover{
	background-color: #89B1A1;
	color: #fff;
	transition: 0.5s;
}
.job-design{
	background-color: #F0F3D9;
}
.job-design:hover{
	background-color: #DADFB7;
	color: #fff;
	transition: 0.5s;
}
.tab-block{
	background-color: #F6F6F6;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.tab-list{
	display: flex;
	width: 100%;
	/*height: 72px;*/
	margin-bottom: 30px;
	overflow: visible;
}
.tab-list li{
	width: calc(100% / 3);
	height: 72px;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
	background-color: #BBBBBB;
	border-bottom: solid 3px #717374;
	position: relative;
	overflow: visible;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-list li:nth-child(2){
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.tab-list li.active{
	background-color: #82BFEA!important;
	border-bottom: solid 3px #316C97;
	color: #fff;
}
.tab-list li.active::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border-top: 10px solid #316C97;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	transform: translateX(-50%);
}
.tab-list li:hover{
	background-color: #0093D7;
	color: #fff;
	transition: 0.3s;
}
.job-point{
	padding: 0 20px;
}
.job-point dt{
	width: 41%;
	max-width: 200px;
	margin: 0 auto 5px;
}
.job-point dd{
	font-size: 1.7rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}
.tab-content{
	display: none;
}
.tab-content.active{
	display: block;
}
.job-subttl{
	margin-left: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0093D7;
}
.job-close h3{
	font-size: 1.7rem;
	color: #0093D7;
	padding: 0 20px;
	margin-bottom: 30px;
}
.benefits-block{
	margin-bottom: 70px;
background: #07A1E8;
background: linear-gradient(138deg, rgba(7, 161, 232, 1) 0%, rgba(0, 90, 160, 1) 100%);
}
.benefits-block li{
	padding: 25px 0;
	border-bottom: dotted 1px #fff;
	color: #fff;
}
.benefits-block dt{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.benefits-block dd{
	padding: 0 20px;
}
.description-page li{
	width: 90%!important;
	max-width: 1300px;
	margin: 0 auto 20px;
}
.description-margin{
	margin-bottom: 50px;
}

@media print, screen and (min-width: 600px) {
.job-link-block{
	width: 100%;
	margin-bottom: 70px;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
}
.job-link-block li{
	width: calc(33.3333% - 10px);
}
.tab-list{
	margin-bottom: 40px;
}
.tab-list li{
	font-size: 1.8rem;
}
.job-point dd{
	font-size: 1.9rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.5;
}
.job-close{
	width: 560px;
	margin: 20px auto 40px;
	border: solid 2px #cdcdcd;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px 0 0 0;
}
.job-close h3{
	font-size: 1.8rem;
	padding: 0;
	text-align: center;
}
.job-subttl{
	margin-left: 40px;
	font-size: 1.8rem;
}
.benefits-block{
	display: flex;
	flex-wrap: wrap;
}
.benefits-block li{
	width: 50%;
	padding: 30px 0;
	border-bottom: solid 1px #fff;
	color: #fff;
}
.benefits-block li:nth-child(odd){
	border-right: solid 1px #fff;
}
.benefits-block dt{
	font-size: 2rem;
}
.benefits-block dd{
	padding: 0 30px;
}
.description-margin{
	margin-bottom: 70px;
}
}

@media print, screen and (min-width: 1200px) {
.job-link-block{
	max-width: 1500px;
	margin: 0 auto 110px;
	padding: 0 50px;
}
.job-link-block li{
	width: calc(33.3333% - 30px);
	padding: 40px 20px 50px;
}
.job-link-block li dt img{
	height: 110px;
	margin: 0 auto 10px;
}
.job-link-block li dd{
	font-size: 2.2rem;
}
.job-name{
	font-size: 4rem!important;
	line-height: 1.3;
	margin-bottom: 0;
}
.tab-block{
	width: calc(100% - 100px);
	margin: 0 50px 110px;
	border-radius: 0 0 20px 20px;
}
.tab-list{
	margin-bottom: 60px;
}
.tab-list li{
	font-size: 1.9rem;
	height: 90px;
	border-bottom: solid 5px #717374;
}
.tab-list li.active{
	border-bottom: solid 5px #316C97;
}
.tab-list li.active::after{
	border-top: 14px solid #316C97;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
}
.job-point{
	border: solid 1px #707070;
	display: flex;
	margin-bottom: 50px;
	padding: 0;
	height: 105px;
}
.job-point dt{
	width: 330px;
	max-width: inherit;
	margin: 0;
	background-color:#fff;
	display: flex;
	align-items: center;
}
.job-point dt img{
	width: 200px;
	margin: 10px auto;
	display: block;
}
.job-point dd{
	width: calc(100% - 330px);
	height: 100%;
	font-size: 2rem;
	text-align: left;
	margin: 0;
	padding-left: 60px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	background: #EBF5FE;
background: linear-gradient(134deg, rgba(235, 245, 254, 1) 0%, rgba(248, 248, 235, 1) 100%);
}
.job-close{
	width: 800px;
	margin: 50px auto 60px;
	border-radius: 20px;
	background-color: #fff;
	padding: 80px 60px 50px 60px;
}
.job-close h3{
	font-size: 2.2rem;
	padding: 0;
	text-align: center;
}
.tab-content{
	padding: 0 60px 0;
}
.job-subttl{
	margin-left: 0;
	font-size: 1.9rem;
}
.benefits-block{
	width: calc(100% - 100px);
	margin: 0 50px 80px;
}
.benefits-block li{
	width: 25%;
	padding: 30px 0;
	border-right: solid 1px #fff;
}
}

@media print, screen and (min-width: 1730px) {
.job-link-block{
	max-width: 1600px;
	margin: 0 auto 120px;
}
.tab-block{
	width: 1400px;
	margin: 0 auto 140px;
	border-radius: 0 0 20px 20px;
}
.tab-list{
	margin-bottom: 70px;
}
.tab-list li{
	font-size: 2rem;
	height: 100px;
}
.tab-list li.active::after{
	border-top: 18px solid #316C97;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
}
.tab-content{
	padding: 0 90px 40px;
}
.job-subttl{
	font-size: 2rem;
}
.benefits-block{
	width: 1500px;
	margin: 0 auto 130px;
}
.benefits-block li{
	padding: 50px 10px 60px;
}
.benefits-block dt{
	font-size: 2.2rem;
	margin-bottom: 25px;
}
.description-page ul{
	display: block!important;
	width: 1400px!important;
	max-width: inherit!important;
}
.description-page li{
	margin-right: 0!important;
	width: 100%!important;
	max-width:1400px!important;
}
.description-margin{
	margin-bottom: 100px;
}
}

/* description second  -------------------- */
.bg-gray{
	background-color: #F6F6F6;
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.ttl-job-detail{
	width: 100%;
	padding: 15px 0;
	margin: 60px 0 30px;
	font-size: 1.9rem;
	text-align: center;
	border-bottom: solid 5px #316C97;
	position: relative;
	overflow: visible;
}
.ttl-job-detail::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border-top: 15px solid #316C97;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	transform: translateX(-50%);
}

@media print, screen and (min-width: 600px) {
.ttl-job-detail{
	padding: 20px 0;
	margin: 80px 0 30px;
	font-size: 2.2rem;
}
}

@media print, screen and (min-width: 1200px) {
.bg-gray{
	width: calc(100% - 100px);
	max-width: 1400px;
	margin: 0 auto 100px;
	padding: 0;
	border-radius: 0 0 30px 30px;
}
.ttl-job-detail{
	padding: 25px 0;
	margin: 150px 0 30px;
	font-size: 2.6rem;
}
.job-detail-content{
	padding: 30px 60px 40px;
}
}

@media print, screen and (min-width: 1730px) {
.job-detail-content{
	padding: 40px 80px 40px;
}
}

/* entry  -------------------- */
.entry-block{
	padding: 60px 20px 70px;
}
.entry-block p{
	margin-bottom: 25px;
}
.indeed-bnn{
	margin-bottom: 20px;
}
.tel-note{
	margin-bottom: 10px!important;
}
.entry-tel{
	color: #0093D7;
	font-family: "Poppins", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 8px;
}
.entry-tel span{
	font-size: 3.8rem;
	letter-spacing: 0.02em;
}
.entry-tel-blcok{
	margin-bottom: 50px;
}
.entry-form{
	width: 100%;
}
.required{
	padding: 4px 5px;
	background: #F89898;
	color: #ffffff;
	border-radius: 3px;
	margin-left: 5px;
	margin-bottom: 2px;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
}
.entry-form dl{
	margin-bottom: 25px;
}
.entry-form dt{
	font-weight: bold;
	font-size: 1.6rem;
}
.entry-form p{
	margin-bottom: 0;
}
.wpcf7-text,
.wpcf7-form textarea{
  padding: 7px;
  margin-top: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 1.6;
}
.wpcf7-form textarea{
	width: 100%;
}
.job-select .wpcf7-list-item{
	margin-right: 30px!important;
}
.wpcf7-form input[type="radio"]{
  transform: scale(1.35);
}
.wpcf7-list-item{
  margin: 0!important;
}
.wpcf7-form input[type="submit"] {
  background-color: #0093D7;
  color: white;
  cursor: pointer;
  transition: background-color 0.5s ease;
  border: solid 3px #0093D7;
  border-radius: 10px;
  margin: 0 auto;
  width: auto;
  padding: 10px 60px;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium" , "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic , 'Helvetica Neue' , Helvetica , Arial , Verdana , 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'メイリオ' , Meiryo , 'ＭＳ Ｐゴシック' , 'MS PGothic' , sans-serif;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #ffffff;
  color: #0093D7;
}
.cf-turnstile{
	margin-bottom: 20px;
}
.entry-comlete{
	padding: 50px 0 60px;
}
.entry-comlete h3{
	text-align: center;
	color: #0093D7;
	margin-bottom: 40px;
}
.entry-comlete p{
	padding: 0 20px;
	margin-bottom: 25px;
}
.notice{
	width: calc(100% - 30px);
	margin: 0 15px 30px;
	text-indent: -1em;
	padding-left: 1em;
}
.backtotop{
	text-align: center;
}
.backtotop a{
	color: #1a0dab;
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: 0.3s;
}
.backtotop a:hover{
	text-decoration:none;
	transition: 0.3s;
}

@media print, screen and (min-width: 600px) {
.entry-block{
	padding: 70px 40px 80px;
}
.indeed-bnn{
	width: 460px;
	margin: 0 auto 20px;
}
.entry-tel-blcok{
	width: 460px;
	border: solid 2px #0093D7;
	padding: 20px 20px 0px;
	margin: 0 auto 60px;
	text-align: center;
}
.wpcf7-text,
.wpcf7-form textarea{
  padding: 10px 15px;
  margin-top: 5px;
  border-radius: 10px;
}
.wpcf7-form input[type="submit"] {
  border-radius: 14px;
  padding: 15px 80px;
  font-size: 1.8rem;
}
.entry-comlete{
	padding: 70px 0 60px;
}
.entry-comlete p{
	padding: 0 40px;
	margin-bottom: 30px;
}
}

@media print, screen and (min-width: 1200px) {
.entry-block{
	padding: 100px 50px 60px;
	display: flex;
}
.entry-block li{
	width: calc(50% - 25px);
}
.entry-block p{
	margin-bottom: 30px;
}
.entry-txt{
	margin-right: 50px;
}
.indeed-bnn{
	width: 500px;
}
.entry-tel-blcok{
	width: 500px;
	margin: 0 auto;
	padding: 30px 20px 0px;
}
.entry-tel{
	font-size: 2.4rem;
}
.entry-tel span{
	font-size: 4rem;
}
.entry-form dl{
	margin-bottom: 0;
}
.entry-form dt{
	font-size: 1.8rem;
}
.entry-form dt p{
	margin-bottom: 0;
}
.wpcf7-text,
.wpcf7-form textarea{
	font-size: 1.7rem;
}
.wpcf7-form input[type="submit"] {
  margin: initial;
  padding: 20px 100px;
}
.required{
	padding: 5px 8px;
	border-radius: 3px;
	margin-left: 5px;
	margin-bottom: 2px;
	font-size: 1.3rem;
	line-height: 1;
}
.entry-comlete{
	padding: 100px 0 100px;
	max-width: 1000px;
	margin: 0 auto;
}
}

@media print, screen and (min-width: 1730px) {
.entry-block{
	width: calc(100% - 240px);
	max-width: 1920px;
	padding: 0;
	margin: 110px auto 130px;
}
.entry-block li{
	width: calc(50% - 45px);
}
.entry-txt{
	margin-right: 90px;
}
.indeed-bnn{
	width: 100%;
	max-width: 640px;
	margin: initial;
 	margin-bottom: 30px;
}
.entry-tel-blcok{
	width: 100%;
	max-width: 640px;
	margin: initial;
	padding: 30px 20px 0px;
}
.entry-tel{
	font-size: 2.6rem;
}
.entry-tel span{
	font-size: 5rem;
}
}

/* VK Google Job Posting Manager  -------------------- */
.vk_jobInfo_table tbody{
	vertical-align: top;
}
.vk_jobInfo_table tr{
	display: block!important;
}
.vk_jobInfo_table th{
	display: block;
	width: 100%;
	font-size: 1.7rem!important;
	text-align: center;
	background-color: #E9ECC7;
	padding: 3px;
	letter-spacing: 0.02;
}
.vk_jobInfo_table td{
	display: block!important;
	width: 100%;
	padding: 10px 20px 30px!important;
	font-size: 1.5rem;
}
.vk_jobInfo_table .job-subttl{
	margin-left: 0;
}

@media print, screen and (min-width: 600px) {
.vk_jobInfo_table td{
	padding: 20px 40px 40px!important;
	font-size: 1.5rem!important;
}
}

@media print, screen and (min-width: 1200px) {
.vk_jobInfo_table{
	width: 100%;

}
.vk_jobInfo_table tr:first-child{
	border-top: solid 1px #ccc;
}
.vk_jobInfo_table tr{
	display: flex!important;
	width: 100%;
}
.vk_jobInfo_table th{
	font-size: 1.9rem!important;
	width: 200px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 30px 10px 10px!important;
}
.vk_jobInfo_table td{
	width: calc(100% - 200px);
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 30px 40px!important;
	font-size: 1.7rem!important;
	background-color: #fff;
}
}
