@charset "UTF-8";


.topicAbout {
    color: #704926;
    text-align: center;
    font-family: "M PLUS 1p";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75; /* 175% */
    position: relative;
    
}

.topicAbout::after {
    content: '';
    width: 99px;
    height: 2px;
    display: inline-block;
    background-color: #704926;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (min-width: 601px) {
    .topicAbout {
        color: #704926;
        text-align: left;
        font-family: "M PLUS 1p";
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.75; /* 175% */
        position: relative;
    }

    .topicAbout::after {
        display: none;
    }
    
    .topicAbout::before {
        content: "";
        display: inline-block;
        width: 99px;
        height: 2px;
        border-top: 1px solid;
        vertical-align: center;
        margin-right: 15px;
        padding-bottom: 10px;
    }

}

@media screen and (min-width: 1026px) {
    .topicAbout {
        color: #704926;
        text-align: left;
        font-family: "M PLUS 1p";
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 1.75; /* 175% */
        position: relative;
    }

    .topicAbout::after {
        display: none;
    }
    
    .topicAbout::before {
        content: "";
        display: inline-block;
        width: 138px;
        height: 2px;
        border-top: 1px solid;
        vertical-align: center;
        margin-right: 15px;
        padding-bottom: 15px;
    }

    .topicAbout--70px {
        padding-left: 4.8%;
    }
}

/* philosophy */
.section--philosophy {
    padding: 80px 4% 60px;
}

.white-box--philosophy {
    padding: 40px 24px 40px;
    background-color: #FDFDFD;
    border-radius: 15px;
    position: relative;
    z-index: -10;
    max-width: 1300px;
    margin: 0 auto;
}

.white-box--philosophy::before {
        content: '';
        display: block;
        background-image: url(../images/pin.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -6%;
        right: -2%;
    }

    .section--philosophy {
        position: relative;
    }

    .section--philosophy::before {
        content: '';
        display: block;
        background-image: url(../images/ball2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        width: 30%;
        height: 30%;
        position: absolute;
        bottom: -6%;
        right: 0;
        z-index: 1;
    }

.white-box__mainTxt {
    display: block;
    color: #FF7679;
    text-align: center;
    font-family: "M PLUS 1p";
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1; 
    letter-spacing: 19.2px;
    position: relative;
    left: 9.5px;
    margin-top: 24px;
}

.pcbr{
    display: none;
}

.white-box__subTxt {
    margin: 24px auto 0;
    font-family: "M PLUS 1p";
    font-size: 1.6rem;
    line-height: 1.7; /* 27.2px */
}

/* philosophy タブレット */
@media screen and (min-width: 601px) {
    .section--philosophy {
        padding: 80px 4% 60px;
    }
    
    .white-box--philosophy {
        padding: 40px 0 40px;
        background-color: #FDFDFD;
        border-radius: 15px;
        position: relative;
    }
    
    .white-box--philosophy::before {
            content: '';
            display: block;
            background-image: url(../images/pin.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 50px;
            height: 50px;
            position: absolute;
            top: -8%;
            right: -2%;
        }
    
        .section--philosophy {
            position: relative;
        }
    
        .section--philosophy::before {
            content: '';
            display: block;
            background-image: url(../images/ball2.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            width: 32%;
            height: 32%;
            position: absolute;
            bottom: -10%;
            right: 0;
            z-index: -1;
        }
    
    .white-box__mainTxt {
        display: block;
        color: #FF7679;
        text-align: center;
        font-family: "M PLUS 1p";
        font-size: 5rem;
        font-weight: 700;
        line-height: 1; 
        letter-spacing: 19.2px;
        position: relative;
        left: 9.5px;
        margin-top: 24px;
    }
    
    .white-box__subTxt {
        margin: 24px auto 0;
        font-family: "M PLUS 1p";
        font-size: 1.6rem;
        line-height: 1.7; /* 27.2px */
        width: 83.4%;
    }
}

/* philosophy タブレット */
@media screen and (min-width: 1026px) {
    .section--philosophy {
        padding: 90px 4.8% 90px;
    }
    
    .white-box--philosophy {
        padding: 80px 0 80px;
        background-color: #FDFDFD;
        border-radius: 30px;
        position: relative;
    }
    
    .white-box--philosophy::before {
            content: '';
            display: block;
            background-image: url(../images/pin.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 105px;
            height: 105px;
            position: absolute;
            top: -12%;
            right: -2%;
        }
    
        .section--philosophy {
            position: relative;
        }
    
        .section--philosophy::before {
            content: '';
            display: block;
            background-image: url(../images/ball2.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            width: 35%;
            height: 35%;
            position: absolute;
            bottom: -6%;
            right: 0;
            z-index: -1;
        }
    
    .white-box__mainTxt {
        display: block;
        color: #FF7679;
        text-align: center;
        font-family: "M PLUS 1p";
        font-size: 9.6rem;
        font-weight: 700;
        line-height: 1; 
        letter-spacing: 19.2px;
        position: relative;
        left: 9.5px;
        margin-top: 64px;
    }
    
    .white-box__subTxt {
        margin: 48px auto 0;
        font-family: "M PLUS 1p";
        font-size: 1.6rem;
        line-height: 1.7; /* 27.2px */
        width: 77%;
    }

    .pcbr{
        display: none;
    }
}

/* greeting */
.color {
    background-color: #FFFCF3;
}

.section--greeting {
    padding: 40px 4% 60px;
    background-color: #FFFCF3;
    max-width: 1440px;
    margin: 0 auto;
}

.greeting-box__img-1 {
    width: 60.2%;
    display: block;
    margin: 24px auto 0;
    border-radius: 15px 15px 0 0;
}

.greeting-box__img-2 {
    width: 60.2%;
    display: block;
    border-radius: 0 0 15px 15px;
    margin: 0 auto;
}

.greeting-box__txt {
    font-family: "M PLUS 1p";
    font-size: 1.6rem;
    line-height: 1.7; /* 27.2px */
    width: 86.1%;
    margin: 24px auto 0;
    padding: 12px 0;
    border-top: 5px dotted #704926;
    border-bottom: 5px dotted #704926;
}

/* greeting pc */
@media screen and (min-width: 1026px) {
    .section--greeting {
        padding: 0px 0px 90px;
        background-color: #FFFCF3;
    }

    .greeting-box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-top: 64px;
    }
    
    .greeting-box__img-1 {
        width: 372px;
        display: block;
        margin: 0;
        border-radius: 15px 15px 0 0;
    }
    
    .greeting-box__img-2 {
        width: 372px;
        display: block;
        border-radius: 0 0 15px 15px;
        margin: 0;
    }
    
    .greeting-box__txt {
        font-family: "M PLUS 1p";
        font-size: 1.7rem;
        line-height: 1.7; /* 27.2px */
        max-width: 590px;
        margin: 0;
        padding: 40px 0;
        border-top: 5px dotted #704926;
        border-bottom: 5px dotted #704926;
        
    }
} /* greeting pc */

/* company */
.company {
    background-image: url(../images/company.jpg);
    width: 100%;
    object-fit: contain;
    padding: 80px 4% 60px;
    position: relative;
}

.company::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(253, 253, 253, 0.20);
}

.company__box {
    background-color:rgba(253, 253, 253, 0.85);
    padding: 80px 0 90px;
    border-radius: 30px;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.company__box::before {
    content: '';
    display: block;
    background-image: url(../images/pin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1.7%;
    right: -1%;
}

/* pin タブレット */
@media screen and (min-width:601px) {
    .company__box::before {
        content: '';
        display: block;
        background-image: url(../images/pin.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 50px;
        height: 50px;
        position: absolute;
        top: -2.5%;
        right: -2%;
    }
}

/* pin pc */
@media screen and (min-width:1026px) {
    .company__box::before {
        content: '';
        display: block;
        background-image: url(../images/pin.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 105px;
        height: 105px;
        position: absolute;
        top: -6%;
        right: -2%;
    }
} /* pin pc */

.company__topic {
    color: #704926;
    font-family: "M PLUS 1p";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px; /* 135.417% */
    display: flex;
    align-items: center;
}

.company__topic::before {
    display: inline-block;
    background: #704926;
    content: '';
    width: 138px;
    height: 2px;
    margin-right: 30px;
}

.company dl {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 24px;
}

@media screen and (min-width: 601px) {
    .company dl {
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin-top: 24px;
    }
}

@media screen and (min-width: 1026px) {
    .company dl {
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin-top: 64px;
    }
}
.company dt {
    width: 30%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 1.2em 1em 1em 0;
    vertical-align: middle;
    align-items: center;
}
.company dd {
    width: 70%;
    margin: 0;
    padding: 1em 1em 1em 0;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    line-height: 2.5;
    font-size: 1.7rem;
}

/* sp */
@media only screen and (max-width: 480px) {
    .company__box::before {
        content: '';
        display: block;
        background-image: url(../images/pin.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -1.1%;
        right: -2%;
    }

    .company__box dt,
    .company__box dd {
      width: 100%;
      display: block;
    }
  
    .company__box dt {
      width: 100%;
    }
  
    .company__box dd {
      padding-top: 0;
    }
  } /* sp */

/* 目次 */
.menu {
    background: #FFFFFF;
    text-align: right;
    width: 200px;
    height: 42vh;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 10;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.4s;
    border-radius: 100px 0 0 100px;
}

.menuBtn__img {
    position: fixed;
    right: 10px;
    top: 20%;
    margin-top: 10px;
    width: 54px;
    height: 54px;
    display: block;
    z-index: 10;
    transition: 0.3s;
}

.menuBtn__img:hover {
    transform: scale(0.8);
    transition-duration: 0.3s;
}

.menu__close {
    margin-right: 10px;
    margin-top: 10px;
    transition-duration: 0.3s;
}

.menu__close:hover {
    transform: scale(0.8);
    transition-duration: 0.3s;
}

.menu__list {
    margin-top: 32px;
}

.menu__item {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 24px 0 0 30px;
    transition: 0.2s linear;
}

.menu__item:hover {
    letter-spacing: 0.1em;
    color: #FF9225;
    transition: 0.2s linear;
}

.active {
    pointer-events: auto;
    transform: translateX(0);
}

/* 目次 pc */
@media screen and (min-width: 1026px) {
    .menu {
        background: #FFFFFF;
        text-align: right;
        width: 300px;
        height: 45vh;
        position: fixed;
        right: 0;
        top: 20%;
        z-index: 10;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform 0.4s;
        border-radius: 100px 0 0 100px;
    }
    
    .menuBtn__img {
        position: fixed;
        right: 30px;
        top: 20%;
        margin-top: 10px;
        width: 60px;
        height: 60px;
        display: block;
        z-index: 10;
        transition: 0.3s;
    }
    
    .menuBtn__img:hover {
        transform: scale(0.8);
        transition-duration: 0.3s;
    }
    
    .menu__close {
        margin-right: 30px;
        margin-top: 10px;
        transition-duration: 0.3s;
        width: 60px;
        height: 60px;
    }
    
    .menu__close:hover {
        transform: scale(0.8);
        transition-duration: 0.3s;
    }
    
    .menu__list {
        margin-top: 32px;
    }
    
    .menu__item {
        text-align: left;
        font-size: 1.7rem;
        font-weight: 700;
        margin: 24px 0 0 60px;
        transition: 0.2s linear;
        
    }
    
    .menu__item:hover {
        letter-spacing: 0.1em;
        color: #FF9225;
        transition: 0.2s linear;
    }
    
    .active {
        pointer-events: auto;
        transform: translateX(0);
    }
}

