@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: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 0.88rem;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    background-color: #FFF;
    text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    color: #333333;
    text-align: center;
}

: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: "Cormorant", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}

h1 {
    text-align: center;
    color: #fff;
    font-size: 44px;
    text-shadow: 0 0 0.2em black;
}

.title {
    padding: 60px 0 40px;
}

.title p {
    font-size: 12px;
    letter-spacing: 0.4em;
}

h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.2em;
}

/*=============================================================
ボタン
=============================================================*/
a.btn {
    font-family: "Cormorant", serif;
    font-size: 24px;
    height: 40px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    color: #333;
    margin: 60px 0;
}

a.big {
    font-size: 40px;
    color: #fff;
}

/* くの字アイコン */
a.btn .arrow {
    width: 40px;
    height: 40px;
    position: relative;
    display: grid;
    place-items: center;
    background-color: #333;
    border-radius: 20px;
    overflow: hidden;
}

a.btn .arrow span {
    margin-left: 5px;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    height: 10px;
    aspect-ratio: 1;
    background-color: #fff;
}

a.btn .arrow__item02 {
    position: absolute;
    transform: translateX(-400%);
}

/* ホバーアニメーション */
a.btn:hover .arrow__item01 {
    transition: transform 0.3s ease-in-out;
    transform: translateX(400%);
}

a.btn:hover .arrow__item02 {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

/*=============================================================
#FOOTER
=============================================================*/
.Recruit_link {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 8000;
    text-align: center;
}

.Recruit_link h4 {
    font-size: 26px;
}

.Recruit_link a {
    display: block;
    background-color: #303030;
    color: #fff;
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Recruit_link a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

#footer {
    border-top: 1px solid #e5e5e5;
    width: 100%;
    padding: 60px 0 0;
    text-align: left;
}

#footer .footer_nav ul {
    margin: 0 0 60px;
}

#footer .footer_nav ul li {
    margin-bottom: 30px;
}

#footer .footer_nav ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

#footer .footer_nav ul li .insta {
    width: 20px;
}

#footer dl {
    margin-bottom: 30px;
    line-height: 1.8em;
}

#footer dl dt {
    border-left: 2px solid #333;
    padding-left: 10px;
}

#footer dl dd a {
    color: #333;
}

#footer dl dd .insta {
    width: 20px;
}

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