@charset "utf-8";

main>article{
  padding-bottom: 10.4rem;
}

/*  msghd  */
#msghd{
  position: relative;
}
@media screen and (min-width: 768px){
  #msghd::before {
    content: '';
    position: absolute;
    background-color:#F5FCEF;
    left: 428px;
    bottom: -338px;
    width: 338px;
    height: 338px;
    z-index: -10;
  }
}
#msghd .text{
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}
@media screen and (min-width: 768px){
  #msghd .text{
    padding: 0;
    width: calc(430 / 1000 * 100%);
    height: calc(55rem + 60px);
    gap: 120px;
  }
}
#msghd .text::before {
  content: '';
  position: absolute;
  left: calc(50% - 50vw);
  right: 0;
  z-index: -10;
  top: 0;
  background-color: var(--theme-color);
  max-width: 50%;
  height: 100%;
}
@media screen and (min-width: 768px){
  #msghd .text::before {
    height: calc(55rem + 60px);
    max-width: none;
  }
}
#msghd .text::after {
  content: "";
  position: absolute;
  width: 61px;
  height: 61px;
  left: -15px;
  bottom: -50px;
  background: url('../images/ill_interview_bg.png') no-repeat center / contain;
}
@media screen and (min-width: 768px){
  #msghd .text::after {
    width: 122px;
    height: 122px;
    left: -122px;
    bottom: -88px;
  }
}
#msghd h2{
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255,255,255, 0.2);
  font-size: 41px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: var(--Oswald);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}
@media screen and (min-width: 768px){
  #msghd h2{
    left: -176px;
    font-size: 82px;
  }
}
#msghd .msg{
  padding: 4.4rem 0;
}
#msghd .msg p{
  margin: 0;
  font-size: 3.2rem;
  font-size: clamp(1.9rem, 32 / 1280 * 100vw, 3.2rem);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#msghd .post{
  padding: .3rem 0;
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#msghd .name{
  margin: 0;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: calc(1.26 / 21 * 1em);
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#msghd .image{
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -20;
  height: 50%;
}
@media screen and (min-width: 768px){
  #msghd .image{
    left: auto;
    height: 55.0rem;
  }
}
@media screen and (min-width: 1366px){
  #msghd .image{
    width: calc(1023 / 1366 * 100vw);
  }
}
#msghd .image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

/*  message  */
#message{
  padding: 4.3525rem 5.3rem;
  margin: 0 auto;
  max-width: 84.6rem;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}
#message .text p{
  padding-bottom: 2.15em;
  margin: 0;
  font-family: var(--Optima);
  font-size: 1.3rem;
  line-height: 2.15;
  letter-spacing: calc(0.65 / 13 * 1em);
}
#message .sig{
  padding-top: 1.4rem;
}
#message .sig p{
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: calc(0.78 / 13 * 1em);
  text-align: right;
}
#message .sig .name{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
