@charset "UTF-8";
* {
    box-sizing: border-box;
}
body {
    font-size: calc((38/750)*100vw);
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, sans-serif;
    line-height: 1.7;
    color: #222;
}
img {
    max-width: 100%;
}
a{
    display: inline-block;
    text-decoration: none;
}
.l-content-default__inner {
    padding: 40px 15px;
}
@media screen and (min-width: 751px){
    body{
        font-size: 21px;
    }
    a:hover {
        opacity: 0.7;
    }
    .l-content{
        overflow: hidden;
    }
    .l-content-default__inner{
        max-width: 1000px;
        margin: 0 auto;
        padding: 100px 0 ;
    }
    .l-content__inner{
        max-width: 1000px;
        margin: 0 auto;
    }
}
/*----------------------------------------------------
    header
----------------------------------------------------*/
.l-header {
    width: 100%;
    padding: 15px 10px;
    text-align: center;
}
.l-header h1 {
    display: inline-block;
}
.l-header img {
    width: 100%;
}
@media screen and (min-width: 751px){
    .l-header {
        padding: 20px 10px;
    }
    .l-header h1 {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }
    .l-header img {
        width: 370px;
        margin: 0 auto;
    }
}

/*----------------------------------------------------
    fixed
----------------------------------------------------*/
.l-floating {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #f7f7f7;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 10px 10px 14px;
}
.l-floating__inner{
    display: flex;
    gap: 10px;
}
.l-floating__tel--btn{
    height: 100%;
}
.l-floating__tel--btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    font-size: calc((28/750)*100vw);
    height: 100%;
}
.l-floating__tel--btn_red a {
    background: linear-gradient(0deg, rgba(199,80,94,1) 0%, rgba(237,117,131,1) 100%);
    color: #fff;
    border: solid 2px #fff;
}
.l-floating__tel--btn_orange a {
    background: linear-gradient(0deg, rgba(248,99,0,1) 0%, rgba(255,153,32,1) 100%);
    color: #fff;
    border: solid 2px #fff;
}
.l-floating__tel--btn_yellow a {
    background: linear-gradient(0deg, rgba(255,227,94,1) 0%, rgba(255,246,94,1) 100%);
    color: #165789;
    border: solid 2px #fff;
}
.l-floating__tel--textlg {
    font-size: calc((38/750)*100vw);
}
.l-floating__tel--btn a::before {
    content: "";
    background: url("/lp/minji/2309/common/img/icon-tel_white.svg") no-repeat;
    background-size: cover;
    margin-right: 3px;
    width: 22px;
    height: 18px;
}
.l-floating__tel--btn_yellow a::before {
    content: "";
    background: url("/lp/minji/2309/common/img/icon-tel-yellow.svg") no-repeat;
    background-size: cover;
    margin-right: 3px;
    width: 22px;
    height: 18px;
}
.l-floating__web--btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(51,167,205,1) 0%, rgba(122,213,243,1) 100%);
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
    border: solid 2px #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    font-size: calc((28/750)*100vw);
    line-height: 1.2;
}
.l-floating__web--btn a::before {
    content: "";
    background: url("/lp/minji/2309/common/img/icon-float-24h.svg") no-repeat;
    background-size: cover;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
.l-floating__web--textll {
    font-size: calc((32/750)*100vw);
}
.l-floating__web--textlg {
    font-size: calc((30/750)*100vw);
}
@media screen and (max-width: 750px){
    .l-floating__tel,
    .l-floating__web{
        flex: 1;
    }
}
@media screen and (min-width: 751px){
    .l-floating{
        padding: 10px;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        line-height: 1;
    }
    .l-floating__inner{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 60px;
        max-width: 880px;
        margin: 0 auto;
    }
    .l-floating__tel--number{
        font-size: 56px;
        font-weight: bold;
    }
    .l-floating__tel--number_red{
        color: #c7505e;
    }
    .l-floating__tel--number_orange{
        color: #ff8a00;
    }
    .l-floating__tel--number_yellow{
        color: #165789;
    }
    .l-floating__tel--number::before{
        content: "";
        display: inline-block;
        margin-right: 12px;
        width: 56px;
        height: 47px;
    }
    .l-floating__tel--number_red::before{
        background: url("/lp/minji/2309/common/img/icon-tel-red.svg") no-repeat;
        background-size: cover;
    }
    .l-floating__tel--number_orange::before{
        background: url("/lp/minji/2309/common/img/icon-tel-orange.svg") no-repeat;
        background-size: cover;
    }
    .l-floating__tel--number_yellow::before{
        background: url("/lp/minji/2309/common/img/icon-tel-yellow.svg") no-repeat;
        background-size: cover;
    }
    .l-floating__tel--time{
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }
    .l-floating__web{
        width: 340px;
    }
    .l-floating__web--btn a{
        font-size: 20px;
        border-width: 4px;
        border-radius: 15px;
        padding: 7px 20px;
    }
    .l-floating__web--textll{
        font-size: 30px;
    }
    .l-floating__web--taxtlg{
        font-size: 26px;
    }
    .l-floating__web--btn a::before{
        width: 64px;
        height: 64px;
        margin-right: 15px;
    }
}
@media screen and (min-width:751px) and (max-width:1000px){
    .l-floating__tel--number{
        font-size: calc((56/1000)*100vw);
    }
    .l-floating__tel--number::before{
        width: calc((56/1000)*100vw);
        height: calc((46/1000)*100vw);
    }
    .l-floating__tel--time{
        font-size: calc((14/1000)*100vw);
    }
    .l-floating__web{
        max-width: 360px;
        width: auto;
    }
    .l-floating__web--btn a{
        font-size: calc((20/1000)*100vw);
    }
    .l-floating__web--textll{
        font-size: calc((30/1000)*100vw);
    }
    .l-floating__web--taxtlg{
        font-size: calc((26/1000)*100vw);
    }
    .l-floating__web--btn a::before{
        width: calc((64/1000)*100vw);
        height: calc((64/1000)*100vw);
    }
}

/*----------------------------------------------------
    acc
----------------------------------------------------*/
.js-acc-btn {
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
}
.js-acc-cnt {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
}
@media screen and (min-width: 751px){
    .js-acc-btn:hover {
        opacity: 0.7;
    }
}

/*----------------------------------------------------
    footer
----------------------------------------------------*/
.l-footer {
    padding: 20px 0 130px;
}
.l-footer__copyright {
    font-size: calc((22/750)*100vw);
    text-align: center;
}
@media screen and (min-width: 751px) {
    .l-footer {
        padding: 40px 0 150px;
    }
    .l-footer__copyright {
        font-size: 12px;
    }
}