@charset "UTF-8";

/* ---------------------------

レイアウト

---------------------------- */
.wrapper {
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg") repeat-y center top;
  background-size: cover;
}

/* ---------------------------

mainVisual

--------------------------- */
.mainVisual {
  width: 100%;
  height: 60vh; height: 600px;
  position: relative;
  border-bottom: 20px solid #254d5e;
  
  background: url("../images/mv_mobility_bg.jpg") no-repeat center center;
  background-size: cover;
  background-color: #000;
}

.mainVisual_inner {
  margin: auto;
  width: 80%;
  height: auto;
  position: relative;
  top: 10vh;
  left: 2vw;
  z-index: 1;
}

.mainVisual .mainVisual_inner h1 {
}

.mainVisual .mainVisual_inner h1 img {
  max-width: 680px;
  height: auto;
  background:rgba(2,1,15,0.5);
}

.mainVisual_img {
  max-width: 483px;
  max-height: 568px;
  position: relative;
  top: 0;
  left: 50%; 
  right: 50%;
}

@media screen and (max-width: 961px) {
  .mainVisual {
    /*height: 42vh;*/ height: 400px;
    background: url("../images/mv_mobility_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  
  .mainVisual_hoge {
    background-image: none;
  }

  .mainVisual_inner {
    left: -6vw;
  }
  
  .mainVisual .mainVisual_inner h1 img {
    margin: 0 2em;
    max-width: 100%;
    height: auto;
  }

  .mainVisual_inner {
    top: 5vh;
  }
  
  .mainVisual_img {
    display: none;
  }
}

@media screen and (max-width: 621px) {
  .mainVisual {
    height: 100%;
    min-height: 35vh;
  }
}

@media screen and (max-width: 521px) {
  .mainVisual_inner {
    top: 4vh;
    left: -11vw;
  }
}

/* ------------------------

photo_center

------------------------ */
.photo_center {
  margin: 2em auto;
  text-align: center;
}

.photos_sideBySide {
  display: flex;
  margin: 2em auto;
  text-align: center;
}

.photos_sideBySide .s-photo {
  margin: 0 .5em;
}

@media screen and (max-width: 921px) {
  .photos_sideBySide {
    display: block;
  }

  .photos_sideBySide .s-photo:first-child {
    margin-bottom: 2em;
  }
}

h3 span.icon {
  display: block;
  padding-left: 40px;
  background: url("../images/icon.png") no-repeat;
  background-size: auto 15px;
  background-position: left;
  color: #9c282c;
  font-size: 21px;
  font-weight: normal;
}

/* ------------------------

section01

------------------------ */
.section01 {
  margin: 20px auto;
}

.section01 .inner {
  display: flex;
}

.section01 .inner .wrap {
  margin: 0 50px 0 0;
  width: 100%;
  max-width: 555px;
  height: auto;
}

.section01 .inner .photo {
  margin: 0;
  width: 100%;
  height: auto;
  max-width: 209px;
}

.section01 .inner .photo img {
  width: 209px;
  height: 209px;
}

@media screen and (max-width: 996px) {
  .section01 {
  }
}

@media screen and (max-width: 749px) {
  .section01 .inner {
    display: block;
  }
  
  .section01 .inner .photo {
    margin: 30px auto;
  }

}

/* ------------------------

section02

------------------------ */
.section02 {
  margin: 80px auto;
}

@media screen and (max-width: 996px) {
  .section02 {
  }
}

/* ------------------------

section03

------------------------ */
.section03 {
  margin: auto;
}

@media screen and (max-width: 996px) {
  .section03 {
    padding-bottom: 50px;
  }
}

/* ------------------------

section04

------------------------ */
.section04 {
}

@media screen and (max-width: 996px) {
  .section04 {
  }
}

/* ------------------------

section05

------------------------ */
.section05 {
  display: flex;
  margin: 80px auto 30px;
}

.section05 .stit {
  display: flex;
  margin: 0 1em 0;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
  font-weight: bold;
}

.link_area .link_text {
  margin: .5em 0;
  font-size: 18px;
}
.link_area .link_text a:link {
  font-weight: 600;
  text-decoration: none;
}

.link_area .link_text a img {
  width: 18px;
  height: 18px;
  margin-left: 1em;
  margin-left: .5em;
  vertical-align: middle;
}

@media screen and (max-width: 651px) {
  .section05 .stit {
    padding: 0 30px 0 0;
  }

}

/* ------------------------

section06

------------------------ */

