@charset "UTF-8";
#project .detail_copy {
  width: 1030px;
}
#project .detail_copy .detail_copy_text {
  margin-left: 0;
  width: 430px;
}
#project .detail_copy figure {
  width: 530px;
}
#project .side_nav_contents_list h4 {
  font-size: 20px;
  color: #0064AF;
  margin-bottom: 1em;
}
#project .side_nav_contents_list h3 {
  margin-bottom: 1em;
}
#project .side_nav_contents_list h5 {
  color: #0064AF;
  font-size: 16px;
  width: 100%;
}
#project .side_nav_contents_list ol,
#project .side_nav_contents_list ul {
  padding-left: 1.8em;
  margin-bottom: 2em;
}
#project .side_nav_contents_list ol:last-child,
#project .side_nav_contents_list ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1160px) {
  #project .detail_copy {
    width: 88.79vw;
  }
  #project .detail_copy .detail_copy_text {
    width: 37.07vw;
  }
  #project .detail_copy figure {
    width: 45.69vw;
  }
  #project .side_nav_contents_list h4 {
    font-size: 1.72vw;
  }
  #project .side_nav_contents_list h5 {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 750px) {
  #project .detail_copy {
    width: 86.67vw;
  }
  #project .detail_copy .detail_copy_text,
  #project .detail_copy figure {
    width: 100%;
  }
  #project .side_nav_contents_list h3 {
    font-size: 5vw;
  }
  #project .side_nav_contents_list h4 {
    font-size: 5vw;
  }
  #project .side_nav_contents_list h5 {
    font-size: 4.44vw;
  }
  #project .side_nav_contents_list .project_text_image {
    padding-bottom: 13.89vw;
    margin-bottom: 13.89vw;
  }
  #project .side_nav_contents_list .project_text_image:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  #project .side_nav_contents_list .project_text_image figure {
    width: 100%;
    margin-bottom: 8.33vw;
  }
  #project .side_nav_contents_list .project_text_image figure:last-child {
    margin-bottom: 0 !important;
  }
  #project .side_nav_contents_list .project_text_image figure img {
    border-radius: 2.78vw;
  }
  #project .side_nav_contents_list .project_text_image div {
    width: 100%;
    margin-bottom: 9.72vw;
  }
  #project .arrow_btn {
    width: 86.67vw;
  }
  #project .side_nav_contents_item figure {
    margin-bottom: 0;
  }
  #project .side_nav_contents_item a::before {
    top: auto;
    right: 7.22vw;
    bottom: 7.22vw;
  }
  #project .side_nav_contents_item a div h3 {
    margin: 0;
    font-size: 4.72vw;
  }
  #project .side_nav_contents_item a div .icon_rarrow {
    top: auto;
    right: 8.75vw;
    bottom: 8.61vw;
  }
}

.project_list_outer {
  background: #cde1f5;
  padding: 120px 0 60px 0;
}
.project_list_outer h2 {
  color: #0064AF;
  text-align: center;
  font-size: 28px;
  margin-bottom: 55px;
}

.project_list {
  position: relative;
  width: 1030px;
  margin: 0 auto 110px auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project_list article {
  width: 31.9%;
  margin-right: 2.15%;
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 50px;
}
.project_list article:nth-child(3n) {
  margin-right: 0;
}
.project_list article figure {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.project_list article figure img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.project_list article a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.project_list article a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project_list article a:hover div p,
.project_list article a:hover div h4 {
  color: #0064AF;
}
.project_list article div {
  position: relative;
  padding: 26px;
}
.project_list article div::before {
  position: absolute;
  bottom: 30px;
  right: 30px;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #0064AF;
  border-radius: 50%;
}
.project_list article div p {
  margin-bottom: 1em;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.project_list article div h3 {
  color: #0064AF;
  font-size: 16px;
  line-height: 1.625em;
}
.project_list article div h4 {
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.project_list article div h4 .hover_line {
  display: inline-block;
  line-height: 1.8em;
}
.project_list article div h4 .icon_rarrow {
  position: absolute;
  right: 12px;
  bottom: calc(50% - 5px);
}
@media screen and (max-width: 1160px) {
  .project_list {
    width: 88.79vw;
    margin: 0 auto 9.48vw auto;
  }
  .project_list article {
    border-radius: 0.86vw;
    margin-bottom: 4.31vw;
  }
  .project_list article figure {
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .project_list article figure img {
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .project_list article div {
    padding: 2.24vw;
  }
  .project_list article div::before {
    bottom: 2.59vw;
    right: 2.59vw;
    width: 2.07vw;
    height: 2.07vw;
  }
  .project_list article div h3 {
    font-size: 1.38vw;
  }
  .project_list article div h4 {
    font-size: 1.72vw;
  }
  .project_list article div h4 .icon_rarrow {
    right: 1.03vw;
    bottom: calc(50% - 0.43vw);
  }
}
@media screen and (max-width: 750px) {
  .project_list {
    width: 86.67vw;
  }
  .project_list article {
    width: 100%;
    border-radius: 2.78vw;
  }
  .project_list article figure {
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .project_list article figure img {
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .project_list article div {
    padding: 6.94vw 8.33vw;
  }
  .project_list article div::before {
    bottom: 8.33vw;
    right: 8.33vw;
    width: 5.56vw;
    height: 5.56vw;
  }
  .project_list article div h3 {
    font-size: 4.17vw;
  }
  .project_list article div h4 {
    font-size: 5vw;
  }
  .project_list article div h4 .icon_rarrow {
    right: 1.67vw;
    bottom: calc(50% - 1.67vw);
  }
}

.project_end_contents_inner {
  width: 800px;
  padding: 140px 0;
  margin: 0 auto;
}
.project_end_contents_inner h2 {
  font-size: 28px;
  color: #0064AF;
  margin-bottom: 1em;
  line-height: 1.6em;
}
.project_end_contents_inner p:last-child {
  margin-bottom: 0;
}
.project_end_contents_inner ul {
  padding-left: 1.8em;
  margin-bottom: 2em;
}
.project_end_contents_inner ul li {
  margin-bottom: 2em;
}
.project_end_contents_inner ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1160px) {
  .project_end_contents_inner {
    width: 68.97vw;
    padding: 12.07vw 0;
  }
  .project_end_contents_inner h2 {
    font-size: 2.41vw;
  }
}
@media screen and (max-width: 750px) {
  .project_end_contents_inner {
    width: 86.67vw;
  }
  .project_end_contents_inner h2 {
    font-size: 5.56vw;
  }
}

.project_title {
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.project_title p {
  background: #0064AF;
  color: #FFF;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 1.5em;
  margin: 0 1em 0 0;
}
.project_title h2 {
  font-size: 32px;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.project_title h2::after {
  display: none;
}
@media screen and (max-width: 1160px) {
  .project_title {
    margin-bottom: 5.17vw;
  }
  .project_title p {
    border-radius: 2.59vw;
    font-size: 1.55vw;
  }
  .project_title h2 {
    font-size: 2.76vw;
  }
}
@media screen and (max-width: 750px) {
  .project_title {
    margin-bottom: 8.33vw;
  }
  .project_title p {
    border-radius: 8.33vw;
    font-size: 3.61vw;
    line-height: 1.2em;
    padding: 0.5em 1.5em 0.4em 1.5em;
  }
  .project_title h2 {
    font-size: 6.11vw;
  }
}

.project_spec {
  background: #F0F5FA;
  border-radius: 10px;
}
.project_spec dl {
  border-radius: 10px;
  border-bottom: 4px solid #FFF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.project_spec dl dt,
.project_spec dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 0 35px 40px;
}
.project_spec dl dt {
  color: #0064AF;
  font-weight: bold;
  width: 11em;
}
.project_spec dl dd {
  color: #323232;
  width: calc(100% - 12em);
}
@media screen and (max-width: 1160px) {
  .project_spec {
    border-radius: 0.86vw;
  }
  .project_spec dl {
    border-radius: 0.86vw;
  }
  .project_spec dl dt,
  .project_spec dl dd {
    padding: 3.02vw 0 3.02vw 3.45vw;
  }
}
@media screen and (max-width: 750px) {
  .project_spec {
    border-radius: 10px;
  }
  .project_spec dl {
    margin: 0;
    padding: 5vw 5vw 3.33vw 5vw;
    border-radius: 2.78vw;
    border-bottom: 2px solid #FFF;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .project_spec dl:first-of-type {
    padding-top: 7.5vw;
  }
  .project_spec dl:last-of-type {
    padding-bottom: 7.78vw;
  }
  .project_spec dl dt {
    font-size: 4.17vw;
    width: 100%;
    padding: 0;
  }
  .project_spec dl dd {
    font-size: 4.44vw;
    padding: 0;
    width: 100%;
  }
}

.needs_contents {
  margin-bottom: 60px;
}
.needs_contents article {
  background: #FFF;
  padding: 0.8em 1.2em;
  border-radius: 10px;
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.needs_contents article .number {
  font-size: 18px;
  display: inline-block;
  color: #0064AF;
  width: 4.7em;
  font-weight: bold;
}
.needs_contents article p {
  margin: 0;
  line-height: 1.6em;
  width: calc(100% - 5.4em);
}
.needs_contents article p .caution {
  font-size: 16px;
}
@media screen and (max-width: 1160px) {
  .needs_contents {
    margin-bottom: 5.17vw;
  }
  .needs_contents article {
    border-radius: 0.86vw;
    margin-bottom: 2.07vw;
  }
  .needs_contents article .number {
    font-size: 1.55vw;
  }
  .needs_contents article p .caution {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 750px) {
  .needs_contents {
    margin-bottom: 15.28vw;
  }
  .needs_contents article {
    border-radius: 2.78vw;
    margin-bottom: 6.67vw;
  }
  .needs_contents article .number {
    font-size: 3.61vw;
  }
  .needs_contents article .number::last-letter {
    font-size: 5vw;
  }
  .needs_contents article p .caution {
    font-size: 4.44vw;
  }
}

.project_text_image {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 65px;
  margin-bottom: 65px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project_text_image.spv {
  display: none;
}
.project_text_image:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.project_text_image div {
  width: 46.25%;
}
.project_text_image p:last-child {
  margin-bottom: 0;
}
.project_text_image figure {
  width: 46.25%;
  line-height: 0;
  font-size: 0;
}
.project_text_image figure figcaption {
  margin-top: 10px;
  line-height: 1.5em;
  font-size: 14px;
}
.project_text_image figure.w100 {
  width: 100%;
  margin-bottom: 45px;
}
.project_text_image figure img {
  border-radius: 10px;
  margin-bottom: 50px;
}
.project_text_image figure img:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1160px) {
  .project_text_image {
    padding-bottom: 5.6vw;
    margin-bottom: 5.6vw;
  }
  .project_text_image figure figcaption {
    margin-top: 0.86vw;
    font-size: 1.21vw;
  }
  .project_text_image figure.w100 {
    margin-bottom: 3.88vw;
  }
  .project_text_image figure img {
    border-radius: 0.86vw;
    margin-bottom: 4.31vw;
  }
}
@media screen and (max-width: 750px) {
  .project_text_image.spv {
    display: block;
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 9.72vw !important;
  }
}

.voice_list_outer {
  position: relative;
  background: #FFF;
  padding: 120px 0 160px 0;
}
.voice_list_outer h2 {
  color: #0064AF;
  text-align: center;
  font-size: 28px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1160px) {
  .voice_list_outer {
    padding: 10.34vw 0 13.79vw 0;
  }
  .voice_list_outer h2 {
    font-size: 2.41vw;
    margin-bottom: 4.74vw;
  }
}
@media screen and (max-width: 750px) {
  .voice_list_outer {
    padding: 19.44vw 0 22.22vw 0;
  }
  .voice_list_outer h2 {
    font-size: 5.56vw;
    margin-bottom: 8.33vw;
  }
}

.voice_list {
  position: relative;
  width: 1030px;
  margin: 0 auto 110px auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.voice_list article {
  width: 31.9%;
  margin-right: 2.15%;
  background: #F0F5FA;
  border-radius: 10px;
  margin-bottom: 50px;
}
.voice_list article:nth-child(3n) {
  margin-right: 0;
}
.voice_list article figure {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.voice_list article figure img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.voice_list article a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.voice_list article a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.voice_list article a:hover div p,
.voice_list article a:hover div h4 {
  color: #0064AF;
}
.voice_list article div {
  position: relative;
  padding: 26px;
}
.voice_list article div::before {
  position: absolute;
  bottom: 30px;
  right: 30px;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #0064AF;
  border-radius: 50%;
}
.voice_list article div p {
  margin-bottom: 1em;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.voice_list article div h3 {
  color: #0064AF;
  font-size: 16px;
  line-height: 1.625em;
}
.voice_list article div h4 {
  position: relative;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.voice_list article div h4 .hover_line {
  display: inline-block;
  line-height: 1.8em;
}
.voice_list article div h4 .icon_rarrow {
  position: absolute;
  right: 12px;
  bottom: calc(50% - 5px);
}
@media screen and (max-width: 1160px) {
  .voice_list {
    width: 88.79vw;
    margin: 0 auto 9.48vw auto;
  }
  .voice_list article {
    border-radius: 0.86vw;
    border-radius: 0.86vw;
    margin-bottom: 4.31vw;
  }
  .voice_list article:nth-child(3n) {
    margin-right: 0;
  }
  .voice_list article figure {
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .voice_list article figure img {
    border-top-left-radius: 0.86vw;
    border-top-right-radius: 0.86vw;
  }
  .voice_list article div {
    padding: 2.24vw;
  }
  .voice_list article div::before {
    bottom: 2.59vw;
    right: 2.59vw;
    width: 2.07vw;
    height: 2.07vw;
  }
  .voice_list article div h3 {
    font-size: 1.38vw;
  }
  .voice_list article div h4 {
    font-size: 1.72vw;
  }
  .voice_list article div h4 .icon_rarrow {
    right: 1.03vw;
    bottom: calc(50% - 0.43vw);
  }
}
@media screen and (max-width: 750px) {
  .voice_list {
    width: 86.67vw;
    margin: 0 auto;
  }
  .voice_list article {
    width: 100%;
    border-radius: 2.78vw;
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
    margin-bottom: 6.94vw;
  }
  .voice_list article:nth-child(3n) {
    margin-right: 0;
  }
  .voice_list article figure {
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .voice_list article figure img {
    border-top-left-radius: 2.78vw;
    border-top-right-radius: 2.78vw;
  }
  .voice_list article div {
    padding: 6.94vw 8.33vw;
  }
  .voice_list article div::before {
    bottom: 8.33vw;
    right: 8.33vw;
    width: 5.56vw;
    height: 5.56vw;
  }
  .voice_list article div h3 {
    font-size: 4.17vw;
  }
  .voice_list article div h4 {
    font-size: 5vw;
  }
  .voice_list article div h4 .icon_rarrow {
    right: 1.67vw;
    bottom: calc(50% - 1.67vw);
  }
}

.senior_ctext h3 {
  color: #0064AF;
  font-size: 20px;
  margin: 0 0 1.5em 0;
}
.senior_ctext dl {
  margin-bottom: 2em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.senior_ctext dl dt,
.senior_ctext dl dd {
  font-size: 16px;
  line-height: 1.6em;
}
.senior_ctext dl dt {
  font-weight: bold;
  width: 6em;
}
.senior_ctext dl dd {
  width: calc(100% - 6em);
}
@media screen and (max-width: 1160px) {
  .senior_ctext h3 {
    font-size: 1.72vw;
  }
  .senior_ctext dl dt,
  .senior_ctext dl dd {
    font-size: 1.38vw;
  }
}
@media screen and (max-width: 750px) {
  .senior_ctext h3 {
    font-size: 5.56vw;
  }
  .senior_ctext dl dt,
  .senior_ctext dl dd {
    font-size: 4.44vw;
  }
}

#project.voice #section1 h4 {
  font-size: 18px;
  color: #323232;
}
#project.voice .side_nav_contents_list p {
  margin-bottom: 1.5em;
}
#project.voice .side_nav_contents_list p:last-child {
  margin-bottom: 0;
}
#project.voice .side_nav_contents_list p strong {
  color: #0064AF;
  font-weight: normal;
}
#project.voice .side_nav_contents_list p a {
  color: #0064AF;
}
#project.voice .side_nav_contents_base figure {
  margin-bottom: 35px;
}
#project.voice .needs_contents article .number {
  width: 2em;
}
#project.voice .needs_contents article p {
  width: calc(100% - 3em);
}
#project.voice .senior_ctext h3 {
  font-size: 22px;
  margin-bottom: 55px;
}
#project.voice .senior_ctext h4 {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 34px;
}
#project.voice .senior_ctext h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 32px;
  height: 1px;
  background: #0064AF;
}
#project.voice .senior_ctext dl {
  margin-bottom: 40px;
}
#project.voice .senior_ctext figure {
  padding: 20px 0;
}
#project.voice .senior_ctext figure.mb1em {
  margin-bottom: 1em;
  padding-bottom: 0;
}
#project.voice .senior_ctext figure.mb0 {
  margin-bottom: 0;
  padding: 0;
}
#project.voice .senior_ctext figure.voice_download {
  text-align: center;
  background: #c6daee;
  padding: 65px 0;
  border-radius: 10px;
}
#project.voice .senior_ctext figure.voice_download img {
  width: 260px;
  margin: 0 0 45px 0;
}
#project.voice .senior_ctext figure.voice_download .more_btn {
  padding: 0;
}
#project.voice .senior_ctext figure.voice_download .more_btn a {
  display: block;
  padding: 1.2em 0;
}
#project.voice .senior_ctext figure.voice_download .more_btn a:hover {
  color: #FFF;
}
#project.voice .senior_ctext .link_btn figure {
  padding: 0;
  margin: 0;
}
#project.voice .senior_ctext .link_btn h3 {
  margin: 0;
}
#project.voice .senior_ctext .voice_download {
  margin-bottom: 1em;
}
#project.voice .senior_ctext p.mb4em {
  margin-bottom: 4em;
}
#project.voice .senior_ctext p strong {
  color: #323232;
  font-weight: bold;
}
#project.voice #section4 .link_btn {
  margin-top: 80px;
}
@media screen and (max-width: 1160px) {
  #project.voice #section1 h4 {
    font-size: 1.55vw;
  }
  #project.voice .side_nav_contents_base figure {
    margin-bottom: 3.02vw;
  }
  #project.voice .senior_ctext h3 {
    font-size: 1.9vw;
    margin-bottom: 4.74vw;
  }
  #project.voice .senior_ctext h4 {
    font-size: 1.38vw;
    margin-bottom: 2.59vw;
    padding-left: 2.93vw;
  }
  #project.voice .senior_ctext h4::before {
    top: calc(50% - 0.17vw);
    width: 2.76vw;
  }
  #project.voice .senior_ctext dl {
    margin-bottom: 3.45vw;
  }
  #project.voice .senior_ctext figure {
    padding: 1.72vw 0;
  }
  #project.voice .senior_ctext figure.voice_download {
    padding: 5.6vw 0;
    border-radius: 0.86vw;
  }
  #project.voice .senior_ctext figure.voice_download img {
    width: 22.41vw;
    margin: 0 0 3.88vw 0;
  }
  #project.voice #section4 .link_btn {
    margin-top: 6.9vw;
  }
}
@media screen and (max-width: 750px) {
  #project.voice .project_title {
    display: block;
  }
  #project.voice .project_title h2 {
    width: 100%;
  }
  #project.voice .project_nav ul {
    margin-top: 0;
  }
  #project.voice #section1 h4 {
    font-size: 4.44vw;
  }
  #project.voice .side_nav_contents_base figure {
    margin-bottom: 9.72vw;
  }
  #project.voice .senior_ctext h3 {
    font-size: 5vw;
    margin-bottom: 9.72vw;
  }
  #project.voice .senior_ctext h4 {
    font-size: 4.17vw;
    margin-bottom: 1em;
    padding-left: 9.44vw;
  }
  #project.voice .senior_ctext h4::before {
    top: 0.85em;
    width: 8.89vw;
  }
  #project.voice .senior_ctext dl {
    margin-bottom: 11.11vw;
    display: block;
    margin-bottom: 2em;
  }
  #project.voice .senior_ctext dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  #project.voice .senior_ctext dl dd {
    width: 100%;
  }
  #project.voice .senior_ctext figure {
    padding: 5.56vw 0;
  }
  #project.voice .senior_ctext figure.voice_download {
    padding: 6.11vw 0;
    border-radius: 2.78vw;
  }
  #project.voice .senior_ctext figure.voice_download img {
    width: 40.28vw;
    margin: 0 0 6.11vw 0;
  }
  #project.voice .senior_ctext figure.voice_download .more_btn {
    width: 72.22vw;
  }
  #project.voice #section4 .link_btn {
    margin-top: 6.9vw;
  }
}

.interview_name {
  border: 1px solid #c3c3c3;
  padding: 35px 45px;
  margin: 0 0 70px 0;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.interview_name dt {
  width: 8em;
  font-weight: bold;
}
.interview_name dd {
  width: calc(100% - 8em);
  font-weight: bold;
}
@media screen and (max-width: 1160px) {
  .interview_name {
    padding: 3.02vw 3.88vw;
    margin: 0 0 6.03vw 0;
    border-radius: 0.86vw;
  }
}
@media screen and (max-width: 750px) {
  .interview_name {
    padding: 6.94vw;
    margin: 0 0 9.72vw 0;
    border-radius: 2.78vw;
  }
  .interview_name dt {
    width: 100%;
    margin-bottom: 1em;
    font-size: 4.17vw;
  }
  .interview_name dd {
    width: 100%;
    font-size: 4.17vw;
  }
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}