@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --base: #222222;
  --main: #0050A5;
  --bgBlue1: #EBF4FF;
}

:root {
  --blue1: #0050A5;
}

.l-main {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.p-conversation__hero {
  /*margin-top: 12rem;*/
  margin-bottom: 8.7rem;
  padding: 6rem 16rem 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: fit-content fit-content;
  grid-template-areas: "tag breadcrumb" "intro intro";
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-conversation__hero {
    margin-top: 5rem;
    margin-bottom: 5rem;
    overflow: hidden;
    padding: 3rem 3rem 0;
    grid-template-columns: 1fr;
    grid-template-areas: "breadcrumb" "image" "tag " "intro";
  }
}
.p-conversation__hero_tag {
  grid-area: tag;
  text-align: left;
  color: var(--blue1);
  font-size: 2rem;
    position: relative;
    width: max-content;
    padding: 0 1.5rem 0;
    margin: 0 0 4.7rem;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .p-conversation__hero_tag {
    padding: 0 0.8rem 0;
    margin: 0 0 1.5rem;
    font-size: 1.0rem;
  }
}
.p-conversation__hero_tag:before {
  display: block;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
.p-conversation__hero_tag:after {
  display: block;
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}


/*
.under_ttl_cell .ttl_cell .ttl_sub {
  position: relative;
  width: max-content;
  padding: 0 1.5rem 0;
  margin: 0 0 4.7rem;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
  color: #0050A5;
}
.under_ttl_cell .ttl_cell .ttl_sub::before {
  display: block;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}
.under_ttl_cell .ttl_cell .ttl_sub::after {
  display: block;
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
*/




.p-conversation__hero_breadcrumb {
  grid-area: breadcrumb;
}
.p-conversation__hero_intro {
  grid-area: intro;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.p-conversation__hero_title {
  font-size: 9.6rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: normal;
  text-align: left;
  line-height: 1.375;
}
@media only screen and (max-width: 768px) {
  .p-conversation__hero_title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
}
.p-conversation__hero_description {
  font-size: 2rem;
  line-height: 2;
  max-width: 100%;
  text-align: left;
  width: 50rem;
  margin-left: auto;
  margin-right: 0;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .p-conversation__hero_description {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-conversation__hero_image {
  margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__hero_image {
    grid-area: image;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.p-conversation__hero_breadcrumb {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .p-conversation__hero_breadcrumb {
    top: 3rem;
    right: 3rem;
  }
}
.p-conversation__hero_breadcrumb_item:after {
  content: "＞";
  display: inline-block;
  margin: 0 0.5rem;
}
.p-conversation__hero_breadcrumb_item:last-child:after {
  content: "";
}
.p-conversation__hero_breadcrumb_list {
  display: flex;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-conversation__hero_breadcrumb_list {
    font-size: 1rem;
  }
}
.p-conversation__hero_breadcrumb_link {
  color: var(--blue1);
  text-decoration: underline;
}







.p-conversation__members {
  padding: 0 16rem 16rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__members {
    padding: 0 3rem;
  }
}
.p-conversation__members_title {
  font-size: 7.2rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-conversation__members_title {
    font-size: 2.4rem;
  }
}
.p-conversation__members_subtitle {
  font-size: 1.6rem;
  text-align: left;
  color: var(--blue1);
  font-family: "Inter", sans-serif;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__members_subtitle {
    font-size: 1rem;
  }
}














.p-conversation__member {
  max-width: 128rem;
  margin: 0 auto 12rem;
  padding-right: 16rem;
  box-sizing: border-box;
  text-align: left;
  gap: 16rem;
  clear: both;
}
.p-conversation__member_image {
  width: 32rem;
  float: left;
  margin: 0 12rem 8rem 0;
}
.p-conversation__member_name {
  font-size: 4.8rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-conversation__member_name span {
  font-size: 2rem;
}
.p-conversation__member_position {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 6rem;
}
.p-conversation__member_description {
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-conversation__member {
    padding-right: 0;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .p-conversation__member_image {
    width: 30%;
    margin: 0 1rem 2rem 0;
  }
  .p-conversation__member_name {
    font-size: 2rem;
  }
  .p-conversation__member_name span {
    display: block;
    font-size: 0.75rem;
  }
  .p-conversation__member_position {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .p-conversation__member_description {
    clear: both;
    font-size: 1.2rem;
  }
}













.p-conversation__tork {
    clear: both;
    padding: 0 16rem 16rem;
    text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-conversation__tork {
    padding: 0 3rem;
  }
}
.p-conversation__tork_label ,
.p-conversation__tork_title {
    max-width: 128rem;
    margin: 0 auto;
    text-align: left;
}
.p-conversation__tork_label {
    color: var(--blue1);
    font-size: 1.6rem;
}
.p-conversation__tork_title {
    font-size: 4.8rem;
    margin-bottom: 12rem;
    line-height: 1.5;
	font-weight: 500;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-conversation__tork_label {
      font-size: 0.9rem;
  }
    .p-conversation__tork_title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
}
.p-conversation__tork_ques {
    max-width: 88rem;
    margin: 0 auto 6rem;
    color: var(--blue1);
    padding-left: 8rem;
    background: url("../img/conversation/bg_01.png") no-repeat left top 2rem;
    background-size: 7rem 1px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 2rem;
}
@media only screen and (max-width: 768px) {
    .p-conversation__tork_ques {
        padding-left: 20%;
        background: url("../img/conversation/bg_01.png") no-repeat left top 1.25rem;
        background-size: 15% 1px;
        font-size: 1.25rem;
        line-height: 2;
    }
}
.p-conversation__tork_item {
    max-width: 96rem;
    margin: 0 auto 6rem;
    padding: 0 16rem;
    width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.p-conversation__tork_item i {
    width: 16rem;
    font-style: normal;
}
.p-conversation__tork_item i img {
    padding-right: 8rem;
}
.p-conversation__tork_item span {
    display: block;
    width: 72rem;
    font-size: 2rem;
}
@media only screen and (max-width: 768px) {
    .p-conversation__tork_item {
        padding: 0;
        width: 100%;
    }
    .p-conversation__tork_item i {
        width: 20%;
        font-style: normal;
        font-size: 1.0rem;
    }
    .p-conversation__tork_item i img {
        padding-right: 8rem;
        padding-bottom: 0.5rem;
    }
    .p-conversation__tork_item span {
        display: block;
        width: 75%;
        font-size: 1.2rem;
        line-height: 2;
    }
}
.p-conversation__tork_img {
    padding-bottom: 6rem;
}
.p-conversation__tork_img img {
    width: 100%;
    margin-bottom: 3rem;
}
.p-conversation__tork_img img.img08_1 ,
.p-conversation__tork_img img.img09_1 ,
.p-conversation__tork_img img.img10_1 {
    padding-right: 20%;
    width: 80%;
}
.p-conversation__tork_img img.img08_2 ,
.p-conversation__tork_img img.img09_2 ,
.p-conversation__tork_img img.img10_2 {
    padding-left: 20%;
    width: 80%;
}
@media only screen and (min-width: 769px) {
    .p-conversation__tork_img img {
        width: 144rem;
    }
    .p-conversation__tork_img img.img02 ,
    .p-conversation__tork_img img.img06 {
        padding-left: 16rem;
    }
    .p-conversation__tork_img img.img04 ,
    .p-conversation__tork_img img.img11 {
        padding-left: 48rem;
        width: 80rem;
    }
    .p-conversation__tork_img img.img08_1 ,
    .p-conversation__tork_img img.img09_1 ,
    .p-conversation__tork_img img.img10_1 {
        padding-right: 0;
        width: 76rem;
    }
    .p-conversation__tork_img img.img08_2 ,
    .p-conversation__tork_img img.img09_2 ,
    .p-conversation__tork_img img.img10_2 {
        padding-left: 5rem;
        width: 76rem;
        margin-top: 6rem;
    }
}
















.p-conversation__message {
  margin-bottom: 8rem;
  padding-bottom: 16rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__message {
    margin-bottom: 4rem;
  }
}
.p-conversation__message_label {
    max-width: 128rem;
    margin: 0 auto;
    text-align: left;
}
.p-conversation__message_label {
    color: var(--blue1);
    font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
}
.p-conversation__message_title {
  font-size: 4.8rem;
  max-width: 128rem;
  margin: 0 auto 14rem;
  text-align: left;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-conversation__message_title {
    font-size: 2rem;
    padding: 0 3rem;
    margin-bottom: 3rem;
  }
}
.p-conversation__message_item {
  display: flex;
  gap: 8rem;
  padding: 0 16rem 8rem 32rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-conversation__message_item {
    padding: 0 3rem 3rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-conversation__message_image {
  width: 56rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__message_image {
    display: flex;
    align-items: flex-end;
    border-radius: 1.2rem;
    overflow: hidden;
  }
  .p-conversation__message_image img {
    width: 10.5rem;
  }
}
.p-conversation__message_content {
  max-width: calc(100% - 72rem);
}
@media only screen and (max-width: 768px) {
  .p-conversation__message_content {
    width: 100%;
    max-width: 100%;
  }
}
.p-conversation__message_name {
  font-size: 2rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-conversation__message_name {
    font-size: 1rem;
  }
}
.p-conversation__message_heading {
  font-size: 3rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.8;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__message_heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-conversation__message_text {
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-conversation__message_text {
    font-size: 1.2rem;
  }
}











.p-conversation__lastimage {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__lastimage {
    margin-bottom: 6rem;
  }
}
.p-conversation__other {
  max-width: 174.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other {
    overflow: hidden;
  }
}
.p-conversation__other_title {
  border-top: 0.1rem solid var(--blue1);
  font-family: "Inter", sans-serif;
  max-width: 160rem;
  margin: 0 auto 6rem;
  text-align: left;
  padding: 12.5rem 18rem 4rem;
  font-size: 7.2rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other_title {
    font-size: 2.4rem;
    padding: 4rem 0rem 4rem;
    margin: 0 3rem 5rem;
  }
}
.p-conversation__other_title_en {
  color: var(--blue1);
  font-family: Inter;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other_title_en {
    font-size: 1rem;
  }
}
.p-conversation__other_item {
  width: 58rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other_item {
    width: 17.5rem;
  }
}
.p-conversation__other_image {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  position: relative;
  scale: 0.9;
  margin-bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other_image {
    margin-bottom: 7rem;
  }
}
.p-conversation__other_image:after {
  content: "";
  width: calc(100% + 14rem);
  height: calc(100% + 14rem);
  border: 0.1rem solid #3F72A8;
  display: block;
  position: absolute;
  top: -7rem;
  left: -7rem;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other_image:after {
    width: calc(100% + 4.4rem);
    height: calc(100% + 4.4rem);
    top: -2.2rem;
    left: -2.2rem;
  }
}
.p-conversation__other_link {
  text-decoration: none;
}
.p-conversation__other_txt {
  width: 44.6rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}
.p-conversation__other_part {
  font-size: 1.6rem;
  color: var(--blue1);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other_part {
    font-size: 1rem;
  }
}
.p-conversation__other_catch {
  font-size: 3rem;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other_catch {
    font-size: 1.4rem;
  }
}
.p-conversation__other_status {
  font-size: 1.6rem;
  color: #7B7D80;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other_status {
    font-size: 1rem;
  }
}
.p-conversation__other_arrow {
  width: 4.8rem;
}
.p-conversation__other .slick-list {
  overflow: visible;
}
.p-conversation__other .slick-slide {
  position: relative;
  z-index: 1;
  margin: 0 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other .slick-slide {
    margin: 0 0.7rem;
  }
}
.p-conversation__other .slick-prev {
  width: 6.4rem;
  height: 5rem;
  background: url(../img/interview/others/ic_arrow.svg) no-repeat center/contain;
  top: 24rem;
  rotate: 180deg;
  z-index: 5;
}
.p-conversation__other .slick-prev:hover {
  background: url(../img/interview/others/ic_arrow.svg) no-repeat center/contain;
  opacity: 0.7;
}
.p-conversation__other .slick-prev:before {
  content: "";
}
.p-conversation__other .slick-next {
  width: 6.4rem;
  height: 5rem;
  background: url(../img/interview/others/ic_arrow.svg) no-repeat center/contain;
  top: 28rem;
}
.p-conversation__other .slick-next:hover {
  background: url(../img/interview/others/ic_arrow.svg) no-repeat center/contain;
  opacity: 0.7;
}
.p-conversation__other .slick-next:before {
  content: "";
}
.p-conversation__other .slick-center {
  z-index: 5;
}
.p-conversation__other .slick-current .p-conversation__other_image,
.p-conversation__other .is-active-next .p-conversation__other_image {
  opacity: 1;
  scale: 1.06;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other .slick-current .p-conversation__other_image,
  .p-conversation__other .is-active-next .p-conversation__other_image {
    scale: 1.25;
  }
}
.p-conversation__other .slick-current .p-conversation__other_image:after,
.p-conversation__other .is-active-next .p-conversation__other_image:after {
  content: "";
  width: calc(100% + 18rem);
  height: calc(100% + 18rem);
  border: 0.1rem solid #3F72A8;
  display: block;
  position: absolute;
  top: -9rem;
  left: -9rem;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .p-conversation__other .slick-current .p-conversation__other_image:after,
  .p-conversation__other .is-active-next .p-conversation__other_image:after {
    width: calc(100% + 5.2rem);
    height: calc(100% + 5.2rem);
    top: -2.6rem;
    left: -2.6rem;
  }
}