﻿


/* voice_page
-----------------------------------------------------------------*/
#Main.voice_page .mv_area .page_mv{
  height: 480px;
}
#Main.voice_page .mv_area .mvtxt_box{
  position: absolute;
  left: 100px;
  top: 20%;
}
#Main.voice_page .mv_area .mvtxt_box .num{
  font-size: 7rem;
  line-height: 8rem;
  font-family: "Marcellus", serif;
  color: #ffffff;
}
#Main.voice_page .mv_area .mvtxt_box .ttl{
  color: #ffffff;
  font-size: 2.4rem;
}
#Main.voice_page .mv_area .mvtxt_box .cat_box{
  margin-top: 35px;
  display: flex;
  align-items: center;
}
#Main.voice_page .mv_area .mvtxt_box .cat_box .cat{
  background-color: #C60813;
  font-size: 1.8rem;
  color: #ffffff;
  font-family: "Marcellus", serif;
  padding: 3px;
  width: 170px;
  text-align: center;
  margin-right: 20px;
}
#Main.voice_page .mv_area .mvtxt_box .tag{
  display: inline-block;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #343434;
  color: #ffffff;
  padding: 2px 10px;
  margin-top: 30px;
}
#Main.voice_page .mv_area .mvtxt_box .tag a{
  display: inline-block;
  color: #ffffff;
}
#Main.voice_page .mv_area .en_name{
  color: #ffffff;
  font-size: 7rem;
  line-height: 8rem;
  font-family: "Marcellus", serif;
  position: absolute;
  right: 100px;
  bottom: 100px;
}

#Main.voice_page .mv_area .prof_box{
  background-color: #C60813;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 100px 20px;
}
#Main.voice_page .mv_area .prof_box .catch{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 30px;
  padding-top: 20px;
}
#Main.voice_page .mv_area .prof_box .posi{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 50px;
  padding-top: 20px;
}
#Main.voice_page .mv_area .prof_box .name{
  font-size: 2.8rem;
  line-height: 1;
  padding-top: 20px;
}
#Main.voice_page .mv_area .prof_box .flex{
  display: flex;
  align-items: center;
}


.voice_page #Sec01{

}
.voice_page #Sec01 .inner{

}
.voice_page #Sec01 .inner .box{
  padding: 100px 50px;
}
.voice_page #Sec01 .inner .box .box_inner{
  max-width: 580px;
  margin: 0 auto;
}
.voice_page #Sec01 .inner .box .ttl{
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: center;
  color: #C60813;
}
.voice_page #Sec01 .inner .box .txt{
  margin-top: 50px;
  font-size: 1.4rem;
  line-height: 4.8rem;
}
.voice_page #Sec01 .inner .box .img{
  text-align: center;
  margin-top: 70px;
}
.voice_page #Sec01 .inner .box .img img{
  max-width: 100%;
  height: auto;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
}
.voice_page #Sec01 .inner .box.bg_gr{
  background-color: #F7F7F7;
}


.voice_page #Sec02{
  margin-top: 150px;
}
.voice_page #Sec02 .inner{
  background-color: #F7F7F7;
  padding: 40px 50px 50px;
  position: relative;
}
.voice_page #Sec02 .arrow{
  position: absolute;
  top: -185px;
  left: 50%;
  transform: translate(-50%, 0);
}
.voice_page #Sec02 .to{
  text-align: center;
  color: #C60813;
  font-size: 4.4rem;
}
.voice_page #Sec02 .prof_box{
  background-color: #ffffff;
  max-width: 750px;
  margin: 10px auto 0;
  position: relative;
}
.voice_page #Sec02 .prof_box .box_inner{
  text-align: center;
  padding:  33px;
}
.voice_page #Sec02 .prof_box .catch{
  color: #ffffff;
  background-color: #C60813;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 20px;
  min-width: 350px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.voice_page #Sec02 .prof_box .midashi{
  position: absolute;
  left: 35px;
  top: 30px;
  font-size: 1.8rem;
}
.voice_page #Sec02 .prof_box .name_box{

}
.voice_page #Sec02 .prof_box .name_box .name{
  font-size: 4rem;
  line-height: 6rem;
  font-family: "Marcellus", serif;
}
.voice_page #Sec02 .prof_box .name_box .posi{
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.voice_page #Sec02 .prof_box .img{
  width: 230px;
  border-radius: 100%;
  border: solid 4px #ffffff;
  position: absolute;
  right: -40px;
  bottom: -30px;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
  overflow: hidden;
}
.voice_page #Sec02 .prof_box .img img{
  width: 230px;
  height: 230px;
  object-fit: cover;
}

.voice_page #Sec02 .ttl{
  text-align: center;
  color: #C60813;
  font-size: 2.8rem;
  line-height: 5rem;
  max-width: 580px;
  margin: 50px auto 0;
}
.voice_page #Sec02 .txt{
  font-size: 1.4rem;
  line-height: 3.6rem;
  max-width: 580px;
  margin: 50px auto 0;
}


.voice_page #Sec03{
  padding: 130px 50px 40px;
}
.voice_page #Sec03 .inner{
  max-width: 920px;
  margin:0 auto;
}
.voice_page #Sec03 .catch{
  color: #C60813;
  font-size: 2.8rem;
  font-family: "Marcellus", serif;
  text-align: center;
  line-height: 3rem;
  position: relative;
  padding-bottom: 110px;
  margin-bottom: 10px;
}
.voice_page #Sec03 .catch span{
  display: block;
  color: #C60813;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
.voice_page #Sec03 .catch:after{
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #C60813;
}

.voice_page #Sec03 .next_staff{
  position: relative;
}
.voice_page #Sec03 .next_staff a{
  display: block;
  color: #ffffff;
  padding-top: 65px;
}
.voice_page #Sec03 .next_staff a:hover{
  opacity: 1;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.4);
}
.voice_page #Sec03 .next_staff .img{
  position: relative;
  width: 55%;
}
.voice_list_page #Sec01 .relay_box .relay_list li .img img{
  width: 100%;
  height: 22vw;
  max-height: 235px;
  object-fit: cover;
}
.voice_page #Sec03 .next_staff .img:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.voice_page #Sec03 .next_staff li:nth-child(odd){
  background-color: #B82519;
}
.voice_page #Sec03 .next_staff{
  background-color: #1A1A1A;
}

.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .img{
}
.voice_page #Sec03 .next_staff .img{
  margin-left: auto;
}
.voice_page #Sec03 .next_staff .img img{
    width: 100%;
    height: 22vw;
    max-height: 235px;
    object-fit: cover;
}
.voice_page #Sec03 .next_staff .num{
  font-size: 7rem;
  line-height: 7rem;
  font-family: "Marcellus", serif;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .num{
  position: absolute;
  right: 50px;
  top: 55px;
}
.voice_page #Sec03 .next_staff .num{
  position: absolute;
  left: 50px;
  top: 55px;
}

.voice_page #Sec03 .next_staff .name{
  font-size: 7rem;
  line-height: 8rem;
  font-family: "Marcellus", serif;
  z-index: 1;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .name{
  position: absolute;
  right: 280px;
  top: 55px;
}
.voice_page #Sec03 .next_staff .name{
  position: absolute;
  left: 170px;
  top: 55px;
}

.voice_page #Sec03 .next_staff .next{
  position: absolute;
  right: 120px;
  bottom: 5px;
/*  transform: translate(-50%, 0);*/
  color: #ffffff;
  z-index: 3;
  background-image: url(../image/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 130px auto;
  background-position: left center;
  padding-left: 140px;
  z-index: 1;
}

.voice_page #Sec03 .next_staff a:before{
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(../image/arrow_on.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}


@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

#Main.voice_page .mv_area .page_mv{
  height: 290px;
}
#Main.voice_page .mv_area .mvtxt_box{
  position: absolute;
  left: 20px;
  top: 20%;
}
#Main.voice_page .mv_area .mvtxt_box .num{
  font-size: 3.5rem;
  line-height: 4rem;
  font-family: "Marcellus", serif;
  color: #ffffff;
}
#Main.voice_page .mv_area .mvtxt_box .ttl{
  color: #ffffff;
  font-size: 1.8rem;
}
#Main.voice_page .mv_area .mvtxt_box .cat_box{
  margin-top: 15px;
  display: flex;
  align-items: center;
}
#Main.voice_page .mv_area .mvtxt_box .cat_box .cat{
  background-color: #C60813;
  font-size: 1.1rem;
  color: #ffffff;
  font-family: "Marcellus", serif;
  padding: 3px;
  width: 115px;
  text-align: center;
}
#Main.voice_page .mv_area .mvtxt_box .tag{
  display: inline-block;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #343434;
  color: #ffffff;
  padding: 2px 10px;
  margin-top: 20px;
}

#Main.voice_page .mv_area .en_name{
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 4rem;
  font-family: "Marcellus", serif;
  position: absolute;
  right: 40px;
  bottom: 100px;
}

#Main.voice_page .mv_area .prof_box{
  background-color: #C60813;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px 20px;
}
#Main.voice_page .mv_area .prof_box .catch{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 15px;
  padding-top: 20px;
}
#Main.voice_page .mv_area .prof_box .posi{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  margin-right: 0;
  padding-top: 20px;
}
#Main.voice_page .mv_area .prof_box .name{
  font-size: 2.2rem;
  line-height: 1;
  padding-top: 10px;
}
#Main.voice_page .mv_area .prof_box .flex{
  display: block;
}

.voice_page #Sec01{

}
.voice_page #Sec01 .inner{

}
.voice_page #Sec01 .inner .box{
  padding: 50px 20px;
}
.voice_page #Sec01 .inner .box .box_inner{
  max-width: 480px;
  margin: 0 auto;
}
.voice_page #Sec01 .inner .box .ttl{
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  color: #C60813;
  padding: 0 20px;
}
.voice_page #Sec01 .inner .box .txt{
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 3rem;
}
.voice_page #Sec01 .inner .box .img{
  text-align: center;
  margin-top: 30px;
}
.voice_page #Sec01 .inner .box .img img{
  max-width: 100%;
  height: auto;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
}
.voice_page #Sec01 .inner .box.bg_gr{
  background-color: #F7F7F7;
}


.voice_page #Sec02{
  margin-top: 120px;
}
.voice_page #Sec02 .inner{
  background-color: #F7F7F7;
  padding: 30px 20px 40px;
  position: relative;
}
.voice_page #Sec02 .arrow{
  position: absolute;
  top: -145px;
  left: 50%;
  transform: translate(-50%, 0);
}
.voice_page #Sec02 .arrow img{
  width: 120px;
}

.voice_page #Sec02 .to{
  text-align: center;
  color: #C60813;
  font-size: 2.7rem;
}
.voice_page #Sec02 .prof_box{
  background-color: #ffffff;
  max-width: 750px;
  margin: 10px auto 0;
  position: relative;
}
.voice_page #Sec02 .prof_box .box_inner{
  text-align: center;
  padding:  25px;
}
.voice_page #Sec02 .prof_box .catch{
  color: #ffffff;
  background-color: #C60813;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 10px;
  min-width: 320px;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.voice_page #Sec02 .prof_box .midashi{
  position: initial;
  font-size: 1.2rem;
  text-align: center;
}
.voice_page #Sec02 .prof_box .name_box{

}
.voice_page #Sec02 .prof_box .name_box .name{
  font-size: 2.6rem;
  line-height: 4rem;
  font-family: "Marcellus", serif;
}
.voice_page #Sec02 .prof_box .name_box .posi{
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.voice_page #Sec02 .prof_box .img{
  width: 160px;
  border-radius: 100%;
  border: solid 2px #ffffff;
  position: initial;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
  overflow: hidden;
  margin: 20px auto -50px;
}
.voice_page #Sec02 .prof_box .img img{
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.voice_page #Sec02 .ttl{
  text-align: center;
  color: #C60813;
  font-size: 1.8rem;
  line-height: 3.5rem;
  max-width: 440px;
  margin: 50px auto 0;
}
.voice_page #Sec02 .txt{
  font-size: 1.2rem;
  line-height: 3rem;
  max-width: 480px;
  margin: 20px auto 0;
}



.voice_page #Sec03{
  padding: 70px 20px 20px;
}
.voice_page #Sec03 .inner{
  max-width: 480px;
  margin:0 auto;
}
.voice_page #Sec03 .catch{
  color: #C60813;
  font-size: 2.5rem;
  font-family: "Marcellus", serif;
  text-align: center;
  line-height: 2.8rem;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 10px;
}
.voice_page #Sec03 .catch span{
  display: block;
  color: #C60813;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.voice_page #Sec03 .catch:after{
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #C60813;
}



.voice_page #Sec03 .next_staff a{
  display: block;
  color: #ffffff;
  padding-top: 22px;
}
.voice_page #Sec03 .next_staff a:hover{
  opacity: 1;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.4);
}
.voice_page #Sec03 .next_staff .img{
  position: relative;
  width: 55%;
}
.voice_page #Sec03 .next_staff .img .img img{
  width: 100%;
  height: 23vw;
  max-height: 90px;
  object-fit: cover;
}
.voice_page #Sec03 .next_staff .img:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd){
  background-color: #B82519;
}
.voice_page #Sec03 .next_staff{
  background-color: #1A1A1A;
}

.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .img{
}
.voice_page #Sec03 .next_staff .img{
  margin-left: auto;
}
.voice_page #Sec03 .next_staff .img img{
	width: 100%;
	height: 23vw;
	max-height: 90px;
	object-fit: cover;
}
.voice_page #Sec03 .next_staff .num{
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: "Marcellus", serif;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .num{
  position: absolute;
  right: 20px;
  top: 15px;
}
.voice_page #Sec03 .next_staff .num{
  position: absolute;
  left: 20px;
  top: 15px;
}

.voice_page #Sec03 .next_staff .name{
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-family: "Marcellus", serif;
  z-index: 1;
}
.voice_list_page #Sec01 .relay_box .relay_list li:nth-child(odd) .name{
  position: absolute;
  right: 100px;
  top: 20px;
}
.voice_page #Sec03 .next_staff .name{
  position: absolute;
  left: 80px;
  top: 20px;
}

.voice_page #Sec03 .next_staff .next{
  position: absolute;
  right: 80px;
  bottom: 5px;
/*  transform: translate(-50%, 0);*/
  color: #ffffff;
  z-index: 3;
  background-image: url(../image/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: left center;
  padding-left: 70px;
  z-index: 1;
  font-size: 1rem;
}

.voice_page #Sec03 .next_staff a:before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/arrow_on.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}


/* 767pxまでの幅の場合に適応される */
}