@charset "UTF-8";

/* pageTtl */
#pageTtl {
  background-image: url(../img/scene/mv.jpg);
}
@media screen and (max-width:767px) {
  #pageTtl {
  background-position: right 35% center;
  }
}

/* sec01 */
.sec01 {
  background-image: url(../img/bg02.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top 10vw;
}
ul.scene li {
  display: flex;
  height: 500px;
  background-color: #FFFFFF;
  margin-bottom: 4em;
  box-shadow: 10px -10px 0px #2d88de,0px 9px 20px 0px rgba(0, 0, 0, 0.2);
}
ul.scene li:nth-child(even){
  box-shadow: -10px 10px 0px #2d88de,0px 9px 20px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 6em;
  flex-flow: row-reverse;
}
ul.scene li figure {
  width: 400px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
ul.scene li article {
  display: flex;
  align-items: center;
  width: 600px;
  height: 500px;
  padding: 60px;
}
ul.scene li article div {
  width: 100%;
  text-align: left;
}
ul.scene li article h3 {
  font-size: 1.7em;
  letter-spacing: 0.05em;
  padding-top: .2em;
  margin-bottom: 1em;
}
ul.scene li article p {
  margin-bottom: 1em;
  width: auto;
}
ul.scene li article a.link_arw{
  box-shadow: 0px 9px 19px 1px rgba(51, 134, 164, 0.25);
}
ul.scene li article dl {
  display: flex;
  width: 100%;
  /* margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e5e5e5;*/
}
ul.scene li article dl dt{
  padding: .6em .5em;
  background-color: #f2f7fa;
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.scene li article dl dd{
  padding: .6em 1.5em;
  background-color: #e6eff5;
  width: 80%;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
ul.scene li:nth-child(1) figure {
  background-image: url("../img/scene/scene_p01.jpg");
  background-position: 0% top;  
}
ul.scene li:nth-child(2) figure {
  background-image: url("../img/scene/scene_p02.jpg");
  background-position: 0% center;
}
ul.scene li:nth-child(3) figure {
  background-image: url("../img/scene/scene_p03.jpg");
  background-position: 0% top;
}
ul.scene li:nth-child(4) figure {
  background-image: url("../img/scene/scene_p04.jpg");
  background-position: 0% top -10%;  
}
ul.scene li:nth-child(5) figure {
  background-image: url("../img/scene/scene_p05.jpg");
  background-position: 0% center;
}
@media screen and (max-width: 1024px) {
  ul.scene li:nth-child(1) figure {
    background-position: center top;
  }
  ul.scene li:nth-child(3) figure {
    background-position: center top;
  }
  ul.scene li:nth-child(4) figure {
    background-position: 0% top -10%;
  }
  ul.scene li article dl dt {
    width: 40%;
  }
}
@media screen and (max-width:767px) {
  ul.scene li {
    display: block;
    width: 100%;
    height: auto;
  }
  ul.scene li figure {
    width: 100%;
    height: 50vw;
  }
  ul.scene li article {
    width: 100%;
    height: auto !important;
    padding: 30px;
    text-align: center;
  }
  ul.scene li article div {
    text-align: center;
  }
  ul.scene li article div * {
    text-align: left;
  }
  ul.scene li .link_arw {
    margin: 0 auto;
  }
  ul.scene li article dl{
    display: block;
  }
  ul.scene li article dl dt,
  ul.scene li article dl dd{
    width: 100%;
    display: block;
    text-align: center;
    padding: .6em 1.5em;
  ;}
}
