/* index */
@charset "UTF-8";

header.Underlayer,
header .sp_menu_btn {
  display: none;
}

header.header-color {
  background-color: #fff;
  transition: all 0.5s;
  background: #fff;
}

header.header-color h1 a,
header.header-color h1 a:visited,
header.header-color h1 a:active {
	color: #004f7a;
}

header.header-color .bukkenName .Gnavi a,
header.header-color .bukkenName .Gnavi a:visited,
header.header-color .bukkenName .Gnavi a:active {
  color: #004f7a;
}
@media screen and (max-width: 890px) {
  header.header-color .bukkenName .Gnavi a,
  header.header-color .bukkenName .Gnavi a:visited,
  header.header-color .bukkenName .Gnavi a:active {
    color: #fff;
  }
}

header.header-color .bukkenName .Gnavi .vacancyInfo a,
header.header-color .bukkenName .Gnavi .vacancyInfo a:visited,
header.header-color .bukkenName .Gnavi .vacancyInfo a:active {
  color: #fff;
}
@media screen and (max-width: 890px) {
  header.header-color .bukkenName .Gnavi .vacancyInfo a,
  header.header-color .bukkenName .Gnavi .vacancyInfo a:visited,
  header.header-color .bukkenName .Gnavi .vacancyInfo a:active {
    color: #004f7a;
}
}

div.mv {
  width: 100%;
  height: 51vw;
  position: relative;
  background: url(/nb-nishiarai-south/img/img_mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

@media screen and (max-width: 890px) {
  div.mv {
    height: 150vw;
    margin-bottom: 80px;
  }
}

div.mv .mv-inner-comment {
  position: absolute;
  top: 120px;
  left: 50px;
}

@media screen and (max-width: 890px) {
  div.mv .mv-inner-comment {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
    width: 100%;
    background: rgba(0, 0, 0, .3);
    padding: 5%;
    box-sizing: border-box;
  }
}

div.mv .mv-inner-comment p {
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-size: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

div.mv .mv-inner-comment p.text-u-line {
  font-size: 26px;
  border-bottom: 2px solid #fff;
  line-height: 1.2em;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

@media screen and (max-width: 890px) {
  div.mv .mv-inner-comment p {
    font-size: 15px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  }
}

section.menshin .menshin-bgimg {
  width: 100%;
  position: relative;
}

section.menshin .menshin-bgimg .menshin-img_box {
  background: url(/nb-nishiarai-south/img/img_isolation.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  max-width: 1300px;
  height: 420px;
  margin-right: auto;
}

@media screen and (max-width: 890px){
  section.menshin .menshin-bgimg {
    height: 350px;
    position: static;
  }
  section.menshin .menshin-bgimg .menshin-img_box {
    width: 100%;
    margin-right: 0;
    height: 350px;
    position: relative;
  }
}

section.menshin .menshin-bgimg p {
  line-height: 1.8;
}

section.menshin .menshin-bgimg p.menshin-img-innerComent {
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 6px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 40%;
  transform: translate(-50%);
  text-wrap: nowrap;
  background: rgba(0, 0, 0, .1);
}
section.menshin .menshin-bgimg p.menshin-img-innerComent span {
  border-right: 1px solid #fff;
  padding-right: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 890px){
  section.menshin .menshin-bgimg p.menshin-img-innerComent {
    padding: 6px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    text-wrap: wrap;
    width: 90%;
    background: rgba(0, 0, 0, .1);
  }
  section.menshin .menshin-bgimg p.menshin-img-innerComent span {
    display: block;
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding-right: 0;
    padding-bottom: 4px;
    margin-right: 0;
    margin-bottom: 4px;
  }
}

section.menshin .menshin-bgimg .menshin-img-cap_box {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  height: 420px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 890px){
  section.menshin .menshin-bgimg .menshin-img-cap_box {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: static;
    transform: none;
    height: auto;
  }
}

section.menshin .menshin-bgimg p.menshin-img-cap span {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

section.menshin .menshin-img-cap {
  display: block;
  width: 350px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%,50%);
  background: #004f7a;
  color: #fff;
  padding: 50px 42px;
}
@media screen and (max-width: 890px){
  section.menshin .menshin-img-cap {
    display: block;
    width: 100%;
    position: static;
    transform: none;
    padding: 20px 5%;
    box-sizing: border-box;
  }
}

section.menshin .menshin-box {
  width: 80%;
  max-width: 1100px;
  margin: 70px auto 0;
  background: #eff4f8;
  padding: 50px 60px 54px;
  border-bottom: 4px solid #dbbf4b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
section.menshin .menshin-box p {
  display: block;
  width: 55%;
  line-height: 1.8;
}

section.menshin .menshin-box p span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}

section.menshin .menshin-box img {
  width: 40%;
}
@media screen and (max-width: 890px){
  section.menshin .menshin-box {
    width: 90%;
    max-width: 90%;
    margin: 200px auto 0;
    padding: 30px 5% 34px;
    display: block;
    box-sizing: border-box;
  }
  section.menshin .menshin-box p {
    width: 100%;
    margin-bottom: 30px;
  }
  section.menshin .menshin-box img {
    width: 100%;
  }
}

section.top_plan div,
section.top_gallery div,
section.top_aandl div {
  height: 500px;
  width: 100%;
  border-bottom: 4px solid #dbbf4b;
}
@media screen and (max-width: 890px){
  section.top_plan div,
  section.top_gallery div,
  section.top_aandl div {
    height: 350px;
  }
}

section.top_plan div {
  background: url(/nb-nishiarai-south/img/img_top_plan-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: end;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 890px){
  section.top_plan div {
    background: url(/nb-nishiarai-south/img/img_top_plan-bg_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

section.top_plan div::before{
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(73, 136, 175, 0.436);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 1.0s;
    transition: all 1.0s; 
}

section.top_plan div:hover::before {
    background-color: rgba(73, 136, 175, 0);
}

section.top_gallery div {
  background: url(/nb-nishiarai-south/img/img_top_gallery.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: end;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 890px){
  section.top_gallery div {
    background: url(/nb-nishiarai-south/img/img_top_gallery_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

section.top_gallery div::before{
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(73, 136, 175, 0.436);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 1.0s;
    transition: all 1.0s; 
}

section.top_gallery div:hover::before {
  background-color: rgba(73, 136, 175, 0);
}

section.top_aandl div {
  background: url(/nb-nishiarai-south/img/img_top_a-and-l.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: end;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 890px){
  section.top_aandl div {
    background: url(/nb-nishiarai-south/img/img_top_a-and-l_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

section.top_aandl div::before{
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(73, 136, 175, 0.436);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 1.0s;
    transition: all 1.0s; 
}

section.top_aandl div:hover::before {
  background-color: rgba(73, 136, 175, 0);
}

section.top_aandl div span,
section.top_gallery div span,
section.top_plan div span {
    display: flex;
    margin: 30px;
    justify-content: end;
    align-items: end;
    z-index: 99;
    line-height: 1.5;
}
@media screen and (max-width: 890px){
  section.top_aandl div span>p,
  section.top_gallery div span>p,
  section.top_plan div span>p {
    margin-right: 15px;
    font-size: 12px;
  }
  section.top_aandl div span>img,
  section.top_gallery div span>img,
  section.top_plan div span>img {
    width: 40px;
  }
}

section.top_aandl div span a,
section.top_gallery div span a,
section.top_plan div span a {
    margin-left: 20px;
}

section.top_aandl div span p,
section.top_gallery div span p,
section.top_plan div span p {
    width: 100%;
    text-shadow: 1px 1px 2px black;
    font-size: 18px;
}
@media screen and (max-width: 890px){
  section.top_aandl div span p,
  section.top_gallery div span p,
  section.top_plan div span p {
      width: 90%;
      font-size: 14px;
  }
}
