@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

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

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:hover img {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

img {
    max-width: 100%;
}

.sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/* Header
------------------------------------------------------------*/


/* Main menu
------------------------------------------------------------*/

.c-header__bg {
    position: relative;
    max-width: 1090px;
    margin: 0 auto;
    padding: 22px 20px 0;
}

.c-header__content {
    max-width: 697px;
    margin: 0 auto;
    padding-bottom: 57px;
}

.c-header__logo {
    display: block;
    width: 261.67px;
    margin: 0 0 54px;
    z-index: 1000;
    position: relative;
}

@media only screen and (max-width: 516px) {
    .c-header__logo {
        width: 78%;
    }
}

.c-header__title {
    font-size: 3.2rem;
    color: #ED0E6A;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .c-header__title {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-header__title {
        font-size: 1.8rem;
        letter-spacing: 0;
    }
}

.c-header__desc {
    font-size: 1.8rem;
    margin: 34px 0 22px;
    line-height: 1.7;
}

@media only screen and (max-width: 516px) {
    .c-header__desc {
        font-size: 1.4rem;
        color: #E50061;
    }
}

.c-header__link {
    width: 297.12px;
    height: 56.25px;
    background-color: #D98297;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 26px;
    font-size: 1.803rem;
    letter-spacing: 2px;
}

@media only screen and (max-width: 516px) {
    .c-header__link {
        width: 239.12px;
        height: 48.25px;
        font-size: 1.6rem;
        letter-spacing: 0;
    }
}

.c-header__link img {
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10.91px;
}

@media only screen and (max-width: 516px) {
    .c-header__link img {
        right: 15px;
    }
}

.c-header__girl {
    position: absolute;
    right: 0;
    top: 0;
    width: 56.3%;
    z-index: -1;
    height: 100%;
}

.c-header__girl img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-header__menu {
    margin-top: 51px;
    text-align: center;
    margin-bottom: 133px;
}

.c-header__menu li {
    margin-bottom: 24px;
}

.c-header__copy {
    letter-spacing: 1.8px;
}

.l-nav__button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    max-width: 1040px;
    margin: 27px auto;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
}

.l-header__nav-btn.sp {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .l-header__nav-btn.sp {
        display: block;
        margin-left: 40px;
    }
    .l-header__nav-btn.pc {
        display: none;
    }
}

#js-nav-btn {
    z-index: 2;
    position: relative;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    cursor: pointer;
}

#js-nav-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

#js-nav-btn.is-fixed span {
    background-color: white;
}

#js-nav-btn.is-fixed b {
    color: white;
}

.l-header__nav-btn.act {
    background-color: unset;
}

.l-header__nav-btn span {
    display: block;
    background-color: white;
    height: 2px;
    width: 29.38px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.l-header__nav-btn b {
    position: relative;
    z-index: 2;
    margin-bottom: -4px;
    display: block;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: .1em;
    font-size: 1.4rem;
    text-align: center;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    white-space: nowrap;
    color: white;
}

.l-header__nav-btn.act span {
    background-color: white;
}

.l-header__nav-btn.act b {
    color: white;
}

.l-header__nav-btn b::before {
    content: "MENU";
}

.l-header__nav-btn.act span {
    position: absolute;
    top: calc(50% - 1px);
    left: 4px;
    margin: 0;
}

.l-header__nav-btn.act span {
    left: -2px;
    right: 0;
}

.l-header__nav-btn.act span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 4px;
    width: 31px;
}

.l-header__nav-btn.act span:nth-child(2) {
    opacity: 0;
}

.l-header__nav-btn.act span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 4px;
    width: 31px;
}

.l-header__nav-btn.act b {
    display: none;
}

.l-header__nav-btn.act b::before {
    content: "CLOSE";
}

_:-ms-lang(x)::-ms-backdrop,
.l-header__nav-btn>b {
    transform: scale(0.9) translateX(-5%);
}

_:-ms-lang(x)::-ms-backdrop,
.l-header__nav-btn.act>b {
    transform: scale(0.9) translateX(-7%);
}

.l-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8FC31F;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.19, 0.99);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.19, 0.99);
    overflow: auto;
    padding: 0 20px;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .l-nav {
        padding: 0;
    }
}

.l-nav.show {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    z-index: 999;
    opacity: 1;
    pointer-events: auto;
}

.l-nav__button .l-header__nav-btn.act {
    width: 28px;
    position: relative;
    display: -webkit-box;
    display: flex;
    height: 28px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 516px) {
    .c-header__fix {
        width: 100%;
        position: fixed;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1148px;
        margin: 0 auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
        height: 75px;
        -webkit-box-align: center;
        align-items: center;
        padding: 0 10px;
    }
    #js-nav-btn {
        width: 55px;
        height: 55px;
    }
    .l-header__nav-btn span {
        height: 2px;
        width: 26.42px;
        margin-bottom: 4px;
    }
    .l-header__nav-btn b {
        font-size: 1rem;
    }
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.c-footer {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/footer/footer_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    padding: 10px 20px 100px;
}

@media only screen and (max-width: 516px) {
    .c-footer {
        padding: 10px 20px 65px;
        font-size: 1.4rem;
    }
}

.c-footer__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 1px auto 42px;
}

@media only screen and (max-width: 516px) {
    .c-footer__title {
        margin: 20px auto 35px;
    }
}

.c-footer__title img {
    width: 51.5%;
}

@media only screen and (max-width: 767px) {
    .c-footer__title img {
        width: 65%;
    }
}

@media only screen and (max-width: 516px) {
    .c-footer__title img {
        width: 1000%;
    }
}

.c-footer__list {
    max-width: 781px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .c-footer__list {
        margin: 0 -20px;
    }
}

@media only screen and (max-width: 600px) {
    .c-footer__list {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 516px) {
    .c-footer__list {
        margin: 0 -20px;
    }
}

.c-footer__list .c-footer__item {
    width: calc(100%/3);
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 19px;
    line-height: 1.45;
}

@media only screen and (max-width: 600px) {
    .c-footer__list .c-footer__item {
        width: calc(100%/2);
    }
}

@media only screen and (max-width: 516px) {
    .c-footer__list .c-footer__item {
        margin-bottom: 16px;
    }
}


/* .c-footer__list .c-footer__item:last-child {
    width: 100%;
} */

.c-footer__contact {
    max-width: 700px;
    margin: -4px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
    .c-footer__contact {
        margin-right: -15px;
    }
}

@media only screen and (max-width: 516px) {
    .c-footer__contact {
        display: none;
    }
}

.c-footer__contact a {
    width: 147.77px;
}

.c-footer__contact .p-top__line {
    max-width: 354.65px;
    width: 100%;
}

.c-footer__copy {
    text-align: center;
    margin: 20px 0;
}

.c-footer__bottom {
    z-index: 999;
    position: relative;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 516px) {
    .c-footer__bottom {
        height: 65px;
        padding: 0;
    }
    .c-footer__bottom a {
        border-radius: 0;
        margin-right: 0;
        letter-spacing: 0;
    }
    .c-footer__bottom .p-top__line p>span:nth-child(1) {
        font-size: 1.4rem;
    }
}

.c-footer__bottom .p-together__opacity {
    max-width: 100%;
}

@media only screen and (max-width: 516px) {
    .c-footer__bottom .p-together__opacity {
        opacity: 0;
    }
}

.c-footer__bottom .p-top__line,
.c-footer__bottom .p-top__mail,
.c-footer__bottom .p-top__phone {
    width: 153.28px;
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 516px) {
    .c-footer__bottom .p-top__line,
    .c-footer__bottom .p-top__mail,
    .c-footer__bottom .p-top__phone {
        width: 155px;
    }
}

.c-footer__bottom .p-top__line {
    max-width: 403.84px;
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 516px) and (max-width: 516px) {
    /* .c-footer__bottom .p-top__line {
        flex-wrap: wrap;
    }
    .c-footer__bottom .p-top__line p {
        width: 100%;
    } */
}

@media only screen and (max-width: 516px) {
    /* .c-footer__bottom .p-top__line img {
        margin-right: 0;
        margin-bottom: -15px;
    } */
    /* .c-footer__bottom .p-top__line p span:nth-child(2) {
        display: none;
    } */
}

.c-footer__bottom .c-footer__meta {
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 696.76px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/


/* Breadcrumb
------------------------------------------------------------*/


/* layout
------------------------------------------------------------*/

body {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*------------------------------------------------------------
btn
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
title
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
icon
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
form
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
text
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
navi
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
img
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
list
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
table
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
line
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
other
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/

.p-top__line,
.p-top__mail,
.p-top__phone {
    width: 129.16px;
    letter-spacing: 2px;
    color: white;
    text-align: center;
    border-radius: 10px;
    height: 75px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .p-top__line,
    .p-top__mail,
    .p-top__phone {
        margin-right: 15px;
    }
}

.p-top__line span,
.p-top__mail span,
.p-top__phone span {
    display: block;
}

@media only screen and (max-width: 767px) {
    .p-top__first.pc {
        display: none;
    }
}

.p-top__first.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .p-top__first.sp {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .p-job__table.pc {
        display: none;
    }
}

.p-job__table.sp {
    display: none;
}

.p-job__table p {
    font-size: 1.6rem;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .p-job__table.sp {
        display: block;
    }
}

@media only screen and (max-width: 516px) {
    .p-job__table p {
        font-size: 1.5rem;
    }
}

.p-what {
    padding: 0 20px;
}

.p-what__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 146px 0 28px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .p-what__title {
        padding: 105px 0 28px;
    }
}

@media only screen and (max-width: 767px) {
    .p-what__title {
        padding: 80px 0 20px;
    }
}

@media only screen and (max-width: 516px) {
    .p-what__title {
        padding: 60px 0 10px;
    }
}

.p-what__title img {
    width: 51.5%;
}

@media only screen and (max-width: 1024px) {
    .p-what__title img {
        width: 61.5%;
    }
}

@media only screen and (max-width: 767px) {
    .p-what__title img {
        width: 81.5%;
    }
}

@media only screen and (max-width: 516px) {
    .p-what__title img {
        width: 100%;
    }
}

.p-what__desc {
    color: #6DC067;
    text-align: center;
    font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .p-what__desc {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-what__desc {
        font-size: 1.6rem;
    }
}

.p-what__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 37px auto;
    max-width: 699.45px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .p-what__list {
        flex-wrap: wrap;
        margin: 37px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-what__youtube {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 516px) {
    .p-what__youtube {
        margin-bottom: 30px;
    }
}

.p-what__link {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.p-what__link a {
    width: 34%;
}

@media only screen and (max-width: 1024px) {
    .p-what__link a {
        width: 44%;
    }
}

@media only screen and (max-width: 516px) {
    .p-what__link a {
        width: 70%;
    }
}

.p-choose {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/choose/choose_bg.png);
    background-position: center;
    background-size: cover;
    padding-top: 41px;
    padding-bottom: 48px;
    margin-top: 0;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .p-choose {
        padding-bottom: 0;
    }
}

.p-choose__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 1px auto 36px;
}

.p-choose__title img {
    width: 35.5%;
}

@media only screen and (max-width: 1024px) {
    .p-choose__title img {
        width: 45.5%;
    }
}

@media only screen and (max-width: 767px) {
    .p-choose__title img {
        width: 55.5%;
    }
}

@media only screen and (max-width: 516px) {
    .p-choose__title img {
        width: 65%;
    }
}

.p-choose__meta {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-choose__meta {
        margin-bottom: -60px;
    }
}

@media only screen and (max-width: 516px) {
    .p-choose__meta {
        margin-bottom: -25px;
    }
}

.p-choose__top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.p-choose__button {
    position: relative;
    max-width: 913.8px;
    margin: 0 auto;
}

.p-choose__left {
    position: absolute;
    left: 11.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 44.2px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .p-choose__left {
        width: 37.2px;
    }
}

.p-choose__right {
    position: absolute;
    right: 11.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 44.2px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .p-choose__right {
        width: 37.2px;
    }
}

.p-choose__list {
    max-width: 913.8px;
    margin: 0 auto;
}

.p-choose__list .slick-current .p-choose__number {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
}

.p-choose__list .slick-current .p-choose__white {
    -webkit-transform: translateY(-112.28px);
    transform: translateY(-112.28px);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
}

@media only screen and (max-width: 516px) {
    .p-choose__list .slick-current .p-choose__white {
        -webkit-transform: translateY(-85.28px);
        transform: translateY(-85.28px);
    }
}

.p-choose__item {
    margin: 0 30px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-choose__item {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 516px) {
    .p-choose__item {
        margin: 0 10px;
        overflow: hidden;
    }
}

.p-choose__number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.p-choose__number.one {
    width: 85.25px;
}

@media only screen and (max-width: 1024px) {
    .p-choose__number.one {
        width: 75.63px;
    }
}

@media only screen and (max-width: 767px) {
    .p-choose__number.one {
        width: 50.63px;
    }
}

@media only screen and (max-width: 516px) {
    .p-choose__number.one {
        width: 40px;
    }
}

.p-choose__number.two {
    width: 95.63px;
}

@media only screen and (max-width: 1024px) {
    .p-choose__number.two {
        width: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .p-choose__number.two {
        width: 65px;
    }
}

@media only screen and (max-width: 516px) {
    .p-choose__number.two {
        width: 45px;
    }
}

.p-choose__number.third {
    width: 95.81px;
}

@media only screen and (max-width: 1024px) {
    .p-choose__number.third {
        width: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .p-choose__number.third {
        width: 65px;
    }
}

@media only screen and (max-width: 516px) {
    .p-choose__number.third {
        width: 45px;
    }
}

.p-choose__white {
    text-align: center;
    opacity: 0;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

@media only screen and (max-width: 767px) {
    .p-choose__white {
        padding: 15px;
    }
}

.p-choose__white.small .p-choose__info {
    padding: 7px 0 13px;
}

@media only screen and (max-width: 767px) {
    .p-choose__white.small .p-choose__info {
        padding: 0;
    }
}

.p-choose__detail {
    padding-top: 9px;
    height: 112.28px;
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 516px) {
    .p-choose__detail {
        height: 85.28px;
        padding-top: 0;
    }
}

.p-choose__info {
    font-size: 3.2rem;
    line-height: 1;
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .p-choose__info {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-choose__info {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-choose__info {
        font-size: 1.6rem;
    }
}

.p-choose__desc {
    z-index: 2;
    position: relative;
    font-size: 1.8rem;
    display: block;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 9px;
    line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
    .p-choose__desc {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-choose__desc {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-choose__desc {
        font-size: 1.4rem;
    }
}

.p-choose__content {
    z-index: 2;
    position: relative;
    color: #00AEEF;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.6;
    min-height: 180.65px;
    padding: 13px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .p-choose__content {
        padding: 0;
    }
}

.p-flow {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/flow/flow_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 77px 20px 54px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 516px) {
    .p-flow {
        padding: 50px 20px 35px;
    }
}

.p-flow__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 1px auto 81px;
}

@media only screen and (max-width: 767px) {
    .p-flow__title {
        margin: 1px auto 40px;
    }
}

.p-flow__title img {
    width: 29%;
}

@media only screen and (max-width: 1024px) {
    .p-flow__title img {
        width: 39%;
    }
}

@media only screen and (max-width: 767px) {
    .p-flow__title img {
        width: 49%;
    }
}

@media only screen and (max-width: 516px) {
    .p-flow__title img {
        width: 59%;
    }
}

.p-flow__list {
    max-width: 700px;
    margin: 0 auto;
}

.p-flow__item {
    height: 350px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 35px;
}

@media only screen and (max-width: 516px) {
    .p-flow__item {
        margin-bottom: 30px;
    }
}

.p-flow__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.p-flow__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-flow__pink {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 59.82px;
    border-bottom-right-radius: 16px;
    background-color: #F48690;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 23px 0 13px;
}

.p-flow__number {
    letter-spacing: 5px;
    font-size: 4.8rem;
    line-height: 1;
    margin-top: -8px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .p-flow__number {
        letter-spacing: 2px;
        font-size: 3rem;
        margin-top: -4px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 516px) {
    .p-flow__number {
        font-size: 2rem;
        margin-top: -2px;
    }
}

.p-flow__info {
    font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .p-flow__info {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-flow__info {
        font-size: 1.6rem;
    }
}

.p-flow__white {
    font-size: 1.6rem;
    min-height: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #F48690;
    padding: 0 20px;
    line-height: 1.7;
    letter-spacing: -0.3px;
    position: relative;
}

.p-flow__content {
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-flow__content {
        padding: 10px 0;
    }
}

.p-reward {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/reward/reward_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 26px 20px 42px;
}

.p-reward__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 1px auto 22px;
}

.p-reward__title img {
    width: 19.3%;
}

@media only screen and (max-width: 1024px) {
    .p-reward__title img {
        width: 29.3%;
    }
}

@media only screen and (max-width: 767px) {
    .p-reward__title img {
        width: 35.3%;
    }
}

@media only screen and (max-width: 516px) {
    .p-reward__title img {
        width: 45%;
    }
}

.p-reward__white {
    background-color: white;
    color: #84C98B;
    font-size: 1.6rem;
    padding: 31px 47px 42px;
    position: relative;
    max-width: 696.92px;
    margin: 0 auto;
    border-radius: 16px;
}

@media only screen and (max-width: 767px) {
    .p-reward__white {
        padding: 31px 20px 42px;
    }
}

@media only screen and (max-width: 516px) {
    .p-reward__white {
        padding: 31px 20px 0;
    }
}

.p-reward__text {
    letter-spacing: -0.64px;
    line-height: 1.65;
}

.p-reward__info {
    font-size: 2.4rem;
    color: #00834A;
    margin-top: 33px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .p-reward__info {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-reward__info {
        font-size: 1.8rem;
    }
}

.p-reward__list {
    max-width: 593.2px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
}

@media only screen and (max-width: 516px) {
    .p-reward__list {
        flex-wrap: wrap;
    }
}

.p-reward__price01 {
    max-width: 259.38px;
}

@media only screen and (max-width: 516px) {
    .p-reward__price01 {
        width: 100%;
        margin-bottom: 20px;
    }
}

.p-reward__price02 {
    max-width: 284.12px;
}

@media only screen and (max-width: 516px) {
    .p-reward__price02 {
        width: 100%;
    }
}

.p-reward__price03 {
    max-width: 284.12px;
}

.p-reward__price03 .p-reward__line {
    font-size: 1.8rem;
    color: #84C98B;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
}

@media only screen and (max-width: 516px) {
    .p-reward__price03 .p-reward__line {
        font-size: 1.6rem;
    }
}

.p-reward__price03 .p-reward__line:last-child {
    max-width: 230px;
    margin-top: -4px;
    letter-spacing: 0;
}

.p-reward__price03 .p-reward__line span {
    font-size: 1.2rem;
    color: #00854A;
}

.p-reward__people {
    position: absolute;
    width: 455.03px;
    right: 9px;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .p-reward__people {
        width: 422.03px;
        right: -3%;
    }
}

@media only screen and (max-width: 516px) {
    .p-reward__people {
        margin-left: -54%;
        width: 133%;
        position: unset;
    }
}

.p-job {
    background-color: #FDB714;
    padding: 0 20px 142px;
}

@media only screen and (max-width: 767px) {
    .p-job {
        padding: 0 20px 85px;
    }
}

@media only screen and (max-width: 516px) {
    .p-job {
        padding: 0 20px 65px;
    }
}

.p-job__table {
    max-width: 722px;
    margin: 0 auto;
}

.p-support {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/support/support_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 38px 20px 77px;
}

.p-support__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 1px auto 33px;
}

.p-support__title img {
    width: 46%;
    margin-left: 2%;
}

@media only screen and (max-width: 1024px) {
    .p-support__title img {
        width: 56%;
    }
}

@media only screen and (max-width: 767px) {
    .p-support__title img {
        width: 66%;
    }
}

@media only screen and (max-width: 516px) {
    .p-support__title img {
        width: 76%;
    }
}

.p-support__list {
    max-width: 698.98px;
    display: -webkit-box;
    display: flex;
    margin: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 516px) {
    .p-support__list {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.p-support__item {
    width: 300px;
    margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
    .p-support__item {
        width: 48%;
    }
}

@media only screen and (max-width: 516px) {
    .p-support__item {
        width: 100%;
        max-width: 300px;
    }
}

.p-support__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-support__info {
    color: white;
    height: 30px;
    margin-top: -30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 2rem;
    position: relative;
    cursor: pointer;
}

.p-support__info .p-together__opacity::after {
    background-color: #E7624F;
}

@media only screen and (max-width: 767px) {
    .p-support__info {
        font-size: 1.6rem;
    }
}

.p-support__info span {
    z-index: 2;
    position: relative;
}

.p-support__info img {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17.18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .p-support__info img {
        right: 8px;
    }
}

.p-support__content {
    line-height: 1.4;
    background-color: white;
    opacity: 0.6;
    min-height: 180.65px;
    padding: 15px 15px;
    font-size: 1.6rem;
    color: #F15A29;
}

.p-support {
    margin-bottom: -2%;
}

.p-model {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/model/model_bg.png);
    background-position: top center;
    background-size: cover;
    padding-top: 58px;
    padding-bottom: 58px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .p-support {
        margin-top: -3%;
    }
}

@media only screen and (max-width: 767px) {
    .p-support {
        margin-bottom: -4%;
    }
}

@media only screen and (max-width: 516px) {
    .p-support {
        margin-bottom: -8%;
    }
}

.p-model__button {
    position: relative;
    max-width: 913.8px;
    margin: 12px auto 0;
}

.p-model__button .p-choose__right {
    right: 3%;
}

.p-model__button .p-choose__left {
    left: 3%;
}

.p-model__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 1px auto 36px;
}

.p-model__title img {
    width: 33%;
}

@media only screen and (max-width: 1024px) {
    .p-model__title img {
        width: 44%;
    }
}

@media only screen and (max-width: 516px) {
    .p-model__title img {
        width: 54%;
    }
}

.p-model__list {
    max-width: 913.8px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .p-model__list {
        margin: 0 auto 60px;
    }
}

.p-model__list .slick-current .p-model__green {
    -webkit-transform: translate(14px, 0);
    transform: translate(14px, 0);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, transform 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
}

@media only screen and (max-width: 767px) {
    .p-model__list .slick-current .p-model__green {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
}

.p-model__list .slick-current .p-model__white {
    -webkit-transform: translateY(-112.28px);
    transform: translateY(-112.28px);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
}

@media only screen and (max-width: 767px) {
    .p-model__list .slick-current .p-model__white {
        -webkit-transform: translateY(-90.28px);
        transform: translateY(-90.28px);
    }
}

.p-model__list .slick-current .p-model__content {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 1.3s, -webkit-transform 0.3s ease 1.3s;
    transition: opacity 0.3s ease 1.3s, -webkit-transform 0.3s ease 1.3s;
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s, -webkit-transform 0.3s ease 1.3s;
}

.p-model__item {
    display: -webkit-box !important;
    display: flex !important;
    font-size: 1.6rem;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.p-model__item .p-together__opacity::after {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
    .p-model__item {
        font-size: 1.5rem;
    }
}

.p-model__image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 12px;
    width: 87%;
    overflow: hidden;
}

.p-model__green {
    font-weight: 700;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: 2.8rem;
    background-color: #7EC9A4;
    color: white;
    width: 50.61px;
    height: 199.82px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0% 4%, 100% 0%, 95% 96%, 0% 100%);
    clip-path: polygon(0% 4%, 100% 0%, 95% 96%, 0% 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0;
}

@media only screen and (max-width: 767px) {
    .p-model__green {
        font-size: 2rem;
        width: 35.61px;
        height: 141.82px;
    }
}

@media only screen and (max-width: 516px) {
    .p-model__green {
        font-size: 1.6rem;
        width: 29.61px;
        height: 113.82px;
    }
}

.p-model__white {
    height: 112.28px;
    text-align: center;
    color: #00A651;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: -112.28px;
    left: 0;
}

.p-model__info {
    font-size: 3.2rem;
    padding-top: 3px;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-model__info {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-model__info {
        font-size: 1.9rem;
    }
}

.p-model__desc {
    line-height: 1.65;
    letter-spacing: 0.5px;
    z-index: 2;
    position: relative;
}

.p-model__content {
    color: #7EC9A4;
    background-color: white;
    margin-top: 33px;
    padding: 9px 23px;
    width: 113%;
    line-height: 1.63;
    opacity: 0;
    position: relative;
}

.p-blog {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/blog/blog_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 88px 20px 30px;
    overflow: hidden;
}

.p-blog__title {
    max-width: 558px;
    display: -webkit-box;
    display: flex;
    margin: 0 auto 45px;
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-blog__title {
        max-width: 450px;
    }
}

.p-blog__title img {
    width: 64%;
}

@media only screen and (max-width: 1024px) {
    .p-blog__title img {
        width: 54%;
    }
}

@media only screen and (max-width: 767px) {
    .p-blog__title img {
        width: 48%;
    }
}

@media only screen and (max-width: 516px) {
    .p-blog__title img {
        width: 54%;
    }
}

.p-blog__top {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 516px) {
    .p-blog__top {
        max-width: 300px;
    }
}

.p-blog__people {
    position: absolute;
    width: 275.13px;
    top: -183px;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .p-blog__people {
        width: 244.13px;
        top: -162px;
        right: -1%;
    }
}

@media only screen and (max-width: 516px) {
    .p-blog__people {
        width: 220.13px;
        top: -146px;
        right: -15%;
    }
}

@media only screen and (max-width: 450px) {
    .p-blog__people {
        right: -9%;
    }
}

.p-blog__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-blog__item {
    width: 24.3%;
    background-color: white;
    padding: 30px 15px;
    font-size: 1.8rem;
    color: #F8AB95;
    border-radius: 27px;
    line-height: 1.55;
    display: block;
}

@media only screen and (max-width: 767px) {
    .p-blog__item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        align-items: center;
        padding: 20px;
    }
    .p-blog__image {
        width: 35%;
    }
    .p-blog__meta {
        width: 60%;
    }
}

@media only screen and (max-width: 516px) {
    .p-blog__item {
        width: 100%;
        max-width: 300px;
        display: block;
    }
    .p-blog__image {
        width: 100%;
    }
    .p-blog__meta {
        width: 100%;
    }
    .p-blog__list {
        justify-content: center;
    }
}

.p-blog__date {
    margin: 3px 0 20px;
    text-align: center;
    letter-spacing: 2px;
}

.p-blog__content {
    font-size: 1.6rem;
    margin-top: 29px;
}

.p-blog__link {
    position: relative;
    z-index: 2;
    width: 200px;
    display: block;
    height: 38.4px;
    background: #F8AB95;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 54px auto;
    border-radius: 15px;
    letter-spacing: 1px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 516px) {
    .p-blog__link {
        margin: 20px auto 30px;
    }
}

.p-work {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/work/work_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 49px 20px 0;
}

.p-work__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto 37px;
}

.p-work__title img {
    width: 35%;
}

@media only screen and (max-width: 1024px) {
    .p-work__title img {
        width: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .p-work__title img {
        width: 55%;
    }
}

@media only screen and (max-width: 516px) {
    .p-work__title img {
        width: 65%;
    }
}

.p-work__top {
    position: relative;
    max-width: 1204px;
    margin: 0 auto;
}

.p-work__list {
    max-width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-bottom: 22px;
}

.p-work__content {
    position: relative;
    width: 74.5%;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .p-work__content {
        width: 100%;
    }
}

.p-work__part {
    margin-bottom: 28px;
}

.p-work__info {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 11px;
}

@media only screen and (max-width: 516px) {
    .p-work__info {
        font-size: 1.8rem;
    }
}

.p-work__text {
    font-size: 1.6rem;
    margin-left: 52px;
}

@media only screen and (max-width: 516px) {
    .p-work__text {
        margin-left: 0;
    }
}

.p-work__image {
    position: absolute;
    width: 508.11px;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .p-work__image {
        left: -8%;
    }
}

@media only screen and (max-width: 1024px) {
    .p-work__image {
        left: -27%;
    }
}

@media only screen and (max-width: 767px) {
    .p-work__image {
        position: unset;
        width: 64%;
        margin: -45px auto 0;
    }
    .p-work__image img {
        margin-left: -4%;
    }
}

.p-location {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/location/location_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    overflow: hidden;
    padding: 46px 20px 40px;
}

.p-location__top {
    max-width: 699.35px;
    margin: 0 auto;
    position: relative;
}

.p-location__meta {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 2.167rem;
    color: white;
    top: -153px;
    right: -49px;
}

@media only screen and (max-width: 767px) {
    .p-location__meta {
        top: -135px;
    }
}

@media only screen and (max-width: 516px) {
    .p-location__meta {
        top: -106px;
        right: -37px;
    }
}

.p-location__title {
    max-width: 614px;
    display: -webkit-box;
    display: flex;
    margin: 0 auto 58px;
}

@media only screen and (max-width: 767px) {
    .p-location__title {
        margin: 0 auto 160px;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 516px) {
    .p-location__title {
        margin: 0 auto 145px;
    }
}

.p-location__title img {
    width: 40%;
}

@media only screen and (max-width: 1024px) {
    .p-location__title img {
        width: 30%;
    }
}

@media only screen and (max-width: 516px) {
    .p-location__title img {
        width: 40%;
    }
}

.p-location__desc {
    line-height: 1.75;
    text-align: center;
    margin-right: -72px;
    width: -webkit-fill-available;
}

@media only screen and (max-width: 767px) {
    .p-location__desc {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-right: -51px;
    }
}

@media only screen and (max-width: 516px) {
    .p-location__desc {
        font-size: 1.6rem;
        margin-right: -42px;
        margin-left: -10px;
    }
}

.p-location__people {
    width: 297.62px;
}

@media only screen and (max-width: 767px) {
    .p-location__people {
        width: 260.62px;
    }
}

@media only screen and (max-width: 516px) {
    .p-location__people {
        width: 204.62px;
    }
}

.p-location__list {
    max-width: 699.35px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.p-location__list.big {
    margin-bottom: 47px;
}

@media only screen and (max-width: 516px) {
    .p-location__list.big {
        margin-bottom: 0;
    }
}

.p-location__list.big .p-location__item {
    width: 43%;
}

@media only screen and (max-width: 767px) {
    .p-location__list.big .p-location__item {
        width: 45%;
    }
}

@media only screen and (max-width: 450px) {
    .p-location__list.big .p-location__item {
        width: 100%;
    }
}

.p-location__list.big .p-location__image {
    max-height: 180px;
}

@media only screen and (max-width: 767px) {
    .p-location__list.big .p-location__image {
        min-height: unset;
    }
}

@media only screen and (max-width: 767px) and (max-width: 450px) {
    .p-location__list.big .p-location__image {
        max-height: unset;
    }
}

.p-location__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    width: 28.5%;
    background-color: white;
    position: relative;
    box-shadow: black 2px 2px 7px;
}

@media only screen and (max-width: 767px) {
    .p-location__item {
        width: 29.5%;
    }
}

@media only screen and (max-width: 516px) {
    .p-location__item {
        width: 45%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 450px) {
    .p-location__item {
        width: 100%;
        margin-bottom: 40px;
    }
}

.p-location__info {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 37.76px;
    height: 70.85px;
    background-color: white;
    color: #448D46;
    font-size: 2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    z-index: 2;
}

.p-location__image {
    max-height: 150px;
    -webkit-box-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .p-location__image {
        min-height: 120px;
    }
}

@media only screen and (max-width: 516px) {
    .p-location__image {
        min-height: unset;
        max-height: unset;
    }
}

.p-location__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-location__content {
    padding: 10px 10px 24px;
    font-size: 1.6rem;
    color: #00A651;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .p-location__content {
        -webkit-box-flex: 2;
        flex: 2;
    }
}

.p-question {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/question/question_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 52px 20px 11px;
}

.p-question__title {
    max-width: 1300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto 19px;
}

.p-question__title img {
    width: 23%;
}

@media only screen and (max-width: 1024px) {
    .p-question__title img {
        width: 33%;
    }
}

@media only screen and (max-width: 516px) {
    .p-question__title img {
        width: 44%;
    }
}

.p-question__logo {
    width: 117.52px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .p-question__logo {
        width: 90px;
    }
}

@media only screen and (max-width: 516px) {
    .p-question__logo {
        width: 70px;
    }
}

.p-question__list {
    max-width: 700px;
    margin: 27px auto;
}

.p-question__item {
    font-size: 1.6rem;
}

@media only screen and (max-width: 516px) {
    .p-question__item {
        font-size: 1.5rem;
    }
}

.p-question__item .p-together__opacity {
    display: none;
}

.p-question__item:nth-child(odd) .p-together__opacity {
    display: block;
}

.p-question__item:nth-child(odd) .p-question__top span {
    color: #F48690;
}

.p-question__top {
    color: white;
    height: 75.82px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-question__top {
        height: 60.82px;
    }
}

.p-question__top.is-active {
    border: 1px solid white;
}

.p-question__top span {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 37px;
}

@media only screen and (max-width: 767px) {
    .p-question__top span {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 516px) {
    .p-question__top span {
        padding-left: 10px;
        padding-right: 33px;
    }
}

.p-question__top img {
    z-index: 2;
    width: 44.2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 52px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
    .p-question__top img {
        width: 30.2px;
        right: 20px;
    }
}

@media only screen and (max-width: 516px) {
    .p-question__top img {
        width: 22.2px;
        right: 8px;
    }
}

.p-question__text {
    background-color: white;
    padding: 30px 35px;
}

@media only screen and (max-width: 767px) {
    .p-question__text {
        padding: 20px;
    }
}

@media only screen and (max-width: 516px) {
    .p-question__text {
        padding: 15px;
    }
}

.p-together {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/together/together_bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px;
    position: relative;
}

.p-together__white {
    max-width: 700px;
    margin: 0 auto;
    color: #00A3DA;
    position: relative;
}

.p-together__content {
    z-index: 2;
    position: relative;
}

.p-together__opacity {
    width: 100%;
    position: absolute;
    height: 100%;
    max-width: 700px;
    top: 0;
    left: 0;
}

.p-together__opacity::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.6;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.p-together__title {
    font-size: 3.6rem;
    text-align: center;
    padding-top: 17px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .p-together__title {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-together__title {
        font-size: 2.2rem;
    }
}

.p-together__list {
    max-width: 646.15px;
    margin: 15px auto;
    display: -webkit-box;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .p-together__list {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 516px) {
    .p-together__list {
        padding: 0 15px;
    }
}

.p-together__left {
    width: 343px;
    letter-spacing: 2px;
    line-height: 1.85;
}

@media only screen and (max-width: 516px) {
    .p-together__left {
        width: auto;
        letter-spacing: 0;
        line-height: 1.75;
    }
}

.p-together__right {
    width: 300px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .p-together__right {
        width: 100%;
        max-width: 300px;
        margin-top: 20px;
        margin-right: -15px;
    }
}

.p-top__line {
    width: 100%;
    background-color: #00B165;
    margin-bottom: 11px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.p-top__line p>span:nth-child(1) {
    font-size: 1.6rem;
    margin-bottom: -2px;
}

.p-top__line img {
    width: 48px;
    margin-right: 18px;
}

.c-header__content .p-top__line img {
    width: 44px;
}

@media only screen and (max-width: 767px) {
    .c-header__content .p-top__line img {
        width: 40px;
    }
    .p-top__line img {
        width: 40px;
        margin-right: 10px;
    }
}

.p-top__mail {
    background-color: #00BEF3;
}

@media only screen and (max-width: 516px) {
    .p-top__mail {
        width: 43%;
    }
}

.p-top__mail img {
    width: 46px;
    margin: 18px 0 2px;
}

@media only screen and (max-width: 767px) {
    .p-top__mail img {
        width: 36px;
    }
}

.p-top__phone {
    background-color: #F287B7;
}

@media only screen and (max-width: 516px) {
    .p-top__phone {
        width: 43%;
    }
}

.p-top__phone img {
    width: 27.64px;
    margin: 17px 0 3px;
}

@media only screen and (max-width: 767px) {
    .p-top__phone img {
        width: 22.64px;
    }
}

.p-together__meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 39px auto 0;
    max-width: 627.31px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .p-together__meta {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.p-together__meta .p-together__box:nth-child(2) .p-together__icon,
.p-together__meta .p-together__box:nth-child(4) .p-together__icon {
    width: 52px;
}

.p-together__box {
    letter-spacing: 3px;
    width: 300px;
    height: 50px;
    margin-bottom: 16px;
    color: white;
    background-color: #00A3DA;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
    .p-together__box {
        margin: 0 10px 16px;
    }
}

@media only screen and (max-width: 516px) {
    .p-together__box {
        margin: 0 15px 16px;
        font-size: 1.6rem;
        letter-spacing: 0;
    }
}

.p-together__icon {
    margin-right: 14px;
    width: 67px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 516px) {
    .p-together__icon {
        width: 52px;
    }
}

.p-together__icon img {
    width: 32.69px;
}

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.p-support__image {
    cursor: pointer;
}

.p-support__item:hover {
    opacity: 1;
}

.p-support__item:hover .p-support__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.p-support__item:hover .p-support__image::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.p-support__item .p-support__image {
    overflow: hidden;
    position: relative;
}

.p-support__item .p-support__image img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.p-support__item .p-support__image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.p-support__item .p-support__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.p-click {
    cursor: pointer;
}

.p-click.is-active img {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/

.c-subpage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 31px 20px 100px;
}

.c-subpage.privacy {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/subpage/bg_privacy.png);
}

.c-subpage.contact {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/subpage/bg_contact.png);
}

.c-subpage.blog {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/subpage/bg_blog.png);
}

@media only screen and (max-width: 516px) {
    .c-subpage {
        padding: 27px 20px 100px;
    }
}

.c-subpage__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 677.23px;
    margin: 0 auto;
    -webkit-box-align: center;
    align-items: center;
}

.c-subpage__list #js-nav-btn {
    width: unset;
    height: unset;
    background-color: unset;
    border-radius: 50%;
}

@media only screen and (max-width: 516px) {
    .c-subpage__list #js-nav-btn {
        display: none;
    }
}

.c-subpage__list .l-header__nav-btn span {
    background-color: #DB8497;
    width: 44.92px;
    margin-bottom: 7px;
}

.c-subpage__list .l-header__nav-btn b {
    margin-top: -9px;
    margin-bottom: 0;
    line-height: unset;
    letter-spacing: 2px;
    font-size: 1.5rem;
    color: #DB8497;
}

.c-subpage__list .l-header__nav-btn b::before {
    content: "Menu";
}

.c-subpage__logo {
    width: 285.21px;
    z-index: 1000;
}

@media only screen and (max-width: 516px) {
    .c-subpage__logo {
        width: 78%;
    }
}

.c-subpage__center {
    text-align: center;
    color: #DB8497;
    letter-spacing: 3px;
}

.c-subpage__center h2 {
    font-size: 3.6rem;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {
    .c-subpage__center h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .c-subpage__center h2 {
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 516px) {
    .c-subpage__center h2 {
        font-size: 2.2rem;
    }
}

.c-subpage__desc {
    margin: 43px 0 -8px;
}

.c-subpage__main {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.c-subpage__main.privacy {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/subpage/content_privacy.png);
}

.c-subpage__main.page {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/subpage/content_page.png);
}

.c-subpage__main.page .c-subpage__content {
    max-width: 684.93px;
    line-height: unset;
}

.c-subpage__main.blog {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/subpage/content_blog.png);
}

.c-subpage__main.blog .c-subpage__content {
    max-width: 699.57px;
    line-height: unset;
}

.c-subpage__main.contact {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/subpage/content_contact.png);
}

.c-subpage__main.contact .c-contact__text {
    line-height: 2;
    margin-top: 9px;
    letter-spacing: 1px;
}

.c-subpage__main.contact .c-subpage__content {
    max-width: 800px;
}

.c-subpage__white {
    background-color: white;
    margin: 60px auto 0;
    max-width: 900px;
    padding: 40px 20px 84px;
}

.c-subpage__content {
    max-width: 691.57px;
    margin: 0 auto;
    line-height: 2.1;
}

@media only screen and (max-width: 516px) {
    .c-subpage__content {
        line-height: 1.75;
    }
}

.c-subpage__content .c-header__link {
    margin-top: 35px;
}

.p-privacy__part {
    margin-top: 29px;
}

@media only screen and (max-width: 516px) {
    .p-privacy__part {
        margin-top: 20px;
    }
}

.p-privacy__part h3 {
    font-size: 1.6rem;
    color: #DB8497;
}

.c-blog__list {
    color: #DB8497;
    margin-top: 75px;
}

@media only screen and (max-width: 767px) {
    .c-blog__list {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 516px) {
    .c-blog__list {
        margin-top: 25px;
    }
}

.c-blog__item {
    border: 1px solid #DB8497;
    border-radius: 27px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 1.8rem;
    margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
    .c-blog__item {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 516px) {
    .c-blog__item {
        flex-wrap: wrap;
        padding: 30px 20px 20px;
        max-width: 390px;
        margin: 0 auto 30px;
    }
}

.c-blog__left {
    width: 31%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 23px;
}

@media only screen and (max-width: 767px) {
    .c-blog__left {
        margin-left: 0;
        width: 37%;
    }
}

@media only screen and (max-width: 516px) {
    .c-blog__left {
        width: 100%;
    }
}

.c-blog__image {
    width: 170px;
}

.c-blog__right {
    width: 59%;
}

@media only screen and (max-width: 516px) {
    .c-blog__right {
        width: 100%;
    }
}

.c-blog__date {
    margin-top: 27px;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 516px) {
    .c-blog__date {
        margin-top: 20px;
    }
}

.c-blog__title {
    max-width: 351.95px;
    line-height: 1.3;
}

.c-blog__content {
    max-width: 313.85px;
    font-size: 1.6rem;
    margin-top: 17px;
    margin-bottom: 11px;
}

.c-page__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    color: #DB8497;
    -webkit-box-align: center;
    align-items: center;
}

.c-page__left {
    width: 41%;
}

@media only screen and (max-width: 767px) {
    .c-page__left {
        width: 35%;
    }
}

.c-page__right {
    width: 52.5%;
}

@media only screen and (max-width: 767px) {
    .c-page__right {
        width: 60%;
    }
}

.c-page__date {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: -1px;
}

@media only screen and (max-width: 767px) {
    .c-page__date {
        font-size: 1.7rem;
    }
}

.c-page__title {
    font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .c-page__title {
        font-size: 2rem;
    }
}

.c-page__content {
    line-height: 2;
    margin-top: 57px;
    font-size: 1.6rem;
    color: #DB8497;
}

@media only screen and (max-width: 767px) {
    .c-page__content {
        margin-top: 30px;
        line-height: 1.7;
        font-size: 1.5rem;
    }
}

.c-page__content img {
    height: auto;
    margin: 25px 0;
}

.c-page__link {
    max-width: 365.94px;
    display: block;
    height: 67px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    font-size: 1.803rem;
    background-color: #DB8497;
    margin: 100px auto;
    border-radius: 80px;
}

@media only screen and (max-width: 767px) {
    .c-page__link {
        max-width: 244.94px;
        height: 59px;
        font-size: 1.6rem;
        margin: 50px auto 50px;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


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

.p-blog__image {
    position: relative;
}

.p-blog__image img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.p-blog__image img:nth-child(1) {
    visibility: hidden;
}

.c-page__left {
    position: relative;
}

.c-page__left img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.c-page__left img:nth-child(1) {
    visibility: hidden;
}

.c-blog__image {
    position: relative;
}

.c-blog__image img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.c-blog__image img:nth-child(1) {
    visibility: hidden;
}

.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
    color: #DB8497;
    text-decoration: none;
    border: 1px solid #DB8497;
    padding: 0px 17px;
    margin: 10px;
    font-size: 3.267rem;
    border-radius: 11px;
}

.pages {
    display: none;
}

.p-delivery__pagination {
    margin: 100px 0 50px;
    display: flex;
    justify-content: center;
}

.p-delivery__pagination .wp-pagenavi a:hover,
.p-delivery__pagination .wp-pagenavi span.current {
    border-color: #DB8497;
    background-color: #DB8497;
    color: white;
}

.nextpostslink {
    display: none;
}

.previouspostslink {
    display: none;
}

@media only screen and (max-width: 767px) {
    .p-delivery__pagination {
        margin: 64px 0 40px;
    }
    .p-delivery__pagination .wp-pagenavi a,
    .p-delivery__pagination .wp-pagenavi span {
        padding: 6px 17px;
        margin: 5px;
        font-size: 2.267rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-delivery__pagination {
        margin: 55px 0 40px;
    }
    .p-delivery__pagination .wp-pagenavi a,
    .p-delivery__pagination .wp-pagenavi span {
        font-size: 2rem;
    }
}

.form-meta {
    max-width: 966px;
    margin: 125px auto 206px;
}

.form-meta1 {
    max-width: 806px;
    margin: 49px auto 120px;
}

.form-meta1 .form-item:first-child {
    width: 161.36px;
}

.form-item1 {
    width: 80%;
    position: relative;
    display: flex;
}

.form-item2 {
    margin-left: -27px;
    width: 71%;
    padding-top: 3px;
    letter-spacing: 1px;
}

.form-item2__chat {
    margin-left: -13px;
    margin-top: 7px;
}

.form-item2__chat label {
    display: flex;
}

.form-item2__chat .wpcf7-checkbox input {
    width: 22.72px;
    height: 22.72px;
    margin-right: 16px;
}

.form-item3 {
    width: 62.5%;
    max-width: 493.6px;
    display: flex;
    justify-content: space-between;
}

::placeholder {
    color: #BBBCBC;
    opacity: 0.8;
    line-height: 2;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    display: flex;
    align-items: center;
}

.form-white {
    visibility: hidden;
}

.mwform-checkbox-field-text {
    font-size: 1.3rem;
}

.form1-line {
    margin-bottom: 62px;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 60px;
}

.form1-text {
    margin-left: 62px;
    margin-bottom: 34px;
}

.form-list {
    display: flex;
    margin-bottom: 24px;
    border-bottom: 1px solid;
    padding-bottom: 1px
}

.form-item:first-child {
    width: 188.36px;
}

.form-item {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}

.form-info {
    letter-spacing: 1px;
}

.form-list .form-item:nth-child(2) {
    display: block;
    width: 76%;
}

.form-list .form-input {
    box-sizing: border-box;
}

.form-red {
    color: #E60013;
}

.form-input {
    padding: 0 20px;
    height: 50px;
    width: 100%;
    border: 1px solid white;
    font-size: 1.6rem;
    line-height: 2;
}

.form-item.message {
    align-items: flex-start;
}

.form-message2 {
    width: 100%;
    padding: 10px;
    height: 98px;
    box-sizing: border-box;
    border: 1px solid #727171;
}

.form-list.last {
    padding-top: 23px;
    align-items: flex-start;
    border-bottom: none;
}

.c-message {
    background-color: white !important;
    margin-top: 14px;
    margin-left: 50px;
}

.form-list:last-child .form-input {
    width: 404px;
    height: 305px;
    padding: 10px;
}

.contact-main2__text a {
    color: #267FC3;
}

.contact-main2__text.sp {
    display: none;
}

.contact-main2__meta {
    justify-content: center;
    display: flex;
}

.p-contact .p-contact__btn__back {
    display: none;
}

.p-contact__btn__back {
    position: relative;
}

.mw_wp_form_confirm .p-contact__btn__back {
    margin-right: 38px;
}

.p-contact__btn__back span {
    top: 11px;
}

.p-contact__btn__back span {
    cursor: pointer;
    transform: rotate(180deg);
    top: 87px;
    font-size: 2rem;
    position: absolute;
    left: 26px;
    color: white;
}

.contact-main2__link {
    position: relative;
}

.contact-main2__link input {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    position: relative;
    width: 377.86px;
    font-size: 1.7rem;
    color: white;
    background-color: #988575;
    height: 49px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.contact-main2__link span {
    top: 9px;
    right: 35px;
    font-size: 2rem;
    position: absolute;
    color: white;
}

.p-contact__form {
    border-radius: 8px;
    width: 86.4%;
    max-width: 1200px;
    margin: 60px auto;
    background-color: #efefef;
}

.p-form_group {
    padding: 140px 10px 160px;
    max-width: 592px;
    margin: 0 auto;
    text-align: left;
}

.p-form_group p {
    color: #595857;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}

.contact-main2__link:hover span {
    cursor: pointer;
    right: 25px;
    transition: linear 0.5s;
}

.p-contact__btn__back {
    position: relative;
}

.p-contact__btn__back input {
    -webkit-appearance: none;
    cursor: pointer;
    color: white;
    background-color: #595857;
    border: 0;
    height: 49px;
    width: 150px;
}

.p-contact__btn__back span {
    top: 9px;
}

.form-message {
    padding: 20px;
    height: 208.9px;
}

.form-message1 {
    align-items: center;
    padding: 15px 0 30px;
}

.form-code {
    max-width: 168.89px;
}

.contact-main2__button {
    margin-top: 96px;
}

.mw_wp_form_confirm .form-list:nth-child(5) .form-item:first-child {
    margin-top: 0;
}

.mw_wp_form_confirm .form-message1 .form-item:first-child {
    margin-top: 0;
}

.mw_wp_form_confirm .contact-main2__link img {
    right: 20px;
}

.mw_wp_form_confirm .contact-main2__text {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .form-item2 {
        width: 66%;
    }
}

@media only screen and (max-width: 767px) {
    .form-item2 {
        width: 100%;
    }
    .form-item3 {
        flex-wrap: wrap;
        width: 100%;
    }
    .form-list .form-item:nth-child(2) {
        width: 100%;
    }
    .form-list {
        flex-wrap: wrap;
    }
    .form-item:first-child {
        margin-bottom: 10px;
        width: 100%;
    }
    .contact-main2__link input {
        width: 295px;
    }
    .mw_wp_form_confirm .p-contact__btn__back {
        margin-right: 18px;
    }
    .contact-main2__meta {
        max-width: 465px;
        margin: 0 auto;
    }
    .form-meta1 {
        margin: 50px auto 70px;
        padding-left: 0;
    }
    .contact-main2__button {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 516px) {
    .form1-text {
        margin-left: 0;
    }
    .mw_wp_form_confirm .contact-main2__link img {
        display: none;
    }
    .contact-main2__link img {
        right: 20px;
    }
    .contact-main2__meta {
        max-width: 288px;
    }
    .contact-main2__link span {
        display: none;
    }
    .p-contact__btn__back span {
        display: none;
    }
    .p-contact__btn__back input {
        width: 80px;
    }
    .contact-main2__button {
        width: 100%;
    }
    .contact-main2__text {
        display: none;
    }
    .contact-main2__text.sp {
        display: block;
    }
    .form-meta {
        width: 100%;
        margin: 80px auto 150px;
    }
    .form-meta1 {
        width: 100%;
        margin: 35px auto 50px;
    }
    .form-input {
        width: 100% !important;
    }
    .contact-main2__link input {
        margin: 0 auto;
        width: 190px;
    }
}

.mw_wp_form_confirm .form-list {
    align-items: center !important;
}

.mw_wp_form_confirm .form-list:nth-child(3) .form-item:first-child {
    margin-top: 0;
}

.mw_wp_form_complete {
    padding: 8vw 11vw;
    max-width: 55vw;
    margin: 150px auto 450px;
    background: white;
    border-radius: 8px;
}

.form-city__list {
    display: flex;
    align-items: center;
}

.form-item4 {
    width: 66%;
    max-width: 511.46px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-city {
    width: 167.15px !important;
}

.form-city__text {
    margin-left: 10px;
}

.mw_wp_form_complete {
    border: 1px solid;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .mw_wp_form_complete {
        padding: 8vw 4vw;
        max-width: 67vw;
    }
}

@media only screen and (max-width: 767px) {
    .form-input {
        padding: 0;
    }
    .form-meta1 .form-item:first-child {
        width: 100%;
    }
    .form-item4 {
        width: 100%;
    }
    .mw_wp_form_complete {
        max-width: 85vw;
        margin: 150px auto 250px;
    }
}

@media only screen and (max-width: 516px) {
    .form-item4 .mwform-checkbox-field {
        margin-left: 0 !important;
        margin-bottom: 10px;
        width: 100%;
    }
    .mw_wp_form_complete {
        margin: 120px auto 200px;
    }
}

.mw_wp_form_complete p {
    margin-bottom: 20px;
    font-size: 1.651rem;
}

.mw_wp_form_confirm .p-contact__btn__back {
    display: block;
}

.mw_wp_form_confirm .contact-main2__link input {
    width: 277px;
}

@media only screen and (max-width: 516px) {
    .form-list .form-item:nth-child(2) {
        width: 100%;
    }
    .mw_wp_form_confirm .contact-main2__link input {
        width: 203px;
    }
}

.p-contact__main {
    position: relative;
}

.p-contact__container {
    font-size: 1.5rem;
    max-width: 787px;
    margin: 96px auto 0;
    line-height: 1.75;
}

.contact-main2__meta input {
    top: 0;
    width: 207.22px;
    height: 50.9px;
    position: absolute;
    border-radius: 34px;
    color: transparent;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.contact-main2__meta {
    position: relative;
    margin-top: 92px;
    margin-bottom: -17px;
}

.contact-main2__meta .p-top6__link {
    background-color: #003C4F;
    color: white;
}

.contact-main2__text .wpcf7-list-item-label {
    display: none;
}

.contact-main2__text {
    font-size: 1.29rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wpcf7-checkbox input {
    width: 17.72px;
    height: 17.72px;
    margin-right: 7px;
}

.wpcf7-spinner {
    display: none !important;
}

.form-item4 .wpcf7-list-item {
    margin: 0;
    font-size: 1.3rem;
}

.form-item4 .wpcf7-list-item label {
    margin-right: 23px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-item4 .wpcf7-checkbox input {
    margin-right: 6px;
}

.mess .form-item:first-child {
    margin-top: -17px;
}

.mess .wpcf7-form-control-wrap {
    width: 100%;
    padding-left: 21px;
}

.contact-main2__text .wpcf7-not-valid-tip {
    bottom: -23px;
    position: absolute;
    left: 50%;
    text-align: center;
    width: 200px;
    transform: translateX(-50%);
}

.contact-main2__text .form-check {
    margin-left: -15px;
}

@media only screen and (max-width: 767px) {
    .form-item1 {
        width: 100%;
    }
    .contact-main2__meta {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .mess .form-item:first-child {
        margin-top: 0;
    }
    .mess .wpcf7-form-control-wrap {
        padding-left: 0;
    }
    .form-item2 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 516px) {
    .p-contact__container {
        margin: 80px auto 0;
    }
    .contact-main2__button {
        margin-top: 30px;
    }
    .p-contact .p-news__orange .p-top2__line {
        max-width: 185px;
    }
}

.form-menu {
    position: relative;
}

.form-menu:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    display: block;
    left: 95px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-main2__meta input {
    top: 0;
    max-width: 642px;
    width: 100%;
    height: 67px;
    position: absolute;
    border-radius: 34px;
    color: transparent;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.contact-main2__meta .p-top6__link {
    background-color: #DB8497;
    color: white;
}

.p-top6__link {
    width: 100%;
    max-width: 642px;
    height: 67px;
    font-size: 1.803rem;
    color: #DB8497;
    border: 1px solid;
    border-radius: 34px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.p-top6__link img {
    position: absolute;
    width: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.p-contact__main .wpcf7 form .wpcf7-response-output {
    position: absolute;
    transform: translateX(-50%);
    bottom: -93px;
    left: 50%;
    max-width: 450px;
    text-align: center;
    width: 100%;
    margin: 0;
}

.wpcf7-not-valid-tip {
    padding-left: 20px;
}

@media only screen and (max-width: 516px) {
    .p-top6__link,
    .contact-main2__meta input {
        height: 59px;
        font-size: 1.6rem;
    }
    .p-top6__link img {
        width: 30px;
    }
}


/* .image {
    line-height: 0;
    width: 100%;
}

.image img {
    width: 100%;
    height: auto;
} */

html {
    scroll-behavior: smooth
}

.header2 {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/bg_menu.png);
    background-position: center;
    background-size: contain;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    font-size: 1.7rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px;
}

.header2.is-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.header2 {}

.l-header__nav-btn {}

.act {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    content: "";
}

.c-menu__logo {
    max-width: 510px;
    display: block;
    margin: 30px 0 0px;
}

.c-menu__text {
    letter-spacing: 1px;
    color: white;
    font-size: 1.8rem;
}

.c-menu__list {
    margin-top: 50px;
}

.c-menu__item {
    margin-bottom: 27px;
}

.c-menu__contact {
    display: flex;
    max-width: 555px;
    width: 100%;
    justify-content: space-between;
    margin: 20px 0 30px -20px;
}

.c-footer__meta {}

.p-top__line {}

.p-line__text {}

.p-top__mail {}

.p-top__phone {}

.c-menu__bottom {
    display: flex;
    max-width: 500px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header2 .c-footer__bottom a {
    margin-left: 20px;
    margin-right: 0;
}

.hidden {
    overflow: hidden;
}

.c-menu__copy {}

.header2 .c-footer__bottom {
    width: 100%;
    max-width: 555px;
    position: unset;
    padding: 0;
    margin: 20px 0 30px -20px;
}

@media only screen and (max-width: 767px) {
    .header2 {
        background-size: cover;
    }
}

@media only screen and (max-width: 516px) {
    .header2 {
        font-size: 1.6rem;
        padding: 25px 10px;
    }
    .c-menu__text {
        font-size: 1.6rem;
    }
    .c-menu__logo {
        margin: 40px 10px 0px;
    }
    .c-menu__item {
        margin-bottom: 22px;
    }
    .c-menu__copy {
        width: 100%;
        margin-top: 22px;
    }
    .c-menu__bottom {
        justify-content: center;
    }
    .header2 .c-footer__bottom {
        margin: 20px 0 30px -10px;
    }
    .header2 .c-footer__bottom a {
        margin-left: 10px;
        border-radius: 10px;
    }
    /* .header2 .c-footer__bottom .p-top__line p>span:nth-child(1) {
        font-size: 1.3rem;
    } */
    .header2 .c-footer__bottom {
        font-size: 1.3rem;
    }
}

.c-header__title span {
    background-color: rgba(255, 255, 255, 0.61);
    clip-path: polygon(0 0, 96% 0%, 100% 100%, 0% 100%);
    padding-right: 20px;
    display: inline;
    letter-spacing: 5px;
}

@media only screen and (max-width: 516px) {
    .c-header__title span {
        background-color: #e5005fd4;
        color: white;
        padding: 0px 8px;
        clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
        margin-bottom: 4px;
        display: inline-block;
        letter-spacing: 1px;
        padding-right: 12px;
    }
    .c-header__logo {
        max-width: 280px;
        margin: 0 0 270px;
    }
    .c-header__content {
        padding-bottom: 39px;
    }
    .c-header__desc {
        margin: 12px 0 22px;
    }
}

.c-header__content .p-top__line {
    width: 298.12px;
    height: 56.25px;
    border-radius: 16px;
}

.c-header__content .p-top__line p {
    letter-spacing: 0;
}

.c-header__content .p-top__line img:nth-child(3) {
    width: 10.91px;
    margin-left: 30px;
    margin-right: 0;
}

.p-top__bg img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
}

.p-top__bg {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-top__bg img:nth-child(2) {
        width: 58%;
    }
}

.c-header__girl.sp {
    display: none;
}

.c-footer__bottom.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .c-header__girl {
        width: 100%;
    }
}

@media only screen and (max-width: 516px) {
    .c-header__girl.sp {
        display: block;
    }
    .c-header__girl.pc {
        display: none;
    }
    .c-header__content .p-top__line {
        display: none;
    }
    .c-footer__bottom.sp {
        display: flex;
    }
    .c-footer__bottom.pc {
        display: none;
    }
}

.p-together__right .p-top__phone {
    width: 100%;
    display: flex;
    align-items: center;
}

.p-together__right .p-top__phone img {
    margin: 0px 35px;
}

@media only screen and (max-width: 516px) {
    .p-together__right .p-top__phone img {
        margin: 0px 18px;
    }
    .c-subpage__white {
        padding: 50px 20px;
    }
    .c-subpage__desc {
        margin: 43px 0 0;
    }
}

@media only screen and (max-width: 360px) {
    .c-footer {
        font-size: 1.3rem;
    }
}

.p-top__pc img,
.p-top__sp img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .p-top__sp {
        display: block;
    }
}

.p-location__box {
    max-width: 699.51px;
    margin: 0 auto;
}

.p-location__yellow {
    margin: 0 auto 40px;
    max-width: 699.51px;
    height: 41.97px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    color: #00A651;
    background-color: #F9ED32;
}

.p-location__first {
    display: flex;
    justify-content: space-between;
}

.p-location__first a {
    font-size: 2.4rem;
    width: 20%;
    color: #00A651;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: white;
    height: 52px;
}

.p-location__first a img {
    position: absolute;
    right: 15px;
    width: 9.16px;
}

.p-location__second {
    margin-bottom: 52px;
    padding-top: 37px;
}

.p-location__part {
    max-width: 699.51px;
    margin: 0 auto 35px;
    display: flex;
    background-color: white;
    padding: 10px 10px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-location__text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-location__text img {
    width: 105.5px;
}

.lazy {}

.p-location__room {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
}

.p-location__detail {
    width: 46.5%;
    margin-bottom: 20px;
}

.p-location__third {}

@media only screen and (max-width: 767px) {
    .p-location__first a {
        font-size: 1.8rem;
        width: 22%;
        height: 52px;
    }
    .p-location__box h3 {
        font-size: 2rem;
    }
    .p-location__text img {
        width: 85.5px;
    }
    .p-location__detail {
        width: 48%;
    }
}

@media only screen and (max-width: 516px) {
    .p-location__detail {
        width: 100%;
    }
    .p-location__text img {
        width: 70px;
    }
    .p-location__first a {
        font-size: 1.6rem;
        height: 46px;
    }
    .p-location__box h3 {
        font-size: 1.8rem;
    }
    .p-location__first a img {
        position: unset;
        margin-left: 5px;
    }
}

.c-subpage.loca {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/bg_room.png);
}

.p-loca__white {
    max-width: 900px;
    margin: -158px auto 0;
    color: #DB8497;
    font-size: 1.6rem;
    background-color: white;
    padding: 68px 20px 23px;
}

.p-loca__first {
    text-align: center;
    line-height: 1.65;
    margin-bottom: 59px;
}

.p-loca__title {
    font-size: 2.4rem;
    text-align: center;
    color: white;
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/loca_title.png);
    background-size: cover;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -20px;
    letter-spacing: 1px;
}

.p-loca__list {
    max-width: 853.4px;
    margin: 38px auto 50px;
    display: flex;
    justify-content: space-between;
}

.p-loca__image {
    width: 47%;
}

.p-loca__table {
    max-width: 612px;
    margin: 47px auto 36px;
}

.p-loca__line {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid;
}

.p-loca__line span:last-child {
    width: 68%;
}

.p-loca__line span:first-child {
    color: black;
    width: 184px;
}

.p-loca__meta {
    max-width: 872.1px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.p-loca__box {
    width: 31.5%;
}

.p-loca__room {}

.p-loca__room img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-loca__text {
    font-size: 1.3rem;
    margin-top: 23px;
}

.p-loca__link {
    background-image: url(https://rabit-fukuoka.com/wp-content/themes/livechat/assets/img/loca_title.png);
    background-size: cover;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 256.53px;
    height: 57px;
    margin: 70px auto;
    border-radius: 32px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    .p-loca__title {
        font-size: 2rem;
        letter-spacing: 0px;
    }
    .p-loca__line span:first-child {
        width: 150px;
    }
    .p-loca__link {
        width: 220.53px;
        height: 50px;
        letter-spacing: 0px;
        margin: 50px auto 70px;
    }
    .p-loca__first {
        margin-bottom: 40px;
    }
    .p-loca__table {
        margin: 40px auto 36px;
    }
}

@media only screen and (max-width: 516px) {
    .p-loca__white {
        padding: 40px 20px 23px;
        font-size: 1.5rem;
    }
    .p-loca__title {
        font-size: 1.7rem;
    }
    .p-loca__list {
        margin: 38px auto;
    }
    .p-loca__line {
        flex-wrap: wrap;
    }
    .p-loca__line span:first-child {
        width: 100%;
    }
    .p-loca__line span:last-child {
        width: 100%;
        margin-top: 10px;
    }
    .p-loca__meta {
        flex-wrap: wrap;
    }
    .p-loca__box {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-loca__text {
        margin-top: 15px;
    }
    .p-loca__link {
        width: 197.53px;
        height: 46px;
        margin: 20px auto 70px;
        font-size: 1.6rem;
    }
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rela {
    position: relative;
    z-index: 2;
}

.p-question,
.p-location,
.p-work,
.p-blog,
.p-model,
.p-support,
.p-reward,
.p-flow,
.p-choose,
.c-footer {
    position: relative;
}

.header2 .bg img {
    object-fit: contain;
}

.header2 .rela {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .header2 .bg img {
        object-fit: cover;
    }
}

.c-subpage__white.blog {
    margin: -60px auto 0;
}