@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
a {
  color: #fff;
}

.archive-cross-talk .cross-talk__inner {
  width: 96%;
  max-width: 1780px;
}
.archive-cross-talk .cross-talk-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(20px, -60px + 7.81vw, 40px);
}
@media screen and (max-width: 768px) {
  .archive-cross-talk .cross-talk-list {
    gap: 40px;
  }
}
.archive-cross-talk .cross-talk-list__item {
  flex: 0 0 calc((100% - clamp(40px, -120px + 15.63vw, 80px)) / 3);
}
.archive-cross-talk .cross-talk-list__item img {
  transition: 0.3s ease-out;
}
.archive-cross-talk .cross-talk-list__item .btn.--allow {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.archive-cross-talk .cross-talk-list__item .btn.--allow::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.archive-cross-talk .cross-talk-list__item:hover img {
  opacity: 0.9;
  scale: 1.1;
}
.archive-cross-talk .cross-talk-list__item:hover .btn.--allow {
  color: #186FB1;
}
.archive-cross-talk .cross-talk-list__item:hover .btn.--allow::before {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .archive-cross-talk .cross-talk-list__item {
    flex: 0 0 100%;
  }
}
.archive-cross-talk .cross-talk-list__thumb {
  aspect-ratio: 1/0.7978;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .archive-cross-talk .cross-talk-list__thumb {
    aspect-ratio: 1/0.7634;
  }
}
.archive-cross-talk .cross-talk-list__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-cross-talk .cross-talk-list__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  font-size: clamp(16px, 2px + 1.37vw, 22px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .archive-cross-talk .cross-talk-list__footer {
    margin-top: 14px;
  }
}
.archive-cross-talk .cross-talk-list__staff {
  font-size: clamp(12px, -12px + 2.34vw, 18px);
}
@media screen and (max-width: 768px) {
  .archive-cross-talk .cross-talk-list__staff {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .archive-cross-talk .cross-talk-list__allow {
    position: absolute;
    top: -73px;
    right: 20px;
  }
}
.archive-cross-talk .cross-talk::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background: #0060A9;
  z-index: -1;
}

.single-cross-talk {
  background: #FDF7ED;
}
.single-cross-talk .header-staff {
  display: flex;
  justify-content: center;
  gap: 140px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .header-staff {
    gap: 37px;
  }
}
.single-cross-talk .header-staff__field {
  position: relative;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .header-staff__field {
    bottom: 20px;
  }
}
.single-cross-talk .header-staff__image {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 120px;
  border: 1px solid #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .header-staff__image {
    width: 90px;
    height: 90px;
  }
}
.single-cross-talk .header-staff__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-cross-talk .header-staff__name {
  margin-top: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .header-staff__name {
    margin-top: 12px;
    font-size: 1.3rem;
  }
}
.single-cross-talk .header-staff__position {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .header-staff__position {
    margin-top: 6px;
    font-size: 1rem;
  }
}
.single-cross-talk .cross-talk__header {
  height: 50vh;
  max-height: 600px;
  min-height: 500px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .cross-talk__header {
    height: 254px;
    max-height: inherit;
    min-height: inherit;
  }
}
.single-cross-talk .cross-talk__info {
  padding-top: 60px;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .cross-talk__info {
    padding-top: 0px;
  }
}
.single-cross-talk .cross-talk__body {
  padding-bottom: 188px;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .cross-talk__body {
    padding-bottom: 60px;
  }
}
.single-cross-talk .cross-talk__page-ttl {
  font-size: 7.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .cross-talk__page-ttl {
    font-size: 4.2rem;
  }
}
.single-cross-talk .cross-talk__ttl {
  margin-top: 20px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .cross-talk__ttl {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
.single-cross-talk .cross-talk__sub-ttl {
  margin-top: 10px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .cross-talk__sub-ttl {
    margin-top: 4px;
    font-size: 1.8rem;
  }
}
.single-cross-talk .cross-talk__description {
  max-width: 800px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .cross-talk__description {
    margin-top: 30px;
  }
}
.single-cross-talk .talk-group__ttl {
  margin-top: 180px;
  padding: 62px 20px;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 7px solid #000;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .talk-group__ttl {
    margin-top: 36px;
    padding: 10px;
    font-size: 1.8rem;
    border: 4px solid #000;
  }
}
.single-cross-talk .talk-group__ttl:first-child {
  margin-top: 0;
}
.single-cross-talk .talk-group__field {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .talk-group__field {
    gap: 20px;
    margin-top: 34px;
  }
}
.single-cross-talk .talk-group__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .talk-group__item {
    gap: 20px;
    align-items: flex-start;
  }
}
.single-cross-talk .talk-group__item.--2 {
  flex-direction: row-reverse;
}
.single-cross-talk .talk-group__item.--2 .talk-group__staff {
  right: 0;
  left: auto;
}
.single-cross-talk .talk-group__staff {
  position: absolute;
  left: 0;
  transform: translateY(22.5px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .talk-group__staff {
    position: relative;
    transform: none;
  }
}
.single-cross-talk .talk-group__staff::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 100%;
  width: 120px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .talk-group__staff::after {
    display: none;
  }
}
.single-cross-talk .talk-group__staff.--2::after {
  left: -100%;
}
.single-cross-talk .talk-group__staff--image {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: 1px solid #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .talk-group__staff--image {
    width: 68px;
    height: 68px;
  }
}
.single-cross-talk .talk-group__staff--image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-cross-talk .talk-group__staff--name {
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .talk-group__staff--name {
    margin-top: 4px;
    font-size: 1.1rem;
  }
}
.single-cross-talk .talk-group__value {
  position: relative;
  width: calc(100vw - 400px);
  max-width: 840px;
  padding: 26px 26px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .talk-group__value {
    width: auto;
    flex: 1;
    padding: 20px;
  }
}
.single-cross-talk .archive-section {
  background: #186FB1;
}
.single-cross-talk .archive-section .cross-talk-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 75px;
}
.single-cross-talk .archive-section .cross-talk-list__item {
  flex: 0 0 calc((100% - 40px) / 2);
}
.single-cross-talk .archive-section .cross-talk-list__item img {
  transition: 0.3s ease-out;
}
.single-cross-talk .archive-section .cross-talk-list__item .btn.--allow {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.single-cross-talk .archive-section .cross-talk-list__item .btn.--allow::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.single-cross-talk .archive-section .cross-talk-list__item:hover img {
  opacity: 0.9;
  scale: 1.1;
}
.single-cross-talk .archive-section .cross-talk-list__item:hover .btn.--allow {
  color: #186FB1;
}
.single-cross-talk .archive-section .cross-talk-list__item:hover .btn.--allow::before {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .single-cross-talk .archive-section .cross-talk-list__item {
    flex: 0 0 100%;
  }
}
.single-cross-talk .archive-section .cross-talk-list__thumb {
  aspect-ratio: 1/0.7978;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .archive-section .cross-talk-list__thumb {
    aspect-ratio: 1/0.7634;
  }
}
.single-cross-talk .archive-section .cross-talk-list__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-cross-talk .archive-section .cross-talk-list__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .archive-section .cross-talk-list__footer {
    font-size: 1.6rem;
    margin-top: 14px;
  }
}
.single-cross-talk .archive-section .cross-talk-list__staff {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .single-cross-talk .archive-section .cross-talk-list__staff {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .single-cross-talk .archive-section .cross-talk-list__allow {
    position: absolute;
    top: -73px;
    right: 20px;
  }
}/*# sourceMappingURL=cross-talk.css.map */