body , h1, h2, h3, h4, h5, h6 , p {
    font-family: 'Hiragino Kaku Gothic ProN' , "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 1.74;
    letter-spacing: 0.17em;

    /* background-color: aqua; */
}

@font-face {
  font-family: "utsukushimincho";
  src: url("../font/UtsukushiFONT.otf") format("opentype");
}


.section6{
    padding-bottom: 139px;
    background-image: url(../img/customer_sec/gold.png);
}

.section_side .section_container{
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

.mt{
    margin-top: 120px;
}

/* 画像を入れるサイズ */
.container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

}

@media screen and (min-width: 1001px) {
    section{
        max-width: 1000px;
        margin: 0 auto;
    }

    .container{
        /* width: 80%; */
        max-width: 1000px;
        margin: 0 auto;
        /* background-color: #FF610A; */
    }
}


/* CTA_img */
.position_base{
    position: relative;
    z-index: 1;
}

.cta_link {
    width: 83.6%;
}

.cta_link:hover{
    opacity: 0.7;
    transition: all 500ms ease-out 0s;
}

.position_variable{
    position: absolute;
    z-index: inherit;
    bottom: 18.5%;
    left: 50%;
    transform: translateX(-50%);
}

.position_variable2{
    bottom: 37%;
}



/* variable */

.mt_variable{
    margin-top: -10px;
}

.img_size_small{
    width: 92.9%;
}






.customer_cont{
    margin-top: -1px;
}


/* customer_sec */
.customer_img{
    width: 84.8%;
}

.customer1{
    text-align: right;
}

.customer_box.textarea1 , .customer_box.textarea2{
    margin-top: -69px;
    position: relative;
}

.textarea1{
    z-index: 5;
}

.textarea1::before{
    position: absolute;
    left: 4.5%;
    top: -7%;
    transform: translateY(-50%);
    display: inline-block;
    width: 12.2%;
    height: 118px;
    content:'';
    background-image: url('../img/customer_sec/cloud.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 6;
}

.textarea1::after{
    position: absolute;
    right: 4%;
    bottom: 24%;
    display: inline-block;
    width: 13.11%;
    height: 226px;
    content:'';
    background-image: url('../img/customer_sec/leaf.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}


/* 方眼紙コンテンツ */
.customer_box_textarea{
    width: 82.6%;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;

    box-shadow: -9.2px 7.7px 38px 5px rgba(248, 174, 31, 0.33);

  /* 以下任意のスタイル */
    padding: 20px;

    margin: 0 13.5% 0 3.7%;
    padding: 5% 6.6% 7.3% 6.8%;
    position: relative;
}

.textarea1 .customer_box_textarea{
    margin: 0 13.5% 0 3.7%;
}

.textarea2 .customer_box_textarea{
    margin: 0 3.7% 0 13.5%;
}

/* fontサイズ */

.customer_point{
    font-size: 34px;
    /* font-size: calc(1.25rem + 1.4vw); */
    font-family: "dnp-shuei-ymincho-std", "Hiragino Mincho ProN", "游明朝", "YuMincho", "MS PMincho", serif;
    /* font-weight: 400; */
    letter-spacing: 0.07em;
    line-height: 1.73;
}

.customer_box_textarea .customer_title{
    font-size: 51px;
    /* font-size: calc(1.25rem + 3.1vw); */
    font-family: "dnp-shuei-ymincho-std", "Hiragino Mincho ProN", "游明朝", "YuMincho", "MS PMincho", serif;
    font-weight: 100;
    color: #ff610b; /* オレンジ色 */
    line-height: 1.49;
    letter-spacing: 0.1em;
}

.customer_box_textarea .customer_title .title_strong{
    font-size: 54px;
    /* font-size: calc(1.25rem + 4.1vw); */
    /* font-weight: 600; */
}

.customer_box_textarea .customer_title .strong{
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fff9b3 60%);
}

.customer_box_textarea .customer_text{
  font-size: 27px;
  /* font-size: calc(1.25rem + 0.7vw); */
  font-family: 'Hiragino Kaku Gothic ProN' , "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.74;
  letter-spacing: 0.17em;
  margin-top: 26px;
}

.customer_text .under_bar{
    font-weight: 600;
    background: linear-gradient(transparent 40%, #faf7cb 70%);
}

.pr_space{
    padding-right: 2%;
}


.rerote{
    display: inline-block;
    transform: rotate(10deg);
    font-size: 60px;
    /* font-size: calc(1.25rem + 4vw); */
}

.textarea1 .customer_user{
    position: absolute;
    top: -4px;
    /* right: -67px; */
    right: -8%;
}


/* ユーザー名 */
.customer_circle{
    /* width: 217px; */
    width: 26.5%;
    /* height: 217px; */
    height: 217px;
    border-radius: 50%;
    background-color: rgba(250,247,203,0.74);
    display: flex;
    align-items:center;
    justify-content:center;
}

.customer_user .customer_name{
    font-size: 28px;
    /* font-size: calc(1.25rem + 0.9vw); */
    text-align: center;
    font-family: 'Hiragino Kaku Gothic ProN' , "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.17em;
    line-height: 1.73;
    text-shadow:
    4px 4px 4px #faf7cb, -4px -4px 4px #faf7cb,
    -4px 4px 4px #faf7cb,  4px -4px 4px #faf7cb,
    4px 0 4px #faf7cb, -4px  0 4px #faf7cb,
    0 4px 4px #faf7cb,  0 -4px 4px #faf7cb;
}

/* 出典元 */
.attention_area {
    margin-top: 18px;
    letter-spacing: 0.17em;
    text-align: center;
}

.attention_area .attention{
    font-size: calc(1.25rem + 0.1vw);
}

.custom2{
    margin-top: 95px;
}

.customer2{
    position: relative;
}

.customer2::before{
    position: absolute;
    right: 0;
    top: -80px;
    display: inline-block;
    width: 13.1%;
    height: 131px;
    content:'';
    background-image: url('../img/customer_sec/cloud2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 6;
}


.custom2 .textarea2 .customer_user{
    position: absolute;
    top: 16px;
    right: 0px;
}


.textarea2{
    position: relative;
    z-index: 5;

}

.textarea2::before{
    position: absolute;
    left: 65%;
    top: 0%;
    transform: translateY(-50%);
    display: inline-block;
    width: 12.2%;
    height: 118px;
    content:'';
    background-image: url('../img/customer_sec/cloud3.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 6;
}

.textarea2::after{
    position: absolute;
    left: 3%;
    bottom: 26%;
    display: inline-block;
    width: 13.11%;
    height: 226px;
    content:'';
    background-image: url('../img/customer_sec/leaf2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}


@media screen and (max-width:999px) {
    .section6{
        padding-bottom: 70px;
    }

    .customer_circle{
        height: 37%;
    }

    .textarea2 .customer_circle{
        height: 41%;
    }

    .customer_point{
        font-size: calc(1.25rem + 1vw);
    }


    .customer_box_textarea .customer_title{
        font-size: 5vw;
    }

    .customer_box_textarea .customer_title .title_strong{
        font-size: 5.5vw;
    }

    .rerote{
        font-size: 6vw;
    }

    .customer_box_textarea .customer_text{
        font-size: calc(1.25rem + 0.1vw);
    }


    .customer_user .customer_name{
        font-size: 2.9vw;
    }

    .attention_area .attention{
        font-size: calc(1.25rem);
    }
}


@media screen and (max-width:434px) {
    .customer_circle{
		width: 28%;
        height: 36%;
		max-height: 95px;
		max-width: 95px;
    }

    .textarea2 .customer_circle{
        height: 36%;
		
    }

    .customer_point{
        font-size: calc(0.9rem);
    }


    .customer_box_textarea .customer_title{
        font-size: 5vw;
    }

    .customer_box_textarea .customer_title .title_strong{
        font-size: 5.5vw;
    }

    .rerote{
        font-size: 6vw;
    }

    .customer_box_textarea .customer_text{
        font-size: calc(0.73rem);
    }


    .customer_user .customer_name{
        font-size: 2.9vw;
    }

    .attention_area .attention{
        font-size: calc(0.73rem);
    }

    .customer_box.textarea1, .customer_box.textarea2{
        margin-top: -36px;
    }

    .attention_area{
        margin-top: 14px;
        padding-left: 29px;
        text-align: left;
    }

    .textarea2 .attention_area{
        padding-right: 63px;
        text-align: right;
    }

    
    .customer_box_textarea .customer_text{
        margin-top: 16px;
    }


    .textarea1::after{
        bottom: 4%;
    }

    .textarea2::before{
        left: 69%;
    }

    .textarea2::after {
        bottom: 6%;
    }
    
}





/* section7_Q&A sec */

.section_border{
    border: solid 1px #333;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 4px #333;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 9px;        /* 内側の線になる一本線の枠線をひく*/
	margin: 13px;            	/* outlineの値＋outline-offsetの値*/
    padding: 30px 5.2% 100px 5.2%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.sec_title_cont{
    text-align: center;
    margin-bottom: 94px;
}

.section7 .sec_title_cont .sec_title .title_box{
    display: flex;
    flex-direction: column;
}

.sec_title_sub{
    font-family: "utsukushimincho", sans-serif;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-size: 32px;
}

.sec_title , .sec_title_small{
    font-family: "utsukushimincho", sans-serif;
    font-size: 77px;

}

.sec_title_small{
    font-family: "utsukushimincho", sans-serif;
    font-size: 51px;
}



.qa_content{
    margin-top: 94px;
    width: 100%;
    max-width: 861px;
    margin: 0 auto 100px;
    font-family: "utsukushimincho", sans-serif;
}


.qa_title{
    position: relative;
    /* font-family: "dnp-shuei-ymincho-std", "Hiragino Mincho ProN", "游明朝", "YuMincho", "MS PMincho", serif; */
    font-weight: 500;
    letter-spacing: 0.006em;
    line-height: 1.73;
}

.question_title{
    font-size: 32px;
}

.question_title::after{
    content: '';    
    border-bottom: dotted 1px #333;
    position: absolute;
    bottom: -20px;
    left: -30px;
    width: 105%;
}


.question_box{
    padding-bottom: 22px;
}

.answer_box{
    padding-top: 22px;
}


.sec_title_sub{
    position: relative;
}

.sec_title_sub::before{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 92px;
    height: 93px;
    content:'';
    background-image: url('../img/icon/okageyu.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.title_upper_text{
    padding-left: 100px;
}


.qa_content_box{
    font-size: 45px;
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
}



.qa_content_box::before{
    position: absolute;
    left: 0;
}

.question_box::before{
    content: 'Q';
    top: -13px;

}

.answer_box::before{
    content: 'A';
    top: 0px;
}

.qa_title{
    padding-left: 60px;
    font-family: "utsukushimincho", sans-serif;
}

.answer_text{
    font-size: 24px;
    font-family: "utsukushimincho", sans-serif;
}



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

    .section_border{
        padding-bottom: 70px;
    }


    .sec_title_sub {
        font-size: calc(1.25rem + 0.1vw);
    }


    .sec_title_sub::before{
        width: 72px;
        height: 93px;
    }

    .title_upper_text {
    padding-left: 70px;
    }


    .sec_title , .sec_title_small{
        font-size: 77px;
        font-size: calc(1.25rem + 5vw);
    }

    .sec_title_small{
        font-size: 51px;
        font-size: calc(1.25rem + 2vw);
    }

    .sec_title_cont {
        margin-bottom: 50px;
    }


    .qa_content{
        margin-bottom: 40px;
    }

    .qa_title {
        padding-left: 45px;
    }


    .qa_content_box{
        font-size: 32px;
        font-size: calc(1.25rem + 1.2vw);
    }

    .question_title {
        font-size: calc(1.25rem + 0.4vw);
    }

    .question_box::before {
    top: -7px;
    }

    .answer_text{
        font-size: calc(1rem);

    }

    .answer_box::before {
    top: 9px;
    }

}



@media screen and (max-width:434px) {
    .section_border{
        padding: 70px 2.2% 70px 2.2%;
    }

    .question_title::after {
        content: '';
        border-bottom: dotted 1px #333;
        position: absolute;
        bottom: -20px;
        left: -10px;
        width: 105%;
    }

    .qa_title {
        padding-left: 35px;
    }


    .question_title {
        font-size: calc(1.1rem);
    }

    .answer_text {
        font-size: calc(0.73rem);
    }
}











/* cta_btn */

.content_area {
  background-color: rgba(31, 31, 31, 0.4);
  display: none;
  width: 100%;
  padding: 16px 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
  text-align: center;

}

.btn-b,
a.btn-b,
button.btn-b {
  font-size: 1.6rem;
  font-weight: 700;
  /* line-height: 1.5; */
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 3.4rem;
  padding: 4rem 6rem 1.5rem 6.5rem;
  position: relative;
  color: #fff;
  background: #dc9548;
  -webkit-box-shadow: 0 5px 0 #dc9548;
  box-shadow: 0 5px 0 #dc9548;
}

@media screen and (max-width: 868px) {
  a.btn-c {
    font-size: 1.6rem;
    padding: 9.2% 9.6% 2.4% 10.8%;
  }
}

a.btn-c span {
  font-size: 1.9rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 43.859%);
  display: block;
  width: 87.7%;
  padding: 0.5rem 0;
  color: #dc9548;
  border: 2px solid #dc9548;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 868px) {
  a.btn-c span {
    font-size: 0.8rem;
  }
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #dc9548;
  -webkit-box-shadow: 0 2px 0 #dc9548;
  box-shadow: 0 2px 0 #dc9548;
  opacity: 0.7;
}

a.btn-c:hover:before {
  left: 2rem;
}

.cta_text{
	letter-spacing: 0.01em!important;
}

.space{
	letter-spacing: 0.001em!important;
}

.space_small{
	letter-spacing: 0.001em!important;
}

a.btn-c span {
	letter-spacing: 0.1em;
}

.shadow{
	box-shadow: 0px 17px 0px 0px rgba(167, 131, 115, 0.3);
	box-shadow: -9.2px 17px 38px 5px  rgba(167, 131, 115, 0.3);
}