@charset "UTF-8";/* CSS Document */

/* --------------------------------

人材採用支援フローチャート

-------------------------------- */
/* 全サイズ共通
---------------------------------------------------- */
.flowstep .c11, .flowstep .c12 {
  text-align: center;
}
.flowstep h2 {
  font-size: 16px;
  font-weight: 700;
  color: #ce181e;
  margin-top: 20px;
}
.flowstep .c11 h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 130%;
  margin-top: 10px;
}
.flowstep .c12 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ce181e;
  text-align: center;
  border: none;
}
.flowstep p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  border: none;
  margin-top: -30px;
}
/* 479px以下、一列
---------------------------------------------------- */
@media screen and (max-width: 480px)  {
  .flowstep {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    border: 0px solid #ce181e;
  }
  .flowstep .c11, .flowstep .c12 {
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    position: relative;
    margin: 0 auto 20px auto;
  }
  .flowstep .c11 {
    border: 1px solid #F6A38B;
    margin: 0 auto 20px auto;
  }
  .flowstep .c12 {
    border: 4px solid #F6A38B;
  }
  /*正社員として入社ボックスのみ文字位置指定*/
  .flowstep h4 {
    margin-top: 20px;
  }
  .flowstep .c11:after, .flowstep .c11:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .flowstep .c11:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 18px;
    margin-left: -18px;
  }
  .flowstep .c11:before {
    border-color: rgba(246, 163, 139, 0);
    border-top-color: #F6A38B;
    border-width: 19px;
    margin-left: -19px;
  }
}
/* 481px以上、二列
---------------------------------------------------- */
@media screen and (min-width: 481px) {
  .flowstep {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
    border: 0px solid #ce181e;
  }
  .flowstep .c11, .flowstep .c12 {
    width: 46.3%;
    background-color: #fff;
    position: relative;
    margin: 0 auto 20px auto;
  }
  .flowstep .c11 {
    border: 1px solid #F6A38B;
  }
  .flowstep .c12 {
    border: 4px solid #F6A38B;
  }
  .flowstep .col11, .flowstep .col12 {
    min-height: 100px;
  }
  .flowstep .c11:after, .flowstep .c11:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .flowstep .c11:after {
  	border-color: rgba(255, 255, 255, 0);
  	border-left-color: #ffffff;
  	border-width: 18px;
  	margin-top: -18px;
  }
  .flowstep .c11:before {
  	border-color: rgba(246, 163, 139, 0);
  	border-left-color: #f6a38b;
  	border-width: 19px;
  	margin-top: -19px;
  }
    /*正社員として入社ボックスのみ文字位置指定*/
  .flowstep .c12 h4 {
    margin-top: 60px;
  }
  /*空の疑似要素を追加して左揃えに*/
  .flowstep::after{
    content:"";
    display: block;
    width:50.3%;
  }
}
/* 601px以上、三列
---------------------------------------------------- */
@media screen and (min-width: 601px) {
  .flowstep {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
    border: 0px solid #ce181e;
  }
  .flowstep .c11, .flowstep .c12 {
    width: 30.7%;
    background-color: #fff;
    position: relative;
    margin-left: 0;
  }
  /*空の疑似要素を追加して左揃えに*/
  .flowstep::after{
    content:"";
    display: block;
    width:30.7%;
  }
  .flowstep .c11 {
    border: 1px solid #F6A38B;
  }
  .flowstep .c12 {
    border: 4px solid #F6A38B;
  }
  .flowstep .col11, .flowstep .col12 {
    min-height: 100px;
    margin-left: 0px;
  }
  .flowstep .c11:after, .flowstep .c11:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .flowstep .c11:after {
  	border-color: rgba(255, 255, 255, 0);
  	border-left-color: #ffffff;
  	border-width: 18px;
  	margin-top: -18px;
  }
  .flowstep .c11:before {
  	border-color: rgba(246, 163, 139, 0);
  	border-left-color: #f6a38b;
  	border-width: 19px;
  	margin-top: -19px;
  }
}
/* 7611px以上、四列
---------------------------------------------------- */
@media screen and (min-width: 761px) {
  .flowstep .c11, .flowstep .c12 {
    width: 22.9%;
    background-color: #fff;
    position: relative;
    margin-left: 0;
  }
  /*空の疑似要素を追加して左揃えに*/
  .flowstep::after{
    content:"";
    display: block;
    width:24.9%;
  }
}
/* --------------------------------

/* 人材採用支援、解体工事サブ写真

-------------------------------- */
/* 299px以下
---------------------------------------------------- */
.subphoto {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.c1, .c2, .c3, .c4, .c5, .c6 {
  width: 100%;
  text-align: center;
}
.c1 img, .c2 img, .c3 img, .c4 img, .c5 img, .c6 img {
  width: 100%;
}


/* 300px以上599px以下、スクロールでフェードインさせる
---------------------------------------------------- */
@media screen and (min-width: 300px) and (max-width: 599px) {
  .c1 {
    width: 50%;
    text-align: left;
  }
  .c2 {
    width: 50%;
    text-align: right;
  }
  .c3 {
    width: 50%;
    text-align: left;
  }
  .c4 {
    width: 50%;
    text-align: right;
  }
  .c5 {
    width: 50%;
    text-align: left;
  }
  .c6 {
    width: 50%;
    text-align: right;
  }
  .c1 img, .c3 img, .c5 img {
    width: 98%;
  }
  .c2 img, .c4 img, .c6 img {
    width: 98%;
    margin-left: auto;
  }
  /* スクロールしたら表示 */
  .sa {
    opacity: 0;
    transition: all .5s ease;
  }
  /* 縮小-拡大表示 */
  .sa--scaleUp {
    transform: scale(.5);
  }
  /* 下から表示 */
  .sa-up {
    transform: translate(0, 100px);
  }
  /* javascriptで.showが追加されたとき、完全に表示 */
  .sa.show {
    opacity: 1;
    transform: none;
  }
}


/* --------------------------------

20230912追加

-------------------------------- */
@media screen and (min-width: 300px) and (max-width: 599px) {
  .timee {
    width: 100%;
    text-align: center;
    border: 0 solid red;
    background: #fad82b;
  }
  .timee img {
    width: 100%;
  }
}

/* 600px以上、スクロールでフェードインさせる
---------------------------------------------------- */
@media screen and (min-width: 600px) {
  .c1, .c2, .c3  {
    border: 0px solid orange;
  }
  .c1 {
    width: 33.3%;
    text-align: left;
  }
  .c2 {
    width: 33.3%;
    text-align: center;
  }
  .c3 {
    width: 33.3%;
    text-align: right;
  }
  .c4 {
    width: 33.3%;
    text-align: left;
  }
  .c5 {
    width: 33.3%;
    text-align: center;
  }
  .c6 {
    width: 33.3%;
    text-align: right;
  }
  .c1.scrollin, .c2.scrollin, .c3.scrollin, .c4.scrollin, .c5.scrollin, .c6.scrollin {
    width: 33.3%;
    opacity : 1;
    transform : translate(0, 0);
  }
  .c1 img, .c2 img, .c4 img, .c5 img {
    width: 97%;
  }
  .c3 img, .c6 img {
    width: 97%;
    margin-left: auto;
  }
  /* スクロールしたら表示 */
  .sa {
    opacity: 0;
    transition: all .5s ease;
  }
  /* 縮小-拡大表示 */
  .sa--scaleUp {
    transform: scale(.5);
  }
  /* 下から表示 */
  .sa-up {
    transform: translate(0, 100px);
  }
  /* javascriptで.showが追加されたとき、完全に表示 */
  .sa.show {
    opacity: 1;
    transform: none;
  }
}

/* --------------------------------

20230912追加

-------------------------------- */
.timee {
  width: 100%;
  text-align: center;
  border: 0 solid red;
  background: #fad82b;
  margin-top: 15px;
  margin-bottom: 15px;
}
.timee img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .timee {
    width: 100%;
    text-align: center;
    border: 0 solid red;
    background: #fad82b;
  }
  .timee img {
    width: 60%;
  }
}

/* 021 */
a.timee-img {
  position: relative;
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}

a.timee-img:hover {
  border-bottom: none!important;
  cursor : pointer!important;
}





.timee-banner {
  display:flex;
  flex-direction:column;
  background:#fad82b;
  width: 100%;
  height:auto;
  padding: 10px 5px 0 5px;
}
.timee-logo {
  width:40%;
  margin-left: 30%;
  margin-right: 30%;
  margin-bottom: 0;
  text-align: center;
  border: 0 solid red;
}
.timee-logo img{
  max-width: 100%;
  height: auto;
  display: block;
}
.timee-arrow {
  width:20%;
  margin-left: 40%;
  margin-right: 40%;
  text-align: right!important;
  border: 0 solid green;
  margin-bottom: 0;
  padding: 0;
}
.timee-arrow img{
  max-width: 100%;
  height: auto;
  display: block;
}
.timee-text {
  width:100%;
  border: 0 solid red;
  text-align: center;
}

.timee-text p {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	color: #000;
}

@media screen and (min-width: 600px) {
  .timee-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height:auto;
    padding: 10px 5px 0 5px;
  }
  .timee-logo {
    width:20%;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
    border: 1px solid green;
  }
  .timee-arrow {
    width:5%;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid green;
  }
  .timee-arrow img{
    max-width: 100%;
    height: auto;
    display: block;
  }
  .timee-text {
    width:75%;
    border: 1px solid green;
    text-align: left;
  }
  .timee-text p {
    text-align: left;
  }
}
