@charset "utf-8";


/* ==========================================================================
   HTML5 Reset
========================================================================== */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


/* ==========================================================================
   Base
========================================================================== */


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-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;

}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
  padding: 0;

}


/* ==========================================================================
   Links
========================================================================== */


a:active,
a:hover,
a:focus {
  outline: 0;
}


/* ==========================================================================
   Typography
========================================================================== */


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

b,
strong {
  font-weight: bold;
}

p,
pre {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Lists
========================================================================== */


dl,
menu,
ol,
ul,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  list-style-image: none;
}

ul.list-dot dt {
  width: 3030%;
  padding: 3px 5px 0;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;
  font-size: 1.6rem;
}

ul.recruite.list-dot dt {
  padding: 5px 20px 10px;
  font-size: 1.6rem;
  font-family: 'Kiwi Maru', serif;
}


ul.list-dot dd {
  width: 80%;
  padding-left: 20px;
}

ul.recruite.list-dot dd {
  padding-left: 100px;
  line-height: 1.7em;
  font-size: 1.4rem;
}

@media screen and (max-width: 900px) {
  ul.list-dot dd {
    width: 100%;
    padding-left: 20px;
  }
  
  ul.recruite.list-dot dd {
    padding-left: 40px;
    line-height: 1.7em;
    font-size: 1.4rem;
  }

}


/* ==========================================================================
   Embedded content
========================================================================== */


img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* ==========================================================================
   Tables
========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}