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

.visual
{
  position: relative;

  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.visual::before
{
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  content: '';

  background: #cacbcb;
}

.visual .slides
{
  width: 82.8125%;
  height: 100vh;
}

.visual .slides .slide__img{
    width: 100%;
    height: 100vh;
    background-image: url(../img/index/visual01.jpg);
    background-size: cover;
}

.visual .slides .slide:nth-child(2) .slide__img{
    background-image: url(../img/index/visual02.jpg);
    background-size: cover;
}

.visual .slides .slide:nth-child(3) .slide__img{
    background-image: url(../img/index/visual03.jpg);
    background-size: cover;
}

.visual .slides .slide:nth-child(4) .slide__img{
    background-image: url(../img/index/visual04.jpg);
    background-size: cover;
}

.visual .slides .slide__img::before
{
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';

  background: url('../img/index/visual01-2.png') no-repeat center;
  background-size: cover;
}

.visual .slides .slide:nth-child(2) .slide__img::before
{
  background: url('../img/index/visual02-2.png') no-repeat center;
  background-size: cover;
}

.visual .slides .slide:nth-child(3) .slide__img::before
{
  background: url('../img/index/visual03-2.png') no-repeat center;
  background-size: cover;
}

.visual .slides .slide:nth-child(4) .slide__img::before
{
  background: url('../img/index/visual04-2.png') no-repeat center;
  background-size: cover;
}

.visual .slides .slide__img::after
{
  position: absolute;
  z-index: 200;
  top: 50%;
  right: 12%;
  width: 612px;
  height: 156px;
  content: '';
  transform: translate(0, -50%);
  background: url('../img/index/logo01.png') no-repeat center;
  background-size: cover;
}

.visual .slides .slide:nth-child(2) .slide__img::after
{
  background: url('../img/index/logo02.png') no-repeat center;
  background-size: cover;
}

.visual .slides .slide:nth-child(3) .slide__img::after
{
  background: url('../img/index/logo03.png') no-repeat center;
  background-size: cover;
}

.visual .slides .slide:nth-child(4) .slide__img::after
{
  background: url('../img/index/logo04.png') no-repeat center;
  background-size: cover;
}

.visual .btn01{
    position: absolute;
    bottom: 27px;
    left: 34px;
    z-index: 100;
}

.visual p
{
  position: absolute;
  z-index: 500;
  top: 16vh;
  left: calc(82.8125% - 101px);
}

.visual .scroll
{
  position: absolute;
  right: 5.39%;
  bottom: 0;

  display: block;

  box-sizing: border-box;
  height: 146px;
  padding-top: 10px;
}

.visual .scroll::before
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;

  width: 1px;
  height: 146px;

  content: '';
  transform: translateX(-50%);

  background: #cacbcb;
}

.visual>a img
{
  transition: .3s all ease;
}

.visual>a:hover img
{
  opacity: .6;
}

#about
{
  position: relative;

  width: 100%;
  margin: 60px auto 0;
  padding: 77px 0 135px;
  overflow: hidden;
}

#about::before
{
  position: absolute;
  right: 0;
  bottom: 0;

  width: 60%;
  height: 800px;

  content: '';

  background: url('../img/index/pic01.jpg') no-repeat center;
  background-size: cover;
}

#about .inner
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#about .inner::before
{
  position: absolute;
  z-index: 5;
  top: 44px;
  right: -53px;
  width: 1368px;
  height: 701px;

  content: '';
  pointer-events: none;

  background: url('../img/index/bg01.png') no-repeat;
}

#about h2
{
  margin: 0 0 82px 77px;
}

#about .inner>div>a
{
  float: left;
  background: #fff;
  width: 54.0625%;
}

#about .inner>div>a img
{
  width: 100%;
  transition: .3s all ease;
}

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

#about .inner>div>.txt-area
{
  position: relative;
  z-index: 100;

  float: left;

  width: 45.3125%;
  margin: -163px 0 0 -7.03125%;
}

#about .inner>div>.txt-area .whats,
#about .inner>div>.txt-area .why
{
  position: relative;

  padding-top: 221px;
}

#about .inner>div>.txt-area .whats::before
{
  position: absolute;
  top: 0;
  right: 60px;

  width: 244px;
  height: 244px;

  content: '';

  background: url('../img/index/txt05.png');
}

#about .inner>div>.txt-area .why::before
{
  position: absolute;
  top: 0;
  right: 60px;

  width: 244px;
  height: 244px;

  content: '';

  background: url('../img/index/txt04.png');
}

#about .inner>div>.txt-area li p
{
  margin: 26px 0 0 25.5%;

  color: #fff;
}

#about .inner>div .btn-area
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 28.125%;
  margin-left: 58.59375%;
  padding-top: 44px;
}

#about .inner>div .btn-area li
{
  position: relative;

  box-sizing: border-box;
  width: 50%;
  height: 100px;
  padding: 26px 0 0;

  cursor: pointer;
  text-align: center;

  border: 1px solid #eee;
  background: url('../img/common/icon_plus.png') no-repeat center bottom 20px;
}

#about .inner>div .btn-area li:last-child
{
  width: 47.22%;
}

#about .inner>div .btn-area li img
{
  width: 76.4%;
  margin: 0 auto;
}

#about .inner>div .btn-area li:last-child img
{
  width: 71.4%;
}

#process
{
  width: 100%;
  padding: 75px 0 90px;
  background: url('../img/index/bg02.png');
}

#process .inner
{
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

#process .inner h2 img
{
  display: block;

  margin: 0 0 0 auto;
}

#process .inner ul
{
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 100%;
  margin-top: -2px;
}

#process .inner ul::before
{
  position: absolute;
  top: 46%;
  left: 50%;

  width: 80%;
  height: 1px;

  content: '';
  transform: translate(-50%, -50%) rotate(10deg);
  transform-origin: center;

  background: #3a456f;
}

#process .inner ul li
{
  z-index: 100;

  width: 28.33%;
}

#process .inner ul li:nth-child(2)
{
  margin-top: 37px;
}

#process .inner ul li:nth-child(3)
{
  margin-top: 74px;
}

#process .inner ul li h3 img
{
  width: 93.4640522875817%;
  margin: 0 auto;
}

#process .inner ul li dt
{
  margin: 27px 0 10px;
}

#process .inner ul li dt img
{
  max-width: 100%;
}

#process .inner ul li dd
{
  margin: 27px 0 10px;

  color: #3a456f;
}

.schedule{
    width: 100%;
    padding: 60px 0 115px;
    background: url('../img/index/bg02.png');
    margin-top: 6px;
}

.schedule .inner{
    width: 100%;
    max-width: 1080px;
    padding: 0 30px;
    margin: 0 auto;
}

.schedule .inner h2{
    font-size: 1.8rem;
    color: #fff;
    line-height: 1;
    height: 26px;
    padding: 3px 16px 0;
    background: #1f2c5c;
    margin-bottom: 34px;
    display: table;
    box-sizing: border-box;
}

.schedule .inner .wrap img{
    width: 100%;
}

.adopted{
    width: 100%;
    padding: 60px 0 115px;
    background: url('../img/index/bg02.png');
    margin-top: 6px;
}

.adopted .inner{
    width: 100%;
    max-width: 1080px;
    padding: 0 30px;
    margin: 0 auto;
}

.adopted .inner h2{
    font-size: 1.8rem;
    color: #fff;
    line-height: 1;
    height: 26px;
    padding: 3px 46px 0 16px;
    background: #1f2c5c;
    margin-bottom: 34px;
    display: table;
    box-sizing: border-box;
}

.adopted .inner ul{
    display: flex;
    justify-content: space-between;
}

.adopted .inner ul li{
    width: 32.78%;
}

.adopted .inner ul li img{
    width: 100%;
}

.adopted .inner ul li dl{
    width: 100%;
}

.adopted .inner ul li dl div{
    width: 100%;
    border-bottom: 1px solid #bbbfce;
    padding: 11px 0 9px;
    font-size: 1.4rem;
    color: #1f2c5c;
    display: flex;
}

.adopted .inner ul li dl div dt{
    width: 2.8em;
}

.adopted .inner ul li dl div dd{
    font-weight: bold;
}

.adopted .inner ul li:last-child dl div dd{
    letter-spacing: -0.05em;
}

.adopted .inner ul li:last-child dl div dd span{
    transform: scaleX(0.93);
    transform-origin: left;
    display: inline-block;
    width: 107.52688172%;
}

.adopted .inner a{
    margin-top: 26px;
    display: table;
    background: #1f2c5c;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    height: 32px;
    padding: 8px 35px 0;
    box-sizing: border-box;
    transition: all .3s ease;
}

.adopted .inner a:hover{
    opacity: 0.6;
}

#report
{
  position: relative;

  box-sizing: border-box;
  width: 100%;
  height: 504px;
  margin: 0 auto 0;
  padding: 80px 0 0;
  overflow: hidden;
}

#report::before
{
  position: absolute;
  top: 0;
  right: 0;

  width: calc((100% - 1280px) / 2 + 1142px);
  height: 504px;

  content: '';

  background: url('../img/index/pic02.jpg') no-repeat center;
  background-size: cover;
}

#report .inner
{
  position: relative;

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

#report .pic-area
{
  position: absolute;
  top: 95px;
  left: 4.6875%;
  width: 48.359375%;
  max-width: 619px;
}

#report .pic-area img
{
  width: 100%;
}

#report h2
{
  float: left;

  margin-left: 16.875%;
}

#report .txt-area
{
  float: right;
  width: 37.5%;
  max-width: 480px;
  margin-right: 7.421875%;
}

#report .txt-area p
{
  line-height: 2;
  font-size: clamp(10px, 1.09375vw, 14px);
  margin: 15px 0 40px;

  color: #fff;
}

#report a
{
  position: relative;

  display: block;

  box-sizing: border-box;
  width: 270px;
  height: 60px;
  padding: 20px 36px 0;

  cursor: pointer;
  text-align: center;

  border: 1px solid #eee;
  background: url('../img/common/icon_plus.png') no-repeat center right 22px;
}

#report a span
{
  transition: .3s all ease;
}

#report a:hover span
{
  opacity: .6;
}

#voice
{
  padding: 75px 0 0;
}

#voice .ttl01
{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #1f2c5c;
}

#voice .ttl01 > ul{
    width: 844px;
    margin: 60px auto -40px;
    border-left: 1px solid #1f2c5c;
    box-sizing: border-box;
    display: table;
}

#voice .ttl01 > ul > li{
    float: left;
    width: 25%;
    height: 80px;
    border-right: 1px solid #1f2c5c;
    box-sizing: border-box;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    color: #1f2c5c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-style: italic;
    background: #efeff0;
    letter-spacing: 0.15em;
    cursor: pointer;
}

#voice .ttl01 > ul > li.select{
    position: relative;
}

#voice .ttl01 > ul > li.select span{
    background: #efeff0 url("../img/index/select.svg") no-repeat center;
    background-size: 158px auto;
    width: 100%;
    height: 80px;
    display: block;
}

#voice .ttl01 > ul > li.select ul{
    width: 100%;
    position: absolute;
    left: -1px;
    top: 80px;
    background: #efeff0;
    border-left: 1px solid #1f2c5c;
    border-right: 1px solid #1f2c5c;
    z-index: 100;
    display: none;
}

#voice .ttl01 > ul > li.select.active ul{
    display: block;
}

#voice .ttl01 > ul > li.select ul li{
    font-size: 30px;
    line-height: 58px;
    position: relative;
}

#voice .ttl01 > ul > li.select ul li::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background: #1f2c5c;
}

#voice h2 img
{
  margin: 0 auto;
}

#voice .inner
{
  min-height: 840px;

  background: #eff0f1;
}

.box01
{
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 80px 0 110px;
  display: none;
}

.box01:last-child
{
  display: block;
}

.box01 h3
{
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    background: #1f2c5c;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.15em;
}

.box01 ul li
{
  position: relative;

  width: 100%;
  padding-top: 16.67%;

  cursor: pointer;
}

.box01 ul .btn02
{
  position: absolute;

  width: 840px;
  height: 140px;
}


.box01:nth-child(1) ul li:nth-child(1)
{
  background: url(../img/index/voice/txt01.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(1) ul li:nth-child(1) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt07.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(1) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt02.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(1) ul li:nth-child(2) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt08.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(1) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt03.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(1) ul li:nth-child(3) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt09.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(1) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt04.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(1) ul li:nth-child(4) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt10.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(1) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt05.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(1) ul li:nth-child(5) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt11.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(1) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt06.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(1) ul li:nth-child(6) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt12.jpg) no-repeat;
  background-size: 100% auto;
}




.box01:nth-child(2) ul li:nth-child(1)
{
  background: url(../img/index/voice/txt14.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(2) ul li:nth-child(1) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt20.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(2) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt15.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(2) ul li:nth-child(2) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt21.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(2) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt16.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(2) ul li:nth-child(3) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt22.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(2) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt17.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(2) ul li:nth-child(4) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt23.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(2) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt18.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(2) ul li:nth-child(5) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt24.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(2) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt19.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(2) ul li:nth-child(6) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt25.jpg) no-repeat;
  background-size: 100% auto;
}




.box01:nth-child(3) ul li:nth-child(1)
{
  background: url(../img/index/voice/txt26.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(3) ul li:nth-child(1) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt32.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(3) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt27.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(3) ul li:nth-child(2) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt33.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(3) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt28.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(3) ul li:nth-child(3) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt34.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(3) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt29.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(3) ul li:nth-child(4) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt35.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(3) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt30.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(3) ul li:nth-child(5) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt36.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(3) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt31.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(3) ul li:nth-child(6) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt37.jpg) no-repeat;
  background-size: 100% auto;
}






.box01:nth-child(4) ul li:nth-child(1)
{
  background: url(../img/index/voice/txt38.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(4) ul li:nth-child(1) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt44.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(4) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt39.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(4) ul li:nth-child(2) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt45.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(4) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt40.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(4) ul li:nth-child(3) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt46.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(4) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt41.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(4) ul li:nth-child(4) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt47.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(4) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt42.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(4) ul li:nth-child(5) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt48.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(4) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt43.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(4) ul li:nth-child(6) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt49.jpg) no-repeat;
  background-size: 100% auto;
}




.box01:nth-child(5) ul li:nth-child(1)
{
  background: url(../img/index/voice/txt50.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(5) ul li:nth-child(1) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt56.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(5) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt51.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(5) ul li:nth-child(2) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt57.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(5) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt52.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(5) ul li:nth-child(3) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt58.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(5) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt53.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(5) ul li:nth-child(4) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt59.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(5) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt54.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(5) ul li:nth-child(5) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt60.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(5) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt55.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(5) ul li:nth-child(6) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt61.jpg) no-repeat;
  background-size: 100% auto;
}





.box01:nth-child(6) ul li:nth-child(1)
{
  background: url(../img/index/voice/txt62.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(6) ul li:nth-child(1) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt68.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(6) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt63.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(6) ul li:nth-child(2) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt69.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(6) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt64.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(6) ul li:nth-child(3) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt70.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(6) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt65.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(6) ul li:nth-child(4) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt71.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(6) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt66.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(6) ul li:nth-child(5) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt72.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(6) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt67.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(6) ul li:nth-child(6) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt73.jpg) no-repeat;
  background-size: 100% auto;
}






.box01:nth-child(7) ul li:nth-child(1)
{
  background: url("../img/index/voice/txt74.jpg") no-repeat;
  background-size: contain;
}

.box01:nth-child(7) ul li:nth-child(1) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt80.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(7) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt75.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(7) ul li:nth-child(2) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt81.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(7) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt76.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(7) ul li:nth-child(3) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt82.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(7) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt77.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(7) ul li:nth-child(4) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt83.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(7) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt78.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(7) ul li:nth-child(5) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt84.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(7) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt79.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(7) ul li:nth-child(6) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt85.jpg) no-repeat;
  background-size: 100% auto;
}






.box01:nth-child(8) ul li:nth-child(1)
{
  background: url("../img/index/voice/txt86.jpg") no-repeat;
  background-size: contain;
}

.box01:nth-child(8) ul li:nth-child(1) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt92.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(8) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt87.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(8) ul li:nth-child(2) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt93.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(8) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt88.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(8) ul li:nth-child(3) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt94.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(8) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt89.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(8) ul li:nth-child(4) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt95.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(8) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt90.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(8) ul li:nth-child(5) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt96.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(8) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt91.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(8) ul li:nth-child(6) div
{
  overflow: hidden;

  width: 100%;
  height: 0;

  background: url(../img/index/voice/txt97.jpg) no-repeat;
  background-size: 100% auto;
}





.box01:nth-child(9) ul li:nth-child(1)
{
  background: url("../img/index/voice/txt98.jpg") no-repeat;
  background-size: contain;
}

.box01:nth-child(9) ul li:nth-child(1) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt104.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(9) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt99.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(9) ul li:nth-child(2) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt105.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(9) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt100.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(9) ul li:nth-child(3) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt106.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(9) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt101.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(9) ul li:nth-child(4) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt107.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(9) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt102.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(9) ul li:nth-child(5) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt108.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(9) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt103.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(9) ul li:nth-child(6) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt109.jpg) no-repeat;
  background-size: 100% auto;
}






.box01:nth-child(10) ul li:nth-child(1)
{
  background: url("../img/index/voice/txt110.jpg") no-repeat;
  background-size: contain;
}

.box01:nth-child(10) ul li:nth-child(1) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt116.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(10) ul li:nth-child(2)
{
  background: url(../img/index/voice/txt111.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(10) ul li:nth-child(2) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt117.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(10) ul li:nth-child(3)
{
  background: url(../img/index/voice/txt112.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(10) ul li:nth-child(3) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt118.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(10) ul li:nth-child(4)
{
  background: url(../img/index/voice/txt113.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(10) ul li:nth-child(4) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt119.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(10) ul li:nth-child(5)
{
  background: url(../img/index/voice/txt114.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(10) ul li:nth-child(5) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt120.jpg) no-repeat;
  background-size: 100% auto;
}

.box01:nth-child(10) ul li:nth-child(6)
{
  background: url(../img/index/voice/txt115.jpg) no-repeat;
  background-size: contain;
}

.box01:nth-child(10) ul li:nth-child(6) div
{
  overflow: hidden;
  width: 100%;
  height: 0;
  background: url(../img/index/voice/txt121.jpg) no-repeat;
  background-size: 100% auto;
}


.box01 ul li:hover
{
  opacity: .7;
}

.box01 ul li.open:hover
{
  opacity: 1;
}

.box01 ul li p
{
  font-size: 12px;
  font-size: clamp(10px, 1.428571428571429vw, 12px);
  line-height: 1.8;
  font-feature-settings: "palt";
  width: 62.1%;
  margin: 30px 0 0 34.45%;

  color: #3a456f;
}

.box01 ul li .close01
{
  margin: 32px 0 0 94.64%;

  cursor: pointer;
}

#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
{
  display: none;
}

#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
{
  display: none;
}

#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
{
  display: none;
}

#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;
  display: none;
}
#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;
}


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

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

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

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

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

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

#result .result06 .txt
{
  position: absolute;
  top: 227px;
  left: 5.2%;

  width: 21.875%;

  color: #1f2c5c;
}

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

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

  height: 75px;
  padding-left: 86px;

  color: #1f2c5c;
  background: url('../img/index/pic15.png') no-repeat center left;
  background-size: 75px auto;
  display: flex;
  align-items: center;
}

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

  position: absolute;
  top: 447px;
  left: 5.2%;

  height: 75px;
  padding-left: 86px;

  color: #1f2c5c;
  background: url('../img/index/pic16.png') no-repeat center left;
  background-size: 75px auto;
  display: flex;
  align-items: center;
}

#result .result06 .profile3
{
  font-size: 1.2rem;
  line-height: 1.5;

  position: absolute;
  top: 533px;
  left: 5.2%;

  height: 75px;
  padding-left: 86px;

  color: #1f2c5c;
  background: url('../img/index/pic17.png') no-repeat center left;
  background-size: 75px auto;
  display: flex;
  align-items: center;
}



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

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

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

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

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

  letter-spacing: .05em;
}

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

  width: 21.875%;

  color: #1f2c5c;
}

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

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

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

  text-align: right;

  color: #1f2c5c;
  background: url('../img/index/pic-resultvol07-01.png') no-repeat center right;
  background-size: 77px auto;
  display: flex;
  align-items: center;
}

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

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

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

  text-align: right;

  color: #1f2c5c;
  background: url('../img/index/pic-resultvol07-02.png') no-repeat center right;
  background-size: 77px auto;
  display: flex;
  align-items: center;
}



#result .more{
    background: url("../img/index/more.jpg");
    width: 174px;
    height: 114px;
    margin: 42px auto 0;
    cursor: pointer;
    transition: 0.3s all ease;
}

#result .more:hover{
    opacity: 0.6;
}


#program
{
  width: 100%;
  max-width: 1280px;
  margin: 100px auto 0;
  position: relative;
}

#program .box02
{
  box-sizing: border-box;
  width: 100%;
  max-width: 963px;
  margin: 0 auto;
  padding-top: 61px;

  border: 2px solid #babbc5;
  background: url('../img/index/program/bg01.png') no-repeat top left 88px;
}

#program .box02 h2 img
{
  display: block;

  margin: 0 auto 56px;
}

#program .box02 h2 + p img
{
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

#program table
{
  font-size: 14px;
  line-height: 2.0;

  margin: 87px 0 76px 19.522%;
  width: 73.9356%;
  max-width: 712px;

  color: #1f2c5c;
  border-bottom: 1px solid #babbc5;
}

#program th
{
  position: relative;

  box-sizing: border-box;
  width: 25.28089887640449%;
  padding: 30px 0 30px 12px;

  text-align: center;

  border-top: 1px solid #babbc5;
}

#program th::before
{
  position: absolute;
  bottom: 0;
  left: 30.56%;

  width: 44.44%;
  height: 3px;

  content: '';

  background: #1f2c5c;
}

#program td
{
  width: 74.7191%;
  padding: 30px 0;

  border-top: 1px solid #babbc5;
}

#program td span
{
  font-size: 11px;
}

#program td .note
{
  font-size: 11px;
  line-height: 1.5;
}

#program td dd
{
  font-size: 13px;
  line-height: 1.78;
}

#program td img
{
  max-width: 100%;
}



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

.visual::before{
    display: none;
}

.visual .slides{
  width: 100%;
  height: 100vh;
}

.visual .slides .slide__img{
    height: 100vh;
    background-image: url(../img/index/sp/visual01.jpg);
    background-size: cover;
}

.visual .slides .slide:nth-child(2) .slide__img{
    background-image: url(../img/index/sp/visual02.jpg);
    background-size: cover;
}

.visual .slides .slide:nth-child(3) .slide__img{
    background-image: url(../img/index/sp/visual03.jpg);
    background-size: cover;
}

.visual .slides .slide:nth-child(4) .slide__img{
    background-image: url(../img/index/sp/visual04.jpg);
    background-size: cover;
}

.visual .slides .slide__img::before{
    height: calc(100vh - 13.93vw);
    background: url('../img/index/sp/visual01-2.png') no-repeat center;
    background-size: cover;
}

.visual .slides .slide:nth-child(2) .slide__img::before{
    background: url('../img/index/sp/visual02-2.png') no-repeat center;
    background-size: cover;
}

.visual .slides .slide:nth-child(3) .slide__img::before{
    background: url('../img/index/sp/visual03-2.png') no-repeat center;
    background-size: cover;
}

.visual .slides .slide:nth-child(4) .slide__img::before{
    background: url('../img/index/sp/visual04-2.png') no-repeat center;
    background-size: cover;
}

.visual .slides .slide__img::after{
    width: 82.16vw;
    height: 20.833vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/index/sp/logo01.png') no-repeat center;
    background-size: cover;
}

.visual .slides .slide:nth-child(2) .slide__img::after{
    background: url('../img/index/sp/logo02.png') no-repeat center;
    background-size: cover;
}

.visual .slides .slide:nth-child(3) .slide__img::after{
    background: url('../img/index/sp/logo03.png') no-repeat center;
    background-size: cover;
}

.visual .slides .slide:nth-child(4) .slide__img::after{
    background: url('../img/index/sp/logo04.png') no-repeat center;
    background-size: cover;
}

.visual p{
    top: 41.927vw;
    left: 8.59375vw;
}

.visual p img{
    width: 54.55729167vw;
}

.visual .btn01{
    bottom: 1.5625vw;
    left: 50%;
    transform: translateX(-50%);
    width: 97.265625vw;
}

.visual .btn01 img{
    width: 100%;
}

#about{
    margin: 0 auto;
    padding: 18.619vw 0 19.27vw;
}

#about::before{
    width: 100%;
    height: 141.145vw;
    background: url('../img/index/sp/pic01.jpg') no-repeat center;
    background-size: cover;
}

#about .inner{
    width: 100%;
}

#about .inner::before{
    display: none;
}

#about h2{
    margin: 0 0 5.989vw 5.2vw;
}

#about h2 img{
    width: 54.8177vw;
}

#about .inner>div>a{
    float: none;
}

#about .inner>div>a img{
    width: 89.5833vw;
}

#about .inner>div>a:hover img{
    opacity: 1;
}

#about .inner>div>.txt-area{
    float: none;
    width: 89.5833vw;
    margin: -5.2vw auto 0;
}

#about .inner>div>.txt-area .whats,
#about .inner>div>.txt-area .why{
    padding-top: 0;
}

#about .inner>div>.txt-area .whats::before{
    display: none;
}

#about .inner>div>.txt-area .why::before{
    display: none;
}

#about .inner>div>.txt-area .whats h3 img{
    width: 83.33vw;
}

#about .inner>div>.txt-area .why h3 img{
    width: 81.119vw;
}

#about .inner>div>.txt-area li p{
    margin: 5.46875vw 0 0;
    font-size: 3.6458vw;
}

#about .inner>div .btn-area{
    position: inherit;
    right: auto;
    bottom: auto;
    width: 65.755vw;
    margin: 8.8541vw 0 0 5.2vw;
    padding: 0;
}

#about .inner>div .btn-area li{
    width: 33vw;
    height: 18.229vw;
    padding: 4.8177vw 0 0;
    border: 0.2vw solid #eee;
    background: url('../img/common/sp/icon_plus.png') no-repeat center bottom 3.6458vw;
    background-size: 4.557vw auto;
}

#about .inner>div .btn-area li:last-child{
    width: 31.25vw;
}

#about .inner>div .btn-area li img{
    width: 24.739vw;
}

#about .inner>div .btn-area li:last-child img{
    width: 21.744vw;
}

#process{
    width: 100%;
    padding: 16.66vw 0 15.364vw;
    background: url('../img/index/bg02.png');
    background-size: 24.869vw auto;
}

#process .inner{
    width: 94.79166vw;
    margin: 0 0 0 auto;
    overflow-x: scroll;
    padding: 0;
}

#process .inner h2 img{
    width: 31.38vw;
    margin: 0 5.2vw 6.25vw auto;
}

#process .inner .wrap{
    width: 100%;
    overflow-x: scroll;
}

#process .inner ul{
    width: 227.075vw;
    margin-top: 0;
    padding-right: 5.2vw;
}

#process .inner ul::before{
    top: 36%;
    height: 0.133vw;
    transform: translate(-50%, -50%);
}

#process .inner ul li{
    width: 59.114vw;
}

#process .inner ul li:nth-child(2){
    margin-top: 0;
}

#process .inner ul li:nth-child(3){
    margin-top: 0;
}

#process .inner ul li h3 img{
    margin: 0 auto;
    width: 55.729vw;
}

#process .inner ul li dt{
    margin: 4.6875vw 0 3.125vw;
}

#process .inner ul li dt img{
    width: 40.625vw;
}

#process .inner ul li:nth-child(3) dt img{
    width: 48.828125vw;
}

#process .inner ul li dd{
    margin: 0;
    font-size: 3.6458vw;
}

.schedule{
    padding: 16.015625vw 0 16.53645833vw;
    background: url('../img/index/bg02.png');
    background-size: 24.869vw auto;
    margin-top: 1.04167vw;
}

.schedule .inner{
    padding: 0;
    position: relative;
}

.schedule .inner h2{
    font-size: 3.515625vw;
    height: 5.13671875vw;
    padding: 0.91145833vw 3.3854167vw 0;
    margin: 0 5.2vw 3.515625vw;
}

.schedule .inner .wrap{
    width: 94.8vw;
    margin-left: 5.2vw;
    overflow-x: scroll;
    overflow-y: visible;
}

.schedule .inner::before{
    content: "";
    background: url("../img/index/sp/scroll01.svg") no-repeat;
    background-size: 13.41145833vw auto;
    width: 13.41145833vw;
    height: 2.8645833vw;
    position: absolute;
    top: 1.04167vw;
    right: 5.2vw;
}

.schedule .inner .wrap ul{
    display: flex;
    padding-right: 5.2vw;
}

.schedule .inner .wrap img{
    width: auto;
    height: 91.796875vw;
}

.schedule .inner .wrap ul li:last-child{
    padding-right: 5.2vw;
}

.adopted{
    padding: 15.234375vw 0 16.53645833vw;
    background: url('../img/index/bg02.png');
    background-size: 24.869vw auto;
    margin-top: 1.04167vw;
}

.adopted .inner{
    padding: 0;
}

.adopted .inner h2{
    font-size: 3.515625vw;
    height: 5.13671875vw;
    padding: 0.91145833vw 3.3854167vw 0;
    margin: 0 5.2vw 3.515625vw;
}

.adopted .inner .wrap{
    width: 94.8vw;
    margin-left: 5.2vw;
    overflow-x: scroll;
}

.adopted .inner ul{
    width: 239.575vw;
    padding-right: 5.2vw;
}

.adopted .inner ul li{
    width: 72.9167vw;
}

.adopted .inner ul li dl{
    width: 67.05729167vw;
}

.adopted .inner ul li dl div{
    padding: 3.515625vw 0 2.34375vw;
    font-size: 2.8776vw;
}

.adopted .inner ul li dl div dt{
    min-width: 2.8em;
}

.adopted .inner ul li:nth-child(2) dl div dd span{
    transform: scaleX(0.95);
    transform-origin: left;
    display: inline-block;
    width: 105.263158%;
}

.adopted .inner ul li:last-child dl div dd span{
    transform: scaleX(0.85);
    transform-origin: left;
    display: inline-block;
    width: 117.6470588%;
}

.adopted .inner a{
    margin-top: 5.46875vw;
    font-size: 3.2890625vw;
    height: 6.51vw;
    padding: 1.85vw 7.29167vw 0;
}

.adopted .inner a:hover{
    opacity: 1;
}

}
