@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 {
    padding: 0 20px;
}

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

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

.c-header__logo {
    width: 185.25px;
}

@media only screen and (max-width: 516px) {
    .c-header__logo {
        margin-right: 40px;
    }
}

.c-header__phone {
    width: 177.61px;
}

.c-header__social {
    position: fixed;
    top: 57.5%;
    right: 18px;
    z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .c-header__social {
        top: 46vw;
    }
}

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

@media only screen and (max-width: 516px) {
    .c-header__social {
        right: 10px;
    }
}

.c-header__circle {
    display: block;
    width: 106.26px;
    margin-bottom: 45px;
}

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

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

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

.c-header__circle:hover {
    opacity: 1;
}

.c-header__circle:hover img {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    .c-header__circle {
        width: 70.76px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
    .c-header__circle {
        width: 60.76px;
    }
}

.c-header__social.is_footer {
    display: none;
}


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

.c-footer {
    background-color: #096bb0;
    padding-top: 60px;
}

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

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

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

.c-footer__left {
    color: white;
    width: 42%;
    margin-top: 21px;
}

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

.c-footer__logo {
    width: 263.82px;
}

@media only screen and (max-width: 516px) {
    .c-footer__logo {
        width: 220.82px;
    }
}

.c-footer__address {
    margin-top: 39px;
    margin-left: 4px;
}

.c-footer__address p:nth-child(2) {
    border-bottom: 1px solid;
    margin: 43px 0 10px;
    padding-bottom: 9px;
    max-width: 260px;
}

.c-footer__map {
    width: 53%;
    height: 355.95px;
}

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

.c-footer__gray {
    background-color: #dedfdf;
    padding: 0 20px;
}

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


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

.p-top1__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 903.89px;
    margin: 90px auto 121px;
    text-align: center;
    padding: 0 20px;
}

@media only screen and (max-width: 516px) {
    .p-top1__list {
        flex-wrap: wrap;
        margin: 90px auto 70px;
    }
}

.p-top1__list a {
    display: block;
    background-color: #cbcccc;
    border-radius: 17px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 37.96px;
    position: relative;
    max-width: 247.66px;
    margin: 0 auto;
}

.p-top1__list a img {
    width: 11.26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
}

.p-top1__item {
    width: 29%;
}

@media only screen and (max-width: 516px) {
    .p-top1__item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 70px;
    }
}

.p-top1__title {
    letter-spacing: 4px;
    font-size: 2rem;
}

.p-top1__info {
    font-size: 1.2rem;
    color: #a07960;
    margin-top: -4px;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.p-top1__content {
    letter-spacing: 3px;
    margin-top: 7px;
    text-align: left;
    line-height: 1.7;
    min-height: 138px;
}

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

.p-top1__bg {
    background-image: url(../img/index/top1_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 52px 20px 48px;
}

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

@media only screen and (max-width: 767px) {
    .p-top1__container {
        padding-right: 14px;
    }
}

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

.p-top1__blue {
    margin-left: 14px;
    width: 179.79px;
}

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

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

.p-top1__text {
    font-size: 1.6rem;
    width: 69.5%;
    letter-spacing: 3px;
    line-height: 1.7;
}

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

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

.p-top2__title {
    max-width: 1071.11px;
    margin: 73px auto -2px;
}

.p-top2__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
}

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

.p-top2__left {
    max-width: 696.5px;
    margin-right: -3px;
}

.p-top2__right {
    margin-top: 74px;
    width: 37%;
}

@media only screen and (max-width: 1024px) {
    .p-top2__right {
        width: 100%;
        max-width: 443.76px;
        margin: 50px auto;
    }
}

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

.p-top2__info {
    font-size: 3.6rem;
    letter-spacing: 7px;
}

@media only screen and (max-width: 516px) {
    .p-top2__info {
        font-size: 2.6rem;
        letter-spacing: 2px;
    }
}

.p-top2__text {
    margin-top: 21px;
    letter-spacing: 3px;
    line-height: 1.7;
}

.p-top2__bottom {
    margin-top: 36px;
}

.p-top2__item {
    color: #096bb0;
    margin-bottom: 45px;
}

.p-top2__strong {
    font-size: 1rem;
    letter-spacing: 1.7px;
}

.p-top2__content {
    margin-top: 6px;
    display: -webkit-box;
    display: flex;
    margin-left: 21px;
}

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

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

.p-top2__number {
    width: 51px;
}

@media only screen and (max-width: 516px) {
    .p-top2__number {
        width: 40px;
        margin-left: 100px;
        margin-top: -34px;
    }
}

.p-top2__meta {
    width: 80%;
    margin-left: 20px;
    margin-top: 7px;
    letter-spacing: 0.5px;
}

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

.p-top2__blue {
    font-size: 2rem;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

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

.p-top2__detail {
    color: black;
    letter-spacing: 3px;
    line-height: 1.7;
}

.p-top3 {
    background-color: #f2f2f3;
    padding-bottom: 105px;
}

#two {
    visibility: hidden;
}

@media only screen and (max-width: 1024px) {
    .p-top3 {
        padding: 0 20px 61px;
    }
}

.p-top3__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1103.31px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

.p-top3__blue {
    min-width: 151.76px;
    height: 151.76px;
    border-radius: 50%;
    background-color: #096bb0;
    text-align: center;
    color: white;
    margin-top: -45px;
    margin-right: 50px;
}

@media only screen and (max-width: 767px) {
    .p-top3__blue {
        min-width: 130.76px;
        height: 130.76px;
        margin-right: 30px;
    }
}

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

.p-top3__blue span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.p-top3__blue span:first-child {
    font-size: 2.4rem;
    margin: 46px 0 4px;
    letter-spacing: 5px;
}

@media only screen and (max-width: 767px) {
    .p-top3__blue span:first-child {
        font-size: 2rem;
        margin: 39px 0 4px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__blue span:first-child {
        letter-spacing: 2px;
        font-size: 1.8rem;
        margin: 31px 0 4px;
    }
}

.p-top3__title {
    margin-top: 5px;
    max-width: 700.14px;
    width: 66%;
}

.p-top2__one {
    max-width: 952.28px;
    margin: 0 auto;
}

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

.p-top2__two {
    max-width: 1089px;
    margin: 14px auto 79px;
    padding-left: 146px;
}

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

@media only screen and (max-width: 900px) {
    .p-top2__two {
        max-width: 400px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top2__two {
        margin: 14px auto 55px;
    }
}

.p-top4 {
    padding: 0 20px;
    margin-bottom: 160px;
}

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

.p-top4 .p-top2__white,
.p-top4 .p-work__white {
    background-color: #f2f2f3;
}

.p-top4 .p-work__titlw {
    border-bottom: 1px solid white;
}

.p-top4__title {
    max-width: 482.77px;
    margin-top: 10px;
    margin-right: 36px;
    width: 45%;
}

.p-top5 {
    margin-top: 83px;
    background-color: #f2f2f3;
    padding: 0 20px 83px;
}

.p-top5__title {
    max-width: 529.56px;
    margin-top: 8px;
    margin-right: 47px;
    width: 50%;
}

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

.p-top6__link {
    max-width: 257.66px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #cbcccc;
    position: relative;
    border-radius: 25px;
    margin: 49px auto 111px;
    height: 37.96px;
}

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

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

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

.p-top6__info {
    letter-spacing: 7px;
    font-size: 3.6rem;
    max-width: 1082px;
    margin: 96px auto 61px;
}

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

@media only screen and (max-width: 516px) {
    .p-top6__info {
        font-size: 2.5rem;
        margin: 86px auto 61px;
    }
}

.p-top6__list {
    max-width: 966.96px;
    margin: 0 auto;
}

.p-top6__meta {
    display: -webkit-box;
    display: flex;
    margin-left: calc( var(--px1) * -1);
    margin-top: 28px;
    flex-wrap: wrap;
}

.p-top6__item {
    width: calc(100% / 3 - var(--px1));
    margin-left: var(--px1);
    margin-bottom: 49px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-top6__item {
        width: calc(100% / 2 - var(--px1));
    }
}

.p-top6__title {
    position: absolute;
    bottom: 10px;
    width: 94%;
    background-color: rgba(255, 255, 255, 0.805);
    min-height: 58.47px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 15px;
}

@media only screen and (max-width: 516px) {
    .p-top6__title {
        position: relative;
        bottom: unset;
        left: unset;
        -webkit-transform: unset;
        transform: unset;
        background-color: #f2f2f3;
        width: 100%;
        padding: 10px;
    }
}

.p-top7__title {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 8px;
}

@media only screen and (max-width: 1024px) {
    .p-top7__title {
        font-size: 3rem;
        letter-spacing: 2px;
    }
}

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

.p-top7__info {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 3.5px;
    margin-top: 45px;
}

@media only screen and (max-width: 516px) {
    .p-top7__info {
        letter-spacing: 1px;
        font-size: 1.6rem;
        margin-top: 20px;
    }
}

:root {
    --px1: 4.5%;
}

.c-slide__image {
    position: relative;
}

.c-slide__text {
    position: absolute;
    width: 28.5%;
    top: 37%;
    left: 35.5%;
}

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

.p-top2__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 47px;
}

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

.p-work__item {
    width: 48%;
    display: -webkit-box;
    display: flex;
    margin-bottom: 98px;
}

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

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

.p-work__right {
    width: 52%;
    margin-right: 18px;
    border-radius: 16px;
    overflow: hidden;
}

@media only screen and (max-width: 516px) {
    .p-work__right {
        width: 100%;
        margin-right: 0;
        max-width: 223.13px;
    }
}

.p-work__left {
    width: 50%;
    margin-top: 15px;
}

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

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

.p-work__title {
    font-size: 1.8rem;
    line-height: 1;
}

.p-work__content {
    letter-spacing: 3px;
    max-width: 214px;
    margin-top: 13px;
    line-height: 1.75;
}

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

.p-work__meta {
    display: -webkit-box;
    display: flex;
    font-size: 1.6rem;
    flex-wrap: wrap;
    margin-top: 46px;
}

.p-work__box {
    margin-bottom: 26px;
    width: 50%;
    display: -webkit-box;
    display: flex;
    letter-spacing: 3px;
}

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

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

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

.p-work__check {
    width: 23.56px;
    margin-right: 16px;
}

.p-work__white {
    margin: 50px auto;
    max-width: 971.37px;
    background-color: white;
}

.p-work__titlw {
    font-size: 1.8rem;
    border-bottom: 1px solid #f2f2f3;
    position: relative;
    height: 45.38px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.p-work__arrow {
    width: 18.66px;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
}

.p-work__text {
    letter-spacing: 1.5px;
    line-height: 2.1;
    padding: 18px 29px;
    font-size: 1.6rem;
}

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

.p-top2__white {
    font-size: 2.4rem;
    padding: 1px 17px;
    border-radius: 7px;
    background-color: white;
    display: inline-block;
    letter-spacing: 5px;
    border-radius: 20px;
}

@media only screen and (max-width: 516px) {
    .p-top2__white {
        font-size: 2rem;
        letter-spacing: 2px;
    }
}

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

.p-work__titlw {
    cursor: pointer;
}

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


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


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


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

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

.pages {
    display: none;
}

.p-delivery__pagination {
    margin-top: 81px;
    display: flex;
    justify-content: center;
}

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

.nextpostslink {
    display: none;
}

.previouspostslink {
    display: none;
}

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

.form-meta {
    max-width: 970.3px;
    background: #f7f8f8;
    margin: 92px auto 163px;
    padding: 27px 20px 101px;
}

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

.form-item1 {
    width: 78.5%;
}

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

.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: 891px;
    border-bottom: 1px dashed;
    padding: 19px 0;
    margin-left: 29px;
}

.form-list.form-message1 {
    align-items: flex-start;
    border-bottom: none;
}

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

.form-list.location input {
    width: 145.12px;
}

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

.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: 142px;
}

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

.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;
    border-bottom: none;
}

#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: 42.5px;
    width: 100%;
    border: 1px solid white;
    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 white;
    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 a {
    color: #3388C9;
}

.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: 1024px) {
    .form-list {
        margin-left: 0;
    }
}

@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 {
        max-width: 970.3px;
        background: #f7f8f8;
        margin: 40px auto 0;
        padding: 50px 20px 101px;
    }
    .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%;
}

.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: 50%;
    width: 100%;
    text-wrap: nowrap;
    transform: translateX(-50%);
}

.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% /3);
    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;
    }
}

@media only screen and (max-width: 767px) {
    .form-meta {
        padding: 48px 20px 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: 17px 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%;
    }
}

#one {
    padding-top: 83px;
}

#contact {
    padding-top: 100px;
}

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

.p-before__subpage {
    height: 81.89px;
    background-color: #096bb0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-before__subpage h2 {
    font-size: 3rem;
    letter-spacing: 6px;
}

.p-before__main {
    margin: 130px auto 178px;
    padding: 0 20px;
}

.p-detail__main {
    padding: 110px 20px 18px;
    max-width: 1047.4px;
    margin: 0 auto;
}

.p-detail__title {
    font-size: 2rem;
}

.p-detail__content {
    letter-spacing: 2px;
    margin-top: 51px;
    line-height: 1.75;
}

.p-detail__content p {
    margin: 30px 0;
}

.p-detail__content img {
    margin: 11px 0;
    height: auto;
}

.p-news__single__list__btn {
    display: flex;
    justify-content: center;
    margin: 128px auto 75px;
    position: relative;
}

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

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

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

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

.image-hidden {
    visibility: hidden;
}

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

.p-top6__image {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .p-before__subpage h2 {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 516px) {
    .p-before__subpage h2 {
        font-size: 2.3rem;
        letter-spacing: 1px;
    }
    .p-before__main {
        margin: 100px auto 178px;
    }
    .p-delivery__pagination {
        margin-top: 20px;
    }
    .p-detail__main {
        padding: 80px 20px 140px;
    }
    .p-detail__content {
        margin-top: 40px;
    }
}

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

.p-privacy__container {
    max-width: 1000px;
    margin: 121px auto 200px;
}

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

.p-privacy__text {
    margin-bottom: 54px;
    margin-left: 10px;
    max-width: 960px;
    line-height: 1.7;
}

.p-company__title {
    margin-bottom: 17px;
}

.p-privacy__link {
    margin-top: -22px;
    width: 162.69px;
    height: 40.94px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: #2062a6;
    border-radius: 200px;
    color: white;
}

.p-privacy__link span {
    font-size: 1.189rem;
    margin-left: 40px;
    margin-right: 31px;
}

.p-privacy__link img {
    width: 7px;
}

.p-company__title {
    font-size: 2.8rem;
    padding-left: 20px;
    position: relative;
}

.p-company__title {
    margin-bottom: 17px;
}

.p-company__title::after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4.33px;
    height: 31px;
    background-color: #2062a6;
}

@media only screen and (max-width: 767px) {
    .p-company__title {
        font-size: 2rem;
    }
    .p-company__title::after {
        left: 3px;
        top: 2px;
        width: 4.33px;
        height: 28px;
    }
}

@media only screen and (max-width: 516px) {}

.c-header__extra {
    display: flex;
    align-items: center;
    width: 277px;
    justify-content: space-between;
}

.c-header__insta {
    width: 35px;
}

@media only screen and (max-width: 767px) {
    .c-header__extra {
        width: 245px;
    }
}

@media only screen and (max-width: 516px) {
    .c-header__phone {
        width: 77%;
    }
    .c-header__insta {
        width: 15%;
    }
    .c-header__extra {
        width: 60%;
        max-width: 277px;
    }
    .c-header__logo {
        width: 37%;
        max-width: 185.25px;
    }
}