h1 {
  font-size: 72px;
}
@media (max-width: 640px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  margin-top: 200px;
  font-size: 48px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 640px) {
  h2 {
    margin-top: 80px;
    font-size: 24px;
  }
}

h3 {
  font-size: 40px;
}
@media (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
}
@media (max-width: 640px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}
@media (max-width: 640px) {
  h5 {
    font-size: 18px;
  }
}

p {
  line-height: 2;
  font-size: 16px;
}

a:hover {
  text-decoration: underline;
  transition: all 0.6s ease 0s;
}

img {
  max-width: 100%;
  height: auto;
}

.sp-br {
  display: none;
}
@media (max-width: 640px) {
  .sp-br {
    display: block;
  }
}

.main-visual-photo {

  position: relative;
}

.main-visual-photo p{
  position: absolute;
  top:70%;
  left:3%;
  font-size:20px;
  color:#fff;
  padding:0;
  margin:0;
  text-shadow: 1px 2px 3px #FA0;
}


.main-visual-logo-box {
  height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .main-visual-logo-box {
    display: none;
  }
  .main-visual-photo p{
    position: absolute;
    top:50%;
    left:3%;
    font-size:14px;
    color:#fff;
    padding:0;
    margin:0;
    text-shadow: 1px 2px 3px #FA0;
  }
}

.concept-nowme {
  width: 100%;
  text-align: center;
  max-width: 60vw;
  margin: auto;
}
.concept-nowme h2 {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: solid 1px #676767;
}
.concept-nowme p {
  margin: 200px auto 100px;
  text-align: left;
}
@media (max-width: 640px) {
  .concept-nowme {
    max-width: 90vw;
  }
  .concept-nowme p {
    margin: 80px auto;
  }
}

.concept-goal {
  margin: 200px auto 100px;
}

.concept-goal-back {
  height: 600px;
  background: url(../asset/home/city-image.jpg) no-repeat center center;
}

.concept-goal-txt {
  position: absolute;
  right: 100px;
  width: 60vw;
  height: 600px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .concept-goal-txt {
    display: block;
    width: 90vw;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.concept-goal-txt-box {
  background: rgba(255, 255, 255, 0.6);
  border: #676767 solid 1px;
  padding: 50px;
}
.concept-goal-txt-box h2 {
  margin: 60px auto 50px;
}
.concept-creative {
  margin-top: 200px;
}

.concept-creative-txt {
  height: 800px;
  background: url(../asset/home/room-image.jpg) no-repeat center center;
  background-size: 90%;
  display: flex;
  align-items: center;
}
.concept-creative-txt h2 {
  line-height: 2;
}
.concept-creative-txt hr {
  height: 90px;
  background: url(../asset/home/line-wave.svg) no-repeat center center;
  border: none;
}
@media (max-width: 640px) {
  .concept-creative-txt {
    background-size: cover;
  }
}

.concept-creative-txt-box p {
  margin: 100px;
}
@media (max-width: 640px) {
  .concept-creative-txt-box p {
    margin: 50px;
  }
}

.book {
  margin-top: 200px;
  padding-bottom: 100px;
  background: #F5F5F5;
  overflow: hidden;
}

.book-list {
  margin-top: 200px;
}
.book-list li {
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 640px) {
  .book-list {
    text-align: center;
    margin-top: 100px;
  }
}

.book-img {
  text-align: right;
}
@media (max-width: 640px) {
  .book-img {
    text-align: center;
  }
}

.book-txt {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 355px;
}
.book-txt p {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .book-txt {
    height: 200px;
  }
}

.book-btn {
  width: 290px;
  height: 46px;
  margin-top: 20px;
  background: #97B517 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 23px;
  text-align: center;
  color: #fff;
  line-height: 46px;
}
.book-btn:hover {
  background: #60720e 0% 0% no-repeat padding-box;
  transition: all 0.6s ease 0s;
  text-decoration: none;
}
@media (max-width: 640px) {
  .book-btn {
    margin: 10px auto;
    min-width: 90%;
  }
}

footer {
  padding: 20px;
  text-align: center;
}
footer small {
  padding-top: 10px;
  display: block;
}
footer img {
  max-width: 120px;
}

.page-head {
  text-align: center;
  margin-top: 100px;
}
.page-head img {
  display: block;
  margin: auto;
}
@media (max-width: 640px) {
  .page-head img {
    display: none;
  }
}
.page-head h1 {
  margin-top: 100px;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: solid 1px #676767;
}

.profile {
  min-height: 600px;
  text-align: center;
  background: url(../asset/about/profile.jpg) no-repeat right bottom;
  background-size: contain;
}
.profile rt {
  font-size: 14px;
  padding: 30px;
}
.profile h5 {
  margin-top: 100px;
  line-height: 2;
}
@media (max-width: 640px) {
  .profile h5 {
    margin-top: 50px;
  }
}
.profile p {
  margin: 100px auto;
  max-width: 500px;
  text-align: left;
}
@media (max-width: 640px) {
  .profile p {
    padding: 0 20px;
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .profile {
    padding-bottom: 500px;
  }
}

.company-overview {
  margin-top: 200px;
  text-align: center;
}
.company-overview h3 {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: solid 1px #676767;
}
.company-overview dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 100px auto;
}
.company-overview dt {
  padding: 20px;
  width: 30%;
  text-align: right;
}
.company-overview dd {
  padding: 20px;
  width: 70%;
  text-align: left;
  line-height: 1.6;
}

.design-message p, .consulting-message p {
  margin: 100px auto;
  max-width: 800px;
  text-align: left;
}
@media (max-width: 640px) {
  .design-message p, .consulting-message p {
    padding: 0 20px;
    margin-top: 50px;
  }
}

.design-record h3 {
  margin-top: 300px;
  text-align: center;
}
@media (max-width: 640px) {
  .design-record h3 {
    margin-top: 200px;
  }
}

.design-record-box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  background: #F6F6F6;
}
.design-record-box h4 {
  margin: auto 20px;
  width: calc(50% - 40px);
/*  order: 2;*/
}
.design-record-box h4 span {
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}
.design-record-box p.pickup{
  margin-left:20px;
  font-size: 20px;
  color: red;
}
.design-record-box .design-record-box-img {
  width: 50%;
/*  order: 1;*/
}
@media (max-width: 640px) {
  .design-record-box {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .design-record-box h4 {
    width: 90%;
    text-align: center;
  }
  .design-record-box h4 span {
    font-size: 16px;
  }
  .design-record-box p.pickup{
    font-size: 18px;
  }
  .design-record-box .design-record-box-img {
    width: 90%;
    margin: 40px auto;
  }
}

.design-record-box-re {
  display: flex;
  align-items: center;
  background: #F6F6F6;
}
@media (max-width: 640px) {
  .design-record-box-re {
    display: block;
  }
}
.design-record-box-re h4 {
  text-align: right;
  margin: auto 20px;
  width: calc(50% - 40px);
/*  order: 1;*/
}
.design-record-box-re h4 span {
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}
.design-record-box-re p.pickup{
  margin-left:20px;
  font-size: 20px;
  color: red;
}
.design-record-box-re .design-record-box-img {
  width: 50%;
/*  order: 2;*/
}
@media (max-width: 640px) {
  .design-record-box-re {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .design-record-box-re h4 {
    width: 90%;
    text-align: center;
  }
  .design-record-box-re h4 span {
    font-size: 16px;
  }
  .design-record-box-re p.pickup{
    font-size: 18px;
    text-align: left;

  }
  .design-record-box-re .design-record-box-img {
    width: 90%;
    margin: 40px auto;
  }
}

.design-concept h2 {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .design-concept h2 {
    margin-bottom: 50px;
  }
}

.design-concept-box {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .design-concept-box {
    display: block;
  }
}

.design-concept-box-img {
  width: 40%;
  text-align: right;
}
.design-concept-box-img img {
  border-radius: 50%;
}
@media (max-width: 640px) {
  .design-concept-box-img {
    width: 100%;
    padding-right: 20%;
    padding-left: 20%;
    text-align: center;
  }
}

.design-concept-box-txt {
  margin: auto 80px;
  width: 50%;
}
.design-concept-box-txt h3 {
  font-size: 32px;
}
.design-concept-box-txt p {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .design-concept-box-txt {
    margin: auto 10%;
    width: 80%;
  }
  .design-concept-box-txt h3 {
    font-size: 24px;
    margin-top: 40px;
  }
  .design-concept-box-txt p {
    font-size: 14px;
  }
}

.design-concept-box-re {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.design-concept-box-re .design-concept-box-img {
  order: 2;
  text-align: left;
}
.design-concept-box-re .design-concept-box-txt {
  order: 1;
}
@media (max-width: 640px) {
  .design-concept-box-re {
    display: block;
  }
}

.essence {
  padding: 100px;
  background: url(../asset/common/essence-photo.jpeg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
.essence h2 {
  margin-top: 100px;
}
.essence p {
  margin: 100px auto;
  width: 50%;
}
@media (max-width: 640px) {
  .essence {
    padding: 100px 0;
  }
  .essence h2 {
    margin-top: 0;
  }
  .essence p {
    margin: 50px 40px;
    width: calc(100% - 80px);
  }
}

.design-record h3, .gallery-art h3 {
  margin-top: 300px;
  text-align: center;
}
@media (max-width: 640px) {
  .design-record h3, .gallery-art h3 {
    margin-top: 200px;
  }
}

.consulting-business h3 {
  margin-top: 300px;
  text-align: center;
}
@media (max-width: 640px) {
  .consulting-business h3 {
    margin-top: 200px;
  }
}

.consulting-business-box {
  margin-top: 100px;
  display: flex;
  align-items: center;
  background: #F6F6F6;
}
.consulting-business-box .consulting-business-box-txt {
  margin: auto 20px;
  width: calc(50% - 40px);
  order: 2;
}
.consulting-business-box .consulting-business-box-txt ul {
  margin-top: 50px;
}
.consulting-business-box .consulting-business-box-txt ul li {
  list-style: inside;
  line-height: 1.6;
}
.consulting-business-box .consulting-business-box-img {
  width: 50%;
  order: 1;
}
@media (max-width: 640px) {
  .consulting-business-box {
    padding-top: 50px;
    padding-bottom: 10px;
    display: block;
  }
  .consulting-business-box .consulting-business-box-txt {
    width: 90%;
    font-size: 14px;
  }
  .consulting-business-box .consulting-business-box-img {
    width: 90%;
    margin: 40px auto;
  }
}

.consulting-business-box-re {
  display: flex;
  align-items: center;
  background: #F6F6F6;
}
.consulting-business-box-re .consulting-business-box-txt {
  margin: auto 20px;
  width: calc(50% - 40px);
  order: 1;
}
.consulting-business-box-re .consulting-business-box-img {
  width: 50%;
  order: 2;
}
@media (max-width: 640px) {
  .consulting-business-box-re {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
  .consulting-business-box-re .consulting-business-box-txt {
    width: 90%;
  }
  .consulting-business-box-re .consulting-business-box-img {
    width: 90%;
    margin: 40px auto;
  }
}

.contact-message h2 {
  font-size: 32px;
}
.contact-message h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
}
.contact-message p {
  margin: 10px auto 50px;
  max-width: 800px;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 640px) {
  .contact-message p {
    padding: 0 20px;
    margin-top: 50px;
  }
}

.mailform {
  max-width: 800px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mailform input {
  width: calc(50% - 3px);
  margin: 10px auto 30px;
  border: 1px #676767 solid;
  border-radius: 5px;
  padding: 10px 5px;
}
.mailform #mail_address, .mailform #company {
  width: 80%;
}
.mailform textarea {
  width: 100%;
  margin: 10px auto 30px;
  border: 1px #676767 solid;
  border-radius: 5px;
  padding: 10px 5px;
}
.mailform #form_submit {
  text-align: center;
}
.mailform #form_submit_button {
  padding: 0;
  width: 290px;
  height: 46px;
  margin: 20px auto;
  background: #97B517 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 23px;
  text-align: center;
  color: #fff;
  line-height: 46px;
  border: none;
}
.mailform #form_submit_button:hover {
  background: #60720e 0% 0% no-repeat padding-box;
  transition: all 0.6s ease 0s;
  text-decoration: none;
}
@media (max-width: 640px) {
  .mailform #form_submit_button {
    margin: 10px auto;
    min-width: 90%;
  }
}

.thanks-text {
  font-size: 16px !important;
}

.thanks-btn {
  width: 290px;
  height: 46px;
  margin: 20px auto;
  background: #97B517 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 23px;
  text-align: center;
  color: #fff;
  line-height: 46px;
  display: block;
}
.thanks-btn:hover {
  background: #60720e 0% 0% no-repeat padding-box;
  transition: all 0.6s ease 0s;
  text-decoration: none;
}
@media (max-width: 640px) {
  .thanks-btn {
    margin: 10px auto;
    min-width: 90%;
  }
}

.gallery-art {
  text-align: center;
}
.gallery-art img {
  margin: auto;
  max-width: 100%;
}

.gallery-goods img {
  width: 100%;
}
.gallery-goods h3 {
  margin-top: 300px;
  text-align: center;
}
@media (max-width: 640px) {
  .gallery-goods h3 {
    margin-top: 200px;
  }
}
.gallery-goods h4 {
  margin-bottom: 40px;
}

.gallery-goods-box {
  margin-top: 100px;
  display: flex;
  align-items: center;
}
.gallery-goods-box .gallery-goods-box-txt {
  text-align: left;
  margin: auto 20px;
  width: calc(50% - 40px);
  order: 2;
}
.gallery-goods-box .gallery-goods-box-txt span {
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}
.gallery-goods-box .gallery-goods-box-img {
  width: 50%;
  order: 1;
}
@media (max-width: 640px) {
  .gallery-goods-box {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
  .gallery-goods-box .gallery-goods-box-txt {
    width: 90%;
    text-align: left;
  }
  .gallery-goods-box .gallery-goods-box-txt span {
    font-size: 16px;
  }
  .gallery-goods-box .gallery-goods-box-img {
    width: 90%;
    margin: 40px auto;
  }
}

.gallery-goods-box-re {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .gallery-goods-box-re {
    display: block;
  }
}
.gallery-goods-box-re .gallery-goods-box-txt {
  text-align: left;
  margin: auto 20px;
  width: calc(50% - 40px);
  order: 1;
}
.gallery-goods-box-re .gallery-goods-box-txt span {
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}
.gallery-goods-box-re .gallery-goods-box-img {
  width: 50%;
  order: 2;
}
@media (max-width: 640px) {
  .gallery-goods-box-re {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
  .gallery-goods-box-re .gallery-goods-box-txt {
    width: 90%;
    text-align: left;
  }
  .gallery-goods-box-re .gallery-goods-box-txt span {
    font-size: 16px;
  }
  .gallery-goods-box-re .gallery-goods-box-img {
    width: 90%;
    margin: 40px auto;
  }
}/*# sourceMappingURL=design.css.map */


.blink{
  font-family:sans-serif;
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #000000 }
 100% { color: #FF0000 }
}


.content-item-block {
    height:100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0 48px;
    vertical-align: middle;
}

