
div#headerWrapper {
    width:100%;
    min-width: var(--min-width);
    background:var(--main-color);
}
div.headerTopWrapper{
    width:100%;
    min-width: var(--min-width);
    background:var(--main-color);
    height: 60px;
    box-shadow: 0 0 9px rgba(0,0,0,0.35);
}
div.headerTopWrapper p{
    text-align: center;
    color:#fff;
    line-height: 60px;
}
div#header{
    width:var(--min-width);
    margin:auto;
    height: 120px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#header h1{
    background:url("../images/logo.svg") no-repeat;
    background-size:194px;
    width:194px;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div#header h1 a{
    display: block;
    width:100%;
    height: 100%;
}
div#header p.tel{
    background:url("../images/tel.svg") no-repeat;
    width:224px;
    height: 32px;
    background-size: 224px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
div#header p.pr{
    color:#fff;
}
div.navWrapper{
    width:100%;
    min-width:var(--min-width);
    height: 60px;
    background:var(--main-color);
    box-shadow: 0 0 9px rgba(0,0,0,0.35);
}
ul#nav{
    width:calc(var(--min-width) - 20px);
    height: 60px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul#nav li{
    display: inline-block;
    text-align: center;
    font-size:16px;
    line-height: 1em;
    position: relative;
}
ul#nav li a{
    color:#fff;
}
ul#nav li a:hover{
    color:#fff;;
}
ul#nav li::after{
    content: "";
    width:0;
    height: 2px;
    background: #fff;
    position: absolute;
    left:0;
    right:0;
    bottom:-10px;
    margin:auto;
    transition:width 0.2s;
}
ul#nav li.active::after,
ul#nav li:hover::after{
    content: "";
    width:100%;
    transition: width 0.2s;
}

div#mainVisual {
    width:1080px;
    height: 460px;
    margin:20px auto;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    position: relative;
    background:var(--main-color);
}
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(--main-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(--main-color);
}
div.wrapper.brown{
    background:var(--brown-color);
}
div.wrapper.navy{
    background:var(--main-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:350px;
}
.green h2.top span{
    background-color:var(--main-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(--main-color);
}
h2.top::before{
    content: "";
    width:100%;
    height: 5px;
    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(--main-color)
}

div.worksWrapper {
    width:var(--min-width);
    height: 240px;
    margin:50px auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.works{
    width:calc((var(--min-width) / 2) - 0);
    height: 240px;
    position: relative;
    overflow: hidden;
}
div.works h3{
    width:360px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    background-color:var(--main-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(--main-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(--main-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(--main-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(--main-color) transparent;
    z-index: 200;
}
div.chiyoda{
    background:url("../images/logo.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:var(--min-width);
    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(--main-color);
    margin:1em 90px;
    height: 2em;
    line-height: 2em;
    color:#fff;
    font-size:20px;
    font-weight: bold;
    margin-bottom: 2em;
}
div.infoWrapper {
    width:var(--min-width);
    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(--main-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(--main-color) transparent transparent transparent;
    position: absolute;
    top:0;
    right:-21px;
    z-index: 10;
}
div.infoWrapper .h3Wrapper span{
    width:40%;
    color:var(--main-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: var(--min-width);
    background:#333;
    overflow: hidden;
}
div#footer{
    width:var(--min-width);
    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:var(--min-width);
    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:var(--min-width);
    height: 360px;
    margin:50px auto;
}
p.copy{
    text-align: center;
    font-size: 12px;
    color:#fff;
    line-height: 2em;
}

div.blogWrapper {
    width:var(--min-width);
    margin:50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.blog{
    width:calc((var(--min-width) / 3) - 30px);
    height: 300px;
    position: relative;
    margin-bottom: 20px;
}
div.blog img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
div.blog p{
    position: absolute;
}
div.blog p.date{
    width:120px;
    height: 20px;
    font-size:14px;
    text-align:center;
    background: var(--main-color);
    top:10px;
    left:10px;
    z-index: 1;
    color:#fff;
}
div.blog p.title{
    width:100%;
    height: 80px;
    background:rgba(255,255,255,0.8);
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    align-items: center;
    display: flex;
}
div.blog p.title span{
    padding:10px;
    display: block;
}
