@charset "UTF-8";
/* HOME CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



/* reset */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  border-collapse: collapse;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

fieldset {
  border: 0;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); /* 古いブラウザ用 */
  border: 0;
}



/* base */
html {
	background-color: var(--color-whi);
	font-size: 62.5%;
    width: 100%;
}

body {
    font-family: "Noto Sans JP", 'ヒラギノ角ゴシック', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', Hiragino Sans, 'メイリオ', Meiryo, sans-serif;;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	// overflow-y: scroll;
}

a {
	text-decoration: underline;
	transition: .3s;
}

a:hover {
    text-decoration: none;
}

.sp-only {
    display: none;
}

@media (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}


/* override */

/* font-family: vdl-v7marugothic, sans-serif; */



/* common parts */
.l-section {
    margin-inline: auto;
    max-width: 1140px;
    width: 100%;
}

.icon_arw {
    height: 45px;
    width: 45px;
}

#indexPage .l-heading__secondary {
    background-image: url(/images/img_dots2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 130px auto;
    font-family: vdl-v7marugothic, sans-serif;
    font-size: 5.0rem;
    padding-bottom: 40px;
    text-align: center;
}

.l-heading__tertiary {
    background-color: #EB7633;
    border-radius: 30px 30px 0px 0px;
    color: #FFF;
    font-size: 3.2rem;
    padding: 19px 0;
    text-align: center;
}



/* p-mvGroup */
.p-mvGroup {
    background-image: url(/images/mv_bg.png);
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 55px;
    padding-top: 50px;
}

.p-mvGroup-lower {
    margin-top: 50px;
}

.p-mvGroup-lower .btn_estimate {
    margin-inline: auto;
    max-width: 687px;
}

.p-mvGroup-lower-txt {
    color: #754C24;
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
}

.swiper-mv {
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

.swiper-mv .swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-mv .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.swiper-mv .swiper-img {
    border-radius: 30px;
    overflow: hidden;
}

.swiper-mv .swiper-img img{
    width: 100%;
}

.swiper-mv .swiper-slide-active {
    transform: scale(1);
}

.swiper-mv .swiper-slide-active .swiper-img {
    box-shadow: 20px 20px 20px 0px rgba(114, 70, 0,0.5);
}

/* ボタンの配置調整 */
.swiper-mv .swiper-button {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

.swiper-mv .swiper-button .prev, 
.swiper-mv .swiper-button .next {
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.swiper-mv .swiper-button .prev {
    left: calc(50% - 27.5%);
    transform: rotate(180deg) translateY(100%);
}

.swiper-mv .swiper-button .next {
    right: calc(50% - 27.5%);
    transform: translateY(-100%);
}

.swiper-mv .swiper-button .prev img, 
.swiper-mv .swiper-button .next img {
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .p-mvGroup {
        /* padding-bottom: 55px;
        padding-top: 50px; */
        padding-bottom: 55px;
        padding-top: 0px;
    }

    .swiper-mv .swiper-button {
        transform: translateY(0%);
    }

    .swiper-mv .swiper-button .next {
        right: 30px;
    }

    .swiper-mv .swiper-button .prev {
        left: 30px;
    }

    .p-mvGroup-lower .btn_estimate {
        max-width: 345.5px;
    }

    .p-mvGroup-lower-txt {
        font-size: 1.8rem;
    }

    .swiper-mv {
        padding-bottom: 10px;
    }

    .swiper-mv .swiper-slide {
        transform: scale(.9);
    }

    .swiper-mv .swiper-slide-active .swiper-img {
        box-shadow: 10px 10px 10px 0px rgba(114, 70, 0, 0.5);
    }

    .swiper-mv .swiper-img img {
        height: calc(100vh - 129px);
        object-fit: cover;
        width: 100%;
    }

    .swiper-mv .swiper-button .prev {
        transform: rotate(180deg) translateY(50%);
    }

    .swiper-mv .swiper-button .next {
        transform: translateY(-50%);
    }
}

/* p-campaignBanner */

.p-campaignBanner {
    background-image: url(/images/campaign-banner_bg.png);
    background-size: cover;
    padding: 80px 30px;
}

.p-campaignBanner-img{
    width: 100%;
    display: flex;
    justify-content: center;
}

.p-campaignBanner-img-pc img{
    display: block;
    width: 100%;
}

.p-campaignBanner-img-sp {
    display: none;
}

.p-campaignBanner-btn{
    /* background-color: #FFFBEA;
    padding-bottom: 75px; */
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.p-campaignBanner-btn img{
    width: 686px;
}

@media (max-width: 1180px) {
    .p-campaignBanner{
        padding: 50px 60px 30px;
    }

    .p-campaignBanner-btn{
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .p-campaignBanner{
        padding: 50px 30px 120px;
    }

    .p-campaignBanner-btn img{
      /* max-width: 345.5px; */
      width: 100%;
    }

    .p-campaignBanner-img-pc{
        display: none;
    }

    .p-campaignBanner-img-sp{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        /* max-width: 330px; */
    }
  }

/* p-recommendGroup */
.p-recommendGroup {
    background-color: #FFFBEA;
    /* margin-top: 50px; */
    padding-bottom: 75px;
}

#indexPage .p-recommendGroup-heding {
    margin-inline: auto;
    max-width: 677px;
}

.p-recommendGroup-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 530px);
    gap: 80px;
    justify-content: start;
    padding-top: 75px;
}

.p-campaignBanner .p-recommendGroup-items {
    /* background-color: #FFFBEA; */
    grid-template-columns: repeat(auto-fill, 470px);
    justify-content: center;
    /* margin-top: initial;
    padding-bottom: 50px;
    padding-top: 75px; */
}

.p-recommendGroup-items a{
    text-decoration: none;
}

.p-recommendGroup-items a:hover{
    text-decoration: none;
    opacity: .8;
}

.p-recommendGroup-item {
    box-shadow: 4px 6px 10px -6px rgba(0,0,0,0.6);
    position: relative;
    z-index: 1;
}

.p-recommendGroup-item a {
    text-decoration: none;
}

.p-recommendGroup-item a:hover {
    opacity: .8;
    filter: brightness(130%);
    
}

.p-recommendGroup-item a:hover,.p-recommendGroup-photo img:hover {
    opacity: 1;
}


.p-recommendGroup-title {
    background-color: #FFF;
    color: #000;
    font-size: 3.0rem;
    font-weight: 700;
    padding: 14px 10px;
    text-align: center;
    letter-spacing: -0.03em;
}

.p-recommendGroup-price {
    background-color: #FFF;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px 26px 15px 18px; */
    position: relative;
}

/* .p-recommendGroup-price__circle {
    background-color: #754C24;
    border: 3px solid #FFF;
    border-radius: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    height: 71px;
    line-height: 1.2;
    width: 71px;
} */

.p-recommendGroup-price__text {
    bottom: 0;
    padding: 10px;
    position: absolute;
    right: 0;
}

.p-recommendGroup-price__text .tx01 {
    color: #603813;
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: 10px;

    /* -webkit-text-stroke: 0.5px white; */

    text-shadow:
    1px 1px 0 #FFF,
    -1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF;
}

.p-recommendGroup-price__text .tx02 {
    color: #D83901;
    font-family: "Roboto", sans-serif;
    font-size: 7.0rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;

    /* -webkit-text-stroke: 2px white; */

    text-shadow:
    2px 2px 0 #FFF,
    -2px 2px 0 #FFF,
    -2px -2px 0 #FFF,
    2px -2px 0 #FFF;
}

.p-recommendGroup-price__text .tx03 {
    color: #D83901;
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 700;
    margin-left: 10px;
    text-shadow:
    1px 1px 0 #FFF,
    -1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF;
}

.p-recommendGroup-price__text .tx03 i {
    color: #603813;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
}

.p-recommendGroup-crown {
    left: -50px;
    position: absolute;
    top: -50px;
    width: 163px;
}

.p-recommendGroup-crown img:hover{
    opacity: 1;
}

.p-recommendGroup-photo img {
    height: auto;
    width: 100%;
}

@media (max-width: 1180px) {
    .p-recommendGroup-items {
        grid-template-columns: 1fr 1fr;

        /* grid-template-columns: repeat(auto-fill, 100%);
        justify-content: center; */


        padding-left: 40px;
        padding-right: 40px;
    }

    .p-campaignBanner .p-recommendGroup-items {
        /* background-color: #FFFBEA; */
        grid-template-columns: repeat(auto-fill, 100%);
        justify-content: center;
        /* margin-top: initial;
        padding-bottom: 50px;
        padding-top: 75px; */
    }



    .p-recommendGroup-title {
        font-size: 1.8rem;
    }

    /* .p-recommendGroup-price__circle {
        font-size: 1.3rem;
        height: 51px;
        width: 51px;
    } */
    
    .p-recommendGroup-price__text .tx02 {
        /* font-size: 3.0rem; */
    }

    .p-recommendGroup-price__text .tx03 {
        /* font-size: 1.2rem; */
    }

    .p-recommendGroup-price__text .tx03 i {
        /* font-size: 1.1rem; */
    }

    /* .p-recommendGroup-price .icon_arw {
        height: 35px;
        width: 35px;
    } */

    .p-recommendGroup-crown {
        width: 101px;
    }
}

@media (max-width: 767px) {
    .p-recommendGroup {
        padding-bottom: 30px;
        padding-inline: 20px;
    }

    #indexPage .p-recommendGroup-heding {
        margin-inline: auto;
        max-width: 338.5px;
    }

    .p-recommendGroup-items,
    .p-campaignBanner .p-recommendGroup-items {
        padding-inline: 0;
    }

    .p-campaignBanner .p-recommendGroup-items {
        gap: 60px;
        /* padding-bottom: 60px; */
        margin-inline: auto;
        /* max-width: 330px; */

        padding-top: 50px;
    }


    



    .p-recommendGroup-price {
        /* padding: 15px 15px 15px 8px; */
        position: relative;
    }

    .p-recommendGroup-price__text .tx01 {
        /* font-size: 1.6rem; */
    }
    
    .p-recommendGroup-price__text .tx02 {
        font-size: 6rem;
        /* -webkit-text-stroke: 2px white; */
    }

    .p-recommendGroup-price__text .tx03 {
        font-size: 1.8rem;
    }

    .p-recommendGroup-price .icon_arw {
        height: 25px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 25px;
    }

    .p-recommendGroup-crown {
        left: -15px;
        top: -35px;
    }

    .p-campaignBanner-btn {
        margin-top: 30px;
    }
}



/* p-consultationGroup */
.p-recommendGroup + .p-consultationGroup {
    background-image: url(/images/consultation_bg2.png);
    margin-top: 140px;
}


.p-consultationGroup .l-section {
    padding-bottom: 75px;
}

.p-consultationGroup-upper {
    display: flex;
    align-items: center;
    margin-bottom: -20px;
    padding-left: 20px;
    position: relative;
    transform: translateY(-20px);
    z-index: 2;
}

.p-consultationGroup-img {
    margin-bottom: -30px;
    max-width: 264px;
}

#indexPage .p-consultationGroup-heading {
    margin-bottom: 0;
    width: 460px;
}

.p-consultationGroup-photo {
    max-width: 379px;
    position: absolute;
    right: 0;
    top: -268px;
}

.p-consultationGroup-lower {
    position: relative;
}

.p-consultationGroup-body {
    background-color: #FFFBEA;
    box-shadow: 20px 20px 20px 0px rgba(4, 12, 114,0.4);
    border-radius: 30px;
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}

.p-consultationGroup-body ul {
    display: grid;
    grid-auto-flow: column;
    gap: 27px
}

.p-consultationGroup-txt {
    color: #754C24;
    font-size: 2.2rem;
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .p-consultationGroup-body ul li a[href^="tel:"] {
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .p-consultationGroup-img {
        max-width: 132px;
    }

    .p-consultationGroup-body {
        box-shadow: initial;
        padding: 25px;
    }

    .p-consultationGroup-body ul {
        display: block;
    }

    .p-consultationGroup-body ul li:nth-child(n+2) {
        margin-top: 20px;
    }

    .p-consultationGroup-photo {
        max-width: 270px;
        top: -190px;
    }

    .p-consultationGroup-txt {
        font-size: 1.6rem;
    }
}



/* p-reliefGroup */
.p-reliefGroup {
    background-color: #FFFBEA;
    padding-bottom: 130px;
    padding-top: 75px;
}

#indexPage .p-reliefGroup-heading {
    margin-inline: auto;
    max-width: 513px;
}

.p-reliefGroup-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 540px);
    gap: 120px 58px;
    justify-content: start;
    margin-top: 100px;
}

.p-reliefGroup-item {
    background-color: #FFF;
    border-radius: 30px;
    box-shadow: 17px 17px 17px 0px rgba(112, 73, 5,0.4);
    color: #754C24;
}

.p-reliefGroup-crown {
    margin-inline: auto;
    margin-top: -60px;
    max-width: 118px;
}

.p-reliefGroup-title {
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 15px;
    text-align: center;
}

.p-reliefGroup-title i {
    color: #754C24;
    font-size: 2.4rem;
}

.p-reliefGroup-title div {
    font-size: 5.0rem;
}

.p-reliefGroup-text {
    font-size: 2.2rem;
    padding-bottom: 40px;
    padding-top: 15px;
    text-align: center;
}

@media (max-width: 1180px) {
    #indexPage .p-reliefGroup-heading {
        max-width: 256.5px;
    }

    .p-reliefGroup-items {
        display: block;
        padding: 0 20px;
    }

    .p-reliefGroup-item:nth-child(n+2) {
        margin-top: 100px;
    }

    .p-reliefGroup-crown {
        margin-top: 0;
        max-width: 78px;
        transform: translateY(-30px);
    }

    .p-reliefGroup-title {
        padding-bottom: 15px;
        padding-top: 0px;
    }

    .p-reliefGroup-title i {
        font-size: 1.8rem;
    }

    .p-reliefGroup-title div {
        font-size: 3.0rem;
    }

    .p-reliefGroup-text {
        font-size: 1.6rem;
        padding-bottom: 20px;
        padding-top: 10px;
    }
}



/* p-caseGroup */
.p-caseGroup {
    background-image: url(/images/case_bg.png);
    background-size: cover;
    padding-bottom: 90px;
    padding-top: 100px;
}

.p-caseGroup .l-section {
    max-width: initial;
}

#indexPage .p-caseGroup-heading {
    background-image: url(/images/img_dots.svg);
    color: #FFF;
}

#indexPage .p-caseGroup-heading i:nth-child(odd) {
    opacity: .6;
}

.p-caseGroup-items {
    display: flex;
    align-items: center;
    justify-content: center;

}


.p-caseGroup-item {
    background-color: #FFF;
    margin-inline: 19px;
    padding: 16px;
    /* max-width: 510px; */
}

.p-caseGroup-name {
    background-color: rgba(117, 76, 36,.19);
    border-radius: 10px;
    color: #754C24;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 13px;
    text-align: center;
}

.p-caseGroup-name__v2 {
    background-color: rgba(32, 166, 235,.19);
}

.p-caseGroup-name__v3 {
    background-color: rgba(235, 118, 51,.19);
}

.p-caseGroup-photo {
    /* height: auto; */
    height: 400px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.p-caseGroup-photo img {
    height: 100%;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    object-fit: cover;
    width: 100%;
}

.p-caseGroup-photo .cat {
    background-color: #000;
    bottom: 0;
    font-size: 1.2rem;
    position: absolute;
    right: 0;
}

.p-caseGroup-photo .cat a {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.p-caseGroup-info {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.p-caseGroup-thumbnail {
    flex: 1;
    /* height: auto;
    height: 130px; */
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.p-caseGroup-thumbnail::before {
    background-image: url(/images/case_icon_before.png);
    background-size: cover;
    content: "";
    display: block;
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 1;
}

.p-caseGroup-thumbnail img {
    position: relative;
}
.p-caseGroup-list{
    flex: 2;
}

.p-caseGroup-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
    justify-content: start;
}

.p-caseGroup-list ul li {
    border: 1px solid #754C24;
    color: #754C24;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
}

.slick-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.slick-case-prev,
.slick-case-next {
    cursor: pointer;
    height: 40px;
    margin-inline: 10px;
    width: 40px;
}

.slick-case-prev {
    transform: rotate(180deg);
}

@media (max-width: 1180px) {
    .p-caseGroup {
        padding-bottom: 45px;
        padding-top: 50px;
    }

    #indexPage .p-caseGroup-heading {
        font-size: 3.0rem;
        padding-bottom: 20px;
        text-align: center;
    }

    .p-caseGroup-item {
        margin-inline: 9.5px;
    }

    .p-caseGroup-name {
        font-size: 2.2rem;
    }

    .p-caseGroup-list ul li {
        font-size: 1.2rem;
        min-height: 25px;
    }

    .p-caseGroup-thumbnail::before{
        width: 50px;
        height: 14.7px;
    }

    .p-caseGroup-list ul {
        gap: 10px 10px;
    }
    
}

@media (max-width: 767px) {
    .p-caseGroup-name {
        font-size: 1.8rem;
    }
    
    .p-caseGroup-photo {
        height: auto;
    }

    .p-caseGroup-photo img {
        transform: translateY(0%);
        height: 250px;
    }

    .p-caseGroup-thumbnail {
        height: auto;
    }
}



/* p-areaGroup */
.p-areaGroup {
    margin-top: 110px;
}

#indexPage .p-areaGroup-heading {
    color: #603813;
}

#indexPage .p-areaGroup-heading i:nth-child(odd) {
    color: #9D6C41;
}

.p-areaGroup-upper {
    display: grid;
    grid-template-columns: 681px 1fr;
    padding-right: 45px;
}

.p-areaGroup-map {
    margin-left: -75px;
    margin-top: -70px;
    max-width: 681px;
}

.p-areaGroup-txt {
    color: #754C24;
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
    align-self: end;
}

.p-areaGroup-img {
    margin-top: 55px;
    max-width: 446px;
}

.p-areaGroup-body {
    background-image: url(/images/area_bg.png);
    background-size: cover;
    margin-top: 0;
    padding-bottom: 90px;
    padding-top: 100px;
}

.p-areaGroup-button {
    margin-inline: auto;
    max-width: 687px;
}

@media (max-width: 1180px) {
    .p-areaGroup {
        margin-top: 60px;
    }

    #indexPage .p-areaGroup-heading {
        font-size: 3.0rem;
        padding-bottom: 20px;
    }

    .p-areaGroup-upper {
        display: block;
        padding-right: 0;
    }

    .p-areaGroup-map {
        margin-left: initial;
        margin-top: initial;
        max-width: auto;
        padding: 0 20px;
    }

    .p-areaGroup-txt {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .p-areaGroup-img {
        margin-inline: auto;
        max-width: 346px;
    }

    .p-areaGroup-body {
        margin-top: 0px;
        padding-bottom: 45px;
        padding-top: 50px;
    }

    .p-areaGroup-button {
        max-width: 343.5px;
    }
}



/* p-caseStudy */
.p-caseStudy {
    background-image: url(/images/consultation_bg.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 1165px;
    margin-top: 110px;
}

.p-caseStudy .l-section {
    max-width: 1240px;
}

#indexPage .p-caseStudy-heading i:nth-child(even) {
    color: #603813;
}

#indexPage .p-caseStudy-heading i:nth-child(odd) {
    color: #9D6C41;
}

.p-caseStudy-tertiary{
    padding: 20px;
}

.p-caseStudy-img-sp{
    display: none;
}
.p-caseStudy-img-pc{
    display: block;
    width: 100%;
}

.l-heading__tertiary{
    margin-top: 40px;
}

.l-heading__tertiary:first-of-type{
    margin-top: 54px;
}

.p-caseStudy-content {
    background-color: #FFFBEA;
    padding: 65px 50px 70px;
    border-radius: 0 0 30px 30px;
}
.p-caseStudy-img-before{
    flex: 1;
    width: 100%;
}

.p-caseStudy-img-after{
    flex: 2;
    height: 100%;
    align-self: stretch;
    position: relative;
    z-index: 0;
}

.p-caseStudy-img-after::after{
    content: "After";
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    background: #EB7633;
    line-height: 1.4;
}

.p-caseStudy-img{
    display: flex;
    align-items: stretch;
    padding: 20px;
    background: #fff;
    gap: 20px;
}

.p-caseStudy-block{
    display: flex;
    margin-top: 40px;
    gap: 20px;
    align-items: stretch;
}

.p-caseStudy-img-before-img{
    margin-top: 20px;
    width: 100%;
    position: relative;
    z-index: 0;
}

.p-caseStudy-img-before-img::after{
    content: "Before";
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    background: #231815;
    line-height: 1.4;
}

.p-caseStudy-img-before-img:first-of-type{
    margin-top: 0;
}


.p-caseStudy-img-after img{
    width: 100%;
    position: relative;
}



.p-caseStudy-block-before{
    width: 100%;
    background: #fff;
}

.p-caseStudy-block-before-tertiary{
    background: #231815;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.p-caseStudy-block-before-text{
    font-size: 1.8rem;
    line-height: 1.3;
    color: #603813;
    padding: 20px;
    font-weight: 500;
}

.p-caseStudy-block-content{
    width: 100%;
    background: #fff;
}

.p-caseStudy-block-content-tertiary{
    background: #EB7633;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.p-caseStudy-block-content-list{
    font-size: 1.8rem;
    line-height: 1.3;
    color: #603813;
    padding: 20px;
    font-weight: 500;
}
.p-caseStudy-block-content-item{
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
}
.p-caseStudy-block-content-item:first-of-type{
    margin-top: 0;
}
.p-caseStudy-block-content-item::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #EB7633;
    position: absolute;
    top: .4em;
    left: 0;
}

.p-caseStudy-block-before .p-caseStudy-block-before-text{
    margin-bottom: 0 !important;
}


@media (max-width: 1180px) {
    .p-caseStudy {
        margin-top: 60px;
        padding: 0 20px;
    }

    #indexPage .p-caseStudy-heading {
        font-size: 3.0rem;
        padding-bottom: 20px;
    }

    .p-caseStudy-tertiary{
        font-size: 2.4rem;
        line-height: 1.16;
    }

    .p-caseStudy-content {
        padding: 35px 25px;
    }
    .p-caseStudy-img-sp{
    display: block;
    width: 100%;
    }
    .p-caseStudy-img-pc{
        display: none;
    }

    .p-caseStudy-img{
        display: block;
    }

    .p-caseStudy-img-before-img{
        width: 100%;
        margin-top: 10px;
    }

    .p-caseStudy-img-after{
        margin-top: 10px;
    }

    .p-caseStudy-block{
        display: block;
        margin-top: 30px;
    }

    .p-caseStudy-block-content{
        margin-top: 10px;
    }

    .p-caseStudy-img-before-img::after{
    width: 80px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
    }

    .p-caseStudy-img-after::after{
    width: 80px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
    }
    
    .p-caseStudy-block-content-list{
        font-size: 1.6rem;
    }
    .p-caseStudy-block-before-tertiary{
        font-size: 1.8rem;
    }

    .p-caseStudy-block-content-tertiary{
        font-size: 1.8rem;
    }
}


/* p-exampleGroup */
.p-exampleGroup-text {
    color: #603813;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

.p-exampleGroup-text span {
    padding: 0 85px 0 75px;
    position: relative;
}

.p-exampleGroup-text span::before,
.p-exampleGroup-text span::after {
    background-image: url(/images/example_img01.svg);
    content: "";
    height: 92px;
    position: absolute;
    top: calc(50% - 37px);
    width: 74px;
}

.p-exampleGroup-text span::before {
    background-repeat: no-repeat;
    left: 0px;
}

.p-exampleGroup-text span::after {
    right: 0px;
    transform: rotate(63deg);
    
}

.p-exampleGroup-text i {
    color: #EB7633;
    font-weight: 700;
}

.p-exampleGroup-body {
    background-color: #FFF;
    border: 6px solid #A2D7F3;
    border-radius: 30px;
    margin-top: 115px;
    padding: 75px 40px;
    position: relative;
}

.p-exampleGroup-tab {
    background-color: #A2D7F3;
    border-radius: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    font-weight: 700;
    height: 57px;
    position: absolute;
    left: calc(50% - 85.5px);
    top: -28.5px;
    width: 171px;
}

.p-exampleGroup-items {
    display: grid;
    grid-template-columns: repeat(4, 272px);
    gap: 20px;
    justify-content: start;
    margin-top: 75px;
    transform: translateX(-20px);
}

.p-planGroup .p-consultationGroup {
    background-image: initial;
}

@media (max-width: 1180px) {
    .p-exampleGroup-body {
        margin-top: 60px;
        padding: 40px 20px;
    }

    .p-exampleGroup-tab {
        font-size: 2.0rem;
        height: 47px;
        position: absolute;
        left: calc(50% - 85.5px);
        top: -27.5px;
        width: 171px;
    }

    .p-exampleGroup-text {
        font-size: 2.2rem;
    }

    .p-exampleGroup-text span {
        display: block;
        padding: 0 50px;
    }

    .p-exampleGroup-text span::before, .p-exampleGroup-text span::after {
        height: 72px;
        position: absolute;
        top: calc(50% - 37px);
        width: 74px;
    }

    .p-exampleGroup-text span::after {
        right: -17px;
        top: calc(50% - 27px);
        transform: rotate(63deg);
    }

    .p-exampleGroup-text i {
        display: inline-block;
    }

    .p-exampleGroup-items {
        grid-template-columns: 1fr;
        margin-top: 40px;
        transform: translateX(-10px);
        padding: 0 20px;
    }

    .p-exampleGroup-item {
        text-align: center;
    }

    .p-exampleGroup + .p-consultationGroup {
        margin-top: 150px;
    }
}