@charset "UTF-8";
@font-face {
  font-family: "KiwiMaru-Tategaki";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/carehire/KiwiMaru-Regular-Tategaki.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/carehire/KiwiMaru-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/carehire/KiwiMaru-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/carehire/KiwiMaru-Medium.woff2") format("woff2");
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 300;
  border: none;
  background: transparent;
  vertical-align: baseline;
}
html #headerWrap,
html #footerWrap,
body #headerWrap,
body #footerWrap {
  font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: normal;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  font-family: "KiwiMaru", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: #282828;
  line-height: 1.88;
  overflow-x: hidden;
}
@media (min-width: 751px) and (max-width: 1300px) {
  body {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}

#main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main div,
#main span,
#main applet,
#main object,
#main embed,
#main iframe,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p,
#main blockquote,
#main pre,
#main a,
#main abbr,
#main acronym,
#main address,
#main big,
#main cite,
#main code,
#main del,
#main dfn,
#main em,
#main font,
#main img,
#main ins,
#main kbd,
#main q,
#main s,
#main samp,
#main small,
#main strike,
#main strong,
#main sub,
#main sup,
#main tt,
#main var,
#main b,
#main u,
#main i,
#main center,
#main dl,
#main dt,
#main dd,
#main ol,
#main ul,
#main li,
#main fieldset,
#main form,
#main label,
#main legend,
#main table,
#main caption,
#main tbody,
#main tfoot,
#main thead,
#main tr,
#main th,
#main td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 300;
  border: none;
  background: transparent;
  vertical-align: baseline;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  font-family: "KiwiMaru", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: #282828;
  line-height: 1.88;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #main h1,
  #main h2,
  #main h3,
  #main h4,
  #main h5,
  #main h6 {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  #main h1,
  #main h2,
  #main h3,
  #main h4,
  #main h5,
  #main h6 {
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}
#main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  width: 100%;
  height: auto;
}
#main blockquote,
#main q {
  quotes: none;
}
#main blockquote:before,
#main blockquote:after,
#main q:before,
#main q:after {
  content: "";
  content: none;
}
#main ins {
  text-decoration: none;
}
#main del {
  text-decoration: line-through;
}
#main br {
  letter-spacing: 0;
}
#main pre {
  font-family: "KiwiMaru", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.88;
  letter-spacing: 0;
  white-space: pre;
}
#main hr {
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px;
}
#main table {
  border-collapse: collapse;
  border-spacing: 0;
}
#main caption,
#main th {
  text-align: left;
}
#main th,
#main td {
  vertical-align: top;
}
#main ol,
#main ul {
  list-style: none;
  zoom: normal;
}
#main ol {
  list-style-type: decimal;
}
#main input[type=text],
#main input[type=password],
#main input[type=tel],
#main input[type=email],
#main textarea,
#main select {
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  font-size: 93%;
  color: #282828;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main input[type=text]:focus,
#main input[type=password]:focus,
#main input[type=tel]:focus,
#main input[type=email]:focus,
#main textarea:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #6ddeff;
  font-size: 93%;
  color: #282828;
  background-color: #fff;
}
#main button,
#main input[type=button],
#main input[type=submit],
#main input[type=reset] {
  padding: 3px 0.7em 1px;
  margin: 0;
}
#main form label,
#main button,
#main input[type=button],
#main input[type=submit],
#main input[type=reset] {
  font-size: 0.8em;
  padding: 3px 10px;
  cursor: hand;
  cursor: pointer;
}
#main input[disabled][readonly] {
  background-color: #ccc;
}
#main button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#main .hideText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#main .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#main input[type=text],
#main input[type=submit],
#main input[type=button],
#main input[type=email],
#main input[type=tel] {
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#main input[type=submit],
#main input[type=button],
#main input[type=email],
#main input[type=tel],
#main 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;
}
#main input[type=submit]::-webkit-search-decoration,
#main input[type=button]::-webkit-search-decoration,
#main input[type=email]::-webkit-search-decoration,
#main input[type=tel]::-webkit-search-decoration,
#main input[type=button]::-webkit-search-decoration {
  display: none;
}
#main input[type=submit]::focus,
#main input[type=button]::focus,
#main input[type=email]::focus,
#main input[type=tel]::focus,
#main input[type=button]::focus {
  outline-offset: -2px;
}
#main input[type=radio],
#main input[type=checkbox] {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: -2px;
}
#main .pc {
  display: inline-block;
}
@media (max-width: 750px) {
  #main .pc {
    display: none;
  }
}
#main .sp {
  display: none;
}
@media (max-width: 750px) {
  #main .sp {
    display: inline-block;
  }
}
#main .tC {
  text-align: center;
}
#main .tR {
  text-align: right;
}
#main .tL {
  text-align: left;
}
#main .red {
  color: #f00;
}
#main a {
  color: #282828;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
  word-wrap: break-word;
}
#main a:hover {
  color: #999;
  text-decoration: none;
}
@media (min-width: 751px) {
  #main a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
}
@media (max-width: 750px) {
  #main a[href^="tel:"] {
    text-decoration: underline !important;
  }
}