* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff7e7;
}

a {
  text-decoration: none;
  color: inherit;
  letter-spacing: 1.2px;
  word-break: break-word;
}
a.initial {
  text-decoration: underline;
  color: initial;
}
.add-template a {
  text-decoration: underline;
}

li {
  list-style: none;
}
.wp-block-list {
  margin-left: 2rem;
}
.wp-block-list li + li {
  margin-top: 1rem;
}
ul.wp-block-list li {
  list-style: initial;
}
ol.wp-block-list li {
  list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
p {
  letter-spacing: 1.2px;
  line-height: 1.7;
}
.add-template h1,
.add-template h2,
.add-template h3,
.add-template h4,
.add-template h5,
.add-template p {
  letter-spacing: 1.2px;
  line-height: 2;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.img-status {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-word;
  word-wrap: break-word;
}
.inline {
  display: inline-block;
}

/*header*/
header {
  width: 100%;
  box-shadow: 0 0 1px #000;
  background-color: #ffffff9a;
  position: fixed;
  top: 0;
  z-index: 99;
}
.header-inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 1270px;
  font-size: 0.9rem;
}
.header-contact-btn {
  background-color: #ff914c;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  display: flex;
}
.header-nav li a {
  padding: 0.5rem 1rem;
  position: relative;
}
/*headerスマホ用*/
.sp-header-logo {
  display: none;
}
/*main*/
section {
}
main {
  width: 100%;
  margin: 2rem auto;
}
.main-content {
  width: 100%;
}
.top-sidebar {
  width: 100%;
  padding: 1rem;
}
/*top-mapserch*/
.top-mapsearch {
  background-color: #fff;
}
.title-bar {
  display: flex;
  align-items: center;
  background-color: #f96877;
  color: #fff;
  padding: 0.35rem;
  border-radius: 0.5rem;
}
.title-bar h2 {
  font-size: 1.35rem;
  padding-left: 0.5rem;
}
.title-bar.title-wh {
  background-color: #fff;
  color: #f96877;
}

.mapsearch-wrap {
  padding: 2rem;
}
.top-mapsearch-contents {
  background-color: #73d3ff;
  position: relative;
  padding: 1rem 1rem 4rem 1rem;
}
.map-search-text {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 2rem;
  position: absolute;
  left: 5%;
  top: 10%;
  padding: 0.25rem 1rem;
  font-weight: bold;
  font-size: 1.1rem;
}

.map-search-text img {
  display: block;
  width: 25px;
  margin-right: 0.5rem;
}
.top-mapsearch-img {
  display: block;
  width: 95%;
  margin: 0 auto;
  max-width: 600px;
}

.top-map-ancwrap {
  background-color: #fff;
  border-radius: 0.25rem;
  position: absolute;
}
.top-map-ancwrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.top-map-ancwrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.3rem;
}
.top-map-ancwrap li {
  padding: 0.15rem 0.25rem;
  font-size: 0.8rem;
}
.top-map-ancwrap a {
  text-decoration: underline;
}

.map-area-title {
  text-align: center;
  padding: 0.25rem 0;
  font-weight: bold;
  font-size: 1rem;
}

/*sp-mapsearch*/
section.sp-top-mapsearch {
  margin-top: 3rem;
}
.sp-mapsearch-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.sp-mapsearch-lists li {
  width: calc((100% - 3rem) / 3);
  margin: 0.5rem;
  border-radius: 0.75rem;
}

.sp-mapsearch-lists a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
.sp-mapsearch-lists a img {
  aspect-ratio: 2/1;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}
/*top-detailedsearch*/
.top-detailedsearch {
  margin-top: 3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #fef9fb;
  border-radius: 1rem;
  position: relative;
}
.top-detailedsearch-contents {
  padding: 2rem;
}
.top-detailedsearch-input {
  display: flex;
}
.top-detailedsearch-input + .top-detailedsearch-input {
  margin-top: 1.5rem;
}
.top-detailedsearch-input h3 {
  width: 150px;
}
.top-detailedsearch-input input[type="text"],
.top-detailedsearch-input select[name="options"] {
  width: 400px;
  padding: 0.5rem;
}
.top-detailedsearch-input select[name="sub-options"] {
  width: 200px;
  padding: 0.5rem;
  margin-left: 0.5rem;
}
.top-detailedsearch-inner + .top-detailedsearch-inner {
  margin-left: 2rem;
}
.search-submit {
  background-color: #0049ad;
  color: #fff;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 0;
  width: 100%;
  max-width: 400px;
}
.search-submit img {
  width: 20px;
  margin-left: 0.5rem;
}

/*top useful*/
.top-useful {
  margin: 3rem auto 4rem;
}
.useful-item-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.useful-item {
  width: calc((100% - 3rem) / 3);
  margin: 0.5rem;
}
.useful-item a {
  width: 100%;
  height: 100%;
}
.useful-item-img {
  width: 100%;
  aspect-ratio: 1.5/1;
  padding: 0.5rem;
}
.useful-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}

.useful-item-textwrap {
  width: 100%;
  padding: 0.5rem;
}
.useful-item-title {
  font-size: 1rem;
}

/*more*/
.more-btn {
  width: fit-content;
  display: inline-block;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  color: #f96877;
  background-color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 999rem;
  border: 1px solid #f96877;
  text-align: center;
}

/*top-area-search*/
section.top-area-search {
  margin-top: 3rem;
}
.top-area-contents {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.top-area-several {
  padding: 0.2rem;
  width: 50%;
  margin-top: 1rem;
}
.several-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.area-several-title {
  font-size: 1.1rem;
  border-radius: 0.35rem;
  color: #f96877;
}
.top-area-several a {
  padding: 0.25rem;
  font-weight: bold;
  display: block;
  background-color: #fe8729;
  margin: 0.2rem;
  color: #fff;
  border-radius: 0.25rem;
}

/*sidebar-news*/
.sidebar-news {
  margin-top: 3rem;
  position: relative;
}

.sidebar-news-title {
  font-size: 1.2rem;
  background-color: #1f2f54;
  color: #fff;
  padding: 0.5rem 1rem;
}
.sidebar-news-contents {
  margin-top: 1rem;
  padding: 1rem;
}
.sidebar-news li {
  border-top: 1px solid #cdcdcd;
  padding: 0 0.5rem;
}
.sidebar-news li:last-of-type {
  border-bottom: 1px solid #cdcdcd;
}

.sidebar-news-item a {
  padding: 0.5rem 0;
  display: block;
}

.sidebar-news-date {
  font-size: 0.9rem;
}

.sidebar-news-item h3 {
  font-size: 0.9rem;
}

.more-btn.center {
  margin: 2rem auto 0;
}
/*footer*/
footer {
  margin-top: 9rem;
  border-top: 1px solid #1f2f54;
  padding: 2rem 0 1rem;
  position: relative;
  background-color: #fff;
}
.footer-inner {
  width: 90%;
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  text-align: center;
  width: fit-content;
  margin-top: 0.5rem;
}
.footer-logo p {
  font-size: 0.8rem;
}
.footer-logo img {
  display: block;
  width: 200px;
}

.return-top-btn {
  background-color: #f96877;
  position: absolute;
  top: -40px;
  right: 5%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.return-top-btn img {
  width: 20px;
  transform: rotate(-90deg);
  margin-right: 0.5rem;
}
.footer-nav {
  width: 60%;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav li {
  margin: 0.5rem;
}
.footer-nav a {
  display: flex;
  align-items: center;
}
.footer-nav a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #1f2f54;
  border-right: 0;
  margin: 0.25rem;
}
.copyright {
  text-align: center;
  padding: 0.5rem;
  margin-top: 3rem;
  background-color: #f96877;
  color: #fff;
}

/*サイドバーの検索利用分*/
h3.sidebar-search-title {
}
/*検索結果*/
.search-title {
  border-bottom: 2px solid #000;
  padding-bottom: 0.5rem;
  color: #000;
}
.search-result-item {
  margin-top: 2rem;
}
.post {
  margin-top: 1rem;
}

/*ハンバーガー*/
/*==================================================
3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  background: #f96877;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 99;
  border-radius: 0.5rem;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*sp用ナビゲーション*/
.sp-nav {
  display: none;
}

/*sp-banner*/
.sp-banner a + a {
  margin-top: 1.5rem;
  display: block;
}
/*fv*/
.fv {
  width: 100%;
  background: url("../img/fv.png") no-repeat center / cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
/*inner-1000*/
.inner-1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}
.inner-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.sidebar-search-inner {
  display: flex;
  justify-content: space-between;
}
.search-occ .sidebar-search-inner select,
.search-salary-type .sidebar-search-inner select {
  width: 49%;
  margin: 0;
}

.search-salary-type {
  margin-top: 0.5rem;
}
.free-word {
  width: 100%;
  margin-top: 0.5rem;
}
.free-word-inner > div {
  width: 100%;
}

/*pickup*/
.top-pickup {
  background-color: #ffe6b0;
  margin: 4rem auto;
  padding: 2rem 0 0.5rem; /*4rem 0から変更*/
}
.pickup-item {
  background-color: #fff;
  padding: 1.5rem;
}
.pickup-company-name {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.pickup-des-box img {
  display: block;
  width: 15px;
  margin-right: 0.5rem;
}
.pickup-title {
   font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 1rem;
}
.pickup-des-box {
  margin-top: 1rem;
}
.pickup-des-box li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.pickup-des-box li + li {
  margin-top: 0.5rem;
}
/*==================================================
pickup-slider
===================================*/
.pickup-slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  max-width: 1000px;
  margin: 3rem auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.pickup-slider .slick-slide {
  margin: 0 10px;
  border-radius: 1rem;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.pickup-slider .slick-prev,
.pickup-slider .slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff; /*矢印の色*/
  border-right: 2px solid #fff; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.pickup-slider .slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.pickup-slider .slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.pickup-slider .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.pickup-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.pickup-slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.pickup-slider .slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
.u-job-info-tagwrap {
  margin-top: 1rem;
}
.job-info-tags {
  display: flex;
  flex-wrap: wrap;
}
.job-info-tags a {
  margin: 0.5rem 0.25rem;
  background: #e9f2fd;
  border-radius: 0.25rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
}
.pickup-item-btn {
  padding: 0.75rem 2rem;
  border-radius: 999rem;
  border: 1px solid #f96877;
  color: #f96877;
  display: block;
  margin: 1rem auto 0; /*top2remから変更*/
  text-align: center;
  width: 90%;
  max-width: 300px;
  font-size: 0.95rem;
  transition: 0.3s;
}
.pickup-item-btn:hover {
  color: #fff;
  background-color: #f96877;
}

/*footer追加*/
.footer-logo h1 {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

.useful-single {
  margin-top: 4rem;
}
.job-item-img {
  width: 100%;
  aspect-ratio: 2/1; /*1.5/1から変更*/
}
.job-single-img {
  width: 95%;
  aspect-ratio: 1.5/1;
  max-width: 600px;
  margin: 0 auto;
}

/*特集追加*/
section.feature-section {
  margin-top: 2rem;
}
.feature-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.feature-lists li {
  width: calc((100% - 3rem) / 3);
  margin: 0.5rem;
  border-radius: 0.75rem;
}

.feature-lists a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
.feature-lists a img {
  display: block;
  width: 100%;
}
/*求人バナー追加*/
.kyujinbanner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.banner-item img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
