﻿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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

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

@font-face {
    font-family: 'Noto Sans JP';
    src: url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body {
    color: #000;
    font-size: 15px;
    font-family: "Noto Sans JP", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    overflow-x: hidden;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px
    }
}

body.open {
    overflow: hidden
}

article {
    overflow: hidden
}

* {
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

figure {
    line-height: 0
}

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

a {
    color: #000;
    text-decoration: none;
    display: inline;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    opacity: .6
}

@media screen and (max-width: 767px) {
    a:hover {
        opacity: 1
    }
}

a:focus {
    outline: none
}

p {
    line-height: 2
}

@media screen and (max-width: 767px) {
    p {
        line-height: 1.8
    }
}

.d-sp {
    display: none
}

.d-xs {
    display: none
}

@media screen and (max-width: 400px) {
    .d-xs {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .d-sp {
        display: block
    }

    .d-pc {
        display: none
    }
}

.d-block {
    display: block !important
}

.d-inline-b {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

.fn-small {
    font-size: 80%
}

.fn-large {
    font-size: 110%
}

.fn-bold {
    font-weight: 700
}

.fn-normal {
    font-weight: 500
}

.txt-blue {
    color: #4a78f8 !important
}

.txt-black {
    color: #000 !important
}

.txt-white {
    color: #fff !important
}

.p-0 {
    padding: 0 !important
}

.m-0 {
    margin: 0 !important
}

.p-5 {
    padding: 5px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pl-5 {
    padding-left: 5px !important
}

.pr-5 {
    padding-right: 5px !important
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.m-5 {
    margin: 5px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.ml-5 {
    margin-left: 5px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.p-10 {
    padding: 10px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pr-10 {
    padding-right: 10px !important
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.m-10 {
    margin: 10px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.ml-10 {
    margin-left: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.p-15 {
    padding: 15px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pl-15 {
    padding-left: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.m-15 {
    margin: 15px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.ml-15 {
    margin-left: 15px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.p-20 {
    padding: 20px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.m-20 {
    margin: 20px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.ml-20 {
    margin-left: 20px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.p-25 {
    padding: 25px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pl-25 {
    padding-left: 25px !important
}

.pr-25 {
    padding-right: 25px !important
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.m-25 {
    margin: 25px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.ml-25 {
    margin-left: 25px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.p-30 {
    padding: 30px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pr-30 {
    padding-right: 30px !important
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.m-30 {
    margin: 30px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.ml-30 {
    margin-left: 30px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.p-35 {
    padding: 35px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pl-35 {
    padding-left: 35px !important
}

.pr-35 {
    padding-right: 35px !important
}

.px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.m-35 {
    margin: 35px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.ml-35 {
    margin-left: 35px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.p-40 {
    padding: 40px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pr-40 {
    padding-right: 40px !important
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.m-40 {
    margin: 40px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.ml-40 {
    margin-left: 40px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.p-45 {
    padding: 45px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pl-45 {
    padding-left: 45px !important
}

.pr-45 {
    padding-right: 45px !important
}

.px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.m-45 {
    margin: 45px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.ml-45 {
    margin-left: 45px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.p-50 {
    padding: 50px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pr-50 {
    padding-right: 50px !important
}

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.m-50 {
    margin: 50px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.p-55 {
    padding: 55px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pl-55 {
    padding-left: 55px !important
}

.pr-55 {
    padding-right: 55px !important
}

.px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.m-55 {
    margin: 55px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.ml-55 {
    margin-left: 55px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.p-60 {
    padding: 60px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pr-60 {
    padding-right: 60px !important
}

.px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.m-60 {
    margin: 60px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.ml-60 {
    margin-left: 60px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.p-65 {
    padding: 65px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pl-65 {
    padding-left: 65px !important
}

.pr-65 {
    padding-right: 65px !important
}

.px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.m-65 {
    margin: 65px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.ml-65 {
    margin-left: 65px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.p-70 {
    padding: 70px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pr-70 {
    padding-right: 70px !important
}

.px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.m-70 {
    margin: 70px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.ml-70 {
    margin-left: 70px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.p-75 {
    padding: 75px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pl-75 {
    padding-left: 75px !important
}

.pr-75 {
    padding-right: 75px !important
}

.px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.m-75 {
    margin: 75px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.ml-75 {
    margin-left: 75px !important
}

.mr-75 {
    margin-right: 75px !important
}

.mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.p-80 {
    padding: 80px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pl-80 {
    padding-left: 80px !important
}

.pr-80 {
    padding-right: 80px !important
}

.px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.m-80 {
    margin: 80px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.ml-80 {
    margin-left: 80px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.p-85 {
    padding: 85px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pl-85 {
    padding-left: 85px !important
}

.pr-85 {
    padding-right: 85px !important
}

.px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.m-85 {
    margin: 85px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.ml-85 {
    margin-left: 85px !important
}

.mr-85 {
    margin-right: 85px !important
}

.mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.p-90 {
    padding: 90px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pl-90 {
    padding-left: 90px !important
}

.pr-90 {
    padding-right: 90px !important
}

.px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.m-90 {
    margin: 90px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.ml-90 {
    margin-left: 90px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}

.my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.p-95 {
    padding: 95px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pl-95 {
    padding-left: 95px !important
}

.pr-95 {
    padding-right: 95px !important
}

.px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}

.py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.m-95 {
    margin: 95px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.ml-95 {
    margin-left: 95px !important
}

.mr-95 {
    margin-right: 95px !important
}

.mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}

.my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.p-100 {
    padding: 100px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pl-100 {
    padding-left: 100px !important
}

.pr-100 {
    padding-right: 100px !important
}

.px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.m-100 {
    margin: 100px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.ml-100 {
    margin-left: 100px !important
}

.mr-100 {
    margin-right: 100px !important
}

.mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.align-c {
    text-align: center
}

.align-l {
    text-align: left
}

.align-r {
    text-align: right
}

@media screen and (max-width: 767px) {
    .align-md--c {
        text-align: center
    }

    .align-md--l {
        text-align: left
    }

    .align-md--r {
        text-align: right
    }
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.row-nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.row-align-start {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.row-align-center {
    -webkit-align-items: center;
    align-items: center
}

.row-align-end {
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.row-justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.row-justify-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.row-justify-center {
    -webkit-justify-content: center;
    justify-content: center
}

.row-justify-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .row-sp-column {
        display: block;
        margin: 0 !important
    }
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .inner {
        padding: 0 20px
    }
}

#detail {
    margin: 80px 0 0;
    padding-top: 72px
}

@media screen and (max-width: 767px) {
    #detail {
        margin: 40px 0 0
    }
}

@media screen and (max-width: 767px) {
    .style-title {
        text-align: center !important
    }
}

.style-title .en {
    font-size: 85px;
    font-weight: 700;
    font-style: italic
}

@media screen and (max-width: 767px) {
    .style-title .en {
        font-size: 11.08214vw
    }
}

.style-title .ja {
    font-size: 22px;
    letter-spacing: 0.03em
}

.style-title .ja.d-block {
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .style-title .ja {
        font-size: 16px
    }

    .style-title .ja.d-block {
        margin-top: 8px;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

.detail-style-title {
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin: 0 0 100px
}

@media screen and (max-width: 767px) {
    .detail-style-title {
        margin: 0 0 50px
    }
}

.detail-style-title .en {
    font-size: 48px
}

@media screen and (max-width: 400px) {
    .detail-style-title .en {
        font-size: 38px
    }
}

.detail-style-title .ja {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    margin: 12px 0 0
}

@media screen and (max-width: 400px) {
    .detail-style-title .ja {
        font-size: 16px;
        margin: 6px 0 0
    }
}

.style-subtitle,
.page-cat-vet .style-subtitle,
.page-cat-vn .style-subtitle,
.page-cat-trimer .style-subtitle,
.page-cat-reception .style-subtitle,
.page-cat-ns .style-subtitle {
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    line-height: 1.5;
    position: relative
}

@media screen and (max-width: 767px) {

    .style-subtitle,
    .page-cat-vet .style-subtitle,
    .page-cat-vn .style-subtitle,
    .page-cat-trimer .style-subtitle,
    .page-cat-reception .style-subtitle,
    .page-cat-ns .style-subtitle {
        font-size: 24px
    }
}

.style-subtitle::after,
.page-cat-vet .style-subtitle::after,
.page-cat-vn .style-subtitle::after,
.page-cat-trimer .style-subtitle::after,
.page-cat-reception .style-subtitle::after,
.page-cat-ns .style-subtitle::after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 48px;
    height: 4px
}

@media screen and (max-width: 767px) {

    .style-subtitle::after,
    .page-cat-vet .style-subtitle::after,
    .page-cat-vn .style-subtitle::after,
    .page-cat-trimer .style-subtitle::after,
    .page-cat-reception .style-subtitle::after,
    .page-cat-ns .style-subtitle::after {
        bottom: -18px
    }
}

.style-subtitle.style-subtitle-center {
    text-align: center
}

.style-subtitle.style-subtitle-center::after {
    left: 0;
    right: 0;
    margin: 0 auto
}

.style-subtitle.style-subtitle-left {
    text-align: left
}

.style-subtitle.style-subtitle-left::after {
    left: 0
}

.page-cat-vet .style-subtitle::after {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #5effa2;
    background: -moz-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: -webkit-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: linear-gradient(to right, #3cd9f0 0%, #5effa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cd9f0', endColorstr='#5effa2', GradientType=1)
}

.page-cat-vn .style-subtitle::after {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1)
}

.page-cat-trimer .style-subtitle::after {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #953cf0;
    background: -moz-linear-gradient(left, #953cf0 0%, #ff72f0 60%);
    background: -webkit-linear-gradient(left, #953cf0 0%, #ff72f0 60%);
    background: linear-gradient(to right, #953cf0 0%, #ff72f0 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#953cf0', endColorstr='#ff72f0', GradientType=1)
}

.page-cat-reception .style-subtitle::after {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #ffbe41;
    background: -moz-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: -webkit-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: linear-gradient(to right, #ffbe41 0%, #fff25e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe41', endColorstr='#fff25e', GradientType=1)
}

.page-cat-ns .style-subtitle::after {
    background: #3fd750
}

.gra-line {
    width: 100%;
    height: 100%;
    position: relative
}

.gra-line:before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: 25px;
    height: 4px
}

@media screen and (max-width: 767px) {
    .gra-line:before {
        margin-bottom: 15px
    }
}

.gra-line:after {
    content: '';
    display: block;
    width: 100%;
    margin-top: 25px;
    height: 4px
}

@media screen and (max-width: 767px) {
    .gra-line:after {
        margin-top: 15px
    }
}

.page-cat-vet .gra-line {
    border-left: 4px solid #3cd9f0;
    border-right: 4px solid #5effa2
}

.page-cat-vet .gra-line:before,
.page-cat-vet .gra-line:after {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #5effa2;
    background: -moz-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: -webkit-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: linear-gradient(to right, #3cd9f0 0%, #5effa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cd9f0', endColorstr='#5effa2', GradientType=1)
}

.page-cat-vn .gra-line {
    border-left: 4px solid #5e88ff;
    border-right: 4px solid #3cd9f0
}

.page-cat-vn .gra-line:before,
.page-cat-vn .gra-line:after {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1)
}

.style-link:hover {
    opacity: 1;
    color: #4a78f8
}

.style-shadow,
.style-btn-entry-inner .style-btn-entry,
.pagetop a {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}

.style-btn,
.style-btn-primary,
.style-btn-secondary {
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.1em;
    position: relative
}

.style-btn img,
.style-btn-primary img,
.style-btn-secondary img {
    width: 75px
}

.style-btn:hover,
.style-btn-primary:hover,
.style-btn-secondary:hover {
    opacity: 1;
    letter-spacing: 0.2em
}

@media screen and (max-width: 767px) {

    .style-btn:hover,
    .style-btn-primary:hover,
    .style-btn-secondary:hover {
        letter-spacing: 0.1em
    }
}

.style-btn:hover img,
.style-btn-primary:hover img,
.style-btn-secondary:hover img {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

@media screen and (max-width: 767px) {

    .style-btn:hover img,
    .style-btn-primary:hover img,
    .style-btn-secondary:hover img {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.syle-btn-circle,
.style-btn-primary::after,
.style-btn-entry-inner .style-btn-entry span::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #000
}

@media screen and (max-width: 767px) {

    .syle-btn-circle,
    .style-btn-primary::after,
    .style-btn-entry-inner .style-btn-entry span::after {
        right: -10px;
        width: 25px;
        height: 25px
    }
}

.style-btn-primary {
    font-size: 18px;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width: 767px) {
    .style-btn-primary {
        font-size: 16px
    }
}

.style-btn-primary img {
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 55px;
    margin: 0 0 0 10px
}

@media screen and (max-width: 767px) {
    .style-btn-primary img {
        width: 45px
    }
}

a:hover .style-btn-primary {
    opacity: 1;
    letter-spacing: 0.2em
}

@media screen and (max-width: 767px) {
    a:hover .style-btn-primary {
        letter-spacing: 0.1em
    }
}

a:hover .style-btn-primary img {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

@media screen and (max-width: 767px) {
    a:hover .style-btn-primary img {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.style-btn-secondary {
    font-size: 18px;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #5effa2;
    background: -moz-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: -webkit-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: linear-gradient(to right, #3cd9f0 0%, #5effa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cd9f0', endColorstr='#5effa2', GradientType=1);
    display: inline-block;
    padding: 25px 48px
}

@media screen and (max-width: 767px) {
    .style-btn-secondary {
        font-size: 16px;
        padding: 20px 36px
    }
}

.style-btn-secondary img {
    position: absolute;
    top: -2px;
    right: -40px;
    bottom: 0;
    margin: auto;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (max-width: 767px) {
    .style-btn-secondary img {
        width: 55px
    }
}

.style-btn-secondary:hover img {
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

@media screen and (max-width: 767px) {
    .style-btn-secondary:hover img {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.style-btn-secondary.style-btn-back img {
    right: auto;
    left: -40px;
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.style-btn-secondary.style-btn-back:hover img {
    -moz-transform: translateX(-15px) scale(-1, 1);
    -ms-transform: translateX(-15px) scale(-1, 1);
    -webkit-transform: translateX(-15px) scale(-1, 1);
    transform: translateX(-15px) scale(-1, 1)
}

@media screen and (max-width: 767px) {
    .style-btn-secondary.style-btn-back:hover img {
        -moz-transform: translateX(0) scale(-1, 1);
        -ms-transform: translateX(0) scale(-1, 1);
        -webkit-transform: translateX(0) scale(-1, 1);
        transform: translateX(0) scale(-1, 1)
    }
}

.style-btn-entry-inner {
    max-width: 540px;
    margin: 160px auto 100px
}

@media screen and (max-width: 767px) {
    .style-btn-entry-inner {
        margin: 50px auto
    }
}

.style-btn-entry-inner .style-btn-entry {
    font-size: 44px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #ffbe41;
    background: -moz-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: -webkit-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: linear-gradient(to right, #ffbe41 0%, #fff25e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe41', endColorstr='#fff25e', GradientType=1);
    padding: 40px
}

@media all and (-ms-high-contrast: none) {
    .style-btn-entry-inner .style-btn-entry {
        padding: 50px 40px 30px
    }
}

@media screen and (max-width: 767px) {
    .style-btn-entry-inner .style-btn-entry {
        font-size: 30px;
        padding: 25px
    }
}

.style-btn-entry-inner .style-btn-entry img {
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 75px;
    margin: 0 0 15% 15px
}

@media screen and (max-width: 767px) {
    .style-btn-entry-inner .style-btn-entry img {
        width: 45px
    }
}

.style-btn-entry-inner .style-btn-entry span {
    position: relative
}

.style-btn-entry-inner .style-btn-entry span::after {
    right: -15px;
    width: 40px;
    height: 40px
}

@media all and (-ms-high-contrast: none) {
    .style-btn-entry-inner .style-btn-entry span::after {
        top: -20px
    }
}

@media screen and (max-width: 767px) {
    .style-btn-entry-inner .style-btn-entry span::after {
        right: -10px;
        width: 30px;
        height: 30px
    }
}

.style-btn-entry-inner .style-btn-entry:hover {
    opacity: 1;
    letter-spacing: 0.2em
}

@media screen and (max-width: 767px) {
    .style-btn-entry-inner .style-btn-entry:hover {
        letter-spacing: 0.1em
    }
}

.style-line {
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute
}

.style-line-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.style-line-img::after,
.style-line-img::before {
    content: '';
    position: absolute;
    opacity: 0;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    -moz-transform: translate(-42px, 42px);
    -ms-transform: translate(-42px, 42px);
    -webkit-transform: translate(-42px, 42px);
    transform: translate(-42px, 42px);
    -moz-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.style-line-img.js-scroll-on::after,
.style-line-img.js-scroll-on::before {
    opacity: 1;
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0)
}

#detail>.style-line-img {
    z-index: -1
}

@media screen and (max-width: 767px) {
    #detail>.style-line-img {
        display: none
    }
}

#detail>.style-line-img::after {
    background: url(../img/common-parts-line01.png) no-repeat;
    width: 404px;
    height: 516px;
    right: -300px;
    top: -280px;
    opacity: 1
}

@media screen and (max-width: 767px) {
    #detail>.style-line-img::after {
        height: 258px;
        background-size: 50%
    }
}

@media all and (-ms-high-contrast: none) {

    .style-txt-gra,
    .style-gra-yellow,
    .style-gra-green,
    .style-gra-blue,
    .style-gra-purple {
        background: none !important
    }
}

.style-gra-yellow {
    color: #ffc243;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #ffbe41;
    background: -moz-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: -webkit-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: linear-gradient(to right, #ffbe41 0%, #fff25e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe41', endColorstr='#fff25e', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.style-gra-green {
    color: #4cebcb;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #5effa2;
    background: -moz-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: -webkit-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: linear-gradient(to right, #3cd9f0 0%, #5effa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cd9f0', endColorstr='#5effa2', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.style-gra-blue {
    color: #4a78f8;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.style-gra-purple {
    color: #bd4ff0;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #953cf0;
    background: -moz-linear-gradient(left, #953cf0 0%, #ff72f0 60%);
    background: -webkit-linear-gradient(left, #953cf0 0%, #ff72f0 60%);
    background: linear-gradient(to right, #953cf0 0%, #ff72f0 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#953cf0', endColorstr='#ff72f0', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.style-tag,
.style-tag-vet,
.page-cat-vet .style-tag,
.style-tag-vn,
.page-cat-vn .style-tag,
.style-tag-trimer,
.page-cat-trimer .style-tag,
.style-tag-reception,
.page-cat-reception .style-tag {
    font-size: 13px;
    letter-spacing: 0;
    width: 64px;
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 5px 0
}

.style-tag-vet,
.page-cat-vet .style-tag-vet,
.page-cat-vet .style-tag,
.page-cat-vet .style-tag-vn,
.page-cat-vet .style-tag-trimer,
.page-cat-vet .style-tag-reception {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #5effa2;
    background: -moz-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: -webkit-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: linear-gradient(to right, #3cd9f0 0%, #5effa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cd9f0', endColorstr='#5effa2', GradientType=1)
}

.style-tag-vn,
.page-cat-vn .style-tag-vet,
.page-cat-vn .style-tag-vn,
.page-cat-vn .style-tag,
.page-cat-vn .style-tag-trimer,
.page-cat-vn .style-tag-reception {
    color: #fff;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1)
}

.style-tag-trimer,
.page-cat-trimer .style-tag-vet,
.page-cat-trimer .style-tag-vn,
.page-cat-trimer .style-tag-trimer,
.page-cat-trimer .style-tag,
.page-cat-trimer .style-tag-reception {
    color: #fff;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #953cf0;
    background: -moz-linear-gradient(left, #953cf0 0%, #ff72f0 60%);
    background: -webkit-linear-gradient(left, #953cf0 0%, #ff72f0 60%);
    background: linear-gradient(to right, #953cf0 0%, #ff72f0 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#953cf0', endColorstr='#ff72f0', GradientType=1)
}

.style-tag-reception,
.page-cat-reception .style-tag-vet,
.page-cat-reception .style-tag-vn,
.page-cat-reception .style-tag-trimer,
.page-cat-reception .style-tag-reception,
.page-cat-reception .style-tag {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #ffbe41;
    background: -moz-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: -webkit-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: linear-gradient(to right, #ffbe41 0%, #fff25e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe41', endColorstr='#fff25e', GradientType=1)
}

.style-bg-gray {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 200px;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 16px 0
}

@media screen and (max-width: 767px) {
    .style-bg-gray {
        font-size: 18px
    }
}

.style-tab {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 96px
}

@media screen and (max-width: 767px) {
    .style-tab {
        margin: 0 0 32px
    }
}

.style-tab li {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    cursor: pointer;
    background: #f3f3f3;
    padding: 24px 20px
}

@media screen and (max-width: 767px) {
    .style-tab li {
        font-size: 18px;
        margin: 0 0 2px
    }

    .style-tab li:nth-child(2n) {
        border-left: 2px solid #fff !important
    }
}

.style-tab li:not(:first-child) {
    border-left: 2px solid #fff
}

@media screen and (max-width: 767px) {
    .style-tab li:not(:first-child) {
        border-left: none
    }
}

.style-tab li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px
}

.style-tab li.tab-active::after {
    animation-name: anime-photo-bg;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

@media screen and (max-width: 767px) {
    .style-tab li.tab-active::after {
        animation-duration: .6s
    }
}

.style-tab li.tab-active.bg-green,
.style-tab li.tab-active.bg-green::after {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #5effa2;
    background: -moz-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: -webkit-linear-gradient(left, #3cd9f0 0%, #5effa2 100%);
    background: linear-gradient(to right, #3cd9f0 0%, #5effa2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cd9f0', endColorstr='#5effa2', GradientType=1)
}

.style-tab li.tab-active.bg-blue,
.style-tab li.tab-active.bg-blue::after {
    color: #fff;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1)
}

.style-tab li.tab-active.bg-purple,
.style-tab li.tab-active.bg-purple::after {
    color: #fff;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #953cf0;
    background: -moz-linear-gradient(left, #953cf0 0%, #ff72f0 60%);
    background: -webkit-linear-gradient(left, #953cf0 0%, #ff72f0 60%);
    background: linear-gradient(to right, #953cf0 0%, #ff72f0 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#953cf0', endColorstr='#ff72f0', GradientType=1)
}

.style-tab li.tab-active.bg-yellow,
.style-tab li.tab-active.bg-yellow::after {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #ffbe41;
    background: -moz-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: -webkit-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: linear-gradient(to right, #ffbe41 0%, #fff25e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe41', endColorstr='#fff25e', GradientType=1)
}

.style-tab li:hover {
    opacity: .6
}

@media screen and (max-width: 767px) {
    .style-tab li:hover {
        opacity: 1
    }
}

.js-tab-content {
    display: none
}

.js-tab-content.tab-show {
    display: block
}

.pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99
}

@media screen and (max-width: 1024px) {
    .pagetop {
        bottom: 74px;
        right: 10px
    }
}

@media screen and (max-width: 767px) {
    .pagetop {
        bottom: 64px
    }
}

.pagetop a {
    display: block;
    position: relative;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.pagetop a::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 767px) {
    .pagetop02 {
        bottom: 110px
    }
}

.js-slide .slide-item {
    display: inline-block;
    vertical-align: top
}

.js-slide .slide-item:focus {
    outline: none
}

.js-slide .slick-arrow {
    background: none;
    border: none;
    max-height: 68px;
    cursor: pointer
}

.js-slide .slick-arrow.slick-prev img {
    transform: scale(-1, -1)
}

.js-slide .slick-arrow:hover img {
    opacity: .6
}

@media screen and (max-width: 767px) {
    .js-slide .slick-arrow:hover img {
        opacity: 1
    }
}

.js-slide .slick-arrow:focus {
    outline: none
}

.anime-scroll-fadeup {
    opacity: 0;
    transform: translateY(20px);
    transition: all 800ms;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

.anime-scroll-fadeup.js-scroll-on {
    opacity: 1;
    transform: translateY(0)
}

.anime-scroll-order .anime-scroll-order-item {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 800ms
}

@media screen and (max-width: 767px) {
    .anime-scroll-order .anime-scroll-order-item {
        -moz-transition-delay: 0ms !important;
        -o-transition-delay: 0ms !important;
        -webkit-transition-delay: 0ms !important;
        transition-delay: 0ms !important
    }
}

.anime-scroll-order .anime-scroll-order-item.js-scroll-on {
    opacity: 1;
    transform: translateX(0)
}

.anime-scroll-order .anime-scroll-order-item:nth-child(1) {
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms
}

.anime-scroll-order .anime-scroll-order-item:nth-child(2) {
    -moz-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms
}

.anime-scroll-order .anime-scroll-order-item:nth-child(3) {
    -moz-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms
}

.anime-scroll-order .anime-scroll-order-item:nth-child(4) {
    -moz-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms
}

.anime-scroll-bg::after {
    content: '';
    position: absolute;
    width: 0;
    background: #f3f3f3;
    z-index: 0;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s
}

.anime-scroll-bg.js-scroll-on::after {
    width: 100%
}

@keyframes anime-photo-bg {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes anime-lead {
    0% {
        opacity: 0;
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.style-hum,
header .humberger span,
header .humberger span::before,
header .humberger span::after {
    background: #000;
    display: block;
    width: 30px;
    height: 4px
}

header .header-inner {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

header .header-inner.js-bg-on {
    background: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05)
}

header .header-inner.open {
    height: 100%
}

header .header-inner.open>.head {
    box-shadow: none
}

@media screen and (max-width: 1024px) {
    header .header-inner {
        display: block
    }

    header .header-inner>.head {
        width: 100%;
        height: 54px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999
    }

    header .header-inner.js-bg-on .head {
        background: #fff;
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05)
    }
}

@media screen and (max-width: 767px) {
    header .header-inner>.head {
        background: #fff;
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05)
    }
}

header h1 {
    margin: 0 0 0 30px
}

@media screen and (max-width: 1310px) {
    header h1 {
        margin: 0 0 0 20px
    }
}

@media screen and (max-width: 1024px) {
    header h1 {
        margin: 4px 0 0 20px
    }
}

header h1 img {
    width: 290px
}

@media screen and (max-width: 1310px) {
    header h1 img {
        width: 180px
    }
}

@media screen and (max-width: 1024px) {
    header nav {
        display: none;
        height: 100%;
        padding: 80px 0 54px;
        position: relative
    }

    header nav ul.row {
        display: none;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        padding: 0 30px
    }

    header nav ul.row li {
        font-size: 16px;
        width: 50%;
        position: relative;
        margin: 0 0 35px
    }

    header nav ul.row li span {
        font-size: 6vw;
        font-style: italic;
        display: block;
        font-weight: 700;
        margin: 0 0 8px
    }

    header nav ul.row .btn a {
        width: 98%;
        padding: 22px 21px 15px 0
    }

    header nav ul.row .btn a span {
        font-size: 3vw
    }

    header nav ul.row .btn.btn-entry a {
        margin-left: auto
    }

    header nav.open {
        background: #fff;
        display: block
    }

    header nav.nav-open {
        overflow: scroll
    }

    header nav.nav-open ul.row {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: fles-start;
        justify-content: fles-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    header nav .js-anime-bg {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 0;
        z-index: 9999;
        -moz-transition: .3s;
        -o-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    header nav .js-anime-bg.blue {
        background: #4a78f8
    }

    header nav .js-anime-bg.white {
        background: #f3f3f3
    }
}

@media screen and (max-width: 767px) {
    header nav ul.row {
        position: static;
        transform: none
    }

    header nav ul.row li {
        font-size: 16px;
        width: 100%
    }

    header nav ul.row li span {
        font-size: 7vw
    }

    header nav ul.row .btn {
        display: none
    }
}

@media screen and (max-width: 400px) {
    header nav ul.row li {
        font-size: 12px
    }

    header nav ul.row li span {
        font-size: 25px
    }
}

header nav li {
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 12px
}

@media screen and (max-width: 1300px) {
    header nav li {
        font-size: 1.15385vw;
        margin: 0 8px
    }
}

header .btn a {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: block;
    width: 144px;
    padding: 28px 0
}

@media screen and (max-width: 1300px) {
    header .btn a {
        font-size: 1.53846vw;
        width: 11.07692vw
    }
}

header .btn a span {
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

header .btn a:hover {
    opacity: 1
}

header .btn a:hover span {
    opacity: .6
}

@media screen and (max-width: 767px) {
    header .btn a:hover span {
        opacity: 1
    }
}

header .btn-recruiting {
    margin: 0 0 0 15px
}

header .btn-recruiting a {
    background: #4a78f8;
    color: #fff
}

header .btn-entry {
    margin: 0
}

header .btn-entry a {
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #ffbe41;
    background: -moz-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: -webkit-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: linear-gradient(to right, #ffbe41 0%, #fff25e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe41', endColorstr='#fff25e', GradientType=1)
}

header .header-inner-sp {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99
}

@media screen and (max-width: 1024px) {
    header .header-inner-sp {
        display: block !important
    }
}

@media screen and (max-width: 767px) {
    header .header-inner-sp {
        z-index: 999
    }
}

header .header-inner-sp li {
    margin: 0
}

header .header-inner-sp li.btn {
    width: 50%
}

header .header-inner-sp li.btn a {
    font-size: 24px;
    width: 100%;
    padding: 20px 0
}

@media screen and (max-width: 767px) {
    header .header-inner-sp li.btn a {
        font-size: 14px
    }
}

header .humberger {
    width: 54px;
    height: 100%;
    display: none;
    position: relative;
    cursor: pointer;
    margin: 0 4px 0 0
}

@media screen and (max-width: 1024px) {
    header .humberger {
        display: block !important
    }
}

header .humberger span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

header .humberger span::before {
    content: '';
    position: absolute;
    bottom: 10px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

header .humberger span::after {
    content: '';
    position: absolute;
    top: 10px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

header .humberger.open span {
    background: #fff
}

header .humberger.open span::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

header .humberger.open span::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

footer {
    position: relative;
    z-index: 10;
    background: #f3f3f3;
    padding: 50px 0 45px
}

@media screen and (max-width: 767px) {
    footer {
        padding: 30px 0 25px
    }
}

footer .footer-inner {
    padding: 0 20px
}

footer .logo {
    margin: 0 64px 10px 12px
}

footer .logo img {
    width: 200px
}

@media screen and (max-width: 767px) {
    footer .logo {
        text-align: center;
        margin: 0 0 25px
    }
}

footer ul li {
    margin: 0 12px 10px
}

footer ul li a {
    font-size: 12px
}

footer ul li .window {
    position: relative;
    padding: 0 16px 0 0
}

footer ul li .window::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.2em;
    bottom: 0;
    margin: auto;
    background: url(../img/icon-window.png) no-repeat;
    width: 12px;
    height: 10px
}

@media screen and (max-width: 767px) {
    footer div.row {
        display: block
    }
}

footer copyright {
    color: #898989;
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
    display: block;
    margin: 40px 0 0
}

@media screen and (max-width: 767px) {
    footer copyright {
        margin: 20px 0 0
    }
}

#detail.nightshift .detail-style-title {
    margin: 30px 0 40px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .detail-style-title {
        margin: 0 0 20px
    }
}

@media screen and (min-width: 400px) {
    #detail.nightshift .detail-style-title .en {
        font-size: 62px
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .detail-style-title .en {
        font-size: 32px
    }
}

#detail.nightshift .detail-style-title .ja {
    letter-spacing: 0px;
    font-weight: 500
}

@media screen and (min-width: 400px) {
    #detail.nightshift .detail-style-title .ja {
        margin: 22px 0 0
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .detail-style-title .ja {
        font-size: 14px
    }
}

@media screen and (min-width: 400px) {
    #detail.nightshift h3.style-subtitle {
        font-size: 28px
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift h3.style-subtitle {
        font-size: 4.7vw
    }
}

#detail.nightshift h3.style-subtitle::after {
    bottom: -13px
}

#detail.nightshift .style-tab li.bg-green.tab-active {
    background: #0fd850;
    background: -moz-linear-gradient(left, #0fd850 0%, #f9f047 80%);
    background: -webkit-linear-gradient(left, #0fd850 0%, #f9f047 80%);
    background: linear-gradient(to right, #0fd850 0%, #f9f047 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fd850', endColorstr='#f9f047', GradientType=1)
}

#detail.nightshift .style-tab li.bg-green.tab-active::after {
    background: #0fd850;
    background: -moz-linear-gradient(left, #0fd850 0%, #f9f047 80%);
    background: -webkit-linear-gradient(left, #0fd850 0%, #f9f047 80%);
    background: linear-gradient(to right, #0fd850 0%, #f9f047 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fd850', endColorstr='#f9f047', GradientType=1)
}

#detail.nightshift .copy {
    text-align: center
}

#detail.nightshift .copy h3 {
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.4;
    display: inline;
    background: linear-gradient(rgba(0, 0, 0, 0) 45%, #f9f148 45%)
}

@media screen and (max-width: 400px) {
    #detail.nightshift .copy h3 {
        font-size: 4vw
    }
}

#detail.nightshift .feature {
    margin: 82px 0 0
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature {
        margin: 35px 0 0
    }
}

#detail.nightshift .feature .inner {
    max-width: 1180px
}

#detail.nightshift .feature h3 {
    margin-bottom: 153px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature h3 {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .feature h3 {
        font-size: 4.7vw
    }
}

#detail.nightshift .feature h3 .fn-sm {
    font-size: 60%;
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature h3 .fn-sm {
        margin-bottom: 0
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .feature h3 .fn-sm {
        font-size: 70%
    }
}

#detail.nightshift .feature .feature-list {
    margin: 0 10px
}

#detail.nightshift .feature .feature-list .row-item {
    position: relative;
    width: calc(33.333% - 30px);
    margin: 0 15px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature .feature-list .row-item {
        width: 100%;
        margin: 18vw 0px 0
    }
}

#detail.nightshift .feature .feature-list .row-item .num {
    position: absolute;
    z-index: -1;
    top: -1em;
    left: -15px;
    color: #f3f3f3;
    font-size: 140px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature .feature-list .row-item .num {
        font-size: calc((150 / 767) * 100vw);
        top: -20vw
    }
}

#detail.nightshift .feature .feature-list .row-item .style-subtitle {
    font-size: 26px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 400px) {
    #detail.nightshift .feature .feature-list .row-item .style-subtitle {
        font-size: 4.5vw
    }
}

#detail.nightshift .feature .feature-list .row-item .style-subtitle::after {
    bottom: -4px;
    height: 2px
}

#detail.nightshift .feature .feature-list .row-item p {
    line-height: 1.8;
    letter-spacing: 0em;
    margin-top: 20px
}

@media screen and (max-width: 400px) {
    #detail.nightshift .feature .feature-list .row-item p {
        line-height: 1.5
    }
}

#detail.nightshift .feature .feature-point {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature .feature-point {
        margin-top: 30px
    }
}

#detail.nightshift .feature .feature-point .feature-point-text {
    background: #fff;
    position: absolute;
    right: 60px;
    bottom: -20px;
    width: 52%;
    padding: 25px 0px 30px 28px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature .feature-point .feature-point-text {
        position: static;
        width: 100%;
        margin-top: 15px;
        padding: 0
    }
}

#detail.nightshift .feature .feature-point .feature-point-text h4 {
    font-size: 46px;
    font-style: italic
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature .feature-point .feature-point-text h4 {
        font-size: 6vw
    }
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature .feature-point .feature-point-text h4 {
        font-size: 7.5vw;
        font-weight: 700
    }
}

#detail.nightshift .feature .feature-point .feature-point-text p {
    line-height: 1.8;
    margin-top: 16px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .feature .feature-point .feature-point-text p {
        margin-top: 8px;
        line-height: 1.5
    }
}

#detail.nightshift .point {
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .point {
        margin-top: 35px
    }
}

#detail.nightshift .point .inner {
    max-width: 1040px
}

#detail.nightshift .point .style-subtitle {
    margin-bottom: 42px
}

@media screen and (max-width: 400px) {
    #detail.nightshift .point .style-subtitle {
        margin-bottom: 28px
    }
}

#detail.nightshift .point .point-list {
    border-bottom: 2px dashed #f3f3f3
}

@media screen and (max-width: 767px) {
    #detail.nightshift .point .point-list {
        border-bottom: 0px dashed #f3f3f3
    }
}

#detail.nightshift .point .point-list:last-child {
    border-bottom: 0px dashed #f3f3f3
}

#detail.nightshift .point .point-list li {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    position: relative;
    padding: 8px 0 8px 38px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .point .point-list li {
        border-bottom: 2px dashed #f3f3f3;
        padding: 5px 0 5px 16px
    }

    #detail.nightshift .point .point-list li:last-child {
        border-bottom: 0px dashed #f3f3f3
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .point .point-list li {
        font-size: 13px;
        letter-spacing: -0.3px
    }
}

#detail.nightshift .point .point-list li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f3f3f3
}

@media screen and (max-width: 767px) {
    #detail.nightshift .point .point-list li::before {
        width: 1em;
        height: 1em
    }
}

#detail.nightshift .point .point-list li:first-child {
    width: 50%;
    margin-right: 35px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .point .point-list li:first-child {
        width: 100%;
        margin-right: 0
    }
}

#detail.nightshift .point .point-list li:last-child {
    width: calc(50% - 35px)
}

@media screen and (max-width: 767px) {
    #detail.nightshift .point .point-list li:last-child {
        width: 100%
    }
}

#detail.nightshift .system {
    margin-top: 100px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .system {
        margin-top: 30px
    }
}

#detail.nightshift .system .inner {
    max-width: 1130px
}

#detail.nightshift .system .style-subtitle {
    margin-bottom: 50px
}

@media screen and (max-width: 400px) {
    #detail.nightshift .system .style-subtitle {
        margin-bottom: 35px
    }
}

#detail.nightshift .system .system-list li {
    font-size: 18px;
    line-height: 1.5;
    background: #fff;
    margin-bottom: 14px;
    padding: 23px 20px 23px 94px;
    position: relative
}

@media screen and (max-width: 400px) {
    #detail.nightshift .system .system-list li {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 8px 5px 6px 30px
    }
}

#detail.nightshift .system .system-list li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34px;
    margin: auto;
    background: url(../img/nightshift/icon.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 34px
}

@media screen and (max-width: 400px) {
    #detail.nightshift .system .system-list li::before {
        width: 12px;
        height: 17px;
        left: 10px
    }
}

#detail.nightshift .schedule {
    margin-top: 108px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .schedule {
        margin-top: 40px
    }
}

#detail.nightshift .schedule .style-tab {
    margin-top: 80px;
    margin-bottom: 70px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .schedule .style-tab {
        margin-top: 40px;
        margin-bottom: 20px
    }
}

#detail.nightshift .schedule .style-tab li {
    /* width: 50% 看護師非表示の為　*/
    width: 100%;
}

@media screen and (max-width: 400px) {
    #detail.nightshift .schedule .style-tab li {
        font-size: 14px
    }
}

#detail.nightshift .schedule .js-tab-content h5 {
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

@media screen and (max-width: 400px) {
    #detail.nightshift .schedule .js-tab-content h5 {
        font-size: 14px
    }
}

#detail.nightshift .schedule .js-tab-content h5::after,
#detail.nightshift .schedule .js-tab-content h5::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0fd850;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

@media screen and (max-width: 400px) {

    #detail.nightshift .schedule .js-tab-content h5::after,
    #detail.nightshift .schedule .js-tab-content h5::before {
        width: 1em;
        height: 1em
    }
}

#detail.nightshift .schedule .js-tab-content h5::after {
    right: -1.6em
}

#detail.nightshift .schedule .js-tab-content h5::before {
    left: -1.6em
}

#detail.nightshift .schedule .js-tab-content h6 {
    font-size: 20px
}

@media screen and (max-width: 400px) {
    #detail.nightshift .schedule .js-tab-content h6 {
        font-size: 14px
    }
}

#detail.nightshift .schedule .schedule-model {
    text-align: center
}

@media screen and (max-width: 767px) {
    #detail.nightshift .schedule .schedule-model {
        margin-top: 20px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner {
    position: relative
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner h6 {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 20px
}

@media screen and (max-width: 1000px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide {
        margin-bottom: 100px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-list {
    border-bottom: 2px solid #f3f3f3;
    max-width: 690px;
    margin: 0 auto;
    overflow: hidden
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-list .slide-item {
    position: relative
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 60px;
    margin: auto;
    min-height: 78px
}

@media screen and (max-width: 1000px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-arrow {
        top: auto;
        bottom: -60px;
        margin: 0 auto;
        width: 38px;
        margin: -15px auto;
        padding: 0
    }
}

@media screen and (max-width: 1000px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-arrow img {
        width: 38px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-arrow.slick-prev {
    left: 0
}

@media screen and (max-width: 1000px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-arrow.slick-prev {
        right: 60px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-arrow.slick-next {
    right: 0
}

@media screen and (max-width: 1000px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-arrow.slick-next {
        left: 60px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-dots {
    margin-top: 30px
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-dots {
        margin-top: 10px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-dots li {
        margin: 0 5px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-dots li button {
    width: 16px;
    height: 16px;
    background: #dcdcdc;
    font-size: 0;
    border: none;
    border-radius: 50%;
    padding: 0
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-dots li button {
        width: 8px;
        height: 8px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.js-slide .slick-dots li.slick-active button {
    background: #000
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row {
    padding: 30px 0;
    position: relative
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row {
        padding: 14px 0
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0px;
    border-bottom: 2px dashed #f3f3f3;
    width: 95%
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row:last-of-type::after {
    content: none
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row:last-of-type .date::after {
    content: none
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row .date {
    font-size: 22px;
    width: 70px;
    margin-right: 72px;
    position: relative
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row .date::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -55px;
    margin: 0 auto;
    width: 2px;
    height: 50px;
    background: #4a78f8
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row .date::after {
        bottom: -25px;
        height: 20px
    }
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row .date {
        font-size: 16px;
        width: 50px;
        margin-right: 30px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row .text {
    font-size: 18px;
    line-height: 1.3;
    width: calc(100% - 142px);
    text-align: left
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner .row-inner .row .text {
        font-size: 13px;
        width: calc(100% - 80px)
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .line {
    position: absolute;
    font-size: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    background: #4a78f8;
    border-radius: 50px;
    padding: 17px
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner .line {
        font-size: 14px;
        padding: 9px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .line.line-pri {
    top: 150px;
    right: 8%;
    height: 330px
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner .line.line-pri {
        top: 97px;
        right: 10px;
        height: 179px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner .line.line-sec {
    top: 80px;
    right: 18%;
    height: 330px
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.schedule-model-vn {
    max-width: 690px;
    margin: 0 auto;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.schedule-model-vn .schedule-model-inner {
    max-width: 690px;
    margin: 0 auto
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.schedule-model-vn .line.line-pri {
    height: 255px;
    top: 80px
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.schedule-model-vn .line.line-pri {
        top: 46px;
        right: 10px;
        height: 130px
    }
}

#detail.nightshift .schedule .schedule-model .schedule-model-inner.schedule-model-vn .line.line-sec {
    height: 255px
}

@media screen and (max-width: 600px) {
    #detail.nightshift .schedule .schedule-model .schedule-model-inner.schedule-model-vn .line.line-sec {
        top: 46px;
        right: 46px;
        height: 130px
    }
}

#detail.nightshift .schedule .schedule-work {
    text-align: center;
    margin-top: 57px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .schedule .schedule-work {
        margin-top: 45px
    }
}

@media screen and (min-width: 400px) {
    #detail.nightshift .schedule .schedule-work figure {
        margin-top: 10px
    }
}

#detail.nightshift .recruiting {
    margin-top: 175px
}

@media screen and (max-width: 767px) {
    #detail.nightshift .recruiting {
        margin-top: 60px
    }
}

@media screen and (min-width: 400px) {
    #detail.nightshift .recruiting h2.detail-style-title .en {
        font-size: 56px
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .recruiting h2.detail-style-title .en {
        font-size: 28px
    }
}

@media screen and (min-width: 400px) {
    #detail.nightshift .recruiting h2.detail-style-title .ja {
        margin-top: 12px
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .recruiting h2.detail-style-title .ja {
        font-size: 10px
    }
}

#detail.nightshift .recruiting .style-tab {
    margin: 60px 0 0
}

@media screen and (max-width: 767px) {
    #detail.nightshift .recruiting .style-tab {
        margin: 30px 0 0
    }
}

#detail.nightshift .recruiting .style-tab li {
    font-size: 28px;
    /* width: 50% 看護師非表示のため */
    width: 100%;
}

@media screen and (max-width: 767px) {
    #detail.nightshift .recruiting .style-tab li {
        font-size: 3.5vw
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .recruiting .style-tab li {
        font-size: 14px
    }
}

#detail.nightshift .style-table {
    font-size: 17px;
    width: 100%
}

@media screen and (max-width: 767px) {
    #detail.nightshift .style-table {
        font-size: 15px
    }
}

#detail.nightshift .style-table a {
    text-decoration: underline;
    color: #4a78f8
}

#detail.nightshift .style-table a:hover {
    cursor: pointer
}

#detail.nightshift .style-table .table-line {
    border-bottom: solid 1px #d1d1d1
}

@media screen and (max-width: 767px) {
    #detail.nightshift .style-table .table-line {
        border-bottom: none
    }
}

#detail.nightshift .style-table .table-line .table-title {
    width: 18%;
    background-color: #eeeeee;
    text-align: center;
    font-weight: bold
}

@media screen and (max-width: 767px) {
    #detail.nightshift .style-table .table-line .table-title {
        width: 100%;
        padding: 14px 12px;
        display: block;
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    #detail.nightshift .style-table .table-line .table-title {
        font-size: 14px;
        padding: 10px
    }
}

#detail.nightshift .style-table .table-line .table-title2 {
    width: 18%;
    padding: 25px 0 25px 60px;
    font-weight: bold
}

@media screen and (max-width: 767px) {
    #detail.nightshift .style-table .table-line .table-title2 {
        width: 100%;
        padding: 16px 0 0 0;
        display: block;
        text-align: left;
        font-size: 18px
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .style-table .table-line .table-title2 {
        font-size: 15px
    }
}

#detail.nightshift .style-table .table-line .table-cell {
    width: auto;
    padding: 25px 0 25px 60px;
    line-height: 2
}

@media screen and (max-width: 767px) {
    #detail.nightshift .style-table .table-line .table-cell {
        width: 100%;
        padding: 12px 0 16px 0;
        display: block;
        line-height: 1.8
    }
}

@media screen and (max-width: 400px) {
    #detail.nightshift .style-table .table-line .table-cell {
        font-size: 13px;
        padding: 8px 0 10px 0
    }
}

@media screen and (max-width: 767px) {
    #detail.nightshift .style-table .table-line .sp-borderbottom {
        border-bottom: solid 1px #d1d1d1
    }
}

#detail.nightshift .style-btn-entry-inner {
    text-align: center
}

@media screen and (min-width: 767px) {
    #detail.nightshift .style-btn-entry-inner {
        margin: 120px auto 140px
    }
}

#detail.nightshift .style-btn-entry-inner .note {
    font-weight: 500;
    text-align: center;
    margin-top: 18px;
    position: relative;
    display: inline-block
}

#detail.nightshift .style-btn-entry-inner .note::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: #5e88ff;
    background: -moz-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: -webkit-linear-gradient(left, #5e88ff 0%, #3cd9f0 80%);
    background: linear-gradient(to right, #5e88ff 0%, #3cd9f0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e88ff', endColorstr='#3cd9f0', GradientType=1);
    background: #ffbe41;
    background: -moz-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: -webkit-linear-gradient(left, #ffbe41 0%, #fff25e 100%);
    background: linear-gradient(to right, #ffbe41 0%, #fff25e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe41', endColorstr='#fff25e', GradientType=1)
}