/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;}
::selection {
    background: #b3d4fc;
    text-shadow: none;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em;
    padding: 0;}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;}
textarea {
    resize: vertical;}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;}


/* ==========================================================================
SP
========================================================================== */
@font-face {
    font-family: "Yu Gothic";
     src: local("Yu Gothic Medium");
    font-weight: 400;
}

body {
    /*background: #EEEEEE;*/
    font-size: 14px;
    font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    color: #2d343e;
}

h1, h2, h3, dl, dt, dd {
   padding: 0;
   margin: 0;
}

h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}
h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
}

p {
    font-size: 1rem;
    margin: 5% 5%;
}

ul, li {
   padding: 0;
   margin: 0;
   list-style: none;
}



a {
   color: #09F;
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

a:hover img {
   -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center !important;}
.bold {font-weight: bold !important;}
.y-marker-border {background:linear-gradient(transparent 50%, #ffff66 0%);}
.b-marker-border  {background:linear-gradient(transparent 70%, #d6e7f8 0%);}
/* .underline {text-decoration: underline !important;} */
.underline { border-bottom: solid 1px #333;}
.double {
    border-bottom:double;/*二重線を引く*/
    border-color:#000;
    border-width:3px;
}


.strikeline {text-decoration: line-through !important;}
.red {color: #F00 !important;}
.yellow{color: yellow !important;}
.blue {color: blue !important;}
.fsS {font-size: 0.8rem;}
.fsM {font-size: 1.2rem;}
.fsL {font-size: 2.8rem;}
.pyellow {color: #fcea67;}

img {
    max-width: 100%;
    height: auto;}


.block {
    /* background: #FFFFFF; */
    max-width: 1200px;
    width: 96%;
    margin: 0 2%;
 }

.wrap {
   /* background: #FFFFFF; */
   max-width: 960px;
   width: 96%;
   margin: 0 2%;
}

.box {
   /* background: #FFFFFF; */
   max-width: 800px;
   width: 96%;
   margin: 0 2%;
}

footer {
    margin: 0;
    padding: 0;
    clear: both;
    background: #2d343e;
    text-align: center;
    color: #FFFFFF;
    font-size: 60%;
    line-height: 2.0em;
}

footer a {
   color: #FFFFFF;
   text-decoration: none;
}

address {
    font-style: normal;
    color: #fff;
    background: #1d2837;
    padding: 2% 0;
 }
.privacy-policy {
    font-size: 0.7rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2%;
    margin-bottom: 8%;
}
/* SP custum --------------------------------------------------------------*/

/* SP header ここから */
header {
    background:#2d343e;
}
header .inner {
    max-width: 960px;
    width: 96%;
    margin: 0 2%;
    padding: 3% 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
}

header h1 {
    width: 30%;
    height: auto;
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: auto;
} 

header h1 img {
    width: 100%;
    height: auto;
}
.header_ul {
    text-align: right;
    width: 70%;
    height: auto;
    margin: 0 0 0 auto;
    flex-basis: auto;
}

.header_date {
    font-size: 0.7rem;
    color:#fff;
    flex-basis: auto;
}
.header_li {
    flex-basis: auto;
}
.header_tel {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color:#fff;
    vertical-align: middle;
}
/* .header_tel:before {
    content: "☎︎";
    display: inline-block;
    margin-right: 1%;
    font-size: 1rem;
} */

.direct_tel {
    padding: 0.5% 2% 1%;
    font-size: 0.7rem;
    margin: 0 0 0 auto;
    border-radius: 5px;
    border:0.5px solid #fff;
    color:#fff;
    vertical-align: middle;
    text-align: center;
}
.freevoice {
    width: 12%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1%;
}

.header_logo {
    display: flex;
}

/* SP header ここから */

/* SP footer ここから */
.footer {
    padding: 6% 0 8%;
    font-size: 2rem;
}
.footer_a {
    margin: 2% 0; 
}
.footer_logo {
    max-width: 45%;
    height: auto;
}
.open_hour {
    font-size: 0.8rem;
    margin: 3% 0 2%;
}
.company_tel {
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.4rem;
}
/* .company_tel::before {
    content: "☎︎";
    display: inline-block;
    margin: 0 1% 0 2%;
    font-size: 1rem;
} */
.footer .freevoice {
    width: 10%;
}
.company_address {
    font-size: 0.7rem;
    margin: 4% auto 0;
}

/* SP footer ここまで */


/* SP adareaここから */
.adarea {
    background: #fff;
    padding: 2% 2%;
    box-shadow: 2px 2px 10px rgb(211, 211, 211);
}
.adarea ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.adarea .ad_logo {
    width: 22%;
    height: auto;
    margin: 1% 1%;  
}
.adarea .ad_icon {
    width: 10%;
    height: auto;
    margin: 1% 2%;  
}
/* SP adareaここまで */


/* SP cta02ここから */
.cta02 {
    background: #564c40f7;
    padding: 5% 0;
    margin: 0 auto;
}
.bg-cta  {
    width: 100%;
}
.cta02 .wrap {
    text-align: center;
}

.cta02 h3 {
    color: #fff;
    padding-bottom: 2%;
}
.cta02 .wrap img {
    width: 80%;
    height: auto;
}
/* SP cta02ここまで */


/* SP leadここから */
.lead {
    padding: 10% 0;
}
.lead h2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
}


.ctaarea  {
    background: #2d343e;
    padding: 0% 0 3%;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
}
.lead_subttl {
    background: #333;
    display: inline-block;
    color: #fff;
    padding: 1% 2%;
    font-size: 0.9rem;
}
.cp_btn {
    width: 80%;
    height: auto;
    margin: 5% 0 2%;
}

/* SP leadここまで */

/* SP troubleここから */
.trouble {
    background: #58cddb;
    background-size: 100%;
    padding: 10% 0;
}

.trouble h2 {
    color: #fff;
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
/* SP troubleここまで */


/* SP solveここから */
.solve {
    background: #ff9600;
    padding: 10% 0;
}
.solve h2 {
    color: #fff;
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

/* SP solveここまで */

/* SP reasonここから */
.reason {
    background: #ff9600 url(../images/pc_bg_reason.jpg) repeat center;
    background-size: cover;
    padding: 0 0 5%;
}

.reason .wrap {
    width: 96%;
    margin: 4% 2%;
}

.reason h2 img {
    width: 80%;
    height: auto;
}
/* SP 6つのポイント　アコーディオンここから */
/* summary */
.reason_summary {
    position: relative;
    padding: 1% 5%;
    cursor: pointer;
    background:#ffffff;
    margin: 15% auto 0;
    /* border-radius: 10px; */
    outline: none;
}
.reason_summary::-webkit-details-marker{
    position: absolute;
    color: transparent;
}
.reason_summary:hover, .reason_details[open] .reason_summary {
    margin-bottom: 0px;
    background: none;
}
.reason_summary::after {
    content: '+';
    font-size:300%;
    position: absolute;
    top: 25px;
    right: 15px;
    transform: translateY(-50%);
    transition: transform.5s;
    color: rgb(255, 255, 255);
}
.reason_summary h3 {
    color:#333;
    margin: 12% 0 5%;
}
.point6 .point6_li:first-child {
    margin-top: 15%;
}
.reason_details:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.reason .read {
    font-size: 0.9rem;
    font-weight: bold;
    color: gray;
}

.reason .read {
    position: relative;
    display: inline-block;
    padding: 0 90px;
}
    
.reason .read:before, .reason .read:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 75px;
    height: 1px;
    background-color: gray;
}

.reason .read:before {
    left:0;
}
.reason .read:after {
    right: 0;
}
.reason_details[open] .read {
    display: none;
}

/* ポイント1 */
.reason_summary .pt01_ttl:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../images/nb_pt01.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}
.pt01_ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    background:#f7f5f5;
    margin: 0 4% 4%;
}
.pt01_li_sample {
    margin: 2% 5%;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}
.pt01_li_sample:first-child {
    margin-top: 10%;
}
/* ポイント1 */

/* ポイント2 */
.reason_summary .pt02_ttl:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../images/nb_pt02.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}
.pt02_ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    background:#f7f5f5;
    padding: 4% 0;
    margin: 0 4% 4%;
}
.pt02_li_inner_ttl {
    max-width: 100%;
    height: auto;
    width: 960px;
    margin-top: 6%;
}

.pt02_li_sample {
    width: 44%;
    height: auto;
    margin: 3% 2%;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);

}
.pt02_li_sample:first-child {
    width: 92%;
    height: auto;
    margin: 2%;
}
/* ポイント2 */

/* ポイント3 */
.reason_summary .pt03_ttl:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../images/nb_pt03.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}
.pt03_ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    background:#f7f5f5;
    padding: 4% 0;
    margin: 0 4% 4%;
}

.pt03_li_sample {
    margin: 0 2%;
}
/* ポイント3 */

/* ポイント4 */
.reason_summary .pt04_ttl:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../images/nb_pt04.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.pt04_ul {
    background:#fff;
    padding: 2% 0 4%;
    margin: 0 4% 4%;
}
.pt04_li_sample {
    margin: 8% 0 0;
}
.pt04_li_ttl {
    background: #43b4c1;
    border-radius: 5px;
    padding: 1.5% 0;
    margin: 0 10%;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.pt04_li_img {
    margin: 3% 5%;
}
.pt04_li_img img {
    border:solid 3px #2d343e;
    width: 98%;
    height: auto;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}
/* ポイント4 */

/* ポイント5 */
.reason_summary .pt05_ttl:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../images/nb_pt05.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}
    /* ポイント5 */

.reason_summary p img {
    width: 40%;
    height: auto;
}
/* summary */

.reason_details {
    width: 100%;
    margin: 0 auto;
    background:#fff;
    border-radius: 10px;
    /* padding-bottom: 5%; */
}
.reason_details[open] .reason_summary::after{
    transform:translateY(-50%) rotate(45deg);
    color: #333;
}

.li_inner {
background:#fff;
color: #333;
padding: 0 0 5%;
margin-bottom: 5%;
border-radius: 0 0 10px 10px;
text-align: left;
}
.bg_li_inner {
background: #fff;
margin: 0 2%;
border-radius: 10px;
}
.reason-box[open] .li_inner{
animation:fadein .5s ease-in-out;
}
@keyframes fadein {
0% { opacity: 0; }
100%{ opacity: 1; }
}
/* SP 6つのポイント　アコーディオンここまで */

/* slick sliderここから */
    .pt3-slider {
        width: 90%;
        margin: 0 auto 4%;
    }
    .lpac-slider {
        margin: 0!important;
    }
/* slick sliderここまで */
/* SP reasonここまで */

/* SP lpacここから */
.lpac {
    padding: 10% 0;
    background-color: #545b64;
    background-image: radial-gradient(#686b72 1px, #545b64 1px);
    background-size: 10px 10px;
}

.lpac h2 {
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px solid rgb(255, 255, 255);
    display: inline-block;
    color: #fff;
}


/* SP achievmentここから */
.achievement {
    background: #fca300;
    padding: 10% 0 0;
}
.achievement h2 {
    color: #fff;
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.achievement .block {
    padding: 2% 0;
}
.achievement .wrap {
    background: #fff;
    width: 92%;
    padding: 6% 3% 8%;
    margin: 6% 1%;

}
.achievement .box {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 4% 0;
}
.case_text {
    margin: 10% 0;
}
.case_img {
    margin: 0 0 5% 0;
}
.case_h3 {
    padding: 2% 0;
    margin: 0; 
    border-bottom: 1px solid #333;
}
.cace_sub {
    background: #333;
    color: #fff;
    border-radius: 100px;
    padding: 2% 5%;
    font-size: 0.8rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.case_box {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 1%;
}
.case_ttl {
    background: #999;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    margin: 0 26%;
}

.case_p {
    margin: 5% 0;
    font-size: 1rem;
    line-height: 1.8;
}
.btn_area {
    background: #fff;
    padding: 8% 0;
    text-align: center;
}
.btn_area img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
/*---------------- 光らせるためのstyle ----------------*/
/* ボタン自体のstyle */
.button{
    color: #fff;
    background: #57c3b0;
    font-size: 1rem;
    border-radius: 100px;
    text-decoration: none;
    padding: 5% 18%;
    display: inline-block;
    font-weight: bold;
}
/* 光らせるためのstyle */
.shine{
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
    content: "";
    animation: shine 2s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    transform: skewX(-45deg);
    top: 0;
    left: -160%;
    opacity: 0.5;
    position: absolute;
}
/* 光の動き */
@keyframes shine {
    0% {
        left: -160%;
        opacity: 0;
    }
    70% {
        left: -160%;
        opacity: 0.5;
    }
    71% {
        left: -160%;
        opacity: 1;
    }
    100% {
        left: -20%;
        opacity: 0;
    }
}
/*---------------- 光らせるためのstyle ----------------*/

/*----------------- caseアコーディオン -----------------*/
.case_details[open] .button {
    display: none;
}
.case_summary {
    position: relative;
    outline: none;
    /* display: flex;
    justify-content: center; */
    display: block;
    list-style: none;
}
.case_summary::-webkit-details-marker {
    display:none;
}
.case_details[open] .case_summary:after {
    content: '×';
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    right: 2%;
    margin-top: -8%;
}
.bururi {
    animation: bururi 1s infinite;
}
@keyframes bururi {
    50% {
        transform: scale(1, 1);
    }
    52% {
        transform: scale(0.98, 0.95)
    }
    54% {
        transform: scale(1, 1);
    }
    56% {
        transform: scale(0.98, 0.95)
    }
    58% {
        transform: scale(1, 1);
    }
    60% {
        transform: scale(0.98, 0.95)
    }
}
.case_summary .button {
    padding: 4% 16%;
}
/* caseアコーディオン */

/* SP achievmentここまで */



/* SP reliefここから */
.relief {
    padding: 8% 0;
    background: url(../images/pc_bg_relief.jpg) no-repeat top center;
    background-size: cover;
}
.relief .box {
    width: 92%;
    margin: 0 auto;
}
.relief h2 {
    margin-bottom: 5%;
}
.relief h2 img {
    width: 80%;
    height: auto;
}
.relief ul li {
    margin-bottom: 5%;
}
/* SP reliefここまで */

/* SP　prieceここから */
.price {
    background:#43b4c1;
    background-image: radial-gradient(#69bcc5 1px, #43b4c1 1px);
    background-size: 10px 10px;
    padding: 8% 0;
}
.price .wrap {
    background:#fff;
    padding: 0;
    width: 92%;
    margin: 0 4%;
}

.price .wrap h3 {
    background: #43b4c1;
    border-radius: 100px;
    margin: 0 10%;
    color: #fff;
}

.lp, .ad {
    padding: 2% 0 0;
    margin-bottom: 5%;
}
.lp_price::before {
    content: "通常価格";
    display: inline;
    font-size: 0.7rem;
    vertical-align: 40%;
    letter-spacing: 1px;
}
.lp_price {
    font-size: 2.0rem;
    font-weight: bold;
}
.lp_contents {
    font-size: 0.9rem;
    text-align: left;
}

.ad_price {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ff9600;
    line-height: 1.2;
    margin: 0 5%;
}
.ad_price:after{
    content: "＋";
    display: block;
    color: #2d343e;
}
.info_dt:after {
    content: "※複数選択可";
    display: inline-block;
    font-weight: normal;
    font-size: 0.7rem;
}

.ad_dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4%;
}
.ad_dl dt {
    width: 30%;
    background:#43b4c1;
    font-weight: bold;
    font-size: 1.0rem;
    color:#fff;
    padding: 2% 2%;
    margin-bottom: 2%;
}
.ad_dl dd {
    width: 64%;
    padding: 2% 0 0 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #43b4c1;
    text-align: left;
    font-weight: bold;
    font-size: 1.0rem;
}
.text_sub {
    font-size: 0.8rem;
    font-weight: normal;
}
.price .wrap {
    background:#fff;
    padding: 5% 0;
}
.price h2 {
    padding-bottom: 1%;
    margin-bottom: 5%;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    color: #fff;
}

.price_lead {
    margin: 4% 0;
}
.price_lead h3 {
    font-size: 1.8rem;
}
.price_lead p {
    color:#fff;
    margin: 10% 0 0 0;
}

.r_price_follow::after {
    content:"▼";
    display: block;
}
.cp_kome {
    font-size: 0.7rem;
}
.cp02 {
    margin: 2% 2%;
}
.price_end {
    font-size: 1.2rem;
}
.lp_h3 {
    color: #fff;
    border-radius: 100px;
    margin: 0 20% 2%;
}
.ad_h3 {
    color: #fff;
    border-radius: 100px;
    margin: 10% 20% 2%;
}
.lp_ul {
    margin: 2% 0 5%;
}
.lp_li {
    margin: 2% 2% 5%;
}
.border {
    font-size: 0.8rem;
    font-weight: normal;
    vertical-align: 7%;
}
/* SP　prieceここまで */



/* SP faqここから */
.faq {
    padding: 8% 0 5%;
}
.faq h2 {
    font-size: 1.4rem;
    color: #2d343e;
}
.faq h3 {
    position: relative;
    text-align: left;
    font-size: 1.0rem;
    padding: 0 5% 0 15%;
}
.faq h3:before {
    content: "";
    display: inline-block;
    background: url(../images/q_icon.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    width:32px;
    height: 32px;
    margin-right: 2%;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
  }

/* SP faqここまで */

/* SP アコーディオンここから */
.faq_details {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
.faq_summary, .answer p {
    font-size: 0.9rem;
}
.faq_summary{
outline: none;
position: relative;
padding: 5% 5% 5% 3%;
cursor: pointer;
background-color: #eeeeee;
color: #2d343e;
margin: 3% auto 5%;
}
.faq_summary::-webkit-details-marker{
position: absolute;
color: transparent;
}
.faq_summary:hover, .faq_details[open] .faq_summary {
background-color: #eeeeee;
margin-bottom: 0px;
}
.faq_summary::after {
content: '+';
font-size: 130%;
position: absolute;
top: 45%;
right: 5%;
transform: translateY(-50%);
transition: transform.5s;
}
.faq_details[open] .faq_summary::after{
transform:translateY(-50%) rotate(45deg);
}
.answer {
background-color: #fff;
margin: 0 auto 2%;
border: solid 1px #eeeeee;
}
.answer p {
background: none;
padding: 0;
/* font-weight: normal; */
}
.answer img {
max-width: 80%;
height: auto;
}

.faq_details[open] .answer{
animation:fadein .5s ease-in-out;
}
@keyframes fadein {
0% { opacity: 0; }
100%{ opacity: 1; }
}

.acd-bg:hover, .faq_details[open] .faq_summary {
background-color: #eeeeee;
margin-bottom: 0px;
}
/* SP アコーディオンここまで */


.form_ml50 {
    margin-left: 5%;
}

/* SP General Purpose ------------------------------------------------------ */

.pc {display: none;}
.sp {display: inline;}
.brsp {display: inline;}


/* SP design ----------------------------------------------------------------- */

/* 三角ここから */
.triangle{
display: block;
width: 0;
height: 0;
border-top: 15px solid #fff;
border-right: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid transparent;
margin: 7% auto 0;
}
/* 三角ここから */

/*基本の吹き出し*/
.balloon{
    position: relative;
    background: #43b4c1;
    padding: 5% 0;
  }
.balloon:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #43b4c1 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

/* マーカー */
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffff66 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ffff66 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ffff66 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #ffff66 50%);
    background-image: linear-gradient(left, transparent 50%, #ffff66 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 3s ease;
}

/* SP margin padding ---------------------------------------------------------- */

.mt10 {margin-top:1% !important;}
.mt20 {margin-top:2% !important;}
.mt30 {margin-top:3% !important;}
.mt40 {margin-top:4% !important;}
.mt50 {margin-top:5% !important;}
.ml10 {margin-left:1% !important;}
.ml20 {margin-left:2% !important;}
.ml30 {margin-left:3% !important;}
.ml40 {margin-left:4% !important;}
.ml50 {margin-left:5% !important;}
.mr10 {margin-right:1% !important;}
.mr20 {margin-right:2% !important;}
.mr30 {margin-right:3% !important;}
.mr40 {margin-right:4% !important;}
.mr50 {margin-right:5% !important;}
.mb10 {margin-bottom:1% !important;}
.mb20 {margin-bottom:2% !important;}
.mb30 {margin-bottom:3% !important;}
.mb40 {margin-bottom:4% !important;}
.mb50 {margin-bottom:5% !important;}
.pt10 {padding-top:1% !important;}
.pt20 {padding-top:2% !important;}
.pt30 {padding-top:3% !important;}
.pt40 {padding-top:4% !important;}
.pt50 {padding-top:5% !important;}
.pl0 {padding-left:0 !important;}
.pl20 {padding-left:2% !important;}
.pl30 {padding-left:3% !important;}
.pl40 {padding-left:4% !important;}
.pl50 {padding-left:5% !important;}
.pr10 {padding-right:1% !important;}
.pr20 {padding-right:2% !important;}
.pr30 {padding-right:3% !important;}
.pr40 {padding-right:4% !important;}
.pr50 {padding-right:5% !important;}
.pb10 {padding-bottom:1% !important;}
.pb20 {	padding-bottom:2% !important;}
.pb30 {padding-bottom:3% !important;}
.pb40 {padding-bottom:4% !important;}
.pb50 {padding-bottom:5% !important;}










/* ==========================================================================
PC
========================================================================== */


@media screen and (min-width: 768px) {
/* html {
    font-size: 0.9em;
} */

h2 {
    font-size: 2.4rem;
    line-height: 1.5;
}
h3 {
    font-size: 1.4rem;
    line-height: 1.5;
}
p {
    font-size: 1.1rem;
    margin: 30px 100px;
    }
.privacy-policy {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 4%;
}

address {
    padding: 5px 0;
}

.block {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
 }

.wrap {
   max-width: 960px;
   width: 100%;
   margin: 0 auto;
}

.box {
   max-width: 800px;
   width: 100%;
   margin: 0 auto;
}

/* PC custum --------------------------------------------------------------*/

/* PC headerここから */
header .inner {
    max-width: 1200px;
    width:96%;
    margin: 0 auto;
    padding: 1% 2%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
}
header h1 {
    max-width: 20%;
    height: auto;
} 
header h1 img {
    width: 80%;
    height: auto;
}
.header_date {
    font-size: 0.8rem;
    letter-spacing: 2px;
}
.header_tel {
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.header_tel:before {
    font-size: 1.4rem;
    margin-right: 3px;
}
.direct_tel {
    padding: 5px 2%;
    margin-right: 10px;
    font-size: 0.8rem;    
}
.freevoice {
    width: 5%;
    height: auto;
    margin-left: 0;
    top: 50%;
    transform: translateY(10%);
} 
/* PC headerここから */

/* PC　footerここから */
.footer {
    padding: 2% 0;
}
.footer .wrap {
    display: flex;
    justify-content: center;
}
.open_hour {
    font-size: 0.9rem;
    margin: 3% 0;
}
.footer_a {
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
.footer_logo {
    max-width: 70%;
    height: auto;
    vertical-align: middle;
}
.footer .freevoice {
    display: inline-flex;
    transform:inherit;
}
.company_info {
    width: 40%;
    text-align: left;
}
.company_tel {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin: 0 1% 0 0;
}
.company_address {
    margin: 3% 0;
}
/* PC　footerここまで */


/* PC adareaここから */
.adarea {
    padding: 1% 6%;
}
.adarea ul {
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.adarea .ad_logo {
    width: 14%;
    height: auto;
    margin: 0 1%;
}
.adarea .ad_icon {
    width: 5%;
    height: auto;
    margin: 0 1%;
}
/* PC adareaここまで */


/* PC cta02ここから */
.cta02 {
    padding: 5% 0;
    margin: 0 auto;
}
.cta02 h3 {
    padding-bottom: 2%;
}
.cta02 .wrap img {
    width: 50%;
    height: auto;
}
/* PC cta02ここまで */


/* PC leadここから */
.lead {
    padding: 5% 0;
}

.lead h2 {
    width: 60%;
    height: auto;
    margin: 0 auto 8%;
}
.lead p {
    font-size: 1.2rem;
}
.lead h3 {
    font-size: 1.6rem;
}
/* PC leadここまで */

/* PC troubleここから */
.trouble {
    background: #58cddb url(../images/pc_bg_trouble.svg) no-repeat center;
    background-size: contain;
    padding: 8% 0;
}
.trouble h2 {
    margin-bottom:10%;
}
/* PC troubleここまで */

/* PC solveここから */

.solve {
    background: #ff9600 url(../images/pc_bg_solve.jpg) no-repeat center;
    background-size: contain;
    padding: 8% 0;
    color: rgb(255, 198, 0)
    ;
}
/* PC solveここまで */



/* PC reasonここから */
.reason {
    background: #ff9600 url(../images/pc_bg_reason.jpg) repeat center fixed;
    background-size: 100%;
    padding: 0 0 5%;
}
.reason h2 {
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.reason h2 img {
    width: 100%;
    height: auto;
}
.reason .wrap {
    max-width: 960px;
    width:100%;
    margin: 5% auto;
    text-align: center;
}

    /* PC reason　アコーディオンここから */
    /* summary */
     .reason_summary {
        position: relative;
        padding: 2% 5%;
        cursor: pointer;
        margin: 4% auto;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .reason_summary::-webkit-details-marker{
        position: absolute;
        color: transparent;
    }
    .reason_summary:hover {
        margin-bottom: 0px;
        background: none;

    }
    .reason_details[open] .reason_summary {
        margin-bottom: 0px;
        background: none;
        /* border-bottom: 1px solid #333;
        margin: 0 4%; */
    }
    .reason_summary::after {
        content: '+';
        font-size:300%;
        position: absolute;
        top: 50px;
        right: 55px;
        transform: translateY(-50%);
        transition: transform.5s;
    }
    .reason_summary h3 {
        margin: 0;
        width: 80%;
        text-align: left;
        font-size: 1.4rem;
        order: 2;
    }
    .reason_summary p {
        margin: 0;
        width: 15%;
        order: 1;
    }
    .reason_summary p img {
        width: 80%;
        height: auto;
        padding: 5% 0;
    }

    .point6 .point6_li:first-child {
        margin-top: 10%;
    }

    .reason_details {
        width: 70%;
        margin: 0 auto;
    }
    .reason_details:hover {
        box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    }
    .reason .read {
        order:3;
        margin-left: auto;
        padding: 0 45px;
    }
    .reason .read:before, .reason .read:after {
        width:35px;
    }

    /* ポイント1 */
    .reason_summary .pt01_ttl:before {
        display: none;
        /* position: absolute;
        display: inline-block;
        content: "";
        background: url(../images/nb_pt01.png) no-repeat;
        background-size: contain;
        width: 50px;
        height: 40px;
        top: 30px;
        left: 60px; */
    }
    .pt01_ul {
        margin: 0;
        padding: 4% 2%;
    }
    .pt01_li_sample {
        width: 45%;
        margin: 0 2%;
        background: #fff;
        
    }
    .pt01_li_sample:first-child {
        margin-top: 0;
    }
    .pt01_li_sample:last-child {
        width: 70%;
        height: auto;
        margin-top: 4%;
    }
    /* ポイント1 */

    /* ポイント2 */
    .reason_summary .pt02_ttl:before {
        display: none;
        /* position: absolute;
        display: inline-block;
        content: "";
        background: url(../images/nb_pt02.png) no-repeat;
        background-size: contain;
        width: 50px;
        height: 40px;
        top: 30px;
        left: 60px; */
    }
    .pt02_ul {
        margin: 0 11%;
        padding: 4% 1%;
    }
    .pt02_li_inner_ttl {
        max-width: 70%;
        height: auto;
        width: 960px;
        }

    .pt02_li_sample {
        width: 30%;
        height: auto;
        margin: 1%;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    }
    .pt02_li_sample:first-child {
        width: 30%;
        height: auto;
        margin: 1%;
    }
     /* ポイント2 */


     /* ポイント3 */
    .reason_summary .pt03_ttl:before {
        display: none;
        /* position: absolute;
        display: inline-block;
        content: "";
        background: url(../images/nb_pt03.png) no-repeat;
        background-size: contain;
        width: 50px;
        height: 40px;
        top: 30px;
        left: 60px; */
    }
    .pt03_ul {
        margin: 0 11%;
        padding: 4% 4%;
    }
     /* ポイント3 */
    

     /* ポイント4 */
    .reason_summary .pt04_ttl:before {
        display: none;
        /* position: absolute;
        display: inline-block;
        content: "";
        background: url(../images/nb_pt04.png) no-repeat;
        background-size: contain;
        width: 50px;
        height: 40px;
        top: 30px;
        left: 60px; */
    }

    .pt04_ul {
        margin: 0;
        padding: 0;
    }
    .pt04_li_sample {
        margin: 8% 0 10%;
    }
    .pt04_li_ttl {
        background: #2d343e;
        border-radius: 5px;
        padding: 1.5% 0;
        margin: 2% 22%;
        font-weight: bold;
    }
    .pt04_li_img {
        margin: 3% 0;
    }
    .pt04_li_img img {
        border:solid 5px #2d343e;
        width: 98%;
        height: auto;
    }
    /* ポイント4 */

     /* ポイント5 */
    .reason_summary .pt05_ttl:before {
        display: none;
        /* position: absolute;
        display: inline-block;
        content: "";
        background: url(../images/nb_pt05.png) no-repeat;
        background-size: contain;
        width: 50px;
        height: 40px;
        top: 30px;
        left: 60px; */
    }
     /* ポイント5 */

    /* summary */
    
    .reason_details {
        margin: 0 auto;
        border-radius: 0px;
    }

    .reason_details[open] .reason_summary::after{
    transform:translateY(-50%) rotate(45deg);
    }

    .li_inner {
    padding: 0 0 2%;
    margin-bottom: 5%;
    border-radius: 0 0 10px 10px;
    text-align: left;
    }
    .bg_li_inner {
    margin: 0 6% 2%;
    padding: 2% 0 4%;
    border-radius: 0;
    border-top: 1px solid #333;
    }
    .bg_li_inner p {
        margin: 30px 10px;
    }

    .pt_li_ttl{
    max-width: 100%;
    height: auto;
    width: 960px;
    }
    .reason-box[open] .li_inner{
    animation:fadein .5s ease-in-out;
    }
    @keyframes fadein {
    0% { opacity: 0; }
    100%{ opacity: 1; }
    }
    /* PC reason アコーディオンここまで */
/* PC reasonここまで */


/* PC lp-acここから */

.lpac {
    padding: 8% 0;
}

/* PC lp-acここまで */


/* PC achievmentここから */
.achievement {
    background: #fca300 url(../images/pc_bg_achievement.jpg) no-repeat top center fixed;
    background-size: 100%;
    padding: 8% 0;
}
.achievement h2 {
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: 1px solid #333;
    display: inline-block;
    color: #333;
}
.achievement .block {
    background: #fff;
    max-width: 1100px;
    width: 100%;
    padding: 2% 0;
}
.achievement .wrap {
    background: #e8e5e5;
    padding: 4% 0;
    margin: 4% auto;
}
.achievement .box {
    margin: 0 auto;
    padding: 3% 0;
    display: flex;
    align-items: center;
}
.case_text {
    width: 60%;
}
.case_img {
    width: 50%;
}
.case_text, .case_img {
    margin: 0 2%;
}
.case_h3 {
    padding: 1% 0 2% 2%;
    margin: 0 2% 0; 
    border-bottom: 1px solid #333;
    /* border-left: 6px solid #333; */
}
.cace_sub {
    border-radius: 100px;
    padding: 5px 2%;
    font-size: 1rem;
    margin: 0 6% 0;
}

.case_box {
    width: 76%;
    padding: 2%;
    margin-top: 5%;
}
.case_ttl {
    border-radius: 100px;
    margin: 0 36%;
    padding: 0.5% 0;
}
.case_p {
    margin: 2% 0;
    padding: 0 2%;
    font-size: 1.1em;
    line-height: 1.8;
}

.btn_area {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6%;
}
.btn_area img {
    width: 50%;
    max-width: 690px;
    height: auto;
    margin: 0 auto;
}


.case_summary {
    margin-top: 4%;
}
.case_details[open] .case_summary::after {
    margin:0;
    padding: 0;
    right: 6%;
    bottom: 0;
    font-size: 2.6rem;
}
.case_details .button {
    padding: 2% 10%;
    font-size: 1.2rem;
    border-radius: 100px;
    font-weight: bold;
    cursor : pointer;
}
/* PC achievmentここまで */


/* PC reliefここから */
.relief h2 {
    width: 80%;
    height: auto;
    margin: 2% auto;
}
/* PC reliefここまで */

/* PC priceここから */

.price_cta {
    width: 70%;
    margin: 0 auto;
}
.price_lead {
    margin: 4% 0 0;
}
.price_lead h3 {
    font-size: 3rem;
}
.price_lead p {
    font-size: 2rem;
    margin: 6% 0 0 0;
}
.price .wrap {
    margin: 0 auto;
    padding: 0;
}
.price .wrap:last-child {
    padding: 2% 0;
    background: none;
}
.price .wrap h3 {
    margin: 0 36%;
}
.price .wrap {
    width: 66%;
    padding: 0;
}
.price_end {
    font-size: 1.4rem;
    color: #fff;
}
.cp_kome {
    color: #fff;
}
.cp02 {
    margin: 2% auto;
    width: 70%;
}

.lp, .ad {
    padding: 1% 0;
}
.lp_price::before {
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: left;
    display: block;
}
.lp_flex {
    display: flex;
    justify-content: center;
    margin: 4% 2% 2%;
}
.lp_price {
    font-size: 2.8rem;
    width: 30%;
    margin: 1% 0 0 3%;
    text-align: left;
    line-height: 1.2;
}
.lp_contents {
    font-size: 1rem;
    width: 55%;
    margin: 0 2% 0 0;
    text-align: left;
}

.ad_flex {
    display: flex;
    justify-content: center;
    margin: 4% 2%;
    align-items: center;
}
.ad_price {
    font-size: 2.8rem;
    width: 45%;
    margin: 0 0 4% 3%;
}
.ad_price:after{
    content: "＋";
    display: inline-block;
    margin: 0 2%;
    
}
.ad_dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 45%;
    margin: 0;
}
.ad_dl dt {
    width: 30%;
    padding: 2% 0;
    margin-bottom: 2%;
}
.ad_dl dd {
    width: 66%;
    padding: 2% 0 0 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #43b4c1;
}

.border {
    vertical-align: 15%;
}
.lp_h3 {
    color: #fff;
    border-radius: 100px;
    border: #fff solid 2px;
    margin: 0 42%;
}
.lp_ul {
    display: flex;
    justify-content: center;
    margin: 3% 0;
}
.lp_li {
    margin: 0 1%;
}
.ad_h3 {
    color: #fff;
    border-radius: 100px;
    border: #fff solid 2px;
    margin: 6% 42% 2%;
}
/* PC priceここまで */

/* PC faqここから */
.faq {
    padding: 5% 0;
}

.faq h3 {
    font-size: 1rem;
    padding: 0 8%;
}
/* PC faqここまで */


/* PC アコーディオンcss*/
.faq_details {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}
.faq_summary, .answer p {
    font-size: 1.0rem;
}
.faq_summary{
    position: relative;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    margin: 20px auto;
    font-weight: bold;
}
.faq_summary::-webkit-details-marker{
    position: absolute;
    color: transparent;
}
.faq_summary:hover, .faq_details[open] .faq_summary {
    margin-bottom: 0px;
}
.faq_summary::after {
    content: '+';
    font-size: 130%;
    position: absolute;
    top: 45%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform.5s;
}
.faq_details[open] .faq_summary::after{
    transform:translateY(-50%) rotate(45deg);
}
.answer {
    padding:0;
}
.answer p {
    background: none;
    margin: 3% 10%;
}
  
.faq_details[open] .answer{
    animation:fadein .5s ease-in-out;
}
 @keyframes fadein {
    0% { opacity: 0; }
    100%{ opacity: 1; }
}
  
.acd-bg:hover, .faq_details[open] .faq_summary {
      margin-bottom: 0px;
}
/* PC アコーディオンcss*/

/* slick sliderここから */
.pt3-slider {
    width: 80%;
    margin: 0 auto 2%;
}
.slick-prev {
    left: -25px!important;
	z-index: 100;
}
.slick-next {
    right: -25px!important;
}
/* slick sliderここまで */

/* .lpac-slider {
    width: 80%;
    margin-right:1%;
} */
.form_ml50 {
    margin-left: 0;
}

.info_dt:after {
    font-size: 0.7rem;
}


/* design ---------------------------------------------------------- */

.fsS {font-size: 80% !important;}
.fsM {font-size: 130% !important;
     line-height: 1.5em !important;}
.fsL {font-size: 180% !important;
   line-height: 1.5em !important;}

.rotateY {animation: r7 1s linear infinite;}
@keyframes r7 {
 0%   { transform: rotateY(0deg); }
 100% { transform: rotateY(360deg); }
}


/* PC General Purpose ------------------------------------------------------ */

.pc {display: inline;}
.sp {display: none;}

/* PC design ----------------------------------------------------------------- */

/* 三角ここから */
.triangle{
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #333333;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 30px auto 0;
 }

/*基本の吹き出し*/
.balloon{
    padding: 3em 0;
  }
  .balloon:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #43b4c1 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  /*基本の吹き出し*/

/* PC margin padding ---------------------------------------------------------- */

.mt0 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.ml0 {margin-left:0 !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.mr0 {margin-right:0 !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mb0 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.pt0 {padding-top:0 !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pl0 {padding-left:0 !important;}
.pl10 {padding-left:10px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pr0 {padding-right:0 !important;}
.pr10 {padding-right:10px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}
.pb0 {padding-bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}


}