@charset "UTF-8";
/*
theme Name:job-monster
Theme URI:
Description:
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*----------------------- reset css ----------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
}

a,
a:hover {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

body {
  font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.5;
}

img {
  border-style: none;
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*--- タイポグラフィ ---*/
h1 {
  font-size: 3.2rem;
  line-height: 48px;
  letter-spacing: 10%;
}

h2 {
  font-size: 2.4rem;
  line-height: 32px;
  letter-spacing: 10%;
}

p {
  font-size: 1.4rem;
  margin-bottom: 8px;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

input[type=text] {
  border-radius: 0;
  outline: none;
  background: fff;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #fff;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  background-color: #fff;
}

select,
input,
textarea {
  max-width: 100%;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  width: 100%;
  border: solid 1px #d3d3d3;
  border-radius: 3px;
  font-family: sans-serif;
  font-size: 100%;
  color: #000;
}

/*----------------------- reset css ----------------------*/
a {
  text-decoration: none;
}

p {
  margin: unset;
}

input[type=checkbox] {
  display: block;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000000;
  line-height: 1.5;
  overflow: hidden;
  background-color: #74D0FF;
}

.contant-404 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.contant-404 h3 {
  font-size: 16vw;
  margin-bottom: 24px;
}
.contant-404 span {
  display: block;
  margin-bottom: 24px;
}
.contant-404 a {
  color: #fff;
  margin: 32px 0;
  background-color: #000;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.svg-bg-left svg,
.svg-bg-right svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 863px;
  width: 100%;
}

.svg-bg-right svg {
  top: 25rem;
  left: unset;
  right: 0;
}

.inner {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

header .header-inner {
  background-color: #74D0FF;
}
header .header-inner .logo {
  background-image: url(./img/header/jobmonster.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1458px;
  height: 135px;
  margin: 0 auto;
  margin-top: 12px;
  text-align: center;
}
header .header-inner .logo a img {
  width: 313px;
  margin-top: 40px;
}
header .header-inner nav {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  header .header-inner nav {
    display: none;
  }
}
header .header-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 95px;
  padding: 12px 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
header .header-inner nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: var(--Corner-Full, 1000px);
  background: #FEED59;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
header .header-inner nav ul li a {
  color: #666;
  text-align: center;
  font-family: "A-OTF Jun Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.content .pc,
.content .sp {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 4.8rem;
}
@media (max-width: 640px) {
  .content .pc {
    display: none;
  }
}
.content .sp {
  display: none;
}
@media (max-width: 640px) {
  .content .sp {
    display: block;
    margin: unset;
  }
}

.home .section--1 .inner .job-listing-grid,
.search .section--1 .inner .job-listing-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 55px;
}
@media (max-width: 640px) {
  .home .section--1 .inner .job-listing-grid,
  .search .section--1 .inner .job-listing-grid {
    gap: 40px 15px;
  }
}
.home .section--1 .inner .job-listing-grid .job-card,
.search .section--1 .inner .job-listing-grid .job-card {
  max-width: 254px;
  width: 25%;
  -webkit-box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #FFF;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .home .section--1 .inner .job-listing-grid .job-card,
  .search .section--1 .inner .job-listing-grid .job-card {
    width: 45%;
  }
}
.home .section--1 .inner .job-listing-grid .job-card .job-image,
.search .section--1 .inner .job-listing-grid .job-card .job-image {
  max-width: 234px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.home .section--1 .inner .job-listing-grid .job-card .job-image > img,
.search .section--1 .inner .job-listing-grid .job-card .job-image > img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  aspect-ratio: 234/172;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.home .section--1 .inner .job-listing-grid .job-card .job-content,
.search .section--1 .inner .job-listing-grid .job-card .job-content {
  width: 100%;
  margin: 0 auto;
}
.home .section--1 .inner .job-listing-grid .job-card .job-content h3,
.search .section--1 .inner .job-listing-grid .job-card .job-content h3 {
  color: #FFF;
  text-align: center;
  font-family: "A-OTF Jun Pro";
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  background: #FF8204;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .home .section--1 .inner .job-listing-grid .job-card .job-content h3,
  .search .section--1 .inner .job-listing-grid .job-card .job-content h3 {
    font-size: 12px;
  }
}
.home .section--1 .inner .job-listing-grid .job-card .job-content > p,
.search .section--1 .inner .job-listing-grid .job-card .job-content > p {
  overflow: hidden;
  color: #4D4D4D;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Mplus 1p Bold";
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.home .section--1 .inner .job-listing-grid .job-card .job-content ul li,
.search .section--1 .inner .job-listing-grid .job-card .job-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  gap: 5px;
}
.home .section--1 .inner .job-listing-grid .job-card .job-content ul li img,
.search .section--1 .inner .job-listing-grid .job-card .job-content ul li img {
  width: 17.86px;
}
.home .section--1 .inner .job-listing-grid .job-card .job-content ul li p,
.search .section--1 .inner .job-listing-grid .job-card .job-content ul li p {
  color: #4D4D4D;
  font-family: "Mplus 1p Bold";
  font-size: 14px;
  font-weight: 700;
}
.home .section--1 .inner .job-listing-grid .job-card .job-content ul li p strong,
.search .section--1 .inner .job-listing-grid .job-card .job-content ul li p strong {
  color: #FF8204;
  font-family: "Mplus 1p Bold";
  font-size: 20px;
  font-weight: 700;
}
.home .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer,
.search .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .home .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer,
  .search .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer {
    display: block;
  }
}
.home .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer p,
.search .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer p {
  color: #4D4D4D;
  font-family: "A-OTF Jun Pro";
  font-size: 10px;
  font-weight: 600;
}
.home .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer .btn-more,
.search .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 59.28px;
  height: 18.68px;
  background-color: #74D0FF;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .home .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer .btn-more,
  .search .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer .btn-more {
    margin: 0 auto;
  }
}
.home .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer .btn-more a,
.search .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer .btn-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: Inter;
  font-size: 8.74px;
  font-weight: 400;
}
.home .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer .btn-more a img,
.search .section--1 .inner .job-listing-grid .job-card .job-content .job-meta-footer .btn-more a img {
  width: 8px;
}

.sp-slidein-nav .header__nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 90;
  background-color: rgba(116, 208, 255, 0.8666666667);
  overflow: hidden;
}
.sp-slidein-nav .inner {
  position: relative;
}
.sp-slidein-nav .inner .nav-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.sp-slidein-nav .inner .nav-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-slidein-nav .inner .nav-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-slidein-nav .inner .nav-body ul li a {
  color: #000000;
  display: block;
  padding: 10px 42px;
}
.sp-slidein-nav .inner .nav-body ul li a span {
  display: block;
  font-size: 9px;
  margin-top: 3px;
  font-weight: 300;
}
.sp-slidein-nav .inner .nav-body ul li:last-child a img {
  width: 35px;
  height: 24px;
}
.sp-slidein-nav .inner .nav-body ul li:last-child a span {
  font-size: 12px;
  color: #ffffff;
  margin-top: 5px;
}
.sp-slidein-nav .inner .nav--menu {
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.sp-slidein-nav .inner .nav--menu ul {
  margin-bottom: 2rem;
}
.sp-slidein-nav .inner .nav--menu ul li {
  font-size: 16px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.sp-slidein-nav .inner .nav--menu ul li a {
  letter-spacing: 2px;
  color: #ffffff;
}
.sp-slidein-nav .inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sp-slidein-nav .inner .sns a img {
  width: 50px;
  height: 50px;
}
.sp-slidein-nav .header-nav-bg {
  position: absolute;
  content: "";
  width: 450px;
  height: 450px;
  bottom: 0;
  right: 0;
}

.hamburger {
  position: fixed;
  width: 100px;
  height: 100px;
  right: 20px;
  top: 20px;
  top: 0px;
  right: 0px;
  border: none;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 640px) {
  .hamburger {
    width: 60px;
    height: 60px;
    background-color: #74D0FF;
  }
}
.hamburger span {
  width: 36px;
  height: 1px;
  background-color: #fff;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px auto;
}
.hamburger span:nth-child(3) {
  top: 0;
}

.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger.active span {
  background-color: #fff;
}
.hamburger.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burge-nav {
  display: none;
}
@media (max-width: 980px) {
  .burge-nav {
    display: block;
  }
}

.noscroll {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */