/* CSS Document */

/*--------------------------------------
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-family: "Noto Serif JP", serif;
    font-family: "adobe-garamond-pro", serif;
    font-family: "josefin-sans", sans-serif;
-----------------------------------------*/

:root{
    --rin-Jp-serif: "Noto Serif JP", serif;
    --rin-En-serif: "adobe-garamond-pro", serif;
    --rin-En-sans: "josefin-sans", sans-serif;
    --rin-base-color: #e1ebf5;
    --rin-point-color: #7094b4;
    --rin-red: #ca4f87;
    --rin-orange:#e1866c;
}


#rin_wrap{
    max-width: 800px;
    margin: auto;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: clamp(1.5rem, 1.033rem + 1.56vw, 2.2rem);
    text-align: center;
}

#rin_wrap img{
    max-width: 100%;
    vertical-align: bottom;
}

#rin_wrap sup{
    font-size: 11px;
    vertical-align: super;
    margin-left: 5px;
}

#rin_wrap .comm_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#rin_wrap .comm_w90{
    width: 90%;
    margin: auto;
}

#rin_wrap .comm_mt{
    margin-top: 90px;
}

#rin_wrap .comm_ttl{
    font-weight: normal;
    margin-bottom: 40px;
    letter-spacing: 0.2rem;
    font-size: clamp(2.4rem, 1.52rem + 2.85vw, 5rem);
}

#rin_wrap .comm_ttl dt{
    font-size: 62%;
    display: block;
    letter-spacing: 0.3rem;
    color: var(--rin-point-color);
    margin-bottom: 10px;
}

#rin_wrap .comm_ttl dd{
}

#rin_wrap .comm_ttl dd h2{
    display: block;
    font-family: var(--rin-Jp-serif);
    font-weight: 300;
}



#rin_wrap #voice{
    background: url("voice_bg.jpg") no-repeat top right #e1ebf5;
    background-size: contain;
    padding: 50px 0;
	counter-reset: number;
}

#rin_wrap #voice .ttl{
    width: 90%;
    margin: 0 auto 30px;
    text-align: left;
    letter-spacing: 1rem;
}


#rin_wrap #voice .ttl h2{
    font-size: clamp(4.5rem, 0.833rem + 12.22vw, 10rem);
    color: #fff;
    font-weight: 200;
    line-height: 1.2;
}

#rin_wrap #voice .ttl h2 span{
    font-size: 23%;
    display: block;
    letter-spacing: 0.1rem;
}

#rin_wrap #voice .ttl h3{
    font-family: var(--rin-Jp-serif);
    font-weight: 300;
    letter-spacing: normal;
    font-size: clamp(2.4rem, 1.333rem + 3.56vw, 4rem);
}

#rin_wrap #voice .block{
    background: #fff;
    width: 90%;
    margin: 0 auto 30px;
    padding: 5%;
    box-sizing: border-box;
    border-radius: 5rem 0 5rem 0;
    align-items: center;
}


#rin_wrap #voice .block dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#rin_wrap #voice .block dt{
    width: 17%;
	counter-increment: number;
    font-family: var(--rin-En-sans);
    border-right: 1px dotted;
    padding-right: 3%;
    text-align: center;
    color: var(--rin-point-color);
    line-height: 1;
}

#rin_wrap #voice .block dt span{
    font-size: 70%;
}

#rin_wrap #voice .block dt::after{
	content: counter(number , decimal-leading-zero);
    font-size: clamp(2.8rem, 1.833rem + 2.389vw, 6rem);
    font-weight: 300;
    display: block;
}

#rin_wrap #voice .block dd{
    width: 77%;
    text-align: left;
    font-size: clamp(1.5rem, 0.767rem + 2.44vw, 2.6rem);
    color: var(--rin-point-color);
}

#rin_wrap #voice .block dd span{
    background: var(--rin-point-color);
    color: #fff;
    border-radius: 5px;
    padding:10px;
    box-sizing: border-box;
    font-size: 60%;
    letter-spacing: 1px;
    text-box: trim-both cap alphabetic;
    display: inline-block;
    margin-top: 5px;
}

#rin_wrap #voice p{
    text-align: left;
    margin-top: 10px;
}

#rin_wrap #voice p span{
    color: var(--rin-red);
}

#rin_wrap #voice .att{
    font-size: 14px;
}



#rin_wrap #pro{
	counter-reset: number;
}

#rin_wrap #pro .block{
    margin-bottom: 50px;    
}

#rin_wrap #pro .block .ttl{
    background: var(--rin-point-color);
    color: #fff;
	counter-increment: number;
    position: relative;
}

#rin_wrap #pro .block .ttl::before{
	content: "Professionals " counter(number , decimal-leading-zero);
    color:  var(--rin-point-color);
    font-family: var(--En-sans);
    letter-spacing: 0.15em;
    position: absolute;
    top: -1.05em;
    left: 5%;
    font-size: clamp(1.6rem, 0.667rem + 3.11vw, 3rem);
}
#rin_wrap #pro .block .ttl p{
    margin-left: 47%;
    font-size: clamp(1.6rem, 0.667rem + 3.11vw, 3rem);
    padding: 5px 0;
    text-align: left;
}

#rin_wrap #pro .block .comm_flex{
    width: 90%;
    margin: -30px auto 0;
    align-items: center;
    position: relative;
}

#rin_wrap #pro .block .comm_flex img{
    width: 43%;
    max-width: 320px;
}

#rin_wrap #pro .block .comm_flex .prof{
    width: 52%;
    text-align: left;
    font-size: 95%;
}

#rin_wrap #pro .block .comm_flex .prof .name{
    font-size: clamp(2rem, 1.6rem + 1.87vw, 3.6rem);
    margin-bottom: 15px;
    line-height: 1.4;
}
#rin_wrap #pro .block .comm_flex .prof .name span{
    display: block;
    font-size: 50%;
}

#rin_wrap #pro .block dl{
    margin-top: 30px;
}

#rin_wrap #pro .block dt{
    font-size: clamp(1.75rem, 0.667rem + 2.8vw, 3.5rem);
    color: var(--rin-point-color);
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#rin_wrap #pro .block dd{
    text-align: left;
}



#rin_wrap #pro .block:nth-of-type(2) .ttl p{
    margin-left: 5%;
}

#rin_wrap #pro .block .ttl::before{
    left: auto;
    right: 5%;
}

#rin_wrap #pro .block:nth-of-type(2) .comm_flex{
    flex-direction: row-reverse;
}





#rin_wrap #want{
    background: url("wanttobe_bg.jpg") bottom #E1EBF5 no-repeat;
    background-size: cover;
    padding: 55px 0;
}

#rin_wrap #want .bg{
    background: #fff;
    padding: 30px 10%;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 10px;
}

#rin_wrap #want .bg ul li{
    background: url(check.jpg) no-repeat left 10px;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 2em;
}

#rin_wrap #want .bg ul li span{
    color: var(--rin-red);
    font-size: 115%;
}

#rin_wrap #want h3{
    font-family: var(--rin-Jp-serif);
    font-weight: 300;
    margin-bottom: 8em;
}

#rin_wrap #want ol li{
    width: 32%;
    background: #fff;
    color: var(--rin-point-color);
    margin-bottom: 2%;
    padding: 5px 0;
    border-radius: 10px;

}


#rin_wrap #about{
}


#rin_wrap #about .image{
    margin: -10% auto 30px;
    position: relative;
    z-index: -1;
}

#rin_wrap #about p:nth-of-type(1){
    font-size: clamp(2rem, 1.467rem + 1.578vw, 3rem);
}

#rin_wrap #about p:nth-of-type(1) span{
    display: block;
    color: var(--rin-point-color);
    font-size: 125%;
}

#rin_wrap #about ol{
    max-width: 460px;
    margin: 20px auto;
}

#rin_wrap #about li{
    width: 23%;
    background: var(--rin-base-color);
    color: var(--rin-point-color);
    border-radius: 5px;
}



#rin_wrap #point{
    background: url("point_bg.png") right top no-repeat #e1ebf5;
    padding: 50px 5%;
    box-sizing: border-box;
	counter-reset: number;
}

#rin_wrap #point .comm_ttl{
    margin-bottom: 20px;
}

#rin_wrap #point .comm_ttl dd{
    font-size: clamp(2rem, 0.667rem + 4.08vw, 4rem);
    font-family: var(--rin-Jp-serif);
}

#rin_wrap #point .comm_ttl dd span{
    font-size: 80%;
}

#rin_wrap #point .comm_ttl h2{
    font-size: clamp(1.8rem, 1rem + 2.043vw, 3.5rem);
}

#rin_wrap #point h3{
    font-size: clamp(4rem, 3rem + 4.67vw, 8rem);
    font-family: var(--rin-Jp-serif);
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--rin-point-color);
    line-height: 1;
    margin-bottom: 40px;
}

#rin_wrap #point h3 span{
    font-size: 80%;
}

#rin_wrap #point h3:first-letter{
    font-size: clamp(8.5rem, -1.667rem + 20.22vw, 15rem);
    font-style: italic;
    font-family: var(--rin-En-serif);
    margin-right: 10px;
}

#rin_wrap #point .block{
    background: #fff;
    max-width: 700px;
    margin: 0 auto 80px;
    padding-bottom: 40px;
    border-radius: 10px;
}


#rin_wrap #point .block .kv{
    position: relative;
}

#rin_wrap #point .block .kv .point{
	counter-increment: number;
    background: #fff;
    width: 23%;
    max-width: 100px;
    border-radius: 50px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: -1.5em;
    left: -3%;
    flex-wrap: wrap;
    color: var(--rin-point-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: clamp(1.4rem, 1.067rem + 1.11vw, 2rem);
}

#rin_wrap #point .block .kv .point:after{
	content: counter(number , decimal-leading-zero);
    font-family: var(--rin-En-sans);
    display: block;
    font-size: clamp(3.2rem, 2.4rem + 4.11vw, 5.8rem);
    font-weight: 300;
    margin-top: -0.65em;
    width: 100%;
}

#rin_wrap #point .block .kv .inner{
    position: absolute;
    top: 35px;
    width: 90%;
    left: 5%;
}

#rin_wrap #point .block .kv .inner .ttl{
    font-size: clamp(2.2rem, 0.667rem + 3.41vw, 4.5rem);
    font-family: var(--rin-Jp-serif);
}

#rin_wrap #point .block .kv .inner .ttl span{
    font-size: 80%;
    display: block;
}

#rin_wrap #point .block .kv .inner ol{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#rin_wrap #point .block .kv .inner ol li{
    margin: auto 1.5%;
    background: var(--rin-point-color);
    color: #fff;
    text-box: trim-both cap alphabetic;
    display: inline-block;
    padding: 10px 5%;
    border-radius: 20px;
}

#rin_wrap #point .block .box{
    background: #f5f8fa;
    margin: 30px auto 70px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 10px;
}

#rin_wrap #point .block .box::after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    bottom: -40px;
    border-left: 1px solid;
    left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);

}

#rin_wrap #point .block .box .midashi{
    background: var(--rin-point-color);
    color: #fff;
    font-size: clamp(1.65rem, 0.917rem + 2.278vw, 3rem);
    border-radius: 5px 5px 0 0;
    /*margin-bottom: 30px;*/
    line-height: 1.8;
}

#rin_wrap #point .block .box p{
    color: var(--rin-point-color);
    font-size: clamp(1.85rem, 1.083rem + 2.256vw, 3rem);
    margin: 20px auto 40px;
    font-weight: 500;  
}

#rin_wrap #point .block .box ul{
    max-width: 480px;
    margin: 30px auto 0;
    justify-content: space-around;
}

#rin_wrap #point .block .box ul li{
    width: 44%;
    text-align: left
}

#rin_wrap #point .block dl{
    margin: 55px auto 25px;
    font-size: clamp(1.65rem, 1rem + 2.027vw, 3rem);
}

#rin_wrap #point .block dl dd{
    font-size: clamp(2.2rem, 1rem + 3.4vw, 4rem);
    color: var(--rin-point-color);
}

#rin_wrap #point .block p{
    margin-top: 30px;
}
#rin_wrap #point .block .box img{
    width: 90%;
    max-width: 560px;
}

#rin_wrap #point .block .box ol{
    margin: 30px auto;
    justify-content: space-evenly;
}

#rin_wrap #point .block .box ol li{
    width: 45%;
    max-width: 220px;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    color: var(--rin-point-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
}

#rin_wrap #point .block .box ol li span{
    display: block;
    font-size: clamp(3.8rem, 2rem + 6vw, 6.5rem);
    width: 80%;
    line-height: 1;
    margin-top: -1.5em;
    font-family: var(--rin-En-sans);
    font-weight: 400;
}

#rin_wrap #point .block .box ol li span::after{
    content: "Hz";
    font-size: 60%;
}

#rin_wrap #point .block:last-of-type{
    margin-bottom: 0;
}
#rin_wrap #point .block .box:last-of-type{
    margin: 0 auto;
}
#rin_wrap #point .block:last-of-type p:last-of-type{
    margin-top: 0;
    padding-top: 40px;
    font-size: clamp(2.3rem, 1.4rem + 2.33vw, 4rem);
}

#rin_wrap #point .block:last-of-type p:last-of-type span{
    display: block;
    font-size: clamp(1.8rem, 1.133rem + 1.802vw, 3rem);
    color: var(--base-color);
}
#rin_wrap #point .block:last-of-type .box::after{
    border: none;
}



#rin_wrap #howto .comm_flex{
    margin-bottom: 30px;
}

#rin_wrap #howto .comm_flex .box{
    width: 45%;
}

#rin_wrap #howto .comm_flex dl{
    width: 52%;
    text-align: left;
}

#rin_wrap #howto .comm_flex dl dt{
    color: var(--rin-point-color);
    margin-bottom: 15px;
    letter-spacing: 0.2rem;
}



#rin_wrap #method{
    background: var(--rin-base-color);
    padding: 5%;
}

#rin_wrap #method .comm_ttl dd{
    font-family: var(--rin-Jp-serif);
    font-size: clamp(1.65rem, 0.867rem + 2.08vw, 3.2rem);
}

#rin_wrap #method .comm_ttl dd h2{
    display: block;
    font-size: clamp(2.3rem, 1.167rem + 3.244vw, 4.5rem);
}


#rin_wrap  #method .comm_flex{
    margin-bottom: 30px;
}

#rin_wrap  #method .comm_flex dl{
    width: 52%;
    text-align: left;
}

#rin_wrap  #method .comm_flex dl dt{
    color: var(--rin-point-color);
    margin-bottom: 15px;
    letter-spacing: 0.2rem;
    font-size: clamp(1.45rem, 0.417rem + 2.44vw, 3rem);
}

#rin_wrap  #method .comm_flex .box{
    width: 45%;
    mix-blend-mode: darken;

}


#rin_wrap #bfs dt{
    font-size: clamp(2rem, 0.467rem + 3.8511vw, 4.3rem);
    font-family: var(--rin-Jp-serif);
}

#rin_wrap #bfs dt span{
    font-size: 65%;
    letter-spacing: 0.5rem;
}

#rin_wrap #bfs dd img{
    margin-top: 30px;
}

#rin_wrap #bfs dd{
    margin: 20px auto;
}

#rin_wrap #bfs dd.btn{
    max-width: 640px;
    margin: 30px auto;
}

#rin_wrap #bfs dd.btn a{
    display: block;
    padding: 15px 0;
    background: var(--base-color);
    color: #fff;
    border-radius: 10px;
    position: relative;
}

#rin_wrap #bfs dd.btn a::after{
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 5%;
}

#rin_wrap #hikaku{
    background: var(--rin-base-color);
    padding: 6% 0;
}

#rin_wrap #hikaku .comm_w90{
    max-width: 600px;
    margin: auto;
}

#rin_wrap #hikaku .comm_w90 .comm_flex{
    

}
#rin_wrap #hikaku .comm_w90 .comm_flex .box{
    width: 45%;
}

#rin_wrap #hikaku .comm_w90 .comm_flex .box p span{
    font-size: clamp(2rem, 1rem + 2.033vw, 3.5rem);
    display: block;
    margin-bottom: 20px;
}

#rin_wrap #hikaku table{
    margin-top: 30px;
    border-bottom: 1px dotted;
}

#rin_wrap #hikaku table td{
    border-top: 1px dotted;
    width: 30%;
    text-align: center;
    padding: 15px 0;
}

#rin_wrap #hikaku table td:nth-of-type(2){
    width: 40%;
    background: #c7d9eb;
}


#rin_wrap #faq .comm_ttl dt{
    font-size: clamp(4rem, 1.333rem + 8.09vw, 8rem);
    font-weight: 300;
}

#rin_wrap #faq .comm_ttl dd h2{
    font-size: clamp(2rem, 1.333rem + 3.29vw, 4rem);
}


#rin_wrap #faq .text{
    text-align: left;
    margin-top: 60px;
}

#rin_wrap #faq .text dt{
    font-weight: 500;
    font-size: clamp(1.8rem, -0.556rem + 3.9vw, 2.6rem);
    border-bottom: 1px dotted;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: var(--rin-point-color);
}

#rin_wrap #faq .text dd{
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    font-size: inherit;
}

#rin_wrap #faq .text dt::before,
#rin_wrap #faq .text dd::before{
    content: "Q";
    font-size: clamp(2.8rem, 0.976rem + 4.04vw, 4rem);
    margin-right: 25px;
    line-height: 1;
    font-weight: 300;
}

#rin_wrap #faq .text dd::before{
    content: "A";
    margin-right: 30px;
}




#rin_wrap #spec{
    margin-bottom: 80px;
}

#rin_wrap #spec h2{
    background: var(--base-color);
    color: #fff;
    padding: 3% 5%;
    box-sizing: border-box;
    font-size: clamp(2.2rem, 0.976rem + 2.904vw, 4rem);
    margin-bottom: 80px;
    font-weight: 400;
}


#rin_wrap #spec dl{
    text-align: left;
    margin-top: 60px;
    font-size: clamp(1.3rem, 0.803rem + 1.036vw, 2.2rem);
}

#rin_wrap #spec dl dt{
    width: 24%;
    border-bottom: 1px dotted;
    padding: 12px 0;
}

#rin_wrap #spec dl dd{
    width: 76%;
    border-bottom: 1px dotted;
    padding: 15px 0 15px 5%;
    font-size: 88%;
    box-sizing: border-box;
}

#rin_wrap #spec dl dd span{
    font-size: 80%;
}

#rin_wrap #spec dl dt:last-of-type,
#rin_wrap #spec dl dd:last-of-type{
    border: none;
}











@media only screen and (max-width: 748px) {  

#rin_wrap #pro .block .comm_flex{
    margin-top: 10px;
    align-items: start;
}
#rin_wrap #pro .block .comm_flex img{
    margin-top: -5%;
}
#rin_wrap  #method .comm_flex dl dt{
    letter-spacing: normal;
}
#rin_wrap #bfs dd img {
    margin-top: 0;
}

#rin_wrap #bfs dd{
    font-size: clamp(1.45rem, 1.085rem + 1.006vw, 2.2rem);
}




















}








@media only screen and (max-width: 540px) {  
#rin_wrap .comm_ttl {
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}
#rin_wrap .comm_mt {
    margin-top: 60px;
}
#rin_wrap #voice .block dd span{
    padding: 5px
}

#rin_wrap #voice .att{
    font-size: 12px;
}
#rin_wrap #pro .block dt{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#rin_wrap #want .bg ul li {
    background: url(check.jpg) no-repeat left 7px;
}

#rin_wrap #point .comm_ttl dd{
    letter-spacing: normal;
}
#rin_wrap #point .block .kv .inner{
    top: 25px;
}
#rin_wrap #point .block .box ol li span{
    margin-top: -1.2em;
}

#rin_wrap #point .block:last-of-type p:last-of-type {
    padding-top: 30px;
    margin-bottom: 20px;
}
#rin_wrap #howto .comm_flex {
    margin-bottom: 15px;
}
#rin_wrap #howto .comm_flex dl dt{
    margin-bottom: 5px;
}
#rin_wrap #howto .comm_flex dl dd{
    font-size: 14px;
}
#rin_wrap #method .comm_flex dl dt{
    margin-bottom: 5px;
}
#rin_wrap #method .comm_flex dl dd{
    font-size: 14px;
}
#rin_wrap #bfs dt span{
    letter-spacing: 0.3rem;
}
#rin_wrap #hikaku .comm_w90 .comm_flex .box p{
    font-size: 12px;
}
#rin_wrap #hikaku table {
    font-size: 13px;
}
#rin_wrap #faq .text dt::before, 
#rin_wrap #faq .text dd::before{
    margin-right: 16px;
}
#rin_wrap #spec dl dd{
    padding-top: 11px;
}

}














