/*
Theme Name: ケアギブ
Theme URI:
Description: ケアギブ
Version: 1.1
Author: ケアギブ
Author URI:
*/
@charset "utf-8";

/*リセットcss*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 14px;
  line-height: 2;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #fff;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* ----------------------------------------------
　animate css
----------------------------------------------*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ----------------------------------------------
　共通
----------------------------------------------*/
@media screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
}

html {
  color: #555;
  font-family: oswald-regular, "Noto Sans JP", sans-serif;
  /* font-weight: 300; */
}

/* Chrome でのみフォントを太めに表示する */
/* @media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, 0.7) 0 0 0 !important;
  }
} */
body {
  width: 100%;
  overflow-x: hidden;
  margin: auto;
  box-sizing: border-box;
}

a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

section {
  width: 100%;
}

.content {
  width: 100%;
}

.invisible {
  visibility: hidden;
}

.checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 3px;
  cursor: pointer;
}

.animated {
  animation-duration: 2s;
}

figure {
  line-height: 0;
  margin: 0;
}

figure img {
  width: 100%;
  height: auto;
}

.content-text {
  margin: 0 0 30px;
}

.main-title {
  color: #777;
  font-size: 24px;
  font-weight: 300;
}

.title-catch {
  color: #7fa9ef;
  font-size: 36px;
  letter-spacing: 5px;
}

.banner-area figure {
  margin: 0 auto 100px;
  width: 960px;
}

.banner-area figure:hover {
  opacity: 0.7;
}

.inner-top-mv {
  margin: 0 0 60px;
}
.form-text {
  color: #d2cfcf;
  font-weight: normal;
}


/* ----------------------------------------------
  header
----------------------------------------------*/
header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: relative;
  width: 100%;
  z-index: 99;
  background-image: url(../images/header_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-logo a img {
  width: 100%;
}

.header-logo a {
  display: block;
}

.header-logo:hover {
  opacity: 0.8;
}

.header-nav {
  height: 82px;
}

.header-nav ul {
  align-items: center;
  display: flex;
  height: 81px;
}

.navtop a,
.navsearch a  {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 150px;
  height: 55px;
  cursor: pointer;
}

.navtop a {
  background: url(../images/header_01.png) no-repeat center bottom / 150px auto;
}

.navsearch a {
  background: url(../images/header_02.png) no-repeat center bottom / 150px auto;
}

.navoffer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 81px;
  cursor: pointer;
  background: url(../images/header_irai.png) no-repeat center bottom / 180px auto;
}

.navtop a:hover,
.navsearch a:hover{
  background-position: center top;
  background-size: 150px auto;
  width: 150px;
  height: 85px;
}

.navoffer a:hover{
  background-position: center top;
  background-size: 180px auto;
  width: 150px;
  height: 81px;
}

.keisai {
  background: #fff;
  width: 80px;
  border-radius: 50px;
}

.header-nav ul li.keisai a {
  color: #074cca;
  font-size: 18px;
  line-height: 1.2;
  padding: 15px 1px;
}

.keisai span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.keisai_2 span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.header-nav ul li.keisai a:before {
  display: none;
}

.header-nav ul li.keisai:hover {
  background: #7fa9ef;
  transition: all 0.3s ease;
  color: #fff;
}

.header-nav ul li.keisai a:hover {
  color: #fff;
  transition: all 0.3s ease;
}

/* ----------------------------------------------
　footer
----------------------------------------------*/
footer {
  align-items: center;
  background: url(../images/footer_bg.jpg) no-repeat center center / contain;
  background-size: cover;
  background-position: bottom;
  box-sizing: border-box;
  width: 100%;
}

.footer-content {
  margin: 0 auto;
  padding: 10px 0 30px;
  width: 960px;
}

.footer-content figure {
  margin: 0 auto 30px;
  width: 300px;
}

.footer-nav ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.footer-nav ul li a {
  align-items: center;
  border-right: 1px solid #fff;
  color: #fff;
  display: flex;
  padding: 0 30px;
}

.footer-nav ul li a:hover {
  opacity: 0.8;
}

.footer-nav ul li:first-child {
  border-left: 1px solid #fff;
}

small {
  color: black;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
}

/* ----------------------------------------------
　トップMV
----------------------------------------------*/
.top-mv {
  width: 100%;
}

/* ----------------------------------------------
　トップページ
----------------------------------------------*/
.index_top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background: url(../images/top_mv_bg.jpg) no-repeat center center/cover;
}
.index_top .top_normal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  background: url(../images/top_mv_text_normal2.png) no-repeat center center/contain;
}
.top_sp {
  display: none;
}
.top_gif {
  mix-blend-mode: screen;
  width: 100%;
}
.sarch-title {
  position: relative;
  text-align: center;
  margin-bottom: -35px;
}

.sarch-title img {
  width: 100%;
}

.sarch-area {
  background: #fff;
  padding: 100px 0;
}

.sarch-area form {
  display: flex;
  /* height: 50px; */
  margin: 0 auto;
  width: 650px;
}

.mt10 {
  margin-top: 10px;
}

.searchbtn {
  border: solid 1px #fff;
  border-radius: 5px;
  background: #FF821D;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  padding: 0 40px;
  height: 30px;
  margin-top: 10px;
}

.search-content {
  display: flex;
}

.search-content select {
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
  padding: 5px;
  margin-top: 10px;
}

.search-select {
  background: #fff;
  color: #333333;
  box-sizing: border-box;
  padding: 0 10px;
}

.search-salary,
.search-item {
  display: flex;
}

.glass {
  box-sizing: border-box;
  padding: 0;
  height: 50px;
  width: 50px;
}

.text-sarch-area {
  box-sizing: border-box;
  /* border: none; */
  padding: 0 10px;
  width: 600px;
}

.sarch-genre {
  background: url(../images/sarch-genre_bg.jpg) no-repeat center center / cover;
  padding: 50px 0;
}

.sarch-genre-content {
  display: flex;
  justify-content: space-around;
}

.sarch-genre-sp {
  display: none;
}

.sarch-genre-content li a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
  /* background-color: #7fa9ef; */
  /* background-image: url(img/search_area_obi.png); */
}
.sarch-genre-content li a img{
 width: 80%;
}
.sarch-genre-content img {
  width: 100%;
}
.sarch-genre-content img:hover {
  filter: brightness(70%);
}

.sarch-genre-content li p {
  font-size: 27px;
  /* font-weight: 500; */
  letter-spacing: 3px;
  line-height: 1;
}

.sarch-genre-content li p span {
  font-size: 18px;
}

.sarch-genre-content li figure {
  margin: 0 15px 0 0;
  width: 40px;
}

.flex-area {
  display: flex;
}

.flex-area-list {
  width: 50%;
}

.area-content-inner-left-title img {
  width: 100%;
}

.area-content-inner-right-title img {
  width: 100%;
}

.flex-area-list-left {
  background: #d5deed;
  background: url(../images/search_area_bg.jpg);
  background-size: cover;
  background-position: center top 50px;
}

.flex-area-list-right {
  background: #d5deed;
  background: url(../images/03_form_bg.jpg);
  background-size: cover;
  background-position: center top 50px;
}

.area-content {
  box-sizing: border-box;
  color: #fff;
  position: relative;
  top: 10%;
}

.area-content-inner {
  margin: 0 auto;
  max-width: 660px;
  min-width: 80%;
  text-align: center;
}

.area-content-inner .title-catch {
  color: #7fa9ef;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 50px;
  opacity: 0.5;
  text-align: center;
}

.area-content-inner .title-catch span {
  display: block;
  font-size: 21px;
  line-height: 1;
}

.sarch-title-area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 60px;
}

.sarch-title-area figure {
  margin: 0 20px 0 0;
  width: 30px;
}

.sarch-title span {
  font-size: 18px;
}

.prefectures-content {
  display: inline-block;
  margin: 0 0 15px;
}

.prefectures-content-list {
  align-items: center;
  display: flex;
  margin: 0 0 15px;
}

.prefectures-area {
  background: #FF821D;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  width: 110px;
}

.prefectures-arrow {
  color: #FF821D;
  font-size: 18px;
  margin: 0 5px;
}

.prefectures-content-list ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.prefectures {
  background: #fff;
  box-sizing: border-box;
  margin: 0 3px;
  width: 50px;
}

.prefectures a {
  box-sizing: border-box;
  border-right: 1px solid #fff;
  color: #222;
  display: block;
  line-height: 1;
  font-size: 12px;
  /* font-weight: 400; */
  padding: 10px 0;
}

.map-image {
  margin: 0 auto;
  width: 180px;
}

.genre-content {
  box-sizing: border-box;
  color: #fff;
  padding: 60px 0;
  /* background-color: #fff; */
}

.genre-content-inner {
  margin: 0 auto;
  max-width: 95%;
  text-align: center;
  width: 100%;
}

.genre-content-inner .title-catch {
  color: #a3acb7;
  /* font-weight: 400; */
  line-height: 1;
  margin: 0 0 50px;
  text-align: center;
}

.genre-content-inner .title-catch span {
  display: block;
  font-size: 21px;
  line-height: 1;
}

.genre-list {
  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap;
  gap: 5px 1%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.genre-list li {
  width: 24%;
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  background: url(../images/search_industry_base.jpg) no-repeat center bottom / 220px auto; 
}

.genre-list li:hover {
  background-position: center top;
}

.genre-list li a {
  background: url(../images/fire.png) no-repeat;
  background-position: left 3px top 22px;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  display: block;
  /* height: 70px; */
  /* padding-left: 20px;
  padding-top: 20px; */
  padding: 20px 0 20px 20px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  text-align: left;
  z-index: 1;
}

.genre-list li a:before {
  width: 80px;
}

.genre-list li a:hover {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  opacity: 0.5;
}

.genre-image {
  display: flex;
  width: 100%;
}

.genre-image figure {
  width: 50%;
}

section.top-section02 {
  padding-bottom: 100px;
  background: url(../images/03_form_bg.jpg);
  background-position: center top;
  margin-top: 50px;
}

.bikkuri {
  margin: 0 auto;
  width: 200px;
  padding: 70px 0 70px;
}

.new-area {
  margin: 0 0 30px;
  width: 100%;
}

.new-area-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.new-area-name {
  width: 30%;
  padding-left: 10px;
}
.new-area-inner h3 {
  font-size: 18px;
}

.new-area li {
  text-align: left;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 75px;
  line-height: 75px;
  background-color: #fff;
}

.new-area li img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  box-sizing: border-box;
}

.new-shopname {
  font-size: 21px;
  /* font-weight: 300; */
}

.new-region {
  font-size: 18px;
}

.new-area-inner-bottom {
  border-left: 2px solid #cccccc;
  padding-left: 10px;
  width: 55%;
  height: 80%;
  display: flex;
  align-items: center;
}

.new-genre {
  font-size: 18px;
  line-height: 15px;
}
.new-genre span{
  background-color: #fce2cd;
  color: #FF821D;
  margin: 0 2px;
  padding: 0 2px;
  line-height: 10px;
}
.new-link {
  color: #4d4d4d;
  display: block;
  width: 12%;
  text-align: center;
  position: absolute;
  height: 75px;
  line-height: 75px;
  right: 0;
  top: 0;
  background: url(../images/company_button.jpg);
  background-position: center top;
}

.new-link:hover {
  background-position: center bottom;
}

.pickup-btn figure {
  margin: 20px auto 40px;
  width: 80px;
}

.pickup-btn figure:hover {
  opacity: 0.8;
}

/* ----------------------------------------------
　検索結果一覧
----------------------------------------------*/
.company-search {
  margin-bottom: -35px;
}

.company-search01 {
  background: #fff;
  padding: 100px 0;
}

.search-item {
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #333;
  margin: 0 auto;
  display: flex;
  width: 800px;
}

.conditions {
  background: #e7ecf4;
  color: #555;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  width: 150px;
}

.search-words {
  box-sizing: border-box;
  display: flex;
  padding: 5px 0 5px 20px;
}

.search-words li {
  color: #ddd;
  font-size: 13px;
  margin: 0 3px;
}

.company-search02 {
  background: url(../images/03_form_bg.jpg);
  background-position: center top;
  padding: 80px 0;
}

/* .company-search02 p {
  color: #fff;
} */

.paginate_top ul li a,
.paginate_bottom ul li a {
  color: #4d4d4d;
}

.paginate_top ul li span,
.paginate_bottom ul li span {
  color: #FF821D;
}

.match {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  text-align: right;
  width: 70%;
}

.match span {
  color: #074cca;
}

.company-search02 ul {
  margin: 0 auto;
  width: 70%;
}

.company-search02-content {
  background: #fff;
  border-top: 5px solid #FF821D;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto 30px;
  justify-content: space-between;
  padding: 45px;
}
.company-search02-content figure {
  position: relative;
  width: 35%;
  overflow: hidden; /* 画像のはみ出しを防ぐために必要かもしれません */
}

.company-search02-content-companyname {
  font-size: 30px;
  font-weight: bold;
}

.company-search02-content-companyname span {
  font-weight: normal;
  margin: 0 0 0 10px;
}

.company-search02 ul.business-category-list {
  display: flex;
  justify-content: left;
  margin: 0 0 15px;
  width: 100%;
}

.business-category-list p {
  background: #fff1cc;
  color: #FF821D;
  margin: 0 5px 0 0;
  padding: 2px 6px;
}

.business-category-list a:hover {
  background: #FF821D;
  color: #fff;
}

.company-address {
  margin: 0 0 30px;
}

.details-link {
  color: #4d4d4d;
  margin: 0 5px 0 0;
  padding: 3px 15px;
  background: url(../images/company_button.jpg);
}

.details-link:hover {
  background: #f1f1f1;
  color: #FF821D;
}

.company-search03 {
  background: #e7ecf4;
  padding: 0 0 100px;
}

.page-navi {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 300px;
  gap: 3px;
}

.page-navi li a {
  align-items: center;
  border: 1px solid #074cca;
  box-sizing: border-box;
  color: #074cca;
  display: flex;
  height: 30px;
  font-size: 16px;
  /* font-weight: 400; */
  justify-content: center;
  width: 30px;
}

.page-navi li a:hover {
  background: #074cca;
  color: #fff;
}

/* ----------------------------------------------
　企業詳細
----------------------------------------------*/
.company01 {
  padding: 80px 0 80px;
  background-color: #ffffff;
}

.company01 ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 70%;
}

.company-content-link {
  position: relative;
  list-style: none;
}

.company-content-link01 a,
.company-content-link02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  cursor: pointer;
}

.company-content-link01 a {
  background: url(../images/03_company_botton.png) no-repeat center bottom / 200px auto;
}

.company-content-link02 a {
  background: url(../images/03_recruit_botton.png) no-repeat center bottom / 200px auto;
}


.company-content-link01 a:hover,
.company-content-link02 a:hover {
  background-position: center top;
}

.company_detail {
  background: url(../images/03_form_bg.jpg);
  background-position: center top;
}

.company02 {
  padding: 100px 0;
}

.after_offer {
  background: url(../images/03_form_bg.jpg);
  background-position: center top;
}
.after_offer_word {
  text-align: center;
  margin-bottom: 20px;
}
.after_offer_word img{
  width: 40%;
}

.company02-content {
  background: #fff;
  box-sizing: border-box;
  border-top: 5px solid #FF821D;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 45px;
  width: 70%;
}
.company02-companyname {
  width: 60%;
}
.company02-content-companyname {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px;
}

.company-address {
  border-bottom: 1px solid #999;
  padding: 0 0 15px;
}

.company02-content-image {
  width: 40%;
  overflow: hidden;
  margin-left: 30px;
  display: flex;
  justify-content: center; 
  align-items: center; 
}

.company02-content-image img {
  object-fit: contain;
  object-position: center;
}

.company03 {
  padding: 0 0 100px;
}

.company-title {
  border-bottom: 2px solid #FF821D;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 50px;
}

.company03-content {
  box-sizing: border-box;
  margin: 0 auto;
  width: 70%;
}

.company-information {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.company-information dt {
  background: #FF821D;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 30%;
}

.company-information dd {
  border-bottom: 1px solid #f3f1ec;
  box-sizing: border-box;
  font-size: 18px;
  padding: 10px;
  width: 70%;
}

.company04 {
  padding: 0 0 100px;
}

.company04-content {
  box-sizing: border-box;
  margin: 0 auto;
  width: 70%;
}

.recruit-information {
  background: #fff;
  box-sizing: border-box;
  padding: 45px;
}

/* ----------------------------------------------
  掲載依頼
----------------------------------------------*/
.inner-content-title {
  margin: 100px auto 50px;
  width: 160px;
}

.contact-from {
  text-align: center;
  background: url(../images/03_form_bg.jpg);
  background-position: center top;
  padding-bottom: 100px;
}

.content-from-title {
  margin: 0 auto;
  padding: 80px 0 20px;
}

.content-from-title img {
  width: 400px;
}

.form-content {
  margin: 30px auto 50px;
  width: 1000px;
}

.from-list {
  align-items: center;
  background: #FF821D;
  /* border: 1px solid #555; */
  /* border-bottom: none; */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.form-label {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: space-between;
  /* font-weight: 500; */
  padding: 15px;
  text-align: left;
  width: 30%;
}

.form-label span {
  font-size: 15px;
  /* font-weight: 500; */
}

.form-label span.mandatory {
  background: #f7a765;
  width: 40px;
  text-align: center;
  font-size: 13px;
  padding: 0 5px;
}

.input {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-left: none;
  /* border-top: none; */
  box-sizing: border-box;
  padding: 15px;
  text-align: left;
  width: 70%;
}

.city_form-text {
  width: 100px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
}

.form-control {
  height: 28px;
  width: 95%;
  border: 1px solid #eee;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 77px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
  border: none;
  background: url(../images/03_form_botton.png) no-repeat center bottom / 300px auto;
}

.btn-primary:hover {
  background-position: center top;
}
.error {
  color: #ff4811;
  font-size: 15px;
  font-weight: bold;
}
/* ----------------------------------------------
　協力会社を探す
----------------------------------------------*/
.partner-search {
  margin: 0 0 -25px;
}

.flow-content {
  background: url(../images/top-section02_bg.jpg);
  background-position: center top;
  padding: 100px 0;
}

.flow-content-title {
  text-align: center;
  margin-bottom: 20px;
}

.flow-content-title img {
  width: 300px;
}

.inner-content-title-catch {
  color: #074cca;
  font-size: 50px;
  letter-spacing: 5px;
  line-height: 1;
  text-align: center;
}

.flow-content .inner-content-title {
  font-size: 21px;
  font-weight: bold;
  margin: 0 auto 50px;
  text-align: center;
  width: auto;
}

.flow-content-inner {
  margin: 0 auto;
  width: 960px;
}

.use-flow {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto 50px;
  padding: 30px;
  position: relative;
}

.use-flow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FF821D transparent transparent transparent;
  border-width: 25px 25px 0 25px;
}

.use-flow:last-child:after {
  display: none;
}

.flow-icon {
  width: 15%;
}

.flow-text {
  width: 80%;
}

.flow-means {
  color: #FF821D;
  font-size: 21px;
}

.d-flex,
.flex {
  display: flex;
}

.flex-1{
  flex: 1 1 0%;
}

.flex1{
  flex: 1;
}

.items-center{
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-block {
  display: block;
}

.d-inline-grid {
  display: inline-grid
}

.d-inline-block {
  display: inline-block;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.d-wrap {
  flex-wrap: wrap;
}
.d-wrapr {
  flex-wrap: wrap-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-flow {
  flex-flow: column;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-grow-1 {
  flex-grow: 1;
}

.no-wrap {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.hover-comment:hover div {
  display: block;
}

.flex-j-center {
  justify-content: center;
}

.flex-j-start {
  justify-content: flex-start;
}

.flex-j-end {
  justify-content: flex-end;
}

.flex-j-between,
.justify-between {
  justify-content: space-between;
}

.flex-j-around {
  justify-content: space-around;
}


.flex-i-center {
  align-items: center;
}

.flex-i-start {
  align-items: flex-start;
}

.flex-i-end {
  align-items: flex-end;
}

.flex-i-stretch {
  align-items: stretch;
}

.flex-start{
  align-content: flex-start;
}

.over-hidden,
.overflow-hidden {
  overflow: hidden;
}


/* ----------------------------------------------
　就職先を探す
----------------------------------------------*/
.job-search {
  margin-bottom: -25px;
}

.job-search-section01 {
  margin-bottom: 0;
}

/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media (min-width: 1400px) {
.company-search02-content img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
}


@media screen and (max-width: 1400px) {
  .header-nav ul li.keisai a {
    font-size: 18px;
  }

  .prefectures-arrow {
    display: none;
  }

  .area-content {
    padding-right: 0;
    top: 10%;
    margin-top: -70px;
  }

  .area-content-inner,
  .genre-content-inner {
    margin: 0 auto;
    width: 90%;
  }

  .prefectures-content-list {
    display: grid;
  }

  .prefectures-area {
    margin: 0 0 10px;
  }

  .prefectures {
    margin: 0 2px 7px;
  }

  .genre-content {
    padding-left: 0;
  }

  .genre-list li {
    /* width: calc(100% / 3); */
  }

  .genre-image {
    flex-wrap: wrap;
  }

  .genre-image figure {
    margin: 15px auto;
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {

  p,
  li {
    font-size: 12px;
  }

  header {
    padding: 0;
  }

  .header-nav ul li a {
    font-size: 14px;
  }

  .header-nav ul li a::after {
    border-bottom: solid 1px #844342;
  }

  .new-area {
    margin: 0 auto;
    width: 95%;
  }

  .title-catch {
    line-height: 1.3;
  }

  .main-title {
    font-size: 4vw;
  }

  .company-search02 {
    box-sizing: border-box;
    padding: 50px 20px;
  }

  .match {
    width: 100%;
  }

  .company-search02 ul {
    width: 100%;
  }

  .company-search02-content {
    padding: 20px 10px;
    flex-wrap: wrap;
  }

  .company-search02-content-inner {
    margin: 0 0 30px;
    width: 100%;
  }

  .company-search03 {
    padding-bottom: 30px;
  }

  .header-nav ul {
    width: 650px;
  }
  .new-area-inner {
    display: block;
  }
  .new-area-inner-bottom {
    border: none;
    width: 65%;
  }
  .new-link {
    color: #FF821D;
    background-color: #f5f4f1;
    width: 23%;
    display: block;
    height: auto;
    line-height: 0;
    top: auto;
    right: 1px;
    bottom: 15px;
  }
  .new-area li {
    height: auto;
  }
  .new-region {
    margin-bottom: 0;
  }
  .new-area-name {
    width: 100%;
  }
  .genre-list li a {
    background-position: left 3px top 21px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }

  header {
    height: 60px;
  }

  .header-logo {
    height: auto;
  }

  .header-logo a img {
    width: 60%;
    margin-left: -20px;
  }

  footer {
    padding: 20px 0 0;
  }

  .footer-logo {
    margin: 0 auto;
    width: 60%;
  }

  small {
    font-size: 10px;
    padding: 20px 0 10px;
    text-align: center;
    width: 100%;
  }

  .sarch-title-area figure {
    margin-right: 10px;
  }

  .glass {
    border-radius: 0;
    height: 45px;
  width: 45px;
  }
  .text-sarch-area {
    border-radius: 0;
    height: 45px;
    width: -webkit-fill-available;
  }

  .flex-area {
    flex-wrap: wrap;
  }

  .area-content {
    padding-right: 0;
    top: 1%;
    margin-top: 0;
  }

  .area-content,
  .genre-content {
    box-sizing: border-box;
    padding: 30px 20px;
    width: 100%;
  }

  .area-content-inner,
  .genre-content-inner {
    width: 100%;
  }

  .sarch-title-area {
    margin-bottom: 30px;
  }


  .new-area li {
    /* margin: 0 0 30px; */
    width: 95%;
  }

  .top-section02 {
    box-sizing: border-box;
    padding: 20px 20px;
  }

  .new-area {
    margin-bottom: 30px;
  }

  .new-area-inner {
    padding: 5px;
  }

  .new-shopname {
    font-size: 14px;
  }

  .new-region {
    font-size: 12px;
  }

  .new-genre {
    font-size: 12px;
  }

  .new-link {
    font-size: 14px;
  }

  .banner-area figure {
    width: 100%;
  }

  .flex-area-list {
    width: 100%;
  }

  .pickup-btn figure {
    margin-bottom: 0;
    width: 70px;
  }

  .inner-top-mv {
    margin-bottom: 30px;
  }
  .sarch-section01 {
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 50px 20px;
  }

  .sarch-section01-content {
    width: 100%;
  }

  .sarch-section01-content-list li {
    display: block;
  }

  .sarch-section01-content-list li figure {
    width: 100%;
  }

  .sarch-section01-content-list-inner {
    padding: 5px 0;
    width: 100%;
  }

  .sarch-shopname {
    font-size: 18px;
  }

  .shopinfo-section01 {
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 50px 20px;
  }

  .shopinfo-section01-content {
    width: 100%;
  }

  .shopinfo-section01-content-inner {
    display: block;
  }

  .shopinfo-section01-content-inner figure,
  .shopinfo-section01-content-inner-date {
    width: 100%;
  }

  .shopinfo-shopname {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .shopinfo-service {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .company-search01 {
    padding: 30px 0;
  }

  .search-item {
    width: 90%;
  }

  .conditions {
    font-size: 12px;
    padding: 5px 0;
    width: 30%;
  }

  .search-words {
    padding: 5px 10px;
  }

  .contact-from {
    box-sizing: border-box;
    padding: 0 20px 70px 20px;
  }
  .form-text {
    margin-left: 15px;
  }
  .form-content {
    width: 100%;
  }

  .form-label {
    width: 100%;
  }

  .from-list {
    background: none;
    border: none;
  }

  .form-label {
    background: #FF821D;
    padding: 10px;
  }

  .input {
    border: none;
    padding: 10px 0;
    width: 100%;
  }

  .form-control {
    box-sizing: border-box;
    height: 32px;
    width: 95%;
    margin-left: 15px;
  }

  .inner-content-title {
    margin: 50px auto;
  }

  .company01 {
    box-sizing: border-box;
    padding: 50px 20px;
  }

  .company01 ul {
    flex-wrap: wrap;
    width: 100%;
  }

  .company-content-link {
    margin: 0 auto 30px;
    width: 90%;
  }

  .company02 {
    box-sizing: border-box;
    padding: 50px 20px;
  }

  .company02-content {
    flex-direction: column-reverse;
    padding: 20px;
    width: 100%;
  }

  .company02-content-image {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .company02-companyname {
    width: 100%;
  }

  .company02-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .company03 {
    box-sizing: border-box;
    padding: 50px 20px;
  }

  .company03-content {
    width: 100%;
  }

  .company-information dt,
  .company-information dd {
    width: 100%;
  }

  .company04 {
    box-sizing: border-box;
    padding: 50px 20px;
  }

  .company04-content {
    width: 100%;
  }

  .recruit-information {
    padding: 20px;
  }

  .flow-content {
    box-sizing: border-box;
    padding: 50px 20px;
  }

  .flow-content-inner {
    width: 100%;
  }

  .flow-icon {
    width: 30%;
  }

  .flow-text {
    width: 70%;
  }
  .area-content-inner-left-title {
  background: url(../images/search_area_ttl.png);
  background-size: cover;
  background-position: center top;
  height: 90px;
}
.area-content-inner-right-title {
  background: url(../images/search_industry_ttl.png);
  background-size: cover;
  background-position: center top;
  height: 90px;
}
.area-content-inner-left-title img,
.area-content-inner-right-title img {
  opacity: 0;
}
.company-search02-content figure {
  width: 50%;
}

  /* ----------------------------------------------
　バーガーメニュー
----------------------------------------------*/
  .drawer {
    position: fixed;
    right: 5px;
    top: 5px;
  }

  .drawer-hidden {
    display: none;
  }

  .drawer-open {
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }

  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background: #b1c1dc;
    transition: 0.5s;
    position: absolute;
  }

  .drawer-open span:before {
    bottom: 10px;
  }

  .drawer-open span:after {
    top: 10px;
  }

  #drawer-check:checked~.drawer-open span {
    background: rgba(255, 255, 255, 0);
  }

  #drawer-check:checked~.drawer-open span::before {
    background: #fff;
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer-check:checked~.drawer-open span::after {
    background: #fff;
    top: 0;
    transform: rotate(-45deg);
  }

  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #FF821D;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  #drawer-check:checked~.drawer-content {
    left: 0;
  }

  .drawer-item a {
    box-sizing: border-box;
    font-size: 14px;
    padding: 15px 40px 0;
  }

  .drawer-item a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
}
@media screen and (max-width: 720px) {
  .top_pc {
    display: none;
  }
  .top_sp {
    display: block;
  }
  .flow-content-title img{
    width: 200px;
  }
  .content-from-title img{
    width: 300px;
  }
  .area-content,
  .genre-content {
   padding-top: 0;
  }
  .sarch-area {
    padding: 50px 0 30px;
  }
  .sarch-area {
    display: flex;
    margin: 0 20px;
  }
  .genre-content {
    padding-top: 20px;
  }
  .sarch-genre-content li a {
    width: 100%;
    padding: 0;
  }
  .sarch-genre-content li a img{
    width: 100%;
  }
  .sarch-genre {
    background-image: none;
    padding: 0;
    margin-bottom: -25px;
  }
  .sarch-genre-sp {
    display: block;
    width: 100%;
   
}
.genre-list li {
  width: 32%;
}
.genre-list li a {
  background-position: left 23px top 18px;
  padding-left: 40px;
}
.genre-list li.tile a {
  font-size: 10px;
}
.bikkuri {
  padding: 30px 0 30px;
}
.new-area-name {
  border-bottom: 1px solid rgb(114, 114, 114);
  width: 97%;
}
}
@media screen and (max-width: 480px) {
  .new-link {
    width: 40%;
    right: 0;
  }
  .genre-list li a {
    background-position: left 10px top 18px;
    padding-left: 25px;
  }

}
