@charset "UTF-8";

/*****************************
message
*****************************/
.message::after {
  background: url(../../images/common/bg_pattern1.webp) no-repeat center / cover;
  content: '';
  opacity: .3;
  position: absolute;
  top: 60px;
  right: -150px;
  height: 100%;
  width: 170vw;
  z-index: -2;
  transform: rotate(345deg);
}
.message .ftxtbox {
  width: 60%;
}
.message .ftxtbox p {
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 2px 2px 2px #fff,
  -2px 2px 2px #fff,
  2px -2px 2px #fff,
  -2px -2px 2px #fff,
  2px 0 2px #fff,
  0 2px 2px #fff,
  -2px 0 2px #fff,
  0 -2px 2px #fff,
  2px 2px 2px #fff,
  -2px 2px 2px #fff,
  2px -2px 2px #fff,
  -2px -2px 2px #fff,
  2px 2px 2px #fff,
  0 2px 2px #fff,
  -2px 0 2px #fff,
  0 -2px 2px #fff;
}
.message .ftxtbox p:not(:last-child) {
  margin-bottom: 1rem;
}
.message .fimgbox {
  width: 35%;
}
.message .fimgbox .img {
  margin-bottom: 4rem;
  position: relative;
}
.message .fimgbox .img::after {
  background: url(../../images/common/bg_pattern2.webp) no-repeat center / cover;
  border-radius: 50px;
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.message .fimgbox .img img {
  border-radius: 50px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.message .fimgbox .sign1 {
  color: #EF7211;
  font-size: 2.5rem;
  font-weight: 600;
}
.message .fimgbox .sign2 {
  text-align: right;
}
.message .fimgbox .sign2 ruby {
  font-size: 5rem;
  font-weight: 600;
}
.message .fimgbox .sign2 ruby rt {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: .5rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .message .fimgbox .sign1 {
    font-size: 1.8rem;
  }
  .message .fimgbox .sign2 ruby rt {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .message .fimgbox .sign2 ruby {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .message::after {
    display: none;
  }
  .message .ftxtbox p {
    font-size: 1.6rem;
  }
  .message .flexbox2 {
    flex-direction: column-reverse;
  }
  .message .ftxtbox {
    width: 100%;
  }
  .message .fimgbox {
    margin: 0 auto 2rem;
    width: 80%;
  }
  .message .fimgbox .img img {
    border-radius: 20px;
  }
  .message .fimgbox .img::after {
    border-radius: 20px;
    bottom: -10px;
    right: -10px;
  }
}

/*****************************
profile
*****************************/
.profile .logomark-c {
  position: absolute;
  top: 50px;
  left: -150px;
  opacity: .05;
  width: 47vw;
  z-index: -1;
}
.profile .flexbox2 {
  background: #fff;
  border: 5px solid #EF7211;
  border-radius: 25px;
  padding: 4rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .profile .logomark-c {
    top: 120px;
    left: -30px;
  }
}