@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
body,
* {
    font-family: "Zen Maru Gothic", sans-serif;
    outline: none !important
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    overflow-x: hidden
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0;
    position: relative;
    width: 100%
}

button {
    border: none;
    cursor: pointer
}

ul {
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

a:active,
a:focus {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none !important
}

.hoverable a:hover {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none !important;
    cursor: pointer
}

legend {
    color: #000
}

ol,
ul {
    list-style: none
}

* {
    text-decoration: none
}

caption,
th {
    text-align: left
}

sup {
    vertical-align: text-top
}

img {
    display: block;
    border: none !important
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    *font-size: 100%
}

a {
    color: inherit;
    text-decoration: none
}

textarea {
    outline: none;
    resize: none
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

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

fieldset,
img {
    border: 0
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

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

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
a,
blockquote,
figure {
    margin: 0;
    padding: 0
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

#header {
    background-color: transparent
}

@media only screen and (max-width: 64em) {
    #header {
        z-index: 3
    }
}

@media only screen and (max-width: 47.9375em) {
    #header {
        z-index: 3
    }
}

#header .header-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    z-index: 99
}

@media only screen and (max-width: 64em) {
    #header .header-wrapper {
        align-items: center;
        display: flex;
        justify-content: space-between;
        height: 80px;
        left: auto;
        padding: 0 0%;
        position: relative;
        transform: none;
        max-width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper {
        align-items: center;
        display: flex;
        justify-content: space-between;
        height: auto;
        padding: 0 0%;
        max-width: 90%
    }
}

#header .header-wrapper .header-contents {
    align-items: center;
    display: flex;
    height: 82px;
    justify-content: space-between;
    padding: 0 45px;
    position: relative
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents {
        height: auto;
        padding: 15px 0 15px
    }
}

#header .header-wrapper .header-contents .logo {
    cursor: pointer;
    padding: 0;
    transition: .3s;
    width: 145px
}

@media only screen and (max-width: 64em) {
    #header .header-wrapper .header-contents .logo {
        margin: 0
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents .logo {
        margin: 0;
        width: 40%
    }
}

#header .header-wrapper .header-contents .logo img {
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents .logo img {
        width: 90%
    }
}

#header .header-wrapper .header-contents .logo img.pc {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents .logo img.pc {
        display: none
    }
}

#header .header-wrapper .header-contents .logo img.sp {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents .logo img.sp {
        display: block
    }
}

#header .header-wrapper .header-contents .logo:hover {
    opacity: .8
}

#header .header-wrapper .header-contents .logo .logo-label {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents .logo .logo-label {
        color: #2FADB4;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-top: 4px
    }
}

#header .header-wrapper .header-contents .inquiry-wrap {
    display: flex;
    gap: 20px
}

#header .header-wrapper .header-contents .inquiry-wrap .inquiry a {
    align-items: center;
    background-color: #EE8E33;
    border-radius: 18px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    justify-content: center;
    transition: .3s;
    width: 243px
}

@media only screen and (max-width: 64em) {
    #header .header-wrapper .header-contents .inquiry-wrap .inquiry a {
        display: none
    }
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents .inquiry-wrap .inquiry a {
        display: none
    }
}

#header .header-wrapper .header-contents .inquiry-wrap .inquiry a:hover {
    opacity: .8
}

#header .header-wrapper .header-contents .inquiry-wrap .phone {
    align-items: center;
    display: flex;
    flex-direction: column
}

#header .header-wrapper .header-contents .inquiry-wrap .phone a {
    color: #61B26F;
    font-size: 34px;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents .inquiry-wrap .phone a {
        font-size: 30px
    }
}

#header .header-wrapper .header-contents .inquiry-wrap .phone a:hover {
    opacity: .8
}

#header .header-wrapper .header-contents .inquiry-wrap .phone span {
    color: #61B26F;
    font-size: 14px;
    font-weight: 500
}

@media only screen and (max-width: 47.9375em) {
    #header .header-wrapper .header-contents .inquiry-wrap .phone span {
        font-size: 12px
    }
}

#header .header-wrapper .header-contents .is-active .hamburger-inner::after {
    bottom: -1px !important
}

body,
html {
    overflow-x: hidden;
    color: #090909 !important
}

.wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
    width: 100%
}

@media only screen and (max-width: 64em) {
    .wrapper {
        max-width: 100%;
        padding: 0 20px
    }
}

@media only screen and (max-width: 47.9375em) {
    .wrapper {
        max-width: 100%;
        padding: 0 20px
    }
}

.main-title {
    color: #2FADB4;
    display: block;
    font-size: 45px;
    font-weight: bold;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .main-title {
        font-size: 29px;
        line-height: 44px
    }
}

.main-title.t-white {
    color: #fff
}

.main-title.t-line {
    align-items: center;
    display: inline-flex;
    gap: 7px;
    justify-content: center;
    width: 100%
}

.main-title.t-line:before,
.main-title.t-line:after {
    background-color: #fff;
    content: '';
    display: inline-block;
    height: 3px;
    width: 46px
}

.main-title.t-line:before {
    transform: rotate(60deg)
}

.main-title.t-line:after {
    transform: rotate(120deg)
}

.main-title .inline {
    display: inline
}

@media only screen and (max-width: 47.9375em) {
    .main-title .inline {
        display: block
    }
}

.check-lists {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.check-lists li {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 29px 1fr;
    font-size: 20px;
    font-weight: bold;
    gap: 7px;
    justify-content: center;
    line-height: 29px
}

.check-lists li:before {
    background-image: url("../images/common/icon_check.png");
    background-position: cover;
    background-repeat: no-repeat;
    background-size: 29px 28px;
    content: '';
    display: inline-flex;
    height: 28px;
    width: 29px
}

.pager-wrapper {
    display: table;
    margin: 40px auto 40px;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .pager-wrapper {
        margin: 30px auto
    }
}

.pager-wrapper .pagination {
    border-collapse: separate;
    border-spacing: 10px 0;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

@media only screen and (max-width: 47.9375em) {
    .pager-wrapper .pagination {
        border-spacing: 8px 0
    }
}

.pager-wrapper .pagination .page-numbers {
    border: 1px solid #aaa;
    display: table-cell;
    font-size: 15px;
    line-height: 100%;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    width: 26px
}

@media only screen and (max-width: 47.9375em) {
    .pager-wrapper .pagination .page-numbers {
        font-size: 10px;
        height: 20px;
        width: 20px
    }
}

.pager-wrapper .pagination .page-numbers.current {
    background-color: #aaa;
    color: #fff
}

.pager-wrapper .pagination .page-numbers.dots {
    border: 0
}

.banner {
    position: relative
}

.banner .banner-content {
    overflow: hidden;
    position: relative;
    height: 765px
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content {
        height: auto;
        padding: 0 15px 50px
    }
}

.banner .banner-content .banner-cover {
    display: flex;
    position: absolute;
    top: 50%;
    right: 350px;
    transform: translate(0, -50%);
    width: 1409px
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-cover {
        border-radius: 29px;
        position: relative;
        top: 0;
        transform: none;
        right: auto;
        overflow: hidden;
        width: 100%
    }
}

.banner .banner-content .banner-cover img {
    width: 100%
}

.banner .banner-content .banner-cover img.pc {
    display: block
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-cover img.pc {
        display: none
    }
}

.banner .banner-content .banner-cover img.sp {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-cover img.sp {
        display: block
    }
}

.banner .banner-content .banner-cover .slide-item {
    width: 100%
}

.banner .banner-content .banner-info {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-info {
        position: relative;
        top: 0;
        left: auto;
        margin: 20px auto 90px;
        transform: none
    }
}

.banner .banner-content .banner-info .banner-text {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding-right: 45px
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-info .banner-text {
        align-items: center;
        gap: 10px;
        padding-right: 0
    }
}

.banner .banner-content .banner-info .banner-text .banner-logo {
    width: 150px;
    margin-right: 70px
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-info .banner-text .banner-logo {
        display: none
    }
}

.banner .banner-content .banner-info .banner-text .banner-logo img {
    width: 100%
}

.banner .banner-content .banner-info .banner-text p {
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.16);
    color: #30ACB4;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-info .banner-text p {
        font-size: 19px;
        line-height: 29px
    }
}

.banner .banner-content .banner-info .banner-text .banner-title {
    background-color: #2FADB4;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 34px;
    font-weight: bold;
    padding: 15px 20px
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-info .banner-text .banner-title {
        font-size: 30px
    }
}

.banner .banner-content .banner-info .banner-text .banner-label {
    background-color: #2FADB4;
    border-radius: 12px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 20px
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-info .banner-text .banner-label {
        font-size: 18px;
        line-height: 29px;
        padding: 15px 0 15px 10px;
        text-align: center
    }
}

.banner .banner-content .banner-btn {
    align-items: center;
    background-color: #EE8E33;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 238px;
    justify-content: space-between;
    transition: .3s;
    padding: 74px 25px;
    position: absolute;
    bottom: 30px;
    left: 95px;
    width: 238px
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-btn {
        border-radius: 13px;
        flex-direction: row;
        height: auto;
        left: auto;
        bottom: 50px;
        margin: 10px auto 0;
        padding: 20px 10px 20px 20px;
        transform: none;
        width: 90%
    }
}

.banner .banner-content .banner-btn:hover {
    background-color: #2FADB4
}

.banner .banner-content .banner-btn p {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 37px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-btn p {
        font-size: 21px;
        line-height: 32px
    }
}

.banner .banner-content .banner-btn .icon {
    width: 116px
}

@media only screen and (max-width: 47.9375em) {
    .banner .banner-content .banner-btn .icon {
        width: 70px
    }
}

.banner .banner-content .banner-btn .icon img {
    width: 100%
}

#footer {
    padding: 80px 50px 45px
}

@media only screen and (max-width: 47.9375em) {
    #footer {
        padding: 40px 20px
    }
}

#footer .footer-wrapper {
    background-color: #61B26F;
    border-radius: 48px;
    padding: 80px 50px 65px
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper {
        padding: 40px 20px
    }
}

#footer .footer-wrapper .footer-contents {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin: 0 auto;
    max-width: 833px
}

@media only screen and (max-width: 64em) {
    #footer .footer-wrapper .footer-contents {
        width: 100%
    }
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents {
        max-width: 100%
    }
}

#footer .footer-wrapper .footer-contents .form .form-wrapper {
    background:#fff;
    border-radius:25px;
    padding:40px 75px 80px;
}
@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .form .form-wrapper {
        padding: 20px 15px 40px;
    }
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-title {
    text-align:center;
    color:#61B26F;
    margin-bottom:50px;
    font-size:20px;
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row {
    display:flex;
    align-items:center;
    margin-bottom:18px;
    gap:20px;
}
@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .form .form-wrapper .form-row {
        display: block;
    }
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row p {
    display:flex;
    align-items:center;
    margin-bottom:18px;
    gap:20px;
}
@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .form .form-wrapper .form-row p {
       display: block;
    }
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row label {
    width:220px;
    font-size:16px;
    color:#090909;
    display: flex;
    line-height: 1.5;
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row .badge {
    background:#F2E5E4;
    border:1px solid #ccc;
    font-size:11px;
    padding:2px 6px;
    margin-right:6px;
    border-radius:7px;
    height: 24px;
    width: 45px;
    text-align: center;
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row input {
    flex:1;
    padding:20px 25px;
    border:none;
    border-radius:18px;
    background:#F8EFC8;
    font-size:16px;
    width: 450px;
}
@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .form .form-wrapper .form-row input {
        width: 100%;
    }
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row .birthday {
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap: wrap;
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row .birthday p {
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    gap:8px;
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row .birthday p .etc {
    width: 40px;
    margin-left: 20px;
}
@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .form .form-wrapper .form-row .birthday p .etc {
        display: block;
        width: 100%;
        margin-left: 0px;
    }
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row .birthday input{
    width:105px;
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .form-row .birthday select{
    width:85px;
    flex:1;
    padding:20px 15px;
    border:none;
    border-radius:18px;
    background:#F8EFC8;
    font-size:16px;
}
#footer .footer-wrapper .footer-contents .form .form-wrapper .submit-btn {
    display:block;
    margin:70px auto 0;
    background:#F09E50;
    color:white;
    border:none;
    padding:15px 60px;
    border-radius:33px;
    font-size:20px;
    font-weight: bold;
    cursor:pointer;
    width: 375px;
    height: 75px;
}
@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .form .form-wrapper .submit-btn {
        width: 100%;
        height: 50px;
        padding: 8px 60px;
        margin: 35px auto 0;
    }
}
/* Remove default select arrow */
.wpcf7 select {
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Standard */
  background-image: none;
}

/* For IE/Edge (old versions) */
.wpcf7 select::-ms-expand {
  display: none;
}
.wpcf7-not-valid-tip {
    display: block;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.thanks {
    display: block;
    padding: 200px 0 200px;
}
@media only screen and (max-width: 47.9375em) {
    .thanks {
        padding: 100px 0 100px;
    }
}
.thanks .j-title {
    display: block;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: solid 3px #EE8E33;
}
.thanks .description {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin: 0 0 50px;
    line-height: 1.75;
}
.thanks .btn {
    background-color: #EE8E33;
    border: solid 1px #EE8E33;
    border-radius: 0px;
    color: #fff;
    display: flex;
    font-size: 18px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    transition: .5s;
    height: 65px;
    width: 370px;
}
@media only screen and (max-width: 47.9375em) {
    .thanks .btn {
        width: 100%;
    }
}
.thanks .btn:hover {
    background-color: #fff;
    color: #EE8E33;
}


#footer .footer-wrapper .footer-contents .f-upper {
    align-items: center;
    display: block;
    justify-content: space-between;
    color: #231815
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial {
    margin: 25px auto 45px
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial p span {
    color: #FAE196;
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 17px
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap {
    align-items: center;
    background-color: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto 0;
    padding: 20px 20px 15px;
    width: 420px
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap {
        width: 100%
    }
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap .f-trial-label {
    align-items: center;
    background-color: #61B26F;
    border-radius: 11px;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    width: 100%
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap .phone {
    align-items: center;
    display: flex;
    flex-direction: column
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap .phone a {
    color: #61B26F;
    font-size: 45px;
    font-weight: bold;
    line-height: 65px
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap .phone a {
        font-size: 40px;
        line-height: 1.5
    }
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap .phone a:hover {
    opacity: .8
}

#footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap .phone span {
    color: #61B26F;
    font-size: 20px;
    font-weight: 500
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .f-upper .f-trial .f-trial-wrap .phone span {
        font-size: 18px
    }
}

#footer .footer-wrapper .footer-contents .f-upper .access-table {
    margin: 40px auto 0;
    border-collapse: separate;
    border-spacing: 0 30px;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .f-upper .access-table {
        margin: 0px auto 0;
        width: 100%
    }
}

#footer .footer-wrapper .footer-contents .f-upper .access-table tr th,
#footer .footer-wrapper .footer-contents .f-upper .access-table tr td {
    background-color: #fff;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.5;
    padding: 25px
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .f-upper .access-table tr th,
    #footer .footer-wrapper .footer-contents .f-upper .access-table tr td {
        display: block;
        padding: 20px 20px
    }
}

#footer .footer-wrapper .footer-contents .f-upper .access-table tr th {
    border-radius: 24px 0 0 24px
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .f-upper .access-table tr th {
        border-radius: 24px 24px 0 0;
        padding-bottom: 0 !important
    }
}

#footer .footer-wrapper .footer-contents .f-upper .access-table tr td {
    border-radius: 0 24px 24px 0
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .f-upper .access-table tr td {
        border-radius: 0 0 24px 24px;
        justify-content: flex-start
    }
}

#footer .footer-wrapper .footer-contents .f-upper .map {
    display: block;
    border-radius: 43px;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
    #footer .footer-wrapper .footer-contents .f-upper .map {
        height: 100%;
        width: 100%
    }
}

#footer .footer-wrapper .footer-contents .f-upper .map .map-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden
}

#footer .footer-wrapper .footer-contents .f-upper .map .map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

#footer .footer-wrapper .footer-contents .f-upper .copyright {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center
}

.page-top .about {
    background-color: #F3FAFA
}

.page-top .about .about-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .about .about-content {
        padding: 50px 0
    }
}

.page-top .about .about-content .about-desc {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 50px;
    margin-left: 80px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .about .about-content .about-desc {
        display: none;
        margin-left: 0;
        margin-top: 0
    }
}

.page-top .about .about-content .about-desc span {
    color: #AC002F
}

.page-top .about .about-content .about-info {
    display: grid;
    gap: 40px;
    grid-template-columns: 580px 1fr;
    justify-content: flex-end;
    margin-top: 35px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .about .about-content .about-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        margin-top: 40px
    }
}

.page-top .about .about-content .about-info .about-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.page-top .about .about-content .about-info .about-item p+p {
    margin-top: 20px
}

.page-top .about .about-content .about-info .about-item p.about-desc {
    display: none
}

@media only screen and (max-width: 47.9375em) {
    .page-top .about .about-content .about-info .about-item p.about-desc {
        display: block;
        font-weight: bold
    }
}

.page-top .about .about-content .about-info .about-item img {
    border-radius: 40px;
    width: 100%
}

.page-top .about .about-content .about-info .about-item:nth-child(1) {
    margin-left: 80px;
    width: 530px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .about .about-content .about-info .about-item:nth-child(1) {
        margin-left: 0;
        order: 2;
        width: 100%
    }
}

.page-top .about .about-content .about-info .about-item:nth-child(2) {
    margin-left: 40px;
    width: 395px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .about .about-content .about-info .about-item:nth-child(2) {
        margin-left: 0;
        order: 3;
        width: 100%
    }
}

.page-top .about .about-content .about-info .about-item:nth-child(3) {
    margin-top: -80px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .about .about-content .about-info .about-item:nth-child(3) {
        margin-top: 0;
        order: 1
    }
}

.page-top .about .about-content .about-info .about-item:nth-child(4) {
    width: 406px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .about .about-content .about-info .about-item:nth-child(4) {
        order: 4;
        width: 100%
    }
}

.page-top .reasons {
    background-color: #61B26F
}

.page-top .reasons .reasons-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .reasons .reasons-content {
        padding: 50px 0
    }
}

.page-top .reasons .reasons-content .reasons-label {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 60px;
    font-weight: bold;
    justify-content: center;
    margin-top: -20px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .reasons .reasons-content .reasons-label {
        font-size: 51px;
        margin-top: 0
    }
}

.page-top .reasons .reasons-content .reasons-label span {
    color: #FAE196;
    font-size: 120px;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .page-top .reasons .reasons-content .reasons-label span {
        font-size: 102px
    }
}

.page-top .reasons .reasons-content .reasons-lists {
    display: flex;
    gap: 22px;
    margin-top: 50px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .reasons .reasons-content .reasons-lists {
        flex-direction: column;
        gap: 40px;
        margin-top: 40px
    }
}

.page-top .reasons .reasons-content .reasons-lists .reasons-lists--item {
    position: relative;
    width: 33%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .reasons .reasons-content .reasons-lists .reasons-lists--item {
        width: 100%
    }
}

.page-top .reasons .reasons-content .reasons-lists .reasons-lists--item .reasons__item-num {
    align-items: center;
    background-color: #61B26F;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 34px;
    font-weight: bold;
    height: 61px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 61px
}

.page-top .reasons .reasons-content .reasons-lists .reasons-lists--item .reasons-cover {
    width: 100%
}

.page-top .reasons .reasons-content .reasons-lists .reasons-lists--item .reasons-cover img {
    border-radius: 29px;
    width: 100%
}

.page-top .reasons .reasons-content .reasons-lists .reasons-lists--item .reasons-details {
    padding: 10px 30px 0
}

.page-top .reasons .reasons-content .reasons-lists .reasons-lists--item .reasons-details .reasons-title {
    color: #FAE196;
    font-size: 26px;
    font-weight: bold;
    text-align: center
}

.page-top .reasons .reasons-content .reasons-lists .reasons-lists--item .reasons-details .reasons-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 8px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .reasons .reasons-content .reasons-lists .reasons-lists--item .reasons-details .reasons-desc {
        text-align: center
    }
}

.page-top .features {
    background-color: #fff
}

.page-top .features .features-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .features .features-content {
        padding: 50px 0
    }
}

.page-top .features .features-content .features-lists {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin: 70px auto 0;
    width: 937px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .features .features-content .features-lists {
        margin: 40px auto 0;
        width: 100%
    }
}

.page-top .features .features-content .features-lists .features-lists--item .features-title {
    align-items: center;
    display: flex;
    gap: 25px;
    padding: 0 40px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .features .features-content .features-lists .features-lists--item .features-title {
        gap: 10px;
        padding: 0
    }
}

.page-top .features .features-content .features-lists .features-lists--item .features-title .features-num {
    align-items: center;
    color: #EE8E33;
    display: flex;
    font-size: 30px;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .page-top .features .features-content .features-lists .features-lists--item .features-title .features-num {
        font-size: 23px
    }
}

.page-top .features .features-content .features-lists .features-lists--item .features-title .features-num span {
    font-size: 70px;
    margin-left: 8px;
    margin-top: -10px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .features .features-content .features-lists .features-lists--item .features-title .features-num span {
        font-size: 53px;
        margin-left: 5px
    }
}

.page-top .features .features-content .features-lists .features-lists--item .features-title h3 {
    font-size: 38px;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .page-top .features .features-content .features-lists .features-lists--item .features-title h3 {
        font-size: 30px;
        line-height: 38px;
        width: 74%
    }
}

.page-top .features .features-content .features-lists .features-lists--item .features-cover {
    display: grid;
    gap: 30px 35px;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px auto 0;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .features .features-content .features-lists .features-lists--item .features-cover {
        display: flex;
        flex-direction: column;
        gap: 20px
    }
}

.page-top .features .features-content .features-lists .features-lists--item .features-cover img {
    border-radius: 25px;
    width: 100%
}

.page-top .features .features-content .features-lists .features-lists--item .features-details {
    padding: 25px 20px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .features .features-content .features-lists .features-lists--item .features-details {
        padding: 20px 0 0
    }
}

.page-top .features .features-content .features-lists .features-lists--item .features-details .features-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 17px
}

.page-top .learning {
    background-color: #F9F4E4
}

.page-top .learning .learning-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .learning .learning-content {
        padding: 50px 0
    }
}

.page-top .learning .learning-content .learning-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 35px;
    text-align: center
}

@media only screen and (max-width: 47.9375em) {
    .page-top .learning .learning-content .learning-text {
        text-align: left
    }
}

.page-top .learning .learning-content .learning-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    justify-content: center;
    margin: 60px auto 0;
    width: 882px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .learning .learning-content .learning-lists {
        gap: 25px;
        margin: 40px auto 0;
        width: 100%
    }
}

.page-top .learning .learning-content .learning-lists .learning-lists--item {
    width: 31%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .learning .learning-content .learning-lists .learning-lists--item {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        width: 90%
    }
}

.page-top .learning .learning-content .learning-lists .learning-lists--item .learning-cover {
    margin: 20px auto;
    width: 100%
}

@media only screen and (max-width: 47.9375em) {
    .page-top .learning .learning-content .learning-lists .learning-lists--item .learning-cover {
        margin: 10px auto
    }
}

.page-top .learning .learning-content .learning-lists .learning-lists--item .learning-cover img {
    width: 100%
}

.page-top .learning .learning-content .learning-lists .learning-lists--item .learning-details {
    padding: 0 10px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .learning .learning-content .learning-lists .learning-lists--item .learning-details {
        padding: 0
    }
}

.page-top .learning .learning-content .learning-lists .learning-lists--item .learning-details .learning-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    text-align: center
}

.page-top .learning .learning-content .learning-lists .learning-lists--item .learning-details .learning-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center
}

.page-top .goals {
    background-color: #fff
}

.page-top .goals .goals-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .goals .goals-content {
        padding: 50px 0
    }
}

.page-top .goals .goals-content .goals-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 70px auto 0;
    width: 770px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .goals .goals-content .goals-info-wrap {
        gap: 40px;
        margin: 40px auto 0;
        width: 100%
    }
}

.page-top .goals .goals-content .goals-info-wrap .goals-info {
    align-items: center;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 54px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .goals .goals-content .goals-info-wrap .goals-info {
        display: flex;
        flex-direction: column;
        gap: 30px
    }
}

.page-top .goals .goals-content .goals-info-wrap .goals-info:nth-child(2) .goals-age {
    background-color: #80B9A4
}

.page-top .goals .goals-content .goals-info-wrap .goals-info:nth-child(3) .goals-age {
    background-color: #E0B242
}

.page-top .goals .goals-content .goals-info-wrap .goals-info .goals-age {
    align-items: center;
    background-color: #7B5122;
    border-radius: 26px;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    line-height: 35px;
    padding: 37px 40px
}

.page-top .program {
    background-color: #EDF6F7
}

.page-top .program .program-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .program .program-content {
        padding: 50px 0
    }
}

.page-top .program .program-content .program-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin: 70px auto 0;
    width: 803px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .program .program-content .program-lists {
        gap: 20px;
        margin: 40px auto 0;
        width: 100%
    }
}

.page-top .program .program-content .program-lists .program-lists--item {
    align-items: center;
    background-color: #fff;
    border-radius: 28px;
    display: flex;
    flex-direction: row-reverse;
    gap: 35px;
    padding: 35px 35px 35px 60px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .program .program-content .program-lists .program-lists--item {
        flex-direction: column-reverse;
        gap: 20px;
        padding: 30px 20px
    }
}

.page-top .program .program-content .program-lists .program-lists--item .program-cover {
    width: 318px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .program .program-content .program-lists .program-lists--item .program-cover {
        width: 100%
    }
}

.page-top .program .program-content .program-lists .program-lists--item .program-cover img {
    border-radius: 19px;
    width: 100%
}

.page-top .program .program-content .program-lists .program-lists--item .program-details {
    width: 347px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .program .program-content .program-lists .program-lists--item .program-details {
        width: 100%
    }
}

.page-top .program .program-content .program-lists .program-lists--item .program-details .program-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .program .program-content .program-lists .program-lists--item .program-details .program-title {
        text-align: center
    }
}

.page-top .program .program-content .program-lists .program-lists--item .program-details .program-desc {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    margin-top: 14px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .program .program-content .program-lists .program-lists--item .program-details .program-desc {
        margin-top: 7px;
        text-align: center
    }
}

.page-top .fees {
    background-color: #fff
}

.page-top .fees .fees-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .fees .fees-content {
        padding: 50px 0
    }
}

.page-top .fees .fees-content .fees-text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center
}

.page-top .fees .fees-content .fees-info-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    margin-top: 45px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .fees .fees-content .fees-info-wrap {
        margin-top: 40px
    }
}

.page-top .fees .fees-content .fees-info-wrap .fees-info .fees-title {
    color: #EE8E33;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 47.9375em) {
    .page-top .fees .fees-content .fees-info-wrap .fees-info .fees-title span {
        display: block
    }
}

.page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    table-layout: fixed;
    width: 622px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table {
        width: 100%
    }
}

.page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table tr th,
.page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table tr td {
    background-color: #F7F7F7;
    font-weight: bold !important;
    line-height: 1.5;
    padding: 25px 50px 25px 30px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table tr th,
    .page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table tr td {
        display: block;
        padding: 20px 20px;
        text-align: center
    }
}

.page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table tr th {
    border-radius: 11px 0 0 11px;
    font-size: 20px !important;
    white-space: nowrap
}

@media only screen and (max-width: 47.9375em) {
    .page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table tr th {
        align-items: center;
        border-radius: 11px 11px 0 0;
        justify-content: center;
        padding: 20px 20px 10px
    }
}

.page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table tr td {
    align-items: flex-end;
    border-radius: 0 11px 11px 0;
    display: flex;
    font-size: 24px !important;
    justify-content: flex-end
}

@media only screen and (max-width: 47.9375em) {
    .page-top .fees .fees-content .fees-info-wrap .fees-info .fees-table tr td {
        align-items: center;
        border-radius: 0 0 11px 11px;
        justify-content: center;
        padding: 10px 20px 20px
    }
}

.page-top .faq {
    background-color: #F9F4E4
}

.page-top .faq .faq-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .faq .faq-content {
        padding: 50px 0
    }
}

.page-top .faq .faq-content .faq-lists {
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: center;
    margin: 60px auto 0;
    width: 643px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .faq .faq-content .faq-lists {
        gap: 20px;
        margin: 40px auto 0;
        width: 100%
    }
}

.page-top .faq .faq-content .faq-lists .faq-lists--item {
    align-items: flex-start;
    background-color: #fff;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 60px 50px 55px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .faq .faq-content .faq-lists .faq-lists--item {
        gap: 20px;
        padding: 40px 20px
    }
}

.page-top .faq .faq-content .faq-lists .faq-lists--item .faq-info {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 27px
}

.page-top .faq .faq-content .faq-lists .faq-lists--item .faq-info:nth-child(2) .faq-q {
    background-color: #fff;
    color: #61B26F
}

.page-top .faq .faq-content .faq-lists .faq-lists--item .faq-info:nth-child(2) .faq-text {
    font-weight: 500
}

.page-top .faq .faq-content .faq-lists .faq-lists--item .faq-info .faq-q {
    align-items: center;
    background-color: #61B26F;
    border: 1px solid #61B26F;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    line-height: 29px;
    height: 40px;
    width: 40px
}

.page-top .faq .faq-content .faq-lists .faq-lists--item .faq-info .faq-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 29px
}

.page-top .process {
    background-color: #EDF6F7
}

.page-top .process .process-content {
    padding: 120px 0
}

@media only screen and (max-width: 47.9375em) {
    .page-top .process .process-content {
        padding: 50px 0
    }
}

.page-top .process .process-content .process-lists {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 70px auto 0;
    width: 775px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .process .process-content .process-lists {
        margin: 40px auto 0;
        width: 100%
    }
}

.page-top .process .process-content .process-lists .process-item {
    display: flex;
    gap: 25px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .process .process-content .process-lists .process-item {
        align-items: center;
        background-color: #fff;
        border-radius: 10px;
        gap: 20px;
        justify-content: space-between;
        padding: 30px 20px
    }
}

.page-top .process .process-content .process-lists .process-item:last-child {
    gap: 15px
}

.page-top .process .process-content .process-lists .process-item:last-child .process-label {
    background-color: #F09E50;
    height: 71px;
    width: 71px
}

.page-top .process .process-content .process-lists .process-item .process-label {
    align-items: center;
    background-color: #61B26F;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    height: 58px;
    justify-content: center;
    width: 58px
}

.page-top .process .process-content .process-lists .process-item .process-label span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: -5px
}

.page-top .process .process-content .process-lists .process-item .process-details {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 25px 25px;
    width: 692px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .process .process-content .process-lists .process-item .process-details {
        padding: 0;
        width: 70%
    }
}

.page-top .process .process-content .process-lists .process-item .process-details .process-title {
    font-size: 18px;
    font-weight: bold
}

@media only screen and (max-width: 47.9375em) {
    .page-top .process .process-content .process-lists .process-item .process-details .process-title {
        text-align: center
    }
}

.page-top .process .process-content .process-lists .process-item .process-details .process-desc {
    font-size: 18px;
    font-weight: 500;
    margin-top: 14px
}

@media only screen and (max-width: 47.9375em) {
    .page-top .process .process-content .process-lists .process-item .process-details .process-desc {
        line-height: 30px;
        margin-top: 7px;
        text-align: center
    }
}