@charset "UTF-8";
/**********************************************************************************************
リード文
**********************************************************************************************/
.bl_tsLeadOuter {
  margin-top: 60px;
}

@media only screen and (max-width: 567px) {
  .bl_tsLeadOuter {
    margin-top: 30px;
  }
}

.el_tsLeadHeader {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  text-align: center;
}

.el_tsLeadHeader::first-letter {
  color: #00ac4d;
}

@media only screen and (max-width: 819px) {
  .el_tsLeadHeader {
    text-align: left;
  }
}

@media only screen and (max-width: 567px) {
  .el_tsLeadHeader {
    font-size: 1.625rem;
  }
}

.bl_tsLeadTextWrapper {
  margin-top: 38px;
}

.el_tsLeadText {
  font-size: 1.25rem;
  text-align: center;
}

@media only screen and (max-width: 819px) {
  .el_tsLeadText {
    text-align: left;
  }
}

@media only screen and (max-width: 567px) {
  .el_tsLeadText {
    font-size: 1rem;
  }
}

/**********************************************************************************************
トークメンバー
**********************************************************************************************/
.bl_tsMemberOuter {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, transparent 0, transparent 100px, #f0f0f0 100px);
  margin-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberOuter {
    background: linear-gradient(to bottom, transparent 0, transparent 70px, #f0f0f0 70px);
  }
}

.bl_tsMemberPhotoOuter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberPhotoOuter {
    display: block;
  }
}

.bl_tsMemberPhotoLogoWrapper {
  width: 3.45%;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberPhotoLogoWrapper {
    width: 100%;
  }
}

.el_tsMemberPhotoLogo {
  width: 100%;
  height: auto;
  max-width: none;
}

@media only screen and (max-width: 567px) {
  .el_tsMemberPhotoLogo {
    width: 56%;
  }
}

.bl_tsMemberPhotoImageWrapper {
  width: 96.55%;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberPhotoImageWrapper {
    width: 100%;
  }
}

.el_tsMemberPhotoImage {
  width: 100%;
  height: auto;
  max-width: none;
}

.bl_tsMemberListOuter {
  margin-top: 40px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberListOuter {
    margin-top: 20px;
  }
}

.bl_tsMemberList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.bl_tsMemberList.four_members {
  gap: 30px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberList {
    display: block;
  }
}

.bl_tsMemberListItem {
  width: 31.03%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberListItem {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberListItem:last-of-type {
    margin-bottom: 0;
  }
}

.bl_tsMemberListItemCompanyWrapper {
  display: block;
  width: 100%;
  margin-bottom: 19px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberListItemCompanyWrapper {
    margin-bottom: 10px;
  }
}

.el_tsMemberListItemCompany {
  display: inline-block;
  width: auto;
  color: #fff;
  font-size: 0.8125rem;
  padding: 4px 10px;
  line-height: 1;
}

.el_tsMemberListItemCompany.retail {
  background-color: #90b721;
}

.el_tsMemberListItemCompany.foods {
  background-color: #eda406;
}

.el_tsMemberListItemCompany.water {
  background-color: #00a0c2;
}

.el_tsMemberListItemCompany.deve {
  background-color: #d70640;
}

.bl_tsMemberListItemNameWrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.el_tsMemberListItemName {
  width: 30%;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.el_tsMemberListItemName span {
  font-size: 1rem;
  font-weight: normal;
}

.el_tsMemberListItemYear {
  width: 70%;
  font-size: 0.8125rem;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.bl_tsMemberListItemPositionWrapper {
  margin-top: 5px;
}

.el_tsMemberListItemPosition {
  font-size: 0.8125rem;
}

.bl_tsMemberListItemTextWrapper {
  margin-top: 20px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMemberListItemTextWrapper {
    margin-top: 10px;
  }
}

.el_tsMemberListItemText {
  font-size: 0.875rem;
}

/**********************************************************************************************
トークセッション本文
**********************************************************************************************/
.bl_tsMainOuter {
  padding-top: 53px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainOuter {
    padding-top: 20px;
  }
}

.bl_tsMainInner {
  margin-top: 40px;
}

.el_tsMainHeader {
  font-size: 1.125rem;
  color: #00ac4d;
  font-weight: bold;
}

.bl_tsMainTalkList + .el_tsMainHeader {
  margin-top: 53px;
}

.bl_tsMainTalkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkList {
    display: block;
  }
}

.bl_tsMainTalkListNameWrapper {
  width: 104px;
  margin-top: 34px;
}

.bl_tsMainTalkListNameWrapper:first-of-type {
  margin-top: 0;
}

.bl_tsMainTalkListTalkOuter {
  width: calc(100% - 124px);
  margin-top: 34px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkListTalkOuter {
    width: 100%;
    margin-top: 8px;
  }
}

.bl_tsMainTalkListTalkOuter:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkListTalkOuter:first-of-type {
    margin-top: 8px;
  }
}

.el_tsMainTalkListName {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

@media only screen and (max-width: 567px) {
  .el_tsMainTalkListName {
    font-size: 0.9375rem;
  }
}

.bl_tsMainTalkListNameWrapper.retail .el_tsMainTalkListName {
  background-color: #90b721;
}

.bl_tsMainTalkListNameWrapper.foods .el_tsMainTalkListName {
  background-color: #eda406;
}

.bl_tsMainTalkListNameWrapper.water .el_tsMainTalkListName {
  background-color: #00a0c2;
}

.bl_tsMainTalkListNameWrapper.deve .el_tsMainTalkListName {
  background-color: #d70640;
}

.el_tsMainTalkListTalk {
  font-size: 1.125rem;
  margin-bottom: 1em;
}

@media only screen and (max-width: 567px) {
  .el_tsMainTalkListTalk {
    font-size: 1rem;
  }
}

.el_tsMainTalkListTalk:last-of-type {
  margin-bottom: 0;
}

.bl_tsMainTalkPhotoOuter {
  width: 100%;
  margin-top: 35px;
}

.bl_tsMainTalkAttOuter + .bl_tsMainTalkPhotoOuter {
  margin-top: 40px;
}

.bl_tsMainTalkPhotoOuter.center {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.bl_tsMainTalkPhotoOuter.left {
  width: calc(100% - ((100% - 1160px) / 2));
  padding-right: 10vw;
}

@media (max-width: 1205px) {
  .bl_tsMainTalkPhotoOuter.left {
    width: 90%;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkPhotoOuter.left {
    width: 100%;
  }
}

.bl_tsMainTalkPhotoOuter.right {
  width: calc(100% - ((100% - 1160px) / 2));
  padding-left: 10vw;
  margin-left: auto;
}

@media (max-width: 1205px) {
  .bl_tsMainTalkPhotoOuter.right {
    width: 90%;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkPhotoOuter.right {
    width: 100%;
  }
}

.bl_tsMainTalkPhotoTextWrapper {
  width: 100%;
}

.bl_tsMainTalkPhotoOuter.left .bl_tsMainTalkPhotoTextWrapper {
  width: calc(calc(100vw - calc(100vw - 100%)) - ((calc(100vw - calc(100vw - 100%)) - 1160px) + 10vw - 15px ));
  margin-left: auto;
}

@media (max-width: 1205px) {
  .bl_tsMainTalkPhotoOuter.left .bl_tsMainTalkPhotoTextWrapper {
    width: 100%;
    margin-left: 0;
  }
}

.bl_tsMainTalkPhotoOuter.right .bl_tsMainTalkPhotoTextWrapper {
  width: calc(calc(100vw - calc(100vw - 100%)) - ((calc(100vw - calc(100vw - 100%)) - 1160px) + 10vw - 15px ));
  margin-right: auto;
}

@media (max-width: 1205px) {
  .bl_tsMainTalkPhotoOuter.right .bl_tsMainTalkPhotoTextWrapper {
    width: 100%;
  }
}

.bl_tsMainTalkPhotoImageWrapper + .bl_tsMainTalkPhotoTextWrapper {
  margin-top: 40px;
}

.el_tsMainTalkPhotoText {
  font-size: 1.125rem;
  margin-bottom: 1em;
}

@media only screen and (max-width: 567px) {
  .el_tsMainTalkPhotoText {
    font-size: 1rem;
  }
}

.bl_tsMainTalkPhotoOuter.left .el_tsMainTalkPhotoText {
  padding-left: 15px;
}

.bl_tsMainTalkPhotoOuter.right .el_tsMainTalkPhotoText {
  padding-right: 15px;
}

.el_tsMainTalkPhotoText:last-of-type {
  margin-bottom: 0;
}

.bl_tsMainTalkPhotoImageWrapper {
  width: 100%;
}

.el_tsMainTalkPhotoImage {
  width: 100%;
  height: auto;
  max-width: none;
}

.bl_tsMainTalkAttWrapper {
  margin-top: 57px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkAttWrapper {
    margin-top: 30px;
  }
}

.bl_tsMainTalkAttList {
  width: 100%;
}

.bl_tsMainTalkAttListItem {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #e5f5ec;
  margin-bottom: 20px;
}

.bl_tsMainTalkAttListItem:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkAttListItem {
    display: block;
    overflow: hidden;
  }
}

.bl_tsMainTalkAttListItemImageOuter {
  width: 25.86%;
  min-width: 300px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkAttListItemImageOuter {
    float: left;
    width: 50%;
    min-width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.el_tsMainTalkAttListItemImage {
  width: 100%;
  height: auto;
  max-width: none;
}

.bl_tsMainTalkAttListItemTextWrapper {
  width: 100%;
  min-width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkAttListItemTextWrapper {
    padding: 15px;
  }
}

.bl_tsMainTalkAttListItemImageOuter + .bl_tsMainTalkAttListItemTextWrapper {
  width: calc(100% - 25.86%);
  min-width: calc(100% - 300px);
  padding: 15px 30px;
}

@media only screen and (max-width: 567px) {
  .bl_tsMainTalkAttListItemImageOuter + .bl_tsMainTalkAttListItemTextWrapper {
    width: 100%;
    min-width: auto;
    display: block;
    padding: 15px;
  }
}

.el_tsMainTalkAttListItemTextHeader {
  font-size: 1rem;
  color: #00ac4d;
  font-weight: bold;
}

.el_tsMainTalkAttListItemText {
  font-size: 1rem;
  margin-top: 7px;
}

@media only screen and (max-width: 567px) {
  .el_tsMainTalkAttListItemText {
    font-size: 0.875rem;
  }
}

/**********************************************************************************************
取材日付枠
**********************************************************************************************/
.bl_tsWriteDateWrapper {
  margin-top: 40px;
}

.el_tsWriteDate {
  font-size: 0.875rem;
}

/**********************************************************************************************
他のトークセッション
**********************************************************************************************/
.bl_tsOtherOuter {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 567px) {
  .bl_tsOtherOuter {
    padding-bottom: 120px;
  }
}

.bl_tsOtherListItemWrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 567px) {
  .bl_tsOtherListItemWrapper {
    display: block;
  }
}

.bl_tsOtherListItemHeader {
  position: absolute;
  display: block;
  width: 153px;
  height: 34px;
  left: 0;
  top: -25px;
  margin-left: auto;
  margin-right: auto;
}

.bl_tsOtherList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media only screen and (max-width: 567px) {
  .bl_tsOtherList {
    display: block;
  }
}

.bl_tsOtherListItem {
  display: block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bl_tsOtherListItemLinkWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media only screen and (max-width: 567px) {
  .bl_tsOtherListItemLinkWrapper {
    display: block;
  }
}

.bl_tsOtherListItemPhotoOuter {
  display: block;
  width: 46.55%;
  min-height: 250px;
}

@media (max-width: 1205px) {
  .bl_tsOtherListItemPhotoOuter {
    min-height: auto;
  }
}

@media only screen and (max-width: 567px) {
  .bl_tsOtherListItemPhotoOuter {
    width: 100%;
  }
}

.bl_tsOtherListItemPhotoWrapper {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}

.bl_tsOtherListItem.session1 .bl_tsOtherListItemPhotoWrapper {
  background: url(/recruit/shinsotsu/common/image/top/talk_session1_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.bl_tsOtherListItem.session2 .bl_tsOtherListItemPhotoWrapper {
  background: url(/recruit/shinsotsu/common/image/top/talk_session2_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.bl_tsOtherListItemLinkWrapper:hover .bl_tsOtherListItemPhotoWrapper {
  background-size: 102% auto;
}

@media (max-width: 1205px) {
  .bl_tsOtherListItemPhotoWrapper {
    height: 0;
    padding-top: 46.2962%;
  }
}

.bl_tsOtherListItemTextOuter {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 53.45%;
  height: 100%;
}

@media only screen and (max-width: 567px) {
  .bl_tsOtherListItemTextOuter {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
}

.el_tsOtherListItemTextHeader {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  padding-left: 40px;
  padding-right: 20px;
}

@media (max-width: 1205px) {
  .el_tsOtherListItemTextHeader {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
  }
}

@media only screen and (max-width: 819px) {
  .el_tsOtherListItemTextHeader {
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bl_tsOtherListItemNameOuter {
  margin-top: 16px;
  padding-left: 40px;
  padding-right: 20px;
}

@media only screen and (max-width: 819px) {
  .bl_tsOtherListItemNameOuter {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bl_tsOtherListItemNameList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bl_tsOtherListItemNameListItem {
  position: relative;
  display: block;
  width: auto;
  padding-right: 60px;
}
.bl_tsOtherListItemNameListItem.four_members {
  padding-right: 50px;
}
.bl_tsOtherListItemNameListItem.four_members:last-child {
  padding-right: 0;
}

@media (max-width: 1200px) {
  .bl_tsOtherListItemNameListItem {
    padding-right: 40px;
  }
  .bl_tsOtherListItemNameListItem.four_members {
    padding-right: 30px;
  }
  .bl_tsOtherListItemNameListItem.four_members:last-child {
    padding-right: 0;
  }
}

.bl_tsOtherListItemNameListItem::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #9e9e9e;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .bl_tsOtherListItemNameListItem::before {
    width: 20px;
    right: 10px;
  }
}

.bl_tsOtherListItemNameListItem::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #9e9e9e;
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  .bl_tsOtherListItemNameListItem::after {
    width: 20px;
    right: 10px;
  }
}

.bl_tsOtherListItemNameListItem:last-of-type::before, .bl_tsOtherListItemNameListItem:last-of-type::after {
  content: none;
}

.el_tsOtherListItemName-company {
  font-size: 0.75rem;
  color: #333;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .el_tsOtherListItemName-company {
    font-size: 1vw;
  }
}

@media only screen and (max-width: 567px) {
  .el_tsOtherListItemName-company {
    font-size: 2vw;
  }
}

.el_tsOtherListItemName-name {
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .el_tsOtherListItemName-name {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 567px) {
  .el_tsOtherListItemName-name {
    font-size: 1.375rem;
  }
}

.bl_tsOtherBtnWrapper {
  margin-top: 10px;
}

@media only screen and (max-width: 819px) {
  .bl_tsOtherBtnWrapper {
    margin-top: 0;
  }
}
/*# sourceMappingURL=talksession.css.map */