@charset "utf8";
/*=============================
	- font-style
	- 汎用 color & background
	- 汎用 wrap & title
	- common.css  共通パーツCSS
	- top.css  TOPページCSS
==============================*/

/*----------------------------------------------------
	font-style
----------------------------------------------------*/
/*  全体 font  */
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #000;
}

@font-face {
  font-family: "NHaasGroteskTXPro-75Bd";
  src: url("../font/NHaasGroteskTXPro-75Bd.woff") format("woff");
  font-weight: normal;
}
.my-font01 {
  font-family: "NHaasGroteskTXPro-75Bd";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------------
	汎用 color & background
----------------------------------------------------*/
/* color */
.white {
  color: #fff;
}
.base-color01 {
  /*--メイン文字カラー--*/
  color: #363636;
}
.base-back01 {
  /*--メイン背景カラー--*/
  background: #fff;
}
.point-color01 {
  /*--ポイント文字カラー グリーン--*/
  color: #f7931e;
}
.point-back01 {
  /*--ポイント背景カラー グリーン--*/
  background: #f7931e;
}
.accent-back01 {
  /*--アクセント背景カラー 薄グレー--*/
  background: #f4f4f4;
}

/*----------------------------------------------------
	汎用 buttton
----------------------------------------------------*/
.btn01 {
  color: #f7931e;
  width: 330px;
  min-height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 0 0 #d1d1d3, inset 0 0 0 0 #d1d1d3, inset 0 0 0 2px #f7931e;
  padding: 22px 0;
}
@media screen and (max-width: 650px) {
  .btn01 {
    width: 100%;
    max-width: 350px;
    min-height: 64px;
    padding: 20px 0;
  }
}

/*----------------------------------------------------
	汎用 wrap & title
----------------------------------------------------*/
/*  width 管理  */
.mywidth {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 650px) {
  .mywidth {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*  メインコンテンツwrap   */
#main-wrapp {
  overflow: hidden;
}

/* title */
.content-title01 {
}
@media screen and (max-width: 650px) {
  .content-title01 img {
    height: 60px;
  }
}

/*----------------------------------------------------
	common.css  共通パーツCSS
----------------------------------------------------*/
/* 4列求人ボックス */
.common-box {
  margin-top: 48px;
  margin-left: 27px;
  width: calc((100% - (27px * 3)) / 4);
}
.common-box:nth-of-type(-n + 4) {
  margin-top: 0;
}
.common-box:nth-of-type(4n + 1) {
  margin-left: 0;
}
.common-box a {
  display: block;
}
.common-box .image {
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
}
.common-box .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.common-box .tag {
  display: inline-block;
  min-width: 114px;
  margin-left: 4px;
  padding: 6px;
  border-radius: 13px;
 /* box-shadow: 0 0 0 0 #d1d1d3, inset 0 0 0 0 #d1d1d3, inset 0 0 0 2px #000;*/
	background: #f7931e;
    color: #fff;
}
.common-box .tag:first-of-type {
  margin-left: 0;
}
.common-box .text {
  line-height: 1.87;
}
@media screen and (max-width: 650px) {
  .common-box {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .common-box:nth-of-type(-n + 4) {
    margin-top: 30px;
  }
  .common-box:first-of-type {
    margin-top: 0;
  }
}

/*----------------------------------------------------
	top.css  TOPページCSS
----------------------------------------------------*/
/*  content01  */
.content01 {
  padding-top: 50px;
  padding-bottom: 76px;
}
.content01 .title {
  display: flex;
  align-items: center;
}
.content01 .title::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content01 .area .title::before {
  width: 57px;
  height: 46px;
  background-image: url("../images/search-icon01.png");
  margin-right: 6px;
}
.content01 .job .title,
.content01 .feature .title {
  margin-left: 5px;
}
.content01 .job .title::before {
  width: 40px;
  height: 44px;
  background-image: url("../images/search-icon02.png");
  margin-right: 20px;
}
.content01 .feature .title::before {
  width: 47px;
  height: 48px;
  background-image: url("../images/search-icon03.png");
  margin-right: 12px;
}
.content01 .area {
  flex: 1;
  min-height: 360px;
  position: relative;
}
.content01 .area .map {
  width: 379px;
  height: 360px;
  background: url("../images/search-map.png") no-repeat center / cover;
  margin-left: 140px;
  position: relative;
}
.content01 .area .map li {
  width: 110px;
  height: 113px;
}
.content01 .area .map .doou {
  position: absolute;
  top: 203px;
  left: -113px;
}
.content01 .area .map .donan {
  position: absolute;
  top: 283px;
  left: 97px;
}
.content01 .area .map .dohoku {
  position: absolute;
  top: 31px;
  left: -16px;
}
.content01 .area .map .doto {
  position: absolute;
  top: 48px;
  left: 354px;
}
.content01 .right {
  width: 640px;
  margin-left: 121px;
}
.content01 .list li {
  width: calc((100% - (20px * 3)) / 4);
  margin-top: 20px;
  margin-left: 20px;
}
.content01 .list li:nth-of-type(-n + 4) {
  margin-top: 0;
}
.content01 .list li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.content01 .list li a {
  display: block;
  height: 66px;
  color: #fff;
  background-color: #f7931e;
  border-radius: 20px;
  position: relative;
}
.content01 .list li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .content01 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .content01 .job .title,
  .content01 .feature .title {
    margin-left: 0;
  }
  .content01 .area {
    min-height: 300px;
  }
  .content01 .area .map {
    width: 100%;
    height: 187px;
    margin-left: auto;
    margin-right: auto;
    background-position: left calc(50% + 20px) center;
    background-size: contain;
  }
  .content01 .area .map li {
    width: 79px;
    height: 81px;
  }
  .content01 .area .map li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .content01 .area .map .doou {
    top: 103px;
    left: calc(50% - 160px);
  }
  .content01 .area .map .donan {
    top: 155px;
    left: calc(50% - 30px);
  }
  .content01 .area .map .dohoku {
    top: 10px;
    left: calc(50% - 110px);
  }
  .content01 .area .map .doto {
    top: 20px;
    left: calc(50% + 80px);
  }
  .content01 .right {
    width: 100%;
    margin-left: 0;
  }
  .content01 .list li {
    width: calc((100% - (10px)) / 2);
    margin-top: 10px;
    margin-left: 10px;
  }
  .content01 .list li:nth-of-type(-n + 3) {
    margin-top: 10px;
  }
  .content01 .list li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .content01 .list li:nth-of-type(3n + 1) {
    margin-left: 10px;
  }
  .content01 .list li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .content01 .list li a {
    border-radius: 16px;
  }
}

/*  content02  */
.content02 {
  padding-top: 67px;
  padding-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .content02 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

/*  content03  */
.content03 {
  padding-top: 60px;
  padding-bottom: 67px;
}
@media screen and (max-width: 650px) {
  .content03 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

/*  content04  */
.content04 {
  padding-top: 70px;
  padding-bottom: 104px;
}
@media screen and (max-width: 650px) {
  .content04 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

/*  content05  */
.content05 {
  padding-top: 46px;
  padding-bottom: 53px;
}
.content05 .list-wrap {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.content05 .list-wrap li {
  margin-top: 15px;
}
.content05 .list-wrap li:first-of-type {
  margin-top: 0;
}
.content05 .list-wrap li .date {
  width: 120px;
  display: inline-block;
}
.content05 .list-wrap li .text {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .content05 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .content05 .list-wrap li {
    margin-top: 20px;
  }
  .content05 .list-wrap li .date {
    width: auto;
    display: block;
  }
  .content05 .list-wrap li .text {
    display: block;
    margin-top: 5px;
  }
}

/*  content06  */
.content06 {
  margin-top: 65px;
  margin-bottom: 66px;
  padding-top: 60px;
  padding-bottom: 96px;
  padding-left: 80px;
  position: relative;
  height: 520px;
}
.content06::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1280px + ((100% - 1280px) / 2));
  height: 100%;
  background: url(../images/footer-bg.png) no-repeat left center / cover;
  z-index: -1;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.content06 .tel-btn {
  line-height: 1.4;
  letter-spacing: 0.075em;
  margin-right: 98px;
  padding-left: 37px;
  background: url("../images/footer-tel.png") no-repeat left bottom 12px;
}
.content06 .tel-btn::before {
  content: "電話によるお問合せ";
  display: block;
  font-size: 18px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.075em;
  margin-left: -37px;
}
.content06 .contact-btn {
  width: 450px;
  height: 90px;
  border-radius: 45px;
  box-shadow: 0 0 0 0 #d1d1d3, inset 0 0 0 0 #d1d1d3, inset 0 0 0 2px #fff;
  background-color: #f7931e;
  padding-top: 27px;
}
@media screen and (max-width: 650px) {
  .content06 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 0;
    height: auto;
  }
  .content06::before {
    width: 100%;
    background-position: center;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .content06 .logo img {
    width: 40vw;
    max-width: 215px;
  }
  .content06 .tel-btn {
    margin-right: 0;
    padding-left: 25px;
    background-size: 20px auto;
  }
  .content06 .tel-btn::before {
    font-size: 14px;
    margin-left: -25px;
    text-align: center;
  }
  .content06 .contact-btn {
    width: 100%;
    max-width: 350px;
    height: 70px;
    padding-top: 20px;
  }
}

.common-box .company{
	color: #f29f07;
    font-weight: bold;
}
