*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img{
    width: 100%;
    display: block;
    object-fit: contain;
}
a{
    display: block;
}
h2{
    line-height: 1.2;
    font-size: 1.8em;
    padding: 3%;
}
.kome{
    font-size:0.7em;
}
.fsS{
    font-size:0.8em;
}
.fsL{
    font-size:1.1em;
}
.fcR{
    color:#ff6c00;
}
.wrapper{
    max-width: 600px;
    margin-inline: auto;
    box-shadow: 0 0 20px -10px #000;
}

header{
    background-color: #fff;
}
header .header_inner{
    display: flex;
    justify-content: space-between;
    padding: 10px 2.5% 8px;
}
header .header_inner .logo{
    width: 35%;
}
header .header_inner a{
    width: 50%;
}

.award{
    background:#eee8d2;
    text-align:center;
    padding-bottom: 5%;
}
.award_box{
    width: 95%;
    margin: auto;
    margin-bottom: 1%;
    background:#fff;
    border-radius: 20px;
}
.award dl{
    background: #fcc70f;
    color: #602100;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
    padding: 10px;
}
.award dt,.award_box img{
    padding: 10px;
}

.trouble{
    color:#fff;
    text-align: center;
    padding: 3% 0;
    background-image: url(../img/trouble_bg.jpg);
}
.trouble p{
    
    padding: 3% 3% 0;
}
.trouble_box1 dl,.trouble_box2 dl{
    color: #fcc70f;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1%;
}
.trouble_box1,.trouble_box2 {
    color: #fff;
    text-align: center;
    padding: 3%;
    margin: 3%;
    border-radius: 15px;
    text-shadow: 0px 0px 8px #000;
}
.trouble_box1{
    background-image: url(../img/trouble_box1_bg.jpg);
}
.trouble_box2{
    background-image: url(../img/trouble_box2_bg.jpg);
}


.solution{
    background:#cecfca;
    padding: 3% 3% 0;
    background-image: url(../img/solution_bg.jpg);
    background-size: cover;
}
.solution p{
    padding: 4%;
    background: #fff;
    line-height: 1.6;
}
.solution h2{
    text-shadow: 2px 3px 2px #fff,
    -2px 3px 2px #fff,
    -2px -3px 2px #FFF,
    2px -3px 2px #FFF;
    color: #54260e;
    padding: 6% 0;
    max-width: 460px;
    margin: auto;
    line-height: 1.3;
    font-size: 2em;
}
.kaiketu{
    background-image: url(../img/kaiketu_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 7% 3%;
}
.kaiketu .speechBubble {
  position: relative;
    padding: 5px 16px;
    border-radius: 38px;
    background-color: #fc6e0f;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #fc6e0f transparent transparent;
  translate: -50% 100%;
}
.kaiketu h3{
    color:#54260e;
    text-align:center;
    font-size: 1.5em;
    line-height: 1.3;
}

.price{
    background: #fcc70f;
    padding: 0 3% 3%;
}
.price_ttlbg{
    position: absolute;
    z-index: 0;
    height: 75px;
    margin: auto;
    right: 0;
    left: 0;
}
.price h2{
    text-align: center;
    color: #54260e;
    margin-bottom: 0;
    z-index:10;
    padding-top: 60px;
    position: relative;
}
.price_box1{
    background: #fff;
    padding: 4%;   
    color: #54260e;
    max-width: 500px;
    margin: auto;
    position: relative;
    margin-top:35px;
}
.price_box2{
    background: #fff;
    padding: 4%;   
    color: #54260e;
    max-width: 500px;
    margin: auto;
    position: relative;
    margin-top:70px;
}
.price_box1 .tab,.price_box2 .tab{
    background: #fc6e0f;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    margin: 0;
    position: absolute;
    left: 0;
    line-height: 1.2;
}
.price_box1 .tab{
    top: -40px;
}
.price_box2 .tab{
    top: -59px;
}
.price_box1 .sample,.price_box2 .sample{
    display:flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 4%;
}
.price_box1 img,.price_box2 img{
    width: 45%;
}
.price_box1 .sample p,.price_box2 .sample p{
    text-align: center;
    padding: 3%;
    font-weight: bold;
}

.hosyu{
    border: solid 2px #54260e;
    border-radius: 10px;
    text-align: center;
    margin-top: 5%;
    font-weight: bold;
}
.hosyu_ttl{
    background: #54260e;
    color: #fff;
    font-size: 1.3em;
    padding: 10px;
}
.hosyu_box{
    display: flex;
    justify-content: space-around;
}
.hosyu_sample{
    padding: 3%;
    width: 48%;
}
.hosyu_other{
    background: #ff6c00;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    padding: 2% 3%;
    margin-bottom: 3%;
}
.file {
    background-image: url(../img/file_bg.png);
    background-size: cover;
    padding: 19% 9% 5%;
    margin: 3% 0;
}
.file_ttl {
    margin-bottom: 4%;
}
.file_illust{
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    justify-content: space-evenly;
    align-items: center;
    padding: 3% 0;
}
.file_illust img{
    width:40%;
}
.file_illust p{
    width:50%;
}
.achievements{
    background-image: url(../img/achievements_bg.jpg);
    padding: 0 3% 4%;
}
.achievements h2 {
    text-align: center;
    color: #54260e;
    margin-bottom: 0;
    z-index: 10;
    padding-top: 60px;
    position: relative;
}
.comment_box{
    background: #fff;
    padding: 4%;
    box-shadow: 0px 0px 7px -3px #54260e;
    margin: 3%;
    border-radius: 10px;
}
.prof{
    display: flex;
    border-bottom: solid 1px;
    padding-bottom: 3%;
    align-items: center;
    margin-bottom: 4%;
}
.prof .name{
    font-weight:bold;
    color:#54260e;
}
.prof .st{
    background: #fc6e0f;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.prof img{
    width: 64px;
    margin-right: 5%;
}
.category{
    text-align: center;
    background: #f3efeb;
    color: #8a5f3c;
    font-weight: bold;
    padding: 5px;
    margin-top: 4%;
    margin-bottom: 2%;
}
.consultation{
    background: #fcc70f;
}
.consultation h3{
    text-align: center;
    color: #54260e;
}
.consultation .speechBubble2 {
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 3%;
    margin-bottom: 20px;
    display: flex;
}
.support{
    padding:3%;
}
.support img{
    padding:2% 0 3%;
}
.tenjyo{
    display: flex;
    margin: 3% 0 10%;
}
.tenjyo img{
    width: 45%;
}
.tenjyo p{
    padding: 0 4%;
    align-items: center;
    align-content: center;
    line-height: 1.6;
}
.sale{
    background-image: url(../img/sale_bg.jpg);
    background-size: cover;
    background-position-x: center;
}
.sale img{
    padding: 4% 3% 0;
    max-width: 400px;
    margin: auto;
}
.sale p{
    padding: 4%;
}
.speechBubble2 img{
    width: 145px;
    margin-top: -20px;
}
.speechBubble2 p{
    padding: 3%;
    align-content: center;
}

.speechBubble2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 18px 10px 0 10px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
}
.skill .kome{
    margin:3%;
}
.skill_box,.skill_box2{
    position: relative;
    margin: 14% 3% 3%;
    border: solid 2px #ff6c00;
    border-radius: 10px;
}
.skill_box_sub {
    background: #fff0e5;
    padding: 5% 3% 3%;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}
.skill_box h4,.skill_box2 h4{
    text-align: center;
    background: #ff6c00;
    position: absolute;
    padding: 5px 10px;
    border-radius: 40px;
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 325px;
    margin-top: -30px;
    font-size: 1.2em;
}
.skill_box2{
    margin-top: 18%;
}
.skill_box2 h4{
        margin-top: -50px;
}
.skill .txt{
    padding: 3%;
}
.skill_box2 .skill .txt {
    padding: 8% 3% 0;
}
.txt img{
    margin: 3% auto 8%;
    width: 90%;
    border-bottom: dotted 1px;
    padding-bottom: 6%;
}
.skill h5{
    color: #ff6c00;
    font-size: 1.2em;
    margin-bottom: 1%;
}
.skill .txt p{
    padding-bottom: 2%;
    margin-bottom: 2%;
}
.skill .obi{
    background: #fff0e5;
    display: flex;
    font-weight: bold;
    color: #ff6c00;
    padding: 0 3%;
    align-items: center;
    margin-bottom: 6%;
    justify-content: center;
    height: 100px;
}
.skill .obi img{
    width: 130px;
}
.skill .obi p{
    border: none;
    margin-right:3%;
    font-size: 1.1em;
}
.area{
    background-image: url(../img/area_bg.jpg);
    text-align: center;
    min-height: 900px;
    padding-bottom: 4%;
}
.area_ttlbg {
    position: absolute;
    z-index: 0;
    height: 75px;
    margin: auto;
    right: 0;
    left: 0;
}
.area h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    z-index: 10;
    padding-top: 60px;
    position: relative;
    text-shadow: 0px 0px 8px #0075b6;
}
.area_box,.area_box2{
    background: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin: 2% 3%;
}
.area dl{
    padding: 1% 2%;
    border-radius: 10px 10px 0 0;
    color:#fff;
}
.area dt{
    padding: 2%;
}
.area_box2{
    width:60%;
}
.area01{
    background: #00964d;
}
.area02{
    background: #8a5f3c;
}
.area03{
    background: #d58645;
}
.area04{
    background: #ff9a00;
}
.area05{
    background: #ff6843;
}
.area06{
    background: #e8380d;
}
.area p{
    font-weight:bold;
    color:#fff;
}
.map{
    position: relative;
    height: 200px;
}
.map img{
    position: absolute;
    bottom: 0;
    max-width: 480px;
    margin: auto;
    right: 0;
    left: 0;
}
@media only screen and (min-width: 430px) {
    .map{
    height: 300px;
}
}
.cta_area{
    position: relative;
}
.cta_area .cta{
    position: absolute;
    width: 88%;
    left: 6%;
}
.cta_area .cta.tel{
    top: 28%;
    overflow: hidden;
}
.cta_area .cta.tel a{
    position: relative;
}
.cta_area .cta.tel a::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny 3s ease-in-out infinite;
}
@-webkit-keyframes shiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.cta_area .cta.mail{
    top: 57%;
}

.faq_area{
    margin-bottom: 20px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.faq_ttlbg {
    position: absolute;
    z-index: 0;
    height: 75px;
    margin: auto;
    right: 0;
    left: 0;
}
.faq_area h2 {
    text-align: center;
    color: #54260e;
    margin-bottom: 0;
    z-index: 10;
    padding-top: 60px;
    position: relative;
}
.faq_area .acc{
    width: 95%;
    margin-inline: auto;
}
.faq_area .acc dt{
    background-color: #ff6c00;
    position: relative;
    display: flex;
    vertical-align: middle;
    padding: 10px 4%;
    column-rule: #fff;
    font-weight: bold;
    color: #fff;
}
.faq_area .acc dd+dt{
    margin-top: 15px;
}
.faq_area .acc dt::before,
.faq_area .acc dt::after{
    display: block;
    content: '';
    background-color: #fff;
    width: 20px;
    height: 3px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.faq_area .acc dt::after{
    transform: rotate(90deg);
    transition: all 0.3s;
}
.faq_area .acc dt.active::after{
    transform: rotate(0);
}
.faq_area .acc dt img{
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}
.faq_area .acc dd{
    display: none;
    padding: 10px 4%;
    border: 2px solid #00964d;
}

footer{
    background-color: #ff6c00;
    padding: 25px 0;
}
footer p,
footer a,
footer th,
footer td,
footer li{
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
footer .inner{
    padding: 10px 5%;
    max-width: 500px;
    margin-inline: auto;
}
footer .inner+.inner{
    border-top: 1px solid #fff;
}
footer .footer_logo{
    background-color: #fff;
    padding: 10px 20px;
    width: 80%;
    margin: 0 auto 20px;
}
footer .footer_table{
    margin: 10px auto;
}
footer .privacy{
    display: block;
    text-align: center;
    margin: 10px auto;
}
footer .contact{
    margin: 10px auto;
}
footer .footer_list{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 10px;
}
footer .footer_list ul{
    list-style: none;
}

.hide{
    display: none !important;
    height: 0;
    opacity: 0;
}

.privacy_page{
    width: 95%;
    max-width: 600px;
    margin-inline: auto;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.privacy_page h2{
    background-color: #8A5F3C;
    padding: 15px 0;
    text-align: center;
    margin: 30px auto;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.privacy_page dl{
    margin-bottom: 20px;
}
.privacy_page dl dt{
    margin-bottom: 10px;
    font-weight: bold;
}