@charset "UTF-8";
/*------------------------------------------------------------
  下層設定
------------------------------------------------------------*/
.body__page .article__content {
    padding-top: 1.5rem;
}
@media screen and (min-width: 960px) {
    .body__page .article {
        max-width: 107rem;
    }
}
@media screen and (min-width: 992px) {
    .body__page .article__content {
        padding-top: 4rem;
    }
}
@media screen and (min-width: 1200px) {
    .body__page .article {
        max-width: 113rem;
    }
}
@media screen and (min-width: 1500px) {
    .body__page .article {
        max-width: 120rem;
    }
}
/*------------------------------------------------------------
  パンくず
------------------------------------------------------------*/
.breadcrumb {
    padding: .5em 2rem;
}
.breadcrumb__item {
    position: relative;
}
.breadcrumb__item+.breadcrumb__item {
    margin-left: 30px;
}
.breadcrumb__item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #cfcfcf;
    position: absolute;
    top: 12px;
    right: -30px;
}
.breadcrumb__item:not(:last-child) .breadcrumb__link {
    color: #2a7cc0 !important;
    border-bottom: 1px solid #2a7cc0;
    -webkit-transition: border-bottom .6s;
    -o-transition: border-bottom .6s;
    transition: border-bottom .6s;
}
.breadcrumb__item:not(:last-child) .breadcrumb__link:hover {
    color: #2a7cc0 !important;
    border-bottom-color: transparent;
}
@media screen and (min-width: 768px) {
    .breadcrumb__list {
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 992px) {
    .breadcrumb {
        padding: .8em 2rem;
    }
    .breadcrumb__item+.breadcrumb__item {
        margin-left: 35px;
    }
    .breadcrumb__item:not(:last-child)::after {
        top: 14px;
        right: -35px;
    }
}
/*------------------------------------------------------------
  アンカーリンク
------------------------------------------------------------*/
.secondary-button {
    border: 1px solid #cfcfcf;
}
.secondary-button:hover {
    background-color: #ebf3f3 !important;
}
.secondary-button>.secondary-button__text {
    color: #3e3a39;
}
.secondary-button:hover>.secondary-button__text {
    color: #00a799 !important;
}
.secondary-button>.secondary-button__icon {
    background-color: transparent;
    color: #00a799;
    font-size: 1.6rem;
    right: 1rem;
}
@media screen and (min-width: 768px) {
    .secondary-button:hover {
        background-color: #ebf3f3;
        color: #00a799;
    }
    .secondary-button:hover .secondary-button__text {
        color: #3e3a39;
    }
    .secondary-button:hover .secondary-button__icon {
        color: #00a799;
    }
}
@media screen and (max-width: 959px) {
    .secondary-button-unit.is-not-last .secondary-button {
        border-bottom: none;
    }
}
@media screen and (min-width: 960px) {
    .secondary-button-unit.is-not-last .secondary-button {
        border-right: none;
    }
}
/*------------------------------------------------------------
  下層タイトル
------------------------------------------------------------*/
.p__ttl__1 {
    font-size: 2.4rem;
    padding-left: 20px;
    border-left: 3px solid #00a799;
    font-weight: 500;
    line-height: 1.55;
}
.unit__item>.p__ttl__1 {
    margin-bottom: -.5em;
}
.p__ttl__2 {
    color: #00a799;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
}
.unit__item>.p__ttl__2 {
    margin-top: -10px;
    margin-bottom: -1em;
}
.p__ttl__3 {
    background-color: #00a799;
    color: #fff;
    padding: 5px 14px;
    font-size: 2rem;
    font-weight: 500;
}
.unit__item>.p__ttl__3 {
    margin-bottom: -.5em;
}
.p__ttl__4 {
    color: #00a799;
    border-bottom: 1px solid #00a799;
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 5px;
    line-height: 1.4;
}
.unit__item>.p__ttl__4 {
    margin-top: -8px;
    margin-bottom: -.8em;
}
@media screen and (min-width: 992px) {
    .p__ttl__1 {
        font-size: 3.4rem;
        line-height: 1.92;
    }
    .unit__item>.p__ttl__1 {
        margin-bottom: -.3em;
    }
    .p__ttl__2 {
        font-size: 3rem;
    }
    .unit__item>.p__ttl__2 {
        margin-bottom: -.8em;
    }
    .p__ttl__3 {
        font-size: 2.2rem;
    }
    .unit__item>.p__ttl__3 {
        margin-bottom: -1em;
    }
    .p__ttl__4 {
        font-size: 2rem;
    }
    .unit__item>.p__ttl__4 {
        margin-bottom: -1.5em;
    }
}
/*------------------------------------------------------------
  テキスト
------------------------------------------------------------*/
.link.theme-color-main,
.ua-pc .link.theme-hover-color-main:hover {
    color: #2a7cc0;
}
.link.theme-color-main .link__inner {
    border-bottom: 1px solid #2a7cc0;
}
.link.-blank {
    padding-left: 0;
    margin-right: 10px;
}
.link .link__icon {
    position: relative;
    top: 5px;
    left: auto;
    font-size: 1.5rem;
}
.link.-custom>.link__inner  {
    border-bottom: none
}
.link.-custom .link__icon {
    top: 2px;
}
.emphasis,
.emphasis.theme-color-accent {
    color: #b92424;
    font-weight: normal;
}
.notes__txt {
    padding-left: 1em;
    position: relative;
    color: #959f9e;
    font-size: 1.2rem;
}
.unit__item>.notes__txt {
    margin-top: -1.5em;
}
.notes__txt::before {
    content: "※";
    display: inline-block;
    color: #959f9e;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 992px) {
    .notes__txt {
        font-size: 1.4rem;
    }
    .unit__item>.notes__txt {
        margin-top: -2em;
    }
}
/*------------------------------------------------------------
  テーブル
------------------------------------------------------------*/
.table th {
    color: #00a799;
    font-weight: normal;
}
@media screen and (max-width: 959px) {
    .table th {
        border-top: 1px solid #cfcfcf;
    }
    .table th,
    .table td {
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #cfcfcf;
    }
    .table tr:last-child td {
        border-bottom: 1px solid #cfcfcf;
    }
}
@media screen and (min-width: 960px) {
    .table th {
        border-left: 1px solid #cfcfcf;
        width: 300px;
    }
    .table td {
        border-right: 1px solid #cfcfcf;
    }
    .table th,
    .table td {
        border-top: 1px solid #cfcfcf;
        padding: 1.4em 3rem;
    }
    .table tr+tr th {
        border-top-color: #cfcfcf;
    }
    .table tr:last-child th,
    .table tr:last-child td {
        border-bottom: 1px solid #cfcfcf;
    }
}
/*------------------------------------------------------------
  リスト
------------------------------------------------------------*/
.unordered-list>li,
.ordered-list>li {
    padding-left: 1.5rem;
}
.unordered-list>li::before {
    border-radius: 0;
}
.ordered-list>li::before {
    font-weight: normal;
}

/*------------------------------------------------------------
  フォーム用テーブル
------------------------------------------------------------*/
.form__table .table th {
    color: #3e3a39;
    background-color: transparent;
}
@media screen and (max-width: 959px) {
    .form__table .table th {
        border-left: none;
        border-right: none;
        border-top: none;
        padding-bottom: 0;
    }
    .form__table .table td {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #cfcfcf;
    }
}
@media screen and (min-width: 960px) {
    .form__term {
        padding-left: 0;
        padding-right: 4rem;
        text-align: right;
    }
    .form__batch {
        left: auto;
        right: 0;
    }
    .form__table .table th,
    .form__table .table td {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #cfcfcf;
    }
}
/*------------------------------------------------------------
  サンクス
------------------------------------------------------------*/
.primary-button-thanks .primary-button__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 959px) {
    .primary-title.primary-title-thanks {
        text-align: left;
    }
}
/*------------------------------------------------------------
  動画
------------------------------------------------------------*/
/* youtube slider */
.swiper-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}