@charset "UTF-8";

/*================================================================================
FileName: model.scss
================================================================================*/
.p-talk {
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .p-talk .l-content + .l-content.p-talk_message {
    margin-top: 0;
  }
}



.p-talk_lead {
  max-width: 825px;
  margin: 0 auto;
}

.p-talk_lead .text {
      font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0;
  color: #222222;
}

.p-talk_member {
  margin-top: 46px;

}

.p-talk_member .title {
     font-size: 21px;
  font-weight: 700;
  line-height: calc(36 / 21);
  letter-spacing: -.01em;
  color: #222222;
  text-align: center;
}

.p-talk_member .p-talk_member_list {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 45px;
}

.p-talk_member .p-talk_member_list_item {

}

.p-talk_member .p-talk_member_list_item:nth-child(2) .item_img {
  background-color: #40D320;
}

.p-talk_member .item_img {
  flex-shrink: 0;
  width: 191px;
  background-color: #DC4C2A;
  padding: 7px;
  border-radius: 10px;
}

.p-talk_member .item_img_inner {
    border-radius: 10px;
    overflow: hidden;
}

.p-talk_member .item_name {
  margin-top: 11px;
     font-size: 15px;
  font-weight: 700;
  line-height: calc(26 / 15);
  letter-spacing: -.01em;
  color: #222222;
  text-align: center;
}

.p-talk_member .item_role {
  margin-top: 12px;
     font-size: 13px;
  font-weight: 500;
  line-height: calc(23 / 13);
  letter-spacing: -.01em;
  color: #222222;
  text-align: center;
}




.p-talk_list {
  margin-top: 75px;
}

.p-talk_list .p-talk_list_item + .p-talk_list_item {
  margin-top: 55px;
}

.p-talk_list .p-talk_list_item {
  padding-bottom: 62px;
}
.p-talk_list .p-talk_list_item:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}

  .p-talk_list .p-talk_list_item:last-child {
    padding-bottom: 0;
  }

.p-talk_list .p-talk_list_item:nth-child(even) .p-talk_list_item_inner {
  flex-direction: row-reverse;
}

.p-talk_list .p-talk_list_item:nth-child(even) .item_bgtxt {
  left: auto;
  right: -20px;
}

.p-talk_list .p-talk_list_item_inner {
  gap: 0 24px;
}

.p-talk_list .item_content {
  position: relative;
  z-index: 10;
}

.p-talk_list .title_lead {
    font-size: 19px;
  font-weight: 700;
  line-height: calc(44 / 19);
  letter-spacing: 0;
  color: #222222;
}

.p-talk_list .title {
  margin-top: -2px;
    font-size: 24px;
  font-weight: 700;
  line-height: calc(55 / 24);
  letter-spacing: 0;
  color: #222222;
}

.p-talk_list .item_img_sp {
  display: none;
}

.p-talk_list .item_img_inner {

}

.p-talk_list .text {
  margin-top: 35px;
    font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0;
  color: #222222;
}

.p-talk_list .text_wade,
.p-talk_list .text_yanagishita {
  padding-left: 44px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.p-talk_list .text_wade:not(:first-child),
.p-talk_list .text_yanagishita:not(:first-child) {
  margin-top: 22px;
}


.p-talk_list .text_wade::before {
  content: "和出";
  font-weight: 700;
  flex-shrink: 0;
  color: #F46D6A;
  position: absolute;
  left: 0;
}

.p-talk_list .text_yanagishita::before  {
    content: "栁下";
    font-weight: 700;
    flex-shrink: 0;
    color: #40D320;
      position: absolute;
  left: 0;
}


.p-talk_list .item_img_pc {
  flex-shrink: 0;
  width: 588px;
  background-color: #F9BE5C;
  padding: 10px;
  border-radius: 10px;
 
}

.float_right {
  margin-top: 30px;
 margin-left: 43px;
  margin-bottom: 60px;
  float: right;
}

.float_left {
  margin-top: 30px;
 margin-right: 43px;
  margin-bottom: 60px;
  float: left;
}

.p-talk_list .item_img_pc .item_img_inner {
    border-radius: 10px;
    overflow: hidden;
}

.p-talk_list .flex {
  display: flex;
  gap: 0 50px;
  align-items: flex-start;
}

.p-talk_list .title + .flex {
  margin-top: 28px;
}

.p-talk_list .flex .text {
  margin-top: 0;
}

.p-talk_list .flex + .text {
  margin-top: 24px;
}



.p-talk_notice {
  margin-top: 35px;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(17 / 12);
  letter-spacing: 0;
  color: #919191;
}






@media only screen and (max-width: 1200px) {
.p-talk_lead {
  max-width: calc(825vw / 12);
}

.p-talk_lead .text {
      font-size: calc(16vw / 12);
}

.p-talk_member {
  margin-top: calc(46vw / 12);

}

.p-talk_member .title {
     font-size: calc(21vw / 12);
}

.p-talk_member .p-talk_member_list {
  margin-top: calc(16vw / 12);
  gap: calc(45vw / 12);
}

.p-talk_member .item_img {
  width: calc(191vw / 12);
  padding: calc(7vw / 12);
  border-radius: calc(10vw / 12);
}

.p-talk_member .item_img_inner {
    border-radius: calc(10vw / 12);
}

.p-talk_member .item_name {
  margin-top: calc(11vw / 12);
     font-size: calc(15vw / 12);
}

.p-talk_member .item_role {
  margin-top: calc(12vw / 12);
     font-size: calc(13vw / 12);
}




.p-talk_list {
  margin-top: calc(75vw / 12);
}

.p-talk_list .p-talk_list_item + .p-talk_list_item {
  margin-top: calc(55vw / 12);
}

.p-talk_list .p-talk_list_item {
  padding-bottom: calc(62vw / 12);
}
.p-talk_list .p-talk_list_item:not(:last-child) {
  border-bottom: calc(1vw / 12) solid #C4C4C4;
}

  .p-talk_list .p-talk_list_item:last-child {
    padding-bottom: 0;
  }

.p-talk_list .p-talk_list_item:nth-child(even) .p-talk_list_item_inner {
  flex-direction: row-reverse;
}

.p-talk_list .p-talk_list_item:nth-child(even) .item_bgtxt {
  left: auto;
  right: calc(-20vw / 12);
}

.p-talk_list .p-talk_list_item_inner {
  gap: 0 calc(24vw / 12);
}

.p-talk_list .item_content {
  position: relative;
  z-index: 10;
}

.p-talk_list .title_lead {
    font-size: calc(19vw / 12);
}

.p-talk_list .title {
  margin-top: calc(-2vw / 12);
    font-size: calc(24vw / 12);
}

.p-talk_list .text {
  margin-top: calc(35vw / 12);
    font-size: calc(16vw / 12);
}

.p-talk_list .text_wade,
.p-talk_list .text_yanagishita {
  padding-left: calc(44vw / 12);
}

.p-talk_list .text_wade:not(:first-child),
.p-talk_list .text_yanagishita:not(:first-child) {
  margin-top: calc(22vw / 12);
}



.p-talk_list .item_img_pc {
  width: calc(588vw / 12);
  padding: calc(10vw / 12);
  border-radius: calc(10vw / 12);
 
}

.float_right {
  margin-top: calc(30vw / 12);
 margin-left: calc(43vw / 12);
  margin-bottom: calc(60vw / 12);
}

.float_left {
  margin-top: calc(30vw / 12);
 margin-right: calc(43vw / 12);
  margin-bottom: calc(60vw / 12);
}

.p-talk_list .item_img_pc .item_img_inner {
    border-radius: calc(10vw / 12);
}

.p-talk_list .flex {
  gap: 0 calc(50vw / 12);
}

.p-talk_list .title + .flex {
  margin-top: calc(28vw / 12);
}

.p-talk_list .flex + .text {
  margin-top: calc(24vw / 12);
}

.p-talk_notice {
  margin-top: calc(35vw / 12);
  font-size:  calc(12vw / 12);
}

}


@media only screen and (max-width: 768px) {
.p-talk_lead {
  max-width: 100%;
}

.p-talk_lead .text {
      font-size: calc(14vw / 3.75);
}

.p-talk_member {
  margin-top: calc(30vw / 3.75);

}

.p-talk_member .title {
     font-size: calc(21vw / 3.75);
}

.p-talk_member .p-talk_member_list {
  margin-top: calc(16vw / 3.75);
  gap: calc(20vw / 3.75);
}

.p-talk_member .item_img {
  width: calc(151vw / 3.75);
  padding: calc(7vw / 3.75);
  border-radius: calc(10vw / 3.75);
}

.p-talk_member .item_img_inner {
    border-radius: calc(10vw / 3.75);
}

.p-talk_member .item_name {
  margin-top: calc(11vw / 3.75);
     font-size: calc(15vw / 3.75);
}

.p-talk_member .item_role {
  margin-top: calc(12vw / 3.75);
     font-size: calc(13vw / 3.75);
}









.p-talk_list {
  margin-top: calc(50vw / 3.75);
}

.p-talk_list .p-talk_list_item + .p-talk_list_item {
  margin-top: calc(30vw / 3.75);
}
.p-talk_list .p-talk_list_item {
        padding-bottom: calc(30vw / 3.75);
    }
.p-talk_list .p-talk_list_item:nth-child(even) .item_bgtxt {
  right: 0;
}

.p-talk_list .p-talk_list_item:not(:last-child) {
      border-bottom: calc(1vw / 3.75) solid #C4C4C4;
  }

  .p-talk_list .p-talk_list_item:last-child {
    padding-bottom: 0;
  }


.p-talk_list .p-talk_list_item_inner {
  gap: 0;
}

.p-talk_list .item_bgtxt {
  top: calc(-40vw / 3.75);
    font-size: calc(54vw / 3.75);
}

.p-talk_list .title_lead {
        font-size: calc(14vw / 3.75);
    }

.p-talk_list .title {
    font-size: calc(18vw / 3.75);
}
.p-talk_list .text {
  margin-top: calc(24vw / 3.75);
    font-size: calc(14vw / 3.75);
}

  .p-talk_list .text_wade:not(:first-child),
  .p-talk_list .text_yanagishita:not(:first-child) {
      margin-top: calc(16vw / 3.75);
  }

.p-talk_list .text_wade, .p-talk_list .text_yanagishita {
        padding-left: calc(44vw / 3.75);
    }

.p-talk_list .item_img_pc {
  display: none;
}

.p-talk_list .item_img_sp {
    margin-top: calc(24vw / 3.75);
  display: block;
  width: 100%;
  padding: calc(8vw / 3.75);
  border-radius: calc(10vw / 3.75);
    background-color: #F9BE5C;
}

.p-talk_list .item_img_sp .item_img_inner {
    border-radius: calc(10vw / 3.75);
    overflow: hidden;
}

.p-talk_list .flex {
    flex-direction: column;
    gap: calc(24vw / 3.75);
    align-items: flex-start;
}

.p-talk_notice {
  margin-top: calc(35vw / 3.75);
  font-size:  calc(12vw / 3.75);
}

}








.p-talk_mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-talk_mv .l-content_inner-medium-narrow {
    overflow: hidden;
  }
}
.p-talk_mv .c-bgtxt {
  z-index: -2;
}
@media only screen and (min-width: 769px) {
  .p-talk_mv .c-bgtxt {
    top: auto;
    bottom: -230px;
  }
}
@media only screen and (max-width: 768px) {
  .p-talk_mv .c-bgtxt {
    top: auto;
    bottom: 16vw;
  }
}

.p-talk_mv_img_wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #ef68a3;
}
@media only screen and (max-width: 768px) {
  .p-talk_mv_img_wrap::after {
    width: 100%;
    top: calc(5vw / 3.75);
    height: calc(170vw / 3.75);
  }
}
@media screen and (min-width: 768px) {
  .p-talk_mv_img_wrap::after {
    height: 82.1333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-talk_mv_img_wrap::after {
    bottom: -9px;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.p-talk_mv_img {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-talk_mv_img {
    height: 45.2415812592vw;
    max-height: 618px;
  }
}
@media only screen and (min-width: 1680px) {
  .p-talk_mv_img {
    height: 57.1010248902vw;
    max-height: 760px;
  }
}
.p-talk_mv_img img {
  width: 100%;
}




@media only screen and (min-width: 769px) {
.p-talk_catch {
  position: absolute;
    top: calc(320vw/13.6);
}
.p-talk_catch_title {
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 21px;
    line-height: calc(36 / 21);
    letter-spacing: -.01em;
}

.p-talk_catch_text {
  margin-top: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 32px;
    line-height: calc(55 / 32);
    letter-spacing: -.01em;
}
}

@media only screen and (min-width: 1365px) {
.p-talk_catch {
    top: 360px;
}
}


@media only screen and (min-width: 1680px) {
.p-talk_catch {
    top: 500px;
}

.p-talk_catch_title {
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 21px;
    line-height: calc(36 / 21);
    letter-spacing: -.01em;
}

.p-talk_catch_text {
  margin-top: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 32px;
    line-height: calc(55 / 32);
    letter-spacing: -.01em;
}
}


@media only screen and (max-width: 1200px) {
.p-talk_catch {
    top: calc(300vw / 12);
}



.p-talk_catch_title {
    font-weight: 600;
    /* color: #fff; */
    /* text-shadow: 1px 1px 2px #000; */
    font-size: calc(21vw / 12);
    line-height: calc(36 / 21);
    letter-spacing: -.01em;
}

.p-talk_catch_text {
  margin-top: calc(16vw / 12);
    font-size: calc(32vw / 12);
}

}



@media only screen and (max-width: 768px) {
.p-talk_catch {
  margin-top: calc(20vw / 3.75);
}



.p-talk_catch_title {
    font-weight: 600;
    /* color: #fff; */
    /* text-shadow: 1px 1px 2px #000; */
    font-size: calc(14vw / 3.75);
    line-height: calc(36 / 21);
    letter-spacing: -.01em;
    text-align: center;
      font-weight: 700;
}

.p-talk_catch_text {
  margin-top: calc(8vw / 3.75);
    font-size: calc(18vw / 3.75);
    text-align: center;
    font-weight: 700;
}

}