@charset "utf-8";
a[href^="tel:"] {
    pointer-events: none;
}

p { margin-bottom: 1em; }

img { max-width: 100%; }

.min{ font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

.br_tb:before,
.br_sp:before {
    content: none;
}
.br_pc:before {
    content: "\A" ;
    white-space: pre ;
}

.mb60{ margin-bottom: 60px !important;}

.tar{ text-align: right !important;}

.bg-beige {
    background: #f3f3f2; }
.bg-d-blue {
    background: #1c236d; }

#page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    overflow: hidden; }

.text_red{ color: #e60012;}
.text_purple{ color: #88318d;}
.text_fudo{ color: #44A1C5;}
.border_red_double{
    border-bottom: 4px double #e60012;
    padding-bottom: 2px;
}

.flex{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;}

main {
    margin-top: 0; }

section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0; }
section article {
    width: 100%;
    max-width: 700px;
    padding: 65px 150px;
    margin: 0 auto;
    font-size: 1.6em;
    line-height: 1.6;
}

.inner {
    margin: 0 auto;
    padding: 0;
    width: 92%;
    max-width: 1000px;
}

/* 動画埋め込みレスポンシブ対応 */
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom:20px;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* 1025px以上のモニター */
@media screen and (min-width: 1025px) {
    .pc { display: block !important; }
    .tb { display: none; }
    .sp { display: none; }
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1024px) {
    .pc { display: none; }
    .tb { display: block !important; }
    .sp { display: none; }
    
    .br_pc:before,
    .br_sp:before{
        content: none;
    }
    .br_tb:before {
        content: "\A" ;
        white-space: pre ;
    }
}

/* 1024px以下のモニター */
@media screen and (max-width: 1024px) {
    main{ margin-top: 87px;}

    section article {
        padding: 65px 10%;
        box-sizing: border-box;}
}

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
    .pc { display: none; }
    .tb { display: none; }
    .sp { display: block !important; }

    a[href^="tel:"] {
        pointer-events: visible; }

    section article {
        padding: 55px 5% 25px;
        box-sizing: border-box;
    }

    .br_pc:before,
    .br_tb:before{
        content: none;
    }
    .br_sp:before {
        content: "\A" ;
        white-space: pre ;
    }

    section .content{ margin-bottom: 30px;}
    section .content h4,
    section .content p{ width: 100%;}
    section .content h4{
        margin-top: 10.5em;
        margin-bottom: 0.5em;
    }
    section .content p{ min-height: auto;}
}

/* 横幅広めのスマホ（iPhone6Plus等） */
@media screen and  (min-width: 400px) and (max-width: 599px) {
    section .content h4{ margin-top: 11.5em;}
}

/* 横幅狭いスマホ（iPhone5等） */
@media screen and (max-width: 320px) {
    section .content h4{ margin-top: 9em;}
}


/* .site-title */
.site-title {
    color: #44A1C5;
    font-size: 33px;
    font-weight: normal;
    letter-spacing: .18em;
}
.site-title .txt_s {
    display: block;
    color: #000;
    font-size: .72em;
    letter-spacing: 1em;
    text-indent: .72em;
}
@media screen and (max-width: 599px) {
    .site-title {
        font-size: 30px;
    }
}



/* -----------------------
    fudolp_profile.inc
----------------------- */
/* .fudo */
.fudo {
    background-color: rgba(68, 161, 197, .1);
    border-radius: 30px;
    font-size: 1rem;
    font-weight: normal;
    margin:  60px auto;
    padding: 35px 50px;
}
.fudo .ttl{
    font-size: 1.15em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 26px;
    position: relative;
}
.fudo .free{
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 100%;
    color: #EA5520;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fudo .main{
    display: block;
    margin: auto;
}
.fudo .school_name{
    display: block;
    width: fit-content;
    border-bottom: 3px dashed #44A1C5;
    font-size: 30px;
    margin: auto;
}
@media screen and (max-width: 999px){
    .fudo .ttl{
        display: grid;
        gap: 0 20px;
    }
    .fudo .free{
        grid-row: 1/2;
        width: 68px;
        height: 68px;
        font-size: 20px;
        position: static;
    }
    .fudo .main{
        grid-column: 2/3;
        grid-row: 1/2;
        text-align: left;
        margin: auto 0;
    }
    .fudo .school_name{
        grid-column: 1/3;
        grid-row: 2/3;
        font-size: 25px;
    }
}
@media screen and (max-width: 599px){
    .fudo { font-size: 14px;}
}

.fudo .row .txt{ text-align: left;}

.fudo .btn{
    display: block;
    max-width: 350px;
    margin: auto;
    background-color: #EA5520;
    border-radius: 2em;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: .5em 1.7em;
    position: relative;
    transition: all .3s;
}
.fudo .btn::after{
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fudo .btn:hover{
    text-decoration: none;
    opacity: .8;
}
@media screen and (min-width: 880px){
    .fudo .row{
        display: grid;
        grid-template-columns: 350px 1fr;
        gap: 25px;
    }
    .fudo .row .txt{
        display: flex;
        flex-direction: column;
    }
    .fudo .btn{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 879px){
    .fudo{ padding: 20px 15px 30px;}
    .fudo .row .thumb{
        display: block;
        margin: 0 auto 30px;
    }
    .fudo .btn{
        font-size: 15px;
        margin-top: 36px;
    }
}
@media screen and (max-width: 599px){
    .fudo .main { font-size: 14px;}
}


/* .profile */
.profile{
    background:#fafafa;
    border-radius: 30px;
    font-size: 1rem;
    text-align: left;
    margin:  60px auto;
    padding: 35px 50px;
}
.profile .ttl{
    font-size: 1.15em;
    font-weight: normal;
    text-align: center;
}
.profile .name{
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
}
@media screen and (max-width: 599px){
    .profile{
        font-size: 14px;
        padding: 40px 15px;
    }
}
