@charset "UTF-8";
nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5vh 0;
}
.container{
  /* position: absolute; */
  width: 100vw;
  top:  5vh;
}


body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #313131;
}
header{
  padding: 0;
  /* background-color: unset; */
}
/* .header_box3{
  background-color: #004496;
} */
.header-bg0{
  position: relative;
  width: 100%;
  /* height: 85vh; */

  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
  background-position: center center;
  background-clip : border-box;
  background-clip : content-box;
  /* display: flex;
  justify-content:flex-end;
  align-items:flex-end; */
  z-index: 5000;
}
.header_bg_voice1{
  width: 100%;
  height: 70vh;
  background: url(../image/voice01_top.jpg);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
  background-position: left left;

  display: flex;
  justify-content:flex-end;
  align-items:flex-end;
}

.header_bg_voice2{
  width: 100%;
  height: 70vh;
  background: url(../image/voice02_top.jpg);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
  background-position: center center;

  display: flex;
  justify-content:flex-end;
  align-items:flex-end;
}

.header_bg_voice3{
  width: 100%;
  height: 70vh;
  background: url(../image/voice03_top.jpg);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
  background-position: center center;

  display: flex;
  justify-content:flex-end;
  align-items:flex-end;
}
.header_bg_voice4{
  width: 100%;
  height: 70vh;
  /* background-color: rgb(49,49,49,0.6); */
  background: url(../image/voice04_top.jpg);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
  background-position: center center;

  display: flex;
  justify-content:flex-end;
  align-items:flex-end;
}

#voice {
  background-color: #F6F4EE;
}
.voice_01 {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #F6F4EE;
}
.voice_namebox {
  max-height: 635vh;
  min-height: 100vh;
  position: relative;
  /* 背景画像 */
  background: url(../image/voice01_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* box_item1の位置調整 */
  justify-content: right;
}
.voice_main {
  margin-top: 10%;
  margin-bottom: 5%;
}
.voice_profile {
  margin-bottom: 10%;
}
.voice_profile h2 {
  font-size: 25px;
  letter-spacing: 3px;
}
.voice_main h2 {
  color: #004496;
  font-size: 2.0em;
  font-family: "Noto Sans JP";
}
.voice_main h3 {
  font-size: 18px;
  font-family: "Noto Sans JP";
  margin-top: 3%;
}
img {
  /* width: 60%; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* voice一覧ページ */
main{
  background-color: #F6F4EE;
}
.list_title h1,.list_title p{
  text-align: center;
  color: #004496;
}
.student-box{
  padding: 0 15% ;
  color: #FAFAFA;
  margin-top: 3%;
}
.student-box article{
  padding-bottom: 5%;
}

.student-box article h4{
  font-weight: normal;
  font-size: 2.0em;
  text-align: center;
  color: #FAFAFA;
  background-color: rgb(49,49,49,0.6);
}
.title-small{
  font-size: 0.5em;
}
.student-box article p{
  display: flex;
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.2em;
}
.arrow{
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #FAFAFA;
  display: block;
  width: 4%;
  height: 2.5vh;
  margin-left: 3%;
}
.box1{
  background-image: url(../image/voice01_02.png);
}
.box2{
  background-image: url(../image/voice02_02.png);

}
.box3{
  background-image: url(../image/voice03_02.png);
}
.box4{
  background-image: url(../image/voice04_02.png);
}
.link{
  color: #FAFAFA;
  text-decoration: none;
  /* background-image: url(../image/voice04_02.png);
  width: 80vw;
  height: 20vh; */
}
.voice_main p,.voice_profile p{
  font-size: 1.15em;
}
.arrow{
  width: 7%;
  height: 2vh;
}
.nav-sp ul{
  display: flex;
  align-items: center;
  padding: 3vh 10vw;
  justify-content:baseline;
background-color: #004496;

}

.sub-title{
background-color: #004496;
}
.voice_subtitle h4{
width: 30%;
color: #004496;
background-color: rgb(250,250,250,0.4);
text-align: center;
padding: 3vh 5vw;
font-weight: normal;
font-size: 2.0em;
text-align: center;
margin: 0 10vw 10vh 0;
}
@media screen and (max-width:800px) {
    html{
      font-size: 10px;
  }
  .voice_subtitle h4{
    /* display: none; */
    width: 40%;
    color: #004496;
    background-color: rgb(250,250,250,0.4);
    text-align: center;
    padding: 3vh 5vw;
    font-weight: normal;
    font-size: 2.0em;
    text-align: center;
    margin: 0;
    margin-bottom: 10vh;
    }
}
@media screen and (max-width:800px) {
  .header_bg_voice1{
    background: url(../image/voice01_top_mb.jpg);
    width: 100%;
    height: 70vh;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    position: relative;
    background-position: center center;
  
    display: flex;
    justify-content:center;
    align-items:flex-end;
    }
  .header_bg_voice2{
    background: url(../image/voice02_top_mb.jpg);
    width: 100%;
    height: 70vh;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    position: relative;
    background-position: center center;

    display: flex;
    justify-content:center;
    align-items:flex-end;
    }
  .header_bg_voice3{
    background: url(../image/voice03_top_mb.jpg);
    width: 100%;
    height: 70vh;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    position: relative;
    background-position: center center;
  
    display: flex;
    justify-content:center;
    align-items:flex-end;
    }
    .header_bg_voice4{
      background: url(../image/voice04_top_mb.jpg);
      width: 100%;
      height: 70vh;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 100;
      position: relative;
      background-position: center center;
    
      display: flex;
      justify-content:center;
      align-items:flex-end;
      }
      .voice_main p,.voice_profile p{
        font-size: 1.5em;
      }
      .student-box{
        padding: 0 5% ;
        color: #FAFAFA;
        margin-top: 3%;
      }
  }