@charset "UTF-8";

* {
    font-family: 'Noto Sans JP', sans-serif;

}

.red-check{
	color:#f00;
	font-weight:bold;
}

.h3{
	color:#000;
}

/*------------------------------------*\
    $COMMON
\*------------------------------------*/
p {
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.bg{
    text-align: center;  
 background:url(../images/bg.png)no-repeat top center;   
	 background:url(../images/header-bg.jpg)no-repeat top center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}


.header-box{
    margin: auto;   
}
.del-line {
    text-decoration: line-through;
}

.center {
    text-align: center;
}

img {
    max-width: 100%;
}

.flex {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section {
    background: #fff;
}

.inner {
    max-width: 1000px;
    margin: auto;
    padding: 0.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}

i {
    font-family: "Font Awesome 5 Free";
}

.yellow {
    color: #FFE65B;
}

.red {
    color: #BD052C;
    font-weight: bold;
}


small {
    line-height: 1.5;
    font-weight: 400;
    display: block;
    font-size: 0.8em;
}

.blue {
    color: #1b619d;
}

.under {
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: 700;
}

.white {
    color: #FFF;
}

.black {
    color: #000;
}

.bold700 {
    font-weight: 700;
}
.h2-gradient {
    background: linear-gradient(transparent 70%, #e4e1c4 0%);
    display: inline;
    padding: 5px 1px 0px;
    position: relative;
}
.yellow-gradient {
    background: linear-gradient(transparent 70%, #ffe63f 0%);
    display: inline;
    padding: 5px 1px 0px;
    position: relative;
}

.white-bg {
    background: #f6f6f6;
}


@media (min-width: 768px) {
    p {
        letter-spacing: 2px;
        font-size: calc(1rem + ((1vw - 3.68px) * 0.1736));
        min-height: 0vw;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .con5 .txt-box {
        margin-top: -1.5rem;
    }
}

@media (min-width: 1920px) {
    p {
        letter-spacing: 2px;
        font-size: 16px;
    }
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/


.header-box {
    position: relative;
}


.btn-box {
    padding-bottom: 2rem;   
    background: #faebcf;
}


/*------------------------------------*\
    $BTN
\*------------------------------------*/

.button2,
a.button2,
button.button2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.button2-c-wrap {
    padding-top: 0.5rem;  
    padding-bottom: 0;  
    margin: auto;
    text-align: center;
}
a:hover{
    opacity: 0.85;   
}

a.button2-c {
    font-size: 1.5rem;
    width: 100%;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 1.8rem;
    color: #fff;
    background: #e94919;
    -webkit-box-shadow: 0 5px 0 #d44114;
    box-shadow: 0 5px 0 #d44114;
}

a.button2-c span {
    font-size: 1rem;
    position: absolute;
    top: -0.75rem;
    left: calc(50% - 180px);
    display: block;
    width: 360px;
    padding: 0.25rem 0;
    color: #d44114;
    border: 2px solid #d44114;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button2-c span:before,
a.button2-c span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
}

a.button2-c span:before {
    bottom: -10px;

    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #d44114 transparent transparent transparent;
}

a.button2-c span:after {
    bottom: -7px;

    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

a.button2-c i {
    margin-right: 0.75rem;
}

a.button2-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);

    color: #fff;
    background: #eb5b30;
    -webkit-box-shadow: 0 2px 0 #d44114;
    box-shadow: 0 2px 0 #d44114;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
.line-d{
    border-bottom: 2px dotted #000;
    text-align: right;
    float: right;
    width:30%;
}
li{
    clear: both;
}


@media (max-width: 859px) {

    .chapter .container {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%!important;
    }

    .chapters h3>span {
        display: block;
    }
}



@media (max-width: 767px) {
    header {
        background: url("../images/bg-sp.png") no-repeat right top !important;
				background: url("../images/header-bg-sp.jpg") no-repeat right top !important;

    }

    .tit4 {
        margin: 1rem auto !important;
    }

    .con5 .img-box {
        width: 45% !important;
        margin: 0 auto 2rem auto !important;
    }

    h3 {
        width: 90%;
        text-align: center;
        display: block !important;
        margin: auto auto 5vw auto;
    }

    .con5 .txt-box {
        width: 100% !important;
    }

    .chapter .container {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%!important;
    }
    .sp{
        display: block;
        }
    .pc{
        display: none;
    }
    .chapters ul li{
        margin: 0 0 0.9em;
    }

}

@media only screen and (max-width: 480px) {
    h2 .blue {
        font-size: 17px !important;
        letter-spacing: 0;
    }
    .bg{
        padding-top: 0; 
        padding-bottom: 0;  
        background:transparent;
    }
    .button2-c-wrap{
           padding:0 0 1.5rem 0;
    }
    .button2, a.button2, button.button2{
        padding: 0 0 0.5rem 0; 
    }
    .chapters h3{
        font-size: 20px!important;
        line-height: 1.5;
        letter-spacing: 0.1em!important;
    }
    .prof-wrap{
        padding-bottom: 1rem!important;
        padding-top: 2rem!important;
    }
    .chapters h3>span{
        margin-right: 0!important;
    }
    .chapters ul li{
            margin: 0 0 1.3em 0;
    }
    .btn-box h2{
        font-size: 1.4em!important;
    }
    .btn-box p{
        font-size:0.9em!important;
    }
    a.button2-c{
        padding-bottom: 1rem!important;
        font-size: 1.1em!important;
        padding-top: 1rem!important;
    }
    small{
        font-size: 0.8em!important;
    }

    .chapters {
        margin: 50px 0px!important;
        padding: 80px 8px 24px 12px!important;
    }
    .chapters:after {
    left: 30px!important;
    top: 30px!important;
    transform: rotate(0)!important;
}
.btn-box{
    padding: 0;
		padding-top:20px;
    background:#faebcf;
}
}

@media (min-width: 1920px) {
    .btn-box a {
        font-size: 24px;
    }
}


/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
/* con1 */
.con1 .inner {
    padding-top: 0.5rem;
}

.con1 {
    padding-bottom: 1vw;
}

@media only screen and (max-width: 767px) {

    :root {
        --sp: 3.16
    }
    h2{
        letter-spacing: 0;  
    }
}



h2 {
    font-family: 'Noto Sans JP', sans-serif !important;
    padding: 0.8rem;
    color: #041128;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 2rem;
    font-weight: 900;
    font-size: 22px;
    text-shadow: 1px 1px 0px #ffffff;
    line-height: 1.7;
}

.tit1 {
    text-align: center;
    margin: auto;
}



@media (min-width: 768px) {
    h2 {
        font-size: calc(1.6rem + ((1vw - 7.68px) * 0.8681));
        min-height: 0vw;
        padding-top: 4rem;
    }
}

@media (min-width: 1920px) {
    h2 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .h2-bf {
        font-size: calc(1.25rem + ((1vw - 7.68px) * 0.8681));
        min-height: 0vw;
    }
}

@media (min-width: 1920px) {
    .h2-bf {
        font-size: 30px;
    }
}

/* con2 */

.con2 {
    background: url(../images/white-bg.gif);
    padding: 1.2vw;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.chapters {
    background: #fff;
    border-left: 10px solid #faebcf;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 70px 20px;
    padding: 30px 30px 30px 92px;
    position: relative;
    text-align: left;
}

.chapter .container {
    box-sizing: border-box !important;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

.chapters h3 {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    line-height: 1.6;   
}

.chapters h3>span {
    color: #ea3e3e;
    font-size: 21px;
    margin-right: 1em;
}

.chapters h3>span>span {
    font-size: 28px;
}

.chapters ul {
    margin: 0 0 50px;
    padding: 0;
}
.price {
    font-size: 1.6em;
}
.utikeshi {
    text-decoration: line-through;
}
.big {
    font-size: 150%;
}

ul {
    color: #010101;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    padding: 1em;
}

.chapters ul li {
    margin: 0 0 1.3em;
    padding: 0;
    position: relative;
    line-height: 1.5;
}
.chat-badgeBtn{
    display: inline-block;  
}

.chapters:after {
    color: #78727a;
    content: "contents";
    font-size: 18px;
    font-weight: 600;
    left: -48px;
    letter-spacing: 0.5em;
    position: absolute;
    top: 120px;
    transform: rotate(90deg);
}



@media (min-width: 768px) {
    ul.chapters {
        padding: 1.5rem;
    }
}

@media (min-width: 1920px) {
    ul.chapters {
        padding: 5rem;
    }
}

.tit2 img {
    max-width: 670px;
    margin: auto;
}

.tit4 {
    border-top: 1px solid #041128 !important;
    border-bottom: 1px solid #041128 !important;
    padding-top: 1rem !important;
    width: 95%;
    margin: 50px auto 2rem auto;
    color: #041128;
}

.form-img img {
    max-width: 585px;
    margin: 1rem auto;
}


.btn-box h2 {
    font-size: 2.4em;
    padding-top: 1.5rem;
    margin-bottom: 1.2rem;
    color: #222;
    text-shadow: none;
    padding-bottom: 0;
}

.btn-box p {
    padding-top: 0; 
   color: #222322;
   padding-bottom: 0;   
}

h3 .nom {
    font-size: 90%;
    letter-spacing: 2px;
    font-weight: normal !important;
}

h3 {
    font-weight: 700;
    color: #FFF;

    font-size: 1.3em;
    display: inline-block;
}

#footer {
    background-color: #041128;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}

#footer .inner {
    display: flex;
}

#footer p {
    font-size: 13px;
}

.row {
    background: #041128;
}

.footer_link {
    text-align: left;
    padding-right: 10px;
    background: #041128;
    width: 50%;
}

.footer_copyright {
    padding-right: 10px;
    text-align: left;
    width: 50%;
    background: #041128;
}

.footer_link p {
    text-align: right;
    padding-right: 40px;
}

.con5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.con5 h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1rem;
}

.row:after {
    clear: both;
}

.prof-wrap {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.con5 .img-box {
    width: 18%;
    margin-right: 3vw;
}

.con5 .txt-box {
    width: 74%;
}

@media (max-width: 1400px) {
 .bg img{
    width: 100%;
     max-width: 1000px;
     margin: auto;
 }
}

@media (max-width: 768px) {
    #footer p {
        font-size: 11px;
    }

    ul{
        font-size: 0.9em;
    }
    h2{
        letter-spacing: 0;  
        font-size: 1.2em;
    }

    .flex {
        display: block;
    }
    .big {
    font-size: 130%;
    }
    .utikeshi {
    font-size: 100%;
}


    h3 {
        font-size: 15px;
    }

    #footer .inner {
        display: block;
    }

    .footer_copyright {
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .footer_link p {
        text-align: center;
        margin: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #footer p {
        padding: 5px;
        line-height: 1.4;
    }

    .footer_link {
        margin: auto;
        width: 100%;
        text-align: center;
    }

}