@charset "UTF-8";

/* --------------------------------------------------------------------------------

- mainVisual

-------------------------------------------------------------------------------- */

.mainVisual .slick-prev, .mainVisual .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.mainVisual .slick-prev:hover, .mainVisual .slick-prev:focus, .mainVisual .slick-next:hover, .mainVisual .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.mainVisual .slick-prev:hover:before, .mainVisual .slick-next:hover:before {
    opacity: 1;
}

.mainVisual .slick-prev.slick-disabled:before, .mainVisual .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.mainVisual .slick-prev:before, .mainVisual .slick-next:before {
    content: "";
    line-height: 1;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    border-top: 5px solid;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainVisual .slick-prev {
    left: 40px;
}

.mainVisual [dir=rtl] .slick-prev {
    right: 40px;
    left: auto;
}

.mainVisual .slick-prev:before {
    border-left: 5px solid;
    transform: rotate(-45deg);
    left: 7px;
}

.mainVisual [dir=rtl] .slick-prev:before {
    content: "";
}

.mainVisual .slick-next {
    right: 40px;
}

.mainVisual [dir=rtl] .slick-next {
    right: auto;
    left: 40px;
}

.mainVisual .slick-next:before {
    border-right: 5px solid;
    transform: rotate(45deg);
    right: 5px;
}

.mainVisual .slick-prev:before, .mainVisual .slick-next:before {
    border-color: var(--colors-primary);
}

.mainVisual [dir=rtl] .slick-next:before {
    content: "";
}


/* Dots */

.mainVisual .slick-slider {
    margin-bottom: 30px;
}

.mainVisual .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.mainVisual .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.mainVisual .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.mainVisual .slick-dots li button:hover, .mainVisual .slick-dots li button:focus {
    outline: none;
}

.mainVisual .slick-dots li button:hover:before {
    opacity: 1;
}

.mainVisual .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #dad9d2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainVisual .slick-dots li.slick-active button:before {
    background-color: var(--colors-primary);
}

.mainVisual {
    margin-bottom: 0 !important;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots li button:before {
    color: #dad9d2;
    opacity: 1;
    font-size: 13px;
}

.slick-dots li.slick-active button:before {
    color: #145326;
    opacity: 1;
}

.mainVisual .slick-arrow {
    z-index: 10;
}

.mainVisual .slick-arrow:before {
    color: #0028a2;
}

@media screen and (min-width: 768px) {
    .mainVisual {
        position: relative;
        min-width: var(--content-width);
        height: 526px;
        overflow: hidden;
        margin: 0 auto;
    }
    .mainVisual .slick-slide {
        overflow: hidden;
    }
    .mainVisual .kvSlide {
        position: relative;
        padding-top: 526px;
        background: #fff;
    }
    .mainVisual img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1200px;
        max-width: inherit;
        transform: translate(-50%, 0);
    }
    .mainVisual .slick-dots {
        bottom: 16px;
        left: 50%;
        /*width: 1440px;*/
        transform: translate(-50%, 0);
        /*margin-left: -720px;*/
    }
    .mainVisual .slick-dots li {
        margin: 0 4px !important;
    }
    .mainVisual .slick-dots li button:before {
        font-size: 16px !important;
    }
    .mainVisual .slick-arrow {
        width: 32px;
        height: 32px;
    }
    .mainVisual .slick-arrow:before {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .slick-slide {
        height: auto;
    }
    .mainVisual img {
        position: absolute;
        top: 0;
        left: 0;
        /* display: none !important; */
    }
    .mainVisual .kvSlide {
        position: relative;
        padding-top: 43.833333%;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .mainVisual .slick-dots {
        display: none !important;
    }
    .mainVisual .slick-arrow {
        /*display: none !important;*/
    }
    .mainVisual .slick-prev {
        left: 8px;
    }
    .mainVisual .slick-next {
        right: 8px;
    }
    .mainVisual .slick-prev:before, .mainVisual .slick-next:before {
        width: 12px;
        height: 12px;
        margin-right: 2px;
        border-width: 2px;
        top: -4px;
    }
    .mainVisual .slick-prev:before {
        left: 3px;
    }
    .mainVisual .slick-next:before {
        right: 2px;
    }
    .mainVisual .slick-dots li {
        margin: 0 4px;
        width: 12px;
        height: 17px;
    }
    .mainVisual .slick-dots li button {
        margin: 0 auto;
    }
    .mainVisual .slick-dots li button:before {
        font-size: 16px;
        width: 12px;
        background-color: #ccc;
    }
    .mainVisual .slick-dots {
        bottom: 4px;
    }
}


/* --------------------------------------------------------------------------------

- introSection

-------------------------------------------------------------------------------- */

.introSection {
    background-color: var(--colors-bg-green-light);
}

.introSection .introSection_inner {
    width: var(--content-width);
    min-width: var(--content-width);
    margin: 0 auto;
    padding: 80px 16px;
}

@media screen and (max-width: 767px) {
    .introSection .introSection_inner {
        width: auto;
        min-width: inherit;
        margin: 0 auto;
        padding: 32px 16px;
    }
    .contactButtonWrap {
        gap: 8px;
    }
}


/* introButton
--------------------------------------------------------------------------------*/

.introButton {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 80px;
    border: 2px solid;
    border-color: var(--colors-border-gray);
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
    background-image: url(/files/svg/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
}

@media screen and (max-width: 767px) {
    .introButton {
        width: 100%;
        font-size: 14px;
        height: 48px;
    }
}


/* --------------------------------------------------------------------------------

- infoSection

-------------------------------------------------------------------------------- */

.infoSection {
    min-width: var(--content-width);
}

.infoSection .infoSection_inner {
    width: var(--content-width);
    min-width: var(--content-width);
    margin: 0 auto;
    padding: 80px 16px;
}

@media screen and (max-width: 767px) {
    .infoSection {
        min-width: inherit;
    }
    .infoSection .infoSection_inner {
        width: auto;
        min-width: inherit;
        margin: 0 auto;
        padding: 56px 16px;
    }
}


/* --------------------------------------------------------------------------------

- serviceSection

-------------------------------------------------------------------------------- */

.serviceSection {
    background-color: var(--colors-primary);
    min-width: var(--content-width);
}

.serviceSection .serviceSection_inner {
    width: var(--content-width);
    min-width: var(--content-width);
    margin: 0 auto;
    padding: 80px 16px;
}

@media screen and (max-width: 767px) {
    .serviceSection {
        min-width: inherit;
    }
    .serviceSection .serviceSection_inner {
        width: auto;
        min-width: inherit;
        margin: 0 auto;
        padding: 56px 16px;
    }
}


/* serviceItem
--------------------------------------------------------------------------------*/

.serviceItemWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.serviceItem {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    gap: 12px;
    min-height: 124px;
    overflow: hidden;
}

.serviceItem .serviceItem_img {
    width: 124px;
    min-width: 124px;
}

.serviceItem .serviceItem_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}

.serviceItem .serviceItem_content {
    padding: 16px 32px 16px 0;
    background-image: url(/files/svg/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.serviceItem .serviceItem_content .serviceItem_content_title {
    font-weight: 500;
    font-size: 18px;
}

.serviceItem .serviceItem_content .serviceItem_content_dsc {
    font-size: 14px;
    line-height: var(--para-lh-17);
}

@media screen and (max-width: 767px) {
    .serviceItemWrap {
        grid-template-columns: 1fr;
    }
    .serviceItem {
        gap: 12px;
    }
    .serviceItem .serviceItem_img {
        width: 30%;
        min-width: 104px;
        min-height: inherit;
        position: relative;
    }
    .serviceItem .serviceItem_img img {
        position: absolute;
        top: 0;
    }
    .serviceItem .serviceItem_content {
        padding: 16px 24px 16px 0;
        justify-content: center;
    }
    .serviceItem .serviceItem_content .serviceItem_content_title {
        font-size: 16px;
    }
    .serviceItem .serviceItem_content .serviceItem_content_dsc {
        font-size: 12px;
    }
}

@media screen and (max-width: 340px) {
    .serviceItem {
        gap: 8px;
        min-height: 104px;
    }
    .serviceItem .serviceItem_img {
        min-width: 80px;
    }
    .serviceItem .serviceItem_content {
        padding: 12px 24px 12px 0;
    }
    .serviceItem .serviceItem_content .serviceItem_content_title {
        font-size: 14px;
    }
    .serviceItem .serviceItem_content .serviceItem_content_dsc {
        font-size: 11px;
    }
}


/* --------------------------------------------------------------------------------

- omosiroSection

-------------------------------------------------------------------------------- */


/*todo 共通化*/

.omosiroSection {
    background-color: var(--colors-bg-green-light);
    min-width: var(--content-width);
}

.omosiroSection .omosiroSection_inner {
    width: var(--content-width);
    min-width: var(--content-width);
    margin: 0 auto;
    padding: 80px 16px;
}

@media screen and (max-width: 767px) {
    .omosiroSection {
        min-width: inherit;
    }
    .omosiroSection .omosiroSection_inner {
        width: auto;
        min-width: inherit;
        margin: 0 auto;
        padding: 56px 16px;
    }
}


/* --------------------------------------------------------------------------------

- beforeAfterSection

-------------------------------------------------------------------------------- */


/*todo 共通化*/

.beforeAfterSection {
    background-color: var(--colors-bg-green-light);
    min-width: var(--content-width);
}

.beforeAfterSection .beforeAfterSection_inner {
    width: var(--content-width);
    min-width: var(--content-width);
    margin: 0 auto;
    padding: 80px 16px;
}

@media screen and (max-width: 767px) {
    .beforeAfterSection {
        min-width: inherit;
    }
    .beforeAfterSection .beforeAfterSection_inner {
        width: auto;
        min-width: inherit;
        margin: 0 auto;
        padding: 56px 16px;
    }
}


/* beforeAfterItem
-------------------------------------------------------------------------------- */

.beforeAfterItemWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.beforeAfterItemWrap .beforeAfterItem {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid;
    border-color: var(--colors-gray);
}

.beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb {
    position: relative;
    padding-top: var(--pt-img-1);
}

.beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_before {
    left: 0 !important;
}

.beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_after {
    right: 0 !important;
}

.beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_before, .beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}

.beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_before span, .beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_after span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14px;
    background-color: #fff;
    font-weight: 500;
    z-index: 10;
    width: 104px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    padding: 4px 0;
}

.beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_before img, .beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_after img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}

.beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_title {
    padding: 8px;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .beforeAfterItemWrap {
        gap: 16px;
        overflow: auto;
        scroll-snap-type: x;
        margin-right: -16px;
        padding-right: 16px;
    }
    .beforeAfterItemWrap .beforeAfterItem {
        scroll-snap-align: center;
        width: 240px;
    }
    .beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_before span, .beforeAfterItemWrap .beforeAfterItem .beforeAfterItem_thumb .beforeAfterItem_thumb_after span {
        width: 64px;
        font-size: 10px;
        padding: 2px 0;
    }
}


/* --------------------------------------------------------------------------------

- aboutArkSection

-------------------------------------------------------------------------------- */

.aboutArkSection {
    min-width: var(--content-width);
}

.aboutArkSection .aboutArkSection_inner {
    width: var(--content-width);
    min-width: var(--content-width);
    margin: 0 auto;
    padding: 80px 16px;
}

@media screen and (max-width: 767px) {
    .aboutArkSection {
        min-width: inherit;
    }
    .aboutArkSection .aboutArkSection_inner {
        width: auto;
        min-width: inherit;
        margin: 0 auto;
        padding: 56px 16px;
    }
}


/* aboutArkDsc
-------------------------------------------------------------------------------- */

.aboutArkDsc {
    position: relative;
}

.aboutArkDsc .aboutArkDsc_dsc {
    position: relative;
    background-color: #fff;
    z-index: 10;
    padding: 32px;
    border: 4px solid;
    border-color: var(--colors-primary);
    width: 760px;
    border-radius: 4px;
}

.aboutArkDsc .aboutArkDsc_img {
    position: absolute;
    right: 0;
    top: -259px;
    border-radius: 4px;
    width: 588px;
}

@media screen and (max-width: 767px) {
    .aboutArkDsc {
        gap: 24px;
    }
    .aboutArkDsc .aboutArkDsc_dsc {
        padding: 0;
        border: none;
        width: auto;
        margin-top: 24px;
    }
    .aboutArkDsc .aboutArkDsc_img {
        position: static;
        width: auto;
    }
}


/* --------------------------------------------------------------------------------

- accessSection

-------------------------------------------------------------------------------- */

.accessSection {
    min-width: var(--content-width);
}

.accessSection .accessSection_inner {
    width: var(--content-width);
    min-width: var(--content-width);
    margin: 0 auto;
    padding: 80px 16px;
}

@media screen and (max-width: 767px) {
    .accessSection {
        min-width: inherit;
    }
    .accessSection .accessSection_inner {
        width: auto;
        min-width: inherit;
        margin: 0 auto;
        padding: 56px 16px;
    }
}


/* --------------------------------------------------------------------------------

- post

-------------------------------------------------------------------------------- */


/* postMainImg
-------------------------------------------------------------------------------- */

.postMainImg {
    width: 100%;
    height: 0;
    padding-top: var(--pt-img-1);
    position: relative;
    border: 1px solid;
    border-color: var(--colors-border-gray);
    border-radius: 8px;
}

.postMainImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: inherit;
}


/* postThumbImg
-------------------------------------------------------------------------------- */

.postThumbImg {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.postThumbImg .postThumbImg_item {
    position: relative;
    border: 1px solid;
    height: 0;
    width: 100%;
    padding-top: var(--pt-img-1);
    border-color: var(--colors-border-gray);
    border-radius: 4px;
    overflow: hidden;
}

.postThumbImg .postThumbImg_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: inherit;
}

@media screen and (max-width: 767px) {
    .postThumbImg {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }
}


/* ----------------------------------------

postContent wpの本文出力のスタイル

---------------------------------------- */

.postContent {
    margin-bottom: 32px;
}

.postContent>h4 {
    font-size: 24px;
    margin-top: 24px;
    font-weight: 700;
}

.postContent>h5 {
    font-size: 18px;
    margin-top: 24px;
    font-weight: 700;
}

.postContent>p {
    margin-top: 24px;
}

.postContent>p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    max-height: 320px;
}