.fv__wrap {
    margin-top: 60px;
}

.fv__slider-pc__wrap {
    display: none;
}

.fv__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.fv__slider .slick-dots {
    bottom: 20px;
}

.fv__slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.fv__slider .slick-dots li button {
    padding: 0;
}

.fv__slider .slick-dots li button:before {
    font-family: slick;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #C1C1C1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.company-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 38px 24px 35px;
}

.header {
    text-align: center;
    margin-bottom: 40px;
}

.h__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    /*  margin-bottom: 14px; */
}

.h__ttl02 .h__subtitle {
    color: #11712C;
}

.ttl-icon {
    position: relative;
}

.ttl-icon-r {
    transform: rotateY(180deg);
}

.ttl-icon01 {
    width: 34px;
    top: -4px;

}

.ttl-icon02 {
    width: calc(83px/2);
    top: -4px;
}

.common__bg {
    background-image: url('../img/mizutama.png');
    background-size: 20px;
}

.common__bg02 {
    background-image: url('../img/mizutama02.png');
}

.palm-icon {
    font-size: 32px;
}

.h__subtitle {
    color: #F08C00;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    font-family: "Arvo", serif;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 24px;

}

.company__wrap {
    overflow: hidden;
}

.text-content {
    order: 2;
    position: relative;
    /* overflow: hidden; */
}

.text-content .scroll-anchor-r {
    content: "";

    width: calc(274px*0.5);
    height: calc(299px*0.5);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -23px;
    left: auto;
    right: calc(-78px/2 + -24px);
    transform: translateX(calc(274px*0.5));
    transition: transform .3s;
}

.text-content .scroll-anchor-r.active {
    transform: translateX(0);
}

@media (min-width: 1071px) {
    .text-content .scroll-anchor-r {
        display: none;
    }
}

.message-badge {
    display: inline-block;
    background-color: #FDF3DC;
    color: #F08C00;
    padding: 4px 23px;
    border-radius: 20px;
    font-size: 12px;
    border: 1px solid #969696;
    margin-bottom: 4px;
    font-family: "Arvo", serif;
}

.main-title {
    font-size: 24px;
    font-weight: bold;
    line-height: calc(72/48);
    margin-bottom: 20px;
}

.highlight {
    color: #F08C00;
}

.description {
    font-size: 16px;
    line-height: calc(56/36);
    margin-bottom: 30px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    line-height: calc(35/16);
}

.representative {
    text-align: right;
    font-size: 14px;
    color: #333333;
}

.representative>span {
    font-size: 16px;
    font-weight: 500;
}

.image-content {
    order: 1;
    display: grid;
    gap: 10px;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.image-grid-pc {
    display: none;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.sub-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sub-image {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    object-fit: cover;
}

.strength-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 40px;
}

.strength-title {
    color: #F08C00;
    border-top: #F08C00 1px solid;
    border-bottom: #F08C00 1px solid;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    background-color: #fff;
}




.strength-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
}


.strength-card {
    background-color: #FDF3DC;
    border: 1px solid #F08C00;
    border-radius: 10px;
    padding: 15px 20px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.strength-cards .strength-card:nth-child(2) .card-header {
    position: relative;
    left: -18px
}



.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}

.card-icon {
    color: #F08C00;
    width: 25px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #F08C00;
}

.card-description {
    font-size: 14px;
    line-height: calc(42/28);
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}

.business-section {
    /* max-width: 1200px; */
    margin: 0;
    padding: 32px 0 0;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}


.section-subtitle {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.business-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 25px;
}

.business-item {
    display: flex;
    flex-direction: column;
    /*  min-height: 400px; */
}

.business-item:nth-child(odd) {
    background-color: #E8FAE6;
    margin-bottom: 20px;
}

.business-item:nth-child(even) {
    background-color: #fff8e1;
}

.item-image {
    width: 100%;

}

.item-content {
    padding: 20px 24px 25px;
    order: 2;
    position: relative;
}

.business-item:nth-child(odd) {
    background-image: url('../img/mizutama02.png');
}

.business-item:nth-child(even) {
    background-image: url('../img/mizutama.png');
}





.item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.business-item:nth-child(odd) {
    color: #11712C;
}

.business-item:nth-child(even) {
    color: #F08C00;
}

.item-description {
    font-size: 16px;
    line-height: calc(56/32);
    color: #000;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;

}

.item-description02 {
    margin-bottom: 0;
}

.item-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18.5px 0;
    background-color: #fff;
    color: #11712C;
    border: 1px solid #11712C;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    max-width: 327px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.item-button:hover {
    background-color: #11712C;
    color: #fff;
}

.button-icon {
    width: 25px;
    height: 25px;
    background-color: #11712C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    transition: all 0.3s ease;
    margin-left: auto;
    position: absolute;
    left: auto;
    right: 10px;
}

.item-button:hover .button-icon {
    background-color: #fff;
    color: #11712C;
}

.manufacturer-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 24px 30px;
}

.section-header {
    text-align: center;
    margin-bottom: 25px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.palm-icon {
    font-size: 32px;
}

.section-subtitle {
    color: #F08C00;
    font-size: 14px;
    font-weight: bold;
}

.intro-text {
    text-align: center;
    font-size: 14px;
    line-height: calc(49/28);
    color: #000;
    margin-bottom: 25px;
    margin-top: 14px;
    font-weight: 500;
}

.manufacturer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.category-card {
    border: 2px solid;
    border-radius: 10px;
    padding: 15px;
    width: calc((100% - 15px)/2);
}

.category-card.green {
    background-color: #F5FDF4;
    border-color: #11712C;
}

.category-card.orange {
    background-color: #fff8f0;
    border-color: #F08C00;
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.category-card.green .category-header {
    border-color: #11712C;

}

.category-card.orange .category-header {
    border-color: #F08C00;

}

.category-icon {
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.category-card.green .category-icon {
    background-color: #11712C;
}

.category-card.orange .category-icon {
    background-color: #F08C00;
}

.category-title {
    font-size: 16px;
    font-weight: bold;

}

.category-card.green .category-title {
    font-size: 18px;
    font-weight: bold;
    color: #11712C;

}

.category-card.orange .category-title {
    font-size: 16px;
    font-weight: bold;
    color: #F08C00;
}

.manufacturer-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.manufacturer-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;

    text-align: center;
    font-size: 12px;
    transition: all 0.3s ease;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;

}

.category-card.green .manufacturer-item {
    border-color: #11712C;


}

.manufacturer-item>a {
    width: 100%;
    height: 100%;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 3px 2px;
}

.category-card.green .manufacturer-item>a {
    color: #11712C;
}

.category-card.green .manufacturer-item:hover {
    background-color: #11712C;
    color: #fff;
}

.category-card.green .manufacturer-item:hover>a {
    color: #fff;
}

.category-card.orange .manufacturer-item {
    border-color: #F08C00;

}

.category-card.orange .manufacturer-item {
    border-color: #F08C00;

}

.category-card.orange .manufacturer-item>a {
    color: #F08C00;

}

.category-card.orange .manufacturer-item:hover {
    background-color: #F08C00;

}

.category-card.orange .manufacturer-item:hover>a {
    color: #fff;

}

.footer-note {
    font-size: 14px;
    line-height: calc(42/28);
    color: #333333;
    /* padding: 0 20px; */

}

.works {
    padding: 30px 24px;
    background-color: #fff;
    background-image: url('../img/beach-sp.png');
    background-size: cover;
    background-position: center top 160px;
}




.works__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* max-width: 500px; */
    margin: 0 auto;
    margin-top: 25px;
}

.works__card {
    background-color: transparent;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: calc((100% - 20px)/2);
    overflow: hidden;
}

.works__card-inner {
    /*  background-color: transparent;
    overflow: hidden; */
}

.works__card--orange .works__category {
    background-color: #F08C00;
}

.works__card--green .works__category {
    background-color: #F5FDF4;
}

.works__card--orange .works__location {
    background-color: #FDF3DC;
}

.works__card--green .works__category {
    background-color: #11712C;
}

.works__category {
    color: #fff;
    font-size: 10px;
    padding: 6px 2px;
    text-align: center;
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
}

.works__image-wrapper {
    position: relative;
}

.works__image__inner {
    aspect-ratio: 307 /254;
    overflow: hidden;
    position: relative;

}

.works__image__inner-pc {
    display: none;
}

.works__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);

}

.works__image-after {
    display: none;
}

.works__badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #797979;
    font-size: 10px;
    padding: 4px 5px;
    border: 1px solid #707070;
    font-family: "Noto Sans JP", sans-serif;
    transition: background-color .5s;
    width: 43px;
    text-align: center;
}

.works__card--orange .works__badge.after {
    background-color: #F08C00;
    color: #fff;
    border-color: #F08C00;
}

.works__card--green .works__badge.after {
    background-color: #11712C;
    color: #fff;
    border-color: #11712C;
}

.works__location {
    text-align: center;
    font-size: 10px;
    color: #333;
    padding: 4px 3px;
    background-color: #f9f5ed;
    font-family: "Noto Sans JP", sans-serif;
}



.consultation-steps {
    max-width: 1200px;
    margin: 0 auto;
    /*  display: none; */
    padding: 30px 24px;
}

.consultation-steps .h__ttl, .contact__wrap .h__ttl {

    align-items: start;
}

.h__ttl__inner {
    text-align: center;
    line-height: calc(64/56);
}



.steps-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.steps-palm-icon {
    width: 40px;
    height: 40px;
    font-size: 40px;
    flex-shrink: 0;
}

.steps-main-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}

.steps-sub-title {
    font-size: 18px;
    font-weight: bold;
    color: #ff9800;
    font-style: italic;
}

/* モバイルレイアウト（デフォルト：縦並び） */
.steps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.step-item {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 15px;
    width: 100%;
    /* max-width: 320px; */
}

.step-circle {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.step-label {
    font-size: 10px;
    font-style: italic;
    border-bottom: 1px solid #fff;
    font-family: "Arvo", serif;
    padding-bottom: 2px;
    line-height: 1;
}

.step-number {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    font-family: "Arvo", serif;
    position: relative;
    top: 4px;
}

.step-icon {
    /* width: 60px;
    height: 60px; */
    /* margin-top: 5px;
    object-fit: contain; */
}

.step-item01 .step-icon {
    width: calc(149px/2);
    margin-top: 12px;
}

.step-item02 .step-icon {
    width: calc(143px/2);
    margin-top: 11px;
}

.step-item03 .step-icon {
    width: calc(83px/2);
    margin-top: 14px;
}

.step-content {
    /* text-align: center; */
    width: 100%;
}

.step-title {
    font-size: 16px;
    font-weight: bold;
    color: #ff9800;
    margin-bottom: 10px;
}

.step-description {
    font-size: 14px;
    line-height: calc(49/28);
    font-family: "Noto Sans JP", sans-serif;
}

.arrow {
    width: 13px;
    margin-left: calc((100px - 13px)/2);
    margin-right: auto;
}

.instagram-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 24px;
}

/* タイトル部分 */

/* 画像グリッド - モバイル：2列×2行 */
.instagram-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.instagram-item {
    width: calc((100% - 20px)/2);
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* フォローボタン */
.instagram-button-wrapper {
    text-align: center;
}

.instagram-follow-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    background-color: white;
    color: #2d7a4f;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #2d7a4f;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    max-width: calc(654px/2);
    position: relative;
}

.instagram-follow-button:hover {
    background-color: #2d7a4f;
    color: white;
}

.instagram-arrow {
    width: 24px;
    height: 24px;
    background-color: #2d7a4f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    position: absolute;
    left: auto;
    right: 10px;
}

.instagram-follow-button:hover .instagram-arrow {
    background-color: white;
    color: #2d7a4f;
}

/* contact */
/*  */

.contact__wrap {
    padding: 60px 24px 25px;
}

.contact__txt {
    text-align: center;
    font-size: 14px;
    line-height: calc(49 / 28);
    color: #000;
    margin-bottom: 25px;
    margin-top: 14px;
    font-weight: 500;
}

.input__area {
    margin: 25px 0 0;
}

.ttl-input__wrap {
    margin-bottom: 25px;
}

.ttl-input__wrap .hissu {
    font-size: 12px;
    color: #CE073B;
    position: relative;
    top: 0px;
    margin-left: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.ttl__wrap {
    margin-bottom: 10px;
    /* font-weight: 700; */
    font-size: 16px;
    font-weight: 600;
}

.input__wrap {}

.ttl__wrap {}

.under__txt {
    color: #CE073B;
    font-size: 12px;
    margin-top: 10px;
    line-height: calc(36/24);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.comname {
    display: none;
}


.input__wrap {}

.contct-item {}

.contct-item .ttl__wrap {
    margin-bottom: 17px;
}


.contact-contents {
    margin-top: 3px;
}



.input__wrap input {
    /*  background-color: #f2f2f2; */
    height: 30px;
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 2.5px;

}

.post-code input {
    width: 100%;
    margin-bottom: 0;
}

.address {}



.contact-contents__item textarea {
    background-color: #fff;
    width: 100%;
    height: 220px;
    /*  border: 1px solid #ccc;
 */

    font-size: 12px;
    padding: 7px 10px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 2.5px;
}





.cb__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cb:nth-child(2n) {}

.cb:not(:nth-child(2n)) {}

.cb {
    margin-right: 30px;
    margin-bottom: 10px;

}

input[type="checkbox"i] {

    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
}

.gokibonaiyo {
    margin-bottom: 15px;
}

.cb__list__ttl {
    margin-bottom: 9px;
}

.cb__list__wrap textarea {
    height: 222px;
}

.contact-contents textarea {
    height: 280px;
}

.cb__list__wrap {
    width: 100%;
}



.input__area .ttl-input__wrap .address__input {
    margin-bottom: 5px;
}




/*  */

.send {
    /* text-align: center; */
    /*  line-height: 25px; */
    /* font-size: 14px; */
}

.send__txt {}



.send__txt__check {
    /* margin-bottom: 44px;
    margin-top: 16px; */
    background-color: #F0F0F0;
    padding: 15px 20px;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    max-width: 300px;

}

.pv__hissu {
    background-color: #B51035;
    color: #fff;
    padding: 0px 8px 2px 8px;
    font-size: 12px;
    margin-left: 10px;
}

.contact-contents textarea.teams__txtarea {
    background-color: #fff;
    width: 100%;
    height: 440px;
    /*  border: 1px solid #ccc;
 */

    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 2.5px;
    margin-top: 25px;
    line-height: calc(49/28);
}

.pv__txt {
    background-color: #fff;
    width: 100%;
    height: 440px;
    /*  border: 1px solid #ccc;
 */

    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 2.5px;
    margin-top: 25px;
    line-height: calc(49/28);
    font-family: "Noto Sans JP", sans-serif;
    overflow: scroll;
}

.pv__txt__ttl {
    font-weight: 600;
}

/* .entry__btn {
    text-align: center;
    font-size: 17px;
    background-color: #00388b;
    width: 184px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;


    margin-top: 16px;
    cursor: pointer;
    padding: 0;
}

.entry__btn a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0 13px;
    width: 100%;
    display: block;
}
*/

.contact-contents__check {
    position: relative;
    top: 1px;
}

input[type="checkbox"i] {
    margin: 0;

}

.contact-contents__check__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-contents__check__list>li {
    margin-right: 15px;
    line-height: calc(28/15);
}

.entry__btn__wrap {
    display: flex;
    justify-content: center;
}

.entry__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #2d7a4f;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    max-width: calc(654px/2);
    position: relative;
    background-color: #2d7a4f;
    color: white;
    margin-top: 40px;

}

.entry__btn>span {
    margin-left: 5px;

}

.entry__btn:disabled {

    background-color: white;

    color: #2d7a4f;

}

.contact-arrow {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d7a4f;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    position: absolute;
    left: auto;
    right: 10px;
}

.entry__btn:disabled .contact-arrow {
    background-color: #2d7a4f;
    color: white;
}



::placeholder {
    color: #CCCCCC;
    font-size: 12px;
}

.thanks__content {
    margin-top: 47px;
    padding-bottom: 100px;
}

.thanks__ttl {
    font-size: 20px;
    line-height: 30px;
    color: #2EB28B;
    text-align: center;
}

.thanks__txt {
    margin: 39px -10px 0;
    border: 1px dotted #BECED5;
    padding: 20px 20px 26px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px;
}

.thanks__btn {
    background-color: #2EB28B;
    color: #fff;
    border: 1px solid #2EB28B;
    width: 150px;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    margin: 50px auto 0;
    display: block;
}

.company__wrap .scroll-anchor-l, .business-item01 .scroll-anchor-r, .business-item02 .scroll-anchor-l, .manufacturer__wrap .scroll-anchor-r, .manufacturer__wrap .scroll-anchor-l, .instagram__wrap .scroll-anchor-l, .instagram__wrap .scroll-anchor-r, .contact__wrapper .scroll-anchor-l, .contact__wrapper .scroll-anchor-r {
    display: none;
}

/* PC: 768px以上 */
@media (min-width: 768px) {


    .common__bg {
        background-image: url('../img/mizutama.png');
        background-size: 40px;
    }

    .fv__slider-pc__wrap {
        display: block;
    }

    .fv__slider-sp__wrap {
        display: none;
    }

    .fv__slider .slick-dots {
        transform: rotate(90deg);
        left: auto;
        top: auto;
        bottom: auto;
        width: auto;
        top: calc(15px + 17vw);
        right: 0;
    }

    .fv__slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 7px;
        padding: 0;
        cursor: pointer;
    }

    .fv__slider .slick-dots li button:before {
        font-family: slick;
        font-size: 14px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: 1;
        color: #C1C1C1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .h__ttl {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 40px;
        font-weight: bold;
        color: #333;
        /*  margin-bottom: 14px; */
    }

    .h__subtitle {
        color: #F08C00;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-top: 16px;
        font-family: "Arvo", serif;
    }


    .h__ttl02 .h__subtitle {
        color: #11712C;
    }

    .ttl-icon {
        position: relative;
    }

    .ttl-icon-r {
        transform: rotateY(180deg);
    }

    .ttl-icon01 {
        width: 68px;
        top: -4px;

    }

    .ttl-icon02 {
        width: 71px;
        top: -4px;
    }


    .content-wrapper {
        flex-direction: row-reverse;
        gap: 74px;
        align-items: flex-start;
        margin-top: 70px;
        align-items: center;
    }

    .company-section {
        max-width: calc(1620px + 48px);
        margin: 0 auto;
        padding: 70px 24px 64px;
    }

    .text-content {
        /*  order: 1;
        flex: 1; */
        padding-left: 5.7vw;
        width: calc(39.5% - 74px);
    }

    .image-content {
        /*   order: 2;
        flex: 1; */
        width: calc(60.5% - 74px);
    }

    .message-badge {
        font-size: 16px;
        padding: 6px 29px;
        margin-bottom: 14px;
    }

    .main-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .description {
        font-size: 16px;
        line-height: calc(35/16);
    }

    .representative {
        text-align: right;
        font-size: 18px;
        color: #333333;
    }

    .representative>span {
        font-size: 20px;
    }

    @media (max-width: 1380px) {
        .content-wrapper {
            gap: 40px;

        }

        .text-content {
            padding: 0;
            width: calc(39.5% - 40px);

        }

        .image-content {
            /*   order: 2;
        flex: 1; */
            width: calc(60.5% - 40px);
        }
    }

    @media (max-width: 1070px) {
        .content-wrapper {
            gap: 40px;
            flex-direction: column;

        }

        .text-content {
            padding: 0;
            width: 100%;

        }

        .image-content {
            /*   order: 2;
        flex: 1; */
            width: 100%;
        }

    }


    .image-grid {
        display: none;
    }

    .image-grid-pc {
        display: block;
    }

    .main-image {
        height: 200px;
    }

    .sub-images {
        grid-template-columns: 1fr 1fr;
    }

    .sub-image {
        height: 120px;
    }

    .strength-section {
        /*   padding: 80px 40px; */
        max-width: 1400px;
    }

    .strength-title {
        font-size: 34px;
        padding: 18px 0;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .strength-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        margin-top: 50px;
    }

    .strength-card {
        padding: 40px;
        border-radius: 20px;
    }

    .card-title {
        font-size: 24px;
    }

    .card-description {
        font-size: 16px;
        padding-left: 0;
        margin-top: 29px;
    }

    .card-header {
        gap: 16px;
    }

    .card-icon {
        width: 44px;
    }

    .business-section {
        padding: 60px 0px 0;
    }

    .section-header {
        margin-bottom: 60px;
    }

    .business-items {
        gap: 0;
        margin-top: 70px;
    }

    .business-item {
        flex-direction: row;
    }

    .business-item:nth-child(odd) {
        flex-direction: row;
        margin-bottom: 50px;
    }

    .business-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .item-button {
        margin-left: 0;
    }

    .item-button {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 22px 0;
        background-color: #fff;
        color: #11712C;
        border: 2px solid #11712C;
        border-radius: 100px;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.3s ease;
        cursor: pointer;
        margin: 0 auto;
        position: relative;
        justify-content: start;
        max-width: 327px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        margin-left: 0;
        padding-left: 40px;

    }

    .button-icon {
        width: 40px;
        height: 40px;
        background-color: #11712C;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        transition: all 0.3s ease;
        margin-left: auto;
        position: absolute;
        left: auto;
        right: 16px;
    }

    @media screen and (max-width: 830px) {
        .item-button {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 22px 0;
            background-color: #fff;
            color: #11712C;
            border: 2px solid #11712C;
            border-radius: 100px;
            font-size: 16px;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            margin: 0 auto;
            position: relative;
            justify-content: start;
            max-width: 327px;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 500;
            margin-left: 0;
            padding-left: 30px;

        }

        .button-icon {
            width: 25px;
            height: 25px;
            background-color: #11712C;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            transition: all 0.3s ease;
            margin-left: auto;
            position: absolute;
            left: auto;
            right: 16px;
        }
    }

    .item-image {
        width: 50%;
        /*  height: auto;
        order: initial; */
        object-fit: cover;
    }

    .item-content {
        width: 50%;
        padding: calc(10.5vw/2);
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: initial;
    }

    .business-item:nth-child(even) .item-content {
        align-items: end;
    }

    .item-content-inner {
        width: 100%;
        max-width: 464px;
    }





    .item-title {
        text-align: left;
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .item-description {
        font-size: 16px;
        margin-bottom: 50px;
        /* max-width: 464px; */
    }

    .item-description02 {
        margin-bottom: 0;
    }

    .manufacturer-section {
        padding: 80px 24px;
        max-width: 1248px;
    }

    .section-title {
        font-size: 28px;
    }

    .intro-text {
        font-size: 20px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .manufacturer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin-bottom: 30px;
    }

    .category-card {
        padding: 40px;
        width: calc((100% - 40px)/2);
        border-radius: 20px;
    }

    .category-header {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .category-icon {
        min-width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }

    .category-card.green .category-title, .category-card.orange .category-title {
        font-size: 24px;
    }

    .manufacturer-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .manufacturer-item {

        font-size: 16px;
    }

    .manufacturer-item>a {
        padding: 12px 4px;
    }

    @media (max-width: 1150px) {
        .manufacturer-list {
            grid-template-columns: repeat(1, 1fr);
            gap: 32px;
        }
    }

    .footer-note {
        font-size: 16px;
    }

    .works {
        padding: 60px 24px 102px;
        background-color: #fff;
        background-image: url(../img/beach-pc.png);
        background-size: cover;
        background-position: center top 340px;
    }

    .works__header {
        margin-bottom: 60px;
        gap: 20px;
    }

    .works__icon {
        width: 60px;
    }

    .works__title {
        font-size: 36px;
        margin-bottom: 4px;
    }

    .works__subtitle {
        font-size: 18px;
    }

    .works__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 60px;
    }

    .works__card {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        width: calc((100% - 80px) / 3);
        overflow: visible;
    }

    .works__card-inner {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border-radius: 0 10px 10px 10px;
        overflow: hidden;
    }

    .works__category {
        font-size: 16px;
        padding: 8px 30px;
        display: inline-block;
        border-radius: 10px 10px 0 0;
        margin-bottom: 0;
    }

    .works__image-wrapper {}

    .works__image__inner-sp {
        display: none;
    }

    .works__image__inner-pc {
        display: block;
        aspect-ratio: 440/300;

    }

    .works__badge {
        bottom: 20px;
        right: 20px;
        font-size: 16px;
        padding: 8px 0;
        width: 68px;
    }

    @media (max-width: 1170px) {
        .works__card {
            background-color: transparent;
            border-radius: 0;
            box-shadow: none;
            width: calc((100% - 40px) / 2);
        }
    }


    .works__location {
        font-size: 14px;
        padding: 12px 20px 20px;
    }

    .consultation-steps {
        max-width: calc(1098px + 48px);
        margin: 0 auto;
        /* display: none; */
        padding: 60px 24px 80px;
    }

    .steps-title-section {
        margin-bottom: 50px;
    }

    .steps-title-wrapper {
        gap: 15px;
    }

    .steps-palm-icon {
        width: 55px;
        height: 55px;
        font-size: 55px;
    }

    .steps-main-title {
        font-size: 32px;

    }



    /* 横並びレイアウト */
    .steps-container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 35px;
    }

    .step-item {
        flex: 1;
        /* max-width: 300px; */
        flex-direction: column;
        gap: 20px;
        max-width: 290px;
    }

    .step-circle {
        /*  min-width: 290px;
        min-height: 290px; */
        width: 100%;
        aspect-ratio: 290/290;
        width: 100%;
        min-width: auto;
        max-width: 290px;
        height: 100%;
        justify-content: start;
        padding-top: 14%;
    }

    .step-number {
        font-size: 36px;
        top: 7px;
    }

    .step-icon {
        width: auto;
        height: auto;
    }

    .step-label {
        font-size: 20px;
        font-style: italic;
        border-bottom: 1px solid #fff;
        font-family: "Arvo", serif;
        padding-bottom: 2px;
        line-height: 1;
    }

    .step-item01 .step-icon {
        width: 62%;
        margin-top: 20%;
    }

    .step-item02 .step-icon {
        width: 63%;
        margin-top: 20%;
    }

    .step-item03 .step-icon {
        width: 43%;
        margin-top: 12%;
    }

    .step-title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .step-description {
        font-size: 16px;
        padding: 0;
    }

    .arrow {
        width: 3.7%;
        margin: 0;
        transform: rotate(-90deg);
        /* align-self: center; */
        /* position: absolute;
        top: 0; */
        margin-top: calc(13% - 13px);
    }

    .instagram-section {
        max-width: 1108px;
        margin: 0 auto;
        padding: 80px 24px;
    }

    .instagram-title-wrapper {
        gap: 15px;
    }

    .instagram-grid {
        gap: 20px;
        margin-bottom: 50px;
        margin-top: 50px;
        flex-wrap: nowrap;
    }

    .instagram-follow-button {
        padding: 22px 50px;
        font-size: 18px;
    }

    .instagram-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    /*contact  */
    .contact__wrap {
        padding: 60px 24px 70px;
        max-width: 859px;
        margin: 0 auto;
    }

    .contact__txt {
        font-size: 20px;
        margin-bottom: 60px;
        margin-top: 40px;
    }

    .input__area {

        margin: 60px 0 0;
    }

    .ttl-input__wrap {
        margin-bottom: 50px;
    }

    .ttl-input__wrap .hissu {
        font-size: 14px;
        position: relative;
        top: 0px;
        margin-left: 14px;
    }

    .comname {
        display: inline-block;
    }

    .ttl__wrap {
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 18px;
    }

    .input__wrap {}

    .ttl__wrap {}



    .input__wrap {}

    .contct-item {}

    .contct-item .ttl__wrap {
        /* margin-bottom: 17px; */
    }


    .contact-contents {
        margin-top: 3px;
    }



    .input__wrap input {
        /*  background-color: #f2f2f2; */
        height: 65px;
        width: 100%;
        font-size: 16px;
        padding: 0 25px;
        box-sizing: border-box;
        border-radius: 10px;

    }

    .post-code input {
        width: 100%;
        margin-bottom: 0;
    }

    .address {}



    .contact textarea {
        background-color: #F8F8F8;
        width: 100%;
        height: 235px;
        /*  border: 1px solid #ccc;
 */

        font-size: 16px;
        padding: 20px;
        box-sizing: border-box;
    }





    .cb__wrap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .cb:nth-child(2n) {}

    .cb:not(:nth-child(2n)) {}

    .cb {
        margin-right: 30px;
        margin-bottom: 10px;

    }

    input[type="checkbox"i] {

        margin: 0 10px 0 0;
        position: relative;
        top: 1px;
    }

    .gokibonaiyo {
        margin-bottom: 15px;
    }

    .cb__list__ttl {
        margin-bottom: 9px;
    }

    .cb__list__wrap textarea {
        height: 235px;
    }

    .contact-contents textarea {
        height: 216px;
        border-radius: 10px;
    }

    .cb__list__wrap {
        width: 100%;
    }



    .input__area .ttl-input__wrap .address__input {
        margin-bottom: 15px;
        max-width: 200px;
    }




    /*  */

    .send {
        margin-top: 50px;
        line-height: 2;
        font-size: 15px;
    }

    .send__txt {}

    .send .send__txt>a {
        color: #302D2C;
        text-decoration: underline;

    }

    .send__txt__check {
        background-color: #F0F0F0;
        padding: 26px 40px;
        font-size: 16px;
        font-family: "Noto Sans JP", sans-serif;
        max-width: 420px;
    }

    .pv__hissu {
        background-color: #B51035;
        color: #fff;
        padding: 2px 10px 4px 10px;
        font-size: 14px;
        margin-left: 10px;
    }

    .contact-contents textarea.teams__txtarea {
        background-color: #fff;
        width: 100%;
        height: 320px;
        /* border: 1px solid #ccc; */
        font-size: 14px;
        padding: 30px;
        box-sizing: border-box;
        border: 1px solid #707070;
        border-radius: 10px;
        margin-top: 42px;
        line-height: calc(24.5 / 14);
    }

    .pv__txt {
        background-color: #fff;
        width: 100%;
        height: 320px;
        /* border: 1px solid #ccc; */
        font-size: 14px;
        padding: 30px;
        box-sizing: border-box;
        border: 1px solid #707070;
        border-radius: 10px;
        margin-top: 42px;
        line-height: calc(24.5 / 14);
    }

    /* .entry__btn {
    text-align: center;
    font-size: 17px;
    background-color: #00388b;
    width: 184px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;


    margin-top: 16px;
    cursor: pointer;
    padding: 0;
}

.entry__btn a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0 13px;
    width: 100%;
    display: block;
}
*/

    .contact-contents__check {
        position: relative;
        top: 1px;
    }

    input[type="checkbox"i] {
        margin: 0;

    }

    .contact-contents__check__list {
        display: flex;
        flex-wrap: wrap;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .contact-contents__check__list>li {
        margin-right: 15px;
        line-height: calc(28/15);
    }


    .entry__btn {
        font-size: 18px;
        margin-top: 60px;
        padding: 18px;
    }

    .entry__btn>span {
        margin-left: 5px;

    }

    .entry__btn:disabled {
        margin-top: 60px;

    }



    ::placeholder {
        color: #CCCCCC;
        font-size: 15px;
    }

    .thanks__content {
        max-width: 1000px;
        margin: 85px auto 0;
        padding-bottom: 150px;
    }

    .thanks__ttl {
        font-size: 26px;
        line-height: 45px;
        color: #2EB28B;
        text-align: center;
    }

    .thanks__txt {
        margin: 55px -0 0;
        border: 1px dotted #BECED5;
        padding: 32px 35px 37px;
        border-radius: 20px;
        font-size: 15px;
        line-height: 31px;
    }

    .thanks__btn {
        background-color: #2EB28B;
        color: #fff;
        border: 1px solid #2EB28B;
        width: 280px;
        height: 60px;
        cursor: pointer;
        font-size: 16px;
        margin: 60px auto 0;
        display: block;
    }

    .under__txt {
        display: none;
    }

    /*  */
    .company__wrap, .business-item01, .business-item02, .manufacturer__wrap, .instagram__wrap, .contact__wrapper {
        position: relative;
        overflow: hidden;
    }

    .scroll-anchor-l {
        transform: translateX(-309px);
        transition: transform .3s;
    }

    .scroll-anchor-r {
        transform: translateX(432px);
        transition: transform .3s;
    }

    .scroll-anchor-l.active {
        transform: translateX(0);
    }

    .scroll-anchor-r.active {
        transform: translateX(0);
    }

    .company__wrap .scroll-anchor-l {
        content: "";
        /*  */
        width: 309px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: calc(605/1347*100%);
        height: 325px;
        left: -77px;

    }

    .business-section {
        overflow: hidden;
    }

    .business-item01 .scroll-anchor-r {
        content: "";

        width: 364px;
        height: 370px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 27%;
        left: auto;
        right: -68px;
    }

    .business-item02 .scroll-anchor-l {
        content: "";

        width: 207px;
        height: 308px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 16%;
        left: -44px;
    }

    .manufacturer__wrap .scroll-anchor-r {
        content: "";

        width: 432px;
        height: 378px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: calc(186/1164*100%);
        left: auto;
        right: -149px;
    }

    .manufacturer__wrap .scroll-anchor-l {
        content: "";

        width: 309px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: calc(623/1164*100%);
        height: 325px;
        left: -77px;
    }



    .instagram__wrap .scroll-anchor-l {
        content: "";

        width: 207px;
        height: 308px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 19%;
        left: -44px;
    }

    .instagram__wrap .scroll-anchor-r {
        content: "";

        width: 364px;
        height: 370px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 15%;
        left: auto;
        right: -68px;
    }

    .contact__wrapper .scroll-anchor-l {
        content: "";

        width: 309px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: calc(390/2236*100%);
        height: 325px;
        left: -77px;
    }

    .contact__wrapper .scroll-anchor-r {
        content: "";

        width: 432px;
        height: 378px;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: calc(1040/2236*100%);
        left: auto;
        right: -149px;
    }

    .contact-contents__item textarea {
        padding: 20px 25px;
    }

    @media (max-width: 1690px) {
        .scroll-anchor-l {
            transform: translateX(calc(-309px*0.5));
        }

        .scroll-anchor-r {
            transform: translateX(calc(432px*0.5));
        }

        .company__wrap .scroll-anchor-l {
            content: "";

            width: 309px;
            height: 325px;
            width: calc(309px*0.5);
            height: calc(325px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: calc(605/1347*100%);
            left: calc(-77px*0.5);

        }

        .business-item01 .scroll-anchor-r {
            content: "";

            width: 364px;
            height: 370px;
            width: calc(364px*0.5);
            height: calc(370px*0.5);
            right: calc(-68px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: 27%;
            left: auto;
        }

        .business-item02 .scroll-anchor-l {
            content: "";

            width: 207px;
            height: 308px;
            width: calc(207px*0.5);
            height: calc(308px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: 16%;
            left: calc(-44px*0.5);
        }

        .manufacturer__wrap .scroll-anchor-r {
            content: "";

            width: 432px;
            height: 378px;
            width: calc(432px*0.5);
            height: calc(378px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: calc(186/1164*100%);
            left: auto;
            right: -149px;
            right: calc(-149px*0.5);
        }

        .manufacturer__wrap .scroll-anchor-l {
            content: "";

            width: calc(309px*0.5);
            height: calc(325px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: calc(623/1164*100%);
            left: calc(-77px*0.5);
        }



        .instagram__wrap .scroll-anchor-l {
            content: "";

            width: calc(207px*0.5);
            height: calc(308px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: 19%;
            left: calc(-44px*0.5);
        }

        .instagram__wrap .scroll-anchor-r {
            content: "";

            width: calc(364px*0.5);
            height: calc(370px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: 15%;
            left: auto;
            right: calc(-68px*0.5);
        }

        .contact__wrapper .scroll-anchor-l {
            content: "";

            width: calc(309px*0.5);
            height: calc(325px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: calc(390/2236*100%);
            left: calc(-77px*0.5);
        }

        .contact__wrapper .scroll-anchor-r {
            content: "";

            width: calc(432px*0.5);
            height: calc(378px*0.5);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            position: absolute;
            top: calc(1040/2236*100%);
            left: auto;
            right: calc(-149px*0.5);
        }
    }

    @media screen and (max-width: 1380px) {
        .company__wrap .scroll-anchor-l, .business-item01 .scroll-anchor-r, .business-item02 .scroll-anchor-l, .manufacturer__wrap .scroll-anchor-r, .manufacturer__wrap .scroll-anchor-l, .instagram__wrap .scroll-anchor-l, .instagram__wrap .scroll-anchor-r, .contact__wrapper .scroll-anchor-l, .contact__wrapper .scroll-anchor-r {
            display: none;
        }
    }
}

/* 大画面対応 */


@media (min-width: 1024px) {
    .instagram-grid {
        gap: 25px;
    }
}

@media screen and (min-width: 1170px) {
    .fv__wrap {
        margin-top: 114px;
    }
}