@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter, #intro .toc p span, #intro .member ul li p.name span, #intro .member > p, .mv .txt_wrap h1 span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 座談会
======================================================*/
#main {
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #main::before, #main::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  #main::before {
    background: url(../img/recruit/crosstalk/mv_bg01.png) no-repeat top left/100%;
    width: 394.04px;
    height: 769.56px;
    top: 70px;
    left: -190px;
  }
  #main::after {
    background: url(../img/recruit/crosstalk/mv_bg02.png) no-repeat top left/100%;
    width: 546.81px;
    height: 353.44px;
    top: 145px;
    left: 39%;
  }
}

#path {
  padding-top: 145px;
}
@media screen and (max-width: 767px) {
  #path {
    padding-top: 0;
  }
}

.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  width: max(86.6vw, 100vw - (50vw - 520px));
  max-width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mv {
    display: block;
    margin: 20px 0 50px;
    padding-left: 34px;
    width: 100%;
    position: relative;
  }
  .mv::before {
    content: "";
    background: url(../img/recruit/crosstalk/mv_bg_sp.png) no-repeat top center/521px;
    width: 100%;
    height: 516.18px;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
  }
}
.mv .txt_wrap {
  width: max(28vw, 384px);
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mv .txt_wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 64px;
  }
}
.mv .txt_wrap h1 {
  margin-bottom: 30px;
  font-size: 47px;
  font-weight: bold;
}
.mv .txt_wrap h1 span {
  display: block;
  color: #49D89B;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .mv .txt_wrap h1 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .mv .txt_wrap h1 span {
    font-size: 13px;
  }
}
.mv .txt_wrap p {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mv .txt_wrap p {
    font-size: 16px;
  }
}
.mv .img {
  width: 100%;
}

.tab_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 15px;
  width: min(100%, 827px);
  padding: 0 18px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .tab_list {
    grid-template-columns: 1fr;
    margin-bottom: 33px;
  }
}
.tab_list li {
  background: #fff;
  border: 2px solid #0BAA74;
  border-radius: 50px;
  height: 51px;
  line-height: 51px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #0BAA74;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab_list li {
    border-width: 1px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
  }
}
.tab_list li.active {
  background: #000;
  border-color: #000;
  color: #fff;
  position: relative;
}
.tab_list li.active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 13px 0 13px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -13px;
}
@media screen and (max-width: 767px) {
  .tab_list li.active::after {
    display: none;
  }
}

.tab_article {
  display: none;
}
.tab_article.active {
  display: block;
}

#intro {
  background-color: #48D89B;
  border-radius: 30px 30px 0 0;
  padding: 62px 0 130px;
  position: relative;
  overflow: hidden;
}
#intro::before, #intro::after {
  content: "";
  position: absolute;
}
#intro::before {
  background: url(../img/recruit/crosstalk/member_bg01.png) no-repeat center/100%;
  width: 260.21px;
  height: 618.59px;
  top: 55px;
  left: 53px;
}
#intro::after {
  background: url(../img/recruit/crosstalk/member_bg02.png) no-repeat center/100%;
  width: 489.79px;
  height: 626.33px;
  top: 100px;
  right: -100px;
}
@media screen and (max-width: 767px) {
  #intro {
    background-image: url(../img/recruit/crosstalk/member_bg_sp.png);
    background-repeat: no-repeat;
    background-position: top 30px center;
    background-size: 591px;
    border-radius: 20px 20px 0 0;
    padding: 30px 0 70px;
  }
  #intro::before, #intro::after {
    display: none;
  }
}
#intro .member {
  padding: 0 20px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #intro .member {
    padding: 0 18px;
    margin-bottom: 40px;
  }
}
#intro .member > p {
  margin-bottom: 65px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
#intro .member > p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  #intro .member > p {
    margin-bottom: 50px;
    font-size: 11px;
  }
  #intro .member > p::before {
    border-width: 7px 5px 0 5px;
    bottom: -8px;
  }
}
#intro .member ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #intro .member ul {
    gap: 11px;
  }
}
#intro .member ul li {
  width: 300px;
  background: #fff;
  border-radius: 31px;
  padding: 35px 20px;
}
@media screen and (max-width: 767px) {
  #intro .member ul li {
    width: calc(50% - 6px);
    border-radius: 20px;
    padding: 15px 18px;
  }
}
#intro .member ul li .img {
  width: min(100%, 193px);
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  #intro .member ul li .img {
    width: min(100%, 126px);
    margin-bottom: 10px;
  }
}
#intro .member ul li p {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #intro .member ul li p {
    text-align: center;
    font-size: 11px;
  }
}
#intro .member ul li p.year {
  width: 117px;
  margin: 0 auto 5px;
  padding: 1px 0 2px;
  background: #F8F8F8;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #intro .member ul li p.year {
    width: min(100%, 112px);
    padding: 1px 0 2px;
  }
}
#intro .member ul li p.name {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
#intro .member ul li p.name span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #0BAA74;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #intro .member ul li p.name {
    font-size: 16px;
    line-height: 1.5;
  }
  #intro .member ul li p.name span {
    display: block;
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
  }
}
#intro .member ul li p.dept span:nth-child(1)::after {
  content: " | ";
}
@media screen and (max-width: 767px) {
  #intro .member ul li p.dept span {
    display: block;
    text-align: center;
  }
  #intro .member ul li p.dept span:nth-child(1)::after {
    display: none;
  }
}
#intro .toc {
  border-radius: 0 21px 21px 0;
  background: #0BAA74;
  width: min(100% - 40px, 1184px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #intro .toc {
    border-radius: 20px 20px 0 0;
    width: 100%;
    padding: 0 18px;
  }
}
#intro .toc::before {
  content: "";
  background: #0BAA74;
  width: max(50vw - 520px, 20px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 767px) {
  #intro .toc::before {
    display: none;
  }
}
#intro .toc_inner {
  background: #0BAA74;
  padding: 42px 20px 60px;
  width: min(100%, 1040px);
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #intro .toc_inner {
    padding: 30px 0 58px;
  }
}
#intro .toc p {
  font-size: 28px;
  letter-spacing: 0.06em;
  font-weight: bold;
}
#intro .toc p span {
  padding-left: 22px;
  margin-left: 32px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
}
#intro .toc p span::before {
  content: "";
  border: 4px solid #FFFA7B;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #intro .toc p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    text-align: center;
  }
  #intro .toc p span {
    padding-left: 15px;
    margin-left: 0;
    font-size: 12px;
    text-align: center;
  }
  #intro .toc p span::before {
    border-width: 3px;
    width: 11px;
    height: 11px;
    top: 4px;
    left: 0;
  }
}
#intro .toc ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  #intro .toc ul {
    grid-template-columns: 1fr;
  }
}
#intro .toc ul li {
  border-bottom: 1px solid #49D89B;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  counter-increment: mycounter;
}
@media screen and (max-width: 767px) {
  #intro .toc ul li {
    margin-top: 24px;
    font-size: 15px;
  }
}
#intro .toc ul li a {
  display: block;
  padding: 20px 35px 20px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #intro .toc ul li a {
    padding: 10px 20px 10px 30px;
  }
}
#intro .toc ul li a::before, #intro .toc ul li a::after {
  position: absolute;
}
#intro .toc ul li a::before {
  content: counter(mycounter, decimal-leading-zero) ".";
  color: #FFFA7B;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #intro .toc ul li a::before {
    font-size: 16px;
    top: 10px;
  }
}
#intro .toc ul li a::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  top: 45%;
  right: 5px;
}
@media screen and (max-width: 767px) {
  #intro .toc ul li a::after {
    width: 11px;
    height: 11px;
    right: 5px;
  }
}

/* ▼ 詳細
----------------------------------------*/
.sect_wrap {
  background: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sect_wrap {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }
}

section {
  padding: 131px 20px;
  margin: 0 auto;
  position: relative;
}
section:first-of-type {
  padding-top: 80px;
}
section:last-of-type {
  padding-bottom: 200px;
}
section:not(:last-of-type)::before {
  content: "";
  border-bottom: 2px solid #49D89B;
  width: 1153px;
  max-width: calc(100% - 40px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 60px 18px;
  }
  section:first-of-type {
    padding-top: 40px;
  }
  section:last-of-type {
    padding-bottom: 60px;
  }
  section:not(:last-of-type)::before {
    width: calc(100% - 26px);
  }
}
section .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #49D89B;
  border-radius: 30px;
  width: 388px;
  height: 55px;
  margin: 0 auto 38px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
section .num span {
  padding-top: 4px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  section .num {
    gap: 0 10px;
    width: min(100%, 254px);
    height: 42px;
    margin-bottom: 20px;
    font-size: 28px;
  }
  section .num span {
    font-size: 12px;
  }
}
section h2 {
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section h2 {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
section .grid {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 1fr min(47.97%, 604px);
  gap: 40px;
  width: calc(100vw - (50vw - 576.5px));
  margin-left: -20px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  section .grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
  }
}
section .grid_img {
  position: sticky;
  top: 100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section .grid_img {
    margin-left: -18px;
    top: 80px;
  }
}
section .grid_img .display {
  opacity: 0;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.35s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.35s ease, transform 0.3s ease-in-out;
  transition: opacity 0.35s ease, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section .grid_img .display:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}
section .grid_img .display.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
section .grid_img img {
  width: 100%;
}
section .grid + .txt_area {
  width: min(100%, 1153px);
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  section .grid + .txt_area {
    margin: 40px auto 0;
  }
}
section .txt_area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  section .txt_area li {
    display: block;
  }
}
section .txt_area li .img {
  width: 121px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section .txt_area li .img {
    margin: 0 auto 16px;
  }
}
section .txt_area li p {
  width: 100%;
  background: #FAF8F8;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  font-size: 16px;
  line-height: 1.88;
  z-index: 1;
}
section .txt_area li p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 33px 0 33px;
  border-color: #FAF8F8 transparent transparent transparent;
  position: absolute;
  top: 55px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section .txt_area li p::before {
    border-width: 33px 22px 33px 0;
    border-color: transparent #FAF8F8 transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: calc(50% - 85px);
    top: -33px;
    z-index: -1;
  }
}
section .txt_area li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section .txt_area li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  section .txt_area li p::before {
    left: -33px;
  }
  section .txt_area li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  section .txt_area li:nth-child(odd) p::before {
    left: auto;
    right: -33px;
  }
}