html:focus-within {
    scroll-behavior: inherit
}
body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1;
    min-height: auto
}
h1 {
    font-size: 1em
}
ol {
    list-style: none;
    margin: 0;
    padding-left: 0
}
ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}
small {
    font-size: inherit
}
img {
    display: inline;
    height: auto
}
svg {
    height: auto
}
table {
    border-collapse: collapse
}
.l-header {
    background-color: #fff;
    height: 130px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}
.l-header__logo {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.89473684;
    padding-left: 40px
}
.l-header__logo + .l-header__nav {
    margin-top: -55px
}
.l-header__logo a {
    color: #000;
    position: relative;
    text-decoration: none;
    z-index: 1
}
.l-nav {
    position: relative
}
.l-nav__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.l-nav__menu > li {
    font-family: "Noto Serif JP", serif;
    font-size: 16px
}
.l-nav__menu > li a {
    color: #ad7780;
    text-decoration: none;
    transition: .2s
}
.l-nav__extraMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 170px;
    position: fixed;
    right: 50px;
    top: 20px
}
.l-nav__extraMenu > li:last-child {
    margin-left: 0;
    margin-top: 18px;
    width: 100%
}
.l-nav__extraMenu > li + li {
    margin-left: 10px
}
.l-main {
    background-color: #e3f3f0;
    margin-top: 130px
}
.l-main.-home {
    background-color: #e9e5dc
}
.l-footer {
    background-color: #e9e5dc;
    padding-top: 100px
}
.l-footer__row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between
}
.l-footer__extraMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}
.l-footer__extraMenu + .l-footer__menu {
    margin-top: 45px
}
.l-footer__extraMenu > li + li {
    margin-left: 10px
}
.l-footer__menu {
    display: flex;
    flex-wrap: wrap
}
.l-footer__menu > li {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    letter-spacing: .1em
}
.l-footer__menu > li a {
    color: #ad7780;
    text-decoration: none;
    transition: .2s
}
.l-footer__address + .l-footer__link {
    margin-top: 25px
}
.l-footer__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.25
}
.l-footer__name + .l-footer__location {
    margin-top: 20px
}
.l-footer__name a {
    color: #000;
    text-decoration: none
}
.l-footer__location {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8714
}
.l-toTop {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    height: 97px;
    justify-content: center;
    line-height: 1.25;
    padding-left: .03em;
    position: fixed;
    right: 65px;
    text-align: center;
    text-decoration: none;
    width: 97px;
    z-index: 9
}
.l-toTop::before {
    border-bottom: 6px solid #ad7780;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 14px;
    transform: translateX(-50%);
    transition: .2s;
    width: 0
}
.l-toTop span {
    color: #ad7780;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700
}
.c-button {
    align-items: center;
    background-color: #ad7780;
    border: 1px solid #ad7780;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    transition: .2s;
    width: 170px
}
.c-button.-submit {
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    width: 240px
}
.c-contact + .c-contact {
    margin-top: 115px
}
.c-contact__header {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 35px
}
.c-contact__header + .c-contact__panel {
    margin-top: 60px
}
.c-contact__heading {
    color: #ad7780;
    font-size: 20px;
    font-weight: 500
}
.c-contact__lineButton {
    align-items: center;
    background-color: #1db91d;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 80px;
    justify-content: center;
    text-decoration: none;
    width: 340px
}
.c-contact__panel {
    background-color: #e3f3f0;
    padding: 50px 30px
}
.c-contact__form + * {
    margin-top: 50px
}
.c-contact__form > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.c-contact__form > div + div {
    margin-top: 40px
}
.c-contact__form > div > dt {
    color: #ad7780;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    padding-top: 17.5px;
    width: 220px
}
.c-contact__form > div > dd {
    width: calc(100% - 220px)
}
.c-contact__form .wpcf7-text {
    border: none;
    height: 50px;
    max-width: 560px;
    width: 100%
}
.c-contact__form .wpcf7-textarea {
    border: none;
    height: 400px;
    max-width: 560px;
    width: 100%
}
.c-contact__required {
    color: #e61d79;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px
}
.c-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px
}
.c-heading {
    color: #ad7780;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em
}
.c-heading span {
    margin-right: 30px;
    position: relative
}
.c-heading span::before {
    background-image: url(../img/object/component/c-heading/slash.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
    height: 19px;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px
}
.c-page {
    overflow: hidden;
    padding-bottom: 200px;
    padding-top: 60px;
    position: relative
}
.c-page::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 620px;
    left: 0;
    position: absolute;
    width: 100%
}
.c-page.-about::before {
    background-image: url(../img/object/component/c-page/bg-about.png)
}
.c-page.-message::before {
    background-image: url(../img/object/component/c-page/bg-message.png)
}
.c-page.-service::before {
    background-image: url(../img/object/component/c-page/bg-service.png)
}
.c-page.-contact::before {
    background-image: url(../img/object/component/c-page/bg-contact.png)
}
.c-page.-post::before {
    background-image: url(../img/object/component/c-page/bg-post.png)
}
.c-page.-voice::before {
    background-image: url(../img/object/component/c-page/bg-voice.png)
}
.c-page.-product::before {
    background-image: url(../img/object/component/c-page/bg-product.png)
}
.c-page__panel {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding-left: 80px;
    padding-right: 80px;
    position: relative
}
.c-page__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px;
    padding-top: 85px;
    position: relative
}
.c-page__date {
    color: #ad7780;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em
}
.c-page__body {
    padding-bottom: 80px
}
.c-page__section + .c-page__section {
    margin-top: 150px
}
.c-page__subHeading {
    border-bottom: 1px solid #ad7780;
    color: #ad7780;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.7142;
    padding-bottom: 30px
}
.c-page__subHeading + * {
    margin-top: 60px
}
.c-page__name {
    margin-top: 20px
}
.c-page__name + * {
    margin-top: 60px
}
* + .c-pager {
    margin-top: 80px
}
.c-pager .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.c-pager .wp-pagenavi a {
    align-items: center;
    border-radius: 50%;
    color: #666;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    width: 36px
}
.c-pager .wp-pagenavi a.first {
    border: 1px solid #ededed
}
.c-pager .wp-pagenavi a.first + .previouspostslink {
    margin-left: 20px
}
.c-pager .wp-pagenavi a.previouspostslink {
    border: 1px solid #ededed
}
.c-pager .wp-pagenavi a.nextpostslink {
    border: 1px solid #ededed
}
.c-pager .wp-pagenavi a.nextpostslink + .last {
    margin-left: 20px
}
.c-pager .wp-pagenavi a.last {
    border: 1px solid #ededed
}
.c-pager .wp-pagenavi a + a {
    margin-left: 10px
}
.c-pager .current {
    align-items: center;
    background-color: #e9e5dc;
    border-radius: 50%;
    color: #666;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 36px;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    width: 36px
}
.c-panel {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px;
    position: relative;
    z-index: 1
}
.c-panel.-reverse {
    flex-direction: row-reverse
}
.c-panel__body {
    padding-top: 30px;
    width: 53.1914%
}
.c-panel__heading + .c-panel__subHeading {
    margin-top: 30px
}
.c-panel__subHeading {
    color: #ad7780;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.5833
}
.c-panel__subHeading + .c-panel__text {
    margin-top: 45px
}
.c-panel__text + .c-panel__link {
    margin-top: 50px
}
.c-panel__text p {
    font-size: 14px;
    line-height: 1.9286
}
.c-panel__img {
    width: 40.4255%
}
.c-productContent__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px
}
.c-productContent__heading {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.59090909
}
.c-productContent__heading + .c-productContent__text {
    margin-top: 55px
}
.c-productContent__heading + .c-productContent_row {
    margin-top: 55px
}
.c-productContent__heading + .c-productContent__panel {
    margin-top: 36px
}
.c-productContent__text {
    font-size: 15px;
    line-height: 2.4
}
.c-productContent__text b {
    font-weight: 700
}
.c-productContent__text a {
    color: #000;
    text-decoration: underline
}
.c-productContent__text + .c-productContent__text {
    margin-top: 36px
}
.c-productContent__text + .c-productContent__heading {
    margin-top: 80px
}
.c-productContent__text + .c-productContent__panel {
    margin-top: 36px
}
.c-productContent__text + .c-productContent__img {
    margin-top: 55px
}
.c-productContent_row {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between
}
.c-productContent_row + .c-productContent__heading {
    margin-top: 55px
}
.c-productContent_colLeft {
    flex-basis: auto !important;
    width: 58.97435897% !important
}
.c-productContent_colRight {
    flex-basis: auto !important;
    width: 35.8974359% !important
}
.c-productContent__panel {
    background-color: #e3f3f0;
    padding: 24px 30px
}
.c-productContent__panel + .c-productContent__text {
    margin-top: 36px
}
.c-productContent__action {
    margin-top: 100px;
    text-align: center
}
.c-productContent__button {
    align-items: center;
    background-color: #ad7780;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    height: 64px;
    justify-content: center;
    letter-spacing: .1em;
    padding-left: 47px;
    padding-right: 47px;
    text-align: center;
    text-decoration: none
}
.c-productContent__img {
    text-align: center
}
.c-productContent__img + .c-productContent__text {
    margin-top: 55px
}
.c-productContent__img + .c-productContent__heading {
    margin-top: 80px
}
.c-single h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.59090909
}
.c-single h2 + p {
    margin-top: 55px
}
.c-single p {
    font-size: 15px;
    line-height: 2.4
}
.c-single p + h2 {
    margin-top: 80px
}
.c-single p + p {
    margin-top: 36px
}
.c-single .wp-block-image + p {
    margin-top: 80px
}
.c-singleSummary {
    display: flex;
    flex-wrap: wrap
}
.c-singleSummary__date {
    color: #ad7780;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    width: 108px
}
.c-singleSummary__label {
    align-items: center;
    background-color: #e9e5dc;
    display: flex;
    font-size: 12px;
    height: 28px;
    justify-content: center;
    width: 110px
}
.c-singleSummary__label.-white {
    background-color: #fff
}
.c-singleSummary__link {
    font-size: 14px;
    line-height: 1.6786;
    padding-left: 30px;
    padding-top: 2px;
    width: calc(100% - 218px)
}
.c-singleSummary__link a {
    color: #000;
    text-decoration: none;
    transition: .2s
}
.c-service + .c-service {
    margin-top: 80px
}
.c-service .wp-block-columns {
    margin-bottom: 0 !important
}
.c-service + .c-page__subHeading {
    margin-top: 150px
}
.c-service__heading {
    background-color: #e3f3f0;
    color: #ad7780;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 20px
}
.c-service__heading + * {
    margin-top: 30px
}
.c-service__row {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between
}
.c-service__colLeft {
    flex-basis: auto !important;
    width: 33.5106% !important
}
.c-service__colRight {
    flex-basis: auto !important;
    width: 61.7021% !important
}
.c-service__text {
    font-size: 15px;
    line-height: 2.4
}
.c-service__text + .c-service__price {
    margin-top: 40px
}
.c-service__text + .c-service__text {
    margin-top: 36px
}
.c-service__text p {
    font-size: 15px;
    line-height: 2.4
}
.c-service__text p + p {
    margin-top: 36px
}
.c-service__price {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: right
}
.c-snsButton {
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    height: 34px;
    justify-content: center;
    transition: .2s;
    width: 34px
}
.c-voiceSummary__img + .c-voiceSummary__label {
    margin-top: 25px
}
.c-voiceSummary__img + .c-voiceSummary__link {
    margin-top: 25px
}
.c-voiceSummary__img a {
    display: block;
    overflow: hidden;
    padding-top: 72%;
    position: relative
}
.c-voiceSummary__img a.-border {
    border: 1px solid #ddd
}
.c-voiceSummary__img img {
    -o-object-fit: cover;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: .2s;
    vertical-align: bottom;
    width: 100%
}
.c-voiceSummary__label {
    align-items: center;
    background-color: #e9e5dc;
    color: #000;
    display: flex;
    font-size: 12px;
    height: 28px;
    justify-content: center;
    width: 110px
}
.c-voiceSummary__label.-white {
    background-color: #fff
}
.c-voiceSummary__label + .c-voiceSummary__date {
    margin-top: 20px
}
.c-voiceSummary__date {
    color: #ad7780;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    width: 108px
}
.c-voiceSummary__date + .c-voiceSummary__link {
    margin-top: 15px
}
.c-voiceSummary__link {
    font-size: 14px;
    line-height: 1.6786
}
.c-voiceSummary__link + .c-voiceSummary__name {
    margin-top: 10px
}
.c-voiceSummary__link a {
    color: #000;
    text-decoration: none;
    transition: .2s
}
.c-voiceSummary__name {
    font-size: 14px;
    line-height: 1.6786
}
.p-access__map + .p-access__text {
    margin-top: 25px
}
.p-access__map iframe {
    height: 600px;
    width: 100%
}
.p-access__text p {
    font-size: 16px;
    line-height: 2.125
}
.p-access__text p + p {
    margin-top: 20px
}
.p-access__text p a {
    color: #ad7780;
    text-decoration: none;
    transition: .2s
}
.p-company__profile + .p-company__sns {
    margin-top: 70px
}
.p-company__profile > div {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12.5px;
    padding-top: 12.5px
}
.p-company__profile > div > dt {
    color: #ad7780;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.3333;
    padding-left: 30px;
    padding-right: 30px;
    width: 265px
}
.p-company__profile > div > dd {
    font-size: 15px;
    line-height: 2.3333;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 265px)
}
.p-company__sns {
    border: 1px solid #ededed
}
.p-company__sns > div {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 32px;
    padding-top: 32px
}
.p-company__sns > div > dt {
    color: #ad7780;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.3333;
    padding-left: 30px;
    padding-right: 30px;
    width: 265px
}
.p-company__sns > div > dd {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 265px)
}
.p-company__snsMenu {
    display: flex;
    flex-wrap: wrap
}
.p-company__snsMenu li + li {
    margin-left: 10px
}
.p-homeBanner {
    background-color: #e9e5dc;
    padding-bottom: 10px;
    padding-top: 100px;
    text-align: center
}
.p-homeBanner a {
    display: block;
    transition: .2s
}
.p-homeBanner a + a {
    margin-top: 50px
}
.p-homeAbout {
    background-color: #e9e5dc;
    overflow: hidden;
    padding-top: 80px;
    position: relative
}
.p-homeAbout::after {
    background-image: url(../img/object/project/p-home-about/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 416px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1430px
}
.p-homeAbout__panel {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-width: 728px;
    padding: 80px 55px 80px 80px;
    position: relative;
    z-index: 1
}
.p-homeAbout__heading + .p-homeAbout__text {
    margin-top: 25px
}
.p-homeAbout__text {
    font-size: 14px;
    line-height: 1.9285
}
.p-homeAbout__text + .p-homeAbout__link {
    margin-top: 30px
}
.p-homeMessage {
    padding-top: 100px
}
.p-homeMv {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    padding-top: 20px;
    position: relative
}
.p-homeMv__panel {
    background-color: #fff;
    border-radius: 29px;
    display: inline-flex;
    justify-content: center;
    left: 250px;
    padding-bottom: 24px;
    position: absolute;
    top: 75px;
    transform: translateX(-50%);
    width: 400px
}
.p-homeMv__logo {
    text-align: center
}
.p-homeMv__heading {
    color: #ad7780;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    text-align: center
}
.p-homeMv__text {
    color: #ad7780;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 1.625;
    margin-top: 15px;
    text-align: center
}
.p-homeNews {
    background-color: #e3f3f0;
    padding-bottom: 100px;
    padding-top: 100px
}
.p-homeNews__heading + .p-homeNews__archive {
    margin-top: 65px
}
.p-homeNews__archive + .p-homeNews__link {
    margin-top: 50px
}
.p-homeNews__archive li + li {
    margin-top: 25px
}
.p-homeNews__link * {
    margin-left: auto;
    margin-right: auto
}
.p-homeService {
    background-color: #e3f3f0;
    padding-top: 50px;
    position: relative
}
.p-homeService::before {
    background-image: url(../img/object/project/p-home-service/bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 800px;
    content: "";
    height: 800px;
    left: 0;
    position: absolute;
    top: -245px;
    width: 100%
}
.p-homeVoice {
    background-color: #f2fcfa;
    padding-bottom: 110px;
    padding-top: 100px
}
* + .p-homeVoice__swiper {
    margin-top: 60px
}
.p-homeVoice__swiper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    position: relative
}
.p-homeVoice__swiper .swiper-slide {
    width: 250px
}
.p-homeVoice__swiper .swiper-button-next {
    height: 50px;
    margin-top: 0;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px
}
.p-homeVoice__swiper .swiper-button-prev {
    height: 50px;
    left: -70px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px
}
.p-messageProfile {
    background-color: #e3f3f0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px -60px -60px -60px;
    padding: 60px
}
.p-messageProfile__img {
    width: 40.4255%
}
.p-messageProfile__body {
    width: 53.9361%
}
.p-messageProfile__label {
    color: #ad7780;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em
}
.p-messageProfile__label + .p-messageProfile__companyName {
    margin-top: 10px
}
.p-messageProfile__companyName {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875
}
.p-messageProfile__companyName + .p-messageProfile__position {
    margin-top: 30px
}
.p-messageProfile__position {
    font-size: 16px;
    font-weight: 500
}
.p-messageProfile__position + .p-messageProfile__name {
    margin-top: 15px
}
.p-messageProfile__name {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .1em
}
.p-messageProfile__name + .p-messageProfile__text {
    margin-top: 25px
}
.p-messageProfile__text p {
    font-size: 14px;
    line-height: 1.9286
}
.p-messageProfile__text p + p {
    margin-top: 27px
}
.p-singleArchive {
    margin-top: 50px
}
.p-singleArchive > li + li {
    margin-top: 30px
}
.p-voiceArchive {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 808px
}
.p-voiceArchive > li {
    margin-top: 50px;
    width: calc(33.3333333333% - 29px)
}
.p-introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 55px
}
.p-introduction__body {
    width: 48.9361%
}
.p-introduction__text {
    font-size: 15px;
    line-height: 2.4
}
.p-introduction__img {
    width: 46.8085%
}
@media screen and (max-width:1240px) {
    .p-homeVoice__swiper {
        margin-left: 70px;
        margin-right: 70px
    }
    .p-homeVoice__swiper .swiper-button-next {
        right: -60px
    }
    .p-homeVoice__swiper .swiper-button-prev {
        left: -60px
    }
}
@media screen and (max-width:991px) {
    .l-nav__extraMenu {
        display: none
    }
}
@media screen and (max-width:834px) {
    .l-header {
        height: 50px
    }
    .l-header__logo {
        font-size: 10px;
        padding-left: 15px
    }
    .l-header__logo + .l-header__nav {
        margin-top: 0
    }
    .l-header__logo img {
        width: 59px
    }
    .l-nav {
        background-color: #fff;
        display: none;
        padding-bottom: 35px
    }
    .l-nav__menu + .l-nav__extraMenu {
        margin-top: 35px
    }
    .l-nav__menu > li {
        margin-top: 35px;
        text-align: center;
        width: 50%
    }
    .l-nav__extraMenu {
        display: flex;
        justify-content: center;
        max-width: 100%;
        position: static
    }
    .l-nav__extraMenu > li:last-child {
        margin-left: 0
    }
    .l-nav__extraMenu > li:last-child * {
        margin-left: auto;
        margin-right: auto
    }
    .l-nav__extraMenu > li + li {
        margin-left: 14px
    }
    .l-hamburger {
        cursor: pointer;
        height: 50px;
        position: fixed;
        right: 0;
        top: 0;
        width: 66px;
        z-index: 10
    }
    .l-hamburger div {
        height: 10px;
        left: 50%;
        position: absolute;
        top: 11px;
        transform: translateX(-50%);
        width: 30px
    }
    .l-hamburger div.-active::before {
        content: "CLOSE"
    }
    .l-hamburger div::before {
        bottom: -18px;
        color: #ad7780;
        content: "MENU";
        font-size: 12px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%)
    }
    .l-hamburger div span {
        background-color: #ad7780;
        display: inline-block;
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        transition: .4s;
        width: 100%
    }
    .l-hamburger div span:last-child {
        bottom: 0
    }
    .l-hamburger div span.-active:first-child {
        transform: translate(-50%, 4.5px) rotate(-35deg)
    }
    .l-hamburger div span.-active:last-child {
        transform: translate(-50%, -4.5px) rotate(35deg)
    }
    .l-main {
        margin-top: 50px
    }
    .l-footer {
        padding-bottom: 10px
    }
    .l-footer__panel {
        background-color: #fff;
        padding-bottom: 35px;
        padding-top: 75px
    }
    .l-footer__row {
        display: block
    }
    .l-footer__extraMenu {
        justify-content: center
    }
    .l-footer__extraMenu > li:last-child {
        margin-left: auto;
        margin-top: 30px;
        width: 100%
    }
    .l-footer__extraMenu > li:last-child * {
        margin-left: auto;
        margin-right: auto
    }
    .l-footer__extraMenu > li + li {
        margin-left: 14px
    }
    .l-footer__menu {
        border-top: 1px solid #e9e5dc;
        padding-bottom: 40px;
        padding-top: 5px
    }
    .l-footer__menu > li {
        margin-top: 35px;
        text-align: center;
        width: 50%
    }
    .l-footer__address {
        border-top: 1px solid #e9e5dc;
        padding-top: 40px
    }
    .l-footer__name {
        font-size: 14px;
        text-align: center
    }
    .l-footer__location {
        font-size: 12px;
        text-align: center
    }
    .l-toTop {
        right: 50%;
        transform: translateX(50%)
    }
    .c-button.-submit {
        max-width: 240px;
        width: 100%
    }
    .c-contact + .c-contact {
        margin-top: 80px
    }
    .c-contact__header {
        border-bottom: none;
        display: block;
        padding-bottom: 0
    }
    .c-contact__heading {
        font-size: 16px;
        font-weight: 700;
        text-align: center
    }
    .c-contact__heading + .c-contact__lineButton {
        margin-top: 30px
    }
    .c-contact__lineButton {
        font-size: 15px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        max-width: 295px;
        width: 100%
    }
    .c-contact__panel {
        padding: 40px 15px
    }
    .c-contact__form > div {
        display: block
    }
    .c-contact__form > div + div {
        margin-top: 25px
    }
    .c-contact__form > div > dt {
        font-size: 14px;
        text-align: center;
        width: auto
    }
    .c-contact__form > div > dd {
        margin-top: 15px;
        width: auto
    }
    .c-page {
        padding-bottom: 100px;
        padding-top: 40px
    }
    .c-page::before {
        height: 800px
    }
    .c-page__panel {
        padding-left: 20px;
        padding-right: 20px
    }
    .c-page__header {
        padding-bottom: 40px;
        padding-top: 40px
    }
    .c-page__body {
        padding-bottom: 40px
    }
    .c-page__section + .c-page__section {
        margin-top: 100px
    }
    .c-page__subHeading {
        font-size: 20px;
        letter-spacing: 0;
        padding-bottom: 20px
    }
    .c-page__subHeading + * {
        margin-top: 40px
    }
    .c-page__name {
        margin-top: 15px
    }
    .c-page__name + * {
        margin-top: 40px
    }
    * + .c-pager {
        margin-top: 40px
    }
    .c-pager {
        margin-left: -10px;
        margin-right: -10px
    }
    .c-pager .wp-pagenavi a.first + .previouspostslink {
        margin-left: 5px
    }
    .c-pager .wp-pagenavi a.nextpostslink + .last {
        margin-left: 5px
    }
    .c-pager .wp-pagenavi a + a {
        margin-left: 2px
    }
    .c-pager .current {
        margin-left: 2px;
        margin-right: 2px
    }
    .c-panel {
        display: block;
        padding: 40px 20px
    }
    .c-panel__body {
        padding-top: 0;
        width: auto
    }
    .c-panel__body + .c-panel__img {
        margin-top: 20px
    }
    .c-panel__subHeading {
        font-size: 18px;
        line-height: 1.5556
    }
    .c-panel__subHeading + .c-panel__text {
        margin-top: 40px
    }
    .c-panel__text p {
        line-height: 1.8571
    }
    .c-panel__link * {
        margin-left: auto;
        margin-right: auto
    }
    .c-panel__img {
        text-align: center;
        width: auto
    }
    .c-panel__img + .c-panel__link {
        margin-top: 20px
    }
    .c-productContent__heading {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.6667
    }
    .c-productContent__heading + .c-productContent__text {
        margin-top: 35px
    }
    .c-productContent__heading + .c-productContent_row {
        margin-top: 35px
    }
    .c-productContent__heading + .c-productContent__panel {
        margin-top: 23.5px
    }
    .c-productContent__text {
        font-size: 14px;
        line-height: 1.6786
    }
    .c-productContent__text + .c-productContent__text {
        margin-top: 23.5px
    }
    .c-productContent__text + .c-productContent__heading {
        margin-top: 30px
    }
    .c-productContent__text + .c-productContent__panel {
        margin-top: 23.5px
    }
    .c-productContent__text + .c-productContent__img {
        margin-top: 35px
    }
    .c-productContent_row {
        display: block
    }
    .c-productContent_row + .c-productContent__heading {
        margin-top: 35px
    }
    .c-productContent_colLeft {
        width: auto !important
    }
    .c-productContent_colLeft + .c-productContent_colRight {
        margin-top: 30px
    }
    .c-productContent_colRight {
        text-align: center;
        width: auto !important
    }
    .c-productContent__panel + .c-productContent__text {
        margin-top: 23.5px
    }
    .c-productContent__action {
        margin-top: 60px
    }
    .c-productContent__button {
        font-size: 15px;
        height: auto;
        line-height: 1.6;
        padding: 15px 20px
    }
    .c-productContent__img + .c-productContent__text {
        margin-top: 35px
    }
    .c-productContent__img + .c-productContent__heading {
        margin-top: 50px
    }
    .c-single h2 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.6667
    }
    .c-single h2 + p {
        margin-top: 35px
    }
    .c-single p {
        font-size: 14px;
        line-height: 1.6786
    }
    .c-single p + h2 {
        margin-top: 30px
    }
    .c-single p + p {
        margin-top: 23.5px
    }
    .c-single .wp-block-image + p {
        margin-top: 30px
    }
    .c-singleSummary {
        justify-content: space-between
    }
    .c-singleSummary__link {
        margin-top: 15px;
        padding-left: 0;
        width: 100%
    }
    .c-service + .c-service {
        margin-top: 40px
    }
    .c-service + .c-page__subHeading {
        margin-top: 100px
    }
    .c-service__heading {
        font-size: 16px;
        padding-bottom: 12px
    }
    .c-service__heading + * {
        margin-top: 20px
    }
    .c-service__row {
        display: block
    }
    .c-service__colLeft {
        text-align: center;
        width: auto !important
    }
    .c-service__colLeft + .c-service__colRight {
        margin-top: 30px
    }
    .c-service__colRight {
        width: auto !important
    }
    .c-service__text {
        font-size: 14px;
        line-height: 1.7143
    }
    .c-service__text + .c-service__price {
        margin-top: 30px
    }
    .c-service__text + .c-service__text {
        margin-top: 24px
    }
    .c-service__text p {
        font-size: 14px;
        line-height: 1.7143
    }
    .c-service__text p + p {
        margin-top: 24px
    }
    .c-service__price {
        font-size: 16px
    }
    .c-snsButton:not(.-sameSize) {
        height: 50px;
        width: 50px
    }
    .c-snsButton img:not(.-sameSize).-twitter {
        width: 28px
    }
    .c-snsButton img:not(.-sameSize).-line {
        width: 29px
    }
    .c-snsButton img:not(.-sameSize).-facebook {
        width: 14px
    }
    .c-snsButton img:not(.-sameSize).-instagram {
        width: 30px
    }
    .p-access__map + .p-access__text {
        margin-top: 20px
    }
    .p-access__map iframe {
        height: 300px
    }
    .p-access__text p {
        font-size: 14px
    }
    .p-company__profile + .p-company__sns {
        margin-top: 15px
    }
    .p-company__profile > div {
        display: block;
        padding-bottom: 0;
        padding-top: 0
    }
    .p-company__profile > div > dt {
        background-color: #e3f3f0;
        font-size: 14px;
        line-height: 1.7143;
        padding: 13px 10px;
        width: auto
    }
    .p-company__profile > div > dd {
        font-size: 14px;
        line-height: 1.7143;
        padding: 13px 10px;
        width: auto
    }
    .p-company__sns {
        border-width: 2px
    }
    .p-company__sns > div {
        display: block;
        padding-bottom: 15px;
        padding-top: 15px
    }
    .p-company__sns > div > dt {
        font-size: 14px;
        line-height: 1;
        text-align: center;
        width: auto
    }
    .p-company__sns > div > dd {
        margin-top: 20px;
        width: auto
    }
    .p-company__snsMenu {
        justify-content: center
    }
    .p-homeBanner {
        padding-bottom: 0;
        padding-top: 60px
    }
    .p-homeBanner a + a {
        margin-top: 30px
    }
    .p-homeAbout {
        padding-top: 60px
    }
    .p-homeAbout::after {
        background-image: url(../img/object/project/p-home-about/bg-down-md.jpg);
        height: 420px;
        width: 100%
    }
    .p-homeAbout__panel {
        padding: 40px 20px
    }
    .p-homeAbout__heading + .p-homeAbout__text {
        margin-top: 30px
    }
    .p-homeAbout__text {
        line-height: 1.7143
    }
    .p-homeAbout__text + .p-homeAbout__link {
        margin-top: 20px
    }
    .p-homeAbout__link * {
        margin-left: auto;
        margin-right: auto
    }
    .p-homeMessage {
        padding-top: 60px
    }
    .p-homeMv__img img {
        width: 100%
    }
    .p-homeMv__panel {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -130px;
        padding: 10px 20px 30px 20px;
        position: static;
        transform: translateX(0);
        width: auto;
        z-index: 1
    }
    .p-homeMv__logo img {
        width: 104px
    }
    .p-homeMv__heading {
        font-size: 20px
    }
    .p-homeMv__text {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px
    }
    .p-homeNews {
        padding-top: 60px
    }
    .p-homeNews__heading + .p-homeNews__archive {
        margin-top: 30px
    }
    .p-homeNews__archive + .p-homeNews__link {
        margin-top: 30px
    }
    .p-homeNews__archive li + li {
        margin-top: 30px
    }
    .p-homeService {
        padding-top: 20px
    }
    .p-homeVoice {
        padding-bottom: 60px;
        padding-top: 60px
    }
    * + .p-homeVoice__swiper {
        margin-top: 30px
    }
    .p-homeVoice__swiper {
        margin-left: 15px;
        margin-right: 15px
    }
    .p-homeVoice__swiper .swiper-button-next {
        height: 40px;
        right: 0;
        width: 40px
    }
    .p-homeVoice__swiper .swiper-button-prev {
        height: 40px;
        left: 0;
        width: 40px
    }
    .p-messageProfile {
        display: block;
        margin: 80px 0 0 0;
        padding: 30px 20px 0 20px
    }
    .p-messageProfile__img {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 40px;
        width: auto
    }
    .p-messageProfile__body {
        width: auto
    }
    .p-messageProfile__companyName + .p-messageProfile__position {
        margin-top: 20px
    }
    .p-messageProfile__name + .p-messageProfile__text {
        margin-top: 35px
    }
    .p-messageProfile__text p {
        font-size: 13px;
        line-height: 1.9231
    }
    .p-messageProfile__text p + p {
        margin-top: 25px
    }
    .p-singleArchive {
        margin-top: 40px
    }
    .p-voiceArchive {
        justify-content: space-between;
        margin-top: 5px
    }
    .p-voiceArchive > li {
        margin-top: 35px;
        width: calc(50% - 7px)
    }
    .p-introduction {
        display: block;
        margin-top: 35px
    }
    .p-introduction__body {
        width: auto
    }
    .p-introduction__text {
        font-size: 14px;
        line-height: 1.6786
    }
    .p-introduction__img {
        margin-top: 40px;
        width: auto
    }
    .u-d-n-down-md {
        display: none !important
    }
}
@media screen and (min-width:835px) {
    .l-nav {
        display: block !important
    }
    .l-nav__menu > li + li {
        margin-left: 40px
    }
    .l-footer__inner {
        background-color: #fff;
        padding-bottom: 60px;
        padding-top: 90px
    }
    .l-footer__menu > li + li {
        margin-left: 30px
    }
    .p-company__profile > div:nth-child(odd) {
        background-color: #e3f3f0
    }
    .p-homeAbout::before {
        background-color: #f2fcfa;
        content: "";
        height: 120px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .p-voiceArchive > li:nth-child(3n+2) {
        margin-left: 29px;
        margin-right: 29px
    }
    .u-d-n-up-md {
        display: none !important
    }
}
@media (hover:hover) {
    .l-nav__menu > li a:hover {
        color: #000
    }
    .l-footer__menu > li a:hover {
        color: #000
    }
    .l-footer__name a:hover {
        color: #ad7780
    }
    .l-toTop:hover {
        box-shadow: 0 0 10px rgba(173, 119, 128, .8)
    }
    .c-button:hover {
        background-color: #fff;
        color: #ad7780
    }
    .c-pager .wp-pagenavi a:hover {
        background-color: #e3f3f0
    }
    .c-productContent__text a:hover {
        text-decoration: none
    }
    .c-singleSummary__link a:hover {
        color: #ad7780
    }
    .c-snsButton:hover {
        background-color: #f2fcfa
    }
    .c-voiceSummary__img a:hover img {
        transform: scale(1.04, 1.04)
    }
    .c-voiceSummary__link a:hover {
        color: #ad7780
    }
    .p-access__text p a:hover {
        color: #000
    }
    .p-homeBanner a:hover {
        opacity: .8
    }
}
/*# sourceMappingURL=style.min.css.map */