@charset "UTF-8";

:root{
    --color-Text-Primary:#333333;
    --color-Text-Accent:#EB5C33;
    --color-Text-Usually:#fefefe;
    --color-Background-Primary:#ffffff;
    --color-Background-Secondary:#FFF8F3;
    --color-Background-CTA:#E8430C;
}

/* 20251009 */
.segment-fv .fv_pc{
    background: url(/tanomu/assets/images/bihin/mv_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    height: auto;
    margin-top: 60px;
}
.fv_wrap{
    max-width: 1100px;
    margin: 0 auto;
}
.fv-left{
    max-width: 688px;
}
.segment-fv .industry {
    color:var(--color-Text-Usually);
    font-weight: 700;
    border: 2px solid #fefefe;
    padding: 5px 15px;
    margin-bottom: 16px;
    border-radius: 5px;
    text-align: center;
}
.segment-fv h1{
     font-weight: 700;
     color:var(--color-Text-Usually);
     letter-spacing: 0.05em;
     font-feature-settings: "palt";
     line-height: 1.2em;
     padding-top: 15px;
}
.yellow{
    color: #FCF284;
}
.fv_text{
    color:var(--color-Text-Primary);
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    padding-top: 15px;
}
.fv-sp-img{
    display: none;
}
@media (width > 1365px) {
    .segment-fv .industry {
        width: 250px;
        font-size: 30px;
    }
.segment-fv h1{
     font-size: 50px;
}
.text_small{
    font-size: 40px;
}
.fv_text{
    font-size: 20px;
}
}
@media (width < 1400px) {

}
@media (width < 1366px) {
    .segment-fv .fv_pc{
        padding: 5% 0;
        margin-top: 3vw;
    }
    .fv_wrap{
        width: calc(950vw / 1100 * 100);
    }
    .segment-fv .industry {
        width: 19vw;
        font-size: clamp(16px, 5vw, 2vw);
        margin-bottom: 2%;
        padding: 1% 1.5%;
    }
    .segment-fv h1{
        font-size: 4vw;
        padding-top: 2%;
    }
    .text_small{
        font-size: 3vw;
    }
    .fv_text{
        font-size: 1.5vw;
        padding-top: 2%;
    }
}
@media (width < 750px) {
    .fv_wrap{
        width: 100%;
    }
    .segment-fv {
        margin-top: -3vw;
    }
    .segment-fv .fv_pc{
        display: none;
    }
    .segment-fv .fv_sp{
        display: block;
        background: url(/tanomu/assets/images/bihin/mv_bg_sp.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 48px 0 0 0;
        height: 100%;
    }
    .fv-left{
        max-width: 100%;
        padding: 0 5%;
}
    .fv-sp-img{
        display: block;
        margin-top: 3%;
    }
    .fv-sp-img img{
        width: 100%;
    }
    .segment-fv .industry {
        width: 40%;
        font-size: 4vw;
        margin-bottom: 4%;
    }
    .segment-fv h1{
        font-size: 7vw;
        padding-top: 4%;
    }
    .text_small{
        font-size: 6vw;
    }
    .fv_text{
        font-size: 3vw;
        padding-top: 5%;
        line-height: 1.8em;
    }
}
@media (width < 450px) {
        .segment-fv .industry {
        width: 55%;
        font-size: 5.5vw;
        margin-bottom: 4%;
    }
    .segment-fv h1{
        line-height: 1.6em;
    }
    .yellow{
    font-size: 8.4vw;
}
    .text_small{
        font-size: 7vw;
    }
        .fv_text{
        font-size: 16px;
    }
}
/* CTAボタン */
a.cta_btn{
    position: relative;
    display: inline-block;
    color: var(--color-Text-Usually);
    font-size: 30px;
    padding: 0.8rem 2rem;
    background-color: var(--color-Background-CTA);
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 40px;
    border: 4px solid #E8430C;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    z-index: 1;
}
a.cta_btn:hover{
    background: var(--color-Background-Primary);
    color: var(--color-Background-CTA);
    border: 4px solid #E8430C;
}
a.cta_btn span{
    position: relative;
    padding-right: 80px;
}
a.cta_btn span:before{
    content: '';
    width: 50px;
    height: 50px;
    border:4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -25px;
    transition-duration: 0.3s;
}
a.cta_btn span:after{
    content: '';
    width: 18px;
    height: 18px;
    border: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -13px;
    transition-duration: 0.3s;
}
a.cta_btn:hover span:before{
    border:4px solid #E8430C;
}
a.cta_btn:hover span:after{
    border-top: 4px solid #E8430C;
    border-right: 4px solid #E8430C;
}
@media (width > 1366px) {
    a.cta_btn{
    font-size: 30px;
    }
}
@media (width < 1350px) {
    a.cta_btn{
    font-size: 2vw;
    margin-top: 3%;
    }
    a.cta_btn span:before{
        width: 3.5vw;
        height: 3.5vw;
        margin-top: -6%;
    }
    a.cta_btn span:after{
        width: 1.5vw;
        height: 1.5vw;
        right: 1vw;
        margin-top: -3.5%;
    }
}
@media (width < 750px) {
    a.cta_btn{
        font-size: 4.5vw;
        margin-top: 10%;
        width: 100%;
        z-index: 1;
    }
    a.cta_btn span{
    padding-right: 20%;
}
    a.cta_btn span:before{
        width: 7vw;
        height: 7vw;
        margin-top: -5.5%;
    }
    a.cta_btn span:after{
        width: 2.5vw;
        height: 2.5vw;
        right: 2.3vw;
        margin-top: -2.5%;
    }
}
@media (width < 450px) {
    a.cta_btn{
        font-size: 5vw;
        padding: 0.8rem 1rem;
    }
a.cta_btn span:before{
    width: 8vw;
    height: 8vw;
    margin-top: -5.5%;
    border:3px solid #fff;
}
a.cta_btn span:after{
        right: 2.7vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
a.cta_btn:hover span:before{
    border:3px solid #E8430C;
}
    a.cta_btn:hover span:after{
    border-top: 3px solid #E8430C;
    border-right: 3px solid #E8430C;
}
}


/* 共通 */
.column_wrap{
    position:relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0 120px;
}
.column-head {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
.text_accent {
    color: var(--color-Text-Accent);
}

@media (max-width: 1350px) {
    .column_wrap{
        max-width: 100%;
        padding: 80px 5%;
    }
    .column-head {
        font-size: calc(42vw / 1200 * 100);
    }
}
@media (max-width: 750px) {
    .column-head {
        font-size: calc(45vw / 750 * 100);
    }
}
/* assignment */
.assignment {
    text-align: center;
}

.assignment-head {
    font-size: 32px;
    font-weight: bold;
}

.assignment-box-list {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.assignment-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 23%;
    border-radius: 10px;
    border: 2px solid #efefef;
    border-radius: 5px;

}

.assignment-box-top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff3eb;
    width: 100%;
    padding: 10% 0;
    font-size: 20px;
    font-weight: bold;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

.assignment-box-head {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.assignment-box-img {
    width: 80%;
    height: 150px;
    margin: 20px auto;
}

.assignment-box-txt {
    padding: 10% 10% 0 10%;
    text-align: center;
    flex-grow: 1;
}

@media (max-width: 1350px) {
    .assignment-box-list {
        margin-top: calc(75vw / 1100 * 100);
    }

    .assignment-box {
        border-radius: calc(10vw / 1100 * 100);
        border: calc(2vw / 1100 * 100) solid #efefef;
        border-radius: calc(5vw / 1100 * 100);

    }
    .assignment-box-top {
        font-size: 1.7vw;
}
    .assignment-box-img {
        width: calc(210vw / 1100 * 100);
        height: calc(150vw / 1100 * 100);
        margin: calc(20vw / 1100 * 100) auto calc(10vw / 1100 * 100);
    }
}

@media (max-width: 750px) {

    .assignment-head {
        font-size: calc(48vw / 750 * 100);
    }

    .assignment-head .text_accent {
        font-size: 1em;
    }

    .assignment-box-list {
        display: block;
        margin-top: calc(75vw / 750 * 100);
    }

    .assignment-box {
        width: 100%;
        border-radius: calc(10vw / 750 * 100);
        border: calc(2vw / 750 * 100) solid #efefef;
        border-radius: calc(5vw / 750 * 100);
    }

    .assignment-box+.assignment-box {
        margin-top: calc(50vw / 750 * 100);
    }

    .assignment-box-top {
        font-size: calc(32vw / 750 * 100);
        line-height: 1.7;
    }

    .assignment-box-head {
        margin-top: calc(45vw / 750 * 100);
        font-size: calc(40vw / 750 * 100);
    }

    .assignment-box-img {
        width: calc(380vw / 750 * 100);
        height: auto;
        margin: calc(45vw / 750 * 100) auto;
    }
    .assignment-box-txt {
        width: calc(580vw / 750 * 100);
        padding-bottom: calc(55vw / 750 * 100);
        font-size: calc(28vw / 750 * 100);
        line-height: 1.6;
        margin: auto;
    }
}

/* resolution */
.resolution_wrap_sp{
    display: none;
}
.resolution{
    background: var(--color-Background-Secondary);
}
.h2_sub_text{
    font-size: 22px;
    color: var(--color-Text-Primary);
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}
.resolution_wrap{
    background: url(/tanomu/assets/images/bihin/resolution_bg.png) no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: 84px;
    padding-bottom: 5%;
    display: flex;
    justify-content: space-between;
}
.resolution dl{
    width: 314px;
}
.resolution dl dt{
    font-size: 20px;
    color: var(--color-Text-Accent);
    font-weight: bold;
    margin-bottom: 15px;
}
.resolution dl dd{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-Text-Primary);
}
.resolution dl dd img{
    margin: 15px 0 0 0;
}
.resolution_box span{
    display: block;
    font-size: 14px;
    margin-top: 1em;
}
.resolution_left dl{
    margin-bottom: 60px;
}
.resolution_right dl{
    margin-bottom: 40px;
}
.resolution_right p{
    margin-bottom: 1em;
}
.resolution_right dl:nth-child(n+2){
    margin-bottom: 50px;
}
@media (max-width: 1350px) {
    .resolution_wrap {
        margin: 5% auto 0 auto;
        position: relative;
        padding-bottom: 66%;
    }
    .resolution_left,.resolution_right{
        position: absolute;
        width: 28%;
    }
    .resolution_right{
        right: 0;
    }
    .resolution_left dl{
        margin-bottom: 20%;
    }
    .resolution_right dl{
        margin-bottom: 14%;
    }
    .resolution_right dl:nth-child(n+2){
        margin-bottom: 16%;
}
    .resolution dl{
        width: 100%;
    }
    .resolution dl dt{
        font-size: 1.5vw;
        margin-bottom: 1em;
    }
    .resolution dl dd{
        font-size: 1.25vw;
        letter-spacing: 0.05em;
    }
    .resolution_box span{
        font-size: 1.05vw;
    }
}

/* resolution SP */
@media (max-width: 750px) {
    .h2_sub_text {
        font-size: 4vw;
    }
    .resolution_wrap {
        display: none;
    }
    .resolution_wrap_sp{
        display: block;
        position: relative;
        background: url(/tanomu/assets/images/bihin/resolution_bg_sp.png) no-repeat;
        background-position: center center;
        background-size: contain;
        padding-bottom: 230%;
    }
    .resolution_wrap_sp .modal-open img{
        width: 18vw;
        }
        .resolution_wrap_sp .check .modal-open img{
            width: 27vw;
        }
    .resolution_wrap_sp .tap{
        position:absolute;
        width:20%;
    }
    .resolution_wrap_sp .check{
        position:absolute;
        width: 28%;
        top: 175vw;
        right: 27vw;
    }
    .resolution_wrap_sp .tap_label{
        top: 72vw;
        left: 5vw;
    }
    .resolution_wrap_sp .tap_packaging{
        top: 76vw;
        right: 11vw;
    }
    .resolution_wrap_sp .tap_lot{
        top: 120vw;
        right: 19vw;
    }
    .resolution_wrap_sp .tap_unit_cost{
        top: 130vw;
        left: 25vw;
    }

    /* モーダルCSS */

/* モーダルと背景の指定 */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 30;
}

/* モーダルの擬似要素の指定 */
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active{
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
  border-radius: 5px;
}

/* モーダルを閉じるボタンの指定 */
.modal-close{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  transform: translate(50%, -50%);
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content{
  background: var(--color-Text-Usually);
  color: var(--color-Text-Primary);
  text-align: left;
  padding: 30px 20px;
  border-radius: 5px;
}

.resolution .tap_label dl:first-child,.resolution .tap_unit_cost dl:first-child{
    margin-bottom: 2em;
}
.resolution dl dt{
        font-size: 3.5vw;
        margin-bottom: 1em;
    }
    .resolution dl dd{
        font-size: 3vw;
    }
    .resolution_box span{
        font-size: 2.5vw;
    }
    .resolution_image{
        width:70%;
        margin:auto;
    }

}
@media (max-width: 550px) {
    .resolution dl dt{
        font-size: 4.8vw;
        margin-bottom: 1em;
    }
    .resolution dl dd{
        font-size: 3.8vw;
    }
    .resolution_box span{
        font-size: 3vw;
    }
    }

/* CTA */
    .cta_request_materials{
        background: url(/tanomu/assets/images/bihin/cta_bg.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .cta_request_materials .column_wrap{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
    .cta_request_materials .cta_left{
        width:50%;
    }
    .cta_request_materials .cta_right{
        width: 47%;
    }
    .cta_request_materials .cta_left img{
        width:100%;
        }

    .cta_request_materials h2{
        color: var(--color-Text-Usually);
        font-size:50px;
        font-weight:bold;
        text-align:center;
        letter-spacing: 0.05em;
        }
    .speechBubble {
        position: relative;
        width: 60%;
        margin: 10px auto;
        padding: 5px;
        border-radius: 9999px;
        background-color: var(--color-Text-Usually);
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
        color:var(--color-Text-Accent);
        }

    .speechBubble::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 15px 10px 0 10px;
        border-color: #fefefe transparent transparent;
        translate: -50% 100%;
    }

    .speechBubble::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 11.4px 7.6px 0 7.6px;
        border-color: #fefefe transparent transparent;
        translate: -50% 100%;
    }
    .cta_request_materials ul{
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .cta_request_materials ul li{
        width: 31%;
        background: var(--color-Background-Secondary);
        color: #333333;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3em;
        text-align: center;
        padding: 10px;
        border-radius: 5px;
        }
    .pc_br{
            display: block;
        }
    .cta_request_materials a.cta_btn {
            width: 100%;
            margin-top: 30px;
        }
@media (max-width: 1350px) {
    .speechBubble {
        font-size: 2.2vw;
    }
    .cta_request_materials h2{
        font-size: 4vw;
    }
    .cta_request_materials ul li{
        font-size: 1.45vw;
    }
    .cta_request_materials a.cta_btn {
        padding: 0.8rem 0;
        margin-top: 1.5rem;
    }
    }
@media (max-width: 750px) {
    .cta_request_materials .column_wrap,.cta_request_materials ul{
        flex-direction: column;
    }
    .cta_request_materials .cta_left{
        width:100%;
        order: 2;
    }
    .cta_request_materials .cta_right{
        width: 100%;
        order: 1;
        margin-bottom: 60px;
    }
    .speechBubble {
        font-size: 5vw;
    }
    .cta_request_materials h2{
        font-size: 9vw;
         margin-bottom: 3rem;
    }
    .cta_request_materials ul{
        width: 100%;
        gap: 15px;
    }
    .cta_request_materials ul li{
        width: 100%;
        font-size: 4vw;
        padding: 20px 0;
    }
    .cta_request_materials a.cta_btn {
        margin-top: 3rem;
    }
    .pc_br{
            display: inline;
        }
}


/* operation　備品資材卸ページレイアウト修正 */
.inner{
    padding: 80px 0;
}
.operation {
    padding: 0 0 30px !important;
}
.operation-list{
    margin-top: 75px;
}
.operation-box:last-child .operation-box-txt-area {
    padding-left: 0;
    padding-right: 40px;
}
@media (max-width: 1350px) {
    .inner{
        width: 90%;
}
}
@media (max-width: 1200px) {
    .operation-box-bubble-inner {
        font-size: calc(24vw / 1200 * 100) !important;
    }
}
@media (max-width: 750px) {
    .operation-box-bubble-inner {
        font-size: calc(30vw / 750 * 100) !important;
    }
    .operation-list{
        margin-top: calc(75vw / 750 * 100);
    }
    .operation_last_img{
        margin-top: 15vw;
    }
    .operation-box:last-child .operation-box-txt-area {
        padding-right: 0;
    }
    .operation-box-slide-area {
        transform: translate(calc(35vw / 750 * 100), calc(-91vw / 750 * 100));
    }
}

/* bihin_case */
.bihin_case{
    background: var(--color-Background-Secondary);
    }
.bihin_case_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}
.bihin_case_left,.bihin_case_right{
    width: 48%;
}
.bihin_case_left img{
    width: 100%;
}
.bihin_case h3{
    color: var(--color-Text-Accent);
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 12px;
}
.bihin_case .case_company{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.bihin_case .case_summary{
    line-height: 1.7em;
    margin-bottom: 24px;
}
.bihin_case .case-btn {
    background-color: #fff;
    width: 275px;
    height: 54px;
    margin: 0 auto;
    border: 2px solid #ed582d;
    border-radius: 5px;
}
.bihin_case .case-btn:hover {
  background-color: #ed582d;
}
@media (max-width: 1350px) {
    .bihin_case h3{
        font-size: 1.8vw;
        margin-bottom: 0.5em;
    }
    .bihin_case .case_company{
        font-size: 1.5vw;
        margin-bottom: 1em;
    }
}
@media (max-width: 1100px) {
    .bihin_case .case-btn {
        width: calc(316vw / 1100 * 100);
        height: calc(54vw / 1100 * 100);
        border: calc(2vw / 1100 * 100) solid #ed582d;
        border-radius: calc(5vw / 1100 * 100);
    }
}
@media (max-width: 750px) {
    .bihin_case_wrap{
        flex-direction: column;
        margin-top: calc(75vw / 750 * 100);
    }
    .bihin_case_left,.bihin_case_right{
        width: 100%;
    }
    .bihin_case_left{
        margin-bottom: 44px;
    }
    .bihin_case h3{
        font-size: 5vw;
    }
    .bihin_case .case_company{
        font-size: 4.3vw;
    }
    .bihin_case .case_summary{
        font-size: calc(28vw / 750 * 100);
    }
    .bihin_case .case-btn {
        width: calc(545vw / 750 * 100);
        height: calc(120vw / 750 * 100);
        border: calc(2vw / 750 * 100) solid #ed582d;
        border-radius: calc(5vw / 750 * 100);
        margin: 0 auto;
    }
}

/*usage_system*/
.usage_system{
    background: var(--color-Background-Secondary);

}
.usage-system-box-bubble {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed582d;
    width: 334px;
    height: 49px;
    padding: 0 20px;
    transform: translateX(22px);
    margin: 0 auto;
}

.usage-system-box-bubble::before,
.usage-system-box-bubble::after {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 17px;
    height: 49px;
}

.usage-system-box-bubble::before {
    background-image: url('/web/jp/asp/seller/images/tanomu/pc/operation_bubble_left.png');
    left: -16px;
}

.usage-system-box-bubble::after {
    background-image: url('/web/jp/asp/seller/images/tanomu/pc/operation_bubble_right.png');
    right: -16px;
}

.usage-system-box-bubble-inner {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.usage-system-box{
    margin-top: 75px;
}
@media (max-width: 750px) {
    .usage-system-box {
        margin-top: calc(75vw / 750 * 100);
        background: var(--color-Text-Usually);
        border-radius: 5px;
        padding: 8px 3px;
    }
    .usage-system-box-bubble {
        width: calc(571vw / 750 * 100);
        height: calc(80vw / 750 * 100);
    }
    .usage-system-box-bubble-inner {
        font-size: calc(37vw / 750 * 100);
    }
    .usage-system-box-bubble::before, .usage-system-box-bubble::after {
        width: calc(25vw / 750 * 100);
        height: calc(80.5vw / 750 * 100);
    }
    .usage-system-box-bubble::before {
        left: -4%;
    }
    .usage-system-box-bubble::after {
        right: -4%;
}
}


.support > .inner,.common-faq > .inner{
    width: 950px;
    padding: 0 !important;
}
.footer > .inner{
    padding: 0 !important;
}
@media (max-width: 1100px) {
    .support > .inner,.common-faq > .inner {
        width: calc(950vw / 1100 * 100);
    }
}
@media (max-width: 750px) {
    .support > .inner,.common-faq > .inner {
        width: calc(660vw / 750 * 100);
    }
}


@media screen and (max-width: 768px) {
iframe {
height: 1500px;
}
.cv-tel-area {
margin: 0 auto;
}
 }

 .ad-form {
    height: 700px;
}
 @media (max-width: 768px) {
    .ad-form {
        height: 780px;
    }
}
 @media (max-width: 707px) {
    .ad-form {
        height: 980px;
    }
}
