@charset "utf-8";
 
 :root {
  --color-primary: #000000;
  --color-hover: #666666;
  --color-accent: #000000;
  --color-bg: #ffffff;
  --color-surface: #333333;
  --color-text:#000000;
  --color-text-muted: #B0B3C3;
  --color-border: #2C2C36;
  --border:#000;
}
  
.message_wrap{
  position: relative;
  display: flex;
}
.message_wrap::before,
.message_wrap::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
 
.message_wrap::after{
  bottom: 0;
}
.message_wrap .sec_img{
  width: 35.714%;
  margin: 0 auto;
}
.message_wrap .sec_img::before,
.message_wrap .sec_img::after{
  display: none;
}
.message_wrap .inner{
  position: relative;
  display: block;
  width: 64.286%;
  max-width: 1280px;
  padding: 64px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.message_wrap .inner::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  z-index: 1;
}
.message_wrap .inner .en{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto 50px;
  font-family: "OptimaLTPro-Roman";
}
.message_wrap .inner .en::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.message_wrap .inner .en span{
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
.message_wrap .inner .ttl{
  margin-bottom: 30px;
  font-size: 32px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.message_wrap .inner .txt > p{
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.message_wrap .inner .txt .name{
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 21px;
  line-height: 1;
  text-align: right;
}
.message_wrap .inner .txt .name span{
  display: inline-block;
  margin-right: 14px;
  font-size: 15px;
}
@media all and (min-width: 769px) {
  .message_wrap .sec_img{
    background: url(../../img/contact/office.jpg) no-repeat center;
    background-size: cover;
  }
  .message_wrap .sec_img picture{
    visibility: hidden;
  }
  .message_wrap .inner::before{
    width: 1px;
    height: 100%;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
  }
}
@media all and (max-width: 768px) {
  .message_wrap{
    display: block;
  }
  .message_wrap .sec_img{
    width: 100%;
  }
  .message_wrap .inner{
    display: block;
    width: 100%;
    padding: 13.021% 5.208% 10.417%;
  }
  .message_wrap .inner::before{
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .message_wrap .inner .en{
    padding-bottom: 1.453%;
    margin-bottom: 6.686%;
  }
  .message_wrap .inner .en span{
    font-size: 3.646vw;
  }
  .message_wrap .inner .ttl{
    width: 100%;
    margin-bottom: 5.814%;
    font-size: 4.948vw;
    line-height: 1.474;
  }
  .message_wrap .inner .txt{
    width: 100%;
  }
  .message_wrap .inner .txt > p{
    margin-bottom: 5.814%;
    font-size: 3.125vw;
  }
  .message_wrap .inner .txt .name{
    font-size: 4.167vw;
  }
  .message_wrap .inner .txt .name span{
    margin-right: 2.907%;
    font-size: 3.125vw;
  }
}
  
.googlemap iframe{
  width: 100%; height: 580px;   margin-bottom: -6px;
}

.contact{
    padding: 40px 0 0px;
}

 

.contact .area span{
    color: red;
}

.contact .col-sm{
    margin-top: 20px;
}

.input_contact{
  margin-top: 10px; resize: none;
}

.btn-submit { 
	display: inline-block; vertical-align: top; border: 0;
      padding: 10px 40px; text-align: center;  font-size: 20px;  line-height: 100%;
    background: #000; color: #fff6f0; border-radius: 50px;
    margin-top: 40px;  transition:0.6s cubic-bezier(0.01, 1.69,    0.99, 0.94); 
}  

.btn-submit:hover{
  color: var(--color-hover) !important;
}

.archive-wrap{
  background-color: #333; color: #fff;
 position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 60px;
}
.archive-wrap .ttl{
  border-bottom: solid 1px #666;
  width: 100%;
  padding-bottom: 14px; 
  font-size: 24px;
  color: #fff !important;
}


.thankyou-text{
   padding: 100px 0;
}

.thankyou-text h3{
   line-height: 140%;
}