#kv.under {
  background: none;
}
@media screen and (max-width: 769px) {
  #kv.under img {
    width: 50.78125%;
    top: 0;
  }
}
#kv.under .kv-swiper-container {
  width: 100%;
  height: 500px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
#kv.under .kv-swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #kv.under .kv-swiper-container {
    height: 250px;
    margin-bottom: 15px;
  }
}

#works .swiper-container {
  width: 100%;
  height: 100%;
}
#works .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  width: auto !important;
}
@media screen and (max-width: 769px) {
  #works .swiper-slide img {
    width: auto;
    height: 210px;
  }
}

#about {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  #about {
    margin: 0 4.6875% 25px;
  }
  #about h3 img {
    width: 39.6875%;
  }
  #about h4 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
  #about .company {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  #about h4 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  #about p {
    font-size: 13px;
  }
  #about .company {
    width: 490px;
    float: left;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding-right: 35px;
  }
  #about .what {
    width: 455px;
    float: right;
  }
}

#contact h3 {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  margin-bottom: 50px;
}
#contact h3:hover {
  opacity: 0.8;
}
#contact .form {
  display: none;
}
#contact iframe {
  width: 100%;
  overflow: auto;
  height: 610px;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact label:not(:last-child) {
  margin-right: 2em;
}
#contact label input[type="radio"] {
  margin-right: 5px;
}
#contact .btnArea {
  padding-top: 10px;
  text-align: center;
}
#contact input[type="submit"] {
  border: none;
  outline: none;
  background-color: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
#contact .btnSubmit {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/common/btn_submit.png) center center no-repeat;
  background-size: 100% auto;
  height: 50px;
  width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
#contact .btnSubmit:hover {
  opacity: 0.75;
}
#contact .btnBack {
  color: #35703A;
  margin-top: 20px;
  text-decoration: underline;
}
#contact input[type="text"], #contact input[type="email"] {
  margin-bottom: 5px;
}
#contact .mw_wp_form .error {
  line-height: 1;
}
#contact .text_confirm {
  display: none;
  margin-bottom: 30px;
  font-weight: bold;
  color: #CA0612;
}
#contact .mw_wp_form_confirm .text_confirm {
  display: block;
}
@media screen and (max-width: 769px) {
  #contact {
    margin: 0 4.6875%;
  }
  #contact h3 {
    margin-bottom: 25px;
  }
  #contact input[type="text"], #contact input[type="email"], #contact textarea {
    padding: 5px;
  }
  #contact textarea {
    height: 100px;
  }
  #contact iframe {
    height: 480px;
  }
  #contact dt {
    margin-bottom: 5px;
  }
  #contact dd {
    margin-bottom: 5px;
  }
  #contact .btnSubmit {
    width: 90.625%;
    max-width: 350px;
  }
  #contact .text_confirm {
    margin-bottom: 15px;
  }
  #contact .mw_wp_form_confirm dd {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  #contact input[type="text"], #contact input[type="email"], #contact label {
    padding: 0.5em 3px;
  }
  #contact textarea {
    height: 160px;
    padding: 10px 3px;
  }
  #contact dl {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #contact dl dt {
    width: 185px;
    margin-bottom: 20px;
  }
  #contact dl dt:not(:nth-last-of-type) {
    line-height: 2.6;
  }
  #contact dl dd {
    width: calc(100% - 185px);
    margin-bottom: 20px;
  }
  #contact dl dd:not(:last-child) {
    line-height: 2.6;
  }
  #contact .text_confirm {
    text-align: center;
  }
}

#thanks .copy {
  padding-bottom: 35px;
  font-weight: bold;
  color: #35703A;
  text-align: center;
}
#thanks .gotoToppage {
  margin-top: 35px;
}
@media screen and (max-width: 769px) {
  #thanks .copy {
    padding-bottom: 25px;
  }
  #thanks .gotoToppage {
    width: 90.625%;
    max-width: 350px;
    margin: 25px auto 0;
  }
  #thanks .gotoToppage img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #thanks {
    text-align: center;
  }
}

#profile {
  padding: 50px 0;
  background: #f2f2f2;
}
#profile .text {
  float: right;
}
#profile .text p:not(:last-child) {
  margin-bottom: 1em;
}
#profile .image {
  float: left;
}
@media screen and (max-width: 769px) {
  #profile {
    padding: 25px 0;
  }
  #profile .inner_01 {
    margin: 0 4.6875%;
  }
#profile .inner_02 {
	width: 800px;
	margin-top: 0;
	margin-right: 4.6875%;
	margin-bottom: 0;
	margin-left: 4.6875%;
  }
  #profile h3 img {
    width: 25.15625%;
  }
  #profile .text {
    width: 67.1875%;
  }
  #profile .image {
    width: 28.125%;
  }
}
@media screen and (min-width: 769px) {
  #profile .text {
    width: calc(100% - 210px);
    font-size: 13px;
  }
  #profile .image {
    width: 210px;
  }
}

#works {
  position: relative;
  padding-top: 80px;
  background: #e5e5e5;
}
#works::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #f2f2f2 transparent transparent transparent;
  margin-left: -50px;
}
#works .porfolioSet {
  position: relative;
}
#works .images {
  background: url(/img/designroom/designroom_img_07.png) 0 0 repeat-x;
  background-size: auto 100%;
}
#works h4 {
  color: #000;
  font-size: 24px;
}
#works .url {
  font-size: 12px;
  color: #999;
  text-decoration: underline;
}
#works .url:hover {
  color: #000;
}
#works .description {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}
#works .incharge {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  #works {
    padding-top: 40p;
  }
  #works::before {
    border-width: 25px 25px 0 25px;
    margin-left: -25px;
  }
  #works h3 img {
    width: 16.25%;
  }
  #works .text {
    margin: 15px 4.6875%;
    background: url(../img/designroom/designroom_img_06.png) top right no-repeat;
    background-size: 40px auto;
  }
  #works h4 {
    font-size: 16px;
  }
  #works .description {
    display: none;
  }
  #works .incharge {
    margin-top: 1em;
  }
}
@media screen and (min-width: 769px) {
  #works .porfolioSet {
    box-sizing: border-box;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    position: relative;
    margin-bottom: 30px;
  }
  #works .images {
    margin-bottom: 25px;
    padding: 0 100px;
    box-sizing: border-box;
  }
  #works .text {
    box-sizing: border-box;
    position: relative;
  }
  #works .text::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 72px;
    height: 42px;
    background: url(../img/designroom/designroom_img_06.png) top right no-repeat;
  }
  #works h4 {
    display: inline-block;
    margin-right: 1em;
  }
}

/*# sourceMappingURL=designroom.css.map */
