
#SpInterview{
width:100%;
margin:0;
padding: 0;
position: relative;
font-family: sans-serif;

color:#333;
overflow: hidden;
}

#SpInterview .nontbsp_obj{
    display: block;
}
@media only screen and (max-width: 959px) {
    #SpInterview .nontbsp_obj{
        display: none;
    }
  }

.SpInterview_Section_Inner {
    width:100%;
    max-width: 1140px;
    margin: 0 auto;
  }
      @media print, screen and (min-width: 1140px) {
        .SpInterview_Section_Inner {
          padding: 0 20px;
          
        }
      }
      @media only screen and (min-width: 560px) and (max-width: 1139px) {
        .SpInterview_Section_Inner {
          padding: 0 20px;
        }
      }
      @media only screen and (max-width: 559px) {
        .SpInterview_Section_Inner {
          padding: 0 20px;
        }
      }


/* ____________________ SpInterview_Header ____________________ */
#SpInterview_Header{
    width:100%;
    background-color:#00a9aa;
    padding-top:25px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 766px) {
    #SpInterview_Header{
        padding-top:20px;
    }
}
#SpInterview_Header .SpInterview_Header_Heading{
    width:100%;
    margin-top:38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
    @media only screen and (max-width: 559px) {
        #SpInterview_Header .SpInterview_Header_Heading{
            flex-direction: column;
            margin-top:40px;
        }
    }
#SpInterview_Header .SpInterview_Header_Heading H1{
    width:315px;
    margin-right:30px;
}
    @media only screen and (max-width: 559px) {
        #SpInterview_Header .SpInterview_Header_Heading H1{
            width:85%;
            margin-right:auto;
        }
    }
#SpInterview_Header .SpInterview_Header_Heading p{
    width:calc(100% - 345px);
    font-size: 16px;
    line-height: 28px;
}
    @media only screen and (max-width: 559px) {
        #SpInterview_Header .SpInterview_Header_Heading p{
            width:100%;
            font-size: 14px;
            line-height: 24px;
        }
    }
/* ____________________ SpInterview_navi ____________________ */
#SpInterview_Header .SpInterview_navi,
#SpInterview_Footer .SpInterview_navi{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
    @media only screen and (max-width: 639px) {
        #SpInterview_Header .SpInterview_navi,
        #SpInterview_Footer .SpInterview_navi{
            width:100%;
            flex-wrap: wrap;
            gap:8px;
        }
    }
#SpInterview_Header .SpInterview_navi{
    color:#FFF;
}
#SpInterview_Footer .SpInterview_navi{
    margin-top:50px;
    color:#00a9aa;
}
#SpInterview_Header .SpInterview_navi li{
    width:30%;
    text-align:center;
}


#SpInterview_Footer .SpInterview_navi li{
    width:28%;
    text-align:center;
}
    @media only screen and (max-width: 639px) {
        #SpInterview_Header .SpInterview_navi li,
        #SpInterview_Footer .SpInterview_navi li{
            width:100%;
        }
    }
#SpInterview_Header li.SpInterview_navi03,
#SpInterview_Footer li.SpInterview_navi03{
    width:38%;
}
    @media only screen and (max-width: 639px) {
        #SpInterview_Header li.SpInterview_navi03,
        #SpInterview_Footer li.SpInterview_navi03{
            width:100%;
        }
    }
#SpInterview_Header .SpInterview_navi li span{
    font-size: 16px;
    line-height: 51px;
    font-weight: 600;
    padding:0 30px 0 0;
    background:url(../images/btn_arrow_blue.png) no-repeat center right;
    background-size:20px 11px;
}
    @media only screen and (max-width: 959px) {
        #SpInterview_Header .SpInterview_navi li span{
            font-size: 13px;
        }
    }
    @media only screen and (max-width: 639px) {
        #SpInterview_Header .SpInterview_navi li span{
            font-size: 13px;
            line-height: 36px;
            padding:0 20px 0 0;
        }
    }
#SpInterview_Footer .SpInterview_navi li span{
    font-size: 16px;
    line-height: 65px;
    font-weight: 600;
    padding:0 30px 0 0;
    background:url(../images/btn_arrow_white.png) no-repeat center right;
    background-size:20px 11px;
}
    @media only screen and (max-width: 959px) {
        #SpInterview_Footer .SpInterview_navi li span{
            font-size: 13px;
        }
    }
    @media only screen and (max-width: 639px) {
        #SpInterview_Footer .SpInterview_navi li span{
            font-size: 13px;
            line-height: 36px;
            padding:0 20px 0 0;
        }
    }
#SpInterview_Header .SpInterview_navi li a{
    width: 100%;
    height:100%;
    display: block;
    color:#FFF;
    text-decoration: none;
    border-left:2px solid #FFF;
    box-sizing: border-box;
    background:url(../images/btn_blue.png) no-repeat top right;
    background-size:cover;
    position: relative;
}
@media only screen and (max-width: 639px) {
    #SpInterview_Header .SpInterview_navi li a{
        border-left:1px solid #FFF;
    }
}
#SpInterview_Footer .SpInterview_navi li a{
    width: 100%;
    height:100%;
    display: block;
    color:#008487;
    text-decoration: none;
    border-left:2px solid #008487;
    box-sizing: border-box;
    background:url(../images/btn_white.png) no-repeat top right;
    background-size:cover;
    position: relative;
}
@media only screen and (max-width: 639px) {
    #SpInterview_Footer .SpInterview_navi li a{
        border-left:1px solid #008487;
    }
}
#SpInterview_Header .SpInterview_navi li a:hover,
#SpInterview_Footer .SpInterview_navi li a:hover{
    opacity: 0.7;
}
/* #SpInterview_Hero .SpInterview_navi li a{
    width: calc(100% - 27px);
    height:100%;
    display: block;
    color:#FFF;
    text-decoration: none;
    border-left:2px solid #FFF;
    border-top:2px solid #FFF;
    border-bottom:2px solid #FFF;
    box-sizing: border-box;
    position: relative;
} */
/* #SpInterview_Hero .SpInterview_navi li a::after{
    content:"";
    width:27px;
    height: 51px;
    background:url(../images/btn_right_blue.png) no-repeat 0px 0px;
    background-size:contain;
    position: absolute;
    right:-27px;
    top:-2px;
} */



/* ____________________ SpInterview_content ____________________ */

.SpInterview_content{
    width:100%;
    position: relative;
    z-index: 2;

}
.SpInterview_content2{
    width:100%;
    position: relative;
    margin-top: 100px;
    z-index: 2;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_content2{
            margin-top: 100px;
        }
    }
/* ____________________ SpInterview_Heading_wrap ____________________ */
.SpInterview_Heading_wrap{
    width:100%;
    padding-top:130px;
    background-color:#00a9aa;
    position: relative;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_Heading_wrap{
            padding-top:100px;
        }
    }
.SpInterview_Heading_H2_wrap{
    width:100%;
    position: absolute;
    top:-80px;
    left: 0;
    z-index: 3;
    padding-top:100px;
}
.SpInterview_Heading_H2{
    background:#FFF;
    display: inline-block;
    padding:12px 50px 12px 0;

    border-top:2px solid #000;
    border-bottom:2px solid #000;
    box-sizing: content-box;
    position: relative;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_Heading_H2{
            padding:10px 20px 10px 0;
        }
    }
.SpInterview_Heading_H2::after{
    content:"";
    width:13px;
    height: 100%;
    background:url(../images/title_obi.png) no-repeat 0px 0px;
    background-size:contain;
    position: absolute;
    right:-12px;
    top:0px;
}
.SpInterview_Heading_H2::before{
    content:"";
    width:9999px;
    height: 100%;
    background:#FFF;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    position: absolute;
    left:-9999px;
    top:-2px;
}
.SpInterview_Heading_eng{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color:#00a9aa;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_Heading_eng{
            font-size: 14px;
            line-height: 24px;
        }
    }
.SpInterview_Heading_H2 h2{
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_Heading_H2 h2{
            font-size: 20px;
            line-height: 26px;
        }
    }
.SpInterview_Heading_sub{
    font-size: 14px;
    line-height: 20px;
    margin-top:0.5em;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_Heading_sub{
            font-size: 12px;
            line-height: 18px;
        }
    }
.SpInterview_Heading_Img{
    width:100%;
}
.SpInterview_Heading_Img img{
    width:100%;
}
/* @media only screen and (max-width: 766px) {
    .SpInterview_Heading_Img{
        width:100%;
        height: 200px;
    }
    .SpInterview_Heading_Img img{
        width:100%;
        height: 100%;
        object-fit: cover;
    }
} */

/* ____________________ SpInterview_QAsection ____________________ */
.SpInterview_QAsection{
    width:100%;
    display: flex;
    justify-content: flex-start;
    margin: 90px 0 0 0;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_QAsection{
            flex-wrap: wrap;
            margin: 50px 0 0 0;
        }
    }


/*  SpInterview_QAsection_Content  */
.SpInterview_QAsection_Content{
    width:calc(100% - 320px - 70px);
    order: 1;
    z-index: 10;
}
.SpInterview_QAsection.QAsection01 .SpInterview_QAsection_Content{
    width:67%;
}
.SpInterview_QAsection.QAsection02 .SpInterview_QAsection_Content{
    order: 3;
    width:calc(100% - 320px - 70px - 30px);
    margin-left: 30px;
}
.SpInterview_QAsection.QAsection03 .SpInterview_QAsection_Content{
}
.SpInterview_QAsection.QAsection04 .SpInterview_QAsection_Content{
    order: 3;
    width:calc(100% - 240px - 200px - 30px);
    margin-left: 30px;
}
.SpInterview_QAsection.QAsection05 .SpInterview_QAsection_Content{
    order: 2;
    width:50%;
}
.SpInterview_QAsection.QAsection06 .SpInterview_QAsection_Content{
    order: 3;
    width:calc(100% - 320px - 70px - 30px);
    margin-left: 30px;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_QAsection_Content,
        .SpInterview_QAsection.QAsection01 .SpInterview_QAsection_Content,
        .SpInterview_QAsection.QAsection02 .SpInterview_QAsection_Content,
        .SpInterview_QAsection.QAsection03 .SpInterview_QAsection_Content,
        .SpInterview_QAsection.QAsection04 .SpInterview_QAsection_Content,
        .SpInterview_QAsection.QAsection05 .SpInterview_QAsection_Content,
        .SpInterview_QAsection.QAsection06 .SpInterview_QAsection_Content{
            width:100%;
            order: 1;
            margin: 0;
        }
    }
.SpInterview_QAsection_Content h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;

    margin-left:50px;
    margin-bottom:30px;
    padding:10px 10px 10px 20px;

    border-top:0.15rem solid #333;
    border-right:0.15rem solid #333;
    border-bottom:0.15rem solid #333;
    position: relative;
}
.SpInterview_QAsection_Content h3:nth-of-type(2){
  margin-top:40px;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_QAsection_Content h3{
            /* font-size: 16px;
            line-height: 26px; */
            font-size: 18px;
            line-height: 28px;
            margin-left:40px;
            margin-bottom:20px;
            padding:8px 8px 8px 15px;
        }
        .SpInterview_QAsection_Content h3:nth-of-type(2){
          margin-top:40px;
        }
    }
.SpInterview_QAsection_Content h3::before{
    content:"Q";
    width:50px;
    height: 50px;
    background:#00a9aa;
    border: 0.15rem solid #333;
    border-radius:999px;
    position: absolute;
    left:-50px;
    top:0;

    color:#FFF;
    font-size: 24px;
    line-height: 50px;

    text-align: center;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_QAsection_Content h3::before{
            content:"Q";
            width:40px;
            height: 40px;
            left:-40px;
            font-size: 20px;
            line-height: 40px;
        }
    }
.SpInterview_QAsection_Content p.SpInterview_Text{
    font-size: 16px;
    line-height: 30px;
    padding-left:70px;
    text-align: justify;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_QAsection_Content p.SpInterview_Text{
            /* font-size: 14px;
            line-height: 26px; */
            padding-left:55px;
        }
    }
/*  SpInterview_QAsection_Img  */
.SpInterview_QAsection_Img{
   width:320px;
    margin-left:70px;
    order: 2;
    z-index: 10;
}
.SpInterview_QAsection.QAsection04 .SpInterview_QAsection_Img,
.SpInterview_QAsection.QAsection06 .SpInterview_QAsection_Img{
    margin-left:0;
}

    @media only screen and (max-width: 766px) {
        .SpInterview_QAsection_Img{
            width:100%;
            margin-left:55px;
            margin-top:30px;
        }
    }
.SpInterview_QAsection.QAsection02 .SpInterview_QAsection_Img{
    order: 1;
}
.SpInterview_QAsection.QAsection04 .SpInterview_QAsection_Img{
    width:240px;
    order: 2;
}
.SpInterview_QAsection.QAsection06 .SpInterview_QAsection_Img{
    order: 2;
}
    @media only screen and (max-width: 766px) {
        .SpInterview_QAsection.QAsection04 .SpInterview_QAsection_Img,
        .SpInterview_QAsection.QAsection06 .SpInterview_QAsection_Img{
            width:100%;
            margin-left:55px;
            order: 2;
        }
    }
.SpInterview_QAsection_Img .comment{
    font-size: 13px;
    line-height: 20px;
    margin-top:10px;
}

.SpInterview_QAsection_Schedule{
    order: 2;

    width:50%;
    margin-left:70px;
    text-align: center;
 }
 @media only screen and (max-width: 766px) {
    .SpInterview_QAsection_Schedule{
        order: 2;

        width:100%;
        margin-left:0;
        margin-top:50px;
     }
}
 .SpInterview_QAsection_Schedule h3{
    width:265px;
    margin: 0 auto 30px auto;
 }

/*  SpInterview_Illust  */
 .SpInterview_Illust{
    /* border:1px solid red; */
    width:33%;
    position: relative;
    order: 3;
 }
 .SpInterview_QAsection.QAsection04 .SpInterview_Illust,
 .SpInterview_QAsection.QAsection06 .SpInterview_Illust{
    width:200px;
    order: 1;
}
     
  
  @media only screen and (min-width: 560px) and (max-width: 766px) {
         .SpInterview_Illust{
             width:60%;
             height: 250px;
             margin-top:60px;
             margin-left: auto;
             display: block;
         }
         .SpInterview_QAsection.QAsection04 .SpInterview_Illust,
         .SpInterview_QAsection.QAsection06 .SpInterview_Illust{
            width:100%;
            order: 3;
        }
     }
      @media only screen and (max-width: 559px) {
        .SpInterview_Illust{
            width:100%;
            height: 200px;
            margin-top:30px;
            display: block;
            transform: scale(0.8);
        }
        .SpInterview_QAsection.QAsection04 .SpInterview_Illust,
        .SpInterview_QAsection.QAsection06 .SpInterview_Illust{
           width:100%;
           order: 3;
       }
    }
     

/* ____________________ Animation1 ____________________ */

/* WAVE */
@keyframes k_loop_wave {
  0% {
    transform: translateX(-47px);
  }

  100% {
    transform: translateX(0px);
  }
}

.wave_1 {
  height: 25px;
  animation: k_loop_wave 3s linear infinite;
}

.wave_2 {
  height: 25px;
  animation: k_loop_wave 3s linear infinite;
}

.wave_3 {
  height: 25px;
  animation: k_loop_wave 3s linear infinite;
}

.wave_base {
  position: absolute;
  top: 100px;
  right: -50px;
  width: 284px;
  height: 222px;
  overflow: hidden;
}

.wave_base img {
  width: 332px;
}



/* FISH */
@keyframes k_loop_fish {
  0% {
    transform: rotateY(180deg);
  }

  10% {
    transform: rotateY(0deg);
  }

  45% {
    transform: rotateY(0deg)
  }

  55% {
    transform: rotateY(180deg)
  }

  100% {
    transform: rotateY(180deg);
  }
}

[class^='fish_'] img {
  width: 30px;
  transform-origin: center;
}

[class^='fish_'] {
  transform-origin: center;
  width: 30px;

}

@keyframes k_loop_fish_a {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes k_loop_fish_b {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-80px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes k_loop_fish_c {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0px);
  }
}

.fish_a {
  animation: k_loop_fish_a 10s ease-in-out infinite;
  animation-delay: 0s;
  position: absolute;
  top: 200px;
  left: 180px;
}

.fish_a img {
  animation: k_loop_fish 10s ease-out infinite;
  animation-delay: 0s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;

}

.fish_b {
  animation: k_loop_fish_b 10s ease-in-out infinite;
  animation-delay: 2s;
  position: absolute;
  top: 220px;
  left: 210px;
}

.fish_b img {
  animation: k_loop_fish 10s ease-out infinite;
  animation-delay: 2s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.fish_c {
  animation: k_loop_fish_c 10s ease-in-out infinite;
  animation-delay: 1s;
  position: absolute;
  top: 240px;
  left: 180px;
}

.fish_c img {
  animation: k_loop_fish 10s ease-out infinite;
  animation-delay: 1s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/* CLOUD */

@keyframes k_loop_cloud {
  0% {
    transform: translateY(0px);
  }

  45% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0px);
  }
}

[class^='cloud_'] img {
  width: 58px;
  transform-origin: center;
}

[class^='cloud_'] {
  transform-origin: center;
  width: 58px;

}

@keyframes k_loop_cloud_a {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(24px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes k_loop_cloud_b {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0px);
  }
}

.cloud_a {
  animation: k_loop_cloud_a 25s ease-in-out infinite;
  animation-delay: 0s;
  position: absolute;
  top: -40px;
  left: 80px;
}

.cloud_a img {
  animation: k_loop_cloud 11s ease-out infinite;
  animation-delay: 0s;
}

.cloud_b {
  animation: k_loop_cloud_b 24s ease-in-out infinite;
  animation-delay: 0s;
  position: absolute;
  top: 02px;
  left: 120px;
}

.cloud_b img {
  animation: k_loop_cloud 13s ease-in-out infinite;
  animation-delay: 0s;
}

/* SUN */

@keyframes k_loop_sun {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(30deg);
  }
}

[class^='sun_'] img {
  width: 57px;
  transform-origin: center;
}

[class^='sun_'] {
  transform-origin: center;
  width: 57px;

}

@keyframes k_loop_sun_a {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(0px);
  }
}

.sun_a {
  animation: k_loop_sun_a 8s ease-in-out infinite;
  animation-delay: 0s;
  position: absolute;
  top: 0px;
  left: 230px;
}

.sun_a img {
  animation: k_loop_sun 4s linear infinite;
  animation-delay: 0s;
}

/* ____________________ Animation2 ____________________ */

/* WAVE */
.QAsection04 .wave_base {
position: absolute;
top: 100px;
left: -130px;
width: 284px;
height: 222px;
overflow: hidden;
}

.QAsection04 .wave_base img {
width: 332px;
}
/* FISH */
.QAsection04 .fish_a {
top: 200px;
left: 120px;
}

.QAsection04 .fish_b {
top: 220px;
left: 150px;
}

.QAsection04 .fish_c {
top: 240px;
left: 130px;
}
/* TREE */
@keyframes k_loop_tree {
0% {
    transform: rotateY(0deg);
}

35% {
    transform: rotateY(0deg);
}

50% {
    transform: rotateY(180deg);
}

85% {
    transform: rotateY(180deg);
}

100% {
    transform: rotateY(0deg);
}
}

[class^='tree_'] img {
width: 25px;
transform-origin: center;
backface-visibility: visible;
-webkit-backface-visibility: visible;
}

[class^='tree_'] {
transform-origin: center;
width: 25px;
}

@keyframes k_loop_tree_a {
0% {
    transform: translateX(0px);
}

50% {
    transform: translateX(0px);
}

100% {
    transform: translateX(0px);
}
}

.tree_a {
/* animation: k_loop_tree_a 8s ease-in-out infinite;
animation-delay: 0s;*/
position: absolute;
top: 0px;
left: 100px;
z-index: 1;
}

.tree_b {
/* animation: k_loop_tree_a 8s ease-in-out infinite;
animation-delay: 0s;*/
position: absolute;
top: 30px;
left: 70px;
z-index: 1;
}
.tree_a img {
/* animation: k_loop_tree 4s linear infinite;
animation-delay: 0s; */
}
.tree_b img {
/* animation: k_loop_tree 4s linear infinite;
animation-delay: 0s; */
}
/* MOUNTAIN */
.mountain {
width: 128px;
position: absolute;
top: 30px;
left: -80px;
}
.mountain img {
width: 128px;

}

/* ____________________ Animation3 ____________________ */

/* WAVE */
.QAsection06 .wave_base {
  position: absolute;
  top: 100px;
  left: -160px;
  width: 284px;
  height: 222px;
  overflow: hidden;
}

.QAsection06 .wave_base img {
  width: 332px;
}

/* FISH */
.QAsection06 .fish_a {
  top: 200px;
  left: 120px;
}

.QAsection06 .fish_b {
  top: 220px;
  left: 150px;
}

.QAsection06 .fish_c {
  top: 240px;
  left: 130px;
}




/* MEDIA SCREEN */
@media only screen and (min-width: 560px) and (max-width: 766px) {
  .wave_base {
    left: auto;
    right:0;
  }
  .QAsection04 .wave_base,
  .QAsection06 .wave_base {
    left: -15vw;
  }
  .mountain {
    left: -3vw;
  }
  .tree_a {
    left: 150px;
  }
  .tree_b {
    left: 125px;
  }
} 
@media only screen and (max-width: 559px) {
  .wave_base {
    right: -5vw;
    left:auto;
  }
}