/* Reset ----- */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button,select {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {
  outline: none;
}
::placeholder,
:-ms-input-placeholder {
    color: #979797;
}
html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100%;
}
img,iframe {
  border:0
}
img {
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
body {
  position: relative;
  font:400 16px/1.6 'Noto Sans JP', sans-serif;
  background: #F6F6F6;
}
a:hover {
  opacity: .7;
}

::placeholder {
  font-size: 1rem!important;
}

.sp {
  display: none;
}
.header-wrapper {
  position: relative;
  z-index: 100;
  background: #E8E8E8;
}
.header,
.venison,
.wrapper,
.footer {
  width: 100%;
  max-width: calc(1080px + 20px);
  padding: 0 10px;
  margin: auto;
}
.header {
  display: flex;
}
.header h1 {
  margin-right: 40px;
}
.header-search,
.index-search {
  height: 55px;
  width: 800px;
  padding: 0 10px 0 40px;
  margin: 20px 0;
  background-image: url("../img/mushi.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-color: #fff;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}
::placeholder {
  color: #979797;
}
.index-search {
  display: none;
  width: 100%;
  margin-top: 0;
}
.global-nav {
  margin-top: 30px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}
.global-nav ul {
  display: flex;
  gap: 50px;
}
.global-nav a {
  color: #000;
  text-decoration: none;
}
.venison-wrapper {
  background: #fff;
  padding: 4px 0;
  margin-bottom: 30px;
}
.venison {
  display: flex;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
}
.venison li:not(:last-child)::after {
  content: "〉";
  margin-left: 25px;
  color: #686868;
}
.venison li+li {
  margin-left: 17px;
}
.venison a {
  text-decoration: none;
  color: #0066CC;
}
.wrapper {
  overflow: hidden;
}

.sucky-tile {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  max-width: calc(100px * 8 + 5px * 7);
  margin: auto;
  margin-bottom: 30px;
}
.sucky-tile div,
.void-tile div {
  display: block;
  width: 100px;
  height: 135px;
  background-repeat: no-repeat;
}
.void-tile div {
  cursor: pointer;
}
.void-tile div.active {
  pointer-events: none;
}

.disabled {
  background: #FFFFFF !important;
  color: #DFDFDF !important;
  border: 1px solid #DFDFDF !important;
  box-shadow: none !important;
  pointer-events: none !important;
}
.menu_warp {
  gap: 10px;
}

.menu_box {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 10px;
  width: 45%;
}

.sp_menu {
  display: none !important;
}

.area_warp {
  width: 40%;
}

.area_box {
  background-color: #67B3C5;
  line-height: 5;
  color: #FFFFFF;
  margin: 5px;
  width: 45%;
}

.area_box.active,
.area_box.checked {
  background: #FFFFFF !important;
  color: #67B3C5 !important;
  border: 1px solid #67B3C5 !important;
}

.t1 {
  background-image: url(../img/1-benefits-salary.png);
}
.t1.active,
.t1.checked {
  background-image: url(../img/1a-benefits-salary.png);
}
.t2 {
  background-image: url(../img/2-benefits-holiday.png);
}
.t2.active,
.t2.checked {
  background-image: url(../img/2a-benefits-holiday.png);
}
.t3 {
  background-image: url(../img/3-benefits-childcarecare.png);
}
.t3.active,
.t3.checked {
  background-image: url(../img/3a-benefits-childcarecare.png);
}
.t4 {
  background-image: url(../img/4-benefits-skill.png);
}
.t4.active,
.t4.checked {
  background-image: url(../img/4a-benefits-skill.png);
}
.t5 {
  background-image: url(../img/5-benefits-skilloffice.png);
}
.t5.active,
.t5.checked {
  background-image: url(../img/5a-benefits-skilloffice.png);
}
.t6 {
  background-image: url(../img/6-benefits-skillphysical.png);
}
.t6.active,
.t6.checked {
  background-image: url(../img/6a-benefits-skillphysical.png);
}
.t7 {
  background-image: url(../img/7-benefits-work.png);
}
.t7.active,
.t7.checked {
  background-image: url(../img/7a-benefits-work.png);
}
.t8 {
  background-image: url(../img/8-benefits-grooming.png);
}
.t8.active,
.t8.checked {
  background-image: url(../img/8a-benefits-grooming.png);
}
.t9 {
  background-image: url(../img/9-benefits-facility.png);
}
.t9.active,
.t9.checked {
  background-image: url(../img/9a-benefits-facility.png);
}
.t10 {
  background-image: url(../img/10-benefits-gotowork.png);
}
.t10.active,
.t10.checked {
  background-image: url(../img/10a-benefits-gotowork.png);
}
.t11 {
  background-image: url(../img/11-benefits-housing.png);
}
.t11.active,
.t11.checked {
  background-image: url(../img/11a-benefits-housing.png);
}
.t12 {
  background-image: url(../img/12-benefits-refresh.png);
}
.t12.active,
.t12.checked {
  background-image: url(../img/12a-benefits-refresh.png);
}
.t13 {
  background-image: url(../img/13-benefits-club.png);
}
.t13.active,
.t13.checked {
  background-image: url(../img/13a-benefits-club.png);
}
.t14 {
  background-image: url(../img/14-benefits-healthmind.png);
}
.t14.active,
.t14.checked {
  background-image: url(../img/14a-benefits-healthmind.png);
}
.t15 {
  background-image: url(../img/15-benefits-celebrationcondolence.png);
}
.t15.active,
.t15.checked {
  background-image: url(../img/15a-benefits-celebrationcondolence.png);
}
.t16 {
  background-image: url(../img/16-benefits-etc.png);
}
.t16.active,
.t16.checked {
  background-image: url(../img/16a-benefits-etc.png);
}

.hood,
.q {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 5px 35px;
  margin-top: 1px;
  background-image: url(../img/icon1.png);
  background-position: top  10px left 10px;
  background-repeat: no-repeat;
  background-color: #E9E9E9;
  font-weight: 500;
  cursor: pointer;
  word-wrap: break-word;
}
.hood::after,
.q::after {
  content: "";
  height: 30px;
  width: 30px;
  margin-left: 20px;
  background: url(../img/icon3.png) no-repeat;
}
.q {
  background-image: url(../img/q.png);
}


.hood.opened:after,
.q.opened:after {
  background: url(../img/icon4.png) no-repeat;
}
.hood .txt {
  max-width: calc(100% - 110px);
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 18px;
}
.q .txt {
  max-width: calc(100% - 60px);
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 18px;
}
.icons_pc,
.icons_sp {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5px;
  margin-left: auto;
}
.icons_sp {
  display: none;
}
.bull,
.a {
  display: none;
  padding: 10px 15px;
  background: #fff;
  font-weight: 300;
}
.a {
  background-image: url(../img/a.png);
  background-position: top  10px left 15px;
  background-repeat: no-repeat;
  padding-top: 34px;
}
.hood.opened+.bull,
.q.opened+.a {
  display: block;
}
.bull p+p,
.a p+p {
  margin-top: 1em;
}
.a a {
 color: #0066CC;
}

.archive {
  display: flex;
  gap: 40px;
}
.archive-left {
  width: 300px;
}
.archive-side {
  border: 1px solid #9F9F9F;
}
.archive-side h2 {
  padding: 20px;
  background: #4E8D9C;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.side-inner {
  padding: 10px 20px;
  background: #fff;
}
.side-inner h3 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid #A8A8A8;
  font-weight: 500;
}
.side-inner h3:first-child {
  margin-top: 0;
}
.fb-box {
  padding: 10px;
  background: #FBFBFB;
}
.fb-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.fb-box li {
  background: #67B3C5;
  border-radius: 9px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.fb-footer {
  padding: 20px 0 5px;
  text-align: center;
  font-weight: 500;
}
.fb-footer span {
  font-size: 22px;
  font-weight: 700;
  color: #FF0000;
}
.fb-btn {
  display: block;
  width: 100%;
  background: linear-gradient(to right, #3B6A74, #67B3C5);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
}
.archive-right {
  width: 740px;
}
.archive-header {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.archive-header select {
  appearance: none;
  height: 30px;
  width: auto;
  min-width: 150px;
  padding: 0 40px 0 10px;
  background: url(../img/sankaku2.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #fff;
  border: 1px solid #4E8D9C;
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  line-height: 30px;
  color: #4E8D9C;
}
.archive-header button {
  width: 50px;
  background: linear-gradient(to top, #3B6A74, #67B3C5);
  box-shadow: 0 1px 3px rgba(0,0,0,.16);
  color: #fff;
  line-height: 30px;
}
.archive-header-sp {
  display: none;
}
.archive-header-sp .b {
  display: block;
  padding: 8px 72px 8px 10px;
  border: 1px solid #000;
  background: url(../img/re.png) no-repeat center right 10px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.archive-header-sp .b p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-header-sp .b1 {
  margin-right: 10px;
  font-weight: bold;
}
.archive-header-sp ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.archive-header-sp ul a {
  display: block;
  width: 85px;
  background: #67B3C5;
  border-radius: 19px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}
.sp-cond {
  display: none;
}

.archive-box {
  width: 100%;
  margin-top: 20px;
  background: #fff;
}
.archive-box::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(to left, #F6FFA1, #4E8D9C);
}
.archive-box h1 {
  display: flex;
  background: #FBFBFB;
  padding: 7px 14px;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.archive-box h1 div {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.archive-box h1 div span {
  padding: 0 5px;
  margin-left: 5px;
}
.archive-box .new {
  background: #f00;
}
.archive-box .kyujin {
  background: #000;
}
.archive-box .border {
  border: 1px solid #DBDBDB;
  border-top: 0px;
}
.archive-box table {
  width: calc(100% - 50px);
  margin: 10px 25px;
  border: 1px solid #DBDBDB;
  font-size: 13px;
}
.archive-box th,
.archive-box td {
  border-top: 1px solid #DBDBDB;
  padding: 5px 10px;
}
.archive-box th {
  width: 120px;
  background: #F6F6F6;
  font-weight: 500;
}
.archive-footer {
  display: flex;
  gap: 13px;
  padding: 0 15px 10px;
}
.archive-footer-left {
  width: 180px;
}
.archive-footer-left a {
  display: block;
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  font-weight: 500;
}
.archive-footer-left .btn1 {
  background: linear-gradient(to top, #3B6A74, #67B3C5);
  color: #fff;
}
.archive-footer-left .btn2 {
  border: 1px solid #4E8D9C;
  color: #4E8D9C;
}
.archive-footer-right {
  flex: 1;
  text-align: right;
}
.archive-footer-right a {
  color: #0066CC;
  font-size: 13px;
  text-decoration: none;
}

.archive-tile {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 5px;
  width: 100%;
  margin: auto;
}
.archive-tile div {
  display: block;
  height: 50px;
  width: 60px;
  background-repeat: no-repeat;
}

.tt1 {
  background-image: url(../img/401-benefits-salary.png);
}
.tt1.active {
  background-image: url(../img/401a-benefits-salary.png);
}
.tt2 {
  background-image: url(../img/402-benefits-holiday.png);
}
.tt2.active {
  background-image: url(../img/402a-benefits-holiday.png);
}
.tt3 {
  background-image: url(../img/403-benefits-childcarecare.png);
}
.tt3.active {
  background-image: url(../img/403a-benefits-childcarecare.png);
}
.tt4 {
  background-image: url(../img/404-benefits-skill.png);
}
.tt4.active {
  background-image: url(../img/404a-benefits-skill.png);
}
.tt5 {
  background-image: url(../img/405-benefits-skilloffice.png);
}
.tt5.active {
  background-image: url(../img/405a-benefits-skilloffice.png);
}
.tt6 {
  background-image: url(../img/406-benefits-skillphysical.png);
}
.tt6.active {
  background-image: url(../img/406a-benefits-skillphysical.png);
}
.tt7 {
  background-image: url(../img/407-benefits-work.png);
}
.tt7.active {
  background-image: url(../img/407a-benefits-work.png);
}
.tt8 {
  background-image: url(../img/408-benefits-grooming.png);
}
.tt8.active {
  background-image: url(../img/408a-benefits-grooming.png);
}
.tt9 {
  background-image: url(../img/409-benefits-facility.png);
}
.tt9.active {
  background-image: url(../img/409a-benefits-facility.png);
}
.tt10 {
  background-image: url(../img/410-benefits-gotowork.png);
}
.tt10.active {
  background-image: url(../img/410a-benefits-gotowork.png);
}
.tt11 {
  background-image: url(../img/411-benefits-housing.png);
}
.tt11.active {
  background-image: url(../img/411a-benefits-housing.png);
}
.tt12 {
  background-image: url(../img/412-benefits-refresh.png);
}
.tt12.active {
  background-image: url(../img/412a-benefits-refresh.png);
}
.tt13 {
  background-image: url(../img/413-benefits-club.png);
}
.tt13.active {
  background-image: url(../img/413a-benefits-club.png);
}
.tt14 {
  background-image: url(../img/414-benefits-healthmind.png);
}
.tt14.active {
  background-image: url(../img/414a-benefits-healthmind.png);
}
.tt15 {
  background-image: url(../img/415-benefits-celebrationcondolence.png);
}
.tt15.active {
  background-image: url(../img/415a-benefits-celebrationcondolence.png);
}
.tt16 {
  background-image: url(../img/416-benefits-etc.png);
}
.tt16.active {
  background-image: url(../img/416a-benefits-etc.png);
}
.archives .google {
  margin: 50px 0;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0px;
  float: right;
  font-size: 13px;
}
.pagination li {
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
}
.pagination a {
  display: block;
  padding: 10px 18px;
  color: #000;
  text-decoration: none;
}
.pagination .active {
  border: 2px solid red;
  border-radius: 8px;
}
span.current {
  background: none;
  border-color: #666;
}
span.dots {
  padding: 10px 0;
  border: none;
  background: none;
}
.company-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.company-header-left p {
  font-size: 14px;
}
.company-header-left div span {
  padding: 0 5px;
  margin-right: 5px;
  color: #fff;
  font-weight: 500;
}
.company-header-left .new {
  background: #f00;
}
.company-header-left .kyujin {
  background: #000;
}
.company-header-left h1 {
  font-size: 20px;
  font-weight: 500;
}
.company-header-right {
  display: flex;
  gap: 20px;
}
.company-header-right a {
  display: block;
  width: 180px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  font-weight: 500;
}
.company-header-right .btn1 {
  border: 1px solid #4E8D9C;
  color: #4E8D9C;
  background: #fff;
}
.company-header-right .btn2 {
  background: linear-gradient(to top, #3B6A74, #67B3C5);
  color: #fff;
}
.company {
  padding: 10px 15px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #DBDBDB;
}
.company+.company {
  margin-top: 30px;
}
.pb0 {
  padding-bottom: 0;
}
.hr1 {
  height: 5px;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
  background: linear-gradient(to right, #4E8D9C, #F6FFA1);
  border: none;
}
.company h2 {
  font-size: 18px;
  font-weight: 700;
}
.company table {
  width: 100%;
}
.company tr:first-child th,
.company tr:first-child td {
  border-top: none;
}
.company th,
.company td {
  vertical-align:top;
  border-top: 1px solid #000;
}

.company th {
  width: 236px;
  padding: 15px 15px 15px 5px;
  line-height: 20px;
}
.company th img {
  margin-right: 5px;
}
.company td {
  padding: 15px;
  border-left: 1px solid #000;
}
.company ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.company a {
  color: #0066CC;
}

.h3-fukuri {
  padding: 0 5px;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
}
.h3-fukuri::before {
  content: "";
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.h3-fukuri:first-child {
  margin-top: 0;
}
.fukuri1 {
  background-color: #4E5CA1;
}
.fukuri1::before {
  background-image: url(../img/201-benefits-salary.png);
}
.fukuri2 {
  background-color: #6D709D;
}
.fukuri2::before {
  background-image: url(../img/202-benefits-holiday.png);
}
.fukuri3 {
  background-color: #A072A1;
}
.fukuri3::before {
  background-image: url(../img/203-benefits-childcarecare.png);
}
.fukuri4 {
  background-color: #DD5454;
}
.fukuri4::before {
  background-image: url(../img/204-benefits-skill.png);
}
.fukuri5 {
  background-color: #C48590;
}
.fukuri5::before {
  background-image: url(../img/205-benefits-skilloffice.png);
}
.fukuri6 {
  background-color: #E18A6C;
}
.fukuri6::before {
  background-image: url(../img/206-benefits-skillphysical.png);
}
.fukuri7 {
  background-color: #EFA14C;
}
.fukuri7::before {
  background-image: url(../img/207-benefits-work.png);
}
.fukuri8 {
  background-color: #EFA14C;
}
.fukuri8::before {
  background-image: url(../img/208-benefits-grooming.png);
}
.fukuri9 {
  background-color: #DDC354;
}
.fukuri9::before {
  background-image: url(../img/209-benefits-facility.png);
}
.fukuri10 {
  background-color: #A18E4E;
}
.fukuri10::before {
  background-image: url(../img/210-benefits-gotowork.png);
}
.fukuri11 {
  background-color: #99A14E;
}
.fukuri11::before {
  background-image: url(../img/211-benefits-housing.png);
}
.fukuri12 {
  background-color: #70B199;
}
.fukuri12::before {
  background-image: url(../img/212-benefits-refresh.png);
}
.fukuri13 {
  background-color: #4EA49E;
}
.fukuri13::before {
  background-image: url(../img/213-benefits-club.png);
}
.fukuri14 {
  background-color: #4597A8;
}
.fukuri14::before {
  background-image: url(../img/214-benefits-healthmind.png);
}
.fukuri15 {
  background-color: #4E83A1;
}
.fukuri15::before {
  background-image: url(../img/215-benefits-celebrationcondolence.png);
}
.fukuri16 {
  background-color: #4E74A1;
}
.fukuri16::before {
  background-image: url(../img/216-benefits-etc.png);
}

.company-footer-btn {
  margin-top: 50px;
  text-align: center;
}
.company-footer-btn a {
  display: inline-block;
  width: 300px;
  border: 1px solid #4E8D9C;
  color: #4E8D9C;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 60px;
  font-weight: 500;
}
.appeal {
  margin-bottom: 20px;
  font-weight: 300;
}
.appeal p {
  margin-top: 20px;
}
.appeal img {
  margin-top: 20px;
}
.flex2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.flex3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.application {
  margin-top: 40px;
  font-weight: 300;
}
.application p+p {
  margin-top: 1em;
}

.application h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #4E8D9C;
}
.application h1+h2 {
  margin-top: 0;
}
.application h3 {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 500;
}

.application-form-wrapper {
  margin-top: 40px;
}
.white-box {
  padding: 10px 15px 15px;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #DBDBDB;
}
.white-box h2 {
  font-size: 18px;
  font-weight: 700;
}
.application-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #000;
}
.application-form th,
.application-form td {
  padding: 20px 10px;
  border-top: 1px dashed #6A6A6A;
}
.application-form th {
  width: 300px;
  background: #F6F6F8;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
}
.application-form tr:first-child th,
.application-form tr:first-child td {
  border: none;
}
.application-form td {
  word-wrap: break-word;
  word-break: break-all;
}

.application-form input,
.application-form textarea,
.application-form select {
  width: 100%;
  border: 1px solid #000;
  padding: 0 5px;
  font-size: 14px;
}
.application-form input[type="file"] {
  width: auto;
  border: none;
  font-size: 18px;
}

.application-form textarea {
  display: block;
  min-height: 100px;
  resize: vertical;
}
.application-form .tr-center {
  padding-left: 310px;
}
.required {
  padding-left: .25em;
  font-size: 16px;
  color: #f00;
}
.application-form-wrapper a {
  color: #00B0F0;
  text-decoration: underline;
}
input.w200 {
  width: 200px;
}
select.w167 {
  width: 167px;
}
.mt20 {
  margin-top: 20px;
}
.application-form-wrapper button {
  padding: 6px;
  margin-top: 25px;
  border: 1px solid #707070;
  background: #F6F6F8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.application-form {
  margin-top: 10px;
}
.※ {
  font-size: 14px;
  font-weight: 300;
}
.pc18sp12 {
  font-size: 18px;
}
.text-box {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
}
.text-box p {
  margin-top: 20px;
}
.text-box p+p {
  margin-top: 1em;
}
.text-box a {
  color: #0066CC;
}
.tar {
  margin-top: 30px;
  text-align: right;
}
.text-box .xxx {
  margin-top: 40px;
}
.text-box .xxx:first-child {
  margin-top: 0;
}
.text-box h2 {
  margin-top: 30px;
}
.pc-ml10 {
  margin-left: 10px;
}
.pc-mt20 {
  margin-top: 20px;
}
.pc-mt40 {
  margin-top: 40px;
}
.ml5 {
  margin-left: 5px;
}

.mokuji {
  padding: 10px 15px 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #DBDBDB;
}
.mokuji h2 {
  font-size: 18px;
  font-weight: 700;
}
.mokuji ul {
  font-size: 14px;
}
.mokuji li {
  margin-top: 15px;
}
.mokuji li::before {
  content: "\30FB";
}
.mokuji a {
  color: #000;
}
.houhou {
  font-size: 14px;
}
.houhou h2 {
  font-size: 18px;
  color: #4E8D9C;
  font-weight: 500;
}
.houhou p,
.houhou img {
  margin: 15px 0;
}
.houhou img {
  display: block;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.houhou hr {
  background: #9F9F9F;
  margin: 30px 0;
}
.xxx {
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
}
.xxx::first-letter {
  font-size: 26px;
  color: #4E8D9C;
  border-bottom: 2px solid #4E8D9C;
}
.h1-ceneter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
}
.h1-ceneter span::first-letter {
  color: #4E8D9C;
}
.h1-ceneter::before,
.h1-ceneter::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  width: 70px;
  background-color: #000;
}
.tile-pc {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.tile-sp {
  display: none;
}

.hero {
  margin-bottom: 40px;
}

.index-3 {
  display: flex;
  justify-content: space-around;
  padding: 20px 0 15px;
  background: #4E8D9C;
  border-radius: 12px;
  color: #fff;
}
.index-3 .box {
  width: calc(100% / 3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 66px;
}
.index-3 .box:not(:first-child) {
  border-left: 1px solid;
  border-image: linear-gradient(to bottom, transparent 15%, #fff 15%, #fff 85%, transparent 85%);
  border-image-slice: 1;
}
.index-3 .txt {
  text-align: right;
}
.index-3 .txt span {
  display: block;
}

.index-3 .txt1 {
  font-size: 18px;
  font-weight: 300;
}
.index-3 .txt2 {
  font-size: 22px;
}
.stiff {
  display: flex;
  gap: 15px;
  line-height: 55px;
}
.stiff a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  color: #000;
}
.stiff a::after {
  content: "＞";
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #CBCBCB;
}
.sin {
  display: block;
  font-size: 30px;
}
.void {
  padding: 15px 25px;
  margin: 10px 0;
}
.void-flex {
  display: flex;
  gap: 10px;
}

.void-tile {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: calc(100px * 4 + 5px * 3);
}
.void-tile2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: calc(200px * 2 + 15px);
}
.t {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 200px;
  height: 100px;
  background: #67B3C5;
  color: #fff;
}
.t.active,
.t.checked {
  background: #fff;
  border: 2px solid #67B3C5;
  color: #67B3C5;
}

.void-center {
  width: 30px;
  border-radius: 5px;
  background-image: url(../img/ar.png);
  background-position: center;
  background-color: #BEBEBE;
}
.void-right {
  flex: 1;
  height: 555px;
  overflow-y: auto;
}
.void-right>div {
  display: none;
}
.void-right>div.active {
  display: block;
}
.void-right .h {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background: #4E8D9C;
  color: #fff;
  font-weight: 500;
}
.void-right .h:first-child {
  margin-top: 0;
}
.void-right .h.kuro {
  background: #000;
}

.void-right .box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  background: #FBFBFB;
  border: 1px solid #B2B2B2;
}
.void-right input[type="checkbox"] {
  margin-right: 5px;
  vertical-align:inherit;
}
.void select {
  appearance: none;
  width: 100%;
  padding: 15px 25px;
  background: url(../img/v.png) center right 25px no-repeat;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
button {
  appearance: none;
}
.form-footer {
  display: flex;
  align-items: center;
}
.form-footer p,
.form-footer2 p {
  width: calc(100% - 720px);
  font-size: 20px;
  font-weight: 500;
}
.form-footer p span,
.form-footer2 p span {
  padding: 0 10px;
  font-size: 30px;
  font-weight: 700;
  color: #f00;
}
.form-footer button {
  height: 60px;
  width: 720px;
  border-radius: 6px;
  background: linear-gradient(to right, #63C2A5, #368F74);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.form-footer2 {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  background: #fff;
}
.form-footer2.fixed {
  display: flex;
  justify-content:center;
}
.form-footer2 p {
  width: auto;
}
.sankaku {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: 25px 0 20px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221030%22%20height%3D%2260%22%20viewBox%3D%220%200%201030%2060%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_65%22%20data-name%3D%22%E3%83%91%E3%82%B9%2065%22%20d%3D%22M6%2C0H1024a5.955%2C5.955%2C0%2C0%2C1%2C6%2C5.908V33.481a5.955%2C5.955%2C0%2C0%2C1-6%2C5.908L515%2C60%2C6%2C39.39a5.955%2C5.955%2C0%2C0%2C1-6-5.908V5.908A5.955%2C5.955%2C0%2C0%2C1%2C6%2C0Z%22%20fill%3D%22%234e8d9c%22%2F%3E%3C%2Fsvg%3E') center / 100% 60px no-repeat;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.fuku-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.fuku-list a {
  position: relative;
  display: block;
  width: calc((100% - 20px * 3) / 4);
  aspect-ratio: 1 / 1;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
}
.fuku-list p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 20px 10px;
  background: rgba(0,0,0,.6);
  font-size: 14px;
  line-height: 20px;
}
.index-btn_wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.index-btn {
  display: block;
  padding: 17px 118px 17px 20px;
  background: url(../img/ar2.png) no-repeat center right 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,.16), 0 1px 2px rgba(0,0,0,.16) inset;
  border: 2px solid #4E8D9C;
  border-radius: 6px;
  font-weight: 500;
  color: #4E8D9C;
  text-decoration: none;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(0,0,0,.16);
}
.h1-slider {
  margin-top: 70px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  border-bottom: 10px solid #4E8D9C;
  outline-offset: -10px;
}
.h1-slider span {
  display: inline-block;
  padding: 11px 13px 0 13px;
  background: #4E8D9C;
  border-radius: 5px 5px 0 0;
}

.slider-wrapper {
  padding: 14px 3px 3px;
  background: #fff;
}
.not-slider {
  display: none;
}
.slick-slide a {
box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.slick-slide img {
  padding: 0 3px;
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li {
  margin: 0 20px;
}
.slick-dots li button:before {
  content: '〇';
  opacity: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #4E8D9C;
}
.slick-dots li.slick-active button:before {
  content: '●';
  color: #4E8D9C;
  opacity: 1;
}
.slick-dots li button:hover {
  color: #4E8D9C;
  opacity: .7;
  outline: none;
}

.google {
  display: flex;
  justify-content:center;
  margin: 5px 0px 10px;
}

.footer-wrapper {
  background: #000;
  margin-top: 40px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap: 10px 40px;
  margin-bottom: 25px;
}
.footer {
  text-align: center;
}
.footer li {
  margin-bottom: 10px;
}
.footer a {
  color: #fff;
}
.footer small {
  font-size: 1em;
}
.footer-note {
  padding: 80px 128px 0;
  font-weight: 300;
}

.shiborikomi-wrapper {
  overflow: hidden;
}
.shiborikomi-wrapper img {
  cursor: pointer;
}
.shiborikomi {
  display: none;
  background: #DAE5E7;
  padding: 10px;
  margin-bottom: 5px;
}
.shiborikomi-ul {
  display: flex;
  gap: 5px;
}
.shiborikomi-ul li .active {
  display: none;
}
.shiborikomi-ul li.active img,
.shiborikomi-ul li.selected img {
  display: none;
}
.shiborikomi-ul li.active img.active,
.shiborikomi-ul li.selected img.active {
  display: inline-block;
}
.shiborikomi-inner {
  display: none;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 5px;
}
.shiborikomi-inner select {
  appearance: none;
  width: 300px;
  padding: 8px 10px;
  font-weight: 300;
  border: 1px solid #9F9F9F;
  border-radius: 5px;
  background: url(../img/v.png) right 10px center no-repeat;
}
.company.hide {
  display: none;
}

video {
  width: 100%;
  max-width: 600px;
}
.pickup-list {
  margin-bottom: 80px;
}
.pickup-list a {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #9F9F9F;
  color: #5D6970;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
}
.pickup-list a:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.pickup-list .google2+a {
  border-top: none;
}
.pickup-list .img {
  width: 255px;
  height: 255px;
  border: 1px solid #707070;
}
.pickup-list .txt {
  width: calc(100% - 255px - 20px);
}
.pickup-list h1 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-overflow: ellipsis;
  color: #000;
}
.pickup-list .date {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #B0B9BF;
  font-weight: bold;
  line-height: 1;
}
.pickup-list .omit {
  display: -webkit-box;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 8;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.google2 {
  display: flex;
  justify-content:center;
  margin: 70px 0;
}
.google2-bottom {
  margin-top: 40px;
  margin-bottom: 0;
}
.clear {
  content: "";
  display: block;
  clear: both;
}
.picup-header {
  padding-left: 10px;
  margin-bottom: 30px;
  border-left: 10px solid #4E8D9C;
  border-bottom: 1px solid #000;
}
.picup-single h1,
.picup-single h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  line-height: 1.2;
}
.picup-header h1 {
  font-size: 26px;
}
.picup-header::first-letter {
  color: #4E8D9C;
}
.picup-header .date {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 14px;
  color: #B0B9BF;
  margin: 0;

}
.picup-inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.picup-single {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;

}
.picup-single h2 {
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-left: 10px solid #4E8D9C;
  border-top: 1px solid #000;
  font-size: 20px;
}
.picup-single p {
  margin-top: 20px;
  /* margin-bottom: 80px; */
}
.flex-img {
  display: flex;
  gap: 20px;
}
.flex-img .left {
  width: calc(100% - 300px);
}
.flex-img .right {
  width: 280px;
}

.social-ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 0;
  margin-top: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.prev-next {
  overflow: hidden;
  margin-top: 80px;
}
.prev-next .prev,
.prev-next .next {
  width: 50%;
}
.prev-next .prev {
  float: left;
  padding-right: 20px;
  padding-bottom: 5px;
}
.prev-next .prev a {
  float: right;
}
.prev-next .next {
  float: right;
  padding-left: 20px;
}
.prev-next .next a {
  float: left;
}
.prev-next a {
  display: inline-block;
  width: 300px;
  border: 1px solid #4E8D9C;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.16);
  font-size: 20px;
  font-weight: 500;
  color: #4E8D9C;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}



@media (max-width: 1100px) {
  .header {
    padding-left: 0;
  }
  .header.opened {
    background: #4E8D9C;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .burger {
    display: block;
    height: 60px;
    width: 60px;
    margin-top: 2px;
    margin-left: auto;
    background: url(../img/menu.png) no-repeat;
    cursor: pointer;
  }
  .burger.opened {
    background-image: url(../img/menu2.png);
  }

  .global-nav {
    display: none;
    position: absolute;
    top: 115px;
    width: 100%;
    padding: 0 50px;
    margin-top: 0;
    font-size: 22px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  }
  .opened .global-nav {
    display: block;
  }
  .global-nav ul {
    /* display: block; */
    flex-flow: column;
    gap: 40px;
  }
  .global-nav a {
    display: block;
    color: #fff;
  }
  .hero {
    margin: 0 -10px 48px;
  }
  .hero img {
    width: 100%;
  }

  .index-3 .box {
    flex-flow: column;
    justify-content:center;
    padding: 0;
  }
  .index-3 img {
    margin-bottom: 8px;
  }
  .index-3 .txt {
    text-align: center;
  }

  .form-footer p {
    display: none;
  }
  .form-footer button {
    width: 100%;
  }

  .form-footer2 {
    display: block;
  }

  .archive-left {
    display: none;
  }
  .archive-right {
    width: 100%;
  }
  .archive-header {
    display: none;
  }
  .archive-header-sp {
    display: block;
  }

  .sp-cond {
    display: block;
  }

  .fuku-list {
    gap: 20px;
  }
  .fuku-list a {
    width: calc((100% - 20px * 2) / 3);
  }


}
@media (max-width: 875px) {
  .sucky-tile {
    margin: 0 10px 30px;
  }
  .sucky-tile div,
  .void-tile div {
    width: 83px;
    height: 83px;
  }
  .t1 {
    background-image: url(../img/1s-benefits-salary.png);
  }
  .t1.active,
  .t1.checked {
    background-image: url(../img/1sa-benefits-salary.png);
  }
  .t2 {
    background-image: url(../img/2s-benefits-holiday.png);
  }
  .t2.active,
  .t2.checked {
    background-image: url(../img/2sa-benefits-holiday.png);
  }
  .t3 {
    background-image: url(../img/3s-benefits-childcarecare.png);
  }
  .t3.active,
  .t3.checked {
    background-image: url(../img/3sa-benefits-childcarecare.png);
  }
  .t4 {
    background-image: url(../img/4s-benefits-skill.png);
  }
  .t4.active,
  .t4.checked {
    background-image: url(../img/4sa-benefits-skill.png);
  }
  .t5 {
    background-image: url(../img/5s-benefits-skilloffice.png);
  }
  .t5.active,
  .t5.checked {
    background-image: url(../img/5sa-benefits-skilloffice.png);
  }
  .t6 {
    background-image: url(../img/6s-benefits-skillphysical.png);
  }
  .t6.active,
  .t6.checked {
    background-image: url(../img/6sa-benefits-skillphysical.png);
  }
  .t7 {
    background-image: url(../img/7s-benefits-work.png);
  }
  .t7.active,
  .t7.checked {
    background-image: url(../img/7sa-benefits-work.png);
  }
  .t8 {
    background-image: url(../img/8s-benefits-grooming.png);
  }
  .t8.active,
  .t8.checked {
    background-image: url(../img/8sa-benefits-grooming.png);
  }
  .t9 {
    background-image: url(../img/9s-benefits-facility.png);
  }
  .t9.active,
  .t9.checked {
    background-image: url(../img/9sa-benefits-facility.png);
  }
  .t10 {
    background-image: url(../img/10s-benefits-gotowork.png);
  }
  .t10.active,
  .t10.checked {
    background-image: url(../img/10sa-benefits-gotowork.png);
  }
  .t11 {
    background-image: url(../img/11s-benefits-housing.png);
  }
  .t11.active,
  .t11.checked {
    background-image: url(../img/11sa-benefits-housing.png);
  }
  .t12 {
    background-image: url(../img/12s-benefits-refresh.png);
  }
  .t12.active,
  .t12.checked {
    background-image: url(../img/12sa-benefits-refresh.png);
  }
  .t13 {
    background-image: url(../img/13s-benefits-club.png);
  }
  .t13.active,
  .t13.checked {
    background-image: url(../img/13sa-benefits-club.png);
  }
  .t14 {
    background-image: url(../img/14s-benefits-healthmind.png);
  }
  .t14.active,
  .t14.checked {
    background-image: url(../img/14sa-benefits-healthmind.png);
  }
  .t15 {
    background-image: url(../img/15s-benefits-celebrationcondolence.png);
  }
  .t15.active,
  .t15.checked {
    background-image: url(../img/15sa-benefits-celebrationcondolence.png);
  }
  .t16 {
    background-image: url(../img/16s-benefits-etc.png);
  }
  .t16.active,
  .t16.checked {
    background-image: url(../img/16sa-benefits-etc.png);
  }
  .tile-pc {
    display: none;
  }
  .tile-sp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
  }

  .void {
    padding: 10px;
  }
  .void-flex {
    flex-flow: column;
    gap: 15px;
  }
  .void-tile {
    gap: 4px;
    /* width: calc(83px * 4 + 5px * 3); */
    width: 100%;
  }
  .void-tile2 {
    width: 100%;
    gap: 10px;
  }
  .area_warp {
    width: 100%;
  }
  .t {
    height: 100px;
    width: calc((100% - 20px)/3);
  }
  .void-center {
    height: 30px;
    width: 100%;
    background-image: url(../img/ars.png);
  }
  .void-right {
    height: auto;
  }
  .fuku-list {
    gap: 10px;
  }
  .fuku-list a {
    width: calc((100% - 10px) / 2);
  }
  .fuku-list a:nth-child(n + 3) {
    display: none;
  }

  .header h1 {
    margin-right: 20px;
  }


  .pickup-list .img {
    width: 190px;
    height: 190px;
  }
  .pickup-list .txt {
    width: calc(100% - 190px - 20px);
  }
  .pickup-list .omit {
    -webkit-line-clamp: 5;
  }

  .footer-note {
    padding: 80px 0 0;
  }


}




@media (max-width: 680px) {
  .social-ul {
    justify-content:center;
    margin-top: 40px;
  }
  .prev-next {
    margin-top: 40px;
  }
  .prev-next .prev {
    padding-right: 10px;
  }
  .prev-next .next {
    padding-left: 10px;
  }
  .prev-next a {
    width: 150px;
    font-size: 16px;
    line-height: 40px;
  }
}


@media (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding: 10px 5px 0;
  }
  .venison-wrapper {
    display: none;
  }
  .sucky-tile {
    margin-bottom: 15px;
  }
  .icons_pc {
    display: none;
  }
  .icons_sp {
    display: flex;
  }
  .hood {
    padding-right: 10px;
    font-size: 14px;
  }
  .hood:after {
    margin-left: 10px;
  }
  .hood .txt {
    max-width: calc(100% - 95px);
  }
  .bull {
    padding: 10px;
    font-size: 12px;
  }
  .q {
    padding-right: 10px;
    background-image: url(../img/qs.png);
    font-size: 14px;
  }
  .q .txt {
    max-width: calc(100% - 50px);
  }

  .a {
    background-image: url(../img/sa.png);
    background-position: top  5px left 10px;
    background-repeat: no-repeat;
    padding: 26px 10px 9px 10px;
    font-size: 12px;
  }

  .xxx {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .xxx::first-letter {
    font-size: 20px;
  }
  .h1-ceneter {
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .archive-header {
    display: none;
  }


  .archive-box {
    margin-top: 15px;
  }
  .archive-box h1 {
    padding: 5px;
    font-size: 16px;
  }
  .archive-box h1 div {
    font-size: 12px;
  }

  .archive-box table {
    width: calc(100% - 10px);
    margin: 5px;
    font-size: 12px;
  }
  .archive-box th {
    width: 100px;
  }
  .archive-footer {
    flex-flow: column;
    gap: 10px;
    padding: 0 4px;
  }
  .archive-footer-left {
    width: 100%;
    font-size: 12px;
  }
  .archive-footer-left a {
    margin-top: 5px;
  }
  .archive-footer-right {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    padding-bottom: 5px;
  }
  .archive-footer-right a {
    font-size: 12px;
  }
  .archive-tile {
    gap: 5px;
  }
  .archive-tile div {
    height: 40px;
    width: 40px;
  }
  
  .tt1 {
    background-image: url(../img/401s-benefits-salary.png);
  }
  .tt1.active {
    background-image: url(../img/401sa-benefits-salary.png);
  }
  .tt2 {
    background-image: url(../img/402s-benefits-holiday.png);
  }
  .tt2.active {
    background-image: url(../img/402sa-benefits-holiday.png);
  }
  .tt3 {
    background-image: url(../img/403s-benefits-childcarecare.png);
  }
  .tt3.active {
    background-image: url(../img/403sa-benefits-childcarecare.png);
  }
  .tt4 {
    background-image: url(../img/404s-benefits-skill.png);
  }
  .tt4.active {
    background-image: url(../img/404sa-benefits-skill.png);
  }
  .tt5 {
    background-image: url(../img/405s-benefits-skilloffice.png);
  }
  .tt5.active {
    background-image: url(../img/405sa-benefits-skilloffice.png);
  }
  .tt6 {
    background-image: url(../img/406s-benefits-skillphysical.png);
  }
  .tt6.active {
    background-image: url(../img/406sa-benefits-skillphysical.png);
  }
  .tt7 {
    background-image: url(../img/407s-benefits-work.png);
  }
  .tt7.active {
    background-image: url(../img/407sa-benefits-work.png);
  }
  .tt8 {
    background-image: url(../img/408s-benefits-grooming.png);
  }
  .tt8.active {
    background-image: url(../img/408sa-benefits-grooming.png);
  }
  .tt9 {
    background-image: url(../img/409s-benefits-facility.png);
  }
  .tt9.active {
    background-image: url(../img/409sa-benefits-facility.png);
  }
  .tt10 {
    background-image: url(../img/410s-benefits-gotowork.png);
  }
  .tt10.active {
    background-image: url(../img/410sa-benefits-gotowork.png);
  }
  .tt11 {
    background-image: url(../img/411s-benefits-housing.png);
  }
  .tt11.active {
    background-image: url(../img/411sa-benefits-housing.png);
  }
  .tt12 {
    background-image: url(../img/412s-benefits-refresh.png);
  }
  .tt12.active {
    background-image: url(../img/412sa-benefits-refresh.png);
  }
  .tt13 {
    background-image: url(../img/413s-benefits-club.png);
  }
  .tt13.active {
    background-image: url(../img/413sa-benefits-club.png);
  }
  .tt14 {
    background-image: url(../img/414s-benefits-healthmind.png);
  }
  .tt14.active {
    background-image: url(../img/414sa-benefits-healthmind.png);
  }
  .tt15 {
    background-image: url(../img/415s-benefits-celebrationcondolence.png);
  }
  .tt15.active {
    background-image: url(../img/415sa-benefits-celebrationcondolence.png);
  }
  .tt16 {
    background-image: url(../img/416s-benefits-etc.png);
  }
  .tt16.active {
    background-image: url(../img/416sa-benefits-etc.png);
  }
  .archives .google {
    margin: 15px 0;
  }

  .pagination {
    gap: 10px;
    font-size: 12px;
  }
  .pagination a,
  .pagination span {
    padding: 8px 14px;
  }
  span.dots {
    padding: 8px 0;
  }

  .company-header {
    flex-flow: column;
    align-items:flex-start;
  }
  .company-header-left {
    font-size: 12px;
  }
  .company-header-left p {
    margin-bottom: 10px;
    font-weight: 300;
  }
  .company-header-left h1 {
    margin-top: 15px;
    font-size: 16px;
  }
  .company-header-right {
    flex-flow: column;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
  }
  .company-header-right a {
    width: 100%;
  }
  .company {
    padding: 5px 10px;
  }
  .company h2 {
    font-size: 16px;
    font-weight: 500;
  }
  .hr1 {
    margin: 5px -10px 0;
  }
  .company table {
    margin-top: 0;
  }
  .company th,
  .company td {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
  }
  .company th {
    padding: 15px 0 0;
    border-top: 1px solid #DFDFDF;
  }
  .company td {
    padding: 15px 0;
    font-weight: 100;
  }
  .company ul {
    gap: 0 15px;
  }
  .h3-fukuri {
    font-size: 14px;
    line-height: 20px;
  }
  .h3-fukuri::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .fukuri1::before {
    background-image: url(../img/201s-benefits-salary.png);
  }
  .fukuri2::before {
    background-image: url(../img/202s-benefits-holiday.png);
  }
  .fukuri3::before {
    background-image: url(../img/203s-benefits-childcarecare.png);
  }
  .fukuri4::before {
    background-image: url(../img/204s-benefits-skill.png);
  }
  .fukuri5::before {
    background-image: url(../img/205s-benefits-skilloffice.png);
  }
  .fukuri6::before {
    background-image: url(../img/206s-benefits-skillphysical.png);
  }
  .fukuri7::before {
    background-image: url(../img/207s-benefits-work.png);
  }
  .fukuri8::before {
    background-image: url(../img/208s-benefits-grooming.png);
  }
  .fukuri9::before {
    background-image: url(../img/209s-benefits-facility.png);
  }
  .fukuri10::before {
    background-image: url(../img/210s-benefits-gotowork.png);
  }
  .fukuri11::before {
    background-image: url(../img/211s-benefits-housing.png);
  }
  .fukuri12::before {
    background-image: url(../img/212s-benefits-refresh.png);
  }
  .fukuri13::before {
    background-image: url(../img/213s-benefits-club.png);
  }
  .fukuri14::before {
    background-image: url(../img/214s-benefits-healthmind.png);
  }
  .fukuri15::before {
    background-image: url(../img/215s-benefits-celebrationcondolence.png);
  }
  .fukuri16::before {
    background-image: url(../img/216s-benefits-etc.png);
  }
  .company-footer-btn {
    margin-top: 20px;
  }
  .company-footer-btn a {
    font-size: 16px;
    line-height: 40px;
  }


  .appeal {
    margin-top: 20px;
    font-size: 12px;
  }
  .application {
    margin-top: 20px;
    font-size: 12px;
  }
  .application h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .white-box {
    padding: 10px;
  }
  .white-box h2 {
    font-size: 14px;
    font-weight: 500;
  }
  .application h3 {
    font-size: 12px;
  }
  .application-form-wrapper {
    margin-top: 20px;
  }
  .application-form th,
  .application-form td {
    display: block;
  }
  .application-form th {
    width: 100%;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 16px;
  }
  .required {
    font-size: 14px;
  }
  .application-form td {
    padding: 10px;
    border: none;
  }
  .application-form input[type="file"] {
    font-size: 14px;
  }
  input.w200 {
    width: 120px;
  }
  select.w167 {
    width: 160px;
  }
  .application-form-wrapper button {
    font-size: 16px;
  }
  .※ {
    font-size: 12px;
  }
  .pc18sp12 {
    font-size: 12px;
  }
  .text-box {
    font-size: 12px;
  }
  .tar {
    margin-top: 20px;
  }
  .text-box .xxx {
    margin-top: 20px;
  }
  .text-box h2 {
    margin-top: 20px;
  }
  .pc-ml10 {
    margin-left: 5px;
  }
  .pc-mt20 {
    margin-top: 15px;
  }
  .pc-mt40 {
    margin-top: 20px;
    padding: 0 8px;
  }

  .mokuji {
    padding: 5px 10px 14px;
    margin-bottom: 20px;
  }
  .mokuji h2 {
    font-size: 16px;
    font-weight: 500;
  }
  .mokuji ul {
    font-size: 12px;
  }
  .mokuji li {
    margin-top: 10px;
  }

  .houhou {
    font-size: 12px;
  }
  .houhou h2 {
    font-size: 14px;
  }
  .houhou p,
  .houhou img {
    margin: 10px 0;
  }
  .houhou img {
    margin-left: auto;
    margin-right: auto;
  }
  .houhou hr {
    margin: 19px 0 20px;
  }

  .header-search {
    display: none;
  }
  .index-search {
    display: block;
  }

  .hero {
    margin-bottom: 15px;
  }
  .index-3 {
    padding: 10px 0;
  }
  .index-3 img {
    width: 40px;
  }
  .index-3 .txt1,
  .index-3 .txt2 {
    font-size: 12px;
  }
  .stiff {
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
  .stiff a {
    font-size: 16px;
  }
  .sin {
    line-height: 44px;
  }
  .sankaku {
    margin: 15px 0;
  }
  .void {
    margin: 15px 0;
  }
  .void-tile2 {
    gap: 5px;
  }
  .t {
    width: calc((100% - 5px)/2);
  }
  .void-right .box {
    display: block;
    padding: 0;
  }

  .void-right label {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .void-right label+label {
    width: 100%;
    border-top: 1px solid #B2B2B2;
  }
  .form-footer button {
    height: 50px;
  }
  .fuku-list {
    gap: 5px;
    margin-bottom: 10px;
  }
  .fuku-list a {
    width: calc((100% - 5px) / 2);
  }
  .fuku-list p {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 15px;
  }
  .index-btn {
    width: 100%;
  }
  .h1-slider {
    margin-top: 60px;
    font-size: 18px;
  }
  .h1-slider span {
    padding: 11px 15px 0 15px;
  }
  
  .slider-wrapper {
    padding: 10px;
    background: #fff;
  }
  .not-slider {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  .not-slider a {
    box-shadow: 0 2px 2px rgba(0,0,0,.16);
  }
  .slider {
    display: none;
  }
  .google {
    margin: 5px 0px 10px;
  }

  .footer-wrapper {
    margin-top: 30px;
  }
  .footer {
    text-align: center;
    font-size: 12px;
  }
  .shiborikomi {
    padding: 10px 5px;
    margin-bottom: 5px;
  }
  .shiborikomi-ul {
    display: flex;
    gap: 2px;
  }
  .shiborikomi-inner {
    padding: 10px;
    margin-top: 2px;
  }
  .shiborikomi-inner select {
    width: 100%;
    padding: 5px 10px;
  }
  .company.hide {
    display: none;
  }

  .pickup-list {
    margin-bottom: 30px;
  }
  .pickup-list a {
    gap: 10px;
    padding-top: 20px;
    margin-top: 20px;
  }

  .pickup-list h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .pickup-list .img {
    width: 150px;
    height: 150px;
  }
  .pickup-list .txt {
    width: calc(100% - 150px - 10px);
  }
  .pickup-list .date {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .pickup-list .omit {
    -webkit-line-clamp: 4;
    font-size: 12px;
    line-height: 20px;
  }
  .picup-single {
    font-size: 12px;
  }
  .picup-header {
    margin-bottom: 20px;
  }
  .picup-header h1 {
    font-size: 20px;
  }
  .picup-single h2 {
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }
 
  .google2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .flex-img {
    gap: 15px;
  }
  .flex-img .left {
    width: calc(100% - 170px);
  }
  .flex-img .right {
    width: 150px;
  }
  .footer-note {
    padding-top: 40px;
    font-size: 12px;
  }
}
@media (max-width: 510px) {
  .pc_menu {
    display: none !important;
  }
  .sp_menu {
    display: flex !important;
  }
}