@charset "utf-8";
/*
Theme Name: ALLROUND
  */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
  background-color: #F4F4F4;
  color: #707070;
}

body{
  font-family: 'Sawarabi Gothic', sans-serif;
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  /* top: 32px; */
  background: #5D5858;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
  z-index: 10000;
}

.external-link a {
  color: #EBEBEB!important;
  text-decoration:none!important;
}

.pc-text {
  display: block;
}

.sp-text {
  display: none;
}

.nav-bar {
  position: relative;
  width: 100%;
}

.nav-background{
  position: absolute;
  width: 100%;
  height: 80px;
  background: #5D5858;
  z-index: 2;
}

.nav-bar ul li{
  float: left;
  width: 100px;
  display: table-cell;
  vertical-align: middle;
}

.nav-title{
  float: left;
  color: #EBEBEB;
  font-size: 24px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 3;
}

.nav-menu{
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  z-index: 3;
}

.nav-bar ul{
  list-style-type: none;
}

.nav-bar a{
    text-decoration: none;
    color: #EBEBEB;
}

.nav-main {
  font-size: 14px;
  text-align: center;
}

.nav-sub {
  font-size: 10px;
  text-align: center;
}

.home-hero-img {
  position: relative;
  margin-top: 80px;
  background-image:url(images/1-hero.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 550px;
  overflow: hidden;
  z-index: 0;
}
.home-hero-img-cover {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.home-hero-img-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;
  color: #EBEBEB;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
}

.other-hero-img {
  position: relative;
  margin-top: 80px;
  background-image:url(images/1-hero.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 200px;
  overflow: hidden;
  z-index: 0;
}
/* .home-hero-img:before,
.other-hero-img:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(0.5px);
  -moz-filter: blur(0.5px);
  -o-filter: blur(0.5px);
  -ms-filter: blur(0.5px);
  filter: blur(0.5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
} */

.main-contents {
  display: block;
  margin: 60px auto 0 auto;
  width: 1200px;
}

.sub-contents {
  margin: 30px 0 0 0;
}

.text-align {
  text-align: center;
}

.text-center-box {
  display: block;
  text-align: center;
}

.action-button {
  display: inline-block;
  padding: 0.6em 2em;
  text-decoration: none;
  background: #C13E3E!important;
  color: #EBEBEB;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29)!important;
  border-style: none;
  border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
}
.action-button:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
.action-button:hover {
  transition: all 0.3s ease;
  background: #983030!important;
}

.contents-main-title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.contents-sub-title {
  text-align: center;
  font-size: 16px;
}




/* HOME */
.home-report-contents, .home-about-contents{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.home-report-content {
  position: relative;
  background-color: #E89595;
  border: solid 2px #EDEDED;
  width: 375px;
  height: 250px;
  overflow: hidden;
  z-index: 0;
}
.home-about-content {
  width: 800px;
  background: #FFFFFF;
  border: solid 2px #EDEDED;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.home-about-content-text {
  display: inline-block;
  padding: 40px;
  text-align: left;
}
.home-works-contents {
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  justify-content: center;
}
.home-works-content1 {
  position: relative;
  background-image:url(images/2-car-air-conditioner-cleaning.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 570px;
  height: 380px;
  overflow: hidden;
  z-index: 0;
}
.home-works-content2 {
  position: relative;
  background-image:url(images/3-ordering-agricultural-machinery-parts.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 570px;
  height: 380px;
  overflow: hidden;
  z-index: 0;
}
.home-works-content3 {
  position: relative;
  background-image:url(images/10-car-maintenance.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 570px;
  height: 380px;
  overflow: hidden;
  z-index: 0;
}
.home-works-content4 {
  position: relative;
  background-image:url(images/11-car-sales.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 570px;
  height: 380px;
  overflow: hidden;
  z-index: 0;
}
.home-works-content5 {
  position: relative;
  background-image:url(images/12-car-insurance.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 570px;
  height: 380px;
  overflow: hidden;
  z-index: 0;
}
.home-works-content-index-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  margin: 20px 0 0 20px;
  color: #EBEBEB;
  font-size: 22px;
  font-weight: bold;
  z-index: 2;
}

.home-report-content-title {
  position: absolute;
  margin: 10px 0 0 10px;
  color: #EBEBEB;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
}
.home-report-content-category {
  position: absolute;
  display: inline-block;
  margin: 35px 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #EBEBEB;
  padding: 0.25em 1em;
  text-decoration: none;
  background: #C13E3E;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 2;
}
.home-report-content:before,
.home-works-content1:before,
.home-works-content2:before,
.home-works-content3:before,
.home-works-content4:before,
.home-works-content5:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.home-report-content-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.home-report-content-img-cover {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.home-works-content-img-cover {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}




/* ABOUT */
.about-contents, .company-contents{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.about-content {
  width: 1000px;
  background: #FFFFFF;
  border: solid 2px #EDEDED;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.about-content-text {
  display: inline-block;
  padding: 40px;
  text-align: left;
}
.company-content {
  width: 800px;
  background: #FFFFFF;
  padding: 10px 10px 0px 10px;
  border: dashed 2px #707070;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.company-content-line {
  position: absolute;
  width: 100px;
  height: 675px;
  border-right: dashed 2px #707070;
}
.company-content-item {
  display: inline-block;
  width: 100%;
  height: 80px;
  border-bottom: dashed 2px #707070;
  margin: 0px;
}
.company-content-last-item {
  display: inline-block;
  width: 100%;
  height: 80px;
}
.company-content-item-title {
  float: left;
  width: 100px;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}
.company-content-item-body {
  float: left;
  /* text-align: left; */
  /* line-height: 80px; */
  margin-left: 20px;
  max-width: 650px;
  height: 80px;
  text-align: left;
}
.company-content-item-body p {
  display: inline-block;
  text-align: left;
  word-wrap: normal;
  margin-left: 20px;
  max-width: 650px;
}
.company-content-item-body .pc-text {
  margin-top: 6px;
}


/* WORKS */
.works-contents{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.works-content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.works-contents-img1 {
  position: relative;
  background-image:url(images/2-car-air-conditioner-cleaning.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 300px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.works-contents-img2 {
  position: relative;
  background-image:url(images/3-ordering-agricultural-machinery-parts.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 300px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.works-contents-img3 {
  position: relative;
  background-image:url(images/10-car-maintenance.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 300px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.works-contents-img4 {
  position: relative;
  background-image:url(images/11-car-sales.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 300px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}.works-contents-img5 {
  position: relative;
  background-image:url(images/12-car-insurance.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 300px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.works-contents-img1:before,
.works-contents-img2:before,
.works-contents-img3:before,
.works-contents-img4:before,
.works-contents-img5:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.works-contents-img-cover {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.works-contents-title{
  position: absolute;
  margin: 230px 0 0 30px;
  color: #EBEBEB;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: bold;
  z-index: 2;
}
.works-contents-body {
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px;
  text-align: left;
}




/* REPORT */
.report-main-contents {
  display: block;
  margin: 40px auto 0 auto;
  width: 1200px;
}
.report-contents {
  top: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.report-content {
  position: relative;
  background-color: #E89595;
  border: solid 2px #EDEDED;
  width: 480px;
  height: 320px;
  margin: 20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}
.report-content:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.report-content-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.report-content-cover {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.report-content-cover:hover {
  transition: all 0.3s ease;
  background: rgba(0,0,0,0.6);
}
.report-content-title {
  position: absolute;
  margin: 10px 0 0 10px;
  color: #EBEBEB;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
}
.report-content-category {
  position: absolute;
  display: inline-block;
  margin: 35px 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #EBEBEB;
  padding: 0.25em 1em;
  text-decoration: none;
  background: #C13E3E;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 1;
}
.report-details-iframe-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.report-details-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 100px auto auto auto;
  width: 90%;
  height: 70%;
  max-width: 900px;
  max-height: 80%;
  border: none;
}
.report-details-contents {
  /* position: relative; */
  /* width: 100vw;
  height: 100vh; */
}
.report-details-content-box {
  position: relative;
  height: 100vh;
  width: 100vw;
  animation: active 1.5s linear 0s;
  animation-fill-mode: forwards;
}
.report-details-contents-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.3);;
  cursor: pointer;
}
.report-details-contents-hide{
  display: none;
}
.report-details-content {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.99);
  padding-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 11;
}
.report-details-content-close {
  display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
  float: right;
  margin-right: 10px;
	cursor: pointer;
  z-index: 20;
}
.report-details-content-close span::before,
.report-details-content-close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 6%;
	margin: -8% 0 0 -42%;
	background: #707070;
}
.report-details-content-close span::before {
	transform: rotate(-45deg);
}
.report-details-content-close span::after {
	transform: rotate(45deg);
}
.report-details-content-title {
  margin-left: 20px;
  font-size: 18px;
}
.report-details-content-category {
  display: inline-block;
  margin: 10px 0 0 20px;
  font-size: 12px;
  font-weight: bold;
  color: #EBEBEB;
  padding: 0.25em 1em;
  text-decoration: none;
  background: #C13E3E;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.report-details-content-subject {
  word-break: keep-all;
  margin: 20px;
  width: auto;
  height: auto;
  font-size: 16px;
  overflow: scroll;
}
.report-details-content-images {
  /* position: absolute; */
  height: 400px;
  /* bottom: 0; */
  /* left: 0; */

}
.report-details-content-image-slider {
  margin: 10px 20px 40px 20px;
}
.report-details-content-image {
  width: 540px;
  height: 360px;
  margin-right: 10px;
  counter-increment: gallery-cell;
}
.report-details-content-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}




/* contact */
.contact-contents-announce{
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.contact-contents{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.contact-content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.contact-contents-img1 {
  position: relative;
  background-image:url(images/4-about-us.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 300px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.contact-contents-img1:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(2px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}
.contact-contents-img2 {
  position: relative;
  background-image:url(images/5-about-car-air-conditioner-cleaning.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 300px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.contact-contents-img2:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(2px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}
.contact-contents-img3 {
  position: relative;
  background-image:url(images/6-request-car-air-conditioner-cleaning.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 300px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.contact-contents-img3:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(2px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}
.contact-contents-img-cover {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
.contact-contents-img-cover:hover {
  transition: all 0.3s ease;
  background: rgba(0,0,0,0.7);
}
.contact-contents-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;
  color: #EBEBEB;
  font-size: 30px;
  font-weight: bolder;
}




/* contact-question */
.contact-question-title {
  font-size: 22px;
  text-align: center;
}
.contact-question-body {
  width: 800px;
  margin: 40px auto 20px auto;

}
.contact-question-item {
  width: 800px;
  margin: 20px auto 0 auto;

}
.contact-question-item-title {
  font-size: 16px;
  margin-bottom: 4px;
}
.contact-question-item-form {
  width: 100%;
  border: 1px solid;
  background: #ffffff;
  font-size: 16px;
  padding: 4px;
}
.contact-question-item-form-free {
  width: 100%;
  border: 1px solid;
  background: #ffffff;
  font-size: 16px;
  padding: 10px 4px 10px 4px;
}
.contact-question-item-radio {
  bottom: 2px;
  position: relative;
}




/* work-1 */
.works-1-contents{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.works-1-content {
  width: 1000px;
}
.works-1-contents-img1 {
  position: relative;
  margin-top: 80px;
  background-image:url(images/7-details-car-air-conditioner-cleaning.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 100%;
  height: 550px;
  overflow: hidden;
  color: #EBEBEB;
}
.works-1-contents-img1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.2);
}
.works-1-contents-title {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #EBEBEB;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.works-1-contents-body {
  width: 95%;
  margin: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.works-1-contents-beforeafter-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works-1-contents-before-img {
  position: relative;
  background-image:url(images/8-details-car-air-conditioner-cleaning-before.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 570px;
  height: 380px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.works-1-contents-after-img {
  position: relative;
  background-image:url(images/9-details-car-air-conditioner-cleaning-after.jpg);
  background-repeat:  no-repeat;
  background-position: center center;
  background-size:cover;
  width: 570px;
  height: 380px;
  color: #EBEBEB;
  overflow: hidden;
  z-index: 0;
}
.works-1-contents-beforeafter-img-cover {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.works-1-contents-beforeafter-title {
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  color: #EBEBEB;
  font-size: 22px;
  font-weight: bold;
  z-index: 2;
}
.works-1-contents-arrow-box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: -30px;
}
.works-1-contents-arrow {
  display:inline-block;
  height:20px;
  width:30px;
  background-color:#C13E3E;
  position:relative;
}
.works-1-contents-arrow:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:20px solid transparent;
  border-left:30px solid #C13E3E;
  left:30px;
  top:-10px;
}
.works-1-content-price {
  width: 800px;
  background: #FFFFFF;
  padding: 10px 10px 0px 10px;
  border: dashed 2px #707070;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.works-1-content-price-line {
  position: absolute;
  width: 600px;
  height: 500px;
  border-right: dashed 2px #707070;
}
.works-1-content-price-item {
  display: inline-block;
  width: 100%;
  height: 80px;
  border-bottom: dashed 2px #707070;
  margin: 0px;
}
.works-1-content-price-last-item {
  display: inline-block;
  width: 100%;
  height: 80px;
}
.works-1-content-price-item-title {
  float: left;
  padding-left: 10px;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.works-1-content-price-item-body{
  float: right;
  margin-right: 20px;
  line-height: 80px;
}
.works-1-content-price-statement {
  display: block;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  padding-top: 4px;
  padding-left: 4px;
}
.works-1-contents-contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works-1-contents-contact-item {
  width: 570px;
  height: 50px;
}
.works-1-contents-contact-button {
  width: 300px;
  display: inline-block;
  padding: 0.6em 4em;
  text-decoration: none;
  background: #C13E3E;
  color: #EBEBEB;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.works-1-contents-contact-button:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
.works-1-content-request {
  width: 800px;
  padding: 10px 10px 0px 10px;
}
.works-1-content-request-question {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  word-wrap: break-word;
}
.works-1-content-request-question-title {
  display: table-cell;
}
.works-1-content-request-question-body {
  display: table-cell;
}
.works-1-content-request-answer {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: solid 2px #707070;
  word-wrap: break-word;
}
.works-1-content-request-answer-title {
  display: table-cell;
}
.works-1-content-request-answer-body {
  display: table-cell;
}

footer {
  display: flex;
  flex-flow: column;
}

.footer-company {
  display: flex;
  justify-content:space-between;
  width: 100%;
  color: #EBEBEB;
  background-color: #5D5858;
}

.footer-company-name {
  font-size: 20px;
  margin: 20px 0 20px 30px;
}

.footer-company-status {
  font-size: 14px;
  margin: 20px 30px 20px 0;
}

.copyright {
  width: 100%;
  height: 30px;
  background-color: #363333;
  color: #EBEBEB;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}




/* hamburger button */
.hamburger {
  display: none;
  position: fixed;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 3;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px ;
  left: 6px;
  background: #EBEBEB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* active hamburger button */
.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2){
  width: 0px;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.hamburger.active span:nth-child(3){
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform : translateY(-16px) rotate(90deg);
  transform: translateY(-16px) rotate(90deg);
}
/* hamburger mune */
.hamburger-menu {
  position: fixed;
  top: 0;
  color: #EBEBEB;
  background: #5D5858;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.9s;
  width: 100%;
  opacity: 0.95;
}
.hamburger-menu ul {
  background: #EBEBEB;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.hamburger-menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-top: 1px solid #EBEBEB;
}
.hamburger-menu ul li:hover{
  background :#4D4848;
}
.hamburger-menu ul li a {
  display: block;
  color: #EBEBEB;
  padding: 1em 0;
  text-decoration :none;
}
/* hamburger mune jQuery Add Delete */
.hamburger-menu.active {
  transform: translateY(0%);
  top: 80px;
}




/* effect */
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}
.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}
.effect-fade-main-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4F4F4;
  z-index: 900;
  animation: fade-out 3s ease;
  animation-fill-mode: forwards;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -100;
  }
}
@keyframes hidden {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display:none;
  }
}
@keyframes active {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}




@media (max-width: 1200px) {
  .main-contents {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .home-report-contents, .home-works-contents, .home-about-contents{
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-report-content {
    margin: 10px;
  }
  .report-main-contents {
    width: 100%;
  }
  .works-1-contents-beforeafter-box{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .works-1-contents-arrow {
    display:inline-block;
    height:30px;
    width:20px;
    background-color:#C13E3E;
    position:relative;
  }
  .works-1-contents-arrow-box {
    top: -20px;
    left: -10px;
  }
  .works-1-contents-arrow:before {
    position:absolute;
    content:"";
    width:0;
    height:0;
    border:20px solid transparent;
    border-top:30px solid #C13E3E;
    left:-10px;
    top:20px;
  }
}
@media (max-width: 1040px) {
  .report-contents {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .home-about-content {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .about-content {
    width: auto;
    border: solid 2px #EDEDED;
  }
  .works-1-content {
    width: 100%;
  }
  .works-1-contents-contact-box{
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  .nav-bar ul li{
    width: 80px;
  }
  .hamburger-menu ul li {
    width: 100%;
  }
  .company-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .company-content-line {
    display: none;
  }
  .company-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: dashed 2px #707070;
    margin: 0px;
  }
  .company-content-last-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .company-content-item-title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    line-height: 30px;
    padding-right: 0;
  }
  .company-content-item-body{
    word-wrap: break-word;
    text-align: center;
    margin-left: 0;
    height: auto;
    margin-bottom: 10px;
  }
  .report-details-content-images {
    height: 320px;
  }
  .report-details-content-image {
    width: 420px;
    height: 280px;
  }
  .works-1-content {

  }
  .works-1-contents-title {
    font-size: 24px;
  }
  .works-1-contents-body {
    font-size: 20px;
  }
  .works-1-content-price {
    width: 95%;
  }
  .works-1-content-price-statement {
    width: 95%;
  }
  .works-1-content-price-line {

  }
  .works-1-content-request {
    width: 95%;
  }
  .works-1-contents-contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .works-1-content-price-line {
    display: none;
  }
  .contact-question-body,
  .contact-question-item {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 650px) {
  .nav-menu {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .other-hero-img {
    height: 80px;
  }
  .footer-company {
    flex-flow: column;
  }
  .footer-company-status {
    margin: 0 30px 20px auto;
  }
  .home-about-content {
    margin-left: 0px;
    margin-right: 0px;
  }
  .report-details-content-images {
    height: 280px;
  }
  .report-details-content-image {
    width: 360px;
    height: 240px;
  }
  .works-1-contents-title {
    font-size: 22px;
  }
  .works-1-contents-body {
    font-size: 18px;
  }
}
@media (max-width: 570px) {
  .home-works-content1,
  .home-works-content2,
  .home-works-content3,
  .home-works-content4,
  .home-works-content5 {
    width: 100vw;
    height: 300px;
  }
  .works-1-contents-beforeafter-item, .works-1-contents-contact-item {

  }
  .works-1-contents-before-img,
  .works-1-contents-after-img {
    width: 500px;
    height: 340px;
  }
  .report-details-content-images {
    height: 240px;
  }
  .report-details-content-image {
    width: 300px;
    height: 200px;
  }
  .works-1-contents-title {
    font-size: 20px;
  }
  .works-1-contents-body {
    font-size: 16px;
  }

}
@media (max-width: 500px) {
  .report-content {
    width: 90vw;
    height: 260px;
  }
  .works-1-contents-before-img,
  .works-1-contents-after-img {
    width: 480px;
    height: 320px;
  }
}
@media (max-width: 480px) {
  .main-contents {
    margin: 40px auto 0 auto;
  }
  .sub-contents {
    margin: 20px 0 0 0;
  }
  .report-main-contents {
    margin: 20px auto 0 auto;
  }
  .pc-text {
    display: none;
  }
  .sp-text {
    display: block;
  }
  .report-details-content-images {
    height: 200px;
  }
  .report-details-content-image {
    width: 240px;
    height: 160px;
  }
  .works-1-contents-title {
    font-size: 22px;
  }
  .works-1-contents-body{
    font-size: 20px;
  }
  .works-1-contents-before-img,
  .works-1-contents-after-img {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 415px) {
  .home-report-content {
    width: 90vw;
    height: 220px;
  }
  .works-1-contents-before-img,
  .works-1-contents-after-img {
    width: 320px;
    height: 270px;
  }
}
@media (max-width: 320px) {
  .contact-contents-title{
    font-size: 18px;
  }
  .works-1-contents-title {
    font-size: 18px;
  }
  .works-1-contents-body{
    font-size: 18px;
  }
  .works-1-contents-contact-button {
    width: 290px;
    padding: 0.6em 3em;
  }
  .contact-question-title {
    font-size: 18px;
  }
}
