.desktop{
    display: none;
}
.block{
    display: block;
}
div#headerWrapper {
    width:100%;
    background:#fff;
}
div.headerTopWrapper{
    display:none;
}
div#header{
    width:100%;
    margin:auto;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#header h1{
    background:url("../images/logo_full1.svg") no-repeat;
    width:240px;
    height: 45px;
    background-size:240px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:0;
    bottom:0;
    left:10px;
    margin:auto;
}
div#header h1 a{
    display: block;
    width:100%;
    height: 100%;
}
div#header p.tel{
    background:url("../images/tel1.svg") no-repeat;
    width:224px;
    height: 32px;
    background-size: 224px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div.navWrapper{
    width:100%;
    min-width:100%;
    height: 60px;
    background:var(--brown-color);
    box-shadow: 0 0 9px rgba(0,0,0,0.35);
}
ul#nav{
    width:calc(100% - 20px);
    height: 60px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul#nav li{
    /*display: inline-block;*/
    padding:8px 14px;
    border-radius: 4px;
    text-align: center;
    font-size:18px;
    line-height: 1em;
}
ul#nav li a{
    color:#fff;
    display: block;
    width:100%;
    height:100%;
}
ul#nav li a:hover{
    color:var(--green-color);
}
ul#nav li.active,
ul#nav li.active a,
ul#nav li:hover{
    background:#fff;
    color:var(--green-color);
}

div#mainVisual {
    width:1080px;
    height: 460px;
    margin:20px auto;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    position: relative;
}
div#mainVisual p{
    font-size:64px;
    height: 3em;
    font-weight: bold;
    color:#fff;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    z-index: 100;
    text-align: center;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.7)
}
div.slides {
	width:1080px;
	margin: auto;
	position: relative;
	height: 460px;
	z-index: 1 !important;
	overflow: hidden;
}
div.slides img{
	width:1080px;
	height: 460px;
	object-fit: cover !important;
}
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 10px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 10px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 30px;
	height: 50px;
	top: 215px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--brown-color);
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: var(--green-color) !important;
}
div.wrapper{
    width:100%;
    min-width:var(--max-width);
    overflow: hidden;
}
div.wrapper.blue{
    background:var(--blue-color);
}
div.wrapper.green{
    background:var(--green-color);
}
div.wrapper.brown{
    background:var(--brown-color);
}
div.wrapper.navy{
    background:var(--navy-color);
}
h2.top{    
    width:100%;
    height: 1em;
    font-size:36px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top:50px;
    display: inline-block;
    color:#fff;
}
h2.top span{
    padding:0 20px;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    width:400px;
}
.green h2.top span{
    background-color:var(--green-color);
}
.brown h2.top span{
    background-color:var(--brown-color);
}
.blue h2.top span{
    background-color:var(--blue-color);
}
.navy h2.top span{
    background-color:var(--navy-color);
}
h2.top::before{
    content: "";
    width:100%;
    height: 2px;
    background:#fff;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom: 0;
    margin:auto;
}
h2.noborder::before{
    content: "";
    width:100%;
    height: 0;
    background:transparent;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom: 0;
    margin:auto;
}

ul.promise{
    width:var(--max-width);
    margin:50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.promise li{
    width:500px;
    height: 60px;
    border-radius: 30px;
    background:#fff;
    line-height: 60px;
    margin:20px;
    font-size:20px;
    font-weight: bold;
}
ul.promise li span{
    width:60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background:var(--navy-color);
    display:inline-block;
    border-radius: 30px;
    color:#fff;
    font-size:32px;
    font-family: sans-serif;
    margin-right: 15px;
    
}



p.satisfaction {
    width:720px;
    font-size:26px;
    margin:40px auto 50px;
    line-height: 2.5em;
    padding:50px;
    background:#fff;
    border-radius: 16px;
    font-weight: bold;
    color:var(--green-color)
}

div.worksWrapper {
    width:100%;
    height: 480px;
    margin:50px auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
div.works{
    width:calc(100% / 2);
    height: 240px;
    position: relative;
    overflow: hidden;
}
div.works h3{
    width:360px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    background-color:var(--green-color);
    font-size: 24px;
    color:#fff;
    z-index: 2;
}
div.works img{
    filter: blur(4px) grayscale(1) brightness(70%);
    transition: all 0.5s;
    z-index: 1;
    transform:scale(1);
}
div.works:hover img{
    filter: blur(0px);
    transform:scale(1.1);
    transition: all 0.5s;
}
div.works p{
    text-align: left;
    width:calc(100% - 140px);
    height: 1%;
    color:rgba(255,255,255,1);
    font-size:20px;
    text-shadow: 0 0 0 rgba(0,0,0,0.7);
    transition: all 0.5s;
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    z-index: 3;
}
div.works1 p,
div.works2 p{
    top:100px;
    z-index: 3;
}
div.works3 p,
div.works4 p{
    top:40px;
}






a:hover div.works p{
    text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
    transition: all 0.5s;
}
div.works h3.topleft{
    top:0;
    left:0;
}
h3.topleft::after{
    content: "";
    position: absolute;
    top:0;
    right:-45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 45px 0 0;
    border-color: var(--green-color) transparent transparent transparent;
    z-index: 200;
}
div.works h3.topright{
    top:0;
    right:0;
}
h3.topright::after{
    content: "";
    position: absolute;
    top:0;
    left:-45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 60px 0;
    border-color: transparent var(--green-color) transparent transparent;
    z-index: 200;
}
div.works h3.bottomleft{
    bottom:0;
    left:0;
}
h3.bottomleft::after{
    content: "";
    position: absolute;
    top:0;
    right:-45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 45px;;
    border-color: transparent transparent transparent var(--green-color) ;
    z-index: 200;
}
div.works h3.bottomright{
    bottom:0;
    right:0;
}
h3.bottomright::after{
    content: "";
    position: absolute;
    top:0;
    left:-45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 45px;
    border-color: transparent transparent var(--green-color) transparent;
    z-index: 200;
}
div.chiyoda{
    background:url("../images/logo1.svg");
    width:192px;
    height: 300px;
    background-size:192px;
    position: absolute;
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 10;
}




div.textbook {
    width:100%;
    height: 180px;
    display: flex;
    align-items: center;
    margin:50px auto;
    background:#fff;
}
div.textbook img{
    width:180px;
    height: 180px;
}
div.textbook p{
    text-align: center !important;
    width:calc(100% - 180px);
}
div.textbook p span{
    display: block;
    background:var(--green-color);
    margin:1em 90px;
    height: 2em;
    line-height: 2em;
    color:#fff;
    font-size:20px;
    font-weight: bold;
    margin-bottom: 2em;
}
div.infoWrapper {
    width:100%;
    margin:50px auto;
    display: flex;
    justify-content: space-between
}
div.infoWrapper div{
    width:calc(50% - 10px);
    background:#efefef;
}
div.infoWrapper div.h3Wrapper{
    width:100%;
    display: flex;
}
div.infoWrapper .h3Wrapper h3{
    width:60%;
    background:var(--green-color);
    height: 42px;
    line-height: 42px;
    text-indent: 20px;
    color:#fff;
    position: relative;
}
div.infoWrapper .h3Wrapper h3::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 21px 0 0;
    border-color: var(--green-color) transparent transparent transparent;
    position: absolute;
    top:0;
    right:-21px;
    z-index: 10;
}
div.infoWrapper .h3Wrapper span{
    width:40%;
    color:var(--green-color);
    background:#ccc;
    display: inline-block;
    line-height: 42px;
    text-align: center;
}
ul.newsList{
    margin:20px;
}
ul.newsList li span{
    font-size:14px;
    display: block;
}
ul.newsList li{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
div#footerWrapper {
    width:100%;
    min-width: 100%;
    background:#333;
    overflow: hidden;
}
div#footer{
    width:100%;
    margin:30px auto;
}
div#footer h1{
    text-align: center;
    margin-bottom: 1em;
}
div#footer h1 a{
    color:#fff;
    font-size:24px;
    text-align: center;
}
dl.footerAddress{
    width:360px;
    margin:50px auto;
    display: flex;
    color:#fff;
}
dl.footerAddress dt{
    margin-right: 10px;
}
ul.footerNav{
    width:100%;
    margin:50px auto;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    display: flex;
    justify-content: space-around;
    padding:20px 0;
}
ul.footerNav a{
    color:#fff;
}
div.footerMap{
    width:100%;
    height: 360px;
    margin:50px auto;
}
p.copy{
    text-align: center;
    font-size: 12px;
    color:#fff;
    line-height: 2em;
}

div.h2Wrapper {
    width:100%;
    min-width: 100%;
    height: 120px;
    margin-top:10px;
    background-image: radial-gradient(circle at 11% 32%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 5%,transparent 5%, transparent 95%),radial-gradient(circle at 89% 30%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 5%,transparent 5%, transparent 95%),radial-gradient(circle at 76% 90%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.03) 6%,transparent 6%, transparent 94%),radial-gradient(circle at 83% 14%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.03) 6%,transparent 6%, transparent 94%),radial-gradient(circle at 62% 81%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.03) 6%,transparent 6%, transparent 94%),radial-gradient(circle at 34% 3%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.03) 6%,transparent 6%, transparent 94%),radial-gradient(circle at 19% 1%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 4%,transparent 4%, transparent 96%),radial-gradient(circle at 48% 14%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 4%,transparent 4%, transparent 96%),radial-gradient(circle at 54% 23%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 4%,transparent 4%, transparent 96%),radial-gradient(circle at 10% 37%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.04) 4%,transparent 4%, transparent 96%),linear-gradient(90deg, rgb(29,162,230),rgb(171,221,246));
}
div.h2Wrapper h2{
    width:100%;
    height: 120px;
    line-height: 120px;
    margin:auto;
    font-size:32px;
    font-weight: bold;
    color:#fff;
    text-indent: 30px;
    position: relative;
}
div.h2Wrapper h2::before{
    content: "";
    width:4px;
    height: 32px;
    background:#fff;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin: auto;
}

div.contentBg {
    margin-top:100px;
    width:100%;
    min-width:100%;
    background:rgba(171,221,246, 0.35);
    position: relative;
}
div.content{
    width:100%;
    margin:0 auto 0;
    position: relative;
    top:-50px;
    background:#fff;
    box-sizing:border-box;
    padding:50px;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.35);
    min-height: 400px;
}
div.content h3{
    font-size:24px;
    text-align: center;
    padding-top:200px;
    background-size:180px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-bottom: 60px;
}
div.content h3::after{
    content: "";
    width:80px;
    height: 4px;
    background:var(--green-color);
    position: absolute;
    margin:auto;
    right:0;
    left:0;
    bottom:-10px;
}
div.content h3#works1{
    background-image: url("../images/works1.svg");
}
div.content h3#works2{
    background-image: url("../images/works2.svg");
}
div.content h3#works3{
    background-image: url("../images/works3.svg");
}
div.content h3#works4{
    background-image: url("../images/works4.svg");
}
div.content h3#works5{
    background-image: url("../images/works5.svg");
}
div.content h3#works6{
    background-image: url("../images/works6.svg");
}
div.content h3#company1{
    background-image: url("../images/company1.svg");
}
div.content h3#company2{
    background-image: url("../images/company2.svg");
}
div.content h3#company3{
    background-image: url("../images/company3.svg");
}
div.content h3#company4{
    background-image: url("../images/company4.svg");
}
div.content h3#recruit1{
    background-image: url("../images/recruit1.svg");
}
div.content h3#recruit2{
    background-image: url("../images/recruit2.svg");
}
div.content h3#recruit3{
    background-image: url("../images/recruit3.svg");
}
div.content h3#contact{
    background-image: url("../images/contact.svg");
}




div.contentChild{
    margin-bottom:100px;
}
div.contentChild p{
    margin:0 100px;
    /*color:var(--green-color);*/
    font-size:20px;
}
div.contentChild dl{
    width:580px;
    margin:20px auto;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
div.contentChild dl .title{
    color:var(--green-color);
    font-weight: bold;
}
div.contentChild dl dt,
div.contentChild dl dd{
    padding:5px 10px;
}
div.contentChild dl dt{
    width:calc(300px - 20px);
    float: left;
    border-top:1px solid #ccc;
}
div.contentChild dl dd{
    width:calc(280px - 20px);
    float: right;
    border-top:1px solid #ccc;
}
div.worksPhoto {
    margin:20px auto;
    display: flex;
    justify-content: space-between;
}
div.worksPhoto a{
    width:calc(25% - 10px);
    height:auto;
}
div.worksPhoto img{
    width:100%;
    height: auto;
}
table.works{
    width:640px;
    margin:20px auto;
}
table.works td,
table.works th{
    padding:10px 10px;
}
table.works th{
    background:var(--green-color);
    font-size:18px;
    color:#fff;
}
table.works tr:nth-child(2n){
    background:#efefef;
}
div.contentChild h4{
    width:640px;
    margin:20px auto;
    color:var(--green-color);
    font-weight: bold;
    border-bottom:2px solid var(--green-color);
    font-size:22px;
}
div.contentChild h4 + ul{
    width:480px;
    margin:20px auto;
}
div.contentChild h4 + ul li{
    list-style: disc;
}
ul.switch {
    width:100%;
    margin:40px auto 0;
    display: flex;
    justify-content: space-between;
}
ul.switch li{
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    background:#fff;
    text-align: center;
    padding: 0 15px;
    font-size:18px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
ul.switch.same li{
    width:calc(25% - 50px);
}
ul.switch li a{
    display: block;
    width:100%;
    height: 100%;
    color:var(--green-color);
}
ul.switch li:hover,
ul.switch li.active{
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    background:var(--green-color);
}
ul.switch li:hover a,
ul.switch li.active a{
    color:#fff;
}
table.facility{
    width:100%;
    margin:20px auto;
}
table.facility td,
table.facility th{
    padding:10px 10px;
}
table.facility th{
    background:var(--green-color);
    font-size:18px;
    color:#fff;
}
table.facility tr:nth-child(2n){
    background:#efefef;
}

div.imgWrapper {
    
}
div.imgWrapper img{
    width:100%;
    height: auto;
}

dl.company {
    width:640px !important;
    margin:50px auto !important;
}
dl.company dt,
dl.company dd{
    padding:10px;
    overflow: hidden;
}
dl.company dt{
    width:calc(30% - 20px) !important;
    float: left;
    clear: both;
    border-top:1px solid #ccc;
}
dl.company dd{
    width:calc(70% - 20px) !important;
    float: right;
    border-top:1px solid #ccc;
}

table.history {
    width:100%;
    margin:20px auto;
    border-bottom: 1px solid #ccc;
}
table.history th,
table.history td{
    padding:10px;
    border-top:1px solid #ccc;
}
table.history th{
    width:170px;
    color:var(--green-color);
    font-weight: bold;
}
table.history th + td{
    width:40px;
    text-align: right;
}

div.companyMap {
    width:100%;
    height: 500px;
}

p.inquiry_tel {
    background:url("../images/tel1.svg") no-repeat;
    width:300px;
    height: 43px;
    margin:30px auto 10px !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

dl.entry {
    width:720px !important;
    overflow: hidden;
}
dl.entry dt,
dl.entry dd{
    padding:10px !important;
}
dl.entry dt{
    width:calc(30% - 20px) !important;
    float: left;
    clear: both;
}    
dl.entry dd{
    width:calc(70% - 20px) !important;
    float: right;
}    
dl.entry dt.must::after{
    content:"※";
    color: var(--red-color);
    padding-left:1em;
    
}
dl.entry input[type=text],
dl.entry input[type=email],
dl.entry input[type=tel],
dl.entry textarea{
    padding:5px;
    border:1px solid #ccc;
    border-radius: 4px;
    width:100%;
    box-sizing: border-box;
}
dl.entry .half{
    width:50% !important;
}
dl.entry select{
    padding:5px;
    border:1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding-right: 40px;
    background:url("../images/downArrow.svg") right 10px center no-repeat;
    background-size:10px;
    cursor: pointer;
}
dl.entry textarea{
    height: 200px;
}
div.submit{
    margin:50px auto;
    display: flex;
    justify-content: space-around;
}
div.submit input[type=submit]{
    width:200px;
    height: 50px;
    border-radius: 4px;
    background:var(--green-color);
    color:#fff;
    cursor: pointer;
}
div.submit input[type=submit]:hover{
    background:var(--orange-color);
}
div.submit input[type=button]{
    width:200px;
    height: 50px;
    border-radius: 4px;
    background:var(--gray-color);
    color:#fff;
    cursor: pointer;
}
div.submit input[type=button]:hover{
    background:var(--darkgray-color);
}

ul.interview {
    width:100%;
    height: 180px;
    display: flex;
    justify-content: space-around;
    margin-bottom:50px;
}
ul.interview li{
    width:calc(25% - 10px);
    height: 200px;
}
ul.interview img{
    width:100%;
    height: auto;
    border:5px solid #fff;
}
li.ui-tabs-active img{
    border:5px solid #fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
ul.interview li p{
    width:100%;
    margin:0;
    padding:0;
    margin-top:1em;
    font-size:15px;
    text-align: center;
}

div.senpaiPhoto {
    margin:0 80px 30px;
    display: flex;
    justify-content: space-between;
}
div.senpaiPhoto img{
    width:320px;
    height: 240px;
    object-fit: cover;
    border:10px solid #fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
}
dl.senpai,
dl.senpai dt,
dl.senpai dd{
    border: none !important;
    margin:0 80px;
    overflow: visible;
}
dl.senpai dt,
dl.senpai dd{
    width:100% !important;
    text-align: left !important;
    padding:0 !important;
    margin:0 !important;
}
dl.senpai dt{
    color:var(--green-color);
    font-weight:bold;
}
dl.senpai dd{
    margin-bottom: 20px !important;
}
dl.senpai dt::before{
    content:"Q";
    font-size:24px;
    margin-right:10px;
}
dl.senpai dd::before{
    content:"A";
    font-size:24px;
    margin-right:10px;
    color:pink;
    font-weight: bold;
}


