@charset "utf-8";
/* CSS Document */
/*げんきむら特徴パネルエリア*/
.sub_coment {
  font-size: 1.5rem;
  font-weight: bold;
}
.blue_font {
  font-size: 1.8rem;
  color: #0086ff;
  line-height: 55px;
}
.icon_wrapper {
  width: 100%;
}
.icon_area {
    width: 90%;
  display: flex;
  justify-content: center;
flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
  margin: 0 auto;
}
/* 最後のコンテンツを左寄せにする指定 */
.icon_area:after {
    content: "";
    display: block;
    width: 60%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.icon_area img {
  border: solid #E0E0E0 0.5px;
  margin: 0;
  width: 30%;
  align-content: center;
}
.aki {
  margin-top: 50px;
}
/*切り替え波(スマホ対応記述あり)*/
.svg-sample {
  margin-top: -99px;
}
.svg-sample2 {
  margin-top: -55px;
}
.svg-sample3 {
  margin-top: -100px;
}
/*仕事紹介アイコンエリア*/
.shigoto_shokai_area {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.shigoto_shokai {
  display: flex;
  margin: 0 auto;
}
.shigoto_shokai figure {
  font-size: 1.1rem;
  color: #000000;
  cursor: pointer;
  max-width: 350px;
  overflow: hidden;
  width: 85%;
}
.shigoto_shokai figure img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.shigoto_shokai figure:hover img {
  transform: scale(0.8); /* 拡大 */
}
.tsume {
  margin-top: -60px
}
/* セクション共通設定
-------------------------------------------------- */
.container_wide {
  margin: -10px 150px 0 150px;
  padding-top: 15px;
}
.figure_margin1 {
  margin: 0 3px;
}
figure img {
  width: 100%;
}
figcaption {
  text-align: center;
  font-weight: bold;
}
.figure_margin2 {
  margin: 50px 10px;
}
.nyukyosha {
  display: flex;
}
.nyukyosha_text {
  width: 60%;
  padding: 5px;
}
.osusume_human {
  display: flex;
}
.sagyou_title {
  font-size: 1.2rem;
}
.nyukyosha_title {
  position: relative;
  padding-bottom: 20px;
  margin: 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.nyukyosha_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
.shoukai {
  display: flex;
}
.shoukai_text {
  font-size: 1.2rem;
}
.tennpo_hyou {
  vertical-align: top;
  line-height: 35px;
}
.text_center {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.works_list {
  width: 100%;
  margin: 0 auto;
}
.works_area {
  display: flex;
}
.riyousha_img {
  width: 100%;
}
.timeschedule {
  width: 100%;
  background: #FFFFFF;
  border-radius: 30px;
}
/*仕事紹介*/
.human_illust {
  margin: 0px 20px;
}
/*タイムラインエリア*/
/*===== Resonsive Vertical Timeline =====*/
.schedule {
  position: relative;
  width: 70%;
  font-size: 14px;
  margin: 0 auto;
}
.schedule::before {
  position: absolute;
  top: 0px;
  left: 6.5em;
  width: 6px;
  height: 100%;
  background-color: #B9E0F6;
  content: "";
}
.schedule ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.schedule li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.schedule li + li {
  margin-top: 2em;
}
.schedule_time {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 5em;
  height: 2em;
  border-radius: 6px;
  background-color: #3388dd;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.schedule_time::before {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  z-index: -1;
  background-color: #3388dd;
  content: "";
}
.schedule_time::after {
  position: absolute;
  top: 50%;
  left: 6em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #3388dd;
  content: "";
}
.schedule_content_title {
  font-weight: bold;
  font-size: 1.2rem;
}
.schedule_content {
  margin: 0px 0px 0px 3em;
  width: calc(100% - 10em);
}
.schedule_content_detail {
  font-size: 1.0rem
}
/*===== // Resonsive Vertical Timeline =====*/
/*申し込みの流れエリア設定*/
.nagare_area {
  margin: 0 auto;
  text-align: center;
}
.steptitle {
  font-size: 1.8rem;
  color: #17A2B8;
}
/*===== // Vertical Timeline =====*/
.stepbar {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #dedede;
}
.stepbar .stepbarwrap .triangle {
  content: "";
  display: block;
  width: 0;
  border: solid 1em transparent;
  border-top-color: #C9C9C9;
  margin: 0 auto;
}
.stepbar .stepbarwrap .steptitle span {
  display: block;
  font-weight: bold;
  margin: 1em auto;
}
.stepbar .stepbarwrap .title {
  font-size: 1.2em;
  font-weight: bold;
}
.stepbar .stepbarwrap .txt {
  width: 90%;
  display: block;
  margin: 2em auto;
  font-size: 1.3em;
  font-weight: bold;
}
.stepbar:first-of-type .triangle:first-of-type {
  display: none;
}
.stepbar:last-of-type .stepbarwrap:last-of-type {
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
/*===== // Vertical Timeline =====*/
/*コメントアウト内/未使用CSS*/
.gazou {
  width: 100%;
}
.card a {
  color: #000000;
}
.card a:hover {
  color: #FAB400;
  text-decoration: none;
}
.table_tr_blue {
  background-color: #eaf2f4;
}
/*menueナビ(現在未使用)*/
.menue_nav {
  display: flex;
  margin: auto;
  background-color: #ffffff;
  width: 70%;
  text-align: center;
  align-items: center;
}
.items {
  list-style-type: none;
  transition: all 0.3s;
  border: 1px solid #e14a20;
  color: #e14a20;
  width: 70%;
  margin-top: 5px;
  padding-top: 15px;
}
.items-right {
  border-radius: 0 20px 20px 0;
  border: 1px solid #e14a20;
}
.items-left {
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #e14a20;
}
.items-long {
  width: 80%;
}
.items a {
  color: #e14a20;
  line-height: 56px;
  text-decoration: none;
}
.items:hover {
  background-color: #e14a20;
}
.items:hover a {
  color: #ffffff;
}
/* スマホ共通設定
-------------------------------------------------- */
@media screen and (max-width: 748px) {
  .icon_area {
    flex-direction: column;
    margin: 0 auto;
  }
  .menue_area {
    flex-direction: column;
  }
  .shoukai {
    flex-direction: column;
  }
  .tennai_img_area {
    flex-direction: column;
  }
  .tennai_img {
    margin: 5px auto;
  }
  .nyukyosha {
    flex-direction: column;
  }
  .nyukyosha_text {
    width: 100%;
  }
  /*メニューナビ*/
  .menue_nav {
    display: block;
    margin: auto;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
  }
  .items {
    list-style-type: none;
    transition: all 0.3s;
    border: 1px solid #e14a20;
    color: #e14a20;
    width: 70%;
    margin: 0 auto;
  }
  .items-left {
    border-radius: 0px;
    border: 1px solid #e14a20;
    margin: 0 auto;
  }
  .items-right {
    border-radius: 0px;
    border: 1px solid #e14a20;
    margin: 0 auto;
  }
  .shigoto_shokai {
    flex-direction: column;
  }
  .container_wide {
    width: 100%;
    margin: 0 auto;
  }
  .svg-sample {
    margin-top: 0px;
  }
  .svg-sample2 {
    margin-top: -55px;
  }
  .svg-sample3 {
    margin-top: 0px;
  }
.icon_wrapper {
  width: 100%;
  margin: auto;
}

.icon_area img {
  width: 80%;
  border: solid #E0E0E0 0.5px;
  margin: 0 auto;
}
  .human_illust img{
    display: none;
    }

}