@charset "UTF-8";
@media screen and (max-width: 767px) {
  .story-contents .common-visual {
    background: none !important;
    height: auto;
  }
  .story-contents .common-visual .title {
    position: static;
    padding-top: 10px;
  }
}
.story-contents#sales-story #visual .box {
  background-color: #4A9ADE;
}
.story-contents#sales-story #visual .box h1 {
  color: #4A9ADE;
}
.story-contents#sales-story #first h2 {
  color: #4A9ADE;
}
.story-contents#sales-story #member .title {
  background-color: #4A9ADE;
}
.story-contents#sales-story #member .layout .col {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .story-contents#sales-story #member .layout .col {
    margin-bottom: 20px;
  }
}
.story-contents#sales-story #member .note {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
}
.story-contents#sales-story .talk-section h2 .jp {
  color: #4A9ADE;
}
.story-contents#sales-story .talk-section .host {
  color: #4A9ADE;
}
.story-contents#project-story #visual .box {
  background-color: #E4660F;
}
.story-contents#project-story #visual .box h1 {
  color: #E4660F;
}
.story-contents#project-story #first h2 {
  color: #E4660F;
}
.story-contents#project-story #member .title {
  background-color: #E4660F;
}
.story-contents#project-story .talk-section h2 .jp {
  color: #E4660F;
}
.story-contents#project-story .talk-section .host {
  color: #E4660F;
}
.story-contents#developer-crosstalk #visual .box {
  background-color: #8FC106;
}
.story-contents#developer-crosstalk #visual .box h1 {
  color: #8FC106;
}
.story-contents#developer-crosstalk #first h2 {
  color: #8FC106;
}
.story-contents#developer-crosstalk #member {
  width: 100%;
  max-width: none;
}
.story-contents#developer-crosstalk #member .title {
  background-color: #8FC106;
}
.story-contents#developer-crosstalk #member .layout {
  justify-content: space-between;
}
.story-contents#developer-crosstalk #member .layout .col {
  display: block;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .story-contents#developer-crosstalk #member .layout .col {
    width: 100%;
  }
}
.story-contents#developer-crosstalk #member .layout .col.bottom {
  margin-bottom: 20px;
}
.story-contents#developer-crosstalk #member .layout .col .row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.story-contents#developer-crosstalk #member .layout .col .image {
  width: 30%;
}
.story-contents#developer-crosstalk #member .layout .col .label {
  color: #8FC106;
}
.story-contents#developer-crosstalk #member .note {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
}
.story-contents#developer-crosstalk .content {
  padding-bottom: 0;
}
.story-contents#developer-crosstalk .talk-section h2 .jp {
  color: #8FC106;
}
.story-contents#developer-crosstalk .talk-section .host {
  color: #8FC106;
}
.story-contents .content {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .story-contents .content {
    padding: 30px 0;
  }
}
.story-contents .content #first {
  max-width: 860px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .story-contents .content #first {
    margin-bottom: 50px;
  }
}
.story-contents .content #first h2 {
  font-size: clamp(2.8rem, 1.9741935484rem + 1.0752688172vw, 3.2rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .story-contents .content #first h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .story-contents .content #first h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.story-contents .content #first p {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .story-contents .content #first p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .story-contents .content #first p {
    font-size: 1.6rem;
  }
}
.story-contents .content #member {
  background-color: #F5F5F5;
  position: relative;
  padding: 65px 10% 15px;
  max-width: 1048px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .story-contents .content #member {
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.story-contents .content #member h2 {
  position: absolute;
  right: -3%;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .story-contents .content #member h2 {
    right: 50%;
    top: -20px;
    transform: translateX(50%);
  }
}
.story-contents .content #member .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .story-contents .content #member .layout {
    flex-wrap: wrap;
    gap: 0;
  }
}
.story-contents .content #member .layout .col {
  width: 50%;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .story-contents .content #member .layout .col {
    margin-bottom: 20px;
  }
}
.story-contents .content #member .layout .col .image {
  max-width: 150px;
  width: 25%;
}
.story-contents .content #member .layout .col .text {
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .story-contents .content #member .layout .col .text {
    line-height: 1.5;
  }
}
.story-contents .content #member .layout .col .text .title {
  display: inline-block;
  line-height: 1;
  padding: 6px 15px;
  margin-bottom: 10px;
  color: #fff;
}
.story-contents .content #member .layout .col .text .name {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .story-contents .content #member .layout .col .text .name {
    font-size: 1.8rem;
  }
}
.story-contents .content #member .layout .col .text .prof {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .story-contents .content #member .layout .col .text .prof {
    font-size: 1.5rem;
  }
}
.story-contents .content #member.col3 {
  padding: 65px 5% 15px;
  max-width: 100%;
}
.story-contents .content #member.col3 h2 {
  right: 50%;
  top: -20px;
  transform: translateX(50%);
}
.story-contents .content #member.col3 .layout {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .story-contents .content #member.col3 .layout {
    flex-wrap: wrap;
    gap: 0;
  }
}
.story-contents .content #member.col3 .layout .col {
  width: auto;
}
.story-contents .content #member.col3 .layout .col:nth-child(2) {
  width: auto;
}
.story-contents .content #member.col3 .layout .col .image {
  width: 120px;
}
.story-contents .content .talk-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section {
    margin-bottom: 50px;
  }
}
.story-contents .content .talk-section h2 {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section h2 {
    display: block;
    margin-bottom: 20px;
  }
}
.story-contents .content .talk-section h2 .en {
  width: 25%;
  line-height: 0;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section h2 .en {
    display: block;
    width: 25%;
    margin-bottom: 5px;
  }
}
.story-contents .content .talk-section h2 .jp {
  width: 75%;
  font-size: clamp(2.2rem, 1.3741935484rem + 1.0752688172vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section h2 .jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section h2 .jp {
    display: block;
    width: 100%;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.story-contents .content .talk-section .host {
  padding-left: 25%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section .host {
    padding-left: 0;
  }
}
.story-contents .content .talk-section .talk .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section .talk .row {
    margin-bottom: 3rem;
  }
}
.story-contents .content .talk-section .talk .row .image {
  width: 25%;
  padding-left: calc(25% - 100px);
  padding-right: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section .talk .row .image {
    padding-right: 20px;
    width: 78px;
  }
}
.story-contents .content .talk-section .talk .row .image img {
  width: 58px;
}
.story-contents .content .talk-section .talk .row .image span {
  display: block;
  text-align: center;
  font-size: clamp(1rem, 0.5870967742rem + 0.5376344086vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section .talk .row .image span {
    font-size: 1.2rem;
  }
}
.story-contents .content .talk-section .talk .row p {
  flex: 1;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 15%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .story-contents .content .talk-section .talk .row p {
    padding-right: 0;
  }
}
.story-contents .content .mid-image {
  position: relative;
}
.story-contents .content .mid-image.image-left {
  margin-bottom: 15%;
}
.story-contents .content .mid-image.image-left img {
  width: 90%;
}
.story-contents .content .mid-image.image-left::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 90%;
  height: 100%;
  right: 0;
  top: 20%;
  z-index: -1;
}
.story-contents .content .mid-image.image-right {
  margin-bottom: 15%;
  text-align: right;
}
.story-contents .content .mid-image.image-right img {
  width: 90%;
}
.story-contents .content .mid-image.image-right::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 90%;
  height: 100%;
  left: 0;
  top: 20%;
  z-index: -1;
}
.story-contents .content .mid-image.image-wide {
  margin-bottom: 8%;
}
#interview #visual {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #interview #visual {
    margin-bottom: 50px;
  }
}
#interview #visual .top {
  position: relative;
  height: calc(100vh - 102px);
  min-height: 650px;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #interview #visual .top {
    height: auto;
    min-height: 0;
    background: none !important;
  }
}
#interview #visual .top .title {
  position: absolute;
  left: 3%;
  top: 70px;
}
@media screen and (max-width: 767px) {
  #interview #visual .top .title {
    top: 10px;
  }
}
#interview #visual .top .title .category-title {
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #interview #visual .top .title .category-title {
    font-size: 1.4rem;
  }
}
#interview #visual .top .title h1 span {
  display: inline-block;
  background-color: #CC0033;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
}
@media screen and (max-width: 767px) {
  #interview #visual .top .title h1 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #interview #visual .top .title h1 span {
    font-size: 1.6rem;
    padding: 10px 10px;
  }
}
#interview #visual .top .copy {
  position: absolute;
  bottom: 20%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  #interview #visual .top .copy {
    position: static;
    padding: 3%;
    text-align: center;
    line-height: 2.2;
    animation: fadeInup 1s ease-out;
    animation-fill-mode: forwards;
  }
}
#interview #visual .top .copy span {
  display: inline-block;
  color: #CC0033;
  background-color: #fff;
  font-size: clamp(2.8rem, 2.6591549296rem + 0.3755868545vw, 3.2rem);
  padding: 15px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #interview #visual .top .copy span {
    font-size: 2rem;
    display: inline;
    background: none;
    white-space: normal;
    padding: 0;
    clip-path: none;
  }
}
#interview #visual .bottom {
  position: relative;
  z-index: 1;
}
#interview #visual .bottom .inner {
  display: flex;
  align-items: center;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom .inner {
    margin-top: 0;
    display: block;
  }
}
#interview #visual .bottom::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #CC0033;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom::after {
    display: none;
  }
}
#interview #visual .bottom .prof {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #CC0033;
  width: 25%;
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom .prof {
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
  }
}
#interview #visual .bottom .prof .name {
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  margin-bottom: 15px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom .prof .name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom .prof .name {
    padding-top: 0;
  }
}
#interview #visual .bottom .prof .busyo {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom .prof .busyo {
    font-size: 1.5rem;
  }
}
#interview #visual .bottom .reason {
  background-color: #CC0033;
  color: #fff;
  padding: 5% 0 5% 8%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom .reason {
    padding: 10%;
  }
}
#interview #visual .bottom .reason h2 {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom .reason h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #interview #visual .bottom .reason p {
    font-size: 1.4rem;
  }
}
#interview .content {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
#interview .content .layout {
  display: flex;
}
@media screen and (max-width: 767px) {
  #interview .content .layout {
    display: block;
  }
}
#interview .content .layout .image {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .image {
    width: 100%;
    padding: 0 15%;
    margin-bottom: 30px;
  }
}
#interview .content .layout .image img {
  position: absolute;
  left: 0;
  width: 45%;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .image img {
    position: static;
    width: 100%;
  }
}
#interview .content .layout .text {
  width: 55%;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .text {
    width: 100%;
    padding: 0 0%;
  }
}
#interview .content .layout .text .interview {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .text .interview {
    margin-bottom: 45px;
  }
}
#interview .content .layout .text .interview h2 {
  padding-left: 100px;
  background: url(/corporate/recruit/work-person/image/interview/t-q.svg) no-repeat left center;
  min-height: 72px;
  color: #CC0033;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .text .interview h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .content .layout .text .interview h2 {
    padding-left: 60px;
    margin-bottom: 20px;
  }
}
#interview .content .layout .text .interview p {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .text .interview p {
    font-size: 1.5rem;
  }
}
#interview .content .layout.rev {
  flex-direction: row-reverse;
}
#interview .content .layout.rev .image img {
  left: auto;
  right: 0;
}
#interview .content .layout.rev .text {
  padding-left: 0;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout.rev .text {
    padding-right: 0;
  }
}
#interview #career {
  background: url(/corporate/recruit/work-person/image/interview/rm/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #interview #career {
    padding: 60px 10%;
    margin-bottom: 50px;
  }
}
#interview #career .inner {
  max-width: 760px;
}
#interview #career h2 {
  margin-bottom: 40px;
}
#interview #career p {
  color: #fff;
  line-height: 2;
}
#interview #other {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #interview #other {
    margin-bottom: 0;
  }
}
#interview #other h2 {
  text-align: center;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #interview #other h2 {
    font-size: 2.2rem;
  }
}
#interview #other .layout {
  display: flex;
  gap: 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview #other .layout {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 20px;
  }
}
#interview #other .layout a {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #interview #other .layout a {
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
  }
  #interview #other .layout a:nth-child(3n) {
    margin-right: 0;
  }
}
#interview #other .layout a .image {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 93/70;
}
#interview #other .layout a span {
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #interview #other .layout a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #interview #other .layout a span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.1;
  }
}

#young-crosstalk #visual {
  position: relative;
  padding: 20px 3% 80px 3%;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #visual {
    padding: 20px 3% 30px 3%;
  }
}
#young-crosstalk #visual .visual-inner {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #visual .visual-inner {
    padding: 0;
  }
}
#young-crosstalk #visual .image {
  position: relative;
  margin: auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #visual .image {
    padding: 0;
  }
}
#young-crosstalk #visual .title {
  position: absolute;
  bottom: -75px;
  left: 0%;
}
#young-crosstalk #visual .title h1 {
  display: inline-block;
  color: #fff;
  background-color: #CC0033;
  font-size: clamp(3rem, 2.1741935484rem + 1.0752688172vw, 3.4rem);
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #visual .title h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  #young-crosstalk #visual .title h1 {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}
#young-crosstalk #visual .title p {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #visual .title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #young-crosstalk #visual .title p {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
#young-crosstalk #visual .subtitle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#young-crosstalk #talk-member {
  padding: 0 3%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member {
    padding: 0 5%;
    margin-bottom: 50px;
  }
}
#young-crosstalk #talk-member .inner {
  background-color: #F5F5F5;
  position: relative;
  padding: 65px 10%;
  max-width: 1048px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member .inner {
    padding: 35px 5%;
  }
}
#young-crosstalk #talk-member .inner .en-title {
  position: absolute;
  right: -20px;
  top: 65px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member .inner .en-title {
    width: 100px;
    position: static;
    text-align: center;
    margin: 0 auto 20px;
  }
}
#young-crosstalk #talk-member .inner .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#young-crosstalk #talk-member .inner .layout .box {
  width: 47%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member .inner .layout .box {
    flex-direction: column;
  }
}
#young-crosstalk #talk-member .inner .layout .box .image {
  width: 40%;
  max-width: 151px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member .inner .layout .box .image {
    width: 90%;
    max-width: 90%;
  }
}
#young-crosstalk #talk-member .inner .layout .box .text {
  flex: 1;
  padding-left: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member .inner .layout .box .text {
    padding: 0 0 0;
    text-align: center;
  }
}
#young-crosstalk #talk-member .inner .layout .box .text .name {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member .inner .layout .box .text .name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member .inner .layout .box .text .name {
    font-size: 1.8rem;
  }
}
#young-crosstalk #talk-member .inner .layout .box .text .prof {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #young-crosstalk #talk-member .inner .layout .box .text .prof {
    font-size: 1.5rem;
  }
}
#young-crosstalk #talk-member .inner .note {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
}
#young-crosstalk #contents {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box {
    padding: 0 4%;
  }
}
#young-crosstalk #contents .movie-box.rev {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box.rev {
    margin-bottom: 60px;
  }
}
#young-crosstalk #contents .movie-box.rev::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  bottom: -60px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box.rev::after {
    bottom: -30px;
  }
}
#young-crosstalk #contents .movie-box.rev .layout {
  flex-direction: row-reverse;
}
#young-crosstalk #contents .movie-box .layout {
  display: flex;
  gap: 5%;
  align-items: flex-end;
  max-width: 900px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box .layout {
    display: block;
    margin-bottom: 30px;
  }
}
#young-crosstalk #contents .movie-box .layout .text {
  width: 40%;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box .layout .text {
    width: 100%;
    padding-bottom: 15px;
  }
}
#young-crosstalk #contents .movie-box .layout .text .en-b {
  font-style: italic;
  font-weight: 500;
  color: #E4660F;
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box .layout .text .en-b {
    font-size: 2rem;
  }
}
#young-crosstalk #contents .movie-box .layout .text h2 span {
  display: inline-block;
  border-radius: 24px;
  background-color: #E4660F;
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  line-height: 1;
  padding: 8px 40px 12px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box .layout .text h2 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box .layout .text h2 span {
    margin-bottom: 0.5rem;
  }
}
#young-crosstalk #contents .movie-box .layout .movie {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
  width: 60%;
  cursor: pointer;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box .layout .movie {
    width: 100%;
  }
}
#young-crosstalk #contents .movie-box .layout .movie img {
  transition: all 0.3s ease;
}
#young-crosstalk #contents .movie-box .layout .movie:hover img {
  transform: scale(1.1);
}
#young-crosstalk #contents .movie-box .layout .movie .play {
  position: absolute;
  width: 68px;
  height: 68px;
  background-color: #E4660F;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #young-crosstalk #contents .movie-box .layout .movie .play {
    width: 48px;
    height: 48px;
  }
}
#young-crosstalk #contents .movie-box .layout .movie .play::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 13px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#young-crosstalk #contents .movie-box#movie2 .text .en-b {
  color: #7D4CA0;
}
#young-crosstalk #contents .movie-box#movie2 .text h2 span {
  background-color: #7D4CA0;
}
#young-crosstalk #contents .movie-box#movie2 .movie .play {
  background-color: #7D4CA0;
}
#young-crosstalk #contents .movie-box#movie3 .text .en-b {
  color: #8FC106;
}
#young-crosstalk #contents .movie-box#movie3 .text h2 span {
  background-color: #8FC106;
}
#young-crosstalk #contents .movie-box#movie3 .movie .play {
  background-color: #8FC106;
}
#young-crosstalk #contents .movie-box#movie4 .text .en-b {
  color: #4A9ADE;
}
#young-crosstalk #contents .movie-box#movie4 .text h2 span {
  background-color: #4A9ADE;
}
#young-crosstalk #contents .movie-box#movie4 .movie .play {
  background-color: #4A9ADE;
}
#young-crosstalk #contents .movie-box#movie5 .text .en-b {
  color: #B29F74;
}
#young-crosstalk #contents .movie-box#movie5 .text h2 span {
  background-color: #B29F74;
}
#young-crosstalk #contents .movie-box#movie5 .movie .play {
  background-color: #B29F74;
}

.modal {
  display: none; /* モーダルはデフォルトで非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.modal .modal-content {
  position: relative;
  width: 98%;
  max-width: 800px;
}
.modal .close {
  position: absolute;
  top: -46px;
  right: 0;
  font-size: 1.5em;
  color: #fff;
  cursor: pointer;
}
.modal iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}