@charset "utf-8";

.kv01.voiceKv01 {
    background: url(../../../img/voice/kv01.png) no-repeat center top;
    background-size: 100% auto;
    height: 42vw;
    max-height: 1000px;
}

.kv02 {
    background: #666;
}
.kv02 {
    color: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
    font-size: 3.2rem;
    height: 50vw;
    max-height: 600px;
     display: flex;
   justify-content: center;
    align-items: center;
    justify-content: space-between;
    position: relative;

}
.kv02 .voiceCopy01 {
    display: flex;
    align-items: center;
    padding: 10px 40% 0 15px;
    }

.kv02.kv02_r .voiceCopy01 {
    justify-content:space-around;
    padding: 10px 15px 40px 40%;
    }

.kv02 .voiceCopy02 {
    font-size: 1.8rem;
    height: 1.8rem;;
    width: 200px;
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 50;
    text-align: right;
    line-height: 1.3;
    }
.kv02 .voiceCopy02 span.year02 {
    margin-right: 2rem;
    }  
.kv02 .voiceCopy02 span.year01 {
    margin-right: 1rem;
    } 
.kv02 .voiceCopy02 span.year03 {
    margin-right: 3rem;
    } 
.kv02 .voiceCopy02 span.year05 {
    margin-right: .5rem;
     } 
@media screen and (min-width: 1200px) {
.kv02 .voiceCopy02 {
    color: #111;
    text-shadow: 1px 1px 0 #eee, -1px 1px 0 #eee, 1px -1px 0 #eee, -1px -1px 0 #eee;
}
}
@media screen and (max-width: 767px) {
.kv02 {
    font-size: calc(1.5rem + 0.8vw);
    white-space: nowrap;
}
.kv02 .voiceCopy01 {
    line-height: 1.4;
    }
.kv02 .voiceCopy02 {
    bottom: 30px;
    }
}
.voice01 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;

}

.voice02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.voicePicBox01 {
    width: 100%;
    max-width: 450px;
}

.voicePicBox02 {
    width: 100%;
    max-width: 300px;
    align-self: flex-end;
    z-index: 50;
    margin-bottom: -20px;
}

.voiceTxtBox01 {
    width: 100%;
    max-width: 650px;
    margin-right: -120px;
}

.voiceTxtBox01 .voiceTxtBox02 {
    margin-top: 40px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.6);
}

.voice02 .voiceTxtBox01 {
    margin-right: 0;
    margin-left: -40px;
}

.voice02 .voicePicBox02 {
    width: 100%;
    max-width: 300px;
    align-self: flex-end;
    z-index: 50;
    margin-bottom: -20px;
}

.dl_voice01 dt {
    color: #666;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.dl_voice01 dd .txt_voice01 {
    font-size: calc(100% + 1vmin);
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.ttlSlide01:before {
    content: "";
    background: #ee3338;
    width: 10px;
    height: 100%;
    animation-name: txtslide1;
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform-origin: right center;
    animation-delay: 0.4s;
    transform: scaleX(1) skewX(-25deg);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

@keyframes txtslide1 {
    0% {
        opacity: 0;
        top: -40px;
        transform: scaleX(1) skewX(-25deg);
    }

    100% {
        opacity: 1;
        top: 0;
        transform: scaleX(1) skewX(-25deg);
    }
}

.ttlSlide01 span {
    display: block;
    /* transform: skewX(25deg);*/
    animation-name: txtslide2;
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
    opacity: 0;
}

@keyframes txtslide2 {
    0% {
        opacity: 0;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }

    100% {
        opacity: 1;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

.ulLink01{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.ulLink01 li {
    width: 30%;
    max-width: 250px;
    min-width: 170px;
    background: #fff;
    transform: scaleX(1) skewX(-25deg);
    margin: 0 20px 40px;
    border-left: 20px solid #ee3338;
    box-shadow: 5px 5px 3px rgb(0,0,0,0.3)
}

.ulLink01 li a {
    font-weight: bold;
    height: 8rem;
    margin-left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scaleX(1) skewX(25deg);
  position: relative;
}
.ulLink01 li a:hover {
    text-decoration: none;
}
.ulLink01 li a:before,
.ulLink01 li a:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 1px;
  background: #ee3338;
    transition: 0.3s;
}
.ulLink01 li a:before{
  width: 60px;
  transform: translate(30px, 0px);
}
.ulLink01 li a:hover:before{
  width: 70px;
  right: 10px;
}
.ulLink01 li a:after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
.ulLink01 li a:hover:after{
  right: 10px;
}
.ulLink01 li.li02 {
    background: #eee;
}
.ulLink01 li.li02 a:hover {
    color: #ee3338;
}

.ulLink01.fl2 {
    max-width: 850px;
}
.ulLink01.fl2 li {
    width: 30%;
    max-width: 250px;
    min-width: 170px;
    background: #fff;
    transform: scaleX(1) skewX(-25deg);
    margin: 0 20px 40px;
    border-left: 20px solid #ee3338;
    box-shadow: 5px 5px 3px rgb(0,0,0,0.3)
}

.voice_timeschedule01 {
    background: #eee;
    padding: 40px 0 200px 0;
}

.voice_timeschedule01 .ttl_schedule {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.ul_timeschedule01  {
    width: 100%;
    padding: 0 20px;
    background:linear-gradient(to right,#67b399, #00428b);
    position: relative;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.ul_timeschedule01 li  {
    position: relative;
    font-size: 1.2rem;
}
.ul_timeschedule01 .li01  {
    flex-grow: 1;
}
.ul_timeschedule01 .li02  {
    flex-grow: 2;
}
.ul_timeschedule01 .time01,
.ul_timeschedule01 .time02{
    margin-top: -20px;
    position: relative;
}
.ul_timeschedule01 .time01:before,
.ul_timeschedule01 .time02:before {
    content: '';
    display: block;
    background: #fff;
    width: 2px;
    height: 40px;
    top:20px;
    position: absolute;
    left: 50%;
}
.ul_timeschedule01 .time01:after  {
    content: '●';
    color: #fff;
    font-size: 1.6rem;
    width: 7px;
    height: 20px;
    top:30px;
    position: absolute;
    right: 50%;
}

.ul_timeschedule01 .title01 {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    right: 0;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

.ul_timeschedule01 .title02 {
    position: absolute;
    width: 200%;
    height: 20px;
    bottom: -20px;
    left: 0;
    white-space: nowrap;
    text-align: center;
}
.ul_timeschedule01 .comment {
    position: absolute;
    width: 120px;
    height: auto;
    background: #ffeeee;
    border: 1px solid #ccc;
    margin: 100px auto 0 auto;
    padding: 10px;
    text-align: left;
    top:0;
}
.ul_timeschedule01 .comment01 {
      left:33%;
}
.ul_timeschedule01 .comment02 {
    left:-50%;
}
.ul_timeschedule01 .comment:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ffeeee;
  z-index: 2;
}

.ul_timeschedule01 .comment:after {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #ccc;
  z-index: 1;
}
    }
/* /time-schedule ---------------------------*/

@media screen and (max-width: 767px) {
    .ttlSlide01 h3 {
        font-size: 2rem;
    }

    .voice01,
    .voice02 {
        display: block;
    }

    .voicePicBox01 {
        max-width: 100%;
    }

    .voiceTxtBox01 {
        max-width: 100%;
        margin-right: 0;
    }

    .voiceTxtBox01 .voiceTxtBox02 {
        margin-top: 20px;
        padding: 20px;
    }

    .voice02 .voiceTxtBox01 {
        margin-left: 0;
    }


.voice_timeschedule01 {
    padding: 40px 0;
}
.ul_timeschedule01  {
    width: 30px;
    background:linear-gradient(to bottom,#67b399, #00428b);
    margin-left: 50px;
    margin-right: auto;
}

.ul_timeschedule01 li  {
    font-size: 1.2rem;
    position: relative;
    display: flex;
    height: 50px;
}
.ul_timeschedule01 .time01,
.ul_timeschedule01 .time02{
    position: absolute;
    width: 50px;
    left:-50px;
    top:19px;
}
.ul_timeschedule01 .time01:before,
.ul_timeschedule01 .time02:before {
    content: '';
    display: block;
    background: #fff;
    width: 2px;
    height: 50px;
    top:-19px;
    left: 65px;
    position: absolute;
}
.ul_timeschedule01 .time01:after  {
    content: '●';
    color: #fff;
    font-size: 1.6rem;
    width: 20px;
    height: 20px;
    top:-2px;
    position: absolute;
    left: 56px;
}

.ul_timeschedule01 .title01 {
    position: absolute;
    left:40px;
    width: 200px;
    text-align: left;
    top: 18px;
}

.ul_timeschedule01 .title02 {
    position: absolute;
    left:40px;
    width: 200px;
    text-align: left;
    top: 18px;
}
.ul_timeschedule01 .comment {
    position: absolute;
    width: 40vw;
    height: auto;
    background: #ffeeee;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    left:160px;
    bottom:0%;
}
.ul_timeschedule01 .comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #ffeeee;
  z-index: 2;
}

.ul_timeschedule01 .comment:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-right: 13px solid #ccc;
  z-index: 1;
}
      .ulLink01 li {
        width: 80%;
        max-width: 80%;        
    margin: 0 0 40px;
      }
}


/*一覧--------------------------------------------------------*/
.ulLink02 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ulLink02 li {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 3px 5px 5px rgb(0,0,0,.2);
    margin-bottom: 40px;
}

.ulLink02 li a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
}

.ulLink02 li .txtVoice01 {
    padding: 20px 10px;
    text-align: left;
    width: 100%;
    z-index: 10;
}
.ulLink02 li a .txt01 {
   position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    /*padding-left: 35px;*/
    margin-bottom: 15px;
    line-height: 1.4;
}
/*.ulLink02 li a .txt01:before {
    content: "";
    background: #ee3338;
    width: 10px;
    height: 100%;
    animation-name: txtslide1;
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform-origin: right center;
    animation-delay: 0.4s;
    transform: scaleX(1) skewX(-25deg);
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0;
}*/
.ulLink02 li a .txt01 span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}
.ulLink02 li .txtVoice01 .flex-voice-new {
    display: flex;
    margin: 0;
    align-items: center;
}
.ulLink02 li .txtVoice01 .flex-voice-new .child-voice-new {
    background-color: #ee3338;
    color: #fff;
    width: 3.2em;
    height: 1.6em;
    text-align: center;
    margin: 0 .5em 1em 0;
}

.ulLink02 li a img{
    transition: 0.3s;
    opacity: 1;
}

.ulLink02 li a:hover img{
    transform:scale(1.1,1.1);
    opacity: 0.9;
}
.ulLink02 li .picVoice01 {
    width: 120%;
    height: 120%;
    margin-left: -70px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 96% 0%, 83% 100%, 0% 100%);
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 12% 100%);
}

.ulLink02 li.voicetop {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    height: 2.8em;
    margin: auto 2em;
  }
  
.ulLink02 li.voicetop a {
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: .5em 4em .5em 1.5em;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  
.ulLink02 li.voicetop a:before {
    background: #ccc;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-25deg);
    z-index: -1;
  }
  
.ulLink02 li.voicetop span::before,
.ulLink02 li.voicetop span::after {
    background: #111;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 40px;
    top: 50%;
    transition: 0.3s;
  }
  
.ulLink02 li.voicetop span::before {
    transform: translate(30px, 0px);
    width: 40px;
  }
  
.ulLink02 li.voicetop span::after {
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
    width: 15px;
  }
  
.ulLink02 li.voicetop a:hover span:before,
.ulLink02 li.voicetop a:hover span:after {
    background: #ee3338;
    right: 10px;
  }
  
.ulLink02 li.voicetop a:hover span:before {
    width: 70px;
  }


.ttl_voice01{
    background: #111;
    color: #fff;
    transform: scaleX(1) skewX(-25deg);
    padding: 1.5rem 30px;
    font-size: 2.8rem;
    font-weight: bold;
    margin:40px auto;
    display: inline-block;
    width: 90%;
    max-width: 800px;
}
.ttl_voice01 span{
  display: block;
  transform: scaleX(1) skewX(25deg);
}

@media screen and (max-width: 767px) {

.ulLink02 li {
    width: 100%;
    max-width: 100%;
}
.ulLink02 .txt01 + p {
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }
.ulLink02 .txt01 + p.child-voice-new {
        text-shadow: none;
        }
}