@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
------------------------------------------------------------*/

.c-header__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.c-header__text {
    padding-top: 4px;
    font-size: 1.2rem;
    color: #9D9E9E;
    padding-left: 10px;
}

.c-header__list {
    margin-top: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 21px;
    padding-right: 33px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 1200px) {
    .c-header__list {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-header__list {
        -webkit-box-align: center;
        align-items: center;
    }
}

.c-header__logo {
    width: 305.15px;
    margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
    .c-header__logo {
        min-width: 200px;
    }
}

.c-header__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 728.63px;
    width: 90%;
    -webkit-box-align: center;
    margin-top: -19px;
}

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

.c-header__menu {
    margin-top: 36px;
    width: 90%;
    font-size: 1.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 491.32px;
}

.c-header__contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-left: 20px;
}

.c-header__contact p {
    margin-right: -5px;
    margin-top: -6px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    .c-header__contact {
        -webkit-box-align: start;
        align-items: flex-start;
        margin-left: 0;
        margin-top: 40px;
    }
}

.c-header__phone {
    width: 185.955px;
}

@media only screen and (max-width: 1024px) {
    .c-header__phone {
        margin-bottom: 5px;
    }
}

.c-header__mail {
    font-size: 1.3rem;
    margin-top: 7px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 102.918px;
    height: 23.685px;
    background-color: #241D6C;
    color: white;
    border-radius: 3px;
}


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

.c-header__meta {
    z-index: 1001;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 12px;
    right: 2.6%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.p-burger {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1001;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .p-burger {
        display: -webkit-box;
        display: flex;
    }
}

.p-burger .p-burger__container {
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 21px;
    position: relative;
    cursor: pointer;
    margin-bottom: 3px;
}

.p-burger .p-burger__container {
    width: 32.3px;
    display: -webkit-box;
    display: flex;
}

.p-burger .c-line {
    width: 32.3px;
    height: 2px;
    background-color: #241D6C;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.p-burger__text {
    font-weight: bolder;
    color: #231916;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.p-burger.is-active {
    top: 30px;
    position: absolute;
    right: 20px;
}

.p-burger.is-active .c-line {
    position: absolute;
}

.p-burger.is-active .c-header__text {
    display: none;
}

.p-burger.is-active .c-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-burger.is-active .c-line:nth-child(2) {
    display: none;
}

.p-burger.is-active .c-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.p-burger__text.is-active {
    color: black;
}

.c-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.4s -webkit-transform ease-in-out;
    transition: 0.4s -webkit-transform ease-in-out;
    transition: 0.4s transform ease-in-out;
    transition: 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;
}

.c-menu.is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-header .l-container {
    height: 578px;
    padding-top: 32px;
}

.c-menu__logo {
    z-index: 5;
    position: absolute;
    top: 32px;
    left: 20px;
}

.c-menu ul {
    position: absolute;
    width: 70%;
    top: 17%;
    left: 43%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-menu li {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #241D6C;
}

body.is-hidden {
    touch-action: none;
    -ms-touch-action: none;
    overflow-y: hidden;
}

.c-header__meta {
    display: none;
}

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


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

.c-header__menu li span::after {
    z-index: 999;
    content: "";
    position: absolute;
    top: 114%;
    left: 0;
    width: 100%;
    height: 3.7px;
    background: #241D6C;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-header__menu li:hover span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.active span:after {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.c-header__menu li a {
    position: relative;
}


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

.c-footer {
    padding-top: 78px;
    background-color: #F5F7FC;
    padding-bottom: 63.97px;
}

.c-footer__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1173.65px;
    margin: 0 auto 66px;
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .c-footer__list {
        flex-wrap: wrap;
        max-width: 850px;
    }
}

.c-footer__left {
    margin-top: 13px;
}

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

.c-footer__logo {
    width: 305.15px;
}

.c-footer__address {
    margin-left: 33px;
    font-size: 1.5rem;
    margin-top: 30px;
}

.c-footer__address p {
    letter-spacing: 1px;
    margin-bottom: 21px;
}

.c-footer__map {
    width: 100%;
    max-width: 386.8px;
    height: 250.56px;
}

@media only screen and (max-width: 1024px) {
    .c-footer__map {
        margin: 0 35px;
    }
}

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

.c-footer__right {
    margin-right: 43px;
    margin-top: 25px;
    max-width: 277.65px;
}

@media only screen and (max-width: 1024px) {
    .c-footer__right {
        margin-bottom: 40px;
    }
}

.c-footer__right h3 {
    font-size: 2.4rem;
}

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

.c-footer__right p {
    margin-top: 9px;
    line-height: 1.2;
    font-size: 1.2rem;
}

.c-footer__right a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.3rem;
    color: white;
    background-color: #241D6C;
    border-radius: 3px;
    width: 102.91px;
    height: 23.68px;
    margin-top: 19px;
}

.c-footer__black {
    font-size: 1.2rem;
    background-color: #3F3B3A;
    height: 139.7px;
    margin-top: 14px;
}

.c-footer__button {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1213.726px;
    margin: 0 auto;
    color: white;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

@media only screen and (max-width: 516px) {
    .c-footer__button {
        flex-wrap: wrap;
        height: auto;
    }
}

.c-footer__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 233.643px;
    width: 100%;
}

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

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

.c-footer__copy {
    margin-right: 60px;
}

.c-footer__bottom {
    background-color: #241D6C;
    display: -webkit-box;
    display: flex;
    position: relative;
    height: 63.97px;
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s -webkit-transform ease-in-out;
    transition: 0.4s -webkit-transform ease-in-out;
    transition: 0.4s transform ease-in-out;
    transition: 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;
}

.c-footer__bottom::after {
    position: absolute;
    content: "";
    background-color: white;
    width: 1px;
    height: 53.197px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-footer__item {
    width: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

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

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

.c-footer__phone {
    max-width: 226.82px;
    width: 100%;
    display: -webkit-box;
    display: flex;
}

.c-footer__mail {
    max-width: 166.951px;
    width: 100%;
}

.c-footer__bottom.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-footer .p-up-to-top__container {
    position: fixed;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.c-footer .p-up-to-top__container__is__footer {
    position: absolute;
    top: 0;
}

.c-footer .c-up-to-top {
    position: absolute;
    bottom: 59px;
    right: 39px;
    width: 46.65px;
    height: 46.65px;
    background-color: #3F3B3A;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
}

.c-footer .is_footer {
    bottom: -28px;
}

.c-footer .c-up-to-top .c-arrow__button img {
    width: 19.62px;
}

.c-arrow__button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-footer {
    position: relative;
}

.c-arrow__button.c-arrow__black {
    display: none;
}

.c-up-to-top:hover .c-arrow__black {
    display: -webkit-box;
    display: flex;
}

.c-up-to-top:hover {
    background-color: white;
    border: 1px solid #3F3B3A;
}

.c-up-to-top:hover .c-arrow__white {
    display: none;
}

@media only screen and (max-width: 516px) {
    .c-footer .c-up-to-top {
        right: 20px;
    }
    .c-footer .p-up-to-top__container {
        position: absolute;
    }
}


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


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


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

body {
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
}


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

.c-slide__list {
    position: relative;
}

.c-slide__image {
    position: relative;
}

.c-slide__hidden {
    visibility: hidden;
}

.c-slide__visible {
    width: 100%;
    top: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.c-slide__text {
    width: 74.6px;
    top: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p-top1__title {
    font-size: 2rem;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

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

.p-top1__title::after {
    content: "";
    background-color: #241D6C;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -3px;
    height: 1.745px;
    width: 74.906px;
}

.p-top1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.p-top1__gray {
    padding: 76px 20px 80px;
    background-color: #F6F6F6;
    position: relative;
    width: 100%;
    line-height: 2.2;
    margin-bottom: 118px;
}

.p-top1__container {
    position: relative;
    max-width: 1067px;
    margin: 0 auto;
}

.p-top1__logo {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
    max-width: 275.76px;
}

.p-top1__slogan {
    color: #5C5A5A;
    z-index: 2;
    font-size: 2rem;
    text-align: center;
    position: relative;
}

.p-top1__bg {
    max-width: 966.48px;
    margin: 50px 0 46px;
}

.p-top1__list {
    padding: 0 20px;
    max-width: 1140px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.p-top1__item {
    padding: 22px 20px;
    width: 30%;
    background-color: #F5F7FC;
    min-height: 191.36px;
    margin-bottom: 39px;
}

.p-top1__info {
    display: -webkit-box;
    display: flex;
}

.p-top1__number {
    width: 41.89px;
}

.p-top1__detail {
    margin-left: 20px;
    color: #241D6C;
    font-size: 1.7rem;
    margin-top: -2px;
    line-height: 1.3;
    letter-spacing: 2px;
}

.p-top1__content {
    max-width: 238px;
    margin-top: 23px;
    line-height: 1.7;
    margin-left: 20px;
}

.p-top1__big {
    width: 47.5%;
    display: -webkit-box;
    display: flex;
}

.p-top1__big .p-top1__content {
    max-width: 252px;
    margin-left: 0;
}

.p-top1__left {
    width: 220.8px;
}

.p-top1__right {
    padding: 30px 20px;
    width: calc(100% - 220.8px);
    background-color: #F5F7FC;
}


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

.c-subpage {
    margin-top: -11px;
}

.c-subpage__title {
    height: 93.45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #F6F6F6;
}

.c-subpage__title h2 {
    font-size: 2rem;
}

.p-other__part {
    text-align: center;
    padding-top: 1px;
    margin-top: -1px;
}

.p-other__blue {
    font-size: 2.6rem;
    color: white;
    background-color: #241D6C;
    max-width: 569.89px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 62.83px;
    margin: 120px auto 45px;
}

.p-other__slogan {
    line-height: 2;
    font-size: 1.7rem;
    color: #241D6C;
    letter-spacing: 2px;
}

.p-other__slogan.left {
    text-align: left;
    max-width: 916.36px;
    margin: 0 auto;
}

.p-other__image {
    max-width: 739.95px;
    margin: 54px auto;
}

.p-other__image.big {
    max-width: 789.23px;
}

.p-other__text {
    margin: 75px 0 -16px;
    font-size: 2.6rem;
}

.p-other__white {
    font-size: 2.4rem;
    border: 1px solid #241D6C;
    max-width: 479.12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 67.83px;
    letter-spacing: 1px;
    margin: 39px auto 199px;
}

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

.p-privacy__content {
    line-height: 1.6;
    max-width: 787.28px;
    margin: 141px auto 259px;
}

@media only screen and (max-width: 767px) {
    .p-privacy__content {
        margin: 100px auto 170px;
    }
}

.p-privacy__content p {
    margin-bottom: 29px;
}

.p-privacy__content p a {
    color: #EDB63A;
    margin: 0 3px;
}

.p-recruit__content {
    letter-spacing: 2px;
    line-height: 2;
    font-size: 1.6rem;
    text-align: center;
    margin: 203px 0 343px;
}

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

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

.p-service__main {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.p-service__main .p-top1__item {
    padding: 22px 20px 34px;
    margin-bottom: 56px;
}

.p-service__main .p-top1__image {
    margin: -5px -5px 22px;
}

.p-service__main .p-top1__list {
    margin-bottom: 190px;
}

.p-service__main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../img/service/service_bg01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.p-service__main::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../img/service/service_bg02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.p-service__content {
    font-size: 1.7rem;
    margin: 256px auto 306px;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    line-height: 2;
}

.p-company__content {
    margin-top: 71px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 2px;
}

.p-company__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 74px;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 31px;
    margin-bottom: 32px;
}

.p-company__left {
    width: 35.5%;
}

.p-company__right {
    width: 55.5%;
}

.p-company__detail {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px;
    max-width: 534px;
}

.p-company__detail.big {
    max-width: 100%;
}

.p-company__big {
    padding-left: 11px;
    font-size: 2.015rem;
    position: relative;
}

.p-company__big::after {
    position: absolute;
    content: "";
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10.47px;
    height: 27px;
    background-color: #D29CC5;
}

.p-company__big.two::after {
    background-color: #A4CF6F;
}

.p-company__big.three::after {
    background-color: #F6B273;
}

.p-company__big.four::after {
    background-color: #F19EC2;
}

.p-company__big.five::after {
    background-color: #81CDE7;
}

.p-company__big.six::after {
    background-color: #9BD1B4;
}

.p-company__big.seven::after {
    background-color: #F6D04A;
}

.p-company__small {
    font-size: 1.6rem;
    width: 85%;
    line-height: 2;
    letter-spacing: 2px;
}

.p-company__table {
    width: 100%;
    margin-top: 83px;
}

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

.p-company__item {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #C9CACA;
}

.p-company__item:first-child {
    border-top: 1px solid #C9CACA;
}

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

.p-company__info {
    display: -webkit-box;
    display: flex;
    width: 22.5%;
    position: relative;
    margin: 7px 0px;
    border-right: 1px solid #C9CACA;
    -webkit-box-align: center;
    align-items: center;
}

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

.p-company__text {
    width: 70%;
    padding: 29px 43px;
    line-height: 1.8;
    letter-spacing: 1px;
}

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

@media only screen and (max-width: 516px) {
    .p-company__text {
        width: 100%;
        border-right: none;
        padding: 20px 0 29px;
    }
}

.p-company__main {
    max-width: 1138.93px;
    margin: 134px auto 263px;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .p-company__main {
        margin: 100px auto 170px;
    }
}

@media only screen and (max-width: 516px) {
    .p-company__main {
        margin: 80px auto 190px;
    }
}

.p-company__part {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    margin-bottom: 153px;
}

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


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


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

.form-meta {
    max-width: 835.24px;
    background: #F7F8F8;
    margin: 43px auto 0;
    padding: 50px 20px 101px;
}

.form-item2 {
    width: 406px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 4px;
}

.form-item1 {
    max-width: 323.78px;
    width: 69%;
}

::placeholder {
    color: #BBBCBC;
    opacity: 0.8;
    font-size: 1.6rem;
    line-height: 2;
    font-family: Noto Sans JP, sans-serif;
}

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

.form-white {
    visibility: hidden;
}

.mwform-checkbox-field-text {
    margin-left: 4px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.wpcf7-checkbox input {
    width: 24.1px;
    height: 23.1px;
}

.form-list {
    display: flex;
    max-width: 737px;
    margin: 0 auto 19px;
}

.form-list.form-message1 {
    margin: 25px auto;
    align-items: flex-start;
}

.form-list.form-message1 .form-item:first-child {
    margin-top: 13px;
}

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

.form-box {
    align-items: flex-start;
    margin: 26px auto 15px;
}

.form-box .form-item:first-child {
    margin-top: 5px;
}

.form-info {
    font-size: 1.6rem;
    width: 85px;
}

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

.form-red {
    font-size: 0.8rem;
    color: white;
    background-color: #d70010;
    padding: 4px 5px;
    border-radius: 5px;
    margin-right: 21px;
}

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

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

#form-mess .form-input {
    padding: 10px 20px;
    width: 560.75px;
    height: 233.35px;
}

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

#form-mess {
    align-items: flex-start;
}

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

.form-blue {
    background-color: #005AAB !important;
}

.form-input {
    box-sizing: border-box;
    font-family: Noto Sans JP, sans-serif;
    padding: 0 20px;
    height: 51px;
    width: 100%;
    border: 1px solid;
    font-size: 1.6rem;
    line-height: 2;
}

.form-message {
    box-sizing: border-box;
    font-family: Noto Sans JP, sans-serif;
    padding: 10px 20px;
    height: 281.8px;
    width: 100%;
    border: 1px solid;
    font-size: 1.6rem;
    line-height: 2;
}

.contact-main2__text {
    margin-top: 35px;
    margin-bottom: -15px;
    text-align: center;
    font-size: 1.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

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

.contact-main2__text .error {
    bottom: -17px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.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: 218.16px;
    color: white;
    background-color: black;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.contact-main2__text .mwform-checkbox-field-text {
    display: none;
}

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

.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;
}

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

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

.mw_wp_form_confirm .form-box {
    margin: 0 auto 19px;
}

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

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

@media only screen and (max-width: 767px) {
    .form-item2 {
        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;
    }
}

@media only screen and (max-width: 516px) {
    .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: 50px;
        font-size: 1.4rem;
    }
    .contact-main2__button {
        width: 100%;
    }
    .contact-main2__text.sp {
        display: flex;
    }
    .form-meta {
        width: 100%;
        margin: 60px auto 80px;
        padding: 35px 20px 60px;
    }
    .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_complete {
    padding: 8vw 11vw;
    max-width: 55vw;
    margin: 150px auto 450px;
    background: white;
    border-radius: 8px;
}

.form-item4 {
    width: 69%;
    max-width: 368px;
}

.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.form-meta .contact-main2__text .wpcf7-not-valid-tip {
    bottom: -23px;
    position: absolute;
    left: 112px;
    width: 116px;
}

.form-meta .contact-main2__text .wpcf7-checkbox input {
    width: 20.1px;
    height: 23.1px;
    margin-right: 10px;
}

.form-meta .form-item4 .wpcf7-list-item {
    width: calc(100% / 2);
    margin: 0 0 8px;
}

.form-meta .form-item4 .wpcf7-list-item:last-child {
    visibility: hidden;
}

.form-list.form-message1 .form-item1 {
    max-width: 100%;
}

.wpcf7-list-item-label {
    margin-left: 4px;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.wpcf7-checkbox label {
    display: flex;
    align-items: center;
}

.form-item3 {
    margin-left: 7px;
    width: 129px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.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;
    }
    .form-item1 {
        width: 66%;
        max-width: 66%;
    }
}

@media only screen and (max-width: 767px) {
    .form-meta {
        padding: 48px 30px 101px;
    }
    .form-item4 {
        margin-left: 0;
        width: 100%;
    }
    .form-item1 {
        width: 100%;
    }
    .mw_wp_form_complete {
        max-width: 85vw;
        margin: 150px auto 250px;
    }
}

@media only screen and (max-width: 516px) {
    .form-meta .form-item4 .wpcf7-list-item {
        width: calc(100% /2);
    }
    .form-item1 {
        max-width: 100%;
    }
    .form-meta {
        padding: 48px 20px 101px;
    }
    .mw_wp_form_complete {
        margin: 120px auto 200px;
    }
    .form-meta .form-item4 .wpcf7-list-item:last-child {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .form-meta .form-item4 .wpcf7-list-item {
        width: 100%;
    }
}

.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: 767px) {
    .mw_wp_form_confirm .contact-main2__link input {
        width: 227px;
    }
    .mw_wp_form_confirm .contact-main2__link img {
        display: none;
    }
}

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

.contact-main2__link img {
    position: absolute;
    width: 7px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.form-select {
    max-width: 255.43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 19px;
    background-size: 15px;
}

@media only screen and (max-width: 767px) {
    .contact-main2__button {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 516px) {
    .contact-main2__button {
        margin-top: 40px;
    }
    .contact-main2__text {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 409px) {
    .form-meta .contact-main2__text .wpcf7-not-valid-tip {
        bottom: -44px;
        position: absolute;
        left: 31px;
    }
}

.mwform-radio-field input {
    margin: 0;
    width: 14.58px;
    height: 14.58px;
}

.form-month input,
.form-day input,
.form-year input {
    padding: 0 20px;
    height: 50px;
    font-size: 1.6rem;
    font-family: Noto Sans JP, sans-serif;
    border: 1px solid;
    box-sizing: border-box;
}

.form-month input {
    width: 57px;
    margin-right: 42px;
    margin-left: 10px;
}

.mw_wp_form .error {
    width: 100%;
}

.form-day input {
    width: 57px;
    margin-right: 10px;
    margin-left: 10px;
}

.form-year input {
    width: 135px;
    margin-right: 33px;
}

.form-year,
.form-day,
.form-month {
    display: flex;
    align-items: center;
    position: relative;
}

#form-box {
    margin: 60px auto;
}

#form-box1 {
    margin-bottom: 60px;
}

.form-birthday {
    display: flex;
}

.form-year::before {
    font-size: 1.6rem;
    content: "年";
    position: absolute;
    right: 4px;
    top: 49.5%;
    transform: translateY(-50%);
}

.form-month::before {
    content: "月";
    font-size: 1.6rem;
    position: absolute;
    right: 8px;
    top: 49.5%;
    transform: translateY(-50%);
}

.form-day::before {
    content: "日";
    position: absolute;
    right: -23px;
    top: 49.5%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    #form-mess .form-input {
        width: 100%;
    }
    .form-item4 {
        width: 67%;
    }
}

@media only screen and (max-width: 767px) {
    .form-item4,
    .form-item2,
    .form-birthday,
    .form-big {
        width: 100%;
    }
}

.p-contact__main {
    max-width: 875.24px;
    margin: 110px auto 198px;
    padding: 0 20px;
}

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

@media only screen and (max-width: 516px) {
    .p-contact__main {
        margin: 90px auto 160px;
    }
}

.p-contact__text {
    line-height: 1.7;
}

.image-hidden {
    visibility: hidden;
}

.p-top4__link .attachment-fullsize {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.p-top4__link {
    position: relative;
}

.p-top3__image .attachment-fullsize {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.p-top3__image {
    position: relative;
}

.p-top3 {
    padding: 0 20px;
    max-width: 1079.432px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

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

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

@media only screen and (max-width: 516px) {
    .p-top3__title {
        width: 100%;
        margin-top: 10px;
    }
    .p-top3__title {
        font-size: 1.4rem;
    }
}

.p-top3__list {
    width: 100%;
    margin: 53px 0 10px;
}

.p-top3__item {
    padding: 23px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px dashed #9F9F9F;
}

.p-top3__item:first-child {
    border-top: 1px dashed #9F9F9F;
}

.p-top3__image {
    width: 81.927px;
    margin-right: 67px;
}

@media only screen and (max-width: 1024px) {
    .p-top3__image {
        margin-right: 40px;
    }
}

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

.p-top3__right {
    display: -webkit-box;
    display: flex;
}

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

.p-top3__category {
    font-size: 1.213rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 98.78px;
    height: 21.35px;
    background-color: #9FA0A0;
    padding: 0 20px;
    margin-left: 21px;
    margin-right: 19px;
    color: white;
}

.p-top4 {
    padding: 0 20px;
    max-width: 1147.739px;
    margin: 119px auto 167px;
    width: 90%;
}

.p-top4 .slick-slide {
    margin: 0 6px;
}

@media only screen and (max-width: 516px) {
    .p-top4 {
        margin: 100px auto 130px;
    }
}

.p-top4__list .slick-prev,
.p-top4__list .slick-next {
    width: 15.024px;
    height: 27.435px;
}

.p-top4__list .slick-next {
    right: -47px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__list .slick-next {
        right: -25px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__list .slick-next {
        right: -20px;
    }
}

.p-top4__list .slick-prev {
    left: -47px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__list .slick-prev {
        left: -25px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__list .slick-prev {
        left: -20px;
    }
}

.p-top4__list .slick-prev:before,
.p-top4__list .slick-next:before {
    background-size: cover;
    background-image: url(../img/index/arrow_left.svg);
    width: 15.024px;
    height: 27.435px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.p-top4__list .slick-next:before {
    background-image: url(../img/index/arrow_right.svg);
}

.p-top2 {
    padding-top: 57px;
    margin-top: 105px;
    background-color: #FBFBFB;
    padding-bottom: 64px;
}

.p-post__main {
    padding: 0 20px;
    margin-bottom: 259px;
}

.p-post__title {
    font-size: 1.8rem;
    text-align: center;
    max-width: 1082.4px;
    margin: 104px auto 40px;
    border-bottom: 1px solid;
    padding-bottom: 14px;
    letter-spacing: 4px;
}

@media only screen and (max-width: 516px) {
    .p-post__title {
        letter-spacing: 1px;
    }
}

.p-post__content {
    max-width: 1018.63px;
    margin: 0 auto;
}

.p-post__content p {
    line-height: 1.75;
    margin: 15px 0;
    font-size: 1.5rem;
}

.p-post__content img {
    height: auto;
    margin: 15px 0;
}

.p-blog__list {
    display: flex;
    justify-content: space-between;
    max-width: 1082.4px;
    border-bottom: 1px solid;
    margin: 104px auto 40px;
    padding-bottom: 14px;
    padding-left: 12px;
}

.p-blog__title {
    font-size: 1.8rem;
}

.p-blog__right {
    display: flex;
}

.p-news__single__list__btn {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin: 150px auto 0;
    position: relative;
}

.c-span__prev {
    position: absolute;
    left: 0;
}

.c-span__next {
    position: absolute;
    right: 0;
}

.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
    color: #362d1e;
    text-decoration: none;
    border: 1px solid #362d1e;
    padding: 6px 14px;
    margin: 4px;
    font-size: 1.6rem;
}

.pages {
    display: none;
}

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

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

.nextpostslink {
    display: none;
}

.previouspostslink {
    display: none;
}

@media only screen and (max-width: 767px) {
    .p-delivery__pagination {
        margin: 64px 0 160px;
    }
    .p-blog .p-top3__list {
        margin-top: 40px;
    }
    .p-example__main .p-delivery__pagination {
        margin: 0 0 160px;
    }
}

.p-blog__main {
    margin-top: 83px;
}

@media only screen and (max-width: 1173px) {
    .c-footer__right {
        margin-right: 0;
    }
    .c-footer__map {
        margin: 0 30px;
    }
    .c-footer__right {
        min-width: 240.65px;
    }
    .c-footer__left {
        min-width: 312px;
    }
    .c-footer__address {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1130px) {
    .p-service__main .p-top1__image {
        margin: -5px 0 22px;
    }
    .p-service__main .p-top1__item,
    .p-top1__item {
        padding: 22px 14px;
        width: 32%;
    }
    .p-top1__big {
        width: 49%;
    }
}

@media only screen and (max-width: 1065px) {
    .p-top1__right {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 10px;
    }
    .p-top1__detail {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-top1__logo {
        width: 25%;
    }
    .p-service__main .p-top1__item,
    .p-top1__item {
        width: 47%;
    }
    .p-top1__list {
        max-width: 768px;
    }
    .p-top1__big {
        width: 100%;
        max-width: 530px;
        margin: 0 auto 39px;
    }
    .p-top1__right {
        display: block;
        padding: 30px;
    }
    .c-footer__address {
        margin-left: 30px;
    }
    .c-footer__copy {
        margin-right: 0;
    }
    .p-service__content {
        padding: 0 20px;
        margin: 225px auto 200px;
    }
}

@media only screen and (max-width: 767px) {
    .c-slide__text {
        width: 100%;
        height: 80%;
    }
    .c-slide__text img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .p-top1__detail {
        width: 80%;
        margin-left: 15px;
        letter-spacing: 1px;
    }
    .p-top1__bg {
        padding: 0 20px;
    }
    .c-footer__right {
        margin-left: 30px;
    }
    .p-service__content {
        margin: 180px auto 170px;
    }
}

@media only screen and (max-width: 690px) {
    .p-service__main .p-top1__item,
    .p-top1__item {
        width: 100%;
        padding: 25px;
        max-width: 350px;
        margin: 0 auto 39px;
    }
    .p-top1__left {
        width: 100%;
    }
    .p-top1__right {
        width: 100%;
    }
    .p-top1__big {
        max-width: 350px;
        flex-wrap: wrap;
    }
    .p-top1__info {
        align-items: center;
    }
}

@media only screen and (max-width: 516px) {
    .p-service__content {
        margin: 155px auto 140px;
    }
    .p-top1__logo {
        position: unset;
        left: unset;
        top: unset;
        max-width: 85px;
        margin: -30px auto 30px;
        width: 100%;
    }
    .c-header__logo {
        width: calc(100% - 60px);
    }
    .p-top1__gray {
        margin-bottom: 90px;
    }
    .p-service__main .p-top1__item,
    .p-top1__item {
        padding: 20px;
    }
    .p-top2 {
        padding-top: 35px;
        margin-top: 90px;
    }
    .c-footer__left {
        min-width: auto;
    }
    .c-footer__logo {
        width: auto;
    }
    .c-footer__address,
    .c-footer__right {
        margin-left: 0;
    }
    .c-footer__map {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 375px) {
    .p-service__main .p-top1__item,
    .p-top1__item {
        padding: 20px 12px;
    }
    .p-top1__detail {
        letter-spacing: 0;
        font-size: 1.6rem;
    }
}

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

.p-company__p {
    margin-bottom: 37px;
}

@media only screen and (max-width: 1024px) {
    .p-other__main {
        padding: 0 20px;
    }
    .p-other__text {
        font-size: 2.1rem;
    }
    .p-company__list {
        flex-wrap: wrap;
        margin-left: 0;
    }
    .p-company__left {
        width: 100%;
        margin: 0 auto 60px;
        max-width: 400px;
    }
    .p-company__right {
        width: 100%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .p-company__p {
        margin-bottom: 30px;
    }
    .p-other__blue,
    .p-other__white {
        font-size: 2.3rem;
    }
    .p-other__text.sp {
        margin: 45px 0 -16px;
        display: block;
    }
    .p-other__text.pc {
        display: none;
    }
    .p-company__content {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 516px) {
    .p-company__part:nth-child(2) {
        margin-bottom: 50px;
    }
    .p-company__small {
        margin-left: -10px;
        width: 110%;
        letter-spacing: 1px;
        margin-top: 10px;
    }
    .p-company__right {
        padding-left: 10px;
    }
    .p-company__detail {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .p-company__list {
        margin-top: 60px;
    }
    .p-company__p {
        margin-bottom: 20px;
    }
    .p-company__content {
        margin-top: 40px;
    }
    .p-other__blue {
        margin: 105px auto 45px;
    }
    .p-other__blue,
    .p-other__white {
        font-size: 1.6rem;
    }
    .p-other__image {
        margin: 40px auto;
    }
    .p-other__text.sp {
        margin: 30px 0 0;
        font-size: 2rem;
    }
    .p-other__slogan {
        letter-spacing: 1px;
    }
}