@charset "UTF-8";

#cover {
  position: relative;
  height: 411px;
  background: linear-gradient(90deg,rgba(191, 194, 199, 1) 0%, rgba(244, 248, 251, 1) 100%);
  overflow: hidden;
}
#cover .bg_cover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 411px;
}
#cover .img_cover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 411px;
}

#description p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #454554;
  margin: 60px 0;
}
#description .index {
  width: 940px;
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 40px 120px;
  border-radius: 14px;
  box-sizing: border-box;
}
#description .index .title_index {
  text-align: center;
  font-size: 16px;
  color: #454554;
  margin-bottom: 40px;
}
#description .index .list_index {
  font-size: 18px;
  line-height: 1.2;
}
#description .index .list_index li + li {
  margin-top: .8em;
}
#description .index .list_index li a {
  color: #222576;
}
#description .index .list_index > li {
  font-weight: 700;
  list-style: disc;
}
#description .index .list_index ul {
  margin: .8em 0 0 1.5em;
}
#description .index .list_index ul li {
  font-weight: 400;
  list-style: circle;
}

#profile {
  padding: 40px 0 120px;
}
#profile .list_profile {
  display: flex;
  gap: 40px;
  width: 680px;
  margin: 0 auto;
}
#profile .list_profile li {
  width: 320px;
}
#profile img {
  margin-bottom: 16px;
}
#profile .company,
#profile .name {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
#profile .name small {
  font-size: .875em;
}
#profile p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
}
#profile a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222576;
  margin-top: 16px;
}
#profile a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  background-image: url(../img/special-talk/icon_blank.svg);
  background-size: 100%;
  margin-left: 2px;
}

#dialogue {
  padding: 120px 0;
  background-color: #f5f5f5;
}
#dialogue .inner {
  width: 680px;
  margin: 0 auto;
}
#dialogue .title_dialogue {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -.01em;
  color: #454554;
  background-image: url(../img/special-talk/marker_title.svg);
  background-size: .46em auto;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 75px;
  padding-left: 1em;
}
#dialogue .question {
  position: relative;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  padding-left: 4.2em;
}
#dialogue .question::before {
  content: "━━━━";
  position: absolute;
  top: 0;
  left: 0;
}
#dialogue p {
  font-size: 18px;
  line-height: 1.65;
  margin-top: 40px;
}
#dialogue p .respondent {
  display: inline-block;
  width: 6em;
  font-weight: 700;
}
#dialogue p strong {
  font-weight: 600;
  background-color: #e6d296;
}
#dialogue .photo {
  margin-top: 75px;
}
#dialogue .photo + .question,
#dialogue .photo + p {
  margin-top: 75px;
}
#dialogue .photo .caption {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  margin-top: .5em;
}
#dialogue .link {
  font-weight: 600;
  color: #222576;
}
#dialogue .link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  background-image: url(../img/special-talk/icon_link.svg);
  background-size: 100%;
}
#dialogue_01,
#dialogue_02,
#dialogue_03 {
  background-size: auto 60px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  padding-bottom: 160px;
}
#dialogue_01 {
  background-image: url(../img/special-talk/line_01_pc.svg);
}
#dialogue_02 {
  background-image: url(../img/special-talk/line_02_pc.svg);
}
#dialogue_03 {
  background-image: url(../img/special-talk/line_03_pc.svg);
}