@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
  /*height: 120px;*/
	min-height: 120px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}
@media only screen and (max-width: 767px) {
  .header {
    height: 70px;
    box-shadow: 0 0 30px #DEDEDE;
	min-height: inherit;
  }
}
.header.header-fix {
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px)
}
@media only screen and (max-width: 1024px) {
  .header.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header.is-active .header__toggle span {
  border-color: transparent
}
.header.is-active .header__toggle span:before {
  -webkit-transform: rotateZ(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px)
}
.header.is-active .header__toggle span:after {
  -webkit-transform: rotateZ(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(7px, -7px)
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px 15px 50px;
	min-height: 120px;
}
@media only screen and (max-width: 1440px) {
  .header__wrap {
    padding: 20px
  }
}
@media only screen and (max-width: 1024px) {
  .header__wrap {
    height: 70px;
	min-height: 70px;
    padding: 10px 20px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 1024px) {
  .header__inner {
    width: auto
  }
}
.header__logo {
  width: auto;
  max-width: 376px
}
@media only screen and (max-width: 767px) {
  .header__logo {
    max-width: 200px
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__logo img {
  width: 100%;
  width: 360px;
}
@media only screen and (max-width: 767px) {
  .header__logo img {
    width: auto;
    max-height: 50px;
  }
}
.header__toggle {
  display: none;
  width: 30px;
  height: 20px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px
}
@media only screen and (max-width: 1024px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.header__toggle span {
  position: relative;
  width: 30px;
  border-top: 2px solid #202421;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span:before, .header__toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid #202421;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span:before {
  top: -11px
}
.header__toggle span:after {
  top: 9px
}
.nav {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  top: -1px
}
@media only screen and (max-width: 1024px) {
  .nav {
    position: fixed;
    left: 0;
    top: 60px;
    padding: 20px;
    height: calc(100vh - 70px);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    background: #fff;
    display: block
  }
  .nav.is-transition {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .nav.is-active {
    opacity: 1;
    visibility: visible
  }
}
@media only screen and (max-width: 1024px) {
  .nav {
    padding: 20px 20px 100px
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width: 1024px) {
  .nav__list {
    display: block
  }
}
.nav__item {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.nav__item:not(:last-child) {
  /*position: relative;*/
  /*top: 2px*/
}
.nav__item:last-child {
  /*margin-left: 45px;*/
  /*margin-right: -4px*/
}
@media only screen and (max-width: 767px) {
  .nav__item:last-child {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0
  }
}
@media only screen and (max-width: 1180px) {
  .nav__item {
    margin-left: 25px
  }
}
@media only screen and (max-width: 1024px) {
  .nav__item {
    margin-left: 0;
    padding: 20px 0;
    border-bottom: 1px solid #F4F4F4
  }
}
.nav__link {
  font-weight: 700;
  font-size: 1.6rem;
line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  color: #202421
}
@media only screen and (min-width: 768px) {
  .nav__link:hover {
    opacity: 1;
    color: #4e966a;
  }
}
.nav__link.entry {
  font-family: Forum, serif;
  font-size: 4.74rem;
  letter-spacing: -.02em;
  color: #4e966a;
  padding: 0 5px
}
.nav__link.entry:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #4e966a;
}
.contact {
  padding: 90px 0;
  background-image: url("../img/common/contact_bg.jpg");
  background-size: cover;
}
.contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/ft_contact.jpg) no-repeat center;
  background-size: cover;
  z-index: -1
}

@media only screen and (max-width: 767px) {
  .contact {
    padding: 60px 20px
  }
}
.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  position: relative
}
@media only screen and (max-width: 767px) {
  .contact__wrap {
    display: block
  }
}
.contact__left {
  position: relative;
  top: -7px;
  margin-right: 40px
}
@media only screen and (max-width: 767px) {
  .contact__left {
    top: 0;
    padding-bottom: 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #FFFFFF
  }
}
.contact .mainTitle {
  margin-bottom: 40px
}
@media only screen and (max-width: 767px) {
  .contact .mainTitle {
    margin-bottom: 30px
  }
}
.contact__right {
  position: relative;
  top: 6px
}
.contact .btn {
  width: 367px
}
@media only screen and (max-width: 767px) {
  .contact .btn {
    width: 100%;
    max-width: 375px;
    margin: 0 auto
  }
}
.contact .btn + .btn {
  margin-top: 40px
}
@media only screen and (max-width: 767px) {
  .contact .btn + .btn {
    margin-top: 20px
  }
}
.contact__slide {
  position: absolute;
  top: 0;
  right: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.contact__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#009C79), color-stop(31%, rgba(0, 156, 121, .8)), to(rgba(0, 156, 121, .2)));
  background: -webkit-linear-gradient(left, #009C79 0%, rgba(0, 156, 121, .8) 31%, rgba(0, 156, 121, .2) 100%);
  background: linear-gradient(90deg, #009C79 0%, rgba(0, 156, 121, .8) 31%, rgba(0, 156, 121, .2) 100%);
  z-index: 1
}
.contact__list:nth-child(1) {
  width: 340px;
  margin-right: 24px
}
.contact__list:nth-child(1) .contact__item {
  position: relative;
  -webkit-animation: imgSlide-bottom 300s linear infinite;
  animation: imgSlide-bottom 300s linear infinite
}
.contact__list:nth-child(2) {
  width: 232px
}
.contact__list:nth-child(2) .contact__item {
  position: relative;
  -webkit-animation: imgSlide-top 300s linear infinite;
  animation: imgSlide-top 300s linear infinite
}
.contact__item + .contact__item {
  margin-top: -85px
}
.contact__img + .contact__img {
  margin-top: -85px
}
.footer {
  padding: 90px 0;
  background: #222;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 90px 0 120px;
  }
}
.footer__wrap {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    display: block
  }
}
.footer__info {
  max-width: 461px
}
@media only screen and (max-width: 767px) {
  .footer__info {
    text-align: center;
    max-width: 100%
  }
}
.footer__logo {
  width: auto;
  max-width: 461px;
  font-size: 18.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 35.15px */
  letter-spacing: 0.555px;
  margin-bottom: 49px;
}
@media only screen and (max-width: 1420px) {
  .footer__logo {
    max-width: 210px
  }
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto
  }
}
.footer__logo img {
  width: 100%
}
.footer__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer__text {
    margin-top: 20px
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: relative;
  top: -5px
}
@media only screen and (max-width: 1024px) {
  .footer__nav {
    top: 0;
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 40px;
    display: block
  }
}
.footer__list {
  margin-left: 104px
}
@media only screen and (max-width: 1440px) {
  .footer__list {
    margin-left: 60px
  }
}
@media only screen and (max-width: 1024px) {
  .footer__list {
    margin-left: 0 !important
  }
}
@media only screen and (max-width: 767px) {
  .footer__list {
    width: 100%;
    margin-left: 0 !important
  }
  .footer__list:not(:last-child) {
    margin-bottom: 10px
  }
}
@media only screen and (max-width: 767px) {
  .footer__list:first-child {
    margin-left: 0
  }
}
.footer__list:nth-child(2) {
  margin-left: 92px
}
@media only screen and (max-width: 1440px) {
  .footer__list:nth-child(2) {
    margin-left: 60px
  }
}
.footer__list:last-child {
  margin-left: 135px
}
@media only screen and (max-width: 1440px) {
  .footer__list:last-child {
    margin-left: 60px
  }
}
.footer__list:last-child .footer__item:not(:last-child) {
  margin-bottom: -2px
}
.footer__list:last-child .footer__link {
  font-size: 1.4rem
}
.footer__item:not(:last-child) {
  margin-bottom: 10px
}
@media only screen and (max-width: 767px) {
  .footer__item:not(:last-child) {
    margin-bottom: 10px
  }
}
.footer__link {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: .04em
}
@media only screen and (max-width: 767px) {
  .footer__link {
    font-size: 1.4rem
  }
}
.footer__sub {
  margin-top: 12px
}
@media only screen and (max-width: 767px) {
  .footer__sub {
    margin-top: 10px
  }
}
.footer__subitem:not(:last-child) {
  margin-bottom: -6px
}
.footer__sublink {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: .04em;
  color: #20242199
}
.footer__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
  }
}
.footer__copyright {
  font-family: Darker Grotesque, sans-serif;
  font-size: 14px;
  text-transform: uppercase
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    text-align: center;
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__policy {
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: normal
}
@media only screen and (max-width: 767px) {
  .footer__policy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.4rem;
    line-height: 2.1rem
  }
}
.scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  -webkit-transform: translateY(165px);
  transform: translateY(165px)
}
.scrolltop.absolute {
  bottom: 140px
}
@media only screen and (max-width: 767px) {
  .scrolltop.absolute {
    bottom: 74px
  }
}
@media only screen and (max-width: 767px) {
  .scrolltop {
    bottom: 10px;
    right: 10px
  }
}
.scrolltop a {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #EB6100
}
@media only screen and (max-width: 767px) {
  .scrolltop a {
    width: 40px;
    height: 40px;
    font-size: 1rem
  }
}
.scrolltop.UpMove {
  -webkit-animation: UpAnime .5s forwards;
  animation: UpAnime .5s forwards
}
.scrolltop.DownMove {
  -webkit-animation: DownAnime .5s forwards;
  animation: DownAnime .5s forwards
}
@-webkit-keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
}
@-webkit-keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
}
@keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(165px);
    transform: translateY(165px)
  }
}
@-webkit-keyframes imgSlide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes imgSlide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes imgSlide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}
@keyframes imgSlide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}
.sidebar {
  position: sticky;
  top: 0;
  z-index: 1000;
  float: right;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
@media only screen and (max-width: 767px) {
  .sidebar {
    float: none;
    position: relative;
    top: 0 !important
  }
}
.sidebar.is-scroll {
  top: 140px
}
@media only screen and (max-width: 1024px) {
  .sidebar.is-scroll {
    top: 100px
  }
}
.sidebar.is-fix {
  top: 20px
}
@media only screen and (max-width: 1024px) {
  .sidebar.is-fix {
    top: 0
  }
}
@media only screen and (max-width: 767px) {
  .sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
  }
}
@media only screen and (max-width: 767px) {
  .sidebar__list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px
  }
}
.sidebar__list li:not(:last-child) {
  margin-bottom: 15px
}
@media only screen and (max-width: 767px) {
  .sidebar__list li:not(:last-child) {
    margin-bottom: 10px
  }
}
.sidebar__list li a {
  font-family: Noto Sans JP, sans-serif;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: .02em;
  font-weight: 400;
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22px
}
@media only screen and (max-width: 1180px) {
  .sidebar__list li a {
    padding: 0 2.8813559322vw
  }
}
@media only screen and (max-width: 767px) {
  .sidebar__list li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
  }
}
.sidebar__list li a.is-active {
  color: #4e966a;
}
.sidebar__list li a.is-active:before {
  background: #4e966a;
}
.sidebar__list li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin: 0 15px
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 23px 0
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0
  }
}
.breadcrumb a, .breadcrumb span {
  display: block;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: .04em;
  color: #202421;
  font-family: Noto Sans JP, sans-serif
}
@media only screen and (max-width: 767px) {
  .breadcrumb a, .breadcrumb span {
    font-size: 1.4rem
  }
}
.breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breadcrumb a:after {
  content: "/";
  display: block;
  margin: 0 15px
}
body {
  position: relative;
  font-family: BIZ UDPGothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 2.1;
  color: #202421
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px
  }
}
main {
  padding-top: 115px
}
@media only screen and (max-width: 1024px) {
  main {
    padding-top: 70px
  }
}
.container {
  margin: 0 auto;
  max-width: 1030px;
}
.container1 {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px
}
.mv {
  padding: 40px 6.25vw 0;
  height: calc(100vh - 116px)
}
@media only screen and (min-width: 1600px) {
  .mv {
    padding: 2.5vw 6.25vw 0
  }
}
@media only screen and (max-width: 1024px) {
  .mv {
    padding: 100px 50px 0;
    height: calc(100vh - 70px)
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    padding: 50px 20px 0;
    height: auto
  }
}
.mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .mv__content {
    display: block;
    margin-right: 0
  }
}
.mv__title {
  margin-right: 50px;
  max-width: 60%
}
@media only screen and (max-width: 1024px) {
  .mv__title {
    max-width: 80%
  }
}
@media only screen and (max-width: 767px) {
  .mv__title {
    margin-right: 0;
    max-width: 100%
  }
}
.mv__text {
  font-family: Forum, serif;
  font-size: 2.8rem;
  letter-spacing: -.04em;
  line-height: 1;
  text-align: right;
  white-space: nowrap
}
@media only screen and (max-width: 767px) {
  .mv__text {
    margin-top: 30px
  }
}
.mv__scroll {
  font-family: Darker Grotesque, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px
}
@media only screen and (max-width: 767px) {
  .mv__scroll {
    margin-top: 30px;
    margin-bottom: 30px
  }
}
.mv__scroll:after {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4e966a url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/icon/ic_arrow-W.svg) no-repeat center;
  background-size: 12px 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 14px
}
.mv__slide {
  margin: 5vw calc(-.5*(100vw - 1220px)) 0;
  overflow: visible
}
@media only screen and (max-width: 1030px) {
  .mv__slide {
    margin: 132px -20px 0
  }
}
@media only screen and (max-width: 1024px) {
  .mv__slide {
    margin: 60px -20px 0
  }
}
.mv__slide .swiper-slide {
  max-width: 21.875vw;
  -webkit-transition: translate 1s cubic-bezier(.19, 1, .22, 1), opacity 1s cubic-bezier(.19, 1, .22, 1);
  transition: translate 1s cubic-bezier(.19, 1, .22, 1), opacity 1s cubic-bezier(.19, 1, .22, 1);
  will-change: transform;
  aspect-ratio: 320/460;
  -webkit-perspective: 50px;
  perspective: 50px;
  margin-left: 5.8125vw;
  min-width: 320px
}
@media only screen and (max-width: 767px) {
  .mv__slide .swiper-slide {
    max-width: 240px;
    margin-left: 45px
  }
}
.mv__slide .swiper-slide:nth-child(odd) {
  -webkit-transform: rotate(-2.93deg);
  transform: rotate(-2.93deg)
}
.mv__slide .swiper-slide:nth-child(even) {
  -webkit-transform: rotate(3.42deg);
  transform: rotate(3.42deg)
}
.mv-child {
  position: relative;
  min-height: 360px
}
@media only screen and (max-width: 767px) {
  .mv-child {
    min-height: 200px
  }
}
.mv-child:after {
  content: "";
  background: url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/mv-child.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.mv-child__breadcrumb {
  padding: 0 110px
}
@media only screen and (max-width: 1360px) {
  .mv-child__breadcrumb {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto
  }
}
.mv-child__content {
  padding: 64px 0
}
@media only screen and (max-width: 767px) {
  .mv-child__content {
    padding: 32px 0
  }
}
.mv-child__title {
  font-family: Forum, serif;
  font-size: 8rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #373737;
  text-transform: uppercase
}
@media only screen and (max-width: 767px) {
  .mv-child__title {
    font-size: 4rem
  }
}
.mv-child__title span {
  display: block;
  font-family: BIZ UDPGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: .02em;
  font-weight: 700;
  color: #a5a5a5;
  margin-top: 9px
}
.mv-child__text {
  font-family: BIZ UDPMincho, serif;
  font-size: 2.1rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -.02em;
  color: #373737
}
@media only screen and (max-width: 767px) {
  .mv-child__text {
    font-size: 1.8rem
  }
}
.mv-child.is-verOne .mv-child__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .mv-child.is-verOne .mv-child__content {
    display: block
  }
}
.mv-child.is-verOne .mv-child__title {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .mv-child.is-verOne .mv-child__title {
    width: 100%
  }
}
.mv-child.is-verOne .mv-child__text {
  width: 50%;
  padding-left: 45px;
  margin: 2px 0 0
}
@media only screen and (max-width: 767px) {
  .mv-child.is-verOne .mv-child__text {
    width: 100%;
    padding-left: 0;
    margin: 20px 0 0
  }
}
.wrapper {
  position: relative;
  overflow: hidden
}
.topBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.topBg__img01, .topBg__img02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: fadeInOut 6s infinite;
  animation: fadeInOut 6s infinite
}
.topBg__img01 img, .topBg__img02 img {
  width: 100%
}
.topBg__img02 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0
}
@-webkit-keyframes fadeInOut {
  0%, to {
    opacity: 0
  }
  25%, 75% {
    opacity: 1
  }
}
@keyframes fadeInOut {
  0%, to {
    opacity: 0
  }
  25%, 75% {
    opacity: 1
  }
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
.mainTitle {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .04em
}
.mainTitle span {
  font-family: Darker Grotesque, sans-serif;
  display: block;
  font-size: 8.8rem;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0
}
@media only screen and (max-width: 767px) {
  .mainTitle span {
    font-size: 7.8rem
  }
}
@media only screen and (max-width: 374px) {
  .mainTitle span {
    font-size: 20.8vw
  }
}
.mainTitle.ver-one {
  font-size: 1.6rem
}
.mainTitle.ver-one span {
  font-family: Forum, serif;
  font-weight: 400;
  font-size: 8rem;
  margin-bottom: -2px
}
@media only screen and (max-width: 767px) {
  .mainTitle.ver-one span {
    font-size: 5rem
  }
}
@media only screen and (max-width: 374px) {
  .mainTitle.ver-one span {
    font-size: 13.3333333333vw
  }
}
.mainTitle.ver-one.green span {
  color: #4e966a;
  font-size: 13.87rem;
  text-transform: capitalize;
  white-space: nowrap;
  letter-spacing: -.01em
}
@media only screen and (max-width: 1600px) {
  .mainTitle.ver-one.green span {
    font-size: 8.66875vw
  }
}
@media only screen and (max-width: 767px) {
  .mainTitle.ver-one.green span {
    font-size: 8rem
  }
}
@media only screen and (max-width: 374px) {
  .mainTitle.ver-one.green span {
    font-size: 21.3333333333vw
  }
}
.subtitle {
  font-size: 1.8rem;
  font-weight: 500
}
.titleMain {
  margin-bottom: 74px
}
@media only screen and (max-width: 767px) {
  .titleMain {
    margin-bottom: 37px
  }
}
.titleMain__en {
  font-family: Darker Grotesque, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #4e966a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px
}
.titleMain__en span {
  font-family: BIZ UDPMincho, serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #a5a5a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  position: relative;
  top: 3px
}
.titleMain__en span:before {
  content: "";
  display: block;
  width: 15px;
  border-bottom: 1px solid #A5A5A5;
  margin-right: 5px;
  position: relative
}
.titleMain__jp {
  display: block;
  font-family: BIZ UDPMincho, serif;
  font-size: 4.1rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #373737;
  font-weight: 400
}
@media only screen and (max-width: 767px) {
  .titleMain__jp {
    font-size: 2rem
  }
}
.titleMain__jp span {
  font-size: 6.6rem;
  letter-spacing: -.04em;
  line-height: 1;
  color: #4e966a;
}
@media only screen and (max-width: 767px) {
  .titleMain__jp span {
    font-size: 3.3rem
  }
}
.titleMain__jp.is-verOne {
  font-size: 3.6rem
}
@media only screen and (max-width: 767px) {
  .titleMain__jp.is-verOne {
    font-size: 2rem
  }
}
.titleMain.is-verOne .titleMain {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .titleMain.is-verOne .titleMain {
    margin-bottom: 30px
  }
}
.titleMain.is-verOne .titleMain__jp {
  font-size: 3.6rem;
  color: #202421
}
@media only screen and (max-width: 767px) {
  .titleMain.is-verOne .titleMain__jp {
    font-size: 2.4rem
  }
}
.titleMain.is-verOne .titleMain__en {
  font-family: Forum, serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .02em;
  color: #a5a5a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0
}
.titleMain.is-verOne .titleMain__en:before {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 1px solid #A5A5A5;
  margin: 0 10px 0 2px
}
.titleMain.is-verTwo .titleMain__jp {
  font-size: 4rem;
  padding-bottom: 35px;
  position: relative
}
@media only screen and (max-width: 767px) {
  .titleMain.is-verTwo .titleMain__jp {
    font-size: 2.4rem;
    padding-bottom: 20px
  }
}
.titleMain.is-verTwo .titleMain__jp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  border-bottom: 1px solid #4e966a;
}
.titleMain.is-verThree .titleMain__jp {
  font-size: 3.6rem;
  color: #202421
}
@media only screen and (max-width: 767px) {
  .titleMain.is-verThree .titleMain__jp {
    font-size: 2.4rem
  }
}
.titleMain.is-verThree .titleMain__en {
  font-family: Forum, serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .02em;
  color: #a5a5a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: capitalize
}
.titleMain.is-verThree .titleMain__en:before {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 1px solid #A5A5A5;
  margin: 0 10px 0 2px
}
.form {
  max-width: 840px;
  margin: 0 auto
}
.form__note {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .08em;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 15px;
  margin-bottom: 80px
}
@media only screen and (max-width: 767px) {
  .form__note {
    margin-bottom: 40px
  }
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width: 767px) {
  .form__item {
    display: block
  }
}
.form__item + .form__item {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 30px
  }
}
.form__item.is-required .form__label:after {
  content: "\5fc5\9808";
  background: #DC0004
}
.form__label {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: .08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 39.2857142857%;
  color: #373737;
  min-height: 40px
}
@media only screen and (max-width: 1024px) {
  .form__label {
    width: 35.7142857143%
  }
}
@media only screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 15px;
    min-height: auto
  }
}
.form__label:after {
  content: "\4efb\610f";
  display: block;
  width: 50px;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .04em;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  background: #202421;
  padding: 6px 0 8px;
  margin-left: 15px
}
.form__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px
}
@media only screen and (max-width: 767px) {
  .form__content {
    padding-left: 0
  }
}
.form input, .form textarea, .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #D2D2D2;
  background: #fff;
  height: 38px;
  padding: 0 15px;
  width: calc(100% - 30px);
  font-size: 1.7rem;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: .08em;
  font-family: Noto Sans JP, sans-serif;
  color: #666;
  border-radius: 5px
}
@media only screen and (max-width: 767px) {
  .form input, .form textarea, .form select {
    font-size: 16px
  }
}
.form textarea {
  height: 188px;
  padding: 10px 15px;
  resize: none
}
.form select {
  max-width: 180px;
  background: url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/icon/ic_arwSelect.svg) no-repeat center right 15px;
  background-size: 15px 8px
}
.form__txt {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: .03em;
  font-weight: 500;
  margin-top: 5px
}
@media only screen and (max-width: 767px) {
  .form__txt {
    font-size: 1.5rem
  }
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.85;
  letter-spacing: .08em;
  font-weight: 400
}
@media only screen and (max-width: 767px) {
  .form__checkbox {
    font-size: 1.5rem
  }
}
.form__checkbox + .form__checkbox {
  margin-top: 15px
}
.form__checkbox input {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 6px 15px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .form__checkbox input {
    margin-top: 3px
  }
}
.form__checkbox input:checked {
  background: #202421 url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/icon/ic_check.svg) no-repeat center;
  background-size: 12px 12px;
  border-color: #202421
}
.form__checkbox a {
  color: #4e966a;
  text-decoration: underline
}
@media only screen and (min-width: 768px) {
  .form__checkbox a:hover {
    text-decoration: none
  }
}
.form__grRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px
}
.form__grRadio .form__radio + .form__radio {
  margin-left: 30px
}
.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.85;
  letter-spacing: .08em;
  font-weight: 400
}
@media only screen and (max-width: 767px) {
  .form__radio {
    font-size: 1.5rem
  }
}
.form__radio input {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 6px 10px 0 0;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 767px) {
  .form__radio input {
    margin-top: 3px
  }
}
.form__radio input:checked {
  background: url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/icon/ic_dot.svg) no-repeat center;
  background-size: 10px 10px;
  border-color: #4e966a;
}
.form__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.85;
  letter-spacing: .08em;
  font-weight: 400;
  color: #202421
}
@media only screen and (max-width: 767px) {
  .form__date {
    font-size: 1.5rem
  }
}
.form__date input {
  max-width: 80px
}
.form__date span {
  margin: 0 10px
}
.form__noti {
  font-size: 1.7rem;
  line-height: 1.85;
  letter-spacing: .08em;
  font-weight: 400;
  color: #666;
  margin-top: 10px
}
@media only screen and (max-width: 767px) {
  .form__noti {
    font-size: 1.5rem
  }
}
.form__noti + .form__noti {
  margin-top: 0
}
.form__title {
  font-family: BIZ UDPMincho, serif;
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  color: #373737;
  font-weight: 400;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
  margin-bottom: 80px
}
@media only screen and (max-width: 767px) {
  .form__title {
    font-size: 2.4rem;
    margin-bottom: 40px
  }
}
.form .attachment {
  margin-top: 120px
}
@media only screen and (max-width: 767px) {
  .form .attachment {
    margin-top: 60px
  }
}
.form .attachment__title {
  font-family: BIZ UDPMincho, serif;
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  color: #373737;
  font-weight: 400;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
  margin-bottom: 30px
}
@media only screen and (max-width: 767px) {
  .form .attachment__title {
    font-size: 2.4rem
  }
}
.form .attachment__row + .attachment__row {
  margin-top: 80px
}
@media only screen and (max-width: 767px) {
  .form .attachment__row + .attachment__row {
    margin-top: 40px
  }
}
.form .attachment__note {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .08em;
  color: #373737;
  font-weight: 400
}
@media only screen and (max-width: 767px) {
  .form .attachment__note {
    font-size: 1.5rem
  }
}
.form .attachment .form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .form .attachment .form__content {
    display: block
  }
}
.form .attachment .form__input {
  max-width: 130px
}
@media only screen and (max-width: 767px) {
  .form .attachment .form__input {
    max-width: calc(100% - 30px)
  }
}
.form .attachment .form__noti {
  margin: 0 0 0 15px
}
@media only screen and (max-width: 767px) {
  .form .attachment .form__noti {
    margin: 15px 0 0
  }
}
.form .attachment__bltext {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #373737;
  font-weight: 400;
  margin-bottom: 20px
}
@media only screen and (max-width: 767px) {
  .form .attachment__bltext {
    font-size: 1.5rem
  }
}
.form .attachment__bltit {
  background: #F5F5F5;
  padding: 24px 30px;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
  letter-spacing: .04em;
  color: #202421
}
@media only screen and (max-width: 767px) {
  .form .attachment__bltit {
    padding: 10px 20px
  }
}
.form__bottom {
  margin-top: 80px;
  border-top: 1px solid #E1E1E1;
  padding-top: 40px
}
@media only screen and (max-width: 767px) {
  .form__bottom {
    margin-top: 40px;
    padding-top: 20px
  }
}
.form__bottom .form__checkbox {
  display: block
}
.form__bottom .form__checkbox input {
  margin-top: 0;
  position: relative;
  top: 3px
}
@media only screen and (max-width: 767px) {
  .form__bottom .form__checkbox input {
    top: 4px
  }
}
.form__btn {
  display: block;
  background: #4e966a;
  border: 1px solid #4e966a;
  width: 265px;
  margin: 80px auto 0;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 18px 40px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-family: Noto Sans JP, sans-serif;
  text-align: left;
  position: relative
}
@media only screen and (max-width: 767px) {
  .form__btn {
    font-size: 1.5rem;
    padding: 10px 20px;
    width: 100%;
    max-width: 265px;
    margin-top: 40px
  }
}
.form__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/icon/ic_dot.svg) no-repeat center;
  background-size: 4px 4px !important
}
@media only screen and (max-width: 767px) {
  .form__btn:after {
    right: 20px
  }
}
@media only screen and (min-width: 768px) {
  .form__btn:hover {
    background: #fff;
    color: #4e966a;
  }
}
.form__text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: .08em;
  font-weight: 400;
  color: #333
}
.text {
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.6
}
.text.white {
  color: #fff
}
.link {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (min-width: 768px) {
  .link:hover {
    color: #0d94ff;
    opacity: 1
  }
  .link:hover:after {
    background: #fff;
    color: #0d94ff
  }
}
.link:after {
  content: "->";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0D94FF;
  border: 1px solid #0D94FF;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-left: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .imgtxt {
    display: block
  }
}
.imgtxt__img {
  margin-left: calc(-.5*(100vw - 1140px));
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 120px
}
@media only screen and (max-width: 1180px) {
  .imgtxt__img {
    margin-left: -20px;
    padding-right: 60px
  }
}
.imgtxt__content {
  width: 39.4736842105%
}
@media only screen and (max-width: 1024px) {
  .imgtxt__content {
    width: 50%
  }
}
@media only screen and (max-width: 767px) {
  .imgtxt__content {
    width: 100% !important;
    padding: 60px 10px 0 !important
  }
}
.imgtxt__title {
  font-size: 2.4rem;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: .07em;
  margin-bottom: 40px
}
@media only screen and (max-width: 767px) {
  .imgtxt__title {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.65
  }
}
.imgtxt__text {
  font-size: 1.7rem;
  line-height: 2.1176470588;
  letter-spacing: .1em;
  font-weight: 500
}
@media only screen and (max-width: 767px) {
  .imgtxt__text {
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: .05em
  }
  .imgtxt__text span {
    display: block
  }
  .imgtxt__text span + span {
    margin-top: 12px
  }
}
.imgtxt__row:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #E5E8FD
}
.imgtxt__row + .imgtxt__row {
  margin-top: 50px
}
.imgtxt.revered .imgtxt__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 120px;
  margin-left: 0
}
@media only screen and (max-width: 1180px) {
  .imgtxt.revered .imgtxt__img {
    padding-left: 60px
  }
}
@media only screen and (max-width: 767px) {
  .imgtxt.revered .imgtxt__img {
    margin-right: -20px
  }
}
.imgtxt.revered .imgtxt__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px -60px
}
@media only screen and (max-width: 1180px) {
  .list {
    margin: 0 -15px -30px
  }
}
@media only screen and (max-width: 767px) {
  .list {
    margin: 0;
    display: block
  }
}
.list.is-half {
  margin: 0 -45px -60px
}
@media only screen and (max-width: 1180px) {
  .list.is-half {
    margin: 0 -15px -30px
  }
}
@media only screen and (max-width: 767px) {
  .list.is-half {
    margin: 0
  }
}
.list.is-half .list__item {
  width: calc(50% - 90px);
  margin: 0 45px 60px
}
@media only screen and (max-width: 1180px) {
  .list.is-half .list__item {
    width: calc(50% - 30px);
    margin: 0 15px 30px
  }
}
@media only screen and (max-width: 767px) {
  .list.is-half .list__item {
    width: 100%;
    margin: 0 0 30px
  }
  .list.is-half .list__item:last-child {
    margin-bottom: 0
  }
}
.list.is-half .list__content {
  padding: 35px 45px
}
@media only screen and (max-width: 1180px) {
  .list.is-half .list__content {
    padding: 30px
  }
}
@media only screen and (max-width: 767px) {
  .list.is-half .list__content {
    padding: 20px
  }
}
.list.is-half .list__title {
  font-size: 2.8rem
}
@media only screen and (max-width: 1180px) {
  .list.is-half .list__title {
    font-size: 2.4rem
  }
}
@media only screen and (max-width: 767px) {
  .list.is-half .list__title {
    font-size: 2.1rem
  }
}
@media only screen and (max-width: 374px) {
  .list.is-half .list__title {
    font-size: 1.8rem
  }
}
.list.is-half .list__title:after {
  width: 38px;
  height: 38px;
  background-size: 7px 7px
}
@media only screen and (max-width: 767px) {
  .list.is-half .list__title:after {
    width: 20px;
    height: 20px;
    background-size: 5px 5px
  }
}
.list.is-half .list__text {
  line-height: 2
}
.list__item {
  width: calc(33.3333333333% - 60px);
  margin: 0 30px 60px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px #F0F7F5;
  box-shadow: 0 10px 20px #f0f7f5
}
@media only screen and (max-width: 1180px) {
  .list__item {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px 30px
  }
}
@media only screen and (max-width: 1024px) {
  .list__item {
    width: calc(50% - 30px)
  }
}
@media only screen and (max-width: 767px) {
  .list__item {
    width: 100%;
    margin: 0 0 30px
  }
  .list__item:last-child {
    margin-bottom: 0
  }
}
.list__link:hover .list__title:after {
  background: #4e966a url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/icon/ic_dot-white.svg) no-repeat center;
  -webkit-animation: ripple 1.5s infinite;
  animation: ripple 1.5s infinite
}
.list__img img {
  width: 100%
}
.list__content {
  padding: 23px 30px
}
@media only screen and (max-width: 767px) {
  .list__content {
    padding: 20px
  }
}
.list__cat {
  background: #4e966a;
  border-radius: 100px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  min-width: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px
}
.list__title {
  font-family: BIZ UDPMincho, serif;
  font-size: 2.1rem;
  line-height: 1.7;
  letter-spacing: -.02em;
  font-weight: 500;
  color: #373737;
  position: relative;
  margin-bottom: 17px
}
@media only screen and (max-width: 374px) {
  .list__title {
    font-size: 1.8rem
  }
}
.list__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 184, 142, .15) url(/_demo/showa-kensetsu/recruit/mockup/assets/img/common/icon/ic_dot.svg) no-repeat center;
  background-size: 5px 5px !important;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.list__title span {
  margin-left: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .04em;
  color: #909090
}
@media only screen and (max-width: 1180px) {
  .list__title span {
    font-size: 1.5rem
  }
}
.list__text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8235294118;
  letter-spacing: 0;
  color: #202421
}
@media only screen and (max-width: 767px) {
  .list__text {
    font-size: 1.5rem
  }
}
.table {
  overflow: auto
}
.table table {
  width: 100%;
  border-spacing: 2px 4px
}
.table table tr:first-child td {
  background: #D9F5EE;
  font-family: BIZ UDPMincho, serif;
  font-size: 2.1rem;
  line-height: 1.7;
  letter-spacing: -.02em;
  font-weight: 500;
  padding: 10px 20px;
  color: #373737
}
.table table td {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #5c6272;
  padding: 20px;
  text-align: center
}
.table table td[rowspan] {
  background: #D9F5EE;
  font-family: BIZ UDPMincho, serif;
  font-size: 2.1rem;
  line-height: 1.7;
  letter-spacing: -.02em;
  font-weight: 500;
  padding: 10px 20px;
  color: #373737;
  width: auto
}
.table table td span {
  display: block;
  font-size: 1.3rem
}
.slideImg {
  pointer-events: none
}
.slideImg .swiper-slide img {
  width: 100%
}
.slideSub .swiper-slide, .slideSub-left .swiper-slide {
  max-width: 17.875vw
}
.slideSub .swiper-slide img, .slideSub-left .swiper-slide img {
  width: 100%
}
.leftAnime {
  opacity: 0;
  overflow: hidden;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0
}
@-webkit-keyframes slideTextX100 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1
  }
}
@keyframes slideTextX100 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0
}
@-webkit-keyframes slideTextX-100 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translate(100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1
  }
}
@keyframes slideTextX-100 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translate(100%);
    opacity: 0
  }
  to {
    -webkit-transform: translateX(0);
    transform: translate(0);
    opacity: 1
  }
}
.bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 767px) {
  .bl {
    display: block
  }
}
.bl.is-revered .bl__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.bl.is-revered .bl__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.bl__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.bl__text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8235294118;
  letter-spacing: .08em;
  color: #202421;
  font-weight: 400
}
@media only screen and (max-width: 767px) {
  .bl__text {
    font-size: 1.5rem
  }
}
.bl__text p + p {
  margin-top: 25px
}
@media only screen and (max-width: 767px) {
  .bl__text p + p {
    margin-top: 12px
  }
}
.relative {
  background: #F0FAF9;
  padding: 90px 0 120px
}
.relative .container1 {
  position: relative
}
@media only screen and (max-width: 767px) {
  .relative {
    padding: 45px 0 60px
  }
}
.relative__title {
  font-family: BIZ UDPMincho, serif;
  font-size: 3.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  color: #373737;
  font-weight: 400;
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .relative__title {
    font-size: 2.4rem;
    margin-bottom: 30px
  }
}
@media only screen and (max-width: 374px) {
  .relative__title {
    font-size: 2rem
  }
}
.relative .swiper-button-next, .relative .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: #4e966a;
  border-radius: 50%;
  margin: -6px 0
}
.relative .swiper-button-next img, .relative .swiper-button-prev img {
  width: 15px
}
.relative .swiper-button-next:after, .relative .swiper-button-prev:after {
  display: none
}
.relative .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -100px
}
@media only screen and (min-width: 1600px) {
  .relative .swiper-button-prev {
    left: -100px
  }
}
@media only screen and (max-width: 1440px) {
  .relative .swiper-button-prev {
    left: 0
  }
}
@media only screen and (max-width: 1180px) {
  .relative .swiper-button-prev {
    left: 5px
  }
}
.relative .swiper-button-next {
  right: -100px
}
@media only screen and (min-width: 1600px) {
  .relative .swiper-button-next {
    right: -100px
  }
}
@media only screen and (max-width: 1440px) {
  .relative .swiper-button-next {
    right: 0
  }
}
@media only screen and (max-width: 1180px) {
  .relative .swiper-button-next {
    right: 5px
  }
}
.relative__slide .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0
}
.relative__slide .list__item {
  max-width: 340px;
  margin: 0 30px;
  width: auto
}
@media only screen and (max-width: 767px) {
  .relative__slide .list__item {
    margin: 0 15px;
    width: 100%
  }
}
.relative .list__cat {
  font-size: 1.6rem;
  line-height: 1;
  padding: 5px 0 4px;
  min-width: 75px;
  letter-spacing: .04em
}
.relative .list__title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.relative .list__title span {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: -.02em
}
/* --------------------
   contact-link__box
----------------------*/
.contact-link__box {
  display: flex;
  justify-content: center;
}
.contact-link__box__item:first-child {
  padding-right: 60px;
}
.contact-link__box__item:last-child {
  padding-left: 60px;
  border-left: 1px solid #fff;
}
.contact-link__box__item .hl_03 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.16px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contact-link__box__item .hl_03 .icon {
  margin-right: 20px;
	height: 40px;
}
.contact-link__box__item .btn a {
  display: flex;
  height: 90px;
  padding: 30px 90px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.4px;
  width: 480px;
}
.contact-link__box__item .btn a::after {
  content: none;
}
.contact-link__box__item .btn.line a {
  background: #06C755;
}
.contact-link__box__item .btn.tel a {
  background: #4e966a;
  font-family: "Roboto";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.68px;
}
.contact-link__box__item .btn + p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 34.2px */
  letter-spacing: 0.54px;
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .contact-link__box {
    display: inherit;
  }
  .contact-link__box__item:first-child {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .contact-link__box__item:last-child {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  .contact-link__box__item .btn a {
    padding: 20px;
    height: auto;
    font-size: 5vw;
  }
  .contact-link__box__item .btn.tel a {
    padding: 20px;
    height: auto;
    font-size: 6vw;
  }
  .contact-link__box__item .hl_03 {
    margin-bottom: 10px;
  }
  .contact-link__box__item .btn + p {
    margin-top: 10px;
  }
}



/*------　PC/SP 画像切り替え　------*/
.pc {
	display: block;
}
.sp {
	display: none;
}

@media only screen and (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}		
}

/* ADD CSS 2025.02.05 */
/* --------------------
   header__logo
----------------------*/
.header__logo{
	min-width: 150px;
}
/* --------------------
   #menu.nav
----------------------*/
#menu.nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
#menu.nav .nav__list{
	margin: 2px 0 2px 0;
}


#menu.nav .nav__list.nav_btn {
	text-align: center;
	align-items: center;
	margin: 0 0 0 50px;
}
#menu.nav .nav__list.nav_btn .nav__item{
	
	background-color: #4e966a;
	border-radius: 5px;
	padding: 20px;
	margin: 0;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu.nav .nav__list.nav_btn .nav__item + .nav__item{
	margin-left: 5px;
}
#menu.nav .nav__list.nav_btn .nav__item.nav__line{
	background-color: #06C755;
}
#menu.nav .nav__list.nav_btn a{
	line-height: 1.3;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.48px;
}
@media all and (max-width: 1790px) {
		.header__logo {
    max-width: 200px;
}
	.header__logo img{
		width: auto;
	}
	 #menu.nav .nav__list a,#menu.nav .nav__list.nav_btn a{
	font-size: .85vw;
}
	#menu.nav .nav__list.nav_btn {
	margin: 0 0 0 30px;
}
}
@media all and (max-width: 1490px) {
	 #menu.nav .nav__list a,#menu.nav .nav__list.nav_btn a{
	font-size: .9vw;
}
	#menu.nav .nav__list .nav__item{
	
		margin-left: 10px;
}


}
@media all and (max-width: 1290px) {

	
	#menu.nav .nav__list.nav_btn .nav__item{
	padding: .5vw;
} #menu.nav .nav__list.nav_btn {
	margin: 0 0 0 20px;
}
 #menu.nav .nav__list a,#menu.nav .nav__list.nav_btn a{
	font-size: .87vw;
}   
}
@media only screen and (max-width: 1024px) {
	.header{
		min-height: inherit;
	}
	#menu.nav{
		display: inherit;
	}
	#menu.nav .nav__list{
		width: 100%;
	}
	#menu.nav .nav__list .nav__item{
		padding: 10px 0;
		margin-left: 0;
	}
	#menu.nav .nav__list.nav_btn{
		margin: 0;
	}
 #menu.nav .nav__list a,#menu.nav .nav__list.nav_btn a{
	font-size: 16px;
}   
	#menu.nav .nav__list.nav_btn .nav__item + .nav__item {
    margin-left: 0;
}
	main .container {
    max-width: inherit !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
		
}
}