body{
    line-height: 1.7;
    letter-spacing: 0.03em;
    word-break: break-all;
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif, 'Noto Serif JP', serif;
    /*
    フォントの太さはデフォルトをMedium（500）とする。
    ExtraLight：200
    Light：300
    Regular：400
    Medium：500
    SemiBold：600
    Bold：700
    ExtraBold：800
    Black：900
    */
    font-weight: 500;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.container{
    max-width: 1080px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
/*===========================================================================

header　ここから

===========================================================================*/
.header{
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    background-color: #fcfcfc;
    width: 100%;
    z-index: 10;
    box-shadow: 5px 0 15px #333;
}
.header_container{
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header a:hover{
    opacity: .8;
}
.header_line{
    width: 235px;
}
.header_logo{
    width: 300px;
}
/*===========================================================================

header　ここまで

===========================================================================*/
/*===========================================================================

fv　ここから

===========================================================================*/
.fv{
    background-image: url(images/fv_bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 148px;
    padding-bottom: 65px;
}
.fv_container{
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fv_left {
    max-width: 590px;
    padding-right: 30px;
}
.fv_rightImg {
    padding-right: 25px;
    width: 38%;
}
.fv_catchcopy {
    max-width: 660px;
    width: 90%;
}
.fv_txt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 60px;
    padding-top: 25px;
}
.fv_txt span{
    color: #fcfcfc;
    font-size: 22px;
}
.fv_cta {
    text-align: center;
    max-width: 570px;
    padding-top: 15px;
    padding-left: 20px;
}
.fv_txt_cta{
    padding-bottom: 10px;
}
/*===========================================================================

fv　ここまで

===========================================================================*/
/*===========================================================================

achievements　ここから

===========================================================================*/
.achievements{
    padding-top: 30px;
    padding-bottom: 30px;
}
.achievements_txt{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .1px;
    text-align: center;
    position: relative;
}
.achievements_txt::before, .achievements_txt::after{
    content: '';
    position: absolute;
    background-image: url(images/ellipse.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 175px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.achievements_txt::before{
    left: 10px;
}
.achievements_txt::after{
    right: 10px;
}
.achievements_txt span{
    font-size: 30px;
    letter-spacing: 1px;
}
.achievements_imgarea{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}
.achievements_img{
    padding: 0 15px;
}

/*===========================================================================

achievements　ここまで

===========================================================================*/
/*===========================================================================

beforeAfter, userVoice　ここから

===========================================================================*/
.beforeAfter{
    background-color: #F8EEC8;
    border-top: 10px solid #F28315;
    padding-top: 35px;
    padding-bottom: 275px;
}
.beforeAfter_headTxt{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.beforeAfter_headTxt .large{
    font-size: 50px;
    color: #f4810f;
    position: relative;
}
.beforeAfter_headTxt .large::after{
    content: '';
    width: 137px;
    height: 9px;
    background-color: #FF6400;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.beforeAfter_headTxt .small{
    font-size: 36px;
    color: #f4810f;
}
.beforeAfter_attractive {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 23px;
    padding-bottom: 15px;
    padding-right: 20px;
}
.beforeAfter_attractive figure{
    padding: 0 12px;
    position: relative;
}
.beforeAfter_attractive figure::after{
    content: '';
    background-image: url(images/attractive_accessory.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    bottom: 35px;
    right: -10px;
}
.beforeAfter_head{
    position: relative;
}
.beforeAfter_head::before{
    position: absolute;
    content: '';
    background-image: url(images/beforeAfter_head01@4x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 231px;
    aspect-ratio: 231/139;
    left: -40px;
    bottom: 7px;
}
.beforeAfter_head::after{
    position: absolute;
    content: '';
    background-image: url(images/beforeAfter_head02@4x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 151px;
    aspect-ratio: 151/204;
    right: 40px;
    bottom: -10px;
}
.userVoice_wrapper{
    padding-top: 110px;
    padding-bottom: 25px;
}
.uservoice_whiteBack{
    border-radius: 20px 0 0 20px;
    background-color: #fcfcfc;
    border: 3px solid #333;
    box-sizing: border-box;
    width: calc(50vw + 515px);
}
.uservoice_stripeBack{
    background: repeating-linear-gradient(135deg, #F28315 0px 10px, transparent 0px 20px);
    padding-left: 15px;
    margin-bottom: -15px;
    padding-bottom: 15px;
    width: calc(50vw + 530px);
    margin-left: 10px;
    box-sizing: border-box;
    border-radius: 20px;
}
.userVoice_wrapper:nth-of-type(2n+1) .uservoice_whiteBack{
    border-right: none;
}
.userVoice_wrapper:nth-of-type(2n) .uservoice_whiteBack{
    border-left: none;
    border-radius: 0 20px 20px 0;
    margin-left: -17px;
}
.userVoice_wrapper:nth-of-type(2n) .uservoice_stripeBack{
    border-radius: 0 20px 20px 0;
    margin-left: calc(-50vw + 540px);
}
.userVoice_wrapper:nth-of-type(2n) .userVoice{
    margin-left: auto;
}
.userVoice{
    display: flex;
    max-width: 1020px;
    padding-top: 45px;
    padding-bottom: 35px;
    padding-left: 65px;
    padding-right: 50px;
}
.userVoice_left{
    width: 49%;
}
.userVoice_right{
    width: 51%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.userVoice_ttl{
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
}
.userVoice_ttl::before{
    position: absolute;
    content: '';
    background-image: url(images/UserVoice.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
    height: 90px;
    top: -100px;
}
.userVoice_ttl span{
    color: #fcfcfc;
    background-color: #FF6400;
}
.userVoice_chart_wrapper{
    position: relative;
}
.userVoice_chart_wrapper::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 185px;
    height: 182px;
    top: -110px;
    right: -115px;
}
.userVoice_chart {
    max-width: 448px;
}
.userVoice_wrapper:nth-of-type(1) .userVoice_chart_wrapper::after{
    background-image: url(images/fukidashi01.svg);
}
.userVoice_wrapper:nth-of-type(2) .userVoice_chart_wrapper::after{
    background-image: url(images/fukidashi02.svg);
}
.userVoice_wrapper:nth-of-type(3) .userVoice_chart_wrapper::after{
    background-image: url(images/fukidashi03.svg);
}
.userVoice_person{
    max-width: 345px;
    margin-top: -100px;
}
.userVoice_txt{
    padding-top: 20px;
    letter-spacing: -0.3px;
}
.userVoice_txt .orange{
    color: #F28315;
    font-weight: 700;
    font-size: 18px;    
}
.userVoice_caution{
    font-size: 13px;
}
/*===========================================================================

beforeAfter, userVoice　ここまで

===========================================================================*/
/*===========================================================================

benefit　ここから

===========================================================================*/
.benefit{
    background-image: url(images/benefit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -195px;
    padding-top: 300px;
    padding-bottom: 85px;
}
.benefit_inner{
    background-color: #fcfcfc;
    padding: 0 20px;
    border-radius: 10px;
    border: 5px solid #C60000;
    box-sizing: border-box;
    box-shadow: 10px 10px #F8EEC8;
    padding-top: 85px;
    padding-bottom: 80px;
    position: relative;
    margin-top: -125px;
}
.benefit_head{
    background-color: #C60000;
    color: #fcfcfc;
    font-size: 28px;
    font-weight: 700;
    width: 690px;
    border: 3px solid #FFF9E2;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 35px;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
    border-bottom: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    margin: auto;
}
.benefit_head .emphasis{
    color: #FFED00;
    font-size: 32px;
    background-image: radial-gradient(circle at center, #FFED00 15%, transparent 15%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 1em 0.5em;
    padding-top: 8px;
}
.benefit_ttl{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}
.benefit_ttl img{
    width: 300px;
}
.benefit_ttl span{
    color: #C60000;
    font-size: 55px;
    background: linear-gradient(transparent 75%, #FFED00 25%)
}
.benefit_ttl::after{
    position: absolute;
    content: '';
    background-image: url(images/benefit_arrow@4x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 40px;
    left: 0;
    right: 0;
    margin:auto;
    bottom: -85px;
}
.benefit_case{
    display: flex;
    align-items: flex-end;
    padding-top: 45px;
}
.benefit_case:nth-of-type(2n+1){
    flex-direction: row-reverse;
}
.benefit_case_inner {
    padding-left: 30px;
    padding-right: 40px;
    padding-bottom: 60px;
}
.benefit_case:nth-of-type(2) .benefit_case_inner{
    padding-right: 30px;
    padding-left: 15px;
    padding-bottom: 20px;
}
.benefit_case:nth-of-type(3){
    padding-top: 10px;
}
.benefit_case:nth-of-type(3) .benefit_case_img.pc{
    margin-left: -20px;
}
.benefit_case:nth-of-type(3) .benefit_case_inner{
    padding-right: 50px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.benefit_case:nth-of-type(4){
    padding-top: 30px;
}
.benefit_case:nth-of-type(4) .benefit_case_img.pc{
    padding-right: 20px;
}
.benefit_case:nth-of-type(4) .benefit_case_inner{
    padding-bottom: 0;
    padding-left: 15px;
}
.benefit_case_head{
    position: relative;
}
.benefit_case_head:after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}
.benefit_case:nth-of-type(1) .benefit_case_head:after{
    background-image: url(images/case01_illust@4x.png);
    max-width: 308px;
    width: 62.5%;
    aspect-ratio: 308/243;
    bottom: -40px;
    right: -80px;
}
.benefit_case:nth-of-type(2) .benefit_case_head:after{
    background-image: url(images/case02_illust@4x.png);
    max-width: 325px;
    width: 62.5%;
    aspect-ratio: 296/177;
    bottom: 15px;
    right: -30px;
}
.benefit_case:nth-of-type(3) .benefit_case_head:after{
    background-image: url(images/case03_illust@4x.png);
    max-width: 300px;
    width: 59%;
    aspect-ratio: 5/3;
    bottom: 20px;
    right: -50px;
}
.benefit_case:nth-of-type(4) .benefit_case_head:after{
    background-image: url(images/case04_illust@4x.png);
    max-width: 296px;
    width: 60.5%;
    aspect-ratio: 296/220;
    bottom: -25px;
    right: -50px;
}
.benefit_case_num{
    padding-bottom: 25px;
}
.benefit_case_illust {
    max-width: 60%;
}
.benefit_case_ttl{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1.5;
}
.benefit_case_txt {
    line-height: 1.5;
}
.benefit_case_ttl span{
    font-size: 40px;
    color: #0699C7;
}
.benefit_case_img {
    width: 45%;
}
.benefit_case:nth-of-type(2) .benefit_case_img {
    width: 48%;
}
/*===========================================================================

benefit　ここまで

===========================================================================*/
/*===========================================================================

Line　ここから

===========================================================================*/
.line{
    background-color: #06C755;
}
.line_container{
    max-width: 1120px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.line_banner_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.line_link {
    margin-top: 15px;
}
.line_illust {
    max-width: 471px;
}
/*===========================================================================

Line　ここまで

===========================================================================*/
/*===========================================================================

annoy　ここから

===========================================================================*/
.annoy{
    background-color: #333;
    color: #fcfcfc;
    padding-top: 70px;
    padding-bottom: 65px;
    position: relative;
}
.annoy::after{
    position: absolute;
    content: '';
    background-color: #333;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 250px;
    height: 40px;
    bottom: -39px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.annoy_txt{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.annoy_txt::after{
    content: '';
    position: absolute;
    background-image: url(images/annoy_tornado.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 85px;
    top: -20px;
    left: 160px;
}
.annoy_txt span{
    font-size: 50px;
    color: #FFED00;
}
.annoy_img {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 20px;
}
/*===========================================================================

annoy　ここまで

===========================================================================*/
/*===========================================================================

solve　ここから

===========================================================================*/
.solve{
    padding-top: 125px;
    background-image: url(images/solve_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 300px;
    position: relative;
}
.solve::after{
    position: absolute;
    content: '';
    background-color: #F4810F;
    width: 100%;
    height: 8%;
    bottom: -1px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.solve_head{
    font-size: 24px;
    font-weight: 700;
    background-color: #C60000;
    color: #fcfcfc;
    border: 3px solid #333;
    display: block;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.solve_head::before{
    position: absolute;
    content: '';
    background-image: url(images/red_triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 17px;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
}
.solve_head::after{
    position: absolute;
    content: '';
    background-image: url(images/light.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 150px;
    bottom: 0;
}
.solve_catchcopy{
    font-size: 57px;
    font-weight: 700;
    text-align: center;
    padding-top: 85px;
    line-height: 1.5;
    position: relative;
}
.solve_catchcopy::before{
    position: absolute;
    content: '';
    background-image: url(images/solve_catchcopy_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 63px;
    height: 132px;
    left: 140px;
    bottom: 5px;
}
.solve_catchcopy::after{
    position: absolute;
    content: '';
    background-image: url(images/solve_catchcopy_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 63px;
    height: 132px;
    right: 140px;
    bottom: 5px;
}
.solve_catchcopy .emphasis{
    color: #F28315;
    background-image: radial-gradient(circle at center, #c60000 15%, transparent 15%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 1em 0.5em;
    padding-top: 10px;
}
.solve_catchcopy .orange{
    color: #F28315;
    font-size: 30px;
}
.solve_subtxt{
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    padding-top: 75px;
    padding-bottom: 25px;
}
.solve_subtxt span{
    color: #C60000;
    font-size: 33px;
    background: linear-gradient(transparent 75%, #FFED00 25%);
}
.solve_txt{
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    position: relative;
}
.solve_txt .emphasis{
    font-size: 55px;
    color: #F28315;
    letter-spacing: 4px;
}
.solve_txt .emphasis:first-of-type{
    position: relative;
}
.solve_txt .emphasis:first-of-type::before{
    position: absolute;
    content:'';
    background-image: url(images/attractive_accessory2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 31px;
    top: -5px;
    left: -20px;
}
.solve_txt .orange{
    font-size: 36px;
    color: #F28315;
}
.solve_banner_inner{
    padding-left: 20px;
    padding-right: 20px;
}
.solve_banner{
    background-color: #F28315;
    border: 4px solid #333;
    border-radius: 20px;
    margin-top: 70px;
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}
.solve_banner::before, .solve_banner::after{
    position: absolute;
    z-index: 1;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}
.solve_banner::before{
    background-image: url(images/solve_person01@4x.png);
    width: 220px;
    aspect-ratio: 3/4;
    left: -10px;
    bottom: -5px;
}
.solve_banner::after{
    background-image: url(images/solve_person02@4x.png);
    width: 285px;
    aspect-ratio: 1/1;
    right: -10px;
    bottom: -4px;
}
.solve_baner_txt{
    display: inline-block;
    color: #fcfcfc;
    font-size: 40px;
    padding-top: 20px;
    font-weight: 700;
    line-height: 1.8;
    position: relative;
}
.solve_baner_txt img {
    width: 590px;
}
.solve_baner_txt::before, .solve_baner_txt::after{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 70px;
    top: 40px;
}
.solve_baner_txt::before{
    background-image: url(images/star_left.png);
    left: -70px;
}
.solve_baner_txt::after{
    background-image: url(images/star_right.png);
    right: -70px;
}
.solve_yellow{
    color: #FFED00;
}
.solve_border{
    font-weight: 900;
    text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000;
}
.solve_yellow_border{
    font-size: 65px;
    font-weight: 900;
    color: #FFED00;
  text-shadow:
  3px 3px 0 #000,
  -3px 3px 0 #000,
  -3px -3px 0 #000,
  3px -3px 0 #000;
}
 .solve_person01, .solve_person02{
    position: absolute;
    bottom: 0;
}
.solve_person01{
    left: 0;
}
.solve_person02{
    right: 0;
}
.solve_medals{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -150px;
}
/*===========================================================================

solve　ここまで

===========================================================================*/
/*===========================================================================

reasons　ここから

===========================================================================*/
.reasons{
    background-color: #F4810F;
    background-image: url(images/reasons_back.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 150px;
    padding-top: 30px;
}
.reasons_headImg{
    display: block;
    text-align: center;
}
.reasons_contents_wrapper {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 150px;
    padding-right: 15px;
    padding-left: 15px;
}
.reasons_content{
    position: relative;
    margin-bottom: 205px;
    background-color: #fcfcfc;
    border: 4px solid #333;
    box-shadow: 25px 20px 0 #FFED00, 25px 20px 0 4px #333, 21px 22px 0 #333;
    border-radius: 15px;
}
.reasons_content:last-of-type{
    margin-bottom: 0;
}
.reasons_content::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    top: -90px;
    left: -45px;
}
.reasons_content:nth-of-type(1):after{
    background-image: url(images/reason01.svg);
}
.reasons_content:nth-of-type(2):after{
    background-image: url(images/reason02.svg);
}
.reasons_content:nth-of-type(3):after{
    background-image: url(images/reason03.svg);
}
.reasons_ttl{
    color: #fcfcfc;
    background-color: #0699C7;
    display: block;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 3px solid #333;
    padding-left: 160px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    border-radius: 50px;
    position: absolute;
    top: -45px;
}
.reasons_content_inner {
    padding-top: 95px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.reasons_txt {
    padding-right: 20px;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 10px;
    max-width: 600px;
    padding-bottom: 20px;
}
.reasons_txt .orange{
    color: #F4810F;
}
.reasons_txt .emphasis{
    color: #FFED00;
    font-size: 29px;
    font-weight: 700;
    background-color: #0699C7;
    letter-spacing: -1px;
    display: inline-block;
    margin-top: 15px;
    margin-right: -20px;
}
.three_reasons {
    margin-top: -45px;
}
.reasons_img {
    margin-bottom: -55px;
    max-width: 313px;
}
/*===========================================================================

reasons　ここまで

===========================================================================*/
/*===========================================================================

examples　ここから

===========================================================================*/
.examples{
    padding-top: 30px;
    padding-bottom: 55px;
}
.examples .container{
    max-width: 1120px;
    text-align: center;
}
.examples_headTxt {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.examples_headTxt::after{
    position: absolute;
    content: '';
    background-image: url(images/example_person_img@4x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    aspect-ratio: 5/7;
    top: -18px;
    right: -195px;
}
.examples_headTxt .small{
    font-size: 20px;
    color: #F28315;
}
.examples_headTxt .emphasis{
    font-size: 38px;
    color: #F28315;
    position: relative;
}
.examples_headTxt .emphasis::after {
    content: '';
    width: 350px;
    height: 9px;
    background-color: #FFED00;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.examples_contents_wrapper{
    padding-top: 75px;
    display: flex;
    justify-content: space-between;
}
.examples_content{
    max-width: 350px;
    text-align: center;
    margin-right: 35px;
}
.examples_content:nth-of-type(3n){
    margin-right: 0;
}
.examples_txtarea{
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 5px;
    box-shadow: 0 0 0.75rem #ccc;
}
.examples_ttl{
    font-size: 24px;
    font-weight: 700;
    color: #fcfcfc;
    background: linear-gradient(to right, #FF6400, #FFC700);
    line-height: 1.5;
}
.examples_income {
    padding-top: 10px;
}
.examples_company {
    padding-top: 5px;
    background-image : linear-gradient(to right, #F28315 8px, transparent 8px);
    background-size: 10px 1px;
    background-repeat: repeat-x; 
    background-position: left top;
}
.examples_txt{
    text-align: center;
    font-size: 20px;
    padding-top: 75px;
}
/*===========================================================================

examples　ここまで

===========================================================================*/
/*===========================================================================

flow　ここから

===========================================================================*/
.flow{
    background-color: #F8EEC8;
    padding-top: 70px;
    padding-bottom: 55px;
}
.flow_headTxt{
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 5px;
    position: relative;
}
.flow_headTxt::before{
    content: '';
    width: 280px;
    height: 9px;
    background-color: #FF6400;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.flow_headTxt::after {
    position: absolute;
    content: '';
    width: 488px;
    height: 142px;
    background-image: url(images/flow_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.flow_contents_wrapper {
    padding-top: 30px;
    position: relative;
}
.flow_contents_wrapper::before {
    position: absolute;
    content: '';
    background-image: url(images/flow_headImg@4x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    aspect-ratio: 5/3;
    top: -125px;
    right: 30px;
}
.flow_content{
    background-color: #fcfcfc;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 3px solid #333;
    border-radius: 10px;
    max-width: 870px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 55px;
    padding-left: 40px;
    position: relative;
    margin-top: 90px;
}
.flow_content::after{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 115px;
    height: 115px;
    left: 0;
    right: 0;
    margin: auto;
    top: -65px;
}
.flow_content:nth-of-type(1)::after{
    background-image: url(images/flow_step01.svg);
}
.flow_content:nth-of-type(2)::after{
    background-image: url(images/flow_step02.svg);
}
.flow_content:nth-of-type(3)::after{
    background-image: url(images/flow_step03.svg);
}
.flow_txtarea {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 45px;
}
.flow_content:nth-of-type(3) .flow_txtarea{
    padding-right: 10px;
}
.flow_ttl{
    font-size: 32px;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
}
.flow_ttl_large{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}
.flow_ttl .green{
    color: #06C755;
    position: relative;
}
.flow_ttl_large .green{
    color: #06C755;
}
.flow_ttl .orange{
    color: #F28315;
}
.flow_ttl_large .orange{
    color: #F28315;
}
.flow_ttl .green::before, .flow_ttl .orange_accessory::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -30px;
}
.flow_ttl .green::before{
    background-image: url(images/flow_accessory_green.png);
}
.flow_ttl .orange_accessory::before{
    background-image: url(images/flow_accessory_orange.png);
}
.flow_txt {
    padding-top: 10px;
}
.flow_delight {
    padding-top: 45px;
    display: block;
    text-align: center;
}
.flow_img{
    max-width: 233px;
}
/*===========================================================================

flow　ここまで

===========================================================================*/
/*===========================================================================

caution　ここから

===========================================================================*/
.caution{
    background-color: #F5E428;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 90px;
    position: relative;
}
.caution .container{
    position: relative;
}
.caution .container::before, .caution .container::after{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}
.caution .container::before{
    background-image: url(images/caution_img01@4x.png);
    width: 241px;
    aspect-ratio: 241/172;
    top: 180px;
    left: 20px;
}
.caution .container::after{
    background-image: url(images/caution_img02@4x.png);
    width: 325px;
    aspect-ratio: 5/3;
    top: 315px;
    right: 0;
}
.caution::after{
    position: absolute;
    content: '';
    background: repeating-linear-gradient(147deg, #333, #333 40px, transparent 20px, transparent 75px);
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
}
.caution_icon {
    width: 86px;
}
.caution_headTxt {
    font-size: 50px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px;
}
.caution_warning {
    padding-bottom: 25px;
}
.caution_warning span{
    background-color: #C60000;
    color: #FFED00;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.4;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.caution_txt{
    font-size: 23px;
    padding-top: 20px;
}
.caution_txt img{
    width: 300px;
}
.caution_txt .blue{
    font-weight: 700;
    color: #0699C7;
    font-size: 33px;
    letter-spacing: 3px;
}
.caution_txt .large{
    font-size: 33px;
    letter-spacing: 3px;
}
/*===========================================================================

caution　ここまで

===========================================================================*/
/*===========================================================================

faq　ここから

===========================================================================*/
.faq{
    background-color: #FFF9E2;
    padding-top: 120px;
    padding-bottom: 95px;
    position: relative;
}
.faq_headTxt{
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    position: relative;
}
.faq_headTxt::after {
    position: absolute;
    content: '';
    width: 380px;
    height: 150px;
    background-image: url(images/Q&A_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.faq_inner{
    padding-top: 65px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.faq_inner::before, .faq_inner::after{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    aspect-ratio: 65/41;
    top: -120px;
}
.faq_inner::before{
    background-image: url(images/faq_img01@4x.png);
    left: -10px;
}
.faq_inner::after{
    background-image: url(images/faq_img02@4x.png);
    right: -10px;
}
.faq_inner dl{
    border:3px solid #333;
    border-radius: 10px;
    margin-top: 45px;
}
.faq_inner dt{
    color: #fcfcfc;
    background-color: #F4810F;
    font-size: 28px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 135px;
    letter-spacing: -0.1px;
    position: relative;
    border-radius: 7px 7px 0 0;
}
.faq_inner dd{
    background-color: #fcfcfc;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 80px;
    padding-right: 10px;
    padding-left: 135px;
    letter-spacing: -0.1px;
    position: relative;
    border-radius: 0 0 7px 7px;
}
.faq_inner dt::before, .faq_inner dd::before{
    position: absolute;
    content: '';
    width: 47px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
.faq_inner dt::before{
    background-image: url(images/faq_q.svg);
}
.faq_inner dd::before{
    background-image: url(images/faq_a.svg);
}
/*===========================================================================

faq　ここまで

===========================================================================*/
/*===========================================================================

footer　ここから

===========================================================================*/
.footer{
    padding-top: 45px;
    padding-bottom: 40px;
}
.footer_container{
    text-align: center;
}
.footer_btnarea{
    padding-top: 40px;
}
.footer_btnarea a{
    color: #333;
    padding: 7px 0;
    display: inline-block;
}
.footer_logo {
    width: 520px;
}
/*===========================================================================

footer　ここまで

===========================================================================*/

/*===========================================================================

uservoice　1160px時の微調整　ここから

===========================================================================*/
@media screen and (max-width:1160px) {
    .uservoice_stripeBack{
        width: calc(100% + 20px);
    }
    .uservoice_whiteBack{
        width: 100%;
    }
    .userVoice_wrapper:nth-of-type(2n) .uservoice_stripeBack {
        margin-left: -30px;
    }
    .userVoice_wrapper:nth-of-type(2n) .uservoice_whiteBack{
        margin-left: -20px;
    }
    .userVoice_person {
        max-width: 300px;
    }
    .userVoice{
        padding-left: 20px;
        padding-right: 20px;
    }
    .userVoice_chart_wrapper::after{
        width: 120px;
        height: 120px;
        top: -60px;
    }
}