@charset "uft-8";

/* ====================
main-top
====================*/
.main-top {
    width: 100%;
    height: 312px;
    background-image: url(../images/main_photo2@2x.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.main-top::after {
    content: "";
    display: inline-block;
    width: 164px;
    height: 164px;
    background-image: url(../images/2x/signbord@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -100px;
    bottom:0px;
    transform: translateX(-50%);
}

.box_image {
    display: flex;
    justify-content: flex-end;
    margin-right: var(--contentPadding 4.2%);
}

.box {
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 13px;
    background: var(--primary-red, #B32425);
    text-align: center;
    position: fixed;
    top: 556px;
    z-index: 100;
}

.instagram_icon {
    margin-top: 10px;
}

.instagram__text {
    color: #FFF;
    text-align: center;
    font-size: 1.0rem;
    margin-top: 9px;
}

.box__logo {
    display: block;
    text-align: center;
    margin-top: 150px;
}

/* ====================
section--about
====================*/
.main {
  width: 100%;
  height: auto;
}
      
.section--about {
    background-image: url(../images/inaho.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 40px 6.9%;
}

.mainTitle-box {
    width: 100%;
    height: auto;
    text-align: center;
}

.section--about .topic {
    display: block;
}

.mainCaption__txt_1 {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 30px;
}

.mainCaption {
    background-color: rgba(250, 250, 250, 0.90);
    padding: 20px;
    margin-top: 30px;
    text-align: left;

}

.mainCaption__txt_2 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

.mainCaption__txt_3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

/* ====================
section--commitment
====================*/
.section--commitment {
    padding: 50px 4.2%;
    background-color: #FAFAFA;
}

.section__topic__commitment {
    font-size:1.6rem;
    text-align: center;
    line-height: 1.45;
}

.main__topic {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.45;
}

.line_box {
    display: inline-block;
    margin: 0 auto;
}

.contents_item:first-of-type {
    margin-top:16px;
}

ol {
    gap: 15px;
}

.contents__item {
    line-height: 1.5;
    margin-bottom: 30px;
}

.contentsImg_1 {
    margin-top: 25px;
}

.contentsImg {
    margin-bottom: 15px;
}

.contents__txtGroup {
    padding-bottom: 15px;
    max-width: 635px;
}

.topics_box_1, .topics_box_2, .topics_box_3, .topics_box_4, .topics_box_5 {
    position: relative;
}

.topics_box_1::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 32px;
    background-image: url(../images/number_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 0;
}

.topics_box_2::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 32px;
    background-image: url(../images/number_2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 0;
}

.topics_box_3::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 32px;
    background-image: url(../images/number_3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 0;
}

.topics_box_4::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 32px;
    background-image: url(../images/number_4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 0;
}

.topics_box_5::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 32px;
    background-image: url(../images/number-5.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
    top: 0;
}


.itemTopic_1, .itemTopic_2, .itemTopic_3, .itemTopic_4,  .itemTopic_5{
    font-size: 1.4rem;
    font-weight: 500;  
}

.itemTopic_1 {
    margin-left: -18px;
}

.itemTopic_2 {
    margin-left: -66px;
}

.itemTopic_3 {
    margin-left: -84px;
}

.itemTopic_4 {
    margin-left: -68px;
}

.itemTopic_5 {
    margin-left: -38px;
}

.itemTopic__name {
    font-size: 2.0rem;
    font-weight: 700;
}

.item__txt{
    font-size: 1.6rem;
    line-height: 150%;
    margin-top: 15px;
    text-align: left;
}

/* .header pc */
@media screen and (min-width:956px) {
    .header {
        display: none;
    }
    
    /* ====================
    pc背景
    ===================== */
    .main__container {
        display: block;
        unicode-bidi: isolate;
    } 

    .background-container {
        display: block;
        position: relative;
    } 

    .background-image-1 {
        position: fixed;
        top: 0;
        right: 0;
        width: 30%;
        height: 100vh;
        background: url(../images/right-side.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: -10;
    }

    .background-image-2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 30%;
        height: 100vh;
        background: url(../images/left-side.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: -10;
    }
    
    .telephone-nav-group {
        position: absolute;
        max-width: 266px;
        width: 40%;
        right: 6%;
        top: 150px;
    }

    .btn__telephone {
        display: flex;
        justify-content: center;
        gap: 4px;
        align-items: center;
        background-color: #B32425;
        text-align: center;
        color: #FAFAFA;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1;
        transition: 0.4s;
        border-radius: 50px;
        padding: 8px;
        top: 280px;
        right: -606px;
    }

    .btn__telephone::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 35px; 
        background-image: url(../images/SVG/telephone__white.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .telephone__btn__text {
        color: var(--primary-white)#FAFAFA;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .btn__telephone:hover {
        opacity: 0.7;
    } 

    .pc__nav__list {
        display: flex;
        flex-direction: column;
        padding: 15px;
        gap: 40px;
        margin-top: 89px;
    }

    .pc__nav__item {
        font-size: 2.0rem;
        font-weight: 700;
    }

    .name__value {
        position: absolute;
        top: 150px;
        left: 18%;
    }

    .content {
        width: 375px;
        height: 100vh;
        background-color: #FAFAFA;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
  
    .box {
        display: block;
        width: 82px;
        height: 82px;
        border-radius: 13px;
        background: var(--primary-red, #B32425);
        text-align: center;
        top: 560px;
        right: 18%;
        z-index: 10;
    } 
}

@media screen and (min-width:390px) {
    .content {
        width: 375px;
        height: 100vh;
        background-color: #FAFAFA;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    }
