@charset "UTF-8";
* {
    box-sizing: border-box;
}

.sp_wrapper {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}


.sec-main {
  height: 130rem;
  padding-top: 80rem;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #B39A47;
}
.sec-main .head-en {
  color: #FFF;
}
.sec-main .head {
  color: #FFF;
  font-size: 19rem;
  margin-bottom: 16rem;
  padding-bottom: 16rem;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  width: 329rem;
}
.sec-message {
  padding: 48rem 20rem 0;
}
.msg-block {
  margin-bottom: 0;
}
.h3-msg {
  color: #000;
  text-align: center;
  font-size: 22rem;
  letter-spacing: 1.2rem;
  line-height: 1.6;
  margin-bottom: 24rem;
}
.h3-msg-border {
  color: #000;
  font-size: 19rem;
  letter-spacing: 1.2rem;
  line-height: 1.6;
  margin-bottom: 24rem;
}
.p-msg {
  color: #000;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 14rem;
  line-height: 2;
  letter-spacing: 0.7rem;
  margin-bottom: 24rem;
}
.msg-bold {
  font-weight: 700;
}
.area-img-msg {
  width: 220rem;
  height: 128rem;
  margin-top: 32rem;
  margin-bottom: 32rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 12rem;
}
.area-img-msg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msg-signature {
  text-align: right;
  padding: 32rem 0 48rem;
}
.msg-signature-company {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-size: 16rem;
  color: #000;
  margin-bottom: 8rem;
}
.msg-signature-name {
  font-size: 16rem;
  color: #000;
  letter-spacing: 2rem;
}
.sec-org {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.area-img-org {
  text-align: center;
}
.area-img-org img {
  width: 303rem;
  margin: auto;
}