@charset "UTF-8";
/*------------------------------------------------------------
  幅
------------------------------------------------------------*/
.body__top .article {
    max-width: 100%;
}
.inner__background {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 6rem calc(50vw - 50%);
}
@media screen and (min-width: 768px) {
    .inner {
        margin: 0 auto;
        max-width: 960px;
    }
    .inner__s {
        max-width: 1200px;
    }
    .inner__m {
        max-width: 1440px;
    }
    .inner__l {
        max-width: 1680px;
    }
}
@media screen and (min-width: 960px) {
    .inner__background {
        padding: 9rem calc(50vw - 50%);
    }
}
/*------------------------------------------------------------
  並べる
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .flex__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
/*------------------------------------------------------------
  フォント
------------------------------------------------------------*/
.en__font {
    font-family: 'Poppins', sans-serif;
}
/*------------------------------------------------------------
  top t-content__1
------------------------------------------------------------*/
.t-content__1__item+.t-content__1__item {
    padding-top: 30px;
}
.t-content__1__ttl {
    font-size: 3rem;
    margin: -7px 0 15px;
    font-weight: 500;
    line-height: 1.4;
}
.t-content__1__ttl span {
    color: #0ac0b1;
    margin-left: -18px;
}
.t-content__1__img {
    max-width: 74.6666vw;
    margin: 30px auto;
    position: relative;
}
.t-content__1__img::before {
    content: "";
    display: inline-block;
    background-color: #ebf3f3;
    width: 270px;
    height: 270px;
    position: absolute;
    top: -40px;
    right: -48px;
    z-index: -1;
}
.t-content__1__img::after {
    content: "";
    display: inline-block;
    background-color: #00a799;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -30px;
    left: -28px;
    z-index: -1;
}
@media screen and (min-width: 768px) {
    .t-content__1__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .t-content__1__item {
        width: 50%;
    }
    .t-content__1__item:first-child {
        padding-right: 15px;
    }
    .t-content__1__item:last-child {
        padding-left: 15px;
    }
    .t-content__1__item+.t-content__1__item {
        padding-top: 0;
    }
    .t-content__1__img {
        max-width: 100%;
        margin: 0;
    }
    .t-content__1__img::before {
        right: -30px;
    }
    .t-content__1__img::after {
        left: -18px;
    }
}
@media screen and (min-width: 992px) {
    .t-content__1 {
        position: relative;
    }
    .t-content__1::before {
        content: "";
        display: inline-block;
        background-color: #ebf3f3;
        width: 80px;
        height: 80px;
        position: absolute;
        top: -90px;
        left: -60px;
        z-index: -1;
    }
    .t-content__1::after {
        content: "";
        display: inline-block;
        background-color: #00a799;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -45px;
        left: -10px;
        z-index: -1;
    }
}
@media screen and (min-width: 1200px) {
    .t-content__1::before {
        left: -90px;
    }
    .t-content__1::after {
        top: -45px;
        left: -45px;
    }
    .t-content__1__ttl {
        font-size: 4rem;
    }
    .t-content__1__item:first-child {
        width: 63%;
    }
    .t-content__1__item:last-child {
        width: 37%;
    }
}
@media screen and (min-width: 1400px) {
    .t-content__1::before {
        width: 90px;
        height: 90px;
    }
    .t-content__1::after {
        top: -30px;
        left: -30px;
    }
    .t-content__1__ttl {
        font-size: 5rem;
        margin: -7px 0 20px;
    }
    .t-content__1__img::before {
        width: 370px;
        height: 370px;
        top: -90px;
        right: -90px;
    }
}
@media screen and (min-width: 1500px) {
    .t-content__1::before {
        width: 115px;
        height: 115px;
        left: -120px;
    }
    .t-content__1::after {
        width: 50px;
        height: 50px;
        top: -10px;
        left: -40px;
    }
    .t-content__1__img::before {
        right: -120px;
    }
}
@media screen and (min-width: 1600px) {
    .t-content__1::before {
        width: 155px;
        height: 155px;
        top: 30px;
    }
    .t-content__1::after {
        width: 70px;
        height: 70px;
        top: 0;
        left: 0;
    }
    .t-content__1__item:first-child {
        padding-right: 35px;
    }
    .t-content__1__item:last-child {
        padding-left: 35px;
    }
    .t-content__1__img::before {
        width: 570px;
        height: 570px;
    }
    .t-content__1__img::after {
        left: -30px;
    }
    .t-content__1__txt {
        padding-left: 12.5vw;
    }
}
/*------------------------------------------------------------
  top t-content__2
------------------------------------------------------------*/
.t-content__2__wrap {
    background-image: url('../image/top/support/img_support_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.t-content__2__list {
    margin-bottom: 30px;
}
.t-content__2__item+.t-content__2__item {
    margin-top: 55px;
}
.t-content__2__ttl {
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    margin: -9px 0 55px;
    line-height: 1.4;
}
.t-content__2 .primary-card {
    position: relative;
}
.article__item:not(.-background) .t-content__2 .primary-card__link {
    background-color: #fff;
    padding: 4.5rem 1.5rem 1.5rem;
    border: none;
}
.t-content__2 .primary-card__img span {
    min-width: 105px;
    max-width: 105px;
    padding-top: 105px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
}
.t-content__2 .primary-card__img.img__1 span {
    background-image: url('../image/top/support/icon_support_1.png');
}
.t-content__2 .primary-card__img.img__2 span {
    background-image: url('../image/top/support/icon_support_2.png');
}
.t-content__2 .primary-card__img.img__3 span {
    background-image: url('../image/top/support/icon_support_3.png');
}
.primary-card__number {
    background-color: #19665f;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.primary-card__number span {
    display: block;
    font-size: 1rem;
    margin: 9px 0 5px;
}
.t-content__2 .primary-card__title {
    font-size: 2.2rem;
    line-height: 1.4;
    margin: -5px 0 10px;
}
@media screen and (min-width: 768px) {
    .t-content__2__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px 30px;
    }
    .t-content__2__item {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        padding: 0 10px;
    }
    .t-content__2__item+.t-content__2__item {
        margin-top: 0;
    }
    .t-content__2 .primary-card {
        overflow: visible;
    }
    .t-content__2 .primary-card__link {
        overflow: hidden;
    }
    .t-content__2 .primary-card,
    .t-content__2 .primary-card__link {
        height: 100%;
    }
}
@media screen and (min-width: 992px) {
    .t-content__2__ttl {
        font-size: 3.8rem;
    }
}
@media screen and (min-width: 1200px) {
    .t-content__2__ttl {
        font-size: 4.5rem;
        letter-spacing: .36rem;
    }
}
@media screen and (min-width: 1400px) {
    .t-content__2__list {
        margin: 0 -20px 40px;
    }
    .t-content__2__item {
        padding: 0 20px;
    }
    .article__item:not(.-background) .t-content__2 .primary-card__link {
        padding: 6rem 3rem 3rem;
    }
    .primary-card__number {
        width: 60px;
        height: 60px;
        font-size: 2.6rem;
        top: -30px;
    }
    .primary-card__number span {
        font-size: 1.2rem;
    }
    .t-content__2 .primary-card__img span {
        min-width: 130px;
        max-width: 130px;
        padding-top: 130px;
    }
    .t-content__2 .primary-card__title {
        font-size: 2.4rem;
    }
    .t-content__2 .primary-card__sentence {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
  top t-content__3
------------------------------------------------------------*/
.t-content__3__wrap .ttl__1+p {
    text-align: center;
}
.t-content__3__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -7.5px 0;
}
.t-content__3__item {
    padding: 15px 7.5px 0;
    width: 50%;
}
@media screen and (min-width: 768px) {
    .t-content__3__item {
        width: 33.3333%;
    }
}
@media screen and (min-width: 992px) {
    .t-content__3__list {
        margin: -20px -10px 0;
    }
    .t-content__3__item {
        padding: 20px 10px 0;
        width: 20%;
    }
}
/*------------------------------------------------------------
  top t-content__4
------------------------------------------------------------*/
.t-content__4 .flex__list__item+.flex__list__item {
    margin-top: 20px;
}
.t-content__4 .primary-card__head {
    position: relative;
}
.t-content__4 .primary-card__time {
    min-width: 70px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    background-color: #00a799;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    white-space: nowrap;
}
.t-content__4 .primary-card__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: -6px 0 5px;
    font-weight: 500;
}
.t-content__4 .flex__list__item:last-child .primary-card__title {
    font-size: 2.2rem;
}
.article__item.-background .t-content__4 .primary-card__body {
    padding: 2rem 2rem 1.5rem;
    -webkit-transition: background-color .6s;
    -o-transition: background-color .6s;
    transition: background-color .6s;
}
@media screen and (min-width: 768px) {
    .t-content__4 .flex__list__item+.flex__list__item {
        margin-top: 0;
    }
    .t-content__4 .flex__list {
        margin: -40px -20px 0;
    }
    .t-content__4 .flex__list__item {
        width: 50%;
        padding: 40px 20px 0;
    }
    .t-content__4 .primary-card__link:hover .primary-card__body {
        background-color: #d9e4e4;
    }
}
@media screen and (min-width: 1200px) {
    .t-content__4 .primary-card__time {
        min-width: 100px;
        height: 30px;
        font-size: 1.6rem;
    }
    .article__item.-background .t-content__4 .primary-card__body {
        padding: 2.5rem 3rem;
    }
    .t-content__4 .primary-card__title {
        font-size: 3rem;
    }
    .t-content__4 .flex__list__item:last-child .primary-card__title {
        font-size: 3rem;
    }
    .t-content__4 .primary-card__sentence {
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
  top t-content__5
------------------------------------------------------------*/
.t-content__5 .flex__list {
    margin-bottom: 25px;
}
.t-content__5__img {
    max-width: 58.6666vw;
    margin: 0 auto 30px;
}
.t-content__5__ttl {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4;
    margin: -5px 0 15px;
    color: #00a799;
}
.t-content__5__name {
    font-weight: 500;
    margin: -9px 0 15px;
}
.t-content__5__name span {
    font-size: 2rem;
}
.history__box {
    margin-top: 20px;
}
.history__box__ttl {
    color: #00a799;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: 1px solid #00a799;
    margin-bottom: 10px;
    font-weight: 500;
}
.history__box__txt>p:first-child {
    font-weight: 500;
}
.history__box__inner.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.history__box__inner+.history__box__inner {
    margin-top: 25px;
}
.history__box__inner.flex .history__box__txt {
    width: 64%;
    padding-right: 10px;
}
.history__box__inner.flex .history__box__img {
    width: 36%;
    padding-left: 10px;
}
@media screen and (min-width: 768px) {
    .t-content__5 .flex__list__item:first-child {
        width: 40%;
        padding-right: 10px;
    }
    .t-content__5 .flex__list__item:last-child {
        width: 60%;
        padding-left: 10px;
    }
}
@media screen and (min-width: 992px) {
    .t-content__5 .flex__list {
        margin-bottom: 35px;
    }
    .t-content__5 .flex__list__item:first-child {
        padding-right: 30px;
        width: 36%;
    }
    .t-content__5 .flex__list__item:last-child {
        padding-left: 30px;
        width: 64%;
    }
}
@media screen and (min-width: 1200px) {
    .t-content__5__ttl {
        font-size: 3rem;
        margin: -8px 0 15px;
    }
    .t-content__5__name {
        font-size: 1.8rem;
        margin: -9px 0 25px;
    }
    .t-content__5__name span {
        font-size: 2.4rem;
    }
    .history__box {
        margin-top: 25px;
    }
    .history__box__ttl {
        font-size: 2rem;
    }
    .history__box__inner.flex {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
    .history__box__inner.flex .history__box__txt {
        width: 79%;
    }
    .history__box__inner.flex .history__box__img {
        width: 21%;
    }
}
@media screen and (min-width: 1600px) {
    .t-content__5 {
        margin-top: 30px;
    }
    .history__box__inner+.history__box__inner {
        margin-top: 0;
    }
}
/*------------------------------------------------------------
  t-content__6
------------------------------------------------------------*/
.t-content__6 .flex__list {
    margin-bottom: 20px;
}
.t-content__6 .flex__list__item+.flex__list__item {
    margin-top: 20px;
}
.t-content__6 .box__1 {
    padding: 2rem;
    background-color: #fff;
}
.t-content__6 .box__1__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.box__1__img {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    margin-right: 18px;
}
.box__1__img img {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
    object-fit: cover;
}
.box__1__ttl {
    margin: -7px 0 0;
    color: #00a799;
    font-weight: 500;
}
.box__1__info .box__1__name {
    display: none;
}
.box__1__bottom {
    margin-bottom: 12px;
}
.box__1__bottom p {
    font-size: 1.2rem;
}
.t-content__6 .box__1 .btn-color__5 {
    border: 1px solid #cfcfcf;
    color: #3e3a39;
    padding: .61em 4rem;
    font-size: 1.4rem;
}
.t-content__6 .box__1 .btn-color__5:hover {
    border-color: #00a799;
}
.t-content__6 .box__1 .btn-color__5 .primary-button__icon {
    font-size: 1.6rem;
    right: 1rem;
}
.btn-color__5 .primary-button__icon {
    color: #00a799;
}
.t-content__6 .box__1 .btn-color__5:hover .primary-button__icon {
    right: .5rem;
}
.t-content__6 .movie__area {
    margin-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}
.t-content__6 .movie__area div {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative
}
.t-content__6 .movie__area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.t-content__6 .movie-caption {
    margin-top: 1rem;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .t-content__6 .flex__list {
        margin: -20px -10px 0;
    }
    .t-content__6 .flex__list__item {
        padding: 20px 10px 0;
        width: 50%;
    }
    .t-content__6 .flex__list__item+.flex__list__item {
        margin-top: 0;
    }
    .t-content__6 .box__1 {
        height: 100%;
    }
    .t-content__6 .box__1 .btn-color__5 {
        max-width: 100%;
    }
}
@media screen and (min-width: 960px) {
    .t-content__6 .flex__list {
        margin: -20px -10px 30px;
    }
    .box__1__info .box__1__name {
        display: block;
        font-size: 1.4rem;
    }
    .t-content__6 .movie__area {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .t-content__6 .flex__list {
        margin: -40px -20px 30px;
    }
    .t-content__6 .flex__list__item {
        padding: 40px 20px 0;
    }
}
@media screen and (min-width: 1400px) {
    .t-content__6 .box__1 {
        padding: 3rem;
    }
    .box__1__img {
        max-width: 130px;
        min-width: 130px;
        max-height: 130px;
    }
    .box__1__img img {
        max-width: 130px;
        min-width: 130px;
        max-height: 130px;
        min-height: 130px;
    }
    .box__1__ttl {
        font-size: 1.8rem;
        line-height: 1.6;
        margin: -5px 0 5px;
    }
    .box__1__bottom p {
        font-size: 1.4rem;
    }
    .t-content__6 .box__1 .btn-color__5 {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
  t-content__7
------------------------------------------------------------*/
.t-content__7__list {
    margin-bottom: 30px;
}
.faq__box {
    border-bottom: 1px solid #cfcfcf;
}
.faq__box+.faq__box {
    margin-top: 15px;
}
.faq__q {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 4rem 1rem 5rem;
    position: relative;
    line-height: 1.6;
}
.faq__icon {
    width: 35px;
    height: 35px;
    background-color: #00a799;
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
}
.faq__a .faq__icon {
    background-color: #f69c2f;
}
.faq__a {
    position: relative;
    padding: 0 0 1.5rem 5rem;
    display: none;
}
.faq__q .plus {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
}
.faq__q .plus::before,
.faq__q .plus::after {
    content: "";
    display: inline-block;
    background-color: #3e3a39;
    width: 19px;
    height: 1px;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    -o-transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
}
.faq__q .plus::after {
    width: 1px;
    height: 19px;
    top: 1px;
    right: 9px;
}
.is-on.faq__q .plus::before {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.is-on.faq__q .plus::after {
    opacity: 0;
}
@media screen and (min-width: 768px) {
    .faq__q {
        pointer-events: none;
        padding: 0 4rem 2rem 5rem;
    }
    .faq__q .plus {
        display: none;
    }
    .faq__a {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .t-content__7__list {
        margin-bottom: 40px;
    }
    .faq__box+.faq__box {
        margin-top: 35px;
    }
    .faq__q {
        padding: 0 4rem 2.5rem 5.5rem;
        font-size: 1.8rem;
    }
    .faq__icon {
        width: 40px;
        height: 40px;
        font-size: 2rem;
    }
    .faq__q .faq__icon {
        top: -3px;
    }
    .faq__a {
        padding: 0 0 2.4rem 5.5rem;
    }
}
/*------------------------------------------------------------
  ブログ読み込み
------------------------------------------------------------*/

.archive-slider__image img {
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
}
.t-content__8__wrap .archive-slider__time {
    display: block;
}
@media screen and (min-width: 992px) {
    .archive-slider__image img {
        min-height: 230px;
        max-height: 230px;
    }
}

/*------------------------------------------------------------
  修正ページ
------------------------------------------------------------*/
/* ---------- 1.導入 ---------- */
.top .t-content__1__ttl span {
    margin-left: 0;
}
/* ---------- 3.メディア紹介 ---------- */
.top .t-content__3__list {
    margin-bottom: 30px;
}
.top .movie__area {
    margin-bottom: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}
.top .movie__area div {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative
}
.top .movie__area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.top .movie-caption {
    margin-top: 1rem;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .top .movie__area {
        margin-bottom: 40px;
    }
}
/* ---------- 4.サービス内容 ---------- */
.article__item:not(.-background) .t-content__4__wrap .primary-card__link {
    padding: 0;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/* ---------- 6.講師紹介 ---------- */
.top .t-content__5__img {
    max-width: 39vw;
}
@media screen and (min-width: 960px) {
    .top .t-content__5 .flex__list__item:first-child {
        padding-right: 30px;
        width: 24%;
    }
}
.lecturerList li {
    padding-left: 1.5rem;
    position: relative;
}
.lecturerList li:not(li:last-of-type) {
    margin-bottom: 1.6rem;
}
.lecturerList li::before {
    content: '';
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    background: currentColor;
}