@charset "UTF-8";
@import url("common.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
.recent-updated-heading,
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,
button,
input[type=submit],
input[type=button] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*=============================================================
#base
=============================================================*/

body,
html {}

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

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

ol,
ul {
    list-style: none;
}

html {}

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    background-color: #FFF;
    text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    color: #333333;
    text-align: left;
}

:focus {
    outline: 0;
}

iframe {
    width: 100%;
}

#container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

.body {
    width: 90%;
    margin: 0 auto;
}

.drawerfixed {
    overflow: auto;
    height: 100%;
}

@media screen and (min-width: 959px) {
    .sphd {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .hd {
        display: none;
    }
}

/*=============================================================
タイトル
=============================================================*/

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.title p {
    font-size: 12px;
}

h1 {
    text-align: left;
    color: #fff;
    font-size: 40px;
    padding: 0;
    margin: 0;
    letter-spacing: .3rem;
}

h2 {
    text-align: left;
    font-size: 30px;
    padding: 0;
    margin: 0;
}

h3 {
    text-align: left;
    padding: 20px 0;
    font-size: 26px;
}

/*=============================================================
メニュー
=============================================================*/

#container .drawer-nav {
    background: #080808;
    text-align: center;
}

#container .drawer-menu li {
    width: 100%;
    border-bottom: 1px dotted #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

#container .drawer-menu li img {
    max-width: 20%;
    min-width: 20%;
}

#container .drawer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}


/*=============================================================
ボタン
=============================================================*/
.recruit_link_pc a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    margin: auto;
    padding: 1rem 2rem;
    background: rgba(155, 0, 0, 0.7);
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    letter-spacing: .2rem;
}

.recruit_link_pc a:hover {
    color: #9B0000;
    background: #fff;
}

a.btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 70px;
    margin: auto;
    padding: 1rem 2rem;
    background: rgba(155, 0, 0, 0.7);
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    letter-spacing: .3rem;
}

a.btn:hover {
    color: #9B0000;
    background: #fff;
}

a.btn span {
    font-size: 12px;
    letter-spacing: 0rem;
}



a.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
}

a.btn2::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    content: '';
}

a.btn3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    padding: .9em 2em;
    border-radius: 5px;
    background-color: #9B0000;
    color: #fff;
    font-size: 1em;
}

a.btn3::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

/*=============================================================
#FOOTER
=============================================================*/
#footer {
    position: relative;
    width: 100%;
    background: #080808;
    color: #fff;
    text-align: left;
}

#footer .body {
    padding: 60px 0 0;
}

#footer h2 {
    padding-bottom: 40px;
}

#footer .logo {
    width: 100px;
    margin: auto;
}

#footer p {
    margin: 20px 0;
    text-align: left;
}

#footer a {
    color: #fff;
    text-align: left;
}

#footer ul {
    display: flex;
    padding: 40px 0;
}

#footer ul li {
    width: 40px;
    padding-right: 10px;
}

#footer p.copyright {
    padding: 60px 0 10px;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    text-align: center;
}