  .mv_lower {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.mv_tit_sub {
  color: #0068AF;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .mv_tit_sub {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  .mv_tit_sub {
    font-size: 2.4rem;
  }
}

.cmn_tit01 {
  color: #000;
}

@media only screen and (max-width: 599px) {
  .mv {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv {
    margin-bottom: 32px;
  }
}
.mv img {
  height: auto;
  width: 100%;
}

.mv_txt {
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .mv_txt {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv_txt {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 599px) {
  .article {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 600px) {
  .article {
    margin-bottom: 120px;
  }
}

.speakers {
  background: #F5FAFF;
}
@media print, screen and (min-width: 600px) {
  .speakers {
    display: -ms-grid;
    display: grid;
    gap: 24px 27px;
    -ms-grid-columns: 1fr 27px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 88px;
    padding: 60px 45px 56px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .speakers {
    gap: 18px 16px;
    margin-bottom: 46px;
    padding: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .speakers {
    padding: 28px 10px 28px 16px;
  }
}

.speaker {
  display: flex;
}
@media print, screen and (min-width: 600px) {
  .speaker {
    gap: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .speaker {
    gap: 8px;
  }
}
@media only screen and (max-width: 599px) {
  .speaker {
    gap: 8px;
  }
}
@media print, screen and (min-width: 600px) {
  .speaker.speaker_wide {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 599px) {
  .speaker:not(:last-child) {
    margin-bottom: 16px;
  }
}

.speaker_img {
  flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .speaker_img {
    width: 188px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .speaker_img {
    width: 122px;
  }
}
@media only screen and (max-width: 599px) {
  .speaker_img {
    width: 122px;
  }
}
.speaker_img img {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 600px) {
  .speaker_position {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 8px;
    min-height: 31px;
  }
}

@media print, screen and (min-width: 600px) {
  .speaker_name {
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media print, screen and (min-width: 600px) {
  .en .speaker_position {
    font-size: 1.4rem;
    margin-top: 0.2em !important;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 600px) {
  .en .speaker_name {
    font-size: 2rem;
  }
}

.article_item {
  display: flex;
}
@media print, screen and (min-width: 600px) {
  .article_item.img_left .article_image {
    float: left;
    margin: 0 32px 32px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article_item.img_left .article_image {
    float: none;
  }
}
.article_item:not(:last-child) {
  margin-bottom: 2em;
}
.article_item p strong {
  color: #0068AF;
  display: inline-block;
  margin-right: 1em;
}
.article_item p:not(:first-child) {
  margin-top: 2em;
}
.article_item .article_image + p {
  margin-top: 0;
}
@media only screen and (max-width: 599px) {
  .article_item li {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 600px) {
  .article_item li {
    font-size: 1.4rem;
  }
}

.article_detail {
  display: flow-root;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article_detail {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .article_detail {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}

.article_image {
  flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .article_image {
    float: right;
    margin: 0 0 32px 32px;
    width: 358px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article_image {
    float: none;
    width: 260px;
  }
}
@media only screen and (max-width: 599px) {
  .article_image {
    width: 229px;
  }
}
.article_image img {
  height: auto;
  width: 100%;
}

.article_image_large {
  margin-inline: auto;
  padding-top: 2em;
}
@media print, screen and (min-width: 600px) {
  .article_image_large {
    max-width: 748px;
  }
}
.article_image_large img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .cmn_tit02 br {
    display: none;
  }
}

.interview {
  margin-bottom: 4em;
}

.interviewee {
  background: #F5FAFF;
  display: flex;
}
@media print, screen and (min-width: 600px) {
  .interviewee {
    gap: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .interviewee {
    align-items: center;
    gap: 16px;
    margin-bottom: 72px;
  }
}
@media only screen and (max-width: 599px) {
  .interviewee {
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
  }
}

.interviewee_image {
  flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .interviewee_image {
    width: 358px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .interviewee_image {
    width: 214px;
  }
}
@media only screen and (max-width: 599px) {
  .interviewee_image {
    height: 106px;
    width: 106px;
  }
}
.interviewee_image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media print, screen and (min-width: 600px) {
  .interviewee_detail {
    padding-top: 27px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .interviewee_detail {
    padding-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  .interviewee_position {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .interviewee_position {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 599px) {
  .interviewee_name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  .interviewee_name {
    font-size: 2.6rem;
    line-height: 1.423;
  }
}

@media print, screen and (min-width: 600px) {
  .en .interviewee_position {
    font-size: 1.6rem;
    margin-top: 0.5em !important;
  }
}
@media print, screen and (min-width: 600px) {
  .en .interviewee_name {
    font-size: 2.2rem;
  }
}

.num_list:not(:last-child) {
  margin-bottom: 2em;
}
.num_list li {
  counter-increment: num;
  padding-left: 2em;
  position: relative;
}
.num_list li:not(:last-child) {
  margin-bottom: 2em;
}
.num_list li:before {
  content: counter(num);
  font-weight: bold;
  left: 0;
  position: absolute;
  top: -0.2em;
}
@media print, screen and (min-width: 600px) {
  .num_list li:before {
    font-size: 2rem;
  }
}

.message {
  background: #F5FAFF;
  display: flex;
}
@media print, screen and (min-width: 600px) {
  .message {
    gap: 32px;
    padding: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .message {
    gap: 22px;
    padding: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .message {
    flex-direction: column;
    padding: 24px;
  }
}

.message_detail .cmn_tit05 {
  color: #0068AF;
  font-feature-settings: "palt";
}

.message_image {
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .message_image {
    display: flex;
    gap: 16px;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 600px) {
  .message_image {
    width: 162px;
  }
}
.message_image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .message_image figure {
    width: 99px;
  }
}
@media print, screen and (min-width: 600px) {
  .message_image figure {
    margin-bottom: 16px;
  }
}

.message_position {
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  .message_position {
    font-size: 1.4rem;
  }
}

.message_name {
  font-weight: bold;
  margin-top: 0 !important;
}
@media only screen and (max-width: 599px) {
  .message_name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  .message_name {
    font-size: 2.2rem;
  }
}

@media print, screen and (min-width: 600px) {
  .en .message_position {
    font-size: 1.4rem;
    line-height: 1.5 !important;
    margin-top: 3px !important;
  }
}
@media print, screen and (min-width: 600px) {
  .en .message_name {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 600px) {
  .other_articles {
    margin-top: 175px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .other_articles {
    margin-top: 68px;
  }
}
@media only screen and (max-width: 599px) {
  .other_articles {
    margin-top: 62px;
  }
}
@media print, screen and (min-width: 600px) {
  .other_articles .cmn_tit01 {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .other_articles .cmn_tit01 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .other_articles .cmn_tit01 {
    margin-bottom: 24px;
  }
}

.other_article a {
  align-items: center;
  background: #F5FAFF;
  color: #000;
  display: flex;
  text-decoration: none;
}
@media print, screen and (min-width: 600px) {
  .other_article a {
    gap: 32px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .other_article a {
    gap: 16px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .other_article a {
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 600px) {
  .other_article:nth-child(odd) a {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .other_article:nth-child(odd) .other_article_detail {
    padding-left: 16px;
  }
}

.other_article_image {
  flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .other_article_image {
    width: 358px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .other_article_image {
    height: 188px;
    width: 214px;
  }
}
@media only screen and (max-width: 599px) {
  .other_article_image {
    height: 106px;
    width: 106px;
  }
}
.other_article_image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .other_article_detail {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 599px) {
  .other_article_detail {
    padding: 16px 16px 16px 0;
  }
}

@media only screen and (max-width: 599px) {
  .other_article_text {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 600px) {
  .other_article_text {
    font-size: 2.6rem;
    line-height: 1.53;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .other_article_text {
    font-size: 2.2rem;
    font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 959px) {
  .other_article_text br {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .other_article_name {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .other_article_name {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}