/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.6;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans JP", sans-serif;
}

/*見出し*/

.white {
    color: #fff;
}

.gray {
    color: #333;
}


.material-symbols-outlined {
    vertical-align: -6px;
}

.left {
    margin-left: 40px;
}

.template .price__desc {
    margin: 0px auto 50px
}

.slider .thoughts-img {
    padding: 20px 20px;
}

.slider .thoughts-img span {
    display: block;
    margin: 30px auto 20px auto;
}

.bold {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    margin: 50px 0 10px 0;
}

.enclosure_ttl {
    font-size: 1.2rem;
    font-weight: bold;
    color: #03A9F4;
    display: block;
    margin: 10px auto;
}

.header__ttl_cloud {
    position: relative;
    padding: 0.6em;
    background: orange;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin: 0 0 0 32px;
}

.header__ttl_cloud:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid orange;
    width: 0;
    height: 0;
}

.header__ttl {
    position: relative;
    padding: 0.6em;
    background: #319ce3;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin: 0 0 0 32px;
}

.header__ttl:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #2a77ab;
    width: 0;
    height: 0;
}

.center {
    text-align: center;
    margin: 0 15px;
    font-size: 1.2rem;
}

.text-left {
    text-align: left;
    margin: 40px auto;
    line-height: 1.8rem;
    font-size: 1.1rem;
}

.notes {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 25px auto 0 auto;
}

@media only screen and (max-width: 1150px) {
    .header__ttl:after {
        left: 50%;
    }

    .header__ttl {
        margin: 0 auto;
    }
}


@media only screen and (max-width: 767px) {
    .header__ttl {
        font-size: 1.6rem;
        margin: 0 0 12px;
    }

    .bold {
        font-size: 1.4rem;
    }

    .left {
        margin-left: 0px;
    }
}

.fv__ttl {
    font-size: 2.3rem;
    letter-spacing: 2px;
    margin: 10px 0 25px;
    color: #202020;
    text-align: center;
}

.fv__ttl::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
}

.fv__ttl-1 {
    font-size: 2.3rem;
    letter-spacing: 2px;
    margin: 0 auto;
    color: #202020;
    text-align: center;
    padding: 30px 0;
}

@media only screen and (max-width: 1024px) {
    .fv__ttl {
        font-size: 2rem;
        text-align: center;
    }

    .fv__ttl-1 {
        font-size: 2rem;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .fv__ttl {
        font-size: 1.7rem;
    }

    .fv__ttl-1 {
        font-size: 1.7rem;
    }
}

/*見出し終わり*/

/*背景*/

.background-wave {
    background-image: url("/teacherr/wave.png");
    background-position: bottom -1px center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.section-1 {
    background-color: #93d0f9;
    padding: 0 0 50px 0;
}

.thoughts {
    background-color: #f4fcff;
}

.about {
    background-image: url("/teacherr/tile_background-4.png");
}



/*背景終わり*/

/*丸囲み*/

.circle4 {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    color: #474747;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    margin: 10px;
}

.circle4>.circle-txt1 {
    display: block;
    width: 100%;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    color: #3e9bdf;
}

.circle4>.circle-txt2 {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.circle4-flex {
    display: flex;
    justify-content: center;
    padding-right: 10px;
}

/*丸囲み終わり*/

/*吹き出し*/

.balloon4 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 15px;
    background: #fff;
    border-radius: 30px;
}

.balloon5 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 15px;
    background: #03A9F4;
    color: white;
    border-radius: 30px;
}

.list-010 {
    list-style-type: '👉';
    padding: 1em 1em 1em 2.5em;
}

.list-010 li {
    padding: .3em;
    font-size: 1.3rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .list-010 li {
        font-size: 1.1rem;
    }
}


/*吹き出し終わり*/

/*カラム*/

.thoughts img {
    width: 100%;
    margin-bottom: 20px;
}

.icon-size {
    padding-left: 15px;
    height: 50px;
}

.col {
    width: 60%;
    text-align: left;
    padding: 0 10px;
}

.col:last-child {
    width: 40%;
    float: right;
}

.col-2 {
    width: 50%;
}

.col-2:last-child {
    width: 50%;
}

.col-1-2 {
    width: 10%;
}

.col-1-2:last-child {
    width: 90%;
    font-size: 1.1rem;
}

.col-3 {
    width: 33%;
    height: 400px;
    text-align: center;
}

.col-3:not(:last-child) {
    margin-right: 15px;
}

.enclosure {
    background-color: #fff;
    border-radius: 20px;
    margin: 15px auto;
    padding: 20px;
    border: 2px solid #00bcd4;
}

.enclosure img {
    margin: 0px auto 0px 10px;
}

.enclosure-2 {
    background-color: #fff;
    border-radius: 20px;
    margin: 15px auto;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 1.1rem;
}

.enclosure-2 img {
    margin: 20px auto;
    display: block;
}

.flex {
    display: flex;
}

.sp-flex {
    display: flex;
}

.flex p {
    display: flex;
}

.col img {
    width: 100%;
}

.clear {
    clear: both;
    padding: 0 0 50px 0;
}

/*表示・非表示*/

.pc-display {
    display: block;
}

.pc-hidden {
    display: none;
}

/*表示・非表示終わり*/

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

    .col {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px 0 20px;
    }

    .col:last-child {
        width: 100%;
        padding: 0 20px 0 20px;
    }

    .col-2 {
        width: 100%;
    }

    .col-3 {
        width: 33%;
        height: 450px;
        text-align: center;
    }

    .col-2:last-child {
        width: 100%;
    }

    .col-1-2 {
        width: 100%;
    }

    .col-1-2:last-child {
        width: 100%;
    }

    .flex {
        display: block;
        margin: 0 auto;
    }

    .col img {
        text-align: center;
        padding: 0 20px;
        width: 80%;
        margin: 20px auto;
        justify-content: center;
        display: flex;
    }

    .circle4-flex {
        margin: 20px auto;
    }

}

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

    .enclosure {
        text-align: center;
        padding: 20px;
    }

    .enclosure img {
        margin: 0 0 15px 0;
    }

    .col-3 {
        width: 100%;
        padding: 20px;
        text-align: center;
        height: auto;
    }

    .enclosure-2 img {
        margin: 0 auto;
    }

    .icon-size {
        height: 45px;
    }

    .sp-flex {
        display: block;
    }

    /*表示・非表示*/

    .sp-hidden {
        display: none;
    }

    .sp-display {
        display: block;
    }

    /*表示・非表示終わり*/

    .sp-col {
        width: 45%;
    }

    .sp-col:last-child {
        width: 55%;
        margin: auto 0;
        padding-right: 10px;
    }

    .sp-col img {
        width: 100%;
        max-width: 265px;
        margin: auto 0;
    }

    .flex {
        display: flex;
    }

    .circle4-flex {
        display: block;
        float: right;
    }

    .circle4 {
        width: 140px;
        height: 140px;
    }

    .circle4>.circle-txt2 {
        font-size: 0.8rem;
    }

    .circle4>.circle-txt1 {
        font-size: 1.4rem;
    }

    .circle4>.circle-txt2 {
        margin-top: 10px;
    }

    .header__ttl {
        font-size: 1.4rem;
    }

}

/*カラム終わり*/

/*スライダー*/

.slider .template-img img {
    width: 180px;
}

.slider .template-img {
    padding: 30px 20px;
}

.slider {
    width: 80%;
    margin: 0 auto;
}

.slider p {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 40px 20px;
    border: #cccccc 1px solid;
    border-radius: 10px;
    height: 600px;
    line-height: 1.7rem;
    font-size: 1.1rem;
}

.slider b {
    color: #03A9F4;
    font-size: 1.4rem;
    display: block;
    padding: 30px;
}

.slider .merit {
    height: 250px;
    text-align: left;
    line-height: 2rem;
}

.slider img {
    width: 300px;
    margin: 0 auto;
}

.slider .slick-slide {
    height: auto !important;
}

.slider .slick-arrow {
    z-index: 2 !important;
}

.slider .slick-next {
    right: -30px !important;
}

.slick-prev:before, .slick-next:before {
    color: #3e9bdf !important;
}

.slider .slick-prev {
    left: -30px !important;
}

.slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
}

@media only screen and (max-width: 767px) {
    .slider {
        width: 97%;
        margin: 0 auto;
    }

    .slider img {
        width: 290px;
    }

    .slider p {
        padding: 30px 10px;
        height: auto;
    }

    .slider .slick-next {
        right: -20px !important;
    }

    .slider .slick-prev {
        left: -20px !important;
    }

    .slider .merit {
        height: auto;
        text-align: left;
        line-height: 2rem;
    }
}

/*スライダー終わり*/

/*よくある質問*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_qa {
    overflow-x: hidden;
    margin: 0 auto;
    color: #333333;
    width: 95%;
    max-width: 600px;
}

.cp_qa .cp_actab {
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
}

.cp_qa label {
    font-size: 1.3em;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0 48px;
    cursor: pointer;
}

.cp_qa .cp_actab-content {
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 40px;
    padding: 0 14px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    opacity: 0;
}

.cp_qa .cp_actab input[type=checkbox]:checked~.cp_actab-content {
    height: auto;
    padding: 14px;
    opacity: 1;
}

.cp_qa .cp_plus {
    font-size: 2.4em;
    line-height: 100%;
    position: absolute;
    z-index: 5;
    margin: 3px 0 0 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.cp_qa .cp_actab input[type=checkbox]:checked~.cp_plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cp_qa .cp_actab input[type=checkbox] {
    display: none;
}

/*よくある質問終わり*/

/* mixin
-----------------------------------------*/
/* contents
-----------------------------------------*/
.section__ttl {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin: 40px 0 48px;
}

.section__development__ttl {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px 0 0px;
    padding: 0px 10px 30px 10px;
}

@media only screen and (max-width: 767px) {
    .section__ttl {
        font-size: 24px;
    }
}

.section__container {
    width: 1024px;
    margin: 0 auto;
    padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
    .section__container {
        width: 95%;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section__container {
        padding: 42px 0;
    }
}

.header {
    width: 100%;
    max-width: 1100px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    margin-top: 30px;
}

.template {
    background-color: #ffffff;
}

/*料金表*/

.price-table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 950px;
    table-layout: fixed;
}

.price-thead th {
    padding: 0.5em .8em;
    border-right: 5px solid#fff;
}

.price-table tr {
    background-color: #fff;
    padding: .35em;
}

.price-table tr:first-child {
    font-weight: bold;
}

.price-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.price-table td {
    padding: 0.7rem;
    text-align: center;
    font-size: 1.2rem;
}

.price-table th {
    font-size: 1.1rem;
}

.plan1 {
    background: #00bcd4;
    border-radius: 20px 20px 0px 0px;
}

.plan1_i {
    color: #03A9F4;
}

.plan4 {
    background: #009688;
    border-radius: 20px 20px 0px 0px;
}

.plan4_i {
    color: #009688;
}

.plan3 {
    background: #ff5722;
    border-radius: 20px 20px 0px 0px;
}

.plan3_i {
    color: #4caf50;
}

.plan2 {
    background: #ff9800;
    border-radius: 20px 20px 0px 0px;
}

.plan2_i {
    color: #cddc39;
}

.price {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 5px
}

.price span {
    font-size: .6em;
}

.btn {
    background: #fff;
    color: #000;
    padding: 1em;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    font-size: .8em
}

@media screen and (max-width: 1024px) {
    .wrap {
        overflow-x: scroll;
    }
}

/*料金表終わり*/

/*追従するボタン*/

.fixed_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 20px 40px;
    /* padding: 10px 20px; */
    background-color: #00BCD4;
    border: none;
    border-radius: 20px;
    font-size: 1.2rem;
    /* font-size: 0.5rem; */
    font-weight: bold;
    color: #fff;
}

.fixed_btn a {
    text-decoration: none;
    color: #fff
}

.fixed_btn span {
    color: #FFEB3B;
}

.fixed_btn:hover {
    padding: 20px 40px;
    background-color: #00BCD4;
    border: none;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    transition: 1s all;
}

/*追従するボタン終わり*/

#close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border: none;
    border-radius: 50%; /* バツ印を丸くする */
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    color:#000;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width: 767px) {
    .header {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 88px;
        margin-top: 10px;
    }
}

.gnav {
    margin: 15px 20px 0px auto;
}

@media only screen and (max-width: 1024px) {
    .gnav {
        margin: 15px 20px 0px auto;
    }
}

@media only screen and (max-width: 767px) {
    .gnav {
        width: 100%;
        margin: 5px 20px 0px auto;
    }
}

/* ページ全体のコンテナ */
.container {
    display: flex;
    justify-content: center;
    align-items: center; /* 垂直方向の中央に配置 */
}

/* メディアクエリを使用して、画面の幅が600px以下のときに適用されるスタイル */
@media (max-width: 600px) {
    .message-box {
        width: 95%; /* スマホでの幅を95%に設定 */
        padding: 10px;
    }
}

.gnav__list {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .gnav__list {
        justify-content: left;
    }
}

.gnav__item {
    margin: 0 16px 0 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .gnav__item {
        margin: 0 16px;
    }
}

.gnav__item:last-of-type {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .gnav__item:last-of-type {
        margin: 0 16px;
    }
}

.gnav__link {
    display: block;
    text-decoration: none;
    color: #2f2f2f;
    transition: all 0.5s ease 0s;
    font-size: 1.2rem;
}

.gnav__link:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.gnav__link:hover {
    opacity: 0.6;
}


.fv__container {
    max-width: 1200px;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    word-wrap: break-word;
    padding: 0 20px;
}

.fv__container-development {
    max-width: 900px;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    word-wrap: break-word;
    padding: 40px 20px;
    background-color: #0096db14;
}

.fv__container-development p {
    line-height: 1.8rem;
}

.fv__container-top {
    padding: 40px 0 90px 0;
}

.fv__container-development {
    padding: 70px 0 70px 0;
    margin: 70px auto;
}



@media only screen and (max-width: 1024px) {
    .fv__container {
        width: 100%;
        margin: 10px auto;
    }

    .fv__container-development {
        max-width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .fv__container {
        /*height: 900px;*/
        padding: 0 5px;
    }
}

.fv__desc {
    line-height: 1.7;
    text-align: center;
    font-size: 1.1rem;
    margin: 30px 0 20px 0;
    color: #197ba7;
    max-width: 700px;
    margin: 10px auto;
}

@media only screen and (max-width: 767px) {
    .fv__desc {
        font-size: 1.1rem;
        margin: 0 0 32px;
        padding: 0 10px;
    }

    .fv__desc br {
        display: none;
    }
}

.fv__cv {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffa22b;
    color: #fff;
    text-decoration: none;
    width: 370px;
    height: 65px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 5px #c57207;
    transition: all 0.5s ease 0s;
    border: 2px solid #ffa22b;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgba(112, 138, 174, 0.3);
}

.fv__cv:hover {
    box-shadow: none;
    background: #fff;
    color: #ffa22b;
}

.fv__cv-2 {
    color: #ffa22b;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
}

.fv__cv-2:hover {
    box-shadow: none;
    color: #e58a13;
}

.fv__cv-3 {
    color: #03A9F4;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
    display: block;
}

.fv__cv-3:hover {
    box-shadow: none;
    color: #0096db;
}

.fv__cv_sample {
    display: flex;
    justify-content: center;
    align-items: center;
    background: blue;
    color: #fff;
    text-decoration: none;
    width: 370px;
    height: 65px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 5px;
    transition: all 0.5s ease 0s;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgba(112, 138, 174, 0.3);
}

@media only screen and (max-width: 1024px) {
    .fv__cv {
        font-size: 20px;
        width: 370px;
        height: 55px;
    }
}

.about__desc {
    width: 600px;
    margin: 70px auto 60px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
    .about__desc {
        width: 100%;
        font-size: 1.1rem;
        margin: 50px auto 48px;
    }

    .fv__cv {
        width: 300px;
    }
}

.about__item {
    width: 100%;
    list-style: none;
    display: flex;
    margin: 0 0 48px;
    flex-wrap: wrap;
}

.about__img {
    width: 30%;
}

.about__img img {
    width: 100%;
}

.about__img.is-2 {
    order: 1;
}

@media only screen and (max-width: 1024px) {
    .about__img.is-2 {
        order: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .about__img {
        width: 100%;
        margin: 0 0 24px;
    }
}

.about__contents {
    margin: 10px;
}

.about__contents.is-2 {
    order: 0;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .about__contents {
        width: 100%;
    }
}

.about__subttl {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 16px;
    display: flex;
    width: 150px;
    height: 46px;
    justify-content: center;
    align-items: center;
    background: #212121;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .about__subttl {
        width: 100%;
        color: #212121;
        background: none;
        border-bottom: 1px solid #ccc;
    }
}

.about__subdesc {
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .about__subdesc {
        font-size: 14px;
    }

    .about__contents {
        margin: 20px auto;
    }
}

.price__desc {
    width: 600px;
    margin: 60px auto 0px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.1rem;
}

@media only screen and (max-width: 1024px) {
    .price__desc {
        margin: 60px auto 48px;
    }
}

@media only screen and (max-width: 767px) {
    .price__desc {
        width: 100%;
    }
}

.price__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price__item {
    width: 100%;
    list-style: none;
    width: 49%;
}

@media only screen and (max-width: 1024px) {
    .price__item {
        width: 100%;
        margin: 0 0 24px;
    }
}

.price__plan {
    font-size: 28px;
    margin: 0 0 20px;
    color: #4f9a94;
    padding: 6px 0 6px 10px;
    border-left: 6px solid #4f9a94;
}

.price__table {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #4f9a94;
}

@media only screen and (max-width: 767px) {
    .price__table {
        border: none;
    }
}

.price__name {
    width: 25%;
    padding: 12px;
    border: 1px solid #4f9a94;
    border-bottom: none;
    background: #c8e9e6;
}

@media only screen and (max-width: 767px) {
    .price__name {
        width: 100%;
        display: block;
        border: none;
        font-size: 14px;
    }
}

.price__data {
    width: 75%;
    padding: 12px;
    border: 1px solid #4f9a94;
    border-left: none;
    border-bottom: none;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .price__data {
        width: 100%;
        display: block;
        border: none;
        font-size: 14px;
    }
}

.recruit {
    background: #f9f9f9;
}

.recruit__desc {
    width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
    .recruit__desc {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .recruit__desc {
        font-size: 14px;
    }
}

.recruit__more {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4f9a94;
    color: #fff;
    text-decoration: none;
    width: 300px;
    height: 65px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 5px #2c5753;
    transition: all 0.5s ease 0s;
    border: 2px solid #4f9a94;
    margin: 60px auto;
}

.recruit__more:hover {
    box-shadow: none;
    background: #fff;
    color: #4f9a94;
}

@media only screen and (max-width: 1024px) {
    .recruit__more {
        font-size: 20px;
        width: 250px;
        height: 55px;
    }
}

.footer {
    background: #212121;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .footer {
        font-size: 12px;
    }
}