@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual {
  background: url(../images/guidance/mainvisual.jpg) no-repeat center;
  background-size: cover;
}

#orientation {
  padding: 50px 0;
}
#orientation .orientation__lead {
  margin-bottom: 45px;
  font-size: 18rem;
  font-weight: bold;
}
#orientation .orientation__pic {
  position: relative;
  margin-bottom: 30px;
}
#orientation .orientation__table {
  margin: -50px auto 40px;
  padding: 90px 40px 40px;
  background: url(../images/guidance/orientation_bg.png) center;
}
#orientation .orientation__table .table {
  width: 100%;
  background: #fff;
  table-layout: fixed;
}
#orientation .orientation__table .table th,
#orientation .orientation__table .table td {
  padding: 10px 10px;
  border: 1px solid #6f5748;
  line-height: 1.5;
}
#orientation .orientation__table .table td.td_head {
  font-weight: bold;
}
#orientation .orientation__table .hidden-pc {
  display: none;
}

.support__contact {
  position: relative;
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 40px 50px;
  background: url(../images/support/support_bg01.png);
}
.support__contact .contact__box {
  position: relative;
  width: 100%;
}
.support__contact .contact__box > div {
  position: relative;
  padding: 25px 20px;
  background: #fff;
  border: 2px solid #f17d42;
  z-index: 10;
}
.support__contact .contact__box:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: 100%;
  height: 100%;
  background: #f17d42;
  box-sizing: border-box;
  z-index: 5;
}
.support__contact .contact__title {
  font-size: 20rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
.support__contact .contact__title:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  background: url(../images/support/icon_title.png) no-repeat;
  background-size: 100%;
  width: 56px;
  height: 2px;
}
.support__contact .contact__tel {
  margin-bottom: 0;
  font-size: 24rem;
  line-height: 1.4;
}
.support__contact .contact__tel span {
  display: inline-block;
}
.support__contact .contact__tel a {
  display: inline-block;
  text-decoration: none;
}
.support__contact .contact__tel .fax {
  margin-left: 20px;
}

#flow {
  padding: 70px 0 50px;
  background: #ffefd1;
}
#flow .flow__list {
  margin-top: 30px;
}
#flow .flow__list .list__item {
  position: relative;
  margin: 0 auto 60px;
  width: 80%;
}
#flow .flow__list .list__item:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 5;
}
#flow .flow__list .list__item > div {
  position: relative;
  width: 100%;
  padding: 25px 30px;
  background: #fff;
  border: 2px solid #6f5748;
  z-index: 10;
  border-radius: 30px;
}
#flow .flow__list .list__item .item__pic {
  position: absolute;
  top: -50px;
  left: -100px;
  width: 22.5%;
}
#flow .flow__list .list__item .item__title {
  margin-bottom: 10px;
  color: #f16823;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, "游ゴシック", YuGothic, "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 24rem;
  line-height: 1.5;
}
#flow .flow__list .list__item .item__text {
  min-height: 3.5em;
  margin-bottom: 0;
  font-weight: bold;
}
#flow .flow__list .list__item .item__text span {
  font-weight: bold;
}
#flow .flow__list .list__item .item__arrow {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 32px;
  margin-left: -16px;
}
#flow .flow__list .list__item:nth-of-type(even) .item__pic {
  left: auto;
  right: -100px;
}
#flow .flow__list .list__item:last-child {
  margin-bottom: 0;
}

#ichiji {
  padding: 50px 0;
}
#ichiji .container {
  max-width: 800px;
}
#ichiji .section__title {
  position: relative;
  font-size: 24rem;
}
#ichiji .section__title:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  background: url(../images/recruit/icon_title.png) no-repeat;
  background-size: 100%;
  width: 100px;
  height: 6px;
}
#ichiji .icon_l {
  position: absolute;
  left: 20px;
  top: -10px;
}
#ichiji .icon_r {
  position: absolute;
  right: 20px;
  top: -10px;
}
#ichiji .ichiji__box {
  position: relative;
  margin-top: 30px;
  padding: 30px;
  background: #fff;
}
#ichiji .ichiji__tel {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24rem;
  line-height: 1.4;
}
#ichiji .ichiji__tel span {
  display: inline-block;
}
#ichiji .ichiji__tel a {
  display: inline-block;
  text-decoration: none;
}
#ichiji .ichiji__list {
  display: inline-block;
  text-align: left;
}
#ichiji .ichiji__list:after {
  content: "";
  display: block;
  width: 40px;
  height: 0;
  margin: 20px auto 0;
  border-bottom: 1px dashed;
}
#ichiji .ichiji__list li {
  padding-left: 1em;
  font-weight: bold;
  text-indent: -1em;
}
#ichiji .ichiji__text {
  margin: 5px 0 0;
  font-size: 15rem;
}
#ichiji .ichiji__text02 {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  #orientation {
    padding: 30px 0;
  }
  #orientation .orientation__lead {
    margin-bottom: 25px;
    font-size: 16rem;
  }
  #orientation .orientation__table {
    margin: 0 auto 20px;
    padding: 20px 20px 20px;
  }
  #orientation .orientation__table .hidden-pc {
    display: table;
  }

  .support__contact {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  .support__contact .contact__box > div {
    padding: 20px 15px;
  }
  .support__contact .contact__box:before {
    left: 2px;
    top: 2px;
  }
  .support__contact .contact__title {
    font-size: 19rem;
  }
  .support__contact .contact__tel {
    font-size: 20rem;
  }
  .support__contact .contact__tel span {
    display: block;
  }
  .support__contact .contact__tel .fax {
    margin-left: 0;
  }

  #flow {
    padding: 30px 0 40px;
  }
  #flow .flow__list {
    margin-top: 0;
  }
  #flow .flow__list .list__item {
    margin: 10px auto 40px;
    width: 100%;
  }
  #flow .flow__list .list__item:after {
    left: 2px;
    top: 2px;
  }
  #flow .flow__list .list__item > div {
    position: relative;
    width: 100%;
    padding: 15px 15px 20px;
  }
  #flow .flow__list .list__item .item__pic {
    position: relative;
    top: 0;
    left: 26%;
    width: 48%;
    margin: -30% 0 15px;
  }
  #flow .flow__list .list__item .item__title {
    margin-bottom: 5px;
    font-size: 22rem;
  }
  #flow .flow__list .list__item .item__text {
    margin-bottom: 0;
    min-height: 0;
    font-weight: bold;
  }
  #flow .flow__list .list__item .item__text span {
    display: inline-block;
    font-weight: bold;
  }
  #flow .flow__list .list__item .item__arrow {
    bottom: -30px;
    width: 20px;
    margin-left: -10px;
  }
  #flow .flow__list .list__item:nth-of-type(even) .item__pic {
    left: 26%;
    right: auto;
  }
  #flow .flow__list .list__item:first-child {
    margin-top: 10px;
  }

  #ichiji {
    padding: 30px 0;
  }
  #ichiji .section__title {
    font-size: 20rem;
  }
  #ichiji .icon_l {
    display: inline-block;
    left: -5px;
    top: -45px;
  }
  #ichiji .icon_l img {
    width: 80px;
  }
  #ichiji .icon_r {
    display: inline-block;
    right: -3px;
    top: -41px;
  }
  #ichiji .icon_r img {
    width: 70px;
  }
  #ichiji .ichiji__box {
    margin-top: 30px;
    padding: 20px;
  }
  #ichiji .ichiji__tel {
    margin-top: 20px;
    font-size: 24rem;
  }
  #ichiji .ichiji__list {
    display: inline-block;
    text-align: left;
  }
  #ichiji .ichiji__list:after {
    content: "";
    display: block;
    width: 40px;
    height: 0;
    margin: 20px auto 0;
    border-bottom: 1px dashed;
  }
  #ichiji .ichiji__list li {
    padding-left: 1em;
    font-weight: bold;
    text-indent: -1em;
  }
  #ichiji .ichiji__text {
    margin: 5px 0 0;
    font-size: 15rem;
  }
  #ichiji .ichiji__text02 {
    margin: 20px 0 0;
  }
}
