@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__logo {
    background-color: white;
    width: 175.41px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

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

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

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

.c-header__logo.long {
    display: none;
}

.c-header__list {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 89px;
    z-index: 1000;
}

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

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

.c-header__item {
    color: white;
    display: -webkit-box;
    display: flex;
    -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;
    font-size: 1.2rem;
    height: 89px;
    box-sizing: border-box;
    transition: 0.4s ease;
}

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

@media only screen and (max-width: 767px) {
    .c-header__item {
        height: 75px;
    }
}

@media only screen and (max-width: 516px) {
    .c-header__item {
        height: 65px;
        font-size: 1.1rem;
    }
}

.c-header__item img:nth-child(2) {
    display: none;
}

.c-header__item:first-child {
    background-color: black;
    border-radius: 8px 0 0 0;
}

.c-header__item:first-child:hover {
    background-color: white;
    border: 1px solid;
    color: black;
}

.c-header__item:hover img:nth-child(2) {
    display: block;
}

.c-header__item:hover img:nth-child(1) {
    display: none;
}

.c-header__item:first-child img {
    width: 28.47px;
}

@media only screen and (max-width: 767px) {
    .c-header__item:first-child img {
        width: 21.47px;
    }
}

.c-header__item:first-child span {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .c-header__item:first-child span {
        margin-top: 8px;
    }
}

.c-header__item:last-child {
    background-color: #AD752D;
    border-radius: 0 0 0 8px;
}

.c-header__item:last-child:hover {
    background-color: white;
    border: 1px solid;
    color: #AD752D;
}

.c-header__item:last-child span {
    margin-top: 3px;
}

.c-header__item:last-child img {
    width: 33.35px;
}

@media only screen and (max-width: 767px) {
    .c-header__item:last-child img {
        width: 27px;
    }
}

.c-header__meta {
    display: -webkit-box;
    display: flex;
    width: 92.5%;
    margin: 15px auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 5%;
}

@media only screen and (max-width: 1024px) {
    .c-header__meta {
        width: 100%;
        padding: 0 20px;
    }
}

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

.c-header__subpage {
    width: 201.65px;
}

.c-header__sp {
    display: none;
}

.c-header__sm {
    position: absolute;
    width: 96px;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 406px) {
    .c-header__subpage.pc {
        display: none;
    }
    .c-header__sp {
        display: block;
    }
}

@media only screen and (max-width: 330px) {
    .c-header__sm {
        width: 87px;
        top: 5px;
    }
}


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

.c-footer {
    background-color: #393433;
    color: white;
    font-size: 1.6rem;
    padding: 97px 20px 1px;
}

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

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

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

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

.c-footer__logo {
    width: 227.69px;
}

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

.c-footer__address {
    margin-top: 28px;
    line-height: 1.7;
}

.c-footer__right {
    margin-top: 9px;
}

.c-footer__link {
    width: 268.8px;
    height: 62.83px;
    border-radius: 37px;
    background-color: #AD752D;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 24px;
    transition: 0.4s ease;
    box-sizing: border-box;
}

.c-footer__link:hover {
    opacity: 1;
    color: #AD752D;
    background-color: white;
}

.c-footer__link:hover img:nth-child(2) {
    display: block;
}

.c-footer__link:hover img:nth-child(1) {
    display: none;
}

@media only screen and (max-width: 516px) {
    .c-footer__link {
        width: 234.8px;
        height: 53.83px;
    }
}

.c-footer__link img:nth-child(2) {
    display: none;
}

.c-footer__link:first-child img {
    width: 51.49px;
    margin-left: 24px;
    margin-right: 47px;
}

@media only screen and (max-width: 516px) {
    .c-footer__link:first-child img {
        width: 45.49px;
        margin-left: 24px;
        margin-right: 37px;
    }
}

.c-footer__link:last-child img {
    width: 28.47px;
    margin-left: 37px;
    margin-right: 39px;
}

@media only screen and (max-width: 516px) {
    .c-footer__link:last-child img {
        width: 22.47px;
        margin-left: 36px;
        margin-right: 34px;
    }
}

.c-footer__link span {
    font-size: 1.711rem;
}

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

.c-footer__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 49px auto 7px;
    max-width: 1150.81px;
    -webkit-box-align: center;
    align-items: center;
}

.c-footer__privacy {
    font-size: 1.4rem;
}


/*------------------------------------------------------------
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__gray {
    padding-bottom: 1px;
    background-color: #F2F2F3;
    margin-top: 73px;
    margin-bottom: -1px;
}

.p-top1__container {
    max-width: 1200px;
    margin: 0 auto;
}

.p-top1__title {
    width: 396px;
    position: relative;
    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) {
    .p-top1__title {
        width: 337px;
    }
}

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

.p-top1__title span {
    font-size: 2.7rem;
    z-index: 2;
    color: white;
    margin-top: 11px;
    margin-left: 53px;
}

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

@media only screen and (max-width: 516px) {
    .p-top1__title span {
        margin-left: 36px;
        font-size: 2rem;
    }
}

.p-top1__title img {
    position: absolute;
    top: 0;
    left: 0;
}

.p-top1__list {
    max-width: 1036.85px;
    margin: 93px auto;
    padding: 0 20px;
}

.p-top1__item {
    margin-bottom: 70px;
    display: -webkit-box;
    display: flex;
}

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

.p-top1__big {
    min-width: 296.64px;
    height: 180px;
}

@media only screen and (max-width: 1024px) {
    .p-top1__big {
        min-width: 235.64px;
    }
}

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

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

.p-top1__white {
    font-size: 1.5rem;
    background-color: white;
    padding: 7px 24px 21px;
}

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

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

.p-top1__info {
    font-size: 2.13rem;
    border-bottom: 1px solid #AD752D;
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
}

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

.p-top1__info::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    background-color: #AD752D;
    bottom: -1px;
    left: -75px;
}

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

.p-top1__content {
    margin-top: 10px;
    max-width: 640px;
    margin-left: 6px;
    line-height: 1.67;
}

.p-top1__category {
    display: -webkit-box;
    display: flex;
    margin-top: 10px;
    margin-left: 5px;
}

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

.p-top1__category span {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    padding: 3px 14px;
    background-color: #1E4A9E;
    margin-right: 14px;
}

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

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

.p-top1__category span:last-child {
    margin-right: 0;
}

.foogallery {
    margin-left: 5px;
    margin-top: 27px;
    display: -webkit-box;
    display: flex !important;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 639px !important;
}

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

.foogallery.fg-loaded-drop .fg-item,
.foogallery.fg-loaded-fade-in .fg-item,
.foogallery.fg-loaded-flip .fg-item,
.foogallery.fg-loaded-fly .fg-item,
.foogallery.fg-loaded-scale-up .fg-item,
.foogallery.fg-loaded-slide-down .fg-item,
.foogallery.fg-loaded-slide-left .fg-item,
.foogallery.fg-loaded-slide-right .fg-item,
.foogallery.fg-loaded-slide-up .fg-item,
.foogallery.fg-loaded-swing-down .fg-item {
    width: 23%;
}

@media only screen and (max-width: 767px) {
    .foogallery.fg-loaded-drop .fg-item,
    .foogallery.fg-loaded-fade-in .fg-item,
    .foogallery.fg-loaded-flip .fg-item,
    .foogallery.fg-loaded-fly .fg-item,
    .foogallery.fg-loaded-scale-up .fg-item,
    .foogallery.fg-loaded-slide-down .fg-item,
    .foogallery.fg-loaded-slide-left .fg-item,
    .foogallery.fg-loaded-slide-right .fg-item,
    .foogallery.fg-loaded-slide-up .fg-item,
    .foogallery.fg-loaded-swing-down .fg-item {
        width: 46%;
        margin-bottom: 20px;
    }
}

.fg-default:after {
    display: none !important;
}

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

.p-top2__title {
    font-size: 3.5rem;
    color: #AD752D;
    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: 1024px) {
    .p-top2__title {
        flex-wrap: wrap;
    }
}

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

.p-top2__title img {
    width: 126.38px;
    margin-right: 30px;
}

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

@media only screen and (max-width: 516px) {
    .p-top2__title img {
        width: 100.38px;
    }
}

.p-top2__bg {
    margin-top: 97px;
    position: relative;
}

.p-top2__bg::after {
    content: "";
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/index/chat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 175.22px;
}

@media only screen and (max-width: 1024px) {
    .p-top2__bg::after {
        background-image: url(../img/chat_sp.png);
        height: 262.22px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top2__bg {
        margin: 97px -10px 0;
    }
    .p-top2__bg::after {
        background-image: url(../img/chat_sm.png);
        height: 281.22px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-top2__bg::after {
        background-image: url(../img/chat_sn.png);
        height: 438.22px;
        top: 45%;
    }
}

.p-top2__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 867.12px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 3px;
    z-index: 2;
    position: relative;
}

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

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

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

.p-top2__item {
    margin-bottom: 15px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 30%;
}

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

@media only screen and (max-width: 767px) {
    .p-top2__item {
        font-size: 1.3rem;
        width: 48%;
    }
}

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

.p-top2__check {
    width: 29.69px;
    margin-right: 6px;
}

.p-top2__people {
    width: 282.82px;
    margin: 0 auto;
}

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

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

.p-top3 {
    background-color: #F8F7EE;
    position: relative;
    margin-top: 59px;
    padding: 108px 20px 43px;
}

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

.p-top3 h2 {
    padding-right: 83px;
    font-size: 3.5rem;
}

@media only screen and (max-width: 1024px) {
    .p-top3 h2 {
        padding-right: 0;
        margin-top: 30px;
    }
}

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

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

.p-top3__desc {
    margin: 40px 0 10px;
    font-size: 2.13rem;
    text-align: center;
    line-height: 1.65;
}

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

.p-top3__list {
    display: -webkit-box;
    display: flex;
    max-width: 993px;
    margin: 63px auto;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

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

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

.p-top3__left {
    font-size: 1.6rem;
    margin-right: 46px;
    min-width: 276.12px;
}

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

.p-top3__item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.p-top3__right {
    margin-top: 20px;
    width: 65%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

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

.p-top3__image {
    width: 47.5%;
}

.p-top4 {
    overflow-x: hidden;
    padding-top: 61px;
    position: relative;
}

.p-top4::after {
    content: "";
    position: absolute;
    top: -61px;
    right: -2px;
    background-image: url(../img/index/wing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 725.58px;
    max-width: 704px;
}

@media only screen and (max-width: 767px) {
    .p-top4::after {
        background-position: center right;
        height: 533.58px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-top4::after {
        height: 401.58px;
        width: 85%;
    }
}

.p-top4 .c-slide__link {
    background-color: white;
    border: 1px solid;
    color: black;
    margin: 72px auto 0;
    box-sizing: border-box;
    transition: 0.4s ease;
}

.p-top4 .c-slide__link:hover {
    color: white;
    background-color: black;
    border: 1px solid;
}

@media only screen and (max-width: 516px) {
    .p-top4 .c-slide__link {
        margin: 55px auto 0;
    }
}

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

.p-top4__list {
    margin-top: 63px;
}

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

.p-top4__item {
    margin: 0 18px;
    letter-spacing: 2px;
}

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

.p-top4__image {
    position: relative;
}

.p-top4__image img:first-child {
    visibility: hidden;
}

.p-top4__image img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-top4__title {
    font-size: 2rem;
    margin-top: 16px;
}

.p-top4__content {
    line-height: 1.25;
    margin-top: 13px;
    font-size: 1.6rem;
}

.p-top4__detail {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.2rem;
    align-items: center;
    margin-top: 12px;
}

.p-top4__category {
    width: 85.72px;
    height: 26.3px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    background-color: #AD752D;
    border-radius: 22px;
    margin-right: 12px;
}

.p-top4__date {
    letter-spacing: 1px;
}

.p-top5 {
    margin-top: 146px;
    background-color: #F9F9F9;
    font-size: 1.6rem;
    padding-top: 66px;
}

@media only screen and (max-width: 767px) {
    .p-top5 {
        margin-top: 110px;
        font-size: 1.4rem;
    }
}

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

.p-top5__info {
    font-size: 2.7rem;
    text-align: center;
}

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

.p-top5__table {
    padding: 0 20px;
    max-width: 997.38px;
    margin: 71px auto 140px;
}

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

.p-top5__line {
    display: -webkit-box;
    display: flex;
    padding: 13px 1px;
    line-height: 1.7;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.p-top5__first {
    width: 129px;
}

.p-top5__last {
    width: 84%;
}

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

.p-top5__map {
    height: 512.29px;
}

.c-slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
}

.c-slide__bg {
    width: 92%;
    background-image: url(../img/index/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 514.67px;
}

@media only screen and (max-width: 1024px) {
    .c-slide__bg {
        height: 465.67px;
    }
}

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

@media only screen and (max-width: 516px) {
    .c-slide__bg {
        background-position: 74%;
    }
}

.c-slide__container {
    display: -webkit-box;
    display: flex;
    width: 81%;
    margin: 14px auto;
    font-size: 1.404rem;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

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

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

.c-slide__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
}

.c-slide__contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: -5px;
}

.c-slide__insta {
    width: 34.6px;
    margin-right: 14px;
}

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

.c-slide__phone {
    width: 33px;
    margin-right: 7px;
}

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

.c-slide__number {
    font-family: 'Yantramanav', sans-serif;
    font-size: 3.196rem;
}

@media only screen and (max-width: 516px) {
    .c-slide__number {
        margin-top: 5px;
        font-size: 2.396rem;
    }
}

.c-slide__time {
    width: 100%;
    font-size: 1.105rem;
    text-align: right;
    margin-top: -6px;
}

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

.c-slide__bottom {
    width: 91.6%;
    position: relative;
    margin-top: 79px;
}

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

.c-slide__scroll {
    top: 33px;
    color: #727171;
    position: absolute;
    left: -75px;
    font-size: 1.2rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
    .c-slide__scroll {
        left: -60px;
    }
}

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

.c-slide__scroll span {
    position: relative;
}

.c-slide__scroll span::after {
    content: "";
    position: absolute;
    right: -79px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) rotate(90deg);
    height: 132.65px;
    width: 1px;
    background-color: #727171;
}

.c-slide__list {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 921.49px;
}

@media only screen and (min-width: 1200px) {
    .c-slide__list {
        margin: 0 auto;
    }
}

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

@media only screen and (max-width: 767px) {
    .c-slide__list {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 367px) {
    .c-slide__list {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

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

.c-slide__title {
    margin-top: -3px;
    font-size: 2.7rem;
    line-height: 1.75;
}

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

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

.c-slide__content {
    font-size: 1.5rem;
    margin-top: 20px;
    max-width: 464px;
    line-height: 1.7;
    margin-right: 27px;
}

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

.c-slide__logo {
    width: 127.13px;
    margin-top: 51px;
}

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

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

@media only screen and (max-width: 367px) {
    .c-slide__logo {
        margin: 51px 0 0 0;
    }
}

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

.c-slide__tower {
    width: 109.44px;
}

.c-slide__letter {
    margin: 12px 0 19px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.7;
}

.c-slide__link {
    border-radius: 70px;
    width: 160.36px;
    height: 47.12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: black;
    color: white;
    font-size: 1.5rem;
    box-sizing: border-box;
    transition: 0.4s ease;
}

.c-slide__link:hover {
    background-color: white;
    color: black;
    border: 1px solid;
    opacity: 1;
}


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

.c-subpage {
    background-color: #DDBB78;
    color: white;
    height: 251.34px;
    padding: 91px 20px 0;
}

@media only screen and (max-width: 516px) {
    .c-subpage {
        height: 206.34px;
        padding: 68px 20px 0;
    }
}

.c-subpage__title {
    max-width: 973px;
    margin: 0 auto;
}

.c-subpage__title h2 {
    font-size: 2.707rem;
    margin-bottom: -5px;
}

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

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

.c-subpage__title span {
    font-size: 1.8rem;
}

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

.p-news__main {
    max-width: 1080px;
    margin: 135px auto;
    padding: 0 20px;
}

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

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

.p-news__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: calc( var(--px1) * -1);
}

.p-news__item {
    width: calc(100% / 3 - var(--px1));
    margin-left: var(--px1);
    margin-bottom: 50px;
}

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

@media only screen and (max-width: 516px) {
    .p-news__item {
        margin-bottom: 35px;
    }
    .p-news__item .p-top4__title {
        font-size: 1.8rem;
    }
    .p-news__item .p-top4__content {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 375px) {
    .p-news__item .p-top4__detail {
        flex-wrap: wrap;
    }
    .p-news__item .p-top4__detail .p-top4__date {
        width: 100%;
        margin-top: 10px;
    }
}

:root {
    --px1: 40px;
}

@media only screen and (max-width: 1024px) {
     :root {
        --px1: 20px;
    }
}

.p-news__detail {
    max-width: 860px;
    margin: 104px auto;
    padding: 0 20px;
}

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

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

.p-news__title {
    padding-bottom: 5px;
    border-bottom: 1px solid;
    font-size: 2rem;
    letter-spacing: 2px;
}

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

.p-news__content {
    letter-spacing: 1px;
    margin-top: 19px;
    font-size: 1.6rem;
    line-height: 1.65;
}

.p-news__content img {
    height: auto;
    margin: 38px 0;
}

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

.p-privacy__main {
    padding: 0 20px;
    max-width: 1009px;
    margin: 123px auto 195px;
}

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

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

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

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

.p-privacy__content {
    font-size: 1.5rem;
    margin: 5px 0 27px;
    line-height: 1.7;
}

.p-pirvacy__link {
    display: inline-block;
    font-size: 1.8rem;
    background-color: #004183;
    padding: 20px 50px;
    color: white;
    border-radius: 34px;
    margin-top: 68px;
}

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

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


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


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

.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
    color: #393433;
    text-decoration: none;
    border: 1px solid #393433;
    padding: 8px 16px;
    margin: 4px;
    font-size: 2rem;
}

@media only screen and (max-width: 767px) {
    .p-delivery__pagination .wp-pagenavi a,
    .p-delivery__pagination .wp-pagenavi span {
        padding: 6px 14px;
        font-size: 1.8rem;
    }
}

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

.pages {
    display: none;
}

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

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

.nextpostslink {
    display: none;
}

.previouspostslink {
    display: none;
}

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

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

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

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

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

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

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

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

.form-meta1 {
    max-width: 827px;
    margin: 79px auto 263px;
    padding-left: 8px;
}

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

.form-item1 {
    width: 306px;
}

.form-item2 {
    width: 71%;
}

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

::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 {
    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: 25px;
}

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

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

.form-red {
    height: 16px;
    font-size: 1rem;
    color: white;
    background-color: #988575;
    padding: 0px 14px;
    border-radius: 3px;
    margin-right: 23px;
}

.form-info {
    letter-spacing: 1px;
    font-size: 1.6rem;
}

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

.form-meta1 .form-list:nth-child(2) {
    margin-top: 38px;
    margin-bottom: 42px;
}

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

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

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

.form-message2 {
    width: 100%;
    padding: 20px;
    height: 232.5px;
    box-sizing: border-box;
}

.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: flex-start;
}

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

.mw_wp_form_confirm .form-meta1 .form-list:nth-child(2) {
    margin-top: 0;
    margin-bottom: 25px;
}

@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 140px;
        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 130px;
    }
    .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-meta1 .form-item:first-child {
        width: 100%;
    }
    .form-item4 {
        width: 100%;
    }
    .mw_wp_form_complete {
        max-width: 85vw;
        margin: 150px auto 250px;
    }
    .form-meta1 .form-list:nth-child(2) {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 516px) {
    .form-item4 .mwform-checkbox-field {
        margin-left: 0 !important;
        margin-bottom: 10px;
        width: 100%;
    }
    .form-meta1 .form-list:nth-child(2) {
        margin-bottom: 13px;
    }
    .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 {
    padding: 0 20px;
    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: #4DB5C2;
    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 {
    width: 100%;
    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: 13px;
}

.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) {
    .contact-main2__meta {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .mess .form-item:first-child {
        margin-top: 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;
    }
}

.p-top6__link {
    width: 207.22px;
    height: 50.9px;
    font-size: 1.711rem;
    color: #4DB5C2;
    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;
}

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

@media only screen and (max-width: 767px) {
    .p-top6__link,
    .contact-main2__meta input {
        width: 180.22px;
        font-size: 1.5rem;
    }
}

.p-top6__link:hover {
    background-color: #4DB5C2;
    color: white;
}

.p-top6__link:hover img:nth-child(2) {
    display: none;
}

.p-top6__link:hover img:nth-child(3) {
    display: block;
}

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

.p-top6__link img:nth-child(3) {
    display: none;
}

.p-contact__text {
    max-width: 807px;
    margin: 82px auto;
    font-size: 1.5rem;
    line-height: 1.7;
}

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

.p-top1__small .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
    box-shadow: none;
}

.c-header.subpage {
    transition: opacity 0.5s ease;
}

.c-header.subpage.slim .c-header__logo {
    display: none;
}

.c-header.subpage.slim .c-header__logo.long {
    display: block;
    background-color: white;
    width: 180.41px;
    padding: 20px;
}

.c-header__logo.long {
    transition: opacity 0.5s ease;
}

@media only screen and (max-width: 1024px) {
    .c-header.subpage.slim .c-header__logo.long {
        width: 155.41px;
    }
}

@media only screen and (max-width: 767px) {
    .c-header.subpage.slim .c-header__logo.long {
        width: 140.41px;
    }
}

@media only screen and (max-width: 516px) {
    .c-header.subpage.slim .c-header__logo.long {
        width: 130.41px;
        padding: 15px;
    }
}

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

.wpcf7-form-control-wrap {
    position: unset !important;
}

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

.p-contact__main .wpcf7 form .wpcf7-response-output {
    bottom: -72px;
}