@import url(https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=M+PLUS+Rounded+1c:wght@500&family=Staatliches&display=swap);

body {
    color: #333;
    font-family: "Yu Gothic", 游ゴシック, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 1.7
}

[class*=up-ofi] {
    height: 100%
}

.js-toggle {
  cursor: pointer
}

[data-element-id].js-toggle+* {
   display: block
}
[data-element-id].slick02 >* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto
}

.up-reader2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.up-reader3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

[data-element-id][class*=fead-] {
    opacity: 1;
    -webkit-transform: unset;
    transform: unset
}

.fead-up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.fead-up2.mv {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s 1s ease-in;
    -webkit-transition:-webkit-transform .5s 1s ease-in;
    transition:-webkit-transform .5s 1s ease-in;
    transition:transform .5s 1s ease-in;
    transition:transform .5s 1s ease-in, -webkit-transform .5s 1s ease-in
}

.fead-up3 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.fead-up3.mv {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s 1.2s ease-in;
    -webkit-transition:-webkit-transform .5s 1.2s ease-in;
    transition:-webkit-transform .5s 1.2s ease-in;
    transition:transform .5s 1.2s ease-in;
    transition:transform .5s 1.2s ease-in, -webkit-transform .5s 1.2s ease-in
}

.fead-down {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.fead-down.mv {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s 1s ease-in;
    -webkit-transition:-webkit-transform .5s 1s ease-in;
    transition:-webkit-transform .5s 1s ease-in;
    transition:transform .5s 1s ease-in;
    transition:transform .5s 1s ease-in, -webkit-transform .5s 1s ease-in
}

.fead-left2 {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%)
}

.fead-left2.mv {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s 1.5s ease-in;
    transition: -webkit-transform .5s 1.5s ease-in;
    transition: transform .5s 1.5s ease-in;
    transition: transform .5s 1.5s ease-in, -webkit-transform .5s 1.5s ease-in;
     -webkit-transition: opacity .5s 1.5s ease-in;
     transition: opacity .5s 1.5s ease-in;
    will-change: transform;
}

button {
    border: none
}

#wrapper {
    min-width: 320px;
    overflow: hidden
}



.u-color__red {
    color: #ec7766
}

.u-color__pink {
    color: #ffa3a6
}

.u-color__orange01 {
    color: #f38c79
}

.u-color__orange02 {
    color: #f17657
}

.u-color__orange03 {
    color: #ec7766
}

.u-color__orange04 {
    color: #f66
}

.u-color__gray {
    color: #00a886
}

.u-color__yellow {
    color: #ffdb22
}

.u-color__blue {
    color: #0097ca
}

.u-f-second {
    font-family: "M PLUS Rounded 1c", sans-serif
}

.u-f-tertiary {
    font-family: Staatliches, cursive
}

.u-f-quaternary {
    font-family: Staatliches, cursive
}

.u-lh-2 {
    line-height: 2 !important
}

.c-animate__kakukaku {
    -webkit-animation: kakukaku .4s ease 0s infinite alternate;
    animation: kakukaku .4s ease 0s infinite alternate
}

.c-animate__circle {
    -webkit-animation: circle 10s linear infinite;
    animation: circle 10s linear infinite
}

.c-animate__rotate {
    -webkit-animation: 3s linear infinite rotation3;
    animation: 3s linear infinite rotation3
}

@-webkit-keyframes rotation3 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotation3 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.c-animate__wave {
    -webkit-animation: waving 5s linear 0s infinite normal;
    animation: waving 5s linear 0s infinite normal
}

.c-banner>* {
    position: relative
}

.c-banner__box {
    background: #fac249;
    border-radius: 15px;
    overflow: hidden
}

.c-banner__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center
}

.c-banner__left__lead {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.5;
    position: relative;
    z-index: 1
}

.c-banner__left__lead .lead--small {
    font-size: 21px
}

.c-banner__right {
    padding: 20px;
    text-align: center
}

.c-banner__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-banner__bg figure {
    height: 100%;
    width: 100%
}

.c-banner__bg img {
    mix-blend-mode: multiply
}

.c-banner__tel {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 2;
    margin-bottom: 15px
}

.c-banner__tel::after {
    background: url(/import/tenant_1/160.16.98.38/html3/image/tel.png) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 38px;
    margin-left: 14px;
    width: 38px
}

.c-banner__tel-num {
    color: #c33d2c;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px
}

.c-banner__icon {
    left: 8%;
    position: absolute;
    top: -70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.c-bg__gray {
    position: relative
}

.c-bg__gray::after,
.c-bg__gray::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: -2
}

.c-bg__gray::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/bg-gray-tint-top.webp) no-repeat;
    background-size: 100% 100%;
    height: 280px;
    top: -280px
}

.c-bg__gray::after {
    background: url(/import/tenant_1/160.16.98.38/html3/image/bg-gray-tint-bottom.webp) no-repeat;
    background-size: 100% 100%;
    bottom: -280px;
    height: 280px
}

.c-bg__gray__inner {
    background: #fafafa
}

.c-bg__gray02 {
    position: relative
}

.c-bg__gray02::after,
.c-bg__gray02::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: -2
}

.c-bg__gray02::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/bg-gray-top-left.webp) no-repeat;
    background-size: 100% 100%;
    height: 280px;
    top: -280px
}

.c-bg__gray02::after {
    background: url(/import/tenant_1/160.16.98.38/html3/image/bg-gray-bottom-left.webp) no-repeat;
    background-size: 100% 100%;
    bottom: -280px;
    height: 280px
}

.c-bg__gray02.-bg__member::before {
  height: 200px;
  top: -200px
}
.c-bg__gray02.-bg__member::after {
  height: 200px;
  bottom: -200px
}

.c-bg__gray02__inner {
    background: #f1efee
}

.c-bg__red {
    position: relative
}

.c-bg__red::after,
.c-bg__red::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: -2
}

.c-bg__red::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/about/bg-red.webp) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 80%;
    left: -10%;
    position: absolute;
    top: -40px;
    width: 70%;
    z-index: -1
}

.c-bg__red02 {
    background: #fdf0ed;
    z-index: -1
}

.c-shape__left {
    position: relative
}

.c-shape__bg {
    display: block;
    left: -5%;
    position: absolute;
    top: -130px
}

.c-shape__icon {
    display: block;
    left: 10%;
    position: absolute
}

.c-icon--text {
    display: inline-block;
    position: relative
}

.c-icon--text img {
    display: block;
    margin-left: auto
}

.c-icon__en {
    display: inline-block;
    font-family: "La Belle Aurore", cursive;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    white-space: nowrap
}

.c-icon__en::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/curve.png) no-repeat;
    background-size: contain;
    bottom: -40px;
    content: "";
    display: inline-block;
    height: 34px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px
}

.c-icon--text02 {
    display: inline-block;
    position: relative
}

.c-icon--text02 img {
    display: block;
    margin-right: auto
}

.c-icon__en02 {
    display: inline-block;
    font-family: "La Belle Aurore", cursive;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.c-icon__en02::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/curve02.png) no-repeat;
    background-size: contain;
    bottom: -25px;
    content: "";
    display: inline-block;
    height: 23px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45px
}

.c-shape>* {
    position: relative
}

.c-shape>::after {
    background: url(/import/tenant_1/160.16.98.38/html3/image/shape.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -15%;
    content: "";
    height: 370px;
    position: absolute;
    right: 0;
    width: 400px;
    z-index: 1
}

.c-shape02 {
    position: relative
}

.c-shape02::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/about/shape02.webp) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 400px;
    position: absolute;
    right: -5%;
    top: 40%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 1000px;
    z-index: -1
}

.c-shape02::after {
    background: url(/import/tenant_1/160.16.98.38/html3/image/shape.webp) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 250px;
    left: 30%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 400px;
    z-index: -1
}

.c-breadcrumb {
    margin-top: 30px
}

.c-breadcrumb__item {
    color: #000;
    display: inline;
    font-size: 14px;
    font-weight: 500
}

.c-breadcrumb__item:not(:last-of-type):after {
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
    margin-right: 5px
}

.c-button--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
    color: #fff;
}

.c-button--primary>* {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fcb177), to(#ff8894));
    background: linear-gradient(to right, #fcb177 40%, #ff8894 100%);
    background-position: 0;
    border-radius: 15px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Staatliches, cursive;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1.43;
    max-width: 100%;
    padding: 1em 1.5em;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 230px;
    z-index: 1
}

.c-button--primary>:hover {
    opacity: 1
}

.c-button--primary>::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #fcb177), to(#ff8894));
    background: linear-gradient(to left, #fcb177 0, #ff8894 100%);
    border-radius: 15px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    z-index: 0;
    z-index: -1
}

.c-button--primary>:hover::before {
    opacity: 0
}

.c-button--primary>::after {
    content: "\f054";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-button--primary.button--back>::after {
    content: "\f053";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    left: 1.5em;
    position: absolute;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.button--medium>* {
    font-size: 20px;
    width: 320px
}

.button--large>* {
    font-size: 23px;
    font-weight: 700;
    width: 486px
}

.button-mt-xlarge {
    margin-top: 70px
}

.button-mt-large {
    margin-top: 60px
}

.button-mt-medium {
    margin-top: 50px
}

.button-mt-small {
    margin-top: 40px
}

.button-mt-xsmall {
    margin-top: 30px
}

.button-mt-none {
    margin-top: 0
}

.button-w-full>* {
    width: 100%
}

.button-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.button-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-card__inner {
    margin-left: 0
}

.c-card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10%
}

.c-card__box+* {
    margin-top: 80px
}

.c-card__box:nth-of-type(5n+2) .c-card__body {
    background: #f2fef7
}

.c-card__box:nth-of-type(5n+2) .c-card__title {
    -webkit-box-shadow: 5px 5px 0 #69e7c2;
    box-shadow: 5px 5px 0 #69e7c2;
    color: #27ab60
}

.c-card__box:nth-of-type(5n+3) .c-card__body {
    background: #fcf9f1
}

.c-card__box:nth-of-type(5n+3) .c-card__title {
    -webkit-box-shadow: 5px 5px 0 #f79e7b;
    box-shadow: 5px 5px 0 #f79e7b;
    color: #de7319
}

.c-card__box:nth-of-type(5n+4) .c-card__body {
    background: #f1f9fe
}

.c-card__box:nth-of-type(5n+4) .c-card__title {
    -webkit-box-shadow: 5px 5px 0 #60caff;
    box-shadow: 5px 5px 0 #60caff;
    color: #1c33b8
}

.c-card__box:nth-of-type(5n+5) .c-card__body {
    background: #fcfbee
}

.c-card__box:nth-of-type(5n+5) .c-card__title {
    -webkit-box-shadow: 5px 5px 0 #fef377;
    box-shadow: 5px 5px 0 #fef377;
    color: #ffc200
}

.c-card__body {
    background-color: #fdf5f3;
    border-radius: 20px;
    padding: 0 40px 50px 15%;
    position: relative;
    width: 65%
}

.c-card__thumb {
    margin-right: -15%;
    margin-top: -10%;
    position: relative;
    width: 43vw;
    margin-left: calc(50% - 50vw);
    z-index: 1
}

.c-card__thumb img {
    border-radius: 15px
}

.c-card__en {
    display: block;
    font-family: "La Belle Aurore", cursive;
    font-size: 55px;
    letter-spacing: .05em;
    line-height: 1.3;
    margin-top: 15px;
    position: absolute;
    right: 5%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    white-space: nowrap
}

.c-card__title {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 0 #f4beb3;
    box-shadow: 5px 5px 0 #f4beb3;
    color: #ed4870;
    font-size: 24px;
    font-weight: 700;
    left: 10%;
    line-height: 1.25;
    padding: .5em 1.5em;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 430px;
    z-index: 1
}

.c-card__lead {
    color: #f66;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px
}

.c-card__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71
}

.c-card--reverse .c-card__box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.c-card--reverse .c-card__box:nth-of-type(even) .c-card__body {
    padding-left: 40px;
    padding-right: 15%
}

.c-card--reverse .c-card__box:nth-of-type(even) .c-card__thumb {
    margin-left: -15%;
    margin-right: 0
}

.c-content__box {
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 18px 2px rgba(51, 51, 51, .15);
    box-shadow: 0 1px 18px 2px rgba(51, 51, 51, .15);
    padding: 5% 8%;
    position: relative
}

.c-content__box::before {
    background: #dbdb76;
    border-radius: 20px;
    bottom: -8px;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 10px);
    z-index: -1
}

.c-content__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    margin-bottom: 30px
}

.c-content__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em
}

.c-content__icon {
    position: absolute;
    right: 0;
    top: -96px
}

.c-content--yellow .c-content__box {
    background-color: #fcfbee
}

.c-content02__box {
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    padding: 5% 10% 10%
}

.c-content02__box+* {
    margin-top: 7%
}

.c-faq {
    position: relative;
    width: 100%
}

.c-faq__item+* {
    margin-top: 45px
}

.c-faq__box {
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    padding: 4% 9%;
    position: relative
}

.c-faq__question {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    margin-bottom: .5em;
    position: relative;
    padding-right: 2em;
}

.c-faq__question::after {
   content: "\f107";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.c-faq__question.is-parent::after {
    -webkit-transform: rotate(180deg) translateY(15px);
    transform: rotate(180deg) translateY(15px);
}

.c-faq__answer {
  display: none;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    padding-left: 3em
}
.c-faq__answer.is-active {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-faq__q {
    color: #70bec5;
    font-size: 39px;
    font-weight: 700;
    line-height: 1;
    margin-right: .5em
}

.c-faq__a {
    color: #eb5f47;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-right: .5em
}

.p-faq {
    background: url(/import/tenant_1/160.16.98.38/html3/image/shape-large.webp) no-repeat;
    background-position: center top;
    background-size: 1000px
}

.p-faq__shape {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    z-index: -1
}

.p-faq__icon02 {
    bottom: 50%;
    position: absolute;
    right: -5%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.c-form__item {
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.c-form__item dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: .02em;
    line-height: 2;
    width: 40%
}

.c-form__item dd {
    width: 55%
}

.c-form__item dd input[type=email],
.c-form__item dd input[type=tel],
.c-form__item dd input[type=number],
.c-form__item dd input[type=text],
.c-form__item dd textarea {
    background: #fff;
    border: none;
    border-radius: 5px;
    width: 100%
}

.c-form__item dd input[type=email],
.c-form__item dd input[type=tel],
.c-form__item dd input[type=number],
.c-form__item dd input[type=text] {
    height: 45px
}

.c-form__item dd textarea {
    border-radius: 5px;
    height: 150px
}

.c-form__postal {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form__postal input {
    margin-left: 10px
}

.c-form__datepicker input {
    background: #fff;
    border: none;
    border-radius: 5px;
    height: 45px;
    width: 40%
}

.c-form__require {
    background-color: #f17657;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: .2em 2em
}

.c-form__radiobox li label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em
}

.c-form__radiobox input[type=checkbox],
.c-form__radiobox input[type=radio] {
    opacity: 0;
    position: absolute
}

.c-form__radiobox input[type=checkbox]+label,
.c-form__radiobox input[type=radio]+label {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.c-form__radiobox input[type=checkbox]+label::before,
.c-form__radiobox input[type=radio]+label::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 15px;
    line-height: 1;
    margin-right: 1em;
    width: 15px
}

.c-form__radiobox input[type=checkbox]+label::after,
.c-form__radiobox input[type=radio]+label::after {
    content: "";
    opacity: 0;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    visibility: hidden
}

.c-form__radiobox input[type=checkbox]:checked+label::after,
.c-form__radiobox input[type=radio]:checked+label::after {
    background-color: #f38c79;
    border-radius: 50%;
    height: 10px;
    left: 3px;
    opacity: 1;
    position: absolute;
    top: 4px;
    visibility: visible;
    width: 10px
}

[class*=c-heading-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-heading--primary {
    margin-bottom: 70px
}

.c-heading--primary.heading--small {
    margin-bottom: 30px;
    margin-left: 50px
}

.c-heading--primary.heading--small .c-heading__en {
    font-size: 30px
}

.c-heading--primary.heading--small .c-heading__en::before {
    left: -50px;
    width: 36px
}

.c-heading--primary.heading--small .c-heading__ja {
    font-size: 14px
}

.c-heading__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-heading__en {
    font-family: Staatliches, cursive;
    font-size: 56px;
    letter-spacing: .05em;
    line-height: 1.2;
    position: relative
}

.c-heading__en::before {
    background: #999;
    content: "";
    display: inline-block;
    height: 1px;
    left: -100px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px
}

.c-heading__ja {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1
}

.heading--vertical .c-heading__en::before {
    height: 80px;
    left: 50%;
    top: -60px;
    width: 1px
}

.c-heading--secondary {
    margin-bottom: 70px
}

.c-heading02__ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    position: relative
}

.c-heading02__ja::before {
    background: #999;
    content: "";
    display: block;
    height: 1px;
    margin: 0 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px
}

.c-heading--tertiary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-heading03__ja {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 34px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.56;
    margin-bottom: 25px;
    position: relative
}

.c-heading03__ja::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/faq-left.webp) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0 15px;
    width: 120px
}

.c-heading03__ja::after {
    background: url(/import/tenant_1/160.16.98.38/html3/image/faq-right.webp) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0 15px;
    width: 120px
}

.c-lead {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2
}

.c-lead--medium {
    font-size: 20px
}

.c-lead--large {
    font-size: 24px
}

[data-element-id] .heading--vertical {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial
}

.heading--vertical {
    -ms-writing-mode: tb-rl;
    word-break: keep-all;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.heading-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.heading-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.heading-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.heading-fz-xlarge {
    font-size: 44px
}

.heading-fz-large {
    font-size: 40px
}

.heading-fz-medium {
    font-size: 36px
}

.heading-fz-small {
    font-size: 24px
}

.heading-fz-xsmall {
    font-size: 20px
}

.heading-mb-xlarge {
    margin-bottom: 70px
}

.heading-mb-large {
    margin-bottom: 60px
}

.heading-mb-medium {
    margin-bottom: 50px
}

.heading-mb-small {
    margin-bottom: 40px
}

.heading-mb-xsmall {
    margin-bottom: 30px
}

.heading-mb-none {
    margin-bottom: 0
}

.c-list__item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.c-list__item::before {
    background-color: #f66;
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    margin-right: 5px;
    width: 9px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.c-pagenation {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%
}

.c-pagenation ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-pagenation ul li {
    margin: 0 10px
}

.c-pagenation__item,
.c-pagenation__item.is-current {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 30px;
    letter-spacing: .02em
}

.c-pagenation__next,
.c-pagenation__prev {
    position: relative
}

.c-pagenation .is-current {
    color: #f17657
}

.c-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.c-post+* {
    margin-top: 50px
}

.c-post__thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 42%
}

.c-post__thumb img {
    border-radius: 20px
}

.c-post__body {
    background-color: #fff;
    border-radius: 20px;
    margin-left: auto;
    margin-top: 5%;
    padding: 5% 3% 2% 20%;
    width: 72%
}

.c-post__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5
}

.c-article__body {
    background-color: #fffff4;
    border-radius: 20px;
    padding: 10%
}

.c-article__title {
    border-bottom: 1px solid #f1f0ef;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 45px;
    padding-bottom: 14px
}

.c-article__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px
}

.c-article__date {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: .02em
}

.c-article__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 2
}

.c-article__video {
    position: relative
}

.c-article__video:before {
    content: '';
    display: block;
    aspect-ratio: 16/9
}

.c-article__video iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-post02__box {
    background: #fff;
    border-radius: 15px;
    padding: 15px
}

.c-post02__thumb {
    margin-bottom: 25px
}

.c-post02__title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.5;
    margin-bottom: 10px
}

.c-post02__date {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.2
}

.c-date {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3
}

.c-catWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.c-cat {
    background-color: #f17657;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 10px;
    margin-top: 10px;
    padding: .2em 1em
}

.p-newsblog01__box {
    margin: auto;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.p-newsblog01__icon {
  margin-left: 10px;
}
.c-side__box {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    padding: 24px 20px
}

.c-side__box+* {
    margin-top: 70px
}

.c-side__title {
    color: #f66;
    font-family: Staatliches, cursive;
    font-size: 30px;
    letter-spacing: .02em;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative
}

.c-side__title::before {
    background-color: #828282;
    content: "";
    display: block;
    height: 1px;
    left: -20px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px
}

.c-side ul li {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.29;
    margin-bottom: 8px
}

.slick-list {
    overflow: unset
}

.slick-next,
.slick-prev {
    background: #fff;
    border: 1px solid #717171;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    font-style: unset;
    height: 50px;
    place-items: center;
    top: 40%;
    width: 50px;
    z-index: 1
}

.slick-prev {
    left: -80px
}

.slick-prev::before {
    color: #333;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700
}

.slick-next {
    right: -80px
}

.slick-next::before {
    color: #333;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700
}

.p-recruit01 .slick-next,
.p-recruit01 .slick-prev {
  top: 50%
}
.c-table {
    width: 100%
}

.c-table dl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.c-table dl dt {
    width: 150px
}

.c-table dl dd {
    line-height: 1.3;
    width: calc(100% - 200px)
}

.c-table02 {
    width: 100%
}

.c-table02 tr {
    background: #fff;
    border: 1px solid #fdf5f3
}

.c-table02 tr th {
    background-color: #fde4e2;
    padding: 1em;
    min-width: 180px
}

.c-table02 tr th.c-table02__option {
    background-color: #daf4ec
}

.c-table02 tr td {
    padding: 1em 1.5em;
    text-align: center
}

.c-table02__detail {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2
}

.c-table02__top th {
    background-color: #ed4870 !important;
    border: 1px solid #fff;
    color: #fff;
    padding: .5em
}

.c-table02__list {
    text-align: left
}

.c-table02__list li {
    color: #333;
    font-size: 13px;
    font-weight: 500
}

.c-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em
}

.c-text--medium {
    font-size: 16px
}

.c-text--large {
    font-size: 20px
}

.totop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 60px;
    z-index: 200
}

.totop:before {
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    position: absolute;
    top: -15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px
}

.l-footer {
    background: #00bd8f;
    position: relative;
}
.l-footer .p-footer__icon,
.l-footer .p-footer__icon02 {
  display: none;
}

#top .l-footer .p-footer__icon,
#top .l-footer .p-footer__icon02
{
  display: block;
  position: absolute;
}
#top .l-footer .p-footer__icon {
  top: -150px;
  left: 8%;
}
#top .l-footer .p-footer__icon02 {
  top: -100px;
  right: 8%;
}
.p-footer__copy {
    background: #008e67;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    padding: 10px 0;
    text-align: center
}

.p-footerWrap {
    padding: 70px 0
}

.p-footerLeft {
    margin-top: 40px;
    width: 25%
}

.p-footerLeft__box {
    background: rgba(255, 255, 255, .8);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    padding: 20px
}

.p-footerCenter {
    width: 45%
}

.p-footerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -15px
}

.p-footerNav__item {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.29;
    margin-top: 15px;
    width: 40%
}

.p-footerRight {
    width: 20%
}

h1 {
    font-size: 14px;
    margin: auto;
    max-width: 1000px;
    width: 98%;
}

.l-header {
    position: relative;
    z-index: 200;
    background-color: #fff;
    border-top: 5px solid #fac14f;
    -webkit-box-shadow: 0 3px 13px 0 rgba(175, 173, 173, .5);
    box-shadow: 0 3px 13px 0 rgba(175, 173, 173, .5)
}

[data-element-id].p-header__cmn >* {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}

.l-header.fixed .p-header__cmn {
    background-color: #fff;
    border-top: 5px solid #fac14f;
    -webkit-box-shadow: 0 3px 13px 0 rgba(175, 173, 173, .5);
    box-shadow: 0 3px 13px 0 rgba(175, 173, 173, .5);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
    -webkit-transition: position .3s;
    transition: position .3s
}

.p-header__logo img {
    width: 120px
}

.p-header__nav {
    position: relative
}

[data-element-id].p-header__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.p-globalNav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -17.5px
}

[data-element-id].p-globalNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-globalNav__item {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 17.5px
}
.p-globalNav__item a {
  padding: 30px 0;
  display: inline-block;
  border-bottom: 5px solid transparent;
}
.p-globalNav__item a:hover {
  border-bottom: 5px solid #ff8894;
  opacity: 1
}

.p-hamburger {
    display: none
}

[data-element-id].p-hamburger {
  display: block
}

[data-element-id] .p-header__nav.fixed {
    position: relative
}

.p-hamburger {
    background: #fff;
    cursor: pointer;
    display: none;
    height: 42px;
    opacity: 1;
    width: 42px;
    z-index: 260;
    position: relative
}

.p-hamburger__line {
    position: relative
}

.p-hamburger__line span {
    -webkit-transition: ease .4s;
    background: #fac14f;
    display: block;
    height: 3px;
    left: 50%;
    margin-top: -1px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-indent: 9999px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: ease .4s;
    width: 30px
}

.p-hamburger__line span:nth-of-type(1) {
    top: -10px
}

.p-hamburger__line span:nth-of-type(3) {
    top: 10px
}

.p-hamburger.active .p-hamburger__line span:nth-of-type(1) {
    left: 5px;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.p-hamburger.active .p-hamburger__line span:nth-of-type(2) {
    opacity: 0
}

.p-hamburger.active .p-hamburger__line span:nth-of-type(3) {
    left: 5px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-fixmenu {
    display: block;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 100;
     -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

[data-element-id].p-fixmenu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-left: auto;
    margin-right: 0;
   
}
.p-fixmenu__wrap {
   color: #fff;
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important
   
}

.p-fixmenu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em 1.5em;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 20px;
    background: #f17657;
    border-radius: 15px 0 0 15px
}

.test-a {
    background: #83d8ae
}

.test-b {
    background: #0097ca
}

@media (max-width:599px) {
    .p-fixmenu {
        bottom: 0;
        top: auto;
        width: 100%;
         -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset
    }

    .p-fixmenu__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .p-fixmenu__link {
        width: 50%;
       
        border-radius: 15px 15px 0 0;
        margin: 0 10px
    }
}

.section-my-xlarge {
    margin-bottom: 130px;
    margin-top: 130px
}

.section-mt-xlarge {
    margin-top: 130px
}

.section-mb-xlarge {
    margin-bottom: 130px
}

.section-my-large {
    margin-bottom: 120px;
    margin-top: 120px
}

.section-mt-large {
    margin-top: 120px
}

.section-mb-large {
    margin-bottom: 120px
}

.section-my-medium {
    margin-bottom: 100px;
    margin-top: 100px
}

.section-mt-medium {
    margin-top: 100px
}

.section-mb-medium {
    margin-bottom: 100px
}

.section-my-small {
    margin-bottom: 80px;
    margin-top: 80px
}

.section-mt-small {
    margin-top: 80px
}

.section-mb-small {
    margin-bottom: 80px
}

.section-my-xsmall {
    margin-bottom: 70px;
    margin-top: 70px
}

.section-mt-xsmall {
    margin-top: 70px
}

.section-mb-xsmall {
    margin-bottom: 70px
}

.section-py-xlarge {
    padding-bottom: 130px;
    padding-top: 130px
}

.section-pt-xlarge {
    padding-top: 130px
}

.section-pb-xlarge {
    padding-bottom: 130px
}

.section-py-large {
    padding-bottom: 120px;
    padding-top: 120px
}

.section-pt-large {
    padding-top: 120px
}

.section-pb-large {
    padding-bottom: 120px
}

.section-py-medium {
    padding-bottom: 100px;
    padding-top: 100px
}

.section-pt-medium {
    padding-top: 100px
}

.section-pb-medium {
    padding-bottom: 100px
}

.section-py-small {
    padding-bottom: 80px;
    padding-top: 80px
}

.section-pt-small {
    padding-top: 80px
}

.section-pb-small {
    padding-bottom: 80px
}

.section-py-xsmall {
    padding-bottom: 70px;
    padding-top: 70px
}

.section-pt-xsmall {
    padding-top: 70px
}

.section-pb-xsmall {
    padding-bottom: 70px
}

.p-reason__wrap {
    position: relative
}

.p-reason__lead {
    color: #f66;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px
}

.p-reason__left {
    background-color: #f2f2f0;
    border: solid 2px #00b69a
}

.p-reason__right {
    background-color: #ffecec;
    border: solid 2px #00b69a;
    border-left: none
}

.p-reason__data {
    border-bottom: solid 2px #00b69a;
    padding: 1.5em;
    text-align: center
}

.p-reason__box {
    padding: 30px
}

.p-reason__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.3
}

.p-reason__table dl dt {
    width: 180px
}

.p-reason__table dl dd {
    width: calc(100% - 200px)
}

.p-reason__table dl+dl {
    margin-top: 10px
}

.p-reason__sum {
    border-top: 1px solid #333;
    padding-top: 10px
}

.p-reason__icon01 {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 70px
}

.p-point__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-point__thumb {
    position: relative
}

.p-point__thumb figure {
    position: relative
}

.p-point__thumb figure img {
    border-radius: 15px
}

.p-point__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 40px
}

.p-point__text {
    font-size: 14px;
    line-height: 1.7
}

.p-point__box+* {
    margin-top: 75px
}

.p-point__circle {
    position: absolute;
    right: -33%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1
}

.p-point__circleBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Staatliches, cursive;
    font-size: 25px;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: relative;
    width: 120px
}

.p-point__circle img {
    height: 100%;
    left: 8%;
    position: absolute;
    top: -8%;
    width: 100%;
    z-index: -1
}

.p-point__num {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    letter-spacing: .03em;
    line-height: 1
}

.p-point__icon {
    bottom: -3%;
    left: 8%;
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 1
}

.p-point__box:nth-of-type(even) .p-point__circle {
    left: 0
}

.p-point__box:nth-of-type(even) .p-point__circleBox img {
    left: -7%
}

.p-point__box:nth-of-type(even) .p-point__icon {
    bottom: 15%;
    left: auto;
    right: -5%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.p-achieve {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff8397), to(#fab374));
    background-image: linear-gradient(to right, #ff8397, #fab374);
    border-radius: 25px;
    padding: 15px
}

.p-achieve__box {
    background: #fff;
    border-radius: 15px
}

.p-achieve__inner {
    padding: 30px 80px
}

.p-uniform__item {
    position: relative
}

.p-uniform__icon01 {
    left: 30px;
    position: absolute;
    top: -30px;
    z-index: 1
}

.p-uniform__icon02 {
    bottom: -30px;
    position: absolute;
    right: 30px;
    z-index: 1
}

.p-uniform__left {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(234, 234, 255, .5)), color-stop(rgba(236, 242, 255, .5)), to(rgba(224, 251, 255, .5)));
    background-image: linear-gradient(to top, rgba(234, 234, 255, .5), rgba(236, 242, 255, .5), rgba(224, 251, 255, .5))
}

.p-uniform__right {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 224, 228, .5)), color-stop(rgba(255, 230, 224, .5)), to(rgba(255, 243, 221, .5)));
    background-image: linear-gradient(to top, rgba(255, 224, 228, .5), rgba(255, 230, 224, .5), rgba(255, 243, 221, .5))
}

.p-uniform__box {
    border-radius: 25px;
    padding: 50px
}

.p-uniform__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center
}

.p-access {
    background: url(/import/tenant_1/160.16.98.38/html3/image/about/shape01.webp), url(/import/tenant_1/160.16.98.38/html3/image/about/shape02.webp), url(/import/tenant_1/160.16.98.38/html3/image/about/shape03.webp);
    background-position: center left -10%, center right -30%, bottom right -10%;
    background-repeat: no-repeat;
    background-size: 300px, 500px, 300px
}

.p-access__container {
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    padding: 70px 50px
}

.p-access__container+* {
    margin-top: 70px
}

.p-access__lead {
    text-align: center
}

.p-access__ja {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.63
}

.p-access__en {
    font-family: "La Belle Aurore", cursive;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 2
}

.p-access__table dl {
    border-bottom: 1px solid #ffe0e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.p-access__table dl dt {
    width: 130px
}

.p-access__table dl dd {
    width: calc(100% - 150px)
}

.p-access__image img {
    border-radius: 25px
}

.p-access__map {
    display: block;
    margin-top: 40px;
    padding-top: 40%;
    position: relative
}

.p-access__map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.p-concern .c-card__box {
    margin-top: 50px
}

.p-concern .c-card__box:nth-of-type(even) .c-card__title {
    left: 0;
    position: absolute;
    -webkit-transform: unset;
    transform: unset
}

.p-concern .c-card__body {
    padding-top: 65px
}

.p-concern .c-card__title {
    left: auto;
    position: absolute;
    right: 0;
    top: -5%;
    -webkit-transform: unset;
    transform: unset;
    width: 680px
}

.p-counseling03 {
    background: url(/import/tenant_1/160.16.98.38/html3/image/counseling/shape01.webp), url(/import/tenant_1/160.16.98.38/html3/image/counseling/shape02.webp), url(/import/tenant_1/160.16.98.38/html3/image/counseling/shape03.webp);
    background-position: top 1% right 5%, top 28% right 1%, bottom 34% right 10%;
    background-repeat: no-repeat;
    background-size: 180px, 165px, 125px
}

.p-counseling03__box {
    margin-top: 7%
}

.p-counseling03__box:first-of-type .p-counseling03__icon {
    left: -20%;
    top: -320%
}

.p-counseling03__body {
    width: 48%
}

.p-counseling03__thumb {
    width: 42%
}

.p-counseling03__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.25;
    margin-bottom: 25px;
    position: relative
}

.p-counseling03__icon {
    display: block;
    left: -5%;
    position: absolute;
    top: -5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-counseling03__table {
    width: 100%
}

.p-counseling03__table tr td,
.p-counseling03__table tr th {
    border: solid 1px #00bd8f;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    padding: .5em;
    text-align: center
}

.p-counseling03__table tr:first-child th {
    background-color: #e5f8f4
}

.p-counseling05__box {
    background-color: #ffffe5;
    border-radius: 30px;
    padding: 60px 40px;
    position: relative
}

.p-counseling05__body {
    margin-right: auto;
    width: 90%
}

.p-counseling05__thumb {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

.p-counseling05__thumb figure {
    height: 100%
}

.p-counseling05__thumb img {
    mix-blend-mode: multiply
}

.p-counseling05__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.17;
    margin-bottom: 25px
}

.p-counseling05__icon01 {
    left: 5%;
    position: absolute;
    top: -15%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.p-counseling05__icon02 {
    bottom: 0;
    position: absolute;
    right: 1%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 80px;
    z-index: 1
}

.p-course__inner {
    margin-left: 0
}

.p-course__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10%
}

.p-course__box+* {
    margin-top: 80px
}

.p-course__box:nth-of-type(5n+2) .p-course__body {
    background: #f2fef7
}

.p-course__box:nth-of-type(5n+2) .p-course__title {
    -webkit-box-shadow: 5px 5px 0 #69e7c2;
    box-shadow: 5px 5px 0 #69e7c2;
    color: #27ab60
}

.p-course__box:nth-of-type(5n+3) .p-course__body {
    background: #fcf9f1
}

.p-course__box:nth-of-type(5n+3) .p-course__title {
    -webkit-box-shadow: 5px 5px 0 #f79e7b;
    box-shadow: 5px 5px 0 #f79e7b;
    color: #de7319
}

.p-course__box:nth-of-type(5n+4) .p-course__body {
    background: #f1f9fe
}

.p-course__box:nth-of-type(5n+4) .p-course__title {
    -webkit-box-shadow: 5px 5px 0 #60caff;
    box-shadow: 5px 5px 0 #60caff;
    color: #1c33b8
}

.p-course__box:nth-of-type(5n+5) .p-course__body {
    background: #fcfbee
}

.p-course__box:nth-of-type(5n+5) .p-course__title {
    -webkit-box-shadow: 5px 5px 0 #fef377;
    box-shadow: 5px 5px 0 #fef377;
    color: #ffc200
}

.p-course__body {
    background-color: #fdf5f3;
    border-radius: 20px;
    padding: 70px 40px 50px 15%;
    position: relative;
    width: 65%
}

.p-course__thumb {
    margin-right: -15%;
    margin-top: -10%;
    position: relative;
    width: 43%;
    z-index: 1
}

.p-course__thumb img {
    border-radius: 15px
}

.p-course__en {
    display: block;
    font-family: "La Belle Aurore", cursive;
    font-size: 55px;
    letter-spacing: .05em;
    line-height: 1.3;
    margin-top: 15px;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    white-space: nowrap
}

.p-course__title {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 0 #f4beb3;
    box-shadow: 5px 5px 0 #f4beb3;
    color: #ed4870;
    font-size: 24px;
    font-weight: 700;
    left: 30%;
    line-height: 1.25;
    padding: .5em 1.5em;
    position: absolute;
    top: -2%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 430px;
    z-index: 1
}

.p-course__lead {
    color: #f66;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px
}

.p-course__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71
}

.p-course-price__inner {
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
    position: relative
}

.p-course-price__ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .02em;
    margin: auto;
    padding: 1em;
    width: 80%
}

.p-course-price__ttl img {
    padding-left: 20px
}

.p-course-price__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.p-course02__item {
    background-color: #fdf5f3;
    border-radius: 20px
}

.p-course02__item dt {
    color: #ed4870;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    padding: 20px 50px;
    position: relative;
}

.p-course02__item dt::after {
    content: "\f107";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.p-course02__item dt.is-parent::after {
    -webkit-transform: rotate(180deg) translateY(15px);
    transform: rotate(180deg) translateY(15px)
}

.p-course02__item dd {
  display: none;
    font-weight: 700;
    padding: 25px 50px
}
.p-course02__item+* {
    margin-top: 35px
}

.p-course02__item.color__blue {
    background-color: #f1f9fe
}

.p-course02__item.color__blue dt {
    color: #1c33b8
}

.p-course02-reccomend {
    background: #fff;
    padding: 30px;
    margin-top: 25px
}

.p-course02-reccomend__thumb {
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.p-course02-reccomend__icon {
    margin-bottom: -43px;
    width: 70px
}

.p-course02-material__box {
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px
}

.p-course02-material__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.p-monthly {
    background: url(/import/tenant_1/160.16.98.38/html3/image/bg-shape.webp) no-repeat;
    background-position: left -5% top;
    background-size: 900px
}

.p-monthly__circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffa3a6;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 25px;
    font-weight: 700;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -30px;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: -50px;
    position: relative;
    width: 100px;
    z-index: 1
}

.p-monthly__month {
    text-shadow: 2px 1px 0 #333
}

.p-monthly__num {
    color: #fff;
    font-size: 55px;
    letter-spacing: 0
}

.p-monthly__thumb {
    position: relative
}

.p-monthly__thumb img {
    border-radius: 10px
}

.p-monthly__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center
}

.p-monthly__icon {
    position: absolute;
    z-index: 1
}

.p-monthly__item:nth-of-type(1) .p-monthly__icon,
.p-monthly__item:nth-of-type(10) .p-monthly__icon,
.p-monthly__item:nth-of-type(4) .p-monthly__icon,
.p-monthly__item:nth-of-type(6) .p-monthly__icon,
.p-monthly__item:nth-of-type(8) .p-monthly__icon {
    bottom: -20px;
    left: -20px
}

.p-monthly__item:nth-of-type(12) .p-monthly__icon,
.p-monthly__item:nth-of-type(2) .p-monthly__icon,
.p-monthly__item:nth-of-type(5) .p-monthly__icon,
.p-monthly__item:nth-of-type(7) .p-monthly__icon,
.p-monthly__item:nth-of-type(9) .p-monthly__icon {
    right: -20px;
    top: -80px
}

.p-monthly__item:nth-of-type(3) .p-monthly__icon {
    bottom: -170px;
    right: -80px
}

.p-monthly__item:nth-of-type(11) .p-monthly__icon {
    bottom: -10px;
    right: -7px;
}

.p-joint__box {
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 80px;
    padding: 70px 30px;
    width: 88%
}

.p-joint__box:nth-of-type(even) {
    margin-right: auto
}

.p-joint__box:nth-of-type(even) .p-joint__thumb {
    margin-left: 0;
    margin-right: -15%;
    margin-top: -15%
}

.p-joint__box:nth-of-type(even) .p-joint__icon01 {
    left: auto;
    right: -130px
}

.p-joint__box:nth-of-type(even) .p-joint__icon02 {
    bottom: -40px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.p-joint__box:nth-of-type(3) .p-joint__icon01 {
    left: auto;
    right: -70px
}

.p-joint__box+* {
    margin-top: 160px
}

.p-joint__body {
    width: 65%
}

.p-joint__thumb {
    margin-left: -15%;
    margin-top: -15%;
    position: relative;
    width: 30%
}

.p-joint__circle img {
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 0 #0097ca;
    box-shadow: 10px 10px 0 #0097ca
}

.p-joint__en {
    display: block;
    font-family: "La Belle Aurore", cursive;
    font-size: 55px;
    left: 50%;
    letter-spacing: .05em;
    line-height: 1.3;
    margin-top: 15px;
    position: absolute;
    -webkit-transform: rotate(-5deg) translateX(-50%);
    transform: rotate(-5deg) translateX(-50%);
    white-space: nowrap
}

.p-joint__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.25;
    margin-bottom: 25px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.p-joint__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.71
}

.p-joint__icon01 {
    bottom: 0;
    left: -120px;
    max-width: unset;
    position: absolute
}

.p-joint__icon02 {
    bottom: -60px;
    max-width: unset;
    position: absolute;
    right: 20px
}

.p-member__inner {
    position: relative
}

.p-member__box {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.p-member__box::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #f9bf47), to(rgba(249, 191, 71, 0)));
    background: linear-gradient(to left, #f9bf47 50%, rgba(249, 191, 71, 0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.p-member__thumb img {
    min-height: 200px
}

.p-member__body {
    position: relative;
    z-index: 1
}

.p-member__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: .1em;
    text-align: center;
    text-shadow: 1.3px 1.5px 2px rgba(51, 51, 51, .5)
}

.p-member__icon {
    bottom: -50px;
    display: block;
    position: absolute;
    right: -30px;
    width: 140px;
    z-index: 1
}

.p-hero__circleBg {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.p-hero__circleImg {
    border-radius: 50%
}

.p-sub-hero {
    padding: 50px 0 80px;
    position: relative
}

.p-sub-hero__inner {
    position: relative
}

.p-sub-hero__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.p-sub-hero__en {
    color: #333;
    font-family: Staatliches, cursive;
    font-size: 70px;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: left
}

.p-sub-hero__ja {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1
}

.p-sub-hero__logo {
    margin: 80px auto 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.p-sub-hero__image {
    position: relative
}

.p-sub-hero__image .up-ofi-100 {
    z-index: 1
}

.p-sub-hero__image .p-hero__circleBg {
    right: -5%;
    top: -10%;
    z-index: 0
}

.p-sub-hero__icon01 {
    bottom: -80px;
    left: 45%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 78px
}

.p-sub-hero__icon02 {
    bottom: -80px;
    position: absolute;
    right: 0
}

.p-top-hero {
    height: 80vh;
    position: relative
}

.p-top-hero::after,
.p-top-hero::before {
    background: rgba(255, 255, 229, .6);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 30vw
}

.p-top-hero::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    left: 0
}

.p-top-hero::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
    right: 0;
    z-index: -1
}

.p-top-hero>* {
    height: 100%;
    position: relative
}

.p-top-hero__box {
    height: 100%;
    padding: 5% 0;
    text-align: center;
}

.p-top-hero__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.p-top-hero__mainimg {
    position: relative;
    width: 46%;
    margin-right: auto;
    margin-left: auto
}

.p-top-hero__desc {
  width: 100%;
    left: 15%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.p-top-hero__leadWrap {
}
.p-top-hero__lead {
    
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding: .2em 1em;
    position: relative;
    z-index: 1;
}

.p-top-hero__shape {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-top-hero__logo {
    margin-bottom: 25px;
    max-width: 250px
}
.p-top-hero__logo02 {
  position: absolute;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
}
.p-top-hero__icon01 {
    bottom: -20px;
    left: -50px;
    position: absolute;
    width: 78px
}

.p-top-hero__icon02 {
    bottom: -20px;
    position: absolute;
    right: -50px;
    width: 128px
}

.p-top-hero__circle {
    position: absolute;
    z-index: 1
}

.p-top-hero__circle01 {
    left: 50px;
    top: 20px;
    width: 140px
}

.p-top-hero__circle01 .p-hero__circleBg {
    left: 5px;
    top: 5px
}

.p-top-hero__circle02 {
    bottom: -10%;
    left: 30px;
    width: 210px
}

.p-top-hero__circle02 .p-hero__circleBg {
    right: -11px;
    top: -27px
}

.p-top-hero__circle03 {
    right: 70px;
    top: 15px;
    width: 250px
}

.p-top-hero__circle03 .p-hero__circleBg {
    right: -5px;
    top: -5px
}

.p-top-hero__circle04 {
    right: 10px;
    top: 42%;
    width: 130px
}

.p-top-hero__circle04 .p-hero__circleBg {
    right: -5px;
    top: 5px
}

.p-top-hero__circle05 {
    bottom: 10px;
    right: 60px;
    width: 200px
}

.p-top-hero__circle05 .p-hero__circleBg {
    right: -5px;
    top: -48px
}

.p-home-news {
    position: relative
}

.p-home-news::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/shape-large02.webp) no-repeat;
    background-size: contain;
    bottom: -300px;
    content: "";
    display: block;
    height: 500px;
    position: absolute;
    right: 0;
    width: 900px
}

.p-home-news__box {
    position: relative;
    width: 77%
}

.p-home-news dl {
    border-bottom: 1px solid #e5e1dd;
    padding: 25px 0
}

.p-home-news dl:first-child {
    border-top: 1px solid #e5e1dd
}

.p-home-news dl dt {
    margin-right: 25px
}

.p-home-news dl dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 10%;
    padding-right: 3em;
}

.p-home-news__title {
    font-weight: 700;
    line-height: 1.5;
    position: relative
}

.p-home-news__title a::after {
    color: #e5e1dd;
    content: "\f054";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-home-news__title a:hover::after {
    color: #f17657;
    -webkit-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.p-home-news__icon {
    bottom: -150px;
    left: -50px;
    position: absolute
}

.p-home-about>* {
    position: relative
}

.p-home-about__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 50px;
    text-align: center
}

.p-home-about__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 50px;
    text-align: center
}

.p-home-about__logoBox ul li:not(:last-of-type) .p-home-about__logo {
    border-right: 1px solid #e5e1dd
}

.p-home-about__icon01 {
    position: absolute;
    right: 0;
    top: 0
}

.p-home-about__icon02 {
    bottom: -25%;
    left: -30px;
    position: absolute
}

.p-home-about__icon03 {
    bottom: -30%;
    position: absolute;
    right: 0
}

.p-home-school__box {
    position: relative
}

.p-home-school__icon01 {
    position: absolute;
    right: 20%;
    top: 0
}

.p-home-school__item {
    float: left;
    position: relative;
    width: 48%
}

.p-home-school__item:nth-of-type(even) {
    float: right
}

.p-home-school__item:nth-of-type(2) {
    margin-top: 26%
}

.p-home-school__item:nth-of-type(5n+2) .p-home-school__title {
    -webkit-box-shadow: 5px 5px 0 #69e7c2;
    box-shadow: 5px 5px 0 #69e7c2;
    color: #27ab60
}

.p-home-school__item:nth-of-type(5n+3) .p-home-school__title {
    -webkit-box-shadow: 5px 5px 0 #f79e7b;
    box-shadow: 5px 5px 0 #f79e7b;
    color: #de7319
}

.p-home-school__item:nth-of-type(5n+3) .p-home-school__icon02 {
    left: -40px;
    position: absolute;
    top: -140px
}

.p-home-school__item:nth-of-type(5n+4) {
    position: relative
}

.p-home-school__item:nth-of-type(5n+4) .p-home-school__title {
    -webkit-box-shadow: 5px 5px 0 #60caff;
    box-shadow: 5px 5px 0 #60caff;
    color: #1c33b8
}

.p-home-school__item:nth-of-type(5n+4) .p-home-school__icon03 {
    left: -10px;
    position: absolute;
    top: -40px
}

.p-home-school__item:nth-of-type(5n+5) .p-home-school__title {
    -webkit-box-shadow: 5px 5px 0 #fef377;
    box-shadow: 5px 5px 0 #fef377;
    color: #ffc200
}

.p-home-school__body {
    background: #ebecec;
    border-radius: 15px;
    margin-left: auto;
    margin-top: -10%;
    padding: 5% 10% 30px 20px;
    width: 83%
}

.p-home-school__thumb {
    margin-right: auto;
    width: 95%
}

.p-home-school__thumb img {
    border-radius: 15px
}

.p-home-school__title {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 0 #f4beb3;
    box-shadow: 5px 5px 0 #f4beb3;
    color: #ed4870;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    padding: .5em 1.5em;
    position: relative;
    -webkit-transform: translate(-10%, -20%);
    transform: translate(-10%, -20%);
    width: 100%;
    z-index: 1
}

.p-home-school__text {
    font-size: 14px;
    font-weight: 700
}

.p-home-service__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-home-service__thumb {
    width: 66%
}

.p-home-service__thumb figure {
    height: 100%;
    width: 100%
}

.p-home-service__thumb figure img {
    border-radius: 15px
}

.p-home-service__body {
    background: #fff;
    margin-right: -8%;
    padding: 50px;
    position: relative;
    text-align: center;
    width: 42%;
    z-index: 1
}

.p-home-service__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 30px
}

.p-home-service__button {
    margin-right: -30%
}

.p-home-service__item02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 90px 30px;
    position: relative
}

.p-home-service__thumb02 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.p-home-service__thumb02 figure {
    display: block;
    height: 100%;
    width: 100%
}

.p-home-service__thumb02 img {
    border-radius: 15px
}

.p-home-service__body02 {
    background: rgba(255, 255, 255, .8);
    border-radius: 15px;
    padding: 25px 30px;
    position: relative;
    text-align: center;
    z-index: 1
}

.p-home-faq {
    position: relative
}

.p-home-faq::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/shape-large.webp) no-repeat;
    background-size: contain;
    content: "";
    height: 1000px;
    position: absolute;
    top: -80%;
    width: 1500px;
    z-index: -1
}

.p-home-faq .c-faq__box {
    position: relative;
    z-index: 1;
}

.p-home-faq::after {
    background: url(/import/tenant_1/160.16.98.38/html3/image/shape02.webp) no-repeat;
    background-size: contain;
    bottom: -30%;
    content: "";
    height: 300px;
    position: absolute;
    right: 14%;
    width: 300px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: -1
}

.p-home-recruit__box {
    padding: 8%;
    position: relative
}

.p-home-recruit__body {
    color: #fff;
    display: -ms-grid;
    display: grid;
    place-items: center
}

.p-home-recruit__bg {
    background: #333;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.p-home-recruit__bg img {
    opacity: .2
}

.p-home-blog__inner {
    padding-left: 85px;
    padding-right: 85px
}

.p-home-blog__box {
  position: relative;
}
.p-home-blog__icon {
  position: absolute;
  right: 0;
  top: -170px;
  display: block;
}
.p-home-blog__icon .c-icon--text img {
  margin: auto
}

.p-greeting {
    position: relative
}

.p-greeting::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/shape-large03.webp) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 850px;
    left: 45%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1300px;
    z-index: -1
}

.p-greeting__container {
    background-color: rgba(255, 255, 255, .7);
    border-radius: 10px;
    margin-top: 20px;
    padding: 40px
}

.p-greeting__image {
    position: absolute;
    right: -5%;
    top: -10%;
    width: 350px;
    z-index: -1
}

.p-greeting__image img {
    border-radius: 50%
}

.p-greeting__text {
    font-size: 14px;
    font-weight: 700
}

.p-greeting .inner900 {
    position: relative
}

.p-greeting__icon01 {
    bottom: -60px;
    left: -20px;
    position: absolute;
    z-index: 1
}

.p-greeting__icon02 {
    bottom: -30%;
    position: absolute;
    right: -20px;
    z-index: 1
}

.p-company__map {
    display: block;
    margin-top: 50px;
    padding-top: 40%;
    position: relative
}

.p-company__map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.p-info__table {
    width: 100%
}

.p-info__table tr th {
    background-color: #fdeeec;
    border: solid 1px #ec7766;
    letter-spacing: .05em;
    padding: 1.2em;
    text-align: left;
    width: 230px
}

.p-info__table tr td {
    border: solid 1px #ec7766;
    border-left: none;
    padding: 1.2em;
    width: calc(100% - 230px)
}

.table--blue tr th {
    background-color: #e0f2f9;
    border: solid 1px #0097ca
}

.table--blue tr td {
    border: solid 1px #0097ca
}

.p-instructor__inner {
    margin-left: 0
}

.p-instructor__box+* {
    margin-top: 80px
}

.p-instructor__body {
    background-color: #ebecec;
    border-radius: 15px;
    margin-left: auto;
    padding: 45px 35px;
    width: 80%
}

.p-instructor__thumb {
    /* -webkit-transform: translateY(90px);
    transform: translateY(90px); */
    width: 100%
}

.p-instructor__circle {
    width: 57%
}

.p-instructor__circle img {
    border-radius: 50%
}

.p-instructor__en {
    font-family: "La Belle Aurore", cursive;
    font-size: 30px;
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: right;
}
.p-instructor__ja { 
  text-align: right;
}
.p-instructor__birth {
    font-family: Staatliches, cursive;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 40px;
    margin-left: auto;
    max-width: 200px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.p-instructor__birth::after {
    background-color: #fff;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 130%
}

.p-instructor__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71
}

.p-online {
    background: url(/import/tenant_1/160.16.98.38/html3/image/online/bg-shape01.webp), url(/import/tenant_1/160.16.98.38/html3/image/online/bg-shape02.webp), url(/import/tenant_1/160.16.98.38/html3/image/online/bg-shape03.webp), url(/import/tenant_1/160.16.98.38/html3/image/online/bg-shape04.webp);
    background-position: top 10% right 10%, center left, center center, 88% 80%;
    background-repeat: no-repeat;
    background-size: 180px, 180px, 200px, 240px
}

.p-online__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%
}

.p-online__box:nth-of-type(even) {
    margin-left: auto
}

.p-online__box+* {
    margin-top: 70px
}

.p-online__body {
    margin-top: 40px;
    width: 65%
}

.p-online__thumb {
    width: 30%
}

.p-online__circle {
    margin-left: auto;
    width: 90%;
    position: relative
}

.p-online__circle img {
    border-radius: 50%
}

.p-online__circleBg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}

.p-online__circleBg img {
    border-radius: unset
}

.circleBg01 {
    right: -5px;
    top: -48px
}

.circleBg02 {
    right: -5px;
    top: -5px
}

.circleBg03 {
    right: -11px;
    top: -27px
}

@media (max-width:1024px) {
    .circleBg01 {
        top: -28px
    }

    .circleBg03 {
        right: -4px
    }
}

.p-online__en {
    color: #d2d0d0;
    font-family: "La Belle Aurore", cursive;
    font-size: 79px;
    letter-spacing: .05em;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.p-online__birth {
    font-family: Staatliches, cursive;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 40px;
    margin-left: auto;
    max-width: 200px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.p-online__birth::after {
    background-color: #fff;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 130%
}

.p-online__lead {
    color: #f66;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 25px
}

.p-online__text {
    font-size: 14px;
    font-weight: 700
}

.p-online-course__box {
    background-color: #fdf5f3;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 35px
}

.p-online-course__box+* {
    margin-top: 90px
}

.p-online-course__body {
    width: 60%
}

.p-online-course__thumb {
    position: relative;
    width: 35%
}

.p-online-course__circle {
    -webkit-transform: translate(-30%, -35%);
    transform: translate(-30%, -35%)
}

.p-online-course__circle img {
    border-radius: 50%;
    -webkit-box-shadow: 8px -8px 0 #ed4870;
    box-shadow: 8px -8px 0 #ed4870
}

.p-online-course__en {
    display: block;
    font-family: "La Belle Aurore", cursive;
    font-size: 55px;
    left: 50%;
    letter-spacing: .05em;
    line-height: 1.3;
    margin-top: 15px;
    position: absolute;
    -webkit-transform: rotate(-5deg) translateX(-50%);
    transform: rotate(-5deg) translateX(-50%);
    white-space: nowrap
}

.p-online-course__title {
    color: #ed4870;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 15px
}

.p-online-course__lead {
    color: #f66;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.p-online-course__text {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}

.p-online-course__button>* {
    margin-top: 15px
}

.p-online-course__table {
    margin-top: 15px;
    width: 100%
}

.p-online-course__table tr {
    background: #fff
}

.p-online-course__table tr td,
.p-online-course__table tr th {
    border: 1px solid #fdf5f3;
    font-size: 14px;
    font-weight: 700;
    padding: 1em .5em
}

.p-online-course__item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.p-online-course__item::before {
    background-color: #f66;
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    margin-right: 5px;
    width: 9px
}

.p-online-course__item02 {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    position: relative
}

.p-online-course__item02::before {
    color: #95dcb8;
    content: "\f00c";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px
}

.p-purpose__box {
    background-color: #f1f9fe;
    border-radius: 20px;
    padding: 5.5%
}

.p-purpose__lead {
    color: #f66;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.63;
    margin-bottom: 25px;
    text-align: center
}

.p-purpose__lead.lead-fz-medium {
    font-size: 16px
}

.p-purpose__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 45px
}

.p-purpose-course__box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center
}

.p-purpose-course__title {
    color: #1c33b8;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

.p-purpose-course__text {
    font-size: 14px;
    font-weight: 700
}

.p-flow__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.p-flow__box:not(:last-of-type)::before {
    background-color: #27ab60;
    content: "";
    display: block;
    height: calc(100% + 35px);
    left: 7.5%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px
}

.p-flow__box+* {
    margin-top: 35px
}

.p-flow__left {
    width: 15%
}

.p-flow__right {
    margin-top: 40px;
    width: 80%
}

.p-flow__circle {
    background-color: #27ab60;
    border-radius: 50%;
    position: relative
}

.p-flow__circle::after {
    content: "";
    display: block;
    padding-top: 100%
}

.p-flow__step {
    color: #fff;
    display: block;
    font-family: Staatliches, cursive;
    font-size: 25px;
    left: 50%;
    letter-spacing: .02em;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-flow__step--large {
    font-size: 40px
}

.p-flow__title {
    color: #f66;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 20px
}

.p-flow__item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2em
}

.p-flow__item+* {
    margin-top: 20px
}

.p-flow__num {
    color: #83d8ae;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-right: 10px
}

.p-flow__link {
    border-bottom: 1px solid;
    color: rgba(255, 102, 102, .7);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29
}

.p-online-instructor__thumb img {
    border-radius: 50%
}

.p-online-instructor__body {
    margin-top: 10px;
    text-align: center
}

.p-online-instructor__en {
    font-family: "La Belle Aurore", cursive;
    font-size: 30px;
    letter-spacing: .02em;
    line-height: 1.2
}

.p-online-instructor__ja {
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2
}

.p-online-voice__box {
    position: relative
}

.p-online-voice__thumb {
    left: 10%;
    position: absolute;
    top: 6%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 28%;
    z-index: -1
}

.p-online-voice__body {
    margin-left: auto;
    width: 90%
}

.p-online-faq {
    position: relative
}

.p-online-faq::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/shape-large.webp) no-repeat;
    background-size: contain;
    content: "";
    height: 1000px;
    left: 55%;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1500px;
    z-index: -1
}

.p-rate__box {
    background-color: #fdf5f3;
    border-radius: 20px;
    padding: 20px 50px 100px
}

.p-rate__box+* {
    margin-top: 35px
}

.p-rate__box.color__blue {
    background: #f1f9fe
}

.p-rate__box.color__blue .p-rate__lead {
    color: #1c33b8
}

.p-rate__lead {
    color: #ed4870;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px
}

.p-rate__lead.lead-fz-medium {
    font-size: 24px
}

.p-recruit01 {
    background: url(/import/tenant_1/160.16.98.38/html3/image/recruit/shape01.webp);
    background-position: top right 20%;
    background-repeat: no-repeat;
    background-size: 150px;
    position: relative
}

.p-recruit01::before {
    background: url(/import/tenant_1/160.16.98.38/html3/image/recruit/shape02.webp) no-repeat;
    background-size: contain;
    bottom: -30%;
    content: "";
    display: block;
    height: 500px;
    position: absolute;
    right: -7%;
    width: 900px;
    z-index: -1
}

.p-recruit01::after {
    background: url(/import/tenant_1/160.16.98.38/html3/image/recruit/shape03.webp) no-repeat;
    background-size: contain;
    bottom: -34%;
    content: "";
    display: block;
    height: 240px;
    left: 6%;
    position: absolute;
    width: 240px;
    z-index: -1
}

.p-recruit01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.p-recruit01__thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 40%
}

.p-recruit01__thumb figure {
    position: relative
}

.p-recruit01__thumbImg {
    border-radius: 50%
}

.p-recruit01__body {
    background: #ebecec;
    margin-left: auto;
    margin-top: 30%;
    padding: 30px 30px 30px 50px;
    width: 85%;
    border-radius: 15px
}

.p-recruit01__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    margin-bottom: 35px;
    text-align: center
}

.p-recruit01__circle {
    height: 100%;
    left: -5px;
    position: absolute;
    top: -20%;
    width: 100%;
    z-index: -1
}

.p-recruit02>* {
    position: relative
}

.p-recruit02__icon {
    left: 0;
    position: absolute;
    top: -10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.p-recruit02__table {
    width: 100%
}

.p-recruit02__table tr {
    border-bottom: 1px solid #ffdddf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 23px;
    text-align: left
}

.p-recruit02__en {
    color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "La Belle Aurore", cursive;
    font-size: 20px;
    line-height: 2;
    width: 25%
}

.p-recruit02__ja {
    color: #555;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    width: 20%
}

.p-textbook02__box {
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    box-shadow: 1.3px 1.5px 16.8px 4.2px rgba(51, 51, 51, .15);
    padding: 5% 10% 10%
}

.p-textbook02__box+* {
    margin-top: 7%
}

.p-tuition__item:nth-of-type(5n+2) .p-tuition__box {
    background-color: #f2fef7
}

.p-tuition__item:nth-of-type(5n+2) .p-tuition__en {
    color: #27ab60
}

.p-tuition__item:nth-of-type(5n+3) .p-tuition__box {
    background-color: #f2fef7
}

.p-tuition__item:nth-of-type(5n+3) .p-tuition__en {
    color: #de7319
}

.p-tuition__item:nth-of-type(5n+4) .p-tuition__box {
    background-color: #fcf9f1
}

.p-tuition__item:nth-of-type(5n+4) .p-tuition__en {
    color: #de7319
}

.p-tuition__item:nth-of-type(5n+5) .p-tuition__box {
    background-color: #f1f9fe
}

.p-tuition__item:nth-of-type(5n+5) .p-tuition__en {
    color: #1c33b8
}

.p-tuition__box {
    background-color: #fdf5f3;
    border-radius: 20px;
    padding: 0 35px 50px 35px
}

.p-tuition__title {
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%)
}

.p-tuition__lead {
    color: #f66;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px
}

.p-tuition__en {
    color: #ed4870;
    font-family: Staatliches, cursive;
    font-size: 36px;
    letter-spacing: .02em;
    line-height: 1.2
}

.p-tuition__ja {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2
}

.p-tuition__table01 {
    margin-bottom: 30px;
    width: 100%
}

.p-tuition__table01 tr td,
.p-tuition__table01 tr th {
    font-size: 14px;
    font-weight: 700;
    padding: .5em 1em
}

.p-tuition__table01 tr td {
    background: #fff;
    border: 1px solid #fdf5f3
}

.p-tuition__table02 dl {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.p-tuition__table02 dl dd,
.p-tuition__table02 dl dt {
    font-size: 14px;
    font-weight: 700
}

.p-tuition__table02 dl dt {
    width: 130px
}

.p-tuition__table02 dl dd {
    width: calc(100% - 150px)
}

.p-tuition__list {
    position: relative
}

.p-tuition__icon {
    bottom: 5%;
    position: absolute;
    right: 5%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.p-others__inner>* {
    position: relative
}

.p-others__icon01 {
    left: 0;
    position: absolute;
    top: -2%
}

.p-others01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.p-others01__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fcfbee;
    border-radius: 15px;
    -webkit-box-shadow: 5px 8px 0 #f6ed77;
    box-shadow: 5px 8px 0 #f6ed77;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .02em;
    padding: 2em;
    text-align: center
}

.p-others01__title {
    font-size: 14px;
    font-weight: 700
}

.p-others__table {
    margin-top: 3%
}

.p-others__table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-others__table dl dd,
.p-others__table dl dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px
}

.p-others__table dl dt {
    background-color: #b8f4e5;
    color: #008e67;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    width: 360px
}

.p-others__table dl dd {
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    width: calc(100% - 360px)
}

.p-others02 {
    margin-top: 7%
}

.p-others02__box {
    background: #fff;
    border-radius: 20px;
    padding: 5% 8%
}

.p-others02__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px
}

.p-others02__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em
}

@media screen and (max-width:1024px) {
    .button-mt-xlarge {
        margin-top: 56px
    }

    .button-mt-large {
        margin-top: 48px
    }

    .button-mt-medium {
        margin-top: 40px
    }

    .button-mt-small {
        margin-top: 32px
    }

    .button-mt-xsmall {
        margin-top: 24px
    }

    .button-left\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .button-right\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .button-center\@tb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .button-mt-none\@tb {
        margin-top: 0
    }

    .heading-fz-xlarge {
        font-size: 35.2px
    }

    .heading-fz-large {
        font-size: 32px
    }

    .heading-fz-medium {
        font-size: 28.8px
    }

    .heading-fz-small {
        font-size: 19.2px
    }

    .heading-fz-xsmall {
        font-size: 16px
    }

    .heading--horizontal\@tb {
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial
    }

    .heading-mb-xxlarge {
        margin-bottom: 56px
    }

    .heading-mb-xlarge {
        margin-bottom: 56px
    }

    .heading-mb-large {
        margin-bottom: 48px
    }

    .heading-mb-medium {
        margin-bottom: 40px
    }

    .heading-mb-small {
        margin-bottom: 32px
    }

    .heading-mb-xsmall {
        margin-bottom: 24px
    }

    .heading-mb-none\@tb {
        margin-bottom: 0
    }

    .section-my-xlarge {
        margin-bottom: 104px;
        margin-top: 104px
    }

    .section-mt-xlarge {
        margin-top: 104px
    }

    .section-mb-xlarge {
        margin-bottom: 104px
    }

    .section-my-large {
        margin-bottom: 96px;
        margin-top: 96px
    }

    .section-mt-large {
        margin-top: 96px
    }

    .section-mb-large {
        margin-bottom: 96px
    }

    .section-my-medium {
        margin-bottom: 80px;
        margin-top: 80px
    }

    .section-mt-medium {
        margin-top: 80px
    }

    .section-mb-medium {
        margin-bottom: 80px
    }

    .section-my-small {
        margin-bottom: 64px;
        margin-top: 64px
    }

    .section-mt-small {
        margin-top: 64px
    }

    .section-mb-small {
        margin-bottom: 64px
    }

    .section-my-xsmall {
        margin-bottom: 56px;
        margin-top: 56px
    }

    .section-mt-xsmall {
        margin-top: 56px
    }

    .section-mb-xsmall {
        margin-bottom: 56px
    }

    .section-py-xlarge {
        padding-bottom: 104px;
        padding-top: 104px
    }

    .section-pt-xlarge {
        padding-top: 104px
    }

    .section-pb-xlarge {
        padding-bottom: 104px
    }

    .section-py-large {
        padding-bottom: 96px;
        padding-top: 96px
    }

    .section-pt-large {
        padding-top: 96px
    }

    .section-pb-large {
        padding-bottom: 96px
    }

    .section-py-medium {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .section-pt-medium {
        padding-top: 80px
    }

    .section-pb-medium {
        padding-bottom: 80px
    }

    .section-py-small {
        padding-bottom: 64px;
        padding-top: 64px
    }

    .section-pt-small {
        padding-top: 64px
    }

    .section-pb-small {
        padding-bottom: 64px
    }

    .section-py-xsmall {
        padding-bottom: 56px;
        padding-top: 56px
    }

    .section-pt-xsmall {
        padding-top: 56px
    }

    .section-pb-xsmall {
        padding-bottom: 56px
    }

    .c-banner__left {
        padding: 40px 0
    }

    .c-banner__left__lead {
        font-size: 24px
    }

    .c-banner__left__lead .lead--small {
        font-size: 16px
    }

    .c-banner__tel {
        font-size: 16px
    }

    .c-banner__tel-num {
        font-size: 24px
    }

    .c-banner__icon {
        left: 7%;
        top: -50px;
        width: 150px
    }

    .c-banner__left__lead .lead--small {
        font-size: 14px
    }

    .c-banner__tel {
        font-size: 14px
    }

    .c-banner__icon {
        left: 10%;
        top: -35px;
        width: 100px
    }

    .c-bg__gray::before {
        height: 20vh;
        top: -20vh
    }

    .c-bg__gray::after {
        bottom: -20vh;
        height: 20vh
    }

    .c-bg__gray02::before {
        height: 20vh;
        top: -20vh
    }

    .c-bg__gray02::after {
        bottom: -20vh;
        height: 20vh
    }

    .c-shape__bg {
        top: -80px
    }

    .c-shape__icon {
        left: 5%;
        width: 80px
    }

    .c-shape>::after {
        bottom: -10%;
        height: 250px;
        right: -10%;
        width: 300px
    }

    .button--medium>* {
        font-size: 18px
    }

    .button--large>* {
        font-size: 18px
    }

    .c-card__body {
        padding-left: 20%;
        width: 85%
    }

    .c-card__title {
        font-size: 20px;
        left: 25%;
        width: 350px
    }

    .c-card__en {
        font-size: 25px;
    }

    .c-form__require {
        font-size: 12px
    }

    .c-heading--primary {
        margin-bottom: 56px
    }

    .c-heading__en {
        font-size: 40px
    }

    .c-heading__en::before {
        left: -60px;
        width: 40px
    }

    .c-heading__ja {
        font-size: 15px
    }

    .c-heading02__ja {
        font-size: 36px
    }

    .c-heading02__ja::before {
        width: 40px
    }

    .c-heading03__ja {
        font-size: 22px
    }

    .c-lead--medium {
        font-size: 18px
    }

    .c-lead--large {
        font-size: 20px
    }

    .c-pagenation__item,
    .c-pagenation__item.is-current {
        font-size: 24px
    }

    .c-side__box+* {
        margin-top: 50px
    }

    .c-side__title {
        font-size: 24px
    }

    .c-text--large {
        font-size: 18px
    }

    .p-home-school__icon01 {
        top: 1%;
        width: 70px
    }

    .p-header__cmn {
        padding: 10px 0
    }
    
    .p-header__logo img {
      width: 90px
    }

    .overlay.active {
        background: #000;
        width: 100vw;
        height: 100vh;
        left: 0;
        opacity: .3;
        position: fixed;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: 210
    }

    .p-globalNav {
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; */
      display: block;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        opacity: 0;
        overflow-y: auto;
        padding: 50px 50px 80px;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translate3d(40%, 0, 0);
                transform: translate3d(40%, 0, 0);
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
        visibility: hidden;
        height: 100vh
    }

    .p-globalNav.action {
        opacity: 1;
        visibility: visible;
        z-index: 220;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .3s linear;
        transition: -webkit-transform .3s linear;
        transition: transform .3s linear;
        transition: transform .3s linear, -webkit-transform .3s linear;
    }

    .p-globalNav__item {
        margin: 10px 0
    }

    .p-globalNav__item a {
        
        padding: 0
    }

    .p-globalNav__child {
        padding-left: 1em
    }

    .p-hamburger {
        display: block
    }

    .p-point__circle {
        right: -32%;
        top: 0
    }

    .p-point__circleBox {
        font-size: 20px;
        height: 100px;
        width: 100px
    }

    .p-point__num {
        font-size: 24px
    }

    .p-achieve__inner {
        padding: 15px 40px
    }

    .p-concern .c-card__title {
        width: 600px
    }

    .p-counseling05__thumb {
        width: 70%
    }

    .p-course02__item dt {
        font-size: 20px
    }

    .p-course02__item dd {
        padding: 0 25px
    }

    .p-monthly {
        background-size: 600px
    }

    .p-monthly__item:nth-of-type(3) .p-monthly__icon {
        bottom: 0;
        right: 0
    }

    .p-joint__box {
        margin-top: 30px
    }

    .p-joint__box:nth-of-type(even) .p-joint__icon01 {
        right: -80px
    }

    .p-joint__box+* {
        margin-top: 100px
    }

    .p-joint__en {
        font-size: 35px;
        white-space: unset
    }

    .p-joint__icon01 {
        left: -90px;
        max-width: 70px
    }

    .p-joint__icon02 {
        max-width: 70px
    }

    .p-member__title {
        font-size: 32px
    }

    .p-member__icon {
        right: 10px;
        width: 100px
    }

    .p-sub-hero__en {
        font-size: 50px
    }

    .p-sub-hero__logo img {
        max-width: 100px
    }

    .p-sub-hero__icon01 {
        width: 60px
    }

    .p-sub-hero__icon02 {
        width: 80px
    }

    

.p-top-hero__desc {
  top: 55%;
}
    .p-top-hero__lead {
        font-size: 30px
    }

    .p-top-hero__logo {
        max-width: 180px
    }

    .p-top-hero__logo02 {
        max-width: 150px
    }

    .p-top-hero__mainimg {
        width: 65%
    }

    .p-top-hero__icon01 {
        left: 40px;
        width: 60px
    }

    .p-top-hero__icon02 {
        right: 40px;
        width: 80px
    }

    .p-top-hero__circle01 {
        left: 50px;
        top: 20px;
        width: 130px
    }

    .p-top-hero__circle01 .p-hero__circleBg {
        left: 5px;
        top: 5px
    }

    .p-top-hero__circle02 {
        bottom: 0;
        left: 30px;
        width: 130px
    }

    .p-top-hero__circle02 .p-hero__circleBg {
        right: -11px;
        top: -21px
    }

    .p-top-hero__circle03 {
        right: 70px;
        top: 15px;
        width: 150px
    }

    .p-top-hero__circle03 .p-hero__circleBg {
        right: -5px;
        top: -5px
    }

    .p-top-hero__circle04 {
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100px
    }

    .p-top-hero__circle04 .p-hero__circleBg {
        right: -5px;
        top: 5px
    }

    .p-top-hero__circle05 {
        bottom: 10px;
        right: 0;
        width: 130px
    }

    .p-top-hero__circle05 .p-hero__circleBg {
        right: -5px;
        top: -28px
    }

    .p-home-about__title {
        font-size: 24px;
        margin-bottom: 25px
    }

    .p-home-about__text {
        font-size: 16px;
        margin-bottom: 25px;
        text-align: left
    }

    .p-home-school__item {
        width: 49%
    }

    .p-home-school__title {
        font-size: 20px
    }

    .p-home-service__body {
        padding: 20px
    }

    .p-home-service__title {
        font-size: 20px
    }

    .p-home-service__item02 {
        padding: 45px 10px
    }

    .p-home-service__body02 {
        padding: 10px
    }

    .p-greeting__image {
        top: 5%;
        width: 150px
    }

    .p-greeting__icon02 {
        bottom: -25%
    }

    .p-info__table tr th {
        width: 180px
    }

    .p-online__circle {
        width: 70%
    }

    .p-online__en {
        font-size: 45px
    }

    .p-purpose__lead {
        font-size: 20px
    }

    .p-purpose-course__title {
        font-size: 20px
    }

    .p-flow__step {
        font-size: 18px
    }

    .p-flow__step--large {
        font-size: 24px
    }

    .p-online-faq::before {
        height: 800px;
        width: 1000px
    }

    .p-recruit01__body {
        padding: 20px
    }

    .p-others__table dl dt {
        width: 200px
    }

    .p-others__table dl dd {
        width: calc(100% - 200px)
    }

    .button-w-full\@tb>* {
        width: 100%
    }
    .table--fixed {
        overflow-x: auto;
        width: 100%
    }

    .table--fixed .c-table02 {
        width: 1000px
    }

    .table--fixed .c-table02 tr th:first-child {
        background: #fde4e2;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
        left: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 20%
    }

    .table--fixed .c-table02 tr th:first-child:before {
        border: 1px solid #fde4e2;
        content: "";
        height: 100%;
        left: -1px;
        position: absolute;
        top: -1px;
        width: 100%
    }

    .table--fixed .c-table02 tr td {
        background: #fff;
    }
}

@media screen and (max-width:599px) {

    .inner,
    .inner1100,
    .inner1200,
    .inner1300,
    .inner1400,
    .inner1500,
    .inner500,
    .inner600,
    .inner700,
    .inner800,
    .inner900,
    .inner950 {
        width: 92%
    }

    .button-mt-xlarge {
        margin-top: 49px
    }

    .button-mt-large {
        margin-top: 42px
    }

    .button-mt-medium {
        margin-top: 35px
    }

    .button-mt-small {
        margin-top: 28px
    }

    .button-mt-xsmall {
        margin-top: 21px
    }

    .button-mt-none\@sp {
        margin-top: 0
    }

    .button-left\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .button-right\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .button-center\@sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .heading-fz-xlarge {
        font-size: 26.4px
    }

    .heading-fz-large {
        font-size: 24px
    }

    .heading-fz-medium {
        font-size: 21.6px
    }

    .heading-fz-small {
        font-size: 14.4px
    }

    .heading-fz-xsmall {
        font-size: 12px
    }

    .heading--horizontal\@sp {
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial
    }

    .heading--horizontal\@sp .c-heading__en::before {
        height: 1px;
        left: -40px;
        top: 50%;
        width: 20px
    }

    .heading-mb-xlarge {
        margin-bottom: 49px
    }

    .heading-mb-xlarge {
        margin-bottom: 49px
    }

    .heading-mb-large {
        margin-bottom: 42px
    }

    .heading-mb-medium {
        margin-bottom: 35px
    }

    .heading-mb-small {
        margin-bottom: 28px
    }

    .heading-mb-xsmall {
        margin-bottom: 21px
    }

    .heading-mb-none\@sp {
        margin-bottom: 0
    }

    .section-my-xlarge {
        margin-bottom: 78px;
        margin-top: 78px
    }

    .section-mt-xlarge {
        margin-top: 78px
    }

    .section-mb-xlarge {
        margin-bottom: 78px
    }

    .section-my-large {
        margin-bottom: 72px;
        margin-top: 72px
    }

    .section-mt-large {
        margin-top: 72px
    }

    .section-mb-large {
        margin-bottom: 72px
    }

    .section-my-medium {
        margin-bottom: 60px;
        margin-top: 60px
    }

    .section-mt-medium {
        margin-top: 60px
    }

    .section-mb-medium {
        margin-bottom: 60px
    }

    .section-my-small {
        margin-bottom: 48px;
        margin-top: 48px
    }

    .section-mt-small {
        margin-top: 48px
    }

    .section-mb-small {
        margin-bottom: 48px
    }

    .section-my-xsmall {
        margin-bottom: 42px;
        margin-top: 42px
    }

    .section-mt-xsmall {
        margin-top: 42px
    }

    .section-mb-xsmall {
        margin-bottom: 42px
    }

    .section-py-xlarge {
        padding-bottom: 78px;
        padding-top: 78px
    }

    .section-pt-xlarge {
        padding-top: 78px
    }

    .section-pb-xlarge {
        padding-bottom: 78px
    }

    .section-py-large {
        padding-bottom: 72px;
        padding-top: 72px
    }

    .section-pt-large {
        padding-top: 72px
    }

    .section-pb-large {
        padding-bottom: 72px
    }

    .section-py-medium {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .section-pt-medium {
        padding-top: 60px
    }

    .section-pb-medium {
        padding-bottom: 60px
    }

    .section-py-small {
        padding-bottom: 48px;
        padding-top: 48px
    }

    .section-pt-small {
        padding-top: 48px
    }

    .section-pb-small {
        padding-bottom: 48px
    }

    .section-py-xsmall {
        padding-bottom: 42px;
        padding-top: 42px
    }

    .section-pt-xsmall {
        padding-top: 42px
    }

    .section-pb-xsmall {
        padding-bottom: 42px
    }

    .c-bg__gray::before {
        height: 10vh;
        top: -10vh
    }

    .c-bg__gray::after {
        bottom: -10vh;
        height: 10vh
    }

    .c-bg__gray02::before {
        height: 10vh;
        top: -10vh
    }

    .c-bg__gray02::after {
        bottom: -10vh;
        height: 10vh
    }

    .c-bg__red::before {
        height: 300px;
        width: 500px
    }

    .c-shape__bg {
        top: -50px
    }

    .c-shape__icon {
        left: 1%;
        width: 50px
    }

    .c-icon__en {
        font-size: 14px
    }

    .c-icon--text img {
        width: 60%
    }

    .c-shape>::after {
        bottom: -4%;
        height: 100px;
        right: -10%;
        width: 150px
    }

    .button--medium>* {
        font-size: 16px
    }

    .button--large>* {
        font-size: 16px;
        width: 300px
    }

    .c-card__box {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding-top: 0
    }

    .c-card__body {
        margin-top: -5% !important;
        padding: 10% 5% 5% !important;
        width: 100%
    }

    .c-card__thumb {
        margin: 0 auto 0 !important;
        width: 90% !important
    }

    .c-card__title {
        left: auto;
        margin-bottom: 30px;
        -webkit-transform: unset;
        transform: unset;
        width: 100%
    }

    .c-card__en {
        font-size: 24px;
        top: auto;
        bottom: 10%;
        background: #fff;
        padding: 0.1em 0.2em;
    }

    .c-card__lead {
        font-size: 16px
    }

    .c-content__icon {
        top: -70px;
        width: 150px
    }

    .c-content02__box {
        padding: 5% 5% 8%
    }

    .c-faq__box {
        padding: 4%
    }

    .c-faq__question {
        font-size: 16px
    }

    .c-faq__answer {
        padding-left: 1em
    }

    .c-faq__q {
        font-size: 24px
    }

    .c-faq__a {
        font-size: 20px
    }

    .c-form__item {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .c-form__item dd,
    .c-form__item dt {
        width: 100%
    }

    .c-form__item dt {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 10px
    }

    .c-form__require {
        font-size: 10px;
        margin-left: 10px
    }

    .p-privacy__text {
        max-height: 200px;
        overflow-y: auto
    }

    .c-heading--primary {
        margin-bottom: 42px
    }

    .c-heading__en {
        font-size: 30px
    }

    .c-heading__en::before {
        left: -40px;
        width: 20px
    }

    .c-heading__ja {
        font-size: 13px
    }

    .c-heading02__ja {
        font-size: 20px
    }

    .c-heading02__ja::before {
        margin: 0 10px;
        width: 20px
    }

    .c-heading03__ja {
        font-size: 20px
    }

    .c-heading03__ja::before {
        height: 10px;
        width: 50px
    }

    .c-heading03__ja::after {
        height: 10px;
        width: 50px
    }

    .c-lead {
        font-size: 14px
    }

    .c-lead--medium {
        font-size: 16px
    }

    .c-lead--large {
        font-size: 18px
    }

    .c-pagenation__item,
    .c-pagenation__item.is-current {
        font-size: 16px
    }
    .c-date {
    font-size: 12px;
    }
.c-cat {
  font-size: 11px;
}
    .c-side {
        margin-top: 60px
    }

    .c-side__box+* {
        margin-top: 35px
    }

    .c-side__title {
        font-size: 18px
    }

    .c-post__title {
        font-size: 16px
    }

    .c-post02__title {
        font-size: 16px
    }

    .c-post02__date {
        font-size: 12px
    }

    .slick-next,
    .slick-prev {
        height: 40px;
        width: 40px
    }

    .slick-next::before,
    .slick-prev::before {
        font-size: 14px
    }

    .slick-prev {
        left: -45px
    }

    .slick-next {
        right: -45px
    }
    .p-achieve__table dl {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
    }
    .p-achieve__table dl dt,
     .p-achieve__table dl dd {
       width: 100%;
     }

    .c-table02 tr th {
        font-size: 14px;
    }

    .c-table02 tr td {
        background: #fff;
        font-size: 14px;
    }

    .c-shape02::before {
        width: 500px
    }

    .c-shape02::after {
        width: 250px;
        height: 130px
    }

    .table--fixed {
        overflow-x: auto;
        width: 100%
    }

    .table--fixed .c-table02 {
        width: 800px
    }

    .table--fixed .c-table02 tr th:first-child {
        background: #fde4e2;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
        font-size: 14px;
        left: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 20%
    }

    .table--fixed .c-table02 tr th:first-child:before {
        border: 1px solid #fde4e2;
        content: "";
        height: 100%;
        left: -1px;
        position: absolute;
        top: -1px;
        width: 100%
    }

    .table--fixed .c-table02 tr td {
        background: #fff;
        font-size: 14px
    }
    
    .p-couse02-table tr th,
    .p-couse02-table tr td
    {
      width: 100%
      
    }

    .p-globalNav {
        margin: 0;
        padding: 40px 20px 80px
    }

    .p-globalNav__item {
        font-size: 14px
    }

    .l-footer {
        padding-bottom: 100px
    }
    .p-footerNav__item {
      width: 49%;
      font-size: 12px;
    }

    .p-footerLeft,
    .p-footerRight {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 45%
    }

    .p-footerLeft {
        margin-top: 0
    }

    .p-footerCenter {
        margin-top: 40px;
        width: 100%
    }

    h1 {
        font-size: 12px;
        width: 92%
    }

    .p-reason__right {
        border-left: solid 2px #00b69a;
        margin-top: 40px
    }

    .p-reason__icon01 {
        right: 0
    }

    .p-reason__lead {
        font-size: 16px
    }

    .p-point__body {
        display: contents
    }

    .p-point__box {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .p-point__box:nth-of-type(even) .p-point__circle {
        left: 15%
    }

    .p-point__box:nth-of-type(even) .p-point__icon {
        bottom: 20%;
        right: 10%;
        width: 80px
    }

    .p-point__icon {
        bottom: 15%;
        width: 100px
    }

    .p-point__title {
        font-size: 22px;
        margin-bottom: 60px;
        margin-top: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .p-point__text {
        margin-top: 30px
    }

    .p-point__circle {
        right: -15%
    }

    .p-uniform__icon01 {
        width: 70px
    }

    .p-uniform__icon02 {
        width: 70px
    }

    .p-access__container {
        padding: 40px 20px
    }

    .p-access__map {
        padding-top: 60%
    }

    .p-access__image {
        max-width: 250px
    }

    .p-concern .c-card__title {
        margin-bottom: 30px;
        position: static !important;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        width: 100%
    }

    .p-counseling03__body {
        display: contents
    }

    .p-counseling03__title {
        font-size: 22px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .p-counseling03__thumb {
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%
    }

    .p-counseling05__box {
        padding: 30px 15px
    }

    .p-counseling05__title {
        font-size: 20px
    }

    .p-counseling05__body {
        width: 95%;
        margin: auto;
        padding: 10px;
        position: relative;
        z-index: 1;
        background: rgba(255, 255, 255, .7)
    }

    .p-counseling05__thumb {
        width: 100%
    }

    .p-counseling05__thumb img {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    .p-counseling05__icon01 {
        left: 5%;
        position: absolute;
        top: -12%;
        width: 80px
    }

    .p-counseling05__icon02 {
        right: 4%;
        width: 60px
    }

    .p-course-price .inner700 {
        max-width: 500px
    }

    .p-course-price__ttl {
        font-size: 18px;
        width: 95%
    }
.p-course02__item dt {
  font-size: 20px;
}
    .p-course02__item dd {
        padding: 0 15px;
        font-size: 14px
    }

  

    .p-monthly {
        background-position: left 5% top
    }

    .p-monthly__circle {
        font-size: 18px;
        height: 80px;
        left: -10px;
        width: 80px
    }

    .p-monthly__num {
        font-size: 24px
    }

    .p-monthly__icon {
        width: 70px
    }

    
.p-monthly__item:nth-of-type(1) .p-monthly__icon{
      width: 50px
    }
    .p-monthly__item:nth-of-type(4) .p-monthly__icon{
      width: 45px
    }
    .p-monthly__item:nth-of-type(8) .p-monthly__icon{
      width: 40px
    }
     .p-monthly__item:nth-of-type(10) .p-monthly__icon{
      width: 40px
    }
    .p-monthly__item:nth-of-type(11) .p-monthly__icon {
        bottom: -20px;
        right: -10px;
        width: 50px;
    }
    .p-monthly__item:nth-of-type(12) .p-monthly__icon,
    .p-monthly__item:nth-of-type(2) .p-monthly__icon,
    .p-monthly__item:nth-of-type(5) .p-monthly__icon,
    .p-monthly__item:nth-of-type(7) .p-monthly__icon,
    .p-monthly__item:nth-of-type(9) .p-monthly__icon {
        right: -20px;
        top: -60px
    }
    

    .p-joint__box {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 15px;
        width: 100%
    }

    .p-joint__body {
        display: contents
    }

    .p-joint__thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 40px 0 !important;
        width: 100%
    }

    .p-joint__circle {
        width: 45%
    }

    .p-joint__title {
        margin: 0 auto 30px auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 18px
    }

    .p-joint__en {
        font-size: 24px;
        left: auto;
        position: static;
        right: auto;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        width: 45%
    }

    .p-joint__icon01 {
        left: -60px
    }

    .p-joint__icon02 {
        -webkit-transform: unset !important;
        transform: unset !important
    }
.p-joint__box:nth-of-type(even) .p-joint__icon01 {
  top: -90px;
  right: auto;
  left: -20%
}
    .p-member__title {
        font-size: 22px
    }
    
    .p-rate__box {
      padding: 15px 10px 50px
    }
    .p-rate__lead {
      font-size: 18px;
    }
    .p-rate__lead.lead-fz-medium {
      font-size: 15px;
    }

    .p-sub-hero__en {
        font-size: 30px
    }

    .p-sub-hero__ja {
        font-size: 14px
    }

    .p-sub-hero__icon01 {
        width: 40px
    }

    .p-sub-hero__icon02 {
        width: 60px
    }
    .p-top-hero {
        height: 60vh
    }

.p-top-hero__desc {
  left: 50%;
}
    .p-top-hero__lead {
        font-size: 24px
    }

    .p-top-hero__logo {
        max-width: 120px;
        margin-bottom: 0;
    }

    .p-top-hero__logo02 {
        max-width: 100px;
        bottom: -20%
    }

    .p-top-hero__mainimg {
        width: 85%
    }

    .p-top-hero__icon01 {
        width: 40px;
        
    }

    .p-top-hero__icon02 {
        width: 45px
    }

    .p-top-hero__circle01 {
        display: none
    }

    .p-top-hero__circle02 {
        left: -10px;
        width: 60px
    }

    .p-top-hero__circle02 .p-hero__circleBg {
        right: -4px;
        top: -8px
    }

    .p-top-hero__circle03 {
        right: 0;
        top: 5px;
        width: 80px
    }

    .p-top-hero__circle03 .p-hero__circleBg {
        right: -3px;
        top: -3px
    }

    .p-top-hero__circle04 {
        display: none
    }

    .p-top-hero__circle05 {
        bottom: 10px;
        right: 0;
        width: 50px
    }

    .p-top-hero__circle05 .p-hero__circleBg {
        right: -3px;
        top: -12px
    }

    .p-home-news__box {
        width: 100%
    }

    .p-home-news dl {
        padding: 15px 0
    }

    .p-home-news dl dt {
        width: 100%
    }

    .p-home-news dl dd {
        margin-top: 10px;
        width: 100%
    }

    .p-home-news__icon {
        bottom: -80px;
        left: 0;
        width: 80px
    }
    .p-home-news__title {
      font-size: 14px;
    }

    .p-home-about__title {
        font-size: 17px
    }

    .p-home-about__text {
        font-size: 14px
    }

    .p-home-about__icon01 {
        right: -10px;
        top: -20px;
        width: 60px
    }

    .p-home-about__icon02 {
        bottom: -29%;
        left: -2%;
        width: 50px
    }

    .p-home-about__icon03 {
        bottom: -29%;
        width: 60px
    }

    .p-home-school__item {
        width: 100%
    }

    .p-home-school__item:nth-of-type(2) {
        margin-top: 0
    }

    .p-home-school__title {
        font-size: 18px;
        -webkit-transform: translate(-14%, -20%);
        transform: translate(-14%, -20%)
    }

    .p-home-service__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .p-home-service__body {
        background: rgba(255, 255, 255, .8);
        margin-right: 0;
        width: 100%;
        border-radius: 15px
    }

    .p-home-service__thumb {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .p-home-service__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .p-home-service__text {
        font-size: 12px
    }

    .p-home-service__button {
        margin-right: 0
    }

    .p-home-service__item02 {
        padding: 30px 10px
    }

    .p-home-recruit__text {
        font-size: 14px
    }

    .p-home-blog__inner {
        padding-left: 40px;
        padding-right: 40px
    }

    .p-greeting__container {
        margin-top: 0
    }

    .p-greeting__image {
        top: 5%;
        width: 150px
    }

    .p-greeting__icon01 {
        bottom: -10%;
        left: 0
    }

    .p-greeting__icon02 {
        bottom: -12%;
        right: 0
    }

    .p-info__table tr th {
        width: 120px
    }

    .p-instructor__circle {
        width: 50%
    }

    .p-instructor__en {
        font-size: 20px
    }
    
    .p-newsblog01__icon {
      width: 55px
    }

    .p-online__box {
        width: 100%
    }

    .p-online__body {
        display: contents
    }

    .p-online__lead {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 16px
    }

    .p-online__thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px
    }

    .p-online__circle {
        margin-left: 0;
        margin-right: 20px;
        width: 50%
    }

    .p-online-course__box {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 15px
    }

    .p-online-course__thumb {
        display: contents
    }

    .p-online-course__body {
        display: contents
    }

    .p-online-course__circle {
        margin: auto;
        margin-bottom: 30px;
        -webkit-transform: unset;
        transform: unset;
        width: 200px
    }

    .p-online-course__title {
        font-size: 18px;
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        text-align: center
    }

    .p-online-course__button {
        margin-top: 40px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }

    .p-online-course tr {
        border: none;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-online-course tr+* {
        margin-top: 40px
    }

    .p-online-course tr th {
        background-color: #fde4e2
    }

    .p-online-course tr td {
        padding: 1em;
        text-align: center
    }
    .p-online-instructor__thumb {
      width: 80%;
      margin: auto
    }

    .p-flow__right {
        width: 85%
    }

    .p-flow__item {
        padding-left: 1em
    }

    .p-flow__step {
        font-size: 16px
    }

    .p-flow__step--large {
        font-size: 18px
    }

    .p-recruit02__table tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p-recruit02__table tr th {
        width: 100%
    }

    .p-recruit02__table tr td {
        margin-top: 15px;
        width: 100%
    }
    .p-recruit02__ja {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1
    }

    .p-recruit02__icon {
        left: 10%;
        top: -5%
    }
    
    .p-course02-reccomend__icon {
      width: 45px
    }

    .p-tuition__box {
        padding: 0 15px 25px
    }

    .p-tuition__icon {
        bottom: -2%;
        right: 20%;
        z-index: 1
    }

    .p-others__icon01 {
        display: none
    }

    .p-others01__box {
        padding: 1em
    }

    .p-others__table dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p-others__table dl dd,
    .p-others__table dl dt {
        border: unset;
        padding: 10px;
        width: 100%
    }

    .button-w-full\@sp>* {
        width: 100%
    }
    #top .l-footer .p-footer__icon {
      width: 50px;
      top: -68px
    }
    #top .l-footer .p-footer__icon02 {
      width: 100px;
      top: -50px
    }
    .p-home-blog__icon {
    right: -40px;
    top: -140px;
    }
    .p-home-blog__icon .c-icon--text img {
      width: 30%;
    }
    .p-company__map {
      padding-top: 75%;
    }
    .p-member__body {
      position: absolute;
      width: 100%;
    }
}

@-webkit-keyframes kakukaku {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@keyframes kakukaku {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes waving {
    from {
        background-position: 0 0
    }

    to {
        background-position: 247px 0
    }
}

@keyframes waving {
    from {
        background-position: 0 0
    }

    to {
        background-position: 247px 0
    }
}

.fp-table {
    width: 100%
}

.fp-table dl dt {
    width: 150px
}

.fp-table dl dd {
    line-height: 1.3;
    
}

.fp-table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.pd120{
  padding-top: 120px;
}

.tac{
  text-align: center;
}

.poster-profile {
    background: url(/upload/tenant_1/6fbb6e34d10af1912e83bc2040f7ee9d.png);
    background-size: 10%;
    border-top: 12px solid #ffd4df;
    border-bottom: 12px solid #ffd4df;
    padding: 30px 20px 70px;
    position: relative;
  
}

.profile-main {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1140px
  
}
.profile-main img {
    max-width: 100%;
}
.pc-tablet {
    display: block;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.poster-profile .slogan::before {
    content: "";
    display: block;
    width: 180px;
    height: 100px;
    background: url(/upload/tenant_1/ada8f86ca654e1ec7ea1d55d3ff4af81.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -33px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.poster-profile .slogan {
    width: 80%;
    max-width: 850px;
    text-align: center;
    background: url(/upload/tenant_1/b29631e86c1d752b8e07fe697221913d.png) #fff3e6;
    background-size: 33px;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
            box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    font-size: 26px;
    font-weight: bold;
    color: #2e7db5;
    line-height: 1.5;
    border-bottom: 0;
    padding: 30px 30px 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -80px;
}

.fs14{
      font-size: 14px;
}

.management {
    padding-top: 2.5em;
}
.section {
    margin-bottom: 3rem;
}
.contents-section {
    width: 100%;
    max-width: 1210px;
    padding: 0 35px;
    margin: 0 auto;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.p-2 {
    padding: 0.5rem!important;
}

.section-title {
    text-align: center;
    /* color: #ed1e79; */
    color: #00aa88;
    font-size: 2rem;
    font-weight: bold;
    /* padding-bottom: 30px; */
    margin-bottom: 1em;
    line-height: 1.4;
}

.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.section-title::after {
    content: '';
    width: 250px;
    height: 0.5em;
    display: block;
    margin: 0 auto;
    border-bottom: 4px dashed #00aa88;
}
.management-profile {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.management-table {
    font-size: .93rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table-bordered th {
    border: 1px solid #fff;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
}
.table-dark {
    color: #343434;
    background-color: #dee2e6;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered th {
    border: 1px solid #fff;
}

.pt120{
      padding-top: 120px;
}


@media only screen and (max-width: 599px){
.poster-profile .slogan{  
   font-size: 5vw;
    padding-left: 10%;
    bottom: -70px;
}
.pc-tablet{
  display: none;
}
.tablet-sp{
  display: block;
}

}
@media screen and (min-width:1024px) {
 .pc-tablet{
  display: block;
}
.tablet-sp{
  display: none;
}
}


@media only screen and (min-width: 600px) and (max-width: 1024px) {
 .pc-tablet{
  display: block;
}
.tablet-sp{
  display: none;
}
}

.kaigyo{
  text-indent: -2.8rem;
    padding-left: 3.2rem;
}

@media only screen and (max-width: 599px){
  .kaigyo{
text-indent:-1.8rem;
    margin-left: 1.2rem;
}
}
.fs16{
  font-size: 16px;
}  
.fs14{
  font-size: 14px;
}
.fcred{
  color: #c33d2c;
}

/* 09/27　作成 */

@media only screen and (min-width: 1025px){
  .online-english .c-faq__a {
    color: #eb5f47;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-right: 0.65em;
}
}
@media only screen and (max-width: 599px){
  .kaigyo {
    text-indent: -1.9rem;
    margin-left: 2rem;
}
.kaigyo {
    text-indent: -2.8rem;
    padding-left: 0.8rem;
}.c-faq__a {
    color: #eb5f47;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-right: 0.7em;
}
}



/* 9/27追記 */
.r{
  display: inline-block;
}

@media only screen and (max-width: 599px){
  .r{
    display: block;
  }
.sp-fs12{
  font-size: 12px;
}
}

.p-instructor__card ul li {
  width: 50%;
  display: flex;
  margin: 0 auto 50px;
}
.p-instructor__box {
  display: flex;
  flex-direction: column;
}
.p-instructor__name {
  flex-grow: 1;
}

@media only screen and (max-width: 1024px){
  .p-instructor__card ul li {
    width: 90%;
  }
  .p-instructor__name {
    width: 80%;
    margin: auto;
  }
  .p-instructor__body {
    margin-right: auto;
  }
}

@media only screen and (max-width: 599px){
  .p-instructor__card ul li {
    width: 100%;
  }
  .p-instructor__name {
    width: 95%;
    margin: auto;
  }
  .p-instructor__body {
    width: 95%;
    margin-right: auto;
  }
}
