html:focus-within {
    scroll-behavior: inherit
}
body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1;
    min-height: auto;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}
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: 100px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}
.l-header__logo {
    padding-left: 20px;
    padding-top: 20px
}
.l-header__logo a {
    position: relative;
    z-index: 1
}
.l-header__nav {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%
}
.l-nav {
    position: relative
}
.l-nav__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}
.l-nav__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 30px
}
.l-nav__menu > li {
    font-size: 14px
}
.l-nav__menu > li a {
    color: #573616;
    text-decoration: none;
    transition: .2s
}
.l-nav__extraMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 220px
}
.l-nav__extraMenu > li:last-child {
    margin-left: 0;
    width: 100%
}
.l-nav__extraMenu > li + li {
    margin-left: 10px
}
.l-nav__button {
    align-items: center;
    background-color: #bc7c98;
    border: 1px solid #bc7c98;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 100px;
    justify-content: center;
    letter-spacing: .1em;
    text-decoration: none;
    transition: .2s;
    width: 220px
}
.l-main {
    background-color: #edd8e2;
    margin-top: 100px;
    padding-bottom: 100px
}
.l-main.-home {
    background: linear-gradient(120deg, rgba(230, 194, 213, .5) 0, rgba(198, 160, 177, .5) 100%);
    padding-bottom: 150px
}
.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: 50px
}
.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: #573616;
    text-decoration: none;
    transition: .2s
}
.l-footer__address {
    padding-top: 20px
}
.l-footer__address + .l-footer__link {
    margin-top: 25px
}
.l-footer__name {
    color: #573616;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .1em
}
.l-footer__name + .l-footer__location {
    margin-top: 25px
}
.l-footer__name a {
    color: #573616;
    text-decoration: none
}
.l-footer__location {
    color: #573616;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}
.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 #dbb2c5;
    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: #dbb2c5;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3em;
    text-indent: .3em
}
.c-button {
    align-items: center;
    background-color: #bc7c98;
    border: 1px solid #bc7c98;
    border-radius: 2px;
    color: #fff;
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    text-decoration: none;
    transition: .2s;
    width: 310px
}
.c-button.-submit {
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    width: 240px
}
.c-contact + .c-contact {
    margin-top: 50px
}
.c-contact__header {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 55px
}
.c-contact__header.-faq {
    align-items: flex-start
}
.c-contact__header.-contact {
    border-bottom: none;
    padding-bottom: 0
}
.c-contact__header + .c-contact__panel {
    margin-top: 35px
}
.c-contact__heading {
    color: #bc7c98;
    font-family: "Noto Serif JP", serif;
    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: #f9f9f9;
    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: #bc7c98;
    font-family: "Noto Serif JP", serif;
    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: #bc7c98;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px
}
.c-contact__faq > div + div {
    margin-top: 50px
}
.c-contact__faq > div dt {
    color: #573616;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    padding-left: 65px;
    position: relative
}
.c-contact__faq > div dt > span {
    align-items: center;
    background-color: #bc7c98;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 44px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -10px;
    width: 44px
}
.c-contact__faq > div dd {
    color: #573616;
    font-size: 14px;
    margin-top: 25px;
    padding-left: 65px
}
.c-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px
}
.c-flow__header {
    align-items: center;
    background-color: #dbb2c5;
    display: flex;
    height: 110px;
    justify-content: center
}
.c-flow__header.-type2 {
    background-color: #573616
}
.c-flow__heading {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    letter-spacing: .1em;
    text-align: center
}
.c-flow__text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5333;
    margin-top: 10px;
    text-align: center
}
.c-flow__body {
    background-color: #fcf8fa;
    padding-bottom: 50px;
    padding-top: 35px
}
.c-flow__body.-type2 {
    background-color: #f7f6f4
}
.c-flow__flow > li + li {
    border-top: 1px solid #ddd;
    margin-top: 45px;
    padding-top: 45px;
    position: relative
}
.c-flow__flow > li + li::before {
    background-image: url(../img/object/component/c-flow/arrow.svg);
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    content: "";
    height: 42px;
    left: 50%;
    position: absolute;
    top: -20px;
    translate: -50%;
    width: 41px
}
.c-flow__subHeading {
    color: #310f0a;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}
.c-flow__text2 {
    font-size: 14px;
    line-height: 1.6428;
    margin-top: 20px;
    text-align: center
}
.c-heading {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center
}
.c-heading span {
    align-items: center;
    background-color: #bc7c98;
    display: inline-flex;
    height: 35px;
    justify-content: center;
    position: relative;
    width: 160px
}
.c-page {
    overflow: hidden;
    padding-bottom: 200px;
    padding-top: 60px;
    position: relative
}
.c-page::before {
    background-image: url(../img/object/component/c-page/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 620px;
    left: 0;
    position: absolute;
    width: 100%
}
.c-page.-concept::before {
    background-image: url(../img/object/component/c-page/bg-concept.png)
}
.c-page.-works::before {
    background-image: url(../img/object/component/c-page/bg-works.jpg)
}
.c-page.-flow::before {
    background-image: url(../img/object/component/c-page/bg-flow.jpg)
}
.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 {
    padding-bottom: 35px;
    padding-top: 50px;
    position: relative
}
.c-page__date {
    color: #dbb2c5;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-top: -14px;
    text-align: right
}
.c-page__body {
    padding-bottom: 80px
}
.c-page__section + .c-page__section {
    margin-top: 150px
}
.c-page__subHeading {
    border-bottom: 1px solid #573616;
    color: #573616;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.7142;
    padding-bottom: 50px;
    text-align: center
}
.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: #f4f4f4;
    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 {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1
}
.c-panel.-reverse {
    flex-direction: row-reverse
}
.c-panel.-reverse .c-panel__body {
    padding-left: 0;
    padding-right: 80px
}
.c-panel.-reverse .c-panel__img {
    left: 0;
    width: 34.5454%
}
.c-panel + .c-panel {
    margin-top: 10px
}
.c-panel__body {
    padding-bottom: 50px;
    padding-left: 80px;
    padding-top: 50px;
    width: 53.6363%
}
.c-panel__headingEnglish {
    color: #dbb2c5;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em
}
.c-panel__heading {
    color: #573616;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.5833;
    margin-top: 25px
}
.c-panel__heading + .c-panel__text {
    margin-top: 30px
}
.c-panel__text + .c-panel__link {
    margin-top: 25px
}
.c-panel__text p {
    color: #573616;
    font-size: 14px;
    line-height: 1.9286
}
.c-panel__img {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 44.5454%
}
.c-panel__img img {
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}
.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: #dbb2c5;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    width: 108px
}
.c-singleSummary__label {
    align-items: center;
    background-color: #f4f4f4;
    color: #573616;
    display: flex;
    font-size: 12px;
    height: 28px;
    justify-content: center;
    width: 110px
}
.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
}
.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: #573616;
    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: #bc7c98;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1;
    line-height: 2.5;
    padding-left: 30px;
    padding-right: 30px;
    width: 265px
}
.p-company__profile > div > dd {
    font-size: 14px;
    line-height: 2.5;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 265px)
}
.p-concept__section {
    position: relative
}
.p-concept__section + .p-concept__section {
    margin-top: 80px
}
.p-concept__heading {
    color: #573616;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em
}
.p-concept__heading + .p-concept__columns {
    margin-top: 40px
}
.p-concept__heading + .p-concept__text {
    margin-top: 40px
}
h3.p-concept__heading {
    column-gap: 24px;
    align-items: center;
    display: flex;
}
.p-concept__heading span {
    flex-direction:column;
    align-items: center;
    background-color: #bc7c98;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 100px;
    justify-content: center;
    text-align: center;
    width: 100px;
    font-size: 20px;
      
      
}
.p-concept__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.p-concept__column:first-child {
    padding-bottom: 88px;
    width: 48.9361%
}
.p-concept__column:nth-child(2) {
    width: 46.8085%
}
.p-concept__text {
    font-size: 15px;
    line-height: 2.4
}
.p-concept__text + .p-concept__text {
    margin-top: 2.4em
}
.p-concept__img {
    text-align: center
}
.p-concept__buttonList {
    bottom: 10px;
    left: 0;
    position: absolute
}
.p-concept__button {
    align-items: center;
    background-color: #bc7c98;
    border: 1px solid #bc7c98;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    transition: .2s;
    width: 232px
}
.p-flow {
    border: 1px solid #310f0a;
    display: flex;
    flex-wrap: wrap
}
.p-flow__flow {
    padding: 40px;
    width: 50%
}
.p-flow__flow + .p-flow__flow {
    border-left: 1px solid #310f0a
}
.p-homeAbout {
    overflow: hidden;
    padding-top: 100px;
    position: relative
}
.p-homeAbout::before {
    background-color: #fff;
    content: "";
    height: 140px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.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;
    border-radius: 0 50px 50px 0;
    content: "";
    height: 375px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 100px)
}
.p-homeAbout__panel {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-width: 728px;
    padding: 50px 80px;
    position: relative;
    z-index: 1
}
.p-homeAbout__headingEnglish {
    color: #dbb2c5;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em
}
.p-homeAbout__heading {
    color: #573616;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .1em;
    margin-top: 30px
}
.p-homeAbout__heading + .p-homeAbout__text {
    margin-top: 30px
}
.p-homeAbout__text {
    color: #573616;
    font-size: 14px;
    line-height: 1.8571
}
.p-homeAbout__text + .p-homeAbout__link {
    margin-top: 30px
}
.p-homeMenu {
    padding-bottom: 70px;
    padding-top: 100px
}
.p-homeMv {
    position: relative
}
.p-homeMv__img {
    padding-left: 100px
}
.p-homeMv__img img {
    border-radius: 50px 0 0 50px;
    width: 100%
}
.p-homeMv__panel {
    align-items: center;
    display: inline-flex;
    height: 445px;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 18vw;
    translate: -50%;
    width: 467px
}
.p-homeMv__logo {
    text-align: center
}
.p-homeMv__text {
    color: #260c06;
    font-size: 22px;
    line-height: 1.909;
    margin-top: 30px
}
.p-homeNews {
    background-image: url(../img/object/project/p-home-news/bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 100px;
    padding-top: 75px;
    position: relative
}
.p-homeNews::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    width: 100%
}
.p-homeNews__headingEnglish {
    color: #dbb2c5;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em
}
.p-homeNews__headingEnglish + .p-homeNews__archive {
    margin-top: 65px
}
.p-homeNews__archive + .p-homeNews__link {
    margin-top: 30px
}
.p-homeNews__archive li + li {
    margin-top: 25px
}
.p-homeNews__link * {
    margin-left: auto;
    margin-right: auto
}
.p-singleArchive {
    margin-top: 50px
}
.p-singleArchive > li + li {
    margin-top: 30px
}
.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%
}
.p-schedule {
    border: 1px solid #310f0a;
    margin-top: 80px;
    padding: 9px
}
.p-schedule__inner {
    border: 1px solid #310f0a;
    padding: 70px 40px
}
.p-schedule__columns {
    -moz-column-gap: 110px;
    column-gap: 110px;
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    max-width: 760px
}
.p-schedule__column:first-child {
    width: 120px
}
.p-schedule__column:nth-child(2) {
    flex: 1
}
.p-schedule__img {
    text-align: center
}
.p-schedule__headingEnglish {
    color: #573616;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 35px;
    text-align: center
}
.p-schedule__heading {
    color: #573616;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-top: 20px;
    text-align: center
}
.p-schedule__schedule {
    position: relative
}
.p-schedule__schedule::before {
    background-color: #dbb2c5;
    content: "";
    height: 100%;
    left: 37px;
    position: absolute;
    top: 0;
    width: 2px
}
.p-schedule__schedule > div {
    -moz-column-gap: 45px;
    column-gap: 45px;
    display: flex;
    flex-wrap: wrap;
    position: relative
}
.p-schedule__schedule > div:last-child::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 100%;
    left: 37px;
    position: absolute;
    width: 2px
}
.p-schedule__schedule > div + div {
    margin-top: 35px
}
.p-schedule__schedule > div > dt {
    align-items: center;
    background-color: #dbb2c5;
    color: #fff;
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    position: relative;
    width: 76px;
    z-index: 1
}
.p-schedule__schedule > div > dd {
    flex: 1
}
.p-schedule__subHeading {
    color: #573616;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}
.p-schedule__text {
    color: #573616;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px
}
.p-works__flow {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px
}
.p-works__flow > li {
    width: calc(25% - 11.25px)
}
.p-works__img {
    text-align: center
}
.p-works__caption {
    color: #573616;
    font-size: 14px;
    line-height: 1.6428;
    margin-top: 15px;
    text-align: center
}
@media screen and (max-width:991px) {
    .l-nav__extraMenu {
        display: none
    }
}
@media screen and (max-width:834px) {
    body {
        background-color: #edd8e2
    }
    body.-home {
        background: linear-gradient(120deg, rgba(230, 194, 213, .5) 0, rgba(198, 160, 177, .5) 100%)
    }
    .l-header {
        height: 50px
    }
    .l-header__logo {
        left: 10px;
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        top: 50%;
        translate: 0 -50%
    }
    .l-header__logo img {
        width: 102px
    }
    .l-header__nav {
        top: 50px;
        translate: 0;
        width: 100%
    }
    .l-nav {
        background-color: #fff;
        display: none;
        padding-bottom: 35px
    }
    .l-nav__inner {
        display: block
    }
    .l-nav__menu {
        justify-content: flex-start
    }
    .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-nav__button {
        height: 34px;
        width: 170px
    }
    .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: #dbb2c5;
        content: "MENU";
        font-family: "Noto Serif JP", serif;
        font-size: 12px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%)
    }
    .l-hamburger div span {
        background-color: #dbb2c5;
        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;
        padding-bottom: 100px
    }
    .l-main.-home {
        background: 0 0;
        padding-bottom: 100px
    }
    .l-footer {
        padding-bottom: 30px
    }
    .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 + .l-footer__menu {
        margin-top: 50px
    }
    .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 {
        padding-bottom: 40px
    }
    .l-footer__menu > li {
        margin-top: 20px;
        text-align: center;
        width: 50%
    }
    .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 {
        height: 34px;
        width: 170px
    }
    .c-button.-submit {
        max-width: 240px;
        width: 100%
    }
    .c-contact + .c-contact {
        margin-top: 40px
    }
    .c-contact__header {
        border-bottom: none;
        display: block;
        padding-bottom: 0
    }
    .c-contact__heading {
        font-size: 18px;
        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;
        width: auto
    }
    .c-contact__form > div > dd {
        margin-top: 15px;
        width: auto
    }
    .c-contact__form .wpcf7-textarea {
        height: 200px
    }
    .c-contact__faq {
        margin-top: 35px
    }
    .c-contact__faq > div + div {
        margin-top: 40px
    }
    .c-contact__faq > div dt {
        font-size: 16px;
        padding-left: 55px
    }
    .c-contact__faq > div dt > span {
        font-size: 12px;
        height: 40px;
        top: -12px;
        width: 40px
    }
    .c-contact__faq > div dd {
        font-size: 14px;
        line-height: 1.8571;
        margin-top: 10px;
        padding-left: 55px
    }
    .c-flow__flow > li + li {
        margin-top: 40px;
        padding-top: 40px
    }
    .c-flow__text2 {
        margin-top: 15px
    }
    .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: 30px;
        padding-top: 30px
    }
    .c-page__date {
        margin-top: 20px;
        text-align: center
    }
    .c-page__body {
        padding-bottom: 40px
    }
    .c-page__section + .c-page__section {
        margin-top: 50px
    }
    .c-page__subHeading {
        font-size: 20px;
        letter-spacing: 0;
        padding-bottom: 25px
    }
    .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: 20px
    }
    .c-panel.-reverse .c-panel__body {
        padding-right: 0
    }
    .c-panel.-reverse .c-panel__img {
        width: auto
    }
    .c-panel__body {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: auto
    }
    .c-panel__body + .c-panel__img {
        margin-top: 20px
    }
    .c-panel__heading {
        font-size: 18px;
        line-height: 1.5555;
        margin-top: 20px
    }
    .c-panel__heading + .c-panel__text {
        margin-top: 20px
    }
    .c-panel__text p {
        line-height: 1.8571
    }
    .c-panel__link * {
        margin-left: auto;
        margin-right: auto
    }
    .c-panel__img {
        position: static;
        text-align: center;
        width: auto
    }
    .c-panel__img + .c-panel__link {
        margin-top: 20px
    }
    .c-panel__img img {
        position: static
    }
    .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%
    }
    .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: #f9f9f9;
        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-concept__section + .p-concept__section {
        margin-top: 55px
    }
    .p-concept__heading {
        font-size: 18px
    }
    .p-concept__heading + .p-concept__columns {
        margin-top: 30px
    }
    .p-concept__heading + .p-concept__text {
        margin-top: 30px
    }
    .p-concept__columns {
        flex-direction: column;
        row-gap: 30px
    }
    .p-concept__column:first-child {
        padding-bottom: 0;
        width: auto
    }
    .p-concept__column:nth-child(2) {
        width: auto
    }
    .p-concept__text {
        font-size: 14px;
        line-height: 1.9285
    }
    .p-concept__text + .p-concept__text {
        margin-top: 1.9285em
    }
    .p-concept__buttonList {
        margin-top: 30px;
        position: static
    }
    .p-concept__button {
        margin-inline: auto
    }
    .p-flow {
        border: none;
        flex-direction: column
    }
    .p-flow__flow {
        padding: 0;
        width: auto
    }
    .p-flow__flow + .p-flow__flow {
        border-left: 0;
        margin-top: 30px
    }
    .p-homeAbout {
        padding-bottom: 45px;
        padding-top: 55px
    }
    .p-homeAbout::before {
        height: calc(100% - 105px)
    }
    .p-homeAbout::after {
        background-image: url(../img/object/project/p-home-about/bg-sp.jpg);
        border-radius: 0 25px 25px 0;
        height: 100%;
        width: calc(100% - 40px)
    }
    .p-homeAbout__panel {
        padding: 40px 20px
    }
    .p-homeAbout__heading {
        font-size: 18px;
        margin-top: 40px
    }
    .p-homeAbout__heading + .p-homeAbout__text {
        margin-top: 45px
    }
    .p-homeAbout__text + .p-homeAbout__link {
        margin-top: 35px
    }
    .p-homeAbout__link * {
        margin-left: auto;
        margin-right: auto
    }
    .p-homeMenu {
        padding-bottom: 60px;
        padding-top: 50px
    }
    .p-homeMv__img {
        padding-left: 0
    }
    .p-homeMv__img img {
        border-radius: 0
    }
    .p-homeMv__panel {
        height: 200px;
        top: 50%;
        translate: -50% -50%;
        width: 334px
    }
    .p-homeMv__text {
        font-size: 16px;
        line-height: 2.25;
        margin-top: 25px;
        text-align: center
    }
    .p-homeNews {
        padding-bottom: 60px;
        padding-top: 60px
    }
    .p-homeNews::before {
        height: 90%
    }
    .p-homeNews__headingEnglish + .p-homeNews__archive {
        margin-top: 30px
    }
    .p-homeNews__archive li + li {
        margin-top: 30px
    }
    .p-singleArchive {
        margin-top: 40px
    }
    .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
    }
    .p-schedule {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 50px
    }
    .p-schedule__inner {
        padding: 30px 10px 50px 10px
    }
    .p-schedule__columns {
        -moz-column-gap: 25px;
        column-gap: 25px;
        flex-direction: column
    }
    .p-schedule__column:first-child {
        width: auto
    }
    .p-schedule__column:nth-child(2) {
        margin-top: 30px
    }
    .p-schedule__img img {
        width: 83px
    }
    .p-schedule__headingEnglish {
        font-size: 12px;
        margin-top: 15px
    }
    .p-schedule__heading {
        font-size: 18px;
        margin-top: 10px
    }
    .p-schedule__schedule > div {
        -moz-column-gap: 25px;
        column-gap: 25px
    }
    .p-schedule__schedule > div + div {
        margin-top: 15px
    }
    .p-works__flow {
        flex-direction: column
    }
    .p-works__flow > li {
        margin-inline: auto;
        max-width: 223px;
        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: 65px;
        padding-top: 60px
    }
    .l-footer__menu > li + li {
        margin-left: 36px
    }
    .c-button.-footer {
        font-size: 18px;
        height: 62px;
        letter-spacing: .1em;
        width: 430px
    }
    .p-company__profile > div:nth-child(odd) {
        background-color: #f9f9f9
    }
    .u-d-n-up-md {
        display: none !important
    }
}
@media (any-hover:hover) {
    .p-concept__button:hover {
        background-color: #fff;
        color: #bc7c98
    }
}
@media (hover:hover) {
    .l-nav__menu > li a:hover {
        color: #000
    }
    .l-nav__button:hover {
        background-color: #fff;
        color: #bc7c98
    }
    .l-footer__menu > li a:hover {
        color: #000
    }
    .l-footer__name a:hover {
        color: #bc7c98
    }
    .l-toTop:hover {
        box-shadow: 0 0 10px rgba(219, 178, 197, .8)
    }
    .c-button:hover {
        background-color: #fff;
        color: #bc7c98
    }
    .c-pager .wp-pagenavi a:hover {
        background-color: #e3f3f0
    }
    .c-singleSummary__link a:hover {
        color: #bc7c98
    }
    .p-access__text p a:hover {
        color: #000
    }
}
.c-img-shop{
  padding: 40px 0;
  text-align: center;
}

.c-contact .wpcf7-turnstile {
  margin-bottom: 40px;
  text-align: center;
}

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