@charset "utf-8";


*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    line-height: 1.6;
    color: #131b35;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%;
    text-decoration: none;
    margin: 0 auto;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' ;
}

* {
    float: none;
    position: static;
}

a,
h1,
h2,
div {
    text-align: center;
    font-weight: 500;
}

button {
    cursor: pointer;
}

p {
    text-align: center;
    color: whitesmoke;
    font-weight: 500;
    line-height: 1.5;
    font-size: clamp(10px, 1.2vw, 24px);

}

.color_suiran {
    color: #6ddad3;
}

.color_deepsuiran {
    color: #4c9994;
}

.color_blue {
    color: #376d6a;
}

.color_black {
    color: #131b35;
}


.fs12 {
    font-size: clamp(12px, 2.4vw, 19px);
}

.fs14 {
    font-size: 13px;
}


.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22{
    font-size: 22px;
}

.fs30 {
    font-size: clamp(20px, 2.4vw, 100px);

}

.fs40 {
    font-size: clamp(28px, 3vw, 40px);
}


.fsbig {
    font-size: clamp(30px, 6vw, 100px);
    font-weight: 1000;
    line-height: 1.1;
}

.bold {
    font-weight: 1000;
}

.mrl40{
    padding: 8px 14px;
    margin: 12px 0px;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: white;
}

h1 {
    font-size: clamp(11px, 1.4vw, 22px);
}


ul {
    display: flex;
    justify-content: space-around;
}

section {
    width: 90%;
    margin: auto;
    text-align: center;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}


.mb20 {
    margin-bottom: 20px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pc-noflex {
    display: block;

}

.left {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.center {
    text-align: center;
}

header {
    height: 74px;
    background-color: rgb(109, 218, 211);
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

#list1,
#list2,
#list3{
    margin-top: -74px;
    padding-top: 74px;
}


.header_logo {
    margin-left: 2.8%;
    display: block;

}

.header_logo img {
    vertical-align: bottom;
    width: 9em;

}

header nav {
    color: white;
    margin-right: 2.8%;
    transform: translateY(4px);
}

header a{
    white-space: nowrap;

}

header ul {
    gap: 8%;
    width: 200px;
    vertical-align: middle;

}

header li{
    text-align: center;
}


.mv {
    position: relative;
}

.mv p{
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    ;
}

.slider img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    filter: brightness(60%)
}

.slick-prev,
.slick-next {
    display: none !important;
}

.slick1-2 {
    object-position: center 30%;
}

.slick1-3 {
    object-position: center 30%;
}

.slick1-4 {
    object-position: center 30%;
}

.mv_caption_1 {
    position: absolute;
    top: 8%;
    left: 8%;
    z-index: 10;

}

.mv_caption_2 {
    position: absolute;
    bottom: 14%;
    left: 8%;
    z-index: 10;

}

.mv_caption_1 P,
.mv_caption_2 P {
    text-align: left;
}

.mv_caption_3 {
    position: absolute;
    top: 58%;
    left: 8%;
    z-index: 10;
}

.mv_caption_3 p{
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-weight: 1000;
    font-size: clamp(24px, 3.2vw, 70px);

}

.mv_caption_3 ::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 38%, #f6ff009a 50%);
    animation: underlineAnim 1s ease-in;
    z-index: -1;
}

@keyframes underlineAnim {
    0% {
        right: 100%;
    }

    100% {
        right: 0;
    }
}

.btn-circle {
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: rgb(109, 218, 211, 0.9);
    border: white solid 3px;
    color: #FFF;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    position: fixed;
    bottom: 8%;
    right: 3%;
    z-index: 1000;

}

.btn-circle i {
    font-size: 2.4em;
    text-align: center;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}

.btn-circle:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);

}

.btn-circle_p {
    margin: auto;
    margin-bottom: 0.1em;

}

.tomail {
    background-color: white;
    border-radius: 9999px;
    color: #6ddad3;
    width: 68%;
    margin: auto;
    padding: 1px 0;
}


.btn-circle p {
    font-size: 12px;

}

.btn-circle span {
    position: absolute;
    display: inline-block;
    left: -1px;
    top: 50%;
    transform: translateY(-56%);
    width: 100px;
    text-align: center;
}

.newopen {
    width: 80%;
    margin: auto;
    padding: 12px;
    background: white;
    border-radius: 10px;

}

.sp_nodisplay{
    visibility: hidden;
}

.newopen p {
    line-height: 40px;
    font-size: clamp(14px, 1.4vw, 22px) !important;
    margin: auto;
}

.oshirase {
    background-color: #6ddad3;
    border-radius: 30px;
    font-weight: 800;
    width: 60%;

}

.section_course {
    padding-top: 20px;
    background-color: #99e5e0;
}

.course img {
    width: 72%;
    height: 320px;
    object-fit: cover;
    margin: auto 52px 112px 0;
}

.course {
    padding: 40px 4% 0;

}


.course_inner {
    position: relative;

}


.course_caption {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 10%;
    right: 0;
    padding: 20px 18px;
    width: 60%;

}

.course_caption p {
    text-align: left;

}

.btn_more {
    position: relative;
    border: none;

    border-bottom: 1px solid gray;

    width: 8em !important;
    text-align: left;
    font-size: 14px;
    margin: 10px auto 0 0;
    margin-left: 0;
}

.btn_more a {
    color: #6ddad3;
    display: block;
    padding-bottom: 3px;
    text-align: left;
}

.btn_more a::after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 20px;
}

.section_sns {
    background-color: #99e5e0;
    padding-bottom: 30px;
}

.section_sns ul {
    justify-content: center;
    width: 88%;
    margin: 0px auto 0;
    flex-wrap: wrap;
    gap: 2%;
    padding-top: 40px;

}

.section_sns li {
    width: 42em;
    max-width: 100%;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-left: 5em;
}

.section_sns a {
    font-size: clamp(14px, 1.6vw, 20px);
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #6ddad3;
    background-color: white;
    width: 100%;
    height: 3.6em;
    line-height: 3.6em;
    position: relative;
    border-radius: 100vh;
    padding-left: 20px;


}

.section_sns a:hover {
    color: #fff;
    background: #6ddad3;
}

.section_sns span {
    position: absolute;
    display: inline-block;
    left: calc(50% + 10px);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    text-align: center;

}

.section_sns span p {
    font-size: clamp(12px, 1.3vw, 20px);
    color: #6ddad3;
    font-weight: 700;
}

.section_sns span p:hover {
    color: #fff;
    background: #6ddad3;
}


.tel {
    color: rgb(97, 127, 27) !important;
    font-size: clamp(13px, 1.5vw, 28px) !important;
    line-height: 1.2;
}


.section_sns i {
    font-size: 3rem;
    line-height: 50px;
    color: white;

    width: 68px;
    height: 68px;
    line-height: 68px;
    padding-left: calc(34px - 1.5rem);

    border-radius: 50%;

    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);

}

.fa-instagram {
    background: #d6249f;
    background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    font-size: 4rem !important;
    padding-left: calc(34px - 1.8rem) !important;

}

.fa-phone {
    background: green;
}

.fa-envelope2 {
    background: skyblue;
}

.fa-heart {
    background: pink;
}

footer {
    padding: 6% 8% 3%;
    margin: 5% auto;
    display: block !important;

}

#footer img {
    width: 30%;
    margin: auto;
    display: block;
}

footer p {
    color: #131b35;
    margin: 0.5em 0;
    font-size: 10px;
}

.footer_nav {
    gap: 1em;
}


.footer_nav li {
    border: rgb(109, 218, 211) solid 1px;
    padding: 2px 10px;
    width: 50%;
    text-align: center;

}

.footer_nav a {
    color: #131b35;
    font-size: 11px;

}

.footer_nav i {
    margin-right: 0.6rem;
}

.sub_mv {
    position: relative;
}

.sub_mv_caption {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    font-size: 28px;
}

.list {
    width: 58%;
    margin: 18px 0 18px 6%;
}

.list i {
    margin-right: 3px;
}

.list a {
    display: inline-flex;
    align-items: center;
    border-bottom: #131b35 dotted 1px;
    padding-right: 6px;

}

.midashi {
    background-color: rgb(109, 218, 211);
    color: white;
    text-align: left;
    padding: 8px 14px;
    font-size: 18px;
    margin: 12px 0px;
}

.fa-right-left {
    margin: 0 0.2em;
}

.merit_wrap {
    margin: 20px auto 40px;
    width: 90%;
    display: flex;
    justify-content: space-around;
}

.merit_wrap i {
    margin-bottom: 8px;
    font-size: 2.4em;
}

.merit_wrap div {
    background-color: rgb(247, 247, 247);
    padding-top: 20px;
    margin-bottom: 28px;
}

.merit_wrap img {
    margin-top: 16px;

}

.merit_wrap p {
    padding: 0 10px;
}

.h2underline {
    font-size: 18px;
    color: #131b35;
    position: relative;
    margin-bottom: 28px;
}

.h2underline::after {
    content: "";
    width: 18px;
    background-color: gray;
    display: inline-block;
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: calc(50% - 9px)
}


.midashi2 {
    background-color: #e2f8f6;
    color: #131b35;
    text-align: left;
    padding: 8px 14px;
    font-size: 18px;
    margin: 12px 0px;


}

table {
    width: 96%;
    margin: 20px auto;
}

table,
td {
    border: rgb(109, 218, 211) solid 2px;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-align: left;
}

.bg_blue {
    background: #e2f8f6;
}

.ul_point{
    gap: 1%;

}


.ul_point li {
    background-color: rgb(242, 242, 242);
    color: #131b35;
    width: 49%;
    padding: 20px 0;
    margin: 10px auto 30px;
}

.sashie1 {
    display: flex;
    justify-content: center;
    margin: 40px 0px 26px;
}


.btn_contact {
    background: orange;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    font-size: 1.4em;

}

.btn_contact i {
    margin-right: 12px;
    font-size: 1.8em;

}

.mv_policy {
    position: relative;
}

.mv_policy img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    object-position: 100% 100%;
    filter: brightness(68%) blur(1px);

}

.mv_policy p {
    position: absolute;
    top: 50%;
    left: 8%;
    font-size: 36px;
    transform: translateY(-50%);
    letter-spacing: 0.1em;
}

#not-found {
    background: #99e5e0;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    width: 100%;

}



.circles {
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 12vh 0 24vh;

}

.circles p {
    font-size: 92px;
    color: #fff;
    padding-top: 60px;
    position: relative;
    z-index: 9;
    line-height: 100%;
}

.circles small {
    font-size: 20px;
    line-height: 100%;
    vertical-align: top;
    color: #fff;
    padding-top: 60px;
    position: relative;
    z-index: 9;
    line-height: 140%;

}

.circles .circle.small {
    width: 44vw;
    height: 44vw;
    border-radius: 50%;
    background: #6ddad3;
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 50%;
    animation: 7s smallmove infinite cubic-bezier(1, .22, .71, .98);
    -webkit-animation: 7s smallmove infinite cubic-bezier(1, .22, .71, .98);
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.circles .circle.med {
    width: 62vw;
    height: 62vw;
    border-radius: 50%;
    background: #6ddad3;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10%;
    animation: 7s medmove infinite cubic-bezier(.32, .04, .15, .75);
    -webkit-animation: 7s medmove infinite cubic-bezier(.32, .04, .15, .75);
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.circles .circle.big {
    width: 108vw;
    height: 108vw;
    border-radius: 50%;
    background: #6ddad3;
    position: absolute;
    z-index: 1;
    top: 200px;
    right: 0;
    animation: 8s bigmove infinite;
    -webkit-animation: 8s bigmove infinite;
    animation-delay: 3s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes smallmove {
    0% {
        top: 10px;
        left: 45%;
        opacity: 1;
    }

    25% {
        top: 300px;
        left: 40%;
        opacity: 0.7;
    }

    50% {
        top: 240px;
        left: 55%;
        opacity: 0.4;
    }

    75% {
        top: 100px;
        left: 40%;
        opacity: 0.6;
    }

    100% {
        top: 10px;
        left: 45%;
        opacity: 1;
    }
}

@keyframes smallmove {
    0% {
        top: 10px;
        left: 45%;
        opacity: 1;
    }

    25% {
        top: 300px;
        left: 40%;
        opacity: 0.7;
    }

    50% {
        top: 240px;
        left: 55%;
        opacity: 0.4;
    }

    75% {
        top: 100px;
        left: 40%;
        opacity: 0.6;
    }

    100% {
        top: 10px;
        left: 45%;
        opacity: 1;
    }
}

@-webkit-keyframes medmove {
    0% {
        top: 0px;
        left: 20%;
        opacity: 1;
    }

    25% {
        top: 300px;
        left: 80%;
        opacity: 0.7;
    }

    50% {
        top: 240px;
        left: 55%;
        opacity: 0.4;
    }

    75% {
        top: 100px;
        left: 40%;
        opacity: 0.6;
    }

    100% {
        top: 0px;
        left: 20%;
        opacity: 1;
    }
}

@keyframes medmove {
    0% {
        top: 0px;
        left: 20%;
        opacity: 1;
    }

    25% {
        top: 300px;
        left: 80%;
        opacity: 0.7;
    }

    50% {
        top: 240px;
        left: 55%;
        opacity: 0.4;
    }

    75% {
        top: 100px;
        left: 40%;
        opacity: 0.6;
    }

    100% {
        top: 0px;
        left: 20%;
        opacity: 1;
    }
}

@-webkit-keyframes bigmove {
    0% {
        top: 0px;
        right: 4%;
        opacity: 0.5;
    }

    25% {
        top: 100px;
        right: 40%;
        opacity: 0.4;
    }

    50% {
        top: 240px;
        right: 45%;
        opacity: 0.8;
    }

    75% {
        top: 100px;
        right: 35%;
        opacity: 0.6;
    }

    100% {
        top: 0px;
        right: 4%;
        opacity: 0.5;
    }
}

@keyframes bigmove {
    0% {
        top: 0px;
        right: 4%;
        opacity: 0.5;
    }

    25% {
        top: 100px;
        right: 40%;
        opacity: 0.4;
    }

    50% {
        top: 240px;
        right: 45%;
        opacity: 0.8;
    }

    75% {
        top: 100px;
        right: 35%;
        opacity: 0.6;
    }

    100% {
        top: 0px;
        right: 4%;
        opacity: 0.5;
    }
}

iframe{
    display: block;
    margin: 10px auto;
    width: 90%;
    height: 80%;
}