@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
body.safari #content, body.safari #footer {
    -webkit-text-size-adjust: 100%;
}
body {
   font-family: "Noto Sans", "Hiragino Sans", Meiryo, sans-serif;
    margin: 0;
    font-size: 16px;
    background-color: #ffffff;
}
a:hover,
a:active {
    text-decoration: none;
}
#wrapper{
    max-width: 650px;
    width:100%;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #FFF6F5;
}
.wrapper{
    max-width: 650px;
    width:100%;
}
.content{
    display: block;
    margin: 0 auto;
    width: 95%;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
img{
    width: 100%;
}
p{
    color: #363636;
    padding-bottom: 20px;
    line-height: 1.4!important;
}
a{
    color:#478fde;
}
.searchBtn_box p{
    padding:0;
}
.np{
    padding: 0!important;
    margin: 0;
}
.bsd{
    border-bottom: solid 1px #363636;
}
.w60{
    display: block;
    width: 60%;
    margin: auto;
}
.w80{
    display: block;
    width: 80%;
    margin: auto;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.red{
    color: #ff5246;
}
.gray{
    color: rgb(187, 187, 187);
}
.yel{
    color: #fffa67;
}
.blue{
    color: #228dd4;
}
.green{
    color: #23c090;
}
.green span{
       opacity: 0.4;
    padding: 0 5px;
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fffca5 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLLL{
    font-size: 35px;
}
.fsLL{
    font-size: 26px;
}
.fsL{
    font-size: 22px;
}
.fsM{
    font-size: 20px;
}
.fsSM{
    font-size: 15px;
}
.fsS{
    font-size: 10px;
}
h2{
    font-size: 24px;
    margin-top: 0px!important;
}
@media screen and (max-width:640px) {
    .fsSM{
        font-size: 13px;
    }
    .fsLLL{
        font-size: 25px;
    }
   .fsL{
    font-size: 20px;
}
    h2{
        font-size: 18px;
    }
}
.fwb{
    font-weight: bold;
}
.square{
    display: flex;
    align-items: center;
    color: #363636;
    border-bottom: 2px solid #23c090;
}
.square::before {
    content: "";
    background-color: #23c090;
    height: 18px;
    width: 18px;
    margin-left: 0px;
    margin-right: 5px;
}
.number01{
    display: flex;
    align-items: center;
    color: #363636;
    border-bottom: 2px solid #23c090;
}
.number01:before {
    content: '❶';
    color: #23c090;
    margin-left: -7px;
    margin-right: 5px;
    font-size: 24px;
    line-height: 1;
}
.number02{
    display: flex;
    align-items: center;
    color: #363636;
    border-bottom: 2px solid #23c090;
}
.number02:before {
    content: '❷';
    color: #23c090;
    margin-left: -7px;
    margin-right: 5px;
    font-size: 24px;
    line-height: 1;
}
.number03{
    display: flex;
    align-items: center;
    color: #363636;
    border-bottom: 2px solid #23c090;
}
.number03:before {
    content: '❸';
    color: #23c090;
    margin-left: -7px;
    margin-right: 5px;
    font-size: 24px;
    line-height: 1;
}
.tips_group{
    padding: 80px 20px 20px;
    margin: -76px 0 40px;
    background-image:url(https://shitugyou-support.com/wp-content/uploads/2025/12/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.tips{ 
    border: dotted 3px #0384b7; 
    border-radius: 20px; 
    margin: 20px 0 30px;
    background-color: #fff; 
} 
.tips .ttl02_inner {
    background-color: #0384b7; 
    border-radius: 20px 20px 0 0; 
    padding: 10px 10px 10px 15px;
    margin: -3px;
}
.tips .ttl02_inner p{
   margin: 10px 0 2px;
    padding: 0;
    color: #fff;
}
.tips .ttl02 {
    display: flex; 
    align-items: center; 
}
.tips .ttl{ 
    background-color: #0384b7; 
    border-radius: 20px 20px 0 0; 
    display: flex; 
    padding: 10px 10px 10px 15px;
    align-items: center; 
    margin: -3px;
} 
.tips .ttl p{ 
    margin: 0; 
    display: inline-block; 
    border-radius: 10px; 
    padding: 15px 5px; 
    background-color: #fff; 
    color: #0384b7; 
    font-weight: bold; 
    margin-right: 10px; 
}
.tips .ttl02 p{
    margin: 0; 
    display: inline-block; 
    border-radius: 10px; 
    padding: 15px 5px; 
    background-color: #fff; 
    color: #0384b7; 
    font-weight: bold; 
    margin-right: 10px; 
}
.tips .ttl h3{
    color: #fff;
    margin: 5px 0;
    line-height: 1.4;
}
.tips .ttl02 h3{
    color: #fff;
    margin: 5px 0;
    line-height: 1.4;
}
.tips p{
    margin: 7%;
    padding: 0;
    font-size: 15px;
}
.tips img{
    max-width: 400px;
    width: 85%;
    margin: 0 auto;
    display: block;
}
.tips02 h3{
       font-size: 14px;
}
@media screen and (min-width:640px) {
.tips02 h3{
       font-size: 21px;
}
}
.products{
    width: 100%;
    margin: 0 auto;
}
.products02{
    width: 100%;
    margin: 0 auto;
}
.products h2 {
    position: relative;
    padding: 0.5rem 2rem 0.5rem 3.5em;
    background-color: #24c292;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22.5px;
    box-shadow: 6px 6px 1px 0 #008e63;
}
.products02 h2 {
    position: relative;
    padding: 0.5rem 2rem 0.5rem 1em;
    background-color: #24c292;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22.5px;
    box-shadow: 5px 5px 1px 0 #99dcc7;
}
.products h2 span {
    position: absolute;
    top: -10px;
    left: 20px;
    display: inline-block;
    width: 80px;
    height: 68px;
    text-align: center;
    background: #f9c440;
    padding: 0px;
}
.products h2 span:before {
    right: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9b7619;
    top: 1px;
}
.products h2 span:before, .products h2 span:after {
    position: absolute;
    content: '';
}
.products h2 span i {
    position: relative;
    z-index: 1;
    color: #fff100;
}
.products h2 span:after {
    top: 50%;
    left: 0;
    display: block;
    height: 70%;
    border: 1.8em solid #f9c440;
    border-bottom-width: 10px;
    border-bottom-color: transparent;
}
.products p{
    margin: 0;
    padding:0;
    color: #fff;
    line-height: 1.2 !important;
}
.products02 p{
    margin: 0;
    
    color: #fff;
}
.products .tit-h2{
    text-align: center;
}
.products i{
    width: 80%;
}
.products_top{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border-bottom: solid 4px #24c292;
    margin-bottom: 40px;
    position: relative;
}
.products_top:before{
    content: "";
    position: absolute;
    bottom:-31px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 20px 80px 0 80px;
    border-style: solid;
    border-color: #24c2921f transparent transparent transparent;
}
@media screen and (max-width:640px) {
    .products h2{
        font-size: 17px;
    }
    .products h2 span{
        left: 9px;
        width: 60px;
        height: 70px;
    }
    .products i {
        width: 98%;
        margin-top: 8px;
    }
}
.point{
position: static;
    background-color: #fff;
    border:  solid 1px #8a8a8a;
    border-radius: 20px;
    padding: 15px;
}
.mr8{
    margin-right: 8px;
    display: block;
}
.point .fsL{
    display: flex;
    border-bottom: solid 1px #b3b3b3;
    align-items: center;
}
.point p{
    align-items: center;
    margin: 0;
}
.point i{
    width: 25px;
}
.point ul{
    padding: 0;
    margin: 15px 0 0 0;
}
.point li{
    display: flex;
    align-items: center;
}
.cta{
    margin: 20px auto 30px;

}

@-webkit-keyframes shiny{
    0%{
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80%{
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5;
    }
    81%{
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.review_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 10px 4px;
    line-height: 1.2;
    border-bottom: 1px solid #d9d9d9;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.kutikomi .slick-dots{
   bottom: -15px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-slide img {
    display: block;
}
.review_header img {
    width: 60px;
    height: auto;
}
.review_header figure {
    margin-right: 15px;
    margin-top: 3px;
}
.box {
    border: 1px solid #23c090;
    border-radius: 10px;
    background-color: #fff;
}
.commentArea_s {
    font-size: 0.90rem;
    padding: 5px 10px;
    line-height: 1.4;
}
.commentArea_s p{
   margin-top: 10px;
   padding-bottom: 10px;
}
.slider01 .acc_content_wrapper {
    padding: 0 10px;
}
.profile p{
    padding: 0;
}
.review_header {
    display: flex;
    gap: 10px;
    align-items: center;
}

.review_header figure img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.up_group{
    width: 100%;
    background-color: #ffffbd;
    margin-top: 20px;
padding-top: 20px;
}
.up_group .ttl{
   width:95%;
   margin:0 auto;
   display:block;
   padding-bottom: 10px;
}
.up{
    padding: 5px 5px 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.up img{
    margin: 0 10px;
}
.up .slider01 img{
    width: 20%;
    display: inline;
}
.up .slider01 .slick-prev{
    left: -20px;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #24c292 transparent transparent transparent;
    transform: rotate(90deg);
}
.up .slider01 .slick-next{
    right: -20px;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #24c292 transparent transparent transparent;
    transform: rotate(-90deg);
}
/*注意*/
.risk{
    border: solid #afafaf 2px;
    padding-top: 0px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
}
.risk p{
     padding: 0 0 10px 0;
}
.risk .ttl{
    background-color: #868686;
    padding: 15px;
    width: 100%;
}
.risk  .inner{
    padding: 0 10px;
}
.risk02{
    border: 2px solid #23c090;
}
.risk02 .inner{
    background-color: #fff7e2;
    border-bottom: 2px solid #23c090;
    padding: 20px;
}
.risk02 .inner .fsSM{
   font-size: 16px;
   text-align: center;
padding-bottom: 5px;
}
.risk02 .inner .df{
   display: flex;
    align-items: center;
       justify-content: center;
}
.risk02 .inner img{
width: 19%;
    max-width: 52px;
    object-fit: contain;
    padding-right: 8px;
    margin-top: -1px;
}
.risk02 .inner p{
    padding: 0;
}
.risk02 .text{
    padding:20px;
    background-color:#fff;
}
.risk02 p{
   margin-top: 0px;
}
.step{
    width: 100%;
}
.step img{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.qa{
    margin: 50px 0 60px;
}
.qa img{
     width: 100%;
    max-width: 170px;
    margin: 0 auto;
    display: block;
}
.accordion2 {
    max-width: 850px;
    margin: 20px auto 0;
    width: 100%;
}
.accordion2 .toggle {
    display: none;
}
.accordion2 .Label {
    padding: 15px 40px 15px 18px;
    display: block;
    color: #2a2a2a;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border-bottom: solid 2px #14A4D9;
    margin: 0 10px;
    line-height: 1.4rem;
    display: flex;
    align-items: start;
    margin-left: 10px;

}
.accordion2 .Label,
.accordion2 .content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.accordion2 .Label::before {
    content: "Q.";
    display: inline-block;
    vertical-align: text-top;
    font-weight: bold;
    height: 24px;
    width: 24px;
    color: #14A4D9;
    padding-right: 10px;
}
.accordion2 .Label::after {
        content: "";
    width: 11px;
    height: 11px;
    border-top: 3px solid #14A4D9;
    border-right: 3px solid #14A4D9;
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transition: transform 0.3s;
}
.accordion2 .toggle:checked + .Label::after {
    transform: rotate(-45deg);
}
.accordion2 .content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin: 1px auto 20px;
}
.accordion2 .content p{
    padding:0;
    margin-top:0;
}
.accordion2 .toggle:checked + .Label + .content {
    max-height: 500px;
    padding: 20px;
}
.column h4{
    padding: 10px 0 10px 10px;
    background-color: #ffe4ca;
    border-left: 10px solid #ec9849;
    font-size: 20px;
    margin:40px 0 10px;
}
.column a{
    display: inline-block;
    color: #363636;
    border-bottom: solid #363636 1px;
    margin: 5px ;
}
footer{
    background-color: #9b9b9b;
    text-align: center;
    padding: 40px 0; 
    margin:0!important;
}
footer a{
    color: #fff;
}
.slick-prev:before, .slick-next:before{
    color:transparent!important;
}
.searchBtn_box｛
    background: #939393!important;
｝
.kutikomi{
       background-color: #e0fff6;
    padding: 15px 5px 10px;
    margin-bottom: 30px;
}
.kutikomi .fsS{
       padding: 0;
    margin-top: -10px;

}
.br20 {
  display: block;
  height: 10px;
}
header {
    background:#7dc9b2;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
}
.hamburger {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin: 12px 0 12px auto;
    z-index: 1100;
}
.hamburger span {
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: 0.4s;
}
.nav-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    padding-top: 28px;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.nav-menu.active {
    height: 30px;
    transform: translateY(0);
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    background:#fff;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background:#fff;
}

/* CTA Simulation */
.salary-btn {
    width: 90%;
    display: block;
    margin: 12px auto;
    padding: 14px 16px;
    background: #F96E00;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 5px 0 rgb(174 77 0);
    user-select: none;
    position: relative;
    overflow: hidden;
}
.salary-btn::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffffff7e;
    transition: .2s;
    -webkit-animation: shiny 3s ease-in-out infinite;
    animation: shiny 3s ease-in-out infinite;
}

.salary-btn:active {
    transform: translateY(1px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .18);
}

/* ===== Inner ===== */
.salary-btn__inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    /* SPでの2段構成を許可 */
}

.salary-btn__label {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

/* ===== Counter ===== */
.salary-btn__counter {
    display: flex;
    align-items: center;
    gap: 4px;
}

.digit {
    width: 40px;
    height: 47px;
    background: #3a3a3a;
    border: 1px solid #7a7a7a;
    border-radius: 4px;
    display: grid;
    place-items: center;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .12), inset 0 -2px 0 rgba(0, 0, 0, .22);
}

.digit__num {
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    font-family: "DS-Digital", "Digital-7", ui-monospace, monospace;
    text-shadow: 0 0 6px rgba(255, 255, 255, .35);
}

.salary-btn__unit {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
    flex: 0 0 auto;
}

.salary-btn__cta {
    padding: 0px 20px;
    height: 47px;
    background: #ffffff;
    color: #f96e00;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    letter-spacing: .05rem;

}
.salary-btn__cta .arrow {
    display: inline-block;
    color: #ffc08e;
    font-size: 16px;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 0.65em solid currentColor;
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    vertical-align: middle;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {

    /* 2行構成：CTAだけを数字の下（2行目）へ */
    .salary-btn__inner {
        flex-wrap: wrap;
        gap: 10px;
    }

    .salary-btn__label {
        order: 1;
    }

    .salary-btn__counter {
        order: 2;
    }

    .salary-btn__unit {
        order: 3;
    }

    .salary-btn__cta {
        order: 4;
        flex-basis: 100%;
        margin-top: 0px;
        letter-spacing: .1rem;
    }
}

@media (max-width: 420px) {

    /* 超小さい幅の時だけ数字を少し縮める */
    .salary-btn__inner {
        gap: 10px;
    }
    .salary-btn__label {
        font-size: 18px;
    }
    .salary-btn__unit {
        font-size: 18x;
    }
    .salary-btn {
        width: 88%;
        box-shadow: 0 8px 0 rgb(174 77 0);
    }
    .salary-btn__cta .arrow {
        color: #ffc08e;
        font-size: 14px;
        margin-left: 6px;
    }
}