.subcont__header__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 28px;
  margin: auto;
  background-color: #ffbf00;
}

@media screen and (max-width: 540px) {
  .subcont__header__inner::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
  }
}

.subcont__header__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 28px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .subcont__header__inner {
    width: 100%;
  }
}

.subcont__header__inner img {
  width: 100%;
}

@media screen and (max-width: 540px) {
  .subcont__header__inner {
    padding-top: 10px;
  }
}

.copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 95px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy {
    bottom: -18%;
  }
}

@media screen and (max-width: 540px) {
  .copy {
    bottom: -45%;
  }
}

.copy h2 {
  margin-bottom: 18px;
}

@media screen and (min-width: 1200px) {
  .copy h2 {
    display: inline-flex;
  }
}

@media screen and (max-width: 540px) {
  .copy h2 {
    margin-bottom: 8px;
  }

  .copy h2 img {
    display: block;
    width: 32%;
    margin: 0 auto;
  }
}

.sub-copy {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background: #103a58;
  color: #fff;
  border-radius: 10px;
  padding: 20px 0 30px;
}

.sub-copy h3 {
  font-size: 2vw;
  color: #fff;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, .7);
  margin-bottom: 16px;
}

.sub-copy p {
  text-shadow: 4px 4px 5px rgba(0, 0, 0, .7);
}

@media screen and (max-width: 768px) {
  .sub-copy {
    width: 95%;
  }
}

@media screen and (max-width: 540px) {
  .sub-copy {
    width: 86%;
    padding: 10px;
  }

  .sub-copy h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .sub-copy p {
    font-size: 11px;
    text-align: left;
  }
}

.crosstalk__cont {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .crosstalk__cont {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .crosstalk__cont {
    margin: 10px auto 0;
  }
}

.interview-date {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .interview-date {
    margin: 90px 0 0 0;
  }
}

@media screen and (max-width: 540px) {
  .interview-date {
    margin: 34% 0 0 0;
  }
}

.member__cont {
  margin: 28px 0 28px;
}

@media screen and (max-width: 768px) {
  .member__cont {
    margin: 0 0 0 30px;
  }
}

@media screen and (max-width: 540px) {
  .member__cont {
    margin: 0;
  }
}

.member__cont ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .member__cont ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 16px;
  }
}

@media screen and (max-width: 540px) {
  .member__cont ul {
    display: block;
    margin-bottom: 18px;
  }
}

.menber__card {
  width: 19%;
  max-width: 228px;
  position: relative;
}

.sales__menber__card {
  width: 24%;
  max-width: 280px;
  position: relative;
}

@media screen and (max-width: 768px) {

  .menber__card,
  .sales__menber__card {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .menber__card,
  .sales__menber__card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    position: static;
  }
}

.box {
  width: 100%;
}

@media screen and (max-width: 540px) {
  .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .menber-image {
    width: 20%;
  }
}

.box img {
  width: 100%;
}

.menber-prof {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background: rgba(82, 124, 193, .5);
  width: 100%;
  max-width: 210px;
  margin: auto;
  padding: 8px 12px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 1048px) {
  .menber-prof {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .menber-prof {
    font-size: 13px;
  }
}

@media screen and (max-width: 540px) {
  .menber-prof {
    position: static;
    background: rgba(82, 124, 193, .5);
    width: 80%;
    max-width: 80%;
    margin: 0;
  }
}

.message__cont {
  margin-bottom: 48px;
}

@media screen and (max-width: 540px) {
  .message__cont {
    margin-bottom: 18px;
  }
}

.message-box h3 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 6px;
}

@media screen and (max-width: 540px) {
  .message-box h3 {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
}

.message-box p {
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .message-box p {
    margin-bottom: 12px;
  }
}

.talkmember-image {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .talkmember-image {
    width: 100%;
  }
}

.talkmember-image img {
  width: 100%;
}

.talk__cont_l {
  border-left: 5px solid #fb5012;
  padding-left: 2%;
  padding-bottom: 45px;
}

.talk__cont_r {
  border-right: 5px solid #ffbf00;
  padding-right: 2%;
  padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .talk__cont_l,
  .talk__cont_r {
    border: none;
    padding: 0;
  }
}

.talk__cont {
  padding-top: 28px;
}

@media screen and (max-width: 540px) {
  .talk__cont {
    padding-top: 0;
  }
}

.talk__cont h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 28px;
}

@media screen and (max-width: 540px) {
  .talk__cont h4 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .talk__cont h4 img {
    width: 60px;
  }
}

.talk__cont h4 img {
  vertical-align: baseline;
}

.talk__cont dl {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .talk__cont dl {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .talk__cont dl {
    padding-bottom: 14px;
  }
}

.talk__cont dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.talk__cont dl dt img {
  margin-right: 14px;
}

@media screen and (max-width: 540px) {
  .talk__cont dl dt img {
    width: 60px;
  }
}

@media screen and (max-width: 540px) {
  .talk__cont dl dt {
    margin-bottom: 4px;
  }
}

.talk__cont dl dd {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .talk__cont dl dd {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 540px) {
  .talk__cont dl dd {
    width: 100%;
    font-size: 12px;
    line-height: 2;
  }
}

.img-closstalk_small {
  display: block;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px) {
  .img-closstalk_small {
    width: 95%;
    display: block;
    margin: 0 auto 35px;
  }
}

@media screen and (max-width: 540px) {
  .img-closstalk_small {
    padding: 0 0 10px 0;
    margin: 0 auto;
  }

  .crosstalk-last {
    padding-bottom: 38px;
  }
}

.img-closstalk_small img {
  display: block;
  margin: 0 auto;
}