@charset "UTF-8";

/* ---------------------------

レイアウト

---------------------------- */
.wrapper {
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg") repeat-y center top;
  background-size: cover;
  padding-bottom: 3em;
}

.wrapper_inner {
  display: block;
  margin: 0 auto 100px;
  padding: 20px 90px 100px;
  width: 100%;
  height: auto;
  max-width: 996px;
  background:rgba(255,255,255,0.8);
}

@media screen and (max-width: 820px) {
  .wrapper_inner {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* ---------------------------

サブタイトル

--------------------------- */
.subtitle_area h2 {
  margin: 0 auto 0;
  padding: 0 0 0 20px;
  max-width: 996px;
  height: auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

span.icon {
  display: block;
  margin: 2em 0 0 0;
  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;
}

@media screen and (max-width: 521px) {
  .subtitle_area h2 {
    font-size: 28px;
  }
}

/* ---------------------------

mainVisual

--------------------------- */
.mainVisual {
  width: 100%;
  height: 60vh; height: 600px;
  position: relative;
  border-bottom: 20px solid #254d5e;
  
  background: url("../images/mv_banking_bg.jpg") no-repeat center top;
  background-size: cover;
  background-color: #000;
}

.mainVisual_inner {
  display: grid;
  place-items: center;
  height: 100%;
}

.mainVisual .mainVisual_inner h1 {
}

.mainVisual .mainVisual_inner h1 img {
  max-width: 988px;
  height: auto;
}

@media screen and (max-width: 961px) {
  .mainVisual {
  }
  
  .mainVisual_hoge {
    background-image: none;
  }

  .mainVisual_inner {
  }
  
  .mainVisual .mainVisual_inner h1 img {
    max-width: 100%;
    height: auto;
  }

  .mainVisual_inner {
    padding: 0 2em;
  }
}

@media screen and (max-width: 621px) {
  .mainVisual {
    height: 35vh;
  }

  .mainVisual_inner {
    padding: 0 3em 0 1em;
  }
}

@media screen and (max-width: 521px) {
  .mainVisual_inner {
  }
}

/* ------------------------

photo_center

------------------------ */
.photo_center {
  margin: 2em auto;
  text-align: center;
}

.overPhoto {
  margin: 50px -4vw 0;
}

/*@media screen and (max-width: 961px) {
  .overPhoto {
    margin: 50px -3vw 0;
  }
}*/

.caption {
  font-size: 14px;
}

@media screen and (min-width: 1400px) {
  .overPhoto {
    margin: 50px -55px 0;
  }
}

.photos_sideBySide, .photos_sideBySide_rig {
  display: flex;
  margin: 2em 30px;
  align-items: flex-end;
}

.photos_sideBySide_rig {
  justify-content: flex-end;
}

.photos_sideBySide .s-photo {
  margin: 0;
}

.photos_sideBySide .s-photo img,
.photos_sideBySide_rig .s-photo img {
  width: 323px;
  height: 260px;
  vertical-align: bottom;
}

.photos_sideBySide .s-photo .profile_area,
.photos_sideBySide_rig .s-photo .profile_area {
  padding: 3px 8px;
  width: 100%;
  height: auto;
  max-width: 17em;
  background-color: #fff;
  border-left: 8px solid #000;
  border-right: 8px solid #000;
}

.s-photo .profile_area .name {
  font-weight: bold;
}

.s-photo .profile_area .post {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 720px) {
  .photos_sideBySide {
    display: block;
  }

  .photos_sideBySide_rig {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 441px) {
  .photos_sideBySide, .photos_sideBySide_rig {
    margin: 2em auto;
  }
  
  .photos_sideBySide .s-photo img,
  .photos_sideBySide_rig .s-photo img {
    width: 100%;
    height: 100%;
  }
}

/* ------------------------

section01

------------------------ */
.section01 {
  margin: 50px 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: 20px 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 0;
}

.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

------------------------ */

