@charset "UTF-8";
@media screen and (min-width: 769px) {
  #main {
    position: relative;
  }
  #main::before {
    content: "";
    background: url(../img/discussion/bg_pc.webp) center top/125% auto repeat-y;
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .cmn_head {
    margin-bottom: 0;
  }
}

/* サミット女子会
====================================================== */
@media screen and (min-width: 769px) {
  .talk_title .container.fluid {
    max-width: none;
    padding: 0;
  }
}
.talk_title .ttl_box {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .talk_title .ttl_box {
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 50px;
    margin-bottom: 80px;
  }
}
.talk_title .ttl_box .ttl {
  color: #01224E;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media screen and (min-width: 769px) {
  .talk_title .ttl_box .ttl {
    font-size: 21px;
    position: relative;
    padding: 0 30px;
  }
}
.talk_title .ttl_box .ttl span {
  display: block;
  max-width: 226px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .talk_title .ttl_box .ttl span {
    max-width: 256px;
    margin: 0 auto 30px;
  }
}
.talk_title .ttl_box .ttl::after {
  content: "";
  display: block;
  background: url(../img/discussion/ttl_border.webp) center/cover no-repeat;
  width: 100%;
  height: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .talk_title .ttl_box .ttl::after {
    width: 140%;
    position: absolute;
    left: 0;
    margin-top: 40px;
  }
}
.talk_title .ttl_box picture {
  margin: 0 -20px;
}
@media screen and (min-width: 769px) {
  .talk_title .ttl_box picture {
    margin: 0;
    width: 60%;
  }
}
.talk_title .member_list_box {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .talk_title .member_list_box {
    max-width: 855px;
    margin: 0 auto 54px;
  }
}
.talk_title .member_list_box .ttl {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .talk_title .member_list_box .ttl {
    font-size: 17px;
    margin-bottom: 35px;
  }
}
.talk_title .member_list_box .ttl::before, .talk_title .member_list_box .ttl::after {
  content: "";
  display: inline-block;
  background-color: #4FA6E5;
  width: 43px;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .talk_title .member_list_box .ttl::before, .talk_title .member_list_box .ttl::after {
    width: 53px;
  }
}
.talk_title .member_list_box .member_list {
  position: relative;
  padding: 0 28px 28px;
}
@media screen and (min-width: 769px) {
  .talk_title .member_list_box .member_list {
    padding: 0 0 35px;
  }
}
.talk_title .member_list_box .member_list::before {
  content: "";
  background-color: rgba(79, 166, 229, 0.15);
  width: 100%;
  height: calc(100% - 18px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 33px;
}
@media screen and (min-width: 769px) {
  .talk_title .member_list_box .member_list::before {
    height: calc(100% - 22px);
  }
}
.talk_title .member_list_box .member_list::after {
  content: "MEMBER";
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  line-height: 1;
  position: absolute;
  bottom: -8px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .talk_title .member_list_box .member_list::after {
    font-size: 70px;
    bottom: -11px;
  }
}
.talk_title .member_list_box .member_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media screen and (min-width: 769px) {
  .talk_title .member_list_box .member_list ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 85%;
    margin: auto;
  }
}
.talk_title .member_list_box .member_list ul li p {
  color: #4FA6E5;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.talk_title .member_list_box .member_list ul li p em {
  font-style: normal;
  font-size: 1.16em;
  font-weight: 700;
}

.talk_body {
  padding: 24px 0 48px;
}
.talk_body:last-child {
  padding-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .talk_body:last-child {
    padding-bottom: 136px;
  }
}
@media screen and (min-width: 769px) {
  .talk_body {
    padding: 54px 0 70px;
  }
  .talk_body > .container {
    max-width: 980px;
  }
}
.talk_body .q_ttl {
  color: #4FA6E5;
  font-size: 22px;
  line-height: 1.59;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .talk_body .q_ttl {
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1.36em;
  }
}
.talk_body .q_ttl::before {
  content: "";
  display: block;
  background: url(../img/interview/icon_q.svg) center/contain no-repeat;
  width: 45px;
  height: 34px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .talk_body .q_ttl::before {
    display: inline-block;
    width: 50px;
    height: 38px;
    margin-bottom: 0;
  }
}
.talk_body .comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .talk_body .comment {
    max-width: calc(100% - 350px);
    margin-bottom: 50px;
  }
  .talk_body .comment.last {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .talk_body .comment.last .txt {
    margin: 0 auto 50px;
  }
}
.talk_body .comment .photo {
  width: 62px;
  text-align: center;
  margin-top: 8px;
}
.talk_body .comment .photo span {
  color: #4FA6E5;
  font-size: 12px;
  font-weight: 700;
}
.talk_body .comment .txt {
  width: calc(100% - 62px);
  padding-left: 1rem;
  font-size: 13px;
  line-height: 2.3;
}
@media screen and (min-width: 769px) {
  .talk_body .comment .txt {
    font-size: 15px;
    padding-left: 25px;
  }
}
.talk_body .comment .txt ol {
  padding-left: 1.5em;
  text-indent: -1.2em;
}
.talk_body .comment .txt ol li {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .talk_body .image_box {
    max-width: 300px;
    position: absolute;
    top: 55px;
    right: 20px;
  }
}
.talk_body .image_box picture {
  display: block;
  margin-top: 23px;
}
@media screen and (min-width: 769px) {
  .talk_body .image_box picture {
    margin-top: 50px;
  }
}
.talk_body .image_box.fw {
  margin: 0 -20px;
}
@media screen and (min-width: 769px) {
  .talk_body .image_box.fw {
    position: static;
    max-width: none;
    width: 100vw;
    margin: 120px calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 769px) {
  .talk_body .image_box.fw2 {
    position: static;
    max-width: none;
    margin-top: 120px;
  }
}
.talk_body.talk_box2 .comment, .talk_body.talk_box5 .comment {
  max-width: none;
}
@media screen and (min-width: 769px) {
  .talk_body.talk_box3 .q_ttl {
    max-width: calc(100% - 350px);
    margin-left: auto;
  }
  .talk_body.talk_box3 .comment {
    margin-left: auto;
  }
  .talk_body.talk_box3 .image_box {
    top: -55px;
    left: 20px;
    right: auto;
  }
}

/* 背景固定オブジェクト
====================================================== */
#discussion .obj1 {
  top: 1.7%;
  left: -9.5%;
  max-width: 74px;
}
#discussion .obj2 {
  top: 100px;
  right: -20%;
  max-width: 240px;
}
#discussion .obj3 {
  top: 6.3%;
  left: 5%;
  max-width: 60px;
}
#discussion .obj4 {
  top: 6.6%;
  right: 5%;
  max-width: 54px;
}
#discussion .obj5 {
  top: 20.2%;
  right: -25%;
  max-width: 220px;
}
#discussion .obj6 {
  top: 24%;
  left: 10%;
  max-width: 98px;
}
#discussion .obj7 {
  top: 40.2%;
  left: -35%;
  max-width: 200px;
}
#discussion .obj8 {
  top: 40.5%;
  right: -2%;
  max-width: 63px;
}
#discussion .obj9 {
  top: 43.3%;
  right: -25%;
  max-width: 240px;
}
#discussion .obj10 {
  top: 58.7%;
  left: -7%;
  max-width: 98px;
}
#discussion .obj11 {
  top: 60.6%;
  right: -15%;
  max-width: 205px;
}
#discussion .obj12 {
  top: 78.6%;
  right: -15%;
  max-width: 240px;
}
#discussion .obj13 {
  top: 94.7%;
  left: -5%;
  max-width: 85px;
}