@charset "UTF-8";

.training-title-section {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#2E483E), color-stop(40%, #21674C), color-stop(60%, #21674C), to(#2E483E));
    background: linear-gradient(90deg, #2E483E 0%, #21674C 40%, #21674C 60%, #2E483E 100%)
}

.training-title-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0
}

.training-title-section .container {
    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
}

.training-title-section .exp-block {
    padding-right: 48px
}

.training-title-section .exp-block .tag {
    display: inline-block;
    border-radius: 2px;
    padding: 0 8px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 8px;
    background: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 13px
}

.training-title-section .exp-block .title {
    margin-bottom: 24px;
    line-height: 1.6
}

.training-title-section .exp-block .lead {
    font-size: 16px;
    line-height: 1.6
}

.training-title-section .img-block {
    position: relative
}

@media screen and (max-width:840px) {
    .training-title-section .exp-block {
        padding-right: 0;
        margin-bottom: 40px
    }

    .training-title-section .img-block {
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .training-title-section .exp-block {
        margin-bottom: 0
    }
}

.training-title-section:before {
    background: url("../images/bg_title.png") no-repeat top 0 right 0;
    background-size: cover;
    width: 70%;
    height: 100%;
    top: 0;
    mix-blend-mode: color-burn
}

.training-title-section .container {
    width: 1440px
}

.training-title-section .exp-block-wrap {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.training-title-section img {
    height: auto;
}

.training-title-section .exp-block .title {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-weight: 500
}

.training-title-section .exp-block .lead {
    line-height: 2;
    font-weight: 700;
    color: #fff
}

.training-title-section .exp-block .lead strong {
    background: #2E483E;
    margin: 0 2px;
    padding: 6px 8px;
    color: #C8B482
}

.training-title-section .img-block {
    width: 50%
}

@media screen and (max-width:1520px) {
    .training-title-section .container {
        width: 100%
    }
}

@media screen and (max-width:840px) {
    .training-title-section {
        padding-top: 48px
    }

    .training-title-section:before {
        background: url("../images/bg_title-sp.png") no-repeat bottom 0 right 0;
        background-size: cover;
        width: 80%
    }

    .training-title-section .container {
        display: block
    }

    .training-title-section .exp-block-wrap {
        width: 100%
    }

    .training-title-section .exp-block {
        width: 100% !important;
        text-align: center
    }

    .training-title-section .img-block {
        width: auto;
        margin: 0 -40px
    }
}

@media screen and (max-width:840px) {
    .training-title-section .exp-block .lead {
        font-size: 14px
    }

    .training-title-section .img-block {
        margin: 0 -24px
    }
}

.training-title-section .exp-block {
    width: 560px
}

.training-title-section .exp-block .title {
    font-size: 48px
}

@media screen and (max-width:1200px) {
    .training-title-section .exp-block .title {
        font-size: 40px
    }
}

@media screen and (max-width:840px) {
    .training-title-section .img-block {
        padding-left: 12px
    }
}

@media screen and (max-width:480px) {
    .training-title-section .exp-block .title {
        font-size: 32px
    }

    .training-title-section .img-block {
        padding-left: 4px
    }
}

.detail-title-section {
    position: relative;
    padding: 40px 0 80px
}

.detail-title-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0
}

.detail-title-section .container {
    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
}

.detail-title-section .exp-block {
    padding-right: 48px
}

.detail-title-section .exp-block .tag {
    display: inline-block;
    border-radius: 2px;
    padding: 0 8px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 8px;
    background: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 13px
}

.detail-title-section .exp-block .title {
    margin-bottom: 24px;
    line-height: 1.6
}

.detail-title-section .exp-block .lead {
    font-size: 16px;
    line-height: 1.6
}

.detail-title-section .img-block {
    position: relative
}

.detail-title-section .img-block img {
    height: auto;
}

@media screen and (max-width:840px) {
    .detail-title-section .exp-block {
        padding-right: 0;
        margin-bottom: 40px
    }

    .detail-title-section .img-block {
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    .detail-title-section .exp-block {
        margin-bottom: 16px
    }
}

.detail-title-section:before {
    background: url("../../training/images/detail_bg_title.png") no-repeat top 0 right 0;
    background-size: cover;
    width: 943px;
    height: 511px;
    mix-blend-mode: multiply
}

.detail-title-section .exp-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.detail-title-section .exp-block .title-gothic {
    margin-bottom: 8px;
    font-size: 36px;
    font-weight: 700;
    color: #2E483E
}

.detail-title-section .img-block {
    width: 35%
}

@media screen and (max-width:840px) {
    .detail-title-section .container {
        display: block
    }

    .detail-title-section:before {
        background: url("../../training/images/detail_bg_title-sp.png") no-repeat top 0 right 0;
        background-size: cover;
        width: 624px;
        height: 788px
    }

    .detail-title-section .img-block {
        width: 65%
    }
}

@media screen and (max-width:480px) {
    .detail-title-section {
        padding: 32px 0
    }

    .detail-title-section:before {
        width: 312px;
        height: 394px
    }

    .detail-title-section .exp-block .title-gothic {
        font-size: 24px
    }
}

.training-point01-column {
    margin-bottom: 48px;
    padding: 64px 40px 0
}

@media screen and (max-width:480px) {
    .training-point01-column {
        margin-bottom: 24px;
        padding: 48px 16px 0
    }
}

.detail-lead {
    width: 880px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width:960px) {
    .detail-lead {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .detail-lead {
        text-align: left
    }
}

.detail-cta-section {
    background: -webkit-gradient(linear, left top, right top, from(#2E483E), color-stop(40%, #21674C), color-stop(60%, #21674C), to(#2E483E));
    background: linear-gradient(90deg, #2E483E 0%, #21674C 40%, #21674C 60%, #2E483E 100%);
    padding: 40px 0
}

@media screen and (max-width:480px) {
    .detail-cta-section {
        padding: 32px 16px
    }

    .detail-cta-section .btn-link-list {
        display: block;
        margin: 0
    }

    .detail-cta-section .btn-link-list li {
        margin-bottom: 16px;
        padding: 0
    }

    .detail-cta-section .btn-link-list li:last-child {
        margin-bottom: 0
    }

    .detail-cta-section .btn-link-list li a {
        width: 100%
    }
}

.color-section .training-task-list>li .task-column {
    background: #fff
}

.color-section .training-task-list>li .task-column .title-block {
    background: rgba(240, 237, 230, 0.3019607843)
}

.base-section .training-task-list>li .task-column {
    background-color: #FBFAF7;
    border: 1px solid rgba(240, 237, 230, 0.5019607843)
}

.base-section .training-task-list>li .task-column .title-block {
    background: rgba(240, 237, 230, 0.5019607843)
}

.training-task-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.training-task-list>li {
    width: 50%;
    margin-bottom: 24px;
    padding: 0 12px
}

.training-task-list>li .task-column {
    height: 100%
}

.training-task-list>li .task-column .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.training-task-list>li .task-column .title-block .number-wrap {
    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;
    background: -webkit-gradient(linear, left top, right top, from(#23654C), to(#2E483E));
    background: linear-gradient(90deg, #23654C 0%, #2E483E 100%);
    width: 80px;
    padding: 20px 0 16px
}

.training-task-list>li .task-column .title-block .number-text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em
}

.training-task-list>li .task-column .title-block .number-text .number {
    display: block;
    font-family: "Libre Baskerville", serif;
    color: #C8B482;
    font-size: 24px;
    font-weight: 500
}

.training-task-list>li .task-column .title-block .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px 12px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left
}

.training-task-list>li .task-column .inner-block {
    padding: 16px 24px 24px
}

@media screen and (max-width:840px) {
    .training-task-list {
        display: block;
        margin: 0
    }

    .training-task-list>li {
        width: 100%;
        padding: 0
    }

    .training-task-list>li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:480px) {
    .training-task-list>li .task-column .title-block .title {
        font-size: 15px
    }
}

.training-program-table {
    width: 100%
}

.training-program-table th {
    width: 33%;
    border-right: 2px solid #fff
}

.training-program-table td,
.training-program-table th {
    font-size: 15px;
    line-height: 1.6
}

.training-program-table thead td,
.training-program-table thead th {
    background: -webkit-gradient(linear, left top, right top, from(#2E483E), color-stop(40%, #21674C), color-stop(60%, #21674C), to(#2E483E));
    background: linear-gradient(90deg, #2E483E 0%, #21674C 40%, #21674C 60%, #2E483E 100%);
    padding: 8px 12px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.training-program-table tbody tr:nth-child(odd) td,
.training-program-table tbody tr:nth-child(odd) th {
    background: #FBFAF7
}

.training-program-table tbody tr:nth-child(2n) td,
.training-program-table tbody tr:nth-child(2n) th {
    background: #F0EDE6
}

.training-program-table tbody td,
.training-program-table tbody th {
    padding: 16px 24px;
    text-align: left
}

.training-program-table tbody th {
    font-weight: 700;
    color: #2E483E
}

.training-program-table tbody th .number {
    margin-right: 12px;
    font-family: "Libre Baskerville", serif;
    color: #C8B482;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 500
}

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

    .training-program-table td,
    .training-program-table th {
        display: block
    }

    .training-program-table th {
        width: 100%;
        border-bottom: none
    }

    .training-program-table td {
        border-bottom: 2px solid #fff
    }

    .training-program-table thead td {
        display: none
    }

    .training-program-table tbody th {
        padding: 24px 24px 8px
    }

    .training-program-table tbody td {
        padding: 0 24px 24px
    }
}

.base-section .training-voice-list li .list-column {
    background-color: #FBFAF7;
    border: 1px solid rgba(240, 237, 230, 0.5019607843)
}

.training-voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.training-voice-list li {
    width: 33.3333%
}

.training-voice-list li .list-column {
    background: #fff;
    height: 100%
}

.training-voice-list li .list-column .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.training-voice-list li .list-column .title-block .img {
    width: 64px
}

.training-voice-list li .list-column .title-block .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    font-weight: 700;
    line-height: 1.6
}

.training-voice-list li .list-column .text-block {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6
}

@media screen and (max-width:840px) {
    .training-voice-list li {
        width: 100%
    }

    .training-voice-list li:last-child {
        margin-bottom: 0
    }
}

.training-voice-list li {
    padding: 0 12px
}

.training-voice-list li .list-column {
    padding: 32px
}

.training-voice-list li .list-column .title-block .text {
    font-size: 15px
}

@media screen and (max-width:840px) {
    .training-voice-list {
        margin: 0
    }

    .training-voice-list li {
        padding: 0;
        margin-bottom: 24px
    }
}

.flow-term-column .term-block {
    position: relative;
    margin-bottom: 16px;
    padding: 10px 24px
}

.flow-term-column .term-block:after,
.flow-term-column .term-block:before {
    content: "";
    position: absolute;
    top: 0;
    background: #2E483E;
    width: 24px;
    height: 56px
}

.flow-term-column .term-block:before {
    left: 0;
    clip-path: polygon(0 50%, 100% 0, 100% 100%)
}

.flow-term-column .term-block:after {
    right: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%)
}

.flow-term-column .term-block .text {
    background: -webkit-gradient(linear, left top, right top, from(#2E483E), color-stop(40%, #21674C), color-stop(60%, #21674C), to(#2E483E));
    background: linear-gradient(90deg, #2E483E 0%, #21674C 40%, #21674C 60%, #2E483E 100%);
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.flow-term-column .training-flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px
}

.flow-term-column .training-flow-list li {
    padding: 0 12px;
    position: relative
}

.flow-term-column .training-flow-list li:after {
    content: "";
    background: #2E483E;
    position: absolute;
    top: 50%;
    right: -8px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 12px;
    height: 20px
}

.flow-term-column .training-flow-list li:last-child:after {
    content: none
}

.flow-term-column .training-flow-list li .flow-block {
    background-color: #FBFAF7;
    border: 1px solid rgba(240, 237, 230, 0.5019607843);
    height: 100%
}

.flow-term-column .training-flow-list li .flow-block .block-inner {
    padding: 24px
}

.flow-term-column .training-flow-list li .flow-block .block-inner .text-exp dt {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6
}

.flow-term-column .training-flow-list li .flow-block .block-inner .text-exp dd {
    font-size: 14px;
    line-height: 1.6
}

@media screen and (max-width:840px) {
    .flow-term-column .training-flow-list {
        display: block;
        margin: 0
    }

    .flow-term-column .training-flow-list li {
        width: 100% !important;
        margin-bottom: 20px;
        padding: 0
    }

    .flow-term-column .training-flow-list li:after {
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: inherit;
        bottom: -16px;
        left: 50%;
        right: inherit;
        width: 20px;
        height: 12px
    }

    .flow-term-column .training-flow-list li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:480px) {
    .flow-term-column .training-flow-list li .flow-block .block-inner .text-exp dt {
        font-size: 16px;
        text-align: left
    }
}

.flow-term-column .training-flow-list li {
    width: 25%
}

.flow-term-column .training-flow-list li .flow-block {
    text-align: center
}

.flow-term-column .training-flow-list li .flow-block .text-week {
    background: #C8B482;
    padding: 4px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5
}

.flow-term-column .training-flow-list li .flow-block .block-inner .text-exp dd {
    text-align: left
}

@media screen and (max-width:840px) {
    .flow-term-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .flow-term-column .term-block {
        width: 56px;
        margin: 0 16px 0 0;
        padding: 24px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .flow-term-column .term-block:after,
    .flow-term-column .term-block:before {
        left: 0;
        width: 56px;
        height: 24px
    }

    .flow-term-column .term-block:before {
        clip-path: polygon(50% 0, 100% 100%, 0 100%)
    }

    .flow-term-column .term-block:after {
        bottom: 0;
        top: inherit;
        right: inherit;
        clip-path: polygon(0 0, 100% 0, 50% 100%)
    }

    .flow-term-column .term-block .text {
        background: -webkit-gradient(linear, left top, left bottom, from(#2E483E), color-stop(30%, #23654C), color-stop(70%, #23654C), to(#2E483E));
        background: linear-gradient(180deg, #2E483E 0%, #23654C 30%, #23654C 70%, #2E483E 100%);
        height: auto;
        width: 32px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright
    }

    .flow-term-column .training-flow-list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.training-link-list li {
    margin-bottom: 8px
}

.training-link-list li:last-child {
    margin-bottom: 0
}

.training-link-list li a {
    background: url(../../assets/images/icn_arrow01.png) no-repeat top 50% right 16px;
    background-size: 6px 10px;
    display: block;
    background-color: #fff;
    border-left: 5px solid #2E483E;
    padding: 24px 40px 24px 32px;
    color: #333;
    text-decoration: none
}

.training-link-list li a.is-active,
.training-link-list li a:hover {
    background: url(../../assets/images/icn_arrow02.png) no-repeat top 50% right 16px;
    background-size: 6px 10px;
    background-color: #FBFAF7
}

.training-link-list li a:hover {
    background-color: #F0EDE6
}

.training-link-list li a .link-text {
    line-height: 1.6
}

.training-link-list li a .link-text dt {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700
}

.training-link-list li a .link-text dd {
    font-size: 14px
}

@media screen and (max-width:480px) {
    .training-link-list li a {
        background-image: none;
        padding: 16px 24px
    }

    .training-link-list li a .link-text dt {
        font-size: 16px
    }
}