@charset "utf-8";

.edit-link-block {
    display: block;
    clear: both;
}

.edit-link-block .edit-link {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
}


/* -----------------------------------------------------------------------------
Works-detail
----------------------------------------------------------------------------- */
.works-detail {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px;
}

.works-detail__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.works-detail .boxA {
    width: 100%;
    padding: 0 0 60px;
}

.works-detail .boxA figure img {
    display: block;
    width: 100%;
}

.works-detail .title-wrap {
    margin-top: 40px;
}

.works-detail .title-wrap .number {
    color: #00732a;
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Noto Serif JP";
}

.works-detail .title-wrap .number .fw {
    color: #00732a;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Noto Serif JP";
}

.works-detail .title-wrap .works-title {
    color: #333;
    font-weight: 500;
    font-size: 26px;
    line-height: 2;
    font-family: "Noto Sans JP";
    text-decoration: underline;
    text-underline-offset: 10px;
}

.works-detail .text {
    margin-top: 20px;
}

.works-detail .text .works-text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.manager {
    background-color: #f5f5f5;
    width: 100%;
    padding: 26px 0;
    display: flex;
}

.manager__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 108px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.manager-title {
    background-color: #333;
    width: 100%;
    margin: 0 auto 26px;
    border-radius: 50px;
}

.manager-title>p {
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 30px;
}

.manager-comment {
    width: 100%;
}

.manager-comment figure {
    max-width: 200px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}

.manager-comment figure .img-circle {
    max-width: 200px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-image: url("../images/staff/detail/staff02/top.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.manager-comment figure img {
    display: block;
    width: 100%;
}

.manager-comment .manager-name {
    width: calc(100% - 200px);
    box-sizing: border-box;
    float: right;
    padding-left: 40px;
}

.manager-comment .text {
    width: calc(100% - 200px);
    box-sizing: border-box;
    float: right;
    padding-left: 40px;
    width: 100%;
    padding-left: 0px;
}

.manager-name .label {
    font-size: 12px;
    color: #333;
    font-weight: 300;
}

.manager-name .name {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin-top: 4px;
}

.manager .text .comment {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px) {

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .g-content__outer {
        margin-top: 50px;
    }

    /* -----------------------------------------------------------------------------
SP__MainVidual
----------------------------------------------------------------------------- */
    .lower main .main__inner .mv {
        background-image: url(../images/works/case01/sp_main.jpg);
    }

    .lower main .main__inner .mv {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 0px;
        left: 0;
        top: 0;
        z-index: 1;
        aspect-ratio: 780 / 1095;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .lower main .main__inner .mv:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .3);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 5;
    }

    .lower main .mv-title__outer {
        position: absolute;
        left: 50%;
        top: auto;
        bottom: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        transform: translate(-50%, -20%);
        z-index: 10;
    }

    .lower main .mv-title__inner {
        width: 100%;
        padding: 0 15px;
    }

    .lower main .mv-title__outer .number {
        color: #fff;
        font-size: 30px;
        letter-spacing: 1px;
        font-weight: 400;
        font-family: "Noto Serif JP";
        text-align: left;
    }

    .lower main .mv-title__outer .number .fw {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
        font-family: "Noto Serif JP";
    }

    .lower main .mv-title__outer .mv-title {
        color: #fff;
        font-size: 20px;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 3px;
        text-align: left;
        font-family: "Noto Sans JP";
        text-decoration: underline;
        text-underline-offset: 8px;
    }

    /* -----------------------------------------------------------------------------
SP__Works-detail
----------------------------------------------------------------------------- */
    .works-detail {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 50px 0px;
    }

    .works-detail__inner {
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .works-detail .boxA {
        width: 100%;
        padding: 0 0 60px;
    }

    .works-detail .boxA figure img {
        display: block;
        width: 100%;
    }

    .works-detail .title-wrap {
        margin-top: 40px;
    }

    .works-detail .title-wrap .number {
        color: #00732a;
        font-size: 30px;
        letter-spacing: 1px;
        font-weight: 400;
        font-family: "Noto Serif JP";
    }

    .works-detail .title-wrap .number .fw {
        color: #00732a;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
        font-family: "Noto Serif JP";
    }

    .works-detail .title-wrap .works-title {
        color: #333;
        font-weight: 500;
        font-size: 18px;
        line-height: 2;
        font-family: "Noto Sans JP";
        text-decoration: underline;
        text-underline-offset: 10px;
    }

    .works-detail .text {
        margin-top: 22px;
    }

    .works-detail .text .works-text {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.8;
    }

    .manager {
        background-color: #f5f5f5;
        width: 100%;
        padding: 26px 0;
    }

    .manager__inner {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .manager-title {
        background-color: #333;
        width: 100%;
        margin: 0 auto 26px;
        border-radius: 50px;
    }

    .manager-title>p {
        color: #fff;
        padding: 12px 0;
        text-align: center;
        font-size: 18px;
    }

    .manager-comment {
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }

    .manager-comment figure {
        max-width: 120px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        float: left;
    }

    .sp-flex {
        display: flex;
    }

    .sp__inner {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .manager-comment figure .img-circle {
        width: 100%;
        border-radius: 50%;
        background-image: url("../images/staff/detail/staff02/top.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .manager-comment figure img {
        display: block;
        width: 100%;
    }

    .manager-comment .manager-name {
        width: auto;
        box-sizing: border-box;
        padding-left: 40px;
        float: right;
    }

    .manager-comment .text {
        width: 100%;
        box-sizing: border-box;
        clear: both;
        padding-left: 0px;
    }

    .manager-comment-card .label {
        font-size: 12px;
        color: #333;
        font-weight: 300;
    }

    .manager-comment-card .name {
        font-size: 16px;
        color: #333;
        font-weight: 500;
        margin-top: 4px;
    }

    .manager-comment-card .text {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        line-height: 1.8;
    }

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

    .lower main .main__inner .mv {
        width: 100%;
        height: 460px;
        margin-top: 50px;
        position: relative;
        left: 0;
        top: 0;
        background-image: url(../images/works/case01/main.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .works-detail__inner {
        width: 80%;
    }

    .manager-comment figure {
        max-width: 160px;
    }

    .manager-comment figure .img-circle {
        max-width: 160px;
        aspect-ratio: 1 / 1;
    }

}

/* -----------------------------------------------------------------------------
Works Gallery
----------------------------------------------------------------------------- */
.gallery {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 75px 0px;
    background-color: #00732a;
}

.gallery .gallery__inner {
    max-width: 1320px;
    /* スライダーの横幅分を増量調整 */
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.gallery__inner .title-wrap {
    margin-bottom: 30px;
}

.gallery__inner .title-gallery {
    color: #fff;
    font-size: 80px;
    letter-spacing: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    text-align: center;
}

.gallery .swiper {
    padding: 0px 60px 35px;
}

.gallery .swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: auto;
    position: relative;
}

.gallery .swiper-slide {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/*.swiper-slide:nth-child(3n + 1) {
  background-color: #de4439;
}

.swiper-slide:nth-child(3n + 2) {
  background-color: #fcd500;
}

.swiper-slide:nth-child(3n + 3) {
  background-color: #53c638;
}*/

.gallery .swiper-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.gallery .swiper-button-prev {
    left: 30px;
    top: calc(100% - 114px);
}

.gallery .swiper-button-next {
    right: 30px;
    top: calc(100% - 114px);
}

/* ↓↓↓ swiper-button用のスタイル記述（1120px〜）↓↓↓ */
@media screen and (min-width: 1120px) {

    .gallery .swiper-button-prev {
        background-color: #00732a;
        height: 130px;
        width: 60px;
    }

    .gallery .swiper-button-next {
        background-color: #00732a;
        height: 130px;
        width: 60px;
    }

    /* ↑↑↑ swiper-button用のスタイル記述（1120px〜）↑↑↑ */

}

.gallery .swiper-button-next:after {
    background-image: url(../images/common/ico_next_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
}

.gallery .swiper-button-prev:after {
    background-image: url(../images/common/ico_next_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    transform: rotate(180deg);
}

/*
.gallery .swiper-pagination-bullets {
  position: static;
  margin-top: 35px;
}
*/

.gallery .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: transparent !important;
    border: solid 1px #fff !important;
}

.gallery .swiper-pagination-bullet:first-child {
    margin: 0 !important;
}

.gallery .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #fff !important;
}

.mySwiper2 {
    width: auto;
    max-width: 100%;
}

.mySwiper {
    height: 124px;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
    line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px) {

    /* -----------------------------------------------------------------------------
SP__Works Gallery
----------------------------------------------------------------------------- */
    .gallery {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 50px 0px;
        background-color: #00732a;
    }

    .gallery .gallery__inner {
        max-width: 100%;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .gallery__inner .title-wrap {
        margin-bottom: 30px;
    }

    .gallery__inner .title-gallery {
        color: #fff;
        font-size: 44px;
        letter-spacing: 3px;
        margin-bottom: 8px;
        font-weight: 500;
        text-align: center;
    }

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

    .gallery .swiper-button-prev {
        left: 10px;
        top: 55%;
    }

    .gallery .swiper-button-next {
        right: 10px;
        top: 55%;
    }

}

/* *****************************************************************************
カラムレイアウト記述（〜767px）
***************************************************************************** */
@media screen and (max-width: 767px) {

    .gallery .swiper {
        padding: 0px 0px 35px;
    }

    .gallery .swiper-button-next,
    .gallery .swiper-button-prev {
        width: 30px;
        height: 30px;
        overflow: hidden;
    }

    .gallery .swiper-button-prev {
        top: 56%;
    }

    .gallery .swiper-button-next {
        top: 56%;
    }

    .gallery .swiper-button-next:after {
        background-image: url(../images/common/ico_next_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        overflow: hidden;
    }

    .gallery .swiper-button-prev:after {
        background-image: url(../images/common/ico_next_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        overflow: hidden;
        transform: rotate(180deg);
    }

}

/* *****************************************************************************
完全にスマホ用のスタイル記述（〜430px）
***************************************************************************** */
@media screen and (max-width: 430px) {

    .gallery .gallery__inner {
        padding: 0px;
    }

    .gallery .swiper-button-next {
        right: 3px;
    }

    .gallery .swiper-button-prev {
        left: 3px;
    }

    .gallery .swiper-button-prev {
        top: 59%;
    }

    .gallery .swiper-button-next {
        top: 59%;
    }

    .gallery .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }

    .gallery .swiper-pagination-bullet-active {
        width: 8px !important;
        height: 8px !important;
    }

}


.lower.works_detail .breadcrumb{
    margin-top: 20px;
}

.lower.works_detail main .main__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower.works_detail main .main__inner .mv {
    width: 100%;
    height: 679px;
    margin-top: 90px;
    position: relative;
    left: 0;
    top: 0;
    background-image: url(../images/works/case01/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower.works_detail main .main__inner .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 679px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower.works_detail main .mv-title__outer {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    transform: translate(-50%,-20%);
    z-index: 10;
}

.lower.works_detail main .mv-title__inner {
    width: 1120px;
    margin: 0 auto;
}

.lower.works_detail main .mv-title__outer .number {
    color: #fff;
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Noto Serif JP";
    text-align: left;
}

.lower.works_detail main .mv-title__outer .number .fw {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "Noto Serif JP";
}

.lower.works_detail main .mv-title__outer .mv-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
    font-family: "Noto Sans JP";
    text-decoration: underline;
    text-underline-offset: 12px;
}


.lower_content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.lower_content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
}

.lower_content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
}

.lower_content p {
    font-size: 16px;
    line-height: 1.8;
}

.lower_content ul{
    list-style: disc;
}

.lower_content ol{
    list-style: decimal;
}

.lower_content ol li{
    list-style-type: decimal;
    margin-left: 1.5em;
}

.lower_content ul li{
    list-style-type: disc;
    margin-left: 1.5em;
}

.lower_content li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0.25em;
}


.lower_content p + h2,
.lower_content p + h3,
.lower_content p + h4{
    margin-top: 2em;
}

.lower_content ol + h2,
.lower_content ol + h3,
.lower_content ol + h4{
    margin-top: 2em;
}

.lower_content ul + h2,
.lower_content ul + h3,
.lower_content ul + h4{
    margin-top: 2em;
}

@media screen and (max-width: 560px) {
    .lower_content h2 {
        font-size: 20px;
    }
    .lower_content h3 {
        font-size: 18px;
    }
    .lower_content h4 {
        font-size: 16px;
    }

    .lower_content li,
    .lower_content p{
        font-size: 14px;
    }
}

.contact__inner{}
.contact__inner dl{
    display: block;
}
.contact__inner dl dt{
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f4efe4;
    padding: 27px 24px;
    font-size: 16px;
    border-bottom: solid 1px #cbcbcb;
    line-height: 1.6;
    width: 20%;
    text-align: left;
    font-weight: 600;
}
.contact__inner dl dd{
    padding: 10px 0px;
    font-size: 16px;
    font-weight: normal;
}

.complete-message{
    background-color: #f4efe4;
    padding: 2em 2em;
    font-size: 16px;
    text-align: center;
    color: #000;
}


.lower_content>div{
    margin-top: 20px;
    margin-bottom: 10px;
}

.lower_content a{
    color: #00732a;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.lower_content a:hover{
    text-decoration: none;
}

.lower .staff {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 190px 0 100px;
    background-color: #f2f2f2;
}

.lower .staff__inner {
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .staff__inner>.title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.lower .staff__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 140px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .staff__inner>.title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.lower .staff__inner>.title-wrap .title-staff {
    color: #00732a;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -15px;
}

.lower .bloglist {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0px;
}

.lower .bloglist__inner {
    max-width: 1120px;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .bloglist-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}

.lower .bloglist-col:after{
    content: "";
    display: block;
    width: 31%;
}

.lower .bloglist-card {
    position: relative;
    width: 31%;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.lower .bloglist-card a {
    display: block;
    text-decoration: none;
}

.lower .bloglist-card a:hover img{
    transform: scale(1.1);
}

.lower .bloglist-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.lower .bloglist-card .bloglist-thumb {
    overflow: hidden;
}

.lower .bloglist-card .bloglist-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

.lower .bloglist-card .bloglist-body {
    position: relative;
    text-align: left;
    padding: 15px;
    background-color: #fff;
}

.lower .bloglist-card .bloglist-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    background-color: #231815;
    padding: 1px 10px;
}

.lower .bloglist-card .name {
    color: #231815;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    background-color: #fff;
    padding: 1px 0;
}

.lower .bloglist-card .english {
    color: #231815;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    padding: 1px 0;
}

.lower.bloglist .works-art-card .works-thumb img{
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    height: auto;
}
.lower.bloglist .works-art-card .art-text{
    text-align: left;
}

.lower.bloglist .works-art-card .date{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.information-thumb img{
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    height: auto;
}

.blog-detail {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 96px 0px 0px;
    padding-top: 165px;
    background-color: #f9f6f2;
}

.blog-detail__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-detail .boxA {
    width: 100%;
    padding: 0 0 60px;
}

.blog-detail .boxA figure img {
    display: block;
    width: 100%;
}

.blog-detail .boxA .blog-title {
    width: 100%;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 1.6;
}

.blog-detail .boxA .blog-text {
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    line-height: 1.7;
}

.blog-detail .boxB {
    width: 100%;
    padding: 60px 0;
    border-top: solid 1px #9c9c9c;
}

.blog-detail .boxB figure img {
    display: block;
    width: 100%;
}

.blog-detail .boxB .blog-title {
    width: 100%;
    color: #333;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.6;
    border-left: solid 10px #b94b00;
    padding: 0 0 0 26px;
}

.blog-detail .boxB .blog-text {
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    line-height: 1.7;
}

/* -----------------------------------------------------------------------------
BLOG
----------------------------------------------------------------------------- */
.blog {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 36px 0px 96px;
    background-color: #f9f6f2;
    border-bottom: solid 96px #fff;
}

.blog__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog__inner .title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.blog__inner .title-blog {
    color: #333;
    font-size: 80px;
    letter-spacing: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}

.blog__inner .sub-title {
    color: #333;
    font-size: 30px;
    font-weight: 400;
}

article .blog__inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

article .blog-art-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

article .blog-art-col:after{
    content: "";
    display: block;
    width: 31%;
}

article .blog-art-col .blog-art-card {
    width: 31%;
    box-sizing: border-box;
    border: solid 1px #000;
    background-color: #fff;
    margin-bottom: 60px;
}

article .blog-art-col .blog-art-card a {
    display: block;
    text-decoration: none;
}

article .blog-art-col .blog-art-card a:hover img{
    transform: scale(1.1);
}

article .blog-art-col .blog-art-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

article .blog-art-card .blog-thumb {
    overflow: hidden;
}

article .blog-art-card .blog-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

article .blog-art-card .blog-body {
    padding: 15px;
}

article .blog-art-card .art-title {
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
    font-family: "Noto Sans JP";
}

article .blog-art-card .art-text {
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
}

article .blog-art-card .date {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
    display: flex;
    justify-content: flex-end;
}

article .blog__inner .cta-btn {
    display: flex;
    justify-content: center;
}

article .blog__inner .cta-btn a {
    position: relative;
}


/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

/*-- パンくずリスト --*/
.lower .breadcrumb {
    top: 50px;
}

.g-content__outer {
    margin-top: 50px;
}

/* -----------------------------------------------------------------------------
SP__BLOG-detail
----------------------------------------------------------------------------- */
.blog-detail {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 70px 0px 50px;
    background-color: #f9f6f2;
}

.blog-detail__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-detail .boxA {
    width: 100%;
    padding: 0 0 30px;
}

.blog-detail .boxA figure img {
    display: block;
    width: 100%;
}

.blog-detail .boxA .blog-title {
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 26px;
    line-height: 1.6;
}

.blog-detail .boxA .blog-text {
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-top: 26px;
    line-height: 1.7;
}

.blog-detail .boxB {
    width: 100%;
    padding: 30px 0;
    border-top: solid 1px #9c9c9c;
}

.blog-detail .boxB figure img {
    display: block;
    width: 100%;
}

.blog-detail .boxB .blog-title {
    width: 100%;
    color: #333;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
    line-height: 1.6;
    border-left: solid 5px #b94b00;
    padding: 0 0 0 15px;
}

.blog-detail .boxB .blog-text {
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-top: 26px;
    line-height: 1.7;
}

/* -----------------------------------------------------------------------------
BLOG
----------------------------------------------------------------------------- */
.blog {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0px 0px 36px;
    background-color: #f9f6f2;
    border-bottom: solid 50px #fff;
}

.blog__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog__inner .title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.blog__inner .title-blog {
    color: #333;
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 8px;
    font-weight: 500;
}

.blog__inner .sub-title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

article .blog__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

article .blog-art-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

article .blog-art-col .blog-art-card {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #000;
    background-color: #fff;
    margin: 0 0 40px;
    position: relative;
}

article .blog-art-col .blog-art-card a {
    display: block;
    text-decoration: none;
}

article .blog-art-col .blog-art-card a:hover img{
    transform: scale(1.1);
}

article .blog-art-col .blog-art-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

article .blog-art-card .blog-thumb {
    overflow: hidden;
}

article .blog-art-card .blog-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

article .blog-art-card .blog-body {
    padding: 15px;
}

article .blog-art-card .art-title {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Noto Sans JP";
}

article .blog-art-card .art-text {
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
}

article .blog-art-card .date {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
    display: flex;
    justify-content: flex-end;
}

article .blog__inner .cta-btn {
    display: flex;
    justify-content: center;
}

article .blog__inner .cta-btn a {
    position: relative;
}

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

article .blog-art-col {
    flex-direction: unset;
}

article .blog-art-col .blog-art-card {
    width: 49%;
}

.blog-detail__inner {
    padding: 0 100px;
}

}

.blog-detail-header{

}

.blog-detail-header .blog-title {
    width: 100%;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 1.6;
}

.blog-detail-content{
    width: 100%;
    padding: 60px 0;
    border-top: solid 1px #9c9c9c;
}

.blog-detail-content p{
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.blog-detail-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 48px 0 24px 0;
    color: #231815;
    line-height: 1.4;
    border-left: 5px solid #00732a;
    padding-left: 15px;
}

.blog-detail-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 36px 0 18px 0;
    color: #231815;
    line-height: 1.5;
    border-left: 3px solid #00732a;
    padding-left: 11px;
}

.blog-detail-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 28px 0 14px 0;
    color: #231815;
    line-height: 1.5;
    border-left: 2px solid #00732a;
    padding-left: 8px;
}

.blog-detail-content ul,
.blog-detail-content ol {
    padding-left: 2em;
    margin-bottom: 24px;
}

.blog-detail-content ul {
    list-style-type: disc;
}

.blog-detail-content ul ul {
    list-style-type: circle;
    margin-bottom: 0;
}

.blog-detail-content ol {
    list-style-type: decimal;
}

.blog-detail-content li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.7;
    list-style-type: inherit;
}

.blog-detail-content blockquote {
    border-left: 4px solid #00732a;
    background: #faf6f0;
    color: #666;
    padding: 18px 22px;
    margin: 32px 0;
    font-style: italic;
    font-size: 16px;
}

.blog-detail-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 32px;
    font-size: 16px;
    background: #fff;
}

.blog-detail-content th,
.blog-detail-content td {
    border: 1px solid #cfcfcf;
    padding: 10px;
    text-align: left;
}

.blog-detail-content th {
    background: #f7e4c6;
    font-weight: 700;
}

.blog-detail-content img {
    max-width: 100%;
    height: auto;
    margin: 24px 0;
    display: block;
}

.blog-detail-content a {
    color: #00732a;
    text-decoration: underline;
    transition: color .2s;
}

.blog-detail-content a:hover {
    color: #b36c16;
    text-decoration: underline;
}

.lower.blog_detail .works-art-card .works-thumb img{
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    height: auto;
}

.lower.blog_detail .works-art-card .date {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}


.gallery .swiper-slide img{
    aspect-ratio: 4/3;
    object-fit: contain;
    object-position: center;
    height: auto;
    background-color: #000;
}

.gallery .swiper-button-next{
    top: auto;
    bottom: 0;
}

.gallery .swiper-button-prev{
    top: auto;
    bottom: 0;
}

body.lower.lineup:before,
body.lower.lineup:after{
    content: "";
    display: none;
}

header.is-color nav .g-navi-tel li a,
header nav .g-navi-tel li a.color__black{
    color: #fff !important;
}

.works-art-card{
    margin-bottom: 40px;
}

.lower header nav .g-navi li a:hover{
    color: #231815;
}

.l-pagenation.bloglist-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.l-pagenation.bloglist-pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-pagenation.bloglist-pagination ul li{
    width: 40px;
    margin: 0 5px;
}

.l-pagenation.bloglist-pagination a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #00732a;
    border-radius: 50%;
    color: #00732a;
    
}

.l-pagenation.bloglist-pagination a:hover{
    background-color: #00732a;
    color: #fff;
}

.l-pagenation.bloglist-pagination span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #00732a;
    border-radius: 50%;
    background-color: #00732a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}