.grid-container {
  margin-bottom: 0px;
}
.breadcrumbs {
  margin-bottom: 100px;
}
body article.main{
  max-width: 1920px;
}
/* contact */
.contact-info {
  position: relative;
}

.contact-info:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100vw - (100vw - 90rem) / 2 - 15px);
  height: 1px;
  background: #eaeaea;
}
.info-cont h2 {
  letter-spacing: 3px;
  word-spacing: 1px;
}

.sec.padding-large {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
.global-title-en {
  margin-bottom: 1.375rem;
  font-size: 0.875rem;
  color: #191f23;
}
.global-title {
  margin-bottom: 7.75rem;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1px;
}
.global-text-wrapper {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.global-text-block {
  margin-left: 0.9375rem;
  margin-right: 3.9375rem;
  margin-bottom: 5rem;
  padding-right: 3.125rem;
  width: calc(100vw / 4 - 30px);
  font-size: 0.875rem;
}
.global-text-block,
.global-text-block * {
  line-height: 2;
}
.global-text-block .inside {
  padding-top: 1.875rem;
  padding-right: 1.5rem;
}
.global-text-block .cont {
  padding-top: 1.875rem;
  padding-right: 1.5rem;
  border-top: 1px solid #7d7d7d;
  line-height: 20px;
}

.global-text-block .block-title {
  font-size: 1.125rem;
  font-weight: 900;
}

/* contact 開始 */
#onlycontact {
  width: 100%;
  margin: 0 0 0 0;
}
#map {
  min-height: 828px;
  height: 100%;
  width: 32%;
  right: 0;
  position: absolute;
  top: -12.6%;
}
.contact-form {
  margin-bottom: 80px;
}
.contact-form input{
  outline: none;
  border: none;
}
.contact-forms h2 {
  letter-spacing: 3px;
  word-spacing: 1px;
  margin-bottom: 80px;
}
.contact-forms label {
  font-weight: 900;
}
.contact-forms .button {
  margin-bottom: 0.9375rem;
  font-weight: 900;
  outline: none;
  background-color: rgb(216, 83, 18);
}
.contact-forms .button i::before {
  color: #fff;
}
.global-title{
  color: #142D24;
}
.error{
  padding-left: 15px;
}
.thanksWrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.992);
  position: fixed;
  top: 0;
  z-index: 10000;
  display: none;
}

.thanks {
  width: 700px;
  position: absolute;
  left: 50%;
  top: 24%;
  transform: translateX(-50%);
  padding: 8.5% 5%;
  background-color: #fff;
  transition: 2s;
  border-radius: 10px;
  
}

.thanks .fas {
  font-size: 30px;
  color: #000;
  font-weight: 900;
  float: right;
  top: 40px;
  position: fixed;
  cursor: pointer;
  right: 40px;
}

.thanks h1 {
  font-size: 50px;
  color: #000;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 30px;
  width: 70%;
}

.thanks p {
  font-size: 15px;
  font-weight: 700;
  width: 70%;
}
/* // */
/* RWD */
@media screen and (min-width: 1300px) {
  .contact-info .info-cont {
    max-width: 73%;
    margin-bottom: 90px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1300px) {
  .global-text-block {
    width: 278px;
  }
}
@media screen and (min-width: 1300px) {
  .global-text-block .sub-block {
    margin-top: 120px;
  }
}
/* 我的RWD */
@media screen and (min-width: 1600px) {
}
@media (max-width: 1600px) and (min-width: 1300px) {
  .grid-container{
    margin-left: 6%;
    margin-right: 6%;
  }
  #map{
    width: 40%;
  }
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .grid-container{
    margin-bottom: 90px;
    margin-left: 6%;
    margin-right: 6%;
  }
  .global-title{
    margin-bottom:2.7rem;
  }
  .global-text-block{
    width: 100%;
  }
  .global-text-wrapper{
    width: 60%;
  }
  #map{
    min-height: 842px;
    width: 40%;
    top: -9%;
  }
  .thanks{
    width: 600px;
  }
  
  
}

@media (max-width: 1000px) and (min-width: 700px) {
  .grid-container{
    margin-bottom: 90px;
    margin-left: 6%;
    margin-right: 6%;
  }
  .global-text-wrapper{
    width: 55%;
  }
  .global-text-block{
    margin-right: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
  #map{
    width: 40%;
    height: 41%;
    min-height: 470px;
    top: 8%;
  }
  .breadcrumbs {
    margin-bottom: 50px;
  }
  .thanks{
    width: 500px;
  }
  .thanks h1{
    font-size: 40px;
  }
  .thanks p{
    width: 60%;
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .breadcrumbs {
    margin-bottom: 50px;
  }
  .grid-container{
    margin-bottom: 50px;
    margin-left: 6%;
    margin-right: 6%;
  }
  .global-title{
    margin-bottom: 2.75rem;
  }
  .global-text-wrapper{
    width: 100%;
  }
  .global-text-block{
    margin-right: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  #map{
    width: 88%;
    min-height: 300px;
    position: relative;
    margin: 0 6% 9%;
  }
  .thanks {
    max-width: 375px;
  }
  .thanks .fas{
    top: 20px;
    right: 25px;
  }
  .thanks h1{
    font-size: 35px;
    width: 75%;
  }
  .thanks p{
    font-size: 15px;
    width: 60%;
  }
  
  
}
