@charset "UTF-8";
.content {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .content {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .content {
    font-size: 0.75em;
  }
}
.content img {
  width: 100%;
  max-width: 100%;
}
.content a {
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}
.content ul {
  margin: 1.25em 0 1.875em;
  padding: 0 1.875em;
}
.content ul.small {
  font-size: 1em;
}
.content ul li {
  margin: 0 0 0.625em 0;
  padding: 0 0 0 1.25em;
}
.content ul li a {
  color: #0082e5;
}
.content p {
  max-width: 100%;
  padding: 0 1.875em;
  margin-bottom: 1.25em;
}
.content dl {
  font-size: 1.14285714em;
  margin-bottom: 1.42857143em;
}
.content table {
  width: 100%;
}
.content table th,
.content table td {
  padding: 0.71428571em;
  border: solid 1px #ccc;
}
.content .embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.content .embed::before {
  display: block;
  content: "";
}
.content .embed.embed_16by9::before {
  padding-top: 56.25%;
}
.content .embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.content .d_flex {
  display: flex;
}
.content .mt_0 {
  margin-top: 0!important;
}
.content .mb_0 {
  margin-bottom: 0!important;
}
.content .mb_1 {
  margin-bottom: 1em!important;
}
@media (max-width: 600px) {
  .content .mb_sp_1 {
    margin-bottom: 1em !important;
  }
}
.content .mb_4 {
  margin-bottom: 4em!important;
}
.content .p_0 {
  padding: 0;
}
.content .d_ib {
  display: inline-block;
}
.content .d_bl {
  display: block;
}
.content .bb_no {
  border-bottom: none!important;
}
.content .ffs_p {
  font-feature-settings: "palt";
}
.content .ta_j {
  text-align: justify;
}
.content .ta_c {
  text-align: center;
}
.content .col_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75em;
  margin-right: -0.75em;
}
@media screen and (max-width: 959px) {
  .content .col_row {
    margin-left: -0.53571429em;
    margin-right: -0.53571429em;
  }
}
.content .col_row .col,
.content .col_row .col_3,
.content .col_row .col_1_3,
.content .col_row .col_2_3 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
@media screen and (max-width: 959px) {
  .content .col_row .col,
  .content .col_row .col_3,
  .content .col_row .col_1_3,
  .content .col_row .col_2_3 {
    padding-left: 0.53571429em;
    padding-right: 0.53571429em;
  }
}
.content .col_row .col {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  .content .col_row .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.content .col_row .col_3 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
@media screen and (max-width: 959px) {
  .content .col_row .col_3 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .content .col_row .col_3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.content .col_row .col_1_3 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
@media screen and (max-width: 600px) {
  .content .col_row .col_1_3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.content .col_row .col_2_3 {
  flex-basis: 66.6666%;
  max-width: 66.6666%;
}
@media screen and (max-width: 600px) {
  .content .col_row .col_2_3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.content .caption {
  display: block;
  font-size: 1.14285714em;
  text-align: center;
  margin: 0.5rem 0;
}
.content .f_left {
  float: left;
}
.content .f_right {
  float: right;
}
.content .clearfix {
  clear: both;
}
.content .inner {
  padding-left: 2.14285714em;
  padding-right: 2.14285714em;
}
@media screen and (max-width: 767px) {
  .content .inner {
    padding-left: 1.07142857em;
    padding-right: 1.07142857em;
  }
}
.content .h1_subtitle {
  background-color: #f7e5e5;
  margin: 0 0 1.02040816em 0;
  padding: 0 1.02040816em 0.6122449em;
  margin-top: -1.53061224em;
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
}
.content .h2 {
  background-color: #f1dad7;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1.66666667em;
  margin-top: 2.77777778em;
}
.content .h2 span {
  display: inline-block;
  max-width: 90%;
  color: #fff;
  font-size: 1.22222222em;
  font-weight: bold;
  background-color: #a91705;
  padding: 0.54545455em 1.36363636em 0.45454545em 0.90909091em;
  position: relative;
}
.content .h2 span::after {
  content: "";
  display: block;
  width: 0.90909091em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -0.90909091em;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50.5%, #a91705 50.5%) no-repeat top left / 100% 50.5%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50.5%, #a91705 50.5%) no-repeat bottom right / 100% 50.5%;
}
.content .h2.green {
  background-color: #d5e8ca;
}
.content .h2.green span {
  background-color: #4d9332;
}
.content .h2.green span::after {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50.5%, #4d9332 50.5%) no-repeat top left / 100% 50.5%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50.5%, #4d9332 50.5%) no-repeat bottom right / 100% 50.5%;
}
.content .title_interview {
  font-size: 1.28571429em;
  color: #4d9332;
  border-bottom: solid 0.11111111em #4d9332;
  padding-left: 2.22222222em;
  padding-bottom: 0.33333333em;
  margin-bottom: 1.11111111em;
  margin-top: 1.66666667em;
  background-color: transparent;
  overflow: visible;
  position: relative;
}
.content .title_interview::before {
  content: "";
  display: block;
  width: 1.45454545em;
  height: 1.45454545em;
  background-image: url(../img/intvw_icon_leaf.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -0.13636364em;
  left: 0;
}
.content .title_question {
  color: #999;
  font-size: 1.28571429em;
  border-left: none;
  padding-left: 0;
  margin-top: 1.11111111em;
  margin-bottom: 0.83333333em;
  position: relative;
}
.content .title_question::before {
  content: "ー ";
}
.content p.des_large {
  font-size: 1.28571429em;
  line-height: 1.75;
  text-align: justify;
  padding: 0 1.66666667em;
}
.content .list_index {
  font-size: 1.14285714em;
  font-weight: bold;
  padding: 0;
}
.content .list_index li {
  background-image: none;
  margin-bottom: 0.9375em;
  padding-left: 0.9375em;
  position: relative;
}
.content .list_index li::before {
  content: "";
  display: block;
  width: 0.4875em;
  height: 0.76875em;
  background-image: url(../img/intvw_icon_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content .list_index li a {
  display: block;
  color: #4d9332;
  text-decoration: none;
}
.content .list_index li a:hover {
  text-decoration: underline;
}
.content .list_index li.children {
  margin-left: 1.875em;
}
.content ._list_index {
  font-size: 1.125em;
}
.content ._list_index li ul {
  font-size: 1em;
  padding-left: 0;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
.content .box {
  margin-bottom: 1.42857143em;
}
.content .box_answer .name {
  font-size: 1.28571429em;
  font-weight: bold;
  color: #e68a00;
  border-left: none;
  padding: 0;
  margin-bottom: 0.11111111em;
  margin-top: 0.55555556em;
}
.content .box_answer .des {
  font-size: 1.14285714em;
  line-height: 1.65;
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
}
.content .box_answer:has( + .title_question) {
  margin-bottom: 3em;
}
.content .box_answer:has( + h3.title_interview) {
  margin-bottom: 3em;
}
.content .box_profile {
  background-color: #f4eee3;
  border-radius: 1.42857143em;
  padding: 2.14285714em;
}
.content .box_profile h4 {
  color: #4d9332;
  font-size: 1.14285714em;
  border-left: none;
  border-bottom: solid 0.0625em #4d9332;
  padding: 0 0 0.38888889em 0.1875em;
  margin: 0 0 0.625em 0;
}
.content .box_profile .name {
  font-size: 1.42857143em;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media (max-width: 600px) {
  .content .box_profile .meta_data .txt {
    margin-bottom: 2em;
  }
}
.content .box_profile .meta_data dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.14285714em;
  border-bottom: dotted 0.14285714em #4d9332;
  padding-top: 0.35714286em;
  padding-bottom: 0.28571429em;
  margin-bottom: 0;
}
.content .box_profile .meta_data dl dt {
  font-weight: normal;
}
.content .box_reference {
  margin: 2.14285714em 0;
  padding: 1.42857143em 2.14285714em;
  background-color: #f3f3f3;
}
.content .box_reference h4 {
  font-size: 1.14285714em;
  border-left: none;
  border-bottom: solid 0.07142857em #ddd;
  padding: 0 0 0.625em 0;
}
.content .box_reference dl {
  font-size: 1.14285714em;
  margin-bottom: 0;
}
.content .box_reference dl dt {
  min-width: 8.57142857em;
  line-height: 1.5;
}
.content .box_reference dl dd {
  flex-grow: 1;
  line-height: 1.5;
}
.content .box_column {
  background-color: #f4eee3;
  border-radius: 1.42857143em;
  padding: 2.14285714em;
  margin: 4.28571429em 0;
}
.content .box_column .title_interview {
  border-bottom: none;
  padding: 0 0 0 1.81818182em;
  margin: 0 0 1.36363636em 0;
}
.content .box_column .inner {
  background-color: #faf6ec;
  border-radius: 0.71428571em;
  padding: 1.42857143em 2.14285714em;
  margin-bottom: 1.42857143em;
}
.content .box_slide_image {
  overflow: auto;
}
.content .box_slide_image img {
  min-width: 500px;
}
.content .box_slide_image .note {
  display: none;
}
@media (max-width: 550px) {
  .content .box_slide_image .note {
    display: block;
    color: #ad0000;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
}
.content .separator_summary {
  margin: 3em 0 2em;
  border-color: #d5e8ca;
  border-style: solid;
  border-width: 3px;
}
.content .adobe_reader img {
  width: initial;
}
