@-webkit-keyframes slideFadeZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes slideFadeZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideFadeZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes slideFadeZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideFadeInDown {
    0% {
        opacity: 0;
        margin-top: 20%
    }

    70% {
        opacity: 1;
        margin-top: 25%
    }

    100% {
        opacity: 1;
        margin-top: 25%
    }
}

@keyframes slideFadeInDown {
    0% {
        opacity: 0;
        margin-top: 20%
    }

    70% {
        opacity: 1;
        margin-top: 25%
    }

    100% {
        opacity: 1;
        margin-top: 25%
    }
}

@-webkit-keyframes slideFadeInDown2 {
    0% {
        opacity: 0;
        margin-top: 70%
    }

    70% {
        opacity: 1;
        margin-top: 80%
    }

    100% {
        opacity: 1;
        margin-top: 80%
    }
}

@keyframes slideFadeInDown2 {
    0% {
        opacity: 0;
        margin-top: 70%
    }

    70% {
        opacity: 1;
        margin-top: 80%
    }

    100% {
        opacity: 1;
        margin-top: 80%
    }
}

@-webkit-keyframes slideRhtSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    40% {
        opacity: .2
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideRhtSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    40% {
        opacity: .2
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lftSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes lftSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes rhtSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes rhtSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeRotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY();
        transform: rotateY()
    }
}

@keyframes fadeRotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateY();
        transform: rotateY()
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    60% {
        -webkit-transform: rotate3d(0, 1, 0, 10deg);
        transform: rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    60% {
        -webkit-transform: rotate3d(0, 1, 0, 10deg);
        transform: rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    to {
        opacity: 1
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    background: #fff;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.8;
    text-rendering: optimizeSpeed;
    letter-spacing: .025em
}

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

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 100
}

nav ul {
    list-style: none
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}

ul[role=list],
ol[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img,
picture {
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    background: #14141e;
    color: #fff;
    font-size: 1rem;
    line-height: 2;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}

input,
textarea {
    padding: 2px;
    line-height: 1.5
}

a {
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    a:hover img {
        opacity: .7
    }
}

img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast
}

a img {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden
}

@media screen and (min-width: 1281px) {
    .pc-none {
        display: none !important
    }
}

@media screen and (max-width: 1280px) {
    .pc-only {
        display: none !important
    }
}

@media screen and (min-width: 769px) {
    .tb-none {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .tb-only {
        display: none !important
    }
}

@media screen and (min-width: 600px) {
    .sp-only {
        display: none !important
    }
}

@media screen and (max-width: 599px) {
    .sp-none {
        display: none !important
    }
}

#notfound .page-lead {
    margin: 30px 0 0
}

#notfound #searchform {
    margin: 30px 0
}

.search .search-list li+li {
    margin-top: 20px
}

.search .search-list li::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    content: ""
}

_::-webkit-full-page-media,
_:future,
:root body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna"
}

#index main {
    background: url(../images/common/bg_mark.png) no-repeat left 0px top 0% / 80% auto;
}

@media screen and (min-width: 1280px) {
    #index main {
        background: url(../images/common/bg_mark.png) no-repeat left -100px top/658px auto
    }
}

#index header .catch {
    position: absolute;
    bottom: -30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: clamp(32px, 6vw, 40px);
    line-height: 1.4;
    letter-spacing: .2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

#index header .catch span {
    color: #c30d23
}

@media screen and (min-width: 599px) {
    #index header .catch {
        bottom: -18%;
        max-width: 420px
    }
}

@media screen and (min-width: 768px) {
    #index header picture {
        position: relative
    }

    #index header picture::before {
        display: block;
        padding-top: 46.25%;
        content: ""
    }

    #index header picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center 15%;
        object-position: center 15%
    }

    #index header .catch {
        bottom: -25%
    }
}

@media screen and (min-width: 1280px) {
    #index header .catch {
        bottom: -150px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

#index .lead {
    margin-top: 30%;
    letter-spacing: .1em;
    display: flex;
    gap: 30px;
    max-width: 980px;
}


#index .lead h2 {
    width: 20%;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .2em;
}

#index .lead h2 span {
    color: #cbb71a;
}

#index .lead p {
    width: 80%;
}

#index .gallery {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%
}

#index .gallery li {
    position: absolute
}

#index .gallery li:first-child {
    top: 10%;
    right: 0%;
    width: 85%
}

#index .gallery li:nth-child(2) {
    bottom: 0%;
    left: 2%;
    width: 35%;
}

/* #index .gallery li:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 54%
}

#index .gallery li:last-child {
    right: 0;
    bottom: 15%;
    width: 39%
} */

#index section {
    margin-top: 80px
}

@media screen and (min-width: 768px) {
    #index .lead {
        margin-top: 12%;
        font-size: 1.1rem;
        line-height: 2.4;
    }

    #index section {
        margin-top: 160px
    }
}

@media screen and (min-width: 1280px) {
    #index .lead {
        margin-top: 200px;
    }

}

@media screen and (max-width: 767px) {
    #index .lead {
        flex-direction: column;
    }

    #index .lead h2 {
        width: 100%;
    }

    #index .lead p {
        width: 100%;
    }
}

#index #top-service .box {
    margin-bottom: 50px
}

#index #top-service .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px
}

#index #top-service .service__list dl {
    width: 47%
}

#index #top-service .service__list dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: #d9d9d9;
    color: #14141e;
    text-align: center
}

#index #top-service .service__list dl dt strong {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3
}

#index #top-service .service__list dl dt small {
    display: block;
    font-size: .75rem
}

@media screen and (min-width: 768px) {
    #index #top-service .box {
        text-align: center
    }

    #index #top-service .service__list {
        gap: 30px;
        margin-bottom: 80px
    }

    #index #top-service .service__list dl {
        width: 31%
    }

    #index #top-service .service__list dl dt strong {
        font-size: 1.25rem
    }

    #index #top-service .service__list dl dt small {
        font-size: .9375rem
    }
}

@media screen and (min-width: 1280px) {
    #index #top-service .service__list dl dt {
        height: 100px
    }
}

#index #top-recruit .box {
    margin-bottom: 50px
}

#index #top-recruit .recruit__image {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto 50px
}

@media screen and (max-width: 767px) {
    #index #top-recruit .recruit__image {
        height: 200px;
    }
}

#index #top-recruit .recruit__image::before {
    display: block;
    padding-top: 66.67%;
    content: ""
}

#index #top-recruit .recruit__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

@media screen and (min-width: 768px) {
    #index #top-recruit .secondary-title br {
        display: none
    }

    #index #top-recruit .box {
        text-align: center
    }

    #index #top-recruit .recruit__image {
        margin: 0 auto 80px
    }

    #index #top-recruit .recruit__image::before {
        padding-top: 34.72%
    }
}

#index #top-works .bt {
    margin-top: 50px
}

#index #top-contact .box {
    margin-bottom: 50px
}

#index #top-contact ul li+li {
    margin-top: 20px
}

#index #top-contact ul li a {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

@media screen and (min-width: 768px) {
    #index #top-contact .box {
        text-align: center
    }

    #index #top-contact ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #index #top-contact ul li {
        width: 48.8%
    }

    #index #top-contact ul li+li {
        margin-top: 0
    }

    #index #top-contact ul li a:hover {
        background: #fff;
        color: #14141e
    }
}

@media screen and (min-width: 1280px) {
    #index #top-contact ul li a {
        font-size: 2rem
    }
}

#sponsorship ul {
    width: calc(100% - 40px);
    max-width: 720px
}

#sponsorship ul li+li {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    #sponsorship ul li+li {
        margin-top: 40px
    }
}

#service .page-title::after {
    content: "SERVICE"
}

#service section+section {
    margin-top: 80px
}

@media screen and (min-width: 768px) {
    #service section+section {
        margin-top: 140px
    }
}

@media screen and (min-width: 599px) {
    #service section .secondary-title br {
        display: none
    }
}

#service #quality p.box {
    line-height: 2.8
}

#service #quality .quality__image {
    width: 90%;
    max-width: 810px;
    margin: 50px auto 0
}

#service #quality .quality__image figure {
    display: block;
    width: 284px;
    margin: 0 auto 30px
}

#service #quality .quality__image figure img {
    -webkit-filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5))
}

#service #quality .quality__image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#service #quality .quality__image ul li {
    width: 245px;
    height: 245px;
    margin: 0 auto 20px;
    padding: 25px 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #14141e
}

#service #quality .quality__image ul li dl {
    font-family: "Noto Sans JP", sans-serif
}

#service #quality .quality__image ul li dl dt {
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: .2em
}

#service #quality .quality__image ul li dl dt img {
    display: block;
    margin: 0 auto 10px
}

#service #quality .quality__image ul li dl dd {
    width: 168px;
    margin: 5px auto;
    font-size: .8125rem;
    line-height: 1.3
}

#service #quality .quality__image ul li:first-child img {
    width: 52px;
    height: auto
}

#service #quality .quality__image ul li:nth-child(2) img {
    width: 55px;
    height: auto
}

#service #quality .quality__image ul li:nth-child(3) img {
    width: 61px;
    height: auto
}

#service #quality .quality__image ul li:nth-child(4) img {
    width: 67px;
    height: auto
}

#service #quality .quality__image ul li:last-child img {
    width: 43px;
    height: auto
}

@media screen and (min-width: 768px) {
    #service #quality p.box {
        text-align: center
    }

    #service #quality .quality__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        max-width: 810px;
        height: 810px
    }

    #service #quality .quality__image figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 620px;
        height: 620px;
        margin: 0;
        border: 1px solid #fff;
        border-radius: 50%
    }

    #service #quality .quality__image figure img {
        width: 284px;
        height: auto
    }

    #service #quality .quality__image ul {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

    #service #quality .quality__image ul li {
        position: absolute
    }

    #service #quality .quality__image ul li+li {
        margin-top: 0
    }

    #service #quality .quality__image ul li:first-child {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #service #quality .quality__image ul li:nth-child(2) {
        top: 215px;
        left: 0
    }

    #service #quality .quality__image ul li:nth-child(3) {
        top: 215px;
        right: 0
    }

    #service #quality .quality__image ul li:nth-child(4) {
        bottom: 0;
        left: 109px
    }

    #service #quality .quality__image ul li:last-child {
        right: 109px;
        bottom: 0
    }
}

#service #commitment p.box {
    line-height: 2.8
}

#service #commitment dl {
    margin-top: 50px
}

#service #commitment dl dt {
    padding: 10px;
    background: #fff;
    color: #14141e;
    font-weight: 500;
    font-size: 1.375rem
}

#service #commitment dl dd {
    padding: 20px 0 0;
    font-size: .9375rem
}

#service #commitment dl dd+dt {
    margin-top: 50px
}

#service #commitment .commitment__image {
    position: relative;
    margin: 50px 0 0;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
    overflow: hidden;
}

#service #commitment .commitment__image::before {
    display: block;
    padding-top: 62.7%;
    content: ""
}

#service #commitment .commitment__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    #service #commitment p.box {
        text-align: center
    }

    #service #commitment dl dt br {
        display: none
    }

    #service #commitment .commitment__image::before {
        padding-top: 34.7%
    }
}

#service #flow ul {
    width: calc(100% - 40px);
    margin: 0 auto
}

#service #flow ul li {
    background: #fff;
    color: #14141e
}

#service #flow ul li+li {
    position: relative;
    margin-top: 60px
}

#service #flow ul li+li::before {
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 43px;
    height: 22px;
    background: url(../images/common/ico_arrow.svg) no-repeat 0 0/100% auto;
    content: ""
}

#service #flow ul li p {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 2.5rem
}

#service #flow ul li p span {
    font-size: 1.5625rem
}

#service #flow ul li strong {
    display: block;
    padding: 0 20px 20px;
    font-weight: bold;
    font-size: 1.25rem
}

#service #flow ul li img {
    display: block
}

@media screen and (min-width: 599px) {
    #service #flow ul {
        width: 90%;
        max-width: 680px
    }

    #service #flow ul li {
        position: relative;
        height: 180px
    }

    #service #flow ul li img {
        position: absolute;
        top: 0;
        right: 0;
        width: 270px
    }
}

@media screen and (min-width: 768px) {
    #service #flow ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static
    }

    #service #flow ul li p {
        width: 145px;
        text-align: center
    }

    #service #flow ul li p span {
        display: block
    }

    #service #flow ul li strong {
        width: calc(100% - 415px);
        padding: 0
    }

    #service #flow ul li img {
        position: static
    }
}

#recruit .page-title::after {
    content: "RECRUIT"
}

#recruit section+section {
    margin-top: 80px
}

@media screen and (min-width: 768px) {
    #recruit section+section {
        margin-top: 140px
    }
}

#recruit .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    max-width: 984px;
    margin-right: auto;
    margin-left: auto
}

#recruit .col-2 figure {
    margin-top: 20px
}

@media screen and (min-width: 768px) {
    #recruit .col-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #recruit .col-2.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    #recruit .col-2 div {
        padding: 10px 0 0
    }

    #recruit .col-2 figure {
        margin-top: 0
    }
}

#recruit #life .life__mainv {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 83.7%;
    background: url(../images/recruit/img_mainv_sp.jpg) no-repeat 0 0/100% auto
}

#recruit #life .life__mainv h2 {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #14141e;
    font-weight: 500;
    font-size: clamp(18px, 4.8vw, 38px);
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

#recruit #life .life__box+.life__box {
    margin-top: 30px
}

#recruit #life .life__box .life__box-txt h3 {
    margin: 0 0 30px;
    font-size: clamp(20px, 4.8vw, 30px);
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    #recruit #life .life__mainv h2 {
        top: 60px;
        left: 5%;
        line-height: 2
    }

    #recruit #life .life__box+.life__box {
        margin-top: 50px
    }

    #recruit #life .life__box .life__box-txt {
        width: calc(55% - 50px);
        max-width: 510px
    }

    #recruit #life .life__box .life__box-txt h3 {
        font-size: clamp(30px, 2.9vw, 42px)
    }

    #recruit #life .life__box figure {
        width: 45%;
        max-width: 430px
    }
}

@media screen and (min-width: 1280px) {
    #recruit #life .life__mainv {
        padding-bottom: 52.6%;
        background: url(../images/recruit/img_mainv_pc.jpg) no-repeat 0 0/100% auto
    }

    #recruit #life .life__mainv h2 {
        top: 80px;
        left: 19%;
        letter-spacing: .3em
    }

    #recruit #life .life__box .life__box-txt {
        font-size: 1.125rem;
        line-height: 2.3
    }

    #recruit #life .life__box .life__box-txt h3 {
        font-size: 2.625rem
    }
}

#recruit #message .message__box .message__box-txt h3 {
    margin: 0 0 30px;
    font-size: clamp(20px, 4.8vw, 30px);
    line-height: 1.5
}

#recruit #message .message__box .message__box-txt h3 br {
    display: none
}

#recruit #message .message__box .message__box-txt p {
    margin: 30px 0 0
}

#recruit #message .message__box .message__box-txt p strong {
    font-size: 1.25rem
}

@media screen and (min-width: 768px) {
    #recruit #message .message__box .message__box-txt {
        width: calc(61% - 50px);
        max-width: 390px
    }

    #recruit #message .message__box .message__box-txt h3 {
        font-size: clamp(30px, 2.9vw, 42px)
    }

    #recruit #message .message__box .message__box-txt h3 br {
        display: block
    }

    #recruit #message .message__box figure {
        width: 39%;
        max-width: 562px
    }
}

@media screen and (min-width: 1280px) {
    #recruit #message .message__box .message__box-txt {
        font-size: 1.125rem;
        line-height: 2.3
    }

    #recruit #message .message__box .message__box-txt h3 {
        font-size: 2.625rem
    }

    #recruit #message .message__box .message__box-txt p {
        margin: 50px 0 0
    }

    #recruit #message .message__box .message__box-txt p strong {
        font-size: 1.5625rem
    }

    #recruit #message .message__box figure {
        width: 562px
    }
}

#recruit #requirements .requirements__box {
    width: 90%;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    background: #fff;
    color: #14141e
}

#recruit #requirements .requirements__box+.requirements__box {
    margin-top: 30px
}

#recruit #requirements .requirements__box h3 {
    width: 100%;
    margin: 0 0 30px;
    padding: 5px 0;
    background: #14141e;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: .2em
}

#recruit #requirements .requirements__box dl {
    border-bottom: 1px solid #14141e
}

#recruit #requirements .requirements__box dl dt {
    padding: 20px 0 10px;
    border-top: 1px solid #14141e
}

#recruit #requirements .requirements__box dl dd {
    padding: 0 0 20px
}

#recruit #requirements .requirements__box dl dd span {
    display: block
}

@media screen and (min-width: 768px) {
    #recruit #requirements .requirements__box {
        padding: 25px
    }

    #recruit #requirements .requirements__box+.requirements__box {
        margin-top: 50px
    }

    #recruit #requirements .requirements__box dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    #recruit #requirements .requirements__box dl dt {
        display: table;
        width: 94px;
        padding: 20px 0;
        text-align: center
    }

    #recruit #requirements .requirements__box dl dt span {
        display: table-cell;
        vertical-align: middle
    }

    #recruit #requirements .requirements__box dl dd {
        width: calc(100% - 94px);
        padding: 20px 0 20px 20px;
        border-top: 1px solid #14141e;
        letter-spacing: normal
    }

    #recruit #requirements .requirements__box dl dd span {
        display: inline
    }
}

#recruit .bt {
    margin-top: 50px
}

#recruit .note {
    margin: 30px 0 0;
    text-align: center
}

#company .page-title::after {
    content: "COMPANY"
}

#company section+section {
    margin-top: 80px
}

@media screen and (min-width: 768px) {
    #company section+section {
        margin-top: 140px
    }
}

#company .primary-title strong {
    color: #cbb71a;
    font-weight: 700;
}

#company #strength .box {
    margin-bottom: 50px
}

#company #strength .strength__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 984px;
    gap: 10px;
    row-gap: 25px;
}

#company #strength .strength__image figure {
    position: relative
}

#company #strength .strength__image figure::before {
    display: block;
    content: ""
}

#company #strength .strength__image figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

#company #strength .strength__image figure:first-child,
#company #strength .strength__image figure:nth-child(4),
#company #strength .strength__image figure:nth-child(5) {
    width: 60%
}

#company #strength .strength__image figure:first-child::before,
#company #strength .strength__image figure:last-child::before {
    padding-top: 45.8%
}

#company #strength .strength__image figure:nth-child(2),
#company #strength .strength__image figure:nth-child(3),
#company #strength .strength__image figure:last-child {
    width: calc(40% - 10px)
}

#company #strength .strength__image figure:nth-child(2)::before,
#company #strength .strength__image figure:nth-child(3)::before {
    padding-top: 70.3%
}

#company #strength .strength__image figure:nth-child(5)::before {
    padding-top: 45.7%;
}

#company #strength .strength__image figure:first-child,
#company #strength .strength__image figure:nth-child(5) {
    clip-path: polygon(0px 0px, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
}

#company #strength .strength__image figure:nth-child(2) {
    clip-path: polygon(15px 0, 100% 0%, 100% 100%, 0% 100%);
}

#company #strength .strength__image figure:nth-child(3) {
    clip-path: polygon(0px 0px, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
}

#company #strength .strength__image figure:last-child,
#company #strength .strength__image figure:nth-child(4) {
    clip-path: polygon(15px 0, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (min-width: 768px) {
    #company #strength .box {
        margin-bottom: 100px;
        text-align: center
    }
}

#company #message {
    overflow: hidden
}

#company #message .message__box {
    max-width: 984px
}

#company #message .message__box+.message__box {
    margin-top: 50px
}

#company #message .message__box p {
    margin: 30px 0 0;
    font-size: 1.125rem
}

#company #message .message__box p strong {
    font-size: 1.5625rem
}

@media screen and (min-width: 768px) {
    #company #message .message__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #company #message .message__box .message__box-txt {
        width: 37%;
        max-width: 367px
    }

    #company #message .message__box p {
        margin: 50px 0 0
    }

    #company #message .message__box figure {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: calc(50% - 50vw);
        margin-left: 4%
    }

    #company #message .message__box.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    #company #message .message__box.reverse figure {
        margin-right: 4%;
        margin-left: calc(50% - 50vw)
    }
}

#company #csr .box {
    max-width: 680px
}

#company #csr dl {
    margin-top: 50px
}

#company #csr dl dt {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: min(4.5vw, 22px)
}

#company #csr dl dt::before {
    display: inline-block;
    width: 11px;
    height: 1px;
    margin-right: 10px;
    vertical-align: middle;
    background: #fff;
    content: ""
}

#company #csr dl dd {
    font-size: .875rem
}

#company #csr dl dd .csr__bws {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 30px 0
}

#company #csr dl dd .csr__bws figure {
    width: calc(50% - 5px)
}

#company #csr dl dd .csr__npo {
    margin: 30px 0
}

@media screen and (min-width: 768px) {
    #company #csr p.box {
        text-align: center
    }

    #company #csr dl dd {
        font-size: 1rem
    }
}

#outline .wrap {
    max-width: 680px
}

#outline dl {
    border-bottom: 1px solid #fff
}

#outline dl dt {
    padding: 20px 0 10px;
    border-top: 1px solid #fff
}

#outline dl dd {
    padding: 0 0 20px
}

#outline .outline__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

#outline .outline__image figure {
    width: calc(50% - 5px)
}

@media screen and (min-width: 768px) {
    #outline dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    #outline dl dt {
        width: 94px;
        padding: 20px 0;
        text-align: center
    }

    #outline dl dd {
        width: calc(100% - 94px);
        padding: 20px 0 20px 20px;
        border-top: 1px solid #fff;
        letter-spacing: normal
    }
}

#history .history__list {
    position: relative;
    max-width: 950px;
    height: 290px
}

#history .history__list::before {
    display: block;
    position: absolute;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    content: ""
}

#history .history__list ul {
    width: 100%
}

#history .history__list ul li {
    position: relative;
    width: 50%;
    padding: 15px 0 0 15px;
    border-top: 1px solid #fff;
    font-size: .875rem
}

#history .history__list ul li::before {
    display: block;
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #14141e;
    content: ""
}

#history .history__list ul li.history__list-01,
#history .history__list ul li.history__list-03 {
    margin: 0 0 0 auto
}

#history .history__list ul li.history__list-01::before,
#history .history__list ul li.history__list-03::before {
    left: -15px
}

#history .history__list ul li.history__list-02 {
    margin: 0 auto 0 0
}

#history .history__list ul li.history__list-02::before {
    right: -15px
}

@media screen and (min-width: 768px) {
    #history .history__list::before {
        top: 50%;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 6px;
        background: -webkit-gradient(linear, left top, right top, color-stop(85%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%)
    }

    #history .history__list ul {
        position: relative;
        height: 100%
    }

    #history .history__list ul li {
        position: absolute;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 140px;
        padding: 0 0 0 20px;
        border-top: none;
        border-left: 1px solid #fff;
        font-size: 1rem
    }

    #history .history__list ul li.history__list-01,
    #history .history__list ul li.history__list-03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        bottom: 0;
        margin: 0
    }

    #history .history__list ul li.history__list-01::before,
    #history .history__list ul li.history__list-03::before {
        top: -21px
    }

    #history .history__list ul li.history__list-01 {
        left: 0
    }

    #history .history__list ul li.history__list-03 {
        right: 0
    }

    #history .history__list ul li.history__list-02 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #history .history__list ul li.history__list-02::before {
        top: auto;
        right: auto;
        bottom: -21px;
        left: -15px
    }
}

#works .page-title::after {
    content: "WORKS"
}

#works .wrap {
    padding: 50px 0
}

@media screen and (min-width: 1280px) {
    #works .wrap {
        padding: 150px 0
    }
}

#works .bt {
    margin-top: 50px
}

#contact .page-title::after {
    content: "CONTACT"
}

#contact p.box {
    font-size: 1.125rem;
    line-height: 2.5
}

@media screen and (min-width: 768px) {
    #contact p.box {
        text-align: center
    }
}

#contact #form {
    margin-top: 80px;
    font-family: "Noto Sans JP", sans-serif
}

#contact #form h2 {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: clamp(26px, 6.9vw, 32px);
    text-align: center
}

#contact #form .contact-form label {
    font-size: 1.25rem
}

#contact #form .contact-form label .att {
    display: inline-block;
    width: 60px;
    height: 25px;
    margin-left: 10px;
    border-radius: 13px;
    background: #e53e2b;
    font-weight: 500;
    font-size: .9375rem;
    line-height: 25px;
    text-align: center;
    letter-spacing: .3em
}

#contact #form .contact-form label .wpcf7-form-control-wrap {
    display: block;
    margin: 10px 0 30px
}

#contact #form .contact-form label small {
    font-size: .9375rem
}

#contact #form .contact-form label input,
#contact #form .contact-form label select,
#contact #form .contact-form label textarea {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
	background: #e8f0fe;
}

#contact #form .contact-form label input::-webkit-input-placeholder,
#contact #form .contact-form label select::-webkit-input-placeholder,
#contact #form .contact-form label textarea::-webkit-input-placeholder {
    color: #4f4f61
}
#contact #form .contact-form label select option{
	color: #333;
}
#contact #form .contact-form label input::-moz-placeholder,
#contact #form .contact-form label select::-moz-placeholder,
#contact #form .contact-form label textarea::-moz-placeholder {
    color: #4f4f61
}

#contact #form .contact-form label input:-ms-input-placeholder,
#contact #form .contact-form label select:-ms-input-placeholder,
#contact #form .contact-form label textarea:-ms-input-placeholder {
    color: #4f4f61
}

#contact #form .contact-form label input::-ms-input-placeholder,
#contact #form .contact-form label select::-ms-input-placeholder,
#contact #form .contact-form label textarea::-ms-input-placeholder {
    color: #4f4f61
}

#contact #form .contact-form label input::placeholder,
#contact #form .contact-form label select::placeholder,
#contact #form .contact-form label textarea::placeholder {
    color: #4f4f61
}

#contact #form .contact-form label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common/ico_arrow.svg) no-repeat right 20px center/21px auto;
    color: #fff
}

#contact #form .contact-form input[type=submit] {
    display: block;
    width: 250px;
    height: 60px;
    margin: 50px auto 0;
    border: none;
    border-radius: 30px;
    background: #e53e2b;
    color: #fff;
    font-weight: 500;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: .2em
}

@media screen and (min-width: 768px) {
    #contact #form {
        margin-top: 140px
    }

    #contact #form h2 {
        margin: 0 0 50px
    }
}

#post-archive .back,
#post-single .back {
    margin: 50px 0 0;
    text-align: center
}

#post-archive .back a,
#post-single .back a {
    position: relative
}

#post-archive .back a::after,
#post-single .back a::after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    content: ""
}

@media screen and (min-width: 768px) {

    #post-archive .back a:hover::after,
    #post-single .back a:hover::after {
        bottom: -5px
    }
}

#post-archive .page-title::after {
    content: "NEWS"
}

#post-archive .archive-list .archive-post {
    border-bottom: 1px solid #959595
}

#post-archive .archive-list .archive-post a {
    display: block;
    width: 100%;
    padding: 15px 0 15px 5px;
    -webkit-transition: .3s;
    transition: .3s
}

#post-archive .archive-list .archive-post a time {
    display: block;
    font-size: .75rem
}

@media screen and (min-width: 768px) {
    #post-archive .archive-list .archive-post a {
        position: relative;
        -webkit-transition: .3s;
        transition: .3s
    }

    #post-archive .archive-list .archive-post a::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 35px;
        height: 1px;
        border-radius: 9999px;
        background: #fff;
        content: ""
    }

    #post-archive .archive-list .archive-post a::after {
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: calc(100% - 1px) 50%;
        transform-origin: calc(100% - 1px) 50%;
        width: 10px;
        height: 1px;
        border-radius: 9999px;
        background: #fff;
        content: ""
    }

    #post-archive .archive-list .archive-post a:hover {
        color: #e53e2b
    }

    #post-archive .archive-list .archive-post a:hover::before,
    #post-archive .archive-list .archive-post a:hover::after {
        background: #e53e2b
    }
}

#post-archive .navigation.pagination {
    margin: 2em 0;
    text-align: center
}

#post-archive .navigation.pagination h2 {
    display: none
}

#post-archive .nav-links.prev,
#post-archive .nav-links.next {
    font-weight: 500
}

#post-archive .nav-links .page-numbers {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: .875rem;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

#post-archive .nav-links .page-numbers.current {
    background: #fff;
    color: #14141e;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    #post-archive .nav-links .page-numbers:hover {
        background: #d9d9d9;
        color: #14141e
    }
}

#post-single #post .post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 0 30px;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    font-size: 1.5rem
}

#post-single #post .post-title .cal {
    font-size: .875rem
}

#post-single #post .post-image {
    margin: 0 0 30px
}

@media screen and (min-width: 768px) {
    #post-single #post .post-title {
        font-size: 2.25rem
    }
}

main {
    padding: 60px 0;
    letter-spacing: .05em
}

.wrap {
    width: 90%;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1280px) {
    .wrap {
        width: 72.5%
    }
}

.box {
    width: 90%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1280px) {
    .box {
        width: 72.5%
    }
}

header {
    position: relative
}

header h1 {
    position: absolute;
    top: 15px;
    left: 22px;
    z-index: 101;
    width: 170px;
	position: fixed;
}

header .top-nav {
    display: none
}

header #toggle {
    position: absolute;
    top: 27px;
    right: 22px
}

header .page-title {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    font-size: 1.875rem;
    text-align: center
}

header .page-title::after {
    display: block;
    font-size: .875rem
}

@media screen and (min-width: 768px) {
    header h1 {
        width: 210px
    }

    header #toggle {
        position: absolute;
        top: 25px;
        right: 40px
    }

    header .page-title {
        font-size: 2.5rem
    }
}

@media screen and (min-width: 1280px) {
    header h1 {
        position: absolute;
        top: 40px;
        left: 60px;
        width: 267px;
		position: fixed;
    }

    header .page-title {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 3.125rem
    }

    header .page-title::after {
        margin-top: 20px;
        font-size: 1.125rem
    }

    header .top-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 40px;
        right: 60px;
        width: 316px
    }

    header .top-nav li {
        letter-spacing: .3em;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr
    }

    header .top-nav li a {
        color: #fff;
        font-size: 1.125rem
    }

    header .top-nav li a::before {
        display: inline-block;
        width: 1px;
        height: 20px;
        margin: 0 auto 20px;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        content: ""
    }

    header .top-nav li a:hover::before {
        height: 0
    }

    header #toggle {
        display: none
    }

    header #toggle.fixed {
        display: block
    }
}

footer {
    width: 100%;
    padding: 50px 0 5px;
    background: #fff;
    color: #14141e
}

footer .foot-logo {
    width: 222px;
    margin: 0 auto 30px
}

footer .address {
    width: 280px;
    margin: 0 auto 50px;
    font-size: .875rem
}

footer .address h4 {
    font-size: 1.125rem
}

footer .address span {
    display: block;
    font-size: .8125rem
}

footer .footer-nav {
    display: none
}

footer a {
    color: #14141e
}

footer .copy {
    font-size: .75rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    footer .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px
    }

    footer .foot-logo {
        margin: 0
    }

    footer .address {
        width: 410px;
        margin: 0
    }

    footer .address span {
        display: inline
    }
}

@media screen and (min-width: 1280px) {
    footer .address {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    footer .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 290px
    }

    footer .footer-nav li {
        width: calc(50% - 20px)
    }

    footer .footer-nav li:nth-child(n+3) {
        margin-top: 10px
    }

    footer .footer-nav li a {
        display: block
    }

    footer .footer-nav li a::before {
        display: inline-block;
        width: 12px;
        height: 1px;
        margin-right: 8px;
        vertical-align: middle;
        background: #14141e;
        -webkit-transition: .3s;
        transition: .3s;
        content: ""
    }

    footer .footer-nav li a:hover::before {
        width: 0;
        margin-right: 0
    }
}

.sec-title {
    position: relative;
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    letter-spacing: .2em
}

#message .sec-title {
    line-height: 1.7;
}

.sec-title span {
    display: block;
    margin-top: 20px;
    font-size: .875rem;
    letter-spacing: normal
}

#message .sec-title span {
    margin-bottom: 20px;
}


.sec-title::before,
.sec-title::after {
    display: block;
    position: absolute;
    bottom: -30px;
    width: 45px;
    height: 3px;
    content: ""
}

.sec-title::before {
    left: calc(50% - 45px);
    background: #fff
}

.sec-title::after {
    right: calc(50% - 45px);
    background: #c30d23
}

@media screen and (min-width: 768px) {
    .sec-title {
        font-size: 2.2rem
    }

    .sec-title span {
        font-size: 1.6rem
    }
}

.primary-title {
    margin: 0 0 50px;
    font-weight: 500;
    font-size: 1.75rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .primary-title {
        font-size: 2.25rem
    }
}

.secondary-title {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .secondary-title {
        font-size: 1.875rem
    }
}

.bt {
    width: 260px;
    height: 52px;
    margin: 0 auto
}

.bt a {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.25rem;
    line-height: 52px;
    text-align: center;
    letter-spacing: .2em;
    -webkit-transition: .3s;
    transition: .3s
}

.bt a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    content: ""
}

@media screen and (min-width: 768px) {
    .bt a:hover {
        color: #14141e
    }

    .bt a:hover::before {
        left: 0;
        width: 100%
    }
}

#goTop {
    display: block;
    position: sticky;
    right: 20px;
    bottom: 20px;
    left: auto;
    z-index: 10;
    width: 60px;
    height: 60px;
    margin: 0 0 0 auto;
    vertical-align: bottom;
    background: #262626;
    font-weight: normal;
    font-size: .8125rem;
    text-align: center
}

#goTop a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/common/bottle.svg) no-repeat center bottom/45px auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

#goTop a::before,
#goTop a::after {
    position: absolute;
    top: 30px;
    left: 50%;
    content: ""
}

#goTop a::before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 16px;
    background: #fff
}

#goTop a::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

@media screen and (max-width: 1280px) {
    #goTop a {
        background-size: 30px auto
    }
}

@media screen and (max-width: 768px) {
    #goTop {
        display: block;
        margin: 50px 0 0 auto
    }

    #goTop a {
        background: none
    }
}

#breadArea {
    padding: 50px 0;
    font-size: .875rem
}

#breadArea a {
    text-decoration: none;
    position: relative
}

#breadArea a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#breadArea a:hover {
    text-decoration: none
}

#breadArea a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media screen and (max-width: 599px) {
    #breadArea {
        padding: 0 0 50px
    }
}

.lozad-in {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.lozad-in[data-loaded=true] {
    opacity: 1
}

.lozad-up {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.lozad-up[data-loaded=true] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lozad-lftSlideIn {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.lozad-lftSlideIn[data-loaded=true] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lozad-rhtSlideIn {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.lozad-rhtSlideIn[data-loaded=true] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lozad-fadeup>.lozad-fadeupin {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(4) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.lozad-rhtIn>.lozad-rhtInto {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(4) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.lozad-cnt04>.lozad-cnt04in {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.lozad-cnt04[data-loaded=true]>.lozad-cnt04in {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1
}

.lozad-cnt04[data-loaded=true]>.lozad-cnt04in.num2 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.lozad-cnt04[data-loaded=true]>.lozad-cnt04in.num3 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.lozad-cnt08.lozad-fadeup[data-loaded=true]>.lozad-fadeupin {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.lozad-cnt08.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.lozad-cnt10.lozad-up[data-loaded=true] {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

#toggle {
    z-index: 2000;
    width: 40px;
    height: 28px;
    cursor: pointer
}

#toggle.fixed {
    position: fixed;
    top: 27px;
    right: 22px
}

@media screen and (min-width: 768px) {
    #toggle.fixed {
        top: 25px;
        right: 40px
    }
}

#toggle .toggle-inner {
    position: relative
}

#toggle .toggle-inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: ease-in-out .35s;
    transition: ease-in-out .35s
}

#toggle .toggle-inner span:nth-child(1) {
    top: 0
}

#toggle .toggle-inner span:nth-child(2) {
    top: 14px
}

#toggle .toggle-inner span:nth-child(3) {
    top: 27px
}

#toggle .close {
    opacity: 0;
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#toggle .close img {
    width: 18px
}

@media screen and (max-width:) {
    #toggle {
        margin-right: 0;
        margin-left: auto
    }
}

#toggle.open div span {
    background: #fff
}

#toggle.open div span:nth-child(1) {
    top: 15px !important;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

#toggle.open div span:nth-child(2) {
    top: 15px !important;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg)
}

#toggle.open div span:nth-child(3) {
    display: none
}

#toggle.open .close {
    opacity: 1
}

@media screen and (min-width: 768px) {
    #toggle {
        width: 60px;
        height: 40px
    }

    #toggle .toggle-inner span:nth-child(2) {
        top: 20px
    }

    #toggle .toggle-inner span:nth-child(3) {
        top: 39px
    }
}

#header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: -102%;
    z-index: 100;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .95);
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: .1em;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

#header-nav .header-nav-menu {
    width: 90%;
    max-width: 600px;
    margin-top: 60px
}

#header-nav .header-nav-menu ul li+li {
    margin-top: 12px
}

#header-nav .header-nav-menu ul li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: .1em;
    -webkit-transition: .3s;
    transition: .3s
}

#header-nav .header-nav-menu ul li a::before {
    display: inline-block;
    width: 10px;
    height: 2px;
    margin-right: 20px;
    vertical-align: middle;
    background: #fff;
    content: ""
}

@media screen and (min-width: 768px) {
    #header-nav .header-nav-menu ul li a:hover {
        background: #fff;
        color: #14141e
    }
}

#header-nav.open {
    right: 0
}

body,
html {
    height: auto;
    overflow: visible
}

html.open {
    height: 100%
}

html.open body {
    overflow: hidden
}



.image-stack-section {
    position: relative;
    height: 500px;
    overflow: visible;
    margin-bottom: 200px;
}

.background-slant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-image: url(https://uezimagumi.grace-sabae.com/wp-content/themes/uezimagumi/assets/images/service/img_service.jpg);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
    z-index: 1;
}

.image-container {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    height: 600px;
    z-index: 2;
    overflow: visible;
}

.stacked-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.stacked-images .img {
    position: absolute;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.stacked-images .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ▼ PC用の個別位置指定 */
.img-1 {
    top: -20px;
    left: 20px;
    width: 530px;
    height: 320px;
}

.img-2 {
    top: 10px;
    right: -10px;
    width: 520px;
    height: 300px;
}

.img-3 {
    bottom: 0;
    left: 100px;
    width: 460px;
    height: 280px;
}

.img-4 {
    bottom: 10px;
    right: 20px;
    width: 470px;
    height: 240px;
}

@media screen and (max-width: 1179px) {
    .image-container {
        height: 630px;
    }

    .img-1 {
        top: 0;
        left: 2%;
        width: 47%;
        height: 240px;
    }

    .img-2 {
        top: 140px;
        right: 2%;
        width: 46%;
        height: 230px;
    }

    .img-3 {
        bottom: 100px;
        left: 5%;
        width: 43%;
        height: 220px;
    }

    .img-4 {
        bottom: 10px;
        right: 4%;
        width: 44%;
        height: 210px;
    }
}

@media screen and (max-width: 768px) {
    .image-stack-section {
        height: auto;
        margin-bottom: 100px;
    }

    .background-slant {
        clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
        background-size: cover;
        height: 900px;
    }

    .image-container {
        height: 1000px;
        /* 十分な高さ確保で見切れ防止 */
        padding: 0 16px;
    }

    .stacked-images {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .stacked-images .img {
        position: absolute;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    .stacked-images .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* ▼ 重ならないように上下の間隔を拡大調整 */
    .img-1 {
        top: 0;
        left: 0;
        width: 90%;
        height: 200px;
    }

    .img-2 {
        top: 230px;
        right: 0;
        width: 85%;
        height: 190px;
    }

    .img-3 {
        top: 460px;
        left: 0%;
        width: 88%;
        height: 200px;
    }

    .img-4 {
        top: 700px;
        right: 4%;
        width: 90%;
        height: 180px;
    }
}

#post-single .wrap h2{
	font-weight:bold;
}

#post-single .wrap strong{
	font-weight:bold;
}

/*# sourceMappingURL=styles.css.map */