html {
    /* ベースのフォントサイズを10pxとする */
    font-size: 62.5%;
}

@font-face {
	font-family: "Arimo-Italic";
	src: url("../fonts/Arimo-Italic-VariableFont_wght.ttf");
}
 
body {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #3A3A3A;
    font-size: calc(1.4rem + ((1vw - 0.768rem) * 1.3378));
    min-height: 0vw;
}

@media screen and (min-width: 1000px) {
    body {
      font-size: 1.6rem
    }
}
  
@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem;
    }
}


header {
    padding: 0.8% 20px;
    top: 0;
    max-width: 1066px;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 999;
}

.header-logo {
    margin: 0; padding: 0;
}
a {	
    text-decoration: none;
    color: #3A3A3A;
    font-weight: bold;
}
nav {
    margin: 0 0 0 auto;
}
.menu-group {
    list-style: none;
    margin: 0;
    display: flex;
}
.menu-item {
    margin: 0 0 0 40px;
    font-size: 14px;
}

.sp-nav {
    display: none;
 }
 
 @media screen and (max-width: 768px) {

    header {
        height: 50px;
        padding: 3.2% 28px;
    }

    #header-logo {
        width: 43.88%;/*140px/319px*100*/
    }

    #header-logo img {
        width: 100%;
    }

    .pc-nav {
        display: none;
    }
    .sp-nav {
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        width: 100%;
        background: #ffffff;
        opacity: 0;
        transform: translateY(-100%);
        transition: all .2s ease-in-out;
    }
    #hamburger {
        position: relative;
        display: block;
        width: 27px;
        height: 22px;
        margin: 0 0 0 auto;
    }
    #hamburger span {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #3A3A3A;
        transform: translateY(-50%);
    }
    #hamburger::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #3A3A3A;
    }
    #hamburger::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70%;
        height: 2px;
        background-color: #3A3A3A;
    }
    /*スマホメニュー*/
    .sp-nav ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .sp-nav li {
        margin: 0;
        padding: 0;
    }
    .sp-nav li span {
        font-size: 14px;
        color: #3A3A3A;
    }
    .sp-nav li a, .sp-nav li span {
        display: block;
        padding: 20px 0;
    }
    /*-閉じるアイコンー*/
    .sp-nav .close {
        position: relative;
        padding-left: 20px;
    }
    .sp-nav .close::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #3A3A3A;
        transform: rotate( 45deg );
    }
    .sp-nav .close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #3A3A3A;
        transform: rotate( -45deg );
    }
    .toggle {
        transform: translateY( 0 );
        opacity: 1;
    }
 }

 /* mv */

.mv-container {
    background-image: url(../images/FV.jpg);
    height: 688px;
    background-size: cover;
    background-position: center;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.mv-contents{
    position: absolute;
    width: 60.3%;
    right: 0;
    margin-top: 12.9%;/*129px/1000*100*/
}

.mv-message {
    width: 80.24%;
    margin-block: 0;
}

.mv-message img {
    width: 100%;
}

.mv-logo {
    width: 100%;
    margin-top: 4.97%;
    margin-block-end: 0;
}

.mv-logo img {
    width: 100%;
}

.mv-text {
    width: 61.02%;
    font-weight: normal;
    margin-top: 1.99%;/*12px/603px*100*/
    font-size: calc(2.4rem + ((1vw - 0.768rem) * 1.3378));
    min-height: 0vw;
}



/* FVボタンデザイン */
.btn-1 {
    display: inline-block;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 5rem;
    font-size: 1.8rem;
    color: #FFF;
    border-radius: 5rem;
    background: -webkit-gradient(to right, #F8C86C 35%, #E54D49);
    background: linear-gradient(to right, #F8C86C 35%, #E54D49);
    margin-right: 3.4%;/*これ以上幅を広げるとボタンが縦並びになってしまう（25px/603px)*/
    margin-bottom: 4%;
}

.btn-1::after{
    content: "";
    display: inline-block;
    margin-left: 2.3rem;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.btn-1::before { /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5rem;
    background-color: #FFF;
    opacity: 0.3;
}

.btn-1:hover::before { /* マウスホバー時に先程作成したbeforeを表示させる */
    display: block;
}

.btn-2 {
  display: inline-block;
  position: relative;
  padding: 1.4rem 1.9rem 1.4rem 4.9rem;
  font-size: 1.8rem;
  color: #F27635;
  border-radius: 5rem;
  background-color: #FFF ;
  border: 1px solid #F27635;
}

.btn-2::after{
    content: "";
    display: inline-block;
    margin-left: 2.3rem;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #F27635;
    border-bottom: 2px solid #F27635;
    transform: rotate(-45deg);
}

.btn-2:hover:after{
    content: "";
    display: inline-block;
    margin-left: 2.3rem;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.btn-2::before { /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 5rem;
    background-color: #FFF;
    border: 1px solid #FFF;
    opacity: 0.3;
}

.btn-2:hover::before { /* マウスホバー時に先程作成したbeforeを表示させる */
    display: block;
}

.btn-2:hover {
    color: #FFF;
    background-color: #F27635;
}

/* FVボタン配置 */
.mv-btn {
    margin-top: 13.26%;
}



@media screen and (min-width: 1000px) {
    .mv-text {
        font-size: 3.2rem;
    }
  }

@media screen and (max-width: 768px) {
    .mv-text {
        font-size: 1.6rem;
    }

    .mv-container {
        background-image: url(../images/mv_sp.jpg);
        height: 608px;
        background-size: cover;
        background-position: center;
    }
    
    .inner {
        position: relative;
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
        text-align: center;
    }
    
    .mv-contents {
        position: absolute;
        width: 100%;
        right: 0;
        margin-top: 0
    }
    
    .mv-message {
        width: 54.32%;
        margin-block: 0;
        margin: 23.88% 0 0 auto;
    }
    
    .mv-logo {
        width: 89.55%;/*300px/335px*100*/
        margin: 49.25% auto 0 auto;
    }
    
    .mv-text {
        width: 57.01%;
        font-weight: normal;
        min-height: 0vw;
        margin: 0 auto;
    }
    
    .mv-btn {
        margin-top: 7.46%;
    }

    .btn-1 {
        margin: 0 0 5.67% 0;
    }
}

/* お悩みセクション */

.worries {
    margin-top: 2.92%;/*40px/1366px*100=2.92*/
}

.worries-contents {
    width: 100%;
    background-color: #F5F3EC;
}

.worries .inner {
    padding-top: 2.92%;
}

h4 {
    font-size: calc(2rem + ((1vw - 0.768rem) * 1.3378));
    min-height: 0vw;
    font-weight: normal;
}

@media screen and (min-width: 1000px) {
    h4 {
        font-size: 3.2rem;
    }
  }

@media screen and (max-width: 768px) {
    h4 {
        font-size: 2rem;
    }
}

.worries-contents h4 {
    text-decoration-line: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    margin-block: 0;
    line-height: 1.8em;
}

/* 文字の上に点 */
.dots {
    background-image: radial-gradient(circle at center, #3A3A3A 10%, transparent 10%);/* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .4em; /* 縦方向の位置調整 */
}

.worries-speech-1 {
    position: absolute;
    margin-top: 2.6%;
    width: 25.7%;
    left: 5.7%;
}

.worries-speech-2 {
    position: absolute;
    top: 65%;
    left: 15.5%;
    width: 25.7%;
}

.worries-speech-3 {
    position: absolute;
    top: 50%;
    left: 65.2%;
    width: 25.7%;
}

.speech-1,.speech-2,.speech-3 {
    position: relative;
}

.speech-1 img,.speech-2 img,.speech-3 img {
    width: 100%;
    height: auto;
}

.worries-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 167px;
    letter-spacing: 0;
    text-align:left;
    color: #3a3a3a;
}

.worries-speech-2 img {
    transform: scale(-1, 1);
}

.worries-speech-3 img {
    transform: scale(1, -1);
}

.worries-woman {
    width: 29.448%;
    margin: 2.6% auto 0 auto;
}

.worries-woman img {
    width: 100%;
}

/* 背景の三角部分　beforeまで */

.resolution {
    text-align: center;
    position: relative;
    padding-top: 5.41%;
}

.resolution::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #F5F3EC;
    position: absolute;
    top: -1px;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    left: 0;
    }

.resolution h4 {
    display: inline;
    background: linear-gradient(transparent 50%, #f6cc7e80 50%);
    margin: 0 auto;
    text-decoration: none;
}

.orange {
    color: #F27635;
}

@media screen and (max-width: 768px) {
    .worries {
        margin-top: 5.33%;
    }

    .resolution::before {
        height: 35px;
        z-index: -1;
    }

    .worries .inner {
        padding-top: 5.31%;
    }

    .worries-speech-1 {
        margin: 7.16% auto 0 auto;
        width: 54.62%;
        position: static;
    }

    .worries-speech-2 {
        top: 45%;
        left: 0;
        width: 54.62%;
    }

    .worries-speech-3 {
        right: 0;
        left: auto;
        top: 55%;
        width: 54.62%;
    }

    .worries-speech-2 img,.worries-speech-3 img {
        transform: none;
    }

    .worries-text {
        width: 61.83%;
        font-size: 1.4rem;
    }

    .worries-woman {
        width: 45.37%;/*152px/335px*100*/
        margin: 29.74% auto 0 10.44%;
    }

    .resolution {
        text-align: center;
        position: relative;
        padding-top: 12%;/*45px/375px*100*/
    }

    br .br-pc {
        display:contents;
    }
}

/* ABOUT usセクション */

.about-us {
    margin: 7.32% 0;
    position: relative;
}

.treat {
    text-align: center;
    font-family: 'Arimo-Italic', sans-serif;
    letter-spacing: 0;
    margin: 0;
    color: #AD832F;
}

h2 {
    text-align: center;
    font-size: calc(2rem + ((1vw - 0.768rem) * 1.3378));
    min-height: 0vw;
    margin-top: 0.7%;
    font-weight: 600;
}

@media screen and (min-width: 1000px) {
    h2 {
        font-size: 3.2rem;
    }
  }

@media screen and (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }
}

.about-us-treat {
    position: absolute;
    width: 5.71%;/*78px/1366px*/
    top: -2%;
    left: 27%;
}

.about-us-treat img {
    width: 100%;
    height: auto;
}

.about-us-container {
    margin-top: 4.2%;
}

.about-us-contents {
    display: flex;
    justify-content: space-between;
    margin: 0 2.864% 6% 0;
    align-items: center;
}

.about-us-contents:nth-child(2) {
    margin: 0 0 6% 2.864%;
}

.about-us-img {
    width: 40.43%;
}

.about-us-img img {
    width: 100%;
    height: auto;
}

.about-us-text {
    width: 54%;
}

.about-us-explanation {
    margin-top: 4.8%;
    text-align: left;
}

h3 {
    font-size: calc(1.8rem + ((1vw - 0.768rem) * 1.3378));
    min-height: 0vw;
    font-weight: normal;
}

@media screen and (min-width: 1000px) {
    h3 {
        font-size: 2.4rem;
    }
  }

@media screen and (max-width: 768px) {
    h3 {
        font-size: 1.8rem;
    }
}

.about-us-title {
    position: relative;
    padding-left: 2.59%;
    box-sizing: border-box;
    text-align: left;
    letter-spacing: 0;
}

.about-us-title-contents {
    display: flex;
    align-items: center;
}

.title-line {
    width: 3px;
    height: 7.2rem;
    border-radius: 5px;
    background: linear-gradient(#F8C86C, #E54D49);
}

/* .about-us-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(#F8C86C, #E54D49); 
} */


@media screen and (max-width: 768px) {
    .about-us-treat {
        position: absolute;
        width: 13.79%;
        top: -50px;
        left: 15px;
    }
    
    .about-us {
        margin: 18.66% 0 10.66% 0;
        position: relative;
    }
    
    .about-us-contents {
        margin: 11.94% auto 0 auto;
        text-align: left;
        flex-wrap: wrap;
    }

    .about-us-contents:first-child {
        margin: 8.95% auto 0 auto;
    }

    .about-us-contents:nth-child(2) {
        margin: 11.94% auto 0 auto;
    }
    
    .about-us-img {
        width: 100%;
    }
    
    .about-us-title-contents {
        margin-top: 5.97%;/*20px/335px*100*/
    }

    .about-us-explanation {
        margin-top: 2.98%;/*10px*335px*100*/
    }

    .about-us-text {
        width: 100%;
        letter-spacing: 0;
    }

    .about-us-contents:nth-child(2) .about-us-text {
        order: 1;
    }
    
    .about-us-title {
        padding-left: 2.38%;
    }
}    



/* まずは無料で試してみませんか？ */
.guidance {
    background-image: url(../images/background_img.jpg);
    width: 100%;
    background-size:cover;
    background-position: center;
    text-align: center;
}

.guidance-inner {
    position: relative;
    width: 100%;
    max-width: 592px;
    margin: 0 auto;
    padding: 3.66% 0;
}

.guidance-title {
    font-weight: normal;
    margin: 0;
}

.guidance-btn {
    margin-top: 4.94%;
    display: flex;
    justify-content: space-between;
}

.btn-3 {
    position: relative;
    padding: 2rem 2rem 2rem 3.7rem;
    font-size: 1.8rem;
    color: #FFF;
    border-radius: 0.5rem;
    background: -webkit-gradient(to right, #F8C86C 35%, #E54D49);
    background: linear-gradient(to right, #F8C86C 35%, #E54D49);
    margin-right: 5.68%;
}
  
.btn-3::after {
    content: "";
    display: inline-block;
    margin-left: 1.7rem;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}
  
.btn-3::before { /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.5rem;
    background-color: #FFF;
    opacity: 0.3;
}

.btn-3:hover::before { /* マウスホバー時に先程作成したbeforeを表示させる */
    display: block;
}

.btn-4 {
position: relative;
padding: 1.9rem 1.9rem 1.9rem 3.6rem;
font-size: 1.8rem;
color: #F27635;
border-radius: 0.5rem;
background-color: #FFF ;
border: 1px solid #F27635;
}
  
.btn-4::after{
    content: "";
    display: inline-block;
    margin-left: 1.7rem;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #F27635;
    border-bottom: 2px solid #F27635;
    transform: rotate(-45deg);
}
  
.btn-4:hover:after{
    content: "";
    display: inline-block;
    margin-left: 1.7rem;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}
  
.btn-4::before { /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 0.5rem;
    background-color: #FFF;
    border: 1px solid #FFF;
    opacity: 0.3;
}
  
.btn-4:hover::before { /* マウスホバー時に先程作成したbeforeを表示させる */
    display: block;
}

.btn-4:hover {
    color: #FFF;
    background-color: #F27635;
}

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

    .guidance-title span {
        color: #F27635;
        font-weight: 600;
        font-size: 2.4rem;
    }

    .btn-3 {
        margin: 0 0 5.3% 0;
    }
    .guidance-inner {
        padding: 8% 0;
    }

    .guidance-btn {
        margin: 6.66% 14% 0 14%;
        flex-flow: column;
    }

    .guidance {
        background-position: 80%;
    }
}

/* POINTセクション */
.point {
    padding: 7.3% 0;
    background-image: url(../images/point-back-ground.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
}

.point-treat {
    position: absolute;
    width: 5.71%;
    top: 7%;
    right: 24%;
}

.point-treat img {
    width: 100%;
    height: auto;
}

.point-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 36px 50px;
    justify-content: center;
    margin-top: 4.2%;
}

.point-contents {
    position: relative;
    width: 300px;
    margin-top: 3%;
}

.point-text {
    padding: 6.66%;/*内側余白*/
	border:solid 0.6px #F27635;/*線の種類・太さ・色*/
    background-color: #FFF;
    text-align: left;
    /* border: solid 1px #F27635; */
}

.point-namber {
    height:60px;
    width:60px;
    border-radius:50%;
    line-height:60px;
    text-align:center;
    background: #F27635;
    font-size: 2em;
    border:1px solid #F6CC7E;
    color: #FFF;
    font-family: 'Arimo-Italic', sans-serif;
    position: absolute;
    top: -30px;
    right: 0;
}

.point-text p {
    margin-top: 8%;
}

.point-text img {
    width: 100%;
    height: auto;
    margin-top: 1.56em;
}

@media screen and (max-width: 768px) {
    .point {
        padding: 10.66% 0;
    }

    .point-contents {
        width: 154px;
        margin-top: 8.95%;
    }

    .point-container {
        gap: 20px 26px;
        margin-top: 8.95%;
    }

    .point-namber {
        top: -25px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 2.4rem;
        letter-spacing: -0.05em;
    }

    .point-treat {
        width: 13.79%;
        top: 0.7%;
        right: 4%;
    }

    .point-text {
        padding: 16.23% 2.08% 2.08%;/*内側余白*/
        border:solid 1px #F27635;
        letter-spacing: 0;
    }

    .point-text h3 {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .point-text p {
        font-size: 1.4rem;
        margin-top: 12.82%;
    }

    .point-text img {
        margin-top: 1rem;
    }
}

@media screen and (min-width:768px){
    br .br-sp {
        display: contents;
    }
}

/* AWESOMEセクション */

.awesome {
    padding: 7.3% 0 4.2% 0;
    width: 100%;
    position: relative;
}

.awesome::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -12%;
    left: 0;
    right: 0;
    background-image: url(../images/awsome_background.jpg);
    transform: skewY(-7deg) translateY(-90px);
    background-size: cover;
    z-index: -1;
    }

.awesome-treat {
position: absolute;
width: 7.79%;
top: 7%;
left: 23%;
}

.awesome-treat img {
width: 100%;
height: auto;
}

.awesome-container {
    margin-top: 4.2%;
}

.awesome-contents {
padding: 2.2% 5.2%;/*内側余白*/
background-color: #FFF;
display: flex;
justify-content: center;
width: 83.7%;
align-items: center;
}

.awesome-contents:nth-child(2) {
    margin: 6% 0 6% auto;
}

.awesome-img {
    width: 34.24%;
    margin: auto 5% auto 0;
}

.awesome-img img {
    width: 100%;
    height: auto;
}

.awesome-text {
    text-align: left;
}

.awesome-text img {
    width: 80px;
}

.awesome-text h3 {
    font-weight: bold;
    margin-top: 2.87%;
}

.awesome-text p {
    margin-top: 4.3%;
}

.awesome-img:nth-child(2) {
    margin: auto 0 auto 5%;
}

.polygon {
    width: 30.5%;
    margin: 6% auto 0 auto;
}

.polygon img {
    width: 100%;
    height: auto;
}

.awesome-chosen {
    margin-top: 7.57%;
}

.awesome-chosen img {
    width: 24.6%;
    position: absolute;
    right: 0;
    bottom: -4.2%;
}

.awesome-chosen h4 {
    background: linear-gradient(transparent 50%, #f6cc7e80 50%);
    display: inline;
}

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

    .awesome {
        padding: 21.33% 0 23% 0;
    }

    .awesome-treat {
        width: 13.79%;
        top: 2%;
        left: 12%;
    }
    
    .awesome-contents {
        display: block;
        padding: 8.9%;
        width: 90.74%;
        margin: 8.95% auto 0 auto;
        text-align: center;
    }

    .awesome-img {
        width: 79.96%;
        margin: 0 auto 7.64% auto;
    }

    .awesome-text img {
        width: 60px;
    }

    .awesome-contents:nth-child(2) .awesome-text {
        order: 1;
    }

    .polygon {
        width: 70%;
        margin: 10.66% auto 0 auto;
    }

    .awesome-img:nth-child(2) {
        margin: 0 auto 7.64% auto;
    }

    .awesome-contents:nth-child(2) {
        margin: 0 auto;
        margin-top: 10.66%;
        display: flex;
        flex-wrap: wrap; 
    }

    .awesome-chosen img {
        width: 34.02%;
        left: 0;
        top: 101%;
        transform: scale(-1, 1);
    }

    .awesome::before {
        bottom: -7%;
    }
}

/* VOICEセクション */

.voice {
    padding: 10.4% 0 7.3% 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.voice::before {
    content: '';
    position: absolute;
    top: -1.46%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/voice_background.jpg);
    transform: skewY(-7deg) translateY(90px);
    z-index: -1;
}

.voice-treat {
    position: absolute;
    width: 7.79%;
    top: 9.5%;
    right: 33%;
}

.voice-treat img {
    width: 100%;
    height: auto;
}

.voice-container {
    margin-top: 4.2%;
}

.voice-contents-1 {
    display: inline-block;
    width: 35%;
    margin: 0 6.95%;
}

.voice-contents-1 img {
    width: 100%;
}

.balloon {
    position: relative;
    text-align: center;
}

.balloon img {
    width: 92%;
}
  
.balloon p {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: calc(1.8rem + ((1vw - 0.768rem) * 1.3378));
    min-height: 0vw;
    top: 43%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 92%;
}

@media screen and (min-width: 1000px) {
    .balloon p {
        font-size: 2.6rem;
    }
}

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

    .balloon p {
        font-size: 1.6rem;
    }

    .voice::before {
        top: -60px;
    }

    .voice {
        padding: 10.66% 0;
        overflow: visible;
    }

    .voice-treat {
        width: 13.33%;
        top: 2%;
        right: 5%;
    }

    .voice-container {
        margin-top: 8.95%;
    }

    .voice-contents-1 {
        width: 47.76%;
        margin: 0 auto;
    }
}

.voice-contents-2 {
    display: flex;
    gap: 40px;
    margin-top: 4.2%;
    justify-content: center;
    flex-wrap: wrap;
}

.voice-box {
    padding: 2.3%;/*内側余白*/
	border:solid 0.6px #F6CC7E;/*線の種類・太さ・色*/
    background-color: #FFF;
    width: 300px;
    border-radius: 0.5rem;
}

.voice-img {
    width: 51.33%;
    margin: 0 auto;
}

.voice-img img {
    width: 100%;
    height: auto;
}

.voice-name {
    margin-top: 3.95%;
}

.voice-text {
    margin-top: 9.09%;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .voice-box {
        padding: 6.86%;
        width: 89.55%;
        border:solid 1px #F6CC7E;
    }

    .voice-text {
        margin-top: 4.33%;
    }

    .voice-contents-2 {
        margin-top: 17.91%;
        gap: 20px;
    }
}

/* footer */

.footer {
    padding: 3.6% 0 0.74% 0;
    font-size: 14px;
    background-image: url(../images/footer_background.png);
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 5rem;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: left;
}

.footer-navi-contets {
    display: flex;
    gap: 66px;
    width: 365px;
}

.footer-navi-menu {
    font-weight: normal;
    letter-spacing: 0;
}

.footer-navi li {
    margin-bottom: 20px;
}

.footer-navi-btn {
    width: 209px;
}

.sns {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 34px;
}

.sns-icon {
    width: 23px;
}

.sns-icon img {
    width: 100%;
    height: auto;
}

.btn-5 {
    position: relative;
    padding: 14px 20px 14px 47px;
    font-size: 1.8rem;
    color: #AD832F;
    border-radius: 0.5rem;
    background-color: #FFF ;
    border: 1px solid #AD832F;
  }
  
  .btn-5::after{
      content: "";
      display: inline-block;
      margin-left: 1.4375rem;
      vertical-align: 1px;
      width: 7px;
      height: 7px;
      border-right: 2px solid #AD832F;
      border-bottom: 2px solid #AD832F;
      transform: rotate(-45deg);
  }
  
  .btn-5:hover:after{
      content: "";
      display: inline-block;
      margin-left: 1.4375rem;
      vertical-align: 1px;
      width: 7px;
      height: 7px;
      border-right: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      transform: rotate(-45deg);
  }
  
.btn-5::before { /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 0.5rem;
    background-color: #FFF;
    border: 1px solid #FFF;
    opacity: 0.3;
}
  
.btn-5:hover::before { /* マウスホバー時に先程作成したbeforeを表示させる */
    display: block;
}

.btn-5:hover {
    color: #FFF;
    background-color: #AD832F;
}

.copyright {
    color: #AD832F;
    font-size: 1.2rem;
    text-align: center;
    margin-block-start: 2.2%;
}

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

    .footer {
        padding-top: 10.66%;
    }

    .inner {
        max-width: 335px;
    }

    .footer-navi-contets {
        gap: 35px;
    }

    .footer-logo {
        margin-bottom: 1.7rem;
        width: 50.14%;
    }

    .footer-logo img {
        width: 100%;
        height: auto;
    }

    .footer-navi li {
        margin: 1.5rem 0 0 0;
    }

    .footer-navi-btn {
        width: 209px;
        margin: 2rem auto;
    }
}

/*PCとSPの表示非表示*/
.br-pc {
    display:block;
}

.br-sp {
    display:none;
}

/* @media only screen and (max-width : 768px){
  .mv-pc,.worries-pc,.about-us-pc,.br-pc,.footer-navi-pc {
    display:none;
    }
  .mv-sp,.worries-sp,.about-us-sp,.br-sp,.footer-navi-sp {
    display:block;
    }
} */

/* Safariで崩れて見えたため記載変更 */
@media only screen and (max-device-width: 768px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
        width: 100%; /* あるいは適切な幅を指定 */
    }
}



/* 追従ボタン */

.fixed-button {
    display: none;
    position: fixed;
    bottom: 0 !important;
    width: 100%;
    height: 130px;
    padding: 1.83% 0;
    text-align: center;
    background: #ffffffCC;
  }

  .fixed-button-inner {
    position: relative;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
  }

  .fixed-button-conteiner {
    display: flex;
    justify-content: space-between;
}

.fixed-button-conteiner .btn_3 {
    padding: 2.5rem 2rem 2.5rem 5.7rem;
    font-size: 2rem;
    margin: 0;
}

.fixed-button-conteiner .btn_4 {
    padding: 2.4rem 1.9rem 2.4rem 5.6rem;
    font-size: 2rem;
}

.fixed-button-conteiner a::after {
    margin-left: 3rem;
}

.fixed-button-conteiner .btn_4:hover::after {
    margin-left: 3rem;
}

@media screen and (max-width: 768px) {
    .fixed-button {
        display: none !important;
    }
}
