/*===================================
index
===================================*/
/* mv */
#slider {
    width: 100%;
    height: 100vh;
    position: relative;
}
.mv-title {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    width: 100%;
    color: #fff;
    padding: 4% 0;
}
.mv-title::before {
    position: absolute;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    z-index: -1;
}
.mv-title .title {
    font-weight: bold;
    font-size: clamp(32px, 5vw, 42px);
    line-height: 1.2;
    text-align: center;
}
.mv-title .title span {
    display: block;
    font-size: .5em;
    letter-spacing: 5px;
}
.mv-title p {
    font-size: .8em;
    margin-top: 1.5em;
    padding: 1em;
    border-top: .5px solid #fff;
    text-align: center;
}
.mv .sns_link {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #5e6756;
    border-radius: 10px 0 0 0;
}
.mv .sns_link ._list {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.mv .sns_link ._list li {
    padding: 0 5px;
}
.mv .sns_link ._list li a img {
    width: 30px;
    margin: 0 auto;
}
/*　about　*/
#about ._container h3 {
    font-size: 6vw;
    text-align: center;
}
#about ._container p {
    font-size: 5vw;
    margin-top: 1.5em;
    color: #3e3e3e;
}
@media screen and (min-width:768px) {
    #about ._container h3 {
        font-size: 21px;
    }
    #about ._container p {
        font-size: 16px;
    }
}
@media screen and (min-width:1200px) {
    #about ._inner ._container {
        width: min(92%, 600px);
        margin: 30px auto 0;
    }
    #about ._container p span {
        display: block;
    }
}
/*　product　*/
#products {
    overflow: hidden;
}
#products ._inner ._container ._box {
    display: flex;
    flex-direction: column-reverse;
}
#products ._inner ._container ._box {
    width: 100%;
}
#products ._inner ._container ._box ._title {
    font-size: 8vw;
}
#products ._inner ._container ._box ._title span {
    display: block;
    font-size: .6em;
    text-align: right;
    mix-blend-mode: difference;
}
#products ._inner ._container ._box p {
    color: #3e3e3e;
    text-align: justify-all;
    margin-top: 30px;
}
#products ._inner ._container ._box .btns {
    margin-top: 50px;
}
#products ._inner ._container ._box .img img {
    object-fit: cover;
}
#products ._inner ._container + ._container {
    margin-top: 70px;
}
#products ._inner ._container:nth-child(3) .img, #products ._inner ._container:nth-child(4) .img {
    box-shadow: 30px 30px #92a185;
}
#products ._inner ._container:nth-child(3) .reverse .img, #products ._inner ._container:nth-child(4) .reverse .img {
    box-shadow: -30px 30px #92a185;
}
#products ._inner ._container:nth-child(3) .img img, #products ._inner ._container:nth-child(4) .img img {
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width:768px) {
    #products ._inner ._container ._box ._title {
        font-size: 32px;
    }
}
@media screen and (min-width:960px) {
    #products ._inner ._container ._box {
        gap: 50px;
    }
    #products ._inner ._container ._box ._text {
        width: min(100%, 500px);
    }
    #products ._inner ._container._top ._box ._title span {
        text-align: left;
    } 
    #products ._inner ._container ._box {
        flex-direction: row;
    }
    #products ._inner ._container ._box + ._box {
        margin-top: 100px;
    }
    #products ._inner ._container._detail ._box:nth-child(odd) {
        flex-direction: row;
    }
    #products ._inner ._container._detail ._box:nth-child(odd) ._text ._title {
        text-align: right;
    }
    #products ._inner ._container._detail ._box:nth-child(even) {
        flex-direction: row-reverse;
    }
    #products ._inner ._container._detail ._box:nth-child(even) ._text ._title span { 
        text-align: left;
    }
}
/*　product-slider　*/
.product-slider {
    width: 100%;
    margin: 70px auto 0;
}
.product-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.product-slider .slick-slide {
    margin: 0 10px;
    border-radius: 10px;
}
.product-slider .slick-prev, .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #92a185;
    border-right: 2px solid #92a185;
    height: 15px;
    width: 15px;
}
.product-slider .slick-prev {
    left: 1.5%;
    transform: rotate(-135deg);
}
.product-slider .slick-next {
    right: 1.5%;
    transform: rotate(45deg);
}
.product-slider .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}
.product-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.product-slider .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc;
}
.product-slider .slick-dots .slick-active button {
    background: #92a185;
}
.product-slider ._product-text {
    padding: 0 20px;
    text-align: center;
}
.product-slider ._product-text span {
    display: block;
}
.product-slider ._product-text span._product-name {
    font-weight: 600;
    margin-top: 20px;
}
.product-slider ._product-text span._product-detail {
    font-size: 12px;
}
.product-slider ._product-text span._product-price span {
    display: inline-block;
    font-size: .7em;
}
/* news */
#blog .archive-area .f {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5%;
}
.post {
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    background: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    will-change: transform;
    margin-top: 30px;
}
.post a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
}
.post .post-ttl {
    margin: 0 0 18px 0;
    font-family: "Bebas Neue", cursive;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    color: var(--title-color);
    transition: color 0.3s ease-out;
}
.post-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.post .post-thumb img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
    border-radius: 16px;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}
.article-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.article-wrapper {
    color: #4b4b4b;
}
.post .read-more {
    display: flex;
}
.post .more-link {
    display: none;
}
.post .read-more .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
}
.post:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 16px;
}
#blog .post .post-link p {
    font-size: 14px;
}
#blog .post .post-date {
    margin-top: 1em;
    font-size: 12px;
    letter-spacing: .5em;
    color: #4b4b4b;
}
#blog .post .post-ttl {
    font-size: 18px;
    line-height: 1.25;
}
#blog .post .post-contents {}
#blog .post .more-link {
    margin-top: 1em;
    font-size: 12px;
    color: #4b4b4b;
    text-decoration: underline;
    text-align: right;
}
@media screen and (min-width:767px) {
    #blog .archive-area .f {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 3%;
    }
}
@media screen and (min-width:959px) {
    #blog .post-container .post {
        flex: 1 1 30%;
        max-width: 30%;
    }
}
/* qol */
.qol .heading01 {
    color: #fff;
}
.qol .heading01::before {
    background: #fff;
}
.qol ._describe {
    color: #fff;
}
.qol ._describe br {
    display: none;
}
.qol ._container {
    margin-top: 50px;
}
.qol ._container ._box {
    gap: 50px;
    flex-wrap: wrap;
}
.qol ._container ._box + ._box {
    margin-top: 20px;
}
.qol .f._box ._text {
    background: #fff;
    padding: 4%;
    flex: 1 1 400px;
}
.qol .f._box ._text .heading-lv3 {
    font-size: clamp(24px, 5vw, 32px);
}
.qol .f._box ._text p {
    margin-top: 30px;
    font-weight: 500;
}
.qol ._row._box ._text {
    box-shadow: 30px 30px #5e6756;
}
.qol ._row-reserve._box ._text {
    box-shadow: -30px 30px #5e6756;
}
.qol .f .img {
    margin-top: -40px;
}
.qol .f .img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto;
}
@media screen and (min-width:767px) {
    .qol ._container ._box {
        align-items: center;
    }
}
@media screen and (min-width:960px) {
    .qol ._describe {
        text-align: center;
    }
    .qol ._describe br {
        display: block;
    }
    .qol ._container ._box + ._box {
        margin-top: 80px;
    }
    .qol .f .img {
        flex: 1 1 400px;
    }
    .qol .f .img img {
        width: 400px;
        height: 400px;
    }
}
/* situation */
.situation .note {
    border: 1px dashed #ccc;
    margin-top: 50px;
    padding: 4%;
}
.situation ._container ._box {
    gap: 50px;
    flex-wrap: wrap;
}
.situation ._container ._box + ._box {
    margin-top: 20px;
}
.situation .f._box ._text {
    padding: 4%;
    flex: 1 1 300px;
}
.situation .f._box ._text .heading-lv3 {
    font-size: clamp(24px, 5vw, 32px);
}
.situation .f._box ._text p {
    margin-top: 30px;
    font-weight: 500;
}
.situation ._row._box ._text {
    box-shadow: 30px 30px #5e6756;
}
.situation ._row-reserve._box ._text {
    box-shadow: -30px 30px #5e6756;
}
.situation .f .img {
    margin-top: -40px;
}
.situation .f .img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
    margin: 0 auto;
}
@media screen and (min-width:767px) {
    .situation ._container ._box {
        flex-direction: column-reverse;
    }
    .situation .f .img img {
        margin: 100px auto 0;
    }
}
@media screen and (min-width:960px) {
    .situation ._describe {
        text-align: center;
    }
    .situation ._describe br {
        display: block;
    }
    .situation ._container ._box + ._box {
        margin-top: 80px;
    }
    .situation .f .img {
        flex: 1 1 400px;
    }
    .situation .f .img img {
        width: 500px;
        height: 400px;
    }
    .situation .f._box ._text {
        flex: 1 1 400px;
    }
    .situation ._container ._box {
        flex-direction: row;
        align-items: center;
    }
    .situation ._container ._box:nth-child(even) {
        flex-direction: row-reverse;
    }
}
/* certification */
.certification ._box {
    gap: 20px;
    flex-wrap: wrap;
    align-items: baseline;
}
.certification ._box figure {
    height: 150px;
}
.certification ._box figure img {
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}
.certification ._box-child {
    width: 100%;
}
.certification ._box-child h4 {
    text-align: center;
    margin-top: 40px;
    padding: 10px 0;
    border-top: 1px solid #92a185;
    border-bottom: 1px solid #92a185;
}
.certification ._box-child p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
    .certification ._box-child {
        flex: 1 1 250px;
    }
    .certification ._box-child {
        margin-top: 0;
    }
    .certification ._box-child + ._box-child {
        margin-top: 0;
    }
    .certification ._box + ._box {
        margin-top: 30px;
    }
}
/*===================================
instagram
===================================*/
.instagram {
    color: #fff;
}
.insta_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.insta_list li {
    width: calc(50% - 2px);
    overflow: hidden;
}
.insta_list li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: .3s all;
}
.insta_list li img:hover {
    transform: scale(1.2, 1.2)
}
@media screen and (min-width: 768px) {
    .insta_list li {
        width: calc(25% - 2px);
    }
}
/*===================================
subpage
===================================*/
.subpage-mv {
    position: relative;
    background: url("../img/home/mv_pc_03.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
}
.subpage-mv::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
}
.subpage-mv-title {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% + 30px);
    width: 100%;
    text-align: center;
    z-index: 2;
}
.subpage-mv-title .title {
    color: #fff;
    font-size: clamp(21px, 6vw, 36px);
    text-align: center;
}
.subpage-mv-title .title span {
    color: #ccc;
    display: block;
    font-size: .5em;
    letter-spacing: .5em;
}
/*===================================
benefit
===================================*/
#benefit .benefit-list {
    display: flex;
    flex-direction: column;
}
#benefit .benefit-list ._box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
#benefit .benefit-list ._box ._text {}
#benefit .benefit-list ._box ._text .benefit-title {}
#benefit .benefit-list ._box ._text .benefit-title span {
    margin-right: 1em;
    font-size: 21px;
    color: #9f9f9f;
}
#benefit .benefit-list ._box ._text p {
    margin-top: 2em;
}
#benefit .benefit-list ._box .img {
    width: min(100%, 500px);
}
#benefit .benefit-list ._box .img img {
    width: min(100%, 500px);
    height: 100%;
    object-fit: cover;
}
#benefit .section-describe {
    border: 1px dashed #ccc;
    margin-top: 100px;
    padding: 4%;
}
@media screen and (min-width: 767px) {
    #benefit .benefit-list ._box {
        gap: 5%;
    }
    #benefit .benefit-list ._box:nth-child(even) {
        flex-direction: row;
    }
    #benefit .benefit-list ._box:nth-child(odd) {
        flex-direction: row-reverse;
    }
    #benefit .benefit-list ._box ._text {
        width: 45%;
    }
    #benefit .benefit-list ._box .img {
        width: 45%;
    }
}
/*===================================
cautionarys
===================================*/
#cautionarys {}
#cautionarys ._list {
    width: min(100%, 600px);
    margin: 50px auto 0;
}
#cautionarys ._list ._list-item {
    padding: 20px;
}
#cautionarys ._list ._list-item + ._list-item {
    border-top: 1px dashed #ccc;
}
@media screen and (min-width: 767px) {
    #cautionarys {
        text-align: center;
    }
    #cautionarys p {
        text-align: center;
        margin-top: 1em;
    }
}
/*===================================
company
===================================*/
.company_info {
    width: min(100%, 800px);
    border-collapse: collapse;
    text-align: center;
    margin: 50px auto 0;
}
.company_info tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
    border-bottom: none
}
.company_info tr:last-child {
    border-bottom: 1px solid #f0f0f0;
}
.company_info th {
    width: 100%;
    background: #5e6756;
    color: #fff;
    padding: 10px 0;
    border: none;
    font-weight: 500;
}
.company_info td {
    width: 100%;
    padding: 10px 0;
    border: none;
}
@media screen and (min-width: 768px) {
    .company_info tr {
        flex-direction: row;
    }
    .company_info th {
        width: 30%;
    }
    .company_info td {
        width: 70%;
    }
}
/*===================================
form
===================================*/
.form ._describe {
    margin-top: 30px;
}
.form ._describe br {
    display: none;
}
.form-item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.form-label.is-msg {
    margin-top: 8px;
    margin-bottom: auto;
}
.any, .required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #b90000;
    color: #ccc;
    font-size: 14px;
}
.any {
    background: #545454;
}
.submit-btn, .back-btn {
    padding: 20px 0;
    width: min(100%, 300px);
    display: block;
    letter-spacing: 0.05em;
    background: #5e6756;
    color: #fff;
    font-weight: 500;
    transition: .3s all;
}
.submit-btn:hover, .back-btn:hover {
    background: #92a185;
}
.back-btn {
    background: #222;
}
.g-recaptcha > div {
    margin: 0 auto;
}
.form #warning {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.form-label.is-msg {
    margin-top: 0;
}
.any, .required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
}
.form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
}
.form._container {
    width: min(100%, 800px);
    margin: 0 auto;
}
.form_body {
    padding: 20px;
}
.form-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.form-item .phone_nunber {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form-label {
    width: 100%;
    font-size: 16px;
    min-height: 0;
    letter-spacing: 0.05em;
    font-weight: bold;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.form-label span {
    margin-left: 5px;
}
.input-item {
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 5px 1em;
    width: 100%;
    background: #ececec;
}
.form-item-textarea {
    font-size: 16px;
    border: 1px solid #ddd;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    height: 200px;
    background: #ececec;
}
@media (min-width: 768px) {
    .form ._describe {
        text-align: center;
    }
    .form ._describe br {
        display: block;
    }
    .form_body {
        padding: 20px;
    }
    .form-item {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .form-label {
        width: 35%;
        border-right: 1px solid #ccc;
    }
    .form-label span {
        margin-left: auto;
    }
}
/*===================================
confirm
===================================*/
.confirm p {
    margin-top: 30px;
}
.confirm p br {
    display: none;
}
.confirm-body {
    width: min(100%, 800px);
    margin: 50px auto;
}
@media (min-width: 768px) {
    .confirm p {
        text-align: center;
    }
    .confirm p br {
        display: block;
    }
}
/*===================================
thanks
===================================*/
.thanks h3 {
    text-align: center
}
.thanks p br {
    display: none;
}
.thanks p {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .thanks p {
        text-align: center;
    }
    .thanks p br {
        display: block;
    }
}
/*===================================
404
===================================*/
.error p {
    text-align: center;
}