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

/* ---- Gold Header ---- */
.sec-main {
  padding-top: 135px;
  padding-bottom: 46px;
  text-align: center;
  background-color: #B39A47;
}
.sec-main .head-en {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
}
.sec-main .head {
  color: #FFF;
  font-size: 47px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  width: 672px;
}

/* ---- Message Body ---- */
.dele_msg_sec {
    position: relative;
    width: 100%;
    height: 1800px;
    padding-top: 64px;
}
.msg-inner {
    width: 1010px;
    margin: 0 auto;
}

/* Titles */
.msg_title_stlyle1 {
    line-height: 1.6;
    font-family: "BIZ UDPMincho", serif;
    font-size: 52px;
    color: #000;
    text-align: left;
    letter-spacing: 0.75px;
    padding-bottom: 76px;
}
.msg_title_style2 {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.75px;
    line-height: 1.6;
    margin-top: 48px;
    margin-bottom: 30px;
}

/* Two column layout */
.msg-two-col {
    display: flex;
    gap: 164px;
    align-items: flex-start;
}
.msg-col-text {
    width: 520px;
    flex-shrink: 0;
}
.msg-col-images {
    flex-shrink: 0;
    width: 326px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-left: auto;
}
.msg-img-item {
    width: 220px;
    height: 129px;
    overflow: hidden;
    border-radius: 8px;
}
.msg-img-item:nth-child(odd) {
    margin-left: auto;
}
.msg-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Body text */
.msg_text_style1 {
    line-height: 28px;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left;
    letter-spacing: 0.75px;
}
.msg-bold {
    font-weight: 700;
}

/* Signature */
.msg-signature-pc {
    text-align: right;
    margin-top: 48px;
}
.msg-signature-company-pc {
    font-family: 'BIZ UDPMincho', sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}
.msg-signature-name-pc {
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 100px;
}
