/* RESET */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/* COMMON */
a{
    text-decoration: none;
    color: #5a5a5a;
}
body {
    color: #5a5a5a;
    background: #f2f2f2;
    letter-spacing: 0.1em;
    line-height: 1.7em;
}
body > svg{
    display: none;
}
body .wrapper {
    width: 100%;
    max-width: 680px;
    margin: 0px auto;
    color: #3e3a39;
    background: #ffffff;
    box-shadow: 0px 18px 20px 5px #dadada;
}
.responsive-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
section {
    display: block;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
}

.box {
    padding: 5%;
}
.box-text{
    padding: 5%;
}

.top-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.top-box img {
    display: block;
    margin: 0 auto;
    height: 120px;
}
.top-box .top-box-text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size:0.8em;
    text-align: right;
    padding-right: 10px;
}

.fv-box{
    min-height: 420px;
    max-height: 420px;
    position: relative;
    overflow: hidden;
}
.fv-box img{
    width: auto;
    max-width: none;
    height: 420px;
    transform: translateX(-12%);
}
.fv-box h1{
    position: absolute;
    bottom: 15%; left: 8%;
    font-weight: normal;
    font-size: calc((100vw - 320px) / 160 + 17px);
}
.fv-box h1 span{
    letter-spacing: 0.1em;
    background-color: #FFFFFF;
    margin-top: 0.8em;
    padding: 0.5em;
    display: inline-block;
}
.fv-box h1 span em{
    color: #9D2136;
    font-style: normal;
}

.warries-box{
    padding: 2.5% 5% 0;
}
.warries-title{
    padding: 2.5% 0;
    text-align: center;
    font-weight: bold;
}
.warries-title span{
    border-bottom: 5px double #9D2136;
}
.warries-list{
    display: flex;
    flex-wrap: wrap;
    padding: 2.5% 5% 0;
    justify-content: center;
}
.warries-list > div{
    margin: 0 2.5% 2.5% 0;
    background: #F0F0EE;
    padding: 2.5% 5%;
    white-space: nowrap;
    border-radius: 50%;
    font-size: 0.8em;
}

.fv-sub-box div:first-child{
    font-size:1.1em;
    margin-bottom: 5%;
}
.fv-sub-box div:last-child{
    font-size:1.0em;
}
.fv-sub-box div:last-child span{
    background: linear-gradient(0deg, #eee8aa 0 50% , transparent 50% 100%);
}

.entry{
    background: #e2ecf1;
}
.entry-flow{
    padding: 10% 5% 5%;
}
.entry-caption{
    padding: 2.5% 5%;
    text-align: center;
    font-size:1.1em;
    line-height: 1.7em;
}
.entry-caption span{
    border-bottom: 5px double #9D2136;
}
.entry-btn{
    padding: 5% 15%;
}

.entry-supervision{
    padding: 7.5% 5%;
    background: #F0F0EE;
}
.entry-supervision div:nth-child(1){
    font-size: 1.5em;
    text-align: center;
    letter-spacing: 0.3em;
}
.entry-supervision div:nth-child(2){
    padding: 2.5% 0;
    font-size: 1.2em;
    text-align: center;
}
.entry-supervision div:nth-child(3){
    padding:0 25%;
}
.entry-supervision div:nth-child(4){
    padding-top: 5%;
    font-size:0.8em;
}

.entry-caution{
    padding: 0 5% 5%;
    color:#666666;
}
.entry-caution-title{
    text-align: center;
    padding: 2.5% 0;
    letter-spacing: 0.3em;
    line-height: 1.4em;
    font-weight: bold;
    font-size:1.1em;
}
.entry-caution-title .icon{
    font-size: 1.5em;
}
.entry-caution-message{
    padding: 2.5% 5%;
    line-height: 1.3em;
    font-size:0.8em;
}

.detail-box{
    padding: 5%;
    border: solid gray 1px;
    border-top: solid gray 10px;
}
.detail-box h2{
    text-align: center;
    font-size: 1.6em;
    padding: 5% 0;
}
.detail-box h2 .icon{
    font-size: 1.5em;
}

.detail-box h3{
    text-align: center;
    font-size: 1.3em;
    padding: 5% 0;
    margin-bottom: 5%;
}
.detail-box h3 .icon{
    font-size: 1.5em;
    vertical-align: top;
}

/* DISEASE LIST START */
.other-list{
    text-align: center;
    background: #edf9f7;
    padding: 5%;
}
.other-list-title{
    color:#FFFFFF;
    background: #029f8f;
    padding: 10px 0;
    border-radius: 15px;
}
.other-list-caption{
    text-align: left;
    padding: 10px 0 20px;
}
.other-list-caption span{
    font-weight: bold;
    color: #9D2136;
}
.other-list-caption-icon{
    text-align: center;
}
.other-list-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}
.other-list-item div{
    width: 30%;
    flex-grow: 1;
    overflow: hidden;
    font-size: 0.7em;
    background: #FFFFFF;
    white-space: nowrap;
    padding: 5px 0;
    border-radius: 5px;
    text-decoration: underline;
    font-weight: bold;
}
.other-list-accept{
    text-align: left;
    margin: 10px 0;
    font-size: 0.8em;
}
/* DISEASE LIST END */

.service-subtitle{
    text-align: center;
    padding: 5% 0;
    margin-top: 5%;
    font-size:1.3em;
}
.service-subtitle:first-child{
    margin-top: 0;
}
.service-subimage{
    margin-bottom:5%;
}
.service-subimage img{
    border-radius: 20px;
}

.kampo-image{
    padding: 5% 20% 0;
}

.column-icon{
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 80px;
    max-height: 80px;
}

.column-author{
    text-align: right;
    margin-bottom:40px;
    font-weight: bold;
    position: relative;
    line-height: 80px;
    padding-right:90px;
}
.column-author-icon{
    position: absolute;
    top:0;
    right: 0;
    max-width: 80px;
    max-height: 80px;
}

footer{
    font-size: 0.7em;
    padding: 5% 5% 2.5%;
    background: #f4f1de;
    text-align: center;
}
footer a{
    text-decoration: underline;
}

.footer_companyinfo{
    margin-bottom:10%;
}

.footer_companyinfo p{
    padding: 2.5%;
    margin-bottom:2.5%;
    background: #f2edd0;
}

.footer_copyright span{
    font-size: 0.8em;
}
.footer_copyright span a{
    font-size: 0.8em;
}

/* TOGGLE UI */
.column-box .toggle-panel{
    margin-bottom:5%;
}

.column-box .toggle-btn{
    position: relative;
    padding-left: 100px !important;
    min-height: 100px !important;
}

/* UTILITY */
.b{
    font-weight: bold;
}
.small{
    font-size:0.8em;
}
.large{
    font-size:1.2em;
}
.highlight{
    background: linear-gradient(0deg, #ffed99 0 50% , transparent 50% 100%);
}

/* ANIMATION */
span.waiting-animated {
    background: linear-gradient(#ffed99, #ffed99) 0 100%/0 10px no-repeat;
    transition: background 3s;
    text-decoration: none;
}
span.fire-animated {
    background-size: 100% 10px;
}

.faq{
    margin: 5%;
    padding: 10% 5% 5% 5%;
    border-radius: 10px;
    background: #F5F5F5;
    text-align: left;
}
.faq > .faq-icon{
    text-align: center;
    color: #9D2136;
    font-weight: bold;
}
.faq > .faq-icon svg{
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
}
.faq > h3 {
    width: 100%;
    margin: 3% 0;
    font-size: 1.3em;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
.faq > h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 10px;
}
.faq > p{
    margin: 10% 0;
    font-size:0.9em;
    line-height: 1.6em;
}
.faq-content{
    margin-top: 5%;
    text-align: left;
}
.faq-content .toggle-btn{
    background: #FFFFFF;
    border-radius: 5px;
}
.faq-content .toggle-panel-content{
    background: #FFFFFF;
    font-size:0.9em;
    line-height: 1.6em;
}

.movie{
    padding: 10% 5%;
    background: #F5F5F5;
    text-align: center;
}
.movie > .movie-icon{
    text-align: center;
    color: #9D2136;
    font-weight: bold;
}
.movie > h3 {
    width: 100%;
    margin: 3% 0 10%;
    font-size: 1.3em;
    text-align: center;
    position: relative;
    display: inline-block;
}
.movie > h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 10px;
}
.movie > iframe{
    max-width: 100%;
}

.symptom_heading {
    font-size: 1.5em;
    letter-spacing: .05em;
    background: url(../../images/mark-heading.svg) no-repeat 0 50%;
    background-size: 1.5em;
    margin-bottom: 1em;
    padding: .2em 0 .2em 2em;
}
.nayami-content{
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}
.nayami-content .toggle-btn{
    position: relative;
    background: #f5f5f5;
    color: #000000;
    padding: 20px 10px 20px 70px;
    font-size:1.2em;
    border-radius: 0 0 10px 10px;
    border-top: solid #f5f5f5 5px;
}
.nayami-content .icon{
    position: absolute;
    color: #000000;
    left: 10px;
    top: 10px;
    z-index: 100;
}
.nayami-content .toggle-btn.is-active{
    background: #f5f5f5;
}
.nayami-content .toggle-btn:hover{
    color: #000000;
    background: #f5f5f5;
}
.nayami-content .toggle-panel-content{
    background: #f5f5f5;
    font-size:0.9em;
    line-height: 1.6em;
    padding: 10px;
}
.nayami-content .toggle-panel-content .nayami-icon a{
    display: block;
    background: #FFFFFF;
    padding: 15px;
    margin-bottom: 10px;
    text-decoration: underline;
    position: relative;
    font-size:1.1em;
    font-weight: bold;
    color:#000000;
}
.nayami-content .toggle-panel-content .nayami-icon a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    transform: rotate(45deg);
}

.nayami-content .toggle-panel-content .nayami-syorei{
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
    background: #FFFFFF;
}
.nayami-content .toggle-panel-content .nayami-syorei a{
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    text-decoration: underline;
    position: relative;
    font-size:1.3em;
    font-weight: bold;
    color:#000000;
    line-height: 1.4em;
}
.nayami-content .toggle-panel-content .nayami-syorei a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    transform: rotate(45deg);
}

.nayami-content .toggle-panel-content .nayami-sub-caption {
    border-radius: 10px;
    padding: 10px;
    background: #e7fcf1;
    line-height: 1.5em;
}
.nayami-content .toggle-panel-content .nayami-sub-caption .sub-icon{
    text-align: center;
    color: #049f8f;
}

/* PCのみに適用 */
@media only screen and (min-width:680px) {
    .sp {
        display: none;
    }
    .fv-box img{
        max-width: 100%;
        height: auto;
        transform: translateX(0%);
    }
    .warries-title{
        font-size: 1.4em;
    }
    .entry-caption{
        font-size:1.4em;
        line-height: 2em;
        letter-spacing: 0.5em;
    }
    .entry-caution-title{
        font-size:1.5em;
    }
    .entry-caution-message{
        font-size:1em;
    }
    .faq{
        padding: 50px 20px;
        margin: 30px 0 0 0;
    }
    .faq > .faq-icon{
        font-size: 1.3em;
    }
    .faq > h3 {
        margin: 20px 0;
        font-size:2em;
    }
    .faq > p{
        margin: 20px 0;
    }
    .faq-content{
        margin-top: 20px;
    }
    .top-box-column-left img{
        width: 40%;
    }
}