@charset "utf-8";
body {
  background-image: url(/assets/img/ocms_ism/x_back_10.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section {
  background-color: transparent !important;
  padding: 0 !important;
}

.txtOrange {
  color: #f8ac2c;
}
.subTitleOrange {
  border-left: solid 5px #f8ac2c;
  color: #f8ac2c;
}

.txtNavy {
  color: #36355a;
}
.subTitleNavy {
  border-left: solid 5px #36355a;
  color: #36355a;
}

/* --------------------------------------------
 head
----------------------------------------------- */

.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  position: relative;
}

.reverse{
  flex-direction: row-reverse;
}

.introItem {
  position: relative;
  /* display: table-cell;  */
  text-align: center;
  vertical-align: middle;
  width: 40%;
  height: 100%;
}

.introItem img {
  width: 500px;
  border-radius: 20px;
}

.intro .introTxt {
  opacity: 95%;
  height: auto;
  width: 300px;
  background: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  /* line-height: 24px; */
  z-index: 1;
  border-radius: 20px;
}
.intro .txtRight {
  right: 10%;
  box-shadow: 5px 5px 3px #36355a;
}

.intro .txtLeft {
  left: 10%;
  box-shadow: 5px 5px 3px #f8ac2c;
}

.introTxt h4 {
  font-size: 40px;
  /* letter-spacing: 20px; */
  margin: 0;
}
.introTxt p {
  font-size: 18px;
  font-weight: bold;
  /* margin: 0; */
}
.introTxt span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .headSec {
    text-align: center;
  }
  .intro {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .introItem {
    text-align: center;
    /* height: 350px; */
    width: 100%;
  }
  .intro .imgRight {
    left: 0%;
  }
  .intro .txtLeft {
    left: 0%;
  }
  .intro .txtRight {
    right: 0%;
  }
  .introItem img {
    position: static;
  }

  .intro .introTxt {
    margin: 0 auto;
    /* position: static; */
    width: 70%;
  }
  .introTxt h4 {
    font-size: 24px;
  }
}

/* --------------------------------------------
 main
----------------------------------------------- */
.staffPageWrap {
  /* margin: 0 auto; */
}
.staffPageWrap h3 {
  color: #36355a;
  font-size: 30px;
  margin: 50px;
}

.staffPageWrap .contents {
  background: #ffffffdc;
  border-radius: 20px;
  line-height: 3em;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 1em;
}

.staffPageContainer {
  display: flex;
  gap: 50px;
  padding: 80px 100px 80px 100px;
  width: 100%;
  justify-content: center; /*左右中央揃え*/
  align-items: center; /*上下中央揃え*/
}
.staffPageContainer p {
  font-size: 1.2em;
  line-height: 2em;
}
.staffPageContainer .staffItem {
  flex: 1;
  /* text-align: center; */
}
.staffPageContainer .staffItem h4 {
  font-size: 1.5em;
  /* background: #fffaf4; */
  margin: 0;
  padding: 0.5em;
}
.staffPageContainer .staffItem p {
  font-size: 1em;
  line-height: 2em;
  padding-left: 10px;
}
.staffPageContainer .staffItem img {
  width: 500px;
  border-radius: 0 50px 0 50px;
}

.boxOrange {
  box-shadow: 10px 10px 0 #f7ce89;
}
.boxNavy {
  box-shadow: 10px 10px 0 #6966af;
}
.imgOrange img {
  box-shadow: 10px 10px 0 #f7ce89;
}

.imgNavy img {
  box-shadow: 10px 10px 0 #6966af;
}

.txtFormat {
  text-align: left;
  /* padding: 0 50px 0 50px; */
}
.txtRight {
  flex-direction: row-reverse;
}

.imgFmt {
  text-align: center;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .staffPageContainer {
    padding: 0px;
    display: block;
    text-align: center;
  }
  .staffPageWrap h3 {
    font-size: 24px;
    margin: 0;
  }
  .staffPageContainer .staffItem {
    margin-top: 50px;
  }
  .staffPageContainer .staffItem img {
    width: 80%;
  }
  .staffPageContainer .staffItem h4 {
    font-size: 1.2em;
  }
  .staffPageContainer .staffItem p {
    font-size: 1em;
    line-height: 2em;
  }
  .staffPageWrap .contents {
    width: 100%;
    padding: 1em;
    line-height: 2em;
    text-align: left;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------
 hooter
----------------------------------------------- */

.staffPageFoot {
  background-color: #36355a !important;
}
.staff_item {
  /* kit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  max-width: 1440px;
  padding: 0 15px;
  min-height: 1px;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staff_item p {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.itemBox {
  /* width:300px; */
  margin: 0 auto;
  overflow: hidden;
}
.staffPageFootContainer ul {
  list-style: none;
}

.staffPageFootContainer ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  padding: 20px;
}
.staffPageFootContainer ul li img {
  border: 1px solid #36355a;
  width: 300px;
  transition: 1s all;
}
/*  
    design
*/
.imgNavyBlock {
  position: relative;
}

.imgNavyBlock::before,
.imgNavyBlock::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.imgNavyBlock::before {
  bottom: -15px;
  right: -15px;
  border-width: 100px 100px 0 0;
  border-color: transparent #36355a transparent transparent;
}

.imgNavyBlock::after {
  top: -15px;
  left: -15px;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent transparent #36355a;
}
