@charset "UTF-8";
#page_title.g2020_title h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 18px;
}

#g2020subheadings {
  margin-bottom: 30px;
}
#g2020subheadings .title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

@media print, screen and (max-width: 640px) {
  #page_title.g2020_title h2 {
    font-size: 36px;
  }
  #g2020subheadings {
    padding: 0 32px;
    margin: 10px 0;
  }
  #g2020subheadings .title {
    font-size: 40px;
  }
}
/********** News **********/
#g2020news {
  margin-bottom: 50px;
}
#g2020news .g2020news_unit {
  position: relative;
  border: 1px solid;
  margin-bottom: 30px;
  background-color: #fff;
}
#g2020news .g2020news_unit .g2020news_unit-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#g2020news .g2020news_unit .g2020news_unit-photo.sp {
  display: none;
}
#g2020news .g2020news_unit .g2020news_unit-text {
  width: 568px;
  padding: 30px 40px 30px 30px;
}
#g2020news .g2020news_unit .g2020news_unit-text table {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 16px;
}
#g2020news .g2020news_unit .g2020news_unit-text table th {
  position: relative;
  width: 190px;
  padding-right: 10px;
}
#g2020news .g2020news_unit .g2020news_unit-text table th:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  content: ":";
}
#g2020news .g2020news_unit .g2020news_unit-text a {
  text-decoration: underline;
}

#g2020newsletter {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}
#g2020newsletter a {
  display: block;
}
#g2020newsletter .g2020newsnewsletter_unit {
  border: 1px solid;
  margin-bottom: 30px;
  background-color: #fff;
}
#g2020newsletter .g2020newsnewsletter_unit.link a, #g2020newsletter .g2020newsnewsletter_unit.nolink {
  padding: 30px;
}
#g2020newsletter .g2020newsnewsletter_unit.link {
  background-image: url(../img/btn_open.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 14px;
}
#g2020newsletter .g2020newsnewsletter_unit .g2020newsnewsletter_unit-subtitle {
  font-size: 16px;
  font-weight: bold;
}
#g2020newsletter .g2020newsnewsletter_unit .g2020newsnewsletter_unit-title {
  font-size: 20px;
  font-weight: bold;
}
#g2020newsletter .g2020newsnewsletter_unit .g2020newsnewsletter_unit-date {
  font-size: 14px;
  margin-bottom: 10px;
}
#g2020newsletter .g2020newsnewsletter_unit .g2020newsnewsletter_unit-lead {
  font-size: 16px;
}

@media print, screen and (max-width: 640px) {
  #g2020news .g2020news_unit {
    position: relative;
    margin-bottom: 0;
  }
  #g2020news .g2020news_unit .g2020news_unit-photo {
    position: relative;
    width: 100%;
  }
  #g2020news .g2020news_unit .g2020news_unit-photo.pc {
    display: none;
  }
  #g2020news .g2020news_unit .g2020news_unit-photo.sp {
    display: block;
  }
  #g2020news .g2020news_unit .g2020news_unit-text {
    width: auto;
    padding: 20px 32px;
  }
  #g2020news .g2020news_unit .g2020news_unit-text table {
    width: 100%;
    font-size: 26px;
  }
  #g2020news .g2020news_unit .g2020news_unit-text table th {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  #g2020news .g2020news_unit .g2020news_unit-text table th:after {
    position: relative;
    width: 10px;
  }
  #g2020news .g2020news_unit .g2020news_unit-text table td {
    display: block;
    padding-bottom: 10px;
  }
  #g2020newsletter .g2020newsnewsletter_unit {
    margin-bottom: 0;
    border-bottom: none;
  }
  #g2020newsletter .g2020newsnewsletter_unit:nth-last-of-type(1) {
    border-bottom: 1px solid #000;
  }
  #g2020newsletter .g2020newsnewsletter_unit.link a, #g2020newsletter .g2020newsnewsletter_unit.nolink {
    padding: 30px 32px;
  }
  #g2020newsletter .g2020newsnewsletter_unit.link {
    background-size: 32px;
  }
  #g2020newsletter .g2020newsnewsletter_unit .g2020newsnewsletter_unit-subtitle {
    font-size: 24px;
    font-weight: bold;
  }
  #g2020newsletter .g2020newsnewsletter_unit .g2020newsnewsletter_unit-title {
    font-size: 28px;
    font-weight: bold;
  }
  #g2020newsletter .g2020newsnewsletter_unit .g2020newsnewsletter_unit-date {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #g2020newsletter .g2020newsnewsletter_unit .g2020newsnewsletter_unit-lead {
    font-size: 26px;
  }
}
/********** Who we are **********/
#g2020whoweare {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}
#g2020whoweare .mainimag {
  margin-bottom: 50px;
}
#g2020whoweare .g2020whoweare__wrap {
  width: 720px;
  line-height: 2;
  margin: 0 auto;
}
#g2020whoweare .g2020whoweare__wrap .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#g2020whoweare .g2020whoweare__wrap .g2020whoweare__unit .g2020whoweare__unit-img {
  float: right;
  width: 340px;
  margin: 0 0 20px 40px;
  border: 1px solid #dedede;
}
#g2020whoweare .g2020whoweare__wrap .g2020whoweare__unit .g2020whoweare__content {
  font-size: 16px;
  margin-bottom: 2rem;
}
#g2020whoweare .g2020whoweare__wrap .g2020whoweare__unit .g2020whoweare__unit-down {
  display: block;
  width: 400px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  margin: 0 auto 40px;
}
#g2020whoweare .g2020whoweare__wrap .g2020whoweare__unit .g2020whoweare__unit-down:hover {
  color: #fff;
  background-color: #000;
}

@media print, screen and (max-width: 640px) {
  #g2020whoweare .mainimag {
    margin-bottom: 50px;
  }
  #g2020whoweare .g2020whoweare__wrap {
    width: auto;
    margin: 0 32px 40px;
  }
  #g2020whoweare .g2020whoweare__wrap .title {
    font-size: 28px;
  }
  #g2020whoweare .g2020whoweare__wrap .g2020whoweare__unit .g2020whoweare__unit-img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #g2020whoweare .g2020whoweare__wrap .g2020whoweare__unit .g2020whoweare__content {
    font-size: 26px;
  }
  #g2020whoweare .g2020whoweare__wrap .g2020whoweare__unit .g2020whoweare__unit-down {
    width: 100%;
    font-size: 26px;
  }
}
/********** What we do **********/
.g2020whatwedo--category {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 15px;
  margin: 0 10px 10px 0;
}
.g2020whatwedo--category.g2020report_catlecture {
  background-color: #28a0d7;
}
.g2020whatwedo--category.g2020report_catsymposium {
  background-color: #37a041;
}
.g2020whatwedo--category.g2020report_cathospitality {
  background-color: #f0b93c;
}
.g2020whatwedo--category.g2020report_catartproject {
  background-color: #f47864;
}
.g2020whatwedo--category.g2020report_catradio {
  background-color: #b855ac;
}

@media print, screen and (max-width: 640px) {
  .g2020whatwedo--category {
    font-size: 20px;
  }
}
#g2020whatwedo-event {
  margin-bottom: 50px;
}

.g2020whatwedolist {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}
.g2020whatwedolist .g2020whatwedolist__unit {
  line-height: 2;
  border: 1px solid;
  margin-bottom: 30px;
  background-color: #fff;
}
.g2020whatwedolist .g2020whatwedolist__unit a {
  display: block;
  position: relative;
  background-image: url(../img/btn_open.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 14px;
}
.g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text {
  width: 568px;
  padding: 30px 40px 30px 30px;
}
.g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text.nophoto {
  width: 880px;
}
.g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text .title span {
  display: block;
  font-size: 16px;
}
.g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text .articleDate {
  font-size: 14px;
  margin-bottom: 5px;
}
.g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text .lead {
  font-size: 16px;
}
.g2020whatwedolist .g2020whatwedolist__unit .icon-open {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url(../img/btn_open.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 14px;
}

@media print, screen and (max-width: 640px) {
  .g2020whatwedolist .g2020whatwedolist__unit {
    margin-bottom: 0;
  }
  .g2020whatwedolist .g2020whatwedolist__unit a {
    display: block;
    background-size: 32px;
  }
  .g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-photo {
    position: relative;
    float: none;
    width: 100%;
    padding-top: 100%;
  }
  .g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text {
    width: auto;
    padding: 20px 32px;
  }
  .g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text.nophoto {
    width: auto;
  }
  .g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text .title {
    font-size: 28px;
  }
  .g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text .title span {
    font-size: 24px;
  }
  .g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text .articleDate {
    font-size: 20px;
  }
  .g2020whatwedolist .g2020whatwedolist__unit .g2020whatwedolist__unit-text .lead {
    font-size: 20px;
  }
  .g2020whatwedolist .g2020whatwedolist__unit .icon-open {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
#g2020whatwedo {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  width: 720px;
  line-height: 2;
  margin: 0 auto;
}
#g2020whatwedo #g2020whatwedo__top .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}
#g2020whatwedo #g2020whatwedo__top .title span {
  display: block;
  font-size: 16px;
}
#g2020whatwedo #g2020whatwedo__top .articleDate {
  font-size: 14px;
  margin-bottom: 25px;
}
#g2020whatwedo #g2020whatwedo__content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
#g2020whatwedo #g2020whatwedo__content .imggroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#g2020whatwedo #g2020whatwedo__content .imggroup figure {
  width: 350px;
  margin: 0 20px 35px 0;
}
#g2020whatwedo #g2020whatwedo__content .imggroup figure img {
  width: 350px;
}
#g2020whatwedo #g2020whatwedo__content .imggroup figure figcaption {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}
#g2020whatwedo #g2020whatwedo__content .imggroup figure:nth-of-type(2n), #g2020whatwedo #g2020whatwedo__content .imggroup figure:last-child {
  margin-right: 0;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-free {
  margin-bottom: 2rem;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-free img {
  display: block;
  margin: 0 auto;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-big {
  margin-bottom: 2rem;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-big img {
  width: 100%;
}
#g2020whatwedo #g2020whatwedo__content .report__text {
  margin-bottom: 2rem;
}
#g2020whatwedo #g2020whatwedo__content .report__text p span {
  font-weight: bold;
  color: #af8c0a;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__text-rightImage {
  float: right;
  margin: 0 0 20px 40px;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__text-rightImage img {
  width: 340px;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__text-rightImage figcaption {
  font-size: 14px;
  text-align: right;
}
#g2020whatwedo #g2020whatwedo__content .report__text a.link-text {
  text-decoration: underline;
}
#g2020whatwedo #g2020whatwedo__content .report__text .dialogue dt {
  float: left;
  width: 80px;
  font-weight: bold;
}
#g2020whatwedo #g2020whatwedo__content .report__text .dialogue dd {
  margin: 0 0 35px 80px;
}
#g2020whatwedo #g2020whatwedo__content .report__text .dialogue a {
  text-decoration: underline;
}
#g2020whatwedo #g2020whatwedo__content .report__text .annotation {
  margin-top: 40px;
}
#g2020whatwedo #g2020whatwedo__content .report__text .annotation dt {
  float: left;
  width: 40px;
  font-size: 14px;
  font-weight: normal;
}
#g2020whatwedo #g2020whatwedo__content .report__text .annotation dd {
  font-size: 14px;
  margin: 0 0 1rem 40px;
}
#g2020whatwedo #g2020whatwedo__content .report__text .annotation a {
  text-decoration: underline;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile .name, #g2020whatwedo #g2020whatwedo__content .report__text .report__profile .position {
  width: 100%;
  font-weight: bold;
  line-height: 1.6;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile .position {
  margin-bottom: 0.5rem;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile .introduction {
  margin-bottom: 2rem;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile a {
  text-decoration: underline;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo figure {
  width: 126px;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo figure img {
  width: 100%;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo figure figcaption {
  font-size: 14px;
}
#g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo .report__profile-text {
  width: 560px;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 2rem;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-flex figure {
  width: 340px;
  margin: 0 40px 20px 0;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-flex figure:nth-of-type(2n) {
  margin-right: 0;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-flex figure:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-flex figure figcaption {
  font-size: 14px;
  text-align: right;
}
#g2020whatwedo #g2020whatwedo__content .report__photo-flex .report__photo-flex-big figure {
  width: 100%;
  margin: 0 0 20px 0;
}
#g2020whatwedo #g2020whatwedo__content .report__video {
  margin-bottom: 2rem;
}
#g2020whatwedo #g2020whatwedo__content .report__date {
  border: 1px solid #000;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
}
#g2020whatwedo #g2020whatwedo__content .report__date span {
  font-size: 18px;
  font-weight: bold;
}
#g2020whatwedo #g2020whatwedo__content .report__date table {
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}
#g2020whatwedo #g2020whatwedo__content .report__date table th.bold, #g2020whatwedo #g2020whatwedo__content .report__date table td.bold {
  font-size: 18px;
  font-weight: bold;
}
#g2020whatwedo #g2020whatwedo__content .report__date table th {
  white-space: nowrap;
  padding-right: 5px;
}
#g2020whatwedo #g2020whatwedo__content .report__date dl dt {
  float: left;
}
#g2020whatwedo #g2020whatwedo__content .report__date dl dd {
  padding-left: 60px;
}
#g2020whatwedo #g2020whatwedo__content .report__link-pdf {
  outline: 1px solid #000;
  background-image: url(../img/pdf_link.gif);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 17px;
  background-color: #fff;
  min-width: 470px;
  line-height: 1.4;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 2rem;
  padding: 9px 40px 9px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#g2020whatwedo #g2020whatwedo__content .report__link-web {
  text-decoration: underline;
}
#g2020whatwedo #g2020whatwedo__content .report__radiolead {
  margin-bottom: 2rem;
}
#g2020whatwedo #g2020whatwedo__content .report__radiolead .photo {
  width: 100%;
  margin-bottom: 1rem;
}

@media print, screen and (max-width: 640px) {
  #g2020whatwedo {
    width: auto;
    font-size: 26px;
    margin: 40px 32px 30px;
  }
  #g2020whatwedo #g2020whatwedo__top .title {
    font-size: 32px;
  }
  #g2020whatwedo #g2020whatwedo__top .title span {
    font-size: 24px;
  }
  #g2020whatwedo #g2020whatwedo__top .articleDate {
    font-size: 26px;
  }
  #g2020whatwedo #g2020whatwedo__content h4 {
    font-size: 30px;
  }
  #g2020whatwedo #g2020whatwedo__content .imggroup {
    display: block;
  }
  #g2020whatwedo #g2020whatwedo__content .imggroup figure {
    width: 100%;
    margin: 0 0 35px 0;
  }
  #g2020whatwedo #g2020whatwedo__content .imggroup figure img {
    width: 100%;
  }
  #g2020whatwedo #g2020whatwedo__content .imggroup figure figcaption {
    font-size: 20px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__text-rightImage {
    float: none;
    margin: 0 0 20px 0;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__text-rightImage img {
    width: 100%;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__text-rightImage figcaption {
    font-size: 14px;
    text-align: right;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .dialogue dt {
    width: 140px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .dialogue dd {
    margin: 0 0 30px 0;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .annotation dt {
    width: 60px;
    font-size: 22px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .annotation dd {
    font-size: 22px;
    margin-left: 0;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__profile .introduction {
    margin-bottom: 20px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo {
    display: block;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo figure img {
    display: block;
    width: 265px;
    margin: 0 auto;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo figure figcaption {
    text-align: right;
    font-size: 20px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__text .report__profile.left-photo .report__profile-text {
    width: 100%;
  }
  #g2020whatwedo #g2020whatwedo__content .report__photo-flex figure {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #g2020whatwedo #g2020whatwedo__content .report__photo-flex figure:nth-last-child(2) {
    margin-bottom: 20px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__date {
    padding: 15px 20px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__date span {
    font-size: 28px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__date table {
    font-size: 26px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__date table th.bold, #g2020whatwedo #g2020whatwedo__content .report__date table td.bold {
    font-size: 28px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__date table tr:nth-last-of-type(1) td {
    padding-bottom: 0;
  }
  #g2020whatwedo #g2020whatwedo__content .report__date table th {
    display: block;
    width: 100%;
  }
  #g2020whatwedo #g2020whatwedo__content .report__date table td {
    display: block;
    padding-bottom: 1rem;
  }
  #g2020whatwedo #g2020whatwedo__content .report__date dl dd {
    padding-left: 0;
  }
  #g2020whatwedo #g2020whatwedo__content .report__link-pdf {
    outline: 1px solid #000;
    background-position: right 28px center;
    background-size: auto;
    width: 100%;
    margin-top: 0;
    padding: 10px 80px 10px 15px;
  }
  #g2020whatwedo #g2020whatwedo__content .report__radiolead {
    display: block;
  }
  #g2020whatwedo #g2020whatwedo__content .report__radiolead .photo {
    width: 100%;
  }
  #g2020whatwedo #g2020whatwedo__content .report__radiolead .lead {
    width: 100%;
  }
}
#g2020interview {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  margin-bottom: 50px;
}
#g2020interview #g2020interview__top {
  margin-bottom: 40px;
}
#g2020interview #g2020interview__top .imgmain {
  width: 100%;
  margin-bottom: 30px;
}
#g2020interview #g2020interview__top .imgmain img {
  width: 100%;
}
#g2020interview #g2020interview__top .imgmain figcaption {
  text-align: right;
  margin-top: 5px;
}
#g2020interview #g2020interview__top .g2020interview__top_text {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
#g2020interview #g2020interview__top .g2020interview__top_text .vol {
  font-size: 22px;
  font-weight: bold;
}
#g2020interview #g2020interview__top .g2020interview__top_text .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
#g2020interview #g2020interview__top .g2020interview__top_text .articleDate {
  font-size: 14px;
  margin-bottom: 15px;
}
#g2020interview #g2020interview__top .g2020interview__top_text .lead a {
  text-decoration: underline;
}
#g2020interview #g2020interview__top .g2020interview__top_text .lead .annotation {
  font-size: 14px;
}
#g2020interview #g2020interview__content {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#g2020interview #g2020interview__content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#g2020interview #g2020interview__content dl dt {
  float: left;
  width: 80px;
  font-weight: bold;
}
#g2020interview #g2020interview__content dl dd {
  margin: 0 0 35px 80px;
}
#g2020interview #g2020interview__content dl dd a {
  text-decoration: underline;
}
#g2020interview #g2020interview__content dl.annotation {
  margin-top: 40px;
}
#g2020interview #g2020interview__content dl.annotation dt {
  width: 40px;
  font-size: 14px;
  font-weight: normal;
}
#g2020interview #g2020interview__content dl.annotation dd {
  font-size: 14px;
  margin: 0 0 1rem 40px;
}
#g2020interview #g2020interview__content .imggroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#g2020interview #g2020interview__content .imggroup figure {
  width: 470px;
  margin: 0 20px 35px 0;
}
#g2020interview #g2020interview__content .imggroup figure > a {
  position: relative;
  display: block;
}
#g2020interview #g2020interview__content .imggroup figure > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/btn_open.png);
  background-size: 15px;
}
#g2020interview #g2020interview__content .imggroup figure img {
  width: 470px;
}
#g2020interview #g2020interview__content .imggroup figure figcaption {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}
#g2020interview #g2020interview__content .imggroup figure figcaption a {
  text-decoration: underline;
}
#g2020interview #g2020interview__content .imggroup figure:nth-of-type(2n), #g2020interview #g2020interview__content .imggroup figure:last-child {
  margin-right: 0;
}
#g2020interview #g2020interview__content .note {
  text-align: right;
}
#g2020interview #g2020interview__content .mark-annotation {
  vertical-align: super;
  font-size: 60%;
}
#g2020interview #g2020interview__content .info-below {
  word-break: break-word;
  border: 1px solid #000;
  padding: 30px;
  margin-top: 40px;
}
#g2020interview #g2020interview__content .info-below h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
#g2020interview #g2020interview__content .info-below a {
  text-decoration: underline;
}
#g2020interview #g2020interview__profile {
  margin-bottom: 20px;
}
#g2020interview #g2020interview__profile h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
#g2020interview #g2020interview__profile .profile__unit {
  margin-bottom: 20px;
}
#g2020interview #g2020interview__profile .profile__unit:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#g2020interview #g2020interview__profile .profile__unit .profile__unit-text {
  float: left;
  width: 804px;
}
#g2020interview #g2020interview__profile .profile__unit .profile__unit-text a {
  text-decoration: underline;
}
#g2020interview #g2020interview__profile .profile__unit .profile__unit-photo {
  float: left;
  width: 126px;
  margin-right: 30px;
}
#g2020interview #g2020interview__profile .profile__unit .profile__unit-name {
  font-weight: bold;
}
#g2020interview #g2020interview__profile .profile__unit .profile__unit-name span {
  display: inline-block;
  margin-left: 0.4rem;
}
#g2020interview #g2020interview__sidebar a {
  text-decoration: underline;
}

@media print, screen and (max-width: 640px) {
  #g2020interview {
    font-size: 26px;
  }
  #g2020interview #g2020interview__top {
    margin-bottom: 20px;
  }
  #g2020interview #g2020interview__top .imgmain figcaption {
    font-size: 22px;
    padding: 0 32px;
  }
  #g2020interview #g2020interview__top .g2020interview__top_text {
    width: auto;
    padding-bottom: 40px;
    margin: 0 32px;
  }
  #g2020interview #g2020interview__top .g2020interview__top_text .vol {
    font-size: 22px;
  }
  #g2020interview #g2020interview__top .g2020interview__top_text h2 {
    font-size: 22px;
  }
  #g2020interview #g2020interview__top .g2020interview__top_text .title {
    font-size: 32px;
  }
  #g2020interview #g2020interview__top .g2020interview__top_text .articleDate {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #g2020interview #g2020interview__top .g2020interview__top_text .lead .annotation {
    font-size: 22px;
  }
  #g2020interview #g2020interview__content {
    width: auto;
    margin: 40px 32px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  #g2020interview #g2020interview__content h4 {
    font-size: 28px;
  }
  #g2020interview #g2020interview__content dl dt {
    width: 140px;
  }
  #g2020interview #g2020interview__content dl dd {
    margin: 0 0 30px 0;
  }
  #g2020interview #g2020interview__content dl.annotation dt {
    width: 60px;
    font-size: 22px;
  }
  #g2020interview #g2020interview__content dl.annotation dd {
    font-size: 22px;
    margin-left: 0;
  }
  #g2020interview #g2020interview__content .imggroup {
    display: block;
  }
  #g2020interview #g2020interview__content .imggroup figure {
    width: 100%;
    margin: 0 0 35px 0;
  }
  #g2020interview #g2020interview__content .imggroup figure > a:after {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  #g2020interview #g2020interview__content .imggroup figure img {
    width: 100%;
  }
  #g2020interview #g2020interview__content .imggroup figure figcaption {
    font-size: 20px;
  }
  #g2020interview #g2020interview__content .info-below h4 {
    font-size: 26px;
  }
  #g2020interview #g2020interview__profile {
    width: auto;
    margin: 40px 32px;
  }
  #g2020interview #g2020interview__profile h3 {
    font-size: 32px;
  }
  #g2020interview #g2020interview__profile .profile__unit {
    margin-bottom: 30px;
  }
  #g2020interview #g2020interview__profile .profile__unit .profile__unit-photo {
    display: block;
    float: none;
    width: 265px;
    margin: 0 auto 20px;
  }
  #g2020interview #g2020interview__profile .profile__unit .profile__unit-text {
    float: none;
    width: 100%;
  }
  #g2020interview #g2020interview__profile .profile__unit .profile__unit-name span {
    display: block;
    margin: 0;
  }
  #g2020interview #g2020interview__sidebar {
    width: auto;
    margin: 40px 32px;
  }
}
#g2020interviewList {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
}
#g2020interviewList .g2020interviewList__overview {
  margin-bottom: 30px;
}
#g2020interviewList .g2020interviewList__new {
  margin-bottom: 60px;
}
#g2020interviewList .g2020interviewList__new img {
  width: 960px;
  margin-bottom: 30px;
}
#g2020interviewList .g2020interviewList__new .g2020interviewList__new-text .vol, #g2020interviewList .g2020interviewList__new .g2020interviewList__new-text .articleDate {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
#g2020interviewList .g2020interviewList__new .g2020interviewList__new-text h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
}
#g2020interviewList .g2020interviewList__new .g2020interviewList__new-text .lead {
  margin-top: 10px;
  font-size: 14px;
}
#g2020interviewList .g2020interviewList__unit {
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 30px;
}
#g2020interviewList .g2020interviewList__unit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../img/btn_open.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 14px;
}
#g2020interviewList .g2020interviewList__unit img {
  width: 320px;
}
#g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text {
  width: 600px;
  padding: 20px 20px 20px 40px;
}
#g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text .vol, #g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text .articleDate {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
#g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
#g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text .lead {
  margin-top: 10px;
  font-size: 14px;
}
#g2020interviewList .g2020interviewList__unit-special {
  margin-top: 60px;
}
#g2020interviewList .g2020interviewList__unit-special h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
#g2020interviewList .g2020interviewList__unit-special .g2020interviewList__unit-text {
  width: 920px;
  padding: 20px;
}

@media print, screen and (max-width: 640px) {
  #g2020interviewList .g2020interviewList__overview {
    font-size: 22px;
    padding: 0 32px;
    margin-bottom: 60px;
  }
  #g2020interviewList .g2020interviewList__new {
    margin-bottom: 100px;
  }
  #g2020interviewList .g2020interviewList__new .g2020interviewList__new-img {
    overflow: hidden;
    height: 540px;
  }
  #g2020interviewList .g2020interviewList__new .g2020interviewList__new-img img {
    width: 960px;
    height: 540px;
    max-width: initial;
    margin-bottom: 0;
    margin-left: -160px;
  }
  #g2020interviewList .g2020interviewList__new .g2020interviewList__new-text {
    padding: 20px 32px 40px;
  }
  #g2020interviewList .g2020interviewList__new .g2020interviewList__new-text .vol, #g2020interviewList .g2020interviewList__new .g2020interviewList__new-text .articleDate {
    font-size: 22px;
  }
  #g2020interviewList .g2020interviewList__new .g2020interviewList__new-text h3 {
    font-size: 32px;
  }
  #g2020interviewList .g2020interviewList__new .g2020interviewList__new-text .lead {
    margin-top: 25px;
    font-size: 22px;
  }
  #g2020interviewList .g2020interviewList__unit {
    margin-bottom: 0;
  }
  #g2020interviewList .g2020interviewList__unit a {
    display: block;
    background-size: 32px;
  }
  #g2020interviewList .g2020interviewList__unit img {
    width: 100%;
  }
  #g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 32px 40px;
    background-size: 28px;
  }
  #g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text .vol, #g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text .articleDate {
    font-size: 22px;
  }
  #g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text h3 {
    font-size: 32px;
  }
  #g2020interviewList .g2020interviewList__unit .g2020interviewList__unit-text .lead {
    margin-top: 25px;
    font-size: 22px;
  }
  #g2020interviewList .g2020interviewList__unit-special h2 {
    font-size: 40px;
    padding: 0 32px;
  }
  #g2020interviewList .g2020interviewList__unit-special .g2020interviewList__unit-text {
    padding-top: 40px;
  }
}