/* EDUCATION */
.education-ttl__exp {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.education {
    width: 100%;
    padding: 50px 0 130px;
    margin-top: 90px;
}
.education__container {
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
}
.education__sec {
    width: 100%;
    margin-top: 170px;
}
.education__sec:first-child {
    margin-top: 0;
}
.education__sec h2 {
    width: 330px;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    letter-spacing: -0.06em;
    text-align: center;
    background: #FFF;
    border: 8px solid #C6B662;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
}
.education__sec h2::before {
    content: '';
    width: 50vw;
    height: 1px;
    background: #D9CFA6;
    position: absolute;
    top: 50%;
    left: calc(-50vw - 8px);
    transform: translateY(-50%);
}
.education__sec h2::after {
    content: '';
    width: 50vw;
    height: 1px;
    background: #D9CFA6;
    position: absolute;
    top: 50%;
    right: calc(-50vw - 8px);
    transform: translateY(-50%);
}
.education__sec h2 span {
    display: inline-block;
    font-size: 35px;
    margin-right: 5px;
}
.education__exp {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-top: 55px;
}
.education__exp span {
    width: 100%;
    font-weight: 700;
    background: linear-gradient(transparent 50%, #ECE7D3 0%);
}
.education__cnt__wrap {
    width: 100%;
    margin-top: 35px;
}
.education__cnt {
    width: 100%;
    margin-top: 50px;
}
.education__cnt:first-child {
    margin-top: 0;
}
.education__cnt h3 {
    width: 100%;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: #C6B662;
    padding: 15px;
}
.education__txt {
    width: 100%;
    background: #ECE7D3;
    padding: 20px 20px 30px;
}
.education__txt__index {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.education__txt__list01 {
    margin-top: 20px;
}
.education__txt__list01 li {
    margin-top: 15px;
}
.education__txt__list01 li:first-child {
    margin-top: 0;
}
.education__txt__list01 li h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 2;
}
.education__txt__list01 li h4 span {
    color: #C6B662;
}
.education__txt__list01 li p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
}
.education__txt__list01 li p span {
    border-bottom: 1px solid #000;
}
.education__flow {
    width: 100%;
    margin-top: 75px;
}
.education__flow img {
    width: 100%;
}
.education__state {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.education__state__cnt {
    width: 48%;
}
.education__state__img {
    width: 100%;
}
.education__state__img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.education__state__cnt p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-top: 10px;
}
.education__cnt {
    width: 100%;
}
.education__txt__list02 {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.education__txt__list02 li {
    font-size: 16px;
    font-weight: 700;
    margin: 0 20px 10px 0;
}
.education__txt__list02 li span {
    color: #C6B662;
}
.education__add {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
    text-indent: -1rem;
    padding-left: 1rem;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    /* EDUCATION */
    .education-ttl__exp {
        text-align: left;
    }
    .education {
        padding: 15px 0 50px;
        margin-top: 50px;
    }
    .education__sec {
        margin-top: 80px;
    }
    .education__sec h2 {
        width: 250px;
        font-size: 18px;
        border: 6px solid #C6B662;
        padding: 15px 0;
    }
    .education__sec h2 span {
        font-size: 30px;
    }
    .education__exp {
        margin-top: 30px;
    }
    .education__cnt {
        margin-top: 30px;
    }
    .education__cnt h3 {
        font-size: 18px;
    }
    .education__txt__index {
        font-size: 18px;
    }
    .education__flow {
        margin-top: 30px;
    }
    .education__state {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .education__state__cnt {
        width: 100%;
        margin-top: 20px;
    }
    .education__state__cnt:first-child {
        margin-top: 0;
    }
}





/* BENEFIT */
.page-ttl-benefit {
    top: 35px !important;
}
.benefit {
    width: 100%;
    margin-top: 90px;
}
/* achieve */
.achieve {
    width: 100%;
    background: url('../images/contents/benefit-achieve-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.achieve__container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.achieve__cnt {
    width: 32%;
}
.achieve__cnt h3 {
    font-size: 16px;
    letter-spacing: 0.04em;
}
.achieve__cnt h3 span {
    color: #BEAC61;
}
.achieve__img {
    width: 100%;
    margin-top: 15px;
}
.achieve__img img {
    width: 100%;
}
.achieve__cnt p {
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-top: 15px;
}
/* data */
.data {
    width: 100%;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(190, 172, 97, 0.1) calc(100% - 1px)),
                      linear-gradient(90deg, transparent calc(100% - 1px), rgba(190, 172, 97, 0.1) calc(100% - 1px));
    background-size: 8px 8px;
    background-repeat: repeat;
    background-position: center center;
    padding: 55px 0 100px;
}
.data h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.02em;
}
.data__container {
    width: 90%;
    max-width: 740px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}
.data__cnt {
    width: 47.3%;
    background: #F4F0E0;
    border-bottom: 2px solid #E3DAB0;
    border-right: 2px solid #E3DAB0;
    padding: 20px 0 10px;
}
.data__cnt:last-child {
    width: 100%;
}
.data__cnt h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.14em;
    text-align: center;
}
.data__cnt h3 span {
    font-size: 13px;
    color: #C6B662;
    position: relative;
    top: -3px;
}
.data__cnt__img {
    margin: 20px auto 0;
}
.data__cnt__img.asterisk {
    position: relative;
}
.data__cnt__img.asterisk::before {
    content: "※1";
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 10px;
}
.data__cnt:nth-child(1) .data__cnt__img {
    width: 85%;
}
.data__cnt:nth-child(2) .data__cnt__img {
    width: 90%;
}
.data__cnt:nth-child(3) .data__cnt__img {
    width: 90%;
}
.data__cnt:nth-child(4) .data__cnt__img {
    width: 90%;
}
.data__cnt:nth-child(5) .data__cnt__img {
    width: 85%;
}
.data__cnt__img img {
    width: 100%;
}
.data p {
    width: 90%;
    max-width: 740px;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 20px auto 0;
}
/* support */
.support {
    width: 100%;
    background: url('../images/contents/benefit-support-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
}
.support h2 {
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: center;
}
.support__container {
    width: 90%;
    max-width: 940px;
    margin: 30px auto 0;
}
.support__tab__wrap {
    width: 100%;
    display: flex;
}
.support__tab {
    width: 50%;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    background: #ECE7D3;
    padding: 15px 0 30px;
    position: relative;
    cursor: pointer;
}
.support__tab::before {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.support__tab.active {
    background: #C6B662;
}
.support__cnt__wrap {
    width: 100%;
    background: #FFF;
    padding: 40px 0 60px;
}
.support__cnt {
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    display: none;
}
.support__cnt.active {
    display: block;
}
.support__cnt__inner {
    width: 100%;
    margin-top: 40px;
}
.support__cnt__inner:first-child {
    margin-top: 0;
}
.support__cnt__inner h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-align: center;
    background: #ECE7D3;
    border-bottom: .25px solid #000;
    padding: 15px 0;
}
.support__cnt__list__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.support__cnt__list {
    width: 50%;
    border-bottom: .25px solid #000;
    padding: 25px 0;
}
.support__cnt__list.flex {
    width: 100%;
    border-right: none !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 80px;
}
.support__cnt__list:nth-child(odd) {
    border-right: .25px solid #000;
    padding-right: 30px;
}
.support__cnt__list:nth-child(even) {
    padding-left: 30px;
}
.support__cnt__list__ttl {
    display: flex;
    align-items: center;
}
.support__cnt__list__ttl__icon {
    width: 40px;
}
.support__cnt__list__ttl__icon img {
    width: 100%;
    vertical-align: middle;
}
.support__cnt__list__ttl h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.14em;
    margin-left: 15px;
}
.support__cnt__list__txt {
    color: #766D6A;
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-top: 10px;
}
.support__cnt__list__txt span {
    color: #732345;
    font-weight: 700;
}
.support__cnt__list__point {
    width: 100%;
    border: .25px solid #000;
    padding: 10px 5px 10px 0;
    margin-top: 10px;
    position: relative;
}
.support__cnt__list__point__index {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    background: #732345;
    padding: 3px 8px;
    position: absolute;
    top: 0;
    left: 0;
}
.support__cnt__list__point p {
    color: #732345;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-left: 85px;
}
/* interview */
.interview {
    padding: 50px 0 100px;
}
.interview__container {
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
}
.interview__cnt {
    width: 100%;
    margin-top: 70px;
}
.interview__cnt:first-child {
    margin-top: 0;
}
.interview__cnt h3 {
    font-size: 20px;
    background: #C6B662;
    padding: 10px 15px;
}
.interview__list__wrap {
    margin-top: 30px;
}
.interview__list {
    background: #ECE7D3;
    border-bottom: 1px solid #C6B662;
    margin-top: 30px;
}
.interview__list:first-child {
    margin-top: 0;
}
.interview__list__intro {
    border-bottom: 1px solid #C6B662;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 0 3%;
    position: relative;
    cursor: pointer;
}
.interview__list__intro__img {
    width: 42%;
}
.interview__list__intro__img img {
    width: 100%;
}
.interview__list__intro__cnt {
    width: 55%;
}
.interview__list__intro__cnt__name {
    margin-top: 15px;
}
.interview__list__intro__cnt__name span {
    font-size: 18px;
    letter-spacing: -0.05em;
}
.interview__list__intro__cnt__name p {
    font-size: 25px;
    letter-spacing: 0.05em;
}
.interview__list__intro__cnt__info {
    margin-top: 15px;
}
.interview__list__intro__cnt__info li {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.interview__list__intro__item {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #C6B662;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all .3s ease;
}
.interview__list__intro__item.active {
    background: #000;
    transition: all .3s ease;
}
.interview__list__intro__item span {
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s ease;
}
.interview__list__intro__item.active span {
    background: #C6B662;
    transition: all .3s ease;
}
.interview__list__intro__item span:nth-child(1) {
    transform: translate(-50%, -50%);
}
.interview__list__intro__item.active span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}
.interview__list__intro__item span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}
.interview__list__intro__item.active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.interview__list__message {
    display: none;
    padding: 30px 0;
}
.interview__list__message.active {
    display: block;
}
.interview__list__message__container {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
}
.interview__list__message__cnt {
    margin-top: 30px;
}
.interview__list__message__cnt:first-child {
    margin-top: 0;
}
.interview__list__message__cnt h4 {
    display: inline-block;
    color: #C6B662;
    font-size: 22px;
    letter-spacing: 0.04em;
    background: #000;
    padding: 5px 10px;
}
.interview__list__message__cnt p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-top: 20px;
}
.interview__event__wrap {
    margin-top: 40px;
}
.interview__event {
    margin-top: 70px;
    display: flex;
    gap: 0 6%;
}
.interview__event:first-child {
    margin-top: 0;
}
.interview__event__txt {
    width: 50%;
}
.interview__event__txt h4 {
    font-size: 20px;
}
.interview__event__txt p {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-top: 10px;
}
.interview__event__img__wrap {
    width: 44%;
}
.interview__event__img {
    width: 100%;
}
.interview__event__img img {
    width: 100%;
}
/* slick */
.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    z-index: 1;
}
.slick-prev {
    left: -20px !important;
}
.slick-next {
    right: -20px !important;
}
.slick-prev::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    background: url('../images/contents/benefit-event-slick-prev.png') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
}
.slick-next::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    background: url('../images/contents/benefit-event-slick-next.png') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
}
@media screen and (max-width: 768px) {
    .benefit {
        margin-top: 70px;
    }
    /* achieve */
    .achieve__cnt {
        width: 100%;
        margin-top: 30px;
    }
    .achieve__cnt:first-child {
        margin-top: 0;
    }
    .achieve__img {
        margin-top: 10px;
    }
    .achieve__cnt p {
        margin-top: 5px;
    }
    /* data */
    .data {
        padding: 50px 0;
    }
    .data h2 {
        font-size: 26px;
    }
    .data__container {
        margin: 30px auto 0;
        gap: 30px 0;
    }
    .data__cnt {
        width: 100%;
    }
    .data__cnt h3 {
        font-size: 22px;
    }
    .data__cnt h3 span {
        font-size: 12px;
    }
    .data__cnt:nth-child(1) .data__cnt__img {
        width: 90%;
    }
    .data__cnt:nth-child(2) .data__cnt__img {
        width: 90%;
    }
    .data__cnt:nth-child(3) .data__cnt__img {
        width: 90%;
    }
    .data__cnt:nth-child(4) .data__cnt__img {
        width: 90%;
    }
    .data__cnt:nth-child(5) .data__cnt__img {
        width: 90%;
    }
    .data p {
        font-size: 14px;
    }
    /* support */
    .support {
        padding: 50px 0;
    }
    .support h2 {
        font-size: 26px;
    }
    .support__tab {
        font-size: 16px;
        padding: 10px 0 20px;
    }
    .support__tab::before {
        width: 8px;
        height: 8px;
        bottom: 10px;
    }
    .support__cnt__wrap {
        padding: 20px 0 30px;
    }
    .support__cnt__inner {
        margin-top: 30px;
    }
    .support__cnt__inner h3 {
        font-size: 18px;
        padding: 10px 0;
    }
    .support__cnt__list {
        width: 100%;
        border-bottom: .25px solid #000;
        padding: 20px 0;
    }
    .support__cnt__list.flex {
        gap: 0;
    }
    .support__cnt__list:nth-child(odd) {
        border-right: none;
        padding-right: 0;
    }
    .support__cnt__list:nth-child(even) {
        padding-left: 0;
    }
    .support__cnt__list__ttl__icon {
        width: 30px;
    }
    .support__cnt__list__ttl h4 {
        font-size: 16px;
        margin-left: 10px;
    }
    .support__cnt__list__txt {
        font-size: 14px;
        margin-top: 10px;
    }
    .support__cnt__list__point {
        padding: 30px 10px 10px 10px;
    }
    .support__cnt__list__point p {
        font-size: 14px;
        margin-left: 0;
    }
    /* interview */
    .interview {
        padding: 50px 0;
    }
    .interview__cnt {
        margin-top: 50px;
    }
    .interview__cnt h3 {
        font-size: 18px;
        padding: 10px 15px;
    }
    .interview__list__intro {
        padding: 15px 15px 30px;
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .interview__list__intro__img {
        width: 100%;
    }
    .interview__list__intro__cnt {
        width: 100%;
    }
    .interview__list__intro__cnt__name {
        margin-top: 13px;
    }
    .interview__list__intro__cnt__name span {
        font-size: 16px;
        letter-spacing: -0.05em;
    }
    .interview__list__intro__cnt__name p {
        font-size: 22px;
        letter-spacing: 0.05em;
    }
    .interview__list__intro__cnt__info {
        margin-top: 13px;
    }
    .interview__list__intro__cnt__info li {
        font-size: 13px;
    }
    .interview__list__intro__item {
        width: 35px;
        height: 35px;
        top: auto;
        bottom: 90px;
        right: 15px;
        transform: translateY(0);
    }
    .interview__list__intro__item span {
        width: 20px;
    }
    .interview__list__message {
        padding: 30px 0;
    }
    .interview__list__message__cnt h4 {
        font-size: 16px;
        padding: 5px 10px;
    }
    .interview__list__message__cnt p {
        font-size: 14px;
        margin-top: 10px;
    }
    .interview__event__wrap {
        margin-top: 30px;
    }
    .interview__event {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .interview__event__txt {
        width: 100%;
    }
    .interview__event__txt h4 {
        font-size: 18px;
    }
    .interview__event__txt p {
        font-size: 14px;
        margin-top: 10px;
    }
    .interview__event__img__wrap {
        width: 90%;
        margin: 0 auto;
    }

    /* slick */
    .slick-prev, .slick-next {
        width: 40px !important;
        height: 40px !important;
        position: absolute;
        z-index: 1;
    }
    .slick-prev {
        left: -20px !important;
    }
    .slick-next {
        right: -20px !important;
    }
    .slick-prev::before {
        content: '' !important;
        width: 100%;
        height: 100%;
        background: url('../images/contents/benefit-event-slick-prev.png') center center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1 !important;
    }
    .slick-next::before {
        content: '' !important;
        width: 100%;
        height: 100%;
        background: url('../images/contents/benefit-event-slick-next.png') center center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1 !important;
    }
}