@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Medium_subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/wp/wp-content/themes/newone/fonts/NotoSansJP-Bold_subset.woff") format("woff");
}
@media (min-width: 375px) {
  body {
    /* 375px以上 */
  }
}
@media (min-width: 601px) {
  body {
    /* WordPress601px以上 */
  }
}
@media (min-width: 783px) {
  body {
    /* WordPress783px以上 */
  }
}
@media (min-width: 768px) {
  body {
    /* タブレット以上 */
  }
}
@media (min-width: 769px) {
  body {
    /* 769px以上用 */
  }
}
@media (min-width: 1024px) {
  body {
    /* タブレットPro以上用 */
  }
}
@media (min-width: 1200px) {
  body {
    /* PC（サイトのコンテンツ幅）以上 */
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  33.3333% {
    transform: translateX(-100%);
  }
  33.3334% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  66.6666% {
    transform: translateX(-200%);
  }
  66.6667% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  99.9%, to {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 464.9568;
    stroke-dashoffset: 464.9568;
  }
  99.9%, to {
    stroke-dasharray: 464.9568;
    stroke-dashoffset: 0;
  }
}
@keyframes circle02 {
  0% {
    stroke-dasharray: 238.7616;
    stroke-dashoffset: 238.7616;
  }
  99.9%, to {
    stroke-dasharray: 238.7616;
    stroke-dashoffset: 0;
  }
}
@keyframes fade-large {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(50%, -50%);
  }
  50.1% {
    opacity: 0;
    transform: translate(-70%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes fade-large-static {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(50%);
  }
  50.1% {
    opacity: 0;
    transform: translateX(-70%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 1;
    transform: translate(-50%, 0) rotate(-90deg);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  50.1% {
    transform: translate(-50%, 80%) rotate(-90deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) rotate(-90deg);
  }
}
@keyframes fade-down {
  0% {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
  }
  50% {
    opacity: 0;
    transform: translateY(20%) rotate(90deg);
  }
  50.1% {
    transform: translateY(-150%) rotate(90deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) rotate(90deg);
  }
}
@keyframes fade-large_45deg {
  0% {
    opacity: 1;
    transform: translate(0, -50%) rotate(-45deg);
  }
  50% {
    opacity: 0;
    transform: translate(50%, -100%) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    transform: translate(-70%, 20%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%) rotate(-45deg);
  }
}
@keyframes fade-small {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(40%, -50%);
  }
  50.1% {
    transform: translate(-40%, -50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes fade-top-right {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
  }
  50% {
    opacity: 0;
    transform: translate(40%, -60%) rotate(-45deg);
  }
  50.1% {
    opacity: 0;
    transform: translate(-50%, 75%) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes border_hover {
  0% {
    width: 0;
  }
  99.9%, to {
    width: 100%;
  }
}
body:not(.home) .global_contents > .newone-talk_section {
  padding-bottom: initial;
}
.newone-talk_mainVisual {
  padding-top: 26px;
  padding-bottom: 70px;
  background: linear-gradient(41.6deg, #ffffff 59.9%, #dbf4f7 123.66%);
}
@media (min-width: 769px) {
  .newone-talk_mainVisual {
    padding-top: 103px;
    padding-bottom: 124px;
  }
}

.newone-talk_mainVisual_inner {
  margin-inline: auto;
  padding-inline: 12.5px;
}
@media (min-width: 769px) {
  .newone-talk_mainVisual_inner {
    padding-inline: 20px;
    max-width: 1360px;
  }
}

@media (min-width: 769px) {
  .newone-talk_mv {
    margin-left: 72px;
  }
}

.newone-talk_mv_content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .newone-talk_mv_content {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1441px) {
  .newone-talk_mv_content {
    justify-content: center;
  }
}

.newone-talk_mv_text {
  display: contents;
}
@media (min-width: 769px) {
  .newone-talk_mv_text {
    display: block;
    margin-top: 45px;
  }
}

.newone-talk_mv_logo {
  order: 1;
  margin-left: 7.5px;
  display: block;
  width: 100%;
  max-width: 257px;
}
@media (min-width: 769px) {
  .newone-talk_mv_logo {
    margin-left: initial;
    max-width: 514px;
  }
}

.newone-talk_mv_logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 257/27.73;
}
@media (min-width: 769px) {
  .newone-talk_mv_logo img {
    aspect-ratio: 514/55;
  }
}

.newone-talk_mv_catch {
  order: 3;
  margin-top: -48px;
  padding-inline: 7.5px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(255, 255, 255, 0.9);
}
@media (min-width: 769px) {
  .newone-talk_mv_catch {
    margin-top: 101px;
    padding-inline: initial;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(255, 255, 255, 0.9);
  }
}
.newone-talk_mv_catch.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.newone-talk_mv_catch .text-blue,
.newone-talk_mv_catch .text-yellow {
  font-size: 41px;
}
@media (min-width: 769px) {
  .newone-talk_mv_catch .text-blue,
  .newone-talk_mv_catch .text-yellow {
    font-size: 46px;
  }
}

.newone-talk_mv_catch-inlineblock {
  display: inline-block;
}

.newone-talk_mv_catch .text-blue {
  color: #00b2bc;
}

.newone-talk_mv_catch .text-yellow {
  color: #fcc800;
}

.newone-talk_mv_description {
  order: 4;
  margin-top: 23px;
  padding-inline: 7.5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(255, 255, 255, 0.9);
}
@media (min-width: 769px) {
  .newone-talk_mv_description {
    margin-top: 26px;
    padding-inline: initial;
    font-size: 17px;
    line-height: 2.9;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(255, 255, 255, 0.9);
  }
}
.newone-talk_mv_description.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.newone-talk_mv_image {
  order: 2;
  margin-top: 15px;
  margin-left: auto;
  display: block;
  width: 73.7%;
  height: 305.97px;
  position: relative;
}
@media (width >= 600px) {
  .newone-talk_mv_image {
    margin-left: initial;
  }
}
@media (min-width: 769px) {
  .newone-talk_mv_image {
    margin-top: initial;
    margin-left: initial;
    width: 100%;
    max-width: 542.51px;
    height: 600.32px;
  }
}
.newone-talk_mv_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 276.51/305.97;
}
@media (min-width: 769px) {
  .newone-talk_mv_image img {
    aspect-ratio: 542.51/600.32;
  }
}

.newone-talk_mv_image-item {
  position: absolute;
  display: block;
  width: 100%;
}
.newone-talk_mv_image-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.newone-talk_mv_image-item--01 {
  max-width: 251.82px;
  top: 0;
  right: 11px;
}
@media (min-width: 769px) {
  .newone-talk_mv_image-item--01 {
    max-width: 494.06px;
    top: 4px;
    right: 25px;
  }
}
.newone-talk_mv_image-item--01 img {
  aspect-ratio: 251.82/243.83;
}
@media (min-width: 769px) {
  .newone-talk_mv_image-item--01 img {
    aspect-ratio: 494.06/478.39;
  }
}

.newone-talk_mv_image-item--02 {
  max-width: 111.11px;
  top: 64px;
  right: 0;
  opacity: 0;
  transform: translateY(15px) scale(0.95);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .newone-talk_mv_image-item--02 {
    max-width: 218px;
    top: 128px;
    right: 2px;
  }
}
.newone-talk_mv_image-item--02 img {
  aspect-ratio: 111.11/125.36;
}
@media (min-width: 769px) {
  .newone-talk_mv_image-item--02 img {
    aspect-ratio: 218/246;
  }
}
.newone-talk_mv_image-item--02.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.newone-talk_mv_image-item--03 {
  max-width: 94.12px;
  top: 89px;
  right: 183px;
  opacity: 0;
  transform: translateX(-15px) scale(0.95);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .newone-talk_mv_image-item--03 {
    max-width: 184.37px;
    top: 177px;
    right: initial;
    left: -2px;
  }
}
.newone-talk_mv_image-item--03 img {
  aspect-ratio: 94.12/150.88;
}
@media (min-width: 769px) {
  .newone-talk_mv_image-item--03 img {
    aspect-ratio: 184.37/296.03;
  }
}
.newone-talk_mv_image-item--03.is-visible {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.newone-talk_mv_image-item--04 {
  max-width: 159.04px;
  top: 179px;
  right: 4px;
  opacity: 0;
  transform: translateY(15px) scale(0.95);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 769px) {
  .newone-talk_mv_image-item--04 {
    max-width: 312px;
    top: 356px;
    right: 10px;
  }
}
.newone-talk_mv_image-item--04 img {
  aspect-ratio: 159.04/126.59;
}
@media (min-width: 769px) {
  .newone-talk_mv_image-item--04 img {
    aspect-ratio: 312/248.36;
  }
}
.newone-talk_mv_image-item--04.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.newone-talk_upcoming-seminars {
  padding-top: 30px;
  padding-bottom: 64px;
  background-color: #12979f;
}
@media (min-width: 769px) {
  .newone-talk_upcoming-seminars {
    padding-top: 52px;
    padding-bottom: 38px;
  }
}

.newone-talk_upcoming-seminars .newone-talk_section-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 769px) {
  .newone-talk_upcoming-seminars .newone-talk_section-title {
    font-size: 64px;
    margin-bottom: 80px;
  }
}

.newone-talk_upcoming-seminars_slider {
  position: relative;
}

.upcoming-seminars_swiper {
  overflow: visible;
}

.upcoming-seminars_swiper .swiper-slide {
  height: auto;
  width: auto;
}

.seminar-card {
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 89.3333333333vw;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
@media (width >= 375px) {
  .seminar-card {
    max-width: 335px;
  }
}
@media (min-width: 769px) {
  .seminar-card {
    padding: 64.25px 60px 47.71px 47px;
    display: flex;
    flex-direction: row-reverse;
    gap: 36.73px;
    width: 968px;
    max-width: initial;
    border-radius: 8px;
  }
}

.seminar-card_image {
  display: block;
  width: 100%;
  max-width: 335px;
}
@media (min-width: 769px) {
  .seminar-card_image {
    max-width: 528px;
  }
}

.seminar-card_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/188.44;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .seminar-card_image img {
    aspect-ratio: 528/297;
    border-radius: 8.38px;
    overflow: hidden;
  }
}

.seminar-card_content {
  padding: 28px 14px 24px 22px;
  flex: 1;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .seminar-card_content {
    padding: initial;
    display: block;
  }
}

.seminar-card_headline {
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #00b2bc;
}
@media (min-width: 769px) {
  .seminar-card_headline {
    margin-top: 6px;
    margin-left: 20px;
    font-size: 22px;
  }
}

.seminar-card_number {
  margin-top: 16px;
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #000;
}
@media (min-width: 769px) {
  .seminar-card_number {
    margin-top: 37px;
    margin-left: 13px;
    font-size: 15px;
  }
}

.seminar-card_title {
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #000;
}
@media (min-width: 769px) {
  .seminar-card_title {
    margin-top: 10px;
    margin-left: 13px;
    font-size: 20px;
    font-feature-settings: "palt";
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.seminar-card_tags {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 769px) {
  .seminar-card_tags {
    margin-top: 30px;
    margin-left: 13px;
    padding-top: initial;
    gap: 9px;
  }
}

.seminar-card_tag {
  padding: 3px 10px;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #a5a5a5;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .seminar-card_tag {
    padding: 2.5px 10px;
    font-size: 14px;
  }
}

.seminar-card_date {
  margin-top: 4px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #00b2bc;
}
@media (min-width: 769px) {
  .seminar-card_date {
    margin-top: 13px;
    margin-left: 13px;
    font-size: 16px;
  }
}

.seminar-card_button-wrap {
  margin-top: 17px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
}
@media (min-width: 769px) {
  .seminar-card_button-wrap {
    margin-top: 37px;
    justify-content: initial;
    gap: 6px;
  }
}

.seminar-card_button {
  width: 264px;
}

.seminar-card_link {
  padding: 24px 26px;
  padding-inline: min(6.9333333333vw, 26px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-image: linear-gradient(to bottom, #00aebb 0%, #ffd650 100%);
  color: #ffffff;
  border-radius: 100vmax;
  position: relative;
}
.seminar-card_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #00b2bc;
  border-radius: 100vmax;
  transition: 0.3s;
}

.seminar-card_link span {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .seminar-card:hover .seminar-card_link:before {
    background-color: #fff;
  }
  .seminar-card:hover .seminar-card_link span {
    color: #00AEBB;
  }
}
.seminar-card_icon {
  display: none;
}
@media (min-width: 769px) {
  .seminar-card_icon {
    display: block;
    width: 100%;
    max-width: 27.27px;
  }
}

@media (min-width: 769px) {
  .seminar-card_icon img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 27.27/48.2;
  }
}

.newone-talk_upcoming-seminars_description {
  margin-top: 12px;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .newone-talk_upcoming-seminars_description {
    font-size: 14px;
    color: #000;
    text-align: initial;
  }
}

.newone-talk_upcoming-seminars .swiper-button-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
@media (min-width: 769px) {
  .newone-talk_upcoming-seminars .swiper-button-wrap {
    padding: 0 20px;
  }
}

.newone-talk_upcoming-seminars .swiper-button-prev,
.newone-talk_upcoming-seminars .swiper-button-next {
  position: static;
  width: 48px;
  height: 48px;
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) {
  .newone-talk_upcoming-seminars .swiper-button-prev,
  .newone-talk_upcoming-seminars .swiper-button-next {
    width: 64px;
    height: 64px;
  }
}

.newone-talk_upcoming-seminars .swiper-button-prev::after,
.newone-talk_upcoming-seminars .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #00b2bc;
  border-right: 2px solid #00b2bc;
}
@media (min-width: 769px) {
  .newone-talk_upcoming-seminars .swiper-button-prev::after,
  .newone-talk_upcoming-seminars .swiper-button-next::after {
    width: 16px;
    height: 16px;
  }
}

.newone-talk_upcoming-seminars .swiper-button-prev:hover,
.newone-talk_upcoming-seminars .swiper-button-next:hover {
  opacity: 0.8;
}

.newone-talk_upcoming-seminars .swiper-button-prev.swiper-button-disabled,
.newone-talk_upcoming-seminars .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.newone-talk_upcoming-seminars .swiper-button-prev::after {
  transform: rotate(-135deg);
}

.newone-talk_upcoming-seminars .swiper-button-next::after {
  transform: rotate(45deg);
}

.newone-talk_upcoming-seminars .swiper-pagination {
  position: static;
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 23px;
}
@media (min-width: 769px) {
  .newone-talk_upcoming-seminars .swiper-pagination {
    margin-top: 29px;
  }
}

.newone-talk_upcoming-seminars .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newone-talk_upcoming-seminars .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.newone-talk_guest {
  padding-top: 34px;
  padding-bottom: 40px;
  background-color: #00b2bc;
}
@media (min-width: 768px) {
  .newone-talk_guest {
    padding-top: 65px;
    padding-bottom: 91px;
  }
}

.newone-talk_guest_inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .newone-talk_guest_inner {
    margin-inline: auto;
    padding-inline: 60px;
    max-width: 1360px;
  }
}

@media (min-width: 768px) {
  .newone-talk_guest_head {
    display: flex;
    align-items: center;
    gap: 34px;
  }
}

.newone-talk_guest .newone-talk_section-title {
  font-size: 26px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 768px) {
  .newone-talk_guest .newone-talk_section-title {
    font-size: 40px;
  }
}

.newone-talk_guest .newone-talk_section-description {
  margin-top: 15px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
@media (min-width: 768px) {
  .newone-talk_guest .newone-talk_section-description {
    margin-top: initial;
    font-size: 16px;
  }
}

.newone-talk_guest .newone-talk_section-note {
  margin-top: 1px;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}
@media (min-width: 768px) {
  .newone-talk_guest .newone-talk_section-note {
    margin-top: initial;
  }
}

.newone-talk_guest-list {
  margin-top: 31px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 15px;
}
@media (min-width: 768px) {
  .newone-talk_guest-list {
    margin-top: 43px;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
  }
}

.guest-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 8px;
}
@media (min-width: 768px) {
  .guest-item {
    gap: 16px;
    max-width: 308px;
  }
}

.guest-item_image {
  display: block;
  width: 100%;
  max-width: 160px;
  max-width: initial;
}
@media (min-width: 768px) {
  .guest-item_image {
    max-width: 307px;
  }
}

.guest-item_info {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .guest-item_info {
    display: block;
  }
}

.guest-item_inline-block {
  display: inline-block;
}

.guest-item_company {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.14;
  color: #ffffff;
}
@media (min-width: 768px) {
  .guest-item_company {
    font-size: 24px;
    font-size: clamp(0.875rem, 0.161rem + 1.488vw, 24px);
  }
}

.guest-item_position {
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
}
@media (min-width: 768px) {
  .guest-item_position {
    margin-top: 12px;
    font-size: 14px;
  }
}

.guest-item_name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .guest-item_name {
    margin-top: 12px;
    font-size: 16px;
  }
}

.newone-talk_program-archive {
  padding-top: 36px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .newone-talk_program-archive {
    padding-top: 64px;
  }
}

.newone-talk_program-archive_inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .newone-talk_program-archive_inner {
    margin-inline: auto;
    padding-inline: 60px;
    max-width: 1360px;
  }
}

.newone-talk_program-archive .newone-talk_section-title {
  font-size: 26px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00b2bc;
}
@media (min-width: 768px) {
  .newone-talk_program-archive .newone-talk_section-title {
    font-size: 40px;
  }
}

.newone-talk_program-archive .newone-talk_section-description {
  margin-top: 21px;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 768px) {
  .newone-talk_program-archive .newone-talk_section-description {
    margin-top: 26px;
    font-size: 16px;
    line-height: 2;
  }
}

.newone-talk_program-archive_grid {
  margin-top: 31px;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .newone-talk_program-archive_grid {
    margin-top: 41px;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 21px;
  }
}

.archive-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 11px;
  max-width: 400px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .archive-card {
    max-width: initial;
  }
  .archive-card:hover {
    opacity: 1;
  }
  .archive-card:hover .archive-card_image img {
    transform: scale(1.05);
  }
}
.archive-card.archive-card--hidden {
  display: none;
}

.archive-card_image {
  display: block;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .archive-card_image {
    max-width: 400px;
  }
}

.archive-card_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/188;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .archive-card_image img {
    aspect-ratio: 400/225;
  }
}

.archive-card_text {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.archive-card_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.archive-card_tag {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #6d6d6d;
}
.archive-card_content_foot {
  display: flex;
  align-items: center;
  gap: 6px;
}
.archive-card_date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #00b2bc;
}
.archive-card_badge {
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.archive-card_badge--archive {
  background-color: transparent;
  border: 1px solid #00b2bc;
  color: #00b2bc;
}

.archive-card_badge--upcoming {
  background-color: #00b2bc;
  border: none;
  color: #ffffff;
}

.newone-talk_program-archive_viewmore {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .newone-talk_program-archive_viewmore {
    margin-top: 42px;
  }
}

.viewmore-button {
  padding: 9px 37px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00b2bc;
  border-radius: 100vmax;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .viewmore-button:hover {
    background-color: #00b2bc;
  }
  .viewmore-button:hover .viewmore-button_text {
    color: #ffffff;
  }
}
.viewmore-button_text {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00b2bc;
  transition: color 0.3s ease;
}
.newone-talk_moderator {
  padding-top: 21px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .newone-talk_moderator {
    padding-top: 23px;
    padding-bottom: 86px;
  }
}

.newone-talk_moderator_inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .newone-talk_moderator_inner {
    margin-inline: auto;
    padding-inline: 60px;
    max-width: 1360px;
  }
}

.newone-talk_moderator .newone-talk_section-title {
  font-size: 26px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00b2bc;
}
@media (min-width: 768px) {
  .newone-talk_moderator .newone-talk_section-title {
    font-size: 40px;
  }
}

.newone-talk_moderator .newone-talk_section-description {
  margin-top: 24px;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 768px) {
  .newone-talk_moderator .newone-talk_section-description {
    margin-top: 27px;
    font-size: 16px;
    line-height: 2;
  }
}

.newone-talk_moderator-list {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .newone-talk_moderator-list {
    margin-top: 69px;
  }
}

@media (min-width: 768px) {
  .moderator-item {
    display: flex;
    align-items: flex-end;
    gap: 62px;
  }
}

.moderator-item + .moderator-item {
  margin-top: 28px;
}
@media (min-width: 768px) {
  .moderator-item + .moderator-item {
    margin-top: 53px;
  }
}

.moderator-item_image {
  margin-left: 8%;
  display: block;
  width: 71.4666666667vw;
  max-width: 340px;
}
@media (min-width: 768px) {
  .moderator-item_image {
    margin-top: 6px;
    margin-left: 48px;
    max-width: 268px;
  }
}

@media (min-width: 768px) {
  .moderator-item:nth-child(2) .moderator-item_image {
    margin-top: 27px;
  }
}

.moderator-item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 268/286;
}

@media (min-width: 768px) {
  .moderator-item_info {
    flex: 1;
    max-width: 800px;
  }
}

.moderator-item_position {
  margin-top: 16px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
}
.moderator-item_position--small {
  margin-top: 12px;
  font-size: 15px;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .moderator-item_position--small {
    font-size: 16px;
    letter-spacing: initial;
  }
}

._over-TB-inlineblock {
  display: none;
}
@media (min-width: 768px) {
  ._over-TB-inlineblock {
    display: inline-block;
  }
}

.moderator-item_name {
  margin-top: 11px;
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}
@media (min-width: 768px) {
  .moderator-item_name {
    margin-top: 18px;
  }
}

.moderator-item_bio {
  margin-top: 24px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
@media (min-width: 768px) {
  .moderator-item_bio {
    margin-top: 20px;
  }
}/*# sourceMappingURL=newone-talk.css.map */