@charset "UTF-8";

.main_block .main_head {
    background: #E9EAEA;
    position: relative;
}
.main_block.voice2019 .main_head > .inner {
  padding: 1rem 0;
}
.main_block .main_foot {
  margin: 1.5rem auto;
  text-align: center;
}
.main_block .main_head > .inner{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 90%;
}

@media only screen and (max-width:719px) {
  .main_block.voice2019 .main_head > .inner {
    min-height: 22em;
  }
}
@media print, (min-width:720px) {

  .main_block .main_foot {
    margin: 3rem auto;
  }
}



/*--------2022-----------*/
.main_block.voice2022 .main_head .voice_portrait {
  margin: auto;
  overflow: hidden;
    
}
.main_block.voice2022 .main_head .voice_portrait::before {
  content: '';
  display: block;
  padding-top: 60%;
  z-index: 10;
}
.main_block.voice2022 .main_head .voice_portrait::after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 11;
    height: 44%;
}
.main_block.voice2022 .main_head .voice_portrait > img {
  position: absolute;
  top: 38%;
  right: 0;
  margin: auto;
  width: 65%;
  height: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 15;
}
@media only screen and (max-width:719px) {
  .main_block.voice2022 .main_head .voice_portrait::before {
      padding-top: 185%;
  }
 .main_block.voice2022 .main_head .voice_portrait > img {
    width: 140%; 
     max-width: 140%;
    top: 47%;
  }
    
}
@media print, (min-width:720px) {
  .main_block.voice2022 .main_head .voice_portrait {
  }
}

.main_block.voice2022 .main_head .head_block {
  padding: 1rem 0;
  z-index: 20;
    position: relative;
    min-height: 100%;
}
@media only screen and (max-width:719px) {
  .main_block.voice2022 .main_head .head_block {
  }
}
@media print, (min-width:720px) {
  .main_block.voice2022 .main_head .head_block {
      
  }
  .main_block.voice2022 .main_head .head_block::before {
  }
}

/* voice_head */
.main_block.voice2022 .voice_head {
  display: block;
  font-size: 0.75em;
    width: 33%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5%;
}
.main_block.voice2022 .graduate_icn, 
.main_block.voice2022 .graduate_logo {
  display: inline-block;
}

.main_block.voice2022 .title_logo{
    
}
.main_block.voice2022 .title_logo img{
    width: 18vw;
    margin: 0 auto;
}


@media only screen and (max-width:719px) {
  .main_block.voice2022 .voice_head {
    width: 100%;
      top: 0;
  }
    .main_block.voice2022 .title_logo img{
       width: 50vw;
        margin-bottom: -0.5em;
    }
}
@media print, (min-width:720px) {
  .main_block.voice2022 .voice_head {
    /*position: absolute;
    top: 0;
    left: 0;
    margin: 1rem;*/
    font-size: 1.25em;
  }
}

.main_block.voice2022 .person_country{
    text-align: center;
    color: #1E2380;
    font-weight: bold;
    font-size: 2vw;
    margin-top: 1vw;
}
.main_block.voice2022 .person_country em{
    border-bottom: 2px solid #1E2380;
    padding-bottom: 0.25em;
}

@media only screen and (max-width:719px) {
    .main_block.voice2022 .person_country{
        font-size: 4vw;
    }
}


/* voice_copy*/
.main_block.voice2022 .voice_copy{
    position: absolute;
    left: 0;
    top: 50%;
}
.main_block.voice2022 .voice_copy .person_copy{
    margin-bottom:2em;
    font-size: 1.4vw;
}
.main_block.voice2022 .voice_copy .person_copy strong{
    color: #fff;
    
    line-height: 2;
}
.main_block.voice2022 .voice_copy .person_copy strong span{
    background: #1E2380;
    padding: 0.3em;
}
.main_block.voice2022 .voice_copy .person_university{
    color: #1E2380;
}
.main_block.voice2022 .voice_copy .person_university small{
    display: block;
    margin-left: 1.5vw;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.main_block.voice2022 .voice_copy .person_university .flag{
    background:#fff;
    display: block;
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    position: relative;
}
.main_block.voice2022 .voice_copy .person_university .flag_img{
    font-size: 2.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.main_block.voice2022 .voice_copy .person_university .university{
    font-size: 1.4vw;
    font-weight: bold;
    color: #1A1A1A;
    margin-top: 0.5em;
}
.main_block.voice2022 .voice_copy .person_university .university span{
    font-size: 0.8em;
    display: block;
}
@media only screen and (max-width:719px) {
    .main_block.voice2022 .voice_copy{
        top: 72%;
    }
    .main_block.voice2022 .voice_copy .person_copy{
        font-size: 3.5vw;
        margin-bottom: 1em;
    }
    .main_block.voice2022 .voice_copy .person_university{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .main_block.voice2022 .voice_copy .person_university small{
        flex-basis: 100%;
    }
    .main_block.voice2022 .voice_copy .person_university .flag{
        width: 15vw;
        height: 15vw;
        margin-right: 0.5em;
    }
    .main_block.voice2022 .voice_copy .person_university .flag_img{
        font-size: 6vw;
    }
    .main_block.voice2022 .voice_copy .person_university .university{
        font-size: 4.5vw;
    }
}


/*-------------------*/


/* sect_block */
.main_body .sect_block {
  padding: 1.5rem 0;
}
.main_body .sect_block >.inner {
}
@media print, (min-width:720px) {
  .main_body .sect_block {
    padding: 2rem 0;
  }
  .main_body .sect_block >.inner {   
  }
}


.main_body .sect_block.voice_text  >.inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media print, (min-width:720px) {
    .main_body .sect_block.voice_text  >.inner {
        max-width: 90%;
    }
}
.voice_text .person_profile{
    
}
.voice_text .person_profile .company{
    color: #1E2380;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.voice_text .person_profile .profile_name{
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.voice_text .person_profile .profile_name .name_ja .name{
    font-size: 1.4em;
}
.voice_text .person_profile .profile_name .name_en{
    color: #1E2380;
}
.voice_text .person_profile .profile_text{
    font-size: 0.8em;
}
@media print, (min-width:720px) {
    .voice_text .person_profile{
        flex-basis: 100%;
    }
}
.voice_text .text_area {
  margin: 1.5rem 0;
}
.voice_text .text_area > p {
  font-size: 0.875em;
  text-indent: 1em;
}
.voice_text .text_area > p + p{
    margin-top: 0;
}
@media print, (min-width:720px) {
  .voice_text .text_area {
    margin-bottom: 3rem;
      flex-basis: 65%;
  }
}

.text_img {
  text-align: center;
}
.text_img > figcaption {
  font-size: 0.75em;
    display: block;
    text-align: left;
}
.img_list{
    list-style: none;
    padding: 0;
    
}
.img_list li+li{
    margin-top: 1em;
}
@media print, (min-width:720px) {
    .img_list{
        flex-basis: 27%;
        margin: -20% -40px 0 0;
    }
}
@media only screen and (max-width:719px) {
}

/* voice_message */
.voice_message {
    margin: 0 auto;
}
.voice_message .sect_head {
  margin-bottom: 1rem;
  text-align: center;
}
.voice_message .sect_head .title_img{
    display: block;
    margin: 0 auto 0.5em;
}
.voice_message .sect_title {
  line-height: 1;
    font-size: 0.8em;
    color: #1E2380;
}
.voice_message .sect_body {
    background: #1E2380;
    color: #fff;
    padding: 1.5em;
    border-radius: 0.5em;
    font-size: 0.87em;
}
@media only screen and (max-width:719px) {
    .voice_message .sect_body {
        border-radius: 0;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}
@media print, (min-width:720px) {
  
}


/*foot_menu*/
.foot_menu{ 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    font-size:0.87em;
}
.foot_menu a{
    color: #1E2380;
    text-decoration: none;
    padding: 1.5em 2em;
    display: block;
    position: relative;
    line-height: 1em
}
.foot_menu a.list_link{
    border-left:1px solid #1E2380;
    border-right:1px solid #1E2380;
}
.foot_menu a.next_link:before{
    content: " ";
    display: inline-block;
    height: 1.75em;
    width: 1.75em;
    background: #1E2380;
    position: absolute;
    top: 1.2em;
    right: -0.1em;
    border-radius: 0.85em;
}
.foot_menu a.next_link:after{
    content: " ";
    display: inline-block;
    width: 1em;
    height: 0.35em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0.35em;
    top: 1.75em;
    transform: skewX(30deg);
}
.foot_menu a.prev_link:before{
    content: " ";
    display: inline-block;
    height: 1.75em;
    width: 1.75em;
    background: #1E2380;
    position: absolute;
    top: 1.2em;
    left: -0.1em;
    border-radius: 0.85em;
}
.foot_menu a.prev_link:after{
    content: " ";
    display: inline-block;
    width: 1em;
    height: 0.35em;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 0.35em;
    top: 1.75em;
    transform: skewX(-30deg);
}
@media only screen and (max-width:719px) {
    .foot_menu{ 
    font-size: 0.7em;
    }
}





.voice_note {
  margin-top: 0.5rem;
}
.voice_note .footnote {
  text-align: right;
  font-size: 0.75em;
}