@charset "UTF-8";
/* CSS Document */

body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	font-family: source-han-sans-japanese,sans-serif;
font-weight: 400;
font-style: normal;
    background-color: hsla(0,0%,65%,1.00);
}
.wrapper{
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
	text-align: center;
}
.site-header{
    background-color: #474747;
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    float: right;
    opacity: 1;
}
.gnav__menu__item a{
    text-decoration: none;
    letter-spacing: 2px;
	color: white
}
.gnav__menu__item a:hover{
    text-decoration: none;
    letter-spacing: 2px;
	color: yellow
}
.hero {
    display: block;
    padding-top: 180px;
    text-align: center;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 120px; 
    text-align: left; 
}
.content p{
    margin-bottom: 40px;
}
.site-footer{
    background: #333;
    padding: 10px 0;
}
.copyright{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.logo{
	color: hsla(0,0%,100%,1.00);
    font-size: small;
	font-weight: bold;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
}
.logo a{
	text-decoration: none;
	color: white
}
.logo a:hover{
	color: yellow
}
.gnav{
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-right: 0px;
    padding-left: 0px;
}
.gnav__menu{
    display: flex;
    float: right;
	padding-right: 20px;
}
.gnav__menu__item{
    list-style: none;
    padding-left: 50px;
}
.hero h2 {
    color: hsla(0,0%,100%,1.00);
    font-size: xx-large;
    font-weight: bold;
    text-shadow: 2px 2px 2px hsla(0,0%,0%,1.00);
}
.sp {
    display: none;
}
.policy {
    background-color: hsla(0,0%,100%,1.00);
    padding-right: 20%;
    padding-left: 20%;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: -20px;
    margin-top: 0px;
}
#table01 tr {
	border-bottom: 1px solid #b5b1b1;
}
#table01 th,
#table01 td {
	padding: 24px 0;
	border: none;
}
#table01 th {
	width: 30%;
	letter-spacing: 5px;
}
.company {
    background-color: hsla(0,0%,90%,1.00);
	padding-right: 20%;
    padding-left: 20%;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: -20px;
    margin-top: 0px;
}
.policy p {
	font-size: 110%;
    letter-spacing: 4px;
    line-height: 2em;
}
.works {
    background-color: hsla(0,0%,100%,1.00);
    padding-right: 20%;
    padding-left: 20%;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: -20px;
    margin-top: 0px;
}
.works h3 {
    font-size: 120%;
    letter-spacing: 2px;
}
.works p {
    font-size: 110%;
    letter-spacing: 2px;
    line-height: 2em;
}
.zisseki {
    font-size: small;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1em;
}
.content .policy h2 {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 4px;
}
.content .works h2 {
    padding-bottom: 20px;
	text-align: center;
	letter-spacing: 10px;
}
.content .company h2 {
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 10px;
}


/* Mobile */
@media screen and (max-width: 600px){
.pc {
    display: none;
 }
.sp {
    display: block;
 }
.logo{
	float: none;
    padding-top: 10px;
    padding-bottom: 0px;
	padding-left: 0px;
}
.gnav{
	padding-top: 0px;
	margin-top: -10px;
	margin-bottom: -5px;
}
.gnav__menu__item{
    padding-left: 30px;
}
.policy {
    padding-right: 5%;
    padding-left: 5%;
}
.content {
    text-align: center;
}
#table01 th,
#table01 td {
	width: 100%;
	display: block;
	text-align: left;
}

#table01 th {
	width: 100%;
}

#table01 td {
	padding-top: 0;
}
.company {
    background-color: hsla(0,0%,90%,1.00);
	padding-right: 5%;
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: -20px;
    margin-top: 0px;
}
.policy p {
    text-align: left;
}
.works {
    background-color: hsla(0,0%,100%,1.00);
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: -20px;
    margin-top: 0px;
	text-align: left;
}
}

/*@media screen and (max-width: 900px){
}

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

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

@media screen and (max-width: 320px){
}*/