@charset "utf-8";
/* CSS Document */

/* #wpadminbar{
  display: none;
} */

:root {
  --text: #333;
  --brown: rgb(166,119,106);
  --brown-rgb: 166,119,106;
  --rose: rgb(192,62,93);
  --rose-rgb: 192,62,93;
  --pink: rgb(213,109,122);
  --pink-rgb: 213,109,122;
  --base: rgb(255, 192, 203);
  --base-rgb: 255, 192, 203;
  --peach: rgb(246,233,230);
  --peach-rgb: 246,233,230;
  --cream: rgb(255, 252, 248);
  --cream-rgb: 255, 249, 230;
  --gray: #ccc;
  --gray-rgb: 204, 204, 204;
  --borderGray: #ccc;
  --width-mx: 1440px;
  --width-pc: 1024px;
  --width-tb: 768px;
  --width-tb: 600px;
  --width-sp: 480px;
  /* --font-family:  "Noto Sans", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}

@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/job-company/assets/fonts/icomoon.eot?7kun1n');
  src:  url('/wp-content/themes/job-company/assets/fonts/icomoon.eot?7kun1n#iefix') format('embedded-opentype'),
    url('/wp-content/themes/job-company/assets/fonts/icomoon.ttf?7kun1n') format('truetype'),
    url('/wp-content/themes/job-company/assets/fonts/icomoon.woff?7kun1n') format('woff'),
    url('/wp-content/themes/job-company/assets/fonts/icomoon.svg?7kun1n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  &::before {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.icon-entry:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}

*,*::after,*::before {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
  

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  color: var(--text);
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem
  }
}

p {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--link);
  transition: all 0.3s ease;
}

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

i, cite, em, var, address, dfn {
  font-style: normal;
}

iframe {
  border: none;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
