@charset "UTF-8";
/* ==========================================================================//
//
// 座談会
//
// ========================================================================== */
.page_body {
  background: -webkit-gradient(linear, left top, left bottom, from(#FED3B0), to(#FBC6A5));
  background: linear-gradient(#FED3B0 0%, #FBC6A5 100%);
  padding: 40px 0 50px;
}
@media all and (min-width: 751px) {
  .page_body {
    padding: 80px 0;
  }
}
.page_body .ttl {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .page_body .ttl {
    background-image: radial-gradient(circle, #ED937B 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
    padding-bottom: 14px;
  }
}
@media all and (min-width: 751px) {
  .page_body .ttl {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .page_body .ttl::before, .page_body .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26%;
    height: 5px;
    background-image: radial-gradient(circle, #ED937B 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page_body .ttl::before {
    left: 0;
  }
  .page_body .ttl::after {
    right: 0;
  }
}
.page_body .ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #ED937B;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 751px) {
  .page_body .ttl .en {
    -webkit-text-stroke: 1.5px #ED937B;
    font-size: 42px;
  }
}
.page_body .ttl .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .page_body .ttl .jp {
    font-size: 26px;
  }
}
.page_body .contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media all and (min-width: 751px) {
  .page_body .contents_wrap {
    gap: 60px;
  }
}
@media all and (min-width: 751px) {
  .page_body .contents_wrap .contents {
    width: min(830px, 100%);
  }
}
.page_body .contents_wrap .contents .talk_ttl {
  margin-bottom: -8px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media all and (min-width: 1001px) {
  .page_body .contents_wrap .contents .talk_ttl {
    margin-bottom: -10px;
  }
}
@media all and (min-width: 751px) {
  .page_body .contents_wrap .contents .talk_ttl {
    font-size: 20px;
  }
}
.page_body .contents_wrap .contents .talk_ttl img {
  width: min(500px, 100%);
}
.page_body .contents_wrap .contents .talk_ttl span {
  position: absolute;
  top: 35%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .page_body .contents_wrap .contents .talk_ttl span {
    top: 35%;
  }
}
.page_body .contents_wrap .contents a {
  display: block;
}
.page_body .contents_wrap .contents a .image {
  position: relative;
  overflow: hidden;
  border: 1.5px solid #ED937B;
  border-radius: 0 0 0 60px;
  z-index: -1;
}
.page_body .contents_wrap .contents a .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_body .contents_wrap .contents a p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .page_body .contents_wrap .contents a p {
    margin-top: 20px;
    font-size: 22px;
  }
}
.page_body .contents_wrap .contents a .arrow {
  position: relative;
  aspect-ratio: 1;
  width: 32px;
  background-color: #ED937B;
  border-radius: 50%;
  margin-inline: auto;
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .page_body .contents_wrap .contents a .arrow {
    width: 44px;
    margin-top: 20px;
  }
}
.page_body .contents_wrap .contents a .arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  aspect-ratio: 1;
  width: 25%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
@media (hover: hover) {
  .page_body .contents_wrap .contents a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}