@charset 'UTF-8';
/* =====================================
	vol5
===================================== */

body
{
  padding-top: 60px;
}

main{
    overflow: hidden;
}

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

#visual
{
  position: relative;

  width: 100%;
  height: calc(100vh - 60px);

  background: url('../img/result/vol5/visual01.png'), url('../img/result/vol5/visual_back_01.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: contain, cover;
}
#visual:before
{
  position: absolute;
  bottom: 0;
  left: 50%;

  display: block;

  width: 1px;
  height: 100px;

  content: '';

  background-color: #fff;
}

#visual h1
{
  position: absolute;
  top: 50%;
  left: 100px;

  margin-top: -33px;
}


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

#story-teller
{
  width: 100%;
  padding: 80px 30px 80px;

  color: #1f2c5c;
  background: url('../img/result/vol5/bg01.png') #e6e6e7 repeat;
  box-sizing: border-box;
}

#story-teller h2 img
{
  margin: 0 auto 35px;
}
#story-teller .inner
{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#story-teller .txt-area-wrap
{
  display: flex;
  justify-content: space-between;

  padding-top: 20px;
}

#story-teller .txt-area-wrap>*
{
  box-sizing: border-box;
  width: 47.22%;
}

#story-teller .txt-area-wrap img
{
  width: 100%;
}

#story-teller .txt-area
{
  box-sizing: border-box;
}

#story-teller .text
{
  margin-top: 20px;

  color: #1f2c5c;
}



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

#story01
{
  position: relative;

  box-sizing: border-box;
  padding: 80px 30px 130px;

  color: #1f2c5c;
}
#story01 .inner
{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#story01 .flex-wrap
{
  display: flex;
  justify-content: space-between;
}
#story01 .flex-wrap .pic-area
{
  width: 60.37%;
  margin-left: -9.259%;
  padding-right: 6.944%;
}
#story01 .flex-wrap .pic-area .num img
{
    width: 100%;
}
#story01 .main-area
{
  flex:1;
  position: relative;

  padding-top: 190px;
}
#story01 .main-area:before
{
  position: absolute;
  top: 94px;
  left: -110px;

  display: block;

  width: 120px;
  height: 3px;

  content: '';

  background-color: #1f2c5c;
}

#story01 .tit-area
{
}
#story01 .txt-area
{
  margin-top: 50px;
}
#story01 .uppertext
{
  min-height: 460px;
}
#story01 .txt-area p
{
  line-height: 2.25;

  margin-top: 30px;
}
#story01 .txt-area p:first-child
{
  margin-top: 0;
}
#story01 .txt-area p.last
{
  margin-left: -140px;
}
/* ------------------*/

.story02-head-bg
{
  line-height: 1;

  position: relative;
  z-index: 1;

  margin-right: -190px;
}
.story02-head-bg img
{
  margin: 0 auto;
  margin-bottom: -51px;
}
#story02
{
  position: relative;

  width: 100%;
  padding: 25px 30px 80px;

  color: #fff;
  background-color: #000;
  background-image: url('../img/result/vol5/story02_bg01.jpg');
  background-repeat: no-repeat;
  background-position: center, top left;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
}
#story02::before
{
}
#story02 .inner
{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#story02 .num
{
  position: relative;
}
#story02 .num:before,
#story02 .num:after
{
  position: absolute;

  display: block;

  content: '';

  background-color: #fff;
}
#story02 .num:before
{
  top: 80px;
  left: 325px;

  width: 105px;
  height: 3px;
}
#story02 .num:after
{
  bottom: 63px;
  left: -30px;

  width: 100px;
  height: 3px;
}
#story02 .num img
{
  max-width: 100%;
}
#story02 .flex-wrap
{
  display: flex;
  justify-content: space-between;

  margin: 0 -40px;
  margin-top: 10px;
}
#story02 .flex-wrap01
{
  margin-top: 10px;
}
#story02 .flex-wrap02
{
  flex-direction: row-reverse;
}
#story02 .main-area
{
  flex:1;
  width: 53.275862%;
}
#story02 .flex-wrap02 .main-area
{
  width: 64.74137931%;
}
#story02 .txt-area
{
  margin-top: 40px;
}
#story02 .txt-area p
{
  line-height: 2.3;

  margin-top: 30px;
}
#story02 .txt-area p:first-child
{
  margin-top: 0;
}
#story02 .numList
{
  margin-top: 15px;
}
#story02 .numList>li
{
  display: flex;

  margin-top: 15px;
  padding-bottom: 5px;

  border-bottom: 1px solid #7eccf2;
}
#story02 .numList>li:first-child
{
  margin-top: 0;
}
#story02 .numList .icon
{
  width: 20px;
  margin-right: 15px;
}
#story02 .numList  .txt
{
  flex: 1;
}
#story02 .flex-wrap .pic-area
{
}
#story02 .flex-wrap .pic-area .pic01
{
}
#story02 .flex-wrap .pic-area .pic02
{
  margin-top: 10px;
}
#story02 .main-area
{
  padding: 0 40px;
}
#story02 .pic-area
{
  padding: 0 40px;
}
#story02 .flex-wrap01 .pic-area
{
  width: 48.44827586206897%;
  margin-right: -100px;
}
#story02 .flex-wrap02 .pic-area
{
  width: 40.431%;
  margin-top: -30px;
  margin-right: -80px;
  margin-left: -60px;
}
#story02 .flex-wrap .pic-area img
{
  width: 100%;
}
#story02 .flex-wrap .pic-area .pic01
{
}

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


#story03
{
  position: relative;

  overflow: hidden;

  padding: 115px 30px 0;

  color: #1f2c5c;
}
#story03::before
{
  position: absolute;
  top: 680px;
  left: 0;

  display: block;

  width: 100vw;
  height: 100%;

  content: '';

  background: url('../img/result/vol5/bg01.png') #e6e6e7 repeat;
}
#story03::after
{
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;

  width: 100px;
  height: 150px;

  content: '';

  background-color: #fff;
}
#story03 .inner
{
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#story03 .flex-wrap
{
  display: flex;
  justify-content: space-between;

  margin: 0 -20px;
  margin-top: 30px;
}
#story03 .flex-wrap01
{
}
#story03 .flex-wrap02
{
  flex-direction: row-reverse;

  margin-top: 10px;
}
#story03 .num
{
  margin-left: -100px;
}
#story03 .num img
{
  width: 102.118644%;
}
#story03 .main-area
{
  flex:1;
  width: 57%;
  padding: 0 20px;
}
#story03 .tit-area
{
  margin-top: -50px;
}
#story03 .tit-area img
{
  width: 100%;
}
#story03 .txt-area
{
  margin-top: 30px;
}
#story03 .txt-area p
{
  line-height: 2.2;
}
#story03 .pic-area
{
}
#story03 .pic01
{
}
#story03
{
}

#story03 .pic-area
{
  padding: 0 20px;
}
#story03 .flex-wrap01 .pic-area
{
  width: 48.3%;
  margin-right: -100px;
  padding-top: 25px;
}
#story03 .flex-wrap02 .pic-area
{
  width: 56.7857%;
  margin-top: -40px;
  margin-left: -100px;
}
#story03 .pic-area img
{
  width: 100%;
}


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



#result
{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 125px;
}

#result h2 img
{
  margin: 0 142px 55px auto;
}

#result>div
{
  position: relative;

  width: 100%;
  height: 510px;
  margin-bottom: 50px;
}

#result>div a
{
  display: block;

  width: 100%;
  height: 100%;
}

#result>div a img
{
  transition: all .6s ease;
}

#result>div a:hover img
{
  opacity: .6;
}

#result .txt{
  font-size: clamp(10px, 1.09375vw, 14px);
}

#result .result01 .bg01
{
  position: absolute;
  z-index: -4;
  right: 0;
  bottom: 0;
  max-width: 100%;
}

#result .result01 .bg02
{
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 67.8125%;
  max-width: 868px;
}

#result .result01 .bg03
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 69.53125%;
  max-width: 890px;
}

#result .result01 h3
{
  font-size: 2.8rem;

  position: absolute;
  top: 118px;
  right: 12.734375%;

  letter-spacing: .05em;
}

#result>div h3 span
{
  line-height: 40px;

  position: relative;

  display: inline-block;

  padding: 0 10px;

  color: #1f2c5c;
}

#result>div a h3 span:nth-child(1)
{
  transition: all .3s ease;
}

#result>div a h3 span:nth-of-type(2)
{
  transition: all .3s ease .1s;
}

#result>div a h3 span:nth-of-type(3)
{
  transition: all .3s ease .2s;
}

#result>div a:hover h3 span
{
  color: #fff;
}

#result>div h3 span:nth-child(1)::before
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';

  background: #fff;
}

#result>div h3 span:nth-child(1)::after
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';
  transition: transform .3s ease;
  transform: scale(0, 1);
  transform-origin: right top;

  background: #1f2c5c;
}

#result>div a:hover span:nth-child(1)::after
{
  transform: scale(1, 1);
  transform-origin: left top;
}

#result>div h3 span:nth-of-type(2)::before
{
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';

  background: #fff;
}

#result>div h3 span:nth-of-type(2)::after
{
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';
  transition: transform .3s ease .1s;
  transform: scale(0, 1);
  transform-origin: right top;

  background: #1f2c5c;
}

#result>div a:hover h3 span:nth-of-type(2)::after
{
  transform: scale(1, 1);
  transform-origin: left top;
}

#result>div h3 span:nth-of-type(3)::before
{
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';

  background: #fff;
}

#result>div h3 span:nth-of-type(3)::after
{
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: '';
  transition: transform .3s ease .2s;
  transform: scale(0, 1);
  transform-origin: right top;

  background: #1f2c5c;
}

#result>div a:hover h3 span:nth-of-type(3)::after
{
  transform: scale(1, 1);
  transform-origin: left top;
}

#result .result01 .txt
{
  position: absolute;
  top: 232px;
  right: 7.1875%;

  width: 21.875%;

  color: #1f2c5c;
}

#result .result01 .profile
{
  font-size: 1.2rem;
  line-height: 1.5;

  position: absolute;
  top: 360px;
  right: 7.890625%;

  height: 77px;
  padding-right: 90px;

  text-align: right;

  color: #1f2c5c;
  background: url('../img/index/pic05.png') no-repeat center right;
  background-size: 77px auto;
}

#result div .profile span
{
  font-size: 1.4rem;
  font-weight: bold;
}

#result .result02 .bg01
{
  position: absolute;
  z-index: -4;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

#result .result02 .bg02
{
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  width: 67.8125%;
  max-width: 868px;
}

#result .result02 .bg03
{
  position: absolute;
  z-index: -2;
  top: 60px;
  right: 0;
  width: 75.46875%;
  max-width: 966px;
}

#result .result02 h3
{
  font-size: 2.8rem;

  position: absolute;
  top: 118px;
  left: 6.40625%;

  text-align: right;
  letter-spacing: .05em;
}

#result .result02 .txt
{
  position: absolute;
  top: 232px;
  left: 7.8125%;

  width: 21.875%;

  color: #1f2c5c;
}

#result .result02 .profile
{
  font-size: 1.2rem;
  line-height: 1.5;

  position: absolute;
  top: 360px;
  left: 7.8125%;

  height: 77px;
  padding-left: 90px;

  color: #1f2c5c;
  background: url('../img/index/pic08.png') no-repeat center left;
  background-size: 77px auto;
}

#result .result03 .bg01
{
  position: absolute;
  z-index: -4;
  right: 0;
  bottom: 0;
  max-width: 100%;
}

#result .result03 .bg02
{
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 67.8125%;
  max-width: 868px;
}

#result .result03 .bg03
{
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 68.75%;
  max-width: 880px;
}

#result .result03 h3
{
  font-size: 2.8rem;

  position: absolute;
  top: 118px;
  right: 12.734375%;

  letter-spacing: .05em;
}

#result .result03 .txt
{
  position: absolute;
  top: 232px;
  right: 7.1875%;

  width: 21.875%;

  color: #1f2c5c;
}

#result .result03 .profile
{
  font-size: 1.2rem;
  line-height: 1.5;

  position: absolute;
  top: 360px;
  right: 7.890625%;

  height: 77px;
  padding-right: 90px;

  text-align: right;

  color: #1f2c5c;
  background: url('../img/index/pic11.png') no-repeat center right;
  background-size: 77px auto;
}

#result .result04
{
  height: 588px;
}
#result .result04 .bg01
{
  position: absolute;
  z-index: -4;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

#result .result04 .bg02
{
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  width: 67.96875%;
  max-width: 870px;
}

#result .result04 .bg03
{
  position: absolute;
  z-index: -2;
  top: 60px;
  right: 0;
  width: 75.46875%;
  max-width: 966px;
}

#result .result04 h3
{
  font-size: 2.8rem;

  position: absolute;
  top: 108px;
  left: 4.0625%;

  text-align: right;
  letter-spacing: .05em;
}

#result .result04 .txt
{
  position: absolute;
  top: 270px;
  left: 7.8125%;

  width: 21.875%;

  color: #1f2c5c;
}

#result .result04 .profile1
{
  font-size: 1.2rem;
  line-height: 1.5;

  position: absolute;
  top: 390px;
  left: 7.8125%;

  height: 77px;
  padding-left: 90px;

  color: #1f2c5c;
  background: url('../img/index/pic-resultvol04-03.png') no-repeat center left;
  background-size: 77px auto;
}

#result .result04 .profile2
{
  font-size: 1.2rem;
  line-height: 1.5;

  position: absolute;
  top: 478px;
  left: 7.8125%;

  height: 77px;
  padding-left: 90px;

  color: #1f2c5c;
  background: url('../img/index/pic-resultvol04-04.png') no-repeat center left;
  background-size: 77px auto;
}



#result .result05
{
  height: 588px;
}
#result .result05 .bg01
{
  position: absolute;
  z-index: -4;
  right: 0;
  bottom: 0;
  max-width: 100%;
}

#result .result05 .bg02
{
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 67.8125%;
  max-width: 868px;
}

#result .result05 .bg03
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: -0.9375%;
  width: 68.75%;
  max-width: 880px;
}

#result .result05 h3
{
  font-size: 2.8rem;

  position: absolute;
  top: 118px;
  right: 12.734375%;

  letter-spacing: .05em;
}

#result .result05 .txt
{
  position: absolute;
  top: 232px;
  right: 7.1875%;

  width: 21.875%;

  color: #1f2c5c;
}

#result .result05 .profile1
{
  font-size: 1.2rem;
  line-height: 1.5;

  position: absolute;
  top: 390px;
  right: 7.890625%;

  height: 77px;
  padding-right: 90px;

  text-align: right;

  color: #1f2c5c;
  background: url('../img/index/pic-resultvol05-03.png') no-repeat center right;
  background-size: 77px auto;
}

#result .result05 .profile2
{
  font-size: 1.2rem;
  line-height: 1.5;

  position: absolute;
  top: 478px;
  right: 92px;

  height: 77px;
  padding-right: 90px;
  padding-top: 5px;

  text-align: right;

  color: #1f2c5c;
  background: url('../img/index/pic-resultvol05-04.png') no-repeat center right;
  background-size: 77px auto;
}

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

body{
    padding-top: 12.239vw;
}

main{
    min-width: inherit;
}

#visual{
    height: 125.13vw;
    background: url("../img/result/vol5/sp/visual01.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#visual h1{
    top: 79.9479vw;
    left: 5.2vw;
    margin-top: 0;
}

#visual h1 img{
    width: 67.3177vw;
}

#story-teller{
    padding: 15.4947vw 0 10vw;
}

#story-teller .inner {
    width: 100%;
}

#story-teller h2 img{
    margin: 0 auto 5.46875vw;
    width: 24.869vw;
}

#story-teller .txt-area-wrap{
    display: block;
    width: 89.5833vw;
    margin: 0 auto;
    padding-top: 5.598vw;
}

#story-teller .txt-area-wrap>*{
    width: 89.5833vw;
}

#story-teller .txt-area:last-child{
    margin-top: 6.51vw;
}

#story-teller .text p{
    width: 89.5833vw;
    margin: 0 auto;
    margin-top: 4.166vw;
    font-size: 3.645833vw;
}

#story-teller .txt-area img{
    width: 100%;
}

#story01{
    padding: 20.3125vw 0 23.6979vw;
}
#story01 .inner{
    width: 89.5833vw;
}
#story01 .flex-wrap{
    display: block;
}
#story01 .main-area{
    padding-top: 6.51vw;
}
#story01 .main-area::before{
    display: none;
}

#story01 .tit-area img{
    width: 48.4375vw;
}

#story01 .flex-wrap .pic-area {
    width: 89.5833vw;
    margin-left: 0;
    padding-right: 0;
}

#story01 .num{
    margin-top: -5.729vw;
}
#story01 .num img{
    width: 88.671vw;
}

#story01 .txt-area{
    margin-top: 5.46875vw;
}

#story01 .txt-area p.last {
    margin-left: 0;
}

#story01 .txt-area p {
    margin-top: 6.77vw;
}

#story01 .pic01{
    margin-top: 10.4166vw;
}
#story01 .pic01 img{
    width: 87.369vw;
}

#story01 .txt-area + img{
    width: 94.79vw;
    margin-top: 10.9375vw;
}

.story02-head-bg {
    margin-right: 0;
}

.story02-head-bg img {
    width: 100%;
    margin-bottom: -4.427vw;
}

#story02{
    background-image: url("../img/result/vol5/sp/story02_bg01.jpg"), url("../img/result/vol5/bg04.png");
    background-position: bottom 120vw left, top left;
    background-repeat: repeat, repeat;
    background-color: transparent;
    background-size: 100% auto, 11.58vw auto;
    padding: 0.52vw 0 23.43vw;
}

#story02 .inner{
    width: 100%;
    margin: 0 auto;
}

#story02 .inner h2 img{
    width: 94.7916vw;
    margin: 4.557vw 0 0 auto;
}

#story02 .inner .num::after, #story02 .inner .num::before{
    display: none;
}

#story02 .flex-wrap {
    display: block;
    margin: 0;
    margin-top: 12.369vw;
}

#story02 .flex-wrap01 {
    margin-top: 12.369vw;
}

#story02 .main-area{
    padding: 0 5.2vw;
}

#story02 .tit-area img{
    width: 62.239vw;
    margin-bottom: 7.552vw;
}

#story02 .txt-area{
    width: 89.5833vw;
    margin: 0 auto;
}

#story02 .numList {
    margin-top: 4.427vw;
}

#story02 .numList>li{
    margin-top: 2.2135vw;
    padding-bottom: 0.78125vw;
    border-bottom: 0.13vw solid #7eccf2;
    font-size: 4.621vw;
}

#story02 .numList .icon{
    width: 5.46875vw;
    margin-right: 1.04166vw;
    padding-top: 1.5vw;
}

#story02 .numList .icon img{
    width: 100%;
}

#story02 .flex-wrap02{
    margin-top: 7.161vw;
}

#story02 .flex-wrap02 .pic-area {
    width: 100%;
    margin: 0;
    padding: 0;
}

#story02 .flex-wrap02 .pic01 img {
    margin: 7vw auto 0;
    width: 89.453vw;
}

#story02 .flex-wrap02 .pic02 img {
    margin: 14.0625vw 0 0;
    width: 85.15625vw;
}

#story02 .flex-wrap02 .pic03 img {
    margin: 1.3vw 0 0 auto;
    width: 85.15625vw;
}

#story03{
    padding: 13.67vw 0 18.619vw;
    margin-bottom: 26vw;
}

#story03::after{
    display: none;
}

#story03::before {
    position: absolute;
    top: 128.9vw;
    left: 0;
    display: block;
    width: 100vw;
    height: calc(100% - 128.9vw);
    content: '';
    background: url(../img/result/vol5/bg01.png) #e6e6e7 repeat;
}

#story03 .inner{
    width: 100%;
}

#story03 .flex-wrap{
    display: block;
}

#story03 .flex-wrap01{
    margin-bottom: 6.9vw;
}

#story03 .num{
    margin: 0;
}

#story03 .num img{
    width: 100%;
    margin: 0;
}

#story03 .tit-area img{
    width: 76.5625vw;
    margin: -4.29vw 0 0 5.2vw;
}

#story03 .main-area {
    width: auto;
}

#story03 .txt-area {
    margin: 5.729vw auto 0;
    width: 89.5833vw;
}

#story03 .flex-wrap01 .pic-area {
    width: 100%;
    margin: 0;
    padding: 0;
}

#story03 .flex-wrap01 .pic-area img {
    width: 83vw;
    margin: 7.552vw 0 0 auto;
}

#story03 .flex-wrap02{
    margin-top: 7vw;
}

#story03 .flex-wrap.flex-wrap02 .pic-area{
    margin: 7.552vw 0 0;
}

#story03 .pic01{
    margin-right: 0;
}

#story03 .pic01 img{
    width: 95vw;
}


#result{
    width: 100%;
    padding: 0;
    font-feature-settings: "palt";
}

#result h2 img{
    margin: 0 auto 12.369vw;
    width: 57.16vw;
}

#result > div{
    height: auto;
    margin-bottom: 13.67vw;
}

#result > div a{
    padding-bottom: 7.8125vw;
}

#result > div a:hover img{
    opacity: 1;
}

#result > div h3 span{
    line-height: 6.77vw;
    padding: 0 2.99vw;
    margin-top: 1.5625vw;
}

#result > div h3 span:nth-child(1){
    margin-top: 0;
}

#result > div a:hover h3 span{
    color: #1f2c5c;
}

#result > div a:hover span:nth-child(1)::after{
    transform: scale(0, 1);
}

#result>div a:hover h3 span:nth-of-type(2)::after{
    transform: scale(0, 1);
}

#result > div a:hover h3 span:last-child::after{
    transform: scale(0, 1);
}

#result div .profile span{
    font-size: 5.2vw;
}

#result .result02{
    height: auto;
}
#result .result02 .bg01{
    width: 100%;
}

#result .result02 .bg02{
    position: inherit;
    top: auto;
    left: auto;
    width: 95vw;
    margin: 0 0 0 auto;
}

#result .result02 h3{
    font-size: 4.764vw;
    position: inherit;
    top: auto;
    left: auto;
    margin: -11.8489vw auto 0 0;
    display: table;
    z-index: 10;
}

#result .result02 h3 span{
    margin: 1.5625vw 0 0 0;
    display: table;
}

#result .result02 .txt{
    position: inherit;
    top: auto;
    left: auto;
    width: 89.5833vw;
    margin: 3.9vw auto 0;
    font-size: 3.3854vw;
}

#result .result02 .profile{
    position: inherit;
    top: auto;
    left: auto;
    text-align: left;
    height: auto;
    min-height: 20vw;
    padding: 2vw 0 0 27.99vw;
    margin-top: 2.864vw;
    font-size: 3.125vw;
    background: url("../img/index/pic08.png") no-repeat top left 4.9479vw;
    background-size: 19.79vw auto;
}

#result .result04{
    height: auto;
}
#result .result04 .bg01{
    width: 100%;
}

#result .result04 .bg02{
    position: inherit;
    top: auto;
    left: auto;
    width: 95vw;
}

#result .result04 h3{
    font-size: 4.764vw;
    position: inherit;
    top: auto;
    left: auto;
    margin: -2.864vw 0 0 auto;
    display: table;
    z-index: 10;
}

#result .result04 h3 span{
    margin: 1.5625vw 0 0 auto;
    display: table;
}

#result .result04 .txt{
    position: inherit;
    top: auto;
    right: auto;
    width: 89.5833vw;
    margin: 3.9vw auto 0;
    font-size: 3.3854vw;
}

#result .result04 .profile{
    position: inherit;
    top: auto;
    right: auto;
    text-align: left;
    height: auto;
    min-height: 20vw;
    padding: 2vw 0 0 27.99vw;
    margin-top: 2.864vw;
    font-size: 3.125vw;
    background: url("../img/index/pic-resultvol04-03.png") no-repeat top left 4.9479vw;
    background-size: 19.79vw auto;
}


#result .result04 .profile1{
    font-size: 3.125vw;
    position: inherit;
    top: auto;
    left: auto;
    height: auto;
    padding: 2vw 0 0 27.99vw;
    text-align: left;
    background: url('../img/index/pic-resultvol04-03.png') no-repeat top left 4.9479vw;
    background-size: 19.79vw auto;
}

#result .result04 .profile2{
    font-size: 3.125vw;
    position: inherit;
    top: auto;
    left: auto;
    height: auto;
    padding: 2vw 0 0 27.99vw;
    text-align: left;
    background: url('../img/index/pic-resultvol04-04.png') no-repeat top left 4.9479vw;

    background-size: 19.79vw auto;
}

}