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

body
{
  padding-top: 60px;
}

main{
    overflow: hidden;
}

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

#visual
{
  position: relative;

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

  background: url('../img/result/vol6/visual01.png'), url('../img/result/vol6/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 125px;

  color: #1f2c5c;
  background: url('../img/result/vol6/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: 29.167%;
}

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

#story-teller .txt-area
{
  box-sizing: border-box;
  text-align: center;
  color: #1f2c5c;
}

.team
{
    width: 100%;
    max-width: 1080px;
    margin: 88px auto 0;
}

.team img
{
    width: 100%;
}

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

#theme01
{
  position: relative;

  box-sizing: border-box;
  padding: 230px 30px 50px;

  color: #1f2c5c;
}
#theme01 .inner
{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#theme01 .inner .flexbox
{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#theme01 .inner .txtArea
{
  width: 50%;
}

#theme01 .inner .txtArea h2 img
{
  width: 94.8148%;
  margin-bottom: 55px;
}

#theme01 .inner .txtArea dl
{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
}

#theme01 .inner .txtArea dl:last-child
{
  margin-bottom: 0;
}

#theme01 .inner .txtArea dt
{
  width: 60px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.867;
}

#theme01 .inner .txtArea dd
{
  width: calc(100% - 60px);
  font-size: 1.5rem;
  line-height: 1.867;
}

#theme01 .inner .txtArea:nth-child(1) dd
{
  width: calc(100% - 60px - 8.33%);
}

#theme01 .inner .imgArea
{
  width: 50%;
}

#theme01 .inner .imgArea img
{
  width: 100%;
}

#theme01 .inner .imgArea02 img
{
  width: 110.7407407407407%;
  margin: 14px 0 0 -100px;
}


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

#theme02
{
  position: relative;

  box-sizing: border-box;
  padding: 50px 30px 182px;
  background-image: url('../img/result/vol6/theme02_bg01.jpg');
  background-repeat: no-repeat;
  background-position: center, top left;
  background-size: cover;
  overflow-x: hidden;
}
#theme02::before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 456px;
  height: 40px;
  background: #fff;
}
#theme02::after
{
  content: "";
  position: absolute;
  top: 0;
  right: 100px;
  width: 108px;
  height: 13px;
  background: #fff;
}
#theme02 .inner
{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#theme02 .inner .flexbox
{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#theme02 .inner .flexbox .txtArea
{
  width: 54.167%;
}
#theme02 .inner .flexbox .txtArea h2
{
  width: 79.829%;
  padding-top: 250px;
  margin-bottom: 64px;
  position: relative;
}
#theme02 .inner .flexbox .txtArea h2::before
{
  content: "";
  position: absolute;
  top: 33px;
  left: 191px;
  width: 102px;
  height: 3px;
  background: #fff;
}
#theme02 .inner .flexbox .txtArea h2 img
{
  width: 100%;
}

#theme02 .inner .flexbox .txtArea dl
{
  display: flex;
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 28px;
}

#theme02 .inner .flexbox .txtArea dl:last-child
{
  margin-bottom: 0;
}

#theme02 .inner .flexbox .txtArea dl dt
{
  width: 60px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.867;
}

#theme02 .inner .flexbox .txtArea dd
{
  width: calc(100% - 60px);
  font-size: 1.5rem;
  line-height: 1.867;
}

#theme02 .inner .flexbox .imgArea
{
  width: 45.833%;
}

#theme02 .inner .flexbox .imgArea img
{
  width: 118.586%;
  margin: 0 -39.79798% 0 auto;
}

#theme02 .inner .flexbox .imgArea02
{
  width: 43.1481%;
  margin-top: 80px;
}

#theme02 .inner .flexbox .imgArea02 img
{
  width: 87.1244635%;
  margin: 0;
}

#theme02 .inner .flexbox .txtArea02
{
  width: 56.85185%;
  margin-top: 80px;
}



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


#theme03
{
  box-sizing: border-box;
}
#theme03 .ttlArea
{
  position: relative;
  box-sizing: border-box;
  padding: 542px 30px 0;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
#theme03 .ttlArea::before
{
  position: absolute;
  top: -19px;
  right: 0;
  width: 946px;
  height: 401px;
  content: '';
  background: url('../img/result/vol6/theme02_img03.png');
}
#theme03 .ttlArea::after
{
  position: absolute;
  top: -55px;
  left: 0;
  width: 450px;
  height: 70px;
  content: '';
  background: #fff;
}
#theme03 .ttlArea h2
{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
#theme03 .ttlArea h2 picture:nth-child(1) img
{
  width: 43.796296%;
}
#theme03 .ttlArea h2 picture:nth-child(2) img
{
  width: 109.259%;
  margin: -145px 0 0 -9.259%;
}

#theme03 .cnt{
    width: 100%;
    background: url("../img/result/vol6/bg01.png");
    transform: translateY(-50px);
    padding: 112px 30px 100px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    box-sizing: border-box;
}

#theme03 .cnt .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#theme03 .cnt .inner:nth-child(2){
    flex-direction: row-reverse;
}

#theme03 .cnt .inner .txtArea{
    width: 57.87%;
}

#theme03 .cnt .inner .txtArea dl
{
  display: flex;
  justify-content: flex-start;
  color: #1f2c5c;
  margin-bottom: 28px;
}

#theme03 .cnt .inner .txtArea dl:last-child
{
  margin-bottom: 0;
}

#theme03 .cnt .inner .txtArea dl dt
{
  width: 60px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.867;
}

#theme03 .cnt .inner .txtArea dd
{
  width: calc(100% - 60px);
  font-size: 1.5rem;
  line-height: 1.867;
}

#theme03 .cnt .inner .imgArea{
    width: 37%;
}

#theme03 .cnt .inner .imgArea img{
    width: 125%;
}

#theme03 .cnt .inner .imgArea02{
    width: 42.96296%;
    margin-top: 96px;
    position: relative;
}

#theme03 .cnt .inner .imgArea02 a:nth-child(1){
    width: 100%;
    display: block;
}

#theme03 .cnt .inner .imgArea02 picture:nth-child(2){
    width: 81.89655172413793%;
    margin: 30px auto 0;
    display: block;
}

#theme03 .cnt .inner .imgArea02 img{
    width: 100%;
}

#theme03 .cnt .inner .imgArea02 a:nth-child(3){
    position: absolute;
    top: 274px;
    right: 0.64655%;
    width: 38.362%;
    display: block;
}

#theme03 .cnt .inner .txtArea02{
    width: 49.537%;
    margin-top: 90px;
}

#theme03 .cnt .inner .txtArea02 img{
    width: 100%;
    margin-top: 20px;
}

#theme03 .cnt .inner .imgArea02 a img{
    transition: .3s all ease;
}

#theme03 .cnt .inner .imgArea02 a:hover img{
    opacity: .6;
}



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



#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/vol6/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: 93.867vw;
}

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

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

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

#story-teller .txt-area-wrap
{
  display: block;
  padding-top: 5.46875vw;
}

#story-teller .txt-area-wrap>*
{
  width: 89.3229167vw;
  margin: 0 auto 9.1145833vw;
}

#story-teller .txt-area-wrap img
{
  margin-bottom: 4.296875vw;
}

#story-teller .txt-area
{
  text-align: left;
  font-size: 3.645833vw;
}

.team
{
    width: 89.84375vw;
    margin: 16.276vw auto 0;
}

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

#theme01
{
  padding: 15.625vw 0;
}
#theme01 .inner .flexbox
{
  display: block;
}
#theme01 .inner .txtArea
{
  width: 89.5833vw;
  margin: 0 auto;
}

#theme01 .inner .txtArea h2 img
{
  width: 89.1927vw;
  margin-bottom: 101.8229167vw;
  position: relative;
  z-index: 10;
}

#theme01 .inner .txtArea dl
{
  display: block;
  margin-bottom: 6.77vw;
}

#theme01 .inner .txtArea dt
{
  width: auto;
  font-size: 3.645833vw;
  display: inline;
}

#theme01 .inner .txtArea dd
{
  width: auto;
  font-size: 3.645833vw;
  display: inline;
}

#theme01 .inner .txtArea:nth-child(1) dd
{
  width: auto;
}

#theme01 .inner .imgArea
{
  width: 89.0625vw;
  position: absolute;
  top: 28.3854167vw;
  left: 5.2vw;
  z-index: 1;
}

#theme01 .inner .imgArea02
{
  width: 94.79167vw;
  position: inherit;
  top: auto;
  left: auto;
}

#theme01 .inner .imgArea02 img
{
  width: 100%;
  margin: 11.71875vw 0 13.8vw;
}



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

#theme02
{
  padding: 23.4375vw 0 15.625vw;
  background-image: url("../img/result/vol6/theme02_bg01.jpg"), url("../img/result/vol6/bg04.png");
  background-position: center, top left;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 11.58vw auto;
}
#theme02::before
{
  display: none;
}
#theme02::after
{
  display: none;
}
#theme02 .inner .flexbox
{
  display: block;
}
#theme02 .inner .flexbox .txtArea
{
  width: 89.5833vw;
  margin: 0 auto;
}
#theme02 .inner .flexbox .txtArea h2
{
  width: 79.9479167vw;
  padding-top: 0;
  margin-bottom: 131.640625vw;
}
#theme02 .inner .flexbox .txtArea h2::before
{
  display: none;
}
#theme02 .inner .flexbox .txtArea dl
{
  margin-bottom: 6.77vw;
  display: block;
}

#theme02 .inner .flexbox .txtArea dl dt
{
  width: auto;
  display: inline;
  font-size: 3.645833vw;
}

#theme02 .inner .flexbox .txtArea dd
{
  width: auto;
  display: inline;
  font-size: 3.645833vw;
}

#theme02 .inner .flexbox .imgArea
{
  width: 100%;
}

#theme02 .inner .flexbox .imgArea img
{
  width: 102.8645833vw;
  margin: 0;
  position: absolute;
  top: -21.09375vw;
  left: 11.84895833vw;
}

#theme02 .inner .flexbox .imgArea02
{
  width: 89.5833vw;
  margin: 10.4167vw auto 7.552vw;
}

#theme02 .inner .flexbox .imgArea02 img
{
  width: 100%;
  position: inherit;
  top: auto;
  left: auto;
}

#theme02 .inner .flexbox .txtArea02
{
  width: 89.5833vw;
  margin: 0 auto;
}

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


#theme03 .ttlArea
{
  padding: 105.729167vw 5.2vw 0;
}
#theme03 .ttlArea::before
{
  top: -5.59895833vw;
  width: 100vw;
  height: 58.72395833vw;
  background: url('../img/result/vol6/sp/theme02_img03.png');
  background-size: cover;
}
#theme03 .ttlArea::after
{
  display: none;
}
#theme03 .ttlArea h2 picture:nth-child(1) img
{
  width: 82.29167vw;
  position: relative;
  z-index: 10;
}
#theme03 .ttlArea h2 picture:nth-child(2) img
{
  width: 96.354167vw;
  margin: -52vw 0 0 -5.2vw;
  position: relative;
  z-index: 1;
}

#theme03 .cnt{
    transform: translateY(-22.1354167vw);
    padding: 35.80729167vw 5.2vw 26.43229167vw;
}

#theme03 .cnt .inner{
    display: block;
}

#theme03 .cnt .inner .txtArea{
    width: 100%;
}

#theme03 .cnt .inner .txtArea dl
{
  display: block;
  margin-bottom: 6.77vw;
}

#theme03 .cnt .inner .txtArea dl dt
{
  width: auto;
  display: inline;
  font-size: 3.645833vw;
}

#theme03 .cnt .inner .txtArea dd
{
  width: auto;
  display: inline;
  font-size: 3.645833vw;
}

#theme03 .cnt .inner .imgArea{
    width: 100%;
    margin-top: 5.46875vw;
}

#theme03 .cnt .inner .imgArea img{
    width: 94.79167vw;
    margin-right: -5.2vw;
}

#theme03 .cnt .inner .imgArea02{
    width: 100%;
    margin-top: 18.75vw;
}

#theme03 .cnt .inner .imgArea02 picture:nth-child(2){
    width: 84.24479167vw;
    margin: 39.71354167vw auto 0;
}

#theme03 .cnt .inner .imgArea02 a:nth-child(3){
    top: 61.58854167vw;
    right: 0;
    width: 100%;
}

#theme03 .cnt .inner .imgArea02 img{
    width: 100%;
    margin-right: 0;
}

#theme03 .cnt .inner .txtArea02{
    width: 100%;
    margin-top: 11.71875vw;
}

#theme03 .cnt .inner .txtArea02 img{
    margin-top: 3.125vw;
}


#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;
}

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

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

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

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

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

#result .result05 .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-resultvol05-03.png") no-repeat top left 4.9479vw;
    background-size: 19.79vw auto;
}

#result .result05 .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-resultvol05-03.png') no-repeat top left 4.9479vw;
    background-size: 19.79vw auto;
}

#result .result05 .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-resultvol05-04.png') no-repeat top left 4.9479vw;
    background-size: 19.79vw auto;
}

}