@charset "UTF-8";
:root{
    --mainColor:#1995ad;
    --baseColor:#e8f2f4;
    --txtBlack:#222222;
    --txtNavy:#1c2649; 
    --txtYellow:#fbfe00;
    --keyRed:#c70202;
    --FllBlack:#222622;
    --FillGrey:#7c7c7c;
    --FillYellow:#fcff0c;
    --highlightYellow:#feff9c;
}
*{
    max-width:100%;/*スマホ崩れ防止*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: clamp(15px,4vw,30px);
    letter-spacing: 0.015em;
}
body{
    margin: 0;
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    word-break: break-all;
    position: relative;
    color: var(--txtBlack);
    background-color:#fff;
    background-image: radial-gradient(rgb(244,249,249) 15%, transparent 16%),
    radial-gradient(rgb(244,249,249)  15%, transparent 16%);
    background-size: 25px 25px;
    background-position: 0 0, 13px 13px;
}
a{
    text-decoration: none;
}
img{
    vertical-align:bottom;
    width: 100%;
    height: auto;
}
ul,li{
    list-style:none;
    padding:0;
    margin:0
}
h1,h2,h3,h4,dl,dt,dd,p{
    margin:0;
    padding:0;
    line-height:1;
}
.pc{
    display: none!important;
}
.sp{
    display: block!important;
}
strong{
    font-weight: 800;
}
.highlight{
    background-color: var(--highlightYellow);
}
.colYellow{
    color: var(--txtYellow);
}
.colRed{
    color: var(--keyRed);
}
.colMain{
    color: var(--mainColor);
}
.fontNoto{
    font-family:'Noto Sans JP', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 800;
}
.fw-500{
    font-weight: 500!important;
}
.fw-900{
    font-weight: 900!important;
}
.ls-005{
    letter-spacing: 0.05em!important;
}
.container{
    padding-left: 0.933em;
    padding-right: 0.933em;
    max-width: 750px;
    margin:0 auto;
    border-left: rgba(0,0,0,0.035) solid 1px;
    border-right: rgba(0,0,0,0.035) solid 1px;
}
.answerBox{
    padding:4.666em 2.466em 2.466em ;
}
.answerBoxTxt{
    padding:0 0.7em;
}
/* ヘッダー */
header .container{
    background-color: #333343;
}
header h1{
    font-size: 0.916em;
    color: #fff;
    text-align: center ;
    padding: 0.836em 0;
}
/* キービジュアル */
#keyVisual .container{
    background-color:#f5fbff ;
    text-align: center;
    padding: 1.33em 1.66em 2.33em;
}
#keyVisual .container > p{
    font-size: 1.109em;
    letter-spacing: 0.05em;
    line-height:1.55 ;
    border-bottom: #222222 1px solid;
    position: relative;
}
#keyVisual .container > p::before{
    content: '';
    width: 1em;
    height: 1em;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color:#f5fbff ;
    border-bottom: #000 1px solid;
    position: absolute;
    bottom: -1px;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%) rotate(-45deg);
    transform:translateX(-50%) rotate(314deg);
    transform-origin: bottom right;
}
#keyVisual .container > p .pointed{
    font-size: 1.136em;
    font-weight: bold;
    position: relative;
}
#keyVisual .container > p .pointed::before,
#keyVisual .container > p .pointed::after{
    content: '・・・・・';
    color: var(--keyRed);
    font-size: 0.8em;
    width: 5em;
    height: 1em;
    position: absolute;
    top: -0.7em;
    left: 0.4em;
    letter-spacing: 0.65em;
}
#keyVisual .container > p .pointed::after{
    content: '・・・・';
    width: 4em;
    left: 7.2em;
    letter-spacing: 0.75em;
}
#keyVisual .container h2{
    margin: 0 auto;
    padding: 0.29em 0 0;
    font-size: 3.533em;
    font-weight: 800;
    color: var(--keyRed);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    text-align: left;
    line-height: 1.075;
}
#keyVisual .container h2 > span{
    display: inline-block;
    vertical-align: bottom;
    writing-mode: vertical-rl;
    text-shadow: none;
    color: #fff;
    background-color: #232b36;
    padding: 0.335em 0.15em 0.335em 0.47em;
    font-size: 0.318em;
    margin-left: 2px;
    margin-right: 1.12em;
    position: relative;
    letter-spacing: 0.075em;
}
#keyVisual .container h2 > span::before{
    content: '';
    width:0.83em;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(-0.83em + 1px);
    clip-path:polygon(0% 0%,10% 0%, 100% 50%,10% 100%, 0% 100%) ;
    background-color: #232b36;
}
#keyVisual .container picture{
    display: inline-block;
    width: 96%;
    margin-top: -0.35em;
}
#keyVisual .container .calculator{
    margin-top: -2em;
    width: 100%;
    background-color: #232b36;
    color: var(--txtYellow);
    font-weight: bold;
    position: relative;
    z-index: 100;
    border-radius: 0.333em;
    padding: 0.83em 1em 0.7em;
}
#keyVisual .container .calculator > p{
    line-height: 1.75;
}
#keyVisual .container .calculator > p:nth-of-type(1){
    letter-spacing: 0.1em;
}
#keyVisual .container .calculator > p:nth-of-type(1) > span{
    display: inline-block;
    margin-left: 0.075em;
    color: #fff8f3;
    font-size: 0.856em;
}
#keyVisual .container .calculator > p:nth-of-type(2){
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}
#keyVisual .container .calculator > p:nth-of-type(2) > span{
    display: inline-block;
    font-size: 1.576em;
}
#keyVisual .container .calculator > p:nth-of-type(2) > span.dial{
    font-size: 2em;
    background-color: #12181f;
    display: inline-block;
    line-height: 1;
    padding: 0 0.2em 0.15em;
    
}
/* 質問全体 */
form{
    position: relative;
}
.wpcf7 form .wpcf7-response-output{
    width: calc(100% - 6.1em);
    position: absolute;
    left: 50%;
    bottom: 1.15em;
    transform:translateX(-50%);
    max-width: 592px;
    line-height: 1.15;
    margin: 0 auto 1.17em !important;
}
article.question{
    position: relative;
}
article.question:not(#question01)::before{
    content: '';
    width: calc(100% - 1.86em - 2px);
    max-width: 695.5px;
    height: 3.7em;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 0 5%, 50% 100%, 100% 5%, 100% 0% );
    background-color:#fff;
    z-index: 1;
}
article.question > .container{
    background-color: var(--mainColor); 
    padding: 4.83em 0.93em 0;
    position: relative;
}
article.question:not(#question01) > .container{
    padding: 8.53em 0.93em 0;
}
/* 矢印 */
article.question > .container::before{
    content: '';
    width: 0.14em;
    height: 4.5em; 
    background-color: var(--txtBlack) ;
    position: absolute;
    top: -1.4em;
    left: 50%;
    border-radius: 0.7em;
    z-index: 100;
    animation: scrollDown 1.5s  infinite ease-out;
    transform-origin: top;
} 
article.question > .container::after{
    content: '';
    width: 0.14em;
    height: 1em;
    position: absolute;
    top: -1.4em;
    top:2.5em;
    left: 50%;
    background-color: var(--txtBlack);
    transform-origin: top left;
    border-radius: 0.7em;
    z-index: 100;
    animation: scrollDown02 1.5s  infinite ease-out;
}
article.question:not(#question01) > .container::before{
    top: 2.3em;
}
article.question:not(#question01) > .container::after{
    top: 2.3em;
    top: 6.2em;
}
article.question:not(#form) > .container > section:nth-of-type(1){
    color: #fff;    
    padding: 0 1.22em 4.75em;
}
.progress{
    text-align: center;
    font-weight: bold;
}
.progress dt{
    font-size:1.466em ;
}
.progress dd{
    width: 11.73em;
    display: flex;
    margin: 0.84em auto 0;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}
.progress dd::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    background-color: #fff;
    z-index: -1;
}
.progress dd span{
    font-size:1.7em ;
    display: inline-block;
    background-color: #fff;
    color: var(--txtNavy);
    width: 1.53em;
    height: 1.53em;
    line-height: 1.375;
    border-radius: 0.765em;
}
.qHeading > p{
    margin-top: 1.12em;
    font-size:1.93em ;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.065em;
}
.qHeading > p > span{
    font-size: 1em; 
    letter-spacing: 0.065em;
}
.qHeading > div{
    margin-top: 1.8em;
}
.qHeading span.choise label > input{
    display: none;
}
.qHeading span.choise{
    display: flex;
    justify-content: space-between;
}
.qHeading span.choise > span{
    display: inline-block;
    width: 48%;
    margin: 0;
}
.qHeading span.choise > span label{
    background-color: #fff;
    box-shadow: 0 0.19em 0 rgba(0,0,0,0.35) ;
    border-radius: 0.26em;
    transition: 0.15s;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size:1.65em ;
    padding: 0.84em 0 0.9em;
    line-height: 1;
    text-align: center;
}
.qHeading span.choise > span label span{
    display: inline-block;
    color: var(--txtBlack);
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.025em;
}
.qHeading div label:hover{
    cursor: pointer;
}
.qHeading span.choise label:has(input:checked){
    background-color: #b8b8b8!important;
    transform: translateY(0.08em)!important;
    box-shadow: 0 0.1em 0 rgba(0,0,0,0.35) !important;
    color: #575757 !important;
}
.qHeading + p{
    margin-top: 1.4em;
    font-size: 0.933em;
    line-height: 1.46;
}
article.question .explanation{
    background-color: #fff;
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
    padding: 4.66em 2em 2.33em;
    position: relative;
}
article.question  .explanation::before{
    content: '';
    position: absolute;
    width: 6.13em;
    height: 6.13em;
    top: -3.06em;
    left: 0.63em;
    background: url(../img/assetStop.png)center center / contain no-repeat;
}
article.question .explanation h2{
    text-align: center;
    font-size: 1.833em;
    line-height: 1.25;
    position: relative;
}
article.question .explanation h2::before{
    content: '';
    width: 1.5em;
    height: 0.09em;
    background-color: var(--keyRed);
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    transform: translateX(-50%);
}
article.question .explanation > p{
    padding: 0 0.66em;
    margin-top: 2.66em;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-align: justify;
    font-weight: 500;
}
/* 質問01 */
article#question01 .progress dd span:nth-of-type(1){
    background-color: var(--FillYellow);
}
.explanation > dl.case{
    margin-top: 1.66em;
}
.explanation > dl.case dt{
    display: flex;
}
.explanation > dl.case dt p{
    display: inline-block;
    background-color: var(--mainColor);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.48em 1em;
    margin: 0 auto;
    border-radius:3.15em; 
}
.explanation > dl.case dd{
    margin-top: 0.5em;
}
.explanation > dl.case dd p{
    font-size: 0.65em;
    line-height: 1.25;
}
.explanation > dl.case dd p:nth-of-type(1){
    margin-top: 0.55em;
}
.explanation > div{
    padding: 0 0.66em;
}
.explanation > div > p:nth-of-type(1){
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15em;
    margin-top: 1.2em;
}
.explanation > div > p:nth-of-type(2){
    line-height: 1.75;
    margin-top: 1.43em;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.explanation > div > div{
    border: 1px solid #838383;
    padding: 0.4em;
    margin-top: 0.15em;
}
.explanation > div > div p{
    font-size: 0.65em;
    line-height: 1.2;
}
.explanation > div > p:nth-of-type(3){
    margin-top: 1.89em;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-weight: 500;
}
.explanation > div > p:nth-of-type(3) > span,
article#question02 .explanation > p:nth-of-type(5) > span, 
article#question03 .explanation > p:nth-of-type(4) > span{
    font-weight: 800;
    letter-spacing: 0.055em;
}
/* 質問02 */
article#question02 .progress dd span:nth-of-type(2){
    background-color: var(--FillYellow);
}
article.question:not(#question01, #form)::after{
    content: 'Q2へ';
    width: 3.5em;
    height: 1em;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    text-align: center;
    font-weight: bold;
    font-size: 1.45em;
    letter-spacing: 0.05em;
}
article#question02 .explanation > p:nth-of-type(1){
    padding: 0;
    text-align: center;
    letter-spacing: 0.08em;
}
article#question02 .explanation > p:nth-of-type(1) strong{
    font-size: 1.133em;
    position: relative;
}
article#question02 .explanation > p:nth-of-type(1) strong::before{
    content: '・・・・';
    width: 4em;
    height: 1em;
    position: absolute;
    top: -0.8em;
    left: 0.2em;
    letter-spacing: 0.475em;
}
article#question02 .explanation > p:nth-of-type(1) > .highlight{
    font-size: 1.466em; 
    font-weight: bold;
    letter-spacing: 0.065em;
    padding: 0.13em;
}
article#question02 .explanation > p:not(:nth-of-type(1)){
    margin-top: 1.32em;
}
article#question02 .explanation > p:nth-of-type(2),
article#question03 .explanation > p:nth-of-type(2){
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
article#question02 .explanation > p:nth-of-type(2){
    margin-top: 0.72em;
}
article#question02 .explanation > p:nth-of-type(3){
    margin-top: 1.1em;
}
article#question02 .explanation > p:nth-of-type(3),
article#question03 .explanation > p:nth-of-type(1)
{
    margin-bottom: 0.66em;
}
article#question02 .explanation > picture{
    position: relative;
}
article#question02 .explanation > picture::before{
    content: '▼▼▼';
    width: 1em;
    height: 4em;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: -5em;
    left: 50%;
    transform: translateX(-50%) scaleY(80%);
    letter-spacing: 0.25em;
}
article#question02 .explanation > p:nth-of-type(4){
    margin-top: 2.82em;
    font-size: 1.466em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025em;
    padding: 0;
}
article#question02 .explanation > p:nth-of-type(4) > span{
    font-size: 0.95em;
}
article#question02 .explanation > p:nth-of-type(5),
article#question03 .explanation > p:nth-of-type(4){
    letter-spacing: 0.1em;
}
/* 質問03 */
article#question03 .progress dd span:nth-of-type(3){
    background-color: var(--FillYellow);
}
article.question#question03::after{
    content: 'Q3へ';
}
article#question03 .qHeading > p{
    font-size: 1.75em;
}
article#question03 .explanation > h2 {
    font-size: 1.745em;
}
article#question03 .explanation > p:nth-of-type(2){
    margin-top:1.94em;
    line-height: 1;
}
article#question03 .explanation > p:nth-of-type(3){
    margin-top: 1.525em;
}
article#question03 .explanation > p:nth-of-type(4){
    margin-top: 1.65em;
}
/* フォーム */
article#form > .container{
    background-color: var(--baseColor);
    font-weight: bold;
    padding-bottom: 1.13em!important;
}
article#form::after{
    content: '';
}
article#form h2{
    font-size: 2.15em;
    text-align: center;
    line-height: 1.2;
}
article#form h2 + div > h3{
    position: relative;
    z-index: 20;
    background-color: var(--mainColor);
    color: #fff;
    text-align: center;
    font-size: 1.466em;
    line-height: 1.22;
    padding:0.84em 0 0.7em;
    border-radius: 2.4em;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.35));
    margin-top: 1.02em;
}
article#form h2 + div > h3::before{
    content: '';
    width: 0.84em;
    height: 0.61em;
    position: absolute;
    bottom: calc(-0.61em + 1px);
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background-color: var(--mainColor);
}
article#form h2 + div > h3 span{
    font-size: 1em;
    position: relative;
}
article#form h2 + div > h3 span::before{
    content: '・・・・';
    width: 4.5em;
    height: 1em;
    position: absolute;
    top: -0.6em;
    left: 0;
    letter-spacing: 0.5em;
    text-align: center;
}
article#form section > div > div.formBox{
    background-color: #fff;
    border-top-right-radius: 3em;
    border-top-left-radius: 3em;
    border-bottom-left-radius: 0.66em;
    border-bottom-right-radius: 0.66em;
    padding: 5.95em 1.66em 4.83em;
    margin-top: -4.16em;
    overflow-x: hidden;
}
article#form section > div > div.formBox > p{
    text-align:center;
    font-size: 1.2em;
    line-height: 1.35;
    letter-spacing: 0.075em;
    padding-bottom:0.95em ;
}
div.promise{
    margin-top: 1.36em;
    padding: 1.43em 1.26em 1.6em ;
    background: url(../img/assetMan.png)right bottom /6.53em 5.77em no-repeat;
    background-color: var(--baseColor);
}
#form label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:2.8em ;
    position: relative;
    margin-bottom: 0.76em;
}
#form label::before{
    position: absolute;
    content: '必須';
    width: 2.5em;
    height: 1.25em;
    font-size:0.9em ;
    color: #fff;
    background-color: var(--keyRed);
    left: 0.33em;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1.25;
    border-radius: 0.17em;
}
#form label:nth-of-type(3)::before{
    content: '任意';
    background-color: var(--FillGrey);
}
#form label > span{
    display: inline-block;
    width: 72%;
}
#form label > span > input{
    display: inline-block;
    padding: 0.66em;
}
#form label > span > input[type="text"],
#form label > span > input[type="tel"],
#form label > span > input[type="email"]
{
    border: 1px solid var(--mainColor);
    border-radius: 0.26em;
}
#form label > span > input[type="text"]:focus,
#form label > span > input[type="tel"]:focus,
#form label > span > input[type="email"]:focus{
    border: none;
    outline: 2px solid #c70202c9;
    box-shadow: 0 0 5px rgba(199,2,2,1);
}
#form .submitBtn{
    background: url(../img/btn.png) center center / contain no-repeat;
    animation: scaleBtn 1.25s infinite;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 2.73em;
}
#form input[type="submit"]{
    display: inline-block;
    height: 100%;
    border: none;
    max-width: initial;
    letter-spacing: -0.035em;
    font-weight: bold;
    color: var(--txtYellow);
    font-size: 1.575em;
    padding: 1.175em 1.68em 1.175em 0.72em;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
    visibility: visible;
    background-color: transparent;
    cursor: pointer;
}
#form .submitBtn::before{
    content: '';
    width: 2.25em;
    height: 3.5em;
    position: absolute;
    right: -0.5em;
    top: 30%;
    background: url(../img/btnHand.png) center center / contain no-repeat;
    z-index: 100;
}
div.promise > p:nth-of-type(1){
    font-size: 1.25em;
    text-align: center;
    line-height: 1.16;
    letter-spacing: 0.035em;
}
div.promise > p:nth-of-type(1) > .colMain{
    font-size: 1.06em;
    display: inline-block;
    margin: 0 0.11em;
}
div.promise > p:nth-of-type(1) > .colMain strong{
    font-size: 1.29em;
    font-family:'Noto Sans JP', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
div.promise > ul{
    margin-top: 1.06em;
}
div.promise > ul li{
    background-color: #fff;
    padding: 0.66em 0 0.66em 2.43em;
    position: relative;
    box-shadow: 0 0.03em 0 rgba(0,0,0,0.15) ;
    border-radius: 0.16em;
    letter-spacing: 0.075em;
}
div.promise > ul li::before{
    content: '1.';
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    font-size: 1.25em;
    left: 0.65em;
    top: 45%;
    transform: translateY(-50%);
    font-style: italic;
}
div.promise > ul li:nth-of-type(2)::before{
    content: '2.';
}
div.promise > ul li:nth-of-type(3)::before{
    content: '3.';
}
div.promise > ul li:not(:last-child){
    margin-bottom: 0.4em;
}
div.promise > ul li p,
div.promise > ul li p span{
    letter-spacing: 0.025em;   
}
div.promise > p:nth-of-type(2){
    font-size: 1.1em;
    margin-top: 1.3em;
    line-height: 1.45;
}
div.promise > p:nth-of-type(2) > span:nth-of-type(1),
div.promise > p:nth-of-type(2) > span:nth-of-type(2){
    position: relative;
    z-index: 0;
    font-size: 1em;
}
div.promise > p:nth-of-type(2) > span:nth-of-type(1)::before{
    content: '・・・・';
    width: 4em;
    height: 1em;
    letter-spacing: 0.4em;
    position: absolute;
    top: -0.7em;
    left: 0;
    text-align: center;
}
div.promise > p:nth-of-type(2) > span:nth-of-type(2)::before{
    content: '';
    width:100%;
    width: calc(100% + 0.2em);
    height: 0.5em;
    position: absolute;
    bottom: -0.1em;
    left: -0.1em;
    background-color: var(--highlightYellow);
    z-index: -1;
}
/* フッター */
footer .container{
    background-color: #222622;
    padding: 3.33em 2.33em 1.2em;
    text-align: center;
}
footer ul{
    max-width: 695px;
    margin: 0 auto;
}
footer ul li:not(:last-child){
    margin-bottom: 0.65em;
}
footer ul li a{
    display: inline-block;
    border-radius: 0.06em;
    border: 0.03em solid rgba(255, 255, 255, 0.75);
    width: 100%;
    color: #fff;
    font-size: 0.933em;
    padding: 0.5em 0;
}
footer > div > div {
    margin: 2.5em auto 0;
    width: 6em;
    height: 6em;
    border-radius: 0.5em;
    overflow: hidden;
}
footer small{
    display: inline-block;
    margin-top: 1em;
    color: #fff;
}
@keyframes scrollDown{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(1em);
    }
    100%{
        transform:translateY(0);
    }
}
@keyframes scrollDown02{
    0%{
        transform:translate(calc(-50% - 0.7em + 2px),0) rotate(-45deg);
    }
    50%{
        transform:translate(calc(-50% - 0.7em + 2px),1em) rotate(-45deg);
    }
    100%{
        transform:translate(calc(-50% - 0.7em + 2px),0) rotate(-45deg);
    }
}

@keyframes scaleBtn{
    0%{
        scale:1;
     }
     40%{
        scale:1.035;
     }
     80%,100%{
        scale:1;
     }
}

@media screen and (min-width:750px){
    article.question:not(#question01)::before{
        width: calc(750px - 1.86em - 1px);
    }
    article.question > .container::after{
        left: calc(50% + 1px);
    }
    .wpcf7 form .wpcf7-response-output{
        margin: 0!important;
        bottom: 2.45em;

    }
}

/* 下層ページ*/
#thanksInfo .container{
    padding-bottom: 3.066em;
    background-color:#f7feff;
}
#thanksInfo .container section{
    padding: 0 1.66em;
}
#thanksInfo .container section:nth-of-type(1){
    text-align: center;
}
#thanksInfo .container section:nth-of-type(1) > h2{
    font-size:1.86em;
    text-align:center;
    padding: 1.03em 0 0.85em;
    letter-spacing:0.075em;
}
#thanksInfo .container section:nth-of-type(1) > p{
    border-bottom:var(--FillGrey) solid 1px;
    font-size:1.2em;
    text-align:center;
    padding-bottom:1.38em;
    letter-spacing:0.05em;
    line-height:1.41;
    padding:0 0 1.38em;
}
#thanksInfo .container section:nth-of-type(1) > p:nth-of-type(2){
    text-align:left;
    padding-top: 0.75em;
    padding-bottom: 1.08em;
}
#thanksInfo .container section:nth-of-type(1) > a{
    display:inline-block;
    margin:0 auto;
    font-size: 1.6em;
    margin-top: 0.64em;
    text-decoration: underline;
    line-height: 1;
    font-weight: 500;
}
#thanksInfo .container section:nth-of-type(2){
    font-weight: bold;
}
article#case .container > p,
article#flow .container > p,
article#faq .container > p{
    font-size: 4.27vw;
    font-size: 1.0675em;
    width: 78.67vw;
    width: 18.423em;
    margin: 1em auto;
    letter-spacing: 0.05em;
    text-align: justify;
}
article#case .container p,
article#flow .container p,
article#faq .container p{
    line-height: 1.5;
}
#case .container{
    padding: 3.2em 0;
	background: #fff;
}

#case h2{
	text-align: center;
    font-size: 1.6em;
    margin:0 auto 1.042em;
	line-height: 1;
    letter-spacing: 0.025em;
}

.caseList{
    margin: 1.2em auto;
}

.caseList li{
    width: 20.66em;
	margin: 0 auto;
}

.caseList li + li{
    margin-top: 1.66em;
    padding: 1.6em 0 0 0;
	border-top: 1px dashed #9d9d9d
}

.caseList dt{
    font-size: 0.86em;
	font-weight: bold;
	color: #444;
	line-height: 1;
    padding: 0.42em 0 0.42em 4.22em;
	background: url(../img/case01.png) no-repeat left 0.311em center;
    background-size: 3.2em auto;
}

.caseList li:nth-child(2) dt{
	background-image: url(../img/case02.png)
}

.caseList li:nth-child(3) dt{
	background-image: url(../img/case03.png)
}

.caseList dt h3{
    font-size: 1.26em;
	color: #000;
	margin: 0.1em 0 0;
	letter-spacing: 0.025em;
}

.caseList .price{
    width: 19.49em;
    padding: 0.78em 0;
    margin: 0.65em auto 0;
	text-align: center;
    font-size: 1.06em;
	font-weight: bold;
	background: #edf2f5;
	line-height: 1;
	border-radius: 0.25rem;
}

.caseList .price b{
	color: var(--keyRed);
}

.caseList .price span{
    font-size: 0.81em;
}

.caseList p{
    font-size: 1.06em;
    width: 19.1em;
	margin: 1em auto;
	text-align: justify;
}

#flow .container{
    padding: 2.66em 0 4em;
	background: #fce9dd;
}

#flow h2{
	text-align: center;
	line-height: 1;
    font-size: 1.6em;
	margin: 0 auto 0.69em;
    letter-spacing: 0.025em;
}

.flowList{
	width: 20.12em;
    margin:  0 0 0 2.51em;
    font-size: 1.06em;
}

.flowList > li:nth-child(-n+2){
	border-left: #000 0.1em solid;
	padding-bottom: 2em;
}

.flowList > li h3{
    font-size: 1.135em;
	position: relative;
	padding: 0 0 0 1.94em;
	color: #352620;
	margin: 0 0 0.53em 0;
    line-height: 1.5;
}

.flowList > li h3::before{
    font-size: 0.705em;
	width: 2.16em;
	height: 2.16em;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "1";
	background: #352620;
	color: #FFF;
	border-radius: 31.25em;
	position: absolute;
	top:0;
	left: 0;
}

.flowList > li:nth-child(2) h3::before{
	content: "2";
}

.flowList > li:nth-child(3) h3::before{
	content: "3";
}

.flowList > li dl{
	margin: 0 0 0 -0.9em;
}

.flowList > li dt img{
    width: 18.667em;
	height: 10em;
	margin: 0 0 0 2.667em;
}

.flowList > li dd{
	padding: 0 0 0 3em;
}

.flowList p{
	margin: 0.935em auto 0;
	line-height: 1.35;
	letter-spacing: 0.05em;
}

.flowCaution{
    font-size: 0.935em;
	line-height: 1.3;
	margin: 0.641em auto 0;
}

.flowCaution li{
	background: url(../img/alert.png) no-repeat left 0.8em center #fff3eb;
    background-size: 1.167em;
	padding: 0.567em 0.567em 0.567em 2.467em;
	border-radius: 0.267em;
}

.flowCaution li + li{
	margin-top: 0.467em;
}
#faq .container{
	padding: 3em 0;
	background: #b8c2d2;
}
#faq h2{
    font-size: 1.6em;
	margin: 0 auto 1.258em;
	line-height: 1;
	text-align: center;
    letter-spacing: 0.025em;
}
.faqList{
	width: 22.5em;
	margin: 2.6em auto 0;
	position: relative;
	line-height: 1.35;
}

.faqList li{
	background: #FFF;
	padding: 1.25em;
	border-radius: 0.3em;
}

.faqList li + li{
	margin-top: 0.9em;
}
.faqList dt,
.faqList dd{
    line-height: 1.35;
}
.faqList dt{
    font-size: 1.067em;
	font-weight: bold;
	padding-left: 1.4em;
}


.faqList dt::before{
	content: "Q.";
	display: block;
	position: absolute;
	left: 1.171em;
	color: #35359b;
}

.faqList dd{
    font-size: 1em;
	padding-left: 1.4em;
	margin-top: 0.6em;
	letter-spacing: 0.05em;
	text-align: justify;
}

.faqList dd::before{
	content: "A.";
	display: block;
	position: absolute;
	left: 1.25em;
	font-weight: bold;
	color: #c30f0f;
}
